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