]> git.ipfire.org Git - thirdparty/bash.git/blob - po/ru.po
bash-4.3-alpha release
[thirdparty/bash.git] / po / ru.po
1 # Russian translations for GNU bash package
2 # áÎÇÌÉÊÓËÉÅ ÐÅÒÅ×ÏÄÙ ÄÌÑ ÐÁËÅÔÁ GNU bash.
3 # Copyright (C) 2006 Free Software Foundation, Inc.
4 # This file is distributed under the same license as the GNU bash package.
5 # <dushistov@mail.ru>, 2006.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU bash 3.1-release\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2013-03-08 16:00-0500\n"
12 "PO-Revision-Date: 2006-01-05 21:28+0300\n"
13 "Last-Translator: Evgeniy Dushistov <dushistov@mail.ru>\n"
14 "Language-Team: Russian <ru@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=KOI8-R\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: ru\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
20 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
22 #: arrayfunc.c:51
23 msgid "bad array subscript"
24 msgstr "ÎÅÐÒÁ×ÉÌØÎÙÊ ÉÎÄÅËÓ ÍÁÓÓÉ×Á"
25
26 #: arrayfunc.c:356 builtins/declare.def:578
27 #, c-format
28 msgid "%s: cannot convert indexed to associative array"
29 msgstr ""
30
31 #: arrayfunc.c:539
32 #, fuzzy, c-format
33 msgid "%s: invalid associative array key"
34 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ"
35
36 #: arrayfunc.c:541
37 #, c-format
38 msgid "%s: cannot assign to non-numeric index"
39 msgstr "%s; ÎÅ ÍÏÇÕ ÐÒÉÐÉÓÁÔØ ÎÅ ÞÉÓÌÏ×ÏÊ ÉÎÄÅËÓ"
40
41 #: arrayfunc.c:586
42 #, c-format
43 msgid "%s: %s: must use subscript when assigning associative array"
44 msgstr ""
45
46 #: bashhist.c:388
47 #, c-format
48 msgid "%s: cannot create: %s"
49 msgstr "%s: ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ: %s"
50
51 #: bashline.c:3923
52 msgid "bash_execute_unix_command: cannot find keymap for command"
53 msgstr ""
54
55 #: bashline.c:4010
56 #, c-format
57 msgid "%s: first non-whitespace character is not `\"'"
58 msgstr "%s: ÐÅÒ×ÙÊ ÎÅÐÒÏÂÅÌØÎÙÊ ÓÉÍ×ÏÌ ÎÅ `\"'"
59
60 #: bashline.c:4039
61 #, c-format
62 msgid "no closing `%c' in %s"
63 msgstr "ÎÅÔ ÚÁËÒÙ×ÁÀÝÅÇÏ `%c' × %s"
64
65 #: bashline.c:4073
66 #, c-format
67 msgid "%s: missing colon separator"
68 msgstr "%s: ÐÒÏÐÕÝÅÎ ÒÁÚÄÅÌÉÔÅÌØ Ä×ÏÅÔÏÞÉÅ"
69
70 #: builtins/alias.def:132
71 #, fuzzy, c-format
72 msgid "`%s': invalid alias name"
73 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ"
74
75 #: builtins/bind.def:123 builtins/bind.def:126
76 msgid "line editing not enabled"
77 msgstr ""
78
79 #: builtins/bind.def:212
80 #, c-format
81 msgid "`%s': invalid keymap name"
82 msgstr ""
83
84 #: builtins/bind.def:251
85 #, c-format
86 msgid "%s: cannot read: %s"
87 msgstr "%s: ÎÅ ÍÏÇÕ ÐÒÏÞÉÔÁÔØ: %s"
88
89 #: builtins/bind.def:266
90 #, c-format
91 msgid "`%s': cannot unbind"
92 msgstr ""
93
94 #: builtins/bind.def:304 builtins/bind.def:334
95 #, c-format
96 msgid "`%s': unknown function name"
97 msgstr "`%s': ÉÍÑ ÆÕÎËÃÉÉ ÎÅÉÚ×ÅÓÔÎÏ"
98
99 #: builtins/bind.def:312
100 #, c-format
101 msgid "%s is not bound to any keys.\n"
102 msgstr "%s ÎÅ ÐÒÉ×ÑÚÁÎÁ ÎÅ Ë ÏÄÎÏÊ ÉÚ ËÌÁ×ÉÛ.\n"
103
104 #: builtins/bind.def:316
105 #, c-format
106 msgid "%s can be invoked via "
107 msgstr "%s ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ Ó ÐÏÍÏÝØÀ"
108
109 #: builtins/break.def:77 builtins/break.def:117
110 msgid "loop count"
111 msgstr ""
112
113 #: builtins/break.def:137
114 msgid "only meaningful in a `for', `while', or `until' loop"
115 msgstr "ÉÍÅÅÔ ÓÍÙÓÌ ÔÏÌØËÏ × ÃÉËÌÁÈ `for', `while', ÉÌÉ `until'"
116
117 #: builtins/caller.def:133
118 msgid ""
119 "Returns the context of the current subroutine call.\n"
120 " \n"
121 " Without EXPR, returns "
122 msgstr ""
123
124 #: builtins/cd.def:239
125 msgid "HOME not set"
126 msgstr "ÐÅÒÅÍÅÎÎÁÑ HOME ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ"
127
128 #: builtins/cd.def:247 builtins/common.c:166 test.c:855
129 msgid "too many arguments"
130 msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×"
131
132 #: builtins/cd.def:258
133 msgid "OLDPWD not set"
134 msgstr "ÐÅÒÅÍÅÎÎÁÑ OLDPWD ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ"
135
136 #: builtins/common.c:101
137 #, c-format
138 msgid "line %d: "
139 msgstr ""
140
141 #: builtins/common.c:139 error.c:265
142 #, fuzzy, c-format
143 msgid "warning: "
144 msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:"
145
146 #: builtins/common.c:153
147 #, fuzzy, c-format
148 msgid "%s: usage: "
149 msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:"
150
151 #: builtins/common.c:191 shell.c:506 shell.c:788
152 #, c-format
153 msgid "%s: option requires an argument"
154 msgstr "%s: ÏÐÃÉÑ ÔÒÅÂÕÅÔ ÁÒÇÕÍÅÎÔÁ"
155
156 #: builtins/common.c:198
157 #, c-format
158 msgid "%s: numeric argument required"
159 msgstr "%s: ÔÒÅÂÕÅÔÓÑ ÞÉÓÌÏ×ÏÊ ÁÒÇÕÍÅÎÔ"
160
161 #: builtins/common.c:205
162 #, c-format
163 msgid "%s: not found"
164 msgstr "%s: ÎÅ ÎÁÊÄÅÎ"
165
166 #: builtins/common.c:214 shell.c:801
167 #, c-format
168 msgid "%s: invalid option"
169 msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ"
170
171 #: builtins/common.c:221
172 #, c-format
173 msgid "%s: invalid option name"
174 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ"
175
176 #: builtins/common.c:228 general.c:234 general.c:239
177 #, c-format
178 msgid "`%s': not a valid identifier"
179 msgstr "`%s': ÎÅÐÒÁ×ÉÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ"
180
181 #: builtins/common.c:238
182 #, fuzzy
183 msgid "invalid octal number"
184 msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÎÏÍÅÒ ÓÉÇÎÁÌÁ"
185
186 #: builtins/common.c:240
187 #, fuzzy
188 msgid "invalid hex number"
189 msgstr "ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ"
190
191 #: builtins/common.c:242 expr.c:1451
192 msgid "invalid number"
193 msgstr "ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ"
194
195 #: builtins/common.c:250
196 #, c-format
197 msgid "%s: invalid signal specification"
198 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ ÓÉÇÎÁÌÁ"
199
200 #: builtins/common.c:257
201 #, c-format
202 msgid "`%s': not a pid or valid job spec"
203 msgstr "`%s': ÎÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÒÏÃÅÓÓÁ ÉÌÉ ÐÒÁ×ÉÌØÎÏÅ ÉÍÑ ÚÁÄÁÞÉ"
204
205 #: builtins/common.c:264 error.c:458
206 #, c-format
207 msgid "%s: readonly variable"
208 msgstr "%s: ÄÏÓÔÕÐÎÁÑ ÔÏÌØËÏ ÎÁ ÞÔÅÎÉÅ ÐÅÒÅÍÅÎÎÁÑ"
209
210 #: builtins/common.c:272
211 #, c-format
212 msgid "%s: %s out of range"
213 msgstr "%s: %s ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÄÏÐÕÓÔÉÍÙÈ ÚÎÁÞÅÎÉÊ"
214
215 #: builtins/common.c:272 builtins/common.c:274
216 msgid "argument"
217 msgstr "ÁÒÇÕÍÅÎÔ"
218
219 #: builtins/common.c:274
220 #, c-format
221 msgid "%s out of range"
222 msgstr "%s ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÄÏÐÕÓÔÉÍÙÈ ÚÎÁÞÅÎÉÊ"
223
224 #: builtins/common.c:282
225 #, c-format
226 msgid "%s: no such job"
227 msgstr "%s: ÎÅ ÔÁËÏÊ ÚÁÄÁÞÉ"
228
229 #: builtins/common.c:290
230 #, c-format
231 msgid "%s: no job control"
232 msgstr ""
233
234 #: builtins/common.c:292
235 msgid "no job control"
236 msgstr ""
237
238 #: builtins/common.c:302
239 #, c-format
240 msgid "%s: restricted"
241 msgstr ""
242
243 #: builtins/common.c:304
244 msgid "restricted"
245 msgstr ""
246
247 #: builtins/common.c:312
248 #, c-format
249 msgid "%s: not a shell builtin"
250 msgstr "%s: ÎÅ ×ÓÔÒÏÅÎÎÁ × ÏÂÏÌÏÞËÕ"
251
252 #: builtins/common.c:321
253 #, c-format
254 msgid "write error: %s"
255 msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s"
256
257 #: builtins/common.c:329
258 #, c-format
259 msgid "error setting terminal attributes: %s"
260 msgstr ""
261
262 #: builtins/common.c:331
263 #, c-format
264 msgid "error getting terminal attributes: %s"
265 msgstr ""
266
267 #: builtins/common.c:563
268 #, c-format
269 msgid "%s: error retrieving current directory: %s: %s\n"
270 msgstr "%s: ÏÛÉÂËÁ ÐÏÌÕÞÅÎÉÑ ÔÅËÕÝÅÊ ÄÉÒÅËÔÏÒÉÉ: %s: %s\n"
271
272 #: builtins/common.c:629 builtins/common.c:631
273 #, c-format
274 msgid "%s: ambiguous job spec"
275 msgstr ""
276
277 #: builtins/complete.def:277
278 #, c-format
279 msgid "%s: invalid action name"
280 msgstr ""
281
282 #: builtins/complete.def:450 builtins/complete.def:645
283 #: builtins/complete.def:855
284 #, c-format
285 msgid "%s: no completion specification"
286 msgstr ""
287
288 #: builtins/complete.def:697
289 msgid "warning: -F option may not work as you expect"
290 msgstr ""
291
292 #: builtins/complete.def:699
293 msgid "warning: -C option may not work as you expect"
294 msgstr ""
295
296 #: builtins/complete.def:828
297 msgid "not currently executing completion function"
298 msgstr ""
299
300 #: builtins/declare.def:126
301 msgid "can only be used in a function"
302 msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ × ÆÕÎËÃÉÉ"
303
304 #: builtins/declare.def:311 builtins/declare.def:526
305 #, c-format
306 msgid "%s: reference variable cannot be an array"
307 msgstr ""
308
309 #: builtins/declare.def:317
310 #, c-format
311 msgid "%s: nameref variable self references not allowed"
312 msgstr ""
313
314 #: builtins/declare.def:415
315 msgid "cannot use `-f' to make functions"
316 msgstr ""
317
318 #: builtins/declare.def:427 execute_cmd.c:5315
319 #, c-format
320 msgid "%s: readonly function"
321 msgstr "%s: ÄÏÓÔÕÐÎÁÑ ÔÏÌØËÏ ÎÁ ÞÔÅÎÉÅ ÆÕÎËÃÉÑ"
322
323 #: builtins/declare.def:565
324 #, c-format
325 msgid "%s: cannot destroy array variables in this way"
326 msgstr "%s: ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ ÐÅÒÅÍÅÎÎÕÀ-ÍÁÓÓÉ× ÔÁËÉÍ ÓÐÏÓÏÂÏÍ"
327
328 #: builtins/declare.def:572 builtins/read.def:721
329 #, c-format
330 msgid "%s: cannot convert associative to indexed array"
331 msgstr ""
332
333 #: builtins/enable.def:137 builtins/enable.def:145
334 msgid "dynamic loading not available"
335 msgstr ""
336
337 #: builtins/enable.def:312
338 #, c-format
339 msgid "cannot open shared object %s: %s"
340 msgstr ""
341
342 #: builtins/enable.def:335
343 #, c-format
344 msgid "cannot find %s in shared object %s: %s"
345 msgstr ""
346
347 #: builtins/enable.def:459
348 #, c-format
349 msgid "%s: not dynamically loaded"
350 msgstr ""
351
352 #: builtins/enable.def:474
353 #, c-format
354 msgid "%s: cannot delete: %s"
355 msgstr "%s: ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ: %s"
356
357 #: builtins/evalfile.c:140 builtins/hash.def:171 execute_cmd.c:5162
358 #: shell.c:1481
359 #, c-format
360 msgid "%s: is a directory"
361 msgstr "%s: Ñ×ÌÑÅÔÓÑ ÄÉÒÅËÔÏÒÉÅÊ"
362
363 #: builtins/evalfile.c:146
364 #, c-format
365 msgid "%s: not a regular file"
366 msgstr "%s: ÎÅ Ñ×ÌÑÅÔÓÑ ÏÂÙÞÎÙÍ ÆÁÊÌÏÍ"
367
368 #: builtins/evalfile.c:155
369 #, c-format
370 msgid "%s: file is too large"
371 msgstr "%s: ÓÌÉÛËÏÍ ÂÏÌØÛÏÊ ÆÁÊÌ"
372
373 #: builtins/evalfile.c:190 builtins/evalfile.c:208 shell.c:1491
374 #, c-format
375 msgid "%s: cannot execute binary file"
376 msgstr "%s: ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ"
377
378 #: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
379 #, c-format
380 msgid "%s: cannot execute: %s"
381 msgstr "%s: ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ: %s"
382
383 #: builtins/exit.def:65
384 #, c-format
385 msgid "logout\n"
386 msgstr ""
387
388 #: builtins/exit.def:88
389 msgid "not login shell: use `exit'"
390 msgstr ""
391 "ÏÂÏÌÏÞËÁ ÎÅ Ñ×ÌÑÅÔÓÑ ÚÁÐÕÝÅÎÎÏÊ ÐÏÓÌÅ ×ÈÏÄÁ × ÓÉÓÔÅÍÕ: ÉÓÐÏÌØÚÕÊÔÅ `exit' "
392
393 #: builtins/exit.def:120
394 #, c-format
395 msgid "There are stopped jobs.\n"
396 msgstr "åÓÔØ ÐÒÉÏÓÔÁÎÏ×ÌÅÎÎÙÅ ÚÁÄÁÞÉ.\n"
397
398 #: builtins/exit.def:122
399 #, fuzzy, c-format
400 msgid "There are running jobs.\n"
401 msgstr "åÓÔØ ÐÒÉÏÓÔÁÎÏ×ÌÅÎÎÙÅ ÚÁÄÁÞÉ.\n"
402
403 #: builtins/fc.def:262
404 msgid "no command found"
405 msgstr "ÎÅ ÎÁÛÅÌ ÔÁËÕÀ ËÏÍÁÎÄÕ"
406
407 #: builtins/fc.def:312 builtins/fc.def:359
408 msgid "history specification"
409 msgstr ""
410
411 #: builtins/fc.def:380
412 #, c-format
413 msgid "%s: cannot open temp file: %s"
414 msgstr "%s: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ: %s"
415
416 #: builtins/fg_bg.def:149 builtins/jobs.def:282
417 msgid "current"
418 msgstr ""
419
420 #: builtins/fg_bg.def:158
421 #, c-format
422 msgid "job %d started without job control"
423 msgstr ""
424
425 #: builtins/getopt.c:110
426 #, c-format
427 msgid "%s: illegal option -- %c\n"
428 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÁÑ ÏÐÃÉÑ -- %c\n"
429
430 #: builtins/getopt.c:111
431 #, c-format
432 msgid "%s: option requires an argument -- %c\n"
433 msgstr ""
434
435 #: builtins/hash.def:92
436 msgid "hashing disabled"
437 msgstr ""
438
439 #: builtins/hash.def:138
440 #, c-format
441 msgid "%s: hash table empty\n"
442 msgstr ""
443
444 #: builtins/hash.def:245
445 #, fuzzy, c-format
446 msgid "hits\tcommand\n"
447 msgstr "ÐÏÓÌÅÄÎÑÑ ËÏÍÁÎÄÁ: %s\n"
448
449 #: builtins/help.def:130
450 #, c-format
451 msgid "Shell commands matching keyword `"
452 msgid_plural "Shell commands matching keywords `"
453 msgstr[0] ""
454 msgstr[1] ""
455 msgstr[2] ""
456
457 #: builtins/help.def:168
458 #, c-format
459 msgid ""
460 "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
461 msgstr ""
462
463 #: builtins/help.def:185
464 #, c-format
465 msgid "%s: cannot open: %s"
466 msgstr "%s: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ: %s"
467
468 #: builtins/help.def:471
469 #, c-format
470 msgid ""
471 "These shell commands are defined internally. Type `help' to see this list.\n"
472 "Type `help name' to find out more about the function `name'.\n"
473 "Use `info bash' to find out more about the shell in general.\n"
474 "Use `man -k' or `info' to find out more about commands not in this list.\n"
475 "\n"
476 "A star (*) next to a name means that the command is disabled.\n"
477 "\n"
478 msgstr ""
479
480 #: builtins/history.def:154
481 msgid "cannot use more than one of -anrw"
482 msgstr ""
483
484 #: builtins/history.def:186
485 msgid "history position"
486 msgstr ""
487
488 #: builtins/history.def:366
489 #, c-format
490 msgid "%s: history expansion failed"
491 msgstr ""
492
493 #: builtins/inlib.def:71
494 #, fuzzy, c-format
495 msgid "%s: inlib failed"
496 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÙÊ ÓÅÒ×ÉÓ"
497
498 #: builtins/jobs.def:109
499 msgid "no other options allowed with `-x'"
500 msgstr ""
501
502 #: builtins/kill.def:200
503 #, c-format
504 msgid "%s: arguments must be process or job IDs"
505 msgstr ""
506
507 #: builtins/kill.def:263
508 msgid "Unknown error"
509 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
510
511 #: builtins/let.def:95 builtins/let.def:120 expr.c:586 expr.c:601
512 msgid "expression expected"
513 msgstr "ÏÖÉÄÁÌÏÓØ ×ÙÒÁÖÅÎÉÅ"
514
515 #: builtins/mapfile.def:172
516 #, fuzzy, c-format
517 msgid "%s: not an indexed array"
518 msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×"
519
520 #: builtins/mapfile.def:259 builtins/read.def:302
521 #, c-format
522 msgid "%s: invalid file descriptor specification"
523 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÏÐÉÓÁÎÉÅ ÆÁÊÌÏ×ÏÇÏ ÄÅÓËÒÉÐÔÏÒÁ"
524
525 #: builtins/mapfile.def:267 builtins/read.def:309
526 #, c-format
527 msgid "%d: invalid file descriptor: %s"
528 msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÅÓËÒÉÐÔÏÒ ÆÁÊÌÁ: %s"
529
530 #: builtins/mapfile.def:276 builtins/mapfile.def:314
531 #, fuzzy, c-format
532 msgid "%s: invalid line count"
533 msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ"
534
535 #: builtins/mapfile.def:287
536 #, fuzzy, c-format
537 msgid "%s: invalid array origin"
538 msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ"
539
540 #: builtins/mapfile.def:304
541 #, fuzzy, c-format
542 msgid "%s: invalid callback quantum"
543 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ"
544
545 #: builtins/mapfile.def:336
546 #, fuzzy
547 msgid "empty array variable name"
548 msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×"
549
550 #: builtins/mapfile.def:357
551 msgid "array variable support required"
552 msgstr ""
553
554 #: builtins/printf.def:402
555 #, c-format
556 msgid "`%s': missing format character"
557 msgstr "`%s': ÐÒÏÐÕÝÅÎ ÓÉÍ×ÏÌ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ"
558
559 #: builtins/printf.def:456
560 #, fuzzy, c-format
561 msgid "`%c': invalid time format specification"
562 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ ÓÉÇÎÁÌÁ"
563
564 #: builtins/printf.def:658
565 #, c-format
566 msgid "`%c': invalid format character"
567 msgstr "%c': ÎÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ"
568
569 #: builtins/printf.def:684
570 #, fuzzy, c-format
571 msgid "warning: %s: %s"
572 msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:"
573
574 #: builtins/printf.def:865
575 msgid "missing hex digit for \\x"
576 msgstr ""
577
578 #: builtins/printf.def:880
579 #, c-format
580 msgid "missing unicode digit for \\%c"
581 msgstr ""
582
583 #: builtins/pushd.def:195
584 msgid "no other directory"
585 msgstr "ÎÅÔ ÄÒÕÇÏÊ ÄÉÒÅËÔÏÒÉÉ"
586
587 #: builtins/pushd.def:354
588 #, fuzzy, c-format
589 msgid "%s: invalid argument"
590 msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ"
591
592 #: builtins/pushd.def:468
593 msgid "<no current directory>"
594 msgstr ""
595
596 #: builtins/pushd.def:512
597 msgid "directory stack empty"
598 msgstr ""
599
600 #: builtins/pushd.def:514
601 msgid "directory stack index"
602 msgstr ""
603
604 #: builtins/pushd.def:689
605 msgid ""
606 "Display the list of currently remembered directories. Directories\n"
607 " find their way onto the list with the `pushd' command; you can get\n"
608 " back up through the list with the `popd' command.\n"
609 " \n"
610 " Options:\n"
611 " -c\tclear the directory stack by deleting all of the elements\n"
612 " -l\tdo not print tilde-prefixed versions of directories relative\n"
613 " \tto your home directory\n"
614 " -p\tprint the directory stack with one entry per line\n"
615 " -v\tprint the directory stack with one entry per line prefixed\n"
616 " \twith its position in the stack\n"
617 " \n"
618 " Arguments:\n"
619 " +N\tDisplays the Nth entry counting from the left of the list shown "
620 "by\n"
621 " \tdirs when invoked without options, starting with zero.\n"
622 " \n"
623 " -N\tDisplays the Nth entry counting from the right of the list shown "
624 "by\n"
625 "\tdirs when invoked without options, starting with zero."
626 msgstr ""
627
628 #: builtins/pushd.def:711
629 msgid ""
630 "Adds a directory to the top of the directory stack, or rotates\n"
631 " the stack, making the new top of the stack the current working\n"
632 " directory. With no arguments, exchanges the top two directories.\n"
633 " \n"
634 " Options:\n"
635 " -n\tSuppresses the normal change of directory when adding\n"
636 " \tdirectories to the stack, so only the stack is manipulated.\n"
637 " \n"
638 " Arguments:\n"
639 " +N\tRotates the stack so that the Nth directory (counting\n"
640 " \tfrom the left of the list shown by `dirs', starting with\n"
641 " \tzero) is at the top.\n"
642 " \n"
643 " -N\tRotates the stack so that the Nth directory (counting\n"
644 " \tfrom the right of the list shown by `dirs', starting with\n"
645 " \tzero) is at the top.\n"
646 " \n"
647 " dir\tAdds DIR to the directory stack at the top, making it the\n"
648 " \tnew current working directory.\n"
649 " \n"
650 " The `dirs' builtin displays the directory stack."
651 msgstr ""
652
653 #: builtins/pushd.def:736
654 msgid ""
655 "Removes entries from the directory stack. With no arguments, removes\n"
656 " the top directory from the stack, and changes to the new top directory.\n"
657 " \n"
658 " Options:\n"
659 " -n\tSuppresses the normal change of directory when removing\n"
660 " \tdirectories from the stack, so only the stack is manipulated.\n"
661 " \n"
662 " Arguments:\n"
663 " +N\tRemoves the Nth entry counting from the left of the list\n"
664 " \tshown by `dirs', starting with zero. For example: `popd +0'\n"
665 " \tremoves the first directory, `popd +1' the second.\n"
666 " \n"
667 " -N\tRemoves the Nth entry counting from the right of the list\n"
668 " \tshown by `dirs', starting with zero. For example: `popd -0'\n"
669 " \tremoves the last directory, `popd -1' the next to last.\n"
670 " \n"
671 " The `dirs' builtin displays the directory stack."
672 msgstr ""
673
674 #: builtins/read.def:275
675 #, c-format
676 msgid "%s: invalid timeout specification"
677 msgstr ""
678
679 #: builtins/read.def:666
680 #, c-format
681 msgid "read error: %d: %s"
682 msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ: %d: %s"
683
684 #: builtins/return.def:75
685 msgid "can only `return' from a function or sourced script"
686 msgstr ""
687
688 #: builtins/set.def:782
689 msgid "cannot simultaneously unset a function and a variable"
690 msgstr ""
691
692 #: builtins/set.def:826
693 #, c-format
694 msgid "%s: cannot unset"
695 msgstr "%s: ÎÅ ÍÏÇÕ ÓÂÒÏÓÉÔØ"
696
697 #: builtins/set.def:843
698 #, c-format
699 msgid "%s: cannot unset: readonly %s"
700 msgstr "%s: ÎÅ ÍÏÇÕ ÓÂÒÏÓÉÔØ: ÄÏÓÔÕÐÎÏ ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ %s"
701
702 #: builtins/set.def:854
703 #, c-format
704 msgid "%s: not an array variable"
705 msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×"
706
707 #: builtins/setattr.def:187
708 #, c-format
709 msgid "%s: not a function"
710 msgstr "%s: ÎÅ ÆÕÎËÃÉÑ"
711
712 #: builtins/shift.def:71 builtins/shift.def:77
713 msgid "shift count"
714 msgstr ""
715
716 #: builtins/shopt.def:279
717 msgid "cannot set and unset shell options simultaneously"
718 msgstr ""
719
720 #: builtins/shopt.def:346
721 #, c-format
722 msgid "%s: invalid shell option name"
723 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ ÏÂÏÌÏÞËÉ"
724
725 #: builtins/source.def:130
726 msgid "filename argument required"
727 msgstr "ÔÒÅÂÕÅÔÓÑ ÁÒÇÕÍÅÎÔ ÉÍÑ ÆÁÊÌÁ"
728
729 #: builtins/source.def:155
730 #, c-format
731 msgid "%s: file not found"
732 msgstr "%s: ÆÁÊÌ ÎÅ ÎÁÊÄÅÎ"
733
734 #: builtins/suspend.def:101
735 msgid "cannot suspend"
736 msgstr ""
737
738 #: builtins/suspend.def:111
739 msgid "cannot suspend a login shell"
740 msgstr ""
741
742 #: builtins/type.def:234
743 #, c-format
744 msgid "%s is aliased to `%s'\n"
745 msgstr ""
746
747 #: builtins/type.def:255
748 #, c-format
749 msgid "%s is a shell keyword\n"
750 msgstr "%s Ñ×ÌÑÅÔÓÑ ËÌÀÞÅ×ÙÍ ÓÌÏ×ÏÍ ÏÂÏÌÏÞËÉ\n"
751
752 #: builtins/type.def:274
753 #, c-format
754 msgid "%s is a function\n"
755 msgstr "%s Ñ×ÌÑÅÔÓÑ ÆÕÎËÃÉÅÊ\n"
756
757 #: builtins/type.def:296
758 #, c-format
759 msgid "%s is a shell builtin\n"
760 msgstr ""
761
762 #: builtins/type.def:317 builtins/type.def:393
763 #, c-format
764 msgid "%s is %s\n"
765 msgstr ""
766
767 #: builtins/type.def:337
768 #, c-format
769 msgid "%s is hashed (%s)\n"
770 msgstr ""
771
772 #: builtins/ulimit.def:379
773 #, c-format
774 msgid "%s: invalid limit argument"
775 msgstr ""
776
777 #: builtins/ulimit.def:405
778 #, c-format
779 msgid "`%c': bad command"
780 msgstr "`%c': ÐÌÏÈÁÑ ËÏÍÁÎÄÁ"
781
782 #: builtins/ulimit.def:434
783 #, c-format
784 msgid "%s: cannot get limit: %s"
785 msgstr ""
786
787 #: builtins/ulimit.def:460
788 msgid "limit"
789 msgstr ""
790
791 #: builtins/ulimit.def:472 builtins/ulimit.def:772
792 #, c-format
793 msgid "%s: cannot modify limit: %s"
794 msgstr ""
795
796 #: builtins/umask.def:118
797 msgid "octal number"
798 msgstr "ÞÉÓÌÏ × ×ÏÓØÍÅÒÉÞÎÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ"
799
800 #: builtins/umask.def:231
801 #, c-format
802 msgid "`%c': invalid symbolic mode operator"
803 msgstr ""
804
805 #: builtins/umask.def:286
806 #, c-format
807 msgid "`%c': invalid symbolic mode character"
808 msgstr ""
809
810 #: error.c:90 error.c:325 error.c:327 error.c:329
811 msgid " line "
812 msgstr ""
813
814 #: error.c:165
815 #, c-format
816 msgid "last command: %s\n"
817 msgstr "ÐÏÓÌÅÄÎÑÑ ËÏÍÁÎÄÁ: %s\n"
818
819 #: error.c:173
820 #, c-format
821 msgid "Aborting..."
822 msgstr "úÁ×ÅÒÛÁÀ ÒÁÂÏÔÕ..."
823
824 #: error.c:410
825 msgid "unknown command error"
826 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ ËÏÍÁÎÄÙ"
827
828 #: error.c:411
829 msgid "bad command type"
830 msgstr ""
831
832 #: error.c:412
833 msgid "bad connector"
834 msgstr ""
835
836 #: error.c:413
837 msgid "bad jump"
838 msgstr ""
839
840 #: error.c:451
841 #, c-format
842 msgid "%s: unbound variable"
843 msgstr ""
844
845 #: eval.c:189
846 #, c-format
847 msgid "\atimed out waiting for input: auto-logout\n"
848 msgstr ""
849
850 #: execute_cmd.c:512
851 #, c-format
852 msgid "cannot redirect standard input from /dev/null: %s"
853 msgstr ""
854
855 #: execute_cmd.c:1228
856 #, c-format
857 msgid "TIMEFORMAT: `%c': invalid format character"
858 msgstr ""
859
860 #: execute_cmd.c:2282
861 #, fuzzy
862 msgid "pipe error"
863 msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s"
864
865 #: execute_cmd.c:4347
866 #, c-format
867 msgid "%s: maximum function nesting level exceeded (%d)"
868 msgstr ""
869
870 #: execute_cmd.c:4840
871 #, c-format
872 msgid "%s: restricted: cannot specify `/' in command names"
873 msgstr ""
874
875 #: execute_cmd.c:4929
876 #, c-format
877 msgid "%s: command not found"
878 msgstr "%s: ËÏÍÁÎÄÁ ÎÅ ÎÁÊÄÅÎÁ"
879
880 #: execute_cmd.c:5160
881 #, c-format
882 msgid "%s: %s"
883 msgstr ""
884
885 #: execute_cmd.c:5197
886 #, c-format
887 msgid "%s: %s: bad interpreter"
888 msgstr "%s: %s: ÐÌÏÈÏÊ ÉÎÔÅÒÐÒÅÔÁÔÏÒ"
889
890 #: execute_cmd.c:5234
891 #, fuzzy, c-format
892 msgid "%s: cannot execute binary file: %s"
893 msgstr "%s: ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ"
894
895 #: execute_cmd.c:5306
896 #, fuzzy, c-format
897 msgid "`%s': is a special builtin"
898 msgstr "%s: ÎÅ ×ÓÔÒÏÅÎÎÁ × ÏÂÏÌÏÞËÕ"
899
900 #: execute_cmd.c:5358
901 #, c-format
902 msgid "cannot duplicate fd %d to fd %d"
903 msgstr "ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd %d × fd %d"
904
905 #: expr.c:262
906 msgid "expression recursion level exceeded"
907 msgstr ""
908
909 #: expr.c:286
910 msgid "recursion stack underflow"
911 msgstr ""
912
913 #: expr.c:434
914 msgid "syntax error in expression"
915 msgstr "ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÅ"
916
917 #: expr.c:478
918 msgid "attempted assignment to non-variable"
919 msgstr "ÐÏÐÙÔËÁ ÐÒÉÓ×ÏÅÎÉÑ ÎÅ-ÐÅÒÅÍÅÎÎÏÊ"
920
921 #: expr.c:498 expr.c:847
922 msgid "division by 0"
923 msgstr "ÄÅÌÅÎÉÅ ÎÁ 0"
924
925 #: expr.c:545
926 msgid "bug: bad expassign token"
927 msgstr ""
928
929 #: expr.c:598
930 msgid "`:' expected for conditional expression"
931 msgstr ""
932
933 #: expr.c:904
934 msgid "exponent less than 0"
935 msgstr ""
936
937 #: expr.c:957
938 msgid "identifier expected after pre-increment or pre-decrement"
939 msgstr ""
940
941 #: expr.c:983
942 msgid "missing `)'"
943 msgstr "ÐÒÏÐÕÝÅÎ `)'"
944
945 #: expr.c:1034 expr.c:1371
946 msgid "syntax error: operand expected"
947 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: ÏÖÉÄÁÅÔÓÑ ÏÐÅÒÁÎÄ"
948
949 #: expr.c:1373
950 msgid "syntax error: invalid arithmetic operator"
951 msgstr ""
952
953 #: expr.c:1397
954 #, c-format
955 msgid "%s%s%s: %s (error token is \"%s\")"
956 msgstr ""
957
958 #: expr.c:1455
959 msgid "invalid arithmetic base"
960 msgstr ""
961
962 #: expr.c:1475
963 msgid "value too great for base"
964 msgstr ""
965
966 #: expr.c:1524
967 #, fuzzy, c-format
968 msgid "%s: expression error\n"
969 msgstr "ÏÖÉÄÁÌÏÓØ ×ÙÒÁÖÅÎÉÅ"
970
971 #: general.c:61
972 msgid "getcwd: cannot access parent directories"
973 msgstr ""
974
975 #: input.c:101 subst.c:5067
976 #, fuzzy, c-format
977 msgid "cannot reset nodelay mode for fd %d"
978 msgstr "ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd %d × fd %d"
979
980 #: input.c:267
981 #, c-format
982 msgid "cannot allocate new file descriptor for bash input from fd %d"
983 msgstr ""
984
985 #: input.c:275
986 #, c-format
987 msgid "save_bash_input: buffer already exists for new fd %d"
988 msgstr ""
989
990 #: jobs.c:471
991 msgid "start_pipeline: pgrp pipe"
992 msgstr ""
993
994 #: jobs.c:892
995 #, c-format
996 msgid "forked pid %d appears in running job %d"
997 msgstr ""
998
999 #: jobs.c:1010
1000 #, c-format
1001 msgid "deleting stopped job %d with process group %ld"
1002 msgstr ""
1003
1004 #: jobs.c:1115
1005 #, c-format
1006 msgid "add_process: process %5ld (%s) in the_pipeline"
1007 msgstr ""
1008
1009 #: jobs.c:1118
1010 #, c-format
1011 msgid "add_process: pid %5ld (%s) marked as still alive"
1012 msgstr ""
1013
1014 #: jobs.c:1433
1015 #, c-format
1016 msgid "describe_pid: %ld: no such pid"
1017 msgstr ""
1018
1019 #: jobs.c:1448
1020 #, c-format
1021 msgid "Signal %d"
1022 msgstr ""
1023
1024 #: jobs.c:1462 jobs.c:1487
1025 msgid "Done"
1026 msgstr ""
1027
1028 #: jobs.c:1467 siglist.c:123
1029 msgid "Stopped"
1030 msgstr ""
1031
1032 #: jobs.c:1471
1033 #, c-format
1034 msgid "Stopped(%s)"
1035 msgstr ""
1036
1037 #: jobs.c:1475
1038 msgid "Running"
1039 msgstr ""
1040
1041 #: jobs.c:1489
1042 #, c-format
1043 msgid "Done(%d)"
1044 msgstr ""
1045
1046 #: jobs.c:1491
1047 #, c-format
1048 msgid "Exit %d"
1049 msgstr ""
1050
1051 #: jobs.c:1494
1052 msgid "Unknown status"
1053 msgstr ""
1054
1055 #: jobs.c:1581
1056 #, c-format
1057 msgid "(core dumped) "
1058 msgstr ""
1059
1060 #: jobs.c:1600
1061 #, c-format
1062 msgid " (wd: %s)"
1063 msgstr ""
1064
1065 #: jobs.c:1817
1066 #, c-format
1067 msgid "child setpgid (%ld to %ld)"
1068 msgstr ""
1069
1070 #: jobs.c:2136 nojobs.c:605
1071 #, c-format
1072 msgid "wait: pid %ld is not a child of this shell"
1073 msgstr ""
1074
1075 #: jobs.c:2383
1076 #, c-format
1077 msgid "wait_for: No record of process %ld"
1078 msgstr ""
1079
1080 #: jobs.c:2689
1081 #, c-format
1082 msgid "wait_for_job: job %d is stopped"
1083 msgstr ""
1084
1085 #: jobs.c:2981
1086 #, c-format
1087 msgid "%s: job has terminated"
1088 msgstr ""
1089
1090 #: jobs.c:2990
1091 #, c-format
1092 msgid "%s: job %d already in background"
1093 msgstr ""
1094
1095 #: jobs.c:3215
1096 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1097 msgstr ""
1098
1099 #: jobs.c:3699
1100 #, fuzzy, c-format
1101 msgid "%s: line %d: "
1102 msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:"
1103
1104 #: jobs.c:3713 nojobs.c:843
1105 #, c-format
1106 msgid " (core dumped)"
1107 msgstr ""
1108
1109 #: jobs.c:3725 jobs.c:3738
1110 #, c-format
1111 msgid "(wd now: %s)\n"
1112 msgstr ""
1113
1114 #: jobs.c:3770
1115 msgid "initialize_job_control: getpgrp failed"
1116 msgstr ""
1117
1118 #: jobs.c:3831
1119 msgid "initialize_job_control: line discipline"
1120 msgstr ""
1121
1122 #: jobs.c:3841
1123 msgid "initialize_job_control: setpgid"
1124 msgstr ""
1125
1126 #: jobs.c:3862 jobs.c:3871
1127 #, c-format
1128 msgid "cannot set terminal process group (%d)"
1129 msgstr ""
1130
1131 #: jobs.c:3876
1132 msgid "no job control in this shell"
1133 msgstr ""
1134
1135 #: lib/malloc/malloc.c:296
1136 #, c-format
1137 msgid "malloc: failed assertion: %s\n"
1138 msgstr ""
1139
1140 #: lib/malloc/malloc.c:312
1141 #, c-format
1142 msgid ""
1143 "\r\n"
1144 "malloc: %s:%d: assertion botched\r\n"
1145 msgstr ""
1146
1147 #: lib/malloc/malloc.c:313
1148 #, fuzzy
1149 msgid "unknown"
1150 msgstr "%s: ÈÏÓÔ ÎÅÉÚ×ÅÓÔÅÎ"
1151
1152 #: lib/malloc/malloc.c:801
1153 msgid "malloc: block on free list clobbered"
1154 msgstr ""
1155
1156 #: lib/malloc/malloc.c:878
1157 msgid "free: called with already freed block argument"
1158 msgstr ""
1159
1160 #: lib/malloc/malloc.c:881
1161 msgid "free: called with unallocated block argument"
1162 msgstr ""
1163
1164 #: lib/malloc/malloc.c:900
1165 msgid "free: underflow detected; mh_nbytes out of range"
1166 msgstr ""
1167
1168 #: lib/malloc/malloc.c:906
1169 msgid "free: start and end chunk sizes differ"
1170 msgstr ""
1171
1172 #: lib/malloc/malloc.c:1005
1173 msgid "realloc: called with unallocated block argument"
1174 msgstr ""
1175
1176 #: lib/malloc/malloc.c:1020
1177 msgid "realloc: underflow detected; mh_nbytes out of range"
1178 msgstr ""
1179
1180 #: lib/malloc/malloc.c:1026
1181 msgid "realloc: start and end chunk sizes differ"
1182 msgstr ""
1183
1184 #: lib/malloc/table.c:194
1185 #, c-format
1186 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1187 msgstr ""
1188
1189 #: lib/malloc/table.c:203
1190 #, c-format
1191 msgid "register_alloc: %p already in table as allocated?\n"
1192 msgstr ""
1193
1194 #: lib/malloc/table.c:256
1195 #, c-format
1196 msgid "register_free: %p already in table as free?\n"
1197 msgstr ""
1198
1199 #: lib/sh/fmtulong.c:102
1200 msgid "invalid base"
1201 msgstr ""
1202
1203 #: lib/sh/netopen.c:168
1204 #, c-format
1205 msgid "%s: host unknown"
1206 msgstr "%s: ÈÏÓÔ ÎÅÉÚ×ÅÓÔÅÎ"
1207
1208 #: lib/sh/netopen.c:175
1209 #, c-format
1210 msgid "%s: invalid service"
1211 msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÙÊ ÓÅÒ×ÉÓ"
1212
1213 #: lib/sh/netopen.c:306
1214 #, c-format
1215 msgid "%s: bad network path specification"
1216 msgstr ""
1217
1218 #: lib/sh/netopen.c:346
1219 msgid "network operations not supported"
1220 msgstr ""
1221
1222 #: locale.c:204
1223 #, c-format
1224 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1225 msgstr ""
1226
1227 #: locale.c:206
1228 #, c-format
1229 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1230 msgstr ""
1231
1232 #: locale.c:263
1233 #, c-format
1234 msgid "setlocale: %s: cannot change locale (%s)"
1235 msgstr ""
1236
1237 #: locale.c:265
1238 #, c-format
1239 msgid "setlocale: %s: cannot change locale (%s): %s"
1240 msgstr ""
1241
1242 #: mailcheck.c:439
1243 msgid "You have mail in $_"
1244 msgstr "õ ×ÁÓ ÅÓÔØ ÐÏÞÔÁ × $_"
1245
1246 #: mailcheck.c:464
1247 msgid "You have new mail in $_"
1248 msgstr "õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × $_"
1249
1250 #: mailcheck.c:480
1251 #, c-format
1252 msgid "The mail in %s has been read\n"
1253 msgstr "ðÏÞÔÁ × %s ÂÙÌÁ ÐÒÏÞÉÔÁÎÁ\n"
1254
1255 #: make_cmd.c:323
1256 msgid "syntax error: arithmetic expression required"
1257 msgstr ""
1258
1259 #: make_cmd.c:325
1260 msgid "syntax error: `;' unexpected"
1261 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: `;' ÎÅ ÏÖÉÄÁÅÔÓÑ"
1262
1263 #: make_cmd.c:326
1264 #, c-format
1265 msgid "syntax error: `((%s))'"
1266 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: `((%s))'"
1267
1268 #: make_cmd.c:578
1269 #, c-format
1270 msgid "make_here_document: bad instruction type %d"
1271 msgstr ""
1272
1273 #: make_cmd.c:662
1274 #, c-format
1275 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1276 msgstr ""
1277
1278 #: make_cmd.c:759
1279 #, c-format
1280 msgid "make_redirection: redirection instruction `%d' out of range"
1281 msgstr ""
1282
1283 #: parse.y:3209 parse.y:3480
1284 #, c-format
1285 msgid "unexpected EOF while looking for matching `%c'"
1286 msgstr ""
1287
1288 #: parse.y:4086
1289 msgid "unexpected EOF while looking for `]]'"
1290 msgstr ""
1291
1292 #: parse.y:4091
1293 #, c-format
1294 msgid "syntax error in conditional expression: unexpected token `%s'"
1295 msgstr ""
1296
1297 #: parse.y:4095
1298 msgid "syntax error in conditional expression"
1299 msgstr ""
1300
1301 #: parse.y:4173
1302 #, c-format
1303 msgid "unexpected token `%s', expected `)'"
1304 msgstr ""
1305
1306 #: parse.y:4177
1307 msgid "expected `)'"
1308 msgstr "ÏÖÉÄÁÌÓÑ `)'"
1309
1310 #: parse.y:4205
1311 #, c-format
1312 msgid "unexpected argument `%s' to conditional unary operator"
1313 msgstr ""
1314
1315 #: parse.y:4209
1316 msgid "unexpected argument to conditional unary operator"
1317 msgstr ""
1318
1319 #: parse.y:4255
1320 #, c-format
1321 msgid "unexpected token `%s', conditional binary operator expected"
1322 msgstr ""
1323
1324 #: parse.y:4259
1325 msgid "conditional binary operator expected"
1326 msgstr ""
1327
1328 #: parse.y:4281
1329 #, c-format
1330 msgid "unexpected argument `%s' to conditional binary operator"
1331 msgstr ""
1332
1333 #: parse.y:4285
1334 msgid "unexpected argument to conditional binary operator"
1335 msgstr ""
1336
1337 #: parse.y:4296
1338 #, c-format
1339 msgid "unexpected token `%c' in conditional command"
1340 msgstr ""
1341
1342 #: parse.y:4299
1343 #, c-format
1344 msgid "unexpected token `%s' in conditional command"
1345 msgstr ""
1346
1347 #: parse.y:4303
1348 #, c-format
1349 msgid "unexpected token %d in conditional command"
1350 msgstr ""
1351
1352 #: parse.y:5649
1353 #, c-format
1354 msgid "syntax error near unexpected token `%s'"
1355 msgstr ""
1356
1357 #: parse.y:5667
1358 #, c-format
1359 msgid "syntax error near `%s'"
1360 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ ÏËÏÌÏ `%s'"
1361
1362 #: parse.y:5677
1363 msgid "syntax error: unexpected end of file"
1364 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: ÎÅÏÖÉÄÁÎÎÙÊ ËÏÎÅÃ ÆÁÊÌÁ"
1365
1366 #: parse.y:5677
1367 msgid "syntax error"
1368 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ"
1369
1370 #: parse.y:5739
1371 #, c-format
1372 msgid "Use \"%s\" to leave the shell.\n"
1373 msgstr "éÓÐÏÌØÚÕÊÔÅ \"%s\", ÞÔÏÂÙ ÚÁ×ÅÒÛÉÔØÓÑ ÒÁÂÏÔÕ Ó ÏÂÏÌÏÞËÏÊ.\n"
1374
1375 #: parse.y:5901
1376 msgid "unexpected EOF while looking for matching `)'"
1377 msgstr ""
1378
1379 #: pcomplete.c:1093
1380 #, c-format
1381 msgid "completion: function `%s' not found"
1382 msgstr ""
1383
1384 #: pcomplib.c:182
1385 #, c-format
1386 msgid "progcomp_insert: %s: NULL COMPSPEC"
1387 msgstr ""
1388
1389 #: print_cmd.c:300
1390 #, c-format
1391 msgid "print_command: bad connector `%d'"
1392 msgstr ""
1393
1394 #: print_cmd.c:373
1395 #, fuzzy, c-format
1396 msgid "xtrace_set: %d: invalid file descriptor"
1397 msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÅÓËÒÉÐÔÏÒ ÆÁÊÌÁ: %s"
1398
1399 #: print_cmd.c:378
1400 msgid "xtrace_set: NULL file pointer"
1401 msgstr ""
1402
1403 #: print_cmd.c:382
1404 #, c-format
1405 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1406 msgstr ""
1407
1408 #: print_cmd.c:1518
1409 #, c-format
1410 msgid "cprintf: `%c': invalid format character"
1411 msgstr ""
1412
1413 #: redir.c:123 redir.c:170
1414 msgid "file descriptor out of range"
1415 msgstr "ÆÁÊÌÏ×ÙÊ ÄÅÓËÒÉÐÔÏÒ ÚÁ ÐÒÅÄÅÌÁÍÉ ÄÏÐÕÓÔÉÍÏÇÏ ÄÉÁÐÁÚÏÎÁ"
1416
1417 #: redir.c:177
1418 #, c-format
1419 msgid "%s: ambiguous redirect"
1420 msgstr ""
1421
1422 #: redir.c:181
1423 #, c-format
1424 msgid "%s: cannot overwrite existing file"
1425 msgstr "%s: ÎÅ ÍÏÇÕ ÐÅÒÅÐÉÓÁÔØ ÕÖÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÆÁÊÌ"
1426
1427 #: redir.c:186
1428 #, c-format
1429 msgid "%s: restricted: cannot redirect output"
1430 msgstr ""
1431
1432 #: redir.c:191
1433 #, c-format
1434 msgid "cannot create temp file for here-document: %s"
1435 msgstr ""
1436
1437 #: redir.c:195
1438 #, fuzzy, c-format
1439 msgid "%s: cannot assign fd to variable"
1440 msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×"
1441
1442 #: redir.c:582
1443 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1444 msgstr ""
1445
1446 #: redir.c:861 redir.c:971 redir.c:1032 redir.c:1194
1447 msgid "redirection error: cannot duplicate fd"
1448 msgstr "ÏÛÉÂËÁ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ: ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd"
1449
1450 #: shell.c:339
1451 msgid "could not find /tmp, please create!"
1452 msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ /tmp, ÐÏÖÁÌÕÊÓÔÁ ÓÏÚÄÁÊÔÅ!"
1453
1454 #: shell.c:343
1455 msgid "/tmp must be a valid directory name"
1456 msgstr "/tmp ÄÏÌÖÎÁ ÂÙÔØ ÄÅÊÓÔ×ÉÔÅÌØÎÙÍ ÉÍÅÎÅÍ ÄÉÒÅËÔÏÒÉÉ"
1457
1458 #: shell.c:890
1459 #, c-format
1460 msgid "%c%c: invalid option"
1461 msgstr "%c%c: ÎÅÄÏÐÕÓÔÉÍÁÑ ÏÐÃÉÑ"
1462
1463 #: shell.c:1682
1464 msgid "I have no name!"
1465 msgstr "õ ÍÅÎÑ ÎÅÔ ÉÍÅÎÉ!"
1466
1467 #: shell.c:1827
1468 #, c-format
1469 msgid "GNU bash, version %s-(%s)\n"
1470 msgstr ""
1471
1472 #: shell.c:1828
1473 #, c-format
1474 msgid ""
1475 "Usage:\t%s [GNU long option] [option] ...\n"
1476 "\t%s [GNU long option] [option] script-file ...\n"
1477 msgstr ""
1478 "éÓÐÏÌØÚÏ×ÁÎÉÅ:\n"
1479 "%s [ÄÌÉÎÎÙÅ ÏÐÃÉÉ Á-ÌÑ `GNU'] [ÏÐÃÉÉ] ...\n"
1480 "\t%s [ÄÌÉÎÎÙÅ ÏÐÃÉÉ Á-ÌÑ `GNU'] [ÏÐÃÉÉ] ÆÁÊÌ_ÓÏ_ÓËÒÉÐÔÏÍ...\n"
1481
1482 #: shell.c:1830
1483 msgid "GNU long options:\n"
1484 msgstr "äÌÉÎÎÙÅ ÏÐÃÉÉ × ÓÔÅÌÅ GNU:\n"
1485
1486 #: shell.c:1834
1487 msgid "Shell options:\n"
1488 msgstr "ïÐÃÉÉ ÏÂÏÌÏÞËÉ:\n"
1489
1490 #: shell.c:1835
1491 msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
1492 msgstr ""
1493
1494 #: shell.c:1850
1495 #, c-format
1496 msgid "\t-%s or -o option\n"
1497 msgstr "\t-%s ÉÌÉ ÏÐÃÉÑ -o\n"
1498
1499 #: shell.c:1856
1500 #, c-format
1501 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1502 msgstr ""
1503
1504 #: shell.c:1857
1505 #, c-format
1506 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1507 msgstr ""
1508
1509 #: shell.c:1858
1510 #, c-format
1511 msgid "Use the `bashbug' command to report bugs.\n"
1512 msgstr ""
1513
1514 #: sig.c:679
1515 #, c-format
1516 msgid "sigprocmask: %d: invalid operation"
1517 msgstr ""
1518
1519 #: siglist.c:48
1520 msgid "Bogus signal"
1521 msgstr ""
1522
1523 #: siglist.c:51
1524 msgid "Hangup"
1525 msgstr ""
1526
1527 #: siglist.c:55
1528 msgid "Interrupt"
1529 msgstr ""
1530
1531 #: siglist.c:59
1532 msgid "Quit"
1533 msgstr ""
1534
1535 #: siglist.c:63
1536 msgid "Illegal instruction"
1537 msgstr ""
1538
1539 #: siglist.c:67
1540 msgid "BPT trace/trap"
1541 msgstr ""
1542
1543 #: siglist.c:75
1544 msgid "ABORT instruction"
1545 msgstr ""
1546
1547 #: siglist.c:79
1548 msgid "EMT instruction"
1549 msgstr ""
1550
1551 #: siglist.c:83
1552 msgid "Floating point exception"
1553 msgstr ""
1554
1555 #: siglist.c:87
1556 msgid "Killed"
1557 msgstr ""
1558
1559 #: siglist.c:91
1560 #, fuzzy
1561 msgid "Bus error"
1562 msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ"
1563
1564 #: siglist.c:95
1565 msgid "Segmentation fault"
1566 msgstr ""
1567
1568 #: siglist.c:99
1569 msgid "Bad system call"
1570 msgstr ""
1571
1572 #: siglist.c:103
1573 msgid "Broken pipe"
1574 msgstr ""
1575
1576 #: siglist.c:107
1577 msgid "Alarm clock"
1578 msgstr ""
1579
1580 #: siglist.c:111
1581 msgid "Terminated"
1582 msgstr ""
1583
1584 #: siglist.c:115
1585 msgid "Urgent IO condition"
1586 msgstr ""
1587
1588 #: siglist.c:119
1589 msgid "Stopped (signal)"
1590 msgstr ""
1591
1592 #: siglist.c:127
1593 msgid "Continue"
1594 msgstr ""
1595
1596 #: siglist.c:135
1597 msgid "Child death or stop"
1598 msgstr ""
1599
1600 #: siglist.c:139
1601 msgid "Stopped (tty input)"
1602 msgstr ""
1603
1604 #: siglist.c:143
1605 msgid "Stopped (tty output)"
1606 msgstr ""
1607
1608 #: siglist.c:147
1609 msgid "I/O ready"
1610 msgstr ""
1611
1612 #: siglist.c:151
1613 msgid "CPU limit"
1614 msgstr ""
1615
1616 #: siglist.c:155
1617 msgid "File limit"
1618 msgstr ""
1619
1620 #: siglist.c:159
1621 msgid "Alarm (virtual)"
1622 msgstr ""
1623
1624 #: siglist.c:163
1625 msgid "Alarm (profile)"
1626 msgstr ""
1627
1628 #: siglist.c:167
1629 msgid "Window changed"
1630 msgstr ""
1631
1632 #: siglist.c:171
1633 msgid "Record lock"
1634 msgstr ""
1635
1636 #: siglist.c:175
1637 msgid "User signal 1"
1638 msgstr ""
1639
1640 #: siglist.c:179
1641 msgid "User signal 2"
1642 msgstr ""
1643
1644 #: siglist.c:183
1645 msgid "HFT input data pending"
1646 msgstr ""
1647
1648 #: siglist.c:187
1649 msgid "power failure imminent"
1650 msgstr ""
1651
1652 #: siglist.c:191
1653 msgid "system crash imminent"
1654 msgstr ""
1655
1656 #: siglist.c:195
1657 msgid "migrate process to another CPU"
1658 msgstr ""
1659
1660 #: siglist.c:199
1661 msgid "programming error"
1662 msgstr ""
1663
1664 #: siglist.c:203
1665 msgid "HFT monitor mode granted"
1666 msgstr ""
1667
1668 #: siglist.c:207
1669 msgid "HFT monitor mode retracted"
1670 msgstr ""
1671
1672 #: siglist.c:211
1673 msgid "HFT sound sequence has completed"
1674 msgstr ""
1675
1676 #: siglist.c:215
1677 msgid "Information request"
1678 msgstr ""
1679
1680 #: siglist.c:223
1681 msgid "Unknown Signal #"
1682 msgstr ""
1683
1684 #: siglist.c:225
1685 #, c-format
1686 msgid "Unknown Signal #%d"
1687 msgstr ""
1688
1689 #: subst.c:1352 subst.c:1510
1690 #, c-format
1691 msgid "bad substitution: no closing `%s' in %s"
1692 msgstr ""
1693
1694 #: subst.c:2823
1695 #, c-format
1696 msgid "%s: cannot assign list to array member"
1697 msgstr ""
1698
1699 #: subst.c:4964 subst.c:4980
1700 msgid "cannot make pipe for process substitution"
1701 msgstr ""
1702
1703 #: subst.c:5012
1704 msgid "cannot make child for process substitution"
1705 msgstr ""
1706
1707 #: subst.c:5057
1708 #, c-format
1709 msgid "cannot open named pipe %s for reading"
1710 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÉÍÅÎÎÏÊ ËÁÎÁÌ %s ÄÌÑ ÞÔÅÎÉÑ"
1711
1712 #: subst.c:5059
1713 #, c-format
1714 msgid "cannot open named pipe %s for writing"
1715 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÉÍÅÎÎÏÊ ËÁÎÁÌ %s ÄÌÑ ÚÁÐÉÓÉ"
1716
1717 #: subst.c:5077
1718 #, c-format
1719 msgid "cannot duplicate named pipe %s as fd %d"
1720 msgstr ""
1721
1722 #: subst.c:5273
1723 msgid "cannot make pipe for command substitution"
1724 msgstr ""
1725
1726 #: subst.c:5311
1727 msgid "cannot make child for command substitution"
1728 msgstr ""
1729
1730 #: subst.c:5330
1731 msgid "command_substitute: cannot duplicate pipe as fd 1"
1732 msgstr ""
1733
1734 #: subst.c:5733 subst.c:7900
1735 #, fuzzy, c-format
1736 msgid "%s: invalid variable name for name reference"
1737 msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÅÓËÒÉÐÔÏÒ ÆÁÊÌÁ: %s"
1738
1739 #: subst.c:5926
1740 #, c-format
1741 msgid "%s: parameter null or not set"
1742 msgstr "%s: ÐÁÒÁÍÅÔÒ null ÉÌÉ ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
1743
1744 #: subst.c:6198 subst.c:6213
1745 #, c-format
1746 msgid "%s: substring expression < 0"
1747 msgstr ""
1748
1749 #: subst.c:7356
1750 #, c-format
1751 msgid "%s: bad substitution"
1752 msgstr ""
1753
1754 #: subst.c:7433
1755 #, c-format
1756 msgid "$%s: cannot assign in this way"
1757 msgstr ""
1758
1759 #: subst.c:7767
1760 msgid ""
1761 "future versions of the shell will force evaluation as an arithmetic "
1762 "substitution"
1763 msgstr ""
1764
1765 #: subst.c:8271
1766 #, fuzzy, c-format
1767 msgid "bad substitution: no closing \"`\" in %s"
1768 msgstr "ÎÅÔ ÚÁËÒÙ×ÁÀÝÅÇÏ `%c' × %s"
1769
1770 #: subst.c:9172
1771 #, c-format
1772 msgid "no match: %s"
1773 msgstr "ÎÅÔ ÓÏ×ÐÁÄÅÎÉÑ Ó: %s"
1774
1775 #: test.c:147
1776 msgid "argument expected"
1777 msgstr "ÐÒÅÄÐÏÌÁÇÁÅÔÓÑ ÞÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎ ÁÒÇÕÍÅÎÔ"
1778
1779 #: test.c:156
1780 #, c-format
1781 msgid "%s: integer expression expected"
1782 msgstr ""
1783
1784 #: test.c:264
1785 msgid "`)' expected"
1786 msgstr "ÏÖÉÄÁÅÔÓÑ `)' "
1787
1788 #: test.c:266
1789 #, c-format
1790 msgid "`)' expected, found %s"
1791 msgstr "ÏÖÉÄÁÌÓÑ `)', ÎÁÊÄÅÎ %s"
1792
1793 #: test.c:281 test.c:721 test.c:724
1794 #, c-format
1795 msgid "%s: unary operator expected"
1796 msgstr "%s: ÏÖÉÄÁÅÔÓÑ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÕÎÁÒÎÏÇÏ ÏÐÅÒÁÔÏÒÁ"
1797
1798 #: test.c:468 test.c:764
1799 #, c-format
1800 msgid "%s: binary operator expected"
1801 msgstr "%s: ÏÖÉÄÁÅÔÓÑ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÂÉÎÁÒÎÏÇÏ ÏÐÅÒÁÔÏÒÁ"
1802
1803 #: test.c:839
1804 msgid "missing `]'"
1805 msgstr "ÐÒÏÐÕÝÅÎ `]'"
1806
1807 #: trap.c:217
1808 msgid "invalid signal number"
1809 msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÎÏÍÅÒ ÓÉÇÎÁÌÁ"
1810
1811 #: trap.c:348
1812 #, c-format
1813 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1814 msgstr ""
1815
1816 #: trap.c:352
1817 #, c-format
1818 msgid ""
1819 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1820 msgstr ""
1821
1822 #: trap.c:398
1823 #, c-format
1824 msgid "trap_handler: bad signal %d"
1825 msgstr ""
1826
1827 #: variables.c:380
1828 #, c-format
1829 msgid "error importing function definition for `%s'"
1830 msgstr ""
1831
1832 #: variables.c:778
1833 #, c-format
1834 msgid "shell level (%d) too high, resetting to 1"
1835 msgstr ""
1836
1837 #: variables.c:2198
1838 msgid "make_local_variable: no function context at current scope"
1839 msgstr ""
1840
1841 #: variables.c:2217
1842 #, fuzzy, c-format
1843 msgid "%s: variable may not be assigned value"
1844 msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×"
1845
1846 #: variables.c:3554
1847 msgid "all_local_variables: no function context at current scope"
1848 msgstr ""
1849
1850 #: variables.c:3799
1851 #, fuzzy, c-format
1852 msgid "%s has null exportstr"
1853 msgstr "%s: ÐÁÒÁÍÅÔÒ null ÉÌÉ ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
1854
1855 #: variables.c:3804 variables.c:3813
1856 #, c-format
1857 msgid "invalid character %d in exportstr for %s"
1858 msgstr ""
1859
1860 #: variables.c:3819
1861 #, c-format
1862 msgid "no `=' in exportstr for %s"
1863 msgstr ""
1864
1865 #: variables.c:4252
1866 msgid "pop_var_context: head of shell_variables not a function context"
1867 msgstr ""
1868
1869 #: variables.c:4265
1870 msgid "pop_var_context: no global_variables context"
1871 msgstr ""
1872
1873 #: variables.c:4339
1874 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1875 msgstr ""
1876
1877 #: variables.c:5165
1878 #, fuzzy, c-format
1879 msgid "%s: %s: cannot open as FILE"
1880 msgstr "%s: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ: %s"
1881
1882 #: variables.c:5170
1883 #, fuzzy, c-format
1884 msgid "%s: %s: invalid value for trace file descriptor"
1885 msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÅÓËÒÉÐÔÏÒ ÆÁÊÌÁ: %s"
1886
1887 #: variables.c:5215
1888 #, fuzzy, c-format
1889 msgid "%s: %s: compatibility value out of range"
1890 msgstr "%s: %s ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÄÏÐÕÓÔÉÍÙÈ ÚÎÁÞÅÎÉÊ"
1891
1892 #: version.c:46 version2.c:46
1893 msgid "Copyright (C) 2012 Free Software Foundation, Inc."
1894 msgstr ""
1895
1896 #: version.c:47 version2.c:47
1897 msgid ""
1898 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1899 "html>\n"
1900 msgstr ""
1901
1902 #: version.c:86 version2.c:86
1903 #, c-format
1904 msgid "GNU bash, version %s (%s)\n"
1905 msgstr ""
1906
1907 #: version.c:91 version2.c:91
1908 msgid "This is free software; you are free to change and redistribute it."
1909 msgstr ""
1910
1911 #: version.c:92 version2.c:92
1912 msgid "There is NO WARRANTY, to the extent permitted by law."
1913 msgstr ""
1914
1915 #: xmalloc.c:91
1916 #, c-format
1917 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
1918 msgstr ""
1919
1920 #: xmalloc.c:93
1921 #, fuzzy, c-format
1922 msgid "%s: cannot allocate %lu bytes"
1923 msgstr "%s: ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ: %s"
1924
1925 #: xmalloc.c:163
1926 #, c-format
1927 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1928 msgstr ""
1929
1930 #: xmalloc.c:165
1931 #, fuzzy, c-format
1932 msgid "%s: %s:%d: cannot allocate %lu bytes"
1933 msgstr "%s: ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ: %s"
1934
1935 #: builtins.c:43
1936 msgid "alias [-p] [name[=value] ... ]"
1937 msgstr ""
1938
1939 #: builtins.c:47
1940 msgid "unalias [-a] name [name ...]"
1941 msgstr ""
1942
1943 #: builtins.c:51
1944 msgid ""
1945 "bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1946 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1947 msgstr ""
1948
1949 #: builtins.c:54
1950 msgid "break [n]"
1951 msgstr ""
1952
1953 #: builtins.c:56
1954 msgid "continue [n]"
1955 msgstr ""
1956
1957 #: builtins.c:58
1958 msgid "builtin [shell-builtin [arg ...]]"
1959 msgstr ""
1960
1961 #: builtins.c:61
1962 msgid "caller [expr]"
1963 msgstr ""
1964
1965 #: builtins.c:64
1966 msgid "cd [-L|[-P [-e]]] [dir]"
1967 msgstr ""
1968
1969 #: builtins.c:66
1970 msgid "pwd [-LP]"
1971 msgstr ""
1972
1973 #: builtins.c:68
1974 msgid ":"
1975 msgstr ""
1976
1977 #: builtins.c:70
1978 msgid "true"
1979 msgstr ""
1980
1981 #: builtins.c:72
1982 msgid "false"
1983 msgstr ""
1984
1985 #: builtins.c:74
1986 msgid "command [-pVv] command [arg ...]"
1987 msgstr ""
1988
1989 #: builtins.c:76
1990 msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
1991 msgstr ""
1992
1993 #: builtins.c:78
1994 msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
1995 msgstr ""
1996
1997 #: builtins.c:80
1998 msgid "local [option] name[=value] ..."
1999 msgstr ""
2000
2001 #: builtins.c:83
2002 msgid "echo [-neE] [arg ...]"
2003 msgstr ""
2004
2005 #: builtins.c:87
2006 msgid "echo [-n] [arg ...]"
2007 msgstr ""
2008
2009 #: builtins.c:90
2010 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2011 msgstr ""
2012
2013 #: builtins.c:92
2014 msgid "eval [arg ...]"
2015 msgstr ""
2016
2017 #: builtins.c:94
2018 msgid "getopts optstring name [arg]"
2019 msgstr ""
2020
2021 #: builtins.c:96
2022 msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2023 msgstr ""
2024
2025 #: builtins.c:98
2026 msgid "exit [n]"
2027 msgstr ""
2028
2029 #: builtins.c:100
2030 msgid "logout [n]"
2031 msgstr ""
2032
2033 #: builtins.c:103
2034 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2035 msgstr ""
2036
2037 #: builtins.c:107
2038 msgid "fg [job_spec]"
2039 msgstr ""
2040
2041 #: builtins.c:111
2042 msgid "bg [job_spec ...]"
2043 msgstr ""
2044
2045 #: builtins.c:114
2046 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2047 msgstr ""
2048
2049 #: builtins.c:117
2050 msgid "help [-dms] [pattern ...]"
2051 msgstr ""
2052
2053 #: builtins.c:121
2054 msgid ""
2055 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2056 "[arg...]"
2057 msgstr ""
2058
2059 #: builtins.c:125
2060 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2061 msgstr ""
2062
2063 #: builtins.c:129
2064 msgid "disown [-h] [-ar] [jobspec ...]"
2065 msgstr ""
2066
2067 #: builtins.c:132
2068 msgid ""
2069 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2070 "[sigspec]"
2071 msgstr ""
2072
2073 #: builtins.c:134
2074 msgid "let arg [arg ...]"
2075 msgstr ""
2076
2077 #: builtins.c:136
2078 msgid ""
2079 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2080 "prompt] [-t timeout] [-u fd] [name ...]"
2081 msgstr ""
2082
2083 #: builtins.c:138
2084 msgid "return [n]"
2085 msgstr ""
2086
2087 #: builtins.c:140
2088 msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2089 msgstr ""
2090
2091 #: builtins.c:142
2092 msgid "unset [-f] [-v] [-n] [name ...]"
2093 msgstr ""
2094
2095 #: builtins.c:144
2096 msgid "export [-fn] [name[=value] ...] or export -p"
2097 msgstr ""
2098
2099 #: builtins.c:146
2100 msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2101 msgstr ""
2102
2103 #: builtins.c:148
2104 msgid "shift [n]"
2105 msgstr ""
2106
2107 #: builtins.c:150
2108 #, fuzzy
2109 msgid "source filename [arguments]"
2110 msgstr "ÔÒÅÂÕÅÔÓÑ ÁÒÇÕÍÅÎÔ ÉÍÑ ÆÁÊÌÁ"
2111
2112 #: builtins.c:152
2113 #, fuzzy
2114 msgid ". filename [arguments]"
2115 msgstr "ÔÒÅÂÕÅÔÓÑ ÁÒÇÕÍÅÎÔ ÉÍÑ ÆÁÊÌÁ"
2116
2117 #: builtins.c:155
2118 msgid "suspend [-f]"
2119 msgstr ""
2120
2121 #: builtins.c:158
2122 msgid "test [expr]"
2123 msgstr ""
2124
2125 #: builtins.c:160
2126 msgid "[ arg... ]"
2127 msgstr ""
2128
2129 #: builtins.c:162
2130 msgid "times"
2131 msgstr ""
2132
2133 #: builtins.c:164
2134 msgid "trap [-lp] [[arg] signal_spec ...]"
2135 msgstr ""
2136
2137 #: builtins.c:166
2138 msgid "type [-afptP] name [name ...]"
2139 msgstr ""
2140
2141 #: builtins.c:169
2142 msgid "ulimit [-SHabcdefilmnpqrstuvxT] [limit]"
2143 msgstr ""
2144
2145 #: builtins.c:172
2146 msgid "umask [-p] [-S] [mode]"
2147 msgstr ""
2148
2149 #: builtins.c:175
2150 msgid "wait [-n] [id ...]"
2151 msgstr ""
2152
2153 #: builtins.c:179
2154 msgid "wait [pid ...]"
2155 msgstr ""
2156
2157 #: builtins.c:182
2158 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2159 msgstr ""
2160
2161 #: builtins.c:184
2162 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2163 msgstr ""
2164
2165 #: builtins.c:186
2166 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2167 msgstr ""
2168
2169 #: builtins.c:188
2170 msgid "time [-p] pipeline"
2171 msgstr ""
2172
2173 #: builtins.c:190
2174 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2175 msgstr ""
2176
2177 #: builtins.c:192
2178 msgid ""
2179 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2180 "COMMANDS; ] fi"
2181 msgstr ""
2182
2183 #: builtins.c:194
2184 msgid "while COMMANDS; do COMMANDS; done"
2185 msgstr ""
2186
2187 #: builtins.c:196
2188 msgid "until COMMANDS; do COMMANDS; done"
2189 msgstr ""
2190
2191 #: builtins.c:198
2192 msgid "coproc [NAME] command [redirections]"
2193 msgstr ""
2194
2195 #: builtins.c:200
2196 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2197 msgstr ""
2198
2199 #: builtins.c:202
2200 msgid "{ COMMANDS ; }"
2201 msgstr ""
2202
2203 #: builtins.c:204
2204 msgid "job_spec [&]"
2205 msgstr ""
2206
2207 #: builtins.c:206
2208 #, fuzzy
2209 msgid "(( expression ))"
2210 msgstr "ÏÖÉÄÁÌÏÓØ ×ÙÒÁÖÅÎÉÅ"
2211
2212 #: builtins.c:208
2213 #, fuzzy
2214 msgid "[[ expression ]]"
2215 msgstr "ÏÖÉÄÁÌÏÓØ ×ÙÒÁÖÅÎÉÅ"
2216
2217 #: builtins.c:210
2218 msgid "variables - Names and meanings of some shell variables"
2219 msgstr ""
2220
2221 #: builtins.c:213
2222 msgid "pushd [-n] [+N | -N | dir]"
2223 msgstr ""
2224
2225 #: builtins.c:217
2226 msgid "popd [-n] [+N | -N]"
2227 msgstr ""
2228
2229 #: builtins.c:221
2230 msgid "dirs [-clpv] [+N] [-N]"
2231 msgstr ""
2232
2233 #: builtins.c:224
2234 msgid "shopt [-pqsu] [-o] [optname ...]"
2235 msgstr ""
2236
2237 #: builtins.c:226
2238 msgid "printf [-v var] format [arguments]"
2239 msgstr ""
2240
2241 #: builtins.c:229
2242 msgid ""
2243 "complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2244 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2245 "suffix] [name ...]"
2246 msgstr ""
2247
2248 #: builtins.c:233
2249 msgid ""
2250 "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
2251 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2252 msgstr ""
2253
2254 #: builtins.c:237
2255 msgid "compopt [-o|+o option] [-DE] [name ...]"
2256 msgstr ""
2257
2258 #: builtins.c:240
2259 msgid ""
2260 "mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2261 "quantum] [array]"
2262 msgstr ""
2263
2264 #: builtins.c:242
2265 msgid ""
2266 "readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2267 "quantum] [array]"
2268 msgstr ""
2269
2270 #: builtins.c:254
2271 msgid ""
2272 "Define or display aliases.\n"
2273 " \n"
2274 " Without arguments, `alias' prints the list of aliases in the reusable\n"
2275 " form `alias NAME=VALUE' on standard output.\n"
2276 " \n"
2277 " Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2278 " A trailing space in VALUE causes the next word to be checked for\n"
2279 " alias substitution when the alias is expanded.\n"
2280 " \n"
2281 " Options:\n"
2282 " -p\tPrint all defined aliases in a reusable format\n"
2283 " \n"
2284 " Exit Status:\n"
2285 " alias returns true unless a NAME is supplied for which no alias has "
2286 "been\n"
2287 " defined."
2288 msgstr ""
2289
2290 #: builtins.c:276
2291 msgid ""
2292 "Remove each NAME from the list of defined aliases.\n"
2293 " \n"
2294 " Options:\n"
2295 " -a\tremove all alias definitions.\n"
2296 " \n"
2297 " Return success unless a NAME is not an existing alias."
2298 msgstr ""
2299
2300 #: builtins.c:289
2301 msgid ""
2302 "Set Readline key bindings and variables.\n"
2303 " \n"
2304 " Bind a key sequence to a Readline function or a macro, or set a\n"
2305 " Readline variable. The non-option argument syntax is equivalent to\n"
2306 " that found in ~/.inputrc, but must be passed as a single argument:\n"
2307 " e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2308 " \n"
2309 " Options:\n"
2310 " -m keymap Use KEYMAP as the keymap for the duration of this\n"
2311 " command. Acceptable keymap names are emacs,\n"
2312 " emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2313 "move,\n"
2314 " vi-command, and vi-insert.\n"
2315 " -l List names of functions.\n"
2316 " -P List function names and bindings.\n"
2317 " -p List functions and bindings in a form that can be\n"
2318 " reused as input.\n"
2319 " -S List key sequences that invoke macros and their "
2320 "values\n"
2321 " -s List key sequences that invoke macros and their "
2322 "values\n"
2323 " in a form that can be reused as input.\n"
2324 " -V List variable names and values\n"
2325 " -v List variable names and values in a form that can\n"
2326 " be reused as input.\n"
2327 " -q function-name Query about which keys invoke the named function.\n"
2328 " -u function-name Unbind all keys which are bound to the named "
2329 "function.\n"
2330 " -r keyseq Remove the binding for KEYSEQ.\n"
2331 " -f filename Read key bindings from FILENAME.\n"
2332 " -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2333 " \t\t\t\tKEYSEQ is entered.\n"
2334 " -X\t\t List key sequences bound with -x and associated commands\n"
2335 " in a form that can be reused as input.\n"
2336 " \n"
2337 " Exit Status:\n"
2338 " bind returns 0 unless an unrecognized option is given or an error occurs."
2339 msgstr ""
2340
2341 #: builtins.c:328
2342 msgid ""
2343 "Exit for, while, or until loops.\n"
2344 " \n"
2345 " Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2346 " loops.\n"
2347 " \n"
2348 " Exit Status:\n"
2349 " The exit status is 0 unless N is not greater than or equal to 1."
2350 msgstr ""
2351
2352 #: builtins.c:340
2353 msgid ""
2354 "Resume for, while, or until loops.\n"
2355 " \n"
2356 " Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2357 " If N is specified, resumes the Nth enclosing loop.\n"
2358 " \n"
2359 " Exit Status:\n"
2360 " The exit status is 0 unless N is not greater than or equal to 1."
2361 msgstr ""
2362
2363 #: builtins.c:352
2364 msgid ""
2365 "Execute shell builtins.\n"
2366 " \n"
2367 " Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2368 " lookup. This is useful when you wish to reimplement a shell builtin\n"
2369 " as a shell function, but need to execute the builtin within the "
2370 "function.\n"
2371 " \n"
2372 " Exit Status:\n"
2373 " Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2374 " not a shell builtin.."
2375 msgstr ""
2376
2377 #: builtins.c:367
2378 msgid ""
2379 "Return the context of the current subroutine call.\n"
2380 " \n"
2381 " Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2382 " \"$line $subroutine $filename\"; this extra information can be used to\n"
2383 " provide a stack trace.\n"
2384 " \n"
2385 " The value of EXPR indicates how many call frames to go back before the\n"
2386 " current one; the top frame is frame 0.\n"
2387 " \n"
2388 " Exit Status:\n"
2389 " Returns 0 unless the shell is not executing a shell function or EXPR\n"
2390 " is invalid."
2391 msgstr ""
2392
2393 #: builtins.c:385
2394 msgid ""
2395 "Change the shell working directory.\n"
2396 " \n"
2397 " Change the current directory to DIR. The default DIR is the value of "
2398 "the\n"
2399 " HOME shell variable.\n"
2400 " \n"
2401 " The variable CDPATH defines the search path for the directory "
2402 "containing\n"
2403 " DIR. Alternative directory names in CDPATH are separated by a colon "
2404 "(:).\n"
2405 " A null directory name is the same as the current directory. If DIR "
2406 "begins\n"
2407 " with a slash (/), then CDPATH is not used.\n"
2408 " \n"
2409 " If the directory is not found, and the shell option `cdable_vars' is "
2410 "set,\n"
2411 " the word is assumed to be a variable name. If that variable has a "
2412 "value,\n"
2413 " its value is used for DIR.\n"
2414 " \n"
2415 " Options:\n"
2416 " -L\tforce symbolic links to be followed: resolve symbolic links in\n"
2417 " \tDIR after processing instances of `..'\n"
2418 " -P\tuse the physical directory structure without following symbolic\n"
2419 " \tlinks: resolve symbolic links in DIR before processing instances\n"
2420 " \tof `..'\n"
2421 " -e\tif the -P option is supplied, and the current working directory\n"
2422 " \tcannot be determined successfully, exit with a non-zero status\n"
2423 " \n"
2424 " The default is to follow symbolic links, as if `-L' were specified.\n"
2425 " `..' is processed by removing the immediately previous pathname "
2426 "component\n"
2427 " back to a slash or the beginning of DIR.\n"
2428 " \n"
2429 " Exit Status:\n"
2430 " Returns 0 if the directory is changed, and if $PWD is set successfully "
2431 "when\n"
2432 " -P is used; non-zero otherwise."
2433 msgstr ""
2434
2435 #: builtins.c:420
2436 msgid ""
2437 "Print the name of the current working directory.\n"
2438 " \n"
2439 " Options:\n"
2440 " -L\tprint the value of $PWD if it names the current working\n"
2441 " \tdirectory\n"
2442 " -P\tprint the physical directory, without any symbolic links\n"
2443 " \n"
2444 " By default, `pwd' behaves as if `-L' were specified.\n"
2445 " \n"
2446 " Exit Status:\n"
2447 " Returns 0 unless an invalid option is given or the current directory\n"
2448 " cannot be read."
2449 msgstr ""
2450
2451 #: builtins.c:437
2452 #, fuzzy
2453 msgid ""
2454 "Null command.\n"
2455 " \n"
2456 " No effect; the command does nothing.\n"
2457 " \n"
2458 " Exit Status:\n"
2459 " Always succeeds."
2460 msgstr ""
2461 " îÅÔ ËÁËÏÇÏ-ÌÉÂÏ ÜÆÆÅËÔÁ; ËÏÍÁÎÄÁ ÎÉÞÅÇÏ ÎÅ ÄÅÌÁÅÔ. îÕÌØ ×ÏÚ×ÒÁÝÁÅÔÓÑ × "
2462 "ËÁÞÅÓÔ×Å ÒÅÚÕÌØÔÁÔÁ."
2463
2464 #: builtins.c:448
2465 msgid ""
2466 "Return a successful result.\n"
2467 " \n"
2468 " Exit Status:\n"
2469 " Always succeeds."
2470 msgstr ""
2471
2472 #: builtins.c:457
2473 #, fuzzy
2474 msgid ""
2475 "Return an unsuccessful result.\n"
2476 " \n"
2477 " Exit Status:\n"
2478 " Always fails."
2479 msgstr "÷ÏÚ×ÒÁÝÁÅÔ ÒÅÚÕÌØÔÁÔ: ÎÅÕÄÁÞÁ."
2480
2481 #: builtins.c:466
2482 msgid ""
2483 "Execute a simple command or display information about commands.\n"
2484 " \n"
2485 " Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2486 " information about the specified COMMANDs. Can be used to invoke "
2487 "commands\n"
2488 " on disk when a function with the same name exists.\n"
2489 " \n"
2490 " Options:\n"
2491 " -p\tuse a default value for PATH that is guaranteed to find all of\n"
2492 " \tthe standard utilities\n"
2493 " -v\tprint a description of COMMAND similar to the `type' builtin\n"
2494 " -V\tprint a more verbose description of each COMMAND\n"
2495 " \n"
2496 " Exit Status:\n"
2497 " Returns exit status of COMMAND, or failure if COMMAND is not found."
2498 msgstr ""
2499
2500 #: builtins.c:485
2501 msgid ""
2502 "Set variable values and attributes.\n"
2503 " \n"
2504 " Declare variables and give them attributes. If no NAMEs are given,\n"
2505 " display the attributes and values of all variables.\n"
2506 " \n"
2507 " Options:\n"
2508 " -f\trestrict action or display to function names and definitions\n"
2509 " -F\trestrict display to function names only (plus line number and\n"
2510 " \tsource file when debugging)\n"
2511 " -g\tcreate global variables when used in a shell function; otherwise\n"
2512 " \tignored\n"
2513 " -p\tdisplay the attributes and value of each NAME\n"
2514 " \n"
2515 " Options which set attributes:\n"
2516 " -a\tto make NAMEs indexed arrays (if supported)\n"
2517 " -A\tto make NAMEs associative arrays (if supported)\n"
2518 " -i\tto make NAMEs have the `integer' attribute\n"
2519 " -l\tto convert NAMEs to lower case on assignment\n"
2520 " -n\tmake NAME a reference to the variable named by its value\n"
2521 " -r\tto make NAMEs readonly\n"
2522 " -t\tto make NAMEs have the `trace' attribute\n"
2523 " -u\tto convert NAMEs to upper case on assignment\n"
2524 " -x\tto make NAMEs export\n"
2525 " \n"
2526 " Using `+' instead of `-' turns off the given attribute.\n"
2527 " \n"
2528 " Variables with the integer attribute have arithmetic evaluation (see\n"
2529 " the `let' command) performed when the variable is assigned a value.\n"
2530 " \n"
2531 " When used in a function, `declare' makes NAMEs local, as with the "
2532 "`local'\n"
2533 " command. The `-g' option suppresses this behavior.\n"
2534 " \n"
2535 " Exit Status:\n"
2536 " Returns success unless an invalid option is supplied or a variable\n"
2537 " assignment error occurs."
2538 msgstr ""
2539
2540 #: builtins.c:525
2541 msgid ""
2542 "Set variable values and attributes.\n"
2543 " \n"
2544 " Obsolete. See `help declare'."
2545 msgstr ""
2546
2547 #: builtins.c:533
2548 msgid ""
2549 "Define local variables.\n"
2550 " \n"
2551 " Create a local variable called NAME, and give it VALUE. OPTION can\n"
2552 " be any option accepted by `declare'.\n"
2553 " \n"
2554 " Local variables can only be used within a function; they are visible\n"
2555 " only to the function where they are defined and its children.\n"
2556 " \n"
2557 " Exit Status:\n"
2558 " Returns success unless an invalid option is supplied, a variable\n"
2559 " assignment error occurs, or the shell is not executing a function."
2560 msgstr ""
2561
2562 #: builtins.c:550
2563 msgid ""
2564 "Write arguments to the standard output.\n"
2565 " \n"
2566 " Display the ARGs, separated by a single space character and followed by "
2567 "a\n"
2568 " newline, on the standard output.\n"
2569 " \n"
2570 " Options:\n"
2571 " -n\tdo not append a newline\n"
2572 " -e\tenable interpretation of the following backslash escapes\n"
2573 " -E\texplicitly suppress interpretation of backslash escapes\n"
2574 " \n"
2575 " `echo' interprets the following backslash-escaped characters:\n"
2576 " \\a\talert (bell)\n"
2577 " \\b\tbackspace\n"
2578 " \\c\tsuppress further output\n"
2579 " \\e\tescape character\n"
2580 " \\E\tescape character\n"
2581 " \\f\tform feed\n"
2582 " \\n\tnew line\n"
2583 " \\r\tcarriage return\n"
2584 " \\t\thorizontal tab\n"
2585 " \\v\tvertical tab\n"
2586 " \\\\\tbackslash\n"
2587 " \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2588 " \t0 to 3 octal digits\n"
2589 " \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2590 " \tcan be one or two hex digits\n"
2591 " \n"
2592 " Exit Status:\n"
2593 " Returns success unless a write error occurs."
2594 msgstr ""
2595
2596 #: builtins.c:586
2597 msgid ""
2598 "Write arguments to the standard output.\n"
2599 " \n"
2600 " Display the ARGs on the standard output followed by a newline.\n"
2601 " \n"
2602 " Options:\n"
2603 " -n\tdo not append a newline\n"
2604 " \n"
2605 " Exit Status:\n"
2606 " Returns success unless a write error occurs."
2607 msgstr ""
2608
2609 #: builtins.c:601
2610 msgid ""
2611 "Enable and disable shell builtins.\n"
2612 " \n"
2613 " Enables and disables builtin shell commands. Disabling allows you to\n"
2614 " execute a disk command which has the same name as a shell builtin\n"
2615 " without using a full pathname.\n"
2616 " \n"
2617 " Options:\n"
2618 " -a\tprint a list of builtins showing whether or not each is enabled\n"
2619 " -n\tdisable each NAME or display a list of disabled builtins\n"
2620 " -p\tprint the list of builtins in a reusable format\n"
2621 " -s\tprint only the names of Posix `special' builtins\n"
2622 " \n"
2623 " Options controlling dynamic loading:\n"
2624 " -f\tLoad builtin NAME from shared object FILENAME\n"
2625 " -d\tRemove a builtin loaded with -f\n"
2626 " \n"
2627 " Without options, each NAME is enabled.\n"
2628 " \n"
2629 " To use the `test' found in $PATH instead of the shell builtin\n"
2630 " version, type `enable -n test'.\n"
2631 " \n"
2632 " Exit Status:\n"
2633 " Returns success unless NAME is not a shell builtin or an error occurs."
2634 msgstr ""
2635
2636 #: builtins.c:629
2637 msgid ""
2638 "Execute arguments as a shell command.\n"
2639 " \n"
2640 " Combine ARGs into a single string, use the result as input to the "
2641 "shell,\n"
2642 " and execute the resulting commands.\n"
2643 " \n"
2644 " Exit Status:\n"
2645 " Returns exit status of command or success if command is null."
2646 msgstr ""
2647
2648 #: builtins.c:641
2649 msgid ""
2650 "Parse option arguments.\n"
2651 " \n"
2652 " Getopts is used by shell procedures to parse positional parameters\n"
2653 " as options.\n"
2654 " \n"
2655 " OPTSTRING contains the option letters to be recognized; if a letter\n"
2656 " is followed by a colon, the option is expected to have an argument,\n"
2657 " which should be separated from it by white space.\n"
2658 " \n"
2659 " Each time it is invoked, getopts will place the next option in the\n"
2660 " shell variable $name, initializing name if it does not exist, and\n"
2661 " the index of the next argument to be processed into the shell\n"
2662 " variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2663 " a shell script is invoked. When an option requires an argument,\n"
2664 " getopts places that argument into the shell variable OPTARG.\n"
2665 " \n"
2666 " getopts reports errors in one of two ways. If the first character\n"
2667 " of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2668 " this mode, no error messages are printed. If an invalid option is\n"
2669 " seen, getopts places the option character found into OPTARG. If a\n"
2670 " required argument is not found, getopts places a ':' into NAME and\n"
2671 " sets OPTARG to the option character found. If getopts is not in\n"
2672 " silent mode, and an invalid option is seen, getopts places '?' into\n"
2673 " NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2674 " is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2675 " printed.\n"
2676 " \n"
2677 " If the shell variable OPTERR has the value 0, getopts disables the\n"
2678 " printing of error messages, even if the first character of\n"
2679 " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2680 " \n"
2681 " Getopts normally parses the positional parameters ($0 - $9), but if\n"
2682 " more arguments are given, they are parsed instead.\n"
2683 " \n"
2684 " Exit Status:\n"
2685 " Returns success if an option is found; fails if the end of options is\n"
2686 " encountered or an error occurs."
2687 msgstr ""
2688
2689 #: builtins.c:683
2690 msgid ""
2691 "Replace the shell with the given command.\n"
2692 " \n"
2693 " Execute COMMAND, replacing this shell with the specified program.\n"
2694 " ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
2695 "specified,\n"
2696 " any redirections take effect in the current shell.\n"
2697 " \n"
2698 " Options:\n"
2699 " -a name\tpass NAME as the zeroth argument to COMMAND\n"
2700 " -c\t\texecute COMMAND with an empty environment\n"
2701 " -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2702 " \n"
2703 " If the command cannot be executed, a non-interactive shell exits, "
2704 "unless\n"
2705 " the shell option `execfail' is set.\n"
2706 " \n"
2707 " Exit Status:\n"
2708 " Returns success unless COMMAND is not found or a redirection error "
2709 "occurs."
2710 msgstr ""
2711
2712 #: builtins.c:704
2713 msgid ""
2714 "Exit the shell.\n"
2715 " \n"
2716 " Exits the shell with a status of N. If N is omitted, the exit status\n"
2717 " is that of the last command executed."
2718 msgstr ""
2719
2720 #: builtins.c:713
2721 msgid ""
2722 "Exit a login shell.\n"
2723 " \n"
2724 " Exits a login shell with exit status N. Returns an error if not "
2725 "executed\n"
2726 " in a login shell."
2727 msgstr ""
2728
2729 #: builtins.c:723
2730 msgid ""
2731 "Display or execute commands from the history list.\n"
2732 " \n"
2733 " fc is used to list or edit and re-execute commands from the history "
2734 "list.\n"
2735 " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2736 " string, which means the most recent command beginning with that\n"
2737 " string.\n"
2738 " \n"
2739 " Options:\n"
2740 " -e ENAME\tselect which editor to use. Default is FCEDIT, then "
2741 "EDITOR,\n"
2742 " \t\tthen vi\n"
2743 " -l \tlist lines instead of editing\n"
2744 " -n\tomit line numbers when listing\n"
2745 " -r\treverse the order of the lines (newest listed first)\n"
2746 " \n"
2747 " With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2748 " re-executed after the substitution OLD=NEW is performed.\n"
2749 " \n"
2750 " A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2751 " runs the last command beginning with `cc' and typing `r' re-executes\n"
2752 " the last command.\n"
2753 " \n"
2754 " Exit Status:\n"
2755 " Returns success or status of executed command; non-zero if an error "
2756 "occurs."
2757 msgstr ""
2758
2759 #: builtins.c:753
2760 msgid ""
2761 "Move job to the foreground.\n"
2762 " \n"
2763 " Place the job identified by JOB_SPEC in the foreground, making it the\n"
2764 " current job. If JOB_SPEC is not present, the shell's notion of the\n"
2765 " current job is used.\n"
2766 " \n"
2767 " Exit Status:\n"
2768 " Status of command placed in foreground, or failure if an error occurs."
2769 msgstr ""
2770
2771 #: builtins.c:768
2772 msgid ""
2773 "Move jobs to the background.\n"
2774 " \n"
2775 " Place the jobs identified by each JOB_SPEC in the background, as if "
2776 "they\n"
2777 " had been started with `&'. If JOB_SPEC is not present, the shell's "
2778 "notion\n"
2779 " of the current job is used.\n"
2780 " \n"
2781 " Exit Status:\n"
2782 " Returns success unless job control is not enabled or an error occurs."
2783 msgstr ""
2784
2785 #: builtins.c:782
2786 msgid ""
2787 "Remember or display program locations.\n"
2788 " \n"
2789 " Determine and remember the full pathname of each command NAME. If\n"
2790 " no arguments are given, information about remembered commands is "
2791 "displayed.\n"
2792 " \n"
2793 " Options:\n"
2794 " -d\t\tforget the remembered location of each NAME\n"
2795 " -l\t\tdisplay in a format that may be reused as input\n"
2796 " -p pathname\tuse PATHNAME is the full pathname of NAME\n"
2797 " -r\t\tforget all remembered locations\n"
2798 " -t\t\tprint the remembered location of each NAME, preceding\n"
2799 " \t\teach location with the corresponding NAME if multiple\n"
2800 " \t\tNAMEs are given\n"
2801 " Arguments:\n"
2802 " NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
2803 " \t\tof remembered commands.\n"
2804 " \n"
2805 " Exit Status:\n"
2806 " Returns success unless NAME is not found or an invalid option is given."
2807 msgstr ""
2808
2809 #: builtins.c:807
2810 msgid ""
2811 "Display information about builtin commands.\n"
2812 " \n"
2813 " Displays brief summaries of builtin commands. If PATTERN is\n"
2814 " specified, gives detailed help on all commands matching PATTERN,\n"
2815 " otherwise the list of help topics is printed.\n"
2816 " \n"
2817 " Options:\n"
2818 " -d\toutput short description for each topic\n"
2819 " -m\tdisplay usage in pseudo-manpage format\n"
2820 " -s\toutput only a short usage synopsis for each topic matching\n"
2821 " \tPATTERN\n"
2822 " \n"
2823 " Arguments:\n"
2824 " PATTERN\tPattern specifiying a help topic\n"
2825 " \n"
2826 " Exit Status:\n"
2827 " Returns success unless PATTERN is not found or an invalid option is "
2828 "given."
2829 msgstr ""
2830
2831 #: builtins.c:831
2832 msgid ""
2833 "Display or manipulate the history list.\n"
2834 " \n"
2835 " Display the history list with line numbers, prefixing each modified\n"
2836 " entry with a `*'. An argument of N lists only the last N entries.\n"
2837 " \n"
2838 " Options:\n"
2839 " -c\tclear the history list by deleting all of the entries\n"
2840 " -d offset\tdelete the history entry at offset OFFSET.\n"
2841 " \n"
2842 " -a\tappend history lines from this session to the history file\n"
2843 " -n\tread all history lines not already read from the history file\n"
2844 " -r\tread the history file and append the contents to the history\n"
2845 " \tlist\n"
2846 " -w\twrite the current history to the history file\n"
2847 " \tand append them to the history list\n"
2848 " \n"
2849 " -p\tperform history expansion on each ARG and display the result\n"
2850 " \twithout storing it in the history list\n"
2851 " -s\tappend the ARGs to the history list as a single entry\n"
2852 " \n"
2853 " If FILENAME is given, it is used as the history file. Otherwise,\n"
2854 " if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2855 " \n"
2856 " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2857 " as a format string for strftime(3) to print the time stamp associated\n"
2858 " with each displayed history entry. No time stamps are printed "
2859 "otherwise.\n"
2860 " \n"
2861 " Exit Status:\n"
2862 " Returns success unless an invalid option is given or an error occurs."
2863 msgstr ""
2864
2865 #: builtins.c:867
2866 msgid ""
2867 "Display status of jobs.\n"
2868 " \n"
2869 " Lists the active jobs. JOBSPEC restricts output to that job.\n"
2870 " Without options, the status of all active jobs is displayed.\n"
2871 " \n"
2872 " Options:\n"
2873 " -l\tlists process IDs in addition to the normal information\n"
2874 " -n\tlist only processes that have changed status since the last\n"
2875 " \tnotification\n"
2876 " -p\tlists process IDs only\n"
2877 " -r\trestrict output to running jobs\n"
2878 " -s\trestrict output to stopped jobs\n"
2879 " \n"
2880 " If -x is supplied, COMMAND is run after all job specifications that\n"
2881 " appear in ARGS have been replaced with the process ID of that job's\n"
2882 " process group leader.\n"
2883 " \n"
2884 " Exit Status:\n"
2885 " Returns success unless an invalid option is given or an error occurs.\n"
2886 " If -x is used, returns the exit status of COMMAND."
2887 msgstr ""
2888
2889 #: builtins.c:894
2890 msgid ""
2891 "Remove jobs from current shell.\n"
2892 " \n"
2893 " Removes each JOBSPEC argument from the table of active jobs. Without\n"
2894 " any JOBSPECs, the shell uses its notion of the current job.\n"
2895 " \n"
2896 " Options:\n"
2897 " -a\tremove all jobs if JOBSPEC is not supplied\n"
2898 " -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
2899 " \tshell receives a SIGHUP\n"
2900 " -r\tremove only running jobs\n"
2901 " \n"
2902 " Exit Status:\n"
2903 " Returns success unless an invalid option or JOBSPEC is given."
2904 msgstr ""
2905
2906 #: builtins.c:913
2907 msgid ""
2908 "Send a signal to a job.\n"
2909 " \n"
2910 " Send the processes identified by PID or JOBSPEC the signal named by\n"
2911 " SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
2912 " SIGTERM is assumed.\n"
2913 " \n"
2914 " Options:\n"
2915 " -s sig\tSIG is a signal name\n"
2916 " -n sig\tSIG is a signal number\n"
2917 " -l\tlist the signal names; if arguments follow `-l' they are\n"
2918 " \tassumed to be signal numbers for which names should be listed\n"
2919 " \n"
2920 " Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
2921 " instead of process IDs, and allows processes to be killed if the limit\n"
2922 " on processes that you can create is reached.\n"
2923 " \n"
2924 " Exit Status:\n"
2925 " Returns success unless an invalid option is given or an error occurs."
2926 msgstr ""
2927
2928 #: builtins.c:936
2929 msgid ""
2930 "Evaluate arithmetic expressions.\n"
2931 " \n"
2932 " Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
2933 " fixed-width integers with no check for overflow, though division by 0\n"
2934 " is trapped and flagged as an error. The following list of operators is\n"
2935 " grouped into levels of equal-precedence operators. The levels are "
2936 "listed\n"
2937 " in order of decreasing precedence.\n"
2938 " \n"
2939 " \tid++, id--\tvariable post-increment, post-decrement\n"
2940 " \t++id, --id\tvariable pre-increment, pre-decrement\n"
2941 " \t-, +\t\tunary minus, plus\n"
2942 " \t!, ~\t\tlogical and bitwise negation\n"
2943 " \t**\t\texponentiation\n"
2944 " \t*, /, %\t\tmultiplication, division, remainder\n"
2945 " \t+, -\t\taddition, subtraction\n"
2946 " \t<<, >>\t\tleft and right bitwise shifts\n"
2947 " \t<=, >=, <, >\tcomparison\n"
2948 " \t==, !=\t\tequality, inequality\n"
2949 " \t&\t\tbitwise AND\n"
2950 " \t^\t\tbitwise XOR\n"
2951 " \t|\t\tbitwise OR\n"
2952 " \t&&\t\tlogical AND\n"
2953 " \t||\t\tlogical OR\n"
2954 " \texpr ? expr : expr\n"
2955 " \t\t\tconditional operator\n"
2956 " \t=, *=, /=, %=,\n"
2957 " \t+=, -=, <<=, >>=,\n"
2958 " \t&=, ^=, |=\tassignment\n"
2959 " \n"
2960 " Shell variables are allowed as operands. The name of the variable\n"
2961 " is replaced by its value (coerced to a fixed-width integer) within\n"
2962 " an expression. The variable need not have its integer attribute\n"
2963 " turned on to be used in an expression.\n"
2964 " \n"
2965 " Operators are evaluated in order of precedence. Sub-expressions in\n"
2966 " parentheses are evaluated first and may override the precedence\n"
2967 " rules above.\n"
2968 " \n"
2969 " Exit Status:\n"
2970 " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
2971 msgstr ""
2972
2973 #: builtins.c:981
2974 msgid ""
2975 "Read a line from the standard input and split it into fields.\n"
2976 " \n"
2977 " Reads a single line from the standard input, or from file descriptor FD\n"
2978 " if the -u option is supplied. The line is split into fields as with "
2979 "word\n"
2980 " splitting, and the first word is assigned to the first NAME, the second\n"
2981 " word to the second NAME, and so on, with any leftover words assigned to\n"
2982 " the last NAME. Only the characters found in $IFS are recognized as "
2983 "word\n"
2984 " delimiters.\n"
2985 " \n"
2986 " If no NAMEs are supplied, the line read is stored in the REPLY "
2987 "variable.\n"
2988 " \n"
2989 " Options:\n"
2990 " -a array\tassign the words read to sequential indices of the array\n"
2991 " \t\tvariable ARRAY, starting at zero\n"
2992 " -d delim\tcontinue until the first character of DELIM is read, rather\n"
2993 " \t\tthan newline\n"
2994 " -e\t\tuse Readline to obtain the line in an interactive shell\n"
2995 " -i text\tUse TEXT as the initial text for Readline\n"
2996 " -n nchars\treturn after reading NCHARS characters rather than waiting\n"
2997 " \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
2998 " \t\tcharacters are read before the delimiter\n"
2999 " -N nchars\treturn only after reading exactly NCHARS characters, "
3000 "unless\n"
3001 " \t\tEOF is encountered or read times out, ignoring any delimiter\n"
3002 " -p prompt\toutput the string PROMPT without a trailing newline before\n"
3003 " \t\tattempting to read\n"
3004 " -r\t\tdo not allow backslashes to escape any characters\n"
3005 " -s\t\tdo not echo input coming from a terminal\n"
3006 " -t timeout\ttime out and return failure if a complete line of input "
3007 "is\n"
3008 " \t\tnot read within TIMEOUT seconds. The value of the TMOUT\n"
3009 " \t\tvariable is the default timeout. TIMEOUT may be a\n"
3010 " \t\tfractional number. If TIMEOUT is 0, read returns immediately,\n"
3011 " \t\twithout trying to read any data, returning success only if\n"
3012 " \t\tinput is available on the specified file descriptor. The\n"
3013 " \t\texit status is greater than 128 if the timeout is exceeded\n"
3014 " -u fd\t\tread from file descriptor FD instead of the standard input\n"
3015 " \n"
3016 " Exit Status:\n"
3017 " The return code is zero, unless end-of-file is encountered, read times "
3018 "out\n"
3019 " (in which case it's greater than 128), a variable assignment error "
3020 "occurs,\n"
3021 " or an invalid file descriptor is supplied as the argument to -u."
3022 msgstr ""
3023
3024 #: builtins.c:1026
3025 msgid ""
3026 "Return from a shell function.\n"
3027 " \n"
3028 " Causes a function or sourced script to exit with the return value\n"
3029 " specified by N. If N is omitted, the return status is that of the\n"
3030 " last command executed within the function or script.\n"
3031 " \n"
3032 " Exit Status:\n"
3033 " Returns N, or failure if the shell is not executing a function or script."
3034 msgstr ""
3035
3036 #: builtins.c:1039
3037 msgid ""
3038 "Set or unset values of shell options and positional parameters.\n"
3039 " \n"
3040 " Change the value of shell attributes and positional parameters, or\n"
3041 " display the names and values of shell variables.\n"
3042 " \n"
3043 " Options:\n"
3044 " -a Mark variables which are modified or created for export.\n"
3045 " -b Notify of job termination immediately.\n"
3046 " -e Exit immediately if a command exits with a non-zero status.\n"
3047 " -f Disable file name generation (globbing).\n"
3048 " -h Remember the location of commands as they are looked up.\n"
3049 " -k All assignment arguments are placed in the environment for a\n"
3050 " command, not just those that precede the command name.\n"
3051 " -m Job control is enabled.\n"
3052 " -n Read commands but do not execute them.\n"
3053 " -o option-name\n"
3054 " Set the variable corresponding to option-name:\n"
3055 " allexport same as -a\n"
3056 " braceexpand same as -B\n"
3057 " emacs use an emacs-style line editing interface\n"
3058 " errexit same as -e\n"
3059 " errtrace same as -E\n"
3060 " functrace same as -T\n"
3061 " hashall same as -h\n"
3062 " histexpand same as -H\n"
3063 " history enable command history\n"
3064 " ignoreeof the shell will not exit upon reading EOF\n"
3065 " interactive-comments\n"
3066 " allow comments to appear in interactive commands\n"
3067 " keyword same as -k\n"
3068 " monitor same as -m\n"
3069 " noclobber same as -C\n"
3070 " noexec same as -n\n"
3071 " noglob same as -f\n"
3072 " nolog currently accepted but ignored\n"
3073 " notify same as -b\n"
3074 " nounset same as -u\n"
3075 " onecmd same as -t\n"
3076 " physical same as -P\n"
3077 " pipefail the return value of a pipeline is the status of\n"
3078 " the last command to exit with a non-zero status,\n"
3079 " or zero if no command exited with a non-zero "
3080 "status\n"
3081 " posix change the behavior of bash where the default\n"
3082 " operation differs from the Posix standard to\n"
3083 " match the standard\n"
3084 " privileged same as -p\n"
3085 " verbose same as -v\n"
3086 " vi use a vi-style line editing interface\n"
3087 " xtrace same as -x\n"
3088 " -p Turned on whenever the real and effective user ids do not match.\n"
3089 " Disables processing of the $ENV file and importing of shell\n"
3090 " functions. Turning this option off causes the effective uid and\n"
3091 " gid to be set to the real uid and gid.\n"
3092 " -t Exit after reading and executing one command.\n"
3093 " -u Treat unset variables as an error when substituting.\n"
3094 " -v Print shell input lines as they are read.\n"
3095 " -x Print commands and their arguments as they are executed.\n"
3096 " -B the shell will perform brace expansion\n"
3097 " -C If set, disallow existing regular files to be overwritten\n"
3098 " by redirection of output.\n"
3099 " -E If set, the ERR trap is inherited by shell functions.\n"
3100 " -H Enable ! style history substitution. This flag is on\n"
3101 " by default when the shell is interactive.\n"
3102 " -P If set, do not resolve symbolic links when executing commands\n"
3103 " such as cd which change the current directory.\n"
3104 " -T If set, the DEBUG trap is inherited by shell functions.\n"
3105 " -- Assign any remaining arguments to the positional parameters.\n"
3106 " If there are no remaining arguments, the positional parameters\n"
3107 " are unset.\n"
3108 " - Assign any remaining arguments to the positional parameters.\n"
3109 " The -x and -v options are turned off.\n"
3110 " \n"
3111 " Using + rather than - causes these flags to be turned off. The\n"
3112 " flags can also be used upon invocation of the shell. The current\n"
3113 " set of flags may be found in $-. The remaining n ARGs are positional\n"
3114 " parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3115 " ARGs are given, all shell variables are printed.\n"
3116 " \n"
3117 " Exit Status:\n"
3118 " Returns success unless an invalid option is given."
3119 msgstr ""
3120
3121 #: builtins.c:1124
3122 msgid ""
3123 "Unset values and attributes of shell variables and functions.\n"
3124 " \n"
3125 " For each NAME, remove the corresponding variable or function.\n"
3126 " \n"
3127 " Options:\n"
3128 " -f\ttreat each NAME as a shell function\n"
3129 " -v\ttreat each NAME as a shell variable\n"
3130 " -n\ttreat each NAME as a name reference and unset the variable itself\n"
3131 " \trather than the variable it references\n"
3132 " \n"
3133 " Without options, unset first tries to unset a variable, and if that "
3134 "fails,\n"
3135 " tries to unset a function.\n"
3136 " \n"
3137 " Some variables cannot be unset; also see `readonly'.\n"
3138 " \n"
3139 " Exit Status:\n"
3140 " Returns success unless an invalid option is given or a NAME is read-only."
3141 msgstr ""
3142
3143 #: builtins.c:1146
3144 msgid ""
3145 "Set export attribute for shell variables.\n"
3146 " \n"
3147 " Marks each NAME for automatic export to the environment of subsequently\n"
3148 " executed commands. If VALUE is supplied, assign VALUE before "
3149 "exporting.\n"
3150 " \n"
3151 " Options:\n"
3152 " -f\trefer to shell functions\n"
3153 " -n\tremove the export property from each NAME\n"
3154 " -p\tdisplay a list of all exported variables and functions\n"
3155 " \n"
3156 " An argument of `--' disables further option processing.\n"
3157 " \n"
3158 " Exit Status:\n"
3159 " Returns success unless an invalid option is given or NAME is invalid."
3160 msgstr ""
3161
3162 #: builtins.c:1165
3163 msgid ""
3164 "Mark shell variables as unchangeable.\n"
3165 " \n"
3166 " Mark each NAME as read-only; the values of these NAMEs may not be\n"
3167 " changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3168 " before marking as read-only.\n"
3169 " \n"
3170 " Options:\n"
3171 " -a\trefer to indexed array variables\n"
3172 " -A\trefer to associative array variables\n"
3173 " -f\trefer to shell functions\n"
3174 " -p\tdisplay a list of all readonly variables and functions\n"
3175 " \n"
3176 " An argument of `--' disables further option processing.\n"
3177 " \n"
3178 " Exit Status:\n"
3179 " Returns success unless an invalid option is given or NAME is invalid."
3180 msgstr ""
3181
3182 #: builtins.c:1186
3183 msgid ""
3184 "Shift positional parameters.\n"
3185 " \n"
3186 " Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3187 " not given, it is assumed to be 1.\n"
3188 " \n"
3189 " Exit Status:\n"
3190 " Returns success unless N is negative or greater than $#."
3191 msgstr ""
3192
3193 #: builtins.c:1198 builtins.c:1213
3194 msgid ""
3195 "Execute commands from a file in the current shell.\n"
3196 " \n"
3197 " Read and execute commands from FILENAME in the current shell. The\n"
3198 " entries in $PATH are used to find the directory containing FILENAME.\n"
3199 " If any ARGUMENTS are supplied, they become the positional parameters\n"
3200 " when FILENAME is executed.\n"
3201 " \n"
3202 " Exit Status:\n"
3203 " Returns the status of the last command executed in FILENAME; fails if\n"
3204 " FILENAME cannot be read."
3205 msgstr ""
3206
3207 #: builtins.c:1229
3208 msgid ""
3209 "Suspend shell execution.\n"
3210 " \n"
3211 " Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3212 " Unless forced, login shells cannot be suspended.\n"
3213 " \n"
3214 " Options:\n"
3215 " -f\tforce the suspend, even if the shell is a login shell\n"
3216 " \n"
3217 " Exit Status:\n"
3218 " Returns success unless job control is not enabled or an error occurs."
3219 msgstr ""
3220
3221 #: builtins.c:1245
3222 msgid ""
3223 "Evaluate conditional expression.\n"
3224 " \n"
3225 " Exits with a status of 0 (true) or 1 (false) depending on\n"
3226 " the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3227 " expressions are often used to examine the status of a file. There\n"
3228 " are string operators and numeric comparison operators as well.\n"
3229 " \n"
3230 " The behavior of test depends on the number of arguments. Read the\n"
3231 " bash manual page for the complete specification.\n"
3232 " \n"
3233 " File operators:\n"
3234 " \n"
3235 " -a FILE True if file exists.\n"
3236 " -b FILE True if file is block special.\n"
3237 " -c FILE True if file is character special.\n"
3238 " -d FILE True if file is a directory.\n"
3239 " -e FILE True if file exists.\n"
3240 " -f FILE True if file exists and is a regular file.\n"
3241 " -g FILE True if file is set-group-id.\n"
3242 " -h FILE True if file is a symbolic link.\n"
3243 " -L FILE True if file is a symbolic link.\n"
3244 " -k FILE True if file has its `sticky' bit set.\n"
3245 " -p FILE True if file is a named pipe.\n"
3246 " -r FILE True if file is readable by you.\n"
3247 " -s FILE True if file exists and is not empty.\n"
3248 " -S FILE True if file is a socket.\n"
3249 " -t FD True if FD is opened on a terminal.\n"
3250 " -u FILE True if the file is set-user-id.\n"
3251 " -w FILE True if the file is writable by you.\n"
3252 " -x FILE True if the file is executable by you.\n"
3253 " -O FILE True if the file is effectively owned by you.\n"
3254 " -G FILE True if the file is effectively owned by your group.\n"
3255 " -N FILE True if the file has been modified since it was last "
3256 "read.\n"
3257 " \n"
3258 " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3259 " modification date).\n"
3260 " \n"
3261 " FILE1 -ot FILE2 True if file1 is older than file2.\n"
3262 " \n"
3263 " FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3264 " \n"
3265 " String operators:\n"
3266 " \n"
3267 " -z STRING True if string is empty.\n"
3268 " \n"
3269 " -n STRING\n"
3270 " STRING True if string is not empty.\n"
3271 " \n"
3272 " STRING1 = STRING2\n"
3273 " True if the strings are equal.\n"
3274 " STRING1 != STRING2\n"
3275 " True if the strings are not equal.\n"
3276 " STRING1 < STRING2\n"
3277 " True if STRING1 sorts before STRING2 "
3278 "lexicographically.\n"
3279 " STRING1 > STRING2\n"
3280 " True if STRING1 sorts after STRING2 lexicographically.\n"
3281 " \n"
3282 " Other operators:\n"
3283 " \n"
3284 " -o OPTION True if the shell option OPTION is enabled.\n"
3285 " -v VAR\t True if the shell variable VAR is set\n"
3286 " -R VAR\t True if the shell variable VAR is set and is a name "
3287 "reference.\n"
3288 " ! EXPR True if expr is false.\n"
3289 " EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3290 " EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3291 " \n"
3292 " arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3293 " -lt, -le, -gt, or -ge.\n"
3294 " \n"
3295 " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3296 " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3297 " than ARG2.\n"
3298 " \n"
3299 " Exit Status:\n"
3300 " Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3301 " false or an invalid argument is given."
3302 msgstr ""
3303
3304 #: builtins.c:1326
3305 msgid ""
3306 "Evaluate conditional expression.\n"
3307 " \n"
3308 " This is a synonym for the \"test\" builtin, but the last argument must\n"
3309 " be a literal `]', to match the opening `['."
3310 msgstr ""
3311
3312 #: builtins.c:1335
3313 msgid ""
3314 "Display process times.\n"
3315 " \n"
3316 " Prints the accumulated user and system times for the shell and all of "
3317 "its\n"
3318 " child processes.\n"
3319 " \n"
3320 " Exit Status:\n"
3321 " Always succeeds."
3322 msgstr ""
3323
3324 #: builtins.c:1347
3325 msgid ""
3326 "Trap signals and other events.\n"
3327 " \n"
3328 " Defines and activates handlers to be run when the shell receives "
3329 "signals\n"
3330 " or other conditions.\n"
3331 " \n"
3332 " ARG is a command to be read and executed when the shell receives the\n"
3333 " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
3334 " is supplied) or `-', each specified signal is reset to its original\n"
3335 " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3336 " shell and by the commands it invokes.\n"
3337 " \n"
3338 " If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
3339 "If\n"
3340 " a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
3341 "If\n"
3342 " a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
3343 "a\n"
3344 " script run by the . or source builtins finishes executing. A "
3345 "SIGNAL_SPEC\n"
3346 " of ERR means to execute ARG each time a command's failure would cause "
3347 "the\n"
3348 " shell to exit when the -e option is enabled.\n"
3349 " \n"
3350 " If no arguments are supplied, trap prints the list of commands "
3351 "associated\n"
3352 " with each signal.\n"
3353 " \n"
3354 " Options:\n"
3355 " -l\tprint a list of signal names and their corresponding numbers\n"
3356 " -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3357 " \n"
3358 " Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3359 "number.\n"
3360 " Signal names are case insensitive and the SIG prefix is optional. A\n"
3361 " signal may be sent to the shell with \"kill -signal $$\".\n"
3362 " \n"
3363 " Exit Status:\n"
3364 " Returns success unless a SIGSPEC is invalid or an invalid option is "
3365 "given."
3366 msgstr ""
3367
3368 #: builtins.c:1383
3369 msgid ""
3370 "Display information about command type.\n"
3371 " \n"
3372 " For each NAME, indicate how it would be interpreted if used as a\n"
3373 " command name.\n"
3374 " \n"
3375 " Options:\n"
3376 " -a\tdisplay all locations containing an executable named NAME;\n"
3377 " \tincludes aliases, builtins, and functions, if and only if\n"
3378 " \tthe `-p' option is not also used\n"
3379 " -f\tsuppress shell function lookup\n"
3380 " -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3381 " \tbuiltin, or function, and returns the name of the disk file\n"
3382 " \tthat would be executed\n"
3383 " -p\treturns either the name of the disk file that would be executed,\n"
3384 " \tor nothing if `type -t NAME' would not return `file'.\n"
3385 " -t\toutput a single word which is one of `alias', `keyword',\n"
3386 " \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
3387 " \treserved word, shell function, shell builtin, disk file, or not\n"
3388 " \tfound, respectively\n"
3389 " \n"
3390 " Arguments:\n"
3391 " NAME\tCommand name to be interpreted.\n"
3392 " \n"
3393 " Exit Status:\n"
3394 " Returns success if all of the NAMEs are found; fails if any are not "
3395 "found."
3396 msgstr ""
3397
3398 #: builtins.c:1414
3399 msgid ""
3400 "Modify shell resource limits.\n"
3401 " \n"
3402 " Provides control over the resources available to the shell and "
3403 "processes\n"
3404 " it creates, on systems that allow such control.\n"
3405 " \n"
3406 " Options:\n"
3407 " -S\tuse the `soft' resource limit\n"
3408 " -H\tuse the `hard' resource limit\n"
3409 " -a\tall current limits are reported\n"
3410 " -b\tthe socket buffer size\n"
3411 " -c\tthe maximum size of core files created\n"
3412 " -d\tthe maximum size of a process's data segment\n"
3413 " -e\tthe maximum scheduling priority (`nice')\n"
3414 " -f\tthe maximum size of files written by the shell and its children\n"
3415 " -i\tthe maximum number of pending signals\n"
3416 " -l\tthe maximum size a process may lock into memory\n"
3417 " -m\tthe maximum resident set size\n"
3418 " -n\tthe maximum number of open file descriptors\n"
3419 " -p\tthe pipe buffer size\n"
3420 " -q\tthe maximum number of bytes in POSIX message queues\n"
3421 " -r\tthe maximum real-time scheduling priority\n"
3422 " -s\tthe maximum stack size\n"
3423 " -t\tthe maximum amount of cpu time in seconds\n"
3424 " -u\tthe maximum number of user processes\n"
3425 " -v\tthe size of virtual memory\n"
3426 " -x\tthe maximum number of file locks\n"
3427 " -T the maximum number of threads\n"
3428 " \n"
3429 " Not all options are available on all platforms.\n"
3430 " \n"
3431 " If LIMIT is given, it is the new value of the specified resource; the\n"
3432 " special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3433 " current soft limit, the current hard limit, and no limit, respectively.\n"
3434 " Otherwise, the current value of the specified resource is printed. If\n"
3435 " no option is given, then -f is assumed.\n"
3436 " \n"
3437 " Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3438 " -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3439 " number of processes.\n"
3440 " \n"
3441 " Exit Status:\n"
3442 " Returns success unless an invalid option is supplied or an error occurs."
3443 msgstr ""
3444
3445 #: builtins.c:1462
3446 msgid ""
3447 "Display or set file mode mask.\n"
3448 " \n"
3449 " Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
3450 " the current value of the mask.\n"
3451 " \n"
3452 " If MODE begins with a digit, it is interpreted as an octal number;\n"
3453 " otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3454 " \n"
3455 " Options:\n"
3456 " -p\tif MODE is omitted, output in a form that may be reused as input\n"
3457 " -S\tmakes the output symbolic; otherwise an octal number is output\n"
3458 " \n"
3459 " Exit Status:\n"
3460 " Returns success unless MODE is invalid or an invalid option is given."
3461 msgstr ""
3462
3463 #: builtins.c:1482
3464 msgid ""
3465 "Wait for job completion and return exit status.\n"
3466 " \n"
3467 " Waits for each process identified by an ID, which may be a process ID or "
3468 "a\n"
3469 " job specification, and reports its termination status. If ID is not\n"
3470 " given, waits for all currently active child processes, and the return\n"
3471 " status is zero. If ID is a a job specification, waits for all "
3472 "processes\n"
3473 " in that job's pipeline.\n"
3474 " \n"
3475 " If the -n option is supplied, waits for the next job to terminate and\n"
3476 " returns its exit status.\n"
3477 " \n"
3478 " Exit Status:\n"
3479 " Returns the status of the last ID; fails if ID is invalid or an invalid\n"
3480 " option is given."
3481 msgstr ""
3482
3483 #: builtins.c:1503
3484 msgid ""
3485 "Wait for process completion and return exit status.\n"
3486 " \n"
3487 " Waits for each process specified by a PID and reports its termination "
3488 "status.\n"
3489 " If PID is not given, waits for all currently active child processes,\n"
3490 " and the return status is zero. PID must be a process ID.\n"
3491 " \n"
3492 " Exit Status:\n"
3493 " Returns the status of the last PID; fails if PID is invalid or an "
3494 "invalid\n"
3495 " option is given."
3496 msgstr ""
3497
3498 #: builtins.c:1518
3499 msgid ""
3500 "Execute commands for each member in a list.\n"
3501 " \n"
3502 " The `for' loop executes a sequence of commands for each member in a\n"
3503 " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3504 " assumed. For each element in WORDS, NAME is set to that element, and\n"
3505 " the COMMANDS are executed.\n"
3506 " \n"
3507 " Exit Status:\n"
3508 " Returns the status of the last command executed."
3509 msgstr ""
3510
3511 #: builtins.c:1532
3512 msgid ""
3513 "Arithmetic for loop.\n"
3514 " \n"
3515 " Equivalent to\n"
3516 " \t(( EXP1 ))\n"
3517 " \twhile (( EXP2 )); do\n"
3518 " \t\tCOMMANDS\n"
3519 " \t\t(( EXP3 ))\n"
3520 " \tdone\n"
3521 " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3522 " omitted, it behaves as if it evaluates to 1.\n"
3523 " \n"
3524 " Exit Status:\n"
3525 " Returns the status of the last command executed."
3526 msgstr ""
3527
3528 #: builtins.c:1550
3529 msgid ""
3530 "Select words from a list and execute commands.\n"
3531 " \n"
3532 " The WORDS are expanded, generating a list of words. The\n"
3533 " set of expanded words is printed on the standard error, each\n"
3534 " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
3535 " is assumed. The PS3 prompt is then displayed and a line read\n"
3536 " from the standard input. If the line consists of the number\n"
3537 " corresponding to one of the displayed words, then NAME is set\n"
3538 " to that word. If the line is empty, WORDS and the prompt are\n"
3539 " redisplayed. If EOF is read, the command completes. Any other\n"
3540 " value read causes NAME to be set to null. The line read is saved\n"
3541 " in the variable REPLY. COMMANDS are executed after each selection\n"
3542 " until a break command is executed.\n"
3543 " \n"
3544 " Exit Status:\n"
3545 " Returns the status of the last command executed."
3546 msgstr ""
3547
3548 #: builtins.c:1571
3549 msgid ""
3550 "Report time consumed by pipeline's execution.\n"
3551 " \n"
3552 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3553 " and system CPU time spent executing PIPELINE when it terminates.\n"
3554 " \n"
3555 " Options:\n"
3556 " -p\tprint the timing summary in the portable Posix format\n"
3557 " \n"
3558 " The value of the TIMEFORMAT variable is used as the output format.\n"
3559 " \n"
3560 " Exit Status:\n"
3561 " The return status is the return status of PIPELINE."
3562 msgstr ""
3563
3564 #: builtins.c:1588
3565 msgid ""
3566 "Execute commands based on pattern matching.\n"
3567 " \n"
3568 " Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
3569 " `|' is used to separate multiple patterns.\n"
3570 " \n"
3571 " Exit Status:\n"
3572 " Returns the status of the last command executed."
3573 msgstr ""
3574
3575 #: builtins.c:1600
3576 msgid ""
3577 "Execute commands based on conditional.\n"
3578 " \n"
3579 " The `if COMMANDS' list is executed. If its exit status is zero, then "
3580 "the\n"
3581 " `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
3582 "is\n"
3583 " executed in turn, and if its exit status is zero, the corresponding\n"
3584 " `then COMMANDS' list is executed and the if command completes. "
3585 "Otherwise,\n"
3586 " the `else COMMANDS' list is executed, if present. The exit status of "
3587 "the\n"
3588 " entire construct is the exit status of the last command executed, or "
3589 "zero\n"
3590 " if no condition tested true.\n"
3591 " \n"
3592 " Exit Status:\n"
3593 " Returns the status of the last command executed."
3594 msgstr ""
3595
3596 #: builtins.c:1617
3597 msgid ""
3598 "Execute commands as long as a test succeeds.\n"
3599 " \n"
3600 " Expand and execute COMMANDS as long as the final command in the\n"
3601 " `while' COMMANDS has an exit status of zero.\n"
3602 " \n"
3603 " Exit Status:\n"
3604 " Returns the status of the last command executed."
3605 msgstr ""
3606
3607 #: builtins.c:1629
3608 msgid ""
3609 "Execute commands as long as a test does not succeed.\n"
3610 " \n"
3611 " Expand and execute COMMANDS as long as the final command in the\n"
3612 " `until' COMMANDS has an exit status which is not zero.\n"
3613 " \n"
3614 " Exit Status:\n"
3615 " Returns the status of the last command executed."
3616 msgstr ""
3617
3618 #: builtins.c:1641
3619 msgid ""
3620 "Create a coprocess named NAME.\n"
3621 " \n"
3622 " Execute COMMAND asynchronously, with the standard output and standard\n"
3623 " input of the command connected via a pipe to file descriptors assigned\n"
3624 " to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3625 " The default NAME is \"COPROC\".\n"
3626 " \n"
3627 " Exit Status:\n"
3628 " Returns the exit status of COMMAND."
3629 msgstr ""
3630
3631 #: builtins.c:1655
3632 msgid ""
3633 "Define shell function.\n"
3634 " \n"
3635 " Create a shell function named NAME. When invoked as a simple command,\n"
3636 " NAME runs COMMANDs in the calling shell's context. When NAME is "
3637 "invoked,\n"
3638 " the arguments are passed to the function as $1...$n, and the function's\n"
3639 " name is in $FUNCNAME.\n"
3640 " \n"
3641 " Exit Status:\n"
3642 " Returns success unless NAME is readonly."
3643 msgstr ""
3644
3645 #: builtins.c:1669
3646 msgid ""
3647 "Group commands as a unit.\n"
3648 " \n"
3649 " Run a set of commands in a group. This is one way to redirect an\n"
3650 " entire set of commands.\n"
3651 " \n"
3652 " Exit Status:\n"
3653 " Returns the status of the last command executed."
3654 msgstr ""
3655
3656 #: builtins.c:1681
3657 msgid ""
3658 "Resume job in foreground.\n"
3659 " \n"
3660 " Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
3661 " stopped or background job. JOB_SPEC can specify either a job name\n"
3662 " or a job number. Following JOB_SPEC with a `&' places the job in\n"
3663 " the background, as if the job specification had been supplied as an\n"
3664 " argument to `bg'.\n"
3665 " \n"
3666 " Exit Status:\n"
3667 " Returns the status of the resumed job."
3668 msgstr ""
3669
3670 #: builtins.c:1696
3671 msgid ""
3672 "Evaluate arithmetic expression.\n"
3673 " \n"
3674 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
3675 " evaluation. Equivalent to \"let EXPRESSION\".\n"
3676 " \n"
3677 " Exit Status:\n"
3678 " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3679 msgstr ""
3680
3681 #: builtins.c:1708
3682 msgid ""
3683 "Execute conditional command.\n"
3684 " \n"
3685 " Returns a status of 0 or 1 depending on the evaluation of the "
3686 "conditional\n"
3687 " expression EXPRESSION. Expressions are composed of the same primaries "
3688 "used\n"
3689 " by the `test' builtin, and may be combined using the following "
3690 "operators:\n"
3691 " \n"
3692 " ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3693 " ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3694 " EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3695 " EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3696 " \n"
3697 " When the `==' and `!=' operators are used, the string to the right of\n"
3698 " the operator is used as a pattern and pattern matching is performed.\n"
3699 " When the `=~' operator is used, the string to the right of the operator\n"
3700 " is matched as a regular expression.\n"
3701 " \n"
3702 " The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3703 " determine the expression's value.\n"
3704 " \n"
3705 " Exit Status:\n"
3706 " 0 or 1 depending on value of EXPRESSION."
3707 msgstr ""
3708
3709 #: builtins.c:1734
3710 msgid ""
3711 "Common shell variable names and usage.\n"
3712 " \n"
3713 " BASH_VERSION\tVersion information for this Bash.\n"
3714 " CDPATH\tA colon-separated list of directories to search\n"
3715 " \t\tfor directories given as arguments to `cd'.\n"
3716 " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3717 " \t\tbe ignored by pathname expansion.\n"
3718 " HISTFILE\tThe name of the file where your command history is stored.\n"
3719 " HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3720 " HISTSIZE\tThe maximum number of history lines that a running\n"
3721 " \t\tshell can access.\n"
3722 " HOME\tThe complete pathname to your login directory.\n"
3723 " HOSTNAME\tThe name of the current host.\n"
3724 " HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3725 " IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3726 " \t\tcharacter as the sole input. If set, then the value\n"
3727 " \t\tof it is the number of EOF characters that can be seen\n"
3728 " \t\tin a row on an empty line before the shell will exit\n"
3729 " \t\t(default 10). When unset, EOF signifies the end of input.\n"
3730 " MACHTYPE\tA string describing the current system Bash is running on.\n"
3731 " MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3732 " MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3733 " \t\tfor new mail.\n"
3734 " OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3735 " PATH\tA colon-separated list of directories to search when\n"
3736 " \t\tlooking for commands.\n"
3737 " PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3738 " \t\tprimary prompt.\n"
3739 " PS1\t\tThe primary prompt string.\n"
3740 " PS2\t\tThe secondary prompt string.\n"
3741 " PWD\t\tThe full pathname of the current directory.\n"
3742 " SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3743 " TERM\tThe name of the current terminal type.\n"
3744 " TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3745 " \t\t`time' reserved word.\n"
3746 " auto_resume\tNon-null means a command word appearing on a line by\n"
3747 " \t\titself is first looked for in the list of currently\n"
3748 " \t\tstopped jobs. If found there, that job is foregrounded.\n"
3749 " \t\tA value of `exact' means that the command word must\n"
3750 " \t\texactly match a command in the list of stopped jobs. A\n"
3751 " \t\tvalue of `substring' means that the command word must\n"
3752 " \t\tmatch a substring of the job. Any other value means that\n"
3753 " \t\tthe command must be a prefix of a stopped job.\n"
3754 " histchars\tCharacters controlling history expansion and quick\n"
3755 " \t\tsubstitution. The first character is the history\n"
3756 " \t\tsubstitution character, usually `!'. The second is\n"
3757 " \t\tthe `quick substitution' character, usually `^'. The\n"
3758 " \t\tthird is the `history comment' character, usually `#'.\n"
3759 " HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3760 " \t\tcommands should be saved on the history list.\n"
3761 msgstr ""
3762
3763 #: builtins.c:1791
3764 msgid ""
3765 "Add directories to stack.\n"
3766 " \n"
3767 " Adds a directory to the top of the directory stack, or rotates\n"
3768 " the stack, making the new top of the stack the current working\n"
3769 " directory. With no arguments, exchanges the top two directories.\n"
3770 " \n"
3771 " Options:\n"
3772 " -n\tSuppresses the normal change of directory when adding\n"
3773 " \tdirectories to the stack, so only the stack is manipulated.\n"
3774 " \n"
3775 " Arguments:\n"
3776 " +N\tRotates the stack so that the Nth directory (counting\n"
3777 " \tfrom the left of the list shown by `dirs', starting with\n"
3778 " \tzero) is at the top.\n"
3779 " \n"
3780 " -N\tRotates the stack so that the Nth directory (counting\n"
3781 " \tfrom the right of the list shown by `dirs', starting with\n"
3782 " \tzero) is at the top.\n"
3783 " \n"
3784 " dir\tAdds DIR to the directory stack at the top, making it the\n"
3785 " \tnew current working directory.\n"
3786 " \n"
3787 " The `dirs' builtin displays the directory stack.\n"
3788 " \n"
3789 " Exit Status:\n"
3790 " Returns success unless an invalid argument is supplied or the directory\n"
3791 " change fails."
3792 msgstr ""
3793
3794 #: builtins.c:1825
3795 msgid ""
3796 "Remove directories from stack.\n"
3797 " \n"
3798 " Removes entries from the directory stack. With no arguments, removes\n"
3799 " the top directory from the stack, and changes to the new top directory.\n"
3800 " \n"
3801 " Options:\n"
3802 " -n\tSuppresses the normal change of directory when removing\n"
3803 " \tdirectories from the stack, so only the stack is manipulated.\n"
3804 " \n"
3805 " Arguments:\n"
3806 " +N\tRemoves the Nth entry counting from the left of the list\n"
3807 " \tshown by `dirs', starting with zero. For example: `popd +0'\n"
3808 " \tremoves the first directory, `popd +1' the second.\n"
3809 " \n"
3810 " -N\tRemoves the Nth entry counting from the right of the list\n"
3811 " \tshown by `dirs', starting with zero. For example: `popd -0'\n"
3812 " \tremoves the last directory, `popd -1' the next to last.\n"
3813 " \n"
3814 " The `dirs' builtin displays the directory stack.\n"
3815 " \n"
3816 " Exit Status:\n"
3817 " Returns success unless an invalid argument is supplied or the directory\n"
3818 " change fails."
3819 msgstr ""
3820
3821 #: builtins.c:1855
3822 msgid ""
3823 "Display directory stack.\n"
3824 " \n"
3825 " Display the list of currently remembered directories. Directories\n"
3826 " find their way onto the list with the `pushd' command; you can get\n"
3827 " back up through the list with the `popd' command.\n"
3828 " \n"
3829 " Options:\n"
3830 " -c\tclear the directory stack by deleting all of the elements\n"
3831 " -l\tdo not print tilde-prefixed versions of directories relative\n"
3832 " \tto your home directory\n"
3833 " -p\tprint the directory stack with one entry per line\n"
3834 " -v\tprint the directory stack with one entry per line prefixed\n"
3835 " \twith its position in the stack\n"
3836 " \n"
3837 " Arguments:\n"
3838 " +N\tDisplays the Nth entry counting from the left of the list shown "
3839 "by\n"
3840 " \tdirs when invoked without options, starting with zero.\n"
3841 " \n"
3842 " -N\tDisplays the Nth entry counting from the right of the list shown "
3843 "by\n"
3844 " \tdirs when invoked without options, starting with zero.\n"
3845 " \n"
3846 " Exit Status:\n"
3847 " Returns success unless an invalid option is supplied or an error occurs."
3848 msgstr ""
3849
3850 #: builtins.c:1884
3851 msgid ""
3852 "Set and unset shell options.\n"
3853 " \n"
3854 " Change the setting of each shell option OPTNAME. Without any option\n"
3855 " arguments, list all shell options with an indication of whether or not "
3856 "each\n"
3857 " is set.\n"
3858 " \n"
3859 " Options:\n"
3860 " -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
3861 " -p\tprint each shell option with an indication of its status\n"
3862 " -q\tsuppress output\n"
3863 " -s\tenable (set) each OPTNAME\n"
3864 " -u\tdisable (unset) each OPTNAME\n"
3865 " \n"
3866 " Exit Status:\n"
3867 " Returns success if OPTNAME is enabled; fails if an invalid option is\n"
3868 " given or OPTNAME is disabled."
3869 msgstr ""
3870
3871 #: builtins.c:1905
3872 msgid ""
3873 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
3874 " \n"
3875 " Options:\n"
3876 " -v var\tassign the output to shell variable VAR rather than\n"
3877 " \t\tdisplay it on the standard output\n"
3878 " \n"
3879 " FORMAT is a character string which contains three types of objects: "
3880 "plain\n"
3881 " characters, which are simply copied to standard output; character "
3882 "escape\n"
3883 " sequences, which are converted and copied to the standard output; and\n"
3884 " format specifications, each of which causes printing of the next "
3885 "successive\n"
3886 " argument.\n"
3887 " \n"
3888 " In addition to the standard format specifications described in printf"
3889 "(1),\n"
3890 " printf interprets:\n"
3891 " \n"
3892 " %b\texpand backslash escape sequences in the corresponding argument\n"
3893 " %q\tquote the argument in a way that can be reused as shell input\n"
3894 " %(fmt)T output the date-time string resulting from using FMT as a "
3895 "format\n"
3896 " string for strftime(3)\n"
3897 " \n"
3898 " The format is re-used as necessary to consume all of the arguments. If\n"
3899 " there are fewer arguments than the format requires, extra format\n"
3900 " specifications behave as if a zero value or null string, as "
3901 "appropriate,\n"
3902 " had been supplied.\n"
3903 " \n"
3904 " Exit Status:\n"
3905 " Returns success unless an invalid option is given or a write or "
3906 "assignment\n"
3907 " error occurs."
3908 msgstr ""
3909
3910 #: builtins.c:1939
3911 msgid ""
3912 "Specify how arguments are to be completed by Readline.\n"
3913 " \n"
3914 " For each NAME, specify how arguments are to be completed. If no "
3915 "options\n"
3916 " are supplied, existing completion specifications are printed in a way "
3917 "that\n"
3918 " allows them to be reused as input.\n"
3919 " \n"
3920 " Options:\n"
3921 " -p\tprint existing completion specifications in a reusable format\n"
3922 " -r\tremove a completion specification for each NAME, or, if no\n"
3923 " \tNAMEs are supplied, all completion specifications\n"
3924 " -D\tapply the completions and actions as the default for commands\n"
3925 " \twithout any specific completion defined\n"
3926 " -E\tapply the completions and actions to \"empty\" commands --\n"
3927 " \tcompletion attempted on a blank line\n"
3928 " \n"
3929 " When completion is attempted, the actions are applied in the order the\n"
3930 " uppercase-letter options are listed above. The -D option takes\n"
3931 " precedence over -E.\n"
3932 " \n"
3933 " Exit Status:\n"
3934 " Returns success unless an invalid option is supplied or an error occurs."
3935 msgstr ""
3936
3937 #: builtins.c:1967
3938 #, fuzzy
3939 msgid ""
3940 "Display possible completions depending on the options.\n"
3941 " \n"
3942 " Intended to be used from within a shell function generating possible\n"
3943 " completions. If the optional WORD argument is supplied, matches "
3944 "against\n"
3945 " WORD are generated.\n"
3946 " \n"
3947 " Exit Status:\n"
3948 " Returns success unless an invalid option is supplied or an error occurs."
3949 msgstr ""
3950 "ðÏËÁÚÙ×ÁÅÔ ×ÏÚÍÏÖÎÙÅ ÄÏÐÏÌÎÅÎÉÑ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÐÃÉÊ. ðÒÅÄÐÏÌÁÇÁÅÔÓÑ,\n"
3951 " ÞÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ×ÎÕÔÒÉ ÆÕÎËÃÉÊ ËÏÍÁÎÄÎÏÇÏ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ, "
3952 "ÇÅÎÅÒÉÒÕÀÝÅÊ ×ÏÚÍÏÖÎÙÅ ÄÏÐÏÌÎÅÎÉÑ.\n"
3953 " åÓÌÉ ÎÅÏÂÑÚÁÔÅÌØÎÙÊ ÁÒÇÕÍÅÎÔ óìï÷ï ÂÙÌ ÉÓÐÏÌØÚÏ×ÁÎ, ÔÏ ÂÕÄÕÔ "
3954 "ÓÇÅÎÅÒÉÒÏ×ÁÎÙ ÔÏÌØËÏ ÓÏ×ÐÁÄÅÎÉÑ Ó óìï÷ï."
3955
3956 #: builtins.c:1982
3957 msgid ""
3958 "Modify or display completion options.\n"
3959 " \n"
3960 " Modify the completion options for each NAME, or, if no NAMEs are "
3961 "supplied,\n"
3962 " the completion currently being executed. If no OPTIONs are given, "
3963 "print\n"
3964 " the completion options for each NAME or the current completion "
3965 "specification.\n"
3966 " \n"
3967 " Options:\n"
3968 " \t-o option\tSet completion option OPTION for each NAME\n"
3969 " \t-D\t\tChange options for the \"default\" command completion\n"
3970 " \t-E\t\tChange options for the \"empty\" command completion\n"
3971 " \n"
3972 " Using `+o' instead of `-o' turns off the specified option.\n"
3973 " \n"
3974 " Arguments:\n"
3975 " \n"
3976 " Each NAME refers to a command for which a completion specification must\n"
3977 " have previously been defined using the `complete' builtin. If no NAMEs\n"
3978 " are supplied, compopt must be called by a function currently generating\n"
3979 " completions, and the options for that currently-executing completion\n"
3980 " generator are modified.\n"
3981 " \n"
3982 " Exit Status:\n"
3983 " Returns success unless an invalid option is supplied or NAME does not\n"
3984 " have a completion specification defined."
3985 msgstr ""
3986
3987 #: builtins.c:2012
3988 msgid ""
3989 "Read lines from the standard input into an indexed array variable.\n"
3990 " \n"
3991 " Read lines from the standard input into the indexed array variable "
3992 "ARRAY, or\n"
3993 " from file descriptor FD if the -u option is supplied. The variable "
3994 "MAPFILE\n"
3995 " is the default ARRAY.\n"
3996 " \n"
3997 " Options:\n"
3998 " -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
3999 "copied.\n"
4000 " -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
4001 "index is 0.\n"
4002 " -s count \tDiscard the first COUNT lines read.\n"
4003 " -t\t\tRemove a trailing newline from each line read.\n"
4004 " -u fd\t\tRead lines from file descriptor FD instead of the standard "
4005 "input.\n"
4006 " -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
4007 " -c quantum\tSpecify the number of lines read between each call to "
4008 "CALLBACK.\n"
4009 " \n"
4010 " Arguments:\n"
4011 " ARRAY\t\tArray variable name to use for file data.\n"
4012 " \n"
4013 " If -C is supplied without -c, the default quantum is 5000. When\n"
4014 " CALLBACK is evaluated, it is supplied the index of the next array\n"
4015 " element to be assigned and the line to be assigned to that element\n"
4016 " as additional arguments.\n"
4017 " \n"
4018 " If not supplied with an explicit origin, mapfile will clear ARRAY "
4019 "before\n"
4020 " assigning to it.\n"
4021 " \n"
4022 " Exit Status:\n"
4023 " Returns success unless an invalid option is given or ARRAY is readonly "
4024 "or\n"
4025 " not an indexed array."
4026 msgstr ""
4027
4028 #: builtins.c:2046
4029 msgid ""
4030 "Read lines from a file into an array variable.\n"
4031 " \n"
4032 " A synonym for `mapfile'."
4033 msgstr ""
4034
4035 #~ msgid "Without EXPR, returns returns \"$line $filename\". With EXPR,"
4036 #~ msgstr "âÅÚ ÷ùòáö ×ÏÚ×ÒÁÝÁÅÔ \"$ÓÔÒÏËÁ $ÉÍÑÆÁÊÌÁ\". ó ÷ùòáö,"
4037
4038 #~ msgid "returns \"$line $subroutine $filename\"; this extra information"
4039 #~ msgstr ""
4040 #~ "÷ÏÚ×ÒÁÝÁÅÔ \"$ÓÔÒÏËÁ $ÐÒÏÃÅÄÕÒÁ $ÉÍÑÆÁÊÌÁ\"; ÜÔÁ ÄÏÐÏÌÎÉÔÅÌØÎÁÑ "
4041 #~ "ÉÎÆÏÒÍÁÃÉÑ "
4042
4043 #~ msgid "can be used used to provide a stack trace."
4044 #~ msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÄÌÑ ÓÏÚÄÁÎÉÑ `stack trace'"
4045
4046 #~ msgid "bug: unknown operation"
4047 #~ msgstr "ÏÛÉÂËÁ: ÎÅÉÚ×ÅÓÔÎÁÑ ÏÐÅÒÁÃÉÑ"
4048
4049 #, fuzzy
4050 #~ msgid "Return a successful result."
4051 #~ msgstr "÷ÏÚ×ÒÁÝÁÅÔ ÒÅÚÕÌØÔÁÔ: ×ÓÅ ÈÏÒÏÛÏ."
4052
4053 #, fuzzy
4054 #~ msgid "Obsolete. See `declare'."
4055 #~ msgstr " ÷ÙÛÅÌ ÉÚ ÕÐÏÔÒÅÂÌÅÎÉÑ. óÍ. `declare'."
4056
4057 #, fuzzy
4058 #~ msgid "Logout of a login shell."
4059 #~ msgstr ""
4060 #~ "úÁ×ÅÒÛÅÎÉÑ ÓÅÁÎÓÁ ËÏÍÁÎÄÎÏÇÏ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ ÚÁÐÕÝÅÎÎÏÇÏ ÐÏÓÌÅ ×ÈÏÄÁ × "
4061 #~ "ÓÉÓÔÅÍÕ."