VirtualBox

source: kBuild/vendor/sed/current/po/sed.pot

Last change on this file was 599, checked in by bird, 18 years ago

GNU sed 4.1.5.

File size: 7.8 KB
Line 
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2006-02-03 10:26+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20#: sed/compile.c:162
21msgid "multiple `!'s"
22msgstr ""
23
24#: sed/compile.c:163
25msgid "unexpected `,'"
26msgstr ""
27
28#: sed/compile.c:164
29msgid "invalid usage of +N or ~N as first address"
30msgstr ""
31
32#: sed/compile.c:165
33msgid "unmatched `{'"
34msgstr ""
35
36#: sed/compile.c:166
37msgid "unexpected `}'"
38msgstr ""
39
40#: sed/compile.c:167
41msgid "extra characters after command"
42msgstr ""
43
44#: sed/compile.c:168
45msgid "expected \\ after `a', `c' or `i'"
46msgstr ""
47
48#: sed/compile.c:169
49msgid "`}' doesn't want any addresses"
50msgstr ""
51
52#: sed/compile.c:170
53msgid ": doesn't want any addresses"
54msgstr ""
55
56#: sed/compile.c:171
57msgid "comments don't accept any addresses"
58msgstr ""
59
60#: sed/compile.c:172
61msgid "missing command"
62msgstr ""
63
64#: sed/compile.c:173
65msgid "command only uses one address"
66msgstr ""
67
68#: sed/compile.c:174
69msgid "unterminated address regex"
70msgstr ""
71
72#: sed/compile.c:175
73msgid "unterminated `s' command"
74msgstr ""
75
76#: sed/compile.c:176
77msgid "unterminated `y' command"
78msgstr ""
79
80#: sed/compile.c:177
81msgid "unknown option to `s'"
82msgstr ""
83
84#: sed/compile.c:178
85msgid "multiple `p' options to `s' command"
86msgstr ""
87
88#: sed/compile.c:179
89msgid "multiple `g' options to `s' command"
90msgstr ""
91
92#: sed/compile.c:180
93msgid "multiple number options to `s' command"
94msgstr ""
95
96#: sed/compile.c:181
97msgid "number option to `s' command may not be zero"
98msgstr ""
99
100#: sed/compile.c:182
101msgid "strings for `y' command are different lengths"
102msgstr ""
103
104#: sed/compile.c:183
105msgid "delimiter character is not a single-byte character"
106msgstr ""
107
108#: sed/compile.c:184
109msgid "expected newer version of sed"
110msgstr ""
111
112#: sed/compile.c:185
113msgid "invalid usage of line address 0"
114msgstr ""
115
116#: sed/compile.c:186
117#, c-format
118msgid "unknown command: `%c'"
119msgstr ""
120
121#: sed/compile.c:209
122#, c-format
123msgid "%s: file %s line %lu: %s\n"
124msgstr ""
125
126#: sed/compile.c:212
127#, c-format
128msgid "%s: -e expression #%lu, char %lu: %s\n"
129msgstr ""
130
131#: sed/compile.c:1644
132#, c-format
133msgid "can't find label for jump to `%s'"
134msgstr ""
135
136#: sed/execute.c:650
137#, c-format
138msgid "%s: can't read %s: %s\n"
139msgstr ""
140
141#: sed/execute.c:673
142#, c-format
143msgid "couldn't edit %s: is a terminal"
144msgstr ""
145
146#: sed/execute.c:677
147#, c-format
148msgid "couldn't edit %s: not a regular file"
149msgstr ""
150
151#: sed/execute.c:684 lib/utils.c:196
152#, c-format
153msgid "couldn't open temporary file %s: %s"
154msgstr ""
155
156#: sed/execute.c:1206 sed/execute.c:1387
157msgid "error in subprocess"
158msgstr ""
159
160#: sed/execute.c:1208
161msgid "option `e' not supported"
162msgstr ""
163
164#: sed/execute.c:1389
165msgid "`e' command not supported"
166msgstr ""
167
168#: sed/execute.c:1714
169msgid "no input files"
170msgstr ""
171
172#: sed/regexp.c:39
173msgid "no previous regular expression"
174msgstr ""
175
176#: sed/regexp.c:40
177msgid "cannot specify modifiers on empty regexp"
178msgstr ""
179
180#: sed/regexp.c:115
181#, c-format
182msgid "invalid reference \\%d on `s' command's RHS"
183msgstr ""
184
185#: sed/sed.c:93
186msgid ""
187" -R, --regexp-perl\n"
188" use Perl 5's regular expressions syntax in the script.\n"
189msgstr ""
190
191#: sed/sed.c:98
192#, c-format
193msgid ""
194"Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
195"\n"
196msgstr ""
197
198#: sed/sed.c:102
199#, c-format
200msgid ""
201" -n, --quiet, --silent\n"
202" suppress automatic printing of pattern space\n"
203msgstr ""
204
205#: sed/sed.c:104
206#, c-format
207msgid ""
208" -e script, --expression=script\n"
209" add the script to the commands to be executed\n"
210msgstr ""
211
212#: sed/sed.c:106
213#, c-format
214msgid ""
215" -f script-file, --file=script-file\n"
216" add the contents of script-file to the commands to be "
217"executed\n"
218msgstr ""
219
220#: sed/sed.c:108
221#, c-format
222msgid ""
223" -i[SUFFIX], --in-place[=SUFFIX]\n"
224" edit files in place (makes backup if extension supplied)\n"
225msgstr ""
226
227#: sed/sed.c:110
228#, c-format
229msgid ""
230" -l N, --line-length=N\n"
231" specify the desired line-wrap length for the `l' command\n"
232msgstr ""
233
234#: sed/sed.c:112
235#, c-format
236msgid ""
237" --posix\n"
238" disable all GNU extensions.\n"
239msgstr ""
240
241#: sed/sed.c:114
242#, c-format
243msgid ""
244" -r, --regexp-extended\n"
245" use extended regular expressions in the script.\n"
246msgstr ""
247
248#: sed/sed.c:117
249#, c-format
250msgid ""
251" -s, --separate\n"
252" consider files as separate rather than as a single "
253"continuous\n"
254" long stream.\n"
255msgstr ""
256
257#: sed/sed.c:120
258#, c-format
259msgid ""
260" -u, --unbuffered\n"
261" load minimal amounts of data from the input files and "
262"flush\n"
263" the output buffers more often\n"
264msgstr ""
265
266#: sed/sed.c:123
267#, c-format
268msgid " --help display this help and exit\n"
269msgstr ""
270
271#: sed/sed.c:124
272#, c-format
273msgid " --version output version information and exit\n"
274msgstr ""
275
276#: sed/sed.c:125
277#, c-format
278msgid ""
279"\n"
280"If no -e, --expression, -f, or --file option is given, then the first\n"
281"non-option argument is taken as the sed script to interpret. All\n"
282"remaining arguments are names of input files; if no input files are\n"
283"specified, then the standard input is read.\n"
284"\n"
285msgstr ""
286
287#: sed/sed.c:131
288#, c-format
289msgid ""
290"E-mail bug reports to: %s .\n"
291"Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
292msgstr ""
293
294#: sed/sed.c:268
295#, c-format
296msgid "super-sed version %s\n"
297msgstr ""
298
299#: sed/sed.c:269
300#, c-format
301msgid ""
302"based on GNU sed version %s\n"
303"\n"
304msgstr ""
305
306#: sed/sed.c:271
307#, c-format
308msgid "GNU sed version %s\n"
309msgstr ""
310
311#: sed/sed.c:273
312#, c-format
313msgid ""
314"%s\n"
315"This is free software; see the source for copying conditions. There is NO\n"
316"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
317"to the extent permitted by law.\n"
318msgstr ""
319
320#: lib/utils.c:98 lib/utils.c:336
321#, c-format
322msgid "cannot remove %s: %s"
323msgstr ""
324
325#: lib/utils.c:143
326#, c-format
327msgid "couldn't open file %s: %s"
328msgstr ""
329
330#: lib/utils.c:220
331#, c-format
332msgid "couldn't write %d item to %s: %s"
333msgid_plural "couldn't write %d items to %s: %s"
334msgstr[0] ""
335msgstr[1] ""
336
337#: lib/utils.c:235 lib/utils.c:251
338#, c-format
339msgid "read error on %s: %s"
340msgstr ""
341
342#: lib/utils.c:341
343#, c-format
344msgid "cannot rename %s: %s"
345msgstr ""
346
347#: lib/regcomp.c:132
348msgid "Success"
349msgstr ""
350
351#: lib/regcomp.c:135
352msgid "No match"
353msgstr ""
354
355#: lib/regcomp.c:138
356msgid "Invalid regular expression"
357msgstr ""
358
359#: lib/regcomp.c:141
360msgid "Invalid collation character"
361msgstr ""
362
363#: lib/regcomp.c:144
364msgid "Invalid character class name"
365msgstr ""
366
367#: lib/regcomp.c:147
368msgid "Trailing backslash"
369msgstr ""
370
371#: lib/regcomp.c:150
372msgid "Invalid back reference"
373msgstr ""
374
375#: lib/regcomp.c:153
376msgid "Unmatched [ or [^"
377msgstr ""
378
379#: lib/regcomp.c:156
380msgid "Unmatched ( or \\("
381msgstr ""
382
383#: lib/regcomp.c:159
384msgid "Unmatched \\{"
385msgstr ""
386
387#: lib/regcomp.c:162
388msgid "Invalid content of \\{\\}"
389msgstr ""
390
391#: lib/regcomp.c:165
392msgid "Invalid range end"
393msgstr ""
394
395#: lib/regcomp.c:168
396msgid "Memory exhausted"
397msgstr ""
398
399#: lib/regcomp.c:171
400msgid "Invalid preceding regular expression"
401msgstr ""
402
403#: lib/regcomp.c:174
404msgid "Premature end of regular expression"
405msgstr ""
406
407#: lib/regcomp.c:177
408msgid "Regular expression too big"
409msgstr ""
410
411#: lib/regcomp.c:180
412msgid "Unmatched ) or \\)"
413msgstr ""
414
415#: lib/regcomp.c:660
416msgid "No previous regular expression"
417msgstr ""
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette