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