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