1 | # Hebrew messages for GNU Sed -*- coding: hebrew-iso-8bit -*-
|
---|
2 | # Copyright (C) 2001 Free Software Foundation, Inc.
|
---|
3 | # Eli Zaretskii <[email protected]>, 2001.
|
---|
4 | #
|
---|
5 | msgid ""
|
---|
6 | msgstr ""
|
---|
7 | "Project-Id-Version: sed 3.02.80\n"
|
---|
8 | "Report-Msgid-Bugs-To: [email protected]\n"
|
---|
9 | "POT-Creation-Date: 2022-11-06 13:50-0800\n"
|
---|
10 | "PO-Revision-Date: 2001-08-04 20:37+0300\n"
|
---|
11 | "Last-Translator: Eli Zaretskii <[email protected]>\n"
|
---|
12 | "Language-Team: Hebrew <[email protected]>\n"
|
---|
13 | "Language: he\n"
|
---|
14 | "MIME-Version: 1.0\n"
|
---|
15 | "Content-Type: text/plain; charset=ISO-8859-8\n"
|
---|
16 | "Content-Transfer-Encoding: 8-bit\n"
|
---|
17 | "X-Bugs: Report translation errors to the Language-Team address.\n"
|
---|
18 |
|
---|
19 | #: lib/closeout.c:121
|
---|
20 | msgid "write error"
|
---|
21 | msgstr ""
|
---|
22 |
|
---|
23 | #: lib/copy-acl.c:54
|
---|
24 | #, c-format
|
---|
25 | msgid "preserving permissions for %s"
|
---|
26 | msgstr ""
|
---|
27 |
|
---|
28 | #: lib/dfa.c:894
|
---|
29 | msgid "unbalanced ["
|
---|
30 | msgstr ""
|
---|
31 |
|
---|
32 | #: lib/dfa.c:1015
|
---|
33 | msgid "invalid character class"
|
---|
34 | msgstr ""
|
---|
35 |
|
---|
36 | #: lib/dfa.c:1143
|
---|
37 | msgid "character class syntax is [[:space:]], not [:space:]"
|
---|
38 | msgstr ""
|
---|
39 |
|
---|
40 | #: lib/dfa.c:1209
|
---|
41 | msgid "unfinished \\ escape"
|
---|
42 | msgstr ""
|
---|
43 |
|
---|
44 | #: lib/dfa.c:1319
|
---|
45 | msgid "? at start of expression"
|
---|
46 | msgstr ""
|
---|
47 |
|
---|
48 | #: lib/dfa.c:1331
|
---|
49 | msgid "* at start of expression"
|
---|
50 | msgstr ""
|
---|
51 |
|
---|
52 | #: lib/dfa.c:1345
|
---|
53 | msgid "+ at start of expression"
|
---|
54 | msgstr ""
|
---|
55 |
|
---|
56 | #: lib/dfa.c:1400
|
---|
57 | msgid "{...} at start of expression"
|
---|
58 | msgstr ""
|
---|
59 |
|
---|
60 | #: lib/dfa.c:1403
|
---|
61 | msgid "invalid content of \\{\\}"
|
---|
62 | msgstr ""
|
---|
63 |
|
---|
64 | #: lib/dfa.c:1405
|
---|
65 | msgid "regular expression too big"
|
---|
66 | msgstr ""
|
---|
67 |
|
---|
68 | #: lib/dfa.c:1555
|
---|
69 | msgid "stray \\ before unprintable character"
|
---|
70 | msgstr ""
|
---|
71 |
|
---|
72 | #: lib/dfa.c:1557
|
---|
73 | msgid "stray \\ before white space"
|
---|
74 | msgstr ""
|
---|
75 |
|
---|
76 | #: lib/dfa.c:1561
|
---|
77 | #, c-format
|
---|
78 | msgid "stray \\ before %lc"
|
---|
79 | msgstr ""
|
---|
80 |
|
---|
81 | #: lib/dfa.c:1562
|
---|
82 | msgid "stray \\"
|
---|
83 | msgstr ""
|
---|
84 |
|
---|
85 | #: lib/dfa.c:1917
|
---|
86 | msgid "unbalanced ("
|
---|
87 | msgstr ""
|
---|
88 |
|
---|
89 | #: lib/dfa.c:2034
|
---|
90 | msgid "no syntax specified"
|
---|
91 | msgstr ""
|
---|
92 |
|
---|
93 | #: lib/dfa.c:2045
|
---|
94 | msgid "unbalanced )"
|
---|
95 | msgstr ""
|
---|
96 |
|
---|
97 | #: lib/error.c:195
|
---|
98 | msgid "Unknown system error"
|
---|
99 | msgstr ""
|
---|
100 |
|
---|
101 | #: lib/obstack.c:337 lib/obstack.c:339 lib/xalloc-die.c:34
|
---|
102 | msgid "memory exhausted"
|
---|
103 | msgstr ""
|
---|
104 |
|
---|
105 | #. TRANSLATORS:
|
---|
106 | #. Get translations for open and closing quotation marks.
|
---|
107 | #. The message catalog should translate "`" to a left
|
---|
108 | #. quotation mark suitable for the locale, and similarly for
|
---|
109 | #. "'". For example, a French Unicode local should translate
|
---|
110 | #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE
|
---|
111 | #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE
|
---|
112 | #. QUOTATION MARK), respectively.
|
---|
113 | #.
|
---|
114 | #. If the catalog has no translation, we will try to
|
---|
115 | #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and
|
---|
116 | #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the
|
---|
117 | #. current locale is not Unicode, locale_quoting_style
|
---|
118 | #. will quote 'like this', and clocale_quoting_style will
|
---|
119 | #. quote "like this". You should always include translations
|
---|
120 | #. for "`" and "'" even if U+2018 and U+2019 are appropriate
|
---|
121 | #. for your locale.
|
---|
122 | #.
|
---|
123 | #. If you don't know what to put here, please see
|
---|
124 | #. <https://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
|
---|
125 | #. and use glyphs suitable for your language.
|
---|
126 | #: lib/quotearg.c:354
|
---|
127 | msgid "`"
|
---|
128 | msgstr ""
|
---|
129 |
|
---|
130 | #: lib/quotearg.c:355
|
---|
131 | msgid "'"
|
---|
132 | msgstr ""
|
---|
133 |
|
---|
134 | #: lib/regcomp.c:122
|
---|
135 | msgid "Success"
|
---|
136 | msgstr ""
|
---|
137 |
|
---|
138 | #: lib/regcomp.c:125
|
---|
139 | msgid "No match"
|
---|
140 | msgstr ""
|
---|
141 |
|
---|
142 | #: lib/regcomp.c:128
|
---|
143 | msgid "Invalid regular expression"
|
---|
144 | msgstr ""
|
---|
145 |
|
---|
146 | #: lib/regcomp.c:131
|
---|
147 | msgid "Invalid collation character"
|
---|
148 | msgstr ""
|
---|
149 |
|
---|
150 | #: lib/regcomp.c:134
|
---|
151 | msgid "Invalid character class name"
|
---|
152 | msgstr ""
|
---|
153 |
|
---|
154 | #: lib/regcomp.c:137
|
---|
155 | msgid "Trailing backslash"
|
---|
156 | msgstr ""
|
---|
157 |
|
---|
158 | #: lib/regcomp.c:140
|
---|
159 | msgid "Invalid back reference"
|
---|
160 | msgstr ""
|
---|
161 |
|
---|
162 | #: lib/regcomp.c:143
|
---|
163 | msgid "Unmatched [, [^, [:, [., or [="
|
---|
164 | msgstr ""
|
---|
165 |
|
---|
166 | #: lib/regcomp.c:146
|
---|
167 | #, fuzzy
|
---|
168 | msgid "Unmatched ( or \\("
|
---|
169 | msgstr "âåæ-ïá åì ïéàù `{'"
|
---|
170 |
|
---|
171 | #: lib/regcomp.c:149
|
---|
172 | #, fuzzy
|
---|
173 | msgid "Unmatched \\{"
|
---|
174 | msgstr "âåæ-ïá åì ïéàù `{'"
|
---|
175 |
|
---|
176 | #: lib/regcomp.c:152
|
---|
177 | msgid "Invalid content of \\{\\}"
|
---|
178 | msgstr ""
|
---|
179 |
|
---|
180 | #: lib/regcomp.c:155
|
---|
181 | msgid "Invalid range end"
|
---|
182 | msgstr ""
|
---|
183 |
|
---|
184 | #: lib/regcomp.c:158
|
---|
185 | msgid "Memory exhausted"
|
---|
186 | msgstr ""
|
---|
187 |
|
---|
188 | #: lib/regcomp.c:161
|
---|
189 | msgid "Invalid preceding regular expression"
|
---|
190 | msgstr ""
|
---|
191 |
|
---|
192 | #: lib/regcomp.c:164
|
---|
193 | msgid "Premature end of regular expression"
|
---|
194 | msgstr ""
|
---|
195 |
|
---|
196 | #: lib/regcomp.c:167
|
---|
197 | msgid "Regular expression too big"
|
---|
198 | msgstr ""
|
---|
199 |
|
---|
200 | #: lib/regcomp.c:170
|
---|
201 | #, fuzzy
|
---|
202 | msgid "Unmatched ) or \\)"
|
---|
203 | msgstr "âåæ-ïá åì ïéàù `{'"
|
---|
204 |
|
---|
205 | #: lib/regcomp.c:650
|
---|
206 | msgid "No previous regular expression"
|
---|
207 | msgstr ""
|
---|
208 |
|
---|
209 | #: lib/set-acl.c:46
|
---|
210 | #, c-format
|
---|
211 | msgid "setting permissions for %s"
|
---|
212 | msgstr ""
|
---|
213 |
|
---|
214 | #: lib/version-etc.c:73
|
---|
215 | #, c-format
|
---|
216 | msgid "Packaged by %s (%s)\n"
|
---|
217 | msgstr ""
|
---|
218 |
|
---|
219 | #: lib/version-etc.c:76
|
---|
220 | #, c-format
|
---|
221 | msgid "Packaged by %s\n"
|
---|
222 | msgstr ""
|
---|
223 |
|
---|
224 | #. TRANSLATORS: Translate "(C)" to the copyright symbol
|
---|
225 | #. (C-in-a-circle), if this symbol is available in the user's
|
---|
226 | #. locale. Otherwise, do not translate "(C)"; leave it as-is.
|
---|
227 | #: lib/version-etc.c:83
|
---|
228 | msgid "(C)"
|
---|
229 | msgstr ""
|
---|
230 |
|
---|
231 | #. TRANSLATORS: The %s placeholder is the web address of the GPL license.
|
---|
232 | #: lib/version-etc.c:88
|
---|
233 | #, c-format
|
---|
234 | msgid ""
|
---|
235 | "License GPLv3+: GNU GPL version 3 or later <%s>.\n"
|
---|
236 | "This is free software: you are free to change and redistribute it.\n"
|
---|
237 | "There is NO WARRANTY, to the extent permitted by law.\n"
|
---|
238 | msgstr ""
|
---|
239 |
|
---|
240 | #. TRANSLATORS: %s denotes an author name.
|
---|
241 | #: lib/version-etc.c:105
|
---|
242 | #, c-format
|
---|
243 | msgid "Written by %s.\n"
|
---|
244 | msgstr ""
|
---|
245 |
|
---|
246 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
247 | #: lib/version-etc.c:109
|
---|
248 | #, c-format
|
---|
249 | msgid "Written by %s and %s.\n"
|
---|
250 | msgstr ""
|
---|
251 |
|
---|
252 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
253 | #: lib/version-etc.c:113
|
---|
254 | #, c-format
|
---|
255 | msgid "Written by %s, %s, and %s.\n"
|
---|
256 | msgstr ""
|
---|
257 |
|
---|
258 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
259 | #. You can use line breaks, estimating that each author name occupies
|
---|
260 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
261 | #: lib/version-etc.c:120
|
---|
262 | #, c-format
|
---|
263 | msgid ""
|
---|
264 | "Written by %s, %s, %s,\n"
|
---|
265 | "and %s.\n"
|
---|
266 | msgstr ""
|
---|
267 |
|
---|
268 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
269 | #. You can use line breaks, estimating that each author name occupies
|
---|
270 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
271 | #: lib/version-etc.c:127
|
---|
272 | #, c-format
|
---|
273 | msgid ""
|
---|
274 | "Written by %s, %s, %s,\n"
|
---|
275 | "%s, and %s.\n"
|
---|
276 | msgstr ""
|
---|
277 |
|
---|
278 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
279 | #. You can use line breaks, estimating that each author name occupies
|
---|
280 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
281 | #: lib/version-etc.c:134
|
---|
282 | #, c-format
|
---|
283 | msgid ""
|
---|
284 | "Written by %s, %s, %s,\n"
|
---|
285 | "%s, %s, and %s.\n"
|
---|
286 | msgstr ""
|
---|
287 |
|
---|
288 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
289 | #. You can use line breaks, estimating that each author name occupies
|
---|
290 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
291 | #: lib/version-etc.c:142
|
---|
292 | #, c-format
|
---|
293 | msgid ""
|
---|
294 | "Written by %s, %s, %s,\n"
|
---|
295 | "%s, %s, %s, and %s.\n"
|
---|
296 | msgstr ""
|
---|
297 |
|
---|
298 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
299 | #. You can use line breaks, estimating that each author name occupies
|
---|
300 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
301 | #: lib/version-etc.c:150
|
---|
302 | #, c-format
|
---|
303 | msgid ""
|
---|
304 | "Written by %s, %s, %s,\n"
|
---|
305 | "%s, %s, %s, %s,\n"
|
---|
306 | "and %s.\n"
|
---|
307 | msgstr ""
|
---|
308 |
|
---|
309 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
310 | #. You can use line breaks, estimating that each author name occupies
|
---|
311 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
312 | #: lib/version-etc.c:159
|
---|
313 | #, c-format
|
---|
314 | msgid ""
|
---|
315 | "Written by %s, %s, %s,\n"
|
---|
316 | "%s, %s, %s, %s,\n"
|
---|
317 | "%s, and %s.\n"
|
---|
318 | msgstr ""
|
---|
319 |
|
---|
320 | #. TRANSLATORS: Each %s denotes an author name.
|
---|
321 | #. You can use line breaks, estimating that each author name occupies
|
---|
322 | #. ca. 16 screen columns and that a screen line has ca. 80 columns.
|
---|
323 | #: lib/version-etc.c:170
|
---|
324 | #, c-format
|
---|
325 | msgid ""
|
---|
326 | "Written by %s, %s, %s,\n"
|
---|
327 | "%s, %s, %s, %s,\n"
|
---|
328 | "%s, %s, and others.\n"
|
---|
329 | msgstr ""
|
---|
330 |
|
---|
331 | #. TRANSLATORS: The placeholder indicates the bug-reporting address
|
---|
332 | #. for this package. Please add _another line_ saying
|
---|
333 | #. "Report translation bugs to <...>\n" with the address for translation
|
---|
334 | #. bugs (typically your translation team's web or email address).
|
---|
335 | #: lib/version-etc.c:249
|
---|
336 | #, c-format
|
---|
337 | msgid "Report bugs to: %s\n"
|
---|
338 | msgstr ""
|
---|
339 |
|
---|
340 | #: lib/version-etc.c:251
|
---|
341 | #, c-format
|
---|
342 | msgid "Report %s bugs to: %s\n"
|
---|
343 | msgstr ""
|
---|
344 |
|
---|
345 | #: lib/version-etc.c:255 lib/version-etc.c:257
|
---|
346 | #, c-format
|
---|
347 | msgid "%s home page: <%s>\n"
|
---|
348 | msgstr ""
|
---|
349 |
|
---|
350 | #: lib/version-etc.c:260
|
---|
351 | #, c-format
|
---|
352 | msgid "General help using GNU software: <%s>\n"
|
---|
353 | msgstr ""
|
---|
354 |
|
---|
355 | #: sed/compile.c:146
|
---|
356 | #, fuzzy
|
---|
357 | msgid "multiple `!'s"
|
---|
358 | msgstr "`!' éåáéø"
|
---|
359 |
|
---|
360 | #: sed/compile.c:147
|
---|
361 | #, fuzzy
|
---|
362 | msgid "unexpected `,'"
|
---|
363 | msgstr "éåôö-éúìá `,'"
|
---|
364 |
|
---|
365 | #: sed/compile.c:149
|
---|
366 | #, fuzzy
|
---|
367 | msgid "invalid usage of +N or ~N as first address"
|
---|
368 | msgstr "äðåùàø úáåúëë ~N åà +N-á ùîúùäì ïúéð àì"
|
---|
369 |
|
---|
370 | #: sed/compile.c:150
|
---|
371 | #, fuzzy
|
---|
372 | msgid "unmatched `{'"
|
---|
373 | msgstr "âåæ-ïá åì ïéàù `{'"
|
---|
374 |
|
---|
375 | #: sed/compile.c:151
|
---|
376 | #, fuzzy
|
---|
377 | msgid "unexpected `}'"
|
---|
378 | msgstr "éåôö-éúìá `}'"
|
---|
379 |
|
---|
380 | #: sed/compile.c:153
|
---|
381 | #, fuzzy
|
---|
382 | msgid "extra characters after command"
|
---|
383 | msgstr "äãå÷ôä éøçà íéøúåéî íéåú"
|
---|
384 |
|
---|
385 | #: sed/compile.c:155
|
---|
386 | msgid "expected \\ after `a', `c' or `i'"
|
---|
387 | msgstr ""
|
---|
388 |
|
---|
389 | #: sed/compile.c:157
|
---|
390 | msgid "`}' doesn't want any addresses"
|
---|
391 | msgstr "úåáåúë ìá÷î åðéà `}'"
|
---|
392 |
|
---|
393 | #: sed/compile.c:159
|
---|
394 | msgid ": doesn't want any addresses"
|
---|
395 | msgstr "úåáåúë ìá÷î åðéà :"
|
---|
396 |
|
---|
397 | #: sed/compile.c:161
|
---|
398 | #, fuzzy
|
---|
399 | msgid "comments don't accept any addresses"
|
---|
400 | msgstr "úåáåúë úåìá÷î ïðéà úåøòä"
|
---|
401 |
|
---|
402 | #: sed/compile.c:162
|
---|
403 | #, fuzzy
|
---|
404 | msgid "missing command"
|
---|
405 | msgstr "äøñç äãå÷ô"
|
---|
406 |
|
---|
407 | #: sed/compile.c:163
|
---|
408 | #, fuzzy
|
---|
409 | msgid "command only uses one address"
|
---|
410 | msgstr "ãáìá úçà úáåúë úìá÷î åæ äãå÷ô"
|
---|
411 |
|
---|
412 | #: sed/compile.c:165
|
---|
413 | #, fuzzy
|
---|
414 | msgid "unterminated address regex"
|
---|
415 | msgstr "íåéñ àìì úáåúë ìù éøìåâø éåèéá"
|
---|
416 |
|
---|
417 | #: sed/compile.c:166
|
---|
418 | #, fuzzy
|
---|
419 | msgid "unterminated `s' command"
|
---|
420 | msgstr "íåéñ àìì `s' úãå÷ô"
|
---|
421 |
|
---|
422 | #: sed/compile.c:167
|
---|
423 | #, fuzzy
|
---|
424 | msgid "unterminated `y' command"
|
---|
425 | msgstr "íåéñ àìì `y' úãå÷ô"
|
---|
426 |
|
---|
427 | #: sed/compile.c:168
|
---|
428 | #, fuzzy
|
---|
429 | msgid "unknown option to `s'"
|
---|
430 | msgstr "`s' ìù øëåî-éúìá ïééôàî"
|
---|
431 |
|
---|
432 | #: sed/compile.c:170
|
---|
433 | msgid "multiple `p' options to `s' command"
|
---|
434 | msgstr "`s' äãå÷ôì íéáåøî `p' éðééôàî"
|
---|
435 |
|
---|
436 | #: sed/compile.c:172
|
---|
437 | msgid "multiple `g' options to `s' command"
|
---|
438 | msgstr "`s' äãå÷ôì íéáåøî `g' éðééôàî"
|
---|
439 |
|
---|
440 | #: sed/compile.c:174
|
---|
441 | msgid "multiple number options to `s' command"
|
---|
442 | msgstr "`s' äãå÷ôì íéáåøî øôñî éðééôàî"
|
---|
443 |
|
---|
444 | #: sed/compile.c:176
|
---|
445 | msgid "number option to `s' command may not be zero"
|
---|
446 | msgstr "ñôà úåéäì ìåëé åðéà `s' äãå÷ôì éøôñî ïééôàî"
|
---|
447 |
|
---|
448 | #: sed/compile.c:178
|
---|
449 | #, fuzzy
|
---|
450 | msgid "strings for `y' command are different lengths"
|
---|
451 | msgstr "äðåù êøåàá ïðéä `y' äãå÷ôì úåæåøçî"
|
---|
452 |
|
---|
453 | #: sed/compile.c:180
|
---|
454 | msgid "delimiter character is not a single-byte character"
|
---|
455 | msgstr ""
|
---|
456 |
|
---|
457 | #: sed/compile.c:182
|
---|
458 | msgid "expected newer version of sed"
|
---|
459 | msgstr ""
|
---|
460 |
|
---|
461 | #: sed/compile.c:184
|
---|
462 | #, fuzzy
|
---|
463 | msgid "invalid usage of line address 0"
|
---|
464 | msgstr "úáåúëä ïééöîá éåâù ùåîéù"
|
---|
465 |
|
---|
466 | #: sed/compile.c:185
|
---|
467 | #, fuzzy, c-format
|
---|
468 | msgid "unknown command: `%c'"
|
---|
469 | msgstr "úøëåî-éúìá äãå÷ô äðéä"
|
---|
470 |
|
---|
471 | #: sed/compile.c:187
|
---|
472 | #, fuzzy
|
---|
473 | msgid "incomplete command"
|
---|
474 | msgstr "äøñç äãå÷ô"
|
---|
475 |
|
---|
476 | #: sed/compile.c:189
|
---|
477 | msgid "\":\" lacks a label"
|
---|
478 | msgstr ""
|
---|
479 |
|
---|
480 | #: sed/compile.c:191
|
---|
481 | msgid "recursive escaping after \\c not allowed"
|
---|
482 | msgstr ""
|
---|
483 |
|
---|
484 | #: sed/compile.c:193
|
---|
485 | msgid "e/r/w commands disabled in sandbox mode"
|
---|
486 | msgstr ""
|
---|
487 |
|
---|
488 | #: sed/compile.c:218
|
---|
489 | #, c-format
|
---|
490 | msgid "%s: file %s line %lu: %s\n"
|
---|
491 | msgstr "%s úéðëúá (%s õáå÷ ìù %lu äøåù) %s äàéâù\n"
|
---|
492 |
|
---|
493 | #: sed/compile.c:221
|
---|
494 | #, c-format
|
---|
495 | msgid "%s: -e expression #%lu, char %lu: %s\n"
|
---|
496 | msgstr "%s úéðëúá (%lu 'ñî -e éåèéá ìù %lu 'ñî åú) %s äàéâù\n"
|
---|
497 |
|
---|
498 | #: sed/compile.c:1623
|
---|
499 | #, fuzzy, c-format
|
---|
500 | msgid "can't find label for jump to `%s'"
|
---|
501 | msgstr "äàöîð àì `%s' äöéô÷ úéååú"
|
---|
502 |
|
---|
503 | #: sed/execute.c:253 sed/execute.c:270
|
---|
504 | #, c-format
|
---|
505 | msgid "case conversion produced an invalid character"
|
---|
506 | msgstr ""
|
---|
507 |
|
---|
508 | #: sed/execute.c:565
|
---|
509 | #, c-format
|
---|
510 | msgid "%s: can't read %s: %s\n"
|
---|
511 | msgstr "%s úéðëúá %s úàéø÷á (%s) äàéâù\n"
|
---|
512 |
|
---|
513 | #: sed/execute.c:591
|
---|
514 | #, c-format
|
---|
515 | msgid "couldn't edit %s: is a terminal"
|
---|
516 | msgstr ""
|
---|
517 |
|
---|
518 | #: sed/execute.c:596
|
---|
519 | #, c-format
|
---|
520 | msgid "couldn't edit %s: not a regular file"
|
---|
521 | msgstr ""
|
---|
522 |
|
---|
523 | #: sed/execute.c:607
|
---|
524 | #, c-format
|
---|
525 | msgid "%s: warning: failed to set default file creation context to %s: %s"
|
---|
526 | msgstr ""
|
---|
527 |
|
---|
528 | #: sed/execute.c:615
|
---|
529 | #, c-format
|
---|
530 | msgid "%s: warning: failed to get security context of %s: %s"
|
---|
531 | msgstr ""
|
---|
532 |
|
---|
533 | #: sed/execute.c:633 sed/utils.c:215
|
---|
534 | #, fuzzy, c-format
|
---|
535 | msgid "couldn't open temporary file %s: %s"
|
---|
536 | msgstr "%s õáå÷ úçéúôá äì÷ú"
|
---|
537 |
|
---|
538 | #: sed/execute.c:1170 sed/execute.c:1369
|
---|
539 | msgid "error in subprocess"
|
---|
540 | msgstr ""
|
---|
541 |
|
---|
542 | #: sed/execute.c:1172
|
---|
543 | msgid "option `e' not supported"
|
---|
544 | msgstr ""
|
---|
545 |
|
---|
546 | #: sed/execute.c:1350
|
---|
547 | msgid "`e' command not supported"
|
---|
548 | msgstr ""
|
---|
549 |
|
---|
550 | #: sed/execute.c:1672
|
---|
551 | msgid "no input files"
|
---|
552 | msgstr ""
|
---|
553 |
|
---|
554 | #: sed/regexp.c:40
|
---|
555 | msgid "no previous regular expression"
|
---|
556 | msgstr ""
|
---|
557 |
|
---|
558 | #: sed/regexp.c:125
|
---|
559 | #, c-format
|
---|
560 | msgid "invalid reference \\%d on `s' command's RHS"
|
---|
561 | msgstr ""
|
---|
562 |
|
---|
563 | #: sed/regexp.c:196
|
---|
564 | msgid "regex input buffer length larger than INT_MAX"
|
---|
565 | msgstr ""
|
---|
566 |
|
---|
567 | #: sed/sed.c:37
|
---|
568 | msgid "Jay Fenlason"
|
---|
569 | msgstr ""
|
---|
570 |
|
---|
571 | #: sed/sed.c:38
|
---|
572 | msgid "Tom Lord"
|
---|
573 | msgstr ""
|
---|
574 |
|
---|
575 | #: sed/sed.c:39
|
---|
576 | msgid "Ken Pizzini"
|
---|
577 | msgstr ""
|
---|
578 |
|
---|
579 | #: sed/sed.c:40
|
---|
580 | msgid "Paolo Bonzini"
|
---|
581 | msgstr ""
|
---|
582 |
|
---|
583 | #: sed/sed.c:41
|
---|
584 | msgid "Jim Meyering"
|
---|
585 | msgstr ""
|
---|
586 |
|
---|
587 | #: sed/sed.c:42
|
---|
588 | msgid "Assaf Gordon"
|
---|
589 | msgstr ""
|
---|
590 |
|
---|
591 | #: sed/sed.c:103
|
---|
592 | #, c-format
|
---|
593 | msgid ""
|
---|
594 | "GNU sed home page: <https://www.gnu.org/software/sed/>.\n"
|
---|
595 | "General help using GNU software: <https://www.gnu.org/gethelp/>.\n"
|
---|
596 | msgstr ""
|
---|
597 |
|
---|
598 | #: sed/sed.c:109
|
---|
599 | #, c-format
|
---|
600 | msgid "E-mail bug reports to: <%s>.\n"
|
---|
601 | msgstr ""
|
---|
602 |
|
---|
603 | #: sed/sed.c:117
|
---|
604 | msgid "This sed program was built with SELinux support."
|
---|
605 | msgstr ""
|
---|
606 |
|
---|
607 | #: sed/sed.c:119
|
---|
608 | msgid "SELinux is enabled on this system."
|
---|
609 | msgstr ""
|
---|
610 |
|
---|
611 | #: sed/sed.c:121
|
---|
612 | msgid "SELinux is disabled on this system."
|
---|
613 | msgstr ""
|
---|
614 |
|
---|
615 | #: sed/sed.c:123
|
---|
616 | msgid "This sed program was built without SELinux support."
|
---|
617 | msgstr ""
|
---|
618 |
|
---|
619 | #: sed/sed.c:133
|
---|
620 | #, c-format
|
---|
621 | msgid ""
|
---|
622 | "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
|
---|
623 | "\n"
|
---|
624 | msgstr ""
|
---|
625 |
|
---|
626 | #: sed/sed.c:137
|
---|
627 | #, c-format
|
---|
628 | msgid ""
|
---|
629 | " -n, --quiet, --silent\n"
|
---|
630 | " suppress automatic printing of pattern space\n"
|
---|
631 | msgstr ""
|
---|
632 |
|
---|
633 | #: sed/sed.c:139
|
---|
634 | #, c-format
|
---|
635 | msgid ""
|
---|
636 | " --debug\n"
|
---|
637 | " annotate program execution\n"
|
---|
638 | msgstr ""
|
---|
639 |
|
---|
640 | #: sed/sed.c:141
|
---|
641 | #, c-format
|
---|
642 | msgid ""
|
---|
643 | " -e script, --expression=script\n"
|
---|
644 | " add the script to the commands to be executed\n"
|
---|
645 | msgstr ""
|
---|
646 |
|
---|
647 | #: sed/sed.c:143
|
---|
648 | #, c-format
|
---|
649 | msgid ""
|
---|
650 | " -f script-file, --file=script-file\n"
|
---|
651 | " add the contents of script-file to the commands to be "
|
---|
652 | "executed\n"
|
---|
653 | msgstr ""
|
---|
654 |
|
---|
655 | #: sed/sed.c:147
|
---|
656 | #, c-format
|
---|
657 | msgid ""
|
---|
658 | " --follow-symlinks\n"
|
---|
659 | " follow symlinks when processing in place\n"
|
---|
660 | msgstr ""
|
---|
661 |
|
---|
662 | #: sed/sed.c:150
|
---|
663 | #, c-format
|
---|
664 | msgid ""
|
---|
665 | " -i[SUFFIX], --in-place[=SUFFIX]\n"
|
---|
666 | " edit files in place (makes backup if SUFFIX supplied)\n"
|
---|
667 | msgstr ""
|
---|
668 |
|
---|
669 | #: sed/sed.c:153
|
---|
670 | #, c-format
|
---|
671 | msgid ""
|
---|
672 | " -b, --binary\n"
|
---|
673 | " open files in binary mode (CR+LFs are not processed "
|
---|
674 | "specially)\n"
|
---|
675 | msgstr ""
|
---|
676 |
|
---|
677 | #: sed/sed.c:157
|
---|
678 | #, c-format
|
---|
679 | msgid ""
|
---|
680 | " -l N, --line-length=N\n"
|
---|
681 | " specify the desired line-wrap length for the `l' command\n"
|
---|
682 | msgstr ""
|
---|
683 |
|
---|
684 | #: sed/sed.c:159
|
---|
685 | #, c-format
|
---|
686 | msgid ""
|
---|
687 | " --posix\n"
|
---|
688 | " disable all GNU extensions.\n"
|
---|
689 | msgstr ""
|
---|
690 |
|
---|
691 | #: sed/sed.c:161
|
---|
692 | #, c-format
|
---|
693 | msgid ""
|
---|
694 | " -E, -r, --regexp-extended\n"
|
---|
695 | " use extended regular expressions in the script\n"
|
---|
696 | " (for portability use POSIX -E).\n"
|
---|
697 | msgstr ""
|
---|
698 |
|
---|
699 | #: sed/sed.c:164
|
---|
700 | #, c-format
|
---|
701 | msgid ""
|
---|
702 | " -s, --separate\n"
|
---|
703 | " consider files as separate rather than as a single,\n"
|
---|
704 | " continuous long stream.\n"
|
---|
705 | msgstr ""
|
---|
706 |
|
---|
707 | #: sed/sed.c:167
|
---|
708 | #, c-format
|
---|
709 | msgid ""
|
---|
710 | " --sandbox\n"
|
---|
711 | " operate in sandbox mode (disable e/r/w commands).\n"
|
---|
712 | msgstr ""
|
---|
713 |
|
---|
714 | #: sed/sed.c:169
|
---|
715 | #, c-format
|
---|
716 | msgid ""
|
---|
717 | " -u, --unbuffered\n"
|
---|
718 | " load minimal amounts of data from the input files and "
|
---|
719 | "flush\n"
|
---|
720 | " the output buffers more often\n"
|
---|
721 | msgstr ""
|
---|
722 |
|
---|
723 | #: sed/sed.c:172
|
---|
724 | #, c-format
|
---|
725 | msgid ""
|
---|
726 | " -z, --null-data\n"
|
---|
727 | " separate lines by NUL characters\n"
|
---|
728 | msgstr ""
|
---|
729 |
|
---|
730 | #: sed/sed.c:174
|
---|
731 | #, c-format
|
---|
732 | msgid " --help display this help and exit\n"
|
---|
733 | msgstr ""
|
---|
734 |
|
---|
735 | #: sed/sed.c:175
|
---|
736 | #, c-format
|
---|
737 | msgid " --version output version information and exit\n"
|
---|
738 | msgstr ""
|
---|
739 |
|
---|
740 | #: sed/sed.c:176
|
---|
741 | #, c-format
|
---|
742 | msgid ""
|
---|
743 | "\n"
|
---|
744 | "If no -e, --expression, -f, or --file option is given, then the first\n"
|
---|
745 | "non-option argument is taken as the sed script to interpret. All\n"
|
---|
746 | "remaining arguments are names of input files; if no input files are\n"
|
---|
747 | "specified, then the standard input is read.\n"
|
---|
748 | "\n"
|
---|
749 | msgstr ""
|
---|
750 |
|
---|
751 | #: sed/sed.c:369
|
---|
752 | msgid "failed to set binary mode on STDIN"
|
---|
753 | msgstr ""
|
---|
754 |
|
---|
755 | #: sed/sed.c:371
|
---|
756 | msgid "failed to set binary mode on STDOUT"
|
---|
757 | msgstr ""
|
---|
758 |
|
---|
759 | #: sed/utils.c:129
|
---|
760 | #, fuzzy, c-format
|
---|
761 | msgid "couldn't open file %s: %s"
|
---|
762 | msgstr "%s õáå÷ úçéúôá äì÷ú"
|
---|
763 |
|
---|
764 | #: sed/utils.c:148
|
---|
765 | #, fuzzy, c-format
|
---|
766 | msgid "couldn't attach to %s: %s"
|
---|
767 | msgstr "%s-ì èìôäî ÷ìç úáéúëá (%s) äì÷ú"
|
---|
768 |
|
---|
769 | #: sed/utils.c:207
|
---|
770 | #, c-format
|
---|
771 | msgid "failed to set binary mode on '%s'"
|
---|
772 | msgstr ""
|
---|
773 |
|
---|
774 | #: sed/utils.c:228
|
---|
775 | #, fuzzy, c-format
|
---|
776 | msgid "couldn't write %llu item to %s: %s"
|
---|
777 | msgid_plural "couldn't write %llu items to %s: %s"
|
---|
778 | msgstr[0] "èìôäî íé÷ìç %d ìù %s-ì äáéúëá (%s) äì÷ú"
|
---|
779 | msgstr[1] "èìôäî íé÷ìç %d ìù %s-ì äáéúëá (%s) äì÷ú"
|
---|
780 |
|
---|
781 | #: sed/utils.c:240 sed/utils.c:259
|
---|
782 | #, c-format
|
---|
783 | msgid "read error on %s: %s"
|
---|
784 | msgstr "%s úàéø÷á (%s) äì÷ú"
|
---|
785 |
|
---|
786 | #: sed/utils.c:358
|
---|
787 | #, fuzzy, c-format
|
---|
788 | msgid "couldn't readlink %s: %s"
|
---|
789 | msgstr "%s-ì èìôäî ÷ìç úáéúëá (%s) äì÷ú"
|
---|
790 |
|
---|
791 | #: sed/utils.c:361
|
---|
792 | #, fuzzy, c-format
|
---|
793 | msgid "couldn't follow symlink %s: %s"
|
---|
794 | msgstr "%s-ì èìôäî ÷ìç úáéúëá (%s) äì÷ú"
|
---|
795 |
|
---|
796 | #: sed/utils.c:408
|
---|
797 | #, fuzzy, c-format
|
---|
798 | msgid "cannot rename %s: %s"
|
---|
799 | msgstr "%s úéðëúá %s úàéø÷á (%s) äàéâù\n"
|
---|
800 |
|
---|
801 | #, fuzzy, c-format
|
---|
802 | #~ msgid "cannot stat %s: %s"
|
---|
803 | #~ msgstr "%s úéðëúá %s úàéø÷á (%s) äàéâù\n"
|
---|
804 |
|
---|
805 | #, fuzzy, c-format
|
---|
806 | #~ msgid "cannot remove %s: %s"
|
---|
807 | #~ msgstr "%s úéðëúá %s úàéø÷á (%s) äàéâù\n"
|
---|
808 |
|
---|
809 | #~ msgid "bad regexp: %s\n"
|
---|
810 | #~ msgstr "%s éøìåâø éåèéáá äàéâù\n"
|
---|
811 |
|
---|
812 | #~ msgid "Unexpected End-of-file"
|
---|
813 | #~ msgstr "éãî íã÷åî íééúñî õáå÷"
|
---|
814 |
|
---|
815 | #~ msgid "Called savchar() with unexpected pushback (%x)"
|
---|
816 | #~ msgstr "(%x) éåôö-éúìá pushback íò äàø÷ð savchar() äéö÷ðåô"
|
---|
817 |
|
---|
818 | #~ msgid "input read error: %s"
|
---|
819 | #~ msgstr "äàéø÷ úòá (%s) äàéâù"
|
---|
820 |
|
---|
821 | #~ msgid "INTERNAL ERROR: bad address type"
|
---|
822 | #~ msgstr "òåãé-éúìá úáåúë âåñ :äøåîç äðëú úì÷ú"
|
---|
823 |
|
---|
824 | #~ msgid "INTERNAL ERROR: Bad cmd %c"
|
---|
825 | #~ msgstr "%c úùáåùî äãå÷ô :äøåîç äðëú úì÷ú"
|
---|
826 |
|
---|
827 | #~ msgid ""
|
---|
828 | #~ "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
|
---|
829 | #~ "\n"
|
---|
830 | #~ " -n, --quiet, --silent\n"
|
---|
831 | #~ " suppress automatic printing of pattern space\n"
|
---|
832 | #~ " -e script, --expression=script\n"
|
---|
833 | #~ " add the script to the commands to be executed\n"
|
---|
834 | #~ " -f script-file, --file=script-file\n"
|
---|
835 | #~ " add the contents of script-file to the commands to be "
|
---|
836 | #~ "executed\n"
|
---|
837 | #~ " -l N, --line-length=N\n"
|
---|
838 | #~ " specify the desired line-wrap length for the `l' "
|
---|
839 | #~ "command\n"
|
---|
840 | #~ " -u, --unbuffered\n"
|
---|
841 | #~ "\n"
|
---|
842 | #~ " --help display this help and exit\n"
|
---|
843 | #~ " -V, --version output version information and exit\n"
|
---|
844 | #~ "\n"
|
---|
845 | #~ "If no -e, --expression, -f, or --file option is given, then the first\n"
|
---|
846 | #~ "non-option argument is taken as the sed script to interpret. All\n"
|
---|
847 | #~ "remaining arguments are names of input files; if no input files are\n"
|
---|
848 | #~ "specified, then the standard input is read.\n"
|
---|
849 | #~ "\n"
|
---|
850 | #~ msgstr ""
|
---|
851 | #~ "%s [íéðééôàî]... {íéøçà-íéèéøñú-øãòéäá-èéøñú} [èì÷ õáå÷]... :ùåîéù ïôåà\n"
|
---|
852 | #~ "\n"
|
---|
853 | #~ " -n, --quiet, --silent\n"
|
---|
854 | #~ " éèîåèåà ïôåàá úåéðáúä áçøî úà ñéôãú ìà\n"
|
---|
855 | #~ " -e script, --expression=script\n"
|
---|
856 | #~ " òöáì ùé ïúåà úåãå÷ôì script óñåä\n"
|
---|
857 | #~ " -f script-file, --file=script-file\n"
|
---|
858 | #~ " òöáì ùé ïúåà úåãå÷ôì script-file ìù ïëåúä óñåä\n"
|
---|
859 | #~ " -l N, --line-length=N\n"
|
---|
860 | #~ " úãå÷ô øåáò éáøéî äøåù ìãåâë N òá÷\n"
|
---|
861 | #~ " -u, --unbuffered\n"
|
---|
862 | #~ "\n"
|
---|
863 | #~ " úéðëúäî àöå åæ äëøãä âöä --help\n"
|
---|
864 | #~ " àöå úéîòúä úñøâ âöä -V, --version\n"
|
---|
865 | #~ "\n"
|
---|
866 | #~ " ïåùàøä èðîåâøàä ,--file åà ,-f ,--expression ,-e íéðééôàî øãòéäá\n"
|
---|
867 | #~ " íðéä íéøúåðä íéèðîåâøàä ìë .òåöéáì sed úéøñúë ùøôúé ïééôàî åðéàù\n"
|
---|
868 | #~ " .éð÷ú èì÷ ÷éôà àø÷éé ,èì÷ éöá÷ ìë øãòéäá ;èì÷ éöá÷ úåîù\n"
|
---|
869 | #~ "\n"
|
---|
870 |
|
---|
871 | #~ msgid ""
|
---|
872 | #~ "E-mail bug reports to: %s .\n"
|
---|
873 | #~ "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
|
---|
874 | #~ msgstr ""
|
---|
875 | #~ " .%s úáåúëì (bugs) äì÷ú éçååéã çåìùì àð\n"
|
---|
876 | #~ " .(``Subject'') ``ïåãðä'' úøåùá ``%s'' äìéî ìåìëì åãéô÷ä àðà\n"
|
---|
877 |
|
---|
878 | #~ msgid ""
|
---|
879 | #~ "%s\n"
|
---|
880 | #~ "This is free software; see the source for copying conditions. There is "
|
---|
881 | #~ "NO\n"
|
---|
882 | #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
|
---|
883 | #~ "PURPOSE,\n"
|
---|
884 | #~ "to the extent permitted by law.\n"
|
---|
885 | #~ msgstr ""
|
---|
886 | #~ "%s\n"
|
---|
887 | #~ "äååìî äðéà úéðëúä .øå÷îä éöá÷ úà äàø ,èåøéô øúéì ;úéùôç äðëú äðéä åæ "
|
---|
888 | #~ "úéðëú\n"
|
---|
889 | #~ " äãéîá úàæå ,àéäù úéìëú åæéàì äîàúä åà úåøéçñ íùì àì åìéôà ;úåéøçà "
|
---|
890 | #~ "áúëá\n"
|
---|
891 | #~ " .úàæ øùôàî "
|
---|
892 | #~ "÷åçäù\n"
|
---|