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