757a0343d56b552d7329e40255ca75548a7f1803
[platform/upstream/bash.git] / po / bg.po
1 # Bulgarian translation of bash po-file.
2 # Copyright (C) 2007 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the bash package.
4 # Alexander Shopov <ash@contact.bg>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: bash 3.2\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-01-28 22:09-0500\n"
11 "PO-Revision-Date: 2007-07-26 07:18+0300\n"
12 "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
13 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
19 #: arrayfunc.c:50
20 msgid "bad array subscript"
21 msgstr "неправилен индекс на масив"
22
23 #: arrayfunc.c:313 builtins/declare.def:487
24 #, c-format
25 msgid "%s: cannot convert indexed to associative array"
26 msgstr ""
27
28 #: arrayfunc.c:480
29 #, fuzzy, c-format
30 msgid "%s: invalid associative array key"
31 msgstr "%s: грешно име на действие"
32
33 #: arrayfunc.c:482
34 #, c-format
35 msgid "%s: cannot assign to non-numeric index"
36 msgstr "%s: не може да се присвоява на нецифров индекс"
37
38 #: arrayfunc.c:518
39 #, c-format
40 msgid "%s: %s: must use subscript when assigning associative array"
41 msgstr ""
42
43 #: bashhist.c:387
44 #, c-format
45 msgid "%s: cannot create: %s"
46 msgstr "%s: не може да се създаде: %s"
47
48 #: bashline.c:3498
49 msgid "bash_execute_unix_command: cannot find keymap for command"
50 msgstr ""
51 "изпълнение на команда на Юникс от bash: не може да се открие подредбата на\n"
52 "функциите на клавишите за командата"
53
54 #: bashline.c:3584
55 #, c-format
56 msgid "%s: first non-whitespace character is not `\"'"
57 msgstr "%s: първият непразен знак не е „\"“"
58
59 #: bashline.c:3613
60 #, c-format
61 msgid "no closing `%c' in %s"
62 msgstr "в %2$s липсва затварящ знак „%1$c“"
63
64 #: bashline.c:3647
65 #, c-format
66 msgid "%s: missing colon separator"
67 msgstr "%s: разделителят двоеточие липсва"
68
69 #: builtins/alias.def:132
70 #, fuzzy, c-format
71 msgid "`%s': invalid alias name"
72 msgstr "„%s“: грешно име на подредбата на функциите на клавишите"
73
74 #: builtins/bind.def:120 builtins/bind.def:123
75 msgid "line editing not enabled"
76 msgstr ""
77
78 #: builtins/bind.def:206
79 #, c-format
80 msgid "`%s': invalid keymap name"
81 msgstr "„%s“: грешно име на подредбата на функциите на клавишите"
82
83 #: builtins/bind.def:245
84 #, c-format
85 msgid "%s: cannot read: %s"
86 msgstr "%s: не може да се прочете: %s"
87
88 #: builtins/bind.def:260
89 #, c-format
90 msgid "`%s': cannot unbind"
91 msgstr "„%s“: не може да се премахне присвояване"
92
93 #: builtins/bind.def:295 builtins/bind.def:325
94 #, c-format
95 msgid "`%s': unknown function name"
96 msgstr "„%s“: непознато име на функция"
97
98 #: builtins/bind.def:303
99 #, c-format
100 msgid "%s is not bound to any keys.\n"
101 msgstr "%s не може да се зададе на никой клавиш.\n"
102
103 #: builtins/bind.def:307
104 #, c-format
105 msgid "%s can be invoked via "
106 msgstr "%s може да се извика чрез "
107
108 #: builtins/break.def:77 builtins/break.def:117
109 msgid "loop count"
110 msgstr ""
111
112 #: builtins/break.def:137
113 msgid "only meaningful in a `for', `while', or `until' loop"
114 msgstr "валидно само за циклите с „for“, „while“ и „until“"
115
116 #: builtins/caller.def:133
117 #, fuzzy
118 msgid ""
119 "Returns the context of the current subroutine call.\n"
120 "    \n"
121 "    Without EXPR, returns "
122 msgstr "Връща контекста на текущото извикване на подпрограма."
123
124 #: builtins/cd.def:235
125 msgid "HOME not set"
126 msgstr "Променливата $HOME не зададена"
127
128 #: builtins/cd.def:247
129 msgid "OLDPWD not set"
130 msgstr "Променливата $OLDPWD не е зададена"
131
132 #: builtins/common.c:101
133 #, c-format
134 msgid "line %d: "
135 msgstr ""
136
137 #: builtins/common.c:139 error.c:261
138 #, fuzzy, c-format
139 msgid "warning: "
140 msgstr "%s: предупреждение: "
141
142 #: builtins/common.c:153
143 #, fuzzy, c-format
144 msgid "%s: usage: "
145 msgstr "%s: предупреждение: "
146
147 #: builtins/common.c:166 test.c:832
148 msgid "too many arguments"
149 msgstr "прекалено много аргументи"
150
151 #: builtins/common.c:191 shell.c:500 shell.c:782
152 #, c-format
153 msgid "%s: option requires an argument"
154 msgstr "%s: опцията изисква аргумент"
155
156 #: builtins/common.c:198
157 #, c-format
158 msgid "%s: numeric argument required"
159 msgstr "%s: изисква се числов аргумент"
160
161 #: builtins/common.c:205
162 #, c-format
163 msgid "%s: not found"
164 msgstr "%s: не е открит"
165
166 #: builtins/common.c:214 shell.c:795
167 #, c-format
168 msgid "%s: invalid option"
169 msgstr "%s: грешна опция"
170
171 #: builtins/common.c:221
172 #, c-format
173 msgid "%s: invalid option name"
174 msgstr "%s: грешно име на опция"
175
176 #: builtins/common.c:228 general.c:231 general.c:236
177 #, c-format
178 msgid "`%s': not a valid identifier"
179 msgstr "„%s“: грешен идентификатор"
180
181 #: builtins/common.c:238
182 #, fuzzy
183 msgid "invalid octal number"
184 msgstr "неправилен номер на сигнал"
185
186 #: builtins/common.c:240
187 #, fuzzy
188 msgid "invalid hex number"
189 msgstr "грешно число"
190
191 #: builtins/common.c:242 expr.c:1362
192 msgid "invalid number"
193 msgstr "грешно число"
194
195 #: builtins/common.c:250
196 #, c-format
197 msgid "%s: invalid signal specification"
198 msgstr "%s: грешно указване на сигнал"
199
200 #: builtins/common.c:257
201 #, c-format
202 msgid "`%s': not a pid or valid job spec"
203 msgstr "„%s“: неправилен идентификатор на процес или задача"
204
205 #: builtins/common.c:264 error.c:454
206 #, c-format
207 msgid "%s: readonly variable"
208 msgstr "%s: променлива с права само за четене"
209
210 #: builtins/common.c:272
211 #, c-format
212 msgid "%s: %s out of range"
213 msgstr "%s: %s е извън допустимия диапазон"
214
215 #: builtins/common.c:272 builtins/common.c:274
216 msgid "argument"
217 msgstr "аргументът"
218
219 #: builtins/common.c:274
220 #, c-format
221 msgid "%s out of range"
222 msgstr "%s е извън допустимия диапазон"
223
224 #: builtins/common.c:282
225 #, c-format
226 msgid "%s: no such job"
227 msgstr "%s: няма такава задача"
228
229 #: builtins/common.c:290
230 #, c-format
231 msgid "%s: no job control"
232 msgstr "%s: няма управление на задачите"
233
234 #: builtins/common.c:292
235 msgid "no job control"
236 msgstr "няма управление на задачите"
237
238 #: builtins/common.c:302
239 #, c-format
240 msgid "%s: restricted"
241 msgstr "%s: ограничена обвивка"
242
243 #: builtins/common.c:304
244 msgid "restricted"
245 msgstr "ограничена обвивка"
246
247 #: builtins/common.c:312
248 #, c-format
249 msgid "%s: not a shell builtin"
250 msgstr "%s: не е команда вградена в обвивката"
251
252 #: builtins/common.c:321
253 #, c-format
254 msgid "write error: %s"
255 msgstr "грешка при запис: %s"
256
257 #: builtins/common.c:329
258 #, c-format
259 msgid "error setting terminal attributes: %s"
260 msgstr ""
261
262 #: builtins/common.c:331
263 #, c-format
264 msgid "error getting terminal attributes: %s"
265 msgstr ""
266
267 #: builtins/common.c:563
268 #, c-format
269 msgid "%s: error retrieving current directory: %s: %s\n"
270 msgstr "%s: грешка при получаването на текущата директория: %s: %s\n"
271
272 #: builtins/common.c:629 builtins/common.c:631
273 #, c-format
274 msgid "%s: ambiguous job spec"
275 msgstr "%s: нееднозначно указана задача"
276
277 #: builtins/complete.def:276
278 #, c-format
279 msgid "%s: invalid action name"
280 msgstr "%s: грешно име на действие"
281
282 #: builtins/complete.def:449 builtins/complete.def:644
283 #: builtins/complete.def:853
284 #, c-format
285 msgid "%s: no completion specification"
286 msgstr "%s: не е указано дописване"
287
288 #: builtins/complete.def:696
289 msgid "warning: -F option may not work as you expect"
290 msgstr "предупреждение: опцията „-F“ може да не работи според очакванията ви"
291
292 #: builtins/complete.def:698
293 msgid "warning: -C option may not work as you expect"
294 msgstr "предупреждение: опцията „-C“ може да не работи според очакванията ви"
295
296 #: builtins/complete.def:826
297 msgid "not currently executing completion function"
298 msgstr ""
299
300 #: builtins/declare.def:124
301 msgid "can only be used in a function"
302 msgstr "може да се използва само във функция"
303
304 #: builtins/declare.def:366
305 msgid "cannot use `-f' to make functions"
306 msgstr "„-f“ не може да се използва за създаването на функции"
307
308 #: builtins/declare.def:378 execute_cmd.c:5105
309 #, c-format
310 msgid "%s: readonly function"
311 msgstr "%s: функция с права само за четене"
312
313 #: builtins/declare.def:474
314 #, c-format
315 msgid "%s: cannot destroy array variables in this way"
316 msgstr "%s: променливите за масиви не могат да се унищожават така"
317
318 #: builtins/declare.def:481
319 #, c-format
320 msgid "%s: cannot convert associative to indexed array"
321 msgstr ""
322
323 #: builtins/enable.def:137 builtins/enable.def:145
324 msgid "dynamic loading not available"
325 msgstr "липсва възможност за динамично зареждане"
326
327 #: builtins/enable.def:312
328 #, c-format
329 msgid "cannot open shared object %s: %s"
330 msgstr "споделеният обект %s не може да бъде зареден: %s"
331
332 #: builtins/enable.def:335
333 #, c-format
334 msgid "cannot find %s in shared object %s: %s"
335 msgstr "не може да се открие %s в споделения обект %s: %s"
336
337 #: builtins/enable.def:459
338 #, c-format
339 msgid "%s: not dynamically loaded"
340 msgstr "%s: не е зареден динамично"
341
342 #: builtins/enable.def:474
343 #, c-format
344 msgid "%s: cannot delete: %s"
345 msgstr "%s: не може да се изтрие: %s"
346
347 #: builtins/evalfile.c:135 builtins/hash.def:171 execute_cmd.c:4961
348 #: shell.c:1457
349 #, c-format
350 msgid "%s: is a directory"
351 msgstr "%s: е директория"
352
353 #: builtins/evalfile.c:140
354 #, c-format
355 msgid "%s: not a regular file"
356 msgstr "%s: не е обикновен файл"
357
358 #: builtins/evalfile.c:148
359 #, c-format
360 msgid "%s: file is too large"
361 msgstr "%s: файлът е прекалено голям"
362
363 #: builtins/evalfile.c:182 builtins/evalfile.c:200 execute_cmd.c:5032
364 #: shell.c:1467
365 #, c-format
366 msgid "%s: cannot execute binary file"
367 msgstr "%s: двоичният файл не може да бъде изпълнен"
368
369 #: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
370 #, c-format
371 msgid "%s: cannot execute: %s"
372 msgstr "%s: не може да се изпълни: %s"
373
374 #: builtins/exit.def:65
375 #, c-format
376 msgid "logout\n"
377 msgstr ""
378
379 #: builtins/exit.def:88
380 msgid "not login shell: use `exit'"
381 msgstr "това не е входна обвивка: използвайте „exit“"
382
383 #: builtins/exit.def:120
384 #, c-format
385 msgid "There are stopped jobs.\n"
386 msgstr "Има спрени задачи.\n"
387
388 #: builtins/exit.def:122
389 #, fuzzy, c-format
390 msgid "There are running jobs.\n"
391 msgstr "Има спрени задачи.\n"
392
393 #: builtins/fc.def:262
394 msgid "no command found"
395 msgstr "не е открита команда"
396
397 #: builtins/fc.def:312 builtins/fc.def:359
398 msgid "history specification"
399 msgstr "указване на историята"
400
401 #: builtins/fc.def:380
402 #, c-format
403 msgid "%s: cannot open temp file: %s"
404 msgstr "%s: не може да се отвори временен файл: %s"
405
406 #: builtins/fg_bg.def:149 builtins/jobs.def:282
407 msgid "current"
408 msgstr ""
409
410 #: builtins/fg_bg.def:158
411 #, c-format
412 msgid "job %d started without job control"
413 msgstr "задача %d е стартирана без управление на задачите"
414
415 #: builtins/getopt.c:110
416 #, c-format
417 msgid "%s: illegal option -- %c\n"
418 msgstr "%s: непозволена опция -- %c\n"
419
420 #: builtins/getopt.c:111
421 #, c-format
422 msgid "%s: option requires an argument -- %c\n"
423 msgstr "%s: опцията изисква аргумент -- %c\n"
424
425 #: builtins/hash.def:92
426 msgid "hashing disabled"
427 msgstr "хеширането е изключено"
428
429 #: builtins/hash.def:138
430 #, c-format
431 msgid "%s: hash table empty\n"
432 msgstr "%s: таблицата с хешове е празна\n"
433
434 #: builtins/hash.def:245
435 #, fuzzy, c-format
436 msgid "hits\tcommand\n"
437 msgstr "последна команда: %s\n"
438
439 #: builtins/help.def:130
440 #, fuzzy, c-format
441 msgid "Shell commands matching keyword `"
442 msgid_plural "Shell commands matching keywords `"
443 msgstr[0] "Команди на обвивката, които напасват на ключовата дума „"
444 msgstr[1] "Команди на обвивката, които напасват на ключовата дума „"
445
446 #: builtins/help.def:168
447 #, c-format
448 msgid ""
449 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
450 msgstr ""
451 "няма теми в помощта, които да отговарят на „%s“.  Опитайте с\n"
452 "„help help“, „man -k %s“ или „info %s“."
453
454 #: builtins/help.def:185
455 #, c-format
456 msgid "%s: cannot open: %s"
457 msgstr "%s: не може да се отвори: %s"
458
459 #: builtins/help.def:337
460 #, c-format
461 msgid ""
462 "These shell commands are defined internally.  Type `help' to see this list.\n"
463 "Type `help name' to find out more about the function `name'.\n"
464 "Use `info bash' to find out more about the shell in general.\n"
465 "Use `man -k' or `info' to find out more about commands not in this list.\n"
466 "\n"
467 "A star (*) next to a name means that the command is disabled.\n"
468 "\n"
469 msgstr ""
470 "Тези команди на интерпретатора са дефинирани вътрешно.\n"
471 "Напишете „help“, за да видите списъка.\n"
472 "Напишете „help ИМЕ_НА_ФУНКЦИЯ“ за повече информация за съответната функция.\n"
473 "Напишете „info bash“ за повече информация за обвивката като цяло.\n"
474 "Напишете „man -k“ или „info“ за повече информация за командите извън "
475 "списъка.\n"
476 "\n"
477 "Знакът звездичка „*“ до името на команда означава, че тя е изключена.\n"
478 "\n"
479
480 #: builtins/history.def:154
481 msgid "cannot use more than one of -anrw"
482 msgstr "не може да се ползва едновременно повече от една от опциите -anrw"
483
484 #: builtins/history.def:186
485 msgid "history position"
486 msgstr "позиция в историята"
487
488 #: builtins/history.def:365
489 #, c-format
490 msgid "%s: history expansion failed"
491 msgstr "%s: неуспешно заместване чрез историята"
492
493 #: builtins/inlib.def:71
494 #, fuzzy, c-format
495 msgid "%s: inlib failed"
496 msgstr "%s: неуспешно заместване чрез историята"
497
498 #: builtins/jobs.def:109
499 msgid "no other options allowed with `-x'"
500 msgstr "не е позволена друга опция с „-x“"
501
502 #: builtins/kill.def:198
503 #, c-format
504 msgid "%s: arguments must be process or job IDs"
505 msgstr "%s: аргументите трябва да са идентификатори на процеси или задачи"
506
507 #: builtins/kill.def:261
508 msgid "Unknown error"
509 msgstr "Неизвестна грешка"
510
511 #: builtins/let.def:95 builtins/let.def:120 expr.c:552 expr.c:567
512 msgid "expression expected"
513 msgstr "очаква се израз"
514
515 #: builtins/mapfile.def:172
516 #, fuzzy, c-format
517 msgid "%s: not an indexed array"
518 msgstr "%s: не е променлива за масив"
519
520 #: builtins/mapfile.def:256 builtins/read.def:279
521 #, c-format
522 msgid "%s: invalid file descriptor specification"
523 msgstr "%s: грешно указване на файловия дескриптор"
524
525 #: builtins/mapfile.def:264 builtins/read.def:286
526 #, c-format
527 msgid "%d: invalid file descriptor: %s"
528 msgstr "%d: грешен файлов дескриптор: %s"
529
530 #: builtins/mapfile.def:273 builtins/mapfile.def:311
531 #, fuzzy, c-format
532 msgid "%s: invalid line count"
533 msgstr "%s: грешна опция"
534
535 #: builtins/mapfile.def:284
536 #, fuzzy, c-format
537 msgid "%s: invalid array origin"
538 msgstr "%s: грешна опция"
539
540 #: builtins/mapfile.def:301
541 #, fuzzy, c-format
542 msgid "%s: invalid callback quantum"
543 msgstr "%s: грешно име на действие"
544
545 #: builtins/mapfile.def:333
546 #, fuzzy
547 msgid "empty array variable name"
548 msgstr "%s: не е променлива за масив"
549
550 #: builtins/mapfile.def:354
551 msgid "array variable support required"
552 msgstr ""
553
554 #: builtins/printf.def:394
555 #, c-format
556 msgid "`%s': missing format character"
557 msgstr "„%s“: липсва форматиращ знак"
558
559 #: builtins/printf.def:448
560 #, fuzzy, c-format
561 msgid "`%c': invalid time format specification"
562 msgstr "%s: грешно указване на изтичането на времето"
563
564 #: builtins/printf.def:635
565 #, c-format
566 msgid "`%c': invalid format character"
567 msgstr "„%c“: грешен форматиращ знак"
568
569 #: builtins/printf.def:662
570 #, fuzzy, c-format
571 msgid "warning: %s: %s"
572 msgstr "%s: предупреждение: "
573
574 #: builtins/printf.def:840
575 msgid "missing hex digit for \\x"
576 msgstr "липсва шестнадесетична цифра за \\x"
577
578 #: builtins/printf.def:855
579 #, fuzzy, c-format
580 msgid "missing unicode digit for \\%c"
581 msgstr "липсва шестнадесетична цифра за \\x"
582
583 #: builtins/pushd.def:195
584 msgid "no other directory"
585 msgstr "няма друга директория"
586
587 #: builtins/pushd.def:462
588 msgid "<no current directory>"
589 msgstr "«няма текуща директория»"
590
591 #: builtins/pushd.def:506
592 msgid "directory stack empty"
593 msgstr ""
594
595 #: builtins/pushd.def:508
596 #, fuzzy
597 msgid "directory stack index"
598 msgstr "отрицателно препълване на стека за рекурсии"
599
600 #: builtins/pushd.def:683
601 #, fuzzy
602 msgid ""
603 "Display the list of currently remembered directories.  Directories\n"
604 "    find their way onto the list with the `pushd' command; you can get\n"
605 "    back up through the list with the `popd' command.\n"
606 "    \n"
607 "    Options:\n"
608 "      -c\tclear the directory stack by deleting all of the elements\n"
609 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
610 "    \tto your home directory\n"
611 "      -p\tprint the directory stack with one entry per line\n"
612 "      -v\tprint the directory stack with one entry per line prefixed\n"
613 "    \twith its position in the stack\n"
614 "    \n"
615 "    Arguments:\n"
616 "      +N\tDisplays the Nth entry counting from the left of the list shown "
617 "by\n"
618 "    \tdirs when invoked without options, starting with zero.\n"
619 "    \n"
620 "      -N\tDisplays the Nth entry counting from the right of the list shown "
621 "by\n"
622 "\tdirs when invoked without options, starting with zero."
623 msgstr ""
624 " Показва списъка с текущо запомнените директории.  Списъкът се попълва чрез\n"
625 "    командата „pushd“.  Можете да вадите директории от списъка с командата\n"
626 "    „popd“.\n"
627 "    \n"
628 "    Опцията „-l“ кара командата „dirs“ да извежда пълните имена на "
629 "директориите,\n"
630 "    а не съкратените спрямо домашната директория имена.  Това означава, че\n"
631 "    „~/bin“ може да се покаже като „/homes/pesho/bin“.  Опцията „-v“ води "
632 "до\n"
633 "    отпечатване на стека на директориите, като всеки елемент се извежда на "
634 "нов\n"
635 "    ред и се предхожда от номера си в стека.  Опцията „-p“ също води до "
636 "поредово\n"
637 "    отпечатване, но без поредния номер в стека.  Опцията „-c“ изчиства стека "
638 "на\n"
639 "    директориите като изтрива всички елементи.\n"
640 "    \n"
641 "    +N  показва N-тия елемент отляво в списъка показван от\n"
642 "        командата „dirs“, когато е стартирана без опции.  Брои се от 0.\n"
643 "    \n"
644 "    -N  показва N-тия елемент отдясно в списъка показван от\n"
645 "        командата „dirs“, когато е стартирана без опции.  Брои се от 0."
646
647 #: builtins/pushd.def:705
648 #, fuzzy
649 msgid ""
650 "Adds a directory to the top of the directory stack, or rotates\n"
651 "    the stack, making the new top of the stack the current working\n"
652 "    directory.  With no arguments, exchanges the top two directories.\n"
653 "    \n"
654 "    Options:\n"
655 "      -n\tSuppresses the normal change of directory when adding\n"
656 "    \tdirectories to the stack, so only the stack is manipulated.\n"
657 "    \n"
658 "    Arguments:\n"
659 "      +N\tRotates the stack so that the Nth directory (counting\n"
660 "    \tfrom the left of the list shown by `dirs', starting with\n"
661 "    \tzero) is at the top.\n"
662 "    \n"
663 "      -N\tRotates the stack so that the Nth directory (counting\n"
664 "    \tfrom the right of the list shown by `dirs', starting with\n"
665 "    \tzero) is at the top.\n"
666 "    \n"
667 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
668 "    \tnew current working directory.\n"
669 "    \n"
670 "    The `dirs' builtin displays the directory stack."
671 msgstr ""
672 " Добавя директория в стека на директориите или превърта стека\n"
673 "    като най-горна директория става текущата директория.  Без\n"
674 "    аргументи сменя най-горните две директории.\n"
675 "    \n"
676 "    +N  Превърта стека, така че N-тата директория (като се брои\n"
677 "     от лявата страна на списъка, показан от командата „dirs“\n"
678 "     като се почва от 0) да е най-отгоре.\n"
679 "    \n"
680 "    -N  Превърта стека, така че N-тата директория (като се брои\n"
681 "     от дясната страна на списъка, показан от командата „dirs“\n"
682 "     като се почва от 0) да е най-отгоре.\n"
683 "    \n"
684 "    -n  подтискане на нормалното преминаване към директория при\n"
685 "    добавянето на директории към стека, така че се променя само той.\n"
686 "\n"
687 "    dir  добавя ДИР най-отгоре в стека на директориите, като я прави\n"
688 "    новата текуща работна директория.\n"
689 "    \n"
690 "    Можете да изведете стека на директорията с командата „dirs“."
691
692 #: builtins/pushd.def:730
693 #, fuzzy
694 msgid ""
695 "Removes entries from the directory stack.  With no arguments, removes\n"
696 "    the top directory from the stack, and changes to the new top directory.\n"
697 "    \n"
698 "    Options:\n"
699 "      -n\tSuppresses the normal change of directory when removing\n"
700 "    \tdirectories from the stack, so only the stack is manipulated.\n"
701 "    \n"
702 "    Arguments:\n"
703 "      +N\tRemoves the Nth entry counting from the left of the list\n"
704 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
705 "    \tremoves the first directory, `popd +1' the second.\n"
706 "    \n"
707 "      -N\tRemoves the Nth entry counting from the right of the list\n"
708 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
709 "    \tremoves the last directory, `popd -1' the next to last.\n"
710 "    \n"
711 "    The `dirs' builtin displays the directory stack."
712 msgstr ""
713 " Маха директории от стека с тях. Без аргументи\n"
714 "    премахва последната директория в стека и влиза в новата\n"
715 "    последна директория.\n"
716 "    \n"
717 "    +N  премахва N-тия елемент като се брои отляво в списъка\n"
718 "        показван от командата „dirs“, като се брои от 0.  Напр.: „popd +0“\n"
719 "        премахва първата директория, „popd +1“ - втората.\n"
720 "\n"
721 "    -N  премахва N-тия елемент като се брои отдясно в списъка\n"
722 "        показван от командата „dirs“, като се брои от 0.  Напр.: „popd -0“\n"
723 "        премахва последната директория, „popd -1“ - предпоследната.\n"
724 "\n"
725 "    -n  подтискане на нормалното преминаване към директория при добавянето "
726 "на\n"
727 "        директории към стека, така че се променя само той.\n"
728 "\n"
729 "    Стекът с директориите се визуализира с командата „dirs“."
730
731 #: builtins/read.def:252
732 #, c-format
733 msgid "%s: invalid timeout specification"
734 msgstr "%s: грешно указване на изтичането на времето"
735
736 #: builtins/read.def:588
737 #, c-format
738 msgid "read error: %d: %s"
739 msgstr "грешка при четене: %d: %s"
740
741 #: builtins/return.def:73
742 msgid "can only `return' from a function or sourced script"
743 msgstr ""
744 "„return“ е възможен само от функция или изпълнен в текущата обвивка скрипт"
745
746 #: builtins/set.def:771
747 msgid "cannot simultaneously unset a function and a variable"
748 msgstr ""
749 "не може едновременно да се премахват задаванията на функция и променлива"
750
751 #: builtins/set.def:808
752 #, c-format
753 msgid "%s: cannot unset"
754 msgstr "%s: не може да се премахне"
755
756 #: builtins/set.def:815
757 #, c-format
758 msgid "%s: cannot unset: readonly %s"
759 msgstr "%s: не може да се премахне: %s е само за четене"
760
761 #: builtins/set.def:826
762 #, c-format
763 msgid "%s: not an array variable"
764 msgstr "%s: не е променлива за масив"
765
766 #: builtins/setattr.def:186
767 #, c-format
768 msgid "%s: not a function"
769 msgstr "%s: не е функция"
770
771 #: builtins/shift.def:71 builtins/shift.def:77
772 msgid "shift count"
773 msgstr "брой на преместванията"
774
775 #: builtins/shopt.def:264
776 msgid "cannot set and unset shell options simultaneously"
777 msgstr ""
778 "не може едновременно да се задават и да се премахват опции на обвивката"
779
780 #: builtins/shopt.def:329
781 #, c-format
782 msgid "%s: invalid shell option name"
783 msgstr "%s: грешно име на опция на обвивката"
784
785 #: builtins/source.def:130
786 msgid "filename argument required"
787 msgstr "изисква се аргумент име на файл"
788
789 #: builtins/source.def:155
790 #, c-format
791 msgid "%s: file not found"
792 msgstr "%s: файлът не е открит"
793
794 #: builtins/suspend.def:101
795 msgid "cannot suspend"
796 msgstr "не може да бъде временно спряна"
797
798 #: builtins/suspend.def:111
799 msgid "cannot suspend a login shell"
800 msgstr "входната обвивка не може да бъде временно спряна"
801
802 #: builtins/type.def:234
803 #, c-format
804 msgid "%s is aliased to `%s'\n"
805 msgstr "%s е синоним на „%s“\n"
806
807 #: builtins/type.def:255
808 #, c-format
809 msgid "%s is a shell keyword\n"
810 msgstr "%s в ключова дума на обвивката\n"
811
812 #: builtins/type.def:274
813 #, c-format
814 msgid "%s is a function\n"
815 msgstr "%s е функция\n"
816
817 #: builtins/type.def:296
818 #, c-format
819 msgid "%s is a shell builtin\n"
820 msgstr "%s е вградена команда в обвивката\n"
821
822 #: builtins/type.def:317 builtins/type.def:391
823 #, c-format
824 msgid "%s is %s\n"
825 msgstr "%s е %s\n"
826
827 #: builtins/type.def:337
828 #, c-format
829 msgid "%s is hashed (%s)\n"
830 msgstr "%s е хеширан (%s)\n"
831
832 #: builtins/ulimit.def:376
833 #, c-format
834 msgid "%s: invalid limit argument"
835 msgstr "%s: неправилен аргумент за ограничение"
836
837 #: builtins/ulimit.def:402
838 #, c-format
839 msgid "`%c': bad command"
840 msgstr "„%c“: неправилна команда"
841
842 #: builtins/ulimit.def:431
843 #, c-format
844 msgid "%s: cannot get limit: %s"
845 msgstr "%s: ограничението не може да бъде получено: %s"
846
847 #: builtins/ulimit.def:457
848 msgid "limit"
849 msgstr ""
850
851 #: builtins/ulimit.def:469 builtins/ulimit.def:769
852 #, c-format
853 msgid "%s: cannot modify limit: %s"
854 msgstr "%s: ограничението не може да бъде променено: %s"
855
856 #: builtins/umask.def:118
857 msgid "octal number"
858 msgstr "осмично число"
859
860 #: builtins/umask.def:231
861 #, c-format
862 msgid "`%c': invalid symbolic mode operator"
863 msgstr "„%c“: неправилен оператор за описателен режим"
864
865 #: builtins/umask.def:286
866 #, c-format
867 msgid "`%c': invalid symbolic mode character"
868 msgstr "„%c“: неправилен знак за описателен режим"
869
870 #: error.c:90 error.c:321 error.c:323 error.c:325
871 msgid " line "
872 msgstr ""
873
874 #: error.c:165
875 #, c-format
876 msgid "last command: %s\n"
877 msgstr "последна команда: %s\n"
878
879 #: error.c:173
880 #, c-format
881 msgid "Aborting..."
882 msgstr "Преустановяване…"
883
884 #: error.c:406
885 msgid "unknown command error"
886 msgstr "неизвестна грешка в команда"
887
888 #: error.c:407
889 msgid "bad command type"
890 msgstr "неправилен вид команда"
891
892 #: error.c:408
893 msgid "bad connector"
894 msgstr "лоша връзка"
895
896 #: error.c:409
897 msgid "bad jump"
898 msgstr "неправилен преход"
899
900 #: error.c:447
901 #, c-format
902 msgid "%s: unbound variable"
903 msgstr "%s: променлива без стойност"
904
905 #: eval.c:181
906 #, c-format
907 msgid "\atimed out waiting for input: auto-logout\n"
908 msgstr ""
909 "^Gвремето за изчакване на вход изтече: следва автоматично излизане от "
910 "системата\n"
911
912 #: execute_cmd.c:504
913 #, c-format
914 msgid "cannot redirect standard input from /dev/null: %s"
915 msgstr "стандартният вход от /dev/null не може да бъде пренасочен: %s"
916
917 #: execute_cmd.c:1168
918 #, c-format
919 msgid "TIMEFORMAT: `%c': invalid format character"
920 msgstr "в променливата $TIMEFORMAT: „%c“: грешен форматиращ знак"
921
922 #: execute_cmd.c:2121
923 #, fuzzy
924 msgid "pipe error"
925 msgstr "грешка при запис: %s"
926
927 #: execute_cmd.c:4640
928 #, c-format
929 msgid "%s: restricted: cannot specify `/' in command names"
930 msgstr ""
931 "%s: ограничение: в имената на командите не може да присъства знакът „/“"
932
933 #: execute_cmd.c:4735
934 #, c-format
935 msgid "%s: command not found"
936 msgstr "%s: командата не е открита"
937
938 #: execute_cmd.c:4959
939 #, fuzzy, c-format
940 msgid "%s: %s"
941 msgstr "%s е %s\n"
942
943 #: execute_cmd.c:4995
944 #, c-format
945 msgid "%s: %s: bad interpreter"
946 msgstr "%s: %s: лош интерпретатор"
947
948 #: execute_cmd.c:5144
949 #, c-format
950 msgid "cannot duplicate fd %d to fd %d"
951 msgstr "файловият дескриптор %d не може да се дублира като дескриптор %d"
952
953 #: expr.c:256
954 msgid "expression recursion level exceeded"
955 msgstr "максималният брой нива за рекурсия в израз бяха преминати"
956
957 #: expr.c:280
958 msgid "recursion stack underflow"
959 msgstr "отрицателно препълване на стека за рекурсии"
960
961 #: expr.c:422
962 msgid "syntax error in expression"
963 msgstr "синтактична грешка в израз"
964
965 #: expr.c:463
966 msgid "attempted assignment to non-variable"
967 msgstr "опит за присвояване на стойност на нещо, което не е променлива"
968
969 #: expr.c:486 expr.c:491 expr.c:807
970 msgid "division by 0"
971 msgstr "деление на 0"
972
973 #: expr.c:517
974 msgid "bug: bad expassign token"
975 msgstr "програмна грешка: неправилна лексема за присвояване на израз"
976
977 #: expr.c:564
978 msgid "`:' expected for conditional expression"
979 msgstr "за условен израз се изисква „:“"
980
981 #: expr.c:832
982 msgid "exponent less than 0"
983 msgstr "степента е по-малка от 0"
984
985 #: expr.c:887
986 msgid "identifier expected after pre-increment or pre-decrement"
987 msgstr "очаква се идентификатор след предварително увеличаване или намаляване"
988
989 #: expr.c:910
990 msgid "missing `)'"
991 msgstr "липсва „)“"
992
993 #: expr.c:959 expr.c:1282
994 msgid "syntax error: operand expected"
995 msgstr "синтактична грешка: очаква се оператор"
996
997 #: expr.c:1284
998 #, fuzzy
999 msgid "syntax error: invalid arithmetic operator"
1000 msgstr "синтактична грешка: изисква се аритметичен израз"
1001
1002 #: expr.c:1308
1003 #, c-format
1004 msgid "%s%s%s: %s (error token is \"%s\")"
1005 msgstr ""
1006
1007 #: expr.c:1366
1008 msgid "invalid arithmetic base"
1009 msgstr "грешна аритметична основа на бройна система"
1010
1011 #: expr.c:1386
1012 msgid "value too great for base"
1013 msgstr "стойността е прекалено голяма за основата"
1014
1015 #: expr.c:1435
1016 #, fuzzy, c-format
1017 msgid "%s: expression error\n"
1018 msgstr "%s: очаква се целочислен израз"
1019
1020 #: general.c:61
1021 msgid "getcwd: cannot access parent directories"
1022 msgstr "getcwd: родителските директории не могат да бъдат достъпени"
1023
1024 #: input.c:94 subst.c:5082
1025 #, c-format
1026 msgid "cannot reset nodelay mode for fd %d"
1027 msgstr "не може да се изчисти режимът без забавяне на файловия дескриптор %d"
1028
1029 #: input.c:260
1030 #, c-format
1031 msgid "cannot allocate new file descriptor for bash input from fd %d"
1032 msgstr ""
1033 "не може да се задели нов файлов дескриптор за вход на bash от дескриптор %d"
1034
1035 #: input.c:268
1036 #, c-format
1037 msgid "save_bash_input: buffer already exists for new fd %d"
1038 msgstr ""
1039 "запазване на входа на bash: вече съществува буфер за новия файлов дескриптор "
1040 "%d"
1041
1042 #: jobs.c:468
1043 msgid "start_pipeline: pgrp pipe"
1044 msgstr ""
1045
1046 #: jobs.c:889
1047 #, c-format
1048 msgid "forked pid %d appears in running job %d"
1049 msgstr ""
1050
1051 #: jobs.c:1007
1052 #, c-format
1053 msgid "deleting stopped job %d with process group %ld"
1054 msgstr "изтриване на спряната задача %d в групата процеси %ld"
1055
1056 #: jobs.c:1112
1057 #, c-format
1058 msgid "add_process: process %5ld (%s) in the_pipeline"
1059 msgstr ""
1060
1061 #: jobs.c:1115
1062 #, c-format
1063 msgid "add_process: pid %5ld (%s) marked as still alive"
1064 msgstr ""
1065
1066 #: jobs.c:1430
1067 #, c-format
1068 msgid "describe_pid: %ld: no such pid"
1069 msgstr ""
1070 "описателен идентификатор на процес: %ld: няма такъв идентификатор на процес"
1071
1072 #: jobs.c:1445
1073 #, c-format
1074 msgid "Signal %d"
1075 msgstr ""
1076
1077 #: jobs.c:1459 jobs.c:1484
1078 msgid "Done"
1079 msgstr ""
1080
1081 #: jobs.c:1464 siglist.c:123
1082 msgid "Stopped"
1083 msgstr ""
1084
1085 #: jobs.c:1468
1086 #, c-format
1087 msgid "Stopped(%s)"
1088 msgstr ""
1089
1090 #: jobs.c:1472
1091 msgid "Running"
1092 msgstr ""
1093
1094 #: jobs.c:1486
1095 #, c-format
1096 msgid "Done(%d)"
1097 msgstr ""
1098
1099 #: jobs.c:1488
1100 #, c-format
1101 msgid "Exit %d"
1102 msgstr ""
1103
1104 #: jobs.c:1491
1105 msgid "Unknown status"
1106 msgstr ""
1107
1108 #: jobs.c:1578
1109 #, c-format
1110 msgid "(core dumped) "
1111 msgstr ""
1112
1113 #: jobs.c:1597
1114 #, c-format
1115 msgid "  (wd: %s)"
1116 msgstr ""
1117
1118 #: jobs.c:1805
1119 #, c-format
1120 msgid "child setpgid (%ld to %ld)"
1121 msgstr ""
1122
1123 #: jobs.c:2133 nojobs.c:585
1124 #, c-format
1125 msgid "wait: pid %ld is not a child of this shell"
1126 msgstr "изчакване: процесът с идентификатор %ld не е дъщерен на тази обвивка"
1127
1128 #: jobs.c:2360
1129 #, c-format
1130 msgid "wait_for: No record of process %ld"
1131 msgstr "изчакване: липсват данни за процес с идентификатор %ld"
1132
1133 #: jobs.c:2637
1134 #, c-format
1135 msgid "wait_for_job: job %d is stopped"
1136 msgstr "изчакване на задача: задачата %d е спряна"
1137
1138 #: jobs.c:2859
1139 #, c-format
1140 msgid "%s: job has terminated"
1141 msgstr "%s: задачата е приключила"
1142
1143 #: jobs.c:2868
1144 #, c-format
1145 msgid "%s: job %d already in background"
1146 msgstr "%s: задача %d вече е във фонов режим"
1147
1148 #: jobs.c:3089
1149 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1150 msgstr ""
1151
1152 #: jobs.c:3538
1153 #, fuzzy, c-format
1154 msgid "%s: line %d: "
1155 msgstr "%s: предупреждение: "
1156
1157 #: jobs.c:3552 nojobs.c:814
1158 #, c-format
1159 msgid " (core dumped)"
1160 msgstr ""
1161
1162 #: jobs.c:3564 jobs.c:3577
1163 #, c-format
1164 msgid "(wd now: %s)\n"
1165 msgstr ""
1166
1167 #: jobs.c:3609
1168 msgid "initialize_job_control: getpgrp failed"
1169 msgstr ""
1170
1171 #: jobs.c:3669
1172 msgid "initialize_job_control: line discipline"
1173 msgstr ""
1174
1175 #: jobs.c:3679
1176 msgid "initialize_job_control: setpgid"
1177 msgstr ""
1178
1179 #: jobs.c:3707
1180 #, c-format
1181 msgid "cannot set terminal process group (%d)"
1182 msgstr ""
1183
1184 #: jobs.c:3712
1185 msgid "no job control in this shell"
1186 msgstr "в тази обвивка няма управление на задачите"
1187
1188 #: lib/malloc/malloc.c:296
1189 #, c-format
1190 msgid "malloc: failed assertion: %s\n"
1191 msgstr "заделяне на памет: грешно предположение: %s\n"
1192
1193 #: lib/malloc/malloc.c:312
1194 #, c-format
1195 msgid ""
1196 "\r\n"
1197 "malloc: %s:%d: assertion botched\r\n"
1198 msgstr ""
1199 "\r\n"
1200 "заделяне на памет: %s:%d: предположението е отпечатано\r\n"
1201
1202 #: lib/malloc/malloc.c:313
1203 #, fuzzy
1204 msgid "unknown"
1205 msgstr "%s: непознат хост"
1206
1207 #: lib/malloc/malloc.c:797
1208 msgid "malloc: block on free list clobbered"
1209 msgstr ""
1210 "заделяне на памет: блок в списъка със свободни блокове е зает или неподходящ"
1211
1212 #: lib/malloc/malloc.c:874
1213 msgid "free: called with already freed block argument"
1214 msgstr ""
1215 "изчистване на памет: извикано е с блоков аргумент, който вече е изчистен"
1216
1217 #: lib/malloc/malloc.c:877
1218 msgid "free: called with unallocated block argument"
1219 msgstr "изчистване на памет: извикано е с незаделен блоков аргумент"
1220
1221 #: lib/malloc/malloc.c:896
1222 msgid "free: underflow detected; mh_nbytes out of range"
1223 msgstr ""
1224 "изчистване на памет: открито е отрицателно препълване с mh_nbytes извън\n"
1225 "допустимия диапазон"
1226
1227 #: lib/malloc/malloc.c:902
1228 msgid "free: start and end chunk sizes differ"
1229 msgstr ""
1230 "изчистване на памет: късовете на началната и крайната области се различават"
1231
1232 #: lib/malloc/malloc.c:1001
1233 msgid "realloc: called with unallocated block argument"
1234 msgstr "презаделяне: извикано е с аргумент с незаделен блок"
1235
1236 #: lib/malloc/malloc.c:1016
1237 msgid "realloc: underflow detected; mh_nbytes out of range"
1238 msgstr ""
1239 "презаделяне: открито е отрицателно препълване с mh_nbytes извън допустимия\n"
1240 "диапазон"
1241
1242 #: lib/malloc/malloc.c:1022
1243 msgid "realloc: start and end chunk sizes differ"
1244 msgstr "презаделяне: късовете на началната и крайната области се различават"
1245
1246 #: lib/malloc/table.c:177
1247 #, c-format
1248 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1249 msgstr ""
1250 "регистриране на презаделяне: таблицата за заделянията е пълна с FIND_ALLOC?\n"
1251
1252 #: lib/malloc/table.c:184
1253 #, c-format
1254 msgid "register_alloc: %p already in table as allocated?\n"
1255 msgstr "регистриране на презаделяне: %p вече е в таблицата като заделен?\n"
1256
1257 #: lib/malloc/table.c:220
1258 #, c-format
1259 msgid "register_free: %p already in table as free?\n"
1260 msgstr "регистриране на свободни: %p вече е в таблицата като свободен?\n"
1261
1262 #: lib/sh/fmtulong.c:101
1263 msgid "invalid base"
1264 msgstr "грешна основа на бройна система"
1265
1266 #: lib/sh/netopen.c:168
1267 #, c-format
1268 msgid "%s: host unknown"
1269 msgstr "%s: непознат хост"
1270
1271 #: lib/sh/netopen.c:175
1272 #, c-format
1273 msgid "%s: invalid service"
1274 msgstr "%s: неправилна услуга"
1275
1276 #: lib/sh/netopen.c:306
1277 #, c-format
1278 msgid "%s: bad network path specification"
1279 msgstr "%s: неправилно указан мрежов път"
1280
1281 #: lib/sh/netopen.c:346
1282 msgid "network operations not supported"
1283 msgstr "не се поддържат мрежови операции"
1284
1285 #: locale.c:192
1286 #, c-format
1287 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1288 msgstr ""
1289
1290 #: locale.c:194
1291 #, c-format
1292 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1293 msgstr ""
1294
1295 #: locale.c:247
1296 #, fuzzy, c-format
1297 msgid "setlocale: %s: cannot change locale (%s)"
1298 msgstr "презаделяне на памет: %s:%d: %lu байта не могат да се заделят"
1299
1300 #: locale.c:249
1301 #, fuzzy, c-format
1302 msgid "setlocale: %s: cannot change locale (%s): %s"
1303 msgstr "презаделяне на памет: %s:%d: %lu байта не могат да се заделят"
1304
1305 #: mailcheck.c:433
1306 msgid "You have mail in $_"
1307 msgstr "Имате поща в $_"
1308
1309 #: mailcheck.c:458
1310 msgid "You have new mail in $_"
1311 msgstr "Имате нова поща в $_"
1312
1313 #: mailcheck.c:474
1314 #, c-format
1315 msgid "The mail in %s has been read\n"
1316 msgstr "Пощата в %s вече е прочетена\n"
1317
1318 #: make_cmd.c:323
1319 msgid "syntax error: arithmetic expression required"
1320 msgstr "синтактична грешка: изисква се аритметичен израз"
1321
1322 #: make_cmd.c:325
1323 msgid "syntax error: `;' unexpected"
1324 msgstr "синтактична грешка: неочакван знак „;“"
1325
1326 #: make_cmd.c:326
1327 #, c-format
1328 msgid "syntax error: `((%s))'"
1329 msgstr "синтактична грешка: „((%s))“"
1330
1331 #: make_cmd.c:575
1332 #, c-format
1333 msgid "make_here_document: bad instruction type %d"
1334 msgstr "вътрешен документ с „<<“: неправилен вид инструкция %d"
1335
1336 #: make_cmd.c:659
1337 #, c-format
1338 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1339 msgstr ""
1340
1341 #: make_cmd.c:756
1342 #, c-format
1343 msgid "make_redirection: redirection instruction `%d' out of range"
1344 msgstr ""
1345 "пренасочване: инструкцията за пренасочване „%d“ е извън допустимия диапазон"
1346
1347 #: parse.y:3173 parse.y:3444
1348 #, c-format
1349 msgid "unexpected EOF while looking for matching `%c'"
1350 msgstr ""
1351 "неочакван знак за край на файл „EOF“, а се очакваше съответстващ знак „%c“"
1352
1353 #: parse.y:4025
1354 msgid "unexpected EOF while looking for `]]'"
1355 msgstr "неочакван знак за край на файл „EOF“, а се очакваше „]]“"
1356
1357 #: parse.y:4030
1358 #, c-format
1359 msgid "syntax error in conditional expression: unexpected token `%s'"
1360 msgstr "синтактична грешка в условен израз: неочаквана лексема „%s“"
1361
1362 #: parse.y:4034
1363 msgid "syntax error in conditional expression"
1364 msgstr "синтактична грешка в условен израз"
1365
1366 #: parse.y:4112
1367 #, c-format
1368 msgid "unexpected token `%s', expected `)'"
1369 msgstr "неочаквана лексема „%s“, а се очакваше знакът „)“"
1370
1371 #: parse.y:4116
1372 msgid "expected `)'"
1373 msgstr "очакваше се „)“"
1374
1375 #: parse.y:4144
1376 #, c-format
1377 msgid "unexpected argument `%s' to conditional unary operator"
1378 msgstr "неочакван аргумент „%s“ за унарен условен оператор"
1379
1380 #: parse.y:4148
1381 msgid "unexpected argument to conditional unary operator"
1382 msgstr "неочакван аргумент за унарен условен оператор"
1383
1384 #: parse.y:4194
1385 #, c-format
1386 msgid "unexpected token `%s', conditional binary operator expected"
1387 msgstr "неочаквана лексема „%s“, очакваше се бинарен условен оператор"
1388
1389 #: parse.y:4198
1390 msgid "conditional binary operator expected"
1391 msgstr "очакваше се бинарен условен оператор"
1392
1393 #: parse.y:4220
1394 #, c-format
1395 msgid "unexpected argument `%s' to conditional binary operator"
1396 msgstr "неочакван аргумент „%s“ за бинарен условен оператор"
1397
1398 #: parse.y:4224
1399 msgid "unexpected argument to conditional binary operator"
1400 msgstr "неочакван аргумент за бинарен условен оператор"
1401
1402 #: parse.y:4235
1403 #, c-format
1404 msgid "unexpected token `%c' in conditional command"
1405 msgstr "неочаквана лексема „%c“ в условна команда"
1406
1407 #: parse.y:4238
1408 #, c-format
1409 msgid "unexpected token `%s' in conditional command"
1410 msgstr "неочаквана лексема „%s“ в условна команда"
1411
1412 #: parse.y:4242
1413 #, c-format
1414 msgid "unexpected token %d in conditional command"
1415 msgstr "неочаквана лексема %d в условна команда"
1416
1417 #: parse.y:5566
1418 #, c-format
1419 msgid "syntax error near unexpected token `%s'"
1420 msgstr "синтактична грешка в близост до неочакваната лексема „%s“"
1421
1422 #: parse.y:5584
1423 #, c-format
1424 msgid "syntax error near `%s'"
1425 msgstr "синтактична грешка в близост до „%s“"
1426
1427 #: parse.y:5594
1428 msgid "syntax error: unexpected end of file"
1429 msgstr "синтактична грешка: неочакван край на файл"
1430
1431 #: parse.y:5594
1432 msgid "syntax error"
1433 msgstr "синтактична грешка"
1434
1435 #: parse.y:5656
1436 #, c-format
1437 msgid "Use \"%s\" to leave the shell.\n"
1438 msgstr "Използвайте „%s“, за да излезете от обвивката.\n"
1439
1440 #: parse.y:5818
1441 msgid "unexpected EOF while looking for matching `)'"
1442 msgstr "неочакван знак за край на файл „EOF“, очакваше се знакът „)“"
1443
1444 #: pcomplete.c:1030
1445 #, c-format
1446 msgid "completion: function `%s' not found"
1447 msgstr "дописване: функцията „%s“ не е открита"
1448
1449 #: pcomplib.c:182
1450 #, c-format
1451 msgid "progcomp_insert: %s: NULL COMPSPEC"
1452 msgstr ""
1453 "вмъкване на завършване на команда: %s указване на команда, което е NULL"
1454
1455 #: print_cmd.c:296
1456 #, c-format
1457 msgid "print_command: bad connector `%d'"
1458 msgstr "команда за печат: лош конектор „%d“"
1459
1460 #: print_cmd.c:368
1461 #, fuzzy, c-format
1462 msgid "xtrace_set: %d: invalid file descriptor"
1463 msgstr "%d: грешен файлов дескриптор: %s"
1464
1465 #: print_cmd.c:373
1466 msgid "xtrace_set: NULL file pointer"
1467 msgstr ""
1468
1469 #: print_cmd.c:377
1470 #, c-format
1471 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1472 msgstr ""
1473
1474 #: print_cmd.c:1478
1475 #, c-format
1476 msgid "cprintf: `%c': invalid format character"
1477 msgstr "отпечатване: „%c“: неправилен форматиращ знак"
1478
1479 #: redir.c:122
1480 msgid "file descriptor out of range"
1481 msgstr "файловият дескриптор е извън допустимия диапазон"
1482
1483 #: redir.c:178
1484 #, c-format
1485 msgid "%s: ambiguous redirect"
1486 msgstr "%s: двусмислено пренасочване"
1487
1488 #: redir.c:182
1489 #, c-format
1490 msgid "%s: cannot overwrite existing file"
1491 msgstr "%s: не може да се презапише съществуващ файл"
1492
1493 #: redir.c:187
1494 #, c-format
1495 msgid "%s: restricted: cannot redirect output"
1496 msgstr "%s: поради ограничение изходът не може да се пренасочи"
1497
1498 #: redir.c:192
1499 #, fuzzy, c-format
1500 msgid "cannot create temp file for here-document: %s"
1501 msgstr "не може да се създаде временен файл за вътрешен документ с „<<“: %s"
1502
1503 #: redir.c:196
1504 #, fuzzy, c-format
1505 msgid "%s: cannot assign fd to variable"
1506 msgstr "%s: на член от масив не може да се присвои списък"
1507
1508 #: redir.c:548
1509 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1510 msgstr "/dev/(tcp|udp)/host/port не се поддържа, ако няма поддръжка на мрежа"
1511
1512 #: redir.c:818 redir.c:930 redir.c:993 redir.c:1136
1513 msgid "redirection error: cannot duplicate fd"
1514 msgstr "грешка при пренасочване: файловият дескриптор не може да бъде дублиран"
1515
1516 #: shell.c:333
1517 msgid "could not find /tmp, please create!"
1518 msgstr "не е открита директорията /tmp. Създайте я!"
1519
1520 #: shell.c:337
1521 msgid "/tmp must be a valid directory name"
1522 msgstr "/tmp трябва да е директория"
1523
1524 #: shell.c:884
1525 #, c-format
1526 msgid "%c%c: invalid option"
1527 msgstr "%c%c: неправилна опция"
1528
1529 #: shell.c:1652
1530 msgid "I have no name!"
1531 msgstr "Не може да се получи името на текущия потребител!"
1532
1533 #: shell.c:1795
1534 #, c-format
1535 msgid "GNU bash, version %s-(%s)\n"
1536 msgstr ""
1537
1538 #: shell.c:1796
1539 #, c-format
1540 msgid ""
1541 "Usage:\t%s [GNU long option] [option] ...\n"
1542 "\t%s [GNU long option] [option] script-file ...\n"
1543 msgstr ""
1544 "Употреба:    %s [дълга опция на GNU] [опция] …\n"
1545 "             %s [дълга опция на GNU] [опция] файл-скрипт …\n"
1546
1547 #: shell.c:1798
1548 msgid "GNU long options:\n"
1549 msgstr "Дълги опции на GNU:\n"
1550
1551 #: shell.c:1802
1552 msgid "Shell options:\n"
1553 msgstr "Опции на обвивката:\n"
1554
1555 #: shell.c:1803
1556 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1557 msgstr ""
1558 "    -irsD или -c команда, или -O къса_опция        (само при стартиране)\n"
1559
1560 #: shell.c:1818
1561 #, c-format
1562 msgid "\t-%s or -o option\n"
1563 msgstr "    -%s или -o опция\n"
1564
1565 #: shell.c:1824
1566 #, c-format
1567 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1568 msgstr ""
1569 "За повече информация за опциите на обвивката въведете „%s -c \"help set\"“.\n"
1570
1571 #: shell.c:1825
1572 #, c-format
1573 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1574 msgstr ""
1575 "За повече информация за вградените в обвивката команди въведете „%s -c "
1576 "help“.\n"
1577
1578 #: shell.c:1826
1579 #, c-format
1580 msgid "Use the `bashbug' command to report bugs.\n"
1581 msgstr "За да докладвате грешки използвайте командата „bashbug“.\n"
1582
1583 #: sig.c:638
1584 #, c-format
1585 msgid "sigprocmask: %d: invalid operation"
1586 msgstr "маска за обработката на сигнали: %d: невалидна операция"
1587
1588 #: siglist.c:48
1589 msgid "Bogus signal"
1590 msgstr ""
1591
1592 #: siglist.c:51
1593 msgid "Hangup"
1594 msgstr ""
1595
1596 #: siglist.c:55
1597 msgid "Interrupt"
1598 msgstr ""
1599
1600 #: siglist.c:59
1601 msgid "Quit"
1602 msgstr ""
1603
1604 #: siglist.c:63
1605 msgid "Illegal instruction"
1606 msgstr ""
1607
1608 #: siglist.c:67
1609 msgid "BPT trace/trap"
1610 msgstr ""
1611
1612 #: siglist.c:75
1613 msgid "ABORT instruction"
1614 msgstr ""
1615
1616 #: siglist.c:79
1617 msgid "EMT instruction"
1618 msgstr ""
1619
1620 #: siglist.c:83
1621 msgid "Floating point exception"
1622 msgstr ""
1623
1624 #: siglist.c:87
1625 msgid "Killed"
1626 msgstr ""
1627
1628 #: siglist.c:91
1629 #, fuzzy
1630 msgid "Bus error"
1631 msgstr "синтактична грешка"
1632
1633 #: siglist.c:95
1634 msgid "Segmentation fault"
1635 msgstr ""
1636
1637 #: siglist.c:99
1638 msgid "Bad system call"
1639 msgstr ""
1640
1641 #: siglist.c:103
1642 msgid "Broken pipe"
1643 msgstr ""
1644
1645 #: siglist.c:107
1646 msgid "Alarm clock"
1647 msgstr ""
1648
1649 #: siglist.c:111
1650 #, fuzzy
1651 msgid "Terminated"
1652 msgstr "ограничена обвивка"
1653
1654 #: siglist.c:115
1655 msgid "Urgent IO condition"
1656 msgstr ""
1657
1658 #: siglist.c:119
1659 msgid "Stopped (signal)"
1660 msgstr ""
1661
1662 #: siglist.c:127
1663 msgid "Continue"
1664 msgstr ""
1665
1666 #: siglist.c:135
1667 msgid "Child death or stop"
1668 msgstr ""
1669
1670 #: siglist.c:139
1671 msgid "Stopped (tty input)"
1672 msgstr ""
1673
1674 #: siglist.c:143
1675 msgid "Stopped (tty output)"
1676 msgstr ""
1677
1678 #: siglist.c:147
1679 msgid "I/O ready"
1680 msgstr ""
1681
1682 #: siglist.c:151
1683 msgid "CPU limit"
1684 msgstr ""
1685
1686 #: siglist.c:155
1687 msgid "File limit"
1688 msgstr ""
1689
1690 #: siglist.c:159
1691 msgid "Alarm (virtual)"
1692 msgstr ""
1693
1694 #: siglist.c:163
1695 msgid "Alarm (profile)"
1696 msgstr ""
1697
1698 #: siglist.c:167
1699 msgid "Window changed"
1700 msgstr ""
1701
1702 #: siglist.c:171
1703 msgid "Record lock"
1704 msgstr ""
1705
1706 #: siglist.c:175
1707 msgid "User signal 1"
1708 msgstr ""
1709
1710 #: siglist.c:179
1711 msgid "User signal 2"
1712 msgstr ""
1713
1714 #: siglist.c:183
1715 msgid "HFT input data pending"
1716 msgstr ""
1717
1718 #: siglist.c:187
1719 msgid "power failure imminent"
1720 msgstr ""
1721
1722 #: siglist.c:191
1723 msgid "system crash imminent"
1724 msgstr ""
1725
1726 #: siglist.c:195
1727 msgid "migrate process to another CPU"
1728 msgstr ""
1729
1730 #: siglist.c:199
1731 msgid "programming error"
1732 msgstr ""
1733
1734 #: siglist.c:203
1735 msgid "HFT monitor mode granted"
1736 msgstr ""
1737
1738 #: siglist.c:207
1739 msgid "HFT monitor mode retracted"
1740 msgstr ""
1741
1742 #: siglist.c:211
1743 msgid "HFT sound sequence has completed"
1744 msgstr ""
1745
1746 #: siglist.c:215
1747 msgid "Information request"
1748 msgstr ""
1749
1750 #: siglist.c:223
1751 msgid "Unknown Signal #"
1752 msgstr ""
1753
1754 #: siglist.c:225
1755 #, c-format
1756 msgid "Unknown Signal #%d"
1757 msgstr ""
1758
1759 #: subst.c:1333 subst.c:1502
1760 #, c-format
1761 msgid "bad substitution: no closing `%s' in %s"
1762 msgstr "лошо заместване: липсва затварящ знак „%s“ в %s"
1763
1764 #: subst.c:2795
1765 #, c-format
1766 msgid "%s: cannot assign list to array member"
1767 msgstr "%s: на член от масив не може да се присвои списък"
1768
1769 #: subst.c:4979 subst.c:4995
1770 msgid "cannot make pipe for process substitution"
1771 msgstr "не може да се създаде програмен канал за заместване на процеси"
1772
1773 #: subst.c:5027
1774 msgid "cannot make child for process substitution"
1775 msgstr "не може да се създаде дъщерен процес за заместване на процеси"
1776
1777 #: subst.c:5072
1778 #, c-format
1779 msgid "cannot open named pipe %s for reading"
1780 msgstr "именуваният програмен канал %s не може да се отвори за четене"
1781
1782 #: subst.c:5074
1783 #, c-format
1784 msgid "cannot open named pipe %s for writing"
1785 msgstr "именуваният програмен канал %s не може да се отвори за запис"
1786
1787 #: subst.c:5092
1788 #, c-format
1789 msgid "cannot duplicate named pipe %s as fd %d"
1790 msgstr ""
1791 "именуваният програмен канал %s не може да се\n"
1792 "дублира като файловия дескриптор %d"
1793
1794 #: subst.c:5284
1795 msgid "cannot make pipe for command substitution"
1796 msgstr "не може да се създаде програмен канал за заместване на команди"
1797
1798 #: subst.c:5322
1799 msgid "cannot make child for command substitution"
1800 msgstr "не може да се създаде дъщерен процес за заместване на команди"
1801
1802 #: subst.c:5339
1803 msgid "command_substitute: cannot duplicate pipe as fd 1"
1804 msgstr "заместване на команди: каналът не може да се дублира като fd 1"
1805
1806 #: subst.c:5859
1807 #, c-format
1808 msgid "%s: parameter null or not set"
1809 msgstr "%s: аргументът е null или не е зададен"
1810
1811 #: subst.c:6125 subst.c:6140
1812 #, c-format
1813 msgid "%s: substring expression < 0"
1814 msgstr "%s: изразът от подниза е < 0"
1815
1816 #: subst.c:7271
1817 #, c-format
1818 msgid "%s: bad substitution"
1819 msgstr "%s: лошо заместване"
1820
1821 #: subst.c:7347
1822 #, c-format
1823 msgid "$%s: cannot assign in this way"
1824 msgstr "$%s: не може да се задава по този начин"
1825
1826 #: subst.c:7684
1827 msgid ""
1828 "future versions of the shell will force evaluation as an arithmetic "
1829 "substitution"
1830 msgstr ""
1831
1832 #: subst.c:8149
1833 #, fuzzy, c-format
1834 msgid "bad substitution: no closing \"`\" in %s"
1835 msgstr "лошо заместване: липсва затварящ знак „%s“ в %s"
1836
1837 #: subst.c:9036
1838 #, c-format
1839 msgid "no match: %s"
1840 msgstr "няма съвпадение: %s"
1841
1842 #: test.c:146
1843 msgid "argument expected"
1844 msgstr "очаква се аргумент"
1845
1846 #: test.c:155
1847 #, c-format
1848 msgid "%s: integer expression expected"
1849 msgstr "%s: очаква се целочислен израз"
1850
1851 #: test.c:263
1852 msgid "`)' expected"
1853 msgstr "очаква се „)“"
1854
1855 #: test.c:265
1856 #, c-format
1857 msgid "`)' expected, found %s"
1858 msgstr "очаква се „)“, а е получено %s"
1859
1860 #: test.c:280 test.c:698 test.c:701
1861 #, c-format
1862 msgid "%s: unary operator expected"
1863 msgstr "%s: очаква се унарен оператор"
1864
1865 #: test.c:449 test.c:741
1866 #, c-format
1867 msgid "%s: binary operator expected"
1868 msgstr "%s: очаква се бинарен оператор"
1869
1870 #: test.c:816
1871 msgid "missing `]'"
1872 msgstr "липсва „]“"
1873
1874 #: trap.c:207
1875 msgid "invalid signal number"
1876 msgstr "неправилен номер на сигнал"
1877
1878 #: trap.c:337
1879 #, c-format
1880 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1881 msgstr ""
1882 "стартиране на предстоящите капани: неправилна стойност в trap_list[%d]: %p"
1883
1884 #: trap.c:341
1885 #, c-format
1886 msgid ""
1887 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1888 msgstr ""
1889 "стартиране на предстоящите капани: обработката на сигнали е SIG_DFL.\n"
1890 "%d (%s) е преизпратено на текущата обвивка"
1891
1892 #: trap.c:393
1893 #, c-format
1894 msgid "trap_handler: bad signal %d"
1895 msgstr "обработка на капани: неправилен сигнал %d"
1896
1897 #: variables.c:363
1898 #, c-format
1899 msgid "error importing function definition for `%s'"
1900 msgstr "грешка при внасянето на дефиницията на функция за „%s“"
1901
1902 #: variables.c:755
1903 #, c-format
1904 msgid "shell level (%d) too high, resetting to 1"
1905 msgstr "нивото на обвивката (%d) е прекалено голямо. Задава се да е 1"
1906
1907 #: variables.c:1932
1908 msgid "make_local_variable: no function context at current scope"
1909 msgstr ""
1910 "създаване на локална променлива: липсва контекст на функция в текущата "
1911 "област\n"
1912 "на видимост"
1913
1914 #: variables.c:3182
1915 msgid "all_local_variables: no function context at current scope"
1916 msgstr ""
1917 "всички локални променливи: липсва контекст на функция в текущата област на\n"
1918 "видимост"
1919
1920 #: variables.c:3427
1921 #, fuzzy, c-format
1922 msgid "%s has null exportstr"
1923 msgstr "%s: аргументът е null или не е зададен"
1924
1925 #: variables.c:3432 variables.c:3441
1926 #, c-format
1927 msgid "invalid character %d in exportstr for %s"
1928 msgstr "неправилен знак на позиция %d в низа за изнасяне за %s"
1929
1930 #: variables.c:3447
1931 #, c-format
1932 msgid "no `=' in exportstr for %s"
1933 msgstr "липсва „=“ в низа за изнасяне за %s"
1934
1935 #: variables.c:3891
1936 msgid "pop_var_context: head of shell_variables not a function context"
1937 msgstr ""
1938 "изваждане на контекст на променливи: в началото на структурата за променливи "
1939 "на\n"
1940 "обвивката (shell_variables) е нещо, което не е контекст на функция"
1941
1942 #: variables.c:3904
1943 msgid "pop_var_context: no global_variables context"
1944 msgstr ""
1945 "изваждане на контекст на променливи: липсва контекст за глобални променливи\n"
1946 "(global_variables)"
1947
1948 #: variables.c:3978
1949 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1950 msgstr ""
1951 "изваждане на област: последният елемент структурата за променливи на "
1952 "обвивката\n"
1953 "(shell_variables) не е временна област в обкръжението"
1954
1955 #: variables.c:4786
1956 #, fuzzy, c-format
1957 msgid "%s: %s: cannot open as FILE"
1958 msgstr "%s: не може да се отвори: %s"
1959
1960 #: variables.c:4791
1961 #, fuzzy, c-format
1962 msgid "%s: %s: invalid value for trace file descriptor"
1963 msgstr "%d: грешен файлов дескриптор: %s"
1964
1965 #: version.c:46
1966 #, fuzzy
1967 msgid "Copyright (C) 2011 Free Software Foundation, Inc."
1968 msgstr "Авторски права (C) 2005 Free Software Foundation, Inc.\n"
1969
1970 #: version.c:47
1971 msgid ""
1972 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1973 "html>\n"
1974 msgstr ""
1975
1976 #: version.c:86 version2.c:83
1977 #, c-format
1978 msgid "GNU bash, version %s (%s)\n"
1979 msgstr ""
1980
1981 #: version.c:91 version2.c:88
1982 #, c-format
1983 msgid "This is free software; you are free to change and redistribute it.\n"
1984 msgstr ""
1985
1986 #: version.c:92 version2.c:89
1987 #, c-format
1988 msgid "There is NO WARRANTY, to the extent permitted by law.\n"
1989 msgstr ""
1990
1991 #: version2.c:86
1992 #, fuzzy, c-format
1993 msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
1994 msgstr "Авторски права (C) 2005 Free Software Foundation, Inc.\n"
1995
1996 #: version2.c:87
1997 #, c-format
1998 msgid ""
1999 "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
2000 "html>\n"
2001 msgstr ""
2002
2003 #: xmalloc.c:91
2004 #, fuzzy, c-format
2005 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2006 msgstr ""
2007 "заделяне на памет: %lu байта не могат да се заделят (заделени са\n"
2008 "%lu байта)"
2009
2010 #: xmalloc.c:93
2011 #, fuzzy, c-format
2012 msgid "%s: cannot allocate %lu bytes"
2013 msgstr "заделяне на памет: %lu байта не могат да се заделят"
2014
2015 #: xmalloc.c:163
2016 #, fuzzy, c-format
2017 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2018 msgstr ""
2019 "заделяне на памет: %s:%d: %lu байта не могат да се заделят (заделени са\n"
2020 "%lu байта)"
2021
2022 #: xmalloc.c:165
2023 #, fuzzy, c-format
2024 msgid "%s: %s:%d: cannot allocate %lu bytes"
2025 msgstr "заделяне на памет: %s:%d: %lu байта не могат да се заделят"
2026
2027 #: builtins.c:43
2028 msgid "alias [-p] [name[=value] ... ]"
2029 msgstr ""
2030
2031 #: builtins.c:47
2032 msgid "unalias [-a] name [name ...]"
2033 msgstr ""
2034
2035 #: builtins.c:51
2036 msgid ""
2037 "bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2038 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2039 msgstr ""
2040
2041 #: builtins.c:54
2042 msgid "break [n]"
2043 msgstr ""
2044
2045 #: builtins.c:56
2046 msgid "continue [n]"
2047 msgstr ""
2048
2049 #: builtins.c:58
2050 msgid "builtin [shell-builtin [arg ...]]"
2051 msgstr ""
2052
2053 #: builtins.c:61
2054 msgid "caller [expr]"
2055 msgstr ""
2056
2057 #: builtins.c:64
2058 msgid "cd [-L|[-P [-e]]] [dir]"
2059 msgstr ""
2060
2061 #: builtins.c:66
2062 msgid "pwd [-LP]"
2063 msgstr ""
2064
2065 #: builtins.c:68
2066 msgid ":"
2067 msgstr ""
2068
2069 #: builtins.c:70
2070 msgid "true"
2071 msgstr ""
2072
2073 #: builtins.c:72
2074 msgid "false"
2075 msgstr ""
2076
2077 #: builtins.c:74
2078 msgid "command [-pVv] command [arg ...]"
2079 msgstr ""
2080
2081 #: builtins.c:76
2082 msgid "declare [-aAfFgilrtux] [-p] [name[=value] ...]"
2083 msgstr ""
2084
2085 #: builtins.c:78
2086 msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
2087 msgstr ""
2088
2089 #: builtins.c:80
2090 msgid "local [option] name[=value] ..."
2091 msgstr ""
2092
2093 #: builtins.c:83
2094 msgid "echo [-neE] [arg ...]"
2095 msgstr ""
2096
2097 #: builtins.c:87
2098 msgid "echo [-n] [arg ...]"
2099 msgstr ""
2100
2101 #: builtins.c:90
2102 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2103 msgstr ""
2104
2105 #: builtins.c:92
2106 msgid "eval [arg ...]"
2107 msgstr ""
2108
2109 #: builtins.c:94
2110 msgid "getopts optstring name [arg]"
2111 msgstr ""
2112
2113 #: builtins.c:96
2114 msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2115 msgstr ""
2116
2117 #: builtins.c:98
2118 msgid "exit [n]"
2119 msgstr ""
2120
2121 #: builtins.c:100
2122 msgid "logout [n]"
2123 msgstr ""
2124
2125 #: builtins.c:103
2126 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2127 msgstr ""
2128
2129 #: builtins.c:107
2130 msgid "fg [job_spec]"
2131 msgstr ""
2132
2133 #: builtins.c:111
2134 msgid "bg [job_spec ...]"
2135 msgstr ""
2136
2137 #: builtins.c:114
2138 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2139 msgstr ""
2140
2141 #: builtins.c:117
2142 msgid "help [-dms] [pattern ...]"
2143 msgstr ""
2144
2145 #: builtins.c:121
2146 msgid ""
2147 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2148 "[arg...]"
2149 msgstr ""
2150
2151 #: builtins.c:125
2152 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2153 msgstr ""
2154
2155 #: builtins.c:129
2156 msgid "disown [-h] [-ar] [jobspec ...]"
2157 msgstr ""
2158
2159 #: builtins.c:132
2160 msgid ""
2161 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2162 "[sigspec]"
2163 msgstr ""
2164
2165 #: builtins.c:134
2166 msgid "let arg [arg ...]"
2167 msgstr ""
2168
2169 #: builtins.c:136
2170 msgid ""
2171 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2172 "prompt] [-t timeout] [-u fd] [name ...]"
2173 msgstr ""
2174
2175 #: builtins.c:138
2176 msgid "return [n]"
2177 msgstr ""
2178
2179 #: builtins.c:140
2180 msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2181 msgstr ""
2182
2183 #: builtins.c:142
2184 msgid "unset [-f] [-v] [name ...]"
2185 msgstr ""
2186
2187 #: builtins.c:144
2188 msgid "export [-fn] [name[=value] ...] or export -p"
2189 msgstr ""
2190
2191 #: builtins.c:146
2192 msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2193 msgstr ""
2194
2195 #: builtins.c:148
2196 #, fuzzy
2197 msgid "shift [n]"
2198 msgstr "брой на преместванията"
2199
2200 #: builtins.c:150
2201 #, fuzzy
2202 msgid "source filename [arguments]"
2203 msgstr "изисква се аргумент име на файл"
2204
2205 #: builtins.c:152
2206 #, fuzzy
2207 msgid ". filename [arguments]"
2208 msgstr "изисква се аргумент име на файл"
2209
2210 #: builtins.c:155
2211 msgid "suspend [-f]"
2212 msgstr ""
2213
2214 #: builtins.c:158
2215 msgid "test [expr]"
2216 msgstr ""
2217
2218 #: builtins.c:160
2219 msgid "[ arg... ]"
2220 msgstr ""
2221
2222 #: builtins.c:162
2223 msgid "times"
2224 msgstr ""
2225
2226 #: builtins.c:164
2227 msgid "trap [-lp] [[arg] signal_spec ...]"
2228 msgstr ""
2229
2230 #: builtins.c:166
2231 msgid "type [-afptP] name [name ...]"
2232 msgstr ""
2233
2234 #: builtins.c:169
2235 msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2236 msgstr ""
2237
2238 #: builtins.c:172
2239 msgid "umask [-p] [-S] [mode]"
2240 msgstr ""
2241
2242 #: builtins.c:175
2243 msgid "wait [id]"
2244 msgstr ""
2245
2246 #: builtins.c:179
2247 msgid "wait [pid]"
2248 msgstr ""
2249
2250 #: builtins.c:182
2251 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2252 msgstr ""
2253
2254 #: builtins.c:184
2255 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2256 msgstr ""
2257
2258 #: builtins.c:186
2259 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2260 msgstr ""
2261
2262 #: builtins.c:188
2263 msgid "time [-p] pipeline"
2264 msgstr ""
2265
2266 #: builtins.c:190
2267 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2268 msgstr ""
2269
2270 #: builtins.c:192
2271 msgid ""
2272 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2273 "COMMANDS; ] fi"
2274 msgstr ""
2275
2276 #: builtins.c:194
2277 msgid "while COMMANDS; do COMMANDS; done"
2278 msgstr ""
2279
2280 #: builtins.c:196
2281 msgid "until COMMANDS; do COMMANDS; done"
2282 msgstr ""
2283
2284 #: builtins.c:198
2285 msgid "coproc [NAME] command [redirections]"
2286 msgstr ""
2287
2288 #: builtins.c:200
2289 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2290 msgstr ""
2291
2292 #: builtins.c:202
2293 msgid "{ COMMANDS ; }"
2294 msgstr ""
2295
2296 #: builtins.c:204
2297 msgid "job_spec [&]"
2298 msgstr ""
2299
2300 #: builtins.c:206
2301 #, fuzzy
2302 msgid "(( expression ))"
2303 msgstr "очаква се израз"
2304
2305 #: builtins.c:208
2306 #, fuzzy
2307 msgid "[[ expression ]]"
2308 msgstr "очаква се израз"
2309
2310 #: builtins.c:210
2311 msgid "variables - Names and meanings of some shell variables"
2312 msgstr ""
2313
2314 #: builtins.c:213
2315 msgid "pushd [-n] [+N | -N | dir]"
2316 msgstr ""
2317
2318 #: builtins.c:217
2319 msgid "popd [-n] [+N | -N]"
2320 msgstr ""
2321
2322 #: builtins.c:221
2323 msgid "dirs [-clpv] [+N] [-N]"
2324 msgstr ""
2325
2326 #: builtins.c:224
2327 msgid "shopt [-pqsu] [-o] [optname ...]"
2328 msgstr ""
2329
2330 #: builtins.c:226
2331 msgid "printf [-v var] format [arguments]"
2332 msgstr ""
2333
2334 #: builtins.c:229
2335 msgid ""
2336 "complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2337 "W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2338 "suffix] [name ...]"
2339 msgstr ""
2340
2341 #: builtins.c:233
2342 msgid ""
2343 "compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
2344 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2345 msgstr ""
2346
2347 #: builtins.c:237
2348 msgid "compopt [-o|+o option] [-DE] [name ...]"
2349 msgstr ""
2350
2351 #: builtins.c:240
2352 msgid ""
2353 "mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2354 "quantum] [array]"
2355 msgstr ""
2356
2357 #: builtins.c:242
2358 msgid ""
2359 "readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2360 "quantum] [array]"
2361 msgstr ""
2362
2363 #: builtins.c:254
2364 #, fuzzy
2365 msgid ""
2366 "Define or display aliases.\n"
2367 "    \n"
2368 "    Without arguments, `alias' prints the list of aliases in the reusable\n"
2369 "    form `alias NAME=VALUE' on standard output.\n"
2370 "    \n"
2371 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2372 "    A trailing space in VALUE causes the next word to be checked for\n"
2373 "    alias substitution when the alias is expanded.\n"
2374 "    \n"
2375 "    Options:\n"
2376 "      -p\tPrint all defined aliases in a reusable format\n"
2377 "    \n"
2378 "    Exit Status:\n"
2379 "    alias returns true unless a NAME is supplied for which no alias has "
2380 "been\n"
2381 "    defined."
2382 msgstr ""
2383 " „alias“ без аргументи или с опцията „-p“ отпечатва списъка със синонимите "
2384 "във\n"
2385 "    формат ИМЕ=СТОЙНОСТ на стандартния изход.  В противен случай за всяко "
2386 "ИМЕ,\n"
2387 "    за което е зададена стойност, се дефинира синоним.  Интервал в края на\n"
2388 "    стойност предизвиква синонимно заместване на следващата дума при\n"
2389 "    заместването на синонима.  Командата „alias“ връща истина, освен в "
2390 "случаите,\n"
2391 "    когато се зададе ИМЕ, за което не е дефиниран синоним."
2392
2393 #: builtins.c:276
2394 #, fuzzy
2395 msgid ""
2396 "Remove each NAME from the list of defined aliases.\n"
2397 "    \n"
2398 "    Options:\n"
2399 "      -a\tremove all alias definitions.\n"
2400 "    \n"
2401 "    Return success unless a NAME is not an existing alias."
2402 msgstr ""
2403 " ИМЕната се премахват от списъка с дефинираните синоними.  Ако е е дадена и\n"
2404 "    опцията „-a“ тогава се премахват всички синоними."
2405
2406 #: builtins.c:289
2407 #, fuzzy
2408 msgid ""
2409 "Set Readline key bindings and variables.\n"
2410 "    \n"
2411 "    Bind a key sequence to a Readline function or a macro, or set a\n"
2412 "    Readline variable.  The non-option argument syntax is equivalent to\n"
2413 "    that found in ~/.inputrc, but must be passed as a single argument:\n"
2414 "    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2415 "    \n"
2416 "    Options:\n"
2417 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2418 "                         command.  Acceptable keymap names are emacs,\n"
2419 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2420 "move,\n"
2421 "                         vi-command, and vi-insert.\n"
2422 "      -l                 List names of functions.\n"
2423 "      -P                 List function names and bindings.\n"
2424 "      -p                 List functions and bindings in a form that can be\n"
2425 "                         reused as input.\n"
2426 "      -S                 List key sequences that invoke macros and their "
2427 "values\n"
2428 "      -s                 List key sequences that invoke macros and their "
2429 "values\n"
2430 "                         in a form that can be reused as input.\n"
2431 "      -V                 List variable names and values\n"
2432 "      -v                 List variable names and values in a form that can\n"
2433 "                         be reused as input.\n"
2434 "      -q  function-name  Query about which keys invoke the named function.\n"
2435 "      -u  function-name  Unbind all keys which are bound to the named "
2436 "function.\n"
2437 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
2438 "      -f  filename       Read key bindings from FILENAME.\n"
2439 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2440 "    \t\t\t\tKEYSEQ is entered.\n"
2441 "    \n"
2442 "    Exit Status:\n"
2443 "    bind returns 0 unless an unrecognized option is given or an error occurs."
2444 msgstr ""
2445 " Присвояване на последователност от клавиши на функция или макрос от "
2446 "readline\n"
2447 "    или задаване на променлива на readline.  Синтаксисът с аргументи без "
2448 "опции\n"
2449 "    е еквивалентен на този във файла „~/.inputrc“, но трябва да се подаде "
2450 "като\n"
2451 "    единствен аргумент:\n"
2452 "    bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2453 "\n"
2454 "    bind приема следните опции:\n"
2455 "      -m  ПОДРЕДБА    Използване на ПОДРЕДБАта като подредба на функциите "
2456 "на\n"
2457 "                          клавишите докато командата се изпълнява.  Валидни "
2458 "са\n"
2459 "                          следните имена: „emacs“, „emacs-standard“,\n"
2460 "                          „emacs-meta“, „emacs-ctlx“, „vi“, „vi-move“,\n"
2461 "                          „vi-command“ и „vi-insert“.\n"
2462 "      -l              Списък с имената на функциите.\n"
2463 "      -P              Списък с имената на функциите и присвояванията.\n"
2464 "      -p              Списък с имената на функциите и присвояванията във "
2465 "вид,\n"
2466 "                          който може да се използва за вход.\n"
2467 "      -r  КЛАВИШНА_ПОСЛЕДОВАТЕЛНОСТ\n"
2468 "                      Премахване на присвоената функция от\n"
2469 "                          КЛАВИШНАта_ПОСЛЕДОВАТЕЛНОСТ.\n"
2470 "      -x  КЛАВИШНА_ПОСЛЕДОВАТЕЛНОСТ:КОМАНДА_НА_ОБВИВКАТА\n"
2471 "                      Изпълнение на КОМАНДАта_НА_ОБВИВКАТА при въвеждането "
2472 "на\n"
2473 "                          КЛАВИШНАта_ПОСЛЕДОВАТЕЛНОСТ.\n"
2474 "      -f  ФАЙЛ        Прочитане на присвояванията на клавиши от ФАЙЛа.\n"
2475 "      -q  ИМЕ_НА_ФУНКЦИЯ\n"
2476 "                      Проверка кои клавиши извикват функцията с това име.\n"
2477 "      -u  ИМЕ_НА_ФУНКЦИЯ\n"
2478 "                      Премахване на присвояванията към всички клавиши на\n"
2479 "                          функцията с това име.\n"
2480 "      -V              Списък с имената на променливите и стойностите им.\n"
2481 "      -v              Списък с имената на променливите и стойностите им във "
2482 "вид,\n"
2483 "                          който може да се използва за вход.\n"
2484 "      -S              Списък с клавишните последователности, които извикват\n"
2485 "                           макроси и стойностите им.\n"
2486 "      -s              Списък с клавишните последователности, които извикват\n"
2487 "                           макроси и стойностите им във вид, който може да "
2488 "се\n"
2489 "                           използва за вход."
2490
2491 #: builtins.c:326
2492 #, fuzzy
2493 msgid ""
2494 "Exit for, while, or until loops.\n"
2495 "    \n"
2496 "    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2497 "    loops.\n"
2498 "    \n"
2499 "    Exit Status:\n"
2500 "    The exit status is 0 unless N is not greater than or equal to 1."
2501 msgstr ""
2502 " Продължение със следващата итерация от цикъл ползващ FOR, WHILE или UNTIL.\n"
2503 "    Ако е указан N, се продължава от N-тия обхващащ цикъл."
2504
2505 #: builtins.c:338
2506 #, fuzzy
2507 msgid ""
2508 "Resume for, while, or until loops.\n"
2509 "    \n"
2510 "    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2511 "    If N is specified, resumes the Nth enclosing loop.\n"
2512 "    \n"
2513 "    Exit Status:\n"
2514 "    The exit status is 0 unless N is not greater than or equal to 1."
2515 msgstr ""
2516 " Продължение със следващата итерация от цикъл ползващ FOR, WHILE или UNTIL.\n"
2517 "    Ако е указан N, се продължава от N-тия обхващащ цикъл."
2518
2519 #: builtins.c:350
2520 msgid ""
2521 "Execute shell builtins.\n"
2522 "    \n"
2523 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2524 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2525 "    as a shell function, but need to execute the builtin within the "
2526 "function.\n"
2527 "    \n"
2528 "    Exit Status:\n"
2529 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2530 "    not a shell builtin.."
2531 msgstr ""
2532
2533 #: builtins.c:365
2534 #, fuzzy
2535 msgid ""
2536 "Return the context of the current subroutine call.\n"
2537 "    \n"
2538 "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2539 "    \"$line $subroutine $filename\"; this extra information can be used to\n"
2540 "    provide a stack trace.\n"
2541 "    \n"
2542 "    The value of EXPR indicates how many call frames to go back before the\n"
2543 "    current one; the top frame is frame 0.\n"
2544 "    \n"
2545 "    Exit Status:\n"
2546 "    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2547 "    is invalid."
2548 msgstr ""
2549 " Връща контекста на текущото извикване на подпрограма.\n"
2550 "    \n"
2551 "    Без ИЗРАЗ връща „$line $filename“.  С ИЗРАЗ връща\n"
2552 "    „$line $subroutine $filename“.  Допълнителната информация може да се\n"
2553 "    използва за получаване на информация за състоянието на стека.\n"
2554 "    \n"
2555 "    Стойността на ИЗРАЗа показва за колко рамки спрямо текущата да се "
2556 "изведе\n"
2557 "    информация.  Най-горната рамка е 0."
2558
2559 #: builtins.c:383
2560 #, fuzzy
2561 msgid ""
2562 "Change the shell working directory.\n"
2563 "    \n"
2564 "    Change the current directory to DIR.  The default DIR is the value of "
2565 "the\n"
2566 "    HOME shell variable.\n"
2567 "    \n"
2568 "    The variable CDPATH defines the search path for the directory "
2569 "containing\n"
2570 "    DIR.  Alternative directory names in CDPATH are separated by a colon "
2571 "(:).\n"
2572 "    A null directory name is the same as the current directory.  If DIR "
2573 "begins\n"
2574 "    with a slash (/), then CDPATH is not used.\n"
2575 "    \n"
2576 "    If the directory is not found, and the shell option `cdable_vars' is "
2577 "set,\n"
2578 "    the word is assumed to be  a variable name.  If that variable has a "
2579 "value,\n"
2580 "    its value is used for DIR.\n"
2581 "    \n"
2582 "    Options:\n"
2583 "        -L\tforce symbolic links to be followed\n"
2584 "        -P\tuse the physical directory structure without following symbolic\n"
2585 "    \tlinks\n"
2586 "        -e\tif the -P option is supplied, and the current working directory\n"
2587 "    \tcannot be determined successfully, exit with a non-zero status\n"
2588 "    \n"
2589 "    The default is to follow symbolic links, as if `-L' were specified.\n"
2590 "    \n"
2591 "    Exit Status:\n"
2592 "    Returns 0 if the directory is changed, and if $PWD is set successfully "
2593 "when\n"
2594 "    -P is used; non-zero otherwise."
2595 msgstr ""
2596 " Смяна на текущата директория да е ДИРЕКТОРИЯ.  Променливата $HOME е\n"
2597 "    стандартната директория.  Променливата $CDPATH определя пътя за търсене\n"
2598 "    на директории, които могат да съдържат ДИРЕКТОРИЯта.  Директориите в "
2599 "$CDPATH\n"
2600 "    са разделени с „:“.  Липсващо име на директория означава текущата\n"
2601 "    директория, т.е. „.“. Ако името на ДИРЕКТОРИЯта започва с наклонена "
2602 "черта\n"
2603 "    „/“, $CDPATH не се ползва.  Ако директорията не е открита, но е "
2604 "зададена\n"
2605 "    опцията на обвивката „cdable_vars“, то думата се пробва като име на\n"
2606 "    променлива.  Ако променливата има стойност, то директорията се сменя\n"
2607 "    към стойността на таи променлива.  Опцията „-P“ налага използването на\n"
2608 "    фактическата подредба на директориите, вместо да се следват символните\n"
2609 "    връзки.  Опцията „-L“ налага следването на символните връзки."
2610
2611 #: builtins.c:414
2612 msgid ""
2613 "Print the name of the current working directory.\n"
2614 "    \n"
2615 "    Options:\n"
2616 "      -L\tprint the value of $PWD if it names the current working\n"
2617 "    \tdirectory\n"
2618 "      -P\tprint the physical directory, without any symbolic links\n"
2619 "    \n"
2620 "    By default, `pwd' behaves as if `-L' were specified.\n"
2621 "    \n"
2622 "    Exit Status:\n"
2623 "    Returns 0 unless an invalid option is given or the current directory\n"
2624 "    cannot be read."
2625 msgstr ""
2626
2627 #: builtins.c:431
2628 #, fuzzy
2629 msgid ""
2630 "Null command.\n"
2631 "    \n"
2632 "    No effect; the command does nothing.\n"
2633 "    \n"
2634 "    Exit Status:\n"
2635 "    Always succeeds."
2636 msgstr " Без ефект - командата нищо не прави.  Връща се изходен код 0."
2637
2638 #: builtins.c:442
2639 msgid ""
2640 "Return a successful result.\n"
2641 "    \n"
2642 "    Exit Status:\n"
2643 "    Always succeeds."
2644 msgstr ""
2645
2646 #: builtins.c:451
2647 msgid ""
2648 "Return an unsuccessful result.\n"
2649 "    \n"
2650 "    Exit Status:\n"
2651 "    Always fails."
2652 msgstr ""
2653
2654 #: builtins.c:460
2655 msgid ""
2656 "Execute a simple command or display information about commands.\n"
2657 "    \n"
2658 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2659 "    information about the specified COMMANDs.  Can be used to invoke "
2660 "commands\n"
2661 "    on disk when a function with the same name exists.\n"
2662 "    \n"
2663 "    Options:\n"
2664 "      -p\tuse a default value for PATH that is guaranteed to find all of\n"
2665 "    \tthe standard utilities\n"
2666 "      -v\tprint a description of COMMAND similar to the `type' builtin\n"
2667 "      -V\tprint a more verbose description of each COMMAND\n"
2668 "    \n"
2669 "    Exit Status:\n"
2670 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
2671 msgstr ""
2672
2673 #: builtins.c:479
2674 #, fuzzy
2675 msgid ""
2676 "Set variable values and attributes.\n"
2677 "    \n"
2678 "    Declare variables and give them attributes.  If no NAMEs are given,\n"
2679 "    display the attributes and values of all variables.\n"
2680 "    \n"
2681 "    Options:\n"
2682 "      -f\trestrict action or display to function names and definitions\n"
2683 "      -F\trestrict display to function names only (plus line number and\n"
2684 "    \tsource file when debugging)\n"
2685 "      -g\tcreate global variables when used in a shell function; otherwise\n"
2686 "    \tignored\n"
2687 "      -p\tdisplay the attributes and value of each NAME\n"
2688 "    \n"
2689 "    Options which set attributes:\n"
2690 "      -a\tto make NAMEs indexed arrays (if supported)\n"
2691 "      -A\tto make NAMEs associative arrays (if supported)\n"
2692 "      -i\tto make NAMEs have the `integer' attribute\n"
2693 "      -l\tto convert NAMEs to lower case on assignment\n"
2694 "      -r\tto make NAMEs readonly\n"
2695 "      -t\tto make NAMEs have the `trace' attribute\n"
2696 "      -u\tto convert NAMEs to upper case on assignment\n"
2697 "      -x\tto make NAMEs export\n"
2698 "    \n"
2699 "    Using `+' instead of `-' turns off the given attribute.\n"
2700 "    \n"
2701 "    Variables with the integer attribute have arithmetic evaluation (see\n"
2702 "    the `let' command) performed when the variable is assigned a value.\n"
2703 "    \n"
2704 "    When used in a function, `declare' makes NAMEs local, as with the "
2705 "`local'\n"
2706 "    command.  The `-g' option suppresses this behavior.\n"
2707 "    \n"
2708 "    Exit Status:\n"
2709 "    Returns success unless an invalid option is supplied or an error occurs."
2710 msgstr ""
2711 " Обявяване на променливи и/или задаване на техните атрибути.  Ако не са "
2712 "зададени\n"
2713 "    ИМЕна, то се показват стойностите на променливите.  Опцията „-p“ "
2714 "показва\n"
2715 "    стойността и атрибутите за всяко ИМЕ.\n"
2716 "    \n"
2717 "    Опциите са:\n"
2718 "    \n"
2719 "        -a    да се създадат масиви с тези ИМЕна (ако това се поддържа)\n"
2720 "        -f    да се избира само измежду имената на функциите\n"
2721 "        -F    да се изведат имената на функциите (с номер на реда и име на "
2722 "файла\n"
2723 "              с изходния код при изчистване на грешки) без дефинициите.\n"
2724 "        -i    на ИМЕто се дава атрибут „цяло число“\n"
2725 "        -r    маха се възможността за промяна на ИМЕната\n"
2726 "        -t    на ИМЕто се дава атрибут „проследяване“\n"
2727 "        -x    ИМЕто да бъде изнасяно\n"
2728 "\n"
2729 "    При променливите с атрибут за цяло число се извършва аритметично "
2730 "заместване\n"
2731 "    (вижте командата „let“) при първоначално присвояване.\n"
2732 "    \n"
2733 "    При извеждането на стойностите на променливите „-f“ извежда имената и\n"
2734 "    дефинициите на функциите.  Опцията „-F“ ограничава изведената "
2735 "информация\n"
2736 "    до имената.\n"
2737 "\n"
2738 "    Използването на „+“ вместо „-“ премахва атрибута.  При използването във\n"
2739 "    функция ИМЕната стават локални, както при използването на командата "
2740 "„local“."
2741
2742 #: builtins.c:517
2743 msgid ""
2744 "Set variable values and attributes.\n"
2745 "    \n"
2746 "    Obsolete.  See `help declare'."
2747 msgstr ""
2748
2749 #: builtins.c:525
2750 msgid ""
2751 "Define local variables.\n"
2752 "    \n"
2753 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
2754 "    be any option accepted by `declare'.\n"
2755 "    \n"
2756 "    Local variables can only be used within a function; they are visible\n"
2757 "    only to the function where they are defined and its children.\n"
2758 "    \n"
2759 "    Exit Status:\n"
2760 "    Returns success unless an invalid option is supplied, an error occurs,\n"
2761 "    or the shell is not executing a function."
2762 msgstr ""
2763
2764 #: builtins.c:542
2765 #, fuzzy
2766 msgid ""
2767 "Write arguments to the standard output.\n"
2768 "    \n"
2769 "    Display the ARGs on the standard output followed by a newline.\n"
2770 "    \n"
2771 "    Options:\n"
2772 "      -n\tdo not append a newline\n"
2773 "      -e\tenable interpretation of the following backslash escapes\n"
2774 "      -E\texplicitly suppress interpretation of backslash escapes\n"
2775 "    \n"
2776 "    `echo' interprets the following backslash-escaped characters:\n"
2777 "      \\a\talert (bell)\n"
2778 "      \\b\tbackspace\n"
2779 "      \\c\tsuppress further output\n"
2780 "      \\e\tescape character\n"
2781 "      \\f\tform feed\n"
2782 "      \\n\tnew line\n"
2783 "      \\r\tcarriage return\n"
2784 "      \\t\thorizontal tab\n"
2785 "      \\v\tvertical tab\n"
2786 "      \\\\\tbackslash\n"
2787 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
2788 "    \t0 to 3 octal digits\n"
2789 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
2790 "    \tcan be one or two hex digits\n"
2791 "    \n"
2792 "    Exit Status:\n"
2793 "    Returns success unless a write error occurs."
2794 msgstr ""
2795 " Извеждане на АРГУМЕНТите.  Когато е зададена опцията „-n“, не се извежда "
2796 "знак\n"
2797 "    за нов ред.  Ако е зададена опцията „-e“, се включва интерпретирането "
2798 "на\n"
2799 "    следните знаци екранирани с обратна наклонена черта - „\\“:\n"
2800 "        \\a    системен звънец\n"
2801 "        \\b    триене назад\n"
2802 "        \\c    пропускане на знака за нов ред\n"
2803 "        \\E    знак за екраниране\n"
2804 "        \\f    знак „Завършване на формуляра“ (form feed)\n"
2805 "        \\n    знак за нов ред\n"
2806 "        \\r    знак „Връщане на каретката“ (carriage return)\n"
2807 "        \\t    хоризонтална табулация\n"
2808 "        \\v    вертикална табулация\n"
2809 "        \\\\    обратно наклонена черта\n"
2810 "        \\НМР  знакът с код в ASCII - НоМеР (в осмична бройна система).\n"
2811 "\n"
2812 "    Можете изрично да спрете интерпретирането на горните знаци с опцията „-"
2813 "E“."
2814
2815 #: builtins.c:576
2816 msgid ""
2817 "Write arguments to the standard output.\n"
2818 "    \n"
2819 "    Display the ARGs on the standard output followed by a newline.\n"
2820 "    \n"
2821 "    Options:\n"
2822 "      -n\tdo not append a newline\n"
2823 "    \n"
2824 "    Exit Status:\n"
2825 "    Returns success unless a write error occurs."
2826 msgstr ""
2827
2828 #: builtins.c:591
2829 msgid ""
2830 "Enable and disable shell builtins.\n"
2831 "    \n"
2832 "    Enables and disables builtin shell commands.  Disabling allows you to\n"
2833 "    execute a disk command which has the same name as a shell builtin\n"
2834 "    without using a full pathname.\n"
2835 "    \n"
2836 "    Options:\n"
2837 "      -a\tprint a list of builtins showing whether or not each is enabled\n"
2838 "      -n\tdisable each NAME or display a list of disabled builtins\n"
2839 "      -p\tprint the list of builtins in a reusable format\n"
2840 "      -s\tprint only the names of Posix `special' builtins\n"
2841 "    \n"
2842 "    Options controlling dynamic loading:\n"
2843 "      -f\tLoad builtin NAME from shared object FILENAME\n"
2844 "      -d\tRemove a builtin loaded with -f\n"
2845 "    \n"
2846 "    Without options, each NAME is enabled.\n"
2847 "    \n"
2848 "    To use the `test' found in $PATH instead of the shell builtin\n"
2849 "    version, type `enable -n test'.\n"
2850 "    \n"
2851 "    Exit Status:\n"
2852 "    Returns success unless NAME is not a shell builtin or an error occurs."
2853 msgstr ""
2854
2855 #: builtins.c:619
2856 msgid ""
2857 "Execute arguments as a shell command.\n"
2858 "    \n"
2859 "    Combine ARGs into a single string, use the result as input to the "
2860 "shell,\n"
2861 "    and execute the resulting commands.\n"
2862 "    \n"
2863 "    Exit Status:\n"
2864 "    Returns exit status of command or success if command is null."
2865 msgstr ""
2866
2867 #: builtins.c:631
2868 #, fuzzy
2869 msgid ""
2870 "Parse option arguments.\n"
2871 "    \n"
2872 "    Getopts is used by shell procedures to parse positional parameters\n"
2873 "    as options.\n"
2874 "    \n"
2875 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
2876 "    is followed by a colon, the option is expected to have an argument,\n"
2877 "    which should be separated from it by white space.\n"
2878 "    \n"
2879 "    Each time it is invoked, getopts will place the next option in the\n"
2880 "    shell variable $name, initializing name if it does not exist, and\n"
2881 "    the index of the next argument to be processed into the shell\n"
2882 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
2883 "    a shell script is invoked.  When an option requires an argument,\n"
2884 "    getopts places that argument into the shell variable OPTARG.\n"
2885 "    \n"
2886 "    getopts reports errors in one of two ways.  If the first character\n"
2887 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
2888 "    this mode, no error messages are printed.  If an invalid option is\n"
2889 "    seen, getopts places the option character found into OPTARG.  If a\n"
2890 "    required argument is not found, getopts places a ':' into NAME and\n"
2891 "    sets OPTARG to the option character found.  If getopts is not in\n"
2892 "    silent mode, and an invalid option is seen, getopts places '?' into\n"
2893 "    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
2894 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2895 "    printed.\n"
2896 "    \n"
2897 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
2898 "    printing of error messages, even if the first character of\n"
2899 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
2900 "    \n"
2901 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
2902 "    more arguments are given, they are parsed instead.\n"
2903 "    \n"
2904 "    Exit Status:\n"
2905 "    Returns success if an option is found; fails if the end of options is\n"
2906 "    encountered or an error occurs."
2907 msgstr ""
2908 " getopts се използва от процедурите на обвивката за анализа на позиционните\n"
2909 "    аргументи.\n"
2910 "    \n"
2911 "    НИЗът_С_ОПЦИИ съдържа знаците, които трябва да се разпознават като "
2912 "опции.\n"
2913 "    Ако буквата е следвана от двоеточие, очаква се опцията да получава "
2914 "аргумент,\n"
2915 "    който да е разделен от нея с интервал(и).\n"
2916 "    \n"
2917 "    При всяко извикване, „getopts“ поставя следващата опция в променливата "
2918 "на\n"
2919 "    обвивката $name, като я инициализира, ако тя не съществува, а индексът "
2920 "на\n"
2921 "    следващия аргумент, който трябва да се обработи, в променливата на "
2922 "обвивката\n"
2923 "    $OPTIND.  $OPTIND се инициализира да е 1 при всяко извикване на обвивка "
2924 "или\n"
2925 "    скрипт.  Когато опцията се нуждае от аргумент, той се поставя в "
2926 "променливата\n"
2927 "    на обвивката $OPTARG.\n"
2928 "    \n"
2929 "    „getopts“ докладва грешки по един от два начина.  Ако първият знак на\n"
2930 "    $OPTSTRING е двоеточие, „getopts“ използва тихо докладване.  В този "
2931 "режим\n"
2932 "    не се извеждат никакви съобщения за грешка.  Ако се срещне неправилна "
2933 "опция,\n"
2934 "    „getopts“ слага „:“ в $NAME, а в $OPTARG - срещнатия знак за опция.  "
2935 "Ако\n"
2936 "    „getopts“ не е в режим на тихо докладване, в $NAME се слага „?“, $OPTARG "
2937 "се\n"
2938 "    премахва и се изписва диагностично съобщение.\n"
2939 "    \n"
2940 "    Ако променливата на обвивката $OPTERR е със стойност 0, „getopts“ "
2941 "изключва\n"
2942 "    извеждането на диагностични съобщения, дори първият знак в $OPTSTRING да "
2943 "не\n"
2944 "    е двоеточие.  По подразбиране $OPTERR е със стойност 1.\n"
2945 "    \n"
2946 "    „getopts“ по принцип анализира позиционните аргументи ($0 - $9), но ако "
2947 "са\n"
2948 "    дадени повече аргументи, те биват анализирани вместо това."
2949
2950 #: builtins.c:673
2951 msgid ""
2952 "Replace the shell with the given command.\n"
2953 "    \n"
2954 "    Execute COMMAND, replacing this shell with the specified program.\n"
2955 "    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
2956 "specified,\n"
2957 "    any redirections take effect in the current shell.\n"
2958 "    \n"
2959 "    Options:\n"
2960 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
2961 "      -c\t\texecute COMMAND with an empty environment\n"
2962 "      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2963 "    \n"
2964 "    If the command cannot be executed, a non-interactive shell exits, "
2965 "unless\n"
2966 "    the shell option `execfail' is set.\n"
2967 "    \n"
2968 "    Exit Status:\n"
2969 "    Returns success unless COMMAND is not found or a redirection error "
2970 "occurs."
2971 msgstr ""
2972
2973 #: builtins.c:694
2974 #, fuzzy
2975 msgid ""
2976 "Exit the shell.\n"
2977 "    \n"
2978 "    Exits the shell with a status of N.  If N is omitted, the exit status\n"
2979 "    is that of the last command executed."
2980 msgstr ""
2981 " Изход от обвивката с код N.  Ако N е изпуснат, то изходният код е този на\n"
2982 "     последната изпълнена команда."
2983
2984 #: builtins.c:703
2985 msgid ""
2986 "Exit a login shell.\n"
2987 "    \n"
2988 "    Exits a login shell with exit status N.  Returns an error if not "
2989 "executed\n"
2990 "    in a login shell."
2991 msgstr ""
2992
2993 #: builtins.c:713
2994 #, fuzzy
2995 msgid ""
2996 "Display or execute commands from the history list.\n"
2997 "    \n"
2998 "    fc is used to list or edit and re-execute commands from the history "
2999 "list.\n"
3000 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3001 "    string, which means the most recent command beginning with that\n"
3002 "    string.\n"
3003 "    \n"
3004 "    Options:\n"
3005 "      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
3006 "EDITOR,\n"
3007 "    \t\tthen vi\n"
3008 "      -l \tlist lines instead of editing\n"
3009 "      -n\tomit line numbers when listing\n"
3010 "      -r\treverse the order of the lines (newest listed first)\n"
3011 "    \n"
3012 "    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3013 "    re-executed after the substitution OLD=NEW is performed.\n"
3014 "    \n"
3015 "    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3016 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
3017 "    the last command.\n"
3018 "    \n"
3019 "    Exit Status:\n"
3020 "    Returns success or status of executed command; non-zero if an error "
3021 "occurs."
3022 msgstr ""
3023 " „fc“ се използва, за изброяването или редактирането и повторното изпълнение "
3024 "на\n"
3025 "    команди от списъка на историята.  ПЪРВИ и ПОСЛЕДЕН са номера, които "
3026 "могат да\n"
3027 "    указват допустимия диапазон.  Ако е зададен само ПЪРВИят аргумент,  той\n"
3028 "    задава низ, който е началото на команда.\n"
3029 "    \n"
3030 "       -e РЕДАКТОР    показва редактора, който да се използва.  Стандартно "
3031 "е\n"
3032 "                          $FCEDIT, след това се проверява $EDITOR и накрая "
3033 "„vi“.\n"
3034 "       -l             означава редовете да се покажат вместо редактират.\n"
3035 "       -n             означава номерата на редовете да не се показват.\n"
3036 "       -r             означава обратна подредба (отпред да е най-новият "
3037 "ред).\n"
3038 "    \n"
3039 "    При варианта „fc -s [ШАБЛ=ЗАМЕСТ …] [КОМАНДА]“ командата се изпълнява, "
3040 "като\n"
3041 "    всяка поява на ШАБЛона се заменя със ЗАМЕСТителя.\n"
3042 "    \n"
3043 "    Удобен за използване синоним е „r='fc -s'“.  По такъв начин, ако "
3044 "напишете\n"
3045 "    „r cc“, ще се изпълни последната команда, която започва с „cc“, а "
3046 "когато\n"
3047 "    се въведе само „-r“, ще се изпълни последната команда."
3048
3049 #: builtins.c:743
3050 #, fuzzy
3051 msgid ""
3052 "Move job to the foreground.\n"
3053 "    \n"
3054 "    Place the job identified by JOB_SPEC in the foreground, making it the\n"
3055 "    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
3056 "    current job is used.\n"
3057 "    \n"
3058 "    Exit Status:\n"
3059 "    Status of command placed in foreground, or failure if an error occurs."
3060 msgstr ""
3061 " Изважда ЗАДАЧА от фонов режим и я прави текуща задача.  Ако липсва\n"
3062 "    аргумент ЗАДАЧА, се използва текущата задача според обвивката."
3063
3064 #: builtins.c:758
3065 #, fuzzy
3066 msgid ""
3067 "Move jobs to the background.\n"
3068 "    \n"
3069 "    Place the jobs identified by each JOB_SPEC in the background, as if "
3070 "they\n"
3071 "    had been started with `&'.  If JOB_SPEC is not present, the shell's "
3072 "notion\n"
3073 "    of the current job is used.\n"
3074 "    \n"
3075 "    Exit Status:\n"
3076 "    Returns success unless job control is not enabled or an error occurs."
3077 msgstr ""
3078 " Поставя всяка ЗАДАЧА във фонов режим, все едно е била стартирана с „&“.\n"
3079 "    Ако липсва аргумент ЗАДАЧА, се използва текущата задача според обвивката."
3080
3081 #: builtins.c:772
3082 msgid ""
3083 "Remember or display program locations.\n"
3084 "    \n"
3085 "    Determine and remember the full pathname of each command NAME.  If\n"
3086 "    no arguments are given, information about remembered commands is "
3087 "displayed.\n"
3088 "    \n"
3089 "    Options:\n"
3090 "      -d\t\tforget the remembered location of each NAME\n"
3091 "      -l\t\tdisplay in a format that may be reused as input\n"
3092 "      -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3093 "      -r\t\tforget all remembered locations\n"
3094 "      -t\t\tprint the remembered location of each NAME, preceding\n"
3095 "    \t\teach location with the corresponding NAME if multiple\n"
3096 "    \t\tNAMEs are given\n"
3097 "    Arguments:\n"
3098 "      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3099 "    \t\tof remembered commands.\n"
3100 "    \n"
3101 "    Exit Status:\n"
3102 "    Returns success unless NAME is not found or an invalid option is given."
3103 msgstr ""
3104
3105 #: builtins.c:797
3106 msgid ""
3107 "Display information about builtin commands.\n"
3108 "    \n"
3109 "    Displays brief summaries of builtin commands.  If PATTERN is\n"
3110 "    specified, gives detailed help on all commands matching PATTERN,\n"
3111 "    otherwise the list of help topics is printed.\n"
3112 "    \n"
3113 "    Options:\n"
3114 "      -d\toutput short description for each topic\n"
3115 "      -m\tdisplay usage in pseudo-manpage format\n"
3116 "      -s\toutput only a short usage synopsis for each topic matching\n"
3117 "    \tPATTERN\n"
3118 "    \n"
3119 "    Arguments:\n"
3120 "      PATTERN\tPattern specifiying a help topic\n"
3121 "    \n"
3122 "    Exit Status:\n"
3123 "    Returns success unless PATTERN is not found or an invalid option is "
3124 "given."
3125 msgstr ""
3126
3127 #: builtins.c:821
3128 #, fuzzy
3129 msgid ""
3130 "Display or manipulate the history list.\n"
3131 "    \n"
3132 "    Display the history list with line numbers, prefixing each modified\n"
3133 "    entry with a `*'.  An argument of N lists only the last N entries.\n"
3134 "    \n"
3135 "    Options:\n"
3136 "      -c\tclear the history list by deleting all of the entries\n"
3137 "      -d offset\tdelete the history entry at offset OFFSET.\n"
3138 "    \n"
3139 "      -a\tappend history lines from this session to the history file\n"
3140 "      -n\tread all history lines not already read from the history file\n"
3141 "      -r\tread the history file and append the contents to the history\n"
3142 "    \tlist\n"
3143 "      -w\twrite the current history to the history file\n"
3144 "    \tand append them to the history list\n"
3145 "    \n"
3146 "      -p\tperform history expansion on each ARG and display the result\n"
3147 "    \twithout storing it in the history list\n"
3148 "      -s\tappend the ARGs to the history list as a single entry\n"
3149 "    \n"
3150 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
3151 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
3152 "    \n"
3153 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3154 "    as a format string for strftime(3) to print the time stamp associated\n"
3155 "    with each displayed history entry.  No time stamps are printed "
3156 "otherwise.\n"
3157 "    \n"
3158 "    Exit Status:\n"
3159 "    Returns success unless an invalid option is given or an error occurs."
3160 msgstr ""
3161 " Показване на списъка на историята с номера на ред.  Редовете, които са\n"
3162 "    отбелязани със знака „*“, са били променени.  Аргументът N указва да се\n"
3163 "    извеждат само N на брой реда.  Опцията „-c“ предизвиква изчистването на\n"
3164 "    списъка, като се изтриват всички елементи от него.  Опцията „-d“ "
3165 "изтрива\n"
3166 "    елемента в историята намиращ се посочената ПОЗИЦИЯ.  Опцията „-w“ "
3167 "записва\n"
3168 "    текущата история във файла за историята.  Опцията „-r“ означава същият "
3169 "файл\n"
3170 "    да се прочете, а съдържанието му да се добави към историята.  Опцията „-"
3171 "a“\n"
3172 "    добавя историята от текущата сесия към файла с историята.  Опцията „-n“\n"
3173 "    предизвиква всички редове от файла с историята, които все още не са\n"
3174 "    прочетени от файла с историята, да се прочетат и добавят към текущата\n"
3175 "    история на командите.\n"
3176 "    \n"
3177 "    Ако аргументът ИМЕ_НА_ФАЙЛ е зададен, той се използва като файл за\n"
3178 "    историята. Ако той липсва, се използва файлът сочен в променливата на\n"
3179 "    средата $HISTFILE. В противен случай се ползва „~/.bash_history“. Ако е\n"
3180 "    зададена опцията „-s“, аргументите, които не са опции, се добавят като "
3181 "един\n"
3182 "    елемент към файла с историята.  Опцията „-p“ означава да се извърши\n"
3183 "    историческо заместване за всеки АРГУМЕНТ, а резултатът да се изведе, "
3184 "без\n"
3185 "    нищо да се записва в историята на командите.\n"
3186 "    \n"
3187 "    Ако променливата $HISTTIMEFORMAT е зададена и не е „null“, стойността ѝ "
3188 "се\n"
3189 "    използва като форматиращия низ за функцията „strftime“, за да се "
3190 "отбелязва\n"
3191 "    времето свързано с всеки елемент от историята.  В противен случай "
3192 "времето не\n"
3193 "    се записва."
3194
3195 #: builtins.c:857
3196 #, fuzzy
3197 msgid ""
3198 "Display status of jobs.\n"
3199 "    \n"
3200 "    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
3201 "    Without options, the status of all active jobs is displayed.\n"
3202 "    \n"
3203 "    Options:\n"
3204 "      -l\tlists process IDs in addition to the normal information\n"
3205 "      -n\tlist only processes that have changed status since the last\n"
3206 "    \tnotification\n"
3207 "      -p\tlists process IDs only\n"
3208 "      -r\trestrict output to running jobs\n"
3209 "      -s\trestrict output to stopped jobs\n"
3210 "    \n"
3211 "    If -x is supplied, COMMAND is run after all job specifications that\n"
3212 "    appear in ARGS have been replaced with the process ID of that job's\n"
3213 "    process group leader.\n"
3214 "    \n"
3215 "    Exit Status:\n"
3216 "    Returns success unless an invalid option is given or an error occurs.\n"
3217 "    If -x is used, returns the exit status of COMMAND."
3218 msgstr ""
3219 " Извежда списък с активните задачи.  Опцията „-l“ включва и идентификатора "
3220 "на\n"
3221 "    процесите в добавка към стандартната информация.  Опцията „-p“ извежда "
3222 "само\n"
3223 "    идентификаторите на процесите.  Ако е зададена опцията „-n“ се извеждат "
3224 "само\n"
3225 "    процесите с променено състояние от последното извеждане на тази "
3226 "информация.\n"
3227 "    ЗАДАЧАта ограничава информацията до себе си.  Опциите „-r“ и „-s“\n"
3228 "    ограничават съответно изхода само до работещите и спрени задачи.  Без "
3229 "опции\n"
3230 "    се отпечатва състоянието на всички активни задачи.  Ако е зададена "
3231 "опцията\n"
3232 "    „-x“, КОМАНДАта се изпълнява, след като всички ЗАДАЧи, които се появяват "
3233 "като\n"
3234 "    аргументи, се заменят с идентификатора на водача на групата процеси."
3235
3236 #: builtins.c:884
3237 msgid ""
3238 "Remove jobs from current shell.\n"
3239 "    \n"
3240 "    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
3241 "    any JOBSPECs, the shell uses its notion of the current job.\n"
3242 "    \n"
3243 "    Options:\n"
3244 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
3245 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3246 "    \tshell receives a SIGHUP\n"
3247 "      -r\tremove only running jobs\n"
3248 "    \n"
3249 "    Exit Status:\n"
3250 "    Returns success unless an invalid option or JOBSPEC is given."
3251 msgstr ""
3252
3253 #: builtins.c:903
3254 #, fuzzy
3255 msgid ""
3256 "Send a signal to a job.\n"
3257 "    \n"
3258 "    Send the processes identified by PID or JOBSPEC the signal named by\n"
3259 "    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
3260 "    SIGTERM is assumed.\n"
3261 "    \n"
3262 "    Options:\n"
3263 "      -s sig\tSIG is a signal name\n"
3264 "      -n sig\tSIG is a signal number\n"
3265 "      -l\tlist the signal names; if arguments follow `-l' they are\n"
3266 "    \tassumed to be signal numbers for which names should be listed\n"
3267 "    \n"
3268 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3269 "    instead of process IDs, and allows processes to be killed if the limit\n"
3270 "    on processes that you can create is reached.\n"
3271 "    \n"
3272 "    Exit Status:\n"
3273 "    Returns success unless an invalid option is given or an error occurs."
3274 msgstr ""
3275 " Изпращане на сигнала SIGSPEC на процеса с идентификатор ИдП (или ЗАДАЧА).\n"
3276 "    Ако сигналът SIGSPEC не съществува, се използва SIGTERM.\n"
3277 "    Опцията „-l“ изброява имената на сигналите.  Ако към нея са добавени\n"
3278 "    аргументи, те се интерпретират като номера на сигналите чиито имена\n"
3279 "    да се изброят.  „kill“ е команда вградена в обвивката поради две\n"
3280 "    причини: позволява да се използват и идентификатори на задачи освен\n"
3281 "    идентификатори на процеси, а и ако сте пуснали максимално разрешения\n"
3282 "    за вас брой процеси, няма да ви се налага да пуснете още един процес,\n"
3283 "    за да убиете друг."
3284
3285 #: builtins.c:926
3286 #, fuzzy
3287 msgid ""
3288 "Evaluate arithmetic expressions.\n"
3289 "    \n"
3290 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
3291 "    fixed-width integers with no check for overflow, though division by 0\n"
3292 "    is trapped and flagged as an error.  The following list of operators is\n"
3293 "    grouped into levels of equal-precedence operators.  The levels are "
3294 "listed\n"
3295 "    in order of decreasing precedence.\n"
3296 "    \n"
3297 "    \tid++, id--\tvariable post-increment, post-decrement\n"
3298 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
3299 "    \t-, +\t\tunary minus, plus\n"
3300 "    \t!, ~\t\tlogical and bitwise negation\n"
3301 "    \t**\t\texponentiation\n"
3302 "    \t*, /, %\t\tmultiplication, division, remainder\n"
3303 "    \t+, -\t\taddition, subtraction\n"
3304 "    \t<<, >>\t\tleft and right bitwise shifts\n"
3305 "    \t<=, >=, <, >\tcomparison\n"
3306 "    \t==, !=\t\tequality, inequality\n"
3307 "    \t&\t\tbitwise AND\n"
3308 "    \t^\t\tbitwise XOR\n"
3309 "    \t|\t\tbitwise OR\n"
3310 "    \t&&\t\tlogical AND\n"
3311 "    \t||\t\tlogical OR\n"
3312 "    \texpr ? expr : expr\n"
3313 "    \t\t\tconditional operator\n"
3314 "    \t=, *=, /=, %=,\n"
3315 "    \t+=, -=, <<=, >>=,\n"
3316 "    \t&=, ^=, |=\tassignment\n"
3317 "    \n"
3318 "    Shell variables are allowed as operands.  The name of the variable\n"
3319 "    is replaced by its value (coerced to a fixed-width integer) within\n"
3320 "    an expression.  The variable need not have its integer attribute\n"
3321 "    turned on to be used in an expression.\n"
3322 "    \n"
3323 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
3324 "    parentheses are evaluated first and may override the precedence\n"
3325 "    rules above.\n"
3326 "    \n"
3327 "    Exit Status:\n"
3328 "    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3329 msgstr ""
3330 " Всеки аргумент е аритметичен израз, който се бъде изчислен.  Изчисленията\n"
3331 "    се извършват в аритметика с целочислени стойности с постоянна широчина\n"
3332 "    без проверка за препълване.  Делението на 0 се прихваща и се отбелязва\n"
3333 "    грешка.  Следващият списък на оператори е разделен на групи според\n"
3334 "    приоритета на операциите.  Подредбата е с намаляващ приоритет.\n"
3335 "    \n"
3336 "        id++, id--      последващо увеличаване/намаляване на променлива\n"
3337 "        ++id, --id      предварително увеличаване/намаляване на променлива\n"
3338 "        -, +            унарни минус, плюс\n"
3339 "        !, ~            логическо и побитово отрицания\n"
3340 "        **              вдигане на степен\n"
3341 "        *, /, %         умножение, деление, целочислен остатък\n"
3342 "        +, -            събиране, изваждане\n"
3343 "        <<, >>          побитово местене наляво и надясно\n"
3344 "        <=, >=, <, >    сравнение\n"
3345 "        ==, !=          равно, различно\n"
3346 "        &               побитово И\n"
3347 "        ^               побитово ИЛИ, ИЛИ\n"
3348 "        |               побитово ИЛИ\n"
3349 "        &&              логическо И\n"
3350 "        ||              логическо ИЛИ\n"
3351 "        expr ? expr : expr\n"
3352 "                        условен оператор\n"
3353 "        =, *=, /=, %=,\n"
3354 "        +=, -=, <<=, >>=,\n"
3355 "        &=, ^=, |=      присвояване\n"
3356 "    \n"
3357 "    Разрешено е ползването на променливи на обвивката като операнди.\n"
3358 "    Името на променлива се замества с нейната стойност (която се\n"
3359 "    преобразува до цяло число с постоянна широчина) в израза.  Не\n"
3360 "    е необходимо за променливата да е с атрибут за целочисленост, за\n"
3361 "    да се използва в израз.\n"
3362 "    \n"
3363 "    Операторите се изчисляват по приоритет.  Подизразите в скоби се\n"
3364 "    изчисляват първи и могат да променят приоритета.\n"
3365 "    \n"
3366 "    Ако последният АРГУМЕНТ се изчислява като 0, „let“ връща 1. В\n"
3367 "    противен случай - връща 0."
3368
3369 #: builtins.c:971
3370 #, fuzzy
3371 msgid ""
3372 "Read a line from the standard input and split it into fields.\n"
3373 "    \n"
3374 "    Reads a single line from the standard input, or from file descriptor FD\n"
3375 "    if the -u option is supplied.  The line is split into fields as with "
3376 "word\n"
3377 "    splitting, and the first word is assigned to the first NAME, the second\n"
3378 "    word to the second NAME, and so on, with any leftover words assigned to\n"
3379 "    the last NAME.  Only the characters found in $IFS are recognized as "
3380 "word\n"
3381 "    delimiters.\n"
3382 "    \n"
3383 "    If no NAMEs are supplied, the line read is stored in the REPLY "
3384 "variable.\n"
3385 "    \n"
3386 "    Options:\n"
3387 "      -a array\tassign the words read to sequential indices of the array\n"
3388 "    \t\tvariable ARRAY, starting at zero\n"
3389 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
3390 "    \t\tthan newline\n"
3391 "      -e\t\tuse Readline to obtain the line in an interactive shell\n"
3392 "      -i text\tUse TEXT as the initial text for Readline\n"
3393 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3394 "    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3395 "    \t\tcharacters are read before the delimiter\n"
3396 "      -N nchars\treturn only after reading exactly NCHARS characters, "
3397 "unless\n"
3398 "    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
3399 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
3400 "    \t\tattempting to read\n"
3401 "      -r\t\tdo not allow backslashes to escape any characters\n"
3402 "      -s\t\tdo not echo input coming from a terminal\n"
3403 "      -t timeout\ttime out and return failure if a complete line of input "
3404 "is\n"
3405 "    \t\tnot read withint TIMEOUT seconds.  The value of the TMOUT\n"
3406 "    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
3407 "    \t\tfractional number.  If TIMEOUT is 0, read returns success only\n"
3408 "    \t\tif input is available on the specified file descriptor.  The\n"
3409 "    \t\texit status is greater than 128 if the timeout is exceeded\n"
3410 "      -u fd\t\tread from file descriptor FD instead of the standard input\n"
3411 "    \n"
3412 "    Exit Status:\n"
3413 "    The return code is zero, unless end-of-file is encountered, read times "
3414 "out,\n"
3415 "    or an invalid file descriptor is supplied as the argument to -u."
3416 msgstr ""
3417 " От стандартния вход или от файловия дескриптор ФД, ако е използвана опцията "
3418 "„-u“,\n"
3419 "    се прочита един ред и първата дума се присвоява на първото ИМЕ, втората "
3420 "дума\n"
3421 "    на второто ИМЕ и т.н., а на последното ИМЕ се присвояват оставащите "
3422 "думи.\n"
3423 "    Като разделители на думи се използват само знаците указани в $IFS.  Ако "
3424 "не са\n"
3425 "    дадени ИМЕна, прочетеният ред се запазва в променливата $REPLY. Когато "
3426 "е\n"
3427 "    използвана опцията „-r“, входът не се обработва и заместването на\n"
3428 "    екранираните с „\\“ знаци се изключва. Опцията „-d“ кара „read“ да\n"
3429 "    продължи до прочитането на първия знак, който присъства в променливата\n"
3430 "    $DELIM, а не до минаването на нов ред.  Ако е зададена опцията „-p“, се\n"
3431 "    извежда низът ПОДСКАЗКА без минаване на нов ред, преди да се четат знаци "
3432 "на\n"
3433 "    входа.  Когато е зададена опцията „-a“, прочетените уми се присвояват\n"
3434 "    последователно на елементите на МАСИВа, като индексът му започва от 0.  "
3435 "Ако\n"
3436 "    присъства опцията „-e“, а обвивката е интерактивна, за четене на реда "
3437 "се\n"
3438 "    използва „readline“.  Когато опцията „-n“ има аргумент БРОЙ_ЗНАЦИ, то "
3439 "„read“\n"
3440 "    свършва след прочитането на този БРОЙ_ЗНАЦИ.  С опцията „-s“ входът от\n"
3441 "    терминал не се отпечатва на екрана.\n"
3442 "    \n"
3443 "    Опцията „-t“ задава ИНТЕРВАЛ, в който трябва да се въведе цял ред.  В\n"
3444 "    противен случай „read“ завършва с грешка.  Ако е зададена, стойността "
3445 "на\n"
3446 "    променливата $TMOUT обозначава времето, за което трябва да се въведе "
3447 "редът.\n"
3448 "    Изходният код е 0, освен ако не се срещне знак за край на файл „EOF“, "
3449 "мине\n"
3450 "    ИНТЕРВАЛът за въвеждане или е зададен неправилен файлов дескриптор като\n"
3451 "    аргумент на „-u“."
3452
3453 #: builtins.c:1014
3454 msgid ""
3455 "Return from a shell function.\n"
3456 "    \n"
3457 "    Causes a function or sourced script to exit with the return value\n"
3458 "    specified by N.  If N is omitted, the return status is that of the\n"
3459 "    last command executed within the function or script.\n"
3460 "    \n"
3461 "    Exit Status:\n"
3462 "    Returns N, or failure if the shell is not executing a function or script."
3463 msgstr ""
3464
3465 #: builtins.c:1027
3466 #, fuzzy
3467 msgid ""
3468 "Set or unset values of shell options and positional parameters.\n"
3469 "    \n"
3470 "    Change the value of shell attributes and positional parameters, or\n"
3471 "    display the names and values of shell variables.\n"
3472 "    \n"
3473 "    Options:\n"
3474 "      -a  Mark variables which are modified or created for export.\n"
3475 "      -b  Notify of job termination immediately.\n"
3476 "      -e  Exit immediately if a command exits with a non-zero status.\n"
3477 "      -f  Disable file name generation (globbing).\n"
3478 "      -h  Remember the location of commands as they are looked up.\n"
3479 "      -k  All assignment arguments are placed in the environment for a\n"
3480 "          command, not just those that precede the command name.\n"
3481 "      -m  Job control is enabled.\n"
3482 "      -n  Read commands but do not execute them.\n"
3483 "      -o option-name\n"
3484 "          Set the variable corresponding to option-name:\n"
3485 "              allexport    same as -a\n"
3486 "              braceexpand  same as -B\n"
3487 "              emacs        use an emacs-style line editing interface\n"
3488 "              errexit      same as -e\n"
3489 "              errtrace     same as -E\n"
3490 "              functrace    same as -T\n"
3491 "              hashall      same as -h\n"
3492 "              histexpand   same as -H\n"
3493 "              history      enable command history\n"
3494 "              ignoreeof    the shell will not exit upon reading EOF\n"
3495 "              interactive-comments\n"
3496 "                           allow comments to appear in interactive commands\n"
3497 "              keyword      same as -k\n"
3498 "              monitor      same as -m\n"
3499 "              noclobber    same as -C\n"
3500 "              noexec       same as -n\n"
3501 "              noglob       same as -f\n"
3502 "              nolog        currently accepted but ignored\n"
3503 "              notify       same as -b\n"
3504 "              nounset      same as -u\n"
3505 "              onecmd       same as -t\n"
3506 "              physical     same as -P\n"
3507 "              pipefail     the return value of a pipeline is the status of\n"
3508 "                           the last command to exit with a non-zero status,\n"
3509 "                           or zero if no command exited with a non-zero "
3510 "status\n"
3511 "              posix        change the behavior of bash where the default\n"
3512 "                           operation differs from the Posix standard to\n"
3513 "                           match the standard\n"
3514 "              privileged   same as -p\n"
3515 "              verbose      same as -v\n"
3516 "              vi           use a vi-style line editing interface\n"
3517 "              xtrace       same as -x\n"
3518 "      -p  Turned on whenever the real and effective user ids do not match.\n"
3519 "          Disables processing of the $ENV file and importing of shell\n"
3520 "          functions.  Turning this option off causes the effective uid and\n"
3521 "          gid to be set to the real uid and gid.\n"
3522 "      -t  Exit after reading and executing one command.\n"
3523 "      -u  Treat unset variables as an error when substituting.\n"
3524 "      -v  Print shell input lines as they are read.\n"
3525 "      -x  Print commands and their arguments as they are executed.\n"
3526 "      -B  the shell will perform brace expansion\n"
3527 "      -C  If set, disallow existing regular files to be overwritten\n"
3528 "          by redirection of output.\n"
3529 "      -E  If set, the ERR trap is inherited by shell functions.\n"
3530 "      -H  Enable ! style history substitution.  This flag is on\n"
3531 "          by default when the shell is interactive.\n"
3532 "      -P  If set, do not follow symbolic links when executing commands\n"
3533 "          such as cd which change the current directory.\n"
3534 "      -T  If set, the DEBUG trap is inherited by shell functions.\n"
3535 "      --  Assign any remaining arguments to the positional parameters.\n"
3536 "          If there are no remaining arguments, the positional parameters\n"
3537 "          are unset.\n"
3538 "      -   Assign any remaining arguments to the positional parameters.\n"
3539 "          The -x and -v options are turned off.\n"
3540 "    \n"
3541 "    Using + rather than - causes these flags to be turned off.  The\n"
3542 "    flags can also be used upon invocation of the shell.  The current\n"
3543 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3544 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3545 "    ARGs are given, all shell variables are printed.\n"
3546 "    \n"
3547 "    Exit Status:\n"
3548 "    Returns success unless an invalid option is given."
3549 msgstr ""
3550 "    -a    Отбелязване на променливите, които са създадени или променени, да\n"
3551 "              бъдат изнесени.\n"
3552 "    -b    Незабавно известяване на спиране на задача.\n"
3553 "    -e    Незабавен изход, ако команда приключи команда с код, който не е "
3554 "0.\n"
3555 "    -f    Изключване на генерирането на имена на файлове (чрез „*“, „?“ и т."
3556 "н.).\n"
3557 "    -h    Запомняне на местоположението на команди при търсенето им.\n"
3558 "    -k    Всички аргументи за присвояване се поместват в средата на команда, "
3559 "не\n"
3560 "              само тези, които предхождат името на команда.\n"
3561 "    -m    Включване на управлението на задачи.\n"
3562 "    -n    Прочитане на команди, без да се изпълняват.\n"
3563 "    -o ИМЕ_НА_ОПЦИЯ\n"
3564 "          Задаване на променливата, която отговаря на ИМЕто_НА_ОПЦИЯ:\n"
3565 "        allexport    същото като „-a“\n"
3566 "        braceexpand  същото като „-B“\n"
3567 "        emacs        използване на интерфейс за редактиране подобен на "
3568 "„emacs“\n"
3569 "        errexit      същото като „-e“\n"
3570 "        errtrace     същото като „-E“\n"
3571 "        functrace    същото като „-T“\n"
3572 "        hashall      същото като „-h“\n"
3573 "        histexpand   същото като „-H“\n"
3574 "        history      включване на историята на командите\n"
3575 "        ignoreeof    обвивката няма да излезе при откриване на знак за край "
3576 "на\n"
3577 "                         файл „EOF“.\n"
3578 "        interactive-comments\n"
3579 "                     позволяване на коментари в интерактивните команди\n"
3580 "        keyword      същото като „-k“\n"
3581 "        monitor      същото като „-m“\n"
3582 "        noclobber    същото като „-C“\n"
3583 "        noexec       същото като „-n“\n"
3584 "        noglob       същото като „-f“\n"
3585 "        nolog        тази опция се приема в момента, но се игнорира\n"
3586 "        notify       същото като „-b“\n"
3587 "        nounset      същото като „-u“\n"
3588 "        onecmd       същото като „-t“\n"
3589 "        physical     същото като „-P“\n"
3590 "        pipefail     изходният код на програмния канал е този на последната\n"
3591 "                         команда, която завършва с код различен от 0\n"
3592 "        posix        промяна на поведението на „bash“ да отговаря на "
3593 "стандарт\n"
3594 "                         1003.2\n"
3595 "        privileged   същото като „-p“\n"
3596 "        verbose      същото като „-v“\n"
3597 "        vi           използване на интерфейс за редактиране подобен на „vi“\n"
3598 "        xtrace       същото като „-x“\n"
3599 "    -p    Опцията включена. когато реалният и ефективният идентификатори "
3600 "процеси\n"
3601 "              не съвпадат.  Изключва обработката на файла $ENV и внасянето "
3602 "на\n"
3603 "              функции на обвивката.  Изключването на тази опция води до "
3604 "това\n"
3605 "              ефективните идентификатори за потребител и група да станат "
3606 "равни\n"
3607 "              на реалните.\n"
3608 "    -t    Изход след прочитането и изпълнението на една команда.\n"
3609 "    -u    Незададените променливи да се третират като грешки при "
3610 "заместването.\n"
3611 "    -v    Отпечатване на входните редове към обвивката при прочитането им.\n"
3612 "    -x    Отпечатване на командите и аргументите им при изпълнението им.\n"
3613 "    -B    Обвивката ще извършва заместване на изразите с фигурни скоби.\n"
3614 "    -C    Предотвратяване на презаписването на съществуващите обикновени "
3615 "файлове\n"
3616 "              чрез пренасочване на изхода.\n"
3617 "    -E    Капанът за „ERR“ да се наследява от функциите на обвивката.\n"
3618 "    -H    Включване на заместването чрез историята с „!“.  Стандартно тази "
3619 "опция\n"
3620 "          е налична за интерактивните обвивки.\n"
3621 "    -P    Да не се следват символните връзки при изпълнението на команди "
3622 "като\n"
3623 "              „cd“, които променят текущата директория.\n"
3624 "    -T    Капанът за „DEBUG“ да се наследява от функциите на обвивката.\n"
3625 "    -     Оставащите аргументи да се тълкуват като позиционни.  Опциите „-x“ "
3626 "и\n"
3627 "              са изключени.\n"
3628 "    \n"
3629 "    Използването на „+“ вместо „-“ изключва опциите.  Тези опции могат да "
3630 "се\n"
3631 "    използват и при стартирането на обвивката.  Текущото им състояние се "
3632 "намира\n"
3633 "    в „$-“.  Останалите n на брой АРГументи са позиционни и се присвояват\n"
3634 "    съответно на $1, $2,… $n.  Ако не са зададени АРГументи, се извеждат\n"
3635 "    всички променливи на средата."
3636
3637 #: builtins.c:1112
3638 msgid ""
3639 "Unset values and attributes of shell variables and functions.\n"
3640 "    \n"
3641 "    For each NAME, remove the corresponding variable or function.\n"
3642 "    \n"
3643 "    Options:\n"
3644 "      -f\ttreat each NAME as a shell function\n"
3645 "      -v\ttreat each NAME as a shell variable\n"
3646 "    \n"
3647 "    Without options, unset first tries to unset a variable, and if that "
3648 "fails,\n"
3649 "    tries to unset a function.\n"
3650 "    \n"
3651 "    Some variables cannot be unset; also see `readonly'.\n"
3652 "    \n"
3653 "    Exit Status:\n"
3654 "    Returns success unless an invalid option is given or a NAME is read-only."
3655 msgstr ""
3656
3657 #: builtins.c:1132
3658 msgid ""
3659 "Set export attribute for shell variables.\n"
3660 "    \n"
3661 "    Marks each NAME for automatic export to the environment of subsequently\n"
3662 "    executed commands.  If VALUE is supplied, assign VALUE before "
3663 "exporting.\n"
3664 "    \n"
3665 "    Options:\n"
3666 "      -f\trefer to shell functions\n"
3667 "      -n\tremove the export property from each NAME\n"
3668 "      -p\tdisplay a list of all exported variables and functions\n"
3669 "    \n"
3670 "    An argument of `--' disables further option processing.\n"
3671 "    \n"
3672 "    Exit Status:\n"
3673 "    Returns success unless an invalid option is given or NAME is invalid."
3674 msgstr ""
3675
3676 #: builtins.c:1151
3677 msgid ""
3678 "Mark shell variables as unchangeable.\n"
3679 "    \n"
3680 "    Mark each NAME as read-only; the values of these NAMEs may not be\n"
3681 "    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
3682 "    before marking as read-only.\n"
3683 "    \n"
3684 "    Options:\n"
3685 "      -a\trefer to indexed array variables\n"
3686 "      -A\trefer to associative array variables\n"
3687 "      -f\trefer to shell functions\n"
3688 "      -p\tdisplay a list of all readonly variables and functions\n"
3689 "    \n"
3690 "    An argument of `--' disables further option processing.\n"
3691 "    \n"
3692 "    Exit Status:\n"
3693 "    Returns success unless an invalid option is given or NAME is invalid."
3694 msgstr ""
3695
3696 #: builtins.c:1172
3697 msgid ""
3698 "Shift positional parameters.\n"
3699 "    \n"
3700 "    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
3701 "    not given, it is assumed to be 1.\n"
3702 "    \n"
3703 "    Exit Status:\n"
3704 "    Returns success unless N is negative or greater than $#."
3705 msgstr ""
3706
3707 #: builtins.c:1184 builtins.c:1199
3708 #, fuzzy
3709 msgid ""
3710 "Execute commands from a file in the current shell.\n"
3711 "    \n"
3712 "    Read and execute commands from FILENAME in the current shell.  The\n"
3713 "    entries in $PATH are used to find the directory containing FILENAME.\n"
3714 "    If any ARGUMENTS are supplied, they become the positional parameters\n"
3715 "    when FILENAME is executed.\n"
3716 "    \n"
3717 "    Exit Status:\n"
3718 "    Returns the status of the last command executed in FILENAME; fails if\n"
3719 "    FILENAME cannot be read."
3720 msgstr ""
3721 " Изчитане и изпълнение на командите от ФАЙЛа и изход.  Директориите описани "
3722 "в\n"
3723 "    променливата $PATH се използват за изпълнението на командите от ФАЙЛа.  "
3724 "Ако\n"
3725 "    са зададени АРГУМЕНТИ, те се превръщат в позиционни аргументи при\n"
3726 "    изпълнението на ФАЙЛа."
3727
3728 #: builtins.c:1215
3729 msgid ""
3730 "Suspend shell execution.\n"
3731 "    \n"
3732 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3733 "    Unless forced, login shells cannot be suspended.\n"
3734 "    \n"
3735 "    Options:\n"
3736 "      -f\tforce the suspend, even if the shell is a login shell\n"
3737 "    \n"
3738 "    Exit Status:\n"
3739 "    Returns success unless job control is not enabled or an error occurs."
3740 msgstr ""
3741
3742 #: builtins.c:1231
3743 #, fuzzy
3744 msgid ""
3745 "Evaluate conditional expression.\n"
3746 "    \n"
3747 "    Exits with a status of 0 (true) or 1 (false) depending on\n"
3748 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
3749 "    expressions are often used to examine the status of a file.  There\n"
3750 "    are string operators and numeric comparison operators as well.\n"
3751 "    \n"
3752 "    The behavior of test depends on the number of arguments.  Read the\n"
3753 "    bash manual page for the complete specification.\n"
3754 "    \n"
3755 "    File operators:\n"
3756 "    \n"
3757 "      -a FILE        True if file exists.\n"
3758 "      -b FILE        True if file is block special.\n"
3759 "      -c FILE        True if file is character special.\n"
3760 "      -d FILE        True if file is a directory.\n"
3761 "      -e FILE        True if file exists.\n"
3762 "      -f FILE        True if file exists and is a regular file.\n"
3763 "      -g FILE        True if file is set-group-id.\n"
3764 "      -h FILE        True if file is a symbolic link.\n"
3765 "      -L FILE        True if file is a symbolic link.\n"
3766 "      -k FILE        True if file has its `sticky' bit set.\n"
3767 "      -p FILE        True if file is a named pipe.\n"
3768 "      -r FILE        True if file is readable by you.\n"
3769 "      -s FILE        True if file exists and is not empty.\n"
3770 "      -S FILE        True if file is a socket.\n"
3771 "      -t FD          True if FD is opened on a terminal.\n"
3772 "      -u FILE        True if the file is set-user-id.\n"
3773 "      -w FILE        True if the file is writable by you.\n"
3774 "      -x FILE        True if the file is executable by you.\n"
3775 "      -O FILE        True if the file is effectively owned by you.\n"
3776 "      -G FILE        True if the file is effectively owned by your group.\n"
3777 "      -N FILE        True if the file has been modified since it was last "
3778 "read.\n"
3779 "    \n"
3780 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
3781 "                       modification date).\n"
3782 "    \n"
3783 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
3784 "    \n"
3785 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
3786 "    \n"
3787 "    String operators:\n"
3788 "    \n"
3789 "      -z STRING      True if string is empty.\n"
3790 "    \n"
3791 "      -n STRING\n"
3792 "         STRING      True if string is not empty.\n"
3793 "    \n"
3794 "      STRING1 = STRING2\n"
3795 "                     True if the strings are equal.\n"
3796 "      STRING1 != STRING2\n"
3797 "                     True if the strings are not equal.\n"
3798 "      STRING1 < STRING2\n"
3799 "                     True if STRING1 sorts before STRING2 "
3800 "lexicographically.\n"
3801 "      STRING1 > STRING2\n"
3802 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
3803 "    \n"
3804 "    Other operators:\n"
3805 "    \n"
3806 "      -o OPTION      True if the shell option OPTION is enabled.\n"
3807 "      -v VAR\t True if the shell variable VAR is set\n"
3808 "      ! EXPR         True if expr is false.\n"
3809 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3810 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3811 "    \n"
3812 "      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
3813 "                     -lt, -le, -gt, or -ge.\n"
3814 "    \n"
3815 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3816 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3817 "    than ARG2.\n"
3818 "    \n"
3819 "    Exit Status:\n"
3820 "    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3821 "    false or an invalid argument is given."
3822 msgstr ""
3823 " Изход с код 0 (истина) или 1 (лъжа) в зависимост от стойността на ИЗРАЗа.\n"
3824 "    Изразите могат да бъдат унарни или бинарни.  Унарните най-често се "
3825 "използват\n"
3826 "    за проверка на състоянието на файл.  Освен тях има и оператори за "
3827 "числови\n"
3828 "    сравнения и низови оператори.\n"
3829 "    \n"
3830 "    Файлови оператори:\n"
3831 "    \n"
3832 "        -a ФАЙЛ    Истина, ако ФАЙЛът съществува.\n"
3833 "        -b ФАЙЛ    Истина, ако ФАЙЛът е блоково устройство.\n"
3834 "        -c ФАЙЛ    Истина, ако ФАЙЛът е знаково устройство.\n"
3835 "        -d ФАЙЛ    Истина, ако ФАЙЛът е директория.\n"
3836 "        -e ФАЙЛ    Истина, ако ФАЙЛът съществува.\n"
3837 "        -f ФАЙЛ    Истина, ако ФАЙЛът съществува и е обикновен файл.\n"
3838 "        -g ФАЙЛ    Истина, ако ФАЙЛът е със зададен бит за смяна на група\n"
3839 "                       при изпълнение.\n"
3840 "        -h ФАЙЛ    Истина, ако ФАЙЛът е символна връзка.\n"
3841 "        -L ФАЙЛ    Истина, ако ФАЙЛът е символна връзка.\n"
3842 "        -k ФАЙЛ    Истина, ако ФАЙЛът е със зададен лепкав бит.\n"
3843 "        -p ФАЙЛ    Истина, ако ФАЙЛът е именуван програмен канал.\n"
3844 "        -r ФАЙЛ    Истина, ако ФАЙЛът може да бъде прочетен от вас.\n"
3845 "        -s ФАЙЛ    Истина, ако ФАЙЛът може да бъде записван от вас.\n"
3846 "        -S ФАЙЛ    Истина, ако ФАЙЛът е програмно гнездо.\n"
3847 "        -t ФДСК    Истина, ако Файловият_ДеСКриптор е отворен на терминал.\n"
3848 "        -u ФАЙЛ    Истина, ако ФАЙЛът е със зададен бит за смяна на "
3849 "потребител\n"
3850 "                       при изпълнение.\n"
3851 "        -w ФАЙЛ    Истина, ако ФАЙЛът може да бъде записван от вас.\n"
3852 "        -x ФАЙЛ    Истина, ако ФАЙЛът може да бъде изпълняван от вас.\n"
3853 "        -O ФАЙЛ    Истина, ако ФАЙЛът може да бъде ефективно притежаван от "
3854 "вас.\n"
3855 "        -G ФАЙЛ    Истина, ако ФАЙЛът може да бъде ефективно притежаван от "
3856 "вашата\n"
3857 "                       група.\n"
3858 "        -N ФАЙЛ    Истина, ако ФАЙЛът е бил променян от последното му "
3859 "прочитане.\n"
3860 "    \n"
3861 "         ФАЙЛ_1 -nt ФАЙЛ_2    Истина, ако ФАЙЛ_1 е по-нов от ФАЙЛ_2 (според\n"
3862 "                                  датата на промяна).\n"
3863 "         ФАЙЛ_1 -ot ФАЙЛ_2    Истина, ако ФАЙЛ_1 е по-стар от ФАЙЛ_2 "
3864 "(според\n"
3865 "                                  датата на промяна).    \n"
3866 "         ФАЙЛ_1 -ef ФАЙЛ_2    Истина, ако ФАЙЛ_1 е твърда връзка към "
3867 "ФАЙЛ_2.\n"
3868 "    \n"
3869 "    Низови оператори:\n"
3870 "    \n"
3871 "        -z НИЗ     Истина, ако НИЗът е празен.\n"
3872 "        -n НИЗ     Истина, ако НИЗът не е празен.\n"
3873 "         НИЗ       Истина, ако НИЗът не е празен.\n"
3874 "    \n"
3875 "        НИЗ_1  = НИЗ_2    Истина, ако низовете са равни.\n"
3876 "        НИЗ_1 != НИЗ_2    Истина, ако низовете не са равни.\n"
3877 "        НИЗ_1  < НИЗ_2    Истина, ако НИЗ_1 е лексикографски преди НИЗ_2.\n"
3878 "        НИЗ_1  > НИЗ_2    Истина, ако НИЗ_1 е лексикографски след НИЗ_2.\n"
3879 "    \n"
3880 "    Други оператори:\n"
3881 "    \n"
3882 "        -o ОПЦИЯ                Истина, ако ОПЦИЯта на обвивката е "
3883 "зададена.\n"
3884 "        !  ИЗРАЗ                Истина, ако ИЗРАЗът е лъжа.\n"
3885 "        ИЗРАЗ_1 -a ИЗРАЗ_2      Истина, ако и двата ИЗРАЗа са истина.\n"
3886 "        ИЗРАЗ_1 -o ИЗРАЗ_2      Истина, ако поне един от ИЗРАЗите е истина.\n"
3887 "    \n"
3888 "        АРГ_1 ОПЕРАТОР АРГ_2    Аритметични тестове.  Те връщат истина, ако "
3889 "се\n"
3890 "                                изпълнява математическото условие на "
3891 "ОПЕРАТОРа,\n"
3892 "                                който е един от следните (значението е в "
3893 "скоби):\n"
3894 "                                    „-eq“ (=),  „-ne“ (!=), „-lt“ (<),\n"
3895 "                                    „-le“ (<=), „-gt“ (>) , „-ge“ (>=)."
3896
3897 #: builtins.c:1311
3898 #, fuzzy
3899 msgid ""
3900 "Evaluate conditional expression.\n"
3901 "    \n"
3902 "    This is a synonym for the \"test\" builtin, but the last argument must\n"
3903 "    be a literal `]', to match the opening `['."
3904 msgstr ""
3905 " Това е синоним на вградената команда „test“, но последният аргумент трябва\n"
3906 "    задължително да е знакът „]“, който да съответства на отварящата скоба "
3907 "„[“."
3908
3909 #: builtins.c:1320
3910 msgid ""
3911 "Display process times.\n"
3912 "    \n"
3913 "    Prints the accumulated user and system times for the shell and all of "
3914 "its\n"
3915 "    child processes.\n"
3916 "    \n"
3917 "    Exit Status:\n"
3918 "    Always succeeds."
3919 msgstr ""
3920
3921 #: builtins.c:1332
3922 #, fuzzy
3923 msgid ""
3924 "Trap signals and other events.\n"
3925 "    \n"
3926 "    Defines and activates handlers to be run when the shell receives "
3927 "signals\n"
3928 "    or other conditions.\n"
3929 "    \n"
3930 "    ARG is a command to be read and executed when the shell receives the\n"
3931 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
3932 "    is supplied) or `-', each specified signal is reset to its original\n"
3933 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3934 "    shell and by the commands it invokes.\n"
3935 "    \n"
3936 "    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
3937 "If\n"
3938 "    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.  "
3939 "If\n"
3940 "    a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
3941 "a\n"
3942 "    script run by the . or source builtins finishes executing.  A "
3943 "SIGNAL_SPEC\n"
3944 "    of ERR means to execute ARG each time a command's failure would cause "
3945 "the\n"
3946 "    shell to exit when the -e option is enabled.\n"
3947 "    \n"
3948 "    If no arguments are supplied, trap prints the list of commands "
3949 "associated\n"
3950 "    with each signal.\n"
3951 "    \n"
3952 "    Options:\n"
3953 "      -l\tprint a list of signal names and their corresponding numbers\n"
3954 "      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3955 "    \n"
3956 "    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3957 "number.\n"
3958 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
3959 "    signal may be sent to the shell with \"kill -signal $$\".\n"
3960 "    \n"
3961 "    Exit Status:\n"
3962 "    Returns success unless a SIGSPEC is invalid or an invalid option is "
3963 "given."
3964 msgstr ""
3965 " Командата АРГУМЕНТ ще бъде прочетена и изпълнена, когато обвивката получи\n"
3966 "    УКАЗАНия_СИГНАЛ(и).  Ако АРГУМЕНТът липсва (и се подава единичен\n"
3967 "    УКАЗАН_СИГНАЛ) или е „-“, то всеки УКАЗАН_СИГНАЛ се връща към "
3968 "първоначалната\n"
3969 "    си стойност.  Ако АРГУМЕНТът е нулевия низ, всеки УКАЗАН_СИГНАЛ се\n"
3970 "    пренебрегва от обвивката и командите, които се стартират през нея.  Ако\n"
3971 "    УКАЗАНият_СИГНАЛ е „EXIT (0)“, то командата АРГУМЕНТ се изпълнява от\n"
3972 "    обвивката при изход.  Ако УКАЗАНият_СИГНАЛ е „DEBUG“, АРГУМЕНТът се\n"
3973 "    изпълнява след всяка проста команда.  Ако е дадена опцията „-p“, то\n"
3974 "    се извеждат командите свързани с всеки УКАЗАН_СИГНАЛ.  Всеки "
3975 "УКАЗАН_СИГНАЛ\n"
3976 "    е или име на сигнал от файла „signal.h“ или номер на сигнал.  Няма "
3977 "разлика\n"
3978 "    между главни и малки букви в имената на сигнали, а представката „SIG“ не "
3979 "е\n"
3980 "    задължителна.  „trap -l“ отпечатва списъка с имената на сигналите и\n"
3981 "    съответстващите им номера.  Забележете, че сигнал може да бъде изпратен "
3982 "на\n"
3983 "    обвивката с командата „kill -signal $$“."
3984
3985 #: builtins.c:1368
3986 msgid ""
3987 "Display information about command type.\n"
3988 "    \n"
3989 "    For each NAME, indicate how it would be interpreted if used as a\n"
3990 "    command name.\n"
3991 "    \n"
3992 "    Options:\n"
3993 "      -a\tdisplay all locations containing an executable named NAME;\n"
3994 "    \tincludes aliases, builtins, and functions, if and only if\n"
3995 "    \tthe `-p' option is not also used\n"
3996 "      -f\tsuppress shell function lookup\n"
3997 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3998 "    \tbuiltin, or function, and returns the name of the disk file\n"
3999 "    \tthat would be executed\n"
4000 "      -p\treturns either the name of the disk file that would be executed,\n"
4001 "    \tor nothing if `type -t NAME' would not return `file'.\n"
4002 "      -t\toutput a single word which is one of `alias', `keyword',\n"
4003 "    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
4004 "    \treserved word, shell function, shell builtin, disk file, or not\n"
4005 "    \tfound, respectively\n"
4006 "    \n"
4007 "    Arguments:\n"
4008 "      NAME\tCommand name to be interpreted.\n"
4009 "    \n"
4010 "    Exit Status:\n"
4011 "    Returns success if all of the NAMEs are found; fails if any are not "
4012 "found."
4013 msgstr ""
4014
4015 #: builtins.c:1399
4016 #, fuzzy
4017 msgid ""
4018 "Modify shell resource limits.\n"
4019 "    \n"
4020 "    Provides control over the resources available to the shell and "
4021 "processes\n"
4022 "    it creates, on systems that allow such control.\n"
4023 "    \n"
4024 "    Options:\n"
4025 "      -S\tuse the `soft' resource limit\n"
4026 "      -H\tuse the `hard' resource limit\n"
4027 "      -a\tall current limits are reported\n"
4028 "      -b\tthe socket buffer size\n"
4029 "      -c\tthe maximum size of core files created\n"
4030 "      -d\tthe maximum size of a process's data segment\n"
4031 "      -e\tthe maximum scheduling priority (`nice')\n"
4032 "      -f\tthe maximum size of files written by the shell and its children\n"
4033 "      -i\tthe maximum number of pending signals\n"
4034 "      -l\tthe maximum size a process may lock into memory\n"
4035 "      -m\tthe maximum resident set size\n"
4036 "      -n\tthe maximum number of open file descriptors\n"
4037 "      -p\tthe pipe buffer size\n"
4038 "      -q\tthe maximum number of bytes in POSIX message queues\n"
4039 "      -r\tthe maximum real-time scheduling priority\n"
4040 "      -s\tthe maximum stack size\n"
4041 "      -t\tthe maximum amount of cpu time in seconds\n"
4042 "      -u\tthe maximum number of user processes\n"
4043 "      -v\tthe size of virtual memory\n"
4044 "      -x\tthe maximum number of file locks\n"
4045 "    \n"
4046 "    If LIMIT is given, it is the new value of the specified resource; the\n"
4047 "    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4048 "    current soft limit, the current hard limit, and no limit, respectively.\n"
4049 "    Otherwise, the current value of the specified resource is printed.  If\n"
4050 "    no option is given, then -f is assumed.\n"
4051 "    \n"
4052 "    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4053 "    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4054 "    number of processes.\n"
4055 "    \n"
4056 "    Exit Status:\n"
4057 "    Returns success unless an invalid option is supplied or an error occurs."
4058 msgstr ""
4059 " ulimit осъществява контрол върху ресурсите, които са достъпни на процесите\n"
4060 "    стартирани през обвивката върху системите, които поддържат такова\n"
4061 "    управление.  Ако са зададени опции, те означават следното:\n"
4062 "    \n"
4063 "        -S    използване на „мекото“ ограничение на ресурс\n"
4064 "        -H    използване на „твърдото“ ограничение на ресурс\n"
4065 "        -a    извеждат се всички текущи ограничения\n"
4066 "        -c    максималният размер на създадените файлове със съдържание на\n"
4067 "                  паметта (core)\n"
4068 "        -d    максималният размер на сегмента на процес за данни\n"
4069 "        -f    максималният размер на файловете създадени от обвивката\n"
4070 "        -i    максималният брой на изчакващите сигнали\n"
4071 "        -l    максималният размер памет, която процес може да заключи\n"
4072 "        -m    максималният постоянно зареден в паметта сегмент\n"
4073 "        -n    максималният брой дескриптори на отворени файлове\n"
4074 "        -p    размер на буфера за конвейери\n"
4075 "        -q    максималният брой байтове в опашките за съобщения по POSIX\n"
4076 "        -s    максималният размер на стека\n"
4077 "        -t    максималното процесорно време в секунди\n"
4078 "        -u    максималният брой потребителски процеси\n"
4079 "        -v    размерът на виртуалната памет\n"
4080 "        -x    максималният брой заключвания на файлове\n"
4081 "    \n"
4082 "    Ако е зададено ОГРАНИЧЕНИЕ, то това е новата стойност на указания "
4083 "ресурс.\n"
4084 "    Специалните стойности „soft“, „hard“ и „unlimited“ означават текущите "
4085 "меко,\n"
4086 "    твърдо и никакво ограничение съответно.  В противен случай се извежда\n"
4087 "    текущата стойност на указания ресурс.  Стойностите са в блокове от по "
4088 "1024\n"
4089 "    байта, с изключение на:\n"
4090 "        - опцията „-p“, при която блоковете са от по 512 байта;\n"
4091 "        - опцията „-t“, при която стойността е в секунди;\n"
4092 "        - опцията „-u“, при която стойността е точният брой процеси."
4093
4094 #: builtins.c:1444
4095 msgid ""
4096 "Display or set file mode mask.\n"
4097 "    \n"
4098 "    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
4099 "    the current value of the mask.\n"
4100 "    \n"
4101 "    If MODE begins with a digit, it is interpreted as an octal number;\n"
4102 "    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4103 "    \n"
4104 "    Options:\n"
4105 "      -p\tif MODE is omitted, output in a form that may be reused as input\n"
4106 "      -S\tmakes the output symbolic; otherwise an octal number is output\n"
4107 "    \n"
4108 "    Exit Status:\n"
4109 "    Returns success unless MODE is invalid or an invalid option is given."
4110 msgstr ""
4111
4112 #: builtins.c:1464
4113 msgid ""
4114 "Wait for job completion and return exit status.\n"
4115 "    \n"
4116 "    Waits for the process identified by ID, which may be a process ID or a\n"
4117 "    job specification, and reports its termination status.  If ID is not\n"
4118 "    given, waits for all currently active child processes, and the return\n"
4119 "    status is zero.  If ID is a a job specification, waits for all "
4120 "processes\n"
4121 "    in the job's pipeline.\n"
4122 "    \n"
4123 "    Exit Status:\n"
4124 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4125 "is\n"
4126 "    given."
4127 msgstr ""
4128
4129 #: builtins.c:1482
4130 #, fuzzy
4131 msgid ""
4132 "Wait for process completion and return exit status.\n"
4133 "    \n"
4134 "    Waits for the specified process and reports its termination status.  If\n"
4135 "    PID is not given, all currently active child processes are waited for,\n"
4136 "    and the return code is zero.  PID must be a process ID.\n"
4137 "    \n"
4138 "    Exit Status:\n"
4139 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4140 "is\n"
4141 "    given."
4142 msgstr ""
4143 " Изчакване на указания процес и докладване за изходния код.  Ако не е "
4144 "зададен N,\n"
4145 "    всички текущо активни дъщерни процеси се изчакват и изходният код е 0.  "
4146 "N\n"
4147 "    може да е идентификатор на процес или задача.  Ако е задача, изчакват "
4148 "се\n"
4149 "    всички процеси в програмния канал на задачата."
4150
4151 #: builtins.c:1497
4152 #, fuzzy
4153 msgid ""
4154 "Execute commands for each member in a list.\n"
4155 "    \n"
4156 "    The `for' loop executes a sequence of commands for each member in a\n"
4157 "    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4158 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
4159 "    the COMMANDS are executed.\n"
4160 "    \n"
4161 "    Exit Status:\n"
4162 "    Returns the status of the last command executed."
4163 msgstr ""
4164 " Цикълът „for“ изпълнява последователност от команди за всеки член в списък "
4165 "от\n"
4166 "    елементи.  Ако блокът „в ДУМИ …“ не присъства, използва се „in \"$@\"“.  "
4167 "За\n"
4168 "    всеки елемент в ДУМИте, ИМЕто се задава да е елементът и се изпълняват\n"
4169 "    КОМАНДИте."
4170
4171 #: builtins.c:1511
4172 #, fuzzy
4173 msgid ""
4174 "Arithmetic for loop.\n"
4175 "    \n"
4176 "    Equivalent to\n"
4177 "    \t(( EXP1 ))\n"
4178 "    \twhile (( EXP2 )); do\n"
4179 "    \t\tCOMMANDS\n"
4180 "    \t\t(( EXP3 ))\n"
4181 "    \tdone\n"
4182 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
4183 "    omitted, it behaves as if it evaluates to 1.\n"
4184 "    \n"
4185 "    Exit Status:\n"
4186 "    Returns the status of the last command executed."
4187 msgstr ""
4188 " Еквивалентно на:\n"
4189 "        (( ИЗРАЗ_1 ))\n"
4190 "        while (( ИЗРАЗ_2 )); do\n"
4191 "                КОМАНДИ\n"
4192 "                (( EXP_3 ))\n"
4193 "        done\n"
4194 "    ИЗРАЗ_1, ИЗРАЗ_2, и ИЗРАЗ_3 са аритметични изрази.  Всеки изпуснат израз "
4195 "се\n"
4196 "    изчислява да е 1."
4197
4198 #: builtins.c:1529
4199 #, fuzzy
4200 msgid ""
4201 "Select words from a list and execute commands.\n"
4202 "    \n"
4203 "    The WORDS are expanded, generating a list of words.  The\n"
4204 "    set of expanded words is printed on the standard error, each\n"
4205 "    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
4206 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
4207 "    from the standard input.  If the line consists of the number\n"
4208 "    corresponding to one of the displayed words, then NAME is set\n"
4209 "    to that word.  If the line is empty, WORDS and the prompt are\n"
4210 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
4211 "    value read causes NAME to be set to null.  The line read is saved\n"
4212 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
4213 "    until a break command is executed.\n"
4214 "    \n"
4215 "    Exit Status:\n"
4216 "    Returns the status of the last command executed."
4217 msgstr ""
4218 " ДУМИте биват замествани, което води до създаването на списък с думи.\n"
4219 "    Наборът от заместените думи бива отпечатан на изхода за стандартната\n"
4220 "    грешка, като всяка от тях се предшества от номер.  Ако клаузата „in "
4221 "ДУМИ“\n"
4222 "    липсва, използва се „in \"$@\"“.  В такива случа се отпечатва "
4223 "подсказката PS3\n"
4224 "    и от стандартния вход се прочита ред.  Ако редът се състои от номера, "
4225 "който\n"
4226 "    съответства на някоя от показаните думи, ИМЕто се задава да е тази "
4227 "дума.\n"
4228 "    Ако редът е празен, отново се отпечатват ДУМИте и подсказката.  Ако се\n"
4229 "    прочете „EOF“, командата завършва.  Всяка друга стойност присвоява "
4230 "„null“ на\n"
4231 "    ИМЕ.  Прочетеният ред „null“ се запазва в променливата REPLY.  КОМАНДИте "
4232 "се\n"
4233 "    изпълняват след всеки избор до изпълняването на команда за прекъсване\n"
4234 "    (break)."
4235
4236 #: builtins.c:1550
4237 #, fuzzy
4238 msgid ""
4239 "Report time consumed by pipeline's execution.\n"
4240 "    \n"
4241 "    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
4242 "    and system CPU time spent executing PIPELINE when it terminates.\n"
4243 "    \n"
4244 "    Options:\n"
4245 "      -p\tprint the timing summary in the portable Posix format\n"
4246 "    \n"
4247 "    The value of the TIMEFORMAT variable is used as the output format.\n"
4248 "    \n"
4249 "    Exit Status:\n"
4250 "    The return status is the return status of PIPELINE."
4251 msgstr ""
4252 " Изпълнение на ПРОГРАМНия_КАНАЛ и отпечатване на обобщение за реалното,\n"
4253 "    потребителското и системно процесорни времена, които изпълнението на\n"
4254 "    ПРОГРАМНия_КАНАЛ отнема.  Изходният код е този на ПРОГРАМНия_КАНАЛ.  "
4255 "Опцията\n"
4256 "    „-p“ води до извеждане на статистиката за времето в различен формат - "
4257 "според\n"
4258 "    стойността на променливата на средата $TIMEFORMAT."
4259
4260 #: builtins.c:1567
4261 #, fuzzy
4262 msgid ""
4263 "Execute commands based on pattern matching.\n"
4264 "    \n"
4265 "    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
4266 "    `|' is used to separate multiple patterns.\n"
4267 "    \n"
4268 "    Exit Status:\n"
4269 "    Returns the status of the last command executed."
4270 msgstr ""
4271 " Избирателно се изпълняват КОМАНДИ на база ДУМА, която напасва на ШАБЛОН.\n"
4272 "    Шаблоните се разделят със знака „|“."
4273
4274 #: builtins.c:1579
4275 #, fuzzy
4276 msgid ""
4277 "Execute commands based on conditional.\n"
4278 "    \n"
4279 "    The `if COMMANDS' list is executed.  If its exit status is zero, then "
4280 "the\n"
4281 "    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
4282 "is\n"
4283 "    executed in turn, and if its exit status is zero, the corresponding\n"
4284 "    `then COMMANDS' list is executed and the if command completes.  "
4285 "Otherwise,\n"
4286 "    the `else COMMANDS' list is executed, if present.  The exit status of "
4287 "the\n"
4288 "    entire construct is the exit status of the last command executed, or "
4289 "zero\n"
4290 "    if no condition tested true.\n"
4291 "    \n"
4292 "    Exit Status:\n"
4293 "    Returns the status of the last command executed."
4294 msgstr ""
4295 " Първо се изпълняват командите в блока „if КОМАНДИ“.  Ако изходният код е 0, "
4296 "то\n"
4297 "    се изпълнява блокът „then КОМАНДИ“.  В противен случай последователно "
4298 "се\n"
4299 "    изпълнява всеки блок „elif КОМАНДИ“ - ако изходният код е 0, то се "
4300 "изпълнява\n"
4301 "    съответния блок „then КОМАНДИ“, след което завършва изпълнението на "
4302 "целия\n"
4303 "    блок „if“.  Ако изходният код на никой от блоковете „if“ и „elif“ не е "
4304 "бил 0,\n"
4305 "    изпълнява се блока „else КОМАНДИ“, стига такъв да присъства.  Изходният "
4306 "код\n"
4307 "    от цялата конструкция е този на последната изпълнена команда или е 0, "
4308 "ако\n"
4309 "    никое тестово условие, не се е оценило като истина."
4310
4311 #: builtins.c:1596
4312 #, fuzzy
4313 msgid ""
4314 "Execute commands as long as a test succeeds.\n"
4315 "    \n"
4316 "    Expand and execute COMMANDS as long as the final command in the\n"
4317 "    `while' COMMANDS has an exit status of zero.\n"
4318 "    \n"
4319 "    Exit Status:\n"
4320 "    Returns the status of the last command executed."
4321 msgstr ""
4322 " Заместване и изпълнение на КОМАНДИте докато последната команда в блока "
4323 "„while“\n"
4324 "    е с изходен код, който е 0."
4325
4326 #: builtins.c:1608
4327 #, fuzzy
4328 msgid ""
4329 "Execute commands as long as a test does not succeed.\n"
4330 "    \n"
4331 "    Expand and execute COMMANDS as long as the final command in the\n"
4332 "    `until' COMMANDS has an exit status which is not zero.\n"
4333 "    \n"
4334 "    Exit Status:\n"
4335 "    Returns the status of the last command executed."
4336 msgstr ""
4337 " Заместване и изпълнение на КОМАНДИте докато последната команда в блока "
4338 "„until“\n"
4339 "    е с изходен код, който не е 0."
4340
4341 #: builtins.c:1620
4342 msgid ""
4343 "Create a coprocess named NAME.\n"
4344 "    \n"
4345 "    Execute COMMAND asynchronously, with the standard output and standard\n"
4346 "    input of the command connected via a pipe to file descriptors assigned\n"
4347 "    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
4348 "    The default NAME is \"COPROC\".\n"
4349 "    \n"
4350 "    Exit Status:\n"
4351 "    Returns the exit status of COMMAND."
4352 msgstr ""
4353
4354 #: builtins.c:1634
4355 msgid ""
4356 "Define shell function.\n"
4357 "    \n"
4358 "    Create a shell function named NAME.  When invoked as a simple command,\n"
4359 "    NAME runs COMMANDs in the calling shell's context.  When NAME is "
4360 "invoked,\n"
4361 "    the arguments are passed to the function as $1...$n, and the function's\n"
4362 "    name is in $FUNCNAME.\n"
4363 "    \n"
4364 "    Exit Status:\n"
4365 "    Returns success unless NAME is readonly."
4366 msgstr ""
4367
4368 #: builtins.c:1648
4369 #, fuzzy
4370 msgid ""
4371 "Group commands as a unit.\n"
4372 "    \n"
4373 "    Run a set of commands in a group.  This is one way to redirect an\n"
4374 "    entire set of commands.\n"
4375 "    \n"
4376 "    Exit Status:\n"
4377 "    Returns the status of the last command executed."
4378 msgstr ""
4379 " Изпълняване на цял набор от команди в група.  Това е един от начините да "
4380 "се\n"
4381 "    цял набор от команди."
4382
4383 #: builtins.c:1660
4384 #, fuzzy
4385 msgid ""
4386 "Resume job in foreground.\n"
4387 "    \n"
4388 "    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
4389 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
4390 "    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
4391 "    the background, as if the job specification had been supplied as an\n"
4392 "    argument to `bg'.\n"
4393 "    \n"
4394 "    Exit Status:\n"
4395 "    Returns the status of the resumed job."
4396 msgstr ""
4397 " Еквивалентно на аргумента ЗАДАЧА на командата „fg“.  Възобновява спряна\n"
4398 "    задача или такава на заден фон.  ЗАДАЧАта може да указва или име, или\n"
4399 "    номер на задача.  Ако след ЗАДАЧАта се въведе знакът „&“, задачата\n"
4400 "    се изпълнява във фонов режим, все едно е била подадена като аргумент\n"
4401 "    на командата „bg“."
4402
4403 #: builtins.c:1675
4404 #, fuzzy
4405 msgid ""
4406 "Evaluate arithmetic expression.\n"
4407 "    \n"
4408 "    The EXPRESSION is evaluated according to the rules for arithmetic\n"
4409 "    evaluation.  Equivalent to \"let EXPRESSION\".\n"
4410 "    \n"
4411 "    Exit Status:\n"
4412 "    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
4413 msgstr ""
4414 " ИЗРАЗът се изчислява според правилата на аритметичното оценяване.\n"
4415 "    Еквивалентно на „let ИЗРАЗ“."
4416
4417 #: builtins.c:1687
4418 #, fuzzy
4419 msgid ""
4420 "Execute conditional command.\n"
4421 "    \n"
4422 "    Returns a status of 0 or 1 depending on the evaluation of the "
4423 "conditional\n"
4424 "    expression EXPRESSION.  Expressions are composed of the same primaries "
4425 "used\n"
4426 "    by the `test' builtin, and may be combined using the following "
4427 "operators:\n"
4428 "    \n"
4429 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4430 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4431 "      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4432 "      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
4433 "    \n"
4434 "    When the `==' and `!=' operators are used, the string to the right of\n"
4435 "    the operator is used as a pattern and pattern matching is performed.\n"
4436 "    When the `=~' operator is used, the string to the right of the operator\n"
4437 "    is matched as a regular expression.\n"
4438 "    \n"
4439 "    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4440 "    determine the expression's value.\n"
4441 "    \n"
4442 "    Exit Status:\n"
4443 "    0 or 1 depending on value of EXPRESSION."
4444 msgstr ""
4445 " Връща състояние 0 или 1 в зависимост от оценката на условния ИЗРАЗ.  "
4446 "Изразите\n"
4447 "    са съставени от същите примитиви, както вградената команда „test“ и "
4448 "могат да\n"
4449 "    се съчетават чрез следните оператори:\n"
4450 "    \n"
4451 "        ( ИЗРАЗ )        Връща стойността на ИЗРАЗа\n"
4452 "        ! ИЗРАЗ          Истина, ако ИЗРАЗ се оценя на лъжа, в останалите "
4453 "случаи\n"
4454 "                         е лъжа\n"
4455 "        ИЗРАЗ1 && ИЗРАЗ2 Истина, ако едновременно ИЗРАЗ1 и ИЗРАЗ2 са "
4456 "истина,\n"
4457 "                         в останалите случаи е лъжа.\n"
4458 "        ИЗРАЗ1 || ИЗРАЗ2 Истина, ако поне единият от ИЗРАЗ1 и ИЗРАЗ2 е "
4459 "истина,\n"
4460 "                         в останалите случаи е лъжа.\n"
4461 "    \n"
4462 "    Когато се използват операторите „==“ и „!=“, низът от дясната страна на\n"
4463 "    оператора се използва като шаблон и се извършва напасване.  Операторите\n"
4464 "    „&&“ и „||“ не оценят ИЗРАЗ2, ако ИЗРАЗ1 е достатъчен за определяне на\n"
4465 "    стойността на израза."
4466
4467 #: builtins.c:1713
4468 #, fuzzy
4469 msgid ""
4470 "Common shell variable names and usage.\n"
4471 "    \n"
4472 "    BASH_VERSION\tVersion information for this Bash.\n"
4473 "    CDPATH\tA colon-separated list of directories to search\n"
4474 "    \t\tfor directories given as arguments to `cd'.\n"
4475 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
4476 "    \t\tbe ignored by pathname expansion.\n"
4477 "    HISTFILE\tThe name of the file where your command history is stored.\n"
4478 "    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
4479 "    HISTSIZE\tThe maximum number of history lines that a running\n"
4480 "    \t\tshell can access.\n"
4481 "    HOME\tThe complete pathname to your login directory.\n"
4482 "    HOSTNAME\tThe name of the current host.\n"
4483 "    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
4484 "    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
4485 "    \t\tcharacter as the sole input.  If set, then the value\n"
4486 "    \t\tof it is the number of EOF characters that can be seen\n"
4487 "    \t\tin a row on an empty line before the shell will exit\n"
4488 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
4489 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
4490 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
4491 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
4492 "    \t\tfor new mail.\n"
4493 "    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
4494 "    PATH\tA colon-separated list of directories to search when\n"
4495 "    \t\tlooking for commands.\n"
4496 "    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
4497 "    \t\tprimary prompt.\n"
4498 "    PS1\t\tThe primary prompt string.\n"
4499 "    PS2\t\tThe secondary prompt string.\n"
4500 "    PWD\t\tThe full pathname of the current directory.\n"
4501 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
4502 "    TERM\tThe name of the current terminal type.\n"
4503 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
4504 "    \t\t`time' reserved word.\n"
4505 "    auto_resume\tNon-null means a command word appearing on a line by\n"
4506 "    \t\titself is first looked for in the list of currently\n"
4507 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
4508 "    \t\tA value of `exact' means that the command word must\n"
4509 "    \t\texactly match a command in the list of stopped jobs.  A\n"
4510 "    \t\tvalue of `substring' means that the command word must\n"
4511 "    \t\tmatch a substring of the job.  Any other value means that\n"
4512 "    \t\tthe command must be a prefix of a stopped job.\n"
4513 "    histchars\tCharacters controlling history expansion and quick\n"
4514 "    \t\tsubstitution.  The first character is the history\n"
4515 "    \t\tsubstitution character, usually `!'.  The second is\n"
4516 "    \t\tthe `quick substitution' character, usually `^'.  The\n"
4517 "    \t\tthird is the `history comment' character, usually `#'.\n"
4518 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
4519 "    \t\tcommands should be saved on the history list.\n"
4520 msgstr ""
4521 " BASHVERSION   Информация за версията на bash.\n"
4522 "    CDPATH          Списък с директории разделени с двоеточие, които да се\n"
4523 "                        търсят като аргументи за командата „cd“.\n"
4524 "    GLOBIGNORE      Списък с шаблони на файлови имена, разделени с "
4525 "двоеточие,\n"
4526 "                        които да се игнорират от заместването на пътя.\n"
4527 "    HISTFILE        Името на файла, в който се съхранява историята на "
4528 "командите.\n"
4529 "    HISTFILESIZE    Максималният брой редове, които горният файл може да\n"
4530 "                        съдържа.\n"
4531 "    HISTSIZE        Максималният брой редове, които една работеща обвивка "
4532 "може да\n"
4533 "                        достъпи.\n"
4534 "    HOME            Пълният път до домашната ви директория.\n"
4535 "    HOSTNAME        Името на текущата машина.\n"
4536 "    HOSTTYPE        Видът на процесора, под който работи текущата обвивка.\n"
4537 "    IGNOREEOF       Управлява действието на обвивката при срещането на "
4538 "единичен\n"
4539 "                        знак за край на файл „EOF“.  Ако променливата е "
4540 "зададена,\n"
4541 "                        тя указва броя на знаците „EOF“, който могат да се\n"
4542 "                        срещнат самостоятелно на един ред, преди обвивката "
4543 "да\n"
4544 "                        завърши работа и излезе (стандартно е 10).  Когато\n"
4545 "                        променливата не е зададена, един „EOF“ означава край "
4546 "на\n"
4547 "                        входящите данни.\n"
4548 "    MACHTYPE        Низ, който описва текущата система, на която работи "
4549 "bash.\n"
4550 "    MAILCHECK       Колко често, в секунди, да проверява bash за нови "
4551 "писма.\n"
4552 "    MAILPATH        Списък с файлове, които bash проверява за нови писма.\n"
4553 "    OSTYPE          Версията на Юникс, на която работи bash.\n"
4554 "    PATH            Списък с директории, които да се претърсват за команди.\n"
4555 "    PROMPTCOMMAND  Команда, която да се изпълнява преди отпечатването на\n"
4556 "                        основната подсказка на командния ред.\n"
4557 "    PS1             Низ за основната подсказка.\n"
4558 "    PS2             Низ за втората подсказка.\n"
4559 "    PWD             Пълният път и име на текущата директория.\n"
4560 "    SHELLOPTS       Списък с включените опции на обвивката, разделени с\n"
4561 "                        двоеточие.\n"
4562 "    TERM            Името на текущия вид терминал.\n"
4563 "    TIMEFORMAT      Изходният формат за статистиката за времето за "
4564 "изпълнение\n"
4565 "                        на команда, който се използва от запазената дума "
4566 "„time“.\n"
4567 "    autoresume     Стойност, която не е „null“, означава, че командна дума, "
4568 "която\n"
4569 "                        се появява самостоятелно на ред, първо се проверява "
4570 "в\n"
4571 "                        списъка с текущо спрените задачи.  Ако бъде открита "
4572 "там,\n"
4573 "                        задачата се пуска и се слага на преден план.  "
4574 "Стойност\n"
4575 "                        „exact“ (строго съвпадение) означава, че командната\n"
4576 "                        дума, трябва точно да съвпада с името на команда в\n"
4577 "                        списъка със спрени задачи.  Стойност „substring“\n"
4578 "                        (съвпадение на подниз) означава, че командната дума\n"
4579 "                        трябва да е подниз на задачата.  Всяка друга "
4580 "стойност\n"
4581 "                        означава, че командата думата трябва да е началото "
4582 "на\n"
4583 "                        спряна задача.\n"
4584 "    histchars       Знаци, които определят бързото заместване и това по "
4585 "история.\n"
4586 "                        Първият знак е за заместването по история, "
4587 "обикновено е\n"
4588 "                        „!“.  Вторият е за бързото заместване, обикновено е "
4589 "„^“.\n"
4590 "                        Третият е за коментарите в историята,  обикновено е "
4591 "„#“.\n"
4592 "    HISTIGNORE      Списък с шаблони, разделени с двоеточие, които указват "
4593 "кои\n"
4594 "                        команди да не се запазват в историята.\n"
4595
4596 #: builtins.c:1770
4597 #, fuzzy
4598 msgid ""
4599 "Add directories to stack.\n"
4600 "    \n"
4601 "    Adds a directory to the top of the directory stack, or rotates\n"
4602 "    the stack, making the new top of the stack the current working\n"
4603 "    directory.  With no arguments, exchanges the top two directories.\n"
4604 "    \n"
4605 "    Options:\n"
4606 "      -n\tSuppresses the normal change of directory when adding\n"
4607 "    \tdirectories to the stack, so only the stack is manipulated.\n"
4608 "    \n"
4609 "    Arguments:\n"
4610 "      +N\tRotates the stack so that the Nth directory (counting\n"
4611 "    \tfrom the left of the list shown by `dirs', starting with\n"
4612 "    \tzero) is at the top.\n"
4613 "    \n"
4614 "      -N\tRotates the stack so that the Nth directory (counting\n"
4615 "    \tfrom the right of the list shown by `dirs', starting with\n"
4616 "    \tzero) is at the top.\n"
4617 "    \n"
4618 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
4619 "    \tnew current working directory.\n"
4620 "    \n"
4621 "    The `dirs' builtin displays the directory stack.\n"
4622 "    \n"
4623 "    Exit Status:\n"
4624 "    Returns success unless an invalid argument is supplied or the directory\n"
4625 "    change fails."
4626 msgstr ""
4627 " Добавя директория в стека на директориите или превърта стека\n"
4628 "    като най-горна директория става текущата директория.  Без\n"
4629 "    аргументи сменя най-горните две директории.\n"
4630 "    \n"
4631 "    +N  Превърта стека, така че N-тата директория (като се брои\n"
4632 "     от лявата страна на списъка, показан от командата „dirs“\n"
4633 "     като се почва от 0) да е най-отгоре.\n"
4634 "    \n"
4635 "    -N  Превърта стека, така че N-тата директория (като се брои\n"
4636 "     от дясната страна на списъка, показан от командата „dirs“\n"
4637 "     като се почва от 0) да е най-отгоре.\n"
4638 "    \n"
4639 "    -n  подтискане на нормалното преминаване към директория при\n"
4640 "    добавянето на директории към стека, така че се променя само той.\n"
4641 "\n"
4642 "    dir  добавя ДИР най-отгоре в стека на директориите, като я прави\n"
4643 "    новата текуща работна директория.\n"
4644 "    \n"
4645 "    Можете да изведете стека на директорията с командата „dirs“."
4646
4647 #: builtins.c:1804
4648 #, fuzzy
4649 msgid ""
4650 "Remove directories from stack.\n"
4651 "    \n"
4652 "    Removes entries from the directory stack.  With no arguments, removes\n"
4653 "    the top directory from the stack, and changes to the new top directory.\n"
4654 "    \n"
4655 "    Options:\n"
4656 "      -n\tSuppresses the normal change of directory when removing\n"
4657 "    \tdirectories from the stack, so only the stack is manipulated.\n"
4658 "    \n"
4659 "    Arguments:\n"
4660 "      +N\tRemoves the Nth entry counting from the left of the list\n"
4661 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
4662 "    \tremoves the first directory, `popd +1' the second.\n"
4663 "    \n"
4664 "      -N\tRemoves the Nth entry counting from the right of the list\n"
4665 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
4666 "    \tremoves the last directory, `popd -1' the next to last.\n"
4667 "    \n"
4668 "    The `dirs' builtin displays the directory stack.\n"
4669 "    \n"
4670 "    Exit Status:\n"
4671 "    Returns success unless an invalid argument is supplied or the directory\n"
4672 "    change fails."
4673 msgstr ""
4674 " Маха директории от стека с тях. Без аргументи\n"
4675 "    премахва последната директория в стека и влиза в новата\n"
4676 "    последна директория.\n"
4677 "    \n"
4678 "    +N  премахва N-тия елемент като се брои отляво в списъка\n"
4679 "        показван от командата „dirs“, като се брои от 0.  Напр.: „popd +0“\n"
4680 "        премахва първата директория, „popd +1“ - втората.\n"
4681 "\n"
4682 "    -N  премахва N-тия елемент като се брои отдясно в списъка\n"
4683 "        показван от командата „dirs“, като се брои от 0.  Напр.: „popd -0“\n"
4684 "        премахва последната директория, „popd -1“ - предпоследната.\n"
4685 "\n"
4686 "    -n  подтискане на нормалното преминаване към директория при добавянето "
4687 "на\n"
4688 "        директории към стека, така че се променя само той.\n"
4689 "\n"
4690 "    Стекът с директориите се визуализира с командата „dirs“."
4691
4692 #: builtins.c:1834
4693 #, fuzzy
4694 msgid ""
4695 "Display directory stack.\n"
4696 "    \n"
4697 "    Display the list of currently remembered directories.  Directories\n"
4698 "    find their way onto the list with the `pushd' command; you can get\n"
4699 "    back up through the list with the `popd' command.\n"
4700 "    \n"
4701 "    Options:\n"
4702 "      -c\tclear the directory stack by deleting all of the elements\n"
4703 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
4704 "    \tto your home directory\n"
4705 "      -p\tprint the directory stack with one entry per line\n"
4706 "      -v\tprint the directory stack with one entry per line prefixed\n"
4707 "    \twith its position in the stack\n"
4708 "    \n"
4709 "    Arguments:\n"
4710 "      +N\tDisplays the Nth entry counting from the left of the list shown "
4711 "by\n"
4712 "    \tdirs when invoked without options, starting with zero.\n"
4713 "    \n"
4714 "      -N\tDisplays the Nth entry counting from the right of the list shown "
4715 "by\n"
4716 "    \tdirs when invoked without options, starting with zero.\n"
4717 "    \n"
4718 "    Exit Status:\n"
4719 "    Returns success unless an invalid option is supplied or an error occurs."
4720 msgstr ""
4721 " Показва списъка с текущо запомнените директории.  Списъкът се попълва чрез\n"
4722 "    командата „pushd“.  Можете да вадите директории от списъка с командата\n"
4723 "    „popd“.\n"
4724 "    \n"
4725 "    Опцията „-l“ кара командата „dirs“ да извежда пълните имена на "
4726 "директориите,\n"
4727 "    а не съкратените спрямо домашната директория имена.  Това означава, че\n"
4728 "    „~/bin“ може да се покаже като „/homes/pesho/bin“.  Опцията „-v“ води "
4729 "до\n"
4730 "    отпечатване на стека на директориите, като всеки елемент се извежда на "
4731 "нов\n"
4732 "    ред и се предхожда от номера си в стека.  Опцията „-p“ също води до "
4733 "поредово\n"
4734 "    отпечатване, но без поредния номер в стека.  Опцията „-c“ изчиства стека "
4735 "на\n"
4736 "    директориите като изтрива всички елементи.\n"
4737 "    \n"
4738 "    +N  показва N-тия елемент отляво в списъка показван от\n"
4739 "        командата „dirs“, когато е стартирана без опции.  Брои се от 0.\n"
4740 "    \n"
4741 "    -N  показва N-тия елемент отдясно в списъка показван от\n"
4742 "        командата „dirs“, когато е стартирана без опции.  Брои се от 0."
4743
4744 #: builtins.c:1863
4745 msgid ""
4746 "Set and unset shell options.\n"
4747 "    \n"
4748 "    Change the setting of each shell option OPTNAME.  Without any option\n"
4749 "    arguments, list all shell options with an indication of whether or not "
4750 "each\n"
4751 "    is set.\n"
4752 "    \n"
4753 "    Options:\n"
4754 "      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
4755 "      -p\tprint each shell option with an indication of its status\n"
4756 "      -q\tsuppress output\n"
4757 "      -s\tenable (set) each OPTNAME\n"
4758 "      -u\tdisable (unset) each OPTNAME\n"
4759 "    \n"
4760 "    Exit Status:\n"
4761 "    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
4762 "    given or OPTNAME is disabled."
4763 msgstr ""
4764
4765 #: builtins.c:1884
4766 #, fuzzy
4767 msgid ""
4768 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
4769 "    \n"
4770 "    Options:\n"
4771 "      -v var\tassign the output to shell variable VAR rather than\n"
4772 "    \t\tdisplay it on the standard output\n"
4773 "    \n"
4774 "    FORMAT is a character string which contains three types of objects: "
4775 "plain\n"
4776 "    characters, which are simply copied to standard output; character "
4777 "escape\n"
4778 "    sequences, which are converted and copied to the standard output; and\n"
4779 "    format specifications, each of which causes printing of the next "
4780 "successive\n"
4781 "    argument.\n"
4782 "    \n"
4783 "    In addition to the standard format specifications described in printf"
4784 "(1)\n"
4785 "    and printf(3), printf interprets:\n"
4786 "    \n"
4787 "      %b\texpand backslash escape sequences in the corresponding argument\n"
4788 "      %q\tquote the argument in a way that can be reused as shell input\n"
4789 "      %(fmt)T output the date-time string resulting from using FMT as a "
4790 "format\n"
4791 "            string for strftime(3)\n"
4792 "    \n"
4793 "    Exit Status:\n"
4794 "    Returns success unless an invalid option is given or a write or "
4795 "assignment\n"
4796 "    error occurs."
4797 msgstr ""
4798 " printf форматира и отпечатва АРГУМЕНТИте според управлението на ФОРМАТа.\n"
4799 "    ФОРМАТът е последователност от знаци, която съдържа три вида обекти:\n"
4800 "    обикновени знаци, които биват отпечатани директно на стандартния изход;\n"
4801 "    екраниращи знакови последователности, които биват преобразувани и "
4802 "отпечатани\n"
4803 "    на стандартния изход; и форматиращи знакови последователности, всяка от\n"
4804 "    които предизвиква отпечатването на следващ аргумент.  Освен "
4805 "стандартните\n"
4806 "    форматирания описани в ръководството на printf, „%b“ предизвиква "
4807 "заместването\n"
4808 "    на екраниранията с обратно наклонени черти в съответния аргумент, а „%"
4809 "q“\n"
4810 "    предизвиква цитирането на аргумента, така че да може да бъде използван "
4811 "като\n"
4812 "    вход за обвивката. Ако е включена опцията „-v“, изходът се поставя в\n"
4813 "    променливата на обвивката VAR, вместо да се извежда на стандартния изход."
4814
4815 #: builtins.c:1913
4816 msgid ""
4817 "Specify how arguments are to be completed by Readline.\n"
4818 "    \n"
4819 "    For each NAME, specify how arguments are to be completed.  If no "
4820 "options\n"
4821 "    are supplied, existing completion specifications are printed in a way "
4822 "that\n"
4823 "    allows them to be reused as input.\n"
4824 "    \n"
4825 "    Options:\n"
4826 "      -p\tprint existing completion specifications in a reusable format\n"
4827 "      -r\tremove a completion specification for each NAME, or, if no\n"
4828 "    \tNAMEs are supplied, all completion specifications\n"
4829 "      -D\tapply the completions and actions as the default for commands\n"
4830 "    \twithout any specific completion defined\n"
4831 "      -E\tapply the completions and actions to \"empty\" commands --\n"
4832 "    \tcompletion attempted on a blank line\n"
4833 "    \n"
4834 "    When completion is attempted, the actions are applied in the order the\n"
4835 "    uppercase-letter options are listed above.  The -D option takes\n"
4836 "    precedence over -E.\n"
4837 "    \n"
4838 "    Exit Status:\n"
4839 "    Returns success unless an invalid option is supplied or an error occurs."
4840 msgstr ""
4841
4842 #: builtins.c:1941
4843 #, fuzzy
4844 msgid ""
4845 "Display possible completions depending on the options.\n"
4846 "    \n"
4847 "    Intended to be used from within a shell function generating possible\n"
4848 "    completions.  If the optional WORD argument is supplied, matches "
4849 "against\n"
4850 "    WORD are generated.\n"
4851 "    \n"
4852 "    Exit Status:\n"
4853 "    Returns success unless an invalid option is supplied or an error occurs."
4854 msgstr ""
4855 " Показване на възможните дописвания на базата на възможностите.  Целта е да "
4856 "се\n"
4857 "    ползва в рамките функция на обвивката, която генерира възможните "
4858 "дописвания.\n"
4859 "    Ако е зададен незадължителният аргумент ДУМА, генерират се напасванията "
4860 "с\n"
4861 "    него."
4862
4863 #: builtins.c:1956
4864 msgid ""
4865 "Modify or display completion options.\n"
4866 "    \n"
4867 "    Modify the completion options for each NAME, or, if no NAMEs are "
4868 "supplied,\n"
4869 "    the completion currently being executed.  If no OPTIONs are given, "
4870 "print\n"
4871 "    the completion options for each NAME or the current completion "
4872 "specification.\n"
4873 "    \n"
4874 "    Options:\n"
4875 "    \t-o option\tSet completion option OPTION for each NAME\n"
4876 "    \t-D\t\tChange options for the \"default\" command completion\n"
4877 "    \t-E\t\tChange options for the \"empty\" command completion\n"
4878 "    \n"
4879 "    Using `+o' instead of `-o' turns off the specified option.\n"
4880 "    \n"
4881 "    Arguments:\n"
4882 "    \n"
4883 "    Each NAME refers to a command for which a completion specification must\n"
4884 "    have previously been defined using the `complete' builtin.  If no NAMEs\n"
4885 "    are supplied, compopt must be called by a function currently generating\n"
4886 "    completions, and the options for that currently-executing completion\n"
4887 "    generator are modified.\n"
4888 "    \n"
4889 "    Exit Status:\n"
4890 "    Returns success unless an invalid option is supplied or NAME does not\n"
4891 "    have a completion specification defined."
4892 msgstr ""
4893
4894 #: builtins.c:1986
4895 msgid ""
4896 "Read lines from the standard input into an indexed array variable.\n"
4897 "    \n"
4898 "    Read lines from the standard input into the indexed array variable "
4899 "ARRAY, or\n"
4900 "    from file descriptor FD if the -u option is supplied.  The variable "
4901 "MAPFILE\n"
4902 "    is the default ARRAY.\n"
4903 "    \n"
4904 "    Options:\n"
4905 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
4906 "copied.\n"
4907 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
4908 "index is 0.\n"
4909 "      -s count \tDiscard the first COUNT lines read.\n"
4910 "      -t\t\tRemove a trailing newline from each line read.\n"
4911 "      -u fd\t\tRead lines from file descriptor FD instead of the standard "
4912 "input.\n"
4913 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
4914 "      -c quantum\tSpecify the number of lines read between each call to "
4915 "CALLBACK.\n"
4916 "    \n"
4917 "    Arguments:\n"
4918 "      ARRAY\t\tArray variable name to use for file data.\n"
4919 "    \n"
4920 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
4921 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
4922 "    element to be assigned and the line to be assigned to that element\n"
4923 "    as additional arguments.\n"
4924 "    \n"
4925 "    If not supplied with an explicit origin, mapfile will clear ARRAY "
4926 "before\n"
4927 "    assigning to it.\n"
4928 "    \n"
4929 "    Exit Status:\n"
4930 "    Returns success unless an invalid option is given or ARRAY is readonly "
4931 "or\n"
4932 "    not an indexed array."
4933 msgstr ""
4934
4935 #: builtins.c:2020
4936 msgid ""
4937 "Read lines from a file into an array variable.\n"
4938 "    \n"
4939 "    A synonym for `mapfile'."
4940 msgstr ""
4941
4942 #~ msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
4943 #~ msgstr ""
4944 #~ "презаделяне на памет: %lu байта не могат да се заделят наново (заделени "
4945 #~ "са\n"
4946 #~ "%lu байта)"
4947
4948 #~ msgid "xrealloc: cannot allocate %lu bytes"
4949 #~ msgstr "презаделяне на памет: %lu байта не могат да се заделят"
4950
4951 #~ msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
4952 #~ msgstr ""
4953 #~ "презаделяне на памет: %s:%d: %lu байта не могат да се заделят (заделени "
4954 #~ "са %lu байта)"
4955
4956 #~ msgid " "
4957 #~ msgstr " "
4958
4959 #~ msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
4960 #~ msgstr "Без ИЗРАЗ връща „$ред $име_на_файл“.  С ИЗРАЗ връща"
4961
4962 #~ msgid "returns \"$line $subroutine $filename\"; this extra information"
4963 #~ msgstr "„$ред $функция $име_на_файл“. Тази допълнителна информация"
4964
4965 #~ msgid "can be used used to provide a stack trace."
4966 #~ msgstr "може да се използва да получаването на информация за стека."
4967
4968 #~ msgid ""
4969 #~ "The value of EXPR indicates how many call frames to go back before the"
4970 #~ msgstr "Стойността на ИЗРАЗа показва колко извиквания преди текущото"
4971
4972 #~ msgid "current one; the top frame is frame 0."
4973 #~ msgstr "трябва да се върнат. Последното извикване е 0."
4974
4975 #~ msgid "%s: invalid number"
4976 #~ msgstr "%s: грешно число"
4977
4978 #~ msgid "Shell commands matching keywords `"
4979 #~ msgstr "Команди на обвивката, които напасват на ключовите думи „"
4980
4981 #~ msgid "Display the list of currently remembered directories.  Directories"
4982 #~ msgstr ""
4983 #~ "Показване на списъка с текущо запомнените директории.  Те биват запомнени "
4984 #~ "чрез"
4985
4986 #~ msgid "find their way onto the list with the `pushd' command; you can get"
4987 #~ msgstr ""
4988 #~ "командата „pushd“.  Можете да преминете в обратен ред в списъка чрез "
4989 #~ "командата"
4990
4991 #~ msgid "back up through the list with the `popd' command."
4992 #~ msgstr "„popd“."
4993
4994 #~ msgid ""
4995 #~ "The -l flag specifies that `dirs' should not print shorthand versions"
4996 #~ msgstr ""
4997 #~ "Опцията „-l“ указва, че командата „dirs“ не трябва да извежда кратката "
4998 #~ "версия на"
4999
5000 #~ msgid ""
5001 #~ "of directories which are relative to your home directory.  This means"
5002 #~ msgstr ""
5003 #~ "на директориите, които са относителни спрямо домашната ви директория.  "
5004 #~ "Това"
5005
5006 #~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
5007 #~ msgstr ""
5008 #~ "означава, че вместо „~/bin“ ще бъде изведено нещо подобно на „/homes/geek/"
5009 #~ "bin“."
5010
5011 #~ msgid "causes `dirs' to print the directory stack with one entry per line,"
5012 #~ msgstr ""
5013 #~ "Опцията „-v“ кара „dirs“ да извежда стека с директориите по една на ред, "
5014 #~ "като"
5015
5016 #~ msgid ""
5017 #~ "prepending the directory name with its position in the stack.  The -p"
5018 #~ msgstr ""
5019 #~ "пред всяка се отпечатва мястото ѝ в стека.  Опцията „-p“ прави същото, "
5020 #~ "без да"
5021
5022 #~ msgid "flag does the same thing, but the stack position is not prepended."
5023 #~ msgstr ""
5024 #~ "включва мястото на директорията в стека.  Опцията „-c“ изчиства стека с"
5025
5026 #~ msgid ""
5027 #~ "The -c flag clears the directory stack by deleting all of the elements."
5028 #~ msgstr "директориите като изтрива всичките му елементи."
5029
5030 #~ msgid ""
5031 #~ "+N   displays the Nth entry counting from the left of the list shown by"
5032 #~ msgstr "+N    показва N-тия елемент отляво в списъка показван от"
5033
5034 #~ msgid "     dirs when invoked without options, starting with zero."
5035 #~ msgstr ""
5036 #~ "      командата „dirs“, когато е стартирана без опции.  Брои се от 0."
5037
5038 #~ msgid ""
5039 #~ "-N   displays the Nth entry counting from the right of the list shown by"
5040 #~ msgstr "-N    показва N-тия елемент отдясно в списъка показван от"
5041
5042 #~ msgid "Adds a directory to the top of the directory stack, or rotates"
5043 #~ msgstr "Добавя директория в стека на директориите или превърта стека,"
5044
5045 #~ msgid "the stack, making the new top of the stack the current working"
5046 #~ msgstr "като най-горна директория става текущата директория.  Без"
5047
5048 #~ msgid "directory.  With no arguments, exchanges the top two directories."
5049 #~ msgstr "аргументи сменя най-горните две директории."
5050
5051 #~ msgid "+N   Rotates the stack so that the Nth directory (counting"
5052 #~ msgstr "+N    Превърта стека, така че N-тата директория (като се брои"
5053
5054 #~ msgid "     from the left of the list shown by `dirs', starting with"
5055 #~ msgstr "      от лявата страна на списъка, показан от командата „dirs“"
5056
5057 #~ msgid "     zero) is at the top."
5058 #~ msgstr "       като се почва от 0) да е най-отгоре."
5059
5060 #~ msgid "-N   Rotates the stack so that the Nth directory (counting"
5061 #~ msgstr "-N    Превърта стека, така че N-тата директория (като се брои"
5062
5063 #~ msgid "     from the right of the list shown by `dirs', starting with"
5064 #~ msgstr "      от дясната страна на списъка, показан от командата „dirs“"
5065
5066 #~ msgid "-n   suppress the normal change of directory when adding directories"
5067 #~ msgstr "-n    подтискане на нормалното преминаване към директория при"
5068
5069 #~ msgid "     to the stack, so only the stack is manipulated."
5070 #~ msgstr ""
5071 #~ "       добавянето на директории към стека, така че се променя само той."
5072
5073 #~ msgid "dir  adds DIR to the directory stack at the top, making it the"
5074 #~ msgstr "dir   добавя ДИР най-отгоре в стека на директориите, като я прави"
5075
5076 #~ msgid "     new current working directory."
5077 #~ msgstr "      новата текуща работна директория."
5078
5079 #~ msgid "You can see the directory stack with the `dirs' command."
5080 #~ msgstr "Можете да изведете стека на директорията с командата „dirs“."
5081
5082 #~ msgid "Removes entries from the directory stack.  With no arguments,"
5083 #~ msgstr "Маха директории от стека с тях. Без аргументи"
5084
5085 #~ msgid "removes the top directory from the stack, and cd's to the new"
5086 #~ msgstr "премахва последната директория в стека и влиза в новата"
5087
5088 #~ msgid "top directory."
5089 #~ msgstr "последна директория."
5090
5091 #~ msgid "+N   removes the Nth entry counting from the left of the list"
5092 #~ msgstr "+N    премахва N-тия елемент като се брои отляво в списъка"
5093
5094 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
5095 #~ msgstr ""
5096 #~ "      показван от командата „dirs“, като се брои от 0.  Напр.: „popd +0“"
5097
5098 #~ msgid "     removes the first directory, `popd +1' the second."
5099 #~ msgstr "      премахва първата директория, „popd +1“ - втората."
5100
5101 #~ msgid "-N   removes the Nth entry counting from the right of the list"
5102 #~ msgstr "-N    премахва N-тия елемент като се брои отдясно в списъка"
5103
5104 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
5105 #~ msgstr ""
5106 #~ "      показван от командата „dirs“, като се брои от 0.  Напр.: „popd -0“"
5107
5108 #~ msgid "     removes the last directory, `popd -1' the next to last."
5109 #~ msgstr "      премахва последната директория, „popd -1“ - предпоследната."
5110
5111 #~ msgid ""
5112 #~ "-n   suppress the normal change of directory when removing directories"
5113 #~ msgstr ""
5114 #~ "-n    подтискане на нормалното преминаване към директория при "
5115 #~ "премахването на"
5116
5117 #~ msgid "     from the stack, so only the stack is manipulated."
5118 #~ msgstr "      директории от стека, така че се променя само той."
5119
5120 #~ msgid "allocated"
5121 #~ msgstr "заделени"
5122
5123 #~ msgid "freed"
5124 #~ msgstr "освободени"
5125
5126 #~ msgid "requesting resize"
5127 #~ msgstr "изисква се преоразмераване"
5128
5129 #~ msgid "just resized"
5130 #~ msgstr "току що преораземерени"
5131
5132 #~ msgid "bug: unknown operation"
5133 #~ msgstr "грешка: непозната операция"
5134
5135 #~ msgid "malloc: watch alert: %p %s "
5136 #~ msgstr "заделяне на памет: предупреждение при наблюдение: %p %s "
5137
5138 #~ msgid ""
5139 #~ " Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
5140 #~ "    break N levels."
5141 #~ msgstr ""
5142 #~ " Изход от цикъл ползващ FOR, WHILE или UNTIL.  Ако е указан N, се излиза "
5143 #~ "от N\n"
5144 #~ "    обхващащи цикъла."
5145
5146 #~ msgid ""
5147 #~ " Run a shell builtin.  This is useful when you wish to rename a\n"
5148 #~ "    shell builtin to be a function, but need the functionality of the\n"
5149 #~ "    builtin within the function itself."
5150 #~ msgstr ""
5151 #~ " Изпълнение на команда вградена в обвивката.  Това е полезно, когато "
5152 #~ "искате да\n"
5153 #~ "    използвате името на команда вградена в обвивката за име на функция, "
5154 #~ "но във\n"
5155 #~ "    функцията се нуждаете от командата."
5156
5157 #~ msgid ""
5158 #~ " Print the current working directory.  With the -P option, pwd prints\n"
5159 #~ "    the physical directory, without any symbolic links; the -L option\n"
5160 #~ "    makes pwd follow symbolic links."
5161 #~ msgstr ""
5162 #~ " Отпечатва текущата работна директория.  С опцията „-P“ командата „pwd“ "
5163 #~ "извежда\n"
5164 #~ "    физическата директория - без символни връзки.  Опцията „-L“ кара "
5165 #~ "командата\n"
5166 #~ "    „pwd“ да следва физическите връзки."
5167
5168 #~ msgid " Return a successful result."
5169 #~ msgstr " Връща успешен резултат."
5170
5171 #~ msgid " Return an unsuccessful result."
5172 #~ msgstr " Връща неуспешен резултат."
5173
5174 #~ msgid ""
5175 #~ " Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
5176 #~ "    function called `ls', and you wish to call the command `ls', you can\n"
5177 #~ "    say \"command ls\".  If the -p option is given, a default value is "
5178 #~ "used\n"
5179 #~ "    for PATH that is guaranteed to find all of the standard utilities.  "
5180 #~ "If\n"
5181 #~ "    the -V or -v option is given, a string is printed describing "
5182 #~ "COMMAND.\n"
5183 #~ "    The -V option produces a more verbose description."
5184 #~ msgstr ""
5185 #~ " Изпълнение на КОМАНДА с АРГументи като се пренебрегват функциите в "
5186 #~ "обвивката.\n"
5187 #~ "    Ако съществува функция на обвивката наречена „ls“, можете да "
5188 #~ "извикате\n"
5189 #~ "    командата чрез „command ls“.  Ако е зададена опцията „-p“ се "
5190 #~ "използва\n"
5191 #~ "    стандартна стойност на променливата $PATH, която гарантирано открива "
5192 #~ "всички\n"
5193 #~ "    стандартни програми.  Ако е зададена някоя от опциите „-V“ или „-v“, "
5194 #~ "се\n"
5195 #~ "\t    отпечатва описание на КОМАНДАта.  Опцията „-V“ води до по-подробен "
5196 #~ "изход."
5197
5198 #~ msgid " Obsolete.  See `declare'."
5199 #~ msgstr " Остаряло, да не се използва.  Виж „declare“."
5200
5201 #~ msgid ""
5202 #~ " Create a local variable called NAME, and give it VALUE.  LOCAL\n"
5203 #~ "    can only be used within a function; it makes the variable NAME\n"
5204 #~ "    have a visible scope restricted to that function and its children."
5205 #~ msgstr ""
5206 #~ " Създаване на локална променлива с ИМЕ и присвояване на СТОЙНОСТ.  "
5207 #~ "ЛОКАЛНАта може\n"
5208 #~ "    да се използва само във функция.  Тя кара променливата на ИМЕ да е с "
5209 #~ "област\n"
5210 #~ "    на видимост, която е ограничена до тази функция и наследниците ѝ."
5211
5212 #~ msgid ""
5213 #~ " Output the ARGs.  If -n is specified, the trailing newline is suppressed."
5214 #~ msgstr ""
5215 #~ " АРГУМЕНТите се извеждат.  Ако е дадена опцията „-n“, се подтиска "
5216 #~ "извеждането\n"
5217 #~ "на нов ред."
5218
5219 #~ msgid ""
5220 #~ " Enable and disable builtin shell commands.  This allows\n"
5221 #~ "    you to use a disk command which has the same name as a shell\n"
5222 #~ "    builtin without specifying a full pathname.  If -n is used, the\n"
5223 #~ "    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
5224 #~ "    to use the `test' found in $PATH instead of the shell builtin\n"
5225 #~ "    version, type `enable -n test'.  On systems supporting dynamic\n"
5226 #~ "    loading, the -f option may be used to load new builtins from the\n"
5227 #~ "    shared object FILENAME.  The -d option will delete a builtin\n"
5228 #~ "    previously loaded with -f.  If no non-option names are given, or\n"
5229 #~ "    the -p option is supplied, a list of builtins is printed.  The\n"
5230 #~ "    -a option means to print every builtin with an indication of whether\n"
5231 #~ "    or not it is enabled.  The -s option restricts the output to the "
5232 #~ "POSIX.2\n"
5233 #~ "    `special' builtins.  The -n option displays a list of all disabled "
5234 #~ "builtins."
5235 #~ msgstr ""
5236 #~ " Включване или изключване на вградените в обвивката команди.  Това ви "
5237 #~ "позволява\n"
5238 #~ "    да използвате външна команда, която има същото име като вградена в "
5239 #~ "обвивката\n"
5240 #~ "    команда, без да указвате име съдържащо път.  Ако използвате опцията „-"
5241 #~ "n“\n"
5242 #~ "    ИМЕната се изключват, в противен случай се включват.  Например, за "
5243 #~ "да\n"
5244 #~ "    използвате командата „test“, която се намира в пътищата указани с "
5245 #~ "$PATH, а\n"
5246 #~ "    не версията вградена в обвивката, използвайте „enable -n test“.  При\n"
5247 #~ "    системите, които разполагат с динамично зареждане, опцията „-f“ може "
5248 #~ "да се\n"
5249 #~ "    използва за зареждането на нова команда вградена в обвивката от "
5250 #~ "споделен\n"
5251 #~ "    обект със съответното ИМЕ_НА_ФАЙЛ.  Опцията „-d“ изтрива ресурса "
5252 #~ "зареден с\n"
5253 #~ "    „-f“.  Ако не са зададени имена, които да не са опции, или се "
5254 #~ "използва\n"
5255 #~ "    опцията „-p“, се извеждат имената на вградените команди.  Опцията „-"
5256 #~ "a“\n"
5257 #~ "    означава всяка вградена команда да се изведе заедно с това дали е "
5258 #~ "включена\n"
5259 #~ "    или изключена.  Опцията „-s“ ограничава изхода до „специалните“ "
5260 #~ "вградени\n"
5261 #~ "    команди на POSIX.2.  Опцията „-s“ извежда списъка на всички "
5262 #~ "изключени\n"
5263 #~ "    вградени команди."
5264
5265 #~ msgid ""
5266 #~ " Read ARGs as input to the shell and execute the resulting command(s)."
5267 #~ msgstr ""
5268 #~ " Изчитане на АРГУМЕНТите като вход за обвивката и изпълнение на "
5269 #~ "получените\n"
5270 #~ "команди."
5271
5272 #~ msgid ""
5273 #~ " Exec FILE, replacing this shell with the specified program.\n"
5274 #~ "    If FILE is not specified, the redirections take effect in this\n"
5275 #~ "    shell.  If the first argument is `-l', then place a dash in the\n"
5276 #~ "    zeroth arg passed to FILE, as login does.  If the `-c' option\n"
5277 #~ "    is supplied, FILE is executed with a null environment.  The `-a'\n"
5278 #~ "    option means to make set argv[0] of the executed process to NAME.\n"
5279 #~ "    If the file cannot be executed and the shell is not interactive,\n"
5280 #~ "    then the shell exits, unless the shell option `execfail' is set."
5281 #~ msgstr ""
5282 #~ " Изпълнение на ФАЙЛ, като обвивката бива заменена с указаната програма.  "
5283 #~ "Ако\n"
5284 #~ "    ФАЙЛът не е указан, пренасочването се извършва в тази обвивка.  Ако "
5285 #~ "първата\n"
5286 #~ "    опция е „-l“, нулевият аргумент подаден на ФАЙЛа e тире - подобно на "
5287 #~ "това,\n"
5288 #~ "    което се случва при влизане в системата.   При подаването на опцията "
5289 #~ "„-c“\n"
5290 #~ "    ФАЙЛът се изпълнява с празно обкръжение.  Опцията „-a“ означава "
5291 #~ "нулевият\n"
5292 #~ "    елемент от масива с аргументи (argv[0]) да е ИМЕ.  Ако ФАЙЛът не може "
5293 #~ "да се\n"
5294 #~ "    изпълни и обвивката не е интерактивна, обвивката завършва работа, "
5295 #~ "освен ако\n"
5296 #~ "    не е зададена опцията на обвивката „execfail“."
5297
5298 #~ msgid " Logout of a login shell."
5299 #~ msgstr " Изход от входна обвивка"
5300
5301 #~ msgid ""
5302 #~ " For each NAME, the full pathname of the command is determined and\n"
5303 #~ "    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
5304 #~ "    full pathname of NAME, and no path search is performed.  The -r\n"
5305 #~ "    option causes the shell to forget all remembered locations.  The -d\n"
5306 #~ "    option causes the shell to forget the remembered location of each "
5307 #~ "NAME.\n"
5308 #~ "    If the -t option is supplied the full pathname to which each NAME\n"
5309 #~ "    corresponds is printed.  If multiple NAME arguments are supplied "
5310 #~ "with\n"
5311 #~ "    -t, the NAME is printed before the hashed full pathname.  The -l "
5312 #~ "option\n"
5313 #~ "    causes output to be displayed in a format that may be reused as "
5314 #~ "input.\n"
5315 #~ "    If no arguments are given, information about remembered commands is "
5316 #~ "displayed."
5317 #~ msgstr ""
5318 #~ " За всяко ИМЕ се определя и запомня пълното име с пътя на командата.\n"
5319 #~ "    Когато е указана опцията „-p“, ПЪТят се използва като пълен път за "
5320 #~ "името и\n"
5321 #~ "    не се търси в нормалния път.  Опцията „-r“ кара обвивката да забрави "
5322 #~ "всички\n"
5323 #~ "    запомнени места.  Опцията „-d“ кара обвивката да забрави запомненото "
5324 #~ "място\n"
5325 #~ "    на обекта със съответното ИМЕ.  Ако е зададена опцията „-t“, извежда "
5326 #~ "се\n"
5327 #~ "    цялото име с пътя на съответното ИМЕ.  Ако на опцията „-t“ са "
5328 #~ "подадени\n"
5329 #~ "    множество ИМЕна, те се отпечатват преди хешираното пълно име.  "
5330 #~ "Опцията „-l“\n"
5331 #~ "    форматира изхода по начин, който го прави удобен за вход.  Ако не са\n"
5332 #~ "    подадени аргументи, се извежда информация за запомнените команди."
5333
5334 #~ msgid ""
5335 #~ " Display helpful information about builtin commands.  If PATTERN is\n"
5336 #~ "    specified, gives detailed help on all commands matching PATTERN,\n"
5337 #~ "    otherwise a list of the builtins is printed.  The -s option\n"
5338 #~ "    restricts the output for each builtin command matching PATTERN to\n"
5339 #~ "    a short usage synopsis."
5340 #~ msgstr ""
5341 #~ " Извеждане на полезна информация за вградените команди.  Ако е указан "
5342 #~ "ШАБЛОН,\n"
5343 #~ "    се извежда информация само за командите, които напасват, в противен "
5344 #~ "случай\n"
5345 #~ "    се извежда информация за всички команди.  Опцията „-s“  ограничава\n"
5346 #~ "    информацията за всяка вградена команда до кратко съобщение за\n"
5347 #~ "    предназначението ѝ."
5348
5349 #~ msgid ""
5350 #~ " By default, removes each JOBSPEC argument from the table of active "
5351 #~ "jobs.\n"
5352 #~ "    If the -h option is given, the job is not removed from the table, but "
5353 #~ "is\n"
5354 #~ "    marked so that SIGHUP is not sent to the job if the shell receives a\n"
5355 #~ "    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
5356 #~ "all\n"
5357 #~ "    jobs from the job table; the -r option means to remove only running "
5358 #~ "jobs."
5359 #~ msgstr ""
5360 #~ " По подразбиране премахва всеки аргумент ЗАДАЧА от таблицата на "
5361 #~ "активните\n"
5362 #~ "    задачи.  Когато е зададена опцията „-h“, задачата не се премахва от\n"
5363 #~ "    таблицата, но се отбелязва да не получава сигнал „SIGHUP“, когато "
5364 #~ "обвивката\n"
5365 #~ "    получи такъв сигнал.  Опцията „-а“, когато не е указана ЗАДАЧА, "
5366 #~ "означава\n"
5367 #~ "    всички задачи да се извадят от таблицата със задачи.  Опцията „-r“ "
5368 #~ "кара да\n"
5369 #~ "    се махнат само вървящите задачи."
5370
5371 #~ msgid ""
5372 #~ " Causes a function to exit with the return value specified by N.  If N\n"
5373 #~ "    is omitted, the return status is that of the last command."
5374 #~ msgstr ""
5375 #~ " Води до изход от функция с върнат код N.  Ако не е указан N, връща се "
5376 #~ "изходния\n"
5377 #~ "    код на последната команда."
5378
5379 #~ msgid ""
5380 #~ " For each NAME, remove the corresponding variable or function.  Given\n"
5381 #~ "    the `-v', unset will only act on variables.  Given the `-f' flag,\n"
5382 #~ "    unset will only act on functions.  With neither flag, unset first\n"
5383 #~ "    tries to unset a variable, and if that fails, then tries to unset a\n"
5384 #~ "    function.  Some variables cannot be unset; also see readonly."
5385 #~ msgstr ""
5386 #~ " За всяко ИМЕ се премахва съответната променлива или име.  Когато е "
5387 #~ "зададена\n"
5388 #~ "    опцията „-v“, „unset“ действа само на променливи.  Когато е зададена "
5389 #~ "опцията\n"
5390 #~ "    „-f“, „unset“ действа само на функции.  Когато командата се използва "
5391 #~ "без\n"
5392 #~ "    опции, първо се прави опита за премахване на променлива и след това "
5393 #~ "на\n"
5394 #~ "    функция.  Някои променливи не могат да се премахнат.  Вижте "
5395 #~ "вградената\n"
5396 #~ "    команда „readonly“."
5397
5398 #~ msgid ""
5399 #~ " NAMEs are marked for automatic export to the environment of\n"
5400 #~ "    subsequently executed commands.  If the -f option is given,\n"
5401 #~ "    the NAMEs refer to functions.  If no NAMEs are given, or if `-p'\n"
5402 #~ "    is given, a list of all names that are exported in this shell is\n"
5403 #~ "    printed.  An argument of `-n' says to remove the export property\n"
5404 #~ "    from subsequent NAMEs.  An argument of `--' disables further option\n"
5405 #~ "    processing."
5406 #~ msgstr ""
5407 #~ " ИМЕната се маркират за автоматично изнасяне към средата на последвалите\n"
5408 #~ "    команди.  Ако е зададена опцията „-f“, ИМЕната са на функции.  Ако не "
5409 #~ "са\n"
5410 #~ "    дадени ИМЕна, или е използвана опцията „-p“, се извежда списък с "
5411 #~ "всички\n"
5412 #~ "    имена, които са изнесени от тази обвивка.  Опцията „-n“ указва "
5413 #~ "следващите\n"
5414 #~ "    ИМЕна повече да не са изнесени.  Аргументът „--“ изключва третирането "
5415 #~ "на\n"
5416 #~ "    следващите аргументи като опции."
5417
5418 #~ msgid ""
5419 #~ " The given NAMEs are marked readonly and the values of these NAMEs may\n"
5420 #~ "    not be changed by subsequent assignment.  If the -f option is given,\n"
5421 #~ "    then functions corresponding to the NAMEs are so marked.  If no\n"
5422 #~ "    arguments are given, or if `-p' is given, a list of all readonly "
5423 #~ "names\n"
5424 #~ "    is printed.  The `-a' option means to treat each NAME as\n"
5425 #~ "    an array variable.  An argument of `--' disables further option\n"
5426 #~ "    processing."
5427 #~ msgstr ""
5428 #~ " Премахва възможността за промяна на дадените ИМЕна при последващи "
5429 #~ "присвоявания.\n"
5430 #~ "    Когато е използвана опцията „-f“, се премахва възможността за промяна "
5431 #~ "на\n"
5432 #~ "    функциите с тези ИМЕна.  Ако не са дадени аргументи или е използвана "
5433 #~ "опцията\n"
5434 #~ "    „-p“, се извеждат имената, които са без възможност за промяна.  "
5435 #~ "Опцията „-a“\n"
5436 #~ "    означава всяко име да се интерпретира като променлива за масив.  "
5437 #~ "Аргументът\n"
5438 #~ "    „--“ изключва третирането на следващите аргументи като опции."
5439
5440 #~ msgid ""
5441 #~ " The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
5442 #~ "    not given, it is assumed to be 1."
5443 #~ msgstr ""
5444 #~ " Позиционните аргументи от $N+1 и нагоре съответно се преименуват на $1 "
5445 #~ "и\n"
5446 #~ "    нагоре.  Ако N не е зададен, приема се, че е 1."
5447
5448 #~ msgid ""
5449 #~ " Suspend the execution of this shell until it receives a SIGCONT\n"
5450 #~ "    signal.  The `-f' if specified says not to complain about this\n"
5451 #~ "    being a login shell if it is; just suspend anyway."
5452 #~ msgstr ""
5453 #~ " Временно спиране на изпълнението на текущата обвивка до получаването на "
5454 #~ "сигнала\n"
5455 #~ "    „SIGCONT“.  Ако е зададена опцията „-f“, се подтиска "
5456 #~ "предупреждението, че\n"
5457 #~ "    това е входна обвивка, изпълнението ѝ просто се спира."
5458
5459 #~ msgid ""
5460 #~ " Print the accumulated user and system times for processes run from\n"
5461 #~ "    the shell."
5462 #~ msgstr ""
5463 #~ " Отпечатване на натрупаното потребителско и системно време за процеси, "
5464 #~ "които са\n"
5465 #~ "    стартирани през обвивката."
5466
5467 #~ msgid ""
5468 #~ " For each NAME, indicate how it would be interpreted if used as a\n"
5469 #~ "    command name.\n"
5470 #~ "    \n"
5471 #~ "    If the -t option is used, `type' outputs a single word which is one "
5472 #~ "of\n"
5473 #~ "    `alias', `keyword', `function', `builtin', `file' or `', if NAME is "
5474 #~ "an\n"
5475 #~ "    alias, shell reserved word, shell function, shell builtin, disk "
5476 #~ "file,\n"
5477 #~ "    or unfound, respectively.\n"
5478 #~ "    \n"
5479 #~ "    If the -p flag is used, `type' either returns the name of the disk\n"
5480 #~ "    file that would be executed, or nothing if `type -t NAME' would not\n"
5481 #~ "    return `file'.\n"
5482 #~ "    \n"
5483 #~ "    If the -a flag is used, `type' displays all of the places that "
5484 #~ "contain\n"
5485 #~ "    an executable named `file'.  This includes aliases, builtins, and\n"
5486 #~ "    functions, if and only if the -p flag is not also used.\n"
5487 #~ "    \n"
5488 #~ "    The -f flag suppresses shell function lookup.\n"
5489 #~ "    \n"
5490 #~ "    The -P flag forces a PATH search for each NAME, even if it is an "
5491 #~ "alias,\n"
5492 #~ "    builtin, or function, and returns the name of the disk file that "
5493 #~ "would\n"
5494 #~ "    be executed."
5495 #~ msgstr ""
5496 #~ " За всяко ИМЕ се отпечатва как ще се интерпретира, ако се използва за име "
5497 #~ "на\n"
5498 #~ "    команда.\n"
5499 #~ "        \n"
5500 #~ "    Ако се използва опцията „-t“, командата „type“ извежда единствена "
5501 #~ "дума,\n"
5502 #~ "    която е някоя от „alias“,  „keyword“, „function“, „builtin“, „file“ "
5503 #~ "или „“,\n"
5504 #~ "    ако ИМЕто съответно е синоним, запазена дума на обвивката, функция "
5505 #~ "на\n"
5506 #~ "    обвивката, вградена команда в обвивката, файл или не е намерено.\n"
5507 #~ "    \n"
5508 #~ "    Ако се използва опцията „-p“, командата „type“ или извежда името на "
5509 #~ "файла,\n"
5510 #~ "    който ще се изпълни, или не извежда в нищо, в случаите, когато „type -"
5511 #~ "t ИМЕ“\n"
5512 #~ "    не връща „file“.\n"
5513 #~ "    \n"
5514 #~ "    Ако се използва опцията „-a“, командата „type“ извежда всички места, "
5515 #~ "които\n"
5516 #~ "    съдържат изпълним обект с такова ИМЕ.  Това включва синонимите, "
5517 #~ "вградените\n"
5518 #~ "    команди и функции, но само ако не се използва и опцията „-p“.\n"
5519 #~ "    \n"
5520 #~ "    Опцията „-f“ подтиска търсенето във функциите на обвивката.\n"
5521 #~ "    \n"
5522 #~ "    Опцията „-P“ кара ИМЕто да се търси в пътя $PATH, дори ИМЕто да е\n"
5523 #~ "    синоним, вградена команда или функция, и да се изведе името на файла, "
5524 #~ "който\n"
5525 #~ "    би се изпълнил."
5526
5527 #~ msgid ""
5528 #~ " The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
5529 #~ "    `-S' is supplied, the current value of the mask is printed.  The `-"
5530 #~ "S'\n"
5531 #~ "    option makes the output symbolic; otherwise an octal number is "
5532 #~ "output.\n"
5533 #~ "    If `-p' is supplied, and MODE is omitted, the output is in a form\n"
5534 #~ "    that may be used as input.  If MODE begins with a digit, it is\n"
5535 #~ "    interpreted as an octal number, otherwise it is a symbolic mode "
5536 #~ "string\n"
5537 #~ "    like that accepted by chmod(1)."
5538 #~ msgstr ""
5539 #~ " Маската за създадените от потребителя файлове е зададена да е РЕЖИМ.  "
5540 #~ "Ако той\n"
5541 #~ "    е пропуснат или е дадена опцията „-S“, отпечатва се текущата стойност "
5542 #~ "на\n"
5543 #~ "    маската.  Опцията „-S“ води до описателен изход, в противен случай "
5544 #~ "се\n"
5545 #~ "    отпечатва число в осмична бройна система.  Ако е дадена опцията „-p“, "
5546 #~ "а\n"
5547 #~ "    режимът е пропуснат, изходът може да се използва като вход.  Ако "
5548 #~ "РЕЖИМът\n"
5549 #~ "    започва с цифра, то той се интерпретира като осмично число, в "
5550 #~ "противен\n"
5551 #~ "    случай е описателен низ, който се приема от командата „chmod“."
5552
5553 #~ msgid ""
5554 #~ " Wait for the specified process and report its termination status.  If\n"
5555 #~ "    N is not given, all currently active child processes are waited for,\n"
5556 #~ "    and the return code is zero.  N is a process ID; if it is not given,\n"
5557 #~ "    all child processes of the shell are waited for."
5558 #~ msgstr ""
5559 #~ " Изчакване на указания процес и докладване за изходния код.  Ако не е "
5560 #~ "зададен N,\n"
5561 #~ "    всички текущо активни дъщерни процеси се изчакват и изходният код е "
5562 #~ "0.  N\n"
5563 #~ "    е идентификатор на процес.  Ако не е задача, изчакват се всички "
5564 #~ "процеси в\n"
5565 #~ "    програмния канал на задачата."
5566
5567 #~ msgid ""
5568 #~ " Create a simple command invoked by NAME which runs COMMANDS.\n"
5569 #~ "    Arguments on the command line along with NAME are passed to the\n"
5570 #~ "    function as $0 .. $n."
5571 #~ msgstr ""
5572 #~ " Създаване на проста команда, която се извиква чрез ИМЕ, която стартира "
5573 #~ "КОМАНДИ.\n"
5574 #~ "    Аргументите на командния ред, заедно с ИМЕто, се предават на "
5575 #~ "функцията като\n"
5576 #~ "    $0 … $n."
5577
5578 #~ msgid ""
5579 #~ " Toggle the values of variables controlling optional behavior.\n"
5580 #~ "    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
5581 #~ "    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
5582 #~ "    status indicates whether each OPTNAME is set or unset.  The -o\n"
5583 #~ "    option restricts the OPTNAMEs to those defined for use with\n"
5584 #~ "    `set -o'.  With no options, or with the -p option, a list of all\n"
5585 #~ "    settable options is displayed, with an indication of whether or\n"
5586 #~ "    not each is set."
5587 #~ msgstr ""
5588 #~ " Превключва стойностите на променливите, които управляват допълнителното\n"
5589 #~ "    поведение.  Опцията „-s“ позволява задаването на всяка ОПЦИЯ.  "
5590 #~ "Опцията „-q“\n"
5591 #~ "    премахва всяка ОПЦИЯ.  Опцията „-q“ предотвратява извеждането на "
5592 #~ "информация.\n"
5593 #~ "    Върнатият код показва дали всяка опция е зададена или премахната. "
5594 #~ "Опцията\n"
5595 #~ "    „-o“ ограничава ОПЦИите до тези, които са дефинирани да се използват "
5596 #~ "със\n"
5597 #~ "    „set -o“.  Без опции или с опцията „-p“ се извежда списъка на всички "
5598 #~ "опции\n"
5599 #~ "    като се показва дали са зададени или не."
5600
5601 #~ msgid ""
5602 #~ " For each NAME, specify how arguments are to be completed.\n"
5603 #~ "    If the -p option is supplied, or if no options are supplied, "
5604 #~ "existing\n"
5605 #~ "    completion specifications are printed in a way that allows them to "
5606 #~ "be\n"
5607 #~ "    reused as input.  The -r option removes a completion specification "
5608 #~ "for\n"
5609 #~ "    each NAME, or, if no NAMEs are supplied, all completion "
5610 #~ "specifications."
5611 #~ msgstr ""
5612 #~ " За всяко ИМЕ посочва как да се дописват аргументите.\n"
5613 #~ "    Ако е зададена опцията -p или не са зададени никакви опции, "
5614 #~ "съществуващите\n"
5615 #~ "    класове дописвания се отпечатват по начин, който позволява да се "
5616 #~ "използват\n"
5617 #~ "    повторно за вход.  Опцията -r премахва клас дописвания за всяко "
5618 #~ "посочено\n"
5619 #~ "    ИМЕ, а ако не е дадено такова -  махат се всички класове."