1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2012-03-08 10:19+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
27 #. * Message used both when 'git commit' fails and when
28 #. * other commands doing a merge do.
32 "Fix them up in the work tree,\n"
33 "and then use 'git add/rm <file>' as\n"
34 "appropriate to mark resolution and make a commit,\n"
35 "or use 'git commit -a'."
40 msgid "could not parse %s"
45 msgid "%s %s is not a commit!"
48 #: compat/obstack.c:406 compat/obstack.c:408
49 msgid "memory exhausted"
53 msgid "Could not run 'git rev-list'"
58 msgid "failed write to rev-list: %s"
63 msgid "failed to close rev-list's stdin: %s"
68 msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
73 msgid " Unknown dirstat parameter '%.*s'\n"
79 "Found errors in 'diff.dirstat' config variable:\n"
84 msgid " 0 files changed\n"
89 msgid " %d file changed"
90 msgid_plural " %d files changed"
96 msgid ", %d insertion(+)"
97 msgid_plural ", %d insertions(+)"
103 msgid ", %d deletion(-)"
104 msgid_plural ", %d deletions(-)"
111 "Failed to parse --dirstat/-X option parameter:\n"
115 #: gpg-interface.c:59
116 msgid "could not run gpg."
119 #: gpg-interface.c:71
120 msgid "gpg did not accept the data"
123 #: gpg-interface.c:82
124 msgid "gpg failed to sign the data"
129 msgid "'%s': unable to read %s"
139 msgid "'%s': short read %s"
145 "'%s' appears to be a git command, but we were not\n"
146 "able to execute it. Maybe git-%s is broken?"
151 msgid "Your branch is ahead of '%s' by %d commit.\n"
152 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
158 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
160 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
167 "Your branch and '%s' have diverged,\n"
168 "and have %d and %d different commit each, respectively.\n"
170 "Your branch and '%s' have diverged,\n"
171 "and have %d and %d different commits each, respectively.\n"
175 #: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985
176 #: builtin/merge.c:1095 builtin/merge.c:1105
178 msgid "Could not open '%s' for writing"
181 #: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867
182 #: builtin/merge.c:1097 builtin/merge.c:1110
184 msgid "Could not write to '%s'"
189 "after resolving the conflicts, mark the corrected paths\n"
190 "with 'git add <paths>' or 'git rm <paths>'"
195 "after resolving the conflicts, mark the corrected paths\n"
196 "with 'git add <paths>' or 'git rm <paths>'\n"
197 "and commit the result with 'git commit'"
200 #: sequencer.c:159 sequencer.c:685 sequencer.c:768
202 msgid "Could not write to %s"
207 msgid "Error wrapping up %s"
211 msgid "Your local changes would be overwritten by cherry-pick."
215 msgid "Your local changes would be overwritten by revert."
219 msgid "Commit your changes or stash them to proceed."
222 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
225 msgid "%s: Unable to write new index file"
229 msgid "Your index file is unmerged."
233 msgid "You do not have a valid HEAD"
238 msgid "Commit %s is a merge but no -m option was given."
243 msgid "Commit %s does not have parent %d"
248 msgid "Mainline was specified but commit %s is not a merge."
251 #. TRANSLATORS: The first %s will be "revert" or
252 #. "cherry-pick", the second %s a SHA1
255 msgid "%s: cannot parse parent commit %s"
260 msgid "Cannot get commit message for %s"
265 msgid "could not revert %s... %s"
270 msgid "could not apply %s... %s"
273 #: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713
274 #: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348
275 #: builtin/shortlog.c:181
276 msgid "revision walk setup failed"
280 msgid "empty commit set passed"
285 msgid "git %s: failed to read the index"
290 msgid "git %s: failed to refresh the index"
295 msgid "Cannot %s during a %s"
300 msgid "Could not parse line %d."
304 msgid "No commits parsed."
309 msgid "Could not open %s"
314 msgid "Could not read %s."
319 msgid "Unusable instruction sheet: %s"
324 msgid "Invalid key: %s"
329 msgid "Invalid value for %s: %s"
334 msgid "Malformed options sheet: %s"
338 msgid "a cherry-pick or revert is already in progress"
342 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
347 msgid "Could not create sequencer directory %s"
350 #: sequencer.c:687 sequencer.c:772
352 msgid "Error wrapping up %s."
355 #: sequencer.c:706 sequencer.c:840
356 msgid "no cherry-pick or revert in progress"
360 msgid "cannot resolve HEAD"
364 msgid "cannot abort from a branch yet to be born"
369 msgid "cannot open %s: %s"
374 msgid "cannot read %s: %s"
378 msgid "unexpected end of file"
383 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
388 msgid "Could not format %s."
392 msgid "Can't revert as initial commit"
396 msgid "Can't cherry-pick into empty head"
400 msgid "Unmerged paths:"
403 #: wt-status.c:140 wt-status.c:157
405 msgid " (use \"git reset %s <file>...\" to unstage)"
408 #: wt-status.c:142 wt-status.c:159
409 msgid " (use \"git rm --cached <file>...\" to unstage)"
413 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
417 msgid "Changes to be committed:"
421 msgid "Changes not staged for commit:"
425 msgid " (use \"git add <file>...\" to update what will be committed)"
429 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
434 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
438 msgid " (commit or discard the untracked or modified content in submodules)"
448 msgid " (use \"git %s <file>...\" to include in what will be committed)"
456 msgid "both deleted:"
464 msgid "deleted by them:"
468 msgid "added by them:"
472 msgid "deleted by us:"
480 msgid "both modified:"
484 msgid "new commits, "
488 msgid "modified content, "
492 msgid "untracked content, "
502 msgid "copied: %s -> %s"
517 msgid "renamed: %s -> %s"
522 msgid "typechange: %s"
537 msgid "bug: unhandled diff status %c"
545 msgid "Not currently on any branch."
549 msgid "Initial commit"
562 msgid "Untracked files not listed%s"
566 msgid " (use -u option to show untracked files)"
575 msgid "no changes added to commit%s\n"
579 msgid " (use \"git add\" and/or \"git commit -a\")"
584 msgid "nothing added to commit but untracked files present%s\n"
588 msgid " (use \"git add\" to track)"
591 #: wt-status.c:769 wt-status.c:772 wt-status.c:775
593 msgid "nothing to commit%s\n"
597 msgid " (create/copy files and use \"git add\" to track)"
601 msgid " (use -u to show untracked files)"
605 msgid " (working directory clean)"
609 msgid "HEAD (no branch)"
613 msgid "Initial commit on "
620 #: wt-status.c:908 wt-status.c:911
630 msgid "unexpected diff status %c"
633 #: builtin/add.c:67 builtin/commit.c:298
634 msgid "updating files failed"
639 msgid "remove '%s'\n"
644 msgid "Path '%s' is in submodule '%.*s'"
648 msgid "Unstaged changes after refreshing the index:"
651 #: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
653 msgid "pathspec '%s' did not match any files"
658 msgid "'%s' is beyond a symbolic link"
662 msgid "Could not read the index"
667 msgid "Could not open '%s' for writing."
671 msgid "Could not write patch"
676 msgid "Could not stat '%s'"
680 msgid "Empty patch. Aborted."
685 msgid "Could not apply '%s'"
689 msgid "The following paths are ignored by one of your .gitignore files:\n"
694 msgid "Use -f if you really want to add them.\n"
698 msgid "no files added"
702 msgid "adding files failed"
706 msgid "-A and -u are mutually incompatible"
710 msgid "Option --ignore-missing can only be used together with --dry-run"
715 msgid "Nothing specified, nothing added.\n"
720 msgid "Maybe you wanted to say 'git add .'?\n"
723 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
725 msgid "index file corrupt"
728 #: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
729 msgid "Unable to write new index file"
732 #: builtin/archive.c:17
734 msgid "could not create archive file '%s'"
737 #: builtin/archive.c:20
738 msgid "could not redirect output"
741 #: builtin/archive.c:37
742 msgid "git archive: Remote with no URL"
745 #: builtin/archive.c:58
746 msgid "git archive: expected ACK/NAK, got EOF"
749 #: builtin/archive.c:63
751 msgid "git archive: NACK %s"
754 #: builtin/archive.c:65
756 msgid "remote error: %s"
759 #: builtin/archive.c:66
760 msgid "git archive: protocol error"
763 #: builtin/archive.c:71
764 msgid "git archive: expected a flush"
767 #: builtin/branch.c:137
770 "deleting branch '%s' that has been merged to\n"
771 " '%s', but not yet merged to HEAD."
774 #: builtin/branch.c:141
777 "not deleting branch '%s' that is not yet merged to\n"
778 " '%s', even though it is merged to HEAD."
781 #. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
782 #: builtin/branch.c:163
786 #: builtin/branch.c:171
787 msgid "cannot use -a with -d"
790 #: builtin/branch.c:177
791 msgid "Couldn't look up commit object for HEAD"
794 #: builtin/branch.c:182
796 msgid "Cannot delete the branch '%s' which you are currently on."
799 #: builtin/branch.c:192
801 msgid "%sbranch '%s' not found."
804 #: builtin/branch.c:200
806 msgid "Couldn't look up commit object for '%s'"
809 #: builtin/branch.c:206
812 "The branch '%s' is not fully merged.\n"
813 "If you are sure you want to delete it, run 'git branch -D %s'."
816 #: builtin/branch.c:214
818 msgid "Error deleting %sbranch '%s'"
821 #: builtin/branch.c:219
823 msgid "Deleted %sbranch %s (was %s).\n"
826 #: builtin/branch.c:224
827 msgid "Update of config-file failed"
830 #: builtin/branch.c:322
832 msgid "branch '%s' does not point at a commit"
835 #: builtin/branch.c:394
840 #: builtin/branch.c:396
845 #: builtin/branch.c:398
847 msgid "ahead %d, behind %d] "
850 #: builtin/branch.c:501
854 #: builtin/branch.c:566
855 msgid "some refs could not be read"
858 #: builtin/branch.c:579
859 msgid "cannot rename the current branch while not on any."
862 #: builtin/branch.c:589
864 msgid "Invalid branch name: '%s'"
867 #: builtin/branch.c:604
868 msgid "Branch rename failed"
871 #: builtin/branch.c:608
873 msgid "Renamed a misnamed branch '%s' away"
876 #: builtin/branch.c:612
878 msgid "Branch renamed to %s, but HEAD is not updated!"
881 #: builtin/branch.c:619
882 msgid "Branch is renamed, but update of config-file failed"
885 #: builtin/branch.c:634
887 msgid "malformed object name %s"
890 #: builtin/branch.c:658
892 msgid "could not write branch description template: %s\n"
895 #: builtin/branch.c:746
896 msgid "Failed to resolve HEAD as a valid ref."
899 #: builtin/branch.c:751 builtin/clone.c:558
900 msgid "HEAD not found below refs/heads!"
903 #: builtin/branch.c:809
904 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
907 #: builtin/bundle.c:47
912 #: builtin/bundle.c:56
913 msgid "Need a repository to create a bundle."
916 #: builtin/bundle.c:60
917 msgid "Need a repository to unbundle."
920 #: builtin/checkout.c:113 builtin/checkout.c:146
922 msgid "path '%s' does not have our version"
925 #: builtin/checkout.c:115 builtin/checkout.c:148
927 msgid "path '%s' does not have their version"
930 #: builtin/checkout.c:131
932 msgid "path '%s' does not have all necessary versions"
935 #: builtin/checkout.c:175
937 msgid "path '%s' does not have necessary versions"
940 #: builtin/checkout.c:192
942 msgid "path '%s': cannot merge"
945 #: builtin/checkout.c:209
947 msgid "Unable to add merge result for '%s'"
950 #: builtin/checkout.c:212 builtin/reset.c:158
952 msgid "make_cache_entry failed for path '%s'"
955 #: builtin/checkout.c:234 builtin/checkout.c:392
956 msgid "corrupt index file"
959 #: builtin/checkout.c:264 builtin/checkout.c:271
961 msgid "path '%s' is unmerged"
964 #: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
965 #: builtin/merge.c:811
966 msgid "unable to write new index file"
969 #: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
970 msgid "diff_setup_done failed"
973 #: builtin/checkout.c:414
974 msgid "you need to resolve your current index first"
977 #: builtin/checkout.c:533
979 msgid "Can not do reflog for '%s'\n"
982 #: builtin/checkout.c:565
983 msgid "HEAD is now at"
986 #: builtin/checkout.c:572
988 msgid "Reset branch '%s'\n"
991 #: builtin/checkout.c:575
993 msgid "Already on '%s'\n"
996 #: builtin/checkout.c:579
998 msgid "Switched to and reset branch '%s'\n"
1001 #: builtin/checkout.c:581
1003 msgid "Switched to a new branch '%s'\n"
1006 #: builtin/checkout.c:583
1008 msgid "Switched to branch '%s'\n"
1011 #: builtin/checkout.c:639
1013 msgid " ... and %d more.\n"
1016 #. The singular version
1017 #: builtin/checkout.c:645
1020 "Warning: you are leaving %d commit behind, not connected to\n"
1021 "any of your branches:\n"
1025 "Warning: you are leaving %d commits behind, not connected to\n"
1026 "any of your branches:\n"
1032 #: builtin/checkout.c:663
1035 "If you want to keep them by creating a new branch, this may be a good time\n"
1038 " git branch new_branch_name %s\n"
1042 #: builtin/checkout.c:692
1043 msgid "internal error in revision walk"
1046 #: builtin/checkout.c:696
1047 msgid "Previous HEAD position was"
1050 #: builtin/checkout.c:722
1051 msgid "You are on a branch yet to be born"
1055 #: builtin/checkout.c:853
1057 msgid "invalid reference: %s"
1060 #. case (1): want a tree
1061 #: builtin/checkout.c:892
1063 msgid "reference is not a tree: %s"
1066 #: builtin/checkout.c:972
1067 msgid "-B cannot be used with -b"
1070 #: builtin/checkout.c:981
1071 msgid "--patch is incompatible with all other options"
1074 #: builtin/checkout.c:984
1075 msgid "--detach cannot be used with -b/-B/--orphan"
1078 #: builtin/checkout.c:986
1079 msgid "--detach cannot be used with -t"
1082 #: builtin/checkout.c:992
1083 msgid "--track needs a branch name"
1086 #: builtin/checkout.c:999
1087 msgid "Missing branch name; try -b"
1090 #: builtin/checkout.c:1005
1091 msgid "--orphan and -b|-B are mutually exclusive"
1094 #: builtin/checkout.c:1007
1095 msgid "--orphan cannot be used with -t"
1098 #: builtin/checkout.c:1017
1099 msgid "git checkout: -f and -m are incompatible"
1102 #: builtin/checkout.c:1051
1103 msgid "invalid path specification"
1106 #: builtin/checkout.c:1059
1109 "git checkout: updating paths is incompatible with switching branches.\n"
1110 "Did you intend to checkout '%s' which can not be resolved as commit?"
1113 #: builtin/checkout.c:1061
1114 msgid "git checkout: updating paths is incompatible with switching branches."
1117 #: builtin/checkout.c:1066
1118 msgid "git checkout: --detach does not take a path argument"
1121 #: builtin/checkout.c:1069
1123 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1124 "checking out of the index."
1127 #: builtin/checkout.c:1088
1128 msgid "Cannot switch branch to a non-commit."
1131 #: builtin/checkout.c:1091
1132 msgid "--ours/--theirs is incompatible with switching branches."
1135 #: builtin/clean.c:78
1136 msgid "-x and -X cannot be used together"
1139 #: builtin/clean.c:82
1141 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1144 #: builtin/clean.c:85
1146 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1150 #: builtin/clean.c:155 builtin/clean.c:176
1152 msgid "Would remove %s\n"
1155 #: builtin/clean.c:159 builtin/clean.c:179
1157 msgid "Removing %s\n"
1160 #: builtin/clean.c:162 builtin/clean.c:182
1162 msgid "failed to remove %s"
1165 #: builtin/clean.c:166
1167 msgid "Would not remove %s\n"
1170 #: builtin/clean.c:168
1172 msgid "Not removing %s\n"
1175 #: builtin/clone.c:243
1177 msgid "reference repository '%s' is not a local directory."
1180 #: builtin/clone.c:302
1182 msgid "failed to open '%s'"
1185 #: builtin/clone.c:306
1187 msgid "failed to create directory '%s'"
1190 #: builtin/clone.c:308 builtin/diff.c:75
1192 msgid "failed to stat '%s'"
1195 #: builtin/clone.c:310
1197 msgid "%s exists and is not a directory"
1200 #: builtin/clone.c:324
1202 msgid "failed to stat %s\n"
1205 #: builtin/clone.c:341
1207 msgid "failed to unlink '%s'"
1210 #: builtin/clone.c:346
1212 msgid "failed to create link '%s'"
1215 #: builtin/clone.c:350
1217 msgid "failed to copy file to '%s'"
1220 #: builtin/clone.c:373
1225 #: builtin/clone.c:440
1227 msgid "Could not find remote branch %s to clone."
1230 #: builtin/clone.c:549
1231 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1234 #: builtin/clone.c:639
1235 msgid "Too many arguments."
1238 #: builtin/clone.c:643
1239 msgid "You must specify a repository to clone."
1242 #: builtin/clone.c:654
1244 msgid "--bare and --origin %s options are incompatible."
1247 #: builtin/clone.c:668
1249 msgid "repository '%s' does not exist"
1252 #: builtin/clone.c:673
1253 msgid "--depth is ignored in local clones; use file:// instead."
1256 #: builtin/clone.c:683
1258 msgid "destination path '%s' already exists and is not an empty directory."
1261 #: builtin/clone.c:693
1263 msgid "working tree '%s' already exists."
1266 #: builtin/clone.c:706 builtin/clone.c:720
1268 msgid "could not create leading directories of '%s'"
1271 #: builtin/clone.c:709
1273 msgid "could not create work tree dir '%s'."
1276 #: builtin/clone.c:728
1278 msgid "Cloning into bare repository '%s'...\n"
1281 #: builtin/clone.c:730
1283 msgid "Cloning into '%s'...\n"
1286 #: builtin/clone.c:786
1288 msgid "Don't know how to clone %s"
1291 #: builtin/clone.c:835
1293 msgid "Remote branch %s not found in upstream %s"
1296 #: builtin/clone.c:842
1297 msgid "You appear to have cloned an empty repository."
1300 #: builtin/commit.c:42
1302 "Your name and email address were configured automatically based\n"
1303 "on your username and hostname. Please check that they are accurate.\n"
1304 "You can suppress this message by setting them explicitly:\n"
1306 " git config --global user.name \"Your Name\"\n"
1307 " git config --global user.email you@example.com\n"
1309 "After doing this, you may fix the identity used for this commit with:\n"
1311 " git commit --amend --reset-author\n"
1314 #: builtin/commit.c:54
1316 "You asked to amend the most recent commit, but doing so would make\n"
1317 "it empty. You can repeat your command with --allow-empty, or you can\n"
1318 "remove the commit entirely with \"git reset HEAD^\".\n"
1321 #: builtin/commit.c:59
1323 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1324 "If you wish to commit it anyway, use:\n"
1326 " git commit --allow-empty\n"
1328 "Otherwise, please use 'git reset'\n"
1331 #: builtin/commit.c:205 builtin/reset.c:33
1335 #: builtin/commit.c:208
1339 #: builtin/commit.c:325
1340 msgid "failed to unpack HEAD tree object"
1343 #: builtin/commit.c:367
1344 msgid "unable to create temporary index"
1347 #: builtin/commit.c:373
1348 msgid "interactive add failed"
1351 #: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1352 msgid "unable to write new_index file"
1355 #: builtin/commit.c:457
1357 msgid "cannot do a partial commit during a %s."
1360 #: builtin/commit.c:466
1361 msgid "cannot read the index"
1364 #: builtin/commit.c:486
1365 msgid "unable to write temporary index file"
1368 #: builtin/commit.c:550 builtin/commit.c:556
1370 msgid "invalid commit: %s"
1373 #: builtin/commit.c:579
1374 msgid "malformed --author parameter"
1377 #: builtin/commit.c:635
1379 msgid "Malformed ident string: '%s'"
1382 #: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1384 msgid "could not lookup commit %s"
1387 #: builtin/commit.c:682 builtin/shortlog.c:296
1389 msgid "(reading log message from standard input)\n"
1392 #: builtin/commit.c:684
1393 msgid "could not read log from standard input"
1396 #: builtin/commit.c:688
1398 msgid "could not read log file '%s'"
1401 #: builtin/commit.c:694
1402 msgid "commit has empty message"
1405 #: builtin/commit.c:710
1406 msgid "could not read MERGE_MSG"
1409 #: builtin/commit.c:714
1410 msgid "could not read SQUASH_MSG"
1413 #: builtin/commit.c:718
1415 msgid "could not read '%s'"
1418 #: builtin/commit.c:746
1420 msgid "could not open '%s'"
1423 #: builtin/commit.c:770
1424 msgid "could not write commit template"
1427 #: builtin/commit.c:783
1431 "It looks like you may be committing a %s.\n"
1432 "If this is not correct, please remove the file\n"
1437 #: builtin/commit.c:796
1438 msgid "Please enter the commit message for your changes."
1441 #: builtin/commit.c:799
1444 "with '#' will be ignored, and an empty message aborts the commit.\n"
1447 #: builtin/commit.c:804
1450 "with '#' will be kept; you may remove them yourself if you want to.\n"
1451 "An empty message aborts the commit.\n"
1454 #: builtin/commit.c:816
1456 msgid "%sAuthor: %s"
1459 #: builtin/commit.c:823
1461 msgid "%sCommitter: %s"
1464 #: builtin/commit.c:843
1465 msgid "Cannot read index"
1468 #: builtin/commit.c:880
1469 msgid "Error building trees"
1472 #: builtin/commit.c:895 builtin/tag.c:357
1474 msgid "Please supply the message using either -m or -F option.\n"
1477 #: builtin/commit.c:975
1479 msgid "No existing author found with '%s'"
1482 #: builtin/commit.c:990 builtin/commit.c:1182
1484 msgid "Invalid untracked files mode '%s'"
1487 #: builtin/commit.c:1030
1488 msgid "Using both --reset-author and --author does not make sense"
1491 #: builtin/commit.c:1041
1492 msgid "You have nothing to amend."
1495 #: builtin/commit.c:1043
1497 msgid "You are in the middle of a %s -- cannot amend."
1500 #: builtin/commit.c:1045
1501 msgid "Options --squash and --fixup cannot be used together"
1504 #: builtin/commit.c:1055
1505 msgid "Only one of -c/-C/-F/--fixup can be used."
1508 #: builtin/commit.c:1057
1509 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1512 #: builtin/commit.c:1063
1513 msgid "--reset-author can be used only with -C, -c or --amend."
1516 #: builtin/commit.c:1080
1517 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1520 #: builtin/commit.c:1082
1521 msgid "No paths with --include/--only does not make sense."
1524 #: builtin/commit.c:1084
1525 msgid "Clever... amending the last one with dirty index."
1528 #: builtin/commit.c:1086
1529 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1532 #: builtin/commit.c:1096 builtin/tag.c:556
1534 msgid "Invalid cleanup mode %s"
1537 #: builtin/commit.c:1101
1538 msgid "Paths with -a does not make sense."
1541 #: builtin/commit.c:1280
1542 msgid "couldn't look up newly created commit"
1545 #: builtin/commit.c:1282
1546 msgid "could not parse newly created commit"
1549 #: builtin/commit.c:1323
1550 msgid "detached HEAD"
1553 #: builtin/commit.c:1325
1554 msgid " (root-commit)"
1557 #: builtin/commit.c:1415
1558 msgid "could not parse HEAD commit"
1561 #: builtin/commit.c:1452 builtin/merge.c:509
1563 msgid "could not open '%s' for reading"
1566 #: builtin/commit.c:1459
1568 msgid "Corrupt MERGE_HEAD file (%s)"
1571 #: builtin/commit.c:1466
1572 msgid "could not read MERGE_MODE"
1575 #: builtin/commit.c:1485
1577 msgid "could not read commit message: %s"
1580 #: builtin/commit.c:1499
1582 msgid "Aborting commit due to empty commit message.\n"
1585 #: builtin/commit.c:1514 builtin/merge.c:935 builtin/merge.c:968
1586 msgid "failed to write commit object"
1589 #: builtin/commit.c:1535
1590 msgid "cannot lock HEAD ref"
1593 #: builtin/commit.c:1539
1594 msgid "cannot update HEAD ref"
1597 #: builtin/commit.c:1550
1599 "Repository has been updated, but unable to write\n"
1600 "new_index file. Check that disk is not full or quota is\n"
1601 "not exceeded, and then \"git reset HEAD\" to recover."
1604 #: builtin/describe.c:234
1606 msgid "annotated tag %s not available"
1609 #: builtin/describe.c:238
1611 msgid "annotated tag %s has no embedded name"
1614 #: builtin/describe.c:240
1616 msgid "tag '%s' is really '%s' here"
1619 #: builtin/describe.c:267
1621 msgid "Not a valid object name %s"
1624 #: builtin/describe.c:270
1626 msgid "%s is not a valid '%s' object"
1629 #: builtin/describe.c:287
1631 msgid "no tag exactly matches '%s'"
1634 #: builtin/describe.c:289
1636 msgid "searching to describe %s\n"
1639 #: builtin/describe.c:329
1641 msgid "finished search at %s\n"
1644 #: builtin/describe.c:353
1647 "No annotated tags can describe '%s'.\n"
1648 "However, there were unannotated tags: try --tags."
1651 #: builtin/describe.c:357
1654 "No tags can describe '%s'.\n"
1655 "Try --always, or create some tags."
1658 #: builtin/describe.c:378
1660 msgid "traversed %lu commits\n"
1663 #: builtin/describe.c:381
1666 "more than %i tags found; listed %i most recent\n"
1667 "gave up search at %s\n"
1670 #: builtin/describe.c:436
1671 msgid "--long is incompatible with --abbrev=0"
1674 #: builtin/describe.c:462
1675 msgid "No names found, cannot describe anything."
1678 #: builtin/describe.c:482
1679 msgid "--dirty is incompatible with committishes"
1682 #: builtin/diff.c:77
1684 msgid "'%s': not a regular file or symlink"
1687 #: builtin/diff.c:220
1689 msgid "invalid option: %s"
1692 #: builtin/diff.c:297
1693 msgid "Not a git repository"
1696 #: builtin/diff.c:347
1698 msgid "invalid object '%s' given."
1701 #: builtin/diff.c:352
1703 msgid "more than %d trees given: '%s'"
1706 #: builtin/diff.c:362
1708 msgid "more than two blobs given: '%s'"
1711 #: builtin/diff.c:370
1713 msgid "unhandled object '%s' given."
1716 #: builtin/fetch.c:200
1717 msgid "Couldn't find remote ref HEAD"
1720 #: builtin/fetch.c:252
1722 msgid "object %s not found"
1725 #: builtin/fetch.c:258
1726 msgid "[up to date]"
1729 #: builtin/fetch.c:272
1731 msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
1734 #: builtin/fetch.c:273 builtin/fetch.c:351
1738 #: builtin/fetch.c:284
1739 msgid "[tag update]"
1742 #: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1743 msgid " (unable to update local ref)"
1746 #: builtin/fetch.c:298
1750 #: builtin/fetch.c:302
1751 msgid "[new branch]"
1754 #: builtin/fetch.c:347
1755 msgid "unable to update local ref"
1758 #: builtin/fetch.c:347
1759 msgid "forced update"
1762 #: builtin/fetch.c:353
1763 msgid "(non-fast-forward)"
1766 #: builtin/fetch.c:384 builtin/fetch.c:676
1768 msgid "cannot open %s: %s\n"
1771 #: builtin/fetch.c:393
1773 msgid "%s did not send all necessary objects\n"
1776 #: builtin/fetch.c:479
1781 #: builtin/fetch.c:490
1784 "some local refs could not be updated; try running\n"
1785 " 'git remote prune %s' to remove any old, conflicting branches"
1788 #: builtin/fetch.c:540
1790 msgid " (%s will become dangling)\n"
1793 #: builtin/fetch.c:541
1795 msgid " (%s has become dangling)\n"
1798 #: builtin/fetch.c:548
1802 #: builtin/fetch.c:549
1806 #: builtin/fetch.c:666
1808 msgid "Refusing to fetch into current branch %s of non-bare repository"
1811 #: builtin/fetch.c:700
1813 msgid "Don't know how to fetch from %s"
1816 #: builtin/fetch.c:777
1818 msgid "Option \"%s\" value \"%s\" is not valid for %s"
1821 #: builtin/fetch.c:780
1823 msgid "Option \"%s\" is ignored for %s\n"
1826 #: builtin/fetch.c:879
1828 msgid "Fetching %s\n"
1831 #: builtin/fetch.c:881
1833 msgid "Could not fetch %s"
1836 #: builtin/fetch.c:898
1838 "No remote repository specified. Please, specify either a URL or a\n"
1839 "remote name from which new revisions should be fetched."
1842 #: builtin/fetch.c:918
1843 msgid "You need to specify a tag name."
1846 #: builtin/fetch.c:970
1847 msgid "fetch --all does not take a repository argument"
1850 #: builtin/fetch.c:972
1851 msgid "fetch --all does not make sense with refspecs"
1854 #: builtin/fetch.c:983
1856 msgid "No such remote or remote group: %s"
1859 #: builtin/fetch.c:991
1860 msgid "Fetching a group and specifying refspecs does not make sense"
1865 msgid "Invalid %s: '%s'"
1869 msgid "Too many options specified"
1874 msgid "insanely long object directory %.*s"
1879 msgid "Auto packing the repository for optimum performance.\n"
1885 "Auto packing the repository for optimum performance. You may also\n"
1886 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
1891 "There are too many unreachable loose objects; run 'git prune' to remove them."
1894 #: builtin/grep.c:216
1896 msgid "grep: failed to create thread: %s"
1899 #: builtin/grep.c:402
1901 msgid "Failed to chdir: %s"
1904 #: builtin/grep.c:478 builtin/grep.c:512
1906 msgid "unable to read tree (%s)"
1909 #: builtin/grep.c:526
1911 msgid "unable to grep from object of type %s"
1914 #: builtin/grep.c:584
1916 msgid "switch `%c' expects a numerical value"
1919 #: builtin/grep.c:601
1921 msgid "cannot open '%s'"
1924 #: builtin/grep.c:888
1925 msgid "no pattern given."
1928 #: builtin/grep.c:902
1930 msgid "bad object %s"
1933 #: builtin/grep.c:943
1934 msgid "--open-files-in-pager only works on the worktree"
1937 #: builtin/grep.c:966
1938 msgid "--cached or --untracked cannot be used with --no-index."
1941 #: builtin/grep.c:971
1942 msgid "--no-index or --untracked cannot be used with revs."
1945 #: builtin/grep.c:974
1946 msgid "--[no-]exclude-standard cannot be used for tracked contents."
1949 #: builtin/grep.c:982
1950 msgid "both --cached and trees are given."
1953 #: builtin/init-db.c:35
1955 msgid "Could not make %s writable by group"
1958 #: builtin/init-db.c:62
1960 msgid "insanely long template name %s"
1963 #: builtin/init-db.c:67
1965 msgid "cannot stat '%s'"
1968 #: builtin/init-db.c:73
1970 msgid "cannot stat template '%s'"
1973 #: builtin/init-db.c:80
1975 msgid "cannot opendir '%s'"
1978 #: builtin/init-db.c:97
1980 msgid "cannot readlink '%s'"
1983 #: builtin/init-db.c:99
1985 msgid "insanely long symlink %s"
1988 #: builtin/init-db.c:102
1990 msgid "cannot symlink '%s' '%s'"
1993 #: builtin/init-db.c:106
1995 msgid "cannot copy '%s' to '%s'"
1998 #: builtin/init-db.c:110
2000 msgid "ignoring template %s"
2003 #: builtin/init-db.c:133
2005 msgid "insanely long template path %s"
2008 #: builtin/init-db.c:141
2010 msgid "templates not found %s"
2013 #: builtin/init-db.c:154
2015 msgid "not copying templates of a wrong format version %d from '%s'"
2018 #: builtin/init-db.c:192
2020 msgid "insane git directory %s"
2023 #: builtin/init-db.c:322 builtin/init-db.c:325
2025 msgid "%s already exists"
2028 #: builtin/init-db.c:354
2030 msgid "unable to handle file type %d"
2033 #: builtin/init-db.c:357
2035 msgid "unable to move %s to %s"
2038 #: builtin/init-db.c:362
2040 msgid "Could not create git link %s"
2044 #. * TRANSLATORS: The first '%s' is either "Reinitialized
2045 #. * existing" or "Initialized empty", the second " shared" or
2046 #. * "", and the last '%s%s' is the verbatim directory name.
2048 #: builtin/init-db.c:419
2050 msgid "%s%s Git repository in %s%s\n"
2053 #: builtin/init-db.c:420
2054 msgid "Reinitialized existing"
2057 #: builtin/init-db.c:420
2058 msgid "Initialized empty"
2061 #: builtin/init-db.c:421
2065 #: builtin/init-db.c:440
2066 msgid "cannot tell cwd"
2069 #: builtin/init-db.c:521 builtin/init-db.c:528
2071 msgid "cannot mkdir %s"
2074 #: builtin/init-db.c:532
2076 msgid "cannot chdir to %s"
2079 #: builtin/init-db.c:554
2082 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2086 #: builtin/init-db.c:578
2087 msgid "Cannot access current working directory"
2090 #: builtin/init-db.c:585
2092 msgid "Cannot access work tree '%s'"
2095 #: builtin/log.c:187
2097 msgid "Final output: %d %s\n"
2100 #: builtin/log.c:395 builtin/log.c:483
2102 msgid "Could not read object %s"
2105 #: builtin/log.c:507
2107 msgid "Unknown type: %d"
2110 #: builtin/log.c:596
2111 msgid "format.headers without value"
2114 #: builtin/log.c:669
2115 msgid "name of output directory is too long"
2118 #: builtin/log.c:680
2120 msgid "Cannot open patch file %s"
2123 #: builtin/log.c:694
2124 msgid "Need exactly one range."
2127 #: builtin/log.c:702
2128 msgid "Not a range."
2131 #: builtin/log.c:739
2132 msgid "Could not extract email from committer identity."
2135 #: builtin/log.c:785
2136 msgid "Cover letter needs email format"
2139 #: builtin/log.c:879
2141 msgid "insane in-reply-to: %s"
2144 #: builtin/log.c:952
2145 msgid "Two output directories?"
2148 #: builtin/log.c:1173
2150 msgid "bogus committer info %s"
2153 #: builtin/log.c:1218
2154 msgid "-n and -k are mutually exclusive."
2157 #: builtin/log.c:1220
2158 msgid "--subject-prefix and -k are mutually exclusive."
2161 #: builtin/log.c:1225 builtin/shortlog.c:284
2163 msgid "unrecognized argument: %s"
2166 #: builtin/log.c:1228
2167 msgid "--name-only does not make sense"
2170 #: builtin/log.c:1230
2171 msgid "--name-status does not make sense"
2174 #: builtin/log.c:1232
2175 msgid "--check does not make sense"
2178 #: builtin/log.c:1255
2179 msgid "standard output, or directory, which one?"
2182 #: builtin/log.c:1257
2184 msgid "Could not create directory '%s'"
2187 #: builtin/log.c:1410
2188 msgid "Failed to create output files"
2191 #: builtin/log.c:1514
2194 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
2197 #: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:1544
2199 msgid "Unknown commit %s"
2202 #: builtin/merge.c:91
2203 msgid "switch `m' requires a value"
2206 #: builtin/merge.c:128
2208 msgid "Could not find merge strategy '%s'.\n"
2211 #: builtin/merge.c:129
2213 msgid "Available strategies are:"
2216 #: builtin/merge.c:134
2218 msgid "Available custom strategies are:"
2221 #: builtin/merge.c:241
2222 msgid "could not run stash."
2225 #: builtin/merge.c:246
2226 msgid "stash failed"
2229 #: builtin/merge.c:251
2231 msgid "not a valid object: %s"
2234 #: builtin/merge.c:270 builtin/merge.c:287
2235 msgid "read-tree failed"
2238 #: builtin/merge.c:317
2239 msgid " (nothing to squash)"
2242 #: builtin/merge.c:330
2244 msgid "Squash commit -- not updating HEAD\n"
2247 #: builtin/merge.c:362
2248 msgid "Writing SQUASH_MSG"
2251 #: builtin/merge.c:364
2252 msgid "Finishing SQUASH_MSG"
2255 #: builtin/merge.c:386
2257 msgid "No merge message -- not updating HEAD\n"
2260 #: builtin/merge.c:437
2262 msgid "'%s' does not point to a commit"
2265 #: builtin/merge.c:536
2267 msgid "Bad branch.%s.mergeoptions string: %s"
2270 #: builtin/merge.c:629
2271 msgid "git write-tree failed to write a tree"
2274 #: builtin/merge.c:679
2275 msgid "failed to read the cache"
2278 #: builtin/merge.c:696
2279 msgid "Unable to write index."
2282 #: builtin/merge.c:709
2283 msgid "Not handling anything other than two heads merge."
2286 #: builtin/merge.c:723
2288 msgid "Unknown option for merge-recursive: -X%s"
2291 #: builtin/merge.c:737
2293 msgid "unable to write %s"
2296 #: builtin/merge.c:876
2298 msgid "Could not read from '%s'"
2301 #: builtin/merge.c:885
2303 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2306 #: builtin/merge.c:891
2308 "Please enter a commit message to explain why this merge is necessary,\n"
2309 "especially if it merges an updated upstream into a topic branch.\n"
2311 "Lines starting with '#' will be ignored, and an empty message aborts\n"
2315 #: builtin/merge.c:915
2316 msgid "Empty commit message."
2319 #: builtin/merge.c:927
2321 msgid "Wonderful.\n"
2324 #: builtin/merge.c:1000
2326 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2329 #: builtin/merge.c:1016
2331 msgid "'%s' is not a commit"
2334 #: builtin/merge.c:1057
2335 msgid "No current branch."
2338 #: builtin/merge.c:1059
2339 msgid "No remote for the current branch."
2342 #: builtin/merge.c:1061
2343 msgid "No default upstream defined for the current branch."
2346 #: builtin/merge.c:1066
2348 msgid "No remote tracking branch for %s from %s"
2351 #: builtin/merge.c:1188
2352 msgid "There is no merge to abort (MERGE_HEAD missing)."
2355 #: builtin/merge.c:1204 git-pull.sh:31
2357 "You have not concluded your merge (MERGE_HEAD exists).\n"
2358 "Please, commit your changes before you can merge."
2361 #: builtin/merge.c:1207 git-pull.sh:34
2362 msgid "You have not concluded your merge (MERGE_HEAD exists)."
2365 #: builtin/merge.c:1211
2367 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2368 "Please, commit your changes before you can merge."
2371 #: builtin/merge.c:1214
2372 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2375 #: builtin/merge.c:1223
2376 msgid "You cannot combine --squash with --no-ff."
2379 #: builtin/merge.c:1228
2380 msgid "You cannot combine --no-ff with --ff-only."
2383 #: builtin/merge.c:1235
2384 msgid "No commit specified and merge.defaultToUpstream not set."
2387 #: builtin/merge.c:1266
2388 msgid "Can merge only exactly one commit into empty head"
2391 #: builtin/merge.c:1269
2392 msgid "Squash commit into empty head not supported yet"
2395 #: builtin/merge.c:1271
2396 msgid "Non-fast-forward commit does not make sense into an empty head"
2399 #: builtin/merge.c:1275 builtin/merge.c:1319
2401 msgid "%s - not something we can merge"
2404 #: builtin/merge.c:1385
2406 msgid "Updating %s..%s\n"
2409 #: builtin/merge.c:1423
2411 msgid "Trying really trivial in-index merge...\n"
2414 #: builtin/merge.c:1430
2419 #: builtin/merge.c:1462
2420 msgid "Not possible to fast-forward, aborting."
2423 #: builtin/merge.c:1485 builtin/merge.c:1562
2425 msgid "Rewinding the tree to pristine...\n"
2428 #: builtin/merge.c:1489
2430 msgid "Trying merge strategy %s...\n"
2433 #: builtin/merge.c:1553
2435 msgid "No merge strategy handled the merge.\n"
2438 #: builtin/merge.c:1555
2440 msgid "Merge with strategy %s failed.\n"
2443 #: builtin/merge.c:1564
2445 msgid "Using the %s to prepare resolving by hand.\n"
2448 #: builtin/merge.c:1575
2450 msgid "Automatic merge went well; stopped before committing as requested\n"
2455 msgid "Checking rename of '%s' to '%s'\n"
2463 msgid "can not move directory into itself"
2467 msgid "cannot move directory over file"
2472 msgid "Huh? %.*s is in index?"
2476 msgid "source directory is empty"
2480 msgid "not under version control"
2484 msgid "destination exists"
2489 msgid "overwriting '%s'"
2493 msgid "Cannot overwrite"
2497 msgid "multiple sources for the same target"
2502 msgid "%s, source=%s, destination=%s"
2507 msgid "Renaming %s to %s\n"
2512 msgid "renaming '%s' failed"
2515 #: builtin/notes.c:139
2517 msgid "unable to start 'show' for object '%s'"
2520 #: builtin/notes.c:145
2521 msgid "can't fdopen 'show' output fd"
2524 #: builtin/notes.c:155
2526 msgid "failed to close pipe to 'show' for object '%s'"
2529 #: builtin/notes.c:158
2531 msgid "failed to finish 'show' for object '%s'"
2534 #: builtin/notes.c:175 builtin/tag.c:343
2536 msgid "could not create file '%s'"
2539 #: builtin/notes.c:189
2540 msgid "Please supply the note contents using either -m or -F option"
2543 #: builtin/notes.c:210 builtin/notes.c:973
2545 msgid "Removing note for object %s\n"
2548 #: builtin/notes.c:215
2549 msgid "unable to write note object"
2552 #: builtin/notes.c:217
2554 msgid "The note contents has been left in %s"
2557 #: builtin/notes.c:251 builtin/tag.c:521
2559 msgid "cannot read '%s'"
2562 #: builtin/notes.c:253 builtin/tag.c:524
2564 msgid "could not open or read '%s'"
2567 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2568 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2569 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2570 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2572 msgid "Failed to resolve '%s' as a valid ref."
2575 #: builtin/notes.c:275
2577 msgid "Failed to read object '%s'."
2580 #: builtin/notes.c:299
2581 msgid "Cannot commit uninitialized/unreferenced notes tree"
2584 #: builtin/notes.c:340
2586 msgid "Bad notes.rewriteMode value: '%s'"
2589 #: builtin/notes.c:350
2591 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2594 #. TRANSLATORS: The first %s is the name of the
2595 #. environment variable, the second %s is its value
2596 #: builtin/notes.c:377
2598 msgid "Bad %s value: '%s'"
2601 #: builtin/notes.c:441
2603 msgid "Malformed input line: '%s'."
2606 #: builtin/notes.c:456
2608 msgid "Failed to copy notes from '%s' to '%s'"
2611 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2612 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2613 #: builtin/notes.c:1033
2614 msgid "too many parameters"
2617 #: builtin/notes.c:513 builtin/notes.c:772
2619 msgid "No note found for object %s."
2622 #: builtin/notes.c:580
2625 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2629 #: builtin/notes.c:585 builtin/notes.c:662
2631 msgid "Overwriting existing notes for object %s\n"
2634 #: builtin/notes.c:635
2635 msgid "too few parameters"
2638 #: builtin/notes.c:656
2641 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2645 #: builtin/notes.c:668
2647 msgid "Missing notes on source object %s. Cannot copy."
2650 #: builtin/notes.c:717
2653 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2654 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2657 #: builtin/notes.c:971
2659 msgid "Object %s has no note\n"
2662 #: builtin/notes.c:1103
2664 msgid "Unknown subcommand: %s"
2667 #: builtin/pack-objects.c:2310
2669 msgid "unsupported index version %s"
2672 #: builtin/pack-objects.c:2314
2674 msgid "bad index version '%s'"
2677 #: builtin/pack-objects.c:2322
2679 msgid "option %s does not accept negative form"
2682 #: builtin/pack-objects.c:2326
2684 msgid "unable to parse value '%s' for option %s"
2687 #: builtin/push.c:44
2688 msgid "tag shorthand without <tag>"
2691 #: builtin/push.c:63
2692 msgid "--delete only accepts plain target ref names"
2695 #: builtin/push.c:73
2698 "You are not currently on a branch.\n"
2699 "To push the history leading to the current (detached HEAD)\n"
2702 " git push %s HEAD:<name-of-remote-branch>\n"
2705 #: builtin/push.c:80
2708 "The current branch %s has no upstream branch.\n"
2709 "To push the current branch and set the remote as upstream, use\n"
2711 " git push --set-upstream %s %s\n"
2714 #: builtin/push.c:88
2716 msgid "The current branch %s has multiple upstream branches, refusing to push."
2719 #: builtin/push.c:111
2721 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
2724 #: builtin/push.c:131
2726 msgid "Pushing to %s\n"
2729 #: builtin/push.c:135
2731 msgid "failed to push some refs to '%s'"
2734 #: builtin/push.c:143
2737 "To prevent you from losing history, non-fast-forward updates were rejected\n"
2738 "Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"
2739 "'Note about fast-forwards' section of 'git push --help' for details.\n"
2742 #: builtin/push.c:160
2744 msgid "bad repository '%s'"
2747 #: builtin/push.c:161
2749 "No configured push destination.\n"
2750 "Either specify the URL from the command-line or configure a remote "
2751 "repository using\n"
2753 " git remote add <name> <url>\n"
2755 "and then push using the remote name\n"
2757 " git push <name>\n"
2760 #: builtin/push.c:176
2761 msgid "--all and --tags are incompatible"
2764 #: builtin/push.c:177
2765 msgid "--all can't be combined with refspecs"
2768 #: builtin/push.c:182
2769 msgid "--mirror and --tags are incompatible"
2772 #: builtin/push.c:183
2773 msgid "--mirror can't be combined with refspecs"
2776 #: builtin/push.c:188
2777 msgid "--all and --mirror are incompatible"
2780 #: builtin/push.c:274
2781 msgid "--delete is incompatible with --all, --mirror and --tags"
2784 #: builtin/push.c:276
2785 msgid "--delete doesn't make sense without any refs"
2788 #: builtin/reset.c:33
2792 #: builtin/reset.c:33
2796 #: builtin/reset.c:33
2800 #: builtin/reset.c:33
2804 #: builtin/reset.c:77
2805 msgid "You do not have a valid HEAD."
2808 #: builtin/reset.c:79
2809 msgid "Failed to find tree of HEAD."
2812 #: builtin/reset.c:85
2814 msgid "Failed to find tree of %s."
2817 #: builtin/reset.c:96
2818 msgid "Could not write new index file."
2821 #: builtin/reset.c:106
2823 msgid "HEAD is now at %s"
2826 #: builtin/reset.c:130
2827 msgid "Could not read index"
2830 #: builtin/reset.c:133
2831 msgid "Unstaged changes after reset:"
2834 #: builtin/reset.c:223
2836 msgid "Cannot do a %s reset in the middle of a merge."
2839 #: builtin/reset.c:297
2841 msgid "Could not parse object '%s'."
2844 #: builtin/reset.c:302
2845 msgid "--patch is incompatible with --{hard,mixed,soft}"
2848 #: builtin/reset.c:311
2849 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2852 #: builtin/reset.c:313
2854 msgid "Cannot do %s reset with paths."
2857 #: builtin/reset.c:325
2859 msgid "%s reset is not allowed in a bare repository"
2862 #: builtin/reset.c:341
2864 msgid "Could not reset index file to revision '%s'."
2867 #: builtin/revert.c:70 builtin/revert.c:91
2869 msgid "%s: %s cannot be used with %s"
2872 #: builtin/revert.c:126
2873 msgid "program error"
2876 #: builtin/revert.c:209
2877 msgid "revert failed"
2880 #: builtin/revert.c:224
2881 msgid "cherry-pick failed"
2887 "'%s' has staged content different from both the file and the HEAD\n"
2888 "(use -f to force removal)"
2894 "'%s' has changes staged in the index\n"
2895 "(use --cached to keep the file, or -f to force removal)"
2901 "'%s' has local modifications\n"
2902 "(use --cached to keep the file, or -f to force removal)"
2907 msgid "not removing '%s' recursively without -r"
2912 msgid "git rm: unable to remove %s"
2915 #: builtin/shortlog.c:157
2917 msgid "Missing author: %s"
2922 msgid "malformed object at '%s'"
2925 #: builtin/tag.c:205
2927 msgid "tag name too long: %.*s..."
2930 #: builtin/tag.c:210
2932 msgid "tag '%s' not found."
2935 #: builtin/tag.c:225
2937 msgid "Deleted tag '%s' (was %s)\n"
2940 #: builtin/tag.c:237
2942 msgid "could not verify the tag '%s'"
2945 #: builtin/tag.c:247
2949 "# Write a tag message\n"
2950 "# Lines starting with '#' will be ignored.\n"
2954 #: builtin/tag.c:254
2958 "# Write a tag message\n"
2959 "# Lines starting with '#' will be kept; you may remove them yourself if you "
2964 #: builtin/tag.c:294
2965 msgid "unable to sign the tag"
2968 #: builtin/tag.c:296
2969 msgid "unable to write tag file"
2972 #: builtin/tag.c:321
2973 msgid "bad object type."
2976 #: builtin/tag.c:334
2977 msgid "tag header too big."
2980 #: builtin/tag.c:366
2981 msgid "no tag message?"
2984 #: builtin/tag.c:372
2986 msgid "The tag message has been left in %s\n"
2989 #: builtin/tag.c:421
2990 msgid "switch 'points-at' requires an object"
2993 #: builtin/tag.c:423
2995 msgid "malformed object name '%s'"
2998 #: builtin/tag.c:502
2999 msgid "-n option is only allowed with -l."
3002 #: builtin/tag.c:504
3003 msgid "--contains option is only allowed with -l."
3006 #: builtin/tag.c:506
3007 msgid "--points-at option is only allowed with -l."
3010 #: builtin/tag.c:514
3011 msgid "only one -F or -m option is allowed."
3014 #: builtin/tag.c:534
3015 msgid "too many params"
3018 #: builtin/tag.c:540
3020 msgid "'%s' is not a valid tag name."
3023 #: builtin/tag.c:545
3025 msgid "tag '%s' already exists"
3028 #: builtin/tag.c:563
3030 msgid "%s: cannot lock the ref"
3033 #: builtin/tag.c:565
3035 msgid "%s: cannot update the ref"
3038 #: builtin/tag.c:567
3040 msgid "Updated tag '%s' (was %s)\n"
3044 msgid "You need to set your committer info first"
3048 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3053 "Did you hand edit your patch?\n"
3054 "It does not apply to blobs recorded in its index."
3058 msgid "Falling back to patching base and 3-way merge..."
3062 msgid "Only one StGIT patch series can be applied at once"
3067 msgid "Patch format $patch_format is not supported."
3071 msgid "Patch format detection failed."
3075 msgid "-d option is no longer supported. Do not use."
3080 msgid "previous rebase directory $dotest still exists but mbox given."
3084 msgid "Please make up your mind. --skip or --abort?"
3088 msgid "Resolve operation not in progress, we are not resuming."
3093 msgid "Dirty index: cannot apply patches (dirty: $files)"
3097 msgid "cannot be interactive without stdin connected to a terminal."
3100 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3101 #. in your translation. The program will only accept English
3102 #. input at this point.
3104 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3109 msgid "Applying: $FIRSTLINE"
3113 msgid "No changes -- Patch already applied."
3117 msgid "applying to an empty history"
3120 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3121 #. translation. The program will only accept English input
3124 msgid "Do you want me to do it for you [Y/n]? "
3129 msgid "unrecognised option: '$arg'"
3134 msgid "'$arg' does not appear to be a valid revision"
3137 #: git-bisect.sh:117
3138 msgid "Bad HEAD - I need a HEAD"
3141 #: git-bisect.sh:130
3144 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3147 #: git-bisect.sh:140
3148 msgid "won't bisect on seeked tree"
3151 #: git-bisect.sh:144
3152 msgid "Bad HEAD - strange symbolic ref"
3155 #: git-bisect.sh:189
3157 msgid "Bad bisect_write argument: $state"
3160 #: git-bisect.sh:218
3162 msgid "Bad rev input: $arg"
3165 #: git-bisect.sh:232
3166 msgid "Please call 'bisect_state' with at least one argument."
3169 #: git-bisect.sh:244
3171 msgid "Bad rev input: $rev"
3174 #: git-bisect.sh:250
3175 msgid "'git bisect bad' can take only one argument."
3178 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3179 #. translation. The program will only accept English input
3181 #: git-bisect.sh:279
3182 msgid "Are you sure [Y/n]? "
3185 #: git-bisect.sh:354
3187 msgid "'$invalid' is not a valid commit"
3190 #: git-bisect.sh:363
3193 "Could not check out original HEAD '$branch'.\n"
3194 "Try 'git bisect reset <commit>'."
3197 #: git-bisect.sh:390
3198 msgid "No logfile given"
3201 #: git-bisect.sh:391
3203 msgid "cannot read $file for replaying"
3206 #: git-bisect.sh:408
3207 msgid "?? what are you talking about?"
3210 #: git-bisect.sh:474
3211 msgid "We are not bisecting."
3216 "Pull is not possible because you have unmerged files.\n"
3217 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3218 "as appropriate to mark resolution, or use 'git commit -a'."
3222 msgid "Pull is not possible because you have unmerged files."
3226 msgid "updating an unborn branch with changes added to the index"
3230 msgid "Cannot merge multiple branches into empty head"
3234 msgid "Cannot rebase onto multiple branches"
3238 msgid "git stash clear with parameters is unimplemented"
3242 msgid "You do not have the initial commit yet"
3246 msgid "Cannot save the current index state"
3249 #: git-stash.sh:123 git-stash.sh:136
3250 msgid "Cannot save the current worktree state"
3254 msgid "No changes selected"
3258 msgid "Cannot remove temporary index (can't happen)"
3262 msgid "Cannot record working tree state"
3266 msgid "No local changes to save"
3270 msgid "Cannot initialize stash"
3274 msgid "Cannot save the current status"
3278 msgid "Cannot remove worktree changes"
3282 msgid "No stash found."
3287 msgid "Too many revisions specified: $REV"
3292 msgid "$reference is not valid reference"
3297 msgid "'$args' is not a stash-like commit"
3302 msgid "'$args' is not a stash reference"
3306 msgid "unable to refresh index"
3310 msgid "Cannot apply a stash in the middle of a merge"
3314 msgid "Conflicts in index. Try without --index."
3318 msgid "Could not save index tree"
3322 msgid "Cannot unstage modified files"
3327 msgid "Dropped ${REV} ($s)"
3332 msgid "${REV}: Could not drop stash entry"
3336 msgid "No branch name specified"
3340 msgid "(To restore them type \"git stash apply\")"
3343 #: git-submodule.sh:56
3345 msgid "cannot strip one component off url '$remoteurl'"
3348 #: git-submodule.sh:108
3350 msgid "No submodule mapping found in .gitmodules for path '$path'"
3353 #: git-submodule.sh:173
3355 msgid "Clone of '$url' into submodule path '$path' failed"
3358 #: git-submodule.sh:247
3360 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3363 #: git-submodule.sh:264
3365 msgid "'$path' already exists in the index"
3368 #: git-submodule.sh:281
3370 msgid "'$path' already exists and is not a valid git repo"
3373 #: git-submodule.sh:295
3375 msgid "Unable to checkout submodule '$path'"
3378 #: git-submodule.sh:300
3380 msgid "Failed to add submodule '$path'"
3383 #: git-submodule.sh:305
3385 msgid "Failed to register submodule '$path'"
3388 #: git-submodule.sh:347
3390 msgid "Entering '$prefix$path'"
3393 #: git-submodule.sh:359
3395 msgid "Stopping at '$path'; script returned non-zero status."
3398 #: git-submodule.sh:401
3400 msgid "No url found for submodule path '$path' in .gitmodules"
3403 #: git-submodule.sh:410
3405 msgid "Failed to register url for submodule path '$path'"
3408 #: git-submodule.sh:418
3410 msgid "Failed to register update mode for submodule path '$path'"
3413 #: git-submodule.sh:420
3415 msgid "Submodule '$name' ($url) registered for path '$path'"
3418 #: git-submodule.sh:519
3421 "Submodule path '$path' not initialized\n"
3422 "Maybe you want to use 'update --init'?"
3425 #: git-submodule.sh:532
3427 msgid "Unable to find current revision in submodule path '$path'"
3430 #: git-submodule.sh:551
3432 msgid "Unable to fetch in submodule path '$path'"
3435 #: git-submodule.sh:565
3437 msgid "Unable to rebase '$sha1' in submodule path '$path'"
3440 #: git-submodule.sh:566
3442 msgid "Submodule path '$path': rebased into '$sha1'"
3445 #: git-submodule.sh:571
3447 msgid "Unable to merge '$sha1' in submodule path '$path'"
3450 #: git-submodule.sh:572
3452 msgid "Submodule path '$path': merged in '$sha1'"
3455 #: git-submodule.sh:577
3457 msgid "Unable to checkout '$sha1' in submodule path '$path'"
3460 #: git-submodule.sh:578
3462 msgid "Submodule path '$path': checked out '$sha1'"
3465 #: git-submodule.sh:600 git-submodule.sh:923
3467 msgid "Failed to recurse into submodule path '$path'"
3470 #: git-submodule.sh:708
3474 #: git-submodule.sh:766
3476 msgid " Warn: $name doesn't contain commit $sha1_src"
3479 #: git-submodule.sh:769
3481 msgid " Warn: $name doesn't contain commit $sha1_dst"
3484 #: git-submodule.sh:772
3486 msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3489 #: git-submodule.sh:797
3493 #: git-submodule.sh:798
3497 #: git-submodule.sh:969
3499 msgid "Synchronizing submodule url for '$name'"