Upload Tizen:Base source
[external/bash.git] / po / es.po
1 # Mensajes en español para GNU bash-4.0.
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the bash package.
4 # Cristian Othón Martínez Vera <cfuga@itam.mx>, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU bash 4.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-12-30 08:25-0500\n"
11 "PO-Revision-Date: 2009-03-19 19:34-0600\n"
12 "Last-Translator: Cristian Othón Martínez Vera <cfuga@itam.mx>\n"
13 "Language-Team: Spanish <es@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=ISO-8859-1\n"
16 "Content-Transfer-Encoding: 8-bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: arrayfunc.c:50
20 msgid "bad array subscript"
21 msgstr "subíndice de matriz incorrecto"
22
23 #: arrayfunc.c:313 builtins/declare.def:481
24 #, c-format
25 msgid "%s: cannot convert indexed to associative array"
26 msgstr "%s: no se puede convertir la matriz de indizada a asociativa"
27
28 #: arrayfunc.c:480
29 #, c-format
30 msgid "%s: invalid associative array key"
31 msgstr "%s: índice de matriz asociativa inválido"
32
33 #: arrayfunc.c:482
34 #, c-format
35 msgid "%s: cannot assign to non-numeric index"
36 msgstr "%s: no se puede asignar a un índice que no es numérico"
37
38 #: arrayfunc.c:518
39 #, c-format
40 msgid "%s: %s: must use subscript when assigning associative array"
41 msgstr "%s: %s: se debe usar un subíndice al asignar a una matriz asociativa"
42
43 #: bashhist.c:383
44 #, c-format
45 msgid "%s: cannot create: %s"
46 msgstr "%s: no se puede crear: %s"
47
48 #: bashline.c:3457
49 msgid "bash_execute_unix_command: cannot find keymap for command"
50 msgstr ""
51 "bash_execute_unix_command: no se puede encontrar la combinación de teclas "
52 "para la orden"
53
54 #: bashline.c:3543
55 #, c-format
56 msgid "%s: first non-whitespace character is not `\"'"
57 msgstr "%s: el primer carácter que no es espacio en blanco no es `\"'"
58
59 #: bashline.c:3572
60 #, c-format
61 msgid "no closing `%c' in %s"
62 msgstr "no hay un `%c' que cierre en %s"
63
64 #: bashline.c:3606
65 #, c-format
66 msgid "%s: missing colon separator"
67 msgstr "%s: falta un `:' separador"
68
69 #: builtins/alias.def:132
70 #, fuzzy, c-format
71 msgid "`%s': invalid alias name"
72 msgstr "`%s': nombre de combinación de teclas inválido"
73
74 #: builtins/bind.def:120 builtins/bind.def:123
75 msgid "line editing not enabled"
76 msgstr "no se activó la edición de línea"
77
78 #: builtins/bind.def:206
79 #, c-format
80 msgid "`%s': invalid keymap name"
81 msgstr "`%s': nombre de combinación de teclas inválido"
82
83 #: builtins/bind.def:245
84 #, c-format
85 msgid "%s: cannot read: %s"
86 msgstr "%s: no se puede leer: %s"
87
88 #: builtins/bind.def:260
89 #, c-format
90 msgid "`%s': cannot unbind"
91 msgstr "%s: no se puede borrar la asignación"
92
93 #: builtins/bind.def:295 builtins/bind.def:325
94 #, c-format
95 msgid "`%s': unknown function name"
96 msgstr "`%s': nombre de función desconocido"
97
98 #: builtins/bind.def:303
99 #, c-format
100 msgid "%s is not bound to any keys.\n"
101 msgstr "%s no está asignado a ninguna tecla.\n"
102
103 #: builtins/bind.def:307
104 #, c-format
105 msgid "%s can be invoked via "
106 msgstr "%s se puede invocar a través de "
107
108 #: builtins/break.def:77 builtins/break.def:117
109 msgid "loop count"
110 msgstr "cuenta de ciclo"
111
112 #: builtins/break.def:137
113 msgid "only meaningful in a `for', `while', or `until' loop"
114 msgstr "sólo tiene significado en un ciclo `for', `while' o `until'"
115
116 #: builtins/caller.def:133
117 msgid ""
118 "Returns the context of the current subroutine call.\n"
119 "    \n"
120 "    Without EXPR, returns "
121 msgstr ""
122 "Devuelve el contexto de la llamada a subrutina actual.\n"
123 "    \n"
124 "    Sin EXPR, devuelve "
125
126 #: builtins/caller.def:135
127 msgid ""
128 ".  With EXPR, returns\n"
129 "    "
130 msgstr ""
131
132 #: builtins/caller.def:136
133 msgid ""
134 "; this extra information can be used to\n"
135 "    provide a stack trace.\n"
136 "    \n"
137 "    The value of EXPR indicates how many call frames to go back before the\n"
138 "    current one; the top frame is frame 0."
139 msgstr ""
140
141 #: builtins/cd.def:215
142 msgid "HOME not set"
143 msgstr "HOME no está definido"
144
145 #: builtins/cd.def:227
146 msgid "OLDPWD not set"
147 msgstr "OLDPWD no está definido"
148
149 #: builtins/common.c:101
150 #, c-format
151 msgid "line %d: "
152 msgstr "línea %d: "
153
154 #: builtins/common.c:139 error.c:261
155 #, c-format
156 msgid "warning: "
157 msgstr "aviso: "
158
159 #: builtins/common.c:153
160 #, c-format
161 msgid "%s: usage: "
162 msgstr "%s: uso: "
163
164 #: builtins/common.c:166 test.c:827
165 msgid "too many arguments"
166 msgstr "demasiados argumentos"
167
168 #: builtins/common.c:191 shell.c:499 shell.c:782
169 #, c-format
170 msgid "%s: option requires an argument"
171 msgstr "%s: la opción requiere un argumento"
172
173 #: builtins/common.c:198
174 #, c-format
175 msgid "%s: numeric argument required"
176 msgstr "%s: se requiere un argumento numérico"
177
178 #: builtins/common.c:205
179 #, c-format
180 msgid "%s: not found"
181 msgstr "%s: no se encontró"
182
183 #: builtins/common.c:214 shell.c:795
184 #, c-format
185 msgid "%s: invalid option"
186 msgstr "%s: opción inválida"
187
188 #: builtins/common.c:221
189 #, c-format
190 msgid "%s: invalid option name"
191 msgstr "%s: nombre de opción inválido"
192
193 #: builtins/common.c:228 general.c:231 general.c:236
194 #, c-format
195 msgid "`%s': not a valid identifier"
196 msgstr "`%s': no es un identificador válido"
197
198 #: builtins/common.c:238
199 msgid "invalid octal number"
200 msgstr "número octal inválido"
201
202 #: builtins/common.c:240
203 msgid "invalid hex number"
204 msgstr "número hexadecimal inválido"
205
206 #: builtins/common.c:242 expr.c:1256
207 msgid "invalid number"
208 msgstr "número inválido"
209
210 #: builtins/common.c:250
211 #, c-format
212 msgid "%s: invalid signal specification"
213 msgstr "%s: especificación de señal inválida"
214
215 #: builtins/common.c:257
216 #, c-format
217 msgid "`%s': not a pid or valid job spec"
218 msgstr "`%s': no es un pid o una especificación válida de trabajo"
219
220 #: builtins/common.c:264 error.c:454
221 #, c-format
222 msgid "%s: readonly variable"
223 msgstr "%s: variable de sólo lectura"
224
225 #: builtins/common.c:272
226 #, c-format
227 msgid "%s: %s out of range"
228 msgstr "%s: %s fuera de rango"
229
230 #: builtins/common.c:272 builtins/common.c:274
231 msgid "argument"
232 msgstr "argumento"
233
234 #: builtins/common.c:274
235 #, c-format
236 msgid "%s out of range"
237 msgstr "%s fuera de rango"
238
239 #: builtins/common.c:282
240 #, c-format
241 msgid "%s: no such job"
242 msgstr "%s: no existe ese trabajo"
243
244 #: builtins/common.c:290
245 #, c-format
246 msgid "%s: no job control"
247 msgstr "%s: no hay control de trabajos"
248
249 #: builtins/common.c:292
250 msgid "no job control"
251 msgstr "no hay control de trabajos"
252
253 #: builtins/common.c:302
254 #, c-format
255 msgid "%s: restricted"
256 msgstr "%s: restringido"
257
258 #: builtins/common.c:304
259 msgid "restricted"
260 msgstr "restringido"
261
262 #: builtins/common.c:312
263 #, c-format
264 msgid "%s: not a shell builtin"
265 msgstr "%s: no es una orden interna del shell"
266
267 #: builtins/common.c:321
268 #, c-format
269 msgid "write error: %s"
270 msgstr "error de escritura: %s"
271
272 #: builtins/common.c:329
273 #, c-format
274 msgid "error setting terminal attributes: %s"
275 msgstr "error al establecer los atributos de la terminal: %s"
276
277 #: builtins/common.c:331
278 #, c-format
279 msgid "error getting terminal attributes: %s"
280 msgstr "error al obtener los atributos de la terminal: %s"
281
282 #: builtins/common.c:563
283 #, c-format
284 msgid "%s: error retrieving current directory: %s: %s\n"
285 msgstr "%s: error al obtener el directorio actual: %s: %s\n"
286
287 #: builtins/common.c:629 builtins/common.c:631
288 #, c-format
289 msgid "%s: ambiguous job spec"
290 msgstr "%s: especificación de trabajo ambigua"
291
292 #: builtins/complete.def:276
293 #, c-format
294 msgid "%s: invalid action name"
295 msgstr "%s: nombre de acción inválido"
296
297 #: builtins/complete.def:449 builtins/complete.def:644
298 #: builtins/complete.def:853
299 #, c-format
300 msgid "%s: no completion specification"
301 msgstr "%s: no hay completado de especificación"
302
303 #: builtins/complete.def:696
304 msgid "warning: -F option may not work as you expect"
305 msgstr "aviso: es posible que la opción -F no funcione como se espera"
306
307 #: builtins/complete.def:698
308 msgid "warning: -C option may not work as you expect"
309 msgstr "aviso: es posible que la opción -C no funcione como se espera"
310
311 #: builtins/complete.def:826
312 msgid "not currently executing completion function"
313 msgstr "no se está ejecutando la función de completado"
314
315 # sólo se puede usar. sv
316 # De acuerdo. cfuga
317 #: builtins/declare.def:122
318 msgid "can only be used in a function"
319 msgstr "sólo se puede usar dentro de una función"
320
321 #: builtins/declare.def:360
322 msgid "cannot use `-f' to make functions"
323 msgstr "no se puede usar `-f' para hacer funciones"
324
325 #: builtins/declare.def:372 execute_cmd.c:4937
326 #, c-format
327 msgid "%s: readonly function"
328 msgstr "%s: función de sólo lectura"
329
330 #: builtins/declare.def:468
331 #, c-format
332 msgid "%s: cannot destroy array variables in this way"
333 msgstr "%s: no se pueden destruir variables de matriz de esta forma"
334
335 #: builtins/declare.def:475
336 #, c-format
337 msgid "%s: cannot convert associative to indexed array"
338 msgstr "%s: no se puede convertir una matriz asociativa a indizada"
339
340 #: builtins/enable.def:137 builtins/enable.def:145
341 msgid "dynamic loading not available"
342 msgstr "la carga dinámica no está disponible"
343
344 #: builtins/enable.def:312
345 #, c-format
346 msgid "cannot open shared object %s: %s"
347 msgstr "no se puede abrir el objeto compartido %s: %s"
348
349 #: builtins/enable.def:335
350 #, c-format
351 msgid "cannot find %s in shared object %s: %s"
352 msgstr "no se puede encontrar %s en el objeto compartido %s: %s"
353
354 #: builtins/enable.def:459
355 #, c-format
356 msgid "%s: not dynamically loaded"
357 msgstr "%s: no se cargó dinámicamente"
358
359 #: builtins/enable.def:474
360 #, c-format
361 msgid "%s: cannot delete: %s"
362 msgstr "%s: no se puede borrar: %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: es un directorio"
369
370 #: builtins/evalfile.c:139
371 #, c-format
372 msgid "%s: not a regular file"
373 msgstr "%s: no es un fichero regular"
374
375 #: builtins/evalfile.c:147
376 #, c-format
377 msgid "%s: file is too large"
378 msgstr "%s: el fichero es demasiado grande"
379
380 # file=fichero. archive=archivo. Si no, es imposible traducir tar. sv
381 # De acuerdo. Corregido en todo el fichero. cfuga
382 #: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
383 #: shell.c:1462
384 #, c-format
385 msgid "%s: cannot execute binary file"
386 msgstr "%s: no se puede ejecutar el fichero binario"
387
388 #: builtins/exec.def:212
389 #, c-format
390 msgid "%s: cannot execute: %s"
391 msgstr "%s: no se puede ejecutar: %s"
392
393 #: builtins/exit.def:65
394 #, c-format
395 msgid "logout\n"
396 msgstr "logout\n"
397
398 #: builtins/exit.def:88
399 msgid "not login shell: use `exit'"
400 msgstr "no es un shell de entrada: use `exit'"
401
402 #: builtins/exit.def:120
403 #, c-format
404 msgid "There are stopped jobs.\n"
405 msgstr "Hay trabajos detenidos.\n"
406
407 #: builtins/exit.def:122
408 #, c-format
409 msgid "There are running jobs.\n"
410 msgstr "Hay trabajos en ejecución.\n"
411
412 #: builtins/fc.def:262
413 msgid "no command found"
414 msgstr "no se encontró la orden"
415
416 #: builtins/fc.def:349
417 msgid "history specification"
418 msgstr "especificación de historia"
419
420 #: builtins/fc.def:370
421 #, c-format
422 msgid "%s: cannot open temp file: %s"
423 msgstr "%s: no se puede abrir el fichero temporal: %s"
424
425 #: builtins/fg_bg.def:149 builtins/jobs.def:282
426 msgid "current"
427 msgstr "actual"
428
429 #: builtins/fg_bg.def:158
430 #, c-format
431 msgid "job %d started without job control"
432 msgstr "el trabajo %d inició sin control de trabajo"
433
434 #: builtins/getopt.c:110
435 #, c-format
436 msgid "%s: illegal option -- %c\n"
437 msgstr "%s: opción ilegal -- %c\n"
438
439 #: builtins/getopt.c:111
440 #, c-format
441 msgid "%s: option requires an argument -- %c\n"
442 msgstr "%s: la opción requiere un argumento -- %c\n"
443
444 #: builtins/hash.def:92
445 msgid "hashing disabled"
446 msgstr "asociación desactivada"
447
448 #: builtins/hash.def:138
449 #, c-format
450 msgid "%s: hash table empty\n"
451 msgstr "%s: tabla de asociación vacía\n"
452
453 #: builtins/hash.def:244
454 #, c-format
455 msgid "hits\tcommand\n"
456 msgstr "coinc\torden\n"
457
458 #: builtins/help.def:130
459 #, c-format
460 msgid "Shell commands matching keyword `"
461 msgid_plural "Shell commands matching keywords `"
462 msgstr[0] "Orden del shell que coinciden con la palabra `"
463 msgstr[1] "Órdenes del shell que coinciden con la palabra `"
464
465 #: builtins/help.def:168
466 #, c-format
467 msgid ""
468 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
469 msgstr ""
470 "no hay temas de ayuda que coincidan con `%s'.  Pruebe `help help' o `man -k %"
471 "s' o `info %s'."
472
473 #: builtins/help.def:185
474 #, c-format
475 msgid "%s: cannot open: %s"
476 msgstr "%s: no se puede abrir: %s"
477
478 #: builtins/help.def:337
479 #, c-format
480 msgid ""
481 "These shell commands are defined internally.  Type `help' to see this list.\n"
482 "Type `help name' to find out more about the function `name'.\n"
483 "Use `info bash' to find out more about the shell in general.\n"
484 "Use `man -k' or `info' to find out more about commands not in this list.\n"
485 "\n"
486 "A star (*) next to a name means that the command is disabled.\n"
487 "\n"
488 msgstr ""
489 "Estas órdenes del shell están definidas internamente.  Teclee `help' para\n"
490 "ver esta lista.\n"
491 "Teclee `help nombre' para saber más sobre la función `nombre'.\n"
492 "Use `info bash' para saber más sobre el shell en general.\n"
493 "Use `man -k' o `info' para saber más sobre las órdenes que no están en\n"
494 "esta lista.\n"
495 "\n"
496 "Un asterisco (*) junto a un nombre significa que el comando está "
497 "desactivado.\n"
498 "\n"
499
500 #: builtins/history.def:154
501 msgid "cannot use more than one of -anrw"
502 msgstr "no se puede usar más de uno de -anrw"
503
504 #: builtins/history.def:186
505 msgid "history position"
506 msgstr "posición en la historia"
507
508 #: builtins/history.def:365
509 #, c-format
510 msgid "%s: history expansion failed"
511 msgstr "%s: falló la expansión de la historia"
512
513 #: builtins/inlib.def:71
514 #, c-format
515 msgid "%s: inlib failed"
516 msgstr "%s: falló inlib"
517
518 #: builtins/jobs.def:109
519 msgid "no other options allowed with `-x'"
520 msgstr "no se permiten otras opciones con `-x'"
521
522 #: builtins/kill.def:200
523 #, c-format
524 msgid "%s: arguments must be process or job IDs"
525 msgstr "%s: los argumentos deben ser procesos o IDs de trabajos"
526
527 #: builtins/kill.def:263
528 msgid "Unknown error"
529 msgstr "Error desconocido"
530
531 #: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
532 msgid "expression expected"
533 msgstr "se esperaba una expresión"
534
535 #: builtins/mapfile.def:165
536 #, fuzzy, c-format
537 msgid "%s: not an indexed array"
538 msgstr "%s: no es una variable de matriz"
539
540 #: builtins/mapfile.def:249 builtins/read.def:279
541 #, c-format
542 msgid "%s: invalid file descriptor specification"
543 msgstr "%s: especificación de descriptor de fichero inválida"
544
545 #: builtins/mapfile.def:257 builtins/read.def:286
546 #, c-format
547 msgid "%d: invalid file descriptor: %s"
548 msgstr "%d: descriptor de fichero inválido: %s"
549
550 #: builtins/mapfile.def:266 builtins/mapfile.def:304
551 #, c-format
552 msgid "%s: invalid line count"
553 msgstr "%s: cuenta de líneas inválida"
554
555 #: builtins/mapfile.def:277
556 #, c-format
557 msgid "%s: invalid array origin"
558 msgstr "%s: origen de matriz inválido"
559
560 #: builtins/mapfile.def:294
561 #, c-format
562 msgid "%s: invalid callback quantum"
563 msgstr "%s: quantum de llamada inválido"
564
565 #: builtins/mapfile.def:326
566 msgid "empty array variable name"
567 msgstr "nombre de variable de matriz vacío"
568
569 #: builtins/mapfile.def:347
570 msgid "array variable support required"
571 msgstr "se requiere el soporte de variable de matriz"
572
573 #: builtins/printf.def:374
574 #, c-format
575 msgid "`%s': missing format character"
576 msgstr "`%s': falta el carácter de formato"
577
578 #: builtins/printf.def:551
579 #, c-format
580 msgid "`%c': invalid format character"
581 msgstr "`%c': carácter de formato inválido"
582
583 #: builtins/printf.def:578
584 #, c-format
585 msgid "warning: %s: %s"
586 msgstr "aviso: %s: %s"
587
588 #: builtins/printf.def:757
589 msgid "missing hex digit for \\x"
590 msgstr "falta el dígito hexadecimal para \\x"
591
592 #: builtins/pushd.def:195
593 msgid "no other directory"
594 msgstr "no hay otro directorio"
595
596 #: builtins/pushd.def:462
597 msgid "<no current directory>"
598 msgstr "<no hay directorio actual>"
599
600 #: builtins/pushd.def:506
601 msgid "directory stack empty"
602 msgstr "la pila de directorios está vacía"
603
604 #: builtins/pushd.def:508
605 msgid "directory stack index"
606 msgstr "índice de la pila de directorios"
607
608 #: builtins/pushd.def:683
609 msgid ""
610 "Display the list of currently remembered directories.  Directories\n"
611 "    find their way onto the list with the `pushd' command; you can get\n"
612 "    back up through the list with the `popd' command.\n"
613 "    \n"
614 "    Options:\n"
615 "      -c\tclear the directory stack by deleting all of the elements\n"
616 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
617 "    \tto your home directory\n"
618 "      -p\tprint the directory stack with one entry per line\n"
619 "      -v\tprint the directory stack with one entry per line prefixed\n"
620 "    \twith its position in the stack\n"
621 "    \n"
622 "    Arguments:\n"
623 "      +N\tDisplays the Nth entry counting from the left of the list shown "
624 "by\n"
625 "    \tdirs when invoked without options, starting with zero.\n"
626 "    \n"
627 "      -N\tDisplays the Nth entry counting from the right of the list shown "
628 "by\n"
629 "\tdirs when invoked without options, starting with zero."
630 msgstr ""
631 "Muestra la lista de directorios actualmente grabados.  Los directorios\n"
632 "    se guardan en la lista con la orden `pushd'; pueden ir saliendo de\n"
633 "    la lista con la orden `popd'.\n"
634 "    \n"
635 "    Opciones:\n"
636 "      -c\tlimpia la pila de directorios, eliminando todos los elementos\n"
637 "      -l\tno muestra las versiones con prefijo de tilde de los directorios\n"
638 "    \trelativos a su directorio inicial\n"
639 "      -p\tmuestra la pila de directorios con una entrada por línea\n"
640 "      -v\tmuestra la pila de directorios con una entrada por línea con\n"
641 "    \tsu posición en la pila como prefijo\n"
642 "    \n"
643 "    Argumentos:\n"
644 "      +N\tMuestra la N-ésima entrada contando desde la izquierda de\n"
645 "    \tla lista mostrada por dirs cuando se llama sin opciones,\n"
646 "    \tempezando desde cero.\n"
647 "    \n"
648 "      -N\tMuestra la N-ésima entrada contando desde la derecha de\n"
649 "\tla lista mostrada por dirs cuando se llama sin opciones,\n"
650 "\tempezando desde cero."
651
652 #: builtins/pushd.def:705
653 msgid ""
654 "Adds a directory to the top of the directory stack, or rotates\n"
655 "    the stack, making the new top of the stack the current working\n"
656 "    directory.  With no arguments, exchanges the top two directories.\n"
657 "    \n"
658 "    Options:\n"
659 "      -n\tSuppresses the normal change of directory when adding\n"
660 "    \tdirectories to the stack, so only the stack is manipulated.\n"
661 "    \n"
662 "    Arguments:\n"
663 "      +N\tRotates the stack so that the Nth directory (counting\n"
664 "    \tfrom the left of the list shown by `dirs', starting with\n"
665 "    \tzero) is at the top.\n"
666 "    \n"
667 "      -N\tRotates the stack so that the Nth directory (counting\n"
668 "    \tfrom the right of the list shown by `dirs', starting with\n"
669 "    \tzero) is at the top.\n"
670 "    \n"
671 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
672 "    \tnew current working directory.\n"
673 "    \n"
674 "    The `dirs' builtin displays the directory stack."
675 msgstr ""
676 "Agrega un directorio al tope de la pila de directorios, o rota\n"
677 "    la pila, haciendo que el nuevo tope de la pila sea el\n"
678 "    directorio de trabajo actual.  Sin argumentos, intercambia\n"
679 "    los dos directorios del tope.\n"
680 "    \n"
681 "    Argumentos:\n"
682 "    +N\tRota la pila para que el N-ésimo directorio (contando\n"
683 "    \tde la izquierda de la lista mostrada por `dirs',\n"
684 "    \tcomenzando desde cero) esté en el tope.\n"
685 "    -N\tRota la pila para que el N-ésimo directorio (contando\n"
686 "    \tde la derecha de la lista mostrada por `dirs',\n"
687 "    \tcomenzando desde cero) esté en el tope.\n"
688 "    \n"
689 "     dir\tagrega DIR a la pila de directorios en el tope,\n"
690 "    \thaciéndolo el nuevo directorio de trabajo actual.\n"
691 "    \n"
692 "    La orden interna `dirs' muestra la pila de directorios."
693
694 #: builtins/pushd.def:730
695 msgid ""
696 "Removes entries from the directory stack.  With no arguments, removes\n"
697 "    the top directory from the stack, and changes to the new top directory.\n"
698 "    \n"
699 "    Options:\n"
700 "      -n\tSuppresses the normal change of directory when removing\n"
701 "    \tdirectories from the stack, so only the stack is manipulated.\n"
702 "    \n"
703 "    Arguments:\n"
704 "      +N\tRemoves the Nth entry counting from the left of the list\n"
705 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
706 "    \tremoves the first directory, `popd +1' the second.\n"
707 "    \n"
708 "      -N\tRemoves the Nth entry counting from the right of the list\n"
709 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
710 "    \tremoves the last directory, `popd -1' the next to last.\n"
711 "    \n"
712 "    The `dirs' builtin displays the directory stack."
713 msgstr ""
714 "Borra entradas de la pila de directorios.  Sin argumentos, borra\n"
715 "    directorio del tope de la pila, y cambia al nuevo directorio tope.\n"
716 "    \n"
717 "    Opciones:\n"
718 "      -n\tsuprime el cambio normal de directorio cuando se borran\n"
719 "    \tdirectorios de la pila, así sólo se manipula la pila.\n"
720 "    \n"
721 "    Argumentos:\n"
722 "      +N\tBorra la N-ésima entrada contando de la izquierda de\n"
723 "    \tla lista mostrada por `dirs', comenzando desde cero.\n"
724 "    \tPor ejemplo: `popd +0' borra el primer directorio, `popd +1'\n"
725 "    \tel segundo.\n"
726 "    \n"
727 "      -N\tBorra la N-ésima entrada contando de la derecha de\n"
728 "    \tla lista mostrada por `dirs', comenzando desde cero.\n"
729 "    \tPor ejemplo: `popd -0' borra el último directorio, `popd -1'\n"
730 "    \tel penúltimo.\n"
731 "    \n"
732 "    La orden interna `dirs' muestra la pila de directorios."
733
734 #: builtins/read.def:252
735 #, c-format
736 msgid "%s: invalid timeout specification"
737 msgstr "%s: especificación de tiempo de expiración inválida"
738
739 #: builtins/read.def:588
740 #, c-format
741 msgid "read error: %d: %s"
742 msgstr "error de lectura: %d: %s"
743
744 #: builtins/return.def:73
745 msgid "can only `return' from a function or sourced script"
746 msgstr ""
747 "sólo se puede usar `return' en una función o un guión leído con `source'"
748
749 #: builtins/set.def:768
750 msgid "cannot simultaneously unset a function and a variable"
751 msgstr "no se puede borrar al mismo tiempo una función y una variable"
752
753 #: builtins/set.def:805
754 #, c-format
755 msgid "%s: cannot unset"
756 msgstr "%s: no se puede borrar"
757
758 #: builtins/set.def:812
759 #, c-format
760 msgid "%s: cannot unset: readonly %s"
761 msgstr "%s: no se puede borrar: %s es de solo lectura"
762
763 #: builtins/set.def:823
764 #, c-format
765 msgid "%s: not an array variable"
766 msgstr "%s: no es una variable de matriz"
767
768 #: builtins/setattr.def:186
769 #, c-format
770 msgid "%s: not a function"
771 msgstr "%s: no es una función"
772
773 #: builtins/shift.def:71 builtins/shift.def:77
774 msgid "shift count"
775 msgstr "cuenta de shift"
776
777 #: builtins/shopt.def:260
778 msgid "cannot set and unset shell options simultaneously"
779 msgstr "no se pueden activar y desactivar opciones del shell simultáneamente"
780
781 #: builtins/shopt.def:325
782 #, c-format
783 msgid "%s: invalid shell option name"
784 msgstr "%s: nombre de opción del shell inválido"
785
786 #: builtins/source.def:128
787 msgid "filename argument required"
788 msgstr "se requiere un argumento de nombre de fichero"
789
790 #: builtins/source.def:153
791 #, c-format
792 msgid "%s: file not found"
793 msgstr "%s: no se encontró el fichero"
794
795 #: builtins/suspend.def:101
796 msgid "cannot suspend"
797 msgstr "no se puede suspender"
798
799 #: builtins/suspend.def:111
800 msgid "cannot suspend a login shell"
801 msgstr "no se puede suspender un shell de entrada"
802
803 #: builtins/type.def:234
804 #, c-format
805 msgid "%s is aliased to `%s'\n"
806 msgstr "%s es un alias de `%s'\n"
807
808 #: builtins/type.def:255
809 #, c-format
810 msgid "%s is a shell keyword\n"
811 msgstr "%s es una palabra clave del shell\n"
812
813 #: builtins/type.def:274
814 #, c-format
815 msgid "%s is a function\n"
816 msgstr "%s: es una función\n"
817
818 #: builtins/type.def:296
819 #, c-format
820 msgid "%s is a shell builtin\n"
821 msgstr "%s es una orden interna del shell\n"
822
823 #: builtins/type.def:317 builtins/type.def:391
824 #, c-format
825 msgid "%s is %s\n"
826 msgstr "%s is %s\n"
827
828 #: builtins/type.def:337
829 #, c-format
830 msgid "%s is hashed (%s)\n"
831 msgstr "%s está asociado (%s)\n"
832
833 #: builtins/ulimit.def:372
834 #, c-format
835 msgid "%s: invalid limit argument"
836 msgstr "%s: límite de argumento inválido"
837
838 #: builtins/ulimit.def:398
839 #, c-format
840 msgid "`%c': bad command"
841 msgstr "`%c': orden errónea"
842
843 #: builtins/ulimit.def:427
844 #, c-format
845 msgid "%s: cannot get limit: %s"
846 msgstr "%s: no se puede obtener el límite: %s"
847
848 #: builtins/ulimit.def:453
849 msgid "limit"
850 msgstr "límite"
851
852 #: builtins/ulimit.def:465 builtins/ulimit.def:765
853 #, c-format
854 msgid "%s: cannot modify limit: %s"
855 msgstr "%s: no se puede modificar el límite: %s"
856
857 #: builtins/umask.def:118
858 msgid "octal number"
859 msgstr "número octal"
860
861 #: builtins/umask.def:231
862 #, c-format
863 msgid "`%c': invalid symbolic mode operator"
864 msgstr "`%c': operador de modo simbólico inválido"
865
866 #: builtins/umask.def:286
867 #, c-format
868 msgid "`%c': invalid symbolic mode character"
869 msgstr "`%c': carácter de modo simbólico inválido"
870
871 #: error.c:90 error.c:321 error.c:323 error.c:325
872 msgid " line "
873 msgstr " línea "
874
875 #: error.c:165
876 #, c-format
877 msgid "last command: %s\n"
878 msgstr "última orden: %s\n"
879
880 #: error.c:173
881 #, c-format
882 msgid "Aborting..."
883 msgstr "Abortando..."
884
885 #: error.c:406
886 msgid "unknown command error"
887 msgstr "error de orden desconocido"
888
889 #: error.c:407
890 msgid "bad command type"
891 msgstr "tipo de orden erróneo"
892
893 #: error.c:408
894 msgid "bad connector"
895 msgstr "conector erróneo"
896
897 #: error.c:409
898 msgid "bad jump"
899 msgstr "salto erróneo"
900
901 #: error.c:447
902 #, c-format
903 msgid "%s: unbound variable"
904 msgstr "%s: variable sin asignar"
905
906 #: eval.c:181
907 #, c-format
908 msgid "\atimed out waiting for input: auto-logout\n"
909 msgstr "\aha expirado mientras esperaba alguna entrada: auto-logout\n"
910
911 #: execute_cmd.c:497
912 #, c-format
913 msgid "cannot redirect standard input from /dev/null: %s"
914 msgstr "no se puede redirigir la salida estándar desde /dev/null: %s"
915
916 #: execute_cmd.c:1162
917 #, c-format
918 msgid "TIMEFORMAT: `%c': invalid format character"
919 msgstr "TIMEFORMAT: `%c': carácter de formato inválido"
920
921 #: execute_cmd.c:2075
922 msgid "pipe error"
923 msgstr "error de tubería"
924
925 #: execute_cmd.c:4481
926 #, c-format
927 msgid "%s: restricted: cannot specify `/' in command names"
928 msgstr "%s: restringido: no se puede especificar `/' en nombres de órdenes"
929
930 #: execute_cmd.c:4572
931 #, c-format
932 msgid "%s: command not found"
933 msgstr "%s: no se encontró la orden"
934
935 #: execute_cmd.c:4827
936 #, c-format
937 msgid "%s: %s: bad interpreter"
938 msgstr "%s: %s: intérprete erróneo"
939
940 #: execute_cmd.c:4976
941 #, c-format
942 msgid "cannot duplicate fd %d to fd %d"
943 msgstr "no se puede duplicar el df %d al df %d"
944
945 #: expr.c:241
946 msgid "expression recursion level exceeded"
947 msgstr "se ha excedido el nivel de recursión de la expresión"
948
949 #: expr.c:265
950 msgid "recursion stack underflow"
951 msgstr "desbordamiento de la base de la pila de recursión"
952
953 #: expr.c:379
954 msgid "syntax error in expression"
955 msgstr "error sintáctico en la expresión"
956
957 #: expr.c:419
958 msgid "attempted assignment to non-variable"
959 msgstr "se intentó asignar a algo que no es una variable"
960
961 #: expr.c:440 expr.c:445 expr.c:756
962 msgid "division by 0"
963 msgstr "división por 0"
964
965 # token en bison fue traducido como terminal. ¿Lo traducimos igual aquí
966 # o lo dejamos como 'unidad' o 'elemento'? cfuga
967 #: expr.c:471
968 msgid "bug: bad expassign token"
969 msgstr "bicho: elemento de asignación de expresión erróneo"
970
971 #: expr.c:513
972 msgid "`:' expected for conditional expression"
973 msgstr "se esperaba `:' para la expresión condicional"
974
975 #: expr.c:781
976 msgid "exponent less than 0"
977 msgstr "exponente menor que 0"
978
979 #: expr.c:826
980 msgid "identifier expected after pre-increment or pre-decrement"
981 msgstr ""
982 "se esperaba un identificador después del pre-incremento o pre-decremento"
983
984 # falta , singular em+
985 # mmmh, puede faltar más de un paréntesis cfuga
986 # tiene razón Enrique, es singular. cfuga
987 #: expr.c:854
988 msgid "missing `)'"
989 msgstr "falta un `)'"
990
991 #: expr.c:897 expr.c:1176
992 msgid "syntax error: operand expected"
993 msgstr "error sintáctico: se esperaba un operando"
994
995 #: expr.c:1178
996 msgid "syntax error: invalid arithmetic operator"
997 msgstr "error sintáctico: operador aritmético inválido"
998
999 #: expr.c:1202
1000 #, c-format
1001 msgid "%s%s%s: %s (error token is \"%s\")"
1002 msgstr "%s%s%s: %s (el elemento de error es \"%s\")"
1003
1004 #: expr.c:1260
1005 msgid "invalid arithmetic base"
1006 msgstr "base aritmética inválida"
1007
1008 #: expr.c:1280
1009 msgid "value too great for base"
1010 msgstr "valor demasiado grande para la base"
1011
1012 #: expr.c:1329
1013 #, c-format
1014 msgid "%s: expression error\n"
1015 msgstr "%s: error de expresión\n"
1016
1017 #: general.c:61
1018 msgid "getcwd: cannot access parent directories"
1019 msgstr "getcwd: no se puede acceder a los directorios padre"
1020
1021 #: input.c:94 subst.c:4857
1022 #, c-format
1023 msgid "cannot reset nodelay mode for fd %d"
1024 msgstr "no se puede reestablecer el modo nodelay para el df %d"
1025
1026 #: input.c:258
1027 #, c-format
1028 msgid "cannot allocate new file descriptor for bash input from fd %d"
1029 msgstr ""
1030 "no se puede asignar un nuevo descriptor de fichero para la entrada de bash "
1031 "desde el df %d"
1032
1033 # buffer: espacio intermedio , alojamiento intermedio ( me gusta menos )
1034 # em+
1035 # almacenamiento intermedio. cfuga
1036 #: input.c:266
1037 #, c-format
1038 msgid "save_bash_input: buffer already exists for new fd %d"
1039 msgstr ""
1040 "save_bash_input: el almacenamiento intermedio ya existe para el nuevo df %d"
1041
1042 #: jobs.c:466
1043 msgid "start_pipeline: pgrp pipe"
1044 msgstr "start_pipeline: tubería de pgrp"
1045
1046 #: jobs.c:887
1047 #, c-format
1048 msgid "forked pid %d appears in running job %d"
1049 msgstr "el pid `forked' %d aparece en el trabajo en ejecución %d"
1050
1051 #: jobs.c:1005
1052 #, c-format
1053 msgid "deleting stopped job %d with process group %ld"
1054 msgstr "borrando el trabajo detenido %d con grupo de proceso %ld"
1055
1056 #: jobs.c:1110
1057 #, c-format
1058 msgid "add_process: process %5ld (%s) in the_pipeline"
1059 msgstr "add_process: el proceso %5ld (%s) en the_pipeline"
1060
1061 #: jobs.c:1113
1062 #, c-format
1063 msgid "add_process: pid %5ld (%s) marked as still alive"
1064 msgstr "add_process: pid %5ld (%s) se marca como vivo aún"
1065
1066 # Cambiaría 'hay' por 'existe' em+
1067 #: jobs.c:1401
1068 #, c-format
1069 msgid "describe_pid: %ld: no such pid"
1070 msgstr "describe_pid: %ld: no existe tal pid"
1071
1072 #: jobs.c:1416
1073 #, c-format
1074 msgid "Signal %d"
1075 msgstr "Señal %d"
1076
1077 #: jobs.c:1430 jobs.c:1455
1078 msgid "Done"
1079 msgstr "Hecho"
1080
1081 #: jobs.c:1435 siglist.c:123
1082 msgid "Stopped"
1083 msgstr "Detenido"
1084
1085 #: jobs.c:1439
1086 #, c-format
1087 msgid "Stopped(%s)"
1088 msgstr "Detenido(%s)"
1089
1090 #: jobs.c:1443
1091 msgid "Running"
1092 msgstr "Ejecutando"
1093
1094 #: jobs.c:1457
1095 #, c-format
1096 msgid "Done(%d)"
1097 msgstr "Hecho(%d)"
1098
1099 #: jobs.c:1459
1100 #, c-format
1101 msgid "Exit %d"
1102 msgstr "Salida %d"
1103
1104 #: jobs.c:1462
1105 msgid "Unknown status"
1106 msgstr "Estado desconocido"
1107
1108 #: jobs.c:1549
1109 #, c-format
1110 msgid "(core dumped) "
1111 msgstr "(`core' generado) "
1112
1113 #: jobs.c:1568
1114 #, c-format
1115 msgid "  (wd: %s)"
1116 msgstr "  (dir ahora: %s)"
1117
1118 #: jobs.c:1776
1119 #, c-format
1120 msgid "child setpgid (%ld to %ld)"
1121 msgstr "setpgid hijo (%ld a %ld)"
1122
1123 #: jobs.c:2104 nojobs.c:585
1124 #, c-format
1125 msgid "wait: pid %ld is not a child of this shell"
1126 msgstr "wait: pid %ld no es un proceso hijo de este shell"
1127
1128 #: jobs.c:2331
1129 #, c-format
1130 msgid "wait_for: No record of process %ld"
1131 msgstr "wait_for: No hay un registro del proceso %ld"
1132
1133 #: jobs.c:2607
1134 #, c-format
1135 msgid "wait_for_job: job %d is stopped"
1136 msgstr "wait_for_job: el trabajo %d está detenido"
1137
1138 #: jobs.c:2829
1139 #, c-format
1140 msgid "%s: job has terminated"
1141 msgstr "%s: el trabajo ha terminado"
1142
1143 #: jobs.c:2838
1144 #, c-format
1145 msgid "%s: job %d already in background"
1146 msgstr "%s: el trabajo %d ya está en segundo plano"
1147
1148 #: jobs.c:3059
1149 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1150 msgstr ""
1151
1152 #: jobs.c:3508
1153 #, c-format
1154 msgid "%s: line %d: "
1155 msgstr "%s: línea %d: "
1156
1157 #: jobs.c:3522 nojobs.c:814
1158 #, c-format
1159 msgid " (core dumped)"
1160 msgstr " (`core' generado)"
1161
1162 #: jobs.c:3534 jobs.c:3547
1163 #, c-format
1164 msgid "(wd now: %s)\n"
1165 msgstr "(dir ahora: %s)\n"
1166
1167 #: jobs.c:3579
1168 msgid "initialize_job_control: getpgrp failed"
1169 msgstr "initialize_jobs_control: falló getpgrp"
1170
1171 #: jobs.c:3639
1172 msgid "initialize_job_control: line discipline"
1173 msgstr "initialize_jobs_control: disciplina de línea"
1174
1175 #: jobs.c:3649
1176 msgid "initialize_job_control: setpgid"
1177 msgstr "initialize_jobs_control: setpgid"
1178
1179 #: jobs.c:3677
1180 #, c-format
1181 msgid "cannot set terminal process group (%d)"
1182 msgstr "no se puede establecer el grupo de proceso de terminal (%d)"
1183
1184 #: jobs.c:3682
1185 msgid "no job control in this shell"
1186 msgstr "no hay control de trabajos en este shell"
1187
1188 #: lib/malloc/malloc.c:296
1189 #, c-format
1190 msgid "malloc: failed assertion: %s\n"
1191 msgstr "malloc: falló la aserción: %s\n"
1192
1193 #: lib/malloc/malloc.c:312
1194 #, c-format
1195 msgid ""
1196 "\r\n"
1197 "malloc: %s:%d: assertion botched\r\n"
1198 msgstr ""
1199 "\r\n"
1200 "malloc: %s:%d: aserción arruinada\r\n"
1201
1202 #: lib/malloc/malloc.c:313
1203 msgid "unknown"
1204 msgstr "desconocido"
1205
1206 #: lib/malloc/malloc.c:797
1207 msgid "malloc: block on free list clobbered"
1208 msgstr "malloc: bloque en la lista libre sobreescrito"
1209
1210 #: lib/malloc/malloc.c:874
1211 msgid "free: called with already freed block argument"
1212 msgstr "free: se llamó con un argumento de bloque previamente liberado"
1213
1214 #: lib/malloc/malloc.c:877
1215 msgid "free: called with unallocated block argument"
1216 msgstr "free: se llamó con un argumento de bloque sin asignar"
1217
1218 #: lib/malloc/malloc.c:896
1219 msgid "free: underflow detected; mh_nbytes out of range"
1220 msgstr ""
1221 "free: se detectó un desbordamiento por debajo; mh_nbytes fuera de rango"
1222
1223 #: lib/malloc/malloc.c:902
1224 msgid "free: start and end chunk sizes differ"
1225 msgstr "free: los tamaños de los pedazos de inicio y fin son diferentes"
1226
1227 #: lib/malloc/malloc.c:1001
1228 msgid "realloc: called with unallocated block argument"
1229 msgstr "realloc: se llamó con un argumento de bloque sin asignar"
1230
1231 #: lib/malloc/malloc.c:1016
1232 msgid "realloc: underflow detected; mh_nbytes out of range"
1233 msgstr ""
1234 "realloc: se detectó un desbordamiento por debajo; mh_nbytes fuera de rango"
1235
1236 #: lib/malloc/malloc.c:1022
1237 msgid "realloc: start and end chunk sizes differ"
1238 msgstr "realloc: los tamaños de los pedazos de inicio y fin son diferentes"
1239
1240 #: lib/malloc/table.c:177
1241 #, c-format
1242 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1243 msgstr "register_alloc: ¿la tabla alloc está llena con FIND_ALLOC?\n"
1244
1245 #: lib/malloc/table.c:184
1246 #, c-format
1247 msgid "register_alloc: %p already in table as allocated?\n"
1248 msgstr "register_alloc: ¿%p ya está en la tabla como asignado?\n"
1249
1250 #: lib/malloc/table.c:220
1251 #, c-format
1252 msgid "register_free: %p already in table as free?\n"
1253 msgstr "register_free: ¿%p ya está en la tabla como libre?\n"
1254
1255 #: lib/sh/fmtulong.c:101
1256 msgid "invalid base"
1257 msgstr "base inválida"
1258
1259 #: lib/sh/netopen.c:168
1260 #, c-format
1261 msgid "%s: host unknown"
1262 msgstr "%s: anfitrión desconocido"
1263
1264 #: lib/sh/netopen.c:175
1265 #, c-format
1266 msgid "%s: invalid service"
1267 msgstr "%s: servicio inválido"
1268
1269 #: lib/sh/netopen.c:306
1270 #, c-format
1271 msgid "%s: bad network path specification"
1272 msgstr "%s: especificación de ruta de red errónea"
1273
1274 #: lib/sh/netopen.c:346
1275 msgid "network operations not supported"
1276 msgstr "no hay soporte para operaciones de red"
1277
1278 #: locale.c:192
1279 #, c-format
1280 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1281 msgstr ""
1282
1283 #: locale.c:194
1284 #, c-format
1285 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1286 msgstr ""
1287
1288 #: locale.c:247
1289 #, fuzzy, c-format
1290 msgid "setlocale: %s: cannot change locale (%s)"
1291 msgstr "xrealloc: %s:%d: no se pueden reasignar %lu bytes"
1292
1293 #: locale.c:249
1294 #, fuzzy, c-format
1295 msgid "setlocale: %s: cannot change locale (%s): %s"
1296 msgstr "xrealloc: %s:%d: no se pueden reasignar %lu bytes"
1297
1298 #: mailcheck.c:433
1299 msgid "You have mail in $_"
1300 msgstr "Tiene correo en $_"
1301
1302 #: mailcheck.c:458
1303 msgid "You have new mail in $_"
1304 msgstr "Tiene correo nuevo en $_"
1305
1306 #: mailcheck.c:474
1307 #, c-format
1308 msgid "The mail in %s has been read\n"
1309 msgstr "El correo en %s fue leído\n"
1310
1311 #: make_cmd.c:323
1312 msgid "syntax error: arithmetic expression required"
1313 msgstr "error sintáctico: se requiere una expresión aritmética"
1314
1315 #: make_cmd.c:325
1316 msgid "syntax error: `;' unexpected"
1317 msgstr "error sintáctico: `;' inesperado"
1318
1319 #: make_cmd.c:326
1320 #, c-format
1321 msgid "syntax error: `((%s))'"
1322 msgstr "error sintáctico: `((%s))'"
1323
1324 #: make_cmd.c:575
1325 #, c-format
1326 msgid "make_here_document: bad instruction type %d"
1327 msgstr "make_here_document: tipo de instrucción %d erróneo"
1328
1329 #: make_cmd.c:659
1330 #, c-format
1331 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1332 msgstr ""
1333 "el documento-aquí en la línea %d está delimitado por fin-de-fichero (se "
1334 "esperaba `%s')"
1335
1336 #: make_cmd.c:756
1337 #, c-format
1338 msgid "make_redirection: redirection instruction `%d' out of range"
1339 msgstr ""
1340 "make_redirection: la instrucción de redirección `%d' está fuera de rango"
1341
1342 #: parse.y:3133 parse.y:3369
1343 #, c-format
1344 msgid "unexpected EOF while looking for matching `%c'"
1345 msgstr "EOF inesperado mientras se buscaba un `%c' coincidente"
1346
1347 #: parse.y:3951
1348 msgid "unexpected EOF while looking for `]]'"
1349 msgstr "EOF inesperado mientras se buscaba `]]'"
1350
1351 #: parse.y:3956
1352 #, c-format
1353 msgid "syntax error in conditional expression: unexpected token `%s'"
1354 msgstr "error sintáctico en la expresión condicional: elemento inesperado `%s'"
1355
1356 #: parse.y:3960
1357 msgid "syntax error in conditional expression"
1358 msgstr "error sintáctico en la expresión condicional"
1359
1360 #: parse.y:4038
1361 #, c-format
1362 msgid "unexpected token `%s', expected `)'"
1363 msgstr "elemento inesperado `%s', se esperaba `)'"
1364
1365 #: parse.y:4042
1366 msgid "expected `)'"
1367 msgstr "se esperaba `)'"
1368
1369 #: parse.y:4070
1370 #, c-format
1371 msgid "unexpected argument `%s' to conditional unary operator"
1372 msgstr "argumento inesperado `%s' para el operador unario condicional"
1373
1374 #: parse.y:4074
1375 msgid "unexpected argument to conditional unary operator"
1376 msgstr "argumento inesperado para el operador unario condicional"
1377
1378 #: parse.y:4120
1379 #, c-format
1380 msgid "unexpected token `%s', conditional binary operator expected"
1381 msgstr "elemento inesperado `%s', se esperaba un operador binario condicional"
1382
1383 #: parse.y:4124
1384 msgid "conditional binary operator expected"
1385 msgstr "se esperaba un operador binario condicional"
1386
1387 #: parse.y:4146
1388 #, c-format
1389 msgid "unexpected argument `%s' to conditional binary operator"
1390 msgstr "argumento inesperado `%s' para el operador binario condicional"
1391
1392 #: parse.y:4150
1393 msgid "unexpected argument to conditional binary operator"
1394 msgstr "argumento inesperado para el operador binario condicional"
1395
1396 #: parse.y:4161
1397 #, c-format
1398 msgid "unexpected token `%c' in conditional command"
1399 msgstr "elemento inesperado `%c' en la orden condicional"
1400
1401 #: parse.y:4164
1402 #, c-format
1403 msgid "unexpected token `%s' in conditional command"
1404 msgstr "elemento inesperado `%s' en la orden condicional"
1405
1406 #: parse.y:4168
1407 #, c-format
1408 msgid "unexpected token %d in conditional command"
1409 msgstr "elemento inesperado %d en la orden condicional"
1410
1411 # Token: elemento ?
1412 # error sintáctico, no se esperaba el símbolo `%c' em+
1413 # No puedo tomar tal cual la corrección. El error puede no ser
1414 # provocado por el símbolo. Simplemente estar cerca del mismo. cfuga
1415 # Por consistencia con el siguiente, yo borraría la coma. sv
1416 # Cierto. Coma borrada. cfuga
1417 #: parse.y:5459
1418 #, c-format
1419 msgid "syntax error near unexpected token `%s'"
1420 msgstr "error sintáctico cerca del elemento inesperado `%s'"
1421
1422 #: parse.y:5477
1423 #, c-format
1424 msgid "syntax error near `%s'"
1425 msgstr "error sintáctico cerca de `%s'"
1426
1427 # Propongo cambio de orden:
1428 # no se esperaba el final de la línea em+
1429 # Ojo, que end of file es fin de fichero, no de línea. sv
1430 # Se hicieron ambos cambios. cfuga
1431 #: parse.y:5487
1432 msgid "syntax error: unexpected end of file"
1433 msgstr "error sintáctico: no se esperaba el final del fichero"
1434
1435 #: parse.y:5487
1436 msgid "syntax error"
1437 msgstr "error sintáctico"
1438
1439 #: parse.y:5549
1440 #, c-format
1441 msgid "Use \"%s\" to leave the shell.\n"
1442 msgstr "Use \"%s\" para dejar el shell.\n"
1443
1444 #: parse.y:5711
1445 msgid "unexpected EOF while looking for matching `)'"
1446 msgstr "EOF inesperado mientras se buscaba un `)' coincidente"
1447
1448 #: pcomplete.c:1030
1449 #, c-format
1450 msgid "completion: function `%s' not found"
1451 msgstr "completion: no se encuentra la función `%s'"
1452
1453 #: pcomplib.c:179
1454 #, c-format
1455 msgid "progcomp_insert: %s: NULL COMPSPEC"
1456 msgstr "progcomp_insert: %s: COMPSPEC nulo"
1457
1458 #: print_cmd.c:290
1459 #, c-format
1460 msgid "print_command: bad connector `%d'"
1461 msgstr "print_command: conector erróneo `%d'"
1462
1463 #: print_cmd.c:363
1464 #, fuzzy, c-format
1465 msgid "xtrace_set: %d: invalid file descriptor"
1466 msgstr "%d: descriptor de fichero inválido: %s"
1467
1468 #: print_cmd.c:368
1469 msgid "xtrace_set: NULL file pointer"
1470 msgstr ""
1471
1472 #: print_cmd.c:372
1473 #, c-format
1474 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1475 msgstr ""
1476
1477 #: print_cmd.c:1461
1478 #, c-format
1479 msgid "cprintf: `%c': invalid format character"
1480 msgstr "cprintf: `%c': carácter de formato inválido"
1481
1482 #: redir.c:110
1483 msgid "file descriptor out of range"
1484 msgstr "descriptor de fichero fuera de rango"
1485
1486 #: redir.c:166
1487 #, c-format
1488 msgid "%s: ambiguous redirect"
1489 msgstr "%s: redireccionamiento ambiguo"
1490
1491 #: redir.c:170
1492 #, c-format
1493 msgid "%s: cannot overwrite existing file"
1494 msgstr "%s: no se puede sobreescribir un fichero existente"
1495
1496 #: redir.c:175
1497 #, c-format
1498 msgid "%s: restricted: cannot redirect output"
1499 msgstr "%s: restringido: no se puede redirigir la salida"
1500
1501 #: redir.c:180
1502 #, c-format
1503 msgid "cannot create temp file for here-document: %s"
1504 msgstr "no se puede crear un fichero temporal para el documento-aquí: %s"
1505
1506 #: redir.c:184
1507 #, fuzzy, c-format
1508 msgid "%s: cannot assign fd to variable"
1509 msgstr "%s: no se puede asignar una lista a un miembro de la matriz"
1510
1511 #: redir.c:544
1512 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1513 msgstr "no se admite /dev/(tcp|udp)/anfitrion/puerto sin red"
1514
1515 #: redir.c:1101
1516 msgid "redirection error: cannot duplicate fd"
1517 msgstr "error de redirección: no se puede duplicar el df"
1518
1519 #: shell.c:332
1520 msgid "could not find /tmp, please create!"
1521 msgstr "¡no se puede encontrar /tmp, crear por favor!"
1522
1523 #: shell.c:336
1524 msgid "/tmp must be a valid directory name"
1525 msgstr "/tmp debe ser un nombre de directorio válido"
1526
1527 #: shell.c:884
1528 #, c-format
1529 msgid "%c%c: invalid option"
1530 msgstr "%c%c: opción inválida"
1531
1532 # Yo pondría "no tengo ningún nombre". sv
1533 # Revisé el código fuente de bash. Es un mensaje de error cuando no se
1534 # encuentra el nombre del usuario que ejecuta el shell. cfuga
1535 #: shell.c:1651
1536 msgid "I have no name!"
1537 msgstr "¡No tengo nombre de usuario!"
1538
1539 #: shell.c:1793
1540 #, c-format
1541 msgid "GNU bash, version %s-(%s)\n"
1542 msgstr "GNU bash, versión %s-(%s)\n"
1543
1544 # En la lista spanglish se discutió mucho sobre script,
1545 # no sé en que quedó, ni puedo decirte ahora cómo lo hemos
1546 # traducido en otras ocasiones. Sehll script lo henmos traducido
1547 # como guión del shell , eso es seguro ... así que puede estar
1548 # bien así , ya lo verán otros em+
1549 #: shell.c:1794
1550 #, c-format
1551 msgid ""
1552 "Usage:\t%s [GNU long option] [option] ...\n"
1553 "\t%s [GNU long option] [option] script-file ...\n"
1554 msgstr ""
1555 "Modo de empleo:\t%s [opción GNU larga] [opción] ...\n"
1556 "\t%s [opción GNU larga] [opción] guión-del-shell\n"
1557
1558 #: shell.c:1796
1559 msgid "GNU long options:\n"
1560 msgstr "Opciones GNU largas:\n"
1561
1562 #: shell.c:1800
1563 msgid "Shell options:\n"
1564 msgstr "Opciones del shell:\n"
1565
1566 #: shell.c:1801
1567 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1568 msgstr "\t-irsD o -c orden o -O opcion_shopt\t\t(sólo invocación)\n"
1569
1570 #: shell.c:1816
1571 #, c-format
1572 msgid "\t-%s or -o option\n"
1573 msgstr "\t-%s o -o opción\n"
1574
1575 #: shell.c:1822
1576 #, c-format
1577 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1578 msgstr ""
1579 "Teclee `%s -c \"help set\"' para más información sobre las opciones del "
1580 "shell.\n"
1581
1582 #: shell.c:1823
1583 #, c-format
1584 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1585 msgstr ""
1586 "Teclee `%s -c help' para más información sobre las órdenes internas del "
1587 "shell.\n"
1588
1589 #: shell.c:1824
1590 #, c-format
1591 msgid "Use the `bashbug' command to report bugs.\n"
1592 msgstr "Use la orden `bashbug' para reportar bichos.\n"
1593
1594 #: sig.c:626
1595 #, c-format
1596 msgid "sigprocmask: %d: invalid operation"
1597 msgstr "sigprocmask: %d: operación inválida"
1598
1599 #: siglist.c:48
1600 msgid "Bogus signal"
1601 msgstr "Señal ambigua"
1602
1603 #: siglist.c:51
1604 msgid "Hangup"
1605 msgstr "Colgar"
1606
1607 #: siglist.c:55
1608 msgid "Interrupt"
1609 msgstr "Interrumpir"
1610
1611 #: siglist.c:59
1612 msgid "Quit"
1613 msgstr "Salir"
1614
1615 #: siglist.c:63
1616 msgid "Illegal instruction"
1617 msgstr "Instrucción ilegal"
1618
1619 #: siglist.c:67
1620 msgid "BPT trace/trap"
1621 msgstr "BPT rastreo/captura"
1622
1623 #: siglist.c:75
1624 msgid "ABORT instruction"
1625 msgstr "instrucción ABORT"
1626
1627 #: siglist.c:79
1628 msgid "EMT instruction"
1629 msgstr "instrucción EMT"
1630
1631 #: siglist.c:83
1632 msgid "Floating point exception"
1633 msgstr "Excepción de coma flotante"
1634
1635 #: siglist.c:87
1636 msgid "Killed"
1637 msgstr "Matado"
1638
1639 #: siglist.c:91
1640 msgid "Bus error"
1641 msgstr "Error en el bus"
1642
1643 #: siglist.c:95
1644 msgid "Segmentation fault"
1645 msgstr "Violación de segmento"
1646
1647 # llamada del sistema em+
1648 # Es una llamada a una función del sistema em+
1649 # De acuerdo, pero lo que está mal es la forma de invocar la
1650 # llamada a la función del sistema, no la llamada en sí cfuga
1651 #: siglist.c:99
1652 msgid "Bad system call"
1653 msgstr "Llamada al sistema errónea"
1654
1655 # (pipe) no, por favor. Esto ya está traducido en libc, así que a estas
1656 # alturas, la gente ya debería saber qué es eso de la tubería. sv
1657 # De acuerdo. cfuga
1658 #: siglist.c:103
1659 msgid "Broken pipe"
1660 msgstr "Tubería rota"
1661
1662 #: siglist.c:107
1663 msgid "Alarm clock"
1664 msgstr "Temporizador"
1665
1666 #: siglist.c:111
1667 msgid "Terminated"
1668 msgstr "Terminado"
1669
1670 #: siglist.c:115
1671 msgid "Urgent IO condition"
1672 msgstr "Condición de E/S urgente"
1673
1674 #: siglist.c:119
1675 msgid "Stopped (signal)"
1676 msgstr "Detenido (señal)"
1677
1678 #: siglist.c:127
1679 msgid "Continue"
1680 msgstr "Continúa"
1681
1682 #: siglist.c:135
1683 msgid "Child death or stop"
1684 msgstr "El proceso hijo ha muerto o está parado"
1685
1686 #: siglist.c:139
1687 msgid "Stopped (tty input)"
1688 msgstr "Detenido (entrada por terminal)"
1689
1690 #: siglist.c:143
1691 msgid "Stopped (tty output)"
1692 msgstr "Detenido (salida por terminal)"
1693
1694 #: siglist.c:147
1695 msgid "I/O ready"
1696 msgstr "E/S listas"
1697
1698 #: siglist.c:151
1699 msgid "CPU limit"
1700 msgstr "Límite de CPU"
1701
1702 #: siglist.c:155
1703 msgid "File limit"
1704 msgstr "Límite de ficheros"
1705
1706 #: siglist.c:159
1707 msgid "Alarm (virtual)"
1708 msgstr "Alarma (virtual)"
1709
1710 #: siglist.c:163
1711 msgid "Alarm (profile)"
1712 msgstr "Alarma (entorno)"
1713
1714 #: siglist.c:167
1715 msgid "Window changed"
1716 msgstr "Ventana cambiada"
1717
1718 #: siglist.c:171
1719 msgid "Record lock"
1720 msgstr "Bloqueo de grabación"
1721
1722 #: siglist.c:175
1723 msgid "User signal 1"
1724 msgstr "Señal de usuario 1"
1725
1726 #: siglist.c:179
1727 msgid "User signal 2"
1728 msgstr "Señal de usuario 2"
1729
1730 #: siglist.c:183
1731 msgid "HFT input data pending"
1732 msgstr "entrada de datos HFT pendiente"
1733
1734 # falla: fallo em+
1735 # Suscribo lo anterior. falla suena muy raro.
1736 # Yo lo pondría además al revés: fallo de energía inminente. sv
1737 # Me gusta como lo sugieres. Cambio hecho. cfuga
1738 #: siglist.c:187
1739 msgid "power failure imminent"
1740 msgstr "fallo de energía inminente"
1741
1742 #: siglist.c:191
1743 msgid "system crash imminent"
1744 msgstr "caída del sistema inminente"
1745
1746 #: siglist.c:195
1747 msgid "migrate process to another CPU"
1748 msgstr "migrando el proceso a otra CPU"
1749
1750 #: siglist.c:199
1751 msgid "programming error"
1752 msgstr "error de programación"
1753
1754 #: siglist.c:203
1755 msgid "HFT monitor mode granted"
1756 msgstr "el modo monitor HFT ha sido concedido"
1757
1758 #: siglist.c:207
1759 msgid "HFT monitor mode retracted"
1760 msgstr "el modo monitor HTF ha sido retirado"
1761
1762 #: siglist.c:211
1763 msgid "HFT sound sequence has completed"
1764 msgstr "la secuencia de sonido HFT ha sido completado"
1765
1766 #: siglist.c:215
1767 msgid "Information request"
1768 msgstr "Solicitud de información"
1769
1770 #: siglist.c:223
1771 msgid "Unknown Signal #"
1772 msgstr "Señal Desconocida #"
1773
1774 #: siglist.c:225
1775 #, c-format
1776 msgid "Unknown Signal #%d"
1777 msgstr "Señal Desconocida #%d"
1778
1779 #: subst.c:1333 subst.c:1454
1780 #, c-format
1781 msgid "bad substitution: no closing `%s' in %s"
1782 msgstr "sustitución errónea: no hay un `%s' que cierre en %s"
1783
1784 #: subst.c:2735
1785 #, c-format
1786 msgid "%s: cannot assign list to array member"
1787 msgstr "%s: no se puede asignar una lista a un miembro de la matriz"
1788
1789 #: subst.c:4754 subst.c:4770
1790 msgid "cannot make pipe for process substitution"
1791 msgstr "no se puede crear la tubería para la sustitución del proceso"
1792
1793 #: subst.c:4802
1794 msgid "cannot make child for process substitution"
1795 msgstr "no se puede crear un proceso hijo para la sustitución del proceso"
1796
1797 #: subst.c:4847
1798 #, c-format
1799 msgid "cannot open named pipe %s for reading"
1800 msgstr "no se puede abrir la tubería llamada %s para lectura"
1801
1802 #: subst.c:4849
1803 #, c-format
1804 msgid "cannot open named pipe %s for writing"
1805 msgstr "no se puede abrir la tubería llamada %s para escritura"
1806
1807 #: subst.c:4867
1808 #, c-format
1809 msgid "cannot duplicate named pipe %s as fd %d"
1810 msgstr "no se puede duplicar la tubería llamada %s como df %d"
1811
1812 #: subst.c:5063
1813 msgid "cannot make pipe for command substitution"
1814 msgstr "no se pueden crear la tubería para la sustitución de la orden"
1815
1816 #: subst.c:5097
1817 msgid "cannot make child for command substitution"
1818 msgstr "no se puede crear un proceso hijo para la sustitución de la orden"
1819
1820 #: subst.c:5114
1821 msgid "command_substitute: cannot duplicate pipe as fd 1"
1822 msgstr "command_substitute: no se puede duplicar la tubería como df 1"
1823
1824 #: subst.c:5617
1825 #, c-format
1826 msgid "%s: parameter null or not set"
1827 msgstr "%s: parámetro nulo o no establecido"
1828
1829 #: subst.c:5907
1830 #, c-format
1831 msgid "%s: substring expression < 0"
1832 msgstr "%s: expresión de subcadena < 0"
1833
1834 #: subst.c:6965
1835 #, c-format
1836 msgid "%s: bad substitution"
1837 msgstr "%s: sustitución errónea"
1838
1839 #: subst.c:7045
1840 #, c-format
1841 msgid "$%s: cannot assign in this way"
1842 msgstr "$%s: no se puede asignar de esta forma"
1843
1844 #: subst.c:7374
1845 msgid ""
1846 "future versions of the shell will force evaluation as an arithmetic "
1847 "substitution"
1848 msgstr ""
1849
1850 #: subst.c:7839
1851 #, c-format
1852 msgid "bad substitution: no closing \"`\" in %s"
1853 msgstr "sustitución errónea: no hay una \"`\" que cierre en %s"
1854
1855 #: subst.c:8720
1856 #, c-format
1857 msgid "no match: %s"
1858 msgstr "no hay coincidencia: %s"
1859
1860 #: test.c:146
1861 msgid "argument expected"
1862 msgstr "se esperaba un argumento"
1863
1864 #: test.c:155
1865 #, c-format
1866 msgid "%s: integer expression expected"
1867 msgstr "%s: se esperaba una expresión entera"
1868
1869 #: test.c:263
1870 msgid "`)' expected"
1871 msgstr "se esperaba `)'"
1872
1873 #: test.c:265
1874 #, c-format
1875 msgid "`)' expected, found %s"
1876 msgstr "se esperaba `)', se encontró %s"
1877
1878 #: test.c:280 test.c:693 test.c:696
1879 #, c-format
1880 msgid "%s: unary operator expected"
1881 msgstr "%s: se esperaba un operador unario"
1882
1883 #: test.c:449 test.c:736
1884 #, c-format
1885 msgid "%s: binary operator expected"
1886 msgstr "%s: se esperaba un operador binario"
1887
1888 # Singular em+
1889 # Puede faltar más de un ] cfuga
1890 # Cierto, pero al menos uno seguro que falta.
1891 # Yo creo que no hace falta el (n). sv
1892 # Abreviando "falta [al menos] un `]'" saldría: "falta un `]'".
1893 # ¿No es mejor "falta algún `]'"? cfuga
1894 # Tiene razón Enrique: singular. cfuga
1895 #: test.c:811
1896 msgid "missing `]'"
1897 msgstr "falta un `]'"
1898
1899 #: trap.c:203
1900 msgid "invalid signal number"
1901 msgstr "número de señal inválido"
1902
1903 #: trap.c:327
1904 #, c-format
1905 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1906 msgstr "run_pending_traps: valor erróneo en trap_list[%d]: %p"
1907
1908 #: trap.c:331
1909 #, c-format
1910 msgid ""
1911 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1912 msgstr ""
1913 "run_pending_traps: el manejador de señal es SIG_DFL, reenviando %d (%s) a mí "
1914 "mismo"
1915
1916 #: trap.c:380
1917 #, c-format
1918 msgid "trap_handler: bad signal %d"
1919 msgstr "trap_handler: señal errónea %d"
1920
1921 #: variables.c:363
1922 #, c-format
1923 msgid "error importing function definition for `%s'"
1924 msgstr "error al importar la definición de la función para `%s'"
1925
1926 #: variables.c:748
1927 #, c-format
1928 msgid "shell level (%d) too high, resetting to 1"
1929 msgstr "el nivel de shell (%d) es demasiado alto, se reestablece a 1"
1930
1931 #: variables.c:1915
1932 msgid "make_local_variable: no function context at current scope"
1933 msgstr "make_local_variable: no hay contexto de función en el ámbito actual"
1934
1935 #: variables.c:3159
1936 msgid "all_local_variables: no function context at current scope"
1937 msgstr "all_local_variables: no hay contexto de función en el ámbito actual"
1938
1939 #: variables.c:3376
1940 #, fuzzy, c-format
1941 msgid "%s has null exportstr"
1942 msgstr "%s: parámetro nulo o no establecido"
1943
1944 #: variables.c:3381 variables.c:3390
1945 #, c-format
1946 msgid "invalid character %d in exportstr for %s"
1947 msgstr "carácter inválido %d en exportstr para %s"
1948
1949 #: variables.c:3396
1950 #, c-format
1951 msgid "no `=' in exportstr for %s"
1952 msgstr "no hay `=' en exportstr para %s"
1953
1954 #: variables.c:3835
1955 msgid "pop_var_context: head of shell_variables not a function context"
1956 msgstr ""
1957 "pop_var_context: la cabeza de shell_variables no es un contexto de función"
1958
1959 #: variables.c:3848
1960 msgid "pop_var_context: no global_variables context"
1961 msgstr "pop_var_context: no es un contexto global_variables"
1962
1963 #: variables.c:3922
1964 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1965 msgstr ""
1966 "pop_scope: la cabeza de shell_variables no es un ámbito de ambiente temporal"
1967
1968 #: variables.c:4678
1969 #, fuzzy, c-format
1970 msgid "%s: %s: cannot open as FILE"
1971 msgstr "%s: no se puede abrir: %s"
1972
1973 #: variables.c:4683
1974 #, fuzzy, c-format
1975 msgid "%s: %s: invalid value for trace file descriptor"
1976 msgstr "%d: descriptor de fichero inválido: %s"
1977
1978 #: version.c:46
1979 msgid "Copyright (C) 2009 Free Software Foundation, Inc."
1980 msgstr "Copyright (C) 2009 Free Software Foundation, Inc."
1981
1982 #: version.c:47
1983 msgid ""
1984 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1985 "html>\n"
1986 msgstr ""
1987 "Licencia GPLv3+: GPL de GNU versión 3 o posterior <http://gnu.org/licenses/"
1988 "gpl.html>\n"
1989
1990 #: version.c:86 version2.c:83
1991 #, c-format
1992 msgid "GNU bash, version %s (%s)\n"
1993 msgstr "GNU bash, versión %s (%s)\n"
1994
1995 #: version.c:91 version2.c:88
1996 #, c-format
1997 msgid "This is free software; you are free to change and redistribute it.\n"
1998 msgstr ""
1999 "Esto es software libre; usted es libre de cambiarlo y redistribuirlo.\n"
2000
2001 #: version.c:92 version2.c:89
2002 #, c-format
2003 msgid "There is NO WARRANTY, to the extent permitted by law.\n"
2004 msgstr "NO hay GARANTÍA, a la extensión permitida por la ley.\n"
2005
2006 #: version2.c:86
2007 #, fuzzy, c-format
2008 msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
2009 msgstr "Copyright (C) 2009 Free Software Foundation, Inc."
2010
2011 #: version2.c:87
2012 #, fuzzy, c-format
2013 msgid ""
2014 "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
2015 "html>\n"
2016 msgstr ""
2017 "Licencia GPLv3+: GPL de GNU versión 3 o posterior <http://gnu.org/licenses/"
2018 "gpl.html>\n"
2019
2020 #: xmalloc.c:91
2021 #, fuzzy, c-format
2022 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2023 msgstr "xmalloc: no se pueden asignar %lu bytes (%lu bytes asignados)"
2024
2025 #: xmalloc.c:93
2026 #, fuzzy, c-format
2027 msgid "%s: cannot allocate %lu bytes"
2028 msgstr "xmalloc: no se pueden asignar %lu bytes"
2029
2030 #: xmalloc.c:163
2031 #, fuzzy, c-format
2032 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2033 msgstr "xmalloc: %s:%d: no se pueden asignar %lu bytes (%lu bytes asignados)"
2034
2035 #: xmalloc.c:165
2036 #, fuzzy, c-format
2037 msgid "%s: %s:%d: cannot allocate %lu bytes"
2038 msgstr "xmalloc: %s:%d: no se pueden asignar %lu bytes"
2039
2040 #: builtins.c:43
2041 msgid "alias [-p] [name[=value] ... ]"
2042 msgstr "alias [-p] [nombre[=valor] ... ]"
2043
2044 #: builtins.c:47
2045 msgid "unalias [-a] name [name ...]"
2046 msgstr "unalias [-a] nombre [nombre ...]"
2047
2048 #: builtins.c:51
2049 msgid ""
2050 "bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2051 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2052 msgstr ""
2053 "bind [-lpvsPVS] [-m comb_teclas] [-f fichero] [-q nombre] [-u nombre] [-r "
2054 "secteclas] [-x secteclas:orden-shell] [secteclas:función-readline u orden-"
2055 "readline]"
2056
2057 #: builtins.c:54
2058 msgid "break [n]"
2059 msgstr "break [n]"
2060
2061 #: builtins.c:56
2062 msgid "continue [n]"
2063 msgstr "continue [n]"
2064
2065 #: builtins.c:58
2066 msgid "builtin [shell-builtin [arg ...]]"
2067 msgstr "builtin [orden-interna-shell [arg ...]]"
2068
2069 #: builtins.c:61
2070 msgid "caller [expr]"
2071 msgstr "caller [expresión]"
2072
2073 #: builtins.c:64
2074 msgid "cd [-L|-P] [dir]"
2075 msgstr "cd [-L|-P] [directorio]"
2076
2077 #: builtins.c:66
2078 msgid "pwd [-LP]"
2079 msgstr "pwd [-LP]"
2080
2081 #: builtins.c:68
2082 msgid ":"
2083 msgstr ":"
2084
2085 #: builtins.c:70
2086 msgid "true"
2087 msgstr "true"
2088
2089 #: builtins.c:72
2090 msgid "false"
2091 msgstr "false"
2092
2093 #: builtins.c:74
2094 msgid "command [-pVv] command [arg ...]"
2095 msgstr "command [-pVv] orden [arg ...]"
2096
2097 #: builtins.c:76
2098 msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
2099 msgstr "declare [-aAfFilrtux] [-p] nombre[=valor] ..."
2100
2101 #: builtins.c:78
2102 msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
2103 msgstr "typeset [-aAfFilrtux] [-p] nombre[=valor] ..."
2104
2105 #: builtins.c:80
2106 msgid "local [option] name[=value] ..."
2107 msgstr "local [opción] nombre[=valor] ..."
2108
2109 #: builtins.c:83
2110 msgid "echo [-neE] [arg ...]"
2111 msgstr "echo [-neE] [arg ...]"
2112
2113 #: builtins.c:87
2114 msgid "echo [-n] [arg ...]"
2115 msgstr "echo [-n] [arg ...]"
2116
2117 #: builtins.c:90
2118 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2119 msgstr "enable [-a] [-dnps] [-f fichero] [nombre ...]"
2120
2121 #: builtins.c:92
2122 msgid "eval [arg ...]"
2123 msgstr "eval [arg ...]"
2124
2125 #: builtins.c:94
2126 msgid "getopts optstring name [arg]"
2127 msgstr "getopts cadena_opciones nombre [arg]"
2128
2129 #: builtins.c:96
2130 msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2131 msgstr "exec [-cl] [-a nombre] [orden [argumentos ...]] [redirección ...]"
2132
2133 #: builtins.c:98
2134 msgid "exit [n]"
2135 msgstr "exit [n]"
2136
2137 #: builtins.c:100
2138 msgid "logout [n]"
2139 msgstr "logout [n]"
2140
2141 #: builtins.c:103
2142 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2143 msgstr "fc [-e nombre_e] [-lnr] [primero] [último] ó fc -s [pat=rep] [orden]"
2144
2145 #: builtins.c:107
2146 msgid "fg [job_spec]"
2147 msgstr "fg [id_trabajo]"
2148
2149 #: builtins.c:111
2150 msgid "bg [job_spec ...]"
2151 msgstr "bg [id_trabajo ...]"
2152
2153 #: builtins.c:114
2154 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2155 msgstr "hash [-lr] [-p ruta] [-dt] [nombre ...]"
2156
2157 #: builtins.c:117
2158 #, fuzzy
2159 msgid "help [-dms] [pattern ...]"
2160 msgstr "help [-ds] [patrón ...]"
2161
2162 #: builtins.c:121
2163 msgid ""
2164 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2165 "[arg...]"
2166 msgstr ""
2167 "history [-c] [-d despl] [n] ó history -anrw [fichero] ó history -ps arg "
2168 "[arg...]"
2169
2170 # jobspec no es sólo el pid del proceso, puede ser tambien
2171 # el nombre de la orden que se creo con el proceso em+
2172 # por eso es idtrabajo, no pidtrabajo. De cualquier forma, no me agrada
2173 # mucho. ¿Sugerencias? cfuga
2174 #: builtins.c:125
2175 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2176 msgstr "jobs [-lnprs] [idtrabajo ...] ó jobs -x orden [args]"
2177
2178 # lo mismo em+
2179 #: builtins.c:129
2180 msgid "disown [-h] [-ar] [jobspec ...]"
2181 msgstr "disown [-h] [-ar] [idtrabajo ...]"
2182
2183 #: builtins.c:132
2184 msgid ""
2185 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2186 "[sigspec]"
2187 msgstr ""
2188 "kill [-s id_señal | -n num_señal | -id_señal] pid | idtrabajo ... ó kill -l "
2189 "[id_señal]"
2190
2191 #: builtins.c:134
2192 msgid "let arg [arg ...]"
2193 msgstr "let arg [arg ...]"
2194
2195 #: builtins.c:136
2196 #, fuzzy
2197 msgid ""
2198 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2199 "prompt] [-t timeout] [-u fd] [name ...]"
2200 msgstr ""
2201 "read [-ers] [-a matriz] [-d delim] [-i texto] [-n ncars] [-p prompt] [-t "
2202 "tiempo] [-u df] [nombre ...]"
2203
2204 #: builtins.c:138
2205 msgid "return [n]"
2206 msgstr "return [n]"
2207
2208 #: builtins.c:140
2209 msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
2210 msgstr "set [--abefhkmnptuvxBCHP] [-o nombre-opción] [arg ...]"
2211
2212 #: builtins.c:142
2213 msgid "unset [-f] [-v] [name ...]"
2214 msgstr "unset [-f] [-v] [nombre ...]"
2215
2216 #: builtins.c:144
2217 msgid "export [-fn] [name[=value] ...] or export -p"
2218 msgstr "export [-fn] [nombre[=valor] ...] ó export -p"
2219
2220 #: builtins.c:146
2221 msgid "readonly [-af] [name[=value] ...] or readonly -p"
2222 msgstr "readonly [-af] [nombre[=valor] ...] ó readonly -p"
2223
2224 #: builtins.c:148
2225 msgid "shift [n]"
2226 msgstr "shift [n]"
2227
2228 #: builtins.c:150
2229 msgid "source filename [arguments]"
2230 msgstr "source fichero [argumentos]"
2231
2232 #: builtins.c:152
2233 msgid ". filename [arguments]"
2234 msgstr ". fichero [argumentos]"
2235
2236 #: builtins.c:155
2237 msgid "suspend [-f]"
2238 msgstr "suspend [-f]"
2239
2240 #: builtins.c:158
2241 msgid "test [expr]"
2242 msgstr "test [expresión]"
2243
2244 #: builtins.c:160
2245 msgid "[ arg... ]"
2246 msgstr "[ arg... ]"
2247
2248 # Esto podría ser "veces". Mirar el contexto. sv
2249 # No es veces. times es una orden interna del shell. cfuga
2250 #: builtins.c:162
2251 msgid "times"
2252 msgstr "times"
2253
2254 #: builtins.c:164
2255 msgid "trap [-lp] [[arg] signal_spec ...]"
2256 msgstr "trap [-lp] [[arg] id_señal ...]"
2257
2258 #: builtins.c:166
2259 msgid "type [-afptP] name [name ...]"
2260 msgstr "type [-afptP] nombre [nombre ...]"
2261
2262 #: builtins.c:169
2263 msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2264 msgstr "ulimit [-SHacdefilmnpqrstuvx] [límite]"
2265
2266 #: builtins.c:172
2267 msgid "umask [-p] [-S] [mode]"
2268 msgstr "umask [-p] [-S] [modo]"
2269
2270 #: builtins.c:175
2271 msgid "wait [id]"
2272 msgstr "wait [id]"
2273
2274 #: builtins.c:179
2275 msgid "wait [pid]"
2276 msgstr "wait [pid]"
2277
2278 #: builtins.c:182
2279 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2280 msgstr "for NOMBRE [in PALABRAS ... ] ; do ÓRDENES; done"
2281
2282 #: builtins.c:184
2283 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2284 msgstr "for (( exp1; exp2; exp3 )); do ÓRDENES; done"
2285
2286 #: builtins.c:186
2287 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2288 msgstr "select NOMBRE [in PALABRAS ... ;] do ÓRDENES; done"
2289
2290 #: builtins.c:188
2291 msgid "time [-p] pipeline"
2292 msgstr "time [-p] tubería"
2293
2294 #: builtins.c:190
2295 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2296 msgstr "case PALABRA in [PATRÓN [| PATRÓN]...) ÓRDENES ;;]... esac"
2297
2298 #: builtins.c:192
2299 msgid ""
2300 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2301 "COMMANDS; ] fi"
2302 msgstr ""
2303 "if ÓRDENES; then ÓRDENES; [ elif ÓRDENES; then ÓRDENES; ]...[ else "
2304 "ÓRDENES; ] fi"
2305
2306 #: builtins.c:194
2307 msgid "while COMMANDS; do COMMANDS; done"
2308 msgstr "while ÓRDENES; do ÓRDENES; done"
2309
2310 #: builtins.c:196
2311 msgid "until COMMANDS; do COMMANDS; done"
2312 msgstr "until ÓRDENES; do ÓRDENES; done"
2313
2314 #: builtins.c:198
2315 msgid "coproc [NAME] command [redirections]"
2316 msgstr "coproc [NOMBRE] orden [redirecciones]"
2317
2318 #: builtins.c:200
2319 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2320 msgstr "function nombre { ÓRDENES ; } ó nombre () { ÓRDENES ; }"
2321
2322 #: builtins.c:202
2323 msgid "{ COMMANDS ; }"
2324 msgstr "{ ÓRDENES ; }"
2325
2326 #: builtins.c:204
2327 msgid "job_spec [&]"
2328 msgstr "id_trabajo [&]"
2329
2330 #: builtins.c:206
2331 msgid "(( expression ))"
2332 msgstr "(( expresión ))"
2333
2334 #: builtins.c:208
2335 msgid "[[ expression ]]"
2336 msgstr "[[ expresión ]]"
2337
2338 #: builtins.c:210
2339 msgid "variables - Names and meanings of some shell variables"
2340 msgstr "variables - Nombres y significados de algunas variables de shell"
2341
2342 #: builtins.c:213
2343 msgid "pushd [-n] [+N | -N | dir]"
2344 msgstr "pushd [-n] [+N | -N | dir"
2345
2346 #: builtins.c:217
2347 msgid "popd [-n] [+N | -N]"
2348 msgstr "popd [-n] [+N | -N]"
2349
2350 #: builtins.c:221
2351 msgid "dirs [-clpv] [+N] [-N]"
2352 msgstr "dirs [-clpv] [+N] [-N]"
2353
2354 #: builtins.c:224
2355 msgid "shopt [-pqsu] [-o] [optname ...]"
2356 msgstr "shopt [-pqsu] [-o] [nombre_opción...]"
2357
2358 #: builtins.c:226
2359 msgid "printf [-v var] format [arguments]"
2360 msgstr "printf [-v var] formato [argumentos]"
2361
2362 #: builtins.c:229
2363 #, fuzzy
2364 msgid ""
2365 "complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2366 "W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2367 "suffix] [name ...]"
2368 msgstr ""
2369 "complete [-abcdefgjksuv] [-pr] [-o opción] [-A acción] [-G patglob] [-W "
2370 "listapalabras] [-F función] [-C orden] [-X patfiltro] [-P prefijo] [-S "
2371 "sufijo] [nombre ...]"
2372
2373 #: builtins.c:233
2374 msgid ""
2375 "compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
2376 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2377 msgstr ""
2378 "compgen [-abcdefgjksuv] [-o opción]  [-A acción] [-G patglob] [-W "
2379 "listapalabras] [-F función] [-C orden] [-X patfiltro] [-P prefijo] [-S "
2380 "sufijo] [palabra]"
2381
2382 #: builtins.c:237
2383 #, fuzzy
2384 msgid "compopt [-o|+o option] [-DE] [name ...]"
2385 msgstr "compopt [-o|+o opción] [nombre ...]"
2386
2387 #: builtins.c:240
2388 msgid ""
2389 "mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2390 "quantum] [array]"
2391 msgstr ""
2392 "mapfile [-n cuenta] [-O origen] [-s cuenta] [-t] [-u df] [-C llamada] [-c "
2393 "quantum] [matriz]"
2394
2395 #: builtins.c:242
2396 msgid ""
2397 "readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2398 "quantum] [array]"
2399 msgstr ""
2400 "readarray [-n cuenta] [-O origen] [-s cuenta] [-t] [-u df] [-C llamada] [-c "
2401 "quantum] [matriz]"
2402
2403 # Más en español sería: se define un alias por cada NOMBRE cuyo VALOR se da. sv
2404 # Lo mismo de antes: el alias es expandido -> el alias se expande. sv
2405 # no alias -> ningún alias. sv
2406 # De acuerdo. cfuga
2407 #: builtins.c:254
2408 msgid ""
2409 "Define or display aliases.\n"
2410 "    \n"
2411 "    Without arguments, `alias' prints the list of aliases in the reusable\n"
2412 "    form `alias NAME=VALUE' on standard output.\n"
2413 "    \n"
2414 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2415 "    A trailing space in VALUE causes the next word to be checked for\n"
2416 "    alias substitution when the alias is expanded.\n"
2417 "    \n"
2418 "    Options:\n"
2419 "      -p\tPrint all defined aliases in a reusable format\n"
2420 "    \n"
2421 "    Exit Status:\n"
2422 "    alias returns true unless a NAME is supplied for which no alias has "
2423 "been\n"
2424 "    defined."
2425 msgstr ""
2426 "Define o muestra aliases.\n"
2427 "    \n"
2428 "    `alias' sin argumentos muestra la lista de aliases en la forma\n"
2429 "    reutilizable `alias NOMBRE=VALOR' en la salida estándar.\n"
2430 "    \n"
2431 "    De otra manera, se define un alias por cada NOMBRE cuyo VALOR se\n"
2432 "    proporcione.  Un espacio final en VALOR causa que se revise\n"
2433 "    la siguiente palabra para sustitución de alias cuando se expande\n"
2434 "    el alias.\n"
2435 "    \n"
2436 "    Opciones:\n"
2437 "      -p\tMuestra todos los aliases definidos en un formato reusable\n"
2438 "    \n"
2439 "    Estado de salida:\n"
2440 "    alias devuelve verdadero a menos que se de un NOMBRE para el cual\n"
2441 "    no se haya definido ningún alias."
2442
2443 #: builtins.c:276
2444 msgid ""
2445 "Remove each NAME from the list of defined aliases.\n"
2446 "    \n"
2447 "    Options:\n"
2448 "      -a\tremove all alias definitions.\n"
2449 "    \n"
2450 "    Return success unless a NAME is not an existing alias."
2451 msgstr ""
2452 "Borra cada NOMBRE de la lista de alias definidos.\n"
2453 "    \n"
2454 "    Opciones:\n"
2455 "      -a\telimina todas las definiciones de alias.\n"
2456 "    Devuelve verdadero a menos que un NOMBRE no sea un alias existente."
2457
2458 # lee 'la'... em+
2459 # Corregido. Además, es plural: lee las asignaciones... cfuga
2460 #: builtins.c:289
2461 msgid ""
2462 "Set Readline key bindings and variables.\n"
2463 "    \n"
2464 "    Bind a key sequence to a Readline function or a macro, or set a\n"
2465 "    Readline variable.  The non-option argument syntax is equivalent to\n"
2466 "    that found in ~/.inputrc, but must be passed as a single argument:\n"
2467 "    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2468 "    \n"
2469 "    Options:\n"
2470 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2471 "                         command.  Acceptable keymap names are emacs,\n"
2472 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2473 "move,\n"
2474 "                         vi-command, and vi-insert.\n"
2475 "      -l                 List names of functions.\n"
2476 "      -P                 List function names and bindings.\n"
2477 "      -p                 List functions and bindings in a form that can be\n"
2478 "                         reused as input.\n"
2479 "      -S                 List key sequences that invoke macros and their "
2480 "values\n"
2481 "      -s                 List key sequences that invoke macros and their "
2482 "values\n"
2483 "                         in a form that can be reused as input.\n"
2484 "      -V                 List variable names and values\n"
2485 "      -v                 List variable names and values in a form that can\n"
2486 "                         be reused as input.\n"
2487 "      -q  function-name  Query about which keys invoke the named function.\n"
2488 "      -u  function-name  Unbind all keys which are bound to the named "
2489 "function.\n"
2490 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
2491 "      -f  filename       Read key bindings from FILENAME.\n"
2492 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2493 "    \t\t\t\tKEYSEQ is entered.\n"
2494 "    \n"
2495 "    Exit Status:\n"
2496 "    bind returns 0 unless an unrecognized option is given or an error occurs."
2497 msgstr ""
2498 "Establece secuencias de teclas Readline y variables.\n"
2499 "\n"
2500 "    Asigna una secuencia de teclas a una función Readline o a una macro, o\n"
2501 "    establece una variable Readline.  La sintaxis de los argumentos que\n"
2502 "    no son opciones es equivalente a la que se encuentra en ~/.inputrc,\n"
2503 "    pero se debe pasar como un solo argumento:\n"
2504 "    p.e., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2505 "    \n"
2506 "    Opciones:\n"
2507 "    \n"
2508 "      -m  comb_teclas    Usa COMB_TECLAS como la combinación de teclas por "
2509 "la\n"
2510 "                         duración de esta orden.  Los nombres de "
2511 "combinaciones\n"
2512 "                         de teclas aceptables son emacs, emacs-standard,\n"
2513 "                         emacs-meta, emacs-ctlx, vi, vi-move, vi-command y\n"
2514 "                         vi-insert.\n"
2515 "      -l                 Enlista los nombres de las funciones.\n"
2516 "      -P                 Enlista los nombres de las funciones y "
2517 "asignaciones.\n"
2518 "      -p                 Enlista las funciones y asignaciones en una forma "
2519 "que\n"
2520 "                         se puede reusar como entrada.\n"
2521 "      -S                 Enlista las secuencias de teclas que invocan "
2522 "macros\n"
2523 "                         y sus valores.\n"
2524 "      -s                 Enlista las secuencias de teclas que invocan "
2525 "macros\n"
2526 "                         y sus valores en una forma que se pueden reusar "
2527 "como\n"
2528 "                         entrada.\n"
2529 "      -V                 Enlista los nombres de variables y valores.\n"
2530 "      -v                 Enlista los nombres de variables y valores en una\n"
2531 "                         forma que se pueden reusar como entrada.\n"
2532 "      -q nombre-funcion  Pregunta qué teclas invocan la función nombrada.\n"
2533 "      -u nombre-función  Borra todas las teclas que están ligadas a\n"
2534 "                         la función nombrada.\n"
2535 "      -r secteclas       Borra la asignación para la SECTECLAS.\n"
2536 "      -f fichero         Lee las asignaciones de teclas del FICHERO.\n"
2537 "      -x secteclas:orden-shell\tCausa que se ejecute la ORDEN-SHELL cuando\n"
2538 "    \t\t\t\tse introduce la SECTECLAS.\n"
2539 "    \n"
2540 "    Estado de salida:\n"
2541 "    bind devuelve 0 a menos que se presente una opción desconocida o suceda\n"
2542 "    un error."
2543
2544 #: builtins.c:326
2545 msgid ""
2546 "Exit for, while, or until loops.\n"
2547 "    \n"
2548 "    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2549 "    loops.\n"
2550 "    \n"
2551 "    Exit Status:\n"
2552 "    The exit status is 0 unless N is not greater than or equal to 1."
2553 msgstr ""
2554 "Termina ciclos for, while o until.\n"
2555 "    \n"
2556 "    Termina un ciclo FOR, WHILE o UNTIL.  Si se especifica N, termina\n"
2557 "    N ciclos anidados.\n"
2558 "    \n"
2559 "    Estado de salida:\n"
2560 "    El estado de salida es 0 a menos que N no sea mayor o igual a 1."
2561
2562 #: builtins.c:338
2563 msgid ""
2564 "Resume for, while, or until loops.\n"
2565 "    \n"
2566 "    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2567 "    If N is specified, resumes the Nth enclosing loop.\n"
2568 "    \n"
2569 "    Exit Status:\n"
2570 "    The exit status is 0 unless N is not greater than or equal to 1."
2571 msgstr ""
2572 "Continúa iteraciones for, while o until\n"
2573 "    \n"
2574 "    Continúa la siguiente iteración del ciclo FOR, WHILE o UNTIL\n"
2575 "    circundante.  Si se especifica N, retoma en el N-ésimo ciclo "
2576 "circundante.\n"
2577 "    \n"
2578 "    Estado de Salida:\n"
2579 "    El estado de salida es 0 a menos que N no sea mayor o igual a 1."
2580
2581 #: builtins.c:350
2582 msgid ""
2583 "Execute shell builtins.\n"
2584 "    \n"
2585 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2586 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2587 "    as a shell function, but need to execute the builtin within the "
2588 "function.\n"
2589 "    \n"
2590 "    Exit Status:\n"
2591 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2592 "    not a shell builtin.."
2593 msgstr ""
2594 "Ejecuta órdenes internas del shell\n"
2595 "    \n"
2596 "    Ejecuta la ORDEN-INTERNA-SHELL con los argumentos ARGs sin realizar\n"
2597 "    la búsqueda interna de órdenes.  Esto es útil cuando desea "
2598 "reimplementar\n"
2599 "    una orden interna del shell como una función de shell, pero necesita\n"
2600 "    ejecutar la orden interna dentro de la función.\n"
2601 "    \n"
2602 "    Estado de Salida:\n"
2603 "    Devuelve el estado de salida de la ORDEN-INTERNA-SHELL, o falso si la\n"
2604 "    ORDEN-INTERNA-SHELL no es una orden interna de shell."
2605
2606 #: builtins.c:365
2607 msgid ""
2608 "Return the context of the current subroutine call.\n"
2609 "    \n"
2610 "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2611 "    \"$line $subroutine $filename\"; this extra information can be used to\n"
2612 "    provide a stack trace.\n"
2613 "    \n"
2614 "    The value of EXPR indicates how many call frames to go back before the\n"
2615 "    current one; the top frame is frame 0.\n"
2616 "    \n"
2617 "    Exit Status:\n"
2618 "    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2619 "    is invalid."
2620 msgstr ""
2621 "Devuelve el contexto de la llamada a subrutina actual.\n"
2622 "    \n"
2623 "    Sin EXPR, devuelve \"$linea $nombrefichero\".  Con EXPR, devuelve\n"
2624 "    \"$linea $subrutina $nombrefichero\"; esta información adicional\n"
2625 "    se puede usar para proveer un volcado de pila.\n"
2626 "    \n"
2627 "    El valor de EXPR indica cuántos marcos de llamada se debe retroceder\n"
2628 "    antes del actual; el marco inicial es el marco 0.\n"
2629 "    \n"
2630 "    Estado de Salida:\n"
2631 "    Devuelve 0 a menos que el shell no esté ejecutando una función de shell\n"
2632 "    o EXPR sea inválida."
2633
2634 # Slash lo venimos traduciendo por barra inclinada , y backslash
2635 # por barra invertida em++
2636 # Corregido en toda la traducción. cfuga
2637 #: builtins.c:383
2638 msgid ""
2639 "Change the shell working directory.\n"
2640 "    \n"
2641 "    Change the current directory to DIR.  The default DIR is the value of "
2642 "the\n"
2643 "    HOME shell variable.\n"
2644 "    \n"
2645 "    The variable CDPATH defines the search path for the directory "
2646 "containing\n"
2647 "    DIR.  Alternative directory names in CDPATH are separated by a colon "
2648 "(:).\n"
2649 "    A null directory name is the same as the current directory.  If DIR "
2650 "begins\n"
2651 "    with a slash (/), then CDPATH is not used.\n"
2652 "    \n"
2653 "    If the directory is not found, and the shell option `cdable_vars' is "
2654 "set,\n"
2655 "    the word is assumed to be  a variable name.  If that variable has a "
2656 "value,\n"
2657 "    its value is used for DIR.\n"
2658 "    \n"
2659 "    Options:\n"
2660 "        -L\tforce symbolic links to be followed\n"
2661 "        -P\tuse the physical directory structure without following symbolic\n"
2662 "    \tlinks\n"
2663 "    \n"
2664 "    The default is to follow symbolic links, as if `-L' were specified.\n"
2665 "    \n"
2666 "    Exit Status:\n"
2667 "    Returns 0 if the directory is changed; non-zero otherwise."
2668 msgstr ""
2669 "Cambia el directorio de trabajo del shell.\n"
2670 "    \n"
2671 "    Cambia el directorio actual a DIR.  DIR por defecto es el valor de la\n"
2672 "    variable de shell HOME.\n"
2673 "    La variable CDPATH define la ruta de búsqueda por el directorio que\n"
2674 "    contiene DIR.  Los nombres alternativos de directorio en CDPATH se\n"
2675 "    separan con dos puntos (:).  Un nombre de directorio nulo es igual que\n"
2676 "    el directorio actual  Si DIR comienza con una barra inclinada (/),\n"
2677 "    entonces no se usa CDPATH.\n"
2678 "    Si no se encuentra el directorio, y la opción del shell `cdable_vars'\n"
2679 "    está activa, entonces se trata la palabra como un nombre de variable.\n"
2680 "    Si esa variable tiene un valor, se utiliza su valor como DIR.\n"
2681 "    \n"
2682 "    Opciones:\n"
2683 "        -L\tfuerza a seguir los enlaces simbólicos\n"
2684 "        -P\tusar la estructura física de directorios sin seguir los enlaces\n"
2685 "    \tsimbólicos\n"
2686 "    \n"
2687 "    La acción por defecto es seguir los enlaces simbólicos, como si se\n"
2688 "    especificara `-L'.\n"
2689 "    \n"
2690 "    Estado de salida:\n"
2691 "    Devuelve 0 si se cambia el directorio; de otra forma es diferente a cero."
2692
2693 #: builtins.c:411
2694 msgid ""
2695 "Print the name of the current working directory.\n"
2696 "    \n"
2697 "    Options:\n"
2698 "      -L\tprint the value of $PWD if it names the current working\n"
2699 "    \tdirectory\n"
2700 "      -P\tprint the physical directory, without any symbolic links\n"
2701 "    \n"
2702 "    By default, `pwd' behaves as if `-L' were specified.\n"
2703 "    \n"
2704 "    Exit Status:\n"
2705 "    Returns 0 unless an invalid option is given or the current directory\n"
2706 "    cannot be read."
2707 msgstr ""
2708 "Muestra el nombre del directorio de trabajo actual.\n"
2709 "    \n"
2710 "    Opciones:\n"
2711 "      -L\tmuestra el valor de $PWD si nombra al directorio de\n"
2712 "    \ttrabajo actual\n"
2713 "      -P\tmuestra el directorio físico, sin enlaces simbólicos\n"
2714 "    \n"
2715 "    Por defecto, `pwd' se comporta como si se especificara `-L'.\n"
2716 "    \n"
2717 "    Estado de Salida:\n"
2718 "    Devuelve 0 a menos que se de una opción inválida o no se pueda leer\n"
2719 "    el directorio actual."
2720
2721 #: builtins.c:428
2722 msgid ""
2723 "Null command.\n"
2724 "    \n"
2725 "    No effect; the command does nothing.\n"
2726 "    \n"
2727 "    Exit Status:\n"
2728 "    Always succeeds."
2729 msgstr ""
2730 "Orden nula.\n"
2731 "    \n"
2732 "    Sin efecto; la orden no hace nada.\n"
2733 "    \n"
2734 "    Estado de Salida:\n"
2735 "    Siempre con éxito."
2736
2737 #: builtins.c:439
2738 msgid ""
2739 "Return a successful result.\n"
2740 "    \n"
2741 "    Exit Status:\n"
2742 "    Always succeeds."
2743 msgstr ""
2744 "Devuelve un resultado con éxito.\n"
2745 "    \n"
2746 "    Estado de salida:\n"
2747 "    Siempre con éxito."
2748
2749 #: builtins.c:448
2750 msgid ""
2751 "Return an unsuccessful result.\n"
2752 "    \n"
2753 "    Exit Status:\n"
2754 "    Always fails."
2755 msgstr ""
2756 "Devuelve un resultado sin éxito.\n"
2757 "    \n"
2758 "    Estado de salida:\n"
2759 "    Siempre falla."
2760
2761 #: builtins.c:457
2762 msgid ""
2763 "Execute a simple command or display information about commands.\n"
2764 "    \n"
2765 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2766 "    information about the specified COMMANDs.  Can be used to invoke "
2767 "commands\n"
2768 "    on disk when a function with the same name exists.\n"
2769 "    \n"
2770 "    Options:\n"
2771 "      -p\tuse a default value for PATH that is guaranteed to find all of\n"
2772 "    \tthe standard utilities\n"
2773 "      -v\tprint a description of COMMAND similar to the `type' builtin\n"
2774 "      -V\tprint a more verbose description of each COMMAND\n"
2775 "    \n"
2776 "    Exit Status:\n"
2777 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
2778 msgstr ""
2779 "Ejecuta una orden simple o muestra información sobre órdenes.\n"
2780 "    \n"
2781 "    Ejecuta la ORDEN con ARGumentos, suprimiendo la búsqueda de funciones\n"
2782 "    de shell, o muestra información sobre las ÓRDENes especificadas. Se "
2783 "puede\n"
2784 "    usar para invocar órdenes en disco cuando existe una función con el "
2785 "mismo\n"
2786 "    nombre.\n"
2787 "    \n"
2788 "    Opciones:\n"
2789 "      -p\tusa un valor por defecto para PATH para garantizar que\n"
2790 "    \tencuentre todas las utilidades estándar\n"
2791 "      -v\tmuestra una descripción de la ORDEN similar a la orden\n"
2792 "    \tinterna `type'\n"
2793 "      -V\tmuestra una descripción más detallada de cada ORDEN\n"
2794 "    \n"
2795 "    Estado de Salida:\n"
2796 "    Devuelve el estado de salida de la ORDEN, o falla si no se encuentra\n"
2797 "    la ORDEN."
2798
2799 #: builtins.c:476
2800 msgid ""
2801 "Set variable values and attributes.\n"
2802 "    \n"
2803 "    Declare variables and give them attributes.  If no NAMEs are given,\n"
2804 "    display the attributes and values of all variables.\n"
2805 "    \n"
2806 "    Options:\n"
2807 "      -f\trestrict action or display to function names and definitions\n"
2808 "      -F\trestrict display to function names only (plus line number and\n"
2809 "    \tsource file when debugging)\n"
2810 "      -p\tdisplay the attributes and value of each NAME\n"
2811 "    \n"
2812 "    Options which set attributes:\n"
2813 "      -a\tto make NAMEs indexed arrays (if supported)\n"
2814 "      -A\tto make NAMEs associative arrays (if supported)\n"
2815 "      -i\tto make NAMEs have the `integer' attribute\n"
2816 "      -l\tto convert NAMEs to lower case on assignment\n"
2817 "      -r\tto make NAMEs readonly\n"
2818 "      -t\tto make NAMEs have the `trace' attribute\n"
2819 "      -u\tto convert NAMEs to upper case on assignment\n"
2820 "      -x\tto make NAMEs export\n"
2821 "    \n"
2822 "    Using `+' instead of `-' turns off the given attribute.\n"
2823 "    \n"
2824 "    Variables with the integer attribute have arithmetic evaluation (see\n"
2825 "    the `let' command) performed when the variable is assigned a value.\n"
2826 "    \n"
2827 "    When used in a function, `declare' makes NAMEs local, as with the "
2828 "`local'\n"
2829 "    command.\n"
2830 "    \n"
2831 "    Exit Status:\n"
2832 "    Returns success unless an invalid option is supplied or an error occurs."
2833 msgstr ""
2834 "Establece valores de variable y atributos.\n"
2835 "    \n"
2836 "    Declara variables y les da atributos.  Si no se da ningún NOMBRE,\n"
2837 "    muestra los atributos y valores de todas las variables.\n"
2838 "    \n"
2839 "    Opciones:\n"
2840 "      -f\trestringe la acción o muestra a nombres y definiciones\n"
2841 "    \tde funciones\n"
2842 "      -F\trestringe la muestra a nombres de funciones (con número de\n"
2843 "    \tlínea y fichero fuente al depurar)\n"
2844 "      -p\tmuestra los atributos y valor de cada NOMBRE\n"
2845 "    \n"
2846 "    Opciones que establecen atributos:\n"
2847 "      -a\testablece NOMBREs como matrices indizadas (si se admiten)\n"
2848 "      -A\testablece NOMBREs como matrices asociativas (si se admiten)\n"
2849 "      -i\testablece NOMBREs con el atributo `integer'\n"
2850 "      -l\tconvierte NOMBREs a minúsculas en la asignación\n"
2851 "      -r\testablece NOMBREs como de sólo lectura\n"
2852 "      -t\testablece NOMBREs con el atributo `trace'\n"
2853 "      -u\tconvierte NOMBREs a mayúsculas en la asignación\n"
2854 "      -x\testablece NOMBREs para exportar\n"
2855 "    \n"
2856 "    Si usa `+' en lugar de `-' desactiva el atributo dado.\n"
2857 "    \n"
2858 "    Las variables con el atributo integer realizan evaluación aritmética\n"
2859 "    (vea la orden `let') cuando se asigna un valor a la variable.\n"
2860 "    \n"
2861 "    Cuando se usa en una función, `declare' hace locales a los NOMBREs,\n"
2862 "    como sucede con la orden `local'.\n"
2863 "    \n"
2864 "    Estado de Salida:\n"
2865 "    Devuelve con éxito a menos que se de una opción inválida o\n"
2866 "    suceda un error."
2867
2868 #: builtins.c:512
2869 msgid ""
2870 "Set variable values and attributes.\n"
2871 "    \n"
2872 "    Obsolete.  See `help declare'."
2873 msgstr ""
2874 "Establece valores de variables y atributos.\n"
2875 "    \n"
2876 "    Obsoleto.  Consulte `help declare'."
2877
2878 #: builtins.c:520
2879 msgid ""
2880 "Define local variables.\n"
2881 "    \n"
2882 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
2883 "    be any option accepted by `declare'.\n"
2884 "    \n"
2885 "    Local variables can only be used within a function; they are visible\n"
2886 "    only to the function where they are defined and its children.\n"
2887 "    \n"
2888 "    Exit Status:\n"
2889 "    Returns success unless an invalid option is supplied, an error occurs,\n"
2890 "    or the shell is not executing a function."
2891 msgstr ""
2892 "Define variables locales.\n"
2893 "    \n"
2894 "    Crea una variable local llamada NOMBRE, y le da un VALOR.  OPCIÓN puede\n"
2895 "    ser cualquier opción aceptada por `declare'.\n"
2896 "    \n"
2897 "    Las variables locales sólo se pueden usar en una función; son visibles\n"
2898 "    sólo en la función donde se definen y sus hijos.\n"
2899 "    \n"
2900 "    Estado de Salida:\n"
2901 "    Devuelve con éxito a menos que se de una opción inválida, suceda\n"
2902 "    un error, o el shell no esté ejecutando una función."
2903
2904 #: builtins.c:537
2905 msgid ""
2906 "Write arguments to the standard output.\n"
2907 "    \n"
2908 "    Display the ARGs on the standard output followed by a newline.\n"
2909 "    \n"
2910 "    Options:\n"
2911 "      -n\tdo not append a newline\n"
2912 "      -e\tenable interpretation of the following backslash escapes\n"
2913 "      -E\texplicitly suppress interpretation of backslash escapes\n"
2914 "    \n"
2915 "    `echo' interprets the following backslash-escaped characters:\n"
2916 "      \\a\talert (bell)\n"
2917 "      \\b\tbackspace\n"
2918 "      \\c\tsuppress further output\n"
2919 "      \\e\tescape character\n"
2920 "      \\f\tform feed\n"
2921 "      \\n\tnew line\n"
2922 "      \\r\tcarriage return\n"
2923 "      \\t\thorizontal tab\n"
2924 "      \\v\tvertical tab\n"
2925 "      \\\\\tbackslash\n"
2926 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
2927 "    \t0 to 3 octal digits\n"
2928 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
2929 "    \tcan be one or two hex digits\n"
2930 "    \n"
2931 "    Exit Status:\n"
2932 "    Returns success unless a write error occurs."
2933 msgstr ""
2934 "Escribe argumentos en la salida estándar.\n"
2935 "    \n"
2936 "    Muestra los ARGumentos en la salida estándar seguidos por un carácter\n"
2937 "    de fin de línea.\n"
2938 "    Opciones:\n"
2939 "      -n\tno agrega un carácter de fin de línea\n"
2940 "      -e\tactiva la interpretación de caracteres de escape de\n"
2941 "    \tde barra invertida\n"
2942 "      -E\tdesactiva explícitamente la interpretación de caracteres de\n"
2943 "    \tde escape de barra invertida\n"
2944 "    \n"
2945 "    `echo' interpreta los siguientes caracteres de escape de barra "
2946 "invertida:\n"
2947 "     \\a\talerta (timbre)\n"
2948 "     \\b\tespacio hacia atrás\n"
2949 "     \\c\tsuprime toda salida a continuación\n"
2950 "     \\E\tcarácter de escape\n"
2951 "     \\f\talimentación de papel\n"
2952 "     \\n\tlínea nueva\n"
2953 "     \\r\tretorno de carro\n"
2954 "     \\t\ttabulador horizontal\n"
2955 "     \\v\ttabulador vertical\n"
2956 "     \\\\\tbarra invertida\n"
2957 "     \\0nnn\tel carácter cuyo código ASCII es NNN (octal).  NNN puede ser\n"
2958 "    \tde 0 a 3 dígitos octales\n"
2959 "     \\xHH\tel carácter de ocho bits cuyo valor es HH (hexadecimal).  HH\n"
2960 "    \tpuede ser de uno o dos dígitos hexadecimales\n"
2961 "    \n"
2962 "    Estado de salida:\n"
2963 "    Devuelve con éxito a menos que suceda un error de escritura."
2964
2965 #: builtins.c:571
2966 msgid ""
2967 "Write arguments to the standard output.\n"
2968 "    \n"
2969 "    Display the ARGs on the standard output followed by a newline.\n"
2970 "    \n"
2971 "    Options:\n"
2972 "      -n\tdo not append a newline\n"
2973 "    \n"
2974 "    Exit Status:\n"
2975 "    Returns success unless a write error occurs."
2976 msgstr ""
2977 "Escribe argumentos en la salida estándar.\n"
2978 "    \n"
2979 "    Muestra los ARGumentos en la salida estándar seguidos por un carácter\n"
2980 "    de fin de línea.\n"
2981 "    Opciones:\n"
2982 "      -n\tno agrega un carácter de fin de línea\n"
2983 "    \n"
2984 "    Estado de salida:\n"
2985 "    Devuelve con éxito a menos que suceda un error de escritura."
2986
2987 #: builtins.c:586
2988 msgid ""
2989 "Enable and disable shell builtins.\n"
2990 "    \n"
2991 "    Enables and disables builtin shell commands.  Disabling allows you to\n"
2992 "    execute a disk command which has the same name as a shell builtin\n"
2993 "    without using a full pathname.\n"
2994 "    \n"
2995 "    Options:\n"
2996 "      -a\tprint a list of builtins showing whether or not each is enabled\n"
2997 "      -n\tdisable each NAME or display a list of disabled builtins\n"
2998 "      -p\tprint the list of builtins in a reusable format\n"
2999 "      -s\tprint only the names of Posix `special' builtins\n"
3000 "    \n"
3001 "    Options controlling dynamic loading:\n"
3002 "      -f\tLoad builtin NAME from shared object FILENAME\n"
3003 "      -d\tRemove a builtin loaded with -f\n"
3004 "    \n"
3005 "    Without options, each NAME is enabled.\n"
3006 "    \n"
3007 "    To use the `test' found in $PATH instead of the shell builtin\n"
3008 "    version, type `enable -n test'.\n"
3009 "    \n"
3010 "    Exit Status:\n"
3011 "    Returns success unless NAME is not a shell builtin or an error occurs."
3012 msgstr ""
3013 "Activa y desactiva las órdenes internas del shell.\n"
3014 "    \n"
3015 "    Activa y desactiva las órdenes internas del shell.  El desactivar le\n"
3016 "    permite ejecutar una orden del disco que tenga el mismo nombre que\n"
3017 "    la orden interna del shell, sin usar el nombre de ruta completo.\n"
3018 "    \n"
3019 "    Opciones:\n"
3020 "      -a\tmuestra la lista de órdenes internas indicando si están activas o "
3021 "no\n"
3022 "      -n\tdesactiva cada NOMBRE o muestra la lista de órdenes internas\n"
3023 "    \tdesactivadas\n"
3024 "      -p\tmuestra la lista de órdenes internas en una forma reusable\n"
3025 "      -s\tmuestra sólo los nombres de las órdenes internas `especiales' "
3026 "Posix\n"
3027 "    \n"
3028 "    Opciones que controlan la carga dinámica:\n"
3029 "      -f\tcarga la orden interna NOMBRE del objeto compartido FICHERO\n"
3030 "      -d\tborra una orden interna cargada con -f\n"
3031 "    \n"
3032 "    Sin opciones, se activa cada NOMBRE.\n"
3033 "    \n"
3034 "    Para usar `test' que se encuentra en $PATH en lugar de la orden interna\n"
3035 "    del shell, ejecute `enable -n test'.\n"
3036 "    \n"
3037 "    Estado de Salida:\n"
3038 "    Devuelve con éxito a menos que NOMBRE no sea una orden interna del "
3039 "shell\n"
3040 "    o suceda un error."
3041
3042 #: builtins.c:614
3043 msgid ""
3044 "Execute arguments as a shell command.\n"
3045 "    \n"
3046 "    Combine ARGs into a single string, use the result as input to the "
3047 "shell,\n"
3048 "    and execute the resulting commands.\n"
3049 "    \n"
3050 "    Exit Status:\n"
3051 "    Returns exit status of command or success if command is null."
3052 msgstr ""
3053 "Ejecuta argumentos como una orden de shell.\n"
3054 "    \n"
3055 "    Combina los ARGumentos en una sola cadena, usa el resultado como "
3056 "entrada\n"
3057 "    para el shell, y ejecuta las órdenes resultantes.\n"
3058 "    \n"
3059 "    Estado de Salida:\n"
3060 "    Devuelve el estado de salida de la orden o éxito si la orden es nula."
3061
3062 # "a ser reconocidas" no está en español.
3063 # Yo pondría "las letras de opción que se reconocen". sv
3064 # en una de dos formas -> en una de las dos formas siguientes em+
3065 # dar argumentos -> especificar em+
3066 # De acuerdo. cfuga
3067 #: builtins.c:626
3068 msgid ""
3069 "Parse option arguments.\n"
3070 "    \n"
3071 "    Getopts is used by shell procedures to parse positional parameters\n"
3072 "    as options.\n"
3073 "    \n"
3074 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
3075 "    is followed by a colon, the option is expected to have an argument,\n"
3076 "    which should be separated from it by white space.\n"
3077 "    \n"
3078 "    Each time it is invoked, getopts will place the next option in the\n"
3079 "    shell variable $name, initializing name if it does not exist, and\n"
3080 "    the index of the next argument to be processed into the shell\n"
3081 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
3082 "    a shell script is invoked.  When an option requires an argument,\n"
3083 "    getopts places that argument into the shell variable OPTARG.\n"
3084 "    \n"
3085 "    getopts reports errors in one of two ways.  If the first character\n"
3086 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
3087 "    this mode, no error messages are printed.  If an invalid option is\n"
3088 "    seen, getopts places the option character found into OPTARG.  If a\n"
3089 "    required argument is not found, getopts places a ':' into NAME and\n"
3090 "    sets OPTARG to the option character found.  If getopts is not in\n"
3091 "    silent mode, and an invalid option is seen, getopts places '?' into\n"
3092 "    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
3093 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
3094 "    printed.\n"
3095 "    \n"
3096 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
3097 "    printing of error messages, even if the first character of\n"
3098 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
3099 "    \n"
3100 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
3101 "    more arguments are given, they are parsed instead.\n"
3102 "    \n"
3103 "    Exit Status:\n"
3104 "    Returns success if an option is found; fails if the end of options is\n"
3105 "    encountered or an error occurs."
3106 msgstr ""
3107 "Decodifica argumentos de opción.\n"
3108 "\n"
3109 "    Getopts se usa en procedimientos del shell para decodificar parámetros\n"
3110 "    posicionales como opciones.\n"
3111 "    \n"
3112 "    CADENA_OPCIONES contiene las letras de opción para reconocer; si\n"
3113 "    una letra es seguida por dos puntos, se espera que la opción tenga\n"
3114 "    un argumento, del cual se debe separar con espacios en blanco.\n"
3115 "    \n"
3116 "    Cada vez que se invoca, getopts colocará la siguiente opción en la\n"
3117 "    variable de shell $nombre, inicializando nombre si no existe, y el\n"
3118 "    índice del siguiente argumento a ser procesado en la variable de\n"
3119 "    shell OPTIND.  OPTIND se inicializa a 1 cada vez que se invoca el\n"
3120 "    shell, o un guión de shell.  Cuando una opción requiere un argumento,\n"
3121 "    getopts coloca ese argumento en la variable de shell OPTARG.\n"
3122 "    \n"
3123 "    getopts reporta errores en una de las dos formas siguientes.  Si\n"
3124 "    el primer carácter de OPTSTRING es dos puntos, getopts usa el\n"
3125 "    aviso de errores silencioso.  En este modo, no se muestran\n"
3126 "    mensajes de error.  Si se encuentra una opción inválida, getopts\n"
3127 "    coloca el carácter de opción encontrado en OPTARG.  Si no se\n"
3128 "    encuentra el argumento necesario, getopts coloca ':' en NOMBRE y\n"
3129 "    define OPTARG con el carácter de opción encontrado.  Si getopts no\n"
3130 "    está en modo silencioso, y se encuentra una opción inválida, getopts\n"
3131 "    coloca '?' en NOMBRE y borra OPTARG.  Si no se encuentra un argumento\n"
3132 "    necesario, se coloca '?' en NOMBRE, se borra OPTARG, y se muestra\n"
3133 "    un mensaje de diagnóstico.\n"
3134 "    \n"
3135 "    Si la variable de shell OPTERR tiene el valor 0, getopts desactiva\n"
3136 "    la notificación de mensajes de error, aún si el primer carácter de\n"
3137 "    OPTSTRING no es ':'.  OPTERR tiene el valor 1 por defecto.\n"
3138 "    \n"
3139 "    Getopts normalmente compara los parámetros de posición ($0 - $9),\n"
3140 "    pero si se especifican más argumentos, éstos se comparan en lugar\n"
3141 "    de los primeros.\n"
3142 "    \n"
3143 "    Estado de Salida:\n"
3144 "    Devuelve con éxito si se encuentra una opción; falla si se encuentra\n"
3145 "    el final de las opciones o sucede un error."
3146
3147 #: builtins.c:668
3148 msgid ""
3149 "Replace the shell with the given command.\n"
3150 "    \n"
3151 "    Execute COMMAND, replacing this shell with the specified program.\n"
3152 "    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
3153 "specified,\n"
3154 "    any redirections take effect in the current shell.\n"
3155 "    \n"
3156 "    Options:\n"
3157 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
3158 "      -c\t\texecute COMMAND with an empty environment\n"
3159 "      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
3160 "    \n"
3161 "    If the command cannot be executed, a non-interactive shell exits, "
3162 "unless\n"
3163 "    the shell option `execfail' is set.\n"
3164 "    \n"
3165 "    Exit Status:\n"
3166 "    Returns success unless COMMAND is not found or a redirection error "
3167 "occurs."
3168 msgstr ""
3169 "Reemplaza el shell con la orden dada.\n"
3170 "    \n"
3171 "    Ejecuta la ORDEN, reemplazando este shell con el programa especificado.\n"
3172 "    Los ARGUMENTOS se vuelven los argumentos de la ORDEN.  Si no se\n"
3173 "    especifica la ORDEN, cualquir redirección toma efecto en el shell "
3174 "actual.\n"
3175 "    \n"
3176 "    Opciones:\n"
3177 "      -a nombre\tpasa el NOMBRE como el argumento cero de la ORDEN\n"
3178 "      -c\t\tejecuta la ORDEN en un ambiente vacío\n"
3179 "      -l\t\tcoloca un guión en el argumento cero de la ORDEN\n"
3180 "    \n"
3181 "    Si la orden no se puede ejecutar, termina un shell no interactivo,\n"
3182 "    a menos que la opción de shell `execfail' esté activa.\n"
3183 "    \n"
3184 "    Estado de Salida:\n"
3185 "    Devuelve éxito a menos que no se encuentre la ORDEN o que suceda un\n"
3186 "    error de redirección."
3187
3188 #: builtins.c:689
3189 msgid ""
3190 "Exit the shell.\n"
3191 "    \n"
3192 "    Exits the shell with a status of N.  If N is omitted, the exit status\n"
3193 "    is that of the last command executed."
3194 msgstr ""
3195 "Termina el shell.\n"
3196 "    \n"
3197 "    Termina el shell con un estado de N.  Si se omite N, el estado de "
3198 "salida\n"
3199 "    es el mismo de la última orden ejecutada."
3200
3201 #: builtins.c:698
3202 msgid ""
3203 "Exit a login shell.\n"
3204 "    \n"
3205 "    Exits a login shell with exit status N.  Returns an error if not "
3206 "executed\n"
3207 "    in a login shell."
3208 msgstr ""
3209 "Termina un shell de entrada.\n"
3210 "    \n"
3211 "    Termina un shell de entrada con un estado de salida de N. Devuelve un\n"
3212 "    error si no se ejecuta en un shell de entrada."
3213
3214 #: builtins.c:708
3215 msgid ""
3216 "Display or execute commands from the history list.\n"
3217 "    \n"
3218 "    fc is used to list or edit and re-execute commands from the history "
3219 "list.\n"
3220 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3221 "    string, which means the most recent command beginning with that\n"
3222 "    string.\n"
3223 "    \n"
3224 "    Options:\n"
3225 "      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
3226 "EDITOR,\n"
3227 "    \t\tthen vi\n"
3228 "      -l \tlist lines instead of editing\n"
3229 "      -n\tomit line numbers when listing\n"
3230 "      -r\treverse the order of the lines (newest listed first)\n"
3231 "    \n"
3232 "    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3233 "    re-executed after the substitution OLD=NEW is performed.\n"
3234 "    \n"
3235 "    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3236 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
3237 "    the last command.\n"
3238 "    \n"
3239 "    Exit Status:\n"
3240 "    Returns success or status of executed command; non-zero if an error "
3241 "occurs."
3242 msgstr ""
3243 "Muestra o ejecuta órdenes de la lista de historia.\n"
3244 "    \n"
3245 "    fc se usa para listar o editar y reejecutar órdenes de la lista de\n"
3246 "    historia.  PRIMERO y ÚLTIMO pueden ser números que especifican el "
3247 "rango,\n"
3248 "    o PRIMERO puede ser una cadena, que significa la orden más reciente que\n"
3249 "    comience con esa cadena.\n"
3250 "    \n"
3251 "       -e NOMBRE_E selecciona el editor a usar.  Por defecto es FCEDIT,\n"
3252 "    \t\tdespués EDITOR, después vi\n"
3253 "       -l lista líneas en lugar de editar\n"
3254 "       -n omite los números de línea al listar\n"
3255 "       -r inverte el orden de las líneas (muestra primero las más "
3256 "recientes)\n"
3257 "    \n"
3258 "    Con el formato `fc -s [pat=rep ...] [orden]', la ORDEN se\n"
3259 "    ejecuta de nuevo después de realizar la sustitución ANT=NUEVO.\n"
3260 "    \n"
3261 "    Un alias útil para usar con esto es r='fc -s', así que al teclear\n"
3262 "    `r cc' ejecuta la última orden que comience con `cc' y al teclear\n"
3263 "    `r' re-ejecuta la última orden.\n"
3264 "    \n"
3265 "    Estado de Salida:\n"
3266 "    Devuelve con éxito o el estado de la orden ejecutada; si sucede un "
3267 "error\n"
3268 "    es diferente de cero."
3269
3270 #: builtins.c:738
3271 msgid ""
3272 "Move job to the foreground.\n"
3273 "    \n"
3274 "    Place the job identified by JOB_SPEC in the foreground, making it the\n"
3275 "    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
3276 "    current job is used.\n"
3277 "    \n"
3278 "    Exit Status:\n"
3279 "    Status of command placed in foreground, or failure if an error occurs."
3280 msgstr ""
3281 "Mueve el trabajo al primer plano.\n"
3282 "    \n"
3283 "    Ubica al trabajo identificado con IDTRABAJO en el primer plano, y\n"
3284 "    lo hace el trabajo actual.  Si IDTRABAJO no está presente, se usa\n"
3285 "    la noción del shell del trabajo actual.\n"
3286 "    \n"
3287 "    Estado de Salida:\n"
3288 "    El estado del comando ubicado en primer plano, o falla si sucede un "
3289 "error."
3290
3291 #: builtins.c:753
3292 msgid ""
3293 "Move jobs to the background.\n"
3294 "    \n"
3295 "    Place the jobs identified by each JOB_SPEC in the background, as if "
3296 "they\n"
3297 "    had been started with `&'.  If JOB_SPEC is not present, the shell's "
3298 "notion\n"
3299 "    of the current job is used.\n"
3300 "    \n"
3301 "    Exit Status:\n"
3302 "    Returns success unless job control is not enabled or an error occurs."
3303 msgstr ""
3304 "Mueve trabajos al segundo plano.\n"
3305 "    \n"
3306 "    Coloca los trabajos identificados por cada IDTRABAJO en segundo plano,\n"
3307 "    como si se hubieran iniciado con `&'.  Si IDTRABAJO no está presente,\n"
3308 "    se usa la noción del shell del trabajo actual.\n"
3309 "    \n"
3310 "    Estado de Salida:\n"
3311 "    Devuelve éxito a menos que el control de trabajos no esté activado o\n"
3312 "    suceda un error."
3313
3314 #: builtins.c:767
3315 msgid ""
3316 "Remember or display program locations.\n"
3317 "    \n"
3318 "    Determine and remember the full pathname of each command NAME.  If\n"
3319 "    no arguments are given, information about remembered commands is "
3320 "displayed.\n"
3321 "    \n"
3322 "    Options:\n"
3323 "      -d\t\tforget the remembered location of each NAME\n"
3324 "      -l\t\tdisplay in a format that may be reused as input\n"
3325 "      -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3326 "      -r\t\tforget all remembered locations\n"
3327 "      -t\t\tprint the remembered location of each NAME, preceding\n"
3328 "    \t\teach location with the corresponding NAME if multiple\n"
3329 "    \t\tNAMEs are given\n"
3330 "    Arguments:\n"
3331 "      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3332 "    \t\tof remembered commands.\n"
3333 "    \n"
3334 "    Exit Status:\n"
3335 "    Returns success unless NAME is not found or an invalid option is given."
3336 msgstr ""
3337 "Almacena o muestra la ubicación de los programas.\n"
3338 "    \n"
3339 "    Determina y almacena la ruta completa de cada órden NOMBRE. Si\n"
3340 "    no se proporcionan argumentos, se muestra la información de las\n"
3341 "    órdenes almacenadas.\n"
3342 "    \n"
3343 "    Opciones:\n"
3344 "      -d\t\tolvida la ubicación almacenada de cada NOMBRE\n"
3345 "      -l\t\tmuestra en un formato que se puede reusar como entrada\n"
3346 "      -p ruta\tusa RUTA como la ruta completa de NOMBRE\n"
3347 "      -r\t\tolvida todas las ubicaciones almacenadas\n"
3348 "      -t\t\tmuestra la ubicación almacenada de cada NOMBRE,\n"
3349 "    \t\tcada ubicación con el NOMBRE correspondiente\n"
3350 "    \t\tse dan varios NOMBREs\n"
3351 "    Argumentos:\n"
3352 "      NOMBRE\t\tCada NOMBRE se busca en $PATH y se agrega a la lista\n"
3353 "    \t\tde órdenes almacenadas.\n"
3354 "    \n"
3355 "    Estado de Salida\n"
3356 "    Devuelve con éxito a menos que no se encuentre NOMBRE o se proporcione\n"
3357 "    una opción inválida."
3358
3359 #: builtins.c:792
3360 msgid ""
3361 "Display information about builtin commands.\n"
3362 "    \n"
3363 "    Displays brief summaries of builtin commands.  If PATTERN is\n"
3364 "    specified, gives detailed help on all commands matching PATTERN,\n"
3365 "    otherwise the list of help topics is printed.\n"
3366 "    \n"
3367 "    Options:\n"
3368 "      -d\toutput short description for each topic\n"
3369 "      -m\tdisplay usage in pseudo-manpage format\n"
3370 "      -s\toutput only a short usage synopsis for each topic matching\n"
3371 "    \tPATTERN\n"
3372 "    \n"
3373 "    Arguments:\n"
3374 "      PATTERN\tPattern specifiying a help topic\n"
3375 "    \n"
3376 "    Exit Status:\n"
3377 "    Returns success unless PATTERN is not found or an invalid option is "
3378 "given."
3379 msgstr ""
3380 "Muestra información sobre órdenes internas.\n"
3381 "    \n"
3382 "    Muestra un resumen breve de las órdenes internas.  Si se especifica\n"
3383 "    un PATRÓN, da ayuda detallada sobre todas las órdenes que\n"
3384 "    coincidan con el PATRÓN, de otra forma se muestra la lista de\n"
3385 "    tópicos de ayuda.\n"
3386 "    \n"
3387 "    Opciones:\n"
3388 "      -d\tmuestra una descripción corta para cada tópico\n"
3389 "      -m\tmuestra el uso en un formato similar a página man\n"
3390 "      -s\tmuestra sólo una sinopsis breve de uso para cada tópico que\n"
3391 "    \tcoincida con el PATRÓN\n"
3392 "    \n"
3393 "    Argumentos:\n"
3394 "      PATRÓN\tPatrón que especifica un tópico de ayuda\n"
3395 "    \n"
3396 "    Estado de Salida:\n"
3397 "    Devuelve con éxito a menos que no se encuentre PATRÓN o se proporcione\n"
3398 "    una opción inválida."
3399
3400 #: builtins.c:816
3401 msgid ""
3402 "Display or manipulate the history list.\n"
3403 "    \n"
3404 "    Display the history list with line numbers, prefixing each modified\n"
3405 "    entry with a `*'.  An argument of N lists only the last N entries.\n"
3406 "    \n"
3407 "    Options:\n"
3408 "      -c\tclear the history list by deleting all of the entries\n"
3409 "      -d offset\tdelete the history entry at offset OFFSET.\n"
3410 "    \n"
3411 "      -a\tappend history lines from this session to the history file\n"
3412 "      -n\tread all history lines not already read from the history file\n"
3413 "      -r\tread the history file and append the contents to the history\n"
3414 "    \tlist\n"
3415 "      -w\twrite the current history to the history file\n"
3416 "    \tand append them to the history list\n"
3417 "    \n"
3418 "      -p\tperform history expansion on each ARG and display the result\n"
3419 "    \twithout storing it in the history list\n"
3420 "      -s\tappend the ARGs to the history list as a single entry\n"
3421 "    \n"
3422 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
3423 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
3424 "    \n"
3425 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3426 "    as a format string for strftime(3) to print the time stamp associated\n"
3427 "    with each displayed history entry.  No time stamps are printed "
3428 "otherwise.\n"
3429 "    \n"
3430 "    Exit Status:\n"
3431 "    Returns success unless an invalid option is given or an error occurs."
3432 msgstr ""
3433 "Muestra o manipula la lista de la historia.    \n"
3434 "    Muestra la lista de la historia con números de línea, mostrando\n"
3435 "    cada línea modificada con un `*' como prefijo.  El argumento N\n"
3436 "    muestra solamente las últimas N entradas.\n"
3437 "    \n"
3438 "    Opciones:\n"
3439 "      -c\tborra la lista de historia eliminando todas las entradas\n"
3440 "      -d despl\tborra la entrada de la histora en la posición DESPL\n"
3441 "    \n"
3442 "      -a\tagrega las líneas de histora de esta sesión al fichero de "
3443 "historia\n"
3444 "      -n\tlee todas las líneas de historia que no se han leído del fichero\n"
3445 "    \tde historia\n"
3446 "      -r\tlee el fichero de historia y agrega el contenido al fichero\n"
3447 "    \tde historia\n"
3448 "      -w\tescribe la historia actual en el fichero de historia\n"
3449 "    \n"
3450 "      -p\thace expansión de historia en cada ARGumento y muestra el\n"
3451 "    \tresultado, sin guardarlo en la lista de historia\n"
3452 "      -s\tagrega los ARGumentos a la lista de historia como\n"
3453 "    \tuna sola entrada\n"
3454 "    Si se proporciona FICHERO, entonces se usa como el fichero de\n"
3455 "    historia. Si no, si $HISTFILE tien un valor, éste se usa, en otro caso\n"
3456 "    ~/.bash_history.\n"
3457 "    \n"
3458 "    Si la variable $HISTTIMEFORMAT está definida y no es nula, se usa su\n"
3459 "    valor como una cadena de formato strftime(3) para mostrar la marca de\n"
3460 "    tiempo asociada con cada entrada de historia mostrada.  No se muestra\n"
3461 "    ninguna marca de tiempo de otra forma."
3462
3463 #: builtins.c:852
3464 msgid ""
3465 "Display status of jobs.\n"
3466 "    \n"
3467 "    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
3468 "    Without options, the status of all active jobs is displayed.\n"
3469 "    \n"
3470 "    Options:\n"
3471 "      -l\tlists process IDs in addition to the normal information\n"
3472 "      -n\tlist only processes that have changed status since the last\n"
3473 "    \tnotification\n"
3474 "      -p\tlists process IDs only\n"
3475 "      -r\trestrict output to running jobs\n"
3476 "      -s\trestrict output to stopped jobs\n"
3477 "    \n"
3478 "    If -x is supplied, COMMAND is run after all job specifications that\n"
3479 "    appear in ARGS have been replaced with the process ID of that job's\n"
3480 "    process group leader.\n"
3481 "    \n"
3482 "    Exit Status:\n"
3483 "    Returns success unless an invalid option is given or an error occurs.\n"
3484 "    If -x is used, returns the exit status of COMMAND."
3485 msgstr ""
3486 "Muestra el estado de los trabajos.\n"
3487 "    \n"
3488 "    Muestra los trabajos activos.  IDTRABAJO restringe la salida a\n"
3489 "    ese trabajo.  Sin opciones, se muestra el estado de todos los trabajos\n"
3490 "    activos.\n"
3491 "    \n"
3492 "    Opciones:\n"
3493 "      -l\tmuestra los id's de los procesos, además de\n"
3494 "    \tla información normal\n"
3495 "      -n\tsolo muestra los procesos que han cambia de estado desde\n"
3496 "    \tla última notificación\n"
3497 "      -p\tsolo muestra los id's de los procesos      -r\trestringe la salida "
3498 "a los trabajos en ejecución\n"
3499 "      -s\trestringe la salida a los trabajos detenidos\n"
3500 "    \n"
3501 "    Si se especifica -x, la ORDEN se ejecuta después de que todas las\n"
3502 "    especificaciones de trabajo que aparecen en ARGS se han reemplazado\n"
3503 "    con el ID de proceso del líder del grupo de procesos de dicho trabajo.\n"
3504 "    \n"
3505 "    Estado de Salida:\n"
3506 "    Devuelve con éxito a menos que se de una opción inválida o suceda un\n"
3507 "    error.  Si se usa -x, devuelve el estado de salida de la ORDEN."
3508
3509 #: builtins.c:879
3510 msgid ""
3511 "Remove jobs from current shell.\n"
3512 "    \n"
3513 "    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
3514 "    any JOBSPECs, the shell uses its notion of the current job.\n"
3515 "    \n"
3516 "    Options:\n"
3517 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
3518 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3519 "    \tshell receives a SIGHUP\n"
3520 "      -r\tremove only running jobs\n"
3521 "    \n"
3522 "    Exit Status:\n"
3523 "    Returns success unless an invalid option or JOBSPEC is given."
3524 msgstr ""
3525 "Borra trabajos del shell actual.\n"
3526 "    \n"
3527 "    Borra cada argumento IDTRABAJO de la tabla de trabajos activos. Sin\n"
3528 "    algún IDTRABAJO, el shell utiliza su noción del trabajo actual.\n"
3529 "    \n"
3530 "    Opciones:\n"
3531 "      -a\tborra todos los trabajos si no se proporciona IDTRABAJO\n"
3532 "      -h\tmarca cada IDTRABAJO para no se envíe SIGHUP al trabajo si\n"
3533 "    \tel shell recibe un SIGHUP\n"
3534 "      -r\tborra solo los trabajos en ejecución\n"
3535 "    \n"
3536 "    Estado de Salida:\n"
3537 "    Devuelve con éxito a menos que se proporcionen una opción o un\n"
3538 "    IDTRABAJO inválidos."
3539
3540 #: builtins.c:898
3541 msgid ""
3542 "Send a signal to a job.\n"
3543 "    \n"
3544 "    Send the processes identified by PID or JOBSPEC the signal named by\n"
3545 "    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
3546 "    SIGTERM is assumed.\n"
3547 "    \n"
3548 "    Options:\n"
3549 "      -s sig\tSIG is a signal name\n"
3550 "      -n sig\tSIG is a signal number\n"
3551 "      -l\tlist the signal names; if arguments follow `-l' they are\n"
3552 "    \tassumed to be signal numbers for which names should be listed\n"
3553 "    \n"
3554 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3555 "    instead of process IDs, and allows processes to be killed if the limit\n"
3556 "    on processes that you can create is reached.\n"
3557 "    \n"
3558 "    Exit Status:\n"
3559 "    Returns success unless an invalid option is given or an error occurs."
3560 msgstr ""
3561 "Envía una señal a un trabajo.\n"
3562 "    \n"
3563 "    Envía a los procesos nombrados por PID (o IDTRABAJO) la señal ID_SEÑAL\n"
3564 "    o NUM_SEÑAL. Si no están presentes ni ID_SEÑAL o NUM_SEÑAL, se asume\n"
3565 "    SIGTERM.\n"
3566 "    \n"
3567 "    Opciones:\n"
3568 "      -s sig\tSIG es un nombre de señal\n"
3569 "      -n sig\tSIG es un número de señal\n"
3570 "      -l\tenlista los nombres de señales; si hay argumentos a continuación\n"
3571 "    \tde `-l', se asume que son números de señal para las cuales se debe\n"
3572 "    mostrar el nombre.\n"
3573 "    \n"
3574 "    Kill es una orden interna del shell por dos razones: permite que se\n"
3575 "    puedan usar IDs de trabajo en lugar de IDs de proceso, y permite matar\n"
3576 "    procesos si ha alcanzado el límite de procesos que puede crear.\n"
3577 "    \n"
3578 "    Estado de Salida:\n"
3579 "    Devuelve con éxito a menos que se de una opción inválida o suceda un "
3580 "error."
3581
3582 # "a ser evaluada" no está en español. sv
3583 # Cierto. ¿Así está mejor? cfuga
3584 # overflow -> desbordamiento o sobrepasamiento. nunca lo he visto
3585 # traducido como sobreflujo. sv
3586 # Corregido. cfuga
3587 # No sé si existe precedencia en español, pero me suena fatal.
3588 # Yo pondría simplemente "prioridad". sv
3589 # Creo que si existe, pero tu sugerencia es mejor. cfuga
3590 #: builtins.c:921
3591 msgid ""
3592 "Evaluate arithmetic expressions.\n"
3593 "    \n"
3594 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
3595 "    fixed-width integers with no check for overflow, though division by 0\n"
3596 "    is trapped and flagged as an error.  The following list of operators is\n"
3597 "    grouped into levels of equal-precedence operators.  The levels are "
3598 "listed\n"
3599 "    in order of decreasing precedence.\n"
3600 "    \n"
3601 "    \tid++, id--\tvariable post-increment, post-decrement\n"
3602 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
3603 "    \t-, +\t\tunary minus, plus\n"
3604 "    \t!, ~\t\tlogical and bitwise negation\n"
3605 "    \t**\t\texponentiation\n"
3606 "    \t*, /, %\t\tmultiplication, division, remainder\n"
3607 "    \t+, -\t\taddition, subtraction\n"
3608 "    \t<<, >>\t\tleft and right bitwise shifts\n"
3609 "    \t<=, >=, <, >\tcomparison\n"
3610 "    \t==, !=\t\tequality, inequality\n"
3611 "    \t&\t\tbitwise AND\n"
3612 "    \t^\t\tbitwise XOR\n"
3613 "    \t|\t\tbitwise OR\n"
3614 "    \t&&\t\tlogical AND\n"
3615 "    \t||\t\tlogical OR\n"
3616 "    \texpr ? expr : expr\n"
3617 "    \t\t\tconditional operator\n"
3618 "    \t=, *=, /=, %=,\n"
3619 "    \t+=, -=, <<=, >>=,\n"
3620 "    \t&=, ^=, |=\tassignment\n"
3621 "    \n"
3622 "    Shell variables are allowed as operands.  The name of the variable\n"
3623 "    is replaced by its value (coerced to a fixed-width integer) within\n"
3624 "    an expression.  The variable need not have its integer attribute\n"
3625 "    turned on to be used in an expression.\n"
3626 "    \n"
3627 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
3628 "    parentheses are evaluated first and may override the precedence\n"
3629 "    rules above.\n"
3630 "    \n"
3631 "    Exit Status:\n"
3632 "    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
3633 msgstr ""
3634 "Evalúa expresiones aritméticas.\n"
3635 "    \n"
3636 "    Evalúa cada ARG como una expresión aritmética.  La evaluación se hace\n"
3637 "    con enteros de longitud fija, sin revisar desbordamientos, aunque la\n"
3638 "    la división por 0 se captura y se marca como un error.  La siguiente\n"
3639 "    lista de operadores está agrupada en niveles de operadores de la misma\n"
3640 "    prioridad.  Se muestran los niveles en orden de prioridad decreciente.\n"
3641 "    \n"
3642 "    \tid++, id--\tpost-incremento, post-decremento de variable\n"
3643 "    \t++id, --id\tpre-incremento, pre-decremento de variable\n"
3644 "    \t-, +\t\tmenos, más unario\n"
3645 "    \t!, ~\t\tnegación lógica y basada en bits\n"
3646 "    \t**\t\texponenciación\n"
3647 "    \t*, /, %\t\tmultiplicación, división, residuo\n"
3648 "    \t+, -\t\tadición, sustracción\n"
3649 "    \t<<, >>\t\tdesplazamientos de bits izquierdo y derecho\n"
3650 "    \t<=, >=, <, >\tcomparación\n"
3651 "    \t==, !=\t\tequivalencia, inequivalencia\n"
3652 "    \t&\t\tAND de bits\n"
3653 "    \t^\t\tXOR de bits\n"
3654 "    \t|\t\tOR de bits\n"
3655 "    \t&&\t\tAND lógico\n"
3656 "    \t||\t\tOR lógico\n"
3657 "    \texpr ? expr : expr\n"
3658 "    \t\t\toperador condicional\n"
3659 "    \t=, *=, /=, %=,\n"
3660 "    \t+=, -=, <<=, >>=,\n"
3661 "    \t&=, ^=, |=\tasignación\n"
3662 "    \n"
3663 "    Se permiten las variables de shell como operandos.  Se reemplaza\n"
3664 "    el nombre de la variable por su valor (coercionado a un entero\n"
3665 "    de longitud fija) dentro de una expresión.  La variable no\n"
3666 "    necesita tener activado su atributo integer para ser usada en\n"
3667 "    una expresión.\n"
3668 "    \n"
3669 "    Los operadores se evalúan en orden de prioridad.  Primero se\n"
3670 "    evalúan las sub-expresiones en paréntesis y pueden sobrepasar\n"
3671 "    las reglas de prioridad anteriores.\n"
3672 "    \n"
3673 "    Estado de salida:\n"
3674 "    Si el último ARGumento se evalúa como 0, let devuelve 1; de otra\n"
3675 "    forma, let devuelve 0."
3676
3677 #: builtins.c:966
3678 #, fuzzy
3679 msgid ""
3680 "Read a line from the standard input and split it into fields.\n"
3681 "    \n"
3682 "    Reads a single line from the standard input, or from file descriptor FD\n"
3683 "    if the -u option is supplied.  The line is split into fields as with "
3684 "word\n"
3685 "    splitting, and the first word is assigned to the first NAME, the second\n"
3686 "    word to the second NAME, and so on, with any leftover words assigned to\n"
3687 "    the last NAME.  Only the characters found in $IFS are recognized as "
3688 "word\n"
3689 "    delimiters.\n"
3690 "    \n"
3691 "    If no NAMEs are supplied, the line read is stored in the REPLY "
3692 "variable.\n"
3693 "    \n"
3694 "    Options:\n"
3695 "      -a array\tassign the words read to sequential indices of the array\n"
3696 "    \t\tvariable ARRAY, starting at zero\n"
3697 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
3698 "    \t\tthan newline\n"
3699 "      -e\t\tuse Readline to obtain the line in an interactive shell\n"
3700 "      -i text\tUse TEXT as the initial text for Readline\n"
3701 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3702 "    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3703 "    \t\tcharacters are read before the delimiter\n"
3704 "      -N nchars\treturn only after reading exactly NCHARS characters, "
3705 "unless\n"
3706 "    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
3707 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
3708 "    \t\tattempting to read\n"
3709 "      -r\t\tdo not allow backslashes to escape any characters\n"
3710 "      -s\t\tdo not echo input coming from a terminal\n"
3711 "      -t timeout\ttime out and return failure if a complete line of input "
3712 "is\n"
3713 "    \t\tnot read withint TIMEOUT seconds.  The value of the TMOUT\n"
3714 "    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
3715 "    \t\tfractional number.  If TIMEOUT is 0, read returns success only\n"
3716 "    \t\tif input is available on the specified file descriptor.  The\n"
3717 "    \t\texit status is greater than 128 if the timeout is exceeded\n"
3718 "      -u fd\t\tread from file descriptor FD instead of the standard input\n"
3719 "    \n"
3720 "    Exit Status:\n"
3721 "    The return code is zero, unless end-of-file is encountered, read times "
3722 "out,\n"
3723 "    or an invalid file descriptor is supplied as the argument to -u."
3724 msgstr ""
3725 "Lee una línea de la salida estándar y la divide en campos.\n"
3726 "    \n"
3727 "    Lee una sola línea de la entrada estándar, o del descriptor de\n"
3728 "    fichero FD si se proporciona la opción -u.  La línea se divide en "
3729 "campos\n"
3730 "    con separación de palabras, y la primera palabra se asigna al primer\n"
3731 "    NOMBRE, la segunda palabra al segundo NOMBRE, y así sucesivamente, con\n"
3732 "    las palabras restantes asignadas al último NOMBRE.  Sólo los caracteres\n"
3733 "    que se encuentran en $IFS se reconocen como delimitadores de palabras.\n"
3734 "    \n"
3735 "    Si no se proporciona ningún NOMBRE, la línea leída se guarda en la\n"
3736 "    variable REPLY.\n"
3737 "    \n"
3738 "    Opciones:\n"
3739 "      -a matriz\tasigna las palabras leídas a índices secuenciales de\n"
3740 "    \tla variable de matriz MATRIZ, empezando en cero\n"
3741 "      -d delim\tcontinúa hasta que se lea el primer carácter de DELIM,\n"
3742 "    \t\ten lugar de línea nueva\n"
3743 "      -e\t\tusa Readline para obtener la línea en un shell interactivo\n"
3744 "      -i texto\tUsa el TEXTO como el texto inicial para Readline\n"
3745 "      -n ncars\tregresa después de leer NCARS caracteres en lugar de\n"
3746 "    \t\tesperar una línea nueva\n"
3747 "      -p prompt\tmuestra la cadena PROMPT sin un caractér de línea nueva\n"
3748 "    \t\tal final antes de intentar leer\n"
3749 "      -r\t\tno permite que las barras invertidas escapen caracteres\n"
3750 "      -s\t\tno muestra la salida que proviene de una terminal\n"
3751 "      -t tiempo\texpira y devuelve fallo si no se lee una línea completa\n"
3752 "    \t\tde entrada en TIEMPO segundos.  El valor de la variable TMOUT\n"
3753 "    \t\tes el tiempo de expiración por defecto.  TIEMPO puede ser un\n"
3754 "    \t\tnúmero fraccionario.  Si TIEMPO es 0, read devuelve con éxito\n"
3755 "    \t\tsólo si hay entrada disponible en el descriptor de fichero\n"
3756 "    \t\tespecificado.  El estado de salida es mayor que 128 si se excede\n"
3757 "    \t\tel tiempo de expiración.\n"
3758 "      -u df\t\tlee del descriptor de fichero DF en lugar de la entrada\n"
3759 "    \t\testándar    \n"
3760 "    Estado de Salida:\n"
3761 "    El código de devolución es cero, a menos que se encuentre un final de\n"
3762 "    línea, el tiempo de read expire, o se proporcione un descriptor de\n"
3763 "    fichero inválido como el argumento de -u."
3764
3765 #: builtins.c:1009
3766 msgid ""
3767 "Return from a shell function.\n"
3768 "    \n"
3769 "    Causes a function or sourced script to exit with the return value\n"
3770 "    specified by N.  If N is omitted, the return status is that of the\n"
3771 "    last command executed within the function or script.\n"
3772 "    \n"
3773 "    Exit Status:\n"
3774 "    Returns N, or failure if the shell is not executing a function or script."
3775 msgstr ""
3776 "Devuelve de una función de shell.\n"
3777 "    \n"
3778 "    Causa que una función o un guión leído termine con el valor de "
3779 "devolución\n"
3780 "    especificado por N.  Si se omite N, el estado de devolución es el de\n"
3781 "    la última orden ejecutada dentro de la función o guión.\n"
3782 "    \n"
3783 "    Estado de Salida:\n"
3784 "    Devuelve N, o falla si el shell no está ejecutando una función o un "
3785 "guión."
3786
3787 #: builtins.c:1022
3788 msgid ""
3789 "Set or unset values of shell options and positional parameters.\n"
3790 "    \n"
3791 "    Change the value of shell attributes and positional parameters, or\n"
3792 "    display the names and values of shell variables.\n"
3793 "    \n"
3794 "    Options:\n"
3795 "      -a  Mark variables which are modified or created for export.\n"
3796 "      -b  Notify of job termination immediately.\n"
3797 "      -e  Exit immediately if a command exits with a non-zero status.\n"
3798 "      -f  Disable file name generation (globbing).\n"
3799 "      -h  Remember the location of commands as they are looked up.\n"
3800 "      -k  All assignment arguments are placed in the environment for a\n"
3801 "          command, not just those that precede the command name.\n"
3802 "      -m  Job control is enabled.\n"
3803 "      -n  Read commands but do not execute them.\n"
3804 "      -o option-name\n"
3805 "          Set the variable corresponding to option-name:\n"
3806 "              allexport    same as -a\n"
3807 "              braceexpand  same as -B\n"
3808 "              emacs        use an emacs-style line editing interface\n"
3809 "              errexit      same as -e\n"
3810 "              errtrace     same as -E\n"
3811 "              functrace    same as -T\n"
3812 "              hashall      same as -h\n"
3813 "              histexpand   same as -H\n"
3814 "              history      enable command history\n"
3815 "              ignoreeof    the shell will not exit upon reading EOF\n"
3816 "              interactive-comments\n"
3817 "                           allow comments to appear in interactive commands\n"
3818 "              keyword      same as -k\n"
3819 "              monitor      same as -m\n"
3820 "              noclobber    same as -C\n"
3821 "              noexec       same as -n\n"
3822 "              noglob       same as -f\n"
3823 "              nolog        currently accepted but ignored\n"
3824 "              notify       same as -b\n"
3825 "              nounset      same as -u\n"
3826 "              onecmd       same as -t\n"
3827 "              physical     same as -P\n"
3828 "              pipefail     the return value of a pipeline is the status of\n"
3829 "                           the last command to exit with a non-zero status,\n"
3830 "                           or zero if no command exited with a non-zero "
3831 "status\n"
3832 "              posix        change the behavior of bash where the default\n"
3833 "                           operation differs from the Posix standard to\n"
3834 "                           match the standard\n"
3835 "              privileged   same as -p\n"
3836 "              verbose      same as -v\n"
3837 "              vi           use a vi-style line editing interface\n"
3838 "              xtrace       same as -x\n"
3839 "      -p  Turned on whenever the real and effective user ids do not match.\n"
3840 "          Disables processing of the $ENV file and importing of shell\n"
3841 "          functions.  Turning this option off causes the effective uid and\n"
3842 "          gid to be set to the real uid and gid.\n"
3843 "      -t  Exit after reading and executing one command.\n"
3844 "      -u  Treat unset variables as an error when substituting.\n"
3845 "      -v  Print shell input lines as they are read.\n"
3846 "      -x  Print commands and their arguments as they are executed.\n"
3847 "      -B  the shell will perform brace expansion\n"
3848 "      -C  If set, disallow existing regular files to be overwritten\n"
3849 "          by redirection of output.\n"
3850 "      -E  If set, the ERR trap is inherited by shell functions.\n"
3851 "      -H  Enable ! style history substitution.  This flag is on\n"
3852 "          by default when the shell is interactive.\n"
3853 "      -P  If set, do not follow symbolic links when executing commands\n"
3854 "          such as cd which change the current directory.\n"
3855 "      -T  If set, the DEBUG trap is inherited by shell functions.\n"
3856 "      -   Assign any remaining arguments to the positional parameters.\n"
3857 "          The -x and -v options are turned off.\n"
3858 "    \n"
3859 "    Using + rather than - causes these flags to be turned off.  The\n"
3860 "    flags can also be used upon invocation of the shell.  The current\n"
3861 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3862 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3863 "    ARGs are given, all shell variables are printed.\n"
3864 "    \n"
3865 "    Exit Status:\n"
3866 "    Returns success unless an invalid option is given."
3867 msgstr ""
3868 "Establece o borra los valores de las opciones de shell y los parámetros\n"
3869 "posicionales.\n"
3870 "    \n"
3871 "    Opciones:\n"
3872 "      -a  Marca las variables que se modifican o crean para exportación.\n"
3873 "      -b  Notifica el término de trabajos inmediatamente.\n"
3874 "      -e  Termina inmediatamente si una orden termina con un estado\n"
3875 "          diferente a cero.\n"
3876 "      -f  Desactiva la generación de nombres de ficheros (englobamiento).\n"
3877 "      -h  Recuerda la ubicación de las órdenes como se localizaron.\n"
3878 "      -k  Todos los argumentos de asignación se colocan en el ambiente para "
3879 "una\n"
3880 "          orden, no solo aquellos que preceden al nombre de la orden.\n"
3881 "      -m  Activa el control de trabajos.\n"
3882 "      -n  Lee órdenes pero no las ejecuta.\n"
3883 "      -o nombre-opcion\n"
3884 "          Establece la variable correspondiente a nombre-opcion:\n"
3885 "              allexport    igual que -a\n"
3886 "              braceexpand  igual que -B\n"
3887 "              emacs        usa una interfaz de edición de línea estilo "
3888 "emacs\n"
3889 "              errexit      igual que -e\n"
3890 "              errtrace     igual que -E\n"
3891 "              functrace    igual que -T\n"
3892 "              hashall      igual que -h\n"
3893 "              histexpand   igual que -H\n"
3894 "              history      activa la historia de órdenes\n"
3895 "              ignoreeof    el shell no terminará después de leer EOF\n"
3896 "              interactive-comments\n"
3897 "                           permite que haya comentarios en órdenes "
3898 "interactivas\n"
3899 "              keyword      igual que -k\n"
3900 "              monitor      igual que -m\n"
3901 "              noclobber    igual que -C\n"
3902 "              noexec       igual que -n\n"
3903 "              noglob       igual que -f\n"
3904 "              nolog        actualmente se acepta pero se descarta\n"
3905 "              notify       igual que -b\n"
3906 "              nounset      igual que -u\n"
3907 "              onecmd       igual que -t\n"
3908 "              physical     igual que -P\n"
3909 "              pipefail     el valor de devolución de una tubería es el "
3910 "estado\n"
3911 "                           del último comando en salir con un estado "
3912 "diferente\n"
3913 "                           de cero, o cero si ninguna orden termina con un\n"
3914 "                           estado diferente de cero\n"
3915 "              posix        cambia el comportamiento de bash donde la "
3916 "operación\n"
3917 "                           por defecto difiere del estándar Posix para que\n"
3918 "                           coincida con el estándar\n"
3919 "              privileged   igual que -p\n"
3920 "              verbose      igual que -v\n"
3921 "              vi           usa una interfaz de edición de línea estilo vi\n"
3922 "              xtrace       igual que -x\n"
3923 "      -p  Activo cuando los ids real y efectivo del usuario no coinciden.\n"
3924 "          Desactiva el procesamiento del fichero $ENV y la importación de\n"
3925 "          funciones de shell.  Si se desactiva esta opción causa que el uid "
3926 "y\n"
3927 "          el gid efectivos sean iguales al uid y el gid real.\n"
3928 "      -t  Termina después de leer y ejecutar una orden.\n"
3929 "      -u  Trata las variables sin definir como un error se sustituyen.\n"
3930 "      -v  Muestra las líneas de entrada del shell mientras se leen.\n"
3931 "      -x  Muestra las órdenes y sus argumentos mientras se ejecutan.\n"
3932 "      -B  el shell realizará expansión de llaves.\n"
3933 "      -C  Si se activa, no permite que los ficheros regulares existentes\n"
3934 "          se sobreescriban por redirección de la salida.\n"
3935 "      -E  Si se activa, las funciones del shell heredan la trampa ERR.\n"
3936 "      -H  Activa el estilo de sustitución de historia ! . Esta opción está\n"
3937 "          activa por defecto cuando el shell es interactivo.\n"
3938 "      -P  Si se activa, no sigue enlaces simbólicos cuando se ejecutan "
3939 "órdenes\n"
3940 "          como cd, que cambian el directorio actual.\n"
3941 "      -T  Si se activa, las funciones del shell heredan la trampa DEBUG.\n"
3942 "      -   Asigna cualquier argumento restante a los parámetros "
3943 "posicionales.\n"
3944 "          Las opciones -x y -v se desactivan.\n"
3945 "    \n"
3946 "    Si se usa + en lugar de - causa que estas opciones se desactiven. Las\n"
3947 "    opciones también se pueden usar en la invocación del shell.  El "
3948 "conjunto\n"
3949 "    actual de opciones se puede encontrar en $-.  Los n ARGs restantes son\n"
3950 "    parámetros posicionales que se asignan, en orden, a $1, $2, .. $n.  Si "
3951 "no\n"
3952 "    se proporciona ningún ARG, se muestran todas las variables del shell.\n"
3953 "    \n"
3954 "    Estado de Salida:\n"
3955 "    Devuelve con éxito a menos que se proporcione una opción inválida."
3956
3957 #: builtins.c:1104
3958 msgid ""
3959 "Unset values and attributes of shell variables and functions.\n"
3960 "    \n"
3961 "    For each NAME, remove the corresponding variable or function.\n"
3962 "    \n"
3963 "    Options:\n"
3964 "      -f\ttreat each NAME as a shell function\n"
3965 "      -v\ttreat each NAME as a shell variable\n"
3966 "    \n"
3967 "    Without options, unset first tries to unset a variable, and if that "
3968 "fails,\n"
3969 "    tries to unset a function.\n"
3970 "    \n"
3971 "    Some variables cannot be unset; also see `readonly'.\n"
3972 "    \n"
3973 "    Exit Status:\n"
3974 "    Returns success unless an invalid option is given or a NAME is read-only."
3975 msgstr ""
3976 "Desactiva valores y atributos de las variables y funciones del shell.\n"
3977 "    \n"
3978 "    Por cada NOMBRE, borra la función o variable correspondiente.\n"
3979 "    \n"
3980 "    Opciones:\n"
3981 "      -f\ttrata cada NOMBRE como una función de shell\n"
3982 "      -v\ttrata cada NOMBRE como una variable de shell\n"
3983 "    \n"
3984 "    Sin opciones, unset primero trata de borrar una variable, y si falla,\n"
3985 "    trata de borrar una función.\n"
3986 "    \n"
3987 "    Algunas variables no se pueden borrar; también consulte `readonly'.\n"
3988 "    \n"
3989 "    Estado de Salida:\n"
3990 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
3991 "    un NOMBRE sea de sólo lectura."
3992
3993 #: builtins.c:1124
3994 msgid ""
3995 "Set export attribute for shell variables.\n"
3996 "    \n"
3997 "    Marks each NAME for automatic export to the environment of subsequently\n"
3998 "    executed commands.  If VALUE is supplied, assign VALUE before "
3999 "exporting.\n"
4000 "    \n"
4001 "    Options:\n"
4002 "      -f\trefer to shell functions\n"
4003 "      -n\tremove the export property from each NAME\n"
4004 "      -p\tdisplay a list of all exported variables and functions\n"
4005 "    \n"
4006 "    An argument of `--' disables further option processing.\n"
4007 "    \n"
4008 "    Exit Status:\n"
4009 "    Returns success unless an invalid option is given or NAME is invalid."
4010 msgstr ""
4011 "Establece el atributo de exportación para las variables de shell.\n"
4012 "    \n"
4013 "    Marca cada NOMBRE para exportación automática al ambiente para las "
4014 "órdenes\n"
4015 "    ejecutadas subsecuentemente.  Si se proporciona un VALOR, se asigna el\n"
4016 "    VALOR antes de exportar.\n"
4017 "    \n"
4018 "    Opciones:\n"
4019 "      -f\tse refiere a funciones de shell\n"
4020 "      -n\tborra la propiedad de exportación para cada NOMBRE\n"
4021 "      -p\tmuestra una lista de todas las variables y funciones exportadas\n"
4022 "    \n"
4023 "    El argumento `--' desactiva el procesamiento posterior de opciones.\n"
4024 "    \n"
4025 "    Estado de Salida:\n"
4026 "    Devuelve con éxito a menos que se proporcione una opción inválida o que\n"
4027 "    NOMBRE sea inválido."
4028
4029 #: builtins.c:1143
4030 msgid ""
4031 "Mark shell variables as unchangeable.\n"
4032 "    \n"
4033 "    Mark each NAME as read-only; the values of these NAMEs may not be\n"
4034 "    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
4035 "    before marking as read-only.\n"
4036 "    \n"
4037 "    Options:\n"
4038 "      -a\trefer to indexed array variables\n"
4039 "      -A\trefer to associative array variables\n"
4040 "      -f\trefer to shell functions\n"
4041 "      -p\tdisplay a list of all readonly variables and functions\n"
4042 "    \n"
4043 "    An argument of `--' disables further option processing.\n"
4044 "    \n"
4045 "    Exit Status:\n"
4046 "    Returns success unless an invalid option is given or NAME is invalid."
4047 msgstr ""
4048 "Marca las variables de shell para evitar su modificación.\n"
4049 "    \n"
4050 "    Marca cada NOMBRE como de sólo lectura; los valores de esos NOMBREs\n"
4051 "    no se pueden modificar por asignaciones subsecuentes.  Si se "
4052 "proporciona\n"
4053 "    un VALOR, se asigna el VALOR antes de marcar como de sólo lectura.\n"
4054 "    \n"
4055 "    Opciones:\n"
4056 "      -a\tse refiere a variables de matriz indizada\n"
4057 "      -A\tse refiere a variables de matriz asociativa\n"
4058 "      -f\tse refiere a funciones de shell\n"
4059 "      -p\tmuestra una lista de todas las variables y funciones de sólo "
4060 "lectura\n"
4061 "    \n"
4062 "    El argumento `--' desactiva el procesamiento posterior de opciones.\n"
4063 "    \n"
4064 "    Estado de Salida:\n"
4065 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
4066 "    el NOMBRE sea inválido."
4067
4068 #: builtins.c:1164
4069 msgid ""
4070 "Shift positional parameters.\n"
4071 "    \n"
4072 "    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
4073 "    not given, it is assumed to be 1.\n"
4074 "    \n"
4075 "    Exit Status:\n"
4076 "    Returns success unless N is negative or greater than $#."
4077 msgstr ""
4078 "Desplaza los parámetros posicionales.\n"
4079 "    \n"
4080 "    Renombra los parámetros posicionales $N+1,$N+2 ... a $1,$2 ... Si no\n"
4081 "    se proporciona N, se asume que es 1.\n"
4082 "    \n"
4083 "    Estado de Salida:\n"
4084 "    Devuelve con éxito a menos que N sea negativo o mayor que $#."
4085
4086 #: builtins.c:1176 builtins.c:1191
4087 msgid ""
4088 "Execute commands from a file in the current shell.\n"
4089 "    \n"
4090 "    Read and execute commands from FILENAME in the current shell.  The\n"
4091 "    entries in $PATH are used to find the directory containing FILENAME.\n"
4092 "    If any ARGUMENTS are supplied, they become the positional parameters\n"
4093 "    when FILENAME is executed.\n"
4094 "    \n"
4095 "    Exit Status:\n"
4096 "    Returns the status of the last command executed in FILENAME; fails if\n"
4097 "    FILENAME cannot be read."
4098 msgstr ""
4099 "Ejecuta órdenes de un fichero en el shell actual.\n"
4100 "    \n"
4101 "    Lee y ejecuta órdenes del FICHERO en el shell actual.  Se utilizan las\n"
4102 "    entradas en $PATH para encontrar el directorio que contiene el FICHERO.\n"
4103 "    Si se proporciona ARGUMENTOS, se convierten en los parámetros "
4104 "posicionales\n"
4105 "    cuando se ejecuta el FICHERO.\n"
4106 "    Estado de Salida:\n"
4107 "    Devuelve el estado de la última orden ejecutada del FICHERO; falla si\n"
4108 "    no se puede leer el FICHERO."
4109
4110 #: builtins.c:1207
4111 msgid ""
4112 "Suspend shell execution.\n"
4113 "    \n"
4114 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
4115 "    Unless forced, login shells cannot be suspended.\n"
4116 "    \n"
4117 "    Options:\n"
4118 "      -f\tforce the suspend, even if the shell is a login shell\n"
4119 "    \n"
4120 "    Exit Status:\n"
4121 "    Returns success unless job control is not enabled or an error occurs."
4122 msgstr ""
4123 "Suspende la ejecución del shell.\n"
4124 "    \n"
4125 "    Suspende la ejecución de este shell hasta que recibe una señal SIGCONT.\n"
4126 "    Los shells de entrada no se pueden suspender, a menos que sean "
4127 "forzados.\n"
4128 "    \n"
4129 "    Opciones:\n"
4130 "      -f\tfuerza la suspensión, aún si el shell es un shell de entrada\n"
4131 "    \n"
4132 "    Estado de Salida:\n"
4133 "    Devuelve con éxito a menos que no esté activo el control de trabajos o\n"
4134 "    suceda un error."
4135
4136 #: builtins.c:1223
4137 msgid ""
4138 "Evaluate conditional expression.\n"
4139 "    \n"
4140 "    Exits with a status of 0 (true) or 1 (false) depending on\n"
4141 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
4142 "    expressions are often used to examine the status of a file.  There\n"
4143 "    are string operators as well, and numeric comparison operators.\n"
4144 "    \n"
4145 "    File operators:\n"
4146 "    \n"
4147 "      -a FILE        True if file exists.\n"
4148 "      -b FILE        True if file is block special.\n"
4149 "      -c FILE        True if file is character special.\n"
4150 "      -d FILE        True if file is a directory.\n"
4151 "      -e FILE        True if file exists.\n"
4152 "      -f FILE        True if file exists and is a regular file.\n"
4153 "      -g FILE        True if file is set-group-id.\n"
4154 "      -h FILE        True if file is a symbolic link.\n"
4155 "      -L FILE        True if file is a symbolic link.\n"
4156 "      -k FILE        True if file has its `sticky' bit set.\n"
4157 "      -p FILE        True if file is a named pipe.\n"
4158 "      -r FILE        True if file is readable by you.\n"
4159 "      -s FILE        True if file exists and is not empty.\n"
4160 "      -S FILE        True if file is a socket.\n"
4161 "      -t FD          True if FD is opened on a terminal.\n"
4162 "      -u FILE        True if the file is set-user-id.\n"
4163 "      -w FILE        True if the file is writable by you.\n"
4164 "      -x FILE        True if the file is executable by you.\n"
4165 "      -O FILE        True if the file is effectively owned by you.\n"
4166 "      -G FILE        True if the file is effectively owned by your group.\n"
4167 "      -N FILE        True if the file has been modified since it was last "
4168 "read.\n"
4169 "    \n"
4170 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
4171 "                       modification date).\n"
4172 "    \n"
4173 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
4174 "    \n"
4175 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
4176 "    \n"
4177 "    String operators:\n"
4178 "    \n"
4179 "      -z STRING      True if string is empty.\n"
4180 "    \n"
4181 "      -n STRING\n"
4182 "         STRING      True if string is not empty.\n"
4183 "    \n"
4184 "      STRING1 = STRING2\n"
4185 "                     True if the strings are equal.\n"
4186 "      STRING1 != STRING2\n"
4187 "                     True if the strings are not equal.\n"
4188 "      STRING1 < STRING2\n"
4189 "                     True if STRING1 sorts before STRING2 "
4190 "lexicographically.\n"
4191 "      STRING1 > STRING2\n"
4192 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
4193 "    \n"
4194 "    Other operators:\n"
4195 "    \n"
4196 "      -o OPTION      True if the shell option OPTION is enabled.\n"
4197 "      ! EXPR         True if expr is false.\n"
4198 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
4199 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
4200 "    \n"
4201 "      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
4202 "                     -lt, -le, -gt, or -ge.\n"
4203 "    \n"
4204 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
4205 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
4206 "    than ARG2.\n"
4207 "    \n"
4208 "    Exit Status:\n"
4209 "    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
4210 "    false or an invalid argument is given."
4211 msgstr ""
4212 "Evalúa expresiones condicionales.\n"
4213 "    \n"
4214 "    Termina con un estado de 0 (verdadero) o 1 (falso) dependiendo de\n"
4215 "    la evaluación de EXPR.  Las expresiones pueden ser unarias o binarias.\n"
4216 "    Las expresiones unarias se usan generalmente para examinar el estado\n"
4217 "    de un fichero.  Hay también operadores de cadenas, y operadores de\n"
4218 "    comparación numérica.\n"
4219 "    \n"
4220 "    Operadores de fichero:\n"
4221 "    \n"
4222 "      -a FICHERO     Verdadero si el fichero existe.\n"
4223 "      -b FICHERO     Verdadero si el fichero es especial de bloques.\n"
4224 "      -c FICHERO     Verdadero si el fichero es especial de caracteres.\n"
4225 "      -d FICHERO     Verdadero si el fichero es un directorio.\n"
4226 "      -e FICHERO     Verdadero si el fichero existe.\n"
4227 "      -f FICHERO     Verdadero si el fichero existe y es un fichero "
4228 "regular.\n"
4229 "      -g FICHERO     Verdadero si el fichero tiene activado el set-group-"
4230 "id.\n"
4231 "      -h FICHERO     Verdadero si el fichero es un enlace simbólico.\n"
4232 "      -L FICHERO     Verdadero si el fichero es un enlace simbólico.\n"
4233 "      -k FICHERO     Verdadero si el fichero tiene el bit `sticky' "
4234 "activado.\n"
4235 "      -p FICHERO     Verdadero si el fichero es una tubería nombrada.\n"
4236 "      -r FICHERO     Verdadero si el fichero es legible para usted.\n"
4237 "      -s FICHERO     Verdadero si el fichero existe y no está vacío.\n"
4238 "      -S FICHERO     Verdadero si el fichero es un `socket'.\n"
4239 "      -t DF          Verdadero si el DF está abierto en una terminal.\n"
4240 "      -u FICHERO     Verdadero si el fichero tiene activado el set-user-id.\n"
4241 "      -w FICHERO     Verdadero si usted puede escribir en el fichero.\n"
4242 "      -x FICHERO     Verdadero si usted puede ejecutar el fichero.\n"
4243 "      -O FICHERO     Verdadero si usted efectivamente posee el fichero.\n"
4244 "      -G FICHERO     Verdadero si su grupo efectivamente posee el fichero.\n"
4245 "      -N FICHERO     Verdadero si el fichero se modificó desde la última "
4246 "lectura.\n"
4247 "    \n"
4248 "      FICH1 -nt FICH2  Verdadero si fich1 es más reciente que fich2\n"
4249 "                       (de acuerdo a la fecha de modificación).\n"
4250 "    \n"
4251 "      FICH1 -ot FICH2  Verdadero si fich1 es más antiguo que fich2.\n"
4252 "    \n"
4253 "      FICH1 -ef FICH2  Verdadero si fich1 es un enlace duro a fich2.\n"
4254 "    \n"
4255 "    Operadores de cadenas:\n"
4256 "    \n"
4257 "      -z CADENA      Verdadero si la cadena está vacía.\n"
4258 "    \n"
4259 "      -n CADENA\n"
4260 "         CADENA      Verdadero si la cadena no está vacía.\n"
4261 "    \n"
4262 "      CADENA1 = CADENA2\n"
4263 "                     Verdadero si las cadenas son iguales.\n"
4264 "      CADENA1 != CADENA2\n"
4265 "                     Verdadero si las cadenas no son iguales.\n"
4266 "      CADENA1 < CADENA2\n"
4267 "                     Verdadero si STRING1 se ordena antes que STRING2\n"
4268 "                     lexicográficamente.\n"
4269 "      CADENA1 > CADENA2\n"
4270 "                     Verdadero si STRING1 se ordena después que STRING2\n"
4271 "                     lexicográficamente.\n"
4272 "    \n"
4273 "    Otros operadores:\n"
4274 "    \n"
4275 "      -o OPCIÓN      Verdadero si la opción del shell OPCIÓN está activada.\n"
4276 "      ! EXPR         Verdadero si expr es falso.\n"
4277 "      EXPR1 -a EXPR2 Verdadero si expr1 Y expr2 are son verdaderas.\n"
4278 "      EXPR1 -o EXPR2 Verdadero si cualquiera de expr1 O expr2 es verdadera.\n"
4279 "    \n"
4280 "      arg1 OP arg2   Pruebas aritméticas.  OP es uno de -eq, -ne,\n"
4281 "                       -lt, -le, -gt, or -ge.\n"
4282 "    \n"
4283 "    Los operadores binarios aritméticos devuelven verdadero si ARG1 es\n"
4284 "    igual, no igual, menor, menor o igual, mayor, mayor o igual que ARG2.\n"
4285 "    \n"
4286 "    Estado de Salida:\n"
4287 "    Devuelve con éxito si EXPR evalúa a verdadero; falla si EXPR evalúa a\n"
4288 "    falso o se proporciona un argumento inválido."
4289
4290 #: builtins.c:1299
4291 msgid ""
4292 "Evaluate conditional expression.\n"
4293 "    \n"
4294 "    This is a synonym for the \"test\" builtin, but the last argument must\n"
4295 "    be a literal `]', to match the opening `['."
4296 msgstr ""
4297 "Evalúa una expresión condicional.\n"
4298 "    \n"
4299 "    Este es un sinónimo para la orden interna \"test\", pero el último\n"
4300 "    argumento debe ser un `]' literal, que coincida con el `[' inicial."
4301
4302 #: builtins.c:1308
4303 msgid ""
4304 "Display process times.\n"
4305 "    \n"
4306 "    Prints the accumulated user and system times for the shell and all of "
4307 "its\n"
4308 "    child processes.\n"
4309 "    \n"
4310 "    Exit Status:\n"
4311 "    Always succeeds."
4312 msgstr ""
4313 "Muestra los tiempos de proceso.\n"
4314 "    \n"
4315 "    Muestra los tiempos de usuario y sistema acumulados por el shell y "
4316 "todos\n"
4317 "    sus procesos hijos.\n"
4318 "    \n"
4319 "    Estado de salida:\n"
4320 "    Siempre con éxito."
4321
4322 #: builtins.c:1320
4323 msgid ""
4324 "Trap signals and other events.\n"
4325 "    \n"
4326 "    Defines and activates handlers to be run when the shell receives "
4327 "signals\n"
4328 "    or other conditions.\n"
4329 "    \n"
4330 "    ARG is a command to be read and executed when the shell receives the\n"
4331 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
4332 "    is supplied) or `-', each specified signal is reset to its original\n"
4333 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
4334 "    shell and by the commands it invokes.\n"
4335 "    \n"
4336 "    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
4337 "If\n"
4338 "    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
4339 "    \n"
4340 "    If no arguments are supplied, trap prints the list of commands "
4341 "associated\n"
4342 "    with each signal.\n"
4343 "    \n"
4344 "    Options:\n"
4345 "      -l\tprint a list of signal names and their corresponding numbers\n"
4346 "      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
4347 "    \n"
4348 "    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4349 "number.\n"
4350 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
4351 "    signal may be sent to the shell with \"kill -signal $$\".\n"
4352 "    \n"
4353 "    Exit Status:\n"
4354 "    Returns success unless a SIGSPEC is invalid or an invalid option is "
4355 "given."
4356 msgstr ""
4357 "Atrapa señales y otros eventos.\n"
4358 "    \n"
4359 "    Define y activa manejadores a ejecutar cuando el shell recibe señales\n"
4360 "    u otras condiciones.\n"
4361 "    \n"
4362 "    ARG es una orden para leer y ejecutar cuando el shell recibe la(s)\n"
4363 "    señal(es) ID_SEÑAL.  Si ARG no está presente (y sólo se proporciona\n"
4364 "    una sola ID_SEÑAL) o se proporciona `-', cada señal especificada se\n"
4365 "    reestablece a su valor original.  Si ARG es la cadena nula, el shell\n"
4366 "    y las órdenes que invoque ignoran cada ID_SEÑAL.\n"
4367 "    \n"
4368 "    Si una ID_SEÑAL es EXIT (0) se ejecuta la orden ARG al salir del\n"
4369 "    shell.  Si una ID_SEÑAL es DEBUG, se ejecuta ARG después de cada\n"
4370 "    orden simple.\n"
4371 "    \n"
4372 "    Si no se proporcionan argumentos, trap muestra la lista de órdenes\n"
4373 "    asociadas con cada señal.\n"
4374 "    \n"
4375 "    Opciones:\n"
4376 "      -l\tmuestra una lista de nombres de señal con su número "
4377 "correspondiente\n"
4378 "      -p\tmuestra las órdenes trap asociadas con cada ID_SEÑAL\n"
4379 "    \n"
4380 "    Cada ID_SEÑAL es un nombre de señal en <signal.h> o un número de señal.\n"
4381 "    Los nombres de señal no son sensibles a mayúsculas y minúsculas y el\n"
4382 "    prefijo SIG es opcional.  Se puede enviar una señal al shell con\n"
4383 "    \"kill -signal $$\".    \n"
4384 "    Estado de Salida:\n"
4385 "    Devuelve con éxito a menos que una ID_SEÑAL sea inválida o se "
4386 "proporcione\n"
4387 "    una opción inválida."
4388
4389 #  No he visto que este fichero incluya la posibilidad de traducir las
4390 #  palabras que muestra `type -t'. Por esta razón, se dejan en inglés. cfuga
4391 #: builtins.c:1352
4392 msgid ""
4393 "Display information about command type.\n"
4394 "    \n"
4395 "    For each NAME, indicate how it would be interpreted if used as a\n"
4396 "    command name.\n"
4397 "    \n"
4398 "    Options:\n"
4399 "      -a\tdisplay all locations containing an executable named NAME;\n"
4400 "    \tincludes aliases, builtins, and functions, if and only if\n"
4401 "    \tthe `-p' option is not also used\n"
4402 "      -f\tsuppress shell function lookup\n"
4403 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4404 "    \tbuiltin, or function, and returns the name of the disk file\n"
4405 "    \tthat would be executed\n"
4406 "      -p\treturns either the name of the disk file that would be executed,\n"
4407 "    \tor nothing if `type -t NAME' would not return `file'.\n"
4408 "      -t\toutput a single word which is one of `alias', `keyword',\n"
4409 "    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
4410 "    \treserved word, shell function, shell builtin, disk file, or not\n"
4411 "    \tfound, respectively\n"
4412 "    \n"
4413 "    Arguments:\n"
4414 "      NAME\tCommand name to be interpreted.\n"
4415 "    \n"
4416 "    Exit Status:\n"
4417 "    Returns success if all of the NAMEs are found; fails if any are not "
4418 "found."
4419 msgstr ""
4420 "Muestra información sobre el tipo de orden.\n"
4421 "    \n"
4422 "    Por cada NOMBRE, indica cómo se interpretaría si se usa como un nombre\n"
4423 "    de orden.\n"
4424 "    \n"
4425 "    Opciones:\n"
4426 "      -a\tmuestra todas las ubicaciones que contienen un ejecutable llamado\n"
4427 "    \tNOMBRE; incluye aliases, órdenes internas, y funciones, solo y solo "
4428 "si\n"
4429 "    \tno se usó también la opción `-p'\n"
4430 "      -f\tsuprime la búsqueda de funciones de shell\n"
4431 "      -P\tfuerza una búsqueda en PATH por cada nombre, aún si hay un alias,\n"
4432 "    \torden interna, o función, y devuelve el nombre del fichero en el "
4433 "disco\n"
4434 "    \tque se ejecutaría\n"
4435 "      -p\tdevuelve ya sea el nombre del fichero en disco que se ejecutaría,\n"
4436 "    \to nada si `type -t NOMBRE' no devuelve `fichero'.\n"
4437 "      -t\tmuestra una sola palabra, que es una de `alias', `keyword',\n"
4438 "    \t`function', `builtin', `file' o `', si el NOMBRE es un alias,\n"
4439 "    \tpalabra reservada del shell, función del shell, orden interna del\n"
4440 "    \tshell, fichero de disco, o no se encuentra, respectivamente.\n"
4441 "    \n"
4442 "    Argumentos:\n"
4443 "      NOMBRE\tNombre de orden a interpretar.\n"
4444 "    \n"
4445 "    Estado de Salida:\n"
4446 "    Devuelve con éxito si se encuentran todos los NOMBREs; falla si no se\n"
4447 "    encuentra alguno."
4448
4449 #: builtins.c:1383
4450 msgid ""
4451 "Modify shell resource limits.\n"
4452 "    \n"
4453 "    Provides control over the resources available to the shell and "
4454 "processes\n"
4455 "    it creates, on systems that allow such control.\n"
4456 "    \n"
4457 "    Options:\n"
4458 "      -S\tuse the `soft' resource limit\n"
4459 "      -H\tuse the `hard' resource limit\n"
4460 "      -a\tall current limits are reported\n"
4461 "      -b\tthe socket buffer size\n"
4462 "      -c\tthe maximum size of core files created\n"
4463 "      -d\tthe maximum size of a process's data segment\n"
4464 "      -e\tthe maximum scheduling priority (`nice')\n"
4465 "      -f\tthe maximum size of files written by the shell and its children\n"
4466 "      -i\tthe maximum number of pending signals\n"
4467 "      -l\tthe maximum size a process may lock into memory\n"
4468 "      -m\tthe maximum resident set size\n"
4469 "      -n\tthe maximum number of open file descriptors\n"
4470 "      -p\tthe pipe buffer size\n"
4471 "      -q\tthe maximum number of bytes in POSIX message queues\n"
4472 "      -r\tthe maximum real-time scheduling priority\n"
4473 "      -s\tthe maximum stack size\n"
4474 "      -t\tthe maximum amount of cpu time in seconds\n"
4475 "      -u\tthe maximum number of user processes\n"
4476 "      -v\tthe size of virtual memory\n"
4477 "      -x\tthe maximum number of file locks\n"
4478 "    \n"
4479 "    If LIMIT is given, it is the new value of the specified resource; the\n"
4480 "    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4481 "    current soft limit, the current hard limit, and no limit, respectively.\n"
4482 "    Otherwise, the current value of the specified resource is printed.  If\n"
4483 "    no option is given, then -f is assumed.\n"
4484 "    \n"
4485 "    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4486 "    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4487 "    number of processes.\n"
4488 "    \n"
4489 "    Exit Status:\n"
4490 "    Returns success unless an invalid option is supplied or an error occurs."
4491 msgstr ""
4492 "Modifica los límites de recursos del shell.\n"
4493 "    \n"
4494 "    Provee control sobre los recursos disponibles para el shell y los\n"
4495 "    procesos que crea, en sistemas que permiten tal control.\n"
4496 "    \n"
4497 "    Opciones:\n"
4498 "    \n"
4499 "      -S\tusa el límite de recurso `soft'\n"
4500 "      -H\tusa el límite de recurso `hard'\n"
4501 "      -a\tmuestra todos los límites actuales\n"
4502 "      -b\tel tamaño del almacenamiento intermedio del `socket'\n"
4503 "      -c\tel tamaño máximo de los ficheros `core' creados\n"
4504 "      -d\tel tamaño máximo del segmento de datos de un proceso\n"
4505 "      -e\tla prioridad máxima de calendarización (`nice')\n"
4506 "      -f\tel tamaño máximo de los ficheros escritos por el shell y sus "
4507 "hijos\n"
4508 "      -i\tel número máximo de señales pendientes\n"
4509 "      -l\tel tamaño máximo que un proceso puede bloquear en memoria\n"
4510 "      -m\tel tamaño máximo para las variables residentes\n"
4511 "      -n\tel número máximo de descriptores de fichero abiertos\n"
4512 "      -p\tel tamaño del almacenamiento intermedio para tuberías\n"
4513 "      -q\tel tamaño máximo de bytes en las colas de mensajes POSIX\n"
4514 "      -r\tla prioridad máxima de calendarización en tiempo real\n"
4515 "      -s\tel tamaño máximo de pila\n"
4516 "      -t\tla cantidad máxima de tiempo de cpu en segundos\n"
4517 "      -u\tel número máximo de procesos de usuario\n"
4518 "      -v\tel tamaño de la memoria virtual\n"
4519 "      -x\tel número máximo de bloqueos de ficheros\n"
4520 "    \n"
4521 "    Si se establece LÍMITE, éste es el nuevo valor del recurso "
4522 "especificado;\n"
4523 "    los valores especiales de LÍMITE `soft', `hard' y `unlimited'\n"
4524 "    corresponden al límite suave actual, el límite duro actual, y\n"
4525 "    sin límite, respectivamente.  De otra forma, se muestra el valor actual\n"
4526 "    de los recursos especificados.  Si no se proporciona una opción, se\n"
4527 "    asume -f.\n"
4528 "    \n"
4529 "    Los valores son en incrementos de 1024 bytes, excepto para -t, el cual\n"
4530 "    es en segundos, -p, el cual es en incrementos de 512 bytes, y -u, el\n"
4531 "    cual es un número de procesos sin escala.\n"
4532 "    \n"
4533 "    Estado de salida:\n"
4534 "    Devuelve con éxito a menos que se proporcione una opción inválida o "
4535 "suceda\n"
4536 "    un error."
4537
4538 #: builtins.c:1428
4539 msgid ""
4540 "Display or set file mode mask.\n"
4541 "    \n"
4542 "    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
4543 "    the current value of the mask.\n"
4544 "    \n"
4545 "    If MODE begins with a digit, it is interpreted as an octal number;\n"
4546 "    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4547 "    \n"
4548 "    Options:\n"
4549 "      -p\tif MODE is omitted, output in a form that may be reused as input\n"
4550 "      -S\tmakes the output symbolic; otherwise an octal number is output\n"
4551 "    \n"
4552 "    Exit Status:\n"
4553 "    Returns success unless MODE is invalid or an invalid option is given."
4554 msgstr ""
4555 "Muestra o establece la máscara de modo de ficheros.\n"
4556 "    \n"
4557 "    Establece la máscara de creación de ficheros del usuario a MODO. Si se\n"
4558 "    omite el MODO, muestra el valor actual de la máscara.\n"
4559 "    \n"
4560 "    Si el MODO empieza con un dígito, se interpreta como un número octal;\n"
4561 "    de otra forma es una cadena de modo simbólico como la que acepta chmod "
4562 "(1).\n"
4563 "    \n"
4564 "    Opciones:\n"
4565 "      -p\tsi se omite el MODO, muestra en una forma reusable como entrada\n"
4566 "      -S\tsalida simbólica; de otra forma muestra el modo como número octal\n"
4567 "    \n"
4568 "    Estado de Salida:\n"
4569 "    Devuelve con éxito a menos que el MODO sea inválido o se proporcione\n"
4570 "    una opción inválida."
4571
4572 #: builtins.c:1448
4573 msgid ""
4574 "Wait for job completion and return exit status.\n"
4575 "    \n"
4576 "    Waits for the process identified by ID, which may be a process ID or a\n"
4577 "    job specification, and reports its termination status.  If ID is not\n"
4578 "    given, waits for all currently active child processes, and the return\n"
4579 "    status is zero.  If ID is a a job specification, waits for all "
4580 "processes\n"
4581 "    in the job's pipeline.\n"
4582 "    \n"
4583 "    Exit Status:\n"
4584 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4585 "is\n"
4586 "    given."
4587 msgstr ""
4588 "Espera la terminación del trabajo y devuelve el estado de salida.\n"
4589 "    \n"
4590 "    Espera al proceso identificado por ID, el cual puede ser un ID de\n"
4591 "    proceso o una especificación de trabajo, y reporta su estado de salida.\n"
4592 "    Si no se proporciona un ID, espera a todos los procesos hijo activos,\n"
4593 "    y el estado de devolución es cero.  Si ID es una especificación de\n"
4594 "    trabajo, espera a todos los procesos en la cola de trabajos.\n"
4595 "    \n"
4596 "    Estado de Salida:\n"
4597 "    Devuelve el estado de ID; falla si ID es inválido o se proporciona una\n"
4598 "    opción inválida."
4599
4600 #: builtins.c:1466
4601 msgid ""
4602 "Wait for process completion and return exit status.\n"
4603 "    \n"
4604 "    Waits for the specified process and reports its termination status.  If\n"
4605 "    PID is not given, all currently active child processes are waited for,\n"
4606 "    and the return code is zero.  PID must be a process ID.\n"
4607 "    \n"
4608 "    Exit Status:\n"
4609 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4610 "is\n"
4611 "    given."
4612 msgstr ""
4613 "Espera la terminación del trabajo y devuelve el estado de salida.\n"
4614 "    \n"
4615 "    Espera al proceso especificado y reporta su estado de salida.  Si\n"
4616 "    no se proporciona un PID, espera a todos los procesos hijo activos,\n"
4617 "    y el código de devolución es cero.  PID debe ser un ID de proceso.\n"
4618 "    \n"
4619 "    Estado de Salida:\n"
4620 "    Devuelve el estado de ID; falla si ID es inválido o se proporciona una\n"
4621 "    opción inválida."
4622
4623 #: builtins.c:1481
4624 msgid ""
4625 "Execute commands for each member in a list.\n"
4626 "    \n"
4627 "    The `for' loop executes a sequence of commands for each member in a\n"
4628 "    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4629 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
4630 "    the COMMANDS are executed.\n"
4631 "    \n"
4632 "    Exit Status:\n"
4633 "    Returns the status of the last command executed."
4634 msgstr ""
4635 "Ejecuta órdenes por cada miembro en una lista.\n"
4636 "    \n"
4637 "    El ciclo `for' ejecuta una secuencia de órdenes para cada miembro en\n"
4638 "    una lista de elementos.  Si `in PALABRAS ...;' no está presente,\n"
4639 "    entonces se asume `in \"$@\"'.  Para cada elemento en PALABRAS,\n"
4640 "    se define NOMBRE como ese elemento, y se ejecutan las ÓRDENES.\n"
4641 "    \n"
4642 "    Estado de Salida:\n"
4643 "    Devuelve el estado de la última orden ejecutada."
4644
4645 #: builtins.c:1495
4646 msgid ""
4647 "Arithmetic for loop.\n"
4648 "    \n"
4649 "    Equivalent to\n"
4650 "    \t(( EXP1 ))\n"
4651 "    \twhile (( EXP2 )); do\n"
4652 "    \t\tCOMMANDS\n"
4653 "    \t\t(( EXP3 ))\n"
4654 "    \tdone\n"
4655 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
4656 "    omitted, it behaves as if it evaluates to 1.\n"
4657 "    \n"
4658 "    Exit Status:\n"
4659 "    Returns the status of the last command executed."
4660 msgstr ""
4661 "Aritmética para un ciclo.\n"
4662 "    \n"
4663 "    Equivalente a\n"
4664 "    \t(( EXP1 ))\n"
4665 "    \twhile (( EXP2 )); do\n"
4666 "    \t\tÓRDENES\n"
4667 "    \t\t(( EXP3 ))\n"
4668 "    \tdone\n"
4669 "    EXP1, EXP2, y EXP3 son expresiones aritméticas.  Si se omite\n"
4670 "    cualquier expresión, se comporta como si se evaluara a 1.\n"
4671 "    \n"
4672 "    Estado de Salida:\n"
4673 "    Devuelve el estado de la última orden ejecutada."
4674
4675 #: builtins.c:1513
4676 msgid ""
4677 "Select words from a list and execute commands.\n"
4678 "    \n"
4679 "    The WORDS are expanded, generating a list of words.  The\n"
4680 "    set of expanded words is printed on the standard error, each\n"
4681 "    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
4682 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
4683 "    from the standard input.  If the line consists of the number\n"
4684 "    corresponding to one of the displayed words, then NAME is set\n"
4685 "    to that word.  If the line is empty, WORDS and the prompt are\n"
4686 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
4687 "    value read causes NAME to be set to null.  The line read is saved\n"
4688 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
4689 "    until a break command is executed.\n"
4690 "    \n"
4691 "    Exit Status:\n"
4692 "    Returns the status of the last command executed."
4693 msgstr ""
4694 "Selecciona palabras de una lista y ejecuta órdenes.\n"
4695 "    \n"
4696 "    Se expanden las PALABRAS, generando una lista de palabras.  El\n"
4697 "    conjunto de palabras expandidas se muestra en la salida de error\n"
4698 "    estándar, cada una precedida por un número.  Si `in PALABRAS' no\n"
4699 "    está presente, se asume `in \"$@\"'.  Entonces se muestra el\n"
4700 "    prompt PS3 y se lee una línea de la entrada estándar.  Si la\n"
4701 "    línea consiste en el número correspondiente a una de las palabras\n"
4702 "    mostradas, entonces se define NOMBRE como esa palabra.  Si la\n"
4703 "    línea está vacía, PALABRAS y el prompt se muestran de nuevo.  Si\n"
4704 "    se lee EOF, se completa la orden.  Cualquier otro valor leído\n"
4705 "    causa que NOMBRE se defina como nulo.  La línea leída se guarda\n"
4706 "    en la variable REPLY.  Se ejecutan las ÓRDENES después de cada\n"
4707 "    selección hasta que se ejecuta una orden break.\n"
4708 "    \n"
4709 "    Estado de Salida:\n"
4710 "    Devuelve el estado de la última orden ejecutada."
4711
4712 #: builtins.c:1534
4713 msgid ""
4714 "Report time consumed by pipeline's execution.\n"
4715 "    \n"
4716 "    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
4717 "    and system CPU time spent executing PIPELINE when it terminates.\n"
4718 "    \n"
4719 "    Options:\n"
4720 "      -p\tprint the timing summary in the portable Posix format\n"
4721 "    \n"
4722 "    The value of the TIMEFORMAT variable is used as the output format.\n"
4723 "    \n"
4724 "    Exit Status:\n"
4725 "    The return status is the return status of PIPELINE."
4726 msgstr ""
4727 "Reporta el tiempo consumido por la ejecución de la tubería.\n"
4728 "    \n"
4729 "    Ejecuta la TUBERÍA y muestra un resumen del tiempo real, el tiempo de\n"
4730 "    CPU del usuario, y el tiempo de CPU del sistema utilizado por\n"
4731 "    la ejecución de la TUBERÍA cuando termina.\n"
4732 "    \n"
4733 "    Opciones:\n"
4734 "      -p\tmuestra el resumen de tiempos en el formato Posix transportable\n"
4735 "    \n"
4736 "    Estado de Salida:\n"
4737 "    El estado de devolución es el estado de devolución de la TUBERÍA."
4738
4739 #: builtins.c:1551
4740 msgid ""
4741 "Execute commands based on pattern matching.\n"
4742 "    \n"
4743 "    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
4744 "    `|' is used to separate multiple patterns.\n"
4745 "    \n"
4746 "    Exit Status:\n"
4747 "    Returns the status of the last command executed."
4748 msgstr ""
4749 "Ejecuta órdenes en base a la coincidencia de patrones.\n"
4750 "    \n"
4751 "    Ejecuta ÓRDENES selectivamente basado en coincidencias de la PALABRA\n"
4752 "    con el PATRÓN. Se utiliza `|' para separar patrones múltiples.\n"
4753 "    \n"
4754 "    Estado de Salida:\n"
4755 "    Devuelve el estado de la última orden ejecutada."
4756
4757 #: builtins.c:1563
4758 msgid ""
4759 "Execute commands based on conditional.\n"
4760 "    \n"
4761 "    The `if COMMANDS' list is executed.  If its exit status is zero, then "
4762 "the\n"
4763 "    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
4764 "is\n"
4765 "    executed in turn, and if its exit status is zero, the corresponding\n"
4766 "    `then COMMANDS' list is executed and the if command completes.  "
4767 "Otherwise,\n"
4768 "    the `else COMMANDS' list is executed, if present.  The exit status of "
4769 "the\n"
4770 "    entire construct is the exit status of the last command executed, or "
4771 "zero\n"
4772 "    if no condition tested true.\n"
4773 "    \n"
4774 "    Exit Status:\n"
4775 "    Returns the status of the last command executed."
4776 msgstr ""
4777 "Ejecuta comandos en base a condicionales.\n"
4778 "    \n"
4779 "    Se ejecuta la lista `if ÓRDENES'.  Si su estado de salida es cero,\n"
4780 "    entonces se ejecuta la lista `then ÓRDENES`.  De otra forma, cada lista\n"
4781 "    `elif ÓRDENES' se ejecuta en su lugar, y si su estado de salida es "
4782 "cero,\n"
4783 "    se ejecuta la lista `then ÓRDENES' correspondiente y se completa la\n"
4784 "    orden if.  De otra forma, se ejecuta la lista `else ÓRDENES', si está\n"
4785 "    presente.  El estado de salida de toda la construcción es el estado de\n"
4786 "    salida de la última orden ejecutada, o cero si ninguna condición "
4787 "resultó\n"
4788 "    verdadera.\n"
4789 "    \n"
4790 "    Estado de Salida:\n"
4791 "    Devuelve el estado de la última orden ejecutada."
4792
4793 #: builtins.c:1580
4794 msgid ""
4795 "Execute commands as long as a test succeeds.\n"
4796 "    \n"
4797 "    Expand and execute COMMANDS as long as the final command in the\n"
4798 "    `while' COMMANDS has an exit status of zero.\n"
4799 "    \n"
4800 "    Exit Status:\n"
4801 "    Returns the status of the last command executed."
4802 msgstr ""
4803 "Ejecuta órdenes mientras una prueba tenga éxito.\n"
4804 "    \n"
4805 "    Expande y ejecuta ÓRDENES mientras la orden final en las ÓRDENES\n"
4806 "    `while' tenga un estado de salida de cero.\n"
4807 "    \n"
4808 "    Estado de Salida:\n"
4809 "    Devuelve el estado de la última orden ejecutada."
4810
4811 #: builtins.c:1592
4812 msgid ""
4813 "Execute commands as long as a test does not succeed.\n"
4814 "    \n"
4815 "    Expand and execute COMMANDS as long as the final command in the\n"
4816 "    `until' COMMANDS has an exit status which is not zero.\n"
4817 "    \n"
4818 "    Exit Status:\n"
4819 "    Returns the status of the last command executed."
4820 msgstr ""
4821 "Ejecuta órdenes mientras una prueba no tenga éxito.\n"
4822 "    \n"
4823 "    Expande y ejecuta ÓRDENES mientras la orden final en las ÓRDENES\n"
4824 "    `until' tengan un estado de salida que no sea cero.\n"
4825 "    \n"
4826 "    Estado de Salida:\n"
4827 "    Devuelve el estado de la última orden ejecutada."
4828
4829 #: builtins.c:1604
4830 msgid ""
4831 "Create a coprocess named NAME.\n"
4832 "    \n"
4833 "    Execute COMMAND asynchronously, with the standard output and standard\n"
4834 "    input of the command connected via a pipe to file descriptors assigned\n"
4835 "    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
4836 "    The default NAME is \"COPROC\".\n"
4837 "    \n"
4838 "    Exit Status:\n"
4839 "    Returns the exit status of COMMAND."
4840 msgstr ""
4841 "Crea un coproceso llamado NOMBRE.\n"
4842 "    \n"
4843 "    Ejecuta la ORDEN asíncronamente, con la salida estándar y la entrada\n"
4844 "    estándar de la orden contectada a través de una tubería a los "
4845 "descriptores\n"
4846 "    de fichero asignados a los índices 0 y 1 de una variable de matriz "
4847 "NOMBRE\n"
4848 "    en el shell en ejecución.  El nombre por defecto es \"COPROC\".\n"
4849 "    \n"
4850 "    Estado de Salida:\n"
4851 "    Devuelve el estado de salida de la ORDEN."
4852
4853 #: builtins.c:1618
4854 msgid ""
4855 "Define shell function.\n"
4856 "    \n"
4857 "    Create a shell function named NAME.  When invoked as a simple command,\n"
4858 "    NAME runs COMMANDs in the calling shell's context.  When NAME is "
4859 "invoked,\n"
4860 "    the arguments are passed to the function as $1...$n, and the function's\n"
4861 "    name is in $FUNCNAME.\n"
4862 "    \n"
4863 "    Exit Status:\n"
4864 "    Returns success unless NAME is readonly."
4865 msgstr ""
4866 "Define una función de shell.\n"
4867 "    \n"
4868 "    Crea una función de shell llamada NOMBRE.  Cuando se invoca como una\n"
4869 "    orden simple, NOMBRE ejecuta ÓRDENES en el contexto del shell que lo\n"
4870 "    llamó.  Cuando se invoca NOMBRE, los argumentos se pasan a la función\n"
4871 "    como $1...$n, y el nombre de la función está en $FUNCNAME.\n"
4872 "    \n"
4873 "    Estado de Salida:\n"
4874 "    Devuelve con éxito a menos que NOMBRE sea de sólo lectura"
4875
4876 #: builtins.c:1632
4877 msgid ""
4878 "Group commands as a unit.\n"
4879 "    \n"
4880 "    Run a set of commands in a group.  This is one way to redirect an\n"
4881 "    entire set of commands.\n"
4882 "    \n"
4883 "    Exit Status:\n"
4884 "    Returns the status of the last command executed."
4885 msgstr ""
4886 "Agrupa órdenes como una unidad.\n"
4887 "    \n"
4888 "    Ejecuta un conjunto de órdenes en un grupo.  Esta es una forma de\n"
4889 "    redirigir un conjunto completo de órdenes.\n"
4890 "    \n"
4891 "    Estado de Salida:\n"
4892 "    Devuelve el estado de la última orden ejecutada."
4893
4894 #: builtins.c:1644
4895 msgid ""
4896 "Resume job in foreground.\n"
4897 "    \n"
4898 "    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
4899 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
4900 "    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
4901 "    the background, as if the job specification had been supplied as an\n"
4902 "    argument to `bg'.\n"
4903 "    \n"
4904 "    Exit Status:\n"
4905 "    Returns the status of the resumed job."
4906 msgstr ""
4907 "Reinicia el trabajo en primer plano.\n"
4908 "    \n"
4909 "    Equivalente al argumento IDTRABAJO de la orden `fg'.  Reinicia un\n"
4910 "    trabajo detenido o en segundo plano.  IDTRABAJO puede especificar\n"
4911 "    un nombre de trabajo o un número de trabajo.  Un `&' a continuación\n"
4912 "    de IDTRABAJO coloca al trabajo en segundo plano, como si la\n"
4913 "    especificación del trabajo se hubiera proporcionado como\n"
4914 "    un argumento de `bg'.\n"
4915 "    \n"
4916 "    Estado de Salida:\n"
4917 "    Devuelve el estado del trabajo reiniciado."
4918
4919 #: builtins.c:1659
4920 msgid ""
4921 "Evaluate arithmetic expression.\n"
4922 "    \n"
4923 "    The EXPRESSION is evaluated according to the rules for arithmetic\n"
4924 "    evaluation.  Equivalent to \"let EXPRESSION\".\n"
4925 "    \n"
4926 "    Exit Status:\n"
4927 "    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
4928 msgstr ""
4929 "Evalúa una expresión aritmética.\n"
4930 "    \n"
4931 "    Se evalua la EXPRESIÓN de acuerdo a las reglas de evaluación\n"
4932 "    aritmética.  Equivalente a \"let EXPRESIÓN\".\n"
4933 "    \n"
4934 "    Estado de Salida:\n"
4935 "    Devuelve 1 si la EXPRESIÓN evalúa a 0; devuelve 0 de otra manera."
4936
4937 #: builtins.c:1671
4938 msgid ""
4939 "Execute conditional command.\n"
4940 "    \n"
4941 "    Returns a status of 0 or 1 depending on the evaluation of the "
4942 "conditional\n"
4943 "    expression EXPRESSION.  Expressions are composed of the same primaries "
4944 "used\n"
4945 "    by the `test' builtin, and may be combined using the following "
4946 "operators:\n"
4947 "    \n"
4948 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4949 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4950 "      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4951 "      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
4952 "    \n"
4953 "    When the `==' and `!=' operators are used, the string to the right of\n"
4954 "    the operator is used as a pattern and pattern matching is performed.\n"
4955 "    When the `=~' operator is used, the string to the right of the operator\n"
4956 "    is matched as a regular expression.\n"
4957 "    \n"
4958 "    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4959 "    determine the expression's value.\n"
4960 "    \n"
4961 "    Exit Status:\n"
4962 "    0 or 1 depending on value of EXPRESSION."
4963 msgstr ""
4964 "Ejecuta una orden condicional.\n"
4965 "    \n"
4966 "    Devuelve un estado de 0 ó 1 dependiendo de la evaluación de la "
4967 "expresión\n"
4968 "    condicional EXPRESIÓN.  Las expresiones se componen de los mismos\n"
4969 "    elementos primarios usados por la orden interna `test', y se pueden\n"
4970 "    combinar usando los siguientes operadores:\n"
4971 "    \n"
4972 "      ( EXPRESIÓN )\tDevuelve el valor de la EXPRESIÓN\n"
4973 "      ! EXPRESIÓN\tVerdadero si la EXPRESIÓN es falsa; de otra forma es "
4974 "falso\n"
4975 "      EXPR1 && EXPR2\tVerdadero si EXPR1 y EXPR2 son verdaderos; de\n"
4976 "    \t\totra forma es falso\n"
4977 "    \tEXPR1 || EXPR2\tVerdadero si EXPR1 o EXPR2 es verdadero; de\n"
4978 "    \t\totra forma es falso\n"
4979 "    \n"
4980 "    Cuando se usan los operadores `==' y `!=', se usa la cadena a la\n"
4981 "    derecha del operador como un patrón y se realiza una coincidencia de\n"
4982 "    patrones.  Cuando se usa el operador `=~', la cadena a la derecha del\n"
4983 "    operador coincide como una expresión regular.\n"
4984 "    \n"
4985 "    Los operadores && y || no evalúan EXPR2 si EXPR1 es suficiente para\n"
4986 "    determinar el valor de una expresión.    \n"
4987 "    Estado de Salida:\n"
4988 "    0 o 1 dependiendo del valor de la EXPRESIÓN."
4989
4990 #: builtins.c:1697
4991 msgid ""
4992 "Common shell variable names and usage.\n"
4993 "    \n"
4994 "    BASH_VERSION\tVersion information for this Bash.\n"
4995 "    CDPATH\tA colon-separated list of directories to search\n"
4996 "    \t\tfor directories given as arguments to `cd'.\n"
4997 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
4998 "    \t\tbe ignored by pathname expansion.\n"
4999 "    HISTFILE\tThe name of the file where your command history is stored.\n"
5000 "    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
5001 "    HISTSIZE\tThe maximum number of history lines that a running\n"
5002 "    \t\tshell can access.\n"
5003 "    HOME\tThe complete pathname to your login directory.\n"
5004 "    HOSTNAME\tThe name of the current host.\n"
5005 "    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
5006 "    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
5007 "    \t\tcharacter as the sole input.  If set, then the value\n"
5008 "    \t\tof it is the number of EOF characters that can be seen\n"
5009 "    \t\tin a row on an empty line before the shell will exit\n"
5010 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
5011 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
5012 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
5013 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
5014 "    \t\tfor new mail.\n"
5015 "    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
5016 "    PATH\tA colon-separated list of directories to search when\n"
5017 "    \t\tlooking for commands.\n"
5018 "    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
5019 "    \t\tprimary prompt.\n"
5020 "    PS1\t\tThe primary prompt string.\n"
5021 "    PS2\t\tThe secondary prompt string.\n"
5022 "    PWD\t\tThe full pathname of the current directory.\n"
5023 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
5024 "    TERM\tThe name of the current terminal type.\n"
5025 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
5026 "    \t\t`time' reserved word.\n"
5027 "    auto_resume\tNon-null means a command word appearing on a line by\n"
5028 "    \t\titself is first looked for in the list of currently\n"
5029 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
5030 "    \t\tA value of `exact' means that the command word must\n"
5031 "    \t\texactly match a command in the list of stopped jobs.  A\n"
5032 "    \t\tvalue of `substring' means that the command word must\n"
5033 "    \t\tmatch a substring of the job.  Any other value means that\n"
5034 "    \t\tthe command must be a prefix of a stopped job.\n"
5035 "    histchars\tCharacters controlling history expansion and quick\n"
5036 "    \t\tsubstitution.  The first character is the history\n"
5037 "    \t\tsubstitution character, usually `!'.  The second is\n"
5038 "    \t\tthe `quick substitution' character, usually `^'.  The\n"
5039 "    \t\tthird is the `history comment' character, usually `#'.\n"
5040 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
5041 "    \t\tcommands should be saved on the history list.\n"
5042 msgstr ""
5043 "Nombres de variables de shell comunes y su uso.\n"
5044 "    \n"
5045 "    BASH_VERSION\tInformación de versión para este Bash.\n"
5046 "    CDPATH\tUna lista de directorios separada por dos puntos\n"
5047 "    \t\tpara buscar directorios dados como argumentos para `cd'.\n"
5048 "    GLOBIGNORE\tUna lista de patrones separada por dos puntos\n"
5049 "    \t\tque describe nombres de fichero a ignorar por la expansión\n"
5050 "    \t\tde rutas de nombre.\n"
5051 "    HISTFILE\tEl nombre del fichero donde se almacena su historia\n"
5052 "    \t\tde órdenes.\n"
5053 "    HISTFILESIZE\tEl número máximo de líneas que puede contener\n"
5054 "    \t\teste fichero.\n"
5055 "    HISTSIZE\tEl número máximo de líneas de líneas de historia que\n"
5056 "    \t\tun shell en ejecución puede acceder.\n"
5057 "    HOME\tLa ruta completa a su directorio de entrada.\n"
5058 "    HOSTNAME\tEl nombre del anfitrión actual.\n"
5059 "    HOSTTYPE\tEl tipo de CPU bajo el cual se ejecuta esta versión de\n"
5060 "    \t\tBash.\n"
5061 "    IGNOREEOF\tControla la acción del shell al recibir un carácter\n"
5062 "    \t\tEOF como la única entrada.  Si está definida, entonces su\n"
5063 "    \t\tvalor es el número de caracteres EOF que se deben leer de\n"
5064 "    \t\tforma consecutiva en una línea vacía antes de que el shell\n"
5065 "    \t\ttermine (por defecto 10).  Cuando no está definida, EOF\n"
5066 "    \t\tsignifica el fin de la entrada.\n"
5067 "    MACHTYPE\tUna cadena que describe el sistema actual donde se\n"
5068 "    \t\tejecuta Bash.\n"
5069 "    MAILCHECK\tLa frecuencia, en segundos, que Bash busca correo nuevo.\n"
5070 "    MAILPATH\tUna lista de nombres de ficheros separada por dos puntos\n"
5071 "    \t\ten la cual Bash busca correo nuevo.\n"
5072 "    OSTYPE\tla versión de Unix en la que se ejecuta esta versión\n"
5073 "    \t\tde Bash.\n"
5074 "    PATH\tUna lista de directorios separada por dos puntos en la que\n"
5075 "    \t\tse buscan órdenes.\n"
5076 "    PROMPT_COMMAND\tUna orden a ejecutar antes de mostrar cada prompt\n"
5077 "    \t\tprimario.\n"
5078 "    PS1\t\tLa cadena primaria de prompt.\n"
5079 "    PS2\t\tLa cadena secundaria de prompt.\n"
5080 "    PWD\t\tLa ruta completa del directorio actual.\n"
5081 "    SHELLOPTS\tUna lista separada por dos puntos de las opciones\n"
5082 "    \t\tde shell activadas.\n"
5083 "    TERM\tEl nombre del tipo actual de terminal.\n"
5084 "    TIMEFORMAT\tEl formato de salida para las estadísticas de tiempo\n"
5085 "    \t\tmostradas por la palabra reservada `time'.\n"
5086 "    auto_resume\tSi no es nulo significa que una palabra de orden que\n"
5087 "    \t\taparece en una línea por sí sola se busca primero en la lista\n"
5088 "    \t\tactual de trabajos detenidos.  Si se encuentra ahí, ese\n"
5089 "    \t\ttrabajo se coloca en primer plano.  Un valor `exact' significa\n"
5090 "    \t\tque la palabra de orden debe coincidir exactamente con una\n"
5091 "    \t\torden en la lista de trabajos detenidos.  Un valor `substring'\n"
5092 "    \t\tsignifica que la palabra de orden debe coincidir con una\n"
5093 "    \t\tsubcadena del trabajo.  Cualquier otro valor significa que\n"
5094 "    \t\tla orden debe ser un prefijo de un trabajo detenido.\n"
5095 "    histchars\tLos caracteres que controlan la expansión de historia\n"
5096 "    \t\ty la sustitución rápida.  El primer carácter es el\n"
5097 "    \t\tcarácter de sustitución de historia, generalmente `!'.  El\n"
5098 "    \t\tsegundo es el carácter de `sustitución rápida', generalmente\n"
5099 "    \t\t`^'.  El tercero es el carácter `comentario de historia',\n"
5100 "    \t\tgeneralmente `#'.\n"
5101 "    HISTIGNORE\tUna lista separada por dos puntos de patrones usados\n"
5102 "    \t\tpara decidir cuáles órdenes se deben guardar en la lista de\n"
5103 "    \t\thistoria.\n"
5104
5105 #: builtins.c:1754
5106 msgid ""
5107 "Add directories to stack.\n"
5108 "    \n"
5109 "    Adds a directory to the top of the directory stack, or rotates\n"
5110 "    the stack, making the new top of the stack the current working\n"
5111 "    directory.  With no arguments, exchanges the top two directories.\n"
5112 "    \n"
5113 "    Options:\n"
5114 "      -n\tSuppresses the normal change of directory when adding\n"
5115 "    \tdirectories to the stack, so only the stack is manipulated.\n"
5116 "    \n"
5117 "    Arguments:\n"
5118 "      +N\tRotates the stack so that the Nth directory (counting\n"
5119 "    \tfrom the left of the list shown by `dirs', starting with\n"
5120 "    \tzero) is at the top.\n"
5121 "    \n"
5122 "      -N\tRotates the stack so that the Nth directory (counting\n"
5123 "    \tfrom the right of the list shown by `dirs', starting with\n"
5124 "    \tzero) is at the top.\n"
5125 "    \n"
5126 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
5127 "    \tnew current working directory.\n"
5128 "    \n"
5129 "    The `dirs' builtin displays the directory stack.\n"
5130 "    \n"
5131 "    Exit Status:\n"
5132 "    Returns success unless an invalid argument is supplied or the directory\n"
5133 "    change fails."
5134 msgstr ""
5135 "Agrega directorios a la pila.\n"
5136 "    \n"
5137 "    Agrega un directorio al tope de la pila de directorios, o rota\n"
5138 "    la pila, haciendo que el nuevo tope de la pila sea el\n"
5139 "    directorio de trabajo actual.  Sin argumentos, intercambia\n"
5140 "    los dos directorios del tope.\n"
5141 "    \n"
5142 "    Opciones:\n"
5143 "      -n\tsuprime el cambio normal de directorio cuando se agregan\n"
5144 "    \tdirectorios a la pila, así sólo se manipula la pila.\n"
5145 "    \n"
5146 "    Argumentos:\n"
5147 "      +N\tRota la pila para que el N-ésimo directorio (contando\n"
5148 "    \tde la izquierda de la lista mostrada por `dirs',comenzando\n"
5149 "    \tdesde cero) esté en el tope.\n"
5150 "    \n"
5151 "      -N\tRota la pila para que el N-ésimo directorio (contando\n"
5152 "    \tde la derecha de la lista mostrada por `dirs', comenzando\n"
5153 "    \tdesde cero) esté en el tope.\n"
5154 "    \n"
5155 "      dir\tagrega DIR a la pila de directorios en el tope,\n"
5156 "    \thaciéndolo el nuevo directorio de trabajo actual.\n"
5157 "    \n"
5158 "    La orden interna `dirs' muestra la pila de directorios.\n"
5159 "    \n"
5160 "    Estado de Salida:\n"
5161 "    Devuelve con éxito a menos que se proporcione un argumento inválido o\n"
5162 "    falle el cambio de directorio."
5163
5164 #: builtins.c:1788
5165 msgid ""
5166 "Remove directories from stack.\n"
5167 "    \n"
5168 "    Removes entries from the directory stack.  With no arguments, removes\n"
5169 "    the top directory from the stack, and changes to the new top directory.\n"
5170 "    \n"
5171 "    Options:\n"
5172 "      -n\tSuppresses the normal change of directory when removing\n"
5173 "    \tdirectories from the stack, so only the stack is manipulated.\n"
5174 "    \n"
5175 "    Arguments:\n"
5176 "      +N\tRemoves the Nth entry counting from the left of the list\n"
5177 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
5178 "    \tremoves the first directory, `popd +1' the second.\n"
5179 "    \n"
5180 "      -N\tRemoves the Nth entry counting from the right of the list\n"
5181 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
5182 "    \tremoves the last directory, `popd -1' the next to last.\n"
5183 "    \n"
5184 "    The `dirs' builtin displays the directory stack.\n"
5185 "    \n"
5186 "    Exit Status:\n"
5187 "    Returns success unless an invalid argument is supplied or the directory\n"
5188 "    change fails."
5189 msgstr ""
5190 "Borra directorios de la pila.\n"
5191 "    \n"
5192 "    Borra entradas de la pila de directorios.  Sin argumentos,\n"
5193 "    borra el directorio del tope de la pila, y cambia al\n"
5194 "    nuevo directorio tope.\n"
5195 "    \n"
5196 "    Opciones:\n"
5197 "      -n\tsuprime el cambio normal de directorio cuando se borran\n"
5198 "    \tdirectorios de la pila, así sólo se manipula la pila.\n"
5199 "    \n"
5200 "    Argumentos:\n"
5201 "    \n"
5202 "      +N\tBorra la N-ésima entrada contando de la izquierda de\n"
5203 "    \tla lista mostrada por `dirs', comenzando desde cero.\n"
5204 "    \tPor ejemplo: `popd +0' borra el primer directorio, `popd +1'\n"
5205 "    \tel segundo.\n"
5206 "    \n"
5207 "      -N\tBorra la N-ésima entrada contando de la derecha de\n"
5208 "    \tla lista mostrada por `dirs', comenzando desde cero.\n"
5209 "    \tPor ejemplo: `popd -0' borra el último directorio, `popd -1'\n"
5210 "    \tel penúltimo.\n"
5211 "    \n"
5212 "    La orden interna `dirs' muestra el contenido de la pila.\n"
5213 "    \n"
5214 "    Estado de Salida:\n"
5215 "    Devuelve con éxito a menos que se proporcione un argumento inválido o\n"
5216 "    falle el cambio de directorio."
5217
5218 #: builtins.c:1818
5219 msgid ""
5220 "Display directory stack.\n"
5221 "    \n"
5222 "    Display the list of currently remembered directories.  Directories\n"
5223 "    find their way onto the list with the `pushd' command; you can get\n"
5224 "    back up through the list with the `popd' command.\n"
5225 "    \n"
5226 "    Options:\n"
5227 "      -c\tclear the directory stack by deleting all of the elements\n"
5228 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
5229 "    \tto your home directory\n"
5230 "      -p\tprint the directory stack with one entry per line\n"
5231 "      -v\tprint the directory stack with one entry per line prefixed\n"
5232 "    \twith its position in the stack\n"
5233 "    \n"
5234 "    Arguments:\n"
5235 "      +N\tDisplays the Nth entry counting from the left of the list shown "
5236 "by\n"
5237 "    \tdirs when invoked without options, starting with zero.\n"
5238 "    \n"
5239 "      -N\tDisplays the Nth entry counting from the right of the list shown "
5240 "by\n"
5241 "    \tdirs when invoked without options, starting with zero.\n"
5242 "    \n"
5243 "    Exit Status:\n"
5244 "    Returns success unless an invalid option is supplied or an error occurs."
5245 msgstr ""
5246 "Muestra la pila de directorios.\n"
5247 "    \n"
5248 "    Muestra la lista de directorios actualmente grabados.  Los directorios\n"
5249 "    se guardan en la lista con la orden `pushd'; pueden ir saliendo de\n"
5250 "    la lista con la orden `popd'.\n"
5251 "    \n"
5252 "    Opciones:\n"
5253 "    \n"
5254 "      -c\tlimpia la pila de directorios, eliminando todos sus elementos.\n"
5255 "      -l\tno muestra versiones con prefijo de tilde de los directorios\n"
5256 "    \trelativos a su directorio inicial.\n"
5257 "      -p\tmuestra la pila de directorios con una entrada por línea\n"
5258 "      -v\tmuestra la pila de directorios con una entrada por línea con\n"
5259 "    \tsu posición en la pila como prefijo\n"
5260 "    \n"
5261 "    Argumentos:      +N\tmuestra la N-ésima entrada contando desde la "
5262 "izquierda de la lista\n"
5263 "    \tmostrada por dirs cuando se invoca sin opciones,\n"
5264 "    \tempezando de cero.\n"
5265 "    \n"
5266 "      -N\tmuestra la N-ésima entrada contando desde la derecha de la lista\n"
5267 "    \tmostrada por dirs cuando se invoca sin opciones,\n"
5268 "    \tempezando de cero.\n"
5269 "    \n"
5270 "    Estado de Salida:\n"
5271 "    Devuelve con éxito, a menos que se proporcione una opción inválida o\n"
5272 "    suceda un error."
5273
5274 #: builtins.c:1847
5275 msgid ""
5276 "Set and unset shell options.\n"
5277 "    \n"
5278 "    Change the setting of each shell option OPTNAME.  Without any option\n"
5279 "    arguments, list all shell options with an indication of whether or not "
5280 "each\n"
5281 "    is set.\n"
5282 "    \n"
5283 "    Options:\n"
5284 "      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
5285 "      -p\tprint each shell option with an indication of its status\n"
5286 "      -q\tsuppress output\n"
5287 "      -s\tenable (set) each OPTNAME\n"
5288 "      -u\tdisable (unset) each OPTNAME\n"
5289 "    \n"
5290 "    Exit Status:\n"
5291 "    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5292 "    given or OPTNAME is disabled."
5293 msgstr ""
5294 "Activa y desactiva opciones de shell.\n"
5295 "    \n"
5296 "    Cambia la configuración de cada opción de shell NOMBRE_OPCIÓN. Sin\n"
5297 "    alguna opción como argumento, muestra todas las opciones de shell con\n"
5298 "    una indicación si está activa o no.\n"
5299 "    \n"
5300 "    Opciones:\n"
5301 "      -o\trestringe NOMBRE_OPCIÓN a aquellos definidos con `set -o'\n"
5302 "      -p\tmuestra cada opción de shell con un indicador de su estado\n"
5303 "      -q\tsuprime la salida\n"
5304 "      -s\tactiva (establece) cada NOMBRE_OPCIÓN\n"
5305 "      -u\tdesactiva (borra) cada NOMBRE_OPCIÓN\n"
5306 "    \n"
5307 "    Estado de Salida:\n"
5308 "    Devuelve con éxito si se activa NOMBRE_OPCIÓN; falla si se proporciona\n"
5309 "    una opción inválida o NOMBRE_OPCIÓN está desactivado."
5310
5311 #: builtins.c:1868
5312 msgid ""
5313 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
5314 "    \n"
5315 "    Options:\n"
5316 "      -v var\tassign the output to shell variable VAR rather than\n"
5317 "    \t\tdisplay it on the standard output\n"
5318 "    \n"
5319 "    FORMAT is a character string which contains three types of objects: "
5320 "plain\n"
5321 "    characters, which are simply copied to standard output; character "
5322 "escape\n"
5323 "    sequences, which are converted and copied to the standard output; and\n"
5324 "    format specifications, each of which causes printing of the next "
5325 "successive\n"
5326 "    argument.\n"
5327 "    \n"
5328 "    In addition to the standard format specifications described in printf"
5329 "(1)\n"
5330 "    and printf(3), printf interprets:\n"
5331 "    \n"
5332 "      %b\texpand backslash escape sequences in the corresponding argument\n"
5333 "      %q\tquote the argument in a way that can be reused as shell input\n"
5334 "    \n"
5335 "    Exit Status:\n"
5336 "    Returns success unless an invalid option is given or a write or "
5337 "assignment\n"
5338 "    error occurs."
5339 msgstr ""
5340 "Da formato y muestra ARGUMENTOS bajo el control del FORMATO.\n"
5341 "    \n"
5342 "    Opciones:\n"
5343 "      -v var\tasigna la salida a la variable de shell VAR en lugar\n"
5344 "    \t\tde mostrarla en la salida estándar\n"
5345 "    \n"
5346 "    FORMATO es una cadena de caracteres la cual contiene tres tipos de\n"
5347 "    objetos caracteres simples, los cuales solamente se copian a la salida\n"
5348 "    salida estándar; secuencias de escape de caracteres, las cuales\n"
5349 "    se convierten y se copian a la salida estándar; y especificaciones de\n"
5350 "    formato, cada una de las cuales causa la muestra del siguiente "
5351 "argumento\n"
5352 "    consecutivo.\n"
5353 "    \n"
5354 "    Además de las especificaciones de formato estándar descritas en\n"
5355 "    printf(1) y printf(3), printf interpreta:\n"
5356 "      %b\texpande las secuencias de escape de barra invertida en\n"
5357 "    \t\tel argumento correspondiente\n"
5358 "      %q\tcita el argumento de tal forma que se puede reusar como\n"
5359 "    \t\tentrada del shell.\n"
5360 "    Estado de Salida:\n"
5361 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
5362 "    suceda un error de escritura o de asignación."
5363
5364 #: builtins.c:1895
5365 #, fuzzy
5366 msgid ""
5367 "Specify how arguments are to be completed by Readline.\n"
5368 "    \n"
5369 "    For each NAME, specify how arguments are to be completed.  If no "
5370 "options\n"
5371 "    are supplied, existing completion specifications are printed in a way "
5372 "that\n"
5373 "    allows them to be reused as input.\n"
5374 "    \n"
5375 "    Options:\n"
5376 "      -p\tprint existing completion specifications in a reusable format\n"
5377 "      -r\tremove a completion specification for each NAME, or, if no\n"
5378 "    \tNAMEs are supplied, all completion specifications\n"
5379 "      -D\tapply the completions and actions as the default for commands\n"
5380 "    \twithout any specific completion defined\n"
5381 "      -E\tapply the completions and actions to \"empty\" commands --\n"
5382 "    \tcompletion attempted on a blank line\n"
5383 "    \n"
5384 "    When completion is attempted, the actions are applied in the order the\n"
5385 "    uppercase-letter options are listed above.  The -D option takes\n"
5386 "    precedence over -E.\n"
5387 "    \n"
5388 "    Exit Status:\n"
5389 "    Returns success unless an invalid option is supplied or an error occurs."
5390 msgstr ""
5391 "Especifica cuántos argumentos deben ser completados por Readline.\n"
5392 "    \n"
5393 "    Por cada NOMBRE, especifica cuántos argumentos se deben completar.  Si\n"
5394 "    no se proporcionan opciones, se muestran las especificaciones de\n"
5395 "    completado existentes en una forma que permite que se reusen como "
5396 "entrada.\n"
5397 "    \n"
5398 "    Opciones:\n"
5399 "      -p\tmuestra las especificaciones de completado existentes en formato\n"
5400 "    \treusable\n"
5401 "      -r\tborra una especificación de completado para cada NOMBRE,\n"
5402 "    \to, si no se proporcionan NOMBREs, todas las especificaciones\n"
5403 "    \tde completado\n"
5404 "    \n"
5405 "    Cuando se intenta el completado, las acciones se aplican en el orden en\n"
5406 "    que se enlistan las opciones de letra mayúscula antes indicadas.\n"
5407 "    \n"
5408 "    Estado de Salida:\n"
5409 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
5410 "    suceda un error."
5411
5412 #: builtins.c:1923
5413 msgid ""
5414 "Display possible completions depending on the options.\n"
5415 "    \n"
5416 "    Intended to be used from within a shell function generating possible\n"
5417 "    completions.  If the optional WORD argument is supplied, matches "
5418 "against\n"
5419 "    WORD are generated.\n"
5420 "    \n"
5421 "    Exit Status:\n"
5422 "    Returns success unless an invalid option is supplied or an error occurs."
5423 msgstr ""
5424 "Muestra los posibles complementos dependiendo de las opciones.\n"
5425 "    \n"
5426 "    Sirve para usarse desde una función de shell que genere complementos\n"
5427 "    posibles.  Si se proporciona el argumento opcional PALABRA, se generan\n"
5428 "    las coincidencias contra PALABRA.\n"
5429 "    \n"
5430 "    Estado de Salida:\n"
5431 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
5432 "    suceda un error."
5433
5434 #: builtins.c:1938
5435 #, fuzzy
5436 msgid ""
5437 "Modify or display completion options.\n"
5438 "    \n"
5439 "    Modify the completion options for each NAME, or, if no NAMEs are "
5440 "supplied,\n"
5441 "    the completion currently begin executed.  If no OPTIONs are givenm, "
5442 "print\n"
5443 "    the completion options for each NAME or the current completion "
5444 "specification.\n"
5445 "    \n"
5446 "    Options:\n"
5447 "    \t-o option\tSet completion option OPTION for each NAME\n"
5448 "    \t-D\t\tChange options for the \"default\" command completion\n"
5449 "    \t-E\t\tChange options for the \"empty\" command completion\n"
5450 "    \n"
5451 "    Using `+o' instead of `-o' turns off the specified option.\n"
5452 "    \n"
5453 "    Arguments:\n"
5454 "    \n"
5455 "    Each NAME refers to a command for which a completion specification must\n"
5456 "    have previously been defined using the `complete' builtin.  If no NAMEs\n"
5457 "    are supplied, compopt must be called by a function currently generating\n"
5458 "    completions, and the options for that currently-executing completion\n"
5459 "    generator are modified.\n"
5460 "    \n"
5461 "    Exit Status:\n"
5462 "    Returns success unless an invalid option is supplied or NAME does not\n"
5463 "    have a completion specification defined."
5464 msgstr ""
5465 "Modifica o muestra las opciones de completado.\n"
5466 "    \n"
5467 "    Modifica las opciones de completado para cada NOMBRE, o, si no se\n"
5468 "    proporcionan NOMBREs, el completado actualmente en ejecución.  Si no se\n"
5469 "    proporcionan OPCIONes, muestra las opciones de completado para cada\n"
5470 "    NOMBRE o la especificación de completado actual.    \n"
5471 "    Opciones:\n"
5472 "    \t-o opción\tEstablece la opción de completado OPCIÓN\n"
5473 "    \t\tpara cada NOMBRE\n"
5474 "    \n"
5475 "    Si usa `+o' en lugar de `-o' desactiva la opción especificada.\n"
5476 "    \n"
5477 "    Argumentos:\n"
5478 "    \n"
5479 "    Cada NOMBRE se refiere a una orden para la cual se definió previamente\n"
5480 "    una especificación de completado usando la orden interna `complete'.\n"
5481 "    Si no se proporcionan NOMBREs, compopt debe llamarse desde una función\n"
5482 "    que genere completados, y se modifican las opciones para ese generador\n"
5483 "    de completados en ejecución.\n"
5484 "    \n"
5485 "    Estado de Salida:\n"
5486 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
5487 "    el NOMBRE no tenga una especificación de completado definida."
5488
5489 #: builtins.c:1968
5490 #, fuzzy
5491 msgid ""
5492 "Read lines from the standard input into an indexed array variable.\n"
5493 "    \n"
5494 "    Read lines from the standard input into the indexed array variable "
5495 "ARRAY, or\n"
5496 "    from file descriptor FD if the -u option is supplied.  The variable "
5497 "MAPFILE\n"
5498 "    is the default ARRAY.\n"
5499 "    \n"
5500 "    Options:\n"
5501 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
5502 "copied.\n"
5503 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
5504 "index is 0.\n"
5505 "      -s count \tDiscard the first COUNT lines read.\n"
5506 "      -t\t\tRemove a trailing newline from each line read.\n"
5507 "      -u fd\t\tRead lines from file descriptor FD instead of the standard "
5508 "input.\n"
5509 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
5510 "      -c quantum\tSpecify the number of lines read between each call to "
5511 "CALLBACK.\n"
5512 "    \n"
5513 "    Arguments:\n"
5514 "      ARRAY\t\tArray variable name to use for file data.\n"
5515 "    \n"
5516 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
5517 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
5518 "    element to be assigned as an additional argument.\n"
5519 "    \n"
5520 "    If not supplied with an explicit origin, mapfile will clear ARRAY "
5521 "before\n"
5522 "    assigning to it.\n"
5523 "    \n"
5524 "    Exit Status:\n"
5525 "    Returns success unless an invalid option is given or ARRAY is readonly "
5526 "or\n"
5527 "    not an indexed array."
5528 msgstr ""
5529 "Lee líneas de un fichero y las guarda en una variable de matriz.\n"
5530 "    \n"
5531 "    Lee líneas de la entrada estándar y las guarda en la variable de matriz\n"
5532 "    MATRIZ, o desde el descriptor de fichero DF si se proporciona la opción\n"
5533 "    -u.  La variable MAPFILE es la MATRIZ por defecto.\n"
5534 "    \n"
5535 "    Opciones:\n"
5536 "      -n cuenta\tCopia hasta CUENTA líneas.  Si CUENTA es 0, se copian\n"
5537 "    \ttodas las líneas.\n"
5538 "      -O origen\tComienza a asignar a MATRIZ en el índice ORIGEN.  El\n"
5539 "    \tíndice por defecto es 0.\n"
5540 "      -s cuenta \tDescarta las primeras CUENTA líneas leídas.\n"
5541 "      -t\t\tBorra la nueva línea final de cada línea leída.\n"
5542 "      -u df\t\tLee líneas del descriptor de fichero DF en lugar de la\n"
5543 "    \tentrada estándar.\n"
5544 "      -C llamada\tEvalúa LLAMADA cada vez que se leen QUANTUM líneas.\n"
5545 "      -c quantum\tEspecifica el número de líneas a leer entre cada\n"
5546 "    \tllamada a LLAMADA.\n"
5547 "    \n"
5548 "    Argumentos:\n"
5549 "      MATRIZ\t\tNombre de variable de matriz a usar para guardar datos.\n"
5550 "    \n"
5551 "    Si se proporciona -C sin -c, el quantum por defecto es 5000. Cuando\n"
5552 "    se evalúa LLAMADA, se proporciona el índice del siguiente elemento\n"
5553 "    de la matriz a asignar como un argumento adicional.\n"
5554 "    \n"
5555 "    Si no se proporciona un origen explícito, mapfile borrará la MATRIZ\n"
5556 "    antes de usarla para asignación.\n"
5557 "    \n"
5558 "    Estado de Salida:\n"
5559 "    Devuelve con éxito a menos que se proporcione una opción inválida o\n"
5560 "    la MATRIZ sea de sólo lectura."
5561
5562 #: builtins.c:2001
5563 msgid ""
5564 "Read lines from a file into an array variable.\n"
5565 "    \n"
5566 "    A synonym for `mapfile'."
5567 msgstr ""
5568 "Lee líneas de un fichero en una variable de matriz.\n"
5569 "    \n"
5570 "    Un sinónimo de `mapfile'."
5571
5572 #~ msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
5573 #~ msgstr "xrealloc: no se pueden reasignar %lu bytes (%lu bytes asignados)"
5574
5575 #~ msgid "xrealloc: cannot allocate %lu bytes"
5576 #~ msgstr "xrealloc: no se pueden reasignar %lu bytes"
5577
5578 #~ msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
5579 #~ msgstr ""
5580 #~ "xrealloc: %s:%d: no se pueden reasignar %lu bytes (%lu bytes asignados)"
5581
5582 #~ msgid " "
5583 #~ msgstr " "
5584
5585 #~ msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
5586 #~ msgstr "Sin EXPR, returns devuelve \"$linea $nombrefichero\".  Con EXPR,"
5587
5588 #~ msgid "returns \"$line $subroutine $filename\"; this extra information"
5589 #~ msgstr "devuelve \"$linea $subrutina $nombrefichero\"; esta información"
5590
5591 #~ msgid "can be used used to provide a stack trace."
5592 #~ msgstr "adicional se puede usar para proveer un volcado de pila."
5593
5594 #~ msgid ""
5595 #~ "The value of EXPR indicates how many call frames to go back before the"
5596 #~ msgstr ""
5597 #~ "El valor de EXPR indica cuántos marcos de llamada se debe retroceder"
5598
5599 #~ msgid "current one; the top frame is frame 0."
5600 #~ msgstr "antes del actual; el marco inicial es el marco 0."
5601
5602 #~ msgid "%s: invalid number"
5603 #~ msgstr "%s: número inválido"
5604
5605 #~ msgid "Shell commands matching keywords `"
5606 #~ msgstr "Órdenes del shell que coinciden con las palabras `"
5607
5608 #~ msgid "Display the list of currently remembered directories.  Directories"
5609 #~ msgstr ""
5610 #~ "Muestra la lista de directorios actualmente grabados.  Los directorios"
5611
5612 #~ msgid "find their way onto the list with the `pushd' command; you can get"
5613 #~ msgstr "se guardan en la lista con la orden `pushd'; pueden ir saliendo de"
5614
5615 #~ msgid "back up through the list with the `popd' command."
5616 #~ msgstr "la lista con la orden `popd'."
5617
5618 #~ msgid ""
5619 #~ "The -l flag specifies that `dirs' should not print shorthand versions"
5620 #~ msgstr ""
5621 #~ "La opción -l especifica que `dirs' no debe mostrar versiones abreviadas"
5622
5623 #~ msgid ""
5624 #~ "of directories which are relative to your home directory.  This means"
5625 #~ msgstr ""
5626 #~ "de los directorios que son relativos a su directorio inicial.  Esto "
5627 #~ "significa"
5628
5629 #~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
5630 #~ msgstr "que `~/bin' se mostrará como `/homes/bfox/bin'. La opción -v"
5631
5632 #~ msgid "causes `dirs' to print the directory stack with one entry per line,"
5633 #~ msgstr ""
5634 #~ "causa que `dirs' imprima la pila de directorios con una entrada por línea,"
5635
5636 #~ msgid ""
5637 #~ "prepending the directory name with its position in the stack.  The -p"
5638 #~ msgstr ""
5639 #~ "anteponiendo la posición en la pila al nombre del directorio.  La opción"
5640
5641 #~ msgid "flag does the same thing, but the stack position is not prepended."
5642 #~ msgstr "-p hace lo mismo, pero no antepone la posición en la pila."
5643
5644 #~ msgid ""
5645 #~ "The -c flag clears the directory stack by deleting all of the elements."
5646 #~ msgstr ""
5647 #~ "La opción -c limpia la pila de directorios borrando todos sus elementos."
5648
5649 #~ msgid ""
5650 #~ "+N   displays the Nth entry counting from the left of the list shown by"
5651 #~ msgstr ""
5652 #~ "+N   muestra la N-ésima entrada contando desde la izquierda de la lista"
5653
5654 #~ msgid "     dirs when invoked without options, starting with zero."
5655 #~ msgstr ""
5656 #~ "     mostrada por dirs cuando se invoca sin opciones, empezando de cero."
5657
5658 #~ msgid ""
5659 #~ "-N   displays the Nth entry counting from the right of the list shown by"
5660 #~ msgstr ""
5661 #~ "-N   muestra la N-ésima entrada contando desde la derecha de la lista"
5662
5663 #~ msgid "Adds a directory to the top of the directory stack, or rotates"
5664 #~ msgstr "Agrega un directorio al tope de la pila de directorios, o rota"
5665
5666 #~ msgid "the stack, making the new top of the stack the current working"
5667 #~ msgstr "la pila, haciendo que el nuevo tope de la pila sea el directorio de"
5668
5669 #~ msgid "directory.  With no arguments, exchanges the top two directories."
5670 #~ msgstr ""
5671 #~ "trabajo actual.  Sin argumentos, intercambia los dos directorios del tope."
5672
5673 #~ msgid "+N   Rotates the stack so that the Nth directory (counting"
5674 #~ msgstr "+N   Rota la pila para que el N-ésimo directorio (contando"
5675
5676 #~ msgid "     from the left of the list shown by `dirs', starting with"
5677 #~ msgstr ""
5678 #~ "     de la izquierda de la lista mostrada por `dirs', comenzando desde"
5679
5680 #~ msgid "     zero) is at the top."
5681 #~ msgstr "     cero) esté en el tope."
5682
5683 #~ msgid "-N   Rotates the stack so that the Nth directory (counting"
5684 #~ msgstr "-N   Rota la pila para que el N-ésimo directory (contando"
5685
5686 #~ msgid "     from the right of the list shown by `dirs', starting with"
5687 #~ msgstr ""
5688 #~ "     de la derecha de la lista mostrada por `dirs', comenzando desde"
5689
5690 #~ msgid "-n   suppress the normal change of directory when adding directories"
5691 #~ msgstr ""
5692 #~ "-n   suprime el cambio normal de directorio cuando se agregan directorios"
5693
5694 #~ msgid "     to the stack, so only the stack is manipulated."
5695 #~ msgstr "     a la pila, así sólo se manipula la pila."
5696
5697 #~ msgid "dir  adds DIR to the directory stack at the top, making it the"
5698 #~ msgstr "dir  agrega DIR a la pila de directorios en el tope, haciéndolo el"
5699
5700 #~ msgid "     new current working directory."
5701 #~ msgstr "     nuevo directorio de trabajo actual."
5702
5703 #~ msgid "You can see the directory stack with the `dirs' command."
5704 #~ msgstr "Puede ver la pila de directorios con la orden `dirs'."
5705
5706 #~ msgid "Removes entries from the directory stack.  With no arguments,"
5707 #~ msgstr "Borra entradas de la pila de directorios.  Sin argumentos,"
5708
5709 #~ msgid "removes the top directory from the stack, and cd's to the new"
5710 #~ msgstr "borra el directorio del tope de la pila, y cambia al nuevo"
5711
5712 #~ msgid "top directory."
5713 #~ msgstr "directorio tope."
5714
5715 #~ msgid "+N   removes the Nth entry counting from the left of the list"
5716 #~ msgstr ""
5717 #~ "+N   borra la N-ésima entrada contando desde la izquierda de la lista"
5718
5719 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
5720 #~ msgstr ""
5721 #~ "     mostrada por `dirs', comenzando desde cero.  Por ejemplo: `popd +0'"
5722
5723 #~ msgid "     removes the first directory, `popd +1' the second."
5724 #~ msgstr "     borra el primer directorio, `popd +1' el segundo."
5725
5726 #~ msgid "-N   removes the Nth entry counting from the right of the list"
5727 #~ msgstr "-N   borra la N-ésima entrada contando desde la derecha de la lista"
5728
5729 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
5730 #~ msgstr ""
5731 #~ "     mostrada por `dirs', comenzando desde cero.  Por ejemplo: `popd -0'"
5732
5733 #~ msgid "     removes the last directory, `popd -1' the next to last."
5734 #~ msgstr "     borra el último directorio, `popd -1' el penúltimo."
5735
5736 #~ msgid ""
5737 #~ "-n   suppress the normal change of directory when removing directories"
5738 #~ msgstr ""
5739 #~ "-n   suprime el cambio normal de directorio cuando se borran directorios"
5740
5741 #~ msgid "     from the stack, so only the stack is manipulated."
5742 #~ msgstr "     de la pila, así sólo se manipula la pila."
5743
5744 #~ msgid "allocated"
5745 #~ msgstr "asignado"
5746
5747 #~ msgid "freed"
5748 #~ msgstr "liberado"
5749
5750 #~ msgid "requesting resize"
5751 #~ msgstr "solicitando cambio de tamaño"
5752
5753 #~ msgid "just resized"
5754 #~ msgstr "terminó cambio de tamaño"
5755
5756 #~ msgid "bug: unknown operation"
5757 #~ msgstr "bicho: operación desconocida"
5758
5759 #~ msgid "malloc: watch alert: %p %s "
5760 #~ msgstr "malloc: alerta de observación: %p %s "
5761
5762 #~ msgid ""
5763 #~ "Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
5764 #~ "    break N levels."
5765 #~ msgstr ""
5766 #~ "Sale de un ciclo FOR, WHILE o UNTIL.  Si se especifica N,\n"
5767 #~ "    sale N niveles."
5768
5769 #~ msgid ""
5770 #~ "Run a shell builtin.  This is useful when you wish to rename a\n"
5771 #~ "    shell builtin to be a function, but need the functionality of the\n"
5772 #~ "    builtin within the function itself."
5773 #~ msgstr ""
5774 #~ "Ejecuta una orden interna del shell.  Esto es útil cuando desea "
5775 #~ "renombrar\n"
5776 #~ "    una orden interna del shell para que sea una función, pero necesita\n"
5777 #~ "    la funcionalidad de la orden interna dentro de la misma función."
5778
5779 #~ msgid ""
5780 #~ "Print the current working directory.  With the -P option, pwd prints\n"
5781 #~ "    the physical directory, without any symbolic links; the -L option\n"
5782 #~ "    makes pwd follow symbolic links."
5783 #~ msgstr ""
5784 #~ "Muestra el directorio de trabajo actual.  Con la opción -P, pwd muestra\n"
5785 #~ "    el directorio físico, sin enlaces simbólicos; la opción -L hace que\n"
5786 #~ "    pwd siga los enlaces simbólicos."
5787
5788 #~ msgid "Return a successful result."
5789 #~ msgstr "Devuelve un resultado exitoso."
5790
5791 # es usado -> se usa. sv
5792 # es impresa -> se muestra una cadena em+
5793 # "Si se da la opción -V o -v,..." sv
5794 # De acuerdo. cfuga
5795 #~ msgid ""
5796 #~ "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
5797 #~ "    function called `ls', and you wish to call the command `ls', you can\n"
5798 #~ "    say \"command ls\".  If the -p option is given, a default value is "
5799 #~ "used\n"
5800 #~ "    for PATH that is guaranteed to find all of the standard utilities.  "
5801 #~ "If\n"
5802 #~ "    the -V or -v option is given, a string is printed describing "
5803 #~ "COMMAND.\n"
5804 #~ "    The -V option produces a more verbose description."
5805 #~ msgstr ""
5806 #~ "Ejecuta COMMAND con ARGS ignorando las funciones del shell.  Si tiene "
5807 #~ "una\n"
5808 #~ "    función de shell llamada `ls', y desea llamar a la orden `ls', puede\n"
5809 #~ "    decir \"command ls\".  Si se da la opción -p, se usa un valor por\n"
5810 #~ "    defecto para PATH que garantiza encontrar todas las herramientas\n"
5811 #~ "    estándar.  Si se da la opción -V o -v, se muestra una cadena que\n"
5812 #~ "    describe COMMAND.  La opción -V produce una descripción más detallada."
5813
5814 # apaga -> desactiva em+
5815 # Corregido en toda la traducción. cfuga
5816 #~ msgid ""
5817 #~ "Declare variables and/or give them attributes.  If no NAMEs are\n"
5818 #~ "    given, then display the values of variables instead.  The -p option\n"
5819 #~ "    will display the attributes and values of each NAME.\n"
5820 #~ "    \n"
5821 #~ "    The flags are:\n"
5822 #~ "    \n"
5823 #~ "      -a\tto make NAMEs arrays (if supported)\n"
5824 #~ "      -f\tto select from among function names only\n"
5825 #~ "      -F\tto display function names (and line number and source file name "
5826 #~ "if\n"
5827 #~ "    \tdebugging) without definitions\n"
5828 #~ "      -i\tto make NAMEs have the `integer' attribute\n"
5829 #~ "      -r\tto make NAMEs readonly\n"
5830 #~ "      -t\tto make NAMEs have the `trace' attribute\n"
5831 #~ "      -x\tto make NAMEs export\n"
5832 #~ "    \n"
5833 #~ "    Variables with the integer attribute have arithmetic evaluation (see\n"
5834 #~ "    `let') done when the variable is assigned to.\n"
5835 #~ "    \n"
5836 #~ "    When displaying values of variables, -f displays a function's name\n"
5837 #~ "    and definition.  The -F option restricts the display to function\n"
5838 #~ "    name only.\n"
5839 #~ "    \n"
5840 #~ "    Using `+' instead of `-' turns off the given attribute instead.  "
5841 #~ "When\n"
5842 #~ "    used in a function, makes NAMEs local, as with the `local' command."
5843 #~ msgstr ""
5844 #~ "Declara variables y/o les asigna atributos. Si no se propociona\n"
5845 #~ "    ningún NAME, entonces muestra los valores de las variables.\n"
5846 #~ "    La opción -p mostrará los atributos y valores de cada NAME.\n"
5847 #~ "    \n"
5848 #~ "    Las opciones son:\n"
5849 #~ "    \n"
5850 #~ "      -a\thace a los NAMEs matrices (si tiene soporte)\n"
5851 #~ "      -f\tselecciona solamente nombres de funciones\n"
5852 #~ "      -F\tmuestra nombres de funciones (y número de línea y nombre de\n"
5853 #~ "    \tfichero fuente si se está depurando) sin definiciones\n"
5854 #~ "      -i\tasigna a los NAMEs el atributo `integer'\n"
5855 #~ "      -r\thace a los NAMEs de sólo lectura\n"
5856 #~ "      -t\tasigna a los NAMEs el atributo `trace'\n"
5857 #~ "      -x\thace a los NAMEs exportables\n"
5858 #~ "    \n"
5859 #~ "    Las variables con el atributo integer se les evalúa aritméticamente\n"
5860 #~ "    (vea `let') cuando se asigna la variable.\n"
5861 #~ "    \n"
5862 #~ "    Cuando se muestran los valores de las variables, -f muestra\n"
5863 #~ "    el nombre de una función y su definición.  La opción -F restringe\n"
5864 #~ "    a mostrar solamente el nombre de la función.\n"
5865 #~ "    \n"
5866 #~ "    Al usar `+' en lugar de `-' desactiva el atributo dado.  Cuando se\n"
5867 #~ "    usa en una función, hace a los NAMEs locales, como sucede con la\n"
5868 #~ "    orden `local'."
5869
5870 #~ msgid "Obsolete.  See `declare'."
5871 #~ msgstr "Obsoleto.  Ver `declare'."
5872
5873 # y le da -> y le asigna em+
5874 # sólo se puede usar. sv
5875 # tenga un alcance visible -> sea visible solo para la función y sus los hijos em+
5876 # De acuerdo. cfuga
5877 #~ msgid ""
5878 #~ "Create a local variable called NAME, and give it VALUE.  LOCAL\n"
5879 #~ "    can only be used within a function; it makes the variable NAME\n"
5880 #~ "    have a visible scope restricted to that function and its children."
5881 #~ msgstr ""
5882 #~ "Crea una variable local llamada NAME, y le asigna un VALUE.  LOCAL\n"
5883 #~ "    sólo se puede usar dentro de una función; hace que la variable NAME\n"
5884 #~ "    solamente sea visible a esa función y sus hijos."
5885
5886 #~ msgid ""
5887 #~ "Output the ARGs.  If -n is specified, the trailing newline is suppressed."
5888 #~ msgstr ""
5889 #~ "Muestra los ARGs. Si se especifica -n, se elimina el carácter\n"
5890 #~ "    de fin de línea."
5891
5892 # se puede usar. sv
5893 # Se muestra una lista de órdenes internas. sv
5894 # Hay muchos más mensajes que están en "pasiva" que quedarían mejor en
5895 # forma "reflexiva". No comento más y te dejo que los mires despacio.
5896 # Gracias por la observación. cfuga
5897 #~ msgid ""
5898 #~ "Enable and disable builtin shell commands.  This allows\n"
5899 #~ "    you to use a disk command which has the same name as a shell\n"
5900 #~ "    builtin without specifying a full pathname.  If -n is used, the\n"
5901 #~ "    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
5902 #~ "    to use the `test' found in $PATH instead of the shell builtin\n"
5903 #~ "    version, type `enable -n test'.  On systems supporting dynamic\n"
5904 #~ "    loading, the -f option may be used to load new builtins from the\n"
5905 #~ "    shared object FILENAME.  The -d option will delete a builtin\n"
5906 #~ "    previously loaded with -f.  If no non-option names are given, or\n"
5907 #~ "    the -p option is supplied, a list of builtins is printed.  The\n"
5908 #~ "    -a option means to print every builtin with an indication of whether\n"
5909 #~ "    or not it is enabled.  The -s option restricts the output to the "
5910 #~ "POSIX.2\n"
5911 #~ "    `special' builtins.  The -n option displays a list of all disabled "
5912 #~ "builtins."
5913 #~ msgstr ""
5914 #~ "Activa y desactiva las órdenes internas del shell. Esto le permite\n"
5915 #~ "    usar una orden del sistema que tenga el mismo nombre que una orden\n"
5916 #~ "    interna del shell sin especificar una ruta completa.  Si se usa -n, "
5917 #~ "los\n"
5918 #~ "    NAMEs se desactivan; de otra forma los NAMEs se activan.  Por "
5919 #~ "ejemplo,\n"
5920 #~ "    para usar `test' que se encuentra en $PATH en lugar de la versión "
5921 #~ "interna\n"
5922 #~ "    del shell, teclee `enable -n test'.  En sistemas que soportan\n"
5923 #~ "    carga dinámica, se puede usar la opción -f para cargar nuevas "
5924 #~ "órdenes\n"
5925 #~ "    internas desde el objeto compartido FILENAME.  La opción -d borrará "
5926 #~ "una\n"
5927 #~ "    orden interna cargada previamente con -f.  Si no se propocionan "
5928 #~ "nombres\n"
5929 #~ "    que no sean opciones, o se especifica la opción -p, se muestra una "
5930 #~ "lista\n"
5931 #~ "    de órdenes internas.  La opción -a es para mostrar cada orden "
5932 #~ "interna\n"
5933 #~ "    con una indicación si está o no activada.  La opción -s restringe la\n"
5934 #~ "    salida a las órdenes internas `especiales' de POSIX.2. La opción -n\n"
5935 #~ "    muestra una lista de todas las órdenes internas desactivadas."
5936
5937 #~ msgid ""
5938 #~ "Read ARGs as input to the shell and execute the resulting command(s)."
5939 #~ msgstr ""
5940 #~ "Lee ARGs como entrada del shell y ejecuta el(los) comando(s) resultantes."
5941
5942 #~ msgid ""
5943 #~ "Exec FILE, replacing this shell with the specified program.\n"
5944 #~ "    If FILE is not specified, the redirections take effect in this\n"
5945 #~ "    shell.  If the first argument is `-l', then place a dash in the\n"
5946 #~ "    zeroth arg passed to FILE, as login does.  If the `-c' option\n"
5947 #~ "    is supplied, FILE is executed with a null environment.  The `-a'\n"
5948 #~ "    option means to make set argv[0] of the executed process to NAME.\n"
5949 #~ "    If the file cannot be executed and the shell is not interactive,\n"
5950 #~ "    then the shell exits, unless the shell option `execfail' is set."
5951 #~ msgstr ""
5952 #~ "Ejecuta FILE, reemplazando este shell con el programa especificado.\n"
5953 #~ "    Si no se especifica FILE, las redirecciones toman efecto en este\n"
5954 #~ "    shell.  Si el primer argumento es `-l' entonces coloca un guión\n"
5955 #~ "    en el argumento cero que pasa a FILE, como lo hace login.  Si se\n"
5956 #~ "    proporciona la opción `-c', se ejecuta FILE con un ambiente nulo.\n"
5957 #~ "    La opción `-a' establece el argv[0] del proceso ejecutado a NOMBRE.\n"
5958 #~ "    Si no se puede ejecutar el fichero, y el shell no es intercativo,\n"
5959 #~ "    entonces el shell termina, a menos que esté activa la opción\n"
5960 #~ "    `execfail'."
5961
5962 #~ msgid "Logout of a login shell."
5963 #~ msgstr "Se desconecta de un shell de entrada."
5964
5965 #~ msgid ""
5966 #~ "For each NAME, the full pathname of the command is determined and\n"
5967 #~ "    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
5968 #~ "    full pathname of NAME, and no path search is performed.  The -r\n"
5969 #~ "    option causes the shell to forget all remembered locations.  The -d\n"
5970 #~ "    option causes the shell to forget the remembered location of each "
5971 #~ "NAME.\n"
5972 #~ "    If the -t option is supplied the full pathname to which each NAME\n"
5973 #~ "    corresponds is printed.  If multiple NAME arguments are supplied "
5974 #~ "with\n"
5975 #~ "    -t, the NAME is printed before the hashed full pathname.  The -l "
5976 #~ "option\n"
5977 #~ "    causes output to be displayed in a format that may be reused as "
5978 #~ "input.\n"
5979 #~ "    If no arguments are given, information about remembered commands is "
5980 #~ "displayed."
5981 #~ msgstr ""
5982 #~ "Por cada NOMBRE, se determina la ruta completa de la orden y se graba.\n"
5983 #~ "    Si se especifica la opción -p, se usa PATHNAME como la ruta completa\n"
5984 #~ "    de NAME, y no se realiza la búsqueda de ruta. La opción -r hace que\n"
5985 #~ "    el shell olvide todas las ubicaciones grabadas. La opción -d hace "
5986 #~ "que\n"
5987 #~ "    el shell olvide las ubicaciones grabadas de cada NAME.  Si se\n"
5988 #~ "    proporciona la opción -t se muestra la ruta completa para cada NAME\n"
5989 #~ "    correspondiente.  Si se proporcionan múltiples argumentos NAME con\n"
5990 #~ "    -t, NAME se muestra antes de la ruta completa.  La opción -l hace\n"
5991 #~ "    que la salida se muestre en un formato que se puede reusar como\n"
5992 #~ "    entrada.  Si no se proporcionan argumentos, se muestra la "
5993 #~ "información\n"
5994 #~ "    de las órdenes grabadas."
5995
5996 #~ msgid ""
5997 #~ "Display helpful information about builtin commands.  If PATTERN is\n"
5998 #~ "    specified, gives detailed help on all commands matching PATTERN,\n"
5999 #~ "    otherwise a list of the builtins is printed.  The -s option\n"
6000 #~ "    restricts the output for each builtin command matching PATTERN to\n"
6001 #~ "    a short usage synopsis."
6002 #~ msgstr ""
6003 #~ "Muestra información útil sobre las órdenes internas del shell. Si se\n"
6004 #~ "    especifica un PATRÓN, proporciona ayuda detallada sobre todas las\n"
6005 #~ "    órdenes que coinciden con el PATRÓN, de otra forma se muestra una\n"
6006 #~ "    lista de las órdenes internas.  La opción -s restringe la salida\n"
6007 #~ "    de cada orden interna que concida con el PATRÓN a una breve\n"
6008 #~ "    sinopsis de uso."
6009
6010 #~ msgid ""
6011 #~ "By default, removes each JOBSPEC argument from the table of active jobs.\n"
6012 #~ "    If the -h option is given, the job is not removed from the table, but "
6013 #~ "is\n"
6014 #~ "    marked so that SIGHUP is not sent to the job if the shell receives a\n"
6015 #~ "    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
6016 #~ "all\n"
6017 #~ "    jobs from the job table; the -r option means to remove only running "
6018 #~ "jobs."
6019 #~ msgstr ""
6020 #~ "Por defecto, elimina cada argumento JOBSPEC de la tabla de trabajos "
6021 #~ "activos.\n"
6022 #~ "    Si se especifica la opción -h, el trabajo no se elimina de la tabla,\n"
6023 #~ "    pero se marca de forma que no se envía SIGHUP al trabajo si el shell\n"
6024 #~ "    recibe un SIGHUP.  La opción -a, cuando no se proporciona JOBSPEC, "
6025 #~ "borra\n"
6026 #~ "    todos los trabajos de la tabla de trabajos; la opción -r borra sólo\n"
6027 #~ "    los trabajos activos."
6028
6029 #~ msgid ""
6030 #~ "Causes a function to exit with the return value specified by N.  If N\n"
6031 #~ "    is omitted, the return status is that of the last command."
6032 #~ msgstr ""
6033 #~ "Causa la salida de una función con el valor de devolución especificado "
6034 #~ "por N.\n"
6035 #~ "    Si se omite N, el estado de devolución será el de la última orden."
6036
6037 #~ msgid ""
6038 #~ "For each NAME, remove the corresponding variable or function.  Given\n"
6039 #~ "    the `-v', unset will only act on variables.  Given the `-f' flag,\n"
6040 #~ "    unset will only act on functions.  With neither flag, unset first\n"
6041 #~ "    tries to unset a variable, and if that fails, then tries to unset a\n"
6042 #~ "    function.  Some variables cannot be unset; also see readonly."
6043 #~ msgstr ""
6044 #~ "Para cada NAME, se borra la variable o función correspondiente.  Al usar\n"
6045 #~ "    `-v', unset sólo actuará sobre variables.  Al usar la opción `-f',\n"
6046 #~ "    unset sólo actuará sobre funciones.  Sin ninguna opción, unset "
6047 #~ "primero\n"
6048 #~ "    intenta borrar una variable, y si esto falla, entonces intenta "
6049 #~ "borrar\n"
6050 #~ "    una función.  Algunas variables no se pueden borrar; vea también "
6051 #~ "readonly."
6052
6053 #~ msgid ""
6054 #~ "NAMEs are marked for automatic export to the environment of\n"
6055 #~ "    subsequently executed commands.  If the -f option is given,\n"
6056 #~ "    the NAMEs refer to functions.  If no NAMEs are given, or if `-p'\n"
6057 #~ "    is given, a list of all names that are exported in this shell is\n"
6058 #~ "    printed.  An argument of `-n' says to remove the export property\n"
6059 #~ "    from subsequent NAMEs.  An argument of `--' disables further option\n"
6060 #~ "    processing."
6061 #~ msgstr ""
6062 #~ "Se marcan NAMEs para exportación automática al ambiente de las\n"
6063 #~ "    órdenes ejecutadas subsecuentemente.  Si se establece la opción -f,\n"
6064 #~ "    NAMEs se refieren a funciones.  Si no se proporciona ningún NAME,\n"
6065 #~ "    o si se proporciona `-p', se muestra una lista de todos los nombres\n"
6066 #~ "    que se exportan en este shell.  Un argumento `-n' indica eliminar\n"
6067 #~ "    la propiedad de exportación para los NAMEs subsecuentes.  Un "
6068 #~ "argumento\n"
6069 #~ "    `--' desactiva el procesamiento posterior de opciones."
6070
6071 #~ msgid ""
6072 #~ "The given NAMEs are marked readonly and the values of these NAMEs may\n"
6073 #~ "    not be changed by subsequent assignment.  If the -f option is given,\n"
6074 #~ "    then functions corresponding to the NAMEs are so marked.  If no\n"
6075 #~ "    arguments are given, or if `-p' is given, a list of all readonly "
6076 #~ "names\n"
6077 #~ "    is printed.  The `-a' option means to treat each NAME as\n"
6078 #~ "    an array variable.  An argument of `--' disables further option\n"
6079 #~ "    processing."
6080 #~ msgstr ""
6081 #~ "Los NAMEs dados se marcan como sólo lectura y los valores de esos NAMEs\n"
6082 #~ "    no se pueden cambiar por asignaciones posteriores.  Si se propociona\n"
6083 #~ "    la opción -f, entonces también se marcan las funciones que "
6084 #~ "correspondan\n"
6085 #~ "    a los NAMEs.  Si no se proporcionan argumentos, o si se especifica\n"
6086 #~ "    `-p', se muestra una lista de todos los nombres de sólo lectura.\n"
6087 #~ "    La opción `-a' trata cada NAME como una variable de matriz.\n"
6088 #~ "    Un argumento `--' desactiva opciones posteriores."
6089
6090 #~ msgid ""
6091 #~ "The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
6092 #~ "    not given, it is assumed to be 1."
6093 #~ msgstr ""
6094 #~ "Los parámetros posicionales de $N+1 ... se renombran a $1 ... Si no se\n"
6095 #~ "    proporciona N, se asume que es 1."
6096
6097 #~ msgid ""
6098 #~ "Suspend the execution of this shell until it receives a SIGCONT\n"
6099 #~ "    signal.  The `-f' if specified says not to complain about this\n"
6100 #~ "    being a login shell if it is; just suspend anyway."
6101 #~ msgstr ""
6102 #~ "Suspende la ejecución de este shell hasta que recibe una señal\n"
6103 #~ "    SIGCONT.  Si se especifica `-f' indica que no se queje si es\n"
6104 #~ "    un shell de login; y se suspende de cualquier forma."
6105
6106 #~ msgid ""
6107 #~ "Print the accumulated user and system times for processes run from\n"
6108 #~ "    the shell."
6109 #~ msgstr ""
6110 #~ "Muestra los tiempos de usuario y de sistema acumulados para los procesos\n"
6111 #~ "    ejecutados desde el shell."
6112
6113 #~ msgid ""
6114 #~ "For each NAME, indicate how it would be interpreted if used as a\n"
6115 #~ "    command name.\n"
6116 #~ "    \n"
6117 #~ "    If the -t option is used, `type' outputs a single word which is one "
6118 #~ "of\n"
6119 #~ "    `alias', `keyword', `function', `builtin', `file' or `', if NAME is "
6120 #~ "an\n"
6121 #~ "    alias, shell reserved word, shell function, shell builtin, disk "
6122 #~ "file,\n"
6123 #~ "    or unfound, respectively.\n"
6124 #~ "    \n"
6125 #~ "    If the -p flag is used, `type' either returns the name of the disk\n"
6126 #~ "    file that would be executed, or nothing if `type -t NAME' would not\n"
6127 #~ "    return `file'.\n"
6128 #~ "    \n"
6129 #~ "    If the -a flag is used, `type' displays all of the places that "
6130 #~ "contain\n"
6131 #~ "    an executable named `file'.  This includes aliases, builtins, and\n"
6132 #~ "    functions, if and only if the -p flag is not also used.\n"
6133 #~ "    \n"
6134 #~ "    The -f flag suppresses shell function lookup.\n"
6135 #~ "    \n"
6136 #~ "    The -P flag forces a PATH search for each NAME, even if it is an "
6137 #~ "alias,\n"
6138 #~ "    builtin, or function, and returns the name of the disk file that "
6139 #~ "would\n"
6140 #~ "    be executed."
6141 #~ msgstr ""
6142 #~ "Para cada NAME, se indica cómo se interpretaría se se usara como\n"
6143 #~ "    el nombre de una orden.\n"
6144 #~ "    \n"
6145 #~ "    Si se usa la opción -t, `type' muestra una sola palabra que es una\n"
6146 #~ "    de `alias', `keyword', `function', `builtin', `file' ó `', si NAME\n"
6147 #~ "    es un alias, palabra reservada del shell, función del shell, orden\n"
6148 #~ "    interna del shell, fichero del disco, o no encontrado, "
6149 #~ "respectivamente.\n"
6150 #~ "    \n"
6151 #~ "    Si se usa la opción -p, `type' devuelve el nombre del fichero del\n"
6152 #~ "    sistema que sería ejecutado, o nada, si `type -t NAME' no devuelve\n"
6153 #~ "    `file'.\n"
6154 #~ "    \n"
6155 #~ "    Si se usa la opción -a, `type' muestra todos los lugares que "
6156 #~ "contienen\n"
6157 #~ "    un ejecutable llamado `file'.  Esto incluye a aliases, órdenes\n"
6158 #~ "    internas, y funciones, si y solo si no se usa la opción -p.\n"
6159 #~ "    \n"
6160 #~ "    La opción -f suprime la búsqueda de funciones de shell.\n"
6161 #~ "    \n"
6162 #~ "    La opción -P fuerza una búsqueda en PATH por cada NAME, aún si es un\n"
6163 #~ "    alias, orden interna, o función, y devuelve el nombre del fichero "
6164 #~ "del\n"
6165 #~ "    disco que se puede ejecutar."
6166
6167 #~ msgid ""
6168 #~ "The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
6169 #~ "    `-S' is supplied, the current value of the mask is printed.  The `-"
6170 #~ "S'\n"
6171 #~ "    option makes the output symbolic; otherwise an octal number is "
6172 #~ "output.\n"
6173 #~ "    If `-p' is supplied, and MODE is omitted, the output is in a form\n"
6174 #~ "    that may be used as input.  If MODE begins with a digit, it is\n"
6175 #~ "    interpreted as an octal number, otherwise it is a symbolic mode "
6176 #~ "string\n"
6177 #~ "    like that accepted by chmod(1)."
6178 #~ msgstr ""
6179 #~ "La máscara de creación de ficheros se establece a MODE.  Si se omite "
6180 #~ "MODE,\n"
6181 #~ "    o si se proporciona `-S', se muestra el valor actual de la máscara. "
6182 #~ "La\n"
6183 #~ "    opción `-S' hace la salida simbólica; de otra forma la salida es un\n"
6184 #~ "    número octal.  Si se proporciona `-p', y se omite MODE, la salida es\n"
6185 #~ "    en una forma que se puede usar como entrada.  Si MODE empieza con un\n"
6186 #~ "    dígito, se interpreta como un número octal, de otra forma es una "
6187 #~ "cadena\n"
6188 #~ "    de modo simbólico como la que acepta chmod(1)."
6189
6190 #~ msgid ""
6191 #~ "Wait for the specified process and report its termination status.  If\n"
6192 #~ "    N is not given, all currently active child processes are waited for,\n"
6193 #~ "    and the return code is zero.  N is a process ID; if it is not given,\n"
6194 #~ "    all child processes of the shell are waited for."
6195 #~ msgstr ""
6196 #~ "Espera al proceso especificado y reporta su estado final.  Si no se\n"
6197 #~ "    proporciona N, espera a todos los procesos hijo activos actualmente,\n"
6198 #~ "    y el código de devolución es cero. N es un ID de proceso; si no se\n"
6199 #~ "    proporciona, se espera a todos los procesos hijo del shell."
6200
6201 #~ msgid ""
6202 #~ "Create a simple command invoked by NAME which runs COMMANDS.\n"
6203 #~ "    Arguments on the command line along with NAME are passed to the\n"
6204 #~ "    function as $0 .. $n."
6205 #~ msgstr ""
6206 #~ "Crea una orden simple invocada por NAME que ejecuta COMMMANDS.\n"
6207 #~ "    Se pasan a la función los argumentos en la línea de órdenes\n"
6208 #~ "    junto con NAME como $0 .. $n."
6209
6210 #~ msgid ""
6211 #~ "Toggle the values of variables controlling optional behavior.\n"
6212 #~ "    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
6213 #~ "    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
6214 #~ "    status indicates whether each OPTNAME is set or unset.  The -o\n"
6215 #~ "    option restricts the OPTNAMEs to those defined for use with\n"
6216 #~ "    `set -o'.  With no options, or with the -p option, a list of all\n"
6217 #~ "    settable options is displayed, with an indication of whether or\n"
6218 #~ "    not each is set."
6219 #~ msgstr ""
6220 #~ "Cambia los valores de las variables que controlan conductas opcionales.\n"
6221 #~ "    La opción -s activa (define) cada OPTNAME; la opción -u desactiva\n"
6222 #~ "    cada OPTNAME.  La opción -q suprime la salida; el estado de salida\n"
6223 #~ "    indica si cada OPTNAME se definió o no.  La opción -o restringe\n"
6224 #~ "    que OPTNAMEs sean aquéllos definidos para usarse con `set -o'.\n"
6225 #~ "    Sin opciones, o con la opción -p, se muestra una lista de todas\n"
6226 #~ "    las opciones definibles, con una indicación si están o no activas."
6227
6228 #~ msgid ""
6229 #~ "For each NAME, specify how arguments are to be completed.\n"
6230 #~ "    If the -p option is supplied, or if no options are supplied, "
6231 #~ "existing\n"
6232 #~ "    completion specifications are printed in a way that allows them to "
6233 #~ "be\n"
6234 #~ "    reused as input.  The -r option removes a completion specification "
6235 #~ "for\n"
6236 #~ "    each NAME, or, if no NAMEs are supplied, all completion "
6237 #~ "specifications."
6238 #~ msgstr ""
6239 #~ "Por cada NAME, especifica cómo se deben completar los argumentos.\n"
6240 #~ "    Si se proporciona la opción -p, o si no se proporcionan opciones, se\n"
6241 #~ "    muestran las especificaciones existentes de completado en una forma\n"
6242 #~ "    que permite que se reusen como entrada.  La opción -r borra una\n"
6243 #~ "    especificación de completado para cada NAME, o, si no se proporciona\n"
6244 #~ "    ningún NAMEs, todas las especificaciones de completado."
6245
6246 #~ msgid "Missing `}'"
6247 #~ msgstr "Faltan `}'"
6248
6249 #~ msgid "brace_expand> "
6250 #~ msgstr "expansión_llave> "
6251
6252 # ¿ a qué se refiere ? em+
6253 # También podría ser la orden de tipo desconocido. sv
6254 # Tiene razón Santiago. Las órdenes se guardan en matrices de caracteres
6255 # en bash. Si bash intenta borrar uno de estos comandos y el tipo del dato
6256 # NO es matriz de caracter, emitiría este mensaje. cfuga
6257 #~ msgid "Attempt to free unknown command type `%d'.\n"
6258 #~ msgstr "Intentando liberar la orden de tipo desconocido `%d'.\n"
6259
6260 #~ msgid "Report this to %s\n"
6261 #~ msgstr "Comunique esto a %s\n"
6262
6263 #~ msgid "Stopping myself..."
6264 #~ msgstr "Deteniéndome..."
6265
6266 #~ msgid "Tell %s to fix this someday.\n"
6267 #~ msgstr "Decir a %s que arregle esto algún día.\n"
6268
6269 #~ msgid "execute_command: bad command type `%d'"
6270 #~ msgstr "execute_command: tipo de orden erróneo `%d'"
6271
6272 #~ msgid "real\t"
6273 #~ msgstr "real\t"
6274
6275 #~ msgid "user\t"
6276 #~ msgstr "usuario\t"
6277
6278 #~ msgid "sys\t"
6279 #~ msgstr "sistema\t"
6280
6281 #~ msgid ""
6282 #~ "real\t0m0.00s\n"
6283 #~ "user\t0m0.00s\n"
6284 #~ "sys\t0m0.00s\n"
6285 #~ msgstr ""
6286 #~ "real\t0m0.00s\n"
6287 #~ "usuario\t0m0.00s\n"
6288 #~ "sistema\t0m0.00s\n"
6289
6290 #~ msgid "cannot duplicate fd %d to fd 1: %s"
6291 #~ msgstr "no se puede duplicar el df %d al df 1: %s"
6292
6293 #~ msgid "%s: output redirection restricted"
6294 #~ msgstr "%s: la redirección de salida está restringida"
6295
6296 #~ msgid "Out of memory!"
6297 #~ msgstr "¡Memoria agotada!"
6298
6299 #~ msgid "You have already added item `%s'\n"
6300 #~ msgstr "Ya se había añadido el elemento `%s'\n"
6301
6302 # Han sido introducidos o quizá , Vd, introdujo em+
6303 #~ msgid "You have entered %d (%d) items.  The distribution is:\n"
6304 #~ msgstr "Introdujo %d (%d) elementos. La distribución es:\n"
6305
6306 #~ msgid "%s: bg background job?"
6307 #~ msgstr "%s: ¿bg trabajo en background?"
6308
6309 #~ msgid ""
6310 #~ "Redirection instruction from yyparse () '%d' is\n"
6311 #~ "out of range in make_redirection ()."
6312 #~ msgstr ""
6313 #~ "La instrucción de redirección de yyparse () '%d' está fuera de rango en \n"
6314 #~ "make_redirection ()."
6315
6316 #~ msgid "clean_simple_command () got a command with type %d."
6317 #~ msgstr "clean_simple_command () tiene una orden del tipo %d."
6318
6319 #~ msgid "got errno %d while waiting for %d"
6320 #~ msgstr "se obtuvo errno %d mientras esperaba a %d"
6321
6322 # algo por el estilo em+
6323 #~ msgid "syntax error near unexpected token `%c'"
6324 #~ msgstr "error sintáctico cerca del elemento inesperado `%c'"
6325
6326 # Por consistencia con mensajes anteriores, sería erróneo (el tipo). sv
6327 # De acuerdo. Corregido. cfuga
6328 #~ msgid "print_command: bad command type `%d'"
6329 #~ msgstr "print_command: tipo de dato de orden `%d' erróneo"
6330
6331 #~ msgid "cprintf: bad `%%' argument (%c)"
6332 #~ msgstr "cprintf: argumento `%%' erróneo (%c)"
6333
6334 #~ msgid "option `%s' requires an argument"
6335 #~ msgstr "la opción `%s' requiere un argumento"
6336
6337 #~ msgid "%s: unrecognized option"
6338 #~ msgstr "%s: la opción no es reconocida"
6339
6340 #~ msgid "`-c' requires an argument"
6341 #~ msgstr "`-c' requiere un argumento"
6342
6343 #~ msgid "%s: cannot execute directories"
6344 #~ msgstr "%s: no se pueden ejecutar directorios"
6345
6346 #~ msgid "Bad code in sig.c: sigprocmask"
6347 #~ msgstr "Código erróneo en sig.c: sigprocmask"
6348
6349 #~ msgid "bad substitution: no ending `}' in %s"
6350 #~ msgstr "sustitución errónea: no hay `}' final en %s"
6351
6352 #~ msgid "%s: bad array subscript"
6353 #~ msgstr "%s: subíndice de matriz erróneo"
6354
6355 #~ msgid "can't make pipes for process substitution: %s"
6356 #~ msgstr ""
6357 #~ "no se pueden crear las tuberías (pipes) para la sustitución del proceso: %"
6358 #~ "s"
6359
6360 #~ msgid "reading"
6361 #~ msgstr "leyendo"
6362
6363 #~ msgid "writing"
6364 #~ msgstr "escribiendo"
6365
6366 # del proceso em+
6367 #~ msgid "process substitution"
6368 #~ msgstr "sustitución de proceso"
6369
6370 #~ msgid "command substitution"
6371 #~ msgstr "sustitución de la orden"
6372
6373 #~ msgid "Can't reopen pipe to command substitution (fd %d): %s"
6374 #~ msgstr ""
6375 #~ "No se puede reabrir la tubería para la sustitución de la orden (df %d): %s"
6376
6377 #~ msgid "$%c: unbound variable"
6378 #~ msgstr "$%c: variable desligada"
6379
6380 #~ msgid "%s: bad arithmetic substitution"
6381 #~ msgstr "%s: sustitución aritmética errónea"
6382
6383 #~ msgid "-%s: binary operator expected"
6384 #~ msgstr "-%s: se esperaba un operador binario"
6385
6386 #~ msgid "%s[%s: bad subscript"
6387 #~ msgstr "%s[%s: subíndice erróneo"
6388
6389 #~ msgid "[%s: bad subscript"
6390 #~ msgstr "[%s: subíndice erróneo"
6391
6392 # Yo pondría "hay dígitos en dos elementos diferentes de argv". sv
6393 # De acuerdo. cfuga
6394 #~ msgid "digits occur in two different argv-elements.\n"
6395 #~ msgstr "hay dígitos en dos elementos diferentes de argv.\n"
6396
6397 #~ msgid "option %c\n"
6398 #~ msgstr "opción %c\n"
6399
6400 #~ msgid "option a\n"
6401 #~ msgstr "opción a\n"
6402
6403 #~ msgid "option b\n"
6404 #~ msgstr "opción b\n"
6405
6406 #~ msgid "option c with value `%s'\n"
6407 #~ msgstr "opción c con el valor `%s'\n"
6408
6409 #~ msgid "?? sh_getopt returned character code 0%o ??\n"
6410 #~ msgstr "?? sh_getopt devolvió el código de carácter 0%o ??\n"
6411
6412 #~ msgid "non-option ARGV-elements: "
6413 #~ msgstr "elementos de ARGV que no son opciones: "
6414
6415 #~ msgid "%s: Unknown flag %s.\n"
6416 #~ msgstr "%s: Indicador desconocido %s.\n"
6417
6418 #~ msgid "Unknown directive `%s'"
6419 #~ msgstr "Directiva desconocida `%s'"
6420
6421 #~ msgid "%s requires an argument"
6422 #~ msgstr "%s requiere un argumento"
6423
6424 #~ msgid "%s must be inside of a $BUILTIN block"
6425 #~ msgstr "%s debe estar dentro de un bloque $BUILTIN"
6426
6427 #~ msgid "%s found before $END"
6428 #~ msgstr "%s encontrado antes de $END"
6429
6430 #~ msgid "%s already has a function (%s)"
6431 #~ msgstr "%s ya tiene una función (%s)"
6432
6433 #~ msgid "%s already had a docname (%s)"
6434 #~ msgstr "%s ya tiene un nombre de documento (%s)"
6435
6436 #~ msgid "%s already has short documentation (%s)"
6437 #~ msgstr "% ya tiene documentación corta (%s)"
6438
6439 # Si traducimos con la gramática española, probablemente sería:
6440 # ...una definición %s". sv
6441 # De acuerdo. cfuga
6442 #~ msgid "%s already has a %s definition"
6443 #~ msgstr "%s ya tiene una definición %s"
6444
6445 #~ msgid "mkbuiltins: Out of virtual memory!\n"
6446 #~ msgstr "mkbuiltins: ¡Memoria agotada!\n"
6447
6448 #~ msgid "read [-r] [-p prompt] [-a array] [-e] [name ...]"
6449 #~ msgstr "read [-r] [-p prompt] [-a matriz] [-e] [nombre ...]"
6450
6451 #~ msgid ". filename"
6452 #~ msgstr ". fichero"
6453
6454 #~ msgid "%[DIGITS | WORD] [&]"
6455 #~ msgstr "%[DÍGITOS | PALABRAS] [&]"
6456
6457 #~ msgid "variables - Some variable names and meanings"
6458 #~ msgstr "variables - Algunos nombres de variables y sus significados"
6459
6460 #~ msgid "`alias' with no arguments or with the -p option prints the list"
6461 #~ msgstr "`alias' sin argumentos o con la opción -p muestra la lista"
6462
6463 #~ msgid "of aliases in the form alias NAME=VALUE on standard output."
6464 #~ msgstr "de aliases en la forma alias NOMBRE=VALOR por la entrada estándar."
6465
6466 # Más en español sería: se define un alias por cada NOMBRE cuyo VALOR se da. sv
6467 # De acuerdo. cfuga
6468 #~ msgid "Otherwise, an alias is defined for each NAME whose VALUE is given."
6469 #~ msgstr ""
6470 #~ "De otra manera, se define un alias por cada NOMBRE cuyo VALOR se da."
6471
6472 #~ msgid "A trailing space in VALUE causes the next word to be checked for"
6473 #~ msgstr ""
6474 #~ "Un espacio final en VALOR causa que la siguiente palabra sea revisada para"
6475
6476 # Lo mismo de antes: el alias es expandido -> el alias se expande. sv
6477 # De acuerdo. cfuga
6478 #~ msgid "alias substitution when the alias is expanded.  Alias returns"
6479 #~ msgstr "la sustitución del alias cuando el alias se expande. Alias devuelve"
6480
6481 # no alias -> ningún alias. sv
6482 # De acuerdo. cfuga
6483 #~ msgid "true unless a NAME is given for which no alias has been defined."
6484 #~ msgstr ""
6485 #~ "verdadero a menos que para un NOMBRE dado no se haya definido ningún "
6486 #~ "alias."
6487
6488 #~ msgid "then remove all alias definitions."
6489 #~ msgstr "entonces borra todas las definiciones de alias."
6490
6491 #~ msgid "Bind a key sequence to a Readline function, or to a macro.  The"
6492 #~ msgstr ""
6493 #~ "Asigna una secuencia de teclas a una función Readline, o a una macro. La"
6494
6495 #~ msgid "syntax is equivalent to that found in ~/.inputrc, but must be"
6496 #~ msgstr ""
6497 #~ "sintaxis es equivalente a la encontrada en ~/.inputrc, pero debe ser"
6498
6499 #~ msgid ""
6500 #~ "passed as a single argument: bind '\"\\C-x\\C-r\": re-read-init-file'."
6501 #~ msgstr ""
6502 #~ "pasada como un solo argumento: bind '\"\\C-x\\C-r\": re-read-init-file'."
6503
6504 #~ msgid "Arguments we accept:"
6505 #~ msgstr "Argumentos que se aceptan:"
6506
6507 #~ msgid ""
6508 #~ "  -m  keymap         Use `keymap' as the keymap for the duration of this"
6509 #~ msgstr ""
6510 #~ "  -m  mapa_teclas    Usa `mapa_teclas' como el mapa de teclas durante esta"
6511
6512 #~ msgid "                     command.  Acceptable keymap names are emacs,"
6513 #~ msgstr ""
6514 #~ "                     orden.  Los nombres de mapas de teclas aceptables son"
6515
6516 #~ msgid ""
6517 #~ "                     emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,"
6518 #~ msgstr ""
6519 #~ "                     emacs, emacs-standard, emacs-meta, emacs-ctlx, vi,"
6520
6521 #~ msgid "                     vi-command, and vi-insert."
6522 #~ msgstr "                     vi-move, vi-command y vi-insert."
6523
6524 #~ msgid "  -l                 List names of functions."
6525 #~ msgstr "  -l                 Muestra los nombres de las funciones."
6526
6527 #~ msgid "  -P                 List function names and bindings."
6528 #~ msgstr ""
6529 #~ "  -P                 Muestra los nombres de funciones y asignaciones."
6530
6531 #~ msgid ""
6532 #~ "  -p                 List functions and bindings in a form that can be"
6533 #~ msgstr ""
6534 #~ "  -p                 Muestra las funciones y asignaciones en un formato "
6535 #~ "que"
6536
6537 #~ msgid "                     reused as input."
6538 #~ msgstr "                     puede reusarse como entrada."
6539
6540 #~ msgid "  -r  keyseq         Remove the binding for KEYSEQ."
6541 #~ msgstr "  -r  sec_teclas     Borra la asignación para SEC_TECLAS"
6542
6543 # lee 'la'... em+
6544 #~ msgid "  -f  filename       Read key bindings from FILENAME."
6545 #~ msgstr "  -f  fichero        Lee la asignación de teclas de FICHERO."
6546
6547 #~ msgid ""
6548 #~ "  -q  function-name  Query about which keys invoke the named function."
6549 #~ msgstr ""
6550 #~ "  -q  nombre-función Pregunta sobre qué teclas invocan la función "
6551 #~ "nombrada."
6552
6553 #~ msgid "  -V                 List variable names and values"
6554 #~ msgstr "  -V                 Muestra los nombres de variables y valores"
6555
6556 #~ msgid ""
6557 #~ "  -v                 List variable names and values in a form that can"
6558 #~ msgstr ""
6559 #~ "  -v                 Muestra los nombres de variables y valores de una "
6560 #~ "forma que"
6561
6562 #~ msgid "                     be reused as input."
6563 #~ msgstr "                     puede reusarse como entrada."
6564
6565 #~ msgid ""
6566 #~ "  -S                 List key sequences that invoke macros and their "
6567 #~ "values"
6568 #~ msgstr ""
6569 #~ "  -S                 Muestra las secuencias de teclas que invocan macros "
6570 #~ "y sus\n"
6571 #~ "                     valores"
6572
6573 #~ msgid ""
6574 #~ "  -s                 List key sequences that invoke macros and their "
6575 #~ "values in"
6576 #~ msgstr ""
6577 #~ "  -s                 Muestra las secuencias de teclas que invocan macros "
6578 #~ "y sus"
6579
6580 #~ msgid "                     a form that can be reused as input."
6581 #~ msgstr ""
6582 #~ "                     valores en una forma que puede reusarse como entrada."
6583
6584 #~ msgid "break N levels."
6585 #~ msgstr "sale N niveles."
6586
6587 #~ msgid "If N is specified, resume at the N-th enclosing loop."
6588 #~ msgstr "Si se especifica N, retoma en el N-ésimo ciclo."
6589
6590 #~ msgid "Run a shell builtin.  This is useful when you wish to rename a"
6591 #~ msgstr "Ejecuta un shell interno. Esto es útil cuando desea renombrar un"
6592
6593 #~ msgid "shell builtin to be a function, but need the functionality of the"
6594 #~ msgstr ""
6595 #~ "shell interno para que sea una función, pero necesita la funcionalidad"
6596
6597 #~ msgid "builtin within the function itself."
6598 #~ msgstr "interna dentro de la misma función."
6599
6600 #~ msgid "Change the current directory to DIR.  The variable $HOME is the"
6601 #~ msgstr "Cambia el directorio actual a DIR. La variable $HOME es el DIR"
6602
6603 #~ msgid "default DIR.  The variable $CDPATH defines the search path for"
6604 #~ msgstr "por omisión. La variable $CDPATH define la ruta de búsqueda para"
6605
6606 #~ msgid "the directory containing DIR.  Alternative directory names in CDPATH"
6607 #~ msgstr ""
6608 #~ "el directorio que contiene DIR. Los nombres alternativos de directorio en"
6609
6610 #~ msgid "are separated by a colon (:).  A null directory name is the same as"
6611 #~ msgstr ""
6612 #~ "CDPATH son separados por dos puntos (:). Un nombre de directorio nulo es"
6613
6614 # Slash lo venimos traduciendo por barra inclinada , y backslash
6615 # por barra invertida em++
6616 #~ msgid "the current directory, i.e. `.'.  If DIR begins with a slash (/),"
6617 #~ msgstr ""
6618 #~ "igual al directorio actual, p.e. `.'. Si DIR comienza con una barra "
6619 #~ "inclinada"
6620
6621 #~ msgid "then $CDPATH is not used.  If the directory is not found, and the"
6622 #~ msgstr ""
6623 #~ "(/), entonces $CDPATH no se usa. Si el directorio no se encuentra, y"
6624
6625 #~ msgid "shell option `cdable_vars' is set, then try the word as a variable"
6626 #~ msgstr ""
6627 #~ "la opción de shell `cdable_vars' está activa, entonces intenta la palabra"
6628
6629 #~ msgid "name.  If that variable has a value, then cd to the value of that"
6630 #~ msgstr ""
6631 #~ "como nombre de variable. Si esa variable tiene un valor, entonces se "
6632 #~ "cambia al"
6633
6634 #~ msgid ""
6635 #~ "variable.  The -P option says to use the physical directory structure"
6636 #~ msgstr ""
6637 #~ "valor de esa variable. La opción -P indica el uso de la estructura física"
6638
6639 #~ msgid ""
6640 #~ "instead of following symbolic links; the -L option forces symbolic links"
6641 #~ msgstr "del directorio en lugar de seguir enlaces simbólicos; la opción -L"
6642
6643 # forza -> fuerza? cfuga
6644 #~ msgid "to be followed."
6645 #~ msgstr "fuerza que los vínculos simbólicos sean seguidos."
6646
6647 #~ msgid "Print the current working directory.  With the -P option, pwd prints"
6648 #~ msgstr ""
6649 #~ "Imprime el directorio actual de trabajo. Con la opción -P, pwd imprime"
6650
6651 #~ msgid "the physical directory, without any symbolic links; the -L option"
6652 #~ msgstr "el directorio físico, sin ningún enlace simbólico; la opción -L"
6653
6654 #~ msgid "makes pwd follow symbolic links."
6655 #~ msgstr "hace que pwd siga los enlaces simbólicos."
6656
6657 #~ msgid ""
6658 #~ "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell"
6659 #~ msgstr "Ejecuta ORDEN con ARGUMENTOS ignorando las funciones del shell. Si"
6660
6661 #~ msgid "function called `ls', and you wish to call the command `ls', you can"
6662 #~ msgstr ""
6663 #~ "tiene una función de shell llamada `ls', y desea llamar a la orden `ls',"
6664
6665 #~ msgid ""
6666 #~ "say \"command ls\".  If the -p option is given, a default value is used"
6667 #~ msgstr ""
6668 #~ "se puede decir \"command ls\". Si se especifica la opción -p, se usa un "
6669 #~ "valor"
6670
6671 # es usado -> se usa. sv
6672 # De acuerdo. La corrección incluye también la línea anterior. cfuga
6673 #~ msgid ""
6674 #~ "for PATH that is guaranteed to find all of the standard utilities.  If"
6675 #~ msgstr ""
6676 #~ "por omisión para PATH que garantiza encontrar todas las herramientas "
6677 #~ "estándar."
6678
6679 # es impresa -> se muestra una cadena em+
6680 # "Si se da la opcón -V o -v,..." sv
6681 # De acuerdo. cfuga
6682 #~ msgid ""
6683 #~ "the -V or -v option is given, a string is printed describing COMMAND."
6684 #~ msgstr ""
6685 #~ "Si se da la opción -V o -v, se muestra una cadena describiendo la ORDEN."
6686
6687 #~ msgid "The -V option produces a more verbose description."
6688 #~ msgstr "La opción -V produce una descripción más completa."
6689
6690 #~ msgid "Declare variables and/or give them attributes.  If no NAMEs are"
6691 #~ msgstr ""
6692 #~ "Declara variables y/o les da atributos. Si no se proporcionan NOMBREs,"
6693
6694 #~ msgid "given, then display the values of variables instead.  The -p option"
6695 #~ msgstr "entonces muestra los valores de las variables. La opción -p"
6696
6697 #~ msgid "will display the attributes and values of each NAME."
6698 #~ msgstr "mostrará los atributos y valores de cada NOMBRE."
6699
6700 #~ msgid "The flags are:"
6701 #~ msgstr "Los indicadores son:"
6702
6703 #~ msgid "  -a\tto make NAMEs arrays (if supported)"
6704 #~ msgstr "  -a\thacer los NOMBREs matrices (si está soportado)"
6705
6706 #~ msgid "  -f\tto select from among function names only"
6707 #~ msgstr "  -f\tseleccionar sólo entre los nombres de funciones"
6708
6709 #~ msgid "  -F\tto display function names without definitions"
6710 #~ msgstr "  -F\tmostrar los nombres de funciones sin definiciones"
6711
6712 #~ msgid "  -r\tto make NAMEs readonly"
6713 #~ msgstr "  -r\thacer los NOMBREs de sólo lectura"
6714
6715 #~ msgid "  -x\tto make NAMEs export"
6716 #~ msgstr "  -x\thacer los NOMBREs exportables"
6717
6718 #~ msgid "  -i\tto make NAMEs have the `integer' attribute set"
6719 #~ msgstr "  -i\thacer que los NOMBREs tengan el atributo `entero' activado"
6720
6721 #~ msgid "Variables with the integer attribute have arithmetic evaluation (see"
6722 #~ msgstr "Las variables con el atributo entero tienen evaluación aritmética"
6723
6724 #~ msgid "`let') done when the variable is assigned to."
6725 #~ msgstr "(ver `let') cuando la variable es asignada."
6726
6727 #~ msgid "When displaying values of variables, -f displays a function's name"
6728 #~ msgstr "Cuando se muestran valores de variables, -f muestra el nombre y"
6729
6730 #~ msgid "and definition.  The -F option restricts the display to function"
6731 #~ msgstr "la definición de la función. La opción -F evita que se muestre"
6732
6733 #~ msgid "name only."
6734 #~ msgstr "solamente el nombre de la función."
6735
6736 # apaga -> desactiva em+
6737 #~ msgid ""
6738 #~ "Using `+' instead of `-' turns off the given attribute instead.  When"
6739 #~ msgstr ""
6740 #~ "Usar `+' en lugar de `-' desactiva el atributo dado. Cuando es usado"
6741
6742 #~ msgid "used in a function, makes NAMEs local, as with the `local' command."
6743 #~ msgstr ""
6744 #~ "en una función, hace los NOMBREs locales, como con la orden `local'."
6745
6746 # y le da -> y le asigna em+
6747 #~ msgid "Create a local variable called NAME, and give it VALUE.  LOCAL"
6748 #~ msgstr "Crea una variable local llamada NOMBRE, y le asigna un VALOR. LOCAL"
6749
6750 # tenga un alcance visible -> sea visible solo para la función y sus los hijos em+
6751 #~ msgid "have a visible scope restricted to that function and its children."
6752 #~ msgstr "tenga visible sólo para la función y sus hijos."
6753
6754 #~ msgid "Output the ARGs.  If -n is specified, the trailing newline is"
6755 #~ msgstr "Muestra los ARGumentos. Si -n es especificado, el carácter final de"
6756
6757 #~ msgid "suppressed.  If the -e option is given, interpretation of the"
6758 #~ msgstr ""
6759 #~ "fin de línea es eliminado. Si se especifica la opción -e, se activa la"
6760
6761 #~ msgid "following backslash-escaped characters is turned on:"
6762 #~ msgstr "interpretación de estos caracteres de escape con barras invertidas:"
6763
6764 #~ msgid "\t\\a\talert (bell)"
6765 #~ msgstr "\t\\a\talerta (campana)"
6766
6767 #~ msgid "\t\\b\tbackspace"
6768 #~ msgstr "\t\\b\tespacio hacia atrás"
6769
6770 #~ msgid "\t\\c\tsuppress trailing newline"
6771 #~ msgstr "\t\\c\tsuprime el carácter de fin de línea restante"
6772
6773 #~ msgid "\t\\E\tescape character"
6774 #~ msgstr "\t\\E\tcarácter de escape"
6775
6776 #~ msgid "\t\\f\tform feed"
6777 #~ msgstr "\t\\f\talimentación de papel"
6778
6779 #~ msgid "\t\\n\tnew line"
6780 #~ msgstr "\t\\n\tnueva línea"
6781
6782 #~ msgid "\t\\r\tcarriage return"
6783 #~ msgstr "\t\\r\tretorno de carro"
6784
6785 #~ msgid "\t\\t\thorizontal tab"
6786 #~ msgstr "\t\\t\ttabulador horizontal"
6787
6788 #~ msgid "\t\\v\tvertical tab"
6789 #~ msgstr "\t\\v\ttabulador vertical"
6790
6791 #~ msgid "\t\\\\\tbackslash"
6792 #~ msgstr "\t\\\\\tbarra invertida"
6793
6794 #~ msgid "\t\\num\tthe character whose ASCII code is NUM (octal)."
6795 #~ msgstr "\t\\num\tel carácter cuyo código ASCII es NÚM (octal)."
6796
6797 #~ msgid ""
6798 #~ "You can explicitly turn off the interpretation of the above characters"
6799 #~ msgstr "Puede desactivar explícitamente la interpretación de los siguientes"
6800
6801 #~ msgid "with the -E option."
6802 #~ msgstr "caracteres con la opción -E ."
6803
6804 #~ msgid "Enable and disable builtin shell commands.  This allows"
6805 #~ msgstr "Activa y desactiva las órdenes internas del shell. Esto permite"
6806
6807 #~ msgid "you to use a disk command which has the same name as a shell"
6808 #~ msgstr ""
6809 #~ "que use una orden del sistema que tenga el mismo nombre de una orden"
6810
6811 #~ msgid "builtin.  If -n is used, the NAMEs become disabled; otherwise"
6812 #~ msgstr "interna.  Si se usa -n , los NOMBREs se desactivan; de otra forma"
6813
6814 #~ msgid "NAMEs are enabled.  For example, to use the `test' found on your"
6815 #~ msgstr "se activan los NOMBREs.  Por ejemplo, para usar `test' de la"
6816
6817 #~ msgid "path instead of the shell builtin version, type `enable -n test'."
6818 #~ msgstr ""
6819 #~ "ruta de acceso en lugar de la versión interna del shell, teclee\n"
6820 #~ "`enable -n test'."
6821
6822 # se puede usar. sv
6823 #~ msgid "On systems supporting dynamic loading, the -f option may be used"
6824 #~ msgstr "En sistemas que soportan carga dinámica, la opción -f se puede usar"
6825
6826 #~ msgid "to load new builtins from the shared object FILENAME.  The -d"
6827 #~ msgstr "para cargar nuevas órdenes internas del objeto FICHERO compartido."
6828
6829 #~ msgid "option will delete a builtin previously loaded with -f.  If no"
6830 #~ msgstr "La opción -d borrará una orden interna cargada con -f. Si no"
6831
6832 #~ msgid "non-option names are given, or the -p option is supplied, a list"
6833 #~ msgstr ""
6834 #~ "se especifica ninguna opción, o se especifica la opción -p, se muestra "
6835 #~ "una lista"
6836
6837 # Se muestra una lista de órdenes internas. sv
6838 # Hay muchos más mensajes que están en "pasiva" que quedarían mejor en
6839 # forma "reflexiva". No comento más y te dejo que los mires despacio.
6840 # Gracias por la observación. cfuga
6841 #~ msgid "of builtins is printed.  The -a option means to print every builtin"
6842 #~ msgstr ""
6843 #~ "de órdenes internas. La opción -a implica mostrar cada orden interno"
6844
6845 #~ msgid "with an indication of whether or not it is enabled.  The -s option"
6846 #~ msgstr "con una indicación de si está activa o no. La opción -s impide"
6847
6848 #~ msgid "restricts the output to the Posix.2 `special' builtins.  The -n"
6849 #~ msgstr "la salida a las órdenes internas `especiales' Posix.2. La opción -n"
6850
6851 #~ msgid "option displays a list of all disabled builtins."
6852 #~ msgstr "muestra una lista de todos las órdenes internas desactivadas."
6853
6854 #~ msgid "Getopts is used by shell procedures to parse positional parameters."
6855 #~ msgstr ""
6856 #~ "Los procedimientos de shell usan getopts para decodificar parámetros\n"
6857 #~ "de posición."
6858
6859 # "a ser reconocidas" no está en español.
6860 # Yo pondría "las letras de opción que se reconocen". sv
6861 # De acuerdo. cfuga
6862 #~ msgid "OPTSTRING contains the option letters to be recognized; if a letter"
6863 #~ msgstr ""
6864 #~ "La CADENA_OPCIONES contiene las letras de opción que se reconocen; si una"
6865
6866 #~ msgid "is followed by a colon, the option is expected to have an argument,"
6867 #~ msgstr ""
6868 #~ "letra es seguida de dos puntos, se espera que la opción tenga un "
6869 #~ "argumento,"
6870
6871 #~ msgid "which should be separated from it by white space."
6872 #~ msgstr "que debe estar separado por espacios."
6873
6874 #~ msgid "Each time it is invoked, getopts will place the next option in the"
6875 #~ msgstr "Cada vez que se llama, getopts colocará la siguiente opción en"
6876
6877 #~ msgid "shell variable $name, initializing name if it does not exist, and"
6878 #~ msgstr ""
6879 #~ "la variable de shell $nombre, creando nombre si no existe, y el índice"
6880
6881 #~ msgid "the index of the next argument to be processed into the shell"
6882 #~ msgstr ""
6883 #~ "del siguiente argumento para procesarse dentro de la variable del shell"
6884
6885 #~ msgid "variable OPTIND.  OPTIND is initialized to 1 each time the shell or"
6886 #~ msgstr "OPTIND. OPTIND inicia con 1 cada vez que el shell o un guión de"
6887
6888 #~ msgid "a shell script is invoked.  When an option requires an argument,"
6889 #~ msgstr "shell es llamado. Cuando una opción requiere un argumento,"
6890
6891 #~ msgid "getopts places that argument into the shell variable OPTARG."
6892 #~ msgstr "getopts coloca ese argumento en la variable de shell OPTARG."
6893
6894 # en una de dos formas -> en una de las dos formas siguientes em+
6895 #~ msgid "getopts reports errors in one of two ways.  If the first character"
6896 #~ msgstr ""
6897 #~ "getopts comunica errores en una de las dos formas siguientes. Si el "
6898 #~ "primer carácter"
6899
6900 #~ msgid "of OPTSTRING is a colon, getopts uses silent error reporting.  In"
6901 #~ msgstr ""
6902 #~ "de OPTSTRING es dos puntos, getopts usa el aviso de error silencioso."
6903
6904 #~ msgid "this mode, no error messages are printed.  If an illegal option is"
6905 #~ msgstr ""
6906 #~ "En este modo, no se muestran mensajes de error.  Si se encuentra una "
6907 #~ "opción"
6908
6909 #~ msgid "seen, getopts places the option character found into OPTARG.  If a"
6910 #~ msgstr "ilegal, getopts coloca el carácter de opción encontrado en OPTARG."
6911
6912 #~ msgid "required argument is not found, getopts places a ':' into NAME and"
6913 #~ msgstr ""
6914 #~ "Si un argumento necesario no se encuentra, getopts coloca ':' en NOMBRE"
6915
6916 #~ msgid "sets OPTARG to the option character found.  If getopts is not in"
6917 #~ msgstr "y establece a OPTARG con el carácter de opción encontrado.  Si"
6918
6919 #~ msgid "silent mode, and an illegal option is seen, getopts places '?' into"
6920 #~ msgstr ""
6921 #~ "getopts no está en modo silencioso, y se encuentra una opción ilegal,"
6922
6923 #~ msgid "NAME and unsets OPTARG.  If a required option is not found, a '?'"
6924 #~ msgstr "getopts coloca '?' en NOMBRE y borra OPTARG.  Si no se encuentra"
6925
6926 #~ msgid "is placed in NAME, OPTARG is unset, and a diagnostic message is"
6927 #~ msgstr "una opción necesaria, se coloca un '?' en NOMBRE, se borra OPTARG,"
6928
6929 #~ msgid "If the shell variable OPTERR has the value 0, getopts disables the"
6930 #~ msgstr ""
6931 #~ "Si la variable de shell OPTERR tiene el valor 0, getopts deshabilita"
6932
6933 #~ msgid "printing of error messages, even if the first character of"
6934 #~ msgstr "la notificación de mensajes de error, aún si el primer carácter de"
6935
6936 #~ msgid "OPTSTRING is not a colon.  OPTERR has the value 1 by default."
6937 #~ msgstr "OPTSTRING no es ':'.  OPTERR tiene el valor de 1 por omisión."
6938
6939 #~ msgid "Getopts normally parses the positional parameters ($0 - $9), but if"
6940 #~ msgstr ""
6941 #~ "Getopts normalmente compara los parámetros de posición ($0 - $9), pero"
6942
6943 # dar argumentos -> especificar em+
6944 #~ msgid "more arguments are given, they are parsed instead."
6945 #~ msgstr ""
6946 #~ "si se especifican más argumentos, se comparan en lugar de los primeros."
6947
6948 #~ msgid "Exec FILE, replacing this shell with the specified program."
6949 #~ msgstr ""
6950 #~ "Ejecuta el FICHERO, reemplazando este shell con el programa especificado."
6951
6952 #~ msgid "If FILE is not specified, the redirections take effect in this"
6953 #~ msgstr ""
6954 #~ "Si no se especifica un FICHERO, las redirecciones toman efecto en este"
6955
6956 #~ msgid "shell.  If the first argument is `-l', then place a dash in the"
6957 #~ msgstr "shell.  Si el primer argumento es `-l', entonces coloca un guión en"
6958
6959 #~ msgid "zeroth arg passed to FILE, as login does.  If the `-c' option"
6960 #~ msgstr ""
6961 #~ "el argumento 0 pasado al FICHERO, como lo hace login. Si se especifica la "
6962 #~ "opción"
6963
6964 #~ msgid "is supplied, FILE is executed with a null environment.  The `-a'"
6965 #~ msgstr "`-c', el FICHERO se ejecuta en un entorno nulo. La opción `-a'"
6966
6967 #~ msgid "option means to make set argv[0] of the executed process to NAME."
6968 #~ msgstr "hace que cambie el argv[0] del proceso ejecutado a NOMBRE."
6969
6970 #~ msgid "If the file cannot be executed and the shell is not interactive,"
6971 #~ msgstr "Si el fichero no se puede ejecutar y el shell no es interactivo,"
6972
6973 #~ msgid "then the shell exits, unless the variable \"no_exit_on_failed_exec\""
6974 #~ msgstr "entonces el shell termina, a menos que la variable"
6975
6976 #~ msgid "is set."
6977 #~ msgstr "\"no_exit_on_failed_exec\" esté activada."
6978
6979 #~ msgid "is that of the last command executed."
6980 #~ msgstr "es el del último comando ejecutado."
6981
6982 #~ msgid ""
6983 #~ "FIRST and LAST can be numbers specifying the range, or FIRST can be a"
6984 #~ msgstr ""
6985 #~ "PRIMERO y ÚLTIMO pueden ser números especificando el rango, o PRIMERO"
6986
6987 #~ msgid "string, which means the most recent command beginning with that"
6988 #~ msgstr "puede ser una cadena, que representa el comando más reciente que"
6989
6990 #~ msgid "string."
6991 #~ msgstr "comience con dicha cadena."
6992
6993 #~ msgid ""
6994 #~ "   -e ENAME selects which editor to use.  Default is FCEDIT, then EDITOR,"
6995 #~ msgstr ""
6996 #~ "   -e NOMBRE_E escoge qué editor emplear.  Por omisión es FCEDIT, después"
6997
6998 #~ msgid ""
6999 #~ "      then the editor which corresponds to the current readline editing"
7000 #~ msgstr "      EDITOR, después el editor que corresponde a la edición actual"
7001
7002 #~ msgid "      mode, then vi."
7003 #~ msgstr "      del modo de línea de comando, y finalmente vi."
7004
7005 #~ msgid "   -l means list lines instead of editing."
7006 #~ msgstr "   -l significa mostrar líneas en lugar de editarlas."
7007
7008 #~ msgid "   -n means no line numbers listed."
7009 #~ msgstr "   -n significa que no sean mostrados los números de línea."
7010
7011 #~ msgid ""
7012 #~ "   -r means reverse the order of the lines (making it newest listed "
7013 #~ "first)."
7014 #~ msgstr ""
7015 #~ "   -r significa invertir el orden de las líneas (líneas nuevas primero)."
7016
7017 #~ msgid "With the `fc -s [pat=rep ...] [command]' format, the command is"
7018 #~ msgstr "Con el formato `fc -s [pat=rep ...] [orden]', la orden es"
7019
7020 #~ msgid "re-executed after the substitution OLD=NEW is performed."
7021 #~ msgstr ""
7022 #~ "re-ejecutado después de que se realiza la sustitución ANTIGUA=NUEVA."
7023
7024 #~ msgid "A useful alias to use with this is r='fc -s', so that typing `r cc'"
7025 #~ msgstr ""
7026 #~ "Un alias útil para usar con esto es r='fc -s', así que al teclear `r cc'"
7027
7028 #~ msgid "runs the last command beginning with `cc' and typing `r' re-executes"
7029 #~ msgstr ""
7030 #~ "ejecuta la última orden que comenzó con `cc' y tecleando `r' re-ejecuta"
7031
7032 #~ msgid "JOB_SPEC is not present, the shell's notion of the current job is"
7033 #~ msgstr ""
7034 #~ "Si el IDTRABAJO no se encuentra, se usa la noción del shell de trabajo"
7035
7036 #~ msgid "used."
7037 #~ msgstr "actual."
7038
7039 #~ msgid "Place JOB_SPEC in the background, as if it had been started with"
7040 #~ msgstr ""
7041 #~ "Ubica al IDTRABAJO en el background, como si hubiera sido iniciado con"
7042
7043 #~ msgid "`&'.  If JOB_SPEC is not present, the shell's notion of the current"
7044 #~ msgstr "`&'.  Si el IDTRABAJO no se encuentra, se usa la noción del shell"
7045
7046 #~ msgid "job is used."
7047 #~ msgstr "de trabajo actual."
7048
7049 #~ msgid "For each NAME, the full pathname of the command is determined and"
7050 #~ msgstr "Para cada NOMBRE, se determina la ruta completa de la orden y se"
7051
7052 #~ msgid "remembered.  If the -p option is supplied, PATHNAME is used as the"
7053 #~ msgstr "recuerda.  Si se especifica la opción -p, se usa la RUTA_DE_ACCESO"
7054
7055 #~ msgid "full pathname of NAME, and no path search is performed.  The -r"
7056 #~ msgstr ""
7057 #~ "como la ruta completa de NOMBRE y no se realiza la búsqueda de ruta."
7058
7059 #~ msgid "option causes the shell to forget all remembered locations.  If no"
7060 #~ msgstr ""
7061 #~ "  La opción -r hace que el shell olvide todas las ubicaciones recordadas."
7062
7063 #~ msgid ""
7064 #~ "arguments are given, information about remembered commands is displayed."
7065 #~ msgstr ""
7066 #~ "  Si no se especifican argumentos, se muestra la información sobre las "
7067 #~ "órdenes recordadas."
7068
7069 #~ msgid "Display helpful information about builtin commands.  If PATTERN is"
7070 #~ msgstr "Muestra información de ayuda acerca de las órdenes internas.  Si se"
7071
7072 #~ msgid "specified, gives detailed help on all commands matching PATTERN,"
7073 #~ msgstr ""
7074 #~ "especifica la PLANTILLA, da ayuda detallada de todas las órdenes que"
7075
7076 #~ msgid "otherwise a list of the builtins is printed."
7077 #~ msgstr ""
7078 #~ "coinciden con la PLANTILLA, de otra forma se muestra una lista de las "
7079 #~ "órdenes internas."
7080
7081 #~ msgid "Display the history list with line numbers.  Lines listed with"
7082 #~ msgstr ""
7083 #~ "Muestra la lista de la historia con números de línea.  Las líneas "
7084 #~ "mostradas"
7085
7086 #~ msgid "with a `*' have been modified.  Argument of N says to list only"
7087 #~ msgstr ""
7088 #~ "con un `*' han sido modificadas.  Un argumento de N indica que solo se"
7089
7090 #~ msgid "the last N lines.  The -c option causes the history list to be"
7091 #~ msgstr ""
7092 #~ "muestren las últimas N líneas.  La opción -c hace que la lista de la "
7093 #~ "historia"
7094
7095 #~ msgid ""
7096 #~ "cleared by deleting all of the entries.  The `-w' option writes out the"
7097 #~ msgstr ""
7098 #~ "sea borrada eliminando todas las entradas.  La opción `-w' escribe la "
7099 #~ "historia"
7100
7101 #~ msgid ""
7102 #~ "current history to the history file;  `-r' means to read the file and"
7103 #~ msgstr ""
7104 #~ "actual al fichero de historia;  `-r' al contrario, lee el fichero y agrega"
7105
7106 #~ msgid "append the contents to the history list instead.  `-a' means"
7107 #~ msgstr "el contenido a la lista de la historia.  `-a' agrega las"
7108
7109 #~ msgid "to append history lines from this session to the history file."
7110 #~ msgstr "líneas de la historia de esta sesión al fichero de historia."
7111
7112 #~ msgid "Argument `-n' means to read all history lines not already read"
7113 #~ msgstr "El argumento `-n' lee todas las líneas de historia que no han sido"
7114
7115 #~ msgid "from the history file and append them to the history list.  If"
7116 #~ msgstr ""
7117 #~ "leídas aún del fichero de historia y las agrega a la lista de historia."
7118
7119 #~ msgid "FILENAME is given, then that is used as the history file else"
7120 #~ msgstr ""
7121 #~ "  Si se especifica un FICHERO, entonces se usa como el fichero de historia"
7122
7123 #~ msgid "if $HISTFILE has a value, that is used, else ~/.bash_history."
7124 #~ msgstr ""
7125 #~ "de otra manera si $HISTFILE tiene un valor, se utiliza, de otra forma se "
7126 #~ "usa ~/.bash_history."
7127
7128 #~ msgid "If the -s option is supplied, the non-option ARGs are appended to"
7129 #~ msgstr ""
7130 #~ "Si se especifica la opción -s, los ARGumentos que no son opciones se"
7131
7132 #~ msgid "the history list as a single entry.  The -p option means to perform"
7133 #~ msgstr ""
7134 #~ "agregan a la lista de historia como una sola entrada.  La opción -p "
7135 #~ "realiza"
7136
7137 #~ msgid ""
7138 #~ "history expansion on each ARG and display the result, without storing"
7139 #~ msgstr ""
7140 #~ "una expansión de historia en cada ARGumento y muestra el resultado, sin "
7141 #~ "guardar"
7142
7143 #~ msgid "anything in the history list."
7144 #~ msgstr "nada en la lista de historia."
7145
7146 #~ msgid "Lists the active jobs.  The -l option lists process id's in addition"
7147 #~ msgstr ""
7148 #~ "Muestra los trabajos activos.  La opción -l muestra los id's de los "
7149 #~ "procesos además"
7150
7151 #~ msgid "to the normal information; the -p option lists process id's only."
7152 #~ msgstr ""
7153 #~ "de la información normal; la opción -p solamente muestra los id's de los "
7154 #~ "procesos."
7155
7156 #~ msgid ""
7157 #~ "If -n is given, only processes that have changed status since the last"
7158 #~ msgstr ""
7159 #~ "Si se especifica -n, solamente se muestran los procesos que han cambiado"
7160
7161 #~ msgid ""
7162 #~ "notification are printed.  JOBSPEC restricts output to that job.  The"
7163 #~ msgstr ""
7164 #~ "de estado desde la última notificación.  IDJOB limita la salida a ese "
7165 #~ "trabajo.  Las"
7166
7167 #~ msgid "-r and -s options restrict output to running and stopped jobs only,"
7168 #~ msgstr ""
7169 #~ "opciones -r y -s limitan la salida a mostrar sólo trabajos corriendo y "
7170 #~ "detenidos,"
7171
7172 #~ msgid "respectively.  Without options, the status of all active jobs is"
7173 #~ msgstr "respectivamente.  Sin opciones, se muestra el estado de todos los"
7174
7175 #~ msgid ""
7176 #~ "printed.  If -x is given, COMMAND is run after all job specifications"
7177 #~ msgstr ""
7178 #~ "trabajos activos.  Si se especifica -x, la ORDEN se ejecuta después de "
7179 #~ "que todas las especificaciones de trabajos"
7180
7181 #~ msgid ""
7182 #~ "that appear in ARGS have been replaced with the process ID of that job's"
7183 #~ msgstr "que aparecen en ARGS han sido reemplazadas por el ID de proceso del"
7184
7185 #~ msgid "process group leader."
7186 #~ msgstr "líder del grupo de procesos de dicho trabajo."
7187
7188 #~ msgid "Removes each JOBSPEC argument from the table of active jobs."
7189 #~ msgstr "Elimina cada argumento IDJOBS de la tabla de trabajos activos."
7190
7191 #~ msgid "Send the processes named by PID (or JOB) the signal SIGSPEC.  If"
7192 #~ msgstr ""
7193 #~ "Manda a los procesos nombrados por PID (o TRABAJO) la señal SIGSPEC.  Si"
7194
7195 #~ msgid ""
7196 #~ "SIGSPEC is not present, then SIGTERM is assumed.  An argument of `-l'"
7197 #~ msgstr ""
7198 #~ "no se especifica SIGSPEC, entonces se asume SIGTERM.  El argumento `-l'"
7199
7200 #~ msgid "lists the signal names; if arguments follow `-l' they are assumed to"
7201 #~ msgstr ""
7202 #~ "muestra los nombres de señales; si hay argumentos después de `-l', se"
7203
7204 #~ msgid "be signal numbers for which names should be listed.  Kill is a shell"
7205 #~ msgstr ""
7206 #~ "asume que son números de señales cuyos nombres deben mostrarse.  Kill es "
7207 #~ "una orden"
7208
7209 #~ msgid "builtin for two reasons: it allows job IDs to be used instead of"
7210 #~ msgstr ""
7211 #~ "interna de shell por dos razones:  permite que los IDs de trabajos sean "
7212 #~ "usados en lugar de "
7213
7214 #~ msgid "process IDs, and, if you have reached the limit on processes that"
7215 #~ msgstr "IDs de procesos, y, si ha alcanzado el límite de procesos que"
7216
7217 #~ msgid ""
7218 #~ "you can create, you don't have to start a process to kill another one."
7219 #~ msgstr "puede crear, no tiene que iniciar un proceso para eliminar a otro."
7220
7221 # "a ser evaluada" no está en español. sv
7222 # Cierto. ¿Así está mejor? cfuga
7223 #~ msgid "Each ARG is an arithmetic expression to be evaluated.  Evaluation"
7224 #~ msgstr ""
7225 #~ "Cada ARGumento es una expresión aritmética para evaluarse.  La evaluación"
7226
7227 # overflow -> desbordamiento o sobrepasamiento. nunca lo he visto
7228 # traducido como sobreflujo. sv
7229 # Corregido. cfuga
7230 #~ msgid "is done in long integers with no check for overflow, though division"
7231 #~ msgstr ""
7232 #~ "se hace en enteros long sin revisar desbordamientos, aunque la división"
7233
7234 #~ msgid "by 0 is trapped and flagged as an error.  The following list of"
7235 #~ msgstr "por 0 es capturada y marcada como un error.  La siguiente lista de"
7236
7237 # No sé si existe precedencia en español, pero me suena fatal.
7238 # Yo pondría simplemente "prioridad". sv
7239 # Creo que si existe, pero tu sugerencia es mejor. cfuga
7240 #~ msgid "operators is grouped into levels of equal-precedence operators."
7241 #~ msgstr ""
7242 #~ "operadores está agrupada en niveles de operadores de la misma prioridad."
7243
7244 #~ msgid "The levels are listed in order of decreasing precedence."
7245 #~ msgstr "Se muestran los niveles en orden de prioridad decreciente."
7246
7247 #~ msgid "\t-, +\t\tunary minus, plus"
7248 #~ msgstr "\t-, +\t\tmenos unario, más"
7249
7250 #~ msgid "\t!, ~\t\tlogical and bitwise negation"
7251 #~ msgstr "\t!, ~\t\tnegación lógica y basada en bits"
7252
7253 #~ msgid "\t*, /, %\t\tmultiplication, division, remainder"
7254 #~ msgstr "\t*, /, %\t\tmultiplicación, división, residuo"
7255
7256 #~ msgid "\t+, -\t\taddition, subtraction"
7257 #~ msgstr "\t+, -\t\tadición, sustracción"
7258
7259 #~ msgid "\t<<, >>\t\tleft and right bitwise shifts"
7260 #~ msgstr "\t<<, >>\t\tdesplazamientos de bits izquierdo y derecho"
7261
7262 #~ msgid "\t<=, >=, <, >\tcomparison"
7263 #~ msgstr "\t<=, >=, <, >\tcomparación"
7264
7265 #~ msgid "\t==, !=\t\tequality, inequality"
7266 #~ msgstr "\t==, !=\t\tequivalencia, inequivalencia"
7267
7268 #~ msgid "\t&\t\tbitwise AND"
7269 #~ msgstr "\t&\t\tAND de bits"
7270
7271 #~ msgid "\t^\t\tbitwise XOR"
7272 #~ msgstr "\t^\t\tXOR de bits"
7273
7274 #~ msgid "\t|\t\tbitwise OR"
7275 #~ msgstr "\t|\t\tOR de bits"
7276
7277 #~ msgid "\t&&\t\tlogical AND"
7278 #~ msgstr "\t&&\t\tAND lógico"
7279
7280 #~ msgid "\t||\t\tlogical OR"
7281 #~ msgstr "\t||\t\tOR lógico"
7282
7283 #~ msgid "\texpr ? expr : expr"
7284 #~ msgstr "\texpr ? expr : expr"
7285
7286 #~ msgid "\t\t\tconditional expression"
7287 #~ msgstr "\t\t\texpresión condicional"
7288
7289 #~ msgid "\t=, *=, /=, %=,"
7290 #~ msgstr "\t=, *=, /=, %=,"
7291
7292 #~ msgid "\t+=, -=, <<=, >>=,"
7293 #~ msgstr "\t+=, -=, <<=, >>=,"
7294
7295 #~ msgid "\t&=, ^=, |=\tassignment"
7296 #~ msgstr "asignaciones\t&=, ^=, |="
7297
7298 #~ msgid "is replaced by its value (coerced to a long integer) within"
7299 #~ msgstr "de la variable por su valor (asignado a un entero long) dentro de"
7300
7301 #~ msgid "an expression.  The variable need not have its integer attribute"
7302 #~ msgstr "una expresión.  La variable no necesita tener activado su atributo"
7303
7304 #~ msgid "turned on to be used in an expression."
7305 #~ msgstr "entero para que se use en una expresión."
7306
7307 #~ msgid "Operators are evaluated in order of precedence.  Sub-expressions in"
7308 #~ msgstr ""
7309 #~ "Los operadores se evalúan en orden de prioridad.  Se evalúan en primer"
7310
7311 #~ msgid "parentheses are evaluated first and may override the precedence"
7312 #~ msgstr "lugar las sub-expresiones en paréntesis y pueden sobrepasar las"
7313
7314 #~ msgid "rules above."
7315 #~ msgstr "reglas de prioridad anteriores."
7316
7317 #~ msgid "If the last ARG evaluates to 0, let returns 1; 0 is returned"
7318 #~ msgstr "Si el último ARGumento evalua a 0, let regresa 1; de otra manera"
7319
7320 #~ msgid "otherwise."
7321 #~ msgstr "se regresa 0."
7322
7323 #~ msgid "One line is read from the standard input, and the first word is"
7324 #~ msgstr "Una línea se lee de la entrada estándar, y la primera palabra se"
7325
7326 #~ msgid ""
7327 #~ "assigned to the first NAME, the second word to the second NAME, and so"
7328 #~ msgstr ""
7329 #~ "asigna al primer NOMBRE, la segunda palabra al segundo NOMBRE, y así"
7330
7331 #~ msgid ""
7332 #~ "on, with leftover words assigned to the last NAME.  Only the characters"
7333 #~ msgstr ""
7334 #~ "con las palabras restantes asignadas al último NOMBRE.  Solo los "
7335 #~ "caracteres"
7336
7337 #~ msgid "found in $IFS are recognized as word delimiters.  The return code is"
7338 #~ msgstr ""
7339 #~ "que se encuentran en $IFS se reconocen como delimitadores de palabras.  El"
7340
7341 #~ msgid ""
7342 #~ "zero, unless end-of-file is encountered.  If no NAMEs are supplied, the"
7343 #~ msgstr ""
7344 #~ "código de retorno es cero, a menos que se encuentre un fin-de-fichero.  "
7345 #~ "Si no"
7346
7347 #~ msgid ""
7348 #~ "line read is stored in the REPLY variable.  If the -r option is given,"
7349 #~ msgstr ""
7350 #~ "se establece ningún NOMBRE, la línea leída se guarda en la variable "
7351 #~ "REPLY.  Si"
7352
7353 #~ msgid "this signifies `raw' input, and backslash escaping is disabled.  If"
7354 #~ msgstr ""
7355 #~ "se proporciona la opción -r, esto significa entrada `textual', y se "
7356 #~ "desactiva"
7357
7358 #~ msgid "the `-p' option is supplied, the string supplied as an argument is"
7359 #~ msgstr "el escape de la barra invertida.  Si se proporciona la opción `-p',"
7360
7361 #~ msgid ""
7362 #~ "output without a trailing newline before attempting to read.  If -a is"
7363 #~ msgstr ""
7364 #~ "se muestra la cadena proporcionada como argumento sin un fín de línea "
7365 #~ "terminal antes de intentar leerla."
7366
7367 #~ msgid ""
7368 #~ "supplied, the words read are assigned to sequential indices of ARRAY,"
7369 #~ msgstr ""
7370 #~ "Si se da -a, se asignan las palabras leídas a índices secuenciales de "
7371 #~ "MATRIZ"
7372
7373 #~ msgid "starting at zero.  If -e is supplied and the shell is interactive,"
7374 #~ msgstr "iniciando en cero.  Si se da -e y el shell es interactivo,"
7375
7376 #~ msgid "readline is used to obtain the line."
7377 #~ msgstr "se usa readline para obtener la línea."
7378
7379 #~ msgid "is omitted, the return status is that of the last command."
7380 #~ msgstr "se omite N, se utiliza el código de estado de la última orden."
7381
7382 #~ msgid "    -a  Mark variables which are modified or created for export."
7383 #~ msgstr ""
7384 #~ "    -a  Marca las variables que se modifican o crean para exportación."
7385
7386 #~ msgid "    -b  Notify of job termination immediately."
7387 #~ msgstr "    -b  Notifica el término de trabajos inmediatamente."
7388
7389 #~ msgid "    -e  Exit immediately if a command exits with a non-zero status."
7390 #~ msgstr ""
7391 #~ "    -e  Termina inmediatamente si una orden termina con un estado "
7392 #~ "diferente a cero."
7393
7394 #~ msgid "    -f  Disable file name generation (globbing)."
7395 #~ msgstr ""
7396 #~ "    -f  Desactiva la generación de nombres de ficheros (englobamiento)."
7397
7398 #~ msgid "    -h  Remember the location of commands as they are looked up."
7399 #~ msgstr ""
7400 #~ "    -h  Recuerda la ubicación de las órdenes como fueron localizadas."
7401
7402 #~ msgid ""
7403 #~ "    -i  Force the shell to be an \"interactive\" one.  Interactive shells"
7404 #~ msgstr ""
7405 #~ "    -i  Fuerza que el shell sea \"interactive\".  Los shells interactivos"
7406
7407 #~ msgid "        always read `~/.bashrc' on startup."
7408 #~ msgstr "        siempre leen `~/.bashrc' al inicio."
7409
7410 #~ msgid "    -k  All assignment arguments are placed in the environment for a"
7411 #~ msgstr ""
7412 #~ "    -k  Todos los argumentos de asignación se ubican en el ambiente para "
7413 #~ "una"
7414
7415 #~ msgid "        command, not just those that precede the command name."
7416 #~ msgstr ""
7417 #~ "        orden, no solamente aquéllos que preceden al nombre de la orden."
7418
7419 #~ msgid "    -m  Job control is enabled."
7420 #~ msgstr "    -m  Se activa el control de trabajos."
7421
7422 #~ msgid "    -n  Read commands but do not execute them."
7423 #~ msgstr "    -n  Lee órdenes pero no las ejecuta."
7424
7425 #~ msgid "    -o option-name"
7426 #~ msgstr "    -o nombre-opción"
7427
7428 #~ msgid "        Set the variable corresponding to option-name:"
7429 #~ msgstr "        Establece la variable correspondiente a nombre-opción:"
7430
7431 #~ msgid "            allexport    same as -a"
7432 #~ msgstr "            allexport    igual que -a"
7433
7434 #~ msgid "            braceexpand  same as -B"
7435 #~ msgstr "            braceexpand  igual que -B"
7436
7437 #~ msgid "            emacs        use an emacs-style line editing interface"
7438 #~ msgstr ""
7439 #~ "            emacs        usa una interfaz de edición de línea estilo emacs"
7440
7441 #~ msgid "            errexit      same as -e"
7442 #~ msgstr "            errexit      igual que -e"
7443
7444 #~ msgid "            hashall      same as -h"
7445 #~ msgstr "            hashall      igual que -h"
7446
7447 #~ msgid "            histexpand   same as -H"
7448 #~ msgstr "            histexpand   igual que -H"
7449
7450 #~ msgid "            ignoreeof    the shell will not exit upon reading EOF"
7451 #~ msgstr "            ignoreeof    el shell no terminará después de leer EOF"
7452
7453 #~ msgid "            interactive-comments"
7454 #~ msgstr "            interactive-comments"
7455
7456 #~ msgid ""
7457 #~ "                         allow comments to appear in interactive commands"
7458 #~ msgstr ""
7459 #~ "                         permite que los comentarios se muestren en "
7460 #~ "órdenes interactivas"
7461
7462 #~ msgid "            keyword      same as -k"
7463 #~ msgstr "            keyword      igual que -k"
7464
7465 #~ msgid "            monitor      same as -m"
7466 #~ msgstr "            monitor      igual que -m"
7467
7468 #~ msgid "            noclobber    same as -C"
7469 #~ msgstr "            noclobber    igual que -C"
7470
7471 #~ msgid "            noexec       same as -n"
7472 #~ msgstr "            noexec       igual que -n"
7473
7474 #~ msgid "            noglob       same as -f"
7475 #~ msgstr "            noglob       igual que -f"
7476
7477 #~ msgid "            notify       save as -b"
7478 #~ msgstr "            notify       igual que -b"
7479
7480 #~ msgid "            nounset      same as -u"
7481 #~ msgstr "            nounset      igual que -u"
7482
7483 #~ msgid "            onecmd       same as -t"
7484 #~ msgstr "            onecmd       same as -t"
7485
7486 #~ msgid "            physical     same as -P"
7487 #~ msgstr "            physical     same as -P"
7488
7489 #~ msgid ""
7490 #~ "            posix        change the behavior of bash where the default"
7491 #~ msgstr ""
7492 #~ "            posix        cambia la conducta de bash donde por omisión"
7493
7494 #~ msgid ""
7495 #~ "                         operation differs from the 1003.2 standard to"
7496 #~ msgstr ""
7497 #~ "                         la operación difiere del estándar 1003.2 para"
7498
7499 #~ msgid "                         match the standard"
7500 #~ msgstr "                         cumplir el estándar"
7501
7502 #~ msgid "            privileged   same as -p"
7503 #~ msgstr "            privileged   igual que -p"
7504
7505 #~ msgid "            verbose      same as -v"
7506 #~ msgstr "            verbose      igual que -v"
7507
7508 #~ msgid "            vi           use a vi-style line editing interface"
7509 #~ msgstr ""
7510 #~ "            vi           usa una interfaz de edición de línea estilo vi"
7511
7512 #~ msgid "            xtrace       same as -x"
7513 #~ msgstr "            xtrace       igual que -x"
7514
7515 #~ msgid ""
7516 #~ "    -p  Turned on whenever the real and effective user ids do not match."
7517 #~ msgstr ""
7518 #~ "    -p  Se activa cada vez que los ids real y efectivo no coinciden."
7519
7520 # FIXME: $ENV es variable, no fichero. cfuga
7521 #~ msgid "        Disables processing of the $ENV file and importing of shell"
7522 #~ msgstr ""
7523 #~ "        Desactiva el procesamiento del fichero $ENV y la importación de "
7524 #~ "funciones"
7525
7526 #~ msgid ""
7527 #~ "        functions.  Turning this option off causes the effective uid and"
7528 #~ msgstr "        de shell.  Desactivar esta opción causa que el uid y el gid"
7529
7530 #~ msgid "        gid to be set to the real uid and gid."
7531 #~ msgstr "        efectivos sean iguales al uid y al gid reales."
7532
7533 #~ msgid "    -t  Exit after reading and executing one command."
7534 #~ msgstr "    -t  Terminar después de leer y ejecutar una orden."
7535
7536 #~ msgid "    -u  Treat unset variables as an error when substituting."
7537 #~ msgstr ""
7538 #~ "    -u  Tratar las variables no establecidas como un error cuando se hace "
7539 #~ "sustitución."
7540
7541 #~ msgid "    -v  Print shell input lines as they are read."
7542 #~ msgstr "    -v  Muestra las líneas de entrada del shell mientras se leen."
7543
7544 #~ msgid "    -x  Print commands and their arguments as they are executed."
7545 #~ msgstr "    -x  Muestra las órdenes y sus argumentos mientras se ejecutan."
7546
7547 #~ msgid "    -B  the shell will perform brace expansion"
7548 #~ msgstr "    -B  el shell hará expansión de llaves"
7549
7550 #~ msgid "    -H  Enable ! style history substitution.  This flag is on"
7551 #~ msgstr ""
7552 #~ "    -H  Activa el estilo ! de sustitución de la historia.  Este indicador"
7553
7554 #~ msgid "        by default."
7555 #~ msgstr "        está activado por omisión."
7556
7557 #~ msgid "    -C  If set, disallow existing regular files to be overwritten"
7558 #~ msgstr ""
7559 #~ "    -C  Si está establecido, evita que los ficheros regulares existentes "
7560 #~ "sean sobreescritos"
7561
7562 #~ msgid "        by redirection of output."
7563 #~ msgstr "        por una redirección de salida."
7564
7565 #~ msgid "    -P  If set, do not follow symbolic links when executing commands"
7566 #~ msgstr ""
7567 #~ "    -P  Si está establecido, no se siguen los enlaces simbólicos cuando "
7568 #~ "se ejecutan órdenes"
7569
7570 #~ msgid "        such as cd which change the current directory."
7571 #~ msgstr "        como cuando cd cambia al directorio actual."
7572
7573 #~ msgid "Using + rather than - causes these flags to be turned off.  The"
7574 #~ msgstr ""
7575 #~ "Usar + en lugar de - causa que estos indicadores sean desactivados.  Los"
7576
7577 #~ msgid "flags can also be used upon invocation of the shell.  The current"
7578 #~ msgstr ""
7579 #~ "indicadores también se pueden usar durante la invocación del shell.  El "
7580 #~ "conjunto"
7581
7582 #~ msgid ""
7583 #~ "set of flags may be found in $-.  The remaining n ARGs are positional"
7584 #~ msgstr ""
7585 #~ "actual de indicadores se encuentra en $-.  Los ARGumentos n restantes son "
7586 #~ "parámetros"
7587
7588 #~ msgid "parameters and are assigned, in order, to $1, $2, .. $n.  If no"
7589 #~ msgstr "posicionales y se asignan, en orden, a $1, $2, .. $n.  Si no"
7590
7591 #~ msgid "ARGs are given, all shell variables are printed."
7592 #~ msgstr ""
7593 #~ "se establecen ARGumentos, se muestran todas las variables del shell."
7594
7595 #~ msgid "For each NAME, remove the corresponding variable or function.  Given"
7596 #~ msgstr ""
7597 #~ "Para cada NOMBRE, se borra la variable o función correspondiente.  Al usar"
7598
7599 #~ msgid "the `-v', unset will only act on variables.  Given the `-f' flag,"
7600 #~ msgstr "`-v', unset sólo actuará en variables.  Al usar el indicador `-f',"
7601
7602 #~ msgid "unset will only act on functions.  With neither flag, unset first"
7603 #~ msgstr ""
7604 #~ "unset sólo actuará en funciones.  Sin ningún indicador, unset primero"
7605
7606 #~ msgid "tries to unset a variable, and if that fails, then tries to unset a"
7607 #~ msgstr ""
7608 #~ "intenta borrar una variable, y si eso falla, entonces intenta borrar una"
7609
7610 #~ msgid ""
7611 #~ "function.  Some variables (such as PATH and IFS) cannot be unset; also"
7612 #~ msgstr ""
7613 #~ "función.  Algunas variables (como PATH e IFS) no se pueden borrar; vea"
7614
7615 #~ msgid "see readonly."
7616 #~ msgstr "también readonly."
7617
7618 #~ msgid "NAMEs are marked for automatic export to the environment of"
7619 #~ msgstr "los NOMBREs se marcan para exportación automática al ambiente de"
7620
7621 #~ msgid "subsequently executed commands.  If the -f option is given,"
7622 #~ msgstr ""
7623 #~ "las órdenes ejecutadas subsecuentemente.  Si se establece el indicador -f,"
7624
7625 #~ msgid "the NAMEs refer to functions.  If no NAMEs are given, or if `-p'"
7626 #~ msgstr ""
7627 #~ "los NOMBREs se refieren a funciones.  Si no se establecen NOMBREs, o si `-"
7628 #~ "p'"
7629
7630 #~ msgid "is given, a list of all names that are exported in this shell is"
7631 #~ msgstr ""
7632 #~ "se establece, se muestra una lista de todos los nombres que se exportan"
7633
7634 #~ msgid "printed.  An argument of `-n' says to remove the export property"
7635 #~ msgstr ""
7636 #~ "en este shell.  Un argumento `-n' indica que se borre la propiedad de "
7637 #~ "exportación"
7638
7639 #~ msgid "from subsequent NAMEs.  An argument of `--' disables further option"
7640 #~ msgstr ""
7641 #~ "de NOMBREs subsecuentes.  Un argumento `--' desactiva el procesamiento"
7642
7643 #~ msgid "processing."
7644 #~ msgstr "posterior de opciones."
7645
7646 #~ msgid ""
7647 #~ "The given NAMEs are marked readonly and the values of these NAMEs may"
7648 #~ msgstr ""
7649 #~ "Los NOMBREs dados se marcan como sólo-lectura y los valores de esos "
7650 #~ "NOMBREs"
7651
7652 #~ msgid "not be changed by subsequent assignment.  If the -f option is given,"
7653 #~ msgstr ""
7654 #~ "no se pueden cambiar por asignaciones posteriores.  Si se establece el "
7655 #~ "indicador -f,"
7656
7657 #~ msgid "then functions corresponding to the NAMEs are so marked.  If no"
7658 #~ msgstr ""
7659 #~ "entonces también se marcan las funciones correspondientes a los NOMBREs.  "
7660 #~ "Si no"
7661
7662 #~ msgid ""
7663 #~ "arguments are given, or if `-p' is given, a list of all readonly names"
7664 #~ msgstr ""
7665 #~ "se establecen argumentos, o si se establece `-p', se muestra una lista de "
7666 #~ "todos los nombres"
7667
7668 #~ msgid ""
7669 #~ "is printed.  An argument of `-n' says to remove the readonly property"
7670 #~ msgstr ""
7671 #~ "de sólo-lectura.  Un argumento `-n' indica que se borre la propiedad de "
7672 #~ "sólo-lectura"
7673
7674 #~ msgid "from subsequent NAMEs.  The `-a' option means to treat each NAME as"
7675 #~ msgstr "de los NOMBREs subsecuentes.  La opción `-a' trata cada NOMBRE como"
7676
7677 #~ msgid "an array variable.  An argument of `--' disables further option"
7678 #~ msgstr ""
7679 #~ "una variable de matriz.  Un argumento de `--' desactiva opciones "
7680 #~ "posteriores"
7681
7682 #~ msgid "not given, it is assumed to be 1."
7683 #~ msgstr "establece N, se asume que es 1."
7684
7685 #~ msgid "Read and execute commands from FILENAME and return.  The pathnames"
7686 #~ msgstr "Lee y ejecuta órdenes del FICHERO y regresa.  Los nombres de ruta"
7687
7688 #~ msgid "in $PATH are used to find the directory containing FILENAME."
7689 #~ msgstr ""
7690 #~ "en $PATH se utilizan para encontrar al directorio que contiene el FICHERO."
7691
7692 #~ msgid "Suspend the execution of this shell until it receives a SIGCONT"
7693 #~ msgstr "Suspende la ejecución de este shell hasta que recive una señal"
7694
7695 #~ msgid "signal.  The `-f' if specified says not to complain about this"
7696 #~ msgstr "SIGCONT.  Si se especifica `-f' indica que no se queje si"
7697
7698 #~ msgid "being a login shell if it is; just suspend anyway."
7699 #~ msgstr "es un shell de login; y solo suspender de cualquier forma."
7700
7701 #~ msgid "Exits with a status of 0 (trueness) or 1 (falseness) depending on"
7702 #~ msgstr "Termina con un estado de 0 (verdad) ó 1 (falsedad) dependiendo de"
7703
7704 #~ msgid "the evaluation of EXPR.  Expressions may be unary or binary.  Unary"
7705 #~ msgstr ""
7706 #~ "la evaluación de EXPR.  Las expresiones pueden ser unarias o binarias. "
7707 #~ "Las expresiones"
7708
7709 #~ msgid "expressions are often used to examine the status of a file.  There"
7710 #~ msgstr ""
7711 #~ "unarias se utilizan con frecuencia para examinar el estado de un fichero."
7712
7713 #~ msgid "are string operators as well, and numeric comparison operators."
7714 #~ msgstr ""
7715 #~ "Hay operadores de cadenas también, y operadores de comparación numérica."
7716
7717 #~ msgid "File operators:"
7718 #~ msgstr "Operadores de fichero:"
7719
7720 #~ msgid "    -b FILE        True if file is block special."
7721 #~ msgstr "    -b FICHERO     Verdadero si el fichero es especial de bloques."
7722
7723 #~ msgid "    -c FILE        True if file is character special."
7724 #~ msgstr ""
7725 #~ "    -c FICHERO     Verdadero si el fichero es especial de caracteres."
7726
7727 #~ msgid "    -d FILE        True if file is a directory."
7728 #~ msgstr "    -d FICHERO     Verdadero si el fichero es un directorio."
7729
7730 #~ msgid "    -e FILE        True if file exists."
7731 #~ msgstr "    -e FICHERO     Verdadero si el fichero existe."
7732
7733 #~ msgid "    -f FILE        True if file exists and is a regular file."
7734 #~ msgstr ""
7735 #~ "    -f FICHERO     Verdadero si el fichero existe y es un fichero regular."
7736
7737 #~ msgid "    -g FILE        True if file is set-group-id."
7738 #~ msgstr ""
7739 #~ "    -g FICHERO     Verdadero si el fichero tiene activado el set-group-id."
7740
7741 #~ msgid "    -h FILE        True if file is a symbolic link.  Use \"-L\"."
7742 #~ msgstr ""
7743 #~ "    -h FICHERO     Verdadero si el fichero es un enlace simbólico.  Use "
7744 #~ "\"-L\"."
7745
7746 #~ msgid "    -L FILE        True if file is a symbolic link."
7747 #~ msgstr "    -L FICHERO     Verdadero si el fichero es un enlace simbólico."
7748
7749 #~ msgid "    -k FILE        True if file has its \"sticky\" bit set."
7750 #~ msgstr ""
7751 #~ "    -k FICHERO     Verdadero si el fichero tiene el bit \"sticky\" "
7752 #~ "activado."
7753
7754 #~ msgid "    -p FILE        True if file is a named pipe."
7755 #~ msgstr "    -p FICHERO     Verdadero si el fichero es una tubería nombrada."
7756
7757 #~ msgid "    -r FILE        True if file is readable by you."
7758 #~ msgstr "    -r FICHERO     Verdadero si usted puede leer el fichero."
7759
7760 #~ msgid "    -s FILE        True if file exists and is not empty."
7761 #~ msgstr "    -s FICHERO     Verdadero si el fichero existe y no está vacío."
7762
7763 #~ msgid "    -S FILE        True if file is a socket."
7764 #~ msgstr "    -S FICHERO     Verdadero si el fichero es un `socket'."
7765
7766 #~ msgid "    -t FD          True if FD is opened on a terminal."
7767 #~ msgstr "    -t DF          Verdadero si DF está abierto en una terminal."
7768
7769 #~ msgid "    -u FILE        True if the file is set-user-id."
7770 #~ msgstr ""
7771 #~ "    -u FICHERO     Verdadero si el fichero tiene activado el set-user-id."
7772
7773 #~ msgid "    -w FILE        True if the file is writable by you."
7774 #~ msgstr "    -w FICHERO     Verdadero si usted puede modificar el fichero."
7775
7776 #~ msgid "    -x FILE        True if the file is executable by you."
7777 #~ msgstr "    -x FICHERO     Verdadero si usted puede ejecutar el fichero."
7778
7779 #~ msgid "    -O FILE        True if the file is effectively owned by you."
7780 #~ msgstr ""
7781 #~ "    -O FICHERO     Verdadero si usted efectivamente posee el fichero."
7782
7783 #~ msgid ""
7784 #~ "    -G FILE        True if the file is effectively owned by your group."
7785 #~ msgstr ""
7786 #~ "    -G FICHERO     Verdadero si su grupo efectivamente posee el fichero."
7787
7788 #~ msgid "  FILE1 -nt FILE2  True if file1 is newer than (according to"
7789 #~ msgstr ""
7790 #~ "  FICH1 -nt FICH2  Verdadero si fich1 es más nuevo que (de acuerdo a"
7791
7792 #~ msgid "                   modification date) file2."
7793 #~ msgstr "                   la fecha de modificación) el fich2."
7794
7795 #~ msgid "  FILE1 -ot FILE2  True if file1 is older than file2."
7796 #~ msgstr "  FICH1 -ot FICH2  Verdadero si fich1 es más viejo que fich2."
7797
7798 #~ msgid "  FILE1 -ef FILE2  True if file1 is a hard link to file2."
7799 #~ msgstr "  FICH1 -ef FICH2  Verdadero si fich1 es un enlace duro a fich2."
7800
7801 #~ msgid "String operators:"
7802 #~ msgstr "Operadores de cadenas:"
7803
7804 #~ msgid "    -z STRING      True if string is empty."
7805 #~ msgstr "    -z CADENA      Verdadero si la cadena está vacía."
7806
7807 #~ msgid "    -n STRING"
7808 #~ msgstr "    -n CADENA"
7809
7810 #~ msgid "    STRING         True if string is not empty."
7811 #~ msgstr "    CADENA         Verdadero si la cadena no está vacía."
7812
7813 #~ msgid "    STRING1 = STRING2"
7814 #~ msgstr "    CADENA1 = CADENA2"
7815
7816 #~ msgid "                   True if the strings are equal."
7817 #~ msgstr "                   Verdadero si las cadenas son iguales."
7818
7819 #~ msgid "    STRING1 != STRING2"
7820 #~ msgstr "    CADENA1 != CADENA2"
7821
7822 #~ msgid "                   True if the strings are not equal."
7823 #~ msgstr "                   Verdadero si las cadenas no son iguales."
7824
7825 #~ msgid "    STRING1 < STRING2"
7826 #~ msgstr "    CADENA1 < CADENA2"
7827
7828 #~ msgid ""
7829 #~ "                   True if STRING1 sorts before STRING2 lexicographically"
7830 #~ msgstr ""
7831 #~ "                   Verdadero si la CADENA1 se ordena antes que la CADENA2 "
7832 #~ "lexicográficamente"
7833
7834 #~ msgid "    STRING1 > STRING2"
7835 #~ msgstr "    CADENA1 > CADENA2"
7836
7837 #~ msgid ""
7838 #~ "                   True if STRING1 sorts after STRING2 lexicographically"
7839 #~ msgstr ""
7840 #~ "                   Verdadero si la CADENA1 se ordena después que la "
7841 #~ "CADENA2 lexicográficamente"
7842
7843 #~ msgid "Other operators:"
7844 #~ msgstr "Otros operadores:"
7845
7846 #~ msgid "    ! EXPR         True if expr is false."
7847 #~ msgstr "    ! EXPR         Verdadero si la expr es falsa"
7848
7849 #~ msgid "    EXPR1 -a EXPR2 True if both expr1 AND expr2 are true."
7850 #~ msgstr "    EXPR1 -a EXPR2 Verdadero si ambas expr1 Y expr2 son verdaderas."
7851
7852 #~ msgid "    EXPR1 -o EXPR2 True if either expr1 OR expr2 is true."
7853 #~ msgstr ""
7854 #~ "    EXPR1 -o EXPR2  Verdadero si cualquiera de expr1 O expr2 es verdadera."
7855
7856 #~ msgid "    arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,"
7857 #~ msgstr "    arg1 OP arg2   Pruebas aritméticas.  OP es uno de -eq, -ne,"
7858
7859 #~ msgid "                   -lt, -le, -gt, or -ge."
7860 #~ msgstr "                   -lt, -le, -gt, ó -ge."
7861
7862 #~ msgid "Arithmetic binary operators return true if ARG1 is equal, not-equal,"
7863 #~ msgstr ""
7864 #~ "Los operadores binarios aritméticos devuelven verdadero si ARG1 es igual, "
7865 #~ "no igual,"
7866
7867 #~ msgid ""
7868 #~ "less-than, less-than-or-equal, greater-than, or greater-than-or-equal"
7869 #~ msgstr "menor, menor o igual, mayor, ó mayor o igual"
7870
7871 #~ msgid "than ARG2."
7872 #~ msgstr "que ARG2."
7873
7874 #~ msgid "This is a synonym for the \"test\" builtin, but the last"
7875 #~ msgstr "Es un sinónimo para la orden interna \"test\", pero el último"
7876
7877 #~ msgid "the shell."
7878 #~ msgstr "ejecutados desde el shell."
7879
7880 #~ msgid "The command ARG is to be read and executed when the shell receives"
7881 #~ msgstr "La orden ARG se lee y ejecuta cuando el shell recibe la(s)"
7882
7883 #~ msgid "signal(s) SIGNAL_SPEC.  If ARG is absent all specified signals are"
7884 #~ msgstr ""
7885 #~ "señal(es) ID_SEÑAL.  Si ARG no está, todas las señales especificadas son"
7886
7887 #~ msgid "reset to their original values.  If ARG is the null string each"
7888 #~ msgstr ""
7889 #~ "establecidas a sus valores originales.  Si ARG es la cadena nula cada"
7890
7891 #~ msgid "SIGNAL_SPEC is ignored by the shell and by the commands it invokes."
7892 #~ msgstr "ID_SEÑAL es ignorada por el shell y por las órdenes que invoque."
7893
7894 #~ msgid "If SIGNAL_SPEC is EXIT (0) the command ARG is executed on exit from"
7895 #~ msgstr "Si ID_SEÑAL es EXIT (0) la orden ARG se ejecuta al terminar el"
7896
7897 #~ msgid "the shell.  If SIGNAL_SPEC is DEBUG, ARG is executed after every"
7898 #~ msgstr "shell.  Si ID_SEÑAL es DEBUG, ARG se ejecuta después de cada"
7899
7900 #~ msgid "command.  If ARG is `-p' then the trap commands associated with"
7901 #~ msgstr "orden.  Si ARG es `-p' entonces se muestran las órdenes de captura"
7902
7903 #~ msgid "each SIGNAL_SPEC are displayed.  If no arguments are supplied or if"
7904 #~ msgstr "asociadas con cada ID_SEÑAL.  Si no se proporcionan argumentos o si"
7905
7906 #~ msgid "only `-p' is given, trap prints the list of commands associated with"
7907 #~ msgstr ""
7908 #~ "sólo se proporciona `-p', trap muestra la lista de órdenes asociadas"
7909
7910 #~ msgid ""
7911 #~ "each signal number.  SIGNAL_SPEC is either a signal name in <signal.h>"
7912 #~ msgstr ""
7913 #~ "con cada número de señal.  ID_SEÑAL es un nombre de señal en <signal.h>"
7914
7915 #~ msgid ""
7916 #~ "or a signal number.  `trap -l' prints a list of signal names and their"
7917 #~ msgstr ""
7918 #~ "o un número de señal.  `trap -l' muestra una lista de nombres de señal y "
7919 #~ "sus"
7920
7921 #~ msgid "corresponding numbers.  Note that a signal can be sent to the shell"
7922 #~ msgstr ""
7923 #~ "números correspondientes.  Note que una señal se puede enviar al shell"
7924
7925 #~ msgid "with \"kill -signal $$\"."
7926 #~ msgstr "con \"kill -signal $$\"."
7927
7928 #~ msgid "For each NAME, indicate how it would be interpreted if used as a"
7929 #~ msgstr "Para cada NOMBRE, indica cómo sería interpretada si se usara como"
7930
7931 #~ msgid "If the -t option is used, returns a single word which is one of"
7932 #~ msgstr "Si se usa la opción -t, regresa una sola palabra que es una de"
7933
7934 #~ msgid ""
7935 #~ "`alias', `keyword', `function', `builtin', `file' or `', if NAME is an"
7936 #~ msgstr ""
7937 #~ "`alias', `keyword', `function', `builtin', `file' ó `', si el NOMBRE es un"
7938
7939 #~ msgid ""
7940 #~ "alias, shell reserved word, shell function, shell builtin, disk file,"
7941 #~ msgstr ""
7942 #~ "alias, palabra reservada del shell, función del shell, orden interna del "
7943 #~ "shell, fichero del disco,"
7944
7945 #~ msgid "or unfound, respectively."
7946 #~ msgstr "o no encontrada, respectivamente."
7947
7948 #~ msgid "If the -p flag is used, either returns the name of the disk file"
7949 #~ msgstr ""
7950 #~ "Si se usa el indicador -p, regresa el nombre del fichero del sistema"
7951
7952 #~ msgid "that would be executed, or nothing if -t would not return `file'."
7953 #~ msgstr "que sería ejecutado, o nada si -t no regresa algún `fichero'."
7954
7955 #~ msgid "If the -a flag is used, displays all of the places that contain an"
7956 #~ msgstr ""
7957 #~ "Si se usa el indicador -a, muestra todos los lugares que contienen un"
7958
7959 #~ msgid ""
7960 #~ "executable named `file'.  This includes aliases and functions, if and"
7961 #~ msgstr ""
7962 #~ "ejecutable llamado `fichero'  Esto incluye a aliases y funciones, si y"
7963
7964 #~ msgid "only if the -p flag is not also used."
7965 #~ msgstr "sólo si el indicador -p no se especifica también."
7966
7967 #~ msgid "Type accepts -all, -path, and -type in place of -a, -p, and -t,"
7968 #~ msgstr "Type acepta -all, -path, y -type en lugar de -a, -p, y -t,"
7969
7970 #~ msgid "respectively."
7971 #~ msgstr "respectivamente."
7972
7973 #~ msgid "Ulimit provides control over the resources available to processes"
7974 #~ msgstr ""
7975 #~ "ulimit provee control sobre los recursos disponibles para los procesos"
7976
7977 #~ msgid "started by the shell, on systems that allow such control.  If an"
7978 #~ msgstr ""
7979 #~ "iniciados por el shell, en sistemas que permiten dicho control.  Si se"
7980
7981 #~ msgid "option is given, it is interpreted as follows:"
7982 #~ msgstr "establece una opción, se interpreta como sigue:"
7983
7984 #~ msgid "    -S\tuse the `soft' resource limit"
7985 #~ msgstr "    -S\tusa el límite de recurso `suave'"
7986
7987 #~ msgid "    -H\tuse the `hard' resource limit"
7988 #~ msgstr "    -H\tusa el límite de recurso `duro'"
7989
7990 #~ msgid "    -a\tall current limits are reported"
7991 #~ msgstr "    -a\tse muestran todos los límites actuales"
7992
7993 #~ msgid "    -c\tthe maximum size of core files created"
7994 #~ msgstr "    -c\tel tamaño máximo de los ficheros `core' creados"
7995
7996 #~ msgid "    -d\tthe maximum size of a process's data segment"
7997 #~ msgstr "    -d\tel tamaño máximo del segmento de datos de un proceso"
7998
7999 #~ msgid "    -m\tthe maximum resident set size"
8000 #~ msgstr "    -m\tel tamaño máximo para las variables residentes"
8001
8002 #~ msgid "    -s\tthe maximum stack size"
8003 #~ msgstr "    -s\tel tamaño máximo de la pila"
8004
8005 #~ msgid "    -t\tthe maximum amount of cpu time in seconds"
8006 #~ msgstr "    -t\tla cantidad máxima de tiempo de cpu en segundos"
8007
8008 #~ msgid "    -f\tthe maximum size of files created by the shell"
8009 #~ msgstr "    -f\tel número máximo de ficheros creados por el shell"
8010
8011 #~ msgid "    -p\tthe pipe buffer size"
8012 #~ msgstr "    -p\tel tamaño del almacenamiento intermedio para tuberías"
8013
8014 #~ msgid "    -n\tthe maximum number of open file descriptors"
8015 #~ msgstr "    -n\tel número máximo de descriptores de fichero abiertos"
8016
8017 #~ msgid "    -u\tthe maximum number of user processes"
8018 #~ msgstr "    -u\tel número máximo de procesos de usuario"
8019
8020 #~ msgid "    -v\tthe size of virtual memory"
8021 #~ msgstr "    -v\tel tamaño de la memoria virtual"
8022
8023 #~ msgid "If LIMIT is given, it is the new value of the specified resource."
8024 #~ msgstr ""
8025 #~ "Si se establece el LÍMITE, este es el nuevo valor del recurso "
8026 #~ "especificado."
8027
8028 #~ msgid "Otherwise, the current value of the specified resource is printed."
8029 #~ msgstr ""
8030 #~ "De otra forma, se muestra la lista actual de los recursos especificados."
8031
8032 #~ msgid "If no option is given, then -f is assumed.  Values are in 1k"
8033 #~ msgstr ""
8034 #~ "Si no se establece una opción, entonces se asume -f.  Los valores son en "
8035 #~ "incrementos"
8036
8037 #~ msgid "increments, except for -t, which is in seconds, -p, which is in"
8038 #~ msgstr "de 1k, excepto para -t, que es en segundos, -p, que es en"
8039
8040 #~ msgid "increments of 512 bytes, and -u, which is an unscaled number of"
8041 #~ msgstr "incrementos de 512 bytes, y -u, que es un número no escalado de"
8042
8043 #~ msgid "processes."
8044 #~ msgstr "procesos."
8045
8046 #~ msgid ""
8047 #~ "The user file-creation mask is set to MODE.  If MODE is omitted, or if"
8048 #~ msgstr ""
8049 #~ "La máscara de creación de ficheros del usuario se establece a MODO.  Si "
8050 #~ "se omite el MODO, o si"
8051
8052 #~ msgid ""
8053 #~ "`-S' is supplied, the current value of the mask is printed.  The `-S'"
8054 #~ msgstr ""
8055 #~ "se proporciona `-S', se muestra el valor actual de la máscara.  La opción"
8056
8057 #~ msgid ""
8058 #~ "option makes the output symbolic; otherwise an octal number is output."
8059 #~ msgstr ""
8060 #~ "`-S' logra una salida simbólica; de otra forma la salida es un número "
8061 #~ "octal."
8062
8063 #~ msgid "If MODE begins with a digit, it is interpreted as an octal number,"
8064 #~ msgstr ""
8065 #~ "Si el MODO comienza con un dígito, se interpreta como un número octal,"
8066
8067 #~ msgid ""
8068 #~ "otherwise it is a symbolic mode string like that accepted by chmod(1)."
8069 #~ msgstr ""
8070 #~ "de otra forma es una cadena de modo simbólico como la aceptada por chmod"
8071 #~ "(1)."
8072
8073 #~ msgid ""
8074 #~ "Wait for the specified process and report its termination status.  If"
8075 #~ msgstr "Espera al proceso especificado y reporta su estado final.  Si no se"
8076
8077 #~ msgid "N is not given, all currently active child processes are waited for,"
8078 #~ msgstr ""
8079 #~ "proporciona N, espera a todos los procesos hijo activos actualmente,"
8080
8081 #~ msgid "and the return code is zero.  N may be a process ID or a job"
8082 #~ msgstr ""
8083 #~ "y el código de regreso es cero.  N puede ser un ID de proceso o una "
8084 #~ "especificación"
8085
8086 #~ msgid "specification; if a job spec is given, all processes in the job's"
8087 #~ msgstr ""
8088 #~ "de trabajo; si se proporciona una especificación de trabajo, se espera a "
8089 #~ "todos los procesos en la"
8090
8091 #~ msgid "pipeline are waited for."
8092 #~ msgstr "línea de ejecución del trabajo."
8093
8094 #~ msgid "and the return code is zero.  N is a process ID; if it is not given,"
8095 #~ msgstr ""
8096 #~ "y el código de regreso es cero.  N es un ID de proceso; si no se "
8097 #~ "proporcioan,"
8098
8099 #~ msgid "all child processes of the shell are waited for."
8100 #~ msgstr "espera a todos los procesos hijos del shell."
8101
8102 #~ msgid "The `for' loop executes a sequence of commands for each member in a"
8103 #~ msgstr ""
8104 #~ "El ciclo `for' ejecuta una secuencia de órdenes para cada miembro en una"
8105
8106 #~ msgid ""
8107 #~ "list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is"
8108 #~ msgstr ""
8109 #~ "lista de elementos.  Si `in PALABRAS ...;' no se encuentra, entonces se "
8110 #~ "asume"
8111
8112 #~ msgid ""
8113 #~ "assumed.  For each element in WORDS, NAME is set to that element, and"
8114 #~ msgstr ""
8115 #~ "`in \"$@\"'.  Para cada elemento en PALABRAS, se establece NOMBRE a ese "
8116 #~ "elemento y"
8117
8118 #~ msgid "the COMMANDS are executed."
8119 #~ msgstr "se ejecutan las ÓRDENES."
8120
8121 #~ msgid "The WORDS are expanded, generating a list of words.  The"
8122 #~ msgstr "Las PALABRAS se expanden, generando una lista de palabras.  El"
8123
8124 #~ msgid "set of expanded words is printed on the standard error, each"
8125 #~ msgstr ""
8126 #~ "conjunto de palabras expandidas se muestra en la salida de error estándar"
8127
8128 #~ msgid "preceded by a number.  If `in WORDS' is not present, `in \"$@\"'"
8129 #~ msgstr ""
8130 #~ "cada una precedida por un número.  Si `in PALABRAS' no se encuentra, se "
8131 #~ "asume"
8132
8133 #~ msgid "is assumed.  The PS3 prompt is then displayed and a line read"
8134 #~ msgstr "`in \"$@\"'.  El prompt PS3 se muestra y se lee una línea de"
8135
8136 #~ msgid "from the standard input.  If the line consists of the number"
8137 #~ msgstr "la entrada estándar.  Si la línea consiste del número"
8138
8139 #~ msgid "corresponding to one of the displayed words, then NAME is set"
8140 #~ msgstr ""
8141 #~ "correspondiente a una de las palabras mostradas, entonces se establece "
8142 #~ "NOMBRE"
8143
8144 #~ msgid "to that word.  If the line is empty, WORDS and the prompt are"
8145 #~ msgstr "a esa palabra.  Si la línea está vacía, se muestran de nuevo"
8146
8147 #~ msgid "redisplayed.  If EOF is read, the command completes.  Any other"
8148 #~ msgstr ""
8149 #~ "las PALABRAS y el prompt.  Si se lee EOF, la orden se completa. Cualquier "
8150 #~ "otro"
8151
8152 #~ msgid "value read causes NAME to be set to null.  The line read is saved"
8153 #~ msgstr "valor leído causa que NOMBRE sea nulo.  La línea leída se salva en"
8154
8155 #~ msgid "in the variable REPLY.  COMMANDS are executed after each selection"
8156 #~ msgstr ""
8157 #~ "la variable REPLY.  Las ÓRDENES se ejecutan después de cada selección"
8158
8159 #~ msgid "until a break or return command is executed."
8160 #~ msgstr "hasta que se ejecute una orden break ó return."
8161
8162 #~ msgid "`|' is used to separate multiple patterns."
8163 #~ msgstr "`|' se usa para separar plantillas múltiples."
8164
8165 #~ msgid ""
8166 #~ "The if COMMANDS are executed.  If the exit status is zero, then the then"
8167 #~ msgstr ""
8168 #~ "Las ÓRDENES if se ejecutan.  Si el código de regreso es cero, entonces "
8169 #~ "las ÓRDENES"
8170
8171 #~ msgid ""
8172 #~ "COMMANDS are executed.  Otherwise, each of the elif COMMANDS are executed"
8173 #~ msgstr ""
8174 #~ "then se ejecutan.  De otra forma, cada uno de las ÓRDENES elif se ejecutan"
8175
8176 #~ msgid ""
8177 #~ "in turn, and if the exit status is zero, the corresponding then COMMANDS"
8178 #~ msgstr ""
8179 #~ "en turno, y si el código de regreso es cero, las ÓRDENES then "
8180 #~ "correspondientes"
8181
8182 #~ msgid ""
8183 #~ "are executed and the if command completes.  Otherwise, the else COMMANDS"
8184 #~ msgstr ""
8185 #~ "se ejecutan y la orden if se completa.  De otra forma, las ÓRDENES else"
8186
8187 #~ msgid ""
8188 #~ "are executed, if present.  The exit status is the exit status of the last"
8189 #~ msgstr ""
8190 #~ "se ejecutan, si se encuentran.  El código de salida es el código de "
8191 #~ "salida de la última"
8192
8193 #~ msgid "command executed, or zero if no condition tested true."
8194 #~ msgstr "orden ejecutada, o cero si ninguna condición probada fue verdadera."
8195
8196 #~ msgid "`while' COMMANDS has an exit status of zero."
8197 #~ msgstr "`while' tenga un código de salida de cero."
8198
8199 #~ msgid "`until' COMMANDS has an exit status which is not zero."
8200 #~ msgstr "`until' tenga un código de salida que no sea cero."
8201
8202 #~ msgid "Create a simple command invoked by NAME which runs COMMANDS."
8203 #~ msgstr ""
8204 #~ "Crea un comando simple invocado por el NOMBRE que ejecuta las ÓRDENES."
8205
8206 #~ msgid "Arguments on the command line along with NAME are passed to the"
8207 #~ msgstr ""
8208 #~ "Los argumentos en la línea de comando junto con el NOMBRE se pasan a la"
8209
8210 #~ msgid "function as $0 .. $n."
8211 #~ msgstr "función como $0 .. $n."
8212
8213 #~ msgid "entire set of commands."
8214 #~ msgstr "conjunto completo de órdenes"
8215
8216 #~ msgid "This is similar to the `fg' command.  Resume a stopped or background"
8217 #~ msgstr ""
8218 #~ "Esto es similar a la orden `fg'. Reinicia un trabajo detenido o en el"
8219
8220 #~ msgid "job.  If you specifiy DIGITS, then that job is used.  If you specify"
8221 #~ msgstr ""
8222 #~ "background.  Si especifica DÍGITOS, entonces se usa ese trabajo.  Si "
8223 #~ "proporciona"
8224
8225 #~ msgid ""
8226 #~ "WORD, then the job whose name begins with WORD is used.  Following the"
8227 #~ msgstr ""
8228 #~ "una PALABRA, entonces se usa el trabajo cuyo nombre comience con PALABRA."
8229
8230 #~ msgid "job specification with a `&' places the job in the background."
8231 #~ msgstr ""
8232 #~ "Al colocar una especificación de trabajo seguido de un `&', se coloca al "
8233 #~ "trabajo en el background. "
8234
8235 #~ msgid "BASH_VERSION    The version numbers of this Bash."
8236 #~ msgstr "BASH_VERSION    Los números de versión de este Bash."
8237
8238 #~ msgid "CDPATH          A colon separated list of directories to search"
8239 #~ msgstr "CDPATH         Una lista separada por `:' de directorios a buscar"
8240
8241 #~ msgid "\t\twhen the argument to `cd' is not found in the current"
8242 #~ msgstr "\t\tcuando el argumento para `cd' no se encuentra en el directorio"
8243
8244 #~ msgid "\t\tdirectory."
8245 #~ msgstr "\t\tactual."
8246
8247 #~ msgid ""
8248 #~ "HISTFILE        The name of the file where your command history is stored."
8249 #~ msgstr ""
8250 #~ "HISTFILE        El nombre del fichero donde se guarda la historia de "
8251 #~ "órdenes."
8252
8253 #~ msgid "HISTFILESIZE    The maximum number of lines this file can contain."
8254 #~ msgstr ""
8255 #~ "HISTFILESIZE    El número máximo de líneas que este fichero puede "
8256 #~ "contener."
8257
8258 #~ msgid "HISTSIZE        The maximum number of history lines that a running"
8259 #~ msgstr "HISTSIZE        El número máximo de líneas de historia que un shell"
8260
8261 #~ msgid "\t\tshell can access."
8262 #~ msgstr "\t\ten ejecución puede acceder."
8263
8264 #~ msgid "HOME            The complete pathname to your login directory."
8265 #~ msgstr ""
8266 #~ "HOME            La ruta completa a su directorio de entrada (login)."
8267
8268 #~ msgid ""
8269 #~ "HOSTTYPE        The type of CPU this version of Bash is running under."
8270 #~ msgstr ""
8271 #~ "HOSTTYPE        El tipo de CPU bajo el cual esta versión de Bash corre."
8272
8273 #~ msgid ""
8274 #~ "IGNOREEOF       Controls the action of the shell on receipt of an EOF"
8275 #~ msgstr ""
8276 #~ "IGNOREEOF       Controla la acción del shell al recibir un carácter EOF"
8277
8278 #~ msgid "\t\tcharacter as the sole input.  If set, then the value"
8279 #~ msgstr "\t\tcomo la única entrada.  Si se establece, entonces el valor"
8280
8281 #~ msgid "\t\tof it is the number of EOF characters that can be seen"
8282 #~ msgstr ""
8283 #~ "\t\tde esta variable es el número de caracteres EOF que se pueden recibir"
8284
8285 #~ msgid "\t\tin a row on an empty line before the shell will exit"
8286 #~ msgstr ""
8287 #~ "\t\ten forma seguida en una línea vacía antes de que el shell termine"
8288
8289 #~ msgid "\t\t(default 10).  When unset, EOF signifies the end of input."
8290 #~ msgstr ""
8291 #~ "\t\t(10 por omisión).  Cuando se desactiva, EOF significa el fin de la "
8292 #~ "entrada."
8293
8294 #~ msgid "MAILCHECK\tHow often, in seconds, Bash checks for new mail."
8295 #~ msgstr ""
8296 #~ "MAILCHECK\tQue tan seguido, en segundos, Bash revisa si hay correo nuevo."
8297
8298 #~ msgid "MAILPATH\tA colon-separated list of filenames which Bash checks"
8299 #~ msgstr ""
8300 #~ "MAILPATH\tUna lista de nombres de fichero separados por dos puntos que "
8301 #~ "Bash revisa"
8302
8303 #~ msgid "\t\tfor new mail."
8304 #~ msgstr "\t\tpor correo nuevo."
8305
8306 #~ msgid "OSTYPE\t\tThe version of Unix this version of Bash is running on."
8307 #~ msgstr ""
8308 #~ "OSTYPE\t\tLa versión de Unix bajo la cual esta versión de Bash se ejecuta."
8309
8310 #~ msgid "PATH            A colon-separated list of directories to search when"
8311 #~ msgstr ""
8312 #~ "PATH            Una lista de directorios separada por dos puntos para "
8313 #~ "buscar"
8314
8315 #~ msgid "\t\tlooking for commands."
8316 #~ msgstr "\t\tcuando se requieren órdenes."
8317
8318 #~ msgid "PROMPT_COMMAND  A command to be executed before the printing of each"
8319 #~ msgstr "PROMPT_COMMAND  Una orden a ejecutar antes de mostrar cada"
8320
8321 #~ msgid "\t\tprimary prompt."
8322 #~ msgstr "\t\tprompt primario."
8323
8324 #~ msgid "PS1             The primary prompt string."
8325 #~ msgstr "PS1             La cadena primaria de prompt."
8326
8327 #~ msgid "PS2             The secondary prompt string."
8328 #~ msgstr "PS2             La cadena secundaria de prompt."
8329
8330 #~ msgid "TERM            The name of the current terminal type."
8331 #~ msgstr "TERM            El nombre del tipo de terminal actual."
8332
8333 #~ msgid "auto_resume     Non-null means a command word appearing on a line by"
8334 #~ msgstr ""
8335 #~ "auto_resume     Si no es nulo significa que una palabra de orden que "
8336 #~ "aparece en una línea"
8337
8338 #~ msgid "\t\titself is first looked for in the list of currently"
8339 #~ msgstr "\t\tpor sí mismo se busca primero en la lista de trabajos detenidos"
8340
8341 #~ msgid "\t\tstopped jobs.  If found there, that job is foregrounded."
8342 #~ msgstr ""
8343 #~ "\t\tactualmente.  Si se encuentra ahí, ese trabajo se trae a primer plano."
8344
8345 #~ msgid "\t\tA value of `exact' means that the command word must"
8346 #~ msgstr "\t\tEl valor `exact' significa que la palabra de la orden debe"
8347
8348 #~ msgid "\t\texactly match a command in the list of stopped jobs.  A"
8349 #~ msgstr ""
8350 #~ "\t\tcoincidir exactamente con una orden en la lista de trabajos "
8351 #~ "detenidos.  El"
8352
8353 #~ msgid "\t\tvalue of `substring' means that the command word must"
8354 #~ msgstr "\t\tvalor `substring' significa que la palabra de la orden debe"
8355
8356 #~ msgid "\t\tmatch a substring of the job.  Any other value means that"
8357 #~ msgstr ""
8358 #~ "\t\tcoincidir con una subcadena del trabajo.  Cualquier otro valor "
8359 #~ "significa que"
8360
8361 #~ msgid "\t\tthe command must be a prefix of a stopped job."
8362 #~ msgstr "\t\tla orden debe ser un prefijo de un trabajo detenido."
8363
8364 #~ msgid "command_oriented_history"
8365 #~ msgstr "command_oriented_history"
8366
8367 #~ msgid ""
8368 #~ "                Non-null means to save multiple-line commands together on"
8369 #~ msgstr ""
8370 #~ "                Si no es nulo significa que debe guardar órdenes de "
8371 #~ "varias líneas juntas en"
8372
8373 #~ msgid "                a single history line."
8374 #~ msgstr "                una sola línea de historia."
8375
8376 #~ msgid "histchars       Characters controlling history expansion and quick"
8377 #~ msgstr ""
8378 #~ "histchars       Caracteres que controlan la expansión de la historia y la"
8379
8380 #~ msgid "\t\tsubstitution.  The first character is the history"
8381 #~ msgstr "\t\tsustitución rápida.  El primer carácter es el carácter de"
8382
8383 #~ msgid "\t\tsubstitution character, usually `!'.  The second is"
8384 #~ msgstr "\t\tsustutución de historia, generalmente `!'.  El segundo es"
8385
8386 #~ msgid "\t\tthe `quick substitution' character, usually `^'.  The"
8387 #~ msgstr "\t\tel carácter de `sustitución rápida', generalmente `^'.  El"
8388
8389 #~ msgid "\t\tthird is the `history comment' character, usually `#'."
8390 #~ msgstr ""
8391 #~ "\t\ttercero es el carácter de `comentario de historia', generalmente `#'."
8392
8393 #~ msgid "HISTCONTROL\tSet to a value of `ignorespace', it means don't enter"
8394 #~ msgstr ""
8395 #~ "HISTCONTROL\tEstablecido con el valor `ignorespace', significa que no "
8396 #~ "agrega"
8397
8398 #~ msgid "\t\tlines which begin with a space or tab on the history"
8399 #~ msgstr "\t\tlíneas que inicien con un espacio o tabulador a la lista de"
8400
8401 #~ msgid "\t\tlist.  Set to a value of `ignoredups', it means don't"
8402 #~ msgstr "\t\thistoria.  Con el valor `ignoredups', significa que no agrega"
8403
8404 #~ msgid "\t\tenter lines which match the last entered line.  Set to"
8405 #~ msgstr "\t\tlíneas que coincidan con la última línea introducida.  Con"
8406
8407 #~ msgid "\t\t`ignoreboth' means to combine the two options.  Unset,"
8408 #~ msgstr ""
8409 #~ "\t\t`ignoreboth' significa que combina las dos opciones.  Sin establecer,"
8410
8411 #~ msgid "\t\tor set to any other value than those above means to save"
8412 #~ msgstr ""
8413 #~ "\t\to con cualquier otro valor diferente a los arriba mencionados "
8414 #~ "significa"
8415
8416 #~ msgid "\t\tall lines on the history list."
8417 #~ msgstr "\t\tguardar todas las líneas en la lista de la historia."
8418
8419 #~ msgid "Toggle the values of variables controlling optional behavior."
8420 #~ msgstr ""
8421 #~ "Cambia los valores de las variables que controlan conductas opcionales."
8422
8423 #~ msgid "The -s flag means to enable (set) each OPTNAME; the -u flag"
8424 #~ msgstr ""
8425 #~ "El indicador -s significa establecer cada NOMBRE_OPCIÓN; el indicador -u"
8426
8427 #~ msgid "unsets each OPTNAME.  The -q flag suppresses output; the exit"
8428 #~ msgstr ""
8429 #~ "borra cada NOMBRE_OPCIÓN.  El indicador -q suprime la salida; el estado"
8430
8431 #~ msgid "status indicates whether each OPTNAME is set or unset.  The -o"
8432 #~ msgstr "de salida indica cuál NOMBRE_OPCIÓN está activado o no.  La opción"
8433
8434 #~ msgid "option restricts the OPTNAMEs to those defined for use with"
8435 #~ msgstr ""
8436 #~ "-o restringe a los NOMBRE_OPCIONes a aquéllos definidos para su uso con"
8437
8438 #~ msgid "`set -o'.  With no options, or with the -p option, a list of all"
8439 #~ msgstr ""
8440 #~ "`set -o'.  Sin opciones, o con la opción -p, se muestra una lista de"
8441
8442 #~ msgid "settable options is displayed, with an indication of whether or"
8443 #~ msgstr "todas las opciones activables, con una indicación de si se puede"
8444
8445 #~ msgid "not each is set."
8446 #~ msgstr "o no activar cada una."