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