source: trunk/essentials/app-shells/bash/po/en@boldquot.po

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

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