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