Upload Tizen:Base source
[external/bash.git] / po / ro.po
1 # Mesajele în limba românã pentru pachetul bash
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # Eugen Hoanca <eugenh@urban-grafx.ro>, 2003.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: bash 2.0\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2009-12-30 08:25-0500\n"
10 "PO-Revision-Date: 1997-08-17 18:42+0300\n"
11 "Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
12 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ISO-8859-2\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #: arrayfunc.c:50
18 msgid "bad array subscript"
19 msgstr "incluziune greºitã în interval"
20
21 #: arrayfunc.c:313 builtins/declare.def:481
22 #, c-format
23 msgid "%s: cannot convert indexed to associative array"
24 msgstr ""
25
26 #: arrayfunc.c:480
27 #, fuzzy, c-format
28 msgid "%s: invalid associative array key"
29 msgstr "%c%c: opþiune invalidã"
30
31 #: arrayfunc.c:482
32 #, c-format
33 msgid "%s: cannot assign to non-numeric index"
34 msgstr "%s: nu se poate atribui cãtre index ne-numeric"
35
36 #: arrayfunc.c:518
37 #, c-format
38 msgid "%s: %s: must use subscript when assigning associative array"
39 msgstr ""
40
41 #: bashhist.c:383
42 #, c-format
43 msgid "%s: cannot create: %s"
44 msgstr "%s: nu s-a putut crea: %s"
45
46 #: bashline.c:3457
47 msgid "bash_execute_unix_command: cannot find keymap for command"
48 msgstr ""
49
50 #: bashline.c:3543
51 #, c-format
52 msgid "%s: first non-whitespace character is not `\"'"
53 msgstr ""
54
55 #: bashline.c:3572
56 #, c-format
57 msgid "no closing `%c' in %s"
58 msgstr ""
59
60 #: bashline.c:3606
61 #, c-format
62 msgid "%s: missing colon separator"
63 msgstr ""
64
65 #: builtins/alias.def:132
66 #, fuzzy, c-format
67 msgid "`%s': invalid alias name"
68 msgstr "%c%c: opþiune invalidã"
69
70 #: builtins/bind.def:120 builtins/bind.def:123
71 msgid "line editing not enabled"
72 msgstr ""
73
74 #: builtins/bind.def:206
75 #, c-format
76 msgid "`%s': invalid keymap name"
77 msgstr ""
78
79 #: builtins/bind.def:245
80 #, fuzzy, c-format
81 msgid "%s: cannot read: %s"
82 msgstr "%s: nu s-a putut crea: %s"
83
84 #: builtins/bind.def:260
85 #, fuzzy, c-format
86 msgid "`%s': cannot unbind"
87 msgstr "%s: comandã negãsitã"
88
89 #: builtins/bind.def:295 builtins/bind.def:325
90 #, fuzzy, c-format
91 msgid "`%s': unknown function name"
92 msgstr "%s: funcþie doar în citire (readonly)"
93
94 #: builtins/bind.def:303
95 #, c-format
96 msgid "%s is not bound to any keys.\n"
97 msgstr ""
98
99 #: builtins/bind.def:307
100 #, c-format
101 msgid "%s can be invoked via "
102 msgstr ""
103
104 #: builtins/break.def:77 builtins/break.def:117
105 #, fuzzy
106 msgid "loop count"
107 msgstr "logout"
108
109 #: builtins/break.def:137
110 msgid "only meaningful in a `for', `while', or `until' loop"
111 msgstr ""
112
113 #: builtins/caller.def:133
114 msgid ""
115 "Returns the context of the current subroutine call.\n"
116 "    \n"
117 "    Without EXPR, returns "
118 msgstr ""
119
120 #: builtins/caller.def:135
121 msgid ""
122 ".  With EXPR, returns\n"
123 "    "
124 msgstr ""
125
126 #: builtins/caller.def:136
127 msgid ""
128 "; this extra information can be used to\n"
129 "    provide a stack trace.\n"
130 "    \n"
131 "    The value of EXPR indicates how many call frames to go back before the\n"
132 "    current one; the top frame is frame 0."
133 msgstr ""
134
135 #: builtins/cd.def:215
136 msgid "HOME not set"
137 msgstr ""
138
139 #: builtins/cd.def:227
140 msgid "OLDPWD not set"
141 msgstr ""
142
143 #: builtins/common.c:101
144 #, fuzzy, c-format
145 msgid "line %d: "
146 msgstr "slot %3d: "
147
148 #: builtins/common.c:139 error.c:261
149 #, fuzzy, c-format
150 msgid "warning: "
151 msgstr "în scriere"
152
153 #: builtins/common.c:153
154 #, c-format
155 msgid "%s: usage: "
156 msgstr ""
157
158 #: builtins/common.c:166 test.c:827
159 msgid "too many arguments"
160 msgstr "prea mulþi parametri"
161
162 #: builtins/common.c:191 shell.c:499 shell.c:782
163 #, fuzzy, c-format
164 msgid "%s: option requires an argument"
165 msgstr "opþiunea necesitã un parametru: -"
166
167 #: builtins/common.c:198
168 #, c-format
169 msgid "%s: numeric argument required"
170 msgstr ""
171
172 #: builtins/common.c:205
173 #, fuzzy, c-format
174 msgid "%s: not found"
175 msgstr "%s: comandã negãsitã"
176
177 #: builtins/common.c:214 shell.c:795
178 #, fuzzy, c-format
179 msgid "%s: invalid option"
180 msgstr "%c%c: opþiune invalidã"
181
182 #: builtins/common.c:221
183 #, fuzzy, c-format
184 msgid "%s: invalid option name"
185 msgstr "%c%c: opþiune invalidã"
186
187 #: builtins/common.c:228 general.c:231 general.c:236
188 #, fuzzy, c-format
189 msgid "`%s': not a valid identifier"
190 msgstr "`%s' nu este un identificator valid"
191
192 #: builtins/common.c:238
193 #, fuzzy
194 msgid "invalid octal number"
195 msgstr "numãr de semnal invalid"
196
197 #: builtins/common.c:240
198 #, fuzzy
199 msgid "invalid hex number"
200 msgstr "numãr de semnal invalid"
201
202 #: builtins/common.c:242 expr.c:1256
203 #, fuzzy
204 msgid "invalid number"
205 msgstr "numãr de semnal invalid"
206
207 #: builtins/common.c:250
208 #, c-format
209 msgid "%s: invalid signal specification"
210 msgstr ""
211
212 #: builtins/common.c:257
213 #, c-format
214 msgid "`%s': not a pid or valid job spec"
215 msgstr ""
216
217 #: builtins/common.c:264 error.c:454
218 #, c-format
219 msgid "%s: readonly variable"
220 msgstr "%s: variabilã doar în citire"
221
222 #: builtins/common.c:272
223 #, c-format
224 msgid "%s: %s out of range"
225 msgstr ""
226
227 #: builtins/common.c:272 builtins/common.c:274
228 #, fuzzy
229 msgid "argument"
230 msgstr "se aºteaptã parametru"
231
232 #: builtins/common.c:274
233 #, c-format
234 msgid "%s out of range"
235 msgstr ""
236
237 #: builtins/common.c:282
238 #, c-format
239 msgid "%s: no such job"
240 msgstr ""
241
242 #: builtins/common.c:290
243 #, fuzzy, c-format
244 msgid "%s: no job control"
245 msgstr "nici un control de job în acest shell"
246
247 #: builtins/common.c:292
248 #, fuzzy
249 msgid "no job control"
250 msgstr "nici un control de job în acest shell"
251
252 #: builtins/common.c:302
253 #, fuzzy, c-format
254 msgid "%s: restricted"
255 msgstr "%s: jobul a fost terminat"
256
257 #: builtins/common.c:304
258 #, fuzzy
259 msgid "restricted"
260 msgstr "Terminat"
261
262 #: builtins/common.c:312
263 #, c-format
264 msgid "%s: not a shell builtin"
265 msgstr ""
266
267 #: builtins/common.c:321
268 #, fuzzy, c-format
269 msgid "write error: %s"
270 msgstr "eroare de legãturã (pipe): %s"
271
272 #: builtins/common.c:329
273 #, c-format
274 msgid "error setting terminal attributes: %s"
275 msgstr ""
276
277 #: builtins/common.c:331
278 #, c-format
279 msgid "error getting terminal attributes: %s"
280 msgstr ""
281
282 #: builtins/common.c:563
283 #, c-format
284 msgid "%s: error retrieving current directory: %s: %s\n"
285 msgstr ""
286
287 #: builtins/common.c:629 builtins/common.c:631
288 #, fuzzy, c-format
289 msgid "%s: ambiguous job spec"
290 msgstr "%s: Redirectare ambiguã"
291
292 #: builtins/complete.def:276
293 #, c-format
294 msgid "%s: invalid action name"
295 msgstr ""
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 ""
302
303 #: builtins/complete.def:696
304 msgid "warning: -F option may not work as you expect"
305 msgstr ""
306
307 #: builtins/complete.def:698
308 msgid "warning: -C option may not work as you expect"
309 msgstr ""
310
311 #: builtins/complete.def:826
312 msgid "not currently executing completion function"
313 msgstr ""
314
315 #: builtins/declare.def:122
316 #, fuzzy
317 msgid "can only be used in a function"
318 msgstr "poate fi folosit doar într-o funcþie, ºi face ca variabila NUME"
319
320 #: builtins/declare.def:360
321 msgid "cannot use `-f' to make functions"
322 msgstr ""
323
324 #: builtins/declare.def:372 execute_cmd.c:4937
325 #, c-format
326 msgid "%s: readonly function"
327 msgstr "%s: funcþie doar în citire (readonly)"
328
329 #: builtins/declare.def:468
330 #, fuzzy, c-format
331 msgid "%s: cannot destroy array variables in this way"
332 msgstr "$%s: nu se poate asigna în acest mod"
333
334 #: builtins/declare.def:475
335 #, c-format
336 msgid "%s: cannot convert associative to indexed array"
337 msgstr ""
338
339 #: builtins/enable.def:137 builtins/enable.def:145
340 msgid "dynamic loading not available"
341 msgstr ""
342
343 #: builtins/enable.def:312
344 #, fuzzy, c-format
345 msgid "cannot open shared object %s: %s"
346 msgstr "nu pot deschide legãtura numitã %s pentru %s: %s"
347
348 #: builtins/enable.def:335
349 #, c-format
350 msgid "cannot find %s in shared object %s: %s"
351 msgstr ""
352
353 #: builtins/enable.def:459
354 #, c-format
355 msgid "%s: not dynamically loaded"
356 msgstr ""
357
358 #: builtins/enable.def:474
359 #, fuzzy, c-format
360 msgid "%s: cannot delete: %s"
361 msgstr "%s: nu s-a putut crea: %s"
362
363 #: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
364 #: shell.c:1452
365 #, c-format
366 msgid "%s: is a directory"
367 msgstr "%s: este director"
368
369 #: builtins/evalfile.c:139
370 #, fuzzy, c-format
371 msgid "%s: not a regular file"
372 msgstr "%s: nu se poate executa fiºierul binar"
373
374 #: builtins/evalfile.c:147
375 #, c-format
376 msgid "%s: file is too large"
377 msgstr ""
378
379 #: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
380 #: shell.c:1462
381 #, c-format
382 msgid "%s: cannot execute binary file"
383 msgstr "%s: nu se poate executa fiºierul binar"
384
385 #: builtins/exec.def:212
386 #, fuzzy, c-format
387 msgid "%s: cannot execute: %s"
388 msgstr "%s: nu s-a putut crea: %s"
389
390 #: builtins/exit.def:65
391 #, fuzzy, c-format
392 msgid "logout\n"
393 msgstr "logout"
394
395 #: builtins/exit.def:88
396 msgid "not login shell: use `exit'"
397 msgstr ""
398
399 #: builtins/exit.def:120
400 #, c-format
401 msgid "There are stopped jobs.\n"
402 msgstr ""
403
404 #: builtins/exit.def:122
405 #, c-format
406 msgid "There are running jobs.\n"
407 msgstr ""
408
409 #: builtins/fc.def:262
410 #, fuzzy
411 msgid "no command found"
412 msgstr "%s: comandã negãsitã"
413
414 #: builtins/fc.def:349
415 msgid "history specification"
416 msgstr ""
417
418 #: builtins/fc.def:370
419 #, fuzzy, c-format
420 msgid "%s: cannot open temp file: %s"
421 msgstr "%s: nu s-a putut crea: %s"
422
423 #: builtins/fg_bg.def:149 builtins/jobs.def:282
424 msgid "current"
425 msgstr ""
426
427 #: builtins/fg_bg.def:158
428 #, c-format
429 msgid "job %d started without job control"
430 msgstr ""
431
432 #: builtins/getopt.c:110
433 #, fuzzy, c-format
434 msgid "%s: illegal option -- %c\n"
435 msgstr "opþiune ilegalã: -"
436
437 #: builtins/getopt.c:111
438 #, fuzzy, c-format
439 msgid "%s: option requires an argument -- %c\n"
440 msgstr "opþiunea necesitã un parametru: -"
441
442 #: builtins/hash.def:92
443 msgid "hashing disabled"
444 msgstr ""
445
446 #: builtins/hash.def:138
447 #, c-format
448 msgid "%s: hash table empty\n"
449 msgstr ""
450
451 #: builtins/hash.def:244
452 #, fuzzy, c-format
453 msgid "hits\tcommand\n"
454 msgstr "ultima comandã."
455
456 #: builtins/help.def:130
457 #, c-format
458 msgid "Shell commands matching keyword `"
459 msgid_plural "Shell commands matching keywords `"
460 msgstr[0] ""
461 msgstr[1] ""
462
463 #: builtins/help.def:168
464 #, c-format
465 msgid ""
466 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
467 msgstr ""
468
469 #: builtins/help.def:185
470 #, fuzzy, c-format
471 msgid "%s: cannot open: %s"
472 msgstr "%s: nu s-a putut crea: %s"
473
474 #: builtins/help.def:337
475 #, c-format
476 msgid ""
477 "These shell commands are defined internally.  Type `help' to see this list.\n"
478 "Type `help name' to find out more about the function `name'.\n"
479 "Use `info bash' to find out more about the shell in general.\n"
480 "Use `man -k' or `info' to find out more about commands not in this list.\n"
481 "\n"
482 "A star (*) next to a name means that the command is disabled.\n"
483 "\n"
484 msgstr ""
485
486 #: builtins/history.def:154
487 msgid "cannot use more than one of -anrw"
488 msgstr ""
489
490 #: builtins/history.def:186
491 msgid "history position"
492 msgstr ""
493
494 #: builtins/history.def:365
495 #, fuzzy, c-format
496 msgid "%s: history expansion failed"
497 msgstr "%s: se aºteaptã expresie întreagã (integer)"
498
499 #: builtins/inlib.def:71
500 #, fuzzy, c-format
501 msgid "%s: inlib failed"
502 msgstr "%s: variabilã fãrã limitã"
503
504 #: builtins/jobs.def:109
505 msgid "no other options allowed with `-x'"
506 msgstr ""
507
508 #: builtins/kill.def:200
509 #, c-format
510 msgid "%s: arguments must be process or job IDs"
511 msgstr ""
512
513 #: builtins/kill.def:263
514 #, fuzzy
515 msgid "Unknown error"
516 msgstr "Eroare necunoscutã %d"
517
518 #: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
519 msgid "expression expected"
520 msgstr "se aºteaptã expresie"
521
522 #: builtins/mapfile.def:165
523 #, fuzzy, c-format
524 msgid "%s: not an indexed array"
525 msgstr "%s: variabilã fãrã limitã"
526
527 #: builtins/mapfile.def:249 builtins/read.def:279
528 #, c-format
529 msgid "%s: invalid file descriptor specification"
530 msgstr ""
531
532 #: builtins/mapfile.def:257 builtins/read.def:286
533 #, c-format
534 msgid "%d: invalid file descriptor: %s"
535 msgstr ""
536
537 #: builtins/mapfile.def:266 builtins/mapfile.def:304
538 #, fuzzy, c-format
539 msgid "%s: invalid line count"
540 msgstr "%c%c: opþiune invalidã"
541
542 #: builtins/mapfile.def:277
543 #, fuzzy, c-format
544 msgid "%s: invalid array origin"
545 msgstr "%c%c: opþiune invalidã"
546
547 #: builtins/mapfile.def:294
548 #, fuzzy, c-format
549 msgid "%s: invalid callback quantum"
550 msgstr "numãr de semnal invalid"
551
552 #: builtins/mapfile.def:326
553 #, fuzzy
554 msgid "empty array variable name"
555 msgstr "%s: variabilã fãrã limitã"
556
557 #: builtins/mapfile.def:347
558 msgid "array variable support required"
559 msgstr ""
560
561 #: builtins/printf.def:374
562 #, c-format
563 msgid "`%s': missing format character"
564 msgstr ""
565
566 #: builtins/printf.def:551
567 #, c-format
568 msgid "`%c': invalid format character"
569 msgstr ""
570
571 #: builtins/printf.def:578
572 #, c-format
573 msgid "warning: %s: %s"
574 msgstr ""
575
576 #: builtins/printf.def:757
577 msgid "missing hex digit for \\x"
578 msgstr ""
579
580 #: builtins/pushd.def:195
581 #, fuzzy
582 msgid "no other directory"
583 msgstr "director superior."
584
585 #: builtins/pushd.def:462
586 #, fuzzy
587 msgid "<no current directory>"
588 msgstr "\tnoul director de lucru curent."
589
590 #: builtins/pushd.def:506
591 msgid "directory stack empty"
592 msgstr ""
593
594 #: builtins/pushd.def:508
595 msgid "directory stack index"
596 msgstr ""
597
598 #: builtins/pushd.def:683
599 msgid ""
600 "Display the list of currently remembered directories.  Directories\n"
601 "    find their way onto the list with the `pushd' command; you can get\n"
602 "    back up through the list with the `popd' command.\n"
603 "    \n"
604 "    Options:\n"
605 "      -c\tclear the directory stack by deleting all of the elements\n"
606 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
607 "    \tto your home directory\n"
608 "      -p\tprint the directory stack with one entry per line\n"
609 "      -v\tprint the directory stack with one entry per line prefixed\n"
610 "    \twith its position in the stack\n"
611 "    \n"
612 "    Arguments:\n"
613 "      +N\tDisplays the Nth entry counting from the left of the list shown "
614 "by\n"
615 "    \tdirs when invoked without options, starting with zero.\n"
616 "    \n"
617 "      -N\tDisplays the Nth entry counting from the right of the list shown "
618 "by\n"
619 "\tdirs when invoked without options, starting with zero."
620 msgstr ""
621
622 #: builtins/pushd.def:705
623 msgid ""
624 "Adds a directory to the top of the directory stack, or rotates\n"
625 "    the stack, making the new top of the stack the current working\n"
626 "    directory.  With no arguments, exchanges the top two directories.\n"
627 "    \n"
628 "    Options:\n"
629 "      -n\tSuppresses the normal change of directory when adding\n"
630 "    \tdirectories to the stack, so only the stack is manipulated.\n"
631 "    \n"
632 "    Arguments:\n"
633 "      +N\tRotates the stack so that the Nth directory (counting\n"
634 "    \tfrom the left of the list shown by `dirs', starting with\n"
635 "    \tzero) is at the top.\n"
636 "    \n"
637 "      -N\tRotates the stack so that the Nth directory (counting\n"
638 "    \tfrom the right of the list shown by `dirs', starting with\n"
639 "    \tzero) is at the top.\n"
640 "    \n"
641 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
642 "    \tnew current working directory.\n"
643 "    \n"
644 "    The `dirs' builtin displays the directory stack."
645 msgstr ""
646
647 #: builtins/pushd.def:730
648 msgid ""
649 "Removes entries from the directory stack.  With no arguments, removes\n"
650 "    the top directory from the stack, and changes to the new top directory.\n"
651 "    \n"
652 "    Options:\n"
653 "      -n\tSuppresses the normal change of directory when removing\n"
654 "    \tdirectories from the stack, so only the stack is manipulated.\n"
655 "    \n"
656 "    Arguments:\n"
657 "      +N\tRemoves the Nth entry counting from the left of the list\n"
658 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
659 "    \tremoves the first directory, `popd +1' the second.\n"
660 "    \n"
661 "      -N\tRemoves the Nth entry counting from the right of the list\n"
662 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
663 "    \tremoves the last directory, `popd -1' the next to last.\n"
664 "    \n"
665 "    The `dirs' builtin displays the directory stack."
666 msgstr ""
667
668 #: builtins/read.def:252
669 #, c-format
670 msgid "%s: invalid timeout specification"
671 msgstr ""
672
673 #: builtins/read.def:588
674 #, fuzzy, c-format
675 msgid "read error: %d: %s"
676 msgstr "eroare de legãturã (pipe): %s"
677
678 #: builtins/return.def:73
679 msgid "can only `return' from a function or sourced script"
680 msgstr ""
681
682 #: builtins/set.def:768
683 #, fuzzy
684 msgid "cannot simultaneously unset a function and a variable"
685 msgstr "poate fi folosit doar într-o funcþie, ºi face ca variabila NUME"
686
687 #: builtins/set.def:805
688 #, fuzzy, c-format
689 msgid "%s: cannot unset"
690 msgstr "%s: nu s-a putut crea: %s"
691
692 #: builtins/set.def:812
693 #, fuzzy, c-format
694 msgid "%s: cannot unset: readonly %s"
695 msgstr "%s: nu s-a putut crea: %s"
696
697 #: builtins/set.def:823
698 #, fuzzy, c-format
699 msgid "%s: not an array variable"
700 msgstr "%s: variabilã fãrã limitã"
701
702 #: builtins/setattr.def:186
703 #, fuzzy, c-format
704 msgid "%s: not a function"
705 msgstr "%s: funcþie doar în citire (readonly)"
706
707 #: builtins/shift.def:71 builtins/shift.def:77
708 #, fuzzy
709 msgid "shift count"
710 msgstr "shift [n]"
711
712 #: builtins/shopt.def:260
713 msgid "cannot set and unset shell options simultaneously"
714 msgstr ""
715
716 #: builtins/shopt.def:325
717 #, c-format
718 msgid "%s: invalid shell option name"
719 msgstr ""
720
721 #: builtins/source.def:128
722 msgid "filename argument required"
723 msgstr ""
724
725 #: builtins/source.def:153
726 #, fuzzy, c-format
727 msgid "%s: file not found"
728 msgstr "%s: comandã negãsitã"
729
730 #: builtins/suspend.def:101
731 msgid "cannot suspend"
732 msgstr ""
733
734 #: builtins/suspend.def:111
735 #, fuzzy
736 msgid "cannot suspend a login shell"
737 msgstr "Ieºire dintr-un login al shell-ului."
738
739 #: builtins/type.def:234
740 #, c-format
741 msgid "%s is aliased to `%s'\n"
742 msgstr ""
743
744 #: builtins/type.def:255
745 #, c-format
746 msgid "%s is a shell keyword\n"
747 msgstr ""
748
749 #: builtins/type.def:274
750 #, fuzzy, c-format
751 msgid "%s is a function\n"
752 msgstr "%s: funcþie doar în citire (readonly)"
753
754 #: builtins/type.def:296
755 #, c-format
756 msgid "%s is a shell builtin\n"
757 msgstr ""
758
759 #: builtins/type.def:317 builtins/type.def:391
760 #, c-format
761 msgid "%s is %s\n"
762 msgstr ""
763
764 #: builtins/type.def:337
765 #, c-format
766 msgid "%s is hashed (%s)\n"
767 msgstr ""
768
769 #: builtins/ulimit.def:372
770 #, c-format
771 msgid "%s: invalid limit argument"
772 msgstr ""
773
774 #: builtins/ulimit.def:398
775 #, fuzzy, c-format
776 msgid "`%c': bad command"
777 msgstr "%c%c: opþiune invalidã"
778
779 #: builtins/ulimit.def:427
780 #, fuzzy, c-format
781 msgid "%s: cannot get limit: %s"
782 msgstr "%s: nu s-a putut crea: %s"
783
784 #: builtins/ulimit.def:453
785 #, fuzzy
786 msgid "limit"
787 msgstr "limitã CPU"
788
789 #: builtins/ulimit.def:465 builtins/ulimit.def:765
790 #, fuzzy, c-format
791 msgid "%s: cannot modify limit: %s"
792 msgstr "%s: nu s-a putut crea: %s"
793
794 #: builtins/umask.def:118
795 #, fuzzy
796 msgid "octal number"
797 msgstr "numãr de semnal invalid"
798
799 #: builtins/umask.def:231
800 #, c-format
801 msgid "`%c': invalid symbolic mode operator"
802 msgstr ""
803
804 #: builtins/umask.def:286
805 #, c-format
806 msgid "`%c': invalid symbolic mode character"
807 msgstr ""
808
809 #: error.c:90 error.c:321 error.c:323 error.c:325
810 msgid " line "
811 msgstr ""
812
813 #: error.c:165
814 #, fuzzy, c-format
815 msgid "last command: %s\n"
816 msgstr "ultima comandã."
817
818 #: error.c:173
819 #, c-format
820 msgid "Aborting..."
821 msgstr ""
822
823 #: error.c:406
824 #, fuzzy
825 msgid "unknown command error"
826 msgstr "Eroare necunoscutã %d"
827
828 #: error.c:407
829 #, fuzzy
830 msgid "bad command type"
831 msgstr "ºi nume de comandã."
832
833 #: error.c:408
834 #, fuzzy
835 msgid "bad connector"
836 msgstr "conector greºit `%d'"
837
838 #: error.c:409
839 #, fuzzy
840 msgid "bad jump"
841 msgstr "Salt invalid %d"
842
843 #: error.c:447
844 #, c-format
845 msgid "%s: unbound variable"
846 msgstr "%s: variabilã fãrã limitã"
847
848 #: eval.c:181
849 #, fuzzy, c-format
850 msgid "\atimed out waiting for input: auto-logout\n"
851 msgstr "%ca expirat aºteptând introducere de date: auto-logout\n"
852
853 #: execute_cmd.c:497
854 #, c-format
855 msgid "cannot redirect standard input from /dev/null: %s"
856 msgstr ""
857
858 #: execute_cmd.c:1162
859 #, c-format
860 msgid "TIMEFORMAT: `%c': invalid format character"
861 msgstr ""
862
863 #: execute_cmd.c:2075
864 #, fuzzy
865 msgid "pipe error"
866 msgstr "eroare de legãturã (pipe): %s"
867
868 #: execute_cmd.c:4481
869 #, c-format
870 msgid "%s: restricted: cannot specify `/' in command names"
871 msgstr "%s: limitat: nu se poate specifica `/' în numele comenzilor"
872
873 #: execute_cmd.c:4572
874 #, c-format
875 msgid "%s: command not found"
876 msgstr "%s: comandã negãsitã"
877
878 #: execute_cmd.c:4827
879 #, fuzzy, c-format
880 msgid "%s: %s: bad interpreter"
881 msgstr "%s: este director"
882
883 #: execute_cmd.c:4976
884 #, fuzzy, c-format
885 msgid "cannot duplicate fd %d to fd %d"
886 msgstr "nu se poate duplica fd %d în fd 0: %s"
887
888 #: expr.c:241
889 msgid "expression recursion level exceeded"
890 msgstr "nivel de recursivitate al expresiei depãºit"
891
892 #: expr.c:265
893 #, fuzzy
894 msgid "recursion stack underflow"
895 msgstr "Stivã recursivitate prea puþin folositã(underflow)"
896
897 #: expr.c:379
898 msgid "syntax error in expression"
899 msgstr "eroare de sintaxã în expresie "
900
901 #: expr.c:419
902 msgid "attempted assignment to non-variable"
903 msgstr "s-a încercat asignare cãtre non-variabilã"
904
905 #: expr.c:440 expr.c:445 expr.c:756
906 msgid "division by 0"
907 msgstr "împãrþire la 0"
908
909 #: expr.c:471
910 #, fuzzy
911 msgid "bug: bad expassign token"
912 msgstr "bug: identificator(token) expassign greºit %d"
913
914 #: expr.c:513
915 msgid "`:' expected for conditional expression"
916 msgstr "`:' aºteptat dupã expresie condiþionalã"
917
918 #: expr.c:781
919 msgid "exponent less than 0"
920 msgstr ""
921
922 #: expr.c:826
923 msgid "identifier expected after pre-increment or pre-decrement"
924 msgstr ""
925
926 #: expr.c:854
927 msgid "missing `)'"
928 msgstr "`)' lipsã"
929
930 #: expr.c:897 expr.c:1176
931 #, fuzzy
932 msgid "syntax error: operand expected"
933 msgstr "eroare de sintaxã: sfârºit de fiºier neaºteptat"
934
935 #: expr.c:1178
936 msgid "syntax error: invalid arithmetic operator"
937 msgstr ""
938
939 #: expr.c:1202
940 #, fuzzy, c-format
941 msgid "%s%s%s: %s (error token is \"%s\")"
942 msgstr "%s: %s: %s (identificatorul erorii este \"%s\")\n"
943
944 #: expr.c:1260
945 msgid "invalid arithmetic base"
946 msgstr ""
947
948 #: expr.c:1280
949 msgid "value too great for base"
950 msgstr "valoare prea mare pentru bazã"
951
952 #: expr.c:1329
953 #, fuzzy, c-format
954 msgid "%s: expression error\n"
955 msgstr "eroare de redirectare"
956
957 #: general.c:61
958 #, fuzzy
959 msgid "getcwd: cannot access parent directories"
960 msgstr "getwd: nu s-au putut accesa directoarele pãrinte"
961
962 #: input.c:94 subst.c:4857
963 #, c-format
964 msgid "cannot reset nodelay mode for fd %d"
965 msgstr ""
966
967 #: input.c:258
968 #, fuzzy, c-format
969 msgid "cannot allocate new file descriptor for bash input from fd %d"
970 msgstr ""
971 "nu se poate aloca descriptor de fiºier nou pentru inputul bash din fd %d: %s"
972
973 #: input.c:266
974 #, fuzzy, c-format
975 msgid "save_bash_input: buffer already exists for new fd %d"
976 msgstr "check_bash_input: buffer deja existent pentru fd nou %d"
977
978 #: jobs.c:466
979 msgid "start_pipeline: pgrp pipe"
980 msgstr ""
981
982 #: jobs.c:887
983 #, c-format
984 msgid "forked pid %d appears in running job %d"
985 msgstr ""
986
987 #: jobs.c:1005
988 #, c-format
989 msgid "deleting stopped job %d with process group %ld"
990 msgstr ""
991
992 #: jobs.c:1110
993 #, c-format
994 msgid "add_process: process %5ld (%s) in the_pipeline"
995 msgstr ""
996
997 #: jobs.c:1113
998 #, c-format
999 msgid "add_process: pid %5ld (%s) marked as still alive"
1000 msgstr ""
1001
1002 #: jobs.c:1401
1003 #, fuzzy, c-format
1004 msgid "describe_pid: %ld: no such pid"
1005 msgstr "describe_pid: Nu existã pid-ul (%d)!\n"
1006
1007 #: jobs.c:1416
1008 #, fuzzy, c-format
1009 msgid "Signal %d"
1010 msgstr "Semnal Necunoscut #%d"
1011
1012 #: jobs.c:1430 jobs.c:1455
1013 msgid "Done"
1014 msgstr "Finalizat"
1015
1016 #: jobs.c:1435 siglist.c:123
1017 msgid "Stopped"
1018 msgstr "Stopat"
1019
1020 #: jobs.c:1439
1021 #, fuzzy, c-format
1022 msgid "Stopped(%s)"
1023 msgstr "Stopat"
1024
1025 #: jobs.c:1443
1026 msgid "Running"
1027 msgstr "În rulare"
1028
1029 #: jobs.c:1457
1030 #, c-format
1031 msgid "Done(%d)"
1032 msgstr "Finalizat(%d)"
1033
1034 #: jobs.c:1459
1035 #, c-format
1036 msgid "Exit %d"
1037 msgstr "Ieºire %d"
1038
1039 #: jobs.c:1462
1040 msgid "Unknown status"
1041 msgstr "Stare necunoscutã"
1042
1043 #: jobs.c:1549
1044 #, c-format
1045 msgid "(core dumped) "
1046 msgstr "(core dumped) "
1047
1048 #: jobs.c:1568
1049 #, fuzzy, c-format
1050 msgid "  (wd: %s)"
1051 msgstr "(wd actual: %s)\n"
1052
1053 #: jobs.c:1776
1054 #, fuzzy, c-format
1055 msgid "child setpgid (%ld to %ld)"
1056 msgstr "setpgid copil (de la %d la %d) a întâlnit o eroare %d: %s\n"
1057
1058 #: jobs.c:2104 nojobs.c:585
1059 #, fuzzy, c-format
1060 msgid "wait: pid %ld is not a child of this shell"
1061 msgstr "aºteptaþi: pid-ul %d nu este rezultat(child) al acestui shell"
1062
1063 #: jobs.c:2331
1064 #, c-format
1065 msgid "wait_for: No record of process %ld"
1066 msgstr ""
1067
1068 #: jobs.c:2607
1069 #, c-format
1070 msgid "wait_for_job: job %d is stopped"
1071 msgstr ""
1072
1073 #: jobs.c:2829
1074 #, c-format
1075 msgid "%s: job has terminated"
1076 msgstr "%s: jobul a fost terminat"
1077
1078 #: jobs.c:2838
1079 #, c-format
1080 msgid "%s: job %d already in background"
1081 msgstr ""
1082
1083 #: jobs.c:3059
1084 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1085 msgstr ""
1086
1087 #: jobs.c:3508
1088 #, fuzzy, c-format
1089 msgid "%s: line %d: "
1090 msgstr "slot %3d: "
1091
1092 #: jobs.c:3522 nojobs.c:814
1093 #, c-format
1094 msgid " (core dumped)"
1095 msgstr " (core dumped)"
1096
1097 #: jobs.c:3534 jobs.c:3547
1098 #, c-format
1099 msgid "(wd now: %s)\n"
1100 msgstr "(wd actual: %s)\n"
1101
1102 #: jobs.c:3579
1103 #, fuzzy
1104 msgid "initialize_job_control: getpgrp failed"
1105 msgstr "initialize_jobs: getpgrp eºuat: %s"
1106
1107 #: jobs.c:3639
1108 #, fuzzy
1109 msgid "initialize_job_control: line discipline"
1110 msgstr "initialize_jobs: disciplinã linie: %s"
1111
1112 #: jobs.c:3649
1113 #, fuzzy
1114 msgid "initialize_job_control: setpgid"
1115 msgstr "initialize_jobs: getpgrp eºuat: %s"
1116
1117 #: jobs.c:3677
1118 #, c-format
1119 msgid "cannot set terminal process group (%d)"
1120 msgstr ""
1121
1122 #: jobs.c:3682
1123 msgid "no job control in this shell"
1124 msgstr "nici un control de job în acest shell"
1125
1126 #: lib/malloc/malloc.c:296
1127 #, c-format
1128 msgid "malloc: failed assertion: %s\n"
1129 msgstr ""
1130
1131 #: lib/malloc/malloc.c:312
1132 #, c-format
1133 msgid ""
1134 "\r\n"
1135 "malloc: %s:%d: assertion botched\r\n"
1136 msgstr ""
1137
1138 #: lib/malloc/malloc.c:313
1139 msgid "unknown"
1140 msgstr "necunoscut"
1141
1142 #: lib/malloc/malloc.c:797
1143 msgid "malloc: block on free list clobbered"
1144 msgstr ""
1145
1146 #: lib/malloc/malloc.c:874
1147 msgid "free: called with already freed block argument"
1148 msgstr ""
1149
1150 #: lib/malloc/malloc.c:877
1151 msgid "free: called with unallocated block argument"
1152 msgstr ""
1153
1154 #: lib/malloc/malloc.c:896
1155 msgid "free: underflow detected; mh_nbytes out of range"
1156 msgstr ""
1157
1158 #: lib/malloc/malloc.c:902
1159 msgid "free: start and end chunk sizes differ"
1160 msgstr ""
1161
1162 #: lib/malloc/malloc.c:1001
1163 msgid "realloc: called with unallocated block argument"
1164 msgstr ""
1165
1166 #: lib/malloc/malloc.c:1016
1167 msgid "realloc: underflow detected; mh_nbytes out of range"
1168 msgstr ""
1169
1170 #: lib/malloc/malloc.c:1022
1171 msgid "realloc: start and end chunk sizes differ"
1172 msgstr ""
1173
1174 #: lib/malloc/table.c:177
1175 #, c-format
1176 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1177 msgstr ""
1178
1179 #: lib/malloc/table.c:184
1180 #, c-format
1181 msgid "register_alloc: %p already in table as allocated?\n"
1182 msgstr ""
1183
1184 #: lib/malloc/table.c:220
1185 #, c-format
1186 msgid "register_free: %p already in table as free?\n"
1187 msgstr ""
1188
1189 #: lib/sh/fmtulong.c:101
1190 msgid "invalid base"
1191 msgstr ""
1192
1193 #: lib/sh/netopen.c:168
1194 #, fuzzy, c-format
1195 msgid "%s: host unknown"
1196 msgstr "necunoscut"
1197
1198 #: lib/sh/netopen.c:175
1199 #, c-format
1200 msgid "%s: invalid service"
1201 msgstr ""
1202
1203 #: lib/sh/netopen.c:306
1204 #, c-format
1205 msgid "%s: bad network path specification"
1206 msgstr ""
1207
1208 #: lib/sh/netopen.c:346
1209 msgid "network operations not supported"
1210 msgstr ""
1211
1212 #: locale.c:192
1213 #, c-format
1214 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1215 msgstr ""
1216
1217 #: locale.c:194
1218 #, c-format
1219 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1220 msgstr ""
1221
1222 #: locale.c:247
1223 #, fuzzy, c-format
1224 msgid "setlocale: %s: cannot change locale (%s)"
1225 msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)"
1226
1227 #: locale.c:249
1228 #, fuzzy, c-format
1229 msgid "setlocale: %s: cannot change locale (%s): %s"
1230 msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)"
1231
1232 #: mailcheck.c:433
1233 msgid "You have mail in $_"
1234 msgstr "Aveþi mail în $_"
1235
1236 #: mailcheck.c:458
1237 msgid "You have new mail in $_"
1238 msgstr "Aveþi mail nou în $_"
1239
1240 #: mailcheck.c:474
1241 #, c-format
1242 msgid "The mail in %s has been read\n"
1243 msgstr "Mailul din %s a fost citit\n"
1244
1245 #: make_cmd.c:323
1246 #, fuzzy
1247 msgid "syntax error: arithmetic expression required"
1248 msgstr "eroare de sintaxã în expresie "
1249
1250 #: make_cmd.c:325
1251 #, fuzzy
1252 msgid "syntax error: `;' unexpected"
1253 msgstr "eroare de sintaxã: sfârºit de fiºier neaºteptat"
1254
1255 #: make_cmd.c:326
1256 #, fuzzy, c-format
1257 msgid "syntax error: `((%s))'"
1258 msgstr "eroare de sintaxã"
1259
1260 #: make_cmd.c:575
1261 #, c-format
1262 msgid "make_here_document: bad instruction type %d"
1263 msgstr "make_here_document: tip de instrucþiune greºit %d"
1264
1265 #: make_cmd.c:659
1266 #, c-format
1267 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1268 msgstr ""
1269
1270 #: make_cmd.c:756
1271 #, c-format
1272 msgid "make_redirection: redirection instruction `%d' out of range"
1273 msgstr ""
1274
1275 #: parse.y:3133 parse.y:3369
1276 #, fuzzy, c-format
1277 msgid "unexpected EOF while looking for matching `%c'"
1278 msgstr "EOF brusc în cãutare dupã `%c'"
1279
1280 #: parse.y:3951
1281 #, fuzzy
1282 msgid "unexpected EOF while looking for `]]'"
1283 msgstr "EOF brusc în cãutare dupã `%c'"
1284
1285 #: parse.y:3956
1286 #, fuzzy, c-format
1287 msgid "syntax error in conditional expression: unexpected token `%s'"
1288 msgstr "eroare de sintaxã neaºteptatã lângã `%s'"
1289
1290 #: parse.y:3960
1291 #, fuzzy
1292 msgid "syntax error in conditional expression"
1293 msgstr "eroare de sintaxã în expresie "
1294
1295 #: parse.y:4038
1296 #, c-format
1297 msgid "unexpected token `%s', expected `)'"
1298 msgstr ""
1299
1300 #: parse.y:4042
1301 #, fuzzy
1302 msgid "expected `)'"
1303 msgstr "se aºteaptã `)'"
1304
1305 #: parse.y:4070
1306 #, c-format
1307 msgid "unexpected argument `%s' to conditional unary operator"
1308 msgstr ""
1309
1310 #: parse.y:4074
1311 msgid "unexpected argument to conditional unary operator"
1312 msgstr ""
1313
1314 #: parse.y:4120
1315 #, fuzzy, c-format
1316 msgid "unexpected token `%s', conditional binary operator expected"
1317 msgstr "%s: se aºteaptã operator binar"
1318
1319 #: parse.y:4124
1320 #, fuzzy
1321 msgid "conditional binary operator expected"
1322 msgstr "%s: se aºteaptã operator binar"
1323
1324 #: parse.y:4146
1325 #, c-format
1326 msgid "unexpected argument `%s' to conditional binary operator"
1327 msgstr ""
1328
1329 #: parse.y:4150
1330 msgid "unexpected argument to conditional binary operator"
1331 msgstr ""
1332
1333 #: parse.y:4161
1334 #, fuzzy, c-format
1335 msgid "unexpected token `%c' in conditional command"
1336 msgstr "`:' aºteptat dupã expresie condiþionalã"
1337
1338 #: parse.y:4164
1339 #, fuzzy, c-format
1340 msgid "unexpected token `%s' in conditional command"
1341 msgstr "`:' aºteptat dupã expresie condiþionalã"
1342
1343 #: parse.y:4168
1344 #, fuzzy, c-format
1345 msgid "unexpected token %d in conditional command"
1346 msgstr "`:' aºteptat dupã expresie condiþionalã"
1347
1348 #: parse.y:5459
1349 #, c-format
1350 msgid "syntax error near unexpected token `%s'"
1351 msgstr "eroare de sintaxã neaºteptatã lângã `%s'"
1352
1353 #: parse.y:5477
1354 #, fuzzy, c-format
1355 msgid "syntax error near `%s'"
1356 msgstr "eroare de sintaxã neaºteptatã lângã `%s'"
1357
1358 #: parse.y:5487
1359 msgid "syntax error: unexpected end of file"
1360 msgstr "eroare de sintaxã: sfârºit de fiºier neaºteptat"
1361
1362 #: parse.y:5487
1363 msgid "syntax error"
1364 msgstr "eroare de sintaxã"
1365
1366 #: parse.y:5549
1367 #, c-format
1368 msgid "Use \"%s\" to leave the shell.\n"
1369 msgstr "Folosiþi \"%s\" pentru a pãrãsi shellul.\n"
1370
1371 #: parse.y:5711
1372 #, fuzzy
1373 msgid "unexpected EOF while looking for matching `)'"
1374 msgstr "EOF brusc în cãutare dupã `%c'"
1375
1376 #: pcomplete.c:1030
1377 #, c-format
1378 msgid "completion: function `%s' not found"
1379 msgstr ""
1380
1381 #: pcomplib.c:179
1382 #, c-format
1383 msgid "progcomp_insert: %s: NULL COMPSPEC"
1384 msgstr ""
1385
1386 #: print_cmd.c:290
1387 #, c-format
1388 msgid "print_command: bad connector `%d'"
1389 msgstr "print_command: conector greºitr `%d'"
1390
1391 #: print_cmd.c:363
1392 #, c-format
1393 msgid "xtrace_set: %d: invalid file descriptor"
1394 msgstr ""
1395
1396 #: print_cmd.c:368
1397 msgid "xtrace_set: NULL file pointer"
1398 msgstr ""
1399
1400 #: print_cmd.c:372
1401 #, c-format
1402 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1403 msgstr ""
1404
1405 #: print_cmd.c:1461
1406 #, c-format
1407 msgid "cprintf: `%c': invalid format character"
1408 msgstr ""
1409
1410 #: redir.c:110
1411 msgid "file descriptor out of range"
1412 msgstr ""
1413
1414 #: redir.c:166
1415 #, fuzzy, c-format
1416 msgid "%s: ambiguous redirect"
1417 msgstr "%s: Redirectare ambiguã"
1418
1419 #: redir.c:170
1420 #, fuzzy, c-format
1421 msgid "%s: cannot overwrite existing file"
1422 msgstr "%s: nu se poate accesa(clobber) fiºierul existent"
1423
1424 #: redir.c:175
1425 #, fuzzy, c-format
1426 msgid "%s: restricted: cannot redirect output"
1427 msgstr "%s: limitat: nu se poate specifica `/' în numele comenzilor"
1428
1429 #: redir.c:180
1430 #, fuzzy, c-format
1431 msgid "cannot create temp file for here-document: %s"
1432 msgstr "nu pot face legãturã (pipe) pentru substituþia procesului: %s"
1433
1434 #: redir.c:184
1435 #, fuzzy, c-format
1436 msgid "%s: cannot assign fd to variable"
1437 msgstr "%s: nu pot asigna listã membrului intervalului"
1438
1439 #: redir.c:544
1440 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1441 msgstr ""
1442
1443 #: redir.c:1101
1444 #, fuzzy
1445 msgid "redirection error: cannot duplicate fd"
1446 msgstr "eroare de redirectare"
1447
1448 #: shell.c:332
1449 msgid "could not find /tmp, please create!"
1450 msgstr ""
1451
1452 #: shell.c:336
1453 msgid "/tmp must be a valid directory name"
1454 msgstr ""
1455
1456 #: shell.c:884
1457 #, fuzzy, c-format
1458 msgid "%c%c: invalid option"
1459 msgstr "%c%c: opþiune invalidã"
1460
1461 #: shell.c:1651
1462 msgid "I have no name!"
1463 msgstr "Nu am nici un nume!"
1464
1465 #: shell.c:1793
1466 #, fuzzy, c-format
1467 msgid "GNU bash, version %s-(%s)\n"
1468 msgstr "GNU %s, versiunea %s\n"
1469
1470 #: shell.c:1794
1471 #, c-format
1472 msgid ""
1473 "Usage:\t%s [GNU long option] [option] ...\n"
1474 "\t%s [GNU long option] [option] script-file ...\n"
1475 msgstr ""
1476 "Folosire:\t%s [GNU opþiune lungã] [opþiune] ...\n"
1477 "\t%s [GNU opþiune lungã] [opþiune] fiºier script ...\n"
1478
1479 #: shell.c:1796
1480 msgid "GNU long options:\n"
1481 msgstr "opþiuni lungi GNU:\n"
1482
1483 #: shell.c:1800
1484 msgid "Shell options:\n"
1485 msgstr "Opþiuni ale shell-ului:\n"
1486
1487 #: shell.c:1801
1488 #, fuzzy
1489 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1490 msgstr "\t-irsD sau -c comandã\t\t(doar invocaþie)\n"
1491
1492 #: shell.c:1816
1493 #, c-format
1494 msgid "\t-%s or -o option\n"
1495 msgstr "\t-%s sau -o opþiune\n"
1496
1497 #: shell.c:1822
1498 #, c-format
1499 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1500 msgstr ""
1501 "Apãsaþi `%s -c \"set-ajutor\"' pentru mai multe informaþii despre opþiunile "
1502 "shell-ului.\n"
1503
1504 #: shell.c:1823
1505 #, c-format
1506 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1507 msgstr ""
1508 "Apãsaþi `%s -c ajutor' pentru mai multe informaþii despre comenzile interne "
1509 "ale shell-ului.\n"
1510
1511 #: shell.c:1824
1512 #, c-format
1513 msgid "Use the `bashbug' command to report bugs.\n"
1514 msgstr ""
1515
1516 #: sig.c:626
1517 #, c-format
1518 msgid "sigprocmask: %d: invalid operation"
1519 msgstr ""
1520
1521 #: siglist.c:48
1522 msgid "Bogus signal"
1523 msgstr "Semnal fals"
1524
1525 #: siglist.c:51
1526 msgid "Hangup"
1527 msgstr "Deconectare"
1528
1529 #: siglist.c:55
1530 msgid "Interrupt"
1531 msgstr "Întrerupere"
1532
1533 #: siglist.c:59
1534 msgid "Quit"
1535 msgstr "Pãrãsire"
1536
1537 #: siglist.c:63
1538 msgid "Illegal instruction"
1539 msgstr "Instrucþiune ilegalã"
1540
1541 #: siglist.c:67
1542 msgid "BPT trace/trap"
1543 msgstr "BPT trace/trap"
1544
1545 #: siglist.c:75
1546 msgid "ABORT instruction"
1547 msgstr "instrucþiune ABORT"
1548
1549 #: siglist.c:79
1550 msgid "EMT instruction"
1551 msgstr "instrucþiune EMT"
1552
1553 #: siglist.c:83
1554 msgid "Floating point exception"
1555 msgstr "Excepþie virgulã mobilã"
1556
1557 #: siglist.c:87
1558 msgid "Killed"
1559 msgstr "Terminat(killed)"
1560
1561 #: siglist.c:91
1562 msgid "Bus error"
1563 msgstr "Eroare de bus"
1564
1565 #: siglist.c:95
1566 msgid "Segmentation fault"
1567 msgstr "Eroare de segmentare (Segmentation fault)"
1568
1569 #: siglist.c:99
1570 msgid "Bad system call"
1571 msgstr "Apelare sistem invalidã"
1572
1573 #: siglist.c:103
1574 msgid "Broken pipe"
1575 msgstr "Legãturã(pipe) întreruptã"
1576
1577 #: siglist.c:107
1578 msgid "Alarm clock"
1579 msgstr "Ceas alarmã"
1580
1581 #: siglist.c:111
1582 msgid "Terminated"
1583 msgstr "Terminat"
1584
1585 #: siglist.c:115
1586 msgid "Urgent IO condition"
1587 msgstr "Condiþie IO urgentã"
1588
1589 #: siglist.c:119
1590 msgid "Stopped (signal)"
1591 msgstr "Oprit (semnal)"
1592
1593 #: siglist.c:127
1594 msgid "Continue"
1595 msgstr "Continuare"
1596
1597 #: siglist.c:135
1598 msgid "Child death or stop"
1599 msgstr "Succesor mort sau oprit"
1600
1601 #: siglist.c:139
1602 msgid "Stopped (tty input)"
1603 msgstr "Oprit (tty input)"
1604
1605 #: siglist.c:143
1606 msgid "Stopped (tty output)"
1607 msgstr "Oprit (tty output)"
1608
1609 #: siglist.c:147
1610 msgid "I/O ready"
1611 msgstr "I/O pregãtit"
1612
1613 #: siglist.c:151
1614 msgid "CPU limit"
1615 msgstr "limitã CPU"
1616
1617 #: siglist.c:155
1618 msgid "File limit"
1619 msgstr "limitã fiºier"
1620
1621 #: siglist.c:159
1622 msgid "Alarm (virtual)"
1623 msgstr "Alarmã (virtual)"
1624
1625 #: siglist.c:163
1626 msgid "Alarm (profile)"
1627 msgstr "Alarmã (profil)"
1628
1629 #: siglist.c:167
1630 msgid "Window changed"
1631 msgstr "Fereastrã schimbatã"
1632
1633 #: siglist.c:171
1634 msgid "Record lock"
1635 msgstr "Reþinere (lock) înregistrare"
1636
1637 #: siglist.c:175
1638 msgid "User signal 1"
1639 msgstr "Semnal utilizator 1"
1640
1641 #: siglist.c:179
1642 msgid "User signal 2"
1643 msgstr "Semnal utilizator 2"
1644
1645 #: siglist.c:183
1646 msgid "HFT input data pending"
1647 msgstr "Date de intrare HFT în curs de rezolvare(pending)"
1648
1649 #: siglist.c:187
1650 msgid "power failure imminent"
1651 msgstr "probleme electrice iminente"
1652
1653 #: siglist.c:191
1654 msgid "system crash imminent"
1655 msgstr "crash de sistem iminent"
1656
1657 #: siglist.c:195
1658 msgid "migrate process to another CPU"
1659 msgstr "migrare proces spre alt CPU"
1660
1661 #: siglist.c:199
1662 msgid "programming error"
1663 msgstr "eroare de programare"
1664
1665 #: siglist.c:203
1666 msgid "HFT monitor mode granted"
1667 msgstr "mod monitor HFT acordat"
1668
1669 #: siglist.c:207
1670 msgid "HFT monitor mode retracted"
1671 msgstr "mod monitor HFT retras"
1672
1673 #: siglist.c:211
1674 msgid "HFT sound sequence has completed"
1675 msgstr "secvenþã de sunet HFT completatã"
1676
1677 #: siglist.c:215
1678 msgid "Information request"
1679 msgstr ""
1680
1681 #: siglist.c:223
1682 msgid "Unknown Signal #"
1683 msgstr "Semnal Necunoscut #"
1684
1685 #: siglist.c:225
1686 #, c-format
1687 msgid "Unknown Signal #%d"
1688 msgstr "Semnal Necunoscut #%d"
1689
1690 #: subst.c:1333 subst.c:1454
1691 #, fuzzy, c-format
1692 msgid "bad substitution: no closing `%s' in %s"
1693 msgstr "substituþie invalidã: nu existã '%s' în %s"
1694
1695 #: subst.c:2735
1696 #, c-format
1697 msgid "%s: cannot assign list to array member"
1698 msgstr "%s: nu pot asigna listã membrului intervalului"
1699
1700 #: subst.c:4754 subst.c:4770
1701 #, fuzzy
1702 msgid "cannot make pipe for process substitution"
1703 msgstr "nu pot face legãturã (pipe) pentru substituþia procesului: %s"
1704
1705 #: subst.c:4802
1706 #, fuzzy
1707 msgid "cannot make child for process substitution"
1708 msgstr "nu pot crea un proces copil pentru substituirea procesului: %s"
1709
1710 #: subst.c:4847
1711 #, fuzzy, c-format
1712 msgid "cannot open named pipe %s for reading"
1713 msgstr "nu pot deschide legãtura numitã %s pentru %s: %s"
1714
1715 #: subst.c:4849
1716 #, fuzzy, c-format
1717 msgid "cannot open named pipe %s for writing"
1718 msgstr "nu pot deschide legãtura numitã %s pentru %s: %s"
1719
1720 #: subst.c:4867
1721 #, fuzzy, c-format
1722 msgid "cannot duplicate named pipe %s as fd %d"
1723 msgstr "nu se poate duplica legãtura numitã %s ca fd %d: %s "
1724
1725 #: subst.c:5063
1726 #, fuzzy
1727 msgid "cannot make pipe for command substitution"
1728 msgstr "nu pot face legãturi(pipes) pentru substituþia de comenzi: %s"
1729
1730 #: subst.c:5097
1731 #, fuzzy
1732 msgid "cannot make child for command substitution"
1733 msgstr "nu pot crea un copil pentru substituþia de comenzi: %s"
1734
1735 #: subst.c:5114
1736 #, fuzzy
1737 msgid "command_substitute: cannot duplicate pipe as fd 1"
1738 msgstr "command_substitute: nu se poate duplica legãtura (pipe) ca fd 1: %s"
1739
1740 #: subst.c:5617
1741 #, c-format
1742 msgid "%s: parameter null or not set"
1743 msgstr "%s: parametru null sau nesetat"
1744
1745 #: subst.c:5907
1746 #, c-format
1747 msgid "%s: substring expression < 0"
1748 msgstr "%s: expresie subºir < 0"
1749
1750 #: subst.c:6965
1751 #, c-format
1752 msgid "%s: bad substitution"
1753 msgstr "%s: substituþie invalidã"
1754
1755 #: subst.c:7045
1756 #, c-format
1757 msgid "$%s: cannot assign in this way"
1758 msgstr "$%s: nu se poate asigna în acest mod"
1759
1760 #: subst.c:7374
1761 msgid ""
1762 "future versions of the shell will force evaluation as an arithmetic "
1763 "substitution"
1764 msgstr ""
1765
1766 #: subst.c:7839
1767 #, fuzzy, c-format
1768 msgid "bad substitution: no closing \"`\" in %s"
1769 msgstr "substituþie invalidã: nu existã ')' de final în %s"
1770
1771 #: subst.c:8720
1772 #, c-format
1773 msgid "no match: %s"
1774 msgstr ""
1775
1776 #: test.c:146
1777 msgid "argument expected"
1778 msgstr "se aºteaptã parametru"
1779
1780 #: test.c:155
1781 #, c-format
1782 msgid "%s: integer expression expected"
1783 msgstr "%s: se aºteaptã expresie întreagã (integer)"
1784
1785 #: test.c:263
1786 msgid "`)' expected"
1787 msgstr "se aºteaptã `)'"
1788
1789 #: test.c:265
1790 #, c-format
1791 msgid "`)' expected, found %s"
1792 msgstr "se aºteaptã `)', s-a primit %s"
1793
1794 #: test.c:280 test.c:693 test.c:696
1795 #, c-format
1796 msgid "%s: unary operator expected"
1797 msgstr "%s: se aºteaptã operator unar"
1798
1799 #: test.c:449 test.c:736
1800 #, c-format
1801 msgid "%s: binary operator expected"
1802 msgstr "%s: se aºteaptã operator binar"
1803
1804 #: test.c:811
1805 msgid "missing `]'"
1806 msgstr "lipseºte ']'"
1807
1808 #: trap.c:203
1809 #, fuzzy
1810 msgid "invalid signal number"
1811 msgstr "numãr de semnal invalid"
1812
1813 #: trap.c:327
1814 #, c-format
1815 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1816 msgstr ""
1817
1818 #: trap.c:331
1819 #, c-format
1820 msgid ""
1821 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1822 msgstr ""
1823
1824 #: trap.c:380
1825 #, fuzzy, c-format
1826 msgid "trap_handler: bad signal %d"
1827 msgstr "trap_handler: Semnal invalid %d"
1828
1829 #: variables.c:363
1830 #, c-format
1831 msgid "error importing function definition for `%s'"
1832 msgstr "eroare în importarea definiþiei funcþiei pentru '%s'"
1833
1834 #: variables.c:748
1835 #, c-format
1836 msgid "shell level (%d) too high, resetting to 1"
1837 msgstr ""
1838
1839 #: variables.c:1915
1840 msgid "make_local_variable: no function context at current scope"
1841 msgstr ""
1842
1843 #: variables.c:3159
1844 msgid "all_local_variables: no function context at current scope"
1845 msgstr ""
1846
1847 #: variables.c:3376
1848 #, fuzzy, c-format
1849 msgid "%s has null exportstr"
1850 msgstr "%s: parametru null sau nesetat"
1851
1852 #: variables.c:3381 variables.c:3390
1853 #, c-format
1854 msgid "invalid character %d in exportstr for %s"
1855 msgstr ""
1856
1857 #: variables.c:3396
1858 #, c-format
1859 msgid "no `=' in exportstr for %s"
1860 msgstr ""
1861
1862 #: variables.c:3835
1863 msgid "pop_var_context: head of shell_variables not a function context"
1864 msgstr ""
1865
1866 #: variables.c:3848
1867 msgid "pop_var_context: no global_variables context"
1868 msgstr ""
1869
1870 #: variables.c:3922
1871 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1872 msgstr ""
1873
1874 #: variables.c:4678
1875 #, fuzzy, c-format
1876 msgid "%s: %s: cannot open as FILE"
1877 msgstr "%s: nu s-a putut crea: %s"
1878
1879 #: variables.c:4683
1880 #, c-format
1881 msgid "%s: %s: invalid value for trace file descriptor"
1882 msgstr ""
1883
1884 #: version.c:46
1885 msgid "Copyright (C) 2009 Free Software Foundation, Inc."
1886 msgstr ""
1887
1888 #: version.c:47
1889 msgid ""
1890 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1891 "html>\n"
1892 msgstr ""
1893
1894 #: version.c:86 version2.c:83
1895 #, fuzzy, c-format
1896 msgid "GNU bash, version %s (%s)\n"
1897 msgstr "GNU %s, versiunea %s\n"
1898
1899 #: version.c:91 version2.c:88
1900 #, c-format
1901 msgid "This is free software; you are free to change and redistribute it.\n"
1902 msgstr ""
1903
1904 #: version.c:92 version2.c:89
1905 #, c-format
1906 msgid "There is NO WARRANTY, to the extent permitted by law.\n"
1907 msgstr ""
1908
1909 #: version2.c:86
1910 #, c-format
1911 msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
1912 msgstr ""
1913
1914 #: version2.c:87
1915 #, c-format
1916 msgid ""
1917 "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
1918 "html>\n"
1919 msgstr ""
1920
1921 #: xmalloc.c:91
1922 #, fuzzy, c-format
1923 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
1924 msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)"
1925
1926 #: xmalloc.c:93
1927 #, fuzzy, c-format
1928 msgid "%s: cannot allocate %lu bytes"
1929 msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)"
1930
1931 #: xmalloc.c:163
1932 #, fuzzy, c-format
1933 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1934 msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)"
1935
1936 #: xmalloc.c:165
1937 #, fuzzy, c-format
1938 msgid "%s: %s:%d: cannot allocate %lu bytes"
1939 msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)"
1940
1941 #: builtins.c:43
1942 msgid "alias [-p] [name[=value] ... ]"
1943 msgstr "alias [-p] [nume[=valoare] ... ]"
1944
1945 #: builtins.c:47
1946 #, fuzzy
1947 msgid "unalias [-a] name [name ...]"
1948 msgstr "unalias [-a] [nume ...]"
1949
1950 #: builtins.c:51
1951 #, fuzzy
1952 msgid ""
1953 "bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1954 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1955 msgstr ""
1956 "bind [-lpvsPVS] [-m keymap] [-f nume_fiºier] [-q nume] [-r keyseq] [keyseq:"
1957 "funcþie readline]"
1958
1959 #: builtins.c:54
1960 msgid "break [n]"
1961 msgstr "break [n]"
1962
1963 #: builtins.c:56
1964 msgid "continue [n]"
1965 msgstr "continue [n]"
1966
1967 #: builtins.c:58
1968 msgid "builtin [shell-builtin [arg ...]]"
1969 msgstr "builtin [shell-builtin [arg ...]]"
1970
1971 #: builtins.c:61
1972 #, fuzzy
1973 msgid "caller [expr]"
1974 msgstr "test [expr]"
1975
1976 #: builtins.c:64
1977 #, fuzzy
1978 msgid "cd [-L|-P] [dir]"
1979 msgstr "cd [-PL] [dir]"
1980
1981 #: builtins.c:66
1982 #, fuzzy
1983 msgid "pwd [-LP]"
1984 msgstr "pwd [-PL]"
1985
1986 #: builtins.c:68
1987 msgid ":"
1988 msgstr ":"
1989
1990 #: builtins.c:70
1991 msgid "true"
1992 msgstr ""
1993
1994 #: builtins.c:72
1995 msgid "false"
1996 msgstr ""
1997
1998 #: builtins.c:74
1999 msgid "command [-pVv] command [arg ...]"
2000 msgstr "command [-pVv] comandã [arg ...]"
2001
2002 #: builtins.c:76
2003 #, fuzzy
2004 msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
2005 msgstr "declare [-afFrxi] [-p] nume[=valoare] ..."
2006
2007 #: builtins.c:78
2008 #, fuzzy
2009 msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
2010 msgstr "typeset [-afFrxi] [-p] nume[=valoare] ..."
2011
2012 #: builtins.c:80
2013 #, fuzzy
2014 msgid "local [option] name[=value] ..."
2015 msgstr "local nume[=valoare] ..."
2016
2017 #: builtins.c:83
2018 msgid "echo [-neE] [arg ...]"
2019 msgstr "echo [-neE] [arg ...]"
2020
2021 #: builtins.c:87
2022 msgid "echo [-n] [arg ...]"
2023 msgstr "echo [-n] [arg ...]"
2024
2025 #: builtins.c:90
2026 #, fuzzy
2027 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2028 msgstr "enable [-pnds] [-a] [-f nume_fiºier] [nume ...]"
2029
2030 #: builtins.c:92
2031 msgid "eval [arg ...]"
2032 msgstr "eval [arg ...]"
2033
2034 #: builtins.c:94
2035 msgid "getopts optstring name [arg]"
2036 msgstr "getopts optstring nume [arg]"
2037
2038 #: builtins.c:96
2039 #, fuzzy
2040 msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2041 msgstr "exec [-cl] [-a nume] fiºier [redirectare ...]"
2042
2043 #: builtins.c:98
2044 msgid "exit [n]"
2045 msgstr "exit [n]"
2046
2047 #: builtins.c:100
2048 #, fuzzy
2049 msgid "logout [n]"
2050 msgstr "logout"
2051
2052 #: builtins.c:103
2053 #, fuzzy
2054 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2055 msgstr "fc [-e enume] [-nlr] [prim] [u8ltim] sau fc -s [pat=rep] [cmd]"
2056
2057 #: builtins.c:107
2058 msgid "fg [job_spec]"
2059 msgstr "fg [job_spec]"
2060
2061 #: builtins.c:111
2062 #, fuzzy
2063 msgid "bg [job_spec ...]"
2064 msgstr "bg [job_spec]"
2065
2066 #: builtins.c:114
2067 #, fuzzy
2068 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2069 msgstr "hash [-r] [-p nume_cale] [nume ...]"
2070
2071 #: builtins.c:117
2072 #, fuzzy
2073 msgid "help [-dms] [pattern ...]"
2074 msgstr "help [tipar ...]"
2075
2076 #: builtins.c:121
2077 #, fuzzy
2078 msgid ""
2079 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2080 "[arg...]"
2081 msgstr ""
2082 "history [-c] [n] sau history -awrn [nume_fiºier] sau history -ps arg [arg...]"
2083
2084 #: builtins.c:125
2085 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2086 msgstr "jobs [-lnprs] [jobspec ...] sau jobs -x comandã [args]"
2087
2088 #: builtins.c:129
2089 #, fuzzy
2090 msgid "disown [-h] [-ar] [jobspec ...]"
2091 msgstr "disown [jobspec ...]"
2092
2093 #: builtins.c:132
2094 #, fuzzy
2095 msgid ""
2096 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2097 "[sigspec]"
2098 msgstr ""
2099 "kill [-s sigspec | -n signum | -sigspec] [pid | job]... sau kill -l [sigspec]"
2100
2101 #: builtins.c:134
2102 msgid "let arg [arg ...]"
2103 msgstr "let arg [arg ...]"
2104
2105 #: builtins.c:136
2106 msgid ""
2107 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2108 "prompt] [-t timeout] [-u fd] [name ...]"
2109 msgstr ""
2110
2111 #: builtins.c:138
2112 msgid "return [n]"
2113 msgstr "return [n]"
2114
2115 #: builtins.c:140
2116 #, fuzzy
2117 msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
2118 msgstr "set [--abefhkmnptuvxBCHP] [-o opþiune] [arg ...]"
2119
2120 #: builtins.c:142
2121 msgid "unset [-f] [-v] [name ...]"
2122 msgstr "unset [-f] [-v] [nume ...]"
2123
2124 #: builtins.c:144
2125 #, fuzzy
2126 msgid "export [-fn] [name[=value] ...] or export -p"
2127 msgstr "export [-nf] [nume ...] sau export -p"
2128
2129 #: builtins.c:146
2130 #, fuzzy
2131 msgid "readonly [-af] [name[=value] ...] or readonly -p"
2132 msgstr "readonly [-anf] [nume ...] sau readonly -p"
2133
2134 #: builtins.c:148
2135 msgid "shift [n]"
2136 msgstr "shift [n]"
2137
2138 #: builtins.c:150
2139 #, fuzzy
2140 msgid "source filename [arguments]"
2141 msgstr "nume fiºier sursã"
2142
2143 #: builtins.c:152
2144 #, fuzzy
2145 msgid ". filename [arguments]"
2146 msgstr ". nume fiºier"
2147
2148 #: builtins.c:155
2149 msgid "suspend [-f]"
2150 msgstr "suspend [-f]"
2151
2152 #: builtins.c:158
2153 msgid "test [expr]"
2154 msgstr "test [expr]"
2155
2156 #: builtins.c:160
2157 msgid "[ arg... ]"
2158 msgstr "[ arg... ]"
2159
2160 #: builtins.c:162
2161 msgid "times"
2162 msgstr "ori"
2163
2164 #: builtins.c:164
2165 #, fuzzy
2166 msgid "trap [-lp] [[arg] signal_spec ...]"
2167 msgstr "trap [arg] [signal_spec] sau trap -l"
2168
2169 #: builtins.c:166
2170 #, fuzzy
2171 msgid "type [-afptP] name [name ...]"
2172 msgstr "type [-apt] nume [nume ...]"
2173
2174 #: builtins.c:169
2175 #, fuzzy
2176 msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2177 msgstr "ulimit [-SHacdfmstpnuv] [limitã]"
2178
2179 #: builtins.c:172
2180 #, fuzzy
2181 msgid "umask [-p] [-S] [mode]"
2182 msgstr "umask [-S] [mod]"
2183
2184 #: builtins.c:175
2185 #, fuzzy
2186 msgid "wait [id]"
2187 msgstr "wait [n]"
2188
2189 #: builtins.c:179
2190 #, fuzzy
2191 msgid "wait [pid]"
2192 msgstr "wait [n]"
2193
2194 #: builtins.c:182
2195 #, fuzzy
2196 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2197 msgstr "for NUME [în EXPRESIE ... ;] executã COMENZI; done"
2198
2199 #: builtins.c:184
2200 #, fuzzy
2201 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2202 msgstr "for NUME [în EXPRESIE ... ;] executã COMENZI; done"
2203
2204 #: builtins.c:186
2205 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2206 msgstr "select NUME [în EXPRESIE ... ;] executã COMENZI; done"
2207
2208 #: builtins.c:188
2209 msgid "time [-p] pipeline"
2210 msgstr ""
2211
2212 #: builtins.c:190
2213 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2214 msgstr "case EXPRESIE în [TIPAR[[TIPAR]..) COMENZI ;;]... esac"
2215
2216 #: builtins.c:192
2217 msgid ""
2218 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2219 "COMMANDS; ] fi"
2220 msgstr ""
2221 "if COMENZI; then COMENZI; [elif COMENZI; then COMENZI; ]... [ else "
2222 "COMENZI; ] fi"
2223
2224 #: builtins.c:194
2225 msgid "while COMMANDS; do COMMANDS; done"
2226 msgstr "while COMENZI; do COMENZI; done"
2227
2228 #: builtins.c:196
2229 msgid "until COMMANDS; do COMMANDS; done"
2230 msgstr "until COMENZI; do COMENZI; done"
2231
2232 #: builtins.c:198
2233 msgid "coproc [NAME] command [redirections]"
2234 msgstr ""
2235
2236 #: builtins.c:200
2237 #, fuzzy
2238 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2239 msgstr "function NUME { COMENZI ; } sau NUME () { COMENZI ; }"
2240
2241 #: builtins.c:202
2242 #, fuzzy
2243 msgid "{ COMMANDS ; }"
2244 msgstr "{ COMENZI }"
2245
2246 #: builtins.c:204
2247 #, fuzzy
2248 msgid "job_spec [&]"
2249 msgstr "fg [job_spec]"
2250
2251 #: builtins.c:206
2252 #, fuzzy
2253 msgid "(( expression ))"
2254 msgstr "se aºteaptã expresie"
2255
2256 #: builtins.c:208
2257 #, fuzzy
2258 msgid "[[ expression ]]"
2259 msgstr "se aºteaptã expresie"
2260
2261 #: builtins.c:210
2262 #, fuzzy
2263 msgid "variables - Names and meanings of some shell variables"
2264 msgstr "Variabilele shell-ului sunt admise ca operanzi.  Numele variabilei"
2265
2266 #: builtins.c:213
2267 #, fuzzy
2268 msgid "pushd [-n] [+N | -N | dir]"
2269 msgstr "pushd [dir | +N | -N] [-n]"
2270
2271 #: builtins.c:217
2272 #, fuzzy
2273 msgid "popd [-n] [+N | -N]"
2274 msgstr "popd [+N | -N] [-n]"
2275
2276 #: builtins.c:221
2277 msgid "dirs [-clpv] [+N] [-N]"
2278 msgstr "dirs [-clpv] [+N] [-N]"
2279
2280 #: builtins.c:224
2281 #, fuzzy
2282 msgid "shopt [-pqsu] [-o] [optname ...]"
2283 msgstr "shopt [-pqsu] [-o opþiune lungã] nume_opt [nume_opt...]"
2284
2285 #: builtins.c:226
2286 msgid "printf [-v var] format [arguments]"
2287 msgstr ""
2288
2289 #: builtins.c:229
2290 msgid ""
2291 "complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2292 "W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2293 "suffix] [name ...]"
2294 msgstr ""
2295
2296 #: builtins.c:233
2297 msgid ""
2298 "compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
2299 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2300 msgstr ""
2301
2302 #: builtins.c:237
2303 #, fuzzy
2304 msgid "compopt [-o|+o option] [-DE] [name ...]"
2305 msgstr "type [-apt] nume [nume ...]"
2306
2307 #: builtins.c:240
2308 msgid ""
2309 "mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2310 "quantum] [array]"
2311 msgstr ""
2312
2313 #: builtins.c:242
2314 msgid ""
2315 "readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2316 "quantum] [array]"
2317 msgstr ""
2318
2319 #: builtins.c:254
2320 msgid ""
2321 "Define or display aliases.\n"
2322 "    \n"
2323 "    Without arguments, `alias' prints the list of aliases in the reusable\n"
2324 "    form `alias NAME=VALUE' on standard output.\n"
2325 "    \n"
2326 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2327 "    A trailing space in VALUE causes the next word to be checked for\n"
2328 "    alias substitution when the alias is expanded.\n"
2329 "    \n"
2330 "    Options:\n"
2331 "      -p\tPrint all defined aliases in a reusable format\n"
2332 "    \n"
2333 "    Exit Status:\n"
2334 "    alias returns true unless a NAME is supplied for which no alias has "
2335 "been\n"
2336 "    defined."
2337 msgstr ""
2338
2339 #: builtins.c:276
2340 msgid ""
2341 "Remove each NAME from the list of defined aliases.\n"
2342 "    \n"
2343 "    Options:\n"
2344 "      -a\tremove all alias definitions.\n"
2345 "    \n"
2346 "    Return success unless a NAME is not an existing alias."
2347 msgstr ""
2348
2349 #: builtins.c:289
2350 msgid ""
2351 "Set Readline key bindings and variables.\n"
2352 "    \n"
2353 "    Bind a key sequence to a Readline function or a macro, or set a\n"
2354 "    Readline variable.  The non-option argument syntax is equivalent to\n"
2355 "    that found in ~/.inputrc, but must be passed as a single argument:\n"
2356 "    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2357 "    \n"
2358 "    Options:\n"
2359 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2360 "                         command.  Acceptable keymap names are emacs,\n"
2361 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2362 "move,\n"
2363 "                         vi-command, and vi-insert.\n"
2364 "      -l                 List names of functions.\n"
2365 "      -P                 List function names and bindings.\n"
2366 "      -p                 List functions and bindings in a form that can be\n"
2367 "                         reused as input.\n"
2368 "      -S                 List key sequences that invoke macros and their "
2369 "values\n"
2370 "      -s                 List key sequences that invoke macros and their "
2371 "values\n"
2372 "                         in a form that can be reused as input.\n"
2373 "      -V                 List variable names and values\n"
2374 "      -v                 List variable names and values in a form that can\n"
2375 "                         be reused as input.\n"
2376 "      -q  function-name  Query about which keys invoke the named function.\n"
2377 "      -u  function-name  Unbind all keys which are bound to the named "
2378 "function.\n"
2379 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
2380 "      -f  filename       Read key bindings from FILENAME.\n"
2381 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2382 "    \t\t\t\tKEYSEQ is entered.\n"
2383 "    \n"
2384 "    Exit Status:\n"
2385 "    bind returns 0 unless an unrecognized option is given or an error occurs."
2386 msgstr ""
2387
2388 #: builtins.c:326
2389 msgid ""
2390 "Exit for, while, or until loops.\n"
2391 "    \n"
2392 "    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2393 "    loops.\n"
2394 "    \n"
2395 "    Exit Status:\n"
2396 "    The exit status is 0 unless N is not greater than or equal to 1."
2397 msgstr ""
2398
2399 #: builtins.c:338
2400 msgid ""
2401 "Resume for, while, or until loops.\n"
2402 "    \n"
2403 "    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2404 "    If N is specified, resumes the Nth enclosing loop.\n"
2405 "    \n"
2406 "    Exit Status:\n"
2407 "    The exit status is 0 unless N is not greater than or equal to 1."
2408 msgstr ""
2409
2410 #: builtins.c:350
2411 msgid ""
2412 "Execute shell builtins.\n"
2413 "    \n"
2414 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2415 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2416 "    as a shell function, but need to execute the builtin within the "
2417 "function.\n"
2418 "    \n"
2419 "    Exit Status:\n"
2420 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2421 "    not a shell builtin.."
2422 msgstr ""
2423
2424 #: builtins.c:365
2425 msgid ""
2426 "Return the context of the current subroutine call.\n"
2427 "    \n"
2428 "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2429 "    \"$line $subroutine $filename\"; this extra information can be used to\n"
2430 "    provide a stack trace.\n"
2431 "    \n"
2432 "    The value of EXPR indicates how many call frames to go back before the\n"
2433 "    current one; the top frame is frame 0.\n"
2434 "    \n"
2435 "    Exit Status:\n"
2436 "    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2437 "    is invalid."
2438 msgstr ""
2439
2440 #: builtins.c:383
2441 msgid ""
2442 "Change the shell working directory.\n"
2443 "    \n"
2444 "    Change the current directory to DIR.  The default DIR is the value of "
2445 "the\n"
2446 "    HOME shell variable.\n"
2447 "    \n"
2448 "    The variable CDPATH defines the search path for the directory "
2449 "containing\n"
2450 "    DIR.  Alternative directory names in CDPATH are separated by a colon "
2451 "(:).\n"
2452 "    A null directory name is the same as the current directory.  If DIR "
2453 "begins\n"
2454 "    with a slash (/), then CDPATH is not used.\n"
2455 "    \n"
2456 "    If the directory is not found, and the shell option `cdable_vars' is "
2457 "set,\n"
2458 "    the word is assumed to be  a variable name.  If that variable has a "
2459 "value,\n"
2460 "    its value is used for DIR.\n"
2461 "    \n"
2462 "    Options:\n"
2463 "        -L\tforce symbolic links to be followed\n"
2464 "        -P\tuse the physical directory structure without following symbolic\n"
2465 "    \tlinks\n"
2466 "    \n"
2467 "    The default is to follow symbolic links, as if `-L' were specified.\n"
2468 "    \n"
2469 "    Exit Status:\n"
2470 "    Returns 0 if the directory is changed; non-zero otherwise."
2471 msgstr ""
2472
2473 #: builtins.c:411
2474 msgid ""
2475 "Print the name of the current working directory.\n"
2476 "    \n"
2477 "    Options:\n"
2478 "      -L\tprint the value of $PWD if it names the current working\n"
2479 "    \tdirectory\n"
2480 "      -P\tprint the physical directory, without any symbolic links\n"
2481 "    \n"
2482 "    By default, `pwd' behaves as if `-L' were specified.\n"
2483 "    \n"
2484 "    Exit Status:\n"
2485 "    Returns 0 unless an invalid option is given or the current directory\n"
2486 "    cannot be read."
2487 msgstr ""
2488
2489 #: builtins.c:428
2490 #, fuzzy
2491 msgid ""
2492 "Null command.\n"
2493 "    \n"
2494 "    No effect; the command does nothing.\n"
2495 "    \n"
2496 "    Exit Status:\n"
2497 "    Always succeeds."
2498 msgstr ""
2499 "Nici un efect, comanda nu face nimic.  Un cod de ieºire zero este returnat."
2500
2501 #: builtins.c:439
2502 msgid ""
2503 "Return a successful result.\n"
2504 "    \n"
2505 "    Exit Status:\n"
2506 "    Always succeeds."
2507 msgstr ""
2508
2509 #: builtins.c:448
2510 msgid ""
2511 "Return an unsuccessful result.\n"
2512 "    \n"
2513 "    Exit Status:\n"
2514 "    Always fails."
2515 msgstr ""
2516
2517 #: builtins.c:457
2518 msgid ""
2519 "Execute a simple command or display information about commands.\n"
2520 "    \n"
2521 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2522 "    information about the specified COMMANDs.  Can be used to invoke "
2523 "commands\n"
2524 "    on disk when a function with the same name exists.\n"
2525 "    \n"
2526 "    Options:\n"
2527 "      -p\tuse a default value for PATH that is guaranteed to find all of\n"
2528 "    \tthe standard utilities\n"
2529 "      -v\tprint a description of COMMAND similar to the `type' builtin\n"
2530 "      -V\tprint a more verbose description of each COMMAND\n"
2531 "    \n"
2532 "    Exit Status:\n"
2533 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
2534 msgstr ""
2535
2536 #: builtins.c:476
2537 msgid ""
2538 "Set variable values and attributes.\n"
2539 "    \n"
2540 "    Declare variables and give them attributes.  If no NAMEs are given,\n"
2541 "    display the attributes and values of all variables.\n"
2542 "    \n"
2543 "    Options:\n"
2544 "      -f\trestrict action or display to function names and definitions\n"
2545 "      -F\trestrict display to function names only (plus line number and\n"
2546 "    \tsource file when debugging)\n"
2547 "      -p\tdisplay the attributes and value of each NAME\n"
2548 "    \n"
2549 "    Options which set attributes:\n"
2550 "      -a\tto make NAMEs indexed arrays (if supported)\n"
2551 "      -A\tto make NAMEs associative arrays (if supported)\n"
2552 "      -i\tto make NAMEs have the `integer' attribute\n"
2553 "      -l\tto convert NAMEs to lower case on assignment\n"
2554 "      -r\tto make NAMEs readonly\n"
2555 "      -t\tto make NAMEs have the `trace' attribute\n"
2556 "      -u\tto convert NAMEs to upper case on assignment\n"
2557 "      -x\tto make NAMEs export\n"
2558 "    \n"
2559 "    Using `+' instead of `-' turns off the given attribute.\n"
2560 "    \n"
2561 "    Variables with the integer attribute have arithmetic evaluation (see\n"
2562 "    the `let' command) performed when the variable is assigned a value.\n"
2563 "    \n"
2564 "    When used in a function, `declare' makes NAMEs local, as with the "
2565 "`local'\n"
2566 "    command.\n"
2567 "    \n"
2568 "    Exit Status:\n"
2569 "    Returns success unless an invalid option is supplied or an error occurs."
2570 msgstr ""
2571
2572 #: builtins.c:512
2573 msgid ""
2574 "Set variable values and attributes.\n"
2575 "    \n"
2576 "    Obsolete.  See `help declare'."
2577 msgstr ""
2578
2579 #: builtins.c:520
2580 msgid ""
2581 "Define local variables.\n"
2582 "    \n"
2583 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
2584 "    be any option accepted by `declare'.\n"
2585 "    \n"
2586 "    Local variables can only be used within a function; they are visible\n"
2587 "    only to the function where they are defined and its children.\n"
2588 "    \n"
2589 "    Exit Status:\n"
2590 "    Returns success unless an invalid option is supplied, an error occurs,\n"
2591 "    or the shell is not executing a function."
2592 msgstr ""
2593
2594 #: builtins.c:537
2595 msgid ""
2596 "Write arguments to the standard output.\n"
2597 "    \n"
2598 "    Display the ARGs on the standard output followed by a newline.\n"
2599 "    \n"
2600 "    Options:\n"
2601 "      -n\tdo not append a newline\n"
2602 "      -e\tenable interpretation of the following backslash escapes\n"
2603 "      -E\texplicitly suppress interpretation of backslash escapes\n"
2604 "    \n"
2605 "    `echo' interprets the following backslash-escaped characters:\n"
2606 "      \\a\talert (bell)\n"
2607 "      \\b\tbackspace\n"
2608 "      \\c\tsuppress further output\n"
2609 "      \\e\tescape character\n"
2610 "      \\f\tform feed\n"
2611 "      \\n\tnew line\n"
2612 "      \\r\tcarriage return\n"
2613 "      \\t\thorizontal tab\n"
2614 "      \\v\tvertical tab\n"
2615 "      \\\\\tbackslash\n"
2616 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
2617 "    \t0 to 3 octal digits\n"
2618 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
2619 "    \tcan be one or two hex digits\n"
2620 "    \n"
2621 "    Exit Status:\n"
2622 "    Returns success unless a write error occurs."
2623 msgstr ""
2624
2625 #: builtins.c:571
2626 msgid ""
2627 "Write arguments to the standard output.\n"
2628 "    \n"
2629 "    Display the ARGs on the standard output followed by a newline.\n"
2630 "    \n"
2631 "    Options:\n"
2632 "      -n\tdo not append a newline\n"
2633 "    \n"
2634 "    Exit Status:\n"
2635 "    Returns success unless a write error occurs."
2636 msgstr ""
2637
2638 #: builtins.c:586
2639 msgid ""
2640 "Enable and disable shell builtins.\n"
2641 "    \n"
2642 "    Enables and disables builtin shell commands.  Disabling allows you to\n"
2643 "    execute a disk command which has the same name as a shell builtin\n"
2644 "    without using a full pathname.\n"
2645 "    \n"
2646 "    Options:\n"
2647 "      -a\tprint a list of builtins showing whether or not each is enabled\n"
2648 "      -n\tdisable each NAME or display a list of disabled builtins\n"
2649 "      -p\tprint the list of builtins in a reusable format\n"
2650 "      -s\tprint only the names of Posix `special' builtins\n"
2651 "    \n"
2652 "    Options controlling dynamic loading:\n"
2653 "      -f\tLoad builtin NAME from shared object FILENAME\n"
2654 "      -d\tRemove a builtin loaded with -f\n"
2655 "    \n"
2656 "    Without options, each NAME is enabled.\n"
2657 "    \n"
2658 "    To use the `test' found in $PATH instead of the shell builtin\n"
2659 "    version, type `enable -n test'.\n"
2660 "    \n"
2661 "    Exit Status:\n"
2662 "    Returns success unless NAME is not a shell builtin or an error occurs."
2663 msgstr ""
2664
2665 #: builtins.c:614
2666 msgid ""
2667 "Execute arguments as a shell command.\n"
2668 "    \n"
2669 "    Combine ARGs into a single string, use the result as input to the "
2670 "shell,\n"
2671 "    and execute the resulting commands.\n"
2672 "    \n"
2673 "    Exit Status:\n"
2674 "    Returns exit status of command or success if command is null."
2675 msgstr ""
2676
2677 #: builtins.c:626
2678 msgid ""
2679 "Parse option arguments.\n"
2680 "    \n"
2681 "    Getopts is used by shell procedures to parse positional parameters\n"
2682 "    as options.\n"
2683 "    \n"
2684 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
2685 "    is followed by a colon, the option is expected to have an argument,\n"
2686 "    which should be separated from it by white space.\n"
2687 "    \n"
2688 "    Each time it is invoked, getopts will place the next option in the\n"
2689 "    shell variable $name, initializing name if it does not exist, and\n"
2690 "    the index of the next argument to be processed into the shell\n"
2691 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
2692 "    a shell script is invoked.  When an option requires an argument,\n"
2693 "    getopts places that argument into the shell variable OPTARG.\n"
2694 "    \n"
2695 "    getopts reports errors in one of two ways.  If the first character\n"
2696 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
2697 "    this mode, no error messages are printed.  If an invalid option is\n"
2698 "    seen, getopts places the option character found into OPTARG.  If a\n"
2699 "    required argument is not found, getopts places a ':' into NAME and\n"
2700 "    sets OPTARG to the option character found.  If getopts is not in\n"
2701 "    silent mode, and an invalid option is seen, getopts places '?' into\n"
2702 "    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
2703 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2704 "    printed.\n"
2705 "    \n"
2706 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
2707 "    printing of error messages, even if the first character of\n"
2708 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
2709 "    \n"
2710 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
2711 "    more arguments are given, they are parsed instead.\n"
2712 "    \n"
2713 "    Exit Status:\n"
2714 "    Returns success if an option is found; fails if the end of options is\n"
2715 "    encountered or an error occurs."
2716 msgstr ""
2717
2718 #: builtins.c:668
2719 msgid ""
2720 "Replace the shell with the given command.\n"
2721 "    \n"
2722 "    Execute COMMAND, replacing this shell with the specified program.\n"
2723 "    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
2724 "specified,\n"
2725 "    any redirections take effect in the current shell.\n"
2726 "    \n"
2727 "    Options:\n"
2728 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
2729 "      -c\t\texecute COMMAND with an empty environment\n"
2730 "      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2731 "    \n"
2732 "    If the command cannot be executed, a non-interactive shell exits, "
2733 "unless\n"
2734 "    the shell option `execfail' is set.\n"
2735 "    \n"
2736 "    Exit Status:\n"
2737 "    Returns success unless COMMAND is not found or a redirection error "
2738 "occurs."
2739 msgstr ""
2740
2741 #: builtins.c:689
2742 #, fuzzy
2743 msgid ""
2744 "Exit the shell.\n"
2745 "    \n"
2746 "    Exits the shell with a status of N.  If N is omitted, the exit status\n"
2747 "    is that of the last command executed."
2748 msgstr "Iese din shell cu starea lui N. Dacã N este omis, starea de ieºire"
2749
2750 #: builtins.c:698
2751 msgid ""
2752 "Exit a login shell.\n"
2753 "    \n"
2754 "    Exits a login shell with exit status N.  Returns an error if not "
2755 "executed\n"
2756 "    in a login shell."
2757 msgstr ""
2758
2759 #: builtins.c:708
2760 msgid ""
2761 "Display or execute commands from the history list.\n"
2762 "    \n"
2763 "    fc is used to list or edit and re-execute commands from the history "
2764 "list.\n"
2765 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2766 "    string, which means the most recent command beginning with that\n"
2767 "    string.\n"
2768 "    \n"
2769 "    Options:\n"
2770 "      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
2771 "EDITOR,\n"
2772 "    \t\tthen vi\n"
2773 "      -l \tlist lines instead of editing\n"
2774 "      -n\tomit line numbers when listing\n"
2775 "      -r\treverse the order of the lines (newest listed first)\n"
2776 "    \n"
2777 "    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2778 "    re-executed after the substitution OLD=NEW is performed.\n"
2779 "    \n"
2780 "    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2781 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
2782 "    the last command.\n"
2783 "    \n"
2784 "    Exit Status:\n"
2785 "    Returns success or status of executed command; non-zero if an error "
2786 "occurs."
2787 msgstr ""
2788
2789 #: builtins.c:738
2790 msgid ""
2791 "Move job to the foreground.\n"
2792 "    \n"
2793 "    Place the job identified by JOB_SPEC in the foreground, making it the\n"
2794 "    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
2795 "    current job is used.\n"
2796 "    \n"
2797 "    Exit Status:\n"
2798 "    Status of command placed in foreground, or failure if an error occurs."
2799 msgstr ""
2800
2801 #: builtins.c:753
2802 msgid ""
2803 "Move jobs to the background.\n"
2804 "    \n"
2805 "    Place the jobs identified by each JOB_SPEC in the background, as if "
2806 "they\n"
2807 "    had been started with `&'.  If JOB_SPEC is not present, the shell's "
2808 "notion\n"
2809 "    of the current job is used.\n"
2810 "    \n"
2811 "    Exit Status:\n"
2812 "    Returns success unless job control is not enabled or an error occurs."
2813 msgstr ""
2814
2815 #: builtins.c:767
2816 msgid ""
2817 "Remember or display program locations.\n"
2818 "    \n"
2819 "    Determine and remember the full pathname of each command NAME.  If\n"
2820 "    no arguments are given, information about remembered commands is "
2821 "displayed.\n"
2822 "    \n"
2823 "    Options:\n"
2824 "      -d\t\tforget the remembered location of each NAME\n"
2825 "      -l\t\tdisplay in a format that may be reused as input\n"
2826 "      -p pathname\tuse PATHNAME is the full pathname of NAME\n"
2827 "      -r\t\tforget all remembered locations\n"
2828 "      -t\t\tprint the remembered location of each NAME, preceding\n"
2829 "    \t\teach location with the corresponding NAME if multiple\n"
2830 "    \t\tNAMEs are given\n"
2831 "    Arguments:\n"
2832 "      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
2833 "    \t\tof remembered commands.\n"
2834 "    \n"
2835 "    Exit Status:\n"
2836 "    Returns success unless NAME is not found or an invalid option is given."
2837 msgstr ""
2838
2839 #: builtins.c:792
2840 msgid ""
2841 "Display information about builtin commands.\n"
2842 "    \n"
2843 "    Displays brief summaries of builtin commands.  If PATTERN is\n"
2844 "    specified, gives detailed help on all commands matching PATTERN,\n"
2845 "    otherwise the list of help topics is printed.\n"
2846 "    \n"
2847 "    Options:\n"
2848 "      -d\toutput short description for each topic\n"
2849 "      -m\tdisplay usage in pseudo-manpage format\n"
2850 "      -s\toutput only a short usage synopsis for each topic matching\n"
2851 "    \tPATTERN\n"
2852 "    \n"
2853 "    Arguments:\n"
2854 "      PATTERN\tPattern specifiying a help topic\n"
2855 "    \n"
2856 "    Exit Status:\n"
2857 "    Returns success unless PATTERN is not found or an invalid option is "
2858 "given."
2859 msgstr ""
2860
2861 #: builtins.c:816
2862 msgid ""
2863 "Display or manipulate the history list.\n"
2864 "    \n"
2865 "    Display the history list with line numbers, prefixing each modified\n"
2866 "    entry with a `*'.  An argument of N lists only the last N entries.\n"
2867 "    \n"
2868 "    Options:\n"
2869 "      -c\tclear the history list by deleting all of the entries\n"
2870 "      -d offset\tdelete the history entry at offset OFFSET.\n"
2871 "    \n"
2872 "      -a\tappend history lines from this session to the history file\n"
2873 "      -n\tread all history lines not already read from the history file\n"
2874 "      -r\tread the history file and append the contents to the history\n"
2875 "    \tlist\n"
2876 "      -w\twrite the current history to the history file\n"
2877 "    \tand append them to the history list\n"
2878 "    \n"
2879 "      -p\tperform history expansion on each ARG and display the result\n"
2880 "    \twithout storing it in the history list\n"
2881 "      -s\tappend the ARGs to the history list as a single entry\n"
2882 "    \n"
2883 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
2884 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2885 "    \n"
2886 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2887 "    as a format string for strftime(3) to print the time stamp associated\n"
2888 "    with each displayed history entry.  No time stamps are printed "
2889 "otherwise.\n"
2890 "    \n"
2891 "    Exit Status:\n"
2892 "    Returns success unless an invalid option is given or an error occurs."
2893 msgstr ""
2894
2895 #: builtins.c:852
2896 msgid ""
2897 "Display status of jobs.\n"
2898 "    \n"
2899 "    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
2900 "    Without options, the status of all active jobs is displayed.\n"
2901 "    \n"
2902 "    Options:\n"
2903 "      -l\tlists process IDs in addition to the normal information\n"
2904 "      -n\tlist only processes that have changed status since the last\n"
2905 "    \tnotification\n"
2906 "      -p\tlists process IDs only\n"
2907 "      -r\trestrict output to running jobs\n"
2908 "      -s\trestrict output to stopped jobs\n"
2909 "    \n"
2910 "    If -x is supplied, COMMAND is run after all job specifications that\n"
2911 "    appear in ARGS have been replaced with the process ID of that job's\n"
2912 "    process group leader.\n"
2913 "    \n"
2914 "    Exit Status:\n"
2915 "    Returns success unless an invalid option is given or an error occurs.\n"
2916 "    If -x is used, returns the exit status of COMMAND."
2917 msgstr ""
2918
2919 #: builtins.c:879
2920 msgid ""
2921 "Remove jobs from current shell.\n"
2922 "    \n"
2923 "    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
2924 "    any JOBSPECs, the shell uses its notion of the current job.\n"
2925 "    \n"
2926 "    Options:\n"
2927 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
2928 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
2929 "    \tshell receives a SIGHUP\n"
2930 "      -r\tremove only running jobs\n"
2931 "    \n"
2932 "    Exit Status:\n"
2933 "    Returns success unless an invalid option or JOBSPEC is given."
2934 msgstr ""
2935
2936 #: builtins.c:898
2937 msgid ""
2938 "Send a signal to a job.\n"
2939 "    \n"
2940 "    Send the processes identified by PID or JOBSPEC the signal named by\n"
2941 "    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
2942 "    SIGTERM is assumed.\n"
2943 "    \n"
2944 "    Options:\n"
2945 "      -s sig\tSIG is a signal name\n"
2946 "      -n sig\tSIG is a signal number\n"
2947 "      -l\tlist the signal names; if arguments follow `-l' they are\n"
2948 "    \tassumed to be signal numbers for which names should be listed\n"
2949 "    \n"
2950 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
2951 "    instead of process IDs, and allows processes to be killed if the limit\n"
2952 "    on processes that you can create is reached.\n"
2953 "    \n"
2954 "    Exit Status:\n"
2955 "    Returns success unless an invalid option is given or an error occurs."
2956 msgstr ""
2957
2958 #: builtins.c:921
2959 msgid ""
2960 "Evaluate arithmetic expressions.\n"
2961 "    \n"
2962 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
2963 "    fixed-width integers with no check for overflow, though division by 0\n"
2964 "    is trapped and flagged as an error.  The following list of operators is\n"
2965 "    grouped into levels of equal-precedence operators.  The levels are "
2966 "listed\n"
2967 "    in order of decreasing precedence.\n"
2968 "    \n"
2969 "    \tid++, id--\tvariable post-increment, post-decrement\n"
2970 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
2971 "    \t-, +\t\tunary minus, plus\n"
2972 "    \t!, ~\t\tlogical and bitwise negation\n"
2973 "    \t**\t\texponentiation\n"
2974 "    \t*, /, %\t\tmultiplication, division, remainder\n"
2975 "    \t+, -\t\taddition, subtraction\n"
2976 "    \t<<, >>\t\tleft and right bitwise shifts\n"
2977 "    \t<=, >=, <, >\tcomparison\n"
2978 "    \t==, !=\t\tequality, inequality\n"
2979 "    \t&\t\tbitwise AND\n"
2980 "    \t^\t\tbitwise XOR\n"
2981 "    \t|\t\tbitwise OR\n"
2982 "    \t&&\t\tlogical AND\n"
2983 "    \t||\t\tlogical OR\n"
2984 "    \texpr ? expr : expr\n"
2985 "    \t\t\tconditional operator\n"
2986 "    \t=, *=, /=, %=,\n"
2987 "    \t+=, -=, <<=, >>=,\n"
2988 "    \t&=, ^=, |=\tassignment\n"
2989 "    \n"
2990 "    Shell variables are allowed as operands.  The name of the variable\n"
2991 "    is replaced by its value (coerced to a fixed-width integer) within\n"
2992 "    an expression.  The variable need not have its integer attribute\n"
2993 "    turned on to be used in an expression.\n"
2994 "    \n"
2995 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
2996 "    parentheses are evaluated first and may override the precedence\n"
2997 "    rules above.\n"
2998 "    \n"
2999 "    Exit Status:\n"
3000 "    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
3001 msgstr ""
3002
3003 #: builtins.c:966
3004 msgid ""
3005 "Read a line from the standard input and split it into fields.\n"
3006 "    \n"
3007 "    Reads a single line from the standard input, or from file descriptor FD\n"
3008 "    if the -u option is supplied.  The line is split into fields as with "
3009 "word\n"
3010 "    splitting, and the first word is assigned to the first NAME, the second\n"
3011 "    word to the second NAME, and so on, with any leftover words assigned to\n"
3012 "    the last NAME.  Only the characters found in $IFS are recognized as "
3013 "word\n"
3014 "    delimiters.\n"
3015 "    \n"
3016 "    If no NAMEs are supplied, the line read is stored in the REPLY "
3017 "variable.\n"
3018 "    \n"
3019 "    Options:\n"
3020 "      -a array\tassign the words read to sequential indices of the array\n"
3021 "    \t\tvariable ARRAY, starting at zero\n"
3022 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
3023 "    \t\tthan newline\n"
3024 "      -e\t\tuse Readline to obtain the line in an interactive shell\n"
3025 "      -i text\tUse TEXT as the initial text for Readline\n"
3026 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3027 "    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3028 "    \t\tcharacters are read before the delimiter\n"
3029 "      -N nchars\treturn only after reading exactly NCHARS characters, "
3030 "unless\n"
3031 "    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
3032 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
3033 "    \t\tattempting to read\n"
3034 "      -r\t\tdo not allow backslashes to escape any characters\n"
3035 "      -s\t\tdo not echo input coming from a terminal\n"
3036 "      -t timeout\ttime out and return failure if a complete line of input "
3037 "is\n"
3038 "    \t\tnot read withint TIMEOUT seconds.  The value of the TMOUT\n"
3039 "    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
3040 "    \t\tfractional number.  If TIMEOUT is 0, read returns success only\n"
3041 "    \t\tif input is available on the specified file descriptor.  The\n"
3042 "    \t\texit status is greater than 128 if the timeout is exceeded\n"
3043 "      -u fd\t\tread from file descriptor FD instead of the standard input\n"
3044 "    \n"
3045 "    Exit Status:\n"
3046 "    The return code is zero, unless end-of-file is encountered, read times "
3047 "out,\n"
3048 "    or an invalid file descriptor is supplied as the argument to -u."
3049 msgstr ""
3050
3051 #: builtins.c:1009
3052 msgid ""
3053 "Return from a shell function.\n"
3054 "    \n"
3055 "    Causes a function or sourced script to exit with the return value\n"
3056 "    specified by N.  If N is omitted, the return status is that of the\n"
3057 "    last command executed within the function or script.\n"
3058 "    \n"
3059 "    Exit Status:\n"
3060 "    Returns N, or failure if the shell is not executing a function or script."
3061 msgstr ""
3062
3063 #: builtins.c:1022
3064 msgid ""
3065 "Set or unset values of shell options and positional parameters.\n"
3066 "    \n"
3067 "    Change the value of shell attributes and positional parameters, or\n"
3068 "    display the names and values of shell variables.\n"
3069 "    \n"
3070 "    Options:\n"
3071 "      -a  Mark variables which are modified or created for export.\n"
3072 "      -b  Notify of job termination immediately.\n"
3073 "      -e  Exit immediately if a command exits with a non-zero status.\n"
3074 "      -f  Disable file name generation (globbing).\n"
3075 "      -h  Remember the location of commands as they are looked up.\n"
3076 "      -k  All assignment arguments are placed in the environment for a\n"
3077 "          command, not just those that precede the command name.\n"
3078 "      -m  Job control is enabled.\n"
3079 "      -n  Read commands but do not execute them.\n"
3080 "      -o option-name\n"
3081 "          Set the variable corresponding to option-name:\n"
3082 "              allexport    same as -a\n"
3083 "              braceexpand  same as -B\n"
3084 "              emacs        use an emacs-style line editing interface\n"
3085 "              errexit      same as -e\n"
3086 "              errtrace     same as -E\n"
3087 "              functrace    same as -T\n"
3088 "              hashall      same as -h\n"
3089 "              histexpand   same as -H\n"
3090 "              history      enable command history\n"
3091 "              ignoreeof    the shell will not exit upon reading EOF\n"
3092 "              interactive-comments\n"
3093 "                           allow comments to appear in interactive commands\n"
3094 "              keyword      same as -k\n"
3095 "              monitor      same as -m\n"
3096 "              noclobber    same as -C\n"
3097 "              noexec       same as -n\n"
3098 "              noglob       same as -f\n"
3099 "              nolog        currently accepted but ignored\n"
3100 "              notify       same as -b\n"
3101 "              nounset      same as -u\n"
3102 "              onecmd       same as -t\n"
3103 "              physical     same as -P\n"
3104 "              pipefail     the return value of a pipeline is the status of\n"
3105 "                           the last command to exit with a non-zero status,\n"
3106 "                           or zero if no command exited with a non-zero "
3107 "status\n"
3108 "              posix        change the behavior of bash where the default\n"
3109 "                           operation differs from the Posix standard to\n"
3110 "                           match the standard\n"
3111 "              privileged   same as -p\n"
3112 "              verbose      same as -v\n"
3113 "              vi           use a vi-style line editing interface\n"
3114 "              xtrace       same as -x\n"
3115 "      -p  Turned on whenever the real and effective user ids do not match.\n"
3116 "          Disables processing of the $ENV file and importing of shell\n"
3117 "          functions.  Turning this option off causes the effective uid and\n"
3118 "          gid to be set to the real uid and gid.\n"
3119 "      -t  Exit after reading and executing one command.\n"
3120 "      -u  Treat unset variables as an error when substituting.\n"
3121 "      -v  Print shell input lines as they are read.\n"
3122 "      -x  Print commands and their arguments as they are executed.\n"
3123 "      -B  the shell will perform brace expansion\n"
3124 "      -C  If set, disallow existing regular files to be overwritten\n"
3125 "          by redirection of output.\n"
3126 "      -E  If set, the ERR trap is inherited by shell functions.\n"
3127 "      -H  Enable ! style history substitution.  This flag is on\n"
3128 "          by default when the shell is interactive.\n"
3129 "      -P  If set, do not follow symbolic links when executing commands\n"
3130 "          such as cd which change the current directory.\n"
3131 "      -T  If set, the DEBUG trap is inherited by shell functions.\n"
3132 "      -   Assign any remaining arguments to the positional parameters.\n"
3133 "          The -x and -v options are turned off.\n"
3134 "    \n"
3135 "    Using + rather than - causes these flags to be turned off.  The\n"
3136 "    flags can also be used upon invocation of the shell.  The current\n"
3137 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3138 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3139 "    ARGs are given, all shell variables are printed.\n"
3140 "    \n"
3141 "    Exit Status:\n"
3142 "    Returns success unless an invalid option is given."
3143 msgstr ""
3144
3145 #: builtins.c:1104
3146 msgid ""
3147 "Unset values and attributes of shell variables and functions.\n"
3148 "    \n"
3149 "    For each NAME, remove the corresponding variable or function.\n"
3150 "    \n"
3151 "    Options:\n"
3152 "      -f\ttreat each NAME as a shell function\n"
3153 "      -v\ttreat each NAME as a shell variable\n"
3154 "    \n"
3155 "    Without options, unset first tries to unset a variable, and if that "
3156 "fails,\n"
3157 "    tries to unset a function.\n"
3158 "    \n"
3159 "    Some variables cannot be unset; also see `readonly'.\n"
3160 "    \n"
3161 "    Exit Status:\n"
3162 "    Returns success unless an invalid option is given or a NAME is read-only."
3163 msgstr ""
3164
3165 #: builtins.c:1124
3166 msgid ""
3167 "Set export attribute for shell variables.\n"
3168 "    \n"
3169 "    Marks each NAME for automatic export to the environment of subsequently\n"
3170 "    executed commands.  If VALUE is supplied, assign VALUE before "
3171 "exporting.\n"
3172 "    \n"
3173 "    Options:\n"
3174 "      -f\trefer to shell functions\n"
3175 "      -n\tremove the export property from each NAME\n"
3176 "      -p\tdisplay a list of all exported variables and functions\n"
3177 "    \n"
3178 "    An argument of `--' disables further option processing.\n"
3179 "    \n"
3180 "    Exit Status:\n"
3181 "    Returns success unless an invalid option is given or NAME is invalid."
3182 msgstr ""
3183
3184 #: builtins.c:1143
3185 msgid ""
3186 "Mark shell variables as unchangeable.\n"
3187 "    \n"
3188 "    Mark each NAME as read-only; the values of these NAMEs may not be\n"
3189 "    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
3190 "    before marking as read-only.\n"
3191 "    \n"
3192 "    Options:\n"
3193 "      -a\trefer to indexed array variables\n"
3194 "      -A\trefer to associative array variables\n"
3195 "      -f\trefer to shell functions\n"
3196 "      -p\tdisplay a list of all readonly variables and functions\n"
3197 "    \n"
3198 "    An argument of `--' disables further option processing.\n"
3199 "    \n"
3200 "    Exit Status:\n"
3201 "    Returns success unless an invalid option is given or NAME is invalid."
3202 msgstr ""
3203
3204 #: builtins.c:1164
3205 msgid ""
3206 "Shift positional parameters.\n"
3207 "    \n"
3208 "    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
3209 "    not given, it is assumed to be 1.\n"
3210 "    \n"
3211 "    Exit Status:\n"
3212 "    Returns success unless N is negative or greater than $#."
3213 msgstr ""
3214
3215 #: builtins.c:1176 builtins.c:1191
3216 msgid ""
3217 "Execute commands from a file in the current shell.\n"
3218 "    \n"
3219 "    Read and execute commands from FILENAME in the current shell.  The\n"
3220 "    entries in $PATH are used to find the directory containing FILENAME.\n"
3221 "    If any ARGUMENTS are supplied, they become the positional parameters\n"
3222 "    when FILENAME is executed.\n"
3223 "    \n"
3224 "    Exit Status:\n"
3225 "    Returns the status of the last command executed in FILENAME; fails if\n"
3226 "    FILENAME cannot be read."
3227 msgstr ""
3228
3229 #: builtins.c:1207
3230 msgid ""
3231 "Suspend shell execution.\n"
3232 "    \n"
3233 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3234 "    Unless forced, login shells cannot be suspended.\n"
3235 "    \n"
3236 "    Options:\n"
3237 "      -f\tforce the suspend, even if the shell is a login shell\n"
3238 "    \n"
3239 "    Exit Status:\n"
3240 "    Returns success unless job control is not enabled or an error occurs."
3241 msgstr ""
3242
3243 #: builtins.c:1223
3244 msgid ""
3245 "Evaluate conditional expression.\n"
3246 "    \n"
3247 "    Exits with a status of 0 (true) or 1 (false) depending on\n"
3248 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
3249 "    expressions are often used to examine the status of a file.  There\n"
3250 "    are string operators as well, and numeric comparison operators.\n"
3251 "    \n"
3252 "    File operators:\n"
3253 "    \n"
3254 "      -a FILE        True if file exists.\n"
3255 "      -b FILE        True if file is block special.\n"
3256 "      -c FILE        True if file is character special.\n"
3257 "      -d FILE        True if file is a directory.\n"
3258 "      -e FILE        True if file exists.\n"
3259 "      -f FILE        True if file exists and is a regular file.\n"
3260 "      -g FILE        True if file is set-group-id.\n"
3261 "      -h FILE        True if file is a symbolic link.\n"
3262 "      -L FILE        True if file is a symbolic link.\n"
3263 "      -k FILE        True if file has its `sticky' bit set.\n"
3264 "      -p FILE        True if file is a named pipe.\n"
3265 "      -r FILE        True if file is readable by you.\n"
3266 "      -s FILE        True if file exists and is not empty.\n"
3267 "      -S FILE        True if file is a socket.\n"
3268 "      -t FD          True if FD is opened on a terminal.\n"
3269 "      -u FILE        True if the file is set-user-id.\n"
3270 "      -w FILE        True if the file is writable by you.\n"
3271 "      -x FILE        True if the file is executable by you.\n"
3272 "      -O FILE        True if the file is effectively owned by you.\n"
3273 "      -G FILE        True if the file is effectively owned by your group.\n"
3274 "      -N FILE        True if the file has been modified since it was last "
3275 "read.\n"
3276 "    \n"
3277 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
3278 "                       modification date).\n"
3279 "    \n"
3280 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
3281 "    \n"
3282 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
3283 "    \n"
3284 "    String operators:\n"
3285 "    \n"
3286 "      -z STRING      True if string is empty.\n"
3287 "    \n"
3288 "      -n STRING\n"
3289 "         STRING      True if string is not empty.\n"
3290 "    \n"
3291 "      STRING1 = STRING2\n"
3292 "                     True if the strings are equal.\n"
3293 "      STRING1 != STRING2\n"
3294 "                     True if the strings are not equal.\n"
3295 "      STRING1 < STRING2\n"
3296 "                     True if STRING1 sorts before STRING2 "
3297 "lexicographically.\n"
3298 "      STRING1 > STRING2\n"
3299 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
3300 "    \n"
3301 "    Other operators:\n"
3302 "    \n"
3303 "      -o OPTION      True if the shell option OPTION is enabled.\n"
3304 "      ! EXPR         True if expr is false.\n"
3305 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3306 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3307 "    \n"
3308 "      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
3309 "                     -lt, -le, -gt, or -ge.\n"
3310 "    \n"
3311 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3312 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3313 "    than ARG2.\n"
3314 "    \n"
3315 "    Exit Status:\n"
3316 "    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3317 "    false or an invalid argument is given."
3318 msgstr ""
3319
3320 #: builtins.c:1299
3321 msgid ""
3322 "Evaluate conditional expression.\n"
3323 "    \n"
3324 "    This is a synonym for the \"test\" builtin, but the last argument must\n"
3325 "    be a literal `]', to match the opening `['."
3326 msgstr ""
3327
3328 #: builtins.c:1308
3329 msgid ""
3330 "Display process times.\n"
3331 "    \n"
3332 "    Prints the accumulated user and system times for the shell and all of "
3333 "its\n"
3334 "    child processes.\n"
3335 "    \n"
3336 "    Exit Status:\n"
3337 "    Always succeeds."
3338 msgstr ""
3339
3340 #: builtins.c:1320
3341 msgid ""
3342 "Trap signals and other events.\n"
3343 "    \n"
3344 "    Defines and activates handlers to be run when the shell receives "
3345 "signals\n"
3346 "    or other conditions.\n"
3347 "    \n"
3348 "    ARG is a command to be read and executed when the shell receives the\n"
3349 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
3350 "    is supplied) or `-', each specified signal is reset to its original\n"
3351 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3352 "    shell and by the commands it invokes.\n"
3353 "    \n"
3354 "    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
3355 "If\n"
3356 "    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
3357 "    \n"
3358 "    If no arguments are supplied, trap prints the list of commands "
3359 "associated\n"
3360 "    with each signal.\n"
3361 "    \n"
3362 "    Options:\n"
3363 "      -l\tprint a list of signal names and their corresponding numbers\n"
3364 "      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3365 "    \n"
3366 "    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3367 "number.\n"
3368 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
3369 "    signal may be sent to the shell with \"kill -signal $$\".\n"
3370 "    \n"
3371 "    Exit Status:\n"
3372 "    Returns success unless a SIGSPEC is invalid or an invalid option is "
3373 "given."
3374 msgstr ""
3375
3376 #: builtins.c:1352
3377 msgid ""
3378 "Display information about command type.\n"
3379 "    \n"
3380 "    For each NAME, indicate how it would be interpreted if used as a\n"
3381 "    command name.\n"
3382 "    \n"
3383 "    Options:\n"
3384 "      -a\tdisplay all locations containing an executable named NAME;\n"
3385 "    \tincludes aliases, builtins, and functions, if and only if\n"
3386 "    \tthe `-p' option is not also used\n"
3387 "      -f\tsuppress shell function lookup\n"
3388 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3389 "    \tbuiltin, or function, and returns the name of the disk file\n"
3390 "    \tthat would be executed\n"
3391 "      -p\treturns either the name of the disk file that would be executed,\n"
3392 "    \tor nothing if `type -t NAME' would not return `file'.\n"
3393 "      -t\toutput a single word which is one of `alias', `keyword',\n"
3394 "    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
3395 "    \treserved word, shell function, shell builtin, disk file, or not\n"
3396 "    \tfound, respectively\n"
3397 "    \n"
3398 "    Arguments:\n"
3399 "      NAME\tCommand name to be interpreted.\n"
3400 "    \n"
3401 "    Exit Status:\n"
3402 "    Returns success if all of the NAMEs are found; fails if any are not "
3403 "found."
3404 msgstr ""
3405
3406 #: builtins.c:1383
3407 msgid ""
3408 "Modify shell resource limits.\n"
3409 "    \n"
3410 "    Provides control over the resources available to the shell and "
3411 "processes\n"
3412 "    it creates, on systems that allow such control.\n"
3413 "    \n"
3414 "    Options:\n"
3415 "      -S\tuse the `soft' resource limit\n"
3416 "      -H\tuse the `hard' resource limit\n"
3417 "      -a\tall current limits are reported\n"
3418 "      -b\tthe socket buffer size\n"
3419 "      -c\tthe maximum size of core files created\n"
3420 "      -d\tthe maximum size of a process's data segment\n"
3421 "      -e\tthe maximum scheduling priority (`nice')\n"
3422 "      -f\tthe maximum size of files written by the shell and its children\n"
3423 "      -i\tthe maximum number of pending signals\n"
3424 "      -l\tthe maximum size a process may lock into memory\n"
3425 "      -m\tthe maximum resident set size\n"
3426 "      -n\tthe maximum number of open file descriptors\n"
3427 "      -p\tthe pipe buffer size\n"
3428 "      -q\tthe maximum number of bytes in POSIX message queues\n"
3429 "      -r\tthe maximum real-time scheduling priority\n"
3430 "      -s\tthe maximum stack size\n"
3431 "      -t\tthe maximum amount of cpu time in seconds\n"
3432 "      -u\tthe maximum number of user processes\n"
3433 "      -v\tthe size of virtual memory\n"
3434 "      -x\tthe maximum number of file locks\n"
3435 "    \n"
3436 "    If LIMIT is given, it is the new value of the specified resource; the\n"
3437 "    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3438 "    current soft limit, the current hard limit, and no limit, respectively.\n"
3439 "    Otherwise, the current value of the specified resource is printed.  If\n"
3440 "    no option is given, then -f is assumed.\n"
3441 "    \n"
3442 "    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3443 "    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3444 "    number of processes.\n"
3445 "    \n"
3446 "    Exit Status:\n"
3447 "    Returns success unless an invalid option is supplied or an error occurs."
3448 msgstr ""
3449
3450 #: builtins.c:1428
3451 msgid ""
3452 "Display or set file mode mask.\n"
3453 "    \n"
3454 "    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
3455 "    the current value of the mask.\n"
3456 "    \n"
3457 "    If MODE begins with a digit, it is interpreted as an octal number;\n"
3458 "    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3459 "    \n"
3460 "    Options:\n"
3461 "      -p\tif MODE is omitted, output in a form that may be reused as input\n"
3462 "      -S\tmakes the output symbolic; otherwise an octal number is output\n"
3463 "    \n"
3464 "    Exit Status:\n"
3465 "    Returns success unless MODE is invalid or an invalid option is given."
3466 msgstr ""
3467
3468 #: builtins.c:1448
3469 msgid ""
3470 "Wait for job completion and return exit status.\n"
3471 "    \n"
3472 "    Waits for the process identified by ID, which may be a process ID or a\n"
3473 "    job specification, and reports its termination status.  If ID is not\n"
3474 "    given, waits for all currently active child processes, and the return\n"
3475 "    status is zero.  If ID is a a job specification, waits for all "
3476 "processes\n"
3477 "    in the job's pipeline.\n"
3478 "    \n"
3479 "    Exit Status:\n"
3480 "    Returns the status of ID; fails if ID is invalid or an invalid option "
3481 "is\n"
3482 "    given."
3483 msgstr ""
3484
3485 #: builtins.c:1466
3486 msgid ""
3487 "Wait for process completion and return exit status.\n"
3488 "    \n"
3489 "    Waits for the specified process and reports its termination status.  If\n"
3490 "    PID is not given, all currently active child processes are waited for,\n"
3491 "    and the return code is zero.  PID must be a process ID.\n"
3492 "    \n"
3493 "    Exit Status:\n"
3494 "    Returns the status of ID; fails if ID is invalid or an invalid option "
3495 "is\n"
3496 "    given."
3497 msgstr ""
3498
3499 #: builtins.c:1481
3500 msgid ""
3501 "Execute commands for each member in a list.\n"
3502 "    \n"
3503 "    The `for' loop executes a sequence of commands for each member in a\n"
3504 "    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3505 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
3506 "    the COMMANDS are executed.\n"
3507 "    \n"
3508 "    Exit Status:\n"
3509 "    Returns the status of the last command executed."
3510 msgstr ""
3511
3512 #: builtins.c:1495
3513 msgid ""
3514 "Arithmetic for loop.\n"
3515 "    \n"
3516 "    Equivalent to\n"
3517 "    \t(( EXP1 ))\n"
3518 "    \twhile (( EXP2 )); do\n"
3519 "    \t\tCOMMANDS\n"
3520 "    \t\t(( EXP3 ))\n"
3521 "    \tdone\n"
3522 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
3523 "    omitted, it behaves as if it evaluates to 1.\n"
3524 "    \n"
3525 "    Exit Status:\n"
3526 "    Returns the status of the last command executed."
3527 msgstr ""
3528
3529 #: builtins.c:1513
3530 msgid ""
3531 "Select words from a list and execute commands.\n"
3532 "    \n"
3533 "    The WORDS are expanded, generating a list of words.  The\n"
3534 "    set of expanded words is printed on the standard error, each\n"
3535 "    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
3536 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
3537 "    from the standard input.  If the line consists of the number\n"
3538 "    corresponding to one of the displayed words, then NAME is set\n"
3539 "    to that word.  If the line is empty, WORDS and the prompt are\n"
3540 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
3541 "    value read causes NAME to be set to null.  The line read is saved\n"
3542 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
3543 "    until a break command is executed.\n"
3544 "    \n"
3545 "    Exit Status:\n"
3546 "    Returns the status of the last command executed."
3547 msgstr ""
3548
3549 #: builtins.c:1534
3550 msgid ""
3551 "Report time consumed by pipeline's execution.\n"
3552 "    \n"
3553 "    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3554 "    and system CPU time spent executing PIPELINE when it terminates.\n"
3555 "    \n"
3556 "    Options:\n"
3557 "      -p\tprint the timing summary in the portable Posix format\n"
3558 "    \n"
3559 "    The value of the TIMEFORMAT variable is used as the output format.\n"
3560 "    \n"
3561 "    Exit Status:\n"
3562 "    The return status is the return status of PIPELINE."
3563 msgstr ""
3564
3565 #: builtins.c:1551
3566 msgid ""
3567 "Execute commands based on pattern matching.\n"
3568 "    \n"
3569 "    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
3570 "    `|' is used to separate multiple patterns.\n"
3571 "    \n"
3572 "    Exit Status:\n"
3573 "    Returns the status of the last command executed."
3574 msgstr ""
3575
3576 #: builtins.c:1563
3577 msgid ""
3578 "Execute commands based on conditional.\n"
3579 "    \n"
3580 "    The `if COMMANDS' list is executed.  If its exit status is zero, then "
3581 "the\n"
3582 "    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
3583 "is\n"
3584 "    executed in turn, and if its exit status is zero, the corresponding\n"
3585 "    `then COMMANDS' list is executed and the if command completes.  "
3586 "Otherwise,\n"
3587 "    the `else COMMANDS' list is executed, if present.  The exit status of "
3588 "the\n"
3589 "    entire construct is the exit status of the last command executed, or "
3590 "zero\n"
3591 "    if no condition tested true.\n"
3592 "    \n"
3593 "    Exit Status:\n"
3594 "    Returns the status of the last command executed."
3595 msgstr ""
3596
3597 #: builtins.c:1580
3598 msgid ""
3599 "Execute commands as long as a test succeeds.\n"
3600 "    \n"
3601 "    Expand and execute COMMANDS as long as the final command in the\n"
3602 "    `while' COMMANDS has an exit status of zero.\n"
3603 "    \n"
3604 "    Exit Status:\n"
3605 "    Returns the status of the last command executed."
3606 msgstr ""
3607
3608 #: builtins.c:1592
3609 msgid ""
3610 "Execute commands as long as a test does not succeed.\n"
3611 "    \n"
3612 "    Expand and execute COMMANDS as long as the final command in the\n"
3613 "    `until' COMMANDS has an exit status which is not zero.\n"
3614 "    \n"
3615 "    Exit Status:\n"
3616 "    Returns the status of the last command executed."
3617 msgstr ""
3618
3619 #: builtins.c:1604
3620 msgid ""
3621 "Create a coprocess named NAME.\n"
3622 "    \n"
3623 "    Execute COMMAND asynchronously, with the standard output and standard\n"
3624 "    input of the command connected via a pipe to file descriptors assigned\n"
3625 "    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3626 "    The default NAME is \"COPROC\".\n"
3627 "    \n"
3628 "    Exit Status:\n"
3629 "    Returns the exit status of COMMAND."
3630 msgstr ""
3631
3632 #: builtins.c:1618
3633 msgid ""
3634 "Define shell function.\n"
3635 "    \n"
3636 "    Create a shell function named NAME.  When invoked as a simple command,\n"
3637 "    NAME runs COMMANDs in the calling shell's context.  When NAME is "
3638 "invoked,\n"
3639 "    the arguments are passed to the function as $1...$n, and the function's\n"
3640 "    name is in $FUNCNAME.\n"
3641 "    \n"
3642 "    Exit Status:\n"
3643 "    Returns success unless NAME is readonly."
3644 msgstr ""
3645
3646 #: builtins.c:1632
3647 msgid ""
3648 "Group commands as a unit.\n"
3649 "    \n"
3650 "    Run a set of commands in a group.  This is one way to redirect an\n"
3651 "    entire set of commands.\n"
3652 "    \n"
3653 "    Exit Status:\n"
3654 "    Returns the status of the last command executed."
3655 msgstr ""
3656
3657 #: builtins.c:1644
3658 msgid ""
3659 "Resume job in foreground.\n"
3660 "    \n"
3661 "    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
3662 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
3663 "    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
3664 "    the background, as if the job specification had been supplied as an\n"
3665 "    argument to `bg'.\n"
3666 "    \n"
3667 "    Exit Status:\n"
3668 "    Returns the status of the resumed job."
3669 msgstr ""
3670
3671 #: builtins.c:1659
3672 msgid ""
3673 "Evaluate arithmetic expression.\n"
3674 "    \n"
3675 "    The EXPRESSION is evaluated according to the rules for arithmetic\n"
3676 "    evaluation.  Equivalent to \"let EXPRESSION\".\n"
3677 "    \n"
3678 "    Exit Status:\n"
3679 "    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3680 msgstr ""
3681
3682 #: builtins.c:1671
3683 msgid ""
3684 "Execute conditional command.\n"
3685 "    \n"
3686 "    Returns a status of 0 or 1 depending on the evaluation of the "
3687 "conditional\n"
3688 "    expression EXPRESSION.  Expressions are composed of the same primaries "
3689 "used\n"
3690 "    by the `test' builtin, and may be combined using the following "
3691 "operators:\n"
3692 "    \n"
3693 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3694 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3695 "      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3696 "      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3697 "    \n"
3698 "    When the `==' and `!=' operators are used, the string to the right of\n"
3699 "    the operator is used as a pattern and pattern matching is performed.\n"
3700 "    When the `=~' operator is used, the string to the right of the operator\n"
3701 "    is matched as a regular expression.\n"
3702 "    \n"
3703 "    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3704 "    determine the expression's value.\n"
3705 "    \n"
3706 "    Exit Status:\n"
3707 "    0 or 1 depending on value of EXPRESSION."
3708 msgstr ""
3709
3710 #: builtins.c:1697
3711 msgid ""
3712 "Common shell variable names and usage.\n"
3713 "    \n"
3714 "    BASH_VERSION\tVersion information for this Bash.\n"
3715 "    CDPATH\tA colon-separated list of directories to search\n"
3716 "    \t\tfor directories given as arguments to `cd'.\n"
3717 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3718 "    \t\tbe ignored by pathname expansion.\n"
3719 "    HISTFILE\tThe name of the file where your command history is stored.\n"
3720 "    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3721 "    HISTSIZE\tThe maximum number of history lines that a running\n"
3722 "    \t\tshell can access.\n"
3723 "    HOME\tThe complete pathname to your login directory.\n"
3724 "    HOSTNAME\tThe name of the current host.\n"
3725 "    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3726 "    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3727 "    \t\tcharacter as the sole input.  If set, then the value\n"
3728 "    \t\tof it is the number of EOF characters that can be seen\n"
3729 "    \t\tin a row on an empty line before the shell will exit\n"
3730 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
3731 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
3732 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3733 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3734 "    \t\tfor new mail.\n"
3735 "    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3736 "    PATH\tA colon-separated list of directories to search when\n"
3737 "    \t\tlooking for commands.\n"
3738 "    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3739 "    \t\tprimary prompt.\n"
3740 "    PS1\t\tThe primary prompt string.\n"
3741 "    PS2\t\tThe secondary prompt string.\n"
3742 "    PWD\t\tThe full pathname of the current directory.\n"
3743 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3744 "    TERM\tThe name of the current terminal type.\n"
3745 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3746 "    \t\t`time' reserved word.\n"
3747 "    auto_resume\tNon-null means a command word appearing on a line by\n"
3748 "    \t\titself is first looked for in the list of currently\n"
3749 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
3750 "    \t\tA value of `exact' means that the command word must\n"
3751 "    \t\texactly match a command in the list of stopped jobs.  A\n"
3752 "    \t\tvalue of `substring' means that the command word must\n"
3753 "    \t\tmatch a substring of the job.  Any other value means that\n"
3754 "    \t\tthe command must be a prefix of a stopped job.\n"
3755 "    histchars\tCharacters controlling history expansion and quick\n"
3756 "    \t\tsubstitution.  The first character is the history\n"
3757 "    \t\tsubstitution character, usually `!'.  The second is\n"
3758 "    \t\tthe `quick substitution' character, usually `^'.  The\n"
3759 "    \t\tthird is the `history comment' character, usually `#'.\n"
3760 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3761 "    \t\tcommands should be saved on the history list.\n"
3762 msgstr ""
3763
3764 #: builtins.c:1754
3765 msgid ""
3766 "Add directories to stack.\n"
3767 "    \n"
3768 "    Adds a directory to the top of the directory stack, or rotates\n"
3769 "    the stack, making the new top of the stack the current working\n"
3770 "    directory.  With no arguments, exchanges the top two directories.\n"
3771 "    \n"
3772 "    Options:\n"
3773 "      -n\tSuppresses the normal change of directory when adding\n"
3774 "    \tdirectories to the stack, so only the stack is manipulated.\n"
3775 "    \n"
3776 "    Arguments:\n"
3777 "      +N\tRotates the stack so that the Nth directory (counting\n"
3778 "    \tfrom the left of the list shown by `dirs', starting with\n"
3779 "    \tzero) is at the top.\n"
3780 "    \n"
3781 "      -N\tRotates the stack so that the Nth directory (counting\n"
3782 "    \tfrom the right of the list shown by `dirs', starting with\n"
3783 "    \tzero) is at the top.\n"
3784 "    \n"
3785 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
3786 "    \tnew current working directory.\n"
3787 "    \n"
3788 "    The `dirs' builtin displays the directory stack.\n"
3789 "    \n"
3790 "    Exit Status:\n"
3791 "    Returns success unless an invalid argument is supplied or the directory\n"
3792 "    change fails."
3793 msgstr ""
3794
3795 #: builtins.c:1788
3796 msgid ""
3797 "Remove directories from stack.\n"
3798 "    \n"
3799 "    Removes entries from the directory stack.  With no arguments, removes\n"
3800 "    the top directory from the stack, and changes to the new top directory.\n"
3801 "    \n"
3802 "    Options:\n"
3803 "      -n\tSuppresses the normal change of directory when removing\n"
3804 "    \tdirectories from the stack, so only the stack is manipulated.\n"
3805 "    \n"
3806 "    Arguments:\n"
3807 "      +N\tRemoves the Nth entry counting from the left of the list\n"
3808 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
3809 "    \tremoves the first directory, `popd +1' the second.\n"
3810 "    \n"
3811 "      -N\tRemoves the Nth entry counting from the right of the list\n"
3812 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
3813 "    \tremoves the last directory, `popd -1' the next to last.\n"
3814 "    \n"
3815 "    The `dirs' builtin displays the directory stack.\n"
3816 "    \n"
3817 "    Exit Status:\n"
3818 "    Returns success unless an invalid argument is supplied or the directory\n"
3819 "    change fails."
3820 msgstr ""
3821
3822 #: builtins.c:1818
3823 msgid ""
3824 "Display directory stack.\n"
3825 "    \n"
3826 "    Display the list of currently remembered directories.  Directories\n"
3827 "    find their way onto the list with the `pushd' command; you can get\n"
3828 "    back up through the list with the `popd' command.\n"
3829 "    \n"
3830 "    Options:\n"
3831 "      -c\tclear the directory stack by deleting all of the elements\n"
3832 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
3833 "    \tto your home directory\n"
3834 "      -p\tprint the directory stack with one entry per line\n"
3835 "      -v\tprint the directory stack with one entry per line prefixed\n"
3836 "    \twith its position in the stack\n"
3837 "    \n"
3838 "    Arguments:\n"
3839 "      +N\tDisplays the Nth entry counting from the left of the list shown "
3840 "by\n"
3841 "    \tdirs when invoked without options, starting with zero.\n"
3842 "    \n"
3843 "      -N\tDisplays the Nth entry counting from the right of the list shown "
3844 "by\n"
3845 "    \tdirs when invoked without options, starting with zero.\n"
3846 "    \n"
3847 "    Exit Status:\n"
3848 "    Returns success unless an invalid option is supplied or an error occurs."
3849 msgstr ""
3850
3851 #: builtins.c:1847
3852 msgid ""
3853 "Set and unset shell options.\n"
3854 "    \n"
3855 "    Change the setting of each shell option OPTNAME.  Without any option\n"
3856 "    arguments, list all shell options with an indication of whether or not "
3857 "each\n"
3858 "    is set.\n"
3859 "    \n"
3860 "    Options:\n"
3861 "      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
3862 "      -p\tprint each shell option with an indication of its status\n"
3863 "      -q\tsuppress output\n"
3864 "      -s\tenable (set) each OPTNAME\n"
3865 "      -u\tdisable (unset) each OPTNAME\n"
3866 "    \n"
3867 "    Exit Status:\n"
3868 "    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
3869 "    given or OPTNAME is disabled."
3870 msgstr ""
3871
3872 #: builtins.c:1868
3873 msgid ""
3874 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
3875 "    \n"
3876 "    Options:\n"
3877 "      -v var\tassign the output to shell variable VAR rather than\n"
3878 "    \t\tdisplay it on the standard output\n"
3879 "    \n"
3880 "    FORMAT is a character string which contains three types of objects: "
3881 "plain\n"
3882 "    characters, which are simply copied to standard output; character "
3883 "escape\n"
3884 "    sequences, which are converted and copied to the standard output; and\n"
3885 "    format specifications, each of which causes printing of the next "
3886 "successive\n"
3887 "    argument.\n"
3888 "    \n"
3889 "    In addition to the standard format specifications described in printf"
3890 "(1)\n"
3891 "    and printf(3), printf interprets:\n"
3892 "    \n"
3893 "      %b\texpand backslash escape sequences in the corresponding argument\n"
3894 "      %q\tquote the argument in a way that can be reused as shell input\n"
3895 "    \n"
3896 "    Exit Status:\n"
3897 "    Returns success unless an invalid option is given or a write or "
3898 "assignment\n"
3899 "    error occurs."
3900 msgstr ""
3901
3902 #: builtins.c:1895
3903 msgid ""
3904 "Specify how arguments are to be completed by Readline.\n"
3905 "    \n"
3906 "    For each NAME, specify how arguments are to be completed.  If no "
3907 "options\n"
3908 "    are supplied, existing completion specifications are printed in a way "
3909 "that\n"
3910 "    allows them to be reused as input.\n"
3911 "    \n"
3912 "    Options:\n"
3913 "      -p\tprint existing completion specifications in a reusable format\n"
3914 "      -r\tremove a completion specification for each NAME, or, if no\n"
3915 "    \tNAMEs are supplied, all completion specifications\n"
3916 "      -D\tapply the completions and actions as the default for commands\n"
3917 "    \twithout any specific completion defined\n"
3918 "      -E\tapply the completions and actions to \"empty\" commands --\n"
3919 "    \tcompletion attempted on a blank line\n"
3920 "    \n"
3921 "    When completion is attempted, the actions are applied in the order the\n"
3922 "    uppercase-letter options are listed above.  The -D option takes\n"
3923 "    precedence over -E.\n"
3924 "    \n"
3925 "    Exit Status:\n"
3926 "    Returns success unless an invalid option is supplied or an error occurs."
3927 msgstr ""
3928
3929 #: builtins.c:1923
3930 msgid ""
3931 "Display possible completions depending on the options.\n"
3932 "    \n"
3933 "    Intended to be used from within a shell function generating possible\n"
3934 "    completions.  If the optional WORD argument is supplied, matches "
3935 "against\n"
3936 "    WORD are generated.\n"
3937 "    \n"
3938 "    Exit Status:\n"
3939 "    Returns success unless an invalid option is supplied or an error occurs."
3940 msgstr ""
3941
3942 #: builtins.c:1938
3943 msgid ""
3944 "Modify or display completion options.\n"
3945 "    \n"
3946 "    Modify the completion options for each NAME, or, if no NAMEs are "
3947 "supplied,\n"
3948 "    the completion currently begin executed.  If no OPTIONs are givenm, "
3949 "print\n"
3950 "    the completion options for each NAME or the current completion "
3951 "specification.\n"
3952 "    \n"
3953 "    Options:\n"
3954 "    \t-o option\tSet completion option OPTION for each NAME\n"
3955 "    \t-D\t\tChange options for the \"default\" command completion\n"
3956 "    \t-E\t\tChange options for the \"empty\" command completion\n"
3957 "    \n"
3958 "    Using `+o' instead of `-o' turns off the specified option.\n"
3959 "    \n"
3960 "    Arguments:\n"
3961 "    \n"
3962 "    Each NAME refers to a command for which a completion specification must\n"
3963 "    have previously been defined using the `complete' builtin.  If no NAMEs\n"
3964 "    are supplied, compopt must be called by a function currently generating\n"
3965 "    completions, and the options for that currently-executing completion\n"
3966 "    generator are modified.\n"
3967 "    \n"
3968 "    Exit Status:\n"
3969 "    Returns success unless an invalid option is supplied or NAME does not\n"
3970 "    have a completion specification defined."
3971 msgstr ""
3972
3973 #: builtins.c:1968
3974 msgid ""
3975 "Read lines from the standard input into an indexed array variable.\n"
3976 "    \n"
3977 "    Read lines from the standard input into the indexed array variable "
3978 "ARRAY, or\n"
3979 "    from file descriptor FD if the -u option is supplied.  The variable "
3980 "MAPFILE\n"
3981 "    is the default ARRAY.\n"
3982 "    \n"
3983 "    Options:\n"
3984 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
3985 "copied.\n"
3986 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
3987 "index is 0.\n"
3988 "      -s count \tDiscard the first COUNT lines read.\n"
3989 "      -t\t\tRemove a trailing newline from each line read.\n"
3990 "      -u fd\t\tRead lines from file descriptor FD instead of the standard "
3991 "input.\n"
3992 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
3993 "      -c quantum\tSpecify the number of lines read between each call to "
3994 "CALLBACK.\n"
3995 "    \n"
3996 "    Arguments:\n"
3997 "      ARRAY\t\tArray variable name to use for file data.\n"
3998 "    \n"
3999 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
4000 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
4001 "    element to be assigned as an additional argument.\n"
4002 "    \n"
4003 "    If not supplied with an explicit origin, mapfile will clear ARRAY "
4004 "before\n"
4005 "    assigning to it.\n"
4006 "    \n"
4007 "    Exit Status:\n"
4008 "    Returns success unless an invalid option is given or ARRAY is readonly "
4009 "or\n"
4010 "    not an indexed array."
4011 msgstr ""
4012
4013 #: builtins.c:2001
4014 msgid ""
4015 "Read lines from a file into an array variable.\n"
4016 "    \n"
4017 "    A synonym for `mapfile'."
4018 msgstr ""
4019
4020 #~ msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
4021 #~ msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)"
4022
4023 #, fuzzy
4024 #~ msgid "xrealloc: cannot allocate %lu bytes"
4025 #~ msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)"
4026
4027 #, fuzzy
4028 #~ msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
4029 #~ msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)"
4030
4031 #~ msgid "Missing `}'"
4032 #~ msgstr "`}' lipsã"
4033
4034 #~ msgid "brace_expand> "
4035 #~ msgstr "brace_expand> "
4036
4037 #~ msgid "Attempt to free unknown command type `%d'.\n"
4038 #~ msgstr "Încercare de eliberare(free) tip comandã necunoscutã `%d'.\n"
4039
4040 #~ msgid "Report this to %s\n"
4041 #~ msgstr "Raportaþi asta la %s\n"
4042
4043 #~ msgid "Stopping myself..."
4044 #~ msgstr "Mã opresc..."
4045
4046 #~ msgid "Tell %s to fix this someday.\n"
4047 #~ msgstr "Spuneþi lui %s sã repare asta într-o bun zi.\n"
4048
4049 #~ msgid "execute_command: bad command type `%d'"
4050 #~ msgstr "execute_command: tip de comandã greºitã `%d'"
4051
4052 #~ msgid "real\t"
4053 #~ msgstr "real\t"
4054
4055 #~ msgid "user\t"
4056 #~ msgstr "user\t"
4057
4058 #~ msgid "sys\t"
4059 #~ msgstr "sis\t"
4060
4061 #~ msgid ""
4062 #~ "real\t0m0.00s\n"
4063 #~ "user\t0m0.00s\n"
4064 #~ "sys\t0m0.00s\n"
4065 #~ msgstr ""
4066 #~ "real\t0m0.00s\n"
4067 #~ "user\t0m0.00s\n"
4068 #~ "sis\t0m0.00s\n"
4069
4070 #~ msgid "cannot duplicate fd %d to fd 1: %s"
4071 #~ msgstr "nu se poate duplica fd %d în fd 1: %s"
4072
4073 #~ msgid "%s: output redirection restricted"
4074 #~ msgstr "%s redirectare spre output limitatã"
4075
4076 #~ msgid "Out of memory!"
4077 #~ msgstr "Memorie plinã!"
4078
4079 #~ msgid "You have already added item `%s'\n"
4080 #~ msgstr "Aþi adãugat deja elementul `%s'\n"
4081
4082 #~ msgid "You have entered %d (%d) items.  The distribution is:\n"
4083 #~ msgstr "Aþi introdus %d (%d) elemente.  Distribuþia este:\n"
4084
4085 #~ msgid "<unknown>"
4086 #~ msgstr "<necunoscut>"
4087
4088 #~ msgid "%s: bg background job?"
4089 #~ msgstr "%s: bg job din fundal?"
4090
4091 #~ msgid ""
4092 #~ "Redirection instruction from yyparse () '%d' is\n"
4093 #~ "out of range in make_redirection ()."
4094 #~ msgstr ""
4095 #~ "Redirectare instrucþiune din yyparse () '%d' is\n"
4096 #~ "în afara intervalului în make_redirection ()."
4097
4098 #~ msgid "clean_simple_command () got a command with type %d."
4099 #~ msgstr "clean_simple_command () a primit o comandã de tipul %d."
4100
4101 #~ msgid "got errno %d while waiting for %d"
4102 #~ msgstr "s-a primit errno %d în aºteptarea lui %d"
4103
4104 #~ msgid "syntax error near unexpected token `%c'"
4105 #~ msgstr "eroare de sintaxã neaºteptatã lângã `%c'"
4106
4107 #~ msgid "print_command: bad command type `%d'"
4108 #~ msgstr "print_command: tip comandã greºit `%d'"
4109
4110 #~ msgid "cprintf: bad `%%' argument (%c)"
4111 #~ msgstr "cprintf: parametru `%%'  invalid (%c)"
4112
4113 #~ msgid "option `%s' requires an argument"
4114 #~ msgstr "opþiunea `%s' necesitã un parametru"
4115
4116 #~ msgid "%s: unrecognized option"
4117 #~ msgstr "%s: opþiune necunoscutã"
4118
4119 #~ msgid "`-c' requires an argument"
4120 #~ msgstr "`-c' necesitã un parametru"
4121
4122 #~ msgid "%s: cannot execute directories"
4123 #~ msgstr "%s: directoarele nu se pot executa"
4124
4125 #~ msgid "Bad code in sig.c: sigprocmask"
4126 #~ msgstr "Cod invalid în sig.c: sigprocmask"
4127
4128 #~ msgid "%s: bad array subscript"
4129 #~ msgstr "%s:subscriere interval invalid"
4130
4131 #~ msgid "can't make pipes for process substitution: %s"
4132 #~ msgstr "nu pot face legãturi (pipes) pentru substituþia procesului: %s"
4133
4134 #~ msgid "reading"
4135 #~ msgstr "în citire"
4136
4137 #~ msgid "process substitution"
4138 #~ msgstr "substituire de proces"
4139
4140 #~ msgid "command substitution"
4141 #~ msgstr "substituire de comenzi"
4142
4143 #~ msgid "Can't reopen pipe to command substitution (fd %d): %s"
4144 #~ msgstr ""
4145 #~ "Nu se poate redeschide legãtura (pipe) cãtre substituþia de comenzi (fd %"
4146 #~ "d): %s"
4147
4148 #~ msgid "$%c: unbound variable"
4149 #~ msgstr "$%c: variabilã fãrã limitã"
4150
4151 #~ msgid "%s: bad arithmetic substitution"
4152 #~ msgstr "%s: substituþie aritmeticã greºitã"
4153
4154 #~ msgid "-%s: binary operator expected"
4155 #~ msgstr "-%s: se aºteaptã operator binar"
4156
4157 #~ msgid "%s[%s: bad subscript"
4158 #~ msgstr "%s[%s: subsctipþie invalidã"
4159
4160 #~ msgid "[%s: bad subscript"
4161 #~ msgstr "[%s: subscripþie invalidã"
4162
4163 #~ msgid "digits occur in two different argv-elements.\n"
4164 #~ msgstr "se regãsesc digiþi în douã elemente argv diferite.\n"
4165
4166 #~ msgid "option %c\n"
4167 #~ msgstr "opþiunea %c\n"
4168
4169 #~ msgid "option a\n"
4170 #~ msgstr "opþiunea a\n"
4171
4172 #~ msgid "option b\n"
4173 #~ msgstr "opþiunea b\n"
4174
4175 #~ msgid "option c with value `%s'\n"
4176 #~ msgstr "opþiunea c cu valoarea '%s'\n"
4177
4178 #~ msgid "?? sh_getopt returned character code 0%o ??\n"
4179 #~ msgstr "?? sh_getopt a returnat codul de caracter 0%o ??\n"
4180
4181 #~ msgid "non-option ARGV-elements: "
4182 #~ msgstr "elemente ARGV fãrã opþiuni: "
4183
4184 #~ msgid "%s: Unknown flag %s.\n"
4185 #~ msgstr "%s: Marcaj (flag) necunoscut %s.\n"
4186
4187 #~ msgid "Unknown directive `%s'"
4188 #~ msgstr "Directivã necunoscutã '%s'"
4189
4190 #~ msgid "%s requires an argument"
4191 #~ msgstr "%s necesitã un parametru"
4192
4193 #~ msgid "%s must be inside of a $BUILTIN block"
4194 #~ msgstr "%s trebuie sa fie înãuntrul unui bloc $BUILTIN"
4195
4196 #~ msgid "%s found before $END"
4197 #~ msgstr "s-a gãsit %s înainte de $END"
4198
4199 #~ msgid "%s already has a function (%s)"
4200 #~ msgstr "%s avea deja o funcþie (%s)"
4201
4202 #~ msgid "%s already had a docname (%s)"
4203 #~ msgstr "%s avea deja un docname (%s)"
4204
4205 #~ msgid "%s already has short documentation (%s)"
4206 #~ msgstr "%s are deja documentaþie scurtã (%s)"
4207
4208 #~ msgid "%s already has a %s definition"
4209 #~ msgstr "%s are deja o definiþie %s"
4210
4211 #~ msgid "mkbuiltins: Out of virtual memory!\n"
4212 #~ msgstr "mkbuiltins: Memorie virtualã plinã!\n"
4213
4214 #~ msgid "read [-r] [-p prompt] [-a array] [-e] [name ...]"
4215 #~ msgstr "read [-r] [-p prompt] [-a interval] [-e] [nume ...]"
4216
4217 #~ msgid "%[DIGITS | WORD] [&]"
4218 #~ msgstr "%[DIGIÞI | CUVÂNT] [&]"
4219
4220 #~ msgid "variables - Some variable names and meanings"
4221 #~ msgstr "variabile - Câteva nume de variabile ºi ce înseamnã"
4222
4223 #~ msgid "`alias' with no arguments or with the -p option prints the list"
4224 #~ msgstr "`alias' fãrã parametri  sau cu opþiunea -p printeazã lista"
4225
4226 #~ msgid "of aliases in the form alias NAME=VALUE on standard output."
4227 #~ msgstr "aliasurilor în forma alias NUME=VALOARE la ieºirea standard"
4228
4229 #~ msgid "Otherwise, an alias is defined for each NAME whose VALUE is given."
4230 #~ msgstr ""
4231 #~ "În caz contrar, aliasul este definit pentru fiecare NUME a cãrui VALOARE "
4232 #~ "este datã."
4233
4234 #~ msgid "A trailing space in VALUE causes the next word to be checked for"
4235 #~ msgstr ""
4236 #~ "Un spaþiu la sfârºit în VALOARE va face ca urmãtorul cuvânt sa fie "
4237 #~ "interogat de"
4238
4239 #~ msgid "alias substitution when the alias is expanded.  Alias returns"
4240 #~ msgstr "substituþii de alias când aliasul este extins.  Aliasul returneazã"
4241
4242 #~ msgid "true unless a NAME is given for which no alias has been defined."
4243 #~ msgstr ""
4244 #~ "adevãrat în afarã de cazul în care NUME nu este dat ºi pentru care nu a "
4245 #~ "fost definit nici un alias."
4246
4247 #~ msgid ""
4248 #~ "Remove NAMEs from the list of defined aliases.  If the -a option is given,"
4249 #~ msgstr ""
4250 #~ "Eliminã NUME din lista de aliasuri definite.  Dacã este datã opþiunea -a,"
4251
4252 #~ msgid "then remove all alias definitions."
4253 #~ msgstr "atunci ºterge toate definiþiile aliasurilor."
4254
4255 #~ msgid "Bind a key sequence to a Readline function, or to a macro.  The"
4256 #~ msgstr ""
4257 #~ "Leagã (bind) o secvenþã de taste de o funcþie Readline, sau de un macro.  "
4258
4259 #~ msgid "syntax is equivalent to that found in ~/.inputrc, but must be"
4260 #~ msgstr ""
4261 #~ "Sintaxa este echivalentã cu cea întâlnitã în ~/.inputrc, dar trebuie"
4262
4263 #~ msgid ""
4264 #~ "passed as a single argument: bind '\"\\C-x\\C-r\": re-read-init-file'."
4265 #~ msgstr ""
4266 #~ "trimisã parametru singular: bind '\"\\C-x\\C-r\": re-read-init-file'."
4267
4268 #~ msgid "Arguments we accept:"
4269 #~ msgstr "Parametri acceptaþi:"
4270
4271 #~ msgid ""
4272 #~ "  -m  keymap         Use `keymap' as the keymap for the duration of this"
4273 #~ msgstr ""
4274 #~ "  -m  keymap         Foloseºte `keymap' ca ºi mapare de taste pentru "
4275 #~ "durata"
4276
4277 #~ msgid "                     command.  Acceptable keymap names are emacs,"
4278 #~ msgstr ""
4279 #~ "                      acestei comenzi.  Nume acceptate de keymaps sunt "
4280 #~ "emacs,"
4281
4282 #~ msgid ""
4283 #~ "                     emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,"
4284 #~ msgstr ""
4285 #~ "                     emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,"
4286
4287 #~ msgid "                     vi-command, and vi-insert."
4288 #~ msgstr "                     vi-command, ºi vi-insert."
4289
4290 #~ msgid "  -l                 List names of functions."
4291 #~ msgstr "  -l                 Listeazã numele funcþiilor."
4292
4293 #~ msgid "  -P                 List function names and bindings."
4294 #~ msgstr ""
4295 #~ "  -P                 Listeazã numele funcþiilor ºi legãturile (bindings)."
4296
4297 #~ msgid ""
4298 #~ "  -p                 List functions and bindings in a form that can be"
4299 #~ msgstr ""
4300 #~ "  -p                 Listeazã funcþiile ºi legãturile (bindings) într-o "
4301 #~ "formã care"
4302
4303 #~ msgid "                     reused as input."
4304 #~ msgstr "                     poate fi refolositã ca intrare(input)."
4305
4306 #~ msgid "  -r  keyseq         Remove the binding for KEYSEQ."
4307 #~ msgstr "  -r  keyseq         Eliminã legãturile(bindings) pentru KEYSEQ."
4308
4309 #~ msgid "  -f  filename       Read key bindings from FILENAME."
4310 #~ msgstr ""
4311 #~ "  -f  nume_fiºier       Citeºte legãturile (bindings) din NUME_FIªIER"
4312
4313 #~ msgid ""
4314 #~ "  -q  function-name  Query about which keys invoke the named function."
4315 #~ msgstr "  -q  nume_funcþie  Verificã tastele care invocã funcþia numitã."
4316
4317 #~ msgid "  -V                 List variable names and values"
4318 #~ msgstr "  -V                 Listeazã numele variabilelor ºi valorile"
4319
4320 #~ msgid ""
4321 #~ "  -v                 List variable names and values in a form that can"
4322 #~ msgstr ""
4323 #~ "  -v                 Listeazã numele variabilelor ºi valorile într-o "
4324 #~ "formã care poate"
4325
4326 #~ msgid "                     be reused as input."
4327 #~ msgstr "                     fi reutilizatã ca date de intrare."
4328
4329 #~ msgid ""
4330 #~ "  -S                 List key sequences that invoke macros and their "
4331 #~ "values"
4332 #~ msgstr ""
4333 #~ "  -S                 Listeazã secvenþele de taste care invocã macrourile "
4334 #~ "ºi valorile lor"
4335
4336 #~ msgid ""
4337 #~ "  -s                 List key sequences that invoke macros and their "
4338 #~ "values in"
4339 #~ msgstr ""
4340 #~ "  -s                 Listeazã secvenþele de taste care invocã macrourile "
4341 #~ "ºi valorile lorîntr-o"
4342
4343 #~ msgid "                     a form that can be reused as input."
4344 #~ msgstr ""
4345 #~ "                     formã care poate fi reutilizatã ca date de intrare."
4346
4347 #~ msgid "Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,"
4348 #~ msgstr ""
4349 #~ "Ieºire dintr-un ciclu FOR, WHILE sau UNTIL.  Daca N este specificat,"
4350
4351 #~ msgid "break N levels."
4352 #~ msgstr "întrerupe N nivele"
4353
4354 #~ msgid "Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop."
4355 #~ msgstr ""
4356 #~ "Continuã urmatoarea iteraþie din ciclul închis FOR, WHILE sau UNTIL."
4357
4358 #~ msgid "If N is specified, resume at the N-th enclosing loop."
4359 #~ msgstr "Dacã N este specificat, continuã al N-ulea ciclu închis."
4360
4361 #~ msgid "Run a shell builtin.  This is useful when you wish to rename a"
4362 #~ msgstr ""
4363 #~ "Ruleazã un shell intern.  Aceasta este folositoare când doriþi sa "
4364 #~ "redenumiþi "
4365
4366 #~ msgid "shell builtin to be a function, but need the functionality of the"
4367 #~ msgstr "un shell intern drept funcþie, dar aveþi nevoie de funcþionalitatea"
4368
4369 #~ msgid "builtin within the function itself."
4370 #~ msgstr "funcþiei interne de asemenea."
4371
4372 #~ msgid "Change the current directory to DIR.  The variable $HOME is the"
4373 #~ msgstr "Schimbã directorul curent cu DIR.  Variabila $HOME este"
4374
4375 #~ msgid "default DIR.  The variable $CDPATH defines the search path for"
4376 #~ msgstr "DIR implicit.  Variabila $CDPATH defineºte calea de cãutare pentru"
4377
4378 #~ msgid "the directory containing DIR.  Alternative directory names in CDPATH"
4379 #~ msgstr ""
4380 #~ "directorul care conþine DIR.  Numele de directoare alternative în CDPATH"
4381
4382 #~ msgid "are separated by a colon (:).  A null directory name is the same as"
4383 #~ msgstr ""
4384 #~ "sunt separate de douã puncte (:).  Un nume de director nul reprezintã "
4385 #~ "referire la"
4386
4387 #~ msgid "the current directory, i.e. `.'.  If DIR begins with a slash (/),"
4388 #~ msgstr "directorul curent, i.e. `.'.  Dacã DIR începe cu un slash (/),"
4389
4390 #~ msgid "then $CDPATH is not used.  If the directory is not found, and the"
4391 #~ msgstr "atunci $CDPATH nu este folositã.  Dacã directorul nu este gãsit, ºi"
4392
4393 #~ msgid "shell option `cdable_vars' is set, then try the word as a variable"
4394 #~ msgstr ""
4395 #~ "opþiunea de shell `cdable_vars' este setatã, atunci cuvântul este un nume"
4396
4397 #~ msgid "name.  If that variable has a value, then cd to the value of that"
4398 #~ msgstr ""
4399 #~ "de variabilã.  Dacã variabila are o valoare, se va face cd pe valoarea "
4400 #~ "acelei"
4401
4402 #~ msgid ""
4403 #~ "variable.  The -P option says to use the physical directory structure"
4404 #~ msgstr ""
4405 #~ "variabile.  Opþiunea -P trimite la folosirea structurii fizice de "
4406 #~ "directoare"
4407
4408 #~ msgid ""
4409 #~ "instead of following symbolic links; the -L option forces symbolic links"
4410 #~ msgstr ""
4411 #~ "în loc de urmarea legãturilor simbolice; opþiunea -L forþeazã urmarea"
4412
4413 #~ msgid "to be followed."
4414 #~ msgstr "legãturilor simbolice."
4415
4416 #~ msgid "Print the current working directory.  With the -P option, pwd prints"
4417 #~ msgstr "Afiºeazã directorul de lucru curent.  Cu opþiunea -P, pwd afiºeazã"
4418
4419 #~ msgid "the physical directory, without any symbolic links; the -L option"
4420 #~ msgstr "directoarele simbolice, fãrã nici o legãturã simbolicã; opþiunea -L"
4421
4422 #~ msgid "makes pwd follow symbolic links."
4423 #~ msgstr "face ca pwd sã urmeze legãturile simbolice."
4424
4425 #~ msgid ""
4426 #~ "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell"
4427 #~ msgstr ""
4428 #~ "Ruleazã COMANDA cu PARAMETRI ignorând funcþiile shellului.  Dacã aveþi"
4429
4430 #~ msgid "function called `ls', and you wish to call the command `ls', you can"
4431 #~ msgstr ""
4432 #~ "o funcþie a shellului care se cheamã `ls', ºi doriþi sa numiþi comanda "
4433 #~ "`ls', puteþi"
4434
4435 #~ msgid ""
4436 #~ "say \"command ls\".  If the -p option is given, a default value is used"
4437 #~ msgstr ""
4438 #~ "spune \"command ls\".  Daca este datã opþiunea -p este folositã o valoare "
4439 #~ "implicitã"
4440
4441 #~ msgid ""
4442 #~ "for PATH that is guaranteed to find all of the standard utilities.  If"
4443 #~ msgstr ""
4444 #~ "pentru CALE care e garantatã sã gãseascã toate utilitarele standard.  Dacã"
4445
4446 #~ msgid ""
4447 #~ "the -V or -v option is given, a string is printed describing COMMAND."
4448 #~ msgstr ""
4449 #~ "sunt date opþiunile -V sau -v, este tipãrit un ºir care descrie COMANDA."
4450
4451 #~ msgid "The -V option produces a more verbose description."
4452 #~ msgstr "Opþiunea -V produce o descriere mult mai detaliatã."
4453
4454 #~ msgid "Declare variables and/or give them attributes.  If no NAMEs are"
4455 #~ msgstr ""
4456 #~ "Declarã variabile ºi/sau le dã atribute.  Dacã nu e dat nici un NUME,"
4457
4458 #~ msgid "given, then display the values of variables instead.  The -p option"
4459 #~ msgstr "va afiºa în loc valorile variabilelor.  Opþiunea -p"
4460
4461 #~ msgid "will display the attributes and values of each NAME."
4462 #~ msgstr "va afiºa atributele ºi valorile fiecãrui NUME."
4463
4464 #~ msgid "The flags are:"
4465 #~ msgstr "Marcajele(flags) sunt:"
4466
4467 #~ msgid "  -a\tto make NAMEs arrays (if supported)"
4468 #~ msgstr "  -a\tpentru a crea intervale de NUME (dacã este suportat)"
4469
4470 #~ msgid "  -f\tto select from among function names only"
4471 #~ msgstr "  -f\tpentru a selecta doar prin numele funcþiilor"
4472
4473 #~ msgid "  -F\tto display function names without definitions"
4474 #~ msgstr "  -F\tpentru a afiºa numele funcþiilor fãrã definiþii"
4475
4476 #~ msgid "  -r\tto make NAMEs readonly"
4477 #~ msgstr "  -r\tpentru a face NUME doar în citire (readonly)"
4478
4479 #~ msgid "  -x\tto make NAMEs export"
4480 #~ msgstr "  -x\tpentru a exporta NUME"
4481
4482 #~ msgid "  -i\tto make NAMEs have the `integer' attribute set"
4483 #~ msgstr "  -i\tpentru ca NUME sã aibe setat atributul de `integer'"
4484
4485 #~ msgid "Variables with the integer attribute have arithmetic evaluation (see"
4486 #~ msgstr "Variabilele cu atributul integer au evaluarea aritmeticã (vezi"
4487
4488 #~ msgid "`let') done when the variable is assigned to."
4489 #~ msgstr "`let') efectuatã când îi este atribuitã variabila."
4490
4491 #~ msgid "When displaying values of variables, -f displays a function's name"
4492 #~ msgstr "La afiºarea valorilor variabilelor, -f afiºeazã numele funcþiei"
4493
4494 #~ msgid "and definition.  The -F option restricts the display to function"
4495 #~ msgstr "ºi definiþia.  Opþiunea -F restrânge afiºarea doar la"
4496
4497 #~ msgid "name only."
4498 #~ msgstr "numele funcþiei."
4499
4500 #~ msgid ""
4501 #~ "Using `+' instead of `-' turns off the given attribute instead.  When"
4502 #~ msgstr "Folosirea `+' în locul `-' dezactiveazã atributul dat.  Când"
4503
4504 #~ msgid "used in a function, makes NAMEs local, as with the `local' command."
4505 #~ msgstr ""
4506 #~ "este folosit într-o funcþie, se considerã NUME locale, ca ºi în comanda "
4507 #~ "`local'."
4508
4509 #~ msgid "Obsolete.  See `declare'."
4510 #~ msgstr "Învechit.  Vezi `declare'."
4511
4512 #~ msgid "Create a local variable called NAME, and give it VALUE.  LOCAL"
4513 #~ msgstr ""
4514 #~ "Creeazã o variabilã localã denumitã NUME, ºi îi atribuie VALOARE.  LOCAL"
4515
4516 #~ msgid "have a visible scope restricted to that function and its children."
4517 #~ msgstr ""
4518 #~ "sã aibã un domeniu vizibil restrâns la acea funcþie ºi copilul (children) "
4519 #~ "ei."
4520
4521 #~ msgid "Output the ARGs.  If -n is specified, the trailing newline is"
4522 #~ msgstr ""
4523 #~ "Afiºeazã (output) ARGumenetele.  Dacã -n este specificat,sfârºitul de "
4524 #~ "linie este"
4525
4526 #~ msgid "suppressed.  If the -e option is given, interpretation of the"
4527 #~ msgstr "suprimat.  Dacã este datã opþiunea -e, interpretarea"
4528
4529 #~ msgid "following backslash-escaped characters is turned on:"
4530 #~ msgstr ""
4531 #~ "urmãtorului caracterelor speciale (backslash-escaped) este activatã:"
4532
4533 #~ msgid "\t\\a\talert (bell)"
4534 #~ msgstr "\t\\a\talertã (clopoþel (bell))"
4535
4536 #~ msgid "\t\\b\tbackspace"
4537 #~ msgstr "\t\\b\tbackspace"
4538
4539 #~ msgid "\t\\c\tsuppress trailing newline"
4540 #~ msgstr "\t\\c\tsuprimã sfârºitul de linie"
4541
4542 #~ msgid "\t\\E\tescape character"
4543 #~ msgstr "\t\\E\tcaracterul escape"
4544
4545 #~ msgid "\t\\f\tform feed"
4546 #~ msgstr "\t\\f\ttrecere la început de linie (form feed)"
4547
4548 #~ msgid "\t\\n\tnew line"
4549 #~ msgstr "\t\\n\tlinie nouã"
4550
4551 #~ msgid "\t\\r\tcarriage return"
4552 #~ msgstr "\t\\r\tretur de car (carriage return)"
4553
4554 #~ msgid "\t\\t\thorizontal tab"
4555 #~ msgstr "\t\\t\ttab orizontal"
4556
4557 #~ msgid "\t\\v\tvertical tab"
4558 #~ msgstr "\t\\v\ttab vertical"
4559
4560 #~ msgid "\t\\\\\tbackslash"
4561 #~ msgstr "\t\\\\\tbackslash"
4562
4563 #~ msgid "\t\\num\tthe character whose ASCII code is NUM (octal)."
4564 #~ msgstr "\t\\num\tcaracterul al cãrui cod ASCII este NUM (octal)."
4565
4566 #~ msgid ""
4567 #~ "You can explicitly turn off the interpretation of the above characters"
4568 #~ msgstr "Puteþi dezactiva explicit interpretarea caracterelor de mai sus"
4569
4570 #~ msgid "with the -E option."
4571 #~ msgstr "cu ajutorul opþiunii -E."
4572
4573 #~ msgid ""
4574 #~ "Output the ARGs.  If -n is specified, the trailing newline is suppressed."
4575 #~ msgstr ""
4576 #~ "Afiºeazã (output) ARGumentele. Dacã este specificat -n, sfârºitul de "
4577 #~ "linie este suprimat."
4578
4579 #~ msgid "Enable and disable builtin shell commands.  This allows"
4580 #~ msgstr ""
4581 #~ "Activeazã ºi dezactiveazã comenzile interne ale shell-ului.  Aceasta vã"
4582
4583 #~ msgid "you to use a disk command which has the same name as a shell"
4584 #~ msgstr ""
4585 #~ "permite utilizarea unei comenzi disk care sã aibã acelaºi nume ca ºi cea "
4586
4587 #~ msgid "builtin.  If -n is used, the NAMEs become disabled; otherwise"
4588 #~ msgstr ""
4589 #~ "internã a shell-ului.  Dacã este folosit -n, NUME devine dezactivat; în "
4590 #~ "caz contrar"
4591
4592 #~ msgid "NAMEs are enabled.  For example, to use the `test' found on your"
4593 #~ msgstr ""
4594 #~ "NUME este activat.  De exemplu, pentru a folosi funcþia `test; aflatã în"
4595
4596 #~ msgid "path instead of the shell builtin version, type `enable -n test'."
4597 #~ msgstr ""
4598 #~ "calea(path) dumneavoastrã în loc de versiunea internã, tastaþi `enable -n "
4599 #~ "test'."
4600
4601 #~ msgid "On systems supporting dynamic loading, the -f option may be used"
4602 #~ msgstr ""
4603 #~ "Pe sistemele care suportã încãrcarea dinamicã, opþiunea -f poate fi "
4604 #~ "folositã"
4605
4606 #~ msgid "to load new builtins from the shared object FILENAME.  The -d"
4607 #~ msgstr ""
4608 #~ "pentru a încãrca noile elemente (builtins) din obiectul distribuit "
4609 #~ "(shared object) NUME_FIªIER. Opþiunea -d"
4610
4611 #~ msgid "option will delete a builtin previously loaded with -f.  If no"
4612 #~ msgstr "va ºterge un element (builtin) deja încãrcat cu -f. Dacã nu"
4613
4614 #~ msgid "non-option names are given, or the -p option is supplied, a list"
4615 #~ msgstr ""
4616 #~ "este dat nici un nume non-opþiune, sau este prezentã opþiunea -p, o listã"
4617
4618 #~ msgid "of builtins is printed.  The -a option means to print every builtin"
4619 #~ msgstr ""
4620 #~ "de elemente(builtins) este tipãritã.  Opþiunea -a înseamnã tipãrirea "
4621 #~ "fiecãrui "
4622
4623 #~ msgid "with an indication of whether or not it is enabled.  The -s option"
4624 #~ msgstr ""
4625 #~ "element(builtin) cu o indicaþie dacã este sau nu activ.  Opþiunea -s"
4626
4627 #~ msgid "restricts the output to the Posix.2 `special' builtins.  The -n"
4628 #~ msgstr ""
4629 #~ "restricþioneazã output-ul la elementele(builtins) `speciale' Posix 2. "
4630 #~ "Opþiunea"
4631
4632 #~ msgid "option displays a list of all disabled builtins."
4633 #~ msgstr "-n afiºeazã o listã a tuturor elementelor(builtins) inactive."
4634
4635 #~ msgid ""
4636 #~ "Read ARGs as input to the shell and execute the resulting command(s)."
4637 #~ msgstr ""
4638 #~ "Citeºte ARGumente ca input al shell-ului ºi executã comanda(comenzile) "
4639 #~ "rezultatã(e)."
4640
4641 #~ msgid "Getopts is used by shell procedures to parse positional parameters."
4642 #~ msgstr ""
4643 #~ "Getopts este folosit de procedurile de shell pentru a analiza(parse) "
4644 #~ "parametrii poziþionali."
4645
4646 #~ msgid "OPTSTRING contains the option letters to be recognized; if a letter"
4647 #~ msgstr ""
4648 #~ "OPTSTRING conþine literele optiunilor care vor fi recunoscute; dacã o "
4649 #~ "literã"
4650
4651 #~ msgid "is followed by a colon, the option is expected to have an argument,"
4652 #~ msgstr "e urmatã de douã puncte, opþiunea va trebui sã aibã un parametru,"
4653
4654 #~ msgid "which should be separated from it by white space."
4655 #~ msgstr "care va fi separat de aceasta printr-un spaþiu."
4656
4657 #~ msgid "Each time it is invoked, getopts will place the next option in the"
4658 #~ msgstr ""
4659 #~ "De fiecare datã când este invocat, getopts va pune urmãtoarea opþiune în"
4660
4661 #~ msgid "shell variable $name, initializing name if it does not exist, and"
4662 #~ msgstr "variabile de shell $name, iniþializând name dacã nu existã, ºi"
4663
4664 #~ msgid "the index of the next argument to be processed into the shell"
4665 #~ msgstr "indexul urmãtorilor parametri care vor fi procesaþi în variabila"
4666
4667 #~ msgid "variable OPTIND.  OPTIND is initialized to 1 each time the shell or"
4668 #~ msgstr ""
4669 #~ "de shell OPTIND.  OPTIND este iniþializatã cu 1 de fiecare datã când "
4670 #~ "shellul sau"
4671
4672 #~ msgid "a shell script is invoked.  When an option requires an argument,"
4673 #~ msgstr ""
4674 #~ "un script al shellului este invocat.  Când opþiunea necesitã un parametru,"
4675
4676 #~ msgid "getopts places that argument into the shell variable OPTARG."
4677 #~ msgstr "getopts plaseazã acest parametru în variabila de shell OPTARG."
4678
4679 #~ msgid "getopts reports errors in one of two ways.  If the first character"
4680 #~ msgstr "getopts raporteazã erori în douã feluri.  Dacã primul caracter"
4681
4682 #~ msgid "of OPTSTRING is a colon, getopts uses silent error reporting.  In"
4683 #~ msgstr ""
4684 #~ "al OPTSTRING este 'douã puncte', getopts va folosi raportarea "
4685 #~ "silenþioasã.  În"
4686
4687 #~ msgid "this mode, no error messages are printed.  If an illegal option is"
4688 #~ msgstr ""
4689 #~ "acest mod, nici un mesaj de eroare nu este tipãrit.  Dacã o opþiune "
4690 #~ "ilegalã este"
4691
4692 #~ msgid "seen, getopts places the option character found into OPTARG.  If a"
4693 #~ msgstr "întâlnitã, getopts plaseazã caracterul opþiunii în OPTARG.  Dacã un"
4694
4695 #~ msgid "required argument is not found, getopts places a ':' into NAME and"
4696 #~ msgstr "parametru necesar nu este întâlnit, getopts pune ':' la NUME ºi"
4697
4698 #~ msgid "sets OPTARG to the option character found.  If getopts is not in"
4699 #~ msgstr ""
4700 #~ "seteazã OPTARG la caracterul întâlnit al opþiunii.  Dacã getopts nu este "
4701 #~ "în"
4702
4703 #~ msgid "silent mode, and an illegal option is seen, getopts places '?' into"
4704 #~ msgstr ""
4705 #~ "modul silenþios, ºi se întâlneºte o opþiune ilegalã, getopts pune '?' în"
4706
4707 #~ msgid "NAME and unsets OPTARG.  If a required option is not found, a '?'"
4708 #~ msgstr ""
4709 #~ "NUME ºi deseteazã OPTARG.  Dacã o opþiune necesarã nu este întâlnitã, un "
4710 #~ "'?'"
4711
4712 #~ msgid "is placed in NAME, OPTARG is unset, and a diagnostic message is"
4713 #~ msgstr ""
4714 #~ "va fi pus în NUME, OPTARG va fi desetat, ºi un mesaj de diagnosticare va "
4715 #~ "fi"
4716
4717 #~ msgid "printed."
4718 #~ msgstr "afiºat."
4719
4720 #~ msgid "If the shell variable OPTERR has the value 0, getopts disables the"
4721 #~ msgstr "Dacã variabila de shell OPTERR are valoarea 0, getopts dezactiveazã"
4722
4723 #~ msgid "printing of error messages, even if the first character of"
4724 #~ msgstr "afiºarea mesajelor de eroare, chiar daca primul caracter al"
4725
4726 #~ msgid "OPTSTRING is not a colon.  OPTERR has the value 1 by default."
4727 #~ msgstr "OPTSTRING nu este 'douã puncte'.  OPTERR are implicit valoarea 1."
4728
4729 #~ msgid "Getopts normally parses the positional parameters ($0 - $9), but if"
4730 #~ msgstr ""
4731 #~ "Getopts analizeazã(parses) normal parametrii poziþionali ($0 - $9), dar "
4732 #~ "dacã"
4733
4734 #~ msgid "more arguments are given, they are parsed instead."
4735 #~ msgstr "sunt daþi mai mulþi parametri, aceºtia sunt analizaþi în loc."
4736
4737 #~ msgid "Exec FILE, replacing this shell with the specified program."
4738 #~ msgstr "Exec FIªIER, înlocuind acest shell cu un program specificat."
4739
4740 #~ msgid "If FILE is not specified, the redirections take effect in this"
4741 #~ msgstr "Dacã FIªIER nu este specificat, redirectãrile au efect în acest"
4742
4743 #~ msgid "shell.  If the first argument is `-l', then place a dash in the"
4744 #~ msgstr ""
4745 #~ "shell.  Dacã primul parametru este `-l', atunci se va plasa o liniuþã în"
4746
4747 #~ msgid "zeroth arg passed to FILE, as login does.  If the `-c' option"
4748 #~ msgstr ""
4749 #~ "al zero-ulea arg pasat FIªIERului, cum face login-ul.  Dacã opþiunea `-c'"
4750
4751 #~ msgid "is supplied, FILE is executed with a null environment.  The `-a'"
4752 #~ msgstr "este furnizatã, FIªIER este executat cu un mediu null.  Opþiunea"
4753
4754 #~ msgid "option means to make set argv[0] of the executed process to NAME."
4755 #~ msgstr "'-a' înseamnã setarea argv[0] a procesului executat la NUME."
4756
4757 #~ msgid "If the file cannot be executed and the shell is not interactive,"
4758 #~ msgstr "Dacã fiºierul nu poate fi executat ºi shell-ul nu este interactiv,"
4759
4760 #~ msgid "then the shell exits, unless the variable \"no_exit_on_failed_exec\""
4761 #~ msgstr "atunci shell-ul iese, dacã variabila \"no_exit_on_failed_exec\""
4762
4763 #~ msgid "is set."
4764 #~ msgstr "nu este setatã."
4765
4766 #~ msgid "is that of the last command executed."
4767 #~ msgstr "este aceea a ultimei comenzi executate."
4768
4769 #~ msgid ""
4770 #~ "FIRST and LAST can be numbers specifying the range, or FIRST can be a"
4771 #~ msgstr ""
4772 #~ "PRIMUL ºi ULTIMUL pot fi numere care specificã intervalul, sau PRIMUL "
4773 #~ "poate fi"
4774
4775 #~ msgid "string, which means the most recent command beginning with that"
4776 #~ msgstr ""
4777 #~ "un ºir care reprezintã cea mai recentã comandã care începea cu acest"
4778
4779 #~ msgid "string."
4780 #~ msgstr "ºir."
4781
4782 #~ msgid ""
4783 #~ "   -e ENAME selects which editor to use.  Default is FCEDIT, then EDITOR,"
4784 #~ msgstr ""
4785 #~ "   -e ENUME selecteazã editorul de folosit.  implicit este FCEDIT, apoi "
4786 #~ "EDITOR,"
4787
4788 #~ msgid ""
4789 #~ "      then the editor which corresponds to the current readline editing"
4790 #~ msgstr ""
4791 #~ "      apoi editorul care corespunde cu modul de editare al liniei"
4792 #~ "(readline)"
4793
4794 #~ msgid "      mode, then vi."
4795 #~ msgstr "      curente, ºi apoi vi."
4796
4797 #~ msgid "   -l means list lines instead of editing."
4798 #~ msgstr "   -l reprezintã afiºarea liniilor în locul editãrii acestora."
4799
4800 #~ msgid "   -n means no line numbers listed."
4801 #~ msgstr "   -n înseamnã cã nu vor fi afiºate numerele liniilor."
4802
4803 #~ msgid ""
4804 #~ "   -r means reverse the order of the lines (making it newest listed "
4805 #~ "first)."
4806 #~ msgstr ""
4807 #~ "   -r reprezintã inversarea ordinii liniilor (cele mai noi fiind listate "
4808 #~ "primele)."
4809
4810 #~ msgid "With the `fc -s [pat=rep ...] [command]' format, the command is"
4811 #~ msgstr "Cu `fc -s [pat=rep ...] [comandã]' format, comanda este"
4812
4813 #~ msgid "re-executed after the substitution OLD=NEW is performed."
4814 #~ msgstr "reexecutatã dupã ce s-a produs substituþia VECHI=NOU."
4815
4816 #~ msgid "A useful alias to use with this is r='fc -s', so that typing `r cc'"
4817 #~ msgstr "Un alias folositor este r='fc -s', aºa cã tastând `r cc'"
4818
4819 #~ msgid "runs the last command beginning with `cc' and typing `r' re-executes"
4820 #~ msgstr ""
4821 #~ "se ruleazã ultima comandã care începe cu `cc' ºi tastând `r' se reexecutã"
4822
4823 #~ msgid "Place JOB_SPEC in the foreground, and make it the current job.  If"
4824 #~ msgstr ""
4825 #~ "Aduce JOB_SPEC în prim plan(foreground), ?ºi îl face jobul curent.  Dacã"
4826
4827 #~ msgid "JOB_SPEC is not present, the shell's notion of the current job is"
4828 #~ msgstr ""
4829 #~ "JOB_SPEC nu este prezent, este folositã noþiunea shell-ului despre jobul"
4830
4831 #~ msgid "used."
4832 #~ msgstr "curent."
4833
4834 #~ msgid "Place JOB_SPEC in the background, as if it had been started with"
4835 #~ msgstr "Pune JOB_SPEC în fundal(background), ca ºi cum ar fi fost pornit cu"
4836
4837 #~ msgid "`&'.  If JOB_SPEC is not present, the shell's notion of the current"
4838 #~ msgstr ""
4839 #~ "`&'.  Dacã JOB_SPEC nu este prezent, va fi folositã noþiunea shell-ului "
4840 #~ "despre"
4841
4842 #~ msgid "job is used."
4843 #~ msgstr "jobul curent."
4844
4845 #~ msgid "For each NAME, the full pathname of the command is determined and"
4846 #~ msgstr "Pentru fiecare NUME, calea întreagã a comenzii este determinatã ºi"
4847
4848 #~ msgid "remembered.  If the -p option is supplied, PATHNAME is used as the"
4849 #~ msgstr ""
4850 #~ "reþinutã.  Daca este furnizatã ºi opþiunea -p, CALE este folositã ca ºi"
4851
4852 #~ msgid "full pathname of NAME, and no path search is performed.  The -r"
4853 #~ msgstr ""
4854 #~ "cale de cãutare întreagã a NUMElui, ºi nu se mai face cãutare în calea "
4855 #~ "curentã.  "
4856
4857 #~ msgid "option causes the shell to forget all remembered locations.  If no"
4858 #~ msgstr ""
4859 #~ "Opþiunea -r face ca shell-ul sã uite toate locaþiile reþinute.  Dacã nu"
4860
4861 #~ msgid ""
4862 #~ "arguments are given, information about remembered commands is displayed."
4863 #~ msgstr ""
4864 #~ "este furnizat nici un parametru sunt afiºate informaþii despre comenzile "
4865 #~ "reþinute."
4866
4867 #~ msgid "Display helpful information about builtin commands.  If PATTERN is"
4868 #~ msgstr ""
4869 #~ "Se afiºeazã informaþii folositoare despre comenzile interne.  Dacã TIPAR "
4870 #~ "este"
4871
4872 #~ msgid "specified, gives detailed help on all commands matching PATTERN,"
4873 #~ msgstr ""
4874 #~ "specificat, se dã ajutor detaliat pentru toate comenzile potrivite "
4875 #~ "TIPARului,"
4876
4877 #~ msgid "otherwise a list of the builtins is printed."
4878 #~ msgstr "în caz contrar se va tipãri o listã a comenzilor interne."
4879
4880 #~ msgid "Display the history list with line numbers.  Lines listed with"
4881 #~ msgstr "Afiºeazã istoricul cu numerele liniilor.  Liniile listate cu"
4882
4883 #~ msgid "with a `*' have been modified.  Argument of N says to list only"
4884 #~ msgstr "un `*' au fost modificate.  Parametrul N va aduce afiºarea doar "
4885
4886 #~ msgid "the last N lines.  The -c option causes the history list to be"
4887 #~ msgstr "a ultimelor N linii.  Opþiunea -c face ca lista istoricului sã fie"
4888
4889 #~ msgid ""
4890 #~ "cleared by deleting all of the entries.  The `-w' option writes out the"
4891 #~ msgstr "ºtearsã prin ºtergerea tuturor intrãrilor.  Opþiunea `-w' scrie"
4892
4893 #~ msgid ""
4894 #~ "current history to the history file;  `-r' means to read the file and"
4895 #~ msgstr ""
4896 #~ "istoricul curent în fiºierul de istoric;  `-r' înseamnã citirea "
4897 #~ "fiºierului ºi"
4898
4899 #~ msgid "append the contents to the history list instead.  `-a' means"
4900 #~ msgstr "adãugare a conþinutului listei istoricului în loc.  `-a' înseamnã"
4901
4902 #~ msgid "to append history lines from this session to the history file."
4903 #~ msgstr ""
4904 #~ "adãugare a liniilor istoricului din aceastã sesiune la fiºierul de "
4905 #~ "istoric."
4906
4907 #~ msgid "Argument `-n' means to read all history lines not already read"
4908 #~ msgstr ""
4909 #~ "Parametrul `-n' înseamnã citirea tuturor liniilor istoricului care nu "
4910 #~ "sunt deja citite"
4911
4912 #~ msgid "from the history file and append them to the history list.  If"
4913 #~ msgstr ""
4914 #~ "din fiºierul de istoric ºi adãugarea lor la lista istoricului.  Dacã"
4915
4916 #~ msgid "FILENAME is given, then that is used as the history file else"
4917 #~ msgstr ""
4918 #~ "este dat NUME_FIªIER, acesta va fi utilizat ca fiºier de istoric, în caz "
4919 #~ "contrar"
4920
4921 #~ msgid "if $HISTFILE has a value, that is used, else ~/.bash_history."
4922 #~ msgstr ""
4923 #~ "dacã $HISTFILE are valoare, aceasta este utilizatã, altfel ~/."
4924 #~ "bash_history."
4925
4926 #~ msgid "If the -s option is supplied, the non-option ARGs are appended to"
4927 #~ msgstr ""
4928 #~ "Dacã este furnizatã opþiunea -s ARGumentele non-opþiuni sunt adãugate la"
4929
4930 #~ msgid "the history list as a single entry.  The -p option means to perform"
4931 #~ msgstr "lista istoricului ca intrãri singure.  Opþiunea -p înseamnã"
4932
4933 #~ msgid ""
4934 #~ "history expansion on each ARG and display the result, without storing"
4935 #~ msgstr ""
4936 #~ "expandarea istoricului la fiecare ARGument ºi afiºarea rezultatului, fãrã "
4937 #~ "a stoca"
4938
4939 #~ msgid "anything in the history list."
4940 #~ msgstr "nimic în lista istoricului."
4941
4942 #~ msgid "Lists the active jobs.  The -l option lists process id's in addition"
4943 #~ msgstr ""
4944 #~ "Listeazã joburile active.  Opþiunea -l listeazã id-urile proceselor în "
4945 #~ "plus faþã de"
4946
4947 #~ msgid "to the normal information; the -p option lists process id's only."
4948 #~ msgstr ""
4949 #~ "informaþiile normale; optiunea -p listeazã doar id-urile proceselor."
4950
4951 #~ msgid ""
4952 #~ "If -n is given, only processes that have changed status since the last"
4953 #~ msgstr ""
4954 #~ "Dacã este dat -n,sunt afiºate  doar procesele care ºi-au schimbat starea"
4955
4956 #~ msgid ""
4957 #~ "notification are printed.  JOBSPEC restricts output to that job.  The"
4958 #~ msgstr ""
4959 #~ "de la ultima notificare.  JOBSPEC restricþioneazã output-ul spre acel "
4960 #~ "job.  "
4961
4962 #~ msgid "-r and -s options restrict output to running and stopped jobs only,"
4963 #~ msgstr ""
4964 #~ "Opþiunile -r ºi -s restricþioneazã output-ul doar spre joburile care "
4965 #~ "ruleazã ºi respectiv,"
4966
4967 #~ msgid "respectively.  Without options, the status of all active jobs is"
4968 #~ msgstr "care sunt stopate.  Fãrã opþiuni, este afiºatã starea joburilor"
4969
4970 #~ msgid ""
4971 #~ "printed.  If -x is given, COMMAND is run after all job specifications"
4972 #~ msgstr ""
4973 #~ "active.  Dacã este furnizat -x, COMANDàeste rulatã dupã ce toate "
4974 #~ "specificaþiile"
4975
4976 #~ msgid ""
4977 #~ "that appear in ARGS have been replaced with the process ID of that job's"
4978 #~ msgstr ""
4979 #~ "joburilor care aparîn ARGS au fost înlocuite cu ID-urile proceselor a"
4980
4981 #~ msgid "process group leader."
4982 #~ msgstr "liderului de grup al proceselor acelui job(process group-leader)."
4983
4984 #~ msgid "Removes each JOBSPEC argument from the table of active jobs."
4985 #~ msgstr "ªterge fiecare parametru JOBSPEC din tabela de joburi active."
4986
4987 #~ msgid "Send the processes named by PID (or JOB) the signal SIGSPEC.  If"
4988 #~ msgstr "Trimite proceselor numite de PID (sau JOB) semnalul SIGSPEC.  Dacã"
4989
4990 #~ msgid ""
4991 #~ "SIGSPEC is not present, then SIGTERM is assumed.  An argument of `-l'"
4992 #~ msgstr "SIGSPEC nu este prezent, atunci se asumã SIGTERM.  Parametrul `-l'"
4993
4994 #~ msgid "lists the signal names; if arguments follow `-l' they are assumed to"
4995 #~ msgstr ""
4996 #~ "listeazã numele semnalelor; dacã urmeazã parametri dupã `-l' se asumã cã"
4997
4998 #~ msgid "be signal numbers for which names should be listed.  Kill is a shell"
4999 #~ msgstr ""
5000 #~ "sunt numere de semnale pentru care numele ar trebui listate.  Kill este "
5001 #~ "comandã"
5002
5003 #~ msgid "builtin for two reasons: it allows job IDs to be used instead of"
5004 #~ msgstr ""
5005 #~ "internã a sehll-ului din douã motive: permite utilizarea ID-urilor de "
5006 #~ "joburi în locul"
5007
5008 #~ msgid "process IDs, and, if you have reached the limit on processes that"
5009 #~ msgstr "ID-urilor de procese, ºi, daca s-a ajuns la limita de procese care "
5010
5011 #~ msgid ""
5012 #~ "you can create, you don't have to start a process to kill another one."
5013 #~ msgstr ""
5014 #~ "se pot crea, nu mai e nevoie sã se porneascã un proces pentru a omorî "
5015 #~ "altul."
5016
5017 #~ msgid "Each ARG is an arithmetic expression to be evaluated.  Evaluation"
5018 #~ msgstr ""
5019 #~ "Fiecare ARGument este o expresie aritmeticã ce va fi evaluatã.  Evaluarea"
5020
5021 #~ msgid "is done in long integers with no check for overflow, though division"
5022 #~ msgstr ""
5023 #~ "se face în întregi lungi (long integers) fãrã verificãri de overflow, "
5024 #~ "totuºi împãrþirea"
5025
5026 #~ msgid "by 0 is trapped and flagged as an error.  The following list of"
5027 #~ msgstr "la 0 este reþinutã ºi marcatã ca eroare.  Urmãtoarea listã de"
5028
5029 #~ msgid "operators is grouped into levels of equal-precedence operators."
5030 #~ msgstr "operatori este grupatã în nivele de operatori 'equal-precedence'."
5031
5032 #~ msgid "The levels are listed in order of decreasing precedence."
5033 #~ msgstr "Nivelele sunt listate în ordinea inversã a întâietãþii."
5034
5035 #~ msgid "\t-, +\t\tunary minus, plus"
5036 #~ msgstr "\t-, +\t\tplus, minus unar"
5037
5038 #~ msgid "\t!, ~\t\tlogical and bitwise negation"
5039 #~ msgstr "\t!, ~\t\tnegare logicã"
5040
5041 #~ msgid "\t*, /, %\t\tmultiplication, division, remainder"
5042 #~ msgstr "\t*, /, %\t\tînmulþire, împãrþire, rest"
5043
5044 #~ msgid "\t+, -\t\taddition, subtraction"
5045 #~ msgstr "\t+, -\t\tadãugare, scãdere"
5046
5047 #~ msgid "\t<<, >>\t\tleft and right bitwise shifts"
5048 #~ msgstr "\t<<, >>\t\toperaþii pe un bit la stânga ºi la dreapta"
5049
5050 #~ msgid "\t<=, >=, <, >\tcomparison"
5051 #~ msgstr "\t<=, >=, <, >\tcomparare"
5052
5053 #~ msgid "\t==, !=\t\tequality, inequality"
5054 #~ msgstr "\t==, !=\t\tegalitate, inegalitate"
5055
5056 #~ msgid "\t&\t\tbitwise AND"
5057 #~ msgstr "\t&\t\tªI pe un bit"
5058
5059 #~ msgid "\t^\t\tbitwise XOR"
5060 #~ msgstr "\t^\t\tSAU exclusiv(XOR) pe un bit"
5061
5062 #~ msgid "\t|\t\tbitwise OR"
5063 #~ msgstr "\t|\t\tSAU pe un bit"
5064
5065 #~ msgid "\t&&\t\tlogical AND"
5066 #~ msgstr "\t&&\t\tªI logic"
5067
5068 #~ msgid "\t||\t\tlogical OR"
5069 #~ msgstr "\t||\t\tSAU logic"
5070
5071 #~ msgid "\texpr ? expr : expr"
5072 #~ msgstr "\texpr ? expr : expr"
5073
5074 #~ msgid "\t\t\tconditional expression"
5075 #~ msgstr "\t\t\texpresie condiþionalã"
5076
5077 #~ msgid "\t=, *=, /=, %=,"
5078 #~ msgstr "\t=, *=, /=, %=,"
5079
5080 #~ msgid "\t+=, -=, <<=, >>=,"
5081 #~ msgstr "\t+=, -=, <<=, >>=,"
5082
5083 #~ msgid "\t&=, ^=, |=\tassignment"
5084 #~ msgstr "\t&=, ^=, |=\tatribuire"
5085
5086 #~ msgid "is replaced by its value (coerced to a long integer) within"
5087 #~ msgstr "este înlocuit de valoarea sa (trunchiatã la un întreg lung) într-o"
5088
5089 #~ msgid "an expression.  The variable need not have its integer attribute"
5090 #~ msgstr "expresie.  Variabila nu trebuie sã aibã atributul sãu întreg"
5091
5092 #~ msgid "turned on to be used in an expression."
5093 #~ msgstr "activat pentru a fi folositã într-o expresie."
5094
5095 #~ msgid "Operators are evaluated in order of precedence.  Sub-expressions in"
5096 #~ msgstr "Operatorii sunt evaluaþi în ordinea întâietãþii. Subexpresiile din"
5097
5098 #~ msgid "parentheses are evaluated first and may override the precedence"
5099 #~ msgstr "paranteze sunt evaluate primele ºi pot suprascrie regulile de"
5100
5101 #~ msgid "rules above."
5102 #~ msgstr "întâietate de mai sus."
5103
5104 #~ msgid "If the last ARG evaluates to 0, let returns 1; 0 is returned"
5105 #~ msgstr ""
5106 #~ "Dacã ultimul ARGument este evaluat la 0 let returneazã 1; 0 este returnat"
5107
5108 #~ msgid "otherwise."
5109 #~ msgstr "în caz contrar."
5110
5111 #~ msgid "One line is read from the standard input, and the first word is"
5112 #~ msgstr ""
5113 #~ "Linia este cititã de la intrarea(input) standard, ºi primul cuvânt este"
5114
5115 #~ msgid ""
5116 #~ "assigned to the first NAME, the second word to the second NAME, and so"
5117 #~ msgstr ""
5118 #~ "atribuit primului NUME, al doilea cuvânt celui de-al doilea NUME, ºi aºa"
5119
5120 #~ msgid ""
5121 #~ "on, with leftover words assigned to the last NAME.  Only the characters"
5122 #~ msgstr ""
5123 #~ "mai departe, cu cele rãmase atribuite ultimelor NUME.  Doar caracterele"
5124
5125 #~ msgid "found in $IFS are recognized as word delimiters.  The return code is"
5126 #~ msgstr ""
5127 #~ "gãsite în $IFS sunt recunoscute ca delimitatoare de cuvinte.  Codul "
5128 #~ "returnat este"
5129
5130 #~ msgid ""
5131 #~ "zero, unless end-of-file is encountered.  If no NAMEs are supplied, the"
5132 #~ msgstr ""
5133 #~ "zero, cu excepþia cazului în care este întâlnit sfârºit de fiºier.  Dacã "
5134 #~ "nici un NUME"
5135
5136 #~ msgid ""
5137 #~ "line read is stored in the REPLY variable.  If the -r option is given,"
5138 #~ msgstr ""
5139 #~ "nu este furnizat, linia cititã este stocatã în variabila RÃSPUNS. Dacã e "
5140 #~ "datã "
5141
5142 #~ msgid "this signifies `raw' input, and backslash escaping is disabled.  If"
5143 #~ msgstr ""
5144 #~ "opþiunea -r, aceasta înseamnã intrare `brutã' ºi caractere speciale "
5145 #~ "dezactivate."
5146
5147 #~ msgid "the `-p' option is supplied, the string supplied as an argument is"
5148 #~ msgstr "Dacã este datã opþiunea `-p', ºirul furnizat ca argument este"
5149
5150 #~ msgid ""
5151 #~ "output without a trailing newline before attempting to read.  If -a is"
5152 #~ msgstr "trimis la output cu linie nouã înainte de citire.  Dacã -a este"
5153
5154 #~ msgid ""
5155 #~ "supplied, the words read are assigned to sequential indices of ARRAY,"
5156 #~ msgstr ""
5157 #~ "furnizatã, cuvintele citite sunt atribuite indicilor secvenþiali de "
5158 #~ "INTERVAL,"
5159
5160 #~ msgid "starting at zero.  If -e is supplied and the shell is interactive,"
5161 #~ msgstr ""
5162 #~ "începând de la zero.  Dacã -e este furnizat ºi shell-ul este interactiv,"
5163
5164 #~ msgid "readline is used to obtain the line."
5165 #~ msgstr "se va citi linia pentru obþinerea acesteia."
5166
5167 #~ msgid ""
5168 #~ "Causes a function to exit with the return value specified by N.  If N"
5169 #~ msgstr ""
5170 #~ "Cauzeazã terminarea unei funcþii cu valoarea specificatã de N.  Dacã N"
5171
5172 #~ msgid "is omitted, the return status is that of the last command."
5173 #~ msgstr "este omis, starea returnatã va fi aceea a ultimei comenzi."
5174
5175 #~ msgid "    -a  Mark variables which are modified or created for export."
5176 #~ msgstr ""
5177 #~ "    -a  Marcheazã variabilele de modificat sau create pentru export."
5178
5179 #~ msgid "    -b  Notify of job termination immediately."
5180 #~ msgstr "    -b  Notificare de terminare de job imediatã."
5181
5182 #~ msgid "    -e  Exit immediately if a command exits with a non-zero status."
5183 #~ msgstr ""
5184 #~ "    -e  Iese imediat dacã existã o comandã cu stare diferitã de zero."
5185
5186 #~ msgid "    -f  Disable file name generation (globbing)."
5187 #~ msgstr "    -f  Inhibã generarea de nume de fiºiere (globalizare)."
5188
5189 #~ msgid "    -h  Remember the location of commands as they are looked up."
5190 #~ msgstr "    -h  Reþine locaþiile comenzilor pe mãsura verificãrii lor."
5191
5192 #~ msgid ""
5193 #~ "    -i  Force the shell to be an \"interactive\" one.  Interactive shells"
5194 #~ msgstr ""
5195 #~ "    -i  Forþeazã shell-ul sã fie unul \"interactiv\".  Shell-urile "
5196 #~ "interactive"
5197
5198 #~ msgid "        always read `~/.bashrc' on startup."
5199 #~ msgstr "        citesc întotdeauna `~/.bashrc' la rulare."
5200
5201 #~ msgid "    -k  All assignment arguments are placed in the environment for a"
5202 #~ msgstr "    -k  Toþi parametrii atribuirii sunt plasaþi în mediu pentru o"
5203
5204 #~ msgid "        command, not just those that precede the command name."
5205 #~ msgstr "        comandã, nu doar cele care preced numele comenzii."
5206
5207 #~ msgid "    -m  Job control is enabled."
5208 #~ msgstr "    -m  Controlul job-urilor este activat."
5209
5210 #~ msgid "    -n  Read commands but do not execute them."
5211 #~ msgstr "    -n  Citeºte comenzile, dar nu le executã."
5212
5213 #~ msgid "    -o option-name"
5214 #~ msgstr "    -o nume-opþiune"
5215
5216 #~ msgid "        Set the variable corresponding to option-name:"
5217 #~ msgstr "        Seteazã variabila corespunzãtoare numelui opþiunii:"
5218
5219 #~ msgid "            allexport    same as -a"
5220 #~ msgstr "            allexport    la fel ca -a"
5221
5222 #~ msgid "            braceexpand  same as -B"
5223 #~ msgstr "            braceexpand  la fel ca -B"
5224
5225 #~ msgid "            emacs        use an emacs-style line editing interface"
5226 #~ msgstr ""
5227 #~ "            emacs        foloseºte o interfaþã de editare de linii stil "
5228 #~ "emacs"
5229
5230 #~ msgid "            errexit      same as -e"
5231 #~ msgstr "            errexit      la fel ca -e"
5232
5233 #~ msgid "            hashall      same as -h"
5234 #~ msgstr "            hashall      la fel ca -h"
5235
5236 #~ msgid "            histexpand   same as -H"
5237 #~ msgstr "            histexpand   la fel ca -H"
5238
5239 #~ msgid "            ignoreeof    the shell will not exit upon reading EOF"
5240 #~ msgstr "            ignoreeof    shellul nu va ieºi dupã citirea EOF"
5241
5242 #~ msgid "            interactive-comments"
5243 #~ msgstr "            interactive-comments"
5244
5245 #~ msgid ""
5246 #~ "                         allow comments to appear in interactive commands"
5247 #~ msgstr ""
5248 #~ "                         permite comentariilor sã aparã în comenzi "
5249 #~ "interactive."
5250
5251 #~ msgid "            keyword      same as -k"
5252 #~ msgstr "            keyword      la fel ca -k"
5253
5254 #~ msgid "            monitor      same as -m"
5255 #~ msgstr "            monitor      sla fel ca -m"
5256
5257 #~ msgid "            noclobber    same as -C"
5258 #~ msgstr "            noclobber    la fel ca -C"
5259
5260 #~ msgid "            noexec       same as -n"
5261 #~ msgstr "            noexec       la fel ca -n"
5262
5263 #~ msgid "            noglob       same as -f"
5264 #~ msgstr "            noglob       la fel ca -f"
5265
5266 #~ msgid "            notify       save as -b"
5267 #~ msgstr "            notify       la fel ca -b"
5268
5269 #~ msgid "            nounset      same as -u"
5270 #~ msgstr "            nounset      la fel ca -u"
5271
5272 #~ msgid "            onecmd       same as -t"
5273 #~ msgstr "            onecmd       la fel ca -t"
5274
5275 #~ msgid "            physical     same as -P"
5276 #~ msgstr "            physical     la fel ca -P"
5277
5278 #~ msgid ""
5279 #~ "            posix        change the behavior of bash where the default"
5280 #~ msgstr ""
5281 #~ "            posix        schimbã comportamentul bash în care implicit"
5282
5283 #~ msgid ""
5284 #~ "                         operation differs from the 1003.2 standard to"
5285 #~ msgstr ""
5286 #~ "                         operaþiile diferã de standardul 1003.2 pentru"
5287
5288 #~ msgid "                         match the standard"
5289 #~ msgstr "                         a se potrivi standardului"
5290
5291 #~ msgid "            privileged   same as -p"
5292 #~ msgstr "            privileged   la fel ca -p"
5293
5294 #~ msgid "            verbose      same as -v"
5295 #~ msgstr "            verbose      la fel ca -v"
5296
5297 #~ msgid "            vi           use a vi-style line editing interface"
5298 #~ msgstr ""
5299 #~ "            vi           foloseºte o interfaþã de editare de linii stil vi"
5300
5301 #~ msgid "            xtrace       same as -x"
5302 #~ msgstr "            xtrace       la fel ca -x"
5303
5304 #~ msgid ""
5305 #~ "    -p  Turned on whenever the real and effective user ids do not match."
5306 #~ msgstr ""
5307 #~ "    -p  Activat de fiecare datã când id-urile de user real ºi efectiv nu "
5308 #~ "se potrivesc."
5309
5310 #~ msgid "        Disables processing of the $ENV file and importing of shell"
5311 #~ msgstr "        Inhibã procesarea fiºierului $ENV ºi importarea funcþiilor"
5312
5313 #~ msgid ""
5314 #~ "        functions.  Turning this option off causes the effective uid and"
5315 #~ msgstr ""
5316 #~ "        shell-ului.  Dezactivarea acestei opþiuni face ca uid-ul ºi gid-ul"
5317
5318 #~ msgid "        gid to be set to the real uid and gid."
5319 #~ msgstr "        efectiv sã fie setate drept uid-ul ºi gid-ul real."
5320
5321 #~ msgid "    -t  Exit after reading and executing one command."
5322 #~ msgstr "    -t  Iese dupã citirea ºi executarea unei comenzi."
5323
5324 #~ msgid "    -u  Treat unset variables as an error when substituting."
5325 #~ msgstr "    -u  Trateazã variabilele nesetate drept erori în substituþie."
5326
5327 #~ msgid "    -v  Print shell input lines as they are read."
5328 #~ msgstr ""
5329 #~ "    -v  Tipãreºte liniile de intrare(input) ale shell-ului pe mãsurã ce "
5330 #~ "sunt citite."
5331
5332 #~ msgid "    -x  Print commands and their arguments as they are executed."
5333 #~ msgstr ""
5334 #~ "    -x  Tipãreºte comenzile ºi parametrii acestora pe mãsura executãrii."
5335
5336 #~ msgid "    -B  the shell will perform brace expansion"
5337 #~ msgstr "    -B  shell-ul va executa expansiune de legãturi(brace)"
5338
5339 #~ msgid "    -H  Enable ! style history substitution.  This flag is on"
5340 #~ msgstr ""
5341 #~ "    -H  Activeazã substituþia istoricului stil ! .  Acest marcaj(flag) "
5342 #~ "este activat"
5343
5344 #~ msgid "        by default."
5345 #~ msgstr "        în mod implicit."
5346
5347 #~ msgid "    -C  If set, disallow existing regular files to be overwritten"
5348 #~ msgstr ""
5349 #~ "    -C  Dacã este setat, nu va permite suprascrierea fiºierelor existente"
5350
5351 #~ msgid "        by redirection of output."
5352 #~ msgstr "        prin redirectarea output-ului."
5353
5354 #~ msgid "    -P  If set, do not follow symbolic links when executing commands"
5355 #~ msgstr ""
5356 #~ "    -P  Dacã este setat, nu va urma legãturile simbolice în executarea "
5357 #~ "comenzilor"
5358
5359 #~ msgid "        such as cd which change the current directory."
5360 #~ msgstr "        precum cd care schimbã directorul curent."
5361
5362 #~ msgid "Using + rather than - causes these flags to be turned off.  The"
5363 #~ msgstr ""
5364 #~ "Folosind + în locul lui - provoacã dezactivarea acestor marcaje(flags)."
5365
5366 #~ msgid "flags can also be used upon invocation of the shell.  The current"
5367 #~ msgstr ""
5368 #~ "  Marcajele pot fi folosite de asemenea pentru invocarea shell-ului.  "
5369 #~ "Setul"
5370
5371 #~ msgid ""
5372 #~ "set of flags may be found in $-.  The remaining n ARGs are positional"
5373 #~ msgstr ""
5374 #~ "curent de marcaje(flags) poate fi gãsit în $-.  ARGumentele n rãmase sunt"
5375
5376 #~ msgid "parameters and are assigned, in order, to $1, $2, .. $n.  If no"
5377 #~ msgstr ""
5378 #~ "parametri poziþionali ºi sunt atribuiþi, în ordine, lui $1, $2, .. $n.  "
5379 #~ "Dacã nu"
5380
5381 #~ msgid "ARGs are given, all shell variables are printed."
5382 #~ msgstr ""
5383 #~ "este dat nici un ARGument, sunt tipãrite toate variabilele shell-ului."
5384
5385 #~ msgid "For each NAME, remove the corresponding variable or function.  Given"
5386 #~ msgstr ""
5387 #~ "Pentru fiecare NUME, ºterge variabila sau funcþia corespunzãtoare.  Dacã "
5388 #~ "se"
5389
5390 #~ msgid "the `-v', unset will only act on variables.  Given the `-f' flag,"
5391 #~ msgstr ""
5392 #~ "dã `-v', desetarea(unset) va acþiona numai pe variabile.  Dacã se dã `-f',"
5393
5394 #~ msgid "unset will only act on functions.  With neither flag, unset first"
5395 #~ msgstr ""
5396 #~ "desetarea(unset) va acþiona numai pe funcþii.  Fãrã nici un marcaj(flag), "
5397
5398 #~ msgid "tries to unset a variable, and if that fails, then tries to unset a"
5399 #~ msgstr ""
5400 #~ "desetarea(unset) va încerca întâi pe variabile, ºi dacã eºueazãm va "
5401 #~ "încerca"
5402
5403 #~ msgid ""
5404 #~ "function.  Some variables (such as PATH and IFS) cannot be unset; also"
5405 #~ msgstr ""
5406 #~ "pe o funcþie.  Anumite variabile ( precum PATH ºi IFS) nu pot fi desetate"
5407 #~ "(unset);"
5408
5409 #~ msgid "see readonly."
5410 #~ msgstr "de asemenea, vedeþi readonly."
5411
5412 #~ msgid "NAMEs are marked for automatic export to the environment of"
5413 #~ msgstr "NUMEle sunt marcate pentru exportul automat cãtre mediul"
5414
5415 #~ msgid "subsequently executed commands.  If the -f option is given,"
5416 #~ msgstr "comenzilor executate ulterior.  Dacã este datã opþiunea -f,"
5417
5418 #~ msgid "the NAMEs refer to functions.  If no NAMEs are given, or if `-p'"
5419 #~ msgstr ""
5420 #~ "NUMEle se referã la funcþii.  Dacã nu este dat nici un NUME, sau este dat "
5421 #~ "`-p'`,"
5422
5423 #~ msgid "is given, a list of all names that are exported in this shell is"
5424 #~ msgstr ""
5425 #~ "va fi tipãritã o listã a tuturor numelor care sunt exportate în acest"
5426
5427 #~ msgid "printed.  An argument of `-n' says to remove the export property"
5428 #~ msgstr "shell.  Parametrul `-n' va elimina proprietatea de export "
5429
5430 #~ msgid "from subsequent NAMEs.  An argument of `--' disables further option"
5431 #~ msgstr ""
5432 #~ "din NUMEle ulterioare.  Parametrul `--' dezactiveazã procesarea opþiunilor"
5433
5434 #~ msgid "processing."
5435 #~ msgstr "viitoare."
5436
5437 #~ msgid ""
5438 #~ "The given NAMEs are marked readonly and the values of these NAMEs may"
5439 #~ msgstr "NUMEle date sunt marcate readonly ºi valorile acestor NUME nu poate"
5440
5441 #~ msgid "not be changed by subsequent assignment.  If the -f option is given,"
5442 #~ msgstr "fi schimbat de atribuiri ulterioare.  Dacã este datã opþiunea -f,"
5443
5444 #~ msgid "then functions corresponding to the NAMEs are so marked.  If no"
5445 #~ msgstr "atunci funcþiile corespunzãtoare NUMElor sunt marcate.  Dacã nu"
5446
5447 #~ msgid ""
5448 #~ "arguments are given, or if `-p' is given, a list of all readonly names"
5449 #~ msgstr ""
5450 #~ "sunt furnizaþidaþ paramet, sau este dat parametrul `-p'` o listã de nume "
5451 #~ "readonlyri "
5452
5453 #~ msgid ""
5454 #~ "is printed.  An argument of `-n' says to remove the readonly property"
5455 #~ msgstr ""
5456 #~ "va fi tipãritã.  Parametrul `-n' va elimina proprietatea de readonly"
5457
5458 #~ msgid "from subsequent NAMEs.  The `-a' option means to treat each NAME as"
5459 #~ msgstr ""
5460 #~ "pentru NUMEle ulterioare.  Opþiunea `-a' reprezintã tratarea fiecãrui "
5461 #~ "NUME ca"
5462
5463 #~ msgid "an array variable.  An argument of `--' disables further option"
5464 #~ msgstr "o variabilã interval.  Parametrul `--' dezactiveazã alte opþiuni"
5465
5466 #~ msgid ""
5467 #~ "The positional parameters from $N+1 ... are renamed to $1 ...  If N is"
5468 #~ msgstr ""
5469 #~ "Parametrii poziþionali de la $N+1 ... sunt redenumiþi în $1 ...  Dacã N "
5470 #~ "nu este"
5471
5472 #~ msgid "not given, it is assumed to be 1."
5473 #~ msgstr "furnizat, se presupune cã e 1."
5474
5475 #~ msgid "Read and execute commands from FILENAME and return.  The pathnames"
5476 #~ msgstr "Citeºte ºi executã comenzi din NUME_FIªIER ºi returnare.  Cãile"
5477
5478 #~ msgid "in $PATH are used to find the directory containing FILENAME."
5479 #~ msgstr ""
5480 #~ "din $PATH sunt folosite pentru a gãsi directorul care conþine NUME_FIªIER."
5481
5482 #~ msgid "Suspend the execution of this shell until it receives a SIGCONT"
5483 #~ msgstr ""
5484 #~ "Suspendã execuþia acestui shell pânã se va primi un semnal de SIGCONT."
5485
5486 #~ msgid "signal.  The `-f' if specified says not to complain about this"
5487 #~ msgstr "  Dacã este specificat `-f' va elimina avertismentele despre acest "
5488
5489 #~ msgid "being a login shell if it is; just suspend anyway."
5490 #~ msgstr "login shell; va suspenda oricum."
5491
5492 #~ msgid "Exits with a status of 0 (trueness) or 1 (falseness) depending on"
5493 #~ msgstr "Iese cu o stare de 0 (adevãr) sau 1 (falsitate) depinzând de"
5494
5495 #~ msgid "the evaluation of EXPR.  Expressions may be unary or binary.  Unary"
5496 #~ msgstr "evaluarea EXPR.  Expresiile pot fi unare sau binare.  Expresiile"
5497
5498 #~ msgid "expressions are often used to examine the status of a file.  There"
5499 #~ msgstr ""
5500 #~ "unare sunt des folosite pentru a examina starea unui fiºier.  Mai existã"
5501
5502 #~ msgid "are string operators as well, and numeric comparison operators."
5503 #~ msgstr "operatori de ºir de asemenea, ºi operator de comparare numericã."
5504
5505 #~ msgid "File operators:"
5506 #~ msgstr "Operatori de fiºier:"
5507
5508 #~ msgid "    -b FILE        True if file is block special."
5509 #~ msgstr "    -b FIªIER        Adevãrat dacã fiºierul este bloc special."
5510
5511 #~ msgid "    -c FILE        True if file is character special."
5512 #~ msgstr "    -c FIªIER        Adevãrat dacã fiºierul este caracter special."
5513
5514 #~ msgid "    -d FILE        True if file is a directory."
5515 #~ msgstr "    -b FIªIER        Adevãrat dacã fiºierul este director."
5516
5517 #~ msgid "    -e FILE        True if file exists."
5518 #~ msgstr "    -e FIªIER        Adevãrat dacã fiºierul existã."
5519
5520 #~ msgid "    -f FILE        True if file exists and is a regular file."
5521 #~ msgstr ""
5522 #~ "    -b FIªIER        Adevãrat dacã fiºierul existã ºi este fiºier "
5523 #~ "obiºnuit (regular)."
5524
5525 #~ msgid "    -g FILE        True if file is set-group-id."
5526 #~ msgstr ""
5527 #~ "    -g FIªIER        Adevãrat dacã fiºierul are setat id-ul de grup."
5528
5529 #~ msgid "    -h FILE        True if file is a symbolic link.  Use \"-L\"."
5530 #~ msgstr ""
5531 #~ "    -h FIªIER        Adevãrat dacã fiºierul este legãturã simbolicã.  "
5532 #~ "Folosiþi \"-L\"."
5533
5534 #~ msgid "    -L FILE        True if file is a symbolic link."
5535 #~ msgstr ""
5536 #~ "    -L FIªIER        Adevãrat dacã fiºierul este legãturã simbolicã."
5537
5538 #~ msgid "    -k FILE        True if file has its \"sticky\" bit set."
5539 #~ msgstr ""
5540 #~ "    -k FIªIER        Adevãrat dacã fiºierul are setat \"sticky\" bit."
5541
5542 #~ msgid "    -p FILE        True if file is a named pipe."
5543 #~ msgstr ""
5544 #~ "    -p FIªIER        Adevãrat dacã fiºierul este o legãturã(pipe) numitã."
5545
5546 #~ msgid "    -r FILE        True if file is readable by you."
5547 #~ msgstr "    -r FIªIER        Adevãrat dacã fiºierul poate fi citit de tine."
5548
5549 #~ msgid "    -s FILE        True if file exists and is not empty."
5550 #~ msgstr "    -s FIªIER        Adevãrat dacã fiºierul existã ºi nu este vid."
5551
5552 #~ msgid "    -S FILE        True if file is a socket."
5553 #~ msgstr "    -S FIªIER        Adevãrat dacã fiºierul este un socket."
5554
5555 #~ msgid "    -t FD          True if FD is opened on a terminal."
5556 #~ msgstr "    -t FD          Adevãrat dacã FD este deschis într-un terminal."
5557
5558 #~ msgid "    -u FILE        True if the file is set-user-id."
5559 #~ msgstr "    -u FIªIER        Adevãrat dacã fiºierul are setat user id-ul."
5560
5561 #~ msgid "    -w FILE        True if the file is writable by you."
5562 #~ msgstr "    -w FIªIER        Adevãrat dacã fiºierul poate fi scris de tine."
5563
5564 #~ msgid "    -x FILE        True if the file is executable by you."
5565 #~ msgstr ""
5566 #~ "    -x FIªIER        Adevãrat dacã fiºierul poate fi executat de cãtre "
5567 #~ "tine."
5568
5569 #~ msgid "    -O FILE        True if the file is effectively owned by you."
5570 #~ msgstr ""
5571 #~ "    -O FIªIER        Adevãrat dacã fiºierul este efectiv propriu(owned) "
5572 #~ "þie."
5573
5574 #~ msgid ""
5575 #~ "    -G FILE        True if the file is effectively owned by your group."
5576 #~ msgstr ""
5577 #~ "    -O FIªIER        Adevãrat dacã fiºierul este efectiv propriu(owned) "
5578 #~ "grupului tãu."
5579
5580 #~ msgid "  FILE1 -nt FILE2  True if file1 is newer than (according to"
5581 #~ msgstr ""
5582 #~ "  FIªIER1 -nt FIªIER2  Adevãrat dacã fiºier1 este mai nou decât (potrivit "
5583
5584 #~ msgid "                   modification date) file2."
5585 #~ msgstr "                   datei modificãrii) fiºier2."
5586
5587 #~ msgid "  FILE1 -ot FILE2  True if file1 is older than file2."
5588 #~ msgstr ""
5589 #~ "  FIªIER1 -ot FIªIER2  Adevãrat dacã fiºier1 este mai vechi decât fiºier2."
5590
5591 #~ msgid "  FILE1 -ef FILE2  True if file1 is a hard link to file2."
5592 #~ msgstr ""
5593 #~ "  FIªIER1 -ef FIªIER2  Adevãrat dacã fiºier1 este hard link cãtre fiºier2."
5594
5595 #~ msgid "String operators:"
5596 #~ msgstr "Operatori de ºiruri:"
5597
5598 #~ msgid "    -z STRING      True if string is empty."
5599 #~ msgstr "    -z ªIR      Adevãrat dacã ºirul este vid."
5600
5601 #~ msgid "    -n STRING"
5602 #~ msgstr "    -n ªIR"
5603
5604 #~ msgid "    STRING         True if string is not empty."
5605 #~ msgstr "    ªIR      Adevãrat dacã ºirul nu este vid."
5606
5607 #~ msgid "    STRING1 = STRING2"
5608 #~ msgstr "    ªIR1 = ªIR2"
5609
5610 #~ msgid "                   True if the strings are equal."
5611 #~ msgstr "                   Adevãrat dacã ºirurile sunt egale."
5612
5613 #~ msgid "    STRING1 != STRING2"
5614 #~ msgstr "    ªIR1 != ªIR2"
5615
5616 #~ msgid "                   True if the strings are not equal."
5617 #~ msgstr "                   Adevãrat dacã ºirurile nu sunt egale."
5618
5619 #~ msgid "    STRING1 < STRING2"
5620 #~ msgstr "    ªIR1 < ªIR2"
5621
5622 #~ msgid ""
5623 #~ "                   True if STRING1 sorts before STRING2 lexicographically"
5624 #~ msgstr ""
5625 #~ "                   Adevãrat dacã ªIR1 se ordoneazã lexical înaintea lui "
5626 #~ "ªIR2"
5627
5628 #~ msgid "    STRING1 > STRING2"
5629 #~ msgstr "    ªIR1 > ªIR2"
5630
5631 #~ msgid ""
5632 #~ "                   True if STRING1 sorts after STRING2 lexicographically"
5633 #~ msgstr ""
5634 #~ "                   Adevãrat dacã ªIR1 se ordoneazã lexical dupã ªIR2"
5635
5636 #~ msgid "Other operators:"
5637 #~ msgstr "Alþi operatori:"
5638
5639 #~ msgid "    ! EXPR         True if expr is false."
5640 #~ msgstr "    ! EXPR         Adevãrat dacã expr e falsã."
5641
5642 #~ msgid "    EXPR1 -a EXPR2 True if both expr1 AND expr2 are true."
5643 #~ msgstr "    EXPR1 -a EXPR2 Adevãrat dacã ºi expr1 ªI expr2 sunt adevãrate."
5644
5645 #~ msgid "    EXPR1 -o EXPR2 True if either expr1 OR expr2 is true."
5646 #~ msgstr ""
5647 #~ "    EXPR1 -a EXPR2 Adevãrat dacã una din expr1 sau expr2 e adevãratã."
5648
5649 #~ msgid "    arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,"
5650 #~ msgstr "    arg1 OP arg2   Teste aritmetice.  OP este unul din -eq, -ne,"
5651
5652 #~ msgid "                   -lt, -le, -gt, or -ge."
5653 #~ msgstr "                   -lt, -le, -gt, or -ge."
5654
5655 #~ msgid "Arithmetic binary operators return true if ARG1 is equal, not-equal,"
5656 #~ msgstr "Operatorii aritmetici binari returneazã adevãrat(true) dacã ARG1 "
5657
5658 #~ msgid ""
5659 #~ "less-than, less-than-or-equal, greater-than, or greater-than-or-equal"
5660 #~ msgstr ""
5661 #~ "este egal cu, nu este egal cu,mai mic, mai mic sau egal, mai mare, mai "
5662 #~ "mare sau egal"
5663
5664 #~ msgid "than ARG2."
5665 #~ msgstr "decât ARG2."
5666
5667 #~ msgid "This is a synonym for the \"test\" builtin, but the last"
5668 #~ msgstr "Acesta este un sinonim pentru comanda internã \"test\", dar ultimul"
5669
5670 #~ msgid "argument must be a literal `]', to match the opening `['."
5671 #~ msgstr "argument trebuie sã fie un `]' literal, pentru a închide un `['."
5672
5673 #~ msgid "Print the accumulated user and system times for processes run from"
5674 #~ msgstr ""
5675 #~ "Afiºeazã timpurile acumulate de user ºi sistem pentru procesele rulate din"
5676
5677 #~ msgid "the shell."
5678 #~ msgstr "shell."
5679
5680 #~ msgid "The command ARG is to be read and executed when the shell receives"
5681 #~ msgstr ""
5682 #~ "ARGumentele comenzii vor fi citite ºi executate când shell-ul primeºte"
5683
5684 #~ msgid "signal(s) SIGNAL_SPEC.  If ARG is absent all specified signals are"
5685 #~ msgstr ""
5686 #~ "semnal(e). SIGNAL_SPEC.  Dacã ARGumentul este absent toate semnalele"
5687
5688 #~ msgid "reset to their original values.  If ARG is the null string each"
5689 #~ msgstr ""
5690 #~ "specifice sunt resetate la valorile lor originale.  Dacã ARGumentul este "
5691 #~ "un ºir vid"
5692
5693 #~ msgid "SIGNAL_SPEC is ignored by the shell and by the commands it invokes."
5694 #~ msgstr ""
5695 #~ "fiecare SIGNAL_SPEC este ignorat de shell ºi de comanda invocatã de "
5696 #~ "acesta."
5697
5698 #~ msgid "If SIGNAL_SPEC is EXIT (0) the command ARG is executed on exit from"
5699 #~ msgstr ""
5700 #~ "Dacã SIGNAL_SPEC este EXIT (0) ARGumentele comenzii sunt executate la "
5701
5702 #~ msgid "the shell.  If SIGNAL_SPEC is DEBUG, ARG is executed after every"
5703 #~ msgstr ""
5704 #~ "ieºirea din shell.  Dacã SIGNAL_SPEC este DEBUG, ARGument este executat"
5705
5706 #~ msgid "command.  If ARG is `-p' then the trap commands associated with"
5707 #~ msgstr ""
5708 #~ "dupã fiecare comandã.  Dacã ARGument este `-' atunci vor fi afiºate "
5709 #~ "comenzile"
5710
5711 #~ msgid "each SIGNAL_SPEC are displayed.  If no arguments are supplied or if"
5712 #~ msgstr "trap asociate cu fiecare SIGNAL_SPEC.  Dacã nu sunt furnizaþi "
5713
5714 #~ msgid "only `-p' is given, trap prints the list of commands associated with"
5715 #~ msgstr ""
5716 #~ "parametri sau este dat doar `-p', trap afiºeazã lista de comenzi asociate "
5717 #~ "cu "
5718
5719 #~ msgid ""
5720 #~ "each signal number.  SIGNAL_SPEC is either a signal name in <signal.h>"
5721 #~ msgstr ""
5722 #~ "fiecare numãr de semnal.  SIGNAL_SPEC este ori un nume de semnal din "
5723 #~ "<signal.h>"
5724
5725 #~ msgid ""
5726 #~ "or a signal number.  `trap -l' prints a list of signal names and their"
5727 #~ msgstr ""
5728 #~ "sau un numãr de semnal.  `trap -l' tipãreºte o listã de numere de semnale "
5729 #~ "ºi "
5730
5731 #~ msgid "corresponding numbers.  Note that a signal can be sent to the shell"
5732 #~ msgstr ""
5733 #~ "numerele corespunzãtoare.  Notaþi cã un semnal poate fi trimis shell-ului"
5734
5735 #~ msgid "with \"kill -signal $$\"."
5736 #~ msgstr "cu \"kill -signal $$\"."
5737
5738 #~ msgid "For each NAME, indicate how it would be interpreted if used as a"
5739 #~ msgstr ""
5740 #~ "Pentru fiecare NUME, indicã în ce mod va fi interpretat dacã este "
5741 #~ "utilizat ca"
5742
5743 #~ msgid "If the -t option is used, returns a single word which is one of"
5744 #~ msgstr ""
5745 #~ "Dacã este folositã opþiunea -t, returneazã un singur cuvânt care este "
5746 #~ "unul din"
5747
5748 #~ msgid ""
5749 #~ "`alias', `keyword', `function', `builtin', `file' or `', if NAME is an"
5750 #~ msgstr ""
5751 #~ "`alias', `keyword', `function', `builtin', `file' or `', dacã NUME este un"
5752
5753 #~ msgid ""
5754 #~ "alias, shell reserved word, shell function, shell builtin, disk file,"
5755 #~ msgstr ""
5756 #~ "alias, cuvânt rezervat de shell, funcþie de shell, comandã internã, "
5757 #~ "fiºier de pe disk,"
5758
5759 #~ msgid "or unfound, respectively."
5760 #~ msgstr "sau negãsit, respectiv."
5761
5762 #~ msgid "If the -p flag is used, either returns the name of the disk file"
5763 #~ msgstr ""
5764 #~ "Dacã este utilizat marcajul(flag) -p se returneazã fie numele fiºierului "
5765 #~ "de disk"
5766
5767 #~ msgid "that would be executed, or nothing if -t would not return `file'."
5768 #~ msgstr ""
5769 #~ "care urmeazã sã fie executat, sau nimic dacã -t nu va returna `fiºier'."
5770
5771 #~ msgid "If the -a flag is used, displays all of the places that contain an"
5772 #~ msgstr "Dacã este folosit -a, se vor afiºa toate locurile care conþin"
5773
5774 #~ msgid ""
5775 #~ "executable named `file'.  This includes aliases and functions, if and"
5776 #~ msgstr ""
5777 #~ "un executabil numit `fiºier'.  Aceasta include aliasuri ºi funcþii, ºi "
5778 #~ "numai"
5779
5780 #~ msgid "only if the -p flag is not also used."
5781 #~ msgstr "marcajul(flag) -p nu este folosit de asemenea."
5782
5783 #~ msgid "Type accepts -all, -path, and -type in place of -a, -p, and -t,"
5784 #~ msgstr "Type acceptã -all, -path ºi -type în loc de -a, -p ºi -t,"
5785
5786 #~ msgid "respectively."
5787 #~ msgstr "respectiv"
5788
5789 #~ msgid "Ulimit provides control over the resources available to processes"
5790 #~ msgstr "Ulimit oferã control al resurselor disponibile pentru procesele"
5791
5792 #~ msgid "started by the shell, on systems that allow such control.  If an"
5793 #~ msgstr ""
5794 #~ "rulate de shell, în sisteme care permit acest tip de control.  Dacã este"
5795
5796 #~ msgid "option is given, it is interpreted as follows:"
5797 #~ msgstr "datã o opþiune, este interpretatã precum urmeazã:"
5798
5799 #~ msgid "    -S\tuse the `soft' resource limit"
5800 #~ msgstr "    -S\tfoloseºte limita `soft' a resursei"
5801
5802 #~ msgid "    -H\tuse the `hard' resource limit"
5803 #~ msgstr "    -H\tfoloseºte limita `hard' a resursei"
5804
5805 #~ msgid "    -a\tall current limits are reported"
5806 #~ msgstr "    -a\tsunt raportate toate limitele curente"
5807
5808 #~ msgid "    -c\tthe maximum size of core files created"
5809 #~ msgstr "    -c\tmãrimea maximã de fiºiere core creatã"
5810
5811 #~ msgid "    -d\tthe maximum size of a process's data segment"
5812 #~ msgstr "    -d\ttmãrimea maximã a unui segment de date al procesului"
5813
5814 #~ msgid "    -m\tthe maximum resident set size"
5815 #~ msgstr "    -m\tmãrimea maximã de rezidenþã"
5816
5817 #~ msgid "    -s\tthe maximum stack size"
5818 #~ msgstr "    -s\tmãrimea maximã a stivei(stack)"
5819
5820 #~ msgid "    -t\tthe maximum amount of cpu time in seconds"
5821 #~ msgstr "    -t\tsuma maximã a timpului cpu în secunde"
5822
5823 #~ msgid "    -f\tthe maximum size of files created by the shell"
5824 #~ msgstr "    -f\ttmãrimea maximã a fiºierelor create de shell"
5825
5826 #~ msgid "    -p\tthe pipe buffer size"
5827 #~ msgstr "    -p\tmãrimea tamponului de legãturã (pipe buffer)"
5828
5829 #~ msgid "    -n\tthe maximum number of open file descriptors"
5830 #~ msgstr "    -n\tnumãrul maxim de fiºiere deschise"
5831
5832 #~ msgid "    -u\tthe maximum number of user processes"
5833 #~ msgstr "    -u\tnumãrul maxim de procese utilizator"
5834
5835 #~ msgid "    -v\tthe size of virtual memory"
5836 #~ msgstr "    -v\tmãrimea memoriei virtuale"
5837
5838 #~ msgid "If LIMIT is given, it is the new value of the specified resource."
5839 #~ msgstr "Dacã este datã LIMITÃ, va fi noua valoare a resursei specificate."
5840
5841 #~ msgid "Otherwise, the current value of the specified resource is printed."
5842 #~ msgstr ""
5843 #~ "În caz contrar, este tipãritã valoarea curentã a resursei specificate."
5844
5845 #~ msgid "If no option is given, then -f is assumed.  Values are in 1k"
5846 #~ msgstr ""
5847 #~ "Dacã nu este datã nici o opþiune se presupune -f.  Valorile sunt exprimate"
5848
5849 #~ msgid "increments, except for -t, which is in seconds, -p, which is in"
5850 #~ msgstr ""
5851 #~ "în incrementãri de 1k, exceptând -t, care este în secunde, -p, care este "
5852 #~ "în"
5853
5854 #~ msgid "increments of 512 bytes, and -u, which is an unscaled number of"
5855 #~ msgstr "incrementãri de 512 octeþi, ºi -u, care este un numãr nescalat de"
5856
5857 #~ msgid "processes."
5858 #~ msgstr "procese."
5859
5860 #~ msgid ""
5861 #~ "The user file-creation mask is set to MODE.  If MODE is omitted, or if"
5862 #~ msgstr ""
5863 #~ "Masca de crearecreation mask) a fiºierului utilizatorului e setatã la "
5864 #~ "MOD.  Dacã"
5865
5866 #~ msgid ""
5867 #~ "`-S' is supplied, the current value of the mask is printed.  The `-S'"
5868 #~ msgstr ""
5869 #~ "MOD este omis sau este dat `-S', este tipãritã valoarea curentã a "
5870 #~ "mãºtii.  Opþiunea"
5871
5872 #~ msgid ""
5873 #~ "option makes the output symbolic; otherwise an octal number is output."
5874 #~ msgstr ""
5875 #~ "`-S' returneazã output simbolic; în caz contrar outputul este un numãr "
5876 #~ "octal."
5877
5878 #~ msgid "If MODE begins with a digit, it is interpreted as an octal number,"
5879 #~ msgstr "Dacã MOD începe cu un digit, este interpretat ca numãr octal,"
5880
5881 #~ msgid ""
5882 #~ "otherwise it is a symbolic mode string like that accepted by chmod(1)."
5883 #~ msgstr "în caz contrar este un ºir mod simbolic premis de chmod(1)."
5884
5885 #~ msgid ""
5886 #~ "Wait for the specified process and report its termination status.  If"
5887 #~ msgstr ""
5888 #~ "Aºteaptã dupã procesul specificat ºi raporteazã starea de terminare.  Dacã"
5889
5890 #~ msgid "N is not given, all currently active child processes are waited for,"
5891 #~ msgstr ""
5892 #~ "N nu este dat,se aºteaptã dupã toate procesele copil(child) curente,"
5893
5894 #~ msgid "and the return code is zero.  N may be a process ID or a job"
5895 #~ msgstr ""
5896 #~ "ºi codul returnat este zero.  N poate fi un ID de proces sau o "
5897 #~ "specificaþie"
5898
5899 #~ msgid "specification; if a job spec is given, all processes in the job's"
5900 #~ msgstr "de job; Dacã este datã o specificaþie de job,se aºteaptã dupã"
5901
5902 #~ msgid "pipeline are waited for."
5903 #~ msgstr " toate procesele din legãturã(pipeline)."
5904
5905 #~ msgid "and the return code is zero.  N is a process ID; if it is not given,"
5906 #~ msgstr ""
5907 #~ "ºi codul returnat este zero.  N este un ID de proces; dacã nu este dat,"
5908
5909 #~ msgid "all child processes of the shell are waited for."
5910 #~ msgstr "se va aºtepta dupã doate procesele copil(child) din shell."
5911
5912 #~ msgid "The `for' loop executes a sequence of commands for each member in a"
5913 #~ msgstr ""
5914 #~ "Ciclul `for' executã o secvenþã de comenzi pentru fiecare membru dintr-o"
5915
5916 #~ msgid ""
5917 #~ "list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is"
5918 #~ msgstr ""
5919 #~ "listã de elemente.  Dacã `in CUVINTE...;' nu este prezent, atunci `in \"$@"
5920 #~ "\"'"
5921
5922 #~ msgid ""
5923 #~ "assumed.  For each element in WORDS, NAME is set to that element, and"
5924 #~ msgstr ""
5925 #~ "este presupus.  Pentru fiecare element din CUVINTE, NUME este setat ca "
5926 #~ "acel"
5927
5928 #~ msgid "the COMMANDS are executed."
5929 #~ msgstr "element ºi COMENZI sunt executate."
5930
5931 #~ msgid "The WORDS are expanded, generating a list of words.  The"
5932 #~ msgstr "CUVINTEle sunt expandate, generând o listã de cuvinte.  Setul de"
5933
5934 #~ msgid "set of expanded words is printed on the standard error, each"
5935 #~ msgstr ""
5936 #~ "de cuvinte expandate este tipãrit la dispozitivul de eroare standard, "
5937 #~ "fiecare"
5938
5939 #~ msgid "preceded by a number.  If `in WORDS' is not present, `in \"$@\"'"
5940 #~ msgstr ""
5941 #~ "fiind precedat de un numãr.  Dacã `in CUVINTE' nu este prezent, `in \"$@"
5942 #~ "\"'"
5943
5944 #~ msgid "is assumed.  The PS3 prompt is then displayed and a line read"
5945 #~ msgstr ""
5946 #~ "este presupus.  Promptul PS3 este apoi afiºat ºi o linie va fi cititã de"
5947
5948 #~ msgid "from the standard input.  If the line consists of the number"
5949 #~ msgstr ""
5950 #~ "la intrare(input) standard.  Dacã linia e alcãtuitã dintr-unul din "
5951 #~ "numerele"
5952
5953 #~ msgid "corresponding to one of the displayed words, then NAME is set"
5954 #~ msgstr "corespunzãtoare unuia din cuvintele afiºate, atunci NUME este setat"
5955
5956 #~ msgid "to that word.  If the line is empty, WORDS and the prompt are"
5957 #~ msgstr ""
5958 #~ "drept cuvântul respectiv.  Dacã linia este vidã, CUVINTEle ºi promptul "
5959 #~ "sunt"
5960
5961 #~ msgid "redisplayed.  If EOF is read, the command completes.  Any other"
5962 #~ msgstr ""
5963 #~ "reafiºate.  Dacã se citeºte EOF, comanda ajunge la sfârºit.  Orice altã"
5964
5965 #~ msgid "value read causes NAME to be set to null.  The line read is saved"
5966 #~ msgstr ""
5967 #~ "valoare cititã va face ca NUMEle setat sã fie setat null.  Linia cititã "
5968 #~ "este salvatã"
5969
5970 #~ msgid "in the variable REPLY.  COMMANDS are executed after each selection"
5971 #~ msgstr ""
5972 #~ "în variabila RÃSPUNS.  COMENZIle sunt executate dupã fiecare selecþie"
5973
5974 #~ msgid "until a break or return command is executed."
5975 #~ msgstr "pânã când se executã o comandã break sau return."
5976
5977 #~ msgid "Selectively execute COMMANDS based upon WORD matching PATTERN.  The"
5978 #~ msgstr ""
5979 #~ "Executã selectiv COMENZI bazându-se pe potrivirea CUVÂNTului în TIPAR."
5980
5981 #~ msgid "`|' is used to separate multiple patterns."
5982 #~ msgstr "  `|' este folosit pentru a separa mai multe tipare."
5983
5984 #~ msgid ""
5985 #~ "The if COMMANDS are executed.  If the exit status is zero, then the then"
5986 #~ msgstr ""
5987 #~ "COMENZIle if sunt executate.  Dacã starea de ieºire este zero, atunc"
5988
5989 #~ msgid ""
5990 #~ "COMMANDS are executed.  Otherwise, each of the elif COMMANDS are executed"
5991 #~ msgstr ""
5992 #~ "COMENZIle then sunt executate.  În caz contrar, fiecare din COMENZIle "
5993 #~ "elif sunt executate"
5994
5995 #~ msgid ""
5996 #~ "in turn, and if the exit status is zero, the corresponding then COMMANDS"
5997 #~ msgstr ""
5998 #~ "pe rând, ºi dacã starea de ieºire este zero, atunci COMENZIle then "
5999 #~ "corespunzãtoare"
6000
6001 #~ msgid ""
6002 #~ "are executed and the if command completes.  Otherwise, the else COMMANDS"
6003 #~ msgstr ""
6004 #~ "sunt executate ºi comanda if se terminã.  În caz contrar, COMENZIle else"
6005
6006 #~ msgid ""
6007 #~ "are executed, if present.  The exit status is the exit status of the last"
6008 #~ msgstr ""
6009 #~ "sunt executate, în cazul în care sunt prezente.  Starea de ieºire este "
6010 #~ "starea de ieºire"
6011
6012 #~ msgid "command executed, or zero if no condition tested true."
6013 #~ msgstr ""
6014 #~ "a ultimei comenzi executate, sau zero dacã nici o condiþie nu s-a dovedit "
6015 #~ "adevãratã."
6016
6017 #~ msgid "Expand and execute COMMANDS as long as the final command in the"
6018 #~ msgstr "Expandeazã ºi executã COMENZI atâta timp cât comanda finalã din"
6019
6020 #~ msgid "`while' COMMANDS has an exit status of zero."
6021 #~ msgstr "COMENZIle `while' au o stare de ieºire de zero."
6022
6023 #~ msgid "`until' COMMANDS has an exit status which is not zero."
6024 #~ msgstr "COMENZIle `until' au o stare de ieºire diferitã de zero."
6025
6026 #~ msgid "Create a simple command invoked by NAME which runs COMMANDS."
6027 #~ msgstr "Creazã o comandã simplã invocatã de NUME care ruleazã COMENZI."
6028
6029 #~ msgid "Arguments on the command line along with NAME are passed to the"
6030 #~ msgstr "Parametrii din linia de comandã împreunã cu NUMEle sunt pasaþi"
6031
6032 #~ msgid "function as $0 .. $n."
6033 #~ msgstr "funcþiei drept $0 .. $n."
6034
6035 #~ msgid "Run a set of commands in a group.  This is one way to redirect an"
6036 #~ msgstr ""
6037 #~ "Ruleazã un set de comenzi dintr-un grup.  Aceasta este o cale de a "
6038 #~ "redirecta un"
6039
6040 #~ msgid "entire set of commands."
6041 #~ msgstr "întreg set de comenzi."
6042
6043 #~ msgid "This is similar to the `fg' command.  Resume a stopped or background"
6044 #~ msgstr ""
6045 #~ "Aceasta este similarã comenzii `fg'.  Continuã(resume) un job stopat sau "
6046 #~ "din"
6047
6048 #~ msgid "job.  If you specifiy DIGITS, then that job is used.  If you specify"
6049 #~ msgstr ""
6050 #~ "fundal(background).  Dacã se specificã DIGIÞI, atunci este folosit acel "
6051 #~ "job.  Dacã"
6052
6053 #~ msgid ""
6054 #~ "WORD, then the job whose name begins with WORD is used.  Following the"
6055 #~ msgstr ""
6056 #~ "se specificã CUVÂNT, atunci e folosit jobul al cãrui nume începe cu "
6057 #~ "CUVÂNT."
6058
6059 #~ msgid "job specification with a `&' places the job in the background."
6060 #~ msgstr ""
6061 #~ "Specificând jobului un `&' dupã, va plasa jobul în fundal(background)."
6062
6063 #~ msgid "BASH_VERSION    The version numbers of this Bash."
6064 #~ msgstr "BASH_VERSION    Numãrul de versiune a acestui Bash."
6065
6066 #~ msgid "CDPATH          A colon separated list of directories to search"
6067 #~ msgstr ""
6068 #~ "CDPATH          O listã de directoare separatã prin douã-puncte pentru a "
6069 #~ "se"
6070
6071 #~ msgid "\t\twhen the argument to `cd' is not found in the current"
6072 #~ msgstr ""
6073 #~ "\t\tcãuta atunci când parametrii specificaþi comenzii `cd' nu sunt gãsiþi "
6074 #~ "în"
6075
6076 #~ msgid "\t\tdirectory."
6077 #~ msgstr "\t\tdirectorul curent."
6078
6079 #~ msgid ""
6080 #~ "HISTFILE        The name of the file where your command history is stored."
6081 #~ msgstr ""
6082 #~ "HISTFILE        Numele fiºierului unde istoricul comenzilor voastre este "
6083 #~ "stocat."
6084
6085 #~ msgid "HISTFILESIZE    The maximum number of lines this file can contain."
6086 #~ msgstr ""
6087 #~ "HISTFILESIZE    Numãrul maxim de linii pe care acest fiºier poate sã le "
6088 #~ "conþinã."
6089
6090 #~ msgid "HISTSIZE        The maximum number of history lines that a running"
6091 #~ msgstr ""
6092 #~ "HISTSIZE        Numãrul maxim de linii de istoric care pot fi accesate"
6093
6094 #~ msgid "\t\tshell can access."
6095 #~ msgstr "\t\tde un shell activ."
6096
6097 #~ msgid "HOME            The complete pathname to your login directory."
6098 #~ msgstr "HOME            Calea completã cãtre directorul vostru de login."
6099
6100 #~ msgid ""
6101 #~ "HOSTTYPE        The type of CPU this version of Bash is running under."
6102 #~ msgstr ""
6103 #~ "HOSTTYPE        Tipul de CPU pe care ruleazã aceastã versiune de Bash."
6104
6105 #~ msgid ""
6106 #~ "IGNOREEOF       Controls the action of the shell on receipt of an EOF"
6107 #~ msgstr ""
6108 #~ "IGNOREEOF       Controleazã acþiunea shell-ului la întâlnirea unui "
6109 #~ "caracter"
6110
6111 #~ msgid "\t\tcharacter as the sole input.  If set, then the value"
6112 #~ msgstr ""
6113 #~ "\t\tEOF ca singurã intrare(input).  Dacã este setat, atunci valoarea"
6114
6115 #~ msgid "\t\tof it is the number of EOF characters that can be seen"
6116 #~ msgstr "\t\tacestuia este numãrul de caractere EOF care pot fi întâlnite"
6117
6118 #~ msgid "\t\tin a row on an empty line before the shell will exit"
6119 #~ msgstr "\t\tpe rând într-o linie vidã înainte de ieºirea shell-ului."
6120
6121 #~ msgid "\t\t(default 10).  When unset, EOF signifies the end of input."
6122 #~ msgstr ""
6123 #~ "\t\t(implicit 10).  Când este desetat(unset), EOF semnificã sfârºitul "
6124 #~ "intrãrii(input)."
6125
6126 #~ msgid "MAILCHECK\tHow often, in seconds, Bash checks for new mail."
6127 #~ msgstr ""
6128 #~ "MAILCHECK\tCât de des, în secunde, Bash-ul sã verifice dacã existã mail "
6129 #~ "nou."
6130
6131 #~ msgid "MAILPATH\tA colon-separated list of filenames which Bash checks"
6132 #~ msgstr ""
6133 #~ "MAILPATH\tO listã de fiºiere separate prin douã-puncte pe care Bash o "
6134 #~ "verificã"
6135
6136 #~ msgid "\t\tfor new mail."
6137 #~ msgstr "\t\tpentru mail nou."
6138
6139 #~ msgid "OSTYPE\t\tThe version of Unix this version of Bash is running on."
6140 #~ msgstr ""
6141 #~ "OSTYPE\t\tVersiunea de Unix pe care aceastã versiune de Bash ruleazã."
6142
6143 #~ msgid "PATH            A colon-separated list of directories to search when"
6144 #~ msgstr ""
6145 #~ "PATH            O listã de directoare separatã prin douã-puncte care se va"
6146
6147 #~ msgid "\t\tlooking for commands."
6148 #~ msgstr "\t\tindexa în cãutarea comenzilor."
6149
6150 #~ msgid "PROMPT_COMMAND  A command to be executed before the printing of each"
6151 #~ msgstr ""
6152 #~ "PROMPT_COMMAND  O comandã care va fi executatã înainte de tipãrirea "
6153 #~ "fiecãrui"
6154
6155 #~ msgid "\t\tprimary prompt."
6156 #~ msgstr "\t\tprompt primar."
6157
6158 #~ msgid "PS1             The primary prompt string."
6159 #~ msgstr "PS1             ªirul promptului primar."
6160
6161 #~ msgid "PS2             The secondary prompt string."
6162 #~ msgstr "PS2             ªirul promptului secundar."
6163
6164 #~ msgid "TERM            The name of the current terminal type."
6165 #~ msgstr "TERM            Numele tipului de terminal curent."
6166
6167 #~ msgid "auto_resume     Non-null means a command word appearing on a line by"
6168 #~ msgstr ""
6169 #~ "auto_resume     Dacã nu e vid rezultã cã un cuvânt comandã ce apare pe o "
6170 #~ "linie"
6171
6172 #~ msgid "\t\titself is first looked for in the list of currently"
6173 #~ msgstr "\t\tsingur este prima datã cãutat în lista "
6174
6175 #~ msgid "\t\tstopped jobs.  If found there, that job is foregrounded."
6176 #~ msgstr ""
6177 #~ "\t\tjoburilor.curente stopate.  Dacã este gãsit acolo, acel job este adus "
6178 #~ "în prim-plan(foreground)."
6179
6180 #~ msgid "\t\tA value of `exact' means that the command word must"
6181 #~ msgstr "\t\tO valoare de `exact' înseamnã cã acel cuvânt comandã trebuie"
6182
6183 #~ msgid "\t\texactly match a command in the list of stopped jobs.  A"
6184 #~ msgstr ""
6185 #~ "\t\tsã se potriveascã perfect unei comenzi din lista de joburi stopate.  O"
6186
6187 #~ msgid "\t\tvalue of `substring' means that the command word must"
6188 #~ msgstr "\t\tvaloare de `substring' înseamnã cã acel cuvânt comandã trebuie"
6189
6190 #~ msgid "\t\tmatch a substring of the job.  Any other value means that"
6191 #~ msgstr ""
6192 #~ "\t\tsã se potriveascã unui subºir al jobului.  Orice altã valoare "
6193 #~ "înseamnã cã"
6194
6195 #~ msgid "\t\tthe command must be a prefix of a stopped job."
6196 #~ msgstr "\t\tacea comandã trebuie sã fie prefixul unui job stopat."
6197
6198 #~ msgid "command_oriented_history"
6199 #~ msgstr "command_oriented_history"
6200
6201 #~ msgid ""
6202 #~ "                Non-null means to save multiple-line commands together on"
6203 #~ msgstr ""
6204 #~ "                Nevid reprezintã salvarea mai multor linii de comandã "
6205 #~ "împreunã într-o"
6206
6207 #~ msgid "                a single history line."
6208 #~ msgstr "                singurã linie de istoric."
6209
6210 #~ msgid "histchars       Characters controlling history expansion and quick"
6211 #~ msgstr ""
6212 #~ "histchars       Caractere care controleazã expansiunea istoricului ºi"
6213
6214 #~ msgid "\t\tsubstitution.  The first character is the history"
6215 #~ msgstr ""
6216 #~ "\t\tsubstituþii rapide.  Primul caracter este caracterul de substituþie al"
6217
6218 #~ msgid "\t\tsubstitution character, usually `!'.  The second is"
6219 #~ msgstr "\t\tistoricului, de obicei `!'.  Al doilea este"
6220
6221 #~ msgid "\t\tthe `quick substitution' character, usually `^'.  The"
6222 #~ msgstr "\t\tcaracterul de `quick substitution', de obicei `^'.  Al treilea"
6223
6224 #~ msgid "\t\tthird is the `history comment' character, usually `#'."
6225 #~ msgstr "\t\teste caracterul de `history comment', de obicei `#'."
6226
6227 #~ msgid "HISTCONTROL\tSet to a value of `ignorespace', it means don't enter"
6228 #~ msgstr ""
6229 #~ "HISTCONTROL\tSeteazã o valoare de `ignorespace', care înseamnã sã nu"
6230
6231 #~ msgid "\t\tlines which begin with a space or tab on the history"
6232 #~ msgstr "\t\tintroduci în lista de istoric linii care încep cu un"
6233
6234 #~ msgid "\t\tlist.  Set to a value of `ignoredups', it means don't"
6235 #~ msgstr ""
6236 #~ "\t\tspaþiu sau un tab.  Seteazã o valoare de  `ignoredups', care înseamnã"
6237
6238 #~ msgid "\t\tenter lines which match the last entered line.  Set to"
6239 #~ msgstr ""
6240 #~ "\t\ta nu se introduce linii care sunt asemãnãtoare ultimei linii "
6241 #~ "introduse."
6242
6243 #~ msgid "\t\t`ignoreboth' means to combine the two options.  Unset,"
6244 #~ msgstr ""
6245 #~ "\t\tSeteazã o valaore de `ignoreboth' însemnând combinarea celor douã "
6246 #~ "opþiuni."
6247
6248 #~ msgid "\t\tor set to any other value than those above means to save"
6249 #~ msgstr ""
6250 #~ "\t\t  Desetat(unset) sau setat la orice altã valoare decât acelea de mai "
6251 #~ "sus"
6252
6253 #~ msgid "\t\tall lines on the history list."
6254 #~ msgstr "\t\taînseamnã salvarea tuturor liniilor în lista istoricului."
6255
6256 #~ msgid "Adds a directory to the top of the directory stack, or rotates"
6257 #~ msgstr ""
6258 #~ "Adaugã un director în partea superioarã a stivei de directoare, sau "
6259 #~ "roteºte"
6260
6261 #~ msgid "the stack, making the new top of the stack the current working"
6262 #~ msgstr "stiva, fãcând noul element superior al listei directorul curent"
6263
6264 #~ msgid "directory.  With no arguments, exchanges the top two directories."
6265 #~ msgstr ""
6266 #~ "de lucru.  Fãrã parametri, interchimbã cele douã directoare superioare."
6267
6268 #~ msgid "+N\tRotates the stack so that the Nth directory (counting"
6269 #~ msgstr "+N\tRoteºte stiva astfel încât al N-ulea director (numãrând"
6270
6271 #~ msgid "\tfrom the left of the list shown by `dirs') is at the top."
6272 #~ msgstr "\tde la stânga listei afiºatã de `dirs') va fi în vârf(top)."
6273
6274 #~ msgid "-N\tRotates the stack so that the Nth directory (counting"
6275 #~ msgstr "-N\tRoteºte stiva astfel încât al N-ulea director (numãrând"
6276
6277 #~ msgid "\tfrom the right) is at the top."
6278 #~ msgstr "\tde la dreapta) va fi în vârf."
6279
6280 #~ msgid "-n\tsuppress the normal change of directory when adding directories"
6281 #~ msgstr ""
6282 #~ "-n\tinhibã schimbarea normalã de directoare la adãugarea directoarelor"
6283
6284 #~ msgid "\tto the stack, so only the stack is manipulated."
6285 #~ msgstr "\tîn stivã, astfel încât doar stiva sã fie manipulatã."
6286
6287 #~ msgid "dir\tadds DIR to the directory stack at the top, making it the"
6288 #~ msgstr "dir\tadaugã DIR în vârful stivei de directoare, fãcându-l"
6289
6290 #~ msgid "You can see the directory stack with the `dirs' command."
6291 #~ msgstr "Puteþi vedea stiva de directoare cu ajutorul comenzii `dirs'."
6292
6293 #~ msgid "Removes entries from the directory stack.  With no arguments,"
6294 #~ msgstr "ªterge intrãrile din stiva de directoare.  Fãrã parametri, "
6295
6296 #~ msgid "removes the top directory from the stack, and cd's to the new"
6297 #~ msgstr "ºterge directorul superior din stivã, ºi face cd la noul"
6298
6299 #~ msgid "+N\tremoves the Nth entry counting from the left of the list"
6300 #~ msgstr "+N\tºterge al N-ulea element numãrând din stânga listei"
6301
6302 #~ msgid "\tshown by `dirs', starting with zero.  For example: `popd +0'"
6303 #~ msgstr "\tafiºate de `dirs', începând cu zero.  De exemplu: `popd +0'"
6304
6305 #~ msgid "\tremoves the first directory, `popd +1' the second."
6306 #~ msgstr "\tºterge primul director, `popd +1' al doilea."
6307
6308 #~ msgid "-N\tremoves the Nth entry counting from the right of the list"
6309 #~ msgstr "-N\tºterge al N-ulea element numãrând din dreapta listei"
6310
6311 #~ msgid "\tshown by `dirs', starting with zero.  For example: `popd -0'"
6312 #~ msgstr "\tafiºate de `dirs', începând cu zero.  De exemplu: `popd -0'"
6313
6314 #~ msgid "\tremoves the last directory, `popd -1' the next to last."
6315 #~ msgstr "\tºterge ultimul director, `popd -1' penultimul."
6316
6317 #~ msgid ""
6318 #~ "-n\tsuppress the normal change of directory when removing directories"
6319 #~ msgstr ""
6320 #~ "-n\tinhibã schimbarea normalã de directoare când se ºterg diurectoare"
6321
6322 #~ msgid "\tfrom the stack, so only the stack is manipulated."
6323 #~ msgstr "\tdin stivã, astfel încât numai stiva sã fie manipulatã."
6324
6325 #~ msgid "Display the list of currently remembered directories.  Directories"
6326 #~ msgstr "Afiºeazã lista curentã de directoare reþinute.  Directoarele"
6327
6328 #~ msgid "find their way onto the list with the `pushd' command; you can get"
6329 #~ msgstr ""
6330 #~ "îºi gasesc locul în listã cu ajutorul comenzii `pushd'; puteþi merge"
6331
6332 #~ msgid "back up through the list with the `popd' command."
6333 #~ msgstr "prin listã cu ajutorul comenzii `popd'."
6334
6335 #~ msgid ""
6336 #~ "The -l flag specifies that `dirs' should not print shorthand versions"
6337 #~ msgstr ""
6338 #~ "Parametrul(flag) -l specificã faptul cã  `dirs' nu ar trebui sã "
6339 #~ "tipãreascã "
6340
6341 #~ msgid ""
6342 #~ "of directories which are relative to your home directory.  This means"
6343 #~ msgstr ""
6344 #~ "versiuni prescurtate ale directoarelor care au legãturã(relative) cu home-"
6345 #~ "directory-ul."
6346
6347 #~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
6348 #~ msgstr ""
6349 #~ "  Aceasta înseamnã cã `~/bin' poate fi afiºat ca `/homes/bfox/bin'  "
6350 #~ "Parametrul"
6351
6352 #~ msgid "causes `dirs' to print the directory stack with one entry per line,"
6353 #~ msgstr ""
6354 #~ "-v face ca `dirs' sã afiºeze stiva de directoare doar câte o intrare pe "
6355 #~ "linie,"
6356
6357 #~ msgid ""
6358 #~ "prepending the directory name with its position in the stack.  The -p"
6359 #~ msgstr "prefixând numele directorului cu poziþia în stivã.  Parametrul -p"
6360
6361 #~ msgid "flag does the same thing, but the stack position is not prepended."
6362 #~ msgstr "face acelaºi lucru, dar poziþia în stivã nu este prefix."
6363
6364 #~ msgid ""
6365 #~ "The -c flag clears the directory stack by deleting all of the elements."
6366 #~ msgstr ""
6367 #~ "Parametrul(flag) -c ºterge stiva de directoare prin ºtergerea tuturor "
6368 #~ "elementelor."
6369
6370 #~ msgid ""
6371 #~ "+N\tdisplays the Nth entry counting from the left of the list shown by"
6372 #~ msgstr "+N\tafiºeazã a N-a intrare numãrând de la stânga listei afiºate de"
6373
6374 #~ msgid "\tdirs when invoked without options, starting with zero."
6375 #~ msgstr "\tdirs atunci când e invocatã fãrã opþiuni, începând cu zero."
6376
6377 #~ msgid ""
6378 #~ "-N\tdisplays the Nth entry counting from the right of the list shown by"
6379 #~ msgstr "-N\tafiºeazã a N-a intrare numãrând de la dreapta listei afiºate de"
6380
6381 #~ msgid "Toggle the values of variables controlling optional behavior."
6382 #~ msgstr ""
6383 #~ "Schimbã(toggle) valorile variabilelor, controlând comportamentul opþional."
6384
6385 #~ msgid "The -s flag means to enable (set) each OPTNAME; the -u flag"
6386 #~ msgstr ""
6387 #~ "Parametrul -s înseamnã activarea(setarea) fiecãrei NUME_OPT; parametrul -u"
6388
6389 #~ msgid "unsets each OPTNAME.  The -q flag suppresses output; the exit"
6390 #~ msgstr "deseteazã(unset) fiecare NUME_OPT.  Parametrul -q inhibã output-ul;"
6391
6392 #~ msgid "status indicates whether each OPTNAME is set or unset.  The -o"
6393 #~ msgstr ""
6394 #~ "starea de ieºire indicã dacã fiecare NUME_OPT este setat sau desetat."
6395
6396 #~ msgid "option restricts the OPTNAMEs to those defined for use with"
6397 #~ msgstr ""
6398 #~ "  Parametrul -o restricþioneazã NUME_OPT la acelea definite pentru a fi "
6399
6400 #~ msgid "`set -o'.  With no options, or with the -p option, a list of all"
6401 #~ msgstr ""
6402 #~ "folosite cu `set -o'.  Fãrã nici o opþiune, sau cu opþiunea -p, este "
6403 #~ "afiºatã"
6404
6405 #~ msgid "settable options is displayed, with an indication of whether or"
6406 #~ msgstr ""
6407 #~ "o listã a tuturor opþiunilor setabile, ceea ce indicã dacã fiecare este"
6408
6409 #~ msgid "not each is set."
6410 #~ msgstr "setatã sau nu."