b27555499e35282ca350dda7fab98a2983b800e1
[platform/upstream/bash.git] / po / en@boldquot.po
1 # English translations for GNU bash package.
2 # Copyright (C) 2005 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the GNU bash package.
4 # Automatically generated, 2005.
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 3.1-beta1\n"
34 "POT-Creation-Date: 2005-10-03 17:31-0400\n"
35 "PO-Revision-Date: 2005-10-03 17:31-0400\n"
36 "Last-Translator: Automatically generated\n"
37 "Language-Team: none\n"
38 "MIME-Version: 1.0\n"
39 "Content-Type: text/plain; charset=UTF-8\n"
40 "Content-Transfer-Encoding: 8bit\n"
41 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
42
43 #: arrayfunc.c:48
44 msgid "bad array subscript"
45 msgstr "bad array subscript"
46
47 #: arrayfunc.c:360
48 #, c-format
49 msgid "%s: cannot assign to non-numeric index"
50 msgstr "%s: cannot assign to non-numeric index"
51
52 #: bashhist.c:328
53 #, c-format
54 msgid "%s: cannot create: %s"
55 msgstr "%s: cannot create: %s"
56
57 #: bashline.c:2947
58 msgid "bash_execute_unix_command: cannot find keymap for command"
59 msgstr "bash_execute_unix_command: cannot find keymap for command"
60
61 #: bashline.c:2996
62 #, c-format
63 msgid "%s: first non-whitespace character is not `\"'"
64 msgstr "%s: first non-whitespace character is not ‘\e[1m\"\e[0m’"
65
66 #: bashline.c:3025
67 #, c-format
68 msgid "no closing `%c' in %s"
69 msgstr "no closing ‘\e[1m%c\e[0m’ in %s"
70
71 #: bashline.c:3059
72 #, c-format
73 msgid "%s: missing colon separator"
74 msgstr "%s: missing colon separator"
75
76 #: builtins/bind.def:194
77 #, c-format
78 msgid "`%s': invalid keymap name"
79 msgstr "‘\e[1m%s\e[0m’: invalid keymap name"
80
81 #: builtins/bind.def:233
82 #, c-format
83 msgid "%s: cannot read: %s"
84 msgstr "%s: cannot read: %s"
85
86 #: builtins/bind.def:248
87 #, c-format
88 msgid "`%s': cannot unbind"
89 msgstr "‘\e[1m%s\e[0m’: cannot unbind"
90
91 #: builtins/bind.def:283
92 #, c-format
93 msgid "`%s': unknown function name"
94 msgstr "‘\e[1m%s\e[0m’: unknown function name"
95
96 #: builtins/bind.def:291
97 #, c-format
98 msgid "%s is not bound to any keys.\n"
99 msgstr "%s is not bound to any keys.\n"
100
101 #: builtins/bind.def:295
102 #, c-format
103 msgid "%s can be invoked via "
104 msgstr "%s can be invoked via "
105
106 #: builtins/break.def:128
107 msgid "only meaningful in a `for', `while', or `until' loop"
108 msgstr "only meaningful in a ‘\e[1mfor\e[0m’, ‘\e[1mwhile\e[0m’, or ‘\e[1muntil\e[0m’ loop"
109
110 #: builtins/caller.def:132
111 msgid "Returns the context of the current subroutine call."
112 msgstr "Returns the context of the current subroutine call."
113
114 #: builtins/caller.def:133 builtins/caller.def:137 builtins/pushd.def:660
115 #: builtins/pushd.def:668 builtins/pushd.def:671 builtins/pushd.def:681
116 #: builtins/pushd.def:685 builtins/pushd.def:689 builtins/pushd.def:692
117 #: builtins/pushd.def:695 builtins/pushd.def:704 builtins/pushd.def:708
118 #: builtins/pushd.def:712 builtins/pushd.def:715
119 msgid " "
120 msgstr " "
121
122 #: builtins/caller.def:134
123 msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
124 msgstr "Without EXPR, returns returns “\e[1m$line $filename\e[0m”.  With EXPR,"
125
126 #: builtins/caller.def:135
127 msgid "returns \"$line $subroutine $filename\"; this extra information"
128 msgstr "returns “\e[1m$line $subroutine $filename\e[0m”; this extra information"
129
130 #: builtins/caller.def:136
131 msgid "can be used used to provide a stack trace."
132 msgstr "can be used used to provide a stack trace."
133
134 #: builtins/caller.def:138
135 msgid "The value of EXPR indicates how many call frames to go back before the"
136 msgstr "The value of EXPR indicates how many call frames to go back before the"
137
138 #: builtins/caller.def:139
139 msgid "current one; the top frame is frame 0."
140 msgstr "current one; the top frame is frame 0."
141
142 #: builtins/cd.def:203
143 msgid "HOME not set"
144 msgstr "HOME not set"
145
146 #: builtins/cd.def:215
147 msgid "OLDPWD not set"
148 msgstr "OLDPWD not set"
149
150 #: builtins/common.c:133 test.c:921
151 msgid "too many arguments"
152 msgstr "too many arguments"
153
154 #: builtins/common.c:157 shell.c:474 shell.c:747
155 #, c-format
156 msgid "%s: option requires an argument"
157 msgstr "%s: option requires an argument"
158
159 #: builtins/common.c:164
160 #, c-format
161 msgid "%s: numeric argument required"
162 msgstr "%s: numeric argument required"
163
164 #: builtins/common.c:171
165 #, c-format
166 msgid "%s: not found"
167 msgstr "%s: not found"
168
169 #: builtins/common.c:180 shell.c:760
170 #, c-format
171 msgid "%s: invalid option"
172 msgstr "%s: invalid option"
173
174 #: builtins/common.c:187
175 #, c-format
176 msgid "%s: invalid option name"
177 msgstr "%s: invalid option name"
178
179 #: builtins/common.c:194 general.c:231 general.c:236
180 #, c-format
181 msgid "`%s': not a valid identifier"
182 msgstr "‘\e[1m%s\e[0m’: not a valid identifier"
183
184 #: builtins/common.c:201
185 #, c-format
186 msgid "%s: invalid number"
187 msgstr "%s: invalid number"
188
189 #: builtins/common.c:208
190 #, c-format
191 msgid "%s: invalid signal specification"
192 msgstr "%s: invalid signal specification"
193
194 #: builtins/common.c:215
195 #, c-format
196 msgid "`%s': not a pid or valid job spec"
197 msgstr "‘\e[1m%s\e[0m’: not a pid or valid job spec"
198
199 #: builtins/common.c:222 error.c:453
200 #, c-format
201 msgid "%s: readonly variable"
202 msgstr "%s: readonly variable"
203
204 #: builtins/common.c:230
205 #, c-format
206 msgid "%s: %s out of range"
207 msgstr "%s: %s out of range"
208
209 #: builtins/common.c:230 builtins/common.c:232
210 msgid "argument"
211 msgstr "argument"
212
213 #: builtins/common.c:232
214 #, c-format
215 msgid "%s out of range"
216 msgstr "%s out of range"
217
218 #: builtins/common.c:240
219 #, c-format
220 msgid "%s: no such job"
221 msgstr "%s: no such job"
222
223 #: builtins/common.c:248
224 #, c-format
225 msgid "%s: no job control"
226 msgstr "%s: no job control"
227
228 #: builtins/common.c:250
229 msgid "no job control"
230 msgstr "no job control"
231
232 #: builtins/common.c:260
233 #, c-format
234 msgid "%s: restricted"
235 msgstr "%s: restricted"
236
237 #: builtins/common.c:262
238 msgid "restricted"
239 msgstr "restricted"
240
241 #: builtins/common.c:270
242 #, c-format
243 msgid "%s: not a shell builtin"
244 msgstr "%s: not a shell builtin"
245
246 #: builtins/common.c:276
247 #, c-format
248 msgid "write error: %s"
249 msgstr "write error: %s"
250
251 #: builtins/common.c:484
252 #, c-format
253 msgid "%s: error retrieving current directory: %s: %s\n"
254 msgstr "%s: error retrieving current directory: %s: %s\n"
255
256 #: builtins/common.c:550 builtins/common.c:552
257 #, c-format
258 msgid "%s: ambiguous job spec"
259 msgstr "%s: ambiguous job spec"
260
261 #: builtins/complete.def:251
262 #, c-format
263 msgid "%s: invalid action name"
264 msgstr "%s: invalid action name"
265
266 #: builtins/complete.def:381 builtins/complete.def:524
267 #, c-format
268 msgid "%s: no completion specification"
269 msgstr "%s: no completion specification"
270
271 #: builtins/complete.def:571
272 msgid "warning: -F option may not work as you expect"
273 msgstr "warning: -F option may not work as you expect"
274
275 #: builtins/complete.def:573
276 msgid "warning: -C option may not work as you expect"
277 msgstr "warning: -C option may not work as you expect"
278
279 #: builtins/declare.def:105
280 msgid "can only be used in a function"
281 msgstr "can only be used in a function"
282
283 #: builtins/declare.def:301
284 msgid "cannot use `-f' to make functions"
285 msgstr "cannot use ‘\e[1m-f\e[0m’ to make functions"
286
287 #: builtins/declare.def:313 execute_cmd.c:3986
288 #, c-format
289 msgid "%s: readonly function"
290 msgstr "%s: readonly function"
291
292 #: builtins/declare.def:401
293 #, c-format
294 msgid "%s: cannot destroy array variables in this way"
295 msgstr "%s: cannot destroy array variables in this way"
296
297 #: builtins/enable.def:128 builtins/enable.def:136
298 msgid "dynamic loading not available"
299 msgstr "dynamic loading not available"
300
301 #: builtins/enable.def:303
302 #, c-format
303 msgid "cannot open shared object %s: %s"
304 msgstr "cannot open shared object %s: %s"
305
306 #: builtins/enable.def:326
307 #, c-format
308 msgid "cannot find %s in shared object %s: %s"
309 msgstr "cannot find %s in shared object %s: %s"
310
311 #: builtins/enable.def:450
312 #, c-format
313 msgid "%s: not dynamically loaded"
314 msgstr "%s: not dynamically loaded"
315
316 #: builtins/enable.def:465
317 #, c-format
318 msgid "%s: cannot delete: %s"
319 msgstr "%s: cannot delete: %s"
320
321 #: builtins/evalfile.c:129 execute_cmd.c:3852 shell.c:1408
322 #, c-format
323 msgid "%s: is a directory"
324 msgstr "%s: is a directory"
325
326 #: builtins/evalfile.c:134
327 #, c-format
328 msgid "%s: not a regular file"
329 msgstr "%s: not a regular file"
330
331 #: builtins/evalfile.c:142
332 #, c-format
333 msgid "%s: file is too large"
334 msgstr "%s: file is too large"
335
336 #: builtins/exec.def:205
337 #, c-format
338 msgid "%s: cannot execute: %s"
339 msgstr "%s: cannot execute: %s"
340
341 #: builtins/exit.def:83
342 msgid "not login shell: use `exit'"
343 msgstr "not login shell: use ‘\e[1mexit\e[0m’"
344
345 #: builtins/exit.def:111
346 msgid "There are stopped jobs.\n"
347 msgstr "There are stopped jobs.\n"
348
349 #: builtins/fc.def:259
350 msgid "no command found"
351 msgstr "no command found"
352
353 #: builtins/fc.def:329
354 msgid "history specification"
355 msgstr "history specification"
356
357 #: builtins/fc.def:350
358 #, c-format
359 msgid "%s: cannot open temp file: %s"
360 msgstr "%s: cannot open temp file: %s"
361
362 #: builtins/fg_bg.def:149
363 #, c-format
364 msgid "job %d started without job control"
365 msgstr "job %d started without job control"
366
367 #: builtins/getopt.c:109
368 #, c-format
369 msgid "%s: illegal option -- %c\n"
370 msgstr "%s: illegal option -- %c\n"
371
372 #: builtins/getopt.c:110
373 #, c-format
374 msgid "%s: option requires an argument -- %c\n"
375 msgstr "%s: option requires an argument -- %c\n"
376
377 #: builtins/hash.def:83
378 msgid "hashing disabled"
379 msgstr "hashing disabled"
380
381 #: builtins/hash.def:128
382 #, c-format
383 msgid "%s: hash table empty\n"
384 msgstr "%s: hash table empty\n"
385
386 #: builtins/help.def:108
387 msgid "Shell commands matching keywords `"
388 msgstr "Shell commands matching keywords `"
389
390 #: builtins/help.def:110
391 msgid "Shell commands matching keyword `"
392 msgstr "Shell commands matching keyword `"
393
394 #: builtins/help.def:138
395 #, c-format
396 msgid ""
397 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
398 msgstr ""
399 "no help topics match ‘\e[1m%s\e[0m’.  Try ‘\e[1mhelp help\e[0m’ or ‘\e[1mman -k %s\e[0m’ "
400 "or ‘\e[1minfo %s\e[0m’."
401
402 #: builtins/help.def:164
403 #, c-format
404 msgid "%s: cannot open: %s"
405 msgstr "%s: cannot open: %s"
406
407 #: builtins/help.def:182
408 msgid ""
409 "These shell commands are defined internally.  Type `help' to see this list.\n"
410 "Type `help name' to find out more about the function `name'.\n"
411 "Use `info bash' to find out more about the shell in general.\n"
412 "Use `man -k' or `info' to find out more about commands not in this list.\n"
413 "\n"
414 "A star (*) next to a name means that the command is disabled.\n"
415 "\n"
416 msgstr ""
417 "These shell commands are defined internally.  Type ‘\e[1mhelp\e[0m’ to see this "
418 "list.\n"
419 "Type ‘\e[1mhelp name\e[0m’ to find out more about the function ‘\e[1mname\e[0m’.\n"
420 "Use ‘\e[1minfo bash\e[0m’ to find out more about the shell in general.\n"
421 "Use ‘\e[1mman -k\e[0m’ or ‘\e[1minfo\e[0m’ to find out more about commands not in "
422 "this list.\n"
423 "\n"
424 "A star (*) next to a name means that the command is disabled.\n"
425 "\n"
426
427 #: builtins/history.def:150
428 msgid "cannot use more than one of -anrw"
429 msgstr "cannot use more than one of -anrw"
430
431 #: builtins/history.def:182
432 msgid "history position"
433 msgstr "history position"
434
435 #: builtins/history.def:400
436 #, c-format
437 msgid "%s: history expansion failed"
438 msgstr "%s: history expansion failed"
439
440 #: builtins/jobs.def:99
441 msgid "no other options allowed with `-x'"
442 msgstr "no other options allowed with ‘\e[1m-x\e[0m’"
443
444 #: builtins/kill.def:187
445 #, c-format
446 msgid "%s: arguments must be process or job IDs"
447 msgstr "%s: arguments must be process or job IDs"
448
449 #: builtins/kill.def:250
450 msgid "Unknown error"
451 msgstr "Unknown error"
452
453 #: builtins/let.def:94 builtins/let.def:119 expr.c:497 expr.c:512
454 msgid "expression expected"
455 msgstr "expression expected"
456
457 #: builtins/printf.def:327
458 #, c-format
459 msgid "`%s': missing format character"
460 msgstr "‘\e[1m%s\e[0m’: missing format character"
461
462 #: builtins/printf.def:502
463 #, c-format
464 msgid "`%c': invalid format character"
465 msgstr "‘\e[1m%c\e[0m’: invalid format character"
466
467 #: builtins/printf.def:708
468 msgid "missing hex digit for \\x"
469 msgstr "missing hex digit for \\x"
470
471 #: builtins/pushd.def:173
472 msgid "no other directory"
473 msgstr "no other directory"
474
475 #: builtins/pushd.def:440
476 msgid "<no current directory>"
477 msgstr "<no current directory>"
478
479 #: builtins/pushd.def:657
480 msgid "Display the list of currently remembered directories.  Directories"
481 msgstr "Display the list of currently remembered directories.  Directories"
482
483 #: builtins/pushd.def:658
484 msgid "find their way onto the list with the `pushd' command; you can get"
485 msgstr ""
486 "find their way onto the list with the ‘\e[1mpushd\e[0m’ command; you can get"
487
488 #: builtins/pushd.def:659
489 msgid "back up through the list with the `popd' command."
490 msgstr "back up through the list with the ‘\e[1mpopd\e[0m’ command."
491
492 #: builtins/pushd.def:661
493 msgid "The -l flag specifies that `dirs' should not print shorthand versions"
494 msgstr ""
495 "The -l flag specifies that ‘\e[1mdirs\e[0m’ should not print shorthand versions"
496
497 #: builtins/pushd.def:662
498 msgid "of directories which are relative to your home directory.  This means"
499 msgstr "of directories which are relative to your home directory.  This means"
500
501 #: builtins/pushd.def:663
502 msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
503 msgstr ""
504 "that ‘\e[1m~/bin\e[0m’ might be displayed as ‘\e[1m/homes/bfox/bin\e[0m’.  The -v "
505 "flag"
506
507 #: builtins/pushd.def:664
508 msgid "causes `dirs' to print the directory stack with one entry per line,"
509 msgstr ""
510 "causes ‘\e[1mdirs\e[0m’ to print the directory stack with one entry per line,"
511
512 #: builtins/pushd.def:665
513 msgid "prepending the directory name with its position in the stack.  The -p"
514 msgstr "prepending the directory name with its position in the stack.  The -p"
515
516 #: builtins/pushd.def:666
517 msgid "flag does the same thing, but the stack position is not prepended."
518 msgstr "flag does the same thing, but the stack position is not prepended."
519
520 #: builtins/pushd.def:667
521 msgid "The -c flag clears the directory stack by deleting all of the elements."
522 msgstr ""
523 "The -c flag clears the directory stack by deleting all of the elements."
524
525 #: builtins/pushd.def:669
526 msgid "+N   displays the Nth entry counting from the left of the list shown by"
527 msgstr ""
528 "+N   displays the Nth entry counting from the left of the list shown by"
529
530 #: builtins/pushd.def:670 builtins/pushd.def:673
531 msgid "     dirs when invoked without options, starting with zero."
532 msgstr "     dirs when invoked without options, starting with zero."
533
534 #: builtins/pushd.def:672
535 msgid ""
536 "-N   displays the Nth entry counting from the right of the list shown by"
537 msgstr ""
538 "-N   displays the Nth entry counting from the right of the list shown by"
539
540 #: builtins/pushd.def:678
541 msgid "Adds a directory to the top of the directory stack, or rotates"
542 msgstr "Adds a directory to the top of the directory stack, or rotates"
543
544 #: builtins/pushd.def:679
545 msgid "the stack, making the new top of the stack the current working"
546 msgstr "the stack, making the new top of the stack the current working"
547
548 #: builtins/pushd.def:680
549 msgid "directory.  With no arguments, exchanges the top two directories."
550 msgstr "directory.  With no arguments, exchanges the top two directories."
551
552 #: builtins/pushd.def:682
553 msgid "+N   Rotates the stack so that the Nth directory (counting"
554 msgstr "+N   Rotates the stack so that the Nth directory (counting"
555
556 #: builtins/pushd.def:683
557 msgid "     from the left of the list shown by `dirs', starting with"
558 msgstr "     from the left of the list shown by ‘\e[1mdirs\e[0m’, starting with"
559
560 #: builtins/pushd.def:684 builtins/pushd.def:688
561 msgid "     zero) is at the top."
562 msgstr "     zero) is at the top."
563
564 #: builtins/pushd.def:686
565 msgid "-N   Rotates the stack so that the Nth directory (counting"
566 msgstr "-N   Rotates the stack so that the Nth directory (counting"
567
568 #: builtins/pushd.def:687
569 msgid "     from the right of the list shown by `dirs', starting with"
570 msgstr "     from the right of the list shown by ‘\e[1mdirs\e[0m’, starting with"
571
572 #: builtins/pushd.def:690
573 msgid "-n   suppress the normal change of directory when adding directories"
574 msgstr "-n   suppress the normal change of directory when adding directories"
575
576 #: builtins/pushd.def:691
577 msgid "     to the stack, so only the stack is manipulated."
578 msgstr "     to the stack, so only the stack is manipulated."
579
580 #: builtins/pushd.def:693
581 msgid "dir  adds DIR to the directory stack at the top, making it the"
582 msgstr "dir  adds DIR to the directory stack at the top, making it the"
583
584 #: builtins/pushd.def:694
585 msgid "     new current working directory."
586 msgstr "     new current working directory."
587
588 #: builtins/pushd.def:696 builtins/pushd.def:716
589 msgid "You can see the directory stack with the `dirs' command."
590 msgstr "You can see the directory stack with the ‘\e[1mdirs\e[0m’ command."
591
592 #: builtins/pushd.def:701
593 msgid "Removes entries from the directory stack.  With no arguments,"
594 msgstr "Removes entries from the directory stack.  With no arguments,"
595
596 #: builtins/pushd.def:702
597 msgid "removes the top directory from the stack, and cd's to the new"
598 msgstr "removes the top directory from the stack, and cd's to the new"
599
600 #: builtins/pushd.def:703
601 msgid "top directory."
602 msgstr "top directory."
603
604 #: builtins/pushd.def:705
605 msgid "+N   removes the Nth entry counting from the left of the list"
606 msgstr "+N   removes the Nth entry counting from the left of the list"
607
608 #: builtins/pushd.def:706
609 msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
610 msgstr ""
611 "     shown by ‘\e[1mdirs\e[0m’, starting with zero.  For example: ‘\e[1mpopd +0\e[0m’"
612
613 #: builtins/pushd.def:707
614 msgid "     removes the first directory, `popd +1' the second."
615 msgstr "     removes the first directory, ‘\e[1mpopd +1\e[0m’ the second."
616
617 #: builtins/pushd.def:709
618 msgid "-N   removes the Nth entry counting from the right of the list"
619 msgstr "-N   removes the Nth entry counting from the right of the list"
620
621 #: builtins/pushd.def:710
622 msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
623 msgstr ""
624 "     shown by ‘\e[1mdirs\e[0m’, starting with zero.  For example: ‘\e[1mpopd -0\e[0m’"
625
626 #: builtins/pushd.def:711
627 msgid "     removes the last directory, `popd -1' the next to last."
628 msgstr "     removes the last directory, ‘\e[1mpopd -1\e[0m’ the next to last."
629
630 #: builtins/pushd.def:713
631 msgid "-n   suppress the normal change of directory when removing directories"
632 msgstr "-n   suppress the normal change of directory when removing directories"
633
634 #: builtins/pushd.def:714
635 msgid "     from the stack, so only the stack is manipulated."
636 msgstr "     from the stack, so only the stack is manipulated."
637
638 #: builtins/read.def:211
639 #, c-format
640 msgid "%s: invalid timeout specification"
641 msgstr "%s: invalid timeout specification"
642
643 #: builtins/read.def:234
644 #, c-format
645 msgid "%s: invalid file descriptor specification"
646 msgstr "%s: invalid file descriptor specification"
647
648 #: builtins/read.def:241
649 #, c-format
650 msgid "%d: invalid file descriptor: %s"
651 msgstr "%d: invalid file descriptor: %s"
652
653 #: builtins/read.def:474
654 #, c-format
655 msgid "read error: %d: %s"
656 msgstr "read error: %d: %s"
657
658 #: builtins/return.def:63
659 msgid "can only `return' from a function or sourced script"
660 msgstr "can only ‘\e[1mreturn\e[0m’ from a function or sourced script"
661
662 #: builtins/set.def:745
663 msgid "cannot simultaneously unset a function and a variable"
664 msgstr "cannot simultaneously unset a function and a variable"
665
666 #: builtins/set.def:782
667 #, c-format
668 msgid "%s: cannot unset"
669 msgstr "%s: cannot unset"
670
671 #: builtins/set.def:789
672 #, c-format
673 msgid "%s: cannot unset: readonly %s"
674 msgstr "%s: cannot unset: readonly %s"
675
676 #: builtins/set.def:800
677 #, c-format
678 msgid "%s: not an array variable"
679 msgstr "%s: not an array variable"
680
681 #: builtins/setattr.def:166
682 #, c-format
683 msgid "%s: not a function"
684 msgstr "%s: not a function"
685
686 #: builtins/shift.def:66 builtins/shift.def:72
687 msgid "shift count"
688 msgstr "shift count"
689
690 #: builtins/shopt.def:227
691 msgid "cannot set and unset shell options simultaneously"
692 msgstr "cannot set and unset shell options simultaneously"
693
694 #: builtins/shopt.def:292
695 #, c-format
696 msgid "%s: invalid shell option name"
697 msgstr "%s: invalid shell option name"
698
699 #: builtins/source.def:117
700 msgid "filename argument required"
701 msgstr "filename argument required"
702
703 #: builtins/source.def:137
704 #, c-format
705 msgid "%s: file not found"
706 msgstr "%s: file not found"
707
708 #: builtins/suspend.def:93
709 msgid "cannot suspend"
710 msgstr "cannot suspend"
711
712 #: builtins/suspend.def:103
713 msgid "cannot suspend a login shell"
714 msgstr "cannot suspend a login shell"
715
716 #: builtins/type.def:232
717 #, c-format
718 msgid "%s is aliased to `%s'\n"
719 msgstr "%s is aliased to ‘\e[1m%s\e[0m’\n"
720
721 #: builtins/type.def:253
722 #, c-format
723 msgid "%s is a shell keyword\n"
724 msgstr "%s is a shell keyword\n"
725
726 #: builtins/type.def:273
727 #, c-format
728 msgid "%s is a function\n"
729 msgstr "%s is a function\n"
730
731 #: builtins/type.def:298
732 #, c-format
733 msgid "%s is a shell builtin\n"
734 msgstr "%s is a shell builtin\n"
735
736 #: builtins/type.def:319
737 #, c-format
738 msgid "%s is %s\n"
739 msgstr "%s is %s\n"
740
741 #: builtins/type.def:339
742 #, c-format
743 msgid "%s is hashed (%s)\n"
744 msgstr "%s is hashed (%s)\n"
745
746 #: builtins/ulimit.def:344
747 #, c-format
748 msgid "%s: invalid limit argument"
749 msgstr "%s: invalid limit argument"
750
751 #: builtins/ulimit.def:370
752 #, c-format
753 msgid "`%c': bad command"
754 msgstr "‘\e[1m%c\e[0m’: bad command"
755
756 #: builtins/ulimit.def:399
757 #, c-format
758 msgid "%s: cannot get limit: %s"
759 msgstr "%s: cannot get limit: %s"
760
761 #: builtins/ulimit.def:437
762 #, c-format
763 msgid "%s: cannot modify limit: %s"
764 msgstr "%s: cannot modify limit: %s"
765
766 #: builtins/umask.def:112
767 msgid "octal number"
768 msgstr "octal number"
769
770 #: builtins/umask.def:226
771 #, c-format
772 msgid "`%c': invalid symbolic mode operator"
773 msgstr "‘\e[1m%c\e[0m’: invalid symbolic mode operator"
774
775 #: builtins/umask.def:281
776 #, c-format
777 msgid "`%c': invalid symbolic mode character"
778 msgstr "‘\e[1m%c\e[0m’: invalid symbolic mode character"
779
780 #: error.c:165
781 #, c-format
782 msgid "last command: %s\n"
783 msgstr "last command: %s\n"
784
785 #: error.c:173
786 msgid "Aborting..."
787 msgstr "Aborting..."
788
789 #: error.c:260
790 #, c-format
791 msgid "%s: warning: "
792 msgstr "%s: warning: "
793
794 #: error.c:405
795 msgid "unknown command error"
796 msgstr "unknown command error"
797
798 #: error.c:406
799 msgid "bad command type"
800 msgstr "bad command type"
801
802 #: error.c:407
803 msgid "bad connector"
804 msgstr "bad connector"
805
806 #: error.c:408
807 msgid "bad jump"
808 msgstr "bad jump"
809
810 #: error.c:446
811 #, c-format
812 msgid "%s: unbound variable"
813 msgstr "%s: unbound variable"
814
815 #: eval.c:176
816 msgid "\atimed out waiting for input: auto-logout\n"
817 msgstr "\atimed out waiting for input: auto-logout\n"
818
819 #: execute_cmd.c:471
820 #, c-format
821 msgid "cannot redirect standard input from /dev/null: %s"
822 msgstr "cannot redirect standard input from /dev/null: %s"
823
824 #: execute_cmd.c:1036
825 #, c-format
826 msgid "TIMEFORMAT: `%c': invalid format character"
827 msgstr "TIMEFORMAT: ‘\e[1m%c\e[0m’: invalid format character"
828
829 #: execute_cmd.c:3551
830 #, c-format
831 msgid "%s: restricted: cannot specify `/' in command names"
832 msgstr "%s: restricted: cannot specify ‘\e[1m/\e[0m’ in command names"
833
834 #: execute_cmd.c:3639
835 #, c-format
836 msgid "%s: command not found"
837 msgstr "%s: command not found"
838
839 #: execute_cmd.c:3876
840 #, c-format
841 msgid "%s: %s: bad interpreter"
842 msgstr "%s: %s: bad interpreter"
843
844 #: execute_cmd.c:3913
845 #, c-format
846 msgid "%s: cannot execute binary file"
847 msgstr "%s: cannot execute binary file"
848
849 #: execute_cmd.c:4025
850 #, c-format
851 msgid "cannot duplicate fd %d to fd %d"
852 msgstr "cannot duplicate fd %d to fd %d"
853
854 #: expr.c:240
855 msgid "expression recursion level exceeded"
856 msgstr "expression recursion level exceeded"
857
858 #: expr.c:264
859 msgid "recursion stack underflow"
860 msgstr "recursion stack underflow"
861
862 #: expr.c:375
863 msgid "syntax error in expression"
864 msgstr "syntax error in expression"
865
866 #: expr.c:415
867 msgid "attempted assignment to non-variable"
868 msgstr "attempted assignment to non-variable"
869
870 #: expr.c:436 expr.c:441 expr.c:751
871 msgid "division by 0"
872 msgstr "division by 0"
873
874 #: expr.c:467
875 msgid "bug: bad expassign token"
876 msgstr "bug: bad expassign token"
877
878 #: expr.c:509
879 msgid "`:' expected for conditional expression"
880 msgstr "‘\e[1m:\e[0m’ expected for conditional expression"
881
882 #: expr.c:776
883 msgid "exponent less than 0"
884 msgstr "exponent less than 0"
885
886 #: expr.c:821
887 msgid "identifier expected after pre-increment or pre-decrement"
888 msgstr "identifier expected after pre-increment or pre-decrement"
889
890 #: expr.c:849
891 msgid "missing `)'"
892 msgstr "missing ‘\e[1m)\e[0m’"
893
894 #: expr.c:892
895 msgid "syntax error: operand expected"
896 msgstr "syntax error: operand expected"
897
898 #: expr.c:1178
899 msgid "invalid number"
900 msgstr "invalid number"
901
902 #: expr.c:1182
903 msgid "invalid arithmetic base"
904 msgstr "invalid arithmetic base"
905
906 #: expr.c:1202
907 msgid "value too great for base"
908 msgstr "value too great for base"
909
910 #: general.c:62
911 msgid "getcwd: cannot access parent directories"
912 msgstr "getcwd: cannot access parent directories"
913
914 #: input.c:231
915 #, c-format
916 msgid "cannot allocate new file descriptor for bash input from fd %d"
917 msgstr "cannot allocate new file descriptor for bash input from fd %d"
918
919 #: input.c:239
920 #, c-format
921 msgid "save_bash_input: buffer already exists for new fd %d"
922 msgstr "save_bash_input: buffer already exists for new fd %d"
923
924 #: jobs.c:923
925 #, c-format
926 msgid "deleting stopped job %d with process group %ld"
927 msgstr "deleting stopped job %d with process group %ld"
928
929 #: jobs.c:1308
930 #, c-format
931 msgid "describe_pid: %ld: no such pid"
932 msgstr "describe_pid: %ld: no such pid"
933
934 #: jobs.c:1981 nojobs.c:648
935 #, c-format
936 msgid "wait: pid %ld is not a child of this shell"
937 msgstr "wait: pid %ld is not a child of this shell"
938
939 #: jobs.c:2180
940 #, c-format
941 msgid "wait_for: No record of process %ld"
942 msgstr "wait_for: No record of process %ld"
943
944 #: jobs.c:2435
945 #, c-format
946 msgid "wait_for_job: job %d is stopped"
947 msgstr "wait_for_job: job %d is stopped"
948
949 #: jobs.c:2657
950 #, c-format
951 msgid "%s: job has terminated"
952 msgstr "%s: job has terminated"
953
954 #: jobs.c:2666
955 #, c-format
956 msgid "%s: job %d already in background"
957 msgstr "%s: job %d already in background"
958
959 #: jobs.c:3452
960 msgid "no job control in this shell"
961 msgstr "no job control in this shell"
962
963 #: lib/malloc/malloc.c:298
964 #, c-format
965 msgid "malloc: failed assertion: %s\n"
966 msgstr "malloc: failed assertion: %s\n"
967
968 #: lib/malloc/malloc.c:314
969 #, c-format
970 msgid ""
971 "\r\n"
972 "malloc: %s:%d: assertion botched\r\n"
973 msgstr ""
974 "\r\n"
975 "malloc: %s:%d: assertion botched\r\n"
976
977 #: lib/malloc/malloc.c:740
978 msgid "malloc: block on free list clobbered"
979 msgstr "malloc: block on free list clobbered"
980
981 #: lib/malloc/malloc.c:817
982 msgid "free: called with already freed block argument"
983 msgstr "free: called with already freed block argument"
984
985 #: lib/malloc/malloc.c:820
986 msgid "free: called with unallocated block argument"
987 msgstr "free: called with unallocated block argument"
988
989 #: lib/malloc/malloc.c:839
990 msgid "free: underflow detected; mh_nbytes out of range"
991 msgstr "free: underflow detected; mh_nbytes out of range"
992
993 #: lib/malloc/malloc.c:845
994 msgid "free: start and end chunk sizes differ"
995 msgstr "free: start and end chunk sizes differ"
996
997 #: lib/malloc/malloc.c:942
998 msgid "realloc: called with unallocated block argument"
999 msgstr "realloc: called with unallocated block argument"
1000
1001 #: lib/malloc/malloc.c:957
1002 msgid "realloc: underflow detected; mh_nbytes out of range"
1003 msgstr "realloc: underflow detected; mh_nbytes out of range"
1004
1005 #: lib/malloc/malloc.c:963
1006 msgid "realloc: start and end chunk sizes differ"
1007 msgstr "realloc: start and end chunk sizes differ"
1008
1009 #: lib/malloc/table.c:175
1010 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1011 msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n"
1012
1013 #: lib/malloc/table.c:182
1014 #, c-format
1015 msgid "register_alloc: %p already in table as allocated?\n"
1016 msgstr "register_alloc: %p already in table as allocated?\n"
1017
1018 #: lib/malloc/table.c:218
1019 #, c-format
1020 msgid "register_free: %p already in table as free?\n"
1021 msgstr "register_free: %p already in table as free?\n"
1022
1023 #: lib/malloc/watch.c:46
1024 msgid "allocated"
1025 msgstr "allocated"
1026
1027 #: lib/malloc/watch.c:48
1028 msgid "freed"
1029 msgstr "freed"
1030
1031 #: lib/malloc/watch.c:50
1032 msgid "requesting resize"
1033 msgstr "requesting resize"
1034
1035 #: lib/malloc/watch.c:52
1036 msgid "just resized"
1037 msgstr "just resized"
1038
1039 #: lib/malloc/watch.c:54
1040 msgid "bug: unknown operation"
1041 msgstr "bug: unknown operation"
1042
1043 #: lib/malloc/watch.c:56
1044 #, c-format
1045 msgid "malloc: watch alert: %p %s "
1046 msgstr "malloc: watch alert: %p %s "
1047
1048 #: lib/sh/fmtulong.c:101
1049 msgid "invalid base"
1050 msgstr "invalid base"
1051
1052 #: lib/sh/netopen.c:158
1053 #, c-format
1054 msgid "%s: host unknown"
1055 msgstr "%s: host unknown"
1056
1057 #: lib/sh/netopen.c:165
1058 #, c-format
1059 msgid "%s: invalid service"
1060 msgstr "%s: invalid service"
1061
1062 #: lib/sh/netopen.c:296
1063 #, c-format
1064 msgid "%s: bad network path specification"
1065 msgstr "%s: bad network path specification"
1066
1067 #: lib/sh/netopen.c:336
1068 msgid "network operations not supported"
1069 msgstr "network operations not supported"
1070
1071 #: mailcheck.c:386
1072 msgid "You have mail in $_"
1073 msgstr "You have mail in $_"
1074
1075 #: mailcheck.c:411
1076 msgid "You have new mail in $_"
1077 msgstr "You have new mail in $_"
1078
1079 #: mailcheck.c:427
1080 #, c-format
1081 msgid "The mail in %s has been read\n"
1082 msgstr "The mail in %s has been read\n"
1083
1084 #: make_cmd.c:322
1085 msgid "syntax error: arithmetic expression required"
1086 msgstr "syntax error: arithmetic expression required"
1087
1088 #: make_cmd.c:324
1089 msgid "syntax error: `;' unexpected"
1090 msgstr "syntax error: ‘\e[1m;\e[0m’ unexpected"
1091
1092 #: make_cmd.c:325
1093 #, c-format
1094 msgid "syntax error: `((%s))'"
1095 msgstr "syntax error: ‘\e[1m((%s))\e[0m’"
1096
1097 #: make_cmd.c:566
1098 #, c-format
1099 msgid "make_here_document: bad instruction type %d"
1100 msgstr "make_here_document: bad instruction type %d"
1101
1102 #: make_cmd.c:736
1103 #, c-format
1104 msgid "make_redirection: redirection instruction `%d' out of range"
1105 msgstr "make_redirection: redirection instruction ‘\e[1m%d\e[0m’ out of range"
1106
1107 #: parse.y:2747
1108 #, c-format
1109 msgid "unexpected EOF while looking for matching `%c'"
1110 msgstr "unexpected EOF while looking for matching ‘\e[1m%c\e[0m’"
1111
1112 #: parse.y:3043
1113 msgid "unexpected EOF while looking for `]]'"
1114 msgstr "unexpected EOF while looking for ‘\e[1m]]\e[0m’"
1115
1116 #: parse.y:3048
1117 #, c-format
1118 msgid "syntax error in conditional expression: unexpected token `%s'"
1119 msgstr "syntax error in conditional expression: unexpected token ‘\e[1m%s\e[0m’"
1120
1121 #: parse.y:3052
1122 msgid "syntax error in conditional expression"
1123 msgstr "syntax error in conditional expression"
1124
1125 #: parse.y:3130
1126 #, c-format
1127 msgid "unexpected token `%s', expected `)'"
1128 msgstr "unexpected token ‘\e[1m%s\e[0m’, expected ‘\e[1m)\e[0m’"
1129
1130 #: parse.y:3134
1131 msgid "expected `)'"
1132 msgstr "expected ‘\e[1m)\e[0m’"
1133
1134 #: parse.y:3162
1135 #, c-format
1136 msgid "unexpected argument `%s' to conditional unary operator"
1137 msgstr "unexpected argument ‘\e[1m%s\e[0m’ to conditional unary operator"
1138
1139 #: parse.y:3166
1140 msgid "unexpected argument to conditional unary operator"
1141 msgstr "unexpected argument to conditional unary operator"
1142
1143 #: parse.y:3203
1144 #, c-format
1145 msgid "unexpected token `%s', conditional binary operator expected"
1146 msgstr "unexpected token ‘\e[1m%s\e[0m’, conditional binary operator expected"
1147
1148 #: parse.y:3207
1149 msgid "conditional binary operator expected"
1150 msgstr "conditional binary operator expected"
1151
1152 #: parse.y:3223
1153 #, c-format
1154 msgid "unexpected argument `%s' to conditional binary operator"
1155 msgstr "unexpected argument ‘\e[1m%s\e[0m’ to conditional binary operator"
1156
1157 #: parse.y:3227
1158 msgid "unexpected argument to conditional binary operator"
1159 msgstr "unexpected argument to conditional binary operator"
1160
1161 #: parse.y:3238
1162 #, c-format
1163 msgid "unexpected token `%c' in conditional command"
1164 msgstr "unexpected token ‘\e[1m%c\e[0m’ in conditional command"
1165
1166 #: parse.y:3241
1167 #, c-format
1168 msgid "unexpected token `%s' in conditional command"
1169 msgstr "unexpected token ‘\e[1m%s\e[0m’ in conditional command"
1170
1171 #: parse.y:3245
1172 #, c-format
1173 msgid "unexpected token %d in conditional command"
1174 msgstr "unexpected token %d in conditional command"
1175
1176 #: parse.y:4461
1177 #, c-format
1178 msgid "syntax error near unexpected token `%s'"
1179 msgstr "syntax error near unexpected token ‘\e[1m%s\e[0m’"
1180
1181 #: parse.y:4479
1182 #, c-format
1183 msgid "syntax error near `%s'"
1184 msgstr "syntax error near ‘\e[1m%s\e[0m’"
1185
1186 #: parse.y:4489
1187 msgid "syntax error: unexpected end of file"
1188 msgstr "syntax error: unexpected end of file"
1189
1190 #: parse.y:4489
1191 msgid "syntax error"
1192 msgstr "syntax error"
1193
1194 #: parse.y:4551
1195 #, c-format
1196 msgid "Use \"%s\" to leave the shell.\n"
1197 msgstr "Use “\e[1m%s\e[0m” to leave the shell.\n"
1198
1199 #: parse.y:4710
1200 msgid "unexpected EOF while looking for matching `)'"
1201 msgstr "unexpected EOF while looking for matching ‘\e[1m)\e[0m’"
1202
1203 #: pcomplete.c:1001
1204 #, c-format
1205 msgid "completion: function `%s' not found"
1206 msgstr "completion: function ‘\e[1m%s\e[0m’ not found"
1207
1208 #: pcomplib.c:179
1209 #, c-format
1210 msgid "progcomp_insert: %s: NULL COMPSPEC"
1211 msgstr "progcomp_insert: %s: NULL COMPSPEC"
1212
1213 #: print_cmd.c:264
1214 #, c-format
1215 msgid "print_command: bad connector `%d'"
1216 msgstr "print_command: bad connector ‘\e[1m%d\e[0m’"
1217
1218 #: print_cmd.c:1236
1219 #, c-format
1220 msgid "cprintf: `%c': invalid format character"
1221 msgstr "cprintf: ‘\e[1m%c\e[0m’: invalid format character"
1222
1223 #: redir.c:99
1224 msgid "file descriptor out of range"
1225 msgstr "file descriptor out of range"
1226
1227 #: redir.c:141
1228 #, c-format
1229 msgid "%s: ambiguous redirect"
1230 msgstr "%s: ambiguous redirect"
1231
1232 #: redir.c:145
1233 #, c-format
1234 msgid "%s: cannot overwrite existing file"
1235 msgstr "%s: cannot overwrite existing file"
1236
1237 #: redir.c:150
1238 #, c-format
1239 msgid "%s: restricted: cannot redirect output"
1240 msgstr "%s: restricted: cannot redirect output"
1241
1242 #: redir.c:155
1243 #, c-format
1244 msgid "cannot create temp file for here document: %s"
1245 msgstr "cannot create temp file for here document: %s"
1246
1247 #: redir.c:509
1248 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1249 msgstr "/dev/(tcp|udp)/host/port not supported without networking"
1250
1251 #: redir.c:956
1252 msgid "redirection error: cannot duplicate fd"
1253 msgstr "redirection error: cannot duplicate fd"
1254
1255 #: shell.c:309
1256 msgid "could not find /tmp, please create!"
1257 msgstr "could not find /tmp, please create!"
1258
1259 #: shell.c:313
1260 msgid "/tmp must be a valid directory name"
1261 msgstr "/tmp must be a valid directory name"
1262
1263 #: shell.c:849
1264 #, c-format
1265 msgid "%c%c: invalid option"
1266 msgstr "%c%c: invalid option"
1267
1268 #: shell.c:1598
1269 msgid "I have no name!"
1270 msgstr "I have no name!"
1271
1272 #: shell.c:1733
1273 #, c-format
1274 msgid ""
1275 "Usage:\t%s [GNU long option] [option] ...\n"
1276 "\t%s [GNU long option] [option] script-file ...\n"
1277 msgstr ""
1278 "Usage:\t%s [GNU long option] [option] ...\n"
1279 "\t%s [GNU long option] [option] script-file ...\n"
1280
1281 #: shell.c:1735
1282 msgid "GNU long options:\n"
1283 msgstr "GNU long options:\n"
1284
1285 #: shell.c:1739
1286 msgid "Shell options:\n"
1287 msgstr "Shell options:\n"
1288
1289 #: shell.c:1740
1290 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1291 msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1292
1293 #: shell.c:1755
1294 #, c-format
1295 msgid "\t-%s or -o option\n"
1296 msgstr "\t-%s or -o option\n"
1297
1298 #: shell.c:1761
1299 #, c-format
1300 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1301 msgstr ""
1302 "Type ‘\e[1m%s -c “\e[1mhelp set\e[0m”\e[0m’ for more information about shell "
1303 "options.\n"
1304
1305 #: shell.c:1762
1306 #, c-format
1307 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1308 msgstr ""
1309 "Type ‘\e[1m%s -c help\e[0m’ for more information about shell builtin commands.\n"
1310
1311 #: shell.c:1763
1312 msgid "Use the `bashbug' command to report bugs.\n"
1313 msgstr "Use the ‘\e[1mbashbug\e[0m’ command to report bugs.\n"
1314
1315 #: sig.c:494
1316 #, c-format
1317 msgid "sigprocmask: %d: invalid operation"
1318 msgstr "sigprocmask: %d: invalid operation"
1319
1320 #: subst.c:1123
1321 #, c-format
1322 msgid "bad substitution: no closing `%s' in %s"
1323 msgstr "bad substitution: no closing ‘\e[1m%s\e[0m’ in %s"
1324
1325 #: subst.c:2269
1326 #, c-format
1327 msgid "%s: cannot assign list to array member"
1328 msgstr "%s: cannot assign list to array member"
1329
1330 #: subst.c:4208 subst.c:4224
1331 msgid "cannot make pipe for process substitution"
1332 msgstr "cannot make pipe for process substitution"
1333
1334 #: subst.c:4255
1335 msgid "cannot make child for process substitution"
1336 msgstr "cannot make child for process substitution"
1337
1338 #: subst.c:4300
1339 #, c-format
1340 msgid "cannot open named pipe %s for reading"
1341 msgstr "cannot open named pipe %s for reading"
1342
1343 #: subst.c:4302
1344 #, c-format
1345 msgid "cannot open named pipe %s for writing"
1346 msgstr "cannot open named pipe %s for writing"
1347
1348 #: subst.c:4310
1349 #, c-format
1350 msgid "cannout reset nodelay mode for fd %d"
1351 msgstr "cannout reset nodelay mode for fd %d"
1352
1353 #: subst.c:4320
1354 #, c-format
1355 msgid "cannot duplicate named pipe %s as fd %d"
1356 msgstr "cannot duplicate named pipe %s as fd %d"
1357
1358 #: subst.c:4495
1359 msgid "cannot make pipe for command substitution"
1360 msgstr "cannot make pipe for command substitution"
1361
1362 #: subst.c:4531
1363 msgid "cannot make child for command substitution"
1364 msgstr "cannot make child for command substitution"
1365
1366 #: subst.c:4548
1367 msgid "command_substitute: cannot duplicate pipe as fd 1"
1368 msgstr "command_substitute: cannot duplicate pipe as fd 1"
1369
1370 #: subst.c:5013
1371 #, c-format
1372 msgid "%s: parameter null or not set"
1373 msgstr "%s: parameter null or not set"
1374
1375 #: subst.c:5287
1376 #, c-format
1377 msgid "%s: substring expression < 0"
1378 msgstr "%s: substring expression < 0"
1379
1380 #: subst.c:6058
1381 #, c-format
1382 msgid "%s: bad substitution"
1383 msgstr "%s: bad substitution"
1384
1385 #: subst.c:6134
1386 #, c-format
1387 msgid "$%s: cannot assign in this way"
1388 msgstr "$%s: cannot assign in this way"
1389
1390 #: subst.c:7687
1391 #, c-format
1392 msgid "no match: %s"
1393 msgstr "no match: %s"
1394
1395 #: test.c:154
1396 msgid "argument expected"
1397 msgstr "argument expected"
1398
1399 #: test.c:163
1400 #, c-format
1401 msgid "%s: integer expression expected"
1402 msgstr "%s: integer expression expected"
1403
1404 #: test.c:361
1405 msgid "`)' expected"
1406 msgstr "‘\e[1m)\e[0m’ expected"
1407
1408 #: test.c:363
1409 #, c-format
1410 msgid "`)' expected, found %s"
1411 msgstr "‘\e[1m)\e[0m’ expected, found %s"
1412
1413 #: test.c:378 test.c:787 test.c:790
1414 #, c-format
1415 msgid "%s: unary operator expected"
1416 msgstr "%s: unary operator expected"
1417
1418 #: test.c:543 test.c:830
1419 #, c-format
1420 msgid "%s: binary operator expected"
1421 msgstr "%s: binary operator expected"
1422
1423 #: test.c:905
1424 msgid "missing `]'"
1425 msgstr "missing ‘\e[1m]\e[0m’"
1426
1427 #: trap.c:194
1428 msgid "invalid signal number"
1429 msgstr "invalid signal number"
1430
1431 #: trap.c:309
1432 #, c-format
1433 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1434 msgstr "run_pending_traps: bad value in trap_list[%d]: %p"
1435
1436 #: trap.c:313
1437 #, c-format
1438 msgid ""
1439 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1440 msgstr ""
1441 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1442
1443 #: trap.c:349
1444 #, c-format
1445 msgid "trap_handler: bad signal %d"
1446 msgstr "trap_handler: bad signal %d"
1447
1448 #: variables.c:320
1449 #, c-format
1450 msgid "error importing function definition for `%s'"
1451 msgstr "error importing function definition for ‘\e[1m%s\e[0m’"
1452
1453 #: variables.c:692
1454 #, c-format
1455 msgid "shell level (%d) too high, resetting to 1"
1456 msgstr "shell level (%d) too high, resetting to 1"
1457
1458 #: variables.c:1651
1459 msgid "make_local_variable: no function context at current scope"
1460 msgstr "make_local_variable: no function context at current scope"
1461
1462 #: variables.c:2807
1463 msgid "all_local_variables: no function context at current scope"
1464 msgstr "all_local_variables: no function context at current scope"
1465
1466 #: variables.c:3021 variables.c:3030
1467 #, c-format
1468 msgid "invalid character %d in exportstr for %s"
1469 msgstr "invalid character %d in exportstr for %s"
1470
1471 #: variables.c:3036
1472 #, c-format
1473 msgid "no `=' in exportstr for %s"
1474 msgstr "no ‘\e[1m=\e[0m’ in exportstr for %s"
1475
1476 #: variables.c:3463
1477 msgid "pop_var_context: head of shell_variables not a function context"
1478 msgstr "pop_var_context: head of shell_variables not a function context"
1479
1480 #: variables.c:3476
1481 msgid "pop_var_context: no global_variables context"
1482 msgstr "pop_var_context: no global_variables context"
1483
1484 #: variables.c:3548
1485 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1486 msgstr "pop_scope: head of shell_variables not a temporary environment scope"
1487
1488 #: version.c:82
1489 msgid "Copyright (C) 2005 Free Software Foundation, Inc.\n"
1490 msgstr "Copyright (C) 2005 Free Software Foundation, Inc.\n"
1491
1492 #: xmalloc.c:93
1493 #, c-format
1494 msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1495 msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1496
1497 #: xmalloc.c:95
1498 #, c-format
1499 msgid "xmalloc: cannot allocate %lu bytes"
1500 msgstr "xmalloc: cannot allocate %lu bytes"
1501
1502 #: xmalloc.c:115
1503 #, c-format
1504 msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1505 msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1506
1507 #: xmalloc.c:117
1508 #, c-format
1509 msgid "xrealloc: cannot allocate %lu bytes"
1510 msgstr "xrealloc: cannot allocate %lu bytes"
1511
1512 #: xmalloc.c:151
1513 #, c-format
1514 msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1515 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1516
1517 #: xmalloc.c:153
1518 #, c-format
1519 msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
1520 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes"
1521
1522 #: xmalloc.c:175
1523 #, c-format
1524 msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1525 msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1526
1527 #: xmalloc.c:177
1528 #, c-format
1529 msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
1530 msgstr "xrealloc: %s:%d: cannot allocate %lu bytes"
1531
1532 #: builtins.c:244
1533 msgid ""
1534 " `alias' with no arguments or with the -p option prints the list\n"
1535 "    of aliases in the form alias NAME=VALUE on standard output.\n"
1536 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
1537 "    A trailing space in VALUE causes the next word to be checked for\n"
1538 "    alias substitution when the alias is expanded.  Alias returns\n"
1539 "    true unless a NAME is given for which no alias has been defined."
1540 msgstr ""
1541 " ‘\e[1malias\e[0m’ with no arguments or with the -p option prints the list\n"
1542 "    of aliases in the form alias NAME=VALUE on standard output.\n"
1543 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
1544 "    A trailing space in VALUE causes the next word to be checked for\n"
1545 "    alias substitution when the alias is expanded.  Alias returns\n"
1546 "    true unless a NAME is given for which no alias has been defined."
1547
1548 #: builtins.c:257
1549 msgid ""
1550 " Remove NAMEs from the list of defined aliases.  If the -a option is given,\n"
1551 "    then remove all alias definitions."
1552 msgstr ""
1553 " Remove NAMEs from the list of defined aliases.  If the -a option is given,\n"
1554 "    then remove all alias definitions."
1555
1556 #: builtins.c:266
1557 msgid ""
1558 " Bind a key sequence to a Readline function or a macro, or set\n"
1559 "    a Readline variable.  The non-option argument syntax is equivalent\n"
1560 "    to that found in ~/.inputrc, but must be passed as a single argument:\n"
1561 "    bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
1562 "    bind accepts the following options:\n"
1563 "      -m  keymap         Use `keymap' as the keymap for the duration of "
1564 "this\n"
1565 "                         command.  Acceptable keymap names are emacs,\n"
1566 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
1567 "move,\n"
1568 "                         vi-command, and vi-insert.\n"
1569 "      -l                 List names of functions.\n"
1570 "      -P                 List function names and bindings.\n"
1571 "      -p                 List functions and bindings in a form that can be\n"
1572 "                         reused as input.\n"
1573 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
1574 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
1575 "    \t\t\t\tKEYSEQ is entered.\n"
1576 "      -f  filename       Read key bindings from FILENAME.\n"
1577 "      -q  function-name  Query about which keys invoke the named function.\n"
1578 "      -u  function-name  Unbind all keys which are bound to the named "
1579 "function.\n"
1580 "      -V                 List variable names and values\n"
1581 "      -v                 List variable names and values in a form that can\n"
1582 "                         be reused as input.\n"
1583 "      -S                 List key sequences that invoke macros and their "
1584 "values\n"
1585 "      -s                 List key sequences that invoke macros and their "
1586 "values\n"
1587 "                         in a form that can be reused as input."
1588 msgstr ""
1589 " Bind a key sequence to a Readline function or a macro, or set\n"
1590 "    a Readline variable.  The non-option argument syntax is equivalent\n"
1591 "    to that found in ~/.inputrc, but must be passed as a single argument:\n"
1592 "    bind '“\e[1m\\C-x\\C-r\e[0m”: re-read-init-file'.\n"
1593 "    bind accepts the following options:\n"
1594 "      -m  keymap         Use ‘\e[1mkeymap\e[0m’ as the keymap for the duration "
1595 "of this\n"
1596 "                         command.  Acceptable keymap names are emacs,\n"
1597 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
1598 "move,\n"
1599 "                         vi-command, and vi-insert.\n"
1600 "      -l                 List names of functions.\n"
1601 "      -P                 List function names and bindings.\n"
1602 "      -p                 List functions and bindings in a form that can be\n"
1603 "                         reused as input.\n"
1604 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
1605 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
1606 "    \t\t\t\tKEYSEQ is entered.\n"
1607 "      -f  filename       Read key bindings from FILENAME.\n"
1608 "      -q  function-name  Query about which keys invoke the named function.\n"
1609 "      -u  function-name  Unbind all keys which are bound to the named "
1610 "function.\n"
1611 "      -V                 List variable names and values\n"
1612 "      -v                 List variable names and values in a form that can\n"
1613 "                         be reused as input.\n"
1614 "      -S                 List key sequences that invoke macros and their "
1615 "values\n"
1616 "      -s                 List key sequences that invoke macros and their "
1617 "values\n"
1618 "                         in a form that can be reused as input."
1619
1620 #: builtins.c:297
1621 msgid ""
1622 " Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
1623 "    break N levels."
1624 msgstr ""
1625 " Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
1626 "    break N levels."
1627
1628 #: builtins.c:304
1629 msgid ""
1630 " Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
1631 "    If N is specified, resume at the N-th enclosing loop."
1632 msgstr ""
1633 " Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
1634 "    If N is specified, resume at the N-th enclosing loop."
1635
1636 #: builtins.c:311
1637 msgid ""
1638 " Run a shell builtin.  This is useful when you wish to rename a\n"
1639 "    shell builtin to be a function, but need the functionality of the\n"
1640 "    builtin within the function itself."
1641 msgstr ""
1642 " Run a shell builtin.  This is useful when you wish to rename a\n"
1643 "    shell builtin to be a function, but need the functionality of the\n"
1644 "    builtin within the function itself."
1645
1646 #: builtins.c:320
1647 msgid ""
1648 " Returns the context of the current subroutine call.\n"
1649 "    \n"
1650 "    Without EXPR, returns returns \"$line $filename\".  With EXPR,\n"
1651 "    returns \"$line $subroutine $filename\"; this extra information\n"
1652 "    can be used used to provide a stack trace.\n"
1653 "    \n"
1654 "    The value of EXPR indicates how many call frames to go back before the\n"
1655 "    current one; the top frame is frame 0."
1656 msgstr ""
1657 " Returns the context of the current subroutine call.\n"
1658 "    \n"
1659 "    Without EXPR, returns returns “\e[1m$line $filename\e[0m”.  With EXPR,\n"
1660 "    returns “\e[1m$line $subroutine $filename\e[0m”; this extra information\n"
1661 "    can be used used to provide a stack trace.\n"
1662 "    \n"
1663 "    The value of EXPR indicates how many call frames to go back before the\n"
1664 "    current one; the top frame is frame 0."
1665
1666 #: builtins.c:334
1667 msgid ""
1668 " Change the current directory to DIR.  The variable $HOME is the\n"
1669 "    default DIR.  The variable CDPATH defines the search path for\n"
1670 "    the directory containing DIR.  Alternative directory names in CDPATH\n"
1671 "    are separated by a colon (:).  A null directory name is the same as\n"
1672 "    the current directory, i.e. `.'.  If DIR begins with a slash (/),\n"
1673 "    then CDPATH is not used.  If the directory is not found, and the\n"
1674 "    shell option `cdable_vars' is set, then try the word as a variable\n"
1675 "    name.  If that variable has a value, then cd to the value of that\n"
1676 "    variable.  The -P option says to use the physical directory structure\n"
1677 "    instead of following symbolic links; the -L option forces symbolic "
1678 "links\n"
1679 "    to be followed."
1680 msgstr ""
1681 " Change the current directory to DIR.  The variable $HOME is the\n"
1682 "    default DIR.  The variable CDPATH defines the search path for\n"
1683 "    the directory containing DIR.  Alternative directory names in CDPATH\n"
1684 "    are separated by a colon (:).  A null directory name is the same as\n"
1685 "    the current directory, i.e. ‘\e[1m.\e[0m’.  If DIR begins with a slash (/),\n"
1686 "    then CDPATH is not used.  If the directory is not found, and the\n"
1687 "    shell option ‘\e[1mcdable_vars\e[0m’ is set, then try the word as a "
1688 "variable\n"
1689 "    name.  If that variable has a value, then cd to the value of that\n"
1690 "    variable.  The -P option says to use the physical directory structure\n"
1691 "    instead of following symbolic links; the -L option forces symbolic "
1692 "links\n"
1693 "    to be followed."
1694
1695 #: builtins.c:350
1696 msgid ""
1697 " Print the current working directory.  With the -P option, pwd prints\n"
1698 "    the physical directory, without any symbolic links; the -L option\n"
1699 "    makes pwd follow symbolic links."
1700 msgstr ""
1701 " Print the current working directory.  With the -P option, pwd prints\n"
1702 "    the physical directory, without any symbolic links; the -L option\n"
1703 "    makes pwd follow symbolic links."
1704
1705 #: builtins.c:358
1706 msgid " No effect; the command does nothing.  A zero exit code is returned."
1707 msgstr " No effect; the command does nothing.  A zero exit code is returned."
1708
1709 #: builtins.c:364
1710 msgid " Return a successful result."
1711 msgstr " Return a successful result."
1712
1713 #: builtins.c:370
1714 msgid " Return an unsuccessful result."
1715 msgstr " Return an unsuccessful result."
1716
1717 #: builtins.c:376
1718 msgid ""
1719 " Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
1720 "    function called `ls', and you wish to call the command `ls', you can\n"
1721 "    say \"command ls\".  If the -p option is given, a default value is used\n"
1722 "    for PATH that is guaranteed to find all of the standard utilities.  If\n"
1723 "    the -V or -v option is given, a string is printed describing COMMAND.\n"
1724 "    The -V option produces a more verbose description."
1725 msgstr ""
1726 " Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
1727 "    function called ‘\e[1mls\e[0m’, and you wish to call the command ‘\e[1mls\e[0m’, "
1728 "you can\n"
1729 "    say “\e[1mcommand ls\e[0m”.  If the -p option is given, a default value is "
1730 "used\n"
1731 "    for PATH that is guaranteed to find all of the standard utilities.  If\n"
1732 "    the -V or -v option is given, a string is printed describing COMMAND.\n"
1733 "    The -V option produces a more verbose description."
1734
1735 #: builtins.c:387
1736 msgid ""
1737 " Declare variables and/or give them attributes.  If no NAMEs are\n"
1738 "    given, then display the values of variables instead.  The -p option\n"
1739 "    will display the attributes and values of each NAME.\n"
1740 "    \n"
1741 "    The flags are:\n"
1742 "    \n"
1743 "      -a\tto make NAMEs arrays (if supported)\n"
1744 "      -f\tto select from among function names only\n"
1745 "      -F\tto display function names (and line number and source file name "
1746 "if\n"
1747 "    \tdebugging) without definitions\n"
1748 "      -i\tto make NAMEs have the `integer' attribute\n"
1749 "      -r\tto make NAMEs readonly\n"
1750 "      -t\tto make NAMEs have the `trace' attribute\n"
1751 "      -x\tto make NAMEs export\n"
1752 "    \n"
1753 "    Variables with the integer attribute have arithmetic evaluation (see\n"
1754 "    `let') done when the variable is assigned to.\n"
1755 "    \n"
1756 "    When displaying values of variables, -f displays a function's name\n"
1757 "    and definition.  The -F option restricts the display to function\n"
1758 "    name only.\n"
1759 "    \n"
1760 "    Using `+' instead of `-' turns off the given attribute instead.  When\n"
1761 "    used in a function, makes NAMEs local, as with the `local' command."
1762 msgstr ""
1763 " Declare variables and/or give them attributes.  If no NAMEs are\n"
1764 "    given, then display the values of variables instead.  The -p option\n"
1765 "    will display the attributes and values of each NAME.\n"
1766 "    \n"
1767 "    The flags are:\n"
1768 "    \n"
1769 "      -a\tto make NAMEs arrays (if supported)\n"
1770 "      -f\tto select from among function names only\n"
1771 "      -F\tto display function names (and line number and source file name "
1772 "if\n"
1773 "    \tdebugging) without definitions\n"
1774 "      -i\tto make NAMEs have the ‘\e[1minteger\e[0m’ attribute\n"
1775 "      -r\tto make NAMEs readonly\n"
1776 "      -t\tto make NAMEs have the ‘\e[1mtrace\e[0m’ attribute\n"
1777 "      -x\tto make NAMEs export\n"
1778 "    \n"
1779 "    Variables with the integer attribute have arithmetic evaluation (see\n"
1780 "    ‘\e[1mlet\e[0m’) done when the variable is assigned to.\n"
1781 "    \n"
1782 "    When displaying values of variables, -f displays a function's name\n"
1783 "    and definition.  The -F option restricts the display to function\n"
1784 "    name only.\n"
1785 "    \n"
1786 "    Using ‘\e[1m+\e[0m’ instead of ‘\e[1m-\e[0m’ turns off the given attribute "
1787 "instead.  When\n"
1788 "    used in a function, makes NAMEs local, as with the ‘\e[1mlocal\e[0m’ command."
1789
1790 #: builtins.c:416
1791 msgid " Obsolete.  See `declare'."
1792 msgstr " Obsolete.  See ‘\e[1mdeclare\e[0m’."
1793
1794 #: builtins.c:422
1795 msgid ""
1796 " Create a local variable called NAME, and give it VALUE.  LOCAL\n"
1797 "    can only be used within a function; it makes the variable NAME\n"
1798 "    have a visible scope restricted to that function and its children."
1799 msgstr ""
1800 " Create a local variable called NAME, and give it VALUE.  LOCAL\n"
1801 "    can only be used within a function; it makes the variable NAME\n"
1802 "    have a visible scope restricted to that function and its children."
1803
1804 #: builtins.c:431
1805 msgid ""
1806 " Output the ARGs.  If -n is specified, the trailing newline is\n"
1807 "    suppressed.  If the -e option is given, interpretation of the\n"
1808 "    following backslash-escaped characters is turned on:\n"
1809 "    \t\\a\talert (bell)\n"
1810 "    \t\\b\tbackspace\n"
1811 "    \t\\c\tsuppress trailing newline\n"
1812 "    \t\\E\tescape character\n"
1813 "    \t\\f\tform feed\n"
1814 "    \t\\n\tnew line\n"
1815 "    \t\\r\tcarriage return\n"
1816 "    \t\\t\thorizontal tab\n"
1817 "    \t\\v\tvertical tab\n"
1818 "    \t\\\\\tbackslash\n"
1819 "    \t\\num\tthe character whose ASCII code is NUM (octal).\n"
1820 "    \n"
1821 "    You can explicitly turn off the interpretation of the above characters\n"
1822 "    with the -E option."
1823 msgstr ""
1824 " Output the ARGs.  If -n is specified, the trailing newline is\n"
1825 "    suppressed.  If the -e option is given, interpretation of the\n"
1826 "    following backslash-escaped characters is turned on:\n"
1827 "    \t\\a\talert (bell)\n"
1828 "    \t\\b\tbackspace\n"
1829 "    \t\\c\tsuppress trailing newline\n"
1830 "    \t\\E\tescape character\n"
1831 "    \t\\f\tform feed\n"
1832 "    \t\\n\tnew line\n"
1833 "    \t\\r\tcarriage return\n"
1834 "    \t\\t\thorizontal tab\n"
1835 "    \t\\v\tvertical tab\n"
1836 "    \t\\\\\tbackslash\n"
1837 "    \t\\num\tthe character whose ASCII code is NUM (octal).\n"
1838 "    \n"
1839 "    You can explicitly turn off the interpretation of the above characters\n"
1840 "    with the -E option."
1841
1842 #: builtins.c:455
1843 msgid ""
1844 " Output the ARGs.  If -n is specified, the trailing newline is suppressed."
1845 msgstr ""
1846 " Output the ARGs.  If -n is specified, the trailing newline is suppressed."
1847
1848 #: builtins.c:462
1849 msgid ""
1850 " Enable and disable builtin shell commands.  This allows\n"
1851 "    you to use a disk command which has the same name as a shell\n"
1852 "    builtin without specifying a full pathname.  If -n is used, the\n"
1853 "    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
1854 "    to use the `test' found in $PATH instead of the shell builtin\n"
1855 "    version, type `enable -n test'.  On systems supporting dynamic\n"
1856 "    loading, the -f option may be used to load new builtins from the\n"
1857 "    shared object FILENAME.  The -d option will delete a builtin\n"
1858 "    previously loaded with -f.  If no non-option names are given, or\n"
1859 "    the -p option is supplied, a list of builtins is printed.  The\n"
1860 "    -a option means to print every builtin with an indication of whether\n"
1861 "    or not it is enabled.  The -s option restricts the output to the "
1862 "POSIX.2\n"
1863 "    `special' builtins.  The -n option displays a list of all disabled "
1864 "builtins."
1865 msgstr ""
1866 " Enable and disable builtin shell commands.  This allows\n"
1867 "    you to use a disk command which has the same name as a shell\n"
1868 "    builtin without specifying a full pathname.  If -n is used, the\n"
1869 "    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
1870 "    to use the ‘\e[1mtest\e[0m’ found in $PATH instead of the shell builtin\n"
1871 "    version, type ‘\e[1menable -n test\e[0m’.  On systems supporting dynamic\n"
1872 "    loading, the -f option may be used to load new builtins from the\n"
1873 "    shared object FILENAME.  The -d option will delete a builtin\n"
1874 "    previously loaded with -f.  If no non-option names are given, or\n"
1875 "    the -p option is supplied, a list of builtins is printed.  The\n"
1876 "    -a option means to print every builtin with an indication of whether\n"
1877 "    or not it is enabled.  The -s option restricts the output to the "
1878 "POSIX.2\n"
1879 "    ‘\e[1mspecial\e[0m’ builtins.  The -n option displays a list of all disabled "
1880 "builtins."
1881
1882 #: builtins.c:480
1883 msgid " Read ARGs as input to the shell and execute the resulting command(s)."
1884 msgstr " Read ARGs as input to the shell and execute the resulting command(s)."
1885
1886 #: builtins.c:486
1887 msgid ""
1888 " Getopts is used by shell procedures to parse positional parameters.\n"
1889 "    \n"
1890 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
1891 "    is followed by a colon, the option is expected to have an argument,\n"
1892 "    which should be separated from it by white space.\n"
1893 "    \n"
1894 "    Each time it is invoked, getopts will place the next option in the\n"
1895 "    shell variable $name, initializing name if it does not exist, and\n"
1896 "    the index of the next argument to be processed into the shell\n"
1897 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
1898 "    a shell script is invoked.  When an option requires an argument,\n"
1899 "    getopts places that argument into the shell variable OPTARG.\n"
1900 "    \n"
1901 "    getopts reports errors in one of two ways.  If the first character\n"
1902 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
1903 "    this mode, no error messages are printed.  If an invalid option is\n"
1904 "    seen, getopts places the option character found into OPTARG.  If a\n"
1905 "    required argument is not found, getopts places a ':' into NAME and\n"
1906 "    sets OPTARG to the option character found.  If getopts is not in\n"
1907 "    silent mode, and an invalid option is seen, getopts places '?' into\n"
1908 "    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
1909 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
1910 "    printed.\n"
1911 "    \n"
1912 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
1913 "    printing of error messages, even if the first character of\n"
1914 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
1915 "    \n"
1916 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
1917 "    more arguments are given, they are parsed instead."
1918 msgstr ""
1919 " Getopts is used by shell procedures to parse positional parameters.\n"
1920 "    \n"
1921 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
1922 "    is followed by a colon, the option is expected to have an argument,\n"
1923 "    which should be separated from it by white space.\n"
1924 "    \n"
1925 "    Each time it is invoked, getopts will place the next option in the\n"
1926 "    shell variable $name, initializing name if it does not exist, and\n"
1927 "    the index of the next argument to be processed into the shell\n"
1928 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
1929 "    a shell script is invoked.  When an option requires an argument,\n"
1930 "    getopts places that argument into the shell variable OPTARG.\n"
1931 "    \n"
1932 "    getopts reports errors in one of two ways.  If the first character\n"
1933 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
1934 "    this mode, no error messages are printed.  If an invalid option is\n"
1935 "    seen, getopts places the option character found into OPTARG.  If a\n"
1936 "    required argument is not found, getopts places a ‘\e[1m:\e[0m’ into NAME "
1937 "and\n"
1938 "    sets OPTARG to the option character found.  If getopts is not in\n"
1939 "    silent mode, and an invalid option is seen, getopts places ‘\e[1m?\e[0m’ "
1940 "into\n"
1941 "    NAME and unsets OPTARG.  If a required argument is not found, a ‘\e[1m?\e"
1942 "[0m’\n"
1943 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
1944 "    printed.\n"
1945 "    \n"
1946 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
1947 "    printing of error messages, even if the first character of\n"
1948 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
1949 "    \n"
1950 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
1951 "    more arguments are given, they are parsed instead."
1952
1953 #: builtins.c:521
1954 msgid ""
1955 " Exec FILE, replacing this shell with the specified program.\n"
1956 "    If FILE is not specified, the redirections take effect in this\n"
1957 "    shell.  If the first argument is `-l', then place a dash in the\n"
1958 "    zeroth arg passed to FILE, as login does.  If the `-c' option\n"
1959 "    is supplied, FILE is executed with a null environment.  The `-a'\n"
1960 "    option means to make set argv[0] of the executed process to NAME.\n"
1961 "    If the file cannot be executed and the shell is not interactive,\n"
1962 "    then the shell exits, unless the shell option `execfail' is set."
1963 msgstr ""
1964 " Exec FILE, replacing this shell with the specified program.\n"
1965 "    If FILE is not specified, the redirections take effect in this\n"
1966 "    shell.  If the first argument is ‘\e[1m-l\e[0m’, then place a dash in the\n"
1967 "    zeroth arg passed to FILE, as login does.  If the ‘\e[1m-c\e[0m’ option\n"
1968 "    is supplied, FILE is executed with a null environment.  The ‘\e[1m-a\e[0m’\n"
1969 "    option means to make set argv[0] of the executed process to NAME.\n"
1970 "    If the file cannot be executed and the shell is not interactive,\n"
1971 "    then the shell exits, unless the shell option ‘\e[1mexecfail\e[0m’ is set."
1972
1973 #: builtins.c:534
1974 msgid ""
1975 " Exit the shell with a status of N.  If N is omitted, the exit status\n"
1976 "    is that of the last command executed."
1977 msgstr ""
1978 " Exit the shell with a status of N.  If N is omitted, the exit status\n"
1979 "    is that of the last command executed."
1980
1981 #: builtins.c:541
1982 msgid " Logout of a login shell."
1983 msgstr " Logout of a login shell."
1984
1985 #: builtins.c:548
1986 msgid ""
1987 " fc is used to list or edit and re-execute commands from the history list.\n"
1988 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
1989 "    string, which means the most recent command beginning with that\n"
1990 "    string.\n"
1991 "    \n"
1992 "       -e ENAME selects which editor to use.  Default is FCEDIT, then "
1993 "EDITOR,\n"
1994 "          then vi.\n"
1995 "    \n"
1996 "       -l means list lines instead of editing.\n"
1997 "       -n means no line numbers listed.\n"
1998 "       -r means reverse the order of the lines (making it newest listed "
1999 "first).\n"
2000 "    \n"
2001 "    With the `fc -s [pat=rep ...] [command]' format, the command is\n"
2002 "    re-executed after the substitution OLD=NEW is performed.\n"
2003 "    \n"
2004 "    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2005 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
2006 "    the last command."
2007 msgstr ""
2008 " fc is used to list or edit and re-execute commands from the history list.\n"
2009 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2010 "    string, which means the most recent command beginning with that\n"
2011 "    string.\n"
2012 "    \n"
2013 "       -e ENAME selects which editor to use.  Default is FCEDIT, then "
2014 "EDITOR,\n"
2015 "          then vi.\n"
2016 "    \n"
2017 "       -l means list lines instead of editing.\n"
2018 "       -n means no line numbers listed.\n"
2019 "       -r means reverse the order of the lines (making it newest listed "
2020 "first).\n"
2021 "    \n"
2022 "    With the ‘\e[1mfc -s [pat=rep ...] [command]\e[0m’ format, the command is\n"
2023 "    re-executed after the substitution OLD=NEW is performed.\n"
2024 "    \n"
2025 "    A useful alias to use with this is r='fc -s', so that typing ‘\e[1mr cc\e"
2026 "[0m’\n"
2027 "    runs the last command beginning with ‘\e[1mcc\e[0m’ and typing ‘\e[1mr\e[0m’ re-"
2028 "executes\n"
2029 "    the last command."
2030
2031 #: builtins.c:573
2032 msgid ""
2033 " Place JOB_SPEC in the foreground, and make it the current job.  If\n"
2034 "    JOB_SPEC is not present, the shell's notion of the current job is\n"
2035 "    used."
2036 msgstr ""
2037 " Place JOB_SPEC in the foreground, and make it the current job.  If\n"
2038 "    JOB_SPEC is not present, the shell's notion of the current job is\n"
2039 "    used."
2040
2041 #: builtins.c:583
2042 msgid ""
2043 " Place each JOB_SPEC in the background, as if it had been started with\n"
2044 "    `&'.  If JOB_SPEC is not present, the shell's notion of the current\n"
2045 "    job is used."
2046 msgstr ""
2047 " Place each JOB_SPEC in the background, as if it had been started with\n"
2048 "    ‘\e[1m&\e[0m’.  If JOB_SPEC is not present, the shell's notion of the "
2049 "current\n"
2050 "    job is used."
2051
2052 #: builtins.c:592
2053 msgid ""
2054 " For each NAME, the full pathname of the command is determined and\n"
2055 "    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
2056 "    full pathname of NAME, and no path search is performed.  The -r\n"
2057 "    option causes the shell to forget all remembered locations.  The -d\n"
2058 "    option causes the shell to forget the remembered location of each NAME.\n"
2059 "    If the -t option is supplied the full pathname to which each NAME\n"
2060 "    corresponds is printed.  If multiple NAME arguments are supplied with\n"
2061 "    -t, the NAME is printed before the hashed full pathname.  The -l option\n"
2062 "    causes output to be displayed in a format that may be reused as input.\n"
2063 "    If no arguments are given, information about remembered commands is "
2064 "displayed."
2065 msgstr ""
2066 " For each NAME, the full pathname of the command is determined and\n"
2067 "    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
2068 "    full pathname of NAME, and no path search is performed.  The -r\n"
2069 "    option causes the shell to forget all remembered locations.  The -d\n"
2070 "    option causes the shell to forget the remembered location of each NAME.\n"
2071 "    If the -t option is supplied the full pathname to which each NAME\n"
2072 "    corresponds is printed.  If multiple NAME arguments are supplied with\n"
2073 "    -t, the NAME is printed before the hashed full pathname.  The -l option\n"
2074 "    causes output to be displayed in a format that may be reused as input.\n"
2075 "    If no arguments are given, information about remembered commands is "
2076 "displayed."
2077
2078 #: builtins.c:608
2079 msgid ""
2080 " Display helpful information about builtin commands.  If PATTERN is\n"
2081 "    specified, gives detailed help on all commands matching PATTERN,\n"
2082 "    otherwise a list of the builtins is printed.  The -s option\n"
2083 "    restricts the output for each builtin command matching PATTERN to\n"
2084 "    a short usage synopsis."
2085 msgstr ""
2086 " Display helpful information about builtin commands.  If PATTERN is\n"
2087 "    specified, gives detailed help on all commands matching PATTERN,\n"
2088 "    otherwise a list of the builtins is printed.  The -s option\n"
2089 "    restricts the output for each builtin command matching PATTERN to\n"
2090 "    a short usage synopsis."
2091
2092 #: builtins.c:620
2093 msgid ""
2094 " Display the history list with line numbers.  Lines listed with\n"
2095 "    with a `*' have been modified.  Argument of N says to list only\n"
2096 "    the last N lines.  The `-c' option causes the history list to be\n"
2097 "    cleared by deleting all of the entries.  The `-d' option deletes\n"
2098 "    the history entry at offset OFFSET.  The `-w' option writes out the\n"
2099 "    current history to the history file;  `-r' means to read the file and\n"
2100 "    append the contents to the history list instead.  `-a' means\n"
2101 "    to append history lines from this session to the history file.\n"
2102 "    Argument `-n' means to read all history lines not already read\n"
2103 "    from the history file and append them to the history list.\n"
2104 "    \n"
2105 "    If FILENAME is given, then that is used as the history file else\n"
2106 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2107 "    If the -s option is supplied, the non-option ARGs are appended to\n"
2108 "    the history list as a single entry.  The -p option means to perform\n"
2109 "    history expansion on each ARG and display the result, without storing\n"
2110 "    anything in the history list.\n"
2111 "    \n"
2112 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2113 "    as a format string for strftime(3) to print the time stamp associated\n"
2114 "    with each displayed history entry.  No time stamps are printed otherwise."
2115 msgstr ""
2116 " Display the history list with line numbers.  Lines listed with\n"
2117 "    with a ‘\e[1m*\e[0m’ have been modified.  Argument of N says to list only\n"
2118 "    the last N lines.  The ‘\e[1m-c\e[0m’ option causes the history list to be\n"
2119 "    cleared by deleting all of the entries.  The ‘\e[1m-d\e[0m’ option deletes\n"
2120 "    the history entry at offset OFFSET.  The ‘\e[1m-w\e[0m’ option writes out "
2121 "the\n"
2122 "    current history to the history file;  ‘\e[1m-r\e[0m’ means to read the file "
2123 "and\n"
2124 "    append the contents to the history list instead.  ‘\e[1m-a\e[0m’ means\n"
2125 "    to append history lines from this session to the history file.\n"
2126 "    Argument ‘\e[1m-n\e[0m’ means to read all history lines not already read\n"
2127 "    from the history file and append them to the history list.\n"
2128 "    \n"
2129 "    If FILENAME is given, then that is used as the history file else\n"
2130 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2131 "    If the -s option is supplied, the non-option ARGs are appended to\n"
2132 "    the history list as a single entry.  The -p option means to perform\n"
2133 "    history expansion on each ARG and display the result, without storing\n"
2134 "    anything in the history list.\n"
2135 "    \n"
2136 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2137 "    as a format string for strftime(3) to print the time stamp associated\n"
2138 "    with each displayed history entry.  No time stamps are printed otherwise."
2139
2140 #: builtins.c:648
2141 msgid ""
2142 " Lists the active jobs.  The -l option lists process id's in addition\n"
2143 "    to the normal information; the -p option lists process id's only.\n"
2144 "    If -n is given, only processes that have changed status since the last\n"
2145 "    notification are printed.  JOBSPEC restricts output to that job.  The\n"
2146 "    -r and -s options restrict output to running and stopped jobs only,\n"
2147 "    respectively.  Without options, the status of all active jobs is\n"
2148 "    printed.  If -x is given, COMMAND is run after all job specifications\n"
2149 "    that appear in ARGS have been replaced with the process ID of that "
2150 "job's\n"
2151 "    process group leader."
2152 msgstr ""
2153 " Lists the active jobs.  The -l option lists process id's in addition\n"
2154 "    to the normal information; the -p option lists process id's only.\n"
2155 "    If -n is given, only processes that have changed status since the last\n"
2156 "    notification are printed.  JOBSPEC restricts output to that job.  The\n"
2157 "    -r and -s options restrict output to running and stopped jobs only,\n"
2158 "    respectively.  Without options, the status of all active jobs is\n"
2159 "    printed.  If -x is given, COMMAND is run after all job specifications\n"
2160 "    that appear in ARGS have been replaced with the process ID of that "
2161 "job's\n"
2162 "    process group leader."
2163
2164 #: builtins.c:664
2165 msgid ""
2166 " By default, removes each JOBSPEC argument from the table of active jobs.\n"
2167 "    If the -h option is given, the job is not removed from the table, but "
2168 "is\n"
2169 "    marked so that SIGHUP is not sent to the job if the shell receives a\n"
2170 "    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
2171 "all\n"
2172 "    jobs from the job table; the -r option means to remove only running jobs."
2173 msgstr ""
2174 " By default, removes each JOBSPEC argument from the table of active jobs.\n"
2175 "    If the -h option is given, the job is not removed from the table, but "
2176 "is\n"
2177 "    marked so that SIGHUP is not sent to the job if the shell receives a\n"
2178 "    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
2179 "all\n"
2180 "    jobs from the job table; the -r option means to remove only running jobs."
2181
2182 #: builtins.c:675
2183 msgid ""
2184 " Send the processes named by PID (or JOBSPEC) the signal SIGSPEC.  If\n"
2185 "    SIGSPEC is not present, then SIGTERM is assumed.  An argument of `-l'\n"
2186 "    lists the signal names; if arguments follow `-l' they are assumed to\n"
2187 "    be signal numbers for which names should be listed.  Kill is a shell\n"
2188 "    builtin for two reasons: it allows job IDs to be used instead of\n"
2189 "    process IDs, and, if you have reached the limit on processes that\n"
2190 "    you can create, you don't have to start a process to kill another one."
2191 msgstr ""
2192 " Send the processes named by PID (or JOBSPEC) the signal SIGSPEC.  If\n"
2193 "    SIGSPEC is not present, then SIGTERM is assumed.  An argument of ‘\e[1m-l\e"
2194 "[0m’\n"
2195 "    lists the signal names; if arguments follow ‘\e[1m-l\e[0m’ they are assumed "
2196 "to\n"
2197 "    be signal numbers for which names should be listed.  Kill is a shell\n"
2198 "    builtin for two reasons: it allows job IDs to be used instead of\n"
2199 "    process IDs, and, if you have reached the limit on processes that\n"
2200 "    you can create, you don't have to start a process to kill another one."
2201
2202 #: builtins.c:687
2203 msgid ""
2204 " Each ARG is an arithmetic expression to be evaluated.  Evaluation\n"
2205 "    is done in fixed-width integers with no check for overflow, though\n"
2206 "    division by 0 is trapped and flagged as an error.  The following\n"
2207 "    list of operators is grouped into levels of equal-precedence operators.\n"
2208 "    The levels are listed in order of decreasing precedence.\n"
2209 "    \n"
2210 "    \tid++, id--\tvariable post-increment, post-decrement\n"
2211 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
2212 "    \t-, +\t\tunary minus, plus\n"
2213 "    \t!, ~\t\tlogical and bitwise negation\n"
2214 "    \t**\t\texponentiation\n"
2215 "    \t*, /, %\t\tmultiplication, division, remainder\n"
2216 "    \t+, -\t\taddition, subtraction\n"
2217 "    \t<<, >>\t\tleft and right bitwise shifts\n"
2218 "    \t<=, >=, <, >\tcomparison\n"
2219 "    \t==, !=\t\tequality, inequality\n"
2220 "    \t&\t\tbitwise AND\n"
2221 "    \t^\t\tbitwise XOR\n"
2222 "    \t|\t\tbitwise OR\n"
2223 "    \t&&\t\tlogical AND\n"
2224 "    \t||\t\tlogical OR\n"
2225 "    \texpr ? expr : expr\n"
2226 "    \t\t\tconditional operator\n"
2227 "    \t=, *=, /=, %=,\n"
2228 "    \t+=, -=, <<=, >>=,\n"
2229 "    \t&=, ^=, |=\tassignment\n"
2230 "    \n"
2231 "    Shell variables are allowed as operands.  The name of the variable\n"
2232 "    is replaced by its value (coerced to a fixed-width integer) within\n"
2233 "    an expression.  The variable need not have its integer attribute\n"
2234 "    turned on to be used in an expression.\n"
2235 "    \n"
2236 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
2237 "    parentheses are evaluated first and may override the precedence\n"
2238 "    rules above.\n"
2239 "    \n"
2240 "    If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
2241 "    otherwise."
2242 msgstr ""
2243 " Each ARG is an arithmetic expression to be evaluated.  Evaluation\n"
2244 "    is done in fixed-width integers with no check for overflow, though\n"
2245 "    division by 0 is trapped and flagged as an error.  The following\n"
2246 "    list of operators is grouped into levels of equal-precedence operators.\n"
2247 "    The levels are listed in order of decreasing precedence.\n"
2248 "    \n"
2249 "    \tid++, id--\tvariable post-increment, post-decrement\n"
2250 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
2251 "    \t-, +\t\tunary minus, plus\n"
2252 "    \t!, ~\t\tlogical and bitwise negation\n"
2253 "    \t**\t\texponentiation\n"
2254 "    \t*, /, %\t\tmultiplication, division, remainder\n"
2255 "    \t+, -\t\taddition, subtraction\n"
2256 "    \t<<, >>\t\tleft and right bitwise shifts\n"
2257 "    \t<=, >=, <, >\tcomparison\n"
2258 "    \t==, !=\t\tequality, inequality\n"
2259 "    \t&\t\tbitwise AND\n"
2260 "    \t^\t\tbitwise XOR\n"
2261 "    \t|\t\tbitwise OR\n"
2262 "    \t&&\t\tlogical AND\n"
2263 "    \t||\t\tlogical OR\n"
2264 "    \texpr ? expr : expr\n"
2265 "    \t\t\tconditional operator\n"
2266 "    \t=, *=, /=, %=,\n"
2267 "    \t+=, -=, <<=, >>=,\n"
2268 "    \t&=, ^=, |=\tassignment\n"
2269 "    \n"
2270 "    Shell variables are allowed as operands.  The name of the variable\n"
2271 "    is replaced by its value (coerced to a fixed-width integer) within\n"
2272 "    an expression.  The variable need not have its integer attribute\n"
2273 "    turned on to be used in an expression.\n"
2274 "    \n"
2275 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
2276 "    parentheses are evaluated first and may override the precedence\n"
2277 "    rules above.\n"
2278 "    \n"
2279 "    If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
2280 "    otherwise."
2281
2282 #: builtins.c:730
2283 msgid ""
2284 " One line is read from the standard input, or from file descriptor FD if "
2285 "the\n"
2286 "    -u option is supplied, and the first word is assigned to the first "
2287 "NAME,\n"
2288 "    the second word to the second NAME, and so on, with leftover words "
2289 "assigned\n"
2290 "    to the last NAME.  Only the characters found in $IFS are recognized as "
2291 "word\n"
2292 "    delimiters.  If no NAMEs are supplied, the line read is stored in the "
2293 "REPLY\n"
2294 "    variable.  If the -r option is given, this signifies `raw' input, and\n"
2295 "    backslash escaping is disabled.  The -d option causes read to continue\n"
2296 "    until the first character of DELIM is read, rather than newline.  If the "
2297 "-p\n"
2298 "    option is supplied, the string PROMPT is output without a trailing "
2299 "newline\n"
2300 "    before attempting to read.  If -a is supplied, the words read are "
2301 "assigned\n"
2302 "    to sequential indices of ARRAY, starting at zero.  If -e is supplied "
2303 "and\n"
2304 "    the shell is interactive, readline is used to obtain the line.  If -n "
2305 "is\n"
2306 "    supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
2307 "    characters have been read.  The -s option causes input coming from a\n"
2308 "    terminal to not be echoed.\n"
2309 "    \n"
2310 "    The -t option causes read to time out and return failure if a complete "
2311 "line\n"
2312 "    of input is not read within TIMEOUT seconds.  If the TMOUT variable is "
2313 "set,\n"
2314 "    its value is the default timeout.  The return code is zero, unless end-"
2315 "of-file\n"
2316 "    is encountered, read times out, or an invalid file descriptor is "
2317 "supplied as\n"
2318 "    the argument to -u."
2319 msgstr ""
2320 " One line is read from the standard input, or from file descriptor FD if "
2321 "the\n"
2322 "    -u option is supplied, and the first word is assigned to the first "
2323 "NAME,\n"
2324 "    the second word to the second NAME, and so on, with leftover words "
2325 "assigned\n"
2326 "    to the last NAME.  Only the characters found in $IFS are recognized as "
2327 "word\n"
2328 "    delimiters.  If no NAMEs are supplied, the line read is stored in the "
2329 "REPLY\n"
2330 "    variable.  If the -r option is given, this signifies ‘\e[1mraw\e[0m’ input, "
2331 "and\n"
2332 "    backslash escaping is disabled.  The -d option causes read to continue\n"
2333 "    until the first character of DELIM is read, rather than newline.  If the "
2334 "-p\n"
2335 "    option is supplied, the string PROMPT is output without a trailing "
2336 "newline\n"
2337 "    before attempting to read.  If -a is supplied, the words read are "
2338 "assigned\n"
2339 "    to sequential indices of ARRAY, starting at zero.  If -e is supplied "
2340 "and\n"
2341 "    the shell is interactive, readline is used to obtain the line.  If -n "
2342 "is\n"
2343 "    supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
2344 "    characters have been read.  The -s option causes input coming from a\n"
2345 "    terminal to not be echoed.\n"
2346 "    \n"
2347 "    The -t option causes read to time out and return failure if a complete "
2348 "line\n"
2349 "    of input is not read within TIMEOUT seconds.  If the TMOUT variable is "
2350 "set,\n"
2351 "    its value is the default timeout.  The return code is zero, unless end-"
2352 "of-file\n"
2353 "    is encountered, read times out, or an invalid file descriptor is "
2354 "supplied as\n"
2355 "    the argument to -u."
2356
2357 #: builtins.c:756
2358 msgid ""
2359 " Causes a function to exit with the return value specified by N.  If N\n"
2360 "    is omitted, the return status is that of the last command."
2361 msgstr ""
2362 " Causes a function to exit with the return value specified by N.  If N\n"
2363 "    is omitted, the return status is that of the last command."
2364
2365 #: builtins.c:763
2366 msgid ""
2367 "     -a  Mark variables which are modified or created for export.\n"
2368 "        -b  Notify of job termination immediately.\n"
2369 "        -e  Exit immediately if a command exits with a non-zero status.\n"
2370 "        -f  Disable file name generation (globbing).\n"
2371 "        -h  Remember the location of commands as they are looked up.\n"
2372 "        -k  All assignment arguments are placed in the environment for a\n"
2373 "            command, not just those that precede the command name.\n"
2374 "        -m  Job control is enabled.\n"
2375 "        -n  Read commands but do not execute them.\n"
2376 "        -o option-name\n"
2377 "            Set the variable corresponding to option-name:\n"
2378 "                allexport    same as -a\n"
2379 "                braceexpand  same as -B\n"
2380 "                emacs        use an emacs-style line editing interface\n"
2381 "                errexit      same as -e\n"
2382 "                errtrace     same as -E\n"
2383 "                functrace    same as -T\n"
2384 "                hashall      same as -h\n"
2385 "                histexpand   same as -H\n"
2386 "                history      enable command history\n"
2387 "                ignoreeof    the shell will not exit upon reading EOF\n"
2388 "                interactive-comments\n"
2389 "                             allow comments to appear in interactive "
2390 "commands\n"
2391 "                keyword      same as -k\n"
2392 "                monitor      same as -m\n"
2393 "                noclobber    same as -C\n"
2394 "                noexec       same as -n\n"
2395 "                noglob       same as -f\n"
2396 "                nolog        currently accepted but ignored\n"
2397 "                notify       same as -b\n"
2398 "                nounset      same as -u\n"
2399 "                onecmd       same as -t\n"
2400 "                physical     same as -P\n"
2401 "                pipefail     the return value of a pipeline is the status "
2402 "of\n"
2403 "                             the last command to exit with a non-zero "
2404 "status,\n"
2405 "                             or zero if no command exited with a non-zero "
2406 "status\n"
2407 "                posix        change the behavior of bash where the default\n"
2408 "                             operation differs from the 1003.2 standard to\n"
2409 "                             match the standard\n"
2410 "                privileged   same as -p\n"
2411 "                verbose      same as -v\n"
2412 "                vi           use a vi-style line editing interface\n"
2413 "                xtrace       same as -x\n"
2414 "        -p  Turned on whenever the real and effective user ids do not "
2415 "match.\n"
2416 "            Disables processing of the $ENV file and importing of shell\n"
2417 "            functions.  Turning this option off causes the effective uid "
2418 "and\n"
2419 "            gid to be set to the real uid and gid.\n"
2420 "        -t  Exit after reading and executing one command.\n"
2421 "        -u  Treat unset variables as an error when substituting.\n"
2422 "        -v  Print shell input lines as they are read.\n"
2423 "        -x  Print commands and their arguments as they are executed.\n"
2424 "        -B  the shell will perform brace expansion\n"
2425 "        -C  If set, disallow existing regular files to be overwritten\n"
2426 "            by redirection of output.\n"
2427 "        -E  If set, the ERR trap is inherited by shell functions.\n"
2428 "        -H  Enable ! style history substitution.  This flag is on\n"
2429 "            by default when the shell is interactive.\n"
2430 "        -P  If set, do not follow symbolic links when executing commands\n"
2431 "            such as cd which change the current directory.\n"
2432 "        -T  If set, the DEBUG trap is inherited by shell functions.\n"
2433 "        -   Assign any remaining arguments to the positional parameters.\n"
2434 "            The -x and -v options are turned off.\n"
2435 "    \n"
2436 "    Using + rather than - causes these flags to be turned off.  The\n"
2437 "    flags can also be used upon invocation of the shell.  The current\n"
2438 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
2439 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
2440 "    ARGs are given, all shell variables are printed."
2441 msgstr ""
2442 "     -a  Mark variables which are modified or created for export.\n"
2443 "        -b  Notify of job termination immediately.\n"
2444 "        -e  Exit immediately if a command exits with a non-zero status.\n"
2445 "        -f  Disable file name generation (globbing).\n"
2446 "        -h  Remember the location of commands as they are looked up.\n"
2447 "        -k  All assignment arguments are placed in the environment for a\n"
2448 "            command, not just those that precede the command name.\n"
2449 "        -m  Job control is enabled.\n"
2450 "        -n  Read commands but do not execute them.\n"
2451 "        -o option-name\n"
2452 "            Set the variable corresponding to option-name:\n"
2453 "                allexport    same as -a\n"
2454 "                braceexpand  same as -B\n"
2455 "                emacs        use an emacs-style line editing interface\n"
2456 "                errexit      same as -e\n"
2457 "                errtrace     same as -E\n"
2458 "                functrace    same as -T\n"
2459 "                hashall      same as -h\n"
2460 "                histexpand   same as -H\n"
2461 "                history      enable command history\n"
2462 "                ignoreeof    the shell will not exit upon reading EOF\n"
2463 "                interactive-comments\n"
2464 "                             allow comments to appear in interactive "
2465 "commands\n"
2466 "                keyword      same as -k\n"
2467 "                monitor      same as -m\n"
2468 "                noclobber    same as -C\n"
2469 "                noexec       same as -n\n"
2470 "                noglob       same as -f\n"
2471 "                nolog        currently accepted but ignored\n"
2472 "                notify       same as -b\n"
2473 "                nounset      same as -u\n"
2474 "                onecmd       same as -t\n"
2475 "                physical     same as -P\n"
2476 "                pipefail     the return value of a pipeline is the status "
2477 "of\n"
2478 "                             the last command to exit with a non-zero "
2479 "status,\n"
2480 "                             or zero if no command exited with a non-zero "
2481 "status\n"
2482 "                posix        change the behavior of bash where the default\n"
2483 "                             operation differs from the 1003.2 standard to\n"
2484 "                             match the standard\n"
2485 "                privileged   same as -p\n"
2486 "                verbose      same as -v\n"
2487 "                vi           use a vi-style line editing interface\n"
2488 "                xtrace       same as -x\n"
2489 "        -p  Turned on whenever the real and effective user ids do not "
2490 "match.\n"
2491 "            Disables processing of the $ENV file and importing of shell\n"
2492 "            functions.  Turning this option off causes the effective uid "
2493 "and\n"
2494 "            gid to be set to the real uid and gid.\n"
2495 "        -t  Exit after reading and executing one command.\n"
2496 "        -u  Treat unset variables as an error when substituting.\n"
2497 "        -v  Print shell input lines as they are read.\n"
2498 "        -x  Print commands and their arguments as they are executed.\n"
2499 "        -B  the shell will perform brace expansion\n"
2500 "        -C  If set, disallow existing regular files to be overwritten\n"
2501 "            by redirection of output.\n"
2502 "        -E  If set, the ERR trap is inherited by shell functions.\n"
2503 "        -H  Enable ! style history substitution.  This flag is on\n"
2504 "            by default when the shell is interactive.\n"
2505 "        -P  If set, do not follow symbolic links when executing commands\n"
2506 "            such as cd which change the current directory.\n"
2507 "        -T  If set, the DEBUG trap is inherited by shell functions.\n"
2508 "        -   Assign any remaining arguments to the positional parameters.\n"
2509 "            The -x and -v options are turned off.\n"
2510 "    \n"
2511 "    Using + rather than - causes these flags to be turned off.  The\n"
2512 "    flags can also be used upon invocation of the shell.  The current\n"
2513 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
2514 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
2515 "    ARGs are given, all shell variables are printed."
2516
2517 #: builtins.c:836
2518 msgid ""
2519 " For each NAME, remove the corresponding variable or function.  Given\n"
2520 "    the `-v', unset will only act on variables.  Given the `-f' flag,\n"
2521 "    unset will only act on functions.  With neither flag, unset first\n"
2522 "    tries to unset a variable, and if that fails, then tries to unset a\n"
2523 "    function.  Some variables cannot be unset; also see readonly."
2524 msgstr ""
2525 " For each NAME, remove the corresponding variable or function.  Given\n"
2526 "    the ‘\e[1m-v\e[0m’, unset will only act on variables.  Given the ‘\e[1m-f\e[0m’ "
2527 "flag,\n"
2528 "    unset will only act on functions.  With neither flag, unset first\n"
2529 "    tries to unset a variable, and if that fails, then tries to unset a\n"
2530 "    function.  Some variables cannot be unset; also see readonly."
2531
2532 #: builtins.c:846
2533 msgid ""
2534 " NAMEs are marked for automatic export to the environment of\n"
2535 "    subsequently executed commands.  If the -f option is given,\n"
2536 "    the NAMEs refer to functions.  If no NAMEs are given, or if `-p'\n"
2537 "    is given, a list of all names that are exported in this shell is\n"
2538 "    printed.  An argument of `-n' says to remove the export property\n"
2539 "    from subsequent NAMEs.  An argument of `--' disables further option\n"
2540 "    processing."
2541 msgstr ""
2542 " NAMEs are marked for automatic export to the environment of\n"
2543 "    subsequently executed commands.  If the -f option is given,\n"
2544 "    the NAMEs refer to functions.  If no NAMEs are given, or if ‘\e[1m-p\e[0m’\n"
2545 "    is given, a list of all names that are exported in this shell is\n"
2546 "    printed.  An argument of ‘\e[1m-n\e[0m’ says to remove the export property\n"
2547 "    from subsequent NAMEs.  An argument of ‘\e[1m--\e[0m’ disables further "
2548 "option\n"
2549 "    processing."
2550
2551 #: builtins.c:858
2552 msgid ""
2553 " The given NAMEs are marked readonly and the values of these NAMEs may\n"
2554 "    not be changed by subsequent assignment.  If the -f option is given,\n"
2555 "    then functions corresponding to the NAMEs are so marked.  If no\n"
2556 "    arguments are given, or if `-p' is given, a list of all readonly names\n"
2557 "    is printed.  The `-a' option means to treat each NAME as\n"
2558 "    an array variable.  An argument of `--' disables further option\n"
2559 "    processing."
2560 msgstr ""
2561 " The given NAMEs are marked readonly and the values of these NAMEs may\n"
2562 "    not be changed by subsequent assignment.  If the -f option is given,\n"
2563 "    then functions corresponding to the NAMEs are so marked.  If no\n"
2564 "    arguments are given, or if ‘\e[1m-p\e[0m’ is given, a list of all readonly "
2565 "names\n"
2566 "    is printed.  The ‘\e[1m-a\e[0m’ option means to treat each NAME as\n"
2567 "    an array variable.  An argument of ‘\e[1m--\e[0m’ disables further option\n"
2568 "    processing."
2569
2570 #: builtins.c:870
2571 msgid ""
2572 " The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
2573 "    not given, it is assumed to be 1."
2574 msgstr ""
2575 " The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
2576 "    not given, it is assumed to be 1."
2577
2578 #: builtins.c:877 builtins.c:886
2579 msgid ""
2580 " Read and execute commands from FILENAME and return.  The pathnames\n"
2581 "    in $PATH are used to find the directory containing FILENAME.  If any\n"
2582 "    ARGUMENTS are supplied, they become the positional parameters when\n"
2583 "    FILENAME is executed."
2584 msgstr ""
2585 " Read and execute commands from FILENAME and return.  The pathnames\n"
2586 "    in $PATH are used to find the directory containing FILENAME.  If any\n"
2587 "    ARGUMENTS are supplied, they become the positional parameters when\n"
2588 "    FILENAME is executed."
2589
2590 #: builtins.c:896
2591 msgid ""
2592 " Suspend the execution of this shell until it receives a SIGCONT\n"
2593 "    signal.  The `-f' if specified says not to complain about this\n"
2594 "    being a login shell if it is; just suspend anyway."
2595 msgstr ""
2596 " Suspend the execution of this shell until it receives a SIGCONT\n"
2597 "    signal.  The ‘\e[1m-f\e[0m’ if specified says not to complain about this\n"
2598 "    being a login shell if it is; just suspend anyway."
2599
2600 #: builtins.c:905
2601 msgid ""
2602 " Exits with a status of 0 (true) or 1 (false) depending on\n"
2603 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
2604 "    expressions are often used to examine the status of a file.  There\n"
2605 "    are string operators as well, and numeric comparison operators.\n"
2606 "    \n"
2607 "    File operators:\n"
2608 "    \n"
2609 "        -a FILE        True if file exists.\n"
2610 "        -b FILE        True if file is block special.\n"
2611 "        -c FILE        True if file is character special.\n"
2612 "        -d FILE        True if file is a directory.\n"
2613 "        -e FILE        True if file exists.\n"
2614 "        -f FILE        True if file exists and is a regular file.\n"
2615 "        -g FILE        True if file is set-group-id.\n"
2616 "        -h FILE        True if file is a symbolic link.\n"
2617 "        -L FILE        True if file is a symbolic link.\n"
2618 "        -k FILE        True if file has its `sticky' bit set.\n"
2619 "        -p FILE        True if file is a named pipe.\n"
2620 "        -r FILE        True if file is readable by you.\n"
2621 "        -s FILE        True if file exists and is not empty.\n"
2622 "        -S FILE        True if file is a socket.\n"
2623 "        -t FD          True if FD is opened on a terminal.\n"
2624 "        -u FILE        True if the file is set-user-id.\n"
2625 "        -w FILE        True if the file is writable by you.\n"
2626 "        -x FILE        True if the file is executable by you.\n"
2627 "        -O FILE        True if the file is effectively owned by you.\n"
2628 "        -G FILE        True if the file is effectively owned by your group.\n"
2629 "        -N FILE        True if the file has been modified since it was last "
2630 "read.\n"
2631 "    \n"
2632 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
2633 "                       modification date).\n"
2634 "    \n"
2635 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
2636 "    \n"
2637 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
2638 "    \n"
2639 "    String operators:\n"
2640 "    \n"
2641 "        -z STRING      True if string is empty.\n"
2642 "    \n"
2643 "        -n STRING\n"
2644 "        STRING         True if string is not empty.\n"
2645 "    \n"
2646 "        STRING1 = STRING2\n"
2647 "                       True if the strings are equal.\n"
2648 "        STRING1 != STRING2\n"
2649 "                       True if the strings are not equal.\n"
2650 "        STRING1 < STRING2\n"
2651 "                       True if STRING1 sorts before STRING2 "
2652 "lexicographically.\n"
2653 "        STRING1 > STRING2\n"
2654 "                       True if STRING1 sorts after STRING2 "
2655 "lexicographically.\n"
2656 "    \n"
2657 "    Other operators:\n"
2658 "    \n"
2659 "        -o OPTION      True if the shell option OPTION is enabled.\n"
2660 "        ! EXPR         True if expr is false.\n"
2661 "        EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
2662 "        EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
2663 "    \n"
2664 "        arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
2665 "                       -lt, -le, -gt, or -ge.\n"
2666 "    \n"
2667 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
2668 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
2669 "    than ARG2."
2670 msgstr ""
2671 " Exits with a status of 0 (true) or 1 (false) depending on\n"
2672 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
2673 "    expressions are often used to examine the status of a file.  There\n"
2674 "    are string operators as well, and numeric comparison operators.\n"
2675 "    \n"
2676 "    File operators:\n"
2677 "    \n"
2678 "        -a FILE        True if file exists.\n"
2679 "        -b FILE        True if file is block special.\n"
2680 "        -c FILE        True if file is character special.\n"
2681 "        -d FILE        True if file is a directory.\n"
2682 "        -e FILE        True if file exists.\n"
2683 "        -f FILE        True if file exists and is a regular file.\n"
2684 "        -g FILE        True if file is set-group-id.\n"
2685 "        -h FILE        True if file is a symbolic link.\n"
2686 "        -L FILE        True if file is a symbolic link.\n"
2687 "        -k FILE        True if file has its ‘\e[1msticky\e[0m’ bit set.\n"
2688 "        -p FILE        True if file is a named pipe.\n"
2689 "        -r FILE        True if file is readable by you.\n"
2690 "        -s FILE        True if file exists and is not empty.\n"
2691 "        -S FILE        True if file is a socket.\n"
2692 "        -t FD          True if FD is opened on a terminal.\n"
2693 "        -u FILE        True if the file is set-user-id.\n"
2694 "        -w FILE        True if the file is writable by you.\n"
2695 "        -x FILE        True if the file is executable by you.\n"
2696 "        -O FILE        True if the file is effectively owned by you.\n"
2697 "        -G FILE        True if the file is effectively owned by your group.\n"
2698 "        -N FILE        True if the file has been modified since it was last "
2699 "read.\n"
2700 "    \n"
2701 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
2702 "                       modification date).\n"
2703 "    \n"
2704 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
2705 "    \n"
2706 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
2707 "    \n"
2708 "    String operators:\n"
2709 "    \n"
2710 "        -z STRING      True if string is empty.\n"
2711 "    \n"
2712 "        -n STRING\n"
2713 "        STRING         True if string is not empty.\n"
2714 "    \n"
2715 "        STRING1 = STRING2\n"
2716 "                       True if the strings are equal.\n"
2717 "        STRING1 != STRING2\n"
2718 "                       True if the strings are not equal.\n"
2719 "        STRING1 < STRING2\n"
2720 "                       True if STRING1 sorts before STRING2 "
2721 "lexicographically.\n"
2722 "        STRING1 > STRING2\n"
2723 "                       True if STRING1 sorts after STRING2 "
2724 "lexicographically.\n"
2725 "    \n"
2726 "    Other operators:\n"
2727 "    \n"
2728 "        -o OPTION      True if the shell option OPTION is enabled.\n"
2729 "        ! EXPR         True if expr is false.\n"
2730 "        EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
2731 "        EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
2732 "    \n"
2733 "        arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
2734 "                       -lt, -le, -gt, or -ge.\n"
2735 "    \n"
2736 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
2737 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
2738 "    than ARG2."
2739
2740 #: builtins.c:975
2741 msgid ""
2742 " This is a synonym for the \"test\" builtin, but the last\n"
2743 "    argument must be a literal `]', to match the opening `['."
2744 msgstr ""
2745 " This is a synonym for the “\e[1mtest\e[0m” builtin, but the last\n"
2746 "    argument must be a literal ‘\e[1m]\e[0m’, to match the opening ‘\e[1m[\e[0m’."
2747
2748 #: builtins.c:982
2749 msgid ""
2750 " Print the accumulated user and system times for processes run from\n"
2751 "    the shell."
2752 msgstr ""
2753 " Print the accumulated user and system times for processes run from\n"
2754 "    the shell."
2755
2756 #: builtins.c:989
2757 msgid ""
2758 " The command ARG is to be read and executed when the shell receives\n"
2759 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
2760 "    is supplied) or `-', each specified signal is reset to its original\n"
2761 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
2762 "    shell and by the commands it invokes.  If a SIGNAL_SPEC is EXIT (0)\n"
2763 "    the command ARG is executed on exit from the shell.  If a SIGNAL_SPEC\n"
2764 "    is DEBUG, ARG is executed after every simple command.  If the`-p' "
2765 "option\n"
2766 "    is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
2767 "    displayed.  If no arguments are supplied or if only `-p' is given, trap\n"
2768 "    prints the list of commands associated with each signal.  Each "
2769 "SIGNAL_SPEC\n"
2770 "    is either a signal name in <signal.h> or a signal number.  Signal names\n"
2771 "    are case insensitive and the SIG prefix is optional.  `trap -l' prints\n"
2772 "    a list of signal names and their corresponding numbers.  Note that a\n"
2773 "    signal can be sent to the shell with \"kill -signal $$\"."
2774 msgstr ""
2775 " The command ARG is to be read and executed when the shell receives\n"
2776 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
2777 "    is supplied) or ‘\e[1m-\e[0m’, each specified signal is reset to its "
2778 "original\n"
2779 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
2780 "    shell and by the commands it invokes.  If a SIGNAL_SPEC is EXIT (0)\n"
2781 "    the command ARG is executed on exit from the shell.  If a SIGNAL_SPEC\n"
2782 "    is DEBUG, ARG is executed after every simple command.  If the‘\e[1m-p\e[0m’ "
2783 "option\n"
2784 "    is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
2785 "    displayed.  If no arguments are supplied or if only ‘\e[1m-p\e[0m’ is given, "
2786 "trap\n"
2787 "    prints the list of commands associated with each signal.  Each "
2788 "SIGNAL_SPEC\n"
2789 "    is either a signal name in <signal.h> or a signal number.  Signal names\n"
2790 "    are case insensitive and the SIG prefix is optional.  ‘\e[1mtrap -l\e[0m’ "
2791 "prints\n"
2792 "    a list of signal names and their corresponding numbers.  Note that a\n"
2793 "    signal can be sent to the shell with “\e[1mkill -signal $$\e[0m”."
2794
2795 #: builtins.c:1008
2796 msgid ""
2797 " For each NAME, indicate how it would be interpreted if used as a\n"
2798 "    command name.\n"
2799 "    \n"
2800 "    If the -t option is used, `type' outputs a single word which is one of\n"
2801 "    `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n"
2802 "    alias, shell reserved word, shell function, shell builtin, disk file,\n"
2803 "    or unfound, respectively.\n"
2804 "    \n"
2805 "    If the -p flag is used, `type' either returns the name of the disk\n"
2806 "    file that would be executed, or nothing if `type -t NAME' would not\n"
2807 "    return `file'.\n"
2808 "    \n"
2809 "    If the -a flag is used, `type' displays all of the places that contain\n"
2810 "    an executable named `file'.  This includes aliases, builtins, and\n"
2811 "    functions, if and only if the -p flag is not also used.\n"
2812 "    \n"
2813 "    The -f flag suppresses shell function lookup.\n"
2814 "    \n"
2815 "    The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
2816 "    builtin, or function, and returns the name of the disk file that would\n"
2817 "    be executed."
2818 msgstr ""
2819 " For each NAME, indicate how it would be interpreted if used as a\n"
2820 "    command name.\n"
2821 "    \n"
2822 "    If the -t option is used, ‘\e[1mtype\e[0m’ outputs a single word which is "
2823 "one of\n"
2824 "    ‘\e[1malias\e[0m’, ‘\e[1mkeyword\e[0m’, ‘\e[1mfunction\e[0m’, ‘\e[1mbuiltin\e[0m’, "
2825 "‘\e[1mfile\e[0m’ or ‘\e[1m\e[0m’, if NAME is an\n"
2826 "    alias, shell reserved word, shell function, shell builtin, disk file,\n"
2827 "    or unfound, respectively.\n"
2828 "    \n"
2829 "    If the -p flag is used, ‘\e[1mtype\e[0m’ either returns the name of the "
2830 "disk\n"
2831 "    file that would be executed, or nothing if ‘\e[1mtype -t NAME\e[0m’ would "
2832 "not\n"
2833 "    return ‘\e[1mfile\e[0m’.\n"
2834 "    \n"
2835 "    If the -a flag is used, ‘\e[1mtype\e[0m’ displays all of the places that "
2836 "contain\n"
2837 "    an executable named ‘\e[1mfile\e[0m’.  This includes aliases, builtins, and\n"
2838 "    functions, if and only if the -p flag is not also used.\n"
2839 "    \n"
2840 "    The -f flag suppresses shell function lookup.\n"
2841 "    \n"
2842 "    The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
2843 "    builtin, or function, and returns the name of the disk file that would\n"
2844 "    be executed."
2845
2846 #: builtins.c:1035
2847 msgid ""
2848 " Ulimit provides control over the resources available to processes\n"
2849 "    started by the shell, on systems that allow such control.  If an\n"
2850 "    option is given, it is interpreted as follows:\n"
2851 "    \n"
2852 "        -S\tuse the `soft' resource limit\n"
2853 "        -H\tuse the `hard' resource limit\n"
2854 "        -a\tall current limits are reported\n"
2855 "        -c\tthe maximum size of core files created\n"
2856 "        -d\tthe maximum size of a process's data segment\n"
2857 "        -f\tthe maximum size of files created by the shell\n"
2858 "        -i  the maximum number of pending signals\n"
2859 "        -l\tthe maximum size a process may lock into memory\n"
2860 "        -m\tthe maximum resident set size\n"
2861 "        -n\tthe maximum number of open file descriptors\n"
2862 "        -p\tthe pipe buffer size\n"
2863 "        -q  the maximum number of bytes in POSIX message queues\n"
2864 "        -s\tthe maximum stack size\n"
2865 "        -t\tthe maximum amount of cpu time in seconds\n"
2866 "        -u\tthe maximum number of user processes\n"
2867 "        -v\tthe size of virtual memory\n"
2868 "        -x  the maximum number of file locks\n"
2869 "    \n"
2870 "    If LIMIT is given, it is the new value of the specified resource;\n"
2871 "    the special LIMIT values `soft', `hard', and `unlimited' stand for\n"
2872 "    the current soft limit, the current hard limit, and no limit, "
2873 "respectively.\n"
2874 "    Otherwise, the current value of the specified resource is printed.\n"
2875 "    If no option is given, then -f is assumed.  Values are in 1024-byte\n"
2876 "    increments, except for -t, which is in seconds, -p, which is in\n"
2877 "    increments of 512 bytes, and -u, which is an unscaled number of\n"
2878 "    processes."
2879 msgstr ""
2880 " Ulimit provides control over the resources available to processes\n"
2881 "    started by the shell, on systems that allow such control.  If an\n"
2882 "    option is given, it is interpreted as follows:\n"
2883 "    \n"
2884 "        -S\tuse the ‘\e[1msoft\e[0m’ resource limit\n"
2885 "        -H\tuse the ‘\e[1mhard\e[0m’ resource limit\n"
2886 "        -a\tall current limits are reported\n"
2887 "        -c\tthe maximum size of core files created\n"
2888 "        -d\tthe maximum size of a process's data segment\n"
2889 "        -f\tthe maximum size of files created by the shell\n"
2890 "        -i  the maximum number of pending signals\n"
2891 "        -l\tthe maximum size a process may lock into memory\n"
2892 "        -m\tthe maximum resident set size\n"
2893 "        -n\tthe maximum number of open file descriptors\n"
2894 "        -p\tthe pipe buffer size\n"
2895 "        -q  the maximum number of bytes in POSIX message queues\n"
2896 "        -s\tthe maximum stack size\n"
2897 "        -t\tthe maximum amount of cpu time in seconds\n"
2898 "        -u\tthe maximum number of user processes\n"
2899 "        -v\tthe size of virtual memory\n"
2900 "        -x  the maximum number of file locks\n"
2901 "    \n"
2902 "    If LIMIT is given, it is the new value of the specified resource;\n"
2903 "    the special LIMIT values ‘\e[1msoft\e[0m’, ‘\e[1mhard\e[0m’, and ‘\e[1munlimited\e"
2904 "[0m’ stand for\n"
2905 "    the current soft limit, the current hard limit, and no limit, "
2906 "respectively.\n"
2907 "    Otherwise, the current value of the specified resource is printed.\n"
2908 "    If no option is given, then -f is assumed.  Values are in 1024-byte\n"
2909 "    increments, except for -t, which is in seconds, -p, which is in\n"
2910 "    increments of 512 bytes, and -u, which is an unscaled number of\n"
2911 "    processes."
2912
2913 #: builtins.c:1071
2914 msgid ""
2915 " The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
2916 "    `-S' is supplied, the current value of the mask is printed.  The `-S'\n"
2917 "    option makes the output symbolic; otherwise an octal number is output.\n"
2918 "    If `-p' is supplied, and MODE is omitted, the output is in a form\n"
2919 "    that may be used as input.  If MODE begins with a digit, it is\n"
2920 "    interpreted as an octal number, otherwise it is a symbolic mode string\n"
2921 "    like that accepted by chmod(1)."
2922 msgstr ""
2923 " The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
2924 "    ‘\e[1m-S\e[0m’ is supplied, the current value of the mask is printed.  The "
2925 "‘\e[1m-S\e[0m’\n"
2926 "    option makes the output symbolic; otherwise an octal number is output.\n"
2927 "    If ‘\e[1m-p\e[0m’ is supplied, and MODE is omitted, the output is in a form\n"
2928 "    that may be used as input.  If MODE begins with a digit, it is\n"
2929 "    interpreted as an octal number, otherwise it is a symbolic mode string\n"
2930 "    like that accepted by chmod(1)."
2931
2932 #: builtins.c:1084
2933 msgid ""
2934 " Wait for the specified process and report its termination status.  If\n"
2935 "    N is not given, all currently active child processes are waited for,\n"
2936 "    and the return code is zero.  N may be a process ID or a job\n"
2937 "    specification; if a job spec is given, all processes in the job's\n"
2938 "    pipeline are waited for."
2939 msgstr ""
2940 " Wait for the specified process and report its termination status.  If\n"
2941 "    N is not given, all currently active child processes are waited for,\n"
2942 "    and the return code is zero.  N may be a process ID or a job\n"
2943 "    specification; if a job spec is given, all processes in the job's\n"
2944 "    pipeline are waited for."
2945
2946 #: builtins.c:1096
2947 msgid ""
2948 " Wait for the specified process and report its termination status.  If\n"
2949 "    N is not given, all currently active child processes are waited for,\n"
2950 "    and the return code is zero.  N is a process ID; if it is not given,\n"
2951 "    all child processes of the shell are waited for."
2952 msgstr ""
2953 " Wait for the specified process and report its termination status.  If\n"
2954 "    N is not given, all currently active child processes are waited for,\n"
2955 "    and the return code is zero.  N is a process ID; if it is not given,\n"
2956 "    all child processes of the shell are waited for."
2957
2958 #: builtins.c:1106
2959 msgid ""
2960 " The `for' loop executes a sequence of commands for each member in a\n"
2961 "    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
2962 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
2963 "    the COMMANDS are executed."
2964 msgstr ""
2965 " The ‘\e[1mfor\e[0m’ loop executes a sequence of commands for each member in a\n"
2966 "    list of items.  If ‘\e[1min WORDS ...;\e[0m’ is not present, then ‘\e[1min “\e[1m"
2967 "$@\e[0m”\e[0m’ is\n"
2968 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
2969 "    the COMMANDS are executed."
2970
2971 #: builtins.c:1115
2972 msgid ""
2973 " Equivalent to\n"
2974 "    \t(( EXP1 ))\n"
2975 "    \twhile (( EXP2 )); do\n"
2976 "    \t\tCOMMANDS\n"
2977 "    \t\t(( EXP3 ))\n"
2978 "    \tdone\n"
2979 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
2980 "    omitted, it behaves as if it evaluates to 1."
2981 msgstr ""
2982 " Equivalent to\n"
2983 "    \t(( EXP1 ))\n"
2984 "    \twhile (( EXP2 )); do\n"
2985 "    \t\tCOMMANDS\n"
2986 "    \t\t(( EXP3 ))\n"
2987 "    \tdone\n"
2988 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
2989 "    omitted, it behaves as if it evaluates to 1."
2990
2991 #: builtins.c:1128
2992 msgid ""
2993 " The WORDS are expanded, generating a list of words.  The\n"
2994 "    set of expanded words is printed on the standard error, each\n"
2995 "    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
2996 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
2997 "    from the standard input.  If the line consists of the number\n"
2998 "    corresponding to one of the displayed words, then NAME is set\n"
2999 "    to that word.  If the line is empty, WORDS and the prompt are\n"
3000 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
3001 "    value read causes NAME to be set to null.  The line read is saved\n"
3002 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
3003 "    until a break command is executed."
3004 msgstr ""
3005 " The WORDS are expanded, generating a list of words.  The\n"
3006 "    set of expanded words is printed on the standard error, each\n"
3007 "    preceded by a number.  If ‘\e[1min WORDS\e[0m’ is not present, ‘\e[1min “\e[1m$@\e"
3008 "[0m”\e[0m’\n"
3009 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
3010 "    from the standard input.  If the line consists of the number\n"
3011 "    corresponding to one of the displayed words, then NAME is set\n"
3012 "    to that word.  If the line is empty, WORDS and the prompt are\n"
3013 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
3014 "    value read causes NAME to be set to null.  The line read is saved\n"
3015 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
3016 "    until a break command is executed."
3017
3018 #: builtins.c:1144
3019 msgid ""
3020 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3021 "    and system CPU time spent executing PIPELINE when it terminates.\n"
3022 "    The return status is the return status of PIPELINE.  The `-p' option\n"
3023 "    prints the timing summary in a slightly different format.  This uses\n"
3024 "    the value of the TIMEFORMAT variable as the output format."
3025 msgstr ""
3026 " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3027 "    and system CPU time spent executing PIPELINE when it terminates.\n"
3028 "    The return status is the return status of PIPELINE.  The ‘\e[1m-p\e[0m’ "
3029 "option\n"
3030 "    prints the timing summary in a slightly different format.  This uses\n"
3031 "    the value of the TIMEFORMAT variable as the output format."
3032
3033 #: builtins.c:1154
3034 msgid ""
3035 " Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
3036 "    `|' is used to separate multiple patterns."
3037 msgstr ""
3038 " Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
3039 "    ‘\e[1m|\e[0m’ is used to separate multiple patterns."
3040
3041 #: builtins.c:1161
3042 msgid ""
3043 " The `if COMMANDS' list is executed.  If its exit status is zero, then the\n"
3044 "    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
3045 "is\n"
3046 "    executed in turn, and if its exit status is zero, the corresponding\n"
3047 "    `then COMMANDS' list is executed and the if command completes.  "
3048 "Otherwise,\n"
3049 "    the `else COMMANDS' list is executed, if present.  The exit status of "
3050 "the\n"
3051 "    entire construct is the exit status of the last command executed, or "
3052 "zero\n"
3053 "    if no condition tested true."
3054 msgstr ""
3055 " The ‘\e[1mif COMMANDS\e[0m’ list is executed.  If its exit status is zero, then "
3056 "the\n"
3057 "    ‘\e[1mthen COMMANDS\e[0m’ list is executed.  Otherwise, each ‘\e[1melif "
3058 "COMMANDS\e[0m’ list is\n"
3059 "    executed in turn, and if its exit status is zero, the corresponding\n"
3060 "    ‘\e[1mthen COMMANDS\e[0m’ list is executed and the if command completes.  "
3061 "Otherwise,\n"
3062 "    the ‘\e[1melse COMMANDS\e[0m’ list is executed, if present.  The exit status "
3063 "of the\n"
3064 "    entire construct is the exit status of the last command executed, or "
3065 "zero\n"
3066 "    if no condition tested true."
3067
3068 #: builtins.c:1173
3069 msgid ""
3070 " Expand and execute COMMANDS as long as the final command in the\n"
3071 "    `while' COMMANDS has an exit status of zero."
3072 msgstr ""
3073 " Expand and execute COMMANDS as long as the final command in the\n"
3074 "    ‘\e[1mwhile\e[0m’ COMMANDS has an exit status of zero."
3075
3076 #: builtins.c:1180
3077 msgid ""
3078 " Expand and execute COMMANDS as long as the final command in the\n"
3079 "    `until' COMMANDS has an exit status which is not zero."
3080 msgstr ""
3081 " Expand and execute COMMANDS as long as the final command in the\n"
3082 "    ‘\e[1muntil\e[0m’ COMMANDS has an exit status which is not zero."
3083
3084 #: builtins.c:1187
3085 msgid ""
3086 " Create a simple command invoked by NAME which runs COMMANDS.\n"
3087 "    Arguments on the command line along with NAME are passed to the\n"
3088 "    function as $0 .. $n."
3089 msgstr ""
3090 " Create a simple command invoked by NAME which runs COMMANDS.\n"
3091 "    Arguments on the command line along with NAME are passed to the\n"
3092 "    function as $0 .. $n."
3093
3094 #: builtins.c:1195
3095 msgid ""
3096 " Run a set of commands in a group.  This is one way to redirect an\n"
3097 "    entire set of commands."
3098 msgstr ""
3099 " Run a set of commands in a group.  This is one way to redirect an\n"
3100 "    entire set of commands."
3101
3102 #: builtins.c:1202
3103 msgid ""
3104 " Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
3105 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
3106 "    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
3107 "    the background, as if the job specification had been supplied as an\n"
3108 "    argument to `bg'."
3109 msgstr ""
3110 " Equivalent to the JOB_SPEC argument to the ‘\e[1mfg\e[0m’ command.  Resume a\n"
3111 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
3112 "    or a job number.  Following JOB_SPEC with a ‘\e[1m&\e[0m’ places the job in\n"
3113 "    the background, as if the job specification had been supplied as an\n"
3114 "    argument to ‘\e[1mbg\e[0m’."
3115
3116 #: builtins.c:1212
3117 msgid ""
3118 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
3119 "    evaluation.  Equivalent to \"let EXPRESSION\"."
3120 msgstr ""
3121 " The EXPRESSION is evaluated according to the rules for arithmetic\n"
3122 "    evaluation.  Equivalent to “\e[1mlet EXPRESSION\e[0m”."
3123
3124 #: builtins.c:1219
3125 msgid ""
3126 " Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
3127 "    expression EXPRESSION.  Expressions are composed of the same primaries "
3128 "used\n"
3129 "    by the `test' builtin, and may be combined using the following "
3130 "operators\n"
3131 "    \n"
3132 "    \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
3133 "    \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
3134 "    \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3135 "    \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3136 "    \n"
3137 "    When the `==' and `!=' operators are used, the string to the right of "
3138 "the\n"
3139 "    operator is used as a pattern and pattern matching is performed.  The\n"
3140 "    && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3141 "    determine the expression's value."
3142 msgstr ""
3143 " Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
3144 "    expression EXPRESSION.  Expressions are composed of the same primaries "
3145 "used\n"
3146 "    by the ‘\e[1mtest\e[0m’ builtin, and may be combined using the following "
3147 "operators\n"
3148 "    \n"
3149 "    \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
3150 "    \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
3151 "    \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3152 "    \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3153 "    \n"
3154 "    When the ‘\e[1m==\e[0m’ and ‘\e[1m!=\e[0m’ operators are used, the string to the "
3155 "right of the\n"
3156 "    operator is used as a pattern and pattern matching is performed.  The\n"
3157 "    && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3158 "    determine the expression's value."
3159
3160 #: builtins.c:1237
3161 msgid ""
3162 " BASH_VERSION    Version information for this Bash.\n"
3163 "    CDPATH          A colon-separated list of directories to search\n"
3164 "    \t\tfor directries given as arguments to `cd'.\n"
3165 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3166 "    \t\tbe ignored by pathname expansion.\n"
3167 "    HISTFILE        The name of the file where your command history is "
3168 "stored.\n"
3169 "    HISTFILESIZE    The maximum number of lines this file can contain.\n"
3170 "    HISTSIZE        The maximum number of history lines that a running\n"
3171 "    \t\tshell can access.\n"
3172 "    HOME            The complete pathname to your login directory.\n"
3173 "    HOSTNAME\tThe name of the current host.\n"
3174 "    HOSTTYPE        The type of CPU this version of Bash is running under.\n"
3175 "    IGNOREEOF       Controls the action of the shell on receipt of an EOF\n"
3176 "    \t\tcharacter as the sole input.  If set, then the value\n"
3177 "    \t\tof it is the number of EOF characters that can be seen\n"
3178 "    \t\tin a row on an empty line before the shell will exit\n"
3179 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
3180 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
3181 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3182 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3183 "    \t\tfor new mail.\n"
3184 "    OSTYPE\t\tThe version of Unix this version of Bash is running on.\n"
3185 "    PATH            A colon-separated list of directories to search when\n"
3186 "    \t\tlooking for commands.\n"
3187 "    PROMPT_COMMAND  A command to be executed before the printing of each\n"
3188 "    \t\tprimary prompt.\n"
3189 "    PS1             The primary prompt string.\n"
3190 "    PS2             The secondary prompt string.\n"
3191 "    PWD\t\tThe full pathname of the current directory.\n"
3192 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3193 "    TERM            The name of the current terminal type.\n"
3194 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3195 "    \t\t`time' reserved word.\n"
3196 "    auto_resume     Non-null means a command word appearing on a line by\n"
3197 "    \t\titself is first looked for in the list of currently\n"
3198 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
3199 "    \t\tA value of `exact' means that the command word must\n"
3200 "    \t\texactly match a command in the list of stopped jobs.  A\n"
3201 "    \t\tvalue of `substring' means that the command word must\n"
3202 "    \t\tmatch a substring of the job.  Any other value means that\n"
3203 "    \t\tthe command must be a prefix of a stopped job.\n"
3204 "    histchars       Characters controlling history expansion and quick\n"
3205 "    \t\tsubstitution.  The first character is the history\n"
3206 "    \t\tsubstitution character, usually `!'.  The second is\n"
3207 "    \t\tthe `quick substitution' character, usually `^'.  The\n"
3208 "    \t\tthird is the `history comment' character, usually `#'.\n"
3209 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3210 "    \t\tcommands should be saved on the history list.\n"
3211 msgstr ""
3212 " BASH_VERSION    Version information for this Bash.\n"
3213 "    CDPATH          A colon-separated list of directories to search\n"
3214 "    \t\tfor directries given as arguments to ‘\e[1mcd\e[0m’.\n"
3215 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3216 "    \t\tbe ignored by pathname expansion.\n"
3217 "    HISTFILE        The name of the file where your command history is "
3218 "stored.\n"
3219 "    HISTFILESIZE    The maximum number of lines this file can contain.\n"
3220 "    HISTSIZE        The maximum number of history lines that a running\n"
3221 "    \t\tshell can access.\n"
3222 "    HOME            The complete pathname to your login directory.\n"
3223 "    HOSTNAME\tThe name of the current host.\n"
3224 "    HOSTTYPE        The type of CPU this version of Bash is running under.\n"
3225 "    IGNOREEOF       Controls the action of the shell on receipt of an EOF\n"
3226 "    \t\tcharacter as the sole input.  If set, then the value\n"
3227 "    \t\tof it is the number of EOF characters that can be seen\n"
3228 "    \t\tin a row on an empty line before the shell will exit\n"
3229 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
3230 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
3231 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3232 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3233 "    \t\tfor new mail.\n"
3234 "    OSTYPE\t\tThe version of Unix this version of Bash is running on.\n"
3235 "    PATH            A colon-separated list of directories to search when\n"
3236 "    \t\tlooking for commands.\n"
3237 "    PROMPT_COMMAND  A command to be executed before the printing of each\n"
3238 "    \t\tprimary prompt.\n"
3239 "    PS1             The primary prompt string.\n"
3240 "    PS2             The secondary prompt string.\n"
3241 "    PWD\t\tThe full pathname of the current directory.\n"
3242 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3243 "    TERM            The name of the current terminal type.\n"
3244 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3245 "    \t\t‘\e[1mtime\e[0m’ reserved word.\n"
3246 "    auto_resume     Non-null means a command word appearing on a line by\n"
3247 "    \t\titself is first looked for in the list of currently\n"
3248 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
3249 "    \t\tA value of ‘\e[1mexact\e[0m’ means that the command word must\n"
3250 "    \t\texactly match a command in the list of stopped jobs.  A\n"
3251 "    \t\tvalue of ‘\e[1msubstring\e[0m’ means that the command word must\n"
3252 "    \t\tmatch a substring of the job.  Any other value means that\n"
3253 "    \t\tthe command must be a prefix of a stopped job.\n"
3254 "    histchars       Characters controlling history expansion and quick\n"
3255 "    \t\tsubstitution.  The first character is the history\n"
3256 "    \t\tsubstitution character, usually ‘\e[1m!\e[0m’.  The second is\n"
3257 "    \t\tthe ‘\e[1mquick substitution\e[0m’ character, usually ‘\e[1m^\e[0m’.  The\n"
3258 "    \t\tthird is the ‘\e[1mhistory comment\e[0m’ character, usually ‘\e[1m#\e[0m’.\n"
3259 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3260 "    \t\tcommands should be saved on the history list.\n"
3261
3262 #: builtins.c:1292
3263 msgid ""
3264 " Adds a directory to the top of the directory stack, or rotates\n"
3265 "    the stack, making the new top of the stack the current working\n"
3266 "    directory.  With no arguments, exchanges the top two directories.\n"
3267 "    \n"
3268 "    +N\tRotates the stack so that the Nth directory (counting\n"
3269 "    \tfrom the left of the list shown by `dirs', starting with\n"
3270 "    \tzero) is at the top.\n"
3271 "    \n"
3272 "    -N\tRotates the stack so that the Nth directory (counting\n"
3273 "    \tfrom the right of the list shown by `dirs', starting with\n"
3274 "    \tzero) is at the top.\n"
3275 "    \n"
3276 "    -n\tsuppress the normal change of directory when adding directories\n"
3277 "    \tto the stack, so only the stack is manipulated.\n"
3278 "    \n"
3279 "    dir\tadds DIR to the directory stack at the top, making it the\n"
3280 "    \tnew current working directory.\n"
3281 "    \n"
3282 "    You can see the directory stack with the `dirs' command."
3283 msgstr ""
3284 " Adds a directory to the top of the directory stack, or rotates\n"
3285 "    the stack, making the new top of the stack the current working\n"
3286 "    directory.  With no arguments, exchanges the top two directories.\n"
3287 "    \n"
3288 "    +N\tRotates the stack so that the Nth directory (counting\n"
3289 "    \tfrom the left of the list shown by ‘\e[1mdirs\e[0m’, starting with\n"
3290 "    \tzero) is at the top.\n"
3291 "    \n"
3292 "    -N\tRotates the stack so that the Nth directory (counting\n"
3293 "    \tfrom the right of the list shown by ‘\e[1mdirs\e[0m’, starting with\n"
3294 "    \tzero) is at the top.\n"
3295 "    \n"
3296 "    -n\tsuppress the normal change of directory when adding directories\n"
3297 "    \tto the stack, so only the stack is manipulated.\n"
3298 "    \n"
3299 "    dir\tadds DIR to the directory stack at the top, making it the\n"
3300 "    \tnew current working directory.\n"
3301 "    \n"
3302 "    You can see the directory stack with the ‘\e[1mdirs\e[0m’ command."
3303
3304 #: builtins.c:1318
3305 msgid ""
3306 " Removes entries from the directory stack.  With no arguments,\n"
3307 "    removes the top directory from the stack, and cd's to the new\n"
3308 "    top directory.\n"
3309 "    \n"
3310 "    +N\tremoves the Nth entry counting from the left of the list\n"
3311 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
3312 "    \tremoves the first directory, `popd +1' the second.\n"
3313 "    \n"
3314 "    -N\tremoves the Nth entry counting from the right of the list\n"
3315 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
3316 "    \tremoves the last directory, `popd -1' the next to last.\n"
3317 "    \n"
3318 "    -n\tsuppress the normal change of directory when removing directories\n"
3319 "    \tfrom the stack, so only the stack is manipulated.\n"
3320 "    \n"
3321 "    You can see the directory stack with the `dirs' command."
3322 msgstr ""
3323 " Removes entries from the directory stack.  With no arguments,\n"
3324 "    removes the top directory from the stack, and cd's to the new\n"
3325 "    top directory.\n"
3326 "    \n"
3327 "    +N\tremoves the Nth entry counting from the left of the list\n"
3328 "    \tshown by ‘\e[1mdirs\e[0m’, starting with zero.  For example: ‘\e[1mpopd +0\e"
3329 "[0m’\n"
3330 "    \tremoves the first directory, ‘\e[1mpopd +1\e[0m’ the second.\n"
3331 "    \n"
3332 "    -N\tremoves the Nth entry counting from the right of the list\n"
3333 "    \tshown by ‘\e[1mdirs\e[0m’, starting with zero.  For example: ‘\e[1mpopd -0\e"
3334 "[0m’\n"
3335 "    \tremoves the last directory, ‘\e[1mpopd -1\e[0m’ the next to last.\n"
3336 "    \n"
3337 "    -n\tsuppress the normal change of directory when removing directories\n"
3338 "    \tfrom the stack, so only the stack is manipulated.\n"
3339 "    \n"
3340 "    You can see the directory stack with the ‘\e[1mdirs\e[0m’ command."
3341
3342 #: builtins.c:1341
3343 msgid ""
3344 " Display the list of currently remembered directories.  Directories\n"
3345 "    find their way onto the list with the `pushd' command; you can get\n"
3346 "    back up through the list with the `popd' command.\n"
3347 "    \n"
3348 "    The -l flag specifies that `dirs' should not print shorthand versions\n"
3349 "    of directories which are relative to your home directory.  This means\n"
3350 "    that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag\n"
3351 "    causes `dirs' to print the directory stack with one entry per line,\n"
3352 "    prepending the directory name with its position in the stack.  The -p\n"
3353 "    flag does the same thing, but the stack position is not prepended.\n"
3354 "    The -c flag clears the directory stack by deleting all of the elements.\n"
3355 "    \n"
3356 "    +N\tdisplays the Nth entry counting from the left of the list shown by\n"
3357 "    \tdirs when invoked without options, starting with zero.\n"
3358 "    \n"
3359 "    -N\tdisplays the Nth entry counting from the right of the list shown by\n"
3360 "    \tdirs when invoked without options, starting with zero."
3361 msgstr ""
3362 " Display the list of currently remembered directories.  Directories\n"
3363 "    find their way onto the list with the ‘\e[1mpushd\e[0m’ command; you can "
3364 "get\n"
3365 "    back up through the list with the ‘\e[1mpopd\e[0m’ command.\n"
3366 "    \n"
3367 "    The -l flag specifies that ‘\e[1mdirs\e[0m’ should not print shorthand "
3368 "versions\n"
3369 "    of directories which are relative to your home directory.  This means\n"
3370 "    that ‘\e[1m~/bin\e[0m’ might be displayed as ‘\e[1m/homes/bfox/bin\e[0m’.  The -"
3371 "v flag\n"
3372 "    causes ‘\e[1mdirs\e[0m’ to print the directory stack with one entry per "
3373 "line,\n"
3374 "    prepending the directory name with its position in the stack.  The -p\n"
3375 "    flag does the same thing, but the stack position is not prepended.\n"
3376 "    The -c flag clears the directory stack by deleting all of the elements.\n"
3377 "    \n"
3378 "    +N\tdisplays the Nth entry counting from the left of the list shown by\n"
3379 "    \tdirs when invoked without options, starting with zero.\n"
3380 "    \n"
3381 "    -N\tdisplays the Nth entry counting from the right of the list shown by\n"
3382 "    \tdirs when invoked without options, starting with zero."
3383
3384 #: builtins.c:1364
3385 msgid ""
3386 " Toggle the values of variables controlling optional behavior.\n"
3387 "    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
3388 "    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
3389 "    status indicates whether each OPTNAME is set or unset.  The -o\n"
3390 "    option restricts the OPTNAMEs to those defined for use with\n"
3391 "    `set -o'.  With no options, or with the -p option, a list of all\n"
3392 "    settable options is displayed, with an indication of whether or\n"
3393 "    not each is set."
3394 msgstr ""
3395 " Toggle the values of variables controlling optional behavior.\n"
3396 "    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
3397 "    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
3398 "    status indicates whether each OPTNAME is set or unset.  The -o\n"
3399 "    option restricts the OPTNAMEs to those defined for use with\n"
3400 "    ‘\e[1mset -o\e[0m’.  With no options, or with the -p option, a list of all\n"
3401 "    settable options is displayed, with an indication of whether or\n"
3402 "    not each is set."
3403
3404 #: builtins.c:1377
3405 msgid ""
3406 " printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
3407 "    is a character string which contains three types of objects: plain\n"
3408 "    characters, which are simply copied to standard output, character "
3409 "escape\n"
3410 "    sequences which are converted and copied to the standard output, and\n"
3411 "    format specifications, each of which causes printing of the next "
3412 "successive\n"
3413 "    argument.  In addition to the standard printf(1) formats, %b means to\n"
3414 "    expand backslash escape sequences in the corresponding argument, and %q\n"
3415 "    means to quote the argument in a way that can be reused as shell input.\n"
3416 "    If the -v option is supplied, the output is placed into the value of "
3417 "the\n"
3418 "    shell variable VAR rather than being sent to the standard output."
3419 msgstr ""
3420 " printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
3421 "    is a character string which contains three types of objects: plain\n"
3422 "    characters, which are simply copied to standard output, character "
3423 "escape\n"
3424 "    sequences which are converted and copied to the standard output, and\n"
3425 "    format specifications, each of which causes printing of the next "
3426 "successive\n"
3427 "    argument.  In addition to the standard printf(1) formats, %b means to\n"
3428 "    expand backslash escape sequences in the corresponding argument, and %q\n"
3429 "    means to quote the argument in a way that can be reused as shell input.\n"
3430 "    If the -v option is supplied, the output is placed into the value of "
3431 "the\n"
3432 "    shell variable VAR rather than being sent to the standard output."
3433
3434 #: builtins.c:1393
3435 msgid ""
3436 " For each NAME, specify how arguments are to be completed.\n"
3437 "    If the -p option is supplied, or if no options are supplied, existing\n"
3438 "    completion specifications are printed in a way that allows them to be\n"
3439 "    reused as input.  The -r option removes a completion specification for\n"
3440 "    each NAME, or, if no NAMEs are supplied, all completion specifications."
3441 msgstr ""
3442 " For each NAME, specify how arguments are to be completed.\n"
3443 "    If the -p option is supplied, or if no options are supplied, existing\n"
3444 "    completion specifications are printed in a way that allows them to be\n"
3445 "    reused as input.  The -r option removes a completion specification for\n"
3446 "    each NAME, or, if no NAMEs are supplied, all completion specifications."
3447
3448 #: builtins.c:1405
3449 msgid ""
3450 " Display the possible completions depending on the options.  Intended\n"
3451 "    to be used from within a shell function generating possible "
3452 "completions.\n"
3453 "    If the optional WORD argument is supplied, matches against WORD are\n"
3454 "    generated."
3455 msgstr ""
3456 " Display the possible completions depending on the options.  Intended\n"
3457 "    to be used from within a shell function generating possible "
3458 "completions.\n"
3459 "    If the optional WORD argument is supplied, matches against WORD are\n"
3460 "    generated."