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