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: 2018-03-16 07:29+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 msgid "Cherry-picking is not possible because you have unmerged files."
31 msgid "Committing is not possible because you have unmerged files."
35 msgid "Merging is not possible because you have unmerged files."
39 msgid "Pulling is not possible because you have unmerged files."
43 msgid "Reverting is not possible because you have unmerged files."
48 msgid "It is not possible to %s because you have unmerged files."
53 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54 "as appropriate to mark resolution and make a commit."
58 msgid "Exiting because of an unresolved conflict."
61 #: advice.c:121 builtin/merge.c:1251
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
66 msgid "Please, commit your changes before merging."
70 msgid "Exiting because of unfinished merge."
76 "Note: checking out '%s'.\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
85 " git checkout -b <new-branch-name>\n"
91 msgid "unrecognized whitespace option '%s'"
96 msgid "unrecognized whitespace ignore option '%s'"
100 msgid "--reject and --3way cannot be used together."
104 msgid "--cached and --3way cannot be used together."
108 msgid "--3way outside a repository"
112 msgid "--index outside a repository"
116 msgid "--cached outside a repository"
121 msgid "Cannot prepare timestamp regexp %s"
126 msgid "regexec returned %d for input: %s"
131 msgid "unable to find filename in patch at line %d"
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
156 msgid "invalid mode on line %d: %s"
161 msgid "inconsistent header lines %d and %d"
166 msgid "recount: unexpected line: %.*s"
171 msgid "patch fragment without header at line %d: %.*s"
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
187 msgid "git diff header lacks filename information (line %d)"
191 msgid "new file depends on old contents"
195 msgid "deleted file still has contents"
200 msgid "corrupt patch at line %d"
205 msgid "new file %s depends on old contents"
210 msgid "deleted file %s still has contents"
215 msgid "** warning: file %s becomes empty but is not deleted"
220 msgid "corrupt binary patch at line %d: %.*s"
225 msgid "unrecognized binary patch at line %d"
230 msgid "patch with only garbage at line %d"
235 msgid "unable to read symlink %s"
240 msgid "unable to open or read %s"
245 msgid "invalid start of line: '%c'"
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
263 "while searching for:\n"
269 msgid "missing binary patch data for '%s'"
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
279 msgid "cannot apply binary patch to '%s' without full index line"
285 "the patch applies to '%s' (%s), which does not match the current contents."
290 msgid "the patch applies to an empty '%s' but it is not empty"
295 msgid "the necessary postimage %s for '%s' cannot be read"
300 msgid "binary patch does not apply to '%s'"
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
310 msgid "patch failed: %s:%ld"
315 msgid "cannot checkout %s"
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3433 apply.c:3673
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3516 apply.c:3687
335 msgid "%s: does not exist in index"
338 #: apply.c:3525 apply.c:3695
340 msgid "%s: does not match index"
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
349 msgid "Falling back to three-way merge...\n"
352 #: apply.c:3579 apply.c:3583
354 msgid "cannot read the current contents of '%s'"
359 msgid "Failed to fall back on three-way merge...\n"
364 msgid "Applied patch to '%s' with conflicts.\n"
369 msgid "Applied patch to '%s' cleanly.\n"
373 msgid "removal patch leaves file contents"
378 msgid "%s: wrong type"
383 msgid "%s has type %o, expected %o"
386 #: apply.c:3864 apply.c:3866
388 msgid "invalid path '%s'"
393 msgid "%s: already exists in index"
398 msgid "%s: already exists in working directory"
403 msgid "new mode (%o) of %s does not match old mode (%o)"
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
413 msgid "affected file '%s' is beyond a symbolic link"
418 msgid "%s: patch does not apply"
423 msgid "Checking patch %s..."
428 msgid "sha1 information is lacking or useless for submodule %s"
433 msgid "mode change for %s, which is not in current HEAD"
438 msgid "sha1 information is lacking or useless (%s)."
441 #: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
443 msgid "make_cache_entry failed for path '%s'"
448 msgid "could not add %s to temporary index"
453 msgid "could not write temporary index to %s"
458 msgid "unable to remove %s from index"
463 msgid "corrupt patch for submodule %s"
468 msgid "unable to stat newly created file '%s'"
473 msgid "unable to create backing store for newly created file %s"
476 #: apply.c:4302 apply.c:4446
478 msgid "unable to add cache entry for %s"
483 msgid "failed to write to '%s'"
488 msgid "closing file '%s'"
493 msgid "unable to write file '%s' mode %o"
498 msgid "Applied patch %s cleanly."
502 msgid "internal error"
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
514 msgid "truncating .rej filename to %.*s.rej"
517 #: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
519 msgid "cannot open %s"
524 msgid "Hunk #%d applied cleanly."
529 msgid "Rejected hunk #%d."
534 msgid "Skipped patch '%s'."
538 msgid "unrecognized input"
542 msgid "unable to read index file"
547 msgid "can't open patch '%s': %s"
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
557 #: apply.c:4870 apply.c:4885
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
571 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
576 #: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
577 #: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
578 #: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
579 #: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
580 #: git-add--interactive.perl:197
585 msgid "don't apply changes matching the given path"
589 msgid "apply changes matching the given path"
592 #: apply.c:4927 builtin/am.c:2263
597 msgid "remove <num> leading slashes from traditional diff paths"
601 msgid "ignore additions made by the patch"
605 msgid "instead of applying the patch, output diffstat for the input"
609 msgid "show number of added and deleted lines in decimal notation"
613 msgid "instead of applying the patch, output a summary for the input"
617 msgid "instead of applying the patch, see if the patch is applicable"
621 msgid "make sure the patch is applicable to the current index"
625 msgid "apply a patch without touching the working tree"
629 msgid "accept a patch that touches outside the working area"
633 msgid "also apply the patch (use with --stat/--summary/--check)"
637 msgid "attempt three-way merge if a patch does not apply"
641 msgid "build a temporary index based on embedded index information"
644 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
649 msgid "ensure at least <n> lines of context match"
652 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3035
659 msgid "detect new or modified lines that have whitespace errors"
662 #: apply.c:4964 apply.c:4967
663 msgid "ignore changes in whitespace when finding context"
667 msgid "apply the patch in reverse"
671 msgid "don't expect at least one line of context"
675 msgid "leave the rejected hunks in corresponding *.rej files"
679 msgid "allow overlapping hunks"
682 #: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
683 #: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
684 #: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
693 msgid "do not trust the line counts in the hunk headers"
696 #: apply.c:4984 builtin/am.c:2251
701 msgid "prepend <root> to all filenames"
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
709 msgid "git archive --list"
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
723 msgid "pathspec '%s' did not match any files"
731 msgid "archive format"
734 #: archive.c:437 builtin/log.c:1462
739 msgid "prepend prefix to each pathname in the archive"
742 #: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
743 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
744 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
746 #: parse-options.h:165
750 #: archive.c:440 builtin/archive.c:89
751 msgid "write the archive to this file"
755 msgid "read .gitattributes in working directory"
759 msgid "report archived files on stderr"
767 msgid "compress faster"
771 msgid "compress better"
775 msgid "list supported archive formats"
778 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
779 #: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
783 #: archive.c:459 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
787 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
791 #: archive.c:461 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
796 msgid "Unexpected option --remote"
800 msgid "Option --exec can only be used together with --remote"
804 msgid "Unexpected option --output"
809 msgid "Unknown archive format '%s'"
814 msgid "Argument not supported for format '%s': -%d"
819 msgid "%.*s is not a valid attribute name"
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
830 msgid "Badly quoted content in file '%s': %s"
835 msgid "We cannot bisect more!\n"
840 msgid "Not a valid commit name %s"
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
882 msgid "Bisecting: a merge base must be tested\n"
887 msgid "a %s revision is needed"
890 #: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
892 msgid "could not create file '%s'"
897 msgid "could not read file '%s'"
901 msgid "reading bisect refs failed"
906 msgid "%s was both %s and %s\n"
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
934 msgid "--contents and --reverse do not blend well."
938 msgid "cannot use --contents with final commit object name"
942 msgid "--reverse and --first-parent together require specified latest commit"
945 #: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
946 #: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
947 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
948 #: builtin/shortlog.c:191
949 msgid "revision walk setup failed"
954 "--reverse --first-parent together require range along first-parent chain"
959 msgid "no such path %s in %s"
964 msgid "cannot read blob %s for path %s"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
978 msgid "Not setting branch %s as its own upstream."
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
998 msgid "Branch '%s' set up to track local branch '%s'."
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1018 msgid "Branch '%s' set up to track local ref '%s'."
1022 msgid "Unable to write upstream branch configuration"
1027 msgid "Not tracking: ambiguous information for ref %s"
1032 msgid "'%s' is not a valid branch name."
1037 msgid "A branch named '%s' already exists."
1041 msgid "Cannot force update the current branch."
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1051 msgid "the requested upstream branch '%s' does not exist"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1068 msgid "Not a valid object name: '%s'."
1073 msgid "Ambiguous object name: '%s'."
1078 msgid "Not a valid branch point: '%s'."
1083 msgid "'%s' is already checked out at '%s'"
1088 msgid "HEAD of working tree %s is not updated"
1093 msgid "'%s' does not look like a v2 bundle file"
1098 msgid "unrecognized header: %s%s (%d)"
1101 #: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:750
1103 msgid "could not open '%s'"
1107 msgid "Repository lacks these prerequisite commits:"
1112 msgid "The bundle contains this ref:"
1113 msgid_plural "The bundle contains these %d refs:"
1118 msgid "The bundle records a complete history."
1123 msgid "The bundle requires this ref:"
1124 msgid_plural "The bundle requires these %d refs:"
1129 msgid "Could not spawn pack-objects"
1133 msgid "pack-objects died"
1137 msgid "rev-list died"
1142 msgid "ref '%s' is excluded by the rev-list options"
1145 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
1147 msgid "unrecognized argument: %s"
1151 msgid "Refusing to create empty bundle."
1156 msgid "cannot create '%s'"
1160 msgid "index-pack died"
1165 msgid "invalid color value: %.*s"
1168 #: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1169 #: builtin/am.c:1436 builtin/am.c:2072
1171 msgid "could not parse %s"
1176 msgid "%s %s is not a commit!"
1181 "Warning: commit message did not conform to UTF-8.\n"
1182 "You may want to amend it after fixing the message, or set the config\n"
1183 "variable i18n.commitencoding to the encoding your project uses.\n"
1186 #: compat/obstack.c:405 compat/obstack.c:407
1187 msgid "memory exhausted"
1191 msgid "relative config include conditionals must come from files"
1196 msgid "bad config line %d in blob %s"
1201 msgid "bad config line %d in file %s"
1206 msgid "bad config line %d in standard input"
1211 msgid "bad config line %d in submodule-blob %s"
1216 msgid "bad config line %d in command line %s"
1221 msgid "bad config line %d in %s"
1225 msgid "out of range"
1229 msgid "invalid unit"
1234 msgid "bad numeric config value '%s' for '%s': %s"
1239 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1244 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1249 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1254 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1259 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1264 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1269 msgid "failed to expand user dir in: '%s'"
1274 msgid "'%s' for '%s' is not a valid timestamp"
1277 #: config.c:1094 config.c:1105
1279 msgid "bad zlib compression level %d"
1284 msgid "invalid mode for object creation: %s"
1289 msgid "bad pack compression level %d"
1293 msgid "unable to parse command-line config"
1297 msgid "unknown error occurred while reading the configuration files"
1302 msgid "Invalid %s: '%s'"
1307 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1312 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1317 msgid "unable to parse '%s' from command-line config"
1322 msgid "bad config variable '%s' in file '%s' at line %d"
1327 msgid "%s has multiple values"
1330 #: config.c:2599 config.c:2816
1332 msgid "fstat on %s failed"
1337 msgid "could not set '%s' to '%s'"
1340 #: config.c:2708 builtin/remote.c:776
1342 msgid "could not unset '%s'"
1346 msgid "The remote end hung up upon initial contact"
1351 "Could not read from remote repository.\n"
1353 "Please make sure you have the correct access rights\n"
1354 "and the repository exists."
1357 #: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
1358 msgid "Checking connectivity"
1362 msgid "Could not run 'git rev-list'"
1366 msgid "failed write to rev-list"
1370 msgid "failed to close rev-list's stdin"
1375 msgid "CRLF would be replaced by LF in %s."
1381 "CRLF will be replaced by LF in %s.\n"
1382 "The file will have its original line endings in your working directory."
1387 msgid "LF would be replaced by CRLF in %s"
1393 "LF will be replaced by CRLF in %s.\n"
1394 "The file will have its original line endings in your working directory."
1398 msgid "in the future"
1403 msgid "%<PRIuMAX> second ago"
1404 msgid_plural "%<PRIuMAX> seconds ago"
1410 msgid "%<PRIuMAX> minute ago"
1411 msgid_plural "%<PRIuMAX> minutes ago"
1417 msgid "%<PRIuMAX> hour ago"
1418 msgid_plural "%<PRIuMAX> hours ago"
1424 msgid "%<PRIuMAX> day ago"
1425 msgid_plural "%<PRIuMAX> days ago"
1431 msgid "%<PRIuMAX> week ago"
1432 msgid_plural "%<PRIuMAX> weeks ago"
1438 msgid "%<PRIuMAX> month ago"
1439 msgid_plural "%<PRIuMAX> months ago"
1445 msgid "%<PRIuMAX> year"
1446 msgid_plural "%<PRIuMAX> years"
1450 #. TRANSLATORS: "%s" is "<n> years"
1453 msgid "%s, %<PRIuMAX> month ago"
1454 msgid_plural "%s, %<PRIuMAX> months ago"
1458 #: date.c:175 date.c:180
1460 msgid "%<PRIuMAX> year ago"
1461 msgid_plural "%<PRIuMAX> years ago"
1465 #: diffcore-order.c:24
1467 msgid "failed to read orderfile '%s'"
1470 #: diffcore-rename.c:535
1471 msgid "Performing inexact rename detection"
1476 msgid "option '%s' requires a value"
1481 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1486 msgid " Unknown dirstat parameter '%s'\n"
1491 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1497 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1503 "Found errors in 'diff.dirstat' config variable:\n"
1509 msgid "external diff died, stopping at %s"
1513 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1517 msgid "-G, -S and --find-object are mutually exclusive"
1521 msgid "--follow requires exactly one pathspec"
1527 "Failed to parse --dirstat/-X option parameter:\n"
1533 msgid "Failed to parse --submodule option parameter: '%s'"
1537 msgid "inexact rename detection was skipped due to too many files."
1541 msgid "only found copies from modified paths due to too many files."
1547 "you may want to set your %s variable to at least %d and retry the command."
1552 msgid "could not open directory '%s'"
1556 msgid "failed to get kernel name and information"
1560 msgid "Untracked cache is disabled on this system or location."
1563 #: dir.c:3024 dir.c:3029
1565 msgid "could not create directories for %s"
1570 msgid "could not migrate git directory from '%s' to '%s'"
1575 msgid "hint: Waiting for your editor to close the file...%c"
1579 msgid "Filtering content"
1584 msgid "could not stat file '%s'"
1587 #: fetch-object.c:17
1588 msgid "Remote with no URL"
1592 msgid "git fetch-pack: expected shallow list"
1596 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1599 #: fetch-pack.c:284 builtin/archive.c:63
1601 msgid "remote error: %s"
1606 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1610 msgid "--stateless-rpc requires multi_ack_detailed"
1615 msgid "invalid shallow line: %s"
1620 msgid "invalid unshallow line: %s"
1625 msgid "object not found: %s"
1630 msgid "error in object: %s"
1635 msgid "no shallow found: %s"
1640 msgid "expected shallow/unshallow, got %s"
1645 msgid "got %s %d %s"
1650 msgid "invalid commit %s"
1657 #: fetch-pack.c:542 progress.c:229
1663 msgid "got %s (%d) %s"
1668 msgid "Marking %s as complete"
1673 msgid "already have %s (%s)"
1677 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1681 msgid "protocol error: bad pack header"
1686 msgid "fetch-pack: unable to fork off %s"
1695 msgid "error in sideband demultiplexer"
1699 msgid "Server does not support shallow clients"
1703 msgid "Server supports multi_ack_detailed"
1707 msgid "Server supports no-done"
1711 msgid "Server supports multi_ack"
1715 msgid "Server supports side-band-64k"
1719 msgid "Server supports side-band"
1723 msgid "Server supports allow-tip-sha1-in-want"
1727 msgid "Server supports allow-reachable-sha1-in-want"
1731 msgid "Server supports ofs-delta"
1735 msgid "Server supports filter"
1740 msgid "Server version is %.*s"
1744 msgid "Server does not support --shallow-since"
1747 #: fetch-pack.c:1003
1748 msgid "Server does not support --shallow-exclude"
1751 #: fetch-pack.c:1005
1752 msgid "Server does not support --deepen"
1755 #: fetch-pack.c:1016
1756 msgid "no common commits"
1759 #: fetch-pack.c:1028
1760 msgid "git fetch-pack: fetch failed."
1763 #: fetch-pack.c:1190
1764 msgid "no matching remote head"
1767 #: fetch-pack.c:1212
1769 msgid "no such remote ref %s"
1772 #: fetch-pack.c:1215
1774 msgid "Server does not allow request for unadvertised object %s"
1777 #: gpg-interface.c:181
1778 msgid "gpg failed to sign the data"
1781 #: gpg-interface.c:211
1782 msgid "could not create temporary file"
1785 #: gpg-interface.c:214
1787 msgid "failed writing detached signature to '%s'"
1792 msgid "ignore invalid color '%.*s' in log.graphColors"
1797 msgid "'%s': unable to read %s"
1800 #: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
1803 msgid "failed to stat '%s'"
1808 msgid "'%s': short read"
1813 msgid "available git commands in '%s'"
1817 msgid "git commands available from elsewhere on your $PATH"
1821 msgid "These are common Git commands used in various situations:"
1827 "'%s' appears to be a git command, but we were not\n"
1828 "able to execute it. Maybe git-%s is broken?"
1832 msgid "Uh oh. Your system reports no Git commands at all."
1837 msgid "WARNING: You called a Git command named '%s', which does not exist."
1842 msgid "Continuing under the assumption that you meant '%s'."
1847 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1852 msgid "git: '%s' is not a git command. See 'git --help'."
1858 "The most similar command is"
1861 "The most similar commands are"
1866 msgid "git version [<options>]"
1877 "Did you mean this?"
1880 "Did you mean one of these?"
1887 "*** Please tell me who you are.\n"
1891 " git config --global user.email \"you@example.com\"\n"
1892 " git config --global user.name \"Your Name\"\n"
1894 "to set your account's default identity.\n"
1895 "Omit --global to set the identity only in this repository.\n"
1900 msgid "no email was given and auto-detection is disabled"
1905 msgid "unable to auto-detect email address (got '%s')"
1909 msgid "no name was given and auto-detection is disabled"
1914 msgid "unable to auto-detect name (got '%s')"
1919 msgid "empty ident name (for <%s>) not allowed"
1924 msgid "name consists only of disallowed characters: %s"
1927 #: ident.c:416 builtin/commit.c:582
1929 msgid "invalid date format: %s"
1932 #: list-objects-filter-options.c:36
1933 msgid "multiple filter-specs cannot be combined"
1936 #: list-objects-filter-options.c:126
1937 msgid "cannot change partial clone promisor remote"
1943 "Unable to create '%s.lock': %s.\n"
1945 "Another git process seems to be running in this repository, e.g.\n"
1946 "an editor opened by 'git commit'. Please make sure all processes\n"
1947 "are terminated then try again. If it still fails, a git process\n"
1948 "may have crashed in this repository earlier:\n"
1949 "remove the file manually to continue."
1954 msgid "Unable to create '%s.lock': %s"
1958 msgid "failed to read the cache"
1961 #: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
1962 #: builtin/checkout.c:599 builtin/clone.c:759
1963 msgid "unable to write new index file"
1966 #: merge-recursive.c:235
1967 msgid "(bad commit)\n"
1970 #: merge-recursive.c:257 merge-recursive.c:265
1972 msgid "addinfo_cache failed for path '%s'"
1975 #: merge-recursive.c:329
1976 msgid "error building trees"
1979 #: merge-recursive.c:771
1981 msgid "failed to create path '%s'%s"
1984 #: merge-recursive.c:782
1986 msgid "Removing %s to make room for subdirectory\n"
1989 #: merge-recursive.c:796 merge-recursive.c:815
1990 msgid ": perhaps a D/F conflict?"
1993 #: merge-recursive.c:805
1995 msgid "refusing to lose untracked file at '%s'"
1998 #: merge-recursive.c:847 builtin/cat-file.c:37
2000 msgid "cannot read object %s '%s'"
2003 #: merge-recursive.c:849
2005 msgid "blob expected for %s '%s'"
2008 #: merge-recursive.c:873
2010 msgid "failed to open '%s': %s"
2013 #: merge-recursive.c:884
2015 msgid "failed to symlink '%s': %s"
2018 #: merge-recursive.c:889
2020 msgid "do not know what to do with %06o %s '%s'"
2023 #: merge-recursive.c:1029
2024 msgid "Failed to execute internal merge"
2027 #: merge-recursive.c:1034
2029 msgid "Unable to add %s to database"
2032 #: merge-recursive.c:1146
2035 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2039 #: merge-recursive.c:1151
2042 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2046 #: merge-recursive.c:1158
2049 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2053 #: merge-recursive.c:1163
2056 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2057 "left in tree at %s."
2060 #: merge-recursive.c:1197
2064 #: merge-recursive.c:1197
2068 #: merge-recursive.c:1254
2070 msgid "%s is a directory in %s adding as %s instead"
2073 #: merge-recursive.c:1279
2076 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2077 "\"->\"%s\" in \"%s\"%s"
2080 #: merge-recursive.c:1284
2081 msgid " (left unresolved)"
2084 #: merge-recursive.c:1346
2086 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2089 #: merge-recursive.c:1379
2091 msgid "Renaming %s to %s and %s to %s instead"
2094 #: merge-recursive.c:1582
2096 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2099 #: merge-recursive.c:1597
2101 msgid "Adding merged %s"
2104 #: merge-recursive.c:1604 merge-recursive.c:1834
2106 msgid "Adding as %s instead"
2109 #: merge-recursive.c:1661
2111 msgid "cannot read object %s"
2114 #: merge-recursive.c:1664
2116 msgid "object %s is not a blob"
2119 #: merge-recursive.c:1733
2123 #: merge-recursive.c:1733
2127 #: merge-recursive.c:1743
2131 #: merge-recursive.c:1750
2135 #: merge-recursive.c:1786
2137 msgid "Skipped %s (merged same as existing)"
2140 #: merge-recursive.c:1800
2142 msgid "Auto-merging %s"
2145 #: merge-recursive.c:1804 git-submodule.sh:879
2149 #: merge-recursive.c:1805
2151 msgid "CONFLICT (%s): Merge conflict in %s"
2154 #: merge-recursive.c:1899
2159 #: merge-recursive.c:1925
2160 msgid "file/directory"
2163 #: merge-recursive.c:1931
2164 msgid "directory/file"
2167 #: merge-recursive.c:1938
2169 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2172 #: merge-recursive.c:1947
2177 #: merge-recursive.c:1987
2179 msgid "Dirty index: cannot merge (dirty: %s)"
2182 #: merge-recursive.c:1991
2183 msgid "Already up to date!"
2186 #: merge-recursive.c:2000
2188 msgid "merging of trees %s and %s failed"
2191 #: merge-recursive.c:2097
2195 #: merge-recursive.c:2110
2197 msgid "found %u common ancestor:"
2198 msgid_plural "found %u common ancestors:"
2202 #: merge-recursive.c:2149
2203 msgid "merge returned no commit"
2206 #: merge-recursive.c:2212
2208 msgid "Could not parse object '%s'"
2211 #: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
2212 msgid "Unable to write index."
2215 #: notes-merge.c:272
2218 "You have not concluded your previous notes merge (%s exists).\n"
2219 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2220 "commit/abort the previous merge before you start a new notes merge."
2223 #: notes-merge.c:279
2225 msgid "You have not concluded your notes merge (%s exists)."
2229 msgid "Cannot commit uninitialized/unreferenced notes tree"
2232 #: notes-utils.c:102
2234 msgid "Bad notes.rewriteMode value: '%s'"
2237 #: notes-utils.c:112
2239 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2242 #. TRANSLATORS: The first %s is the name of
2243 #. the environment variable, the second %s is
2246 #: notes-utils.c:142
2248 msgid "Bad %s value: '%s'"
2253 msgid "unable to parse object: %s"
2257 msgid "offset before end of packfile (broken .idx?)"
2262 msgid "offset before start of pack index for %s (corrupt index?)"
2267 msgid "offset beyond end of pack index for %s (truncated index?)"
2270 #: parse-options.c:619
2274 #: parse-options.c:638
2279 #. TRANSLATORS: the colon here should align with the
2280 #. one in "usage: %s" translation.
2282 #: parse-options.c:644
2287 #: parse-options.c:647
2292 #: parse-options.c:686
2296 #: parse-options-cb.c:108
2298 msgid "malformed object name '%s'"
2303 msgid "Could not make %s writable by group"
2307 msgid "Escape character '\\' not allowed as last character in attr value"
2311 msgid "Only one 'attr:' specification is allowed."
2315 msgid "attr spec must not be empty"
2320 msgid "invalid attribute name %s"
2324 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2329 "global 'literal' pathspec setting is incompatible with all other global "
2334 msgid "invalid parameter for pathspec magic 'prefix'"
2339 msgid "Invalid pathspec magic '%.*s' in '%s'"
2344 msgid "Missing ')' at the end of pathspec magic in '%s'"
2349 msgid "Unimplemented pathspec magic '%c' in '%s'"
2354 msgid "%s: 'literal' and 'glob' are incompatible"
2359 msgid "%s: '%s' is outside repository"
2364 msgid "'%s' (mnemonic: '%c')"
2369 msgid "%s: pathspec magic not supported by this command: %s"
2374 msgid "pathspec '%s' is beyond a symbolic link"
2378 msgid "unable to parse --pretty format"
2381 #: read-cache.c:1473
2384 "index.version set, but the value is invalid.\n"
2388 #: read-cache.c:1483
2391 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2395 #: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
2397 msgid "could not close '%s'"
2400 #: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
2402 msgid "could not stat '%s'"
2405 #: read-cache.c:2461
2407 msgid "unable to open git dir: %s"
2410 #: read-cache.c:2473
2412 msgid "unable to unlink: %s"
2417 msgid "Could not open '%s' for writing"
2421 msgid "ref updates forbidden inside quarantine environment"
2424 #: refs/files-backend.c:1189
2426 msgid "could not remove reference %s"
2429 #: refs/files-backend.c:1203 refs/packed-backend.c:1528
2430 #: refs/packed-backend.c:1538
2432 msgid "could not delete reference %s: %s"
2435 #: refs/files-backend.c:1206 refs/packed-backend.c:1541
2437 msgid "could not delete references: %s"
2440 #: ref-filter.c:35 wt-status.c:1842
2456 msgid "ahead %d, behind %d"
2461 msgid "expected format: %%(color:<color>)"
2466 msgid "unrecognized color: %%(color:%s)"
2471 msgid "Integer value expected refname:lstrip=%s"
2476 msgid "Integer value expected refname:rstrip=%s"
2481 msgid "unrecognized %%(%s) argument: %s"
2486 msgid "%%(body) does not take arguments"
2491 msgid "%%(subject) does not take arguments"
2496 msgid "unknown %%(trailers) argument: %s"
2501 msgid "positive value expected contents:lines=%s"
2506 msgid "unrecognized %%(contents) argument: %s"
2511 msgid "positive value expected objectname:short=%s"
2516 msgid "unrecognized %%(objectname) argument: %s"
2521 msgid "expected format: %%(align:<width>,<position>)"
2526 msgid "unrecognized position:%s"
2531 msgid "unrecognized width:%s"
2536 msgid "unrecognized %%(align) argument: %s"
2541 msgid "positive width expected with the %%(align) atom"
2546 msgid "unrecognized %%(if) argument: %s"
2551 msgid "malformed field name: %.*s"
2556 msgid "unknown field name: %.*s"
2561 msgid "format: %%(if) atom used without a %%(then) atom"
2566 msgid "format: %%(then) atom used without an %%(if) atom"
2571 msgid "format: %%(then) atom used more than once"
2576 msgid "format: %%(then) atom used after %%(else)"
2581 msgid "format: %%(else) atom used without an %%(if) atom"
2586 msgid "format: %%(else) atom used without a %%(then) atom"
2591 msgid "format: %%(else) atom used more than once"
2596 msgid "format: %%(end) atom used without corresponding atom"
2601 msgid "malformed format string %s"
2604 #: ref-filter.c:1313
2606 msgid "(no branch, rebasing %s)"
2609 #: ref-filter.c:1316
2611 msgid "(no branch, bisect started on %s)"
2614 #. TRANSLATORS: make sure this matches "HEAD
2615 #. detached at " in wt-status.c
2617 #: ref-filter.c:1324
2619 msgid "(HEAD detached at %s)"
2622 #. TRANSLATORS: make sure this matches "HEAD
2623 #. detached from " in wt-status.c
2625 #: ref-filter.c:1331
2627 msgid "(HEAD detached from %s)"
2630 #: ref-filter.c:1335
2634 #: ref-filter.c:1364
2636 msgid "missing object %s for %s"
2639 #: ref-filter.c:1367
2641 msgid "parse_object_buffer failed on %s for %s"
2644 #: ref-filter.c:1819
2646 msgid "malformed object at '%s'"
2649 #: ref-filter.c:1886
2651 msgid "ignoring ref with broken name %s"
2654 #: ref-filter.c:1891
2656 msgid "ignoring broken ref %s"
2659 #: ref-filter.c:2152
2661 msgid "format: %%(end) atom missing"
2664 #: ref-filter.c:2246
2666 msgid "malformed object name %s"
2671 msgid "Cannot fetch both %s and %s to %s"
2676 msgid "%s usually tracks %s, not %s"
2681 msgid "%s tracks both %s and %s"
2685 msgid "Internal error"
2688 #: remote.c:1726 remote.c:1828
2689 msgid "HEAD does not point to a branch"
2694 msgid "no such branch: '%s'"
2699 msgid "no upstream configured for branch '%s'"
2704 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2709 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2714 msgid "branch '%s' has no remote for pushing"
2719 msgid "push refspecs for '%s' do not include '%s'"
2723 msgid "push has no destination (push.default is 'nothing')"
2727 msgid "cannot resolve 'simple' push to a single destination"
2732 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2736 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2741 msgid "Your branch is up to date with '%s'.\n"
2746 msgid "Your branch and '%s' refer to different commits.\n"
2751 msgid " (use \"%s\" for details)\n"
2756 msgid "Your branch is ahead of '%s' by %d commit.\n"
2757 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2762 msgid " (use \"git push\" to publish your local commits)\n"
2767 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2769 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2774 msgid " (use \"git pull\" to update your local branch)\n"
2780 "Your branch and '%s' have diverged,\n"
2781 "and have %d and %d different commit each, respectively.\n"
2783 "Your branch and '%s' have diverged,\n"
2784 "and have %d and %d different commits each, respectively.\n"
2789 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2793 msgid "your current branch appears to be broken"
2798 msgid "your current branch '%s' does not have any commits yet"
2802 msgid "--first-parent is incompatible with --bisect"
2805 #: run-command.c:731
2806 msgid "open /dev/null failed"
2809 #: run-command.c:1274
2812 "The '%s' hook was ignored because it's not set as executable.\n"
2813 "You can disable this warning with `git config advice.ignoredHook false`."
2817 msgid "unexpected flush packet while reading remote unpack status"
2822 msgid "unable to parse remote unpack status: %s"
2827 msgid "remote unpack failed: %s"
2831 msgid "failed to sign the push certificate"
2835 msgid "the receiving end does not support --signed push"
2840 "not sending a push certificate since the receiving end does not support --"
2845 msgid "the receiving end does not support --atomic push"
2849 msgid "the receiving end does not support push options"
2854 msgid "invalid commit message cleanup mode '%s'"
2871 msgid "Unknown action: %d"
2876 "after resolving the conflicts, mark the corrected paths\n"
2877 "with 'git add <paths>' or 'git rm <paths>'"
2882 "after resolving the conflicts, mark the corrected paths\n"
2883 "with 'git add <paths>' or 'git rm <paths>'\n"
2884 "and commit the result with 'git commit'"
2887 #: sequencer.c:346 sequencer.c:2245
2889 msgid "could not lock '%s'"
2892 #: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
2893 #: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
2895 msgid "could not write to '%s'"
2900 msgid "could not write eol to '%s'"
2903 #: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
2905 msgid "failed to finalize '%s'"
2908 #: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
2909 #: builtin/commit.c:722 builtin/merge.c:1047
2911 msgid "could not read '%s'"
2916 msgid "your local changes would be overwritten by %s."
2920 msgid "commit your changes or stash them to proceed."
2925 msgid "%s: fast-forward"
2928 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2933 msgid "%s: Unable to write new index file"
2937 msgid "could not resolve HEAD commit"
2941 msgid "unable to update cache tree"
2947 "you have staged changes in your working tree\n"
2948 "If these changes are meant to be squashed into the previous commit, run:\n"
2950 " git commit --amend %s\n"
2952 "If they are meant to go into a new commit, run:\n"
2956 "In both cases, once you're done, continue with:\n"
2958 " git rebase --continue\n"
2962 msgid "'prepare-commit-msg' hook failed"
2967 "Your name and email address were configured automatically based\n"
2968 "on your username and hostname. Please check that they are accurate.\n"
2969 "You can suppress this message by setting them explicitly. Run the\n"
2970 "following command and follow the instructions in your editor to edit\n"
2971 "your configuration file:\n"
2973 " git config --global --edit\n"
2975 "After doing this, you may fix the identity used for this commit with:\n"
2977 " git commit --amend --reset-author\n"
2982 "Your name and email address were configured automatically based\n"
2983 "on your username and hostname. Please check that they are accurate.\n"
2984 "You can suppress this message by setting them explicitly:\n"
2986 " git config --global user.name \"Your Name\"\n"
2987 " git config --global user.email you@example.com\n"
2989 "After doing this, you may fix the identity used for this commit with:\n"
2991 " git commit --amend --reset-author\n"
2995 msgid "couldn't look up newly created commit"
2999 msgid "could not parse newly created commit"
3003 msgid "unable to resolve HEAD after creating commit"
3007 msgid "detached HEAD"
3011 msgid " (root-commit)"
3015 msgid "could not parse HEAD"
3020 msgid "HEAD %s is not a commit!"
3023 #: sequencer.c:1056 builtin/commit.c:1491
3024 msgid "could not parse HEAD commit"
3027 #: sequencer.c:1107 sequencer.c:1673
3028 msgid "unable to parse commit author"
3031 #: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
3032 msgid "git write-tree failed to write a tree"
3035 #: sequencer.c:1134 sequencer.c:1186
3037 msgid "unable to read commit message from '%s'"
3040 #: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3041 #: builtin/merge.c:851
3042 msgid "failed to write commit object"
3047 msgid "could not parse commit %s"
3052 msgid "could not parse parent commit %s"
3058 "unexpected 1st line of squash message:\n"
3066 "invalid 1st line of squash message:\n"
3071 #: sequencer.c:1359 sequencer.c:1384
3073 msgid "This is a combination of %d commits."
3076 #: sequencer.c:1368 sequencer.c:3265
3077 msgid "need a HEAD to fixup"
3081 msgid "could not read HEAD"
3085 msgid "could not read HEAD's commit message"
3090 msgid "cannot write '%s'"
3093 #: sequencer.c:1387 git-rebase--interactive.sh:452
3094 msgid "This is the 1st commit message:"
3099 msgid "could not read commit message of %s"
3104 msgid "This is the commit message #%d:"
3109 msgid "The commit message #%d will be skipped:"
3114 msgid "unknown command: %d"
3118 msgid "your index file is unmerged."
3123 msgid "commit %s is a merge but no -m option was given."
3128 msgid "commit %s does not have parent %d"
3133 msgid "mainline was specified but commit %s is not a merge."
3138 msgid "cannot get commit message for %s"
3141 #. TRANSLATORS: The first %s will be a "todo" command like
3142 #. "revert" or "pick", the second %s a SHA1.
3145 msgid "%s: cannot parse parent commit %s"
3148 #: sequencer.c:1600 sequencer.c:2397
3150 msgid "could not rename '%s' to '%s'"
3155 msgid "could not revert %s... %s"
3160 msgid "could not apply %s... %s"
3164 msgid "empty commit set passed"
3169 msgid "git %s: failed to read the index"
3174 msgid "git %s: failed to refresh the index"
3179 msgid "%s does not accept arguments: '%s'"
3184 msgid "missing arguments for %s"
3189 msgid "invalid line %d: %.*s"
3194 msgid "cannot '%s' without a previous commit"
3197 #: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
3199 msgid "could not read '%s'."
3203 msgid "please fix this using 'git rebase --edit-todo'."
3208 msgid "unusable instruction sheet: '%s'"
3212 msgid "no commits parsed."
3216 msgid "cannot cherry-pick during a revert."
3220 msgid "cannot revert during a cherry-pick."
3225 msgid "invalid key: %s"
3230 msgid "invalid value for %s: %s"
3235 msgid "malformed options sheet: '%s'"
3239 msgid "a cherry-pick or revert is already in progress"
3243 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3248 msgid "could not create sequencer directory '%s'"
3252 msgid "could not lock HEAD"
3255 #: sequencer.c:2173 sequencer.c:2761
3256 msgid "no cherry-pick or revert in progress"
3260 msgid "cannot resolve HEAD"
3263 #: sequencer.c:2177 sequencer.c:2212
3264 msgid "cannot abort from a branch yet to be born"
3267 #: sequencer.c:2198 builtin/grep.c:720
3269 msgid "cannot open '%s'"
3274 msgid "cannot read '%s': %s"
3278 msgid "unexpected end of file"
3283 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3287 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3290 #: sequencer.c:2324 sequencer.c:2679
3292 msgid "could not update %s"
3295 #: sequencer.c:2362 sequencer.c:2659
3296 msgid "cannot read HEAD"
3299 #: sequencer.c:2402 builtin/difftool.c:639
3301 msgid "could not copy '%s' to '%s'"
3305 msgid "could not read index"
3311 "execution failed: %s\n"
3312 "%sYou can fix the problem, and then run\n"
3314 " git rebase --continue\n"
3319 msgid "and made changes to the index and/or the working tree\n"
3325 "execution succeeded: %s\n"
3326 "but left changes to the index and/or the working tree\n"
3327 "Commit or stash your changes, and then run\n"
3329 " git rebase --continue\n"
3335 msgid "Applied autostash.\n"
3340 msgid "cannot store %s"
3343 #: sequencer.c:2512 git-rebase.sh:178
3346 "Applying autostash resulted in conflicts.\n"
3347 "Your changes are safe in the stash.\n"
3348 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3353 msgid "Stopped at %s... %.*s\n"
3358 msgid "unknown command %d"
3362 msgid "could not read orig-head"
3365 #: sequencer.c:2672 sequencer.c:3262
3366 msgid "could not read 'onto'"
3371 msgid "could not update HEAD to %s"
3375 msgid "cannot rebase: You have unstaged changes."
3379 msgid "could not remove CHERRY_PICK_HEAD"
3383 msgid "cannot amend non-existing commit"
3388 msgid "invalid file: '%s'"
3393 msgid "invalid contents: '%s'"
3399 "You have uncommitted changes in your working tree. Please, commit them\n"
3400 "first and then run 'git rebase --continue' again."
3404 msgid "could not commit staged changes."
3409 msgid "%s: can't cherry-pick a %s"
3414 msgid "%s: bad revision"
3418 msgid "can't revert as initial commit"
3422 msgid "make_script: unhandled options"
3426 msgid "make_script: error preparing revisions"
3429 #: sequencer.c:3060 sequencer.c:3095
3431 msgid "unusable todo list: '%s'"
3437 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3443 "Warning: some commits may have been dropped accidentally.\n"
3444 "Dropped commits (newer to older):\n"
3450 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3452 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3454 "The possible behaviours are: ignore, warn, error.\n"
3461 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3463 "Or you can abort the rebase with 'git rebase --abort'.\n"
3466 #: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:395
3469 msgid "could not open '%s' for writing"
3474 msgid "could not parse commit '%s'"
3478 msgid "the script was already rearranged."
3483 msgid "'%s' is outside repository"
3489 "%s: no such path in the working tree.\n"
3490 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3496 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3497 "Use '--' to separate paths from revisions, like this:\n"
3498 "'git <command> [<revision>...] -- [<file>...]'"
3503 msgid "option '%s' must come before non-option arguments"
3509 "ambiguous argument '%s': both revision and filename\n"
3510 "Use '--' to separate paths from revisions, like this:\n"
3511 "'git <command> [<revision>...] -- [<file>...]'"
3515 msgid "unable to set up work tree using invalid config"
3519 msgid "this operation must be run in a work tree"
3524 msgid "Expected git repo version <= %d, found %d"
3528 msgid "unknown repository extensions found:"
3533 msgid "error opening '%s'"
3538 msgid "too large to be a .git file: '%s'"
3543 msgid "error reading %s"
3548 msgid "invalid gitfile format: %s"
3553 msgid "no path in gitfile: %s"
3558 msgid "not a git repository: %s"
3563 msgid "'$%s' too big"
3568 msgid "not a git repository: '%s'"
3571 #: setup.c:685 setup.c:687 setup.c:718
3573 msgid "cannot chdir to '%s'"
3576 #: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:818
3577 msgid "cannot come back to cwd"
3582 msgid "not a git repository (or any of the parent directories): %s"
3587 msgid "failed to stat '%*s%s%s'"
3591 msgid "Unable to read current working directory"
3594 #: setup.c:1069 setup.c:1075
3596 msgid "cannot change to '%s'"
3602 "not a git repository (or any parent up to mount point %s)\n"
3603 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3609 "problem with core.sharedRepository filemode value (0%.3o).\n"
3610 "The owner of files must always have read and write permissions."
3614 msgid "open /dev/null or dup failed"
3622 msgid "setsid failed"
3627 msgid "path '%s' does not exist"
3632 msgid "reference repository '%s' as a linked checkout is not supported yet."
3637 msgid "reference repository '%s' is not a local repository."
3642 msgid "reference repository '%s' is shallow"
3647 msgid "reference repository '%s' is grafted"
3652 msgid "short SHA1 %s is ambiguous"
3656 msgid "The candidates are:"
3661 "Git normally never creates a ref that ends with 40 hex characters\n"
3662 "because it will be ignored when you just specify 40-hex. These refs\n"
3663 "may be created by mistake. For example,\n"
3665 " git checkout -b $br $(git rev-parse ...)\n"
3667 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3668 "examine these refs and maybe delete them. Turn this message off by\n"
3669 "running \"git config advice.objectNameWarning false\""
3672 #: submodule.c:96 submodule.c:130
3673 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3676 #: submodule.c:100 submodule.c:134
3678 msgid "Could not find section in .gitmodules where path=%s"
3683 msgid "Could not update .gitmodules entry %s"
3688 msgid "Could not remove .gitmodules entry for %s"
3692 msgid "staging updated .gitmodules failed"
3697 msgid "in unpopulated submodule '%s'"
3702 msgid "Pathspec '%s' is in submodule '%.*s'"
3707 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3710 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1724
3711 msgid "Failed to resolve HEAD as a valid ref."
3716 msgid "'%s' not recognized as a git repository"
3721 msgid "could not start 'git status' in submodule '%s'"
3726 msgid "could not run 'git status' in submodule '%s'"
3731 msgid "submodule '%s' has dirty index"
3737 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3740 #: submodule.c:1890 submodule.c:1946
3742 msgid "could not lookup name for submodule '%s'"
3745 #: submodule.c:1894 builtin/submodule--helper.c:1246
3746 #: builtin/submodule--helper.c:1256
3748 msgid "could not create directory '%s'"
3754 "Migrating git directory of '%s%s' from\n"
3761 msgid "could not recurse into submodule '%s'"
3765 msgid "could not start ls-files in .."
3769 msgid "BUG: returned path string doesn't match cwd?"
3774 msgid "ls-tree returned unexpected return code %d"
3777 #: submodule-config.c:263
3778 msgid "negative values not allowed for submodule.fetchjobs"
3781 #: submodule-config.c:436
3783 msgid "invalid value for %s"
3788 msgid "running trailer command '%s' failed"
3791 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3794 msgid "unknown value '%s' for key '%s'"
3797 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3799 msgid "more than one %s"
3804 msgid "empty trailer token in trailer '%.*s'"
3809 msgid "could not read input file '%s'"
3813 msgid "could not read from stdin"
3816 #: trailer.c:1008 builtin/am.c:46
3818 msgid "could not stat %s"
3823 msgid "file %s is not a regular file"
3828 msgid "file %s is not writable by user"
3832 msgid "could not open temporary file"
3837 msgid "could not rename temporary file to %s"
3842 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3847 msgid "transport: invalid depth option '%s'"
3853 "The following submodule paths contain changes that can\n"
3854 "not be found on any remote:\n"
3863 "\tgit push --recurse-submodules=on-demand\n"
3865 "or cd to the path and use\n"
3869 "to push them to a remote.\n"
3877 #: transport-helper.c:1079
3879 msgid "Could not read ref %s"
3883 msgid "too-short tree object"
3887 msgid "malformed mode in tree entry"
3891 msgid "empty filename in tree entry"
3895 msgid "too-short tree file"
3898 #: unpack-trees.c:108
3901 "Your local changes to the following files would be overwritten by checkout:\n"
3902 "%%sPlease commit your changes or stash them before you switch branches."
3905 #: unpack-trees.c:110
3908 "Your local changes to the following files would be overwritten by checkout:\n"
3912 #: unpack-trees.c:113
3915 "Your local changes to the following files would be overwritten by merge:\n"
3916 "%%sPlease commit your changes or stash them before you merge."
3919 #: unpack-trees.c:115
3922 "Your local changes to the following files would be overwritten by merge:\n"
3926 #: unpack-trees.c:118
3929 "Your local changes to the following files would be overwritten by %s:\n"
3930 "%%sPlease commit your changes or stash them before you %s."
3933 #: unpack-trees.c:120
3936 "Your local changes to the following files would be overwritten by %s:\n"
3940 #: unpack-trees.c:125
3943 "Updating the following directories would lose untracked files in them:\n"
3947 #: unpack-trees.c:129
3950 "The following untracked working tree files would be removed by checkout:\n"
3951 "%%sPlease move or remove them before you switch branches."
3954 #: unpack-trees.c:131
3957 "The following untracked working tree files would be removed by checkout:\n"
3961 #: unpack-trees.c:134
3964 "The following untracked working tree files would be removed by merge:\n"
3965 "%%sPlease move or remove them before you merge."
3968 #: unpack-trees.c:136
3971 "The following untracked working tree files would be removed by merge:\n"
3975 #: unpack-trees.c:139
3978 "The following untracked working tree files would be removed by %s:\n"
3979 "%%sPlease move or remove them before you %s."
3982 #: unpack-trees.c:141
3985 "The following untracked working tree files would be removed by %s:\n"
3989 #: unpack-trees.c:146
3992 "The following untracked working tree files would be overwritten by "
3994 "%%sPlease move or remove them before you switch branches."
3997 #: unpack-trees.c:148
4000 "The following untracked working tree files would be overwritten by "
4005 #: unpack-trees.c:151
4008 "The following untracked working tree files would be overwritten by merge:\n"
4009 "%%sPlease move or remove them before you merge."
4012 #: unpack-trees.c:153
4015 "The following untracked working tree files would be overwritten by merge:\n"
4019 #: unpack-trees.c:156
4022 "The following untracked working tree files would be overwritten by %s:\n"
4023 "%%sPlease move or remove them before you %s."
4026 #: unpack-trees.c:158
4029 "The following untracked working tree files would be overwritten by %s:\n"
4033 #: unpack-trees.c:165
4035 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4038 #: unpack-trees.c:168
4041 "Cannot update sparse checkout: the following entries are not up to date:\n"
4045 #: unpack-trees.c:170
4048 "The following working tree files would be overwritten by sparse checkout "
4053 #: unpack-trees.c:172
4056 "The following working tree files would be removed by sparse checkout "
4061 #: unpack-trees.c:174
4064 "Cannot update submodule:\n"
4068 #: unpack-trees.c:251
4073 #: unpack-trees.c:333
4074 msgid "Checking out files"
4078 msgid "invalid URL scheme name or missing '://' suffix"
4081 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4083 msgid "invalid %XX escape sequence"
4087 msgid "missing host and scheme is not 'file:'"
4091 msgid "a 'file:' URL may not have a port number"
4095 msgid "invalid characters in host name"
4098 #: urlmatch.c:292 urlmatch.c:303
4099 msgid "invalid port number"
4103 msgid "invalid '..' path segment"
4106 #: worktree.c:245 builtin/am.c:2147
4108 msgid "failed to read '%s'"
4113 msgid "'%s' at main working tree is not the repository directory"
4118 msgid "'%s' file does not contain absolute path to the working tree location"
4123 msgid "'%s' does not exist"
4128 msgid "'%s' is not a .git file, error code %d"
4133 msgid "'%s' does not point back to '%s'"
4136 #: wrapper.c:223 wrapper.c:393
4138 msgid "could not open '%s' for reading and writing"
4141 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4142 #: builtin/am.c:862 builtin/merge.c:1044
4144 msgid "could not open '%s' for reading"
4147 #: wrapper.c:424 wrapper.c:624
4149 msgid "unable to access '%s'"
4153 msgid "unable to get current working directory"
4157 msgid "Unmerged paths:"
4160 #: wt-status.c:178 wt-status.c:205
4162 msgid " (use \"git reset %s <file>...\" to unstage)"
4165 #: wt-status.c:180 wt-status.c:207
4166 msgid " (use \"git rm --cached <file>...\" to unstage)"
4170 msgid " (use \"git add <file>...\" to mark resolution)"
4173 #: wt-status.c:186 wt-status.c:190
4174 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4178 msgid " (use \"git rm <file>...\" to mark resolution)"
4181 #: wt-status.c:199 wt-status.c:1007
4182 msgid "Changes to be committed:"
4185 #: wt-status.c:217 wt-status.c:1016
4186 msgid "Changes not staged for commit:"
4190 msgid " (use \"git add <file>...\" to update what will be committed)"
4194 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4199 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4203 msgid " (commit or discard the untracked or modified content in submodules)"
4208 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4212 msgid "both deleted:"
4216 msgid "added by us:"
4220 msgid "deleted by them:"
4224 msgid "added by them:"
4228 msgid "deleted by us:"
4236 msgid "both modified:"
4272 msgid "new commits, "
4276 msgid "modified content, "
4280 msgid "untracked content, "
4285 msgid "Your stash currently has %d entry"
4286 msgid_plural "Your stash currently has %d entries"
4291 msgid "Submodules changed but not updated:"
4295 msgid "Submodule changes to be committed:"
4300 "Do not modify or remove the line above.\n"
4301 "Everything below it will be ignored."
4305 msgid "You have unmerged paths."
4309 msgid " (fix conflicts and run \"git commit\")"
4313 msgid " (use \"git merge --abort\" to abort the merge)"
4317 msgid "All conflicts fixed but you are still merging."
4321 msgid " (use \"git commit\" to conclude merge)"
4325 msgid "You are in the middle of an am session."
4329 msgid "The current patch is empty."
4333 msgid " (fix conflicts and then run \"git am --continue\")"
4337 msgid " (use \"git am --skip\" to skip this patch)"
4341 msgid " (use \"git am --abort\" to restore the original branch)"
4345 msgid "git-rebase-todo is missing."
4349 msgid "No commands done."
4354 msgid "Last command done (%d command done):"
4355 msgid_plural "Last commands done (%d commands done):"
4361 msgid " (see more in file %s)"
4365 msgid "No commands remaining."
4370 msgid "Next command to do (%d remaining command):"
4371 msgid_plural "Next commands to do (%d remaining commands):"
4376 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4381 msgid "You are currently rebasing branch '%s' on '%s'."
4385 msgid "You are currently rebasing."
4389 msgid " (fix conflicts and then run \"git rebase --continue\")"
4393 msgid " (use \"git rebase --skip\" to skip this patch)"
4397 msgid " (use \"git rebase --abort\" to check out the original branch)"
4401 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4407 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4411 msgid "You are currently splitting a commit during a rebase."
4415 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4420 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4424 msgid "You are currently editing a commit during a rebase."
4428 msgid " (use \"git commit --amend\" to amend the current commit)"
4433 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4438 msgid "You are currently cherry-picking commit %s."
4442 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4446 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4450 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4455 msgid "You are currently reverting commit %s."
4459 msgid " (fix conflicts and run \"git revert --continue\")"
4463 msgid " (all conflicts fixed: run \"git revert --continue\")"
4467 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4472 msgid "You are currently bisecting, started from branch '%s'."
4476 msgid "You are currently bisecting."
4480 msgid " (use \"git bisect reset\" to get back to the original branch)"
4488 msgid "interactive rebase in progress; onto "
4492 msgid "rebase in progress; onto "
4496 msgid "HEAD detached at "
4500 msgid "HEAD detached from "
4504 msgid "Not currently on any branch."
4508 msgid "Initial commit"
4512 msgid "No commits yet"
4516 msgid "Untracked files"
4520 msgid "Ignored files"
4526 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4527 "may speed it up, but you have to be careful not to forget to add\n"
4528 "new files yourself (see 'git help status')."
4533 msgid "Untracked files not listed%s"
4537 msgid " (use -u option to show untracked files)"
4546 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4551 msgid "no changes added to commit\n"
4557 "nothing added to commit but untracked files present (use \"git add\" to "
4563 msgid "nothing added to commit but untracked files present\n"
4568 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4571 #: wt-status.c:1689 wt-status.c:1694
4573 msgid "nothing to commit\n"
4578 msgid "nothing to commit (use -u to show untracked files)\n"
4583 msgid "nothing to commit, working tree clean\n"
4587 msgid "No commits yet on "
4591 msgid "HEAD (no branch)"
4598 #: wt-status.c:1846 wt-status.c:1854
4602 #: wt-status.c:1849 wt-status.c:1852
4606 #. TRANSLATORS: the action is e.g. "pull with rebase"
4609 msgid "cannot %s: You have unstaged changes."
4613 msgid "additionally, your index contains uncommitted changes."
4618 msgid "cannot %s: Your index contains uncommitted changes."
4621 #: compat/precompose_utf8.c:58 builtin/clone.c:440
4623 msgid "failed to unlink '%s'"
4627 msgid "git add [<options>] [--] <pathspec>..."
4632 msgid "unexpected diff status %c"
4635 #: builtin/add.c:88 builtin/commit.c:257
4636 msgid "updating files failed"
4641 msgid "remove '%s'\n"
4644 #: builtin/add.c:173
4645 msgid "Unstaged changes after refreshing the index:"
4648 #: builtin/add.c:233 builtin/rev-parse.c:888
4649 msgid "Could not read the index"
4652 #: builtin/add.c:244
4654 msgid "Could not open '%s' for writing."
4657 #: builtin/add.c:248
4658 msgid "Could not write patch"
4661 #: builtin/add.c:251
4662 msgid "editing patch failed"
4665 #: builtin/add.c:254
4667 msgid "Could not stat '%s'"
4670 #: builtin/add.c:256
4671 msgid "Empty patch. Aborted."
4674 #: builtin/add.c:261
4676 msgid "Could not apply '%s'"
4679 #: builtin/add.c:271
4680 msgid "The following paths are ignored by one of your .gitignore files:\n"
4683 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:124
4684 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4685 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4689 #: builtin/add.c:294
4690 msgid "interactive picking"
4693 #: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:302
4694 msgid "select hunks interactively"
4697 #: builtin/add.c:296
4698 msgid "edit current diff and apply"
4701 #: builtin/add.c:297
4702 msgid "allow adding otherwise ignored files"
4705 #: builtin/add.c:298
4706 msgid "update tracked files"
4709 #: builtin/add.c:299
4710 msgid "renormalize EOL of tracked files (implies -u)"
4713 #: builtin/add.c:300
4714 msgid "record only the fact that the path will be added later"
4717 #: builtin/add.c:301
4718 msgid "add changes from all tracked and untracked files"
4721 #: builtin/add.c:304
4722 msgid "ignore paths removed in the working tree (same as --no-all)"
4725 #: builtin/add.c:306
4726 msgid "don't add, only refresh the index"
4729 #: builtin/add.c:307
4730 msgid "just skip files which cannot be added because of errors"
4733 #: builtin/add.c:308
4734 msgid "check if - even missing - files are ignored in dry run"
4737 #: builtin/add.c:309 builtin/update-index.c:964
4741 #: builtin/add.c:309 builtin/update-index.c:965
4742 msgid "override the executable bit of the listed files"
4745 #: builtin/add.c:311
4746 msgid "warn when adding an embedded repository"
4749 #: builtin/add.c:326
4752 "You've added another git repository inside your current repository.\n"
4753 "Clones of the outer repository will not contain the contents of\n"
4754 "the embedded repository and will not know how to obtain it.\n"
4755 "If you meant to add a submodule, use:\n"
4757 "\tgit submodule add <url> %s\n"
4759 "If you added this path by mistake, you can remove it from the\n"
4762 "\tgit rm --cached %s\n"
4764 "See \"git help submodule\" for more information."
4767 #: builtin/add.c:354
4769 msgid "adding embedded git repository: %s"
4772 #: builtin/add.c:372
4774 msgid "Use -f if you really want to add them.\n"
4777 #: builtin/add.c:380
4778 msgid "adding files failed"
4781 #: builtin/add.c:417
4782 msgid "-A and -u are mutually incompatible"
4785 #: builtin/add.c:424
4786 msgid "Option --ignore-missing can only be used together with --dry-run"
4789 #: builtin/add.c:428
4791 msgid "--chmod param '%s' must be either -x or +x"
4794 #: builtin/add.c:443
4796 msgid "Nothing specified, nothing added.\n"
4799 #: builtin/add.c:444
4801 msgid "Maybe you wanted to say 'git add .'?\n"
4804 #: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:280
4805 #: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:316
4806 #: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
4807 #: builtin/rm.c:271 builtin/submodule--helper.c:326
4808 msgid "index file corrupt"
4812 msgid "could not parse author script"
4817 msgid "'%s' was deleted by the applypatch-msg hook"
4822 msgid "Malformed input line: '%s'."
4827 msgid "Failed to copy notes from '%s' to '%s'"
4831 msgid "fseek failed"
4836 msgid "could not parse patch '%s'"
4840 msgid "Only one StGIT patch series can be applied at once"
4844 msgid "invalid timestamp"
4847 #: builtin/am.c:908 builtin/am.c:920
4848 msgid "invalid Date line"
4852 msgid "invalid timezone offset"
4855 #: builtin/am.c:1008
4856 msgid "Patch format detection failed."
4859 #: builtin/am.c:1013 builtin/clone.c:405
4861 msgid "failed to create directory '%s'"
4864 #: builtin/am.c:1018
4865 msgid "Failed to split patches."
4868 #: builtin/am.c:1148 builtin/commit.c:342
4869 msgid "unable to write index file"
4872 #: builtin/am.c:1162
4874 msgid "When you have resolved this problem, run \"%s --continue\"."
4877 #: builtin/am.c:1163
4879 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4882 #: builtin/am.c:1164
4884 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4887 #: builtin/am.c:1271
4888 msgid "Patch is empty."
4891 #: builtin/am.c:1337
4893 msgid "invalid ident line: %.*s"
4896 #: builtin/am.c:1359
4898 msgid "unable to parse commit %s"
4901 #: builtin/am.c:1554
4902 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4905 #: builtin/am.c:1556
4906 msgid "Using index info to reconstruct a base tree..."
4909 #: builtin/am.c:1575
4911 "Did you hand edit your patch?\n"
4912 "It does not apply to blobs recorded in its index."
4915 #: builtin/am.c:1581
4916 msgid "Falling back to patching base and 3-way merge..."
4919 #: builtin/am.c:1606
4920 msgid "Failed to merge in the changes."
4923 #: builtin/am.c:1637
4924 msgid "applying to an empty history"
4927 #: builtin/am.c:1683 builtin/am.c:1687
4929 msgid "cannot resume: %s does not exist."
4932 #: builtin/am.c:1703
4933 msgid "cannot be interactive without stdin connected to a terminal."
4936 #: builtin/am.c:1708
4937 msgid "Commit Body is:"
4940 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4941 #. in your translation. The program will only accept English
4942 #. input at this point.
4944 #: builtin/am.c:1718
4945 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4948 #: builtin/am.c:1768
4950 msgid "Dirty index: cannot apply patches (dirty: %s)"
4953 #: builtin/am.c:1808 builtin/am.c:1879
4955 msgid "Applying: %.*s"
4958 #: builtin/am.c:1824
4959 msgid "No changes -- Patch already applied."
4962 #: builtin/am.c:1832
4964 msgid "Patch failed at %s %.*s"
4967 #: builtin/am.c:1838
4968 msgid "Use 'git am --show-current-patch' to see the failed patch"
4971 #: builtin/am.c:1882
4973 "No changes - did you forget to use 'git add'?\n"
4974 "If there is nothing left to stage, chances are that something else\n"
4975 "already introduced the same changes; you might want to skip this patch."
4978 #: builtin/am.c:1889
4980 "You still have unmerged paths in your index.\n"
4981 "You should 'git add' each file with resolved conflicts to mark them as "
4983 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4986 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
4987 #: builtin/reset.c:332
4989 msgid "Could not parse object '%s'."
4992 #: builtin/am.c:2048
4993 msgid "failed to clean index"
4996 #: builtin/am.c:2083
4998 "You seem to have moved HEAD since the last 'am' failure.\n"
4999 "Not rewinding to ORIG_HEAD"
5002 #: builtin/am.c:2174
5004 msgid "Invalid value for --patch-format: %s"
5007 #: builtin/am.c:2210
5008 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5011 #: builtin/am.c:2211
5012 msgid "git am [<options>] (--continue | --skip | --abort)"
5015 #: builtin/am.c:2217
5016 msgid "run interactively"
5019 #: builtin/am.c:2219
5020 msgid "historical option -- no-op"
5023 #: builtin/am.c:2221
5024 msgid "allow fall back on 3way merging if needed"
5027 #: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5028 #: builtin/repack.c:182
5032 #: builtin/am.c:2224
5033 msgid "add a Signed-off-by line to the commit message"
5036 #: builtin/am.c:2227
5037 msgid "recode into utf8 (default)"
5040 #: builtin/am.c:2229
5041 msgid "pass -k flag to git-mailinfo"
5044 #: builtin/am.c:2231
5045 msgid "pass -b flag to git-mailinfo"
5048 #: builtin/am.c:2233
5049 msgid "pass -m flag to git-mailinfo"
5052 #: builtin/am.c:2235
5053 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5056 #: builtin/am.c:2238
5057 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5060 #: builtin/am.c:2241
5061 msgid "strip everything before a scissors line"
5064 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5065 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5066 #: builtin/am.c:2270
5067 msgid "pass it through git-apply"
5070 #: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5071 #: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:203
5072 #: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:197
5073 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:382
5074 #: parse-options.h:144 parse-options.h:146 parse-options.h:257
5078 #: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:38
5079 #: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:39
5083 #: builtin/am.c:2267
5084 msgid "format the patch(es) are in"
5087 #: builtin/am.c:2273
5088 msgid "override error message when patch failure occurs"
5091 #: builtin/am.c:2275
5092 msgid "continue applying patches after resolving a conflict"
5095 #: builtin/am.c:2278
5096 msgid "synonyms for --continue"
5099 #: builtin/am.c:2281
5100 msgid "skip the current patch"
5103 #: builtin/am.c:2284
5104 msgid "restore the original branch and abort the patching operation."
5107 #: builtin/am.c:2287
5108 msgid "abort the patching operation but keep HEAD where it is."
5111 #: builtin/am.c:2290
5112 msgid "show the patch being applied."
5115 #: builtin/am.c:2294
5116 msgid "lie about committer date"
5119 #: builtin/am.c:2296
5120 msgid "use current timestamp for author date"
5123 #: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:237
5124 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:398
5128 #: builtin/am.c:2299
5129 msgid "GPG-sign commits"
5132 #: builtin/am.c:2302
5133 msgid "(internal use for git-rebase)"
5136 #: builtin/am.c:2320
5138 "The -b/--binary option has been a no-op for long time, and\n"
5139 "it will be removed. Please do not use it anymore."
5142 #: builtin/am.c:2327
5143 msgid "failed to read the index"
5146 #: builtin/am.c:2342
5148 msgid "previous rebase directory %s still exists but mbox given."
5151 #: builtin/am.c:2366
5154 "Stray %s directory found.\n"
5155 "Use \"git am --abort\" to remove it."
5158 #: builtin/am.c:2372
5159 msgid "Resolve operation not in progress, we are not resuming."
5162 #: builtin/apply.c:8
5163 msgid "git apply [<options>] [<patch>...]"
5166 #: builtin/archive.c:17
5168 msgid "could not create archive file '%s'"
5171 #: builtin/archive.c:20
5172 msgid "could not redirect output"
5175 #: builtin/archive.c:37
5176 msgid "git archive: Remote with no URL"
5179 #: builtin/archive.c:58
5180 msgid "git archive: expected ACK/NAK, got a flush packet"
5183 #: builtin/archive.c:61
5185 msgid "git archive: NACK %s"
5188 #: builtin/archive.c:64
5189 msgid "git archive: protocol error"
5192 #: builtin/archive.c:68
5193 msgid "git archive: expected a flush"
5196 #: builtin/bisect--helper.c:12
5197 msgid "git bisect--helper --next-all [--no-checkout]"
5200 #: builtin/bisect--helper.c:13
5201 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5204 #: builtin/bisect--helper.c:14
5205 msgid "git bisect--helper --bisect-clean-state"
5208 #: builtin/bisect--helper.c:46
5210 msgid "'%s' is not a valid term"
5213 #: builtin/bisect--helper.c:50
5215 msgid "can't use the builtin command '%s' as a term"
5218 #: builtin/bisect--helper.c:60
5220 msgid "can't change the meaning of the term '%s'"
5223 #: builtin/bisect--helper.c:71
5224 msgid "please use two different terms"
5227 #: builtin/bisect--helper.c:78
5228 msgid "could not open the file BISECT_TERMS"
5231 #: builtin/bisect--helper.c:120
5232 msgid "perform 'git bisect next'"
5235 #: builtin/bisect--helper.c:122
5236 msgid "write the terms to .git/BISECT_TERMS"
5239 #: builtin/bisect--helper.c:124
5240 msgid "cleanup the bisection state"
5243 #: builtin/bisect--helper.c:126
5244 msgid "check for expected revs"
5247 #: builtin/bisect--helper.c:128
5248 msgid "update BISECT_HEAD instead of checking out the current commit"
5251 #: builtin/bisect--helper.c:143
5252 msgid "--write-terms requires two arguments"
5255 #: builtin/bisect--helper.c:147
5256 msgid "--bisect-clean-state requires no arguments"
5259 #: builtin/blame.c:27
5260 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5263 #: builtin/blame.c:32
5264 msgid "<rev-opts> are documented in git-rev-list(1)"
5267 #: builtin/blame.c:677
5268 msgid "Show blame entries as we find them, incrementally"
5271 #: builtin/blame.c:678
5272 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5275 #: builtin/blame.c:679
5276 msgid "Do not treat root commits as boundaries (Default: off)"
5279 #: builtin/blame.c:680
5280 msgid "Show work cost statistics"
5283 #: builtin/blame.c:681
5284 msgid "Force progress reporting"
5287 #: builtin/blame.c:682
5288 msgid "Show output score for blame entries"
5291 #: builtin/blame.c:683
5292 msgid "Show original filename (Default: auto)"
5295 #: builtin/blame.c:684
5296 msgid "Show original linenumber (Default: off)"
5299 #: builtin/blame.c:685
5300 msgid "Show in a format designed for machine consumption"
5303 #: builtin/blame.c:686
5304 msgid "Show porcelain format with per-line commit information"
5307 #: builtin/blame.c:687
5308 msgid "Use the same output mode as git-annotate (Default: off)"
5311 #: builtin/blame.c:688
5312 msgid "Show raw timestamp (Default: off)"
5315 #: builtin/blame.c:689
5316 msgid "Show long commit SHA1 (Default: off)"
5319 #: builtin/blame.c:690
5320 msgid "Suppress author name and timestamp (Default: off)"
5323 #: builtin/blame.c:691
5324 msgid "Show author email instead of name (Default: off)"
5327 #: builtin/blame.c:692
5328 msgid "Ignore whitespace differences"
5331 #: builtin/blame.c:699
5332 msgid "Use an experimental heuristic to improve diffs"
5335 #: builtin/blame.c:701
5336 msgid "Spend extra cycles to find better match"
5339 #: builtin/blame.c:702
5340 msgid "Use revisions from <file> instead of calling git-rev-list"
5343 #: builtin/blame.c:703
5344 msgid "Use <file>'s contents as the final image"
5347 #: builtin/blame.c:704 builtin/blame.c:705
5351 #: builtin/blame.c:704
5352 msgid "Find line copies within and across files"
5355 #: builtin/blame.c:705
5356 msgid "Find line movements within and across files"
5359 #: builtin/blame.c:706
5363 #: builtin/blame.c:706
5364 msgid "Process only line range n,m, counting from 1"
5367 #: builtin/blame.c:753
5368 msgid "--progress can't be used with --incremental or porcelain formats"
5371 #. TRANSLATORS: This string is used to tell us the
5372 #. maximum display width for a relative timestamp in
5373 #. "git blame" output. For C locale, "4 years, 11
5374 #. months ago", which takes 22 places, is the longest
5375 #. among various forms of relative timestamps, but
5376 #. your language may need more or fewer display
5379 #: builtin/blame.c:804
5380 msgid "4 years, 11 months ago"
5383 #: builtin/blame.c:890
5385 msgid "file %s has only %lu line"
5386 msgid_plural "file %s has only %lu lines"
5390 #: builtin/blame.c:936
5391 msgid "Blaming lines"
5394 #: builtin/branch.c:27
5395 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5398 #: builtin/branch.c:28
5399 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5402 #: builtin/branch.c:29
5403 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5406 #: builtin/branch.c:30
5407 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5410 #: builtin/branch.c:31
5411 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5414 #: builtin/branch.c:32
5415 msgid "git branch [<options>] [-r | -a] [--points-at]"
5418 #: builtin/branch.c:33
5419 msgid "git branch [<options>] [-r | -a] [--format]"
5422 #: builtin/branch.c:146
5425 "deleting branch '%s' that has been merged to\n"
5426 " '%s', but not yet merged to HEAD."
5429 #: builtin/branch.c:150
5432 "not deleting branch '%s' that is not yet merged to\n"
5433 " '%s', even though it is merged to HEAD."
5436 #: builtin/branch.c:164
5438 msgid "Couldn't look up commit object for '%s'"
5441 #: builtin/branch.c:168
5444 "The branch '%s' is not fully merged.\n"
5445 "If you are sure you want to delete it, run 'git branch -D %s'."
5448 #: builtin/branch.c:181
5449 msgid "Update of config-file failed"
5452 #: builtin/branch.c:212
5453 msgid "cannot use -a with -d"
5456 #: builtin/branch.c:218
5457 msgid "Couldn't look up commit object for HEAD"
5460 #: builtin/branch.c:232
5462 msgid "Cannot delete branch '%s' checked out at '%s'"
5465 #: builtin/branch.c:247
5467 msgid "remote-tracking branch '%s' not found."
5470 #: builtin/branch.c:248
5472 msgid "branch '%s' not found."
5475 #: builtin/branch.c:263
5477 msgid "Error deleting remote-tracking branch '%s'"
5480 #: builtin/branch.c:264
5482 msgid "Error deleting branch '%s'"
5485 #: builtin/branch.c:271
5487 msgid "Deleted remote-tracking branch %s (was %s).\n"
5490 #: builtin/branch.c:272
5492 msgid "Deleted branch %s (was %s).\n"
5495 #: builtin/branch.c:417 builtin/tag.c:58
5496 msgid "unable to parse format string"
5499 #: builtin/branch.c:450
5501 msgid "Branch %s is being rebased at %s"
5504 #: builtin/branch.c:454
5506 msgid "Branch %s is being bisected at %s"
5509 #: builtin/branch.c:471
5510 msgid "cannot copy the current branch while not on any."
5513 #: builtin/branch.c:473
5514 msgid "cannot rename the current branch while not on any."
5517 #: builtin/branch.c:484
5519 msgid "Invalid branch name: '%s'"
5522 #: builtin/branch.c:511
5523 msgid "Branch rename failed"
5526 #: builtin/branch.c:513
5527 msgid "Branch copy failed"
5530 #: builtin/branch.c:517
5532 msgid "Created a copy of a misnamed branch '%s'"
5535 #: builtin/branch.c:520
5537 msgid "Renamed a misnamed branch '%s' away"
5540 #: builtin/branch.c:526
5542 msgid "Branch renamed to %s, but HEAD is not updated!"
5545 #: builtin/branch.c:535
5546 msgid "Branch is renamed, but update of config-file failed"
5549 #: builtin/branch.c:537
5550 msgid "Branch is copied, but update of config-file failed"
5553 #: builtin/branch.c:553
5556 "Please edit the description for the branch\n"
5558 "Lines starting with '%c' will be stripped.\n"
5561 #: builtin/branch.c:586
5562 msgid "Generic options"
5565 #: builtin/branch.c:588
5566 msgid "show hash and subject, give twice for upstream branch"
5569 #: builtin/branch.c:589
5570 msgid "suppress informational messages"
5573 #: builtin/branch.c:590
5574 msgid "set up tracking mode (see git-pull(1))"
5577 #: builtin/branch.c:592
5581 #: builtin/branch.c:594
5585 #: builtin/branch.c:594
5586 msgid "change the upstream info"
5589 #: builtin/branch.c:595
5590 msgid "Unset the upstream info"
5593 #: builtin/branch.c:596
5594 msgid "use colored output"
5597 #: builtin/branch.c:597
5598 msgid "act on remote-tracking branches"
5601 #: builtin/branch.c:599 builtin/branch.c:601
5602 msgid "print only branches that contain the commit"
5605 #: builtin/branch.c:600 builtin/branch.c:602
5606 msgid "print only branches that don't contain the commit"
5609 #: builtin/branch.c:605
5610 msgid "Specific git-branch actions:"
5613 #: builtin/branch.c:606
5614 msgid "list both remote-tracking and local branches"
5617 #: builtin/branch.c:608
5618 msgid "delete fully merged branch"
5621 #: builtin/branch.c:609
5622 msgid "delete branch (even if not merged)"
5625 #: builtin/branch.c:610
5626 msgid "move/rename a branch and its reflog"
5629 #: builtin/branch.c:611
5630 msgid "move/rename a branch, even if target exists"
5633 #: builtin/branch.c:612
5634 msgid "copy a branch and its reflog"
5637 #: builtin/branch.c:613
5638 msgid "copy a branch, even if target exists"
5641 #: builtin/branch.c:614
5642 msgid "list branch names"
5645 #: builtin/branch.c:615
5646 msgid "create the branch's reflog"
5649 #: builtin/branch.c:617
5650 msgid "edit the description for the branch"
5653 #: builtin/branch.c:618
5654 msgid "force creation, move/rename, deletion"
5657 #: builtin/branch.c:619
5658 msgid "print only branches that are merged"
5661 #: builtin/branch.c:620
5662 msgid "print only branches that are not merged"
5665 #: builtin/branch.c:621
5666 msgid "list branches in columns"
5669 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:411
5673 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:412
5674 msgid "field name to sort on"
5677 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5678 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5679 #: builtin/tag.c:414
5683 #: builtin/branch.c:626
5684 msgid "print only branches of the object"
5687 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:421
5688 msgid "sorting and filtering are case insensitive"
5691 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:419
5692 #: builtin/verify-tag.c:39
5693 msgid "format to use for the output"
5696 #: builtin/branch.c:652 builtin/clone.c:735
5697 msgid "HEAD not found below refs/heads!"
5700 #: builtin/branch.c:675
5701 msgid "--column and --verbose are incompatible"
5704 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5705 msgid "branch name required"
5708 #: builtin/branch.c:718
5709 msgid "Cannot give description to detached HEAD"
5712 #: builtin/branch.c:723
5713 msgid "cannot edit description of more than one branch"
5716 #: builtin/branch.c:730
5718 msgid "No commit on branch '%s' yet."
5721 #: builtin/branch.c:733
5723 msgid "No branch named '%s'."
5726 #: builtin/branch.c:748
5727 msgid "too many branches for a copy operation"
5730 #: builtin/branch.c:757
5731 msgid "too many arguments for a rename operation"
5734 #: builtin/branch.c:762
5735 msgid "too many arguments to set new upstream"
5738 #: builtin/branch.c:766
5741 "could not set upstream of HEAD to %s when it does not point to any branch."
5744 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5746 msgid "no such branch '%s'"
5749 #: builtin/branch.c:773
5751 msgid "branch '%s' does not exist"
5754 #: builtin/branch.c:785
5755 msgid "too many arguments to unset upstream"
5758 #: builtin/branch.c:789
5759 msgid "could not unset upstream of HEAD when it does not point to any branch."
5762 #: builtin/branch.c:795
5764 msgid "Branch '%s' has no upstream information"
5767 #: builtin/branch.c:810
5768 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5771 #: builtin/branch.c:813
5773 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5774 "'--set-upstream-to' instead."
5777 #: builtin/bundle.c:45
5779 msgid "%s is okay\n"
5782 #: builtin/bundle.c:58
5783 msgid "Need a repository to create a bundle."
5786 #: builtin/bundle.c:62
5787 msgid "Need a repository to unbundle."
5790 #: builtin/cat-file.c:523
5792 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5793 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5796 #: builtin/cat-file.c:524
5798 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5802 #: builtin/cat-file.c:561
5803 msgid "<type> can be one of: blob, tree, commit, tag"
5806 #: builtin/cat-file.c:562
5807 msgid "show object type"
5810 #: builtin/cat-file.c:563
5811 msgid "show object size"
5814 #: builtin/cat-file.c:565
5815 msgid "exit with zero when there's no error"
5818 #: builtin/cat-file.c:566
5819 msgid "pretty-print object's content"
5822 #: builtin/cat-file.c:568
5823 msgid "for blob objects, run textconv on object's content"
5826 #: builtin/cat-file.c:570
5827 msgid "for blob objects, run filters on object's content"
5830 #: builtin/cat-file.c:571 git-submodule.sh:878
5834 #: builtin/cat-file.c:572
5835 msgid "use a specific path for --textconv/--filters"
5838 #: builtin/cat-file.c:574
5839 msgid "allow -s and -t to work with broken/corrupt objects"
5842 #: builtin/cat-file.c:575
5843 msgid "buffer --batch output"
5846 #: builtin/cat-file.c:577
5847 msgid "show info and content of objects fed from the standard input"
5850 #: builtin/cat-file.c:580
5851 msgid "show info about objects fed from the standard input"
5854 #: builtin/cat-file.c:583
5855 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5858 #: builtin/cat-file.c:585
5859 msgid "show all objects with --batch or --batch-check"
5862 #: builtin/check-attr.c:12
5863 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5866 #: builtin/check-attr.c:13
5867 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5870 #: builtin/check-attr.c:20
5871 msgid "report all attributes set on file"
5874 #: builtin/check-attr.c:21
5875 msgid "use .gitattributes only from the index"
5878 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
5879 msgid "read file names from stdin"
5882 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5883 msgid "terminate input and output records by a NUL character"
5886 #: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:358
5887 msgid "suppress progress reporting"
5890 #: builtin/check-ignore.c:28
5891 msgid "show non-matching input paths"
5894 #: builtin/check-ignore.c:30
5895 msgid "ignore index when checking"
5898 #: builtin/check-ignore.c:159
5899 msgid "cannot specify pathnames with --stdin"
5902 #: builtin/check-ignore.c:162
5903 msgid "-z only makes sense with --stdin"
5906 #: builtin/check-ignore.c:164
5907 msgid "no path specified"
5910 #: builtin/check-ignore.c:168
5911 msgid "--quiet is only valid with a single pathname"
5914 #: builtin/check-ignore.c:170
5915 msgid "cannot have both --quiet and --verbose"
5918 #: builtin/check-ignore.c:173
5919 msgid "--non-matching is only valid with --verbose"
5922 #: builtin/check-mailmap.c:9
5923 msgid "git check-mailmap [<options>] <contact>..."
5926 #: builtin/check-mailmap.c:14
5927 msgid "also read contacts from stdin"
5930 #: builtin/check-mailmap.c:25
5932 msgid "unable to parse contact: %s"
5935 #: builtin/check-mailmap.c:48
5936 msgid "no contacts specified"
5939 #: builtin/checkout-index.c:128
5940 msgid "git checkout-index [<options>] [--] [<file>...]"
5943 #: builtin/checkout-index.c:143
5944 msgid "stage should be between 1 and 3 or all"
5947 #: builtin/checkout-index.c:159
5948 msgid "check out all files in the index"
5951 #: builtin/checkout-index.c:160
5952 msgid "force overwrite of existing files"
5955 #: builtin/checkout-index.c:162
5956 msgid "no warning for existing files and files not in index"
5959 #: builtin/checkout-index.c:164
5960 msgid "don't checkout new files"
5963 #: builtin/checkout-index.c:166
5964 msgid "update stat information in the index file"
5967 #: builtin/checkout-index.c:170
5968 msgid "read list of paths from the standard input"
5971 #: builtin/checkout-index.c:172
5972 msgid "write the content to temporary files"
5975 #: builtin/checkout-index.c:173 builtin/column.c:31
5976 #: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:1206
5977 #: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:1574
5978 #: builtin/worktree.c:570
5982 #: builtin/checkout-index.c:174
5983 msgid "when creating files, prepend <string>"
5986 #: builtin/checkout-index.c:176
5987 msgid "copy out the files from named stage"
5990 #: builtin/checkout.c:27
5991 msgid "git checkout [<options>] <branch>"
5994 #: builtin/checkout.c:28
5995 msgid "git checkout [<options>] [<branch>] -- <file>..."
5998 #: builtin/checkout.c:136 builtin/checkout.c:169
6000 msgid "path '%s' does not have our version"
6003 #: builtin/checkout.c:138 builtin/checkout.c:171
6005 msgid "path '%s' does not have their version"
6008 #: builtin/checkout.c:154
6010 msgid "path '%s' does not have all necessary versions"
6013 #: builtin/checkout.c:198
6015 msgid "path '%s' does not have necessary versions"
6018 #: builtin/checkout.c:215
6020 msgid "path '%s': cannot merge"
6023 #: builtin/checkout.c:231
6025 msgid "Unable to add merge result for '%s'"
6028 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6029 #: builtin/checkout.c:262
6031 msgid "'%s' cannot be used with updating paths"
6034 #: builtin/checkout.c:265 builtin/checkout.c:268
6036 msgid "'%s' cannot be used with %s"
6039 #: builtin/checkout.c:271
6041 msgid "Cannot update paths and switch to branch '%s' at the same time."
6044 #: builtin/checkout.c:340 builtin/checkout.c:347
6046 msgid "path '%s' is unmerged"
6049 #: builtin/checkout.c:505
6050 msgid "you need to resolve your current index first"
6053 #: builtin/checkout.c:636
6055 msgid "Can not do reflog for '%s': %s\n"
6058 #: builtin/checkout.c:677
6059 msgid "HEAD is now at"
6062 #: builtin/checkout.c:681 builtin/clone.c:689
6063 msgid "unable to update HEAD"
6066 #: builtin/checkout.c:685
6068 msgid "Reset branch '%s'\n"
6071 #: builtin/checkout.c:688
6073 msgid "Already on '%s'\n"
6076 #: builtin/checkout.c:692
6078 msgid "Switched to and reset branch '%s'\n"
6081 #: builtin/checkout.c:694 builtin/checkout.c:1039
6083 msgid "Switched to a new branch '%s'\n"
6086 #: builtin/checkout.c:696
6088 msgid "Switched to branch '%s'\n"
6091 #: builtin/checkout.c:747
6093 msgid " ... and %d more.\n"
6096 #: builtin/checkout.c:753
6099 "Warning: you are leaving %d commit behind, not connected to\n"
6100 "any of your branches:\n"
6104 "Warning: you are leaving %d commits behind, not connected to\n"
6105 "any of your branches:\n"
6111 #: builtin/checkout.c:772
6114 "If you want to keep it by creating a new branch, this may be a good time\n"
6117 " git branch <new-branch-name> %s\n"
6120 "If you want to keep them by creating a new branch, this may be a good time\n"
6123 " git branch <new-branch-name> %s\n"
6128 #: builtin/checkout.c:804
6129 msgid "internal error in revision walk"
6132 #: builtin/checkout.c:808
6133 msgid "Previous HEAD position was"
6136 #: builtin/checkout.c:836 builtin/checkout.c:1034
6137 msgid "You are on a branch yet to be born"
6140 #: builtin/checkout.c:940
6142 msgid "only one reference expected, %d given."
6145 #: builtin/checkout.c:980 builtin/worktree.c:249
6147 msgid "invalid reference: %s"
6150 #: builtin/checkout.c:1009
6152 msgid "reference is not a tree: %s"
6155 #: builtin/checkout.c:1048
6156 msgid "paths cannot be used with switching branches"
6159 #: builtin/checkout.c:1051 builtin/checkout.c:1055
6161 msgid "'%s' cannot be used with switching branches"
6164 #: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:1067
6165 #: builtin/checkout.c:1070
6167 msgid "'%s' cannot be used with '%s'"
6170 #: builtin/checkout.c:1075
6172 msgid "Cannot switch branch to a non-commit '%s'"
6175 #: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:116
6176 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:387
6177 #: builtin/worktree.c:389
6181 #: builtin/checkout.c:1108
6182 msgid "create and checkout a new branch"
6185 #: builtin/checkout.c:1110
6186 msgid "create/reset and checkout a branch"
6189 #: builtin/checkout.c:1111
6190 msgid "create reflog for new branch"
6193 #: builtin/checkout.c:1112 builtin/worktree.c:391
6194 msgid "detach HEAD at named commit"
6197 #: builtin/checkout.c:1113
6198 msgid "set upstream info for new branch"
6201 #: builtin/checkout.c:1115
6205 #: builtin/checkout.c:1115
6206 msgid "new unparented branch"
6209 #: builtin/checkout.c:1116
6210 msgid "checkout our version for unmerged files"
6213 #: builtin/checkout.c:1118
6214 msgid "checkout their version for unmerged files"
6217 #: builtin/checkout.c:1120
6218 msgid "force checkout (throw away local modifications)"
6221 #: builtin/checkout.c:1122
6222 msgid "perform a 3-way merge with the new branch"
6225 #: builtin/checkout.c:1124 builtin/merge.c:239
6226 msgid "update ignored files (default)"
6229 #: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:263
6233 #: builtin/checkout.c:1127
6234 msgid "conflict style (merge or diff3)"
6237 #: builtin/checkout.c:1130
6238 msgid "do not limit pathspecs to sparse entries only"
6241 #: builtin/checkout.c:1132
6242 msgid "second guess 'git checkout <no-such-branch>'"
6245 #: builtin/checkout.c:1134
6246 msgid "do not check if another worktree is holding the given ref"
6249 #: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:150
6250 #: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:556
6251 #: builtin/send-pack.c:173
6252 msgid "force progress reporting"
6255 #: builtin/checkout.c:1168
6256 msgid "-b, -B and --orphan are mutually exclusive"
6259 #: builtin/checkout.c:1185
6260 msgid "--track needs a branch name"
6263 #: builtin/checkout.c:1190
6264 msgid "Missing branch name; try -b"
6267 #: builtin/checkout.c:1226
6268 msgid "invalid path specification"
6271 #: builtin/checkout.c:1233
6273 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6276 #: builtin/checkout.c:1237
6278 msgid "git checkout: --detach does not take a path argument '%s'"
6281 #: builtin/checkout.c:1241
6283 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6284 "checking out of the index."
6287 #: builtin/clean.c:26
6289 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6292 #: builtin/clean.c:30
6294 msgid "Removing %s\n"
6297 #: builtin/clean.c:31
6299 msgid "Would remove %s\n"
6302 #: builtin/clean.c:32
6304 msgid "Skipping repository %s\n"
6307 #: builtin/clean.c:33
6309 msgid "Would skip repository %s\n"
6312 #: builtin/clean.c:34
6314 msgid "failed to remove %s"
6317 #: builtin/clean.c:302 git-add--interactive.perl:572
6321 "1 - select a numbered item\n"
6322 "foo - select item based on unique prefix\n"
6323 " - (empty) select nothing\n"
6326 #: builtin/clean.c:306 git-add--interactive.perl:581
6330 "1 - select a single item\n"
6331 "3-5 - select a range of items\n"
6332 "2-3,6-9 - select multiple ranges\n"
6333 "foo - select item based on unique prefix\n"
6334 "-... - unselect specified items\n"
6335 "* - choose all items\n"
6336 " - (empty) finish selecting\n"
6339 #: builtin/clean.c:522 git-add--interactive.perl:547
6340 #: git-add--interactive.perl:552
6341 #, c-format, perl-format
6345 #: builtin/clean.c:664
6347 msgid "Input ignore patterns>> "
6350 #: builtin/clean.c:701
6352 msgid "WARNING: Cannot find items matched by: %s"
6355 #: builtin/clean.c:722
6356 msgid "Select items to delete"
6359 #. TRANSLATORS: Make sure to keep [y/N] as is
6360 #: builtin/clean.c:763
6362 msgid "Remove %s [y/N]? "
6365 #: builtin/clean.c:788 git-add--interactive.perl:1710
6370 #: builtin/clean.c:796
6372 "clean - start cleaning\n"
6373 "filter by pattern - exclude items from deletion\n"
6374 "select by numbers - select items to be deleted by numbers\n"
6375 "ask each - confirm each deletion (like \"rm -i\")\n"
6376 "quit - stop cleaning\n"
6377 "help - this screen\n"
6378 "? - help for prompt selection"
6381 #: builtin/clean.c:823 git-add--interactive.perl:1786
6382 msgid "*** Commands ***"
6385 #: builtin/clean.c:824 git-add--interactive.perl:1783
6389 #: builtin/clean.c:832
6390 msgid "Would remove the following item:"
6391 msgid_plural "Would remove the following items:"
6395 #: builtin/clean.c:848
6396 msgid "No more files to clean, exiting."
6399 #: builtin/clean.c:910
6400 msgid "do not print names of files removed"
6403 #: builtin/clean.c:912
6407 #: builtin/clean.c:913
6408 msgid "interactive cleaning"
6411 #: builtin/clean.c:915
6412 msgid "remove whole directories"
6415 #: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6416 #: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6417 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6418 #: builtin/show-ref.c:176
6422 #: builtin/clean.c:917
6423 msgid "add <pattern> to ignore rules"
6426 #: builtin/clean.c:918
6427 msgid "remove ignored files, too"
6430 #: builtin/clean.c:920
6431 msgid "remove only ignored files"
6434 #: builtin/clean.c:938
6435 msgid "-x and -X cannot be used together"
6438 #: builtin/clean.c:942
6440 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6444 #: builtin/clean.c:945
6446 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6450 #: builtin/clone.c:40
6451 msgid "git clone [<options>] [--] <repo> [<dir>]"
6454 #: builtin/clone.c:85
6455 msgid "don't create a checkout"
6458 #: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:479
6459 msgid "create a bare repository"
6462 #: builtin/clone.c:90
6463 msgid "create a mirror repository (implies bare)"
6466 #: builtin/clone.c:92
6467 msgid "to clone from a local repository"
6470 #: builtin/clone.c:94
6471 msgid "don't use local hardlinks, always copy"
6474 #: builtin/clone.c:96
6475 msgid "setup as shared repository"
6478 #: builtin/clone.c:98 builtin/clone.c:102
6482 #: builtin/clone.c:98 builtin/clone.c:102
6483 msgid "initialize submodules in the clone"
6486 #: builtin/clone.c:105
6487 msgid "number of submodules cloned in parallel"
6490 #: builtin/clone.c:106 builtin/init-db.c:476
6491 msgid "template-directory"
6494 #: builtin/clone.c:107 builtin/init-db.c:477
6495 msgid "directory from which templates will be used"
6498 #: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:1210
6499 #: builtin/submodule--helper.c:1577
6500 msgid "reference repository"
6503 #: builtin/clone.c:113
6504 msgid "use --reference only while cloning"
6507 #: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:44
6511 #: builtin/clone.c:115
6512 msgid "use <name> instead of 'origin' to track upstream"
6515 #: builtin/clone.c:117
6516 msgid "checkout <branch> instead of the remote's HEAD"
6519 #: builtin/clone.c:119
6520 msgid "path to git-upload-pack on the remote"
6523 #: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:813
6524 #: builtin/pull.c:211
6528 #: builtin/clone.c:121
6529 msgid "create a shallow clone of that depth"
6532 #: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:3017
6533 #: parse-options.h:154
6537 #: builtin/clone.c:123
6538 msgid "create a shallow clone since a specific time"
6541 #: builtin/clone.c:124 builtin/fetch.c:155
6545 #: builtin/clone.c:125 builtin/fetch.c:156
6546 msgid "deepen history of shallow clone, excluding rev"
6549 #: builtin/clone.c:127
6550 msgid "clone only one branch, HEAD or --branch"
6553 #: builtin/clone.c:129
6554 msgid "don't clone any tags, and make later fetches not to follow them"
6557 #: builtin/clone.c:131
6558 msgid "any cloned submodules will be shallow"
6561 #: builtin/clone.c:132 builtin/init-db.c:485
6565 #: builtin/clone.c:133 builtin/init-db.c:486
6566 msgid "separate git dir from working tree"
6569 #: builtin/clone.c:134
6573 #: builtin/clone.c:135
6574 msgid "set config inside the new repository"
6577 #: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:224
6578 #: builtin/push.c:567
6579 msgid "use IPv4 addresses only"
6582 #: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:227
6583 #: builtin/push.c:569
6584 msgid "use IPv6 addresses only"
6587 #: builtin/clone.c:276
6589 "No directory name could be guessed.\n"
6590 "Please specify a directory on the command line"
6593 #: builtin/clone.c:329
6595 msgid "info: Could not add alternate for '%s': %s\n"
6598 #: builtin/clone.c:401
6600 msgid "failed to open '%s'"
6603 #: builtin/clone.c:409
6605 msgid "%s exists and is not a directory"
6608 #: builtin/clone.c:423
6610 msgid "failed to stat %s\n"
6613 #: builtin/clone.c:445
6615 msgid "failed to create link '%s'"
6618 #: builtin/clone.c:449
6620 msgid "failed to copy file to '%s'"
6623 #: builtin/clone.c:475
6628 #: builtin/clone.c:489
6630 "Clone succeeded, but checkout failed.\n"
6631 "You can inspect what was checked out with 'git status'\n"
6632 "and retry the checkout with 'git checkout -f HEAD'\n"
6635 #: builtin/clone.c:566
6637 msgid "Could not find remote branch %s to clone."
6640 #: builtin/clone.c:661
6641 msgid "remote did not send all necessary objects"
6644 #: builtin/clone.c:677
6646 msgid "unable to update %s"
6649 #: builtin/clone.c:726
6650 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6653 #: builtin/clone.c:756
6654 msgid "unable to checkout working tree"
6657 #: builtin/clone.c:801
6658 msgid "unable to write parameters to config file"
6661 #: builtin/clone.c:864
6662 msgid "cannot repack to clean up"
6665 #: builtin/clone.c:866
6666 msgid "cannot unlink temporary alternates file"
6669 #: builtin/clone.c:906 builtin/receive-pack.c:1946
6670 msgid "Too many arguments."
6673 #: builtin/clone.c:910
6674 msgid "You must specify a repository to clone."
6677 #: builtin/clone.c:923
6679 msgid "--bare and --origin %s options are incompatible."
6682 #: builtin/clone.c:926
6683 msgid "--bare and --separate-git-dir are incompatible."
6686 #: builtin/clone.c:939
6688 msgid "repository '%s' does not exist"
6691 #: builtin/clone.c:945 builtin/fetch.c:1455
6693 msgid "depth %s is not a positive number"
6696 #: builtin/clone.c:955
6698 msgid "destination path '%s' already exists and is not an empty directory."
6701 #: builtin/clone.c:965
6703 msgid "working tree '%s' already exists."
6706 #: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:270
6707 #: builtin/worktree.c:255 builtin/worktree.c:285
6709 msgid "could not create leading directories of '%s'"
6712 #: builtin/clone.c:985
6714 msgid "could not create work tree dir '%s'"
6717 #: builtin/clone.c:1005
6719 msgid "Cloning into bare repository '%s'...\n"
6722 #: builtin/clone.c:1007
6724 msgid "Cloning into '%s'...\n"
6727 #: builtin/clone.c:1031
6729 "clone --recursive is not compatible with both --reference and --reference-if-"
6733 #: builtin/clone.c:1093
6734 msgid "--depth is ignored in local clones; use file:// instead."
6737 #: builtin/clone.c:1095
6738 msgid "--shallow-since is ignored in local clones; use file:// instead."
6741 #: builtin/clone.c:1097
6742 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6745 #: builtin/clone.c:1099
6746 msgid "--filter is ignored in local clones; use file:// instead."
6749 #: builtin/clone.c:1102
6750 msgid "source repository is shallow, ignoring --local"
6753 #: builtin/clone.c:1107
6754 msgid "--local is ignored"
6757 #: builtin/clone.c:1169 builtin/clone.c:1177
6759 msgid "Remote branch %s not found in upstream %s"
6762 #: builtin/clone.c:1180
6763 msgid "You appear to have cloned an empty repository."
6766 #: builtin/column.c:10
6767 msgid "git column [<options>]"
6770 #: builtin/column.c:27
6771 msgid "lookup config vars"
6774 #: builtin/column.c:28 builtin/column.c:29
6775 msgid "layout to use"
6778 #: builtin/column.c:30
6779 msgid "Maximum width"
6782 #: builtin/column.c:31
6783 msgid "Padding space on left border"
6786 #: builtin/column.c:32
6787 msgid "Padding space on right border"
6790 #: builtin/column.c:33
6791 msgid "Padding space between columns"
6794 #: builtin/column.c:52
6795 msgid "--command must be the first argument"
6798 #: builtin/commit.c:37
6799 msgid "git commit [<options>] [--] <pathspec>..."
6802 #: builtin/commit.c:42
6803 msgid "git status [<options>] [--] <pathspec>..."
6806 #: builtin/commit.c:47
6808 "You asked to amend the most recent commit, but doing so would make\n"
6809 "it empty. You can repeat your command with --allow-empty, or you can\n"
6810 "remove the commit entirely with \"git reset HEAD^\".\n"
6813 #: builtin/commit.c:52
6815 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6816 "If you wish to commit it anyway, use:\n"
6818 " git commit --allow-empty\n"
6822 #: builtin/commit.c:59
6823 msgid "Otherwise, please use 'git reset'\n"
6826 #: builtin/commit.c:62
6828 "If you wish to skip this commit, use:\n"
6832 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6833 "the remaining commits.\n"
6836 #: builtin/commit.c:284
6837 msgid "failed to unpack HEAD tree object"
6840 #: builtin/commit.c:325
6841 msgid "unable to create temporary index"
6844 #: builtin/commit.c:331
6845 msgid "interactive add failed"
6848 #: builtin/commit.c:344
6849 msgid "unable to update temporary index"
6852 #: builtin/commit.c:346
6853 msgid "Failed to update main cache tree"
6856 #: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:444
6857 msgid "unable to write new_index file"
6860 #: builtin/commit.c:427
6861 msgid "cannot do a partial commit during a merge."
6864 #: builtin/commit.c:429
6865 msgid "cannot do a partial commit during a cherry-pick."
6868 #: builtin/commit.c:437
6869 msgid "cannot read the index"
6872 #: builtin/commit.c:456
6873 msgid "unable to write temporary index file"
6876 #: builtin/commit.c:553
6878 msgid "commit '%s' lacks author header"
6881 #: builtin/commit.c:555
6883 msgid "commit '%s' has malformed author line"
6886 #: builtin/commit.c:574
6887 msgid "malformed --author parameter"
6890 #: builtin/commit.c:626
6892 "unable to select a comment character that is not used\n"
6893 "in the current commit message"
6896 #: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:1024
6898 msgid "could not lookup commit %s"
6901 #: builtin/commit.c:675 builtin/shortlog.c:309
6903 msgid "(reading log message from standard input)\n"
6906 #: builtin/commit.c:677
6907 msgid "could not read log from standard input"
6910 #: builtin/commit.c:681
6912 msgid "could not read log file '%s'"
6915 #: builtin/commit.c:710 builtin/commit.c:718
6916 msgid "could not read SQUASH_MSG"
6919 #: builtin/commit.c:715
6920 msgid "could not read MERGE_MSG"
6923 #: builtin/commit.c:769
6924 msgid "could not write commit template"
6927 #: builtin/commit.c:787
6931 "It looks like you may be committing a merge.\n"
6932 "If this is not correct, please remove the file\n"
6937 #: builtin/commit.c:792
6941 "It looks like you may be committing a cherry-pick.\n"
6942 "If this is not correct, please remove the file\n"
6947 #: builtin/commit.c:805
6950 "Please enter the commit message for your changes. Lines starting\n"
6951 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6954 #: builtin/commit.c:813
6957 "Please enter the commit message for your changes. Lines starting\n"
6958 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6959 "An empty message aborts the commit.\n"
6962 #: builtin/commit.c:830
6964 msgid "%sAuthor: %.*s <%.*s>"
6967 #: builtin/commit.c:838
6972 #: builtin/commit.c:845
6974 msgid "%sCommitter: %.*s <%.*s>"
6977 #: builtin/commit.c:862
6978 msgid "Cannot read index"
6981 #: builtin/commit.c:928
6982 msgid "Error building trees"
6985 #: builtin/commit.c:942 builtin/tag.c:256
6987 msgid "Please supply the message using either -m or -F option.\n"
6990 #: builtin/commit.c:986
6992 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6995 #: builtin/commit.c:1000
6997 msgid "Invalid ignored mode '%s'"
7000 #: builtin/commit.c:1014 builtin/commit.c:1264
7002 msgid "Invalid untracked files mode '%s'"
7005 #: builtin/commit.c:1052
7006 msgid "--long and -z are incompatible"
7009 #: builtin/commit.c:1085
7010 msgid "Using both --reset-author and --author does not make sense"
7013 #: builtin/commit.c:1094
7014 msgid "You have nothing to amend."
7017 #: builtin/commit.c:1097
7018 msgid "You are in the middle of a merge -- cannot amend."
7021 #: builtin/commit.c:1099
7022 msgid "You are in the middle of a cherry-pick -- cannot amend."
7025 #: builtin/commit.c:1102
7026 msgid "Options --squash and --fixup cannot be used together"
7029 #: builtin/commit.c:1112
7030 msgid "Only one of -c/-C/-F/--fixup can be used."
7033 #: builtin/commit.c:1114
7034 msgid "Option -m cannot be combined with -c/-C/-F."
7037 #: builtin/commit.c:1122
7038 msgid "--reset-author can be used only with -C, -c or --amend."
7041 #: builtin/commit.c:1139
7042 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7045 #: builtin/commit.c:1141
7046 msgid "No paths with --include/--only does not make sense."
7049 #: builtin/commit.c:1155 builtin/tag.c:542
7051 msgid "Invalid cleanup mode %s"
7054 #: builtin/commit.c:1160
7055 msgid "Paths with -a does not make sense."
7058 #: builtin/commit.c:1278 builtin/commit.c:1443
7059 msgid "show status concisely"
7062 #: builtin/commit.c:1280 builtin/commit.c:1445
7063 msgid "show branch information"
7066 #: builtin/commit.c:1282
7067 msgid "show stash information"
7070 #: builtin/commit.c:1284 builtin/commit.c:1447
7071 msgid "compute full ahead/behind values"
7074 #: builtin/commit.c:1286
7078 #: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:542
7079 #: builtin/worktree.c:541
7080 msgid "machine-readable output"
7083 #: builtin/commit.c:1289 builtin/commit.c:1451
7084 msgid "show status in long format (default)"
7087 #: builtin/commit.c:1292 builtin/commit.c:1454
7088 msgid "terminate entries with NUL"
7091 #: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:1457
7092 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:396
7096 #: builtin/commit.c:1295 builtin/commit.c:1457
7097 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7100 #: builtin/commit.c:1299
7102 "show ignored files, optional modes: traditional, matching, no. (Default: "
7106 #: builtin/commit.c:1301 parse-options.h:167
7110 #: builtin/commit.c:1302
7112 "ignore changes to submodules, optional when: all, dirty, untracked. "
7116 #: builtin/commit.c:1304
7117 msgid "list untracked files in columns"
7120 #: builtin/commit.c:1323
7121 msgid "Unsupported combination of ignored and untracked-files arguments"
7124 #: builtin/commit.c:1413
7125 msgid "suppress summary after successful commit"
7128 #: builtin/commit.c:1414
7129 msgid "show diff in commit message template"
7132 #: builtin/commit.c:1416
7133 msgid "Commit message options"
7136 #: builtin/commit.c:1417 builtin/tag.c:393
7137 msgid "read message from file"
7140 #: builtin/commit.c:1418
7144 #: builtin/commit.c:1418
7145 msgid "override author for commit"
7148 #: builtin/commit.c:1419 builtin/gc.c:359
7152 #: builtin/commit.c:1419
7153 msgid "override date for commit"
7156 #: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:402
7157 #: builtin/notes.c:565 builtin/tag.c:391
7161 #: builtin/commit.c:1420
7162 msgid "commit message"
7165 #: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:1423
7166 #: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:92
7170 #: builtin/commit.c:1421
7171 msgid "reuse and edit message from specified commit"
7174 #: builtin/commit.c:1422
7175 msgid "reuse message from specified commit"
7178 #: builtin/commit.c:1423
7179 msgid "use autosquash formatted message to fixup specified commit"
7182 #: builtin/commit.c:1424
7183 msgid "use autosquash formatted message to squash specified commit"
7186 #: builtin/commit.c:1425
7187 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7190 #: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:240
7191 #: builtin/pull.c:149 builtin/revert.c:105
7192 msgid "add Signed-off-by:"
7195 #: builtin/commit.c:1427
7196 msgid "use specified template file"
7199 #: builtin/commit.c:1428
7200 msgid "force edit of commit"
7203 #: builtin/commit.c:1429
7207 #: builtin/commit.c:1429 builtin/tag.c:397
7208 msgid "how to strip spaces and #comments from message"
7211 #: builtin/commit.c:1430
7212 msgid "include status in commit message template"
7215 #: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:179
7216 #: builtin/revert.c:113
7217 msgid "GPG sign commit"
7220 #: builtin/commit.c:1435
7221 msgid "Commit contents options"
7224 #: builtin/commit.c:1436
7225 msgid "commit all changed files"
7228 #: builtin/commit.c:1437
7229 msgid "add specified files to index for commit"
7232 #: builtin/commit.c:1438
7233 msgid "interactively add files"
7236 #: builtin/commit.c:1439
7237 msgid "interactively add changes"
7240 #: builtin/commit.c:1440
7241 msgid "commit only specified files"
7244 #: builtin/commit.c:1441
7245 msgid "bypass pre-commit and commit-msg hooks"
7248 #: builtin/commit.c:1442
7249 msgid "show what would be committed"
7252 #: builtin/commit.c:1455
7253 msgid "amend previous commit"
7256 #: builtin/commit.c:1456
7257 msgid "bypass post-rewrite hook"
7260 #: builtin/commit.c:1461
7261 msgid "ok to record an empty change"
7264 #: builtin/commit.c:1463
7265 msgid "ok to record a change with an empty message"
7268 #: builtin/commit.c:1536
7270 msgid "Corrupt MERGE_HEAD file (%s)"
7273 #: builtin/commit.c:1543
7274 msgid "could not read MERGE_MODE"
7277 #: builtin/commit.c:1562
7279 msgid "could not read commit message: %s"
7282 #: builtin/commit.c:1573
7284 msgid "Aborting commit due to empty commit message.\n"
7287 #: builtin/commit.c:1578
7289 msgid "Aborting commit; you did not edit the message.\n"
7292 #: builtin/commit.c:1613
7294 "Repository has been updated, but unable to write\n"
7295 "new_index file. Check that disk is not full and quota is\n"
7296 "not exceeded, and then \"git reset HEAD\" to recover."
7299 #: builtin/config.c:10
7300 msgid "git config [<options>]"
7303 #: builtin/config.c:58
7304 msgid "Config file location"
7307 #: builtin/config.c:59
7308 msgid "use global config file"
7311 #: builtin/config.c:60
7312 msgid "use system config file"
7315 #: builtin/config.c:61
7316 msgid "use repository config file"
7319 #: builtin/config.c:62
7320 msgid "use given config file"
7323 #: builtin/config.c:63
7327 #: builtin/config.c:63
7328 msgid "read config from given blob object"
7331 #: builtin/config.c:64
7335 #: builtin/config.c:65
7336 msgid "get value: name [value-regex]"
7339 #: builtin/config.c:66
7340 msgid "get all values: key [value-regex]"
7343 #: builtin/config.c:67
7344 msgid "get values for regexp: name-regex [value-regex]"
7347 #: builtin/config.c:68
7348 msgid "get value specific for the URL: section[.var] URL"
7351 #: builtin/config.c:69
7352 msgid "replace all matching variables: name value [value_regex]"
7355 #: builtin/config.c:70
7356 msgid "add a new variable: name value"
7359 #: builtin/config.c:71
7360 msgid "remove a variable: name [value-regex]"
7363 #: builtin/config.c:72
7364 msgid "remove all matches: name [value-regex]"
7367 #: builtin/config.c:73
7368 msgid "rename section: old-name new-name"
7371 #: builtin/config.c:74
7372 msgid "remove a section: name"
7375 #: builtin/config.c:75
7379 #: builtin/config.c:76
7380 msgid "open an editor"
7383 #: builtin/config.c:77
7384 msgid "find the color configured: slot [default]"
7387 #: builtin/config.c:78
7388 msgid "find the color setting: slot [stdout-is-tty]"
7391 #: builtin/config.c:79
7395 #: builtin/config.c:80
7396 msgid "value is \"true\" or \"false\""
7399 #: builtin/config.c:81
7400 msgid "value is decimal number"
7403 #: builtin/config.c:82
7404 msgid "value is --bool or --int"
7407 #: builtin/config.c:83
7408 msgid "value is a path (file or directory name)"
7411 #: builtin/config.c:84
7412 msgid "value is an expiry date"
7415 #: builtin/config.c:85
7419 #: builtin/config.c:86
7420 msgid "terminate values with NUL byte"
7423 #: builtin/config.c:87
7424 msgid "show variable names only"
7427 #: builtin/config.c:88
7428 msgid "respect include directives on lookup"
7431 #: builtin/config.c:89
7432 msgid "show origin of config (file, standard input, blob, command line)"
7435 #: builtin/config.c:335
7436 msgid "unable to parse default color value"
7439 #: builtin/config.c:479
7442 "# This is Git's per-user configuration file.\n"
7444 "# Please adapt and uncomment the following lines:\n"
7449 #: builtin/config.c:507
7450 msgid "--local can only be used inside a git repository"
7453 #: builtin/config.c:632
7455 msgid "cannot create configuration file %s"
7458 #: builtin/config.c:645
7461 "cannot overwrite multiple values with a single value\n"
7462 " Use a regexp, --add or --replace-all to change %s."
7465 #: builtin/count-objects.c:88
7466 msgid "git count-objects [-v] [-H | --human-readable]"
7469 #: builtin/count-objects.c:98
7470 msgid "print sizes in human readable format"
7473 #: builtin/describe.c:22
7474 msgid "git describe [<options>] [<commit-ish>...]"
7477 #: builtin/describe.c:23
7478 msgid "git describe [<options>] --dirty"
7481 #: builtin/describe.c:57
7485 #: builtin/describe.c:57
7489 #: builtin/describe.c:57
7493 #: builtin/describe.c:267
7495 msgid "annotated tag %s not available"
7498 #: builtin/describe.c:271
7500 msgid "annotated tag %s has no embedded name"
7503 #: builtin/describe.c:273
7505 msgid "tag '%s' is really '%s' here"
7508 #: builtin/describe.c:317
7510 msgid "no tag exactly matches '%s'"
7513 #: builtin/describe.c:319
7515 msgid "No exact match on refs or tags, searching to describe\n"
7518 #: builtin/describe.c:366
7520 msgid "finished search at %s\n"
7523 #: builtin/describe.c:392
7526 "No annotated tags can describe '%s'.\n"
7527 "However, there were unannotated tags: try --tags."
7530 #: builtin/describe.c:396
7533 "No tags can describe '%s'.\n"
7534 "Try --always, or create some tags."
7537 #: builtin/describe.c:426
7539 msgid "traversed %lu commits\n"
7542 #: builtin/describe.c:429
7545 "more than %i tags found; listed %i most recent\n"
7546 "gave up search at %s\n"
7549 #: builtin/describe.c:497
7551 msgid "describe %s\n"
7554 #: builtin/describe.c:500 builtin/log.c:502
7556 msgid "Not a valid object name %s"
7559 #: builtin/describe.c:508
7561 msgid "%s is neither a commit nor blob"
7564 #: builtin/describe.c:522
7565 msgid "find the tag that comes after the commit"
7568 #: builtin/describe.c:523
7569 msgid "debug search strategy on stderr"
7572 #: builtin/describe.c:524
7576 #: builtin/describe.c:525
7577 msgid "use any tag, even unannotated"
7580 #: builtin/describe.c:526
7581 msgid "always use long format"
7584 #: builtin/describe.c:527
7585 msgid "only follow first parent"
7588 #: builtin/describe.c:530
7589 msgid "only output exact matches"
7592 #: builtin/describe.c:532
7593 msgid "consider <n> most recent tags (default: 10)"
7596 #: builtin/describe.c:534
7597 msgid "only consider tags matching <pattern>"
7600 #: builtin/describe.c:536
7601 msgid "do not consider tags matching <pattern>"
7604 #: builtin/describe.c:538 builtin/name-rev.c:406
7605 msgid "show abbreviated commit object as fallback"
7608 #: builtin/describe.c:539 builtin/describe.c:542
7612 #: builtin/describe.c:540
7613 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7616 #: builtin/describe.c:543
7617 msgid "append <mark> on broken working tree (default: \"-broken\")"
7620 #: builtin/describe.c:561
7621 msgid "--long is incompatible with --abbrev=0"
7624 #: builtin/describe.c:590
7625 msgid "No names found, cannot describe anything."
7628 #: builtin/describe.c:640
7629 msgid "--dirty is incompatible with commit-ishes"
7632 #: builtin/describe.c:642
7633 msgid "--broken is incompatible with commit-ishes"
7636 #: builtin/diff.c:83
7638 msgid "'%s': not a regular file or symlink"
7641 #: builtin/diff.c:234
7643 msgid "invalid option: %s"
7646 #: builtin/diff.c:356
7647 msgid "Not a git repository"
7650 #: builtin/diff.c:399
7652 msgid "invalid object '%s' given."
7655 #: builtin/diff.c:408
7657 msgid "more than two blobs given: '%s'"
7660 #: builtin/diff.c:413
7662 msgid "unhandled object '%s' given."
7665 #: builtin/difftool.c:29
7666 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7669 #: builtin/difftool.c:259
7674 #: builtin/difftool.c:301
7676 msgid "could not read symlink %s"
7679 #: builtin/difftool.c:303
7681 msgid "could not read symlink file %s"
7684 #: builtin/difftool.c:311
7686 msgid "could not read object %s for symlink %s"
7689 #: builtin/difftool.c:412
7691 "combined diff formats('-c' and '--cc') are not supported in\n"
7692 "directory diff mode('-d' and '--dir-diff')."
7695 #: builtin/difftool.c:632
7697 msgid "both files modified: '%s' and '%s'."
7700 #: builtin/difftool.c:634
7701 msgid "working tree file has been left."
7704 #: builtin/difftool.c:645
7706 msgid "temporary files exist in '%s'."
7709 #: builtin/difftool.c:646
7710 msgid "you may want to cleanup or recover these."
7713 #: builtin/difftool.c:695
7714 msgid "use `diff.guitool` instead of `diff.tool`"
7717 #: builtin/difftool.c:697
7718 msgid "perform a full-directory diff"
7721 #: builtin/difftool.c:699
7722 msgid "do not prompt before launching a diff tool"
7725 #: builtin/difftool.c:705
7726 msgid "use symlinks in dir-diff mode"
7729 #: builtin/difftool.c:706
7733 #: builtin/difftool.c:707
7734 msgid "use the specified diff tool"
7737 #: builtin/difftool.c:709
7738 msgid "print a list of diff tools that may be used with `--tool`"
7741 #: builtin/difftool.c:712
7743 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7747 #: builtin/difftool.c:714
7751 #: builtin/difftool.c:715
7752 msgid "specify a custom command for viewing diffs"
7755 #: builtin/difftool.c:739
7756 msgid "no <tool> given for --tool=<tool>"
7759 #: builtin/difftool.c:746
7760 msgid "no <cmd> given for --extcmd=<cmd>"
7763 #: builtin/fast-export.c:26
7764 msgid "git fast-export [rev-list-opts]"
7767 #: builtin/fast-export.c:998
7768 msgid "show progress after <n> objects"
7771 #: builtin/fast-export.c:1000
7772 msgid "select handling of signed tags"
7775 #: builtin/fast-export.c:1003
7776 msgid "select handling of tags that tag filtered objects"
7779 #: builtin/fast-export.c:1006
7780 msgid "Dump marks to this file"
7783 #: builtin/fast-export.c:1008
7784 msgid "Import marks from this file"
7787 #: builtin/fast-export.c:1010
7788 msgid "Fake a tagger when tags lack one"
7791 #: builtin/fast-export.c:1012
7792 msgid "Output full tree for each commit"
7795 #: builtin/fast-export.c:1014
7796 msgid "Use the done feature to terminate the stream"
7799 #: builtin/fast-export.c:1015
7800 msgid "Skip output of blob data"
7803 #: builtin/fast-export.c:1016
7807 #: builtin/fast-export.c:1017
7808 msgid "Apply refspec to exported refs"
7811 #: builtin/fast-export.c:1018
7812 msgid "anonymize output"
7815 #: builtin/fetch.c:25
7816 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7819 #: builtin/fetch.c:26
7820 msgid "git fetch [<options>] <group>"
7823 #: builtin/fetch.c:27
7824 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7827 #: builtin/fetch.c:28
7828 msgid "git fetch --all [<options>]"
7831 #: builtin/fetch.c:124 builtin/pull.c:188
7832 msgid "fetch from all remotes"
7835 #: builtin/fetch.c:126 builtin/pull.c:191
7836 msgid "append to .git/FETCH_HEAD instead of overwriting"
7839 #: builtin/fetch.c:128 builtin/pull.c:194
7840 msgid "path to upload pack on remote end"
7843 #: builtin/fetch.c:129 builtin/pull.c:196
7844 msgid "force overwrite of local branch"
7847 #: builtin/fetch.c:131
7848 msgid "fetch from multiple remotes"
7851 #: builtin/fetch.c:133 builtin/pull.c:198
7852 msgid "fetch all tags and associated objects"
7855 #: builtin/fetch.c:135
7856 msgid "do not fetch all tags (--no-tags)"
7859 #: builtin/fetch.c:137
7860 msgid "number of submodules fetched in parallel"
7863 #: builtin/fetch.c:139 builtin/pull.c:201
7864 msgid "prune remote-tracking branches no longer on remote"
7867 #: builtin/fetch.c:141
7868 msgid "prune local tags no longer on remote and clobber changed tags"
7871 #: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:126
7875 #: builtin/fetch.c:143
7876 msgid "control recursive fetching of submodules"
7879 #: builtin/fetch.c:147 builtin/pull.c:209
7880 msgid "keep downloaded pack"
7883 #: builtin/fetch.c:149
7884 msgid "allow updating of HEAD ref"
7887 #: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:212
7888 msgid "deepen history of shallow clone"
7891 #: builtin/fetch.c:154
7892 msgid "deepen history of shallow repository based on time"
7895 #: builtin/fetch.c:160 builtin/pull.c:215
7896 msgid "convert to a complete repository"
7899 #: builtin/fetch.c:162 builtin/log.c:1466
7903 #: builtin/fetch.c:163
7904 msgid "prepend this to submodule path output"
7907 #: builtin/fetch.c:166
7909 "default for recursive fetching of submodules (lower priority than config "
7913 #: builtin/fetch.c:170 builtin/pull.c:218
7914 msgid "accept refs that update .git/shallow"
7917 #: builtin/fetch.c:171 builtin/pull.c:220
7921 #: builtin/fetch.c:172 builtin/pull.c:221
7922 msgid "specify fetch refmap"
7925 #: builtin/fetch.c:431
7926 msgid "Couldn't find remote ref HEAD"
7929 #: builtin/fetch.c:549
7931 msgid "configuration fetch.output contains invalid value %s"
7934 #: builtin/fetch.c:642
7936 msgid "object %s not found"
7939 #: builtin/fetch.c:646
7940 msgid "[up to date]"
7943 #: builtin/fetch.c:659 builtin/fetch.c:739
7947 #: builtin/fetch.c:660
7948 msgid "can't fetch in current branch"
7951 #: builtin/fetch.c:669
7952 msgid "[tag update]"
7955 #: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:719
7956 #: builtin/fetch.c:734
7957 msgid "unable to update local ref"
7960 #: builtin/fetch.c:689
7964 #: builtin/fetch.c:692
7965 msgid "[new branch]"
7968 #: builtin/fetch.c:695
7972 #: builtin/fetch.c:734
7973 msgid "forced update"
7976 #: builtin/fetch.c:739
7977 msgid "non-fast-forward"
7980 #: builtin/fetch.c:784
7982 msgid "%s did not send all necessary objects\n"
7985 #: builtin/fetch.c:804
7987 msgid "reject %s because shallow roots are not allowed to be updated"
7990 #: builtin/fetch.c:892 builtin/fetch.c:988
7995 #: builtin/fetch.c:903
7998 "some local refs could not be updated; try running\n"
7999 " 'git remote prune %s' to remove any old, conflicting branches"
8002 #: builtin/fetch.c:958
8004 msgid " (%s will become dangling)"
8007 #: builtin/fetch.c:959
8009 msgid " (%s has become dangling)"
8012 #: builtin/fetch.c:991
8016 #: builtin/fetch.c:992 builtin/remote.c:1024
8020 #: builtin/fetch.c:1015
8022 msgid "Refusing to fetch into current branch %s of non-bare repository"
8025 #: builtin/fetch.c:1034
8027 msgid "Option \"%s\" value \"%s\" is not valid for %s"
8030 #: builtin/fetch.c:1037
8032 msgid "Option \"%s\" is ignored for %s\n"
8035 #: builtin/fetch.c:1277
8037 msgid "Fetching %s\n"
8040 #: builtin/fetch.c:1279 builtin/remote.c:97
8042 msgid "Could not fetch %s"
8045 #: builtin/fetch.c:1325 builtin/fetch.c:1498
8047 "--filter can only be used with the remote configured in core.partialClone"
8050 #: builtin/fetch.c:1350
8052 "No remote repository specified. Please, specify either a URL or a\n"
8053 "remote name from which new revisions should be fetched."
8056 #: builtin/fetch.c:1394
8057 msgid "You need to specify a tag name."
8060 #: builtin/fetch.c:1439
8061 msgid "Negative depth in --deepen is not supported"
8064 #: builtin/fetch.c:1441
8065 msgid "--deepen and --depth are mutually exclusive"
8068 #: builtin/fetch.c:1446
8069 msgid "--depth and --unshallow cannot be used together"
8072 #: builtin/fetch.c:1448
8073 msgid "--unshallow on a complete repository does not make sense"
8076 #: builtin/fetch.c:1464
8077 msgid "fetch --all does not take a repository argument"
8080 #: builtin/fetch.c:1466
8081 msgid "fetch --all does not make sense with refspecs"
8084 #: builtin/fetch.c:1475
8086 msgid "No such remote or remote group: %s"
8089 #: builtin/fetch.c:1482
8090 msgid "Fetching a group and specifying refspecs does not make sense"
8093 #: builtin/fmt-merge-msg.c:15
8095 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8098 #: builtin/fmt-merge-msg.c:666
8099 msgid "populate log with at most <n> entries from shortlog"
8102 #: builtin/fmt-merge-msg.c:669
8103 msgid "alias for --log (deprecated)"
8106 #: builtin/fmt-merge-msg.c:672
8110 #: builtin/fmt-merge-msg.c:673
8111 msgid "use <text> as start of message"
8114 #: builtin/fmt-merge-msg.c:674
8115 msgid "file to read from"
8118 #: builtin/for-each-ref.c:10
8119 msgid "git for-each-ref [<options>] [<pattern>]"
8122 #: builtin/for-each-ref.c:11
8123 msgid "git for-each-ref [--points-at <object>]"
8126 #: builtin/for-each-ref.c:12
8127 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8130 #: builtin/for-each-ref.c:13
8131 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8134 #: builtin/for-each-ref.c:28
8135 msgid "quote placeholders suitably for shells"
8138 #: builtin/for-each-ref.c:30
8139 msgid "quote placeholders suitably for perl"
8142 #: builtin/for-each-ref.c:32
8143 msgid "quote placeholders suitably for python"
8146 #: builtin/for-each-ref.c:34
8147 msgid "quote placeholders suitably for Tcl"
8150 #: builtin/for-each-ref.c:37
8151 msgid "show only <n> matched refs"
8154 #: builtin/for-each-ref.c:39 builtin/tag.c:420
8155 msgid "respect format colors"
8158 #: builtin/for-each-ref.c:43
8159 msgid "print only refs which points at the given object"
8162 #: builtin/for-each-ref.c:45
8163 msgid "print only refs that are merged"
8166 #: builtin/for-each-ref.c:46
8167 msgid "print only refs that are not merged"
8170 #: builtin/for-each-ref.c:47
8171 msgid "print only refs which contain the commit"
8174 #: builtin/for-each-ref.c:48
8175 msgid "print only refs which don't contain the commit"
8178 #: builtin/fsck.c:568
8179 msgid "Checking object directories"
8182 #: builtin/fsck.c:660
8183 msgid "git fsck [<options>] [<object>...]"
8186 #: builtin/fsck.c:666
8187 msgid "show unreachable objects"
8190 #: builtin/fsck.c:667
8191 msgid "show dangling objects"
8194 #: builtin/fsck.c:668
8198 #: builtin/fsck.c:669
8199 msgid "report root nodes"
8202 #: builtin/fsck.c:670
8203 msgid "make index objects head nodes"
8206 #: builtin/fsck.c:671
8207 msgid "make reflogs head nodes (default)"
8210 #: builtin/fsck.c:672
8211 msgid "also consider packs and alternate objects"
8214 #: builtin/fsck.c:673
8215 msgid "check only connectivity"
8218 #: builtin/fsck.c:674
8219 msgid "enable more strict checking"
8222 #: builtin/fsck.c:676
8223 msgid "write dangling objects in .git/lost-found"
8226 #: builtin/fsck.c:677 builtin/prune.c:108
8227 msgid "show progress"
8230 #: builtin/fsck.c:678
8231 msgid "show verbose names for reachable objects"
8234 #: builtin/fsck.c:742
8235 msgid "Checking objects"
8239 msgid "git gc [<options>]"
8244 msgid "Failed to fstat %s: %s"
8249 msgid "Can't stat %s"
8255 "The last gc run reported the following. Please correct the root cause\n"
8257 "Automatic cleanup will not be performed until the file is removed.\n"
8263 msgid "prune unreferenced objects"
8267 msgid "be more thorough (increased runtime)"
8271 msgid "enable auto-gc mode"
8275 msgid "force running gc even if there may be another gc running"
8280 msgid "Failed to parse gc.logexpiry value %s"
8285 msgid "Auto packing the repository in background for optimum performance.\n"
8290 msgid "Auto packing the repository for optimum performance.\n"
8295 msgid "See \"git help gc\" for manual housekeeping.\n"
8301 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8306 "There are too many unreachable loose objects; run 'git prune' to remove them."
8309 #: builtin/grep.c:27
8310 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8313 #: builtin/grep.c:225
8315 msgid "grep: failed to create thread: %s"
8318 #: builtin/grep.c:283
8320 msgid "invalid number of threads specified (%d) for %s"
8323 #. TRANSLATORS: %s is the configuration
8324 #. variable for tweaking threads, currently
8327 #: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:1712
8329 msgid "no threads support, ignoring %s"
8332 #: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:622
8334 msgid "unable to read tree (%s)"
8337 #: builtin/grep.c:637
8339 msgid "unable to grep from object of type %s"
8342 #: builtin/grep.c:703
8344 msgid "switch `%c' expects a numerical value"
8347 #: builtin/grep.c:790
8348 msgid "search in index instead of in the work tree"
8351 #: builtin/grep.c:792
8352 msgid "find in contents not managed by git"
8355 #: builtin/grep.c:794
8356 msgid "search in both tracked and untracked files"
8359 #: builtin/grep.c:796
8360 msgid "ignore files specified via '.gitignore'"
8363 #: builtin/grep.c:798
8364 msgid "recursively search in each submodule"
8367 #: builtin/grep.c:801
8368 msgid "show non-matching lines"
8371 #: builtin/grep.c:803
8372 msgid "case insensitive matching"
8375 #: builtin/grep.c:805
8376 msgid "match patterns only at word boundaries"
8379 #: builtin/grep.c:807
8380 msgid "process binary files as text"
8383 #: builtin/grep.c:809
8384 msgid "don't match patterns in binary files"
8387 #: builtin/grep.c:812
8388 msgid "process binary files with textconv filters"
8391 #: builtin/grep.c:814
8392 msgid "descend at most <depth> levels"
8395 #: builtin/grep.c:818
8396 msgid "use extended POSIX regular expressions"
8399 #: builtin/grep.c:821
8400 msgid "use basic POSIX regular expressions (default)"
8403 #: builtin/grep.c:824
8404 msgid "interpret patterns as fixed strings"
8407 #: builtin/grep.c:827
8408 msgid "use Perl-compatible regular expressions"
8411 #: builtin/grep.c:830
8412 msgid "show line numbers"
8415 #: builtin/grep.c:831
8416 msgid "don't show filenames"
8419 #: builtin/grep.c:832
8420 msgid "show filenames"
8423 #: builtin/grep.c:834
8424 msgid "show filenames relative to top directory"
8427 #: builtin/grep.c:836
8428 msgid "show only filenames instead of matching lines"
8431 #: builtin/grep.c:838
8432 msgid "synonym for --files-with-matches"
8435 #: builtin/grep.c:841
8436 msgid "show only the names of files without match"
8439 #: builtin/grep.c:843
8440 msgid "print NUL after filenames"
8443 #: builtin/grep.c:846
8444 msgid "show the number of matches instead of matching lines"
8447 #: builtin/grep.c:847
8448 msgid "highlight matches"
8451 #: builtin/grep.c:849
8452 msgid "print empty line between matches from different files"
8455 #: builtin/grep.c:851
8456 msgid "show filename only once above matches from same file"
8459 #: builtin/grep.c:854
8460 msgid "show <n> context lines before and after matches"
8463 #: builtin/grep.c:857
8464 msgid "show <n> context lines before matches"
8467 #: builtin/grep.c:859
8468 msgid "show <n> context lines after matches"
8471 #: builtin/grep.c:861
8472 msgid "use <n> worker threads"
8475 #: builtin/grep.c:862
8476 msgid "shortcut for -C NUM"
8479 #: builtin/grep.c:865
8480 msgid "show a line with the function name before matches"
8483 #: builtin/grep.c:867
8484 msgid "show the surrounding function"
8487 #: builtin/grep.c:870
8488 msgid "read patterns from file"
8491 #: builtin/grep.c:872
8492 msgid "match <pattern>"
8495 #: builtin/grep.c:874
8496 msgid "combine patterns specified with -e"
8499 #: builtin/grep.c:886
8500 msgid "indicate hit with exit status without output"
8503 #: builtin/grep.c:888
8504 msgid "show only matches from files that match all patterns"
8507 #: builtin/grep.c:890
8508 msgid "show parse tree for grep expression"
8511 #: builtin/grep.c:894
8515 #: builtin/grep.c:894
8516 msgid "show matching files in the pager"
8519 #: builtin/grep.c:898
8520 msgid "allow calling of grep(1) (ignored by this build)"
8523 #: builtin/grep.c:962
8524 msgid "no pattern given."
8527 #: builtin/grep.c:994
8528 msgid "--no-index or --untracked cannot be used with revs"
8531 #: builtin/grep.c:1001
8533 msgid "unable to resolve revision: %s"
8536 #: builtin/grep.c:1036 builtin/index-pack.c:1519
8538 msgid "invalid number of threads specified (%d)"
8541 #: builtin/grep.c:1041
8542 msgid "no threads support, ignoring --threads"
8545 #: builtin/grep.c:1065
8546 msgid "--open-files-in-pager only works on the worktree"
8549 #: builtin/grep.c:1088
8550 msgid "option not supported with --recurse-submodules."
8553 #: builtin/grep.c:1094
8554 msgid "--cached or --untracked cannot be used with --no-index."
8557 #: builtin/grep.c:1100
8558 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8561 #: builtin/grep.c:1108
8562 msgid "both --cached and trees are given."
8565 #: builtin/hash-object.c:83
8567 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8571 #: builtin/hash-object.c:84
8572 msgid "git hash-object --stdin-paths"
8575 #: builtin/hash-object.c:96
8579 #: builtin/hash-object.c:96
8583 #: builtin/hash-object.c:97
8584 msgid "write the object into the object database"
8587 #: builtin/hash-object.c:99
8588 msgid "read the object from stdin"
8591 #: builtin/hash-object.c:101
8592 msgid "store file as is without filters"
8595 #: builtin/hash-object.c:102
8597 "just hash any random garbage to create corrupt objects for debugging Git"
8600 #: builtin/hash-object.c:103
8601 msgid "process file as it were from this path"
8604 #: builtin/help.c:43
8605 msgid "print all available commands"
8608 #: builtin/help.c:44
8609 msgid "exclude guides"
8612 #: builtin/help.c:45
8613 msgid "print list of useful guides"
8616 #: builtin/help.c:46
8617 msgid "show man page"
8620 #: builtin/help.c:47
8621 msgid "show manual in web browser"
8624 #: builtin/help.c:49
8625 msgid "show info page"
8628 #: builtin/help.c:55
8629 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8632 #: builtin/help.c:67
8634 msgid "unrecognized help format '%s'"
8637 #: builtin/help.c:94
8638 msgid "Failed to start emacsclient."
8641 #: builtin/help.c:107
8642 msgid "Failed to parse emacsclient version."
8645 #: builtin/help.c:115
8647 msgid "emacsclient version '%d' too old (< 22)."
8650 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8652 msgid "failed to exec '%s'"
8655 #: builtin/help.c:211
8658 "'%s': path for unsupported man viewer.\n"
8659 "Please consider using 'man.<tool>.cmd' instead."
8662 #: builtin/help.c:223
8665 "'%s': cmd for supported man viewer.\n"
8666 "Please consider using 'man.<tool>.path' instead."
8669 #: builtin/help.c:340
8671 msgid "'%s': unknown man viewer."
8674 #: builtin/help.c:357
8675 msgid "no man viewer handled the request"
8678 #: builtin/help.c:365
8679 msgid "no info viewer handled the request"
8682 #: builtin/help.c:407
8683 msgid "Defining attributes per path"
8686 #: builtin/help.c:408
8687 msgid "Everyday Git With 20 Commands Or So"
8690 #: builtin/help.c:409
8691 msgid "A Git glossary"
8694 #: builtin/help.c:410
8695 msgid "Specifies intentionally untracked files to ignore"
8698 #: builtin/help.c:411
8699 msgid "Defining submodule properties"
8702 #: builtin/help.c:412
8703 msgid "Specifying revisions and ranges for Git"
8706 #: builtin/help.c:413
8707 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8710 #: builtin/help.c:414
8711 msgid "An overview of recommended workflows with Git"
8714 #: builtin/help.c:426
8715 msgid "The common Git guides are:\n"
8718 #: builtin/help.c:444
8720 msgid "'%s' is aliased to '%s'"
8723 #: builtin/help.c:466 builtin/help.c:483
8728 #: builtin/index-pack.c:157
8730 msgid "unable to open %s"
8733 #: builtin/index-pack.c:207
8735 msgid "object type mismatch at %s"
8738 #: builtin/index-pack.c:227
8740 msgid "did not receive expected object %s"
8743 #: builtin/index-pack.c:230
8745 msgid "object %s: expected type %s, found %s"
8748 #: builtin/index-pack.c:272
8750 msgid "cannot fill %d byte"
8751 msgid_plural "cannot fill %d bytes"
8755 #: builtin/index-pack.c:282
8759 #: builtin/index-pack.c:283
8760 msgid "read error on input"
8763 #: builtin/index-pack.c:295
8764 msgid "used more bytes than were available"
8767 #: builtin/index-pack.c:302
8768 msgid "pack too large for current definition of off_t"
8771 #: builtin/index-pack.c:305 builtin/unpack-objects.c:93
8772 msgid "pack exceeds maximum allowed size"
8775 #: builtin/index-pack.c:320
8777 msgid "unable to create '%s'"
8780 #: builtin/index-pack.c:326
8782 msgid "cannot open packfile '%s'"
8785 #: builtin/index-pack.c:340
8786 msgid "pack signature mismatch"
8789 #: builtin/index-pack.c:342
8791 msgid "pack version %<PRIu32> unsupported"
8794 #: builtin/index-pack.c:360
8796 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8799 #: builtin/index-pack.c:481
8801 msgid "inflate returned %d"
8804 #: builtin/index-pack.c:530
8805 msgid "offset value overflow for delta base object"
8808 #: builtin/index-pack.c:538
8809 msgid "delta base offset is out of bound"
8812 #: builtin/index-pack.c:546
8814 msgid "unknown object type %d"
8817 #: builtin/index-pack.c:577
8818 msgid "cannot pread pack file"
8821 #: builtin/index-pack.c:579
8823 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8824 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8828 #: builtin/index-pack.c:605
8829 msgid "serious inflate inconsistency"
8832 #: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:779
8833 #: builtin/index-pack.c:818 builtin/index-pack.c:827
8835 msgid "SHA1 COLLISION FOUND WITH %s !"
8838 #: builtin/index-pack.c:753 builtin/pack-objects.c:182
8839 #: builtin/pack-objects.c:276
8841 msgid "unable to read %s"
8844 #: builtin/index-pack.c:816
8846 msgid "cannot read existing object info %s"
8849 #: builtin/index-pack.c:824
8851 msgid "cannot read existing object %s"
8854 #: builtin/index-pack.c:838
8856 msgid "invalid blob object %s"
8859 #: builtin/index-pack.c:853
8864 #: builtin/index-pack.c:856
8865 msgid "Error in object"
8868 #: builtin/index-pack.c:858
8870 msgid "Not all child objects of %s are reachable"
8873 #: builtin/index-pack.c:930 builtin/index-pack.c:961
8874 msgid "failed to apply delta"
8877 #: builtin/index-pack.c:1131
8878 msgid "Receiving objects"
8881 #: builtin/index-pack.c:1131
8882 msgid "Indexing objects"
8885 #: builtin/index-pack.c:1165
8886 msgid "pack is corrupted (SHA1 mismatch)"
8889 #: builtin/index-pack.c:1170
8890 msgid "cannot fstat packfile"
8893 #: builtin/index-pack.c:1173
8894 msgid "pack has junk at the end"
8897 #: builtin/index-pack.c:1185
8898 msgid "confusion beyond insanity in parse_pack_objects()"
8901 #: builtin/index-pack.c:1208
8902 msgid "Resolving deltas"
8905 #: builtin/index-pack.c:1219
8907 msgid "unable to create thread: %s"
8910 #: builtin/index-pack.c:1261
8911 msgid "confusion beyond insanity"
8914 #: builtin/index-pack.c:1267
8916 msgid "completed with %d local object"
8917 msgid_plural "completed with %d local objects"
8921 #: builtin/index-pack.c:1279
8923 msgid "Unexpected tail checksum for %s (disk corruption?)"
8926 #: builtin/index-pack.c:1283
8928 msgid "pack has %d unresolved delta"
8929 msgid_plural "pack has %d unresolved deltas"
8933 #: builtin/index-pack.c:1307
8935 msgid "unable to deflate appended object (%d)"
8938 #: builtin/index-pack.c:1383
8940 msgid "local object %s is corrupt"
8943 #: builtin/index-pack.c:1397
8945 msgid "packfile name '%s' does not end with '.pack'"
8948 #: builtin/index-pack.c:1422
8950 msgid "cannot write %s file '%s'"
8953 #: builtin/index-pack.c:1430
8955 msgid "cannot close written %s file '%s'"
8958 #: builtin/index-pack.c:1454
8959 msgid "error while closing pack file"
8962 #: builtin/index-pack.c:1468
8963 msgid "cannot store pack file"
8966 #: builtin/index-pack.c:1476
8967 msgid "cannot store index file"
8970 #: builtin/index-pack.c:1513
8972 msgid "bad pack.indexversion=%<PRIu32>"
8975 #: builtin/index-pack.c:1581
8977 msgid "Cannot open existing pack file '%s'"
8980 #: builtin/index-pack.c:1583
8982 msgid "Cannot open existing pack idx file for '%s'"
8985 #: builtin/index-pack.c:1631
8987 msgid "non delta: %d object"
8988 msgid_plural "non delta: %d objects"
8992 #: builtin/index-pack.c:1638
8994 msgid "chain length = %d: %lu object"
8995 msgid_plural "chain length = %d: %lu objects"
8999 #: builtin/index-pack.c:1675
9000 msgid "Cannot come back to cwd"
9003 #: builtin/index-pack.c:1724 builtin/index-pack.c:1727
9004 #: builtin/index-pack.c:1743 builtin/index-pack.c:1747
9009 #: builtin/index-pack.c:1763
9010 msgid "--fix-thin cannot be used without --stdin"
9013 #: builtin/index-pack.c:1765
9014 msgid "--stdin requires a git repository"
9017 #: builtin/index-pack.c:1771
9018 msgid "--verify with no packfile name given"
9021 #: builtin/init-db.c:55
9023 msgid "cannot stat '%s'"
9026 #: builtin/init-db.c:61
9028 msgid "cannot stat template '%s'"
9031 #: builtin/init-db.c:66
9033 msgid "cannot opendir '%s'"
9036 #: builtin/init-db.c:77
9038 msgid "cannot readlink '%s'"
9041 #: builtin/init-db.c:79
9043 msgid "cannot symlink '%s' '%s'"
9046 #: builtin/init-db.c:85
9048 msgid "cannot copy '%s' to '%s'"
9051 #: builtin/init-db.c:89
9053 msgid "ignoring template %s"
9056 #: builtin/init-db.c:120
9058 msgid "templates not found %s"
9061 #: builtin/init-db.c:135
9063 msgid "not copying templates from '%s': %s"
9066 #: builtin/init-db.c:328
9068 msgid "unable to handle file type %d"
9071 #: builtin/init-db.c:331
9073 msgid "unable to move %s to %s"
9076 #: builtin/init-db.c:348 builtin/init-db.c:351
9078 msgid "%s already exists"
9081 #: builtin/init-db.c:404
9083 msgid "Reinitialized existing shared Git repository in %s%s\n"
9086 #: builtin/init-db.c:405
9088 msgid "Reinitialized existing Git repository in %s%s\n"
9091 #: builtin/init-db.c:409
9093 msgid "Initialized empty shared Git repository in %s%s\n"
9096 #: builtin/init-db.c:410
9098 msgid "Initialized empty Git repository in %s%s\n"
9101 #: builtin/init-db.c:458
9103 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9104 "shared[=<permissions>]] [<directory>]"
9107 #: builtin/init-db.c:481
9111 #: builtin/init-db.c:482
9112 msgid "specify that the git repository is to be shared amongst several users"
9115 #: builtin/init-db.c:516 builtin/init-db.c:521
9117 msgid "cannot mkdir %s"
9120 #: builtin/init-db.c:525
9122 msgid "cannot chdir to %s"
9125 #: builtin/init-db.c:546
9128 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9132 #: builtin/init-db.c:574
9134 msgid "Cannot access work tree '%s'"
9137 #: builtin/interpret-trailers.c:15
9139 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9140 "<token>[(=|:)<value>])...] [<file>...]"
9143 #: builtin/interpret-trailers.c:92
9144 msgid "edit files in place"
9147 #: builtin/interpret-trailers.c:93
9148 msgid "trim empty trailers"
9151 #: builtin/interpret-trailers.c:96
9152 msgid "where to place the new trailer"
9155 #: builtin/interpret-trailers.c:98
9156 msgid "action if trailer already exists"
9159 #: builtin/interpret-trailers.c:100
9160 msgid "action if trailer is missing"
9163 #: builtin/interpret-trailers.c:102
9164 msgid "output only the trailers"
9167 #: builtin/interpret-trailers.c:103
9168 msgid "do not apply config rules"
9171 #: builtin/interpret-trailers.c:104
9172 msgid "join whitespace-continued values"
9175 #: builtin/interpret-trailers.c:105
9176 msgid "set parsing options"
9179 #: builtin/interpret-trailers.c:107
9183 #: builtin/interpret-trailers.c:108
9184 msgid "trailer(s) to add"
9187 #: builtin/interpret-trailers.c:117
9188 msgid "--trailer with --only-input does not make sense"
9191 #: builtin/interpret-trailers.c:127
9192 msgid "no input file given for in-place editing"
9196 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9200 msgid "git show [<options>] <object>..."
9205 msgid "invalid --decorate option: %s"
9208 #: builtin/log.c:153
9209 msgid "suppress diff output"
9212 #: builtin/log.c:154
9216 #: builtin/log.c:155
9217 msgid "Use mail map file"
9220 #: builtin/log.c:157
9221 msgid "only decorate refs that match <pattern>"
9224 #: builtin/log.c:159
9225 msgid "do not decorate refs that match <pattern>"
9228 #: builtin/log.c:160
9229 msgid "decorate options"
9232 #: builtin/log.c:163
9233 msgid "Process line range n,m in file, counting from 1"
9236 #: builtin/log.c:259
9238 msgid "Final output: %d %s\n"
9241 #: builtin/log.c:510
9243 msgid "git show %s: bad file"
9246 #: builtin/log.c:525 builtin/log.c:619
9248 msgid "Could not read object %s"
9251 #: builtin/log.c:643
9253 msgid "Unknown type: %d"
9256 #: builtin/log.c:764
9257 msgid "format.headers without value"
9260 #: builtin/log.c:865
9261 msgid "name of output directory is too long"
9264 #: builtin/log.c:881
9266 msgid "Cannot open patch file %s"
9269 #: builtin/log.c:898
9270 msgid "Need exactly one range."
9273 #: builtin/log.c:908
9274 msgid "Not a range."
9277 #: builtin/log.c:1014
9278 msgid "Cover letter needs email format"
9281 #: builtin/log.c:1095
9283 msgid "insane in-reply-to: %s"
9286 #: builtin/log.c:1122
9287 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9290 #: builtin/log.c:1172
9291 msgid "Two output directories?"
9294 #: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9296 msgid "Unknown commit %s"
9299 #: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:522
9301 msgid "Failed to resolve '%s' as a valid ref."
9304 #: builtin/log.c:1294
9305 msgid "Could not find exact merge base."
9308 #: builtin/log.c:1298
9310 "Failed to get upstream, if you want to record base commit automatically,\n"
9311 "please use git branch --set-upstream-to to track a remote branch.\n"
9312 "Or you could specify base commit by --base=<base-commit-id> manually."
9315 #: builtin/log.c:1318
9316 msgid "Failed to find exact merge base"
9319 #: builtin/log.c:1329
9320 msgid "base commit should be the ancestor of revision list"
9323 #: builtin/log.c:1333
9324 msgid "base commit shouldn't be in revision list"
9327 #: builtin/log.c:1382
9328 msgid "cannot get patch id"
9331 #: builtin/log.c:1441
9332 msgid "use [PATCH n/m] even with a single patch"
9335 #: builtin/log.c:1444
9336 msgid "use [PATCH] even with multiple patches"
9339 #: builtin/log.c:1448
9340 msgid "print patches to standard out"
9343 #: builtin/log.c:1450
9344 msgid "generate a cover letter"
9347 #: builtin/log.c:1452
9348 msgid "use simple number sequence for output file names"
9351 #: builtin/log.c:1453
9355 #: builtin/log.c:1454
9356 msgid "use <sfx> instead of '.patch'"
9359 #: builtin/log.c:1456
9360 msgid "start numbering patches at <n> instead of 1"
9363 #: builtin/log.c:1458
9364 msgid "mark the series as Nth re-roll"
9367 #: builtin/log.c:1460
9368 msgid "Use [RFC PATCH] instead of [PATCH]"
9371 #: builtin/log.c:1463
9372 msgid "Use [<prefix>] instead of [PATCH]"
9375 #: builtin/log.c:1466
9376 msgid "store resulting files in <dir>"
9379 #: builtin/log.c:1469
9380 msgid "don't strip/add [PATCH]"
9383 #: builtin/log.c:1472
9384 msgid "don't output binary diffs"
9387 #: builtin/log.c:1474
9388 msgid "output all-zero hash in From header"
9391 #: builtin/log.c:1476
9392 msgid "don't include a patch matching a commit upstream"
9395 #: builtin/log.c:1478
9396 msgid "show patch format instead of default (patch + stat)"
9399 #: builtin/log.c:1480
9403 #: builtin/log.c:1481
9407 #: builtin/log.c:1482
9408 msgid "add email header"
9411 #: builtin/log.c:1483 builtin/log.c:1485
9415 #: builtin/log.c:1483
9416 msgid "add To: header"
9419 #: builtin/log.c:1485
9420 msgid "add Cc: header"
9423 #: builtin/log.c:1487
9427 #: builtin/log.c:1488
9428 msgid "set From address to <ident> (or committer ident if absent)"
9431 #: builtin/log.c:1490
9435 #: builtin/log.c:1491
9436 msgid "make first mail a reply to <message-id>"
9439 #: builtin/log.c:1492 builtin/log.c:1495
9443 #: builtin/log.c:1493
9444 msgid "attach the patch"
9447 #: builtin/log.c:1496
9448 msgid "inline the patch"
9451 #: builtin/log.c:1500
9452 msgid "enable message threading, styles: shallow, deep"
9455 #: builtin/log.c:1502
9459 #: builtin/log.c:1503
9460 msgid "add a signature"
9463 #: builtin/log.c:1504
9467 #: builtin/log.c:1505
9468 msgid "add prerequisite tree info to the patch series"
9471 #: builtin/log.c:1507
9472 msgid "add a signature from a file"
9475 #: builtin/log.c:1508
9476 msgid "don't print the patch filenames"
9479 #: builtin/log.c:1510
9480 msgid "show progress while generating patches"
9483 #: builtin/log.c:1585
9485 msgid "invalid ident line: %s"
9488 #: builtin/log.c:1600
9489 msgid "-n and -k are mutually exclusive."
9492 #: builtin/log.c:1602
9493 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9496 #: builtin/log.c:1610
9497 msgid "--name-only does not make sense"
9500 #: builtin/log.c:1612
9501 msgid "--name-status does not make sense"
9504 #: builtin/log.c:1614
9505 msgid "--check does not make sense"
9508 #: builtin/log.c:1646
9509 msgid "standard output, or directory, which one?"
9512 #: builtin/log.c:1648
9514 msgid "Could not create directory '%s'"
9517 #: builtin/log.c:1741
9519 msgid "unable to read signature file '%s'"
9522 #: builtin/log.c:1773
9523 msgid "Generating patches"
9526 #: builtin/log.c:1817
9527 msgid "Failed to create output files"
9530 #: builtin/log.c:1867
9531 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9534 #: builtin/log.c:1921
9537 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9540 #: builtin/ls-files.c:468
9541 msgid "git ls-files [<options>] [<file>...]"
9544 #: builtin/ls-files.c:517
9545 msgid "identify the file status with tags"
9548 #: builtin/ls-files.c:519
9549 msgid "use lowercase letters for 'assume unchanged' files"
9552 #: builtin/ls-files.c:521
9553 msgid "use lowercase letters for 'fsmonitor clean' files"
9556 #: builtin/ls-files.c:523
9557 msgid "show cached files in the output (default)"
9560 #: builtin/ls-files.c:525
9561 msgid "show deleted files in the output"
9564 #: builtin/ls-files.c:527
9565 msgid "show modified files in the output"
9568 #: builtin/ls-files.c:529
9569 msgid "show other files in the output"
9572 #: builtin/ls-files.c:531
9573 msgid "show ignored files in the output"
9576 #: builtin/ls-files.c:534
9577 msgid "show staged contents' object name in the output"
9580 #: builtin/ls-files.c:536
9581 msgid "show files on the filesystem that need to be removed"
9584 #: builtin/ls-files.c:538
9585 msgid "show 'other' directories' names only"
9588 #: builtin/ls-files.c:540
9589 msgid "show line endings of files"
9592 #: builtin/ls-files.c:542
9593 msgid "don't show empty directories"
9596 #: builtin/ls-files.c:545
9597 msgid "show unmerged files in the output"
9600 #: builtin/ls-files.c:547
9601 msgid "show resolve-undo information"
9604 #: builtin/ls-files.c:549
9605 msgid "skip files matching pattern"
9608 #: builtin/ls-files.c:552
9609 msgid "exclude patterns are read from <file>"
9612 #: builtin/ls-files.c:555
9613 msgid "read additional per-directory exclude patterns in <file>"
9616 #: builtin/ls-files.c:557
9617 msgid "add the standard git exclusions"
9620 #: builtin/ls-files.c:560
9621 msgid "make the output relative to the project top directory"
9624 #: builtin/ls-files.c:563
9625 msgid "recurse through submodules"
9628 #: builtin/ls-files.c:565
9629 msgid "if any <file> is not in the index, treat this as an error"
9632 #: builtin/ls-files.c:566
9636 #: builtin/ls-files.c:567
9637 msgid "pretend that paths removed since <tree-ish> are still present"
9640 #: builtin/ls-files.c:569
9641 msgid "show debugging data"
9644 #: builtin/ls-remote.c:7
9646 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9647 " [-q | --quiet] [--exit-code] [--get-url]\n"
9648 " [--symref] [<repository> [<refs>...]]"
9651 #: builtin/ls-remote.c:52
9652 msgid "do not print remote URL"
9655 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9659 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9660 msgid "path of git-upload-pack on the remote host"
9663 #: builtin/ls-remote.c:58
9664 msgid "limit to tags"
9667 #: builtin/ls-remote.c:59
9668 msgid "limit to heads"
9671 #: builtin/ls-remote.c:60
9672 msgid "do not show peeled tags"
9675 #: builtin/ls-remote.c:62
9676 msgid "take url.<base>.insteadOf into account"
9679 #: builtin/ls-remote.c:64
9680 msgid "exit with exit code 2 if no matching refs are found"
9683 #: builtin/ls-remote.c:67
9684 msgid "show underlying ref in addition to the object pointed by it"
9687 #: builtin/ls-tree.c:29
9688 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9691 #: builtin/ls-tree.c:127
9692 msgid "only show trees"
9695 #: builtin/ls-tree.c:129
9696 msgid "recurse into subtrees"
9699 #: builtin/ls-tree.c:131
9700 msgid "show trees when recursing"
9703 #: builtin/ls-tree.c:134
9704 msgid "terminate entries with NUL byte"
9707 #: builtin/ls-tree.c:135
9708 msgid "include object size"
9711 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9712 msgid "list only filenames"
9715 #: builtin/ls-tree.c:142
9716 msgid "use full path names"
9719 #: builtin/ls-tree.c:144
9720 msgid "list entire tree; not just current directory (implies --full-name)"
9723 #: builtin/mailsplit.c:241
9725 msgid "empty mbox: '%s'"
9728 #: builtin/merge.c:49
9729 msgid "git merge [<options>] [<commit>...]"
9732 #: builtin/merge.c:50
9733 msgid "git merge --abort"
9736 #: builtin/merge.c:51
9737 msgid "git merge --continue"
9740 #: builtin/merge.c:108
9741 msgid "switch `m' requires a value"
9744 #: builtin/merge.c:145
9746 msgid "Could not find merge strategy '%s'.\n"
9749 #: builtin/merge.c:146
9751 msgid "Available strategies are:"
9754 #: builtin/merge.c:151
9756 msgid "Available custom strategies are:"
9759 #: builtin/merge.c:201 builtin/pull.c:137
9760 msgid "do not show a diffstat at the end of the merge"
9763 #: builtin/merge.c:204 builtin/pull.c:140
9764 msgid "show a diffstat at the end of the merge"
9767 #: builtin/merge.c:205 builtin/pull.c:143
9768 msgid "(synonym to --stat)"
9771 #: builtin/merge.c:207 builtin/pull.c:146
9772 msgid "add (at most <n>) entries from shortlog to merge commit message"
9775 #: builtin/merge.c:210 builtin/pull.c:152
9776 msgid "create a single commit instead of doing a merge"
9779 #: builtin/merge.c:212 builtin/pull.c:155
9780 msgid "perform a commit if the merge succeeds (default)"
9783 #: builtin/merge.c:214 builtin/pull.c:158
9784 msgid "edit message before committing"
9787 #: builtin/merge.c:215
9788 msgid "allow fast-forward (default)"
9791 #: builtin/merge.c:217 builtin/pull.c:164
9792 msgid "abort if fast-forward is not possible"
9795 #: builtin/merge.c:221 builtin/pull.c:167
9796 msgid "verify that the named commit has a valid GPG signature"
9799 #: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:171
9800 #: builtin/revert.c:109
9804 #: builtin/merge.c:223 builtin/pull.c:172
9805 msgid "merge strategy to use"
9808 #: builtin/merge.c:224 builtin/pull.c:175
9809 msgid "option=value"
9812 #: builtin/merge.c:225 builtin/pull.c:176
9813 msgid "option for selected merge strategy"
9816 #: builtin/merge.c:227
9817 msgid "merge commit message (for a non-fast-forward merge)"
9820 #: builtin/merge.c:231
9821 msgid "abort the current in-progress merge"
9824 #: builtin/merge.c:233
9825 msgid "continue the current in-progress merge"
9828 #: builtin/merge.c:235 builtin/pull.c:183
9829 msgid "allow merging unrelated histories"
9832 #: builtin/merge.c:241
9833 msgid "verify commit-msg hook"
9836 #: builtin/merge.c:266
9837 msgid "could not run stash."
9840 #: builtin/merge.c:271
9841 msgid "stash failed"
9844 #: builtin/merge.c:276
9846 msgid "not a valid object: %s"
9849 #: builtin/merge.c:298 builtin/merge.c:315
9850 msgid "read-tree failed"
9853 #: builtin/merge.c:345
9854 msgid " (nothing to squash)"
9857 #: builtin/merge.c:356
9859 msgid "Squash commit -- not updating HEAD\n"
9862 #: builtin/merge.c:406
9864 msgid "No merge message -- not updating HEAD\n"
9867 #: builtin/merge.c:456
9869 msgid "'%s' does not point to a commit"
9872 #: builtin/merge.c:546
9874 msgid "Bad branch.%s.mergeoptions string: %s"
9877 #: builtin/merge.c:668
9878 msgid "Not handling anything other than two heads merge."
9881 #: builtin/merge.c:682
9883 msgid "Unknown option for merge-recursive: -X%s"
9886 #: builtin/merge.c:697
9888 msgid "unable to write %s"
9891 #: builtin/merge.c:749
9893 msgid "Could not read from '%s'"
9896 #: builtin/merge.c:758
9898 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9901 #: builtin/merge.c:764
9904 "Please enter a commit message to explain why this merge is necessary,\n"
9905 "especially if it merges an updated upstream into a topic branch.\n"
9907 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9911 #: builtin/merge.c:800
9912 msgid "Empty commit message."
9915 #: builtin/merge.c:820
9917 msgid "Wonderful.\n"
9920 #: builtin/merge.c:873
9922 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9925 #: builtin/merge.c:912
9926 msgid "No current branch."
9929 #: builtin/merge.c:914
9930 msgid "No remote for the current branch."
9933 #: builtin/merge.c:916
9934 msgid "No default upstream defined for the current branch."
9937 #: builtin/merge.c:921
9939 msgid "No remote-tracking branch for %s from %s"
9942 #: builtin/merge.c:974
9944 msgid "Bad value '%s' in environment '%s'"
9947 #: builtin/merge.c:1076
9949 msgid "not something we can merge in %s: %s"
9952 #: builtin/merge.c:1110
9953 msgid "not something we can merge"
9956 #: builtin/merge.c:1212
9957 msgid "--abort expects no arguments"
9960 #: builtin/merge.c:1216
9961 msgid "There is no merge to abort (MERGE_HEAD missing)."
9964 #: builtin/merge.c:1228
9965 msgid "--continue expects no arguments"
9968 #: builtin/merge.c:1232
9969 msgid "There is no merge in progress (MERGE_HEAD missing)."
9972 #: builtin/merge.c:1248
9974 "You have not concluded your merge (MERGE_HEAD exists).\n"
9975 "Please, commit your changes before you merge."
9978 #: builtin/merge.c:1255
9980 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9981 "Please, commit your changes before you merge."
9984 #: builtin/merge.c:1258
9985 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9988 #: builtin/merge.c:1267
9989 msgid "You cannot combine --squash with --no-ff."
9992 #: builtin/merge.c:1275
9993 msgid "No commit specified and merge.defaultToUpstream not set."
9996 #: builtin/merge.c:1292
9997 msgid "Squash commit into empty head not supported yet"
10000 #: builtin/merge.c:1294
10001 msgid "Non-fast-forward commit does not make sense into an empty head"
10004 #: builtin/merge.c:1299
10006 msgid "%s - not something we can merge"
10009 #: builtin/merge.c:1301
10010 msgid "Can merge only exactly one commit into empty head"
10013 #: builtin/merge.c:1335
10015 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10018 #: builtin/merge.c:1338
10020 msgid "Commit %s has a bad GPG signature allegedly by %s."
10023 #: builtin/merge.c:1341
10025 msgid "Commit %s does not have a GPG signature."
10028 #: builtin/merge.c:1344
10030 msgid "Commit %s has a good GPG signature by %s\n"
10033 #: builtin/merge.c:1403
10034 msgid "refusing to merge unrelated histories"
10037 #: builtin/merge.c:1412
10038 msgid "Already up to date."
10041 #: builtin/merge.c:1422
10043 msgid "Updating %s..%s\n"
10046 #: builtin/merge.c:1463
10048 msgid "Trying really trivial in-index merge...\n"
10051 #: builtin/merge.c:1470
10056 #: builtin/merge.c:1495
10057 msgid "Already up to date. Yeeah!"
10060 #: builtin/merge.c:1501
10061 msgid "Not possible to fast-forward, aborting."
10064 #: builtin/merge.c:1524 builtin/merge.c:1603
10066 msgid "Rewinding the tree to pristine...\n"
10069 #: builtin/merge.c:1528
10071 msgid "Trying merge strategy %s...\n"
10074 #: builtin/merge.c:1594
10076 msgid "No merge strategy handled the merge.\n"
10079 #: builtin/merge.c:1596
10081 msgid "Merge with strategy %s failed.\n"
10084 #: builtin/merge.c:1605
10086 msgid "Using the %s to prepare resolving by hand.\n"
10089 #: builtin/merge.c:1617
10091 msgid "Automatic merge went well; stopped before committing as requested\n"
10094 #: builtin/merge-base.c:30
10095 msgid "git merge-base [-a | --all] <commit> <commit>..."
10098 #: builtin/merge-base.c:31
10099 msgid "git merge-base [-a | --all] --octopus <commit>..."
10102 #: builtin/merge-base.c:32
10103 msgid "git merge-base --independent <commit>..."
10106 #: builtin/merge-base.c:33
10107 msgid "git merge-base --is-ancestor <commit> <commit>"
10110 #: builtin/merge-base.c:34
10111 msgid "git merge-base --fork-point <ref> [<commit>]"
10114 #: builtin/merge-base.c:220
10115 msgid "output all common ancestors"
10118 #: builtin/merge-base.c:222
10119 msgid "find ancestors for a single n-way merge"
10122 #: builtin/merge-base.c:224
10123 msgid "list revs not reachable from others"
10126 #: builtin/merge-base.c:226
10127 msgid "is the first one ancestor of the other?"
10130 #: builtin/merge-base.c:228
10131 msgid "find where <commit> forked from reflog of <ref>"
10134 #: builtin/merge-file.c:9
10136 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10137 "<orig-file> <file2>"
10140 #: builtin/merge-file.c:33
10141 msgid "send results to standard output"
10144 #: builtin/merge-file.c:34
10145 msgid "use a diff3 based merge"
10148 #: builtin/merge-file.c:35
10149 msgid "for conflicts, use our version"
10152 #: builtin/merge-file.c:37
10153 msgid "for conflicts, use their version"
10156 #: builtin/merge-file.c:39
10157 msgid "for conflicts, use a union version"
10160 #: builtin/merge-file.c:42
10161 msgid "for conflicts, use this marker size"
10164 #: builtin/merge-file.c:43
10165 msgid "do not warn about conflicts"
10168 #: builtin/merge-file.c:45
10169 msgid "set labels for file1/orig-file/file2"
10172 #: builtin/merge-recursive.c:45
10174 msgid "unknown option %s"
10177 #: builtin/merge-recursive.c:51
10179 msgid "could not parse object '%s'"
10182 #: builtin/merge-recursive.c:55
10184 msgid "cannot handle more than %d base. Ignoring %s."
10185 msgid_plural "cannot handle more than %d bases. Ignoring %s."
10189 #: builtin/merge-recursive.c:63
10190 msgid "not handling anything other than two heads merge."
10193 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10195 msgid "could not resolve ref '%s'"
10198 #: builtin/merge-recursive.c:77
10200 msgid "Merging %s with %s\n"
10203 #: builtin/mktree.c:65
10204 msgid "git mktree [-z] [--missing] [--batch]"
10207 #: builtin/mktree.c:153
10208 msgid "input is NUL terminated"
10211 #: builtin/mktree.c:154 builtin/write-tree.c:25
10212 msgid "allow missing objects"
10215 #: builtin/mktree.c:155
10216 msgid "allow creation of more than one tree"
10220 msgid "git mv [<options>] <source>... <destination>"
10225 msgid "Directory %s is in index and no submodule?"
10228 #: builtin/mv.c:85 builtin/rm.c:289
10229 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10232 #: builtin/mv.c:103
10234 msgid "%.*s is in index"
10237 #: builtin/mv.c:125
10238 msgid "force move/rename even if target exists"
10241 #: builtin/mv.c:127
10242 msgid "skip move/rename errors"
10245 #: builtin/mv.c:168
10247 msgid "destination '%s' is not a directory"
10250 #: builtin/mv.c:179
10252 msgid "Checking rename of '%s' to '%s'\n"
10255 #: builtin/mv.c:183
10259 #: builtin/mv.c:186
10260 msgid "can not move directory into itself"
10263 #: builtin/mv.c:189
10264 msgid "cannot move directory over file"
10267 #: builtin/mv.c:198
10268 msgid "source directory is empty"
10271 #: builtin/mv.c:223
10272 msgid "not under version control"
10275 #: builtin/mv.c:226
10276 msgid "destination exists"
10279 #: builtin/mv.c:234
10281 msgid "overwriting '%s'"
10284 #: builtin/mv.c:237
10285 msgid "Cannot overwrite"
10288 #: builtin/mv.c:240
10289 msgid "multiple sources for the same target"
10292 #: builtin/mv.c:242
10293 msgid "destination directory does not exist"
10296 #: builtin/mv.c:249
10298 msgid "%s, source=%s, destination=%s"
10301 #: builtin/mv.c:270
10303 msgid "Renaming %s to %s\n"
10306 #: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:394
10308 msgid "renaming '%s' failed"
10311 #: builtin/name-rev.c:338
10312 msgid "git name-rev [<options>] <commit>..."
10315 #: builtin/name-rev.c:339
10316 msgid "git name-rev [<options>] --all"
10319 #: builtin/name-rev.c:340
10320 msgid "git name-rev [<options>] --stdin"
10323 #: builtin/name-rev.c:395
10324 msgid "print only names (no SHA-1)"
10327 #: builtin/name-rev.c:396
10328 msgid "only use tags to name the commits"
10331 #: builtin/name-rev.c:398
10332 msgid "only use refs matching <pattern>"
10335 #: builtin/name-rev.c:400
10336 msgid "ignore refs matching <pattern>"
10339 #: builtin/name-rev.c:402
10340 msgid "list all commits reachable from all refs"
10343 #: builtin/name-rev.c:403
10344 msgid "read from stdin"
10347 #: builtin/name-rev.c:404
10348 msgid "allow to print `undefined` names (default)"
10351 #: builtin/name-rev.c:410
10352 msgid "dereference tags in the input (internal use)"
10355 #: builtin/notes.c:26
10356 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10359 #: builtin/notes.c:27
10361 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10362 "| (-c | -C) <object>] [<object>]"
10365 #: builtin/notes.c:28
10366 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10369 #: builtin/notes.c:29
10371 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10372 "(-c | -C) <object>] [<object>]"
10375 #: builtin/notes.c:30
10376 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10379 #: builtin/notes.c:31
10380 msgid "git notes [--ref <notes-ref>] show [<object>]"
10383 #: builtin/notes.c:32
10385 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10388 #: builtin/notes.c:33
10389 msgid "git notes merge --commit [-v | -q]"
10392 #: builtin/notes.c:34
10393 msgid "git notes merge --abort [-v | -q]"
10396 #: builtin/notes.c:35
10397 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10400 #: builtin/notes.c:36
10401 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10404 #: builtin/notes.c:37
10405 msgid "git notes [--ref <notes-ref>] get-ref"
10408 #: builtin/notes.c:42
10409 msgid "git notes [list [<object>]]"
10412 #: builtin/notes.c:47
10413 msgid "git notes add [<options>] [<object>]"
10416 #: builtin/notes.c:52
10417 msgid "git notes copy [<options>] <from-object> <to-object>"
10420 #: builtin/notes.c:53
10421 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10424 #: builtin/notes.c:58
10425 msgid "git notes append [<options>] [<object>]"
10428 #: builtin/notes.c:63
10429 msgid "git notes edit [<object>]"
10432 #: builtin/notes.c:68
10433 msgid "git notes show [<object>]"
10436 #: builtin/notes.c:73
10437 msgid "git notes merge [<options>] <notes-ref>"
10440 #: builtin/notes.c:74
10441 msgid "git notes merge --commit [<options>]"
10444 #: builtin/notes.c:75
10445 msgid "git notes merge --abort [<options>]"
10448 #: builtin/notes.c:80
10449 msgid "git notes remove [<object>]"
10452 #: builtin/notes.c:85
10453 msgid "git notes prune [<options>]"
10456 #: builtin/notes.c:90
10457 msgid "git notes get-ref"
10460 #: builtin/notes.c:95
10461 msgid "Write/edit the notes for the following object:"
10464 #: builtin/notes.c:148
10466 msgid "unable to start 'show' for object '%s'"
10469 #: builtin/notes.c:152
10470 msgid "could not read 'show' output"
10473 #: builtin/notes.c:160
10475 msgid "failed to finish 'show' for object '%s'"
10478 #: builtin/notes.c:195
10479 msgid "please supply the note contents using either -m or -F option"
10482 #: builtin/notes.c:204
10483 msgid "unable to write note object"
10486 #: builtin/notes.c:206
10488 msgid "the note contents have been left in %s"
10491 #: builtin/notes.c:234 builtin/tag.c:506
10493 msgid "cannot read '%s'"
10496 #: builtin/notes.c:236 builtin/tag.c:509
10498 msgid "could not open or read '%s'"
10501 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10502 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10503 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10505 msgid "failed to resolve '%s' as a valid ref."
10508 #: builtin/notes.c:258
10510 msgid "failed to read object '%s'."
10513 #: builtin/notes.c:262
10515 msgid "cannot read note data from non-blob object '%s'."
10518 #: builtin/notes.c:302
10520 msgid "malformed input line: '%s'."
10523 #: builtin/notes.c:317
10525 msgid "failed to copy notes from '%s' to '%s'"
10528 #. TRANSLATORS: the first %s will be replaced by a git
10529 #. notes command: 'add', 'merge', 'remove', etc.
10531 #: builtin/notes.c:349
10533 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10536 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10537 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10538 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10539 msgid "too many parameters"
10542 #: builtin/notes.c:382 builtin/notes.c:668
10544 msgid "no note found for object %s."
10547 #: builtin/notes.c:403 builtin/notes.c:566
10548 msgid "note contents as a string"
10551 #: builtin/notes.c:406 builtin/notes.c:569
10552 msgid "note contents in a file"
10555 #: builtin/notes.c:409 builtin/notes.c:572
10556 msgid "reuse and edit specified note object"
10559 #: builtin/notes.c:412 builtin/notes.c:575
10560 msgid "reuse specified note object"
10563 #: builtin/notes.c:415 builtin/notes.c:578
10564 msgid "allow storing empty note"
10567 #: builtin/notes.c:416 builtin/notes.c:487
10568 msgid "replace existing notes"
10571 #: builtin/notes.c:441
10574 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10578 #: builtin/notes.c:456 builtin/notes.c:535
10580 msgid "Overwriting existing notes for object %s\n"
10583 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10585 msgid "Removing note for object %s\n"
10588 #: builtin/notes.c:488
10589 msgid "read objects from stdin"
10592 #: builtin/notes.c:490
10593 msgid "load rewriting config for <command> (implies --stdin)"
10596 #: builtin/notes.c:508
10597 msgid "too few parameters"
10600 #: builtin/notes.c:529
10603 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10607 #: builtin/notes.c:541
10609 msgid "missing notes on source object %s. Cannot copy."
10612 #: builtin/notes.c:593
10615 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10616 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10619 #: builtin/notes.c:688
10620 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10623 #: builtin/notes.c:690
10624 msgid "failed to delete ref NOTES_MERGE_REF"
10627 #: builtin/notes.c:692
10628 msgid "failed to remove 'git notes merge' worktree"
10631 #: builtin/notes.c:712
10632 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10635 #: builtin/notes.c:714
10636 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10639 #: builtin/notes.c:716
10640 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10643 #: builtin/notes.c:729
10644 msgid "failed to resolve NOTES_MERGE_REF"
10647 #: builtin/notes.c:732
10648 msgid "failed to finalize notes merge"
10651 #: builtin/notes.c:758
10653 msgid "unknown notes merge strategy %s"
10656 #: builtin/notes.c:774
10657 msgid "General options"
10660 #: builtin/notes.c:776
10661 msgid "Merge options"
10664 #: builtin/notes.c:778
10666 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10670 #: builtin/notes.c:780
10671 msgid "Committing unmerged notes"
10674 #: builtin/notes.c:782
10675 msgid "finalize notes merge by committing unmerged notes"
10678 #: builtin/notes.c:784
10679 msgid "Aborting notes merge resolution"
10682 #: builtin/notes.c:786
10683 msgid "abort notes merge"
10686 #: builtin/notes.c:797
10687 msgid "cannot mix --commit, --abort or -s/--strategy"
10690 #: builtin/notes.c:802
10691 msgid "must specify a notes ref to merge"
10694 #: builtin/notes.c:826
10696 msgid "unknown -s/--strategy: %s"
10699 #: builtin/notes.c:863
10701 msgid "a notes merge into %s is already in-progress at %s"
10704 #: builtin/notes.c:866
10706 msgid "failed to store link to current notes ref (%s)"
10709 #: builtin/notes.c:868
10712 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10713 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10717 #: builtin/notes.c:890
10719 msgid "Object %s has no note\n"
10722 #: builtin/notes.c:902
10723 msgid "attempt to remove non-existent note is not an error"
10726 #: builtin/notes.c:905
10727 msgid "read object names from the standard input"
10730 #: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:160
10731 msgid "do not remove, show only"
10734 #: builtin/notes.c:944
10735 msgid "report pruned notes"
10738 #: builtin/notes.c:986
10742 #: builtin/notes.c:987
10743 msgid "use notes from <notes-ref>"
10746 #: builtin/notes.c:1022
10748 msgid "unknown subcommand: %s"
10751 #: builtin/pack-objects.c:33
10753 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10756 #: builtin/pack-objects.c:34
10758 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10761 #: builtin/pack-objects.c:195 builtin/pack-objects.c:198
10763 msgid "deflate error (%d)"
10766 #: builtin/pack-objects.c:791
10767 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10770 #: builtin/pack-objects.c:804
10771 msgid "Writing objects"
10774 #: builtin/pack-objects.c:1084
10775 msgid "disabling bitmap writing, as some objects are not being packed"
10778 #: builtin/pack-objects.c:2454
10779 msgid "Compressing objects"
10782 #: builtin/pack-objects.c:2625
10783 msgid "invalid value for --missing"
10786 #: builtin/pack-objects.c:2928
10788 msgid "unsupported index version %s"
10791 #: builtin/pack-objects.c:2932
10793 msgid "bad index version '%s'"
10796 #: builtin/pack-objects.c:2962
10797 msgid "do not show progress meter"
10800 #: builtin/pack-objects.c:2964
10801 msgid "show progress meter"
10804 #: builtin/pack-objects.c:2966
10805 msgid "show progress meter during object writing phase"
10808 #: builtin/pack-objects.c:2969
10809 msgid "similar to --all-progress when progress meter is shown"
10812 #: builtin/pack-objects.c:2970
10813 msgid "version[,offset]"
10816 #: builtin/pack-objects.c:2971
10817 msgid "write the pack index file in the specified idx format version"
10820 #: builtin/pack-objects.c:2974
10821 msgid "maximum size of each output pack file"
10824 #: builtin/pack-objects.c:2976
10825 msgid "ignore borrowed objects from alternate object store"
10828 #: builtin/pack-objects.c:2978
10829 msgid "ignore packed objects"
10832 #: builtin/pack-objects.c:2980
10833 msgid "limit pack window by objects"
10836 #: builtin/pack-objects.c:2982
10837 msgid "limit pack window by memory in addition to object limit"
10840 #: builtin/pack-objects.c:2984
10841 msgid "maximum length of delta chain allowed in the resulting pack"
10844 #: builtin/pack-objects.c:2986
10845 msgid "reuse existing deltas"
10848 #: builtin/pack-objects.c:2988
10849 msgid "reuse existing objects"
10852 #: builtin/pack-objects.c:2990
10853 msgid "use OFS_DELTA objects"
10856 #: builtin/pack-objects.c:2992
10857 msgid "use threads when searching for best delta matches"
10860 #: builtin/pack-objects.c:2994
10861 msgid "do not create an empty pack output"
10864 #: builtin/pack-objects.c:2996
10865 msgid "read revision arguments from standard input"
10868 #: builtin/pack-objects.c:2998
10869 msgid "limit the objects to those that are not yet packed"
10872 #: builtin/pack-objects.c:3001
10873 msgid "include objects reachable from any reference"
10876 #: builtin/pack-objects.c:3004
10877 msgid "include objects referred by reflog entries"
10880 #: builtin/pack-objects.c:3007
10881 msgid "include objects referred to by the index"
10884 #: builtin/pack-objects.c:3010
10885 msgid "output pack to stdout"
10888 #: builtin/pack-objects.c:3012
10889 msgid "include tag objects that refer to objects to be packed"
10892 #: builtin/pack-objects.c:3014
10893 msgid "keep unreachable objects"
10896 #: builtin/pack-objects.c:3016
10897 msgid "pack loose unreachable objects"
10900 #: builtin/pack-objects.c:3018
10901 msgid "unpack unreachable objects newer than <time>"
10904 #: builtin/pack-objects.c:3021
10905 msgid "create thin packs"
10908 #: builtin/pack-objects.c:3023
10909 msgid "create packs suitable for shallow fetches"
10912 #: builtin/pack-objects.c:3025
10913 msgid "ignore packs that have companion .keep file"
10916 #: builtin/pack-objects.c:3027
10917 msgid "pack compression level"
10920 #: builtin/pack-objects.c:3029
10921 msgid "do not hide commits by grafts"
10924 #: builtin/pack-objects.c:3031
10925 msgid "use a bitmap index if available to speed up counting objects"
10928 #: builtin/pack-objects.c:3033
10929 msgid "write a bitmap index together with the pack index"
10932 #: builtin/pack-objects.c:3036
10933 msgid "handling for missing objects"
10936 #: builtin/pack-objects.c:3039
10937 msgid "do not pack objects in promisor packfiles"
10940 #: builtin/pack-objects.c:3178
10941 msgid "Counting objects"
10944 #: builtin/pack-refs.c:6
10945 msgid "git pack-refs [<options>]"
10948 #: builtin/pack-refs.c:14
10949 msgid "pack everything"
10952 #: builtin/pack-refs.c:15
10953 msgid "prune loose refs (default)"
10956 #: builtin/prune-packed.c:8
10957 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10960 #: builtin/prune-packed.c:41
10961 msgid "Removing duplicate objects"
10964 #: builtin/prune.c:11
10965 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10968 #: builtin/prune.c:107
10969 msgid "report pruned objects"
10972 #: builtin/prune.c:110
10973 msgid "expire objects older than <time>"
10976 #: builtin/prune.c:112
10977 msgid "limit traversal to objects outside promisor packfiles"
10980 #: builtin/prune.c:126
10981 msgid "cannot prune in a precious-objects repo"
10984 #: builtin/pull.c:54 builtin/pull.c:56
10986 msgid "Invalid value for %s: %s"
10989 #: builtin/pull.c:76
10990 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10993 #: builtin/pull.c:127
10994 msgid "control for recursive fetching of submodules"
10997 #: builtin/pull.c:131
10998 msgid "Options related to merging"
11001 #: builtin/pull.c:134
11002 msgid "incorporate changes by rebasing rather than merging"
11005 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
11006 msgid "allow fast-forward"
11009 #: builtin/pull.c:170
11010 msgid "automatically stash/stash pop before and after rebase"
11013 #: builtin/pull.c:186
11014 msgid "Options related to fetching"
11017 #: builtin/pull.c:204
11018 msgid "number of submodules pulled in parallel"
11021 #: builtin/pull.c:299
11023 msgid "Invalid value for pull.ff: %s"
11026 #: builtin/pull.c:415
11028 "There is no candidate for rebasing against among the refs that you just "
11032 #: builtin/pull.c:417
11034 "There are no candidates for merging among the refs that you just fetched."
11037 #: builtin/pull.c:418
11039 "Generally this means that you provided a wildcard refspec which had no\n"
11040 "matches on the remote end."
11043 #: builtin/pull.c:421
11046 "You asked to pull from the remote '%s', but did not specify\n"
11047 "a branch. Because this is not the default configured remote\n"
11048 "for your current branch, you must specify a branch on the command line."
11051 #: builtin/pull.c:426 git-parse-remote.sh:73
11052 msgid "You are not currently on a branch."
11055 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
11056 msgid "Please specify which branch you want to rebase against."
11059 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
11060 msgid "Please specify which branch you want to merge with."
11063 #: builtin/pull.c:431 builtin/pull.c:446
11064 msgid "See git-pull(1) for details."
11067 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
11068 #: git-parse-remote.sh:64
11072 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:477
11073 #: git-parse-remote.sh:65
11077 #: builtin/pull.c:441 git-parse-remote.sh:75
11078 msgid "There is no tracking information for the current branch."
11081 #: builtin/pull.c:450 git-parse-remote.sh:95
11083 "If you wish to set tracking information for this branch you can do so with:"
11086 #: builtin/pull.c:455
11089 "Your configuration specifies to merge with the ref '%s'\n"
11090 "from the remote, but no such ref was fetched."
11093 #: builtin/pull.c:819
11094 msgid "ignoring --verify-signatures for rebase"
11097 #: builtin/pull.c:867
11098 msgid "--[no-]autostash option is only valid with --rebase."
11101 #: builtin/pull.c:875
11102 msgid "Updating an unborn branch with changes added to the index."
11105 #: builtin/pull.c:878
11106 msgid "pull with rebase"
11109 #: builtin/pull.c:879
11110 msgid "please commit or stash them."
11113 #: builtin/pull.c:904
11116 "fetch updated the current branch head.\n"
11117 "fast-forwarding your working tree from\n"
11121 #: builtin/pull.c:909
11124 "Cannot fast-forward your working tree.\n"
11125 "After making sure that you saved anything precious from\n"
11128 "$ git reset --hard\n"
11132 #: builtin/pull.c:924
11133 msgid "Cannot merge multiple branches into empty head."
11136 #: builtin/pull.c:928
11137 msgid "Cannot rebase onto multiple branches."
11140 #: builtin/pull.c:935
11141 msgid "cannot rebase with locally recorded submodule modifications"
11144 #: builtin/push.c:17
11145 msgid "git push [<options>] [<repository> [<refspec>...]]"
11148 #: builtin/push.c:92
11149 msgid "tag shorthand without <tag>"
11152 #: builtin/push.c:102
11153 msgid "--delete only accepts plain target ref names"
11156 #: builtin/push.c:146
11159 "To choose either option permanently, see push.default in 'git help config'."
11162 #: builtin/push.c:149
11165 "The upstream branch of your current branch does not match\n"
11166 "the name of your current branch. To push to the upstream branch\n"
11167 "on the remote, use\n"
11169 " git push %s HEAD:%s\n"
11171 "To push to the branch of the same name on the remote, use\n"
11173 " git push %s %s\n"
11177 #: builtin/push.c:164
11180 "You are not currently on a branch.\n"
11181 "To push the history leading to the current (detached HEAD)\n"
11184 " git push %s HEAD:<name-of-remote-branch>\n"
11187 #: builtin/push.c:178
11190 "The current branch %s has no upstream branch.\n"
11191 "To push the current branch and set the remote as upstream, use\n"
11193 " git push --set-upstream %s %s\n"
11196 #: builtin/push.c:186
11198 msgid "The current branch %s has multiple upstream branches, refusing to push."
11201 #: builtin/push.c:189
11204 "You are pushing to remote '%s', which is not the upstream of\n"
11205 "your current branch '%s', without telling me what to push\n"
11206 "to update which remote branch."
11209 #: builtin/push.c:248
11211 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11214 #: builtin/push.c:255
11216 "Updates were rejected because the tip of your current branch is behind\n"
11217 "its remote counterpart. Integrate the remote changes (e.g.\n"
11218 "'git pull ...') before pushing again.\n"
11219 "See the 'Note about fast-forwards' in 'git push --help' for details."
11222 #: builtin/push.c:261
11224 "Updates were rejected because a pushed branch tip is behind its remote\n"
11225 "counterpart. Check out this branch and integrate the remote changes\n"
11226 "(e.g. 'git pull ...') before pushing again.\n"
11227 "See the 'Note about fast-forwards' in 'git push --help' for details."
11230 #: builtin/push.c:267
11232 "Updates were rejected because the remote contains work that you do\n"
11233 "not have locally. This is usually caused by another repository pushing\n"
11234 "to the same ref. You may want to first integrate the remote changes\n"
11235 "(e.g., 'git pull ...') before pushing again.\n"
11236 "See the 'Note about fast-forwards' in 'git push --help' for details."
11239 #: builtin/push.c:274
11240 msgid "Updates were rejected because the tag already exists in the remote."
11243 #: builtin/push.c:277
11245 "You cannot update a remote ref that points at a non-commit object,\n"
11246 "or update a remote ref to make it point at a non-commit object,\n"
11247 "without using the '--force' option.\n"
11250 #: builtin/push.c:337
11252 msgid "Pushing to %s\n"
11255 #: builtin/push.c:341
11257 msgid "failed to push some refs to '%s'"
11260 #: builtin/push.c:372
11262 msgid "bad repository '%s'"
11265 #: builtin/push.c:373
11267 "No configured push destination.\n"
11268 "Either specify the URL from the command-line or configure a remote "
11269 "repository using\n"
11271 " git remote add <name> <url>\n"
11273 "and then push using the remote name\n"
11275 " git push <name>\n"
11278 #: builtin/push.c:391
11279 msgid "--all and --tags are incompatible"
11282 #: builtin/push.c:392
11283 msgid "--all can't be combined with refspecs"
11286 #: builtin/push.c:397
11287 msgid "--mirror and --tags are incompatible"
11290 #: builtin/push.c:398
11291 msgid "--mirror can't be combined with refspecs"
11294 #: builtin/push.c:403
11295 msgid "--all and --mirror are incompatible"
11298 #: builtin/push.c:535
11302 #: builtin/push.c:536 builtin/send-pack.c:163
11303 msgid "push all refs"
11306 #: builtin/push.c:537 builtin/send-pack.c:165
11307 msgid "mirror all refs"
11310 #: builtin/push.c:539
11311 msgid "delete refs"
11314 #: builtin/push.c:540
11315 msgid "push tags (can't be used with --all or --mirror)"
11318 #: builtin/push.c:543 builtin/send-pack.c:166
11319 msgid "force updates"
11322 #: builtin/push.c:545 builtin/send-pack.c:180
11323 msgid "refname>:<expect"
11326 #: builtin/push.c:546 builtin/send-pack.c:181
11327 msgid "require old value of ref to be at this value"
11330 #: builtin/push.c:549
11331 msgid "control recursive pushing of submodules"
11334 #: builtin/push.c:551 builtin/send-pack.c:174
11335 msgid "use thin pack"
11338 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11339 #: builtin/send-pack.c:161
11340 msgid "receive pack program"
11343 #: builtin/push.c:554
11344 msgid "set upstream for git pull/status"
11347 #: builtin/push.c:557
11348 msgid "prune locally removed refs"
11351 #: builtin/push.c:559
11352 msgid "bypass pre-push hook"
11355 #: builtin/push.c:560
11356 msgid "push missing but relevant tags"
11359 #: builtin/push.c:563 builtin/send-pack.c:168
11360 msgid "GPG sign the push"
11363 #: builtin/push.c:565 builtin/send-pack.c:175
11364 msgid "request atomic transaction on remote side"
11367 #: builtin/push.c:566 builtin/send-pack.c:171
11368 msgid "server-specific"
11371 #: builtin/push.c:566 builtin/send-pack.c:172
11372 msgid "option to transmit"
11375 #: builtin/push.c:583
11376 msgid "--delete is incompatible with --all, --mirror and --tags"
11379 #: builtin/push.c:585
11380 msgid "--delete doesn't make sense without any refs"
11383 #: builtin/push.c:604
11384 msgid "push options must not have new line characters"
11387 #: builtin/read-tree.c:40
11389 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11390 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11391 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11394 #: builtin/read-tree.c:121
11395 msgid "write resulting index to <file>"
11398 #: builtin/read-tree.c:124
11399 msgid "only empty the index"
11402 #: builtin/read-tree.c:126
11406 #: builtin/read-tree.c:128
11407 msgid "perform a merge in addition to a read"
11410 #: builtin/read-tree.c:130
11411 msgid "3-way merge if no file level merging required"
11414 #: builtin/read-tree.c:132
11415 msgid "3-way merge in presence of adds and removes"
11418 #: builtin/read-tree.c:134
11419 msgid "same as -m, but discard unmerged entries"
11422 #: builtin/read-tree.c:135
11423 msgid "<subdirectory>/"
11426 #: builtin/read-tree.c:136
11427 msgid "read the tree into the index under <subdirectory>/"
11430 #: builtin/read-tree.c:139
11431 msgid "update working tree with merge result"
11434 #: builtin/read-tree.c:141
11438 #: builtin/read-tree.c:142
11439 msgid "allow explicitly ignored files to be overwritten"
11442 #: builtin/read-tree.c:145
11443 msgid "don't check the working tree after merging"
11446 #: builtin/read-tree.c:146
11447 msgid "don't update the index or the work tree"
11450 #: builtin/read-tree.c:148
11451 msgid "skip applying sparse checkout filter"
11454 #: builtin/read-tree.c:150
11455 msgid "debug unpack-trees"
11458 #: builtin/rebase--helper.c:8
11459 msgid "git rebase--helper [<options>]"
11462 #: builtin/rebase--helper.c:24
11463 msgid "keep empty commits"
11466 #: builtin/rebase--helper.c:26 builtin/revert.c:123
11467 msgid "allow commits with empty messages"
11470 #: builtin/rebase--helper.c:27
11471 msgid "continue rebase"
11474 #: builtin/rebase--helper.c:29
11475 msgid "abort rebase"
11478 #: builtin/rebase--helper.c:32
11479 msgid "make rebase script"
11482 #: builtin/rebase--helper.c:34
11483 msgid "shorten commit ids in the todo list"
11486 #: builtin/rebase--helper.c:36
11487 msgid "expand commit ids in the todo list"
11490 #: builtin/rebase--helper.c:38
11491 msgid "check the todo list"
11494 #: builtin/rebase--helper.c:40
11495 msgid "skip unnecessary picks"
11498 #: builtin/rebase--helper.c:42
11499 msgid "rearrange fixup/squash lines"
11502 #: builtin/rebase--helper.c:44
11503 msgid "insert exec commands in todo list"
11506 #: builtin/receive-pack.c:30
11507 msgid "git receive-pack <git-dir>"
11510 #: builtin/receive-pack.c:841
11512 "By default, updating the current branch in a non-bare repository\n"
11513 "is denied, because it will make the index and work tree inconsistent\n"
11514 "with what you pushed, and will require 'git reset --hard' to match\n"
11515 "the work tree to HEAD.\n"
11517 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11518 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11519 "its current branch; however, this is not recommended unless you\n"
11520 "arranged to update its work tree to match what you pushed in some\n"
11523 "To squelch this message and still keep the default behaviour, set\n"
11524 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11527 #: builtin/receive-pack.c:861
11529 "By default, deleting the current branch is denied, because the next\n"
11530 "'git clone' won't result in any file checked out, causing confusion.\n"
11532 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11533 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11534 "current branch, with or without a warning message.\n"
11536 "To squelch this message, you can set it to 'refuse'."
11539 #: builtin/receive-pack.c:1934
11543 #: builtin/receive-pack.c:1948
11544 msgid "You must specify a directory."
11547 #: builtin/reflog.c:532 builtin/reflog.c:537
11549 msgid "'%s' is not a valid timestamp"
11552 #: builtin/remote.c:13
11553 msgid "git remote [-v | --verbose]"
11556 #: builtin/remote.c:14
11558 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11559 "mirror=<fetch|push>] <name> <url>"
11562 #: builtin/remote.c:15 builtin/remote.c:35
11563 msgid "git remote rename <old> <new>"
11566 #: builtin/remote.c:16 builtin/remote.c:40
11567 msgid "git remote remove <name>"
11570 #: builtin/remote.c:17 builtin/remote.c:45
11571 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11574 #: builtin/remote.c:18
11575 msgid "git remote [-v | --verbose] show [-n] <name>"
11578 #: builtin/remote.c:19
11579 msgid "git remote prune [-n | --dry-run] <name>"
11582 #: builtin/remote.c:20
11584 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11587 #: builtin/remote.c:21
11588 msgid "git remote set-branches [--add] <name> <branch>..."
11591 #: builtin/remote.c:22 builtin/remote.c:71
11592 msgid "git remote get-url [--push] [--all] <name>"
11595 #: builtin/remote.c:23 builtin/remote.c:76
11596 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11599 #: builtin/remote.c:24 builtin/remote.c:77
11600 msgid "git remote set-url --add <name> <newurl>"
11603 #: builtin/remote.c:25 builtin/remote.c:78
11604 msgid "git remote set-url --delete <name> <url>"
11607 #: builtin/remote.c:30
11608 msgid "git remote add [<options>] <name> <url>"
11611 #: builtin/remote.c:50
11612 msgid "git remote set-branches <name> <branch>..."
11615 #: builtin/remote.c:51
11616 msgid "git remote set-branches --add <name> <branch>..."
11619 #: builtin/remote.c:56
11620 msgid "git remote show [<options>] <name>"
11623 #: builtin/remote.c:61
11624 msgid "git remote prune [<options>] <name>"
11627 #: builtin/remote.c:66
11628 msgid "git remote update [<options>] [<group> | <remote>]..."
11631 #: builtin/remote.c:95
11633 msgid "Updating %s"
11636 #: builtin/remote.c:127
11638 "--mirror is dangerous and deprecated; please\n"
11639 "\t use --mirror=fetch or --mirror=push instead"
11642 #: builtin/remote.c:144
11644 msgid "unknown mirror argument: %s"
11647 #: builtin/remote.c:160
11648 msgid "fetch the remote branches"
11651 #: builtin/remote.c:162
11652 msgid "import all tags and associated objects when fetching"
11655 #: builtin/remote.c:165
11656 msgid "or do not fetch any tag at all (--no-tags)"
11659 #: builtin/remote.c:167
11660 msgid "branch(es) to track"
11663 #: builtin/remote.c:168
11664 msgid "master branch"
11667 #: builtin/remote.c:169
11671 #: builtin/remote.c:170
11672 msgid "set up remote as a mirror to push to or fetch from"
11675 #: builtin/remote.c:182
11676 msgid "specifying a master branch makes no sense with --mirror"
11679 #: builtin/remote.c:184
11680 msgid "specifying branches to track makes sense only with fetch mirrors"
11683 #: builtin/remote.c:191 builtin/remote.c:631
11685 msgid "remote %s already exists."
11688 #: builtin/remote.c:195 builtin/remote.c:635
11690 msgid "'%s' is not a valid remote name"
11693 #: builtin/remote.c:235
11695 msgid "Could not setup master '%s'"
11698 #: builtin/remote.c:337
11700 msgid "Could not get fetch map for refspec %s"
11703 #: builtin/remote.c:438 builtin/remote.c:446
11707 #: builtin/remote.c:450
11711 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11713 msgid "No such remote: %s"
11716 #: builtin/remote.c:641
11718 msgid "Could not rename config section '%s' to '%s'"
11721 #: builtin/remote.c:661
11724 "Not updating non-default fetch refspec\n"
11726 "\tPlease update the configuration manually if necessary."
11729 #: builtin/remote.c:697
11731 msgid "deleting '%s' failed"
11734 #: builtin/remote.c:731
11736 msgid "creating '%s' failed"
11739 #: builtin/remote.c:796
11741 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11742 "to delete it, use:"
11744 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11745 "to delete them, use:"
11749 #: builtin/remote.c:810
11751 msgid "Could not remove config section '%s'"
11754 #: builtin/remote.c:911
11756 msgid " new (next fetch will store in remotes/%s)"
11759 #: builtin/remote.c:914
11763 #: builtin/remote.c:916
11764 msgid " stale (use 'git remote prune' to remove)"
11767 #: builtin/remote.c:918
11771 #: builtin/remote.c:959
11773 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11776 #: builtin/remote.c:967
11778 msgid "rebases interactively onto remote %s"
11781 #: builtin/remote.c:968
11783 msgid "rebases onto remote %s"
11786 #: builtin/remote.c:971
11788 msgid " merges with remote %s"
11791 #: builtin/remote.c:974
11793 msgid "merges with remote %s"
11796 #: builtin/remote.c:977
11798 msgid "%-*s and with remote %s\n"
11801 #: builtin/remote.c:1020
11805 #: builtin/remote.c:1023
11809 #: builtin/remote.c:1027
11813 #: builtin/remote.c:1030
11814 msgid "fast-forwardable"
11817 #: builtin/remote.c:1033
11818 msgid "local out of date"
11821 #: builtin/remote.c:1040
11823 msgid " %-*s forces to %-*s (%s)"
11826 #: builtin/remote.c:1043
11828 msgid " %-*s pushes to %-*s (%s)"
11831 #: builtin/remote.c:1047
11833 msgid " %-*s forces to %s"
11836 #: builtin/remote.c:1050
11838 msgid " %-*s pushes to %s"
11841 #: builtin/remote.c:1118
11842 msgid "do not query remotes"
11845 #: builtin/remote.c:1145
11847 msgid "* remote %s"
11850 #: builtin/remote.c:1146
11852 msgid " Fetch URL: %s"
11855 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11859 #. TRANSLATORS: the colon ':' should align
11860 #. with the one in " Fetch URL: %s"
11863 #: builtin/remote.c:1161 builtin/remote.c:1163
11865 msgid " Push URL: %s"
11868 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11870 msgid " HEAD branch: %s"
11873 #: builtin/remote.c:1165
11874 msgid "(not queried)"
11877 #: builtin/remote.c:1167
11881 #: builtin/remote.c:1171
11884 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11887 #: builtin/remote.c:1183
11889 msgid " Remote branch:%s"
11890 msgid_plural " Remote branches:%s"
11894 #: builtin/remote.c:1186 builtin/remote.c:1212
11895 msgid " (status not queried)"
11898 #: builtin/remote.c:1195
11899 msgid " Local branch configured for 'git pull':"
11900 msgid_plural " Local branches configured for 'git pull':"
11904 #: builtin/remote.c:1203
11905 msgid " Local refs will be mirrored by 'git push'"
11908 #: builtin/remote.c:1209
11910 msgid " Local ref configured for 'git push'%s:"
11911 msgid_plural " Local refs configured for 'git push'%s:"
11915 #: builtin/remote.c:1230
11916 msgid "set refs/remotes/<name>/HEAD according to remote"
11919 #: builtin/remote.c:1232
11920 msgid "delete refs/remotes/<name>/HEAD"
11923 #: builtin/remote.c:1247
11924 msgid "Cannot determine remote HEAD"
11927 #: builtin/remote.c:1249
11928 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11931 #: builtin/remote.c:1259
11933 msgid "Could not delete %s"
11936 #: builtin/remote.c:1267
11938 msgid "Not a valid ref: %s"
11941 #: builtin/remote.c:1269
11943 msgid "Could not setup %s"
11946 #: builtin/remote.c:1287
11948 msgid " %s will become dangling!"
11951 #: builtin/remote.c:1288
11953 msgid " %s has become dangling!"
11956 #: builtin/remote.c:1298
11961 #: builtin/remote.c:1299
11966 #: builtin/remote.c:1315
11968 msgid " * [would prune] %s"
11971 #: builtin/remote.c:1318
11973 msgid " * [pruned] %s"
11976 #: builtin/remote.c:1363
11977 msgid "prune remotes after fetching"
11980 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11982 msgid "No such remote '%s'"
11985 #: builtin/remote.c:1442
11989 #: builtin/remote.c:1449
11990 msgid "no remote specified"
11993 #: builtin/remote.c:1466
11994 msgid "query push URLs rather than fetch URLs"
11997 #: builtin/remote.c:1468
11998 msgid "return all URLs"
12001 #: builtin/remote.c:1496
12003 msgid "no URLs configured for remote '%s'"
12006 #: builtin/remote.c:1522
12007 msgid "manipulate push URLs"
12010 #: builtin/remote.c:1524
12014 #: builtin/remote.c:1526
12015 msgid "delete URLs"
12018 #: builtin/remote.c:1533
12019 msgid "--add --delete doesn't make sense"
12022 #: builtin/remote.c:1572
12024 msgid "Invalid old URL pattern: %s"
12027 #: builtin/remote.c:1580
12029 msgid "No such URL found: %s"
12032 #: builtin/remote.c:1582
12033 msgid "Will not delete all non-push URLs"
12036 #: builtin/remote.c:1598
12037 msgid "be verbose; must be placed before a subcommand"
12040 #: builtin/remote.c:1629
12042 msgid "Unknown subcommand: %s"
12045 #: builtin/repack.c:18
12046 msgid "git repack [<options>]"
12049 #: builtin/repack.c:23
12051 "Incremental repacks are incompatible with bitmap indexes. Use\n"
12052 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12055 #: builtin/repack.c:170
12056 msgid "pack everything in a single pack"
12059 #: builtin/repack.c:172
12060 msgid "same as -a, and turn unreachable objects loose"
12063 #: builtin/repack.c:175
12064 msgid "remove redundant packs, and run git-prune-packed"
12067 #: builtin/repack.c:177
12068 msgid "pass --no-reuse-delta to git-pack-objects"
12071 #: builtin/repack.c:179
12072 msgid "pass --no-reuse-object to git-pack-objects"
12075 #: builtin/repack.c:181
12076 msgid "do not run git-update-server-info"
12079 #: builtin/repack.c:184
12080 msgid "pass --local to git-pack-objects"
12083 #: builtin/repack.c:186
12084 msgid "write bitmap index"
12087 #: builtin/repack.c:187
12088 msgid "approxidate"
12091 #: builtin/repack.c:188
12092 msgid "with -A, do not loosen objects older than this"
12095 #: builtin/repack.c:190
12096 msgid "with -a, repack unreachable objects"
12099 #: builtin/repack.c:192
12100 msgid "size of the window used for delta compression"
12103 #: builtin/repack.c:193 builtin/repack.c:199
12107 #: builtin/repack.c:194
12108 msgid "same as the above, but limit memory size instead of entries count"
12111 #: builtin/repack.c:196
12112 msgid "limits the maximum delta depth"
12115 #: builtin/repack.c:198
12116 msgid "limits the maximum number of threads"
12119 #: builtin/repack.c:200
12120 msgid "maximum size of each packfile"
12123 #: builtin/repack.c:202
12124 msgid "repack objects in packs marked with .keep"
12127 #: builtin/repack.c:212
12128 msgid "cannot delete packs in a precious-objects repo"
12131 #: builtin/repack.c:216
12132 msgid "--keep-unreachable and -A are incompatible"
12135 #: builtin/repack.c:410 builtin/worktree.c:148
12137 msgid "failed to remove '%s'"
12140 #: builtin/replace.c:20
12141 msgid "git replace [-f] <object> <replacement>"
12144 #: builtin/replace.c:21
12145 msgid "git replace [-f] --edit <object>"
12148 #: builtin/replace.c:22
12149 msgid "git replace [-f] --graft <commit> [<parent>...]"
12152 #: builtin/replace.c:23
12153 msgid "git replace -d <object>..."
12156 #: builtin/replace.c:24
12157 msgid "git replace [--format=<format>] [-l [<pattern>]]"
12160 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
12162 msgid "Not a valid object name: '%s'"
12165 #: builtin/replace.c:361
12167 msgid "bad mergetag in commit '%s'"
12170 #: builtin/replace.c:363
12172 msgid "malformed mergetag in commit '%s'"
12175 #: builtin/replace.c:374
12178 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12179 "instead of --graft"
12182 #: builtin/replace.c:407
12184 msgid "the original commit '%s' has a gpg signature."
12187 #: builtin/replace.c:408
12188 msgid "the signature will be removed in the replacement commit!"
12191 #: builtin/replace.c:414
12193 msgid "could not write replacement commit for: '%s'"
12196 #: builtin/replace.c:438
12197 msgid "list replace refs"
12200 #: builtin/replace.c:439
12201 msgid "delete replace refs"
12204 #: builtin/replace.c:440
12205 msgid "edit existing object"
12208 #: builtin/replace.c:441
12209 msgid "change a commit's parents"
12212 #: builtin/replace.c:442
12213 msgid "replace the ref if it exists"
12216 #: builtin/replace.c:444
12217 msgid "do not pretty-print contents for --edit"
12220 #: builtin/replace.c:445
12221 msgid "use this format"
12224 #: builtin/rerere.c:13
12225 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12228 #: builtin/rerere.c:59
12229 msgid "register clean resolutions in index"
12232 #: builtin/reset.c:29
12234 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12237 #: builtin/reset.c:30
12238 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12241 #: builtin/reset.c:31
12242 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12245 #: builtin/reset.c:37
12249 #: builtin/reset.c:37
12253 #: builtin/reset.c:37
12257 #: builtin/reset.c:37
12261 #: builtin/reset.c:37
12265 #: builtin/reset.c:78
12266 msgid "You do not have a valid HEAD."
12269 #: builtin/reset.c:80
12270 msgid "Failed to find tree of HEAD."
12273 #: builtin/reset.c:86
12275 msgid "Failed to find tree of %s."
12278 #: builtin/reset.c:111
12280 msgid "HEAD is now at %s"
12283 #: builtin/reset.c:189
12285 msgid "Cannot do a %s reset in the middle of a merge."
12288 #: builtin/reset.c:289
12289 msgid "be quiet, only report errors"
12292 #: builtin/reset.c:291
12293 msgid "reset HEAD and index"
12296 #: builtin/reset.c:292
12297 msgid "reset only HEAD"
12300 #: builtin/reset.c:294 builtin/reset.c:296
12301 msgid "reset HEAD, index and working tree"
12304 #: builtin/reset.c:298
12305 msgid "reset HEAD but keep local changes"
12308 #: builtin/reset.c:304
12309 msgid "record only the fact that removed paths will be added later"
12312 #: builtin/reset.c:321
12314 msgid "Failed to resolve '%s' as a valid revision."
12317 #: builtin/reset.c:329
12319 msgid "Failed to resolve '%s' as a valid tree."
12322 #: builtin/reset.c:338
12323 msgid "--patch is incompatible with --{hard,mixed,soft}"
12326 #: builtin/reset.c:347
12327 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12330 #: builtin/reset.c:349
12332 msgid "Cannot do %s reset with paths."
12335 #: builtin/reset.c:359
12337 msgid "%s reset is not allowed in a bare repository"
12340 #: builtin/reset.c:363
12341 msgid "-N can only be used with --mixed"
12344 #: builtin/reset.c:380
12345 msgid "Unstaged changes after reset:"
12348 #: builtin/reset.c:386
12350 msgid "Could not reset index file to revision '%s'."
12353 #: builtin/reset.c:390
12354 msgid "Could not write new index file."
12357 #: builtin/rev-list.c:397
12358 msgid "cannot combine --exclude-promisor-objects and --missing"
12361 #: builtin/rev-list.c:455
12362 msgid "object filtering requires --objects"
12365 #: builtin/rev-list.c:458
12367 msgid "invalid sparse value '%s'"
12370 #: builtin/rev-list.c:499
12371 msgid "rev-list does not support display of notes"
12374 #: builtin/rev-list.c:502
12375 msgid "cannot combine --use-bitmap-index with object filtering"
12378 #: builtin/rev-parse.c:402
12379 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12382 #: builtin/rev-parse.c:407
12383 msgid "keep the `--` passed as an arg"
12386 #: builtin/rev-parse.c:409
12387 msgid "stop parsing after the first non-option argument"
12390 #: builtin/rev-parse.c:412
12391 msgid "output in stuck long form"
12394 #: builtin/rev-parse.c:545
12396 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12397 " or: git rev-parse --sq-quote [<arg>...]\n"
12398 " or: git rev-parse [<options>] [<arg>...]\n"
12400 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12403 #: builtin/revert.c:23
12404 msgid "git revert [<options>] <commit-ish>..."
12407 #: builtin/revert.c:24
12408 msgid "git revert <subcommand>"
12411 #: builtin/revert.c:29
12412 msgid "git cherry-pick [<options>] <commit-ish>..."
12415 #: builtin/revert.c:30
12416 msgid "git cherry-pick <subcommand>"
12419 #: builtin/revert.c:90
12421 msgid "%s: %s cannot be used with %s"
12424 #: builtin/revert.c:99
12425 msgid "end revert or cherry-pick sequence"
12428 #: builtin/revert.c:100
12429 msgid "resume revert or cherry-pick sequence"
12432 #: builtin/revert.c:101
12433 msgid "cancel revert or cherry-pick sequence"
12436 #: builtin/revert.c:102
12437 msgid "don't automatically commit"
12440 #: builtin/revert.c:103
12441 msgid "edit the commit message"
12444 #: builtin/revert.c:106
12445 msgid "parent-number"
12448 #: builtin/revert.c:107
12449 msgid "select mainline parent"
12452 #: builtin/revert.c:109
12453 msgid "merge strategy"
12456 #: builtin/revert.c:110
12460 #: builtin/revert.c:111
12461 msgid "option for merge strategy"
12464 #: builtin/revert.c:120
12465 msgid "append commit name"
12468 #: builtin/revert.c:122
12469 msgid "preserve initially empty commits"
12472 #: builtin/revert.c:124
12473 msgid "keep redundant, empty commits"
12476 #: builtin/revert.c:214
12477 msgid "revert failed"
12480 #: builtin/revert.c:227
12481 msgid "cherry-pick failed"
12485 msgid "git rm [<options>] [--] <file>..."
12488 #: builtin/rm.c:206
12490 "the following file has staged content different from both the\n"
12491 "file and the HEAD:"
12493 "the following files have staged content different from both the\n"
12494 "file and the HEAD:"
12498 #: builtin/rm.c:211
12501 "(use -f to force removal)"
12504 #: builtin/rm.c:215
12505 msgid "the following file has changes staged in the index:"
12506 msgid_plural "the following files have changes staged in the index:"
12510 #: builtin/rm.c:219 builtin/rm.c:228
12513 "(use --cached to keep the file, or -f to force removal)"
12516 #: builtin/rm.c:225
12517 msgid "the following file has local modifications:"
12518 msgid_plural "the following files have local modifications:"
12522 #: builtin/rm.c:243
12523 msgid "do not list removed files"
12526 #: builtin/rm.c:244
12527 msgid "only remove from the index"
12530 #: builtin/rm.c:245
12531 msgid "override the up-to-date check"
12534 #: builtin/rm.c:246
12535 msgid "allow recursive removal"
12538 #: builtin/rm.c:248
12539 msgid "exit with a zero status even if nothing matched"
12542 #: builtin/rm.c:307
12544 msgid "not removing '%s' recursively without -r"
12547 #: builtin/rm.c:346
12549 msgid "git rm: unable to remove %s"
12552 #: builtin/rm.c:369
12554 msgid "could not remove '%s'"
12557 #: builtin/send-pack.c:19
12559 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12560 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12562 " --all and explicit <ref> specification are mutually exclusive."
12565 #: builtin/send-pack.c:162
12566 msgid "remote name"
12569 #: builtin/send-pack.c:176
12570 msgid "use stateless RPC protocol"
12573 #: builtin/send-pack.c:177
12574 msgid "read refs from stdin"
12577 #: builtin/send-pack.c:178
12578 msgid "print status from remote helper"
12581 #: builtin/shortlog.c:14
12582 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12585 #: builtin/shortlog.c:263
12586 msgid "Group by committer rather than author"
12589 #: builtin/shortlog.c:265
12590 msgid "sort output according to the number of commits per author"
12593 #: builtin/shortlog.c:267
12594 msgid "Suppress commit descriptions, only provides commit count"
12597 #: builtin/shortlog.c:269
12598 msgid "Show the email address of each author"
12601 #: builtin/shortlog.c:270
12602 msgid "w[,i1[,i2]]"
12605 #: builtin/shortlog.c:271
12606 msgid "Linewrap output"
12609 #: builtin/show-branch.c:12
12611 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12612 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12613 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12614 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12617 #: builtin/show-branch.c:16
12618 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12621 #: builtin/show-branch.c:376
12623 msgid "ignoring %s; cannot handle more than %d ref"
12624 msgid_plural "ignoring %s; cannot handle more than %d refs"
12628 #: builtin/show-branch.c:530
12630 msgid "no matching refs with %s"
12633 #: builtin/show-branch.c:626
12634 msgid "show remote-tracking and local branches"
12637 #: builtin/show-branch.c:628
12638 msgid "show remote-tracking branches"
12641 #: builtin/show-branch.c:630
12642 msgid "color '*!+-' corresponding to the branch"
12645 #: builtin/show-branch.c:632
12646 msgid "show <n> more commits after the common ancestor"
12649 #: builtin/show-branch.c:634
12650 msgid "synonym to more=-1"
12653 #: builtin/show-branch.c:635
12654 msgid "suppress naming strings"
12657 #: builtin/show-branch.c:637
12658 msgid "include the current branch"
12661 #: builtin/show-branch.c:639
12662 msgid "name commits with their object names"
12665 #: builtin/show-branch.c:641
12666 msgid "show possible merge bases"
12669 #: builtin/show-branch.c:643
12670 msgid "show refs unreachable from any other ref"
12673 #: builtin/show-branch.c:645
12674 msgid "show commits in topological order"
12677 #: builtin/show-branch.c:648
12678 msgid "show only commits not on the first branch"
12681 #: builtin/show-branch.c:650
12682 msgid "show merges reachable from only one tip"
12685 #: builtin/show-branch.c:652
12686 msgid "topologically sort, maintaining date order where possible"
12689 #: builtin/show-branch.c:655
12690 msgid "<n>[,<base>]"
12693 #: builtin/show-branch.c:656
12694 msgid "show <n> most recent ref-log entries starting at base"
12697 #: builtin/show-branch.c:690
12699 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12702 #: builtin/show-branch.c:714
12703 msgid "no branches given, and HEAD is not valid"
12706 #: builtin/show-branch.c:717
12707 msgid "--reflog option needs one branch name"
12710 #: builtin/show-branch.c:720
12712 msgid "only %d entry can be shown at one time."
12713 msgid_plural "only %d entries can be shown at one time."
12717 #: builtin/show-branch.c:724
12719 msgid "no such ref %s"
12722 #: builtin/show-branch.c:808
12724 msgid "cannot handle more than %d rev."
12725 msgid_plural "cannot handle more than %d revs."
12729 #: builtin/show-branch.c:812
12731 msgid "'%s' is not a valid ref."
12734 #: builtin/show-branch.c:815
12736 msgid "cannot find commit %s (%s)"
12739 #: builtin/show-ref.c:10
12741 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12742 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12745 #: builtin/show-ref.c:11
12746 msgid "git show-ref --exclude-existing[=<pattern>]"
12749 #: builtin/show-ref.c:159
12750 msgid "only show tags (can be combined with heads)"
12753 #: builtin/show-ref.c:160
12754 msgid "only show heads (can be combined with tags)"
12757 #: builtin/show-ref.c:161
12758 msgid "stricter reference checking, requires exact ref path"
12761 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12762 msgid "show the HEAD reference, even if it would be filtered out"
12765 #: builtin/show-ref.c:168
12766 msgid "dereference tags into object IDs"
12769 #: builtin/show-ref.c:170
12770 msgid "only show SHA1 hash using <n> digits"
12773 #: builtin/show-ref.c:174
12774 msgid "do not print results to stdout (useful with --verify)"
12777 #: builtin/show-ref.c:176
12778 msgid "show refs from stdin that aren't in local repository"
12781 #: builtin/stripspace.c:18
12782 msgid "git stripspace [-s | --strip-comments]"
12785 #: builtin/stripspace.c:19
12786 msgid "git stripspace [-c | --comment-lines]"
12789 #: builtin/stripspace.c:36
12790 msgid "skip and remove all lines starting with comment character"
12793 #: builtin/stripspace.c:39
12794 msgid "prepend comment character and space to each line"
12797 #: builtin/submodule--helper.c:35 builtin/submodule--helper.c:1669
12799 msgid "No such ref: %s"
12802 #: builtin/submodule--helper.c:42 builtin/submodule--helper.c:1678
12804 msgid "Expecting a full ref name, got %s"
12807 #: builtin/submodule--helper.c:59
12808 msgid "submodule--helper print-default-remote takes no arguments"
12811 #: builtin/submodule--helper.c:96
12813 msgid "cannot strip one component off url '%s'"
12816 #: builtin/submodule--helper.c:404 builtin/submodule--helper.c:1198
12817 msgid "alternative anchor for relative paths"
12820 #: builtin/submodule--helper.c:409
12821 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12824 #: builtin/submodule--helper.c:460 builtin/submodule--helper.c:483
12826 msgid "No url found for submodule path '%s' in .gitmodules"
12829 #: builtin/submodule--helper.c:498
12832 "could not lookup configuration '%s'. Assuming this repository is its own "
12833 "authoritative upstream."
12836 #: builtin/submodule--helper.c:509
12838 msgid "Failed to register url for submodule path '%s'"
12841 #: builtin/submodule--helper.c:513
12843 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12846 #: builtin/submodule--helper.c:523
12848 msgid "warning: command update mode suggested for submodule '%s'\n"
12851 #: builtin/submodule--helper.c:530
12853 msgid "Failed to register update mode for submodule path '%s'"
12856 #: builtin/submodule--helper.c:552
12857 msgid "Suppress output for initializing a submodule"
12860 #: builtin/submodule--helper.c:557
12861 msgid "git submodule--helper init [<path>]"
12864 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:747
12866 msgid "no submodule mapping found in .gitmodules for path '%s'"
12869 #: builtin/submodule--helper.c:660
12871 msgid "could not resolve HEAD ref inside the submodule '%s'"
12874 #: builtin/submodule--helper.c:687 builtin/submodule--helper.c:856
12876 msgid "failed to recurse into submodule '%s'"
12879 #: builtin/submodule--helper.c:711 builtin/submodule--helper.c:1021
12880 msgid "Suppress submodule status output"
12883 #: builtin/submodule--helper.c:712
12885 "Use commit stored in the index instead of the one stored in the submodule "
12889 #: builtin/submodule--helper.c:713
12890 msgid "recurse into nested submodules"
12893 #: builtin/submodule--helper.c:718
12894 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12897 #: builtin/submodule--helper.c:742
12898 msgid "git submodule--helper name <path>"
12901 #: builtin/submodule--helper.c:806
12903 msgid "Synchronizing submodule url for '%s'\n"
12906 #: builtin/submodule--helper.c:812
12908 msgid "failed to register url for submodule path '%s'"
12911 #: builtin/submodule--helper.c:826
12913 msgid "failed to get the default remote for submodule '%s'"
12916 #: builtin/submodule--helper.c:837
12918 msgid "failed to update remote for submodule '%s'"
12921 #: builtin/submodule--helper.c:885
12922 msgid "Suppress output of synchronizing submodule url"
12925 #: builtin/submodule--helper.c:887
12926 msgid "Recurse into nested submodules"
12929 #: builtin/submodule--helper.c:892
12930 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
12933 #: builtin/submodule--helper.c:946
12936 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
12937 "really want to remove it including all of its history)"
12940 #: builtin/submodule--helper.c:958
12943 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
12947 #: builtin/submodule--helper.c:966
12949 msgid "Cleared directory '%s'\n"
12952 #: builtin/submodule--helper.c:968
12954 msgid "Could not remove submodule work tree '%s'\n"
12957 #: builtin/submodule--helper.c:977
12959 msgid "could not create empty submodule directory %s"
12962 #: builtin/submodule--helper.c:993
12964 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
12967 #: builtin/submodule--helper.c:1022
12968 msgid "Remove submodule working trees even if they contain local changes"
12971 #: builtin/submodule--helper.c:1023
12972 msgid "Unregister all submodules"
12975 #: builtin/submodule--helper.c:1028
12977 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
12980 #: builtin/submodule--helper.c:1042
12981 msgid "Use '--all' if you really want to deinitialize all submodules"
12984 #: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:1136
12986 msgid "submodule '%s' cannot add alternate: %s"
12989 #: builtin/submodule--helper.c:1172
12991 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12994 #: builtin/submodule--helper.c:1179
12996 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12999 #: builtin/submodule--helper.c:1201
13000 msgid "where the new submodule will be cloned to"
13003 #: builtin/submodule--helper.c:1204
13004 msgid "name of the new submodule"
13007 #: builtin/submodule--helper.c:1207
13008 msgid "url where to clone the submodule from"
13011 #: builtin/submodule--helper.c:1213
13012 msgid "depth for shallow clones"
13015 #: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1587
13016 msgid "force cloning progress"
13019 #: builtin/submodule--helper.c:1221
13021 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13022 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13025 #: builtin/submodule--helper.c:1252
13027 msgid "clone of '%s' into submodule path '%s' failed"
13030 #: builtin/submodule--helper.c:1267
13032 msgid "could not get submodule directory for '%s'"
13035 #: builtin/submodule--helper.c:1332
13037 msgid "Submodule path '%s' not initialized"
13040 #: builtin/submodule--helper.c:1336
13041 msgid "Maybe you want to use 'update --init'?"
13044 #: builtin/submodule--helper.c:1365
13046 msgid "Skipping unmerged submodule %s"
13049 #: builtin/submodule--helper.c:1394
13051 msgid "Skipping submodule '%s'"
13054 #: builtin/submodule--helper.c:1527
13056 msgid "Failed to clone '%s'. Retry scheduled"
13059 #: builtin/submodule--helper.c:1538
13061 msgid "Failed to clone '%s' a second time, aborting"
13064 #: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:1788
13065 msgid "path into the working tree"
13068 #: builtin/submodule--helper.c:1571
13069 msgid "path into the working tree, across nested submodule boundaries"
13072 #: builtin/submodule--helper.c:1575
13073 msgid "rebase, merge, checkout or none"
13076 #: builtin/submodule--helper.c:1579
13077 msgid "Create a shallow clone truncated to the specified number of revisions"
13080 #: builtin/submodule--helper.c:1582
13081 msgid "parallel jobs"
13084 #: builtin/submodule--helper.c:1584
13085 msgid "whether the initial clone should follow the shallow recommendation"
13088 #: builtin/submodule--helper.c:1585
13089 msgid "don't print cloning progress"
13092 #: builtin/submodule--helper.c:1592
13093 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13096 #: builtin/submodule--helper.c:1605
13097 msgid "bad value for update parameter"
13100 #: builtin/submodule--helper.c:1673
13103 "Submodule (%s) branch configured to inherit branch from superproject, but "
13104 "the superproject is not on any branch"
13107 #: builtin/submodule--helper.c:1789
13108 msgid "recurse into submodules"
13111 #: builtin/submodule--helper.c:1795
13112 msgid "git submodule--helper embed-git-dir [<path>...]"
13115 #: builtin/submodule--helper.c:1857
13117 msgid "%s doesn't support --super-prefix"
13120 #: builtin/submodule--helper.c:1863
13122 msgid "'%s' is not a valid submodule--helper subcommand"
13125 #: builtin/symbolic-ref.c:8
13126 msgid "git symbolic-ref [<options>] <name> [<ref>]"
13129 #: builtin/symbolic-ref.c:9
13130 msgid "git symbolic-ref -d [-q] <name>"
13133 #: builtin/symbolic-ref.c:40
13134 msgid "suppress error message for non-symbolic (detached) refs"
13137 #: builtin/symbolic-ref.c:41
13138 msgid "delete symbolic ref"
13141 #: builtin/symbolic-ref.c:42
13142 msgid "shorten ref output"
13145 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13149 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13150 msgid "reason of the update"
13153 #: builtin/tag.c:24
13155 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13159 #: builtin/tag.c:25
13160 msgid "git tag -d <tagname>..."
13163 #: builtin/tag.c:26
13165 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13166 "points-at <object>]\n"
13167 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13170 #: builtin/tag.c:28
13171 msgid "git tag -v [--format=<format>] <tagname>..."
13174 #: builtin/tag.c:86
13176 msgid "tag '%s' not found."
13179 #: builtin/tag.c:102
13181 msgid "Deleted tag '%s' (was %s)\n"
13184 #: builtin/tag.c:131
13188 "Write a message for tag:\n"
13190 "Lines starting with '%c' will be ignored.\n"
13193 #: builtin/tag.c:135
13197 "Write a message for tag:\n"
13199 "Lines starting with '%c' will be kept; you may remove them yourself if you "
13203 #: builtin/tag.c:189
13204 msgid "unable to sign the tag"
13207 #: builtin/tag.c:191
13208 msgid "unable to write tag file"
13211 #: builtin/tag.c:216
13212 msgid "bad object type."
13215 #: builtin/tag.c:265
13216 msgid "no tag message?"
13219 #: builtin/tag.c:272
13221 msgid "The tag message has been left in %s\n"
13224 #: builtin/tag.c:381
13225 msgid "list tag names"
13228 #: builtin/tag.c:383
13229 msgid "print <n> lines of each tag message"
13232 #: builtin/tag.c:385
13233 msgid "delete tags"
13236 #: builtin/tag.c:386
13237 msgid "verify tags"
13240 #: builtin/tag.c:388
13241 msgid "Tag creation options"
13244 #: builtin/tag.c:390
13245 msgid "annotated tag, needs a message"
13248 #: builtin/tag.c:392
13249 msgid "tag message"
13252 #: builtin/tag.c:394
13253 msgid "force edit of tag message"
13256 #: builtin/tag.c:395
13257 msgid "annotated and GPG-signed tag"
13260 #: builtin/tag.c:399
13261 msgid "use another key to sign the tag"
13264 #: builtin/tag.c:400
13265 msgid "replace the tag if exists"
13268 #: builtin/tag.c:401 builtin/update-ref.c:368
13269 msgid "create a reflog"
13272 #: builtin/tag.c:403
13273 msgid "Tag listing options"
13276 #: builtin/tag.c:404
13277 msgid "show tag list in columns"
13280 #: builtin/tag.c:405 builtin/tag.c:407
13281 msgid "print only tags that contain the commit"
13284 #: builtin/tag.c:406 builtin/tag.c:408
13285 msgid "print only tags that don't contain the commit"
13288 #: builtin/tag.c:409
13289 msgid "print only tags that are merged"
13292 #: builtin/tag.c:410
13293 msgid "print only tags that are not merged"
13296 #: builtin/tag.c:415
13297 msgid "print only tags of the object"
13300 #: builtin/tag.c:459
13301 msgid "--column and -n are incompatible"
13304 #: builtin/tag.c:481
13305 msgid "-n option is only allowed in list mode"
13308 #: builtin/tag.c:483
13309 msgid "--contains option is only allowed in list mode"
13312 #: builtin/tag.c:485
13313 msgid "--no-contains option is only allowed in list mode"
13316 #: builtin/tag.c:487
13317 msgid "--points-at option is only allowed in list mode"
13320 #: builtin/tag.c:489
13321 msgid "--merged and --no-merged options are only allowed in list mode"
13324 #: builtin/tag.c:500
13325 msgid "only one -F or -m option is allowed."
13328 #: builtin/tag.c:519
13329 msgid "too many params"
13332 #: builtin/tag.c:525
13334 msgid "'%s' is not a valid tag name."
13337 #: builtin/tag.c:530
13339 msgid "tag '%s' already exists"
13342 #: builtin/tag.c:561
13344 msgid "Updated tag '%s' (was %s)\n"
13347 #: builtin/unpack-objects.c:498
13348 msgid "Unpacking objects"
13351 #: builtin/update-index.c:82
13353 msgid "failed to create directory %s"
13356 #: builtin/update-index.c:88
13358 msgid "failed to stat %s"
13361 #: builtin/update-index.c:98
13363 msgid "failed to create file %s"
13366 #: builtin/update-index.c:106
13368 msgid "failed to delete file %s"
13371 #: builtin/update-index.c:113 builtin/update-index.c:219
13373 msgid "failed to delete directory %s"
13376 #: builtin/update-index.c:138
13378 msgid "Testing mtime in '%s' "
13381 #: builtin/update-index.c:152
13382 msgid "directory stat info does not change after adding a new file"
13385 #: builtin/update-index.c:165
13386 msgid "directory stat info does not change after adding a new directory"
13389 #: builtin/update-index.c:178
13390 msgid "directory stat info changes after updating a file"
13393 #: builtin/update-index.c:189
13394 msgid "directory stat info changes after adding a file inside subdirectory"
13397 #: builtin/update-index.c:200
13398 msgid "directory stat info does not change after deleting a file"
13401 #: builtin/update-index.c:213
13402 msgid "directory stat info does not change after deleting a directory"
13405 #: builtin/update-index.c:220
13409 #: builtin/update-index.c:579
13410 msgid "git update-index [<options>] [--] [<file>...]"
13413 #: builtin/update-index.c:936
13414 msgid "continue refresh even when index needs update"
13417 #: builtin/update-index.c:939
13418 msgid "refresh: ignore submodules"
13421 #: builtin/update-index.c:942
13422 msgid "do not ignore new files"
13425 #: builtin/update-index.c:944
13426 msgid "let files replace directories and vice-versa"
13429 #: builtin/update-index.c:946
13430 msgid "notice files missing from worktree"
13433 #: builtin/update-index.c:948
13434 msgid "refresh even if index contains unmerged entries"
13437 #: builtin/update-index.c:951
13438 msgid "refresh stat information"
13441 #: builtin/update-index.c:955
13442 msgid "like --refresh, but ignore assume-unchanged setting"
13445 #: builtin/update-index.c:959
13446 msgid "<mode>,<object>,<path>"
13449 #: builtin/update-index.c:960
13450 msgid "add the specified entry to the index"
13453 #: builtin/update-index.c:969
13454 msgid "mark files as \"not changing\""
13457 #: builtin/update-index.c:972
13458 msgid "clear assumed-unchanged bit"
13461 #: builtin/update-index.c:975
13462 msgid "mark files as \"index-only\""
13465 #: builtin/update-index.c:978
13466 msgid "clear skip-worktree bit"
13469 #: builtin/update-index.c:981
13470 msgid "add to index only; do not add content to object database"
13473 #: builtin/update-index.c:983
13474 msgid "remove named paths even if present in worktree"
13477 #: builtin/update-index.c:985
13478 msgid "with --stdin: input lines are terminated by null bytes"
13481 #: builtin/update-index.c:987
13482 msgid "read list of paths to be updated from standard input"
13485 #: builtin/update-index.c:991
13486 msgid "add entries from standard input to the index"
13489 #: builtin/update-index.c:995
13490 msgid "repopulate stages #2 and #3 for the listed paths"
13493 #: builtin/update-index.c:999
13494 msgid "only update entries that differ from HEAD"
13497 #: builtin/update-index.c:1003
13498 msgid "ignore files missing from worktree"
13501 #: builtin/update-index.c:1006
13502 msgid "report actions to standard output"
13505 #: builtin/update-index.c:1008
13506 msgid "(for porcelains) forget saved unresolved conflicts"
13509 #: builtin/update-index.c:1012
13510 msgid "write index in this format"
13513 #: builtin/update-index.c:1014
13514 msgid "enable or disable split index"
13517 #: builtin/update-index.c:1016
13518 msgid "enable/disable untracked cache"
13521 #: builtin/update-index.c:1018
13522 msgid "test if the filesystem supports untracked cache"
13525 #: builtin/update-index.c:1020
13526 msgid "enable untracked cache without testing the filesystem"
13529 #: builtin/update-index.c:1022
13530 msgid "write out the index even if is not flagged as changed"
13533 #: builtin/update-index.c:1024
13534 msgid "enable or disable file system monitor"
13537 #: builtin/update-index.c:1026
13538 msgid "mark files as fsmonitor valid"
13541 #: builtin/update-index.c:1029
13542 msgid "clear fsmonitor valid bit"
13545 #: builtin/update-index.c:1127
13547 "core.splitIndex is set to false; remove or change it, if you really want to "
13548 "enable split index"
13551 #: builtin/update-index.c:1136
13553 "core.splitIndex is set to true; remove or change it, if you really want to "
13554 "disable split index"
13557 #: builtin/update-index.c:1147
13559 "core.untrackedCache is set to true; remove or change it, if you really want "
13560 "to disable the untracked cache"
13563 #: builtin/update-index.c:1151
13564 msgid "Untracked cache disabled"
13567 #: builtin/update-index.c:1159
13569 "core.untrackedCache is set to false; remove or change it, if you really want "
13570 "to enable the untracked cache"
13573 #: builtin/update-index.c:1163
13575 msgid "Untracked cache enabled for '%s'"
13578 #: builtin/update-index.c:1171
13579 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13582 #: builtin/update-index.c:1175
13583 msgid "fsmonitor enabled"
13586 #: builtin/update-index.c:1178
13588 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13591 #: builtin/update-index.c:1182
13592 msgid "fsmonitor disabled"
13595 #: builtin/update-ref.c:10
13596 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13599 #: builtin/update-ref.c:11
13600 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13603 #: builtin/update-ref.c:12
13604 msgid "git update-ref [<options>] --stdin [-z]"
13607 #: builtin/update-ref.c:363
13608 msgid "delete the reference"
13611 #: builtin/update-ref.c:365
13612 msgid "update <refname> not the one it points to"
13615 #: builtin/update-ref.c:366
13616 msgid "stdin has NUL-terminated arguments"
13619 #: builtin/update-ref.c:367
13620 msgid "read updates from stdin"
13623 #: builtin/update-server-info.c:7
13624 msgid "git update-server-info [--force]"
13627 #: builtin/update-server-info.c:15
13628 msgid "update the info files from scratch"
13631 #: builtin/verify-commit.c:18
13632 msgid "git verify-commit [-v | --verbose] <commit>..."
13635 #: builtin/verify-commit.c:73
13636 msgid "print commit contents"
13639 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13640 msgid "print raw gpg status output"
13643 #: builtin/verify-pack.c:55
13644 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13647 #: builtin/verify-pack.c:65
13651 #: builtin/verify-pack.c:67
13652 msgid "show statistics only"
13655 #: builtin/verify-tag.c:19
13656 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13659 #: builtin/verify-tag.c:37
13660 msgid "print tag contents"
13663 #: builtin/worktree.c:17
13664 msgid "git worktree add [<options>] <path> [<commit-ish>]"
13667 #: builtin/worktree.c:18
13668 msgid "git worktree list [<options>]"
13671 #: builtin/worktree.c:19
13672 msgid "git worktree lock [<options>] <path>"
13675 #: builtin/worktree.c:20
13676 msgid "git worktree move <worktree> <new-path>"
13679 #: builtin/worktree.c:21
13680 msgid "git worktree prune [<options>]"
13683 #: builtin/worktree.c:22
13684 msgid "git worktree remove [<options>] <worktree>"
13687 #: builtin/worktree.c:23
13688 msgid "git worktree unlock <path>"
13691 #: builtin/worktree.c:60
13693 msgid "Removing worktrees/%s: not a valid directory"
13696 #: builtin/worktree.c:66
13698 msgid "Removing worktrees/%s: gitdir file does not exist"
13701 #: builtin/worktree.c:71 builtin/worktree.c:80
13703 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13706 #: builtin/worktree.c:90
13709 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13713 #: builtin/worktree.c:98
13715 msgid "Removing worktrees/%s: invalid gitdir file"
13718 #: builtin/worktree.c:114
13720 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13723 #: builtin/worktree.c:161
13724 msgid "report pruned working trees"
13727 #: builtin/worktree.c:163
13728 msgid "expire working trees older than <time>"
13731 #: builtin/worktree.c:238
13733 msgid "'%s' already exists"
13736 #: builtin/worktree.c:269
13738 msgid "could not create directory of '%s'"
13741 #: builtin/worktree.c:308
13743 msgid "Preparing %s (identifier %s)"
13746 #: builtin/worktree.c:385
13747 msgid "checkout <branch> even if already checked out in other worktree"
13750 #: builtin/worktree.c:388
13751 msgid "create a new branch"
13754 #: builtin/worktree.c:390
13755 msgid "create or reset a branch"
13758 #: builtin/worktree.c:392
13759 msgid "populate the new working tree"
13762 #: builtin/worktree.c:393
13763 msgid "keep the new working tree locked"
13766 #: builtin/worktree.c:395
13767 msgid "set up tracking mode (see git-branch(1))"
13770 #: builtin/worktree.c:398
13771 msgid "try to match the new branch name with a remote-tracking branch"
13774 #: builtin/worktree.c:406
13775 msgid "-b, -B, and --detach are mutually exclusive"
13778 #: builtin/worktree.c:471
13779 msgid "--[no-]track can only be used if a new branch is created"
13782 #: builtin/worktree.c:571
13783 msgid "reason for locking"
13786 #: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:670
13787 #: builtin/worktree.c:809
13789 msgid "'%s' is not a working tree"
13792 #: builtin/worktree.c:585 builtin/worktree.c:618
13793 msgid "The main working tree cannot be locked or unlocked"
13796 #: builtin/worktree.c:590
13798 msgid "'%s' is already locked, reason: %s"
13801 #: builtin/worktree.c:592
13803 msgid "'%s' is already locked"
13806 #: builtin/worktree.c:620
13808 msgid "'%s' is not locked"
13811 #: builtin/worktree.c:645
13812 msgid "working trees containing submodules cannot be moved or removed"
13815 #: builtin/worktree.c:672 builtin/worktree.c:811
13817 msgid "'%s' is a main working tree"
13820 #: builtin/worktree.c:677
13822 msgid "could not figure out destination name from '%s'"
13825 #: builtin/worktree.c:683
13827 msgid "target '%s' already exists"
13830 #: builtin/worktree.c:690
13832 msgid "cannot move a locked working tree, lock reason: %s"
13835 #: builtin/worktree.c:692
13836 msgid "cannot move a locked working tree"
13839 #: builtin/worktree.c:695
13841 msgid "validation failed, cannot move working tree: %s"
13844 #: builtin/worktree.c:700
13846 msgid "failed to move '%s' to '%s'"
13849 #: builtin/worktree.c:748
13851 msgid "failed to run 'git status' on '%s'"
13854 #: builtin/worktree.c:752
13856 msgid "'%s' is dirty, use --force to delete it"
13859 #: builtin/worktree.c:757
13861 msgid "failed to run 'git status' on '%s', code %d"
13864 #: builtin/worktree.c:768 builtin/worktree.c:782
13866 msgid "failed to delete '%s'"
13869 #: builtin/worktree.c:794
13870 msgid "force removing even if the worktree is dirty"
13873 #: builtin/worktree.c:815
13875 msgid "cannot remove a locked working tree, lock reason: %s"
13878 #: builtin/worktree.c:817
13879 msgid "cannot remove a locked working tree"
13882 #: builtin/worktree.c:820
13884 msgid "validation failed, cannot remove working tree: %s"
13887 #: builtin/write-tree.c:14
13888 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13891 #: builtin/write-tree.c:27
13895 #: builtin/write-tree.c:28
13896 msgid "write tree object for a subdirectory <prefix>"
13899 #: builtin/write-tree.c:31
13900 msgid "only useful for debugging"
13903 #: upload-pack.c:27
13904 msgid "git upload-pack [<options>] <dir>"
13907 #: upload-pack.c:1070
13908 msgid "quit after a single request/response exchange"
13911 #: upload-pack.c:1072
13912 msgid "exit immediately after initial ref advertisement"
13915 #: upload-pack.c:1074
13916 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13919 #: upload-pack.c:1076
13920 msgid "interrupt transfer after <n> seconds of inactivity"
13923 #: credential-cache--daemon.c:222
13926 "The permissions on your socket directory are too loose; other\n"
13927 "users may be able to read your cached credentials. Consider running:\n"
13932 #: credential-cache--daemon.c:271
13933 msgid "print debugging messages to stderr"
13938 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
13939 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
13940 " [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
13941 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
13942 " <command> [<args>]"
13947 "'git help -a' and 'git help -g' list available subcommands and some\n"
13948 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13949 "to read about a specific subcommand or concept."
13954 msgid "no directory given for --git-dir\n"
13959 msgid "no namespace given for --namespace\n"
13964 msgid "no directory given for --work-tree\n"
13969 msgid "no prefix given for --super-prefix\n"
13974 msgid "-c expects a configuration string\n"
13979 msgid "no directory given for -C\n"
13984 msgid "unknown option: %s\n"
13989 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
13994 msgid "failed to run command '%s': %s\n"
13999 msgid "negative value for http.postbuffer; defaulting to %d"
14003 msgid "Delegation control is not supported with cURL < 7.22.0"
14007 msgid "Public key pinning not supported with cURL < 7.44.0"
14013 "unable to update url base from redirection:\n"
14018 #: remote-curl.c:345
14020 msgid "redirecting to %s"
14023 #: list-objects-filter-options.h:59
14027 #: list-objects-filter-options.h:60
14028 msgid "object filtering"
14032 msgid "start a working area (see also: git help tutorial)"
14035 #: common-cmds.h:10
14036 msgid "work on the current change (see also: git help everyday)"
14039 #: common-cmds.h:11
14040 msgid "examine the history and state (see also: git help revisions)"
14043 #: common-cmds.h:12
14044 msgid "grow, mark and tweak your common history"
14047 #: common-cmds.h:13
14048 msgid "collaborate (see also: git help workflows)"
14051 #: common-cmds.h:17
14052 msgid "Add file contents to the index"
14055 #: common-cmds.h:18
14056 msgid "Use binary search to find the commit that introduced a bug"
14059 #: common-cmds.h:19
14060 msgid "List, create, or delete branches"
14063 #: common-cmds.h:20
14064 msgid "Switch branches or restore working tree files"
14067 #: common-cmds.h:21
14068 msgid "Clone a repository into a new directory"
14071 #: common-cmds.h:22
14072 msgid "Record changes to the repository"
14075 #: common-cmds.h:23
14076 msgid "Show changes between commits, commit and working tree, etc"
14079 #: common-cmds.h:24
14080 msgid "Download objects and refs from another repository"
14083 #: common-cmds.h:25
14084 msgid "Print lines matching a pattern"
14087 #: common-cmds.h:26
14088 msgid "Create an empty Git repository or reinitialize an existing one"
14091 #: common-cmds.h:27
14092 msgid "Show commit logs"
14095 #: common-cmds.h:28
14096 msgid "Join two or more development histories together"
14099 #: common-cmds.h:29
14100 msgid "Move or rename a file, a directory, or a symlink"
14103 #: common-cmds.h:30
14104 msgid "Fetch from and integrate with another repository or a local branch"
14107 #: common-cmds.h:31
14108 msgid "Update remote refs along with associated objects"
14111 #: common-cmds.h:32
14112 msgid "Reapply commits on top of another base tip"
14115 #: common-cmds.h:33
14116 msgid "Reset current HEAD to the specified state"
14119 #: common-cmds.h:34
14120 msgid "Remove files from the working tree and from the index"
14123 #: common-cmds.h:35
14124 msgid "Show various types of objects"
14127 #: common-cmds.h:36
14128 msgid "Show the working tree status"
14131 #: common-cmds.h:37
14132 msgid "Create, list, delete or verify a tag object signed with GPG"
14135 #: parse-options.h:157
14136 msgid "expiry-date"
14139 #: parse-options.h:172
14140 msgid "no-op (backward compatibility)"
14143 #: parse-options.h:250
14144 msgid "be more verbose"
14147 #: parse-options.h:252
14148 msgid "be more quiet"
14151 #: parse-options.h:258
14152 msgid "use <n> digits to display SHA-1s"
14156 msgid "update the index with reused conflict resolution if possible"
14159 #: git-bisect.sh:54
14160 msgid "You need to start by \"git bisect start\""
14163 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14164 #. translation. The program will only accept English input
14166 #: git-bisect.sh:60
14167 msgid "Do you want me to do it for you [Y/n]? "
14170 #: git-bisect.sh:121
14172 msgid "unrecognised option: '$arg'"
14175 #: git-bisect.sh:125
14177 msgid "'$arg' does not appear to be a valid revision"
14180 #: git-bisect.sh:154
14181 msgid "Bad HEAD - I need a HEAD"
14184 #: git-bisect.sh:167
14187 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14190 #: git-bisect.sh:177
14191 msgid "won't bisect on cg-seek'ed tree"
14194 #: git-bisect.sh:181
14195 msgid "Bad HEAD - strange symbolic ref"
14198 #: git-bisect.sh:233
14200 msgid "Bad bisect_write argument: $state"
14203 #: git-bisect.sh:246
14205 msgid "Bad rev input: $arg"
14208 #: git-bisect.sh:265
14210 msgid "Bad rev input: $bisected_head"
14213 #: git-bisect.sh:274
14215 msgid "Bad rev input: $rev"
14218 #: git-bisect.sh:283
14220 msgid "'git bisect $TERM_BAD' can take only one argument."
14223 #: git-bisect.sh:306
14225 msgid "Warning: bisecting only with a $TERM_BAD commit."
14228 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14229 #. translation. The program will only accept English input
14231 #: git-bisect.sh:312
14232 msgid "Are you sure [Y/n]? "
14235 #: git-bisect.sh:324
14238 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
14239 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14242 #: git-bisect.sh:327
14245 "You need to start by \"git bisect start\".\n"
14246 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14247 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14250 #: git-bisect.sh:398 git-bisect.sh:512
14251 msgid "We are not bisecting."
14254 #: git-bisect.sh:405
14256 msgid "'$invalid' is not a valid commit"
14259 #: git-bisect.sh:414
14262 "Could not check out original HEAD '$branch'.\n"
14263 "Try 'git bisect reset <commit>'."
14266 #: git-bisect.sh:422
14267 msgid "No logfile given"
14270 #: git-bisect.sh:423
14272 msgid "cannot read $file for replaying"
14275 #: git-bisect.sh:444
14276 msgid "?? what are you talking about?"
14279 #: git-bisect.sh:453
14280 msgid "bisect run failed: no command provided."
14283 #: git-bisect.sh:458
14285 msgid "running $command"
14288 #: git-bisect.sh:465
14291 "bisect run failed:\n"
14292 "exit code $res from '$command' is < 0 or >= 128"
14295 #: git-bisect.sh:491
14296 msgid "bisect run cannot continue any more"
14299 #: git-bisect.sh:497
14302 "bisect run failed:\n"
14303 "'bisect_state $state' exited with error code $res"
14306 #: git-bisect.sh:504
14307 msgid "bisect run success"
14310 #: git-bisect.sh:533
14312 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14315 #: git-bisect.sh:567
14316 msgid "no terms defined"
14319 #: git-bisect.sh:584
14322 "invalid argument $arg for 'git bisect terms'.\n"
14323 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
14326 #: git-merge-octopus.sh:46
14328 "Error: Your local changes to the following files would be overwritten by "
14332 #: git-merge-octopus.sh:61
14333 msgid "Automated merge did not work."
14336 #: git-merge-octopus.sh:62
14337 msgid "Should not be doing an octopus."
14340 #: git-merge-octopus.sh:73
14342 msgid "Unable to find common commit with $pretty_name"
14345 #: git-merge-octopus.sh:77
14347 msgid "Already up to date with $pretty_name"
14350 #: git-merge-octopus.sh:89
14352 msgid "Fast-forwarding to: $pretty_name"
14355 #: git-merge-octopus.sh:97
14357 msgid "Trying simple merge with $pretty_name"
14360 #: git-merge-octopus.sh:102
14361 msgid "Simple merge did not work, trying automatic merge."
14364 #: git-rebase.sh:60
14366 "Resolve all conflicts manually, mark them as resolved with\n"
14367 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14368 "You can instead skip this commit: run \"git rebase --skip\".\n"
14369 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14373 #: git-rebase.sh:163 git-rebase.sh:409
14375 msgid "Could not move back to $head_name"
14378 #: git-rebase.sh:174
14379 msgid "Applied autostash."
14382 #: git-rebase.sh:177
14384 msgid "Cannot store $stash_sha1"
14387 #: git-rebase.sh:218
14388 msgid "The pre-rebase hook refused to rebase."
14391 #: git-rebase.sh:223
14392 msgid "It looks like 'git am' is in progress. Cannot rebase."
14395 #: git-rebase.sh:370
14396 msgid "No rebase in progress?"
14399 #: git-rebase.sh:381
14400 msgid "The --edit-todo action can only be used during interactive rebase."
14403 #: git-rebase.sh:388
14404 msgid "Cannot read HEAD"
14407 #: git-rebase.sh:391
14409 "You must edit all merge conflicts and then\n"
14410 "mark them as resolved using git add"
14413 #: git-rebase.sh:435
14416 "It seems that there is already a $state_dir_base directory, and\n"
14417 "I wonder if you are in the middle of another rebase. If that is the\n"
14418 "case, please try\n"
14419 "\t$cmd_live_rebase\n"
14420 "If that is not the case, please\n"
14421 "\t$cmd_clear_stale_rebase\n"
14422 "and run me again. I am stopping in case you still have something\n"
14426 #: git-rebase.sh:491
14428 msgid "invalid upstream '$upstream_name'"
14431 #: git-rebase.sh:515
14433 msgid "$onto_name: there are more than one merge bases"
14436 #: git-rebase.sh:518 git-rebase.sh:522
14438 msgid "$onto_name: there is no merge base"
14441 #: git-rebase.sh:527
14443 msgid "Does not point to a valid commit: $onto_name"
14446 #: git-rebase.sh:553
14448 msgid "fatal: no such branch/commit '$branch_name'"
14451 #: git-rebase.sh:586
14452 msgid "Cannot autostash"
14455 #: git-rebase.sh:591
14457 msgid "Created autostash: $stash_abbrev"
14460 #: git-rebase.sh:595
14461 msgid "Please commit or stash them."
14464 #: git-rebase.sh:618
14466 msgid "HEAD is up to date."
14469 #: git-rebase.sh:620
14471 msgid "Current branch $branch_name is up to date."
14474 #: git-rebase.sh:628
14476 msgid "HEAD is up to date, rebase forced."
14479 #: git-rebase.sh:630
14481 msgid "Current branch $branch_name is up to date, rebase forced."
14484 #: git-rebase.sh:642
14486 msgid "Changes from $mb to $onto:"
14489 #: git-rebase.sh:651
14490 msgid "First, rewinding head to replay your work on top of it..."
14493 #: git-rebase.sh:661
14495 msgid "Fast-forwarded $branch_name to $onto_name."
14499 msgid "git stash clear with parameters is unimplemented"
14502 #: git-stash.sh:108
14503 msgid "You do not have the initial commit yet"
14506 #: git-stash.sh:123
14507 msgid "Cannot save the current index state"
14510 #: git-stash.sh:138
14511 msgid "Cannot save the untracked files"
14514 #: git-stash.sh:158 git-stash.sh:171
14515 msgid "Cannot save the current worktree state"
14518 #: git-stash.sh:175
14519 msgid "No changes selected"
14522 #: git-stash.sh:178
14523 msgid "Cannot remove temporary index (can't happen)"
14526 #: git-stash.sh:191
14527 msgid "Cannot record working tree state"
14530 #: git-stash.sh:229
14532 msgid "Cannot update $ref_stash with $w_commit"
14535 #: git-stash.sh:281
14537 msgid "error: unknown option for 'stash push': $option"
14540 #: git-stash.sh:295
14541 msgid "Can't use --patch and --include-untracked or --all at the same time"
14544 #: git-stash.sh:303
14545 msgid "No local changes to save"
14548 #: git-stash.sh:308
14549 msgid "Cannot initialize stash"
14552 #: git-stash.sh:312
14553 msgid "Cannot save the current status"
14556 #: git-stash.sh:313
14558 msgid "Saved working directory and index state $stash_msg"
14561 #: git-stash.sh:340
14562 msgid "Cannot remove worktree changes"
14565 #: git-stash.sh:488
14567 msgid "unknown option: $opt"
14570 #: git-stash.sh:501
14571 msgid "No stash entries found."
14574 #: git-stash.sh:508
14576 msgid "Too many revisions specified: $REV"
14579 #: git-stash.sh:523
14581 msgid "$reference is not a valid reference"
14584 #: git-stash.sh:551
14586 msgid "'$args' is not a stash-like commit"
14589 #: git-stash.sh:562
14591 msgid "'$args' is not a stash reference"
14594 #: git-stash.sh:570
14595 msgid "unable to refresh index"
14598 #: git-stash.sh:574
14599 msgid "Cannot apply a stash in the middle of a merge"
14602 #: git-stash.sh:582
14603 msgid "Conflicts in index. Try without --index."
14606 #: git-stash.sh:584
14607 msgid "Could not save index tree"
14610 #: git-stash.sh:593
14611 msgid "Could not restore untracked files from stash entry"
14614 #: git-stash.sh:618
14615 msgid "Cannot unstage modified files"
14618 #: git-stash.sh:633
14619 msgid "Index was not unstashed."
14622 #: git-stash.sh:647
14623 msgid "The stash entry is kept in case you need it again."
14626 #: git-stash.sh:656
14628 msgid "Dropped ${REV} ($s)"
14631 #: git-stash.sh:657
14633 msgid "${REV}: Could not drop stash entry"
14636 #: git-stash.sh:665
14637 msgid "No branch name specified"
14640 #: git-stash.sh:744
14641 msgid "(To restore them type \"git stash apply\")"
14644 #: git-submodule.sh:181
14645 msgid "Relative path can only be used from the toplevel of the working tree"
14648 #: git-submodule.sh:191
14650 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14653 #: git-submodule.sh:210
14655 msgid "'$sm_path' already exists in the index"
14658 #: git-submodule.sh:213
14660 msgid "'$sm_path' already exists in the index and is not a submodule"
14663 #: git-submodule.sh:219
14666 "The following path is ignored by one of your .gitignore files:\n"
14668 "Use -f if you really want to add it."
14671 #: git-submodule.sh:237
14673 msgid "Adding existing repo at '$sm_path' to the index"
14676 #: git-submodule.sh:239
14678 msgid "'$sm_path' already exists and is not a valid git repo"
14681 #: git-submodule.sh:247
14683 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14686 #: git-submodule.sh:249
14689 "If you want to reuse this local git directory instead of cloning again from\n"
14691 "use the '--force' option. If the local git directory is not the correct "
14693 "or you are unsure what this means choose another name with the '--name' "
14697 #: git-submodule.sh:255
14699 msgid "Reactivating local git directory for submodule '$sm_name'."
14702 #: git-submodule.sh:267
14704 msgid "Unable to checkout submodule '$sm_path'"
14707 #: git-submodule.sh:272
14709 msgid "Failed to add submodule '$sm_path'"
14712 #: git-submodule.sh:281
14714 msgid "Failed to register submodule '$sm_path'"
14717 #: git-submodule.sh:342
14719 msgid "Entering '$displaypath'"
14722 #: git-submodule.sh:362
14724 msgid "Stopping at '$displaypath'; script returned non-zero status."
14727 #: git-submodule.sh:584
14729 msgid "Unable to find current revision in submodule path '$displaypath'"
14732 #: git-submodule.sh:594
14734 msgid "Unable to fetch in submodule path '$sm_path'"
14737 #: git-submodule.sh:599
14740 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14744 #: git-submodule.sh:617
14746 msgid "Unable to fetch in submodule path '$displaypath'"
14749 #: git-submodule.sh:623
14752 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14753 "Direct fetching of that commit failed."
14756 #: git-submodule.sh:630
14758 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14761 #: git-submodule.sh:631
14763 msgid "Submodule path '$displaypath': checked out '$sha1'"
14766 #: git-submodule.sh:635
14768 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14771 #: git-submodule.sh:636
14773 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14776 #: git-submodule.sh:641
14778 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14781 #: git-submodule.sh:642
14783 msgid "Submodule path '$displaypath': merged in '$sha1'"
14786 #: git-submodule.sh:647
14788 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14791 #: git-submodule.sh:648
14793 msgid "Submodule path '$displaypath': '$command $sha1'"
14796 #: git-submodule.sh:679
14798 msgid "Failed to recurse into submodule path '$displaypath'"
14801 #: git-submodule.sh:775
14802 msgid "The --cached option cannot be used with the --files option"
14805 #: git-submodule.sh:827
14807 msgid "unexpected mode $mod_dst"
14810 #: git-submodule.sh:847
14812 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14815 #: git-submodule.sh:850
14817 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14820 #: git-submodule.sh:853
14822 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14825 #: git-parse-remote.sh:89
14827 msgid "See git-${cmd}(1) for details."
14830 #: git-rebase--interactive.sh:140
14832 msgid "Rebasing ($new_count/$total)"
14835 #: git-rebase--interactive.sh:156
14839 "p, pick = use commit\n"
14840 "r, reword = use commit, but edit the commit message\n"
14841 "e, edit = use commit, but stop for amending\n"
14842 "s, squash = use commit, but meld into previous commit\n"
14843 "f, fixup = like \"squash\", but discard this commit's log message\n"
14844 "x, exec = run command (the rest of the line) using shell\n"
14845 "d, drop = remove commit\n"
14847 "These lines can be re-ordered; they are executed from top to bottom.\n"
14850 #: git-rebase--interactive.sh:171
14853 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14856 #: git-rebase--interactive.sh:175
14859 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14862 #: git-rebase--interactive.sh:213
14865 "You can amend the commit now, with\n"
14867 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14869 "Once you are satisfied with your changes, run\n"
14871 "\tgit rebase --continue"
14874 #: git-rebase--interactive.sh:238
14876 msgid "$sha1: not a commit that can be picked"
14879 #: git-rebase--interactive.sh:277
14881 msgid "Invalid commit name: $sha1"
14884 #: git-rebase--interactive.sh:319
14885 msgid "Cannot write current commit's replacement sha1"
14888 #: git-rebase--interactive.sh:371
14890 msgid "Fast-forward to $sha1"
14893 #: git-rebase--interactive.sh:373
14895 msgid "Cannot fast-forward to $sha1"
14898 #: git-rebase--interactive.sh:382
14900 msgid "Cannot move HEAD to $first_parent"
14903 #: git-rebase--interactive.sh:387
14905 msgid "Refusing to squash a merge: $sha1"
14908 #: git-rebase--interactive.sh:405
14910 msgid "Error redoing merge $sha1"
14913 #: git-rebase--interactive.sh:414
14915 msgid "Could not pick $sha1"
14918 #: git-rebase--interactive.sh:423
14920 msgid "This is the commit message #${n}:"
14923 #: git-rebase--interactive.sh:428
14925 msgid "The commit message #${n} will be skipped:"
14928 #: git-rebase--interactive.sh:439
14930 msgid "This is a combination of $count commit."
14931 msgid_plural "This is a combination of $count commits."
14935 #: git-rebase--interactive.sh:448
14937 msgid "Cannot write $fixup_msg"
14940 #: git-rebase--interactive.sh:451
14941 msgid "This is a combination of 2 commits."
14944 #: git-rebase--interactive.sh:492 git-rebase--interactive.sh:535
14945 #: git-rebase--interactive.sh:538
14947 msgid "Could not apply $sha1... $rest"
14950 #: git-rebase--interactive.sh:567
14953 "Could not amend commit after successfully picking $sha1... $rest\n"
14954 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14955 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14957 "you are able to reword the commit."
14960 #: git-rebase--interactive.sh:582
14962 msgid "Stopped at $sha1_abbrev... $rest"
14965 #: git-rebase--interactive.sh:597
14967 msgid "Cannot '$squash_style' without a previous commit"
14970 #: git-rebase--interactive.sh:639
14972 msgid "Executing: $rest"
14975 #: git-rebase--interactive.sh:647
14977 msgid "Execution failed: $rest"
14980 #: git-rebase--interactive.sh:649
14981 msgid "and made changes to the index and/or the working tree"
14984 #: git-rebase--interactive.sh:651
14986 "You can fix the problem, and then run\n"
14988 "\tgit rebase --continue"
14991 #. TRANSLATORS: after these lines is a command to be issued by the user
14992 #: git-rebase--interactive.sh:664
14995 "Execution succeeded: $rest\n"
14996 "but left changes to the index and/or the working tree\n"
14997 "Commit or stash your changes, and then run\n"
14999 "\tgit rebase --continue"
15002 #: git-rebase--interactive.sh:675
15004 msgid "Unknown command: $command $sha1 $rest"
15007 #: git-rebase--interactive.sh:676
15008 msgid "Please fix this using 'git rebase --edit-todo'."
15011 #: git-rebase--interactive.sh:711
15013 msgid "Successfully rebased and updated $head_name."
15016 #: git-rebase--interactive.sh:735
15017 msgid "could not detach HEAD"
15020 #: git-rebase--interactive.sh:771
15021 msgid "Could not remove CHERRY_PICK_HEAD"
15024 #: git-rebase--interactive.sh:776
15027 "You have staged changes in your working tree.\n"
15028 "If these changes are meant to be\n"
15029 "squashed into the previous commit, run:\n"
15031 " git commit --amend $gpg_sign_opt_quoted\n"
15033 "If they are meant to go into a new commit, run:\n"
15035 " git commit $gpg_sign_opt_quoted\n"
15037 "In both cases, once you're done, continue with:\n"
15039 " git rebase --continue\n"
15042 #: git-rebase--interactive.sh:793
15043 msgid "Error trying to find the author identity to amend commit"
15046 #: git-rebase--interactive.sh:798
15048 "You have uncommitted changes in your working tree. Please commit them\n"
15049 "first and then run 'git rebase --continue' again."
15052 #: git-rebase--interactive.sh:803 git-rebase--interactive.sh:807
15053 msgid "Could not commit staged changes."
15056 #: git-rebase--interactive.sh:836
15059 "You are editing the todo file of an ongoing interactive rebase.\n"
15060 "To continue rebase after editing, run:\n"
15061 " git rebase --continue\n"
15065 #: git-rebase--interactive.sh:844 git-rebase--interactive.sh:1008
15066 msgid "Could not execute editor"
15069 #: git-rebase--interactive.sh:860
15071 msgid "Could not checkout $switch_to"
15074 #: git-rebase--interactive.sh:865
15078 #: git-rebase--interactive.sh:866
15080 msgid "Could not create temporary $state_dir"
15083 #: git-rebase--interactive.sh:869
15084 msgid "Could not mark as interactive"
15087 #: git-rebase--interactive.sh:879 git-rebase--interactive.sh:884
15088 msgid "Could not init rewritten commits"
15091 #: git-rebase--interactive.sh:910
15092 msgid "Could not generate todo list"
15095 #: git-rebase--interactive.sh:986
15097 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15098 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15102 #: git-rebase--interactive.sh:991
15105 "However, if you remove everything, the rebase will be aborted.\n"
15109 #: git-rebase--interactive.sh:998
15110 msgid "Note that empty commits are commented out"
15113 #: git-sh-setup.sh:89 git-sh-setup.sh:94
15115 msgid "usage: $dashless $USAGE"
15118 #: git-sh-setup.sh:190
15120 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15123 #: git-sh-setup.sh:199 git-sh-setup.sh:206
15125 msgid "fatal: $program_name cannot be used without a working tree."
15128 #: git-sh-setup.sh:220
15129 msgid "Cannot rebase: You have unstaged changes."
15132 #: git-sh-setup.sh:223
15133 msgid "Cannot rewrite branches: You have unstaged changes."
15136 #: git-sh-setup.sh:226
15137 msgid "Cannot pull with rebase: You have unstaged changes."
15140 #: git-sh-setup.sh:229
15142 msgid "Cannot $action: You have unstaged changes."
15145 #: git-sh-setup.sh:242
15146 msgid "Cannot rebase: Your index contains uncommitted changes."
15149 #: git-sh-setup.sh:245
15150 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15153 #: git-sh-setup.sh:248
15155 msgid "Cannot $action: Your index contains uncommitted changes."
15158 #: git-sh-setup.sh:252
15159 msgid "Additionally, your index contains uncommitted changes."
15162 #: git-sh-setup.sh:372
15163 msgid "You need to run this command from the toplevel of the working tree."
15166 #: git-sh-setup.sh:377
15167 msgid "Unable to determine absolute path of git directory"
15170 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
15171 #: git-add--interactive.perl:196
15173 msgid "%12s %12s %s"
15176 #: git-add--interactive.perl:197
15180 #: git-add--interactive.perl:197
15184 #: git-add--interactive.perl:246 git-add--interactive.perl:271
15188 #: git-add--interactive.perl:255 git-add--interactive.perl:309
15192 #: git-add--interactive.perl:291 git-add--interactive.perl:306
15196 #: git-add--interactive.perl:602
15198 msgid "added %d path\n"
15199 msgid_plural "added %d paths\n"
15203 #: git-add--interactive.perl:605
15205 msgid "updated %d path\n"
15206 msgid_plural "updated %d paths\n"
15210 #: git-add--interactive.perl:608
15212 msgid "reverted %d path\n"
15213 msgid_plural "reverted %d paths\n"
15217 #: git-add--interactive.perl:611
15219 msgid "touched %d path\n"
15220 msgid_plural "touched %d paths\n"
15224 #: git-add--interactive.perl:620
15228 #: git-add--interactive.perl:632
15232 #: git-add--interactive.perl:655
15234 msgid "note: %s is untracked now.\n"
15237 #: git-add--interactive.perl:666
15238 msgid "Add untracked"
15241 #: git-add--interactive.perl:672
15242 msgid "No untracked files.\n"
15245 #: git-add--interactive.perl:1026
15247 "If the patch applies cleanly, the edited hunk will immediately be\n"
15248 "marked for staging."
15251 #: git-add--interactive.perl:1029
15253 "If the patch applies cleanly, the edited hunk will immediately be\n"
15254 "marked for stashing."
15257 #: git-add--interactive.perl:1032
15259 "If the patch applies cleanly, the edited hunk will immediately be\n"
15260 "marked for unstaging."
15263 #: git-add--interactive.perl:1035 git-add--interactive.perl:1044
15265 "If the patch applies cleanly, the edited hunk will immediately be\n"
15266 "marked for applying."
15269 #: git-add--interactive.perl:1038 git-add--interactive.perl:1041
15271 "If the patch applies cleanly, the edited hunk will immediately be\n"
15272 "marked for discarding."
15275 #: git-add--interactive.perl:1078
15277 msgid "failed to open hunk edit file for writing: %s"
15280 #: git-add--interactive.perl:1079
15281 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15284 #: git-add--interactive.perl:1085
15288 "To remove '%s' lines, make them ' ' lines (context).\n"
15289 "To remove '%s' lines, delete them.\n"
15290 "Lines starting with %s will be removed.\n"
15293 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15294 #: git-add--interactive.perl:1093
15296 "If it does not apply cleanly, you will be given an opportunity to\n"
15297 "edit again. If all lines of the hunk are removed, then the edit is\n"
15298 "aborted and the hunk is left unchanged.\n"
15301 #: git-add--interactive.perl:1107
15303 msgid "failed to open hunk edit file for reading: %s"
15306 #. TRANSLATORS: do not translate [y/n]
15307 #. The program will only accept that input
15309 #. Consider translating (saying "no" discards!) as
15310 #. (saying "n" for "no" discards!) if the translation
15311 #. of the word "no" does not start with n.
15312 #: git-add--interactive.perl:1206
15314 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15317 #: git-add--interactive.perl:1215
15319 "y - stage this hunk\n"
15320 "n - do not stage this hunk\n"
15321 "q - quit; do not stage this hunk or any of the remaining ones\n"
15322 "a - stage this hunk and all later hunks in the file\n"
15323 "d - do not stage this hunk or any of the later hunks in the file"
15326 #: git-add--interactive.perl:1221
15328 "y - stash this hunk\n"
15329 "n - do not stash this hunk\n"
15330 "q - quit; do not stash this hunk or any of the remaining ones\n"
15331 "a - stash this hunk and all later hunks in the file\n"
15332 "d - do not stash this hunk or any of the later hunks in the file"
15335 #: git-add--interactive.perl:1227
15337 "y - unstage this hunk\n"
15338 "n - do not unstage this hunk\n"
15339 "q - quit; do not unstage this hunk or any of the remaining ones\n"
15340 "a - unstage this hunk and all later hunks in the file\n"
15341 "d - do not unstage this hunk or any of the later hunks in the file"
15344 #: git-add--interactive.perl:1233
15346 "y - apply this hunk to index\n"
15347 "n - do not apply this hunk to index\n"
15348 "q - quit; do not apply this hunk or any of the remaining ones\n"
15349 "a - apply this hunk and all later hunks in the file\n"
15350 "d - do not apply this hunk or any of the later hunks in the file"
15353 #: git-add--interactive.perl:1239
15355 "y - discard this hunk from worktree\n"
15356 "n - do not discard this hunk from worktree\n"
15357 "q - quit; do not discard this hunk or any of the remaining ones\n"
15358 "a - discard this hunk and all later hunks in the file\n"
15359 "d - do not discard this hunk or any of the later hunks in the file"
15362 #: git-add--interactive.perl:1245
15364 "y - discard this hunk from index and worktree\n"
15365 "n - do not discard this hunk from index and worktree\n"
15366 "q - quit; do not discard this hunk or any of the remaining ones\n"
15367 "a - discard this hunk and all later hunks in the file\n"
15368 "d - do not discard this hunk or any of the later hunks in the file"
15371 #: git-add--interactive.perl:1251
15373 "y - apply this hunk to index and worktree\n"
15374 "n - do not apply this hunk to index and worktree\n"
15375 "q - quit; do not apply this hunk or any of the remaining ones\n"
15376 "a - apply this hunk and all later hunks in the file\n"
15377 "d - do not apply this hunk or any of the later hunks in the file"
15380 #: git-add--interactive.perl:1266
15382 "g - select a hunk to go to\n"
15383 "/ - search for a hunk matching the given regex\n"
15384 "j - leave this hunk undecided, see next undecided hunk\n"
15385 "J - leave this hunk undecided, see next hunk\n"
15386 "k - leave this hunk undecided, see previous undecided hunk\n"
15387 "K - leave this hunk undecided, see previous hunk\n"
15388 "s - split the current hunk into smaller hunks\n"
15389 "e - manually edit the current hunk\n"
15393 #: git-add--interactive.perl:1297
15394 msgid "The selected hunks do not apply to the index!\n"
15397 #: git-add--interactive.perl:1298
15398 msgid "Apply them to the worktree anyway? "
15401 #: git-add--interactive.perl:1301
15402 msgid "Nothing was applied.\n"
15405 #: git-add--interactive.perl:1312
15407 msgid "ignoring unmerged: %s\n"
15410 #: git-add--interactive.perl:1321
15411 msgid "Only binary files changed.\n"
15414 #: git-add--interactive.perl:1323
15415 msgid "No changes.\n"
15418 #: git-add--interactive.perl:1331
15419 msgid "Patch update"
15422 #: git-add--interactive.perl:1383
15424 msgid "Stage mode change [y,n,q,a,d%s,?]? "
15427 #: git-add--interactive.perl:1384
15429 msgid "Stage deletion [y,n,q,a,d%s,?]? "
15432 #: git-add--interactive.perl:1385
15434 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
15437 #: git-add--interactive.perl:1388
15439 msgid "Stash mode change [y,n,q,a,d%s,?]? "
15442 #: git-add--interactive.perl:1389
15444 msgid "Stash deletion [y,n,q,a,d%s,?]? "
15447 #: git-add--interactive.perl:1390
15449 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
15452 #: git-add--interactive.perl:1393
15454 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
15457 #: git-add--interactive.perl:1394
15459 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
15462 #: git-add--interactive.perl:1395
15464 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
15467 #: git-add--interactive.perl:1398
15469 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
15472 #: git-add--interactive.perl:1399
15474 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
15477 #: git-add--interactive.perl:1400
15479 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
15482 #: git-add--interactive.perl:1403
15484 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
15487 #: git-add--interactive.perl:1404
15489 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
15492 #: git-add--interactive.perl:1405
15494 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
15497 #: git-add--interactive.perl:1408
15499 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
15502 #: git-add--interactive.perl:1409
15504 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
15507 #: git-add--interactive.perl:1410
15509 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
15512 #: git-add--interactive.perl:1413
15514 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
15517 #: git-add--interactive.perl:1414
15519 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
15522 #: git-add--interactive.perl:1415
15524 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
15527 #: git-add--interactive.perl:1515
15528 msgid "No other hunks to goto\n"
15531 #: git-add--interactive.perl:1522
15532 msgid "go to which hunk (<ret> to see more)? "
15535 #: git-add--interactive.perl:1524
15536 msgid "go to which hunk? "
15539 #: git-add--interactive.perl:1533
15541 msgid "Invalid number: '%s'\n"
15544 #: git-add--interactive.perl:1538
15546 msgid "Sorry, only %d hunk available.\n"
15547 msgid_plural "Sorry, only %d hunks available.\n"
15551 #: git-add--interactive.perl:1564
15552 msgid "No other hunks to search\n"
15555 #: git-add--interactive.perl:1568
15556 msgid "search for regex? "
15559 #: git-add--interactive.perl:1581
15561 msgid "Malformed search regexp %s: %s\n"
15564 #: git-add--interactive.perl:1591
15565 msgid "No hunk matches the given pattern\n"
15568 #: git-add--interactive.perl:1603 git-add--interactive.perl:1625
15569 msgid "No previous hunk\n"
15572 #: git-add--interactive.perl:1612 git-add--interactive.perl:1631
15573 msgid "No next hunk\n"
15576 #: git-add--interactive.perl:1637
15577 msgid "Sorry, cannot split this hunk\n"
15580 #: git-add--interactive.perl:1643
15582 msgid "Split into %d hunk.\n"
15583 msgid_plural "Split into %d hunks.\n"
15587 #: git-add--interactive.perl:1653
15588 msgid "Sorry, cannot edit this hunk\n"
15591 #: git-add--interactive.perl:1699
15592 msgid "Review diff"
15595 #. TRANSLATORS: please do not translate the command names
15596 #. 'status', 'update', 'revert', etc.
15597 #: git-add--interactive.perl:1718
15599 "status - show paths with changes\n"
15600 "update - add working tree state to the staged set of changes\n"
15601 "revert - revert staged set of changes back to the HEAD version\n"
15602 "patch - pick hunks and update selectively\n"
15603 "diff - view diff between HEAD and index\n"
15604 "add untracked - add contents of untracked files to the staged set of "
15608 #: git-add--interactive.perl:1735 git-add--interactive.perl:1740
15609 #: git-add--interactive.perl:1743 git-add--interactive.perl:1750
15610 #: git-add--interactive.perl:1754 git-add--interactive.perl:1760
15614 #: git-add--interactive.perl:1756
15616 msgid "unknown --patch mode: %s"
15619 #: git-add--interactive.perl:1762 git-add--interactive.perl:1768
15621 msgid "invalid argument %s, expecting --"
15624 #: git-send-email.perl:130
15625 msgid "local zone differs from GMT by a non-minute interval\n"
15628 #: git-send-email.perl:137 git-send-email.perl:143
15629 msgid "local time offset greater than or equal to 24 hours\n"
15632 #: git-send-email.perl:211 git-send-email.perl:217
15633 msgid "the editor exited uncleanly, aborting everything"
15636 #: git-send-email.perl:294
15639 "'%s' contains an intermediate version of the email you were composing.\n"
15642 #: git-send-email.perl:299
15644 msgid "'%s.final' contains the composed email.\n"
15647 #: git-send-email.perl:317
15648 msgid "--dump-aliases incompatible with other options\n"
15651 #: git-send-email.perl:383 git-send-email.perl:638
15652 msgid "Cannot run git format-patch from outside a repository\n"
15655 #: git-send-email.perl:386
15657 "`batch-size` and `relogin` must be specified together (via command-line or "
15658 "configuration option)\n"
15661 #: git-send-email.perl:456
15663 msgid "Unknown --suppress-cc field: '%s'\n"
15666 #: git-send-email.perl:485
15668 msgid "Unknown --confirm setting: '%s'\n"
15671 #: git-send-email.perl:513
15673 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15676 #: git-send-email.perl:515
15678 msgid "warning: `:include:` not supported: %s\n"
15681 #: git-send-email.perl:517
15683 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15686 #: git-send-email.perl:522
15688 msgid "warning: sendmail line is not recognized: %s\n"
15691 #: git-send-email.perl:604
15694 "File '%s' exists but it could also be the range of commits\n"
15695 "to produce patches for. Please disambiguate by...\n"
15697 " * Saying \"./%s\" if you mean a file; or\n"
15698 " * Giving --format-patch option if you mean a range.\n"
15701 #: git-send-email.perl:625
15703 msgid "Failed to opendir %s: %s"
15706 #: git-send-email.perl:649
15710 "warning: no patches were sent\n"
15713 #: git-send-email.perl:660
15716 "No patch files specified!\n"
15720 #: git-send-email.perl:673
15722 msgid "No subject line in %s?"
15725 #: git-send-email.perl:683
15727 msgid "Failed to open for writing %s: %s"
15730 #: git-send-email.perl:694
15732 "Lines beginning in \"GIT:\" will be removed.\n"
15733 "Consider including an overall diffstat or table of contents\n"
15734 "for the patch you are writing.\n"
15736 "Clear the body content if you don't wish to send a summary.\n"
15739 #: git-send-email.perl:718
15741 msgid "Failed to open %s: %s"
15744 #: git-send-email.perl:735
15746 msgid "Failed to open %s.final: %s"
15749 #: git-send-email.perl:778
15750 msgid "Summary email is empty, skipping it\n"
15753 #. TRANSLATORS: please keep [y/N] as is.
15754 #: git-send-email.perl:813
15756 msgid "Are you sure you want to use <%s> [y/N]? "
15759 #: git-send-email.perl:868
15761 "The following files are 8bit, but do not declare a Content-Transfer-"
15765 #: git-send-email.perl:873
15766 msgid "Which 8bit encoding should I declare [UTF-8]? "
15769 #: git-send-email.perl:881
15772 "Refusing to send because the patch\n"
15774 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15778 #: git-send-email.perl:900
15779 msgid "To whom should the emails be sent (if anyone)?"
15782 #: git-send-email.perl:918
15784 msgid "fatal: alias '%s' expands to itself\n"
15787 #: git-send-email.perl:930
15788 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15791 #: git-send-email.perl:988 git-send-email.perl:996
15793 msgid "error: unable to extract a valid address from: %s\n"
15796 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15797 #. translation. The program will only accept English input
15799 #: git-send-email.perl:1000
15800 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15803 #: git-send-email.perl:1317
15805 msgid "CA path \"%s\" does not exist"
15808 #: git-send-email.perl:1395
15810 " The Cc list above has been expanded by additional\n"
15811 " addresses found in the patch commit message. By default\n"
15812 " send-email prompts before sending whenever this occurs.\n"
15813 " This behavior is controlled by the sendemail.confirm\n"
15814 " configuration setting.\n"
15816 " For additional information, run 'git send-email --help'.\n"
15817 " To retain the current behavior, but squelch this message,\n"
15818 " run 'git config --global sendemail.confirm auto'.\n"
15822 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15823 #. translation. The program will only accept English input
15825 #: git-send-email.perl:1410
15826 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15829 #: git-send-email.perl:1413
15830 msgid "Send this email reply required"
15833 #: git-send-email.perl:1439
15834 msgid "The required SMTP server is not properly defined."
15837 #: git-send-email.perl:1486
15839 msgid "Server does not support STARTTLS! %s"
15842 #: git-send-email.perl:1491 git-send-email.perl:1495
15844 msgid "STARTTLS failed! %s"
15847 #: git-send-email.perl:1505
15848 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15851 #: git-send-email.perl:1523
15853 msgid "Failed to send %s\n"
15856 #: git-send-email.perl:1526
15858 msgid "Dry-Sent %s\n"
15861 #: git-send-email.perl:1526
15866 #: git-send-email.perl:1528
15867 msgid "Dry-OK. Log says:\n"
15870 #: git-send-email.perl:1528
15871 msgid "OK. Log says:\n"
15874 #: git-send-email.perl:1540
15878 #: git-send-email.perl:1543
15879 msgid "Result: OK\n"
15882 #: git-send-email.perl:1556
15884 msgid "can't open file %s"
15887 #: git-send-email.perl:1603 git-send-email.perl:1623
15889 msgid "(mbox) Adding cc: %s from line '%s'\n"
15892 #: git-send-email.perl:1609
15894 msgid "(mbox) Adding to: %s from line '%s'\n"
15897 #: git-send-email.perl:1657
15899 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15902 #: git-send-email.perl:1682
15904 msgid "(body) Adding cc: %s from line '%s'\n"
15907 #: git-send-email.perl:1788
15909 msgid "(%s) Could not execute '%s'"
15912 #: git-send-email.perl:1795
15914 msgid "(%s) Adding %s: %s from: '%s'\n"
15917 #: git-send-email.perl:1799
15919 msgid "(%s) failed to close pipe to '%s'"
15922 #: git-send-email.perl:1826
15923 msgid "cannot send message as 7bit"
15926 #: git-send-email.perl:1834
15927 msgid "invalid transfer encoding"
15930 #: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:1933
15932 msgid "unable to open %s: %s\n"
15935 #: git-send-email.perl:1875
15937 msgid "%s: patch contains a line longer than 998 characters"
15940 #: git-send-email.perl:1891
15942 msgid "Skipping %s with backup suffix '%s'.\n"
15945 #. TRANSLATORS: please keep "[y|N]" as is.
15946 #: git-send-email.perl:1895
15948 msgid "Do you really want to send %s? [y|N]: "