1 # Danish translations for Git.
2 # This file is distributed under the same license as the PACKAGE package.
3 # Byrial Jensen <byrial@vip.cybercity.dk>, 2012.
7 "Project-Id-Version: Git\n"
8 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
9 "POT-Creation-Date: 2012-03-16 20:18+0800\n"
10 "PO-Revision-Date: 2012-04-10 18:41+0200\n"
11 "Last-Translator: Byrial Jensen <byrial@vip.cybercity.dk>\n"
12 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25 #. * Message used both when 'git commit' fails and when
26 #. * other commands doing a merge do.
30 "Fix them up in the work tree,\n"
31 "and then use 'git add/rm <file>' as\n"
32 "appropriate to mark resolution and make a commit,\n"
33 "or use 'git commit -a'."
38 msgid "could not parse %s"
43 msgid "%s %s is not a commit!"
46 #: compat/obstack.c:406 compat/obstack.c:408
47 msgid "memory exhausted"
51 msgid "Could not run 'git rev-list'"
56 msgid "failed write to rev-list: %s"
61 msgid "failed to close rev-list's stdin: %s"
66 msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
71 msgid " Unknown dirstat parameter '%.*s'\n"
77 "Found errors in 'diff.dirstat' config variable:\n"
82 msgid " 0 files changed\n"
87 msgid " %d file changed"
88 msgid_plural " %d files changed"
94 msgid ", %d insertion(+)"
95 msgid_plural ", %d insertions(+)"
101 msgid ", %d deletion(-)"
102 msgid_plural ", %d deletions(-)"
109 "Failed to parse --dirstat/-X option parameter:\n"
113 #: gpg-interface.c:59
114 msgid "could not run gpg."
117 #: gpg-interface.c:71
118 msgid "gpg did not accept the data"
121 #: gpg-interface.c:82
122 msgid "gpg failed to sign the data"
127 msgid "'%s': unable to read %s"
137 msgid "'%s': short read %s"
143 "'%s' appears to be a git command, but we were not\n"
144 "able to execute it. Maybe git-%s is broken?"
149 msgid "Your branch is ahead of '%s' by %d commit.\n"
150 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
156 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
158 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
165 "Your branch and '%s' have diverged,\n"
166 "and have %d and %d different commit each, respectively.\n"
168 "Your branch and '%s' have diverged,\n"
169 "and have %d and %d different commits each, respectively.\n"
173 #: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985
174 #: builtin/merge.c:1095 builtin/merge.c:1105
176 msgid "Could not open '%s' for writing"
179 #: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867
180 #: builtin/merge.c:1097 builtin/merge.c:1110
182 msgid "Could not write to '%s'"
187 "after resolving the conflicts, mark the corrected paths\n"
188 "with 'git add <paths>' or 'git rm <paths>'"
193 "after resolving the conflicts, mark the corrected paths\n"
194 "with 'git add <paths>' or 'git rm <paths>'\n"
195 "and commit the result with 'git commit'"
198 #: sequencer.c:159 sequencer.c:685 sequencer.c:768
200 msgid "Could not write to %s"
205 msgid "Error wrapping up %s"
209 msgid "Your local changes would be overwritten by cherry-pick."
213 msgid "Your local changes would be overwritten by revert."
217 msgid "Commit your changes or stash them to proceed."
220 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
223 msgid "%s: Unable to write new index file"
227 msgid "Your index file is unmerged."
231 msgid "You do not have a valid HEAD"
236 msgid "Commit %s is a merge but no -m option was given."
241 msgid "Commit %s does not have parent %d"
246 msgid "Mainline was specified but commit %s is not a merge."
249 #. TRANSLATORS: The first %s will be "revert" or
250 #. "cherry-pick", the second %s a SHA1
253 msgid "%s: cannot parse parent commit %s"
258 msgid "Cannot get commit message for %s"
263 msgid "could not revert %s... %s"
268 msgid "could not apply %s... %s"
271 #: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713
272 #: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348
273 #: builtin/shortlog.c:181
274 msgid "revision walk setup failed"
278 msgid "empty commit set passed"
283 msgid "git %s: failed to read the index"
288 msgid "git %s: failed to refresh the index"
293 msgid "Cannot %s during a %s"
298 msgid "Could not parse line %d."
302 msgid "No commits parsed."
307 msgid "Could not open %s"
312 msgid "Could not read %s."
317 msgid "Unusable instruction sheet: %s"
322 msgid "Invalid key: %s"
327 msgid "Invalid value for %s: %s"
332 msgid "Malformed options sheet: %s"
336 msgid "a cherry-pick or revert is already in progress"
340 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
345 msgid "Could not create sequencer directory %s"
348 #: sequencer.c:687 sequencer.c:772
350 msgid "Error wrapping up %s."
353 #: sequencer.c:706 sequencer.c:840
354 msgid "no cherry-pick or revert in progress"
358 msgid "cannot resolve HEAD"
362 msgid "cannot abort from a branch yet to be born"
367 msgid "cannot open %s: %s"
372 msgid "cannot read %s: %s"
376 msgid "unexpected end of file"
381 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
386 msgid "Could not format %s."
390 msgid "Can't revert as initial commit"
394 msgid "Can't cherry-pick into empty head"
398 msgid "Unmerged paths:"
401 #: wt-status.c:140 wt-status.c:157
403 msgid " (use \"git reset %s <file>...\" to unstage)"
406 #: wt-status.c:142 wt-status.c:159
407 msgid " (use \"git rm --cached <file>...\" to unstage)"
411 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
415 msgid "Changes to be committed:"
419 msgid "Changes not staged for commit:"
423 msgid " (use \"git add <file>...\" to update what will be committed)"
427 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
432 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
436 msgid " (commit or discard the untracked or modified content in submodules)"
446 msgid " (use \"git %s <file>...\" to include in what will be committed)"
454 msgid "both deleted:"
462 msgid "deleted by them:"
466 msgid "added by them:"
470 msgid "deleted by us:"
478 msgid "both modified:"
482 msgid "new commits, "
486 msgid "modified content, "
490 msgid "untracked content, "
500 msgid "copied: %s -> %s"
515 msgid "renamed: %s -> %s"
520 msgid "typechange: %s"
535 msgid "bug: unhandled diff status %c"
543 msgid "Not currently on any branch."
547 msgid "Initial commit"
560 msgid "Untracked files not listed%s"
564 msgid " (use -u option to show untracked files)"
573 msgid "no changes added to commit%s\n"
577 msgid " (use \"git add\" and/or \"git commit -a\")"
582 msgid "nothing added to commit but untracked files present%s\n"
586 msgid " (use \"git add\" to track)"
589 #: wt-status.c:769 wt-status.c:772 wt-status.c:775
591 msgid "nothing to commit%s\n"
595 msgid " (create/copy files and use \"git add\" to track)"
599 msgid " (use -u to show untracked files)"
603 msgid " (working directory clean)"
607 msgid "HEAD (no branch)"
611 msgid "Initial commit on "
618 #: wt-status.c:908 wt-status.c:911
628 msgid "unexpected diff status %c"
631 #: builtin/add.c:67 builtin/commit.c:298
632 msgid "updating files failed"
637 msgid "remove '%s'\n"
642 msgid "Path '%s' is in submodule '%.*s'"
646 msgid "Unstaged changes after refreshing the index:"
649 #: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
651 msgid "pathspec '%s' did not match any files"
656 msgid "'%s' is beyond a symbolic link"
660 msgid "Could not read the index"
665 msgid "Could not open '%s' for writing."
669 msgid "Could not write patch"
674 msgid "Could not stat '%s'"
678 msgid "Empty patch. Aborted."
683 msgid "Could not apply '%s'"
687 msgid "The following paths are ignored by one of your .gitignore files:\n"
692 msgid "Use -f if you really want to add them.\n"
696 msgid "no files added"
700 msgid "adding files failed"
704 msgid "-A and -u are mutually incompatible"
708 msgid "Option --ignore-missing can only be used together with --dry-run"
713 msgid "Nothing specified, nothing added.\n"
718 msgid "Maybe you wanted to say 'git add .'?\n"
721 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
723 msgid "index file corrupt"
726 #: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
727 msgid "Unable to write new index file"
730 #: builtin/archive.c:17
732 msgid "could not create archive file '%s'"
735 #: builtin/archive.c:20
736 msgid "could not redirect output"
739 #: builtin/archive.c:37
740 msgid "git archive: Remote with no URL"
743 #: builtin/archive.c:58
744 msgid "git archive: expected ACK/NAK, got EOF"
747 #: builtin/archive.c:63
749 msgid "git archive: NACK %s"
752 #: builtin/archive.c:65
754 msgid "remote error: %s"
757 #: builtin/archive.c:66
758 msgid "git archive: protocol error"
761 #: builtin/archive.c:71
762 msgid "git archive: expected a flush"
765 #: builtin/branch.c:137
768 "deleting branch '%s' that has been merged to\n"
769 " '%s', but not yet merged to HEAD."
772 #: builtin/branch.c:141
775 "not deleting branch '%s' that is not yet merged to\n"
776 " '%s', even though it is merged to HEAD."
779 #. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
780 #: builtin/branch.c:163
784 #: builtin/branch.c:171
785 msgid "cannot use -a with -d"
788 #: builtin/branch.c:177
789 msgid "Couldn't look up commit object for HEAD"
792 #: builtin/branch.c:182
794 msgid "Cannot delete the branch '%s' which you are currently on."
797 #: builtin/branch.c:192
799 msgid "%sbranch '%s' not found."
802 #: builtin/branch.c:200
804 msgid "Couldn't look up commit object for '%s'"
807 #: builtin/branch.c:206
810 "The branch '%s' is not fully merged.\n"
811 "If you are sure you want to delete it, run 'git branch -D %s'."
814 #: builtin/branch.c:214
816 msgid "Error deleting %sbranch '%s'"
819 #: builtin/branch.c:219
821 msgid "Deleted %sbranch %s (was %s).\n"
824 #: builtin/branch.c:224
825 msgid "Update of config-file failed"
828 #: builtin/branch.c:322
830 msgid "branch '%s' does not point at a commit"
833 #: builtin/branch.c:394
838 #: builtin/branch.c:396
843 #: builtin/branch.c:398
845 msgid "ahead %d, behind %d] "
848 #: builtin/branch.c:501
852 #: builtin/branch.c:566
853 msgid "some refs could not be read"
856 #: builtin/branch.c:579
857 msgid "cannot rename the current branch while not on any."
860 #: builtin/branch.c:589
862 msgid "Invalid branch name: '%s'"
865 #: builtin/branch.c:604
866 msgid "Branch rename failed"
869 #: builtin/branch.c:608
871 msgid "Renamed a misnamed branch '%s' away"
874 #: builtin/branch.c:612
876 msgid "Branch renamed to %s, but HEAD is not updated!"
879 #: builtin/branch.c:619
880 msgid "Branch is renamed, but update of config-file failed"
883 #: builtin/branch.c:634
885 msgid "malformed object name %s"
888 #: builtin/branch.c:658
890 msgid "could not write branch description template: %s\n"
893 #: builtin/branch.c:746
894 msgid "Failed to resolve HEAD as a valid ref."
897 #: builtin/branch.c:751 builtin/clone.c:558
898 msgid "HEAD not found below refs/heads!"
901 #: builtin/branch.c:809
902 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
905 #: builtin/bundle.c:47
910 #: builtin/bundle.c:56
911 msgid "Need a repository to create a bundle."
914 #: builtin/bundle.c:60
915 msgid "Need a repository to unbundle."
918 #: builtin/checkout.c:113 builtin/checkout.c:146
920 msgid "path '%s' does not have our version"
923 #: builtin/checkout.c:115 builtin/checkout.c:148
925 msgid "path '%s' does not have their version"
928 #: builtin/checkout.c:131
930 msgid "path '%s' does not have all necessary versions"
933 #: builtin/checkout.c:175
935 msgid "path '%s' does not have necessary versions"
938 #: builtin/checkout.c:192
940 msgid "path '%s': cannot merge"
943 #: builtin/checkout.c:209
945 msgid "Unable to add merge result for '%s'"
948 #: builtin/checkout.c:212 builtin/reset.c:158
950 msgid "make_cache_entry failed for path '%s'"
953 #: builtin/checkout.c:234 builtin/checkout.c:392
954 msgid "corrupt index file"
957 #: builtin/checkout.c:264 builtin/checkout.c:271
959 msgid "path '%s' is unmerged"
962 #: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
963 #: builtin/merge.c:811
964 msgid "unable to write new index file"
967 #: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
968 msgid "diff_setup_done failed"
971 #: builtin/checkout.c:414
972 msgid "you need to resolve your current index first"
975 #: builtin/checkout.c:533
977 msgid "Can not do reflog for '%s'\n"
980 #: builtin/checkout.c:565
981 msgid "HEAD is now at"
984 #: builtin/checkout.c:572
986 msgid "Reset branch '%s'\n"
989 #: builtin/checkout.c:575
991 msgid "Already on '%s'\n"
994 #: builtin/checkout.c:579
996 msgid "Switched to and reset branch '%s'\n"
999 #: builtin/checkout.c:581
1001 msgid "Switched to a new branch '%s'\n"
1004 #: builtin/checkout.c:583
1006 msgid "Switched to branch '%s'\n"
1009 #: builtin/checkout.c:639
1011 msgid " ... and %d more.\n"
1014 #. The singular version
1015 #: builtin/checkout.c:645
1018 "Warning: you are leaving %d commit behind, not connected to\n"
1019 "any of your branches:\n"
1023 "Warning: you are leaving %d commits behind, not connected to\n"
1024 "any of your branches:\n"
1030 #: builtin/checkout.c:663
1033 "If you want to keep them by creating a new branch, this may be a good time\n"
1036 " git branch new_branch_name %s\n"
1040 #: builtin/checkout.c:692
1041 msgid "internal error in revision walk"
1044 #: builtin/checkout.c:696
1045 msgid "Previous HEAD position was"
1048 #: builtin/checkout.c:722
1049 msgid "You are on a branch yet to be born"
1053 #: builtin/checkout.c:853
1055 msgid "invalid reference: %s"
1058 #. case (1): want a tree
1059 #: builtin/checkout.c:892
1061 msgid "reference is not a tree: %s"
1064 #: builtin/checkout.c:972
1065 msgid "-B cannot be used with -b"
1068 #: builtin/checkout.c:981
1069 msgid "--patch is incompatible with all other options"
1072 #: builtin/checkout.c:984
1073 msgid "--detach cannot be used with -b/-B/--orphan"
1076 #: builtin/checkout.c:986
1077 msgid "--detach cannot be used with -t"
1080 #: builtin/checkout.c:992
1081 msgid "--track needs a branch name"
1084 #: builtin/checkout.c:999
1085 msgid "Missing branch name; try -b"
1088 #: builtin/checkout.c:1005
1089 msgid "--orphan and -b|-B are mutually exclusive"
1092 #: builtin/checkout.c:1007
1093 msgid "--orphan cannot be used with -t"
1096 #: builtin/checkout.c:1017
1097 msgid "git checkout: -f and -m are incompatible"
1100 #: builtin/checkout.c:1051
1101 msgid "invalid path specification"
1104 #: builtin/checkout.c:1059
1107 "git checkout: updating paths is incompatible with switching branches.\n"
1108 "Did you intend to checkout '%s' which can not be resolved as commit?"
1111 #: builtin/checkout.c:1061
1112 msgid "git checkout: updating paths is incompatible with switching branches."
1115 #: builtin/checkout.c:1066
1116 msgid "git checkout: --detach does not take a path argument"
1119 #: builtin/checkout.c:1069
1121 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1122 "checking out of the index."
1125 #: builtin/checkout.c:1088
1126 msgid "Cannot switch branch to a non-commit."
1129 #: builtin/checkout.c:1091
1130 msgid "--ours/--theirs is incompatible with switching branches."
1133 #: builtin/clean.c:78
1134 msgid "-x and -X cannot be used together"
1137 #: builtin/clean.c:82
1139 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1142 #: builtin/clean.c:85
1144 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1148 #: builtin/clean.c:155 builtin/clean.c:176
1150 msgid "Would remove %s\n"
1153 #: builtin/clean.c:159 builtin/clean.c:179
1155 msgid "Removing %s\n"
1158 #: builtin/clean.c:162 builtin/clean.c:182
1160 msgid "failed to remove %s"
1163 #: builtin/clean.c:166
1165 msgid "Would not remove %s\n"
1168 #: builtin/clean.c:168
1170 msgid "Not removing %s\n"
1173 #: builtin/clone.c:243
1175 msgid "reference repository '%s' is not a local directory."
1178 #: builtin/clone.c:302
1180 msgid "failed to open '%s'"
1183 #: builtin/clone.c:306
1185 msgid "failed to create directory '%s'"
1188 #: builtin/clone.c:308 builtin/diff.c:75
1190 msgid "failed to stat '%s'"
1193 #: builtin/clone.c:310
1195 msgid "%s exists and is not a directory"
1198 #: builtin/clone.c:324
1200 msgid "failed to stat %s\n"
1203 #: builtin/clone.c:341
1205 msgid "failed to unlink '%s'"
1208 #: builtin/clone.c:346
1210 msgid "failed to create link '%s'"
1213 #: builtin/clone.c:350
1215 msgid "failed to copy file to '%s'"
1218 #: builtin/clone.c:373
1223 #: builtin/clone.c:440
1225 msgid "Could not find remote branch %s to clone."
1228 #: builtin/clone.c:549
1229 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1232 #: builtin/clone.c:639
1233 msgid "Too many arguments."
1236 #: builtin/clone.c:643
1237 msgid "You must specify a repository to clone."
1240 #: builtin/clone.c:654
1242 msgid "--bare and --origin %s options are incompatible."
1245 #: builtin/clone.c:668
1247 msgid "repository '%s' does not exist"
1250 #: builtin/clone.c:673
1251 msgid "--depth is ignored in local clones; use file:// instead."
1254 #: builtin/clone.c:683
1256 msgid "destination path '%s' already exists and is not an empty directory."
1259 #: builtin/clone.c:693
1261 msgid "working tree '%s' already exists."
1264 #: builtin/clone.c:706 builtin/clone.c:720
1266 msgid "could not create leading directories of '%s'"
1269 #: builtin/clone.c:709
1271 msgid "could not create work tree dir '%s'."
1274 #: builtin/clone.c:728
1276 msgid "Cloning into bare repository '%s'...\n"
1279 #: builtin/clone.c:730
1281 msgid "Cloning into '%s'...\n"
1284 #: builtin/clone.c:786
1286 msgid "Don't know how to clone %s"
1289 #: builtin/clone.c:835
1291 msgid "Remote branch %s not found in upstream %s"
1294 #: builtin/clone.c:842
1295 msgid "You appear to have cloned an empty repository."
1298 #: builtin/commit.c:42
1300 "Your name and email address were configured automatically based\n"
1301 "on your username and hostname. Please check that they are accurate.\n"
1302 "You can suppress this message by setting them explicitly:\n"
1304 " git config --global user.name \"Your Name\"\n"
1305 " git config --global user.email you@example.com\n"
1307 "After doing this, you may fix the identity used for this commit with:\n"
1309 " git commit --amend --reset-author\n"
1312 #: builtin/commit.c:54
1314 "You asked to amend the most recent commit, but doing so would make\n"
1315 "it empty. You can repeat your command with --allow-empty, or you can\n"
1316 "remove the commit entirely with \"git reset HEAD^\".\n"
1319 #: builtin/commit.c:59
1321 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1322 "If you wish to commit it anyway, use:\n"
1324 " git commit --allow-empty\n"
1326 "Otherwise, please use 'git reset'\n"
1329 #: builtin/commit.c:205 builtin/reset.c:33
1333 #: builtin/commit.c:208
1337 #: builtin/commit.c:325
1338 msgid "failed to unpack HEAD tree object"
1341 #: builtin/commit.c:367
1342 msgid "unable to create temporary index"
1345 #: builtin/commit.c:373
1346 msgid "interactive add failed"
1349 #: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1350 msgid "unable to write new_index file"
1353 #: builtin/commit.c:457
1355 msgid "cannot do a partial commit during a %s."
1358 #: builtin/commit.c:466
1359 msgid "cannot read the index"
1362 #: builtin/commit.c:486
1363 msgid "unable to write temporary index file"
1366 #: builtin/commit.c:550 builtin/commit.c:556
1368 msgid "invalid commit: %s"
1371 #: builtin/commit.c:579
1372 msgid "malformed --author parameter"
1375 #: builtin/commit.c:635
1377 msgid "Malformed ident string: '%s'"
1380 #: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1382 msgid "could not lookup commit %s"
1385 #: builtin/commit.c:682 builtin/shortlog.c:296
1387 msgid "(reading log message from standard input)\n"
1390 #: builtin/commit.c:684
1391 msgid "could not read log from standard input"
1394 #: builtin/commit.c:688
1396 msgid "could not read log file '%s'"
1399 #: builtin/commit.c:694
1400 msgid "commit has empty message"
1403 #: builtin/commit.c:710
1404 msgid "could not read MERGE_MSG"
1407 #: builtin/commit.c:714
1408 msgid "could not read SQUASH_MSG"
1411 #: builtin/commit.c:718
1413 msgid "could not read '%s'"
1416 #: builtin/commit.c:746
1418 msgid "could not open '%s'"
1421 #: builtin/commit.c:770
1422 msgid "could not write commit template"
1425 #: builtin/commit.c:783
1429 "It looks like you may be committing a %s.\n"
1430 "If this is not correct, please remove the file\n"
1435 #: builtin/commit.c:796
1436 msgid "Please enter the commit message for your changes."
1439 #: builtin/commit.c:799
1442 "with '#' will be ignored, and an empty message aborts the commit.\n"
1445 #: builtin/commit.c:804
1448 "with '#' will be kept; you may remove them yourself if you want to.\n"
1449 "An empty message aborts the commit.\n"
1452 #: builtin/commit.c:816
1454 msgid "%sAuthor: %s"
1457 #: builtin/commit.c:823
1459 msgid "%sCommitter: %s"
1462 #: builtin/commit.c:843
1463 msgid "Cannot read index"
1466 #: builtin/commit.c:880
1467 msgid "Error building trees"
1470 #: builtin/commit.c:895 builtin/tag.c:357
1472 msgid "Please supply the message using either -m or -F option.\n"
1475 #: builtin/commit.c:975
1477 msgid "No existing author found with '%s'"
1480 #: builtin/commit.c:990 builtin/commit.c:1182
1482 msgid "Invalid untracked files mode '%s'"
1485 #: builtin/commit.c:1030
1486 msgid "Using both --reset-author and --author does not make sense"
1489 #: builtin/commit.c:1041
1490 msgid "You have nothing to amend."
1493 #: builtin/commit.c:1043
1495 msgid "You are in the middle of a %s -- cannot amend."
1498 #: builtin/commit.c:1045
1499 msgid "Options --squash and --fixup cannot be used together"
1502 #: builtin/commit.c:1055
1503 msgid "Only one of -c/-C/-F/--fixup can be used."
1506 #: builtin/commit.c:1057
1507 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1510 #: builtin/commit.c:1063
1511 msgid "--reset-author can be used only with -C, -c or --amend."
1514 #: builtin/commit.c:1080
1515 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1518 #: builtin/commit.c:1082
1519 msgid "No paths with --include/--only does not make sense."
1522 #: builtin/commit.c:1084
1523 msgid "Clever... amending the last one with dirty index."
1526 #: builtin/commit.c:1086
1527 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1530 #: builtin/commit.c:1096 builtin/tag.c:556
1532 msgid "Invalid cleanup mode %s"
1535 #: builtin/commit.c:1101
1536 msgid "Paths with -a does not make sense."
1539 #: builtin/commit.c:1280
1540 msgid "couldn't look up newly created commit"
1543 #: builtin/commit.c:1282
1544 msgid "could not parse newly created commit"
1547 #: builtin/commit.c:1323
1548 msgid "detached HEAD"
1551 #: builtin/commit.c:1325
1552 msgid " (root-commit)"
1555 #: builtin/commit.c:1415
1556 msgid "could not parse HEAD commit"
1559 #: builtin/commit.c:1452 builtin/merge.c:509
1561 msgid "could not open '%s' for reading"
1564 #: builtin/commit.c:1459
1566 msgid "Corrupt MERGE_HEAD file (%s)"
1569 #: builtin/commit.c:1466
1570 msgid "could not read MERGE_MODE"
1573 #: builtin/commit.c:1485
1575 msgid "could not read commit message: %s"
1578 #: builtin/commit.c:1499
1580 msgid "Aborting commit due to empty commit message.\n"
1583 #: builtin/commit.c:1514 builtin/merge.c:935 builtin/merge.c:968
1584 msgid "failed to write commit object"
1587 #: builtin/commit.c:1535
1588 msgid "cannot lock HEAD ref"
1591 #: builtin/commit.c:1539
1592 msgid "cannot update HEAD ref"
1595 #: builtin/commit.c:1550
1597 "Repository has been updated, but unable to write\n"
1598 "new_index file. Check that disk is not full or quota is\n"
1599 "not exceeded, and then \"git reset HEAD\" to recover."
1602 #: builtin/describe.c:234
1604 msgid "annotated tag %s not available"
1607 #: builtin/describe.c:238
1609 msgid "annotated tag %s has no embedded name"
1612 #: builtin/describe.c:240
1614 msgid "tag '%s' is really '%s' here"
1617 #: builtin/describe.c:267
1619 msgid "Not a valid object name %s"
1622 #: builtin/describe.c:270
1624 msgid "%s is not a valid '%s' object"
1627 #: builtin/describe.c:287
1629 msgid "no tag exactly matches '%s'"
1632 #: builtin/describe.c:289
1634 msgid "searching to describe %s\n"
1637 #: builtin/describe.c:329
1639 msgid "finished search at %s\n"
1642 #: builtin/describe.c:353
1645 "No annotated tags can describe '%s'.\n"
1646 "However, there were unannotated tags: try --tags."
1649 #: builtin/describe.c:357
1652 "No tags can describe '%s'.\n"
1653 "Try --always, or create some tags."
1656 #: builtin/describe.c:378
1658 msgid "traversed %lu commits\n"
1661 #: builtin/describe.c:381
1664 "more than %i tags found; listed %i most recent\n"
1665 "gave up search at %s\n"
1668 #: builtin/describe.c:436
1669 msgid "--long is incompatible with --abbrev=0"
1672 #: builtin/describe.c:462
1673 msgid "No names found, cannot describe anything."
1676 #: builtin/describe.c:482
1677 msgid "--dirty is incompatible with committishes"
1680 #: builtin/diff.c:77
1682 msgid "'%s': not a regular file or symlink"
1685 #: builtin/diff.c:220
1687 msgid "invalid option: %s"
1690 #: builtin/diff.c:297
1691 msgid "Not a git repository"
1694 #: builtin/diff.c:347
1696 msgid "invalid object '%s' given."
1699 #: builtin/diff.c:352
1701 msgid "more than %d trees given: '%s'"
1704 #: builtin/diff.c:362
1706 msgid "more than two blobs given: '%s'"
1709 #: builtin/diff.c:370
1711 msgid "unhandled object '%s' given."
1714 #: builtin/fetch.c:200
1715 msgid "Couldn't find remote ref HEAD"
1718 #: builtin/fetch.c:252
1720 msgid "object %s not found"
1723 #: builtin/fetch.c:258
1724 msgid "[up to date]"
1727 #: builtin/fetch.c:272
1729 msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
1732 #: builtin/fetch.c:273 builtin/fetch.c:351
1736 #: builtin/fetch.c:284
1737 msgid "[tag update]"
1740 #: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1741 msgid " (unable to update local ref)"
1744 #: builtin/fetch.c:298
1748 #: builtin/fetch.c:302
1749 msgid "[new branch]"
1752 #: builtin/fetch.c:347
1753 msgid "unable to update local ref"
1756 #: builtin/fetch.c:347
1757 msgid "forced update"
1760 #: builtin/fetch.c:353
1761 msgid "(non-fast-forward)"
1764 #: builtin/fetch.c:384 builtin/fetch.c:676
1766 msgid "cannot open %s: %s\n"
1769 #: builtin/fetch.c:393
1771 msgid "%s did not send all necessary objects\n"
1774 #: builtin/fetch.c:479
1779 #: builtin/fetch.c:490
1782 "some local refs could not be updated; try running\n"
1783 " 'git remote prune %s' to remove any old, conflicting branches"
1786 #: builtin/fetch.c:540
1788 msgid " (%s will become dangling)\n"
1791 #: builtin/fetch.c:541
1793 msgid " (%s has become dangling)\n"
1796 #: builtin/fetch.c:548
1800 #: builtin/fetch.c:549
1804 #: builtin/fetch.c:666
1806 msgid "Refusing to fetch into current branch %s of non-bare repository"
1809 #: builtin/fetch.c:700
1811 msgid "Don't know how to fetch from %s"
1814 #: builtin/fetch.c:777
1816 msgid "Option \"%s\" value \"%s\" is not valid for %s"
1819 #: builtin/fetch.c:780
1821 msgid "Option \"%s\" is ignored for %s\n"
1824 #: builtin/fetch.c:879
1826 msgid "Fetching %s\n"
1829 #: builtin/fetch.c:881
1831 msgid "Could not fetch %s"
1834 #: builtin/fetch.c:898
1836 "No remote repository specified. Please, specify either a URL or a\n"
1837 "remote name from which new revisions should be fetched."
1840 #: builtin/fetch.c:918
1841 msgid "You need to specify a tag name."
1844 #: builtin/fetch.c:970
1845 msgid "fetch --all does not take a repository argument"
1848 #: builtin/fetch.c:972
1849 msgid "fetch --all does not make sense with refspecs"
1852 #: builtin/fetch.c:983
1854 msgid "No such remote or remote group: %s"
1857 #: builtin/fetch.c:991
1858 msgid "Fetching a group and specifying refspecs does not make sense"
1863 msgid "Invalid %s: '%s'"
1867 msgid "Too many options specified"
1872 msgid "insanely long object directory %.*s"
1877 msgid "Auto packing the repository for optimum performance.\n"
1883 "Auto packing the repository for optimum performance. You may also\n"
1884 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
1889 "There are too many unreachable loose objects; run 'git prune' to remove them."
1892 #: builtin/grep.c:216
1894 msgid "grep: failed to create thread: %s"
1897 #: builtin/grep.c:402
1899 msgid "Failed to chdir: %s"
1902 #: builtin/grep.c:478 builtin/grep.c:512
1904 msgid "unable to read tree (%s)"
1907 #: builtin/grep.c:526
1909 msgid "unable to grep from object of type %s"
1912 #: builtin/grep.c:584
1914 msgid "switch `%c' expects a numerical value"
1917 #: builtin/grep.c:601
1919 msgid "cannot open '%s'"
1922 #: builtin/grep.c:888
1923 msgid "no pattern given."
1926 #: builtin/grep.c:902
1928 msgid "bad object %s"
1931 #: builtin/grep.c:943
1932 msgid "--open-files-in-pager only works on the worktree"
1935 #: builtin/grep.c:966
1936 msgid "--cached or --untracked cannot be used with --no-index."
1939 #: builtin/grep.c:971
1940 msgid "--no-index or --untracked cannot be used with revs."
1943 #: builtin/grep.c:974
1944 msgid "--[no-]exclude-standard cannot be used for tracked contents."
1947 #: builtin/grep.c:982
1948 msgid "both --cached and trees are given."
1951 #: builtin/init-db.c:35
1953 msgid "Could not make %s writable by group"
1956 #: builtin/init-db.c:62
1958 msgid "insanely long template name %s"
1961 #: builtin/init-db.c:67
1963 msgid "cannot stat '%s'"
1966 #: builtin/init-db.c:73
1968 msgid "cannot stat template '%s'"
1971 #: builtin/init-db.c:80
1973 msgid "cannot opendir '%s'"
1976 #: builtin/init-db.c:97
1978 msgid "cannot readlink '%s'"
1981 #: builtin/init-db.c:99
1983 msgid "insanely long symlink %s"
1986 #: builtin/init-db.c:102
1988 msgid "cannot symlink '%s' '%s'"
1991 #: builtin/init-db.c:106
1993 msgid "cannot copy '%s' to '%s'"
1996 #: builtin/init-db.c:110
1998 msgid "ignoring template %s"
2001 #: builtin/init-db.c:133
2003 msgid "insanely long template path %s"
2006 #: builtin/init-db.c:141
2008 msgid "templates not found %s"
2011 #: builtin/init-db.c:154
2013 msgid "not copying templates of a wrong format version %d from '%s'"
2016 #: builtin/init-db.c:192
2018 msgid "insane git directory %s"
2021 #: builtin/init-db.c:322 builtin/init-db.c:325
2023 msgid "%s already exists"
2026 #: builtin/init-db.c:354
2028 msgid "unable to handle file type %d"
2031 #: builtin/init-db.c:357
2033 msgid "unable to move %s to %s"
2036 #: builtin/init-db.c:362
2038 msgid "Could not create git link %s"
2042 #. * TRANSLATORS: The first '%s' is either "Reinitialized
2043 #. * existing" or "Initialized empty", the second " shared" or
2044 #. * "", and the last '%s%s' is the verbatim directory name.
2046 #: builtin/init-db.c:419
2048 msgid "%s%s Git repository in %s%s\n"
2051 #: builtin/init-db.c:420
2052 msgid "Reinitialized existing"
2055 #: builtin/init-db.c:420
2056 msgid "Initialized empty"
2059 #: builtin/init-db.c:421
2063 #: builtin/init-db.c:440
2064 msgid "cannot tell cwd"
2067 #: builtin/init-db.c:521 builtin/init-db.c:528
2069 msgid "cannot mkdir %s"
2072 #: builtin/init-db.c:532
2074 msgid "cannot chdir to %s"
2077 #: builtin/init-db.c:554
2080 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2084 #: builtin/init-db.c:578
2085 msgid "Cannot access current working directory"
2088 #: builtin/init-db.c:585
2090 msgid "Cannot access work tree '%s'"
2093 #: builtin/log.c:187
2095 msgid "Final output: %d %s\n"
2098 #: builtin/log.c:395 builtin/log.c:483
2100 msgid "Could not read object %s"
2103 #: builtin/log.c:507
2105 msgid "Unknown type: %d"
2108 #: builtin/log.c:596
2109 msgid "format.headers without value"
2112 #: builtin/log.c:669
2113 msgid "name of output directory is too long"
2116 #: builtin/log.c:680
2118 msgid "Cannot open patch file %s"
2121 #: builtin/log.c:694
2122 msgid "Need exactly one range."
2125 #: builtin/log.c:702
2126 msgid "Not a range."
2129 #: builtin/log.c:739
2130 msgid "Could not extract email from committer identity."
2133 #: builtin/log.c:785
2134 msgid "Cover letter needs email format"
2137 #: builtin/log.c:879
2139 msgid "insane in-reply-to: %s"
2142 #: builtin/log.c:952
2143 msgid "Two output directories?"
2146 #: builtin/log.c:1173
2148 msgid "bogus committer info %s"
2151 #: builtin/log.c:1218
2152 msgid "-n and -k are mutually exclusive."
2155 #: builtin/log.c:1220
2156 msgid "--subject-prefix and -k are mutually exclusive."
2159 #: builtin/log.c:1225 builtin/shortlog.c:284
2161 msgid "unrecognized argument: %s"
2164 #: builtin/log.c:1228
2165 msgid "--name-only does not make sense"
2168 #: builtin/log.c:1230
2169 msgid "--name-status does not make sense"
2172 #: builtin/log.c:1232
2173 msgid "--check does not make sense"
2176 #: builtin/log.c:1255
2177 msgid "standard output, or directory, which one?"
2180 #: builtin/log.c:1257
2182 msgid "Could not create directory '%s'"
2185 #: builtin/log.c:1410
2186 msgid "Failed to create output files"
2189 #: builtin/log.c:1514
2192 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
2195 #: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:1544
2197 msgid "Unknown commit %s"
2200 #: builtin/merge.c:91
2201 msgid "switch `m' requires a value"
2204 #: builtin/merge.c:128
2206 msgid "Could not find merge strategy '%s'.\n"
2209 #: builtin/merge.c:129
2211 msgid "Available strategies are:"
2214 #: builtin/merge.c:134
2216 msgid "Available custom strategies are:"
2219 #: builtin/merge.c:241
2220 msgid "could not run stash."
2223 #: builtin/merge.c:246
2224 msgid "stash failed"
2227 #: builtin/merge.c:251
2229 msgid "not a valid object: %s"
2232 #: builtin/merge.c:270 builtin/merge.c:287
2233 msgid "read-tree failed"
2236 #: builtin/merge.c:317
2237 msgid " (nothing to squash)"
2240 #: builtin/merge.c:330
2242 msgid "Squash commit -- not updating HEAD\n"
2245 #: builtin/merge.c:362
2246 msgid "Writing SQUASH_MSG"
2249 #: builtin/merge.c:364
2250 msgid "Finishing SQUASH_MSG"
2253 #: builtin/merge.c:386
2255 msgid "No merge message -- not updating HEAD\n"
2258 #: builtin/merge.c:437
2260 msgid "'%s' does not point to a commit"
2263 #: builtin/merge.c:536
2265 msgid "Bad branch.%s.mergeoptions string: %s"
2268 #: builtin/merge.c:629
2269 msgid "git write-tree failed to write a tree"
2272 #: builtin/merge.c:679
2273 msgid "failed to read the cache"
2276 #: builtin/merge.c:696
2277 msgid "Unable to write index."
2280 #: builtin/merge.c:709
2281 msgid "Not handling anything other than two heads merge."
2284 #: builtin/merge.c:723
2286 msgid "Unknown option for merge-recursive: -X%s"
2289 #: builtin/merge.c:737
2291 msgid "unable to write %s"
2294 #: builtin/merge.c:876
2296 msgid "Could not read from '%s'"
2299 #: builtin/merge.c:885
2301 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2304 #: builtin/merge.c:891
2306 "Please enter a commit message to explain why this merge is necessary,\n"
2307 "especially if it merges an updated upstream into a topic branch.\n"
2309 "Lines starting with '#' will be ignored, and an empty message aborts\n"
2313 #: builtin/merge.c:915
2314 msgid "Empty commit message."
2317 #: builtin/merge.c:927
2319 msgid "Wonderful.\n"
2322 #: builtin/merge.c:1000
2324 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2327 #: builtin/merge.c:1016
2329 msgid "'%s' is not a commit"
2332 #: builtin/merge.c:1057
2333 msgid "No current branch."
2336 #: builtin/merge.c:1059
2337 msgid "No remote for the current branch."
2340 #: builtin/merge.c:1061
2341 msgid "No default upstream defined for the current branch."
2344 #: builtin/merge.c:1066
2346 msgid "No remote tracking branch for %s from %s"
2349 #: builtin/merge.c:1188
2350 msgid "There is no merge to abort (MERGE_HEAD missing)."
2353 #: builtin/merge.c:1204 git-pull.sh:31
2355 "You have not concluded your merge (MERGE_HEAD exists).\n"
2356 "Please, commit your changes before you can merge."
2359 #: builtin/merge.c:1207 git-pull.sh:34
2360 msgid "You have not concluded your merge (MERGE_HEAD exists)."
2363 #: builtin/merge.c:1211
2365 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2366 "Please, commit your changes before you can merge."
2369 #: builtin/merge.c:1214
2370 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2373 #: builtin/merge.c:1223
2374 msgid "You cannot combine --squash with --no-ff."
2377 #: builtin/merge.c:1228
2378 msgid "You cannot combine --no-ff with --ff-only."
2381 #: builtin/merge.c:1235
2382 msgid "No commit specified and merge.defaultToUpstream not set."
2385 #: builtin/merge.c:1266
2386 msgid "Can merge only exactly one commit into empty head"
2389 #: builtin/merge.c:1269
2390 msgid "Squash commit into empty head not supported yet"
2393 #: builtin/merge.c:1271
2394 msgid "Non-fast-forward commit does not make sense into an empty head"
2397 #: builtin/merge.c:1275 builtin/merge.c:1319
2399 msgid "%s - not something we can merge"
2402 #: builtin/merge.c:1385
2404 msgid "Updating %s..%s\n"
2407 #: builtin/merge.c:1423
2409 msgid "Trying really trivial in-index merge...\n"
2412 #: builtin/merge.c:1430
2417 #: builtin/merge.c:1462
2418 msgid "Not possible to fast-forward, aborting."
2421 #: builtin/merge.c:1485 builtin/merge.c:1562
2423 msgid "Rewinding the tree to pristine...\n"
2426 #: builtin/merge.c:1489
2428 msgid "Trying merge strategy %s...\n"
2431 #: builtin/merge.c:1553
2433 msgid "No merge strategy handled the merge.\n"
2436 #: builtin/merge.c:1555
2438 msgid "Merge with strategy %s failed.\n"
2441 #: builtin/merge.c:1564
2443 msgid "Using the %s to prepare resolving by hand.\n"
2446 #: builtin/merge.c:1575
2448 msgid "Automatic merge went well; stopped before committing as requested\n"
2453 msgid "Checking rename of '%s' to '%s'\n"
2461 msgid "can not move directory into itself"
2465 msgid "cannot move directory over file"
2470 msgid "Huh? %.*s is in index?"
2474 msgid "source directory is empty"
2478 msgid "not under version control"
2482 msgid "destination exists"
2487 msgid "overwriting '%s'"
2491 msgid "Cannot overwrite"
2495 msgid "multiple sources for the same target"
2500 msgid "%s, source=%s, destination=%s"
2505 msgid "Renaming %s to %s\n"
2510 msgid "renaming '%s' failed"
2513 #: builtin/notes.c:139
2515 msgid "unable to start 'show' for object '%s'"
2518 #: builtin/notes.c:145
2519 msgid "can't fdopen 'show' output fd"
2522 #: builtin/notes.c:155
2524 msgid "failed to close pipe to 'show' for object '%s'"
2527 #: builtin/notes.c:158
2529 msgid "failed to finish 'show' for object '%s'"
2532 #: builtin/notes.c:175 builtin/tag.c:343
2534 msgid "could not create file '%s'"
2537 #: builtin/notes.c:189
2538 msgid "Please supply the note contents using either -m or -F option"
2541 #: builtin/notes.c:210 builtin/notes.c:973
2543 msgid "Removing note for object %s\n"
2546 #: builtin/notes.c:215
2547 msgid "unable to write note object"
2550 #: builtin/notes.c:217
2552 msgid "The note contents has been left in %s"
2555 #: builtin/notes.c:251 builtin/tag.c:521
2557 msgid "cannot read '%s'"
2560 #: builtin/notes.c:253 builtin/tag.c:524
2562 msgid "could not open or read '%s'"
2565 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2566 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2567 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2568 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2570 msgid "Failed to resolve '%s' as a valid ref."
2573 #: builtin/notes.c:275
2575 msgid "Failed to read object '%s'."
2578 #: builtin/notes.c:299
2579 msgid "Cannot commit uninitialized/unreferenced notes tree"
2582 #: builtin/notes.c:340
2584 msgid "Bad notes.rewriteMode value: '%s'"
2587 #: builtin/notes.c:350
2589 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2592 #. TRANSLATORS: The first %s is the name of the
2593 #. environment variable, the second %s is its value
2594 #: builtin/notes.c:377
2596 msgid "Bad %s value: '%s'"
2599 #: builtin/notes.c:441
2601 msgid "Malformed input line: '%s'."
2604 #: builtin/notes.c:456
2606 msgid "Failed to copy notes from '%s' to '%s'"
2609 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2610 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2611 #: builtin/notes.c:1033
2612 msgid "too many parameters"
2615 #: builtin/notes.c:513 builtin/notes.c:772
2617 msgid "No note found for object %s."
2620 #: builtin/notes.c:580
2623 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2627 #: builtin/notes.c:585 builtin/notes.c:662
2629 msgid "Overwriting existing notes for object %s\n"
2632 #: builtin/notes.c:635
2633 msgid "too few parameters"
2636 #: builtin/notes.c:656
2639 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2643 #: builtin/notes.c:668
2645 msgid "Missing notes on source object %s. Cannot copy."
2648 #: builtin/notes.c:717
2651 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2652 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2655 #: builtin/notes.c:971
2657 msgid "Object %s has no note\n"
2660 #: builtin/notes.c:1103
2662 msgid "Unknown subcommand: %s"
2665 #: builtin/pack-objects.c:2310
2667 msgid "unsupported index version %s"
2670 #: builtin/pack-objects.c:2314
2672 msgid "bad index version '%s'"
2675 #: builtin/pack-objects.c:2322
2677 msgid "option %s does not accept negative form"
2680 #: builtin/pack-objects.c:2326
2682 msgid "unable to parse value '%s' for option %s"
2685 #: builtin/push.c:44
2686 msgid "tag shorthand without <tag>"
2689 #: builtin/push.c:63
2690 msgid "--delete only accepts plain target ref names"
2693 #: builtin/push.c:73
2696 "You are not currently on a branch.\n"
2697 "To push the history leading to the current (detached HEAD)\n"
2700 " git push %s HEAD:<name-of-remote-branch>\n"
2703 #: builtin/push.c:80
2706 "The current branch %s has no upstream branch.\n"
2707 "To push the current branch and set the remote as upstream, use\n"
2709 " git push --set-upstream %s %s\n"
2712 #: builtin/push.c:88
2714 msgid "The current branch %s has multiple upstream branches, refusing to push."
2717 #: builtin/push.c:111
2719 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
2722 #: builtin/push.c:131
2724 msgid "Pushing to %s\n"
2727 #: builtin/push.c:135
2729 msgid "failed to push some refs to '%s'"
2732 #: builtin/push.c:143
2735 "To prevent you from losing history, non-fast-forward updates were rejected\n"
2736 "Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"
2737 "'Note about fast-forwards' section of 'git push --help' for details.\n"
2740 #: builtin/push.c:160
2742 msgid "bad repository '%s'"
2745 #: builtin/push.c:161
2747 "No configured push destination.\n"
2748 "Either specify the URL from the command-line or configure a remote "
2749 "repository using\n"
2751 " git remote add <name> <url>\n"
2753 "and then push using the remote name\n"
2755 " git push <name>\n"
2758 #: builtin/push.c:176
2759 msgid "--all and --tags are incompatible"
2762 #: builtin/push.c:177
2763 msgid "--all can't be combined with refspecs"
2766 #: builtin/push.c:182
2767 msgid "--mirror and --tags are incompatible"
2770 #: builtin/push.c:183
2771 msgid "--mirror can't be combined with refspecs"
2774 #: builtin/push.c:188
2775 msgid "--all and --mirror are incompatible"
2778 #: builtin/push.c:274
2779 msgid "--delete is incompatible with --all, --mirror and --tags"
2782 #: builtin/push.c:276
2783 msgid "--delete doesn't make sense without any refs"
2786 #: builtin/reset.c:33
2790 #: builtin/reset.c:33
2794 #: builtin/reset.c:33
2798 #: builtin/reset.c:33
2802 #: builtin/reset.c:77
2803 msgid "You do not have a valid HEAD."
2806 #: builtin/reset.c:79
2807 msgid "Failed to find tree of HEAD."
2810 #: builtin/reset.c:85
2812 msgid "Failed to find tree of %s."
2815 #: builtin/reset.c:96
2816 msgid "Could not write new index file."
2819 #: builtin/reset.c:106
2821 msgid "HEAD is now at %s"
2824 #: builtin/reset.c:130
2825 msgid "Could not read index"
2828 #: builtin/reset.c:133
2829 msgid "Unstaged changes after reset:"
2832 #: builtin/reset.c:223
2834 msgid "Cannot do a %s reset in the middle of a merge."
2837 #: builtin/reset.c:297
2839 msgid "Could not parse object '%s'."
2842 #: builtin/reset.c:302
2843 msgid "--patch is incompatible with --{hard,mixed,soft}"
2846 #: builtin/reset.c:311
2847 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2850 #: builtin/reset.c:313
2852 msgid "Cannot do %s reset with paths."
2855 #: builtin/reset.c:325
2857 msgid "%s reset is not allowed in a bare repository"
2860 #: builtin/reset.c:341
2862 msgid "Could not reset index file to revision '%s'."
2865 #: builtin/revert.c:70 builtin/revert.c:91
2867 msgid "%s: %s cannot be used with %s"
2870 #: builtin/revert.c:126
2871 msgid "program error"
2874 #: builtin/revert.c:209
2875 msgid "revert failed"
2878 #: builtin/revert.c:224
2879 msgid "cherry-pick failed"
2885 "'%s' has staged content different from both the file and the HEAD\n"
2886 "(use -f to force removal)"
2892 "'%s' has changes staged in the index\n"
2893 "(use --cached to keep the file, or -f to force removal)"
2899 "'%s' has local modifications\n"
2900 "(use --cached to keep the file, or -f to force removal)"
2905 msgid "not removing '%s' recursively without -r"
2910 msgid "git rm: unable to remove %s"
2913 #: builtin/shortlog.c:157
2915 msgid "Missing author: %s"
2920 msgid "malformed object at '%s'"
2923 #: builtin/tag.c:205
2925 msgid "tag name too long: %.*s..."
2928 #: builtin/tag.c:210
2930 msgid "tag '%s' not found."
2933 #: builtin/tag.c:225
2935 msgid "Deleted tag '%s' (was %s)\n"
2938 #: builtin/tag.c:237
2940 msgid "could not verify the tag '%s'"
2943 #: builtin/tag.c:247
2947 "# Write a tag message\n"
2948 "# Lines starting with '#' will be ignored.\n"
2952 #: builtin/tag.c:254
2956 "# Write a tag message\n"
2957 "# Lines starting with '#' will be kept; you may remove them yourself if you "
2962 #: builtin/tag.c:294
2963 msgid "unable to sign the tag"
2966 #: builtin/tag.c:296
2967 msgid "unable to write tag file"
2970 #: builtin/tag.c:321
2971 msgid "bad object type."
2974 #: builtin/tag.c:334
2975 msgid "tag header too big."
2978 #: builtin/tag.c:366
2979 msgid "no tag message?"
2982 #: builtin/tag.c:372
2984 msgid "The tag message has been left in %s\n"
2987 #: builtin/tag.c:421
2988 msgid "switch 'points-at' requires an object"
2991 #: builtin/tag.c:423
2993 msgid "malformed object name '%s'"
2996 #: builtin/tag.c:502
2997 msgid "-n option is only allowed with -l."
3000 #: builtin/tag.c:504
3001 msgid "--contains option is only allowed with -l."
3004 #: builtin/tag.c:506
3005 msgid "--points-at option is only allowed with -l."
3008 #: builtin/tag.c:514
3009 msgid "only one -F or -m option is allowed."
3012 #: builtin/tag.c:534
3013 msgid "too many params"
3016 #: builtin/tag.c:540
3018 msgid "'%s' is not a valid tag name."
3021 #: builtin/tag.c:545
3023 msgid "tag '%s' already exists"
3026 #: builtin/tag.c:563
3028 msgid "%s: cannot lock the ref"
3031 #: builtin/tag.c:565
3033 msgid "%s: cannot update the ref"
3036 #: builtin/tag.c:567
3038 msgid "Updated tag '%s' (was %s)\n"
3042 msgid "You need to set your committer info first"
3046 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3051 "Did you hand edit your patch?\n"
3052 "It does not apply to blobs recorded in its index."
3056 msgid "Falling back to patching base and 3-way merge..."
3060 msgid "Only one StGIT patch series can be applied at once"
3065 msgid "Patch format $patch_format is not supported."
3069 msgid "Patch format detection failed."
3073 msgid "-d option is no longer supported. Do not use."
3078 msgid "previous rebase directory $dotest still exists but mbox given."
3082 msgid "Please make up your mind. --skip or --abort?"
3086 msgid "Resolve operation not in progress, we are not resuming."
3091 msgid "Dirty index: cannot apply patches (dirty: $files)"
3095 msgid "cannot be interactive without stdin connected to a terminal."
3098 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3099 #. in your translation. The program will only accept English
3100 #. input at this point.
3102 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3107 msgid "Applying: $FIRSTLINE"
3111 msgid "No changes -- Patch already applied."
3115 msgid "applying to an empty history"
3118 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3119 #. translation. The program will only accept English input
3122 msgid "Do you want me to do it for you [Y/n]? "
3127 msgid "unrecognised option: '$arg'"
3132 msgid "'$arg' does not appear to be a valid revision"
3135 #: git-bisect.sh:117
3136 msgid "Bad HEAD - I need a HEAD"
3139 #: git-bisect.sh:130
3142 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3145 #: git-bisect.sh:140
3146 msgid "won't bisect on seeked tree"
3149 #: git-bisect.sh:144
3150 msgid "Bad HEAD - strange symbolic ref"
3153 #: git-bisect.sh:189
3155 msgid "Bad bisect_write argument: $state"
3158 #: git-bisect.sh:218
3160 msgid "Bad rev input: $arg"
3163 #: git-bisect.sh:232
3164 msgid "Please call 'bisect_state' with at least one argument."
3167 #: git-bisect.sh:244
3169 msgid "Bad rev input: $rev"
3172 #: git-bisect.sh:250
3173 msgid "'git bisect bad' can take only one argument."
3176 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3177 #. translation. The program will only accept English input
3179 #: git-bisect.sh:279
3180 msgid "Are you sure [Y/n]? "
3183 #: git-bisect.sh:354
3185 msgid "'$invalid' is not a valid commit"
3188 #: git-bisect.sh:363
3191 "Could not check out original HEAD '$branch'.\n"
3192 "Try 'git bisect reset <commit>'."
3195 #: git-bisect.sh:390
3196 msgid "No logfile given"
3199 #: git-bisect.sh:391
3201 msgid "cannot read $file for replaying"
3204 #: git-bisect.sh:408
3205 msgid "?? what are you talking about?"
3208 #: git-bisect.sh:474
3209 msgid "We are not bisecting."
3214 "Pull is not possible because you have unmerged files.\n"
3215 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3216 "as appropriate to mark resolution, or use 'git commit -a'."
3220 msgid "Pull is not possible because you have unmerged files."
3224 msgid "updating an unborn branch with changes added to the index"
3228 msgid "Cannot merge multiple branches into empty head"
3232 msgid "Cannot rebase onto multiple branches"
3236 msgid "git stash clear with parameters is unimplemented"
3240 msgid "You do not have the initial commit yet"
3244 msgid "Cannot save the current index state"
3247 #: git-stash.sh:123 git-stash.sh:136
3248 msgid "Cannot save the current worktree state"
3252 msgid "No changes selected"
3256 msgid "Cannot remove temporary index (can't happen)"
3260 msgid "Cannot record working tree state"
3264 msgid "No local changes to save"
3268 msgid "Cannot initialize stash"
3272 msgid "Cannot save the current status"
3276 msgid "Cannot remove worktree changes"
3280 msgid "No stash found."
3285 msgid "Too many revisions specified: $REV"
3290 msgid "$reference is not valid reference"
3295 msgid "'$args' is not a stash-like commit"
3300 msgid "'$args' is not a stash reference"
3304 msgid "unable to refresh index"
3308 msgid "Cannot apply a stash in the middle of a merge"
3312 msgid "Conflicts in index. Try without --index."
3316 msgid "Could not save index tree"
3320 msgid "Cannot unstage modified files"
3325 msgid "Dropped ${REV} ($s)"
3330 msgid "${REV}: Could not drop stash entry"
3334 msgid "No branch name specified"
3338 msgid "(To restore them type \"git stash apply\")"
3341 #: git-submodule.sh:56
3343 msgid "cannot strip one component off url '$remoteurl'"
3346 #: git-submodule.sh:108
3348 msgid "No submodule mapping found in .gitmodules for path '$path'"
3351 #: git-submodule.sh:149
3353 msgid "Clone of '$url' into submodule path '$path' failed"
3356 #: git-submodule.sh:159
3358 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
3361 #: git-submodule.sh:247
3363 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3366 #: git-submodule.sh:264
3368 msgid "'$path' already exists in the index"
3371 #: git-submodule.sh:281
3373 msgid "'$path' already exists and is not a valid git repo"
3376 #: git-submodule.sh:295
3378 msgid "Unable to checkout submodule '$path'"
3381 #: git-submodule.sh:300
3383 msgid "Failed to add submodule '$path'"
3386 #: git-submodule.sh:305
3388 msgid "Failed to register submodule '$path'"
3391 #: git-submodule.sh:347
3393 msgid "Entering '$prefix$path'"
3396 #: git-submodule.sh:359
3398 msgid "Stopping at '$path'; script returned non-zero status."
3401 #: git-submodule.sh:401
3403 msgid "No url found for submodule path '$path' in .gitmodules"
3406 #: git-submodule.sh:410
3408 msgid "Failed to register url for submodule path '$path'"
3411 #: git-submodule.sh:418
3413 msgid "Failed to register update mode for submodule path '$path'"
3416 #: git-submodule.sh:420
3418 msgid "Submodule '$name' ($url) registered for path '$path'"
3421 #: git-submodule.sh:519
3424 "Submodule path '$path' not initialized\n"
3425 "Maybe you want to use 'update --init'?"
3428 #: git-submodule.sh:532
3430 msgid "Unable to find current revision in submodule path '$path'"
3433 #: git-submodule.sh:551
3435 msgid "Unable to fetch in submodule path '$path'"
3438 #: git-submodule.sh:565
3440 msgid "Unable to rebase '$sha1' in submodule path '$path'"
3443 #: git-submodule.sh:566
3445 msgid "Submodule path '$path': rebased into '$sha1'"
3448 #: git-submodule.sh:571
3450 msgid "Unable to merge '$sha1' in submodule path '$path'"
3453 #: git-submodule.sh:572
3455 msgid "Submodule path '$path': merged in '$sha1'"
3458 #: git-submodule.sh:577
3460 msgid "Unable to checkout '$sha1' in submodule path '$path'"
3463 #: git-submodule.sh:578
3465 msgid "Submodule path '$path': checked out '$sha1'"
3468 #: git-submodule.sh:600 git-submodule.sh:923
3470 msgid "Failed to recurse into submodule path '$path'"
3473 #: git-submodule.sh:708
3477 #: git-submodule.sh:766
3479 msgid " Warn: $name doesn't contain commit $sha1_src"
3482 #: git-submodule.sh:769
3484 msgid " Warn: $name doesn't contain commit $sha1_dst"
3487 #: git-submodule.sh:772
3489 msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3492 #: git-submodule.sh:797
3496 #: git-submodule.sh:798
3500 #: git-submodule.sh:969
3502 msgid "Synchronizing submodule url for '$name'"