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