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