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