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