| 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 | # <" you to use a disk command which has the same name as a shell\n"
|
|---|
| 7 | # " builtin without specifying a full pathname. If -n is used, the\n"
|
|---|
| 8 | # " NAMEs become disabled; otherwise NAMEs are enabled. For example,\n"
|
|---|
| 9 | msgid ""
|
|---|
| 10 | msgstr ""
|
|---|
| 11 | "Project-Id-Version: bash 3.2\n"
|
|---|
| 12 | "POT-Creation-Date: 2005-10-03 17:31-0400\n"
|
|---|
| 13 | "PO-Revision-Date: 2007-05-22 13:17+0300\n"
|
|---|
| 14 | "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
|
|---|
| 15 | "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
|---|
| 16 | "MIME-Version: 1.0\n"
|
|---|
| 17 | "Content-Type: text/plain; charset=UTF-8\n"
|
|---|
| 18 | "Content-Transfer-Encoding: 8bit\n"
|
|---|
| 19 | "Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|---|
| 20 |
|
|---|
| 21 | #: arrayfunc.c:48
|
|---|
| 22 | msgid "bad array subscript"
|
|---|
| 23 | msgstr "неправилен индекс на масив"
|
|---|
| 24 |
|
|---|
| 25 | #: arrayfunc.c:360
|
|---|
| 26 | #, c-format
|
|---|
| 27 | msgid "%s: cannot assign to non-numeric index"
|
|---|
| 28 | msgstr "%s: не може да се присвоява на нецифров индекс"
|
|---|
| 29 |
|
|---|
| 30 | #: bashhist.c:328
|
|---|
| 31 | #, c-format
|
|---|
| 32 | msgid "%s: cannot create: %s"
|
|---|
| 33 | msgstr "%s: не може да се създаде: %s"
|
|---|
| 34 |
|
|---|
| 35 | #: bashline.c:2947
|
|---|
| 36 | msgid "bash_execute_unix_command: cannot find keymap for command"
|
|---|
| 37 | msgstr "bash_execute_unix_command: не може да се открие подредбата на клавишите за командата"
|
|---|
| 38 |
|
|---|
| 39 | #: bashline.c:2996
|
|---|
| 40 | #, c-format
|
|---|
| 41 | msgid "%s: first non-whitespace character is not `\"'"
|
|---|
| 42 | msgstr "%s: първият непразен знак не е „\"“"
|
|---|
| 43 |
|
|---|
| 44 | #: bashline.c:3025
|
|---|
| 45 | #, c-format
|
|---|
| 46 | msgid "no closing `%c' in %s"
|
|---|
| 47 | msgstr "липсва затвярящ знак „%c“ в %s"
|
|---|
| 48 |
|
|---|
| 49 | #: bashline.c:3059
|
|---|
| 50 | #, c-format
|
|---|
| 51 | msgid "%s: missing colon separator"
|
|---|
| 52 | msgstr "%s: разделителят двоеточие липсва"
|
|---|
| 53 |
|
|---|
| 54 | #: builtins/bind.def:194
|
|---|
| 55 | #, c-format
|
|---|
| 56 | msgid "`%s': invalid keymap name"
|
|---|
| 57 | msgstr "„%s“: грешно име на подредбата на клавишите"
|
|---|
| 58 |
|
|---|
| 59 | #: builtins/bind.def:233
|
|---|
| 60 | #, c-format
|
|---|
| 61 | msgid "%s: cannot read: %s"
|
|---|
| 62 | msgstr "%s: не може да се прочете: %s"
|
|---|
| 63 |
|
|---|
| 64 | #: builtins/bind.def:248
|
|---|
| 65 | #, c-format
|
|---|
| 66 | msgid "`%s': cannot unbind"
|
|---|
| 67 | msgstr "„%s“: не може да се премахне"
|
|---|
| 68 |
|
|---|
| 69 | #: builtins/bind.def:283
|
|---|
| 70 | #, c-format
|
|---|
| 71 | msgid "`%s': unknown function name"
|
|---|
| 72 | msgstr "„%s“: непознато име на функция"
|
|---|
| 73 |
|
|---|
| 74 | #: builtins/bind.def:291
|
|---|
| 75 | #, c-format
|
|---|
| 76 | msgid "%s is not bound to any keys.\n"
|
|---|
| 77 | msgstr "%s не може да се зададе на никой клавиш.\n"
|
|---|
| 78 |
|
|---|
| 79 | #: builtins/bind.def:295
|
|---|
| 80 | #, c-format
|
|---|
| 81 | msgid "%s can be invoked via "
|
|---|
| 82 | msgstr "%s може да се извика чрез "
|
|---|
| 83 |
|
|---|
| 84 | #: builtins/break.def:128
|
|---|
| 85 | msgid "only meaningful in a `for', `while', or `until' loop"
|
|---|
| 86 | msgstr "валидно само за циклите с „for“, „while“ и „until“"
|
|---|
| 87 |
|
|---|
| 88 | #: builtins/caller.def:132
|
|---|
| 89 | msgid "Returns the context of the current subroutine call."
|
|---|
| 90 | msgstr "Връща контекста на текущото извикване на подпрограма."
|
|---|
| 91 |
|
|---|
| 92 | #: builtins/caller.def:133 builtins/caller.def:137 builtins/pushd.def:660
|
|---|
| 93 | #: builtins/pushd.def:668 builtins/pushd.def:671 builtins/pushd.def:681
|
|---|
| 94 | #: builtins/pushd.def:685 builtins/pushd.def:689 builtins/pushd.def:692
|
|---|
| 95 | #: builtins/pushd.def:695 builtins/pushd.def:704 builtins/pushd.def:708
|
|---|
| 96 | #: builtins/pushd.def:712 builtins/pushd.def:715
|
|---|
| 97 | msgid " "
|
|---|
| 98 | msgstr " "
|
|---|
| 99 |
|
|---|
| 100 | #: builtins/caller.def:134
|
|---|
| 101 | msgid "Without EXPR, returns returns \"$line $filename\". With EXPR,"
|
|---|
| 102 | msgstr "Без ИЗРАЗ връща \"$ред $име_на_файл\". С ИЗРАЗ връща"
|
|---|
| 103 |
|
|---|
| 104 | #: builtins/caller.def:135
|
|---|
| 105 | msgid "returns \"$line $subroutine $filename\"; this extra information"
|
|---|
| 106 | msgstr "„$ред $функция $име_на_файл“. Тази допълнителна информация"
|
|---|
| 107 |
|
|---|
| 108 | #: builtins/caller.def:136
|
|---|
| 109 | msgid "can be used used to provide a stack trace."
|
|---|
| 110 | msgstr "може да се използва да получаването на информация за стека."
|
|---|
| 111 |
|
|---|
| 112 | #: builtins/caller.def:138
|
|---|
| 113 | msgid "The value of EXPR indicates how many call frames to go back before the"
|
|---|
| 114 | msgstr "Стойността на ИЗРАЗа показва колко извиквания преди текущото"
|
|---|
| 115 |
|
|---|
| 116 | #: builtins/caller.def:139
|
|---|
| 117 | msgid "current one; the top frame is frame 0."
|
|---|
| 118 | msgstr "трябва да се върнат. Последното извикване е ."
|
|---|
| 119 |
|
|---|
| 120 | #: builtins/cd.def:203
|
|---|
| 121 | msgid "HOME not set"
|
|---|
| 122 | msgstr "Променливата HOME не зададена"
|
|---|
| 123 |
|
|---|
| 124 | #: builtins/cd.def:215
|
|---|
| 125 | msgid "OLDPWD not set"
|
|---|
| 126 | msgstr "Променливата OLDPWD не е зададена"
|
|---|
| 127 |
|
|---|
| 128 | #: builtins/common.c:133 test.c:921
|
|---|
| 129 | msgid "too many arguments"
|
|---|
| 130 | msgstr "прекалено много аргументи"
|
|---|
| 131 |
|
|---|
| 132 | #: builtins/common.c:157 shell.c:474 shell.c:747
|
|---|
| 133 | #, c-format
|
|---|
| 134 | msgid "%s: option requires an argument"
|
|---|
| 135 | msgstr "%s: опцията изисква аргумент"
|
|---|
| 136 |
|
|---|
| 137 | #: builtins/common.c:164
|
|---|
| 138 | #, c-format
|
|---|
| 139 | msgid "%s: numeric argument required"
|
|---|
| 140 | msgstr "%s: изисква се числов аргумент"
|
|---|
| 141 |
|
|---|
| 142 | #: builtins/common.c:171
|
|---|
| 143 | #, c-format
|
|---|
| 144 | msgid "%s: not found"
|
|---|
| 145 | msgstr "%s: не е открит"
|
|---|
| 146 |
|
|---|
| 147 | #: builtins/common.c:180 shell.c:760
|
|---|
| 148 | #, c-format
|
|---|
| 149 | msgid "%s: invalid option"
|
|---|
| 150 | msgstr "%s: грешна опция"
|
|---|
| 151 |
|
|---|
| 152 | #: builtins/common.c:187
|
|---|
| 153 | #, c-format
|
|---|
| 154 | msgid "%s: invalid option name"
|
|---|
| 155 | msgstr "%s: грешно име на опция"
|
|---|
| 156 |
|
|---|
| 157 | #: builtins/common.c:194 general.c:231 general.c:236
|
|---|
| 158 | #, c-format
|
|---|
| 159 | msgid "`%s': not a valid identifier"
|
|---|
| 160 | msgstr "„%s“: грешен идентификатор"
|
|---|
| 161 |
|
|---|
| 162 | #: builtins/common.c:201
|
|---|
| 163 | #, c-format
|
|---|
| 164 | msgid "%s: invalid number"
|
|---|
| 165 | msgstr "%s: грешно число"
|
|---|
| 166 |
|
|---|
| 167 | #: builtins/common.c:208
|
|---|
| 168 | #, c-format
|
|---|
| 169 | msgid "%s: invalid signal specification"
|
|---|
| 170 | msgstr "%s: грешно указване на сигнал"
|
|---|
| 171 |
|
|---|
| 172 | #: builtins/common.c:215
|
|---|
| 173 | #, c-format
|
|---|
| 174 | msgid "`%s': not a pid or valid job spec"
|
|---|
| 175 | msgstr "„%s“: неправилен идентификатор на процес или задача"
|
|---|
| 176 |
|
|---|
| 177 | #: builtins/common.c:222 error.c:453
|
|---|
| 178 | #, c-format
|
|---|
| 179 | msgid "%s: readonly variable"
|
|---|
| 180 | msgstr "%s: променлива с права само за четене"
|
|---|
| 181 |
|
|---|
| 182 | #: builtins/common.c:230
|
|---|
| 183 | #, c-format
|
|---|
| 184 | msgid "%s: %s out of range"
|
|---|
| 185 | msgstr "%s: %s извън интервала на допустимите стойности"
|
|---|
| 186 |
|
|---|
| 187 | #: builtins/common.c:230 builtins/common.c:232
|
|---|
| 188 | msgid "argument"
|
|---|
| 189 | msgstr "аргумент"
|
|---|
| 190 |
|
|---|
| 191 | #: builtins/common.c:232
|
|---|
| 192 | #, c-format
|
|---|
| 193 | msgid "%s out of range"
|
|---|
| 194 | msgstr "%s извън интервала на допустимите стойности"
|
|---|
| 195 |
|
|---|
| 196 | #: builtins/common.c:240
|
|---|
| 197 | #, c-format
|
|---|
| 198 | msgid "%s: no such job"
|
|---|
| 199 | msgstr "%s: няма такава задача"
|
|---|
| 200 |
|
|---|
| 201 | #: builtins/common.c:248
|
|---|
| 202 | #, c-format
|
|---|
| 203 | msgid "%s: no job control"
|
|---|
| 204 | msgstr "%s: няма управление на задачите"
|
|---|
| 205 |
|
|---|
| 206 | #: builtins/common.c:250
|
|---|
| 207 | msgid "no job control"
|
|---|
| 208 | msgstr "няма управление на задачите"
|
|---|
| 209 |
|
|---|
| 210 | #: builtins/common.c:260
|
|---|
| 211 | #, c-format
|
|---|
| 212 | msgid "%s: restricted"
|
|---|
| 213 | msgstr "%s: ограничен"
|
|---|
| 214 |
|
|---|
| 215 | #: builtins/common.c:262
|
|---|
| 216 | msgid "restricted"
|
|---|
| 217 | msgstr "ограничен"
|
|---|
| 218 |
|
|---|
| 219 | #: builtins/common.c:270
|
|---|
| 220 | #, c-format
|
|---|
| 221 | msgid "%s: not a shell builtin"
|
|---|
| 222 | msgstr "%s: не е команда вградена в обвивката"
|
|---|
| 223 |
|
|---|
| 224 | #: builtins/common.c:276
|
|---|
| 225 | #, c-format
|
|---|
| 226 | msgid "write error: %s"
|
|---|
| 227 | msgstr "грешка при запис: %s"
|
|---|
| 228 |
|
|---|
| 229 | #: builtins/common.c:484
|
|---|
| 230 | #, c-format
|
|---|
| 231 | msgid "%s: error retrieving current directory: %s: %s\n"
|
|---|
| 232 | msgstr "%s: грешка при получаването на текущата директория: %s: %s\n"
|
|---|
| 233 |
|
|---|
| 234 | #: builtins/common.c:550 builtins/common.c:552
|
|---|
| 235 | #, c-format
|
|---|
| 236 | msgid "%s: ambiguous job spec"
|
|---|
| 237 | msgstr "%s: нееднозначно указана задача"
|
|---|
| 238 |
|
|---|
| 239 | #: builtins/complete.def:251
|
|---|
| 240 | #, c-format
|
|---|
| 241 | msgid "%s: invalid action name"
|
|---|
| 242 | msgstr "%s: грешно име на действие"
|
|---|
| 243 |
|
|---|
| 244 | #: builtins/complete.def:381 builtins/complete.def:524
|
|---|
| 245 | #, c-format
|
|---|
| 246 | msgid "%s: no completion specification"
|
|---|
| 247 | msgstr "%s: не е указано дописване"
|
|---|
| 248 |
|
|---|
| 249 | #: builtins/complete.def:571
|
|---|
| 250 | msgid "warning: -F option may not work as you expect"
|
|---|
| 251 | msgstr "предупреждение: опцията „-F“ може да не работи според очакванията ви"
|
|---|
| 252 |
|
|---|
| 253 | #: builtins/complete.def:573
|
|---|
| 254 | msgid "warning: -C option may not work as you expect"
|
|---|
| 255 | msgstr "предупреждение: опцията „-C“ може да не работи според очакванията ви"
|
|---|
| 256 |
|
|---|
| 257 | #: builtins/declare.def:105
|
|---|
| 258 | msgid "can only be used in a function"
|
|---|
| 259 | msgstr "може да се използва само във фунцкия"
|
|---|
| 260 |
|
|---|
| 261 | #: builtins/declare.def:301
|
|---|
| 262 | msgid "cannot use `-f' to make functions"
|
|---|
| 263 | msgstr "„-f“ не може да се използва за създаването на функции"
|
|---|
| 264 |
|
|---|
| 265 | #: builtins/declare.def:313 execute_cmd.c:3986
|
|---|
| 266 | #, c-format
|
|---|
| 267 | msgid "%s: readonly function"
|
|---|
| 268 | msgstr "%s: функция с права само за четене"
|
|---|
| 269 |
|
|---|
| 270 | #: builtins/declare.def:401
|
|---|
| 271 | #, c-format
|
|---|
| 272 | msgid "%s: cannot destroy array variables in this way"
|
|---|
| 273 | msgstr "%s: променливите за масиви не могат да се унищожават така"
|
|---|
| 274 |
|
|---|
| 275 | #: builtins/enable.def:128 builtins/enable.def:136
|
|---|
| 276 | msgid "dynamic loading not available"
|
|---|
| 277 | msgstr "липсва възможност за динамично зареждане"
|
|---|
| 278 |
|
|---|
| 279 | #: builtins/enable.def:303
|
|---|
| 280 | #, c-format
|
|---|
| 281 | msgid "cannot open shared object %s: %s"
|
|---|
| 282 | msgstr "споделеният обект %s не може да бъде зареден: %s"
|
|---|
| 283 |
|
|---|
| 284 | #: builtins/enable.def:326
|
|---|
| 285 | #, c-format
|
|---|
| 286 | msgid "cannot find %s in shared object %s: %s"
|
|---|
| 287 | msgstr "не може да се открие %s в споделения обект %s: %s"
|
|---|
| 288 |
|
|---|
| 289 | #: builtins/enable.def:450
|
|---|
| 290 | #, c-format
|
|---|
| 291 | msgid "%s: not dynamically loaded"
|
|---|
| 292 | msgstr "%s: не е зареден динамично"
|
|---|
| 293 |
|
|---|
| 294 | #: builtins/enable.def:465
|
|---|
| 295 | #, c-format
|
|---|
| 296 | msgid "%s: cannot delete: %s"
|
|---|
| 297 | msgstr "%s: не може да се изтрие: %s"
|
|---|
| 298 |
|
|---|
| 299 | #: builtins/evalfile.c:129 execute_cmd.c:3852 shell.c:1408
|
|---|
| 300 | #, c-format
|
|---|
| 301 | msgid "%s: is a directory"
|
|---|
| 302 | msgstr "%s: е директория"
|
|---|
| 303 |
|
|---|
| 304 | #: builtins/evalfile.c:134
|
|---|
| 305 | #, c-format
|
|---|
| 306 | msgid "%s: not a regular file"
|
|---|
| 307 | msgstr "%s: не е обиновен файл"
|
|---|
| 308 |
|
|---|
| 309 | #: builtins/evalfile.c:142
|
|---|
| 310 | #, c-format
|
|---|
| 311 | msgid "%s: file is too large"
|
|---|
| 312 | msgstr "%s: файлът е прекалено голям"
|
|---|
| 313 |
|
|---|
| 314 | #: builtins/exec.def:205
|
|---|
| 315 | #, c-format
|
|---|
| 316 | msgid "%s: cannot execute: %s"
|
|---|
| 317 | msgstr "%s: не може да се изпълни: %s"
|
|---|
| 318 |
|
|---|
| 319 | #: builtins/exit.def:83
|
|---|
| 320 | msgid "not login shell: use `exit'"
|
|---|
| 321 | msgstr "това не е входна обвивка: използвайте „exit“"
|
|---|
| 322 |
|
|---|
| 323 | #: builtins/exit.def:111
|
|---|
| 324 | msgid "There are stopped jobs.\n"
|
|---|
| 325 | msgstr "Има спрени задачи.\n"
|
|---|
| 326 |
|
|---|
| 327 | #: builtins/fc.def:259
|
|---|
| 328 | msgid "no command found"
|
|---|
| 329 | msgstr "не е открита команда"
|
|---|
| 330 |
|
|---|
| 331 | #: builtins/fc.def:329
|
|---|
| 332 | msgid "history specification"
|
|---|
| 333 | msgstr "указване на историята"
|
|---|
| 334 |
|
|---|
| 335 | #: builtins/fc.def:350
|
|---|
| 336 | #, c-format
|
|---|
| 337 | msgid "%s: cannot open temp file: %s"
|
|---|
| 338 | msgstr "%s: не може да се отвори временен файл: %s"
|
|---|
| 339 |
|
|---|
| 340 | #: builtins/fg_bg.def:149
|
|---|
| 341 | #, c-format
|
|---|
| 342 | msgid "job %d started without job control"
|
|---|
| 343 | msgstr "задача %d е стартирана без управление на задачите"
|
|---|
| 344 |
|
|---|
| 345 | #: builtins/getopt.c:109
|
|---|
| 346 | #, c-format
|
|---|
| 347 | msgid "%s: illegal option -- %c\n"
|
|---|
| 348 | msgstr "%s: непозволена опция -- %c\n"
|
|---|
| 349 |
|
|---|
| 350 | #: builtins/getopt.c:110
|
|---|
| 351 | #, c-format
|
|---|
| 352 | msgid "%s: option requires an argument -- %c\n"
|
|---|
| 353 | msgstr "%s: опцията изисква аргумент -- %c\n"
|
|---|
| 354 |
|
|---|
| 355 | #: builtins/hash.def:83
|
|---|
| 356 | msgid "hashing disabled"
|
|---|
| 357 | msgstr "хеширането е изключено"
|
|---|
| 358 |
|
|---|
| 359 | #: builtins/hash.def:128
|
|---|
| 360 | #, c-format
|
|---|
| 361 | msgid "%s: hash table empty\n"
|
|---|
| 362 | msgstr "%s: таблицата с хешове е празна\n"
|
|---|
| 363 |
|
|---|
| 364 | #: builtins/help.def:108
|
|---|
| 365 | msgid "Shell commands matching keywords `"
|
|---|
| 366 | msgstr "Команди на обвивката, които напасват на ключовите думи „"
|
|---|
| 367 |
|
|---|
| 368 | #: builtins/help.def:110
|
|---|
| 369 | msgid "Shell commands matching keyword `"
|
|---|
| 370 | msgstr "Команди на обвивката, които напасват на ключовата дума „"
|
|---|
| 371 |
|
|---|
| 372 | #: builtins/help.def:138
|
|---|
| 373 | #, c-format
|
|---|
| 374 | msgid ""
|
|---|
| 375 | "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
|
|---|
| 376 | msgstr "няма теми в помощта, които да отговарят на „%s“. Опитайте с „help help“, „man -k %s“ или „info %s“."
|
|---|
| 377 |
|
|---|
| 378 | #: builtins/help.def:164
|
|---|
| 379 | #, c-format
|
|---|
| 380 | msgid "%s: cannot open: %s"
|
|---|
| 381 | msgstr "%s: не може да се отвори: %s"
|
|---|
| 382 |
|
|---|
| 383 | #: builtins/help.def:182
|
|---|
| 384 | msgid ""
|
|---|
| 385 | "These shell commands are defined internally. Type `help' to see this list.\n"
|
|---|
| 386 | "Type `help name' to find out more about the function `name'.\n"
|
|---|
| 387 | "Use `info bash' to find out more about the shell in general.\n"
|
|---|
| 388 | "Use `man -k' or `info' to find out more about commands not in this list.\n"
|
|---|
| 389 | "\n"
|
|---|
| 390 | "A star (*) next to a name means that the command is disabled.\n"
|
|---|
| 391 | "\n"
|
|---|
| 392 | msgstr ""
|
|---|
| 393 | "Тези команди на интерпретатора са дефинирани вътрешно.\n"
|
|---|
| 394 | "Напишете „help“, за да видите списъка.\n"
|
|---|
| 395 | "Напишете „help име_на_функция“ за повече информация за съответната функция.\n"
|
|---|
| 396 | "Напишете „info bash“ за повече информация за обвивката като цяло.\n"
|
|---|
| 397 | "Напишете „man -k“ или „info“ за повече информация за командите извън списъка.\n"
|
|---|
| 398 | "\n"
|
|---|
| 399 | "Звездичка (*) до името на комнанда, означава, че тя е изключена.\n"
|
|---|
| 400 | "\n"
|
|---|
| 401 |
|
|---|
| 402 | #: builtins/history.def:150
|
|---|
| 403 | msgid "cannot use more than one of -anrw"
|
|---|
| 404 | msgstr "не може да се ползва едновремено повече от една от опциите -anrw"
|
|---|
| 405 |
|
|---|
| 406 | #: builtins/history.def:182
|
|---|
| 407 | msgid "history position"
|
|---|
| 408 | msgstr "позиция в историята"
|
|---|
| 409 |
|
|---|
| 410 | #: builtins/history.def:400
|
|---|
| 411 | #, c-format
|
|---|
| 412 | msgid "%s: history expansion failed"
|
|---|
| 413 | msgstr "%s: неупспешно заместване чрез историята"
|
|---|
| 414 |
|
|---|
| 415 | #: builtins/jobs.def:99
|
|---|
| 416 | msgid "no other options allowed with `-x'"
|
|---|
| 417 | msgstr "не е позволена друга опция с „-x“"
|
|---|
| 418 |
|
|---|
| 419 | #: builtins/kill.def:187
|
|---|
| 420 | #, c-format
|
|---|
| 421 | msgid "%s: arguments must be process or job IDs"
|
|---|
| 422 | msgstr "%s: аргументите трябва да са процеси или идентификатори на задачи"
|
|---|
| 423 |
|
|---|
| 424 | #: builtins/kill.def:250
|
|---|
| 425 | msgid "Unknown error"
|
|---|
| 426 | msgstr "Неизвестна грешка"
|
|---|
| 427 |
|
|---|
| 428 | #: builtins/let.def:94 builtins/let.def:119 expr.c:497 expr.c:512
|
|---|
| 429 | msgid "expression expected"
|
|---|
| 430 | msgstr "очаква се израз"
|
|---|
| 431 |
|
|---|
| 432 | #: builtins/printf.def:327
|
|---|
| 433 | #, c-format
|
|---|
| 434 | msgid "`%s': missing format character"
|
|---|
| 435 | msgstr "„%s“: липсва форматиращ знак"
|
|---|
| 436 |
|
|---|
| 437 | #: builtins/printf.def:502
|
|---|
| 438 | #, c-format
|
|---|
| 439 | msgid "`%c': invalid format character"
|
|---|
| 440 | msgstr "„%c“: грешен форматиращ знак"
|
|---|
| 441 |
|
|---|
| 442 | #: builtins/printf.def:708
|
|---|
| 443 | msgid "missing hex digit for \\x"
|
|---|
| 444 | msgstr "липсва шестнайсетична цифра за \\x"
|
|---|
| 445 |
|
|---|
| 446 | #: builtins/pushd.def:173
|
|---|
| 447 | msgid "no other directory"
|
|---|
| 448 | msgstr "няма друга директория"
|
|---|
| 449 |
|
|---|
| 450 | #: builtins/pushd.def:440
|
|---|
| 451 | msgid "<no current directory>"
|
|---|
| 452 | msgstr "<няма текуща директория>"
|
|---|
| 453 |
|
|---|
| 454 | #: builtins/pushd.def:657
|
|---|
| 455 | msgid "Display the list of currently remembered directories. Directories"
|
|---|
| 456 | msgstr "Показване на списъка с текущо запомнените директории. Те биват запомнени чрез"
|
|---|
| 457 |
|
|---|
| 458 | #: builtins/pushd.def:658
|
|---|
| 459 | msgid "find their way onto the list with the `pushd' command; you can get"
|
|---|
| 460 | msgstr "командата „pushd“. Можете да преминете в обратен ред в списъка чрез командата"
|
|---|
| 461 |
|
|---|
| 462 | #: builtins/pushd.def:659
|
|---|
| 463 | msgid "back up through the list with the `popd' command."
|
|---|
| 464 | msgstr "„popd“."
|
|---|
| 465 |
|
|---|
| 466 | #: builtins/pushd.def:661
|
|---|
| 467 | msgid "The -l flag specifies that `dirs' should not print shorthand versions"
|
|---|
| 468 | msgstr "Опцията „-l“ указва, че командата „dirs“ не трябва да извежда кратката версия на"
|
|---|
| 469 |
|
|---|
| 470 | #: builtins/pushd.def:662
|
|---|
| 471 | msgid "of directories which are relative to your home directory. This means"
|
|---|
| 472 | msgstr "на директориите, които са относителни към домашната ви директория. Това"
|
|---|
| 473 |
|
|---|
| 474 | #: builtins/pushd.def:663
|
|---|
| 475 | msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag"
|
|---|
| 476 | msgstr "означава, че вместо „~/bin“ ще бъде изведено нещо подобно на „/homes/geek/bin“."
|
|---|
| 477 |
|
|---|
| 478 | #: builtins/pushd.def:664
|
|---|
| 479 | msgid "causes `dirs' to print the directory stack with one entry per line,"
|
|---|
| 480 | msgstr "Опцията „-v“ кара „dirs“ да извежда стека с директориите по една на ред, като"
|
|---|
| 481 |
|
|---|
| 482 | #: builtins/pushd.def:665
|
|---|
| 483 | msgid "prepending the directory name with its position in the stack. The -p"
|
|---|
| 484 | msgstr "пред всяка се отпечатва мястото й в стека. Опцията „-p“ прави същото, без да"
|
|---|
| 485 |
|
|---|
| 486 | #: builtins/pushd.def:666
|
|---|
| 487 | msgid "flag does the same thing, but the stack position is not prepended."
|
|---|
| 488 | msgstr "включва мястото на директорията в стека. Опцията „-c“ изчиства стека с"
|
|---|
| 489 |
|
|---|
| 490 | #: builtins/pushd.def:667
|
|---|
| 491 | msgid "The -c flag clears the directory stack by deleting all of the elements."
|
|---|
| 492 | msgstr "директориите като изтрива всичките му елементи."
|
|---|
| 493 |
|
|---|
| 494 | #: builtins/pushd.def:669
|
|---|
| 495 | msgid "+N displays the Nth entry counting from the left of the list shown by"
|
|---|
| 496 | msgstr "+N показва N-ия елемент отляво в списъка показван от"
|
|---|
| 497 |
|
|---|
| 498 | #: builtins/pushd.def:670 builtins/pushd.def:673
|
|---|
| 499 | msgid " dirs when invoked without options, starting with zero."
|
|---|
| 500 | msgstr " командата „dirs“, когато е стартирана без опции. Брои се от 0."
|
|---|
| 501 |
|
|---|
| 502 | #: builtins/pushd.def:672
|
|---|
| 503 | msgid ""
|
|---|
| 504 | "-N displays the Nth entry counting from the right of the list shown by"
|
|---|
| 505 | msgstr "-N показва N-ия елемент отдясно в списъка показван от"
|
|---|
| 506 |
|
|---|
| 507 | #: builtins/pushd.def:678
|
|---|
| 508 | msgid "Adds a directory to the top of the directory stack, or rotates"
|
|---|
| 509 | msgstr "Добявя директория в стека на директориите или превърта стека"
|
|---|
| 510 |
|
|---|
| 511 | #: builtins/pushd.def:679
|
|---|
| 512 | msgid "the stack, making the new top of the stack the current working"
|
|---|
| 513 | msgstr "като най-горна директория става текущата директория. Без"
|
|---|
| 514 |
|
|---|
| 515 | #: builtins/pushd.def:680
|
|---|
| 516 | msgid "directory. With no arguments, exchanges the top two directories."
|
|---|
| 517 | msgstr "аргументи сменя най-горните две директории."
|
|---|
| 518 |
|
|---|
| 519 | #: builtins/pushd.def:682
|
|---|
| 520 | msgid "+N Rotates the stack so that the Nth directory (counting"
|
|---|
| 521 | msgstr "+N Превърта стека, така че N-тата директория (като се брои"
|
|---|
| 522 |
|
|---|
| 523 | #: builtins/pushd.def:683
|
|---|
| 524 | msgid " from the left of the list shown by `dirs', starting with"
|
|---|
| 525 | msgstr " от лявата страна на списъка, показан от комадата „dirs“"
|
|---|
| 526 |
|
|---|
| 527 | #: builtins/pushd.def:684 builtins/pushd.def:688
|
|---|
| 528 | msgid " zero) is at the top."
|
|---|
| 529 | msgstr " като се почва от 0) да е най-отгоре."
|
|---|
| 530 |
|
|---|
| 531 | #: builtins/pushd.def:686
|
|---|
| 532 | msgid "-N Rotates the stack so that the Nth directory (counting"
|
|---|
| 533 | msgstr "-N Превърта стека, така че N-тата директория (като се брои"
|
|---|
| 534 |
|
|---|
| 535 | #: builtins/pushd.def:687
|
|---|
| 536 | msgid " from the right of the list shown by `dirs', starting with"
|
|---|
| 537 | msgstr " от дясната страна на списъка, показан от комадата „dirs“"
|
|---|
| 538 |
|
|---|
| 539 | #: builtins/pushd.def:690
|
|---|
| 540 | msgid "-n suppress the normal change of directory when adding directories"
|
|---|
| 541 | msgstr "-n подтискане на нормлното преминаване към директория при"
|
|---|
| 542 |
|
|---|
| 543 | #: builtins/pushd.def:691
|
|---|
| 544 | msgid " to the stack, so only the stack is manipulated."
|
|---|
| 545 | msgstr " добавянето на директории към стека, така че се променя само той."
|
|---|
| 546 |
|
|---|
| 547 | #: builtins/pushd.def:693
|
|---|
| 548 | msgid "dir adds DIR to the directory stack at the top, making it the"
|
|---|
| 549 | msgstr "dir добавя ДИР най-отгоре в стека на директориите, като я прави"
|
|---|
| 550 |
|
|---|
| 551 | #: builtins/pushd.def:694
|
|---|
| 552 | msgid " new current working directory."
|
|---|
| 553 | msgstr " новата текуща работна директория."
|
|---|
| 554 |
|
|---|
| 555 | #: builtins/pushd.def:696 builtins/pushd.def:716
|
|---|
| 556 | msgid "You can see the directory stack with the `dirs' command."
|
|---|
| 557 | msgstr "Можете да изведете стека на директорията с комадата „dirs“."
|
|---|
| 558 |
|
|---|
| 559 | #: builtins/pushd.def:701
|
|---|
| 560 | msgid "Removes entries from the directory stack. With no arguments,"
|
|---|
| 561 | msgstr "Маха директории от стека с тях. Без аргументи"
|
|---|
| 562 |
|
|---|
| 563 | #: builtins/pushd.def:702
|
|---|
| 564 | msgid "removes the top directory from the stack, and cd's to the new"
|
|---|
| 565 | msgstr "премахва последната директория в стека и влиза в новата"
|
|---|
| 566 |
|
|---|
| 567 | #: builtins/pushd.def:703
|
|---|
| 568 | msgid "top directory."
|
|---|
| 569 | msgstr "последна директория."
|
|---|
| 570 |
|
|---|
| 571 | #: builtins/pushd.def:705
|
|---|
| 572 | msgid "+N removes the Nth entry counting from the left of the list"
|
|---|
| 573 | msgstr "+N премахва N-тия елемент като се брои отляво в списъка"
|
|---|
| 574 |
|
|---|
| 575 | #: builtins/pushd.def:706
|
|---|
| 576 | msgid " shown by `dirs', starting with zero. For example: `popd +0'"
|
|---|
| 577 | msgstr " показван от командата „dirs“, като се брои от 0. Напр.: „popd +0“"
|
|---|
| 578 |
|
|---|
| 579 | #: builtins/pushd.def:707
|
|---|
| 580 | msgid " removes the first directory, `popd +1' the second."
|
|---|
| 581 | msgstr " премахва първата директория, „popd +1“ - втората."
|
|---|
| 582 |
|
|---|
| 583 | #: builtins/pushd.def:709
|
|---|
| 584 | msgid "-N removes the Nth entry counting from the right of the list"
|
|---|
| 585 | msgstr "-N премахва N-тия елемент като се брои отдясно в списъка"
|
|---|
| 586 |
|
|---|
| 587 | #: builtins/pushd.def:710
|
|---|
| 588 | msgid " shown by `dirs', starting with zero. For example: `popd -0'"
|
|---|
| 589 | msgstr " показван от командата „dirs“, като се брои от 0. Напр.: „popd -0“"
|
|---|
| 590 |
|
|---|
| 591 | #: builtins/pushd.def:711
|
|---|
| 592 | msgid " removes the last directory, `popd -1' the next to last."
|
|---|
| 593 | msgstr " премахва последната директория, „popd -1“ - предпоследната."
|
|---|
| 594 |
|
|---|
| 595 | #: builtins/pushd.def:713
|
|---|
| 596 | msgid "-n suppress the normal change of directory when removing directories"
|
|---|
| 597 | msgstr "-n подтискане на нормлното преминаване към директория при премахването на"
|
|---|
| 598 |
|
|---|
| 599 | #: builtins/pushd.def:714
|
|---|
| 600 | msgid " from the stack, so only the stack is manipulated."
|
|---|
| 601 | msgstr " директории от стека, така че се променя само той."
|
|---|
| 602 |
|
|---|
| 603 | #: builtins/read.def:211
|
|---|
| 604 | #, c-format
|
|---|
| 605 | msgid "%s: invalid timeout specification"
|
|---|
| 606 | msgstr "%s: грешно указване на изтичането на времето"
|
|---|
| 607 |
|
|---|
| 608 | #: builtins/read.def:234
|
|---|
| 609 | #, c-format
|
|---|
| 610 | msgid "%s: invalid file descriptor specification"
|
|---|
| 611 | msgstr "%s: грешно указване на файловия дескриптор"
|
|---|
| 612 |
|
|---|
| 613 | #: builtins/read.def:241
|
|---|
| 614 | #, c-format
|
|---|
| 615 | msgid "%d: invalid file descriptor: %s"
|
|---|
| 616 | msgstr "%d: грешен файлов дескриптор: %s"
|
|---|
| 617 |
|
|---|
| 618 | #: builtins/read.def:474
|
|---|
| 619 | #, c-format
|
|---|
| 620 | msgid "read error: %d: %s"
|
|---|
| 621 | msgstr "грешка при четене: %d: %s"
|
|---|
| 622 |
|
|---|
| 623 | #: builtins/return.def:63
|
|---|
| 624 | msgid "can only `return' from a function or sourced script"
|
|---|
| 625 | msgstr "„return“ е възможен само от функция или изпълнен в текущата обвивка скрипт"
|
|---|
| 626 |
|
|---|
| 627 | #: builtins/set.def:745
|
|---|
| 628 | msgid "cannot simultaneously unset a function and a variable"
|
|---|
| 629 | msgstr "не може едновремено да се премахват задаванията на функция и променлива"
|
|---|
| 630 |
|
|---|
| 631 | #: builtins/set.def:782
|
|---|
| 632 | #, c-format
|
|---|
| 633 | msgid "%s: cannot unset"
|
|---|
| 634 | msgstr "%s: не може да се премахне"
|
|---|
| 635 |
|
|---|
| 636 | #: builtins/set.def:789
|
|---|
| 637 | #, c-format
|
|---|
| 638 | msgid "%s: cannot unset: readonly %s"
|
|---|
| 639 | msgstr "%s: не може да се премахне: %s е само за четене"
|
|---|
| 640 |
|
|---|
| 641 | #: builtins/set.def:800
|
|---|
| 642 | #, c-format
|
|---|
| 643 | msgid "%s: not an array variable"
|
|---|
| 644 | msgstr "%s: не е променлива-масив"
|
|---|
| 645 |
|
|---|
| 646 | #: builtins/setattr.def:166
|
|---|
| 647 | #, c-format
|
|---|
| 648 | msgid "%s: not a function"
|
|---|
| 649 | msgstr "%s: не е функция"
|
|---|
| 650 |
|
|---|
| 651 | #: builtins/shift.def:66 builtins/shift.def:72
|
|---|
| 652 | msgid "shift count"
|
|---|
| 653 | msgstr "брой на преместванията"
|
|---|
| 654 |
|
|---|
| 655 | #: builtins/shopt.def:227
|
|---|
| 656 | msgid "cannot set and unset shell options simultaneously"
|
|---|
| 657 | msgstr "не може едновремено да се задават и да се премахват опции на обвивката"
|
|---|
| 658 |
|
|---|
| 659 | #: builtins/shopt.def:292
|
|---|
| 660 | #, c-format
|
|---|
| 661 | msgid "%s: invalid shell option name"
|
|---|
| 662 | msgstr "%s: грешно име на опция на обвивката"
|
|---|
| 663 |
|
|---|
| 664 | #: builtins/source.def:117
|
|---|
| 665 | msgid "filename argument required"
|
|---|
| 666 | msgstr "изисква се аргумент име на файл"
|
|---|
| 667 |
|
|---|
| 668 | #: builtins/source.def:137
|
|---|
| 669 | #, c-format
|
|---|
| 670 | msgid "%s: file not found"
|
|---|
| 671 | msgstr "%s: файлът не е открит"
|
|---|
| 672 |
|
|---|
| 673 | #: builtins/suspend.def:93
|
|---|
| 674 | msgid "cannot suspend"
|
|---|
| 675 | msgstr "не може да бъде временно спряна"
|
|---|
| 676 |
|
|---|
| 677 | #: builtins/suspend.def:103
|
|---|
| 678 | msgid "cannot suspend a login shell"
|
|---|
| 679 | msgstr "входната обвивка не може да бъде временно спряна"
|
|---|
| 680 |
|
|---|
| 681 | #: builtins/type.def:232
|
|---|
| 682 | #, c-format
|
|---|
| 683 | msgid "%s is aliased to `%s'\n"
|
|---|
| 684 | msgstr "%s е синоним на „%s“\n"
|
|---|
| 685 |
|
|---|
| 686 | #: builtins/type.def:253
|
|---|
| 687 | #, c-format
|
|---|
| 688 | msgid "%s is a shell keyword\n"
|
|---|
| 689 | msgstr "%s в ключова дума на обвивката\n"
|
|---|
| 690 |
|
|---|
| 691 | #: builtins/type.def:273
|
|---|
| 692 | #, c-format
|
|---|
| 693 | msgid "%s is a function\n"
|
|---|
| 694 | msgstr "%s е функция\n"
|
|---|
| 695 |
|
|---|
| 696 | #: builtins/type.def:298
|
|---|
| 697 | #, c-format
|
|---|
| 698 | msgid "%s is a shell builtin\n"
|
|---|
| 699 | msgstr "%s е вградена команда в обвивката\n"
|
|---|
| 700 |
|
|---|
| 701 | #: builtins/type.def:319
|
|---|
| 702 | #, c-format
|
|---|
| 703 | msgid "%s is %s\n"
|
|---|
| 704 | msgstr "%s е %s\n"
|
|---|
| 705 |
|
|---|
| 706 | #: builtins/type.def:339
|
|---|
| 707 | #, c-format, fuzzy
|
|---|
| 708 | msgid "%s is hashed (%s)\n"
|
|---|
| 709 | msgstr "%s е хеширан (%s)\n"
|
|---|
| 710 |
|
|---|
| 711 | #: builtins/ulimit.def:344
|
|---|
| 712 | #, c-format
|
|---|
| 713 | msgid "%s: invalid limit argument"
|
|---|
| 714 | msgstr "%s: неправилен аргумент за ограничение"
|
|---|
| 715 |
|
|---|
| 716 | #: builtins/ulimit.def:370
|
|---|
| 717 | #, c-format
|
|---|
| 718 | msgid "`%c': bad command"
|
|---|
| 719 | msgstr "„%c“: неправилна команда"
|
|---|
| 720 |
|
|---|
| 721 | #: builtins/ulimit.def:399
|
|---|
| 722 | #, c-format
|
|---|
| 723 | msgid "%s: cannot get limit: %s"
|
|---|
| 724 | msgstr "%s: ограничението не може да бъде получено: %s"
|
|---|
| 725 |
|
|---|
| 726 | #: builtins/ulimit.def:437
|
|---|
| 727 | #, c-format
|
|---|
| 728 | msgid "%s: cannot modify limit: %s"
|
|---|
| 729 | msgstr "%s: ограничението не може да бъде променено: %s"
|
|---|
| 730 |
|
|---|
| 731 | #: builtins/umask.def:112
|
|---|
| 732 | msgid "octal number"
|
|---|
| 733 | msgstr "осмично число"
|
|---|
| 734 |
|
|---|
| 735 | #: builtins/umask.def:226
|
|---|
| 736 | #, c-format
|
|---|
| 737 | msgid "`%c': invalid symbolic mode operator"
|
|---|
| 738 | msgstr "„%c“: неправилен оператор за описателен режим"
|
|---|
| 739 |
|
|---|
| 740 | #: builtins/umask.def:281
|
|---|
| 741 | #, c-format
|
|---|
| 742 | msgid "`%c': invalid symbolic mode character"
|
|---|
| 743 | msgstr "„%c“: неправилен знак за описателен режим"
|
|---|
| 744 |
|
|---|
| 745 | #: error.c:165
|
|---|
| 746 | #, c-format
|
|---|
| 747 | msgid "last command: %s\n"
|
|---|
| 748 | msgstr "последна команда: %s\n"
|
|---|
| 749 |
|
|---|
| 750 | #: error.c:173
|
|---|
| 751 | msgid "Aborting..."
|
|---|
| 752 | msgstr "Преустановяване..."
|
|---|
| 753 |
|
|---|
| 754 | #: error.c:260
|
|---|
| 755 | #, c-format
|
|---|
| 756 | msgid "%s: warning: "
|
|---|
| 757 | msgstr "%s: предупреждение: "
|
|---|
| 758 |
|
|---|
| 759 | #: error.c:405
|
|---|
| 760 | msgid "unknown command error"
|
|---|
| 761 | msgstr "неизвестна грешка в команда"
|
|---|
| 762 |
|
|---|
| 763 | #: error.c:406
|
|---|
| 764 | msgid "bad command type"
|
|---|
| 765 | msgstr "неправилен ви команда"
|
|---|
| 766 |
|
|---|
| 767 | #: error.c:407
|
|---|
| 768 | msgid "bad connector"
|
|---|
| 769 | msgstr "лоша връзка"
|
|---|
| 770 |
|
|---|
| 771 | #: error.c:408
|
|---|
| 772 | msgid "bad jump"
|
|---|
| 773 | msgstr "лош скок"
|
|---|
| 774 |
|
|---|
| 775 | #: error.c:446
|
|---|
| 776 | #, c-format
|
|---|
| 777 | msgid "%s: unbound variable"
|
|---|
| 778 | msgstr ""
|
|---|
| 779 |
|
|---|
| 780 | #: eval.c:176
|
|---|
| 781 | msgid "timed out waiting for input: auto-logout\n"
|
|---|
| 782 | msgstr "\aвремето за изчакване на вход изтече: следва автоматично излизане от системата\n"
|
|---|
| 783 |
|
|---|
| 784 | #: execute_cmd.c:471
|
|---|
| 785 | #, c-format
|
|---|
| 786 | msgid "cannot redirect standard input from /dev/null: %s"
|
|---|
| 787 | msgstr "стандартният вход от /dev/null не може да бъде пренасочен: %s"
|
|---|
| 788 |
|
|---|
| 789 | #: execute_cmd.c:1036
|
|---|
| 790 | #, c-format
|
|---|
| 791 | msgid "TIMEFORMAT: `%c': invalid format character"
|
|---|
| 792 | msgstr "TIMEFORMAT: „%c“: грешен форматиращ знак"
|
|---|
| 793 |
|
|---|
| 794 | #: execute_cmd.c:3551
|
|---|
| 795 | #, c-format
|
|---|
| 796 | msgid "%s: restricted: cannot specify `/' in command names"
|
|---|
| 797 | msgstr "%s: ограничение: в имената на командите не може да присъства знакът „/“"
|
|---|
| 798 |
|
|---|
| 799 | #: execute_cmd.c:3639
|
|---|
| 800 | #, c-format
|
|---|
| 801 | msgid "%s: command not found"
|
|---|
| 802 | msgstr "%s: командата не е открита"
|
|---|
| 803 |
|
|---|
| 804 | #: execute_cmd.c:3876
|
|---|
| 805 | #, c-format
|
|---|
| 806 | msgid "%s: %s: bad interpreter"
|
|---|
| 807 | msgstr "%s: %s: лош интерпретатор"
|
|---|
| 808 |
|
|---|
| 809 | #: execute_cmd.c:3913
|
|---|
| 810 | #, c-format
|
|---|
| 811 | msgid "%s: cannot execute binary file"
|
|---|
| 812 | msgstr "%s: двоичният файл не може да бъде изпълнен"
|
|---|
| 813 |
|
|---|
| 814 | #: execute_cmd.c:4025
|
|---|
| 815 | #, c-format
|
|---|
| 816 | msgid "cannot duplicate fd %d to fd %d"
|
|---|
| 817 | msgstr "файловият дескриптор %d не може да се копира като дескриптор %d"
|
|---|
| 818 |
|
|---|
| 819 | #: expr.c:240
|
|---|
| 820 | msgid "expression recursion level exceeded"
|
|---|
| 821 | msgstr "максималният борой нива за рекурсия в израз бяха преминати"
|
|---|
| 822 |
|
|---|
| 823 | #: expr.c:264
|
|---|
| 824 | msgid "recursion stack underflow"
|
|---|
| 825 | msgstr "преизпразване на стека за рекурсии"
|
|---|
| 826 |
|
|---|
| 827 | #: expr.c:375
|
|---|
| 828 | msgid "syntax error in expression"
|
|---|
| 829 | msgstr "синтактична грешка в израз"
|
|---|
| 830 |
|
|---|
| 831 | #: expr.c:415
|
|---|
| 832 | msgid "attempted assignment to non-variable"
|
|---|
| 833 | msgstr "опита за присвояване на стойност на нещо, което не е променлива"
|
|---|
| 834 |
|
|---|
| 835 | #: expr.c:436 expr.c:441 expr.c:751
|
|---|
| 836 | msgid "division by 0"
|
|---|
| 837 | msgstr "деление на 0"
|
|---|
| 838 |
|
|---|
| 839 | #: expr.c:467
|
|---|
| 840 | msgid "bug: bad expassign token"
|
|---|
| 841 | msgstr ""
|
|---|
| 842 |
|
|---|
| 843 | #: expr.c:509
|
|---|
| 844 | msgid "`:' expected for conditional expression"
|
|---|
| 845 | msgstr "за условен израз се изисква „:“"
|
|---|
| 846 |
|
|---|
| 847 | #: expr.c:776
|
|---|
| 848 | msgid "exponent less than 0"
|
|---|
| 849 | msgstr "степента е по-малка от 0"
|
|---|
| 850 |
|
|---|
| 851 | #: expr.c:821
|
|---|
| 852 | msgid "identifier expected after pre-increment or pre-decrement"
|
|---|
| 853 | msgstr "очаква се идентификатор след прдварително увеличаване или намаляване"
|
|---|
| 854 |
|
|---|
| 855 | #: expr.c:849
|
|---|
| 856 | msgid "missing `)'"
|
|---|
| 857 | msgstr "липсва „)“"
|
|---|
| 858 |
|
|---|
| 859 | #: expr.c:892
|
|---|
| 860 | msgid "syntax error: operand expected"
|
|---|
| 861 | msgstr "синтактична грешка: очаква се оператор"
|
|---|
| 862 |
|
|---|
| 863 | #: expr.c:1178
|
|---|
| 864 | msgid "invalid number"
|
|---|
| 865 | msgstr "грешно число"
|
|---|
| 866 |
|
|---|
| 867 | #: expr.c:1182
|
|---|
| 868 | msgid "invalid arithmetic base"
|
|---|
| 869 | msgstr "грешна аритметична основа на бройна система"
|
|---|
| 870 |
|
|---|
| 871 | #: expr.c:1202
|
|---|
| 872 | msgid "value too great for base"
|
|---|
| 873 | msgstr "стойността е прекалено голяма за основата"
|
|---|
| 874 |
|
|---|
| 875 | #: general.c:62
|
|---|
| 876 | msgid "getcwd: cannot access parent directories"
|
|---|
| 877 | msgstr "getcwd: родителските директории не могат да бъдат достъпени"
|
|---|
| 878 |
|
|---|
| 879 | #: input.c:231
|
|---|
| 880 | #, c-format
|
|---|
| 881 | msgid "cannot allocate new file descriptor for bash input from fd %d"
|
|---|
| 882 | msgstr "не може да се задели нов файлов дескриптор за вход на bash от дескриптор %d"
|
|---|
| 883 |
|
|---|
| 884 | #: input.c:239
|
|---|
| 885 | #, c-format
|
|---|
| 886 | msgid "save_bash_input: buffer already exists for new fd %d"
|
|---|
| 887 | msgstr "save_bash_input: вече съществува буфер за новия файлов дескриптор %d"
|
|---|
| 888 |
|
|---|
| 889 | #: jobs.c:923
|
|---|
| 890 | #, c-format
|
|---|
| 891 | msgid "deleting stopped job %d with process group %ld"
|
|---|
| 892 | msgstr "изтриване на спряната задача %d в групата процеси %ld"
|
|---|
| 893 |
|
|---|
| 894 | #: jobs.c:1308
|
|---|
| 895 | #, c-format
|
|---|
| 896 | msgid "describe_pid: %ld: no such pid"
|
|---|
| 897 | msgstr "describe_pid: %ld: няма такъв идентификатор на процес"
|
|---|
| 898 |
|
|---|
| 899 | #: jobs.c:1981 nojobs.c:648
|
|---|
| 900 | #, c-format
|
|---|
| 901 | msgid "wait: pid %ld is not a child of this shell"
|
|---|
| 902 | msgstr "изчакване: процесът с идентификатор %ld не е дъщерен на тази обвивка"
|
|---|
| 903 |
|
|---|
| 904 | #: jobs.c:2180
|
|---|
| 905 | #, c-format
|
|---|
| 906 | msgid "wait_for: No record of process %ld"
|
|---|
| 907 | msgstr "изчакване за: липсват данни за процес с идентификатор %ld"
|
|---|
| 908 |
|
|---|
| 909 | #: jobs.c:2435
|
|---|
| 910 | #, c-format
|
|---|
| 911 | msgid "wait_for_job: job %d is stopped"
|
|---|
| 912 | msgstr "wait_for_job: задачата %d е спряна"
|
|---|
| 913 |
|
|---|
| 914 | #: jobs.c:2657
|
|---|
| 915 | #, c-format
|
|---|
| 916 | msgid "%s: job has terminated"
|
|---|
| 917 | msgstr "%s: задачата е приключила"
|
|---|
| 918 |
|
|---|
| 919 | #: jobs.c:2666
|
|---|
| 920 | #, c-format
|
|---|
| 921 | msgid "%s: job %d already in background"
|
|---|
| 922 | msgstr "%s: задача %d вече е във фонов режим"
|
|---|
| 923 |
|
|---|
| 924 | #: jobs.c:3452
|
|---|
| 925 | msgid "no job control in this shell"
|
|---|
| 926 | msgstr "в тази обвивка няма управление на задачите"
|
|---|
| 927 |
|
|---|
| 928 | #: lib/malloc/malloc.c:298
|
|---|
| 929 | #, c-format
|
|---|
| 930 | msgid "malloc: failed assertion: %s\n"
|
|---|
| 931 | msgstr "malloc: грешно предоположение: %s\n"
|
|---|
| 932 |
|
|---|
| 933 | #: lib/malloc/malloc.c:314
|
|---|
| 934 | #, c-format, fuzzy
|
|---|
| 935 | msgid ""
|
|---|
| 936 | "\r\n"
|
|---|
| 937 | "malloc: %s:%d: assertion botched\r\n"
|
|---|
| 938 | msgstr ""
|
|---|
| 939 | "\r\n"
|
|---|
| 940 | "malloc: %s:%d: позакърпено предположение\r\n"
|
|---|
| 941 |
|
|---|
| 942 | #: lib/malloc/malloc.c:740
|
|---|
| 943 | #, fuzzy
|
|---|
| 944 | msgid "malloc: block on free list clobbered"
|
|---|
| 945 | msgstr "malloc: блок в списъка със свободни блокове е бил премазан"
|
|---|
| 946 |
|
|---|
| 947 | #: lib/malloc/malloc.c:817
|
|---|
| 948 | msgid "free: called with already freed block argument"
|
|---|
| 949 | msgstr "free: извикана е с блоков аргумент, който вече е изчистен"
|
|---|
| 950 |
|
|---|
| 951 | #: lib/malloc/malloc.c:820
|
|---|
| 952 | msgid "free: called with unallocated block argument"
|
|---|
| 953 | msgstr "free: извикана е с незаделен блоков аргумент"
|
|---|
| 954 |
|
|---|
| 955 | #: lib/malloc/malloc.c:839
|
|---|
| 956 | msgid "free: underflow detected; mh_nbytes out of range"
|
|---|
| 957 | msgstr "free: открито е преизпразване с mh_nbytes извън обхвата"
|
|---|
| 958 |
|
|---|
| 959 | #: lib/malloc/malloc.c:845
|
|---|
| 960 | msgid "free: start and end chunk sizes differ"
|
|---|
| 961 | msgstr "free: размерите на началната и крайната области се различават"
|
|---|
| 962 |
|
|---|
| 963 | #: lib/malloc/malloc.c:942
|
|---|
| 964 | msgid "realloc: called with unallocated block argument"
|
|---|
| 965 | msgstr "realloc: извикана е с аргумент с незаделен блок"
|
|---|
| 966 |
|
|---|
| 967 | #: lib/malloc/malloc.c:957
|
|---|
| 968 | msgid "realloc: underflow detected; mh_nbytes out of range"
|
|---|
| 969 | msgstr "realloc: открито е преизпразване с mh_nbytes извън обхвата"
|
|---|
| 970 |
|
|---|
| 971 | #: lib/malloc/malloc.c:963
|
|---|
| 972 | msgid "realloc: start and end chunk sizes differ"
|
|---|
| 973 | msgstr "realloc: размерите на началната и крайната области се различават"
|
|---|
| 974 |
|
|---|
| 975 | #: lib/malloc/table.c:175
|
|---|
| 976 | msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
|
|---|
| 977 | msgstr "register_alloc: таблицата за заделянията е пълна с FIND_ALLOC?\n"
|
|---|
| 978 |
|
|---|
| 979 | #: lib/malloc/table.c:182
|
|---|
| 980 | #, c-format
|
|---|
| 981 | msgid "register_alloc: %p already in table as allocated?\n"
|
|---|
| 982 | msgstr "register_alloc: %p вече е в таблицата като заделен?\n"
|
|---|
| 983 |
|
|---|
| 984 | #: lib/malloc/table.c:218
|
|---|
| 985 | #, c-format
|
|---|
| 986 | msgid "register_free: %p already in table as free?\n"
|
|---|
| 987 | msgstr "register_alloc: %p вече е в таблицата като свободен?\n"
|
|---|
| 988 |
|
|---|
| 989 | #: lib/malloc/watch.c:46
|
|---|
| 990 | msgid "allocated"
|
|---|
| 991 | msgstr "заделени"
|
|---|
| 992 |
|
|---|
| 993 | #: lib/malloc/watch.c:48
|
|---|
| 994 | msgid "freed"
|
|---|
| 995 | msgstr "освободени"
|
|---|
| 996 |
|
|---|
| 997 | #: lib/malloc/watch.c:50
|
|---|
| 998 | msgid "requesting resize"
|
|---|
| 999 | msgstr "изисква се преоразмераване"
|
|---|
| 1000 |
|
|---|
| 1001 | #: lib/malloc/watch.c:52
|
|---|
| 1002 | msgid "just resized"
|
|---|
| 1003 | msgstr "току що преораземерени"
|
|---|
| 1004 |
|
|---|
| 1005 | #: lib/malloc/watch.c:54
|
|---|
| 1006 | msgid "bug: unknown operation"
|
|---|
| 1007 | msgstr "грешка: непозната операция"
|
|---|
| 1008 |
|
|---|
| 1009 | #: lib/malloc/watch.c:56
|
|---|
| 1010 | #, c-format
|
|---|
| 1011 | msgid "malloc: watch alert: %p %s "
|
|---|
| 1012 | msgstr ""
|
|---|
| 1013 |
|
|---|
| 1014 | #: lib/sh/fmtulong.c:101
|
|---|
| 1015 | msgid "invalid base"
|
|---|
| 1016 | msgstr "грешна основа на бройна система"
|
|---|
| 1017 |
|
|---|
| 1018 | #: lib/sh/netopen.c:158
|
|---|
| 1019 | #, c-format
|
|---|
| 1020 | msgid "%s: host unknown"
|
|---|
| 1021 | msgstr "%s: непознах хост"
|
|---|
| 1022 |
|
|---|
| 1023 | #: lib/sh/netopen.c:165
|
|---|
| 1024 | #, c-format
|
|---|
| 1025 | msgid "%s: invalid service"
|
|---|
| 1026 | msgstr "%s: неправилна услуга"
|
|---|
| 1027 |
|
|---|
| 1028 | #: lib/sh/netopen.c:296
|
|---|
| 1029 | #, c-format
|
|---|
| 1030 | msgid "%s: bad network path specification"
|
|---|
| 1031 | msgstr ""
|
|---|
| 1032 |
|
|---|
| 1033 | #: lib/sh/netopen.c:336
|
|---|
| 1034 | msgid "network operations not supported"
|
|---|
| 1035 | msgstr "не се поддържат мрежови операции"
|
|---|
| 1036 |
|
|---|
| 1037 | #: mailcheck.c:386
|
|---|
| 1038 | msgid "You have mail in $_"
|
|---|
| 1039 | msgstr "Имате поща в $_"
|
|---|
| 1040 |
|
|---|
| 1041 | #: mailcheck.c:411
|
|---|
| 1042 | msgid "You have new mail in $_"
|
|---|
| 1043 | msgstr "Имате нова поща в $_"
|
|---|
| 1044 |
|
|---|
| 1045 | #: mailcheck.c:427
|
|---|
| 1046 | #, c-format
|
|---|
| 1047 | msgid "The mail in %s has been read\n"
|
|---|
| 1048 | msgstr "Пощата %s вече е прочетена\n"
|
|---|
| 1049 |
|
|---|
| 1050 | #: make_cmd.c:322
|
|---|
| 1051 | msgid "syntax error: arithmetic expression required"
|
|---|
| 1052 | msgstr "синтактична греша: изсква се аритметичен израз"
|
|---|
| 1053 |
|
|---|
| 1054 | #: make_cmd.c:324
|
|---|
| 1055 | msgid "syntax error: `;' unexpected"
|
|---|
| 1056 | msgstr "синтактична греша: очаква се „;“"
|
|---|
| 1057 |
|
|---|
| 1058 | #: make_cmd.c:325
|
|---|
| 1059 | #, c-format
|
|---|
| 1060 | msgid "syntax error: `((%s))'"
|
|---|
| 1061 | msgstr "синтактична грешка: „((%s))“"
|
|---|
| 1062 |
|
|---|
| 1063 | #: make_cmd.c:566
|
|---|
| 1064 | #, c-format
|
|---|
| 1065 | msgid "make_here_document: bad instruction type %d"
|
|---|
| 1066 | msgstr ""
|
|---|
| 1067 |
|
|---|
| 1068 | #: make_cmd.c:736
|
|---|
| 1069 | #, c-format
|
|---|
| 1070 | msgid "make_redirection: redirection instruction `%d' out of range"
|
|---|
| 1071 | msgstr ""
|
|---|
| 1072 |
|
|---|
| 1073 | #: parse.y:2747
|
|---|
| 1074 | #, c-format
|
|---|
| 1075 | msgid "unexpected EOF while looking for matching `%c'"
|
|---|
| 1076 | msgstr ""
|
|---|
| 1077 |
|
|---|
| 1078 | #: parse.y:3043
|
|---|
| 1079 | msgid "unexpected EOF while looking for `]]'"
|
|---|
| 1080 | msgstr ""
|
|---|
| 1081 |
|
|---|
| 1082 | #: parse.y:3048
|
|---|
| 1083 | #, c-format
|
|---|
| 1084 | msgid "syntax error in conditional expression: unexpected token `%s'"
|
|---|
| 1085 | msgstr ""
|
|---|
| 1086 |
|
|---|
| 1087 | #: parse.y:3052
|
|---|
| 1088 | msgid "syntax error in conditional expression"
|
|---|
| 1089 | msgstr ""
|
|---|
| 1090 |
|
|---|
| 1091 | #: parse.y:3130
|
|---|
| 1092 | #, c-format
|
|---|
| 1093 | msgid "unexpected token `%s', expected `)'"
|
|---|
| 1094 | msgstr ""
|
|---|
| 1095 |
|
|---|
| 1096 | #: parse.y:3134
|
|---|
| 1097 | msgid "expected `)'"
|
|---|
| 1098 | msgstr ""
|
|---|
| 1099 |
|
|---|
| 1100 | #: parse.y:3162
|
|---|
| 1101 | #, c-format
|
|---|
| 1102 | msgid "unexpected argument `%s' to conditional unary operator"
|
|---|
| 1103 | msgstr ""
|
|---|
| 1104 |
|
|---|
| 1105 | #: parse.y:3166
|
|---|
| 1106 | msgid "unexpected argument to conditional unary operator"
|
|---|
| 1107 | msgstr ""
|
|---|
| 1108 |
|
|---|
| 1109 | #: parse.y:3203
|
|---|
| 1110 | #, c-format
|
|---|
| 1111 | msgid "unexpected token `%s', conditional binary operator expected"
|
|---|
| 1112 | msgstr ""
|
|---|
| 1113 |
|
|---|
| 1114 | #: parse.y:3207
|
|---|
| 1115 | msgid "conditional binary operator expected"
|
|---|
| 1116 | msgstr ""
|
|---|
| 1117 |
|
|---|
| 1118 | #: parse.y:3223
|
|---|
| 1119 | #, c-format
|
|---|
| 1120 | msgid "unexpected argument `%s' to conditional binary operator"
|
|---|
| 1121 | msgstr ""
|
|---|
| 1122 |
|
|---|
| 1123 | #: parse.y:3227
|
|---|
| 1124 | msgid "unexpected argument to conditional binary operator"
|
|---|
| 1125 | msgstr ""
|
|---|
| 1126 |
|
|---|
| 1127 | #: parse.y:3238
|
|---|
| 1128 | #, c-format
|
|---|
| 1129 | msgid "unexpected token `%c' in conditional command"
|
|---|
| 1130 | msgstr ""
|
|---|
| 1131 |
|
|---|
| 1132 | #: parse.y:3241
|
|---|
| 1133 | #, c-format
|
|---|
| 1134 | msgid "unexpected token `%s' in conditional command"
|
|---|
| 1135 | msgstr ""
|
|---|
| 1136 |
|
|---|
| 1137 | #: parse.y:3245
|
|---|
| 1138 | #, c-format
|
|---|
| 1139 | msgid "unexpected token %d in conditional command"
|
|---|
| 1140 | msgstr ""
|
|---|
| 1141 |
|
|---|
| 1142 | #: parse.y:4461
|
|---|
| 1143 | #, c-format
|
|---|
| 1144 | msgid "syntax error near unexpected token `%s'"
|
|---|
| 1145 | msgstr ""
|
|---|
| 1146 |
|
|---|
| 1147 | #: parse.y:4479
|
|---|
| 1148 | #, c-format
|
|---|
| 1149 | msgid "syntax error near `%s'"
|
|---|
| 1150 | msgstr "синтактична грешка в близост до „%s“"
|
|---|
| 1151 |
|
|---|
| 1152 | #: parse.y:4489
|
|---|
| 1153 | msgid "syntax error: unexpected end of file"
|
|---|
| 1154 | msgstr "синтактична грешка: неочакван край на файл"
|
|---|
| 1155 |
|
|---|
| 1156 | #: parse.y:4489
|
|---|
| 1157 | msgid "syntax error"
|
|---|
| 1158 | msgstr "синтактична грешка"
|
|---|
| 1159 |
|
|---|
| 1160 | #: parse.y:4551
|
|---|
| 1161 | #, c-format
|
|---|
| 1162 | msgid "Use \"%s\" to leave the shell.\n"
|
|---|
| 1163 | msgstr "Използвайте „%s“, за да излезете от обвивката.\n"
|
|---|
| 1164 |
|
|---|
| 1165 | #: parse.y:4710
|
|---|
| 1166 | msgid "unexpected EOF while looking for matching `)'"
|
|---|
| 1167 | msgstr ""
|
|---|
| 1168 |
|
|---|
| 1169 | #: pcomplete.c:1001
|
|---|
| 1170 | #, c-format
|
|---|
| 1171 | msgid "completion: function `%s' not found"
|
|---|
| 1172 | msgstr "дописване: функцията „%s“ не е открита"
|
|---|
| 1173 |
|
|---|
| 1174 | #: pcomplib.c:179
|
|---|
| 1175 | #, c-format
|
|---|
| 1176 | msgid "progcomp_insert: %s: NULL COMPSPEC"
|
|---|
| 1177 | msgstr ""
|
|---|
| 1178 |
|
|---|
| 1179 | #: print_cmd.c:264
|
|---|
| 1180 | #, c-format
|
|---|
| 1181 | msgid "print_command: bad connector `%d'"
|
|---|
| 1182 | msgstr ""
|
|---|
| 1183 |
|
|---|
| 1184 | #: print_cmd.c:1236
|
|---|
| 1185 | #, c-format
|
|---|
| 1186 | msgid "cprintf: `%c': invalid format character"
|
|---|
| 1187 | msgstr ""
|
|---|
| 1188 |
|
|---|
| 1189 | #: redir.c:99
|
|---|
| 1190 | msgid "file descriptor out of range"
|
|---|
| 1191 | msgstr "файловият дескриптор е извън допустимите стойности"
|
|---|
| 1192 |
|
|---|
| 1193 | #: redir.c:141
|
|---|
| 1194 | #, c-format
|
|---|
| 1195 | msgid "%s: ambiguous redirect"
|
|---|
| 1196 | msgstr "%s: двусмислено пренасочване"
|
|---|
| 1197 |
|
|---|
| 1198 | #: redir.c:145
|
|---|
| 1199 | #, c-format
|
|---|
| 1200 | msgid "%s: cannot overwrite existing file"
|
|---|
| 1201 | msgstr "%s: не може да се презапише съществуващ файл"
|
|---|
| 1202 |
|
|---|
| 1203 | #: redir.c:150
|
|---|
| 1204 | #, c-format
|
|---|
| 1205 | msgid "%s: restricted: cannot redirect output"
|
|---|
| 1206 | msgstr "%s: поради ограничение: изходът не може да се пренсочи"
|
|---|
| 1207 |
|
|---|
| 1208 | #: redir.c:155
|
|---|
| 1209 | #, c-format
|
|---|
| 1210 | msgid "cannot create temp file for here document: %s"
|
|---|
| 1211 | msgstr ""
|
|---|
| 1212 |
|
|---|
| 1213 | #: redir.c:509
|
|---|
| 1214 | msgid "/dev/(tcp|udp)/host/port not supported without networking"
|
|---|
| 1215 | msgstr "/dev/(tcp|udp)/host/port не се поддържа, ако няма поддръжка на мрежа"
|
|---|
| 1216 |
|
|---|
| 1217 | #: redir.c:956
|
|---|
| 1218 | #, fuzzy
|
|---|
| 1219 | msgid "redirection error: cannot duplicate fd"
|
|---|
| 1220 | msgstr "грешка при пренасочване: файловият дескриптор не може да бъде копиран"
|
|---|
| 1221 |
|
|---|
| 1222 | #: shell.c:309
|
|---|
| 1223 | msgid "could not find /tmp, please create!"
|
|---|
| 1224 | msgstr "директорията /tmp не може да бъде открита. Създайте я!"
|
|---|
| 1225 |
|
|---|
| 1226 | #: shell.c:313
|
|---|
| 1227 | msgid "/tmp must be a valid directory name"
|
|---|
| 1228 | msgstr "/tmp трябва да е директория"
|
|---|
| 1229 |
|
|---|
| 1230 | #: shell.c:849
|
|---|
| 1231 | #, c-format
|
|---|
| 1232 | msgid "%c%c: invalid option"
|
|---|
| 1233 | msgstr "%c%c: неправилна опция"
|
|---|
| 1234 |
|
|---|
| 1235 | #: shell.c:1598
|
|---|
| 1236 | msgid "I have no name!"
|
|---|
| 1237 | msgstr ""
|
|---|
| 1238 |
|
|---|
| 1239 | #: shell.c:1733
|
|---|
| 1240 | #, c-format
|
|---|
| 1241 | msgid ""
|
|---|
| 1242 | "Usage:\t%s [GNU long option] [option] ...\n"
|
|---|
| 1243 | "\t%s [GNU long option] [option] script-file ...\n"
|
|---|
| 1244 | msgstr ""
|
|---|
| 1245 | "Употреба: %s [дълга опция на GNU] [опция] ...\n"
|
|---|
| 1246 | " %s [дълга опция на GNU] [опция] файл-скрипт ...\n"
|
|---|
| 1247 |
|
|---|
| 1248 | #: shell.c:1735
|
|---|
| 1249 | msgid "GNU long options:\n"
|
|---|
| 1250 | msgstr "Дълги опции на GNU:\n"
|
|---|
| 1251 |
|
|---|
| 1252 | #: shell.c:1739
|
|---|
| 1253 | msgid "Shell options:\n"
|
|---|
| 1254 | msgstr "Опции на обвивката:\n"
|
|---|
| 1255 |
|
|---|
| 1256 | #: shell.c:1740
|
|---|
| 1257 | msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
|
|---|
| 1258 | msgstr " -irsD или -c команда, или -O къса_опция (само при стартиране)\n"
|
|---|
| 1259 |
|
|---|
| 1260 | #: shell.c:1755
|
|---|
| 1261 | #, c-format
|
|---|
| 1262 | msgid "\t-%s or -o option\n"
|
|---|
| 1263 | msgstr " -%s или -o опция\n"
|
|---|
| 1264 |
|
|---|
| 1265 | #: shell.c:1761
|
|---|
| 1266 | #, c-format
|
|---|
| 1267 | msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
|
|---|
| 1268 | msgstr "Въведете „%s -c \"help set\"“ за повече информация за опциите на обвивката.\n"
|
|---|
| 1269 |
|
|---|
| 1270 | #: shell.c:1762
|
|---|
| 1271 | #, c-format
|
|---|
| 1272 | msgid "Type `%s -c help' for more information about shell builtin commands.\n"
|
|---|
| 1273 | msgstr "За повече информация за вградените в обвивката команди въведете „%s -c help“.\n"
|
|---|
| 1274 |
|
|---|
| 1275 | #: shell.c:1763
|
|---|
| 1276 | msgid "Use the `bashbug' command to report bugs.\n"
|
|---|
| 1277 | msgstr "За да докладвате грешки използвайте командата „bashbug“.\n"
|
|---|
| 1278 |
|
|---|
| 1279 | #: sig.c:494
|
|---|
| 1280 | #, c-format
|
|---|
| 1281 | msgid "sigprocmask: %d: invalid operation"
|
|---|
| 1282 | msgstr "sigprocmask: %d: невалидна операция"
|
|---|
| 1283 |
|
|---|
| 1284 | #: subst.c:1123
|
|---|
| 1285 | #, c-format
|
|---|
| 1286 | msgid "bad substitution: no closing `%s' in %s"
|
|---|
| 1287 | msgstr "лошо заместване: липсва затварящ знак „%s“ в %s"
|
|---|
| 1288 |
|
|---|
| 1289 | #: subst.c:2269
|
|---|
| 1290 | #, c-format
|
|---|
| 1291 | msgid "%s: cannot assign list to array member"
|
|---|
| 1292 | msgstr "%s: на член от масив не може да се присвои списък"
|
|---|
| 1293 |
|
|---|
| 1294 | #: subst.c:4208 subst.c:4224
|
|---|
| 1295 | msgid "cannot make pipe for process substitution"
|
|---|
| 1296 | msgstr "не може да се създаде програмен канал за заместване на процеси"
|
|---|
| 1297 |
|
|---|
| 1298 | #: subst.c:4255
|
|---|
| 1299 | msgid "cannot make child for process substitution"
|
|---|
| 1300 | msgstr "не може да се създаде дъщерен процес за заместване на процеси"
|
|---|
| 1301 |
|
|---|
| 1302 | #: subst.c:4300
|
|---|
| 1303 | #, c-format
|
|---|
| 1304 | msgid "cannot open named pipe %s for reading"
|
|---|
| 1305 | msgstr "именованият програмен канал %s не може да се отвори за четене"
|
|---|
| 1306 |
|
|---|
| 1307 | #: subst.c:4302
|
|---|
| 1308 | #, c-format
|
|---|
| 1309 | msgid "cannot open named pipe %s for writing"
|
|---|
| 1310 | msgstr "именованият програмен канал %s не може да се отвори за запис"
|
|---|
| 1311 |
|
|---|
| 1312 | #: subst.c:4310
|
|---|
| 1313 | #, c-format
|
|---|
| 1314 | msgid "cannout reset nodelay mode for fd %d"
|
|---|
| 1315 | msgstr "не може да се изчисти режимът без забавяне на файловия дескриптор %d"
|
|---|
| 1316 |
|
|---|
| 1317 | #: subst.c:4320
|
|---|
| 1318 | #, c-format
|
|---|
| 1319 | msgid "cannot duplicate named pipe %s as fd %d"
|
|---|
| 1320 | msgstr ""
|
|---|
| 1321 | "именованият програмен канал %s не може да се\n"
|
|---|
| 1322 | "копира като файловия дескриптор %d"
|
|---|
| 1323 |
|
|---|
| 1324 | #: subst.c:4495
|
|---|
| 1325 | msgid "cannot make pipe for command substitution"
|
|---|
| 1326 | msgstr "не може да се създаде програмен канал за заместване на команди"
|
|---|
| 1327 |
|
|---|
| 1328 | #: subst.c:4531
|
|---|
| 1329 | msgid "cannot make child for command substitution"
|
|---|
| 1330 | msgstr "не може да се създаде дъщерен процес за заместване на команди"
|
|---|
| 1331 |
|
|---|
| 1332 | #: subst.c:4548
|
|---|
| 1333 | msgid "command_substitute: cannot duplicate pipe as fd 1"
|
|---|
| 1334 | msgstr "заместване на команди: каналът не може да се копира като fd 1"
|
|---|
| 1335 |
|
|---|
| 1336 | #: subst.c:5013
|
|---|
| 1337 | #, c-format
|
|---|
| 1338 | msgid "%s: parameter null or not set"
|
|---|
| 1339 | msgstr "%s: параметърът е null или не е зададен"
|
|---|
| 1340 |
|
|---|
| 1341 | #: subst.c:5287
|
|---|
| 1342 | #, c-format
|
|---|
| 1343 | msgid "%s: substring expression < 0"
|
|---|
| 1344 | msgstr "%s: изразът от подниза е < 0"
|
|---|
| 1345 |
|
|---|
| 1346 | #: subst.c:6058
|
|---|
| 1347 | #, c-format
|
|---|
| 1348 | msgid "%s: bad substitution"
|
|---|
| 1349 | msgstr "%s: лошо заместване"
|
|---|
| 1350 |
|
|---|
| 1351 | #: subst.c:6134
|
|---|
| 1352 | #, c-format
|
|---|
| 1353 | msgid "$%s: cannot assign in this way"
|
|---|
| 1354 | msgstr "$%s: не може да се задава по този начин"
|
|---|
| 1355 |
|
|---|
| 1356 | #: subst.c:7687
|
|---|
| 1357 | #, c-format
|
|---|
| 1358 | msgid "no match: %s"
|
|---|
| 1359 | msgstr "няма съвмадение: %s"
|
|---|
| 1360 |
|
|---|
| 1361 | #: test.c:154
|
|---|
| 1362 | msgid "argument expected"
|
|---|
| 1363 | msgstr "очаква се аргумент"
|
|---|
| 1364 |
|
|---|
| 1365 | #: test.c:163
|
|---|
| 1366 | #, c-format
|
|---|
| 1367 | msgid "%s: integer expression expected"
|
|---|
| 1368 | msgstr "%s: очаква се целочислен израз"
|
|---|
| 1369 |
|
|---|
| 1370 | #: test.c:361
|
|---|
| 1371 | msgid "`)' expected"
|
|---|
| 1372 | msgstr "очаква се „)“"
|
|---|
| 1373 |
|
|---|
| 1374 | #: test.c:363
|
|---|
| 1375 | #, c-format
|
|---|
| 1376 | msgid "`)' expected, found %s"
|
|---|
| 1377 | msgstr "очаква се „)“, а е получено %s"
|
|---|
| 1378 |
|
|---|
| 1379 | #: test.c:378 test.c:787 test.c:790
|
|---|
| 1380 | #, c-format
|
|---|
| 1381 | msgid "%s: unary operator expected"
|
|---|
| 1382 | msgstr "%s: очаква се унарен оператор"
|
|---|
| 1383 |
|
|---|
| 1384 | #: test.c:543 test.c:830
|
|---|
| 1385 | #, c-format
|
|---|
| 1386 | msgid "%s: binary operator expected"
|
|---|
| 1387 | msgstr "%s: очаква се бинарен оператор"
|
|---|
| 1388 |
|
|---|
| 1389 | #: test.c:905
|
|---|
| 1390 | msgid "missing `]'"
|
|---|
| 1391 | msgstr "липсва „]“"
|
|---|
| 1392 |
|
|---|
| 1393 | #: trap.c:194
|
|---|
| 1394 | msgid "invalid signal number"
|
|---|
| 1395 | msgstr "неправилен номер на сигнал"
|
|---|
| 1396 |
|
|---|
| 1397 | #: trap.c:309
|
|---|
| 1398 | #, c-format
|
|---|
| 1399 | msgid "run_pending_traps: bad value in trap_list[%d]: %p"
|
|---|
| 1400 | msgstr "при стартиране на предстоящите капани: неправилна стойност в trap_list[%d]: %p"
|
|---|
| 1401 |
|
|---|
| 1402 | #: trap.c:313
|
|---|
| 1403 | #, c-format
|
|---|
| 1404 | msgid ""
|
|---|
| 1405 | "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
|
|---|
| 1406 | msgstr ""
|
|---|
| 1407 | "при стартиране на предстоящите капани: обработката на сигнали е SIG_DFL.\n"
|
|---|
| 1408 | "%d (%s) е преизпратено на текущата обвивка"
|
|---|
| 1409 |
|
|---|
| 1410 | #: trap.c:349
|
|---|
| 1411 | #, c-format
|
|---|
| 1412 | msgid "trap_handler: bad signal %d"
|
|---|
| 1413 | msgstr "обработка на капани: неправилен сигнал %d"
|
|---|
| 1414 |
|
|---|
| 1415 | #: variables.c:320
|
|---|
| 1416 | #, c-format
|
|---|
| 1417 | msgid "error importing function definition for `%s'"
|
|---|
| 1418 | msgstr "грешка при внасянето на дефиницията на функция за „%s“"
|
|---|
| 1419 |
|
|---|
| 1420 | #: variables.c:692
|
|---|
| 1421 | #, c-format
|
|---|
| 1422 | msgid "shell level (%d) too high, resetting to 1"
|
|---|
| 1423 | msgstr "нивото на обвивката (%d) е прекалено голямо. Задава се да е 1"
|
|---|
| 1424 |
|
|---|
| 1425 | #: variables.c:1651
|
|---|
| 1426 | msgid "make_local_variable: no function context at current scope"
|
|---|
| 1427 | msgstr "създаване на локална променлива: липсва контекст на функция в текущия обхват"
|
|---|
| 1428 |
|
|---|
| 1429 | #: variables.c:2807
|
|---|
| 1430 | msgid "all_local_variables: no function context at current scope"
|
|---|
| 1431 | msgstr "всички локални променливи: липсва контекст на функция в текущия обхват"
|
|---|
| 1432 |
|
|---|
| 1433 | #: variables.c:3021 variables.c:3030
|
|---|
| 1434 | #, c-format
|
|---|
| 1435 | msgid "invalid character %d in exportstr for %s"
|
|---|
| 1436 | msgstr "неправилен знак на позиция %d в низа за изнасяне за %s"
|
|---|
| 1437 |
|
|---|
| 1438 | #: variables.c:3036
|
|---|
| 1439 | #, c-format
|
|---|
| 1440 | msgid "no `=' in exportstr for %s"
|
|---|
| 1441 | msgstr "липсва „=“ в низа за изнасяне за %s"
|
|---|
| 1442 |
|
|---|
| 1443 | #: variables.c:3463
|
|---|
| 1444 | msgid "pop_var_context: head of shell_variables not a function context"
|
|---|
| 1445 | msgstr ""
|
|---|
| 1446 |
|
|---|
| 1447 | #: variables.c:3476
|
|---|
| 1448 | msgid "pop_var_context: no global_variables context"
|
|---|
| 1449 | msgstr ""
|
|---|
| 1450 |
|
|---|
| 1451 | #: variables.c:3548
|
|---|
| 1452 | msgid "pop_scope: head of shell_variables not a temporary environment scope"
|
|---|
| 1453 | msgstr "pop_scope: последният елемент от shell_variables не е временна област в обкръжението"
|
|---|
| 1454 |
|
|---|
| 1455 | #: version.c:82
|
|---|
| 1456 | msgid "Copyright (C) 2005 Free Software Foundation, Inc.\n"
|
|---|
| 1457 | msgstr "Авторски права (C) 2005 Free Software Foundation, Inc.\n"
|
|---|
| 1458 |
|
|---|
| 1459 | #: xmalloc.c:93
|
|---|
| 1460 | #, c-format
|
|---|
| 1461 | msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
|
|---|
| 1462 | msgstr "xmalloc: %lu байта не могат да се заделят (заделени са %lu байта)"
|
|---|
| 1463 |
|
|---|
| 1464 | #: xmalloc.c:95
|
|---|
| 1465 | #, c-format
|
|---|
| 1466 | msgid "xmalloc: cannot allocate %lu bytes"
|
|---|
| 1467 | msgstr "xmalloc: %lu байта не могат да се заделят"
|
|---|
| 1468 |
|
|---|
| 1469 | #: xmalloc.c:115
|
|---|
| 1470 | #, c-format
|
|---|
| 1471 | msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
|
|---|
| 1472 | msgstr "xrealloc: %lu байта не могат да се заделят наново (заделени са %lu байта)"
|
|---|
| 1473 |
|
|---|
| 1474 | #: xmalloc.c:117
|
|---|
| 1475 | #, c-format
|
|---|
| 1476 | msgid "xrealloc: cannot allocate %lu bytes"
|
|---|
| 1477 | msgstr "xrealloc: %lu байта не могат да се заделят"
|
|---|
| 1478 |
|
|---|
| 1479 | #: xmalloc.c:151
|
|---|
| 1480 | #, c-format
|
|---|
| 1481 | msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
|
|---|
| 1482 | msgstr "xmalloc: %s:%d: %lu байта не могат да се заделят (заделени са %lu байта)"
|
|---|
| 1483 |
|
|---|
| 1484 | #: xmalloc.c:153
|
|---|
| 1485 | #, c-format
|
|---|
| 1486 | msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
|
|---|
| 1487 | msgstr "xmalloc: %s:%d: %lu байта не могат да се заделят"
|
|---|
| 1488 |
|
|---|
| 1489 | #: xmalloc.c:175
|
|---|
| 1490 | #, c-format
|
|---|
| 1491 | msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
|
|---|
| 1492 | msgstr "xrealloc: %s:%d: %lu байта не могат да се заделят (заделени са %lu байта)"
|
|---|
| 1493 |
|
|---|
| 1494 | #: xmalloc.c:177
|
|---|
| 1495 | #, c-format
|
|---|
| 1496 | msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
|
|---|
| 1497 | msgstr "xrealloc: %s:%d: %lu байта не могат да се заделят"
|
|---|
| 1498 |
|
|---|
| 1499 | #: builtins.c:244
|
|---|
| 1500 | msgid ""
|
|---|
| 1501 | " `alias' with no arguments or with the -p option prints the list\n"
|
|---|
| 1502 | " of aliases in the form alias NAME=VALUE on standard output.\n"
|
|---|
| 1503 | " Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
|
|---|
| 1504 | " A trailing space in VALUE causes the next word to be checked for\n"
|
|---|
| 1505 | " alias substitution when the alias is expanded. Alias returns\n"
|
|---|
| 1506 | " true unless a NAME is given for which no alias has been defined."
|
|---|
| 1507 | msgstr ""
|
|---|
| 1508 | " „alias“ без аргументи или с опцията „-p“ отпечатва списъка със синонимите във\n"
|
|---|
| 1509 | " формат ИМЕ=СТОЙНОСТ на стандартния изход. В противен случай за всяко ИМЕ,\n"
|
|---|
| 1510 | " за което е зададена стойност, се дефинира синоним. Шпация в края на\n"
|
|---|
| 1511 | " стойност предизивква синонимно разширяване на следващата дума при\n"
|
|---|
| 1512 | " заместването на синонима. Командата alias връща истина, освен в случаите,\n"
|
|---|
| 1513 | " когато се зададе ИМЕ, за което не е дефиниран синоним."
|
|---|
| 1514 |
|
|---|
| 1515 | #: builtins.c:257
|
|---|
| 1516 | msgid ""
|
|---|
| 1517 | " Remove NAMEs from the list of defined aliases. If the -a option is given,\n"
|
|---|
| 1518 | " then remove all alias definitions."
|
|---|
| 1519 | msgstr ""
|
|---|
| 1520 | " ИМЕната се премахват от списъка с дефинираните синоними. Ако е е дадена и\n"
|
|---|
| 1521 | " опцията „-a“ тогава се премахват всички синоними."
|
|---|
| 1522 |
|
|---|
| 1523 | #: builtins.c:266
|
|---|
| 1524 | msgid ""
|
|---|
| 1525 | " Bind a key sequence to a Readline function or a macro, or set\n"
|
|---|
| 1526 | " a Readline variable. The non-option argument syntax is equivalent\n"
|
|---|
| 1527 | " to that found in ~/.inputrc, but must be passed as a single argument:\n"
|
|---|
| 1528 | " bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
|
|---|
| 1529 | " bind accepts the following options:\n"
|
|---|
| 1530 | " -m keymap Use `keymap' as the keymap for the duration of "
|
|---|
| 1531 | "this\n"
|
|---|
| 1532 | " command. Acceptable keymap names are emacs,\n"
|
|---|
| 1533 | " emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
|
|---|
| 1534 | "move,\n"
|
|---|
| 1535 | " vi-command, and vi-insert.\n"
|
|---|
| 1536 | " -l List names of functions.\n"
|
|---|
| 1537 | " -P List function names and bindings.\n"
|
|---|
| 1538 | " -p List functions and bindings in a form that can be\n"
|
|---|
| 1539 | " reused as input.\n"
|
|---|
| 1540 | " -r keyseq Remove the binding for KEYSEQ.\n"
|
|---|
| 1541 | " -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
|
|---|
| 1542 | " \t\t\t\tKEYSEQ is entered.\n"
|
|---|
| 1543 | " -f filename Read key bindings from FILENAME.\n"
|
|---|
| 1544 | " -q function-name Query about which keys invoke the named function.\n"
|
|---|
| 1545 | " -u function-name Unbind all keys which are bound to the named "
|
|---|
| 1546 | "function.\n"
|
|---|
| 1547 | " -V List variable names and values\n"
|
|---|
| 1548 | " -v List variable names and values in a form that can\n"
|
|---|
| 1549 | " be reused as input.\n"
|
|---|
| 1550 | " -S List key sequences that invoke macros and their "
|
|---|
| 1551 | "values\n"
|
|---|
| 1552 | " -s List key sequences that invoke macros and their "
|
|---|
| 1553 | "values\n"
|
|---|
| 1554 | " in a form that can be reused as input."
|
|---|
| 1555 | msgstr ""
|
|---|
| 1556 | " Присвояване на последователност от клавиши на функция или макрос от readline\n"
|
|---|
| 1557 | " или задаване на променлива на readline. Синтаксисът с аргументи без опции\n"
|
|---|
| 1558 | " е еквивалентен на този във файла „~/.inputrc“, но трябва да се подаде като\n"
|
|---|
| 1559 | " единствен аргумент:\n"
|
|---|
| 1560 | " bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
|
|---|
| 1561 | "\n"
|
|---|
| 1562 | " bind приема следните опции:\n"
|
|---|
| 1563 | " -m ПОДРЕДБА Използване на ПОДРЕДБАта като клавишна подредба докато\n"
|
|---|
| 1564 | " командата се изпълнява. Валидни са следните имена:\n"
|
|---|
| 1565 | " „emacs“, „emacs-standard“, „emacs-meta“, „emacs-ctlx“,\n"
|
|---|
| 1566 | " „vi“, „vi-move“, „vi-command“ и „vi-insert“.\n"
|
|---|
| 1567 | " -l Списък с имената на функциите.\n"
|
|---|
| 1568 | " -P Списък с имената на функциите и присвояванията.\n"
|
|---|
| 1569 | " -p Списък с имената на функциите и присвояванията във вид,\n"
|
|---|
| 1570 | " който може да се използва за вход.\n"
|
|---|
| 1571 | " -r КЛАВИШНА_ПОСЛЕДОВАТЕЛНОСТ\n"
|
|---|
| 1572 | " Премахване на присвоената функция от\n"
|
|---|
| 1573 | " КЛАВИШНАта_ПОСЛЕДОВАТЕЛНОСТ.\n"
|
|---|
| 1574 | " -x КЛАВИШНА_ПОСЛЕДОВАТЕЛНОСТ:КОМАНДА_НА_ОБВИВКАТА\n"
|
|---|
| 1575 | " Изпълнение на КОМАНДАта_НА_ОБВИВКАТА при въвеждането на\n"
|
|---|
| 1576 | " КЛАВИШНАта_ПОСЛЕДОВАТЕЛНОСТ.\n"
|
|---|
| 1577 | " -f ФАЙЛ Прочитане на присвояванията на клавиши от ФАЙЛа.\n"
|
|---|
| 1578 | " -q ИМЕ_НА_ФУНЦКИЯ\n"
|
|---|
| 1579 | " Проверка кои клавиши извикват функцията с това име.\n"
|
|---|
| 1580 | " -u ИМЕ_НА_ФУНКЦИЯ\n"
|
|---|
| 1581 | " Премахване на присвояванията към всички клавиши на\n"
|
|---|
| 1582 | " функцията с това име.\n"
|
|---|
| 1583 | " -V Списък с имената на променливите и стойностите им.\n"
|
|---|
| 1584 | " -v Списък с имената на променливите и стойностите им във вид,\n"
|
|---|
| 1585 | " който може да се използва за вход.\n"
|
|---|
| 1586 | " -S Списък с клавишните последователности, които извикват\n"
|
|---|
| 1587 | " макроси и стойностите им.\n"
|
|---|
| 1588 | " -s Списък с клавишните последователности, които извикват\n"
|
|---|
| 1589 | " макроси и стойностите им във вид, който може да се\n"
|
|---|
| 1590 | " използва за вход."
|
|---|
| 1591 |
|
|---|
| 1592 | #: builtins.c:297
|
|---|
| 1593 | msgid ""
|
|---|
| 1594 | " Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n"
|
|---|
| 1595 | " break N levels."
|
|---|
| 1596 | msgstr ""
|
|---|
| 1597 | " Изход от цикъл ползващ FOR, WHILE или UNTIL. Ако е указан N, се излиза от N\n"
|
|---|
| 1598 | " обхващащи цикъла."
|
|---|
| 1599 |
|
|---|
| 1600 | #: builtins.c:304
|
|---|
| 1601 | msgid ""
|
|---|
| 1602 | " Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
|
|---|
| 1603 | " If N is specified, resume at the N-th enclosing loop."
|
|---|
| 1604 | msgstr ""
|
|---|
| 1605 | " Продължение със следващата итерация от цикъл ползващ FOR, WHILE или UNTIL.\n"
|
|---|
| 1606 | " Ако е указан N, се продължава от N-ия обхващащ цикъл."
|
|---|
| 1607 |
|
|---|
| 1608 | #: builtins.c:311
|
|---|
| 1609 | msgid ""
|
|---|
| 1610 | " Run a shell builtin. This is useful when you wish to rename a\n"
|
|---|
| 1611 | " shell builtin to be a function, but need the functionality of the\n"
|
|---|
| 1612 | " builtin within the function itself."
|
|---|
| 1613 | msgstr ""
|
|---|
| 1614 | " Изпълнение на команда вградена в обвивката. Това е полезно, когато искате да\n"
|
|---|
| 1615 | " използвате името на команда вградена в обвивката за име на функция, но във\n"
|
|---|
| 1616 | " функцията се нуждаете от командата."
|
|---|
| 1617 |
|
|---|
| 1618 | #: builtins.c:320
|
|---|
| 1619 | msgid ""
|
|---|
| 1620 | " Returns the context of the current subroutine call.\n"
|
|---|
| 1621 | " \n"
|
|---|
| 1622 | " Without EXPR, returns returns \"$line $filename\". With EXPR,\n"
|
|---|
| 1623 | " returns \"$line $subroutine $filename\"; this extra information\n"
|
|---|
| 1624 | " can be used used to provide a stack trace.\n"
|
|---|
| 1625 | " \n"
|
|---|
| 1626 | " The value of EXPR indicates how many call frames to go back before the\n"
|
|---|
| 1627 | " current one; the top frame is frame 0."
|
|---|
| 1628 | msgstr ""
|
|---|
| 1629 |
|
|---|
| 1630 | #: builtins.c:334
|
|---|
| 1631 | msgid ""
|
|---|
| 1632 | " Change the current directory to DIR. The variable $HOME is the\n"
|
|---|
| 1633 | " default DIR. The variable CDPATH defines the search path for\n"
|
|---|
| 1634 | " the directory containing DIR. Alternative directory names in CDPATH\n"
|
|---|
| 1635 | " are separated by a colon (:). A null directory name is the same as\n"
|
|---|
| 1636 | " the current directory, i.e. `.'. If DIR begins with a slash (/),\n"
|
|---|
| 1637 | " then CDPATH is not used. If the directory is not found, and the\n"
|
|---|
| 1638 | " shell option `cdable_vars' is set, then try the word as a variable\n"
|
|---|
| 1639 | " name. If that variable has a value, then cd to the value of that\n"
|
|---|
| 1640 | " variable. The -P option says to use the physical directory structure\n"
|
|---|
| 1641 | " instead of following symbolic links; the -L option forces symbolic "
|
|---|
| 1642 | "links\n"
|
|---|
| 1643 | " to be followed."
|
|---|
| 1644 | msgstr ""
|
|---|
| 1645 |
|
|---|
| 1646 | #: builtins.c:350
|
|---|
| 1647 | msgid ""
|
|---|
| 1648 | " Print the current working directory. With the -P option, pwd prints\n"
|
|---|
| 1649 | " the physical directory, without any symbolic links; the -L option\n"
|
|---|
| 1650 | " makes pwd follow symbolic links."
|
|---|
| 1651 | msgstr ""
|
|---|
| 1652 | " Отпечатва текущата работна директория. С опцията „-P“ командата pwd извежда\n"
|
|---|
| 1653 | " физическата директория - без символни връзки. Опцията „-L“ кара командата\n"
|
|---|
| 1654 | " pwd да следва физическите връзки."
|
|---|
| 1655 |
|
|---|
| 1656 | #: builtins.c:358
|
|---|
| 1657 | msgid " No effect; the command does nothing. A zero exit code is returned."
|
|---|
| 1658 | msgstr " Без ефект - командата нищо не прави. Връща се изходен код 0."
|
|---|
| 1659 |
|
|---|
| 1660 | #: builtins.c:364
|
|---|
| 1661 | msgid " Return a successful result."
|
|---|
| 1662 | msgstr " Връща успешен резултат."
|
|---|
| 1663 |
|
|---|
| 1664 | #: builtins.c:370
|
|---|
| 1665 | msgid " Return an unsuccessful result."
|
|---|
| 1666 | msgstr " Връща неуспешен резултат."
|
|---|
| 1667 |
|
|---|
| 1668 | #: builtins.c:376
|
|---|
| 1669 | msgid ""
|
|---|
| 1670 | " Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n"
|
|---|
| 1671 | " function called `ls', and you wish to call the command `ls', you can\n"
|
|---|
| 1672 | " say \"command ls\". If the -p option is given, a default value is used\n"
|
|---|
| 1673 | " for PATH that is guaranteed to find all of the standard utilities. If\n"
|
|---|
| 1674 | " the -V or -v option is given, a string is printed describing COMMAND.\n"
|
|---|
| 1675 | " The -V option produces a more verbose description."
|
|---|
| 1676 | msgstr ""
|
|---|
| 1677 | " Изпълнение на КОМАНДА с АРГументи като се пренебрегват функциите в обвивката.\n"
|
|---|
| 1678 | " Ако съществува функция на обвивката наречена „ls“, можете да извикате\n"
|
|---|
| 1679 | " командата чрез „command ls“. Ако е зададена опцията „-p“ се използва\n"
|
|---|
| 1680 | " стандартна стойност на променливата PATH, която гарантирано открива всички\n"
|
|---|
| 1681 | " стандартни програми. Ако е зададена някоя от опциите „-V“ или „-v“, се\n"
|
|---|
| 1682 | " отпечатва описание на КОМАНДАта. Опцията „-V“ води до по-подробен изход."
|
|---|
| 1683 |
|
|---|
| 1684 | #: builtins.c:387
|
|---|
| 1685 | msgid ""
|
|---|
| 1686 | " Declare variables and/or give them attributes. If no NAMEs are\n"
|
|---|
| 1687 | " given, then display the values of variables instead. The -p option\n"
|
|---|
| 1688 | " will display the attributes and values of each NAME.\n"
|
|---|
| 1689 | " \n"
|
|---|
| 1690 | " The flags are:\n"
|
|---|
| 1691 | " \n"
|
|---|
| 1692 | " -a\tto make NAMEs arrays (if supported)\n"
|
|---|
| 1693 | " -f\tto select from among function names only\n"
|
|---|
| 1694 | " -F\tto display function names (and line number and source file name "
|
|---|
| 1695 | "if\n"
|
|---|
| 1696 | " \tdebugging) without definitions\n"
|
|---|
| 1697 | " -i\tto make NAMEs have the `integer' attribute\n"
|
|---|
| 1698 | " -r\tto make NAMEs readonly\n"
|
|---|
| 1699 | " -t\tto make NAMEs have the `trace' attribute\n"
|
|---|
| 1700 | " -x\tto make NAMEs export\n"
|
|---|
| 1701 | " \n"
|
|---|
| 1702 | " Variables with the integer attribute have arithmetic evaluation (see\n"
|
|---|
| 1703 | " `let') done when the variable is assigned to.\n"
|
|---|
| 1704 | " \n"
|
|---|
| 1705 | " When displaying values of variables, -f displays a function's name\n"
|
|---|
| 1706 | " and definition. The -F option restricts the display to function\n"
|
|---|
| 1707 | " name only.\n"
|
|---|
| 1708 | " \n"
|
|---|
| 1709 | " Using `+' instead of `-' turns off the given attribute instead. When\n"
|
|---|
| 1710 | " used in a function, makes NAMEs local, as with the `local' command."
|
|---|
| 1711 | msgstr ""
|
|---|
| 1712 |
|
|---|
| 1713 | #: builtins.c:416
|
|---|
| 1714 | msgid " Obsolete. See `declare'."
|
|---|
| 1715 | msgstr " Остаряло, да не се използва. Виж „declare“."
|
|---|
| 1716 |
|
|---|
| 1717 | #: builtins.c:422
|
|---|
| 1718 | msgid ""
|
|---|
| 1719 | " Create a local variable called NAME, and give it VALUE. LOCAL\n"
|
|---|
| 1720 | " can only be used within a function; it makes the variable NAME\n"
|
|---|
| 1721 | " have a visible scope restricted to that function and its children."
|
|---|
| 1722 | msgstr ""
|
|---|
| 1723 | " Създаване на локална променлива с ИМЕ и присвояване на СТОЙНОСТ. LOCAL може\n"
|
|---|
| 1724 | " да се използва само във функция. Тя кара променливата на ИМЕ да е с област\n"
|
|---|
| 1725 | " на видимост, която е ограничена до тази функция и наследниците й."
|
|---|
| 1726 |
|
|---|
| 1727 | #: builtins.c:431
|
|---|
| 1728 | msgid ""
|
|---|
| 1729 | " Output the ARGs. If -n is specified, the trailing newline is\n"
|
|---|
| 1730 | " suppressed. If the -e option is given, interpretation of the\n"
|
|---|
| 1731 | " following backslash-escaped characters is turned on:\n"
|
|---|
| 1732 | " \t\\a\talert (bell)\n"
|
|---|
| 1733 | " \t\\b\tbackspace\n"
|
|---|
| 1734 | " \t\\c\tsuppress trailing newline\n"
|
|---|
| 1735 | " \t\\E\tescape character\n"
|
|---|
| 1736 | " \t\\f\tform feed\n"
|
|---|
| 1737 | " \t\\n\tnew line\n"
|
|---|
| 1738 | " \t\\r\tcarriage return\n"
|
|---|
| 1739 | " \t\\t\thorizontal tab\n"
|
|---|
| 1740 | " \t\\v\tvertical tab\n"
|
|---|
| 1741 | " \t\\\\\tbackslash\n"
|
|---|
| 1742 | " \t\\num\tthe character whose ASCII code is NUM (octal).\n"
|
|---|
| 1743 | " \n"
|
|---|
| 1744 | " You can explicitly turn off the interpretation of the above characters\n"
|
|---|
| 1745 | " with the -E option."
|
|---|
| 1746 | msgstr ""
|
|---|
| 1747 |
|
|---|
| 1748 | #: builtins.c:455
|
|---|
| 1749 | msgid ""
|
|---|
| 1750 | " Output the ARGs. If -n is specified, the trailing newline is suppressed."
|
|---|
| 1751 | msgstr ""
|
|---|
| 1752 | " АРГУМЕНТите се извеждат. Ако е дадена опцията „-n“, се подтиска извеждането\n"
|
|---|
| 1753 | "на нов ред."
|
|---|
| 1754 |
|
|---|
| 1755 | #: builtins.c:462
|
|---|
| 1756 | msgid ""
|
|---|
| 1757 | " Enable and disable builtin shell commands. This allows\n"
|
|---|
| 1758 | " you to use a disk command which has the same name as a shell\n"
|
|---|
| 1759 | " builtin without specifying a full pathname. If -n is used, the\n"
|
|---|
| 1760 | " NAMEs become disabled; otherwise NAMEs are enabled. For example,\n"
|
|---|
| 1761 | " to use the `test' found in $PATH instead of the shell builtin\n"
|
|---|
| 1762 | " version, type `enable -n test'. On systems supporting dynamic\n"
|
|---|
| 1763 | " loading, the -f option may be used to load new builtins from the\n"
|
|---|
| 1764 | " shared object FILENAME. The -d option will delete a builtin\n"
|
|---|
| 1765 | " previously loaded with -f. If no non-option names are given, or\n"
|
|---|
| 1766 | " the -p option is supplied, a list of builtins is printed. The\n"
|
|---|
| 1767 | " -a option means to print every builtin with an indication of whether\n"
|
|---|
| 1768 | " or not it is enabled. The -s option restricts the output to the "
|
|---|
| 1769 | "POSIX.2\n"
|
|---|
| 1770 | " `special' builtins. The -n option displays a list of all disabled "
|
|---|
| 1771 | "builtins."
|
|---|
| 1772 | msgstr ""
|
|---|
| 1773 | " Включване или изключване на вградените в обвивката команди. Това ви позволява\n"
|
|---|
| 1774 | " да използвате външна команда, която има същото име като вградена в обвивката\n"
|
|---|
| 1775 | " команда, без да указвате име съдържащо път. Ако използвате опцията „-n“\n"
|
|---|
| 1776 | " ИМЕната се изключват, в противен случай се включват. Например, за да\n"
|
|---|
| 1777 | " използвате командата „test“, която се намира в пътищата указани с $PATH, а\n"
|
|---|
| 1778 | " не версията вградена в обвивката, използвайте „enable -n test“. При\n"
|
|---|
| 1779 | " системите, които раполагат с динамично зареждане, опцията „-f“ може да се\n"
|
|---|
| 1780 | " използва за зареждането на нова команда вградена в обвивката от споделен\n"
|
|---|
| 1781 | " обект с файлово оме ИМЕ_НА_ФАЙЛ. Опцията „-d“ изтрива ресурса зареден с\n"
|
|---|
| 1782 | " „-f“. Ако не са зададени имена, които да не са опции, или се използва\n"
|
|---|
| 1783 | " опцията „-p“, се извеждат имената на вградените команди. Опцията „-a“\n"
|
|---|
| 1784 | " означава всяка вградена да се изведе заедно с това дали е включена или\n"
|
|---|
| 1785 | " изключена. Опцията „-s“ ограничава изхода до „специалните“ вградени команди\n"
|
|---|
| 1786 | " на POSIX.2. Опцията „-s“ ивежда списъка на всички изключени вградени\n"
|
|---|
| 1787 | " команди.\n"
|
|---|
| 1788 |
|
|---|
| 1789 | #: builtins.c:480
|
|---|
| 1790 | msgid " Read ARGs as input to the shell and execute the resulting command(s)."
|
|---|
| 1791 | msgstr ""
|
|---|
| 1792 | " Изчитане на АРГУМЕНТите като вход за обвивката и изпълнение на получените\n"
|
|---|
| 1793 | "команди."
|
|---|
| 1794 |
|
|---|
| 1795 | #: builtins.c:486
|
|---|
| 1796 | msgid ""
|
|---|
| 1797 | " Getopts is used by shell procedures to parse positional parameters.\n"
|
|---|
| 1798 | " \n"
|
|---|
| 1799 | " OPTSTRING contains the option letters to be recognized; if a letter\n"
|
|---|
| 1800 | " is followed by a colon, the option is expected to have an argument,\n"
|
|---|
| 1801 | " which should be separated from it by white space.\n"
|
|---|
| 1802 | " \n"
|
|---|
| 1803 | " Each time it is invoked, getopts will place the next option in the\n"
|
|---|
| 1804 | " shell variable $name, initializing name if it does not exist, and\n"
|
|---|
| 1805 | " the index of the next argument to be processed into the shell\n"
|
|---|
| 1806 | " variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
|
|---|
| 1807 | " a shell script is invoked. When an option requires an argument,\n"
|
|---|
| 1808 | " getopts places that argument into the shell variable OPTARG.\n"
|
|---|
| 1809 | " \n"
|
|---|
| 1810 | " getopts reports errors in one of two ways. If the first character\n"
|
|---|
| 1811 | " of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
|
|---|
| 1812 | " this mode, no error messages are printed. If an invalid option is\n"
|
|---|
| 1813 | " seen, getopts places the option character found into OPTARG. If a\n"
|
|---|
| 1814 | " required argument is not found, getopts places a ':' into NAME and\n"
|
|---|
| 1815 | " sets OPTARG to the option character found. If getopts is not in\n"
|
|---|
| 1816 | " silent mode, and an invalid option is seen, getopts places '?' into\n"
|
|---|
| 1817 | " NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
|
|---|
| 1818 | " is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
|
|---|
| 1819 | " printed.\n"
|
|---|
| 1820 | " \n"
|
|---|
| 1821 | " If the shell variable OPTERR has the value 0, getopts disables the\n"
|
|---|
| 1822 | " printing of error messages, even if the first character of\n"
|
|---|
| 1823 | " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
|
|---|
| 1824 | " \n"
|
|---|
| 1825 | " Getopts normally parses the positional parameters ($0 - $9), but if\n"
|
|---|
| 1826 | " more arguments are given, they are parsed instead."
|
|---|
| 1827 | msgstr ""
|
|---|
| 1828 |
|
|---|
| 1829 | #: builtins.c:521
|
|---|
| 1830 | msgid ""
|
|---|
| 1831 | " Exec FILE, replacing this shell with the specified program.\n"
|
|---|
| 1832 | " If FILE is not specified, the redirections take effect in this\n"
|
|---|
| 1833 | " shell. If the first argument is `-l', then place a dash in the\n"
|
|---|
| 1834 | " zeroth arg passed to FILE, as login does. If the `-c' option\n"
|
|---|
| 1835 | " is supplied, FILE is executed with a null environment. The `-a'\n"
|
|---|
| 1836 | " option means to make set argv[0] of the executed process to NAME.\n"
|
|---|
| 1837 | " If the file cannot be executed and the shell is not interactive,\n"
|
|---|
| 1838 | " then the shell exits, unless the shell option `execfail' is set."
|
|---|
| 1839 | msgstr ""
|
|---|
| 1840 |
|
|---|
| 1841 | #: builtins.c:534
|
|---|
| 1842 | msgid ""
|
|---|
| 1843 | " Exit the shell with a status of N. If N is omitted, the exit status\n"
|
|---|
| 1844 | " is that of the last command executed."
|
|---|
| 1845 | msgstr ""
|
|---|
| 1846 |
|
|---|
| 1847 | #: builtins.c:541
|
|---|
| 1848 | msgid " Logout of a login shell."
|
|---|
| 1849 | msgstr " Изход от входна обвивка"
|
|---|
| 1850 |
|
|---|
| 1851 | #: builtins.c:548
|
|---|
| 1852 | msgid ""
|
|---|
| 1853 | " fc is used to list or edit and re-execute commands from the history list.\n"
|
|---|
| 1854 | " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
|
|---|
| 1855 | " string, which means the most recent command beginning with that\n"
|
|---|
| 1856 | " string.\n"
|
|---|
| 1857 | " \n"
|
|---|
| 1858 | " -e ENAME selects which editor to use. Default is FCEDIT, then "
|
|---|
| 1859 | "EDITOR,\n"
|
|---|
| 1860 | " then vi.\n"
|
|---|
| 1861 | " \n"
|
|---|
| 1862 | " -l means list lines instead of editing.\n"
|
|---|
| 1863 | " -n means no line numbers listed.\n"
|
|---|
| 1864 | " -r means reverse the order of the lines (making it newest listed "
|
|---|
| 1865 | "first).\n"
|
|---|
| 1866 | " \n"
|
|---|
| 1867 | " With the `fc -s [pat=rep ...] [command]' format, the command is\n"
|
|---|
| 1868 | " re-executed after the substitution OLD=NEW is performed.\n"
|
|---|
| 1869 | " \n"
|
|---|
| 1870 | " A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
|
|---|
| 1871 | " runs the last command beginning with `cc' and typing `r' re-executes\n"
|
|---|
| 1872 | " the last command."
|
|---|
| 1873 | msgstr ""
|
|---|
| 1874 |
|
|---|
| 1875 | #: builtins.c:573
|
|---|
| 1876 | msgid ""
|
|---|
| 1877 | " Place JOB_SPEC in the foreground, and make it the current job. If\n"
|
|---|
| 1878 | " JOB_SPEC is not present, the shell's notion of the current job is\n"
|
|---|
| 1879 | " used."
|
|---|
| 1880 | msgstr ""
|
|---|
| 1881 | " Изважда ЗАДАЧА от фонов режим и я прави текуща задача. Ако липсва\n"
|
|---|
| 1882 | " аргумент ЗАДАЧА, се използва текущата задача според обвиката."
|
|---|
| 1883 |
|
|---|
| 1884 | #: builtins.c:583
|
|---|
| 1885 | msgid ""
|
|---|
| 1886 | " Place each JOB_SPEC in the background, as if it had been started with\n"
|
|---|
| 1887 | " `&'. If JOB_SPEC is not present, the shell's notion of the current\n"
|
|---|
| 1888 | " job is used."
|
|---|
| 1889 | msgstr ""
|
|---|
| 1890 | " Поставя всяка ЗАДАЧА във фонов режим, все едно е била стартирана с „&“.\n"
|
|---|
| 1891 | " Ако липсва аргумент ЗАДАЧА, се използва текущата задача според обвиката."
|
|---|
| 1892 |
|
|---|
| 1893 | #: builtins.c:592
|
|---|
| 1894 | msgid ""
|
|---|
| 1895 | " For each NAME, the full pathname of the command is determined and\n"
|
|---|
| 1896 | " remembered. If the -p option is supplied, PATHNAME is used as the\n"
|
|---|
| 1897 | " full pathname of NAME, and no path search is performed. The -r\n"
|
|---|
| 1898 | " option causes the shell to forget all remembered locations. The -d\n"
|
|---|
| 1899 | " option causes the shell to forget the remembered location of each NAME.\n"
|
|---|
| 1900 | " If the -t option is supplied the full pathname to which each NAME\n"
|
|---|
| 1901 | " corresponds is printed. If multiple NAME arguments are supplied with\n"
|
|---|
| 1902 | " -t, the NAME is printed before the hashed full pathname. The -l option\n"
|
|---|
| 1903 | " causes output to be displayed in a format that may be reused as input.\n"
|
|---|
| 1904 | " If no arguments are given, information about remembered commands is "
|
|---|
| 1905 | "displayed."
|
|---|
| 1906 | msgstr ""
|
|---|
| 1907 |
|
|---|
| 1908 | #: builtins.c:608
|
|---|
| 1909 | msgid ""
|
|---|
| 1910 | " Display helpful information about builtin commands. If PATTERN is\n"
|
|---|
| 1911 | " specified, gives detailed help on all commands matching PATTERN,\n"
|
|---|
| 1912 | " otherwise a list of the builtins is printed. The -s option\n"
|
|---|
| 1913 | " restricts the output for each builtin command matching PATTERN to\n"
|
|---|
| 1914 | " a short usage synopsis."
|
|---|
| 1915 | msgstr ""
|
|---|
| 1916 |
|
|---|
| 1917 | #: builtins.c:620
|
|---|
| 1918 | msgid ""
|
|---|
| 1919 | " Display the history list with line numbers. Lines listed with\n"
|
|---|
| 1920 | " with a `*' have been modified. Argument of N says to list only\n"
|
|---|
| 1921 | " the last N lines. The `-c' option causes the history list to be\n"
|
|---|
| 1922 | " cleared by deleting all of the entries. The `-d' option deletes\n"
|
|---|
| 1923 | " the history entry at offset OFFSET. The `-w' option writes out the\n"
|
|---|
| 1924 | " current history to the history file; `-r' means to read the file and\n"
|
|---|
| 1925 | " append the contents to the history list instead. `-a' means\n"
|
|---|
| 1926 | " to append history lines from this session to the history file.\n"
|
|---|
| 1927 | " Argument `-n' means to read all history lines not already read\n"
|
|---|
| 1928 | " from the history file and append them to the history list.\n"
|
|---|
| 1929 | " \n"
|
|---|
| 1930 | " If FILENAME is given, then that is used as the history file else\n"
|
|---|
| 1931 | " if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
|
|---|
| 1932 | " If the -s option is supplied, the non-option ARGs are appended to\n"
|
|---|
| 1933 | " the history list as a single entry. The -p option means to perform\n"
|
|---|
| 1934 | " history expansion on each ARG and display the result, without storing\n"
|
|---|
| 1935 | " anything in the history list.\n"
|
|---|
| 1936 | " \n"
|
|---|
| 1937 | " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
|
|---|
| 1938 | " as a format string for strftime(3) to print the time stamp associated\n"
|
|---|
| 1939 | " with each displayed history entry. No time stamps are printed otherwise."
|
|---|
| 1940 | msgstr ""
|
|---|
| 1941 | " Показване на списъка на историята с номера на ред. Редовете, които са\n"
|
|---|
| 1942 | " отбелязани със знака „*“, са били променени. Аргументът N указва да се\n"
|
|---|
| 1943 | " извеждат само N на брой реда. Опцията „-c“ предизвиква изчистването на\n"
|
|---|
| 1944 | " списъка като се изтриват всички елементи от него. Опцията „-d“ изтрива\n"
|
|---|
| 1945 | " елемента в историята намиращ се посочената ПОЗИЦИЯ. Опцията „-w“ записва\n"
|
|---|
| 1946 | " текущата история във файла за историята. Опцията „-r“ означава същият файл\n"
|
|---|
| 1947 | " да се прочете, а съдържанието му да се добави към историята. Опцията „-a“\n"
|
|---|
| 1948 | " добавя историята от текущата сесия към файла с историята. Опцията „-n“\n"
|
|---|
| 1949 | " предизвиква всички редове от файла с историята, които все още не са\n"
|
|---|
| 1950 | " прочетени от файла с историята, да се прочетат и добавят към текущата\n"
|
|---|
| 1951 | " история на командите.\n"
|
|---|
| 1952 | " \n"
|
|---|
| 1953 | " Ако аргументът ИМЕ_НА_ФАЙЛ е зададен, той се използва като файл за\n"
|
|---|
| 1954 | " историята. Ако той липсва, се използва файлът сочен в променливата на\n"
|
|---|
| 1955 | " средата $HISTFILE. В противен случай се ползва „~/.bash_history“. Ако е\n"
|
|---|
| 1956 | " зададена опцията „-s“, аргументите, които не са опции се добавят като един\n"
|
|---|
| 1957 | " елемент към файла с историята. Опцията „-p“ означава да се извърши\n"
|
|---|
| 1958 | " историческо заместване за всеки АРГУМЕНТ, а резултатът да се изведе, без\n"
|
|---|
| 1959 | " нищо да се записва в историята на командите.\n"
|
|---|
| 1960 | " \n"
|
|---|
| 1961 | " Ако променливата $HISTTIMEFORMAT е зададена и не е „null“, стойността й се\n"
|
|---|
| 1962 | " използва като форматиращия низ за функцията „strftime“, за да се отбелязва\n"
|
|---|
| 1963 | " времето свързано с всеки елемент от историята. В противен случай времето не\n"
|
|---|
| 1964 | " се записва."
|
|---|
| 1965 |
|
|---|
| 1966 | #: builtins.c:648
|
|---|
| 1967 | msgid ""
|
|---|
| 1968 | " Lists the active jobs. The -l option lists process id's in addition\n"
|
|---|
| 1969 | " to the normal information; the -p option lists process id's only.\n"
|
|---|
| 1970 | " If -n is given, only processes that have changed status since the last\n"
|
|---|
| 1971 | " notification are printed. JOBSPEC restricts output to that job. The\n"
|
|---|
| 1972 | " -r and -s options restrict output to running and stopped jobs only,\n"
|
|---|
| 1973 | " respectively. Without options, the status of all active jobs is\n"
|
|---|
| 1974 | " printed. If -x is given, COMMAND is run after all job specifications\n"
|
|---|
| 1975 | " that appear in ARGS have been replaced with the process ID of that "
|
|---|
| 1976 | "job's\n"
|
|---|
| 1977 | " process group leader."
|
|---|
| 1978 | msgstr ""
|
|---|
| 1979 |
|
|---|
| 1980 | #: builtins.c:664
|
|---|
| 1981 | msgid ""
|
|---|
| 1982 | " By default, removes each JOBSPEC argument from the table of active jobs.\n"
|
|---|
| 1983 | " If the -h option is given, the job is not removed from the table, but "
|
|---|
| 1984 | "is\n"
|
|---|
| 1985 | " marked so that SIGHUP is not sent to the job if the shell receives a\n"
|
|---|
| 1986 | " SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove "
|
|---|
| 1987 | "all\n"
|
|---|
| 1988 | " jobs from the job table; the -r option means to remove only running jobs."
|
|---|
| 1989 | msgstr ""
|
|---|
| 1990 |
|
|---|
| 1991 | #: builtins.c:675
|
|---|
| 1992 | msgid ""
|
|---|
| 1993 | " Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n"
|
|---|
| 1994 | " SIGSPEC is not present, then SIGTERM is assumed. An argument of `-l'\n"
|
|---|
| 1995 | " lists the signal names; if arguments follow `-l' they are assumed to\n"
|
|---|
| 1996 | " be signal numbers for which names should be listed. Kill is a shell\n"
|
|---|
| 1997 | " builtin for two reasons: it allows job IDs to be used instead of\n"
|
|---|
| 1998 | " process IDs, and, if you have reached the limit on processes that\n"
|
|---|
| 1999 | " you can create, you don't have to start a process to kill another one."
|
|---|
| 2000 | msgstr ""
|
|---|
| 2001 | " Изпращане на сигнала SIGSPEC на процеса с идендификатор ИдП (или ЗАДАЧА).\n"
|
|---|
| 2002 | " Ако сигналът SIGSPEC не съществува, се използва SIGTERM is assumed.\n"
|
|---|
| 2003 | " Опцията „-l“ изброява имената на сигналите. Ако към нея са добавени\n"
|
|---|
| 2004 | " аргументи, те се интерпретрат като номера на сигналите чиито имена\n"
|
|---|
| 2005 | " да се изброят. „Kill“ е команда вградена в обвивката поради две\n"
|
|---|
| 2006 | " причини: позволява да се използват и идентификатори на задачи освен\n"
|
|---|
| 2007 | " идентификатори на процеси, а и ако сте пуснали максимално разрешения\n"
|
|---|
| 2008 | " за вас брой процеси, няма да ви се налага да пуснете още един процес,\n"
|
|---|
| 2009 | " за да убиете друг."
|
|---|
| 2010 |
|
|---|
| 2011 | #: builtins.c:687
|
|---|
| 2012 | msgid ""
|
|---|
| 2013 | " Each ARG is an arithmetic expression to be evaluated. Evaluation\n"
|
|---|
| 2014 | " is done in fixed-width integers with no check for overflow, though\n"
|
|---|
| 2015 | " division by 0 is trapped and flagged as an error. The following\n"
|
|---|
| 2016 | " list of operators is grouped into levels of equal-precedence operators.\n"
|
|---|
| 2017 | " The levels are listed in order of decreasing precedence.\n"
|
|---|
| 2018 | " \n"
|
|---|
| 2019 | " \tid++, id--\tvariable post-increment, post-decrement\n"
|
|---|
| 2020 | " \t++id, --id\tvariable pre-increment, pre-decrement\n"
|
|---|
| 2021 | " \t-, +\t\tunary minus, plus\n"
|
|---|
| 2022 | " \t!, ~\t\tlogical and bitwise negation\n"
|
|---|
| 2023 | " \t**\t\texponentiation\n"
|
|---|
| 2024 | " \t*, /, %\t\tmultiplication, division, remainder\n"
|
|---|
| 2025 | " \t+, -\t\taddition, subtraction\n"
|
|---|
| 2026 | " \t<<, >>\t\tleft and right bitwise shifts\n"
|
|---|
| 2027 | " \t<=, >=, <, >\tcomparison\n"
|
|---|
| 2028 | " \t==, !=\t\tequality, inequality\n"
|
|---|
| 2029 | " \t&\t\tbitwise AND\n"
|
|---|
| 2030 | " \t^\t\tbitwise XOR\n"
|
|---|
| 2031 | " \t|\t\tbitwise OR\n"
|
|---|
| 2032 | " \t&&\t\tlogical AND\n"
|
|---|
| 2033 | " \t||\t\tlogical OR\n"
|
|---|
| 2034 | " \texpr ? expr : expr\n"
|
|---|
| 2035 | " \t\t\tconditional operator\n"
|
|---|
| 2036 | " \t=, *=, /=, %=,\n"
|
|---|
| 2037 | " \t+=, -=, <<=, >>=,\n"
|
|---|
| 2038 | " \t&=, ^=, |=\tassignment\n"
|
|---|
| 2039 | " \n"
|
|---|
| 2040 | " Shell variables are allowed as operands. The name of the variable\n"
|
|---|
| 2041 | " is replaced by its value (coerced to a fixed-width integer) within\n"
|
|---|
| 2042 | " an expression. The variable need not have its integer attribute\n"
|
|---|
| 2043 | " turned on to be used in an expression.\n"
|
|---|
| 2044 | " \n"
|
|---|
| 2045 | " Operators are evaluated in order of precedence. Sub-expressions in\n"
|
|---|
| 2046 | " parentheses are evaluated first and may override the precedence\n"
|
|---|
| 2047 | " rules above.\n"
|
|---|
| 2048 | " \n"
|
|---|
| 2049 | " If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
|
|---|
| 2050 | " otherwise."
|
|---|
| 2051 | msgstr ""
|
|---|
| 2052 | " Всеки аргумент е аритметичен израз, който се бъде изчислен. Изчисленията\n"
|
|---|
| 2053 | " се извършват в аритметика с целочислени стойости с постоянна широчина\n"
|
|---|
| 2054 | " без проверка за препълване. Делението на 0 се прихваща и се отбелязва\n"
|
|---|
| 2055 | " грешка. Следващият списък на оператори е разделен на групи според\n"
|
|---|
| 2056 | " приоритета на операциите. Подредбата е с намаляващ приоритет.\n"
|
|---|
| 2057 | " \n"
|
|---|
| 2058 | " id++, id-- последващо увеличаване/намаляване на променлива\n"
|
|---|
| 2059 | " ++id, --id предварително увеличаване/намаляване на променлива\n"
|
|---|
| 2060 | " -, + унарни минус, плюс\n"
|
|---|
| 2061 | " !, ~ логическо и побитово отрицания\n"
|
|---|
| 2062 | " ** вдигане на степен\n"
|
|---|
| 2063 | " *, /, % умножение, деление, целочислен остатък\n"
|
|---|
| 2064 | " +, - събиране, изваждане\n"
|
|---|
| 2065 | " <<, >> побитово местене наляво и надясно\n"
|
|---|
| 2066 | " <=, >=, <, > сравнение\n"
|
|---|
| 2067 | " ==, != равно, различно\n"
|
|---|
| 2068 | " & побитово И\n"
|
|---|
| 2069 | " ^ побитово ИЛИ, ИЛИ\n"
|
|---|
| 2070 | " | побитово ИЛИ\n"
|
|---|
| 2071 | " && логическо И\n"
|
|---|
| 2072 | " || логическо ИЛИ\n"
|
|---|
| 2073 | " expr ? expr : expr\n"
|
|---|
| 2074 | " условен оператор\n"
|
|---|
| 2075 | " =, *=, /=, %=,\n"
|
|---|
| 2076 | " +=, -=, <<=, >>=,\n"
|
|---|
| 2077 | " &=, ^=, |= присвояване\n"
|
|---|
| 2078 | " \n"
|
|---|
| 2079 | " Разрешено е ползването на промнливи на обвивката като операнди.\n"
|
|---|
| 2080 | " Името на променлива се замества с нейната стойност (която се\n"
|
|---|
| 2081 | " преобразува до цяло число с постоянна широчина) в израза. Не\n"
|
|---|
| 2082 | " е необходимо за променливата да е с атибут за целочисленост, за\n"
|
|---|
| 2083 | " да се използва в израз.\n"
|
|---|
| 2084 | " \n"
|
|---|
| 2085 | " Операторите се изчисляват по приоритет. Подизразите в скоби се\n"
|
|---|
| 2086 | " изчисляват първи и могат да променят приоритета.\n"
|
|---|
| 2087 | " \n"
|
|---|
| 2088 | " Ако последният АРГУМЕНТ се изичлава като 0, „let“ връща 1. В\n"
|
|---|
| 2089 | " противен случай - връща 0."
|
|---|
| 2090 |
|
|---|
| 2091 | #: builtins.c:730
|
|---|
| 2092 | msgid ""
|
|---|
| 2093 | " One line is read from the standard input, or from file descriptor FD if "
|
|---|
| 2094 | "the\n"
|
|---|
| 2095 | " -u option is supplied, and the first word is assigned to the first "
|
|---|
| 2096 | "NAME,\n"
|
|---|
| 2097 | " the second word to the second NAME, and so on, with leftover words "
|
|---|
| 2098 | "assigned\n"
|
|---|
| 2099 | " to the last NAME. Only the characters found in $IFS are recognized as "
|
|---|
| 2100 | "word\n"
|
|---|
| 2101 | " delimiters. If no NAMEs are supplied, the line read is stored in the "
|
|---|
| 2102 | "REPLY\n"
|
|---|
| 2103 | " variable. If the -r option is given, this signifies `raw' input, and\n"
|
|---|
| 2104 | " backslash escaping is disabled. The -d option causes read to continue\n"
|
|---|
| 2105 | " until the first character of DELIM is read, rather than newline. If the "
|
|---|
| 2106 | "-p\n"
|
|---|
| 2107 | " option is supplied, the string PROMPT is output without a trailing "
|
|---|
| 2108 | "newline\n"
|
|---|
| 2109 | " before attempting to read. If -a is supplied, the words read are "
|
|---|
| 2110 | "assigned\n"
|
|---|
| 2111 | " to sequential indices of ARRAY, starting at zero. If -e is supplied "
|
|---|
| 2112 | "and\n"
|
|---|
| 2113 | " the shell is interactive, readline is used to obtain the line. If -n "
|
|---|
| 2114 | "is\n"
|
|---|
| 2115 | " supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
|
|---|
| 2116 | " characters have been read. The -s option causes input coming from a\n"
|
|---|
| 2117 | " terminal to not be echoed.\n"
|
|---|
| 2118 | " \n"
|
|---|
| 2119 | " The -t option causes read to time out and return failure if a complete "
|
|---|
| 2120 | "line\n"
|
|---|
| 2121 | " of input is not read within TIMEOUT seconds. If the TMOUT variable is "
|
|---|
| 2122 | "set,\n"
|
|---|
| 2123 | " its value is the default timeout. The return code is zero, unless end-"
|
|---|
| 2124 | "of-file\n"
|
|---|
| 2125 | " is encountered, read times out, or an invalid file descriptor is "
|
|---|
| 2126 | "supplied as\n"
|
|---|
| 2127 | " the argument to -u."
|
|---|
| 2128 | msgstr ""
|
|---|
| 2129 |
|
|---|
| 2130 | #: builtins.c:756
|
|---|
| 2131 | msgid ""
|
|---|
| 2132 | " Causes a function to exit with the return value specified by N. If N\n"
|
|---|
| 2133 | " is omitted, the return status is that of the last command."
|
|---|
| 2134 | msgstr ""
|
|---|
| 2135 |
|
|---|
| 2136 | #: builtins.c:763
|
|---|
| 2137 | msgid ""
|
|---|
| 2138 | " -a Mark variables which are modified or created for export.\n"
|
|---|
| 2139 | " -b Notify of job termination immediately.\n"
|
|---|
| 2140 | " -e Exit immediately if a command exits with a non-zero status.\n"
|
|---|
| 2141 | " -f Disable file name generation (globbing).\n"
|
|---|
| 2142 | " -h Remember the location of commands as they are looked up.\n"
|
|---|
| 2143 | " -k All assignment arguments are placed in the environment for a\n"
|
|---|
| 2144 | " command, not just those that precede the command name.\n"
|
|---|
| 2145 | " -m Job control is enabled.\n"
|
|---|
| 2146 | " -n Read commands but do not execute them.\n"
|
|---|
| 2147 | " -o option-name\n"
|
|---|
| 2148 | " Set the variable corresponding to option-name:\n"
|
|---|
| 2149 | " allexport same as -a\n"
|
|---|
| 2150 | " braceexpand same as -B\n"
|
|---|
| 2151 | " emacs use an emacs-style line editing interface\n"
|
|---|
| 2152 | " errexit same as -e\n"
|
|---|
| 2153 | " errtrace same as -E\n"
|
|---|
| 2154 | " functrace same as -T\n"
|
|---|
| 2155 | " hashall same as -h\n"
|
|---|
| 2156 | " histexpand same as -H\n"
|
|---|
| 2157 | " history enable command history\n"
|
|---|
| 2158 | " ignoreeof the shell will not exit upon reading EOF\n"
|
|---|
| 2159 | " interactive-comments\n"
|
|---|
| 2160 | " allow comments to appear in interactive "
|
|---|
| 2161 | "commands\n"
|
|---|
| 2162 | " keyword same as -k\n"
|
|---|
| 2163 | " monitor same as -m\n"
|
|---|
| 2164 | " noclobber same as -C\n"
|
|---|
| 2165 | " noexec same as -n\n"
|
|---|
| 2166 | " noglob same as -f\n"
|
|---|
| 2167 | " nolog currently accepted but ignored\n"
|
|---|
| 2168 | " notify same as -b\n"
|
|---|
| 2169 | " nounset same as -u\n"
|
|---|
| 2170 | " onecmd same as -t\n"
|
|---|
| 2171 | " physical same as -P\n"
|
|---|
| 2172 | " pipefail the return value of a pipeline is the status "
|
|---|
| 2173 | "of\n"
|
|---|
| 2174 | " the last command to exit with a non-zero "
|
|---|
| 2175 | "status,\n"
|
|---|
| 2176 | " or zero if no command exited with a non-zero "
|
|---|
| 2177 | "status\n"
|
|---|
| 2178 | " posix change the behavior of bash where the default\n"
|
|---|
| 2179 | " operation differs from the 1003.2 standard to\n"
|
|---|
| 2180 | " match the standard\n"
|
|---|
| 2181 | " privileged same as -p\n"
|
|---|
| 2182 | " verbose same as -v\n"
|
|---|
| 2183 | " vi use a vi-style line editing interface\n"
|
|---|
| 2184 | " xtrace same as -x\n"
|
|---|
| 2185 | " -p Turned on whenever the real and effective user ids do not "
|
|---|
| 2186 | "match.\n"
|
|---|
| 2187 | " Disables processing of the $ENV file and importing of shell\n"
|
|---|
| 2188 | " functions. Turning this option off causes the effective uid "
|
|---|
| 2189 | "and\n"
|
|---|
| 2190 | " gid to be set to the real uid and gid.\n"
|
|---|
| 2191 | " -t Exit after reading and executing one command.\n"
|
|---|
| 2192 | " -u Treat unset variables as an error when substituting.\n"
|
|---|
| 2193 | " -v Print shell input lines as they are read.\n"
|
|---|
| 2194 | " -x Print commands and their arguments as they are executed.\n"
|
|---|
| 2195 | " -B the shell will perform brace expansion\n"
|
|---|
| 2196 | " -C If set, disallow existing regular files to be overwritten\n"
|
|---|
| 2197 | " by redirection of output.\n"
|
|---|
| 2198 | " -E If set, the ERR trap is inherited by shell functions.\n"
|
|---|
| 2199 | " -H Enable ! style history substitution. This flag is on\n"
|
|---|
| 2200 | " by default when the shell is interactive.\n"
|
|---|
| 2201 | " -P If set, do not follow symbolic links when executing commands\n"
|
|---|
| 2202 | " such as cd which change the current directory.\n"
|
|---|
| 2203 | " -T If set, the DEBUG trap is inherited by shell functions.\n"
|
|---|
| 2204 | " - Assign any remaining arguments to the positional parameters.\n"
|
|---|
| 2205 | " The -x and -v options are turned off.\n"
|
|---|
| 2206 | " \n"
|
|---|
| 2207 | " Using + rather than - causes these flags to be turned off. The\n"
|
|---|
| 2208 | " flags can also be used upon invocation of the shell. The current\n"
|
|---|
| 2209 | " set of flags may be found in $-. The remaining n ARGs are positional\n"
|
|---|
| 2210 | " parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
|
|---|
| 2211 | " ARGs are given, all shell variables are printed."
|
|---|
| 2212 | msgstr ""
|
|---|
| 2213 |
|
|---|
| 2214 | #: builtins.c:836
|
|---|
| 2215 | msgid ""
|
|---|
| 2216 | " For each NAME, remove the corresponding variable or function. Given\n"
|
|---|
| 2217 | " the `-v', unset will only act on variables. Given the `-f' flag,\n"
|
|---|
| 2218 | " unset will only act on functions. With neither flag, unset first\n"
|
|---|
| 2219 | " tries to unset a variable, and if that fails, then tries to unset a\n"
|
|---|
| 2220 | " function. Some variables cannot be unset; also see readonly."
|
|---|
| 2221 | msgstr ""
|
|---|
| 2222 |
|
|---|
| 2223 | #: builtins.c:846
|
|---|
| 2224 | msgid ""
|
|---|
| 2225 | " NAMEs are marked for automatic export to the environment of\n"
|
|---|
| 2226 | " subsequently executed commands. If the -f option is given,\n"
|
|---|
| 2227 | " the NAMEs refer to functions. If no NAMEs are given, or if `-p'\n"
|
|---|
| 2228 | " is given, a list of all names that are exported in this shell is\n"
|
|---|
| 2229 | " printed. An argument of `-n' says to remove the export property\n"
|
|---|
| 2230 | " from subsequent NAMEs. An argument of `--' disables further option\n"
|
|---|
| 2231 | " processing."
|
|---|
| 2232 | msgstr ""
|
|---|
| 2233 |
|
|---|
| 2234 | #: builtins.c:858
|
|---|
| 2235 | msgid ""
|
|---|
| 2236 | " The given NAMEs are marked readonly and the values of these NAMEs may\n"
|
|---|
| 2237 | " not be changed by subsequent assignment. If the -f option is given,\n"
|
|---|
| 2238 | " then functions corresponding to the NAMEs are so marked. If no\n"
|
|---|
| 2239 | " arguments are given, or if `-p' is given, a list of all readonly names\n"
|
|---|
| 2240 | " is printed. The `-a' option means to treat each NAME as\n"
|
|---|
| 2241 | " an array variable. An argument of `--' disables further option\n"
|
|---|
| 2242 | " processing."
|
|---|
| 2243 | msgstr ""
|
|---|
| 2244 |
|
|---|
| 2245 | #: builtins.c:870
|
|---|
| 2246 | msgid ""
|
|---|
| 2247 | " The positional parameters from $N+1 ... are renamed to $1 ... If N is\n"
|
|---|
| 2248 | " not given, it is assumed to be 1."
|
|---|
| 2249 | msgstr ""
|
|---|
| 2250 | " Позициционните параметри от $N+1 и нагоре съответно се преименуват на $1 и\n"
|
|---|
| 2251 | " нагоре. Ако N не е зададен, приема се, че е 1. not given, it is assumed to be 1."
|
|---|
| 2252 |
|
|---|
| 2253 | #: builtins.c:877 builtins.c:886
|
|---|
| 2254 | msgid ""
|
|---|
| 2255 | " Read and execute commands from FILENAME and return. The pathnames\n"
|
|---|
| 2256 | " in $PATH are used to find the directory containing FILENAME. If any\n"
|
|---|
| 2257 | " ARGUMENTS are supplied, they become the positional parameters when\n"
|
|---|
| 2258 | " FILENAME is executed."
|
|---|
| 2259 | msgstr ""
|
|---|
| 2260 | " Изчитане и изпълнение на командите от ФАЙЛа и изход. Директориите описани в\n"
|
|---|
| 2261 | " пременливата PATH се използват за изпълнението на комадите от ФАЙЛа. Ако\n"
|
|---|
| 2262 | " са зададени АРГУМЕНТИ, те се превръщат в позиционни параметри при\n"
|
|---|
| 2263 | " изпълнението на ФАЙЛа."
|
|---|
| 2264 |
|
|---|
| 2265 | #: builtins.c:896
|
|---|
| 2266 | msgid ""
|
|---|
| 2267 | " Suspend the execution of this shell until it receives a SIGCONT\n"
|
|---|
| 2268 | " signal. The `-f' if specified says not to complain about this\n"
|
|---|
| 2269 | " being a login shell if it is; just suspend anyway."
|
|---|
| 2270 | msgstr ""
|
|---|
| 2271 | " Временно спиране на изпълнението на текущата обвивка до получаването на сигнала\n"
|
|---|
| 2272 | " „SIGCONT“. Ако е зададена опцията „-f“, се подтиска предупреждението, че\n"
|
|---|
| 2273 | " това е входна обвивка, изпълнението й просто се спира."
|
|---|
| 2274 |
|
|---|
| 2275 | #: builtins.c:905
|
|---|
| 2276 | msgid ""
|
|---|
| 2277 | " Exits with a status of 0 (true) or 1 (false) depending on\n"
|
|---|
| 2278 | " the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
|
|---|
| 2279 | " expressions are often used to examine the status of a file. There\n"
|
|---|
| 2280 | " are string operators as well, and numeric comparison operators.\n"
|
|---|
| 2281 | " \n"
|
|---|
| 2282 | " File operators:\n"
|
|---|
| 2283 | " \n"
|
|---|
| 2284 | " -a FILE True if file exists.\n"
|
|---|
| 2285 | " -b FILE True if file is block special.\n"
|
|---|
| 2286 | " -c FILE True if file is character special.\n"
|
|---|
| 2287 | " -d FILE True if file is a directory.\n"
|
|---|
| 2288 | " -e FILE True if file exists.\n"
|
|---|
| 2289 | " -f FILE True if file exists and is a regular file.\n"
|
|---|
| 2290 | " -g FILE True if file is set-group-id.\n"
|
|---|
| 2291 | " -h FILE True if file is a symbolic link.\n"
|
|---|
| 2292 | " -L FILE True if file is a symbolic link.\n"
|
|---|
| 2293 | " -k FILE True if file has its `sticky' bit set.\n"
|
|---|
| 2294 | " -p FILE True if file is a named pipe.\n"
|
|---|
| 2295 | " -r FILE True if file is readable by you.\n"
|
|---|
| 2296 | " -s FILE True if file exists and is not empty.\n"
|
|---|
| 2297 | " -S FILE True if file is a socket.\n"
|
|---|
| 2298 | " -t FD True if FD is opened on a terminal.\n"
|
|---|
| 2299 | " -u FILE True if the file is set-user-id.\n"
|
|---|
| 2300 | " -w FILE True if the file is writable by you.\n"
|
|---|
| 2301 | " -x FILE True if the file is executable by you.\n"
|
|---|
| 2302 | " -O FILE True if the file is effectively owned by you.\n"
|
|---|
| 2303 | " -G FILE True if the file is effectively owned by your group.\n"
|
|---|
| 2304 | " -N FILE True if the file has been modified since it was last "
|
|---|
| 2305 | "read.\n"
|
|---|
| 2306 | " \n"
|
|---|
| 2307 | " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
|
|---|
| 2308 | " modification date).\n"
|
|---|
| 2309 | " \n"
|
|---|
| 2310 | " FILE1 -ot FILE2 True if file1 is older than file2.\n"
|
|---|
| 2311 | " \n"
|
|---|
| 2312 | " FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
|
|---|
| 2313 | " \n"
|
|---|
| 2314 | " String operators:\n"
|
|---|
| 2315 | " \n"
|
|---|
| 2316 | " -z STRING True if string is empty.\n"
|
|---|
| 2317 | " \n"
|
|---|
| 2318 | " -n STRING\n"
|
|---|
| 2319 | " STRING True if string is not empty.\n"
|
|---|
| 2320 | " \n"
|
|---|
| 2321 | " STRING1 = STRING2\n"
|
|---|
| 2322 | " True if the strings are equal.\n"
|
|---|
| 2323 | " STRING1 != STRING2\n"
|
|---|
| 2324 | " True if the strings are not equal.\n"
|
|---|
| 2325 | " STRING1 < STRING2\n"
|
|---|
| 2326 | " True if STRING1 sorts before STRING2 "
|
|---|
| 2327 | "lexicographically.\n"
|
|---|
| 2328 | " STRING1 > STRING2\n"
|
|---|
| 2329 | " True if STRING1 sorts after STRING2 "
|
|---|
| 2330 | "lexicographically.\n"
|
|---|
| 2331 | " \n"
|
|---|
| 2332 | " Other operators:\n"
|
|---|
| 2333 | " \n"
|
|---|
| 2334 | " -o OPTION True if the shell option OPTION is enabled.\n"
|
|---|
| 2335 | " ! EXPR True if expr is false.\n"
|
|---|
| 2336 | " EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
|
|---|
| 2337 | " EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
|
|---|
| 2338 | " \n"
|
|---|
| 2339 | " arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
|
|---|
| 2340 | " -lt, -le, -gt, or -ge.\n"
|
|---|
| 2341 | " \n"
|
|---|
| 2342 | " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
|
|---|
| 2343 | " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
|
|---|
| 2344 | " than ARG2."
|
|---|
| 2345 | msgstr ""
|
|---|
| 2346 | " Изход с код 0 (истина) или 1 (лъжа) в зависимост от стойността на ИЗРАЗа.\n"
|
|---|
| 2347 | " Изразите могат да бъдат унарни или бинарни. Унарните най-често се използват\n"
|
|---|
| 2348 | " за проверка на състоянието на файл. Освен тях има и оператори за числови\n"
|
|---|
| 2349 | " сравнения и низови оператори.\n"
|
|---|
| 2350 | " \n"
|
|---|
| 2351 | " Файлови оператори:\n"
|
|---|
| 2352 | " \n"
|
|---|
| 2353 | " -a ФАЙЛ Истина, ако ФАЙЛът съществува.\n"
|
|---|
| 2354 | " -b ФАЙЛ Истина, ако ФАЙЛът е блоково устройство.\n"
|
|---|
| 2355 | " -c ФАЙЛ Истина, ако ФАЙЛът е знаково устройство.\n"
|
|---|
| 2356 | " -d ФАЙЛ Истина, ако ФАЙЛът е директория.\n"
|
|---|
| 2357 | " -e ФАЙЛ Истина, ако ФАЙЛът съществува.\n"
|
|---|
| 2358 | " -f ФАЙЛ Истина, ако ФАЙЛът съществува и е обикновен файл.\n"
|
|---|
| 2359 | " -g ФАЙЛ Истина, ако ФАЙЛът е със зададен бит за смяна на група\n"
|
|---|
| 2360 | " при изпълнение.\n"
|
|---|
| 2361 | " -h ФАЙЛ Истина, ако ФАЙЛът е символна връзка.\n"
|
|---|
| 2362 | " -L ФАЙЛ Истина, ако ФАЙЛът е символна връзка.\n"
|
|---|
| 2363 | " -k ФАЙЛ Истина, ако ФАЙЛът е със зададен лепкав бит.\n"
|
|---|
| 2364 | " -p ФАЙЛ Истина, ако ФАЙЛът е именован програмен канал.\n"
|
|---|
| 2365 | " -r ФАЙЛ Истина, ако ФАЙЛът може да бъде прочетен от вас.\n"
|
|---|
| 2366 | " -s ФАЙЛ Истина, ако ФАЙЛът може да бъде записван от вас.\n"
|
|---|
| 2367 | " -S ФАЙЛ Истина, ако ФАЙЛът е програмно гнездо.\n"
|
|---|
| 2368 | " -t ФДСК Истина, ако Файловият_ДеСКриптор е отворен на терминал.\n"
|
|---|
| 2369 | " -u ФАЙЛ Истина, ако ФАЙЛът е със зададен бит за смяна на потребител\n"
|
|---|
| 2370 | " при изпълнение.\n"
|
|---|
| 2371 | " -w ФАЙЛ Истина, ако ФАЙЛът може да бъде записван от вас.\n"
|
|---|
| 2372 | " -x ФАЙЛ Истина, ако ФАЙЛът може да бъде изпълняван от вас.\n"
|
|---|
| 2373 | " -O ФАЙЛ Истина, ако ФАЙЛът може да бъде ефективно притежаван от вас.\n"
|
|---|
| 2374 | " -G ФАЙЛ Истина, ако ФАЙЛът може да бъде ефективно притежаван от вашата\n"
|
|---|
| 2375 | " група.\n"
|
|---|
| 2376 | " -N ФАЙЛ Истина, ако ФАЙЛът е бил променян от последното му прочитане.\n"
|
|---|
| 2377 | " \n"
|
|---|
| 2378 | " ФАЙЛ_1 -nt ФАЙЛ_2 Истина, ако ФАЙЛ_1 е по-нов от ФАЙЛ_2 (според\n"
|
|---|
| 2379 | " датата на промяна).\n"
|
|---|
| 2380 | " ФАЙЛ_1 -ot ФАЙЛ_2 Истина, ако ФАЙЛ_1 е по-стар от ФАЙЛ_2 (според\n"
|
|---|
| 2381 | " датата на промяна). \n"
|
|---|
| 2382 | " ФАЙЛ_1 -ef ФАЙЛ_2 Истина, ако ФАЙЛ_1 е твърда връзка към ФАЙЛ_2.\n"
|
|---|
| 2383 | " \n"
|
|---|
| 2384 | " Низови оператори:\n"
|
|---|
| 2385 | " \n"
|
|---|
| 2386 | " -z НИЗ Истина, ако НИЗът е празен.\n"
|
|---|
| 2387 | " -n НИЗ Истина, ако НИЗът не е празен.\n"
|
|---|
| 2388 | " НИЗ Истина, ако НИЗът не е празен.\n"
|
|---|
| 2389 | " \n"
|
|---|
| 2390 | " НИЗ_1 = НИЗ_2 Истина, ако низовете са равни.\n"
|
|---|
| 2391 | " НИЗ_1 != НИЗ_2 Истина, ако низовете не са равни.\n"
|
|---|
| 2392 | " НИЗ_1 < НИЗ_2 Истина, ако НИЗ_1 е лексикографски преди НИЗ_2.\n"
|
|---|
| 2393 | " НИЗ_1 > НИЗ_2 Истина, ако НИЗ_1 е лексикографски след НИЗ_2.\n"
|
|---|
| 2394 | " \n"
|
|---|
| 2395 | " Други оператори:\n"
|
|---|
| 2396 | " \n"
|
|---|
| 2397 | " -o ОПЦИЯ Истина, ако ОПЦИЯта на обвивката е зададена.\n"
|
|---|
| 2398 | " ! ИЗРАЗ Истина, ако ИЗРАЗът е лъжа.\n"
|
|---|
| 2399 | " ИЗРАЗ_1 -a ИЗРАЗ_2 Истина, ако и двата ИЗРАЗа са истина.\n"
|
|---|
| 2400 | " ИЗРАЗ_1 -o ИЗРАЗ_2 Истина, ако поне един от ИЗРАЗите е истина.\n"
|
|---|
| 2401 | " \n"
|
|---|
| 2402 | " АРГ_1 ОПЕРАТОР АРГ_2 Аритметични тестове. Те връщат истина, ако се\n"
|
|---|
| 2403 | " изпълнява математическото условие на ОПЕРАТОРа,\n"
|
|---|
| 2404 | " който е един от следните (значението е в скоби):\n"
|
|---|
| 2405 | " „-eq“ (=), „-ne“ (!=), „-lt“ (<),\n"
|
|---|
| 2406 | " „-le“ (<=), „-gt“ (>) , „-ge“ (>=)."
|
|---|
| 2407 |
|
|---|
| 2408 | #: builtins.c:975
|
|---|
| 2409 | msgid ""
|
|---|
| 2410 | " This is a synonym for the \"test\" builtin, but the last\n"
|
|---|
| 2411 | " argument must be a literal `]', to match the opening `['."
|
|---|
| 2412 | msgstr ""
|
|---|
| 2413 | " Това е синоним на вградената команда „test“, но последният аргумент трябва\n"
|
|---|
| 2414 | " задължително да е знакът „]“, който да съответства на отварящата скоба „[“."
|
|---|
| 2415 |
|
|---|
| 2416 | #: builtins.c:982
|
|---|
| 2417 | msgid ""
|
|---|
| 2418 | " Print the accumulated user and system times for processes run from\n"
|
|---|
| 2419 | " the shell."
|
|---|
| 2420 | msgstr ""
|
|---|
| 2421 | " Отпечатване на натрупаното потребителско и системно време за процеси, които са\n"
|
|---|
| 2422 | " стартирани през обвивката."
|
|---|
| 2423 |
|
|---|
| 2424 | #: builtins.c:989
|
|---|
| 2425 | msgid ""
|
|---|
| 2426 | " The command ARG is to be read and executed when the shell receives\n"
|
|---|
| 2427 | " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
|
|---|
| 2428 | " is supplied) or `-', each specified signal is reset to its original\n"
|
|---|
| 2429 | " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
|
|---|
| 2430 | " shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n"
|
|---|
| 2431 | " the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n"
|
|---|
| 2432 | " is DEBUG, ARG is executed after every simple command. If the`-p' "
|
|---|
| 2433 | "option\n"
|
|---|
| 2434 | " is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
|
|---|
| 2435 | " displayed. If no arguments are supplied or if only `-p' is given, trap\n"
|
|---|
| 2436 | " prints the list of commands associated with each signal. Each "
|
|---|
| 2437 | "SIGNAL_SPEC\n"
|
|---|
| 2438 | " is either a signal name in <signal.h> or a signal number. Signal names\n"
|
|---|
| 2439 | " are case insensitive and the SIG prefix is optional. `trap -l' prints\n"
|
|---|
| 2440 | " a list of signal names and their corresponding numbers. Note that a\n"
|
|---|
| 2441 | " signal can be sent to the shell with \"kill -signal $$\"."
|
|---|
| 2442 | msgstr ""
|
|---|
| 2443 | " Командата АРГУМЕНТ ще бъде прочетена и изпълнена, когато обвивката получи\n"
|
|---|
| 2444 | " УКАЗАНия_СИГНАЛ(и). Ако АРГУМЕНТът липсва (и се подава единичен\n"
|
|---|
| 2445 | " УКАЗАН_СИГНАЛ) или е „-“, то всеки УКАЗАН_СИГНАЛ се връща към първоначалната\n"
|
|---|
| 2446 | " си стойност. Ако АРГУМЕНТът е нулевия низ, всеки УКАЗАН_СИГНАЛ се\n"
|
|---|
| 2447 | " пренебрегва от обвивката и командите, които се стартират през нея. Ако\n"
|
|---|
| 2448 | " УКАЗАНият_СИГНАЛ е „EXIT (0)“, то командата АРГУМЕНТ се изпълнява от\n"
|
|---|
| 2449 | " обвивката при изход. Ако УКАЗАНият_СИГНАЛ е „DEBUG“, АРГУМЕНТът се\n"
|
|---|
| 2450 | " изпълнява след всяка проста команда. Ако е дадена опцията „-p“, то\n"
|
|---|
| 2451 | " се извеждат командите свързани с всеки УКАЗАН_СИГНАЛ. Всеки УКАЗАН_СИГНАЛ\n"
|
|---|
| 2452 | " е или име на сигнал от файла „signal.h“ или номер на сигнал. Няма разлика\n"
|
|---|
| 2453 | " между главни и малки букви в имената на сигнали, а представката „SIG“ не е\n"
|
|---|
| 2454 | " задължителна. „trap -l“ отпечатва списъка с имената на сигналите и\n"
|
|---|
| 2455 | " съответстващите им номера. Забележете, че сигнал може да бъде изпратен на\n"
|
|---|
| 2456 | " обвивката с командата „kill -signal $$“."
|
|---|
| 2457 |
|
|---|
| 2458 | #: builtins.c:1008
|
|---|
| 2459 | msgid ""
|
|---|
| 2460 | " For each NAME, indicate how it would be interpreted if used as a\n"
|
|---|
| 2461 | " command name.\n"
|
|---|
| 2462 | " \n"
|
|---|
| 2463 | " If the -t option is used, `type' outputs a single word which is one of\n"
|
|---|
| 2464 | " `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n"
|
|---|
| 2465 | " alias, shell reserved word, shell function, shell builtin, disk file,\n"
|
|---|
| 2466 | " or unfound, respectively.\n"
|
|---|
| 2467 | " \n"
|
|---|
| 2468 | " If the -p flag is used, `type' either returns the name of the disk\n"
|
|---|
| 2469 | " file that would be executed, or nothing if `type -t NAME' would not\n"
|
|---|
| 2470 | " return `file'.\n"
|
|---|
| 2471 | " \n"
|
|---|
| 2472 | " If the -a flag is used, `type' displays all of the places that contain\n"
|
|---|
| 2473 | " an executable named `file'. This includes aliases, builtins, and\n"
|
|---|
| 2474 | " functions, if and only if the -p flag is not also used.\n"
|
|---|
| 2475 | " \n"
|
|---|
| 2476 | " The -f flag suppresses shell function lookup.\n"
|
|---|
| 2477 | " \n"
|
|---|
| 2478 | " The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
|
|---|
| 2479 | " builtin, or function, and returns the name of the disk file that would\n"
|
|---|
| 2480 | " be executed."
|
|---|
| 2481 | msgstr ""
|
|---|
| 2482 | " За всяко ИМЕ се отпечтва как ще се интерпретира, ако се използва за име на\n"
|
|---|
| 2483 | " команда.\n"
|
|---|
| 2484 | " \n"
|
|---|
| 2485 | " Ако се използва опцията „-t“, командата „type“ извежда единствена дума,\n"
|
|---|
| 2486 | " която е някоя от „alias“, „keyword“, „function“, „builtin“, „file“ или „“,\n"
|
|---|
| 2487 | " ако ИМЕто съответно е синоним, запазена дума на обвивката, функция на\n"
|
|---|
| 2488 | " обвивката, вградена команда в обвивката, файл или не е намерено.\n"
|
|---|
| 2489 | " \n"
|
|---|
| 2490 | " Ако се използва опцията „-p“, командата „type“ или извежда името на файла,\n"
|
|---|
| 2491 | " който ще се изпълни, или не извежда в нищо, в случаите, когато „type -t ИМЕ“\n"
|
|---|
| 2492 | " не връща „file“.\n"
|
|---|
| 2493 | " \n"
|
|---|
| 2494 | " Ако се използва опцията „-a“, командата „type“ извежда всички места, които\n"
|
|---|
| 2495 | " съдържат изпълним обект с такова ИМЕ. Това включва синонимите, вградените\n"
|
|---|
| 2496 | " команди и функции, но само ако не се използва и опцията „-p“.\n"
|
|---|
| 2497 | " \n"
|
|---|
| 2498 | " Опцията „-f“ подтиска търсенето във функциите на обвивката.\n"
|
|---|
| 2499 | " \n"
|
|---|
| 2500 | " Опцията „-P“ кара ИМЕто да се търси в пътя PATH, дори ИМЕто да е\n"
|
|---|
| 2501 | " синоним, вградена команда или функция, и да се изведе името на файла, който\n"
|
|---|
| 2502 | " би се изпълнил."
|
|---|
| 2503 |
|
|---|
| 2504 | #: builtins.c:1035
|
|---|
| 2505 | msgid ""
|
|---|
| 2506 | " Ulimit provides control over the resources available to processes\n"
|
|---|
| 2507 | " started by the shell, on systems that allow such control. If an\n"
|
|---|
| 2508 | " option is given, it is interpreted as follows:\n"
|
|---|
| 2509 | " \n"
|
|---|
| 2510 | " -S\tuse the `soft' resource limit\n"
|
|---|
| 2511 | " -H\tuse the `hard' resource limit\n"
|
|---|
| 2512 | " -a\tall current limits are reported\n"
|
|---|
| 2513 | " -c\tthe maximum size of core files created\n"
|
|---|
| 2514 | " -d\tthe maximum size of a process's data segment\n"
|
|---|
| 2515 | " -f\tthe maximum size of files created by the shell\n"
|
|---|
| 2516 | " -i the maximum number of pending signals\n"
|
|---|
| 2517 | " -l\tthe maximum size a process may lock into memory\n"
|
|---|
| 2518 | " -m\tthe maximum resident set size\n"
|
|---|
| 2519 | " -n\tthe maximum number of open file descriptors\n"
|
|---|
| 2520 | " -p\tthe pipe buffer size\n"
|
|---|
| 2521 | " -q the maximum number of bytes in POSIX message queues\n"
|
|---|
| 2522 | " -s\tthe maximum stack size\n"
|
|---|
| 2523 | " -t\tthe maximum amount of cpu time in seconds\n"
|
|---|
| 2524 | " -u\tthe maximum number of user processes\n"
|
|---|
| 2525 | " -v\tthe size of virtual memory\n"
|
|---|
| 2526 | " -x the maximum number of file locks\n"
|
|---|
| 2527 | " \n"
|
|---|
| 2528 | " If LIMIT is given, it is the new value of the specified resource;\n"
|
|---|
| 2529 | " the special LIMIT values `soft', `hard', and `unlimited' stand for\n"
|
|---|
| 2530 | " the current soft limit, the current hard limit, and no limit, "
|
|---|
| 2531 | "respectively.\n"
|
|---|
| 2532 | " Otherwise, the current value of the specified resource is printed.\n"
|
|---|
| 2533 | " If no option is given, then -f is assumed. Values are in 1024-byte\n"
|
|---|
| 2534 | " increments, except for -t, which is in seconds, -p, which is in\n"
|
|---|
| 2535 | " increments of 512 bytes, and -u, which is an unscaled number of\n"
|
|---|
| 2536 | " processes."
|
|---|
| 2537 | msgstr ""
|
|---|
| 2538 | " ulimit осъществява контрол върху ресурсите, които са достъпни на процесите\n"
|
|---|
| 2539 | " стартирани през обвивката върху системите, които поддържат такова\n"
|
|---|
| 2540 | " управление. Ако са зададени опции, те означават следното:\n"
|
|---|
| 2541 | " \n"
|
|---|
| 2542 | " -S използване на „мекото“ ограничение на ресурс\n"
|
|---|
| 2543 | " -H използване на „твърдото“ ограничение на ресурс\n"
|
|---|
| 2544 | " -a извеждат се всички текущи ограничения\n"
|
|---|
| 2545 | " -c максималният размер на създадените файлове със съдържание на\n"
|
|---|
| 2546 | " паметта (core)\n"
|
|---|
| 2547 | " -d максималният размер на сегмента на процес за данни\n"
|
|---|
| 2548 | " -f максималният размер на файловете създадени от обвивката\n"
|
|---|
| 2549 | " -i максималният брой на изчакващите сигнали\n"
|
|---|
| 2550 | " -l максималният размер памет, която процес може да заключи\n"
|
|---|
| 2551 | " -m максималният постоянно зареден в паметта сегмент\n"
|
|---|
| 2552 | " -n максималният брой дескриптори на отворени файлове\n"
|
|---|
| 2553 | " -p размер на буфера за конвейери\n"
|
|---|
| 2554 | " -q максималният брой байтове в опашките за съобщения по POSIX\n"
|
|---|
| 2555 | " -s максималният размер на стека\n"
|
|---|
| 2556 | " -t максималото процесорно време в секунди\n"
|
|---|
| 2557 | " -u максималният брой потребителски процеси\n"
|
|---|
| 2558 | " -v размерът на виртуалната памет\n"
|
|---|
| 2559 | " -x максималният брой заключвания на файлове\n"
|
|---|
| 2560 | " \n"
|
|---|
| 2561 | " Ако е зададено ОГРАНИЧЕНИЕ, то това е новата стойност на указания ресурс.\n"
|
|---|
| 2562 | " Специалните стойности „soft“, „hard“ и „unlimited“ означават текущите мекo,\n"
|
|---|
| 2563 | " твърдо и никакво ограничение съответно. В противен случай се извежда\n"
|
|---|
| 2564 | " текущата стойност на указания ресурс. Стойностите са в блокове от по 1024\n"
|
|---|
| 2565 | " байта, с изключение на:\n"
|
|---|
| 2566 | " - опцията „-p“, при която блоковете са от по 512 байта;\n"
|
|---|
| 2567 | " - опцията „-t“, при която стойността е в секунди;\n"
|
|---|
| 2568 | " - опцията „-u“, при която стойността е точният брой процеси."
|
|---|
| 2569 |
|
|---|
| 2570 | #: builtins.c:1071
|
|---|
| 2571 | msgid ""
|
|---|
| 2572 | " The user file-creation mask is set to MODE. If MODE is omitted, or if\n"
|
|---|
| 2573 | " `-S' is supplied, the current value of the mask is printed. The `-S'\n"
|
|---|
| 2574 | " option makes the output symbolic; otherwise an octal number is output.\n"
|
|---|
| 2575 | " If `-p' is supplied, and MODE is omitted, the output is in a form\n"
|
|---|
| 2576 | " that may be used as input. If MODE begins with a digit, it is\n"
|
|---|
| 2577 | " interpreted as an octal number, otherwise it is a symbolic mode string\n"
|
|---|
| 2578 | " like that accepted by chmod(1)."
|
|---|
| 2579 | msgstr ""
|
|---|
| 2580 | " Маската за създадените от потребителя файлове е зададена да е РЕЖИМ. Ако той\n"
|
|---|
| 2581 | " е пропуснат или е дадена оцията „-S“, отпечатва се текущата стойност на\n"
|
|---|
| 2582 | " маската. Опцията „-S“ води до описателен изход, в противен случай се\n"
|
|---|
| 2583 | " отпечатва число в осмична бройна система. Ако е дадена опцията „-p“, а\n"
|
|---|
| 2584 | " режимът е пропуснат, изходът може да се използва като вход. Ако РЕЖИМът\n"
|
|---|
| 2585 | " започва с чифра, то той се интерпретира като осмично число, в противен\n"
|
|---|
| 2586 | " случай е описателен низ, който се приема от командата chmod."
|
|---|
| 2587 |
|
|---|
| 2588 | #: builtins.c:1084
|
|---|
| 2589 | msgid ""
|
|---|
| 2590 | " Wait for the specified process and report its termination status. If\n"
|
|---|
| 2591 | " N is not given, all currently active child processes are waited for,\n"
|
|---|
| 2592 | " and the return code is zero. N may be a process ID or a job\n"
|
|---|
| 2593 | " specification; if a job spec is given, all processes in the job's\n"
|
|---|
| 2594 | " pipeline are waited for."
|
|---|
| 2595 | msgstr ""
|
|---|
| 2596 | " Изчакване на указания процес и докладване за изходния код. Ако не е зададен N,\n"
|
|---|
| 2597 | " всички текущо активни дъщерни процеси се изчакват и изходният код е 0. N\n"
|
|---|
| 2598 | " може да е идентификатор на процес или задача. Ако е задача, изчакват се\n"
|
|---|
| 2599 | " всички процеси в програмния канал на задачата."
|
|---|
| 2600 |
|
|---|
| 2601 | #: builtins.c:1096
|
|---|
| 2602 | msgid ""
|
|---|
| 2603 | " Wait for the specified process and report its termination status. If\n"
|
|---|
| 2604 | " N is not given, all currently active child processes are waited for,\n"
|
|---|
| 2605 | " and the return code is zero. N is a process ID; if it is not given,\n"
|
|---|
| 2606 | " all child processes of the shell are waited for."
|
|---|
| 2607 | msgstr ""
|
|---|
| 2608 | " Изчакване на указания процес и докладване за изходния код. Ако не е зададен N,\n"
|
|---|
| 2609 | " всички текущо активни дъщерни процеси се изчакват и изходният код е 0. N\n"
|
|---|
| 2610 | " е идентификатор на процес. Ако не е задача, изчакват се всички процеси в\n"
|
|---|
| 2611 | " програмния канал на задачата."
|
|---|
| 2612 |
|
|---|
| 2613 | #: builtins.c:1106
|
|---|
| 2614 | msgid ""
|
|---|
| 2615 | " The `for' loop executes a sequence of commands for each member in a\n"
|
|---|
| 2616 | " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
|
|---|
| 2617 | " assumed. For each element in WORDS, NAME is set to that element, and\n"
|
|---|
| 2618 | " the COMMANDS are executed."
|
|---|
| 2619 | msgstr ""
|
|---|
| 2620 | " Цикълът „for“ изпълнява последователност от команди за всеки член в списък от\n"
|
|---|
| 2621 | " елементи. Ако блокът „в ДУМИ ...“ не присъства, използва се „in \"$@\"“. За\n"
|
|---|
| 2622 | " всеки елемент в ДУМИте, ИМЕто се задава да е елементът и се изпълняват\n"
|
|---|
| 2623 | " КОМАНДИте."
|
|---|
| 2624 |
|
|---|
| 2625 | #: builtins.c:1115
|
|---|
| 2626 | msgid ""
|
|---|
| 2627 | " Equivalent to\n"
|
|---|
| 2628 | " \t(( EXP1 ))\n"
|
|---|
| 2629 | " \twhile (( EXP2 )); do\n"
|
|---|
| 2630 | " \t\tCOMMANDS\n"
|
|---|
| 2631 | " \t\t(( EXP3 ))\n"
|
|---|
| 2632 | " \tdone\n"
|
|---|
| 2633 | " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
|
|---|
| 2634 | " omitted, it behaves as if it evaluates to 1."
|
|---|
| 2635 | msgstr ""
|
|---|
| 2636 | " Еквивалентно на:\n"
|
|---|
| 2637 | " (( ИЗРАЗ_1 ))\n"
|
|---|
| 2638 | " while (( ИЗРАЗ_2 )); do\n"
|
|---|
| 2639 | " КОМАНДИ\n"
|
|---|
| 2640 | " (( EXP_3 ))\n"
|
|---|
| 2641 | " done\n"
|
|---|
| 2642 | " ИЗРАЗ_1, ИЗРАЗ_2, и ИЗРАЗ_3 са аритметични изрази. Всеки изпуснат израз се\n"
|
|---|
| 2643 | " изчислява да е 1."
|
|---|
| 2644 |
|
|---|
| 2645 | #: builtins.c:1128
|
|---|
| 2646 | msgid ""
|
|---|
| 2647 | " The WORDS are expanded, generating a list of words. The\n"
|
|---|
| 2648 | " set of expanded words is printed on the standard error, each\n"
|
|---|
| 2649 | " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
|
|---|
| 2650 | " is assumed. The PS3 prompt is then displayed and a line read\n"
|
|---|
| 2651 | " from the standard input. If the line consists of the number\n"
|
|---|
| 2652 | " corresponding to one of the displayed words, then NAME is set\n"
|
|---|
| 2653 | " to that word. If the line is empty, WORDS and the prompt are\n"
|
|---|
| 2654 | " redisplayed. If EOF is read, the command completes. Any other\n"
|
|---|
| 2655 | " value read causes NAME to be set to null. The line read is saved\n"
|
|---|
| 2656 | " in the variable REPLY. COMMANDS are executed after each selection\n"
|
|---|
| 2657 | " until a break command is executed."
|
|---|
| 2658 | msgstr ""
|
|---|
| 2659 | " ДУМИте биват замествани, което води до създаването на списък с думи.\n"
|
|---|
| 2660 | " Наборът от заместените думи бива отпечатан на изхода за стандартната\n"
|
|---|
| 2661 | " грешка, като всяка от тях се предшества от номер. Ако клаузата „in ДУМИ“\n"
|
|---|
| 2662 | " липсва, използва се „in \"$@\"“. В такива случа се отпечатва подсказката PS3\n"
|
|---|
| 2663 | " и от стандартния вход се прочита ред. Ако редът се състои от номера, който\n"
|
|---|
| 2664 | " съответства на някоя от показаните думи, ИМЕто се задава да е тази дума.\n"
|
|---|
| 2665 | " Ако редът е празен, отново се отпечатват ДУМИте и подсказката. Ако се\n"
|
|---|
| 2666 | " прочете EOF, комндата завършва. Всяка друга стойност присвоява null на ИМЕ.\n"
|
|---|
| 2667 | " Прочетеният ред null се запазва в променливата REPLY. КОМАНДИте се\n"
|
|---|
| 2668 | " изпълняват след всеки избор до изпълняването на команда за прекъсване\n"
|
|---|
| 2669 | " (break)."
|
|---|
| 2670 |
|
|---|
| 2671 | #: builtins.c:1144
|
|---|
| 2672 | msgid ""
|
|---|
| 2673 | " Execute PIPELINE and print a summary of the real time, user CPU time,\n"
|
|---|
| 2674 | " and system CPU time spent executing PIPELINE when it terminates.\n"
|
|---|
| 2675 | " The return status is the return status of PIPELINE. The `-p' option\n"
|
|---|
| 2676 | " prints the timing summary in a slightly different format. This uses\n"
|
|---|
| 2677 | " the value of the TIMEFORMAT variable as the output format."
|
|---|
| 2678 | msgstr ""
|
|---|
| 2679 | " Изпълнение на ПРОГРАМНия_КАНАЛ и отпечатване на обобщение за реалното,\n"
|
|---|
| 2680 | " потребителското и системно процесорни времена, които изпълнениетo на\n"
|
|---|
| 2681 | " ПРОГРАМНия_КАНАЛ отнема. Изходният код е този на ПРОГРАМНия_КАНАЛ. Опцията\n"
|
|---|
| 2682 | " „-p“ води до извеждане на статистиката за времето в различен формат - според\n"
|
|---|
| 2683 | " стойността на променливата на средата TIMEFORMAT."
|
|---|
| 2684 |
|
|---|
| 2685 | #: builtins.c:1154
|
|---|
| 2686 | msgid ""
|
|---|
| 2687 | " Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
|
|---|
| 2688 | " `|' is used to separate multiple patterns."
|
|---|
| 2689 | msgstr ""
|
|---|
| 2690 | " Избирателно се изпълняват КОМАНДИ на база ДУМА, която напасва на ШАБЛОН.\n"
|
|---|
| 2691 | " Шаблоните се разделят със знака „|“."
|
|---|
| 2692 |
|
|---|
| 2693 | #: builtins.c:1161
|
|---|
| 2694 | msgid ""
|
|---|
| 2695 | " The `if COMMANDS' list is executed. If its exit status is zero, then the\n"
|
|---|
| 2696 | " `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
|
|---|
| 2697 | "is\n"
|
|---|
| 2698 | " executed in turn, and if its exit status is zero, the corresponding\n"
|
|---|
| 2699 | " `then COMMANDS' list is executed and the if command completes. "
|
|---|
| 2700 | "Otherwise,\n"
|
|---|
| 2701 | " the `else COMMANDS' list is executed, if present. The exit status of "
|
|---|
| 2702 | "the\n"
|
|---|
| 2703 | " entire construct is the exit status of the last command executed, or "
|
|---|
| 2704 | "zero\n"
|
|---|
| 2705 | " if no condition tested true."
|
|---|
| 2706 | msgstr ""
|
|---|
| 2707 | " Първо се изпълняват командите в блока „if КОМАНДИ“. Ако изходният код е 0, то\n"
|
|---|
| 2708 | " се изпънява блокът „then КОМАНДИ“. В противен случай последователно се\n"
|
|---|
| 2709 | " изпълнява всеки блок „elif КОМАНДИ“ - ако изходният код е 0, то се изпълнява\n"
|
|---|
| 2710 | " съответния блок „then КОМАНДИ“, след което завършва изпълнението на целия\n"
|
|---|
| 2711 | " блок „if“. Ако изходният код на никой от блоковете „if“ и „elif“ не е бил 0,\n"
|
|---|
| 2712 | " изпълнява се блока „else КОМАНДИ“, стига такъв да присъства. Изходният код\n"
|
|---|
| 2713 | " от цялата конструкция е този на последната изпълнена команда или е 0, ако\n"
|
|---|
| 2714 | " никое тестово условие, не се е оценило като истина."
|
|---|
| 2715 |
|
|---|
| 2716 | #: builtins.c:1173
|
|---|
| 2717 | msgid ""
|
|---|
| 2718 | " Expand and execute COMMANDS as long as the final command in the\n"
|
|---|
| 2719 | " `while' COMMANDS has an exit status of zero."
|
|---|
| 2720 | msgstr ""
|
|---|
| 2721 | " Заместване и изпълнение на КОМАНДИте докато последната команда в блока „while“\n"
|
|---|
| 2722 | " е с изходен код, който е 0."
|
|---|
| 2723 |
|
|---|
| 2724 | #: builtins.c:1180
|
|---|
| 2725 | msgid ""
|
|---|
| 2726 | " Expand and execute COMMANDS as long as the final command in the\n"
|
|---|
| 2727 | " `until' COMMANDS has an exit status which is not zero."
|
|---|
| 2728 | msgstr ""
|
|---|
| 2729 | " Заместване и изпълнение на КОМАНДИте докато последната команда в блока „until“\n"
|
|---|
| 2730 | " е с изходен код, който не е 0."
|
|---|
| 2731 |
|
|---|
| 2732 | #: builtins.c:1187
|
|---|
| 2733 | msgid ""
|
|---|
| 2734 | " Create a simple command invoked by NAME which runs COMMANDS.\n"
|
|---|
| 2735 | " Arguments on the command line along with NAME are passed to the\n"
|
|---|
| 2736 | " function as $0 .. $n."
|
|---|
| 2737 | msgstr ""
|
|---|
| 2738 | " Създаване на проста команда, която се извиква чрез ИМЕ, която стартира КОМАНДИ.\n"
|
|---|
| 2739 | " Аргументите на командния ред, заедно с ИМЕто, се предават на функцията като\n"
|
|---|
| 2740 | " $0 .. $n."
|
|---|
| 2741 |
|
|---|
| 2742 | #: builtins.c:1195
|
|---|
| 2743 | msgid ""
|
|---|
| 2744 | " Run a set of commands in a group. This is one way to redirect an\n"
|
|---|
| 2745 | " entire set of commands."
|
|---|
| 2746 | msgstr ""
|
|---|
| 2747 | " Изпълняване на цял набор от команди в група. Това е един от начините да се\n"
|
|---|
| 2748 | " цял набор от команди."
|
|---|
| 2749 |
|
|---|
| 2750 | #: builtins.c:1202
|
|---|
| 2751 | msgid ""
|
|---|
| 2752 | " Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
|
|---|
| 2753 | " stopped or background job. JOB_SPEC can specify either a job name\n"
|
|---|
| 2754 | " or a job number. Following JOB_SPEC with a `&' places the job in\n"
|
|---|
| 2755 | " the background, as if the job specification had been supplied as an\n"
|
|---|
| 2756 | " argument to `bg'."
|
|---|
| 2757 | msgstr ""
|
|---|
| 2758 | " Еквивалентно на аргумента ЗАДАЧА на командата „fg“. Възобновява спряна\n"
|
|---|
| 2759 | " задача или такава на заден фон. ЗАДАЧАта може да указва или име, или\n"
|
|---|
| 2760 | " номер на задача. Ако след ЗАДАЧАта се въведе знакът „&“, задачата\n"
|
|---|
| 2761 | " се изпълнява във фонов режим, все едно е била подадена като аргумент\n"
|
|---|
| 2762 | " на командата „bg“."
|
|---|
| 2763 |
|
|---|
| 2764 | #: builtins.c:1212
|
|---|
| 2765 | msgid ""
|
|---|
| 2766 | " The EXPRESSION is evaluated according to the rules for arithmetic\n"
|
|---|
| 2767 | " evaluation. Equivalent to \"let EXPRESSION\"."
|
|---|
| 2768 | msgstr ""
|
|---|
| 2769 | " ИЗРАЗът се изчислява според правилата на аритметичното оценяване.\n"
|
|---|
| 2770 | " Еквивалентно на „let ИЗРАЗ“."
|
|---|
| 2771 |
|
|---|
| 2772 | #: builtins.c:1219
|
|---|
| 2773 | msgid ""
|
|---|
| 2774 | " Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
|
|---|
| 2775 | " expression EXPRESSION. Expressions are composed of the same primaries "
|
|---|
| 2776 | "used\n"
|
|---|
| 2777 | " by the `test' builtin, and may be combined using the following "
|
|---|
| 2778 | "operators\n"
|
|---|
| 2779 | " \n"
|
|---|
| 2780 | " \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
|
|---|
| 2781 | " \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
|
|---|
| 2782 | " \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
|
|---|
| 2783 | " \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
|
|---|
| 2784 | " \n"
|
|---|
| 2785 | " When the `==' and `!=' operators are used, the string to the right of "
|
|---|
| 2786 | "the\n"
|
|---|
| 2787 | " operator is used as a pattern and pattern matching is performed. The\n"
|
|---|
| 2788 | " && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
|
|---|
| 2789 | " determine the expression's value."
|
|---|
| 2790 | msgstr ""
|
|---|
| 2791 | " Връща състояние 0 или 1 в зависимост от оценката на условния ИЗРАС. Изразите\n"
|
|---|
| 2792 | " са съставени от същите примитиви, както вградената команда „test“ и могат да\n"
|
|---|
| 2793 | " се съчетават чрез следните оператори:\n"
|
|---|
| 2794 | " \n"
|
|---|
| 2795 | " \t( ИЗРАЗ ) Връща стойността на ИЗРАЗа\n"
|
|---|
| 2796 | " \t! ИЗРАЗ Истина, ако ИЗРАЗ се оценя на лъжа, в останалите случаи\n"
|
|---|
| 2797 | " е лъжа\n"
|
|---|
| 2798 | " \tИЗРАЗ1 && ИЗРАЗ2 Истина, ако едновременно ИЗРАЗ1 и ИЗРАЗ2 са истина,\n"
|
|---|
| 2799 | " в останалите случаи е лъжа.\n"
|
|---|
| 2800 | " \tИЗРАЗ1 || ИЗРАЗ2 Истина, ако поне единият от ИЗРАЗ1 и ИЗРАЗ2 е истина,\n"
|
|---|
| 2801 | " в останалите случаи е лъжа.\n"
|
|---|
| 2802 | " \n"
|
|---|
| 2803 | " Когато се използват операторите „==“ и „!=“, низът от дясната страна на\n"
|
|---|
| 2804 | " оператора се използва като шаблон и се извършва напасване. Операторите\n"
|
|---|
| 2805 | " „&&“ и „||“ не оценят ИЗРАЗ2, ако ИЗРАЗ1 е достатъчен за определяне на\n"
|
|---|
| 2806 | " стойността на израза."
|
|---|
| 2807 |
|
|---|
| 2808 | #: builtins.c:1237
|
|---|
| 2809 | msgid ""
|
|---|
| 2810 | " BASH_VERSION Version information for this Bash.\n"
|
|---|
| 2811 | " CDPATH A colon-separated list of directories to search\n"
|
|---|
| 2812 | " \t\tfor directries given as arguments to `cd'.\n"
|
|---|
| 2813 | " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
|
|---|
| 2814 | " \t\tbe ignored by pathname expansion.\n"
|
|---|
| 2815 | " HISTFILE The name of the file where your command history is "
|
|---|
| 2816 | "stored.\n"
|
|---|
| 2817 | " HISTFILESIZE The maximum number of lines this file can contain.\n"
|
|---|
| 2818 | " HISTSIZE The maximum number of history lines that a running\n"
|
|---|
| 2819 | " \t\tshell can access.\n"
|
|---|
| 2820 | " HOME The complete pathname to your login directory.\n"
|
|---|
| 2821 | " HOSTNAME\tThe name of the current host.\n"
|
|---|
| 2822 | " HOSTTYPE The type of CPU this version of Bash is running under.\n"
|
|---|
| 2823 | " IGNOREEOF Controls the action of the shell on receipt of an EOF\n"
|
|---|
| 2824 | " \t\tcharacter as the sole input. If set, then the value\n"
|
|---|
| 2825 | " \t\tof it is the number of EOF characters that can be seen\n"
|
|---|
| 2826 | " \t\tin a row on an empty line before the shell will exit\n"
|
|---|
| 2827 | " \t\t(default 10). When unset, EOF signifies the end of input.\n"
|
|---|
| 2828 | " MACHTYPE\tA string describing the current system Bash is running on.\n"
|
|---|
| 2829 | " MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
|
|---|
| 2830 | " MAILPATH\tA colon-separated list of filenames which Bash checks\n"
|
|---|
| 2831 | " \t\tfor new mail.\n"
|
|---|
| 2832 | " OSTYPE\t\tThe version of Unix this version of Bash is running on.\n"
|
|---|
| 2833 | " PATH A colon-separated list of directories to search when\n"
|
|---|
| 2834 | " \t\tlooking for commands.\n"
|
|---|
| 2835 | " PROMPT_COMMAND A command to be executed before the printing of each\n"
|
|---|
| 2836 | " \t\tprimary prompt.\n"
|
|---|
| 2837 | " PS1 The primary prompt string.\n"
|
|---|
| 2838 | " PS2 The secondary prompt string.\n"
|
|---|
| 2839 | " PWD\t\tThe full pathname of the current directory.\n"
|
|---|
| 2840 | " SHELLOPTS\tA colon-separated list of enabled shell options.\n"
|
|---|
| 2841 | " TERM The name of the current terminal type.\n"
|
|---|
| 2842 | " TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
|
|---|
| 2843 | " \t\t`time' reserved word.\n"
|
|---|
| 2844 | " auto_resume Non-null means a command word appearing on a line by\n"
|
|---|
| 2845 | " \t\titself is first looked for in the list of currently\n"
|
|---|
| 2846 | " \t\tstopped jobs. If found there, that job is foregrounded.\n"
|
|---|
| 2847 | " \t\tA value of `exact' means that the command word must\n"
|
|---|
| 2848 | " \t\texactly match a command in the list of stopped jobs. A\n"
|
|---|
| 2849 | " \t\tvalue of `substring' means that the command word must\n"
|
|---|
| 2850 | " \t\tmatch a substring of the job. Any other value means that\n"
|
|---|
| 2851 | " \t\tthe command must be a prefix of a stopped job.\n"
|
|---|
| 2852 | " histchars Characters controlling history expansion and quick\n"
|
|---|
| 2853 | " \t\tsubstitution. The first character is the history\n"
|
|---|
| 2854 | " \t\tsubstitution character, usually `!'. The second is\n"
|
|---|
| 2855 | " \t\tthe `quick substitution' character, usually `^'. The\n"
|
|---|
| 2856 | " \t\tthird is the `history comment' character, usually `#'.\n"
|
|---|
| 2857 | " HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
|
|---|
| 2858 | " \t\tcommands should be saved on the history list.\n"
|
|---|
| 2859 | msgstr ""
|
|---|
| 2860 | " BASH_VERSION Информация за версията на bash.\n"
|
|---|
| 2861 | " CDPATH Списък с директории разделени с двуеточие, които да се търсят\n"
|
|---|
| 2862 | " като аргументи за командата „cd“.\n"
|
|---|
| 2863 | " GLOBIGNORE Списък с шаблони на файлови имена, разделени с двуеточие, които\n"
|
|---|
| 2864 | " да се игнорират от заместването на пътя.\n"
|
|---|
| 2865 | " HISTFILE Името на файла, в който се съхранява историята на командите.\n"
|
|---|
| 2866 | " HISTFILESIZE Максималният брой редове, които горният файл може да\n"
|
|---|
| 2867 | " съдържа.\n"
|
|---|
| 2868 | " HISTSIZE Максималният брой редове, които една работеща обвика може да\n"
|
|---|
| 2869 | " достъпи.\n"
|
|---|
| 2870 | " HOME Пълният път до домашната ви директория.\n"
|
|---|
| 2871 | " HOSTNAME Името на текущата машина.\n"
|
|---|
| 2872 | " HOSTTYPE Видът на процесора, под който работи текущата обвивка.\n"
|
|---|
| 2873 | " IGNOREEOF Управлява действието на обвивката при срещането на единичен\n"
|
|---|
| 2874 | " знак за край на файл (EOF). Ако променливата е зададена, тя\n"
|
|---|
| 2875 | " указва броя на знаците EOF, който могат да се срещнат\n"
|
|---|
| 2876 | " самостоятелно на един ред, преди обвивката да завърши работа и\n"
|
|---|
| 2877 | " излезе (стандартно е 10). Когато променливата не е зададена,\n"
|
|---|
| 2878 | " един EOF означава край на входящите данни.\n"
|
|---|
| 2879 | " MACHTYPE Низ, който описва текущата система, на която работи bash.\n"
|
|---|
| 2880 | " MAILCHECK Колко често, в секунди, да проверява bash за нови писма.\n"
|
|---|
| 2881 | " MAILPATH Списък с файлове, които bash проверява за нови писма.\n"
|
|---|
| 2882 | " OSTYPE Версоията на Юникс, на която работи bash.\n"
|
|---|
| 2883 | " PATH Списък с директории, които да се претърсват за команди.\n"
|
|---|
| 2884 | " PROMPT_COMMAND Команда, която да се изпълнява преди отпечатването на\n"
|
|---|
| 2885 | " основната подсказка на командния ред.\n"
|
|---|
| 2886 | " PS1 Низ за основната подсказка.\n"
|
|---|
| 2887 | " PS2 Низ за втората подсказка.\n"
|
|---|
| 2888 | " PWD Пъният път и име на текущата директория.\n"
|
|---|
| 2889 | " SHELLOPTS Списък с включените опции на обвивката, разделени с двуеточие.\n"
|
|---|
| 2890 | " TERM Името на текущия вид терминал.\n"
|
|---|
| 2891 | " TIMEFORMAT Изходният формат за статистиката за времето за изпълнение\n"
|
|---|
| 2892 | " на команда, който се използва от запазената дума „time“.\n"
|
|---|
| 2893 | " auto_resume Стойност, която не е null, означава, че командна дума, която\n"
|
|---|
| 2894 | " се появява самостоятелно на ред, първо се проверява в списъка с\n"
|
|---|
| 2895 | " текущо спрените задачи. Ако бъде открита там, задачата се\n"
|
|---|
| 2896 | " пуска и се слага на преден план. Стойност „exact“ (строго\n"
|
|---|
| 2897 | " съвпадение) означава, че командната дума, трябва точно да\n"
|
|---|
| 2898 | " съвпада с името на команда в списъка със спрени задачи.\n"
|
|---|
| 2899 | " Стойност „substring“ (съвпрадение на подниз) означава, че\n"
|
|---|
| 2900 | " командната дума трябва да е подниз на задачата. Всяка друга\n"
|
|---|
| 2901 | " стойност означава, че командата думата трябва да е началото на\n"
|
|---|
| 2902 | " спряна задача.\n"
|
|---|
| 2903 | " histchars Знаци, които определят бързото заместване и това по история.\n"
|
|---|
| 2904 | " Първият знак е за заместването по история, обикновено е „!“.\n"
|
|---|
| 2905 | " Вторият е за бързото заместване, обикновено е „^“. Третият е за\n"
|
|---|
| 2906 | " коментарите в историята, обикновено е „#“.\n"
|
|---|
| 2907 | " HISTIGNORE Списък с шаблони, разделени с двуеточие, които указват кои\n"
|
|---|
| 2908 | " команди да не се запазват в историята.\n"
|
|---|
| 2909 |
|
|---|
| 2910 | #: builtins.c:1292
|
|---|
| 2911 | msgid ""
|
|---|
| 2912 | " Adds a directory to the top of the directory stack, or rotates\n"
|
|---|
| 2913 | " the stack, making the new top of the stack the current working\n"
|
|---|
| 2914 | " directory. With no arguments, exchanges the top two directories.\n"
|
|---|
| 2915 | " \n"
|
|---|
| 2916 | " +N\tRotates the stack so that the Nth directory (counting\n"
|
|---|
| 2917 | " \tfrom the left of the list shown by `dirs', starting with\n"
|
|---|
| 2918 | " \tzero) is at the top.\n"
|
|---|
| 2919 | " \n"
|
|---|
| 2920 | " -N\tRotates the stack so that the Nth directory (counting\n"
|
|---|
| 2921 | " \tfrom the right of the list shown by `dirs', starting with\n"
|
|---|
| 2922 | " \tzero) is at the top.\n"
|
|---|
| 2923 | " \n"
|
|---|
| 2924 | " -n\tsuppress the normal change of directory when adding directories\n"
|
|---|
| 2925 | " \tto the stack, so only the stack is manipulated.\n"
|
|---|
| 2926 | " \n"
|
|---|
| 2927 | " dir\tadds DIR to the directory stack at the top, making it the\n"
|
|---|
| 2928 | " \tnew current working directory.\n"
|
|---|
| 2929 | " \n"
|
|---|
| 2930 | " You can see the directory stack with the `dirs' command."
|
|---|
| 2931 | msgstr ""
|
|---|
| 2932 | " Добявя директория в стека на директориите или превърта стека\n"
|
|---|
| 2933 | " като най-горна директория става текущата директория. Без\n"
|
|---|
| 2934 | " аргументи сменя най-горните две директории.\n"
|
|---|
| 2935 | " \n"
|
|---|
| 2936 | " +N Превърта стека, така че N-тата директория (като се брои\n"
|
|---|
| 2937 | " от лявата страна на списъка, показан от комадата „dirs“\n"
|
|---|
| 2938 | " като се почва от 0) да е най-отгоре.\n"
|
|---|
| 2939 | " \n"
|
|---|
| 2940 | " -N Превърта стека, така че N-тата директория (като се брои\n"
|
|---|
| 2941 | " от дясната страна на списъка, показан от комадата „dirs“\n"
|
|---|
| 2942 | " като се почва от 0) да е най-отгоре.\n"
|
|---|
| 2943 | " \n"
|
|---|
| 2944 | " -n подтискане на нормлното преминаване към директория при\n"
|
|---|
| 2945 | " добавянето на директории към стека, така че се променя само той.\n"
|
|---|
| 2946 | "\n"
|
|---|
| 2947 | " dir добавя ДИР най-отгоре в стека на директориите, като я прави\n"
|
|---|
| 2948 | " новата текуща работна директория.\n"
|
|---|
| 2949 | " \n"
|
|---|
| 2950 | " Можете да изведете стека на директорията с комадата „dirs“."
|
|---|
| 2951 |
|
|---|
| 2952 | #: builtins.c:1318
|
|---|
| 2953 | msgid ""
|
|---|
| 2954 | " Removes entries from the directory stack. With no arguments,\n"
|
|---|
| 2955 | " removes the top directory from the stack, and cd's to the new\n"
|
|---|
| 2956 | " top directory.\n"
|
|---|
| 2957 | " \n"
|
|---|
| 2958 | " +N\tremoves the Nth entry counting from the left of the list\n"
|
|---|
| 2959 | " \tshown by `dirs', starting with zero. For example: `popd +0'\n"
|
|---|
| 2960 | " \tremoves the first directory, `popd +1' the second.\n"
|
|---|
| 2961 | " \n"
|
|---|
| 2962 | " -N\tremoves the Nth entry counting from the right of the list\n"
|
|---|
| 2963 | " \tshown by `dirs', starting with zero. For example: `popd -0'\n"
|
|---|
| 2964 | " \tremoves the last directory, `popd -1' the next to last.\n"
|
|---|
| 2965 | " \n"
|
|---|
| 2966 | " -n\tsuppress the normal change of directory when removing directories\n"
|
|---|
| 2967 | " \tfrom the stack, so only the stack is manipulated.\n"
|
|---|
| 2968 | " \n"
|
|---|
| 2969 | " You can see the directory stack with the `dirs' command."
|
|---|
| 2970 | msgstr ""
|
|---|
| 2971 | " Маха директории от стека с тях. Без аргументи\n"
|
|---|
| 2972 | " премахва последната директория в стека и влиза в новата\n"
|
|---|
| 2973 | " последна директория.\n"
|
|---|
| 2974 | " \n"
|
|---|
| 2975 | " +N\tпремахва N-тия елемент като се брои отляво в списъка\n"
|
|---|
| 2976 | " \tпоказван от командата „dirs“, като се брои от 0. Напр.: „popd +0“\n"
|
|---|
| 2977 | " \tпремахва първата директория, „popd +1“ - втората.\n"
|
|---|
| 2978 | " \n"
|
|---|
| 2979 | " -N\tпремахва N-тия елемент като се брои отдясно в списъка\n"
|
|---|
| 2980 | " \tпоказван от командата „dirs“, като се брои от 0. Напр.: „popd -0“\n"
|
|---|
| 2981 | " \tпремахва последната директория, „popd -1“ - предпоследната.\n"
|
|---|
| 2982 | " \n"
|
|---|
| 2983 | " -n\tподтискане на нормлното преминаване към директория при добавянето на\n"
|
|---|
| 2984 | " \tдиректории към стека, така че се променя само той.\n"
|
|---|
| 2985 | " \n"
|
|---|
| 2986 | " Стекът с директориите се визуализира с командата „dirs“."
|
|---|
| 2987 |
|
|---|
| 2988 | #: builtins.c:1341
|
|---|
| 2989 | msgid ""
|
|---|
| 2990 | " Display the list of currently remembered directories. Directories\n"
|
|---|
| 2991 | " find their way onto the list with the `pushd' command; you can get\n"
|
|---|
| 2992 | " back up through the list with the `popd' command.\n"
|
|---|
| 2993 | " \n"
|
|---|
| 2994 | " The -l flag specifies that `dirs' should not print shorthand versions\n"
|
|---|
| 2995 | " of directories which are relative to your home directory. This means\n"
|
|---|
| 2996 | " that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag\n"
|
|---|
| 2997 | " causes `dirs' to print the directory stack with one entry per line,\n"
|
|---|
| 2998 | " prepending the directory name with its position in the stack. The -p\n"
|
|---|
| 2999 | " flag does the same thing, but the stack position is not prepended.\n"
|
|---|
| 3000 | " The -c flag clears the directory stack by deleting all of the elements.\n"
|
|---|
| 3001 | " \n"
|
|---|
| 3002 | " +N\tdisplays the Nth entry counting from the left of the list shown by\n"
|
|---|
| 3003 | " \tdirs when invoked without options, starting with zero.\n"
|
|---|
| 3004 | " \n"
|
|---|
| 3005 | " -N\tdisplays the Nth entry counting from the right of the list shown by\n"
|
|---|
| 3006 | " \tdirs when invoked without options, starting with zero."
|
|---|
| 3007 | msgstr ""
|
|---|
| 3008 | " Показва списъка с текущо запомнените директории. Списъкът се попълва чрез\n"
|
|---|
| 3009 | " командата „pushd“. Можете да вадите директории от списъка с командата\n"
|
|---|
| 3010 | " „popd“.\n"
|
|---|
| 3011 | " \n"
|
|---|
| 3012 | " Опцията „-l“ кара комадата „dirs“ да извежда пълните имена на директориите,\n"
|
|---|
| 3013 | " а не съкратените спрямо домашната директория имена. Това означава, че\n"
|
|---|
| 3014 | " „~/bin“ може да се покаже като „/homes/pesho/bin“. Опцията „-v“ води до\n"
|
|---|
| 3015 | " отпечатване на стека на директориите, като всеки елемент се извежда на нов\n"
|
|---|
| 3016 | " ред и се предхожда от номера си в стека. Опцията „-p“ също води до поредово\n"
|
|---|
| 3017 | " отпечатване, но без поредния номер в стека. Опцията „-c“ изчиства стека на\n"
|
|---|
| 3018 | " директориите като изрива всички елементи.\n"
|
|---|
| 3019 | " \n"
|
|---|
| 3020 | " +N показва N-ия елемент отляво в списъка показван от\n"
|
|---|
| 3021 | " командата „dirs“, когато е стартирана без опции. Брои се от 0.\n"
|
|---|
| 3022 | " \n"
|
|---|
| 3023 | " -N показва N-ия елемент отдясно в списъка показван от\n"
|
|---|
| 3024 | " командата „dirs“, когато е стартирана без опции. Брои се от 0."
|
|---|
| 3025 |
|
|---|
| 3026 | #: builtins.c:1364
|
|---|
| 3027 | msgid ""
|
|---|
| 3028 | " Toggle the values of variables controlling optional behavior.\n"
|
|---|
| 3029 | " The -s flag means to enable (set) each OPTNAME; the -u flag\n"
|
|---|
| 3030 | " unsets each OPTNAME. The -q flag suppresses output; the exit\n"
|
|---|
| 3031 | " status indicates whether each OPTNAME is set or unset. The -o\n"
|
|---|
| 3032 | " option restricts the OPTNAMEs to those defined for use with\n"
|
|---|
| 3033 | " `set -o'. With no options, or with the -p option, a list of all\n"
|
|---|
| 3034 | " settable options is displayed, with an indication of whether or\n"
|
|---|
| 3035 | " not each is set."
|
|---|
| 3036 | msgstr ""
|
|---|
| 3037 | " Превключва стойностите на променливите, които управляват допълнителното\n"
|
|---|
| 3038 | " поведение. Опцията „-s“ позволява задаването на всеки ФЛАГ. Опцията „-q“\n"
|
|---|
| 3039 | " премахва всеки ФЛАГ. Опцията „-q“ предотвратява извеждането на информация.\n"
|
|---|
| 3040 | " Върнатият код показва дали всеки код опция е зададена или премахната. Флагът\n"
|
|---|
| 3041 | " „-o“ ограничава ФЛАГовете до тези, които са дефинирани да се използват със\n"
|
|---|
| 3042 | " „set -o“. Без опции или с опцията „-p“ се извежда списъка на всички флагове\n"
|
|---|
| 3043 | " като се показва дали са зададени или не."
|
|---|
| 3044 |
|
|---|
| 3045 | #: builtins.c:1377
|
|---|
| 3046 | msgid ""
|
|---|
| 3047 | " printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
|
|---|
| 3048 | " is a character string which contains three types of objects: plain\n"
|
|---|
| 3049 | " characters, which are simply copied to standard output, character "
|
|---|
| 3050 | "escape\n"
|
|---|
| 3051 | " sequences which are converted and copied to the standard output, and\n"
|
|---|
| 3052 | " format specifications, each of which causes printing of the next "
|
|---|
| 3053 | "successive\n"
|
|---|
| 3054 | " argument. In addition to the standard printf(1) formats, %b means to\n"
|
|---|
| 3055 | " expand backslash escape sequences in the corresponding argument, and %q\n"
|
|---|
| 3056 | " means to quote the argument in a way that can be reused as shell input.\n"
|
|---|
| 3057 | " If the -v option is supplied, the output is placed into the value of "
|
|---|
| 3058 | "the\n"
|
|---|
| 3059 | " shell variable VAR rather than being sent to the standard output."
|
|---|
| 3060 | msgstr ""
|
|---|
| 3061 | " printf форматира и отпечатва АРГУМЕНТИте според управлението на ФОРМАТа.\n"
|
|---|
| 3062 | " ФОРМАТът е последователност от знаци, която съдържа три вида обекти:\n"
|
|---|
| 3063 | " обикновени знаци, които биват отпечатани директно на стандартния изход;\n"
|
|---|
| 3064 | " екраниращи знакови последователности, които биват преобразувани и отпечатани\n"
|
|---|
| 3065 | " на стандартния изход; и форматиращи знакови последователности, всяка от\n"
|
|---|
| 3066 | " които предизвиква отпечатването на следващ аргумент. Освен стандартните\n"
|
|---|
| 3067 | " форматирания описани във printf(1), „%b“ предизиква заместването на\n"
|
|---|
| 3068 | " екраниранията с обратно наклонени черти в съответния аргумент, а „%q“\n"
|
|---|
| 3069 | " предизвиква цитирането на аргумента, така че да може да бъде използван като\n"
|
|---|
| 3070 | " вход за обвивката. Ако е включена опцията „-v“, изходът се поставя в\n"
|
|---|
| 3071 | " променливата на обвивката VAR, вместо да се извежда на стандартния изход."
|
|---|
| 3072 |
|
|---|
| 3073 | #: builtins.c:1393
|
|---|
| 3074 | msgid ""
|
|---|
| 3075 | " For each NAME, specify how arguments are to be completed.\n"
|
|---|
| 3076 | " If the -p option is supplied, or if no options are supplied, existing\n"
|
|---|
| 3077 | " completion specifications are printed in a way that allows them to be\n"
|
|---|
| 3078 | " reused as input. The -r option removes a completion specification for\n"
|
|---|
| 3079 | " each NAME, or, if no NAMEs are supplied, all completion specifications."
|
|---|
| 3080 | msgstr ""
|
|---|
| 3081 | " Указва как да се допълват аргументите за всяко име.\n"
|
|---|
| 3082 | " Ако е зададена опцията -p, или не са зададени никакви опции, съществуващите\n"
|
|---|
| 3083 | " класове дописвания се отпечатват по начин, който позволява да се използват\n"
|
|---|
| 3084 | " за вход. Опцията -r премахва клас дописвания за всяко ИМЕ, а ако не е\n"
|
|---|
| 3085 | " дадено такова, се махат всички класове."
|
|---|
| 3086 |
|
|---|
| 3087 | #: builtins.c:1405
|
|---|
| 3088 | msgid ""
|
|---|
| 3089 | " Display the possible completions depending on the options. Intended\n"
|
|---|
| 3090 | " to be used from within a shell function generating possible "
|
|---|
| 3091 | "completions.\n"
|
|---|
| 3092 | " If the optional WORD argument is supplied, matches against WORD are\n"
|
|---|
| 3093 | " generated."
|
|---|
| 3094 | msgstr ""
|
|---|
| 3095 | " Показване на възможните дописвания на базата на възможностите. Целта е да се\n"
|
|---|
| 3096 | " ползва в рамките функция на обвивката, която генерира възможните дописвания.\n"
|
|---|
| 3097 | " Ако е зададен незадължителният аргумент ДУМА, генерират се напсванията с\n"
|
|---|
| 3098 | " него."
|
|---|