l10n: bg.po: Updated Bulgarian translation (3201t)

Signed-off-by: Alexander Shopov <ash@kambanaria.org>

Alexander Shopov committed Mar 10, 2017 at 10:39 UTC 61d4c309301e1434f95980aeb4e44f72e1f154c9
1 file changed +4101 -2438
po/bg.po
+4101 -2438
@@ -9,7 +9,12 @@
9 # range диапазон
10 # unreachable object недостижим обект
11 # dangling objects обект извън клон
12 -# fast-forward тривиално сливане
12 +# fast-forward превъртане
13 +# tree-level merge тривиално сливане (различни файлове са променяни, слива се като дърво)
14 +# automatic merge автоманично сливаве (еднакви файлове са променяни, но в неприпокриващи се части)
15 +# real merge същинско сливане (а не превъртане)
16 +# three-way merge тройно сливане
17 +# octopus merge множествено сливане
18 # stale remote старо хранилище
19 # rebase пребазирам
20 # force (push) принудително изтласквам
@@ -44,7 +49,6 @@
49 # topic branch тематичен клон
50 # empty head връх без история
51 # tree-ish указател към дърво
47 -# three-way merge тройно сливане
52 # dirty нечист, мръсен (файл, индекс)
53 # fallback резервен вариант
54 # pathspec magic опция за магически пътища
@@ -53,6 +57,7 @@
57 # plumbing команди от системно ниво
58 # porcelain команди от потребителско ниво
59 # pack [noun] пакетен файл - fixme in glossary
60 +# repack препакетирам
61 # mainline базово подаване - при cherry-pick на merge - към коя версия да се изчислява разликата
62 # token лексема
63 # trailer епилог/завършек на съобщение
@@ -73,9 +78,9 @@
78 # binary patch двоична кръпка
79 # reverse-apply прилагам в обратна посока
80 # todo file команден файл
76 -# octopus merge множествено сливане
81 # alternate алтернативен източник
82 # superproject обхващащ проект
83 +# split index разделяне на индекса
84 # ----
85 # „$var“ - може да не сработва за shell има gettext и eval_gettext - проверка - намират се лесно по „$
86 # ========================
@@ -110,8 +115,8 @@ msgid ""
115 msgstr ""
116 "Project-Id-Version: git master\n"
117 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
113 -"POT-Creation-Date: 2016-11-25 22:50+0800\n"
114 -"PO-Revision-Date: 2017-01-28 19:34+0200\n"
118 +"POT-Creation-Date: 2017-04-30 18:50+0200\n"
119 +"PO-Revision-Date: 2017-04-30 18:55+0200\n"
120 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
121 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
122 "Language: bg\n"
@@ -150,7 +155,6 @@ msgstr "Отмяната е блокирана от неслети файлов
155 msgid "It is not possible to %s because you have unmerged files."
156 msgstr "Действието „%s“ е блокирано от неслети файлове."
157
153 -# TRANSFER
158 #: advice.c:101
159 msgid ""
160 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
@@ -163,7 +167,7 @@ msgstr ""
167 msgid "Exiting because of an unresolved conflict."
168 msgstr "Изход от програмата заради некоригиран конфликт."
169
166 -#: advice.c:114 builtin/merge.c:1181
170 +#: advice.c:114 builtin/merge.c:1185
171 msgid "You have not concluded your merge (MERGE_HEAD exists)."
172 msgstr "Не сте завършили сливане. (Указателят „MERGE_HEAD“ съществува)."
173
@@ -351,22 +355,22 @@ msgstr "неразпозната двоичната кръпка на ред %d"
355 msgid "patch with only garbage at line %d"
356 msgstr "кръпката е с изцяло повредени данни на ред %d"
357
354 -#: apply.c:2274
358 +#: apply.c:2265
359 #, c-format
360 msgid "unable to read symlink %s"
361 msgstr "символната връзка „%s“ не може да бъде прочетена"
362
359 -#: apply.c:2278
363 +#: apply.c:2269
364 #, c-format
365 msgid "unable to open or read %s"
366 msgstr "файлът „%s“ не може да бъде отворен или прочетен"
367
364 -#: apply.c:2931
368 +#: apply.c:2922
369 #, c-format
370 msgid "invalid start of line: '%c'"
371 msgstr "неправилно начало на ред: „%c“"
372
369 -#: apply.c:3050
373 +#: apply.c:3041
374 #, c-format
375 msgid "Hunk #%d succeeded at %d (offset %d line)."
376 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -375,13 +379,13 @@ msgstr[0] ""
379 msgstr[1] ""
380 "%d-то парче код бе успешно приложено на ред %d (отместване от %d реда)."
381
378 -#: apply.c:3062
382 +#: apply.c:3053
383 #, c-format
384 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
385 msgstr ""
386 "Контекстът е намален на (%ld/%ld) за прилагането на парчето код на ред %d"
387
384 -#: apply.c:3068
388 +#: apply.c:3059
389 #, c-format
390 msgid ""
391 "while searching for:\n"
@@ -390,316 +394,316 @@ msgstr ""
394 "при търсене за:\n"
395 "%.*s"
396
393 -#: apply.c:3090
397 +#: apply.c:3081
398 #, c-format
399 msgid "missing binary patch data for '%s'"
400 msgstr "липсват данните за двоичната кръпка за „%s“"
401
398 -#: apply.c:3098
402 +#: apply.c:3089
403 #, c-format
404 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
405 msgstr ""
406 "двоичната кръпка не може да се приложи в обратна посока, когато обратното "
407 "парче за „%s“ липсва"
408
405 -#: apply.c:3144
409 +#: apply.c:3135
410 #, c-format
411 msgid "cannot apply binary patch to '%s' without full index line"
412 msgstr "към „%s“ не може да се приложи двоична кръпка без пълен индекс"
413
410 -#: apply.c:3154
414 +#: apply.c:3145
415 #, c-format
416 msgid ""
417 "the patch applies to '%s' (%s), which does not match the current contents."
418 msgstr "кръпката съответства на „%s“ (%s), който не съвпада по съдържание."
419
416 -#: apply.c:3162
420 +#: apply.c:3153
421 #, c-format
422 msgid "the patch applies to an empty '%s' but it is not empty"
423 msgstr "кръпката съответства на „%s“, който трябва да е празен, но не е"
424
421 -#: apply.c:3180
425 +#: apply.c:3171
426 #, c-format
427 msgid "the necessary postimage %s for '%s' cannot be read"
428 msgstr ""
429 "необходимият резултат след операцията — „%s“ за „%s“ не може да бъде "
430 "прочетен"
431
428 -#: apply.c:3193
432 +#: apply.c:3184
433 #, c-format
434 msgid "binary patch does not apply to '%s'"
435 msgstr "двоичната кръпка не може да бъде приложена върху „%s“"
436
433 -#: apply.c:3199
437 +#: apply.c:3190
438 #, c-format
439 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
440 msgstr ""
441 "двоичната кръпка за „%s“ води до неправилни резултати (очакваше се: „%s“, а "
442 "бе получено: „%s“)"
443
440 -#: apply.c:3220
444 +#: apply.c:3211
445 #, c-format
446 msgid "patch failed: %s:%ld"
447 msgstr "неуспешно прилагане на кръпка: „%s:%ld“"
448
445 -#: apply.c:3342
449 +#: apply.c:3333
450 #, c-format
451 msgid "cannot checkout %s"
452 msgstr "„%s“ не може да се изтегли"
453
450 -#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
454 +#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
455 #, c-format
456 msgid "failed to read %s"
457 msgstr "файлът „%s“ не може да бъде прочетен"
458
455 -#: apply.c:3398
459 +#: apply.c:3389
460 #, c-format
461 msgid "reading from '%s' beyond a symbolic link"
462 msgstr "изчитане на „%s“ след проследяване на символна връзка"
463
460 -#: apply.c:3427 apply.c:3667
464 +#: apply.c:3418 apply.c:3658
465 #, c-format
466 msgid "path %s has been renamed/deleted"
467 msgstr "обектът с път „%s“ е преименуван или изтрит"
468
465 -#: apply.c:3510 apply.c:3681
469 +#: apply.c:3501 apply.c:3672
470 #, c-format
471 msgid "%s: does not exist in index"
472 msgstr "„%s“ не съществува в индекса"
473
470 -#: apply.c:3519 apply.c:3689
474 +#: apply.c:3510 apply.c:3680
475 #, c-format
476 msgid "%s: does not match index"
477 msgstr "„%s“ не съответства на индекса"
478
475 -#: apply.c:3554
479 +#: apply.c:3545
480 msgid "repository lacks the necessary blob to fall back on 3-way merge."
481 msgstr ""
482 "в хранилището липсват необходимите обекти BLOB, за да се премине към тройно "
483 "сливане."
484
481 -#: apply.c:3557
485 +#: apply.c:3548
486 #, c-format
487 msgid "Falling back to three-way merge...\n"
488 msgstr "Преминаване към тройно сливане…\n"
489
486 -#: apply.c:3573 apply.c:3577
490 +#: apply.c:3564 apply.c:3568
491 #, c-format
492 msgid "cannot read the current contents of '%s'"
493 msgstr "текущото съдържание на „%s“ не може да бъде прочетено"
494
491 -#: apply.c:3589
495 +#: apply.c:3580
496 #, c-format
497 msgid "Failed to fall back on three-way merge...\n"
498 msgstr "Неуспешно преминаване към тройно сливане…\n"
499
496 -#: apply.c:3603
500 +#: apply.c:3594
501 #, c-format
502 msgid "Applied patch to '%s' with conflicts.\n"
503 msgstr "Конфликти при прилагането на кръпката към „%s“.\n"
504
501 -#: apply.c:3608
505 +#: apply.c:3599
506 #, c-format
507 msgid "Applied patch to '%s' cleanly.\n"
508 msgstr "Кръпката бе приложена чисто към „%s“.\n"
509
506 -#: apply.c:3634
510 +#: apply.c:3625
511 msgid "removal patch leaves file contents"
512 msgstr "изтриващата кръпка оставя файла непразен"
513
510 -#: apply.c:3706
514 +#: apply.c:3697
515 #, c-format
516 msgid "%s: wrong type"
517 msgstr "„%s“: неправилен вид"
518
515 -#: apply.c:3708
519 +#: apply.c:3699
520 #, c-format
521 msgid "%s has type %o, expected %o"
522 msgstr "„%s“ е от вид „%o“, а се очакваше „%o“"
523
520 -#: apply.c:3859 apply.c:3861
524 +#: apply.c:3850 apply.c:3852
525 #, c-format
526 msgid "invalid path '%s'"
527 msgstr "неправилен път: „%s“"
528
525 -#: apply.c:3917
529 +#: apply.c:3908
530 #, c-format
531 msgid "%s: already exists in index"
532 msgstr "„%s“: вече съществува в индекса"
533
530 -#: apply.c:3920
534 +#: apply.c:3911
535 #, c-format
536 msgid "%s: already exists in working directory"
537 msgstr "„%s“: вече съществува в работното дърво"
538
535 -#: apply.c:3940
539 +#: apply.c:3931
540 #, c-format
541 msgid "new mode (%o) of %s does not match old mode (%o)"
542 msgstr "новите права за достъп (%o) на „%s“ не съвпадат със старите (%o)"
543
540 -#: apply.c:3945
544 +#: apply.c:3936
545 #, c-format
546 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
547 msgstr ""
548 "новите права за достъп (%o) на „%s“ не съвпадат със старите (%o) на „%s“"
549
546 -#: apply.c:3965
550 +#: apply.c:3956
551 #, c-format
552 msgid "affected file '%s' is beyond a symbolic link"
553 msgstr "засегнатият файл „%s“ е след символна връзка"
554
551 -#: apply.c:3969
555 +#: apply.c:3960
556 #, c-format
557 msgid "%s: patch does not apply"
558 msgstr "Кръпката „%s“ не може да бъде приложена"
559
556 -#: apply.c:3984
560 +#: apply.c:3975
561 #, c-format
562 msgid "Checking patch %s..."
563 msgstr "Проверяване на кръпката „%s“…"
564
561 -#: apply.c:4075
565 +#: apply.c:4066
566 #, c-format
567 msgid "sha1 information is lacking or useless for submodule %s"
568 msgstr ""
569 "информацията за сумата по SHA1 за подмодула липсва или не е достатъчна (%s)."
570
567 -#: apply.c:4082
571 +#: apply.c:4073
572 #, c-format
573 msgid "mode change for %s, which is not in current HEAD"
574 msgstr "смяна на режима на достъпа на „%s“, който не е в текущия връх „HEAD“"
575
572 -#: apply.c:4085
576 +#: apply.c:4076
577 #, c-format
578 msgid "sha1 information is lacking or useless (%s)."
579 msgstr "информацията за сумата по SHA1 липсва или не е достатъчна (%s)."
580
577 -#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
581 +#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
582 #, c-format
583 msgid "make_cache_entry failed for path '%s'"
584 msgstr "неуспешно създаване на запис в кеша чрез „make_cache_entry“ за „%s“"
585
582 -#: apply.c:4094
586 +#: apply.c:4085
587 #, c-format
588 msgid "could not add %s to temporary index"
589 msgstr "„%s“ не може да се добави към временния индекс"
590
587 -#: apply.c:4104
591 +#: apply.c:4095
592 #, c-format
593 msgid "could not write temporary index to %s"
594 msgstr "временният индекс не може да се запази в „%s“"
595
592 -#: apply.c:4242
596 +#: apply.c:4233
597 #, c-format
598 msgid "unable to remove %s from index"
599 msgstr "„%s“ не може да се извади от индекса"
600
597 -#: apply.c:4277
601 +#: apply.c:4268
602 #, c-format
603 msgid "corrupt patch for submodule %s"
604 msgstr "повредена кръпка за модула „%s“"
605
602 -#: apply.c:4283
606 +#: apply.c:4274
607 #, c-format
608 msgid "unable to stat newly created file '%s'"
609 msgstr ""
610 "не може да се получи информация чрез „stat“ за новосъздадения файл „%s“"
611
608 -#: apply.c:4291
612 +#: apply.c:4282
613 #, c-format
614 msgid "unable to create backing store for newly created file %s"
615 msgstr ""
616 "не може да се за създаде мястото за съхранение на новосъздадения файл „%s“"
617
614 -#: apply.c:4297 apply.c:4441
618 +#: apply.c:4288 apply.c:4432
619 #, c-format
620 msgid "unable to add cache entry for %s"
621 msgstr "не може да се добави запис в кеша за „%s“"
622
619 -#: apply.c:4338
623 +#: apply.c:4329
624 #, c-format
625 msgid "failed to write to '%s'"
626 msgstr "в „%s“ не може да се пише"
627
624 -#: apply.c:4342
628 +#: apply.c:4333
629 #, c-format
630 msgid "closing file '%s'"
631 msgstr "затваряне на файла „%s“"
632
629 -#: apply.c:4412
633 +#: apply.c:4403
634 #, c-format
635 msgid "unable to write file '%s' mode %o"
636 msgstr "файлът „%s“ не може да се запише с режим на достъп „%o“"
637
634 -#: apply.c:4510
638 +#: apply.c:4501
639 #, c-format
640 msgid "Applied patch %s cleanly."
641 msgstr "Кръпката „%s“ бе приложена чисто."
642
639 -#: apply.c:4518
643 +#: apply.c:4509
644 msgid "internal error"
645 msgstr "вътрешна грешка"
646
643 -#: apply.c:4521
647 +#: apply.c:4512
648 #, c-format
649 msgid "Applying patch %%s with %d reject..."
650 msgid_plural "Applying patch %%s with %d rejects..."
651 msgstr[0] "Прилагане на кръпката „%%s“ с %d отхвърлено парче…"
652 msgstr[1] "Прилагане на кръпката „%%s“ с %d отхвърлени парчета…"
653
650 -#: apply.c:4532
654 +#: apply.c:4523
655 #, c-format
656 msgid "truncating .rej filename to %.*s.rej"
657 msgstr "съкращаване на името на файла с отхвърлените парчета на „ %.*s.rej“"
658
655 -#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
659 +#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
660 #, c-format
661 msgid "cannot open %s"
662 msgstr "„%s“ не може да бъде отворен"
663
660 -#: apply.c:4554
664 +#: apply.c:4545
665 #, c-format
666 msgid "Hunk #%d applied cleanly."
667 msgstr "%d-то парче бе успешно приложено."
668
665 -#: apply.c:4558
669 +#: apply.c:4549
670 #, c-format
671 msgid "Rejected hunk #%d."
672 msgstr "%d-то парче бе отхвърлено."
673
670 -#: apply.c:4668
674 +#: apply.c:4659
675 #, c-format
676 msgid "Skipped patch '%s'."
677 msgstr "Пропусната кръпка: „%s“"
678
675 -#: apply.c:4676
679 +#: apply.c:4667
680 msgid "unrecognized input"
681 msgstr "непознат вход"
682
679 -#: apply.c:4695
683 +#: apply.c:4686
684 msgid "unable to read index file"
685 msgstr "индексът не може да бъде записан"
686
683 -#: apply.c:4833
687 +#: apply.c:4823
688 #, c-format
689 msgid "can't open patch '%s': %s"
690 msgstr "кръпката „%s“ не може да бъде отворена: %s"
691
688 -#: apply.c:4858
692 +#: apply.c:4850
693 #, c-format
694 msgid "squelched %d whitespace error"
695 msgid_plural "squelched %d whitespace errors"
696 msgstr[0] "пренебрегната е %d грешка в знаците за интервали"
697 msgstr[1] "пренебрегнати са %d грешки в знаците за интервали"
698
695 -#: apply.c:4864 apply.c:4879
699 +#: apply.c:4856 apply.c:4871
700 #, c-format
701 msgid "%d line adds whitespace errors."
702 msgid_plural "%d lines add whitespace errors."
703 msgstr[0] "%d ред добавя грешки в знаците за интервали."
704 msgstr[1] "%d реда добавят грешки в знаците за интервали."
705
702 -#: apply.c:4872
706 +#: apply.c:4864
707 #, c-format
708 msgid "%d line applied after fixing whitespace errors."
709 msgid_plural "%d lines applied after fixing whitespace errors."
@@ -708,137 +712,138 @@ msgstr[0] ""
712 msgstr[1] ""
713 "Добавени са %d реда след корекцията на грешките в знаците за интервали."
714
711 -#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
715 +#: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
716 msgid "Unable to write new index file"
717 msgstr "Новият индекс не може да бъде записан"
718
715 -#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
716 -#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
717 -#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
718 -#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
719 -#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
719 +#: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279
720 +#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
721 +#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
722 +#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
723 +#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
724 +#: git-add--interactive.perl:239
725 msgid "path"
726 msgstr "път"
727
723 -#: apply.c:4920
728 +#: apply.c:4912
729 msgid "don't apply changes matching the given path"
730 msgstr "без прилагане на промените напасващи на дадения път"
731
727 -#: apply.c:4923
732 +#: apply.c:4915
733 msgid "apply changes matching the given path"
734 msgstr "прилагане на промените напасващи на дадения път"
735
731 -#: apply.c:4925 builtin/am.c:2286
736 +#: apply.c:4917 builtin/am.c:2285
737 msgid "num"
738 msgstr "БРОЙ"
739
735 -#: apply.c:4926
740 +#: apply.c:4918
741 msgid "remove <num> leading slashes from traditional diff paths"
742 msgstr "премахване на този БРОЙ водещи елементи от пътищата в разликата"
743
739 -#: apply.c:4929
744 +#: apply.c:4921
745 msgid "ignore additions made by the patch"
746 msgstr "игнориране на редовете добавени от тази кръпка"
747
743 -#: apply.c:4931
748 +#: apply.c:4923
749 msgid "instead of applying the patch, output diffstat for the input"
750 msgstr "извеждане на статистика на промените без прилагане на кръпката"
751
747 -#: apply.c:4935
752 +#: apply.c:4927
753 msgid "show number of added and deleted lines in decimal notation"
754 msgstr "извеждане на броя на добавените и изтритите редове"
755
751 -#: apply.c:4937
756 +#: apply.c:4929
757 msgid "instead of applying the patch, output a summary for the input"
758 msgstr "извеждане на статистика на входните данни без прилагане на кръпката"
759
755 -#: apply.c:4939
760 +#: apply.c:4931
761 msgid "instead of applying the patch, see if the patch is applicable"
762 msgstr "проверка дали кръпката може да се приложи, без действително прилагане"
763
759 -#: apply.c:4941
764 +#: apply.c:4933
765 msgid "make sure the patch is applicable to the current index"
766 msgstr "проверка дали кръпката може да бъде приложена към текущия индекс"
767
763 -#: apply.c:4943
768 +#: apply.c:4935
769 msgid "apply a patch without touching the working tree"
770 msgstr "прилагане на кръпката без промяна на работното дърво"
771
767 -#: apply.c:4945
772 +#: apply.c:4937
773 msgid "accept a patch that touches outside the working area"
774 msgstr "прилагане на кръпка, която променя и файлове извън работното дърво"
775
771 -#: apply.c:4947
776 +#: apply.c:4939
777 msgid "also apply the patch (use with --stat/--summary/--check)"
778 msgstr ""
779 "кръпката да бъде приложена. Опцията се комбинира с „--check“/„--stat“/„--"
780 "summary“"
781
777 -#: apply.c:4949
782 +#: apply.c:4941
783 msgid "attempt three-way merge if a patch does not apply"
784 msgstr "пробване с тройно сливане, ако кръпката не може да се приложи директно"
785
781 -#: apply.c:4951
786 +#: apply.c:4943
787 msgid "build a temporary index based on embedded index information"
788 msgstr ""
789 "създаване на временен индекс на база на включената информация за индекса"
790
786 -#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
791 +#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
792 msgid "paths are separated with NUL character"
793 msgstr "разделяне на пътищата с нулевия знак „NUL“"
794
790 -#: apply.c:4956
795 +#: apply.c:4948
796 msgid "ensure at least <n> lines of context match"
797 msgstr "да се осигури контекст от поне такъв БРОЙ съвпадащи редове"
798
794 -#: apply.c:4957 builtin/am.c:2265
799 +#: apply.c:4949 builtin/am.c:2264
800 msgid "action"
801 msgstr "действие"
802
798 -#: apply.c:4958
803 +#: apply.c:4950
804 msgid "detect new or modified lines that have whitespace errors"
805 msgstr "засичане на нови или променени редове с грешки в знаците за интервали"
806
802 -#: apply.c:4961 apply.c:4964
807 +#: apply.c:4953 apply.c:4956
808 msgid "ignore changes in whitespace when finding context"
809 msgstr ""
810 "игнориране на промените в знаците за интервали при откриване на контекста"
811
807 -#: apply.c:4967
812 +#: apply.c:4959
813 msgid "apply the patch in reverse"
814 msgstr "прилагане на кръпката в обратна посока"
815
811 -#: apply.c:4969
816 +#: apply.c:4961
817 msgid "don't expect at least one line of context"
818 msgstr "без изискване на дори и един ред контекст"
819
815 -#: apply.c:4971
820 +#: apply.c:4963
821 msgid "leave the rejected hunks in corresponding *.rej files"
822 msgstr "оставяне на отхвърлените парчета във файлове с разширение „.rej“"
823
819 -#: apply.c:4973
824 +#: apply.c:4965
825 msgid "allow overlapping hunks"
826 msgstr "позволяване на застъпващи се парчета"
827
823 -#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
824 -#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
825 -#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
828 +#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
829 +#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
830 +#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
831 msgid "be verbose"
832 msgstr "повече подробности"
833
829 -#: apply.c:4976
834 +#: apply.c:4968
835 msgid "tolerate incorrectly detected missing new-line at the end of file"
836 msgstr "пренебрегване на неправилно липсващ знак за нов ред в края на файл"
837
833 -#: apply.c:4979
838 +#: apply.c:4971
839 msgid "do not trust the line counts in the hunk headers"
840 msgstr "без доверяване на номерата на редовете в заглавните части на парчетата"
841
837 -#: apply.c:4981 builtin/am.c:2274
842 +#: apply.c:4973 builtin/am.c:2273
843 msgid "root"
844 msgstr "НАЧАЛНА_ДИРЕКТОРИЯ"
845
841 -#: apply.c:4982
846 +#: apply.c:4974
847 msgid "prepend <root> to all filenames"
848 msgstr "добавяне на тази НАЧАЛНА_ДИРЕКТОРИЯ към имената на всички файлове"
849
@@ -861,103 +866,108 @@ msgstr ""
866 msgid "git archive --remote <repo> [--exec <cmd>] --list"
867 msgstr "git archive --remote ХРАНИЛИЩЕ [--exec КОМАНДА] --list"
868
864 -#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
869 +#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
870 #, c-format
871 msgid "pathspec '%s' did not match any files"
872 msgstr "пътят „%s“ не съвпада с никой файл"
873
869 -#: archive.c:429
874 +#: archive.c:417
875 msgid "fmt"
876 msgstr "ФОРМАТ"
877
873 -#: archive.c:429
878 +#: archive.c:417
879 msgid "archive format"
880 msgstr "ФОРМАТ на архива"
881
877 -#: archive.c:430 builtin/log.c:1429
882 +#: archive.c:418 builtin/log.c:1436
883 msgid "prefix"
884 msgstr "ПРЕФИКС"
885
881 -#: archive.c:431
886 +#: archive.c:419
887 msgid "prepend prefix to each pathname in the archive"
888 msgstr "добавяне на този ПРЕФИКС към всеки път в архива"
889
885 -#: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59
886 -#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723
887 -#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
888 -#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
890 +#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60
891 +#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
892 +#: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552
893 +#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
894 #: parse-options.h:153
895 msgid "file"
896 msgstr "ФАЙЛ"
897
893 -#: archive.c:433 builtin/archive.c:89
898 +#: archive.c:421 builtin/archive.c:89
899 msgid "write the archive to this file"
900 msgstr "запазване на архива в този ФАЙЛ"
901
897 -#: archive.c:435
902 +#: archive.c:423
903 msgid "read .gitattributes in working directory"
904 msgstr "изчитане на „.gitattributes“ в работната директория"
905
901 -#: archive.c:436
906 +#: archive.c:424
907 msgid "report archived files on stderr"
908 msgstr "извеждане на архивираните файлове на стандартната грешка"
909
905 -#: archive.c:437
910 +#: archive.c:425
911 msgid "store only"
912 msgstr "само съхранение без компресиране"
913
909 -#: archive.c:438
914 +#: archive.c:426
915 msgid "compress faster"
916 msgstr "бързо компресиране"
917
913 -#: archive.c:446
918 +#: archive.c:434
919 msgid "compress better"
920 msgstr "добро компресиране"
921
917 -#: archive.c:449
922 +#: archive.c:437
923 msgid "list supported archive formats"
924 msgstr "извеждане на списъка с поддържаните формати"
925
921 -#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
922 -#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
926 +#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
927 +#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
928 msgid "repo"
929 msgstr "хранилище"
930
926 -#: archive.c:452 builtin/archive.c:91
931 +#: archive.c:440 builtin/archive.c:91
932 msgid "retrieve the archive from remote repository <repo>"
933 msgstr "изтегляне на архива от отдалеченото ХРАНИЛИЩЕ"
934
930 -#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
935 +#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
936 msgid "command"
937 msgstr "команда"
938
934 -#: archive.c:454 builtin/archive.c:93
939 +#: archive.c:442 builtin/archive.c:93
940 msgid "path to the remote git-upload-archive command"
941 msgstr "път към отдалечената команда „git-upload-archive“"
942
938 -#: archive.c:461
943 +#: archive.c:449
944 msgid "Unexpected option --remote"
945 msgstr "Неочаквана опция „--remote“"
946
942 -#: archive.c:463
947 +#: archive.c:451
948 msgid "Option --exec can only be used together with --remote"
949 msgstr "Опцията „--exec“ изисква „--remote“"
950
946 -#: archive.c:465
951 +#: archive.c:453
952 msgid "Unexpected option --output"
953 msgstr "Неочаквана опция „--output“"
954
950 -#: archive.c:487
955 +#: archive.c:475
956 #, c-format
957 msgid "Unknown archive format '%s'"
958 msgstr "Непознат формат на архив: „%s“"
959
955 -#: archive.c:494
960 +#: archive.c:482
961 #, c-format
962 msgid "Argument not supported for format '%s': -%d"
963 msgstr "Аргументът не се поддържа за форма̀та „%s“: -%d"
964
960 -#: attr.c:263
965 +#: attr.c:212
966 +#, c-format
967 +msgid "%.*s is not a valid attribute name"
968 +msgstr "„%.*s“ е неправилно име за атрибут"
969 +
970 +#: attr.c:408
971 msgid ""
972 "Negative patterns are ignored in git attributes\n"
973 "Use '\\!' for literal leading exclamation."
@@ -965,27 +975,27 @@ msgstr ""
975 "Отрицателните шаблони се игнорират в атрибутите на git.\n"
976 "Ако ви трябва начална удивителна, ползвайте „\\!“."
977
968 -#: bisect.c:441
978 +#: bisect.c:444
979 #, c-format
980 msgid "Could not open file '%s'"
981 msgstr "Файлът „%s“ не може да се отвори"
982
973 -#: bisect.c:446
983 +#: bisect.c:449
984 #, c-format
985 msgid "Badly quoted content in file '%s': %s"
986 msgstr "Неправилно цитирано съдържание във файла „%s“: %s"
987
978 -#: bisect.c:655
988 +#: bisect.c:657
989 #, c-format
990 msgid "We cannot bisect more!\n"
991 msgstr "Повече не може да се търси двоично!\n"
992
983 -#: bisect.c:708
993 +#: bisect.c:710
994 #, c-format
995 msgid "Not a valid commit name %s"
996 msgstr "Неправилно име на подаване „%s“"
997
988 -#: bisect.c:732
998 +#: bisect.c:734
999 #, c-format
1000 msgid ""
1001 "The merge base %s is bad.\n"
@@ -994,7 +1004,7 @@ msgstr ""
1004 "Неправилна база за сливане: %s.\n"
1005 "Следователно грешката е коригирана между „%s“ и [%s].\n"
1006
997 -#: bisect.c:737
1007 +#: bisect.c:739
1008 #, c-format
1009 msgid ""
1010 "The merge base %s is new.\n"
@@ -1003,7 +1013,7 @@ msgstr ""
1013 "Нова база за сливане: %s.\n"
1014 "Свойството е променено между „%s“ и [%s].\n"
1015
1006 -#: bisect.c:742
1016 +#: bisect.c:744
1017 #, c-format
1018 msgid ""
1019 "The merge base %s is %s.\n"
@@ -1012,10 +1022,10 @@ msgstr ""
1022 "Базата за сливане „%s“ е %s.\n"
1023 "Следователно първото %s подаване е между „%s“ и [%s].\n"
1024
1015 -#: bisect.c:750
1025 +#: bisect.c:752
1026 #, c-format
1027 msgid ""
1018 -"Some %s revs are not ancestor of the %s rev.\n"
1028 +"Some %s revs are not ancestors of the %s rev.\n"
1029 "git bisect cannot work properly in this case.\n"
1030 "Maybe you mistook %s and %s revs?\n"
1031 msgstr ""
@@ -1023,7 +1033,7 @@ msgstr ""
1033 "Двоичното търсене с git bisect няма да работи правилно.\n"
1034 "Дали не сте объркали указателите „%s“ и „%s“?\n"
1035
1026 -#: bisect.c:763
1036 +#: bisect.c:765
1037 #, c-format
1038 msgid ""
1039 "the merge base between %s and [%s] must be skipped.\n"
@@ -1034,36 +1044,36 @@ msgstr ""
1044 "Не може да сме сигурни, че първото %s подаване е между „%s“ и „%s“.\n"
1045 "Двоичното търсене продължава."
1046
1037 -#: bisect.c:798
1047 +#: bisect.c:800
1048 #, c-format
1049 msgid "Bisecting: a merge base must be tested\n"
1050 msgstr "Двоично търсене: трябва да се провери база за сливане\n"
1051
1042 -#: bisect.c:849
1052 +#: bisect.c:851
1053 #, c-format
1054 msgid "a %s revision is needed"
1055 msgstr "необходима е версия „%s“"
1056
1047 -#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
1057 +#: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
1058 #, c-format
1059 msgid "could not create file '%s'"
1060 msgstr "файлът „%s“ не може да бъде създаден"
1061
1052 -#: bisect.c:917
1062 +#: bisect.c:919
1063 #, c-format
1064 msgid "could not read file '%s'"
1065 msgstr "файлът „%s“ не може да бъде прочетен"
1066
1057 -#: bisect.c:947
1067 +#: bisect.c:949
1068 msgid "reading bisect refs failed"
1069 msgstr "неуспешно прочитане на указателите за двоично търсене"
1070
1061 -#: bisect.c:967
1071 +#: bisect.c:969
1072 #, c-format
1073 msgid "%s was both %s and %s\n"
1074 msgstr "„%s“ e както „%s“, така и „%s“\n"
1075
1066 -#: bisect.c:975
1076 +#: bisect.c:977
1077 #, c-format
1078 msgid ""
1079 "No testable commit found.\n"
@@ -1072,7 +1082,7 @@ msgstr ""
1082 "Липсва подходящо за тестване подаване.\n"
1083 "Проверете параметрите за пътищата.\n"
1084
1075 -#: bisect.c:994
1085 +#: bisect.c:996
1086 #, c-format
1087 msgid "(roughly %d step)"
1088 msgid_plural "(roughly %d steps)"
@@ -1081,7 +1091,7 @@ msgstr[1] "(приблизително %d стъпки)"
1091
1092 #. TRANSLATORS: the last %s will be replaced with
1093 #. "(roughly %d steps)" translation
1084 -#: bisect.c:998
1094 +#: bisect.c:1000
1095 #, c-format
1096 msgid "Bisecting: %d revision left to test after this %s\n"
1097 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
@@ -1222,7 +1232,7 @@ msgstr "Неправилно място за начало на клон: „%s
1232 msgid "'%s' is already checked out at '%s'"
1233 msgstr "„%s“ вече е изтеглен в „%s“"
1234
1225 -#: branch.c:363
1235 +#: branch.c:364
1236 #, c-format
1237 msgid "HEAD of working tree %s is not updated"
1238 msgstr "Указателят „HEAD“ на работното дърво „%s“ не е обновен"
@@ -1237,7 +1247,7 @@ msgstr "Файлът „%s“ не изглежда да е пратка на gi
1247 msgid "unrecognized header: %s%s (%d)"
1248 msgstr "непозната заглавна част: %s%s (%d)"
1249
1240 -#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1250 +#: bundle.c:87 sequencer.c:1339 sequencer.c:1760 builtin/commit.c:777
1251 #, c-format
1252 msgid "could not open '%s'"
1253 msgstr "„%s“ не може да се отвори"
@@ -1246,10 +1256,10 @@ msgstr "„%s“ не може да се отвори"
1256 msgid "Repository lacks these prerequisite commits:"
1257 msgstr "В хранилището липсват следните необходими подавания:"
1258
1249 -#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1250 -#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1251 -#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1252 -#: builtin/merge.c:356 builtin/shortlog.c:170
1259 +#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2299
1260 +#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1261 +#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1262 +#: builtin/merge.c:359 builtin/shortlog.c:176
1263 msgid "revision walk setup failed"
1264 msgstr "неуспешно настройване на обхождането на версиите"
1265
@@ -1289,7 +1299,7 @@ msgid "ref '%s' is excluded by the rev-list options"
1299 msgstr ""
1300 "указателят „%s“ не е бил включен поради опциите зададени на „git rev-list“"
1301
1292 -#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1302 +#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
1303 #, c-format
1304 msgid "unrecognized argument: %s"
1305 msgstr "непознат аргумент: %s"
@@ -1307,13 +1317,13 @@ msgstr "Файлът „%s“ не може да бъде създаден"
1317 msgid "index-pack died"
1318 msgstr "Командата „git index-pack“ не завърши успешно"
1319
1310 -#: color.c:290
1320 +#: color.c:300
1321 #, c-format
1322 msgid "invalid color value: %.*s"
1323 msgstr "неправилна стойност за цвят: %.*s"
1324
1315 -#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1316 -#: builtin/am.c:2127
1325 +#: commit.c:40 sequencer.c:1572 builtin/am.c:419 builtin/am.c:455
1326 +#: builtin/am.c:1489 builtin/am.c:2126
1327 #, c-format
1328 msgid "could not parse %s"
1329 msgstr "„%s“ не може да се анализира"
@@ -1323,7 +1333,7 @@ msgstr "„%s“ не може да се анализира"
1333 msgid "%s %s is not a commit!"
1334 msgstr "%s %s не е подаване!"
1335
1326 -#: commit.c:1514
1336 +#: commit.c:1511
1337 msgid ""
1338 "Warning: commit message did not conform to UTF-8.\n"
1339 "You may want to amend it after fixing the message, or set the config\n"
@@ -1337,123 +1347,156 @@ msgstr ""
1347 msgid "memory exhausted"
1348 msgstr "паметта свърши"
1349
1340 -#: config.c:516
1350 +#: config.c:191
1351 +msgid "relative config include conditionals must come from files"
1352 +msgstr "относителните условни изрази за вмъкване трябва да идват от файлове"
1353 +
1354 +#: config.c:711
1355 #, c-format
1356 msgid "bad config line %d in blob %s"
1357 msgstr "неправилен ред за настройки %d в BLOB „%s“"
1358
1345 -#: config.c:520
1359 +#: config.c:715
1360 #, c-format
1361 msgid "bad config line %d in file %s"
1362 msgstr "неправилен ред за настройки %d във файла „%s“"
1363
1350 -#: config.c:524
1364 +#: config.c:719
1365 #, c-format
1366 msgid "bad config line %d in standard input"
1367 msgstr "неправилен ред за настройки %d на стандартния вход"
1368
1355 -#: config.c:528
1369 +#: config.c:723
1370 #, c-format
1371 msgid "bad config line %d in submodule-blob %s"
1372 msgstr "неправилен ред за настройки %d в BLOB за подмодул „%s“"
1373
1360 -#: config.c:532
1374 +#: config.c:727
1375 #, c-format
1376 msgid "bad config line %d in command line %s"
1377 msgstr "неправилен ред за настройки %d на командния ред „%s“"
1378
1365 -#: config.c:536
1379 +#: config.c:731
1380 #, c-format
1381 msgid "bad config line %d in %s"
1382 msgstr "неправилен ред за настройки %d в „%s“"
1383
1370 -#: config.c:655
1384 +#: config.c:859
1385 msgid "out of range"
1386 msgstr "извън диапазона"
1387
1374 -#: config.c:655
1388 +#: config.c:859
1389 msgid "invalid unit"
1390 msgstr "неправилна мерна единица"
1391
1378 -#: config.c:661
1392 +#: config.c:865
1393 #, c-format
1394 msgid "bad numeric config value '%s' for '%s': %s"
1395 msgstr "неправилна числова стойност „%s“ за „%s“: %s"
1396
1383 -#: config.c:666
1397 +#: config.c:870
1398 #, c-format
1399 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1400 msgstr "неправилна числова стойност „%s“ за „%s“ в BLOB „%s“: %s"
1401
1388 -#: config.c:669
1402 +#: config.c:873
1403 #, c-format
1404 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1405 msgstr "неправилна числова стойност „%s“ за „%s“ във файла „%s“: %s"
1406
1393 -#: config.c:672
1407 +#: config.c:876
1408 #, c-format
1409 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1410 msgstr "неправилна числова стойност „%s“ за „%s“ на стандартния вход: %s"
1411
1398 -#: config.c:675
1412 +#: config.c:879
1413 #, c-format
1414 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1415 msgstr "неправилна числова стойност „%s“ за „%s“ в BLOB от подмодул „%s“: %s"
1416
1403 -#: config.c:678
1417 +#: config.c:882
1418 #, c-format
1419 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1420 msgstr "неправилна числова стойност „%s“ за „%s“ на командния ред „%s“: %s"
1421
1408 -#: config.c:681
1422 +#: config.c:885
1423 #, c-format
1424 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1425 msgstr "неправилна числова стойност „%s“ за „%s“ в %s: %s"
1426
1413 -#: config.c:768
1427 +#: config.c:980
1428 #, c-format
1429 msgid "failed to expand user dir in: '%s'"
1430 msgstr "домашната папка на потребителя не може да бъде открита: „%s“"
1431
1418 -#: config.c:852 config.c:863
1432 +#: config.c:1075 config.c:1086
1433 #, c-format
1434 msgid "bad zlib compression level %d"
1435 msgstr "неправилно ниво на компресиране: %d"
1436
1423 -#: config.c:978
1437 +#: config.c:1203
1438 #, c-format
1439 msgid "invalid mode for object creation: %s"
1440 msgstr "неправилен режим за създаването на обекти: %s"
1441
1428 -#: config.c:1312
1442 +#: config.c:1359
1443 +#, c-format
1444 +msgid "bad pack compression level %d"
1445 +msgstr "неправилно ниво на компресиране при пакетиране: %d"
1446 +
1447 +#: config.c:1557
1448 msgid "unable to parse command-line config"
1449 msgstr "неправилни настройки от командния ред"
1450
1432 -#: config.c:1362
1451 +#: config.c:1611
1452 msgid "unknown error occurred while reading the configuration files"
1453 msgstr "неочаквана грешка при изчитането на конфигурационните файлове"
1454
1436 -#: config.c:1716
1455 +#: config.c:1970
1456 +#, c-format
1457 +msgid "Invalid %s: '%s'"
1458 +msgstr "Неправилен %s: „%s“"
1459 +
1460 +#: config.c:1991
1461 +#, c-format
1462 +msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1463 +msgstr ""
1464 +"непозната стойност „%s“ за настройката „core.untrackedCache“. Ще се ползва "
1465 +"стандартната стойност „keep“ (запазване)"
1466 +
1467 +#: config.c:2017
1468 +#, c-format
1469 +msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1470 +msgstr ""
1471 +"стойността на „splitIndex.maxPercentChange“ трябва да е между 1 и 100, а не "
1472 +"%d"
1473 +
1474 +#: config.c:2028
1475 #, c-format
1476 msgid "unable to parse '%s' from command-line config"
1477 msgstr "неразпозната стойност „%s“ от командния ред"
1478
1441 -#: config.c:1718
1479 +#: config.c:2030
1480 #, c-format
1481 msgid "bad config variable '%s' in file '%s' at line %d"
1482 msgstr "неправилна настройка „%s“ във файла „%s“ на ред №%d"
1483
1446 -#: config.c:1777
1484 +#: config.c:2089
1485 #, c-format
1486 msgid "%s has multiple values"
1487 msgstr "зададени са няколко стойности за „%s“"
1488
1451 -#: config.c:2311
1489 +#: config.c:2423 config.c:2648
1490 +#, c-format
1491 +msgid "fstat on %s failed"
1492 +msgstr "неуспешно изпълнение на „fstat“ върху „%s“"
1493 +
1494 +#: config.c:2541
1495 #, c-format
1496 msgid "could not set '%s' to '%s'"
1497 msgstr "„%s“ не може да се зададе да е „%s“"
1498
1456 -#: config.c:2313
1499 +#: config.c:2543 builtin/remote.c:774
1500 #, c-format
1501 msgid "could not unset '%s'"
1502 msgstr "„%s“ не може да се премахне"
@@ -1474,7 +1517,7 @@ msgstr ""
1517 "Проверете дали то съществува и дали имате права\n"
1518 "за достъп."
1519
1477 -#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1520 +#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1521 msgid "Checking connectivity"
1522 msgstr "Проверка на връзката"
1523
@@ -1616,12 +1659,12 @@ msgstr ""
1659 msgid " Unknown dirstat parameter '%s'\n"
1660 msgstr " Непознат параметър „%s“ за статистиката по директории'\n"
1661
1619 -#: diff.c:283
1662 +#: diff.c:281
1663 #, c-format
1664 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1665 msgstr "Непозната стойност „%s“ за настройката „diff.submodule“"
1666
1624 -#: diff.c:346
1667 +#: diff.c:344
1668 #, c-format
1669 msgid ""
1670 "Found errors in 'diff.dirstat' config variable:\n"
@@ -1630,23 +1673,23 @@ msgstr ""
1673 "Грешки в настройката „diff.dirstat“:\n"
1674 "%s"
1675
1633 -#: diff.c:3087
1676 +#: diff.c:3102
1677 #, c-format
1678 msgid "external diff died, stopping at %s"
1679 msgstr ""
1680 "външната програма за разлики завърши неуспешно. Спиране на работата при „%s“"
1681
1639 -#: diff.c:3412
1682 +#: diff.c:3428
1683 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1684 msgstr ""
1685 "Опциите „--name-only“, „--name-status“, „--check“ и „-s“ са несъвместими "
1686 "една с друга"
1687
1645 -#: diff.c:3502
1688 +#: diff.c:3518
1689 msgid "--follow requires exactly one pathspec"
1690 msgstr "Опцията „--follow“ изисква точно един път"
1691
1649 -#: diff.c:3665
1692 +#: diff.c:3681
1693 #, c-format
1694 msgid ""
1695 "Failed to parse --dirstat/-X option parameter:\n"
@@ -1655,204 +1698,234 @@ msgstr ""
1698 "Неразпознат параметър към опцията „--dirstat/-X“:\n"
1699 "%s"
1700
1658 -#: diff.c:3679
1701 +#: diff.c:3695
1702 #, c-format
1703 msgid "Failed to parse --submodule option parameter: '%s'"
1704 msgstr "Неразпознат параметър към опцията „--submodule“: „%s“"
1705
1663 -#: diff.c:4700
1706 +#: diff.c:4719
1707 msgid "inexact rename detection was skipped due to too many files."
1708 msgstr ""
1709 "търсенето на преименувания на обекти съчетани с промени се прескача поради "
1710 "многото файлове."
1711
1669 -#: diff.c:4703
1712 +#: diff.c:4722
1713 msgid "only found copies from modified paths due to too many files."
1714 msgstr ""
1715 "установени са точните копия на променените пътища поради многото файлове."
1716
1674 -#: diff.c:4706
1717 +#: diff.c:4725
1718 #, c-format
1719 msgid ""
1720 "you may want to set your %s variable to at least %d and retry the command."
1721 msgstr "задайте променливата „%s“ да е поне %d и отново изпълнете командата."
1722
1680 -#: dir.c:1866
1723 +#: dir.c:1899
1724 msgid "failed to get kernel name and information"
1725 msgstr "името и версията на ядрото не бяха получени"
1726
1684 -#: dir.c:1985
1727 +#: dir.c:2018
1728 msgid "Untracked cache is disabled on this system or location."
1729 msgstr ""
1730 "Кеша за неследените файлове е изключен на тази система или местоположение."
1731
1689 -#: fetch-pack.c:213
1732 +#: dir.c:2776 dir.c:2781
1733 +#, c-format
1734 +msgid "could not create directories for %s"
1735 +msgstr "директориите за „%s“ не може да бъдат създадени"
1736 +
1737 +#: dir.c:2806
1738 +#, c-format
1739 +msgid "could not migrate git directory from '%s' to '%s'"
1740 +msgstr "директорията на git не може да се мигрира от „%s“ до „%s“"
1741 +
1742 +#: entry.c:280
1743 +#, c-format
1744 +msgid "could not stat file '%s'"
1745 +msgstr "неуспешно изпълнение на „stat“ върху файла „%s“"
1746 +
1747 +#: fetch-pack.c:249
1748 msgid "git fetch-pack: expected shallow list"
1749 msgstr "git fetch-pack: очаква се плитък списък"
1750
1693 -#: fetch-pack.c:225
1751 +#: fetch-pack.c:261
1752 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1753 msgstr "git fetch-pack: очакваше се „ACK“/„NAK“, а бе получен „EOF“"
1754
1697 -#: fetch-pack.c:243
1755 +#: fetch-pack.c:280 builtin/archive.c:63
1756 +#, c-format
1757 +msgid "remote error: %s"
1758 +msgstr "отдалечена грешка: %s"
1759 +
1760 +#: fetch-pack.c:281
1761 #, c-format
1762 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1763 msgstr "git fetch-pack: очакваше се „ACK“/„NAK“, а бе получен „%s“"
1764
1702 -#: fetch-pack.c:295
1765 +#: fetch-pack.c:333
1766 msgid "--stateless-rpc requires multi_ack_detailed"
1767 msgstr "опцията „--stateless-rpc“ изисква „multi_ack_detailed“"
1768
1706 -#: fetch-pack.c:381
1769 +#: fetch-pack.c:419
1770 #, c-format
1771 msgid "invalid shallow line: %s"
1772 msgstr "неправилен плитък ред: „%s“"
1773
1711 -#: fetch-pack.c:387
1774 +#: fetch-pack.c:425
1775 #, c-format
1776 msgid "invalid unshallow line: %s"
1777 msgstr "неправилен неплитък ред: „%s“"
1778
1716 -#: fetch-pack.c:389
1779 +#: fetch-pack.c:427
1780 #, c-format
1781 msgid "object not found: %s"
1782 msgstr "обектът „%s“ липсва"
1783
1721 -#: fetch-pack.c:392
1784 +#: fetch-pack.c:430
1785 #, c-format
1786 msgid "error in object: %s"
1787 msgstr "грешка в обекта: „%s“"
1788
1726 -#: fetch-pack.c:394
1789 +#: fetch-pack.c:432
1790 #, c-format
1791 msgid "no shallow found: %s"
1792 msgstr "не е открит плитък обект: %s"
1793
1731 -#: fetch-pack.c:397
1794 +#: fetch-pack.c:435
1795 #, c-format
1796 msgid "expected shallow/unshallow, got %s"
1797 msgstr "очаква се плитък или не обект, а бе получено: %s"
1798
1736 -#: fetch-pack.c:436
1799 +#: fetch-pack.c:474
1800 #, c-format
1801 msgid "got %s %d %s"
1802 msgstr "получено бе %s %d %s"
1803
1741 -#: fetch-pack.c:450
1804 +#: fetch-pack.c:488
1805 #, c-format
1806 msgid "invalid commit %s"
1807 msgstr "неправилно подаване: „%s“"
1808
1746 -#: fetch-pack.c:483
1809 +#: fetch-pack.c:521
1810 msgid "giving up"
1811 msgstr "преустановяване"
1812
1750 -#: fetch-pack.c:493 progress.c:235
1813 +#: fetch-pack.c:531 progress.c:235
1814 msgid "done"
1815 msgstr "действието завърши"
1816
1754 -#: fetch-pack.c:505
1817 +#: fetch-pack.c:543
1818 #, c-format
1819 msgid "got %s (%d) %s"
1820 msgstr "получено бе %s (%d) %s"
1821
1759 -#: fetch-pack.c:551
1822 +#: fetch-pack.c:589
1823 #, c-format
1824 msgid "Marking %s as complete"
1825 msgstr "Отбелязване на „%s“ като пълно"
1826
1764 -#: fetch-pack.c:697
1827 +#: fetch-pack.c:737
1828 #, c-format
1829 msgid "already have %s (%s)"
1830 msgstr "вече има „%s“ (%s)"
1831
1769 -#: fetch-pack.c:735
1832 +#: fetch-pack.c:775
1833 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1834 msgstr "fetch-pack: не може да се създаде процес за демултиплексора"
1835
1773 -#: fetch-pack.c:743
1836 +#: fetch-pack.c:783
1837 msgid "protocol error: bad pack header"
1838 msgstr "протоколна грешка: неправилна заглавна част на пакет"
1839
1777 -#: fetch-pack.c:799
1840 +#: fetch-pack.c:839
1841 #, c-format
1842 msgid "fetch-pack: unable to fork off %s"
1843 msgstr "fetch-pack: не може да се създаде процес за „%s“"
1844
1782 -#: fetch-pack.c:815
1845 +#: fetch-pack.c:855
1846 #, c-format
1847 msgid "%s failed"
1848 msgstr "неуспешно изпълнение на „%s“"
1849
1787 -#: fetch-pack.c:817
1850 +#: fetch-pack.c:857
1851 msgid "error in sideband demultiplexer"
1852 msgstr "грешка в демултиплексора"
1853
1791 -#: fetch-pack.c:844
1854 +#: fetch-pack.c:884
1855 msgid "Server does not support shallow clients"
1856 msgstr "Сървърът не поддържа плитки клиенти"
1857
1795 -#: fetch-pack.c:848
1858 +#: fetch-pack.c:888
1859 msgid "Server supports multi_ack_detailed"
1860 msgstr "Сървърът поддържа „multi_ack_detailed“"
1861
1799 -#: fetch-pack.c:851
1862 +#: fetch-pack.c:891
1863 msgid "Server supports no-done"
1864 msgstr "Сървърът поддържа „no-done“"
1865
1803 -#: fetch-pack.c:857
1866 +#: fetch-pack.c:897
1867 msgid "Server supports multi_ack"
1868 msgstr "Сървърът поддържа „multi_ack“"
1869
1807 -#: fetch-pack.c:861
1870 +#: fetch-pack.c:901
1871 msgid "Server supports side-band-64k"
1872 msgstr "Сървърът поддържа „side-band-64k“"
1873
1811 -#: fetch-pack.c:865
1874 +#: fetch-pack.c:905
1875 msgid "Server supports side-band"
1876 msgstr "Сървърът поддържа „side-band“"
1877
1815 -#: fetch-pack.c:869
1878 +#: fetch-pack.c:909
1879 msgid "Server supports allow-tip-sha1-in-want"
1880 msgstr "Сървърът поддържа „allow-tip-sha1-in-want“"
1881
1819 -#: fetch-pack.c:873
1882 +#: fetch-pack.c:913
1883 msgid "Server supports allow-reachable-sha1-in-want"
1884 msgstr "Сървърът поддържа „allow-reachable-sha1-in-want“"
1885
1823 -#: fetch-pack.c:883
1886 +#: fetch-pack.c:923
1887 msgid "Server supports ofs-delta"
1888 msgstr "Сървърът поддържа „ofs-delta“"
1889
1827 -#: fetch-pack.c:890
1890 +#: fetch-pack.c:930
1891 #, c-format
1892 msgid "Server version is %.*s"
1893 msgstr "Версията на сървъра е: %.*s"
1894
1832 -#: fetch-pack.c:896
1895 +#: fetch-pack.c:936
1896 msgid "Server does not support --shallow-since"
1897 msgstr "Сървърът не поддържа опцията „--shallow-since“"
1898
1836 -#: fetch-pack.c:900
1899 +#: fetch-pack.c:940
1900 msgid "Server does not support --shallow-exclude"
1901 msgstr "Сървърът не поддържа опцията „--shallow-exclude“"
1902
1840 -#: fetch-pack.c:902
1903 +#: fetch-pack.c:942
1904 msgid "Server does not support --deepen"
1905 msgstr "Сървърът не поддържа опцията „--deepen“"
1906
1844 -#: fetch-pack.c:913
1907 +#: fetch-pack.c:953
1908 msgid "no common commits"
1909 msgstr "няма общи подавания"
1910
1848 -#: fetch-pack.c:925
1911 +#: fetch-pack.c:965
1912 msgid "git fetch-pack: fetch failed."
1913 msgstr "git fetch-pack: неуспешно доставяне."
1914
1852 -#: fetch-pack.c:1087
1915 +#: fetch-pack.c:1127
1916 msgid "no matching remote head"
1917 msgstr "не може да бъде открит подходящ връх от отдалеченото хранилище"
1918
1919 +#: fetch-pack.c:1149
1920 +#, c-format
1921 +msgid "no such remote ref %s"
1922 +msgstr "такъв отдалечен указател няма: %s"
1923 +
1924 +#: fetch-pack.c:1152
1925 +#, c-format
1926 +msgid "Server does not allow request for unadvertised object %s"
1927 +msgstr "Сървърът не позволява заявка за необявен „%s“"
1928 +
1929 #: gpg-interface.c:185
1930 msgid "gpg failed to sign the data"
1931 msgstr "Програмата „gpg“ не подписа данните."
@@ -1866,35 +1939,40 @@ msgstr "не може да се създаде временен файл"
1939 msgid "failed writing detached signature to '%s'"
1940 msgstr "Програмата не успя да запише самостоятелния подпис в „%s“"
1941
1869 -#: grep.c:1782
1942 +#: graph.c:96
1943 +#, c-format
1944 +msgid "ignore invalid color '%.*s' in log.graphColors"
1945 +msgstr "прескачане на неправилния цвят „%.*s“ в „log.graphColors“"
1946 +
1947 +#: grep.c:1796
1948 #, c-format
1949 msgid "'%s': unable to read %s"
1950 msgstr "„%s“: файлът сочен от „%s“ не може да бъде прочетен"
1951
1874 -#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1952 +#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
1953 #, c-format
1954 msgid "failed to stat '%s'"
1955 msgstr "не може да бъде получена информация чрез „stat“ за „%s“"
1956
1879 -#: grep.c:1810
1957 +#: grep.c:1824
1958 #, c-format
1959 msgid "'%s': short read"
1960 msgstr "„%s“: изчитането върна по-малко байтове от заявените"
1961
1884 -#: help.c:203
1962 +#: help.c:218
1963 #, c-format
1964 msgid "available git commands in '%s'"
1965 msgstr "налични команди на git от „%s“"
1966
1889 -#: help.c:210
1967 +#: help.c:225
1968 msgid "git commands available from elsewhere on your $PATH"
1969 msgstr "команди на git от други директории от „$PATH“"
1970
1893 -#: help.c:241
1971 +#: help.c:256
1972 msgid "These are common Git commands used in various situations:"
1973 msgstr "Това са най-често използваните команди на Git:"
1974
1897 -#: help.c:306
1975 +#: help.c:321
1976 #, c-format
1977 msgid ""
1978 "'%s' appears to be a git command, but we were not\n"
@@ -1903,11 +1981,11 @@ msgstr ""
1981 "Изглежда, че „%s“ е команда на git, но тя не може да\n"
1982 "бъде изпълнена. Вероятно пакетът „git-%s“ е повреден."
1983
1906 -#: help.c:361
1984 +#: help.c:376
1985 msgid "Uh oh. Your system reports no Git commands at all."
1986 msgstr "Странно, изглежда, че на системата ви няма нито една команда на git."
1987
1910 -#: help.c:383
1988 +#: help.c:398
1989 #, c-format
1990 msgid ""
1991 "WARNING: You called a Git command named '%s', which does not exist.\n"
@@ -1918,17 +1996,17 @@ msgstr ""
1996 "съществува. Изпълнението автоматично продължава, като се счита, че имате "
1997 "предвид „%s“"
1998
1921 -#: help.c:388
1999 +#: help.c:403
2000 #, c-format
2001 msgid "in %0.1f seconds automatically..."
2002 msgstr "след %0.1f секунди…"
2003
1926 -#: help.c:395
2004 +#: help.c:410
2005 #, c-format
2006 msgid "git: '%s' is not a git command. See 'git --help'."
2007 msgstr "git: „%s“ не е команда на git. Погледнете изхода от „git --help“."
2008
1931 -#: help.c:399 help.c:465
2009 +#: help.c:414 help.c:480
2010 msgid ""
2011 "\n"
2012 "Did you mean this?"
@@ -1942,12 +2020,12 @@ msgstr[1] ""
2020 "\n"
2021 "Команди с подобно име са:"
2022
1945 -#: help.c:461
2023 +#: help.c:476
2024 #, c-format
2025 msgid "%s: %s - %s"
2026 msgstr "%s: %s — %s"
2027
1950 -#: ident.c:334
2028 +#: ident.c:343
2029 msgid ""
2030 "\n"
2031 "*** Please tell me who you are.\n"
@@ -1974,6 +2052,41 @@ msgstr ""
2052 "хранилище.\n"
2053 "\n"
2054
2055 +#: ident.c:367
2056 +msgid "no email was given and auto-detection is disabled"
2057 +msgstr "липсва адрес за е-поща, а автоматичното отгатване е изключено"
2058 +
2059 +#: ident.c:372
2060 +#, c-format
2061 +msgid "unable to auto-detect email address (got '%s')"
2062 +msgstr ""
2063 +"адресът за е-поща не може да бъде отгатнат (най-доброто предположение бе "
2064 +"„%s“)"
2065 +
2066 +#: ident.c:382
2067 +msgid "no name was given and auto-detection is disabled"
2068 +msgstr "липсва име, а автоматичното отгатване е изключено"
2069 +
2070 +#: ident.c:388
2071 +#, c-format
2072 +msgid "unable to auto-detect name (got '%s')"
2073 +msgstr "името не може да бъде отгатнато (най-доброто предположение бе „%s“)"
2074 +
2075 +#: ident.c:396
2076 +#, c-format
2077 +msgid "empty ident name (for <%s>) not allowed"
2078 +msgstr "не може да се ползва празно име като идентификатор (за <%s>)"
2079 +
2080 +#: ident.c:402
2081 +#, c-format
2082 +msgid "name consists only of disallowed characters: %s"
2083 +msgstr "името съдържа само непозволени знаци: „%s“"
2084 +
2085 +#: ident.c:417 builtin/commit.c:611
2086 +#, c-format
2087 +msgid "invalid date format: %s"
2088 +msgstr "неправилен формат на дата: %s"
2089 +
2090 #: lockfile.c:152
2091 #, c-format
2092 msgid ""
@@ -2002,8 +2115,8 @@ msgstr "Файлът-ключалка „%s.lock“ не може да бъде
2115 msgid "failed to read the cache"
2116 msgstr "кешът не може да бъде прочетен"
2117
2005 -#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
2006 -#: builtin/checkout.c:588 builtin/clone.c:731
2118 +#: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:393
2119 +#: builtin/checkout.c:607 builtin/clone.c:749
2120 msgid "unable to write new index file"
2121 msgstr "неуспешно записване на новия индекс"
2122
@@ -2011,71 +2124,71 @@ msgstr "неуспешно записване на новия индекс"
2124 msgid "(bad commit)\n"
2125 msgstr "(лошо подаване)\n"
2126
2014 -#: merge-recursive.c:231
2127 +#: merge-recursive.c:231 merge-recursive.c:239
2128 #, c-format
2129 msgid "addinfo_cache failed for path '%s'"
2130 msgstr "неуспешно изпълнение на „addinfo_cache“ за пътя „%s“"
2131
2019 -#: merge-recursive.c:301
2132 +#: merge-recursive.c:303
2133 msgid "error building trees"
2134 msgstr "грешка при изграждане на дърветата"
2135
2023 -#: merge-recursive.c:720
2136 +#: merge-recursive.c:727
2137 #, c-format
2138 msgid "failed to create path '%s'%s"
2139 msgstr "грешка при създаването на пътя „%s“%s"
2140
2028 -#: merge-recursive.c:731
2141 +#: merge-recursive.c:738
2142 #, c-format
2143 msgid "Removing %s to make room for subdirectory\n"
2144 msgstr "Изтриване на „%s“, за да се освободи място за поддиректория\n"
2145
2033 -#: merge-recursive.c:745 merge-recursive.c:764
2146 +#: merge-recursive.c:752 merge-recursive.c:771
2147 msgid ": perhaps a D/F conflict?"
2148 msgstr ": възможно е да има конфликт директория/файл."
2149
2037 -#: merge-recursive.c:754
2150 +#: merge-recursive.c:761
2151 #, c-format
2152 msgid "refusing to lose untracked file at '%s'"
2153 msgstr ""
2154 "преустановяване на действието, за да не се изтрие неследеният файл „%s“"
2155
2043 -#: merge-recursive.c:796 builtin/cat-file.c:34
2156 +#: merge-recursive.c:803 builtin/cat-file.c:34
2157 #, c-format
2158 msgid "cannot read object %s '%s'"
2159 msgstr "обектът „%s“ (%s) не може да бъде прочетен"
2160
2048 -#: merge-recursive.c:798
2161 +#: merge-recursive.c:805
2162 #, c-format
2163 msgid "blob expected for %s '%s'"
2164 msgstr "обектът „%s“ (%s) се очакваше да е BLOB, а не е"
2165
2053 -#: merge-recursive.c:822
2166 +#: merge-recursive.c:829
2167 #, c-format
2168 msgid "failed to open '%s': %s"
2169 msgstr "„%s“ не може да се отвори: %s"
2170
2058 -#: merge-recursive.c:833
2171 +#: merge-recursive.c:840
2172 #, c-format
2173 msgid "failed to symlink '%s': %s"
2174 msgstr "неуспешно създаване на символната връзка „%s“: %s"
2175
2063 -#: merge-recursive.c:838
2176 +#: merge-recursive.c:845
2177 #, c-format
2178 msgid "do not know what to do with %06o %s '%s'"
2179 msgstr ""
2180 "не е ясно какво да се прави с обекта „%2$s“ (%3$s) с права за достъп „%1$06o“"
2181
2069 -#: merge-recursive.c:978
2182 +#: merge-recursive.c:985
2183 msgid "Failed to execute internal merge"
2184 msgstr "Неуспешно вътрешно сливане"
2185
2073 -#: merge-recursive.c:982
2186 +#: merge-recursive.c:989
2187 #, c-format
2188 msgid "Unable to add %s to database"
2189 msgstr "„%s“ не може да се добави в базата с данни"
2190
2078 -#: merge-recursive.c:1081 merge-recursive.c:1095
2191 +#: merge-recursive.c:1092
2192 #, c-format
2193 msgid ""
2194 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2084,7 +2197,16 @@ msgstr ""
2197 "КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
2198 "е оставена в дървото."
2199
2087 -#: merge-recursive.c:1087 merge-recursive.c:1100
2200 +#: merge-recursive.c:1097
2201 +#, c-format
2202 +msgid ""
2203 +"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2204 +"left in tree."
2205 +msgstr ""
2206 +"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ е преименуван на „%s“ в "
2207 +"%s. Версия %s на „%s“ е оставена в дървото."
2208 +
2209 +#: merge-recursive.c:1104
2210 #, c-format
2211 msgid ""
2212 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2093,6 +2215,15 @@ msgstr ""
2215 "КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
2216 "е оставена в дървото: %s."
2217
2218 +#: merge-recursive.c:1109
2219 +#, c-format
2220 +msgid ""
2221 +"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2222 +"left in tree at %s."
2223 +msgstr ""
2224 +"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ е преименуван на „%s“ в "
2225 +"%s. Версия %s на „%s“ е оставена в дървото: %s."
2226 +
2227 #: merge-recursive.c:1143
2228 msgid "rename"
2229 msgstr "преименуване"
@@ -2131,123 +2262,123 @@ msgstr ""
2262 msgid "Renaming %s to %s and %s to %s instead"
2263 msgstr "Преименуване на „%s“ на „%s“, а „%s“ на „%s“"
2264
2134 -#: merge-recursive.c:1531
2265 +#: merge-recursive.c:1528
2266 #, c-format
2267 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2268 msgstr ""
2269 "КОНФЛИКТ (преименуване/добавяне): „%s“ е преименуван на „%s“ в клон „%s“, а "
2270 "„%s“ е добавен в „%s“"
2271
2141 -#: merge-recursive.c:1546
2272 +#: merge-recursive.c:1543
2273 #, c-format
2274 msgid "Adding merged %s"
2275 msgstr "Добавяне на слетия „%s“"
2276
2146 -#: merge-recursive.c:1553 merge-recursive.c:1766
2277 +#: merge-recursive.c:1550 merge-recursive.c:1780
2278 #, c-format
2279 msgid "Adding as %s instead"
2280 msgstr "Добавяне като „%s“"
2281
2151 -#: merge-recursive.c:1610
2282 +#: merge-recursive.c:1607
2283 #, c-format
2284 msgid "cannot read object %s"
2285 msgstr "обектът „%s“ не може да се прочете"
2286
2156 -#: merge-recursive.c:1613
2287 +#: merge-recursive.c:1610
2288 #, c-format
2289 msgid "object %s is not a blob"
2290 msgstr "обектът „%s“ не е BLOB"
2291
2161 -#: merge-recursive.c:1666
2292 +#: merge-recursive.c:1679
2293 msgid "modify"
2294 msgstr "промяна"
2295
2165 -#: merge-recursive.c:1666
2296 +#: merge-recursive.c:1679
2297 msgid "modified"
2298 msgstr "променен"
2299
2169 -#: merge-recursive.c:1676
2300 +#: merge-recursive.c:1689
2301 msgid "content"
2302 msgstr "съдържание"
2303
2173 -#: merge-recursive.c:1683
2304 +#: merge-recursive.c:1696
2305 msgid "add/add"
2306 msgstr "добавяне/добавяне"
2307
2177 -#: merge-recursive.c:1718
2308 +#: merge-recursive.c:1732
2309 #, c-format
2310 msgid "Skipped %s (merged same as existing)"
2311 msgstr "Прескачане на „%s“ (слетият резултат е идентичен със сегашния)"
2312
2182 -#: merge-recursive.c:1732
2313 +#: merge-recursive.c:1746
2314 #, c-format
2315 msgid "Auto-merging %s"
2316 msgstr "Автоматично сливане на „%s“"
2317
2187 -#: merge-recursive.c:1736 git-submodule.sh:924
2318 +#: merge-recursive.c:1750 git-submodule.sh:944
2319 msgid "submodule"
2320 msgstr "ПОДМОДУЛ"
2321
2191 -#: merge-recursive.c:1737
2322 +#: merge-recursive.c:1751
2323 #, c-format
2324 msgid "CONFLICT (%s): Merge conflict in %s"
2325 msgstr "КОНФЛИКТ (%s): Конфликт при сливане на „%s“"
2326
2196 -#: merge-recursive.c:1831
2327 +#: merge-recursive.c:1845
2328 #, c-format
2329 msgid "Removing %s"
2330 msgstr "Изтриване на „%s“"
2331
2201 -#: merge-recursive.c:1857
2332 +#: merge-recursive.c:1871
2333 msgid "file/directory"
2334 msgstr "файл/директория"
2335
2205 -#: merge-recursive.c:1863
2336 +#: merge-recursive.c:1877
2337 msgid "directory/file"
2338 msgstr "директория/файл"
2339
2209 -#: merge-recursive.c:1868
2340 +#: merge-recursive.c:1883
2341 #, c-format
2342 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2343 msgstr ""
2344 "КОНФЛИКТ (%s): Съществува директория на име „%s“ в „%s“. Добавяне на „%s“ "
2345 "като „%s“"
2346
2216 -#: merge-recursive.c:1877
2347 +#: merge-recursive.c:1892
2348 #, c-format
2349 msgid "Adding %s"
2350 msgstr "Добавяне на „%s“"
2351
2221 -#: merge-recursive.c:1914
2352 +#: merge-recursive.c:1929
2353 msgid "Already up-to-date!"
2354 msgstr "Вече е обновено!"
2355
2225 -#: merge-recursive.c:1923
2356 +#: merge-recursive.c:1938
2357 #, c-format
2358 msgid "merging of trees %s and %s failed"
2359 msgstr "неуспешно сливане на дърветата „%s“ и „%s“"
2360
2230 -#: merge-recursive.c:2006
2361 +#: merge-recursive.c:2021
2362 msgid "Merging:"
2363 msgstr "Сливане:"
2364
2234 -#: merge-recursive.c:2019
2365 +#: merge-recursive.c:2034
2366 #, c-format
2367 msgid "found %u common ancestor:"
2368 msgid_plural "found %u common ancestors:"
2369 msgstr[0] "открит е %u общ предшественик:"
2370 msgstr[1] "открити са %u общи предшественици:"
2371
2241 -#: merge-recursive.c:2058
2372 +#: merge-recursive.c:2073
2373 msgid "merge returned no commit"
2374 msgstr "сливането не върна подаване"
2375
2245 -#: merge-recursive.c:2121
2376 +#: merge-recursive.c:2136
2377 #, c-format
2378 msgid "Could not parse object '%s'"
2379 msgstr "Неуспешен анализ на обекта „%s“"
2380
2250 -#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
2381 +#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2382 msgid "Unable to write index."
2383 msgstr "Индексът не може да бъде прочетен"
2384
@@ -2262,11 +2393,11 @@ msgstr ""
2393 "съществува).\n"
2394 "За да завършите предишното сливане, изпълнете:\n"
2395 "\n"
2265 -" git notes merge --commit\n"
2396 +" git notes merge --commit\n"
2397 "\n"
2398 "За да отмените предишното сливане, изпълнете:\n"
2399 "\n"
2269 -" git notes merge --abort"
2400 +" git notes merge --abort"
2401
2402 #: notes-merge.c:280
2403 #, c-format
@@ -2297,7 +2428,7 @@ msgstr ""
2428 msgid "Bad %s value: '%s'"
2429 msgstr "Зададена е лоша стойност на променливата „%s“: „%s“"
2430
2300 -#: object.c:242
2431 +#: object.c:240
2432 #, c-format
2433 msgid "unable to parse object: %s"
2434 msgstr "обектът „%s“ не може да бъде анализиран"
@@ -2332,16 +2463,34 @@ msgstr "-ЧИСЛО"
2463 msgid "malformed object name '%s'"
2464 msgstr "неправилно име на обект „%s“"
2465
2335 -#: path.c:826
2466 +#: path.c:810
2467 #, c-format
2468 msgid "Could not make %s writable by group"
2469 msgstr "Не могат да се дадат права за запис в директорията „%s“ на групата"
2470
2340 -#: pathspec.c:133
2471 +#: pathspec.c:125
2472 +msgid "Escape character '\\' not allowed as last character in attr value"
2473 +msgstr ""
2474 +"Екраниращият знак „\\“не може да е последен знак в стойността на атрибут"
2475 +
2476 +#: pathspec.c:143
2477 +msgid "Only one 'attr:' specification is allowed."
2478 +msgstr "Позволено е само едно указване на „attr:“."
2479 +
2480 +#: pathspec.c:146
2481 +msgid "attr spec must not be empty"
2482 +msgstr "„attr:“ трябва да указва стойност"
2483 +
2484 +#: pathspec.c:189
2485 +#, c-format
2486 +msgid "invalid attribute name %s"
2487 +msgstr "неправилно име на атрибут: „%s“"
2488 +
2489 +#: pathspec.c:254
2490 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2491 msgstr "глобалните настройки за пътища „glob“ и „noglob“ са несъвместими"
2492
2344 -#: pathspec.c:143
2493 +#: pathspec.c:261
2494 msgid ""
2495 "global 'literal' pathspec setting is incompatible with all other global "
2496 "pathspec settings"
@@ -2349,46 +2498,51 @@ msgstr ""
2498 "глобалната настройка за дословни пътища „literal“ е несъвместима с всички "
2499 "други глобални настройки за пътища"
2500
2352 -#: pathspec.c:177
2501 +#: pathspec.c:301
2502 msgid "invalid parameter for pathspec magic 'prefix'"
2503 msgstr "неправилен параметър за опцията за магически пътища „prefix“"
2504
2356 -#: pathspec.c:183
2505 +#: pathspec.c:322
2506 #, c-format
2507 msgid "Invalid pathspec magic '%.*s' in '%s'"
2508 msgstr "Неправилна стойност за опцията за магически пътища „%.*s“ в „%s“"
2509
2361 -#: pathspec.c:187
2510 +#: pathspec.c:327
2511 #, c-format
2512 msgid "Missing ')' at the end of pathspec magic in '%s'"
2513 msgstr "Знакът „)“ липсва в опцията за магически пътища в „%s“"
2514
2366 -#: pathspec.c:205
2515 +#: pathspec.c:365
2516 #, c-format
2517 msgid "Unimplemented pathspec magic '%c' in '%s'"
2518 msgstr "Магическите пътища „%c“ са без реализация за „%s“"
2519
2371 -#: pathspec.c:230
2520 +#: pathspec.c:421 pathspec.c:443
2521 +#, c-format
2522 +msgid "Pathspec '%s' is in submodule '%.*s'"
2523 +msgstr "Пътят „%s“ е в подмодула „%.*s“"
2524 +
2525 +#: pathspec.c:483
2526 #, c-format
2527 msgid "%s: 'literal' and 'glob' are incompatible"
2528 msgstr "%s: опциите „literal“ и „glob“ са несъвместими"
2529
2376 -#: pathspec.c:241
2530 +#: pathspec.c:496
2531 #, c-format
2532 msgid "%s: '%s' is outside repository"
2533 msgstr "%s: „%s“ е извън хранилището"
2534
2381 -#: pathspec.c:291
2535 +#: pathspec.c:584
2536 #, c-format
2383 -msgid "Pathspec '%s' is in submodule '%.*s'"
2384 -msgstr "Пътят „%s“ е в подмодула „%.*s“"
2537 +msgid "'%s' (mnemonic: '%c')"
2538 +msgstr "„%s“ (клавиш: „%c“)"
2539
2386 -#: pathspec.c:353
2540 +#: pathspec.c:594
2541 #, c-format
2542 msgid "%s: pathspec magic not supported by this command: %s"
2543 msgstr "%s: магическите пътища не се поддържат от командата „%s“"
2544
2391 -#: pathspec.c:408
2545 +#: pathspec.c:644
2546 msgid ""
2547 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2548 "use . instead if you meant to match all paths"
@@ -2397,24 +2551,16 @@ msgstr ""
2551 "следващи версии на Git. Ако искате съвпадение с всички пътища, използвайте: "
2552 "„.“"
2553
2400 -#: pathspec.c:440
2554 +#: pathspec.c:668
2555 #, c-format
2556 msgid "pathspec '%s' is beyond a symbolic link"
2557 msgstr "пътят „%s“ е след символна връзка"
2558
2405 -#: pathspec.c:449
2406 -msgid ""
2407 -"There is nothing to exclude from by :(exclude) patterns.\n"
2408 -"Perhaps you forgot to add either ':/' or '.' ?"
2409 -msgstr ""
2410 -"Нищо не се изключва от шаблоните за изключване.\n"
2411 -"Това често се случва, ако сте забравили да добавите „:/“ или „.“."
2412 -
2413 -#: pretty.c:971
2559 +#: pretty.c:982
2560 msgid "unable to parse --pretty format"
2561 msgstr "аргументът към опцията „--pretty“ не може да се анализира"
2562
2417 -#: read-cache.c:1315
2563 +#: read-cache.c:1442
2564 #, c-format
2565 msgid ""
2566 "index.version set, but the value is invalid.\n"
@@ -2423,7 +2569,7 @@ msgstr ""
2569 "Зададена е неправилна стойност на настройката „index.version“.\n"
2570 "Ще се ползва версия %i"
2571
2426 -#: read-cache.c:1325
2572 +#: read-cache.c:1452
2573 #, c-format
2574 msgid ""
2575 "GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2433,263 +2579,373 @@ msgstr ""
2579 "„GIT_INDEX_VERSION“.\n"
2580 "Ще се ползва версия %i"
2581
2436 -#: refs.c:576 builtin/merge.c:840
2582 +#: read-cache.c:2375
2583 +#, c-format
2584 +msgid "could not stat '%s"
2585 +msgstr "неуспешно изпълнение на „stat“ върху „%s“"
2586 +
2587 +#: read-cache.c:2388
2588 +#, c-format
2589 +msgid "unable to open git dir: %s"
2590 +msgstr "не може да се отвори директорията на git: %s"
2591 +
2592 +#: read-cache.c:2400
2593 +#, c-format
2594 +msgid "unable to unlink: %s"
2595 +msgstr "неуспешно изтриване на „%s“"
2596 +
2597 +#: refs.c:620 builtin/merge.c:844
2598 #, c-format
2599 msgid "Could not open '%s' for writing"
2600 msgstr "„%s“ не може да бъде отворен за запис"
2601
2441 -#: refs/files-backend.c:2481
2602 +#: refs.c:1667
2603 +msgid "ref updates forbidden inside quarantine environment"
2604 +msgstr "обновяванията на указатели са забранени в среди под карантина"
2605 +
2606 +#: refs/files-backend.c:1631
2607 #, c-format
2608 msgid "could not delete reference %s: %s"
2609 msgstr "Указателят „%s“ не може да бъде изтрит: %s"
2610
2446 -#: refs/files-backend.c:2484
2611 +#: refs/files-backend.c:1634
2612 #, c-format
2613 msgid "could not delete references: %s"
2614 msgstr "Указателите не може да бъдат изтрити: %s"
2615
2451 -#: refs/files-backend.c:2493
2616 +#: refs/files-backend.c:1643
2617 #, c-format
2618 msgid "could not remove reference %s"
2619 msgstr "Указателят „%s“ не може да бъде изтрит"
2620
2456 -#: ref-filter.c:55
2621 +#: ref-filter.c:35 wt-status.c:1780
2622 +msgid "gone"
2623 +msgstr "изтрит"
2624 +
2625 +#: ref-filter.c:36
2626 +#, c-format
2627 +msgid "ahead %d"
2628 +msgstr "напред с %d"
2629 +
2630 +#: ref-filter.c:37
2631 +#, c-format
2632 +msgid "behind %d"
2633 +msgstr "назад с %d"
2634 +
2635 +#: ref-filter.c:38
2636 +#, c-format
2637 +msgid "ahead %d, behind %d"
2638 +msgstr "напред с %d, назад с %d"
2639 +
2640 +#: ref-filter.c:104
2641 #, c-format
2642 msgid "expected format: %%(color:<color>)"
2643 msgstr "очакван формат: %%(color:ЦВЯТ)"
2644
2461 -#: ref-filter.c:57
2645 +#: ref-filter.c:106
2646 #, c-format
2647 msgid "unrecognized color: %%(color:%s)"
2648 msgstr "непознат цвят: %%(color:%s)"
2649
2466 -#: ref-filter.c:71
2650 +#: ref-filter.c:120
2651 #, c-format
2468 -msgid "unrecognized format: %%(%s)"
2469 -msgstr "непознат формат: %%(%s)"
2652 +msgid "Integer value expected refname:lstrip=%s"
2653 +msgstr "очаква се цяло число за „refname:lstrip=%s“"
2654
2471 -#: ref-filter.c:77
2655 +#: ref-filter.c:124
2656 +#, c-format
2657 +msgid "Integer value expected refname:rstrip=%s"
2658 +msgstr "очаква се цяло число за „refname:rstrip=%s“"
2659 +
2660 +#: ref-filter.c:126
2661 +#, c-format
2662 +msgid "unrecognized %%(%s) argument: %s"
2663 +msgstr "непознат аргумент за „%%(%s)“: %s"
2664 +
2665 +#: ref-filter.c:166
2666 #, c-format
2667 msgid "%%(body) does not take arguments"
2668 msgstr "%%(body) не приема аргументи"
2669
2476 -#: ref-filter.c:84
2670 +#: ref-filter.c:173
2671 #, c-format
2672 msgid "%%(subject) does not take arguments"
2673 msgstr "%%(subject) не приема аргументи"
2674
2481 -#: ref-filter.c:101
2675 +#: ref-filter.c:180
2676 +#, c-format
2677 +msgid "%%(trailers) does not take arguments"
2678 +msgstr "%%(trailers) не приема аргументи"
2679 +
2680 +#: ref-filter.c:199
2681 #, c-format
2682 msgid "positive value expected contents:lines=%s"
2683 msgstr "очаква се положителна стойност за „contents:lines=%s“"
2684
2486 -#: ref-filter.c:103
2685 +#: ref-filter.c:201
2686 #, c-format
2687 msgid "unrecognized %%(contents) argument: %s"
2688 msgstr "непознат аргумент за %%(contents): %s"
2689
2491 -#: ref-filter.c:113
2690 +#: ref-filter.c:214
2691 +#, c-format
2692 +msgid "positive value expected objectname:short=%s"
2693 +msgstr "очаква се положителна стойност за „objectname:short=%s“"
2694 +
2695 +#: ref-filter.c:218
2696 #, c-format
2697 msgid "unrecognized %%(objectname) argument: %s"
2698 msgstr "непознат аргумент за %%(objectname): %s"
2699
2496 -#: ref-filter.c:135
2700 +#: ref-filter.c:245
2701 #, c-format
2702 msgid "expected format: %%(align:<width>,<position>)"
2703 msgstr "очакван формат: %%(align:ШИРОЧИНА,ПОЗИЦИЯ)"
2704
2501 -#: ref-filter.c:147
2705 +#: ref-filter.c:257
2706 #, c-format
2707 msgid "unrecognized position:%s"
2708 msgstr "непозната позиция: %s"
2709
2506 -#: ref-filter.c:151
2710 +#: ref-filter.c:261
2711 #, c-format
2712 msgid "unrecognized width:%s"
2713 msgstr "непозната широчина: %s"
2714
2511 -#: ref-filter.c:157
2715 +#: ref-filter.c:267
2716 #, c-format
2717 msgid "unrecognized %%(align) argument: %s"
2718 msgstr "непознат аргумент за %%(align): %s"
2719
2516 -#: ref-filter.c:161
2720 +#: ref-filter.c:271
2721 #, c-format
2722 msgid "positive width expected with the %%(align) atom"
2723 msgstr "очаква се положителна широчина с лексемата „%%(align)“"
2724
2521 -#: ref-filter.c:244
2725 +#: ref-filter.c:286
2726 +#, c-format
2727 +msgid "unrecognized %%(if) argument: %s"
2728 +msgstr "непознат аргумент за „%%(if)“: %s"
2729 +
2730 +#: ref-filter.c:371
2731 #, c-format
2732 msgid "malformed field name: %.*s"
2733 msgstr "неправилно име на обект: „%.*s“"
2734
2526 -#: ref-filter.c:270
2735 +#: ref-filter.c:397
2736 #, c-format
2737 msgid "unknown field name: %.*s"
2738 msgstr "непознато име на обект: „%.*s“"
2739
2531 -#: ref-filter.c:372
2740 +#: ref-filter.c:501
2741 +#, c-format
2742 +msgid "format: %%(if) atom used without a %%(then) atom"
2743 +msgstr "формат: лексемата %%(if) е използвана без съответната ѝ %%(then)"
2744 +
2745 +#: ref-filter.c:561
2746 +#, c-format
2747 +msgid "format: %%(then) atom used without an %%(if) atom"
2748 +msgstr "формат: лексемата %%(then) е използвана без съответната ѝ %%(if)"
2749 +
2750 +#: ref-filter.c:563
2751 +#, c-format
2752 +msgid "format: %%(then) atom used more than once"
2753 +msgstr "формат: лексемата %%(then) е използвана повече от един път"
2754 +
2755 +#: ref-filter.c:565
2756 +#, c-format
2757 +msgid "format: %%(then) atom used after %%(else)"
2758 +msgstr "формат: лексемата %%(then) е използвана след %%(else)"
2759 +
2760 +#: ref-filter.c:591
2761 +#, c-format
2762 +msgid "format: %%(else) atom used without an %%(if) atom"
2763 +msgstr "формат: лексемата %%(else) е използвана без съответната ѝ %%(if)"
2764 +
2765 +#: ref-filter.c:593
2766 +#, c-format
2767 +msgid "format: %%(else) atom used without a %%(then) atom"
2768 +msgstr "формат: лексемата %%(else) е използвана без съответната ѝ %%(then)"
2769 +
2770 +#: ref-filter.c:595
2771 +#, c-format
2772 +msgid "format: %%(else) atom used more than once"
2773 +msgstr "формат: лексемата %%(else) е използвана повече от един път"
2774 +
2775 +#: ref-filter.c:608
2776 #, c-format
2777 msgid "format: %%(end) atom used without corresponding atom"
2534 -msgstr "грешка във форма̀та: лексемата %%(end) е използвана без съответната ѝ"
2778 +msgstr "формат: лексемата %%(end) е използвана без съответната ѝ"
2779
2536 -#: ref-filter.c:424
2780 +#: ref-filter.c:663
2781 #, c-format
2782 msgid "malformed format string %s"
2783 msgstr "неправилен низ за форматиране „%s“"
2784
2541 -#: ref-filter.c:878
2542 -msgid ":strip= requires a positive integer argument"
2543 -msgstr "„:strip=“ изисква аргумент цяло, положително число"
2785 +#: ref-filter.c:1247
2786 +#, c-format
2787 +msgid "(no branch, rebasing %s)"
2788 +msgstr "(извън клон, пребазиране на „%s“)"
2789 +
2790 +#: ref-filter.c:1250
2791 +#, c-format
2792 +msgid "(no branch, bisect started on %s)"
2793 +msgstr "(извън клон, двоично търсене от „%s“)"
2794
2545 -#: ref-filter.c:883
2795 +#. TRANSLATORS: make sure this matches
2796 +#. "HEAD detached at " in wt-status.c
2797 +#: ref-filter.c:1256
2798 #, c-format
2547 -msgid "ref '%s' does not have %ld components to :strip"
2548 -msgstr "указателят „%s“ не разполага с %ld компоненти за премахване (:strip)"
2799 +msgid "(HEAD detached at %s)"
2800 +msgstr "(Указателят „HEAD“ не е свързан и е при „%s“)"
2801
2550 -#: ref-filter.c:1046
2802 +#. TRANSLATORS: make sure this matches
2803 +#. "HEAD detached from " in wt-status.c
2804 +#: ref-filter.c:1261
2805 #, c-format
2552 -msgid "unknown %.*s format %s"
2553 -msgstr "непознато „%.*s“, формат „%s“"
2806 +msgid "(HEAD detached from %s)"
2807 +msgstr "Указателят „HEAD“ не е свързан и е отделѐн от „%s“"
2808 +
2809 +#: ref-filter.c:1265
2810 +msgid "(no branch)"
2811 +msgstr "(извън клон)"
2812
2555 -#: ref-filter.c:1066 ref-filter.c:1097
2813 +#: ref-filter.c:1420 ref-filter.c:1451
2814 #, c-format
2815 msgid "missing object %s for %s"
2816 msgstr "обектът „%s“ липсва за „%s“"
2817
2560 -#: ref-filter.c:1069 ref-filter.c:1100
2818 +#: ref-filter.c:1423 ref-filter.c:1454
2819 #, c-format
2820 msgid "parse_object_buffer failed on %s for %s"
2821 msgstr "неуспешно анализиране чрез „parse_object_buffer“ на „%s“ за „%s“"
2822
2565 -#: ref-filter.c:1311
2823 +#: ref-filter.c:1692
2824 #, c-format
2825 msgid "malformed object at '%s'"
2826 msgstr "обект със сгрешен формат при „%s“"
2827
2570 -#: ref-filter.c:1373
2828 +#: ref-filter.c:1759
2829 #, c-format
2830 msgid "ignoring ref with broken name %s"
2831 msgstr "игнориране на указателя с грешно име „%s“"
2832
2575 -#: ref-filter.c:1378
2833 +#: ref-filter.c:1764
2834 #, c-format
2835 msgid "ignoring broken ref %s"
2836 msgstr "игнориране на повредения указател „%s“"
2837
2580 -#: ref-filter.c:1633
2838 +#: ref-filter.c:2028
2839 #, c-format
2840 msgid "format: %%(end) atom missing"
2841 msgstr "грешка във форма̀та: липсва лексемата %%(end)"
2842
2585 -#: ref-filter.c:1687
2843 +#: ref-filter.c:2109
2844 #, c-format
2845 msgid "malformed object name %s"
2846 msgstr "неправилно име на обект „%s“"
2847
2590 -#: remote.c:746
2848 +#: remote.c:754
2849 #, c-format
2850 msgid "Cannot fetch both %s and %s to %s"
2851 msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"
2852
2595 -#: remote.c:750
2853 +#: remote.c:758
2854 #, c-format
2855 msgid "%s usually tracks %s, not %s"
2856 msgstr "„%s“ обикновено следи „%s“, а не „%s“"
2857
2600 -#: remote.c:754
2858 +#: remote.c:762
2859 #, c-format
2860 msgid "%s tracks both %s and %s"
2861 msgstr "„%s“ следи както „%s“, така и „%s“"
2862
2605 -#: remote.c:762
2863 +#: remote.c:770
2864 msgid "Internal error"
2865 msgstr "Вътрешна грешка"
2866
2609 -#: remote.c:1677 remote.c:1720
2867 +#: remote.c:1685 remote.c:1787
2868 msgid "HEAD does not point to a branch"
2869 msgstr "Указателят „HEAD“ не сочи към клон"
2870
2613 -#: remote.c:1686
2871 +#: remote.c:1694
2872 #, c-format
2873 msgid "no such branch: '%s'"
2874 msgstr "няма клон на име „%s“"
2875
2618 -#: remote.c:1689
2876 +#: remote.c:1697
2877 #, c-format
2878 msgid "no upstream configured for branch '%s'"
2879 msgstr "не е зададен клон-източник за клона „%s“"
2880
2623 -#: remote.c:1695
2881 +#: remote.c:1703
2882 #, c-format
2883 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2884 msgstr "клонът-източник „%s“ не е съхранен като следящ клон"
2885
2628 -#: remote.c:1710
2886 +#: remote.c:1718
2887 #, c-format
2888 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2889 msgstr ""
2890 "липсва локален следящ клон за местоположението за изтласкване „%s“ в "
2891 "хранилището „%s“"
2892
2635 -#: remote.c:1725
2893 +#: remote.c:1730
2894 #, c-format
2895 msgid "branch '%s' has no remote for pushing"
2896 msgstr "няма информация клонът „%s“ да следи някой друг"
2897
2640 -#: remote.c:1736
2898 +#: remote.c:1741
2899 #, c-format
2900 msgid "push refspecs for '%s' do not include '%s'"
2901 msgstr "указателят за изтласкване на „%s“ не включва „%s“"
2902
2645 -#: remote.c:1749
2903 +#: remote.c:1754
2904 msgid "push has no destination (push.default is 'nothing')"
2905 msgstr "указателят за изтласкване не включва цел („push.default“ е „nothing“)"
2906
2649 -#: remote.c:1771
2907 +#: remote.c:1776
2908 msgid "cannot resolve 'simple' push to a single destination"
2909 msgstr "простото (simple) изтласкване не съответства на една цел"
2910
2653 -#: remote.c:2073
2911 +#: remote.c:2081
2912 #, c-format
2913 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2914 msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"
2915
2658 -#: remote.c:2077
2916 +#: remote.c:2085
2917 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2918 msgstr " (за да коригирате това, използвайте „git branch --unset-upstream“)\n"
2919
2662 -#: remote.c:2080
2920 +#: remote.c:2088
2921 #, c-format
2922 msgid "Your branch is up-to-date with '%s'.\n"
2923 msgstr "Клонът е актуализиран към „%s“.\n"
2924
2667 -#: remote.c:2084
2925 +#: remote.c:2092
2926 #, c-format
2927 msgid "Your branch is ahead of '%s' by %d commit.\n"
2928 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2929 msgstr[0] "Клонът ви е с %2$d подаване пред „%1$s“.\n"
2930 msgstr[1] "Клонът ви е с %2$d подавания пред „%1$s“.\n"
2931
2674 -#: remote.c:2090
2932 +#: remote.c:2098
2933 msgid " (use \"git push\" to publish your local commits)\n"
2934 msgstr " (публикувайте локалните си промени чрез „git push“)\n"
2935
2678 -#: remote.c:2093
2936 +#: remote.c:2101
2937 #, c-format
2938 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2939 msgid_plural ""
2940 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2683 -msgstr[0] ""
2684 -"Клонът ви е с %2$d подаване зад „%1$s“ и може да бъде тривиално слят.\n"
2685 -msgstr[1] ""
2686 -"Клонът ви е с %2$d подавания зад „%1$s“ и може да бъде тривиално слят.\n"
2941 +msgstr[0] "Клонът ви е с %2$d подаване зад „%1$s“ и може да бъде превъртян.\n"
2942 +msgstr[1] "Клонът ви е с %2$d подавания зад „%1$s“ и може да бъде превъртян.\n"
2943
2688 -#: remote.c:2101
2944 +#: remote.c:2109
2945 msgid " (use \"git pull\" to update your local branch)\n"
2946 msgstr " (обновете локалния си клон чрез „git pull“)\n"
2947
2692 -#: remote.c:2104
2948 +#: remote.c:2112
2949 #, c-format
2950 msgid ""
2951 "Your branch and '%s' have diverged,\n"
@@ -2704,7 +2960,7 @@ msgstr[1] ""
2960 "Текущият клон се е отделил от „%s“,\n"
2961 "двата имат съответно по %d и %d несъвпадащи подавания.\n"
2962
2707 -#: remote.c:2114
2963 +#: remote.c:2122
2964 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2965 msgstr " (слейте отдалечения клон в локалния чрез „git pull“)\n"
2966
@@ -2721,24 +2977,35 @@ msgstr "Текущият клон „%s“ е без подавания "
2977 msgid "--first-parent is incompatible with --bisect"
2978 msgstr "опциите „--first-parent“ и „--bisect“ са несъвместими"
2979
2724 -#: run-command.c:106
2980 +#: run-command.c:125
2981 msgid "open /dev/null failed"
2982 msgstr "неуспешно отваряне на „/dev/null“"
2983
2728 -#: run-command.c:108
2984 +#: run-command.c:127
2985 #, c-format
2986 msgid "dup2(%d,%d) failed"
2987 msgstr "неуспешно изпълнение на dup2(%d,%d)"
2988
2733 -#: send-pack.c:297
2989 +#: send-pack.c:150
2990 +#, c-format
2991 +msgid "unable to parse remote unpack status: %s"
2992 +msgstr ""
2993 +"състоянието от отдалеченото разпакетиране не може да бъде анализирано: %s"
2994 +
2995 +#: send-pack.c:152
2996 +#, c-format
2997 +msgid "remote unpack failed: %s"
2998 +msgstr "неуспешно отдалечено разпакетиране: %s"
2999 +
3000 +#: send-pack.c:315
3001 msgid "failed to sign the push certificate"
3002 msgstr "сертификатът за изтласкване не може да бъде подписан"
3003
2737 -#: send-pack.c:410
3004 +#: send-pack.c:428
3005 msgid "the receiving end does not support --signed push"
3006 msgstr "отсрещната страна не поддържа изтласкване с опцията „--signed“"
3007
2741 -#: send-pack.c:412
3008 +#: send-pack.c:430
3009 msgid ""
3010 "not sending a push certificate since the receiving end does not support --"
3011 "signed push"
@@ -2746,23 +3013,32 @@ msgstr ""
3013 "отсрещната страна не поддържа изтласкване с опцията „--signed“, затова не се "
3014 "използва сертификат"
3015
2749 -#: send-pack.c:424
3016 +#: send-pack.c:442
3017 msgid "the receiving end does not support --atomic push"
3018 msgstr "получаващата страна не поддържа изтласкване с опцията „--atomic“"
3019
2753 -#: send-pack.c:429
3020 +#: send-pack.c:447
3021 msgid "the receiving end does not support push options"
3022 msgstr "отсрещната страна не поддържа опции при изтласкване"
3023
2757 -#: sequencer.c:171
3024 +#: sequencer.c:215
3025 msgid "revert"
3026 msgstr "отмяна"
3027
2761 -#: sequencer.c:171
3028 +#: sequencer.c:217
3029 msgid "cherry-pick"
3030 msgstr "отбиране"
3031
2765 -#: sequencer.c:228
3032 +#: sequencer.c:219
3033 +msgid "rebase -i"
3034 +msgstr "rebase -i"
3035 +
3036 +#: sequencer.c:221
3037 +#, c-format
3038 +msgid "Unknown action: %d"
3039 +msgstr "Неизвестно действие: %d"
3040 +
3041 +#: sequencer.c:278
3042 msgid ""
3043 "after resolving the conflicts, mark the corrected paths\n"
3044 "with 'git add <paths>' or 'git rm <paths>'"
@@ -2770,7 +3046,7 @@ msgstr ""
3046 "след коригирането на конфликтите, отбележете съответните\n"
3047 "пътища с „git add ПЪТ…“ или „git rm ПЪТ…“."
3048
2773 -#: sequencer.c:231
3049 +#: sequencer.c:281
3050 msgid ""
3051 "after resolving the conflicts, mark the corrected paths\n"
3052 "with 'git add <paths>' or 'git rm <paths>'\n"
@@ -2780,61 +3056,63 @@ msgstr ""
3056 "пътища с „git add ПЪТ…“ или „git rm ПЪТ…“, след което\n"
3057 "подайте резултата с командата „git commit'“."
3058
2783 -#: sequencer.c:244 sequencer.c:1209
3059 +#: sequencer.c:294 sequencer.c:1675
3060 #, c-format
3061 msgid "could not lock '%s'"
3062 msgstr "„%s“ не може да се заключи"
3063
2788 -#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
3064 +#: sequencer.c:297 sequencer.c:1553 sequencer.c:1680 sequencer.c:1694
3065 #, c-format
3066 msgid "could not write to '%s'"
3067 msgstr "в „%s“ не може да се пише"
3068
2793 -# FIXME - must be the same as Could not write to '%s' above
2794 -#: sequencer.c:251
3069 +#: sequencer.c:301
3070 #, c-format
3071 msgid "could not write eol to '%s'"
3072 msgstr "краят на ред не може да се запише в „%s“"
3073
2799 -#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
3074 +#: sequencer.c:305 sequencer.c:1558 sequencer.c:1682
3075 #, c-format
3076 msgid "failed to finalize '%s'."
3077 msgstr "„%s“ не може да се завърши."
3078
2804 -#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
3079 +#: sequencer.c:329 sequencer.c:814 sequencer.c:1579 builtin/am.c:257
3080 +#: builtin/commit.c:749 builtin/merge.c:1018
3081 #, c-format
3082 msgid "could not read '%s'"
3083 msgstr "файлът „%s“ не може да бъде прочетен"
3084
2809 -#: sequencer.c:305
3085 +#: sequencer.c:355
3086 #, c-format
3087 msgid "your local changes would be overwritten by %s."
3088 msgstr "локалните ви промени ще бъдат презаписани при %s."
3089
2814 -#: sequencer.c:309
3090 +#: sequencer.c:359
3091 msgid "commit your changes or stash them to proceed."
3092 msgstr "подайте или скатайте промените, за да продължите"
3093
2818 -#: sequencer.c:324
3094 +#: sequencer.c:388
3095 #, c-format
3096 msgid "%s: fast-forward"
2821 -msgstr "%s: тривиално сливане"
3097 +msgstr "%s: превъртане"
3098
2823 -#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2824 -#: sequencer.c:399
3099 +#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3100 +#. * "rebase -i".
3101 +#.
3102 +#: sequencer.c:470
3103 #, c-format
3104 msgid "%s: Unable to write new index file"
3105 msgstr "%s: новият индекс не може да бъде запазен"
3106
2829 -#: sequencer.c:418
3107 +#: sequencer.c:489
3108 msgid "could not resolve HEAD commit\n"
3109 msgstr "подаването сочено от указателя „HEAD“ не може да бъде открито\n"
3110
2833 -#: sequencer.c:438
3111 +#: sequencer.c:509
3112 msgid "unable to update cache tree\n"
3113 msgstr "дървото на кеша не може да бъде обновено\n"
3114
2837 -#: sequencer.c:483
3115 +#: sequencer.c:592
3116 #, c-format
3117 msgid ""
3118 "you have staged changes in your working tree\n"
@@ -2853,217 +3131,440 @@ msgstr ""
3131 "в това работно дърво има скатани промени.\n"
3132 "Ако искате да ги слеете с предишното подаване, изпълнете:\n"
3133 "\n"
2856 -" git commit --amend %s\n"
3134 +" git commit --amend %s\n"
3135 "\n"
3136 "Ако искате да създадете ново подаване, изпълнете:\n"
3137 "\n"
2860 -" git commit %s\n"
3138 +" git commit %s\n"
3139 "\n"
3140 "И в двата случая продължавате след това с командата:\n"
3141 "\n"
2864 -" git rebase --continue\n"
3142 +" git rebase --continue\n"
3143
2866 -#: sequencer.c:567
3144 +#: sequencer.c:694
3145 #, c-format
3146 msgid "could not parse commit %s\n"
3147 msgstr "подаването „%s“ не може да бъде анализирано\n"
3148
2871 -#: sequencer.c:572
3149 +#: sequencer.c:699
3150 #, c-format
3151 msgid "could not parse parent commit %s\n"
3152 msgstr "родителското подаване „%s“ не може да бъде анализирано\n"
3153
2876 -#: sequencer.c:656
3154 +#: sequencer.c:821
3155 +#, c-format
3156 +msgid ""
3157 +"unexpected 1st line of squash message:\n"
3158 +"\n"
3159 +"\t%.*s"
3160 +msgstr ""
3161 +"неочакван първи ред на съобщението при смачкване:\n"
3162 +"\n"
3163 +" %.*s"
3164 +
3165 +#: sequencer.c:827
3166 +#, c-format
3167 +msgid ""
3168 +"invalid 1st line of squash message:\n"
3169 +"\n"
3170 +"\t%.*s"
3171 +msgstr ""
3172 +"неправилен първи ред на съобщението при смачкване:\n"
3173 +"\n"
3174 +" %.*s"
3175 +
3176 +#: sequencer.c:833 sequencer.c:858
3177 +#, c-format
3178 +msgid "This is a combination of %d commits."
3179 +msgstr "Това е обединение от %d подавания"
3180 +
3181 +#: sequencer.c:842
3182 +msgid "need a HEAD to fixup"
3183 +msgstr "За смачкване ви трябва указател „HEAD“"
3184 +
3185 +#: sequencer.c:844
3186 +msgid "could not read HEAD"
3187 +msgstr "указателят „HEAD“ не може да се прочете"
3188 +
3189 +#: sequencer.c:846
3190 +msgid "could not read HEAD's commit message"
3191 +msgstr ""
3192 +"съобщението за подаване към указателя „HEAD“ не може да бъде прочетено: %s"
3193 +
3194 +#: sequencer.c:852
3195 +#, c-format
3196 +msgid "cannot write '%s'"
3197 +msgstr "„%s“ не може да се запази"
3198 +
3199 +#: sequencer.c:861 git-rebase--interactive.sh:445
3200 +msgid "This is the 1st commit message:"
3201 +msgstr "Това е 1-то съобщение при подаване:"
3202 +
3203 +#: sequencer.c:869
3204 +#, c-format
3205 +msgid "could not read commit message of %s"
3206 +msgstr "съобщението за подаване към „%s“ не може да бъде прочетено"
3207 +
3208 +#: sequencer.c:876
3209 +#, c-format
3210 +msgid "This is the commit message #%d:"
3211 +msgstr "Това е съобщение при подаване №${%d}:"
3212 +
3213 +#: sequencer.c:881
3214 +#, c-format
3215 +msgid "The commit message #%d will be skipped:"
3216 +msgstr "Съобщение при подаване №${%d} ще бъде прескочено:"
3217 +
3218 +#: sequencer.c:886
3219 +#, c-format
3220 +msgid "unknown command: %d"
3221 +msgstr "непозната команда: %d"
3222 +
3223 +#: sequencer.c:952
3224 msgid "your index file is unmerged."
3225 msgstr "индексът не е слят."
3226
2880 -#: sequencer.c:675
3227 +#: sequencer.c:970
3228 #, c-format
3229 msgid "commit %s is a merge but no -m option was given."
3230 msgstr "подаването „%s“ е сливане, но не е дадена опцията „-m“"
3231
2885 -#: sequencer.c:683
3232 +#: sequencer.c:978
3233 #, c-format
3234 msgid "commit %s does not have parent %d"
3235 msgstr "подаването „%s“ няма родител %d"
3236
2890 -#: sequencer.c:687
3237 +#: sequencer.c:982
3238 #, c-format
3239 msgid "mainline was specified but commit %s is not a merge."
3240 msgstr "указано е базово подаване, но подаването „%s“ не е сливане."
3241
3242 +#: sequencer.c:988
3243 +#, c-format
3244 +msgid "cannot get commit message for %s"
3245 +msgstr "неуспешно извличане на съобщението за подаване на „%s“"
3246 +
3247 #. TRANSLATORS: The first %s will be a "todo" command like
3248 #. "revert" or "pick", the second %s a SHA1.
2897 -#: sequencer.c:700
3249 +#: sequencer.c:1009
3250 #, c-format
3251 msgid "%s: cannot parse parent commit %s"
3252 msgstr "%s: неразпозната стойност за родителското подаване „%s“"
3253
2902 -#: sequencer.c:705
3254 +#: sequencer.c:1071 sequencer.c:1820
3255 #, c-format
2904 -msgid "cannot get commit message for %s"
2905 -msgstr "неуспешно извличане на съобщението за подаване на „%s“"
3256 +msgid "could not rename '%s' to '%s'"
3257 +msgstr "„%s“ не може да се преименува на „%s“"
3258
2907 -#: sequencer.c:797
3259 +#: sequencer.c:1122
3260 #, c-format
3261 msgid "could not revert %s... %s"
3262 msgstr "подаването „%s“… не може да бъде отменено: „%s“"
3263
2912 -#: sequencer.c:798
3264 +#: sequencer.c:1123
3265 #, c-format
3266 msgid "could not apply %s... %s"
3267 msgstr "подаването „%s“… не може да бъде приложено: „%s“"
3268
2917 -#: sequencer.c:833
3269 +#: sequencer.c:1165
3270 msgid "empty commit set passed"
3271 msgstr "зададено е празно множество от подавания"
3272
2921 -#: sequencer.c:843
3273 +#: sequencer.c:1175
3274 #, c-format
3275 msgid "git %s: failed to read the index"
3276 msgstr "git %s: неуспешно изчитане на индекса"
3277
2926 -#: sequencer.c:850
3278 +#: sequencer.c:1182
3279 #, c-format
3280 msgid "git %s: failed to refresh the index"
3281 msgstr "git %s: неуспешно обновяване на индекса"
3282
2931 -#: sequencer.c:944
3283 +#: sequencer.c:1302
3284 #, c-format
3285 msgid "invalid line %d: %.*s"
3286 msgstr "неправилен ред %d: %.*s"
3287
2936 -#: sequencer.c:950
2937 -msgid "no commits parsed."
2938 -msgstr "никое от подаванията не може да се разпознае."
3288 +#: sequencer.c:1310
3289 +#, c-format
3290 +msgid "cannot '%s' without a previous commit"
3291 +msgstr "Без предишно подаване не може да се изпълни „%s“"
3292
2940 -#: sequencer.c:966
3293 +#: sequencer.c:1342
3294 #, c-format
3295 msgid "could not read '%s'."
3296 msgstr "от „%s“ не може да се чете."
3297
2945 -#: sequencer.c:972
3298 +#: sequencer.c:1349
3299 +msgid "please fix this using 'git rebase --edit-todo'."
3300 +msgstr "коригирайте това чрез „git rebase --edit-todo“."
3301 +
3302 +#: sequencer.c:1351
3303 #, c-format
3304 msgid "unusable instruction sheet: '%s'"
3305 msgstr "неизползваем файл с описание на предстоящите действия: „%s“"
3306
2950 -#: sequencer.c:983
3307 +#: sequencer.c:1356
3308 +msgid "no commits parsed."
3309 +msgstr "никое от подаванията не може да се разпознае."
3310 +
3311 +#: sequencer.c:1367
3312 msgid "cannot cherry-pick during a revert."
3313 msgstr ""
3314 "по време на отмяна на подаване не може да се извърши отбиране на подаване."
3315
2955 -#: sequencer.c:985
3316 +#: sequencer.c:1369
3317 msgid "cannot revert during a cherry-pick."
3318 msgstr "по време на отбиране не може да се извърши отмяна на подаване."
3319
2959 -#: sequencer.c:1028
3320 +#: sequencer.c:1432
3321 #, c-format
3322 msgid "invalid key: %s"
3323 msgstr "неправилен ключ: „%s“"
3324
2964 -#: sequencer.c:1031
3325 +#: sequencer.c:1435
3326 #, c-format
3327 msgid "invalid value for %s: %s"
3328 msgstr "неправилна стойност за „%s“: „%s“"
3329
2969 -#: sequencer.c:1063
3330 +#: sequencer.c:1492
3331 #, c-format
3332 msgid "malformed options sheet: '%s'"
3333 msgstr "неправилен файл с опции: „%s“"
3334
2974 -#: sequencer.c:1101
3335 +#: sequencer.c:1530
3336 msgid "a cherry-pick or revert is already in progress"
3337 msgstr ""
3338 "в момента вече се извършва отбиране на подавания или пребазиране на клона"
3339
2979 -#: sequencer.c:1102
3340 +#: sequencer.c:1531
3341 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3342 msgstr "използвайте „git cherry-pick (--continue | --quit | --abort)“"
3343
2983 -#: sequencer.c:1106
3344 +#: sequencer.c:1534
3345 #, c-format
3346 msgid "could not create sequencer directory '%s'"
3347 msgstr "директорията за секвенсора „%s“ не може да бъде създадена"
3348
2988 -#: sequencer.c:1120
3349 +#: sequencer.c:1548
3350 msgid "could not lock HEAD"
3351 msgstr "указателят „HEAD“ не може да се заключи"
3352
2992 -#: sequencer.c:1151 sequencer.c:1289
3353 +#: sequencer.c:1604 sequencer.c:2159
3354 msgid "no cherry-pick or revert in progress"
3355 msgstr ""
3356 "в момента не се извършва отбиране на подавания или пребазиране на клона"
3357
2997 -#: sequencer.c:1153
3358 +#: sequencer.c:1606
3359 msgid "cannot resolve HEAD"
3360 msgstr "Подаването сочено от указателя „HEAD“ не може да бъде открито"
3361
3001 -#: sequencer.c:1155 sequencer.c:1189
3362 +#: sequencer.c:1608 sequencer.c:1642
3363 msgid "cannot abort from a branch yet to be born"
3364 msgstr ""
3365 "действието не може да бъде преустановено, когато сте на клон, който тепърва "
3366 "предстои да бъде създаден"
3367
3007 -#: sequencer.c:1175 builtin/grep.c:578
3368 +#: sequencer.c:1628 builtin/grep.c:910
3369 #, c-format
3370 msgid "cannot open '%s'"
3371 msgstr "„%s“ не може да бъде отворен"
3372
3012 -#: sequencer.c:1177
3373 +#: sequencer.c:1630
3374 #, c-format
3375 msgid "cannot read '%s': %s"
3376 msgstr "„%s“ не може да бъде прочетен: %s"
3377
3017 -#: sequencer.c:1178
3378 +#: sequencer.c:1631
3379 msgid "unexpected end of file"
3380 msgstr "неочакван край на файл"
3381
3021 -#: sequencer.c:1184
3382 +#: sequencer.c:1637
3383 #, c-format
3384 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3385 msgstr ""
3386 "запазеният преди започването на отбирането файл за указателя „HEAD“ — „%s“ е "
3387 "повреден"
3388
3028 -#: sequencer.c:1354
3029 -#, c-format
3030 -msgid "%s: can't cherry-pick a %s"
3031 -msgstr "%s: не може да се отбере „%s“"
3389 +#: sequencer.c:1648
3390 +msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3391 +msgstr ""
3392 +"Изглежда указателят „HEAD“ е променен. Проверете към какво сочи.\n"
3393 +"Не се правят промени."
3394
3033 -#: sequencer.c:1358
3395 +#: sequencer.c:1785 sequencer.c:2058
3396 +msgid "cannot read HEAD"
3397 +msgstr "указателят „HEAD“ не може да бъде прочетен"
3398 +
3399 +#: sequencer.c:1825 builtin/difftool.c:616
3400 #, c-format
3035 -msgid "%s: bad revision"
3036 -msgstr "%s: неправилна версия"
3401 +msgid "could not copy '%s' to '%s'"
3402 +msgstr "„%s“ не може да се копира като „%s“"
3403
3038 -#: sequencer.c:1391
3039 -msgid "can't revert as initial commit"
3040 -msgstr "първоначалното подаване не може да бъде отменено"
3404 +#: sequencer.c:1841
3405 +msgid "could not read index"
3406 +msgstr "индексът не може да бъде прочетен"
3407
3042 -#: setup.c:160
3408 +#: sequencer.c:1846
3409 #, c-format
3410 msgid ""
3045 -"%s: no such path in the working tree.\n"
3046 -"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3411 +"execution failed: %s\n"
3412 +"%sYou can fix the problem, and then run\n"
3413 +"\n"
3414 +" git rebase --continue\n"
3415 +"\n"
3416 msgstr ""
3048 -"%s: в това работно дърво няма такъв път.\n"
3049 -"За да указвате пътища, които локално не съществуват, използвайте:\n"
3417 +"неуспешно изпълнение: %s\n"
3418 +"%sМоже да коригирате проблема, след което изпълнете:\n"
3419 +"\n"
3420 +" git rebase --continue\n"
3421 "\n"
3051 -" git КОМАНДА -- ПЪТ…"
3422
3053 -#: setup.c:173
3423 +#: sequencer.c:1852
3424 +msgid "and made changes to the index and/or the working tree\n"
3425 +msgstr "и промени индекса и/или работното дърво\n"
3426 +
3427 +#: sequencer.c:1858
3428 #, c-format
3429 msgid ""
3056 -"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3057 -"Use '--' to separate paths from revisions, like this:\n"
3058 -"'git <command> [<revision>...] -- [<file>...]'"
3059 -msgstr ""
3430 +"execution succeeded: %s\n"
3431 +"but left changes to the index and/or the working tree\n"
3432 +"Commit or stash your changes, and then run\n"
3433 +"\n"
3434 +" git rebase --continue\n"
3435 +"\n"
3436 +msgstr ""
3437 +"Успешно изпълнение: %s\n"
3438 +"Остават още промени в индекса или работното дърво.\n"
3439 +"Трябва да ги подадете или скатаете и след това изпълнете:\n"
3440 +"\n"
3441 +" git rebase --continue\n"
3442 +"\n"
3443 +
3444 +#: sequencer.c:1913 git-rebase.sh:169
3445 +#, c-format
3446 +msgid "Applied autostash."
3447 +msgstr "Автоматично скатаното е приложено."
3448 +
3449 +#: sequencer.c:1925
3450 +#, c-format
3451 +msgid "cannot store %s"
3452 +msgstr "„%s“ не може да бъде запазен"
3453 +
3454 +#: sequencer.c:1927 git-rebase.sh:173
3455 +#, c-format
3456 +msgid ""
3457 +"Applying autostash resulted in conflicts.\n"
3458 +"Your changes are safe in the stash.\n"
3459 +"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3460 +msgstr ""
3461 +"Прилагането на автоматично скатаното доведе до конфликти. Промените ви са\n"
3462 +"надеждно скатани. Можете да пробвате да ги приложите чрез „git stash pop“\n"
3463 +"или да ги изхвърлите чрез „git stash drop“, когато поискате.\n"
3464 +
3465 +#: sequencer.c:2009
3466 +#, c-format
3467 +msgid "Stopped at %s... %.*s\n"
3468 +msgstr "Спиране при „%s“… %.*s\n"
3469 +
3470 +#: sequencer.c:2036
3471 +#, c-format
3472 +msgid "unknown command %d"
3473 +msgstr "непозната команда %d"
3474 +
3475 +#: sequencer.c:2066
3476 +msgid "could not read orig-head"
3477 +msgstr "указателят за „orig-head“ не може да се прочете"
3478 +
3479 +#: sequencer.c:2070
3480 +msgid "could not read 'onto'"
3481 +msgstr "указателят за „onto“ не може да се прочете"
3482 +
3483 +#: sequencer.c:2077
3484 +#, c-format
3485 +msgid "could not update %s"
3486 +msgstr "„%s“ не може да се обнови"
3487 +
3488 +#: sequencer.c:2084
3489 +#, c-format
3490 +msgid "could not update HEAD to %s"
3491 +msgstr "„HEAD“ не може да бъде обновен до „%s“"
3492 +
3493 +#: sequencer.c:2168
3494 +msgid "cannot rebase: You have unstaged changes."
3495 +msgstr "не може да пребазирате, защото има промени, които не са в индекса."
3496 +
3497 +#: sequencer.c:2173
3498 +msgid "could not remove CHERRY_PICK_HEAD"
3499 +msgstr "указателят „CHERRY_PICK_HEAD“ не може да бъде изтрит"
3500 +
3501 +#: sequencer.c:2182
3502 +msgid "cannot amend non-existing commit"
3503 +msgstr "несъществуващо подаване не може да се поправи"
3504 +
3505 +#: sequencer.c:2184
3506 +#, c-format
3507 +msgid "invalid file: '%s'"
3508 +msgstr "неправилен файл: „%s“"
3509 +
3510 +#: sequencer.c:2186
3511 +#, c-format
3512 +msgid "invalid contents: '%s'"
3513 +msgstr "неправилно съдържание: „%s“"
3514 +
3515 +#: sequencer.c:2189
3516 +msgid ""
3517 +"\n"
3518 +"You have uncommitted changes in your working tree. Please, commit them\n"
3519 +"first and then run 'git rebase --continue' again."
3520 +msgstr ""
3521 +"\n"
3522 +"В работното дърво има неподадени промени. Първо ги подайте, а след това\n"
3523 +"отново изпълнете „git rebase --continue“."
3524 +
3525 +#: sequencer.c:2199
3526 +msgid "could not commit staged changes."
3527 +msgstr "промените в индекса не могат да бъдат подадени."
3528 +
3529 +#: sequencer.c:2279
3530 +#, c-format
3531 +msgid "%s: can't cherry-pick a %s"
3532 +msgstr "%s: не може да се отбере „%s“"
3533 +
3534 +#: sequencer.c:2283
3535 +#, c-format
3536 +msgid "%s: bad revision"
3537 +msgstr "%s: неправилна версия"
3538 +
3539 +#: sequencer.c:2316
3540 +msgid "can't revert as initial commit"
3541 +msgstr "първоначалното подаване не може да бъде отменено"
3542 +
3543 +#: setup.c:165
3544 +#, c-format
3545 +msgid ""
3546 +"%s: no such path in the working tree.\n"
3547 +"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3548 +msgstr ""
3549 +"%s: в това работно дърво няма такъв път.\n"
3550 +"За да указвате пътища, които локално не съществуват, използвайте:\n"
3551 +"\n"
3552 +" git КОМАНДА -- ПЪТ…"
3553 +
3554 +#: setup.c:178
3555 +#, c-format
3556 +msgid ""
3557 +"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3558 +"Use '--' to separate paths from revisions, like this:\n"
3559 +"'git <command> [<revision>...] -- [<file>...]'"
3560 +msgstr ""
3561 "нееднозначен аргумент „%s: непозната версия или пътят не е част от работното "
3562 "дърво.\n"
3563 "Разделяйте пътищата от версиите с „--“, ето така:\n"
3564 "\n"
3064 -" git КОМАНДА [ВЕРСИЯ…] -- [ФАЙЛ…]"
3565 +" git КОМАНДА [ВЕРСИЯ…] -- [ФАЙЛ…]"
3566
3066 -#: setup.c:223
3567 +#: setup.c:228
3568 #, c-format
3569 msgid ""
3570 "ambiguous argument '%s': both revision and filename\n"
@@ -3073,33 +3574,38 @@ msgstr ""
3574 "нееднозначен аргумент „%s: както версия, така и път.\n"
3575 "Разделяйте пътищата от версиите с „--“, ето така:\n"
3576 "\n"
3076 -" git КОМАНДА [ВЕРСИЯ…] -- [ФАЙЛ…]"
3577 +" git КОМАНДА [ВЕРСИЯ…] -- [ФАЙЛ…]"
3578
3078 -#: setup.c:468
3579 +#: setup.c:475
3580 #, c-format
3581 msgid "Expected git repo version <= %d, found %d"
3582 msgstr "Очаква се версия на хранилището на git <= %d, а не %d"
3583
3083 -#: setup.c:476
3584 +#: setup.c:483
3585 msgid "unknown repository extensions found:"
3586 msgstr "открити са непознати разширения в хранилището:"
3587
3087 -#: setup.c:762
3588 +#: setup.c:776
3589 #, c-format
3590 msgid "Not a git repository (or any of the parent directories): %s"
3591 msgstr ""
3592 "Нито тази, нито която и да е от по-горните директории, не е хранилище на "
3593 "git: %s"
3594
3094 -#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
3595 +#: setup.c:778 builtin/index-pack.c:1646
3596 msgid "Cannot come back to cwd"
3597 msgstr "Процесът не може да се върне към предишната работна директория"
3598
3098 -#: setup.c:845
3599 +#: setup.c:1010
3600 msgid "Unable to read current working directory"
3601 msgstr "Текущата работна директория не може да бъде прочетена"
3602
3102 -#: setup.c:920
3603 +#: setup.c:1022 setup.c:1028
3604 +#, c-format
3605 +msgid "Cannot change to '%s'"
3606 +msgstr "Не може да се влезе в директорията „%s“"
3607 +
3608 +#: setup.c:1041
3609 #, c-format
3610 msgid ""
3611 "Not a git repository (or any parent up to mount point %s)\n"
@@ -3110,12 +3616,7 @@ msgstr ""
3616 "Git работи в рамките на една файлова система, защото променливата на средата "
3617 "„GIT_DISCOVERY_ACROSS_FILESYSTEM“ не е зададена."
3618
3113 -#: setup.c:927
3114 -#, c-format
3115 -msgid "Cannot change to '%s/..'"
3116 -msgstr "Не може да се влезе в директорията „%s“"
3117 -
3118 -#: setup.c:989
3619 +#: setup.c:1106
3620 #, c-format
3621 msgid ""
3622 "Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3125,60 +3626,60 @@ msgstr ""
3626 "(0%.3o).\n"
3627 "Собственикът на файла трябва да има права за писане и четене."
3628
3128 -#: sha1_file.c:473
3629 +#: sha1_file.c:559
3630 #, c-format
3631 msgid "path '%s' does not exist"
3632 msgstr "пътят „%s“ не съществува."
3633
3133 -#: sha1_file.c:499
3634 +#: sha1_file.c:585
3635 #, c-format
3636 msgid "reference repository '%s' as a linked checkout is not supported yet."
3637 msgstr "все още не се поддържа еталонно хранилище „%s“ като свързано."
3638
3138 -#: sha1_file.c:505
3639 +#: sha1_file.c:591
3640 #, c-format
3641 msgid "reference repository '%s' is not a local repository."
3642 msgstr "еталонното хранилище „%s“ не е локално"
3643
3143 -#: sha1_file.c:511
3644 +#: sha1_file.c:597
3645 #, c-format
3646 msgid "reference repository '%s' is shallow"
3647 msgstr "еталонното хранилище „%s“ е плитко"
3648
3148 -#: sha1_file.c:519
3649 +#: sha1_file.c:605
3650 #, c-format
3651 msgid "reference repository '%s' is grafted"
3652 msgstr "еталонното хранилище „%s“ е с присаждане"
3653
3153 -#: sha1_file.c:1159
3654 +#: sha1_file.c:1245
3655 msgid "offset before end of packfile (broken .idx?)"
3656 msgstr ""
3657 "отместване преди края на пакетния файл (възможно е индексът да е повреден)"
3658
3158 -#: sha1_file.c:2592
3659 +#: sha1_file.c:2721
3660 #, c-format
3661 msgid "offset before start of pack index for %s (corrupt index?)"
3662 msgstr ""
3663 "отместване преди началото на индекса на пакетния файл „%s“ (възможно е "
3664 "индексът да е повреден)"
3665
3165 -#: sha1_file.c:2596
3666 +#: sha1_file.c:2725
3667 #, c-format
3668 msgid "offset beyond end of pack index for %s (truncated index?)"
3669 msgstr ""
3670 "отместване преди края на индекса на пакетния файл „%s“ (възможно е индексът "
3671 "да е отрязан)"
3672
3172 -#: sha1_name.c:407
3673 +#: sha1_name.c:409
3674 #, c-format
3675 msgid "short SHA1 %s is ambiguous"
3676 msgstr "късият SHA1 „%s“ не е еднозначен"
3677
3177 -#: sha1_name.c:418
3678 +#: sha1_name.c:420
3679 msgid "The candidates are:"
3680 msgstr "Възможностите са:"
3681
3181 -#: sha1_name.c:578
3682 +#: sha1_name.c:580
3683 msgid ""
3684 "Git normally never creates a ref that ends with 40 hex characters\n"
3685 "because it will be ignored when you just specify 40-hex. These refs\n"
@@ -3202,90 +3703,158 @@ msgstr ""
3703 "спрете това съобщение като изпълните командата:\n"
3704 "„git config advice.objectNameWarning false“"
3705
3205 -#: submodule.c:64 submodule.c:98
3706 +#: submodule.c:67 submodule.c:101
3707 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3708 msgstr ""
3709 "Неслетите файлове „.gitmodules“ не могат да бъдат променяни. Първо "
3710 "коригирайте конфликтите"
3711
3211 -#: submodule.c:68 submodule.c:102
3712 +#: submodule.c:71 submodule.c:105
3713 #, c-format
3714 msgid "Could not find section in .gitmodules where path=%s"
3715 msgstr "Във файла „.gitmodules“ липсва раздел за директория „path=%s“"
3716
3216 -#: submodule.c:76
3717 +#: submodule.c:79
3718 #, c-format
3719 msgid "Could not update .gitmodules entry %s"
3720 msgstr "Записът „%s“ във файла „.gitmodules“ не може да бъде променен"
3721
3221 -#: submodule.c:109
3722 +#: submodule.c:112
3723 #, c-format
3724 msgid "Could not remove .gitmodules entry for %s"
3725 msgstr "Записът „%s“ във файла „.gitmodules“ не може да бъде изтрит"
3726
3226 -#: submodule.c:120
3727 +#: submodule.c:123
3728 msgid "staging updated .gitmodules failed"
3729 msgstr "неуспешно добавяне на променения файл „.gitmodules“ в индекса"
3730
3230 -#: submodule.c:158
3731 +#: submodule.c:161
3732 msgid "negative values not allowed for submodule.fetchJobs"
3733 msgstr "Настройката „submodule.fetchJobs“ не приема отрицателни стойности"
3734
3234 -#: submodule-config.c:358
3735 +#: submodule.c:1194
3736 +#, c-format
3737 +msgid "'%s' not recognized as a git repository"
3738 +msgstr "„%s“ не е хранилище на git"
3739 +
3740 +#: submodule.c:1332
3741 +#, c-format
3742 +msgid "could not start 'git status' in submodule '%s'"
3743 +msgstr "командата „git status“ не може да се изпълни в подмодула „%s“"
3744 +
3745 +#: submodule.c:1345
3746 +#, c-format
3747 +msgid "could not run 'git status' in submodule '%s'"
3748 +msgstr "командата „git status“ не може да се изпълни в подмодула „%s“"
3749 +
3750 +#: submodule.c:1421
3751 +#, c-format
3752 +msgid "submodule '%s' has dirty index"
3753 +msgstr "индексът на подмодула „%s“ не е чист"
3754 +
3755 +#: submodule.c:1678
3756 +#, c-format
3757 +msgid ""
3758 +"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3759 +msgstr ""
3760 +"не се поддържа „relocate_gitdir“ за подмодула „%s“, който има повече от едно "
3761 +"работно дърво"
3762 +
3763 +#: submodule.c:1690 submodule.c:1746
3764 +#, c-format
3765 +msgid "could not lookup name for submodule '%s'"
3766 +msgstr "името на подмодула „%s“ не може да бъде намерено"
3767 +
3768 +#: submodule.c:1694 builtin/submodule--helper.c:678
3769 +#: builtin/submodule--helper.c:688
3770 +#, c-format
3771 +msgid "could not create directory '%s'"
3772 +msgstr "Директорията „%s“ не може да бъде създадена"
3773 +
3774 +#: submodule.c:1697
3775 +#, c-format
3776 +msgid ""
3777 +"Migrating git directory of '%s%s' from\n"
3778 +"'%s' to\n"
3779 +"'%s'\n"
3780 +msgstr ""
3781 +"Мигриране на директорията на git — „%s%s“ от:\n"
3782 +"„%s“ към\n"
3783 +"„%s“\n"
3784 +
3785 +#: submodule.c:1781
3786 +#, c-format
3787 +msgid "could not recurse into submodule '%s'"
3788 +msgstr "неуспешна обработка на поддиректориите в подмодула „%s“"
3789 +
3790 +#: submodule.c:1825
3791 +msgid "could not start ls-files in .."
3792 +msgstr "„ls-stat“ не може да се стартира в „..“"
3793 +
3794 +#: submodule.c:1845
3795 +msgid "BUG: returned path string doesn't match cwd?"
3796 +msgstr "ГРЕШКА: полученият низ за пътя не съвпада с върнатото от „cwd“"
3797 +
3798 +#: submodule.c:1864
3799 +#, c-format
3800 +msgid "ls-tree returned unexpected return code %d"
3801 +msgstr "„ls-tree“ завърши с неочакван изходен код: %d"
3802 +
3803 +#: submodule-config.c:380
3804 #, c-format
3805 msgid "invalid value for %s"
3806 msgstr "Неправилна стойност за „%s“"
3807
3239 -#: trailer.c:238
3808 +#: trailer.c:240
3809 #, c-format
3810 msgid "running trailer command '%s' failed"
3811 msgstr "неуспешно изпълнение на завършващата команда „%s“"
3812
3244 -#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
3245 -#: trailer.c:541
3813 +#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3814 +#: trailer.c:543
3815 #, c-format
3816 msgid "unknown value '%s' for key '%s'"
3248 -msgstr "неправилна стойност „%s“ за настройката „%s“"
3817 +msgstr "непозната стойност „%s“ за настройката „%s“"
3818
3250 -#: trailer.c:523 trailer.c:528 builtin/remote.c:289
3819 +#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3820 #, c-format
3821 msgid "more than one %s"
3822 msgstr "стойността „%s“ се повтаря в настройките"
3823
3255 -#: trailer.c:672
3824 +#: trailer.c:702
3825 #, c-format
3826 msgid "empty trailer token in trailer '%.*s'"
3827 msgstr "празна завършваща лексема в епилога „%.*s“"
3828
3260 -#: trailer.c:695
3829 +#: trailer.c:722
3830 #, c-format
3831 msgid "could not read input file '%s'"
3832 msgstr "входният файл „%s“ не може да бъде прочетен"
3833
3265 -#: trailer.c:698
3834 +#: trailer.c:725
3835 msgid "could not read from stdin"
3836 msgstr "от стандартния вход не може да се чете"
3837
3269 -#: trailer.c:929 builtin/am.c:44
3838 +#: trailer.c:949 builtin/am.c:44
3839 #, c-format
3840 msgid "could not stat %s"
3841 msgstr "Не може да се получи информация чрез „stat“ за „%s“"
3842
3274 -#: trailer.c:931
3843 +#: trailer.c:951
3844 #, c-format
3845 msgid "file %s is not a regular file"
3846 msgstr "„%s“ не е обикновен файл"
3847
3279 -#: trailer.c:933
3848 +#: trailer.c:953
3849 #, c-format
3850 msgid "file %s is not writable by user"
3851 msgstr "„%s“: няма права за записване на файла"
3852
3284 -#: trailer.c:945
3853 +#: trailer.c:965
3854 msgid "could not open temporary file"
3855 msgstr "временният файл не може да се отвори"
3856
3288 -#: trailer.c:983
3857 +#: trailer.c:1001
3858 #, c-format
3859 msgid "could not rename temporary file to %s"
3860 msgstr "временният файл не може да се преименува на „%s“"
@@ -3300,7 +3869,7 @@ msgstr "Клонът „%s“ ще следи „%s“ от „%s“\n"
3869 msgid "transport: invalid depth option '%s'"
3870 msgstr "transport: неправилна опция за дълбочина: %s"
3871
3303 -#: transport.c:817
3872 +#: transport.c:889
3873 #, c-format
3874 msgid ""
3875 "The following submodule paths contain changes that can\n"
@@ -3309,7 +3878,7 @@ msgstr ""
3878 "Следните пътища за подмодули съдържат промени,\n"
3879 "които липсват от всички отдалечени хранилища:\n"
3880
3312 -#: transport.c:821
3881 +#: transport.c:893
3882 #, c-format
3883 msgid ""
3884 "\n"
@@ -3327,18 +3896,18 @@ msgstr ""
3896 "\n"
3897 "Пробвайте да ги изтласкате чрез командата:\n"
3898 "\n"
3330 -" git push --recurse-submodules=on-demand\n"
3899 +" git push --recurse-submodules=on-demand\n"
3900 "\n"
3901 "или отидете в съответната директория и изпълнете:\n"
3902 "\n"
3334 -" git push\n"
3903 +" git push\n"
3904 "\n"
3905
3337 -#: transport.c:829
3906 +#: transport.c:901
3907 msgid "Aborting."
3908 msgstr "Преустановяване на действието."
3909
3341 -#: transport-helper.c:1075
3910 +#: transport-helper.c:1080
3911 #, c-format
3912 msgid "Could not read ref %s"
3913 msgstr "Указателят „%s“ не може да се прочете."
@@ -3359,7 +3928,7 @@ msgstr "празно име на файл в запис в дърво"
3928 msgid "too-short tree file"
3929 msgstr "прекалено кратък файл-дърво"
3930
3362 -#: unpack-trees.c:64
3931 +#: unpack-trees.c:104
3932 #, c-format
3933 msgid ""
3934 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3368,7 +3937,7 @@ msgstr ""
3937 "Изтеглянето ще презапише локалните промени на тези файлове:\n"
3938 "%%sПодайте или скатайте промените, за да преминете към нов клон."
3939
3371 -#: unpack-trees.c:66
3940 +#: unpack-trees.c:106
3941 #, c-format
3942 msgid ""
3943 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3377,7 +3946,7 @@ msgstr ""
3946 "Изтеглянето ще презапише локалните промени на тези файлове:\n"
3947 "%%s"
3948
3380 -#: unpack-trees.c:69
3949 +#: unpack-trees.c:109
3950 #, c-format
3951 msgid ""
3952 "Your local changes to the following files would be overwritten by merge:\n"
@@ -3386,7 +3955,7 @@ msgstr ""
3955 "Сливането ще презапише локалните промени на тези файлове:\n"
3956 "%%sПодайте или скатайте промените, за да слеете."
3957
3389 -#: unpack-trees.c:71
3958 +#: unpack-trees.c:111
3959 #, c-format
3960 msgid ""
3961 "Your local changes to the following files would be overwritten by merge:\n"
@@ -3395,7 +3964,7 @@ msgstr ""
3964 "Сливането ще презапише локалните промени на тези файлове:\n"
3965 "%%s"
3966
3398 -#: unpack-trees.c:74
3967 +#: unpack-trees.c:114
3968 #, c-format
3969 msgid ""
3970 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3404,7 +3973,7 @@ msgstr ""
3973 "„%s“ ще презапише локалните промени на тези файлове:\n"
3974 "%%sПодайте или скатайте промените, за да извършите „%s“."
3975
3407 -#: unpack-trees.c:76
3976 +#: unpack-trees.c:116
3977 #, c-format
3978 msgid ""
3979 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3413,16 +3982,16 @@ msgstr ""
3982 "„%s“ ще презапише локалните промени на тези файлове:\n"
3983 "%%s"
3984
3416 -#: unpack-trees.c:81
3985 +#: unpack-trees.c:121
3986 #, c-format
3987 msgid ""
3419 -"Updating the following directories would lose untracked files in it:\n"
3988 +"Updating the following directories would lose untracked files in them:\n"
3989 "%s"
3990 msgstr ""
3422 -"Обновяването на тези директории ще изтрие неследените файлове в тях:\n"
3991 +"Обновяването на следните директории ще изтрие неследените файлове в тях:\n"
3992 "%s"
3993
3425 -#: unpack-trees.c:85
3994 +#: unpack-trees.c:125
3995 #, c-format
3996 msgid ""
3997 "The following untracked working tree files would be removed by checkout:\n"
@@ -3431,7 +4000,7 @@ msgstr ""
4000 "Изтеглянето ще изтрие тези неследени файлове в работното дърво:\n"
4001 "%%sПреместете ги или ги изтрийте, за да преминете на друг клон."
4002
3434 -#: unpack-trees.c:87
4003 +#: unpack-trees.c:127
4004 #, c-format
4005 msgid ""
4006 "The following untracked working tree files would be removed by checkout:\n"
@@ -3440,7 +4009,7 @@ msgstr ""
4009 "Изтеглянето ще изтрие тези неследени файлове в работното дърво:\n"
4010 "%%s"
4011
3443 -#: unpack-trees.c:90
4012 +#: unpack-trees.c:130
4013 #, c-format
4014 msgid ""
4015 "The following untracked working tree files would be removed by merge:\n"
@@ -3449,7 +4018,7 @@ msgstr ""
4018 "Сливането ще изтрие тези неследени файлове в работното дърво:\n"
4019 "%%sПреместете ги или ги изтрийте, за да слеете."
4020
3452 -#: unpack-trees.c:92
4021 +#: unpack-trees.c:132
4022 #, c-format
4023 msgid ""
4024 "The following untracked working tree files would be removed by merge:\n"
@@ -3458,7 +4027,7 @@ msgstr ""
4027 "Сливането ще изтрие тези неследени файлове в работното дърво:\n"
4028 "%%s"
4029
3461 -#: unpack-trees.c:95
4030 +#: unpack-trees.c:135
4031 #, c-format
4032 msgid ""
4033 "The following untracked working tree files would be removed by %s:\n"
@@ -3467,7 +4036,7 @@ msgstr ""
4036 "„%s“ ще изтрие тези неследени файлове в работното дърво:\n"
4037 "%%sПреместете ги или ги изтрийте, за да извършите „%s“."
4038
3470 -#: unpack-trees.c:97
4039 +#: unpack-trees.c:137
4040 #, c-format
4041 msgid ""
4042 "The following untracked working tree files would be removed by %s:\n"
@@ -3476,7 +4045,7 @@ msgstr ""
4045 "„%s“ ще изтрие тези неследени файлове в работното дърво:\n"
4046 "%%s"
4047
3479 -#: unpack-trees.c:102
4048 +#: unpack-trees.c:142
4049 #, c-format
4050 msgid ""
4051 "The following untracked working tree files would be overwritten by "
@@ -3486,7 +4055,7 @@ msgstr ""
4055 "Изтеглянето ще презапише тези неследени файлове в работното дърво:\n"
4056 "%%sПреместете ги или ги изтрийте, за да смените клон."
4057
3489 -#: unpack-trees.c:104
4058 +#: unpack-trees.c:144
4059 #, c-format
4060 msgid ""
4061 "The following untracked working tree files would be overwritten by "
@@ -3496,7 +4065,7 @@ msgstr ""
4065 "Изтеглянето ще презапише тези неследени файлове в работното дърво:\n"
4066 "%%s"
4067
3499 -#: unpack-trees.c:107
4068 +#: unpack-trees.c:147
4069 #, c-format
4070 msgid ""
4071 "The following untracked working tree files would be overwritten by merge:\n"
@@ -3505,7 +4074,7 @@ msgstr ""
4074 "Сливането ще презапише тези неследени файлове в работното дърво:\n"
4075 "%%sПреместете ги или ги изтрийте, за да слеете."
4076
3508 -#: unpack-trees.c:109
4077 +#: unpack-trees.c:149
4078 #, c-format
4079 msgid ""
4080 "The following untracked working tree files would be overwritten by merge:\n"
@@ -3514,7 +4083,7 @@ msgstr ""
4083 "Сливането ще презапише тези неследени файлове в работното дърво:\n"
4084 "%%s"
4085
3517 -#: unpack-trees.c:112
4086 +#: unpack-trees.c:152
4087 #, c-format
4088 msgid ""
4089 "The following untracked working tree files would be overwritten by %s:\n"
@@ -3523,7 +4092,7 @@ msgstr ""
4092 "„%s“ ще презапише тези неследени файлове в работното дърво:\n"
4093 "%%sПреместете ги или ги изтрийте, за да извършите „%s“."
4094
3526 -#: unpack-trees.c:114
4095 +#: unpack-trees.c:154
4096 #, c-format
4097 msgid ""
4098 "The following untracked working tree files would be overwritten by %s:\n"
@@ -3532,12 +4101,12 @@ msgstr ""
4101 "„%s“ ще презапише тези неследени файлове в работното дърво:\n"
4102 "%%s"
4103
3535 -#: unpack-trees.c:121
4104 +#: unpack-trees.c:161
4105 #, c-format
4106 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4107 msgstr "Записът за „%s“ съвпада с този за „%s“. Не може да се присвои."
4108
3540 -#: unpack-trees.c:124
4109 +#: unpack-trees.c:164
4110 #, c-format
4111 msgid ""
4112 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
@@ -3547,7 +4116,7 @@ msgstr ""
4116 "актуални:\n"
4117 "%s"
4118
3550 -#: unpack-trees.c:126
4119 +#: unpack-trees.c:166
4120 #, c-format
4121 msgid ""
4122 "The following working tree files would be overwritten by sparse checkout "
@@ -3558,7 +4127,7 @@ msgstr ""
4127 "дърво:\n"
4128 "%s"
4129
3561 -#: unpack-trees.c:128
4130 +#: unpack-trees.c:168
4131 #, c-format
4132 msgid ""
4133 "The following working tree files would be removed by sparse checkout "
@@ -3569,45 +4138,59 @@ msgstr ""
4138 "дърво:\n"
4139 "%s"
4140
3572 -#: unpack-trees.c:205
4141 +#: unpack-trees.c:170
4142 +#, c-format
4143 +msgid ""
4144 +"Cannot update submodule:\n"
4145 +"%s"
4146 +msgstr ""
4147 +"Подмодулът не може да бъде обновен:\n"
4148 +"„%s“"
4149 +
4150 +#: unpack-trees.c:247
4151 #, c-format
4152 msgid "Aborting\n"
4153 msgstr "Преустановяване на действието\n"
4154
3577 -#: unpack-trees.c:237
4155 +#: unpack-trees.c:272
4156 +#, c-format
4157 +msgid "submodule update strategy not supported for submodule '%s'"
4158 +msgstr "подмодулът „%s“ не поддържа стратегията за обновяване като подмодул"
4159 +
4160 +#: unpack-trees.c:340
4161 msgid "Checking out files"
4162 msgstr "Изтегляне на файлове"
4163
3581 -#: urlmatch.c:120
4164 +#: urlmatch.c:163
4165 msgid "invalid URL scheme name or missing '://' suffix"
4166 msgstr "неправилна схема за адрес или суфиксът „://“ липсва"
4167
3585 -#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
4168 +#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4169 #, c-format
4170 msgid "invalid %XX escape sequence"
4171 msgstr "неправилна екранираща последователност „%XX“"
4172
3590 -#: urlmatch.c:172
4173 +#: urlmatch.c:215
4174 msgid "missing host and scheme is not 'file:'"
4175 msgstr "не е указана машина, а схемата не е „file:“"
4176
3594 -#: urlmatch.c:189
4177 +#: urlmatch.c:232
4178 msgid "a 'file:' URL may not have a port number"
4179 msgstr "при схема „file:“ не можете да указвате номер на порт"
4180
3598 -#: urlmatch.c:199
4181 +#: urlmatch.c:247
4182 msgid "invalid characters in host name"
4183 msgstr "неправилни знаци в името на машина"
4184
3602 -#: urlmatch.c:244 urlmatch.c:255
4185 +#: urlmatch.c:292 urlmatch.c:303
4186 msgid "invalid port number"
4187 msgstr "неправилен номер на порт"
4188
3606 -#: urlmatch.c:322
4189 +#: urlmatch.c:371
4190 msgid "invalid '..' path segment"
4191 msgstr "неправилна част от пътя „..“"
4192
3610 -#: worktree.c:282
4193 +#: worktree.c:285
4194 #, c-format
4195 msgid "failed to read '%s'"
4196 msgstr "„%s“ не може да бъде прочетен"
@@ -3622,29 +4205,28 @@ msgstr "„%s“ не може да бъде отворен и за четене
4205 msgid "could not open '%s' for writing"
4206 msgstr "„%s“ не може да бъде отворен за запис"
4207
3625 -#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3626 -#: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:1029
4208 +#: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:757
4209 +#: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:1015
4210 #: builtin/pull.c:341
4211 #, c-format
4212 msgid "could not open '%s' for reading"
4213 msgstr "файлът не може да бъде прочетен: „%s“"
4214
3632 -#: wrapper.c:605 wrapper.c:626
4215 +#: wrapper.c:581 wrapper.c:602
4216 #, c-format
4217 msgid "unable to access '%s'"
4218 msgstr "няма достъп до „%s“"
4219
3637 -#: wrapper.c:634
4220 +#: wrapper.c:610
4221 msgid "unable to get current working directory"
4222 msgstr "текущата работна директория е недостъпна"
4223
3641 -# FIXME - must be the same as Could not write to '%s' above
3642 -#: wrapper.c:658
4224 +#: wrapper.c:634
4225 #, c-format
4226 msgid "could not write to %s"
4227 msgstr "„%s“ не може да бъде записан"
4228
3647 -#: wrapper.c:660
4229 +#: wrapper.c:636
4230 #, c-format
4231 msgid "could not close %s"
4232 msgstr "„%s“ не може да се затвори"
@@ -3679,11 +4261,11 @@ msgid " (use \"git rm <file>...\" to mark resolution)"
4261 msgstr ""
4262 " (използвайте „git rm ФАЙЛ…“, за да укажете разрешаването на конфликта)"
4263
3682 -#: wt-status.c:199 wt-status.c:945
4264 +#: wt-status.c:199 wt-status.c:958
4265 msgid "Changes to be committed:"
4266 msgstr "Промени, които ще бъдат подадени:"
4267
3686 -#: wt-status.c:217 wt-status.c:954
4268 +#: wt-status.c:217 wt-status.c:967
4269 msgid "Changes not staged for commit:"
4270 msgstr "Промени, които не са в индекса за подаване:"
4271
@@ -3788,15 +4370,15 @@ msgstr "променено съдържание, "
4370 msgid "untracked content, "
4371 msgstr "неследено съдържание, "
4372
3791 -#: wt-status.c:818
4373 +#: wt-status.c:831
4374 msgid "Submodules changed but not updated:"
4375 msgstr "Подмодулите са променени, но не са обновени:"
4376
3795 -#: wt-status.c:820
4377 +#: wt-status.c:833
4378 msgid "Submodule changes to be committed:"
4379 msgstr "Промени в подмодулите за подаване:"
4380
3799 -#: wt-status.c:901
4381 +#: wt-status.c:914
4382 msgid ""
4383 "Do not touch the line above.\n"
4384 "Everything below will be removed."
@@ -3804,233 +4386,237 @@ msgstr ""
4386 "Не променяйте горния ред.\n"
4387 "Всичко отдолу ще бъде изтрито."
4388
3807 -#: wt-status.c:1013
4389 +#: wt-status.c:1026
4390 msgid "You have unmerged paths."
4391 msgstr "Някои пътища не са слети."
4392
3811 -#: wt-status.c:1016
4393 +#: wt-status.c:1029
4394 msgid " (fix conflicts and run \"git commit\")"
4395 msgstr " (коригирайте конфликтите и изпълнете „git commit“)"
4396
3815 -#: wt-status.c:1018
4397 +#: wt-status.c:1031
4398 msgid " (use \"git merge --abort\" to abort the merge)"
4399 msgstr " (използвайте „git merge --abort“, за да преустановите сливането)"
4400
3819 -#: wt-status.c:1023
4401 +#: wt-status.c:1036
4402 msgid "All conflicts fixed but you are still merging."
4403 msgstr "Всички конфликти са решени, но продължавате сливането."
4404
3823 -#: wt-status.c:1026
4405 +#: wt-status.c:1039
4406 msgid " (use \"git commit\" to conclude merge)"
4407 msgstr " (използвайте „git commit“, за да завършите сливането)"
4408
3827 -#: wt-status.c:1036
4409 +#: wt-status.c:1049
4410 msgid "You are in the middle of an am session."
4411 msgstr "В момента прилагате поредица от кръпки чрез „git am“."
4412
3831 -#: wt-status.c:1039
4413 +#: wt-status.c:1052
4414 msgid "The current patch is empty."
4415 msgstr "Текущата кръпка е празна."
4416
3835 -#: wt-status.c:1043
4417 +#: wt-status.c:1056
4418 msgid " (fix conflicts and then run \"git am --continue\")"
4419 msgstr " (коригирайте конфликтите и изпълнете „git am --continue“)"
4420
3839 -#: wt-status.c:1045
4421 +#: wt-status.c:1058
4422 msgid " (use \"git am --skip\" to skip this patch)"
4423 msgstr " (използвайте „git am --skip“, за да пропуснете тази кръпка)"
4424
3843 -#: wt-status.c:1047
4425 +#: wt-status.c:1060
4426 msgid " (use \"git am --abort\" to restore the original branch)"
4427 msgstr ""
4428 " (използвайте „git am --abort“, за да възстановите първоначалния клон)"
4429
3848 -#: wt-status.c:1172
4430 +#: wt-status.c:1189
4431 +msgid "git-rebase-todo is missing."
4432 +msgstr "„git-rebase-todo“ липсва."
4433 +
4434 +#: wt-status.c:1191
4435 msgid "No commands done."
4436 msgstr "Не са изпълнени команди."
4437
3852 -#: wt-status.c:1175
4438 +#: wt-status.c:1194
4439 #, c-format
4440 msgid "Last command done (%d command done):"
4441 msgid_plural "Last commands done (%d commands done):"
4442 msgstr[0] "Последна изпълнена команда (изпълнена е общо %d команда):"
4443 msgstr[1] "Последна изпълнена команда (изпълнени са общо %d команди):"
4444
3859 -#: wt-status.c:1186
4445 +#: wt-status.c:1205
4446 #, c-format
4447 msgid " (see more in file %s)"
4448 msgstr " повече информация има във файла „%s“)"
4449
3864 -#: wt-status.c:1191
4450 +#: wt-status.c:1210
4451 msgid "No commands remaining."
4452 msgstr "Не остават повече команди."
4453
3868 -#: wt-status.c:1194
4454 +#: wt-status.c:1213
4455 #, c-format
4456 msgid "Next command to do (%d remaining command):"
4457 msgid_plural "Next commands to do (%d remaining commands):"
4458 msgstr[0] "Следваща команда за изпълнение (остава още %d команда):"
4459 msgstr[1] "Следваща команда за изпълнение (остават още %d команди):"
4460
3875 -#: wt-status.c:1202
4461 +#: wt-status.c:1221
4462 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4463 msgstr ""
4464 " (използвайте „git rebase --edit-todo“, за да разгледате и редактирате)"
4465
3880 -#: wt-status.c:1215
4466 +#: wt-status.c:1234
4467 #, c-format
4468 msgid "You are currently rebasing branch '%s' on '%s'."
4469 msgstr "В момента пребазирате клона „%s“ върху „%s“."
4470
3885 -#: wt-status.c:1220
4471 +#: wt-status.c:1239
4472 msgid "You are currently rebasing."
4473 msgstr "В момента пребазирате."
4474
3889 -#: wt-status.c:1234
4475 +#: wt-status.c:1253
4476 msgid " (fix conflicts and then run \"git rebase --continue\")"
4477 msgstr " (коригирайте конфликтите и използвайте „git rebase --continue“)"
4478
3893 -#: wt-status.c:1236
4479 +#: wt-status.c:1255
4480 msgid " (use \"git rebase --skip\" to skip this patch)"
4481 msgstr " (използвайте „git rebase --skip“, за да пропуснете тази кръпка)"
4482
3897 -#: wt-status.c:1238
4483 +#: wt-status.c:1257
4484 msgid " (use \"git rebase --abort\" to check out the original branch)"
4485 msgstr ""
4486 " (използвайте „git rebase --abort“, за да възстановите първоначалния клон)"
4487
3902 -#: wt-status.c:1244
4488 +#: wt-status.c:1263
4489 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4490 msgstr " (всички конфликти са коригирани: изпълнете „git rebase --continue“)"
4491
3906 -#: wt-status.c:1248
4492 +#: wt-status.c:1267
4493 #, c-format
4494 msgid ""
4495 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4496 msgstr "В момента разделяте подаване докато пребазирате клона „%s“ върху „%s“."
4497
3912 -#: wt-status.c:1253
4498 +#: wt-status.c:1272
4499 msgid "You are currently splitting a commit during a rebase."
4500 msgstr "В момента разделяте подаване докато пребазирате."
4501
3916 -#: wt-status.c:1256
4502 +#: wt-status.c:1275
4503 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4504 msgstr ""
4505 " (След като работното ви дърво стане чисто, използвайте „git rebase --"
4506 "continue“)"
4507
3922 -#: wt-status.c:1260
4508 +#: wt-status.c:1279
4509 #, c-format
4510 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4511 msgstr ""
4512 "В момента редактирате подаване докато пребазирате клона „%s“ върху „%s“."
4513
3928 -#: wt-status.c:1265
4514 +#: wt-status.c:1284
4515 msgid "You are currently editing a commit during a rebase."
4516 msgstr "В момента редактирате подаване докато пребазирате."
4517
3932 -#: wt-status.c:1268
4518 +#: wt-status.c:1287
4519 msgid " (use \"git commit --amend\" to amend the current commit)"
4520 msgstr ""
4521 " (използвайте „git commit --amend“, за да редактирате текущото подаване)"
4522
3937 -#: wt-status.c:1270
4523 +#: wt-status.c:1289
4524 msgid ""
4525 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4526 msgstr ""
4527 " (използвайте „git rebase --continue“, след като завършите промените си)"
4528
3943 -#: wt-status.c:1280
4529 +#: wt-status.c:1299
4530 #, c-format
4531 msgid "You are currently cherry-picking commit %s."
4532 msgstr "В момента отбирате подаването „%s“."
4533
3948 -#: wt-status.c:1285
4534 +#: wt-status.c:1304
4535 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4536 msgstr " (коригирайте конфликтите и изпълнете „git cherry-pick --continue“)"
4537
3952 -#: wt-status.c:1288
4538 +#: wt-status.c:1307
4539 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4540 msgstr ""
4541 " (всички конфликти са коригирани, изпълнете „git cherry-pick --continue“)"
4542
3957 -#: wt-status.c:1290
4543 +#: wt-status.c:1309
4544 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4545 msgstr ""
4546 " (използвайте „git cherry-pick --abort“, за да отмените всички действия с "
4547 "отбиране)"
4548
3963 -#: wt-status.c:1299
4549 +#: wt-status.c:1318
4550 #, c-format
4551 msgid "You are currently reverting commit %s."
4552 msgstr "В момента отменяте подаване „%s“."
4553
3968 -#: wt-status.c:1304
4554 +#: wt-status.c:1323
4555 msgid " (fix conflicts and run \"git revert --continue\")"
4556 msgstr " (коригирайте конфликтите и изпълнете „git revert --continue“)"
4557
3972 -#: wt-status.c:1307
4558 +#: wt-status.c:1326
4559 msgid " (all conflicts fixed: run \"git revert --continue\")"
4560 msgstr " (всички конфликти са коригирани, изпълнете „git revert --continue“)"
4561
3976 -#: wt-status.c:1309
4562 +#: wt-status.c:1328
4563 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4564 msgstr ""
4565 " (използвайте „git revert --abort“, за да преустановите отмяната на "
4566 "подаване)"
4567
3982 -#: wt-status.c:1320
4568 +#: wt-status.c:1339
4569 #, c-format
4570 msgid "You are currently bisecting, started from branch '%s'."
4571 msgstr "В момента търсите двоично, като сте стартирали от клон „%s“."
4572
3987 -#: wt-status.c:1324
4573 +#: wt-status.c:1343
4574 msgid "You are currently bisecting."
4575 msgstr "В момента търсите двоично."
4576
3991 -#: wt-status.c:1327
4577 +#: wt-status.c:1346
4578 msgid " (use \"git bisect reset\" to get back to the original branch)"
4579 msgstr ""
4580 " (използвайте „git bisect reset“, за да се върнете към първоначалното "
4581 "състояние и клон)"
4582
3997 -#: wt-status.c:1524
4583 +#: wt-status.c:1543
4584 msgid "On branch "
4585 msgstr "На клон "
4586
4001 -#: wt-status.c:1530
4587 +#: wt-status.c:1549
4588 msgid "interactive rebase in progress; onto "
4589 msgstr "извършвате интерактивно пребазиране върху "
4590
4005 -#: wt-status.c:1532
4591 +#: wt-status.c:1551
4592 msgid "rebase in progress; onto "
4593 msgstr "извършвате пребазиране върху "
4594
4009 -#: wt-status.c:1537
4595 +#: wt-status.c:1556
4596 msgid "HEAD detached at "
4597 msgstr "Указателят „HEAD“ не е свързан и е при "
4598
4013 -#: wt-status.c:1539
4599 +#: wt-status.c:1558
4600 msgid "HEAD detached from "
4601 msgstr "Указателят „HEAD“ не е свързан и е отделѐн от "
4602
4017 -#: wt-status.c:1542
4603 +#: wt-status.c:1561
4604 msgid "Not currently on any branch."
4605 msgstr "Извън всички клони."
4606
4021 -#: wt-status.c:1560
4607 +#: wt-status.c:1579
4608 msgid "Initial commit"
4609 msgstr "Първоначално подаване"
4610
4025 -#: wt-status.c:1574
4611 +#: wt-status.c:1593
4612 msgid "Untracked files"
4613 msgstr "Неследени файлове"
4614
4029 -#: wt-status.c:1576
4615 +#: wt-status.c:1595
4616 msgid "Ignored files"
4617 msgstr "Игнорирани файлове"
4618
4033 -#: wt-status.c:1580
4619 +#: wt-status.c:1599
4620 #, c-format
4621 msgid ""
4622 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -4042,32 +4628,32 @@ msgstr ""
4628 "изпълнението, но не трябва да забравяте ръчно да добавяте новите файлове.\n"
4629 "За повече подробности погледнете „git status help“."
4630
4045 -#: wt-status.c:1586
4631 +#: wt-status.c:1605
4632 #, c-format
4633 msgid "Untracked files not listed%s"
4634 msgstr "Неследените файлове не са изведени%s"
4635
4050 -#: wt-status.c:1588
4636 +#: wt-status.c:1607
4637 msgid " (use -u option to show untracked files)"
4638 msgstr " (използвайте опцията „-u“, за да изведете неследените файлове)"
4639
4054 -#: wt-status.c:1594
4640 +#: wt-status.c:1613
4641 msgid "No changes"
4642 msgstr "Няма промени"
4643
4058 -#: wt-status.c:1599
4644 +#: wt-status.c:1618
4645 #, c-format
4646 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4647 msgstr ""
4648 "към индекса за подаване не са добавени промени (използвайте „git add“ и/или "
4649 "„git commit -a“)\n"
4650
4065 -#: wt-status.c:1602
4651 +#: wt-status.c:1621
4652 #, c-format
4653 msgid "no changes added to commit\n"
4654 msgstr "към индекса за подаване не са добавени промени\n"
4655
4070 -#: wt-status.c:1605
4656 +#: wt-status.c:1624
4657 #, c-format
4658 msgid ""
4659 "nothing added to commit but untracked files present (use \"git add\" to "
@@ -4076,71 +4662,67 @@ msgstr ""
4662 "към индекса за подаване не са добавени промени, но има нови файлове "
4663 "(използвайте „git add“, за да започне тяхното следене)\n"
4664
4079 -#: wt-status.c:1608
4665 +#: wt-status.c:1627
4666 #, c-format
4667 msgid "nothing added to commit but untracked files present\n"
4668 msgstr "към индекса за подаване не са добавени промени, но има нови файлове\n"
4669
4084 -#: wt-status.c:1611
4670 +#: wt-status.c:1630
4671 #, c-format
4672 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4673 msgstr ""
4674 "липсват каквито и да е промени (създайте или копирайте файлове и използвайте "
4675 "„git add“, за да започне тяхното следене)\n"
4676
4091 -#: wt-status.c:1614 wt-status.c:1619
4677 +#: wt-status.c:1633 wt-status.c:1638
4678 #, c-format
4679 msgid "nothing to commit\n"
4680 msgstr "липсват каквито и да е промени\n"
4681
4096 -#: wt-status.c:1617
4682 +#: wt-status.c:1636
4683 #, c-format
4684 msgid "nothing to commit (use -u to show untracked files)\n"
4685 msgstr ""
4686 "липсват каквито и да е промени (използвайте опцията „-u“, за да се изведат и "
4687 "неследените файлове)\n"
4688
4103 -#: wt-status.c:1621
4689 +#: wt-status.c:1640
4690 #, c-format
4691 msgid "nothing to commit, working tree clean\n"
4692 msgstr "липсват каквито и да е промени, работното дърво е чисто\n"
4693
4108 -#: wt-status.c:1728
4694 +#: wt-status.c:1749
4695 msgid "Initial commit on "
4696 msgstr "Първоначално подаване на клон"
4697
4112 -#: wt-status.c:1732
4698 +#: wt-status.c:1753
4699 msgid "HEAD (no branch)"
4700 msgstr "HEAD (извън клон)"
4701
4116 -#: wt-status.c:1761
4117 -msgid "gone"
4118 -msgstr "изтрит"
4119 -
4120 -#: wt-status.c:1763 wt-status.c:1771
4702 +#: wt-status.c:1782 wt-status.c:1790
4703 msgid "behind "
4704 msgstr "назад с "
4705
4124 -#: wt-status.c:1766 wt-status.c:1769
4706 +#: wt-status.c:1785 wt-status.c:1788
4707 msgid "ahead "
4708 msgstr "напред с "
4709
4710 #. TRANSLATORS: the action is e.g. "pull with rebase"
4129 -#: wt-status.c:2270
4711 +#: wt-status.c:2280
4712 #, c-format
4713 msgid "cannot %s: You have unstaged changes."
4714 msgstr "не може да извършите „%s“, защото има промени, които не са в индекса."
4715
4134 -#: wt-status.c:2276
4716 +#: wt-status.c:2286
4717 msgid "additionally, your index contains uncommitted changes."
4718 msgstr "освен това в индекса има неподадени промени."
4719
4138 -#: wt-status.c:2278
4720 +#: wt-status.c:2288
4721 #, c-format
4722 msgid "cannot %s: Your index contains uncommitted changes."
4723 msgstr "не може да извършите „%s“, защото в индекса има неподадени промени."
4724
4143 -#: compat/precompose_utf8.c:57 builtin/clone.c:414
4725 +#: compat/precompose_utf8.c:57 builtin/clone.c:432
4726 #, c-format
4727 msgid "failed to unlink '%s'"
4728 msgstr "неуспешно изтриване на „%s“"
@@ -4167,7 +4749,7 @@ msgstr "изтриване на „%s“\n"
4749 msgid "Unstaged changes after refreshing the index:"
4750 msgstr "Промени, които и след обновяването на индекса не са добавени към него:"
4751
4170 -#: builtin/add.c:209 builtin/rev-parse.c:840
4752 +#: builtin/add.c:209 builtin/rev-parse.c:872
4753 msgid "Could not read the index"
4754 msgstr "Индексът не може да бъде прочетен"
4755
@@ -4203,9 +4785,9 @@ msgid "The following paths are ignored by one of your .gitignore files:\n"
4785 msgstr ""
4786 "Следните пътища ще бъдат игнорирани според някой от файловете „.gitignore“:\n"
4787
4206 -#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:111
4207 -#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:521
4208 -#: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:162
4788 +#: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:123
4789 +#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4790 +#: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:163
4791 msgid "dry run"
4792 msgstr "пробно изпълнение"
4793
@@ -4213,7 +4795,7 @@ msgstr "пробно изпълнение"
4795 msgid "interactive picking"
4796 msgstr "интерактивно отбиране на промени"
4797
4216 -#: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:286
4798 +#: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
4799 msgid "select hunks interactively"
4800 msgstr "интерактивен избор на парчета код"
4801
@@ -4258,11 +4840,11 @@ msgstr ""
4840 "проверка, че при пробно изпълнение всички файлове, дори и изтритите, се "
4841 "игнорират"
4842
4261 -#: builtin/add.c:283 builtin/update-index.c:947
4843 +#: builtin/add.c:283 builtin/update-index.c:951
4844 msgid "(+/-)x"
4845 msgstr "(+/-)x"
4846
4265 -#: builtin/add.c:283 builtin/update-index.c:948
4847 +#: builtin/add.c:283 builtin/update-index.c:952
4848 msgid "override the executable bit of the listed files"
4849 msgstr "изрично задаване на стойността на флага дали файлът е изпълним"
4850
@@ -4298,115 +4880,115 @@ msgstr "Нищо не е зададено и нищо не е добавено.\
4880 msgid "Maybe you wanted to say 'git add .'?\n"
4881 msgstr "Вероятно искахте да използвате „git add .“?\n"
4882
4301 -#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4302 -#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4303 -#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
4883 +#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:298
4884 +#: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:350
4885 +#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4886 #: builtin/submodule--helper.c:244
4887 msgid "index file corrupt"
4888 msgstr "файлът с индекса е повреден"
4889
4308 -#: builtin/am.c:414
4890 +#: builtin/am.c:412
4891 msgid "could not parse author script"
4892 msgstr "скриптът за автор не може да се анализира"
4893
4312 -#: builtin/am.c:491
4894 +#: builtin/am.c:489
4895 #, c-format
4896 msgid "'%s' was deleted by the applypatch-msg hook"
4897 msgstr "„%s“ бе изтрит от куката „applypatch-msg“"
4898
4317 -#: builtin/am.c:532
4899 +#: builtin/am.c:530
4900 #, c-format
4901 msgid "Malformed input line: '%s'."
4902 msgstr "Даденият входен ред е с неправилен формат: „%s“."
4903
4322 -#: builtin/am.c:569
4904 +#: builtin/am.c:567
4905 #, c-format
4906 msgid "Failed to copy notes from '%s' to '%s'"
4907 msgstr "Бележката не може да се копира от „%s“ към „%s“"
4908
4327 -#: builtin/am.c:595
4909 +#: builtin/am.c:593
4910 msgid "fseek failed"
4911 msgstr "неуспешно изпълнение на „fseek“"
4912
4331 -#: builtin/am.c:775
4913 +#: builtin/am.c:777
4914 #, c-format
4915 msgid "could not parse patch '%s'"
4916 msgstr "кръпката „%s“ не може да се анализира"
4917
4336 -#: builtin/am.c:840
4918 +#: builtin/am.c:842
4919 msgid "Only one StGIT patch series can be applied at once"
4920 msgstr ""
4921 "Само една серия кръпки от „StGIT“ може да бъде прилагана в даден момент"
4922
4341 -#: builtin/am.c:887
4923 +#: builtin/am.c:889
4924 msgid "invalid timestamp"
4925 msgstr "неправилна стойност за време"
4926
4345 -#: builtin/am.c:890 builtin/am.c:898
4927 +#: builtin/am.c:892 builtin/am.c:900
4928 msgid "invalid Date line"
4929 msgstr "неправилен ред за дата „Date“"
4930
4349 -#: builtin/am.c:895
4931 +#: builtin/am.c:897
4932 msgid "invalid timezone offset"
4933 msgstr "неправилно отместване на часовия пояс"
4934
4353 -#: builtin/am.c:984
4935 +#: builtin/am.c:986
4936 msgid "Patch format detection failed."
4937 msgstr "Форматът на кръпката не може да бъде определен."
4938
4357 -#: builtin/am.c:989 builtin/clone.c:379
4939 +#: builtin/am.c:991 builtin/clone.c:397
4940 #, c-format
4941 msgid "failed to create directory '%s'"
4942 msgstr "директорията „%s“ не може да бъде създадена"
4943
4362 -#: builtin/am.c:993
4944 +#: builtin/am.c:995
4945 msgid "Failed to split patches."
4946 msgstr "Кръпките не могат да бъдат разделени."
4947
4366 -#: builtin/am.c:1125 builtin/commit.c:376
4948 +#: builtin/am.c:1127 builtin/commit.c:376
4949 msgid "unable to write index file"
4950 msgstr "индексът не може да бъде записан"
4951
4370 -#: builtin/am.c:1176
4952 +#: builtin/am.c:1178
4953 #, c-format
4954 msgid "When you have resolved this problem, run \"%s --continue\"."
4955 msgstr "След коригирането на този проблем изпълнете „%s --continue“."
4956
4375 -#: builtin/am.c:1177
4957 +#: builtin/am.c:1179
4958 #, c-format
4959 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4960 msgstr "Ако предпочитате да прескочите тази кръпка, изпълнете „%s --skip“."
4961
4380 -#: builtin/am.c:1178
4962 +#: builtin/am.c:1180
4963 #, c-format
4964 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4965 msgstr "За да се върнете към първоначалното състояние, изпълнете „%s --abort“."
4966
4385 -#: builtin/am.c:1316
4967 +#: builtin/am.c:1315
4968 msgid "Patch is empty. Was it split wrong?"
4969 msgstr "Празна кръпка. Дали не е разделена погрешно?"
4970
4389 -#: builtin/am.c:1390 builtin/log.c:1550
4971 +#: builtin/am.c:1386 builtin/log.c:1557
4972 #, c-format
4973 msgid "invalid ident line: %s"
4974 msgstr "грешна идентичност: %s"
4975
4394 -#: builtin/am.c:1417
4976 +#: builtin/am.c:1413
4977 #, c-format
4978 msgid "unable to parse commit %s"
4979 msgstr "подаването не може да бъде анализирано: %s"
4980
4399 -#: builtin/am.c:1610
4981 +#: builtin/am.c:1606
4982 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4983 msgstr ""
4984 "В хранилището липсват необходимите обекти BLOB, за да се премине към тройно "
4985 "сливане."
4986
4405 -#: builtin/am.c:1612
4987 +#: builtin/am.c:1608
4988 msgid "Using index info to reconstruct a base tree..."
4989 msgstr "Базовото дърво се реконструира от информацията в индекса…"
4990
4409 -#: builtin/am.c:1631
4991 +#: builtin/am.c:1627
4992 msgid ""
4993 "Did you hand edit your patch?\n"
4994 "It does not apply to blobs recorded in its index."
@@ -4414,39 +4996,39 @@ msgstr ""
4996 "Кръпката не може да се приложи към обектите BLOB в индекса.\n"
4997 "Да не би да сте я редактирали на ръка?"
4998
4417 -#: builtin/am.c:1637
4999 +#: builtin/am.c:1633
5000 msgid "Falling back to patching base and 3-way merge..."
5001 msgstr "Преминаване към прилагане на кръпка към базата и тройно сливане…"
5002
4421 -#: builtin/am.c:1662
5003 +#: builtin/am.c:1658
5004 msgid "Failed to merge in the changes."
5005 msgstr "Неуспешно сливане на промените."
5006
4425 -#: builtin/am.c:1686 builtin/merge.c:628
5007 +#: builtin/am.c:1682 builtin/merge.c:631
5008 msgid "git write-tree failed to write a tree"
5009 msgstr "Командата „git write-tree“ не успя да запише обект-дърво"
5010
4429 -#: builtin/am.c:1693
5011 +#: builtin/am.c:1689
5012 msgid "applying to an empty history"
5013 msgstr "прилагане върху празна история"
5014
4433 -#: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:798
4434 -#: builtin/merge.c:823
5015 +#: builtin/am.c:1702 builtin/commit.c:1764 builtin/merge.c:802
5016 +#: builtin/merge.c:827
5017 msgid "failed to write commit object"
5018 msgstr "обектът за подаването не може да бъде записан"
5019
4438 -#: builtin/am.c:1739 builtin/am.c:1743
5020 +#: builtin/am.c:1735 builtin/am.c:1739
5021 #, c-format
5022 msgid "cannot resume: %s does not exist."
5023 msgstr "не може да се продължи — „%s“ не съществува."
5024
4443 -#: builtin/am.c:1759
5025 +#: builtin/am.c:1755
5026 msgid "cannot be interactive without stdin connected to a terminal."
5027 msgstr ""
5028 "За интерактивно изпълнение е необходимо стандартният\n"
5029 "изход да е свързан с терминал, а в момента не е."
5030
4449 -#: builtin/am.c:1764
5031 +#: builtin/am.c:1760
5032 msgid "Commit Body is:"
5033 msgstr "Тялото на кръпката за прилагане е:"
5034
@@ -4454,38 +5036,38 @@ msgstr "Тялото на кръпката за прилагане е:"
5036 #. in your translation. The program will only accept English
5037 #. input at this point.
5038 #.
4457 -#: builtin/am.c:1774
5039 +#: builtin/am.c:1770
5040 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5041 msgstr ""
5042 "Прилагане? „y“ — да/„n“ — не/„e“ — редактиране/„v“ — преглед/„a“ — приемане "
5043 "на всичко:"
5044
4463 -#: builtin/am.c:1824
5045 +#: builtin/am.c:1820
5046 #, c-format
5047 msgid "Dirty index: cannot apply patches (dirty: %s)"
5048 msgstr ""
5049 "Индексът не е чист: кръпките не могат да бъдат приложени (замърсени са: %s)"
5050
4469 -#: builtin/am.c:1861 builtin/am.c:1933
5051 +#: builtin/am.c:1860 builtin/am.c:1932
5052 #, c-format
5053 msgid "Applying: %.*s"
5054 msgstr "Прилагане: %.*s"
5055
4474 -#: builtin/am.c:1877
5056 +#: builtin/am.c:1876
5057 msgid "No changes -- Patch already applied."
5058 msgstr "Без промени — кръпката вече е приложена."
5059
4478 -#: builtin/am.c:1885
5060 +#: builtin/am.c:1884
5061 #, c-format
5062 msgid "Patch failed at %s %.*s"
5063 msgstr "Неуспешно прилагане на кръпка при %s %.*s“"
5064
4483 -#: builtin/am.c:1891
5065 +#: builtin/am.c:1890
5066 #, c-format
5067 msgid "The copy of the patch that failed is found in: %s"
5068 msgstr "Дубликат на проблемната кръпка се намира в: %s"
5069
4488 -#: builtin/am.c:1936
5070 +#: builtin/am.c:1935
5071 msgid ""
5072 "No changes - did you forget to use 'git add'?\n"
5073 "If there is nothing left to stage, chances are that something else\n"
@@ -4495,7 +5077,7 @@ msgstr ""
5077 "Ако няма друга промяна за включване в индекса, най-вероятно някоя друга\n"
5078 "кръпка е довела до същите промени и в такъв случай просто пропуснете тази."
5079
4498 -#: builtin/am.c:1943
5080 +#: builtin/am.c:1942
5081 msgid ""
5082 "You still have unmerged paths in your index.\n"
5083 "Did you forget to use 'git add'?"
@@ -4503,17 +5085,17 @@ msgstr ""
5085 "Индексът все още съдържа неслети промени.\n"
5086 "Възможно е да не сте изпълнили „git add“."
5087
4506 -#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
5088 +#: builtin/am.c:2050 builtin/am.c:2054 builtin/am.c:2066 builtin/reset.c:308
5089 #: builtin/reset.c:316
5090 #, c-format
5091 msgid "Could not parse object '%s'."
5092 msgstr "„%s“ не е разпознат като обект."
5093
4512 -#: builtin/am.c:2103
5094 +#: builtin/am.c:2102
5095 msgid "failed to clean index"
5096 msgstr "индексът не може да бъде изчистен"
5097
4516 -#: builtin/am.c:2137
5098 +#: builtin/am.c:2136
5099 msgid ""
5100 "You seem to have moved HEAD since the last 'am' failure.\n"
5101 "Not rewinding to ORIG_HEAD"
@@ -4524,138 +5106,138 @@ msgstr ""
5106 "сочи към\n"
5107 "„ORIG_HEAD“"
5108
4527 -#: builtin/am.c:2200
5109 +#: builtin/am.c:2199
5110 #, c-format
5111 msgid "Invalid value for --patch-format: %s"
5112 msgstr "Неправилна стойност за „--patch-format“: „%s“"
5113
4532 -#: builtin/am.c:2233
5114 +#: builtin/am.c:2232
5115 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5116 msgstr "git am [ОПЦИЯ…] [(ФАЙЛ_С_ПОЩА|ДИРЕКТОРИЯ_С_ПОЩА)…]"
5117
4536 -#: builtin/am.c:2234
5118 +#: builtin/am.c:2233
5119 msgid "git am [<options>] (--continue | --skip | --abort)"
5120 msgstr "git am [ОПЦИЯ…] (--continue | --quit | --abort)"
5121
4540 -#: builtin/am.c:2240
5122 +#: builtin/am.c:2239
5123 msgid "run interactively"
5124 msgstr "интерактивна работа"
5125
4544 -#: builtin/am.c:2242
5126 +#: builtin/am.c:2241
5127 msgid "historical option -- no-op"
5128 msgstr "изоставена опция, съществува по исторически причини, нищо не прави"
5129
4548 -#: builtin/am.c:2244
5130 +#: builtin/am.c:2243
5131 msgid "allow fall back on 3way merging if needed"
5132 msgstr "да се преминава към тройно сливане при нужда."
5133
4552 -#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4553 -#: builtin/repack.c:172
5134 +#: builtin/am.c:2244 builtin/init-db.c:483 builtin/prune-packed.c:57
5135 +#: builtin/repack.c:178
5136 msgid "be quiet"
5137 msgstr "без извеждане на информация"
5138
4557 -#: builtin/am.c:2247
5139 +#: builtin/am.c:2246
5140 msgid "add a Signed-off-by line to the commit message"
5141 msgstr "добавяне на ред за подпис „Signed-off-by“ в съобщението за подаване"
5142
4561 -#: builtin/am.c:2250
5143 +#: builtin/am.c:2249
5144 msgid "recode into utf8 (default)"
5145 msgstr "прекодиране в UTF-8 (стандартно)"
5146
4565 -#: builtin/am.c:2252
5147 +#: builtin/am.c:2251
5148 msgid "pass -k flag to git-mailinfo"
5149 msgstr "подаване на опцията „-k“ на командата „git-mailinfo“"
5150
4569 -#: builtin/am.c:2254
5151 +#: builtin/am.c:2253
5152 msgid "pass -b flag to git-mailinfo"
5153 msgstr "подаване на опцията „-b“ на командата „git-mailinfo“"
5154
4573 -#: builtin/am.c:2256
5155 +#: builtin/am.c:2255
5156 msgid "pass -m flag to git-mailinfo"
5157 msgstr "подаване на опцията „-m“ на командата „git-mailinfo“"
5158
4577 -#: builtin/am.c:2258
5159 +#: builtin/am.c:2257
5160 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5161 msgstr ""
5162 "подаване на опцията „--keep-cr“ на командата „git-mailsplit“ за формат „mbox“"
5163
4582 -#: builtin/am.c:2261
5164 +#: builtin/am.c:2260
5165 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5166 msgstr ""
5167 "без подаване на опцията „--keep-cr“ на командата „git-mailsplit“ независимо "
5168 "от „am.keepcr“"
5169
4588 -#: builtin/am.c:2264
5170 +#: builtin/am.c:2263
5171 msgid "strip everything before a scissors line"
5172 msgstr "пропускане на всичко преди реда за отрязване"
5173
4592 -#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4593 -#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4594 -#: builtin/am.c:2293
5174 +#: builtin/am.c:2265 builtin/am.c:2268 builtin/am.c:2271 builtin/am.c:2274
5175 +#: builtin/am.c:2277 builtin/am.c:2280 builtin/am.c:2283 builtin/am.c:2286
5176 +#: builtin/am.c:2292
5177 msgid "pass it through git-apply"
5178 msgstr "прекарване през „git-apply“"
5179
4598 -#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4599 -#: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135 builtin/pull.c:194
4600 -#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:644
4601 -#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:132
4602 -#: parse-options.h:134 parse-options.h:245
5180 +#: builtin/am.c:2282 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
5181 +#: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:135
5182 +#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
5183 +#: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:398
5184 +#: parse-options.h:132 parse-options.h:134 parse-options.h:245
5185 msgid "n"
5186 msgstr "БРОЙ"
5187
4606 -#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4607 -#: builtin/tag.c:372
5188 +#: builtin/am.c:2288 builtin/branch.c:592 builtin/for-each-ref.c:37
5189 +#: builtin/replace.c:443 builtin/tag.c:433 builtin/verify-tag.c:38
5190 msgid "format"
5191 msgstr "ФОРМАТ"
5192
4611 -#: builtin/am.c:2290
5193 +#: builtin/am.c:2289
5194 msgid "format the patch(es) are in"
5195 msgstr "формат на кръпките"
5196
4615 -#: builtin/am.c:2296
5197 +#: builtin/am.c:2295
5198 msgid "override error message when patch failure occurs"
5199 msgstr "избрано от вас съобщение за грешка при прилагане на кръпки"
5200
4619 -#: builtin/am.c:2298
5201 +#: builtin/am.c:2297
5202 msgid "continue applying patches after resolving a conflict"
5203 msgstr "продължаване на прилагането на кръпки след коригирането на конфликт"
5204
4623 -#: builtin/am.c:2301
5205 +#: builtin/am.c:2300
5206 msgid "synonyms for --continue"
5207 msgstr "синоними на „--continue“"
5208
4627 -#: builtin/am.c:2304
5209 +#: builtin/am.c:2303
5210 msgid "skip the current patch"
5211 msgstr "прескачане на текущата кръпка"
5212
4631 -#: builtin/am.c:2307
5213 +#: builtin/am.c:2306
5214 msgid "restore the original branch and abort the patching operation."
5215 msgstr ""
5216 "възстановяване на първоначалното състояние на клона и преустановяване на "
5217 "прилагането на кръпката."
5218
4637 -#: builtin/am.c:2311
5219 +#: builtin/am.c:2310
5220 msgid "lie about committer date"
5221 msgstr "дата за подаване различна от първоначалната"
5222
4641 -#: builtin/am.c:2313
5223 +#: builtin/am.c:2312
5224 msgid "use current timestamp for author date"
5225 msgstr "използване на текущото време като това за автор"
5226
4645 -#: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:229
4646 -#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:355
5227 +#: builtin/am.c:2314 builtin/commit.c:1600 builtin/merge.c:232
5228 +#: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:413
5229 msgid "key-id"
5230 msgstr "ИДЕНТИФИКАТОР_НА_КЛЮЧ"
5231
4650 -#: builtin/am.c:2316
5232 +#: builtin/am.c:2315
5233 msgid "GPG-sign commits"
5234 msgstr "подписване на подаванията с GPG"
5235
4654 -#: builtin/am.c:2319
5236 +#: builtin/am.c:2318
5237 msgid "(internal use for git-rebase)"
5238 msgstr "(ползва се вътрешно за „git-rebase“)"
5239
4658 -#: builtin/am.c:2334
5240 +#: builtin/am.c:2333
5241 msgid ""
5242 "The -b/--binary option has been a no-op for long time, and\n"
5243 "it will be removed. Please do not use it anymore."
@@ -4663,18 +5245,18 @@ msgstr ""
5245 "Опциите „-b“/„--binary“ отдавна не правят нищо и\n"
5246 "ще бъдат премахнати в бъдеще. Не ги ползвайте."
5247
4666 -#: builtin/am.c:2341
5248 +#: builtin/am.c:2340
5249 msgid "failed to read the index"
5250 msgstr "неуспешно изчитане на индекса"
5251
4670 -#: builtin/am.c:2356
5252 +#: builtin/am.c:2355
5253 #, c-format
5254 msgid "previous rebase directory %s still exists but mbox given."
5255 msgstr ""
5256 "предишната директория за пребазиране „%s“ все още съществува, а е зададен "
5257 "файл „mbox“."
5258
4677 -#: builtin/am.c:2380
5259 +#: builtin/am.c:2379
5260 #, c-format
5261 msgid ""
5262 "Stray %s directory found.\n"
@@ -4683,7 +5265,7 @@ msgstr ""
5265 "Открита е излишна директория „%s“.\n"
5266 "Можете да я изтриете с командата „git am --abort“."
5267
4686 -#: builtin/am.c:2386
5268 +#: builtin/am.c:2385
5269 msgid "Resolve operation not in progress, we are not resuming."
5270 msgstr "В момента не тече операция по коригиране и няма как да се продължи."
5271
@@ -4713,11 +5295,6 @@ msgstr "git archive: очакваше се „ACK“/„NAK“, а бе полу
5295 msgid "git archive: NACK %s"
5296 msgstr "git archive: получен е „NACK“ — %s"
5297
4716 -#: builtin/archive.c:63
4717 -#, c-format
4718 -msgid "remote error: %s"
4719 -msgstr "отдалечена грешка: %s"
4720 -
5298 #: builtin/archive.c:64
5299 msgid "git archive: protocol error"
5300 msgstr "git archive: протоколна грешка"
@@ -4747,135 +5324,129 @@ msgstr "git blame [ОПЦИЯ…] [ОПЦИЯ_ЗА_ВЕРСИЯТА…] [ВЕР
5324 msgid "<rev-opts> are documented in git-rev-list(1)"
5325 msgstr "ОПЦИИте_ЗА_ВЕРСИЯТА са документирани в ръководството git-rev-list(1)"
5326
4750 -#: builtin/blame.c:1781
5327 +#: builtin/blame.c:1777
5328 msgid "Blaming lines"
5329 msgstr "Анотирани редове"
5330
4754 -#: builtin/blame.c:2577
5331 +#: builtin/blame.c:2573
5332 msgid "Show blame entries as we find them, incrementally"
5333 msgstr "Извеждане на анотациите с намирането им, последователно"
5334
4758 -#: builtin/blame.c:2578
5335 +#: builtin/blame.c:2574
5336 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5337 msgstr ""
5338 "Извеждане на празни суми по SHA1 за граничните подавания (стандартно опцията "
5339 "е изключена)"
5340
4764 -#: builtin/blame.c:2579
5341 +#: builtin/blame.c:2575
5342 msgid "Do not treat root commits as boundaries (Default: off)"
5343 msgstr ""
5344 "Началните подавания да не се считат за гранични (стандартно опцията е "
5345 "изключена)"
5346
4770 -#: builtin/blame.c:2580
5347 +#: builtin/blame.c:2576
5348 msgid "Show work cost statistics"
5349 msgstr "Извеждане на статистика за извършените действия"
5350
4774 -#: builtin/blame.c:2581
5351 +#: builtin/blame.c:2577
5352 msgid "Force progress reporting"
5353 msgstr "Принудително извеждане на напредъка"
5354
4778 -#: builtin/blame.c:2582
5355 +#: builtin/blame.c:2578
5356 msgid "Show output score for blame entries"
5357 msgstr "Извеждане на допълнителна информация за определянето на анотациите"
5358
4782 -#: builtin/blame.c:2583
5359 +#: builtin/blame.c:2579
5360 msgid "Show original filename (Default: auto)"
5361 msgstr ""
5362 "Извеждане на първоначалното име на файл (стандартно това е автоматично)"
5363
4787 -#: builtin/blame.c:2584
5364 +#: builtin/blame.c:2580
5365 msgid "Show original linenumber (Default: off)"
5366 msgstr ""
5367 "Извеждане на първоначалният номер на ред (стандартно опцията е изключена)"
5368
4792 -#: builtin/blame.c:2585
5369 +#: builtin/blame.c:2581
5370 msgid "Show in a format designed for machine consumption"
5371 msgstr "Извеждане във формат за по-нататъшна обработка"
5372
4796 -#: builtin/blame.c:2586
5373 +#: builtin/blame.c:2582
5374 msgid "Show porcelain format with per-line commit information"
5375 msgstr ""
5376 "Извеждане във формат за команди от потребителско ниво с информация на всеки "
5377 "ред"
5378
4802 -#: builtin/blame.c:2587
5379 +#: builtin/blame.c:2583
5380 msgid "Use the same output mode as git-annotate (Default: off)"
5381 msgstr ""
5382 "Използване на същия формат като „git-annotate“ (стандартно опцията е "
5383 "изключена)"
5384
4808 -#: builtin/blame.c:2588
5385 +#: builtin/blame.c:2584
5386 msgid "Show raw timestamp (Default: off)"
5387 msgstr "Извеждане на неформатирани времена (стандартно опцията е изключена)"
5388
4812 -#: builtin/blame.c:2589
5389 +#: builtin/blame.c:2585
5390 msgid "Show long commit SHA1 (Default: off)"
5391 msgstr "Извеждане на пълните суми по SHA1 (стандартно опцията е изключена)"
5392
4816 -#: builtin/blame.c:2590
5393 +#: builtin/blame.c:2586
5394 msgid "Suppress author name and timestamp (Default: off)"
5395 msgstr "Без име на автор и време на промяна (стандартно опцията е изключена)"
5396
4820 -#: builtin/blame.c:2591
5397 +#: builtin/blame.c:2587
5398 msgid "Show author email instead of name (Default: off)"
5399 msgstr ""
5400 "Извеждане на е-пощата на автора, а не името му (стандартно опцията е "
5401 "изключена)"
5402
4826 -#: builtin/blame.c:2592
5403 +#: builtin/blame.c:2588
5404 msgid "Ignore whitespace differences"
5405 msgstr "Без разлики в знаците за интервали"
5406
4830 -#: builtin/blame.c:2599
4831 -msgid "Use an experimental indent-based heuristic to improve diffs"
4832 -msgstr "Подобряване на разликите чрез експериментална евристика според отстъпа"
4833 -
4834 -#: builtin/blame.c:2600
4835 -msgid "Use an experimental blank-line-based heuristic to improve diffs"
4836 -msgstr ""
4837 -"Подобряване на разликите чрез експериментална евристика според празните "
4838 -"редове"
5407 +#: builtin/blame.c:2595
5408 +msgid "Use an experimental heuristic to improve diffs"
5409 +msgstr "Подобряване на разликите чрез експериментална евристика"
5410
4840 -#: builtin/blame.c:2602
5411 +#: builtin/blame.c:2597
5412 msgid "Spend extra cycles to find better match"
5413 msgstr "Допълнителни изчисления за по-добри резултати"
5414
4844 -#: builtin/blame.c:2603
5415 +#: builtin/blame.c:2598
5416 msgid "Use revisions from <file> instead of calling git-rev-list"
5417 msgstr "Изчитане на версиите от ФАЙЛ, а не чрез изпълнение на „git-rev-list“"
5418
4848 -#: builtin/blame.c:2604
5419 +#: builtin/blame.c:2599
5420 msgid "Use <file>'s contents as the final image"
5421 msgstr "Използване на съдържанието на ФАЙЛа като крайно положение"
5422
4852 -#: builtin/blame.c:2605 builtin/blame.c:2606
5423 +#: builtin/blame.c:2600 builtin/blame.c:2601
5424 msgid "score"
5425 msgstr "напасване на редовете"
5426
4856 -#: builtin/blame.c:2605
5427 +#: builtin/blame.c:2600
5428 msgid "Find line copies within and across files"
5429 msgstr ""
5430 "Търсене на копирани редове както в рамките на един файл, така и от един файл "
5431 "към друг"

This file is too large to show in full.