1 # Bulgarian translation of git po-file.
2 # Copyright (C) 2014, 2015 Alexander Shopov <ash@kambanaria.org>.
3 # This file is distributed under the same license as the git package.
4 # Alexander Shopov <ash@kambanaria.org>, 2014, 2015.
6 # ========================
7 # DICTIONARY TO MERGE IN GIT GUI
8 # ------------------------
10 # unreachable object недостижим обект
11 # dangling objects обект извън клон
12 # fast-forward тривиално сливане
13 # stale remote старо хранилище
15 # force (push) принудително изтласквам
17 # squash commits смачкване на подавания
18 # root commit начално подаване
19 # fixup вкарвам подаване в предното без следа
20 # remote-tracking branch следящ клон
21 # git bundle пратка на git
22 # bisect двоично търсене
23 # am прилагам поредица от кръпки
24 # working directory/tree — винаги работно дърво, git следи цялото дърво, а не директории, работна директория за cwd
25 # switch to branch преминавам към клон
26 # sparse entry частично изтеглена директория/път
27 # revision range диапазон на версиите
28 # cover letter придружаващо писмо
29 # reference repository еталонно хранилище
30 # grafted repository хранилище с присаждане
31 # thin pack съкратен пакет
32 # stat (a file) получавам информация чрез „stat“ (за файл)
33 # mixed reset смесено зануляване (индекса и указателя „HEAD“, без работното дърво)
34 # soft reset меко зануляване (само указателя „HEAD“, без индекса и работното дърво)
35 # hard reset пълно зануляване (указателя „HEAD“, индекса и работното дърво)
36 # merge reset слято зануляване (целия индекс и отчасти работното дърво — без файловете с промени между работното дърво и индекса)
37 # keep reset запазващо зануляване (отчасти индекса и работното дърво — файловете с промени от подаването и „HEAD“)
38 # commit-ish указател към подаване
39 # sequence последователност/поредица
40 # whitespace symbol знаци за интервали
41 # shortlog съкратения журнал
42 # backing store мястото за съхранение
43 # reject отхвърлено парче
44 # topic branch тематичен клон
45 # empty head връх без история
46 # tree-ish указател към дърво
47 # three-way merge тройно сливане
48 # dirty нечист, мръсен (файл, индекс)
49 # fallback резервен вариант
50 # pathspec magic опция за магически пътища
51 # bitmap index индекс на база битови маски
53 # plumbing команди от системно ниво
54 # porcelain команди от потребителско ниво
55 # pack [noun] пакетен файл - fixme in glossary
56 # mainline базово подаване - при cherry-pick на merge - към коя версия да се изчислява разликата
58 # trailer епилог/завършек на съобщение
59 # cwd текуща работна директория
60 # untracked cache кеш за неследените файлове
61 # broken/corrupt повреден
62 # restore възстановявам
64 # FAILED to parse неуспешен анализ на... -> неразпозната стойност на
66 # ========================
71 # delta - разлика или делта
72 # consistency between stdout - standard output/ stdin - standard input/ stderr - standard error
73 # mergetag етикет при сливане
75 # ========================
77 # ------------------------
79 # HEAD as a reference vs head of a branch
80 # git update-index -h извежда само един ред, а не цялата помощ за опциите
81 # git fetch --al работи подобно на --all
82 # ========================
84 # ------------------------
85 # grep ^#: bg.po | cut -c4- |tr ' ' '\n'| sed -e 's/:[0-9][0-9]*//' -e 's%.*/%%' -e 's/[.][^.]*$//' > OUT
86 # sort -u OUT > UNIQUE
87 # for i in `cat UNIQUE`; do echo `grep "^$i$" OUT | wc -l` $i ; done | sort -nr > STATS
89 # ========================
90 # FIND NON FULLY TRANSLATED
91 # ------------------------
92 # msgattrib --untranslated bg.po > untranslated.po
93 # msgattrib --only-fuzzy bg.po > fuzzy.po
94 # msgcat.exe untranslated.po fuzzy.po > new.po
95 # grep ^#: new.po | cut -c4- |tr ' ' '\n'| sed -e 's/:[0-9][0-9]*//' -e 's%.*/%%' -e 's/[.][^.]*$//' | sort -u
97 # ========================
98 # MOST IMPORTANT name asc ordering
99 # ------------------------
100 # add, blame, branch, checkout, clone, commit, common-cmds, config, diff, fetch, fsck, gc, git-rebase, git-stash, grep, log, mv, parse-options, push, reflog, remote, reset, revert, rm, wt-status
102 # ========================
103 # IMPORTANT strings, name asc ordering
104 # ------------------------
105 # apply, archive, check-ignore, clean, date, describe, git-am, git-bisect, git-submodule, hash-object, init-db, ls-tree, merge, merge-base, merge-file, merge-recursive, name-rev, pathspec, show-ref, tag
109 "Project-Id-Version: git master\n"
110 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
111 "POT-Creation-Date: 2015-07-14 07:19+0800\n"
112 "PO-Revision-Date: 2015-07-14 19:05+0300\n"
113 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
114 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
116 "MIME-Version: 1.0\n"
117 "Content-Type: text/plain; charset=UTF-8\n"
118 "Content-Transfer-Encoding: 8bit\n"
119 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
124 msgstr "Подсказка: %.*s\n"
129 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
130 "as appropriate to mark resolution and make a commit."
132 "Редактирайте ги в работното дърво, и тогава ползвайте „git add/rm ФАЙЛ“\n"
133 "за да отбележите коригирането им. След това извършете подаването."
136 msgid "git archive [<options>] <tree-ish> [<path>...]"
137 msgstr "git archive [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ДЪРВО [ПЪТ…]"
140 msgid "git archive --list"
141 msgstr "git archive --list"
145 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
147 "git archive --remote ХРАНИЛИЩЕ [--exec КОМАНДА] [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ДЪРВО "
151 msgid "git archive --remote <repo> [--exec <cmd>] --list"
152 msgstr "git archive --remote ХРАНИЛИЩЕ [--exec КОМАНДА] --list"
154 #: archive.c:342 builtin/add.c:137 builtin/add.c:428 builtin/rm.c:327
156 msgid "pathspec '%s' did not match any files"
157 msgstr "пътят „%s“ не съвпада с никой файл"
164 msgid "archive format"
165 msgstr "ФОРМАТ на архива"
167 #: archive.c:428 builtin/log.c:1204
172 msgid "prepend prefix to each pathname in the archive"
173 msgstr "добавяне на този префикс към всеки път в архива"
175 #: archive.c:430 builtin/archive.c:88 builtin/blame.c:2516
176 #: builtin/blame.c:2517 builtin/config.c:57 builtin/fast-export.c:986
177 #: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:99
178 #: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:394
179 #: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:150
183 #: archive.c:431 builtin/archive.c:89
184 msgid "write the archive to this file"
185 msgstr "запазване на архива в този файл"
188 msgid "read .gitattributes in working directory"
189 msgstr "изчитане на „.gitattributes“ в работната директория"
192 msgid "report archived files on stderr"
193 msgstr "извеждане на архивираните файлове на стандартната грешка"
197 msgstr "само съхранение без компресиране"
200 msgid "compress faster"
201 msgstr "бързо компресиране"
204 msgid "compress better"
205 msgstr "добро компресиране"
208 msgid "list supported archive formats"
209 msgstr "извеждане на списъка с поддържаните формати"
211 #: archive.c:449 builtin/archive.c:90 builtin/clone.c:77
215 #: archive.c:450 builtin/archive.c:91
216 msgid "retrieve the archive from remote repository <repo>"
217 msgstr "изтегляне на архива от отдалеченото ХРАНИЛИЩЕ"
219 #: archive.c:451 builtin/archive.c:92 builtin/notes.c:478
223 #: archive.c:452 builtin/archive.c:93
224 msgid "path to the remote git-upload-archive command"
225 msgstr "път към отдалечената команда „git-upload-archive“"
229 "Negative patterns are ignored in git attributes\n"
230 "Use '\\!' for literal leading exclamation."
232 "Отрицателните шаблони се игнорират в атрибутите на git.\n"
233 "Ако ви трябва начална удивителна, ползвайте „\\!“."
237 msgid "Not setting branch %s as its own upstream."
239 "Клонът „%s“ не може да служи като източник за собствената си синхронизация."
243 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
245 "Клонът „%s“ ще следи клона „%s“ от отдалеченото хранилище „%s“ чрез "
250 msgid "Branch %s set up to track remote branch %s from %s."
251 msgstr "Клонът „%s“ ще следи клона „%s“ от отдалеченото хранилище „%s“."
255 msgid "Branch %s set up to track local branch %s by rebasing."
257 "Клонът „%s“ ще следи клона „%s“ от локалното хранилище чрез пребазиране."
261 msgid "Branch %s set up to track local branch %s."
262 msgstr "Клонът „%s“ ще следи клона „%s“ от локалното хранилище."
266 msgid "Branch %s set up to track remote ref %s by rebasing."
267 msgstr "Клонът „%s“ ще следи отдалечения указател „%s“ чрез пребазиране."
271 msgid "Branch %s set up to track remote ref %s."
272 msgstr "Клонът „%s“ ще следи отдалечения указател „%s“."
276 msgid "Branch %s set up to track local ref %s by rebasing."
277 msgstr "Клонът „%s“ ще следи локалния указател „%s“ чрез пребазиране."
281 msgid "Branch %s set up to track local ref %s."
282 msgstr "Клонът „%s“ ще следи локалния указател „%s“."
286 msgid "Not tracking: ambiguous information for ref %s"
287 msgstr "Няма следене: двусмислена информация за указателя „%s“"
291 msgid "'%s' is not a valid branch name."
292 msgstr "„%s“ не е позволено име за клон."
296 msgid "A branch named '%s' already exists."
297 msgstr "Вече съществува клон с име „%s“."
300 msgid "Cannot force update the current branch."
301 msgstr "Текущият клон не може да бъде принудително обновен."
305 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
306 msgstr "Зададените настройки за следенето са грешни — началото „%s“ не е клон."
310 msgid "the requested upstream branch '%s' does not exist"
311 msgstr "заявеният отдалечен клон „%s“ не съществува"
316 "If you are planning on basing your work on an upstream\n"
317 "branch that already exists at the remote, you may need to\n"
318 "run \"git fetch\" to retrieve it.\n"
320 "If you are planning to push out a new local branch that\n"
321 "will track its remote counterpart, you may want to use\n"
322 "\"git push -u\" to set the upstream config as you push."
325 "Ако искате да базирате работата си на клон от отдалечено хранилище, може \n"
326 "да се наложи да изпълните „git fetch“, за да получите информацията за него.\n"
328 "Ако искате да изтласкате нов, локален клон, който да следи отдалечен клон,\n"
329 "може да използвате „git push -u“, за да настроите към кой клон да се "
334 msgid "Not a valid object name: '%s'."
335 msgstr "Неправилно име на обект: „%s“"
339 msgid "Ambiguous object name: '%s'."
340 msgstr "Двусмислено име на обект: „%s“"
344 msgid "Not a valid branch point: '%s'."
345 msgstr "Неправилно място за начало на клон: „%s“"
349 msgid "'%s' does not look like a v2 bundle file"
350 msgstr "Файлът „%s“ не изглежда да е пратка на git версия 2"
354 msgid "unrecognized header: %s%s (%d)"
355 msgstr "непозната заглавна част: %s%s (%d)"
357 #: bundle.c:87 builtin/commit.c:766
359 msgid "could not open '%s'"
360 msgstr "„%s“ не може да се отвори"
363 msgid "Repository lacks these prerequisite commits:"
364 msgstr "В хранилището липсват следните необходими подавания:"
366 #: bundle.c:163 sequencer.c:650 sequencer.c:1105 builtin/blame.c:2705
367 #: builtin/branch.c:651 builtin/commit.c:1045 builtin/log.c:330
368 #: builtin/log.c:825 builtin/log.c:1432 builtin/log.c:1666 builtin/merge.c:358
369 #: builtin/shortlog.c:158
370 msgid "revision walk setup failed"
371 msgstr "неуспешно настройване на обхождането на версиите"
375 msgid "The bundle contains this ref:"
376 msgid_plural "The bundle contains these %d refs:"
377 msgstr[0] "Пратката съдържа следния указател:"
378 msgstr[1] "Пратката съдържа следните %d указатели:"
381 msgid "The bundle records a complete history."
382 msgstr "Пратката съдържа пълна история."
386 msgid "The bundle requires this ref:"
387 msgid_plural "The bundle requires these %d refs:"
388 msgstr[0] "Пратката изисква следния указател:"
389 msgstr[1] "Пратката изисква следните %d указатели:"
392 msgid "Could not spawn pack-objects"
393 msgstr "Командата „git pack-objects“ не може да бъде стартирана"
395 # FIXME better message
397 msgid "pack-objects died"
398 msgstr "Командата „git pack-objects“ не завърши успешно"
400 # FIXME better message
402 msgid "rev-list died"
403 msgstr "Командата „git rev-list“ не завърши успешно"
407 msgid "ref '%s' is excluded by the rev-list options"
409 "указателят „%s“ не е бил включен поради опциите зададени на „git rev-list“"
411 #: bundle.c:437 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261
413 msgid "unrecognized argument: %s"
414 msgstr "непознат аргумент: %s"
417 msgid "Refusing to create empty bundle."
418 msgstr "Създаването на празна пратка е невъзможно."
422 msgid "cannot create '%s'"
423 msgstr "Файлът „%s“ не може да бъде създаден"
425 # FIXME better message
427 msgid "index-pack died"
428 msgstr "Командата „git index-pack“ не завърши успешно"
432 msgid "invalid color value: %.*s"
433 msgstr "неправилна стойност за цвят: %.*s"
437 msgid "could not parse %s"
438 msgstr "„%s“ не може да се анализира"
442 msgid "%s %s is not a commit!"
443 msgstr "%s %s не е подаване!"
445 #: compat/obstack.c:406 compat/obstack.c:408
446 msgid "memory exhausted"
447 msgstr "паметта свърши"
449 #: config.c:474 config.c:476
451 msgid "bad config file line %d in %s"
452 msgstr "неправилен ред %d в „%s“"
456 msgid "bad numeric config value '%s' for '%s' in %s: %s"
458 "неправилна числова стойност „%s“ за настройката „%s“ в раздела „%s“: %s"
462 msgid "bad numeric config value '%s' for '%s': %s"
463 msgstr "неправилна числова стойност „%s“ за настройката „%s“: %s"
467 msgid "failed to expand user dir in: '%s'"
468 msgstr "домашната папка на потребителя не може да бъде открита: „%s“"
470 #: config.c:757 config.c:768
472 msgid "bad zlib compression level %d"
473 msgstr "неправилно ниво на компресиране: %d"
477 msgid "invalid mode for object creation: %s"
478 msgstr "неправилен режим за създаването на обекти: %s"
481 msgid "unable to parse command-line config"
482 msgstr "неправилни настройки от командния ред"
485 msgid "unknown error occured while reading the configuration files"
486 msgstr "неочаквана грешка при изчитането на конфигурационните файлове"
490 msgid "unable to parse '%s' from command-line config"
491 msgstr "неразпозната стойност „%s“ от командния ред"
495 msgid "bad config variable '%s' in file '%s' at line %d"
496 msgstr "неправилна настройка „%s“ във файла „%s“ на ред №%d"
500 msgid "%s has multiple values"
501 msgstr "зададени са няколко стойности за „%s“"
504 msgid "Could not run 'git rev-list'"
505 msgstr "Командата „git rev-list“ не може да бъде изпълнена."
509 msgid "failed write to rev-list: %s"
510 msgstr "неуспешен запис на списъка с версиите: %s"
514 msgid "failed to close rev-list's stdin: %s"
515 msgstr "стандартният вход на списъка с версиите не може да бъде затворен: %s"
518 msgid "in the future"
523 msgid "%lu second ago"
524 msgid_plural "%lu seconds ago"
525 msgstr[0] "преди %lu секунда"
526 msgstr[1] "преди %lu секунди"
530 msgid "%lu minute ago"
531 msgid_plural "%lu minutes ago"
532 msgstr[0] "преди %lu минута"
533 msgstr[1] "преди %lu минути"
538 msgid_plural "%lu hours ago"
539 msgstr[0] "преди %lu час"
540 msgstr[1] "преди %lu часа"
545 msgid_plural "%lu days ago"
546 msgstr[0] "преди %lu ден"
547 msgstr[1] "преди %lu дена"
552 msgid_plural "%lu weeks ago"
553 msgstr[0] "преди %lu седмица"
554 msgstr[1] "преди %lu седмици"
558 msgid "%lu month ago"
559 msgid_plural "%lu months ago"
560 msgstr[0] "преди %lu месец"
561 msgstr[1] "преди %lu месеца"
566 msgid_plural "%lu years"
567 msgstr[0] "%lu година"
568 msgstr[1] "%lu години"
570 #. TRANSLATORS: "%s" is "<n> years"
573 msgid "%s, %lu month ago"
574 msgid_plural "%s, %lu months ago"
575 msgstr[0] "преди %s и %lu месец"
576 msgstr[1] "преди %s и %lu месеца"
578 #: date.c:154 date.c:159
581 msgid_plural "%lu years ago"
582 msgstr[0] "преди %lu година"
583 msgstr[1] "преди %lu години"
585 #: diffcore-order.c:24
587 msgid "failed to read orderfile '%s'"
588 msgstr "файлът с подредбата на съответствията „%s“ не може да бъде прочетен"
590 #: diffcore-rename.c:536
591 msgid "Performing inexact rename detection"
592 msgstr "Търсене на преименувания на обекти съчетани с промени"
596 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
598 " Неуспешно разпознаване на „%s“ като процент-праг за статистиката по "
603 msgid " Unknown dirstat parameter '%s'\n"
604 msgstr " Непознат параметър „%s“ за статистиката по директории'\n"
608 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
609 msgstr "Непозната стойност „%s“ за настройката „diff.submodule“"
614 "Found errors in 'diff.dirstat' config variable:\n"
617 "Грешки в настройката „diff.dirstat“:\n"
622 msgid "external diff died, stopping at %s"
624 "външната програма за разлики завърши неуспешно. Спиране на работата при „%s“"
627 msgid "--follow requires exactly one pathspec"
628 msgstr "Опцията „--follow“ изисква точно един път"
633 "Failed to parse --dirstat/-X option parameter:\n"
636 "Неразпознат параметър към опцията „--dirstat/-X“:\n"
641 msgid "Failed to parse --submodule option parameter: '%s'"
642 msgstr "Неразпознат параметър към опцията „--submodule“: „%s“"
645 msgid "failed to get kernel name and information"
646 msgstr "името и версията на ядрото не бяха получени"
649 msgid "Untracked cache is disabled on this system."
650 msgstr "Кеша за неследените файлове е изключен на тази система"
652 #: gpg-interface.c:129 gpg-interface.c:200
653 msgid "could not run gpg."
654 msgstr "Програмата „gpg“ не може да бъде стартирана."
656 #: gpg-interface.c:141
657 msgid "gpg did not accept the data"
658 msgstr "Програмата „gpg“ не прие подадените данни."
660 #: gpg-interface.c:152
661 msgid "gpg failed to sign the data"
662 msgstr "Програмата „gpg“ не подписа данните."
664 #: gpg-interface.c:185
666 msgid "could not create temporary file '%s': %s"
667 msgstr "Програмата „gpg“ не успя да създаде временния файл „%s“: %s"
669 #: gpg-interface.c:188
671 msgid "failed writing detached signature to '%s': %s"
672 msgstr "Програмата „gpg“ не успя да запише самостоятелния подпис към „%s“: %s"
676 msgid "'%s': unable to read %s"
677 msgstr "„%s“: файлът сочен от „%s“ не може да бъде прочетен"
686 msgid "'%s': short read %s"
687 msgstr "„%s“: изчитането на „%s“ върна по-малко байтове от заявените"
691 msgid "available git commands in '%s'"
692 msgstr "налични команди на git от „%s“"
695 msgid "git commands available from elsewhere on your $PATH"
696 msgstr "команди на git от други директории от „$PATH“"
699 msgid "These are common Git commands used in various situations:"
700 msgstr "Това са най-често използваните команди на Git:"
705 "'%s' appears to be a git command, but we were not\n"
706 "able to execute it. Maybe git-%s is broken?"
708 "Изглежда, че „%s“ е команда на git, но тя не може да\n"
709 "бъде изпълнена. Вероятно пакетът „git-%s“ е повреден."
713 msgid "Uh oh. Your system reports no Git commands at all."
714 msgstr "Странно, изглежда, че на системата ви няма нито една команда на git."
719 "WARNING: You called a Git command named '%s', which does not exist.\n"
720 "Continuing under the assumption that you meant '%s'"
722 "ПРЕДУПРЕЖДЕНИЕ: Пробвахте да изпълните команда на Git на име „%s“, а такава "
724 "съществува. Изпълнението автоматично продължава, като се счита, че имате "
729 msgid "in %0.1f seconds automatically..."
730 msgstr "след %0.1f секунди…"
734 msgid "git: '%s' is not a git command. See 'git --help'."
735 msgstr "git: „%s“ не е команда на git. Погледнете изхода от „git --help“."
737 #: help.c:406 help.c:466
743 "Did you mean one of these?"
746 "Команда с подобно име е:"
749 "Команди с подобно име са:"
757 msgid "BUG: reopen a lockfile that is still open"
758 msgstr "ГРЕШКА В GIT: преотваряне на файл-ключалка"
761 msgid "BUG: reopen a lockfile that has been committed"
762 msgstr "ГРЕШКА В GIT: преотваряне на файл-ключалка, който е подаден"
765 msgid "failed to read the cache"
766 msgstr "кешът не може да бъде прочетен"
768 #: merge.c:94 builtin/checkout.c:376 builtin/checkout.c:587
769 #: builtin/clone.c:647
770 msgid "unable to write new index file"
771 msgstr "неуспешно записване на новия индекс"
773 #: merge-recursive.c:189
775 msgid "(bad commit)\n"
776 msgstr "(лошо подаване)\n"
778 #: merge-recursive.c:209
780 msgid "addinfo_cache failed for path '%s'"
781 msgstr "неуспешно изпълнение на „addinfo_cache“ за пътя „%s“"
783 #: merge-recursive.c:270
784 msgid "error building trees"
785 msgstr "грешка при изграждане на дърветата"
787 #: merge-recursive.c:687
789 msgid "failed to create path '%s'%s"
790 msgstr "грешка при създаването на пътя „%s“%s"
792 #: merge-recursive.c:698
794 msgid "Removing %s to make room for subdirectory\n"
795 msgstr "Изтриване на „%s“, за да се освободи място за поддиректория\n"
797 # FIXME better message
798 #: merge-recursive.c:712 merge-recursive.c:733
799 msgid ": perhaps a D/F conflict?"
800 msgstr ": възможно е да има конфликт директория/файл."
802 #: merge-recursive.c:723
804 msgid "refusing to lose untracked file at '%s'"
806 "преустановяване на действието, за да не се изтрие неследеният файл „%s“"
808 #: merge-recursive.c:763
810 msgid "cannot read object %s '%s'"
811 msgstr "обектът „%s“ (%s) не може да бъде прочетен"
813 #: merge-recursive.c:765
815 msgid "blob expected for %s '%s'"
816 msgstr "обектът „%s“ (%s) се очакваше да е BLOB, а не е"
818 #: merge-recursive.c:788 builtin/clone.c:306
820 msgid "failed to open '%s'"
821 msgstr "директорията „%s“ не може да бъде отворена"
823 #: merge-recursive.c:796
825 msgid "failed to symlink '%s'"
826 msgstr "неуспешно създаване на символната връзка „%s“"
828 #: merge-recursive.c:799
830 msgid "do not know what to do with %06o %s '%s'"
832 "не е ясно какво да се прави с обекта „%2$s“ (%3$s) с права за достъп „%1$06o“"
834 #: merge-recursive.c:937
835 msgid "Failed to execute internal merge"
836 msgstr "Неуспешно вътрешно сливане"
838 #: merge-recursive.c:941
840 msgid "Unable to add %s to database"
841 msgstr "„%s“ не може да се добави в базата с данни"
843 #: merge-recursive.c:957
844 msgid "unsupported object type in the tree"
845 msgstr "в дървото има неподдържан вид обект"
847 #: merge-recursive.c:1032 merge-recursive.c:1046
850 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
853 "КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
854 "е оставена в дървото."
856 #: merge-recursive.c:1038 merge-recursive.c:1051
859 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
862 "КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
863 "е оставена в дървото: %s."
865 #: merge-recursive.c:1092
867 msgstr "преименуване"
869 #: merge-recursive.c:1092
873 #: merge-recursive.c:1148
875 msgid "%s is a directory in %s adding as %s instead"
876 msgstr "„%s“ е директория в „%s“, затова се добавя като „%s“"
878 #: merge-recursive.c:1170
881 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
882 "\"->\"%s\" in \"%s\"%s"
884 "КОНФЛИКТ (преименуване/преименуване): „%s“ е преименуван на „%s“ в клон "
885 "„%s“, а „%s“ е преименуван на „%s“ в „%s“/%s."
887 #: merge-recursive.c:1175
888 msgid " (left unresolved)"
889 msgstr " (некоригиран конфликт)"
891 #: merge-recursive.c:1229
893 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
895 "КОНФЛИКТ (преименуване/преименуване): „%s“ е преименуван на „%s“ в клон "
896 "„%s“, а „%s“ е преименуван на „%s“ в „%s“"
898 #: merge-recursive.c:1259
900 msgid "Renaming %s to %s and %s to %s instead"
901 msgstr "Преименуване на „%s“ на „%s“, а „%s“ на „%s“"
903 #: merge-recursive.c:1458
905 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
907 "КОНФЛИКТ (преименуване/добавяне): „%s“ е преименуван на „%s“ в клон „%s“, а "
908 "„%s“ е добавен в „%s“"
910 #: merge-recursive.c:1468
912 msgid "Adding merged %s"
913 msgstr "Добавяне на слетия „%s“"
915 #: merge-recursive.c:1473 merge-recursive.c:1671
917 msgid "Adding as %s instead"
918 msgstr "Добавяне като „%s“"
920 #: merge-recursive.c:1524
922 msgid "cannot read object %s"
923 msgstr "обектът „%s“ не може да се прочете"
925 #: merge-recursive.c:1527
927 msgid "object %s is not a blob"
928 msgstr "обектът „%s“ не е BLOB"
930 #: merge-recursive.c:1575
934 #: merge-recursive.c:1575
938 #: merge-recursive.c:1585
942 #: merge-recursive.c:1592
944 msgstr "добавяне/добавяне"
946 #: merge-recursive.c:1626
948 msgid "Skipped %s (merged same as existing)"
949 msgstr "Прескачане на „%s“ (слетият резултат е идентичен със сегашния)"
951 #: merge-recursive.c:1640
953 msgid "Auto-merging %s"
954 msgstr "Автоматично сливане на „%s“"
956 #: merge-recursive.c:1644 git-submodule.sh:1150
960 #: merge-recursive.c:1645
962 msgid "CONFLICT (%s): Merge conflict in %s"
963 msgstr "КОНФЛИКТ (%s): Конфликт при сливане на „%s“"
965 #: merge-recursive.c:1731
968 msgstr "Изтриване на „%s“"
970 #: merge-recursive.c:1756
971 msgid "file/directory"
972 msgstr "файл/директория"
974 #: merge-recursive.c:1762
975 msgid "directory/file"
976 msgstr "директория/файл"
978 #: merge-recursive.c:1767
980 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
982 "КОНФЛИКТ (%s): Съществува директория на име „%s“ в „%s“. Добавяне на „%s“ "
985 #: merge-recursive.c:1777
988 msgstr "Добавяне на „%s“"
990 #: merge-recursive.c:1794
991 msgid "Fatal merge failure, shouldn't happen."
992 msgstr "Фатална грешка при сливане, а такава не трябва да възниква!"
994 #: merge-recursive.c:1813
995 msgid "Already up-to-date!"
996 msgstr "Вече е обновено!"
998 #: merge-recursive.c:1822
1000 msgid "merging of trees %s and %s failed"
1001 msgstr "неуспешно сливане на дърветата „%s“ и „%s“"
1004 #: merge-recursive.c:1852
1006 msgid "Unprocessed path??? %s"
1008 "Пътят „%s“ не е обработен, това е грешка в Git, докладвайте я на "
1009 "разработчиците, като пратите е-писмо на адрес: „git@vger.kernel.org“."
1011 #: merge-recursive.c:1900
1015 #: merge-recursive.c:1913
1017 msgid "found %u common ancestor:"
1018 msgid_plural "found %u common ancestors:"
1019 msgstr[0] "открит е %u общ предшественик:"
1020 msgstr[1] "открити са %u общи предшественици:"
1022 #: merge-recursive.c:1950
1023 msgid "merge returned no commit"
1024 msgstr "сливането не върна подаване"
1026 #: merge-recursive.c:2007
1028 msgid "Could not parse object '%s'"
1029 msgstr "Неуспешен анализ на обекта „%s“"
1031 #: merge-recursive.c:2018 builtin/merge.c:645
1032 msgid "Unable to write index."
1033 msgstr "Индексът не може да бъде прочетен"
1036 msgid "Cannot commit uninitialized/unreferenced notes tree"
1038 "Неинициализирано или нереферирано дърво за бележки не може да бъде подадено"
1042 msgid "Bad notes.rewriteMode value: '%s'"
1043 msgstr "Неправилна стойност за „notes.rewriteMode“: „%s“"
1047 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
1049 "Бележките в „%s“ няма да бъдат презаписани, защото са извън „refs/notes/“."
1051 #. TRANSLATORS: The first %s is the name of the
1052 #. environment variable, the second %s is its value
1053 #: notes-utils.c:119
1055 msgid "Bad %s value: '%s'"
1056 msgstr "Зададена е лоша стойност на променливата „%s“: „%s“"
1060 msgid "unable to parse object: %s"
1061 msgstr "обектът „%s“ не може да бъде анализиран"
1063 #: parse-options.c:546
1067 #: parse-options.c:564
1070 msgstr "употреба: %s"
1072 #. TRANSLATORS: the colon here should align with the
1073 #. one in "usage: %s" translation
1074 #: parse-options.c:568
1079 #: parse-options.c:571
1084 #: parse-options.c:605
1089 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
1090 msgstr "глобалните настройки за пътища „glob“ и „noglob“ са несъвместими"
1094 "global 'literal' pathspec setting is incompatible with all other global "
1097 "глобалната настройка за дословни пътища „literal“ е несъвместима с всички "
1098 "други глобални настройки за пътища"
1101 msgid "invalid parameter for pathspec magic 'prefix'"
1102 msgstr "неправилен параметър за опцията за магически пътища „prefix“"
1106 msgid "Invalid pathspec magic '%.*s' in '%s'"
1107 msgstr "Неправилна стойност за опцията за магически пътища „%.*s“ в „%s“"
1111 msgid "Missing ')' at the end of pathspec magic in '%s'"
1112 msgstr "Знакът „)“ липсва в опцията за магически пътища в „%s“"
1116 msgid "Unimplemented pathspec magic '%c' in '%s'"
1117 msgstr "Магическите пътища „%c“ са без реализация за „%s“"
1121 msgid "%s: 'literal' and 'glob' are incompatible"
1122 msgstr "%s: опциите „literal“ и „glob“ са несъвместими"
1126 msgid "%s: '%s' is outside repository"
1127 msgstr "%s: „%s“ е извън хранилището"
1131 msgid "Pathspec '%s' is in submodule '%.*s'"
1132 msgstr "Пътят „%s“ е в подмодула „%.*s“"
1136 msgid "%s: pathspec magic not supported by this command: %s"
1137 msgstr "%s: магическите пътища не се поддържат от командата „%s“"
1141 msgid "pathspec '%s' is beyond a symbolic link"
1142 msgstr "пътят „%s“ е след символна връзка"
1146 "There is nothing to exclude from by :(exclude) patterns.\n"
1147 "Perhaps you forgot to add either ':/' or '.' ?"
1149 "Нищо не се изключва от шаблоните за изключване.\n"
1150 "Това често се случва, ако сте забравили да добавите „:/“ или „.“."
1153 msgid "unable to parse --pretty format"
1154 msgstr "аргументът към опцията „--pretty“ не може да се анализира"
1158 msgstr "действието завърши"
1160 #: read-cache.c:1295
1163 "index.version set, but the value is invalid.\n"
1166 "Зададена е неправилна стойност на настройката „index.version“.\n"
1167 "Ще се ползва версия %i"
1169 #: read-cache.c:1305
1172 "GIT_INDEX_VERSION set, but the value is invalid.\n"
1175 "Зададена е неправилна стойност на променливата на средата "
1176 "„GIT_INDEX_VERSION“.\n"
1177 "Ще се ползва версия %i"
1181 msgid "Cannot fetch both %s and %s to %s"
1182 msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"
1186 msgid "%s usually tracks %s, not %s"
1187 msgstr "„%s“ обикновено следи „%s“, а не „%s“"
1191 msgid "%s tracks both %s and %s"
1192 msgstr "„%s“ следи както „%s“, така и „%s“"
1195 msgid "Internal error"
1196 msgstr "Вътрешна грешка"
1198 #: remote.c:1723 remote.c:1766
1199 msgid "HEAD does not point to a branch"
1200 msgstr "Указателят „HEAD“ не сочи към клон"
1204 msgid "no such branch: '%s'"
1205 msgstr "няма клон на име „%s“"
1209 msgid "no upstream configured for branch '%s'"
1210 msgstr "не е зададен клон-източник за клона „%s“"
1214 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1215 msgstr "клонът-източник „%s“ не е съхранен като следящ клон"
1219 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1221 "липсва локален следящ клон за местоположението за изтласкване „%s“ в "
1226 msgid "branch '%s' has no remote for pushing"
1227 msgstr "няма информация клонът „%s“ да следи някой друг"
1231 msgid "push refspecs for '%s' do not include '%s'"
1232 msgstr "указателят за изтласкване на „%s“ не включва „%s“"
1235 msgid "push has no destination (push.default is 'nothing')"
1236 msgstr "указателят за изтласкване не включва цел („push.default“ е „nothing“)"
1239 msgid "cannot resolve 'simple' push to a single destination"
1240 msgstr "простото (simple) изтласкване не съответства на една цел"
1244 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1245 msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"
1248 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1249 msgstr " (за да коригирате това, използвайте „git branch --unset-upstream“)\n"
1253 msgid "Your branch is up-to-date with '%s'.\n"
1254 msgstr "Клонът е актуализиран към „%s“.\n"
1258 msgid "Your branch is ahead of '%s' by %d commit.\n"
1259 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1260 msgstr[0] "Клонът ви е с %2$d подаване пред „%1$s“.\n"
1261 msgstr[1] "Клонът ви е с %2$d подавания пред „%1$s“.\n"
1264 msgid " (use \"git push\" to publish your local commits)\n"
1265 msgstr " (публикувайте локалните си промени чрез „git push“)\n"
1269 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1271 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1273 "Клонът ви е с %2$d подаване зад „%1$s“ и може да бъде тривиално слят.\n"
1275 "Клонът ви е с %2$d подавания зад „%1$s“ и може да бъде тривиално слят.\n"
1278 msgid " (use \"git pull\" to update your local branch)\n"
1279 msgstr " (обновете локалния си клон чрез „git pull“)\n"
1284 "Your branch and '%s' have diverged,\n"
1285 "and have %d and %d different commit each, respectively.\n"
1287 "Your branch and '%s' have diverged,\n"
1288 "and have %d and %d different commits each, respectively.\n"
1290 "Текущият клон се е отделил от „%s“,\n"
1291 "двата имат съответно по %d и %d несъвпадащи подавания.\n"
1293 "Текущият клон се е отделил от „%s“,\n"
1294 "двата имат съответно по %d и %d несъвпадащи подавания.\n"
1297 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1298 msgstr " (слейте отдалечения клон в локалния чрез „git pull“)\n"
1301 msgid "--first-parent is incompatible with --bisect"
1302 msgstr "опциите „--first-parent“ и „--bisect“ са несъвместими"
1305 msgid "open /dev/null failed"
1306 msgstr "неуспешно отваряне на „/dev/null“"
1310 msgid "dup2(%d,%d) failed"
1311 msgstr "неуспешно изпълнение на dup2(%d,%d)"
1314 msgid "failed to sign the push certificate"
1315 msgstr "сертификатът за изтласкване не може да бъде подписан"
1318 msgid "the receiving end does not support --signed push"
1319 msgstr "отсрещната страна не поддържа изтласкване с опцията „--signed“"
1322 msgid "the receiving end does not support --atomic push"
1323 msgstr "получаващата страна не поддържа изтласкване с опцията „--atomic“"
1325 #: sequencer.c:172 builtin/merge.c:760 builtin/merge.c:871 builtin/merge.c:973
1326 #: builtin/merge.c:983
1328 msgid "Could not open '%s' for writing"
1329 msgstr "„%s“ не може да бъде отворен за запис"
1331 #: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:763 builtin/merge.c:975
1332 #: builtin/merge.c:988
1334 msgid "Could not write to '%s'"
1335 msgstr "„%s“ не може да бъде записан"
1337 # FIXME git add <path…> for consistence
1340 "after resolving the conflicts, mark the corrected paths\n"
1341 "with 'git add <paths>' or 'git rm <paths>'"
1343 "след коригирането на конфликтите, отбележете съответните\n"
1344 "пътища с „git add ПЪТ…“ или „git rm ПЪТ…“."
1348 "after resolving the conflicts, mark the corrected paths\n"
1349 "with 'git add <paths>' or 'git rm <paths>'\n"
1350 "and commit the result with 'git commit'"
1352 "след коригирането на конфликтите, отбележете съответните\n"
1353 "пътища с „git add ПЪТ…“ или „git rm ПЪТ…“, след което\n"
1354 "подайте резултата с командата „git commit'“."
1356 # FIXME - must be the same as Could not write to '%s' above
1357 #: sequencer.c:211 sequencer.c:861 sequencer.c:944
1359 msgid "Could not write to %s"
1360 msgstr "„%s“ не може да бъде записан"
1362 # FIXME wrap up as ffinishing the work on, in fact, full stop at end for consistency with below
1365 msgid "Error wrapping up %s"
1366 msgstr "Обработката на „%s“ не завърши успешно."
1369 msgid "Your local changes would be overwritten by cherry-pick."
1370 msgstr "Локалните ви промени ще бъдат презаписани при отбирането на подавания."
1373 msgid "Your local changes would be overwritten by revert."
1374 msgstr "Локалните ви промени ще бъдат презаписани при отмяната на подавания."
1377 msgid "Commit your changes or stash them to proceed."
1378 msgstr "Подайте или скатайте промените, за да продължите"
1380 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1383 msgid "%s: Unable to write new index file"
1384 msgstr "%s: новият индекс не може да бъде запазен"
1387 msgid "Could not resolve HEAD commit\n"
1388 msgstr "Подаването сочено от указателя „HEAD“ не може да бъде открито\n"
1391 msgid "Unable to update cache tree\n"
1392 msgstr "Дървото на кеша не може да бъде обновено\n"
1396 msgid "Could not parse commit %s\n"
1397 msgstr "Подаването „%s“ не може да бъде анализирано\n"
1401 msgid "Could not parse parent commit %s\n"
1402 msgstr "Родителското подаване „%s“ не може да бъде анализирано\n"
1405 msgid "Your index file is unmerged."
1406 msgstr "Индексът не е слят."
1410 msgid "Commit %s is a merge but no -m option was given."
1411 msgstr "Подаването „%s“ е сливане, но не е дадена опцията „-m“"
1415 msgid "Commit %s does not have parent %d"
1416 msgstr "Подаването „%s“ няма родител %d"
1420 msgid "Mainline was specified but commit %s is not a merge."
1421 msgstr "Указано е базово подаване, но подаването „%s“ не е сливане."
1423 #. TRANSLATORS: The first %s will be "revert" or
1424 #. "cherry-pick", the second %s a SHA1
1427 msgid "%s: cannot parse parent commit %s"
1428 msgstr "%s: неразпозната стойност за родителското подаване „%s“"
1432 msgid "Cannot get commit message for %s"
1433 msgstr "Неуспешно извличане на съобщението за подаване на „%s“"
1437 msgid "could not revert %s... %s"
1438 msgstr "подаването „%s“… не може да бъде отменено: „%s“"
1442 msgid "could not apply %s... %s"
1443 msgstr "подаването „%s“… не може да бъде приложено: „%s“"
1446 msgid "empty commit set passed"
1447 msgstr "зададено е празно множество от подавания"
1451 msgid "git %s: failed to read the index"
1452 msgstr "git %s: неуспешно изчитане на индекса"
1456 msgid "git %s: failed to refresh the index"
1457 msgstr "git %s: неуспешно обновяване на индекса"
1461 msgid "Cannot %s during a %s"
1462 msgstr "По време на „%1$s“ не може да се извърши „%2$s“"
1466 msgid "Could not parse line %d."
1467 msgstr "%d-ят ред не може да се анализира."
1470 msgid "No commits parsed."
1471 msgstr "Никое от подаванията не може да се разпознае."
1473 # FIXME Could not open %s. - full stop for consistence with next message
1476 msgid "Could not open %s"
1477 msgstr "„%s“ не може да се прочете."
1481 msgid "Could not read %s."
1482 msgstr "„%s“ не може да се отвори."
1486 msgid "Unusable instruction sheet: %s"
1487 msgstr "Файлът с описание на предстоящите действия — „%s“ не може да се ползва"
1491 msgid "Invalid key: %s"
1492 msgstr "Неправилен ключ: „%s“"
1496 msgid "Invalid value for %s: %s"
1497 msgstr "Неправилна стойност за „%s“: „%s“"
1501 msgid "Malformed options sheet: %s"
1502 msgstr "Неправилно съдържание на файла с опции: „%s“"
1505 msgid "a cherry-pick or revert is already in progress"
1507 "в момента вече се извършва отбиране на подавания или пребазиране на клона"
1510 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1511 msgstr "използвайте „git cherry-pick (--continue | --quit | --abort)“"
1515 msgid "Could not create sequencer directory %s"
1516 msgstr "Директорията за секвенсора „%s“ не може да бъде създадена"
1518 #: sequencer.c:863 sequencer.c:948
1520 msgid "Error wrapping up %s."
1521 msgstr "Обработката на „%s“ не завърши успешно."
1523 #: sequencer.c:882 sequencer.c:1018
1524 msgid "no cherry-pick or revert in progress"
1526 "в момента не се извършва отбиране на подавания или пребазиране на клона"
1529 msgid "cannot resolve HEAD"
1530 msgstr "Подаването сочено от указателя „HEAD“ не може да бъде открито"
1533 msgid "cannot abort from a branch yet to be born"
1535 "действието не може да бъде преустановено, когато сте на клон, който тепърва "
1536 "предстои да бъде създаден"
1538 #: sequencer.c:908 builtin/apply.c:4291
1540 msgid "cannot open %s: %s"
1541 msgstr "файлът „%s“ не може да бъде отворен: %s"
1545 msgid "cannot read %s: %s"
1546 msgstr "файлът „%s“ не може да бъде прочетен: %s"
1549 msgid "unexpected end of file"
1550 msgstr "неочакван край на файл"
1554 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1556 "запазеният преди започването на отбирането файл за указателя „HEAD“ — „%s“ е "
1561 msgid "Could not format %s."
1562 msgstr "Файлът „%s“ не може да се форматира по подходящия начин."
1566 msgid "%s: can't cherry-pick a %s"
1567 msgstr "%s: не може да се отбере „%s“"
1571 msgid "%s: bad revision"
1572 msgstr "%s: неправилна версия"
1575 msgid "Can't revert as initial commit"
1576 msgstr "Първоначалното подаване не може да бъде отменено"
1579 msgid "Can't cherry-pick into empty head"
1580 msgstr "При празен връх не могат да се отбират подавания"
1584 msgid "failed to read %s"
1585 msgstr "файлът „%s“ не може да бъде прочетен"
1589 "Git normally never creates a ref that ends with 40 hex characters\n"
1590 "because it will be ignored when you just specify 40-hex. These refs\n"
1591 "may be created by mistake. For example,\n"
1593 " git checkout -b $br $(git rev-parse ...)\n"
1595 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1596 "examine these refs and maybe delete them. Turn this message off by\n"
1597 "running \"git config advice.objectNameWarning false\""
1599 "При нормална работа Git никога не създава указатели, които завършват с 40\n"
1600 "шестнадесетични знака, защото стандартно те ще бъдат прескачани.\n"
1601 "Възможно е такива указатели да са създадени случайно. Например:\n"
1603 " git checkout -b $BRANCH $(git rev-parse…)\n"
1605 "където стойността на променливата на средата BRANCH е празна, при което се\n"
1606 "създава подобен указател. Прегледайте тези указатели и ги изтрийте. Можете "
1608 "спрете това съобщение като изпълните командата:\n"
1609 "„git config advice.objectNameWarning false“"
1611 #: submodule.c:64 submodule.c:98
1612 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1614 "Неслетите файлове „.gitmodules“ не могат да бъдат променяни. Първо "
1615 "коригирайте конфликтите"
1617 #: submodule.c:68 submodule.c:102
1619 msgid "Could not find section in .gitmodules where path=%s"
1620 msgstr "Във файла „.gitmodules“ липсва раздел за директория „path=%s“"
1624 msgid "Could not update .gitmodules entry %s"
1625 msgstr "Записът „%s“ във файла „.gitmodules“ не може да бъде променен"
1629 msgid "Could not remove .gitmodules entry for %s"
1630 msgstr "Записът „%s“ във файла „.gitmodules“ не може да бъде изтрит"
1633 msgid "staging updated .gitmodules failed"
1634 msgstr "неуспешно добавяне на променения файл „.gitmodules“ в индекса"
1638 msgid "Could not set core.worktree in %s"
1639 msgstr "Настройката „core.worktree“ не може да се зададе в „%s“"
1641 #: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:557
1644 msgid "unknown value '%s' for key '%s'"
1645 msgstr "неправилна стойност „%s“ за настройката „%s“"
1647 #: trailer.c:543 trailer.c:548 builtin/remote.c:290
1649 msgid "more than one %s"
1650 msgstr "стойността „%s“ се повтаря в настройките"
1654 msgid "empty trailer token in trailer '%.*s'"
1655 msgstr "празна завършваща лексема в епилога „%.*s“"
1659 msgid "could not read input file '%s'"
1660 msgstr "входният файл „%s“ не може да бъде прочетен"
1663 msgid "could not read from stdin"
1664 msgstr "от стандартния вход не може да се чете"
1666 #: unpack-trees.c:203
1667 msgid "Checking out files"
1668 msgstr "Изтегляне на файлове"
1671 msgid "invalid URL scheme name or missing '://' suffix"
1672 msgstr "неправилна схема за адрес или суфиксът „://“ липсва"
1674 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1676 msgid "invalid %XX escape sequence"
1677 msgstr "неправилна екранираща последователност „%XX“"
1680 msgid "missing host and scheme is not 'file:'"
1681 msgstr "не е указана машина, а схемата не е „file:“"
1684 msgid "a 'file:' URL may not have a port number"
1685 msgstr "при схема „file:“ не можете да указвате номер на порт"
1688 msgid "invalid characters in host name"
1689 msgstr "неправилни знаци в името на машина"
1691 #: urlmatch.c:244 urlmatch.c:255
1692 msgid "invalid port number"
1693 msgstr "неправилен номер на порт"
1696 msgid "invalid '..' path segment"
1697 msgstr "неправилна част от пътя „..“"
1701 msgid "unable to access '%s': %s"
1702 msgstr "няма достъп до „%s“: %s"
1706 msgid "unable to access '%s'"
1707 msgstr "няма достъп до „%s“"
1711 msgid "unable to look up current user in the passwd file: %s"
1712 msgstr "текущият потребител не може да бъде открит във файла „/etc/passwd“: %s"
1715 msgid "no such user"
1716 msgstr "такъв потребител не съществува"
1719 msgid "unable to get current working directory"
1720 msgstr "текущата работна директория е недостъпна"
1724 msgid "could not open %s for writing"
1725 msgstr "„%s“ не може да бъде отворен за запис"
1727 # FIXME - must be the same as Could not write to '%s' above
1730 msgid "could not write to %s"
1731 msgstr "„%s“ не може да бъде записан"
1735 msgid "could not close %s"
1736 msgstr "„%s“ не може да се затвори"
1739 msgid "Unmerged paths:"
1740 msgstr "Неслети пътища:"
1742 #: wt-status.c:177 wt-status.c:204
1744 msgid " (use \"git reset %s <file>...\" to unstage)"
1745 msgstr " (използвайте „git reset %s ФАЙЛ…“, за да извадите ФАЙЛа от индекса)"
1747 #: wt-status.c:179 wt-status.c:206
1748 msgid " (use \"git rm --cached <file>...\" to unstage)"
1750 " (използвайте „git rm --cached %s ФАЙЛ…“, за да извадите ФАЙЛа от индекса)"
1753 msgid " (use \"git add <file>...\" to mark resolution)"
1755 " (използвайте „git add ФАЙЛ…“, за да укажете разрешаването на конфликта)"
1757 #: wt-status.c:185 wt-status.c:189
1758 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1760 " (използвайте „git add/rm ФАЙЛ…“, според решението, което избирате за "
1764 msgid " (use \"git rm <file>...\" to mark resolution)"
1766 " (използвайте „git rm ФАЙЛ…“, за да укажете разрешаването на конфликта)"
1768 #: wt-status.c:198 wt-status.c:881
1769 msgid "Changes to be committed:"
1770 msgstr "Промени, които ще бъдат подадени:"
1772 #: wt-status.c:216 wt-status.c:890
1773 msgid "Changes not staged for commit:"
1774 msgstr "Промени, които не са в индекса за подаване:"
1777 msgid " (use \"git add <file>...\" to update what will be committed)"
1779 " (използвайте „git add ФАЙЛ…“, за да обновите съдържанието за подаване)"
1782 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
1784 " (използвайте „git add/rm ФАЙЛ…“, за да обновите съдържанието за подаване)"
1788 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
1790 " (използвайте „git checkout -- ФАЙЛ…“, за да отхвърлите промените в "
1794 msgid " (commit or discard the untracked or modified content in submodules)"
1796 " (подайте или отхвърлете неследеното или промененото съдържание в "
1801 msgid " (use \"git %s <file>...\" to include in what will be committed)"
1803 " (използвайте „git %s ФАЙЛ…“, за да определите какво включвате в подаването)"
1806 msgid "both deleted:"
1807 msgstr "изтрити в двата случая:"
1810 msgid "added by us:"
1811 msgstr "добавени от вас:"
1814 msgid "deleted by them:"
1815 msgstr "изтрити от тях:"
1818 msgid "added by them:"
1819 msgstr "добавени от тях:"
1822 msgid "deleted by us:"
1823 msgstr "изтрити от вас:"
1827 msgstr "добавени и в двата случая:"
1830 msgid "both modified:"
1831 msgstr "променени и в двата случая:"
1835 msgid "bug: unhandled unmerged status %x"
1836 msgstr "грешка: състоянието на промяната „%x“ не може да бъде обработено"
1856 msgstr "преименуван:"
1860 msgstr "смяна на вида:"
1864 msgstr "непозната промяна:"
1871 msgid "new commits, "
1872 msgstr "нови подавания, "
1875 msgid "modified content, "
1876 msgstr "променено съдържание, "
1879 msgid "untracked content, "
1880 msgstr "неследено съдържание, "
1884 msgid "bug: unhandled diff status %c"
1885 msgstr "грешка: състоянието на промяната „%c“ не може да бъде обработено"
1888 msgid "Submodules changed but not updated:"
1889 msgstr "Подмодулите са променени, но не са обновени:"
1892 msgid "Submodule changes to be committed:"
1893 msgstr "Промени в подмодулите за подаване:"
1897 "Do not touch the line above.\n"
1898 "Everything below will be removed."
1900 "Не променяйте горния ред.\n"
1901 "Всичко отдолу ще бъде изтрито."
1904 msgid "You have unmerged paths."
1905 msgstr "Някои пътища не са слети."
1908 msgid " (fix conflicts and run \"git commit\")"
1909 msgstr " (коригирайте конфликтите и изпълнете „git commit“)"
1912 msgid "All conflicts fixed but you are still merging."
1913 msgstr "Всички конфликти са решени, но продължавате сливането."
1916 msgid " (use \"git commit\" to conclude merge)"
1917 msgstr " (използвайте „git commit“, за да завършите сливането)"
1920 msgid "You are in the middle of an am session."
1921 msgstr "В момента прилагате поредица от кръпки чрез „git am“."
1924 msgid "The current patch is empty."
1925 msgstr "Текущата кръпка е празна."
1928 msgid " (fix conflicts and then run \"git am --continue\")"
1929 msgstr " (коригирайте конфликтите и изпълнете „git am --continue“)"
1932 msgid " (use \"git am --skip\" to skip this patch)"
1933 msgstr " (използвайте „git am --skip“, за да пропуснете тази кръпка)"
1936 msgid " (use \"git am --abort\" to restore the original branch)"
1938 " (използвайте „git am --abort“, за да възстановите първоначалния клон)"
1940 #: wt-status.c:1039 wt-status.c:1056
1942 msgid "You are currently rebasing branch '%s' on '%s'."
1943 msgstr "В момента пребазирате клона „%s“ върху „%s“."
1945 #: wt-status.c:1044 wt-status.c:1061
1946 msgid "You are currently rebasing."
1947 msgstr "В момента пребазирате."
1950 msgid " (fix conflicts and then run \"git rebase --continue\")"
1951 msgstr " (коригирайте конфликтите и използвайте „git rebase --continue“)"
1954 msgid " (use \"git rebase --skip\" to skip this patch)"
1955 msgstr " (използвайте „git rebase --skip“, за да пропуснете тази кръпка)"
1958 msgid " (use \"git rebase --abort\" to check out the original branch)"
1960 " (използвайте „git rebase --abort“, за да възстановите първоначалния клон)"
1963 msgid " (all conflicts fixed: run \"git rebase --continue\")"
1964 msgstr " (всички конфликти са коригирани: изпълнете „git rebase --continue“)"
1969 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1970 msgstr "В момента разделяте подаване докато пребазирате клона „%s“ върху „%s“."
1973 msgid "You are currently splitting a commit during a rebase."
1974 msgstr "В момента разделяте подаване докато пребазирате."
1977 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
1979 " (След като работното ви дърво стане чисто, използвайте „git rebase --"
1984 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1986 "В момента редактирате подаване докато пребазирате клона „%s“ върху „%s“."
1989 msgid "You are currently editing a commit during a rebase."
1990 msgstr "В момента редактирате подаване докато пребазирате."
1993 msgid " (use \"git commit --amend\" to amend the current commit)"
1995 " (използвайте „git commit --amend“, за да редактирате текущото подаване)"
1999 " (use \"git rebase --continue\" once you are satisfied with your changes)"
2001 " (използвайте „git rebase --continue“, след като завършите промените си)"
2005 msgid "You are currently cherry-picking commit %s."
2006 msgstr "В момента отбирате подаването „%s“."
2009 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2010 msgstr " (коригирайте конфликтите и изпълнете „git cherry-pick --continue“)"
2013 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2015 " (всички конфликти са коригирани, изпълнете „git cherry-pick --continue“)"
2018 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2020 " (използвайте „git cherry-pick --abort“, за да отмените всички действия с "
2025 msgid "You are currently reverting commit %s."
2026 msgstr "В момента отменяте подаване „%s“."
2029 msgid " (fix conflicts and run \"git revert --continue\")"
2030 msgstr " (коригирайте конфликтите и изпълнете „git revert --continue“)"
2033 msgid " (all conflicts fixed: run \"git revert --continue\")"
2034 msgstr " (всички конфликти са коригирани, изпълнете „git revert --continue“)"
2037 msgid " (use \"git revert --abort\" to cancel the revert operation)"
2039 " (използвайте „git revert --abort“, за да преустановите отмяната на "
2044 msgid "You are currently bisecting, started from branch '%s'."
2045 msgstr "В момента търсите двоично, като сте стартирали от клон „%s“."
2048 msgid "You are currently bisecting."
2049 msgstr "В момента търсите двоично."
2052 msgid " (use \"git bisect reset\" to get back to the original branch)"
2054 " (използвайте „git bisect reset“, за да се върнете към първоначалното "
2062 msgid "rebase in progress; onto "
2063 msgstr "извършвате пребазиране върху "
2066 msgid "HEAD detached at "
2067 msgstr "Указателят „HEAD“ не е свързан и е при "
2070 msgid "HEAD detached from "
2071 msgstr "Указателят „HEAD“ не е свързан и е отделѐн от "
2074 msgid "Not currently on any branch."
2075 msgstr "Извън всички клони."
2078 msgid "Initial commit"
2079 msgstr "Първоначално подаване"
2082 msgid "Untracked files"
2083 msgstr "Неследени файлове"
2086 msgid "Ignored files"
2087 msgstr "Игнорирани файлове"
2092 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2093 "may speed it up, but you have to be careful not to forget to add\n"
2094 "new files yourself (see 'git help status')."
2096 "Бяха необходими %.2f секунди за изброяването на неследените файлове.\n"
2097 "Добавянето на опцията „-uno“ към командата „git status“, ще ускори\n"
2098 "изпълнението, но не трябва да забравяте ръчно да добавяте новите файлове.\n"
2099 "За повече подробности погледнете „git status help“."
2103 msgid "Untracked files not listed%s"
2104 msgstr "Неследените файлове не са изведени%s"
2107 msgid " (use -u option to show untracked files)"
2108 msgstr " (използвайте опцията „-u“, за да изведете неследените файлове)"
2112 msgstr "Няма промени"
2116 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2118 "към индекса за подаване не са добавени промени (използвайте „git add“ и/или "
2119 "„git commit -a“)\n"
2123 msgid "no changes added to commit\n"
2124 msgstr "към индекса за подаване не са добавени промени\n"
2129 "nothing added to commit but untracked files present (use \"git add\" to "
2132 "към индекса за подаване не са добавени промени, но има нови файлове "
2133 "(използвайте „git add“, за да започне тяхното следене)\n"
2137 msgid "nothing added to commit but untracked files present\n"
2138 msgstr "към индекса за подаване не са добавени промени, но има нови файлове\n"
2142 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2144 "липсват каквито и да е промени (създайте или копирайте файлове и използвайте "
2145 "„git add“, за да започне тяхното следене)\n"
2147 #: wt-status.c:1412 wt-status.c:1417
2149 msgid "nothing to commit\n"
2150 msgstr "липсват каквито и да е промени\n"
2154 msgid "nothing to commit (use -u to show untracked files)\n"
2156 "липсват каквито и да е промени (използвайте опцията „-u“, за да се изведат и "
2157 "неследените файлове)\n"
2161 msgid "nothing to commit, working directory clean\n"
2162 msgstr "липсват каквито и да е промени, работното дърво е чисто\n"
2165 msgid "HEAD (no branch)"
2166 msgstr "HEAD (извън клон)"
2169 msgid "Initial commit on "
2170 msgstr "Първоначално подаване на клон"
2176 #: wt-status.c:1563 wt-status.c:1571
2180 #: compat/precompose_utf8.c:55 builtin/clone.c:345
2182 msgid "failed to unlink '%s'"
2183 msgstr "неуспешно изтриване на „%s“"
2186 msgid "git add [<options>] [--] <pathspec>..."
2187 msgstr "git add [ОПЦИЯ…] [--] ПЪТ…"
2191 msgid "unexpected diff status %c"
2192 msgstr "неочакван изходен код при генериране на разлика: %c"
2194 #: builtin/add.c:70 builtin/commit.c:277
2195 msgid "updating files failed"
2196 msgstr "неуспешно обновяване на файловете"
2200 msgid "remove '%s'\n"
2201 msgstr "изтриване на „%s“\n"
2203 #: builtin/add.c:134
2204 msgid "Unstaged changes after refreshing the index:"
2205 msgstr "Промени, които и след обновяването на индекса не са добавени към него:"
2207 #: builtin/add.c:194 builtin/rev-parse.c:796
2208 msgid "Could not read the index"
2209 msgstr "Индексът не може да бъде прочетен"
2211 #: builtin/add.c:205
2213 msgid "Could not open '%s' for writing."
2214 msgstr "Файлът „%s“ не може да бъде отворен за запис."
2216 #: builtin/add.c:209
2217 msgid "Could not write patch"
2218 msgstr "Кръпката не може да бъде записана"
2220 #: builtin/add.c:212
2221 msgid "editing patch failed"
2222 msgstr "неуспешно редактиране на кръпка"
2224 #: builtin/add.c:215
2226 msgid "Could not stat '%s'"
2227 msgstr "Не може да се получи информация чрез „stat“ за файла „%s“"
2229 #: builtin/add.c:217
2230 msgid "Empty patch. Aborted."
2231 msgstr "Празна кръпка, преустановяване на действието."
2233 #: builtin/add.c:222
2235 msgid "Could not apply '%s'"
2236 msgstr "Кръпката „%s“ не може да бъде приложена"
2238 #: builtin/add.c:232
2239 msgid "The following paths are ignored by one of your .gitignore files:\n"
2241 "Следните пътища ще бъдат игнорирани според някой от файловете „.gitignore“:\n"
2243 #: builtin/add.c:249 builtin/clean.c:874 builtin/fetch.c:107 builtin/mv.c:110
2244 #: builtin/prune-packed.c:55 builtin/push.c:508 builtin/remote.c:1369
2247 msgstr "пробно изпълнeние"
2249 #: builtin/add.c:250 builtin/apply.c:4580 builtin/check-ignore.c:19
2250 #: builtin/commit.c:1322 builtin/count-objects.c:63 builtin/fsck.c:616
2251 #: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:114
2253 msgstr "повече подробности"
2255 #: builtin/add.c:252
2256 msgid "interactive picking"
2257 msgstr "интерактивно отбиране на промени"
2259 #: builtin/add.c:253 builtin/checkout.c:1221 builtin/reset.c:286
2260 msgid "select hunks interactively"
2261 msgstr "интерактивен избор на парчета код"
2263 #: builtin/add.c:254
2264 msgid "edit current diff and apply"
2265 msgstr "редактиране на текущата разлика и прилагане"
2267 #: builtin/add.c:255
2268 msgid "allow adding otherwise ignored files"
2269 msgstr "добавяне и на иначе игнорираните файлове"
2271 #: builtin/add.c:256
2272 msgid "update tracked files"
2273 msgstr "обновяване на следените файлове"
2275 #: builtin/add.c:257
2276 msgid "record only the fact that the path will be added later"
2277 msgstr "отбелязване само на факта, че пътят ще бъде добавен по-късно"
2279 #: builtin/add.c:258
2280 msgid "add changes from all tracked and untracked files"
2281 msgstr "добавяне на всички промени в следените и неследените файлове"
2283 #: builtin/add.c:261
2284 msgid "ignore paths removed in the working tree (same as --no-all)"
2286 "игнориране на пътищата, които са изтрити от работното дърво (същото като „--"
2289 #: builtin/add.c:263
2290 msgid "don't add, only refresh the index"
2291 msgstr "без добавяне на нови файлове, само обновяване на индекса"
2293 #: builtin/add.c:264
2294 msgid "just skip files which cannot be added because of errors"
2296 "прескачане на файловете, които не могат да бъдат добавени поради грешки"
2298 #: builtin/add.c:265
2299 msgid "check if - even missing - files are ignored in dry run"
2301 "проверка, че при пробно изпълнение всички файлове, дори и изтритите, се "
2304 #: builtin/add.c:287
2306 msgid "Use -f if you really want to add them.\n"
2307 msgstr "Използвайте опцията „-f“, за да ги добавите наистина.\n"
2309 #: builtin/add.c:294
2310 msgid "adding files failed"
2311 msgstr "неуспешно добавяне на файлове"
2313 #: builtin/add.c:330
2314 msgid "-A and -u are mutually incompatible"
2315 msgstr "опциите „-A“ и „-u“ са несъвместими"
2317 #: builtin/add.c:337
2318 msgid "Option --ignore-missing can only be used together with --dry-run"
2319 msgstr "Опцията „--ignore-missing“ е съвместима само с „--dry-run“"
2321 #: builtin/add.c:358
2323 msgid "Nothing specified, nothing added.\n"
2324 msgstr "Нищо не е зададено и нищо не е добавено.\n"
2326 #: builtin/add.c:359
2328 msgid "Maybe you wanted to say 'git add .'?\n"
2329 msgstr "Вероятно искахте да използвате „git add .“?\n"
2331 #: builtin/add.c:364 builtin/check-ignore.c:172 builtin/clean.c:918
2332 #: builtin/commit.c:335 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:298
2333 msgid "index file corrupt"
2334 msgstr "файлът с индекса е повреден"
2336 #: builtin/add.c:447 builtin/apply.c:4678 builtin/mv.c:279 builtin/rm.c:430
2337 msgid "Unable to write new index file"
2338 msgstr "Новият индекс не може да бъде записан"
2340 #: builtin/apply.c:59
2341 msgid "git apply [<options>] [<patch>...]"
2342 msgstr "git apply [ОПЦИЯ…] [КРЪПКА…]"
2344 #: builtin/apply.c:112
2346 msgid "unrecognized whitespace option '%s'"
2347 msgstr "непозната опция за знаците за интервали „%s“"
2349 #: builtin/apply.c:127
2351 msgid "unrecognized whitespace ignore option '%s'"
2352 msgstr "непозната опция за игнориране на знаците за интервали „%s“"
2354 #: builtin/apply.c:822
2356 msgid "Cannot prepare timestamp regexp %s"
2357 msgstr "Регулярният израз за времето „%s“ не може за бъде компилиран"
2359 #: builtin/apply.c:831
2361 msgid "regexec returned %d for input: %s"
2362 msgstr "Регулярният израз върна %d при подадена последователност „%s“ на входа"
2364 #: builtin/apply.c:912
2366 msgid "unable to find filename in patch at line %d"
2367 msgstr "Липсва име на файл на ред %d от кръпката"
2369 #: builtin/apply.c:944
2371 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2373 "git apply: лош изход от командата „git-diff“ — на ред %2$d се очакваше „/dev/"
2374 "null“, а бе получен „%1$s“"
2376 #: builtin/apply.c:948
2378 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2380 "git apply: лош изход от командата „git-diff“ — на ред %d бе получено "
2381 "неправилно име на нов файл"
2383 #: builtin/apply.c:949
2385 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2387 "git apply: лош изход от командата „git-diff“ — на ред %d бе получено "
2388 "неправилно име на стар файл"
2390 #: builtin/apply.c:956
2392 msgid "git apply: bad git-diff - expected /dev/null on line %d"
2394 "git apply: лош изход от командата „git-diff“ — на ред %d се очакваше „/dev/"
2397 #: builtin/apply.c:1419
2399 msgid "recount: unexpected line: %.*s"
2400 msgstr "при повторното преброяване бе получен неочакван ред: „%.*s“"
2402 #: builtin/apply.c:1476
2404 msgid "patch fragment without header at line %d: %.*s"
2405 msgstr "част от кръпка без заглавна част на ред %d: %.*s"
2407 #: builtin/apply.c:1493
2410 "git diff header lacks filename information when removing %d leading pathname "
2411 "component (line %d)"
2413 "git diff header lacks filename information when removing %d leading pathname "
2414 "components (line %d)"
2416 "След съкращаването на %d-та част от компонентите на пътя, в заглавната част "
2417 "на „git diff“ липсва информация за име на файл (ред: %d)"
2419 "След съкращаването на първите %d части от компонентите на пътя, в заглавната "
2420 "част на „git diff“ липсва информация за име на файл (ред: %d)"
2422 #: builtin/apply.c:1659
2423 msgid "new file depends on old contents"
2424 msgstr "новият файл зависи от старото съдържание на файла"
2426 #: builtin/apply.c:1661
2427 msgid "deleted file still has contents"
2428 msgstr "изтритият файл не е празен"
2430 #: builtin/apply.c:1687
2432 msgid "corrupt patch at line %d"
2433 msgstr "грешка в кръпката на ред %d"
2435 #: builtin/apply.c:1723
2437 msgid "new file %s depends on old contents"
2438 msgstr "новият файл „%s“ зависи от старото съдържание на файла"
2440 #: builtin/apply.c:1725
2442 msgid "deleted file %s still has contents"
2443 msgstr "изтритият файл „%s“ не е празен"
2445 # FIXME - double **??
2446 #: builtin/apply.c:1728
2448 msgid "** warning: file %s becomes empty but is not deleted"
2449 msgstr "●● предупреждение: файлът „%s“ вече е празен, но не е изтрит"
2451 #: builtin/apply.c:1874
2453 msgid "corrupt binary patch at line %d: %.*s"
2454 msgstr "грешка в двоичната кръпка на ред %d: %.*s"
2456 #: builtin/apply.c:1903
2458 msgid "unrecognized binary patch at line %d"
2459 msgstr "неразпозната двоичната кръпка на ред %d"
2461 #: builtin/apply.c:2054
2463 msgid "patch with only garbage at line %d"
2464 msgstr "кръпката е с изцяло повредени данни на ред %d"
2466 #: builtin/apply.c:2144
2468 msgid "unable to read symlink %s"
2469 msgstr "символната връзка „%s“ не може да бъде прочетена"
2471 #: builtin/apply.c:2148
2473 msgid "unable to open or read %s"
2474 msgstr "файлът „%s“ не може да бъде отворен или прочетен"
2476 #: builtin/apply.c:2781
2478 msgid "invalid start of line: '%c'"
2479 msgstr "неправилно начало на ред: „%c“"
2481 #: builtin/apply.c:2900
2483 msgid "Hunk #%d succeeded at %d (offset %d line)."
2484 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2486 "%d-то парче код бе успешно приложено на ред %d (отместване от %d ред)."
2488 "%d-то парче код бе успешно приложено на ред %d (отместване от %d реда)."
2490 #: builtin/apply.c:2912
2492 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2494 "Контекстът е намален на (%ld/%ld) за прилагането на парчето код на ред %d"
2496 #: builtin/apply.c:2918
2499 "while searching for:\n"
2505 #: builtin/apply.c:2938
2507 msgid "missing binary patch data for '%s'"
2508 msgstr "липсват данните за двоичната кръпка за „%s“"
2510 #: builtin/apply.c:3039
2512 msgid "binary patch does not apply to '%s'"
2513 msgstr "двоичната кръпка не може да бъде приложена върху „%s“"
2515 #: builtin/apply.c:3045
2517 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2519 "двоичната кръпка за „%s“ води до неправилни резултати (очакваше се SHA1: "
2520 "„%s“, а бе получено: „%s“)"
2522 #: builtin/apply.c:3066
2524 msgid "patch failed: %s:%ld"
2525 msgstr "неуспешно прилагане на кръпка: „%s:%ld“"
2527 #: builtin/apply.c:3190
2529 msgid "cannot checkout %s"
2530 msgstr "„%s“ не може да се изтегли"
2532 #: builtin/apply.c:3235 builtin/apply.c:3246 builtin/apply.c:3291
2534 msgid "read of %s failed"
2535 msgstr "неуспешно прочитане на „%s“"
2537 #: builtin/apply.c:3243
2539 msgid "reading from '%s' beyond a symbolic link"
2540 msgstr "изчитане на „%s“ след проследяване на символна връзка"
2542 #: builtin/apply.c:3271 builtin/apply.c:3493
2544 msgid "path %s has been renamed/deleted"
2545 msgstr "обектът с път „%s“ е преименуван или изтрит"
2547 #: builtin/apply.c:3352 builtin/apply.c:3507
2549 msgid "%s: does not exist in index"
2550 msgstr "„%s“ не съществува в индекса"
2552 #: builtin/apply.c:3356 builtin/apply.c:3499 builtin/apply.c:3521
2557 #: builtin/apply.c:3361 builtin/apply.c:3515
2559 msgid "%s: does not match index"
2560 msgstr "„%s“ не съответства на индекса"
2562 #: builtin/apply.c:3463
2563 msgid "removal patch leaves file contents"
2564 msgstr "изтриващата кръпка оставя файла непразен"
2566 #: builtin/apply.c:3532
2568 msgid "%s: wrong type"
2569 msgstr "„%s“: неправилен вид"
2571 #: builtin/apply.c:3534
2573 msgid "%s has type %o, expected %o"
2574 msgstr "„%s“ е от вид „%o“, а се очакваше „%o“"
2576 #: builtin/apply.c:3693 builtin/apply.c:3695
2578 msgid "invalid path '%s'"
2579 msgstr "неправилен път: „%s“"
2581 #: builtin/apply.c:3750
2583 msgid "%s: already exists in index"
2584 msgstr "„%s“: вече съществува в индекса"
2586 #: builtin/apply.c:3753
2588 msgid "%s: already exists in working directory"
2589 msgstr "„%s“: вече съществува в работното дърво"
2591 #: builtin/apply.c:3773
2593 msgid "new mode (%o) of %s does not match old mode (%o)"
2594 msgstr "новите права за достъп (%o) на „%s“ не съвпадат със старите (%o)"
2596 #: builtin/apply.c:3778
2598 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2600 "новите права за достъп (%o) на „%s“ не съвпадат със старите (%o) на „%s“"
2602 #: builtin/apply.c:3798
2604 msgid "affected file '%s' is beyond a symbolic link"
2605 msgstr "засегнатият файл „%s“ е след символна връзка"
2607 #: builtin/apply.c:3802
2609 msgid "%s: patch does not apply"
2610 msgstr "Кръпката „%s“ не може да бъде приложена"
2612 #: builtin/apply.c:3816
2614 msgid "Checking patch %s..."
2615 msgstr "Проверяване на кръпката „%s“…"
2617 #: builtin/apply.c:3909 builtin/checkout.c:233 builtin/reset.c:135
2619 msgid "make_cache_entry failed for path '%s'"
2620 msgstr "неуспешно създаване на запис в кеша чрез „make_cache_entry“ за „%s“"
2622 #: builtin/apply.c:4052
2624 msgid "unable to remove %s from index"
2625 msgstr "„%s“ не може да се извади от индекса"
2627 #: builtin/apply.c:4081
2629 msgid "corrupt patch for submodule %s"
2630 msgstr "повредена кръпка за модула „%s“"
2632 #: builtin/apply.c:4085
2634 msgid "unable to stat newly created file '%s'"
2636 "не може да се получи информация чрез „stat“ за новосъздадения файл „%s“"
2638 #: builtin/apply.c:4090
2640 msgid "unable to create backing store for newly created file %s"
2642 "не може да се за създаде мястото за съхранение на новосъздадения файл „%s“"
2644 #: builtin/apply.c:4093 builtin/apply.c:4201
2646 msgid "unable to add cache entry for %s"
2647 msgstr "не може да се добави запис в кеша за „%s“"
2649 #: builtin/apply.c:4126
2651 msgid "closing file '%s'"
2652 msgstr "затваряне на файла „%s“"
2654 #: builtin/apply.c:4175
2656 msgid "unable to write file '%s' mode %o"
2657 msgstr "файлът „%s“ не може да се запише с режим на достъп „%o“"
2659 #: builtin/apply.c:4262
2661 msgid "Applied patch %s cleanly."
2662 msgstr "Кръпката „%s“ бе приложена чисто."
2664 #: builtin/apply.c:4270
2665 msgid "internal error"
2666 msgstr "вътрешна грешка"
2668 #: builtin/apply.c:4273
2670 msgid "Applying patch %%s with %d reject..."
2671 msgid_plural "Applying patch %%s with %d rejects..."
2672 msgstr[0] "Прилагане на кръпката „%%s“ с %d отхвърлено парче…"
2673 msgstr[1] "Прилагане на кръпката „%%s“ с %d отхвърлени парчета…"
2675 #: builtin/apply.c:4283
2677 msgid "truncating .rej filename to %.*s.rej"
2678 msgstr "съкращаване на името на файла с отхвърлените парчета на „ %.*s.rej“"
2680 #: builtin/apply.c:4304
2682 msgid "Hunk #%d applied cleanly."
2683 msgstr "%d-то парче бе успешно приложено."
2685 #: builtin/apply.c:4307
2687 msgid "Rejected hunk #%d."
2688 msgstr "%d-то парче бе отхвърлено."
2690 #: builtin/apply.c:4397
2691 msgid "unrecognized input"
2692 msgstr "непознат вход"
2694 #: builtin/apply.c:4408
2695 msgid "unable to read index file"
2696 msgstr "индексът не може да бъде записан"
2698 #: builtin/apply.c:4525 builtin/apply.c:4528 builtin/clone.c:85
2699 #: builtin/fetch.c:92
2703 #: builtin/apply.c:4526
2704 msgid "don't apply changes matching the given path"
2705 msgstr "без прилагане на промените напасващи на дадения път"
2707 #: builtin/apply.c:4529
2708 msgid "apply changes matching the given path"
2709 msgstr "прилагане на промените напасващи на дадения път"
2711 #: builtin/apply.c:4531
2715 #: builtin/apply.c:4532
2716 msgid "remove <num> leading slashes from traditional diff paths"
2717 msgstr "премахване на този БРОЙ водещи елементи от пътищата в разликата"
2719 #: builtin/apply.c:4535
2720 msgid "ignore additions made by the patch"
2721 msgstr "игнориране на редовете добавени от тази кръпка"
2723 #: builtin/apply.c:4537
2724 msgid "instead of applying the patch, output diffstat for the input"
2725 msgstr "извеждане на статистика на промените без прилагане на кръпката"
2727 #: builtin/apply.c:4541
2728 msgid "show number of added and deleted lines in decimal notation"
2729 msgstr "извеждане на броя на добавените и изтритите редове"
2731 #: builtin/apply.c:4543
2732 msgid "instead of applying the patch, output a summary for the input"
2733 msgstr "извеждане на статистика на входните данни без прилагане на кръпката"
2735 #: builtin/apply.c:4545
2736 msgid "instead of applying the patch, see if the patch is applicable"
2737 msgstr "проверка дали кръпката може да се приложи, без действително прилагане"
2739 #: builtin/apply.c:4547
2740 msgid "make sure the patch is applicable to the current index"
2741 msgstr "проверка дали кръпката може да бъде приложена към текущия индекс"
2743 #: builtin/apply.c:4549
2744 msgid "apply a patch without touching the working tree"
2745 msgstr "прилагане на кръпката без промяна на работното дърво"
2747 #: builtin/apply.c:4551
2748 msgid "accept a patch that touches outside the working area"
2749 msgstr "прилагане на кръпка, която променя и файлове извън работното дърво"
2751 #: builtin/apply.c:4553
2752 msgid "also apply the patch (use with --stat/--summary/--check)"
2754 "кръпката да бъде приложена. Опцията се комбинира с „--check“/„--stat“/„--"
2757 #: builtin/apply.c:4555
2758 msgid "attempt three-way merge if a patch does not apply"
2759 msgstr "пробване с тройно сливане, ако кръпката не може да се приложи директно"
2761 #: builtin/apply.c:4557
2762 msgid "build a temporary index based on embedded index information"
2764 "създаване на временен индекс на база на включената информация за индекса"
2766 #: builtin/apply.c:4559 builtin/checkout-index.c:198 builtin/ls-files.c:412
2767 msgid "paths are separated with NUL character"
2768 msgstr "разделяне на пътищата с нулевия знак „NUL“"
2770 #: builtin/apply.c:4562
2771 msgid "ensure at least <n> lines of context match"
2772 msgstr "да се осигури контекст от поне такъв БРОЙ съвпадащи редове"
2774 #: builtin/apply.c:4563
2778 #: builtin/apply.c:4564
2779 msgid "detect new or modified lines that have whitespace errors"
2780 msgstr "засичане на нови или променени редове с грешки в знаците за интервали"
2782 #: builtin/apply.c:4567 builtin/apply.c:4570
2783 msgid "ignore changes in whitespace when finding context"
2785 "игнориране на промените в знаците за интервали при откриване на контекста"
2787 #: builtin/apply.c:4573
2788 msgid "apply the patch in reverse"
2789 msgstr "прилагане на кръпката в обратна посока"
2791 #: builtin/apply.c:4575
2792 msgid "don't expect at least one line of context"
2793 msgstr "без изискване на дори и един ред контекст"
2795 #: builtin/apply.c:4577
2796 msgid "leave the rejected hunks in corresponding *.rej files"
2797 msgstr "оставяне на отхвърлените парчета във файлове с разширение „.rej“"
2799 #: builtin/apply.c:4579
2800 msgid "allow overlapping hunks"
2801 msgstr "позволяване на застъпващи се парчета"
2803 #: builtin/apply.c:4582
2804 msgid "tolerate incorrectly detected missing new-line at the end of file"
2805 msgstr "пренебрегване на неправилно липсващ знак за нов ред в края на файл"
2807 #: builtin/apply.c:4585
2808 msgid "do not trust the line counts in the hunk headers"
2809 msgstr "без доверяване на номерата на редовете в заглавните части на парчетата"
2811 #: builtin/apply.c:4587
2813 msgstr "НАЧАЛНА_ДИРЕКТОРИЯ"
2815 #: builtin/apply.c:4588
2816 msgid "prepend <root> to all filenames"
2817 msgstr "добавяне на тази НАЧАЛНА_ДИРЕКТОРИЯ към имената на всички файлове"
2819 #: builtin/apply.c:4610
2820 msgid "--3way outside a repository"
2821 msgstr "като „--3way“, но извън хранилище"
2823 #: builtin/apply.c:4618
2824 msgid "--index outside a repository"
2825 msgstr "като „--index“, но извън хранилище"
2827 #: builtin/apply.c:4621
2828 msgid "--cached outside a repository"
2829 msgstr "като „--cached“, но извън хранилище"
2831 #: builtin/apply.c:4640
2833 msgid "can't open patch '%s'"
2834 msgstr "кръпката „%s“ не може да бъде отворена"
2836 #: builtin/apply.c:4654
2838 msgid "squelched %d whitespace error"
2839 msgid_plural "squelched %d whitespace errors"
2840 msgstr[0] "пренебрегната е %d грешка в знаците за интервали"
2841 msgstr[1] "пренебрегнати са %d грешки в знаците за интервали"
2843 #: builtin/apply.c:4660 builtin/apply.c:4670
2845 msgid "%d line adds whitespace errors."
2846 msgid_plural "%d lines add whitespace errors."
2847 msgstr[0] "%d ред добавя грешки в знаците за интервали."
2848 msgstr[1] "%d реда добавят грешки в знаците за интервали."
2850 #: builtin/archive.c:17
2852 msgid "could not create archive file '%s'"
2853 msgstr "архивният файл „%s“ не може да бъде създаден"
2855 #: builtin/archive.c:20
2856 msgid "could not redirect output"
2857 msgstr "изходът не може да бъде пренасочен"
2859 #: builtin/archive.c:37
2860 msgid "git archive: Remote with no URL"
2861 msgstr "git archive: Липсва адрес за отдалеченото хранилище"
2863 #: builtin/archive.c:58
2864 msgid "git archive: expected ACK/NAK, got EOF"
2865 msgstr "git archive: очакваше се „ACK“/„NAK“, а бе получен „EOF“"
2867 #: builtin/archive.c:61
2869 msgid "git archive: NACK %s"
2870 msgstr "git archive: получен е „NACK“ — %s"
2872 #: builtin/archive.c:63
2874 msgid "remote error: %s"
2875 msgstr "отдалечена грешка: %s"
2877 #: builtin/archive.c:64
2878 msgid "git archive: protocol error"
2879 msgstr "git archive: протоколна грешка"
2881 #: builtin/archive.c:68
2882 msgid "git archive: expected a flush"
2883 msgstr "git archive: очакваше се изчистване на буферите чрез „flush“"
2885 #: builtin/bisect--helper.c:7
2886 msgid "git bisect--helper --next-all [--no-checkout]"
2887 msgstr "git bisect--helper --next-all [--no-checkout]"
2889 #: builtin/bisect--helper.c:17
2890 msgid "perform 'git bisect next'"
2891 msgstr "извършване на „git bisect next“"
2893 #: builtin/bisect--helper.c:19
2894 msgid "update BISECT_HEAD instead of checking out the current commit"
2896 "обновяване на указателя „BISECT_HEAD“ вместо да се използва текущото подаване"
2898 #: builtin/blame.c:31
2899 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
2900 msgstr "git blame [ОПЦИЯ…] [ОПЦИЯ_ЗА_ВЕРСИЯТА…] [ВЕРСИЯ] [--] ФАЙЛ"
2902 #: builtin/blame.c:36
2903 msgid "<rev-opts> are documented in git-rev-list(1)"
2904 msgstr "ОПЦИИте_ЗА_ВЕРСИЯТА са документирани в ръководството git-rev-list(1)"
2906 #: builtin/blame.c:2500
2907 msgid "Show blame entries as we find them, incrementally"
2908 msgstr "Извеждане на анотациите с намирането им, последователно"
2910 # FIXME SHA-1 -> SHA1
2911 #: builtin/blame.c:2501
2912 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2914 "Извеждане на празни суми по SHA1 за граничните подавания (стандартно опцията "
2917 #: builtin/blame.c:2502
2918 msgid "Do not treat root commits as boundaries (Default: off)"
2920 "Началните подавания да не се считат за гранични (стандартно опцията е "
2923 #: builtin/blame.c:2503
2924 msgid "Show work cost statistics"
2925 msgstr "Извеждане на статистика за извършените действия"
2927 #: builtin/blame.c:2504
2928 msgid "Show output score for blame entries"
2929 msgstr "Извеждане на допълнителна информация за определянето на анотациите"
2931 #: builtin/blame.c:2505
2932 msgid "Show original filename (Default: auto)"
2934 "Извеждане на първоначалното име на файл (стандартно това е автоматично)"
2936 #: builtin/blame.c:2506
2937 msgid "Show original linenumber (Default: off)"
2939 "Извеждане на първоначалният номер на ред (стандартно опцията е изключена)"
2941 #: builtin/blame.c:2507
2942 msgid "Show in a format designed for machine consumption"
2943 msgstr "Извеждане във формат за по-нататъшна обработка"
2945 #: builtin/blame.c:2508
2946 msgid "Show porcelain format with per-line commit information"
2948 "Извеждане във формат за команди от потребителско ниво с информация на всеки "
2951 #: builtin/blame.c:2509
2952 msgid "Use the same output mode as git-annotate (Default: off)"
2954 "Използване на същия формат като „git-annotate“ (стандартно опцията е "
2957 #: builtin/blame.c:2510
2958 msgid "Show raw timestamp (Default: off)"
2959 msgstr "Извеждане на неформатирани времена (стандартно опцията е изключена)"
2961 #: builtin/blame.c:2511
2962 msgid "Show long commit SHA1 (Default: off)"
2963 msgstr "Извеждане на пълните суми по SHA1 (стандартно опцията е изключена)"
2965 #: builtin/blame.c:2512
2966 msgid "Suppress author name and timestamp (Default: off)"
2967 msgstr "Без име на автор и време на промяна (стандартно опцията е изключена)"
2969 #: builtin/blame.c:2513
2970 msgid "Show author email instead of name (Default: off)"
2972 "Извеждане на е-пощата на автора, а не името му (стандартно опцията е "
2975 #: builtin/blame.c:2514
2976 msgid "Ignore whitespace differences"
2977 msgstr "Без разлики в знаците за интервали"
2979 #: builtin/blame.c:2515
2980 msgid "Spend extra cycles to find better match"
2981 msgstr "Допълнителни изчисления за по-добри резултати"
2983 #: builtin/blame.c:2516
2984 msgid "Use revisions from <file> instead of calling git-rev-list"
2985 msgstr "Изчитане на версиите от ФАЙЛ, а не чрез изпълнение на „git-rev-list“"
2987 #: builtin/blame.c:2517
2988 msgid "Use <file>'s contents as the final image"
2989 msgstr "Използване на съдържанието на ФАЙЛа като крайно положение"
2991 #: builtin/blame.c:2518 builtin/blame.c:2519
2993 msgstr "напасване на редовете"
2995 #: builtin/blame.c:2518
2996 msgid "Find line copies within and across files"
2998 "Търсене на копирани редове както в рамките на един файл, така и от един файл "
3001 #: builtin/blame.c:2519
3002 msgid "Find line movements within and across files"
3004 "Търсене на преместени редове както в рамките на един файл, така и от един "
3007 #: builtin/blame.c:2520
3011 #: builtin/blame.c:2520
3012 msgid "Process only line range n,m, counting from 1"
3014 "Информация само за редовете в интервала от n до m включително. Броенето "
3017 #. TRANSLATORS: This string is used to tell us the maximum
3018 #. display width for a relative timestamp in "git blame"
3019 #. output. For C locale, "4 years, 11 months ago", which
3020 #. takes 22 places, is the longest among various forms of
3021 #. relative timestamps, but your language may need more or
3022 #. fewer display columns.
3023 #: builtin/blame.c:2601
3024 msgid "4 years, 11 months ago"
3025 msgstr "преди 4 години и 11 месеца"
3027 #: builtin/branch.c:24
3028 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3029 msgstr "git branch [ОПЦИЯ…] [-r | -a] [--merged | --no-merged]"
3031 #: builtin/branch.c:25
3032 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3033 msgstr "git branch [ОПЦИЯ…] [-l] [-f] ИМЕ_НА_КЛОН [НАЧАЛО]"
3035 #: builtin/branch.c:26
3036 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3037 msgstr "git branch [ОПЦИЯ…] [-r] (-d | -D) ИМЕ_НА_КЛОН…"
3039 #: builtin/branch.c:27
3040 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3041 msgstr "git branch [ОПЦИЯ…] (-m | -M) [СТАР_КЛОН] НОВ_КЛОН"
3043 #: builtin/branch.c:150
3046 "deleting branch '%s' that has been merged to\n"
3047 " '%s', but not yet merged to HEAD."
3049 "изтриване на клона „%s“, който е слят към „%s“,\n"
3050 " но още не е слят към върха „HEAD“."
3052 #: builtin/branch.c:154
3055 "not deleting branch '%s' that is not yet merged to\n"
3056 " '%s', even though it is merged to HEAD."
3058 "отказване на изтриване на клона „%s“, който не е слят към\n"
3059 " „%s“, но е слят към върха „HEAD“."
3061 #: builtin/branch.c:168
3063 msgid "Couldn't look up commit object for '%s'"
3064 msgstr "Обектът-подаване за „%s“ не може да бъде открит"
3066 #: builtin/branch.c:172
3069 "The branch '%s' is not fully merged.\n"
3070 "If you are sure you want to delete it, run 'git branch -D %s'."
3072 "Клонът „%s“ не е слят напълно. Ако сте сигурни, че искате\n"
3073 "да го изтриете, изпълнете „git branch -D %s“."
3075 #: builtin/branch.c:185
3076 msgid "Update of config-file failed"
3077 msgstr "Неуспешно обновяване на конфигурационния файл"
3079 #: builtin/branch.c:213
3080 msgid "cannot use -a with -d"
3081 msgstr "Опцията „-a“ е несъвместима с опцията „-d“"
3083 #: builtin/branch.c:219
3084 msgid "Couldn't look up commit object for HEAD"
3085 msgstr "Обектът-подаване, сочен от указателя „HEAD“, не може да бъде открит"
3087 #: builtin/branch.c:227
3089 msgid "Cannot delete the branch '%s' which you are currently on."
3090 msgstr "Не можете да изтриете клона „%s“, защото в момента е текущ."
3092 #: builtin/branch.c:243
3094 msgid "remote-tracking branch '%s' not found."
3095 msgstr "следящият клон „%s“ не може да бъде открит."
3097 #: builtin/branch.c:244
3099 msgid "branch '%s' not found."
3100 msgstr "клонът „%s“ не може да бъде открит."
3102 #: builtin/branch.c:258
3104 msgid "Error deleting remote-tracking branch '%s'"
3105 msgstr "Грешка при изтриването на следящия клон „%s“"
3107 #: builtin/branch.c:259
3109 msgid "Error deleting branch '%s'"
3110 msgstr "Грешка при изтриването на клона „%s“"
3112 #: builtin/branch.c:266
3114 msgid "Deleted remote-tracking branch %s (was %s).\n"
3115 msgstr "Изтрит следящ клон „%s“ (той сочеше към „%s“).\n"
3117 #: builtin/branch.c:267
3119 msgid "Deleted branch %s (was %s).\n"
3120 msgstr "Изтрит клон „%s“ (той сочеше към „%s“).\n"
3122 #: builtin/branch.c:368
3124 msgid "branch '%s' does not point at a commit"
3125 msgstr "клонът „%s“ не сочи към подаване"
3127 #: builtin/branch.c:451
3130 msgstr "[%s: изтрит]"
3132 #: builtin/branch.c:456
3137 #: builtin/branch.c:461
3139 msgid "[%s: behind %d]"
3140 msgstr "[%s: назад с %d]"
3142 #: builtin/branch.c:463
3145 msgstr "[назад с %d]"
3147 #: builtin/branch.c:467
3149 msgid "[%s: ahead %d]"
3150 msgstr "[%s: напред с %d]"
3152 #: builtin/branch.c:469
3155 msgstr "[напред с %d]"
3157 #: builtin/branch.c:472
3159 msgid "[%s: ahead %d, behind %d]"
3160 msgstr "[%s: напред с %d, назад с %d]"
3162 #: builtin/branch.c:475
3164 msgid "[ahead %d, behind %d]"
3165 msgstr "[напред с %d, назад с %d]"
3167 # FIXME ** how many??
3168 #: builtin/branch.c:488
3169 msgid " **** invalid ref ****"
3170 msgstr " ●●●● неправилен указател ●●●●"
3172 #: builtin/branch.c:579
3174 msgid "(no branch, rebasing %s)"
3175 msgstr "(извън клон, пребазиране на „%s“)"
3177 #: builtin/branch.c:582
3179 msgid "(no branch, bisect started on %s)"
3180 msgstr "(извън клон, двоично търсене от „%s“)"
3182 #: builtin/branch.c:588
3184 msgid "(HEAD detached at %s)"
3185 msgstr "(Указателят „HEAD“ не е свързан и е при „%s“)"
3187 #: builtin/branch.c:591
3189 msgid "(HEAD detached from %s)"
3190 msgstr "Указателят „HEAD“ не е свързан и е отделѐн от „%s“"
3192 #: builtin/branch.c:595
3194 msgstr "(извън клон)"
3196 #: builtin/branch.c:642
3198 msgid "object '%s' does not point to a commit"
3199 msgstr "обектът „%s“ не сочи към подаване"
3201 #: builtin/branch.c:690
3202 msgid "some refs could not be read"
3203 msgstr "някои указатели не могат да бъдат прочетени"
3205 #: builtin/branch.c:703
3206 msgid "cannot rename the current branch while not on any."
3208 "не можете да преименувате текущия клон, защото сте извън който и да е клон"
3210 #: builtin/branch.c:713
3212 msgid "Invalid branch name: '%s'"
3213 msgstr "Неправилно име на клон: „%s“"
3215 #: builtin/branch.c:728
3216 msgid "Branch rename failed"
3217 msgstr "Неуспешно преименуване на клон"
3219 #: builtin/branch.c:732
3221 msgid "Renamed a misnamed branch '%s' away"
3222 msgstr "На клона с неправилно име „%s“ е дадено служебно име"
3224 #: builtin/branch.c:736
3226 msgid "Branch renamed to %s, but HEAD is not updated!"
3227 msgstr "Клонът е преименуван на „%s“, но указателят „HEAD“ не е обновен"
3229 #: builtin/branch.c:743
3230 msgid "Branch is renamed, but update of config-file failed"
3231 msgstr "Клонът е преименуван, но конфигурационният файл не е обновен"
3233 #: builtin/branch.c:758
3235 msgid "malformed object name %s"
3236 msgstr "неправилно име на обект „%s“"
3238 #: builtin/branch.c:780
3240 msgid "could not write branch description template: %s"
3241 msgstr "шаблонът за описание на клон не бе записан: „%s“"
3243 #: builtin/branch.c:810
3244 msgid "Generic options"
3245 msgstr "Общи настройки"
3247 #: builtin/branch.c:812
3248 msgid "show hash and subject, give twice for upstream branch"
3250 "извеждане на хеша и темата. Повтарянето на опцията прибавя отдалечените клони"
3252 #: builtin/branch.c:813
3253 msgid "suppress informational messages"
3254 msgstr "без информационни съобщения"
3256 #: builtin/branch.c:814
3257 msgid "set up tracking mode (see git-pull(1))"
3258 msgstr "задаване на режима на следене (виж git-pull(1))"
3260 #: builtin/branch.c:816
3261 msgid "change upstream info"
3262 msgstr "смяна на следения клон"
3264 #: builtin/branch.c:820
3265 msgid "use colored output"
3266 msgstr "цветен изход"
3268 #: builtin/branch.c:821
3269 msgid "act on remote-tracking branches"
3270 msgstr "действие върху следящите клони"
3272 #: builtin/branch.c:824 builtin/branch.c:830 builtin/branch.c:851
3273 #: builtin/branch.c:857 builtin/commit.c:1581 builtin/commit.c:1582
3274 #: builtin/commit.c:1583 builtin/commit.c:1584 builtin/tag.c:616
3275 #: builtin/tag.c:622
3279 #: builtin/branch.c:825 builtin/branch.c:831
3280 msgid "print only branches that contain the commit"
3281 msgstr "извеждане само на клоните, които съдържат това подаване"
3283 #: builtin/branch.c:837
3284 msgid "Specific git-branch actions:"
3285 msgstr "Специални действия на „git-branch“:"
3287 #: builtin/branch.c:838
3288 msgid "list both remote-tracking and local branches"
3289 msgstr "извеждане както на следящите, така и на локалните клони"
3291 #: builtin/branch.c:840
3292 msgid "delete fully merged branch"
3293 msgstr "изтриване на клони, които са напълно слети"
3295 #: builtin/branch.c:841
3296 msgid "delete branch (even if not merged)"
3297 msgstr "изтриване и на клони, които не са напълно слети"
3299 #: builtin/branch.c:842
3300 msgid "move/rename a branch and its reflog"
3302 "преместване/преименуване на клон и принадлежащият му журнал на указателите"
3304 #: builtin/branch.c:843
3305 msgid "move/rename a branch, even if target exists"
3306 msgstr "преместване/преименуване на клон, дори ако има вече клон с такова име"
3308 #: builtin/branch.c:844
3309 msgid "list branch names"
3310 msgstr "извеждане на имената на клоните"
3312 #: builtin/branch.c:845
3313 msgid "create the branch's reflog"
3314 msgstr "създаване на журнала на указателите на клона"
3316 #: builtin/branch.c:847
3317 msgid "edit the description for the branch"
3318 msgstr "редактиране на описанието на клона"
3320 #: builtin/branch.c:848
3321 msgid "force creation, move/rename, deletion"
3322 msgstr "принудително създаване, преместване, преименуване, изтриване"
3324 #: builtin/branch.c:851
3325 msgid "print only not merged branches"
3326 msgstr "извеждане само на неслетите клони"
3328 #: builtin/branch.c:857
3329 msgid "print only merged branches"
3330 msgstr "извеждане само на слетите клони"
3332 #: builtin/branch.c:861
3333 msgid "list branches in columns"
3334 msgstr "извеждане по колони"
3336 #: builtin/branch.c:874
3337 msgid "Failed to resolve HEAD as a valid ref."
3338 msgstr "Не може да се открие към какво сочи указателят „HEAD“"
3340 #: builtin/branch.c:878 builtin/clone.c:622
3341 msgid "HEAD not found below refs/heads!"
3342 msgstr "В директорията „refs/heads“ липсва файл „HEAD“"
3344 #: builtin/branch.c:900
3345 msgid "--column and --verbose are incompatible"
3346 msgstr "Опциите „--column“ и „--verbose“ са несъвместими"
3348 #: builtin/branch.c:911 builtin/branch.c:950
3349 msgid "branch name required"
3350 msgstr "Необходимо е име на клон"
3352 #: builtin/branch.c:926
3353 msgid "Cannot give description to detached HEAD"
3354 msgstr "Не може да зададете описание на „HEAD“ извън клон"
3356 #: builtin/branch.c:931
3357 msgid "cannot edit description of more than one branch"
3358 msgstr "Не може да редактирате описанието на повече от един клон едновременно"
3360 #: builtin/branch.c:938
3362 msgid "No commit on branch '%s' yet."
3363 msgstr "В клона „%s“ все още няма подавания."
3365 #: builtin/branch.c:941
3367 msgid "No branch named '%s'."
3368 msgstr "Липсва клон на име „%s“."
3370 #: builtin/branch.c:956
3371 msgid "too many branches for a rename operation"
3372 msgstr "Прекалено много клони за преименуване"
3374 #: builtin/branch.c:961
3375 msgid "too many branches to set new upstream"
3376 msgstr "Прекалено много клони за задаване на следене"
3378 #: builtin/branch.c:965
3381 "could not set upstream of HEAD to %s when it does not point to any branch."
3383 "Следеното от „HEAD“ не може да се зададе да е „%s“, защото то не сочи към "
3386 #: builtin/branch.c:968 builtin/branch.c:990 builtin/branch.c:1011
3388 msgid "no such branch '%s'"
3389 msgstr "Няма клон на име „%s“."
3391 #: builtin/branch.c:972
3393 msgid "branch '%s' does not exist"
3394 msgstr "Не съществува клон на име „%s“."
3396 #: builtin/branch.c:984
3397 msgid "too many branches to unset upstream"
3398 msgstr "Прекалено много клони за махане на следене"
3400 #: builtin/branch.c:988
3401 msgid "could not unset upstream of HEAD when it does not point to any branch."
3403 "Следеното от „HEAD“ не може да махне, защото то не сочи към никой клон."
3405 #: builtin/branch.c:994
3407 msgid "Branch '%s' has no upstream information"
3408 msgstr "Няма информация клонът „%s“ да следи някой друг"
3410 #: builtin/branch.c:1008
3411 msgid "it does not make sense to create 'HEAD' manually"
3412 msgstr "Няма никакъв смисъл ръчно да създавате „HEAD“."
3414 #: builtin/branch.c:1014
3415 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3416 msgstr "Опциите „-a“ и „-r“ на „git branch“ са несъвместими с име на клон"
3418 #: builtin/branch.c:1017
3421 "The --set-upstream flag is deprecated and will be removed. Consider using --"
3422 "track or --set-upstream-to\n"
3424 "Опцията „--set-upstream“ вече е остаряла и предстои да бъде махната. "
3425 "Използвайте „--track“ или „--set-upstream-to“\n"
3427 #: builtin/branch.c:1034
3431 "If you wanted to make '%s' track '%s', do this:\n"
3435 "За да накарате „%s“ да следи „%s“, изпълнете следната команда:\n"
3438 #: builtin/branch.c:1035
3440 msgid " git branch -d %s\n"
3441 msgstr " git branch -d %s\n"
3443 #: builtin/branch.c:1036
3445 msgid " git branch --set-upstream-to %s\n"
3446 msgstr " git branch --set-upstream-to %s\n"
3448 #: builtin/bundle.c:51
3450 msgid "%s is okay\n"
3451 msgstr "Пратката „%s“ е наред\n"
3453 #: builtin/bundle.c:64
3454 msgid "Need a repository to create a bundle."
3455 msgstr "За създаването на пратка е необходимо хранилище."
3457 #: builtin/bundle.c:68
3458 msgid "Need a repository to unbundle."
3459 msgstr "За приемането на пратка е необходимо хранилище."
3461 #: builtin/cat-file.c:369
3463 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3464 "<type>|--textconv) <object>"
3466 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
3467 "p | ВИД | --textconv) ОБЕКТ"
3469 #: builtin/cat-file.c:370
3471 "git cat-file (--batch | --batch-check) [--follow-symlinks] < <list-of-"
3474 "git cat-file (--batch | --batch-check) [--follow-symlinks] < СПИСЪК_С_ОБЕКТИ"
3476 #: builtin/cat-file.c:407
3477 msgid "<type> can be one of: blob, tree, commit, tag"
3479 "ВИДът може да е: „blob“ (обект BLOB), „tree“ (дърво), „commit“ (подаване), "
3482 #: builtin/cat-file.c:408
3483 msgid "show object type"
3484 msgstr "извеждане на вида на обект"
3486 #: builtin/cat-file.c:409
3487 msgid "show object size"
3488 msgstr "извеждане на размера на обект"
3490 #: builtin/cat-file.c:411
3491 msgid "exit with zero when there's no error"
3492 msgstr "изход с 0, когато няма грешка"
3494 #: builtin/cat-file.c:412
3495 msgid "pretty-print object's content"
3496 msgstr "форматирано извеждане на съдържанието на обекта"
3498 #: builtin/cat-file.c:414
3499 msgid "for blob objects, run textconv on object's content"
3501 "да се стартира програмата зададена в настройката „textconv“ за преобразуване "
3502 "на съдържанието на обекта"
3504 #: builtin/cat-file.c:416
3505 msgid "allow -s and -t to work with broken/corrupt objects"
3506 msgstr "позволяване на опциите „-s“ и „-t“ да работят с повредени обекти"
3508 #: builtin/cat-file.c:418
3509 msgid "show info and content of objects fed from the standard input"
3511 "извеждане на информация и съдържание на обектите подадени на стандартния вход"
3513 #: builtin/cat-file.c:421
3514 msgid "show info about objects fed from the standard input"
3515 msgstr "извеждане на информация за обектите подадени на стандартния вход"
3517 #: builtin/cat-file.c:424
3518 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3520 "следване на символните връзки сочещи в дървото (ползва се с „--batch“ или „--"
3523 #: builtin/check-attr.c:11
3524 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3525 msgstr "git check-attr [-a | --all | АТРИБУТ…] [--] ПЪТ…"
3527 #: builtin/check-attr.c:12
3528 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"
3529 msgstr "git check-attr --stdin [-z] [-a | --all | АТРИБУТ…] < СПИСЪК_С_ПЪТИЩА"
3531 #: builtin/check-attr.c:19
3532 msgid "report all attributes set on file"
3533 msgstr "извеждане на всички атрибути, зададени върху файл"
3535 #: builtin/check-attr.c:20
3536 msgid "use .gitattributes only from the index"
3537 msgstr "използване на файла „.gitattributes“ само от индекса"
3539 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:96
3540 msgid "read file names from stdin"
3541 msgstr "изчитане на имената на файловете от стандартния вход"
3543 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3544 msgid "terminate input and output records by a NUL character"
3545 msgstr "разделяне на входните и изходните записи с нулевия знак „NUL“"
3547 #: builtin/check-ignore.c:18 builtin/checkout.c:1202 builtin/gc.c:279
3548 msgid "suppress progress reporting"
3549 msgstr "без показване на напредъка"
3551 #: builtin/check-ignore.c:26
3552 msgid "show non-matching input paths"
3553 msgstr "извеждане на несъвпадащите пътища"
3555 #: builtin/check-ignore.c:28
3556 msgid "ignore index when checking"
3557 msgstr "прескачане на индекса при проверката"
3559 #: builtin/check-ignore.c:154
3560 msgid "cannot specify pathnames with --stdin"
3561 msgstr "опцията „--stdin“ е несъвместима с имена на пътища"
3564 #: builtin/check-ignore.c:157
3565 msgid "-z only makes sense with --stdin"
3566 msgstr "опцията „-z“ изисква „--stdin“"
3568 #: builtin/check-ignore.c:159
3569 msgid "no path specified"
3570 msgstr "не е зададен път"
3572 #: builtin/check-ignore.c:163
3573 msgid "--quiet is only valid with a single pathname"
3574 msgstr "опцията „--quiet“ изисква да е подаден точно един път"
3577 #: builtin/check-ignore.c:165
3578 msgid "cannot have both --quiet and --verbose"
3579 msgstr "опциите „--quiet“ и „--verbose“ са несъвместими"
3582 #: builtin/check-ignore.c:168
3583 msgid "--non-matching is only valid with --verbose"
3584 msgstr "опцията „--non-matching“ изисква „--verbose“"
3586 #: builtin/check-mailmap.c:8
3587 msgid "git check-mailmap [<options>] <contact>..."
3588 msgstr "git check-mailmap [ОПЦИЯ…] КОНТАКТ…"
3590 #: builtin/check-mailmap.c:13
3591 msgid "also read contacts from stdin"
3592 msgstr "четене на контакти и от стандартния вход"
3594 #: builtin/check-mailmap.c:24
3596 msgid "unable to parse contact: %s"
3597 msgstr "контактът не може да бъде анализиран: %s"
3599 #: builtin/check-mailmap.c:47
3600 msgid "no contacts specified"
3601 msgstr "не са указани контакти"
3603 #: builtin/checkout-index.c:126
3604 msgid "git checkout-index [<options>] [--] [<file>...]"
3605 msgstr "git checkout-index [ОПЦИЯ…] [--] [ФАЙЛ…]"
3607 #: builtin/checkout-index.c:188
3608 msgid "check out all files in the index"
3609 msgstr "изтегляне на всички файлове в индекса"
3611 #: builtin/checkout-index.c:189
3612 msgid "force overwrite of existing files"
3613 msgstr "презаписване на файловете, дори и да съществуват"
3615 #: builtin/checkout-index.c:191
3616 msgid "no warning for existing files and files not in index"
3617 msgstr "без предупреждения при липсващи файлове и файлове не в индекса"
3619 #: builtin/checkout-index.c:193
3620 msgid "don't checkout new files"
3621 msgstr "без изтегляне на нови файлове"
3623 #: builtin/checkout-index.c:195
3624 msgid "update stat information in the index file"
3625 msgstr "обновяване на информацията получена чрез „stat“ за файловете в индекса"
3627 #: builtin/checkout-index.c:201
3628 msgid "read list of paths from the standard input"
3629 msgstr "изчитане на пътищата от стандартния вход"
3631 #: builtin/checkout-index.c:203
3632 msgid "write the content to temporary files"
3633 msgstr "записване на съдържанието във временни файлове"
3635 #: builtin/checkout-index.c:204 builtin/column.c:30
3639 #: builtin/checkout-index.c:205
3640 msgid "when creating files, prepend <string>"
3641 msgstr "при създаването на нови файлове да се добавя префикса НИЗ"
3643 #: builtin/checkout-index.c:208
3644 msgid "copy out the files from named stage"
3645 msgstr "копиране на файловете от това състояние на сливане"
3647 #: builtin/checkout.c:24
3648 msgid "git checkout [<options>] <branch>"
3649 msgstr "git checkout [ОПЦИЯ…] КЛОН"
3651 #: builtin/checkout.c:25
3652 msgid "git checkout [<options>] [<branch>] -- <file>..."
3653 msgstr "git checkout [ОПЦИЯ…] [КЛОН] -- ФАЙЛ…"
3655 #: builtin/checkout.c:134 builtin/checkout.c:167
3657 msgid "path '%s' does not have our version"
3658 msgstr "вашата версия липсва в пътя „%s“"
3660 #: builtin/checkout.c:136 builtin/checkout.c:169
3662 msgid "path '%s' does not have their version"
3663 msgstr "чуждата версия липсва в пътя „%s“"
3666 #: builtin/checkout.c:152
3668 msgid "path '%s' does not have all necessary versions"
3669 msgstr "някоя от необходимите версии липсва в пътя „%s“"
3672 #: builtin/checkout.c:196
3674 msgid "path '%s' does not have necessary versions"
3675 msgstr "някоя от необходимите версии липсва в пътя „%s“"
3677 #: builtin/checkout.c:213
3679 msgid "path '%s': cannot merge"
3680 msgstr "пътят „%s“ не може да бъде слян"
3682 #: builtin/checkout.c:230
3684 msgid "Unable to add merge result for '%s'"
3685 msgstr "Резултатът за „%s“ не може да бъде слян"
3687 #: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
3688 #: builtin/checkout.c:260
3690 msgid "'%s' cannot be used with updating paths"
3691 msgstr "Опцията „%s“ е несъвместима с обновяването на пътища"
3693 #: builtin/checkout.c:263 builtin/checkout.c:266
3695 msgid "'%s' cannot be used with %s"
3696 msgstr "Опцията „%s“ е несъвместима с „%s“"
3698 #: builtin/checkout.c:269
3700 msgid "Cannot update paths and switch to branch '%s' at the same time."
3702 "Невъзможно е едновременно да обновявате пътища и да преминете към клона „%s“."
3704 #: builtin/checkout.c:280 builtin/checkout.c:474
3705 msgid "corrupt index file"
3706 msgstr "повреден файл на индекса"
3708 #: builtin/checkout.c:340 builtin/checkout.c:347
3710 msgid "path '%s' is unmerged"
3711 msgstr "пътят „%s“ не е слят"
3713 #: builtin/checkout.c:496
3714 msgid "you need to resolve your current index first"
3715 msgstr "първо трябва да коригирате индекса си"
3717 #: builtin/checkout.c:627
3719 msgid "Can not do reflog for '%s'\n"
3720 msgstr "Журналът на указателите за „%s“ не може да бъде създаден\n"
3722 #: builtin/checkout.c:663
3723 msgid "HEAD is now at"
3724 msgstr "Указателят „HEAD“ в момента сочи към"
3726 #: builtin/checkout.c:670
3728 msgid "Reset branch '%s'\n"
3729 msgstr "Зануляване на клона „%s“\n"
3731 #: builtin/checkout.c:673
3733 msgid "Already on '%s'\n"
3734 msgstr "Вече сте на „%s“\n"
3736 #: builtin/checkout.c:677
3738 msgid "Switched to and reset branch '%s'\n"
3739 msgstr "Преминаване към клона „%s“ и зануляване на промените\n"
3741 #: builtin/checkout.c:679 builtin/checkout.c:1134
3743 msgid "Switched to a new branch '%s'\n"
3744 msgstr "Преминахте към новия клон „%s“\n"
3746 #: builtin/checkout.c:681
3748 msgid "Switched to branch '%s'\n"
3749 msgstr "Преминахте към клона „%s“\n"
3751 #: builtin/checkout.c:733
3753 msgid " ... and %d more.\n"
3754 msgstr "… и още %d.\n"
3756 #: builtin/checkout.c:739
3759 "Warning: you are leaving %d commit behind, not connected to\n"
3760 "any of your branches:\n"
3764 "Warning: you are leaving %d commits behind, not connected to\n"
3765 "any of your branches:\n"
3769 "ПРЕДУПРЕЖДЕНИЕ: изоставяте %d подаване, което не е свързано към никой клон:\n"
3773 "ПРЕДУПРЕЖДЕНИЕ: изоставяте %d подавания, които не са свързани към никой "
3778 #: builtin/checkout.c:758
3781 "If you want to keep it by creating a new branch, this may be a good time\n"
3784 " git branch <new-branch-name> %s\n"
3787 "If you want to keep them by creating a new branch, this may be a good time\n"
3790 " git branch <new-branch-name> %s\n"
3793 "Ако все пак искате да запазите тази промяна чрез създаване на клон,\n"
3794 "сега е най-подходящият за това чрез командата:\n"
3796 " git branch ИМЕ_НА_НОВИЯ_КЛОН %s\n"
3799 "Ако все пак искате да запазите тези промени чрез създаване на клон,\n"
3800 "сега е най-подходящият за това чрез командата:\n"
3802 " git branch ИМЕ_НА_НОВИЯ_КЛОН %s\n"
3805 #: builtin/checkout.c:794
3806 msgid "internal error in revision walk"
3807 msgstr "вътрешна грешка при обхождането на версиите"
3809 #: builtin/checkout.c:798
3810 msgid "Previous HEAD position was"
3811 msgstr "Преди това „HEAD“ сочеше към"
3813 #: builtin/checkout.c:825 builtin/checkout.c:1129
3814 msgid "You are on a branch yet to be born"
3815 msgstr "В момента сте на клон, който предстои да бъде създаден"
3817 #: builtin/checkout.c:931
3819 msgid "'%s' is already checked out at '%s'"
3820 msgstr "„%s“ вече е изтеглен в „%s“"
3822 #: builtin/checkout.c:1036
3824 msgid "only one reference expected, %d given."
3825 msgstr "очакваше се един указател, а сте подали %d."
3827 #: builtin/checkout.c:1075
3829 msgid "invalid reference: %s"
3830 msgstr "неправилен указател: %s"
3832 #: builtin/checkout.c:1104
3834 msgid "reference is not a tree: %s"
3835 msgstr "указателят не сочи към обект-дърво: %s"
3837 #: builtin/checkout.c:1143
3838 msgid "paths cannot be used with switching branches"
3839 msgstr "задаването на път е несъвместимо с преминаването от един клон към друг"
3841 #: builtin/checkout.c:1146 builtin/checkout.c:1150
3843 msgid "'%s' cannot be used with switching branches"
3844 msgstr "опцията „%s“ е несъвместима с преминаването от един клон към друг"
3846 #: builtin/checkout.c:1154 builtin/checkout.c:1157 builtin/checkout.c:1162
3847 #: builtin/checkout.c:1165
3849 msgid "'%s' cannot be used with '%s'"
3850 msgstr "опцията „%s“ е несъвместима с „%s“"
3852 #: builtin/checkout.c:1170
3854 msgid "Cannot switch branch to a non-commit '%s'"
3856 "За да преминете към клон, подайте указател, който сочи към подаване. „%s“ не "
3859 #: builtin/checkout.c:1203 builtin/checkout.c:1205 builtin/clone.c:83
3860 #: builtin/remote.c:159 builtin/remote.c:161 builtin/worktree.c:282
3861 #: builtin/worktree.c:284
3865 #: builtin/checkout.c:1204
3866 msgid "create and checkout a new branch"
3867 msgstr "създаване и преминаване към нов клон"
3869 #: builtin/checkout.c:1206
3870 msgid "create/reset and checkout a branch"
3871 msgstr "създаване/зануляване на клон и преминаване към него"
3873 #: builtin/checkout.c:1207
3874 msgid "create reflog for new branch"
3875 msgstr "създаване на журнал на указателите за нов клон"
3877 #: builtin/checkout.c:1208
3878 msgid "detach the HEAD at named commit"
3879 msgstr "отделяне на указателя „HEAD“ към указаното подаване"
3881 #: builtin/checkout.c:1209
3882 msgid "set upstream info for new branch"
3883 msgstr "задаване на кой клон бива следен при създаването на новия клон"
3885 #: builtin/checkout.c:1211
3889 #: builtin/checkout.c:1211
3890 msgid "new unparented branch"
3891 msgstr "нов клон без родител"
3893 #: builtin/checkout.c:1212
3894 msgid "checkout our version for unmerged files"
3895 msgstr "изтегляне на вашата версия на неслетите файлове"
3897 #: builtin/checkout.c:1214
3898 msgid "checkout their version for unmerged files"
3899 msgstr "изтегляне на чуждата версия на неслетите файлове"
3901 #: builtin/checkout.c:1216
3902 msgid "force checkout (throw away local modifications)"
3903 msgstr "принудително изтегляне (вашите промени ще бъдат занулени)"
3905 #: builtin/checkout.c:1217
3906 msgid "perform a 3-way merge with the new branch"
3907 msgstr "извършване на тройно сливане с новия клон"
3909 #: builtin/checkout.c:1218 builtin/merge.c:227
3910 msgid "update ignored files (default)"
3911 msgstr "обновяване на игнорираните файлове (стандартно)"
3913 #: builtin/checkout.c:1219 builtin/log.c:1239 parse-options.h:244
3917 #: builtin/checkout.c:1220
3918 msgid "conflict style (merge or diff3)"
3919 msgstr "действие при конфликт (сливане или тройна разлика)"
3921 #: builtin/checkout.c:1223
3922 msgid "do not limit pathspecs to sparse entries only"
3923 msgstr "без ограничаване на изброените пътища само до частично изтеглените"
3925 #: builtin/checkout.c:1225
3926 msgid "second guess 'git checkout <no-such-branch>'"
3928 "опит за отгатване на име на клон след неуспешен опит с „git checkout "
3929 "НЕСЪЩЕСТВУВАЩ_КЛОН“"
3931 #: builtin/checkout.c:1227
3932 msgid "do not check if another worktree is holding the given ref"
3933 msgstr "без проверка дали друго работно дърво държи указателя"
3935 #: builtin/checkout.c:1252
3936 msgid "-b, -B and --orphan are mutually exclusive"
3937 msgstr "Опциите „-b“, „-B“ и „--orphan“ са несъвместими една с друга"
3939 #: builtin/checkout.c:1269
3940 msgid "--track needs a branch name"
3941 msgstr "опцията „--track“ изисква име на клон"
3943 #: builtin/checkout.c:1274
3944 msgid "Missing branch name; try -b"
3945 msgstr "Липсва име на клон, използвайте опцията „-b“"
3947 #: builtin/checkout.c:1310
3948 msgid "invalid path specification"
3949 msgstr "указан е неправилен път"
3951 #: builtin/checkout.c:1317
3954 "Cannot update paths and switch to branch '%s' at the same time.\n"
3955 "Did you intend to checkout '%s' which can not be resolved as commit?"
3957 "Не можете едновременно да обновявате пътища и да преминете към клона „%s“.\n"
3958 "Дали не искате да изтеглите „%s“, който не сочи към подаване?"
3960 #: builtin/checkout.c:1322
3962 msgid "git checkout: --detach does not take a path argument '%s'"
3963 msgstr "git checkout: опцията „--detach“ не приема аргумент-път „%s“"
3965 #: builtin/checkout.c:1326
3967 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3968 "checking out of the index."
3970 "git checkout: опциите „--ours“/„--theirs“, „--force“ и „--merge“\n"
3971 "са несъвместими с изтегляне от индекса."
3973 #: builtin/clean.c:26
3975 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3976 msgstr "git clean [-d] [-f] [-i] [-n] [-q] [-e ШАБЛОН] [-x | -X] [--] ПЪТ…"
3978 #: builtin/clean.c:30
3980 msgid "Removing %s\n"
3981 msgstr "Изтриване на „%s“\n"
3983 #: builtin/clean.c:31
3985 msgid "Would remove %s\n"
3986 msgstr "Файлът „%s“ ще бъде изтрит\n"
3988 #: builtin/clean.c:32
3990 msgid "Skipping repository %s\n"
3991 msgstr "Прескачане на хранилището „%s“\n"
3993 #: builtin/clean.c:33
3995 msgid "Would skip repository %s\n"
3996 msgstr "Хранилището „%s“ ще бъде прескочено\n"
3998 #: builtin/clean.c:34
4000 msgid "failed to remove %s"
4001 msgstr "файлът „%s“ не може да бъде изтрит"
4003 #: builtin/clean.c:295
4006 "1 - select a numbered item\n"
4007 "foo - select item based on unique prefix\n"
4008 " - (empty) select nothing"
4011 "1 — избор на обект според реда\n"
4012 "ПРЕФИКС — избор на единствен обект по този уникален префикс\n"
4013 " — (празно) нищо да не се избира"
4015 #: builtin/clean.c:299
4018 "1 - select a single item\n"
4019 "3-5 - select a range of items\n"
4020 "2-3,6-9 - select multiple ranges\n"
4021 "foo - select item based on unique prefix\n"
4022 "-... - unselect specified items\n"
4023 "* - choose all items\n"
4024 " - (empty) finish selecting"
4027 "1 — избор на един обект\n"
4028 "3-5 — интервал за избор на обекти\n"
4029 "2-3,6-9 — множество интервали за избор на обекти\n"
4030 "ПРЕФИКС — избор на единствен обект по този уникален префикс\n"
4031 "-… — отмяна на избора на обекти\n"
4032 "* — избиране на всички обекти\n"
4033 " — (празно) завършване на избирането"
4035 # FIXME WTF does this mean
4036 #: builtin/clean.c:515
4039 msgstr "Неправилен избор (%s). Изберете отново."
4041 # FIXME - should we use >> or sth else
4042 #: builtin/clean.c:657
4044 msgid "Input ignore patterns>> "
4045 msgstr "Шаблони за игнорирани елементи≫ "
4047 #: builtin/clean.c:694
4049 msgid "WARNING: Cannot find items matched by: %s"
4050 msgstr "ПРЕДУПРЕЖДЕНИЕ: Никой обект не напасва на „%s“"
4052 #: builtin/clean.c:715
4053 msgid "Select items to delete"
4054 msgstr "Избиране на обекти за изтриване"
4056 #. TRANSLATORS: Make sure to keep [y/N] as is
4057 #: builtin/clean.c:756
4059 msgid "Remove %s [y/N]? "
4060 msgstr "Да се изтрие ли „%s“? „y“ — да, „N“ — НЕ"
4062 # FIXME improve message
4063 #: builtin/clean.c:781
4067 #: builtin/clean.c:789
4069 "clean - start cleaning\n"
4070 "filter by pattern - exclude items from deletion\n"
4071 "select by numbers - select items to be deleted by numbers\n"
4072 "ask each - confirm each deletion (like \"rm -i\")\n"
4073 "quit - stop cleaning\n"
4074 "help - this screen\n"
4075 "? - help for prompt selection"
4077 "clean — начало на изчистването\n"
4078 "filter by pattern — шаблон за обекти, които да не се трият\n"
4079 "select by numbers — номера на обекти, които да се трият\n"
4080 "ask each — потвърждаване на всяко изтриване (подобно на „rm -i“)\n"
4081 "quit — край на изчистването\n"
4082 "help — този край\n"
4083 "? — подсказка за шаблоните"
4085 # FIXME how many ***
4086 #: builtin/clean.c:816
4087 msgid "*** Commands ***"
4088 msgstr "●●● Команди ●●●"
4090 # FIXME improve message
4091 #: builtin/clean.c:817
4093 msgstr "Избор на следващо действие"
4095 #: builtin/clean.c:825
4096 msgid "Would remove the following item:"
4097 msgid_plural "Would remove the following items:"
4098 msgstr[0] "Следният обект ще бъде изтрит:"
4099 msgstr[1] "Следните обекти ще бъдат изтрити:"
4101 #: builtin/clean.c:842
4102 msgid "No more files to clean, exiting."
4103 msgstr "Файловете за изчистване свършиха. Изход от програмата."
4105 #: builtin/clean.c:873
4106 msgid "do not print names of files removed"
4107 msgstr "без извеждане на имената на файловете, които ще бъдат изтрити"
4109 #: builtin/clean.c:875
4111 msgstr "принудително изтриване"
4113 #: builtin/clean.c:876
4114 msgid "interactive cleaning"
4115 msgstr "интерактивно изтриване"
4117 #: builtin/clean.c:878
4118 msgid "remove whole directories"
4119 msgstr "изтриване на цели директории"
4121 #: builtin/clean.c:879 builtin/describe.c:407 builtin/grep.c:714
4122 #: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:187
4126 #: builtin/clean.c:880
4127 msgid "add <pattern> to ignore rules"
4128 msgstr "добавяне на ШАБЛОН от файлове, които да не се трият"
4130 #: builtin/clean.c:881
4131 msgid "remove ignored files, too"
4132 msgstr "изтриване и на игнорираните файлове"
4134 #: builtin/clean.c:883
4135 msgid "remove only ignored files"
4136 msgstr "изтриване само на игнорирани файлове"
4138 #: builtin/clean.c:901
4139 msgid "-x and -X cannot be used together"
4140 msgstr "опциите „-x“ и „-X“ са несъвместими"
4142 #: builtin/clean.c:905
4144 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4147 "Настройката „clean.requireForce“ е зададена като истина, което изисква някоя "
4148 "от опциите „-i“, „-n“ или „-f“. Няма да се извърши изчистване"
4150 #: builtin/clean.c:908
4152 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4155 "Настройката „clean.requireForce“ не е зададена, но стандартно е истина, "
4156 "което изисква някоя от опциите „-i“, „-n“ или „-f“. Няма да се извърши "
4159 #: builtin/clone.c:37
4160 msgid "git clone [<options>] [--] <repo> [<dir>]"
4161 msgstr "git clone [ОПЦИЯ…] [--] ХРАНИЛИЩЕ [ДИРЕКТОРИЯ]"
4163 #: builtin/clone.c:57 builtin/fetch.c:111 builtin/merge.c:224
4164 #: builtin/push.c:523
4165 msgid "force progress reporting"
4166 msgstr "извеждане на напредъка"
4168 #: builtin/clone.c:59
4169 msgid "don't create a checkout"
4170 msgstr "без създаване на работно дърво"
4172 #: builtin/clone.c:60 builtin/clone.c:62 builtin/init-db.c:503
4173 msgid "create a bare repository"
4174 msgstr "създаване на голо хранилище"
4176 #: builtin/clone.c:64
4177 msgid "create a mirror repository (implies bare)"
4179 "създаване на хранилище-огледало (включва опцията „--bare“ за голо хранилище)"
4181 #: builtin/clone.c:66
4182 msgid "to clone from a local repository"
4183 msgstr "клониране от локално хранилище"
4185 #: builtin/clone.c:68
4186 msgid "don't use local hardlinks, always copy"
4187 msgstr "без твърди връзки, файловете винаги да се копират"
4189 #: builtin/clone.c:70
4190 msgid "setup as shared repository"
4191 msgstr "настройване за споделено хранилище"
4193 #: builtin/clone.c:72 builtin/clone.c:74
4194 msgid "initialize submodules in the clone"
4195 msgstr "инициализиране на подмодулите при това клониране"
4197 #: builtin/clone.c:75 builtin/init-db.c:500
4198 msgid "template-directory"
4199 msgstr "директория с шаблони"
4201 #: builtin/clone.c:76 builtin/init-db.c:501
4202 msgid "directory from which templates will be used"
4203 msgstr "директория, която съдържа шаблоните, които да се ползват"
4205 #: builtin/clone.c:78
4206 msgid "reference repository"
4207 msgstr "еталонно хранилище"
4209 #: builtin/clone.c:80
4210 msgid "use --reference only while cloning"
4211 msgstr "опцията „--reference“ може да се използва само при клониране"
4213 #: builtin/clone.c:81 builtin/column.c:26 builtin/merge-file.c:44
4217 #: builtin/clone.c:82
4218 msgid "use <name> instead of 'origin' to track upstream"
4219 msgstr "използване на това ИМЕ вместо „origin“ при проследяване на клони"
4221 #: builtin/clone.c:84
4222 msgid "checkout <branch> instead of the remote's HEAD"
4223 msgstr "изтегляне на този КЛОН, а не соченият от отдалечения указател „HEAD“"
4225 #: builtin/clone.c:86
4226 msgid "path to git-upload-pack on the remote"
4227 msgstr "път към командата „git-upload-pack“ на отдалеченото хранилище"
4229 #: builtin/clone.c:87 builtin/fetch.c:112 builtin/grep.c:659
4233 #: builtin/clone.c:88
4234 msgid "create a shallow clone of that depth"
4235 msgstr "плитко клониране до тази ДЪЛБОЧИНА"
4237 #: builtin/clone.c:90
4238 msgid "clone only one branch, HEAD or --branch"
4240 "клониране само на един клон — или сочения от отдалечения „HEAD“, или изрично "
4241 "зададения с „--branch“"
4243 #: builtin/clone.c:91 builtin/init-db.c:509
4245 msgstr "СЛУЖЕБНА_ДИРЕКТОРИЯ"
4247 #: builtin/clone.c:92 builtin/init-db.c:510
4248 msgid "separate git dir from working tree"
4249 msgstr "отделна СЛУЖЕБНА_ДИРЕКТОРИЯ за git извън работното дърво"
4251 #: builtin/clone.c:93
4253 msgstr "КЛЮЧ=СТОЙНОСТ"
4255 #: builtin/clone.c:94
4256 msgid "set config inside the new repository"
4257 msgstr "задаване на настройките на новото хранилище"
4259 #: builtin/clone.c:240
4261 msgid "reference repository '%s' is not a local repository."
4262 msgstr "еталонното хранилище „%s“ не е локално"
4264 #: builtin/clone.c:244
4266 msgid "reference repository '%s' is shallow"
4267 msgstr "еталонното хранилище „%s“ е плитко"
4269 #: builtin/clone.c:247
4271 msgid "reference repository '%s' is grafted"
4272 msgstr "еталонното хранилище „%s“ е с присаждане"
4274 #: builtin/clone.c:310
4276 msgid "failed to create directory '%s'"
4277 msgstr "директорията „%s“ не може да бъде създадена"
4279 #: builtin/clone.c:312 builtin/diff.c:84
4281 msgid "failed to stat '%s'"
4282 msgstr "не може да бъде получена информация чрез „stat“ за „%s“"
4284 #: builtin/clone.c:314
4286 msgid "%s exists and is not a directory"
4287 msgstr "„%s“ съществува и не е директория"
4289 #: builtin/clone.c:328
4291 msgid "failed to stat %s\n"
4292 msgstr "не може да бъде получена информация чрез „stat“ за „%s“\n"
4294 #: builtin/clone.c:350
4296 msgid "failed to create link '%s'"
4297 msgstr "връзката „%s“ не може да бъде създадена"
4299 #: builtin/clone.c:354
4301 msgid "failed to copy file to '%s'"
4302 msgstr "файлът не може да бъде копиран като „%s“"
4304 #: builtin/clone.c:377 builtin/clone.c:551
4307 msgstr "действието завърши.\n"
4309 #: builtin/clone.c:389
4311 "Clone succeeded, but checkout failed.\n"
4312 "You can inspect what was checked out with 'git status'\n"
4313 "and retry the checkout with 'git checkout -f HEAD'\n"
4315 "Клонирането бе успешно за разлика от подготовката на работното дърво\n"
4316 "за определен клон. Все пак можете да проверите кои файлове и от кой\n"
4317 "клон в момента са изтеглени с командата „git status“. Можете да\n"
4318 "завършите изтеглянето на клона с командата „git checkout -f HEAD“.\n"
4320 #: builtin/clone.c:466
4322 msgid "Could not find remote branch %s to clone."
4324 "Клонът „%s“ от отдалеченото хранилище, което клонирате,\n"
4325 "и който следва да бъде изтеглен, не съществува."
4327 # FIXME translator note that the space at end is necesssary
4328 #: builtin/clone.c:546
4330 msgid "Checking connectivity... "
4331 msgstr "Проверка на връзката… "
4333 #: builtin/clone.c:549
4334 msgid "remote did not send all necessary objects"
4335 msgstr "отдалеченото хранилище не изпрати всички необходими обекти."
4337 #: builtin/clone.c:613
4338 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4340 "указателят „HEAD“ от отдалеченото хранилище сочи към нещо,\n"
4341 "което не съществува. Не може да се изтегли определен клон.\n"
4343 #: builtin/clone.c:644
4344 msgid "unable to checkout working tree"
4345 msgstr "работното дърво не може да бъде подготвено"
4347 #: builtin/clone.c:731
4348 msgid "cannot repack to clean up"
4349 msgstr "не може да се извърши пакетиране за изчистване на файловете"
4351 #: builtin/clone.c:733
4352 msgid "cannot unlink temporary alternates file"
4353 msgstr "временният файл за алтернативни обекти не може да бъде изтрит"
4355 #: builtin/clone.c:763
4356 msgid "Too many arguments."
4357 msgstr "Прекалено много аргументи."
4359 #: builtin/clone.c:767
4360 msgid "You must specify a repository to clone."
4361 msgstr "Трябва да укажете кое хранилище искате да клонирате."
4363 #: builtin/clone.c:778
4365 msgid "--bare and --origin %s options are incompatible."
4366 msgstr "опциите „--bare“ и „--origin %s“ са несъвместими."
4368 #: builtin/clone.c:781
4369 msgid "--bare and --separate-git-dir are incompatible."
4370 msgstr "опциите „--bare“ и „--separate-git-dir“ са несъвместими."
4372 #: builtin/clone.c:794
4374 msgid "repository '%s' does not exist"
4375 msgstr "не съществува хранилище „%s“"
4377 #: builtin/clone.c:800 builtin/fetch.c:1160
4379 msgid "depth %s is not a positive number"
4380 msgstr "дълбочината трябва да е положително цяло число, а не „%s“"
4382 #: builtin/clone.c:810
4384 msgid "destination path '%s' already exists and is not an empty directory."
4385 msgstr "целевият път „%s“ съществува и не е празна директория."
4387 #: builtin/clone.c:820
4389 msgid "working tree '%s' already exists."
4390 msgstr "в „%s“ вече съществува работно дърво."
4392 #: builtin/clone.c:835 builtin/clone.c:846 builtin/worktree.c:193
4393 #: builtin/worktree.c:220
4395 msgid "could not create leading directories of '%s'"
4396 msgstr "родителските директории на „%s“ не могат да бъдат създадени"
4398 #: builtin/clone.c:838
4400 msgid "could not create work tree dir '%s'"
4401 msgstr "работното дърво в „%s“ не може да бъде създадено."
4403 #: builtin/clone.c:856
4405 msgid "Cloning into bare repository '%s'...\n"
4406 msgstr "Клониране и създаване на голо хранилище в „%s“…\n"
4408 #: builtin/clone.c:858
4410 msgid "Cloning into '%s'...\n"
4411 msgstr "Клониране и създаване на хранилище в „%s“…\n"
4413 #: builtin/clone.c:883
4414 msgid "--dissociate given, but there is no --reference"
4415 msgstr "Опцията „--dissociate“ е несъвместима с „--reference“"
4417 #: builtin/clone.c:900
4418 msgid "--depth is ignored in local clones; use file:// instead."
4420 "При локално клониране опцията „--depth“ се игнорира. Ползвайте схемата "
4423 #: builtin/clone.c:903
4424 msgid "source repository is shallow, ignoring --local"
4425 msgstr "клонираното хранилище е плитко, затова опцията „--local“ се игнорира"
4427 #: builtin/clone.c:908
4428 msgid "--local is ignored"
4429 msgstr "опцията „--local“ се игнорира"
4431 #: builtin/clone.c:912
4433 msgid "Don't know how to clone %s"
4434 msgstr "Не се поддържа клониране на връзки от вида „%s“ "
4436 #: builtin/clone.c:961 builtin/clone.c:969
4438 msgid "Remote branch %s not found in upstream %s"
4439 msgstr "Отдалеченият клон „%s“ липсва в клонираното хранилище „%s“"
4441 #: builtin/clone.c:972
4442 msgid "You appear to have cloned an empty repository."
4443 msgstr "Изглежда клонирахте празно хранилище."
4445 #: builtin/column.c:9
4446 msgid "git column [<options>]"
4447 msgstr "git column [ОПЦИЯ…]"
4449 #: builtin/column.c:26
4450 msgid "lookup config vars"
4451 msgstr "извеждане на настройките"
4453 #: builtin/column.c:27 builtin/column.c:28
4454 msgid "layout to use"
4455 msgstr "как да се подреди резултата"
4457 #: builtin/column.c:29
4458 msgid "Maximum width"
4459 msgstr "Максимална широчина"
4461 #: builtin/column.c:30
4462 msgid "Padding space on left border"
4463 msgstr "Поле в знаци отляво"
4465 #: builtin/column.c:31
4466 msgid "Padding space on right border"
4467 msgstr "Поле в знаци отдясно"
4469 #: builtin/column.c:32
4470 msgid "Padding space between columns"
4471 msgstr "Поле в знаци между колоните"
4473 #: builtin/column.c:51
4474 msgid "--command must be the first argument"
4475 msgstr "опцията „--command“ трябва да е първият аргумент"
4477 #: builtin/commit.c:37
4478 msgid "git commit [<options>] [--] <pathspec>..."
4479 msgstr "git commit [ОПЦИЯ…] [--] ПЪТ…"
4481 #: builtin/commit.c:42
4482 msgid "git status [<options>] [--] <pathspec>..."
4483 msgstr "git status [ОПЦИЯ…] [--] ПЪТ…"
4485 #: builtin/commit.c:47
4487 "Your name and email address were configured automatically based\n"
4488 "on your username and hostname. Please check that they are accurate.\n"
4489 "You can suppress this message by setting them explicitly. Run the\n"
4490 "following command and follow the instructions in your editor to edit\n"
4491 "your configuration file:\n"
4493 " git config --global --edit\n"
4495 "After doing this, you may fix the identity used for this commit with:\n"
4497 " git commit --amend --reset-author\n"
4499 "Името и адресът за е-поща са настроени автоматично на базата на името на\n"
4500 "потребителя и името на машината. Проверете дали са верни. Можете да спрете\n"
4501 "това съобщение като изрично зададете стойностите. Изпълнете следната "
4503 "и следвайте инструкциите в текстовия ви редактор, за да редактирате\n"
4504 "конфигурационния файл:\n"
4506 " git config --global --edit\n"
4508 "След като направите това, можете да коригирате информацията за автора на\n"
4509 "текущото подаване чрез:\n"
4511 " git commit --amend --reset-author\n"
4513 #: builtin/commit.c:60
4515 "Your name and email address were configured automatically based\n"
4516 "on your username and hostname. Please check that they are accurate.\n"
4517 "You can suppress this message by setting them explicitly:\n"
4519 " git config --global user.name \"Your Name\"\n"
4520 " git config --global user.email you@example.com\n"
4522 "After doing this, you may fix the identity used for this commit with:\n"
4524 " git commit --amend --reset-author\n"
4526 "Името и адресът за е-поща са настроени автоматично на базата на името на\n"
4527 "потребителя и името на машината. Проверете дали са верни. Можете да спрете\n"
4528 "това съобщение като изрично зададете стойностите:\n"
4530 " git config --global user.name \"Вашето Име\"\n"
4531 " git config --global user.email пенчо@example.com\n"
4533 "След като направите това, можете да коригирате информацията за автора на\n"
4534 "текущото подаване чрез:\n"
4536 " git commit --amend --reset-author\n"
4538 #: builtin/commit.c:72
4540 "You asked to amend the most recent commit, but doing so would make\n"
4541 "it empty. You can repeat your command with --allow-empty, or you can\n"
4542 "remove the commit entirely with \"git reset HEAD^\".\n"
4544 "Поискахте да поправите последното си подаване. Това действие ще превърне\n"
4545 "подаването в празно. Можете или да го повторите като разрешите такива "
4547 "с опцията „--allow-empty“, или да го изтриете от историята с командата:\n"
4548 "„git reset HEAD^“.\n"
4550 #: builtin/commit.c:77
4552 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4553 "If you wish to commit it anyway, use:\n"
4555 " git commit --allow-empty\n"
4558 "Предишното отбрано подаване вече е празно, като най-вероятната причина е\n"
4559 "корекция на конфликт. Ако все пак искате да го ползвате, използвайте "
4562 " git commit --allow-empty\n"
4565 #: builtin/commit.c:84
4566 msgid "Otherwise, please use 'git reset'\n"
4567 msgstr "В противен случай използвайте командата „git reset“\n"
4569 #: builtin/commit.c:87
4571 "If you wish to skip this commit, use:\n"
4575 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4576 "the remaining commits.\n"
4578 "Ако искате да прескочите това подаване, използвайте командата:\n"
4582 "Чрез командата „git cherry-pick --continue“ ще продължите отбирането на\n"
4583 "останалите подавания.\n"
4585 #: builtin/commit.c:304
4586 msgid "failed to unpack HEAD tree object"
4587 msgstr "върховото дърво (HEAD tree object) не може да бъде извадено от пакет"
4589 #: builtin/commit.c:344
4590 msgid "unable to create temporary index"
4591 msgstr "временният индекс не може да бъде създаден"
4593 #: builtin/commit.c:350
4594 msgid "interactive add failed"
4595 msgstr "неуспешно интерактивно добавяне"
4597 #: builtin/commit.c:361
4598 msgid "unable to write index file"
4599 msgstr "индексът не може да бъде записан"
4601 #: builtin/commit.c:363
4602 msgid "unable to update temporary index"
4603 msgstr "временният индекс не може да бъде обновен"
4605 #: builtin/commit.c:365
4606 msgid "Failed to update main cache tree"
4607 msgstr "Дървото на основния кеш не може да бъде обновено"
4609 #: builtin/commit.c:389 builtin/commit.c:414 builtin/commit.c:463
4610 msgid "unable to write new_index file"
4611 msgstr "новият индекс не може да бъде записан"
4613 #: builtin/commit.c:445
4614 msgid "cannot do a partial commit during a merge."
4615 msgstr "по време на сливане не може да се извърши частично подаване."
4617 #: builtin/commit.c:447
4618 msgid "cannot do a partial commit during a cherry-pick."
4619 msgstr "по време на отбиране не може да се извърши частично подаване."
4621 #: builtin/commit.c:456
4622 msgid "cannot read the index"
4623 msgstr "индексът не може да бъде прочетен"
4625 #: builtin/commit.c:475
4626 msgid "unable to write temporary index file"
4627 msgstr "временният индекс не може да бъде записан"
4629 #: builtin/commit.c:580
4631 msgid "commit '%s' lacks author header"
4632 msgstr "заглавната част за автор в подаването „%s“ липсва"
4634 #: builtin/commit.c:582
4636 msgid "commit '%s' has malformed author line"
4637 msgstr "заглавната част за автор в подаването „%s“ е неправилна"
4639 #: builtin/commit.c:601
4640 msgid "malformed --author parameter"
4641 msgstr "неправилен параметър към опцията „--author“"
4643 #: builtin/commit.c:609
4645 msgid "invalid date format: %s"
4646 msgstr "неправилен формат на дата: %s"
4648 #: builtin/commit.c:653
4650 "unable to select a comment character that is not used\n"
4651 "in the current commit message"
4653 "не може да се избере знак за коментар — в текущото съобщение за подаване са "
4654 "използвани всички подобни знаци"
4656 #: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
4658 msgid "could not lookup commit %s"
4659 msgstr "следното подаване не може да бъде открито: %s"
4661 #: builtin/commit.c:702 builtin/shortlog.c:273
4663 msgid "(reading log message from standard input)\n"
4664 msgstr "(изчитане на съобщението за подаване от стандартния вход)\n"
4666 #: builtin/commit.c:704
4667 msgid "could not read log from standard input"
4668 msgstr "съобщението за подаване не бе прочетено стандартния вход"
4670 #: builtin/commit.c:708
4672 msgid "could not read log file '%s'"
4673 msgstr "файлът със съобщението за подаване „%s“ не може да бъде прочетен"
4675 #: builtin/commit.c:730
4676 msgid "could not read MERGE_MSG"
4677 msgstr "съобщението за сливане MERGE_MSG не може да бъде прочетено"
4679 #: builtin/commit.c:734
4680 msgid "could not read SQUASH_MSG"
4681 msgstr "съобщението за смачкване SQUASH_MSG не може да бъде прочетено"
4683 #: builtin/commit.c:738 builtin/merge.c:1079
4685 msgid "could not read '%s'"
4686 msgstr "файлът „%s“ не може да бъде прочетен"
4688 #: builtin/commit.c:785
4689 msgid "could not write commit template"
4690 msgstr "шаблонът за подаване не може да бъде запазен"
4693 #: builtin/commit.c:803
4697 "It looks like you may be committing a merge.\n"
4698 "If this is not correct, please remove the file\n"
4703 "Изглежда, че подавате сливане. Ако това не е така, изтрийте файла:\n"
4706 "и опитайте отново.\n"
4709 #: builtin/commit.c:808
4713 "It looks like you may be committing a cherry-pick.\n"
4714 "If this is not correct, please remove the file\n"
4719 "Изглежда, че извършвате отбрано подаване. Ако това не е така, изтрийте "
4723 "и опитайте отново.\n"
4725 #: builtin/commit.c:821
4728 "Please enter the commit message for your changes. Lines starting\n"
4729 "with '%c' will be ignored, and an empty message aborts the commit.\n"
4731 "Въведете съобщението за подаване на промените. Редовете, които започват\n"
4732 "с „%c“, ще бъдат пропуснати, а празно съобщение преустановява подаването.\n"
4734 #: builtin/commit.c:828
4737 "Please enter the commit message for your changes. Lines starting\n"
4738 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4739 "An empty message aborts the commit.\n"
4741 "Въведете съобщението за подаване на промените. Редовете, които започват\n"
4742 "с „%c“, също ще бъдат включени — може да ги изтриете вие. Празно \n"
4743 "съобщение преустановява подаването.\n"
4745 #: builtin/commit.c:848
4747 msgid "%sAuthor: %.*s <%.*s>"
4748 msgstr "%sАвтор: %.*s <%.*s>"
4750 #: builtin/commit.c:856
4755 #: builtin/commit.c:863
4757 msgid "%sCommitter: %.*s <%.*s>"
4758 msgstr "%sПодаващ: %.*s <%.*s>"
4760 #: builtin/commit.c:881
4761 msgid "Cannot read index"
4762 msgstr "Индексът не може да бъде прочетен"
4764 #: builtin/commit.c:938
4765 msgid "Error building trees"
4766 msgstr "Грешка при изграждане на дърветата"
4768 #: builtin/commit.c:953 builtin/tag.c:495
4770 msgid "Please supply the message using either -m or -F option.\n"
4771 msgstr "Подайте съобщението с някоя от опциите „-m“ или „-F“.\n"
4773 #: builtin/commit.c:1055
4775 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4777 "Опцията „--author '%s'“ не отговаря на форма̀та „Име <е-поща>“ и не съвпада с "
4780 #: builtin/commit.c:1070 builtin/commit.c:1310
4782 msgid "Invalid untracked files mode '%s'"
4783 msgstr "Неправилна стойност за неследените файлове: „%s“"
4785 #: builtin/commit.c:1107
4786 msgid "--long and -z are incompatible"
4787 msgstr "Опциите „--long“ и „-z“ са несъвместими."
4789 #: builtin/commit.c:1137
4790 msgid "Using both --reset-author and --author does not make sense"
4791 msgstr "Опциите „--reset-author“ и „--author“ са несъвместими."
4793 #: builtin/commit.c:1146
4794 msgid "You have nothing to amend."
4795 msgstr "Няма какво да бъде поправено."
4797 #: builtin/commit.c:1149
4798 msgid "You are in the middle of a merge -- cannot amend."
4799 msgstr "В момента се извършва сливане, не можете да поправяте."
4801 #: builtin/commit.c:1151
4802 msgid "You are in the middle of a cherry-pick -- cannot amend."
4803 msgstr "В момента се извършва отбиране на подаване, не можете да поправяте."
4805 #: builtin/commit.c:1154
4806 msgid "Options --squash and --fixup cannot be used together"
4807 msgstr "Опциите „--squash“ и „--fixup“ са несъвместими."
4809 #: builtin/commit.c:1164
4810 msgid "Only one of -c/-C/-F/--fixup can be used."
4811 msgstr "Опциите „-c“, „-C“, „-F“ и „--fixup““ са несъвместими."
4813 #: builtin/commit.c:1166
4814 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4815 msgstr "Опцията „-m“ е несъвместима с „-c“, „-C“, „-F“ и „--fixup“."
4817 #: builtin/commit.c:1174
4818 msgid "--reset-author can be used only with -C, -c or --amend."
4820 "Опцията „--reset-author“ може да се използва само заедно с „-C“, „-c“ или\n"
4823 #: builtin/commit.c:1191
4824 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4826 "Опциите „--include“, „--only“, „--all“, „--interactive“ и „--patch“ са\n"
4829 #: builtin/commit.c:1193
4830 msgid "No paths with --include/--only does not make sense."
4831 msgstr "Опциите „--include“ и „--only“ изискват аргументи."
4834 #: builtin/commit.c:1195
4835 msgid "Clever... amending the last one with dirty index."
4837 "Чудесно сте се сетили как да поправите съобщението на последното подаване "
4839 "променен индекс. Споделете и с друг потребител трика с „git commit --amend -"
4842 #: builtin/commit.c:1197
4843 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4845 "Зададени са изрични пътища без опциите „-i“ или „-o“. Приема се, че все едно "
4847 "ползвали опцията „--only“ с ПЪТища…"
4849 #: builtin/commit.c:1209 builtin/tag.c:728
4851 msgid "Invalid cleanup mode %s"
4852 msgstr "Несъществуващ режим на изчистване „%s“"
4854 #: builtin/commit.c:1214
4855 msgid "Paths with -a does not make sense."
4856 msgstr "Опцията „-a“ е несъвместима със задаването на пътища."
4858 #: builtin/commit.c:1324 builtin/commit.c:1603
4859 msgid "show status concisely"
4860 msgstr "кратка информация за състоянието"
4862 #: builtin/commit.c:1326 builtin/commit.c:1605
4863 msgid "show branch information"
4864 msgstr "информация за клоните"
4866 #: builtin/commit.c:1328 builtin/commit.c:1607 builtin/push.c:509
4867 msgid "machine-readable output"
4868 msgstr "формат на изхода за четене от програма"
4870 #: builtin/commit.c:1331 builtin/commit.c:1609
4871 msgid "show status in long format (default)"
4872 msgstr "подробна информация за състоянието (стандартно)"
4874 #: builtin/commit.c:1334 builtin/commit.c:1612
4875 msgid "terminate entries with NUL"
4876 msgstr "разделяне на елементите с нулевия знак „NUL“"
4878 #: builtin/commit.c:1336 builtin/commit.c:1615 builtin/fast-export.c:980
4879 #: builtin/fast-export.c:983 builtin/tag.c:603
4883 #: builtin/commit.c:1337 builtin/commit.c:1615
4884 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4886 "извеждане на неследените файлове. Възможните режими са „all“ (подробна\n"
4887 "информация), „normal“ (кратка информация), „no“ (без неследените файлове).\n"
4888 "Стандартният режим е: „all“."
4890 #: builtin/commit.c:1340
4891 msgid "show ignored files"
4892 msgstr "извеждане на игнорираните файлове"
4894 #: builtin/commit.c:1341 parse-options.h:152
4898 #: builtin/commit.c:1342
4900 "ignore changes to submodules, optional when: all, dirty, untracked. "
4903 "игнориране на промените в подмодулите. Опция с незадължителна стойност — "
4905 "„all“ (всички), „dirty“ (тези с неподадени промени), „untracked“ (неследени)"
4907 #: builtin/commit.c:1344
4908 msgid "list untracked files in columns"
4909 msgstr "извеждане на неследените файлове в колони"
4911 #: builtin/commit.c:1430
4912 msgid "couldn't look up newly created commit"
4913 msgstr "току що създаденото подаване не може да бъде открито"
4915 #: builtin/commit.c:1432
4916 msgid "could not parse newly created commit"
4917 msgstr "току що създаденото подаване не може да бъде анализирано"
4919 #: builtin/commit.c:1477
4920 msgid "detached HEAD"
4921 msgstr "несвързан връх „HEAD“"
4923 #: builtin/commit.c:1480
4924 msgid " (root-commit)"
4925 msgstr " (начално подаване)"
4927 #: builtin/commit.c:1573
4928 msgid "suppress summary after successful commit"
4929 msgstr "без информация след успешно подаване"
4931 #: builtin/commit.c:1574
4932 msgid "show diff in commit message template"
4933 msgstr "добавяне на разликата към шаблона за съобщението при подаване"
4935 #: builtin/commit.c:1576
4936 msgid "Commit message options"
4937 msgstr "Опции за съобщението при подаване"
4939 #: builtin/commit.c:1577 builtin/tag.c:601
4940 msgid "read message from file"
4941 msgstr "взимане на съобщението от файл"
4943 #: builtin/commit.c:1578
4947 #: builtin/commit.c:1578
4948 msgid "override author for commit"
4949 msgstr "задаване на автор за подаването"
4951 #: builtin/commit.c:1579 builtin/gc.c:280
4955 #: builtin/commit.c:1579
4956 msgid "override date for commit"
4957 msgstr "задаване на дата за подаването"
4959 #: builtin/commit.c:1580 builtin/merge.c:218 builtin/notes.c:391
4960 #: builtin/notes.c:554 builtin/tag.c:599
4964 #: builtin/commit.c:1580
4965 msgid "commit message"
4966 msgstr "съобщение при подаване"
4968 #: builtin/commit.c:1581
4969 msgid "reuse and edit message from specified commit"
4970 msgstr "преизползване и редактиране на съобщението от указаното подаване"
4972 #: builtin/commit.c:1582
4973 msgid "reuse message from specified commit"
4974 msgstr "преизползване на съобщението от указаното подаване"
4976 #: builtin/commit.c:1583
4977 msgid "use autosquash formatted message to fixup specified commit"
4979 "използване на автоматичното съобщение при смачкване за вкарване на "
4981 "подаване в предното без следа"
4983 #: builtin/commit.c:1584
4984 msgid "use autosquash formatted message to squash specified commit"
4986 "използване на автоматичното съобщение при смачкване за смачкване на "
4988 "подаване в предното"
4990 #: builtin/commit.c:1585
4991 msgid "the commit is authored by me now (used with -C/-c/--amend)"
4993 "смяна на автора да съвпада с подаващия (използва се с „-C“/„-c“/„--amend“)"
4995 #: builtin/commit.c:1586 builtin/log.c:1191 builtin/revert.c:86
4996 msgid "add Signed-off-by:"
4997 msgstr "добавяне на поле за подпис — „Signed-off-by:“"
4999 #: builtin/commit.c:1587
5000 msgid "use specified template file"
5001 msgstr "използване на указания шаблонен файл"
5003 #: builtin/commit.c:1588
5004 msgid "force edit of commit"
5005 msgstr "редактиране на подаване"
5007 #: builtin/commit.c:1589
5011 #: builtin/commit.c:1589 builtin/tag.c:604
5012 msgid "how to strip spaces and #comments from message"
5013 msgstr "кои празни знаци и #коментари да се махат от съобщенията"
5015 #: builtin/commit.c:1590
5016 msgid "include status in commit message template"
5017 msgstr "вмъкване на състоянието в шаблона за съобщението при подаване"
5019 #: builtin/commit.c:1591 builtin/merge.c:225 builtin/revert.c:92
5020 #: builtin/tag.c:605
5022 msgstr "ИДЕНТИФИКАТОР_НА_КЛЮЧ"
5024 #: builtin/commit.c:1592 builtin/merge.c:226 builtin/revert.c:93
5025 msgid "GPG sign commit"
5026 msgstr "подписване на подаването с GPG"
5028 #: builtin/commit.c:1595
5029 msgid "Commit contents options"
5030 msgstr "Опции за избор на файлове при подаване"
5032 #: builtin/commit.c:1596
5033 msgid "commit all changed files"
5034 msgstr "подаване на всички променени файлове"
5036 #: builtin/commit.c:1597
5037 msgid "add specified files to index for commit"
5038 msgstr "добавяне на указаните файлове към индекса за подаване"
5040 #: builtin/commit.c:1598
5041 msgid "interactively add files"
5042 msgstr "интерактивно добавяне на файлове"
5044 #: builtin/commit.c:1599
5045 msgid "interactively add changes"
5046 msgstr "интерактивно добавяне на промени"
5048 #: builtin/commit.c:1600
5049 msgid "commit only specified files"
5050 msgstr "подаване само на указаните файлове"
5052 #: builtin/commit.c:1601
5053 msgid "bypass pre-commit hook"
5054 msgstr "без изпълнение на куката преди подаване (pre-commit)"
5056 #: builtin/commit.c:1602
5057 msgid "show what would be committed"
5058 msgstr "отпечатване на това, което би било подадено"
5060 #: builtin/commit.c:1613
5061 msgid "amend previous commit"
5062 msgstr "поправяне на предишното подаване"
5064 #: builtin/commit.c:1614
5065 msgid "bypass post-rewrite hook"
5066 msgstr "без изпълнение на куката след презаписване (post-rewrite)"
5068 #: builtin/commit.c:1619
5069 msgid "ok to record an empty change"
5070 msgstr "позволяване на празни подавания"
5072 #: builtin/commit.c:1621
5073 msgid "ok to record a change with an empty message"
5074 msgstr "позволяване на подавания с празни съобщения"
5076 #: builtin/commit.c:1650
5077 msgid "could not parse HEAD commit"
5078 msgstr "върховото подаване „HEAD“ не може да бъде прочетено"
5080 #: builtin/commit.c:1689 builtin/merge.c:1076
5082 msgid "could not open '%s' for reading"
5083 msgstr "файлът не може да бъде прочетен: „%s“"
5085 #: builtin/commit.c:1696
5087 msgid "Corrupt MERGE_HEAD file (%s)"
5088 msgstr "Повреден файл за върха за сливането „MERGE_HEAD“ (%s)"
5090 #: builtin/commit.c:1703
5091 msgid "could not read MERGE_MODE"
5092 msgstr "режимът на сливане „MERGE_MODE“ не може да бъде прочетен"
5094 #: builtin/commit.c:1722
5096 msgid "could not read commit message: %s"
5097 msgstr "съобщението за подаване не може да бъде прочетено: %s"
5099 #: builtin/commit.c:1733
5101 msgid "Aborting commit; you did not edit the message.\n"
5102 msgstr "Неизвършване на подаване поради нередактирано съобщение.\n"
5104 #: builtin/commit.c:1738
5106 msgid "Aborting commit due to empty commit message.\n"
5107 msgstr "Неизвършване на подаване поради празно съобщение.\n"
5109 #: builtin/commit.c:1753 builtin/merge.c:829 builtin/merge.c:854
5110 msgid "failed to write commit object"
5111 msgstr "обектът за подаването не може да бъде записан"
5113 #: builtin/commit.c:1786
5115 "Repository has been updated, but unable to write\n"
5116 "new_index file. Check that disk is not full and quota is\n"
5117 "not exceeded, and then \"git reset HEAD\" to recover."
5119 "Хранилището е обновено, но новият файл за индекс „new_index“\n"
5120 "не е записан. Проверете дали дискът не е препълнен или не сте\n"
5121 "превишили дисковата си квота. След това изпълнете „git reset HEAD“."
5123 #: builtin/config.c:8
5124 msgid "git config [<options>]"
5125 msgstr "git config [ОПЦИЯ…]"
5127 #: builtin/config.c:53
5128 msgid "Config file location"
5129 msgstr "Местоположение на конфигурационния файл"
5131 #: builtin/config.c:54
5132 msgid "use global config file"
5133 msgstr "използване на глобалния конфигурационен файл"
5135 #: builtin/config.c:55
5136 msgid "use system config file"
5137 msgstr "използване на системния конфигурационен файл"
5139 #: builtin/config.c:56
5140 msgid "use repository config file"
5141 msgstr "използване на конфигурационния файл на хранилището"
5143 #: builtin/config.c:57
5144 msgid "use given config file"
5145 msgstr "използване на зададения конфигурационен файл"
5147 #: builtin/config.c:58
5149 msgstr "идентификатор на BLOB"
5151 #: builtin/config.c:58
5152 msgid "read config from given blob object"
5154 "изчитане на конфигурацията от BLOB с този идентификатор на съдържанието"
5156 #: builtin/config.c:59
5160 #: builtin/config.c:60
5161 msgid "get value: name [value-regex]"
5162 msgstr "извеждане на стойност: ИМЕ [РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5164 #: builtin/config.c:61
5165 msgid "get all values: key [value-regex]"
5166 msgstr "извеждане на всички стойности: ключ [РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5168 #: builtin/config.c:62
5169 msgid "get values for regexp: name-regex [value-regex]"
5171 "извеждане на стойностите за РЕГУЛЯРНия_ИЗРАЗ: РЕГУЛЯРЕН_ИЗРАЗ_ЗА_ИМЕТО "
5172 "[РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5174 #: builtin/config.c:63
5175 msgid "get value specific for the URL: section[.var] URL"
5176 msgstr "извеждане на стойността за указания адрес: РАЗДЕЛ[.ПРОМЕНЛИВА] АДРЕС"
5178 #: builtin/config.c:64
5179 msgid "replace all matching variables: name value [value_regex]"
5181 "замяна на всички съвпадащи променливи: ИМЕ СТОЙНОСТ "
5182 "[РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5184 #: builtin/config.c:65
5185 msgid "add a new variable: name value"
5186 msgstr "добавяне на нова променлива: ИМЕ СТОЙНОСТ"
5188 #: builtin/config.c:66
5189 msgid "remove a variable: name [value-regex]"
5190 msgstr "изтриване на променлива: ИМЕ [РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5192 #: builtin/config.c:67
5193 msgid "remove all matches: name [value-regex]"
5194 msgstr "изтриване на всички съвпадащи: ИМЕ [РЕГУЛЯРЕН_ИЗРАЗ_ЗА_СТОЙНОСТТА]"
5196 #: builtin/config.c:68
5197 msgid "rename section: old-name new-name"
5198 msgstr "преименуване на раздел: СТАРО_ИМЕ НОВО_ИМЕ"
5200 #: builtin/config.c:69
5201 msgid "remove a section: name"
5202 msgstr "изтриване на раздел: ИМЕ"
5204 #: builtin/config.c:70
5206 msgstr "изброяване на всички"
5208 #: builtin/config.c:71
5209 msgid "open an editor"
5210 msgstr "отваряне на редактор"
5212 #: builtin/config.c:72
5213 msgid "find the color configured: slot [default]"
5214 msgstr "извеждане на зададения цвят: номер [стандартно]"
5216 #: builtin/config.c:73
5217 msgid "find the color setting: slot [stdout-is-tty]"
5218 msgstr "извеждане на зададения цвят: номер [стандартният изход е терминал]"
5220 #: builtin/config.c:74
5224 #: builtin/config.c:75
5225 msgid "value is \"true\" or \"false\""
5226 msgstr "СТОЙНОСТТА е „true“ (истина) или „false“ (лъжа)"
5228 #: builtin/config.c:76
5229 msgid "value is decimal number"
5230 msgstr "СТОЙНОСТТА е цяло, десетично число"
5232 #: builtin/config.c:77
5233 msgid "value is --bool or --int"
5234 msgstr "СТОЙНОСТТА е „--bool“ (булева) или „--int“ (десетично цяло число)"
5236 #: builtin/config.c:78
5237 msgid "value is a path (file or directory name)"
5238 msgstr "СТОЙНОСТТА е път (до файл или директория)"
5240 #: builtin/config.c:79
5244 # FIXME NUL byte to null char, terminate -> razdelitel - da stane ednakvo
5245 #: builtin/config.c:80
5246 msgid "terminate values with NUL byte"
5247 msgstr "разделяне на стойностите с нулевия знак „NUL“"
5249 #: builtin/config.c:81
5250 msgid "respect include directives on lookup"
5251 msgstr "при търсене да се уважат и директивите за включване"
5253 #: builtin/config.c:316
5254 msgid "unable to parse default color value"
5255 msgstr "неразпозната стойност на стандартния цвят"
5257 #: builtin/config.c:457
5260 "# This is Git's per-user configuration file.\n"
5262 "# Please adapt and uncomment the following lines:\n"
5266 "# Това е потребителският ви конфигурационен файл за Git.\n"
5268 "# Проверете и разкоментирайте следните два реда:\n"
5272 #: builtin/config.c:587
5274 msgid "cannot create configuration file %s"
5275 msgstr "конфигурационният файл „%s“ не може да бъде създаден"
5277 #: builtin/count-objects.c:55
5278 msgid "git count-objects [-v] [-H | --human-readable]"
5279 msgstr "git count-objects [-v] [-H | --human-readable]"
5281 #: builtin/count-objects.c:65
5282 msgid "print sizes in human readable format"
5283 msgstr "извеждане на размерите на обектите във формат лесно четим от хора"
5285 # FIXME ... instead of *???
5286 #: builtin/describe.c:17
5287 msgid "git describe [<options>] [<commit-ish>...]"
5288 msgstr "git describe [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ПОДАВАНЕ…"
5290 #: builtin/describe.c:18
5291 msgid "git describe [<options>] --dirty"
5292 msgstr "git describe [ОПЦИЯ…] --dirty"
5294 #: builtin/describe.c:217
5296 msgid "annotated tag %s not available"
5297 msgstr "не съществува анотиран етикет „%s“"
5299 #: builtin/describe.c:221
5301 msgid "annotated tag %s has no embedded name"
5302 msgstr "в анотирания етикет „%s“ липсва вградено име"
5304 #: builtin/describe.c:223
5306 msgid "tag '%s' is really '%s' here"
5307 msgstr "етикетът „%s“ тук е всъщност „%s“"
5309 #: builtin/describe.c:250 builtin/log.c:452
5311 msgid "Not a valid object name %s"
5312 msgstr "Неправилно име на обект „%s“"
5314 #: builtin/describe.c:253
5316 msgid "%s is not a valid '%s' object"
5317 msgstr "„%s“ е неправилен обект „%s“"
5319 #: builtin/describe.c:270
5321 msgid "no tag exactly matches '%s'"
5322 msgstr "никой етикет не напасва точно „%s“"
5324 #: builtin/describe.c:272
5326 msgid "searching to describe %s\n"
5327 msgstr "търсене за описание на „%s“\n"
5329 #: builtin/describe.c:319
5331 msgid "finished search at %s\n"
5332 msgstr "търсенето приключи при „%s“\n"
5334 #: builtin/describe.c:346
5337 "No annotated tags can describe '%s'.\n"
5338 "However, there were unannotated tags: try --tags."
5340 "Никой анотиран етикет не описва „%s“.\n"
5341 "Съществуват и неанотирани етикети. Пробвайте с опцията „--tags“."
5343 #: builtin/describe.c:350
5346 "No tags can describe '%s'.\n"
5347 "Try --always, or create some tags."
5349 "Никой етикет не описва „%s“.\n"
5350 "Пробвайте с опцията „--always“ или създайте етикети."
5353 #: builtin/describe.c:371
5355 msgid "traversed %lu commits\n"
5356 msgstr "претърсени са %lu подавания\n"
5358 #: builtin/describe.c:374
5361 "more than %i tags found; listed %i most recent\n"
5362 "gave up search at %s\n"
5364 "открити са над %i етикета, изведени са последните %i,\n"
5365 "търсенето бе прекратено при „%s“.\n"
5367 #: builtin/describe.c:396
5368 msgid "find the tag that comes after the commit"
5369 msgstr "откриване на етикета, който следва подаване"
5371 #: builtin/describe.c:397
5372 msgid "debug search strategy on stderr"
5374 "извеждане на информация за трасиране на стратегията за търсене на "
5375 "стандартната грешка"
5377 #: builtin/describe.c:398
5379 msgstr "използване на произволен указател"
5381 #: builtin/describe.c:399
5382 msgid "use any tag, even unannotated"
5383 msgstr "използване на всеки етикет — включително и неанотираните"
5385 #: builtin/describe.c:400
5386 msgid "always use long format"
5387 msgstr "винаги да се ползва дългият формат"
5389 #: builtin/describe.c:401
5390 msgid "only follow first parent"
5391 msgstr "проследяване само на първия родител"
5393 #: builtin/describe.c:404
5394 msgid "only output exact matches"
5395 msgstr "извеждане само на точните съвпадения"
5397 #: builtin/describe.c:406
5398 msgid "consider <n> most recent tags (default: 10)"
5399 msgstr "да се търси само в този БРОЙ последни етикети (стандартно: 10)"
5401 #: builtin/describe.c:408
5402 msgid "only consider tags matching <pattern>"
5403 msgstr "да се търси само измежду етикетите напасващи този ШАБЛОН"
5405 #: builtin/describe.c:410 builtin/name-rev.c:318
5406 msgid "show abbreviated commit object as fallback"
5407 msgstr "извеждане на съкратено име на обект като резервен вариант"
5409 #: builtin/describe.c:411
5413 #: builtin/describe.c:412
5414 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5415 msgstr "добавяне на такъв МАРКЕР на работното дърво (стандартно е „-dirty“)"
5417 #: builtin/describe.c:430
5418 msgid "--long is incompatible with --abbrev=0"
5419 msgstr "Опциите „--long“ и „--abbrev=0“ са несъвместими"
5421 #: builtin/describe.c:456
5422 msgid "No names found, cannot describe anything."
5423 msgstr "Не са открити имена — нищо не може да бъде описано."
5425 #: builtin/describe.c:476
5426 msgid "--dirty is incompatible with commit-ishes"
5427 msgstr "опцията „--dirty“ е несъвместима с указател към подаване"
5429 #: builtin/diff.c:86
5431 msgid "'%s': not a regular file or symlink"
5432 msgstr "„%s“: не е нито обикновен файл, нито символна връзка"
5434 #: builtin/diff.c:237
5436 msgid "invalid option: %s"
5437 msgstr "неправилна опция: %s"
5439 #: builtin/diff.c:358
5440 msgid "Not a git repository"
5441 msgstr "Не е хранилище на Git"
5443 #: builtin/diff.c:401
5445 msgid "invalid object '%s' given."
5446 msgstr "зададен е неправилен обект „%s“."
5448 #: builtin/diff.c:410
5450 msgid "more than two blobs given: '%s'"
5451 msgstr "зададени са повече от 2 обекта: „%s“"
5453 #: builtin/diff.c:417
5455 msgid "unhandled object '%s' given."
5456 msgstr "зададен е неподдържан обект „%s“."
5458 #: builtin/fast-export.c:24
5459 msgid "git fast-export [rev-list-opts]"
5460 msgstr "git fast-export [ОПЦИИ_ЗА_СПИСЪКА_С_ВЕРСИИ]"
5462 #: builtin/fast-export.c:979
5463 msgid "show progress after <n> objects"
5464 msgstr "Съобщение за напредъка на всеки такъв БРОЙ обекта"
5466 #: builtin/fast-export.c:981
5467 msgid "select handling of signed tags"
5468 msgstr "Как да се обработват подписаните етикети"
5470 #: builtin/fast-export.c:984
5471 msgid "select handling of tags that tag filtered objects"
5472 msgstr "Как да се обработват етикетите на филтрираните обекти"
5474 #: builtin/fast-export.c:987
5475 msgid "Dump marks to this file"
5476 msgstr "Запазване на маркерите в този файл"
5478 #: builtin/fast-export.c:989
5479 msgid "Import marks from this file"
5480 msgstr "Внасяне на маркерите от този файл"
5482 #: builtin/fast-export.c:991
5483 msgid "Fake a tagger when tags lack one"
5484 msgstr "Да се използва изкуствено име на човек при липса на задаващ етикета"
5486 #: builtin/fast-export.c:993
5487 msgid "Output full tree for each commit"
5488 msgstr "Извеждане на цялото дърво за всяко подаване"
5490 #: builtin/fast-export.c:995
5491 msgid "Use the done feature to terminate the stream"
5492 msgstr "Използване на маркер за завършване на потока"
5494 #: builtin/fast-export.c:996
5495 msgid "Skip output of blob data"
5496 msgstr "Без извеждане на съдържанието на обектите BLOB"
5498 #: builtin/fast-export.c:997
5500 msgstr "указател на версия"
5502 #: builtin/fast-export.c:998
5503 msgid "Apply refspec to exported refs"
5504 msgstr "Прилагане на указателя на версия към изнесените указатели"
5506 #: builtin/fast-export.c:999
5507 msgid "anonymize output"
5508 msgstr "анонимизиране на извежданата информация"
5510 #: builtin/fetch.c:19
5511 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5512 msgstr "git fetch [ОПЦИЯ…] [ХРАНИЛИЩЕ [УКАЗАТЕЛ…]]"
5514 #: builtin/fetch.c:20
5515 msgid "git fetch [<options>] <group>"
5516 msgstr "git fetch [ОПЦИЯ…] ГРУПА"
5518 #: builtin/fetch.c:21
5519 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5520 msgstr "git fetch --multiple [ОПЦИЯ…] [(ХРАНИЛИЩЕ | ГРУПА)…]"
5522 #: builtin/fetch.c:22
5523 msgid "git fetch --all [<options>]"
5524 msgstr "git fetch --all [ОПЦИЯ…]"
5526 #: builtin/fetch.c:89
5527 msgid "fetch from all remotes"
5528 msgstr "доставяне от всички отдалечени хранилища"
5530 #: builtin/fetch.c:91
5531 msgid "append to .git/FETCH_HEAD instead of overwriting"
5532 msgstr "добавяне към „.git/FETCH_HEAD“ вместо замяна"
5534 #: builtin/fetch.c:93
5535 msgid "path to upload pack on remote end"
5536 msgstr "отдалечен път, където да се качи пакетът"
5538 #: builtin/fetch.c:94
5539 msgid "force overwrite of local branch"
5540 msgstr "принудително презаписване на локалния клон"
5542 #: builtin/fetch.c:96
5543 msgid "fetch from multiple remotes"
5544 msgstr "доставяне от множество отдалечени хранилища"
5546 #: builtin/fetch.c:98
5547 msgid "fetch all tags and associated objects"
5548 msgstr "доставяне на всички етикети и принадлежащи обекти"
5550 #: builtin/fetch.c:100
5551 msgid "do not fetch all tags (--no-tags)"
5552 msgstr "без доставянето на всички етикети „--no-tags“"
5554 #: builtin/fetch.c:102
5555 msgid "prune remote-tracking branches no longer on remote"
5556 msgstr "окастряне на клоните следящи вече несъществуващи отдалечени клони"
5558 #: builtin/fetch.c:103
5562 #: builtin/fetch.c:104
5563 msgid "control recursive fetching of submodules"
5564 msgstr "управление на рекурсивното доставяне на подмодулите"
5566 #: builtin/fetch.c:108
5567 msgid "keep downloaded pack"
5568 msgstr "запазване на изтеглените пакети с обекти"
5570 #: builtin/fetch.c:110
5571 msgid "allow updating of HEAD ref"
5572 msgstr "позволяване на обновяването на указателя „HEAD“"
5574 #: builtin/fetch.c:113
5575 msgid "deepen history of shallow clone"
5576 msgstr "задълбочаване на историята на плитко хранилище"
5578 #: builtin/fetch.c:115
5579 msgid "convert to a complete repository"
5580 msgstr "превръщане в пълно хранилище"
5582 #: builtin/fetch.c:117 builtin/log.c:1208
5586 #: builtin/fetch.c:118
5587 msgid "prepend this to submodule path output"
5588 msgstr "добавяне на това пред пътя на подмодула"
5590 #: builtin/fetch.c:121
5591 msgid "default mode for recursion"
5592 msgstr "стандартен режим на рекурсия"
5594 #: builtin/fetch.c:123
5595 msgid "accept refs that update .git/shallow"
5596 msgstr "приемане на указатели, които обновяват „.git/shallow“"
5598 #: builtin/fetch.c:124
5600 msgstr "карта с указатели"
5602 #: builtin/fetch.c:125
5603 msgid "specify fetch refmap"
5604 msgstr "указване на картата с указатели за доставяне"
5606 #: builtin/fetch.c:377
5607 msgid "Couldn't find remote ref HEAD"
5608 msgstr "Указателят „HEAD“ в отдалеченото хранилище не може да бъде открит"
5610 #: builtin/fetch.c:457
5612 msgid "object %s not found"
5613 msgstr "обектът „%s“ липсва"
5615 #: builtin/fetch.c:462
5616 msgid "[up to date]"
5617 msgstr "[актуализиран]"
5619 #: builtin/fetch.c:476
5621 msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
5622 msgstr "! %-*s %-*s → %s (в текущия клон не може да се доставя)"
5624 #: builtin/fetch.c:477 builtin/fetch.c:563
5626 msgstr "[отхвърлен]"
5628 #: builtin/fetch.c:488
5629 msgid "[tag update]"
5630 msgstr "[обновяване на етикетите]"
5632 #: builtin/fetch.c:490 builtin/fetch.c:525 builtin/fetch.c:543
5633 msgid " (unable to update local ref)"
5634 msgstr " (локалните указатели не могат да бъдат обновени)"
5636 #: builtin/fetch.c:508
5638 msgstr "[нов етикет]"
5640 #: builtin/fetch.c:511
5641 msgid "[new branch]"
5644 #: builtin/fetch.c:514
5646 msgstr "[нов указател]"
5648 #: builtin/fetch.c:559
5649 msgid "unable to update local ref"
5650 msgstr "локален указател не може да бъде обновен"
5652 #: builtin/fetch.c:559
5653 msgid "forced update"
5654 msgstr "принудително обновяване"
5656 #: builtin/fetch.c:565
5657 msgid "(non-fast-forward)"
5658 msgstr "(сливането не е тривиално)"
5660 #: builtin/fetch.c:599 builtin/fetch.c:832
5662 msgid "cannot open %s: %s\n"
5663 msgstr "файлът „%s“ не може да бъде отворен: %s\n"
5665 #: builtin/fetch.c:608
5667 msgid "%s did not send all necessary objects\n"
5668 msgstr "хранилището „%s“ не изпрати всички необходими обекти\n"
5670 #: builtin/fetch.c:626
5672 msgid "reject %s because shallow roots are not allowed to be updated"
5674 "отхвърляне на върха „%s“, защото плитките хранилища не могат да бъдат "
5677 #: builtin/fetch.c:714 builtin/fetch.c:797
5682 # FIXME - is the space necessary
5683 #: builtin/fetch.c:725
5686 "some local refs could not be updated; try running\n"
5687 " 'git remote prune %s' to remove any old, conflicting branches"
5689 "някои локални указатели не могат да бъдат обновени. Изпълнете командата\n"
5690 "„git remote prune %s“, за да премахнете остарелите клони, които\n"
5691 "предизвикват конфликта"
5693 #: builtin/fetch.c:777
5695 msgid " (%s will become dangling)"
5696 msgstr " (обектът „%s“ ще се окаже извън клон)"
5698 #: builtin/fetch.c:778
5700 msgid " (%s has become dangling)"
5701 msgstr " (обектът „%s“ вече е извън клон)"
5703 #: builtin/fetch.c:802
5707 #: builtin/fetch.c:803 builtin/remote.c:1057
5711 #: builtin/fetch.c:822
5713 msgid "Refusing to fetch into current branch %s of non-bare repository"
5714 msgstr "Не може да изтегляте в текущия клон „%s“ на хранилище, което не е голо"
5716 #: builtin/fetch.c:841
5718 msgid "Option \"%s\" value \"%s\" is not valid for %s"
5719 msgstr "Стойността „%2$s“ за опцията „%1$s“ не е съвместима с „%3$s“"
5721 #: builtin/fetch.c:844
5723 msgid "Option \"%s\" is ignored for %s\n"
5724 msgstr "Опцията „%s“ се игнорира при „%s“\n"
5726 #: builtin/fetch.c:900
5728 msgid "Don't know how to fetch from %s"
5729 msgstr "Не се поддържа доставяне от „%s“"
5731 #: builtin/fetch.c:1063
5733 msgid "Fetching %s\n"
5734 msgstr "Доставяне на „%s“\n"
5736 #: builtin/fetch.c:1065 builtin/remote.c:90
5738 msgid "Could not fetch %s"
5739 msgstr "„%s“ не може да се достави"
5741 #: builtin/fetch.c:1083
5743 "No remote repository specified. Please, specify either a URL or a\n"
5744 "remote name from which new revisions should be fetched."
5746 "Не сте указали отдалечено хранилище. Задайте или адрес, или име\n"
5747 "на отдалечено хранилище, откъдето да се доставят новите версии."
5749 #: builtin/fetch.c:1106
5750 msgid "You need to specify a tag name."
5751 msgstr "Трябва да укажете име на етикет."
5753 #: builtin/fetch.c:1148
5754 msgid "--depth and --unshallow cannot be used together"
5755 msgstr "опциите „--depth“ и „--unshallow“ са несъвместими"
5757 #: builtin/fetch.c:1150
5758 msgid "--unshallow on a complete repository does not make sense"
5759 msgstr "не можете да използвате опцията „--unshallow“ върху пълно хранилище"
5761 #: builtin/fetch.c:1173
5762 msgid "fetch --all does not take a repository argument"
5763 msgstr "към „git fetch --all“ не можете да добавите аргумент — хранилище"
5765 #: builtin/fetch.c:1175
5766 msgid "fetch --all does not make sense with refspecs"
5768 "към „git fetch --all“ не можете да добавите аргумент — указател на версия"
5770 #: builtin/fetch.c:1186
5772 msgid "No such remote or remote group: %s"
5773 msgstr "Няма нито отдалечено хранилище, нито група от хранилища на име „%s“"
5775 #: builtin/fetch.c:1194
5776 msgid "Fetching a group and specifying refspecs does not make sense"
5777 msgstr "Указването на група и указването на версия са несъвместими"
5779 #: builtin/fmt-merge-msg.c:13
5781 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5783 "git fmt-merge-msg [-m СЪОБЩЕНИЕ] [--log[=БРОЙ] | --no-log] [--file ФАЙЛ]"
5785 #: builtin/fmt-merge-msg.c:668 builtin/fmt-merge-msg.c:671 builtin/grep.c:698
5786 #: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:182
5787 #: builtin/show-branch.c:664 builtin/show-ref.c:180 builtin/tag.c:590
5788 #: parse-options.h:131 parse-options.h:238
5792 #: builtin/fmt-merge-msg.c:669
5793 msgid "populate log with at most <n> entries from shortlog"
5795 "вмъкване на журнал състоящ се от не повече от БРОЙ записа от съкратения "
5798 #: builtin/fmt-merge-msg.c:672
5799 msgid "alias for --log (deprecated)"
5800 msgstr "синоним на „--log“ (остаряло)"
5802 #: builtin/fmt-merge-msg.c:675
5806 #: builtin/fmt-merge-msg.c:676
5807 msgid "use <text> as start of message"
5808 msgstr "за начало на съобщението да се ползва ТЕКСТ"
5810 #: builtin/fmt-merge-msg.c:677
5811 msgid "file to read from"
5812 msgstr "файл, от който да се чете"
5814 #: builtin/for-each-ref.c:687
5815 msgid "unable to parse format"
5816 msgstr "форматът не може да бъде анализиран"
5818 #: builtin/for-each-ref.c:1083
5819 msgid "git for-each-ref [<options>] [<pattern>]"
5820 msgstr "git for-each-ref [ОПЦИЯ…] [ШАБЛОН]"
5822 #: builtin/for-each-ref.c:1098
5823 msgid "quote placeholders suitably for shells"
5824 msgstr "цитиране подходящо за командни интерпретатори на обвивката"
5826 #: builtin/for-each-ref.c:1100
5827 msgid "quote placeholders suitably for perl"
5828 msgstr "цитиране подходящо за perl"
5830 #: builtin/for-each-ref.c:1102
5831 msgid "quote placeholders suitably for python"
5832 msgstr "цитиране подходящо за python"
5834 #: builtin/for-each-ref.c:1104
5835 msgid "quote placeholders suitably for Tcl"
5836 msgstr "цитиране подходящо за tcl"
5838 #: builtin/for-each-ref.c:1107
5839 msgid "show only <n> matched refs"
5840 msgstr "извеждане само на този БРОЙ напаснати указатели"
5842 #: builtin/for-each-ref.c:1108 builtin/replace.c:438
5846 #: builtin/for-each-ref.c:1108
5847 msgid "format to use for the output"
5848 msgstr "ФОРМАТ за изхода"
5850 #: builtin/for-each-ref.c:1109
5854 #: builtin/for-each-ref.c:1110
5855 msgid "field name to sort on"
5856 msgstr "име на полето, по което да е подредбата"
5858 #: builtin/fsck.c:147 builtin/prune.c:137
5859 msgid "Checking connectivity"
5860 msgstr "Проверка на връзката"
5862 #: builtin/fsck.c:548
5863 msgid "Checking object directories"
5864 msgstr "Проверка на директориите с обекти"
5866 #: builtin/fsck.c:611
5867 msgid "git fsck [<options>] [<object>...]"
5868 msgstr "git fsck [ОПЦИЯ…] [ОБЕКТ…]"
5870 #: builtin/fsck.c:617
5871 msgid "show unreachable objects"
5872 msgstr "показване на недостижимите обекти"
5874 #: builtin/fsck.c:618
5875 msgid "show dangling objects"
5876 msgstr "показване на обектите извън клоните"
5878 #: builtin/fsck.c:619
5880 msgstr "показване на етикетите"
5882 #: builtin/fsck.c:620
5883 msgid "report root nodes"
5884 msgstr "показване на кореновите възли"
5886 #: builtin/fsck.c:621
5887 msgid "make index objects head nodes"
5888 msgstr "задаване на обекти от индекса да са коренови"
5891 #: builtin/fsck.c:622
5892 msgid "make reflogs head nodes (default)"
5893 msgstr "проследяване на указателите от журнала като глави (стандартно)"
5895 #: builtin/fsck.c:623
5896 msgid "also consider packs and alternate objects"
5897 msgstr "допълнително да се проверяват пакетите и алтернативните обекти"
5899 #: builtin/fsck.c:624
5900 msgid "enable more strict checking"
5901 msgstr "по-строги проверки"
5903 #: builtin/fsck.c:626
5904 msgid "write dangling objects in .git/lost-found"
5905 msgstr "запазване на обектите извън клоните в директорията „.git/lost-found“"
5907 #: builtin/fsck.c:627 builtin/prune.c:107
5908 msgid "show progress"
5909 msgstr "показване на напредъка"
5911 #: builtin/fsck.c:677
5912 msgid "Checking objects"
5913 msgstr "Проверка на обектите"
5915 # FIXME plural with ...
5917 msgid "git gc [<options>]"
5918 msgstr "git gc [ОПЦИЯ…]"
5922 msgid "Invalid %s: '%s'"
5923 msgstr "Неправилен %s: „%s“"
5927 msgid "insanely long object directory %.*s"
5928 msgstr "прекалено дълга директория с обекти „%.*s“"
5931 msgid "prune unreferenced objects"
5932 msgstr "окастряне на обектите, към които нищо не сочи"
5935 msgid "be more thorough (increased runtime)"
5936 msgstr "изчерпателно търсене на боклука (за сметка на повече време работа)"
5939 msgid "enable auto-gc mode"
5940 msgstr "включване на автоматичното събиране на боклука (auto-gc)"
5943 msgid "force running gc even if there may be another gc running"
5945 "изрично стартиране на събирането на боклука, дори и ако вече работи друго "
5950 msgid "Auto packing the repository in background for optimum performance.\n"
5952 "Автоматично пакетиране на заден фон на хранилището за по-добра "
5953 "производителност.\n"
5957 msgid "Auto packing the repository for optimum performance.\n"
5958 msgstr "Автоматично пакетиране на хранилището за по-добра производителност.\n"
5962 msgid "See \"git help gc\" for manual housekeeping.\n"
5964 "Погледнете ръководството за повече информация как да изпълните „git help "
5970 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5972 "събирането на боклука вече е стартирано на машината „%s“ с идентификатор на\n"
5973 "процеса: %<PRIuMAX> (ако сте сигурни, че това не е вярно, това използвайте\n"
5974 "опцията „--force“)"
5978 "There are too many unreachable loose objects; run 'git prune' to remove them."
5980 "Има прекалено много недостижими, непакетирани обекти.\n"
5981 "Използвайте „git prune“, за да ги окастрите."
5983 # FIXME plural ... options
5984 #: builtin/grep.c:23
5985 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
5986 msgstr "git grep [ОПЦИЯ…] [-e] ШАБЛОН [ВЕРСИЯ…] [[--] ПЪТ…]"
5988 #: builtin/grep.c:218
5990 msgid "grep: failed to create thread: %s"
5991 msgstr "grep: неуспешно създаване на нишка: %s"
5993 #: builtin/grep.c:441 builtin/grep.c:476
5995 msgid "unable to read tree (%s)"
5996 msgstr "дървото не може да бъде прочетено (%s)"
5998 #: builtin/grep.c:491
6000 msgid "unable to grep from object of type %s"
6001 msgstr "не може да се изпълни „grep“ от обект от вида %s"
6003 #: builtin/grep.c:547
6005 msgid "switch `%c' expects a numerical value"
6006 msgstr "опцията „%c“ очаква число за аргумент"
6008 #: builtin/grep.c:564
6010 msgid "cannot open '%s'"
6011 msgstr "„%s“ не може да бъде отворен"
6013 #: builtin/grep.c:638
6014 msgid "search in index instead of in the work tree"
6015 msgstr "търсене в индекса, а не в работното дърво"
6017 #: builtin/grep.c:640
6018 msgid "find in contents not managed by git"
6019 msgstr "търсене и във файловете, които не са под управлението на git"
6021 #: builtin/grep.c:642
6022 msgid "search in both tracked and untracked files"
6023 msgstr "търсене и в следените, и в неследените файлове"
6025 #: builtin/grep.c:644
6026 msgid "ignore files specified via '.gitignore'"
6027 msgstr "игнориране на файловете указани в „.gitignore“"
6029 #: builtin/grep.c:647
6030 msgid "show non-matching lines"
6031 msgstr "извеждане на редовете, които не съвпадат"
6033 #: builtin/grep.c:649
6034 msgid "case insensitive matching"
6035 msgstr "без значение на регистъра на буквите (главни/малки)"
6037 #: builtin/grep.c:651
6038 msgid "match patterns only at word boundaries"
6039 msgstr "напасване на шаблоните само по границите на думите"
6041 #: builtin/grep.c:653
6042 msgid "process binary files as text"
6043 msgstr "обработване на двоичните файлове като текстови"
6045 #: builtin/grep.c:655
6046 msgid "don't match patterns in binary files"
6047 msgstr "прескачане на двоичните файлове"
6049 #: builtin/grep.c:658
6050 msgid "process binary files with textconv filters"
6052 "обработване на двоичните файлове чрез филтри за преобразуване към текст"
6054 #: builtin/grep.c:660
6055 msgid "descend at most <depth> levels"
6056 msgstr "навлизане максимално на тази ДЪЛБОЧИНА в дървото"
6058 #: builtin/grep.c:664
6059 msgid "use extended POSIX regular expressions"
6060 msgstr "разширени регулярни изрази по POSIX"
6062 #: builtin/grep.c:667
6063 msgid "use basic POSIX regular expressions (default)"
6064 msgstr "основни регулярни изрази по POSIX (стандартно)"
6066 #: builtin/grep.c:670
6067 msgid "interpret patterns as fixed strings"
6068 msgstr "шаблоните са дословни низове"
6070 #: builtin/grep.c:673
6071 msgid "use Perl-compatible regular expressions"
6072 msgstr "регулярни изрази на Perl"
6074 #: builtin/grep.c:676
6075 msgid "show line numbers"
6076 msgstr "извеждане на номерата на редовете"
6078 #: builtin/grep.c:677
6079 msgid "don't show filenames"
6080 msgstr "без извеждане на имената на файловете"
6082 #: builtin/grep.c:678
6083 msgid "show filenames"
6084 msgstr "извеждане на имената на файловете"
6086 #: builtin/grep.c:680
6087 msgid "show filenames relative to top directory"
6089 "извеждане на относителните имена на файловете спрямо основната директория на "
6092 #: builtin/grep.c:682
6093 msgid "show only filenames instead of matching lines"
6094 msgstr "извеждане само на имената на файловете без напасващите редове"
6096 #: builtin/grep.c:684
6097 msgid "synonym for --files-with-matches"
6098 msgstr "синоним на „--files-with-matches“"
6100 #: builtin/grep.c:687
6101 msgid "show only the names of files without match"
6103 "извеждане само на имената на файловете, които не съдържат ред, напасващ на "
6106 #: builtin/grep.c:689
6107 msgid "print NUL after filenames"
6108 msgstr "извеждане на нулевия знак „NUL“ след всяко име на файл"
6110 #: builtin/grep.c:691
6111 msgid "show the number of matches instead of matching lines"
6112 msgstr "извеждане на броя на съвпаденията вместо напасващите редове"
6114 #: builtin/grep.c:692
6115 msgid "highlight matches"
6116 msgstr "оцветяване на напасванията"
6118 #: builtin/grep.c:694
6119 msgid "print empty line between matches from different files"
6120 msgstr "извеждане на празен ред между напасванията от различни файлове"
6122 #: builtin/grep.c:696
6123 msgid "show filename only once above matches from same file"
6125 "извеждане на името на файла само веднъж за всички напасвания от този файл"
6127 #: builtin/grep.c:699
6128 msgid "show <n> context lines before and after matches"
6129 msgstr "извеждане на такъв БРОЙ редове преди и след напасванията"
6131 #: builtin/grep.c:702
6132 msgid "show <n> context lines before matches"
6133 msgstr "извеждане на такъв БРОЙ редове преди напасванията"
6135 #: builtin/grep.c:704
6136 msgid "show <n> context lines after matches"
6137 msgstr "извеждане на такъв БРОЙ редове след напасванията"
6139 #: builtin/grep.c:705
6140 msgid "shortcut for -C NUM"
6141 msgstr "синоним на „-C БРОЙ“"
6143 #: builtin/grep.c:708
6144 msgid "show a line with the function name before matches"
6145 msgstr "извеждане на ред с името на функцията, в която е напаснат шаблона"
6147 #: builtin/grep.c:710
6148 msgid "show the surrounding function"
6149 msgstr "извеждане на обхващащата функция"
6151 #: builtin/grep.c:713
6152 msgid "read patterns from file"
6153 msgstr "изчитане на шаблоните от файл"
6155 #: builtin/grep.c:715
6156 msgid "match <pattern>"
6157 msgstr "напасване на ШАБЛОН"
6159 #: builtin/grep.c:717
6160 msgid "combine patterns specified with -e"
6161 msgstr "комбиниране на шаблоните указани с опцията „-e“"
6163 #: builtin/grep.c:729
6164 msgid "indicate hit with exit status without output"
6166 "без извеждане на стандартния изход. Изходният код указва наличието на "
6169 #: builtin/grep.c:731
6170 msgid "show only matches from files that match all patterns"
6172 "извеждане на редове само от файловете, които напасват на всички шаблони"
6174 #: builtin/grep.c:733
6175 msgid "show parse tree for grep expression"
6176 msgstr "извеждане на дървото за анализ на регулярния израз"
6178 #: builtin/grep.c:737
6180 msgstr "програма за преглед по страници"
6182 #: builtin/grep.c:737
6183 msgid "show matching files in the pager"
6184 msgstr "извеждане на съвпадащите файлове в програма за преглед по страници"
6186 #: builtin/grep.c:740
6187 msgid "allow calling of grep(1) (ignored by this build)"
6189 "позволяване на стартирането на grep(1) (текущият компилат пренебрегва тази "
6192 #: builtin/grep.c:741 builtin/show-ref.c:189
6194 msgstr "извеждане на начина на употреба на командата"
6196 #: builtin/grep.c:808
6197 msgid "no pattern given."
6198 msgstr "липсва шаблон."
6200 #: builtin/grep.c:866
6201 msgid "--open-files-in-pager only works on the worktree"
6203 "опцията „--open-files-in-pager“ е съвместима само с търсене в работното дърво"
6205 #: builtin/grep.c:892
6206 msgid "--cached or --untracked cannot be used with --no-index."
6207 msgstr "опциите „--cached“ и „--untracked“ са несъвместими с „--no-index“."
6209 #: builtin/grep.c:897
6210 msgid "--no-index or --untracked cannot be used with revs."
6212 "опциите „--cached“ и „--untracked“ са несъвместими с търсене във версии."
6214 #: builtin/grep.c:900
6215 msgid "--[no-]exclude-standard cannot be used for tracked contents."
6217 "опциите „--(no-)exclude-standard“ са несъвместими с търсене по следени "
6220 #: builtin/grep.c:908
6221 msgid "both --cached and trees are given."
6222 msgstr "опцията „--cached“ е несъвместима със задаване на дърво."
6224 #: builtin/hash-object.c:80
6226 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6229 "git hash-object [-t ВИД] [-w] [--path=ФАЙЛ | --no-filters] [--stdin] [--] "
6232 # FIXME - list of paths or path...
6233 #: builtin/hash-object.c:81
6234 msgid "git hash-object --stdin-paths < <list-of-paths>"
6235 msgstr "git hash-object --stdin-paths < ПЪТ…"
6237 #: builtin/hash-object.c:92 builtin/tag.c:612
6241 #: builtin/hash-object.c:92
6243 msgstr "вид на обекта"
6245 #: builtin/hash-object.c:93
6246 msgid "write the object into the object database"
6247 msgstr "записване на обекта в базата от данни за обектите"
6249 #: builtin/hash-object.c:95
6250 msgid "read the object from stdin"
6251 msgstr "изчитане на обекта от стандартния вход"
6253 #: builtin/hash-object.c:97
6254 msgid "store file as is without filters"
6255 msgstr "запазване на файла както е — без филтри"
6257 #: builtin/hash-object.c:98
6259 "just hash any random garbage to create corrupt objects for debugging Git"
6261 "създаване и хеширане на произволни данни за повредени обекти за трасиране на "
6264 #: builtin/hash-object.c:99
6265 msgid "process file as it were from this path"
6266 msgstr "обработване на файла все едно е с този път"
6268 #: builtin/help.c:41
6269 msgid "print all available commands"
6270 msgstr "показване на всички налични команди"
6272 #: builtin/help.c:42
6273 msgid "print list of useful guides"
6274 msgstr "показване на списък с пътеводители"
6276 #: builtin/help.c:43
6277 msgid "show man page"
6278 msgstr "показване на страница от ръководството"
6280 #: builtin/help.c:44
6281 msgid "show manual in web browser"
6282 msgstr "показване на страница от ръководството в уеб браузър"
6284 #: builtin/help.c:46
6285 msgid "show info page"
6286 msgstr "показване на информационна страница"
6288 #: builtin/help.c:52
6289 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6290 msgstr "git help [--all] [--guides] [--man | --web | --info] [КОМАНДА]"
6292 #: builtin/help.c:64
6294 msgid "unrecognized help format '%s'"
6295 msgstr "непознат формат на помощта „%s“"
6297 #: builtin/help.c:91
6298 msgid "Failed to start emacsclient."
6299 msgstr "Неуспешно стартиране на „emacsclient“."
6301 #: builtin/help.c:104
6302 msgid "Failed to parse emacsclient version."
6303 msgstr "Версията на „emacsclient“ не може да се анализира."
6305 #: builtin/help.c:112
6307 msgid "emacsclient version '%d' too old (< 22)."
6308 msgstr "Прекалено стара версия на „emacsclient“ — %d (< 22)."
6310 #: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
6312 msgid "failed to exec '%s': %s"
6313 msgstr "неуспешно изпълнение на „%s“: %s"
6315 #: builtin/help.c:215
6318 "'%s': path for unsupported man viewer.\n"
6319 "Please consider using 'man.<tool>.cmd' instead."
6321 "„%s“: път към неподдържана програма за преглед на\n"
6322 " ръководството. Вместо нея пробвайте „man.<tool>.cmd“."
6324 #: builtin/help.c:227
6327 "'%s': cmd for supported man viewer.\n"
6328 "Please consider using 'man.<tool>.path' instead."
6330 "„%s“: команда за поддържана програма за преглед на\n"
6331 " ръководството. Вместо нея пробвайте „man.<tool>.path“."
6333 #: builtin/help.c:354
6335 msgid "'%s': unknown man viewer."
6336 msgstr "„%s“: непозната програма за преглед на ръководството."
6338 #: builtin/help.c:371
6339 msgid "no man viewer handled the request"
6340 msgstr "никоя програма за преглед на ръководство не успя да обработи заявката"
6342 #: builtin/help.c:379
6343 msgid "no info viewer handled the request"
6345 "никоя програма за преглед на информационните страници не успя да обработи "
6348 #: builtin/help.c:428
6349 msgid "Defining attributes per path"
6350 msgstr "Указване на атрибути към път"
6352 #: builtin/help.c:429
6353 msgid "Everyday Git With 20 Commands Or So"
6354 msgstr "Ежедневието в Git в рамките на 20-ина команди"
6356 #: builtin/help.c:430
6357 msgid "A Git glossary"
6358 msgstr "Речник с термините на Git"
6360 #: builtin/help.c:431
6361 msgid "Specifies intentionally untracked files to ignore"
6362 msgstr "Указване на неследени файлове, които да бъдат нарочно пренебрегвани"
6364 #: builtin/help.c:432
6365 msgid "Defining submodule properties"
6366 msgstr "Дефиниране на свойствата на подмодулите"
6368 #: builtin/help.c:433
6369 msgid "Specifying revisions and ranges for Git"
6370 msgstr "Указване на версии и интервали в Git"
6372 #: builtin/help.c:434
6373 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6374 msgstr "Въвеждащ урок за Git (версии поне 1.5.1)"
6376 #: builtin/help.c:435
6377 msgid "An overview of recommended workflows with Git"
6378 msgstr "Общ преглед на препоръчваните начини за работа с Git"
6380 #: builtin/help.c:447
6381 msgid "The common Git guides are:\n"
6382 msgstr "Популярните пътеводители в Git са:\n"
6384 #: builtin/help.c:468 builtin/help.c:485
6387 msgstr "употреба: %s%s"
6389 #: builtin/help.c:501
6391 msgid "`git %s' is aliased to `%s'"
6392 msgstr "„git %s“ е синоним на „%s“"
6394 # FIXME merge with next?
6395 #: builtin/index-pack.c:151
6397 msgid "unable to open %s"
6398 msgstr "обектът „%s“ не може да бъде отворен"
6400 #: builtin/index-pack.c:201
6402 msgid "object type mismatch at %s"
6403 msgstr "неправилен вид на обекта „%s“"
6405 #: builtin/index-pack.c:221
6407 msgid "did not receive expected object %s"
6408 msgstr "очакваният обект „%s“ не бе получен"
6410 #: builtin/index-pack.c:224
6412 msgid "object %s: expected type %s, found %s"
6413 msgstr "неправилен вид на обекта „%s“: очакваше се „%s“, а бе получен „%s“"
6415 #: builtin/index-pack.c:266
6417 msgid "cannot fill %d byte"
6418 msgid_plural "cannot fill %d bytes"
6419 msgstr[0] "не може да се запълни %d байт"
6420 msgstr[1] "не може да се запълнят %d байта"
6422 #: builtin/index-pack.c:276
6424 msgstr "неочакван край на файл"
6426 #: builtin/index-pack.c:277
6427 msgid "read error on input"
6428 msgstr "грешка при четене на входните данни"
6430 #: builtin/index-pack.c:289
6431 msgid "used more bytes than were available"
6432 msgstr "използвани са повече от наличните байтове"
6434 #: builtin/index-pack.c:296
6435 msgid "pack too large for current definition of off_t"
6436 msgstr "пакетният файл е прекалено голям за текущата стойност на типа „off_t“"
6438 #: builtin/index-pack.c:312
6440 msgid "unable to create '%s'"
6441 msgstr "пакетният файл „%s“ не може да бъде създаден"
6443 #: builtin/index-pack.c:317
6445 msgid "cannot open packfile '%s'"
6446 msgstr "пакетният файл „%s“ не може да бъде отворен"
6448 #: builtin/index-pack.c:331
6449 msgid "pack signature mismatch"
6450 msgstr "несъответствие в подписа към пакетния файл"
6452 #: builtin/index-pack.c:333
6454 msgid "pack version %<PRIu32> unsupported"
6455 msgstr "не се поддържа пакетиране вeрсия „%<PRIu32>“"
6457 #: builtin/index-pack.c:351
6459 msgid "pack has bad object at offset %lu: %s"
6460 msgstr "повреден обект в пакетния файл при отместване %lu: %s"
6462 #: builtin/index-pack.c:472
6464 msgid "inflate returned %d"
6465 msgstr "декомпресирането с „inflate“ върна %d"
6467 #: builtin/index-pack.c:521
6468 msgid "offset value overflow for delta base object"
6469 msgstr "стойността на отместването за обекта-разлика води до препълване"
6471 #: builtin/index-pack.c:529
6472 msgid "delta base offset is out of bound"
6473 msgstr "стойността на отместването за обекта-разлика е извън диапазона"
6475 #: builtin/index-pack.c:537
6477 msgid "unknown object type %d"
6478 msgstr "непознат вид обект %d"
6480 #: builtin/index-pack.c:568
6481 msgid "cannot pread pack file"
6482 msgstr "пакетният файл не може да бъде прочетен"
6484 #: builtin/index-pack.c:570
6486 msgid "premature end of pack file, %lu byte missing"
6487 msgid_plural "premature end of pack file, %lu bytes missing"
6488 msgstr[0] "неочакван край на файл, липсва %lu байт"
6489 msgstr[1] "неочакван край на файл, липсват %lu байта"
6491 #: builtin/index-pack.c:596
6492 msgid "serious inflate inconsistency"
6493 msgstr "сериозна грешка при декомпресиране с „inflate“"
6495 #: builtin/index-pack.c:742 builtin/index-pack.c:748 builtin/index-pack.c:771
6496 #: builtin/index-pack.c:805 builtin/index-pack.c:814
6498 msgid "SHA1 COLLISION FOUND WITH %s !"
6500 "СЪВПАДЕНИЕ НА СТОЙНОСТИТЕ ЗА СУМИТЕ ЗА SHA1: „%s“ НА ДВА РАЗЛИЧНИ ОБЕКТА!"
6502 # FIXME merge with next?
6503 #: builtin/index-pack.c:745 builtin/pack-objects.c:162
6504 #: builtin/pack-objects.c:254
6506 msgid "unable to read %s"
6507 msgstr "обектът „%s“ не може да бъде прочетен"
6509 #: builtin/index-pack.c:811
6511 msgid "cannot read existing object %s"
6512 msgstr "съществуващият обект „%s“ не може да бъде прочетен"
6514 #: builtin/index-pack.c:825
6516 msgid "invalid blob object %s"
6517 msgstr "неправилен обект BLOB „%s“"
6519 # FIXME perhaps invalid object
6520 #: builtin/index-pack.c:839
6523 msgstr "неправилен обект „%s“"
6525 #: builtin/index-pack.c:843
6526 msgid "Error in object"
6527 msgstr "Грешка в обекта"
6529 #: builtin/index-pack.c:845
6531 msgid "Not all child objects of %s are reachable"
6532 msgstr "Някои обекти, наследници на „%s“, не могат да бъдат достигнати"
6534 #: builtin/index-pack.c:917 builtin/index-pack.c:948
6535 msgid "failed to apply delta"
6536 msgstr "разликата не може да бъде приложена"
6538 #: builtin/index-pack.c:1118
6539 msgid "Receiving objects"
6540 msgstr "Получаване на обекти"
6542 #: builtin/index-pack.c:1118
6543 msgid "Indexing objects"
6544 msgstr "Индексиране на обекти"
6546 #: builtin/index-pack.c:1150
6547 msgid "pack is corrupted (SHA1 mismatch)"
6548 msgstr "пакетният файл е повреден (нееднакви суми по SHA1)"
6550 #: builtin/index-pack.c:1155
6551 msgid "cannot fstat packfile"
6552 msgstr "не може да се получи информация за пакетния файл с „fstat“"
6554 #: builtin/index-pack.c:1158
6555 msgid "pack has junk at the end"
6556 msgstr "в края на пакетния файл има повредени данни"
6559 #: builtin/index-pack.c:1169
6560 msgid "confusion beyond insanity in parse_pack_objects()"
6562 "фатална грешка във функцията „parse_pack_objects“. Това е грешка в Git, "
6563 "докладвайте я на разработчиците, като пратите е-писмо на адрес: „git@vger."
6566 #: builtin/index-pack.c:1194
6567 msgid "Resolving deltas"
6568 msgstr "Откриване на съответните разлики"
6570 #: builtin/index-pack.c:1205
6572 msgid "unable to create thread: %s"
6573 msgstr "не може да се създаде нишка: %s"
6576 #: builtin/index-pack.c:1247
6577 msgid "confusion beyond insanity"
6579 "фатална грешка във функцията „conclude_pack“. Това е грешка в Git, "
6580 "докладвайте я на разработчиците, като пратите е-писмо на адрес: „git@vger."
6583 #: builtin/index-pack.c:1253
6585 msgid "completed with %d local objects"
6586 msgstr "действието завърши с %d локални обекта"
6588 #: builtin/index-pack.c:1263
6590 msgid "Unexpected tail checksum for %s (disk corruption?)"
6592 "Неочаквана последваща сума за грешки за „%s“ (причината може да е грешка в "
6595 #: builtin/index-pack.c:1267
6597 msgid "pack has %d unresolved delta"
6598 msgid_plural "pack has %d unresolved deltas"
6599 msgstr[0] "в пакета има %d ненапасваща разлика"
6600 msgstr[1] "в пакета има %d ненапасващи разлики"
6602 #: builtin/index-pack.c:1291
6604 msgid "unable to deflate appended object (%d)"
6605 msgstr "добавеният обект не може да се компресира с „deflate“: %d"
6607 #: builtin/index-pack.c:1367
6609 msgid "local object %s is corrupt"
6610 msgstr "локалният обект „%s“ е повреден"
6612 #: builtin/index-pack.c:1391
6613 msgid "error while closing pack file"
6614 msgstr "грешка при затварянето на пакетния файл"
6616 #: builtin/index-pack.c:1404
6618 msgid "cannot write keep file '%s'"
6620 "грешка при записването на файла „%s“, осигуряващ запазване на директория"
6622 #: builtin/index-pack.c:1412
6624 msgid "cannot close written keep file '%s'"
6626 "грешка при затварянето на записания файл „%s“, осигуряващ запазване на "
6629 #: builtin/index-pack.c:1425
6630 msgid "cannot store pack file"
6631 msgstr "пакетният файл не може да бъде запазен"
6633 #: builtin/index-pack.c:1436
6634 msgid "cannot store index file"
6635 msgstr "файлът за индекса не може да бъде съхранен"
6637 #: builtin/index-pack.c:1469
6639 msgid "bad pack.indexversion=%<PRIu32>"
6640 msgstr "зададена е неправилна версия пакетиране: „pack.indexversion=%<PRIu32>“"
6642 #: builtin/index-pack.c:1475
6644 msgid "invalid number of threads specified (%d)"
6645 msgstr "зададен е неправилен брой нишки: %d"
6647 #: builtin/index-pack.c:1479 builtin/index-pack.c:1658
6649 msgid "no threads support, ignoring %s"
6650 msgstr "липсва поддръжка за нишки. „%s“ ще се пренебрегне"
6652 #: builtin/index-pack.c:1537
6654 msgid "Cannot open existing pack file '%s'"
6655 msgstr "Съществуващият пакетен файл „%s“ не може да бъде отворен"
6657 #: builtin/index-pack.c:1539
6659 msgid "Cannot open existing pack idx file for '%s'"
6660 msgstr "Съществуващият индекс за пакетния файл „%s“ не може да бъде отворен"
6662 #: builtin/index-pack.c:1586
6664 msgid "non delta: %d object"
6665 msgid_plural "non delta: %d objects"
6666 msgstr[0] "%d обект не е разлика"
6667 msgstr[1] "%d обекта не са разлика"
6669 #: builtin/index-pack.c:1593
6671 msgid "chain length = %d: %lu object"
6672 msgid_plural "chain length = %d: %lu objects"
6673 msgstr[0] "дължината на веригата е %d: %lu обект"
6674 msgstr[1] "дължината на веригата е %d: %lu обекта"
6676 # FIXME it is not the cwd it is the previous cwd
6677 #: builtin/index-pack.c:1622
6678 msgid "Cannot come back to cwd"
6679 msgstr "Процесът не може да се върне към предишната работна директория"
6681 #: builtin/index-pack.c:1670 builtin/index-pack.c:1673
6682 #: builtin/index-pack.c:1685 builtin/index-pack.c:1689
6685 msgstr "неправилна стойност „%s“"
6687 #: builtin/index-pack.c:1703
6688 msgid "--fix-thin cannot be used without --stdin"
6689 msgstr "опцията „--fix-thin“ изисква „--stdin“"
6691 #: builtin/index-pack.c:1707 builtin/index-pack.c:1716
6693 msgid "packfile name '%s' does not end with '.pack'"
6694 msgstr "името на пакетния файл „%s“ не завършва на „.pack“"
6696 #: builtin/index-pack.c:1724
6697 msgid "--verify with no packfile name given"
6698 msgstr "опцията „--verify“ изисква име на пакетен файл"
6700 #: builtin/init-db.c:35
6702 msgid "Could not make %s writable by group"
6703 msgstr "Не могат да се дадат права за запис в директорията „%s“ на групата"
6705 # FIXME - bad wording insanely
6706 #: builtin/init-db.c:62
6708 msgid "insanely long template name %s"
6709 msgstr "твърде дълго име на шаблон: „%s“"
6711 #: builtin/init-db.c:67
6713 msgid "cannot stat '%s'"
6714 msgstr "не може да се получи информация чрез „stat“ за директорията „%s“"
6716 #: builtin/init-db.c:73
6718 msgid "cannot stat template '%s'"
6719 msgstr "не може да се получи информация чрез „stat“ за шаблона „%s“"
6721 #: builtin/init-db.c:80
6723 msgid "cannot opendir '%s'"
6724 msgstr "директорията „%s“ не може да бъде отворена"
6726 #: builtin/init-db.c:97
6728 msgid "cannot readlink '%s'"
6729 msgstr "връзката „%s“ не може да бъде прочетена"
6731 # FIXME - bad wording insanely
6732 #: builtin/init-db.c:99
6734 msgid "insanely long symlink %s"
6735 msgstr "твърде дълго име на символна връзка: „%s“"
6737 #: builtin/init-db.c:102
6739 msgid "cannot symlink '%s' '%s'"
6740 msgstr "не може да се създаде символна връзка „%s“ в „%s“"
6742 #: builtin/init-db.c:106
6744 msgid "cannot copy '%s' to '%s'"
6745 msgstr "„%s“ не може да се копира в „%s“"
6747 #: builtin/init-db.c:110
6749 msgid "ignoring template %s"
6750 msgstr "игнориране на шаблона „%s“"
6752 # FIXME bad word insanely
6753 #: builtin/init-db.c:136
6755 msgid "insanely long template path %s"
6756 msgstr "твърде дълъг път към шаблон: „%s“"
6758 #: builtin/init-db.c:144
6760 msgid "templates not found %s"
6761 msgstr "директорията с шаблоните не е открита: „%s“"
6763 #: builtin/init-db.c:157
6765 msgid "not copying templates of a wrong format version %d from '%s'"
6767 "шаблоните с неправилен номер на формата %d няма да бъдат копирани от „%s“"
6769 #: builtin/init-db.c:211
6771 msgid "insane git directory %s"
6772 msgstr "твърде дълго име на директория на Git: „%s“"
6774 #: builtin/init-db.c:343 builtin/init-db.c:346
6776 msgid "%s already exists"
6777 msgstr "Директорията „%s“ вече съществува"
6779 #: builtin/init-db.c:374
6781 msgid "unable to handle file type %d"
6782 msgstr "файлове от вид %d не се поддържат"
6784 #: builtin/init-db.c:377
6786 msgid "unable to move %s to %s"
6787 msgstr "„%s“ не може да се премести в „%s“"
6789 #. TRANSLATORS: The first '%s' is either "Reinitialized
6790 #. existing" or "Initialized empty", the second " shared" or
6791 #. "", and the last '%s%s' is the verbatim directory name.
6792 #: builtin/init-db.c:433
6794 msgid "%s%s Git repository in %s%s\n"
6795 msgstr "%s%s хранилище на Git в „%s%s“\n"
6797 #: builtin/init-db.c:434
6798 msgid "Reinitialized existing"
6799 msgstr "Наново инициализирано, съществуващо"
6801 #: builtin/init-db.c:434
6802 msgid "Initialized empty"
6803 msgstr "Инициализирано празно"
6805 #: builtin/init-db.c:435
6807 msgstr ", споделено"
6809 #: builtin/init-db.c:482
6811 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6812 "shared[=<permissions>]] [<directory>]"
6814 "git init [-q | --quiet] [--bare] [--template=ДИРЕКТОРИЯ_С_ШАБЛОНИ] [--"
6815 "shared[=ПРАВА]] [ДИРЕКТОРИЯ]"
6817 #: builtin/init-db.c:505
6821 #: builtin/init-db.c:506
6822 msgid "specify that the git repository is to be shared amongst several users"
6824 "указване, че хранилището на Git ще бъде споделено от повече от един "
6827 #: builtin/init-db.c:508 builtin/prune-packed.c:57 builtin/repack.c:171
6829 msgstr "без извеждане на информация"
6831 #: builtin/init-db.c:540 builtin/init-db.c:545
6833 msgid "cannot mkdir %s"
6834 msgstr "директорията „%s“ не може да бъде създадена"
6836 #: builtin/init-db.c:549
6838 msgid "cannot chdir to %s"
6839 msgstr "не може да се влезе в директорията „%s“"
6841 #: builtin/init-db.c:570
6844 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6847 "%s (или --work-tree=ДИРЕКТОРИЯ) изисква указването на %s (или --git-"
6850 #: builtin/init-db.c:598
6852 msgid "Cannot access work tree '%s'"
6853 msgstr "Работното дърво в „%s“ е недостъпно"
6855 #: builtin/interpret-trailers.c:15
6857 "git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6860 "git interpret-trailers [--trim-empty] [(--trailer ЛЕКСЕМА[(=|:)СТОЙНОСТ])…] "
6863 #: builtin/interpret-trailers.c:25
6864 msgid "trim empty trailers"
6865 msgstr "изчистване на празните епилози"
6867 #: builtin/interpret-trailers.c:26
6871 #: builtin/interpret-trailers.c:27
6872 msgid "trailer(s) to add"
6873 msgstr "епилог(зи) за добавяне"
6876 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
6877 msgstr "git log [ОПЦИЯ…] [ДИАПАЗОН_НА_ВЕРСИИТЕ] [[--] ПЪТ…]"
6880 msgid "git show [<options>] <object>..."
6881 msgstr "git show [ОПЦИЯ…] ОБЕКТ…"
6885 msgid "invalid --decorate option: %s"
6886 msgstr "неправилна опция „--decorate“: %s"
6888 #: builtin/log.c:127
6889 msgid "suppress diff output"
6890 msgstr "без извеждане на разликите"
6892 #: builtin/log.c:128
6894 msgstr "извеждане на изходния код"
6896 #: builtin/log.c:129
6897 msgid "Use mail map file"
6899 "Използване на файл за съответствията на имената и адресите на е-поща („."
6902 #: builtin/log.c:130
6903 msgid "decorate options"
6904 msgstr "настройки на форма̀та на извежданата информация"
6906 #: builtin/log.c:133
6907 msgid "Process line range n,m in file, counting from 1"
6909 "Обработване само на редовете във файла в интервала от n до m включително. "
6910 "Броенето започва от 1"
6912 #: builtin/log.c:229
6914 msgid "Final output: %d %s\n"
6915 msgstr "Резултат: %d %s\n"
6917 #: builtin/log.c:458
6919 msgid "git show %s: bad file"
6920 msgstr "git show %s: повреден файл"
6922 #: builtin/log.c:472 builtin/log.c:564
6924 msgid "Could not read object %s"
6925 msgstr "Обектът не може да бъде прочетен: %s"
6927 #: builtin/log.c:588
6929 msgid "Unknown type: %d"
6930 msgstr "Неизвестен вид: %d"
6932 #: builtin/log.c:689
6933 msgid "format.headers without value"
6934 msgstr "не е зададена стойност на „format.headers“"
6936 #: builtin/log.c:773
6937 msgid "name of output directory is too long"
6938 msgstr "прекалено дълго име на директорията за изходната информация"
6940 #: builtin/log.c:789
6942 msgid "Cannot open patch file %s"
6943 msgstr "Файлът-кръпка „%s“ не може да бъде отворен"
6945 #: builtin/log.c:803
6946 msgid "Need exactly one range."
6947 msgstr "Трябва да зададете точно един диапазон."
6949 #: builtin/log.c:813
6950 msgid "Not a range."
6951 msgstr "Не е диапазон."
6953 #: builtin/log.c:919
6954 msgid "Cover letter needs email format"
6955 msgstr "Придружаващото писмо трябва да е форматирано като е-писмо"
6957 # FIXME bad wording insanely
6958 #: builtin/log.c:998
6960 msgid "insane in-reply-to: %s"
6961 msgstr "неправилен формат на заглавната част за отговор „in-reply-to“: %s"
6963 #: builtin/log.c:1026
6964 msgid "git format-patch [<options>] [<since> | <revision-range>]"
6965 msgstr "git format-patch [ОПЦИЯ…] [ОТ | ДИАПАЗОН_НА_ВЕРСИИТЕ]"
6967 # FIXME message WTF why ask it
6968 #: builtin/log.c:1071
6969 msgid "Two output directories?"
6970 msgstr "Можете да укажете максимум една директория за изход."
6972 #: builtin/log.c:1186
6973 msgid "use [PATCH n/m] even with a single patch"
6974 msgstr "номерация „[PATCH n/m]“ дори и при единствена кръпка"
6976 #: builtin/log.c:1189
6977 msgid "use [PATCH] even with multiple patches"
6978 msgstr "номерация „[PATCH]“ дори и при множество кръпки"
6980 #: builtin/log.c:1193
6981 msgid "print patches to standard out"
6982 msgstr "извеждане на кръпките на стандартния изход"
6984 #: builtin/log.c:1195
6985 msgid "generate a cover letter"
6986 msgstr "създаване на придружаващо писмо"
6988 #: builtin/log.c:1197
6989 msgid "use simple number sequence for output file names"
6990 msgstr "проста числова последователност за имената на файловете-кръпки"
6992 #: builtin/log.c:1198
6996 #: builtin/log.c:1199
6997 msgid "use <sfx> instead of '.patch'"
6998 msgstr "използване на тези ЗНАЦИ за суфикс вместо „.patch“"
7000 #: builtin/log.c:1201
7001 msgid "start numbering patches at <n> instead of 1"
7002 msgstr "номерирането на кръпките да започва от този БРОЙ, а не с 1"
7004 #: builtin/log.c:1203
7005 msgid "mark the series as Nth re-roll"
7006 msgstr "отбелязване, че това е N-тата поредна редакция на поредицата от кръпки"
7008 #: builtin/log.c:1205
7009 msgid "Use [<prefix>] instead of [PATCH]"
7010 msgstr "Използване на този „[ПРЕФИКС]“ вместо „[PATCH]“"
7012 #: builtin/log.c:1208
7013 msgid "store resulting files in <dir>"
7014 msgstr "запазване на изходните файлове в тази ДИРЕКТОРИЯ"
7016 #: builtin/log.c:1211
7017 msgid "don't strip/add [PATCH]"
7018 msgstr "без добавяне/махане на префикса „[PATCH]“"
7020 #: builtin/log.c:1214
7021 msgid "don't output binary diffs"
7022 msgstr "без извеждане на разлики между двоични файлове"
7024 #: builtin/log.c:1216
7025 msgid "don't include a patch matching a commit upstream"
7026 msgstr "да не се включват кръпки, които присъстват в следения клон"
7028 #: builtin/log.c:1218
7029 msgid "show patch format instead of default (patch + stat)"
7031 "извеждане във формат за кръпки, а на в стандартния (кръпка и статистика)"
7033 #: builtin/log.c:1220
7035 msgstr "Опции при изпращане"
7037 #: builtin/log.c:1221
7039 msgstr "ЗАГЛАВНА_ЧАСТ"
7041 #: builtin/log.c:1222
7042 msgid "add email header"
7043 msgstr "добавяне на тази ЗАГЛАВНА_ЧАСТ"
7045 #: builtin/log.c:1223 builtin/log.c:1225
7049 #: builtin/log.c:1223
7050 msgid "add To: header"
7051 msgstr "добавяне на заглавна част „To:“ (до)"
7053 #: builtin/log.c:1225
7054 msgid "add Cc: header"
7055 msgstr "добавяне на заглавна част „Cc:“ (и до)"
7057 #: builtin/log.c:1227
7059 msgstr "ИДЕНТИЧНОСТ"
7061 #: builtin/log.c:1228
7062 msgid "set From address to <ident> (or committer ident if absent)"
7064 "задаване на адреса в заглавната част „From“ да е тази ИДЕНТИЧНОСТ. Ако не е "
7065 "зададена такава, се взима адреса на подаващия"
7067 #: builtin/log.c:1230
7069 msgstr "ИДЕНТИФИКАТОР_НА_СЪОБЩЕНИЕ"
7071 #: builtin/log.c:1231
7072 msgid "make first mail a reply to <message-id>"
7074 "първото съобщение да е в отговор на е-писмото с този "
7075 "ИДЕНТИФИКАТОР_НА_СЪОБЩЕНИЕ"
7077 #: builtin/log.c:1232 builtin/log.c:1235
7081 #: builtin/log.c:1233
7082 msgid "attach the patch"
7083 msgstr "прикрепяне на кръпката"
7085 #: builtin/log.c:1236
7086 msgid "inline the patch"
7087 msgstr "включване на кръпката в текста на писмата"
7089 #: builtin/log.c:1240
7090 msgid "enable message threading, styles: shallow, deep"
7092 "използване на нишки за съобщенията. Стилът е „shallow“ (плитък) или "
7095 #: builtin/log.c:1242
7099 #: builtin/log.c:1243
7100 msgid "add a signature"
7101 msgstr "добавяне на поле за подпис"
7103 #: builtin/log.c:1245
7104 msgid "add a signature from a file"
7105 msgstr "добавяне на подпис от файл"
7107 #: builtin/log.c:1246
7108 msgid "don't print the patch filenames"
7109 msgstr "без извеждане на имената на кръпките"
7111 #: builtin/log.c:1320
7113 msgid "invalid ident line: %s"
7114 msgstr "грешна идентичност: %s"
7116 #: builtin/log.c:1335
7117 msgid "-n and -k are mutually exclusive."
7118 msgstr "опциите „-n“ и „-k“ са несъвместими."
7120 #: builtin/log.c:1337
7121 msgid "--subject-prefix and -k are mutually exclusive."
7122 msgstr "опциите „--subject-prefix“ и „-k“ са несъвместими."
7124 #: builtin/log.c:1345
7125 msgid "--name-only does not make sense"
7126 msgstr "опцията „--name-only“ е несъвместима с генерирането на кръпки"
7128 #: builtin/log.c:1347
7129 msgid "--name-status does not make sense"
7130 msgstr "опцията „--name-status“ е несъвместима с генерирането на кръпки"
7132 #: builtin/log.c:1349
7133 msgid "--check does not make sense"
7134 msgstr "опцията „--check“ е несъвместима с генерирането на кръпки"
7136 #: builtin/log.c:1372
7137 msgid "standard output, or directory, which one?"
7139 "изходът може да или стандартният, или да е в директория, но не и двете."
7141 #: builtin/log.c:1374
7143 msgid "Could not create directory '%s'"
7144 msgstr "Директорията „%s“ не може да бъде създадена"
7146 #: builtin/log.c:1472
7148 msgid "unable to read signature file '%s'"
7149 msgstr "файлът „%s“ с подпис не може да бъде прочетен"
7151 #: builtin/log.c:1535
7152 msgid "Failed to create output files"
7153 msgstr "Изходните файлове не могат да бъдат създадени"
7155 #: builtin/log.c:1583
7156 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7157 msgstr "git cherry [-v] [ОТДАЛЕЧЕН_КЛОН [ВРЪХ [ПРЕДЕЛ]]]"
7159 #: builtin/log.c:1637
7162 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
7164 "Следеният отдалечен клон не бе открит, затова изрично задайте "
7167 #: builtin/log.c:1648 builtin/log.c:1650 builtin/log.c:1662
7169 msgid "Unknown commit %s"
7170 msgstr "Непознато подаване „%s“"
7172 #: builtin/ls-files.c:358
7173 msgid "git ls-files [<options>] [<file>...]"
7174 msgstr "git ls-files [ОПЦИЯ…] [ФАЙЛ…]"
7176 #: builtin/ls-files.c:415
7177 msgid "identify the file status with tags"
7178 msgstr "извеждане на състоянието на файловете с еднобуквени флагове"
7180 #: builtin/ls-files.c:417
7181 msgid "use lowercase letters for 'assume unchanged' files"
7182 msgstr "малки букви за файловете, които да се счетат за непроменени"
7184 #: builtin/ls-files.c:419
7185 msgid "show cached files in the output (default)"
7186 msgstr "извеждане на кешираните файлове (стандартно)"
7188 #: builtin/ls-files.c:421
7189 msgid "show deleted files in the output"
7190 msgstr "извеждане на изтритите файлове"
7192 #: builtin/ls-files.c:423
7193 msgid "show modified files in the output"
7194 msgstr "извеждане на променените файлове"
7196 #: builtin/ls-files.c:425
7197 msgid "show other files in the output"
7198 msgstr "извеждане на другите файлове"
7200 #: builtin/ls-files.c:427
7201 msgid "show ignored files in the output"
7202 msgstr "извеждане на игнорираните файлове"
7204 #: builtin/ls-files.c:430
7205 msgid "show staged contents' object name in the output"
7206 msgstr "извеждане на името на обекта за съдържанието на индекса"
7208 #: builtin/ls-files.c:432
7209 msgid "show files on the filesystem that need to be removed"
7210 msgstr "извеждане на файловете, които трябва да бъдат изтрити"
7212 #: builtin/ls-files.c:434
7213 msgid "show 'other' directories' names only"
7214 msgstr "извеждане само на името на другите (неследените) директории"
7216 #: builtin/ls-files.c:437
7217 msgid "don't show empty directories"
7218 msgstr "без извеждане на празните директории"
7220 #: builtin/ls-files.c:440
7221 msgid "show unmerged files in the output"
7222 msgstr "извеждане на неслетите файлове"
7224 # FIXME not clear about what this option does
7225 #: builtin/ls-files.c:442
7226 msgid "show resolve-undo information"
7227 msgstr "извеждане на информацията за отмяна на разрешените подавания"
7229 #: builtin/ls-files.c:444
7230 msgid "skip files matching pattern"
7231 msgstr "прескачане на файловете напасващи ШАБЛОНа"
7233 #: builtin/ls-files.c:447
7234 msgid "exclude patterns are read from <file>"
7235 msgstr "шаблоните за игнориране да се прочетат от този ФАЙЛ"
7237 #: builtin/ls-files.c:450
7238 msgid "read additional per-directory exclude patterns in <file>"
7240 "изчитане на допълнителните шаблони за игнориране по директория от този ФАЙЛ"
7242 #: builtin/ls-files.c:452
7243 msgid "add the standard git exclusions"
7244 msgstr "добавяне на стандартно игнорираните от Git файлове"
7246 #: builtin/ls-files.c:455
7247 msgid "make the output relative to the project top directory"
7248 msgstr "пътищата да са относителни спрямо основната директория на проекта"
7250 #: builtin/ls-files.c:458
7251 msgid "if any <file> is not in the index, treat this as an error"
7252 msgstr "грешка, ако някой от тези ФАЙЛове не е в индекса"
7254 #: builtin/ls-files.c:459
7256 msgstr "УКАЗАТЕЛ_КЪМ_ДЪРВО"
7258 #: builtin/ls-files.c:460
7259 msgid "pretend that paths removed since <tree-ish> are still present"
7261 "считане, че пътищата изтрити след УКАЗАТЕЛя_КЪМ_ДЪРВО все още съществуват"
7263 #: builtin/ls-files.c:462
7264 msgid "show debugging data"
7265 msgstr "извеждане на информацията за изчистване на грешки"
7267 #: builtin/ls-tree.c:28
7268 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7269 msgstr "git ls-tree [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ДЪРВО [ПЪТ…]"
7271 #: builtin/ls-tree.c:127
7272 msgid "only show trees"
7273 msgstr "извеждане само на дървета"
7275 #: builtin/ls-tree.c:129
7276 msgid "recurse into subtrees"
7277 msgstr "рекурсивно обхождане поддърветата"
7279 #: builtin/ls-tree.c:131
7280 msgid "show trees when recursing"
7281 msgstr "извеждане на дърветата при рекурсивното обхождане"
7283 #: builtin/ls-tree.c:134
7284 msgid "terminate entries with NUL byte"
7285 msgstr "разделяне на обектите с нулевия знак „NUL“"
7287 #: builtin/ls-tree.c:135
7288 msgid "include object size"
7289 msgstr "извеждане на размера на обекта"
7291 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
7292 msgid "list only filenames"
7293 msgstr "извеждане само имената на файловете"
7295 #: builtin/ls-tree.c:142
7296 msgid "use full path names"
7297 msgstr "използване на пълните имена на пътищата"
7299 #: builtin/ls-tree.c:144
7300 msgid "list entire tree; not just current directory (implies --full-name)"
7302 "извеждане на цялото дърво, не само на текущата директория (включва опцията "
7305 #: builtin/merge.c:45
7306 msgid "git merge [<options>] [<commit>...]"
7307 msgstr "git merge [ОПЦИЯ…] [ПОДАВАНЕ…]"
7309 #: builtin/merge.c:46
7310 msgid "git merge [<options>] <msg> HEAD <commit>"
7311 msgstr "git merge [ОПЦИЯ…] СЪОБЩЕНИЕ HEAD ПОДАВАНЕ"
7313 #: builtin/merge.c:47
7314 msgid "git merge --abort"
7315 msgstr "git merge --abort"
7317 # FIXME -m rather than just m
7318 #: builtin/merge.c:100
7319 msgid "switch `m' requires a value"
7320 msgstr "опцията „-m“ изисква стойност"
7322 #: builtin/merge.c:137
7324 msgid "Could not find merge strategy '%s'.\n"
7325 msgstr "Няма такава стратегия за сливане: „%s“.\n"
7327 #: builtin/merge.c:138
7329 msgid "Available strategies are:"
7330 msgstr "Наличните стратегии са:"
7332 #: builtin/merge.c:143
7334 msgid "Available custom strategies are:"
7335 msgstr "Допълнителните стратегии са:"
7337 #: builtin/merge.c:193
7338 msgid "do not show a diffstat at the end of the merge"
7339 msgstr "без извеждане на статистиката след завършване на сливане"
7341 #: builtin/merge.c:196
7342 msgid "show a diffstat at the end of the merge"
7343 msgstr "извеждане на статистиката след завършване на сливане"
7345 #: builtin/merge.c:197
7346 msgid "(synonym to --stat)"
7347 msgstr "(синоним на „--stat“)"
7349 #: builtin/merge.c:199
7350 msgid "add (at most <n>) entries from shortlog to merge commit message"
7352 "добавяне (на максимум такъв БРОЙ) записи от съкратения журнал в съобщението "
7355 #: builtin/merge.c:202
7356 msgid "create a single commit instead of doing a merge"
7357 msgstr "създаване на едно подаване вместо извършване на сливане"
7359 #: builtin/merge.c:204
7360 msgid "perform a commit if the merge succeeds (default)"
7361 msgstr "извършване на подаване при успешно сливане (стандартно действие)"
7363 #: builtin/merge.c:206
7364 msgid "edit message before committing"
7365 msgstr "редактиране на съобщението преди подаване"
7367 #: builtin/merge.c:207
7368 msgid "allow fast-forward (default)"
7369 msgstr "позволяване на тривиално сливане (стандартно действие)"
7371 #: builtin/merge.c:209
7372 msgid "abort if fast-forward is not possible"
7373 msgstr "преустановяване, ако сливането не е тривиално"
7375 #: builtin/merge.c:213
7376 msgid "Verify that the named commit has a valid GPG signature"
7377 msgstr "Проверка, че именуваното подаване е с правилен подпис на GPG"
7379 #: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:89
7383 #: builtin/merge.c:215
7384 msgid "merge strategy to use"
7385 msgstr "стратегия за сливане, която да се ползва"
7387 #: builtin/merge.c:216
7388 msgid "option=value"
7389 msgstr "опция=стойност"
7391 #: builtin/merge.c:217
7392 msgid "option for selected merge strategy"
7393 msgstr "опция за избраната стратегия за сливане"
7395 #: builtin/merge.c:219
7396 msgid "merge commit message (for a non-fast-forward merge)"
7397 msgstr "съобщение при подаването със сливане (при нетривиални сливания)"
7399 #: builtin/merge.c:223
7400 msgid "abort the current in-progress merge"
7401 msgstr "преустановяване на текущото сливане"
7403 #: builtin/merge.c:251
7404 msgid "could not run stash."
7405 msgstr "не може да се извърши скатаване"
7407 #: builtin/merge.c:256
7408 msgid "stash failed"
7409 msgstr "неуспешно скатаване"
7411 #: builtin/merge.c:261
7413 msgid "not a valid object: %s"
7414 msgstr "неправилен обект: „%s“"
7416 #: builtin/merge.c:280 builtin/merge.c:297
7417 msgid "read-tree failed"
7418 msgstr "неуспешно прочитане на обект-дърво"
7420 #: builtin/merge.c:327
7421 msgid " (nothing to squash)"
7422 msgstr " (няма какво да се смачка)"
7424 #: builtin/merge.c:340
7426 msgid "Squash commit -- not updating HEAD\n"
7427 msgstr "Подаване със смачкване — указателят „HEAD“ няма да бъде обновен\n"
7429 #: builtin/merge.c:372
7430 msgid "Writing SQUASH_MSG"
7431 msgstr "Записване на съобщението за смачкване SQUASH_MSG"
7433 #: builtin/merge.c:374
7434 msgid "Finishing SQUASH_MSG"
7435 msgstr "Завършване на съобщението за смачкване SQUASH_MSG"
7437 #: builtin/merge.c:397
7439 msgid "No merge message -- not updating HEAD\n"
7441 "Липсва съобщение при подаване — указателят „HEAD“ няма да бъде обновен\n"
7443 #: builtin/merge.c:447
7445 msgid "'%s' does not point to a commit"
7446 msgstr "„%s“ не сочи към подаване"
7448 #: builtin/merge.c:537
7450 msgid "Bad branch.%s.mergeoptions string: %s"
7451 msgstr "Неправилен низ за настройката „branch.%s.mergeoptions“: „%s“"
7453 #: builtin/merge.c:632
7454 msgid "git write-tree failed to write a tree"
7455 msgstr "Командата „git write-tree“ не успя да запише обект-дърво"
7457 #: builtin/merge.c:656
7458 msgid "Not handling anything other than two heads merge."
7459 msgstr "Поддържа се само сливане на точно две истории."
7461 #: builtin/merge.c:670
7463 msgid "Unknown option for merge-recursive: -X%s"
7464 msgstr "Непозната опция за рекурсивното сливане „merge-recursive“: „-X%s“"
7466 #: builtin/merge.c:683
7468 msgid "unable to write %s"
7469 msgstr "„%s“ не може да бъде записан"
7471 #: builtin/merge.c:772
7473 msgid "Could not read from '%s'"
7474 msgstr "От „%s“ не може да се чете"
7476 #: builtin/merge.c:781
7478 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7480 "Сливането няма да бъде подадено. За завършването му и подаването му "
7481 "използвайте командата „git commit“.\n"
7483 #: builtin/merge.c:787
7486 "Please enter a commit message to explain why this merge is necessary,\n"
7487 "especially if it merges an updated upstream into a topic branch.\n"
7489 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
7492 "В съобщението при подаване добавете информация за причината за\n"
7493 "сливането, особено ако сливате обновен отдалечен клон в тематичен клон.\n"
7495 "Редовете, които започват с „%c“ ще бъдат пропуснати, а празно съобщение\n"
7496 "преустановява подаването.\n"
7498 #: builtin/merge.c:811
7499 msgid "Empty commit message."
7500 msgstr "Празно съобщение при подаване."
7502 # FIXME - WTF is wonderful.
7503 #: builtin/merge.c:823
7505 msgid "Wonderful.\n"
7506 msgstr "Първият етап на тривиалното сливане завърши.\n"
7508 #: builtin/merge.c:878
7510 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7511 msgstr "Неуспешно сливане — коригирайте конфликтите и подайте резултата.\n"
7513 #: builtin/merge.c:894
7515 msgid "'%s' is not a commit"
7516 msgstr "„%s“ не е подаване"
7518 #: builtin/merge.c:935
7519 msgid "No current branch."
7520 msgstr "Няма текущ клон."
7522 #: builtin/merge.c:937
7523 msgid "No remote for the current branch."
7524 msgstr "Текущият клон не следи никой."
7526 #: builtin/merge.c:939
7527 msgid "No default upstream defined for the current branch."
7528 msgstr "Текущият клон не следи никой клон."
7530 #: builtin/merge.c:944
7532 msgid "No remote-tracking branch for %s from %s"
7533 msgstr "Никой клон не следи клона „%s“ от хранилището „%s“"
7535 #: builtin/merge.c:1081
7537 msgid "could not close '%s'"
7538 msgstr "„%s“ не може да се затвори"
7540 #: builtin/merge.c:1208
7541 msgid "There is no merge to abort (MERGE_HEAD missing)."
7543 "Не може да преустановите сливане, защото в момента не се извършва такова "
7544 "(липсва указател „MERGE_HEAD“)."
7546 #: builtin/merge.c:1224
7548 "You have not concluded your merge (MERGE_HEAD exists).\n"
7549 "Please, commit your changes before you merge."
7551 "Не сте завършили сливане. (Указателят „MERGE_HEAD“ съществува).\n"
7552 "Подайте промените си, преди да започнете ново сливане."
7554 #: builtin/merge.c:1227 git-pull.sh:74
7555 msgid "You have not concluded your merge (MERGE_HEAD exists)."
7556 msgstr "Не сте завършили сливане. (Указателят „MERGE_HEAD“ съществува)."
7558 #: builtin/merge.c:1231
7560 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7561 "Please, commit your changes before you merge."
7563 "Не сте завършили отбиране на подаване (указателят „CHERRY_PICK_HEAD“\n"
7564 "съществува). Подайте промените си, преди да започнете ново сливане."
7566 #: builtin/merge.c:1234
7567 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7569 "Не сте завършили отбиране на подаване (указателят „CHERRY_PICK_HEAD“\n"
7572 #: builtin/merge.c:1243
7573 msgid "You cannot combine --squash with --no-ff."
7574 msgstr "Опцията „--squash“ е несъвместима с „--no-ff“."
7576 #: builtin/merge.c:1251
7577 msgid "No commit specified and merge.defaultToUpstream not set."
7579 "Не е указано подаване и настройката „merge.defaultToUpstream“ не е зададена."
7581 #: builtin/merge.c:1268
7582 msgid "Squash commit into empty head not supported yet"
7583 msgstr "Подаване със смачкване във връх без история все още не се поддържа"
7585 #: builtin/merge.c:1270
7586 msgid "Non-fast-forward commit does not make sense into an empty head"
7588 "Понеже върхът е без история, всички сливания са тривиални, не може да се "
7589 "извърши нетривиално сливане изисквано от опцията „--no-ff“"
7591 #: builtin/merge.c:1276
7593 msgid "%s - not something we can merge"
7594 msgstr "„%s“ — не е нещо, което може да се слее"
7596 #: builtin/merge.c:1278
7597 msgid "Can merge only exactly one commit into empty head"
7598 msgstr "Можете да слеете точно едно подаване във връх без история"
7600 #: builtin/merge.c:1333
7602 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7604 "Подаването „%s“ е с недоверен подпис от GPG, който твърди, че е на „%s“."
7606 #: builtin/merge.c:1336
7608 msgid "Commit %s has a bad GPG signature allegedly by %s."
7610 "Подаването „%s“ е с неправилен подпис от GPG, който твърди, че е на „%s“."
7612 #: builtin/merge.c:1339
7614 msgid "Commit %s does not have a GPG signature."
7615 msgstr "Подаването „%s“ е без подпис от GPG."
7617 #: builtin/merge.c:1342
7619 msgid "Commit %s has a good GPG signature by %s\n"
7620 msgstr "Подаването „%s“ е с коректен подпис от GPG на „%s“.\n"
7622 #: builtin/merge.c:1423
7624 msgid "Updating %s..%s\n"
7625 msgstr "Обновяване „%s..%s“\n"
7627 #: builtin/merge.c:1462
7629 msgid "Trying really trivial in-index merge...\n"
7630 msgstr "Проба с най-тривиалното сливане в рамките на индекса…\n"
7633 #: builtin/merge.c:1469
7636 msgstr "Неуспешно сливане.\n"
7638 #: builtin/merge.c:1501
7639 msgid "Not possible to fast-forward, aborting."
7641 "Не може да се извърши тривиално сливане, преустановяване на действието."
7643 #: builtin/merge.c:1524 builtin/merge.c:1603
7645 msgid "Rewinding the tree to pristine...\n"
7646 msgstr "Привеждане на дървото към първоначалното…\n"
7648 #: builtin/merge.c:1528
7650 msgid "Trying merge strategy %s...\n"
7651 msgstr "Пробване със стратегията за сливане „%s“…\n"
7653 #: builtin/merge.c:1594
7655 msgid "No merge strategy handled the merge.\n"
7656 msgstr "Никоя стратегия за сливане не може да извърши сливането.\n"
7658 #: builtin/merge.c:1596
7660 msgid "Merge with strategy %s failed.\n"
7661 msgstr "Неуспешно сливане със стратегия „%s“.\n"
7663 #: builtin/merge.c:1605
7665 msgid "Using the %s to prepare resolving by hand.\n"
7667 "Ползва се стратегията „%s“, която ще подготви дървото за коригиране на "
7670 #: builtin/merge.c:1617
7672 msgid "Automatic merge went well; stopped before committing as requested\n"
7674 "Автоматичното сливане завърши успешно. Самото подаване не е извършено, "
7675 "защото бе зададена опцията „--no-commit“.\n"
7677 #: builtin/merge-base.c:29
7678 msgid "git merge-base [-a | --all] <commit> <commit>..."
7679 msgstr "git merge-base [-a | --all] ПОДАВАНЕ ПОДАВАНЕ…"
7681 #: builtin/merge-base.c:30
7682 msgid "git merge-base [-a | --all] --octopus <commit>..."
7683 msgstr "git merge-base [-a | --all] --octopus ПОДАВАНЕ…"
7685 #: builtin/merge-base.c:31
7686 msgid "git merge-base --independent <commit>..."
7687 msgstr "git merge-base --independent ПОДАВАНЕ…"
7689 #: builtin/merge-base.c:32
7690 msgid "git merge-base --is-ancestor <commit> <commit>"
7691 msgstr "git merge-base --is-ancestor ПОДАВАНЕ_1 ПОДАВАНЕ_2"
7693 #: builtin/merge-base.c:33
7694 msgid "git merge-base --fork-point <ref> [<commit>]"
7695 msgstr "git merge-base --fork-point УКАЗАТЕЛ [ПОДАВАНЕ]"
7697 #: builtin/merge-base.c:214
7698 msgid "output all common ancestors"
7699 msgstr "извеждане на всички общи предшественици"
7701 #: builtin/merge-base.c:216
7702 msgid "find ancestors for a single n-way merge"
7704 "откриване на предшествениците за еднократно сливане на множество истории"
7706 #: builtin/merge-base.c:218
7707 msgid "list revs not reachable from others"
7708 msgstr "извеждане на недостижимите от другите указатели"
7710 #: builtin/merge-base.c:220
7711 msgid "is the first one ancestor of the other?"
7712 msgstr "ПОДАВАНЕ_1 предшественик ли е на ПОДАВАНЕ_2?"
7714 #: builtin/merge-base.c:222
7715 msgid "find where <commit> forked from reflog of <ref>"
7716 msgstr "откриване къде ПОДАВАНЕто се е отклонило от историята на УКАЗАТЕЛя"
7718 #: builtin/merge-file.c:8
7720 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7721 "<orig-file> <file2>"
7723 "git merge-file [ОПЦИЯ…] [-L ИМЕ_1 [-L ОРИГИНАЛ [-L ИМЕ_2]]] ФАЙЛ_1 ОРИГ_ФАЙЛ "
7726 #: builtin/merge-file.c:33
7727 msgid "send results to standard output"
7728 msgstr "извеждане на резултатите на стандартния изход"
7730 #: builtin/merge-file.c:34
7731 msgid "use a diff3 based merge"
7732 msgstr "сливане на базата на „diff3“"
7734 #: builtin/merge-file.c:35
7735 msgid "for conflicts, use our version"
7736 msgstr "при конфликти да се ползва локалната версия"
7738 #: builtin/merge-file.c:37
7739 msgid "for conflicts, use their version"
7740 msgstr "при конфликти да се ползва чуждата версия"
7742 #: builtin/merge-file.c:39
7743 msgid "for conflicts, use a union version"
7744 msgstr "при конфликти да се ползва обединена версия"
7746 #: builtin/merge-file.c:42
7747 msgid "for conflicts, use this marker size"
7748 msgstr "при конфликти да се ползва маркер с такъв БРОЙ знаци"
7750 #: builtin/merge-file.c:43
7751 msgid "do not warn about conflicts"
7752 msgstr "без предупреждения при конфликти"
7754 #: builtin/merge-file.c:45
7755 msgid "set labels for file1/orig-file/file2"
7756 msgstr "задаване на етикети за ФАЙЛ_1/ОРИГИНАЛ/ФАЙЛ_2"
7758 #: builtin/mktree.c:64
7759 msgid "git mktree [-z] [--missing] [--batch]"
7760 msgstr "git mktree [-z] [--missing] [--batch]"
7762 #: builtin/mktree.c:150
7763 msgid "input is NUL terminated"
7764 msgstr "входните записи са разделени с нулевия знак „NUL“"
7766 #: builtin/mktree.c:151 builtin/write-tree.c:24
7767 msgid "allow missing objects"
7768 msgstr "разрешаване на липсващи обекти"
7770 #: builtin/mktree.c:152
7771 msgid "allow creation of more than one tree"
7772 msgstr "разрешаване на създаването на повече от едно дърво"
7775 msgid "git mv [<options>] <source>... <destination>"
7776 msgstr "git mv [ОПЦИЯ…] ОБЕКТ… ЦЕЛ"
7781 msgid "Directory %s is in index and no submodule?"
7782 msgstr "Директорията „%s“ е в индекса, но не е подмодул"
7785 msgid "Please stage your changes to .gitmodules or stash them to proceed"
7787 "За да продължите, или вкарайте промените по файла „.gitmodules“ в индекса,\n"
7793 msgid "%.*s is in index"
7794 msgstr "„%.*s“ вече е в индекса"
7797 msgid "force move/rename even if target exists"
7798 msgstr "принудително преместване/преименуване дори целта да съществува"
7801 msgid "skip move/rename errors"
7802 msgstr "прескачане на грешките при преместване/преименуване"
7806 msgid "destination '%s' is not a directory"
7807 msgstr "целта „%s“ съществува и не е директория"
7811 msgid "Checking rename of '%s' to '%s'\n"
7812 msgstr "Проверка на преименуването на обект от „%s“ на „%s“\n"
7816 msgstr "неправилен обект"
7819 msgid "can not move directory into itself"
7820 msgstr "директория не може да се премести в себе си"
7823 msgid "cannot move directory over file"
7824 msgstr "директория не може да се премести върху файл"
7827 msgid "source directory is empty"
7828 msgstr "първоначалната директория е празна"
7831 msgid "not under version control"
7832 msgstr "не е под контрола на Git"
7835 msgid "destination exists"
7836 msgstr "целта съществува"
7840 msgid "overwriting '%s'"
7841 msgstr "презаписване на „%s“"
7844 msgid "Cannot overwrite"
7845 msgstr "Презаписването е невъзможно"
7848 msgid "multiple sources for the same target"
7849 msgstr "множество източници за една цел"
7852 msgid "destination directory does not exist"
7853 msgstr "целевата директория не съществува"
7857 msgid "%s, source=%s, destination=%s"
7858 msgstr "%s, обект: „%s“, цел: „%s“"
7862 msgid "Renaming %s to %s\n"
7863 msgstr "Преименуване на „%s“ на „%s“\n"
7865 #: builtin/mv.c:256 builtin/remote.c:725 builtin/repack.c:361
7867 msgid "renaming '%s' failed"
7868 msgstr "неуспешно преименуване на „%s“"
7870 #: builtin/name-rev.c:255
7871 msgid "git name-rev [<options>] <commit>..."
7872 msgstr "git name-rev [ОПЦИЯ…] ПОДАВАНЕ…"
7874 #: builtin/name-rev.c:256
7875 msgid "git name-rev [<options>] --all"
7876 msgstr "git name-rev [ОПЦИЯ…] --all"
7878 #: builtin/name-rev.c:257
7879 msgid "git name-rev [<options>] --stdin"
7880 msgstr "git name-rev [ОПЦИЯ…] --stdin"
7883 #: builtin/name-rev.c:309
7884 msgid "print only names (no SHA-1)"
7885 msgstr "извеждане само на имената (без сумите по SHA1)"
7887 #: builtin/name-rev.c:310
7888 msgid "only use tags to name the commits"
7889 msgstr "използване само на етикетите за именуване на подаванията"
7891 #: builtin/name-rev.c:312
7892 msgid "only use refs matching <pattern>"
7893 msgstr "използване само на шаблоните напасващи на ШАБЛОНа"
7895 #: builtin/name-rev.c:314
7896 msgid "list all commits reachable from all refs"
7898 "извеждане на всички подавания, които могат да бъдат достигнати от всички "
7901 #: builtin/name-rev.c:315
7902 msgid "read from stdin"
7903 msgstr "четене от стандартния вход"
7905 #: builtin/name-rev.c:316
7906 msgid "allow to print `undefined` names (default)"
7907 msgstr "да се извеждат и недефинираните имена (стандартна стойност на опцията)"
7909 #: builtin/name-rev.c:322
7910 msgid "dereference tags in the input (internal use)"
7911 msgstr "извеждане на идентификаторите на обекти-етикети (за вътрешни нужди)"
7913 #: builtin/notes.c:24
7914 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7915 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] [list [ОБЕКТ]]"
7917 #: builtin/notes.c:25
7919 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7920 "| (-c | -C) <object>] [<object>]"
7922 "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] add [-f] [--allow-empty] [-m СЪОБЩЕНИЕ "
7923 "| -F ФАЙЛ | (-c | -C) ОБЕКТ] [ОБЕКТ]"
7925 #: builtin/notes.c:26
7926 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
7928 "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] copy [-f] ОБЕКТ_ИЗТОЧНИК ОБЕКТ_ЦЕЛ"
7930 #: builtin/notes.c:27
7932 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7933 "(-c | -C) <object>] [<object>]"
7935 "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] append [--allow-empty] [-m СЪОБЩЕНИЕ | "
7936 "-F ФАЙЛ | (-c | -C) ОБЕКТ] [ОБЕКТ]"
7938 #: builtin/notes.c:28
7939 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
7940 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] edit [--allow-empty] [ОБЕКТ]"
7942 #: builtin/notes.c:29
7943 msgid "git notes [--ref <notes-ref>] show [<object>]"
7944 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] show [ОБЕКТ]"
7946 #: builtin/notes.c:30
7948 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
7950 "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] merge [-v | -q] [-s СТРАТЕГИЯ] "
7951 "УКАЗАТЕЛ_ЗА_БЕЛЕЖКА"
7953 #: builtin/notes.c:31
7954 msgid "git notes merge --commit [-v | -q]"
7955 msgstr "git notes merge --commit [-v | -q]"
7957 #: builtin/notes.c:32
7958 msgid "git notes merge --abort [-v | -q]"
7959 msgstr "git notes merge --abort [-v | -q]"
7961 #: builtin/notes.c:33
7962 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
7963 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] remove [ОБЕКТ…]"
7965 #: builtin/notes.c:34
7966 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
7967 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] prune [-n | -v]"
7969 #: builtin/notes.c:35
7970 msgid "git notes [--ref <notes-ref>] get-ref"
7971 msgstr "git notes [--ref УКАЗАТЕЛ_ЗА_БЕЛЕЖКА] get-ref"
7973 #: builtin/notes.c:40
7974 msgid "git notes [list [<object>]]"
7975 msgstr "git notes [list [ОБЕКТ]]"
7977 #: builtin/notes.c:45
7978 msgid "git notes add [<options>] [<object>]"
7979 msgstr "git notes add [ОПЦИЯ…] [ОБЕКТ]"
7981 #: builtin/notes.c:50
7982 msgid "git notes copy [<options>] <from-object> <to-object>"
7983 msgstr "git notes copy [ОПЦИЯ…] ОБЕКТ_ИЗТОЧНИК ОБЕКТ_ЦЕЛ"
7985 #: builtin/notes.c:51
7986 msgid "git notes copy --stdin [<from-object> <to-object>]..."
7987 msgstr "git notes copy --stdin [ОБЕКТ_ИЗТОЧНИК ОБЕКТ_ЦЕЛ]…"
7989 #: builtin/notes.c:56
7990 msgid "git notes append [<options>] [<object>]"
7991 msgstr "git notes append [ОПЦИЯ…] [ОБЕКТ]"
7993 #: builtin/notes.c:61
7994 msgid "git notes edit [<object>]"
7995 msgstr "git notes edit [ОБЕКТ]"
7997 #: builtin/notes.c:66
7998 msgid "git notes show [<object>]"
7999 msgstr "git notes show [ОБЕКТ]"
8001 #: builtin/notes.c:71
8002 msgid "git notes merge [<options>] <notes-ref>"
8003 msgstr "git notes merge [ОПЦИЯ…] УКАЗАТЕЛ_ЗА_БЕЛЕЖКА"
8005 #: builtin/notes.c:72
8006 msgid "git notes merge --commit [<options>]"
8007 msgstr "git notes merge --commit [ОПЦИЯ…]"
8009 #: builtin/notes.c:73
8010 msgid "git notes merge --abort [<options>]"
8011 msgstr "git notes merge --abort [ОПЦИЯ…]"
8013 #: builtin/notes.c:78
8014 msgid "git notes remove [<object>]"
8015 msgstr "git notes remove [ОБЕКТ]"
8017 #: builtin/notes.c:83
8018 msgid "git notes prune [<options>]"
8019 msgstr "git notes prune [ОПЦИЯ…]"
8021 #: builtin/notes.c:88
8022 msgid "git notes get-ref"
8023 msgstr "git notes get-ref"
8025 #: builtin/notes.c:146
8027 msgid "unable to start 'show' for object '%s'"
8028 msgstr "действието „show“ не може да се изпълни за обект „%s“"
8030 #: builtin/notes.c:150
8031 msgid "could not read 'show' output"
8032 msgstr "изведената информация от действието „show“ не може да се прочете"
8034 #: builtin/notes.c:158
8036 msgid "failed to finish 'show' for object '%s'"
8037 msgstr "действието „show“ не може да се завърши за обект „%s“"
8039 #: builtin/notes.c:173 builtin/tag.c:477
8041 msgid "could not create file '%s'"
8042 msgstr "файлът „%s“ не може да бъде създаден"
8044 #: builtin/notes.c:192
8045 msgid "Please supply the note contents using either -m or -F option"
8046 msgstr "Задайте съдържанието на бележката с някоя от опциите „-m“ или „-F“"
8048 #: builtin/notes.c:201
8049 msgid "unable to write note object"
8050 msgstr "обектът-бележка не може да бъде записан"
8052 #: builtin/notes.c:203
8054 msgid "The note contents have been left in %s"
8055 msgstr "Съдържанието на бележката е във файла „%s“"
8057 #: builtin/notes.c:231 builtin/tag.c:693
8059 msgid "cannot read '%s'"
8060 msgstr "файлът „%s“ не може да бъде прочетен"
8062 #: builtin/notes.c:233 builtin/tag.c:696
8064 msgid "could not open or read '%s'"
8065 msgstr "файлът „%s“ не може да бъде отворен или прочетен"
8067 #: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:305
8068 #: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:506
8069 #: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:652
8070 #: builtin/notes.c:854 builtin/tag.c:709
8072 msgid "Failed to resolve '%s' as a valid ref."
8073 msgstr "Не може да се открие към какво сочи „%s“."
8075 #: builtin/notes.c:255
8077 msgid "Failed to read object '%s'."
8078 msgstr "Обектът „%s“ не може да бъде прочетен."
8080 #: builtin/notes.c:259
8082 msgid "Cannot read note data from non-blob object '%s'."
8084 "Съдържанието на бележка не може да се вземе от обект, който не е BLOB: „%s“."
8086 #: builtin/notes.c:299
8088 msgid "Malformed input line: '%s'."
8089 msgstr "Даденият входен ред е с неправилен формат: „%s“."
8091 #: builtin/notes.c:314
8093 msgid "Failed to copy notes from '%s' to '%s'"
8094 msgstr "Бележката не може да се копира от „%s“ към „%s“"
8096 #: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:489
8097 #: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:645
8098 #: builtin/notes.c:919
8099 msgid "too many parameters"
8100 msgstr "прекалено много параметри"
8102 #: builtin/notes.c:371 builtin/notes.c:658
8104 msgid "No note found for object %s."
8105 msgstr "Няма бележки за обекта „%s“."
8107 #: builtin/notes.c:392 builtin/notes.c:555
8108 msgid "note contents as a string"
8109 msgstr "низ, който е съдържанието на бележката"
8111 #: builtin/notes.c:395 builtin/notes.c:558
8112 msgid "note contents in a file"
8113 msgstr "файл със съдържанието на бележката"
8115 #: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:560
8116 #: builtin/notes.c:563 builtin/tag.c:628
8120 #: builtin/notes.c:398 builtin/notes.c:561
8121 msgid "reuse and edit specified note object"
8122 msgstr "преизползване и редактиране на указания обект-бележка"
8124 #: builtin/notes.c:401 builtin/notes.c:564
8125 msgid "reuse specified note object"
8126 msgstr "преизползване на указания обект-бележка"
8128 #: builtin/notes.c:404 builtin/notes.c:567
8129 msgid "allow storing empty note"
8130 msgstr "приемане и на празни бележки"
8132 #: builtin/notes.c:405 builtin/notes.c:476
8133 msgid "replace existing notes"
8134 msgstr "замяна на съществуващите бележки"
8136 #: builtin/notes.c:430
8139 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8142 "Не може да се добави бележка, защото такава вече съществува за обекта „%s“. "
8143 "Използвайте опцията „-f“, за да презапишете съществуващи бележки."
8145 #: builtin/notes.c:445 builtin/notes.c:524
8147 msgid "Overwriting existing notes for object %s\n"
8148 msgstr "Презаписване на съществуващите бележки за обекта „%s“\n"
8150 #: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:859
8152 msgid "Removing note for object %s\n"
8153 msgstr "Изтриване на бележката за обекта „%s“\n"
8155 #: builtin/notes.c:477
8156 msgid "read objects from stdin"
8157 msgstr "изчитане на обектите от стандартния вход"
8159 # FIXME imporve message
8160 #: builtin/notes.c:479
8161 msgid "load rewriting config for <command> (implies --stdin)"
8163 "зареждане на настройките за КОМАНДАта, която презаписва подавания (включва "
8164 "опцията „--stdin“)"
8166 #: builtin/notes.c:497
8167 msgid "too few parameters"
8168 msgstr "прекалено малко параметри"
8170 #: builtin/notes.c:518
8173 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8176 "Не може да се копира бележка, защото такава вече съществува за обекта „%s“. "
8177 "Използвайте опцията „-f“, за да презапишете съществуващи бележки."
8179 #: builtin/notes.c:530
8181 msgid "Missing notes on source object %s. Cannot copy."
8183 "Не може да се копира бележка, която не съществува — няма бележки за обекта-"
8186 #: builtin/notes.c:582
8189 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8190 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8192 "Задаването на опциите „-m“/„-F“/„-c“/„-C“ с командата „edit“ вече е "
8194 "Вместо това ги използвайте с командата „add“: „git notes add -f -m/-F/-c/-"
8197 #: builtin/notes.c:750
8198 msgid "General options"
8201 #: builtin/notes.c:752
8202 msgid "Merge options"
8203 msgstr "Опции при сливане"
8205 #: builtin/notes.c:754
8207 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8210 "коригиране на конфликтите при сливане на бележките чрез тази стратегия — "
8211 "„manual“ (ръчно), „ours“ (вашата версия), „theirs“ (чуждата версия), "
8212 "„union“ (обединяване), „cat_sort_uniq“ (обединяване, подреждане, уникални "
8215 #: builtin/notes.c:756
8216 msgid "Committing unmerged notes"
8217 msgstr "Подаване на неслети бележки"
8219 #: builtin/notes.c:758
8220 msgid "finalize notes merge by committing unmerged notes"
8221 msgstr "завършване на сливането чрез подаване на неслети бележки"
8223 #: builtin/notes.c:760
8224 msgid "Aborting notes merge resolution"
8225 msgstr "Преустановяване на корекцията при сливането на бележки"
8227 #: builtin/notes.c:762
8228 msgid "abort notes merge"
8229 msgstr "преустановяване на сливането на бележки"
8231 #: builtin/notes.c:857
8233 msgid "Object %s has no note\n"
8234 msgstr "Няма бележки за обекта „%s“\n"
8236 #: builtin/notes.c:869
8237 msgid "attempt to remove non-existent note is not an error"
8238 msgstr "опитът за изтриването на несъществуваща бележка не се счита за грешка"
8240 #: builtin/notes.c:872
8241 msgid "read object names from the standard input"
8242 msgstr "изчитане на имената на обектите от стандартния вход"
8244 #: builtin/notes.c:953
8246 msgstr "УКАЗАТЕЛ_ЗА_БЕЛЕЖКА"
8248 #: builtin/notes.c:954
8249 msgid "use notes from <notes-ref>"
8250 msgstr "да се използва бележката сочена от този УКАЗАТЕЛ_ЗА_БЕЛЕЖКА"
8252 #: builtin/notes.c:989 builtin/remote.c:1618
8254 msgid "Unknown subcommand: %s"
8255 msgstr "Непозната подкоманда: %s"
8257 #: builtin/pack-objects.c:28
8258 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
8260 "git pack-objects --stdout [ОПЦИЯ…] [< СПИСЪК_С_ВЕРСИИ | < СПИСЪК_С_ОБЕКТИ]"
8262 # FIXME [options] vs [options...]
8263 #: builtin/pack-objects.c:29
8264 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
8266 "git pack-objects [ОПЦИЯ…] ПРЕФИКС_НА_ИМЕТО [< СПИСЪК_С_ВЕРСИИ | < "
8269 #: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8271 msgid "deflate error (%d)"
8272 msgstr "грешка при декомпресиране с „deflate“ (%d)"
8274 #: builtin/pack-objects.c:771
8275 msgid "Writing objects"
8276 msgstr "Записване на обектите"
8278 #: builtin/pack-objects.c:1011
8279 msgid "disabling bitmap writing, as some objects are not being packed"
8281 "изключване на записването на битовата маска, защото някои обекти няма да се "
8284 #: builtin/pack-objects.c:2171
8285 msgid "Compressing objects"
8286 msgstr "Компресиране на обектите"
8288 #: builtin/pack-objects.c:2568
8290 msgid "unsupported index version %s"
8291 msgstr "неподдържана версия на индекса „%s“"
8293 #: builtin/pack-objects.c:2572
8295 msgid "bad index version '%s'"
8296 msgstr "неправилна версия на индекса „%s“"
8298 #: builtin/pack-objects.c:2595
8300 msgid "option %s does not accept negative form"
8301 msgstr "опцията „%s“ не притежава отрицателна версия"
8303 #: builtin/pack-objects.c:2599
8305 msgid "unable to parse value '%s' for option %s"
8306 msgstr "неразпозната стойност „%s“ за опцията „%s“"
8308 #: builtin/pack-objects.c:2619
8309 msgid "do not show progress meter"
8310 msgstr "без извеждане на напредъка"
8312 #: builtin/pack-objects.c:2621
8313 msgid "show progress meter"
8314 msgstr "извеждане на напредъка"
8316 #: builtin/pack-objects.c:2623
8317 msgid "show progress meter during object writing phase"
8318 msgstr "извеждане на напредъка във фазата на запазване на обектите"
8320 #: builtin/pack-objects.c:2626
8321 msgid "similar to --all-progress when progress meter is shown"
8323 "същото действие като опцията „--all-progress“ при извеждането на напредъка"
8325 #: builtin/pack-objects.c:2627
8326 msgid "version[,offset]"
8327 msgstr "ВЕРСИЯ[,ОТМЕСТВАНЕ]"
8329 #: builtin/pack-objects.c:2628
8330 msgid "write the pack index file in the specified idx format version"
8332 "запазване на индекса на пакетните файлове във форма̀та с указаната версия"
8334 #: builtin/pack-objects.c:2631
8335 msgid "maximum size of each output pack file"
8336 msgstr "максимален размер на всеки пакетен файл"
8338 #: builtin/pack-objects.c:2633
8339 msgid "ignore borrowed objects from alternate object store"
8340 msgstr "игнориране на обектите заети от други хранилища на обекти"
8342 #: builtin/pack-objects.c:2635
8343 msgid "ignore packed objects"
8344 msgstr "игнориране на пакетираните обекти"
8346 #: builtin/pack-objects.c:2637
8347 msgid "limit pack window by objects"
8348 msgstr "ограничаване на прозореца за пакетиране по брой обекти"
8350 #: builtin/pack-objects.c:2639
8351 msgid "limit pack window by memory in addition to object limit"
8353 "ограничаване на прозореца за пакетиране и по памет освен по брой обекти"
8355 #: builtin/pack-objects.c:2641
8356 msgid "maximum length of delta chain allowed in the resulting pack"
8358 "максимална дължина на веригата от разлики, която е позволена в пакетния файл"
8360 #: builtin/pack-objects.c:2643
8361 msgid "reuse existing deltas"
8362 msgstr "преизползване на съществуващите разлики"
8364 #: builtin/pack-objects.c:2645
8365 msgid "reuse existing objects"
8366 msgstr "преизползване на съществуващите обекти"
8368 #: builtin/pack-objects.c:2647
8369 msgid "use OFS_DELTA objects"
8370 msgstr "използване на обекти „OFS_DELTA“"
8372 #: builtin/pack-objects.c:2649
8373 msgid "use threads when searching for best delta matches"
8375 "стартиране на нишки за претърсване на най-добрите съвпадения на разликите"
8377 #: builtin/pack-objects.c:2651
8378 msgid "do not create an empty pack output"
8379 msgstr "без създаване на празен пакетен файл"
8381 #: builtin/pack-objects.c:2653
8382 msgid "read revision arguments from standard input"
8383 msgstr "изчитане на версиите от стандартния вход"
8385 #: builtin/pack-objects.c:2655
8386 msgid "limit the objects to those that are not yet packed"
8387 msgstr "ограничаване до все още непакетираните обекти"
8389 #: builtin/pack-objects.c:2658
8390 msgid "include objects reachable from any reference"
8392 "включване на всички обекти, които могат да се достигнат от произволен "
8395 #: builtin/pack-objects.c:2661
8396 msgid "include objects referred by reflog entries"
8397 msgstr "включване и на обектите сочени от записите в журнала на указателите"
8399 #: builtin/pack-objects.c:2664
8400 msgid "include objects referred to by the index"
8401 msgstr "включване и на обектите сочени от индекса"
8403 #: builtin/pack-objects.c:2667
8404 msgid "output pack to stdout"
8405 msgstr "извеждане на пакета на стандартния изход"
8407 #: builtin/pack-objects.c:2669
8408 msgid "include tag objects that refer to objects to be packed"
8410 "включване и на обектите-етикети, които сочат към обектите, които ще бъдат "
8413 #: builtin/pack-objects.c:2671
8414 msgid "keep unreachable objects"
8415 msgstr "запазване на недостижимите обекти"
8417 #: builtin/pack-objects.c:2672 parse-options.h:139
8421 #: builtin/pack-objects.c:2673
8422 msgid "unpack unreachable objects newer than <time>"
8423 msgstr "разпакетиране на недостижимите обекти, които са по-нови от това ВРЕМЕ"
8425 #: builtin/pack-objects.c:2676
8426 msgid "create thin packs"
8427 msgstr "създаване на съкратени пакети"
8429 #: builtin/pack-objects.c:2678
8430 msgid "create packs suitable for shallow fetches"
8431 msgstr "пакетиране подходящо за плитко доставяне"
8433 #: builtin/pack-objects.c:2680
8434 msgid "ignore packs that have companion .keep file"
8435 msgstr "игнориране на пакетите, които са придружени от файл „.keep“"
8437 #: builtin/pack-objects.c:2682
8438 msgid "pack compression level"
8439 msgstr "ниво на компресиране при пакетиране"
8441 #: builtin/pack-objects.c:2684
8442 msgid "do not hide commits by grafts"
8444 "извеждане на всички родители — дори и тези, които нормално са скрити при "
8447 #: builtin/pack-objects.c:2686
8448 msgid "use a bitmap index if available to speed up counting objects"
8450 "използване на съществуващи индекси на база битови маски за ускоряване на "
8451 "преброяването на обектите"
8453 #: builtin/pack-objects.c:2688
8454 msgid "write a bitmap index together with the pack index"
8456 "запазване и на индекс на база побитова маска, заедно с индекса за пакета"
8458 #: builtin/pack-objects.c:2779
8459 msgid "Counting objects"
8460 msgstr "Преброяване на обектите"
8462 #: builtin/pack-refs.c:6
8463 msgid "git pack-refs [<options>]"
8464 msgstr "git pack-refs [ОПЦИЯ…]"
8466 #: builtin/pack-refs.c:14
8467 msgid "pack everything"
8468 msgstr "пакетиране на всичко"
8470 #: builtin/pack-refs.c:15
8471 msgid "prune loose refs (default)"
8472 msgstr "окастряне на недостижимите указатели (стандартно)"
8474 #: builtin/prune-packed.c:7
8475 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8476 msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
8478 #: builtin/prune-packed.c:40
8479 msgid "Removing duplicate objects"
8480 msgstr "Изтриване на повтарящите се обекти"
8482 #: builtin/prune.c:11
8483 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8484 msgstr "git prune [-n] [-v] [--expire ВРЕМЕ] [--] [ВРЪХ…]"
8486 #: builtin/prune.c:105 builtin/worktree.c:112
8487 msgid "do not remove, show only"
8488 msgstr "само извеждане без действително окастряне"
8490 #: builtin/prune.c:106 builtin/worktree.c:113
8491 msgid "report pruned objects"
8492 msgstr "информация за окастрените обекти"
8494 #: builtin/prune.c:109 builtin/worktree.c:115
8495 msgid "expire objects older than <time>"
8496 msgstr "окастряне на обектите по-стари от това ВРЕМЕ"
8498 #: builtin/push.c:14
8499 msgid "git push [<options>] [<repository> [<refspec>...]]"
8500 msgstr "git push [ОПЦИЯ…] [ХРАНИЛИЩЕ [УКАЗАТЕЛ_НА_ВЕРСИЯ…]]"
8502 #: builtin/push.c:85
8503 msgid "tag shorthand without <tag>"
8504 msgstr "съкращение за етикет без ЕТИКЕТ"
8506 #: builtin/push.c:95
8507 msgid "--delete only accepts plain target ref names"
8508 msgstr "опцията „--delete“ приема за цел само прости имена на указатели"
8510 #: builtin/push.c:139
8513 "To choose either option permanently, see push.default in 'git help config'."
8516 "За да включите тази опция за постоянно, погледнете документацията за "
8517 "настройката „push.default“ в „git help config“."
8519 #: builtin/push.c:142
8522 "The upstream branch of your current branch does not match\n"
8523 "the name of your current branch. To push to the upstream branch\n"
8524 "on the remote, use\n"
8526 " git push %s HEAD:%s\n"
8528 "To push to the branch of the same name on the remote, use\n"
8533 "Името на текущия клон се различава от името на клона, който той следи.\n"
8534 "За да изтласкате към следения клон използвайте командата:\n"
8536 " git push %s HEAD:%s\n"
8538 "За да изтласкате към отдалечения клон с име като локалния, използвайте "
8544 #: builtin/push.c:157
8547 "You are not currently on a branch.\n"
8548 "To push the history leading to the current (detached HEAD)\n"
8551 " git push %s HEAD:<name-of-remote-branch>\n"
8553 "В момента не сте на никой клон. За да изтласкате историята до състоянието,\n"
8554 "сочено в момента от указателя „HEAD“, използвайте командата:\n"
8556 " git push %s HEAD:ИМЕ_НА_ОТДАЛЕЧЕНИЯ_КЛОН\n"
8558 #: builtin/push.c:171
8561 "The current branch %s has no upstream branch.\n"
8562 "To push the current branch and set the remote as upstream, use\n"
8564 " git push --set-upstream %s %s\n"
8566 "Не е зададен отдалечен клон, който текущият клон „%s“ да следи.\n"
8567 "За да изтласкате локалния клон към отдалечен и същевременно да зададете\n"
8568 "втория като този, който първият следи, използвайте командата:\n"
8570 " git push --set-upstream %s %s\n"
8572 #: builtin/push.c:179
8574 msgid "The current branch %s has multiple upstream branches, refusing to push."
8576 "Текущият клон „%s“ следи няколко отдалечени клона, не можете просто да "
8579 #: builtin/push.c:182
8582 "You are pushing to remote '%s', which is not the upstream of\n"
8583 "your current branch '%s', without telling me what to push\n"
8584 "to update which remote branch."
8586 "Изтласквате към отдалечения клон „%s“, който не е следен от текущия клон "
8588 "Трябва да укажете коя версия да се изтласка, за обновяване на отдалечения "
8591 #: builtin/push.c:205
8593 "push.default is unset; its implicit value has changed in\n"
8594 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
8595 "and maintain the traditional behavior, use:\n"
8597 " git config --global push.default matching\n"
8599 "To squelch this message and adopt the new behavior now, use:\n"
8601 " git config --global push.default simple\n"
8603 "When push.default is set to 'matching', git will push local branches\n"
8604 "to the remote branches that already exist with the same name.\n"
8606 "Since Git 2.0, Git defaults to the more conservative 'simple'\n"
8607 "behavior, which only pushes the current branch to the corresponding\n"
8608 "remote branch that 'git pull' uses to update the current branch.\n"
8610 "See 'git help config' and search for 'push.default' for further "
8612 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
8613 "'current' instead of 'simple' if you sometimes use older versions of Git)"
8615 "Настройката „push.default“ не е зададена. Стойността ѝ по подразбиране е "
8617 "в Git 2.0 от „matching“ (всички съвпадащи клони) на „simple“ (само текущия\n"
8618 "клон). За да подтиснете това съобщение и да използвате традиционното "
8620 "на Git 1.x, изпълнете командата:\n"
8622 " git config --global push.default matching\n"
8624 "За да подтиснете това съобщение и да използвате новото поведение на Git 2."
8626 "изпълнете командата:\n"
8628 " git config --global push.default simple\n"
8630 "Когато настройката „push.default“ е „matching“, git ще изтласка всички "
8632 "клони, които имат отдалечен аналог със същото име.\n"
8634 "От версия 2.0 Git стандартно започва да ползва по-консервативния вариант\n"
8635 "„simple“, при който „push“ изтласква само текущия клон към отдалечения, "
8637 "клон — същия, който „git pull“ използва, за да обнови текущия.\n"
8639 "За повече информация погледнете „git help config“ и потърсете „push."
8641 "Новата стойност „simple“ бе въведена с версия 1.7.11 на Git. Ако понякога\n"
8642 "ползвате стари версии на Git, задайте стойност „current“ вместо „simple“."
8644 #: builtin/push.c:272
8646 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
8648 "Не сте указали версия за подаване, а настройката „push.default“ е "
8649 "„nothing“ (нищо без изрично указана версия да не се изтласква)"
8651 #: builtin/push.c:279
8653 "Updates were rejected because the tip of your current branch is behind\n"
8654 "its remote counterpart. Integrate the remote changes (e.g.\n"
8655 "'git pull ...') before pushing again.\n"
8656 "See the 'Note about fast-forwards' in 'git push --help' for details."
8658 "Обновяването е отхвърлено, защото върхът на текущия ви клон е преди върха "
8660 "отдалечения клон. Внесете отдалечените промени (напр. с командата „git "
8662 "преди отново да изтласкате промените. За повече информация вижте раздела\n"
8663 "„Note about fast-forwards“ в страницата от ръководството „git push --help“."
8665 #: builtin/push.c:285
8667 "Updates were rejected because a pushed branch tip is behind its remote\n"
8668 "counterpart. Check out this branch and integrate the remote changes\n"
8669 "(e.g. 'git pull ...') before pushing again.\n"
8670 "See the 'Note about fast-forwards' in 'git push --help' for details."
8672 "Обновяването е отхвърлено, защото върхът на изтласквания клон е преди върха\n"
8673 "на отдалечения клон. Проверете клона и внесете отдалечените промени (напр.\n"
8674 "с командата „git pull…“), преди отново да изтласкате промените. За повече\n"
8675 "информация погледнете раздела „Note about fast-forwards“ в страницата от\n"
8676 "ръководството „git push --help“."
8678 #: builtin/push.c:291
8680 "Updates were rejected because the remote contains work that you do\n"
8681 "not have locally. This is usually caused by another repository pushing\n"
8682 "to the same ref. You may want to first integrate the remote changes\n"
8683 "(e.g., 'git pull ...') before pushing again.\n"
8684 "See the 'Note about fast-forwards' in 'git push --help' for details."
8686 "Обновяването е отхвърлено, защото хранилището, към което изтласквате, "
8688 "промени, които липсват в локалното хранилище. Най-честата причина за това "
8690 "че някой друг е изтласквал към същия клон. Първо внесете отдалечените "
8692 "(напр. с командата „git pull…“), преди отново да изтласкате промените.\n"
8693 "За повече информация погледнете раздела „Note about fast-forwards“ в "
8695 "от ръководството „git push --help“."
8697 #: builtin/push.c:298
8698 msgid "Updates were rejected because the tag already exists in the remote."
8700 "Изтласкването е отхвърлено, защото в отдалеченото хранилище съществува "
8702 "който ще припокриете с етикет от вашето хранилище."
8704 #: builtin/push.c:301
8706 "You cannot update a remote ref that points at a non-commit object,\n"
8707 "or update a remote ref to make it point at a non-commit object,\n"
8708 "without using the '--force' option.\n"
8710 "Без да укажете опцията „--force“, не може да обновите отдалечен\n"
8711 "указател, който вече сочи към обект, който не е подаване, както и тепърва\n"
8712 "да го промените да сочи към подобен обект.\n"
8714 #: builtin/push.c:360
8716 msgid "Pushing to %s\n"
8717 msgstr "Изтласкване към „%s“\n"
8719 #: builtin/push.c:364
8721 msgid "failed to push some refs to '%s'"
8722 msgstr "част от указателите не бяха изтласкани към „%s“"
8724 #: builtin/push.c:394
8726 msgid "bad repository '%s'"
8727 msgstr "неправилно указано хранилище „%s“"
8729 #: builtin/push.c:395
8731 "No configured push destination.\n"
8732 "Either specify the URL from the command-line or configure a remote "
8733 "repository using\n"
8735 " git remote add <name> <url>\n"
8737 "and then push using the remote name\n"
8739 " git push <name>\n"
8741 "Не е указано хранилище, към което да се изтласква.\n"
8742 "Или укажете адреса на командния ред, или настройте отдалечено хранилище с "
8745 " git remote add ИМЕ АДРЕС\n"
8747 "и след това изтласкайте, като укажете името на отдалеченото хранилище:\n"
8751 #: builtin/push.c:410
8752 msgid "--all and --tags are incompatible"
8753 msgstr "опциите „--all“ и „--tags“ са несъвместими"
8755 #: builtin/push.c:411
8756 msgid "--all can't be combined with refspecs"
8757 msgstr "опцията „--all“ е несъвместима с указването на версия"
8759 #: builtin/push.c:416
8760 msgid "--mirror and --tags are incompatible"
8761 msgstr "опциите „--mirror“ и „--tags“ са несъвместими"
8763 #: builtin/push.c:417
8764 msgid "--mirror can't be combined with refspecs"
8765 msgstr "опцията „--mirror“ е несъвместима с указването на версия"
8767 #: builtin/push.c:422
8768 msgid "--all and --mirror are incompatible"
8769 msgstr "опциите „--all“ и „--mirror“ са несъвместими"
8771 #: builtin/push.c:502
8775 #: builtin/push.c:503
8776 msgid "push all refs"
8777 msgstr "изтласкване на всички указатели"
8779 #: builtin/push.c:504
8780 msgid "mirror all refs"
8781 msgstr "огледално копие на всички указатели"
8783 #: builtin/push.c:506
8785 msgstr "изтриване на указателите"
8787 #: builtin/push.c:507
8788 msgid "push tags (can't be used with --all or --mirror)"
8789 msgstr "изтласкване на етикетите (несъвместимо с опциите „--all“ и „--mirror“)"
8791 #: builtin/push.c:510
8792 msgid "force updates"
8793 msgstr "принудително обновяване"
8795 # FIXME double check this
8796 #: builtin/push.c:512
8797 msgid "refname>:<expect"
8798 msgstr "УКАЗАТЕЛ>:<ОЧАКВАНА_СТОЙНОСТ"
8800 #: builtin/push.c:513
8801 msgid "require old value of ref to be at this value"
8802 msgstr "УКАЗАТЕЛят трябва първоначално да е с тази ОЧАКВАНА_СТОЙНОСТ"
8804 #: builtin/push.c:516
8805 msgid "control recursive pushing of submodules"
8806 msgstr "управление на рекурсивното изтласкване на подмодулите"
8808 #: builtin/push.c:518
8809 msgid "use thin pack"
8810 msgstr "използване на съкратени пакети"
8812 #: builtin/push.c:519 builtin/push.c:520
8813 msgid "receive pack program"
8814 msgstr "програма за получаването на пакети"
8816 #: builtin/push.c:521
8817 msgid "set upstream for git pull/status"
8818 msgstr "задаване на отдалеченото хранилище за командите „git pull/status“"
8820 #: builtin/push.c:524
8821 msgid "prune locally removed refs"
8822 msgstr "окастряне на указателите, които са премахнати от локалното хранилище"
8824 #: builtin/push.c:526
8825 msgid "bypass pre-push hook"
8826 msgstr "без изпълнение на куката преди изтласкване (pre-push)"
8828 #: builtin/push.c:527
8829 msgid "push missing but relevant tags"
8831 "изтласкване на липсващите в отдалеченото хранилище, но свързани с текущото "
8832 "изтласкване, етикети"
8834 #: builtin/push.c:529
8835 msgid "GPG sign the push"
8836 msgstr "подписване на изтласкването с GPG"
8838 #: builtin/push.c:530
8839 msgid "request atomic transaction on remote side"
8840 msgstr "изискване на атомарни операции от отсрещната страна"
8842 #: builtin/push.c:539
8843 msgid "--delete is incompatible with --all, --mirror and --tags"
8845 "опцията „--delete“ е несъвместима с опциите „--all“, „--mirror“ и „--tags“"
8847 #: builtin/push.c:541
8848 msgid "--delete doesn't make sense without any refs"
8849 msgstr "опцията „--delete“ изисква поне един указател на версия"
8851 #: builtin/read-tree.c:37
8853 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
8854 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8855 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8857 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=ПРЕФИКС] "
8858 "[-u [--exclude-per-directory=ФАЙЛ_С_ИЗКЛЮЧЕНИЯ] | -i]] [--no-sparse-"
8859 "checkout] [--index-output=ФАЙЛ] (--empty | УКАЗАТЕЛ_КЪМ_ДЪРВО_1 "
8860 "[УКАЗАТЕЛ_КЪМ_ДЪРВО_2 [УКАЗАТЕЛ_КЪМ_ДЪРВО_3]])"
8862 #: builtin/read-tree.c:110
8863 msgid "write resulting index to <file>"
8864 msgstr "запазване на индекса в този ФАЙЛ"
8866 #: builtin/read-tree.c:113
8867 msgid "only empty the index"
8868 msgstr "само зануляване на индекса"
8870 #: builtin/read-tree.c:115
8874 #: builtin/read-tree.c:117
8875 msgid "perform a merge in addition to a read"
8876 msgstr "да се извърши и сливане след освен изчитането"
8878 #: builtin/read-tree.c:119
8879 msgid "3-way merge if no file level merging required"
8880 msgstr "тройно сливане, ако не се налага пофайлово сливане"
8882 #: builtin/read-tree.c:121
8883 msgid "3-way merge in presence of adds and removes"
8884 msgstr "тройно сливане при добавяне на добавяне и изтриване на файлове"
8886 #: builtin/read-tree.c:123
8887 msgid "same as -m, but discard unmerged entries"
8888 msgstr "същото като опцията „-m“, но неслетите обекти се пренебрегват"
8890 #: builtin/read-tree.c:124
8891 msgid "<subdirectory>/"
8892 msgstr "ПОДДИРЕКТОРИЯ/"
8894 #: builtin/read-tree.c:125
8895 msgid "read the tree into the index under <subdirectory>/"
8896 msgstr "изчитане на дървото към индекса като да е в тази ПОДДИРЕКТОРИЯ/"
8898 #: builtin/read-tree.c:128
8899 msgid "update working tree with merge result"
8900 msgstr "обновяване на работното дърво с резултата от сливането"
8902 #: builtin/read-tree.c:130
8904 msgstr "ФАЙЛ_С_ИЗКЛЮЧЕНИЯ"
8906 #: builtin/read-tree.c:131
8907 msgid "allow explicitly ignored files to be overwritten"
8908 msgstr "позволяване на презаписването на изрично пренебрегваните файлове"
8910 #: builtin/read-tree.c:134
8911 msgid "don't check the working tree after merging"
8912 msgstr "без проверка на работното дърво след сливането"
8914 #: builtin/read-tree.c:135
8915 msgid "don't update the index or the work tree"
8916 msgstr "без обновяване и на индекса, и на работното дърво"
8918 #: builtin/read-tree.c:137
8919 msgid "skip applying sparse checkout filter"
8920 msgstr "без прилагане на филтъра за частично изтегляне"
8922 #: builtin/read-tree.c:139
8923 msgid "debug unpack-trees"
8924 msgstr "изчистване на грешки в командата „unpack-trees“"
8927 #: builtin/reflog.c:430
8929 msgid "%s' for '%s' is not a valid timestamp"
8930 msgstr "„%s“ не е правилна стойност за време за „%s“"
8932 #: builtin/reflog.c:547 builtin/reflog.c:552
8934 msgid "'%s' is not a valid timestamp"
8935 msgstr "„%s“ не е правилна стойност за време"
8937 #: builtin/remote.c:12
8938 msgid "git remote [-v | --verbose]"
8939 msgstr "git remote [-v | --verbose]"
8941 #: builtin/remote.c:13
8943 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8944 "mirror=<fetch|push>] <name> <url>"
8946 "git remote add [-t КЛОН] [-m ОСНОВЕН_КЛОН] [-f] [--tags | --no-tags] [--"
8947 "mirror=<fetch|push>] ИМЕ АДРЕС"
8949 #: builtin/remote.c:14 builtin/remote.c:33
8950 msgid "git remote rename <old> <new>"
8951 msgstr "git remote rename СТАРО_ИМЕ НОВО_ИМЕ"
8953 #: builtin/remote.c:15 builtin/remote.c:38
8954 msgid "git remote remove <name>"
8955 msgstr "git remote remove ИМЕ"
8957 #: builtin/remote.c:16 builtin/remote.c:43
8958 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8959 msgstr "git remote set-head ИМЕ (-a | --auto | -d | --delete | КЛОН)"
8961 #: builtin/remote.c:17
8962 msgid "git remote [-v | --verbose] show [-n] <name>"
8963 msgstr "git remote [-v | --verbose] show [-n] ИМЕ"
8965 #: builtin/remote.c:18
8966 msgid "git remote prune [-n | --dry-run] <name>"
8967 msgstr "git remote prune [-n | --dry-run] ИМЕ"
8969 #: builtin/remote.c:19
8971 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8973 "git remote [-v | --verbose] update [-p | --prune] [(ГРУПА | "
8974 "ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ)…]"
8976 #: builtin/remote.c:20
8977 msgid "git remote set-branches [--add] <name> <branch>..."
8978 msgstr "git remote set-branches [--add] ИМЕ КЛОН…"
8980 #: builtin/remote.c:21 builtin/remote.c:69
8981 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8982 msgstr "git remote set-url [--push] ИМЕ НОВ_АДРЕС [СТАР_АДРЕС]"
8984 #: builtin/remote.c:22 builtin/remote.c:70
8985 msgid "git remote set-url --add <name> <newurl>"
8986 msgstr "git remote set-url --add ИМЕ НОВ_АДРЕС"
8988 #: builtin/remote.c:23 builtin/remote.c:71
8989 msgid "git remote set-url --delete <name> <url>"
8990 msgstr "git remote set-url --delete ИМЕ АДРЕС"
8992 #: builtin/remote.c:28
8993 msgid "git remote add [<options>] <name> <url>"
8994 msgstr "git remote add [ОПЦИЯ…] ИМЕ АДРЕС"
8996 #: builtin/remote.c:48
8997 msgid "git remote set-branches <name> <branch>..."
8998 msgstr "git remote set-branches ИМЕ КЛОН…"
9000 #: builtin/remote.c:49
9001 msgid "git remote set-branches --add <name> <branch>..."
9002 msgstr "git remote set-branches --add ИМЕ КЛОН…"
9004 #: builtin/remote.c:54
9005 msgid "git remote show [<options>] <name>"
9006 msgstr "git remote show [ОПЦИЯ…] ИМЕ"
9008 #: builtin/remote.c:59
9009 msgid "git remote prune [<options>] <name>"
9010 msgstr "git remote prune [ОПЦИЯ…] ИМЕ"
9012 #: builtin/remote.c:64
9013 msgid "git remote update [<options>] [<group> | <remote>]..."
9014 msgstr "git remote update [ОПЦИЯ…] [ГРУПА | ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ]…"
9016 #: builtin/remote.c:88
9019 msgstr "Обновяване на „%s“"
9022 #: builtin/remote.c:120
9024 "--mirror is dangerous and deprecated; please\n"
9025 "\t use --mirror=fetch or --mirror=push instead"
9027 "Използването само на „--mirror“ е опасно. Вместо това\n"
9028 "ползвайте „--mirror=fetch“ или „--mirror=push“"
9030 #: builtin/remote.c:137
9032 msgid "unknown mirror argument: %s"
9033 msgstr "неправилна стойност за „--mirror“: %s"
9035 #: builtin/remote.c:153
9036 msgid "fetch the remote branches"
9037 msgstr "отдалечените клони не могат да бъдат доставени"
9039 #: builtin/remote.c:155
9040 msgid "import all tags and associated objects when fetching"
9041 msgstr "внасяне на всички етикети и принадлежащите им обекти при доставяне"
9043 #: builtin/remote.c:158
9044 msgid "or do not fetch any tag at all (--no-tags)"
9045 msgstr "може и да не се доставят никакви етикети (чрез опцията „--no-tags“)"
9047 #: builtin/remote.c:160
9048 msgid "branch(es) to track"
9049 msgstr "клон/и за следене"
9051 #: builtin/remote.c:161
9052 msgid "master branch"
9053 msgstr "основен клон"
9055 #: builtin/remote.c:162
9057 msgstr "издърпване|доставяне"
9059 #: builtin/remote.c:163
9060 msgid "set up remote as a mirror to push to or fetch from"
9062 "настройване на отдалечено хранилище, от което да се издърпва или доставя"
9064 #: builtin/remote.c:175
9065 msgid "specifying a master branch makes no sense with --mirror"
9067 "няма смисъл да се указва основен клон при използване на опцията „--mirror“"
9069 #: builtin/remote.c:177
9070 msgid "specifying branches to track makes sense only with fetch mirrors"
9072 "указването на следени клони е смислено само за отдалечени хранилища, от "
9075 #: builtin/remote.c:187 builtin/remote.c:640
9077 msgid "remote %s already exists."
9078 msgstr "вече съществува отдалечено хранилище с име „%s“."
9080 #: builtin/remote.c:191 builtin/remote.c:644
9082 msgid "'%s' is not a valid remote name"
9083 msgstr "„%s“ е неправилно име за отдалечено хранилище"
9085 #: builtin/remote.c:235
9087 msgid "Could not setup master '%s'"
9088 msgstr "Основният клон „%s“ не може да бъде настроен"
9090 #: builtin/remote.c:335
9092 msgid "Could not get fetch map for refspec %s"
9093 msgstr "Обектите за доставяне за указателя „%s“ не могат да бъдат получени"
9095 #: builtin/remote.c:436 builtin/remote.c:444
9097 msgstr "(съвпадащи)"
9099 #: builtin/remote.c:448
9101 msgstr "(за изтриване)"
9103 #: builtin/remote.c:589 builtin/remote.c:595 builtin/remote.c:601
9105 msgid "Could not append '%s' to '%s'"
9106 msgstr "„%s“ не може да се добави към „%s“"
9108 #: builtin/remote.c:633 builtin/remote.c:792 builtin/remote.c:892
9110 msgid "No such remote: %s"
9111 msgstr "Такова отдалечено хранилище няма: %s"
9113 #: builtin/remote.c:650
9115 msgid "Could not rename config section '%s' to '%s'"
9116 msgstr "Разделът „%s“ в настройките не може да бъде преименуван на „%s“"
9118 #: builtin/remote.c:656 builtin/remote.c:844
9120 msgid "Could not remove config section '%s'"
9121 msgstr "Разделът „%s“ в настройките не може да бъде изтрит"
9124 #: builtin/remote.c:671
9127 "Not updating non-default fetch refspec\n"
9129 "\tPlease update the configuration manually if necessary."
9131 "Нестандартните указатели за доставяне няма да бъдат обновени\n"
9133 " Променете настройките ръчно, ако е необходимо."
9135 #: builtin/remote.c:677
9137 msgid "Could not append '%s'"
9138 msgstr "Разделът „%s“ не може да бъде добавен в настройките"
9140 #: builtin/remote.c:688
9142 msgid "Could not set '%s'"
9143 msgstr "Разделът „%s“ не може да бъде зададен в настройките"
9145 #: builtin/remote.c:710
9147 msgid "deleting '%s' failed"
9148 msgstr "неуспешно изтриване на „%s“"
9150 #: builtin/remote.c:744
9152 msgid "creating '%s' failed"
9153 msgstr "неуспешно създаване на „%s“"
9155 #: builtin/remote.c:763
9157 msgid "Could not remove branch %s"
9158 msgstr "Клонът „%s“ не може да бъде изтрит"
9160 #: builtin/remote.c:830
9162 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9163 "to delete it, use:"
9165 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9166 "to delete them, use:"
9168 "Бележка: Клон извън йерархията „refs/remotes/“ не бе изтрит.\n"
9169 "Изтрийте го чрез командата:"
9171 "Бележка: Няколко клона извън йерархията „refs/remotes/“ не бяха изтрити.\n"
9172 "Изтрийте ги чрез командата:"
9174 #: builtin/remote.c:945
9176 msgid " new (next fetch will store in remotes/%s)"
9177 msgstr " нов (следващото доставяне ще го разположи в „remotes/%s“)"
9179 #: builtin/remote.c:948
9183 #: builtin/remote.c:950
9184 msgid " stale (use 'git remote prune' to remove)"
9185 msgstr " стар (изтрийте чрез „git remote prune“)"
9188 #: builtin/remote.c:952
9190 msgstr " неясно състояние"
9193 #: builtin/remote.c:993
9195 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9197 "неправилен клон за сливане „%s“. Невъзможно е да пребазирате върху повече от "
9200 #: builtin/remote.c:1000
9202 msgid "rebases onto remote %s"
9203 msgstr "пребазиране върху отдалечения клон „%s“"
9205 #: builtin/remote.c:1003
9207 msgid " merges with remote %s"
9208 msgstr " сливане с отдалечения клон „%s“"
9210 #: builtin/remote.c:1004
9211 msgid " and with remote"
9212 msgstr " и с отдалечения клон"
9214 #: builtin/remote.c:1006
9216 msgid "merges with remote %s"
9217 msgstr "сливане с отдалечения клон „%s“"
9219 #: builtin/remote.c:1007
9220 msgid " and with remote"
9221 msgstr " и с отдалечения клон"
9223 #: builtin/remote.c:1053
9227 #: builtin/remote.c:1056
9231 #: builtin/remote.c:1060
9235 #: builtin/remote.c:1063
9236 msgid "fast-forwardable"
9237 msgstr "може да се слее тривиално"
9239 #: builtin/remote.c:1066
9240 msgid "local out of date"
9241 msgstr "локалният е изостанал"
9243 #: builtin/remote.c:1073
9245 msgid " %-*s forces to %-*s (%s)"
9246 msgstr " %-*s принудително изтласква към %-*s (%s)"
9248 #: builtin/remote.c:1076
9250 msgid " %-*s pushes to %-*s (%s)"
9251 msgstr " %-*s изтласква към %-*s (%s)"
9253 #: builtin/remote.c:1080
9255 msgid " %-*s forces to %s"
9256 msgstr " %-*s принудително изтласква към %s"
9258 #: builtin/remote.c:1083
9260 msgid " %-*s pushes to %s"
9261 msgstr " %-*s изтласква към %s"
9263 #: builtin/remote.c:1151
9264 msgid "do not query remotes"
9265 msgstr "без заявки към отдалечените хранилища"
9267 #: builtin/remote.c:1178
9270 msgstr "● отдалечено хранилище „%s“"
9272 #: builtin/remote.c:1179
9274 msgid " Fetch URL: %s"
9275 msgstr " Адрес за доставяне: %s"
9277 #: builtin/remote.c:1180 builtin/remote.c:1331
9279 msgstr "(без адрес)"
9281 # FIXME spaces betwen Push and URL
9282 #: builtin/remote.c:1189 builtin/remote.c:1191
9284 msgid " Push URL: %s"
9285 msgstr " Адрес за изтласкване: %s"
9287 #: builtin/remote.c:1193 builtin/remote.c:1195 builtin/remote.c:1197
9289 msgid " HEAD branch: %s"
9290 msgstr " клон сочен от HEAD: %s"
9292 #: builtin/remote.c:1199
9295 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9297 " клонът сочен от HEAD (клонът указан във файла HEAD от отдалеченото "
9299 " нееднозначен и е някой от следните):\n"
9301 #: builtin/remote.c:1211
9303 msgid " Remote branch:%s"
9304 msgid_plural " Remote branches:%s"
9305 msgstr[0] " Отдалечен клон:%s"
9306 msgstr[1] " Отдалечени клони:%s"
9308 #: builtin/remote.c:1214 builtin/remote.c:1241
9309 msgid " (status not queried)"
9310 msgstr " (състоянието не бе проверено)"
9312 #: builtin/remote.c:1223
9313 msgid " Local branch configured for 'git pull':"
9314 msgid_plural " Local branches configured for 'git pull':"
9315 msgstr[0] " Локален клон настроен за издърпване чрез „git pull“:"
9316 msgstr[1] " Локални клони настроени за издърпване чрез „git pull“:"
9318 #: builtin/remote.c:1231
9319 msgid " Local refs will be mirrored by 'git push'"
9320 msgstr " Локалните указатели ще бъдат пренесени чрез „ push“"
9322 #: builtin/remote.c:1238
9324 msgid " Local ref configured for 'git push'%s:"
9325 msgid_plural " Local refs configured for 'git push'%s:"
9326 msgstr[0] " Локалният указател, настроен за „git push“%s:"
9327 msgstr[1] " Локалните указатели, настроени за „git push“%s:"
9329 #: builtin/remote.c:1259
9330 msgid "set refs/remotes/<name>/HEAD according to remote"
9331 msgstr "задаване на refs/remotes/ИМЕ/HEAD според отдалеченото хранилище"
9333 #: builtin/remote.c:1261
9334 msgid "delete refs/remotes/<name>/HEAD"
9335 msgstr "изтриване на refs/remotes/ИМЕ/HEAD"
9337 #: builtin/remote.c:1276
9338 msgid "Cannot determine remote HEAD"
9339 msgstr "Не може да се установи отдалеченият връх"
9341 #: builtin/remote.c:1278
9342 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9344 "Множество клони с върхове. Изберете изрично някой от тях чрез командата:"
9346 #: builtin/remote.c:1288
9348 msgid "Could not delete %s"
9349 msgstr "„%s“ не може да бъде изтрит"
9351 #: builtin/remote.c:1296
9353 msgid "Not a valid ref: %s"
9354 msgstr "Неправилен указател: %s"
9356 #: builtin/remote.c:1298
9358 msgid "Could not setup %s"
9359 msgstr "„%s“ не може да се настрои"
9361 #: builtin/remote.c:1316
9363 msgid " %s will become dangling!"
9364 msgstr "„%s“ ще се превърне в обект извън клоните!"
9366 #: builtin/remote.c:1317
9368 msgid " %s has become dangling!"
9369 msgstr "„%s“ се превърна в обект извън клоните!"
9371 #: builtin/remote.c:1327
9374 msgstr "Окастряне на „%s“"
9376 #: builtin/remote.c:1328
9381 #: builtin/remote.c:1351
9383 msgid " * [would prune] %s"
9384 msgstr " ● [ще бъде окастрено] %s"
9386 #: builtin/remote.c:1354
9388 msgid " * [pruned] %s"
9389 msgstr " ● [окастрено] %s"
9391 #: builtin/remote.c:1399
9392 msgid "prune remotes after fetching"
9393 msgstr "окастряне на огледалата на отдалечените хранилища след доставяне"
9395 #: builtin/remote.c:1465 builtin/remote.c:1539
9397 msgid "No such remote '%s'"
9398 msgstr "Няма отдалечено хранилище на име „%s“"
9400 #: builtin/remote.c:1485
9402 msgstr "добавяне на клон"
9404 #: builtin/remote.c:1492
9405 msgid "no remote specified"
9406 msgstr "не е указано отдалечено хранилище"
9408 #: builtin/remote.c:1514
9409 msgid "manipulate push URLs"
9410 msgstr "промяна на адресите за изтласкване"
9412 #: builtin/remote.c:1516
9414 msgstr "добавяне на адреси"
9416 #: builtin/remote.c:1518
9418 msgstr "изтриване на адреси"
9420 # FIXME message - incompatible
9421 #: builtin/remote.c:1525
9422 msgid "--add --delete doesn't make sense"
9423 msgstr "опциите „--add“ и „--delete“ са несъвместими"
9425 #: builtin/remote.c:1565
9427 msgid "Invalid old URL pattern: %s"
9428 msgstr "Неправилен (стар) формат за адрес: %s"
9430 #: builtin/remote.c:1573
9432 msgid "No such URL found: %s"
9433 msgstr "Такъв адрес не е открит: %s"
9435 # FIXME CHECK MEANING
9436 #: builtin/remote.c:1575
9437 msgid "Will not delete all non-push URLs"
9438 msgstr "Никой от адресите, които не са за изтласкване, няма да се изтрие"
9440 #: builtin/remote.c:1589
9441 msgid "be verbose; must be placed before a subcommand"
9442 msgstr "повече подробности. Поставя се пред подкоманда"
9444 #: builtin/repack.c:17
9445 msgid "git repack [<options>]"
9446 msgstr "git repack [ОПЦИЯ…]"
9448 #: builtin/repack.c:159
9449 msgid "pack everything in a single pack"
9450 msgstr "пакетиране на всичко в пакет"
9452 #: builtin/repack.c:161
9453 msgid "same as -a, and turn unreachable objects loose"
9455 "същото като опцията „-a“. Допълнително — недостижимите обекти да станат "
9458 #: builtin/repack.c:164
9459 msgid "remove redundant packs, and run git-prune-packed"
9461 "премахване на ненужните пакетирани файлове и изпълнение на командата „git-"
9464 #: builtin/repack.c:166
9465 msgid "pass --no-reuse-delta to git-pack-objects"
9466 msgstr "подаване на опцията „--no-reuse-delta“ на командата „git-pack-objects“"
9468 #: builtin/repack.c:168
9469 msgid "pass --no-reuse-object to git-pack-objects"
9471 "подаване на опцията „--no-reuse-object“ на командата „git-pack-objects“"
9473 #: builtin/repack.c:170
9474 msgid "do not run git-update-server-info"
9475 msgstr "без изпълнение на командата „git-update-server-info“"
9477 #: builtin/repack.c:173
9478 msgid "pass --local to git-pack-objects"
9479 msgstr "подаване на опцията „--local“ на командата „git-pack-objects“"
9481 #: builtin/repack.c:175
9482 msgid "write bitmap index"
9483 msgstr "създаване и записване на индекси на база битови маски"
9485 #: builtin/repack.c:176
9487 msgstr "евристична дата"
9489 #: builtin/repack.c:177
9490 msgid "with -A, do not loosen objects older than this"
9492 "при комбинирането с опцията „-A“ — без разпакетиране на обектите по стари от "
9495 #: builtin/repack.c:179
9496 msgid "size of the window used for delta compression"
9497 msgstr "размер на прозореца за делта компресията"
9499 #: builtin/repack.c:180 builtin/repack.c:184
9503 #: builtin/repack.c:181
9504 msgid "same as the above, but limit memory size instead of entries count"
9506 "същото като горната опция, но ограничението да е по размер на паметта, а не "
9507 "по броя на обектите"
9509 #: builtin/repack.c:183
9510 msgid "limits the maximum delta depth"
9511 msgstr "ограничаване на максималната дълбочина на делтата"
9513 #: builtin/repack.c:185
9514 msgid "maximum size of each packfile"
9515 msgstr "максимален размер на всеки пакет"
9517 #: builtin/repack.c:187
9518 msgid "repack objects in packs marked with .keep"
9519 msgstr "препакетиране на обектите в пакети белязани с „.keep“"
9521 #: builtin/repack.c:377
9523 msgid "removing '%s' failed"
9524 msgstr "неуспешно изтриване на „%s“"
9526 #: builtin/replace.c:19
9527 msgid "git replace [-f] <object> <replacement>"
9528 msgstr "git replace [-f] ОБЕКТ ЗАМЯНА"
9530 #: builtin/replace.c:20
9531 msgid "git replace [-f] --edit <object>"
9532 msgstr "git replace [-f] --edit ОБЕКТ"
9534 #: builtin/replace.c:21
9535 msgid "git replace [-f] --graft <commit> [<parent>...]"
9536 msgstr "git replace [-f] --graft ПОДАВАНЕ [РОДИТЕЛ…]"
9538 #: builtin/replace.c:22
9539 msgid "git replace -d <object>..."
9540 msgstr "git replace -d ОБЕКТ…"
9542 #: builtin/replace.c:23
9543 msgid "git replace [--format=<format>] [-l [<pattern>]]"
9544 msgstr "git replace [--format=ФОРМАТ] [-l [ШАБЛОН]]"
9546 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9548 msgid "Not a valid object name: '%s'"
9549 msgstr "Неправилно име на обект: „%s“"
9551 #: builtin/replace.c:355
9553 msgid "bad mergetag in commit '%s'"
9554 msgstr "етикетът при сливане в подаването „%s“ e неправилен"
9556 #: builtin/replace.c:357
9558 msgid "malformed mergetag in commit '%s'"
9559 msgstr "етикетът при сливане в подаването „%s“ e неправилен"
9561 #: builtin/replace.c:368
9564 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9565 "instead of --graft"
9567 "Първоначалното подаване „%s“ съдържа етикета при сливане „%s“, който е "
9568 "изхвърлен, затова използвайте опцията „--edit“, а не „--graft“."
9570 #: builtin/replace.c:401
9572 msgid "the original commit '%s' has a gpg signature."
9573 msgstr "Първоначалното подаване „%s“ е с подпис на GPG."
9575 #: builtin/replace.c:402
9576 msgid "the signature will be removed in the replacement commit!"
9577 msgstr "Подписът ще бъде премахнат в заменящото подаване!"
9579 #: builtin/replace.c:408
9581 msgid "could not write replacement commit for: '%s'"
9582 msgstr "заменящото подаване за „%s“ не може да бъде записано"
9584 #: builtin/replace.c:432
9585 msgid "list replace refs"
9586 msgstr "извеждане на списъка с указателите за замяна"
9588 #: builtin/replace.c:433
9589 msgid "delete replace refs"
9590 msgstr "изтриване на указателите за замяна"
9592 #: builtin/replace.c:434
9593 msgid "edit existing object"
9594 msgstr "редактиране на съществуващ обект"
9596 #: builtin/replace.c:435
9597 msgid "change a commit's parents"
9598 msgstr "смяна на родителите на подаване"
9600 #: builtin/replace.c:436
9601 msgid "replace the ref if it exists"
9602 msgstr "замяна на указателя, ако съществува"
9604 #: builtin/replace.c:437
9605 msgid "do not pretty-print contents for --edit"
9606 msgstr "без форматирано извеждане на съдържанието — за опцията „--edit“"
9608 #: builtin/replace.c:438
9609 msgid "use this format"
9610 msgstr "използване на този ФОРМАТ"
9612 #: builtin/rerere.c:12
9613 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9614 msgstr "git rerere [clear | forget ПЪТ… | status | remaining | diff | gc]"
9616 #: builtin/rerere.c:57
9617 msgid "register clean resolutions in index"
9618 msgstr "регистриране на чисти корекции на конфликти в индекса"
9620 #: builtin/reset.c:26
9622 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9624 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [ПОДАВАНЕ]"
9626 #: builtin/reset.c:27
9627 msgid "git reset [-q] <tree-ish> [--] <paths>..."
9628 msgstr "git reset [-q] УКАЗАТЕЛ_КЪМ_ДЪРВО [--] ПЪТИЩА…"
9630 #: builtin/reset.c:28
9631 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9632 msgstr "git reset --patch [УКАЗАТЕЛ_КЪМ_ДЪРВО] [--] [ПЪТИЩА…]"
9634 #: builtin/reset.c:34
9636 msgstr "смесено (mixed)"
9638 #: builtin/reset.c:34
9640 msgstr "меко (soft)"
9642 #: builtin/reset.c:34
9644 msgstr "пълно (hard)"
9646 #: builtin/reset.c:34
9648 msgstr "слято (merge)"
9650 #: builtin/reset.c:34
9652 msgstr "запазващо (keep)"
9654 #: builtin/reset.c:74
9655 msgid "You do not have a valid HEAD."
9656 msgstr "Указателят „HEAD“ е повреден."
9658 #: builtin/reset.c:76
9659 msgid "Failed to find tree of HEAD."
9660 msgstr "Дървото, сочено от указателя „HEAD“, не може да бъде открито."
9662 #: builtin/reset.c:82
9664 msgid "Failed to find tree of %s."
9665 msgstr "Дървото, сочено от „%s“, не може да бъде открито."
9667 #: builtin/reset.c:100
9669 msgid "HEAD is now at %s"
9670 msgstr "Указателят „HEAD“ сочи към „%s“"
9672 #: builtin/reset.c:183
9674 msgid "Cannot do a %s reset in the middle of a merge."
9675 msgstr "Не може да се извърши %s зануляване по време на сливане."
9677 #: builtin/reset.c:276
9678 msgid "be quiet, only report errors"
9679 msgstr "по-малко подробности, да се извеждат само грешките"
9681 #: builtin/reset.c:278
9682 msgid "reset HEAD and index"
9683 msgstr "индекса и указателя „HEAD“, без работното дърво"
9685 #: builtin/reset.c:279
9686 msgid "reset only HEAD"
9687 msgstr "само указателя „HEAD“, без индекса и работното дърво"
9690 #: builtin/reset.c:281 builtin/reset.c:283
9691 msgid "reset HEAD, index and working tree"
9692 msgstr "указателя „HEAD“, индекса и работното дърво"
9695 #: builtin/reset.c:285
9696 msgid "reset HEAD but keep local changes"
9697 msgstr "зануляване на указателя „HEAD“, но запазване на локалните промени"
9699 #: builtin/reset.c:288
9700 msgid "record only the fact that removed paths will be added later"
9702 "отбелязване само на факта, че изтритите пътища ще бъдат добавени по-късно"
9704 #: builtin/reset.c:305
9706 msgid "Failed to resolve '%s' as a valid revision."
9707 msgstr "Стойността „%s“ не е разпозната като съществуваща версия."
9709 #: builtin/reset.c:308 builtin/reset.c:316
9711 msgid "Could not parse object '%s'."
9712 msgstr "„%s“ не е разпознат като обект."
9714 #: builtin/reset.c:313
9716 msgid "Failed to resolve '%s' as a valid tree."
9717 msgstr "„%s“ не е разпознат като дърво."
9719 #: builtin/reset.c:322
9720 msgid "--patch is incompatible with --{hard,mixed,soft}"
9722 "опцията „--patch“ е несъвместима с всяка от опциите „--hard/--mixed/--soft“"
9724 #: builtin/reset.c:331
9725 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9727 "опцията „--mixed“ не бива да се използва заедно с пътища. Вместо това "
9728 "изпълнете „git reset -- ПЪТ…“."
9730 #: builtin/reset.c:333
9732 msgid "Cannot do %s reset with paths."
9733 msgstr "Не може да извършите %s зануляване, когато сте задали ПЪТ."
9735 #: builtin/reset.c:343
9737 msgid "%s reset is not allowed in a bare repository"
9738 msgstr "В голо хранилище не може да извършите %s зануляване"
9740 #: builtin/reset.c:347
9741 msgid "-N can only be used with --mixed"
9742 msgstr "Опцията „-N“ е съвместима само с „--mixed“"
9744 #: builtin/reset.c:364
9745 msgid "Unstaged changes after reset:"
9746 msgstr "Промени извън индекса след зануляването:"
9748 #: builtin/reset.c:370
9750 msgid "Could not reset index file to revision '%s'."
9751 msgstr "Индексът не може да бъде занулен към версия „%s“."
9753 #: builtin/reset.c:374
9754 msgid "Could not write new index file."
9755 msgstr "Новият индекс не може да бъде записан."
9757 #: builtin/rev-parse.c:361
9758 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9759 msgstr "git rev-parse --parseopt [ОПЦИЯ…] -- [АРГУМЕНТ…]"
9761 #: builtin/rev-parse.c:366
9762 msgid "keep the `--` passed as an arg"
9763 msgstr "зададеният низ „--“ да се тълкува като аргумент"
9765 #: builtin/rev-parse.c:368
9766 msgid "stop parsing after the first non-option argument"
9767 msgstr "спиране на анализа след първия аргумент, който не е опция"
9769 #: builtin/rev-parse.c:371
9770 msgid "output in stuck long form"
9771 msgstr "изход в дългия формат"
9773 #: builtin/rev-parse.c:499
9775 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
9776 " or: git rev-parse --sq-quote [<arg>...]\n"
9777 " or: git rev-parse [<options>] [<arg>...]\n"
9779 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9781 "git rev-parse --parseopt [ОПЦИЯ…] -- [АРГУМЕНТ…]\n"
9782 " или: git rev-parse --sq-quote [АРГУМЕНТ…]\n"
9783 " или: git rev-parse [ОПЦИЯ…] [АРГУМЕНТ…]\n"
9785 "За повече информация за първия вариант изпълнете „git rev-parse --parseopt -"
9788 #: builtin/revert.c:22
9789 msgid "git revert [<options>] <commit-ish>..."
9790 msgstr "git revert [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ПОДАВАНЕ…"
9792 #: builtin/revert.c:23
9793 msgid "git revert <subcommand>"
9794 msgstr "git revert ПОДКОМАНДА"
9796 #: builtin/revert.c:28
9797 msgid "git cherry-pick [<options>] <commit-ish>..."
9798 msgstr "git cherry-pick [ОПЦИЯ…] УКАЗАТЕЛ_КЪМ_ПОДАВАНЕ…"
9800 #: builtin/revert.c:29
9801 msgid "git cherry-pick <subcommand>"
9802 msgstr "git cherry-pick ПОДКОМАНДА"
9804 #: builtin/revert.c:71
9806 msgid "%s: %s cannot be used with %s"
9807 msgstr "%s: опцията „%s“ е несъвместима с „%s“"
9809 #: builtin/revert.c:80
9810 msgid "end revert or cherry-pick sequence"
9811 msgstr "завършване на поредица от отбирания или отмени на подавания"
9813 #: builtin/revert.c:81
9814 msgid "resume revert or cherry-pick sequence"
9815 msgstr "завършване на поредица от отбирания или отмени на подавания"
9817 #: builtin/revert.c:82
9818 msgid "cancel revert or cherry-pick sequence"
9819 msgstr "отмяна на поредица от отбирания или отмени на подавания"
9821 #: builtin/revert.c:83
9822 msgid "don't automatically commit"
9823 msgstr "без автоматично подаване"
9825 #: builtin/revert.c:84
9826 msgid "edit the commit message"
9827 msgstr "редактиране на съобщението при подаване"
9829 #: builtin/revert.c:87
9830 msgid "parent number"
9831 msgstr "номер на родителя"
9833 #: builtin/revert.c:89
9834 msgid "merge strategy"
9835 msgstr "стратегия на сливане"
9837 #: builtin/revert.c:90
9841 #: builtin/revert.c:91
9842 msgid "option for merge strategy"
9843 msgstr "опция за стратегията на сливане"
9845 #: builtin/revert.c:104
9846 msgid "append commit name"
9847 msgstr "добавяне на името на подаването"
9849 #: builtin/revert.c:105
9850 msgid "allow fast-forward"
9851 msgstr "позволяване на тривиални сливания"
9853 #: builtin/revert.c:106
9854 msgid "preserve initially empty commits"
9855 msgstr "запазване на първоначално празните подавания"
9857 #: builtin/revert.c:107
9858 msgid "allow commits with empty messages"
9859 msgstr "позволяване на празни съобщения при подаване"
9861 #: builtin/revert.c:108
9862 msgid "keep redundant, empty commits"
9863 msgstr "запазване на излишните, празни подавания"
9865 #: builtin/revert.c:112
9866 msgid "program error"
9867 msgstr "грешка в програмата"
9869 #: builtin/revert.c:197
9870 msgid "revert failed"
9871 msgstr "неуспешна отмяна"
9873 #: builtin/revert.c:212
9874 msgid "cherry-pick failed"
9875 msgstr "неуспешно отбиране"
9878 msgid "git rm [<options>] [--] <file>..."
9879 msgstr "git rm [ОПЦИЯ…] [--] ФАЙЛ…"
9883 "the following submodule (or one of its nested submodules)\n"
9884 "uses a .git directory:"
9886 "the following submodules (or one of their nested submodules)\n"
9887 "use a .git directory:"
9889 "следният подмодул или някой от неговите подмодули използват директория на "
9893 "следните подмодули или някои от техните подмодули използват директория на "
9900 "(use 'rm -rf' if you really want to remove it including all of its history)"
9903 "(ако искате да ги изтриете заедно с цялата им история, използвайте „rm -rf“)"
9907 "the following file has staged content different from both the\n"
9908 "file and the HEAD:"
9910 "the following files have staged content different from both the\n"
9911 "file and the HEAD:"
9913 "следният файл е със съдържание в индекса различно от текущото му съдържание "
9915 "различно от съответстващото на HEAD:"
9917 "следните файлове са със съдържание в индекса различно от текущото им "
9919 "различно от съответстващото на HEAD:"
9924 "(use -f to force removal)"
9927 "(за принудително изтриване използвайте опцията „-f“)"
9930 msgid "the following file has changes staged in the index:"
9931 msgid_plural "the following files have changes staged in the index:"
9932 msgstr[0] "следният файл е с променено съдържание в индекса:"
9933 msgstr[1] "следните файлове са с променено съдържание в индекса:"
9935 #: builtin/rm.c:243 builtin/rm.c:254
9938 "(use --cached to keep the file, or -f to force removal)"
9941 "(за запазване на файла използвайте опцията „--cached“, а за принудително\n"
9945 msgid "the following file has local modifications:"
9946 msgid_plural "the following files have local modifications:"
9947 msgstr[0] "следният файл е с променено съдържание"
9948 msgstr[1] "следните файлове са с променено съдържание"
9951 msgid "do not list removed files"
9952 msgstr "да не се извеждат изтритите файлове"
9955 msgid "only remove from the index"
9956 msgstr "изтриване само от индекса"
9959 msgid "override the up-to-date check"
9960 msgstr "въпреки проверката за актуалността на съдържанието"
9963 msgid "allow recursive removal"
9964 msgstr "рекурсивно изтриване"
9967 msgid "exit with a zero status even if nothing matched"
9969 "изходният код да е 0, дори ако никой файл нe e напаснал с шаблона за "
9973 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9975 "За да продължите, или вкарайте промените по файла „.gitmodules“ в индекса,\n"
9980 msgid "not removing '%s' recursively without -r"
9981 msgstr "без използването на опцията „-r“ „%s“ няма да се изтрие рекурсивно"
9985 msgid "git rm: unable to remove %s"
9986 msgstr "git rm: „%s“ не може да се изтрие"
9988 #: builtin/shortlog.c:13
9989 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9990 msgstr "git shortlog [ОПЦИЯ…] [ДИАПАЗОН_НА_ВЕРСИИТЕ] [[--] [ПЪТ…]]"
9992 #: builtin/shortlog.c:131
9994 msgid "Missing author: %s"
9995 msgstr "Авторът липсва: %s"
9997 #: builtin/shortlog.c:230
9998 msgid "sort output according to the number of commits per author"
9999 msgstr "подредба на подаванията по броя подавания от автор"
10001 #: builtin/shortlog.c:232
10002 msgid "Suppress commit descriptions, only provides commit count"
10003 msgstr "Без описания на подаванията — да се показва само броя подавания"
10005 #: builtin/shortlog.c:234
10006 msgid "Show the email address of each author"
10007 msgstr "Извеждане на адреса на е-поща за всеки автор"
10009 # FIXME why is this so short
10010 #: builtin/shortlog.c:235
10011 msgid "w[,i1[,i2]]"
10012 msgstr "ШИРОЧИНА[,ОТСТЪП_1[,ОТСТЪП_2]]"
10014 #: builtin/shortlog.c:236
10015 msgid "Linewrap output"
10017 "Пренасяне на редовете до тази обща ШИРОЧИНА (76), с ОТСТЪП_1 (6) за първия "
10018 "ред и ОТСТЪП_2 (9) за останалите"
10020 #: builtin/show-branch.c:9
10022 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
10023 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
10024 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
10025 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
10027 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
10028 " [--current] [--color[=КОГА] | --no-color] [--sparse]\n"
10029 " [--more=БРОЙ | --list | --independent | --merge-base]\n"
10030 " [--no-name | --sha1-name] [--topics] [(РЕВИЗИЯ | УКАЗАТЕЛ)…]"
10032 #: builtin/show-branch.c:13
10033 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
10034 msgstr "git show-branch (-g | --reflog)[=БРОЙ[,БАЗА]] [--list] [УКАЗАТЕЛ]"
10036 #: builtin/show-branch.c:659
10037 msgid "show remote-tracking and local branches"
10038 msgstr "извеждане на следящите и локалните клони"
10040 #: builtin/show-branch.c:661
10041 msgid "show remote-tracking branches"
10042 msgstr "извеждане на следящите клони"
10044 #: builtin/show-branch.c:663
10045 msgid "color '*!+-' corresponding to the branch"
10046 msgstr "оцветяване на „*!+-“ според клоните"
10048 #: builtin/show-branch.c:665
10049 msgid "show <n> more commits after the common ancestor"
10050 msgstr "извеждане на такъв БРОЙ подавания от общия предшественик"
10052 #: builtin/show-branch.c:667
10053 msgid "synonym to more=-1"
10054 msgstr "синоним на „more=-1“"
10056 #: builtin/show-branch.c:668
10057 msgid "suppress naming strings"
10058 msgstr "без низове за имената на клоните"
10060 #: builtin/show-branch.c:670
10061 msgid "include the current branch"
10062 msgstr "включване и на текущия клон"
10064 #: builtin/show-branch.c:672
10065 msgid "name commits with their object names"
10066 msgstr "именуване на подаванията с имената им на обекти"
10068 #: builtin/show-branch.c:674
10069 msgid "show possible merge bases"
10070 msgstr "извеждане на възможните бази за сливания"
10072 #: builtin/show-branch.c:676
10073 msgid "show refs unreachable from any other ref"
10074 msgstr "извеждане на недостижимите указатели"
10076 #: builtin/show-branch.c:678
10077 msgid "show commits in topological order"
10078 msgstr "извеждане на подаванията в топологическа подредба"
10080 #: builtin/show-branch.c:681
10081 msgid "show only commits not on the first branch"
10082 msgstr "извеждане само на подаванията, които не са от първия клон"
10084 #: builtin/show-branch.c:683
10085 msgid "show merges reachable from only one tip"
10086 msgstr "извеждане на сливанията, които могат да се достигнат само от един връх"
10088 #: builtin/show-branch.c:685
10089 msgid "topologically sort, maintaining date order where possible"
10091 "топологическа подредба, при запазване на подредбата по дата, доколкото е\n"
10094 #: builtin/show-branch.c:688
10095 msgid "<n>[,<base>]"
10096 msgstr "БРОЙ[,БАЗА]"
10098 #: builtin/show-branch.c:689
10099 msgid "show <n> most recent ref-log entries starting at base"
10100 msgstr "показване на най-много БРОЙ журнални записа с начало съответната БАЗА"
10103 #: builtin/show-ref.c:10
10105 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10106 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10108 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10109 "hash[=ЧИСЛО]] [--abbrev[=ЧИСЛО]] [--tags] [--heads] [--] [ШАБЛОН…]"
10111 # FIXME pattern & ref-list must be in <>
10112 #: builtin/show-ref.c:11
10113 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
10114 msgstr "git show-ref --exclude-existing[=ШАБЛОН] < СПИСЪК_С_УКАЗАТЕЛИ"
10116 #: builtin/show-ref.c:170
10117 msgid "only show tags (can be combined with heads)"
10118 msgstr "извеждане на етикетите (може да се комбинира с върховете)"
10120 #: builtin/show-ref.c:171
10121 msgid "only show heads (can be combined with tags)"
10122 msgstr "извеждане на върховете (може да се комбинира с етикетите)"
10124 #: builtin/show-ref.c:172
10125 msgid "stricter reference checking, requires exact ref path"
10126 msgstr "строга проверка на указателите, изисква се указател с пълен път"
10128 #: builtin/show-ref.c:175 builtin/show-ref.c:177
10129 msgid "show the HEAD reference, even if it would be filtered out"
10130 msgstr "задължително извеждане и на указателя HEAD"
10132 #: builtin/show-ref.c:179
10133 msgid "dereference tags into object IDs"
10134 msgstr "да се извеждат идентификаторите на обектите-етикети"
10136 #: builtin/show-ref.c:181
10137 msgid "only show SHA1 hash using <n> digits"
10138 msgstr "извеждане само на този БРОЙ цифри от всяка сума по SHA1"
10140 #: builtin/show-ref.c:185
10141 msgid "do not print results to stdout (useful with --verify)"
10143 "без извеждане на резултатите на стандартния вход (полезно с опцията „--"
10146 #: builtin/show-ref.c:187
10147 msgid "show refs from stdin that aren't in local repository"
10149 "извеждане на указателите приети от стандартния вход, които липсват в "
10150 "локалното хранилище"
10152 #: builtin/symbolic-ref.c:7
10153 msgid "git symbolic-ref [<options>] <name> [<ref>]"
10154 msgstr "git symbolic-ref [ОПЦИЯ…] ИМЕ [УКАЗАТЕЛ]"
10156 #: builtin/symbolic-ref.c:8
10157 msgid "git symbolic-ref -d [-q] <name>"
10158 msgstr "git symbolic-ref -d [-q] ИМЕ"
10160 #: builtin/symbolic-ref.c:40
10161 msgid "suppress error message for non-symbolic (detached) refs"
10162 msgstr "без извеждане на грешка за несвързани (несимволни) указатели"
10164 #: builtin/symbolic-ref.c:41
10165 msgid "delete symbolic ref"
10166 msgstr "изтриване на символен указател"
10168 #: builtin/symbolic-ref.c:42
10169 msgid "shorten ref output"
10170 msgstr "кратка информация за указателя"
10172 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
10176 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
10177 msgid "reason of the update"
10178 msgstr "причина за обновяването"
10180 #: builtin/tag.c:22
10182 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10185 "git tag [-a | -s | -u ИДЕНТИФИКАТОР_НА_КЛЮЧ] [-f] [-m СЪОБЩЕНИЕ | -F ФАЙЛ] "
10188 #: builtin/tag.c:23
10189 msgid "git tag -d <tagname>..."
10190 msgstr "git tag -d ЕТИКЕТ…"
10193 #: builtin/tag.c:24
10195 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
10196 "\t\t[<pattern>...]"
10198 "git tag -l [-nБРОЙ] [--contains ПОДАВАНЕ] [--points-at ОБЕКТ] \n"
10201 #: builtin/tag.c:26
10202 msgid "git tag -v <tagname>..."
10203 msgstr "git tag -v ЕТИКЕТ…"
10205 #: builtin/tag.c:69
10207 msgid "malformed object at '%s'"
10208 msgstr "обект със сгрешен формат при „%s“"
10210 #: builtin/tag.c:301
10212 msgid "tag name too long: %.*s..."
10213 msgstr "името на етикета е твърде дълго: „%.*s“…"
10215 #: builtin/tag.c:306
10217 msgid "tag '%s' not found."
10218 msgstr "етикетът „%s“ не е открит."
10220 #: builtin/tag.c:321
10222 msgid "Deleted tag '%s' (was %s)\n"
10223 msgstr "Изтрит е етикетът „%s“ (бе „%s“)\n"
10225 #: builtin/tag.c:333
10227 msgid "could not verify the tag '%s'"
10228 msgstr "етикетът „%s“ не може да бъде проверен"
10230 #: builtin/tag.c:343
10234 "Write a message for tag:\n"
10236 "Lines starting with '%c' will be ignored.\n"
10239 "Въведете съобщение за етикета.\n"
10241 "Редовете, които започват с „%c“, ще бъдат пропуснати.\n"
10243 #: builtin/tag.c:347
10247 "Write a message for tag:\n"
10249 "Lines starting with '%c' will be kept; you may remove them yourself if you "
10253 "Въведете съобщение за етикет.\n"
10255 "Редовете, които започват с „%c“, също ще бъдат включени — може да ги "
10258 #: builtin/tag.c:371
10260 msgid "unsupported sort specification '%s'"
10261 msgstr "зададена е неподдържана подредба „%s“"
10263 #: builtin/tag.c:373
10265 msgid "unsupported sort specification '%s' in variable '%s'"
10266 msgstr "зададена е неподдържана подредба „%s“ в променливата „%s“"
10268 #: builtin/tag.c:428
10269 msgid "unable to sign the tag"
10270 msgstr "етикетът не може да бъде подписан"
10272 #: builtin/tag.c:430
10273 msgid "unable to write tag file"
10274 msgstr "файлът за етикета не може да бъде запазен"
10276 #: builtin/tag.c:455
10277 msgid "bad object type."
10278 msgstr "неправилен вид обект."
10280 #: builtin/tag.c:468
10281 msgid "tag header too big."
10282 msgstr "заглавната част на етикета е прекалено дълга."
10284 # FIXME - why the ? - either we need to specify or not or it is good to specify
10285 #: builtin/tag.c:504
10286 msgid "no tag message?"
10287 msgstr "липсва съобщение за етикета"
10289 #: builtin/tag.c:510
10291 msgid "The tag message has been left in %s\n"
10292 msgstr "Съобщението за етикета е запазено във файла „%s“\n"
10294 # FIXME - the name of the option '--points-at'
10295 #: builtin/tag.c:559
10296 msgid "switch 'points-at' requires an object"
10297 msgstr "опцията „--points-at“ изисква аргумент-обект"
10299 #: builtin/tag.c:561
10301 msgid "malformed object name '%s'"
10302 msgstr "неправилно име на обект „%s“"
10304 #: builtin/tag.c:589
10305 msgid "list tag names"
10306 msgstr "извеждане на имената на етикетите"
10308 #: builtin/tag.c:591
10309 msgid "print <n> lines of each tag message"
10310 msgstr "извеждане на този БРОЙ редове от всяко съобщение за етикет"
10312 #: builtin/tag.c:593
10313 msgid "delete tags"
10314 msgstr "изтриване на етикети"
10316 #: builtin/tag.c:594
10317 msgid "verify tags"
10318 msgstr "проверка на етикети"
10320 #: builtin/tag.c:596
10321 msgid "Tag creation options"
10322 msgstr "Опции при създаването на етикети"
10324 #: builtin/tag.c:598
10325 msgid "annotated tag, needs a message"
10326 msgstr "анотирането на етикети изисква съобщение"
10328 #: builtin/tag.c:600
10329 msgid "tag message"
10330 msgstr "съобщение за етикет"
10332 #: builtin/tag.c:602
10333 msgid "annotated and GPG-signed tag"
10334 msgstr "анотиран етикет с подпис по GPG"
10336 #: builtin/tag.c:606
10337 msgid "use another key to sign the tag"
10338 msgstr "използване на друг ключ за подписването на етикет"
10340 #: builtin/tag.c:607
10341 msgid "replace the tag if exists"
10342 msgstr "замяна на етикета, ако съществува"
10344 #: builtin/tag.c:609
10345 msgid "Tag listing options"
10346 msgstr "Опции за извеждането на етикети"
10348 #: builtin/tag.c:610
10349 msgid "show tag list in columns"
10350 msgstr "извеждане на списъка на етикетите по колони"
10352 #: builtin/tag.c:612
10354 msgstr "подреждане на етикетите"
10356 #: builtin/tag.c:617 builtin/tag.c:623
10357 msgid "print only tags that contain the commit"
10358 msgstr "извеждане само на етикетите, които съдържат подаването"
10360 #: builtin/tag.c:629
10361 msgid "print only tags of the object"
10362 msgstr "извеждане само на етикетите на обекта"
10364 #: builtin/tag.c:655
10365 msgid "--column and -n are incompatible"
10366 msgstr "Опциите „--column“ и „-n“ са несъвместими"
10368 #: builtin/tag.c:667
10369 msgid "--sort and -n are incompatible"
10370 msgstr "Опциите „--long“ и „-n“ са несъвместими"
10372 #: builtin/tag.c:674
10373 msgid "-n option is only allowed with -l."
10374 msgstr "Опцията „-n“ изисква опцията „-l“."
10376 #: builtin/tag.c:676
10377 msgid "--contains option is only allowed with -l."
10378 msgstr "Опцията „-contains“ изисква опцията „-l“."
10380 #: builtin/tag.c:678
10381 msgid "--points-at option is only allowed with -l."
10382 msgstr "Опцията „-points-at“ изисква опцията „-l“."
10384 # FIXME message pattern
10385 #: builtin/tag.c:686
10386 msgid "only one -F or -m option is allowed."
10387 msgstr "Опциите „-F“ и „-m“ са несъвместими."
10389 #: builtin/tag.c:706
10390 msgid "too many params"
10391 msgstr "Прекалено много аргументи"
10393 #: builtin/tag.c:712
10395 msgid "'%s' is not a valid tag name."
10396 msgstr "„%s“ е неправилно име за етикет."
10398 #: builtin/tag.c:717
10400 msgid "tag '%s' already exists"
10401 msgstr "етикетът „%s“ вече съществува"
10403 #: builtin/tag.c:741
10405 msgid "Updated tag '%s' (was %s)\n"
10406 msgstr "Обновен етикет „%s“ (бе „%s“)\n"
10408 #: builtin/unpack-objects.c:489
10409 msgid "Unpacking objects"
10410 msgstr "Разпакетиране на обектите"
10412 #: builtin/update-index.c:70
10414 msgid "failed to create directory %s"
10415 msgstr "директорията „%s“ не може да бъде създадена"
10417 #: builtin/update-index.c:76
10419 msgid "failed to stat %s"
10420 msgstr "не може да бъде получена информация чрез „stat“ за „%s“"
10422 #: builtin/update-index.c:86
10424 msgid "failed to create file %s"
10425 msgstr "файлът „%s“ не може да бъде създаден"
10427 #: builtin/update-index.c:94
10429 msgid "failed to delete file %s"
10430 msgstr "файлът „%s“ не може да бъде изтрит"
10432 #: builtin/update-index.c:101 builtin/update-index.c:203
10434 msgid "failed to delete directory %s"
10435 msgstr "директорията „%s“ не може да бъде изтрита"
10437 #: builtin/update-index.c:124
10442 #: builtin/update-index.c:136
10443 msgid "directory stat info does not change after adding a new file"
10445 "информацията получена чрез „stat“ за директорията не се променя след "
10446 "добавянето на нов файл"
10448 #: builtin/update-index.c:149
10449 msgid "directory stat info does not change after adding a new directory"
10451 "информацията получена чрез „stat“ за директорията не се променя след "
10452 "добавянето на нова директория"
10454 #: builtin/update-index.c:162
10455 msgid "directory stat info changes after updating a file"
10457 "информацията получена чрез „stat“ за директорията се променя след "
10458 "обновяването на нов файл"
10460 #: builtin/update-index.c:173
10461 msgid "directory stat info changes after adding a file inside subdirectory"
10463 "информацията получена чрез „stat“ за директорията се променя след добавянето "
10464 "на файл в поддиректория"
10466 #: builtin/update-index.c:184
10467 msgid "directory stat info does not change after deleting a file"
10469 "информацията получена чрез „stat“ за директорията не се променя след "
10470 "изтриването на файл"
10472 #: builtin/update-index.c:197
10473 msgid "directory stat info does not change after deleting a directory"
10475 "информацията получена чрез „stat“ за директорията не се променя след "
10476 "изтриването на директория"
10478 #: builtin/update-index.c:204
10482 #: builtin/update-index.c:564
10483 msgid "git update-index [<options>] [--] [<file>...]"
10484 msgstr "git update-index [ОПЦИЯ…] [--] [ФАЙЛ…]"
10486 #: builtin/update-index.c:918
10487 msgid "continue refresh even when index needs update"
10489 "продължаване с обновяването, дори когато индексът трябва да бъде обновен"
10491 #: builtin/update-index.c:921
10492 msgid "refresh: ignore submodules"
10493 msgstr "подмодулите да се игнорират при обновяването"
10495 #: builtin/update-index.c:924
10496 msgid "do not ignore new files"
10497 msgstr "новите файлове да не се игнорират"
10499 #: builtin/update-index.c:926
10500 msgid "let files replace directories and vice-versa"
10501 msgstr "файлове да могат да заменят директории и обратно"
10503 #: builtin/update-index.c:928
10504 msgid "notice files missing from worktree"
10505 msgstr "предупреждаване при липсващи в работното дърво файлове"
10507 #: builtin/update-index.c:930
10508 msgid "refresh even if index contains unmerged entries"
10509 msgstr "обновяване дори и индексът да съдържа неслети обекти"
10511 #: builtin/update-index.c:933
10512 msgid "refresh stat information"
10513 msgstr "обновяване на информацията от функцията „stat“"
10515 #: builtin/update-index.c:937
10516 msgid "like --refresh, but ignore assume-unchanged setting"
10518 "като опцията „--refresh“, но да се проверят и обектите, които са били приети "
10521 #: builtin/update-index.c:941
10522 msgid "<mode>,<object>,<path>"
10523 msgstr "РЕЖИМ,ОБЕКТ,ПЪТ"
10525 #: builtin/update-index.c:942
10526 msgid "add the specified entry to the index"
10527 msgstr "добавяне на изброените обекти към индекса"
10529 #: builtin/update-index.c:946
10533 #: builtin/update-index.c:947
10534 msgid "override the executable bit of the listed files"
10535 msgstr "изрично задаване на стойността на флага дали файлът е изпълним"
10537 #: builtin/update-index.c:951
10538 msgid "mark files as \"not changing\""
10539 msgstr "задаване на флаг, че файлът не се променя"
10541 #: builtin/update-index.c:954
10542 msgid "clear assumed-unchanged bit"
10543 msgstr "изчистване на флага, че файлът не се променя"
10545 #: builtin/update-index.c:957
10546 msgid "mark files as \"index-only\""
10547 msgstr "задаване на флаг, че файловете са само за индекса"
10549 #: builtin/update-index.c:960
10550 msgid "clear skip-worktree bit"
10551 msgstr "изчистване на флага, че файловете са само за индекса"
10553 #: builtin/update-index.c:963
10554 msgid "add to index only; do not add content to object database"
10555 msgstr "добавяне само към индекса без добавяне към базата от данни за обектите"
10557 #: builtin/update-index.c:965
10558 msgid "remove named paths even if present in worktree"
10559 msgstr "изтриване на указаните пътища, дори и да съществуват в работното дърво"
10561 #: builtin/update-index.c:967
10562 msgid "with --stdin: input lines are terminated by null bytes"
10564 "при комбиниране с опцията „--stdin“ — входните редове са разделени с нулевия "
10567 #: builtin/update-index.c:969
10568 msgid "read list of paths to be updated from standard input"
10569 msgstr "изчитане на списъка с пътища за обновяване от стандартния вход"
10571 #: builtin/update-index.c:973
10572 msgid "add entries from standard input to the index"
10573 msgstr "добавяне на елементите от стандартния вход към индекса"
10575 #: builtin/update-index.c:977
10576 msgid "repopulate stages #2 and #3 for the listed paths"
10578 "възстановяване на състоянието преди сливане или нужда от обновяване за "
10579 "изброените пътища"
10581 #: builtin/update-index.c:981
10582 msgid "only update entries that differ from HEAD"
10583 msgstr "добавяне само на съдържанието, което се различава от това в „HEAD“"
10585 #: builtin/update-index.c:985
10586 msgid "ignore files missing from worktree"
10587 msgstr "игнориране на файловете, които липсват в работното дърво"
10589 #: builtin/update-index.c:988
10590 msgid "report actions to standard output"
10591 msgstr "извеждане на действията на стандартния изход"
10593 #: builtin/update-index.c:990
10594 msgid "(for porcelains) forget saved unresolved conflicts"
10596 "забравяне на записаната информация за неразрешени конфликти — за командите "
10597 "от потребителско ниво"
10599 #: builtin/update-index.c:994
10600 msgid "write index in this format"
10601 msgstr "записване на индекса в този формат"
10603 #: builtin/update-index.c:996
10604 msgid "enable or disable split index"
10605 msgstr "включване или изключване на разделянето на индекса"
10607 #: builtin/update-index.c:998
10608 msgid "enable/disable untracked cache"
10609 msgstr "включване/изключване на кеша за неследените файлове"
10611 #: builtin/update-index.c:1000
10612 msgid "enable untracked cache without testing the filesystem"
10614 "включване на кеша за неследените файлове без проверка на файловата система"
10616 #: builtin/update-ref.c:9
10617 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10618 msgstr "git update-ref [ОПЦИЯ…] -d ИМЕ_НА_УКАЗАТЕЛ [СТАРА_СТОЙНОСТ]"
10620 # FIXME spaces - not needed in original
10621 #: builtin/update-ref.c:10
10622 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
10623 msgstr "git update-ref [ОПЦИЯ…] ИМЕ_НА_УКАЗАТЕЛ НОВА_СТОЙНОСТ [СТАРА_СТОЙНОСТ]"
10625 #: builtin/update-ref.c:11
10626 msgid "git update-ref [<options>] --stdin [-z]"
10627 msgstr "git update-ref [ОПЦИЯ…] --stdin [-z]"
10629 #: builtin/update-ref.c:359
10630 msgid "delete the reference"
10631 msgstr "изтриване на указателя"
10633 #: builtin/update-ref.c:361
10634 msgid "update <refname> not the one it points to"
10635 msgstr "обновяване на ИМЕто_НА_УКАЗАТЕЛя, а не това, към което сочи"
10637 #: builtin/update-ref.c:362
10638 msgid "stdin has NUL-terminated arguments"
10640 "някои от елементите подадени на стандартния вход завършват с нулевия знак "
10643 #: builtin/update-ref.c:363
10644 msgid "read updates from stdin"
10645 msgstr "изчитане на указателите от стандартния вход"
10647 #: builtin/update-server-info.c:6
10648 msgid "git update-server-info [--force]"
10649 msgstr "git update-server-info [--force]"
10651 #: builtin/update-server-info.c:14
10652 msgid "update the info files from scratch"
10653 msgstr "обновяване на информационните файлове от нулата"
10655 #: builtin/verify-commit.c:17
10656 msgid "git verify-commit [-v | --verbose] <commit>..."
10657 msgstr "git verify-tag [-v | --verbose] ПОДАВАНЕ…"
10659 #: builtin/verify-commit.c:75
10660 msgid "print commit contents"
10661 msgstr "извеждане на съдържанието на подаването"
10663 #: builtin/verify-pack.c:54
10664 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10665 msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] ПАКЕТ…"
10667 #: builtin/verify-pack.c:64
10669 msgstr "извеждане на подробна информация"
10671 #: builtin/verify-pack.c:66
10672 msgid "show statistics only"
10673 msgstr "извеждане само на статистиката"
10675 #: builtin/verify-tag.c:17
10676 msgid "git verify-tag [-v | --verbose] <tag>..."
10677 msgstr "git verify-tag [-v | --verbose] ЕТИКЕТ…"
10679 #: builtin/verify-tag.c:73
10680 msgid "print tag contents"
10681 msgstr "извеждане на съдържанието на ЕТИКЕТи"
10683 #: builtin/worktree.c:11
10684 msgid "git worktree add [<options>] <path> <branch>"
10685 msgstr "git worktree add [ОПЦИЯ…] ПЪТ КЛОН"
10687 #: builtin/worktree.c:12
10688 msgid "git worktree prune [<options>]"
10689 msgstr "git worktree prune [ОПЦИЯ…]"
10691 #: builtin/worktree.c:27
10693 msgid "Removing worktrees/%s: not a valid directory"
10694 msgstr "Изтриване на „worktrees/%s“: не е правилна поддиректория"
10696 #: builtin/worktree.c:33
10698 msgid "Removing worktrees/%s: gitdir file does not exist"
10699 msgstr "Изтриване на „worktrees/%s“: файлът „gitdir“ не съществува"
10701 #: builtin/worktree.c:38
10703 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10705 "Изтриване на „worktrees/%s“: файлът „gitdir“ (%s) не може да бъде прочетен"
10707 #: builtin/worktree.c:49
10709 msgid "Removing worktrees/%s: invalid gitdir file"
10710 msgstr "Изтриване на „worktrees/%s“: неправилен файл „gitdir“"
10712 #: builtin/worktree.c:65
10714 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10716 "Изтриване на „worktrees/%s“: файлът „gitdir“ сочи несъществуващо "
10719 #: builtin/worktree.c:100
10721 msgid "failed to remove: %s"
10722 msgstr "„%s“ не може да се изтрие"
10724 #: builtin/worktree.c:186
10726 msgid "'%s' already exists"
10727 msgstr "„%s“ вече съществува"
10729 #: builtin/worktree.c:207
10731 msgid "could not create directory of '%s'"
10732 msgstr "директорията „%s“ не може да бъде създадена"
10734 #: builtin/worktree.c:241
10735 msgid "unable to resolve HEAD"
10736 msgstr "соченото от указателя „HEAD“ не може да бъде открито"
10738 #: builtin/worktree.c:249
10740 msgid "Enter %s (identifier %s)"
10741 msgstr "Въведете %s (идентификатор %s)"
10743 #: builtin/worktree.c:281
10744 msgid "checkout <branch> even if already checked out in other worktree"
10745 msgstr "Изтегляне КЛОНа, дори и да е изтеглен в друго работно дърво"
10747 #: builtin/worktree.c:283
10748 msgid "create a new branch"
10749 msgstr "създаване на нов клон"
10751 #: builtin/worktree.c:285
10752 msgid "create or reset a branch"
10753 msgstr "създаване или зануляване на клони"
10755 #: builtin/worktree.c:286
10756 msgid "detach HEAD at named commit"
10757 msgstr "отделяне на указателя „HEAD“ към указаното подаване"
10759 #: builtin/worktree.c:292
10760 msgid "-b and -B are mutually exclusive"
10761 msgstr "опциите „-b“ и „-B“ са несъвместими"
10763 #: builtin/write-tree.c:13
10764 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10765 msgstr "git write-tree [--missing-ok] [--prefix=ПРЕФИКС/]"
10767 #: builtin/write-tree.c:26
10771 #: builtin/write-tree.c:27
10772 msgid "write tree object for a subdirectory <prefix>"
10773 msgstr "запис на обект-дърво за поддиректорията започваща с тази ПРЕФИКС"
10775 #: builtin/write-tree.c:30
10776 msgid "only useful for debugging"
10777 msgstr "само за изчистване на грешки"
10779 #: credential-cache--daemon.c:267
10780 msgid "print debugging messages to stderr"
10781 msgstr "извеждане на съобщенията за трасиране на стандартната грешка"
10785 "'git help -a' and 'git help -g' list available subcommands and some\n"
10786 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
10787 "to read about a specific subcommand or concept."
10789 "„git help -a“ извежда наличните подкоманди, а „git help -g“ извежда "
10791 "ръководства. За помощ за специфична КОМАНДА ползвайте „git help КОМАНДА“, а "
10793 "някое определено ПОНЯТИЕ използвайте „git help ПОНЯТИЕ“."
10795 #: common-cmds.h:10
10796 msgid "start a working area (see also: git help tutorial)"
10797 msgstr "създаване на работно дърво (погледнете: „git help tutorial“)"
10799 #: common-cmds.h:11
10800 msgid "work on the current change (see also: git help everyday)"
10801 msgstr "работа по текущата промяна (погледнете: „git help everyday“)"
10803 #: common-cmds.h:12
10804 msgid "examine the history and state (see also: git help revisions)"
10805 msgstr "преглед на историята и състоянието (погледнете: „git help revisions“)"
10807 #: common-cmds.h:13
10808 msgid "grow, mark and tweak your common history"
10809 msgstr "увеличаване, отбелязване и промяна на общата история"
10811 #: common-cmds.h:14
10812 msgid "collaborate (see also: git help workflows)"
10813 msgstr "съвместна работа (погледнете: „git help workflows“)"
10815 #: common-cmds.h:18
10816 msgid "Add file contents to the index"
10817 msgstr "Добавяне на съдържанието на файла към индекса"
10819 #: common-cmds.h:19
10820 msgid "Find by binary search the change that introduced a bug"
10821 msgstr "Двоично търсене на промяната, която е причинила грешка"
10823 # FIXME - should be similar to tag
10824 #: common-cmds.h:20
10825 msgid "List, create, or delete branches"
10826 msgstr "Извеждане, създаване, изтриване на клони"
10828 #: common-cmds.h:21
10829 msgid "Switch branches or restore working tree files"
10831 "Преминаване към друг клон или възстановяване на файловете в работното дърво"
10833 #: common-cmds.h:22
10834 msgid "Clone a repository into a new directory"
10835 msgstr "Клониране на хранилище в нова директория"
10837 #: common-cmds.h:23
10838 msgid "Record changes to the repository"
10839 msgstr "Подаване на промени в хранилището"
10841 #: common-cmds.h:24
10842 msgid "Show changes between commits, commit and working tree, etc"
10843 msgstr "Извеждане на разликите между подаванията, версиите, работното дърво"
10845 #: common-cmds.h:25
10846 msgid "Download objects and refs from another repository"
10847 msgstr "Изтегляне на обекти и указатели от друго хранилище"
10849 #: common-cmds.h:26
10850 msgid "Print lines matching a pattern"
10851 msgstr "Извеждане на редовете напасващи на шаблон"
10853 #: common-cmds.h:27
10854 msgid "Create an empty Git repository or reinitialize an existing one"
10855 msgstr "Създаване на празно хранилище на Git или зануляване на съществуващо"
10857 #: common-cmds.h:28
10858 msgid "Show commit logs"
10859 msgstr "Извеждане на журнала с подаванията"
10861 #: common-cmds.h:29
10862 msgid "Join two or more development histories together"
10863 msgstr "Сливане на две или повече поредици/истории от промени"
10865 #: common-cmds.h:30
10866 msgid "Move or rename a file, a directory, or a symlink"
10867 msgstr "Преместване или преименуване на файл, директория или символна връзка"
10869 #: common-cmds.h:31
10870 msgid "Fetch from and integrate with another repository or a local branch"
10871 msgstr "Доставяне и интегрирането на промените от друго хранилище или клон"
10873 #: common-cmds.h:32
10874 msgid "Update remote refs along with associated objects"
10875 msgstr "Обновяване на отдалечените указатели и свързаните с тях обекти"
10877 #: common-cmds.h:33
10878 msgid "Forward-port local commits to the updated upstream head"
10879 msgstr "Пребазиране на промени към нова основа"
10881 #: common-cmds.h:34
10882 msgid "Reset current HEAD to the specified state"
10883 msgstr "Привеждане на указателя „HEAD“ към зададеното състояние"
10885 #: common-cmds.h:35
10886 msgid "Remove files from the working tree and from the index"
10887 msgstr "Изтриване на файлове от работното дърво и индекса"
10889 #: common-cmds.h:36
10890 msgid "Show various types of objects"
10891 msgstr "Извеждане на различните видове обекти в Git"
10893 #: common-cmds.h:37
10894 msgid "Show the working tree status"
10895 msgstr "Извеждане на състоянието на работното дърво"
10897 # FIXME - should be similar to branch
10898 #: common-cmds.h:38
10899 msgid "Create, list, delete or verify a tag object signed with GPG"
10900 msgstr "Извеждане, създаване, изтриване, проверка на етикети подписани с GPG"
10902 #: parse-options.h:142
10903 msgid "expiry-date"
10904 msgstr "период на валидност/запазване"
10906 #: parse-options.h:157
10907 msgid "no-op (backward compatibility)"
10908 msgstr "нулева операция (за съвместимост с предишни версии)"
10910 #: parse-options.h:231
10911 msgid "be more verbose"
10912 msgstr "повече подробности"
10914 #: parse-options.h:233
10915 msgid "be more quiet"
10916 msgstr "по-малко подробности"
10918 # FIXME SHA-1 -> SHA1
10919 #: parse-options.h:239
10920 msgid "use <n> digits to display SHA-1s"
10921 msgstr "да се показват такъв БРОЙ цифри от сумите по SHA1"
10924 msgid "update the index with reused conflict resolution if possible"
10926 "при възможност преизползване на решението на конфликта за обновяване на "
10930 msgid "You need to set your committer info first"
10931 msgstr "Първо трябва да зададете информация за себе си"
10935 "You seem to have moved HEAD since the last 'am' failure.\n"
10936 "Not rewinding to ORIG_HEAD"
10938 "Изглежда указателят „HEAD“ е променен и не сочи към същия обект както по "
10940 "на последното неуспешно изпълнение на „git am“. Указателят се задава да сочи "
10947 "When you have resolved this problem, run \"$cmdline --continue\".\n"
10948 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
10949 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
10951 "След коригирането на този проблем изпълнете командата „$cmdline --"
10953 "За да прескочите тази кръпка, изпълнете командата „$cmdline --skip“.\n"
10954 "За да възстановите първоначалното състояние и да преустановите прилагането "
10956 "кръпки, изпълнете командата „$cmdline --abort“."
10959 msgid "Cannot fall back to three-way merge."
10960 msgstr "Не може да се премине към тройно сливане."
10963 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
10965 "В хранилището липсват необходимите обекти BLOB, за да се премине към тройно "
10969 msgid "Using index info to reconstruct a base tree..."
10970 msgstr "Базовото дърво се реконструира от информацията в индекса…"
10974 "Did you hand edit your patch?\n"
10975 "It does not apply to blobs recorded in its index."
10977 "Кръпката не може да се приложи към обектите BLOB в индекса.\n"
10978 "Да не би да сте я редактирали на ръка?"
10981 msgid "Falling back to patching base and 3-way merge..."
10982 msgstr "Преминаване към прилагане на кръпка към базата и тройно сливане…"
10985 msgid "Failed to merge in the changes."
10986 msgstr "Неуспешно сливане на промените."
10989 msgid "Only one StGIT patch series can be applied at once"
10991 "Само една серия кръпки от „StGIT“ може да бъде прилагана в даден момент"
10995 msgid "Patch format $patch_format is not supported."
10996 msgstr "Неподдържан формат на кръпки: „$patch_format“."
10999 msgid "Patch format detection failed."
11000 msgstr "Форматът на кръпката не може да бъде определен."
11004 "The -b/--binary option has been a no-op for long time, and\n"
11005 "it will be removed. Please do not use it anymore."
11007 "Опциите „-b“/„--binary“ отдавна не правят нищо и\n"
11008 "ще бъдат премахнати в бъдеще. Не ги ползвайте."
11012 msgid "previous rebase directory $dotest still exists but mbox given."
11014 "предишната директория за пребазиране „$dotest“ все още съществува, а е "
11015 "зададен файл „mbox“."
11017 # FIXME better message
11019 msgid "Please make up your mind. --skip or --abort?"
11020 msgstr "Опциите „--skip“ и „--abort“ са несъвместими."
11025 "Stray $dotest directory found.\n"
11026 "Use \"git am --abort\" to remove it."
11028 "Открита е излишна директория „$dotest“.\n"
11029 "Можете да я изтриете с командата „git am --abort“."
11032 msgid "Resolve operation not in progress, we are not resuming."
11033 msgstr "В момента не тече операция по коригиране и няма как да се продължи."
11037 msgid "Dirty index: cannot apply patches (dirty: $files)"
11039 "Индексът не е чист: кръпките не могат да бъдат приложени (замърсени са: "
11046 "Patch is empty. Was it split wrong?\n"
11047 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
11048 "To restore the original branch and stop patching run \"$cmdline --abort\"."
11050 "Кръпката е празна. Честа причина за това е неправилно разделяне на кръпки.\n"
11051 "За да прескочите тази кръпка, изпълнете командата „$cmdline --skip“.\n"
11052 "За да възстановите първоначалното състояние и да преустановите прилагането "
11054 "кръпки, изпълнете командата „$cmdline --abort“."
11057 msgid "Patch does not have a valid e-mail address."
11058 msgstr "Кръпката не съдържа валиден адрес за е-поща."
11061 msgid "cannot be interactive without stdin connected to a terminal."
11063 "За интерактивно изпълнение е необходимо стандартният\n"
11064 "изход да е свързан с терминал, а в момента не е."
11067 msgid "Commit Body is:"
11068 msgstr "Тялото на кръпката за прилагане е:"
11070 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
11071 #. in your translation. The program will only accept English
11072 #. input at this point.
11074 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
11076 "Прилагане? „y“ — да/„n“ — не/„e“ — редактиране/„v“ — преглед/„a“ — приемане "
11081 msgid "Applying: $FIRSTLINE"
11082 msgstr "Прилагане: $FIRSTLINE"
11086 "No changes - did you forget to use 'git add'?\n"
11087 "If there is nothing left to stage, chances are that something else\n"
11088 "already introduced the same changes; you might want to skip this patch."
11090 "Без промени — възможно е да не сте изпълнили „git add“.\n"
11091 "Ако няма друга промяна за включване в индекса, най-вероятно някоя друга\n"
11092 "кръпка е довела до същите промени и в такъв случай просто пропуснете тази."
11096 "You still have unmerged paths in your index\n"
11097 "did you forget to use 'git add'?"
11099 "Индексът все още съдържа неслети промени — възможно е да не сте изпълнили "
11103 msgid "No changes -- Patch already applied."
11104 msgstr "Без промени — кръпката вече е приложена."
11108 msgid "Patch failed at $msgnum $FIRSTLINE"
11109 msgstr "Неуспешно прилагане на кръпката „$msgnum“: „$FIRSTLINE“"
11114 "The copy of the patch that failed is found in:\n"
11117 "Дубликат на проблемната кръпка се намира в:\n"
11121 msgid "applying to an empty history"
11122 msgstr "прилагане върху празна история"
11124 #: git-bisect.sh:48
11125 msgid "You need to start by \"git bisect start\""
11126 msgstr "Започнете като изпълните командата „git bisect start“"
11128 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11129 #. translation. The program will only accept English input
11131 #: git-bisect.sh:54
11132 msgid "Do you want me to do it for you [Y/n]? "
11133 msgstr "Да се извърши ли автоматично? „Y“ — ДА, „n“ — не"
11135 #: git-bisect.sh:95
11137 msgid "unrecognised option: '$arg'"
11138 msgstr "непозната опция „$arg“"
11140 #: git-bisect.sh:99
11142 msgid "'$arg' does not appear to be a valid revision"
11143 msgstr "„$arg“ не изглежда като указател към версия"
11145 # FIXME - I ??? the message does not convey what is actually wrong - that the "HEAD" points to sth that is unparsable
11146 #: git-bisect.sh:117
11147 msgid "Bad HEAD - I need a HEAD"
11148 msgstr "Текущият указател „HEAD“ е неправилен."
11150 #: git-bisect.sh:130
11153 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
11155 "Неуспешно преминаване към „$start_head“. Изпълнете командата „git bisect "
11156 "reset СЪЩЕСТВУВАЩ_КЛОН“."
11158 #: git-bisect.sh:140
11159 msgid "won't bisect on cg-seek'ed tree"
11161 "не може да се търси двоично, когато е изпълнена командата „cg-seek“ от "
11164 #: git-bisect.sh:144
11165 msgid "Bad HEAD - strange symbolic ref"
11166 msgstr "Неправилен указател „HEAD“"
11168 #: git-bisect.sh:189
11170 msgid "Bad bisect_write argument: $state"
11171 msgstr "Неправилен аргумент на функцията „bisect_write“: „$state“"
11173 #: git-bisect.sh:218
11175 msgid "Bad rev input: $arg"
11176 msgstr "Неправилна версия: „$arg“"
11178 #: git-bisect.sh:232
11179 msgid "Please call 'bisect_state' with at least one argument."
11180 msgstr "Функцията „bisect_state“ изисква поне един аргумент."
11182 #: git-bisect.sh:244
11184 msgid "Bad rev input: $rev"
11185 msgstr "Неправилна версия: „$rev“"
11187 #: git-bisect.sh:253
11188 msgid "'git bisect bad' can take only one argument."
11189 msgstr "Командата „git bisect bad“ приема само един аргумент."
11191 #: git-bisect.sh:276
11192 msgid "Warning: bisecting only with a bad commit."
11193 msgstr "ПРЕДУПРЕЖДЕНИЕ: двоично търсене само по лошо подаване."
11195 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11196 #. translation. The program will only accept English input
11198 #: git-bisect.sh:282
11199 msgid "Are you sure [Y/n]? "
11200 msgstr "Да се продължи ли? „Y“ — ДА, „n“ — не"
11203 #: git-bisect.sh:292
11205 "You need to give me at least one good and one bad revision.\n"
11206 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
11208 "Трябва да зададете поне една добра и една лоша версия. (Това може да се\n"
11209 "направи съответно и чрез командите „git bisect bad“ и „git bisect good“.)"
11212 #: git-bisect.sh:295
11214 "You need to start by \"git bisect start\".\n"
11215 "You then need to give me at least one good and one bad revision.\n"
11216 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
11218 "Трябва да започнете двоичното търсене чрез командата „git bisect start“.\n"
11219 "трябва да зададете поне една добра и една лоша версия. (Това може да се\n"
11220 "направи съответно и чрез командите „git bisect bad“ и „git bisect good“.)"
11222 #: git-bisect.sh:366 git-bisect.sh:493
11223 msgid "We are not bisecting."
11224 msgstr "В момента не се извършва двоично търсене."
11226 #: git-bisect.sh:373
11228 msgid "'$invalid' is not a valid commit"
11229 msgstr "„$invalid“ е неправилно подаване"
11231 #: git-bisect.sh:382
11234 "Could not check out original HEAD '$branch'.\n"
11235 "Try 'git bisect reset <commit>'."
11237 "Първоначално указаният клон „$branch“ в указателя „HEAD“ не може да бъде\n"
11238 "изтеглен. Пробвайте да изпълните командата „git bisect reset ПОДАВАНЕ“."
11240 #: git-bisect.sh:409
11241 msgid "No logfile given"
11242 msgstr "Не е зададен журнален файл"
11244 #: git-bisect.sh:410
11246 msgid "cannot read $file for replaying"
11248 "Журналният файл „$file“ не може да бъде прочетен, за да се изпълнят "
11249 "командите от него наново"
11252 #: git-bisect.sh:427
11253 msgid "?? what are you talking about?"
11255 "Непозната команда. Възможните варианти са: „start“, „good“, „bad“, „skip“"
11257 #: git-bisect.sh:439
11259 msgid "running $command"
11260 msgstr "изпълнение на командата „$command“"
11262 #: git-bisect.sh:446
11265 "bisect run failed:\n"
11266 "exit code $res from '$command' is < 0 or >= 128"
11268 "неуспешно двоично търсене:\n"
11269 "изходният код от командата „$command“ е $res — това е извън интервала [0, "
11272 #: git-bisect.sh:472
11273 msgid "bisect run cannot continue any more"
11274 msgstr "двоичното търсене не може да продължи"
11276 # FIXME initial space
11277 #: git-bisect.sh:478
11280 "bisect run failed:\n"
11281 "'bisect_state $state' exited with error code $res"
11283 "неуспешно двоично търсене:\n"
11284 "функцията „bisect_state $state“ завърши с код за грешка $res"
11286 #: git-bisect.sh:485
11287 msgid "bisect run success"
11288 msgstr "успешно двоично търсене"
11292 "Pull is not possible because you have unmerged files.\n"
11293 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
11294 "as appropriate to mark resolution and make a commit."
11296 "Невъзможно е да издърпвате в момента, защото някои файлове не са слети. "
11298 "да ги прегледате, коригирате, ако е необходимо и да ги добавите или извадите "
11300 "индекса с командата „git add/rm ФАЙЛ“, след което трябва да подадете "
11304 msgid "Pull is not possible because you have unmerged files."
11306 "Невъзможно е да издърпвате в момента, защото някои файлове не са слети."
11310 "You have not concluded your merge (MERGE_HEAD exists).\n"
11311 "Please, commit your changes before you can merge."
11313 "Не сте завършили сливане. (Указателят „MERGE_HEAD“ съществува).\n"
11314 "Подайте промените си, преди да започнете ново сливане."
11317 msgid "updating an unborn branch with changes added to the index"
11318 msgstr "обновяване на все още несъздаден клон с промените от индекса"
11323 "Warning: fetch updated the current branch head.\n"
11324 "Warning: fast-forwarding your working tree from\n"
11325 "Warning: commit $orig_head."
11327 "ПРЕДУПРЕЖДЕНИЕ: доставянето обнови върха на текущия клон. Работното ви\n"
11328 "ПРЕДУПРЕЖДЕНИЕ: копие бе тривиално слято от подаване „$orig_head“."
11331 msgid "Cannot merge multiple branches into empty head"
11332 msgstr "Не може да сливате множество клони в празен върхов указател"
11335 msgid "Cannot rebase onto multiple branches"
11336 msgstr "Не може да пребазирате върху повече от един клон"
11338 #: git-rebase.sh:57
11340 "When you have resolved this problem, run \"git rebase --continue\".\n"
11341 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11342 "To check out the original branch and stop rebasing, run \"git rebase --abort"
11345 "След коригирането на този проблем изпълнете „git rebase --continue“.\n"
11346 "Ако предпочитате да прескочите тази кръпка, изпълнете „git rebase --skip“.\n"
11347 "За да откажете пребазирането и да се върнете към първоначалното състояние,\n"
11348 "изпълнете „git rebase --abort“."
11350 #: git-rebase.sh:165
11351 msgid "Applied autostash."
11352 msgstr "Автоматично скатаното е приложено."
11354 #: git-rebase.sh:168
11356 msgid "Cannot store $stash_sha1"
11357 msgstr "„$stash_sha1“ не може да бъде запазен"
11359 #: git-rebase.sh:169
11361 "Applying autostash resulted in conflicts.\n"
11362 "Your changes are safe in the stash.\n"
11363 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11365 "Прилагането на автоматично скатаното доведе до конфликти. Промените ви са\n"
11366 "надеждно скатани. Можете да пробвате да ги приложите чрез „git stash pop“\n"
11367 "или да ги изхвърлите чрез „git stash drop“, когато поискате.\n"
11369 #: git-rebase.sh:208
11370 msgid "The pre-rebase hook refused to rebase."
11371 msgstr "Куката за изпълнение преди пребазиране отхвърли пребазирането."
11373 #: git-rebase.sh:213
11374 msgid "It looks like git-am is in progress. Cannot rebase."
11376 "Изглежда, че сега се прилагат кръпки чрез командата „git-am“. Не може да "
11377 "пребазирате в момента."
11379 #: git-rebase.sh:351
11380 msgid "The --exec option must be used with the --interactive option"
11381 msgstr "Опцията „--exec“ задължително изисква опцията „--interactive“"
11384 #: git-rebase.sh:356
11385 msgid "No rebase in progress?"
11386 msgstr "Изглежда в момента не тече пребазиране"
11388 #: git-rebase.sh:367
11389 msgid "The --edit-todo action can only be used during interactive rebase."
11391 "Опцията „--edit-todo“ е достъпна само по време на интерактивно пребазиране."
11393 #: git-rebase.sh:374
11394 msgid "Cannot read HEAD"
11395 msgstr "Указателят „HEAD“ не може да бъде прочетен"
11397 #: git-rebase.sh:377
11399 "You must edit all merge conflicts and then\n"
11400 "mark them as resolved using git add"
11402 "Трябва да редактирате всички конфликти при сливането. След това\n"
11403 "отбележете коригирането им чрез командата „git add“"
11405 #: git-rebase.sh:395
11407 msgid "Could not move back to $head_name"
11408 msgstr "Връщането към „$head_name“ е невъзможно"
11410 # FIXME tabulators, I, double spaces
11411 #: git-rebase.sh:414
11414 "It seems that there is already a $state_dir_base directory, and\n"
11415 "I wonder if you are in the middle of another rebase. If that is the\n"
11416 "case, please try\n"
11417 "\t$cmd_live_rebase\n"
11418 "If that is not the case, please\n"
11419 "\t$cmd_clear_stale_rebase\n"
11420 "and run me again. I am stopping in case you still have something\n"
11423 "Вече съществува директория „$state_dir_base directory“. Възможно ли е да "
11425 "в процес на друго пребазиране? Ако това е така, изпълнете:\n"
11426 " $cmd_live_rebase\n"
11427 "Ако не сте в процес на друго пребазиране, изпълнете:\n"
11428 " $cmd_clear_stale_rebase\n"
11429 "и отново започнете пребазирането. Текущото пребазиране се преустановява, за\n"
11430 "да не загубите случайно промени."
11432 #: git-rebase.sh:465
11434 msgid "invalid upstream $upstream_name"
11435 msgstr "неправилна основа за сравнение „$upstream_name“"
11437 #: git-rebase.sh:489
11439 msgid "$onto_name: there are more than one merge bases"
11441 "указателят „$onto_name“ може да сочи към повече от една основа за "
11444 #: git-rebase.sh:492 git-rebase.sh:496
11446 msgid "$onto_name: there is no merge base"
11447 msgstr "указателят „$onto_name“ не сочи към никаква основа за пребазирането"
11449 #: git-rebase.sh:501
11451 msgid "Does not point to a valid commit: $onto_name"
11452 msgstr "Указателят „$onto_name“ не сочи към подаване"
11454 #: git-rebase.sh:524
11456 msgid "fatal: no such branch: $branch_name"
11457 msgstr "фатална грешка: не съществува клон „$branch_name“"
11459 #: git-rebase.sh:557
11460 msgid "Cannot autostash"
11461 msgstr "Не може да се скатае автоматично"
11463 #: git-rebase.sh:562
11465 msgid "Created autostash: $stash_abbrev"
11466 msgstr "Автоматично скатано: „$stash_abbrev“"
11468 #: git-rebase.sh:566
11469 msgid "Please commit or stash them."
11470 msgstr "Промените трябва или да се подадат, или да се скатаят."
11472 #: git-rebase.sh:586
11474 msgid "Current branch $branch_name is up to date."
11475 msgstr "Текущият клон „$branch_name“ е напълно актуален."
11477 #: git-rebase.sh:590
11479 msgid "Current branch $branch_name is up to date, rebase forced."
11481 "Текущият клон „$branch_name“ е напълно актуален. Пребазирането е "
11484 #: git-rebase.sh:601
11486 msgid "Changes from $mb to $onto:"
11487 msgstr "Промените от „$mb“ към „$onto“:"
11489 #: git-rebase.sh:610
11490 msgid "First, rewinding head to replay your work on top of it..."
11492 "Първо, указателят „HEAD“ започва да сочи към базата, върху която пребазирате…"
11494 #: git-rebase.sh:620
11496 msgid "Fast-forwarded $branch_name to $onto_name."
11497 msgstr "Тривиално сливане на „$branch_name“ върху „$onto_name“."
11499 # FIXME - should 'clear' not take parameters in principle?
11501 msgid "git stash clear with parameters is unimplemented"
11502 msgstr "Командата „git stash clear“ не поддържа аргументи"
11505 msgid "You do not have the initial commit yet"
11506 msgstr "Все още липсва първоначално подаване"
11509 msgid "Cannot save the current index state"
11510 msgstr "Състоянието на текущия индекс не може да бъде запазено"
11512 #: git-stash.sh:124 git-stash.sh:137
11513 msgid "Cannot save the current worktree state"
11514 msgstr "Състоянието на работното дърво не може да бъде запазено"
11516 #: git-stash.sh:141
11517 msgid "No changes selected"
11518 msgstr "Не са избрани никакви промени"
11520 # FIXME can't happen??? може, може
11521 #: git-stash.sh:144
11522 msgid "Cannot remove temporary index (can't happen)"
11523 msgstr "Временният индекс не може да бъде изтрит"
11525 #: git-stash.sh:157
11526 msgid "Cannot record working tree state"
11527 msgstr "Състоянието на работното дърво не може да бъде запазено"
11529 #: git-stash.sh:191
11531 msgid "Cannot update $ref_stash with $w_commit"
11533 "Указателят „$ref_stash“ не може да бъде обновен да сочи към „$w_commit“"
11535 #. TRANSLATORS: $option is an invalid option, like
11536 #. `--blah-blah'. The 7 spaces at the beginning of the
11537 #. second line correspond to "error: ". So you should line
11538 #. up the second line with however many characters the
11539 #. translation of "error: " takes in your language. E.g. in
11540 #. English this is:
11542 #. $ git stash save --blah-blah 2>&1 | head -n 2
11543 #. error: unknown option for 'stash save': --blah-blah
11544 #. To provide a message, use git stash save -- '--blah-blah'
11545 #: git-stash.sh:241
11548 "error: unknown option for 'stash save': $option\n"
11549 " To provide a message, use git stash save -- '$option'"
11551 "грешка: командата „git stash save“ не поддържа опция „$option“\n"
11552 " За да зададете съобщение, изпълнете „git stash save -- '$option'“"
11554 #: git-stash.sh:262
11555 msgid "No local changes to save"
11556 msgstr "Няма никакви локални промени за скатаване"
11558 #: git-stash.sh:266
11559 msgid "Cannot initialize stash"
11560 msgstr "Скатаването не може да стартира"
11562 #: git-stash.sh:270
11563 msgid "Cannot save the current status"
11564 msgstr "Текущото състояние не може да бъде запазено"
11566 #: git-stash.sh:288
11567 msgid "Cannot remove worktree changes"
11568 msgstr "Промените в работното дърво не могат да бъдат занулени"
11570 #: git-stash.sh:389
11572 msgid "unknown option: $opt"
11573 msgstr "непозната опция: $opt"
11575 #: git-stash.sh:399
11576 msgid "No stash found."
11577 msgstr "Не е открито нищо скатано."
11579 #: git-stash.sh:406
11581 msgid "Too many revisions specified: $REV"
11582 msgstr "Указани са прекалено много версии: „$REV“"
11584 #: git-stash.sh:412
11586 msgid "$reference is not a valid reference"
11587 msgstr "Указателят „$reference“ е грешен"
11589 #: git-stash.sh:440
11591 msgid "'$args' is not a stash-like commit"
11592 msgstr "„$args“ не е подаване, приличащо на нещо скатано"
11594 #: git-stash.sh:451
11596 msgid "'$args' is not a stash reference"
11597 msgstr "„$args“ не е указател към нещо скатано"
11599 #: git-stash.sh:459
11600 msgid "unable to refresh index"
11601 msgstr "индексът не може да бъде обновен"
11603 #: git-stash.sh:463
11604 msgid "Cannot apply a stash in the middle of a merge"
11605 msgstr "По време на сливане не може да приложите нещо скатано"
11607 #: git-stash.sh:471
11608 msgid "Conflicts in index. Try without --index."
11610 "В индекса има конфликти. Пробвайте да изпълните командата без опцията „--"
11613 #: git-stash.sh:473
11614 msgid "Could not save index tree"
11615 msgstr "Дървото сочено от индекса не може да бъде запазено"
11617 #: git-stash.sh:507
11618 msgid "Cannot unstage modified files"
11619 msgstr "Променените файлове не могат да бъдат извадени от индекса"
11621 #: git-stash.sh:522
11622 msgid "Index was not unstashed."
11623 msgstr "Индексът не е скатан."
11625 #: git-stash.sh:545
11627 msgid "Dropped ${REV} ($s)"
11628 msgstr "Изтрито е скатаното „${REV}“ ($s)"
11630 #: git-stash.sh:546
11632 msgid "${REV}: Could not drop stash entry"
11633 msgstr "Скатаното „${REV}“ не може да бъде изтрито"
11635 #: git-stash.sh:554
11636 msgid "No branch name specified"
11637 msgstr "Не е указано име на клон"
11639 #: git-stash.sh:626
11640 msgid "(To restore them type \"git stash apply\")"
11641 msgstr "(За да ги възстановите, изпълнете командата „git stash apply“)"
11643 #: git-submodule.sh:95
11645 msgid "cannot strip one component off url '$remoteurl'"
11646 msgstr "не може да се махне компонент от адреса „$remoteurl“"
11648 #: git-submodule.sh:237
11650 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
11651 msgstr "Във файла „.gitmodules“ липсва информация за пътя „$sm_path“"
11653 #: git-submodule.sh:287
11655 msgid "Clone of '$url' into submodule path '$sm_path' failed"
11656 msgstr "Неуспешно клониране на адреса „$url“ в пътя „$sm_path“ като подмодул"
11658 #: git-submodule.sh:296
11660 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
11661 msgstr "Директорията в Git „$a“ е част от пътя на подмодула „$b“ или обратно"
11663 #: git-submodule.sh:406
11664 msgid "Relative path can only be used from the toplevel of the working tree"
11666 "Относителен път може да се ползва само от основната директория на работното "
11669 # FIXME - what is this regex?
11670 #: git-submodule.sh:416
11672 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11674 "адрес на хранилище: „$repo“ трябва или да е абсолютен, или да започва с „./“ "
11677 #: git-submodule.sh:433
11679 msgid "'$sm_path' already exists in the index"
11680 msgstr "„$sm_path“ вече съществува в индекса"
11682 #: git-submodule.sh:437
11685 "The following path is ignored by one of your .gitignore files:\n"
11687 "Use -f if you really want to add it."
11689 "Следният път се игнорира поради някой от файловете „.gitignore“:\n"
11691 "Използвайте опцията „-f“, ако за да го добавите наистина."
11693 #: git-submodule.sh:455
11695 msgid "Adding existing repo at '$sm_path' to the index"
11696 msgstr "Добавяне на съществуващото хранилище в „$sm_path“ към индекса"
11698 #: git-submodule.sh:457
11700 msgid "'$sm_path' already exists and is not a valid git repo"
11701 msgstr "„$sm_path“ съществува, а не е хранилище на Git"
11703 #: git-submodule.sh:465
11705 msgid "A git directory for '$sm_name' is found locally with remote(s):"
11707 "Открита е локална директория на Git — „$sm_name“, която сочи към "
11708 "отдалечените хранилища:"
11710 #: git-submodule.sh:467
11713 "If you want to reuse this local git directory instead of cloning again from"
11715 "Ако искате да преизползвате тази локална директория на Git вместо да отново "
11718 #: git-submodule.sh:469
11721 "use the '--force' option. If the local git directory is not the correct repo"
11723 "използвайте опцията „--force“. Ако локалната директория не сочи към "
11724 "правилното отдалечено хранилище"
11726 #: git-submodule.sh:470
11729 "or you are unsure what this means choose another name with the '--name' "
11732 "или не сте сигурни какво означава всичко това, просто задайте друго име като "
11733 "аргумент на опцията „--name“."
11735 # FIXME активиране - какво всъщност става
11736 #: git-submodule.sh:472
11738 msgid "Reactivating local git directory for submodule '$sm_name'."
11739 msgstr "Активиране на локалното хранилище за подмодула „$sm_name“ наново."
11741 #: git-submodule.sh:484
11743 msgid "Unable to checkout submodule '$sm_path'"
11744 msgstr "Подмодулът „$sm_path“ не може да бъде изтеглен"
11746 #: git-submodule.sh:489
11748 msgid "Failed to add submodule '$sm_path'"
11749 msgstr "Неуспешно добавяне на подмодула „$sm_path“"
11751 #: git-submodule.sh:498
11753 msgid "Failed to register submodule '$sm_path'"
11754 msgstr "Неуспешно регистриране на подмодула „$sm_path“"
11756 #: git-submodule.sh:542
11758 msgid "Entering '$prefix$displaypath'"
11759 msgstr "Влизане в „$prefix$displaypath“"
11761 #: git-submodule.sh:562
11763 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11765 "Спиране при „$prefix$displaypath“ — изходният код от скрипта бе различен от "
11768 #: git-submodule.sh:608
11770 msgid "No url found for submodule path '$displaypath' in .gitmodules"
11772 "Във файла „.gitmodules“ не е открит адрес за пътя към подмодул „$displaypath“"
11774 #: git-submodule.sh:617
11776 msgid "Failed to register url for submodule path '$displaypath'"
11777 msgstr "Неуспешно регистриране на адрес за пътя към подмодул „$displaypath“"
11779 #: git-submodule.sh:619
11781 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11783 "Регистриран е подмодул „$name“, сочещ към адрес „$url“, за пътя към подмодул "
11786 #: git-submodule.sh:636
11788 msgid "Failed to register update mode for submodule path '$displaypath'"
11790 "Неуспешно регистриране на режима на обновяване за пътя към подмодул "
11793 #: git-submodule.sh:674
11795 msgid "Use '.' if you really want to deinitialize all submodules"
11796 msgstr "Използвайте „.“, за да премахнете всички подмодули"
11798 #: git-submodule.sh:691
11800 msgid "Submodule work tree '$displaypath' contains a .git directory"
11802 "Пътят към подмодул „$displaypath“ в работното дърво съдържа директория „.git“"
11804 #: git-submodule.sh:692
11807 "(use 'rm -rf' if you really want to remove it including all of its history)"
11809 "(използвайте командата „rm -rf“, за да го изтриете заедно с цялата му "
11812 #: git-submodule.sh:698
11815 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11818 "Пътят към подмодул „$displaypath“ в работното дърво съдържа локални промени. "
11819 "Можете да ги пренебрегнете и отмените с опцията „-f“"
11821 #: git-submodule.sh:701
11823 msgid "Cleared directory '$displaypath'"
11824 msgstr "Директорията „$displaypath“ е изчистена"
11826 #: git-submodule.sh:702
11828 msgid "Could not remove submodule work tree '$displaypath'"
11830 "Директорията към работното дърво на подмодула „$displaypath“ не може да бъде "
11833 #: git-submodule.sh:705
11835 msgid "Could not create empty submodule directory '$displaypath'"
11837 "Празната директория за подмодула „$displaypath“ не може да бъде създадена"
11839 #: git-submodule.sh:714
11841 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11843 "Премахната е регистрацията на подмодул „$name“, сочещ към адрес „$url“, за "
11844 "пътя „$displaypath“"
11846 #: git-submodule.sh:830
11849 "Submodule path '$displaypath' not initialized\n"
11850 "Maybe you want to use 'update --init'?"
11852 "Пътят към подмодул „$displaypath“ не е инициализиран.\n"
11853 "Пробвайте с командата „update --init“."
11855 #: git-submodule.sh:843
11857 msgid "Unable to find current revision in submodule path '$displaypath'"
11858 msgstr "Текущата версия за подмодула в „$displaypath“ липсва"
11860 #: git-submodule.sh:852
11862 msgid "Unable to fetch in submodule path '$sm_path'"
11863 msgstr "Неуспешно доставяне в пътя към подмодул „$sm_path“"
11865 #: git-submodule.sh:876
11867 msgid "Unable to fetch in submodule path '$displaypath'"
11868 msgstr "Неуспешно доставяне в пътя към подмодул „$displaypath“"
11870 #: git-submodule.sh:890
11872 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11874 "Неуспешно изтегляне на версия „$sha1“ в пътя към подмодул „$displaypath“'"
11876 #: git-submodule.sh:891
11878 msgid "Submodule path '$displaypath': checked out '$sha1'"
11879 msgstr "Път към подмодул „$displaypath“: изтеглена е версия „$sha1“"
11881 #: git-submodule.sh:895
11883 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11885 "Неуспешно пребазиране на версия „$sha1“ в пътя към подмодул „$displaypath“"
11887 #: git-submodule.sh:896
11889 msgid "Submodule path '$displaypath': rebased into '$sha1'"
11890 msgstr "Път към подмодул „$displaypath“: пребазиране върху версия „$sha1“"
11892 #: git-submodule.sh:901
11894 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11895 msgstr "Неуспешно сливане на версия „$sha1“ в пътя към подмодул „$displaypath“"
11897 #: git-submodule.sh:902
11899 msgid "Submodule path '$displaypath': merged in '$sha1'"
11900 msgstr "Път към подмодул „$displaypath“: сливане с версия „$sha1“"
11903 #: git-submodule.sh:907
11906 "Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
11908 "Неуспешно изпълнение на командата „$command $sha1“ в пътя към подмодул "
11909 "„$prefix$sm_path“"
11911 #: git-submodule.sh:908
11913 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11914 msgstr "Път към подмодул „$prefix$sm_path“: „$command $sha1“"
11916 #: git-submodule.sh:938
11918 msgid "Failed to recurse into submodule path '$displaypath'"
11920 "Неуспешна обработка на поддиректориите в пътя към подмодул „$displaypath“"
11923 #: git-submodule.sh:1046
11924 msgid "The --cached option cannot be used with the --files option"
11925 msgstr "Опциите „--cached“ и „--files“ са несъвместими"
11927 #: git-submodule.sh:1098
11929 msgid "unexpected mode $mod_dst"
11930 msgstr "неочакван режим „$mod_dst“"
11932 #: git-submodule.sh:1118
11934 msgid " Warn: $display_name doesn't contain commit $sha1_src"
11935 msgstr " ПРЕДУПРЕЖДЕНИЕ: „$display_name“ не съдържа подаването „$sha1_src“"
11937 #: git-submodule.sh:1121
11939 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
11940 msgstr " ПРЕДУПРЕЖДЕНИЕ: „$display_name“ не съдържа подаването „$sha1_dst“"
11942 #: git-submodule.sh:1124
11944 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11946 " ПРЕДУПРЕЖДЕНИЕ: „$display_name“ не съдържа никое от подаванията "
11947 "„$sha1_src“ и „$sha1_dst“"
11949 #: git-submodule.sh:1149
11951 msgstr "обект BLOB"
11953 #: git-submodule.sh:1267
11955 msgid "Failed to recurse into submodule path '$sm_path'"
11956 msgstr "Неуспешна обработка на поддиректориите в пътя към подмодул „$sm_path“"
11958 #: git-submodule.sh:1331
11960 msgid "Synchronizing submodule url for '$displaypath'"
11961 msgstr "Синхронизиране на адреса за пътя към подмодул „$displaypath“"