1 # Bulgarian translation of git po-file.
2 # Copyright (C) 2014 Alexander Shopov <ash@kambanaria.org>.
3 # This file is distributed under the same license as the git package.
4 # Alexander Shopov <ash@kambanaria.org>, 2014.
6 # ========================
7 # DICTIONARY TO MERGE IN GIT GUI
8 # ------------------------
10 # unreachable object недостижим обект
11 # dangling objects обект извън клон
12 # fast-forward тривиално сливане
13 # stale remote старо хранилище
15 # force (push) принудително изтласквам
17 # ========================
19 # ------------------------
20 # HEAD as a reference vs head of a branch
22 # ========================
24 # ------------------------
25 # grep ^#: bg.po | cut -c4- |tr ' ' '\n'| sed -e 's/:[0-9][0-9]*//' -e 's%.*/%%' -e 's/[.][^.]*$//' > OUT
26 # sort -u OUT > UNIQUE
27 # for i in `cat UNIQUE`; do echo `grep "^$i$" OUT | wc -l` $i ; done | sort -nr > STATS
28 # ========================
30 # ------------------------
32 # ========================
34 # ------------------------
36 # ========================
37 # DONE alphabetical ordering
38 # ------------------------
40 # advice, fsck, gc, help, parse-options, reflog, remote, rm, run-command
42 # ========================
43 # REMAINING alphabetical ordering
44 # ------------------------
46 # add, apply, archive, attr, bisect--helper, blame, branch, bundle, cat-file, check-attr, check-ignore, check-mailmap,
47 # checkout, checkout-index, clean, clone, column, commit, common-cmds, config, connected, count-objects, date, describe,
48 # diff, diffcore-order, fast-export, fetch, fmt-merge-msg, for-each-ref, git, git-am, git-bisect, git-pull, git-rebase,
49 # git-stash, git-submodule, gpg-interface, grep, hash-object, index-pack, init-db, log, ls-files, ls-tree, merge,
50 # merge-base, merge-file, merge-recursive, mktree, mv, name-rev, notes, notes-utils, object, obstack, pack-objects,
51 # pack-refs, pathspec, precompose_utf8, prune, prune-packed, push, read-tree, repack, replace, rerere, reset, revert,
52 # rev-parse, sequencer, sha1_name, shortlog, show-branch, show-ref, submodule, symbolic-ref, tag, update-index,
53 # update-ref, update-server-info, urlmatch, verify-pack, verify-tag, wrapper, write-tree, wt-status
56 # ========================
57 # MOST IMPORTANT strings ordering
58 # ------------------------
59 # 144 [remote] 68 fetch 28 blame 16 [parse-options]
60 # 137 commit 64 grep 27 git-rebase 12 [gc]
61 # 115 branch 46 push 24 revert 12 [fsck]
62 # 102 wt-status 38 add 21 common-cmds 3 reflog
63 # 78 checkout 34 config 21 [rm]
64 # 77 log 33 reset 21 mv
65 # 69 clone 29 git-stash 13 diff
67 # ========================
68 # WHOLE STATISTICS strings ordering
69 # ------------------------
70 # 144 remote 54 git-submodule 27 ls-files 12 pathspec 8 replace 3 prune-packed
71 # 137 commit 48 push 27 git-rebase 12 name-rev 8 git-pull 3 pack-refs
72 # 115 branch 41 help 24 revert 12 gc 8 fmt-merge-msg 3 count-objects
73 # 111 apply 40 pack-objects 24 mv 12 fsck 7 symbolic-ref 3 connected
74 # 102 wt-status 39 init-db 21 rm 12 checkout-index 6 gpg-interface 3 bisect--helper
75 # 100 notes 38 add 21 common-cmds 11 date 6 check-attr 2 verify-tag
76 # 97 merge 35 archive 19 show-branch 11 column 5 write-tree 2 update-server-info
77 # 78 checkout 34 config 19 read-tree 10 urlmatch 5 sha1_name 2 run-command
78 # 77 log 33 reset 19 bundle 10 shortlog 5 rev-parse 2 rerere
79 # 69 clone 32 clean 17 repack 10 merge-file 5 prune 2 obstack
80 # 68 index-pack 30 git-am 16 parse-options 10 merge-base 4 wrapper 2 advice
81 # 68 fetch 30 describe 14 submodule 10 ls-tree 4 notes-utils 1 precompose_utf8
82 # 64 grep 29 git-stash 14 show-ref 10 hash-object 4 mktree 1 object
83 # 58 tag 29 git-bisect 14 fast-export 10 for-each-ref 4 check-mailmap 1 git
84 # 56 sequencer 28 update-index 13 diff 10 cat-file 3 verify-pack 1 diffcore-order
85 # 55 merge-recursive 28 blame 13 check-ignore 9 update-ref 3 reflog 1 attr
88 "Project-Id-Version: git master\n"
89 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
90 "POT-Creation-Date: 2014-01-18 07:42+0800\n"
91 "PO-Revision-Date: 2014-01-28 19:05+0200\n"
92 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
93 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
96 "Content-Type: text/plain; charset=UTF-8\n"
97 "Content-Transfer-Encoding: 8bit\n"
98 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
103 msgstr "Подсказка: %.*s\n"
106 #. * Message used both when 'git commit' fails and when
107 #. * other commands doing a merge do.
111 "Fix them up in the work tree,\n"
112 "and then use 'git add/rm <file>' as\n"
113 "appropriate to mark resolution and make a commit,\n"
114 "or use 'git commit -a'."
116 "Редактирайте ги в работното дърво,\n"
117 "и тогава ползвайте „git add/rm <file>“,\n"
118 "за да отбележите коригирането им и ги\n"
119 "подадете или просто ползвайте „git commit -a“."
122 msgid "git archive [options] <tree-ish> [<path>...]"
126 msgid "git archive --list"
131 "git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
135 msgid "git archive --remote <repo> [--exec <cmd>] --list"
138 #: archive.c:242 builtin/add.c:240 builtin/add.c:559 builtin/rm.c:328
140 msgid "pathspec '%s' did not match any files"
141 msgstr "пътят „%s“ не съвпада с никой файл"
148 msgid "archive format"
151 #: archive.c:328 builtin/log.c:1193
156 msgid "prepend prefix to each pathname in the archive"
159 #: archive.c:330 builtin/archive.c:88 builtin/blame.c:2265
160 #: builtin/blame.c:2266 builtin/config.c:58 builtin/fast-export.c:680
161 #: builtin/fast-export.c:682 builtin/grep.c:716 builtin/hash-object.c:77
162 #: builtin/ls-files.c:486 builtin/ls-files.c:489 builtin/notes.c:408
163 #: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:154
167 #: archive.c:331 builtin/archive.c:89
168 msgid "write the archive to this file"
172 msgid "read .gitattributes in working directory"
176 msgid "report archived files on stderr"
184 msgid "compress faster"
188 msgid "compress better"
192 msgid "list supported archive formats"
195 #: archive.c:349 builtin/archive.c:90 builtin/clone.c:84
199 #: archive.c:350 builtin/archive.c:91
200 msgid "retrieve the archive from remote repository <repo>"
203 #: archive.c:351 builtin/archive.c:92 builtin/notes.c:487
207 #: archive.c:352 builtin/archive.c:93
208 msgid "path to the remote git-upload-archive command"
213 "Negative patterns are ignored in git attributes\n"
214 "Use '\\!' for literal leading exclamation."
219 msgid "Not setting branch %s as its own upstream."
224 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
229 msgid "Branch %s set up to track remote branch %s from %s."
234 msgid "Branch %s set up to track local branch %s by rebasing."
239 msgid "Branch %s set up to track local branch %s."
244 msgid "Branch %s set up to track remote ref %s by rebasing."
249 msgid "Branch %s set up to track remote ref %s."
254 msgid "Branch %s set up to track local ref %s by rebasing."
259 msgid "Branch %s set up to track local ref %s."
264 msgid "Tracking not set up: name too long: %s"
269 msgid "Not tracking: ambiguous information for ref %s"
274 msgid "'%s' is not a valid branch name."
279 msgid "A branch named '%s' already exists."
283 msgid "Cannot force update the current branch."
288 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
293 msgid "the requested upstream branch '%s' does not exist"
299 "If you are planning on basing your work on an upstream\n"
300 "branch that already exists at the remote, you may need to\n"
301 "run \"git fetch\" to retrieve it.\n"
303 "If you are planning to push out a new local branch that\n"
304 "will track its remote counterpart, you may want to use\n"
305 "\"git push -u\" to set the upstream config as you push."
310 msgid "Not a valid object name: '%s'."
315 msgid "Ambiguous object name: '%s'."
320 msgid "Not a valid branch point: '%s'."
324 msgid "Failed to lock ref for update"
328 msgid "Failed to write ref"
333 msgid "'%s' does not look like a v2 bundle file"
338 msgid "unrecognized header: %s%s (%d)"
341 #: bundle.c:90 builtin/commit.c:706
343 msgid "could not open '%s'"
347 msgid "Repository lacks these prerequisite commits:"
350 #: bundle.c:165 sequencer.c:662 sequencer.c:1112 builtin/log.c:332
351 #: builtin/log.c:821 builtin/log.c:1418 builtin/log.c:1644 builtin/merge.c:357
352 #: builtin/shortlog.c:158
353 msgid "revision walk setup failed"
358 msgid "The bundle contains this ref:"
359 msgid_plural "The bundle contains these %d refs:"
364 msgid "The bundle records a complete history."
369 msgid "The bundle requires this ref:"
370 msgid_plural "The bundle requires these %d refs:"
375 msgid "rev-list died"
378 #: bundle.c:302 builtin/log.c:1329 builtin/shortlog.c:261
380 msgid "unrecognized argument: %s"
385 msgid "ref '%s' is excluded by the rev-list options"
389 msgid "Refusing to create empty bundle."
393 msgid "Could not spawn pack-objects"
397 msgid "pack-objects died"
402 msgid "cannot create '%s'"
406 msgid "index-pack died"
411 msgid "could not parse %s"
416 msgid "%s %s is not a commit!"
419 #: compat/obstack.c:406 compat/obstack.c:408
420 msgid "memory exhausted"
424 msgid "Could not run 'git rev-list'"
429 msgid "failed write to rev-list: %s"
434 msgid "failed to close rev-list's stdin: %s"
438 msgid "in the future"
443 msgid "%lu second ago"
444 msgid_plural "%lu seconds ago"
450 msgid "%lu minute ago"
451 msgid_plural "%lu minutes ago"
458 msgid_plural "%lu hours ago"
465 msgid_plural "%lu days ago"
472 msgid_plural "%lu weeks ago"
478 msgid "%lu month ago"
479 msgid_plural "%lu months ago"
486 msgid_plural "%lu years"
492 msgid "%s, %lu month ago"
493 msgid_plural "%s, %lu months ago"
497 #: date.c:154 date.c:159
500 msgid_plural "%lu years ago"
504 #: diffcore-order.c:24
506 msgid "failed to read orderfile '%s'"
511 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
516 msgid " Unknown dirstat parameter '%s'\n"
521 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
527 "Found errors in 'diff.dirstat' config variable:\n"
534 "Failed to parse --dirstat/-X option parameter:\n"
540 msgid "Failed to parse --submodule option parameter: '%s'"
543 #: gpg-interface.c:59 gpg-interface.c:131
544 msgid "could not run gpg."
547 #: gpg-interface.c:71
548 msgid "gpg did not accept the data"
551 #: gpg-interface.c:82
552 msgid "gpg failed to sign the data"
555 #: gpg-interface.c:115
557 msgid "could not create temporary file '%s': %s"
560 #: gpg-interface.c:118
562 msgid "failed writing detached signature to '%s': %s"
567 msgid "'%s': unable to read %s"
577 msgid "'%s': short read %s"
582 msgid "available git commands in '%s'"
583 msgstr "налични команди на git от „%s“"
586 msgid "git commands available from elsewhere on your $PATH"
587 msgstr "команди на git от други директории от пътя „$PATH“"
590 msgid "The most commonly used git commands are:"
591 msgstr "Най-често употребяваните команди на git са:"
596 "'%s' appears to be a git command, but we were not\n"
597 "able to execute it. Maybe git-%s is broken?"
599 "Изглежда, че „%s“ е команда на git, но тя не може да\n"
600 "бъде изпълнена. Вероятно пакетът „git-%s“ е повреден."
603 msgid "Uh oh. Your system reports no Git commands at all."
604 msgstr "Странно, изглежда, че на системата ви няма нито една команда на git."
609 "WARNING: You called a Git command named '%s', which does not exist.\n"
610 "Continuing under the assumption that you meant '%s'"
612 "ПРЕДУПРЕЖДЕНИЕ: Пробвахте да изпълните команда на Git на име „%s“, а такава "
614 "съществува. Изпълнението автоматично продължава, като се счита, че имате "
619 msgid "in %0.1f seconds automatically..."
620 msgstr "след %0.1f секунди…"
624 msgid "git: '%s' is not a git command. See 'git --help'."
625 msgstr "git: „%s“ не е команда на git. Вижте изхода от „git --help“."
627 #: help.c:385 help.c:444
633 "Did you mean one of these?"
636 "Команда с подобно име е:"
639 "Команди с подобно име са:"
647 msgid "failed to read the cache"
650 #: merge.c:110 builtin/checkout.c:358 builtin/checkout.c:559
651 #: builtin/clone.c:661
652 msgid "unable to write new index file"
655 #: merge-recursive.c:190
657 msgid "(bad commit)\n"
660 #: merge-recursive.c:206
662 msgid "addinfo_cache failed for path '%s'"
665 #: merge-recursive.c:269
666 msgid "error building trees"
669 #: merge-recursive.c:673
671 msgid "failed to create path '%s'%s"
674 #: merge-recursive.c:684
676 msgid "Removing %s to make room for subdirectory\n"
679 #. something else exists
680 #. .. but not some other error (who really cares what?)
681 #: merge-recursive.c:698 merge-recursive.c:719
682 msgid ": perhaps a D/F conflict?"
685 #: merge-recursive.c:709
687 msgid "refusing to lose untracked file at '%s'"
690 #: merge-recursive.c:749
692 msgid "cannot read object %s '%s'"
695 #: merge-recursive.c:751
697 msgid "blob expected for %s '%s'"
700 #: merge-recursive.c:774 builtin/clone.c:317
702 msgid "failed to open '%s'"
705 #: merge-recursive.c:782
707 msgid "failed to symlink '%s'"
710 #: merge-recursive.c:785
712 msgid "do not know what to do with %06o %s '%s'"
715 #: merge-recursive.c:923
716 msgid "Failed to execute internal merge"
719 #: merge-recursive.c:927
721 msgid "Unable to add %s to database"
724 #: merge-recursive.c:943
725 msgid "unsupported object type in the tree"
728 #: merge-recursive.c:1022 merge-recursive.c:1036
731 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
735 #: merge-recursive.c:1028 merge-recursive.c:1041
738 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
742 #: merge-recursive.c:1082
746 #: merge-recursive.c:1082 wt-status.c:283
750 #: merge-recursive.c:1138
752 msgid "%s is a directory in %s adding as %s instead"
755 #: merge-recursive.c:1160
758 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
759 "\"->\"%s\" in \"%s\"%s"
762 #: merge-recursive.c:1165
763 msgid " (left unresolved)"
766 #: merge-recursive.c:1219
768 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
771 #: merge-recursive.c:1249
773 msgid "Renaming %s to %s and %s to %s instead"
776 #: merge-recursive.c:1448
778 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
781 #: merge-recursive.c:1458
783 msgid "Adding merged %s"
786 #: merge-recursive.c:1463 merge-recursive.c:1661
788 msgid "Adding as %s instead"
791 #: merge-recursive.c:1514
793 msgid "cannot read object %s"
796 #: merge-recursive.c:1517
798 msgid "object %s is not a blob"
801 #: merge-recursive.c:1565
805 #: merge-recursive.c:1565 wt-status.c:281
809 #: merge-recursive.c:1575
813 #: merge-recursive.c:1582
817 #: merge-recursive.c:1616
819 msgid "Skipped %s (merged same as existing)"
822 #: merge-recursive.c:1630
824 msgid "Auto-merging %s"
827 #: merge-recursive.c:1634 git-submodule.sh:1148
831 #: merge-recursive.c:1635
833 msgid "CONFLICT (%s): Merge conflict in %s"
836 #: merge-recursive.c:1725
841 #: merge-recursive.c:1750
842 msgid "file/directory"
845 #: merge-recursive.c:1756
846 msgid "directory/file"
849 #: merge-recursive.c:1761
851 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
854 #: merge-recursive.c:1771
859 #: merge-recursive.c:1788
860 msgid "Fatal merge failure, shouldn't happen."
863 #: merge-recursive.c:1807
864 msgid "Already up-to-date!"
867 #: merge-recursive.c:1816
869 msgid "merging of trees %s and %s failed"
872 #: merge-recursive.c:1846
874 msgid "Unprocessed path??? %s"
877 #: merge-recursive.c:1891
881 #: merge-recursive.c:1904
883 msgid "found %u common ancestor:"
884 msgid_plural "found %u common ancestors:"
888 #: merge-recursive.c:1941
889 msgid "merge returned no commit"
892 #: merge-recursive.c:1998
894 msgid "Could not parse object '%s'"
897 #: merge-recursive.c:2010 builtin/merge.c:665
898 msgid "Unable to write index."
902 msgid "Cannot commit uninitialized/unreferenced notes tree"
907 msgid "Bad notes.rewriteMode value: '%s'"
912 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
915 #. TRANSLATORS: The first %s is the name of the
916 #. environment variable, the second %s is its value
919 msgid "Bad %s value: '%s'"
924 msgid "unable to parse object: %s"
927 #: parse-options.c:537
931 #: parse-options.c:555
934 msgstr "употреба: %s"
936 #. TRANSLATORS: the colon here should align with the
937 #. one in "usage: %s" translation
938 #: parse-options.c:559
943 #: parse-options.c:562
948 #: parse-options.c:596
953 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
958 "global 'literal' pathspec setting is incompatible with all other global "
963 msgid "invalid parameter for pathspec magic 'prefix'"
968 msgid "Invalid pathspec magic '%.*s' in '%s'"
973 msgid "Missing ')' at the end of pathspec magic in '%s'"
978 msgid "Unimplemented pathspec magic '%c' in '%s'"
983 msgid "%s: 'literal' and 'glob' are incompatible"
988 msgid "%s: '%s' is outside repository"
993 msgid "Pathspec '%s' is in submodule '%.*s'"
997 #. * We may want to substitute "this command" with a command
998 #. * name. E.g. when add--interactive dies when running
1003 msgid "%s: pathspec magic not supported by this command: %s"
1008 msgid "pathspec '%s' is beyond a symbolic link"
1013 "There is nothing to exclude from by :(exclude) patterns.\n"
1014 "Perhaps you forgot to add either ':/' or '.' ?"
1019 msgid "Cannot fetch both %s and %s to %s"
1020 msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"
1024 msgid "%s usually tracks %s, not %s"
1025 msgstr "„%s“ обикновено следи „%s“, а не „%s“"
1029 msgid "%s tracks both %s and %s"
1030 msgstr "„%s“ следи както „%s“, така и „%s“"
1033 #. * This last possibility doesn't occur because
1034 #. * FETCH_HEAD_IGNORE entries always appear at
1035 #. * the end of the list.
1038 msgid "Internal error"
1039 msgstr "Вътрешна грешка"
1043 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1044 msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"
1047 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1048 msgstr " (за да коригирате това използвайте „git branch --unset-upstream“)\n"
1052 msgid "Your branch is up-to-date with '%s'.\n"
1053 msgstr "Клонът е актуализиран както „%s“.\n"
1057 msgid "Your branch is ahead of '%s' by %d commit.\n"
1058 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1059 msgstr[0] "Клонът ви е с %2$d подаване пред „%1$s“.\n"
1060 msgstr[1] "Клонът ви е с %2$d подавания пред „%1$s“.\n"
1063 msgid " (use \"git push\" to publish your local commits)\n"
1064 msgstr " (публикувайте локалните си промени чрез „git push“)\n"
1068 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1070 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1072 "Клонът ви е с %2$d подаване след „%1$s“ и може да бъде тривиално слят.\n"
1074 "Клонът ви е с %2$d подавания след „%1$s“ и може да бъде тривиално слят.\n"
1077 msgid " (use \"git pull\" to update your local branch)\n"
1078 msgstr " (обновете локалния си клон чрез „git pull“)\n"
1083 "Your branch and '%s' have diverged,\n"
1084 "and have %d and %d different commit each, respectively.\n"
1086 "Your branch and '%s' have diverged,\n"
1087 "and have %d and %d different commits each, respectively.\n"
1089 "Текущият клон се е отделил от „%s“,\n"
1090 "двата имат съответно по %d и %d несъвпадащи подавания.\n"
1092 "Текущият клон се е отделил от „%s“,\n"
1093 "двата имат съответно по %d и %d несъвпадащи подавания.\n"
1096 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1097 msgstr " (слейте отдалечения клон в локалния чрез „git pull“)\n"
1100 msgid "open /dev/null failed"
1101 msgstr "неуспешно отваряне на „/dev/null“"
1105 msgid "dup2(%d,%d) failed"
1106 msgstr "неуспешно изпълнение на dup2(%d,%d)"
1108 #: sequencer.c:206 builtin/merge.c:783 builtin/merge.c:896
1109 #: builtin/merge.c:1006 builtin/merge.c:1016
1111 msgid "Could not open '%s' for writing"
1114 #: sequencer.c:208 builtin/merge.c:343 builtin/merge.c:786
1115 #: builtin/merge.c:1008 builtin/merge.c:1021
1117 msgid "Could not write to '%s'"
1122 "after resolving the conflicts, mark the corrected paths\n"
1123 "with 'git add <paths>' or 'git rm <paths>'"
1128 "after resolving the conflicts, mark the corrected paths\n"
1129 "with 'git add <paths>' or 'git rm <paths>'\n"
1130 "and commit the result with 'git commit'"
1133 #: sequencer.c:245 sequencer.c:870 sequencer.c:953
1135 msgid "Could not write to %s"
1140 msgid "Error wrapping up %s"
1144 msgid "Your local changes would be overwritten by cherry-pick."
1148 msgid "Your local changes would be overwritten by revert."
1152 msgid "Commit your changes or stash them to proceed."
1155 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1158 msgid "%s: Unable to write new index file"
1162 msgid "Could not resolve HEAD commit\n"
1166 msgid "Unable to update cache tree\n"
1171 msgid "Could not parse commit %s\n"
1176 msgid "Could not parse parent commit %s\n"
1180 msgid "Your index file is unmerged."
1185 msgid "Commit %s is a merge but no -m option was given."
1190 msgid "Commit %s does not have parent %d"
1195 msgid "Mainline was specified but commit %s is not a merge."
1198 #. TRANSLATORS: The first %s will be "revert" or
1199 #. "cherry-pick", the second %s a SHA1
1202 msgid "%s: cannot parse parent commit %s"
1207 msgid "Cannot get commit message for %s"
1212 msgid "could not revert %s... %s"
1217 msgid "could not apply %s... %s"
1221 msgid "empty commit set passed"
1226 msgid "git %s: failed to read the index"
1231 msgid "git %s: failed to refresh the index"
1236 msgid "Cannot %s during a %s"
1241 msgid "Could not parse line %d."
1245 msgid "No commits parsed."
1250 msgid "Could not open %s"
1255 msgid "Could not read %s."
1260 msgid "Unusable instruction sheet: %s"
1265 msgid "Invalid key: %s"
1270 msgid "Invalid value for %s: %s"
1275 msgid "Malformed options sheet: %s"
1279 msgid "a cherry-pick or revert is already in progress"
1283 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1288 msgid "Could not create sequencer directory %s"
1291 #: sequencer.c:872 sequencer.c:957
1293 msgid "Error wrapping up %s."
1296 #: sequencer.c:891 sequencer.c:1025
1297 msgid "no cherry-pick or revert in progress"
1301 msgid "cannot resolve HEAD"
1305 msgid "cannot abort from a branch yet to be born"
1308 #: sequencer.c:917 builtin/apply.c:4061
1310 msgid "cannot open %s: %s"
1315 msgid "cannot read %s: %s"
1319 msgid "unexpected end of file"
1324 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1329 msgid "Could not format %s."
1334 msgid "%s: can't cherry-pick a %s"
1339 msgid "%s: bad revision"
1343 msgid "Can't revert as initial commit"
1347 msgid "Can't cherry-pick into empty head"
1352 "Git normally never creates a ref that ends with 40 hex characters\n"
1353 "because it will be ignored when you just specify 40-hex. These refs\n"
1354 "may be created by mistake. For example,\n"
1356 " git checkout -b $br $(git rev-parse ...)\n"
1358 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1359 "examine these refs and maybe delete them. Turn this message off by\n"
1360 "running \"git config advice.objectNameWarning false\""
1364 msgid "HEAD does not point to a branch"
1369 msgid "No such branch: '%s'"
1374 msgid "No upstream configured for branch '%s'"
1379 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1382 #: submodule.c:64 submodule.c:98
1383 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1386 #: submodule.c:68 submodule.c:102
1388 msgid "Could not find section in .gitmodules where path=%s"
1391 #. Maybe the user already did that, don't error out here
1394 msgid "Could not update .gitmodules entry %s"
1397 #. Maybe the user already did that, don't error out here
1400 msgid "Could not remove .gitmodules entry for %s"
1404 msgid "could not find .gitmodules in index"
1408 msgid "reading updated .gitmodules failed"
1412 msgid "unable to stat updated .gitmodules"
1416 msgid "unable to remove .gitmodules from index"
1420 msgid "adding updated .gitmodules failed"
1424 msgid "staging updated .gitmodules failed"
1427 #: submodule.c:1144 builtin/init-db.c:363
1429 msgid "Could not create git link %s"
1434 msgid "Could not set core.worktree in %s"
1438 msgid "invalid URL scheme name or missing '://' suffix"
1441 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1443 msgid "invalid %XX escape sequence"
1447 msgid "missing host and scheme is not 'file:'"
1451 msgid "a 'file:' URL may not have a port number"
1455 msgid "invalid characters in host name"
1458 #: urlmatch.c:244 urlmatch.c:255
1459 msgid "invalid port number"
1463 msgid "invalid '..' path segment"
1468 msgid "unable to access '%s': %s"
1473 msgid "unable to access '%s'"
1478 msgid "unable to look up current user in the passwd file: %s"
1482 msgid "no such user"
1486 msgid "Unmerged paths:"
1489 #: wt-status.c:177 wt-status.c:204
1491 msgid " (use \"git reset %s <file>...\" to unstage)"
1494 #: wt-status.c:179 wt-status.c:206
1495 msgid " (use \"git rm --cached <file>...\" to unstage)"
1499 msgid " (use \"git add <file>...\" to mark resolution)"
1502 #: wt-status.c:185 wt-status.c:189
1503 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1507 msgid " (use \"git rm <file>...\" to mark resolution)"
1511 msgid "Changes to be committed:"
1515 msgid "Changes not staged for commit:"
1519 msgid " (use \"git add <file>...\" to update what will be committed)"
1523 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
1528 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
1532 msgid " (commit or discard the untracked or modified content in submodules)"
1537 msgid " (use \"git %s <file>...\" to include in what will be committed)"
1545 msgid "both deleted:"
1549 msgid "added by us:"
1553 msgid "deleted by them:"
1557 msgid "added by them:"
1561 msgid "deleted by us:"
1569 msgid "both modified:"
1597 msgid "new commits, "
1601 msgid "modified content, "
1605 msgid "untracked content, "
1610 msgid "bug: unhandled diff status %c"
1614 msgid "Submodules changed but not updated:"
1618 msgid "Submodule changes to be committed:"
1623 "Do not touch the line above.\n"
1624 "Everything below will be removed."
1628 msgid "You have unmerged paths."
1632 msgid " (fix conflicts and run \"git commit\")"
1636 msgid "All conflicts fixed but you are still merging."
1640 msgid " (use \"git commit\" to conclude merge)"
1644 msgid "You are in the middle of an am session."
1648 msgid "The current patch is empty."
1652 msgid " (fix conflicts and then run \"git am --continue\")"
1656 msgid " (use \"git am --skip\" to skip this patch)"
1660 msgid " (use \"git am --abort\" to restore the original branch)"
1663 #: wt-status.c:989 wt-status.c:1006
1665 msgid "You are currently rebasing branch '%s' on '%s'."
1668 #: wt-status.c:994 wt-status.c:1011
1669 msgid "You are currently rebasing."
1673 msgid " (fix conflicts and then run \"git rebase --continue\")"
1677 msgid " (use \"git rebase --skip\" to skip this patch)"
1681 msgid " (use \"git rebase --abort\" to check out the original branch)"
1685 msgid " (all conflicts fixed: run \"git rebase --continue\")"
1691 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1695 msgid "You are currently splitting a commit during a rebase."
1699 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
1704 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1708 msgid "You are currently editing a commit during a rebase."
1712 msgid " (use \"git commit --amend\" to amend the current commit)"
1717 " (use \"git rebase --continue\" once you are satisfied with your changes)"
1722 msgid "You are currently cherry-picking commit %s."
1726 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
1730 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
1734 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1739 msgid "You are currently reverting commit %s."
1743 msgid " (fix conflicts and run \"git revert --continue\")"
1747 msgid " (all conflicts fixed: run \"git revert --continue\")"
1751 msgid " (use \"git revert --abort\" to cancel the revert operation)"
1756 msgid "You are currently bisecting, started from branch '%s'."
1760 msgid "You are currently bisecting."
1764 msgid " (use \"git bisect reset\" to get back to the original branch)"
1772 msgid "rebase in progress; onto "
1776 msgid "HEAD detached at "
1780 msgid "HEAD detached from "
1784 msgid "Not currently on any branch."
1788 msgid "Initial commit"
1792 msgid "Untracked files"
1796 msgid "Ignored files"
1802 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1803 "may speed it up, but you have to be careful not to forget to add\n"
1804 "new files yourself (see 'git help status')."
1809 msgid "Untracked files not listed%s"
1813 msgid " (use -u option to show untracked files)"
1822 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1827 msgid "no changes added to commit\n"
1833 "nothing added to commit but untracked files present (use \"git add\" to "
1839 msgid "nothing added to commit but untracked files present\n"
1844 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1847 #: wt-status.c:1362 wt-status.c:1367
1849 msgid "nothing to commit\n"
1854 msgid "nothing to commit (use -u to show untracked files)\n"
1859 msgid "nothing to commit, working directory clean\n"
1863 msgid "HEAD (no branch)"
1867 msgid "Initial commit on "
1878 #: wt-status.c:1519 wt-status.c:1522
1886 #: compat/precompose_utf8.c:55 builtin/clone.c:356
1888 msgid "failed to unlink '%s'"
1892 msgid "git add [options] [--] <pathspec>..."
1896 #. * To be consistent with "git add -p" and most Git
1897 #. * commands, we should default to being tree-wide, but
1898 #. * this is not the original behavior and can't be
1899 #. * changed until users trained themselves not to type
1900 #. * "git add -u" or "git add -A". For now, we warn and
1901 #. * keep the old behavior. Later, the behavior can be changed
1902 #. * to tree-wide, keeping the warning for a while, and
1903 #. * eventually we can drop the warning.
1908 "The behavior of 'git add %s (or %s)' with no path argument from a\n"
1909 "subdirectory of the tree will change in Git 2.0 and should not be used "
1911 "To add content for the whole tree, run:\n"
1914 " (or git add %s :/)\n"
1916 "To restrict the command to the current directory, run:\n"
1919 " (or git add %s .)\n"
1921 "With the current Git version, the command is restricted to the current "
1925 #: builtin/add.c:100
1928 "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"
1929 "whose behaviour will change in Git 2.0 with respect to paths you removed.\n"
1930 "Paths like '%s' that are\n"
1931 "removed from your working tree are ignored with this version of Git.\n"
1933 "* 'git add --ignore-removal <pathspec>', which is the current default,\n"
1934 " ignores paths you removed from your working tree.\n"
1936 "* 'git add --all <pathspec>' will let you also record the removals.\n"
1938 "Run 'git status' to check the paths you removed from your working tree.\n"
1941 #: builtin/add.c:144
1943 msgid "unexpected diff status %c"
1946 #: builtin/add.c:149 builtin/commit.c:260
1947 msgid "updating files failed"
1950 #: builtin/add.c:163
1952 msgid "remove '%s'\n"
1955 #: builtin/add.c:237
1956 msgid "Unstaged changes after refreshing the index:"
1959 #: builtin/add.c:299
1960 msgid "Could not read the index"
1963 #: builtin/add.c:310
1965 msgid "Could not open '%s' for writing."
1968 #: builtin/add.c:314
1969 msgid "Could not write patch"
1972 #: builtin/add.c:319
1974 msgid "Could not stat '%s'"
1977 #: builtin/add.c:321
1978 msgid "Empty patch. Aborted."
1981 #: builtin/add.c:327
1983 msgid "Could not apply '%s'"
1986 #: builtin/add.c:337
1987 msgid "The following paths are ignored by one of your .gitignore files:\n"
1990 #: builtin/add.c:354 builtin/clean.c:875 builtin/fetch.c:93 builtin/mv.c:70
1991 #: builtin/prune-packed.c:77 builtin/push.c:506 builtin/remote.c:1344
1994 msgstr "пробно изпълнeние"
1996 #: builtin/add.c:355 builtin/apply.c:4410 builtin/check-ignore.c:19
1997 #: builtin/commit.c:1249 builtin/count-objects.c:95 builtin/fsck.c:612
1998 #: builtin/log.c:1592 builtin/mv.c:69 builtin/read-tree.c:113
2000 msgstr "повече подробности"
2002 #: builtin/add.c:357
2003 msgid "interactive picking"
2006 #: builtin/add.c:358 builtin/checkout.c:1109 builtin/reset.c:272
2007 msgid "select hunks interactively"
2010 #: builtin/add.c:359
2011 msgid "edit current diff and apply"
2014 #: builtin/add.c:360
2015 msgid "allow adding otherwise ignored files"
2018 #: builtin/add.c:361
2019 msgid "update tracked files"
2022 #: builtin/add.c:362
2023 msgid "record only the fact that the path will be added later"
2026 #: builtin/add.c:363
2027 msgid "add changes from all tracked and untracked files"
2030 #. takes no arguments
2031 #: builtin/add.c:366
2032 msgid "ignore paths removed in the working tree (same as --no-all)"
2035 #: builtin/add.c:368
2036 msgid "don't add, only refresh the index"
2039 #: builtin/add.c:369
2040 msgid "just skip files which cannot be added because of errors"
2043 #: builtin/add.c:370
2044 msgid "check if - even missing - files are ignored in dry run"
2047 #: builtin/add.c:392
2049 msgid "Use -f if you really want to add them.\n"
2052 #: builtin/add.c:393
2053 msgid "no files added"
2056 #: builtin/add.c:399
2057 msgid "adding files failed"
2060 #: builtin/add.c:438
2061 msgid "-A and -u are mutually incompatible"
2064 #: builtin/add.c:456
2065 msgid "Option --ignore-missing can only be used together with --dry-run"
2068 #: builtin/add.c:486
2070 msgid "Nothing specified, nothing added.\n"
2073 #: builtin/add.c:487
2075 msgid "Maybe you wanted to say 'git add .'?\n"
2078 #: builtin/add.c:492 builtin/check-ignore.c:172 builtin/clean.c:919
2079 #: builtin/commit.c:320 builtin/mv.c:90 builtin/reset.c:224 builtin/rm.c:299
2080 msgid "index file corrupt"
2081 msgstr "файлът с индекса е повреден"
2083 #: builtin/add.c:592 builtin/apply.c:4506 builtin/mv.c:270 builtin/rm.c:432
2084 msgid "Unable to write new index file"
2085 msgstr "Новият файл с индекса не може да бъде записан"
2087 #: builtin/apply.c:57
2088 msgid "git apply [options] [<patch>...]"
2091 #: builtin/apply.c:110
2093 msgid "unrecognized whitespace option '%s'"
2096 #: builtin/apply.c:125
2098 msgid "unrecognized whitespace ignore option '%s'"
2101 #: builtin/apply.c:823
2103 msgid "Cannot prepare timestamp regexp %s"
2106 #: builtin/apply.c:832
2108 msgid "regexec returned %d for input: %s"
2111 #: builtin/apply.c:913
2113 msgid "unable to find filename in patch at line %d"
2116 #: builtin/apply.c:945
2118 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2121 #: builtin/apply.c:949
2123 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2126 #: builtin/apply.c:950
2128 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2131 #: builtin/apply.c:957
2133 msgid "git apply: bad git-diff - expected /dev/null on line %d"
2136 #: builtin/apply.c:1422
2138 msgid "recount: unexpected line: %.*s"
2141 #: builtin/apply.c:1479
2143 msgid "patch fragment without header at line %d: %.*s"
2146 #: builtin/apply.c:1496
2149 "git diff header lacks filename information when removing %d leading pathname "
2150 "component (line %d)"
2152 "git diff header lacks filename information when removing %d leading pathname "
2153 "components (line %d)"
2157 #: builtin/apply.c:1656
2158 msgid "new file depends on old contents"
2161 #: builtin/apply.c:1658
2162 msgid "deleted file still has contents"
2165 #: builtin/apply.c:1684
2167 msgid "corrupt patch at line %d"
2170 #: builtin/apply.c:1720
2172 msgid "new file %s depends on old contents"
2175 #: builtin/apply.c:1722
2177 msgid "deleted file %s still has contents"
2180 #: builtin/apply.c:1725
2182 msgid "** warning: file %s becomes empty but is not deleted"
2185 #: builtin/apply.c:1871
2187 msgid "corrupt binary patch at line %d: %.*s"
2190 #. there has to be one hunk (forward hunk)
2191 #: builtin/apply.c:1900
2193 msgid "unrecognized binary patch at line %d"
2196 #: builtin/apply.c:1986
2198 msgid "patch with only garbage at line %d"
2201 #: builtin/apply.c:2076
2203 msgid "unable to read symlink %s"
2206 #: builtin/apply.c:2080
2208 msgid "unable to open or read %s"
2211 #: builtin/apply.c:2688
2213 msgid "invalid start of line: '%c'"
2216 #: builtin/apply.c:2806
2218 msgid "Hunk #%d succeeded at %d (offset %d line)."
2219 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2223 #: builtin/apply.c:2818
2225 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2228 #: builtin/apply.c:2824
2231 "while searching for:\n"
2235 #: builtin/apply.c:2843
2237 msgid "missing binary patch data for '%s'"
2240 #: builtin/apply.c:2946
2242 msgid "binary patch does not apply to '%s'"
2245 #: builtin/apply.c:2952
2247 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2250 #: builtin/apply.c:2973
2252 msgid "patch failed: %s:%ld"
2255 #: builtin/apply.c:3095
2257 msgid "cannot checkout %s"
2260 #: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:3194
2262 msgid "read of %s failed"
2265 #: builtin/apply.c:3174 builtin/apply.c:3396
2267 msgid "path %s has been renamed/deleted"
2270 #: builtin/apply.c:3255 builtin/apply.c:3410
2272 msgid "%s: does not exist in index"
2275 #: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:3424
2280 #: builtin/apply.c:3264 builtin/apply.c:3418
2282 msgid "%s: does not match index"
2285 #: builtin/apply.c:3366
2286 msgid "removal patch leaves file contents"
2289 #: builtin/apply.c:3435
2291 msgid "%s: wrong type"
2294 #: builtin/apply.c:3437
2296 msgid "%s has type %o, expected %o"
2299 #: builtin/apply.c:3538
2301 msgid "%s: already exists in index"
2304 #: builtin/apply.c:3541
2306 msgid "%s: already exists in working directory"
2309 #: builtin/apply.c:3561
2311 msgid "new mode (%o) of %s does not match old mode (%o)"
2314 #: builtin/apply.c:3566
2316 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2319 #: builtin/apply.c:3574
2321 msgid "%s: patch does not apply"
2324 #: builtin/apply.c:3587
2326 msgid "Checking patch %s..."
2329 #: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:127
2331 msgid "make_cache_entry failed for path '%s'"
2334 #: builtin/apply.c:3823
2336 msgid "unable to remove %s from index"
2339 #: builtin/apply.c:3851
2341 msgid "corrupt patch for submodule %s"
2344 #: builtin/apply.c:3855
2346 msgid "unable to stat newly created file '%s'"
2349 #: builtin/apply.c:3860
2351 msgid "unable to create backing store for newly created file %s"
2354 #: builtin/apply.c:3863 builtin/apply.c:3971
2356 msgid "unable to add cache entry for %s"
2359 #: builtin/apply.c:3896
2361 msgid "closing file '%s'"
2364 #: builtin/apply.c:3945
2366 msgid "unable to write file '%s' mode %o"
2369 #: builtin/apply.c:4032
2371 msgid "Applied patch %s cleanly."
2374 #: builtin/apply.c:4040
2375 msgid "internal error"
2378 #. Say this even without --verbose
2379 #: builtin/apply.c:4043
2381 msgid "Applying patch %%s with %d reject..."
2382 msgid_plural "Applying patch %%s with %d rejects..."
2386 #: builtin/apply.c:4053
2388 msgid "truncating .rej filename to %.*s.rej"
2391 #: builtin/apply.c:4074
2393 msgid "Hunk #%d applied cleanly."
2396 #: builtin/apply.c:4077
2398 msgid "Rejected hunk #%d."
2401 #: builtin/apply.c:4227
2402 msgid "unrecognized input"
2405 #: builtin/apply.c:4238
2406 msgid "unable to read index file"
2409 #: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:90
2410 #: builtin/fetch.c:78
2414 #: builtin/apply.c:4358
2415 msgid "don't apply changes matching the given path"
2418 #: builtin/apply.c:4361
2419 msgid "apply changes matching the given path"
2422 #: builtin/apply.c:4363
2426 #: builtin/apply.c:4364
2427 msgid "remove <num> leading slashes from traditional diff paths"
2430 #: builtin/apply.c:4367
2431 msgid "ignore additions made by the patch"
2434 #: builtin/apply.c:4369
2435 msgid "instead of applying the patch, output diffstat for the input"
2438 #: builtin/apply.c:4373
2439 msgid "show number of added and deleted lines in decimal notation"
2442 #: builtin/apply.c:4375
2443 msgid "instead of applying the patch, output a summary for the input"
2446 #: builtin/apply.c:4377
2447 msgid "instead of applying the patch, see if the patch is applicable"
2450 #: builtin/apply.c:4379
2451 msgid "make sure the patch is applicable to the current index"
2454 #: builtin/apply.c:4381
2455 msgid "apply a patch without touching the working tree"
2458 #: builtin/apply.c:4383
2459 msgid "also apply the patch (use with --stat/--summary/--check)"
2462 #: builtin/apply.c:4385
2463 msgid "attempt three-way merge if a patch does not apply"
2466 #: builtin/apply.c:4387
2467 msgid "build a temporary index based on embedded index information"
2470 #: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:452
2471 msgid "paths are separated with NUL character"
2474 #: builtin/apply.c:4392
2476 msgid "ensure at least <n> lines of context match"
2479 #: builtin/apply.c:4393
2483 #: builtin/apply.c:4394
2484 msgid "detect new or modified lines that have whitespace errors"
2487 #: builtin/apply.c:4397 builtin/apply.c:4400
2488 msgid "ignore changes in whitespace when finding context"
2491 #: builtin/apply.c:4403
2492 msgid "apply the patch in reverse"
2495 #: builtin/apply.c:4405
2496 msgid "don't expect at least one line of context"
2499 #: builtin/apply.c:4407
2500 msgid "leave the rejected hunks in corresponding *.rej files"
2503 #: builtin/apply.c:4409
2504 msgid "allow overlapping hunks"
2507 #: builtin/apply.c:4412
2508 msgid "tolerate incorrectly detected missing new-line at the end of file"
2511 #: builtin/apply.c:4415
2512 msgid "do not trust the line counts in the hunk headers"
2515 #: builtin/apply.c:4417
2519 #: builtin/apply.c:4418
2520 msgid "prepend <root> to all filenames"
2523 #: builtin/apply.c:4440
2524 msgid "--3way outside a repository"
2527 #: builtin/apply.c:4448
2528 msgid "--index outside a repository"
2531 #: builtin/apply.c:4451
2532 msgid "--cached outside a repository"
2535 #: builtin/apply.c:4467
2537 msgid "can't open patch '%s'"
2540 #: builtin/apply.c:4481
2542 msgid "squelched %d whitespace error"
2543 msgid_plural "squelched %d whitespace errors"
2547 #: builtin/apply.c:4487 builtin/apply.c:4497
2549 msgid "%d line adds whitespace errors."
2550 msgid_plural "%d lines add whitespace errors."
2554 #: builtin/archive.c:17
2556 msgid "could not create archive file '%s'"
2559 #: builtin/archive.c:20
2560 msgid "could not redirect output"
2563 #: builtin/archive.c:37
2564 msgid "git archive: Remote with no URL"
2567 #: builtin/archive.c:58
2568 msgid "git archive: expected ACK/NAK, got EOF"
2571 #: builtin/archive.c:61
2573 msgid "git archive: NACK %s"
2576 #: builtin/archive.c:63
2578 msgid "remote error: %s"
2581 #: builtin/archive.c:64
2582 msgid "git archive: protocol error"
2585 #: builtin/archive.c:68
2586 msgid "git archive: expected a flush"
2589 #: builtin/bisect--helper.c:7
2590 msgid "git bisect--helper --next-all [--no-checkout]"
2593 #: builtin/bisect--helper.c:17
2594 msgid "perform 'git bisect next'"
2597 #: builtin/bisect--helper.c:19
2598 msgid "update BISECT_HEAD instead of checking out the current commit"
2601 #: builtin/blame.c:27
2602 msgid "git blame [options] [rev-opts] [rev] [--] file"
2605 #: builtin/blame.c:32
2606 msgid "[rev-opts] are documented in git-rev-list(1)"
2609 #: builtin/blame.c:2249
2610 msgid "Show blame entries as we find them, incrementally"
2614 #: builtin/blame.c:2250
2615 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2618 #: builtin/blame.c:2251
2619 msgid "Do not treat root commits as boundaries (Default: off)"
2622 #: builtin/blame.c:2252
2623 msgid "Show work cost statistics"
2626 #: builtin/blame.c:2253
2627 msgid "Show output score for blame entries"
2630 #: builtin/blame.c:2254
2631 msgid "Show original filename (Default: auto)"
2634 #: builtin/blame.c:2255
2635 msgid "Show original linenumber (Default: off)"
2638 #: builtin/blame.c:2256
2639 msgid "Show in a format designed for machine consumption"
2642 #: builtin/blame.c:2257
2643 msgid "Show porcelain format with per-line commit information"
2646 #: builtin/blame.c:2258
2647 msgid "Use the same output mode as git-annotate (Default: off)"
2650 #: builtin/blame.c:2259
2651 msgid "Show raw timestamp (Default: off)"
2654 #: builtin/blame.c:2260
2655 msgid "Show long commit SHA1 (Default: off)"
2658 #: builtin/blame.c:2261
2659 msgid "Suppress author name and timestamp (Default: off)"
2662 #: builtin/blame.c:2262
2663 msgid "Show author email instead of name (Default: off)"
2666 #: builtin/blame.c:2263
2667 msgid "Ignore whitespace differences"
2670 #: builtin/blame.c:2264
2671 msgid "Spend extra cycles to find better match"
2674 #: builtin/blame.c:2265
2675 msgid "Use revisions from <file> instead of calling git-rev-list"
2678 #: builtin/blame.c:2266
2679 msgid "Use <file>'s contents as the final image"
2682 #: builtin/blame.c:2267 builtin/blame.c:2268
2686 #: builtin/blame.c:2267
2687 msgid "Find line copies within and across files"
2690 #: builtin/blame.c:2268
2691 msgid "Find line movements within and across files"
2694 #: builtin/blame.c:2269
2698 #: builtin/blame.c:2269
2699 msgid "Process only line range n,m, counting from 1"
2702 #: builtin/branch.c:24
2703 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2706 #: builtin/branch.c:25
2707 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2710 #: builtin/branch.c:26
2711 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2714 #: builtin/branch.c:27
2715 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2718 #: builtin/branch.c:150
2721 "deleting branch '%s' that has been merged to\n"
2722 " '%s', but not yet merged to HEAD."
2725 #: builtin/branch.c:154
2728 "not deleting branch '%s' that is not yet merged to\n"
2729 " '%s', even though it is merged to HEAD."
2732 #: builtin/branch.c:168
2734 msgid "Couldn't look up commit object for '%s'"
2737 #: builtin/branch.c:172
2740 "The branch '%s' is not fully merged.\n"
2741 "If you are sure you want to delete it, run 'git branch -D %s'."
2744 #: builtin/branch.c:185
2745 msgid "Update of config-file failed"
2748 #: builtin/branch.c:213
2749 msgid "cannot use -a with -d"
2752 #: builtin/branch.c:219
2753 msgid "Couldn't look up commit object for HEAD"
2756 #: builtin/branch.c:227
2758 msgid "Cannot delete the branch '%s' which you are currently on."
2761 #: builtin/branch.c:240
2763 msgid "remote branch '%s' not found."
2766 #: builtin/branch.c:241
2768 msgid "branch '%s' not found."
2771 #: builtin/branch.c:255
2773 msgid "Error deleting remote branch '%s'"
2776 #: builtin/branch.c:256
2778 msgid "Error deleting branch '%s'"
2781 #: builtin/branch.c:263
2783 msgid "Deleted remote branch %s (was %s).\n"
2786 #: builtin/branch.c:264
2788 msgid "Deleted branch %s (was %s).\n"
2791 #: builtin/branch.c:366
2793 msgid "branch '%s' does not point at a commit"
2796 #: builtin/branch.c:454
2801 #: builtin/branch.c:459
2806 #: builtin/branch.c:464
2808 msgid "[%s: behind %d]"
2811 #: builtin/branch.c:466
2816 #: builtin/branch.c:470
2818 msgid "[%s: ahead %d]"
2821 #: builtin/branch.c:472
2826 #: builtin/branch.c:475
2828 msgid "[%s: ahead %d, behind %d]"
2831 #: builtin/branch.c:478
2833 msgid "[ahead %d, behind %d]"
2836 #: builtin/branch.c:502
2837 msgid " **** invalid ref ****"
2840 #: builtin/branch.c:594
2842 msgid "(no branch, rebasing %s)"
2845 #: builtin/branch.c:597
2847 msgid "(no branch, bisect started on %s)"
2850 #: builtin/branch.c:600
2852 msgid "(detached from %s)"
2855 #: builtin/branch.c:603
2859 #: builtin/branch.c:649
2861 msgid "object '%s' does not point to a commit"
2864 #: builtin/branch.c:681
2865 msgid "some refs could not be read"
2868 #: builtin/branch.c:694
2869 msgid "cannot rename the current branch while not on any."
2872 #: builtin/branch.c:704
2874 msgid "Invalid branch name: '%s'"
2877 #: builtin/branch.c:719
2878 msgid "Branch rename failed"
2881 #: builtin/branch.c:723
2883 msgid "Renamed a misnamed branch '%s' away"
2886 #: builtin/branch.c:727
2888 msgid "Branch renamed to %s, but HEAD is not updated!"
2891 #: builtin/branch.c:734
2892 msgid "Branch is renamed, but update of config-file failed"
2895 #: builtin/branch.c:749
2897 msgid "malformed object name %s"
2900 #: builtin/branch.c:773
2902 msgid "could not write branch description template: %s"
2905 #: builtin/branch.c:803
2906 msgid "Generic options"
2909 #: builtin/branch.c:805
2910 msgid "show hash and subject, give twice for upstream branch"
2913 #: builtin/branch.c:806
2914 msgid "suppress informational messages"
2917 #: builtin/branch.c:807
2918 msgid "set up tracking mode (see git-pull(1))"
2921 #: builtin/branch.c:809
2922 msgid "change upstream info"
2925 #: builtin/branch.c:813
2926 msgid "use colored output"
2929 #: builtin/branch.c:814
2930 msgid "act on remote-tracking branches"
2933 #: builtin/branch.c:817 builtin/branch.c:823 builtin/branch.c:844
2934 #: builtin/branch.c:850 builtin/commit.c:1460 builtin/commit.c:1461
2935 #: builtin/commit.c:1462 builtin/commit.c:1463 builtin/tag.c:468
2939 #: builtin/branch.c:818 builtin/branch.c:824
2940 msgid "print only branches that contain the commit"
2943 #: builtin/branch.c:830
2944 msgid "Specific git-branch actions:"
2947 #: builtin/branch.c:831
2948 msgid "list both remote-tracking and local branches"
2951 #: builtin/branch.c:833
2952 msgid "delete fully merged branch"
2955 #: builtin/branch.c:834
2956 msgid "delete branch (even if not merged)"
2959 #: builtin/branch.c:835
2960 msgid "move/rename a branch and its reflog"
2963 #: builtin/branch.c:836
2964 msgid "move/rename a branch, even if target exists"
2967 #: builtin/branch.c:837
2968 msgid "list branch names"
2971 #: builtin/branch.c:838
2972 msgid "create the branch's reflog"
2975 #: builtin/branch.c:840
2976 msgid "edit the description for the branch"
2979 #: builtin/branch.c:841
2980 msgid "force creation (when already exists)"
2983 #: builtin/branch.c:844
2984 msgid "print only not merged branches"
2987 #: builtin/branch.c:850
2988 msgid "print only merged branches"
2991 #: builtin/branch.c:854
2992 msgid "list branches in columns"
2995 #: builtin/branch.c:867
2996 msgid "Failed to resolve HEAD as a valid ref."
2999 #: builtin/branch.c:872 builtin/clone.c:635
3000 msgid "HEAD not found below refs/heads!"
3003 #: builtin/branch.c:896
3004 msgid "--column and --verbose are incompatible"
3007 #: builtin/branch.c:902 builtin/branch.c:941
3008 msgid "branch name required"
3011 #: builtin/branch.c:917
3012 msgid "Cannot give description to detached HEAD"
3015 #: builtin/branch.c:922
3016 msgid "cannot edit description of more than one branch"
3019 #: builtin/branch.c:929
3021 msgid "No commit on branch '%s' yet."
3024 #: builtin/branch.c:932
3026 msgid "No branch named '%s'."
3029 #: builtin/branch.c:947
3030 msgid "too many branches for a rename operation"
3033 #: builtin/branch.c:952
3034 msgid "too many branches to set new upstream"
3037 #: builtin/branch.c:956
3040 "could not set upstream of HEAD to %s when it does not point to any branch."
3043 #: builtin/branch.c:959 builtin/branch.c:981 builtin/branch.c:1002
3045 msgid "no such branch '%s'"
3048 #: builtin/branch.c:963
3050 msgid "branch '%s' does not exist"
3053 #: builtin/branch.c:975
3054 msgid "too many branches to unset upstream"
3057 #: builtin/branch.c:979
3058 msgid "could not unset upstream of HEAD when it does not point to any branch."
3061 #: builtin/branch.c:985
3063 msgid "Branch '%s' has no upstream information"
3066 #: builtin/branch.c:999
3067 msgid "it does not make sense to create 'HEAD' manually"
3070 #: builtin/branch.c:1005
3071 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3074 #: builtin/branch.c:1008
3077 "The --set-upstream flag is deprecated and will be removed. Consider using --"
3078 "track or --set-upstream-to\n"
3081 #: builtin/branch.c:1025
3085 "If you wanted to make '%s' track '%s', do this:\n"
3089 #: builtin/branch.c:1026
3091 msgid " git branch -d %s\n"
3094 #: builtin/branch.c:1027
3096 msgid " git branch --set-upstream-to %s\n"
3099 #: builtin/bundle.c:47
3101 msgid "%s is okay\n"
3104 #: builtin/bundle.c:56
3105 msgid "Need a repository to create a bundle."
3108 #: builtin/bundle.c:60
3109 msgid "Need a repository to unbundle."
3112 #: builtin/cat-file.c:328
3113 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
3116 #: builtin/cat-file.c:329
3117 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
3120 #: builtin/cat-file.c:366
3121 msgid "<type> can be one of: blob, tree, commit, tag"
3124 #: builtin/cat-file.c:367
3125 msgid "show object type"
3128 #: builtin/cat-file.c:368
3129 msgid "show object size"
3132 #: builtin/cat-file.c:370
3133 msgid "exit with zero when there's no error"
3136 #: builtin/cat-file.c:371
3137 msgid "pretty-print object's content"
3140 #: builtin/cat-file.c:373
3141 msgid "for blob objects, run textconv on object's content"
3144 #: builtin/cat-file.c:375
3145 msgid "show info and content of objects fed from the standard input"
3148 #: builtin/cat-file.c:378
3149 msgid "show info about objects fed from the standard input"
3152 #: builtin/check-attr.c:11
3153 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
3156 #: builtin/check-attr.c:12
3157 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
3160 #: builtin/check-attr.c:19
3161 msgid "report all attributes set on file"
3164 #: builtin/check-attr.c:20
3165 msgid "use .gitattributes only from the index"
3168 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
3169 msgid "read file names from stdin"
3172 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3173 msgid "terminate input and output records by a NUL character"
3176 #: builtin/check-ignore.c:18 builtin/checkout.c:1090 builtin/gc.c:260
3177 msgid "suppress progress reporting"
3178 msgstr "без показване на напредъка"
3180 #: builtin/check-ignore.c:26
3181 msgid "show non-matching input paths"
3184 #: builtin/check-ignore.c:28
3185 msgid "ignore index when checking"
3188 #: builtin/check-ignore.c:154
3189 msgid "cannot specify pathnames with --stdin"
3192 #: builtin/check-ignore.c:157
3193 msgid "-z only makes sense with --stdin"
3196 #: builtin/check-ignore.c:159
3197 msgid "no path specified"
3200 #: builtin/check-ignore.c:163
3201 msgid "--quiet is only valid with a single pathname"
3204 #: builtin/check-ignore.c:165
3205 msgid "cannot have both --quiet and --verbose"
3208 #: builtin/check-ignore.c:168
3209 msgid "--non-matching is only valid with --verbose"
3212 #: builtin/check-mailmap.c:8
3213 msgid "git check-mailmap [options] <contact>..."
3216 #: builtin/check-mailmap.c:13
3217 msgid "also read contacts from stdin"
3220 #: builtin/check-mailmap.c:24
3222 msgid "unable to parse contact: %s"
3225 #: builtin/check-mailmap.c:47
3226 msgid "no contacts specified"
3229 #: builtin/checkout-index.c:126
3230 msgid "git checkout-index [options] [--] [<file>...]"
3233 #: builtin/checkout-index.c:187
3234 msgid "check out all files in the index"
3237 #: builtin/checkout-index.c:188
3238 msgid "force overwrite of existing files"
3241 #: builtin/checkout-index.c:190
3242 msgid "no warning for existing files and files not in index"
3245 #: builtin/checkout-index.c:192
3246 msgid "don't checkout new files"
3249 #: builtin/checkout-index.c:194
3250 msgid "update stat information in the index file"
3253 #: builtin/checkout-index.c:200
3254 msgid "read list of paths from the standard input"
3257 #: builtin/checkout-index.c:202
3258 msgid "write the content to temporary files"
3261 #: builtin/checkout-index.c:203 builtin/column.c:30
3265 #: builtin/checkout-index.c:204
3266 msgid "when creating files, prepend <string>"
3269 #: builtin/checkout-index.c:207
3270 msgid "copy out the files from named stage"
3273 #: builtin/checkout.c:25
3274 msgid "git checkout [options] <branch>"
3277 #: builtin/checkout.c:26
3278 msgid "git checkout [options] [<branch>] -- <file>..."
3281 #: builtin/checkout.c:114 builtin/checkout.c:147
3283 msgid "path '%s' does not have our version"
3286 #: builtin/checkout.c:116 builtin/checkout.c:149
3288 msgid "path '%s' does not have their version"
3291 #: builtin/checkout.c:132
3293 msgid "path '%s' does not have all necessary versions"
3296 #: builtin/checkout.c:176
3298 msgid "path '%s' does not have necessary versions"
3301 #: builtin/checkout.c:193
3303 msgid "path '%s': cannot merge"
3306 #: builtin/checkout.c:210
3308 msgid "Unable to add merge result for '%s'"
3311 #: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:238
3312 #: builtin/checkout.c:241
3314 msgid "'%s' cannot be used with updating paths"
3317 #: builtin/checkout.c:244 builtin/checkout.c:247
3319 msgid "'%s' cannot be used with %s"
3322 #: builtin/checkout.c:250
3324 msgid "Cannot update paths and switch to branch '%s' at the same time."
3327 #: builtin/checkout.c:261 builtin/checkout.c:451
3328 msgid "corrupt index file"
3331 #: builtin/checkout.c:322 builtin/checkout.c:329
3333 msgid "path '%s' is unmerged"
3336 #: builtin/checkout.c:473
3337 msgid "you need to resolve your current index first"
3340 #: builtin/checkout.c:594
3342 msgid "Can not do reflog for '%s'\n"
3345 #: builtin/checkout.c:632
3346 msgid "HEAD is now at"
3349 #: builtin/checkout.c:639
3351 msgid "Reset branch '%s'\n"
3354 #: builtin/checkout.c:642
3356 msgid "Already on '%s'\n"
3359 #: builtin/checkout.c:646
3361 msgid "Switched to and reset branch '%s'\n"
3364 #: builtin/checkout.c:648 builtin/checkout.c:1033
3366 msgid "Switched to a new branch '%s'\n"
3369 #: builtin/checkout.c:650
3371 msgid "Switched to branch '%s'\n"
3374 #: builtin/checkout.c:706
3376 msgid " ... and %d more.\n"
3379 #. The singular version
3380 #: builtin/checkout.c:712
3383 "Warning: you are leaving %d commit behind, not connected to\n"
3384 "any of your branches:\n"
3388 "Warning: you are leaving %d commits behind, not connected to\n"
3389 "any of your branches:\n"
3395 #: builtin/checkout.c:730
3398 "If you want to keep them by creating a new branch, this may be a good time\n"
3401 " git branch new_branch_name %s\n"
3405 #: builtin/checkout.c:760
3406 msgid "internal error in revision walk"
3409 #: builtin/checkout.c:764
3410 msgid "Previous HEAD position was"
3413 #: builtin/checkout.c:791 builtin/checkout.c:1028
3414 msgid "You are on a branch yet to be born"
3417 #: builtin/checkout.c:935
3419 msgid "only one reference expected, %d given."
3422 #: builtin/checkout.c:974
3424 msgid "invalid reference: %s"
3427 #. case (1): want a tree
3428 #: builtin/checkout.c:1003
3430 msgid "reference is not a tree: %s"
3433 #: builtin/checkout.c:1042
3434 msgid "paths cannot be used with switching branches"
3437 #: builtin/checkout.c:1045 builtin/checkout.c:1049
3439 msgid "'%s' cannot be used with switching branches"
3442 #: builtin/checkout.c:1053 builtin/checkout.c:1056 builtin/checkout.c:1061
3443 #: builtin/checkout.c:1064
3445 msgid "'%s' cannot be used with '%s'"
3448 #: builtin/checkout.c:1069
3450 msgid "Cannot switch branch to a non-commit '%s'"
3453 #: builtin/checkout.c:1091 builtin/checkout.c:1093 builtin/clone.c:88
3454 #: builtin/remote.c:159 builtin/remote.c:161
3458 #: builtin/checkout.c:1092
3459 msgid "create and checkout a new branch"
3462 #: builtin/checkout.c:1094
3463 msgid "create/reset and checkout a branch"
3466 #: builtin/checkout.c:1095
3467 msgid "create reflog for new branch"
3470 #: builtin/checkout.c:1096
3471 msgid "detach the HEAD at named commit"
3474 #: builtin/checkout.c:1097
3475 msgid "set upstream info for new branch"
3478 #: builtin/checkout.c:1099
3482 #: builtin/checkout.c:1099
3483 msgid "new unparented branch"
3486 #: builtin/checkout.c:1100
3487 msgid "checkout our version for unmerged files"
3490 #: builtin/checkout.c:1102
3491 msgid "checkout their version for unmerged files"
3494 #: builtin/checkout.c:1104
3495 msgid "force checkout (throw away local modifications)"
3498 #: builtin/checkout.c:1105
3499 msgid "perform a 3-way merge with the new branch"
3502 #: builtin/checkout.c:1106 builtin/merge.c:225
3503 msgid "update ignored files (default)"
3506 #: builtin/checkout.c:1107 builtin/log.c:1228 parse-options.h:248
3510 #: builtin/checkout.c:1108
3511 msgid "conflict style (merge or diff3)"
3514 #: builtin/checkout.c:1111
3515 msgid "do not limit pathspecs to sparse entries only"
3518 #: builtin/checkout.c:1113
3519 msgid "second guess 'git checkout no-such-branch'"
3522 #: builtin/checkout.c:1136
3523 msgid "-b, -B and --orphan are mutually exclusive"
3526 #: builtin/checkout.c:1153
3527 msgid "--track needs a branch name"
3530 #: builtin/checkout.c:1160
3531 msgid "Missing branch name; try -b"
3534 #: builtin/checkout.c:1197
3535 msgid "invalid path specification"
3538 #: builtin/checkout.c:1204
3541 "Cannot update paths and switch to branch '%s' at the same time.\n"
3542 "Did you intend to checkout '%s' which can not be resolved as commit?"
3545 #: builtin/checkout.c:1209
3547 msgid "git checkout: --detach does not take a path argument '%s'"
3550 #: builtin/checkout.c:1213
3552 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3553 "checking out of the index."
3556 #: builtin/clean.c:26
3558 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3561 #: builtin/clean.c:30
3563 msgid "Removing %s\n"
3566 #: builtin/clean.c:31
3568 msgid "Would remove %s\n"
3571 #: builtin/clean.c:32
3573 msgid "Skipping repository %s\n"
3576 #: builtin/clean.c:33
3578 msgid "Would skip repository %s\n"
3581 #: builtin/clean.c:34
3583 msgid "failed to remove %s"
3586 #: builtin/clean.c:294
3589 "1 - select a numbered item\n"
3590 "foo - select item based on unique prefix\n"
3591 " - (empty) select nothing"
3594 #: builtin/clean.c:298
3597 "1 - select a single item\n"
3598 "3-5 - select a range of items\n"
3599 "2-3,6-9 - select multiple ranges\n"
3600 "foo - select item based on unique prefix\n"
3601 "-... - unselect specified items\n"
3602 "* - choose all items\n"
3603 " - (empty) finish selecting"
3606 #: builtin/clean.c:516
3611 #: builtin/clean.c:659
3613 msgid "Input ignore patterns>> "
3616 #: builtin/clean.c:696
3618 msgid "WARNING: Cannot find items matched by: %s"
3621 #: builtin/clean.c:717
3622 msgid "Select items to delete"
3625 #: builtin/clean.c:757
3630 #: builtin/clean.c:782
3634 #: builtin/clean.c:790
3636 "clean - start cleaning\n"
3637 "filter by pattern - exclude items from deletion\n"
3638 "select by numbers - select items to be deleted by numbers\n"
3639 "ask each - confirm each deletion (like \"rm -i\")\n"
3640 "quit - stop cleaning\n"
3641 "help - this screen\n"
3642 "? - help for prompt selection"
3645 #: builtin/clean.c:817
3646 msgid "*** Commands ***"
3649 #: builtin/clean.c:818
3653 #: builtin/clean.c:826
3654 msgid "Would remove the following item:"
3655 msgid_plural "Would remove the following items:"
3659 #: builtin/clean.c:843
3660 msgid "No more files to clean, exiting."
3663 #: builtin/clean.c:874
3664 msgid "do not print names of files removed"
3667 #: builtin/clean.c:876
3671 #: builtin/clean.c:877
3672 msgid "interactive cleaning"
3675 #: builtin/clean.c:879
3676 msgid "remove whole directories"
3679 #: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:718
3680 #: builtin/ls-files.c:483 builtin/name-rev.c:314 builtin/show-ref.c:185
3684 #: builtin/clean.c:881
3685 msgid "add <pattern> to ignore rules"
3688 #: builtin/clean.c:882
3689 msgid "remove ignored files, too"
3692 #: builtin/clean.c:884
3693 msgid "remove only ignored files"
3696 #: builtin/clean.c:902
3697 msgid "-x and -X cannot be used together"
3700 #: builtin/clean.c:906
3702 "clean.requireForce set to true and neither -i, -n nor -f given; refusing to "
3706 #: builtin/clean.c:909
3708 "clean.requireForce defaults to true and neither -i, -n nor -f given; "
3712 #: builtin/clone.c:36
3713 msgid "git clone [options] [--] <repo> [<dir>]"
3716 #: builtin/clone.c:64 builtin/fetch.c:97 builtin/merge.c:222
3717 #: builtin/push.c:521
3718 msgid "force progress reporting"
3721 #: builtin/clone.c:66
3722 msgid "don't create a checkout"
3725 #: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:488
3726 msgid "create a bare repository"
3729 #: builtin/clone.c:71
3730 msgid "create a mirror repository (implies bare)"
3733 #: builtin/clone.c:73
3734 msgid "to clone from a local repository"
3737 #: builtin/clone.c:75
3738 msgid "don't use local hardlinks, always copy"
3741 #: builtin/clone.c:77
3742 msgid "setup as shared repository"
3745 #: builtin/clone.c:79 builtin/clone.c:81
3746 msgid "initialize submodules in the clone"
3749 #: builtin/clone.c:82 builtin/init-db.c:485
3750 msgid "template-directory"
3753 #: builtin/clone.c:83 builtin/init-db.c:486
3754 msgid "directory from which templates will be used"
3757 #: builtin/clone.c:85
3758 msgid "reference repository"
3761 #: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
3765 #: builtin/clone.c:87
3766 msgid "use <name> instead of 'origin' to track upstream"
3769 #: builtin/clone.c:89
3770 msgid "checkout <branch> instead of the remote's HEAD"
3773 #: builtin/clone.c:91
3774 msgid "path to git-upload-pack on the remote"
3777 #: builtin/clone.c:92 builtin/fetch.c:98 builtin/grep.c:663
3781 #: builtin/clone.c:93
3782 msgid "create a shallow clone of that depth"
3785 #: builtin/clone.c:95
3786 msgid "clone only one branch, HEAD or --branch"
3789 #: builtin/clone.c:96 builtin/init-db.c:494
3793 #: builtin/clone.c:97 builtin/init-db.c:495
3794 msgid "separate git dir from working tree"
3797 #: builtin/clone.c:98
3801 #: builtin/clone.c:99
3802 msgid "set config inside the new repository"
3805 #: builtin/clone.c:252
3807 msgid "reference repository '%s' is not a local repository."
3810 #: builtin/clone.c:256
3812 msgid "reference repository '%s' is shallow"
3815 #: builtin/clone.c:259
3817 msgid "reference repository '%s' is grafted"
3820 #: builtin/clone.c:321
3822 msgid "failed to create directory '%s'"
3825 #: builtin/clone.c:323 builtin/diff.c:83
3827 msgid "failed to stat '%s'"
3830 #: builtin/clone.c:325
3832 msgid "%s exists and is not a directory"
3835 #: builtin/clone.c:339
3837 msgid "failed to stat %s\n"
3840 #: builtin/clone.c:361
3842 msgid "failed to create link '%s'"
3845 #: builtin/clone.c:365
3847 msgid "failed to copy file to '%s'"
3850 #: builtin/clone.c:388 builtin/clone.c:565
3855 #: builtin/clone.c:401
3857 "Clone succeeded, but checkout failed.\n"
3858 "You can inspect what was checked out with 'git status'\n"
3859 "and retry the checkout with 'git checkout -f HEAD'\n"
3862 #: builtin/clone.c:480
3864 msgid "Could not find remote branch %s to clone."
3867 #: builtin/clone.c:560
3869 msgid "Checking connectivity... "
3872 #: builtin/clone.c:563
3873 msgid "remote did not send all necessary objects"
3876 #: builtin/clone.c:626
3877 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3880 #: builtin/clone.c:657
3881 msgid "unable to checkout working tree"
3884 #: builtin/clone.c:765
3885 msgid "Too many arguments."
3888 #: builtin/clone.c:769
3889 msgid "You must specify a repository to clone."
3892 #: builtin/clone.c:780
3894 msgid "--bare and --origin %s options are incompatible."
3897 #: builtin/clone.c:783
3898 msgid "--bare and --separate-git-dir are incompatible."
3901 #: builtin/clone.c:796
3903 msgid "repository '%s' does not exist"
3906 #: builtin/clone.c:802
3907 msgid "--depth is ignored in local clones; use file:// instead."
3910 #: builtin/clone.c:805
3911 msgid "source repository is shallow, ignoring --local"
3914 #: builtin/clone.c:810
3915 msgid "--local is ignored"
3918 #: builtin/clone.c:814 builtin/fetch.c:1119
3920 msgid "depth %s is not a positive number"
3923 #: builtin/clone.c:824
3925 msgid "destination path '%s' already exists and is not an empty directory."
3928 #: builtin/clone.c:834
3930 msgid "working tree '%s' already exists."
3933 #: builtin/clone.c:847 builtin/clone.c:859
3935 msgid "could not create leading directories of '%s'"
3938 #: builtin/clone.c:850
3940 msgid "could not create work tree dir '%s'."
3943 #: builtin/clone.c:869
3945 msgid "Cloning into bare repository '%s'...\n"
3948 #: builtin/clone.c:871
3950 msgid "Cloning into '%s'...\n"
3953 #: builtin/clone.c:906
3955 msgid "Don't know how to clone %s"
3958 #: builtin/clone.c:957 builtin/clone.c:965
3960 msgid "Remote branch %s not found in upstream %s"
3963 #: builtin/clone.c:968
3964 msgid "You appear to have cloned an empty repository."
3967 #: builtin/column.c:9
3968 msgid "git column [options]"
3971 #: builtin/column.c:26
3972 msgid "lookup config vars"
3975 #: builtin/column.c:27 builtin/column.c:28
3976 msgid "layout to use"
3979 #: builtin/column.c:29
3980 msgid "Maximum width"
3983 #: builtin/column.c:30
3984 msgid "Padding space on left border"
3987 #: builtin/column.c:31
3988 msgid "Padding space on right border"
3991 #: builtin/column.c:32
3992 msgid "Padding space between columns"
3995 #: builtin/column.c:51
3996 msgid "--command must be the first argument"
3999 #: builtin/commit.c:36
4000 msgid "git commit [options] [--] <pathspec>..."
4003 #: builtin/commit.c:41
4004 msgid "git status [options] [--] <pathspec>..."
4007 #: builtin/commit.c:46
4009 "Your name and email address were configured automatically based\n"
4010 "on your username and hostname. Please check that they are accurate.\n"
4011 "You can suppress this message by setting them explicitly:\n"
4013 " git config --global user.name \"Your Name\"\n"
4014 " git config --global user.email you@example.com\n"
4016 "After doing this, you may fix the identity used for this commit with:\n"
4018 " git commit --amend --reset-author\n"
4021 #: builtin/commit.c:58
4023 "You asked to amend the most recent commit, but doing so would make\n"
4024 "it empty. You can repeat your command with --allow-empty, or you can\n"
4025 "remove the commit entirely with \"git reset HEAD^\".\n"
4028 #: builtin/commit.c:63
4030 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4031 "If you wish to commit it anyway, use:\n"
4033 " git commit --allow-empty\n"
4037 #: builtin/commit.c:70
4038 msgid "Otherwise, please use 'git reset'\n"
4041 #: builtin/commit.c:73
4043 "If you wish to skip this commit, use:\n"
4047 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4048 "the remaining commits.\n"
4051 #: builtin/commit.c:287
4052 msgid "failed to unpack HEAD tree object"
4055 #: builtin/commit.c:329
4056 msgid "unable to create temporary index"
4059 #: builtin/commit.c:335
4060 msgid "interactive add failed"
4063 #: builtin/commit.c:368 builtin/commit.c:389 builtin/commit.c:439
4064 msgid "unable to write new_index file"
4067 #: builtin/commit.c:420
4068 msgid "cannot do a partial commit during a merge."
4071 #: builtin/commit.c:422
4072 msgid "cannot do a partial commit during a cherry-pick."
4075 #: builtin/commit.c:432
4076 msgid "cannot read the index"
4079 #: builtin/commit.c:452
4080 msgid "unable to write temporary index file"
4083 #: builtin/commit.c:543 builtin/commit.c:549
4085 msgid "invalid commit: %s"
4088 #: builtin/commit.c:571
4089 msgid "malformed --author parameter"
4092 #: builtin/commit.c:591
4094 msgid "Malformed ident string: '%s'"
4097 #: builtin/commit.c:630 builtin/commit.c:663 builtin/commit.c:1007
4099 msgid "could not lookup commit %s"
4102 #: builtin/commit.c:642 builtin/shortlog.c:273
4104 msgid "(reading log message from standard input)\n"
4107 #: builtin/commit.c:644
4108 msgid "could not read log from standard input"
4111 #: builtin/commit.c:648
4113 msgid "could not read log file '%s'"
4116 #: builtin/commit.c:654
4117 msgid "commit has empty message"
4120 #: builtin/commit.c:670
4121 msgid "could not read MERGE_MSG"
4124 #: builtin/commit.c:674
4125 msgid "could not read SQUASH_MSG"
4128 #: builtin/commit.c:678
4130 msgid "could not read '%s'"
4133 #: builtin/commit.c:749
4134 msgid "could not write commit template"
4138 #: builtin/commit.c:760
4142 "It looks like you may be committing a merge.\n"
4143 "If this is not correct, please remove the file\n"
4149 #: builtin/commit.c:765
4153 "It looks like you may be committing a cherry-pick.\n"
4154 "If this is not correct, please remove the file\n"
4159 #: builtin/commit.c:777
4162 "Please enter the commit message for your changes. Lines starting\n"
4163 "with '%c' will be ignored, and an empty message aborts the commit.\n"
4166 #: builtin/commit.c:782
4169 "Please enter the commit message for your changes. Lines starting\n"
4170 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4171 "An empty message aborts the commit.\n"
4174 #: builtin/commit.c:795
4176 msgid "%sAuthor: %s"
4179 #: builtin/commit.c:802
4181 msgid "%sCommitter: %s"
4184 #: builtin/commit.c:822
4185 msgid "Cannot read index"
4188 #: builtin/commit.c:865
4189 msgid "Error building trees"
4192 #: builtin/commit.c:880 builtin/tag.c:359
4194 msgid "Please supply the message using either -m or -F option.\n"
4197 #: builtin/commit.c:982
4199 msgid "No existing author found with '%s'"
4202 #: builtin/commit.c:997 builtin/commit.c:1237
4204 msgid "Invalid untracked files mode '%s'"
4207 #: builtin/commit.c:1034
4208 msgid "--long and -z are incompatible"
4211 #: builtin/commit.c:1064
4212 msgid "Using both --reset-author and --author does not make sense"
4215 #: builtin/commit.c:1075
4216 msgid "You have nothing to amend."
4219 #: builtin/commit.c:1078
4220 msgid "You are in the middle of a merge -- cannot amend."
4223 #: builtin/commit.c:1080
4224 msgid "You are in the middle of a cherry-pick -- cannot amend."
4227 #: builtin/commit.c:1083
4228 msgid "Options --squash and --fixup cannot be used together"
4231 #: builtin/commit.c:1093
4232 msgid "Only one of -c/-C/-F/--fixup can be used."
4235 #: builtin/commit.c:1095
4236 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4239 #: builtin/commit.c:1103
4240 msgid "--reset-author can be used only with -C, -c or --amend."
4243 #: builtin/commit.c:1120
4244 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4247 #: builtin/commit.c:1122
4248 msgid "No paths with --include/--only does not make sense."
4251 #: builtin/commit.c:1124
4252 msgid "Clever... amending the last one with dirty index."
4255 #: builtin/commit.c:1126
4256 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
4259 #: builtin/commit.c:1136 builtin/tag.c:572
4261 msgid "Invalid cleanup mode %s"
4264 #: builtin/commit.c:1141
4265 msgid "Paths with -a does not make sense."
4268 #: builtin/commit.c:1251 builtin/commit.c:1482
4269 msgid "show status concisely"
4272 #: builtin/commit.c:1253 builtin/commit.c:1484
4273 msgid "show branch information"
4276 #: builtin/commit.c:1255 builtin/commit.c:1486 builtin/push.c:507
4277 msgid "machine-readable output"
4280 #: builtin/commit.c:1258 builtin/commit.c:1488
4281 msgid "show status in long format (default)"
4284 #: builtin/commit.c:1261 builtin/commit.c:1491
4285 msgid "terminate entries with NUL"
4288 #: builtin/commit.c:1263 builtin/commit.c:1494 builtin/fast-export.c:674
4289 #: builtin/fast-export.c:677 builtin/tag.c:459
4293 #: builtin/commit.c:1264 builtin/commit.c:1494
4294 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4297 #: builtin/commit.c:1267
4298 msgid "show ignored files"
4301 #: builtin/commit.c:1268 parse-options.h:156
4305 #: builtin/commit.c:1269
4307 "ignore changes to submodules, optional when: all, dirty, untracked. "
4311 #: builtin/commit.c:1271
4312 msgid "list untracked files in columns"
4315 #: builtin/commit.c:1340
4316 msgid "couldn't look up newly created commit"
4319 #: builtin/commit.c:1342
4320 msgid "could not parse newly created commit"
4323 #: builtin/commit.c:1383
4324 msgid "detached HEAD"
4327 #: builtin/commit.c:1385
4328 msgid " (root-commit)"
4331 #: builtin/commit.c:1452
4332 msgid "suppress summary after successful commit"
4335 #: builtin/commit.c:1453
4336 msgid "show diff in commit message template"
4339 #: builtin/commit.c:1455
4340 msgid "Commit message options"
4343 #: builtin/commit.c:1456 builtin/tag.c:457
4344 msgid "read message from file"
4347 #: builtin/commit.c:1457
4351 #: builtin/commit.c:1457
4352 msgid "override author for commit"
4355 #: builtin/commit.c:1458 builtin/gc.c:261
4359 #: builtin/commit.c:1458
4360 msgid "override date for commit"
4363 #: builtin/commit.c:1459 builtin/merge.c:216 builtin/notes.c:405
4364 #: builtin/notes.c:562 builtin/tag.c:455
4368 #: builtin/commit.c:1459
4369 msgid "commit message"
4372 #: builtin/commit.c:1460
4373 msgid "reuse and edit message from specified commit"
4376 #: builtin/commit.c:1461
4377 msgid "reuse message from specified commit"
4380 #: builtin/commit.c:1462
4381 msgid "use autosquash formatted message to fixup specified commit"
4384 #: builtin/commit.c:1463
4385 msgid "use autosquash formatted message to squash specified commit"
4388 #: builtin/commit.c:1464
4389 msgid "the commit is authored by me now (used with -C/-c/--amend)"
4392 #: builtin/commit.c:1465 builtin/log.c:1180 builtin/revert.c:86
4393 msgid "add Signed-off-by:"
4396 #: builtin/commit.c:1466
4397 msgid "use specified template file"
4400 #: builtin/commit.c:1467
4401 msgid "force edit of commit"
4404 #: builtin/commit.c:1468
4408 #: builtin/commit.c:1468 builtin/tag.c:460
4409 msgid "how to strip spaces and #comments from message"
4412 #: builtin/commit.c:1469
4413 msgid "include status in commit message template"
4416 #: builtin/commit.c:1470 builtin/merge.c:223 builtin/tag.c:461
4420 #: builtin/commit.c:1471 builtin/merge.c:224
4421 msgid "GPG sign commit"
4424 #. end commit message options
4425 #: builtin/commit.c:1474
4426 msgid "Commit contents options"
4429 #: builtin/commit.c:1475
4430 msgid "commit all changed files"
4433 #: builtin/commit.c:1476
4434 msgid "add specified files to index for commit"
4437 #: builtin/commit.c:1477
4438 msgid "interactively add files"
4441 #: builtin/commit.c:1478
4442 msgid "interactively add changes"
4445 #: builtin/commit.c:1479
4446 msgid "commit only specified files"
4449 #: builtin/commit.c:1480
4450 msgid "bypass pre-commit hook"
4453 #: builtin/commit.c:1481
4454 msgid "show what would be committed"
4457 #: builtin/commit.c:1492
4458 msgid "amend previous commit"
4461 #: builtin/commit.c:1493
4462 msgid "bypass post-rewrite hook"
4465 #: builtin/commit.c:1498
4466 msgid "ok to record an empty change"
4469 #: builtin/commit.c:1500
4470 msgid "ok to record a change with an empty message"
4473 #: builtin/commit.c:1529
4474 msgid "could not parse HEAD commit"
4477 #: builtin/commit.c:1567 builtin/merge.c:518
4479 msgid "could not open '%s' for reading"
4482 #: builtin/commit.c:1574
4484 msgid "Corrupt MERGE_HEAD file (%s)"
4487 #: builtin/commit.c:1581
4488 msgid "could not read MERGE_MODE"
4491 #: builtin/commit.c:1600
4493 msgid "could not read commit message: %s"
4496 #: builtin/commit.c:1611
4498 msgid "Aborting commit; you did not edit the message.\n"
4501 #: builtin/commit.c:1616
4503 msgid "Aborting commit due to empty commit message.\n"
4506 #: builtin/commit.c:1631 builtin/merge.c:854 builtin/merge.c:879
4507 msgid "failed to write commit object"
4510 #: builtin/commit.c:1652
4511 msgid "cannot lock HEAD ref"
4514 #: builtin/commit.c:1656
4515 msgid "cannot update HEAD ref"
4518 #: builtin/commit.c:1667
4520 "Repository has been updated, but unable to write\n"
4521 "new_index file. Check that disk is not full or quota is\n"
4522 "not exceeded, and then \"git reset HEAD\" to recover."
4525 #: builtin/config.c:8
4526 msgid "git config [options]"
4529 #: builtin/config.c:54
4530 msgid "Config file location"
4533 #: builtin/config.c:55
4534 msgid "use global config file"
4537 #: builtin/config.c:56
4538 msgid "use system config file"
4541 #: builtin/config.c:57
4542 msgid "use repository config file"
4545 #: builtin/config.c:58
4546 msgid "use given config file"
4549 #: builtin/config.c:59
4553 #: builtin/config.c:59
4554 msgid "read config from given blob object"
4557 #: builtin/config.c:60
4561 #: builtin/config.c:61
4562 msgid "get value: name [value-regex]"
4565 #: builtin/config.c:62
4566 msgid "get all values: key [value-regex]"
4569 #: builtin/config.c:63
4570 msgid "get values for regexp: name-regex [value-regex]"
4573 #: builtin/config.c:64
4574 msgid "get value specific for the URL: section[.var] URL"
4577 #: builtin/config.c:65
4578 msgid "replace all matching variables: name value [value_regex]"
4581 #: builtin/config.c:66
4582 msgid "add a new variable: name value"
4585 #: builtin/config.c:67
4586 msgid "remove a variable: name [value-regex]"
4589 #: builtin/config.c:68
4590 msgid "remove all matches: name [value-regex]"
4593 #: builtin/config.c:69
4594 msgid "rename section: old-name new-name"
4597 #: builtin/config.c:70
4598 msgid "remove a section: name"
4601 #: builtin/config.c:71
4605 #: builtin/config.c:72
4606 msgid "open an editor"
4609 #: builtin/config.c:73 builtin/config.c:74
4613 #: builtin/config.c:73
4614 msgid "find the color configured: [default]"
4617 #: builtin/config.c:74
4618 msgid "find the color setting: [stdout-is-tty]"
4621 #: builtin/config.c:75
4625 #: builtin/config.c:76
4626 msgid "value is \"true\" or \"false\""
4629 #: builtin/config.c:77
4630 msgid "value is decimal number"
4633 #: builtin/config.c:78
4634 msgid "value is --bool or --int"
4637 #: builtin/config.c:79
4638 msgid "value is a path (file or directory name)"
4641 #: builtin/config.c:80
4645 #: builtin/config.c:81
4646 msgid "terminate values with NUL byte"
4649 #: builtin/config.c:82
4650 msgid "respect include directives on lookup"
4653 #: builtin/count-objects.c:82
4654 msgid "git count-objects [-v] [-H | --human-readable]"
4657 #: builtin/count-objects.c:97
4658 msgid "print sizes in human readable format"
4661 #: builtin/describe.c:16
4662 msgid "git describe [options] <commit-ish>*"
4665 #: builtin/describe.c:17
4666 msgid "git describe [options] --dirty"
4669 #: builtin/describe.c:237
4671 msgid "annotated tag %s not available"
4674 #: builtin/describe.c:241
4676 msgid "annotated tag %s has no embedded name"
4679 #: builtin/describe.c:243
4681 msgid "tag '%s' is really '%s' here"
4684 #: builtin/describe.c:270
4686 msgid "Not a valid object name %s"
4689 #: builtin/describe.c:273
4691 msgid "%s is not a valid '%s' object"
4694 #: builtin/describe.c:290
4696 msgid "no tag exactly matches '%s'"
4699 #: builtin/describe.c:292
4701 msgid "searching to describe %s\n"
4704 #: builtin/describe.c:332
4706 msgid "finished search at %s\n"
4709 #: builtin/describe.c:359
4712 "No annotated tags can describe '%s'.\n"
4713 "However, there were unannotated tags: try --tags."
4716 #: builtin/describe.c:363
4719 "No tags can describe '%s'.\n"
4720 "Try --always, or create some tags."
4723 #: builtin/describe.c:384
4725 msgid "traversed %lu commits\n"
4728 #: builtin/describe.c:387
4731 "more than %i tags found; listed %i most recent\n"
4732 "gave up search at %s\n"
4735 #: builtin/describe.c:409
4736 msgid "find the tag that comes after the commit"
4739 #: builtin/describe.c:410
4740 msgid "debug search strategy on stderr"
4743 #: builtin/describe.c:411
4747 #: builtin/describe.c:412
4748 msgid "use any tag, even unannotated"
4751 #: builtin/describe.c:413
4752 msgid "always use long format"
4755 #: builtin/describe.c:414
4756 msgid "only follow first parent"
4759 #: builtin/describe.c:417
4760 msgid "only output exact matches"
4763 #: builtin/describe.c:419
4765 msgid "consider <n> most recent tags (default: 10)"
4768 #: builtin/describe.c:421
4769 msgid "only consider tags matching <pattern>"
4772 #: builtin/describe.c:423 builtin/name-rev.c:321
4773 msgid "show abbreviated commit object as fallback"
4776 #: builtin/describe.c:424
4780 #: builtin/describe.c:425
4781 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4784 #: builtin/describe.c:443
4785 msgid "--long is incompatible with --abbrev=0"
4788 #: builtin/describe.c:469
4789 msgid "No names found, cannot describe anything."
4792 #: builtin/describe.c:489
4793 msgid "--dirty is incompatible with commit-ishes"
4796 #: builtin/diff.c:85
4798 msgid "'%s': not a regular file or symlink"
4801 #: builtin/diff.c:236
4803 msgid "invalid option: %s"
4806 #: builtin/diff.c:357
4807 msgid "Not a git repository"
4810 #: builtin/diff.c:400
4812 msgid "invalid object '%s' given."
4815 #: builtin/diff.c:409
4817 msgid "more than two blobs given: '%s'"
4820 #: builtin/diff.c:416
4822 msgid "unhandled object '%s' given."
4825 #: builtin/fast-export.c:22
4826 msgid "git fast-export [rev-list-opts]"
4829 #: builtin/fast-export.c:673
4831 msgid "show progress after <n> objects"
4834 #: builtin/fast-export.c:675
4835 msgid "select handling of signed tags"
4838 #: builtin/fast-export.c:678
4839 msgid "select handling of tags that tag filtered objects"
4842 #: builtin/fast-export.c:681
4843 msgid "Dump marks to this file"
4846 #: builtin/fast-export.c:683
4847 msgid "Import marks from this file"
4850 #: builtin/fast-export.c:685
4851 msgid "Fake a tagger when tags lack one"
4854 #: builtin/fast-export.c:687
4855 msgid "Output full tree for each commit"
4858 #: builtin/fast-export.c:689
4859 msgid "Use the done feature to terminate the stream"
4862 #: builtin/fast-export.c:690
4863 msgid "Skip output of blob data"
4866 #: builtin/fetch.c:20
4867 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4870 #: builtin/fetch.c:21
4871 msgid "git fetch [<options>] <group>"
4874 #: builtin/fetch.c:22
4875 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4878 #: builtin/fetch.c:23
4879 msgid "git fetch --all [<options>]"
4882 #: builtin/fetch.c:75
4883 msgid "fetch from all remotes"
4886 #: builtin/fetch.c:77
4887 msgid "append to .git/FETCH_HEAD instead of overwriting"
4890 #: builtin/fetch.c:79
4891 msgid "path to upload pack on remote end"
4894 #: builtin/fetch.c:80
4895 msgid "force overwrite of local branch"
4898 #: builtin/fetch.c:82
4899 msgid "fetch from multiple remotes"
4902 #: builtin/fetch.c:84
4903 msgid "fetch all tags and associated objects"
4906 #: builtin/fetch.c:86
4907 msgid "do not fetch all tags (--no-tags)"
4910 #: builtin/fetch.c:88
4911 msgid "prune remote-tracking branches no longer on remote"
4914 #: builtin/fetch.c:89
4918 #: builtin/fetch.c:90
4919 msgid "control recursive fetching of submodules"
4922 #: builtin/fetch.c:94
4923 msgid "keep downloaded pack"
4926 #: builtin/fetch.c:96
4927 msgid "allow updating of HEAD ref"
4930 #: builtin/fetch.c:99
4931 msgid "deepen history of shallow clone"
4934 #: builtin/fetch.c:101
4935 msgid "convert to a complete repository"
4938 #: builtin/fetch.c:103 builtin/log.c:1197
4942 #: builtin/fetch.c:104
4943 msgid "prepend this to submodule path output"
4946 #: builtin/fetch.c:107
4947 msgid "default mode for recursion"
4950 #: builtin/fetch.c:109
4951 msgid "accept refs that update .git/shallow"
4954 #: builtin/fetch.c:347
4955 msgid "Couldn't find remote ref HEAD"
4958 #: builtin/fetch.c:411
4960 msgid "object %s not found"
4963 #: builtin/fetch.c:416
4964 msgid "[up to date]"
4967 #: builtin/fetch.c:430
4969 msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
4972 #: builtin/fetch.c:431 builtin/fetch.c:517
4976 #: builtin/fetch.c:442
4977 msgid "[tag update]"
4980 #: builtin/fetch.c:444 builtin/fetch.c:479 builtin/fetch.c:497
4981 msgid " (unable to update local ref)"
4984 #: builtin/fetch.c:462
4988 #: builtin/fetch.c:465
4989 msgid "[new branch]"
4992 #: builtin/fetch.c:468
4996 #: builtin/fetch.c:513
4997 msgid "unable to update local ref"
5000 #: builtin/fetch.c:513
5001 msgid "forced update"
5004 #: builtin/fetch.c:519
5005 msgid "(non-fast-forward)"
5008 #: builtin/fetch.c:552 builtin/fetch.c:785
5010 msgid "cannot open %s: %s\n"
5013 #: builtin/fetch.c:561
5015 msgid "%s did not send all necessary objects\n"
5018 #: builtin/fetch.c:579
5020 msgid "reject %s because shallow roots are not allowed to be updated"
5023 #: builtin/fetch.c:667 builtin/fetch.c:750
5028 #: builtin/fetch.c:678
5031 "some local refs could not be updated; try running\n"
5032 " 'git remote prune %s' to remove any old, conflicting branches"
5035 #: builtin/fetch.c:730
5037 msgid " (%s will become dangling)"
5040 #: builtin/fetch.c:731
5042 msgid " (%s has become dangling)"
5045 #: builtin/fetch.c:755
5049 #: builtin/fetch.c:756 builtin/remote.c:1050
5053 #: builtin/fetch.c:775
5055 msgid "Refusing to fetch into current branch %s of non-bare repository"
5058 #: builtin/fetch.c:794
5060 msgid "Option \"%s\" value \"%s\" is not valid for %s"
5063 #: builtin/fetch.c:797
5065 msgid "Option \"%s\" is ignored for %s\n"
5068 #: builtin/fetch.c:853
5070 msgid "Don't know how to fetch from %s"
5073 #: builtin/fetch.c:1015
5075 msgid "Fetching %s\n"
5078 #: builtin/fetch.c:1017 builtin/remote.c:90
5080 msgid "Could not fetch %s"
5081 msgstr "„%s“ не може да се достави"
5083 #: builtin/fetch.c:1036
5085 "No remote repository specified. Please, specify either a URL or a\n"
5086 "remote name from which new revisions should be fetched."
5089 #: builtin/fetch.c:1059
5090 msgid "You need to specify a tag name."
5093 #: builtin/fetch.c:1107
5094 msgid "--depth and --unshallow cannot be used together"
5097 #: builtin/fetch.c:1109
5098 msgid "--unshallow on a complete repository does not make sense"
5101 #: builtin/fetch.c:1132
5102 msgid "fetch --all does not take a repository argument"
5105 #: builtin/fetch.c:1134
5106 msgid "fetch --all does not make sense with refspecs"
5109 #: builtin/fetch.c:1145
5111 msgid "No such remote or remote group: %s"
5114 #: builtin/fetch.c:1153
5115 msgid "Fetching a group and specifying refspecs does not make sense"
5118 #: builtin/fmt-merge-msg.c:13
5120 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
5123 #: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:702
5124 #: builtin/merge.c:196 builtin/show-branch.c:654 builtin/show-ref.c:178
5125 #: builtin/tag.c:446 parse-options.h:135 parse-options.h:242
5129 #: builtin/fmt-merge-msg.c:664
5131 msgid "populate log with at most <n> entries from shortlog"
5134 #: builtin/fmt-merge-msg.c:667
5135 msgid "alias for --log (deprecated)"
5138 #: builtin/fmt-merge-msg.c:670
5142 #: builtin/fmt-merge-msg.c:671
5143 msgid "use <text> as start of message"
5146 #: builtin/fmt-merge-msg.c:672
5147 msgid "file to read from"
5150 #: builtin/for-each-ref.c:1063
5151 msgid "git for-each-ref [options] [<pattern>]"
5154 #: builtin/for-each-ref.c:1078
5155 msgid "quote placeholders suitably for shells"
5158 #: builtin/for-each-ref.c:1080
5159 msgid "quote placeholders suitably for perl"
5162 #: builtin/for-each-ref.c:1082
5163 msgid "quote placeholders suitably for python"
5166 #: builtin/for-each-ref.c:1084
5167 msgid "quote placeholders suitably for tcl"
5170 #: builtin/for-each-ref.c:1087
5172 msgid "show only <n> matched refs"
5175 #: builtin/for-each-ref.c:1088 builtin/replace.c:177
5179 #: builtin/for-each-ref.c:1088
5180 msgid "format to use for the output"
5183 #: builtin/for-each-ref.c:1089
5187 #: builtin/for-each-ref.c:1090
5188 msgid "field name to sort on"
5191 #: builtin/fsck.c:607
5192 msgid "git fsck [options] [<object>...]"
5193 msgstr "git fsck [ОПЦИИ] [<ОБЕКТ>…]"
5195 #: builtin/fsck.c:613
5196 msgid "show unreachable objects"
5197 msgstr "показване на недостижимите обекти"
5199 #: builtin/fsck.c:614
5200 msgid "show dangling objects"
5201 msgstr "показване на обектите извън клоните"
5203 #: builtin/fsck.c:615
5205 msgstr "показване на етикетите"
5207 #: builtin/fsck.c:616
5208 msgid "report root nodes"
5209 msgstr "показване на кореновите възли"
5211 #: builtin/fsck.c:617
5212 msgid "make index objects head nodes"
5213 msgstr "задаване на обекти от индекса да са коренови"
5215 #: builtin/fsck.c:618
5217 msgid "make reflogs head nodes (default)"
5218 msgstr "проследяване на указателите от журнала като глави (стандартно)"
5220 #: builtin/fsck.c:619
5222 msgid "also consider packs and alternate objects"
5223 msgstr "допълнително да се проверяват пакетите и алтернативните обекти"
5225 #: builtin/fsck.c:620
5226 msgid "enable more strict checking"
5227 msgstr "по-строги проверки"
5229 #: builtin/fsck.c:622
5230 msgid "write dangling objects in .git/lost-found"
5231 msgstr "запазване на обектите извън клоните в директорията „.git/lost-found“"
5233 #: builtin/fsck.c:623 builtin/prune.c:144
5234 msgid "show progress"
5235 msgstr "показване на напредъка"
5238 msgid "git gc [options]"
5239 msgstr "git gc [ОПЦИИ]"
5243 msgid "Invalid %s: '%s'"
5244 msgstr "Неправилна стойност за „%s“: „%s“"
5248 msgid "insanely long object directory %.*s"
5249 msgstr "прекалено дълга директория с обекти „%.*s“"
5252 msgid "prune unreferenced objects"
5253 msgstr "окастряне на обектите, към които нищо не сочи"
5256 msgid "be more thorough (increased runtime)"
5257 msgstr "изчерпателно търсене на боклука (за сметка на повече време работа)"
5260 msgid "enable auto-gc mode"
5261 msgstr "включване на автоматичното събиране на боклука (auto-gc)"
5264 msgid "force running gc even if there may be another gc running"
5266 "изрично стартиране на събирането на боклука, дори и ако вече работи друго "
5272 "Auto packing the repository for optimum performance. You may also\n"
5273 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
5275 "Автоматично пакетиране на хранилището за най-добра производителност. Можете "
5277 "ръчно да стартирате „git gc“. За подробности погледнете помощта: „git help "
5280 #. be quiet on --auto
5284 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5286 "събирането на боклука вече е стартирано на машината „%s“ с идентификатор на\n"
5287 "процеса: %<PRIuMAX> (ако сте сигурни, че това не е вярно, това използвайте\n"
5288 "опцията „--force“)"
5292 "There are too many unreachable loose objects; run 'git prune' to remove them."
5294 "Има прекалено много недостижими, непакетирани обекти. Използвайте „git "
5298 #: builtin/grep.c:23
5299 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5302 #: builtin/grep.c:218
5304 msgid "grep: failed to create thread: %s"
5307 #: builtin/grep.c:365
5309 msgid "Failed to chdir: %s"
5312 #: builtin/grep.c:443 builtin/grep.c:478
5314 msgid "unable to read tree (%s)"
5317 #: builtin/grep.c:493
5319 msgid "unable to grep from object of type %s"
5322 #: builtin/grep.c:551
5324 msgid "switch `%c' expects a numerical value"
5327 #: builtin/grep.c:568
5329 msgid "cannot open '%s'"
5332 #: builtin/grep.c:642
5333 msgid "search in index instead of in the work tree"
5336 #: builtin/grep.c:644
5337 msgid "find in contents not managed by git"
5340 #: builtin/grep.c:646
5341 msgid "search in both tracked and untracked files"
5344 #: builtin/grep.c:648
5345 msgid "search also in ignored files"
5348 #: builtin/grep.c:651
5349 msgid "show non-matching lines"
5352 #: builtin/grep.c:653
5353 msgid "case insensitive matching"
5356 #: builtin/grep.c:655
5357 msgid "match patterns only at word boundaries"
5360 #: builtin/grep.c:657
5361 msgid "process binary files as text"
5364 #: builtin/grep.c:659
5365 msgid "don't match patterns in binary files"
5368 #: builtin/grep.c:662
5369 msgid "process binary files with textconv filters"
5372 #: builtin/grep.c:664
5373 msgid "descend at most <depth> levels"
5376 #: builtin/grep.c:668
5377 msgid "use extended POSIX regular expressions"
5380 #: builtin/grep.c:671
5381 msgid "use basic POSIX regular expressions (default)"
5384 #: builtin/grep.c:674
5385 msgid "interpret patterns as fixed strings"
5388 #: builtin/grep.c:677
5389 msgid "use Perl-compatible regular expressions"
5392 #: builtin/grep.c:680
5393 msgid "show line numbers"
5396 #: builtin/grep.c:681
5397 msgid "don't show filenames"
5400 #: builtin/grep.c:682
5401 msgid "show filenames"
5404 #: builtin/grep.c:684
5405 msgid "show filenames relative to top directory"
5408 #: builtin/grep.c:686
5409 msgid "show only filenames instead of matching lines"
5412 #: builtin/grep.c:688
5413 msgid "synonym for --files-with-matches"
5416 #: builtin/grep.c:691
5417 msgid "show only the names of files without match"
5420 #: builtin/grep.c:693
5421 msgid "print NUL after filenames"
5424 #: builtin/grep.c:695
5425 msgid "show the number of matches instead of matching lines"
5428 #: builtin/grep.c:696
5429 msgid "highlight matches"
5432 #: builtin/grep.c:698
5433 msgid "print empty line between matches from different files"
5436 #: builtin/grep.c:700
5437 msgid "show filename only once above matches from same file"
5440 #: builtin/grep.c:703
5442 msgid "show <n> context lines before and after matches"
5445 #: builtin/grep.c:706
5447 msgid "show <n> context lines before matches"
5450 #: builtin/grep.c:708
5452 msgid "show <n> context lines after matches"
5455 #: builtin/grep.c:709
5456 msgid "shortcut for -C NUM"
5459 #: builtin/grep.c:712
5460 msgid "show a line with the function name before matches"
5463 #: builtin/grep.c:714
5464 msgid "show the surrounding function"
5467 #: builtin/grep.c:717
5468 msgid "read patterns from file"
5471 #: builtin/grep.c:719
5472 msgid "match <pattern>"
5475 #: builtin/grep.c:721
5476 msgid "combine patterns specified with -e"
5479 #: builtin/grep.c:733
5480 msgid "indicate hit with exit status without output"
5483 #: builtin/grep.c:735
5484 msgid "show only matches from files that match all patterns"
5487 #: builtin/grep.c:737
5488 msgid "show parse tree for grep expression"
5491 #: builtin/grep.c:741
5495 #: builtin/grep.c:741
5496 msgid "show matching files in the pager"
5499 #: builtin/grep.c:744
5500 msgid "allow calling of grep(1) (ignored by this build)"
5503 #: builtin/grep.c:745 builtin/show-ref.c:187
5507 #: builtin/grep.c:812
5508 msgid "no pattern given."
5511 #: builtin/grep.c:870
5512 msgid "--open-files-in-pager only works on the worktree"
5515 #: builtin/grep.c:893
5516 msgid "--cached or --untracked cannot be used with --no-index."
5519 #: builtin/grep.c:898
5520 msgid "--no-index or --untracked cannot be used with revs."
5523 #: builtin/grep.c:901
5524 msgid "--[no-]exclude-standard cannot be used for tracked contents."
5527 #: builtin/grep.c:909
5528 msgid "both --cached and trees are given."
5531 #: builtin/hash-object.c:60
5533 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5537 #: builtin/hash-object.c:61
5538 msgid "git hash-object --stdin-paths < <list-of-paths>"
5541 #: builtin/hash-object.c:72
5545 #: builtin/hash-object.c:72
5549 #: builtin/hash-object.c:73
5550 msgid "write the object into the object database"
5553 #: builtin/hash-object.c:74
5554 msgid "read the object from stdin"
5557 #: builtin/hash-object.c:76
5558 msgid "store file as is without filters"
5561 #: builtin/hash-object.c:77
5562 msgid "process file as it were from this path"
5565 #: builtin/help.c:41
5566 msgid "print all available commands"
5567 msgstr "показване на всички налични команди"
5569 #: builtin/help.c:42
5570 msgid "print list of useful guides"
5571 msgstr "показване на списък с пътеводители"
5573 #: builtin/help.c:43
5574 msgid "show man page"
5575 msgstr "показване на страница от ръководството"
5577 #: builtin/help.c:44
5578 msgid "show manual in web browser"
5579 msgstr "показване на страница от ръководството в уеб браузър"
5581 #: builtin/help.c:46
5582 msgid "show info page"
5583 msgstr "показване на информационна страница"
5585 #: builtin/help.c:52
5586 msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5587 msgstr "git help [--all] [--guides] [--man|--web|--info] [КОМАНДА]"
5589 #: builtin/help.c:64
5591 msgid "unrecognized help format '%s'"
5592 msgstr "непознат формат на помощта „%s“"
5594 #: builtin/help.c:92
5595 msgid "Failed to start emacsclient."
5596 msgstr "Неуспешно стартиране на „emacsclient“."
5598 #: builtin/help.c:105
5599 msgid "Failed to parse emacsclient version."
5600 msgstr "Версията на „emacsclient“ не може да се анализира."
5602 #: builtin/help.c:113
5604 msgid "emacsclient version '%d' too old (< 22)."
5605 msgstr "Прекалено стара версия на „emacsclient“ — %d (< 22)."
5607 #: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
5609 msgid "failed to exec '%s': %s"
5610 msgstr "неуспешно изпълнение на „%s“: %s"
5612 #: builtin/help.c:216
5615 "'%s': path for unsupported man viewer.\n"
5616 "Please consider using 'man.<tool>.cmd' instead."
5618 "„%s“: път към неподдържана програма за разглеждане на\n"
5619 " ръководството. Вместо нея пробвайте „man.<tool>.cmd“."
5621 #: builtin/help.c:228
5624 "'%s': cmd for supported man viewer.\n"
5625 "Please consider using 'man.<tool>.path' instead."
5627 "„%s“: команда за поддържана програма за разглеждане на\n"
5628 " ръководството. Вместо нея пробвайте „man.<tool>.path“."
5630 #: builtin/help.c:353
5632 msgid "'%s': unknown man viewer."
5633 msgstr "„%s“: непозната програма за преглед на ръководството."
5635 #: builtin/help.c:370
5636 msgid "no man viewer handled the request"
5637 msgstr "никоя програма за ръководство не успя да обработи заявката"
5639 #: builtin/help.c:378
5640 msgid "no info viewer handled the request"
5641 msgstr "никоя програма за информационни страници не успя да обработи заявката"
5643 #: builtin/help.c:424
5644 msgid "Defining attributes per path"
5645 msgstr "Указване на атрибути към път"
5647 #: builtin/help.c:425
5648 msgid "A Git glossary"
5649 msgstr "Речник с термините на Git"
5651 #: builtin/help.c:426
5652 msgid "Specifies intentionally untracked files to ignore"
5653 msgstr "Указване на неследени файлове, които да бъдат нарочно пренебрегвани"
5655 #: builtin/help.c:427
5656 msgid "Defining submodule properties"
5657 msgstr "Дефиниране на свойствата на подмодулите"
5659 #: builtin/help.c:428
5660 msgid "Specifying revisions and ranges for Git"
5661 msgstr "Указване на версии и интервали в Git"
5663 #: builtin/help.c:429
5664 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5665 msgstr "Въвеждащ урок за Git (версии поне 1.5.1)"
5667 #: builtin/help.c:430
5668 msgid "An overview of recommended workflows with Git"
5669 msgstr "Общ преглед на препоръчваните начини за работа с Git"
5671 #: builtin/help.c:442
5672 msgid "The common Git guides are:\n"
5673 msgstr "Популярните пътеводители в Git са:\n"
5675 #: builtin/help.c:463 builtin/help.c:480
5678 msgstr "употреба: %s%s"
5680 #: builtin/help.c:496
5682 msgid "`git %s' is aliased to `%s'"
5683 msgstr "„git %s“ е синоним на „%s“"
5685 #: builtin/index-pack.c:184
5687 msgid "object type mismatch at %s"
5690 #: builtin/index-pack.c:204
5691 msgid "object of unexpected type"
5694 #: builtin/index-pack.c:244
5696 msgid "cannot fill %d byte"
5697 msgid_plural "cannot fill %d bytes"
5701 #: builtin/index-pack.c:254
5705 #: builtin/index-pack.c:255
5706 msgid "read error on input"
5709 #: builtin/index-pack.c:267
5710 msgid "used more bytes than were available"
5713 #: builtin/index-pack.c:274
5714 msgid "pack too large for current definition of off_t"
5717 #: builtin/index-pack.c:290
5719 msgid "unable to create '%s'"
5722 #: builtin/index-pack.c:295
5724 msgid "cannot open packfile '%s'"
5727 #: builtin/index-pack.c:309
5728 msgid "pack signature mismatch"
5731 #: builtin/index-pack.c:311
5733 msgid "pack version %<PRIu32> unsupported"
5736 #: builtin/index-pack.c:329
5738 msgid "pack has bad object at offset %lu: %s"
5741 #: builtin/index-pack.c:451
5743 msgid "inflate returned %d"
5746 #: builtin/index-pack.c:500
5747 msgid "offset value overflow for delta base object"
5750 #: builtin/index-pack.c:508
5751 msgid "delta base offset is out of bound"
5754 #: builtin/index-pack.c:516
5756 msgid "unknown object type %d"
5759 #: builtin/index-pack.c:547
5760 msgid "cannot pread pack file"
5763 #: builtin/index-pack.c:549
5765 msgid "premature end of pack file, %lu byte missing"
5766 msgid_plural "premature end of pack file, %lu bytes missing"
5770 #: builtin/index-pack.c:575
5771 msgid "serious inflate inconsistency"
5774 #: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:695
5775 #: builtin/index-pack.c:729 builtin/index-pack.c:738
5777 msgid "SHA1 COLLISION FOUND WITH %s !"
5780 #: builtin/index-pack.c:669 builtin/pack-objects.c:171
5781 #: builtin/pack-objects.c:263
5783 msgid "unable to read %s"
5786 #: builtin/index-pack.c:735
5788 msgid "cannot read existing object %s"
5791 #: builtin/index-pack.c:749
5793 msgid "invalid blob object %s"
5796 #: builtin/index-pack.c:763
5801 #: builtin/index-pack.c:766
5802 msgid "Error in object"
5805 #: builtin/index-pack.c:768
5807 msgid "Not all child objects of %s are reachable"
5810 #: builtin/index-pack.c:839 builtin/index-pack.c:869
5811 msgid "failed to apply delta"
5814 #: builtin/index-pack.c:1010
5815 msgid "Receiving objects"
5818 #: builtin/index-pack.c:1010
5819 msgid "Indexing objects"
5822 #: builtin/index-pack.c:1036
5823 msgid "pack is corrupted (SHA1 mismatch)"
5826 #: builtin/index-pack.c:1041
5827 msgid "cannot fstat packfile"
5830 #: builtin/index-pack.c:1044
5831 msgid "pack has junk at the end"
5834 #: builtin/index-pack.c:1055
5835 msgid "confusion beyond insanity in parse_pack_objects()"
5838 #: builtin/index-pack.c:1078
5839 msgid "Resolving deltas"
5842 #: builtin/index-pack.c:1088
5844 msgid "unable to create thread: %s"
5847 #: builtin/index-pack.c:1130
5848 msgid "confusion beyond insanity"
5851 #: builtin/index-pack.c:1138
5853 msgid "completed with %d local objects"
5856 #: builtin/index-pack.c:1148
5858 msgid "Unexpected tail checksum for %s (disk corruption?)"
5861 #: builtin/index-pack.c:1152
5863 msgid "pack has %d unresolved delta"
5864 msgid_plural "pack has %d unresolved deltas"
5868 #: builtin/index-pack.c:1177
5870 msgid "unable to deflate appended object (%d)"
5873 #: builtin/index-pack.c:1256
5875 msgid "local object %s is corrupt"
5878 #: builtin/index-pack.c:1280
5879 msgid "error while closing pack file"
5882 #: builtin/index-pack.c:1293
5884 msgid "cannot write keep file '%s'"
5887 #: builtin/index-pack.c:1301
5889 msgid "cannot close written keep file '%s'"
5892 #: builtin/index-pack.c:1314
5893 msgid "cannot store pack file"
5896 #: builtin/index-pack.c:1325
5897 msgid "cannot store index file"
5900 #: builtin/index-pack.c:1358
5902 msgid "bad pack.indexversion=%<PRIu32>"
5905 #: builtin/index-pack.c:1364
5907 msgid "invalid number of threads specified (%d)"
5910 #: builtin/index-pack.c:1368 builtin/index-pack.c:1546
5912 msgid "no threads support, ignoring %s"
5915 #: builtin/index-pack.c:1426
5917 msgid "Cannot open existing pack file '%s'"
5920 #: builtin/index-pack.c:1428
5922 msgid "Cannot open existing pack idx file for '%s'"
5925 #: builtin/index-pack.c:1475
5927 msgid "non delta: %d object"
5928 msgid_plural "non delta: %d objects"
5932 #: builtin/index-pack.c:1482
5934 msgid "chain length = %d: %lu object"
5935 msgid_plural "chain length = %d: %lu objects"
5939 #: builtin/index-pack.c:1510
5940 msgid "Cannot come back to cwd"
5943 #: builtin/index-pack.c:1558 builtin/index-pack.c:1561
5944 #: builtin/index-pack.c:1573 builtin/index-pack.c:1577
5949 #: builtin/index-pack.c:1591
5950 msgid "--fix-thin cannot be used without --stdin"
5953 #: builtin/index-pack.c:1595 builtin/index-pack.c:1605
5955 msgid "packfile name '%s' does not end with '.pack'"
5958 #: builtin/index-pack.c:1614
5959 msgid "--verify with no packfile name given"
5962 #: builtin/init-db.c:35
5964 msgid "Could not make %s writable by group"
5967 #: builtin/init-db.c:62
5969 msgid "insanely long template name %s"
5972 #: builtin/init-db.c:67
5974 msgid "cannot stat '%s'"
5977 #: builtin/init-db.c:73
5979 msgid "cannot stat template '%s'"
5982 #: builtin/init-db.c:80
5984 msgid "cannot opendir '%s'"
5987 #: builtin/init-db.c:97
5989 msgid "cannot readlink '%s'"
5992 #: builtin/init-db.c:99
5994 msgid "insanely long symlink %s"
5997 #: builtin/init-db.c:102
5999 msgid "cannot symlink '%s' '%s'"
6002 #: builtin/init-db.c:106
6004 msgid "cannot copy '%s' to '%s'"
6007 #: builtin/init-db.c:110
6009 msgid "ignoring template %s"
6012 #: builtin/init-db.c:133
6014 msgid "insanely long template path %s"
6017 #: builtin/init-db.c:141
6019 msgid "templates not found %s"
6022 #: builtin/init-db.c:154
6024 msgid "not copying templates of a wrong format version %d from '%s'"
6027 #: builtin/init-db.c:192
6029 msgid "insane git directory %s"
6032 #: builtin/init-db.c:323 builtin/init-db.c:326
6034 msgid "%s already exists"
6037 #: builtin/init-db.c:355
6039 msgid "unable to handle file type %d"
6042 #: builtin/init-db.c:358
6044 msgid "unable to move %s to %s"
6048 #. * TRANSLATORS: The first '%s' is either "Reinitialized
6049 #. * existing" or "Initialized empty", the second " shared" or
6050 #. * "", and the last '%s%s' is the verbatim directory name.
6052 #: builtin/init-db.c:420
6054 msgid "%s%s Git repository in %s%s\n"
6057 #: builtin/init-db.c:421
6058 msgid "Reinitialized existing"
6061 #: builtin/init-db.c:421
6062 msgid "Initialized empty"
6065 #: builtin/init-db.c:422
6069 #: builtin/init-db.c:441
6070 msgid "cannot tell cwd"
6073 #: builtin/init-db.c:467
6075 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6076 "shared[=<permissions>]] [directory]"
6079 #: builtin/init-db.c:490
6083 #: builtin/init-db.c:491
6084 msgid "specify that the git repository is to be shared amongst several users"
6087 #: builtin/init-db.c:493 builtin/prune-packed.c:79 builtin/repack.c:155
6091 #: builtin/init-db.c:522 builtin/init-db.c:529
6093 msgid "cannot mkdir %s"
6096 #: builtin/init-db.c:533
6098 msgid "cannot chdir to %s"
6101 #: builtin/init-db.c:555
6104 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6108 #: builtin/init-db.c:579
6109 msgid "Cannot access current working directory"
6112 #: builtin/init-db.c:586
6114 msgid "Cannot access work tree '%s'"
6118 msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
6122 msgid " or: git show [options] <object>..."
6125 #: builtin/log.c:125
6126 msgid "suppress diff output"
6129 #: builtin/log.c:126
6133 #: builtin/log.c:127
6134 msgid "Use mail map file"
6137 #: builtin/log.c:128
6138 msgid "decorate options"
6141 #: builtin/log.c:231
6143 msgid "Final output: %d %s\n"
6146 #: builtin/log.c:473 builtin/log.c:565
6148 msgid "Could not read object %s"
6151 #: builtin/log.c:589
6153 msgid "Unknown type: %d"
6156 #: builtin/log.c:689
6157 msgid "format.headers without value"
6160 #: builtin/log.c:771
6161 msgid "name of output directory is too long"
6164 #: builtin/log.c:787
6166 msgid "Cannot open patch file %s"
6169 #: builtin/log.c:801
6170 msgid "Need exactly one range."
6173 #: builtin/log.c:809
6174 msgid "Not a range."
6177 #: builtin/log.c:911
6178 msgid "Cover letter needs email format"
6181 #: builtin/log.c:987
6183 msgid "insane in-reply-to: %s"
6186 #: builtin/log.c:1015
6187 msgid "git format-patch [options] [<since> | <revision range>]"
6190 #: builtin/log.c:1060
6191 msgid "Two output directories?"
6194 #: builtin/log.c:1175
6195 msgid "use [PATCH n/m] even with a single patch"
6198 #: builtin/log.c:1178
6199 msgid "use [PATCH] even with multiple patches"
6202 #: builtin/log.c:1182
6203 msgid "print patches to standard out"
6206 #: builtin/log.c:1184
6207 msgid "generate a cover letter"
6210 #: builtin/log.c:1186
6211 msgid "use simple number sequence for output file names"
6214 #: builtin/log.c:1187
6218 #: builtin/log.c:1188
6219 msgid "use <sfx> instead of '.patch'"
6222 #: builtin/log.c:1190
6224 msgid "start numbering patches at <n> instead of 1"
6227 #: builtin/log.c:1192
6228 msgid "mark the series as Nth re-roll"
6231 #: builtin/log.c:1194
6232 msgid "Use [<prefix>] instead of [PATCH]"
6235 #: builtin/log.c:1197
6236 msgid "store resulting files in <dir>"
6239 #: builtin/log.c:1200
6240 msgid "don't strip/add [PATCH]"
6243 #: builtin/log.c:1203
6244 msgid "don't output binary diffs"
6247 #: builtin/log.c:1205
6248 msgid "don't include a patch matching a commit upstream"
6251 #: builtin/log.c:1207
6252 msgid "show patch format instead of default (patch + stat)"
6255 #: builtin/log.c:1209
6259 #: builtin/log.c:1210
6263 #: builtin/log.c:1211
6264 msgid "add email header"
6267 #: builtin/log.c:1212 builtin/log.c:1214
6271 #: builtin/log.c:1212
6272 msgid "add To: header"
6275 #: builtin/log.c:1214
6276 msgid "add Cc: header"
6279 #: builtin/log.c:1216
6283 #: builtin/log.c:1217
6284 msgid "set From address to <ident> (or committer ident if absent)"
6287 #: builtin/log.c:1219
6291 #: builtin/log.c:1220
6292 msgid "make first mail a reply to <message-id>"
6295 #: builtin/log.c:1221 builtin/log.c:1224
6299 #: builtin/log.c:1222
6300 msgid "attach the patch"
6303 #: builtin/log.c:1225
6304 msgid "inline the patch"
6307 #: builtin/log.c:1229
6308 msgid "enable message threading, styles: shallow, deep"
6311 #: builtin/log.c:1231
6315 #: builtin/log.c:1232
6316 msgid "add a signature"
6319 #: builtin/log.c:1233
6320 msgid "don't print the patch filenames"
6323 #: builtin/log.c:1307
6325 msgid "invalid ident line: %s"
6328 #: builtin/log.c:1322
6329 msgid "-n and -k are mutually exclusive."
6332 #: builtin/log.c:1324
6333 msgid "--subject-prefix and -k are mutually exclusive."
6336 #: builtin/log.c:1332
6337 msgid "--name-only does not make sense"
6340 #: builtin/log.c:1334
6341 msgid "--name-status does not make sense"
6344 #: builtin/log.c:1336
6345 msgid "--check does not make sense"
6348 #: builtin/log.c:1359
6349 msgid "standard output, or directory, which one?"
6352 #: builtin/log.c:1361
6354 msgid "Could not create directory '%s'"
6357 #: builtin/log.c:1509
6358 msgid "Failed to create output files"
6361 #: builtin/log.c:1558
6362 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6365 #: builtin/log.c:1613
6368 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
6371 #: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:1640
6373 msgid "Unknown commit %s"
6376 #: builtin/ls-files.c:398
6377 msgid "git ls-files [options] [<file>...]"
6380 #: builtin/ls-files.c:455
6381 msgid "identify the file status with tags"
6384 #: builtin/ls-files.c:457
6385 msgid "use lowercase letters for 'assume unchanged' files"
6388 #: builtin/ls-files.c:459
6389 msgid "show cached files in the output (default)"
6392 #: builtin/ls-files.c:461
6393 msgid "show deleted files in the output"
6396 #: builtin/ls-files.c:463
6397 msgid "show modified files in the output"
6400 #: builtin/ls-files.c:465
6401 msgid "show other files in the output"
6404 #: builtin/ls-files.c:467
6405 msgid "show ignored files in the output"
6408 #: builtin/ls-files.c:470
6409 msgid "show staged contents' object name in the output"
6412 #: builtin/ls-files.c:472
6413 msgid "show files on the filesystem that need to be removed"
6416 #: builtin/ls-files.c:474
6417 msgid "show 'other' directories' name only"
6420 #: builtin/ls-files.c:477
6421 msgid "don't show empty directories"
6424 #: builtin/ls-files.c:480
6425 msgid "show unmerged files in the output"
6428 #: builtin/ls-files.c:482
6429 msgid "show resolve-undo information"
6432 #: builtin/ls-files.c:484
6433 msgid "skip files matching pattern"
6436 #: builtin/ls-files.c:487
6437 msgid "exclude patterns are read from <file>"
6440 #: builtin/ls-files.c:490
6441 msgid "read additional per-directory exclude patterns in <file>"
6444 #: builtin/ls-files.c:492
6445 msgid "add the standard git exclusions"
6448 #: builtin/ls-files.c:495
6449 msgid "make the output relative to the project top directory"
6452 #: builtin/ls-files.c:498
6453 msgid "if any <file> is not in the index, treat this as an error"
6456 #: builtin/ls-files.c:499
6460 #: builtin/ls-files.c:500
6461 msgid "pretend that paths removed since <tree-ish> are still present"
6464 #: builtin/ls-files.c:502
6465 msgid "show debugging data"
6468 #: builtin/ls-tree.c:28
6469 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6472 #: builtin/ls-tree.c:126
6473 msgid "only show trees"
6476 #: builtin/ls-tree.c:128
6477 msgid "recurse into subtrees"
6480 #: builtin/ls-tree.c:130
6481 msgid "show trees when recursing"
6484 #: builtin/ls-tree.c:133
6485 msgid "terminate entries with NUL byte"
6488 #: builtin/ls-tree.c:134
6489 msgid "include object size"
6492 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
6493 msgid "list only filenames"
6496 #: builtin/ls-tree.c:141
6497 msgid "use full path names"
6500 #: builtin/ls-tree.c:143
6501 msgid "list entire tree; not just current directory (implies --full-name)"
6504 #: builtin/merge.c:43
6505 msgid "git merge [options] [<commit>...]"
6508 #: builtin/merge.c:44
6509 msgid "git merge [options] <msg> HEAD <commit>"
6512 #: builtin/merge.c:45
6513 msgid "git merge --abort"
6516 #: builtin/merge.c:98
6517 msgid "switch `m' requires a value"
6520 #: builtin/merge.c:135
6522 msgid "Could not find merge strategy '%s'.\n"
6525 #: builtin/merge.c:136
6527 msgid "Available strategies are:"
6530 #: builtin/merge.c:141
6532 msgid "Available custom strategies are:"
6535 #: builtin/merge.c:191
6536 msgid "do not show a diffstat at the end of the merge"
6539 #: builtin/merge.c:194
6540 msgid "show a diffstat at the end of the merge"
6543 #: builtin/merge.c:195
6544 msgid "(synonym to --stat)"
6547 #: builtin/merge.c:197
6549 msgid "add (at most <n>) entries from shortlog to merge commit message"
6552 #: builtin/merge.c:200
6553 msgid "create a single commit instead of doing a merge"
6556 #: builtin/merge.c:202
6557 msgid "perform a commit if the merge succeeds (default)"
6560 #: builtin/merge.c:204
6561 msgid "edit message before committing"
6564 #: builtin/merge.c:205
6565 msgid "allow fast-forward (default)"
6568 #: builtin/merge.c:207
6569 msgid "abort if fast-forward is not possible"
6572 #: builtin/merge.c:211
6573 msgid "Verify that the named commit has a valid GPG signature"
6576 #: builtin/merge.c:212 builtin/notes.c:738 builtin/revert.c:89
6580 #: builtin/merge.c:213
6581 msgid "merge strategy to use"
6584 #: builtin/merge.c:214
6585 msgid "option=value"
6588 #: builtin/merge.c:215
6589 msgid "option for selected merge strategy"
6592 #: builtin/merge.c:217
6593 msgid "merge commit message (for a non-fast-forward merge)"
6596 #: builtin/merge.c:221
6597 msgid "abort the current in-progress merge"
6600 #: builtin/merge.c:250
6601 msgid "could not run stash."
6604 #: builtin/merge.c:255
6605 msgid "stash failed"
6608 #: builtin/merge.c:260
6610 msgid "not a valid object: %s"
6613 #: builtin/merge.c:279 builtin/merge.c:296
6614 msgid "read-tree failed"
6617 #: builtin/merge.c:326
6618 msgid " (nothing to squash)"
6621 #: builtin/merge.c:339
6623 msgid "Squash commit -- not updating HEAD\n"
6626 #: builtin/merge.c:371
6627 msgid "Writing SQUASH_MSG"
6630 #: builtin/merge.c:373
6631 msgid "Finishing SQUASH_MSG"
6634 #: builtin/merge.c:396
6636 msgid "No merge message -- not updating HEAD\n"
6639 #: builtin/merge.c:446
6641 msgid "'%s' does not point to a commit"
6644 #: builtin/merge.c:558
6646 msgid "Bad branch.%s.mergeoptions string: %s"
6649 #: builtin/merge.c:650
6650 msgid "git write-tree failed to write a tree"
6653 #: builtin/merge.c:678
6654 msgid "Not handling anything other than two heads merge."
6657 #: builtin/merge.c:692
6659 msgid "Unknown option for merge-recursive: -X%s"
6662 #: builtin/merge.c:706
6664 msgid "unable to write %s"
6667 #: builtin/merge.c:795
6669 msgid "Could not read from '%s'"
6672 #: builtin/merge.c:804
6674 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6677 #: builtin/merge.c:810
6680 "Please enter a commit message to explain why this merge is necessary,\n"
6681 "especially if it merges an updated upstream into a topic branch.\n"
6683 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
6687 #: builtin/merge.c:834
6688 msgid "Empty commit message."
6691 #: builtin/merge.c:846
6693 msgid "Wonderful.\n"
6696 #: builtin/merge.c:911
6698 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6701 #: builtin/merge.c:927
6703 msgid "'%s' is not a commit"
6706 #: builtin/merge.c:968
6707 msgid "No current branch."
6710 #: builtin/merge.c:970
6711 msgid "No remote for the current branch."
6714 #: builtin/merge.c:972
6715 msgid "No default upstream defined for the current branch."
6718 #: builtin/merge.c:977
6720 msgid "No remote-tracking branch for %s from %s"
6723 #: builtin/merge.c:1133
6724 msgid "There is no merge to abort (MERGE_HEAD missing)."
6727 #: builtin/merge.c:1149 git-pull.sh:31
6729 "You have not concluded your merge (MERGE_HEAD exists).\n"
6730 "Please, commit your changes before you can merge."
6733 #: builtin/merge.c:1152 git-pull.sh:34
6734 msgid "You have not concluded your merge (MERGE_HEAD exists)."
6737 #: builtin/merge.c:1156
6739 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6740 "Please, commit your changes before you can merge."
6743 #: builtin/merge.c:1159
6744 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6747 #: builtin/merge.c:1168
6748 msgid "You cannot combine --squash with --no-ff."
6751 #: builtin/merge.c:1177
6752 msgid "No commit specified and merge.defaultToUpstream not set."
6755 #: builtin/merge.c:1209
6756 msgid "Can merge only exactly one commit into empty head"
6759 #: builtin/merge.c:1212
6760 msgid "Squash commit into empty head not supported yet"
6763 #: builtin/merge.c:1214
6764 msgid "Non-fast-forward commit does not make sense into an empty head"
6767 #: builtin/merge.c:1219
6769 msgid "%s - not something we can merge"
6772 #: builtin/merge.c:1270
6774 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6777 #: builtin/merge.c:1273
6779 msgid "Commit %s has a bad GPG signature allegedly by %s."
6783 #: builtin/merge.c:1276
6785 msgid "Commit %s does not have a GPG signature."
6788 #: builtin/merge.c:1279
6790 msgid "Commit %s has a good GPG signature by %s\n"
6793 #: builtin/merge.c:1363
6795 msgid "Updating %s..%s\n"
6798 #: builtin/merge.c:1402
6800 msgid "Trying really trivial in-index merge...\n"
6803 #: builtin/merge.c:1409
6808 #: builtin/merge.c:1441
6809 msgid "Not possible to fast-forward, aborting."
6812 #: builtin/merge.c:1464 builtin/merge.c:1543
6814 msgid "Rewinding the tree to pristine...\n"
6817 #: builtin/merge.c:1468
6819 msgid "Trying merge strategy %s...\n"
6822 #: builtin/merge.c:1534
6824 msgid "No merge strategy handled the merge.\n"
6827 #: builtin/merge.c:1536
6829 msgid "Merge with strategy %s failed.\n"
6832 #: builtin/merge.c:1545
6834 msgid "Using the %s to prepare resolving by hand.\n"
6837 #: builtin/merge.c:1557
6839 msgid "Automatic merge went well; stopped before committing as requested\n"
6842 #: builtin/merge-base.c:29
6843 msgid "git merge-base [-a|--all] <commit> <commit>..."
6846 #: builtin/merge-base.c:30
6847 msgid "git merge-base [-a|--all] --octopus <commit>..."
6850 #: builtin/merge-base.c:31
6851 msgid "git merge-base --independent <commit>..."
6854 #: builtin/merge-base.c:32
6855 msgid "git merge-base --is-ancestor <commit> <commit>"
6858 #: builtin/merge-base.c:33
6859 msgid "git merge-base --fork-point <ref> [<commit>]"
6862 #: builtin/merge-base.c:214
6863 msgid "output all common ancestors"
6866 #: builtin/merge-base.c:216
6867 msgid "find ancestors for a single n-way merge"
6870 #: builtin/merge-base.c:218
6871 msgid "list revs not reachable from others"
6874 #: builtin/merge-base.c:220
6875 msgid "is the first one ancestor of the other?"
6878 #: builtin/merge-base.c:222
6879 msgid "find where <commit> forked from reflog of <ref>"
6882 #: builtin/merge-file.c:8
6884 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6888 #: builtin/merge-file.c:33
6889 msgid "send results to standard output"
6892 #: builtin/merge-file.c:34
6893 msgid "use a diff3 based merge"
6896 #: builtin/merge-file.c:35
6897 msgid "for conflicts, use our version"
6900 #: builtin/merge-file.c:37
6901 msgid "for conflicts, use their version"
6904 #: builtin/merge-file.c:39
6905 msgid "for conflicts, use a union version"
6908 #: builtin/merge-file.c:42
6909 msgid "for conflicts, use this marker size"
6912 #: builtin/merge-file.c:43
6913 msgid "do not warn about conflicts"
6916 #: builtin/merge-file.c:45
6917 msgid "set labels for file1/orig_file/file2"
6920 #: builtin/mktree.c:67
6921 msgid "git mktree [-z] [--missing] [--batch]"
6924 #: builtin/mktree.c:153
6925 msgid "input is NUL terminated"
6928 #: builtin/mktree.c:154 builtin/write-tree.c:24
6929 msgid "allow missing objects"
6932 #: builtin/mktree.c:155
6933 msgid "allow creation of more than one tree"
6937 msgid "git mv [options] <source>... <destination>"
6941 msgid "force move/rename even if target exists"
6945 msgid "skip move/rename errors"
6950 msgid "Checking rename of '%s' to '%s'\n"
6958 msgid "can not move directory into itself"
6962 msgid "cannot move directory over file"
6967 msgid "Huh? Directory %s is in index and no submodule?"
6970 #: builtin/mv.c:140 builtin/rm.c:318
6971 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
6973 "За да продължите или вкарайте промените по файла „.gitmodules“ в индекса, "
6979 msgid "Huh? %.*s is in index?"
6983 msgid "source directory is empty"
6987 msgid "not under version control"
6991 msgid "destination exists"
6996 msgid "overwriting '%s'"
7000 msgid "Cannot overwrite"
7004 msgid "multiple sources for the same target"
7008 msgid "destination directory does not exist"
7013 msgid "%s, source=%s, destination=%s"
7018 msgid "Renaming %s to %s\n"
7021 #: builtin/mv.c:246 builtin/remote.c:726 builtin/repack.c:328
7023 msgid "renaming '%s' failed"
7024 msgstr "неуспешно преименуване на „%s“"
7026 #: builtin/name-rev.c:258
7027 msgid "git name-rev [options] <commit>..."
7030 #: builtin/name-rev.c:259
7031 msgid "git name-rev [options] --all"
7034 #: builtin/name-rev.c:260
7035 msgid "git name-rev [options] --stdin"
7039 #: builtin/name-rev.c:312
7040 msgid "print only names (no SHA-1)"
7043 #: builtin/name-rev.c:313
7044 msgid "only use tags to name the commits"
7047 #: builtin/name-rev.c:315
7048 msgid "only use refs matching <pattern>"
7051 #: builtin/name-rev.c:317
7052 msgid "list all commits reachable from all refs"
7055 #: builtin/name-rev.c:318
7056 msgid "read from stdin"
7059 #: builtin/name-rev.c:319
7060 msgid "allow to print `undefined` names (default)"
7063 #: builtin/name-rev.c:325
7064 msgid "dereference tags in the input (internal use)"
7067 #: builtin/notes.c:24
7068 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
7071 #: builtin/notes.c:25
7073 "git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
7074 "<object>] [<object>]"
7077 #: builtin/notes.c:26
7078 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
7081 #: builtin/notes.c:27
7083 "git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
7084 "<object>] [<object>]"
7087 #: builtin/notes.c:28
7088 msgid "git notes [--ref <notes_ref>] edit [<object>]"
7091 #: builtin/notes.c:29
7092 msgid "git notes [--ref <notes_ref>] show [<object>]"
7095 #: builtin/notes.c:30
7097 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
7100 #: builtin/notes.c:31
7101 msgid "git notes merge --commit [-v | -q]"
7104 #: builtin/notes.c:32
7105 msgid "git notes merge --abort [-v | -q]"
7108 #: builtin/notes.c:33
7109 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
7112 #: builtin/notes.c:34
7113 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
7116 #: builtin/notes.c:35
7117 msgid "git notes [--ref <notes_ref>] get-ref"
7120 #: builtin/notes.c:40
7121 msgid "git notes [list [<object>]]"
7124 #: builtin/notes.c:45
7125 msgid "git notes add [<options>] [<object>]"
7128 #: builtin/notes.c:50
7129 msgid "git notes copy [<options>] <from-object> <to-object>"
7132 #: builtin/notes.c:51
7133 msgid "git notes copy --stdin [<from-object> <to-object>]..."
7136 #: builtin/notes.c:56
7137 msgid "git notes append [<options>] [<object>]"
7140 #: builtin/notes.c:61
7141 msgid "git notes edit [<object>]"
7144 #: builtin/notes.c:66
7145 msgid "git notes show [<object>]"
7148 #: builtin/notes.c:71
7149 msgid "git notes merge [<options>] <notes_ref>"
7152 #: builtin/notes.c:72
7153 msgid "git notes merge --commit [<options>]"
7156 #: builtin/notes.c:73
7157 msgid "git notes merge --abort [<options>]"
7160 #: builtin/notes.c:78
7161 msgid "git notes remove [<object>]"
7164 #: builtin/notes.c:83
7165 msgid "git notes prune [<options>]"
7168 #: builtin/notes.c:88
7169 msgid "git notes get-ref"
7172 #: builtin/notes.c:137
7174 msgid "unable to start 'show' for object '%s'"
7177 #: builtin/notes.c:141
7178 msgid "could not read 'show' output"
7181 #: builtin/notes.c:149
7183 msgid "failed to finish 'show' for object '%s'"
7186 #: builtin/notes.c:167 builtin/tag.c:341
7188 msgid "could not create file '%s'"
7191 #: builtin/notes.c:186
7192 msgid "Please supply the note contents using either -m or -F option"
7195 #: builtin/notes.c:207 builtin/notes.c:844
7197 msgid "Removing note for object %s\n"
7200 #: builtin/notes.c:212
7201 msgid "unable to write note object"
7204 #: builtin/notes.c:214
7206 msgid "The note contents has been left in %s"
7209 #: builtin/notes.c:248 builtin/tag.c:537
7211 msgid "cannot read '%s'"
7214 #: builtin/notes.c:250 builtin/tag.c:540
7216 msgid "could not open or read '%s'"
7219 #: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:318
7220 #: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:515
7221 #: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:637
7222 #: builtin/notes.c:839 builtin/tag.c:553
7224 msgid "Failed to resolve '%s' as a valid ref."
7227 #: builtin/notes.c:272
7229 msgid "Failed to read object '%s'."
7232 #: builtin/notes.c:312
7234 msgid "Malformed input line: '%s'."
7237 #: builtin/notes.c:327
7239 msgid "Failed to copy notes from '%s' to '%s'"
7242 #: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:498
7243 #: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:630
7244 #: builtin/notes.c:904
7245 msgid "too many parameters"
7248 #: builtin/notes.c:384 builtin/notes.c:643
7250 msgid "No note found for object %s."
7253 #: builtin/notes.c:406 builtin/notes.c:563
7254 msgid "note contents as a string"
7257 #: builtin/notes.c:409 builtin/notes.c:566
7258 msgid "note contents in a file"
7261 #: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:568
7262 #: builtin/notes.c:571 builtin/tag.c:474
7266 #: builtin/notes.c:412 builtin/notes.c:569
7267 msgid "reuse and edit specified note object"
7270 #: builtin/notes.c:415 builtin/notes.c:572
7271 msgid "reuse specified note object"
7274 #: builtin/notes.c:417 builtin/notes.c:485
7275 msgid "replace existing notes"
7278 #: builtin/notes.c:451
7281 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7285 #: builtin/notes.c:456 builtin/notes.c:533
7287 msgid "Overwriting existing notes for object %s\n"
7290 #: builtin/notes.c:486
7291 msgid "read objects from stdin"
7294 #: builtin/notes.c:488
7295 msgid "load rewriting config for <command> (implies --stdin)"
7298 #: builtin/notes.c:506
7299 msgid "too few parameters"
7302 #: builtin/notes.c:527
7305 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7309 #: builtin/notes.c:539
7311 msgid "Missing notes on source object %s. Cannot copy."
7314 #: builtin/notes.c:588
7317 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7318 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7321 #: builtin/notes.c:735
7322 msgid "General options"
7325 #: builtin/notes.c:737
7326 msgid "Merge options"
7329 #: builtin/notes.c:739
7331 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7335 #: builtin/notes.c:741
7336 msgid "Committing unmerged notes"
7339 #: builtin/notes.c:743
7340 msgid "finalize notes merge by committing unmerged notes"
7343 #: builtin/notes.c:745
7344 msgid "Aborting notes merge resolution"
7347 #: builtin/notes.c:747
7348 msgid "abort notes merge"
7351 #: builtin/notes.c:842
7353 msgid "Object %s has no note\n"
7356 #: builtin/notes.c:854
7357 msgid "attempt to remove non-existent note is not an error"
7360 #: builtin/notes.c:857
7361 msgid "read object names from the standard input"
7364 #: builtin/notes.c:938
7368 #: builtin/notes.c:939
7369 msgid "use notes from <notes_ref>"
7372 #: builtin/notes.c:974 builtin/remote.c:1593
7374 msgid "Unknown subcommand: %s"
7375 msgstr "Непозната подкоманда: %s"
7377 #: builtin/pack-objects.c:23
7378 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7381 #: builtin/pack-objects.c:24
7382 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7385 #: builtin/pack-objects.c:184 builtin/pack-objects.c:187
7387 msgid "deflate error (%d)"
7390 #: builtin/pack-objects.c:2396
7392 msgid "unsupported index version %s"
7395 #: builtin/pack-objects.c:2400
7397 msgid "bad index version '%s'"
7400 #: builtin/pack-objects.c:2423
7402 msgid "option %s does not accept negative form"
7405 #: builtin/pack-objects.c:2427
7407 msgid "unable to parse value '%s' for option %s"
7410 #: builtin/pack-objects.c:2446
7411 msgid "do not show progress meter"
7414 #: builtin/pack-objects.c:2448
7415 msgid "show progress meter"
7418 #: builtin/pack-objects.c:2450
7419 msgid "show progress meter during object writing phase"
7422 #: builtin/pack-objects.c:2453
7423 msgid "similar to --all-progress when progress meter is shown"
7426 #: builtin/pack-objects.c:2454
7427 msgid "version[,offset]"
7430 #: builtin/pack-objects.c:2455
7431 msgid "write the pack index file in the specified idx format version"
7434 #: builtin/pack-objects.c:2458
7435 msgid "maximum size of each output pack file"
7438 #: builtin/pack-objects.c:2460
7439 msgid "ignore borrowed objects from alternate object store"
7442 #: builtin/pack-objects.c:2462
7443 msgid "ignore packed objects"
7446 #: builtin/pack-objects.c:2464
7447 msgid "limit pack window by objects"
7450 #: builtin/pack-objects.c:2466
7451 msgid "limit pack window by memory in addition to object limit"
7454 #: builtin/pack-objects.c:2468
7455 msgid "maximum length of delta chain allowed in the resulting pack"
7458 #: builtin/pack-objects.c:2470
7459 msgid "reuse existing deltas"
7462 #: builtin/pack-objects.c:2472
7463 msgid "reuse existing objects"
7466 #: builtin/pack-objects.c:2474
7467 msgid "use OFS_DELTA objects"
7470 #: builtin/pack-objects.c:2476
7471 msgid "use threads when searching for best delta matches"
7474 #: builtin/pack-objects.c:2478
7475 msgid "do not create an empty pack output"
7478 #: builtin/pack-objects.c:2480
7479 msgid "read revision arguments from standard input"
7482 #: builtin/pack-objects.c:2482
7483 msgid "limit the objects to those that are not yet packed"
7486 #: builtin/pack-objects.c:2485
7487 msgid "include objects reachable from any reference"
7490 #: builtin/pack-objects.c:2488
7491 msgid "include objects referred by reflog entries"
7494 #: builtin/pack-objects.c:2491
7495 msgid "output pack to stdout"
7498 #: builtin/pack-objects.c:2493
7499 msgid "include tag objects that refer to objects to be packed"
7502 #: builtin/pack-objects.c:2495
7503 msgid "keep unreachable objects"
7506 #: builtin/pack-objects.c:2496 parse-options.h:143
7510 #: builtin/pack-objects.c:2497
7511 msgid "unpack unreachable objects newer than <time>"
7514 #: builtin/pack-objects.c:2500
7515 msgid "create thin packs"
7518 #: builtin/pack-objects.c:2502
7519 msgid "ignore packs that have companion .keep file"
7522 #: builtin/pack-objects.c:2504
7523 msgid "pack compression level"
7526 #: builtin/pack-objects.c:2506
7527 msgid "do not hide commits by grafts"
7530 #: builtin/pack-refs.c:6
7531 msgid "git pack-refs [options]"
7534 #: builtin/pack-refs.c:14
7535 msgid "pack everything"
7538 #: builtin/pack-refs.c:15
7539 msgid "prune loose refs (default)"
7542 #: builtin/prune-packed.c:7
7543 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7546 #: builtin/prune.c:12
7547 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7550 #: builtin/prune.c:142
7551 msgid "do not remove, show only"
7554 #: builtin/prune.c:143
7555 msgid "report pruned objects"
7558 #: builtin/prune.c:146
7559 msgid "expire objects older than <time>"
7562 #: builtin/push.c:14
7563 msgid "git push [<options>] [<repository> [<refspec>...]]"
7566 #: builtin/push.c:86
7567 msgid "tag shorthand without <tag>"
7570 #: builtin/push.c:96
7571 msgid "--delete only accepts plain target ref names"
7574 #: builtin/push.c:141
7577 "To choose either option permanently, see push.default in 'git help config'."
7580 #: builtin/push.c:144
7583 "The upstream branch of your current branch does not match\n"
7584 "the name of your current branch. To push to the upstream branch\n"
7585 "on the remote, use\n"
7587 " git push %s HEAD:%s\n"
7589 "To push to the branch of the same name on the remote, use\n"
7595 #: builtin/push.c:159
7598 "You are not currently on a branch.\n"
7599 "To push the history leading to the current (detached HEAD)\n"
7602 " git push %s HEAD:<name-of-remote-branch>\n"
7605 #: builtin/push.c:173
7608 "The current branch %s has no upstream branch.\n"
7609 "To push the current branch and set the remote as upstream, use\n"
7611 " git push --set-upstream %s %s\n"
7614 #: builtin/push.c:181
7616 msgid "The current branch %s has multiple upstream branches, refusing to push."
7619 #: builtin/push.c:184
7622 "You are pushing to remote '%s', which is not the upstream of\n"
7623 "your current branch '%s', without telling me what to push\n"
7624 "to update which remote branch."
7627 #: builtin/push.c:207
7629 "push.default is unset; its implicit value is changing in\n"
7630 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7631 "and maintain the current behavior after the default changes, use:\n"
7633 " git config --global push.default matching\n"
7635 "To squelch this message and adopt the new behavior now, use:\n"
7637 " git config --global push.default simple\n"
7639 "When push.default is set to 'matching', git will push local branches\n"
7640 "to the remote branches that already exist with the same name.\n"
7642 "In Git 2.0, Git will default to the more conservative 'simple'\n"
7643 "behavior, which only pushes the current branch to the corresponding\n"
7644 "remote branch that 'git pull' uses to update the current branch.\n"
7646 "See 'git help config' and search for 'push.default' for further "
7648 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7649 "'current' instead of 'simple' if you sometimes use older versions of Git)"
7652 #: builtin/push.c:274
7654 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
7657 #: builtin/push.c:281
7659 "Updates were rejected because the tip of your current branch is behind\n"
7660 "its remote counterpart. Integrate the remote changes (e.g.\n"
7661 "'git pull ...') before pushing again.\n"
7662 "See the 'Note about fast-forwards' in 'git push --help' for details."
7665 #: builtin/push.c:287
7667 "Updates were rejected because a pushed branch tip is behind its remote\n"
7668 "counterpart. If you did not intend to push that branch, you may want to\n"
7669 "specify branches to push or set the 'push.default' configuration variable\n"
7670 "to 'simple', 'current' or 'upstream' to push only the current branch."
7673 #: builtin/push.c:293
7675 "Updates were rejected because a pushed branch tip is behind its remote\n"
7676 "counterpart. Check out this branch and integrate the remote changes\n"
7677 "(e.g. 'git pull ...') before pushing again.\n"
7678 "See the 'Note about fast-forwards' in 'git push --help' for details."
7681 #: builtin/push.c:299
7683 "Updates were rejected because the remote contains work that you do\n"
7684 "not have locally. This is usually caused by another repository pushing\n"
7685 "to the same ref. You may want to first integrate the remote changes\n"
7686 "(e.g., 'git pull ...') before pushing again.\n"
7687 "See the 'Note about fast-forwards' in 'git push --help' for details."
7690 #: builtin/push.c:306
7691 msgid "Updates were rejected because the tag already exists in the remote."
7694 #: builtin/push.c:309
7696 "You cannot update a remote ref that points at a non-commit object,\n"
7697 "or update a remote ref to make it point at a non-commit object,\n"
7698 "without using the '--force' option.\n"
7701 #: builtin/push.c:375
7703 msgid "Pushing to %s\n"
7706 #: builtin/push.c:379
7708 msgid "failed to push some refs to '%s'"
7711 #: builtin/push.c:412
7713 msgid "bad repository '%s'"
7716 #: builtin/push.c:413
7718 "No configured push destination.\n"
7719 "Either specify the URL from the command-line or configure a remote "
7720 "repository using\n"
7722 " git remote add <name> <url>\n"
7724 "and then push using the remote name\n"
7726 " git push <name>\n"
7729 #: builtin/push.c:428
7730 msgid "--all and --tags are incompatible"
7733 #: builtin/push.c:429
7734 msgid "--all can't be combined with refspecs"
7737 #: builtin/push.c:434
7738 msgid "--mirror and --tags are incompatible"
7741 #: builtin/push.c:435
7742 msgid "--mirror can't be combined with refspecs"
7745 #: builtin/push.c:440
7746 msgid "--all and --mirror are incompatible"
7749 #: builtin/push.c:500
7753 #: builtin/push.c:501
7754 msgid "push all refs"
7757 #: builtin/push.c:502
7758 msgid "mirror all refs"
7761 #: builtin/push.c:504
7765 #: builtin/push.c:505
7766 msgid "push tags (can't be used with --all or --mirror)"
7769 #: builtin/push.c:508
7770 msgid "force updates"
7773 #: builtin/push.c:510
7774 msgid "refname>:<expect"
7777 #: builtin/push.c:511
7778 msgid "require old value of ref to be at this value"
7781 #: builtin/push.c:513
7785 #: builtin/push.c:514
7786 msgid "control recursive pushing of submodules"
7789 #: builtin/push.c:516
7790 msgid "use thin pack"
7793 #: builtin/push.c:517 builtin/push.c:518
7794 msgid "receive pack program"
7797 #: builtin/push.c:519
7798 msgid "set upstream for git pull/status"
7801 #: builtin/push.c:522
7802 msgid "prune locally removed refs"
7805 #: builtin/push.c:524
7806 msgid "bypass pre-push hook"
7809 #: builtin/push.c:525
7810 msgid "push missing but relevant tags"
7813 #: builtin/push.c:535
7814 msgid "--delete is incompatible with --all, --mirror and --tags"
7817 #: builtin/push.c:537
7818 msgid "--delete doesn't make sense without any refs"
7821 #: builtin/read-tree.c:36
7823 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7824 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7825 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7828 #: builtin/read-tree.c:109
7829 msgid "write resulting index to <file>"
7832 #: builtin/read-tree.c:112
7833 msgid "only empty the index"
7836 #: builtin/read-tree.c:114
7840 #: builtin/read-tree.c:116
7841 msgid "perform a merge in addition to a read"
7844 #: builtin/read-tree.c:118
7845 msgid "3-way merge if no file level merging required"
7848 #: builtin/read-tree.c:120
7849 msgid "3-way merge in presence of adds and removes"
7852 #: builtin/read-tree.c:122
7853 msgid "same as -m, but discard unmerged entries"
7856 #: builtin/read-tree.c:123
7857 msgid "<subdirectory>/"
7860 #: builtin/read-tree.c:124
7861 msgid "read the tree into the index under <subdirectory>/"
7864 #: builtin/read-tree.c:127
7865 msgid "update working tree with merge result"
7868 #: builtin/read-tree.c:129
7872 #: builtin/read-tree.c:130
7873 msgid "allow explicitly ignored files to be overwritten"
7876 #: builtin/read-tree.c:133
7877 msgid "don't check the working tree after merging"
7880 #: builtin/read-tree.c:134
7881 msgid "don't update the index or the work tree"
7884 #: builtin/read-tree.c:136
7885 msgid "skip applying sparse checkout filter"
7888 #: builtin/read-tree.c:138
7889 msgid "debug unpack-trees"
7893 #: builtin/reflog.c:499
7895 msgid "%s' for '%s' is not a valid timestamp"
7896 msgstr "„%s“ не е правилна стойност за време за „%s“"
7898 #: builtin/reflog.c:615 builtin/reflog.c:620
7900 msgid "'%s' is not a valid timestamp"
7901 msgstr "„%s“ не е правилна стойност за време"
7903 #: builtin/remote.c:12
7904 msgid "git remote [-v | --verbose]"
7905 msgstr "git remote [-v | --verbose]"
7907 #: builtin/remote.c:13
7909 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
7910 "mirror=<fetch|push>] <name> <url>"
7912 "git remote add [-t <КЛОН>] [-m <ОСНОВЕН_КЛОН>] [-f] [--tags|--no-tags] [--"
7913 "mirror=<fetch|push>] <ИМЕ> <АДРЕС>"
7915 #: builtin/remote.c:14 builtin/remote.c:33
7916 msgid "git remote rename <old> <new>"
7917 msgstr "git remote rename <СТАРО_ИМЕ> <НОВО_ИМЕ>"
7919 #: builtin/remote.c:15 builtin/remote.c:38
7920 msgid "git remote remove <name>"
7921 msgstr "git remote remove <ИМЕ>"
7923 #: builtin/remote.c:16
7924 msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
7925 msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete |<КЛОН>)"
7927 #: builtin/remote.c:17
7928 msgid "git remote [-v | --verbose] show [-n] <name>"
7929 msgstr "git remote [-v | --verbose] show [-n] <ИМЕ>"
7931 #: builtin/remote.c:18
7932 msgid "git remote prune [-n | --dry-run] <name>"
7933 msgstr "git remote prune [-n | --dry-run] <ИМЕ>"
7935 #: builtin/remote.c:19
7937 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7939 "git remote [-v | --verbose] update [-p | --prune] [(<ГРУПА> | "
7940 "<ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>)…]"
7942 #: builtin/remote.c:20
7943 msgid "git remote set-branches [--add] <name> <branch>..."
7944 msgstr "git remote set-branches [--add] <ИМЕ> <КЛОН>…"
7946 #: builtin/remote.c:21 builtin/remote.c:69
7947 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7948 msgstr "git remote set-url [--push] <ИМЕ> <НОВ_АДРЕС> [<СТАР_АДРЕС>]"
7950 #: builtin/remote.c:22 builtin/remote.c:70
7951 msgid "git remote set-url --add <name> <newurl>"
7952 msgstr "git remote set-url --add <ИМЕ> <НОВ_АДРЕС>"
7954 #: builtin/remote.c:23 builtin/remote.c:71
7955 msgid "git remote set-url --delete <name> <url>"
7956 msgstr "git remote set-url --delete <ИМЕ> <АДРЕС>"
7958 #: builtin/remote.c:28
7959 msgid "git remote add [<options>] <name> <url>"
7960 msgstr "git remote add [<ОПЦИИ>] <ИМЕ> <АДРЕС>"
7962 #: builtin/remote.c:43
7963 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
7964 msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete | <КЛОН>)"
7966 #: builtin/remote.c:48
7967 msgid "git remote set-branches <name> <branch>..."
7968 msgstr "git remote set-branches <ИМЕ> <КЛОН>…"
7970 #: builtin/remote.c:49
7971 msgid "git remote set-branches --add <name> <branch>..."
7972 msgstr "git remote set-branches --add <ИМЕ> <КЛОН>…"
7974 #: builtin/remote.c:54
7975 msgid "git remote show [<options>] <name>"
7976 msgstr "git remote show [<ОПЦИИ>] <ИМЕ>"
7978 #: builtin/remote.c:59
7979 msgid "git remote prune [<options>] <name>"
7980 msgstr "git remote prune [<ОПЦИИ>] <ИМЕ>"
7982 #: builtin/remote.c:64
7983 msgid "git remote update [<options>] [<group> | <remote>]..."
7984 msgstr "git remote update [<ОПЦИИ>] [<ГРУПА> | <ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>]…"
7986 #: builtin/remote.c:88
7989 msgstr "Обновяване на „%s“"
7991 #: builtin/remote.c:120
7993 "--mirror is dangerous and deprecated; please\n"
7994 "\t use --mirror=fetch or --mirror=push instead"
7996 "Използването само на „--mirror“ е опасно. Вместо това\n"
7997 "\tползвайте „--mirror=fetch“ или „--mirror=push“"
7999 #: builtin/remote.c:137
8001 msgid "unknown mirror argument: %s"
8002 msgstr "неправилна стойност за „--mirror“: %s"
8004 #: builtin/remote.c:153
8005 msgid "fetch the remote branches"
8006 msgstr "отдалечените клони не могат да бъдат доставени"
8008 #: builtin/remote.c:155
8009 msgid "import all tags and associated objects when fetching"
8010 msgstr "внасяне на всички етикети и принадлежащите им обекти при доставяне"
8012 #: builtin/remote.c:158
8013 msgid "or do not fetch any tag at all (--no-tags)"
8014 msgstr "може и да не се доставят никакви етикети (чрез опцията „--no-tags“)"
8016 #: builtin/remote.c:160
8017 msgid "branch(es) to track"
8018 msgstr "клон/и за следене"
8020 #: builtin/remote.c:161
8021 msgid "master branch"
8022 msgstr "основен клон"
8024 #: builtin/remote.c:162
8026 msgstr "издърпване|доставяне"
8028 #: builtin/remote.c:163
8029 msgid "set up remote as a mirror to push to or fetch from"
8031 "настройване на отдалечено хранилище, от което да се издърпва или доставя"
8033 #: builtin/remote.c:175
8034 msgid "specifying a master branch makes no sense with --mirror"
8036 "няма смисъл да се указва основен клон при използване на опцията „--mirror“"
8038 #: builtin/remote.c:177
8039 msgid "specifying branches to track makes sense only with fetch mirrors"
8041 "указването на следени клони е смислено само за отдалечени хранилища, от "
8044 #: builtin/remote.c:185 builtin/remote.c:641
8046 msgid "remote %s already exists."
8047 msgstr "вече съществува отдалечено хранилище с име „%s“."
8049 #: builtin/remote.c:189 builtin/remote.c:645
8051 msgid "'%s' is not a valid remote name"
8052 msgstr "„%s“ е неправилно име за отдалечено хранилище"
8054 #: builtin/remote.c:233
8056 msgid "Could not setup master '%s'"
8057 msgstr "Основният клон „%s“ не може да бъде настроен"
8059 #: builtin/remote.c:289
8061 msgid "more than one %s"
8062 msgstr "повече от едно отдалечено хранилище на име „%s“"
8064 #: builtin/remote.c:334
8066 msgid "Could not get fetch map for refspec %s"
8067 msgstr "Обектите за доставяне за указателя „%s“ не могат да бъдат получени"
8069 #: builtin/remote.c:435 builtin/remote.c:443
8071 msgstr "(съвпадащи)"
8073 #: builtin/remote.c:447
8075 msgstr "(за изтриване)"
8077 #: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:602
8079 msgid "Could not append '%s' to '%s'"
8080 msgstr "„%s“ не може да се добави към „%s“"
8082 #: builtin/remote.c:634 builtin/remote.c:787 builtin/remote.c:885
8084 msgid "No such remote: %s"
8085 msgstr "Такова отдалечено хранилище няма: %s"
8087 #: builtin/remote.c:651
8089 msgid "Could not rename config section '%s' to '%s'"
8090 msgstr "Секцията в настройките „%s“ не може да бъде преименувана на „%s“"
8092 #: builtin/remote.c:657 builtin/remote.c:794
8094 msgid "Could not remove config section '%s'"
8095 msgstr "Секцията в настройките „%s“ не може да бъде изтрита"
8098 #: builtin/remote.c:672
8101 "Not updating non-default fetch refspec\n"
8103 "\tPlease update the configuration manually if necessary."
8105 "Нестандартните указатели за доставяне няма да бъдат обновени\n"
8107 " Променете настройките ръчно, ако е необходимо."
8109 #: builtin/remote.c:678
8111 msgid "Could not append '%s'"
8112 msgstr "Секцията „%s“ не може да бъде добавена в настройките"
8114 #: builtin/remote.c:689
8116 msgid "Could not set '%s'"
8117 msgstr "Секцията „%s“ не може да бъде зададена в настройките"
8119 #: builtin/remote.c:711
8121 msgid "deleting '%s' failed"
8122 msgstr "неуспешно изтриване на „%s“"
8124 #: builtin/remote.c:745
8126 msgid "creating '%s' failed"
8127 msgstr "неуспешно създаване на „%s“"
8129 #: builtin/remote.c:759
8131 msgid "Could not remove branch %s"
8132 msgstr "Клонът „%s“ не може да бъде изтрит"
8134 #: builtin/remote.c:829
8136 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8137 "to delete it, use:"
8139 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8140 "to delete them, use:"
8142 "Бележка: Клон извън йерархията „refs/remotes/“ не бе изтрит.\n"
8143 "Изтрийте го чрез командата:"
8145 "Бележка: Няколко клона извън йерархията „refs/remotes/“ не бяха изтрити.\n"
8146 "Изтрийте ги чрез командата:"
8148 #: builtin/remote.c:938
8150 msgid " new (next fetch will store in remotes/%s)"
8151 msgstr " нов (следващото доставяне ще го разположи в „remotes/%s“)"
8153 #: builtin/remote.c:941
8157 #: builtin/remote.c:943
8158 msgid " stale (use 'git remote prune' to remove)"
8159 msgstr " стар (изтрийте чрез „git remote prune“)"
8161 #: builtin/remote.c:945
8166 #: builtin/remote.c:986
8168 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8170 "неправилен клон за сливане „%s“. Невъзможно е да пребазирате върху повече от "
8173 #: builtin/remote.c:993
8175 msgid "rebases onto remote %s"
8176 msgstr "пребазиране върху отдалечения клон „%s“"
8178 #: builtin/remote.c:996
8180 msgid " merges with remote %s"
8181 msgstr " сливане с отдалечения клон „%s“"
8183 #: builtin/remote.c:997
8184 msgid " and with remote"
8185 msgstr " и с отдалечения клон"
8187 #: builtin/remote.c:999
8189 msgid "merges with remote %s"
8190 msgstr "сливане с отдалечения клон „%s“"
8192 #: builtin/remote.c:1000
8193 msgid " and with remote"
8194 msgstr " и с отдалечения клон"
8196 #: builtin/remote.c:1046
8200 #: builtin/remote.c:1049
8204 #: builtin/remote.c:1053
8208 #: builtin/remote.c:1056
8209 msgid "fast-forwardable"
8210 msgstr "може да се слее тривиално"
8212 #: builtin/remote.c:1059
8213 msgid "local out of date"
8214 msgstr "локалният е остарял"
8216 #: builtin/remote.c:1066
8218 msgid " %-*s forces to %-*s (%s)"
8219 msgstr " %-*s принудително изтласква към %-*s (%s)"
8221 #: builtin/remote.c:1069
8223 msgid " %-*s pushes to %-*s (%s)"
8224 msgstr " %-*s изтласква към %-*s (%s)"
8226 #: builtin/remote.c:1073
8228 msgid " %-*s forces to %s"
8229 msgstr " %-*s принудително изтласква към %s"
8231 #: builtin/remote.c:1076
8233 msgid " %-*s pushes to %s"
8234 msgstr " %-*s изтласква към %s"
8236 #: builtin/remote.c:1144
8237 msgid "do not query remotes"
8238 msgstr "без заявки към отдалечените хранилища"
8240 #: builtin/remote.c:1171
8243 msgstr "* отдалечено хранилище „%s“"
8245 #: builtin/remote.c:1172
8247 msgid " Fetch URL: %s"
8248 msgstr " Адрес за доставяне: %s"
8250 #: builtin/remote.c:1173 builtin/remote.c:1318
8252 msgstr "(без адрес)"
8254 #: builtin/remote.c:1182 builtin/remote.c:1184
8256 msgid " Push URL: %s"
8257 msgstr " Адрес за изтласкване: %s"
8259 #: builtin/remote.c:1186 builtin/remote.c:1188 builtin/remote.c:1190
8261 msgid " HEAD branch: %s"
8262 msgstr " клон в HEAD: %s"
8264 #: builtin/remote.c:1192
8267 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8269 " клон в HEAD (клонът указан във файла HEAD от отдалеченото хранилище е\n"
8270 " нееднозначен и е някой от следните):\n"
8272 #: builtin/remote.c:1204
8274 msgid " Remote branch:%s"
8275 msgid_plural " Remote branches:%s"
8276 msgstr[0] " Отдалечен клон: %s"
8277 msgstr[1] " Отдалечени клони: %s"
8279 #: builtin/remote.c:1207 builtin/remote.c:1234
8280 msgid " (status not queried)"
8281 msgstr " (състоянието не бе проверено)"
8283 #: builtin/remote.c:1216
8284 msgid " Local branch configured for 'git pull':"
8285 msgid_plural " Local branches configured for 'git pull':"
8286 msgstr[0] " Локален клон настроен за издърпване чрез „git pull“:"
8287 msgstr[1] " Локални клони настроени за издърпване чрез „git pull“:"
8289 #: builtin/remote.c:1224
8290 msgid " Local refs will be mirrored by 'git push'"
8291 msgstr " Локалните указатели ще бъдат пренесени чрез „ push“"
8293 #: builtin/remote.c:1231
8295 msgid " Local ref configured for 'git push'%s:"
8296 msgid_plural " Local refs configured for 'git push'%s:"
8297 msgstr[0] " Локалният указател, настроен за „git push“%s:"
8298 msgstr[1] " Локалните указатели, настроени за „git push“%s:"
8300 #: builtin/remote.c:1252
8301 msgid "set refs/remotes/<name>/HEAD according to remote"
8302 msgstr "задаване на refs/remotes/<ИМЕ>/HEAD според отдалеченото хранилище"
8304 #: builtin/remote.c:1254
8305 msgid "delete refs/remotes/<name>/HEAD"
8306 msgstr "изтриване на refs/remotes/<ИМЕ>/HEAD"
8308 #: builtin/remote.c:1269
8309 msgid "Cannot determine remote HEAD"
8310 msgstr "Не може да се установи отдалеченият връх"
8312 #: builtin/remote.c:1271
8313 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8315 "Множество клони с върхове. Изберете изрично някой от тях чрез командата:"
8317 #: builtin/remote.c:1281
8319 msgid "Could not delete %s"
8320 msgstr "„%s“ не може да бъде изтрит"
8322 #: builtin/remote.c:1289
8324 msgid "Not a valid ref: %s"
8325 msgstr "Неправилен указател: %s"
8327 #: builtin/remote.c:1291
8329 msgid "Could not setup %s"
8330 msgstr "„%s“ не може да се настрои"
8332 #: builtin/remote.c:1307
8334 msgid " %s will become dangling!"
8335 msgstr "„%s“ ще се превърне в обект извън клоните!"
8337 #: builtin/remote.c:1308
8339 msgid " %s has become dangling!"
8340 msgstr "„%s“ се превърна в обект извън клоните!"
8342 #: builtin/remote.c:1314
8345 msgstr "Окастряне на „%s“"
8347 #: builtin/remote.c:1315
8352 #: builtin/remote.c:1328
8354 msgid " * [would prune] %s"
8355 msgstr " * [ще бъде окастрено] %s"
8357 #: builtin/remote.c:1331
8359 msgid " * [pruned] %s"
8360 msgstr " * [окастрено] %s"
8362 #: builtin/remote.c:1374
8363 msgid "prune remotes after fetching"
8364 msgstr "окастряне на огледалата на отдалечените хранилища след доставяне"
8366 #: builtin/remote.c:1440 builtin/remote.c:1514
8368 msgid "No such remote '%s'"
8369 msgstr "Няма отдалечено хранилище на име „%s“"
8371 #: builtin/remote.c:1460
8373 msgstr "добавяне на клон"
8375 #: builtin/remote.c:1467
8376 msgid "no remote specified"
8377 msgstr "не е указано отдалечено хранилище"
8379 #: builtin/remote.c:1489
8380 msgid "manipulate push URLs"
8381 msgstr "промяна на адресите за изтласкване"
8383 #: builtin/remote.c:1491
8385 msgstr "добавяне на адреси"
8387 #: builtin/remote.c:1493
8389 msgstr "изтриване на адреси"
8391 #: builtin/remote.c:1500
8392 msgid "--add --delete doesn't make sense"
8393 msgstr "опциите „--add“ и „--delete“ не могат да се използват заедно"
8395 #: builtin/remote.c:1540
8397 msgid "Invalid old URL pattern: %s"
8398 msgstr "Неправилен (стар) формат за адрес: %s"
8400 #: builtin/remote.c:1548
8402 msgid "No such URL found: %s"
8403 msgstr "Такъв адрес не е открит: %s"
8406 #: builtin/remote.c:1550
8407 msgid "Will not delete all non-push URLs"
8408 msgstr "Никой от адресите, които не са за изтласкване, няма да се изтрие"
8410 #: builtin/remote.c:1564
8411 msgid "be verbose; must be placed before a subcommand"
8412 msgstr "повече подробности. Поставя се пред подкоманда"
8414 #: builtin/repack.c:15
8415 msgid "git repack [options]"
8418 #: builtin/repack.c:143
8419 msgid "pack everything in a single pack"
8422 #: builtin/repack.c:145
8423 msgid "same as -a, and turn unreachable objects loose"
8426 #: builtin/repack.c:148
8427 msgid "remove redundant packs, and run git-prune-packed"
8430 #: builtin/repack.c:150
8431 msgid "pass --no-reuse-delta to git-pack-objects"
8434 #: builtin/repack.c:152
8435 msgid "pass --no-reuse-object to git-pack-objects"
8438 #: builtin/repack.c:154
8439 msgid "do not run git-update-server-info"
8442 #: builtin/repack.c:157
8443 msgid "pass --local to git-pack-objects"
8446 #: builtin/repack.c:158
8450 #: builtin/repack.c:159
8451 msgid "with -A, do not loosen objects older than this"
8454 #: builtin/repack.c:161
8455 msgid "size of the window used for delta compression"
8458 #: builtin/repack.c:163
8459 msgid "same as the above, but limit memory size instead of entries count"
8462 #: builtin/repack.c:165
8463 msgid "limits the maximum delta depth"
8466 #: builtin/repack.c:167
8467 msgid "maximum size of each packfile"
8470 #: builtin/repack.c:343
8472 msgid "removing '%s' failed"
8475 #: builtin/replace.c:17
8476 msgid "git replace [-f] <object> <replacement>"
8479 #: builtin/replace.c:18
8480 msgid "git replace -d <object>..."
8483 #: builtin/replace.c:19
8484 msgid "git replace [--format=<format>] [-l [<pattern>]]"
8487 #: builtin/replace.c:174
8488 msgid "list replace refs"
8491 #: builtin/replace.c:175
8492 msgid "delete replace refs"
8495 #: builtin/replace.c:176
8496 msgid "replace the ref if it exists"
8499 #: builtin/replace.c:177
8500 msgid "use this format"
8503 #: builtin/rerere.c:12
8504 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
8507 #: builtin/rerere.c:57
8508 msgid "register clean resolutions in index"
8511 #: builtin/reset.c:25
8513 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8516 #: builtin/reset.c:26
8517 msgid "git reset [-q] <tree-ish> [--] <paths>..."
8520 #: builtin/reset.c:27
8521 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8524 #: builtin/reset.c:33
8528 #: builtin/reset.c:33
8532 #: builtin/reset.c:33
8536 #: builtin/reset.c:33
8540 #: builtin/reset.c:33
8544 #: builtin/reset.c:73
8545 msgid "You do not have a valid HEAD."
8548 #: builtin/reset.c:75
8549 msgid "Failed to find tree of HEAD."
8552 #: builtin/reset.c:81
8554 msgid "Failed to find tree of %s."
8557 #: builtin/reset.c:99
8559 msgid "HEAD is now at %s"
8562 #: builtin/reset.c:172
8564 msgid "Cannot do a %s reset in the middle of a merge."
8567 #: builtin/reset.c:262
8568 msgid "be quiet, only report errors"
8571 #: builtin/reset.c:264
8572 msgid "reset HEAD and index"
8575 #: builtin/reset.c:265
8576 msgid "reset only HEAD"
8579 #: builtin/reset.c:267 builtin/reset.c:269
8580 msgid "reset HEAD, index and working tree"
8583 #: builtin/reset.c:271
8584 msgid "reset HEAD but keep local changes"
8587 #: builtin/reset.c:289
8589 msgid "Failed to resolve '%s' as a valid revision."
8592 #: builtin/reset.c:292 builtin/reset.c:300
8594 msgid "Could not parse object '%s'."
8597 #: builtin/reset.c:297
8599 msgid "Failed to resolve '%s' as a valid tree."
8602 #: builtin/reset.c:306
8603 msgid "--patch is incompatible with --{hard,mixed,soft}"
8606 #: builtin/reset.c:315
8607 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8610 #: builtin/reset.c:317
8612 msgid "Cannot do %s reset with paths."
8615 #: builtin/reset.c:327
8617 msgid "%s reset is not allowed in a bare repository"
8620 #: builtin/reset.c:344
8621 msgid "Unstaged changes after reset:"
8624 #: builtin/reset.c:350
8626 msgid "Could not reset index file to revision '%s'."
8629 #: builtin/reset.c:355
8630 msgid "Could not write new index file."
8633 #: builtin/rev-parse.c:359
8634 msgid "git rev-parse --parseopt [options] -- [<args>...]"
8637 #: builtin/rev-parse.c:364
8638 msgid "keep the `--` passed as an arg"
8641 #: builtin/rev-parse.c:366
8642 msgid "stop parsing after the first non-option argument"
8645 #: builtin/rev-parse.c:369
8646 msgid "output in stuck long form"
8649 #: builtin/rev-parse.c:486
8651 "git rev-parse --parseopt [options] -- [<args>...]\n"
8652 " or: git rev-parse --sq-quote [<arg>...]\n"
8653 " or: git rev-parse [options] [<arg>...]\n"
8655 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8658 #: builtin/revert.c:22
8659 msgid "git revert [options] <commit-ish>..."
8662 #: builtin/revert.c:23
8663 msgid "git revert <subcommand>"
8666 #: builtin/revert.c:28
8667 msgid "git cherry-pick [options] <commit-ish>..."
8670 #: builtin/revert.c:29
8671 msgid "git cherry-pick <subcommand>"
8674 #: builtin/revert.c:71
8676 msgid "%s: %s cannot be used with %s"
8679 #: builtin/revert.c:80
8680 msgid "end revert or cherry-pick sequence"
8683 #: builtin/revert.c:81
8684 msgid "resume revert or cherry-pick sequence"
8687 #: builtin/revert.c:82
8688 msgid "cancel revert or cherry-pick sequence"
8691 #: builtin/revert.c:83
8692 msgid "don't automatically commit"
8695 #: builtin/revert.c:84
8696 msgid "edit the commit message"
8699 #: builtin/revert.c:87
8700 msgid "parent number"
8703 #: builtin/revert.c:89
8704 msgid "merge strategy"
8707 #: builtin/revert.c:90
8711 #: builtin/revert.c:91
8712 msgid "option for merge strategy"
8715 #: builtin/revert.c:102
8716 msgid "append commit name"
8719 #: builtin/revert.c:103
8720 msgid "allow fast-forward"
8723 #: builtin/revert.c:104
8724 msgid "preserve initially empty commits"
8727 #: builtin/revert.c:105
8728 msgid "allow commits with empty messages"
8731 #: builtin/revert.c:106
8732 msgid "keep redundant, empty commits"
8735 #: builtin/revert.c:110
8736 msgid "program error"
8739 #: builtin/revert.c:195
8740 msgid "revert failed"
8743 #: builtin/revert.c:210
8744 msgid "cherry-pick failed"
8748 msgid "git rm [options] [--] <file>..."
8749 msgstr "git rm [ОПЦИИ] [--] <ФАЙЛ>…"
8753 "the following submodule (or one of its nested submodules)\n"
8754 "uses a .git directory:"
8756 "the following submodules (or one of its nested submodules)\n"
8757 "use a .git directory:"
8759 "следният подмодул или някой от неговите подмодули\n"
8760 "използват директория на име „.git“:"
8762 "следните подмодули или някои от техните подмодули\n"
8763 "използват директория на име „.git“:"
8768 "(use 'rm -rf' if you really want to remove it including all of its history)"
8771 "(ако искате да ги изтриете заедно с цялата им история, използвайте „rm -rf“)"
8775 "the following file has staged content different from both the\n"
8776 "file and the HEAD:"
8778 "the following files have staged content different from both the\n"
8779 "file and the HEAD:"
8781 "следният файл е със съдържание в индекса различно от текущото му съдържание "
8783 "различно от съответстващото на HEAD:"
8785 "следните файлове са със съдържание в индекса различно от текущото им "
8787 "различно от съответстващото на HEAD:"
8792 "(use -f to force removal)"
8795 "(за принудително изтриване използвайте опцията „-f“)"
8798 msgid "the following file has changes staged in the index:"
8799 msgid_plural "the following files have changes staged in the index:"
8800 msgstr[0] "следният файл е с променено съдържание в индекса:"
8801 msgstr[1] "следните файлове са с променено съдържание в индекса:"
8803 #: builtin/rm.c:244 builtin/rm.c:255
8806 "(use --cached to keep the file, or -f to force removal)"
8809 "(за запазване на файла използвайте опцията „--cached“, а за принудително\n"
8813 msgid "the following file has local modifications:"
8814 msgid_plural "the following files have local modifications:"
8815 msgstr[0] "следният файл е с променено съдържание"
8816 msgstr[1] "следните файлове са с променено съдържание"
8819 msgid "do not list removed files"
8820 msgstr "да не се извеждат изтритите файлове"
8823 msgid "only remove from the index"
8824 msgstr "изтриване само от индекса"
8827 msgid "override the up-to-date check"
8828 msgstr "въпреки проверката за актуалността на съдържанието"
8831 msgid "allow recursive removal"
8832 msgstr "рекурсивно изтриване"
8835 msgid "exit with a zero status even if nothing matched"
8837 "изходният код да е 0, дори ако никой файл нe e напаснал с шаблона за "
8842 msgid "not removing '%s' recursively without -r"
8843 msgstr "без използването на опцията „-r“ „%s“ няма да се изтрие рекурсивно"
8847 msgid "git rm: unable to remove %s"
8848 msgstr "git rm: „%s“ не може да се изтрие"
8850 #: builtin/shortlog.c:13
8851 msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8854 #: builtin/shortlog.c:131
8856 msgid "Missing author: %s"
8859 #: builtin/shortlog.c:230
8860 msgid "sort output according to the number of commits per author"
8863 #: builtin/shortlog.c:232
8864 msgid "Suppress commit descriptions, only provides commit count"
8867 #: builtin/shortlog.c:234
8868 msgid "Show the email address of each author"
8871 #: builtin/shortlog.c:235
8875 #: builtin/shortlog.c:236
8876 msgid "Linewrap output"
8879 #: builtin/show-branch.c:9
8882 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
8883 "current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
8884 "independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
8888 #: builtin/show-branch.c:10
8890 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
8893 #: builtin/show-branch.c:649
8894 msgid "show remote-tracking and local branches"
8897 #: builtin/show-branch.c:651
8898 msgid "show remote-tracking branches"
8901 #: builtin/show-branch.c:653
8902 msgid "color '*!+-' corresponding to the branch"
8905 #: builtin/show-branch.c:655
8907 msgid "show <n> more commits after the common ancestor"
8910 #: builtin/show-branch.c:657
8911 msgid "synonym to more=-1"
8914 #: builtin/show-branch.c:658
8915 msgid "suppress naming strings"
8918 #: builtin/show-branch.c:660
8919 msgid "include the current branch"
8922 #: builtin/show-branch.c:662
8923 msgid "name commits with their object names"
8926 #: builtin/show-branch.c:664
8927 msgid "show possible merge bases"
8930 #: builtin/show-branch.c:666
8931 msgid "show refs unreachable from any other ref"
8934 #: builtin/show-branch.c:668
8935 msgid "show commits in topological order"
8938 #: builtin/show-branch.c:671
8939 msgid "show only commits not on the first branch"
8942 #: builtin/show-branch.c:673
8943 msgid "show merges reachable from only one tip"
8946 #: builtin/show-branch.c:675
8947 msgid "topologically sort, maintaining date order where possible"
8950 #: builtin/show-branch.c:678
8952 msgid "<n>[,<base>]"
8955 #: builtin/show-branch.c:679
8957 msgid "show <n> most recent ref-log entries starting at base"
8960 #: builtin/show-ref.c:10
8963 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8964 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8967 #: builtin/show-ref.c:11
8968 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8971 #: builtin/show-ref.c:168
8972 msgid "only show tags (can be combined with heads)"
8975 #: builtin/show-ref.c:169
8976 msgid "only show heads (can be combined with tags)"
8979 #: builtin/show-ref.c:170
8980 msgid "stricter reference checking, requires exact ref path"
8983 #: builtin/show-ref.c:173 builtin/show-ref.c:175
8984 msgid "show the HEAD reference, even if it would be filtered out"
8987 #: builtin/show-ref.c:177
8988 msgid "dereference tags into object IDs"
8991 #: builtin/show-ref.c:179
8993 msgid "only show SHA1 hash using <n> digits"
8996 #: builtin/show-ref.c:183
8997 msgid "do not print results to stdout (useful with --verify)"
9000 #: builtin/show-ref.c:185
9001 msgid "show refs from stdin that aren't in local repository"
9004 #: builtin/symbolic-ref.c:7
9005 msgid "git symbolic-ref [options] name [ref]"
9008 #: builtin/symbolic-ref.c:8
9009 msgid "git symbolic-ref -d [-q] name"
9012 #: builtin/symbolic-ref.c:40
9013 msgid "suppress error message for non-symbolic (detached) refs"
9016 #: builtin/symbolic-ref.c:41
9017 msgid "delete symbolic ref"
9020 #: builtin/symbolic-ref.c:42
9021 msgid "shorten ref output"
9024 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
9028 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
9029 msgid "reason of the update"
9034 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
9038 msgid "git tag -d <tagname>..."
9044 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
9045 "\t\t[<pattern>...]"
9049 msgid "git tag -v <tagname>..."
9054 msgid "malformed object at '%s'"
9057 #: builtin/tag.c:207
9059 msgid "tag name too long: %.*s..."
9062 #: builtin/tag.c:212
9064 msgid "tag '%s' not found."
9067 #: builtin/tag.c:227
9069 msgid "Deleted tag '%s' (was %s)\n"
9072 #: builtin/tag.c:239
9074 msgid "could not verify the tag '%s'"
9077 #: builtin/tag.c:249
9081 "Write a tag message\n"
9082 "Lines starting with '%c' will be ignored.\n"
9085 #: builtin/tag.c:253
9089 "Write a tag message\n"
9090 "Lines starting with '%c' will be kept; you may remove them yourself if you "
9094 #: builtin/tag.c:292
9095 msgid "unable to sign the tag"
9098 #: builtin/tag.c:294
9099 msgid "unable to write tag file"
9102 #: builtin/tag.c:319
9103 msgid "bad object type."
9106 #: builtin/tag.c:332
9107 msgid "tag header too big."
9110 #: builtin/tag.c:368
9111 msgid "no tag message?"
9114 #: builtin/tag.c:374
9116 msgid "The tag message has been left in %s\n"
9119 #: builtin/tag.c:423
9120 msgid "switch 'points-at' requires an object"
9123 #: builtin/tag.c:425
9125 msgid "malformed object name '%s'"
9128 #: builtin/tag.c:445
9129 msgid "list tag names"
9132 #: builtin/tag.c:447
9134 msgid "print <n> lines of each tag message"
9137 #: builtin/tag.c:449
9141 #: builtin/tag.c:450
9145 #: builtin/tag.c:452
9146 msgid "Tag creation options"
9149 #: builtin/tag.c:454
9150 msgid "annotated tag, needs a message"
9153 #: builtin/tag.c:456
9157 #: builtin/tag.c:458
9158 msgid "annotated and GPG-signed tag"
9161 #: builtin/tag.c:462
9162 msgid "use another key to sign the tag"
9165 #: builtin/tag.c:463
9166 msgid "replace the tag if exists"
9169 #: builtin/tag.c:464
9170 msgid "show tag list in columns"
9173 #: builtin/tag.c:466
9174 msgid "Tag listing options"
9177 #: builtin/tag.c:469
9178 msgid "print only tags that contain the commit"
9181 #: builtin/tag.c:475
9182 msgid "print only tags of the object"
9185 #: builtin/tag.c:501
9186 msgid "--column and -n are incompatible"
9189 #: builtin/tag.c:518
9190 msgid "-n option is only allowed with -l."
9193 #: builtin/tag.c:520
9194 msgid "--contains option is only allowed with -l."
9197 #: builtin/tag.c:522
9198 msgid "--points-at option is only allowed with -l."
9201 #: builtin/tag.c:530
9202 msgid "only one -F or -m option is allowed."
9205 #: builtin/tag.c:550
9206 msgid "too many params"
9209 #: builtin/tag.c:556
9211 msgid "'%s' is not a valid tag name."
9214 #: builtin/tag.c:561
9216 msgid "tag '%s' already exists"
9219 #: builtin/tag.c:579
9221 msgid "%s: cannot lock the ref"
9224 #: builtin/tag.c:581
9226 msgid "%s: cannot update the ref"
9229 #: builtin/tag.c:583
9231 msgid "Updated tag '%s' (was %s)\n"
9234 #: builtin/update-index.c:402
9235 msgid "git update-index [options] [--] [<file>...]"
9238 #: builtin/update-index.c:720
9239 msgid "continue refresh even when index needs update"
9242 #: builtin/update-index.c:723
9243 msgid "refresh: ignore submodules"
9246 #: builtin/update-index.c:726
9247 msgid "do not ignore new files"
9250 #: builtin/update-index.c:728
9251 msgid "let files replace directories and vice-versa"
9254 #: builtin/update-index.c:730
9255 msgid "notice files missing from worktree"
9258 #: builtin/update-index.c:732
9259 msgid "refresh even if index contains unmerged entries"
9262 #: builtin/update-index.c:735
9263 msgid "refresh stat information"
9266 #: builtin/update-index.c:739
9267 msgid "like --refresh, but ignore assume-unchanged setting"
9270 #: builtin/update-index.c:743
9271 msgid "<mode> <object> <path>"
9274 #: builtin/update-index.c:744
9275 msgid "add the specified entry to the index"
9278 #: builtin/update-index.c:748
9282 #: builtin/update-index.c:749
9283 msgid "override the executable bit of the listed files"
9286 #: builtin/update-index.c:753
9287 msgid "mark files as \"not changing\""
9290 #: builtin/update-index.c:756
9291 msgid "clear assumed-unchanged bit"
9294 #: builtin/update-index.c:759
9295 msgid "mark files as \"index-only\""
9298 #: builtin/update-index.c:762
9299 msgid "clear skip-worktree bit"
9302 #: builtin/update-index.c:765
9303 msgid "add to index only; do not add content to object database"
9306 #: builtin/update-index.c:767
9307 msgid "remove named paths even if present in worktree"
9310 #: builtin/update-index.c:769
9311 msgid "with --stdin: input lines are terminated by null bytes"
9314 #: builtin/update-index.c:771
9315 msgid "read list of paths to be updated from standard input"
9318 #: builtin/update-index.c:775
9319 msgid "add entries from standard input to the index"
9322 #: builtin/update-index.c:779
9323 msgid "repopulate stages #2 and #3 for the listed paths"
9326 #: builtin/update-index.c:783
9327 msgid "only update entries that differ from HEAD"
9330 #: builtin/update-index.c:787
9331 msgid "ignore files missing from worktree"
9334 #: builtin/update-index.c:790
9335 msgid "report actions to standard output"
9338 #: builtin/update-index.c:792
9339 msgid "(for porcelains) forget saved unresolved conflicts"
9342 #: builtin/update-index.c:796
9343 msgid "write index in this format"
9346 #: builtin/update-ref.c:9
9347 msgid "git update-ref [options] -d <refname> [<oldval>]"
9350 #: builtin/update-ref.c:10
9351 msgid "git update-ref [options] <refname> <newval> [<oldval>]"
9354 #: builtin/update-ref.c:11
9355 msgid "git update-ref [options] --stdin [-z]"
9358 #: builtin/update-ref.c:255
9359 msgid "delete the reference"
9362 #: builtin/update-ref.c:257
9363 msgid "update <refname> not the one it points to"
9366 #: builtin/update-ref.c:258
9367 msgid "stdin has NUL-terminated arguments"
9370 #: builtin/update-ref.c:259
9371 msgid "read updates from stdin"
9374 #: builtin/update-server-info.c:6
9375 msgid "git update-server-info [--force]"
9378 #: builtin/update-server-info.c:14
9379 msgid "update the info files from scratch"
9382 #: builtin/verify-pack.c:56
9383 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
9386 #: builtin/verify-pack.c:66
9390 #: builtin/verify-pack.c:68
9391 msgid "show statistics only"
9394 #: builtin/verify-tag.c:17
9395 msgid "git verify-tag [-v|--verbose] <tag>..."
9398 #: builtin/verify-tag.c:73
9399 msgid "print tag contents"
9402 #: builtin/write-tree.c:13
9403 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9406 #: builtin/write-tree.c:26
9410 #: builtin/write-tree.c:27
9411 msgid "write tree object for a subdirectory <prefix>"
9414 #: builtin/write-tree.c:30
9415 msgid "only useful for debugging"
9420 "'git help -a' and 'git help -g' lists available subcommands and some\n"
9421 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
9422 "to read about a specific subcommand or concept."
9425 #: parse-options.h:146
9427 msgstr "период на валидност"
9429 #: parse-options.h:161
9430 msgid "no-op (backward compatibility)"
9431 msgstr "нулева операция (за съвместимост с предишни версии)"
9433 #: parse-options.h:235
9434 msgid "be more verbose"
9435 msgstr "повече подробности"
9437 #: parse-options.h:237
9438 msgid "be more quiet"
9439 msgstr "по-малко подробности"
9442 #: parse-options.h:243
9443 msgid "use <n> digits to display SHA-1s"
9444 msgstr "да се показват такъв <брой> цифри от сумите по SHA1"
9447 msgid "Add file contents to the index"
9451 msgid "Find by binary search the change that introduced a bug"
9455 msgid "List, create, or delete branches"
9459 msgid "Checkout a branch or paths to the working tree"
9463 msgid "Clone a repository into a new directory"
9467 msgid "Record changes to the repository"
9471 msgid "Show changes between commits, commit and working tree, etc"
9475 msgid "Download objects and refs from another repository"
9479 msgid "Print lines matching a pattern"
9483 msgid "Create an empty Git repository or reinitialize an existing one"
9487 msgid "Show commit logs"
9491 msgid "Join two or more development histories together"
9495 msgid "Move or rename a file, a directory, or a symlink"
9499 msgid "Fetch from and integrate with another repository or a local branch"
9503 msgid "Update remote refs along with associated objects"
9507 msgid "Forward-port local commits to the updated upstream head"
9511 msgid "Reset current HEAD to the specified state"
9515 msgid "Remove files from the working tree and from the index"
9519 msgid "Show various types of objects"
9523 msgid "Show the working tree status"
9527 msgid "Create, list, delete or verify a tag object signed with GPG"
9531 msgid "You need to set your committer info first"
9536 "You seem to have moved HEAD since the last 'am' failure.\n"
9537 "Not rewinding to ORIG_HEAD"
9543 "When you have resolved this problem, run \"$cmdline --continue\".\n"
9544 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
9545 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
9549 msgid "Cannot fall back to three-way merge."
9553 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9557 msgid "Using index info to reconstruct a base tree..."
9562 "Did you hand edit your patch?\n"
9563 "It does not apply to blobs recorded in its index."
9567 msgid "Falling back to patching base and 3-way merge..."
9571 msgid "Failed to merge in the changes."
9575 msgid "Only one StGIT patch series can be applied at once"
9580 msgid "Patch format $patch_format is not supported."
9584 msgid "Patch format detection failed."
9589 "The -b/--binary option has been a no-op for long time, and\n"
9590 "it will be removed. Please do not use it anymore."
9595 msgid "previous rebase directory $dotest still exists but mbox given."
9599 msgid "Please make up your mind. --skip or --abort?"
9605 "Stray $dotest directory found.\n"
9606 "Use \"git am --abort\" to remove it."
9610 msgid "Resolve operation not in progress, we are not resuming."
9615 msgid "Dirty index: cannot apply patches (dirty: $files)"
9621 "Patch is empty. Was it split wrong?\n"
9622 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9623 "To restore the original branch and stop patching run \"$cmdline --abort\"."
9627 msgid "Patch does not have a valid e-mail address."
9631 msgid "cannot be interactive without stdin connected to a terminal."
9635 msgid "Commit Body is:"
9638 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9639 #. in your translation. The program will only accept English
9640 #. input at this point.
9642 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9647 msgid "Applying: $FIRSTLINE"
9652 "No changes - did you forget to use 'git add'?\n"
9653 "If there is nothing left to stage, chances are that something else\n"
9654 "already introduced the same changes; you might want to skip this patch."
9659 "You still have unmerged paths in your index\n"
9660 "did you forget to use 'git add'?"
9664 msgid "No changes -- Patch already applied."
9669 msgid "Patch failed at $msgnum $FIRSTLINE"
9675 "The copy of the patch that failed is found in:\n"
9680 msgid "applying to an empty history"
9684 msgid "You need to start by \"git bisect start\""
9687 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9688 #. translation. The program will only accept English input
9691 msgid "Do you want me to do it for you [Y/n]? "
9696 msgid "unrecognised option: '$arg'"
9701 msgid "'$arg' does not appear to be a valid revision"
9704 #: git-bisect.sh:117
9705 msgid "Bad HEAD - I need a HEAD"
9708 #: git-bisect.sh:130
9711 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9714 #: git-bisect.sh:140
9715 msgid "won't bisect on cg-seek'ed tree"
9718 #: git-bisect.sh:144
9719 msgid "Bad HEAD - strange symbolic ref"
9722 #: git-bisect.sh:189
9724 msgid "Bad bisect_write argument: $state"
9727 #: git-bisect.sh:218
9729 msgid "Bad rev input: $arg"
9732 #: git-bisect.sh:232
9733 msgid "Please call 'bisect_state' with at least one argument."
9736 #: git-bisect.sh:244
9738 msgid "Bad rev input: $rev"
9741 #: git-bisect.sh:250
9742 msgid "'git bisect bad' can take only one argument."
9745 #. have bad but not good. we could bisect although
9746 #. this is less optimum.
9747 #: git-bisect.sh:273
9748 msgid "Warning: bisecting only with a bad commit."
9751 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9752 #. translation. The program will only accept English input
9754 #: git-bisect.sh:279
9755 msgid "Are you sure [Y/n]? "
9758 #: git-bisect.sh:289
9760 "You need to give me at least one good and one bad revisions.\n"
9761 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9764 #: git-bisect.sh:292
9766 "You need to start by \"git bisect start\".\n"
9767 "You then need to give me at least one good and one bad revisions.\n"
9768 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9771 #: git-bisect.sh:363 git-bisect.sh:490
9772 msgid "We are not bisecting."
9775 #: git-bisect.sh:370
9777 msgid "'$invalid' is not a valid commit"
9780 #: git-bisect.sh:379
9783 "Could not check out original HEAD '$branch'.\n"
9784 "Try 'git bisect reset <commit>'."
9787 #: git-bisect.sh:406
9788 msgid "No logfile given"
9791 #: git-bisect.sh:407
9793 msgid "cannot read $file for replaying"
9796 #: git-bisect.sh:424
9797 msgid "?? what are you talking about?"
9800 #: git-bisect.sh:436
9802 msgid "running $command"
9805 #: git-bisect.sh:443
9808 "bisect run failed:\n"
9809 "exit code $res from '$command' is < 0 or >= 128"
9812 #: git-bisect.sh:469
9813 msgid "bisect run cannot continue any more"
9816 #: git-bisect.sh:475
9819 "bisect run failed:\n"
9820 "'bisect_state $state' exited with error code $res"
9823 #: git-bisect.sh:482
9824 msgid "bisect run success"
9829 "Pull is not possible because you have unmerged files.\n"
9830 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
9831 "as appropriate to mark resolution, or use 'git commit -a'."
9835 msgid "Pull is not possible because you have unmerged files."
9839 msgid "updating an unborn branch with changes added to the index"
9842 #. The fetch involved updating the current branch.
9843 #. The working tree and the index file is still based on the
9844 #. $orig_head commit, but we are merging into $curr_head.
9845 #. First update the working tree to match $curr_head.
9849 "Warning: fetch updated the current branch head.\n"
9850 "Warning: fast-forwarding your working tree from\n"
9851 "Warning: commit $orig_head."
9855 msgid "Cannot merge multiple branches into empty head"
9859 msgid "Cannot rebase onto multiple branches"
9864 "When you have resolved this problem, run \"git rebase --continue\".\n"
9865 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
9866 "To check out the original branch and stop rebasing, run \"git rebase --abort"
9870 #: git-rebase.sh:158
9871 msgid "Applied autostash."
9874 #: git-rebase.sh:161
9876 msgid "Cannot store $stash_sha1"
9879 #: git-rebase.sh:162
9881 "Applying autostash resulted in conflicts.\n"
9882 "Your changes are safe in the stash.\n"
9883 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
9886 #: git-rebase.sh:201
9887 msgid "The pre-rebase hook refused to rebase."
9890 #: git-rebase.sh:206
9891 msgid "It looks like git-am is in progress. Cannot rebase."
9894 #: git-rebase.sh:346
9895 msgid "The --exec option must be used with the --interactive option"
9898 #: git-rebase.sh:351
9899 msgid "No rebase in progress?"
9902 #: git-rebase.sh:362
9903 msgid "The --edit-todo action can only be used during interactive rebase."
9906 #: git-rebase.sh:369
9907 msgid "Cannot read HEAD"
9910 #: git-rebase.sh:372
9912 "You must edit all merge conflicts and then\n"
9913 "mark them as resolved using git add"
9916 #: git-rebase.sh:390
9918 msgid "Could not move back to $head_name"
9922 #: git-rebase.sh:409
9925 "It seems that there is already a $state_dir_base directory, and\n"
9926 "I wonder if you are in the middle of another rebase. If that is the\n"
9927 "case, please try\n"
9928 "\t$cmd_live_rebase\n"
9929 "If that is not the case, please\n"
9930 "\t$cmd_clear_stale_rebase\n"
9931 "and run me again. I am stopping in case you still have something\n"
9935 #: git-rebase.sh:456
9937 msgid "invalid upstream $upstream_name"
9940 #: git-rebase.sh:480
9942 msgid "$onto_name: there are more than one merge bases"
9945 #: git-rebase.sh:483 git-rebase.sh:487
9947 msgid "$onto_name: there is no merge base"
9950 #: git-rebase.sh:492
9952 msgid "Does not point to a valid commit: $onto_name"
9955 #: git-rebase.sh:515
9957 msgid "fatal: no such branch: $branch_name"
9960 #: git-rebase.sh:548
9961 msgid "Cannot autostash"
9964 #: git-rebase.sh:553
9966 msgid "Created autostash: $stash_abbrev"
9969 #: git-rebase.sh:557
9970 msgid "Please commit or stash them."
9973 #: git-rebase.sh:577
9975 msgid "Current branch $branch_name is up to date."
9978 #: git-rebase.sh:581
9980 msgid "Current branch $branch_name is up to date, rebase forced."
9983 #: git-rebase.sh:592
9985 msgid "Changes from $mb to $onto:"
9988 #. Detach HEAD and reset the tree
9989 #: git-rebase.sh:601
9990 msgid "First, rewinding head to replay your work on top of it..."
9993 #: git-rebase.sh:611
9995 msgid "Fast-forwarded $branch_name to $onto_name."
9999 msgid "git stash clear with parameters is unimplemented"
10003 msgid "You do not have the initial commit yet"
10007 msgid "Cannot save the current index state"
10010 #: git-stash.sh:123 git-stash.sh:136
10011 msgid "Cannot save the current worktree state"
10014 #: git-stash.sh:140
10015 msgid "No changes selected"
10018 #: git-stash.sh:143
10019 msgid "Cannot remove temporary index (can't happen)"
10022 #: git-stash.sh:156
10023 msgid "Cannot record working tree state"
10026 #: git-stash.sh:190
10028 msgid "Cannot update $ref_stash with $w_commit"
10031 #. TRANSLATORS: $option is an invalid option, like
10032 #. `--blah-blah'. The 7 spaces at the beginning of the
10033 #. second line correspond to "error: ". So you should line
10034 #. up the second line with however many characters the
10035 #. translation of "error: " takes in your language. E.g. in
10036 #. English this is:
10038 #. $ git stash save --blah-blah 2>&1 | head -n 2
10039 #. error: unknown option for 'stash save': --blah-blah
10040 #. To provide a message, use git stash save -- '--blah-blah'
10041 #: git-stash.sh:237
10044 "error: unknown option for 'stash save': $option\n"
10045 " To provide a message, use git stash save -- '$option'"
10048 #: git-stash.sh:258
10049 msgid "No local changes to save"
10052 #: git-stash.sh:262
10053 msgid "Cannot initialize stash"
10056 #: git-stash.sh:266
10057 msgid "Cannot save the current status"
10060 #: git-stash.sh:284
10061 msgid "Cannot remove worktree changes"
10064 #: git-stash.sh:383
10065 msgid "No stash found."
10068 #: git-stash.sh:390
10070 msgid "Too many revisions specified: $REV"
10073 #: git-stash.sh:396
10075 msgid "$reference is not valid reference"
10078 #: git-stash.sh:424
10080 msgid "'$args' is not a stash-like commit"
10083 #: git-stash.sh:435
10085 msgid "'$args' is not a stash reference"
10088 #: git-stash.sh:443
10089 msgid "unable to refresh index"
10092 #: git-stash.sh:447
10093 msgid "Cannot apply a stash in the middle of a merge"
10096 #: git-stash.sh:455
10097 msgid "Conflicts in index. Try without --index."
10100 #: git-stash.sh:457
10101 msgid "Could not save index tree"
10104 #: git-stash.sh:491
10105 msgid "Cannot unstage modified files"
10108 #: git-stash.sh:506
10109 msgid "Index was not unstashed."
10112 #: git-stash.sh:523
10114 msgid "Dropped ${REV} ($s)"
10117 #: git-stash.sh:524
10119 msgid "${REV}: Could not drop stash entry"
10122 #: git-stash.sh:531
10123 msgid "No branch name specified"
10126 #: git-stash.sh:603
10127 msgid "(To restore them type \"git stash apply\")"
10130 #: git-submodule.sh:95
10132 msgid "cannot strip one component off url '$remoteurl'"
10135 #: git-submodule.sh:237
10137 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
10140 #: git-submodule.sh:281
10142 msgid "Clone of '$url' into submodule path '$sm_path' failed"
10145 #: git-submodule.sh:293
10147 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10150 #: git-submodule.sh:403
10151 msgid "Relative path can only be used from the toplevel of the working tree"
10154 #: git-submodule.sh:413
10156 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10159 #: git-submodule.sh:430
10161 msgid "'$sm_path' already exists in the index"
10164 #: git-submodule.sh:434
10167 "The following path is ignored by one of your .gitignore files:\n"
10169 "Use -f if you really want to add it."
10172 #: git-submodule.sh:452
10174 msgid "Adding existing repo at '$sm_path' to the index"
10177 #: git-submodule.sh:454
10179 msgid "'$sm_path' already exists and is not a valid git repo"
10182 #: git-submodule.sh:462
10184 msgid "A git directory for '$sm_name' is found locally with remote(s):"
10187 #: git-submodule.sh:464
10190 "If you want to reuse this local git directory instead of cloning again from"
10193 #: git-submodule.sh:466
10196 "use the '--force' option. If the local git directory is not the correct repo"
10199 #: git-submodule.sh:467
10202 "or you are unsure what this means choose another name with the '--name' "
10206 #: git-submodule.sh:469
10208 msgid "Reactivating local git directory for submodule '$sm_name'."
10211 #: git-submodule.sh:481
10213 msgid "Unable to checkout submodule '$sm_path'"
10216 #: git-submodule.sh:486
10218 msgid "Failed to add submodule '$sm_path'"
10221 #: git-submodule.sh:495
10223 msgid "Failed to register submodule '$sm_path'"
10226 #: git-submodule.sh:539
10228 msgid "Entering '$prefix$displaypath'"
10231 #: git-submodule.sh:559
10233 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
10236 #: git-submodule.sh:605
10238 msgid "No url found for submodule path '$displaypath' in .gitmodules"
10241 #: git-submodule.sh:614
10243 msgid "Failed to register url for submodule path '$displaypath'"
10246 #: git-submodule.sh:616
10248 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
10251 #: git-submodule.sh:633
10253 msgid "Failed to register update mode for submodule path '$displaypath'"
10256 #: git-submodule.sh:671
10258 msgid "Use '.' if you really want to deinitialize all submodules"
10261 #: git-submodule.sh:688
10263 msgid "Submodule work tree '$displaypath' contains a .git directory"
10266 #: git-submodule.sh:689
10269 "(use 'rm -rf' if you really want to remove it including all of its history)"
10272 #: git-submodule.sh:695
10275 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10279 #: git-submodule.sh:698
10281 msgid "Cleared directory '$displaypath'"
10284 #: git-submodule.sh:699
10286 msgid "Could not remove submodule work tree '$displaypath'"
10289 #: git-submodule.sh:702
10291 msgid "Could not create empty submodule directory '$displaypath'"
10294 #: git-submodule.sh:711
10296 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10299 #: git-submodule.sh:834
10302 "Submodule path '$displaypath' not initialized\n"
10303 "Maybe you want to use 'update --init'?"
10306 #: git-submodule.sh:847
10308 msgid "Unable to find current revision in submodule path '$displaypath'"
10311 #: git-submodule.sh:856
10313 msgid "Unable to fetch in submodule path '$sm_path'"
10316 #: git-submodule.sh:880
10318 msgid "Unable to fetch in submodule path '$displaypath'"
10321 #: git-submodule.sh:894
10323 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10326 #: git-submodule.sh:895
10328 msgid "Submodule path '$displaypath': rebased into '$sha1'"
10331 #: git-submodule.sh:900
10333 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10336 #: git-submodule.sh:901
10338 msgid "Submodule path '$displaypath': merged in '$sha1'"
10341 #: git-submodule.sh:906
10344 "Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
10347 #: git-submodule.sh:907
10349 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10352 #: git-submodule.sh:912
10354 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10357 #: git-submodule.sh:913
10359 msgid "Submodule path '$displaypath': checked out '$sha1'"
10362 #: git-submodule.sh:940
10364 msgid "Failed to recurse into submodule path '$displaypath'"
10367 #: git-submodule.sh:1048
10368 msgid "The --cached option cannot be used with the --files option"
10372 #: git-submodule.sh:1096
10374 msgid "unexpected mode $mod_dst"
10377 #: git-submodule.sh:1116
10379 msgid " Warn: $display_name doesn't contain commit $sha1_src"
10382 #: git-submodule.sh:1119
10384 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
10387 #: git-submodule.sh:1122
10389 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10392 #: git-submodule.sh:1147
10396 #: git-submodule.sh:1261
10398 msgid "Failed to recurse into submodule path '$sm_path'"
10401 #: git-submodule.sh:1325
10403 msgid "Synchronizing submodule url for '$displaypath'"