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