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