Built win.arm64 against r3658
[kbuild-mirror.git] / src / oldsed / po / sed.pot
blobdca524c7d75aac0a5015bed317c5ade8c3c7bc63
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.
6 #, fuzzy
7 msgid ""
8 msgstr ""
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"
20 #: sed/compile.c:162
21 msgid "multiple `!'s"
22 msgstr ""
24 #: sed/compile.c:163
25 msgid "unexpected `,'"
26 msgstr ""
28 #: sed/compile.c:164
29 msgid "invalid usage of +N or ~N as first address"
30 msgstr ""
32 #: sed/compile.c:165
33 msgid "unmatched `{'"
34 msgstr ""
36 #: sed/compile.c:166
37 msgid "unexpected `}'"
38 msgstr ""
40 #: sed/compile.c:167
41 msgid "extra characters after command"
42 msgstr ""
44 #: sed/compile.c:168
45 msgid "expected \\ after `a', `c' or `i'"
46 msgstr ""
48 #: sed/compile.c:169
49 msgid "`}' doesn't want any addresses"
50 msgstr ""
52 #: sed/compile.c:170
53 msgid ": doesn't want any addresses"
54 msgstr ""
56 #: sed/compile.c:171
57 msgid "comments don't accept any addresses"
58 msgstr ""
60 #: sed/compile.c:172
61 msgid "missing command"
62 msgstr ""
64 #: sed/compile.c:173
65 msgid "command only uses one address"
66 msgstr ""
68 #: sed/compile.c:174
69 msgid "unterminated address regex"
70 msgstr ""
72 #: sed/compile.c:175
73 msgid "unterminated `s' command"
74 msgstr ""
76 #: sed/compile.c:176
77 msgid "unterminated `y' command"
78 msgstr ""
80 #: sed/compile.c:177
81 msgid "unknown option to `s'"
82 msgstr ""
84 #: sed/compile.c:178
85 msgid "multiple `p' options to `s' command"
86 msgstr ""
88 #: sed/compile.c:179
89 msgid "multiple `g' options to `s' command"
90 msgstr ""
92 #: sed/compile.c:180
93 msgid "multiple number options to `s' command"
94 msgstr ""
96 #: sed/compile.c:181
97 msgid "number option to `s' command may not be zero"
98 msgstr ""
100 #: sed/compile.c:182
101 msgid "strings for `y' command are different lengths"
102 msgstr ""
104 #: sed/compile.c:183
105 msgid "delimiter character is not a single-byte character"
106 msgstr ""
108 #: sed/compile.c:184
109 msgid "expected newer version of sed"
110 msgstr ""
112 #: sed/compile.c:185
113 msgid "invalid usage of line address 0"
114 msgstr ""
116 #: sed/compile.c:186
117 #, c-format
118 msgid "unknown command: `%c'"
119 msgstr ""
121 #: sed/compile.c:209
122 #, c-format
123 msgid "%s: file %s line %lu: %s\n"
124 msgstr ""
126 #: sed/compile.c:212
127 #, c-format
128 msgid "%s: -e expression #%lu, char %lu: %s\n"
129 msgstr ""
131 #: sed/compile.c:1644
132 #, c-format
133 msgid "can't find label for jump to `%s'"
134 msgstr ""
136 #: sed/execute.c:650
137 #, c-format
138 msgid "%s: can't read %s: %s\n"
139 msgstr ""
141 #: sed/execute.c:673
142 #, c-format
143 msgid "couldn't edit %s: is a terminal"
144 msgstr ""
146 #: sed/execute.c:677
147 #, c-format
148 msgid "couldn't edit %s: not a regular file"
149 msgstr ""
151 #: sed/execute.c:684 lib/utils.c:196
152 #, c-format
153 msgid "couldn't open temporary file %s: %s"
154 msgstr ""
156 #: sed/execute.c:1206 sed/execute.c:1387
157 msgid "error in subprocess"
158 msgstr ""
160 #: sed/execute.c:1208
161 msgid "option `e' not supported"
162 msgstr ""
164 #: sed/execute.c:1389
165 msgid "`e' command not supported"
166 msgstr ""
168 #: sed/execute.c:1714
169 msgid "no input files"
170 msgstr ""
172 #: sed/regexp.c:39
173 msgid "no previous regular expression"
174 msgstr ""
176 #: sed/regexp.c:40
177 msgid "cannot specify modifiers on empty regexp"
178 msgstr ""
180 #: sed/regexp.c:115
181 #, c-format
182 msgid "invalid reference \\%d on `s' command's RHS"
183 msgstr ""
185 #: sed/sed.c:93
186 msgid ""
187 "  -R, --regexp-perl\n"
188 "                 use Perl 5's regular expressions syntax in the script.\n"
189 msgstr ""
191 #: sed/sed.c:98
192 #, c-format
193 msgid ""
194 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
195 "\n"
196 msgstr ""
198 #: sed/sed.c:102
199 #, c-format
200 msgid ""
201 "  -n, --quiet, --silent\n"
202 "                 suppress automatic printing of pattern space\n"
203 msgstr ""
205 #: sed/sed.c:104
206 #, c-format
207 msgid ""
208 "  -e script, --expression=script\n"
209 "                 add the script to the commands to be executed\n"
210 msgstr ""
212 #: sed/sed.c:106
213 #, c-format
214 msgid ""
215 "  -f script-file, --file=script-file\n"
216 "                 add the contents of script-file to the commands to be "
217 "executed\n"
218 msgstr ""
220 #: sed/sed.c:108
221 #, c-format
222 msgid ""
223 "  -i[SUFFIX], --in-place[=SUFFIX]\n"
224 "                 edit files in place (makes backup if extension supplied)\n"
225 msgstr ""
227 #: sed/sed.c:110
228 #, c-format
229 msgid ""
230 "  -l N, --line-length=N\n"
231 "                 specify the desired line-wrap length for the `l' command\n"
232 msgstr ""
234 #: sed/sed.c:112
235 #, c-format
236 msgid ""
237 "  --posix\n"
238 "                 disable all GNU extensions.\n"
239 msgstr ""
241 #: sed/sed.c:114
242 #, c-format
243 msgid ""
244 "  -r, --regexp-extended\n"
245 "                 use extended regular expressions in the script.\n"
246 msgstr ""
248 #: sed/sed.c:117
249 #, c-format
250 msgid ""
251 "  -s, --separate\n"
252 "                 consider files as separate rather than as a single "
253 "continuous\n"
254 "                 long stream.\n"
255 msgstr ""
257 #: sed/sed.c:120
258 #, c-format
259 msgid ""
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"
264 msgstr ""
266 #: sed/sed.c:123
267 #, c-format
268 msgid "      --help     display this help and exit\n"
269 msgstr ""
271 #: sed/sed.c:124
272 #, c-format
273 msgid "      --version  output version information and exit\n"
274 msgstr ""
276 #: sed/sed.c:125
277 #, c-format
278 msgid ""
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"
285 msgstr ""
287 #: sed/sed.c:131
288 #, c-format
289 msgid ""
290 "E-mail bug reports to: %s .\n"
291 "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
292 msgstr ""
294 #: sed/sed.c:268
295 #, c-format
296 msgid "super-sed version %s\n"
297 msgstr ""
299 #: sed/sed.c:269
300 #, c-format
301 msgid ""
302 "based on GNU sed version %s\n"
303 "\n"
304 msgstr ""
306 #: sed/sed.c:271
307 #, c-format
308 msgid "GNU sed version %s\n"
309 msgstr ""
311 #: sed/sed.c:273
312 #, c-format
313 msgid ""
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"
318 msgstr ""
320 #: lib/utils.c:98 lib/utils.c:336
321 #, c-format
322 msgid "cannot remove %s: %s"
323 msgstr ""
325 #: lib/utils.c:143
326 #, c-format
327 msgid "couldn't open file %s: %s"
328 msgstr ""
330 #: lib/utils.c:220
331 #, c-format
332 msgid "couldn't write %d item to %s: %s"
333 msgid_plural "couldn't write %d items to %s: %s"
334 msgstr[0] ""
335 msgstr[1] ""
337 #: lib/utils.c:235 lib/utils.c:251
338 #, c-format
339 msgid "read error on %s: %s"
340 msgstr ""
342 #: lib/utils.c:341
343 #, c-format
344 msgid "cannot rename %s: %s"
345 msgstr ""
347 #: lib/regcomp.c:132
348 msgid "Success"
349 msgstr ""
351 #: lib/regcomp.c:135
352 msgid "No match"
353 msgstr ""
355 #: lib/regcomp.c:138
356 msgid "Invalid regular expression"
357 msgstr ""
359 #: lib/regcomp.c:141
360 msgid "Invalid collation character"
361 msgstr ""
363 #: lib/regcomp.c:144
364 msgid "Invalid character class name"
365 msgstr ""
367 #: lib/regcomp.c:147
368 msgid "Trailing backslash"
369 msgstr ""
371 #: lib/regcomp.c:150
372 msgid "Invalid back reference"
373 msgstr ""
375 #: lib/regcomp.c:153
376 msgid "Unmatched [ or [^"
377 msgstr ""
379 #: lib/regcomp.c:156
380 msgid "Unmatched ( or \\("
381 msgstr ""
383 #: lib/regcomp.c:159
384 msgid "Unmatched \\{"
385 msgstr ""
387 #: lib/regcomp.c:162
388 msgid "Invalid content of \\{\\}"
389 msgstr ""
391 #: lib/regcomp.c:165
392 msgid "Invalid range end"
393 msgstr ""
395 #: lib/regcomp.c:168
396 msgid "Memory exhausted"
397 msgstr ""
399 #: lib/regcomp.c:171
400 msgid "Invalid preceding regular expression"
401 msgstr ""
403 #: lib/regcomp.c:174
404 msgid "Premature end of regular expression"
405 msgstr ""
407 #: lib/regcomp.c:177
408 msgid "Regular expression too big"
409 msgstr ""
411 #: lib/regcomp.c:180
412 msgid "Unmatched ) or \\)"
413 msgstr ""
415 #: lib/regcomp.c:660
416 msgid "No previous regular expression"
417 msgstr ""