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