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