]> git.ipfire.org Git - thirdparty/bash.git/blame - po/sq.po
change redisplay to handle some cases where the line consumes more than the number...
[thirdparty/bash.git] / po / sq.po
CommitLineData
88d69b4f
CR
1# Albanian translation for bash.
2# Copyright (C) 2022 Free Software Foundation, Inc.
3# This file is distributed under the same license as the bash package.
4#
5# Agron Selimaj <as9902613@gmail.com>, 2022.
6msgid ""
7msgstr ""
8"Project-Id-Version: bash 5.2-rc1\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2022-01-11 14:50-0500\n"
11"PO-Revision-Date: 2022-11-01 22:19-0400\n"
12"Last-Translator: Agron Selimaj <as9902613@gmail.com>\n"
13"Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
14"Language: sq\n"
15"X-Bugs: Report translation errors to the Language-Team address.\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=n != 1;\n"
20"X-Generator: Lokalize 22.08.1\n"
21
22#: arrayfunc.c:66
23msgid "bad array subscript"
24msgstr "element i gabuar is vargut"
25
26#: arrayfunc.c:471 builtins/declare.def:709 variables.c:2242 variables.c:2268
27#: variables.c:3101
28#, c-format
29msgid "%s: removing nameref attribute"
30msgstr ""
31
32#: arrayfunc.c:496 builtins/declare.def:868
33#, c-format
34msgid "%s: cannot convert indexed to associative array"
35msgstr ""
36
37#: arrayfunc.c:777
38#, c-format
39msgid "%s: cannot assign to non-numeric index"
40msgstr ""
41
42#: arrayfunc.c:822
43#, c-format
44msgid "%s: %s: must use subscript when assigning associative array"
45msgstr ""
46
47#: bashhist.c:455
48#, c-format
49msgid "%s: cannot create: %s"
50msgstr ""
51
52#: bashline.c:4479
53msgid "bash_execute_unix_command: cannot find keymap for command"
54msgstr ""
55
56#: bashline.c:4637
57#, c-format
58msgid "%s: first non-whitespace character is not `\"'"
59msgstr ""
60
61#: bashline.c:4666
62#, c-format
63msgid "no closing `%c' in %s"
64msgstr ""
65
66#: bashline.c:4697
67#, c-format
68msgid "%s: missing colon separator"
69msgstr ""
70
71#: bashline.c:4733
72#, c-format
73msgid "`%s': cannot unbind in command keymap"
74msgstr ""
75
76#: braces.c:327
77#, c-format
78msgid "brace expansion: cannot allocate memory for %s"
79msgstr ""
80
81#: braces.c:406
82#, c-format
83msgid "brace expansion: failed to allocate memory for %u elements"
84msgstr ""
85
86#: braces.c:451
87#, c-format
88msgid "brace expansion: failed to allocate memory for `%s'"
89msgstr ""
90
91#: builtins/alias.def:131 variables.c:1817
92#, c-format
93msgid "`%s': invalid alias name"
94msgstr ""
95
96#: builtins/bind.def:122 builtins/bind.def:125
97msgid "line editing not enabled"
98msgstr ""
99
100#: builtins/bind.def:212
101#, c-format
102msgid "`%s': invalid keymap name"
103msgstr ""
104
105#: builtins/bind.def:252
106#, c-format
107msgid "%s: cannot read: %s"
108msgstr ""
109
110#: builtins/bind.def:328 builtins/bind.def:358
111#, c-format
112msgid "`%s': unknown function name"
113msgstr ""
114
115#: builtins/bind.def:336
116#, c-format
117msgid "%s is not bound to any keys.\n"
118msgstr ""
119
120#: builtins/bind.def:340
121#, c-format
122msgid "%s can be invoked via "
123msgstr ""
124
125#: builtins/bind.def:378 builtins/bind.def:395
126#, c-format
127msgid "`%s': cannot unbind"
128msgstr ""
129
130#: builtins/break.def:77 builtins/break.def:119
131msgid "loop count"
132msgstr ""
133
134#: builtins/break.def:139
135msgid "only meaningful in a `for', `while', or `until' loop"
136msgstr ""
137
138#: builtins/caller.def:136
139msgid ""
140"Returns the context of the current subroutine call.\n"
141" \n"
142" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
143" \"$line $subroutine $filename\"; this extra information can be used to\n"
144" provide a stack trace.\n"
145" \n"
146" The value of EXPR indicates how many call frames to go back before the\n"
147" current one; the top frame is frame 0."
148msgstr ""
149
150#: builtins/cd.def:327
151msgid "HOME not set"
152msgstr ""
153
154#: builtins/cd.def:335 builtins/common.c:161 test.c:916
155msgid "too many arguments"
156msgstr ""
157
158#: builtins/cd.def:342
159msgid "null directory"
160msgstr ""
161
162#: builtins/cd.def:353
163msgid "OLDPWD not set"
164msgstr ""
165
166#: builtins/common.c:96
167#, c-format
168msgid "line %d: "
169msgstr ""
170
171#: builtins/common.c:134 error.c:264
172#, c-format
173msgid "warning: "
174msgstr ""
175
176#: builtins/common.c:148
177#, c-format
178msgid "%s: usage: "
179msgstr ""
180
181#: builtins/common.c:193 shell.c:524 shell.c:866
182#, c-format
183msgid "%s: option requires an argument"
184msgstr ""
185
186#: builtins/common.c:200
187#, c-format
188msgid "%s: numeric argument required"
189msgstr ""
190
191#: builtins/common.c:207
192#, c-format
193msgid "%s: not found"
194msgstr ""
195
196#: builtins/common.c:216 shell.c:879
197#, c-format
198msgid "%s: invalid option"
199msgstr ""
200
201#: builtins/common.c:223
202#, c-format
203msgid "%s: invalid option name"
204msgstr ""
205
206#: builtins/common.c:230 execute_cmd.c:2402 general.c:368 general.c:373
207#, c-format
208msgid "`%s': not a valid identifier"
209msgstr ""
210
211#: builtins/common.c:240
212msgid "invalid octal number"
213msgstr ""
214
215#: builtins/common.c:242
216msgid "invalid hex number"
217msgstr ""
218
219#: builtins/common.c:244 expr.c:1574
220msgid "invalid number"
221msgstr ""
222
223#: builtins/common.c:252
224#, c-format
225msgid "%s: invalid signal specification"
226msgstr ""
227
228#: builtins/common.c:259
229#, c-format
230msgid "`%s': not a pid or valid job spec"
231msgstr ""
232
233#: builtins/common.c:266 error.c:536
234#, c-format
235msgid "%s: readonly variable"
236msgstr ""
237
238#: builtins/common.c:273
239#, c-format
240msgid "%s: cannot assign"
241msgstr ""
242
243#: builtins/common.c:281
244#, c-format
245msgid "%s: %s out of range"
246msgstr ""
247
248#: builtins/common.c:281 builtins/common.c:283
249msgid "argument"
250msgstr ""
251
252#: builtins/common.c:283
253#, c-format
254msgid "%s out of range"
255msgstr ""
256
257#: builtins/common.c:291
258#, c-format
259msgid "%s: no such job"
260msgstr ""
261
262#: builtins/common.c:299
263#, c-format
264msgid "%s: no job control"
265msgstr ""
266
267#: builtins/common.c:301
268msgid "no job control"
269msgstr ""
270
271#: builtins/common.c:311
272#, c-format
273msgid "%s: restricted"
274msgstr ""
275
276#: builtins/common.c:313
277msgid "restricted"
278msgstr ""
279
280#: builtins/common.c:321
281#, c-format
282msgid "%s: not a shell builtin"
283msgstr ""
284
285#: builtins/common.c:330
286#, c-format
287msgid "write error: %s"
288msgstr ""
289
290#: builtins/common.c:338
291#, c-format
292msgid "error setting terminal attributes: %s"
293msgstr ""
294
295#: builtins/common.c:340
296#, c-format
297msgid "error getting terminal attributes: %s"
298msgstr ""
299
300#: builtins/common.c:642
301#, c-format
302msgid "%s: error retrieving current directory: %s: %s\n"
303msgstr ""
304
305#: builtins/common.c:708 builtins/common.c:710
306#, c-format
307msgid "%s: ambiguous job spec"
308msgstr ""
309
310#: builtins/common.c:971
311msgid "help not available in this version"
312msgstr ""
313
314#: builtins/common.c:1038 builtins/set.def:953 variables.c:3825
315#, c-format
316msgid "%s: cannot unset: readonly %s"
317msgstr ""
318
319#: builtins/common.c:1043 builtins/set.def:932 variables.c:3830
320#, c-format
321msgid "%s: cannot unset"
322msgstr ""
323
324#: builtins/complete.def:287
325#, c-format
326msgid "%s: invalid action name"
327msgstr ""
328
329#: builtins/complete.def:486 builtins/complete.def:642
330#: builtins/complete.def:873
331#, c-format
332msgid "%s: no completion specification"
333msgstr ""
334
335#: builtins/complete.def:696
336msgid "warning: -F option may not work as you expect"
337msgstr ""
338
339#: builtins/complete.def:698
340msgid "warning: -C option may not work as you expect"
341msgstr ""
342
343#: builtins/complete.def:846
344msgid "not currently executing completion function"
345msgstr ""
346
347#: builtins/declare.def:137
348msgid "can only be used in a function"
349msgstr ""
350
351#: builtins/declare.def:437
352msgid "cannot use `-f' to make functions"
353msgstr ""
354
355#: builtins/declare.def:464 execute_cmd.c:6132
356#, c-format
357msgid "%s: readonly function"
358msgstr ""
359
360#: builtins/declare.def:521 builtins/declare.def:804
361#, c-format
362msgid "%s: reference variable cannot be an array"
363msgstr ""
364
365#: builtins/declare.def:532 variables.c:3359
366#, c-format
367msgid "%s: nameref variable self references not allowed"
368msgstr ""
369
370#: builtins/declare.def:537 variables.c:2072 variables.c:3278 variables.c:3286
371#: variables.c:3356
372#, c-format
373msgid "%s: circular name reference"
374msgstr ""
375
376#: builtins/declare.def:541 builtins/declare.def:811 builtins/declare.def:820
377#, c-format
378msgid "`%s': invalid variable name for name reference"
379msgstr ""
380
381#: builtins/declare.def:856
382#, c-format
383msgid "%s: cannot destroy array variables in this way"
384msgstr ""
385
386#: builtins/declare.def:862 builtins/read.def:887
387#, c-format
388msgid "%s: cannot convert associative to indexed array"
389msgstr ""
390
391#: builtins/declare.def:891
392#, c-format
393msgid "%s: quoted compound array assignment deprecated"
394msgstr ""
395
396#: builtins/enable.def:145 builtins/enable.def:153
397msgid "dynamic loading not available"
398msgstr ""
399
400#: builtins/enable.def:376
401#, c-format
402msgid "cannot open shared object %s: %s"
403msgstr ""
404
405#: builtins/enable.def:405
406#, c-format
407msgid "cannot find %s in shared object %s: %s"
408msgstr ""
409
410#: builtins/enable.def:422
411#, c-format
412msgid "%s: dynamic builtin already loaded"
413msgstr ""
414
415#: builtins/enable.def:426
416#, c-format
417msgid "load function for %s returns failure (%d): not loaded"
418msgstr ""
419
420#: builtins/enable.def:551
421#, c-format
422msgid "%s: not dynamically loaded"
423msgstr ""
424
425#: builtins/enable.def:577
426#, c-format
427msgid "%s: cannot delete: %s"
428msgstr ""
429
430#: builtins/evalfile.c:138 builtins/hash.def:185 execute_cmd.c:5959
431#, c-format
432msgid "%s: is a directory"
433msgstr ""
434
435#: builtins/evalfile.c:144
436#, c-format
437msgid "%s: not a regular file"
438msgstr ""
439
440#: builtins/evalfile.c:153
441#, c-format
442msgid "%s: file is too large"
443msgstr ""
444
445#: builtins/evalfile.c:188 builtins/evalfile.c:206 shell.c:1673
446#, c-format
447msgid "%s: cannot execute binary file"
448msgstr ""
449
450#: builtins/exec.def:158 builtins/exec.def:160 builtins/exec.def:246
451#, c-format
452msgid "%s: cannot execute: %s"
453msgstr ""
454
455#: builtins/exit.def:64
456#, c-format
457msgid "logout\n"
458msgstr ""
459
460#: builtins/exit.def:89
461msgid "not login shell: use `exit'"
462msgstr ""
463
464#: builtins/exit.def:121
465#, c-format
466msgid "There are stopped jobs.\n"
467msgstr ""
468
469#: builtins/exit.def:123
470#, c-format
471msgid "There are running jobs.\n"
472msgstr ""
473
474#: builtins/fc.def:275 builtins/fc.def:373 builtins/fc.def:417
475msgid "no command found"
476msgstr ""
477
478#: builtins/fc.def:363 builtins/fc.def:368 builtins/fc.def:407
479#: builtins/fc.def:412
480msgid "history specification"
481msgstr ""
482
483#: builtins/fc.def:444
484#, c-format
485msgid "%s: cannot open temp file: %s"
486msgstr ""
487
488#: builtins/fg_bg.def:152 builtins/jobs.def:284
489msgid "current"
490msgstr ""
491
492#: builtins/fg_bg.def:161
493#, c-format
494msgid "job %d started without job control"
495msgstr ""
496
497#: builtins/getopt.c:110
498#, c-format
499msgid "%s: illegal option -- %c\n"
500msgstr ""
501
502#: builtins/getopt.c:111
503#, c-format
504msgid "%s: option requires an argument -- %c\n"
505msgstr ""
506
507#: builtins/hash.def:91
508msgid "hashing disabled"
509msgstr ""
510
511#: builtins/hash.def:139
512#, c-format
513msgid "%s: hash table empty\n"
514msgstr ""
515
516#: builtins/hash.def:267
517#, c-format
518msgid "hits\tcommand\n"
519msgstr ""
520
521#: builtins/help.def:133
522msgid "Shell commands matching keyword `"
523msgid_plural "Shell commands matching keywords `"
524msgstr[0] ""
525msgstr[1] ""
526
527#: builtins/help.def:135
528msgid ""
529"'\n"
530"\n"
531msgstr ""
532
533#: builtins/help.def:185
534#, c-format
535msgid "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
536msgstr ""
537
538#: builtins/help.def:223
539#, c-format
540msgid "%s: cannot open: %s"
541msgstr ""
542
543#: builtins/help.def:523
544#, c-format
545msgid ""
546"These shell commands are defined internally. Type `help' to see this list.\n"
547"Type `help name' to find out more about the function `name'.\n"
548"Use `info bash' to find out more about the shell in general.\n"
549"Use `man -k' or `info' to find out more about commands not in this list.\n"
550"\n"
551"A star (*) next to a name means that the command is disabled.\n"
552"\n"
553msgstr ""
554
555#: builtins/history.def:159
556msgid "cannot use more than one of -anrw"
557msgstr ""
558
559#: builtins/history.def:192 builtins/history.def:204 builtins/history.def:215
560#: builtins/history.def:228 builtins/history.def:240 builtins/history.def:247
561msgid "history position"
562msgstr ""
563
564#: builtins/history.def:338
565#, c-format
566msgid "%s: invalid timestamp"
567msgstr ""
568
569#: builtins/history.def:449
570#, c-format
571msgid "%s: history expansion failed"
572msgstr ""
573
574#: builtins/inlib.def:71
575#, c-format
576msgid "%s: inlib failed"
577msgstr ""
578
579#: builtins/jobs.def:109
580msgid "no other options allowed with `-x'"
581msgstr ""
582
583#: builtins/kill.def:211
584#, c-format
585msgid "%s: arguments must be process or job IDs"
586msgstr ""
587
588#: builtins/kill.def:274
589msgid "Unknown error"
590msgstr ""
591
592#: builtins/let.def:97 builtins/let.def:122 expr.c:640 expr.c:658
593msgid "expression expected"
594msgstr ""
595
596#: builtins/mapfile.def:180
597#, c-format
598msgid "%s: not an indexed array"
599msgstr ""
600
601#: builtins/mapfile.def:276 builtins/read.def:336
602#, c-format
603msgid "%s: invalid file descriptor specification"
604msgstr ""
605
606#: builtins/mapfile.def:284 builtins/read.def:343
607#, c-format
608msgid "%d: invalid file descriptor: %s"
609msgstr ""
610
611#: builtins/mapfile.def:293 builtins/mapfile.def:331
612#, c-format
613msgid "%s: invalid line count"
614msgstr ""
615
616#: builtins/mapfile.def:304
617#, c-format
618msgid "%s: invalid array origin"
619msgstr ""
620
621#: builtins/mapfile.def:321
622#, c-format
623msgid "%s: invalid callback quantum"
624msgstr ""
625
626#: builtins/mapfile.def:354
627msgid "empty array variable name"
628msgstr ""
629
630#: builtins/mapfile.def:375
631msgid "array variable support required"
632msgstr ""
633
634#: builtins/printf.def:430
635#, c-format
636msgid "`%s': missing format character"
637msgstr ""
638
639#: builtins/printf.def:485
640#, c-format
641msgid "`%c': invalid time format specification"
642msgstr ""
643
644#: builtins/printf.def:708
645#, c-format
646msgid "`%c': invalid format character"
647msgstr ""
648
649#: builtins/printf.def:734
650#, c-format
651msgid "warning: %s: %s"
652msgstr ""
653
654#: builtins/printf.def:822
655#, c-format
656msgid "format parsing problem: %s"
657msgstr ""
658
659#: builtins/printf.def:919
660msgid "missing hex digit for \\x"
661msgstr ""
662
663#: builtins/printf.def:934
664#, c-format
665msgid "missing unicode digit for \\%c"
666msgstr ""
667
668#: builtins/pushd.def:199
669msgid "no other directory"
670msgstr ""
671
672#: builtins/pushd.def:360
673#, c-format
674msgid "%s: invalid argument"
675msgstr ""
676
677#: builtins/pushd.def:480
678msgid "<no current directory>"
679msgstr ""
680
681#: builtins/pushd.def:524
682msgid "directory stack empty"
683msgstr ""
684
685#: builtins/pushd.def:526
686msgid "directory stack index"
687msgstr ""
688
689#: builtins/pushd.def:701
690msgid ""
691"Display the list of currently remembered directories. Directories\n"
692" find their way onto the list with the `pushd' command; you can get\n"
693" back up through the list with the `popd' command.\n"
694" \n"
695" Options:\n"
696" -c\tclear the directory stack by deleting all of the elements\n"
697" -l\tdo not print tilde-prefixed versions of directories relative\n"
698" \tto your home directory\n"
699" -p\tprint the directory stack with one entry per line\n"
700" -v\tprint the directory stack with one entry per line prefixed\n"
701" \twith its position in the stack\n"
702" \n"
703" Arguments:\n"
704" +N\tDisplays the Nth entry counting from the left of the list shown by\n"
705" \tdirs when invoked without options, starting with zero.\n"
706" \n"
707" -N\tDisplays the Nth entry counting from the right of the list shown by\n"
708"\tdirs when invoked without options, starting with zero."
709msgstr ""
710
711#: builtins/pushd.def:723
712msgid ""
713"Adds a directory to the top of the directory stack, or rotates\n"
714" the stack, making the new top of the stack the current working\n"
715" directory. With no arguments, exchanges the top two directories.\n"
716" \n"
717" Options:\n"
718" -n\tSuppresses the normal change of directory when adding\n"
719" \tdirectories to the stack, so only the stack is manipulated.\n"
720" \n"
721" Arguments:\n"
722" +N\tRotates the stack so that the Nth directory (counting\n"
723" \tfrom the left of the list shown by `dirs', starting with\n"
724" \tzero) is at the top.\n"
725" \n"
726" -N\tRotates the stack so that the Nth directory (counting\n"
727" \tfrom the right of the list shown by `dirs', starting with\n"
728" \tzero) is at the top.\n"
729" \n"
730" dir\tAdds DIR to the directory stack at the top, making it the\n"
731" \tnew current working directory.\n"
732" \n"
733" The `dirs' builtin displays the directory stack."
734msgstr ""
735
736#: builtins/pushd.def:748
737msgid ""
738"Removes entries from the directory stack. With no arguments, removes\n"
739" the top directory from the stack, and changes to the new top directory.\n"
740" \n"
741" Options:\n"
742" -n\tSuppresses the normal change of directory when removing\n"
743" \tdirectories from the stack, so only the stack is manipulated.\n"
744" \n"
745" Arguments:\n"
746" +N\tRemoves the Nth entry counting from the left of the list\n"
747" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
748" \tremoves the first directory, `popd +1' the second.\n"
749" \n"
750" -N\tRemoves the Nth entry counting from the right of the list\n"
751" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
752" \tremoves the last directory, `popd -1' the next to last.\n"
753" \n"
754" The `dirs' builtin displays the directory stack."
755msgstr ""
756
757#: builtins/read.def:308
758#, c-format
759msgid "%s: invalid timeout specification"
760msgstr ""
761
762#: builtins/read.def:827
763#, c-format
764msgid "read error: %d: %s"
765msgstr ""
766
767#: builtins/return.def:68
768msgid "can only `return' from a function or sourced script"
769msgstr ""
770
771#: builtins/set.def:869
772msgid "cannot simultaneously unset a function and a variable"
773msgstr ""
774
775#: builtins/set.def:969
776#, c-format
777msgid "%s: not an array variable"
778msgstr ""
779
780#: builtins/setattr.def:189
781#, c-format
782msgid "%s: not a function"
783msgstr ""
784
785#: builtins/setattr.def:194
786#, c-format
787msgid "%s: cannot export"
788msgstr ""
789
790#: builtins/shift.def:72 builtins/shift.def:79
791msgid "shift count"
792msgstr ""
793
794#: builtins/shopt.def:323
795msgid "cannot set and unset shell options simultaneously"
796msgstr ""
797
798#: builtins/shopt.def:444
799#, c-format
800msgid "%s: invalid shell option name"
801msgstr ""
802
803#: builtins/source.def:128
804msgid "filename argument required"
805msgstr ""
806
807#: builtins/source.def:154
808#, c-format
809msgid "%s: file not found"
810msgstr ""
811
812#: builtins/suspend.def:102
813msgid "cannot suspend"
814msgstr ""
815
816#: builtins/suspend.def:112
817msgid "cannot suspend a login shell"
818msgstr ""
819
820#: builtins/type.def:235
821#, c-format
822msgid "%s is aliased to `%s'\n"
823msgstr ""
824
825#: builtins/type.def:256
826#, c-format
827msgid "%s is a shell keyword\n"
828msgstr ""
829
830#: builtins/type.def:275
831#, c-format
832msgid "%s is a function\n"
833msgstr ""
834
835#: builtins/type.def:299
836#, c-format
837msgid "%s is a special shell builtin\n"
838msgstr ""
839
840#: builtins/type.def:301
841#, c-format
842msgid "%s is a shell builtin\n"
843msgstr ""
844
845#: builtins/type.def:323 builtins/type.def:408
846#, c-format
847msgid "%s is %s\n"
848msgstr ""
849
850#: builtins/type.def:343
851#, c-format
852msgid "%s is hashed (%s)\n"
853msgstr ""
854
855#: builtins/ulimit.def:400
856#, c-format
857msgid "%s: invalid limit argument"
858msgstr ""
859
860#: builtins/ulimit.def:426
861#, c-format
862msgid "`%c': bad command"
863msgstr ""
864
865#: builtins/ulimit.def:464
866#, c-format
867msgid "%s: cannot get limit: %s"
868msgstr ""
869
870#: builtins/ulimit.def:490
871msgid "limit"
872msgstr ""
873
874#: builtins/ulimit.def:502 builtins/ulimit.def:802
875#, c-format
876msgid "%s: cannot modify limit: %s"
877msgstr ""
878
879#: builtins/umask.def:115
880msgid "octal number"
881msgstr ""
882
883#: builtins/umask.def:232
884#, c-format
885msgid "`%c': invalid symbolic mode operator"
886msgstr ""
887
888#: builtins/umask.def:287
889#, c-format
890msgid "`%c': invalid symbolic mode character"
891msgstr ""
892
893#: error.c:89 error.c:373 error.c:375 error.c:377
894msgid " line "
895msgstr ""
896
897#: error.c:164
898#, c-format
899msgid "last command: %s\n"
900msgstr ""
901
902#: error.c:172
903#, c-format
904msgid "Aborting..."
905msgstr ""
906
907#. TRANSLATORS: this is a prefix for informational messages.
908#: error.c:287
909#, c-format
910msgid "INFORM: "
911msgstr ""
912
913#: error.c:310
914#, c-format
915msgid "DEBUG warning: "
916msgstr ""
917
918#: error.c:488
919msgid "unknown command error"
920msgstr ""
921
922#: error.c:489
923msgid "bad command type"
924msgstr ""
925
926#: error.c:490
927msgid "bad connector"
928msgstr ""
929
930#: error.c:491
931msgid "bad jump"
932msgstr ""
933
934#: error.c:529
935#, c-format
936msgid "%s: unbound variable"
937msgstr ""
938
939#: eval.c:243
940msgid "\atimed out waiting for input: auto-logout\n"
941msgstr ""
942
943#: execute_cmd.c:555
944#, c-format
945msgid "cannot redirect standard input from /dev/null: %s"
946msgstr ""
947
948#: execute_cmd.c:1317
949#, c-format
950msgid "TIMEFORMAT: `%c': invalid format character"
951msgstr ""
952
953#: execute_cmd.c:2391
954#, c-format
955msgid "execute_coproc: coproc [%d:%s] still exists"
956msgstr ""
957
958#: execute_cmd.c:2524
959msgid "pipe error"
960msgstr ""
961
962#: execute_cmd.c:4923
963#, c-format
964msgid "eval: maximum eval nesting level exceeded (%d)"
965msgstr ""
966
967#: execute_cmd.c:4935
968#, c-format
969msgid "%s: maximum source nesting level exceeded (%d)"
970msgstr ""
971
972#: execute_cmd.c:5043
973#, c-format
974msgid "%s: maximum function nesting level exceeded (%d)"
975msgstr ""
976
977#: execute_cmd.c:5598
978#, c-format
979msgid "%s: restricted: cannot specify `/' in command names"
980msgstr ""
981
982#: execute_cmd.c:5715
983#, c-format
984msgid "%s: command not found"
985msgstr ""
986
987#: execute_cmd.c:5957
988#, c-format
989msgid "%s: %s"
990msgstr ""
991
992#: execute_cmd.c:5975
993#, c-format
994msgid "%s: cannot execute: required file not found"
995msgstr ""
996
997#: execute_cmd.c:6000
998#, c-format
999msgid "%s: %s: bad interpreter"
1000msgstr ""
1001
1002#: execute_cmd.c:6037
1003#, c-format
1004msgid "%s: cannot execute binary file: %s"
1005msgstr ""
1006
1007#: execute_cmd.c:6123
1008#, c-format
1009msgid "`%s': is a special builtin"
1010msgstr ""
1011
1012#: execute_cmd.c:6175
1013#, c-format
1014msgid "cannot duplicate fd %d to fd %d"
1015msgstr ""
1016
1017#: expr.c:263
1018msgid "expression recursion level exceeded"
1019msgstr ""
1020
1021#: expr.c:291
1022msgid "recursion stack underflow"
1023msgstr ""
1024
1025#: expr.c:478
1026msgid "syntax error in expression"
1027msgstr ""
1028
1029#: expr.c:522
1030msgid "attempted assignment to non-variable"
1031msgstr ""
1032
1033#: expr.c:531
1034msgid "syntax error in variable assignment"
1035msgstr ""
1036
1037#: expr.c:545 expr.c:912
1038msgid "division by 0"
1039msgstr ""
1040
1041#: expr.c:593
1042msgid "bug: bad expassign token"
1043msgstr ""
1044
1045#: expr.c:647
1046msgid "`:' expected for conditional expression"
1047msgstr ""
1048
1049#: expr.c:973
1050msgid "exponent less than 0"
1051msgstr ""
1052
1053#: expr.c:1030
1054msgid "identifier expected after pre-increment or pre-decrement"
1055msgstr ""
1056
1057#: expr.c:1057
1058msgid "missing `)'"
1059msgstr ""
1060
1061#: expr.c:1108 expr.c:1492
1062msgid "syntax error: operand expected"
1063msgstr ""
1064
1065#: expr.c:1494
1066msgid "syntax error: invalid arithmetic operator"
1067msgstr ""
1068
1069#: expr.c:1518
1070#, c-format
1071msgid "%s%s%s: %s (error token is \"%s\")"
1072msgstr ""
1073
1074#: expr.c:1578
1075msgid "invalid arithmetic base"
1076msgstr ""
1077
1078#: expr.c:1587
1079msgid "invalid integer constant"
1080msgstr ""
1081
1082#: expr.c:1603
1083msgid "value too great for base"
1084msgstr ""
1085
1086#: expr.c:1652
1087#, c-format
1088msgid "%s: expression error\n"
1089msgstr ""
1090
1091#: general.c:70
1092msgid "getcwd: cannot access parent directories"
1093msgstr ""
1094
1095#: input.c:99 subst.c:6208
1096#, c-format
1097msgid "cannot reset nodelay mode for fd %d"
1098msgstr ""
1099
1100#: input.c:266
1101#, c-format
1102msgid "cannot allocate new file descriptor for bash input from fd %d"
1103msgstr ""
1104
1105#: input.c:274
1106#, c-format
1107msgid "save_bash_input: buffer already exists for new fd %d"
1108msgstr ""
1109
1110#: jobs.c:543
1111msgid "start_pipeline: pgrp pipe"
1112msgstr ""
1113
1114#: jobs.c:907
1115#, c-format
1116msgid "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
1117msgstr ""
1118
1119#: jobs.c:960
1120#, c-format
1121msgid "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
1122msgstr ""
1123
1124#: jobs.c:1279
1125#, c-format
1126msgid "forked pid %d appears in running job %d"
1127msgstr ""
1128
1129#: jobs.c:1397
1130#, c-format
1131msgid "deleting stopped job %d with process group %ld"
1132msgstr ""
1133
1134#: jobs.c:1502
1135#, c-format
1136msgid "add_process: pid %5ld (%s) marked as still alive"
1137msgstr ""
1138
1139#: jobs.c:1839
1140#, c-format
1141msgid "describe_pid: %ld: no such pid"
1142msgstr ""
1143
1144#: jobs.c:1854
1145#, c-format
1146msgid "Signal %d"
1147msgstr ""
1148
1149#: jobs.c:1868 jobs.c:1894
1150msgid "Done"
1151msgstr ""
1152
1153#: jobs.c:1873 siglist.c:123
1154msgid "Stopped"
1155msgstr ""
1156
1157#: jobs.c:1877
1158#, c-format
1159msgid "Stopped(%s)"
1160msgstr ""
1161
1162#: jobs.c:1881
1163msgid "Running"
1164msgstr ""
1165
1166#: jobs.c:1898
1167#, c-format
1168msgid "Done(%d)"
1169msgstr ""
1170
1171#: jobs.c:1900
1172#, c-format
1173msgid "Exit %d"
1174msgstr ""
1175
1176#: jobs.c:1903
1177msgid "Unknown status"
1178msgstr ""
1179
1180#: jobs.c:1990
1181#, c-format
1182msgid "(core dumped) "
1183msgstr ""
1184
1185#: jobs.c:2009
1186#, c-format
1187msgid " (wd: %s)"
1188msgstr ""
1189
1190#: jobs.c:2250
1191#, c-format
1192msgid "child setpgid (%ld to %ld)"
1193msgstr ""
1194
1195#: jobs.c:2608 nojobs.c:666
1196#, c-format
1197msgid "wait: pid %ld is not a child of this shell"
1198msgstr ""
1199
1200#: jobs.c:2884
1201#, c-format
1202msgid "wait_for: No record of process %ld"
1203msgstr ""
1204
1205#: jobs.c:3223
1206#, c-format
1207msgid "wait_for_job: job %d is stopped"
1208msgstr ""
1209
1210#: jobs.c:3551
1211#, c-format
1212msgid "%s: no current jobs"
1213msgstr ""
1214
1215#: jobs.c:3558
1216#, c-format
1217msgid "%s: job has terminated"
1218msgstr ""
1219
1220#: jobs.c:3567
1221#, c-format
1222msgid "%s: job %d already in background"
1223msgstr ""
1224
1225#: jobs.c:3793
1226msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1227msgstr ""
1228
1229#: jobs.c:4307
1230#, c-format
1231msgid "%s: line %d: "
1232msgstr ""
1233
1234#: jobs.c:4321 nojobs.c:921
1235#, c-format
1236msgid " (core dumped)"
1237msgstr ""
1238
1239#: jobs.c:4333 jobs.c:4346
1240#, c-format
1241msgid "(wd now: %s)\n"
1242msgstr ""
1243
1244#: jobs.c:4378
1245msgid "initialize_job_control: getpgrp failed"
1246msgstr ""
1247
1248#: jobs.c:4434
1249msgid "initialize_job_control: no job control in background"
1250msgstr ""
1251
1252#: jobs.c:4450
1253msgid "initialize_job_control: line discipline"
1254msgstr ""
1255
1256#: jobs.c:4460
1257msgid "initialize_job_control: setpgid"
1258msgstr ""
1259
1260#: jobs.c:4481 jobs.c:4490
1261#, c-format
1262msgid "cannot set terminal process group (%d)"
1263msgstr ""
1264
1265#: jobs.c:4495
1266msgid "no job control in this shell"
1267msgstr ""
1268
1269#: lib/malloc/malloc.c:367
1270#, c-format
1271msgid "malloc: failed assertion: %s\n"
1272msgstr ""
1273
1274#: lib/malloc/malloc.c:383
1275#, c-format
1276msgid ""
1277"\r\n"
1278"malloc: %s:%d: assertion botched\r\n"
1279msgstr ""
1280
1281#: lib/malloc/malloc.c:384 lib/malloc/malloc.c:941
1282msgid "unknown"
1283msgstr ""
1284
1285#: lib/malloc/malloc.c:892
1286msgid "malloc: block on free list clobbered"
1287msgstr ""
1288
1289#: lib/malloc/malloc.c:980
1290msgid "free: called with already freed block argument"
1291msgstr ""
1292
1293#: lib/malloc/malloc.c:983
1294msgid "free: called with unallocated block argument"
1295msgstr ""
1296
1297#: lib/malloc/malloc.c:1001
1298msgid "free: underflow detected; mh_nbytes out of range"
1299msgstr ""
1300
1301#: lib/malloc/malloc.c:1007
1302msgid "free: underflow detected; magic8 corrupted"
1303msgstr ""
1304
1305#: lib/malloc/malloc.c:1014
1306msgid "free: start and end chunk sizes differ"
1307msgstr ""
1308
1309#: lib/malloc/malloc.c:1176
1310msgid "realloc: called with unallocated block argument"
1311msgstr ""
1312
1313#: lib/malloc/malloc.c:1191
1314msgid "realloc: underflow detected; mh_nbytes out of range"
1315msgstr ""
1316
1317#: lib/malloc/malloc.c:1197
1318msgid "realloc: underflow detected; magic8 corrupted"
1319msgstr ""
1320
1321#: lib/malloc/malloc.c:1205
1322msgid "realloc: start and end chunk sizes differ"
1323msgstr ""
1324
1325#: lib/malloc/table.c:191
1326#, c-format
1327msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1328msgstr ""
1329
1330#: lib/malloc/table.c:200
1331#, c-format
1332msgid "register_alloc: %p already in table as allocated?\n"
1333msgstr ""
1334
1335#: lib/malloc/table.c:253
1336#, c-format
1337msgid "register_free: %p already in table as free?\n"
1338msgstr ""
1339
1340#: lib/sh/fmtulong.c:102
1341msgid "invalid base"
1342msgstr ""
1343
1344#: lib/sh/netopen.c:168
1345#, c-format
1346msgid "%s: host unknown"
1347msgstr ""
1348
1349#: lib/sh/netopen.c:175
1350#, c-format
1351msgid "%s: invalid service"
1352msgstr ""
1353
1354#: lib/sh/netopen.c:306
1355#, c-format
1356msgid "%s: bad network path specification"
1357msgstr ""
1358
1359#: lib/sh/netopen.c:347
1360msgid "network operations not supported"
1361msgstr ""
1362
1363#: locale.c:219
1364#, c-format
1365msgid "setlocale: LC_ALL: cannot change locale (%s)"
1366msgstr ""
1367
1368#: locale.c:221
1369#, c-format
1370msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1371msgstr ""
1372
1373#: locale.c:294
1374#, c-format
1375msgid "setlocale: %s: cannot change locale (%s)"
1376msgstr ""
1377
1378#: locale.c:296
1379#, c-format
1380msgid "setlocale: %s: cannot change locale (%s): %s"
1381msgstr ""
1382
1383#: mailcheck.c:439
1384msgid "You have mail in $_"
1385msgstr ""
1386
1387#: mailcheck.c:464
1388msgid "You have new mail in $_"
1389msgstr ""
1390
1391#: mailcheck.c:480
1392#, c-format
1393msgid "The mail in %s has been read\n"
1394msgstr ""
1395
1396#: make_cmd.c:314
1397msgid "syntax error: arithmetic expression required"
1398msgstr ""
1399
1400#: make_cmd.c:316
1401msgid "syntax error: `;' unexpected"
1402msgstr ""
1403
1404#: make_cmd.c:317
1405#, c-format
1406msgid "syntax error: `((%s))'"
1407msgstr ""
1408
1409#: make_cmd.c:569
1410#, c-format
1411msgid "make_here_document: bad instruction type %d"
1412msgstr ""
1413
1414#: make_cmd.c:668
1415#, c-format
1416msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1417msgstr ""
1418
1419#: make_cmd.c:769
1420#, c-format
1421msgid "make_redirection: redirection instruction `%d' out of range"
1422msgstr ""
1423
1424#: parse.y:2428
1425#, c-format
1426msgid "shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line truncated"
1427msgstr ""
1428
1429#: parse.y:2921
1430msgid "maximum here-document count exceeded"
1431msgstr ""
1432
1433#: parse.y:3684 parse.y:4244 parse.y:6148
1434#, c-format
1435msgid "unexpected EOF while looking for matching `%c'"
1436msgstr ""
1437
1438#: parse.y:4452
1439msgid "unexpected EOF while looking for `]]'"
1440msgstr ""
1441
1442#: parse.y:4457
1443#, c-format
1444msgid "syntax error in conditional expression: unexpected token `%s'"
1445msgstr ""
1446
1447#: parse.y:4461
1448msgid "syntax error in conditional expression"
1449msgstr ""
1450
1451#: parse.y:4539
1452#, c-format
1453msgid "unexpected token `%s', expected `)'"
1454msgstr ""
1455
1456#: parse.y:4543
1457msgid "expected `)'"
1458msgstr ""
1459
1460#: parse.y:4571
1461#, c-format
1462msgid "unexpected argument `%s' to conditional unary operator"
1463msgstr ""
1464
1465#: parse.y:4575
1466msgid "unexpected argument to conditional unary operator"
1467msgstr ""
1468
1469#: parse.y:4621
1470#, c-format
1471msgid "unexpected token `%s', conditional binary operator expected"
1472msgstr ""
1473
1474#: parse.y:4625
1475msgid "conditional binary operator expected"
1476msgstr ""
1477
1478#: parse.y:4647
1479#, c-format
1480msgid "unexpected argument `%s' to conditional binary operator"
1481msgstr ""
1482
1483#: parse.y:4651
1484msgid "unexpected argument to conditional binary operator"
1485msgstr ""
1486
1487#: parse.y:4662
1488#, c-format
1489msgid "unexpected token `%c' in conditional command"
1490msgstr ""
1491
1492#: parse.y:4665
1493#, c-format
1494msgid "unexpected token `%s' in conditional command"
1495msgstr ""
1496
1497#: parse.y:4669
1498#, c-format
1499msgid "unexpected token %d in conditional command"
1500msgstr ""
1501
1502#: parse.y:6118
1503#, c-format
1504msgid "syntax error near unexpected token `%s'"
1505msgstr ""
1506
1507#: parse.y:6137
1508#, c-format
1509msgid "syntax error near `%s'"
1510msgstr ""
1511
1512#: parse.y:6151
1513msgid "syntax error: unexpected end of file"
1514msgstr ""
1515
1516#: parse.y:6151
1517msgid "syntax error"
1518msgstr ""
1519
1520#: parse.y:6216
1521#, c-format
1522msgid "Use \"%s\" to leave the shell.\n"
1523msgstr ""
1524
1525#: parse.y:6394
1526msgid "unexpected EOF while looking for matching `)'"
1527msgstr ""
1528
1529#: pcomplete.c:1132
1530#, c-format
1531msgid "completion: function `%s' not found"
1532msgstr ""
1533
1534#: pcomplete.c:1722
1535#, c-format
1536msgid "programmable_completion: %s: possible retry loop"
1537msgstr ""
1538
1539#: pcomplib.c:182
1540#, c-format
1541msgid "progcomp_insert: %s: NULL COMPSPEC"
1542msgstr ""
1543
1544#: print_cmd.c:302
1545#, c-format
1546msgid "print_command: bad connector `%d'"
1547msgstr ""
1548
1549#: print_cmd.c:375
1550#, c-format
1551msgid "xtrace_set: %d: invalid file descriptor"
1552msgstr ""
1553
1554#: print_cmd.c:380
1555msgid "xtrace_set: NULL file pointer"
1556msgstr ""
1557
1558#: print_cmd.c:384
1559#, c-format
1560msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1561msgstr ""
1562
1563#: print_cmd.c:1545
1564#, c-format
1565msgid "cprintf: `%c': invalid format character"
1566msgstr ""
1567
1568#: redir.c:150 redir.c:198
1569msgid "file descriptor out of range"
1570msgstr ""
1571
1572#: redir.c:205
1573#, c-format
1574msgid "%s: ambiguous redirect"
1575msgstr ""
1576
1577#: redir.c:209
1578#, c-format
1579msgid "%s: cannot overwrite existing file"
1580msgstr ""
1581
1582#: redir.c:214
1583#, c-format
1584msgid "%s: restricted: cannot redirect output"
1585msgstr ""
1586
1587#: redir.c:219
1588#, c-format
1589msgid "cannot create temp file for here-document: %s"
1590msgstr ""
1591
1592#: redir.c:223
1593#, c-format
1594msgid "%s: cannot assign fd to variable"
1595msgstr ""
1596
1597#: redir.c:650
1598msgid "/dev/(tcp|udp)/host/port not supported without networking"
1599msgstr ""
1600
1601#: redir.c:945 redir.c:1065 redir.c:1130 redir.c:1303
1602msgid "redirection error: cannot duplicate fd"
1603msgstr ""
1604
1605#: shell.c:353
1606msgid "could not find /tmp, please create!"
1607msgstr ""
1608
1609#: shell.c:357
1610msgid "/tmp must be a valid directory name"
1611msgstr ""
1612
1613#: shell.c:826
1614msgid "pretty-printing mode ignored in interactive shells"
1615msgstr ""
1616
1617#: shell.c:972
1618#, c-format
1619msgid "%c%c: invalid option"
1620msgstr ""
1621
1622#: shell.c:1343
1623#, c-format
1624msgid "cannot set uid to %d: effective uid %d"
1625msgstr ""
1626
1627#: shell.c:1354
1628#, c-format
1629msgid "cannot set gid to %d: effective gid %d"
1630msgstr ""
1631
1632#: shell.c:1544
1633msgid "cannot start debugger; debugging mode disabled"
1634msgstr ""
1635
1636#: shell.c:1658
1637#, c-format
1638msgid "%s: Is a directory"
1639msgstr ""
1640
1641#: shell.c:1907
1642msgid "I have no name!"
1643msgstr ""
1644
1645#: shell.c:2061
1646#, c-format
1647msgid "GNU bash, version %s-(%s)\n"
1648msgstr ""
1649
1650#: shell.c:2062
1651#, c-format
1652msgid ""
1653"Usage:\t%s [GNU long option] [option] ...\n"
1654"\t%s [GNU long option] [option] script-file ...\n"
1655msgstr ""
1656
1657#: shell.c:2064
1658msgid "GNU long options:\n"
1659msgstr ""
1660
1661#: shell.c:2068
1662msgid "Shell options:\n"
1663msgstr ""
1664
1665#: shell.c:2069
1666msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
1667msgstr ""
1668
1669#: shell.c:2088
1670#, c-format
1671msgid "\t-%s or -o option\n"
1672msgstr ""
1673
1674#: shell.c:2094
1675#, c-format
1676msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1677msgstr ""
1678
1679#: shell.c:2095
1680#, c-format
1681msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1682msgstr ""
1683
1684#: shell.c:2096
1685#, c-format
1686msgid "Use the `bashbug' command to report bugs.\n"
1687msgstr ""
1688
1689#: shell.c:2098
1690#, c-format
1691msgid "bash home page: <http://www.gnu.org/software/bash>\n"
1692msgstr ""
1693
1694#: shell.c:2099
1695#, c-format
1696msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
1697msgstr ""
1698
1699#: sig.c:765
1700#, c-format
1701msgid "sigprocmask: %d: invalid operation"
1702msgstr ""
1703
1704#: siglist.c:48
1705msgid "Bogus signal"
1706msgstr ""
1707
1708#: siglist.c:51
1709msgid "Hangup"
1710msgstr ""
1711
1712#: siglist.c:55
1713msgid "Interrupt"
1714msgstr ""
1715
1716#: siglist.c:59
1717msgid "Quit"
1718msgstr ""
1719
1720#: siglist.c:63
1721msgid "Illegal instruction"
1722msgstr ""
1723
1724#: siglist.c:67
1725msgid "BPT trace/trap"
1726msgstr ""
1727
1728#: siglist.c:75
1729msgid "ABORT instruction"
1730msgstr ""
1731
1732#: siglist.c:79
1733msgid "EMT instruction"
1734msgstr ""
1735
1736#: siglist.c:83
1737msgid "Floating point exception"
1738msgstr ""
1739
1740#: siglist.c:87
1741msgid "Killed"
1742msgstr ""
1743
1744#: siglist.c:91
1745msgid "Bus error"
1746msgstr ""
1747
1748#: siglist.c:95
1749msgid "Segmentation fault"
1750msgstr ""
1751
1752#: siglist.c:99
1753msgid "Bad system call"
1754msgstr ""
1755
1756#: siglist.c:103
1757msgid "Broken pipe"
1758msgstr ""
1759
1760#: siglist.c:107
1761msgid "Alarm clock"
1762msgstr ""
1763
1764#: siglist.c:111
1765msgid "Terminated"
1766msgstr ""
1767
1768#: siglist.c:115
1769msgid "Urgent IO condition"
1770msgstr ""
1771
1772#: siglist.c:119
1773msgid "Stopped (signal)"
1774msgstr ""
1775
1776#: siglist.c:127
1777msgid "Continue"
1778msgstr ""
1779
1780#: siglist.c:135
1781msgid "Child death or stop"
1782msgstr ""
1783
1784#: siglist.c:139
1785msgid "Stopped (tty input)"
1786msgstr ""
1787
1788#: siglist.c:143
1789msgid "Stopped (tty output)"
1790msgstr ""
1791
1792#: siglist.c:147
1793msgid "I/O ready"
1794msgstr ""
1795
1796#: siglist.c:151
1797msgid "CPU limit"
1798msgstr ""
1799
1800#: siglist.c:155
1801msgid "File limit"
1802msgstr ""
1803
1804#: siglist.c:159
1805msgid "Alarm (virtual)"
1806msgstr ""
1807
1808#: siglist.c:163
1809msgid "Alarm (profile)"
1810msgstr ""
1811
1812#: siglist.c:167
1813msgid "Window changed"
1814msgstr ""
1815
1816#: siglist.c:171
1817msgid "Record lock"
1818msgstr ""
1819
1820#: siglist.c:175
1821msgid "User signal 1"
1822msgstr ""
1823
1824#: siglist.c:179
1825msgid "User signal 2"
1826msgstr ""
1827
1828#: siglist.c:183
1829msgid "HFT input data pending"
1830msgstr ""
1831
1832#: siglist.c:187
1833msgid "power failure imminent"
1834msgstr ""
1835
1836#: siglist.c:191
1837msgid "system crash imminent"
1838msgstr ""
1839
1840#: siglist.c:195
1841msgid "migrate process to another CPU"
1842msgstr ""
1843
1844#: siglist.c:199
1845msgid "programming error"
1846msgstr ""
1847
1848#: siglist.c:203
1849msgid "HFT monitor mode granted"
1850msgstr ""
1851
1852#: siglist.c:207
1853msgid "HFT monitor mode retracted"
1854msgstr ""
1855
1856#: siglist.c:211
1857msgid "HFT sound sequence has completed"
1858msgstr ""
1859
1860#: siglist.c:215
1861msgid "Information request"
1862msgstr ""
1863
1864#: siglist.c:223 siglist.c:225
1865#, c-format
1866msgid "Unknown Signal #%d"
1867msgstr ""
1868
1869#: subst.c:1480 subst.c:1670
1870#, c-format
1871msgid "bad substitution: no closing `%s' in %s"
1872msgstr ""
1873
1874#: subst.c:3307
1875#, c-format
1876msgid "%s: cannot assign list to array member"
1877msgstr ""
1878
1879#: subst.c:6048 subst.c:6064
1880msgid "cannot make pipe for process substitution"
1881msgstr ""
1882
1883#: subst.c:6124
1884msgid "cannot make child for process substitution"
1885msgstr ""
1886
1887#: subst.c:6198
1888#, c-format
1889msgid "cannot open named pipe %s for reading"
1890msgstr ""
1891
1892#: subst.c:6200
1893#, c-format
1894msgid "cannot open named pipe %s for writing"
1895msgstr ""
1896
1897#: subst.c:6223
1898#, c-format
1899msgid "cannot duplicate named pipe %s as fd %d"
1900msgstr ""
1901
1902#: subst.c:6370
1903msgid "command substitution: ignored null byte in input"
1904msgstr ""
1905
1906#: subst.c:6533
1907msgid "cannot make pipe for command substitution"
1908msgstr ""
1909
1910#: subst.c:6580
1911msgid "cannot make child for command substitution"
1912msgstr ""
1913
1914#: subst.c:6613
1915msgid "command_substitute: cannot duplicate pipe as fd 1"
1916msgstr ""
1917
1918#: subst.c:7082 subst.c:10252
1919#, c-format
1920msgid "%s: invalid variable name for name reference"
1921msgstr ""
1922
1923#: subst.c:7178 subst.c:7196 subst.c:7369
1924#, c-format
1925msgid "%s: invalid indirect expansion"
1926msgstr ""
1927
1928#: subst.c:7212 subst.c:7377
1929#, c-format
1930msgid "%s: invalid variable name"
1931msgstr ""
1932
1933#: subst.c:7478
1934#, c-format
1935msgid "%s: parameter not set"
1936msgstr ""
1937
1938#: subst.c:7480
1939#, c-format
1940msgid "%s: parameter null or not set"
1941msgstr ""
1942
1943#: subst.c:7727 subst.c:7742
1944#, c-format
1945msgid "%s: substring expression < 0"
1946msgstr ""
1947
1948#: subst.c:9560 subst.c:9587
1949#, c-format
1950msgid "%s: bad substitution"
1951msgstr ""
1952
1953#: subst.c:9678
1954#, c-format
1955msgid "$%s: cannot assign in this way"
1956msgstr ""
1957
1958#: subst.c:10111
1959msgid "future versions of the shell will force evaluation as an arithmetic substitution"
1960msgstr ""
1961
1962#: subst.c:10795
1963#, c-format
1964msgid "bad substitution: no closing \"`\" in %s"
1965msgstr ""
1966
1967#: subst.c:11874
1968#, c-format
1969msgid "no match: %s"
1970msgstr ""
1971
1972#: test.c:147
1973msgid "argument expected"
1974msgstr ""
1975
1976#: test.c:156
1977#, c-format
1978msgid "%s: integer expression expected"
1979msgstr ""
1980
1981#: test.c:265
1982msgid "`)' expected"
1983msgstr ""
1984
1985#: test.c:267
1986#, c-format
1987msgid "`)' expected, found %s"
1988msgstr ""
1989
1990#: test.c:469 test.c:814
1991#, c-format
1992msgid "%s: binary operator expected"
1993msgstr ""
1994
1995#: test.c:771 test.c:774
1996#, c-format
1997msgid "%s: unary operator expected"
1998msgstr ""
1999
2000#: test.c:896
2001msgid "missing `]'"
2002msgstr ""
2003
2004#: test.c:914
2005#, c-format
2006msgid "syntax error: `%s' unexpected"
2007msgstr ""
2008
2009#: trap.c:220
2010msgid "invalid signal number"
2011msgstr ""
2012
2013#: trap.c:323
2014#, c-format
2015msgid "trap handler: maximum trap handler level exceeded (%d)"
2016msgstr ""
2017
2018#: trap.c:412
2019#, c-format
2020msgid "run_pending_traps: bad value in trap_list[%d]: %p"
2021msgstr ""
2022
2023#: trap.c:416
2024#, c-format
2025msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
2026msgstr ""
2027
2028#: trap.c:509
2029#, c-format
2030msgid "trap_handler: bad signal %d"
2031msgstr ""
2032
2033#: variables.c:424
2034#, c-format
2035msgid "error importing function definition for `%s'"
2036msgstr ""
2037
2038#: variables.c:838
2039#, c-format
2040msgid "shell level (%d) too high, resetting to 1"
2041msgstr ""
2042
2043#: variables.c:2642
2044msgid "make_local_variable: no function context at current scope"
2045msgstr ""
2046
2047#: variables.c:2661
2048#, c-format
2049msgid "%s: variable may not be assigned value"
2050msgstr ""
2051
2052#: variables.c:2818 variables.c:2874
2053#, c-format
2054msgid "%s: cannot inherit value from incompatible type"
2055msgstr ""
2056
2057#: variables.c:3459
2058#, c-format
2059msgid "%s: assigning integer to name reference"
2060msgstr ""
2061
2062#: variables.c:4390
2063msgid "all_local_variables: no function context at current scope"
2064msgstr ""
2065
2066#: variables.c:4757
2067#, c-format
2068msgid "%s has null exportstr"
2069msgstr ""
2070
2071#: variables.c:4762 variables.c:4771
2072#, c-format
2073msgid "invalid character %d in exportstr for %s"
2074msgstr ""
2075
2076#: variables.c:4777
2077#, c-format
2078msgid "no `=' in exportstr for %s"
2079msgstr ""
2080
2081#: variables.c:5317
2082msgid "pop_var_context: head of shell_variables not a function context"
2083msgstr ""
2084
2085#: variables.c:5330
2086msgid "pop_var_context: no global_variables context"
2087msgstr ""
2088
2089#: variables.c:5410
2090msgid "pop_scope: head of shell_variables not a temporary environment scope"
2091msgstr ""
2092
2093#: variables.c:6400
2094#, c-format
2095msgid "%s: %s: cannot open as FILE"
2096msgstr ""
2097
2098#: variables.c:6405
2099#, c-format
2100msgid "%s: %s: invalid value for trace file descriptor"
2101msgstr ""
2102
2103#: variables.c:6450
2104#, c-format
2105msgid "%s: %s: compatibility value out of range"
2106msgstr ""
2107
2108#: version.c:46 version2.c:46
2109msgid "Copyright (C) 2022 Free Software Foundation, Inc."
2110msgstr ""
2111
2112#: version.c:47 version2.c:47
2113msgid "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
2114msgstr ""
2115
2116#: version.c:86 version2.c:86
2117#, c-format
2118msgid "GNU bash, version %s (%s)\n"
2119msgstr ""
2120
2121#: version.c:91 version2.c:91
2122msgid "This is free software; you are free to change and redistribute it."
2123msgstr ""
2124
2125#: version.c:92 version2.c:92
2126msgid "There is NO WARRANTY, to the extent permitted by law."
2127msgstr ""
2128
2129#: xmalloc.c:93
2130#, c-format
2131msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2132msgstr ""
2133
2134#: xmalloc.c:95
2135#, c-format
2136msgid "%s: cannot allocate %lu bytes"
2137msgstr ""
2138
2139#: xmalloc.c:165
2140#, c-format
2141msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2142msgstr ""
2143
2144#: xmalloc.c:167
2145#, c-format
2146msgid "%s: %s:%d: cannot allocate %lu bytes"
2147msgstr ""
2148
2149#: builtins.c:45
2150msgid "alias [-p] [name[=value] ... ]"
2151msgstr ""
2152
2153#: builtins.c:49
2154msgid "unalias [-a] name [name ...]"
2155msgstr ""
2156
2157#: builtins.c:53
2158msgid "bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2159msgstr ""
2160
2161#: builtins.c:56
2162msgid "break [n]"
2163msgstr ""
2164
2165#: builtins.c:58
2166msgid "continue [n]"
2167msgstr ""
2168
2169#: builtins.c:60
2170msgid "builtin [shell-builtin [arg ...]]"
2171msgstr ""
2172
2173#: builtins.c:63
2174msgid "caller [expr]"
2175msgstr ""
2176
2177#: builtins.c:66
2178msgid "cd [-L|[-P [-e]] [-@]] [dir]"
2179msgstr ""
2180
2181#: builtins.c:68
2182msgid "pwd [-LP]"
2183msgstr ""
2184
2185#: builtins.c:76
2186msgid "command [-pVv] command [arg ...]"
2187msgstr ""
2188
2189#: builtins.c:78
2190msgid "declare [-aAfFgiIlnrtux] [name[=value] ...] or declare -p [-aAfFilnrtux] [name ...]"
2191msgstr ""
2192
2193#: builtins.c:80
2194msgid "typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]"
2195msgstr ""
2196
2197#: builtins.c:82
2198msgid "local [option] name[=value] ..."
2199msgstr ""
2200
2201#: builtins.c:85
2202msgid "echo [-neE] [arg ...]"
2203msgstr ""
2204
2205#: builtins.c:89
2206msgid "echo [-n] [arg ...]"
2207msgstr ""
2208
2209#: builtins.c:92
2210msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2211msgstr ""
2212
2213#: builtins.c:94
2214msgid "eval [arg ...]"
2215msgstr ""
2216
2217#: builtins.c:96
2218msgid "getopts optstring name [arg ...]"
2219msgstr ""
2220
2221#: builtins.c:98
2222msgid "exec [-cl] [-a name] [command [argument ...]] [redirection ...]"
2223msgstr ""
2224
2225#: builtins.c:100
2226msgid "exit [n]"
2227msgstr ""
2228
2229#: builtins.c:102
2230msgid "logout [n]"
2231msgstr ""
2232
2233#: builtins.c:105
2234msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2235msgstr ""
2236
2237#: builtins.c:109
2238msgid "fg [job_spec]"
2239msgstr ""
2240
2241#: builtins.c:113
2242msgid "bg [job_spec ...]"
2243msgstr ""
2244
2245#: builtins.c:116
2246msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2247msgstr ""
2248
2249#: builtins.c:119
2250msgid "help [-dms] [pattern ...]"
2251msgstr ""
2252
2253#: builtins.c:123
2254msgid "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]"
2255msgstr ""
2256
2257#: builtins.c:127
2258msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2259msgstr ""
2260
2261#: builtins.c:131
2262msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
2263msgstr ""
2264
2265#: builtins.c:134
2266msgid "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]"
2267msgstr ""
2268
2269#: builtins.c:136
2270msgid "let arg [arg ...]"
2271msgstr ""
2272
2273#: builtins.c:138
2274msgid "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]"
2275msgstr ""
2276
2277#: builtins.c:140
2278msgid "return [n]"
2279msgstr ""
2280
2281#: builtins.c:142
2282msgid "set [-abefhkmnptuvxBCEHPT] [-o option-name] [--] [-] [arg ...]"
2283msgstr ""
2284
2285#: builtins.c:144
2286msgid "unset [-f] [-v] [-n] [name ...]"
2287msgstr ""
2288
2289#: builtins.c:146
2290msgid "export [-fn] [name[=value] ...] or export -p"
2291msgstr ""
2292
2293#: builtins.c:148
2294msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2295msgstr ""
2296
2297#: builtins.c:150
2298msgid "shift [n]"
2299msgstr ""
2300
2301#: builtins.c:152
2302msgid "source filename [arguments]"
2303msgstr ""
2304
2305#: builtins.c:154
2306msgid ". filename [arguments]"
2307msgstr ""
2308
2309#: builtins.c:157
2310msgid "suspend [-f]"
2311msgstr ""
2312
2313#: builtins.c:160
2314msgid "test [expr]"
2315msgstr ""
2316
2317#: builtins.c:162
2318msgid "[ arg... ]"
2319msgstr ""
2320
2321#: builtins.c:166
2322msgid "trap [-lp] [[arg] signal_spec ...]"
2323msgstr ""
2324
2325#: builtins.c:168
2326msgid "type [-afptP] name [name ...]"
2327msgstr ""
2328
2329#: builtins.c:171
2330msgid "ulimit [-SHabcdefiklmnpqrstuvxPRT] [limit]"
2331msgstr ""
2332
2333#: builtins.c:174
2334msgid "umask [-p] [-S] [mode]"
2335msgstr ""
2336
2337#: builtins.c:177
2338msgid "wait [-fn] [-p var] [id ...]"
2339msgstr ""
2340
2341#: builtins.c:181
2342msgid "wait [pid ...]"
2343msgstr ""
2344
2345#: builtins.c:184
2346msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2347msgstr ""
2348
2349#: builtins.c:186
2350msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2351msgstr ""
2352
2353#: builtins.c:188
2354msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2355msgstr ""
2356
2357#: builtins.c:190
2358msgid "time [-p] pipeline"
2359msgstr ""
2360
2361#: builtins.c:192
2362msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2363msgstr ""
2364
2365#: builtins.c:194
2366msgid "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi"
2367msgstr ""
2368
2369#: builtins.c:196
2370msgid "while COMMANDS; do COMMANDS-2; done"
2371msgstr ""
2372
2373#: builtins.c:198
2374msgid "until COMMANDS; do COMMANDS-2; done"
2375msgstr ""
2376
2377#: builtins.c:200
2378msgid "coproc [NAME] command [redirections]"
2379msgstr ""
2380
2381#: builtins.c:202
2382msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2383msgstr ""
2384
2385#: builtins.c:204
2386msgid "{ COMMANDS ; }"
2387msgstr ""
2388
2389#: builtins.c:206
2390msgid "job_spec [&]"
2391msgstr ""
2392
2393#: builtins.c:208
2394msgid "(( expression ))"
2395msgstr ""
2396
2397#: builtins.c:210
2398msgid "[[ expression ]]"
2399msgstr ""
2400
2401#: builtins.c:212
2402msgid "variables - Names and meanings of some shell variables"
2403msgstr ""
2404
2405#: builtins.c:215
2406msgid "pushd [-n] [+N | -N | dir]"
2407msgstr ""
2408
2409#: builtins.c:219
2410msgid "popd [-n] [+N | -N]"
2411msgstr ""
2412
2413#: builtins.c:223
2414msgid "dirs [-clpv] [+N] [-N]"
2415msgstr ""
2416
2417#: builtins.c:226
2418msgid "shopt [-pqsu] [-o] [optname ...]"
2419msgstr ""
2420
2421#: builtins.c:228
2422msgid "printf [-v var] format [arguments]"
2423msgstr ""
2424
2425#: builtins.c:231
2426msgid "complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [name ...]"
2427msgstr ""
2428
2429#: builtins.c:235
2430msgid "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2431msgstr ""
2432
2433#: builtins.c:239
2434msgid "compopt [-o|+o option] [-DEI] [name ...]"
2435msgstr ""
2436
2437#: builtins.c:242
2438msgid "mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
2439msgstr ""
2440
2441#: builtins.c:244
2442msgid "readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
2443msgstr ""
2444
2445#: builtins.c:256
2446msgid ""
2447"Define or display aliases.\n"
2448" \n"
2449" Without arguments, `alias' prints the list of aliases in the reusable\n"
2450" form `alias NAME=VALUE' on standard output.\n"
2451" \n"
2452" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2453" A trailing space in VALUE causes the next word to be checked for\n"
2454" alias substitution when the alias is expanded.\n"
2455" \n"
2456" Options:\n"
2457" -p\tprint all defined aliases in a reusable format\n"
2458" \n"
2459" Exit Status:\n"
2460" alias returns true unless a NAME is supplied for which no alias has been\n"
2461" defined."
2462msgstr ""
2463
2464#: builtins.c:278
2465msgid ""
2466"Remove each NAME from the list of defined aliases.\n"
2467" \n"
2468" Options:\n"
2469" -a\tremove all alias definitions\n"
2470" \n"
2471" Return success unless a NAME is not an existing alias."
2472msgstr ""
2473
2474#: builtins.c:291
2475msgid ""
2476"Set Readline key bindings and variables.\n"
2477" \n"
2478" Bind a key sequence to a Readline function or a macro, or set a\n"
2479" Readline variable. The non-option argument syntax is equivalent to\n"
2480" that found in ~/.inputrc, but must be passed as a single argument:\n"
2481" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2482" \n"
2483" Options:\n"
2484" -m keymap Use KEYMAP as the keymap for the duration of this\n"
2485" command. Acceptable keymap names are emacs,\n"
2486" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n"
2487" vi-command, and vi-insert.\n"
2488" -l List names of functions.\n"
2489" -P List function names and bindings.\n"
2490" -p List functions and bindings in a form that can be\n"
2491" reused as input.\n"
2492" -S List key sequences that invoke macros and their values\n"
2493" -s List key sequences that invoke macros and their values\n"
2494" in a form that can be reused as input.\n"
2495" -V List variable names and values\n"
2496" -v List variable names and values in a form that can\n"
2497" be reused as input.\n"
2498" -q function-name Query about which keys invoke the named function.\n"
2499" -u function-name Unbind all keys which are bound to the named function.\n"
2500" -r keyseq Remove the binding for KEYSEQ.\n"
2501" -f filename Read key bindings from FILENAME.\n"
2502" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2503" \t\t\t\tKEYSEQ is entered.\n"
2504" -X List key sequences bound with -x and associated commands\n"
2505" in a form that can be reused as input.\n"
2506" \n"
2507" Exit Status:\n"
2508" bind returns 0 unless an unrecognized option is given or an error occurs."
2509msgstr ""
2510
2511#: builtins.c:330
2512msgid ""
2513"Exit for, while, or until loops.\n"
2514" \n"
2515" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2516" loops.\n"
2517" \n"
2518" Exit Status:\n"
2519" The exit status is 0 unless N is not greater than or equal to 1."
2520msgstr ""
2521
2522#: builtins.c:342
2523msgid ""
2524"Resume for, while, or until loops.\n"
2525" \n"
2526" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2527" If N is specified, resumes the Nth enclosing loop.\n"
2528" \n"
2529" Exit Status:\n"
2530" The exit status is 0 unless N is not greater than or equal to 1."
2531msgstr ""
2532
2533#: builtins.c:354
2534msgid ""
2535"Execute shell builtins.\n"
2536" \n"
2537" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2538" lookup. This is useful when you wish to reimplement a shell builtin\n"
2539" as a shell function, but need to execute the builtin within the function.\n"
2540" \n"
2541" Exit Status:\n"
2542" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2543" not a shell builtin."
2544msgstr ""
2545
2546#: builtins.c:369
2547msgid ""
2548"Return the context of the current subroutine call.\n"
2549" \n"
2550" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2551" \"$line $subroutine $filename\"; this extra information can be used to\n"
2552" provide a stack trace.\n"
2553" \n"
2554" The value of EXPR indicates how many call frames to go back before the\n"
2555" current one; the top frame is frame 0.\n"
2556" \n"
2557" Exit Status:\n"
2558" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2559" is invalid."
2560msgstr ""
2561
2562#: builtins.c:387
2563msgid ""
2564"Change the shell working directory.\n"
2565" \n"
2566" Change the current directory to DIR. The default DIR is the value of the\n"
2567" HOME shell variable.\n"
2568" \n"
2569" The variable CDPATH defines the search path for the directory containing\n"
2570" DIR. Alternative directory names in CDPATH are separated by a colon (:).\n"
2571" A null directory name is the same as the current directory. If DIR begins\n"
2572" with a slash (/), then CDPATH is not used.\n"
2573" \n"
2574" If the directory is not found, and the shell option `cdable_vars' is set,\n"
2575" the word is assumed to be a variable name. If that variable has a value,\n"
2576" its value is used for DIR.\n"
2577" \n"
2578" Options:\n"
2579" -L\tforce symbolic links to be followed: resolve symbolic\n"
2580" \t\tlinks in DIR after processing instances of `..'\n"
2581" -P\tuse the physical directory structure without following\n"
2582" \t\tsymbolic links: resolve symbolic links in DIR before\n"
2583" \t\tprocessing instances of `..'\n"
2584" -e\tif the -P option is supplied, and the current working\n"
2585" \t\tdirectory cannot be determined successfully, exit with\n"
2586" \t\ta non-zero status\n"
2587" -@\ton systems that support it, present a file with extended\n"
2588" \t\tattributes as a directory containing the file attributes\n"
2589" \n"
2590" The default is to follow symbolic links, as if `-L' were specified.\n"
2591" `..' is processed by removing the immediately previous pathname component\n"
2592" back to a slash or the beginning of DIR.\n"
2593" \n"
2594" Exit Status:\n"
2595" Returns 0 if the directory is changed, and if $PWD is set successfully when\n"
2596" -P is used; non-zero otherwise."
2597msgstr ""
2598
2599#: builtins.c:425
2600msgid ""
2601"Print the name of the current working directory.\n"
2602" \n"
2603" Options:\n"
2604" -L\tprint the value of $PWD if it names the current working\n"
2605" \t\tdirectory\n"
2606" -P\tprint the physical directory, without any symbolic links\n"
2607" \n"
2608" By default, `pwd' behaves as if `-L' were specified.\n"
2609" \n"
2610" Exit Status:\n"
2611" Returns 0 unless an invalid option is given or the current directory\n"
2612" cannot be read."
2613msgstr ""
2614
2615#: builtins.c:442
2616msgid ""
2617"Null command.\n"
2618" \n"
2619" No effect; the command does nothing.\n"
2620" \n"
2621" Exit Status:\n"
2622" Always succeeds."
2623msgstr ""
2624
2625#: builtins.c:453
2626msgid ""
2627"Return a successful result.\n"
2628" \n"
2629" Exit Status:\n"
2630" Always succeeds."
2631msgstr ""
2632
2633#: builtins.c:462
2634msgid ""
2635"Return an unsuccessful result.\n"
2636" \n"
2637" Exit Status:\n"
2638" Always fails."
2639msgstr ""
2640
2641#: builtins.c:471
2642msgid ""
2643"Execute a simple command or display information about commands.\n"
2644" \n"
2645" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2646" information about the specified COMMANDs. Can be used to invoke commands\n"
2647" on disk when a function with the same name exists.\n"
2648" \n"
2649" Options:\n"
2650" -p use a default value for PATH that is guaranteed to find all of\n"
2651" the standard utilities\n"
2652" -v print a description of COMMAND similar to the `type' builtin\n"
2653" -V print a more verbose description of each COMMAND\n"
2654" \n"
2655" Exit Status:\n"
2656" Returns exit status of COMMAND, or failure if COMMAND is not found."
2657msgstr ""
2658
2659#: builtins.c:490
2660msgid ""
2661"Set variable values and attributes.\n"
2662" \n"
2663" Declare variables and give them attributes. If no NAMEs are given,\n"
2664" display the attributes and values of all variables.\n"
2665" \n"
2666" Options:\n"
2667" -f\trestrict action or display to function names and definitions\n"
2668" -F\trestrict display to function names only (plus line number and\n"
2669" \t\tsource file when debugging)\n"
2670" -g\tcreate global variables when used in a shell function; otherwise\n"
2671" \t\tignored\n"
2672" -I\tif creating a local variable, inherit the attributes and value\n"
2673" \t\tof a variable with the same name at a previous scope\n"
2674" -p\tdisplay the attributes and value of each NAME\n"
2675" \n"
2676" Options which set attributes:\n"
2677" -a\tto make NAMEs indexed arrays (if supported)\n"
2678" -A\tto make NAMEs associative arrays (if supported)\n"
2679" -i\tto make NAMEs have the `integer' attribute\n"
2680" -l\tto convert the value of each NAME to lower case on assignment\n"
2681" -n\tmake NAME a reference to the variable named by its value\n"
2682" -r\tto make NAMEs readonly\n"
2683" -t\tto make NAMEs have the `trace' attribute\n"
2684" -u\tto convert the value of each NAME to upper case on assignment\n"
2685" -x\tto make NAMEs export\n"
2686" \n"
2687" Using `+' instead of `-' turns off the given attribute.\n"
2688" \n"
2689" Variables with the integer attribute have arithmetic evaluation (see\n"
2690" the `let' command) performed when the variable is assigned a value.\n"
2691" \n"
2692" When used in a function, `declare' makes NAMEs local, as with the `local'\n"
2693" command. The `-g' option suppresses this behavior.\n"
2694" \n"
2695" Exit Status:\n"
2696" Returns success unless an invalid option is supplied or a variable\n"
2697" assignment error occurs."
2698msgstr ""
2699
2700#: builtins.c:532
2701msgid ""
2702"Set variable values and attributes.\n"
2703" \n"
2704" A synonym for `declare'. See `help declare'."
2705msgstr ""
2706
2707#: builtins.c:540
2708msgid ""
2709"Define local variables.\n"
2710" \n"
2711" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2712" be any option accepted by `declare'.\n"
2713" \n"
2714" Local variables can only be used within a function; they are visible\n"
2715" only to the function where they are defined and its children.\n"
2716" \n"
2717" Exit Status:\n"
2718" Returns success unless an invalid option is supplied, a variable\n"
2719" assignment error occurs, or the shell is not executing a function."
2720msgstr ""
2721
2722#: builtins.c:557
2723msgid ""
2724"Write arguments to the standard output.\n"
2725" \n"
2726" Display the ARGs, separated by a single space character and followed by a\n"
2727" newline, on the standard output.\n"
2728" \n"
2729" Options:\n"
2730" -n\tdo not append a newline\n"
2731" -e\tenable interpretation of the following backslash escapes\n"
2732" -E\texplicitly suppress interpretation of backslash escapes\n"
2733" \n"
2734" `echo' interprets the following backslash-escaped characters:\n"
2735" \\a\talert (bell)\n"
2736" \\b\tbackspace\n"
2737" \\c\tsuppress further output\n"
2738" \\e\tescape character\n"
2739" \\E\tescape character\n"
2740" \\f\tform feed\n"
2741" \\n\tnew line\n"
2742" \\r\tcarriage return\n"
2743" \\t\thorizontal tab\n"
2744" \\v\tvertical tab\n"
2745" \\\\\tbackslash\n"
2746" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2747" \t\t0 to 3 octal digits\n"
2748" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2749" \t\tcan be one or two hex digits\n"
2750" \\uHHHH\tthe Unicode character whose value is the hexadecimal value HHHH.\n"
2751" \t\tHHHH can be one to four hex digits.\n"
2752" \\UHHHHHHHH the Unicode character whose value is the hexadecimal value\n"
2753" \t\tHHHHHHHH. HHHHHHHH can be one to eight hex digits.\n"
2754" \n"
2755" Exit Status:\n"
2756" Returns success unless a write error occurs."
2757msgstr ""
2758
2759#: builtins.c:597
2760msgid ""
2761"Write arguments to the standard output.\n"
2762" \n"
2763" Display the ARGs on the standard output followed by a newline.\n"
2764" \n"
2765" Options:\n"
2766" -n\tdo not append a newline\n"
2767" \n"
2768" Exit Status:\n"
2769" Returns success unless a write error occurs."
2770msgstr ""
2771
2772#: builtins.c:612
2773msgid ""
2774"Enable and disable shell builtins.\n"
2775" \n"
2776" Enables and disables builtin shell commands. Disabling allows you to\n"
2777" execute a disk command which has the same name as a shell builtin\n"
2778" without using a full pathname.\n"
2779" \n"
2780" Options:\n"
2781" -a\tprint a list of builtins showing whether or not each is enabled\n"
2782" -n\tdisable each NAME or display a list of disabled builtins\n"
2783" -p\tprint the list of builtins in a reusable format\n"
2784" -s\tprint only the names of Posix `special' builtins\n"
2785" \n"
2786" Options controlling dynamic loading:\n"
2787" -f\tLoad builtin NAME from shared object FILENAME\n"
2788" -d\tRemove a builtin loaded with -f\n"
2789" \n"
2790" Without options, each NAME is enabled.\n"
2791" \n"
2792" To use the `test' found in $PATH instead of the shell builtin\n"
2793" version, type `enable -n test'.\n"
2794" \n"
2795" Exit Status:\n"
2796" Returns success unless NAME is not a shell builtin or an error occurs."
2797msgstr ""
2798
2799#: builtins.c:640
2800msgid ""
2801"Execute arguments as a shell command.\n"
2802" \n"
2803" Combine ARGs into a single string, use the result as input to the shell,\n"
2804" and execute the resulting commands.\n"
2805" \n"
2806" Exit Status:\n"
2807" Returns exit status of command or success if command is null."
2808msgstr ""
2809
2810#: builtins.c:652
2811msgid ""
2812"Parse option arguments.\n"
2813" \n"
2814" Getopts is used by shell procedures to parse positional parameters\n"
2815" as options.\n"
2816" \n"
2817" OPTSTRING contains the option letters to be recognized; if a letter\n"
2818" is followed by a colon, the option is expected to have an argument,\n"
2819" which should be separated from it by white space.\n"
2820" \n"
2821" Each time it is invoked, getopts will place the next option in the\n"
2822" shell variable $name, initializing name if it does not exist, and\n"
2823" the index of the next argument to be processed into the shell\n"
2824" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2825" a shell script is invoked. When an option requires an argument,\n"
2826" getopts places that argument into the shell variable OPTARG.\n"
2827" \n"
2828" getopts reports errors in one of two ways. If the first character\n"
2829" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2830" this mode, no error messages are printed. If an invalid option is\n"
2831" seen, getopts places the option character found into OPTARG. If a\n"
2832" required argument is not found, getopts places a ':' into NAME and\n"
2833" sets OPTARG to the option character found. If getopts is not in\n"
2834" silent mode, and an invalid option is seen, getopts places '?' into\n"
2835" NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2836" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2837" printed.\n"
2838" \n"
2839" If the shell variable OPTERR has the value 0, getopts disables the\n"
2840" printing of error messages, even if the first character of\n"
2841" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2842" \n"
2843" Getopts normally parses the positional parameters, but if arguments\n"
2844" are supplied as ARG values, they are parsed instead.\n"
2845" \n"
2846" Exit Status:\n"
2847" Returns success if an option is found; fails if the end of options is\n"
2848" encountered or an error occurs."
2849msgstr ""
2850
2851#: builtins.c:694
2852msgid ""
2853"Replace the shell with the given command.\n"
2854" \n"
2855" Execute COMMAND, replacing this shell with the specified program.\n"
2856" ARGUMENTS become the arguments to COMMAND. If COMMAND is not specified,\n"
2857" any redirections take effect in the current shell.\n"
2858" \n"
2859" Options:\n"
2860" -a name\tpass NAME as the zeroth argument to COMMAND\n"
2861" -c\texecute COMMAND with an empty environment\n"
2862" -l\tplace a dash in the zeroth argument to COMMAND\n"
2863" \n"
2864" If the command cannot be executed, a non-interactive shell exits, unless\n"
2865" the shell option `execfail' is set.\n"
2866" \n"
2867" Exit Status:\n"
2868" Returns success unless COMMAND is not found or a redirection error occurs."
2869msgstr ""
2870
2871#: builtins.c:715
2872msgid ""
2873"Exit the shell.\n"
2874" \n"
2875" Exits the shell with a status of N. If N is omitted, the exit status\n"
2876" is that of the last command executed."
2877msgstr ""
2878
2879#: builtins.c:724
2880msgid ""
2881"Exit a login shell.\n"
2882" \n"
2883" Exits a login shell with exit status N. Returns an error if not executed\n"
2884" in a login shell."
2885msgstr ""
2886
2887#: builtins.c:734
2888msgid ""
2889"Display or execute commands from the history list.\n"
2890" \n"
2891" fc is used to list or edit and re-execute commands from the history list.\n"
2892" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2893" string, which means the most recent command beginning with that\n"
2894" string.\n"
2895" \n"
2896" Options:\n"
2897" -e ENAME\tselect which editor to use. Default is FCEDIT, then EDITOR,\n"
2898" \t\tthen vi\n"
2899" -l \tlist lines instead of editing\n"
2900" -n\tomit line numbers when listing\n"
2901" -r\treverse the order of the lines (newest listed first)\n"
2902" \n"
2903" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2904" re-executed after the substitution OLD=NEW is performed.\n"
2905" \n"
2906" A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2907" runs the last command beginning with `cc' and typing `r' re-executes\n"
2908" the last command.\n"
2909" \n"
2910" Exit Status:\n"
2911" Returns success or status of executed command; non-zero if an error occurs."
2912msgstr ""
2913
2914#: builtins.c:764
2915msgid ""
2916"Move job to the foreground.\n"
2917" \n"
2918" Place the job identified by JOB_SPEC in the foreground, making it the\n"
2919" current job. If JOB_SPEC is not present, the shell's notion of the\n"
2920" current job is used.\n"
2921" \n"
2922" Exit Status:\n"
2923" Status of command placed in foreground, or failure if an error occurs."
2924msgstr ""
2925
2926#: builtins.c:779
2927msgid ""
2928"Move jobs to the background.\n"
2929" \n"
2930" Place the jobs identified by each JOB_SPEC in the background, as if they\n"
2931" had been started with `&'. If JOB_SPEC is not present, the shell's notion\n"
2932" of the current job is used.\n"
2933" \n"
2934" Exit Status:\n"
2935" Returns success unless job control is not enabled or an error occurs."
2936msgstr ""
2937
2938#: builtins.c:793
2939msgid ""
2940"Remember or display program locations.\n"
2941" \n"
2942" Determine and remember the full pathname of each command NAME. If\n"
2943" no arguments are given, information about remembered commands is displayed.\n"
2944" \n"
2945" Options:\n"
2946" -d\tforget the remembered location of each NAME\n"
2947" -l\tdisplay in a format that may be reused as input\n"
2948" -p pathname\tuse PATHNAME as the full pathname of NAME\n"
2949" -r\tforget all remembered locations\n"
2950" -t\tprint the remembered location of each NAME, preceding\n"
2951" \t\teach location with the corresponding NAME if multiple\n"
2952" \t\tNAMEs are given\n"
2953" Arguments:\n"
2954" NAME\tEach NAME is searched for in $PATH and added to the list\n"
2955" \t\tof remembered commands.\n"
2956" \n"
2957" Exit Status:\n"
2958" Returns success unless NAME is not found or an invalid option is given."
2959msgstr ""
2960
2961#: builtins.c:818
2962msgid ""
2963"Display information about builtin commands.\n"
2964" \n"
2965" Displays brief summaries of builtin commands. If PATTERN is\n"
2966" specified, gives detailed help on all commands matching PATTERN,\n"
2967" otherwise the list of help topics is printed.\n"
2968" \n"
2969" Options:\n"
2970" -d\toutput short description for each topic\n"
2971" -m\tdisplay usage in pseudo-manpage format\n"
2972" -s\toutput only a short usage synopsis for each topic matching\n"
2973" \t\tPATTERN\n"
2974" \n"
2975" Arguments:\n"
2976" PATTERN\tPattern specifying a help topic\n"
2977" \n"
2978" Exit Status:\n"
2979" Returns success unless PATTERN is not found or an invalid option is given."
2980msgstr ""
2981
2982#: builtins.c:842
2983msgid ""
2984"Display or manipulate the history list.\n"
2985" \n"
2986" Display the history list with line numbers, prefixing each modified\n"
2987" entry with a `*'. An argument of N lists only the last N entries.\n"
2988" \n"
2989" Options:\n"
2990" -c\tclear the history list by deleting all of the entries\n"
2991" -d offset\tdelete the history entry at position OFFSET. Negative\n"
2992" \t\toffsets count back from the end of the history list\n"
2993" \n"
2994" -a\tappend history lines from this session to the history file\n"
2995" -n\tread all history lines not already read from the history file\n"
2996" \t\tand append them to the history list\n"
2997" -r\tread the history file and append the contents to the history\n"
2998" \t\tlist\n"
2999" -w\twrite the current history to the history file\n"
3000" \n"
3001" -p\tperform history expansion on each ARG and display the result\n"
3002" \t\twithout storing it in the history list\n"
3003" -s\tappend the ARGs to the history list as a single entry\n"
3004" \n"
3005" If FILENAME is given, it is used as the history file. Otherwise,\n"
3006" if HISTFILE has a value, that is used, else ~/.bash_history.\n"
3007" \n"
3008" If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
3009" as a format string for strftime(3) to print the time stamp associated\n"
3010" with each displayed history entry. No time stamps are printed otherwise.\n"
3011" \n"
3012" Exit Status:\n"
3013" Returns success unless an invalid option is given or an error occurs."
3014msgstr ""
3015
3016#: builtins.c:879
3017msgid ""
3018"Display status of jobs.\n"
3019" \n"
3020" Lists the active jobs. JOBSPEC restricts output to that job.\n"
3021" Without options, the status of all active jobs is displayed.\n"
3022" \n"
3023" Options:\n"
3024" -l\tlists process IDs in addition to the normal information\n"
3025" -n\tlists only processes that have changed status since the last\n"
3026" \t\tnotification\n"
3027" -p\tlists process IDs only\n"
3028" -r\trestrict output to running jobs\n"
3029" -s\trestrict output to stopped jobs\n"
3030" \n"
3031" If -x is supplied, COMMAND is run after all job specifications that\n"
3032" appear in ARGS have been replaced with the process ID of that job's\n"
3033" process group leader.\n"
3034" \n"
3035" Exit Status:\n"
3036" Returns success unless an invalid option is given or an error occurs.\n"
3037" If -x is used, returns the exit status of COMMAND."
3038msgstr ""
3039
3040#: builtins.c:906
3041msgid ""
3042"Remove jobs from current shell.\n"
3043" \n"
3044" Removes each JOBSPEC argument from the table of active jobs. Without\n"
3045" any JOBSPECs, the shell uses its notion of the current job.\n"
3046" \n"
3047" Options:\n"
3048" -a\tremove all jobs if JOBSPEC is not supplied\n"
3049" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3050" \t\tshell receives a SIGHUP\n"
3051" -r\tremove only running jobs\n"
3052" \n"
3053" Exit Status:\n"
3054" Returns success unless an invalid option or JOBSPEC is given."
3055msgstr ""
3056
3057#: builtins.c:925
3058msgid ""
3059"Send a signal to a job.\n"
3060" \n"
3061" Send the processes identified by PID or JOBSPEC the signal named by\n"
3062" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3063" SIGTERM is assumed.\n"
3064" \n"
3065" Options:\n"
3066" -s sig\tSIG is a signal name\n"
3067" -n sig\tSIG is a signal number\n"
3068" -l\tlist the signal names; if arguments follow `-l' they are\n"
3069" \t\tassumed to be signal numbers for which names should be listed\n"
3070" -L\tsynonym for -l\n"
3071" \n"
3072" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3073" instead of process IDs, and allows processes to be killed if the limit\n"
3074" on processes that you can create is reached.\n"
3075" \n"
3076" Exit Status:\n"
3077" Returns success unless an invalid option is given or an error occurs."
3078msgstr ""
3079
3080#: builtins.c:949
3081msgid ""
3082"Evaluate arithmetic expressions.\n"
3083" \n"
3084" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3085" fixed-width integers with no check for overflow, though division by 0\n"
3086" is trapped and flagged as an error. The following list of operators is\n"
3087" grouped into levels of equal-precedence operators. The levels are listed\n"
3088" in order of decreasing precedence.\n"
3089" \n"
3090" \tid++, id--\tvariable post-increment, post-decrement\n"
3091" \t++id, --id\tvariable pre-increment, pre-decrement\n"
3092" \t-, +\t\tunary minus, plus\n"
3093" \t!, ~\t\tlogical and bitwise negation\n"
3094" \t**\t\texponentiation\n"
3095" \t*, /, %\t\tmultiplication, division, remainder\n"
3096" \t+, -\t\taddition, subtraction\n"
3097" \t<<, >>\t\tleft and right bitwise shifts\n"
3098" \t<=, >=, <, >\tcomparison\n"
3099" \t==, !=\t\tequality, inequality\n"
3100" \t&\t\tbitwise AND\n"
3101" \t^\t\tbitwise XOR\n"
3102" \t|\t\tbitwise OR\n"
3103" \t&&\t\tlogical AND\n"
3104" \t||\t\tlogical OR\n"
3105" \texpr ? expr : expr\n"
3106" \t\t\tconditional operator\n"
3107" \t=, *=, /=, %=,\n"
3108" \t+=, -=, <<=, >>=,\n"
3109" \t&=, ^=, |=\tassignment\n"
3110" \n"
3111" Shell variables are allowed as operands. The name of the variable\n"
3112" is replaced by its value (coerced to a fixed-width integer) within\n"
3113" an expression. The variable need not have its integer attribute\n"
3114" turned on to be used in an expression.\n"
3115" \n"
3116" Operators are evaluated in order of precedence. Sub-expressions in\n"
3117" parentheses are evaluated first and may override the precedence\n"
3118" rules above.\n"
3119" \n"
3120" Exit Status:\n"
3121" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3122msgstr ""
3123
3124#: builtins.c:994
3125msgid ""
3126"Read a line from the standard input and split it into fields.\n"
3127" \n"
3128" Reads a single line from the standard input, or from file descriptor FD\n"
3129" if the -u option is supplied. The line is split into fields as with word\n"
3130" splitting, and the first word is assigned to the first NAME, the second\n"
3131" word to the second NAME, and so on, with any leftover words assigned to\n"
3132" the last NAME. Only the characters found in $IFS are recognized as word\n"
3133" delimiters. By default, the backslash character escapes delimiter characters\n"
3134" and newline.\n"
3135" \n"
3136" If no NAMEs are supplied, the line read is stored in the REPLY variable.\n"
3137" \n"
3138" Options:\n"
3139" -a array\tassign the words read to sequential indices of the array\n"
3140" \t\tvariable ARRAY, starting at zero\n"
3141" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3142" \t\tthan newline\n"
3143" -e\tuse Readline to obtain the line\n"
3144" -i text\tuse TEXT as the initial text for Readline\n"
3145" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3146" \t\tfor a newline, but honor a delimiter if fewer than\n"
3147" \t\tNCHARS characters are read before the delimiter\n"
3148" -N nchars\treturn only after reading exactly NCHARS characters, unless\n"
3149" \t\tEOF is encountered or read times out, ignoring any\n"
3150" \t\tdelimiter\n"
3151" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3152" \t\tattempting to read\n"
3153" -r\tdo not allow backslashes to escape any characters\n"
3154" -s\tdo not echo input coming from a terminal\n"
3155" -t timeout\ttime out and return failure if a complete line of\n"
3156" \t\tinput is not read within TIMEOUT seconds. The value of the\n"
3157" \t\tTMOUT variable is the default timeout. TIMEOUT may be a\n"
3158" \t\tfractional number. If TIMEOUT is 0, read returns\n"
3159" \t\timmediately, without trying to read any data, returning\n"
3160" \t\tsuccess only if input is available on the specified\n"
3161" \t\tfile descriptor. The exit status is greater than 128\n"
3162" \t\tif the timeout is exceeded\n"
3163" -u fd\tread from file descriptor FD instead of the standard input\n"
3164" \n"
3165" Exit Status:\n"
3166" The return code is zero, unless end-of-file is encountered, read times out\n"
3167" (in which case it's greater than 128), a variable assignment error occurs,\n"
3168" or an invalid file descriptor is supplied as the argument to -u."
3169msgstr ""
3170
3171#: builtins.c:1042
3172msgid ""
3173"Return from a shell function.\n"
3174" \n"
3175" Causes a function or sourced script to exit with the return value\n"
3176" specified by N. If N is omitted, the return status is that of the\n"
3177" last command executed within the function or script.\n"
3178" \n"
3179" Exit Status:\n"
3180" Returns N, or failure if the shell is not executing a function or script."
3181msgstr ""
3182
3183#: builtins.c:1055
3184msgid ""
3185"Set or unset values of shell options and positional parameters.\n"
3186" \n"
3187" Change the value of shell attributes and positional parameters, or\n"
3188" display the names and values of shell variables.\n"
3189" \n"
3190" Options:\n"
3191" -a Mark variables which are modified or created for export.\n"
3192" -b Notify of job termination immediately.\n"
3193" -e Exit immediately if a command exits with a non-zero status.\n"
3194" -f Disable file name generation (globbing).\n"
3195" -h Remember the location of commands as they are looked up.\n"
3196" -k All assignment arguments are placed in the environment for a\n"
3197" command, not just those that precede the command name.\n"
3198" -m Job control is enabled.\n"
3199" -n Read commands but do not execute them.\n"
3200" -o option-name\n"
3201" Set the variable corresponding to option-name:\n"
3202" allexport same as -a\n"
3203" braceexpand same as -B\n"
3204" emacs use an emacs-style line editing interface\n"
3205" errexit same as -e\n"
3206" errtrace same as -E\n"
3207" functrace same as -T\n"
3208" hashall same as -h\n"
3209" histexpand same as -H\n"
3210" history enable command history\n"
3211" ignoreeof the shell will not exit upon reading EOF\n"
3212" interactive-comments\n"
3213" allow comments to appear in interactive commands\n"
3214" keyword same as -k\n"
3215" monitor same as -m\n"
3216" noclobber same as -C\n"
3217" noexec same as -n\n"
3218" noglob same as -f\n"
3219" nolog currently accepted but ignored\n"
3220" notify same as -b\n"
3221" nounset same as -u\n"
3222" onecmd same as -t\n"
3223" physical same as -P\n"
3224" pipefail the return value of a pipeline is the status of\n"
3225" the last command to exit with a non-zero status,\n"
3226" or zero if no command exited with a non-zero status\n"
3227" posix change the behavior of bash where the default\n"
3228" operation differs from the Posix standard to\n"
3229" match the standard\n"
3230" privileged same as -p\n"
3231" verbose same as -v\n"
3232" vi use a vi-style line editing interface\n"
3233" xtrace same as -x\n"
3234" -p Turned on whenever the real and effective user ids do not match.\n"
3235" Disables processing of the $ENV file and importing of shell\n"
3236" functions. Turning this option off causes the effective uid and\n"
3237" gid to be set to the real uid and gid.\n"
3238" -t Exit after reading and executing one command.\n"
3239" -u Treat unset variables as an error when substituting.\n"
3240" -v Print shell input lines as they are read.\n"
3241" -x Print commands and their arguments as they are executed.\n"
3242" -B the shell will perform brace expansion\n"
3243" -C If set, disallow existing regular files to be overwritten\n"
3244" by redirection of output.\n"
3245" -E If set, the ERR trap is inherited by shell functions.\n"
3246" -H Enable ! style history substitution. This flag is on\n"
3247" by default when the shell is interactive.\n"
3248" -P If set, do not resolve symbolic links when executing commands\n"
3249" such as cd which change the current directory.\n"
3250" -T If set, the DEBUG and RETURN traps are inherited by shell functions.\n"
3251" -- Assign any remaining arguments to the positional parameters.\n"
3252" If there are no remaining arguments, the positional parameters\n"
3253" are unset.\n"
3254" - Assign any remaining arguments to the positional parameters.\n"
3255" The -x and -v options are turned off.\n"
3256" \n"
3257" Using + rather than - causes these flags to be turned off. The\n"
3258" flags can also be used upon invocation of the shell. The current\n"
3259" set of flags may be found in $-. The remaining n ARGs are positional\n"
3260" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3261" ARGs are given, all shell variables are printed.\n"
3262" \n"
3263" Exit Status:\n"
3264" Returns success unless an invalid option is given."
3265msgstr ""
3266
3267#: builtins.c:1140
3268msgid ""
3269"Unset values and attributes of shell variables and functions.\n"
3270" \n"
3271" For each NAME, remove the corresponding variable or function.\n"
3272" \n"
3273" Options:\n"
3274" -f\ttreat each NAME as a shell function\n"
3275" -v\ttreat each NAME as a shell variable\n"
3276" -n\ttreat each NAME as a name reference and unset the variable itself\n"
3277" \t\trather than the variable it references\n"
3278" \n"
3279" Without options, unset first tries to unset a variable, and if that fails,\n"
3280" tries to unset a function.\n"
3281" \n"
3282" Some variables cannot be unset; also see `readonly'.\n"
3283" \n"
3284" Exit Status:\n"
3285" Returns success unless an invalid option is given or a NAME is read-only."
3286msgstr ""
3287
3288#: builtins.c:1162
3289msgid ""
3290"Set export attribute for shell variables.\n"
3291" \n"
3292" Marks each NAME for automatic export to the environment of subsequently\n"
3293" executed commands. If VALUE is supplied, assign VALUE before exporting.\n"
3294" \n"
3295" Options:\n"
3296" -f\trefer to shell functions\n"
3297" -n\tremove the export property from each NAME\n"
3298" -p\tdisplay a list of all exported variables and functions\n"
3299" \n"
3300" An argument of `--' disables further option processing.\n"
3301" \n"
3302" Exit Status:\n"
3303" Returns success unless an invalid option is given or NAME is invalid."
3304msgstr ""
3305
3306#: builtins.c:1181
3307msgid ""
3308"Mark shell variables as unchangeable.\n"
3309" \n"
3310" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3311" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3312" before marking as read-only.\n"
3313" \n"
3314" Options:\n"
3315" -a\trefer to indexed array variables\n"
3316" -A\trefer to associative array variables\n"
3317" -f\trefer to shell functions\n"
3318" -p\tdisplay a list of all readonly variables or functions,\n"
3319" \t\tdepending on whether or not the -f option is given\n"
3320" \n"
3321" An argument of `--' disables further option processing.\n"
3322" \n"
3323" Exit Status:\n"
3324" Returns success unless an invalid option is given or NAME is invalid."
3325msgstr ""
3326
3327#: builtins.c:1203
3328msgid ""
3329"Shift positional parameters.\n"
3330" \n"
3331" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3332" not given, it is assumed to be 1.\n"
3333" \n"
3334" Exit Status:\n"
3335" Returns success unless N is negative or greater than $#."
3336msgstr ""
3337
3338#: builtins.c:1215 builtins.c:1230
3339msgid ""
3340"Execute commands from a file in the current shell.\n"
3341" \n"
3342" Read and execute commands from FILENAME in the current shell. The\n"
3343" entries in $PATH are used to find the directory containing FILENAME.\n"
3344" If any ARGUMENTS are supplied, they become the positional parameters\n"
3345" when FILENAME is executed.\n"
3346" \n"
3347" Exit Status:\n"
3348" Returns the status of the last command executed in FILENAME; fails if\n"
3349" FILENAME cannot be read."
3350msgstr ""
3351
3352#: builtins.c:1246
3353msgid ""
3354"Suspend shell execution.\n"
3355" \n"
3356" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3357" Unless forced, login shells cannot be suspended.\n"
3358" \n"
3359" Options:\n"
3360" -f\tforce the suspend, even if the shell is a login shell\n"
3361" \n"
3362" Exit Status:\n"
3363" Returns success unless job control is not enabled or an error occurs."
3364msgstr ""
3365
3366#: builtins.c:1262
3367msgid ""
3368"Evaluate conditional expression.\n"
3369" \n"
3370" Exits with a status of 0 (true) or 1 (false) depending on\n"
3371" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3372" expressions are often used to examine the status of a file. There\n"
3373" are string operators and numeric comparison operators as well.\n"
3374" \n"
3375" The behavior of test depends on the number of arguments. Read the\n"
3376" bash manual page for the complete specification.\n"
3377" \n"
3378" File operators:\n"
3379" \n"
3380" -a FILE True if file exists.\n"
3381" -b FILE True if file is block special.\n"
3382" -c FILE True if file is character special.\n"
3383" -d FILE True if file is a directory.\n"
3384" -e FILE True if file exists.\n"
3385" -f FILE True if file exists and is a regular file.\n"
3386" -g FILE True if file is set-group-id.\n"
3387" -h FILE True if file is a symbolic link.\n"
3388" -L FILE True if file is a symbolic link.\n"
3389" -k FILE True if file has its `sticky' bit set.\n"
3390" -p FILE True if file is a named pipe.\n"
3391" -r FILE True if file is readable by you.\n"
3392" -s FILE True if file exists and is not empty.\n"
3393" -S FILE True if file is a socket.\n"
3394" -t FD True if FD is opened on a terminal.\n"
3395" -u FILE True if the file is set-user-id.\n"
3396" -w FILE True if the file is writable by you.\n"
3397" -x FILE True if the file is executable by you.\n"
3398" -O FILE True if the file is effectively owned by you.\n"
3399" -G FILE True if the file is effectively owned by your group.\n"
3400" -N FILE True if the file has been modified since it was last read.\n"
3401" \n"
3402" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3403" modification date).\n"
3404" \n"
3405" FILE1 -ot FILE2 True if file1 is older than file2.\n"
3406" \n"
3407" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3408" \n"
3409" String operators:\n"
3410" \n"
3411" -z STRING True if string is empty.\n"
3412" \n"
3413" -n STRING\n"
3414" STRING True if string is not empty.\n"
3415" \n"
3416" STRING1 = STRING2\n"
3417" True if the strings are equal.\n"
3418" STRING1 != STRING2\n"
3419" True if the strings are not equal.\n"
3420" STRING1 < STRING2\n"
3421" True if STRING1 sorts before STRING2 lexicographically.\n"
3422" STRING1 > STRING2\n"
3423" True if STRING1 sorts after STRING2 lexicographically.\n"
3424" \n"
3425" Other operators:\n"
3426" \n"
3427" -o OPTION True if the shell option OPTION is enabled.\n"
3428" -v VAR True if the shell variable VAR is set.\n"
3429" -R VAR True if the shell variable VAR is set and is a name\n"
3430" reference.\n"
3431" ! EXPR True if expr is false.\n"
3432" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3433" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3434" \n"
3435" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3436" -lt, -le, -gt, or -ge.\n"
3437" \n"
3438" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3439" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3440" than ARG2.\n"
3441" \n"
3442" Exit Status:\n"
3443" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3444" false or an invalid argument is given."
3445msgstr ""
3446
3447#: builtins.c:1344
3448msgid ""
3449"Evaluate conditional expression.\n"
3450" \n"
3451" This is a synonym for the \"test\" builtin, but the last argument must\n"
3452" be a literal `]', to match the opening `['."
3453msgstr ""
3454
3455#: builtins.c:1353
3456msgid ""
3457"Display process times.\n"
3458" \n"
3459" Prints the accumulated user and system times for the shell and all of its\n"
3460" child processes.\n"
3461" \n"
3462" Exit Status:\n"
3463" Always succeeds."
3464msgstr ""
3465
3466#: builtins.c:1365
3467msgid ""
3468"Trap signals and other events.\n"
3469" \n"
3470" Defines and activates handlers to be run when the shell receives signals\n"
3471" or other conditions.\n"
3472" \n"
3473" ARG is a command to be read and executed when the shell receives the\n"
3474" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
3475" is supplied) or `-', each specified signal is reset to its original\n"
3476" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3477" shell and by the commands it invokes.\n"
3478" \n"
3479" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. If\n"
3480" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. If\n"
3481" a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a\n"
3482" script run by the . or source builtins finishes executing. A SIGNAL_SPEC\n"
3483" of ERR means to execute ARG each time a command's failure would cause the\n"
3484" shell to exit when the -e option is enabled.\n"
3485" \n"
3486" If no arguments are supplied, trap prints the list of commands associated\n"
3487" with each signal.\n"
3488" \n"
3489" Options:\n"
3490" -l\tprint a list of signal names and their corresponding numbers\n"
3491" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3492" \n"
3493" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number.\n"
3494" Signal names are case insensitive and the SIG prefix is optional. A\n"
3495" signal may be sent to the shell with \"kill -signal $$\".\n"
3496" \n"
3497" Exit Status:\n"
3498" Returns success unless a SIGSPEC is invalid or an invalid option is given."
3499msgstr ""
3500
3501#: builtins.c:1401
3502msgid ""
3503"Display information about command type.\n"
3504" \n"
3505" For each NAME, indicate how it would be interpreted if used as a\n"
3506" command name.\n"
3507" \n"
3508" Options:\n"
3509" -a\tdisplay all locations containing an executable named NAME;\n"
3510" \t\tincludes aliases, builtins, and functions, if and only if\n"
3511" \t\tthe `-p' option is not also used\n"
3512" -f\tsuppress shell function lookup\n"
3513" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3514" \t\tbuiltin, or function, and returns the name of the disk file\n"
3515" \t\tthat would be executed\n"
3516" -p\treturns either the name of the disk file that would be executed,\n"
3517" \t\tor nothing if `type -t NAME' would not return `file'\n"
3518" -t\toutput a single word which is one of `alias', `keyword',\n"
3519" \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
3520" \t\tshell reserved word, shell function, shell builtin, disk file,\n"
3521" \t\tor not found, respectively\n"
3522" \n"
3523" Arguments:\n"
3524" NAME\tCommand name to be interpreted.\n"
3525" \n"
3526" Exit Status:\n"
3527" Returns success if all of the NAMEs are found; fails if any are not found."
3528msgstr ""
3529
3530#: builtins.c:1432
3531msgid ""
3532"Modify shell resource limits.\n"
3533" \n"
3534" Provides control over the resources available to the shell and processes\n"
3535" it creates, on systems that allow such control.\n"
3536" \n"
3537" Options:\n"
3538" -S\tuse the `soft' resource limit\n"
3539" -H\tuse the `hard' resource limit\n"
3540" -a\tall current limits are reported\n"
3541" -b\tthe socket buffer size\n"
3542" -c\tthe maximum size of core files created\n"
3543" -d\tthe maximum size of a process's data segment\n"
3544" -e\tthe maximum scheduling priority (`nice')\n"
3545" -f\tthe maximum size of files written by the shell and its children\n"
3546" -i\tthe maximum number of pending signals\n"
3547" -k\tthe maximum number of kqueues allocated for this process\n"
3548" -l\tthe maximum size a process may lock into memory\n"
3549" -m\tthe maximum resident set size\n"
3550" -n\tthe maximum number of open file descriptors\n"
3551" -p\tthe pipe buffer size\n"
3552" -q\tthe maximum number of bytes in POSIX message queues\n"
3553" -r\tthe maximum real-time scheduling priority\n"
3554" -s\tthe maximum stack size\n"
3555" -t\tthe maximum amount of cpu time in seconds\n"
3556" -u\tthe maximum number of user processes\n"
3557" -v\tthe size of virtual memory\n"
3558" -x\tthe maximum number of file locks\n"
3559" -P\tthe maximum number of pseudoterminals\n"
3560" -R\tthe maximum time a real-time process can run before blocking\n"
3561" -T\tthe maximum number of threads\n"
3562" \n"
3563" Not all options are available on all platforms.\n"
3564" \n"
3565" If LIMIT is given, it is the new value of the specified resource; the\n"
3566" special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3567" current soft limit, the current hard limit, and no limit, respectively.\n"
3568" Otherwise, the current value of the specified resource is printed. If\n"
3569" no option is given, then -f is assumed.\n"
3570" \n"
3571" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3572" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3573" number of processes.\n"
3574" \n"
3575" Exit Status:\n"
3576" Returns success unless an invalid option is supplied or an error occurs."
3577msgstr ""
3578
3579#: builtins.c:1483
3580msgid ""
3581"Display or set file mode mask.\n"
3582" \n"
3583" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
3584" the current value of the mask.\n"
3585" \n"
3586" If MODE begins with a digit, it is interpreted as an octal number;\n"
3587" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3588" \n"
3589" Options:\n"
3590" -p\tif MODE is omitted, output in a form that may be reused as input\n"
3591" -S\tmakes the output symbolic; otherwise an octal number is output\n"
3592" \n"
3593" Exit Status:\n"
3594" Returns success unless MODE is invalid or an invalid option is given."
3595msgstr ""
3596
3597#: builtins.c:1503
3598msgid ""
3599"Wait for job completion and return exit status.\n"
3600" \n"
3601" Waits for each process identified by an ID, which may be a process ID or a\n"
3602" job specification, and reports its termination status. If ID is not\n"
3603" given, waits for all currently active child processes, and the return\n"
3604" status is zero. If ID is a job specification, waits for all processes\n"
3605" in that job's pipeline.\n"
3606" \n"
3607" If the -n option is supplied, waits for a single job from the list of IDs,\n"
3608" or, if no IDs are supplied, for the next job to complete and returns its\n"
3609" exit status.\n"
3610" \n"
3611" If the -p option is supplied, the process or job identifier of the job\n"
3612" for which the exit status is returned is assigned to the variable VAR\n"
3613" named by the option argument. The variable will be unset initially, before\n"
3614" any assignment. This is useful only when the -n option is supplied.\n"
3615" \n"
3616" If the -f option is supplied, and job control is enabled, waits for the\n"
3617" specified ID to terminate, instead of waiting for it to change status.\n"
3618" \n"
3619" Exit Status:\n"
3620" Returns the status of the last ID; fails if ID is invalid or an invalid\n"
3621" option is given, or if -n is supplied and the shell has no unwaited-for\n"
3622" children."
3623msgstr ""
3624
3625#: builtins.c:1534
3626msgid ""
3627"Wait for process completion and return exit status.\n"
3628" \n"
3629" Waits for each process specified by a PID and reports its termination status.\n"
3630" If PID is not given, waits for all currently active child processes,\n"
3631" and the return status is zero. PID must be a process ID.\n"
3632" \n"
3633" Exit Status:\n"
3634" Returns the status of the last PID; fails if PID is invalid or an invalid\n"
3635" option is given."
3636msgstr ""
3637
3638#: builtins.c:1549
3639msgid ""
3640"Execute commands for each member in a list.\n"
3641" \n"
3642" The `for' loop executes a sequence of commands for each member in a\n"
3643" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3644" assumed. For each element in WORDS, NAME is set to that element, and\n"
3645" the COMMANDS are executed.\n"
3646" \n"
3647" Exit Status:\n"
3648" Returns the status of the last command executed."
3649msgstr ""
3650
3651#: builtins.c:1563
3652msgid ""
3653"Arithmetic for loop.\n"
3654" \n"
3655" Equivalent to\n"
3656" \t(( EXP1 ))\n"
3657" \twhile (( EXP2 )); do\n"
3658" \t\tCOMMANDS\n"
3659" \t\t(( EXP3 ))\n"
3660" \tdone\n"
3661" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3662" omitted, it behaves as if it evaluates to 1.\n"
3663" \n"
3664" Exit Status:\n"
3665" Returns the status of the last command executed."
3666msgstr ""
3667
3668#: builtins.c:1581
3669msgid ""
3670"Select words from a list and execute commands.\n"
3671" \n"
3672" The WORDS are expanded, generating a list of words. The\n"
3673" set of expanded words is printed on the standard error, each\n"
3674" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
3675" is assumed. The PS3 prompt is then displayed and a line read\n"
3676" from the standard input. If the line consists of the number\n"
3677" corresponding to one of the displayed words, then NAME is set\n"
3678" to that word. If the line is empty, WORDS and the prompt are\n"
3679" redisplayed. If EOF is read, the command completes. Any other\n"
3680" value read causes NAME to be set to null. The line read is saved\n"
3681" in the variable REPLY. COMMANDS are executed after each selection\n"
3682" until a break command is executed.\n"
3683" \n"
3684" Exit Status:\n"
3685" Returns the status of the last command executed."
3686msgstr ""
3687
3688#: builtins.c:1602
3689msgid ""
3690"Report time consumed by pipeline's execution.\n"
3691" \n"
3692" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3693" and system CPU time spent executing PIPELINE when it terminates.\n"
3694" \n"
3695" Options:\n"
3696" -p\tprint the timing summary in the portable Posix format\n"
3697" \n"
3698" The value of the TIMEFORMAT variable is used as the output format.\n"
3699" \n"
3700" Exit Status:\n"
3701" The return status is the return status of PIPELINE."
3702msgstr ""
3703
3704#: builtins.c:1619
3705msgid ""
3706"Execute commands based on pattern matching.\n"
3707" \n"
3708" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
3709" `|' is used to separate multiple patterns.\n"
3710" \n"
3711" Exit Status:\n"
3712" Returns the status of the last command executed."
3713msgstr ""
3714
3715#: builtins.c:1631
3716msgid ""
3717"Execute commands based on conditional.\n"
3718" \n"
3719" The `if COMMANDS' list is executed. If its exit status is zero, then the\n"
3720" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is\n"
3721" executed in turn, and if its exit status is zero, the corresponding\n"
3722" `then COMMANDS' list is executed and the if command completes. Otherwise,\n"
3723" the `else COMMANDS' list is executed, if present. The exit status of the\n"
3724" entire construct is the exit status of the last command executed, or zero\n"
3725" if no condition tested true.\n"
3726" \n"
3727" Exit Status:\n"
3728" Returns the status of the last command executed."
3729msgstr ""
3730
3731#: builtins.c:1648
3732msgid ""
3733"Execute commands as long as a test succeeds.\n"
3734" \n"
3735" Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
3736" an exit status of zero.\n"
3737" \n"
3738" Exit Status:\n"
3739" Returns the status of the last command executed."
3740msgstr ""
3741
3742#: builtins.c:1660
3743msgid ""
3744"Execute commands as long as a test does not succeed.\n"
3745" \n"
3746" Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
3747" an exit status which is not zero.\n"
3748" \n"
3749" Exit Status:\n"
3750" Returns the status of the last command executed."
3751msgstr ""
3752
3753#: builtins.c:1672
3754msgid ""
3755"Create a coprocess named NAME.\n"
3756" \n"
3757" Execute COMMAND asynchronously, with the standard output and standard\n"
3758" input of the command connected via a pipe to file descriptors assigned\n"
3759" to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3760" The default NAME is \"COPROC\".\n"
3761" \n"
3762" Exit Status:\n"
3763" The coproc command returns an exit status of 0."
3764msgstr ""
3765
3766#: builtins.c:1686
3767msgid ""
3768"Define shell function.\n"
3769" \n"
3770" Create a shell function named NAME. When invoked as a simple command,\n"
3771" NAME runs COMMANDs in the calling shell's context. When NAME is invoked,\n"
3772" the arguments are passed to the function as $1...$n, and the function's\n"
3773" name is in $FUNCNAME.\n"
3774" \n"
3775" Exit Status:\n"
3776" Returns success unless NAME is readonly."
3777msgstr ""
3778
3779#: builtins.c:1700
3780msgid ""
3781"Group commands as a unit.\n"
3782" \n"
3783" Run a set of commands in a group. This is one way to redirect an\n"
3784" entire set of commands.\n"
3785" \n"
3786" Exit Status:\n"
3787" Returns the status of the last command executed."
3788msgstr ""
3789
3790#: builtins.c:1712
3791msgid ""
3792"Resume job in foreground.\n"
3793" \n"
3794" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
3795" stopped or background job. JOB_SPEC can specify either a job name\n"
3796" or a job number. Following JOB_SPEC with a `&' places the job in\n"
3797" the background, as if the job specification had been supplied as an\n"
3798" argument to `bg'.\n"
3799" \n"
3800" Exit Status:\n"
3801" Returns the status of the resumed job."
3802msgstr ""
3803
3804#: builtins.c:1727
3805msgid ""
3806"Evaluate arithmetic expression.\n"
3807" \n"
3808" The EXPRESSION is evaluated according to the rules for arithmetic\n"
3809" evaluation. Equivalent to `let \"EXPRESSION\"'.\n"
3810" \n"
3811" Exit Status:\n"
3812" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3813msgstr ""
3814
3815#: builtins.c:1739
3816msgid ""
3817"Execute conditional command.\n"
3818" \n"
3819" Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
3820" expression EXPRESSION. Expressions are composed of the same primaries used\n"
3821" by the `test' builtin, and may be combined using the following operators:\n"
3822" \n"
3823" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3824" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3825" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3826" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3827" \n"
3828" When the `==' and `!=' operators are used, the string to the right of\n"
3829" the operator is used as a pattern and pattern matching is performed.\n"
3830" When the `=~' operator is used, the string to the right of the operator\n"
3831" is matched as a regular expression.\n"
3832" \n"
3833" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3834" determine the expression's value.\n"
3835" \n"
3836" Exit Status:\n"
3837" 0 or 1 depending on value of EXPRESSION."
3838msgstr ""
3839
3840#: builtins.c:1765
3841msgid ""
3842"Common shell variable names and usage.\n"
3843" \n"
3844" BASH_VERSION\tVersion information for this Bash.\n"
3845" CDPATH\tA colon-separated list of directories to search\n"
3846" \t\tfor directories given as arguments to `cd'.\n"
3847" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3848" \t\tbe ignored by pathname expansion.\n"
3849" HISTFILE\tThe name of the file where your command history is stored.\n"
3850" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3851" HISTSIZE\tThe maximum number of history lines that a running\n"
3852" \t\tshell can access.\n"
3853" HOME\tThe complete pathname to your login directory.\n"
3854" HOSTNAME\tThe name of the current host.\n"
3855" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3856" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3857" \t\tcharacter as the sole input. If set, then the value\n"
3858" \t\tof it is the number of EOF characters that can be seen\n"
3859" \t\tin a row on an empty line before the shell will exit\n"
3860" \t\t(default 10). When unset, EOF signifies the end of input.\n"
3861" MACHTYPE\tA string describing the current system Bash is running on.\n"
3862" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3863" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3864" \t\tfor new mail.\n"
3865" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3866" PATH\tA colon-separated list of directories to search when\n"
3867" \t\tlooking for commands.\n"
3868" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3869" \t\tprimary prompt.\n"
3870" PS1\t\tThe primary prompt string.\n"
3871" PS2\t\tThe secondary prompt string.\n"
3872" PWD\t\tThe full pathname of the current directory.\n"
3873" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3874" TERM\tThe name of the current terminal type.\n"
3875" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3876" \t\t`time' reserved word.\n"
3877" auto_resume\tNon-null means a command word appearing on a line by\n"
3878" \t\titself is first looked for in the list of currently\n"
3879" \t\tstopped jobs. If found there, that job is foregrounded.\n"
3880" \t\tA value of `exact' means that the command word must\n"
3881" \t\texactly match a command in the list of stopped jobs. A\n"
3882" \t\tvalue of `substring' means that the command word must\n"
3883" \t\tmatch a substring of the job. Any other value means that\n"
3884" \t\tthe command must be a prefix of a stopped job.\n"
3885" histchars\tCharacters controlling history expansion and quick\n"
3886" \t\tsubstitution. The first character is the history\n"
3887" \t\tsubstitution character, usually `!'. The second is\n"
3888" \t\tthe `quick substitution' character, usually `^'. The\n"
3889" \t\tthird is the `history comment' character, usually `#'.\n"
3890" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3891" \t\tcommands should be saved on the history list.\n"
3892msgstr ""
3893
3894#: builtins.c:1822
3895msgid ""
3896"Add directories to stack.\n"
3897" \n"
3898" Adds a directory to the top of the directory stack, or rotates\n"
3899" the stack, making the new top of the stack the current working\n"
3900" directory. With no arguments, exchanges the top two directories.\n"
3901" \n"
3902" Options:\n"
3903" -n\tSuppresses the normal change of directory when adding\n"
3904" \t\tdirectories to the stack, so only the stack is manipulated.\n"
3905" \n"
3906" Arguments:\n"
3907" +N\tRotates the stack so that the Nth directory (counting\n"
3908" \t\tfrom the left of the list shown by `dirs', starting with\n"
3909" \t\tzero) is at the top.\n"
3910" \n"
3911" -N\tRotates the stack so that the Nth directory (counting\n"
3912" \t\tfrom the right of the list shown by `dirs', starting with\n"
3913" \t\tzero) is at the top.\n"
3914" \n"
3915" dir\tAdds DIR to the directory stack at the top, making it the\n"
3916" \t\tnew current working directory.\n"
3917" \n"
3918" The `dirs' builtin displays the directory stack.\n"
3919" \n"
3920" Exit Status:\n"
3921" Returns success unless an invalid argument is supplied or the directory\n"
3922" change fails."
3923msgstr ""
3924
3925#: builtins.c:1856
3926msgid ""
3927"Remove directories from stack.\n"
3928" \n"
3929" Removes entries from the directory stack. With no arguments, removes\n"
3930" the top directory from the stack, and changes to the new top directory.\n"
3931" \n"
3932" Options:\n"
3933" -n\tSuppresses the normal change of directory when removing\n"
3934" \t\tdirectories from the stack, so only the stack is manipulated.\n"
3935" \n"
3936" Arguments:\n"
3937" +N\tRemoves the Nth entry counting from the left of the list\n"
3938" \t\tshown by `dirs', starting with zero. For example: `popd +0'\n"
3939" \t\tremoves the first directory, `popd +1' the second.\n"
3940" \n"
3941" -N\tRemoves the Nth entry counting from the right of the list\n"
3942" \t\tshown by `dirs', starting with zero. For example: `popd -0'\n"
3943" \t\tremoves the last directory, `popd -1' the next to last.\n"
3944" \n"
3945" The `dirs' builtin displays the directory stack.\n"
3946" \n"
3947" Exit Status:\n"
3948" Returns success unless an invalid argument is supplied or the directory\n"
3949" change fails."
3950msgstr ""
3951
3952#: builtins.c:1886
3953msgid ""
3954"Display directory stack.\n"
3955" \n"
3956" Display the list of currently remembered directories. Directories\n"
3957" find their way onto the list with the `pushd' command; you can get\n"
3958" back up through the list with the `popd' command.\n"
3959" \n"
3960" Options:\n"
3961" -c\tclear the directory stack by deleting all of the elements\n"
3962" -l\tdo not print tilde-prefixed versions of directories relative\n"
3963" \t\tto your home directory\n"
3964" -p\tprint the directory stack with one entry per line\n"
3965" -v\tprint the directory stack with one entry per line prefixed\n"
3966" \t\twith its position in the stack\n"
3967" \n"
3968" Arguments:\n"
3969" +N\tDisplays the Nth entry counting from the left of the list\n"
3970" \t\tshown by dirs when invoked without options, starting with\n"
3971" \t\tzero.\n"
3972" \n"
3973" -N\tDisplays the Nth entry counting from the right of the list\n"
3974" \t\tshown by dirs when invoked without options, starting with\n"
3975" \t\tzero.\n"
3976" \n"
3977" Exit Status:\n"
3978" Returns success unless an invalid option is supplied or an error occurs."
3979msgstr ""
3980
3981#: builtins.c:1917
3982msgid ""
3983"Set and unset shell options.\n"
3984" \n"
3985" Change the setting of each shell option OPTNAME. Without any option\n"
3986" arguments, list each supplied OPTNAME, or all shell options if no\n"
3987" OPTNAMEs are given, with an indication of whether or not each is set.\n"
3988" \n"
3989" Options:\n"
3990" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
3991" -p\tprint each shell option with an indication of its status\n"
3992" -q\tsuppress output\n"
3993" -s\tenable (set) each OPTNAME\n"
3994" -u\tdisable (unset) each OPTNAME\n"
3995" \n"
3996" Exit Status:\n"
3997" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
3998" given or OPTNAME is disabled."
3999msgstr ""
4000
4001#: builtins.c:1938
4002msgid ""
4003"Formats and prints ARGUMENTS under control of the FORMAT.\n"
4004" \n"
4005" Options:\n"
4006" -v var\tassign the output to shell variable VAR rather than\n"
4007" \t\tdisplay it on the standard output\n"
4008" \n"
4009" FORMAT is a character string which contains three types of objects: plain\n"
4010" characters, which are simply copied to standard output; character escape\n"
4011" sequences, which are converted and copied to the standard output; and\n"
4012" format specifications, each of which causes printing of the next successive\n"
4013" argument.\n"
4014" \n"
4015" In addition to the standard format specifications described in printf(1),\n"
4016" printf interprets:\n"
4017" \n"
4018" %b\texpand backslash escape sequences in the corresponding argument\n"
4019" %q\tquote the argument in a way that can be reused as shell input\n"
4020" %Q\tlike %q, but apply any precision to the unquoted argument before\n"
4021" \t\tquoting\n"
4022" %(fmt)T\toutput the date-time string resulting from using FMT as a format\n"
4023" \t string for strftime(3)\n"
4024" \n"
4025" The format is re-used as necessary to consume all of the arguments. If\n"
4026" there are fewer arguments than the format requires, extra format\n"
4027" specifications behave as if a zero value or null string, as appropriate,\n"
4028" had been supplied.\n"
4029" \n"
4030" Exit Status:\n"
4031" Returns success unless an invalid option is given or a write or assignment\n"
4032" error occurs."
4033msgstr ""
4034
4035#: builtins.c:1974
4036msgid ""
4037"Specify how arguments are to be completed by Readline.\n"
4038" \n"
4039" For each NAME, specify how arguments are to be completed. If no options\n"
4040" are supplied, existing completion specifications are printed in a way that\n"
4041" allows them to be reused as input.\n"
4042" \n"
4043" Options:\n"
4044" -p\tprint existing completion specifications in a reusable format\n"
4045" -r\tremove a completion specification for each NAME, or, if no\n"
4046" \t\tNAMEs are supplied, all completion specifications\n"
4047" -D\tapply the completions and actions as the default for commands\n"
4048" \t\twithout any specific completion defined\n"
4049" -E\tapply the completions and actions to \"empty\" commands --\n"
4050" \t\tcompletion attempted on a blank line\n"
4051" -I\tapply the completions and actions to the initial (usually the\n"
4052" \t\tcommand) word\n"
4053" \n"
4054" When completion is attempted, the actions are applied in the order the\n"
4055" uppercase-letter options are listed above. If multiple options are supplied,\n"
4056" the -D option takes precedence over -E, and both take precedence over -I.\n"
4057" \n"
4058" Exit Status:\n"
4059" Returns success unless an invalid option is supplied or an error occurs."
4060msgstr ""
4061
4062#: builtins.c:2004
4063msgid ""
4064"Display possible completions depending on the options.\n"
4065" \n"
4066" Intended to be used from within a shell function generating possible\n"
4067" completions. If the optional WORD argument is supplied, matches against\n"
4068" WORD are generated.\n"
4069" \n"
4070" Exit Status:\n"
4071" Returns success unless an invalid option is supplied or an error occurs."
4072msgstr ""
4073
4074#: builtins.c:2019
4075msgid ""
4076"Modify or display completion options.\n"
4077" \n"
4078" Modify the completion options for each NAME, or, if no NAMEs are supplied,\n"
4079" the completion currently being executed. If no OPTIONs are given, print\n"
4080" the completion options for each NAME or the current completion specification.\n"
4081" \n"
4082" Options:\n"
4083" \t-o option\tSet completion option OPTION for each NAME\n"
4084" \t-D\t\tChange options for the \"default\" command completion\n"
4085" \t-E\t\tChange options for the \"empty\" command completion\n"
4086" \t-I\t\tChange options for completion on the initial word\n"
4087" \n"
4088" Using `+o' instead of `-o' turns off the specified option.\n"
4089" \n"
4090" Arguments:\n"
4091" \n"
4092" Each NAME refers to a command for which a completion specification must\n"
4093" have previously been defined using the `complete' builtin. If no NAMEs\n"
4094" are supplied, compopt must be called by a function currently generating\n"
4095" completions, and the options for that currently-executing completion\n"
4096" generator are modified.\n"
4097" \n"
4098" Exit Status:\n"
4099" Returns success unless an invalid option is supplied or NAME does not\n"
4100" have a completion specification defined."
4101msgstr ""
4102
4103#: builtins.c:2050
4104msgid ""
4105"Read lines from the standard input into an indexed array variable.\n"
4106" \n"
4107" Read lines from the standard input into the indexed array variable ARRAY, or\n"
4108" from file descriptor FD if the -u option is supplied. The variable MAPFILE\n"
4109" is the default ARRAY.\n"
4110" \n"
4111" Options:\n"
4112" -d delim\tUse DELIM to terminate lines, instead of newline\n"
4113" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are copied\n"
4114" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default index is 0\n"
4115" -s count\tDiscard the first COUNT lines read\n"
4116" -t\tRemove a trailing DELIM from each line read (default newline)\n"
4117" -u fd\tRead lines from file descriptor FD instead of the standard input\n"
4118" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
4119" -c quantum\tSpecify the number of lines read between each call to\n"
4120" \t\t\tCALLBACK\n"
4121" \n"
4122" Arguments:\n"
4123" ARRAY\tArray variable name to use for file data\n"
4124" \n"
4125" If -C is supplied without -c, the default quantum is 5000. When\n"
4126" CALLBACK is evaluated, it is supplied the index of the next array\n"
4127" element to be assigned and the line to be assigned to that element\n"
4128" as additional arguments.\n"
4129" \n"
4130" If not supplied with an explicit origin, mapfile will clear ARRAY before\n"
4131" assigning to it.\n"
4132" \n"
4133" Exit Status:\n"
4134" Returns success unless an invalid option is given or ARRAY is readonly or\n"
4135" not an indexed array."
4136msgstr ""
4137
4138#: builtins.c:2086
4139msgid ""
4140"Read lines from a file into an array variable.\n"
4141" \n"
4142" A synonym for `mapfile'."
4143msgstr ""