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

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

bash 3.1

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