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: 2017-10-08 09:48+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:117 builtin/merge.c:1211
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:3418 apply.c:3429 apply.c:3475 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3455 apply.c:3695
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3538 apply.c:3709
335 msgid "%s: does not exist in index"
338 #: apply.c:3547 apply.c:3717
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:3601 apply.c:3605
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:3886 apply.c:3888
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:4117 builtin/checkout.c:235 builtin/reset.c:148
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:4324 apply.c:4468
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:4567 builtin/fetch.c:760 builtin/fetch.c:1010
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:4892 apply.c:4907
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:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
575 #: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
576 #: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
577 #: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
578 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
579 #: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
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:4953 builtin/am.c:2265
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:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
645 msgid "paths are separated with NUL character"
649 msgid "ensure at least <n> lines of context match"
652 #: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
658 msgid "detect new or modified lines that have whitespace errors"
661 #: apply.c:4989 apply.c:4992
662 msgid "ignore changes in whitespace when finding context"
666 msgid "apply the patch in reverse"
670 msgid "don't expect at least one line of context"
674 msgid "leave the rejected hunks in corresponding *.rej files"
678 msgid "allow overlapping hunks"
681 #: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
682 #: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
683 #: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
688 msgid "tolerate incorrectly detected missing new-line at the end of file"
692 msgid "do not trust the line counts in the hunk headers"
695 #: apply.c:5009 builtin/am.c:2253
700 msgid "prepend <root> to all filenames"
704 msgid "git archive [<options>] <tree-ish> [<path>...]"
708 msgid "git archive --list"
713 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
717 msgid "git archive --remote <repo> [--exec <cmd>] --list"
720 #: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
722 msgid "pathspec '%s' did not match any files"
730 msgid "archive format"
733 #: archive.c:437 builtin/log.c:1452
738 msgid "prepend prefix to each pathname in the archive"
741 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
742 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
743 #: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
744 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
745 #: parse-options.h:153
749 #: archive.c:440 builtin/archive.c:89
750 msgid "write the archive to this file"
754 msgid "read .gitattributes in working directory"
758 msgid "report archived files on stderr"
766 msgid "compress faster"
770 msgid "compress better"
774 msgid "list supported archive formats"
777 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
778 #: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
782 #: archive.c:459 builtin/archive.c:91
783 msgid "retrieve the archive from remote repository <repo>"
786 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
790 #: archive.c:461 builtin/archive.c:93
791 msgid "path to the remote git-upload-archive command"
795 msgid "Unexpected option --remote"
799 msgid "Option --exec can only be used together with --remote"
803 msgid "Unexpected option --output"
808 msgid "Unknown archive format '%s'"
813 msgid "Argument not supported for format '%s': -%d"
818 msgid "%.*s is not a valid attribute name"
823 "Negative patterns are ignored in git attributes\n"
824 "Use '\\!' for literal leading exclamation."
829 msgid "Badly quoted content in file '%s': %s"
834 msgid "We cannot bisect more!\n"
839 msgid "Not a valid commit name %s"
845 "The merge base %s is bad.\n"
846 "This means the bug has been fixed between %s and [%s].\n"
852 "The merge base %s is new.\n"
853 "The property has changed between %s and [%s].\n"
859 "The merge base %s is %s.\n"
860 "This means the first '%s' commit is between %s and [%s].\n"
866 "Some %s revs are not ancestors of the %s rev.\n"
867 "git bisect cannot work properly in this case.\n"
868 "Maybe you mistook %s and %s revs?\n"
874 "the merge base between %s and [%s] must be skipped.\n"
875 "So we cannot be sure the first %s commit is between %s and %s.\n"
876 "We continue anyway."
881 msgid "Bisecting: a merge base must be tested\n"
886 msgid "a %s revision is needed"
889 #: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
891 msgid "could not create file '%s'"
896 msgid "could not read file '%s'"
900 msgid "reading bisect refs failed"
905 msgid "%s was both %s and %s\n"
911 "No testable commit found.\n"
912 "Maybe you started with bad path parameters?\n"
917 msgid "(roughly %d step)"
918 msgid_plural "(roughly %d steps)"
922 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
923 #. steps)" translation.
927 msgid "Bisecting: %d revision left to test after this %s\n"
928 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
933 msgid "--contents and --reverse do not blend well."
937 msgid "cannot use --contents with final commit object name"
941 msgid "--reverse and --first-parent together require specified latest commit"
944 #: blame.c:1797 bundle.c:169 ref-filter.c:1932 sequencer.c:1168
945 #: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
946 #: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
947 #: builtin/shortlog.c:191
948 msgid "revision walk setup failed"
953 "--reverse --first-parent together require range along first-parent chain"
958 msgid "no such path %s in %s"
963 msgid "cannot read blob %s for path %s"
970 "After fixing the error cause you may try to fix up\n"
971 "the remote tracking information by invoking\n"
972 "\"git branch --set-upstream-to=%s%s%s\"."
977 msgid "Not setting branch %s as its own upstream."
982 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
987 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
992 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
997 msgid "Branch '%s' set up to track local branch '%s'."
1002 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1007 msgid "Branch '%s' set up to track remote ref '%s'."
1012 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1017 msgid "Branch '%s' set up to track local ref '%s'."
1021 msgid "Unable to write upstream branch configuration"
1026 msgid "Not tracking: ambiguous information for ref %s"
1031 msgid "'%s' is not a valid branch name."
1036 msgid "A branch named '%s' already exists."
1040 msgid "Cannot force update the current branch."
1045 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1050 msgid "the requested upstream branch '%s' does not exist"
1056 "If you are planning on basing your work on an upstream\n"
1057 "branch that already exists at the remote, you may need to\n"
1058 "run \"git fetch\" to retrieve it.\n"
1060 "If you are planning to push out a new local branch that\n"
1061 "will track its remote counterpart, you may want to use\n"
1062 "\"git push -u\" to set the upstream config as you push."
1067 msgid "Not a valid object name: '%s'."
1072 msgid "Ambiguous object name: '%s'."
1077 msgid "Not a valid branch point: '%s'."
1082 msgid "'%s' is already checked out at '%s'"
1087 msgid "HEAD of working tree %s is not updated"
1092 msgid "'%s' does not look like a v2 bundle file"
1097 msgid "unrecognized header: %s%s (%d)"
1100 #: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1101 #: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1102 #: sequencer.c:2949 builtin/commit.c:782
1104 msgid "could not open '%s'"
1108 msgid "Repository lacks these prerequisite commits:"
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1119 msgid "The bundle records a complete history."
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1130 msgid "Could not spawn pack-objects"
1134 msgid "pack-objects died"
1138 msgid "rev-list died"
1143 msgid "ref '%s' is excluded by the rev-list options"
1146 #: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1148 msgid "unrecognized argument: %s"
1152 msgid "Refusing to create empty bundle."
1157 msgid "cannot create '%s'"
1161 msgid "index-pack died"
1166 msgid "invalid color value: %.*s"
1169 #: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1467 builtin/am.c:2105
1172 msgid "could not parse %s"
1177 msgid "%s %s is not a commit!"
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1187 #: compat/obstack.c:406 compat/obstack.c:408
1188 msgid "memory exhausted"
1192 msgid "relative config include conditionals must come from files"
1197 msgid "bad config line %d in blob %s"
1202 msgid "bad config line %d in file %s"
1207 msgid "bad config line %d in standard input"
1212 msgid "bad config line %d in submodule-blob %s"
1217 msgid "bad config line %d in command line %s"
1222 msgid "bad config line %d in %s"
1226 msgid "out of range"
1230 msgid "invalid unit"
1235 msgid "bad numeric config value '%s' for '%s': %s"
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1270 msgid "failed to expand user dir in: '%s'"
1273 #: config.c:1085 config.c:1096
1275 msgid "bad zlib compression level %d"
1280 msgid "invalid mode for object creation: %s"
1285 msgid "bad pack compression level %d"
1289 msgid "unable to parse command-line config"
1293 msgid "unknown error occurred while reading the configuration files"
1298 msgid "Invalid %s: '%s'"
1303 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1308 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1313 msgid "unable to parse '%s' from command-line config"
1318 msgid "bad config variable '%s' in file '%s' at line %d"
1323 msgid "%s has multiple values"
1326 #: config.c:2571 config.c:2789
1328 msgid "fstat on %s failed"
1333 msgid "could not set '%s' to '%s'"
1336 #: config.c:2680 builtin/remote.c:776
1338 msgid "could not unset '%s'"
1342 msgid "The remote end hung up upon initial contact"
1347 "Could not read from remote repository.\n"
1349 "Please make sure you have the correct access rights\n"
1350 "and the repository exists."
1353 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1354 msgid "Checking connectivity"
1358 msgid "Could not run 'git rev-list'"
1362 msgid "failed write to rev-list"
1366 msgid "failed to close rev-list's stdin"
1372 "CRLF will be replaced by LF in %s.\n"
1373 "The file will have its original line endings in your working directory."
1378 msgid "CRLF would be replaced by LF in %s."
1384 "LF will be replaced by CRLF in %s.\n"
1385 "The file will have its original line endings in your working directory."
1390 msgid "LF would be replaced by CRLF in %s"
1394 msgid "in the future"
1399 msgid "%<PRIuMAX> second ago"
1400 msgid_plural "%<PRIuMAX> seconds ago"
1406 msgid "%<PRIuMAX> minute ago"
1407 msgid_plural "%<PRIuMAX> minutes ago"
1413 msgid "%<PRIuMAX> hour ago"
1414 msgid_plural "%<PRIuMAX> hours ago"
1420 msgid "%<PRIuMAX> day ago"
1421 msgid_plural "%<PRIuMAX> days ago"
1427 msgid "%<PRIuMAX> week ago"
1428 msgid_plural "%<PRIuMAX> weeks ago"
1434 msgid "%<PRIuMAX> month ago"
1435 msgid_plural "%<PRIuMAX> months ago"
1441 msgid "%<PRIuMAX> year"
1442 msgid_plural "%<PRIuMAX> years"
1446 #. TRANSLATORS: "%s" is "<n> years"
1449 msgid "%s, %<PRIuMAX> month ago"
1450 msgid_plural "%s, %<PRIuMAX> months ago"
1454 #: date.c:175 date.c:180
1456 msgid "%<PRIuMAX> year ago"
1457 msgid_plural "%<PRIuMAX> years ago"
1461 #: diffcore-order.c:24
1463 msgid "failed to read orderfile '%s'"
1466 #: diffcore-rename.c:536
1467 msgid "Performing inexact rename detection"
1472 msgid "option '%s' requires a value"
1477 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1482 msgid " Unknown dirstat parameter '%s'\n"
1487 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1493 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1499 "Found errors in 'diff.dirstat' config variable:\n"
1505 msgid "external diff died, stopping at %s"
1509 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1513 msgid "--follow requires exactly one pathspec"
1519 "Failed to parse --dirstat/-X option parameter:\n"
1525 msgid "Failed to parse --submodule option parameter: '%s'"
1529 msgid "inexact rename detection was skipped due to too many files."
1533 msgid "only found copies from modified paths due to too many files."
1539 "you may want to set your %s variable to at least %d and retry the command."
1543 msgid "failed to get kernel name and information"
1547 msgid "Untracked cache is disabled on this system or location."
1550 #: dir.c:2885 dir.c:2890
1552 msgid "could not create directories for %s"
1557 msgid "could not migrate git directory from '%s' to '%s'"
1561 msgid "Filtering content"
1566 msgid "could not stat file '%s'"
1570 msgid "git fetch-pack: expected shallow list"
1574 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1577 #: fetch-pack.c:283 builtin/archive.c:63
1579 msgid "remote error: %s"
1584 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1588 msgid "--stateless-rpc requires multi_ack_detailed"
1593 msgid "invalid shallow line: %s"
1598 msgid "invalid unshallow line: %s"
1603 msgid "object not found: %s"
1608 msgid "error in object: %s"
1613 msgid "no shallow found: %s"
1618 msgid "expected shallow/unshallow, got %s"
1623 msgid "got %s %d %s"
1628 msgid "invalid commit %s"
1635 #: fetch-pack.c:534 progress.c:242
1641 msgid "got %s (%d) %s"
1646 msgid "Marking %s as complete"
1651 msgid "already have %s (%s)"
1655 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1659 msgid "protocol error: bad pack header"
1664 msgid "fetch-pack: unable to fork off %s"
1673 msgid "error in sideband demultiplexer"
1677 msgid "Server does not support shallow clients"
1681 msgid "Server supports multi_ack_detailed"
1685 msgid "Server supports no-done"
1689 msgid "Server supports multi_ack"
1693 msgid "Server supports side-band-64k"
1697 msgid "Server supports side-band"
1701 msgid "Server supports allow-tip-sha1-in-want"
1705 msgid "Server supports allow-reachable-sha1-in-want"
1709 msgid "Server supports ofs-delta"
1714 msgid "Server version is %.*s"
1718 msgid "Server does not support --shallow-since"
1722 msgid "Server does not support --shallow-exclude"
1726 msgid "Server does not support --deepen"
1730 msgid "no common commits"
1733 #: fetch-pack.c:1004
1734 msgid "git fetch-pack: fetch failed."
1737 #: fetch-pack.c:1166
1738 msgid "no matching remote head"
1741 #: fetch-pack.c:1188
1743 msgid "no such remote ref %s"
1746 #: fetch-pack.c:1191
1748 msgid "Server does not allow request for unadvertised object %s"
1751 #: gpg-interface.c:181
1752 msgid "gpg failed to sign the data"
1755 #: gpg-interface.c:211
1756 msgid "could not create temporary file"
1759 #: gpg-interface.c:214
1761 msgid "failed writing detached signature to '%s'"
1766 msgid "ignore invalid color '%.*s' in log.graphColors"
1771 msgid "'%s': unable to read %s"
1774 #: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1776 msgid "failed to stat '%s'"
1781 msgid "'%s': short read"
1786 msgid "available git commands in '%s'"
1790 msgid "git commands available from elsewhere on your $PATH"
1794 msgid "These are common Git commands used in various situations:"
1800 "'%s' appears to be a git command, but we were not\n"
1801 "able to execute it. Maybe git-%s is broken?"
1805 msgid "Uh oh. Your system reports no Git commands at all."
1810 msgid "WARNING: You called a Git command named '%s', which does not exist."
1815 msgid "Continuing under the assumption that you meant '%s'."
1820 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1825 msgid "git: '%s' is not a git command. See 'git --help'."
1831 "The most similar command is"
1834 "The most similar commands are"
1839 msgid "git version [<options>]"
1850 "Did you mean this?"
1853 "Did you mean one of these?"
1860 "*** Please tell me who you are.\n"
1864 " git config --global user.email \"you@example.com\"\n"
1865 " git config --global user.name \"Your Name\"\n"
1867 "to set your account's default identity.\n"
1868 "Omit --global to set the identity only in this repository.\n"
1873 msgid "no email was given and auto-detection is disabled"
1878 msgid "unable to auto-detect email address (got '%s')"
1882 msgid "no name was given and auto-detection is disabled"
1887 msgid "unable to auto-detect name (got '%s')"
1892 msgid "empty ident name (for <%s>) not allowed"
1897 msgid "name consists only of disallowed characters: %s"
1900 #: ident.c:416 builtin/commit.c:616
1902 msgid "invalid date format: %s"
1908 "Unable to create '%s.lock': %s.\n"
1910 "Another git process seems to be running in this repository, e.g.\n"
1911 "an editor opened by 'git commit'. Please make sure all processes\n"
1912 "are terminated then try again. If it still fails, a git process\n"
1913 "may have crashed in this repository earlier:\n"
1914 "remove the file manually to continue."
1919 msgid "Unable to create '%s.lock': %s"
1923 msgid "failed to read the cache"
1926 #: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
1927 #: builtin/checkout.c:595 builtin/clone.c:754
1928 msgid "unable to write new index file"
1931 #: merge-recursive.c:235
1932 msgid "(bad commit)\n"
1935 #: merge-recursive.c:257 merge-recursive.c:265
1937 msgid "addinfo_cache failed for path '%s'"
1940 #: merge-recursive.c:329
1941 msgid "error building trees"
1944 #: merge-recursive.c:752
1946 msgid "failed to create path '%s'%s"
1949 #: merge-recursive.c:763
1951 msgid "Removing %s to make room for subdirectory\n"
1954 #: merge-recursive.c:777 merge-recursive.c:796
1955 msgid ": perhaps a D/F conflict?"
1958 #: merge-recursive.c:786
1960 msgid "refusing to lose untracked file at '%s'"
1963 #: merge-recursive.c:828 builtin/cat-file.c:37
1965 msgid "cannot read object %s '%s'"
1968 #: merge-recursive.c:830
1970 msgid "blob expected for %s '%s'"
1973 #: merge-recursive.c:854
1975 msgid "failed to open '%s': %s"
1978 #: merge-recursive.c:865
1980 msgid "failed to symlink '%s': %s"
1983 #: merge-recursive.c:870
1985 msgid "do not know what to do with %06o %s '%s'"
1988 #: merge-recursive.c:1010
1989 msgid "Failed to execute internal merge"
1992 #: merge-recursive.c:1014
1994 msgid "Unable to add %s to database"
1997 #: merge-recursive.c:1117
2000 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2004 #: merge-recursive.c:1122
2007 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2011 #: merge-recursive.c:1129
2014 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2018 #: merge-recursive.c:1134
2021 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2022 "left in tree at %s."
2025 #: merge-recursive.c:1168
2029 #: merge-recursive.c:1168
2033 #: merge-recursive.c:1225
2035 msgid "%s is a directory in %s adding as %s instead"
2038 #: merge-recursive.c:1250
2041 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2042 "\"->\"%s\" in \"%s\"%s"
2045 #: merge-recursive.c:1255
2046 msgid " (left unresolved)"
2049 #: merge-recursive.c:1317
2051 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2054 #: merge-recursive.c:1350
2056 msgid "Renaming %s to %s and %s to %s instead"
2059 #: merge-recursive.c:1553
2061 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2064 #: merge-recursive.c:1568
2066 msgid "Adding merged %s"
2069 #: merge-recursive.c:1575 merge-recursive.c:1805
2071 msgid "Adding as %s instead"
2074 #: merge-recursive.c:1632
2076 msgid "cannot read object %s"
2079 #: merge-recursive.c:1635
2081 msgid "object %s is not a blob"
2084 #: merge-recursive.c:1704
2088 #: merge-recursive.c:1704
2092 #: merge-recursive.c:1714
2096 #: merge-recursive.c:1721
2100 #: merge-recursive.c:1757
2102 msgid "Skipped %s (merged same as existing)"
2105 #: merge-recursive.c:1771
2107 msgid "Auto-merging %s"
2110 #: merge-recursive.c:1775 git-submodule.sh:944
2114 #: merge-recursive.c:1776
2116 msgid "CONFLICT (%s): Merge conflict in %s"
2119 #: merge-recursive.c:1870
2124 #: merge-recursive.c:1896
2125 msgid "file/directory"
2128 #: merge-recursive.c:1902
2129 msgid "directory/file"
2132 #: merge-recursive.c:1908
2134 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2137 #: merge-recursive.c:1917
2142 #: merge-recursive.c:1954
2143 msgid "Already up to date!"
2146 #: merge-recursive.c:1963
2148 msgid "merging of trees %s and %s failed"
2151 #: merge-recursive.c:2060
2155 #: merge-recursive.c:2073
2157 msgid "found %u common ancestor:"
2158 msgid_plural "found %u common ancestors:"
2162 #: merge-recursive.c:2112
2163 msgid "merge returned no commit"
2166 #: merge-recursive.c:2175
2168 msgid "Could not parse object '%s'"
2171 #: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2172 msgid "Unable to write index."
2175 #: notes-merge.c:272
2178 "You have not concluded your previous notes merge (%s exists).\n"
2179 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2180 "commit/abort the previous merge before you start a new notes merge."
2183 #: notes-merge.c:279
2185 msgid "You have not concluded your notes merge (%s exists)."
2189 msgid "Cannot commit uninitialized/unreferenced notes tree"
2192 #: notes-utils.c:101
2194 msgid "Bad notes.rewriteMode value: '%s'"
2197 #: notes-utils.c:111
2199 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2202 #. TRANSLATORS: The first %s is the name of
2203 #. the environment variable, the second %s is
2206 #: notes-utils.c:141
2208 msgid "Bad %s value: '%s'"
2213 msgid "unable to parse object: %s"
2217 msgid "offset before end of packfile (broken .idx?)"
2222 msgid "offset before start of pack index for %s (corrupt index?)"
2227 msgid "offset beyond end of pack index for %s (truncated index?)"
2230 #: parse-options.c:573
2234 #: parse-options.c:592
2239 #. TRANSLATORS: the colon here should align with the
2240 #. one in "usage: %s" translation.
2242 #: parse-options.c:598
2247 #: parse-options.c:601
2252 #: parse-options.c:640
2256 #: parse-options-cb.c:108
2258 msgid "malformed object name '%s'"
2263 msgid "Could not make %s writable by group"
2267 msgid "Escape character '\\' not allowed as last character in attr value"
2271 msgid "Only one 'attr:' specification is allowed."
2275 msgid "attr spec must not be empty"
2280 msgid "invalid attribute name %s"
2284 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2289 "global 'literal' pathspec setting is incompatible with all other global "
2294 msgid "invalid parameter for pathspec magic 'prefix'"
2299 msgid "Invalid pathspec magic '%.*s' in '%s'"
2304 msgid "Missing ')' at the end of pathspec magic in '%s'"
2309 msgid "Unimplemented pathspec magic '%c' in '%s'"
2314 msgid "%s: 'literal' and 'glob' are incompatible"
2319 msgid "%s: '%s' is outside repository"
2324 msgid "'%s' (mnemonic: '%c')"
2329 msgid "%s: pathspec magic not supported by this command: %s"
2334 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2335 "use . instead if you meant to match all paths"
2340 msgid "pathspec '%s' is beyond a symbolic link"
2344 msgid "unable to parse --pretty format"
2347 #: read-cache.c:1443
2350 "index.version set, but the value is invalid.\n"
2354 #: read-cache.c:1453
2357 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2361 #: read-cache.c:2316 builtin/merge.c:1046
2363 msgid "could not close '%s'"
2366 #: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2368 msgid "could not stat '%s'"
2371 #: read-cache.c:2407
2373 msgid "unable to open git dir: %s"
2376 #: read-cache.c:2419
2378 msgid "unable to unlink: %s"
2383 msgid "Could not open '%s' for writing"
2387 msgid "ref updates forbidden inside quarantine environment"
2390 #: refs/files-backend.c:1136
2392 msgid "could not remove reference %s"
2395 #: refs/files-backend.c:1150 refs/packed-backend.c:1430
2396 #: refs/packed-backend.c:1440
2398 msgid "could not delete reference %s: %s"
2401 #: refs/files-backend.c:1153 refs/packed-backend.c:1443
2403 msgid "could not delete references: %s"
2406 #: ref-filter.c:35 wt-status.c:1811
2422 msgid "ahead %d, behind %d"
2427 msgid "expected format: %%(color:<color>)"
2432 msgid "unrecognized color: %%(color:%s)"
2437 msgid "Integer value expected refname:lstrip=%s"
2442 msgid "Integer value expected refname:rstrip=%s"
2447 msgid "unrecognized %%(%s) argument: %s"
2452 msgid "%%(body) does not take arguments"
2457 msgid "%%(subject) does not take arguments"
2462 msgid "%%(trailers) does not take arguments"
2467 msgid "positive value expected contents:lines=%s"
2472 msgid "unrecognized %%(contents) argument: %s"
2477 msgid "positive value expected objectname:short=%s"
2482 msgid "unrecognized %%(objectname) argument: %s"
2487 msgid "expected format: %%(align:<width>,<position>)"
2492 msgid "unrecognized position:%s"
2497 msgid "unrecognized width:%s"
2502 msgid "unrecognized %%(align) argument: %s"
2507 msgid "positive width expected with the %%(align) atom"
2512 msgid "unrecognized %%(if) argument: %s"
2517 msgid "malformed field name: %.*s"
2522 msgid "unknown field name: %.*s"
2527 msgid "format: %%(if) atom used without a %%(then) atom"
2532 msgid "format: %%(then) atom used without an %%(if) atom"
2537 msgid "format: %%(then) atom used more than once"
2542 msgid "format: %%(then) atom used after %%(else)"
2547 msgid "format: %%(else) atom used without an %%(if) atom"
2552 msgid "format: %%(else) atom used without a %%(then) atom"
2557 msgid "format: %%(else) atom used more than once"
2562 msgid "format: %%(end) atom used without corresponding atom"
2567 msgid "malformed format string %s"
2570 #: ref-filter.c:1268
2572 msgid "(no branch, rebasing %s)"
2575 #: ref-filter.c:1271
2577 msgid "(no branch, bisect started on %s)"
2580 #. TRANSLATORS: make sure this matches "HEAD
2581 #. detached at " in wt-status.c
2583 #: ref-filter.c:1279
2585 msgid "(HEAD detached at %s)"
2588 #. TRANSLATORS: make sure this matches "HEAD
2589 #. detached from " in wt-status.c
2591 #: ref-filter.c:1286
2593 msgid "(HEAD detached from %s)"
2596 #: ref-filter.c:1290
2600 #: ref-filter.c:1439 ref-filter.c:1470
2602 msgid "missing object %s for %s"
2605 #: ref-filter.c:1442 ref-filter.c:1473
2607 msgid "parse_object_buffer failed on %s for %s"
2610 #: ref-filter.c:1773
2612 msgid "malformed object at '%s'"
2615 #: ref-filter.c:1840
2617 msgid "ignoring ref with broken name %s"
2620 #: ref-filter.c:1845
2622 msgid "ignoring broken ref %s"
2625 #: ref-filter.c:2107
2627 msgid "format: %%(end) atom missing"
2630 #: ref-filter.c:2201
2632 msgid "malformed object name %s"
2637 msgid "Cannot fetch both %s and %s to %s"
2642 msgid "%s usually tracks %s, not %s"
2647 msgid "%s tracks both %s and %s"
2651 msgid "Internal error"
2654 #: remote.c:1681 remote.c:1783
2655 msgid "HEAD does not point to a branch"
2660 msgid "no such branch: '%s'"
2665 msgid "no upstream configured for branch '%s'"
2670 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2675 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2680 msgid "branch '%s' has no remote for pushing"
2685 msgid "push refspecs for '%s' do not include '%s'"
2689 msgid "push has no destination (push.default is 'nothing')"
2693 msgid "cannot resolve 'simple' push to a single destination"
2698 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2702 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2707 msgid "Your branch is up to date with '%s'.\n"
2712 msgid "Your branch is ahead of '%s' by %d commit.\n"
2713 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2718 msgid " (use \"git push\" to publish your local commits)\n"
2723 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2725 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2730 msgid " (use \"git pull\" to update your local branch)\n"
2736 "Your branch and '%s' have diverged,\n"
2737 "and have %d and %d different commit each, respectively.\n"
2739 "Your branch and '%s' have diverged,\n"
2740 "and have %d and %d different commits each, respectively.\n"
2745 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2749 msgid "your current branch appears to be broken"
2754 msgid "your current branch '%s' does not have any commits yet"
2758 msgid "--first-parent is incompatible with --bisect"
2761 #: run-command.c:644
2762 msgid "open /dev/null failed"
2767 msgid "unable to parse remote unpack status: %s"
2772 msgid "remote unpack failed: %s"
2776 msgid "failed to sign the push certificate"
2780 msgid "the receiving end does not support --signed push"
2785 "not sending a push certificate since the receiving end does not support --"
2790 msgid "the receiving end does not support --atomic push"
2794 msgid "the receiving end does not support push options"
2811 msgid "Unknown action: %d"
2816 "after resolving the conflicts, mark the corrected paths\n"
2817 "with 'git add <paths>' or 'git rm <paths>'"
2822 "after resolving the conflicts, mark the corrected paths\n"
2823 "with 'git add <paths>' or 'git rm <paths>'\n"
2824 "and commit the result with 'git commit'"
2827 #: sequencer.c:297 sequencer.c:1704
2829 msgid "could not lock '%s'"
2832 #: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2833 #: sequencer.c:2733 sequencer.c:2749
2835 msgid "could not write to '%s'"
2840 msgid "could not write eol to '%s'"
2843 #: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
2845 msgid "failed to finalize '%s'."
2848 #: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
2849 #: builtin/commit.c:754 builtin/merge.c:1044
2851 msgid "could not read '%s'"
2856 msgid "your local changes would be overwritten by %s."
2860 msgid "commit your changes or stash them to proceed."
2865 msgid "%s: fast-forward"
2868 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2873 msgid "%s: Unable to write new index file"
2877 msgid "could not resolve HEAD commit\n"
2881 msgid "unable to update cache tree\n"
2887 "you have staged changes in your working tree\n"
2888 "If these changes are meant to be squashed into the previous commit, run:\n"
2890 " git commit --amend %s\n"
2892 "If they are meant to go into a new commit, run:\n"
2896 "In both cases, once you're done, continue with:\n"
2898 " git rebase --continue\n"
2903 msgid "could not parse commit %s\n"
2908 msgid "could not parse parent commit %s\n"
2914 "unexpected 1st line of squash message:\n"
2922 "invalid 1st line of squash message:\n"
2927 #: sequencer.c:838 sequencer.c:863
2929 msgid "This is a combination of %d commits."
2932 #: sequencer.c:847 sequencer.c:2681
2933 msgid "need a HEAD to fixup"
2937 msgid "could not read HEAD"
2941 msgid "could not read HEAD's commit message"
2946 msgid "cannot write '%s'"
2949 #: sequencer.c:866 git-rebase--interactive.sh:446
2950 msgid "This is the 1st commit message:"
2955 msgid "could not read commit message of %s"
2960 msgid "This is the commit message #%d:"
2965 msgid "The commit message #%d will be skipped:"
2970 msgid "unknown command: %d"
2974 msgid "your index file is unmerged."
2979 msgid "commit %s is a merge but no -m option was given."
2984 msgid "commit %s does not have parent %d"
2989 msgid "mainline was specified but commit %s is not a merge."
2994 msgid "cannot get commit message for %s"
2997 #. TRANSLATORS: The first %s will be a "todo" command like
2998 #. "revert" or "pick", the second %s a SHA1.
3001 msgid "%s: cannot parse parent commit %s"
3004 #: sequencer.c:1077 sequencer.c:1853
3006 msgid "could not rename '%s' to '%s'"
3011 msgid "could not revert %s... %s"
3016 msgid "could not apply %s... %s"
3020 msgid "empty commit set passed"
3025 msgid "git %s: failed to read the index"
3030 msgid "git %s: failed to refresh the index"
3035 msgid "invalid line %d: %.*s"
3040 msgid "cannot '%s' without a previous commit"
3043 #: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3044 #: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3046 msgid "could not read '%s'."
3050 msgid "please fix this using 'git rebase --edit-todo'."
3055 msgid "unusable instruction sheet: '%s'"
3059 msgid "no commits parsed."
3063 msgid "cannot cherry-pick during a revert."
3067 msgid "cannot revert during a cherry-pick."
3072 msgid "invalid key: %s"
3077 msgid "invalid value for %s: %s"
3082 msgid "malformed options sheet: '%s'"
3086 msgid "a cherry-pick or revert is already in progress"
3090 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3095 msgid "could not create sequencer directory '%s'"
3099 msgid "could not lock HEAD"
3102 #: sequencer.c:1632 sequencer.c:2211
3103 msgid "no cherry-pick or revert in progress"
3107 msgid "cannot resolve HEAD"
3110 #: sequencer.c:1636 sequencer.c:1671
3111 msgid "cannot abort from a branch yet to be born"
3114 #: sequencer.c:1657 builtin/grep.c:711
3116 msgid "cannot open '%s'"
3121 msgid "cannot read '%s': %s"
3125 msgid "unexpected end of file"
3130 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3134 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3137 #: sequencer.c:1818 sequencer.c:2109
3138 msgid "cannot read HEAD"
3141 #: sequencer.c:1858 builtin/difftool.c:640
3143 msgid "could not copy '%s' to '%s'"
3147 msgid "could not read index"
3153 "execution failed: %s\n"
3154 "%sYou can fix the problem, and then run\n"
3156 " git rebase --continue\n"
3161 msgid "and made changes to the index and/or the working tree\n"
3167 "execution succeeded: %s\n"
3168 "but left changes to the index and/or the working tree\n"
3169 "Commit or stash your changes, and then run\n"
3171 " git rebase --continue\n"
3177 msgid "Applied autostash.\n"
3182 msgid "cannot store %s"
3185 #: sequencer.c:1963 git-rebase.sh:175
3188 "Applying autostash resulted in conflicts.\n"
3189 "Your changes are safe in the stash.\n"
3190 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3195 msgid "Stopped at %s... %.*s\n"
3200 msgid "unknown command %d"
3204 msgid "could not read orig-head"
3207 #: sequencer.c:2122 sequencer.c:2678
3208 msgid "could not read 'onto'"
3213 msgid "could not update %s"
3218 msgid "could not update HEAD to %s"
3222 msgid "cannot rebase: You have unstaged changes."
3226 msgid "could not remove CHERRY_PICK_HEAD"
3230 msgid "cannot amend non-existing commit"
3235 msgid "invalid file: '%s'"
3240 msgid "invalid contents: '%s'"
3246 "You have uncommitted changes in your working tree. Please, commit them\n"
3247 "first and then run 'git rebase --continue' again."
3251 msgid "could not commit staged changes."
3256 msgid "%s: can't cherry-pick a %s"
3261 msgid "%s: bad revision"
3265 msgid "can't revert as initial commit"
3269 msgid "make_script: unhandled options"
3273 msgid "make_script: error preparing revisions"
3278 msgid "unusable todo list: '%s'"
3283 msgid "unable to open '%s' for writing"
3288 msgid "unrecognized setting %s for optionrebase.missingCommitsCheck. Ignoring."
3294 "Warning: some commits may have been dropped accidentally.\n"
3295 "Dropped commits (newer to older):\n"
3301 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3303 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3305 "The possible behaviours are: ignore, warn, error.\n"
3312 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3314 "Or you can abort the rebase with 'git rebase --abort'.\n"
3319 msgid "could not parse commit '%s'"
3322 #: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3325 msgid "could not open '%s' for writing"
3330 msgid "could not truncate '%s'"
3334 msgid "the script was already rearranged."
3339 msgid "could not finish '%s'"
3345 "%s: no such path in the working tree.\n"
3346 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3352 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3353 "Use '--' to separate paths from revisions, like this:\n"
3354 "'git <command> [<revision>...] -- [<file>...]'"
3360 "ambiguous argument '%s': both revision and filename\n"
3361 "Use '--' to separate paths from revisions, like this:\n"
3362 "'git <command> [<revision>...] -- [<file>...]'"
3367 msgid "Expected git repo version <= %d, found %d"
3371 msgid "unknown repository extensions found:"
3376 msgid "Not a git repository (or any of the parent directories): %s"
3379 #: setup.c:808 builtin/index-pack.c:1653
3380 msgid "Cannot come back to cwd"
3384 msgid "Unable to read current working directory"
3387 #: setup.c:1058 setup.c:1064
3389 msgid "Cannot change to '%s'"
3395 "Not a git repository (or any parent up to mount point %s)\n"
3396 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3402 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3403 "The owner of files must always have read and write permissions."
3408 msgid "path '%s' does not exist"
3413 msgid "reference repository '%s' as a linked checkout is not supported yet."
3418 msgid "reference repository '%s' is not a local repository."
3423 msgid "reference repository '%s' is shallow"
3428 msgid "reference repository '%s' is grafted"
3433 msgid "short SHA1 %s is ambiguous"
3437 msgid "The candidates are:"
3442 "Git normally never creates a ref that ends with 40 hex characters\n"
3443 "because it will be ignored when you just specify 40-hex. These refs\n"
3444 "may be created by mistake. For example,\n"
3446 " git checkout -b $br $(git rev-parse ...)\n"
3448 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3449 "examine these refs and maybe delete them. Turn this message off by\n"
3450 "running \"git config advice.objectNameWarning false\""
3453 #: submodule.c:93 submodule.c:127
3454 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3457 #: submodule.c:97 submodule.c:131
3459 msgid "Could not find section in .gitmodules where path=%s"
3464 msgid "Could not update .gitmodules entry %s"
3469 msgid "Could not remove .gitmodules entry for %s"
3473 msgid "staging updated .gitmodules failed"
3478 msgid "in unpopulated submodule '%s'"
3483 msgid "Pathspec '%s' is in submodule '%.*s'"
3488 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3491 #: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3492 msgid "Failed to resolve HEAD as a valid ref."
3497 msgid "'%s' not recognized as a git repository"
3502 msgid "could not start 'git status' in submodule '%s'"
3507 msgid "could not run 'git status' in submodule '%s'"
3512 msgid "submodule '%s' has dirty index"
3518 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3521 #: submodule.c:1821 submodule.c:1877
3523 msgid "could not lookup name for submodule '%s'"
3526 #: submodule.c:1825 builtin/submodule--helper.c:671
3527 #: builtin/submodule--helper.c:681
3529 msgid "could not create directory '%s'"
3535 "Migrating git directory of '%s%s' from\n"
3542 msgid "could not recurse into submodule '%s'"
3546 msgid "could not start ls-files in .."
3550 msgid "BUG: returned path string doesn't match cwd?"
3555 msgid "ls-tree returned unexpected return code %d"
3558 #: submodule-config.c:263
3559 msgid "negative values not allowed for submodule.fetchjobs"
3562 #: submodule-config.c:436
3564 msgid "invalid value for %s"
3569 msgid "running trailer command '%s' failed"
3572 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3575 msgid "unknown value '%s' for key '%s'"
3578 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3580 msgid "more than one %s"
3585 msgid "empty trailer token in trailer '%.*s'"
3590 msgid "could not read input file '%s'"
3594 msgid "could not read from stdin"
3597 #: trailer.c:1008 builtin/am.c:46
3599 msgid "could not stat %s"
3604 msgid "file %s is not a regular file"
3609 msgid "file %s is not writable by user"
3613 msgid "could not open temporary file"
3618 msgid "could not rename temporary file to %s"
3623 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3628 msgid "transport: invalid depth option '%s'"
3634 "The following submodule paths contain changes that can\n"
3635 "not be found on any remote:\n"
3644 "\tgit push --recurse-submodules=on-demand\n"
3646 "or cd to the path and use\n"
3650 "to push them to a remote.\n"
3658 #: transport-helper.c:1071
3660 msgid "Could not read ref %s"
3664 msgid "too-short tree object"
3668 msgid "malformed mode in tree entry"
3672 msgid "empty filename in tree entry"
3676 msgid "too-short tree file"
3679 #: unpack-trees.c:106
3682 "Your local changes to the following files would be overwritten by checkout:\n"
3683 "%%sPlease commit your changes or stash them before you switch branches."
3686 #: unpack-trees.c:108
3689 "Your local changes to the following files would be overwritten by checkout:\n"
3693 #: unpack-trees.c:111
3696 "Your local changes to the following files would be overwritten by merge:\n"
3697 "%%sPlease commit your changes or stash them before you merge."
3700 #: unpack-trees.c:113
3703 "Your local changes to the following files would be overwritten by merge:\n"
3707 #: unpack-trees.c:116
3710 "Your local changes to the following files would be overwritten by %s:\n"
3711 "%%sPlease commit your changes or stash them before you %s."
3714 #: unpack-trees.c:118
3717 "Your local changes to the following files would be overwritten by %s:\n"
3721 #: unpack-trees.c:123
3724 "Updating the following directories would lose untracked files in them:\n"
3728 #: unpack-trees.c:127
3731 "The following untracked working tree files would be removed by checkout:\n"
3732 "%%sPlease move or remove them before you switch branches."
3735 #: unpack-trees.c:129
3738 "The following untracked working tree files would be removed by checkout:\n"
3742 #: unpack-trees.c:132
3745 "The following untracked working tree files would be removed by merge:\n"
3746 "%%sPlease move or remove them before you merge."
3749 #: unpack-trees.c:134
3752 "The following untracked working tree files would be removed by merge:\n"
3756 #: unpack-trees.c:137
3759 "The following untracked working tree files would be removed by %s:\n"
3760 "%%sPlease move or remove them before you %s."
3763 #: unpack-trees.c:139
3766 "The following untracked working tree files would be removed by %s:\n"
3770 #: unpack-trees.c:144
3773 "The following untracked working tree files would be overwritten by "
3775 "%%sPlease move or remove them before you switch branches."
3778 #: unpack-trees.c:146
3781 "The following untracked working tree files would be overwritten by "
3786 #: unpack-trees.c:149
3789 "The following untracked working tree files would be overwritten by merge:\n"
3790 "%%sPlease move or remove them before you merge."
3793 #: unpack-trees.c:151
3796 "The following untracked working tree files would be overwritten by merge:\n"
3800 #: unpack-trees.c:154
3803 "The following untracked working tree files would be overwritten by %s:\n"
3804 "%%sPlease move or remove them before you %s."
3807 #: unpack-trees.c:156
3810 "The following untracked working tree files would be overwritten by %s:\n"
3814 #: unpack-trees.c:163
3816 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3819 #: unpack-trees.c:166
3822 "Cannot update sparse checkout: the following entries are not up to date:\n"
3826 #: unpack-trees.c:168
3829 "The following working tree files would be overwritten by sparse checkout "
3834 #: unpack-trees.c:170
3837 "The following working tree files would be removed by sparse checkout "
3842 #: unpack-trees.c:172
3845 "Cannot update submodule:\n"
3849 #: unpack-trees.c:249
3854 #: unpack-trees.c:331
3855 msgid "Checking out files"
3859 msgid "invalid URL scheme name or missing '://' suffix"
3862 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3864 msgid "invalid %XX escape sequence"
3868 msgid "missing host and scheme is not 'file:'"
3872 msgid "a 'file:' URL may not have a port number"
3876 msgid "invalid characters in host name"
3879 #: urlmatch.c:292 urlmatch.c:303
3880 msgid "invalid port number"
3884 msgid "invalid '..' path segment"
3889 msgid "failed to read '%s'"
3892 #: wrapper.c:223 wrapper.c:393
3894 msgid "could not open '%s' for reading and writing"
3897 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3898 #: builtin/am.c:858 builtin/merge.c:1041
3900 msgid "could not open '%s' for reading"
3903 #: wrapper.c:424 wrapper.c:624
3905 msgid "unable to access '%s'"
3909 msgid "unable to get current working directory"
3914 msgid "could not write to %s"
3919 msgid "could not close %s"
3923 msgid "Unmerged paths:"
3926 #: wt-status.c:177 wt-status.c:204
3928 msgid " (use \"git reset %s <file>...\" to unstage)"
3931 #: wt-status.c:179 wt-status.c:206
3932 msgid " (use \"git rm --cached <file>...\" to unstage)"
3936 msgid " (use \"git add <file>...\" to mark resolution)"
3939 #: wt-status.c:185 wt-status.c:189
3940 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3944 msgid " (use \"git rm <file>...\" to mark resolution)"
3947 #: wt-status.c:198 wt-status.c:979
3948 msgid "Changes to be committed:"
3951 #: wt-status.c:216 wt-status.c:988
3952 msgid "Changes not staged for commit:"
3956 msgid " (use \"git add <file>...\" to update what will be committed)"
3960 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3965 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3969 msgid " (commit or discard the untracked or modified content in submodules)"
3974 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3978 msgid "both deleted:"
3982 msgid "added by us:"
3986 msgid "deleted by them:"
3990 msgid "added by them:"
3994 msgid "deleted by us:"
4002 msgid "both modified:"
4038 msgid "new commits, "
4042 msgid "modified content, "
4046 msgid "untracked content, "
4051 msgid "Your stash currently has %d entry"
4052 msgid_plural "Your stash currently has %d entries"
4057 msgid "Submodules changed but not updated:"
4061 msgid "Submodule changes to be committed:"
4066 "Do not modify or remove the line above.\n"
4067 "Everything below it will be ignored."
4071 msgid "You have unmerged paths."
4075 msgid " (fix conflicts and run \"git commit\")"
4079 msgid " (use \"git merge --abort\" to abort the merge)"
4083 msgid "All conflicts fixed but you are still merging."
4087 msgid " (use \"git commit\" to conclude merge)"
4091 msgid "You are in the middle of an am session."
4095 msgid "The current patch is empty."
4099 msgid " (fix conflicts and then run \"git am --continue\")"
4103 msgid " (use \"git am --skip\" to skip this patch)"
4107 msgid " (use \"git am --abort\" to restore the original branch)"
4111 msgid "git-rebase-todo is missing."
4115 msgid "No commands done."
4120 msgid "Last command done (%d command done):"
4121 msgid_plural "Last commands done (%d commands done):"
4127 msgid " (see more in file %s)"
4131 msgid "No commands remaining."
4136 msgid "Next command to do (%d remaining command):"
4137 msgid_plural "Next commands to do (%d remaining commands):"
4142 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4147 msgid "You are currently rebasing branch '%s' on '%s'."
4151 msgid "You are currently rebasing."
4155 msgid " (fix conflicts and then run \"git rebase --continue\")"
4159 msgid " (use \"git rebase --skip\" to skip this patch)"
4163 msgid " (use \"git rebase --abort\" to check out the original branch)"
4167 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4173 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4177 msgid "You are currently splitting a commit during a rebase."
4181 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4186 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4190 msgid "You are currently editing a commit during a rebase."
4194 msgid " (use \"git commit --amend\" to amend the current commit)"
4199 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4204 msgid "You are currently cherry-picking commit %s."
4208 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4212 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4216 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4221 msgid "You are currently reverting commit %s."
4225 msgid " (fix conflicts and run \"git revert --continue\")"
4229 msgid " (all conflicts fixed: run \"git revert --continue\")"
4233 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4238 msgid "You are currently bisecting, started from branch '%s'."
4242 msgid "You are currently bisecting."
4246 msgid " (use \"git bisect reset\" to get back to the original branch)"
4254 msgid "interactive rebase in progress; onto "
4258 msgid "rebase in progress; onto "
4262 msgid "HEAD detached at "
4266 msgid "HEAD detached from "
4270 msgid "Not currently on any branch."
4274 msgid "Initial commit"
4278 msgid "No commits yet"
4282 msgid "Untracked files"
4286 msgid "Ignored files"
4292 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4293 "may speed it up, but you have to be careful not to forget to add\n"
4294 "new files yourself (see 'git help status')."
4299 msgid "Untracked files not listed%s"
4303 msgid " (use -u option to show untracked files)"
4312 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4317 msgid "no changes added to commit\n"
4323 "nothing added to commit but untracked files present (use \"git add\" to "
4329 msgid "nothing added to commit but untracked files present\n"
4334 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4337 #: wt-status.c:1661 wt-status.c:1666
4339 msgid "nothing to commit\n"
4344 msgid "nothing to commit (use -u to show untracked files)\n"
4349 msgid "nothing to commit, working tree clean\n"
4353 msgid "No commits yet on "
4357 msgid "HEAD (no branch)"
4360 #: wt-status.c:1813 wt-status.c:1821
4364 #: wt-status.c:1816 wt-status.c:1819
4368 #. TRANSLATORS: the action is e.g. "pull with rebase"
4371 msgid "cannot %s: You have unstaged changes."
4375 msgid "additionally, your index contains uncommitted changes."
4380 msgid "cannot %s: Your index contains uncommitted changes."
4383 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4385 msgid "failed to unlink '%s'"
4389 msgid "git add [<options>] [--] <pathspec>..."
4394 msgid "unexpected diff status %c"
4397 #: builtin/add.c:87 builtin/commit.c:291
4398 msgid "updating files failed"
4403 msgid "remove '%s'\n"
4406 #: builtin/add.c:153
4407 msgid "Unstaged changes after refreshing the index:"
4410 #: builtin/add.c:213 builtin/rev-parse.c:888
4411 msgid "Could not read the index"
4414 #: builtin/add.c:224
4416 msgid "Could not open '%s' for writing."
4419 #: builtin/add.c:228
4420 msgid "Could not write patch"
4423 #: builtin/add.c:231
4424 msgid "editing patch failed"
4427 #: builtin/add.c:234
4429 msgid "Could not stat '%s'"
4432 #: builtin/add.c:236
4433 msgid "Empty patch. Aborted."
4436 #: builtin/add.c:241
4438 msgid "Could not apply '%s'"
4441 #: builtin/add.c:251
4442 msgid "The following paths are ignored by one of your .gitignore files:\n"
4445 #: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4446 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4447 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4451 #: builtin/add.c:274
4452 msgid "interactive picking"
4455 #: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4456 msgid "select hunks interactively"
4459 #: builtin/add.c:276
4460 msgid "edit current diff and apply"
4463 #: builtin/add.c:277
4464 msgid "allow adding otherwise ignored files"
4467 #: builtin/add.c:278
4468 msgid "update tracked files"
4471 #: builtin/add.c:279
4472 msgid "record only the fact that the path will be added later"
4475 #: builtin/add.c:280
4476 msgid "add changes from all tracked and untracked files"
4479 #: builtin/add.c:283
4480 msgid "ignore paths removed in the working tree (same as --no-all)"
4483 #: builtin/add.c:285
4484 msgid "don't add, only refresh the index"
4487 #: builtin/add.c:286
4488 msgid "just skip files which cannot be added because of errors"
4491 #: builtin/add.c:287
4492 msgid "check if - even missing - files are ignored in dry run"
4495 #: builtin/add.c:288 builtin/update-index.c:954
4499 #: builtin/add.c:288 builtin/update-index.c:955
4500 msgid "override the executable bit of the listed files"
4503 #: builtin/add.c:290
4504 msgid "warn when adding an embedded repository"
4507 #: builtin/add.c:305
4510 "You've added another git repository inside your current repository.\n"
4511 "Clones of the outer repository will not contain the contents of\n"
4512 "the embedded repository and will not know how to obtain it.\n"
4513 "If you meant to add a submodule, use:\n"
4515 "\tgit submodule add <url> %s\n"
4517 "If you added this path by mistake, you can remove it from the\n"
4520 "\tgit rm --cached %s\n"
4522 "See \"git help submodule\" for more information."
4525 #: builtin/add.c:333
4527 msgid "adding embedded git repository: %s"
4530 #: builtin/add.c:351
4532 msgid "Use -f if you really want to add them.\n"
4535 #: builtin/add.c:359
4536 msgid "adding files failed"
4539 #: builtin/add.c:396
4540 msgid "-A and -u are mutually incompatible"
4543 #: builtin/add.c:403
4544 msgid "Option --ignore-missing can only be used together with --dry-run"
4547 #: builtin/add.c:407
4549 msgid "--chmod param '%s' must be either -x or +x"
4552 #: builtin/add.c:422
4554 msgid "Nothing specified, nothing added.\n"
4557 #: builtin/add.c:423
4559 msgid "Maybe you wanted to say 'git add .'?\n"
4562 #: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4563 #: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4564 #: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4565 #: builtin/submodule--helper.c:243
4566 msgid "index file corrupt"
4570 msgid "could not parse author script"
4575 msgid "'%s' was deleted by the applypatch-msg hook"
4580 msgid "Malformed input line: '%s'."
4585 msgid "Failed to copy notes from '%s' to '%s'"
4589 msgid "fseek failed"
4594 msgid "could not parse patch '%s'"
4598 msgid "Only one StGIT patch series can be applied at once"
4602 msgid "invalid timestamp"
4605 #: builtin/am.c:904 builtin/am.c:916
4606 msgid "invalid Date line"
4610 msgid "invalid timezone offset"
4613 #: builtin/am.c:1004
4614 msgid "Patch format detection failed."
4617 #: builtin/am.c:1009 builtin/clone.c:402
4619 msgid "failed to create directory '%s'"
4622 #: builtin/am.c:1013
4623 msgid "Failed to split patches."
4626 #: builtin/am.c:1142 builtin/commit.c:376
4627 msgid "unable to write index file"
4630 #: builtin/am.c:1193
4632 msgid "When you have resolved this problem, run \"%s --continue\"."
4635 #: builtin/am.c:1194
4637 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4640 #: builtin/am.c:1195
4642 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4645 #: builtin/am.c:1302
4646 msgid "Patch is empty."
4649 #: builtin/am.c:1368
4651 msgid "invalid ident line: %.*s"
4654 #: builtin/am.c:1390
4656 msgid "unable to parse commit %s"
4659 #: builtin/am.c:1584
4660 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4663 #: builtin/am.c:1586
4664 msgid "Using index info to reconstruct a base tree..."
4667 #: builtin/am.c:1605
4669 "Did you hand edit your patch?\n"
4670 "It does not apply to blobs recorded in its index."
4673 #: builtin/am.c:1611
4674 msgid "Falling back to patching base and 3-way merge..."
4677 #: builtin/am.c:1636
4678 msgid "Failed to merge in the changes."
4681 #: builtin/am.c:1660 builtin/merge.c:641
4682 msgid "git write-tree failed to write a tree"
4685 #: builtin/am.c:1667
4686 msgid "applying to an empty history"
4689 #: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4690 #: builtin/merge.c:849
4691 msgid "failed to write commit object"
4694 #: builtin/am.c:1713 builtin/am.c:1717
4696 msgid "cannot resume: %s does not exist."
4699 #: builtin/am.c:1733
4700 msgid "cannot be interactive without stdin connected to a terminal."
4703 #: builtin/am.c:1738
4704 msgid "Commit Body is:"
4707 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4708 #. in your translation. The program will only accept English
4709 #. input at this point.
4711 #: builtin/am.c:1748
4712 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4715 #: builtin/am.c:1798
4717 msgid "Dirty index: cannot apply patches (dirty: %s)"
4720 #: builtin/am.c:1838 builtin/am.c:1910
4722 msgid "Applying: %.*s"
4725 #: builtin/am.c:1854
4726 msgid "No changes -- Patch already applied."
4729 #: builtin/am.c:1862
4731 msgid "Patch failed at %s %.*s"
4734 #: builtin/am.c:1868
4736 msgid "The copy of the patch that failed is found in: %s"
4739 #: builtin/am.c:1913
4741 "No changes - did you forget to use 'git add'?\n"
4742 "If there is nothing left to stage, chances are that something else\n"
4743 "already introduced the same changes; you might want to skip this patch."
4746 #: builtin/am.c:1920
4748 "You still have unmerged paths in your index.\n"
4749 "You should 'git add' each file with resolved conflicts to mark them as "
4751 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4754 #: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4755 #: builtin/reset.c:340
4757 msgid "Could not parse object '%s'."
4760 #: builtin/am.c:2081
4761 msgid "failed to clean index"
4764 #: builtin/am.c:2116
4766 "You seem to have moved HEAD since the last 'am' failure.\n"
4767 "Not rewinding to ORIG_HEAD"
4770 #: builtin/am.c:2179
4772 msgid "Invalid value for --patch-format: %s"
4775 #: builtin/am.c:2212
4776 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4779 #: builtin/am.c:2213
4780 msgid "git am [<options>] (--continue | --skip | --abort)"
4783 #: builtin/am.c:2219
4784 msgid "run interactively"
4787 #: builtin/am.c:2221
4788 msgid "historical option -- no-op"
4791 #: builtin/am.c:2223
4792 msgid "allow fall back on 3way merging if needed"
4795 #: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4796 #: builtin/repack.c:180
4800 #: builtin/am.c:2226
4801 msgid "add a Signed-off-by line to the commit message"
4804 #: builtin/am.c:2229
4805 msgid "recode into utf8 (default)"
4808 #: builtin/am.c:2231
4809 msgid "pass -k flag to git-mailinfo"
4812 #: builtin/am.c:2233
4813 msgid "pass -b flag to git-mailinfo"
4816 #: builtin/am.c:2235
4817 msgid "pass -m flag to git-mailinfo"
4820 #: builtin/am.c:2237
4821 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4824 #: builtin/am.c:2240
4825 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4828 #: builtin/am.c:2243
4829 msgid "strip everything before a scissors line"
4832 #: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4833 #: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4834 #: builtin/am.c:2272
4835 msgid "pass it through git-apply"
4838 #: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4839 #: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4840 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4841 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4842 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4846 #: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4847 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4851 #: builtin/am.c:2269
4852 msgid "format the patch(es) are in"
4855 #: builtin/am.c:2275
4856 msgid "override error message when patch failure occurs"
4859 #: builtin/am.c:2277
4860 msgid "continue applying patches after resolving a conflict"
4863 #: builtin/am.c:2280
4864 msgid "synonyms for --continue"
4867 #: builtin/am.c:2283
4868 msgid "skip the current patch"
4871 #: builtin/am.c:2286
4872 msgid "restore the original branch and abort the patching operation."
4875 #: builtin/am.c:2290
4876 msgid "lie about committer date"
4879 #: builtin/am.c:2292
4880 msgid "use current timestamp for author date"
4883 #: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4884 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4888 #: builtin/am.c:2295
4889 msgid "GPG-sign commits"
4892 #: builtin/am.c:2298
4893 msgid "(internal use for git-rebase)"
4896 #: builtin/am.c:2316
4898 "The -b/--binary option has been a no-op for long time, and\n"
4899 "it will be removed. Please do not use it anymore."
4902 #: builtin/am.c:2323
4903 msgid "failed to read the index"
4906 #: builtin/am.c:2338
4908 msgid "previous rebase directory %s still exists but mbox given."
4911 #: builtin/am.c:2362
4914 "Stray %s directory found.\n"
4915 "Use \"git am --abort\" to remove it."
4918 #: builtin/am.c:2368
4919 msgid "Resolve operation not in progress, we are not resuming."
4922 #: builtin/apply.c:8
4923 msgid "git apply [<options>] [<patch>...]"
4926 #: builtin/archive.c:17
4928 msgid "could not create archive file '%s'"
4931 #: builtin/archive.c:20
4932 msgid "could not redirect output"
4935 #: builtin/archive.c:37
4936 msgid "git archive: Remote with no URL"
4939 #: builtin/archive.c:58
4940 msgid "git archive: expected ACK/NAK, got EOF"
4943 #: builtin/archive.c:61
4945 msgid "git archive: NACK %s"
4948 #: builtin/archive.c:64
4949 msgid "git archive: protocol error"
4952 #: builtin/archive.c:68
4953 msgid "git archive: expected a flush"
4956 #: builtin/bisect--helper.c:7
4957 msgid "git bisect--helper --next-all [--no-checkout]"
4960 #: builtin/bisect--helper.c:17
4961 msgid "perform 'git bisect next'"
4964 #: builtin/bisect--helper.c:19
4965 msgid "update BISECT_HEAD instead of checking out the current commit"
4968 #: builtin/blame.c:27
4969 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4972 #: builtin/blame.c:32
4973 msgid "<rev-opts> are documented in git-rev-list(1)"
4976 #: builtin/blame.c:668
4977 msgid "Show blame entries as we find them, incrementally"
4980 #: builtin/blame.c:669
4981 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4984 #: builtin/blame.c:670
4985 msgid "Do not treat root commits as boundaries (Default: off)"
4988 #: builtin/blame.c:671
4989 msgid "Show work cost statistics"
4992 #: builtin/blame.c:672
4993 msgid "Force progress reporting"
4996 #: builtin/blame.c:673
4997 msgid "Show output score for blame entries"
5000 #: builtin/blame.c:674
5001 msgid "Show original filename (Default: auto)"
5004 #: builtin/blame.c:675
5005 msgid "Show original linenumber (Default: off)"
5008 #: builtin/blame.c:676
5009 msgid "Show in a format designed for machine consumption"
5012 #: builtin/blame.c:677
5013 msgid "Show porcelain format with per-line commit information"
5016 #: builtin/blame.c:678
5017 msgid "Use the same output mode as git-annotate (Default: off)"
5020 #: builtin/blame.c:679
5021 msgid "Show raw timestamp (Default: off)"
5024 #: builtin/blame.c:680
5025 msgid "Show long commit SHA1 (Default: off)"
5028 #: builtin/blame.c:681
5029 msgid "Suppress author name and timestamp (Default: off)"
5032 #: builtin/blame.c:682
5033 msgid "Show author email instead of name (Default: off)"
5036 #: builtin/blame.c:683
5037 msgid "Ignore whitespace differences"
5040 #: builtin/blame.c:690
5041 msgid "Use an experimental heuristic to improve diffs"
5044 #: builtin/blame.c:692
5045 msgid "Spend extra cycles to find better match"
5048 #: builtin/blame.c:693
5049 msgid "Use revisions from <file> instead of calling git-rev-list"
5052 #: builtin/blame.c:694
5053 msgid "Use <file>'s contents as the final image"
5056 #: builtin/blame.c:695 builtin/blame.c:696
5060 #: builtin/blame.c:695
5061 msgid "Find line copies within and across files"
5064 #: builtin/blame.c:696
5065 msgid "Find line movements within and across files"
5068 #: builtin/blame.c:697
5072 #: builtin/blame.c:697
5073 msgid "Process only line range n,m, counting from 1"
5076 #: builtin/blame.c:744
5077 msgid "--progress can't be used with --incremental or porcelain formats"
5080 #. TRANSLATORS: This string is used to tell us the
5081 #. maximum display width for a relative timestamp in
5082 #. "git blame" output. For C locale, "4 years, 11
5083 #. months ago", which takes 22 places, is the longest
5084 #. among various forms of relative timestamps, but
5085 #. your language may need more or fewer display
5088 #: builtin/blame.c:795
5089 msgid "4 years, 11 months ago"
5092 #: builtin/blame.c:882
5094 msgid "file %s has only %lu line"
5095 msgid_plural "file %s has only %lu lines"
5099 #: builtin/blame.c:928
5100 msgid "Blaming lines"
5103 #: builtin/branch.c:27
5104 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5107 #: builtin/branch.c:28
5108 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5111 #: builtin/branch.c:29
5112 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5115 #: builtin/branch.c:30
5116 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5119 #: builtin/branch.c:31
5120 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5123 #: builtin/branch.c:32
5124 msgid "git branch [<options>] [-r | -a] [--points-at]"
5127 #: builtin/branch.c:33
5128 msgid "git branch [<options>] [-r | -a] [--format]"
5131 #: builtin/branch.c:146
5134 "deleting branch '%s' that has been merged to\n"
5135 " '%s', but not yet merged to HEAD."
5138 #: builtin/branch.c:150
5141 "not deleting branch '%s' that is not yet merged to\n"
5142 " '%s', even though it is merged to HEAD."
5145 #: builtin/branch.c:164
5147 msgid "Couldn't look up commit object for '%s'"
5150 #: builtin/branch.c:168
5153 "The branch '%s' is not fully merged.\n"
5154 "If you are sure you want to delete it, run 'git branch -D %s'."
5157 #: builtin/branch.c:181
5158 msgid "Update of config-file failed"
5161 #: builtin/branch.c:212
5162 msgid "cannot use -a with -d"
5165 #: builtin/branch.c:218
5166 msgid "Couldn't look up commit object for HEAD"
5169 #: builtin/branch.c:232
5171 msgid "Cannot delete branch '%s' checked out at '%s'"
5174 #: builtin/branch.c:247
5176 msgid "remote-tracking branch '%s' not found."
5179 #: builtin/branch.c:248
5181 msgid "branch '%s' not found."
5184 #: builtin/branch.c:263
5186 msgid "Error deleting remote-tracking branch '%s'"
5189 #: builtin/branch.c:264
5191 msgid "Error deleting branch '%s'"
5194 #: builtin/branch.c:271
5196 msgid "Deleted remote-tracking branch %s (was %s).\n"
5199 #: builtin/branch.c:272
5201 msgid "Deleted branch %s (was %s).\n"
5204 #: builtin/branch.c:417 builtin/tag.c:58
5205 msgid "unable to parse format string"
5208 #: builtin/branch.c:450
5210 msgid "Branch %s is being rebased at %s"
5213 #: builtin/branch.c:454
5215 msgid "Branch %s is being bisected at %s"
5218 #: builtin/branch.c:470
5219 msgid "cannot copy the current branch while not on any."
5222 #: builtin/branch.c:472
5223 msgid "cannot rename the current branch while not on any."
5226 #: builtin/branch.c:483
5228 msgid "Invalid branch name: '%s'"
5231 #: builtin/branch.c:504
5232 msgid "Branch rename failed"
5235 #: builtin/branch.c:506
5236 msgid "Branch copy failed"
5239 #: builtin/branch.c:510
5241 msgid "Copied a misnamed branch '%s' away"
5244 #: builtin/branch.c:513
5246 msgid "Renamed a misnamed branch '%s' away"
5249 #: builtin/branch.c:519
5251 msgid "Branch renamed to %s, but HEAD is not updated!"
5254 #: builtin/branch.c:528
5255 msgid "Branch is renamed, but update of config-file failed"
5258 #: builtin/branch.c:530
5259 msgid "Branch is copied, but update of config-file failed"
5262 #: builtin/branch.c:546
5265 "Please edit the description for the branch\n"
5267 "Lines starting with '%c' will be stripped.\n"
5270 #: builtin/branch.c:579
5271 msgid "Generic options"
5274 #: builtin/branch.c:581
5275 msgid "show hash and subject, give twice for upstream branch"
5278 #: builtin/branch.c:582
5279 msgid "suppress informational messages"
5282 #: builtin/branch.c:583
5283 msgid "set up tracking mode (see git-pull(1))"
5286 #: builtin/branch.c:585
5290 #: builtin/branch.c:587
5294 #: builtin/branch.c:587
5295 msgid "change the upstream info"
5298 #: builtin/branch.c:588
5299 msgid "Unset the upstream info"
5302 #: builtin/branch.c:589
5303 msgid "use colored output"
5306 #: builtin/branch.c:590
5307 msgid "act on remote-tracking branches"
5310 #: builtin/branch.c:592 builtin/branch.c:594
5311 msgid "print only branches that contain the commit"
5314 #: builtin/branch.c:593 builtin/branch.c:595
5315 msgid "print only branches that don't contain the commit"
5318 #: builtin/branch.c:598
5319 msgid "Specific git-branch actions:"
5322 #: builtin/branch.c:599
5323 msgid "list both remote-tracking and local branches"
5326 #: builtin/branch.c:601
5327 msgid "delete fully merged branch"
5330 #: builtin/branch.c:602
5331 msgid "delete branch (even if not merged)"
5334 #: builtin/branch.c:603
5335 msgid "move/rename a branch and its reflog"
5338 #: builtin/branch.c:604
5339 msgid "move/rename a branch, even if target exists"
5342 #: builtin/branch.c:605
5343 msgid "copy a branch and its reflog"
5346 #: builtin/branch.c:606
5347 msgid "copy a branch, even if target exists"
5350 #: builtin/branch.c:607
5351 msgid "list branch names"
5354 #: builtin/branch.c:608
5355 msgid "create the branch's reflog"
5358 #: builtin/branch.c:610
5359 msgid "edit the description for the branch"
5362 #: builtin/branch.c:611
5363 msgid "force creation, move/rename, deletion"
5366 #: builtin/branch.c:612
5367 msgid "print only branches that are merged"
5370 #: builtin/branch.c:613
5371 msgid "print only branches that are not merged"
5374 #: builtin/branch.c:614
5375 msgid "list branches in columns"
5378 #: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5382 #: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5383 msgid "field name to sort on"
5386 #: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5387 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5388 #: builtin/tag.c:408
5392 #: builtin/branch.c:619
5393 msgid "print only branches of the object"
5396 #: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5397 msgid "sorting and filtering are case insensitive"
5400 #: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5401 #: builtin/verify-tag.c:39
5402 msgid "format to use for the output"
5405 #: builtin/branch.c:645 builtin/clone.c:729
5406 msgid "HEAD not found below refs/heads!"
5409 #: builtin/branch.c:668
5410 msgid "--column and --verbose are incompatible"
5413 #: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5414 msgid "branch name required"
5417 #: builtin/branch.c:708
5418 msgid "Cannot give description to detached HEAD"
5421 #: builtin/branch.c:713
5422 msgid "cannot edit description of more than one branch"
5425 #: builtin/branch.c:720
5427 msgid "No commit on branch '%s' yet."
5430 #: builtin/branch.c:723
5432 msgid "No branch named '%s'."
5435 #: builtin/branch.c:738
5436 msgid "too many branches for a copy operation"
5439 #: builtin/branch.c:747
5440 msgid "too many arguments for a rename operation"
5443 #: builtin/branch.c:752
5444 msgid "too many arguments to set new upstream"
5447 #: builtin/branch.c:756
5450 "could not set upstream of HEAD to %s when it does not point to any branch."
5453 #: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5455 msgid "no such branch '%s'"
5458 #: builtin/branch.c:763
5460 msgid "branch '%s' does not exist"
5463 #: builtin/branch.c:775
5464 msgid "too many arguments to unset upstream"
5467 #: builtin/branch.c:779
5468 msgid "could not unset upstream of HEAD when it does not point to any branch."
5471 #: builtin/branch.c:785
5473 msgid "Branch '%s' has no upstream information"
5476 #: builtin/branch.c:797
5477 msgid "it does not make sense to create 'HEAD' manually"
5480 #: builtin/branch.c:803
5481 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5484 #: builtin/branch.c:806
5486 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5487 "'--set-upstream-to' instead."
5490 #: builtin/bundle.c:45
5492 msgid "%s is okay\n"
5495 #: builtin/bundle.c:58
5496 msgid "Need a repository to create a bundle."
5499 #: builtin/bundle.c:62
5500 msgid "Need a repository to unbundle."
5503 #: builtin/cat-file.c:521
5505 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5506 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5509 #: builtin/cat-file.c:522
5511 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5515 #: builtin/cat-file.c:559
5516 msgid "<type> can be one of: blob, tree, commit, tag"
5519 #: builtin/cat-file.c:560
5520 msgid "show object type"
5523 #: builtin/cat-file.c:561
5524 msgid "show object size"
5527 #: builtin/cat-file.c:563
5528 msgid "exit with zero when there's no error"
5531 #: builtin/cat-file.c:564
5532 msgid "pretty-print object's content"
5535 #: builtin/cat-file.c:566
5536 msgid "for blob objects, run textconv on object's content"
5539 #: builtin/cat-file.c:568
5540 msgid "for blob objects, run filters on object's content"
5543 #: builtin/cat-file.c:569 git-submodule.sh:943
5547 #: builtin/cat-file.c:570
5548 msgid "use a specific path for --textconv/--filters"
5551 #: builtin/cat-file.c:572
5552 msgid "allow -s and -t to work with broken/corrupt objects"
5555 #: builtin/cat-file.c:573
5556 msgid "buffer --batch output"
5559 #: builtin/cat-file.c:575
5560 msgid "show info and content of objects fed from the standard input"
5563 #: builtin/cat-file.c:578
5564 msgid "show info about objects fed from the standard input"
5567 #: builtin/cat-file.c:581
5568 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5571 #: builtin/cat-file.c:583
5572 msgid "show all objects with --batch or --batch-check"
5575 #: builtin/check-attr.c:12
5576 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5579 #: builtin/check-attr.c:13
5580 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5583 #: builtin/check-attr.c:20
5584 msgid "report all attributes set on file"
5587 #: builtin/check-attr.c:21
5588 msgid "use .gitattributes only from the index"
5591 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5592 msgid "read file names from stdin"
5595 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5596 msgid "terminate input and output records by a NUL character"
5599 #: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5600 msgid "suppress progress reporting"
5603 #: builtin/check-ignore.c:28
5604 msgid "show non-matching input paths"
5607 #: builtin/check-ignore.c:30
5608 msgid "ignore index when checking"
5611 #: builtin/check-ignore.c:158
5612 msgid "cannot specify pathnames with --stdin"
5615 #: builtin/check-ignore.c:161
5616 msgid "-z only makes sense with --stdin"
5619 #: builtin/check-ignore.c:163
5620 msgid "no path specified"
5623 #: builtin/check-ignore.c:167
5624 msgid "--quiet is only valid with a single pathname"
5627 #: builtin/check-ignore.c:169
5628 msgid "cannot have both --quiet and --verbose"
5631 #: builtin/check-ignore.c:172
5632 msgid "--non-matching is only valid with --verbose"
5635 #: builtin/check-mailmap.c:9
5636 msgid "git check-mailmap [<options>] <contact>..."
5639 #: builtin/check-mailmap.c:14
5640 msgid "also read contacts from stdin"
5643 #: builtin/check-mailmap.c:25
5645 msgid "unable to parse contact: %s"
5648 #: builtin/check-mailmap.c:48
5649 msgid "no contacts specified"
5652 #: builtin/checkout-index.c:128
5653 msgid "git checkout-index [<options>] [--] [<file>...]"
5656 #: builtin/checkout-index.c:145
5657 msgid "stage should be between 1 and 3 or all"
5660 #: builtin/checkout-index.c:161
5661 msgid "check out all files in the index"
5664 #: builtin/checkout-index.c:162
5665 msgid "force overwrite of existing files"
5668 #: builtin/checkout-index.c:164
5669 msgid "no warning for existing files and files not in index"
5672 #: builtin/checkout-index.c:166
5673 msgid "don't checkout new files"
5676 #: builtin/checkout-index.c:168
5677 msgid "update stat information in the index file"
5680 #: builtin/checkout-index.c:172
5681 msgid "read list of paths from the standard input"
5684 #: builtin/checkout-index.c:174
5685 msgid "write the content to temporary files"
5688 #: builtin/checkout-index.c:175 builtin/column.c:31
5689 #: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5690 #: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5691 #: builtin/worktree.c:498
5695 #: builtin/checkout-index.c:176
5696 msgid "when creating files, prepend <string>"
5699 #: builtin/checkout-index.c:178
5700 msgid "copy out the files from named stage"
5703 #: builtin/checkout.c:26
5704 msgid "git checkout [<options>] <branch>"
5707 #: builtin/checkout.c:27
5708 msgid "git checkout [<options>] [<branch>] -- <file>..."
5711 #: builtin/checkout.c:135 builtin/checkout.c:168
5713 msgid "path '%s' does not have our version"
5716 #: builtin/checkout.c:137 builtin/checkout.c:170
5718 msgid "path '%s' does not have their version"
5721 #: builtin/checkout.c:153
5723 msgid "path '%s' does not have all necessary versions"
5726 #: builtin/checkout.c:197
5728 msgid "path '%s' does not have necessary versions"
5731 #: builtin/checkout.c:214
5733 msgid "path '%s': cannot merge"
5736 #: builtin/checkout.c:231
5738 msgid "Unable to add merge result for '%s'"
5741 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5742 #: builtin/checkout.c:262
5744 msgid "'%s' cannot be used with updating paths"
5747 #: builtin/checkout.c:265 builtin/checkout.c:268
5749 msgid "'%s' cannot be used with %s"
5752 #: builtin/checkout.c:271
5754 msgid "Cannot update paths and switch to branch '%s' at the same time."
5757 #: builtin/checkout.c:342 builtin/checkout.c:349
5759 msgid "path '%s' is unmerged"
5762 #: builtin/checkout.c:501
5763 msgid "you need to resolve your current index first"
5766 #: builtin/checkout.c:632
5768 msgid "Can not do reflog for '%s': %s\n"
5771 #: builtin/checkout.c:673
5772 msgid "HEAD is now at"
5775 #: builtin/checkout.c:677 builtin/clone.c:683
5776 msgid "unable to update HEAD"
5779 #: builtin/checkout.c:681
5781 msgid "Reset branch '%s'\n"
5784 #: builtin/checkout.c:684
5786 msgid "Already on '%s'\n"
5789 #: builtin/checkout.c:688
5791 msgid "Switched to and reset branch '%s'\n"
5794 #: builtin/checkout.c:690 builtin/checkout.c:1086
5796 msgid "Switched to a new branch '%s'\n"
5799 #: builtin/checkout.c:692
5801 msgid "Switched to branch '%s'\n"
5804 #: builtin/checkout.c:743
5806 msgid " ... and %d more.\n"
5809 #: builtin/checkout.c:749
5812 "Warning: you are leaving %d commit behind, not connected to\n"
5813 "any of your branches:\n"
5817 "Warning: you are leaving %d commits behind, not connected to\n"
5818 "any of your branches:\n"
5824 #: builtin/checkout.c:768
5827 "If you want to keep it by creating a new branch, this may be a good time\n"
5830 " git branch <new-branch-name> %s\n"
5833 "If you want to keep them by creating a new branch, this may be a good time\n"
5836 " git branch <new-branch-name> %s\n"
5841 #: builtin/checkout.c:809
5842 msgid "internal error in revision walk"
5845 #: builtin/checkout.c:813
5846 msgid "Previous HEAD position was"
5849 #: builtin/checkout.c:843 builtin/checkout.c:1081
5850 msgid "You are on a branch yet to be born"
5853 #: builtin/checkout.c:987
5855 msgid "only one reference expected, %d given."
5858 #: builtin/checkout.c:1027 builtin/worktree.c:233
5860 msgid "invalid reference: %s"
5863 #: builtin/checkout.c:1056
5865 msgid "reference is not a tree: %s"
5868 #: builtin/checkout.c:1095
5869 msgid "paths cannot be used with switching branches"
5872 #: builtin/checkout.c:1098 builtin/checkout.c:1102
5874 msgid "'%s' cannot be used with switching branches"
5877 #: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5878 #: builtin/checkout.c:1117
5880 msgid "'%s' cannot be used with '%s'"
5883 #: builtin/checkout.c:1122
5885 msgid "Cannot switch branch to a non-commit '%s'"
5888 #: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5889 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5890 #: builtin/worktree.c:348
5894 #: builtin/checkout.c:1155
5895 msgid "create and checkout a new branch"
5898 #: builtin/checkout.c:1157
5899 msgid "create/reset and checkout a branch"
5902 #: builtin/checkout.c:1158
5903 msgid "create reflog for new branch"
5906 #: builtin/checkout.c:1159 builtin/worktree.c:350
5907 msgid "detach HEAD at named commit"
5910 #: builtin/checkout.c:1160
5911 msgid "set upstream info for new branch"
5914 #: builtin/checkout.c:1162
5918 #: builtin/checkout.c:1162
5919 msgid "new unparented branch"
5922 #: builtin/checkout.c:1163
5923 msgid "checkout our version for unmerged files"
5926 #: builtin/checkout.c:1165
5927 msgid "checkout their version for unmerged files"
5930 #: builtin/checkout.c:1167
5931 msgid "force checkout (throw away local modifications)"
5934 #: builtin/checkout.c:1168
5935 msgid "perform a 3-way merge with the new branch"
5938 #: builtin/checkout.c:1169 builtin/merge.c:238
5939 msgid "update ignored files (default)"
5942 #: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5946 #: builtin/checkout.c:1171
5947 msgid "conflict style (merge or diff3)"
5950 #: builtin/checkout.c:1174
5951 msgid "do not limit pathspecs to sparse entries only"
5954 #: builtin/checkout.c:1176
5955 msgid "second guess 'git checkout <no-such-branch>'"
5958 #: builtin/checkout.c:1178
5959 msgid "do not check if another worktree is holding the given ref"
5962 #: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5963 #: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5964 #: builtin/send-pack.c:173
5965 msgid "force progress reporting"
5968 #: builtin/checkout.c:1212
5969 msgid "-b, -B and --orphan are mutually exclusive"
5972 #: builtin/checkout.c:1229
5973 msgid "--track needs a branch name"
5976 #: builtin/checkout.c:1234
5977 msgid "Missing branch name; try -b"
5980 #: builtin/checkout.c:1270
5981 msgid "invalid path specification"
5984 #: builtin/checkout.c:1277
5986 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5989 #: builtin/checkout.c:1281
5991 msgid "git checkout: --detach does not take a path argument '%s'"
5994 #: builtin/checkout.c:1285
5996 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5997 "checking out of the index."
6000 #: builtin/clean.c:26
6002 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6005 #: builtin/clean.c:30
6007 msgid "Removing %s\n"
6010 #: builtin/clean.c:31
6012 msgid "Would remove %s\n"
6015 #: builtin/clean.c:32
6017 msgid "Skipping repository %s\n"
6020 #: builtin/clean.c:33
6022 msgid "Would skip repository %s\n"
6025 #: builtin/clean.c:34
6027 msgid "failed to remove %s"
6030 #: builtin/clean.c:301 git-add--interactive.perl:572
6034 "1 - select a numbered item\n"
6035 "foo - select item based on unique prefix\n"
6036 " - (empty) select nothing\n"
6039 #: builtin/clean.c:305 git-add--interactive.perl:581
6043 "1 - select a single item\n"
6044 "3-5 - select a range of items\n"
6045 "2-3,6-9 - select multiple ranges\n"
6046 "foo - select item based on unique prefix\n"
6047 "-... - unselect specified items\n"
6048 "* - choose all items\n"
6049 " - (empty) finish selecting\n"
6052 #: builtin/clean.c:521 git-add--interactive.perl:547
6053 #: git-add--interactive.perl:552
6054 #, c-format, perl-format
6058 #: builtin/clean.c:663
6060 msgid "Input ignore patterns>> "
6063 #: builtin/clean.c:700
6065 msgid "WARNING: Cannot find items matched by: %s"
6068 #: builtin/clean.c:721
6069 msgid "Select items to delete"
6072 #. TRANSLATORS: Make sure to keep [y/N] as is
6073 #: builtin/clean.c:762
6075 msgid "Remove %s [y/N]? "
6078 #: builtin/clean.c:787 git-add--interactive.perl:1616
6083 #: builtin/clean.c:795
6085 "clean - start cleaning\n"
6086 "filter by pattern - exclude items from deletion\n"
6087 "select by numbers - select items to be deleted by numbers\n"
6088 "ask each - confirm each deletion (like \"rm -i\")\n"
6089 "quit - stop cleaning\n"
6090 "help - this screen\n"
6091 "? - help for prompt selection"
6094 #: builtin/clean.c:822 git-add--interactive.perl:1692
6095 msgid "*** Commands ***"
6098 #: builtin/clean.c:823 git-add--interactive.perl:1689
6102 #: builtin/clean.c:831
6103 msgid "Would remove the following item:"
6104 msgid_plural "Would remove the following items:"
6108 #: builtin/clean.c:847
6109 msgid "No more files to clean, exiting."
6112 #: builtin/clean.c:909
6113 msgid "do not print names of files removed"
6116 #: builtin/clean.c:911
6120 #: builtin/clean.c:912
6121 msgid "interactive cleaning"
6124 #: builtin/clean.c:914
6125 msgid "remove whole directories"
6128 #: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6129 #: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6130 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6134 #: builtin/clean.c:916
6135 msgid "add <pattern> to ignore rules"
6138 #: builtin/clean.c:917
6139 msgid "remove ignored files, too"
6142 #: builtin/clean.c:919
6143 msgid "remove only ignored files"
6146 #: builtin/clean.c:937
6147 msgid "-x and -X cannot be used together"
6150 #: builtin/clean.c:941
6152 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6156 #: builtin/clean.c:944
6158 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6162 #: builtin/clone.c:39
6163 msgid "git clone [<options>] [--] <repo> [<dir>]"
6166 #: builtin/clone.c:83
6167 msgid "don't create a checkout"
6170 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6171 msgid "create a bare repository"
6174 #: builtin/clone.c:88
6175 msgid "create a mirror repository (implies bare)"
6178 #: builtin/clone.c:90
6179 msgid "to clone from a local repository"
6182 #: builtin/clone.c:92
6183 msgid "don't use local hardlinks, always copy"
6186 #: builtin/clone.c:94
6187 msgid "setup as shared repository"
6190 #: builtin/clone.c:96 builtin/clone.c:100
6194 #: builtin/clone.c:96 builtin/clone.c:100
6195 msgid "initialize submodules in the clone"
6198 #: builtin/clone.c:103
6199 msgid "number of submodules cloned in parallel"
6202 #: builtin/clone.c:104 builtin/init-db.c:476
6203 msgid "template-directory"
6206 #: builtin/clone.c:105 builtin/init-db.c:477
6207 msgid "directory from which templates will be used"
6210 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6211 #: builtin/submodule--helper.c:1002
6212 msgid "reference repository"
6215 #: builtin/clone.c:111
6216 msgid "use --reference only while cloning"
6219 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6223 #: builtin/clone.c:113
6224 msgid "use <name> instead of 'origin' to track upstream"
6227 #: builtin/clone.c:115
6228 msgid "checkout <branch> instead of the remote's HEAD"
6231 #: builtin/clone.c:117
6232 msgid "path to git-upload-pack on the remote"
6235 #: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6236 #: builtin/pull.c:205
6240 #: builtin/clone.c:119
6241 msgid "create a shallow clone of that depth"
6244 #: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6245 #: parse-options.h:142
6249 #: builtin/clone.c:121
6250 msgid "create a shallow clone since a specific time"
6253 #: builtin/clone.c:122 builtin/fetch.c:141
6257 #: builtin/clone.c:123 builtin/fetch.c:142
6258 msgid "deepen history of shallow clone, excluding rev"
6261 #: builtin/clone.c:125
6262 msgid "clone only one branch, HEAD or --branch"
6265 #: builtin/clone.c:127
6266 msgid "don't clone any tags, and make later fetches not to follow them"
6269 #: builtin/clone.c:129
6270 msgid "any cloned submodules will be shallow"
6273 #: builtin/clone.c:130 builtin/init-db.c:485
6277 #: builtin/clone.c:131 builtin/init-db.c:486
6278 msgid "separate git dir from working tree"
6281 #: builtin/clone.c:132
6285 #: builtin/clone.c:133
6286 msgid "set config inside the new repository"
6289 #: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6290 msgid "use IPv4 addresses only"
6293 #: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6294 msgid "use IPv6 addresses only"
6297 #: builtin/clone.c:273
6299 "No directory name could be guessed.\n"
6300 "Please specify a directory on the command line"
6303 #: builtin/clone.c:326
6305 msgid "info: Could not add alternate for '%s': %s\n"
6308 #: builtin/clone.c:398
6310 msgid "failed to open '%s'"
6313 #: builtin/clone.c:406
6315 msgid "%s exists and is not a directory"
6318 #: builtin/clone.c:420
6320 msgid "failed to stat %s\n"
6323 #: builtin/clone.c:442
6325 msgid "failed to create link '%s'"
6328 #: builtin/clone.c:446
6330 msgid "failed to copy file to '%s'"
6333 #: builtin/clone.c:471
6338 #: builtin/clone.c:483
6340 "Clone succeeded, but checkout failed.\n"
6341 "You can inspect what was checked out with 'git status'\n"
6342 "and retry the checkout with 'git checkout -f HEAD'\n"
6345 #: builtin/clone.c:560
6347 msgid "Could not find remote branch %s to clone."
6350 #: builtin/clone.c:655
6351 msgid "remote did not send all necessary objects"
6354 #: builtin/clone.c:671
6356 msgid "unable to update %s"
6359 #: builtin/clone.c:720
6360 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6363 #: builtin/clone.c:751
6364 msgid "unable to checkout working tree"
6367 #: builtin/clone.c:796
6368 msgid "unable to write parameters to config file"
6371 #: builtin/clone.c:859
6372 msgid "cannot repack to clean up"
6375 #: builtin/clone.c:861
6376 msgid "cannot unlink temporary alternates file"
6379 #: builtin/clone.c:894 builtin/receive-pack.c:1944
6380 msgid "Too many arguments."
6383 #: builtin/clone.c:898
6384 msgid "You must specify a repository to clone."
6387 #: builtin/clone.c:911
6389 msgid "--bare and --origin %s options are incompatible."
6392 #: builtin/clone.c:914
6393 msgid "--bare and --separate-git-dir are incompatible."
6396 #: builtin/clone.c:927
6398 msgid "repository '%s' does not exist"
6401 #: builtin/clone.c:933 builtin/fetch.c:1360
6403 msgid "depth %s is not a positive number"
6406 #: builtin/clone.c:943
6408 msgid "destination path '%s' already exists and is not an empty directory."
6411 #: builtin/clone.c:953
6413 msgid "working tree '%s' already exists."
6416 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6417 #: builtin/worktree.c:240 builtin/worktree.c:270
6419 msgid "could not create leading directories of '%s'"
6422 #: builtin/clone.c:971
6424 msgid "could not create work tree dir '%s'"
6427 #: builtin/clone.c:983
6429 msgid "Cloning into bare repository '%s'...\n"
6432 #: builtin/clone.c:985
6434 msgid "Cloning into '%s'...\n"
6437 #: builtin/clone.c:1009
6439 "clone --recursive is not compatible with both --reference and --reference-if-"
6443 #: builtin/clone.c:1071
6444 msgid "--depth is ignored in local clones; use file:// instead."
6447 #: builtin/clone.c:1073
6448 msgid "--shallow-since is ignored in local clones; use file:// instead."
6451 #: builtin/clone.c:1075
6452 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6455 #: builtin/clone.c:1078
6456 msgid "source repository is shallow, ignoring --local"
6459 #: builtin/clone.c:1083
6460 msgid "--local is ignored"
6463 #: builtin/clone.c:1087
6465 msgid "Don't know how to clone %s"
6468 #: builtin/clone.c:1142 builtin/clone.c:1150
6470 msgid "Remote branch %s not found in upstream %s"
6473 #: builtin/clone.c:1153
6474 msgid "You appear to have cloned an empty repository."
6477 #: builtin/column.c:10
6478 msgid "git column [<options>]"
6481 #: builtin/column.c:27
6482 msgid "lookup config vars"
6485 #: builtin/column.c:28 builtin/column.c:29
6486 msgid "layout to use"
6489 #: builtin/column.c:30
6490 msgid "Maximum width"
6493 #: builtin/column.c:31
6494 msgid "Padding space on left border"
6497 #: builtin/column.c:32
6498 msgid "Padding space on right border"
6501 #: builtin/column.c:33
6502 msgid "Padding space between columns"
6505 #: builtin/column.c:52
6506 msgid "--command must be the first argument"
6509 #: builtin/commit.c:39
6510 msgid "git commit [<options>] [--] <pathspec>..."
6513 #: builtin/commit.c:44
6514 msgid "git status [<options>] [--] <pathspec>..."
6517 #: builtin/commit.c:49
6519 "Your name and email address were configured automatically based\n"
6520 "on your username and hostname. Please check that they are accurate.\n"
6521 "You can suppress this message by setting them explicitly. Run the\n"
6522 "following command and follow the instructions in your editor to edit\n"
6523 "your configuration file:\n"
6525 " git config --global --edit\n"
6527 "After doing this, you may fix the identity used for this commit with:\n"
6529 " git commit --amend --reset-author\n"
6532 #: builtin/commit.c:62
6534 "Your name and email address were configured automatically based\n"
6535 "on your username and hostname. Please check that they are accurate.\n"
6536 "You can suppress this message by setting them explicitly:\n"
6538 " git config --global user.name \"Your Name\"\n"
6539 " git config --global user.email you@example.com\n"
6541 "After doing this, you may fix the identity used for this commit with:\n"
6543 " git commit --amend --reset-author\n"
6546 #: builtin/commit.c:74
6548 "You asked to amend the most recent commit, but doing so would make\n"
6549 "it empty. You can repeat your command with --allow-empty, or you can\n"
6550 "remove the commit entirely with \"git reset HEAD^\".\n"
6553 #: builtin/commit.c:79
6555 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6556 "If you wish to commit it anyway, use:\n"
6558 " git commit --allow-empty\n"
6562 #: builtin/commit.c:86
6563 msgid "Otherwise, please use 'git reset'\n"
6566 #: builtin/commit.c:89
6568 "If you wish to skip this commit, use:\n"
6572 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6573 "the remaining commits.\n"
6576 #: builtin/commit.c:318
6577 msgid "failed to unpack HEAD tree object"
6580 #: builtin/commit.c:359
6581 msgid "unable to create temporary index"
6584 #: builtin/commit.c:365
6585 msgid "interactive add failed"
6588 #: builtin/commit.c:378
6589 msgid "unable to update temporary index"
6592 #: builtin/commit.c:380
6593 msgid "Failed to update main cache tree"
6596 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6597 msgid "unable to write new_index file"
6600 #: builtin/commit.c:461
6601 msgid "cannot do a partial commit during a merge."
6604 #: builtin/commit.c:463
6605 msgid "cannot do a partial commit during a cherry-pick."
6608 #: builtin/commit.c:471
6609 msgid "cannot read the index"
6612 #: builtin/commit.c:490
6613 msgid "unable to write temporary index file"
6616 #: builtin/commit.c:587
6618 msgid "commit '%s' lacks author header"
6621 #: builtin/commit.c:589
6623 msgid "commit '%s' has malformed author line"
6626 #: builtin/commit.c:608
6627 msgid "malformed --author parameter"
6630 #: builtin/commit.c:660
6632 "unable to select a comment character that is not used\n"
6633 "in the current commit message"
6636 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6638 msgid "could not lookup commit %s"
6641 #: builtin/commit.c:709 builtin/shortlog.c:309
6643 msgid "(reading log message from standard input)\n"
6646 #: builtin/commit.c:711
6647 msgid "could not read log from standard input"
6650 #: builtin/commit.c:715
6652 msgid "could not read log file '%s'"
6655 #: builtin/commit.c:742 builtin/commit.c:750
6656 msgid "could not read SQUASH_MSG"
6659 #: builtin/commit.c:747
6660 msgid "could not read MERGE_MSG"
6663 #: builtin/commit.c:801
6664 msgid "could not write commit template"
6667 #: builtin/commit.c:819
6671 "It looks like you may be committing a merge.\n"
6672 "If this is not correct, please remove the file\n"
6677 #: builtin/commit.c:824
6681 "It looks like you may be committing a cherry-pick.\n"
6682 "If this is not correct, please remove the file\n"
6687 #: builtin/commit.c:837
6690 "Please enter the commit message for your changes. Lines starting\n"
6691 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6694 #: builtin/commit.c:844
6697 "Please enter the commit message for your changes. Lines starting\n"
6698 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6699 "An empty message aborts the commit.\n"
6702 #: builtin/commit.c:861
6704 msgid "%sAuthor: %.*s <%.*s>"
6707 #: builtin/commit.c:869
6712 #: builtin/commit.c:876
6714 msgid "%sCommitter: %.*s <%.*s>"
6717 #: builtin/commit.c:893
6718 msgid "Cannot read index"
6721 #: builtin/commit.c:958
6722 msgid "Error building trees"
6725 #: builtin/commit.c:972 builtin/tag.c:252
6727 msgid "Please supply the message using either -m or -F option.\n"
6730 #: builtin/commit.c:1075
6732 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6735 #: builtin/commit.c:1090 builtin/commit.c:1335
6737 msgid "Invalid untracked files mode '%s'"
6740 #: builtin/commit.c:1128
6741 msgid "--long and -z are incompatible"
6744 #: builtin/commit.c:1158
6745 msgid "Using both --reset-author and --author does not make sense"
6748 #: builtin/commit.c:1167
6749 msgid "You have nothing to amend."
6752 #: builtin/commit.c:1170
6753 msgid "You are in the middle of a merge -- cannot amend."
6756 #: builtin/commit.c:1172
6757 msgid "You are in the middle of a cherry-pick -- cannot amend."
6760 #: builtin/commit.c:1175
6761 msgid "Options --squash and --fixup cannot be used together"
6764 #: builtin/commit.c:1185
6765 msgid "Only one of -c/-C/-F/--fixup can be used."
6768 #: builtin/commit.c:1187
6769 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6772 #: builtin/commit.c:1195
6773 msgid "--reset-author can be used only with -C, -c or --amend."
6776 #: builtin/commit.c:1212
6777 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6780 #: builtin/commit.c:1214
6781 msgid "No paths with --include/--only does not make sense."
6784 #: builtin/commit.c:1226 builtin/tag.c:535
6786 msgid "Invalid cleanup mode %s"
6789 #: builtin/commit.c:1231
6790 msgid "Paths with -a does not make sense."
6793 #: builtin/commit.c:1349 builtin/commit.c:1626
6794 msgid "show status concisely"
6797 #: builtin/commit.c:1351 builtin/commit.c:1628
6798 msgid "show branch information"
6801 #: builtin/commit.c:1353
6802 msgid "show stash information"
6805 #: builtin/commit.c:1355
6809 #: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6810 #: builtin/worktree.c:469
6811 msgid "machine-readable output"
6814 #: builtin/commit.c:1358 builtin/commit.c:1632
6815 msgid "show status in long format (default)"
6818 #: builtin/commit.c:1361 builtin/commit.c:1635
6819 msgid "terminate entries with NUL"
6822 #: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6823 #: builtin/fast-export.c:1002 builtin/tag.c:390
6827 #: builtin/commit.c:1364 builtin/commit.c:1638
6828 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6831 #: builtin/commit.c:1367
6832 msgid "show ignored files"
6835 #: builtin/commit.c:1368 parse-options.h:155
6839 #: builtin/commit.c:1369
6841 "ignore changes to submodules, optional when: all, dirty, untracked. "
6845 #: builtin/commit.c:1371
6846 msgid "list untracked files in columns"
6849 #: builtin/commit.c:1449
6850 msgid "couldn't look up newly created commit"
6853 #: builtin/commit.c:1451
6854 msgid "could not parse newly created commit"
6857 #: builtin/commit.c:1496
6858 msgid "detached HEAD"
6861 #: builtin/commit.c:1499
6862 msgid " (root-commit)"
6865 #: builtin/commit.c:1596
6866 msgid "suppress summary after successful commit"
6869 #: builtin/commit.c:1597
6870 msgid "show diff in commit message template"
6873 #: builtin/commit.c:1599
6874 msgid "Commit message options"
6877 #: builtin/commit.c:1600 builtin/tag.c:388
6878 msgid "read message from file"
6881 #: builtin/commit.c:1601
6885 #: builtin/commit.c:1601
6886 msgid "override author for commit"
6889 #: builtin/commit.c:1602 builtin/gc.c:359
6893 #: builtin/commit.c:1602
6894 msgid "override date for commit"
6897 #: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6898 #: builtin/notes.c:565 builtin/tag.c:386
6902 #: builtin/commit.c:1603
6903 msgid "commit message"
6906 #: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6907 #: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6911 #: builtin/commit.c:1604
6912 msgid "reuse and edit message from specified commit"
6915 #: builtin/commit.c:1605
6916 msgid "reuse message from specified commit"
6919 #: builtin/commit.c:1606
6920 msgid "use autosquash formatted message to fixup specified commit"
6923 #: builtin/commit.c:1607
6924 msgid "use autosquash formatted message to squash specified commit"
6927 #: builtin/commit.c:1608
6928 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6931 #: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6932 #: builtin/revert.c:105
6933 msgid "add Signed-off-by:"
6936 #: builtin/commit.c:1610
6937 msgid "use specified template file"
6940 #: builtin/commit.c:1611
6941 msgid "force edit of commit"
6944 #: builtin/commit.c:1612
6948 #: builtin/commit.c:1612 builtin/tag.c:391
6949 msgid "how to strip spaces and #comments from message"
6952 #: builtin/commit.c:1613
6953 msgid "include status in commit message template"
6956 #: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6957 #: builtin/revert.c:113
6958 msgid "GPG sign commit"
6961 #: builtin/commit.c:1618
6962 msgid "Commit contents options"
6965 #: builtin/commit.c:1619
6966 msgid "commit all changed files"
6969 #: builtin/commit.c:1620
6970 msgid "add specified files to index for commit"
6973 #: builtin/commit.c:1621
6974 msgid "interactively add files"
6977 #: builtin/commit.c:1622
6978 msgid "interactively add changes"
6981 #: builtin/commit.c:1623
6982 msgid "commit only specified files"
6985 #: builtin/commit.c:1624
6986 msgid "bypass pre-commit and commit-msg hooks"
6989 #: builtin/commit.c:1625
6990 msgid "show what would be committed"
6993 #: builtin/commit.c:1636
6994 msgid "amend previous commit"
6997 #: builtin/commit.c:1637
6998 msgid "bypass post-rewrite hook"
7001 #: builtin/commit.c:1642
7002 msgid "ok to record an empty change"
7005 #: builtin/commit.c:1644
7006 msgid "ok to record a change with an empty message"
7009 #: builtin/commit.c:1674
7010 msgid "could not parse HEAD commit"
7013 #: builtin/commit.c:1719
7015 msgid "Corrupt MERGE_HEAD file (%s)"
7018 #: builtin/commit.c:1726
7019 msgid "could not read MERGE_MODE"
7022 #: builtin/commit.c:1745
7024 msgid "could not read commit message: %s"
7027 #: builtin/commit.c:1756
7029 msgid "Aborting commit due to empty commit message.\n"
7032 #: builtin/commit.c:1761
7034 msgid "Aborting commit; you did not edit the message.\n"
7037 #: builtin/commit.c:1809
7039 "Repository has been updated, but unable to write\n"
7040 "new_index file. Check that disk is not full and quota is\n"
7041 "not exceeded, and then \"git reset HEAD\" to recover."
7044 #: builtin/config.c:10
7045 msgid "git config [<options>]"
7048 #: builtin/config.c:57
7049 msgid "Config file location"
7052 #: builtin/config.c:58
7053 msgid "use global config file"
7056 #: builtin/config.c:59
7057 msgid "use system config file"
7060 #: builtin/config.c:60
7061 msgid "use repository config file"
7064 #: builtin/config.c:61
7065 msgid "use given config file"
7068 #: builtin/config.c:62
7072 #: builtin/config.c:62
7073 msgid "read config from given blob object"
7076 #: builtin/config.c:63
7080 #: builtin/config.c:64
7081 msgid "get value: name [value-regex]"
7084 #: builtin/config.c:65
7085 msgid "get all values: key [value-regex]"
7088 #: builtin/config.c:66
7089 msgid "get values for regexp: name-regex [value-regex]"
7092 #: builtin/config.c:67
7093 msgid "get value specific for the URL: section[.var] URL"
7096 #: builtin/config.c:68
7097 msgid "replace all matching variables: name value [value_regex]"
7100 #: builtin/config.c:69
7101 msgid "add a new variable: name value"
7104 #: builtin/config.c:70
7105 msgid "remove a variable: name [value-regex]"
7108 #: builtin/config.c:71
7109 msgid "remove all matches: name [value-regex]"
7112 #: builtin/config.c:72
7113 msgid "rename section: old-name new-name"
7116 #: builtin/config.c:73
7117 msgid "remove a section: name"
7120 #: builtin/config.c:74
7124 #: builtin/config.c:75
7125 msgid "open an editor"
7128 #: builtin/config.c:76
7129 msgid "find the color configured: slot [default]"
7132 #: builtin/config.c:77
7133 msgid "find the color setting: slot [stdout-is-tty]"
7136 #: builtin/config.c:78
7140 #: builtin/config.c:79
7141 msgid "value is \"true\" or \"false\""
7144 #: builtin/config.c:80
7145 msgid "value is decimal number"
7148 #: builtin/config.c:81
7149 msgid "value is --bool or --int"
7152 #: builtin/config.c:82
7153 msgid "value is a path (file or directory name)"
7156 #: builtin/config.c:83
7160 #: builtin/config.c:84
7161 msgid "terminate values with NUL byte"
7164 #: builtin/config.c:85
7165 msgid "show variable names only"
7168 #: builtin/config.c:86
7169 msgid "respect include directives on lookup"
7172 #: builtin/config.c:87
7173 msgid "show origin of config (file, standard input, blob, command line)"
7176 #: builtin/config.c:327
7177 msgid "unable to parse default color value"
7180 #: builtin/config.c:471
7183 "# This is Git's per-user configuration file.\n"
7185 "# Please adapt and uncomment the following lines:\n"
7190 #: builtin/config.c:499
7191 msgid "--local can only be used inside a git repository"
7194 #: builtin/config.c:624
7196 msgid "cannot create configuration file %s"
7199 #: builtin/config.c:637
7202 "cannot overwrite multiple values with a single value\n"
7203 " Use a regexp, --add or --replace-all to change %s."
7206 #: builtin/count-objects.c:88
7207 msgid "git count-objects [-v] [-H | --human-readable]"
7210 #: builtin/count-objects.c:98
7211 msgid "print sizes in human readable format"
7214 #: builtin/describe.c:19
7215 msgid "git describe [<options>] [<commit-ish>...]"
7218 #: builtin/describe.c:20
7219 msgid "git describe [<options>] --dirty"
7222 #: builtin/describe.c:54
7226 #: builtin/describe.c:54
7230 #: builtin/describe.c:54
7234 #: builtin/describe.c:264
7236 msgid "annotated tag %s not available"
7239 #: builtin/describe.c:268
7241 msgid "annotated tag %s has no embedded name"
7244 #: builtin/describe.c:270
7246 msgid "tag '%s' is really '%s' here"
7249 #: builtin/describe.c:297 builtin/log.c:493
7251 msgid "Not a valid object name %s"
7254 #: builtin/describe.c:300
7256 msgid "%s is not a valid '%s' object"
7259 #: builtin/describe.c:317
7261 msgid "no tag exactly matches '%s'"
7264 #: builtin/describe.c:319
7266 msgid "searching to describe %s\n"
7269 #: builtin/describe.c:366
7271 msgid "finished search at %s\n"
7274 #: builtin/describe.c:393
7277 "No annotated tags can describe '%s'.\n"
7278 "However, there were unannotated tags: try --tags."
7281 #: builtin/describe.c:397
7284 "No tags can describe '%s'.\n"
7285 "Try --always, or create some tags."
7288 #: builtin/describe.c:427
7290 msgid "traversed %lu commits\n"
7293 #: builtin/describe.c:430
7296 "more than %i tags found; listed %i most recent\n"
7297 "gave up search at %s\n"
7300 #: builtin/describe.c:452
7301 msgid "find the tag that comes after the commit"
7304 #: builtin/describe.c:453
7305 msgid "debug search strategy on stderr"
7308 #: builtin/describe.c:454
7312 #: builtin/describe.c:455
7313 msgid "use any tag, even unannotated"
7316 #: builtin/describe.c:456
7317 msgid "always use long format"
7320 #: builtin/describe.c:457
7321 msgid "only follow first parent"
7324 #: builtin/describe.c:460
7325 msgid "only output exact matches"
7328 #: builtin/describe.c:462
7329 msgid "consider <n> most recent tags (default: 10)"
7332 #: builtin/describe.c:464
7333 msgid "only consider tags matching <pattern>"
7336 #: builtin/describe.c:466
7337 msgid "do not consider tags matching <pattern>"
7340 #: builtin/describe.c:468 builtin/name-rev.c:406
7341 msgid "show abbreviated commit object as fallback"
7344 #: builtin/describe.c:469 builtin/describe.c:472
7348 #: builtin/describe.c:470
7349 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7352 #: builtin/describe.c:473
7353 msgid "append <mark> on broken working tree (default: \"-broken\")"
7356 #: builtin/describe.c:491
7357 msgid "--long is incompatible with --abbrev=0"
7360 #: builtin/describe.c:520
7361 msgid "No names found, cannot describe anything."
7364 #: builtin/describe.c:563
7365 msgid "--dirty is incompatible with commit-ishes"
7368 #: builtin/describe.c:565
7369 msgid "--broken is incompatible with commit-ishes"
7372 #: builtin/diff.c:83
7374 msgid "'%s': not a regular file or symlink"
7377 #: builtin/diff.c:235
7379 msgid "invalid option: %s"
7382 #: builtin/diff.c:357
7383 msgid "Not a git repository"
7386 #: builtin/diff.c:400
7388 msgid "invalid object '%s' given."
7391 #: builtin/diff.c:409
7393 msgid "more than two blobs given: '%s'"
7396 #: builtin/diff.c:414
7398 msgid "unhandled object '%s' given."
7401 #: builtin/difftool.c:29
7402 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7405 #: builtin/difftool.c:259
7410 #: builtin/difftool.c:301
7412 msgid "could not read symlink %s"
7415 #: builtin/difftool.c:303
7417 msgid "could not read symlink file %s"
7420 #: builtin/difftool.c:311
7422 msgid "could not read object %s for symlink %s"
7425 #: builtin/difftool.c:412
7427 "combined diff formats('-c' and '--cc') are not supported in\n"
7428 "directory diff mode('-d' and '--dir-diff')."
7431 #: builtin/difftool.c:633
7433 msgid "both files modified: '%s' and '%s'."
7436 #: builtin/difftool.c:635
7437 msgid "working tree file has been left."
7440 #: builtin/difftool.c:646
7442 msgid "temporary files exist in '%s'."
7445 #: builtin/difftool.c:647
7446 msgid "you may want to cleanup or recover these."
7449 #: builtin/difftool.c:696
7450 msgid "use `diff.guitool` instead of `diff.tool`"
7453 #: builtin/difftool.c:698
7454 msgid "perform a full-directory diff"
7457 #: builtin/difftool.c:700
7458 msgid "do not prompt before launching a diff tool"
7461 #: builtin/difftool.c:706
7462 msgid "use symlinks in dir-diff mode"
7465 #: builtin/difftool.c:707
7469 #: builtin/difftool.c:708
7470 msgid "use the specified diff tool"
7473 #: builtin/difftool.c:710
7474 msgid "print a list of diff tools that may be used with `--tool`"
7477 #: builtin/difftool.c:713
7479 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7483 #: builtin/difftool.c:715
7487 #: builtin/difftool.c:716
7488 msgid "specify a custom command for viewing diffs"
7491 #: builtin/difftool.c:740
7492 msgid "no <tool> given for --tool=<tool>"
7495 #: builtin/difftool.c:747
7496 msgid "no <cmd> given for --extcmd=<cmd>"
7499 #: builtin/fast-export.c:26
7500 msgid "git fast-export [rev-list-opts]"
7503 #: builtin/fast-export.c:998
7504 msgid "show progress after <n> objects"
7507 #: builtin/fast-export.c:1000
7508 msgid "select handling of signed tags"
7511 #: builtin/fast-export.c:1003
7512 msgid "select handling of tags that tag filtered objects"
7515 #: builtin/fast-export.c:1006
7516 msgid "Dump marks to this file"
7519 #: builtin/fast-export.c:1008
7520 msgid "Import marks from this file"
7523 #: builtin/fast-export.c:1010
7524 msgid "Fake a tagger when tags lack one"
7527 #: builtin/fast-export.c:1012
7528 msgid "Output full tree for each commit"
7531 #: builtin/fast-export.c:1014
7532 msgid "Use the done feature to terminate the stream"
7535 #: builtin/fast-export.c:1015
7536 msgid "Skip output of blob data"
7539 #: builtin/fast-export.c:1016
7543 #: builtin/fast-export.c:1017
7544 msgid "Apply refspec to exported refs"
7547 #: builtin/fast-export.c:1018
7548 msgid "anonymize output"
7551 #: builtin/fetch.c:23
7552 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7555 #: builtin/fetch.c:24
7556 msgid "git fetch [<options>] <group>"
7559 #: builtin/fetch.c:25
7560 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7563 #: builtin/fetch.c:26
7564 msgid "git fetch --all [<options>]"
7567 #: builtin/fetch.c:112 builtin/pull.c:182
7568 msgid "fetch from all remotes"
7571 #: builtin/fetch.c:114 builtin/pull.c:185
7572 msgid "append to .git/FETCH_HEAD instead of overwriting"
7575 #: builtin/fetch.c:116 builtin/pull.c:188
7576 msgid "path to upload pack on remote end"
7579 #: builtin/fetch.c:117 builtin/pull.c:190
7580 msgid "force overwrite of local branch"
7583 #: builtin/fetch.c:119
7584 msgid "fetch from multiple remotes"
7587 #: builtin/fetch.c:121 builtin/pull.c:192
7588 msgid "fetch all tags and associated objects"
7591 #: builtin/fetch.c:123
7592 msgid "do not fetch all tags (--no-tags)"
7595 #: builtin/fetch.c:125
7596 msgid "number of submodules fetched in parallel"
7599 #: builtin/fetch.c:127 builtin/pull.c:195
7600 msgid "prune remote-tracking branches no longer on remote"
7603 #: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7607 #: builtin/fetch.c:129
7608 msgid "control recursive fetching of submodules"
7611 #: builtin/fetch.c:133 builtin/pull.c:203
7612 msgid "keep downloaded pack"
7615 #: builtin/fetch.c:135
7616 msgid "allow updating of HEAD ref"
7619 #: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7620 msgid "deepen history of shallow clone"
7623 #: builtin/fetch.c:140
7624 msgid "deepen history of shallow repository based on time"
7627 #: builtin/fetch.c:146 builtin/pull.c:209
7628 msgid "convert to a complete repository"
7631 #: builtin/fetch.c:148 builtin/log.c:1456
7635 #: builtin/fetch.c:149
7636 msgid "prepend this to submodule path output"
7639 #: builtin/fetch.c:152
7641 "default for recursive fetching of submodules (lower priority than config "
7645 #: builtin/fetch.c:156 builtin/pull.c:212
7646 msgid "accept refs that update .git/shallow"
7649 #: builtin/fetch.c:157 builtin/pull.c:214
7653 #: builtin/fetch.c:158 builtin/pull.c:215
7654 msgid "specify fetch refmap"
7657 #: builtin/fetch.c:416
7658 msgid "Couldn't find remote ref HEAD"
7661 #: builtin/fetch.c:534
7663 msgid "configuration fetch.output contains invalid value %s"
7666 #: builtin/fetch.c:627
7668 msgid "object %s not found"
7671 #: builtin/fetch.c:631
7672 msgid "[up to date]"
7675 #: builtin/fetch.c:644 builtin/fetch.c:724
7679 #: builtin/fetch.c:645
7680 msgid "can't fetch in current branch"
7683 #: builtin/fetch.c:654
7684 msgid "[tag update]"
7687 #: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7688 #: builtin/fetch.c:719
7689 msgid "unable to update local ref"
7692 #: builtin/fetch.c:674
7696 #: builtin/fetch.c:677
7697 msgid "[new branch]"
7700 #: builtin/fetch.c:680
7704 #: builtin/fetch.c:719
7705 msgid "forced update"
7708 #: builtin/fetch.c:724
7709 msgid "non-fast-forward"
7712 #: builtin/fetch.c:769
7714 msgid "%s did not send all necessary objects\n"
7717 #: builtin/fetch.c:789
7719 msgid "reject %s because shallow roots are not allowed to be updated"
7722 #: builtin/fetch.c:877 builtin/fetch.c:973
7727 #: builtin/fetch.c:888
7730 "some local refs could not be updated; try running\n"
7731 " 'git remote prune %s' to remove any old, conflicting branches"
7734 #: builtin/fetch.c:943
7736 msgid " (%s will become dangling)"
7739 #: builtin/fetch.c:944
7741 msgid " (%s has become dangling)"
7744 #: builtin/fetch.c:976
7748 #: builtin/fetch.c:977 builtin/remote.c:1024
7752 #: builtin/fetch.c:1000
7754 msgid "Refusing to fetch into current branch %s of non-bare repository"
7757 #: builtin/fetch.c:1019
7759 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7762 #: builtin/fetch.c:1022
7764 msgid "Option \"%s\" is ignored for %s\n"
7767 #: builtin/fetch.c:1098
7769 msgid "Don't know how to fetch from %s"
7772 #: builtin/fetch.c:1258
7774 msgid "Fetching %s\n"
7777 #: builtin/fetch.c:1260 builtin/remote.c:97
7779 msgid "Could not fetch %s"
7782 #: builtin/fetch.c:1278
7784 "No remote repository specified. Please, specify either a URL or a\n"
7785 "remote name from which new revisions should be fetched."
7788 #: builtin/fetch.c:1301
7789 msgid "You need to specify a tag name."
7792 #: builtin/fetch.c:1344
7793 msgid "Negative depth in --deepen is not supported"
7796 #: builtin/fetch.c:1346
7797 msgid "--deepen and --depth are mutually exclusive"
7800 #: builtin/fetch.c:1351
7801 msgid "--depth and --unshallow cannot be used together"
7804 #: builtin/fetch.c:1353
7805 msgid "--unshallow on a complete repository does not make sense"
7808 #: builtin/fetch.c:1366
7809 msgid "fetch --all does not take a repository argument"
7812 #: builtin/fetch.c:1368
7813 msgid "fetch --all does not make sense with refspecs"
7816 #: builtin/fetch.c:1379
7818 msgid "No such remote or remote group: %s"
7821 #: builtin/fetch.c:1387
7822 msgid "Fetching a group and specifying refspecs does not make sense"
7825 #: builtin/fmt-merge-msg.c:15
7827 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7830 #: builtin/fmt-merge-msg.c:665
7831 msgid "populate log with at most <n> entries from shortlog"
7834 #: builtin/fmt-merge-msg.c:668
7835 msgid "alias for --log (deprecated)"
7838 #: builtin/fmt-merge-msg.c:671
7842 #: builtin/fmt-merge-msg.c:672
7843 msgid "use <text> as start of message"
7846 #: builtin/fmt-merge-msg.c:673
7847 msgid "file to read from"
7850 #: builtin/for-each-ref.c:10
7851 msgid "git for-each-ref [<options>] [<pattern>]"
7854 #: builtin/for-each-ref.c:11
7855 msgid "git for-each-ref [--points-at <object>]"
7858 #: builtin/for-each-ref.c:12
7859 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7862 #: builtin/for-each-ref.c:13
7863 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7866 #: builtin/for-each-ref.c:28
7867 msgid "quote placeholders suitably for shells"
7870 #: builtin/for-each-ref.c:30
7871 msgid "quote placeholders suitably for perl"
7874 #: builtin/for-each-ref.c:32
7875 msgid "quote placeholders suitably for python"
7878 #: builtin/for-each-ref.c:34
7879 msgid "quote placeholders suitably for Tcl"
7882 #: builtin/for-each-ref.c:37
7883 msgid "show only <n> matched refs"
7886 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7887 msgid "respect format colors"
7890 #: builtin/for-each-ref.c:43
7891 msgid "print only refs which points at the given object"
7894 #: builtin/for-each-ref.c:45
7895 msgid "print only refs that are merged"
7898 #: builtin/for-each-ref.c:46
7899 msgid "print only refs that are not merged"
7902 #: builtin/for-each-ref.c:47
7903 msgid "print only refs which contain the commit"
7906 #: builtin/for-each-ref.c:48
7907 msgid "print only refs which don't contain the commit"
7910 #: builtin/fsck.c:543
7911 msgid "Checking object directories"
7914 #: builtin/fsck.c:635
7915 msgid "git fsck [<options>] [<object>...]"
7918 #: builtin/fsck.c:641
7919 msgid "show unreachable objects"
7922 #: builtin/fsck.c:642
7923 msgid "show dangling objects"
7926 #: builtin/fsck.c:643
7930 #: builtin/fsck.c:644
7931 msgid "report root nodes"
7934 #: builtin/fsck.c:645
7935 msgid "make index objects head nodes"
7938 #: builtin/fsck.c:646
7939 msgid "make reflogs head nodes (default)"
7942 #: builtin/fsck.c:647
7943 msgid "also consider packs and alternate objects"
7946 #: builtin/fsck.c:648
7947 msgid "check only connectivity"
7950 #: builtin/fsck.c:649
7951 msgid "enable more strict checking"
7954 #: builtin/fsck.c:651
7955 msgid "write dangling objects in .git/lost-found"
7958 #: builtin/fsck.c:652 builtin/prune.c:107
7959 msgid "show progress"
7962 #: builtin/fsck.c:653
7963 msgid "show verbose names for reachable objects"
7966 #: builtin/fsck.c:714
7967 msgid "Checking objects"
7971 msgid "git gc [<options>]"
7976 msgid "Failed to fstat %s: %s"
7981 msgid "Can't stat %s"
7987 "The last gc run reported the following. Please correct the root cause\n"
7989 "Automatic cleanup will not be performed until the file is removed.\n"
7995 msgid "prune unreferenced objects"
7999 msgid "be more thorough (increased runtime)"
8003 msgid "enable auto-gc mode"
8007 msgid "force running gc even if there may be another gc running"
8012 msgid "Failed to parse gc.logexpiry value %s"
8017 msgid "Auto packing the repository in background for optimum performance.\n"
8022 msgid "Auto packing the repository for optimum performance.\n"
8027 msgid "See \"git help gc\" for manual housekeeping.\n"
8033 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8038 "There are too many unreachable loose objects; run 'git prune' to remove them."
8041 #: builtin/grep.c:27
8042 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8045 #: builtin/grep.c:226
8047 msgid "grep: failed to create thread: %s"
8050 #: builtin/grep.c:284
8052 msgid "invalid number of threads specified (%d) for %s"
8055 #. TRANSLATORS: %s is the configuration
8056 #. variable for tweaking threads, currently
8059 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8061 msgid "no threads support, ignoring %s"
8064 #: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8066 msgid "unable to read tree (%s)"
8069 #: builtin/grep.c:628
8071 msgid "unable to grep from object of type %s"
8074 #: builtin/grep.c:694
8076 msgid "switch `%c' expects a numerical value"
8079 #: builtin/grep.c:781
8080 msgid "search in index instead of in the work tree"
8083 #: builtin/grep.c:783
8084 msgid "find in contents not managed by git"
8087 #: builtin/grep.c:785
8088 msgid "search in both tracked and untracked files"
8091 #: builtin/grep.c:787
8092 msgid "ignore files specified via '.gitignore'"
8095 #: builtin/grep.c:789
8096 msgid "recursively search in each submodule"
8099 #: builtin/grep.c:792
8100 msgid "show non-matching lines"
8103 #: builtin/grep.c:794
8104 msgid "case insensitive matching"
8107 #: builtin/grep.c:796
8108 msgid "match patterns only at word boundaries"
8111 #: builtin/grep.c:798
8112 msgid "process binary files as text"
8115 #: builtin/grep.c:800
8116 msgid "don't match patterns in binary files"
8119 #: builtin/grep.c:803
8120 msgid "process binary files with textconv filters"
8123 #: builtin/grep.c:805
8124 msgid "descend at most <depth> levels"
8127 #: builtin/grep.c:809
8128 msgid "use extended POSIX regular expressions"
8131 #: builtin/grep.c:812
8132 msgid "use basic POSIX regular expressions (default)"
8135 #: builtin/grep.c:815
8136 msgid "interpret patterns as fixed strings"
8139 #: builtin/grep.c:818
8140 msgid "use Perl-compatible regular expressions"
8143 #: builtin/grep.c:821
8144 msgid "show line numbers"
8147 #: builtin/grep.c:822
8148 msgid "don't show filenames"
8151 #: builtin/grep.c:823
8152 msgid "show filenames"
8155 #: builtin/grep.c:825
8156 msgid "show filenames relative to top directory"
8159 #: builtin/grep.c:827
8160 msgid "show only filenames instead of matching lines"
8163 #: builtin/grep.c:829
8164 msgid "synonym for --files-with-matches"
8167 #: builtin/grep.c:832
8168 msgid "show only the names of files without match"
8171 #: builtin/grep.c:834
8172 msgid "print NUL after filenames"
8175 #: builtin/grep.c:836
8176 msgid "show the number of matches instead of matching lines"
8179 #: builtin/grep.c:837
8180 msgid "highlight matches"
8183 #: builtin/grep.c:839
8184 msgid "print empty line between matches from different files"
8187 #: builtin/grep.c:841
8188 msgid "show filename only once above matches from same file"
8191 #: builtin/grep.c:844
8192 msgid "show <n> context lines before and after matches"
8195 #: builtin/grep.c:847
8196 msgid "show <n> context lines before matches"
8199 #: builtin/grep.c:849
8200 msgid "show <n> context lines after matches"
8203 #: builtin/grep.c:851
8204 msgid "use <n> worker threads"
8207 #: builtin/grep.c:852
8208 msgid "shortcut for -C NUM"
8211 #: builtin/grep.c:855
8212 msgid "show a line with the function name before matches"
8215 #: builtin/grep.c:857
8216 msgid "show the surrounding function"
8219 #: builtin/grep.c:860
8220 msgid "read patterns from file"
8223 #: builtin/grep.c:862
8224 msgid "match <pattern>"
8227 #: builtin/grep.c:864
8228 msgid "combine patterns specified with -e"
8231 #: builtin/grep.c:876
8232 msgid "indicate hit with exit status without output"
8235 #: builtin/grep.c:878
8236 msgid "show only matches from files that match all patterns"
8239 #: builtin/grep.c:880
8240 msgid "show parse tree for grep expression"
8243 #: builtin/grep.c:884
8247 #: builtin/grep.c:884
8248 msgid "show matching files in the pager"
8251 #: builtin/grep.c:887
8252 msgid "allow calling of grep(1) (ignored by this build)"
8255 #: builtin/grep.c:950
8256 msgid "no pattern given."
8259 #: builtin/grep.c:982
8260 msgid "--no-index or --untracked cannot be used with revs"
8263 #: builtin/grep.c:989
8265 msgid "unable to resolve revision: %s"
8268 #: builtin/grep.c:1023 builtin/index-pack.c:1491
8270 msgid "invalid number of threads specified (%d)"
8273 #: builtin/grep.c:1028
8274 msgid "no threads support, ignoring --threads"
8277 #: builtin/grep.c:1052
8278 msgid "--open-files-in-pager only works on the worktree"
8281 #: builtin/grep.c:1075
8282 msgid "option not supported with --recurse-submodules."
8285 #: builtin/grep.c:1081
8286 msgid "--cached or --untracked cannot be used with --no-index."
8289 #: builtin/grep.c:1087
8290 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8293 #: builtin/grep.c:1095
8294 msgid "both --cached and trees are given."
8297 #: builtin/hash-object.c:82
8299 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8303 #: builtin/hash-object.c:83
8304 msgid "git hash-object --stdin-paths"
8307 #: builtin/hash-object.c:95
8311 #: builtin/hash-object.c:95
8315 #: builtin/hash-object.c:96
8316 msgid "write the object into the object database"
8319 #: builtin/hash-object.c:98
8320 msgid "read the object from stdin"
8323 #: builtin/hash-object.c:100
8324 msgid "store file as is without filters"
8327 #: builtin/hash-object.c:101
8329 "just hash any random garbage to create corrupt objects for debugging Git"
8332 #: builtin/hash-object.c:102
8333 msgid "process file as it were from this path"
8336 #: builtin/help.c:43
8337 msgid "print all available commands"
8340 #: builtin/help.c:44
8341 msgid "exclude guides"
8344 #: builtin/help.c:45
8345 msgid "print list of useful guides"
8348 #: builtin/help.c:46
8349 msgid "show man page"
8352 #: builtin/help.c:47
8353 msgid "show manual in web browser"
8356 #: builtin/help.c:49
8357 msgid "show info page"
8360 #: builtin/help.c:55
8361 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8364 #: builtin/help.c:67
8366 msgid "unrecognized help format '%s'"
8369 #: builtin/help.c:94
8370 msgid "Failed to start emacsclient."
8373 #: builtin/help.c:107
8374 msgid "Failed to parse emacsclient version."
8377 #: builtin/help.c:115
8379 msgid "emacsclient version '%d' too old (< 22)."
8382 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8384 msgid "failed to exec '%s'"
8387 #: builtin/help.c:211
8390 "'%s': path for unsupported man viewer.\n"
8391 "Please consider using 'man.<tool>.cmd' instead."
8394 #: builtin/help.c:223
8397 "'%s': cmd for supported man viewer.\n"
8398 "Please consider using 'man.<tool>.path' instead."
8401 #: builtin/help.c:340
8403 msgid "'%s': unknown man viewer."
8406 #: builtin/help.c:357
8407 msgid "no man viewer handled the request"
8410 #: builtin/help.c:365
8411 msgid "no info viewer handled the request"
8414 #: builtin/help.c:407
8415 msgid "Defining attributes per path"
8418 #: builtin/help.c:408
8419 msgid "Everyday Git With 20 Commands Or So"
8422 #: builtin/help.c:409
8423 msgid "A Git glossary"
8426 #: builtin/help.c:410
8427 msgid "Specifies intentionally untracked files to ignore"
8430 #: builtin/help.c:411
8431 msgid "Defining submodule properties"
8434 #: builtin/help.c:412
8435 msgid "Specifying revisions and ranges for Git"
8438 #: builtin/help.c:413
8439 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8442 #: builtin/help.c:414
8443 msgid "An overview of recommended workflows with Git"
8446 #: builtin/help.c:426
8447 msgid "The common Git guides are:\n"
8450 #: builtin/help.c:444
8452 msgid "'%s' is aliased to '%s'"
8455 #: builtin/help.c:466 builtin/help.c:483
8460 #: builtin/index-pack.c:156
8462 msgid "unable to open %s"
8465 #: builtin/index-pack.c:206
8467 msgid "object type mismatch at %s"
8470 #: builtin/index-pack.c:226
8472 msgid "did not receive expected object %s"
8475 #: builtin/index-pack.c:229
8477 msgid "object %s: expected type %s, found %s"
8480 #: builtin/index-pack.c:271
8482 msgid "cannot fill %d byte"
8483 msgid_plural "cannot fill %d bytes"
8487 #: builtin/index-pack.c:281
8491 #: builtin/index-pack.c:282
8492 msgid "read error on input"
8495 #: builtin/index-pack.c:294
8496 msgid "used more bytes than were available"
8499 #: builtin/index-pack.c:301
8500 msgid "pack too large for current definition of off_t"
8503 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8504 msgid "pack exceeds maximum allowed size"
8507 #: builtin/index-pack.c:319
8509 msgid "unable to create '%s'"
8512 #: builtin/index-pack.c:325
8514 msgid "cannot open packfile '%s'"
8517 #: builtin/index-pack.c:339
8518 msgid "pack signature mismatch"
8521 #: builtin/index-pack.c:341
8523 msgid "pack version %<PRIu32> unsupported"
8526 #: builtin/index-pack.c:359
8528 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8531 #: builtin/index-pack.c:480
8533 msgid "inflate returned %d"
8536 #: builtin/index-pack.c:529
8537 msgid "offset value overflow for delta base object"
8540 #: builtin/index-pack.c:537
8541 msgid "delta base offset is out of bound"
8544 #: builtin/index-pack.c:545
8546 msgid "unknown object type %d"
8549 #: builtin/index-pack.c:576
8550 msgid "cannot pread pack file"
8553 #: builtin/index-pack.c:578
8555 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8556 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8560 #: builtin/index-pack.c:604
8561 msgid "serious inflate inconsistency"
8564 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8565 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8567 msgid "SHA1 COLLISION FOUND WITH %s !"
8570 #: builtin/index-pack.c:752 builtin/pack-objects.c:168
8571 #: builtin/pack-objects.c:262
8573 msgid "unable to read %s"
8576 #: builtin/index-pack.c:815
8578 msgid "cannot read existing object info %s"
8581 #: builtin/index-pack.c:823
8583 msgid "cannot read existing object %s"
8586 #: builtin/index-pack.c:837
8588 msgid "invalid blob object %s"
8591 #: builtin/index-pack.c:852
8596 #: builtin/index-pack.c:855
8597 msgid "Error in object"
8600 #: builtin/index-pack.c:857
8602 msgid "Not all child objects of %s are reachable"
8605 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8606 msgid "failed to apply delta"
8609 #: builtin/index-pack.c:1131
8610 msgid "Receiving objects"
8613 #: builtin/index-pack.c:1131
8614 msgid "Indexing objects"
8617 #: builtin/index-pack.c:1165
8618 msgid "pack is corrupted (SHA1 mismatch)"
8621 #: builtin/index-pack.c:1170
8622 msgid "cannot fstat packfile"
8625 #: builtin/index-pack.c:1173
8626 msgid "pack has junk at the end"
8629 #: builtin/index-pack.c:1185
8630 msgid "confusion beyond insanity in parse_pack_objects()"
8633 #: builtin/index-pack.c:1208
8634 msgid "Resolving deltas"
8637 #: builtin/index-pack.c:1219
8639 msgid "unable to create thread: %s"
8642 #: builtin/index-pack.c:1261
8643 msgid "confusion beyond insanity"
8646 #: builtin/index-pack.c:1267
8648 msgid "completed with %d local object"
8649 msgid_plural "completed with %d local objects"
8653 #: builtin/index-pack.c:1279
8655 msgid "Unexpected tail checksum for %s (disk corruption?)"
8658 #: builtin/index-pack.c:1283
8660 msgid "pack has %d unresolved delta"
8661 msgid_plural "pack has %d unresolved deltas"
8665 #: builtin/index-pack.c:1307
8667 msgid "unable to deflate appended object (%d)"
8670 #: builtin/index-pack.c:1383
8672 msgid "local object %s is corrupt"
8675 #: builtin/index-pack.c:1409
8676 msgid "error while closing pack file"
8679 #: builtin/index-pack.c:1421
8681 msgid "cannot write keep file '%s'"
8684 #: builtin/index-pack.c:1429
8686 msgid "cannot close written keep file '%s'"
8689 #: builtin/index-pack.c:1439
8690 msgid "cannot store pack file"
8693 #: builtin/index-pack.c:1447
8694 msgid "cannot store index file"
8697 #: builtin/index-pack.c:1485
8699 msgid "bad pack.indexversion=%<PRIu32>"
8702 #: builtin/index-pack.c:1553
8704 msgid "Cannot open existing pack file '%s'"
8707 #: builtin/index-pack.c:1555
8709 msgid "Cannot open existing pack idx file for '%s'"
8712 #: builtin/index-pack.c:1603
8714 msgid "non delta: %d object"
8715 msgid_plural "non delta: %d objects"
8719 #: builtin/index-pack.c:1610
8721 msgid "chain length = %d: %lu object"
8722 msgid_plural "chain length = %d: %lu objects"
8726 #: builtin/index-pack.c:1623
8728 msgid "packfile name '%s' does not end with '.pack'"
8731 #: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8732 #: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8737 #: builtin/index-pack.c:1744
8738 msgid "--fix-thin cannot be used without --stdin"
8741 #: builtin/index-pack.c:1746
8742 msgid "--stdin requires a git repository"
8745 #: builtin/index-pack.c:1754
8746 msgid "--verify with no packfile name given"
8749 #: builtin/init-db.c:55
8751 msgid "cannot stat '%s'"
8754 #: builtin/init-db.c:61
8756 msgid "cannot stat template '%s'"
8759 #: builtin/init-db.c:66
8761 msgid "cannot opendir '%s'"
8764 #: builtin/init-db.c:77
8766 msgid "cannot readlink '%s'"
8769 #: builtin/init-db.c:79
8771 msgid "cannot symlink '%s' '%s'"
8774 #: builtin/init-db.c:85
8776 msgid "cannot copy '%s' to '%s'"
8779 #: builtin/init-db.c:89
8781 msgid "ignoring template %s"
8784 #: builtin/init-db.c:120
8786 msgid "templates not found %s"
8789 #: builtin/init-db.c:135
8791 msgid "not copying templates from '%s': %s"
8794 #: builtin/init-db.c:328
8796 msgid "unable to handle file type %d"
8799 #: builtin/init-db.c:331
8801 msgid "unable to move %s to %s"
8804 #: builtin/init-db.c:348 builtin/init-db.c:351
8806 msgid "%s already exists"
8809 #: builtin/init-db.c:404
8811 msgid "Reinitialized existing shared Git repository in %s%s\n"
8814 #: builtin/init-db.c:405
8816 msgid "Reinitialized existing Git repository in %s%s\n"
8819 #: builtin/init-db.c:409
8821 msgid "Initialized empty shared Git repository in %s%s\n"
8824 #: builtin/init-db.c:410
8826 msgid "Initialized empty Git repository in %s%s\n"
8829 #: builtin/init-db.c:458
8831 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8832 "shared[=<permissions>]] [<directory>]"
8835 #: builtin/init-db.c:481
8839 #: builtin/init-db.c:482
8840 msgid "specify that the git repository is to be shared amongst several users"
8843 #: builtin/init-db.c:516 builtin/init-db.c:521
8845 msgid "cannot mkdir %s"
8848 #: builtin/init-db.c:525
8850 msgid "cannot chdir to %s"
8853 #: builtin/init-db.c:546
8856 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8860 #: builtin/init-db.c:574
8862 msgid "Cannot access work tree '%s'"
8865 #: builtin/interpret-trailers.c:15
8867 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8868 "<token>[(=|:)<value>])...] [<file>...]"
8871 #: builtin/interpret-trailers.c:92
8872 msgid "edit files in place"
8875 #: builtin/interpret-trailers.c:93
8876 msgid "trim empty trailers"
8879 #: builtin/interpret-trailers.c:96
8880 msgid "where to place the new trailer"
8883 #: builtin/interpret-trailers.c:98
8884 msgid "action if trailer already exists"
8887 #: builtin/interpret-trailers.c:100
8888 msgid "action if trailer is missing"
8891 #: builtin/interpret-trailers.c:102
8892 msgid "output only the trailers"
8895 #: builtin/interpret-trailers.c:103
8896 msgid "do not apply config rules"
8899 #: builtin/interpret-trailers.c:104
8900 msgid "join whitespace-continued values"
8903 #: builtin/interpret-trailers.c:105
8904 msgid "set parsing options"
8907 #: builtin/interpret-trailers.c:107
8911 #: builtin/interpret-trailers.c:108
8912 msgid "trailer(s) to add"
8915 #: builtin/interpret-trailers.c:117
8916 msgid "--trailer with --only-input does not make sense"
8919 #: builtin/interpret-trailers.c:127
8920 msgid "no input file given for in-place editing"
8924 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8928 msgid "git show [<options>] <object>..."
8933 msgid "invalid --decorate option: %s"
8936 #: builtin/log.c:148
8937 msgid "suppress diff output"
8940 #: builtin/log.c:149
8944 #: builtin/log.c:150
8945 msgid "Use mail map file"
8948 #: builtin/log.c:151
8949 msgid "decorate options"
8952 #: builtin/log.c:154
8953 msgid "Process line range n,m in file, counting from 1"
8956 #: builtin/log.c:250
8958 msgid "Final output: %d %s\n"
8961 #: builtin/log.c:501
8963 msgid "git show %s: bad file"
8966 #: builtin/log.c:516 builtin/log.c:610
8968 msgid "Could not read object %s"
8971 #: builtin/log.c:634
8973 msgid "Unknown type: %d"
8976 #: builtin/log.c:755
8977 msgid "format.headers without value"
8980 #: builtin/log.c:856
8981 msgid "name of output directory is too long"
8984 #: builtin/log.c:872
8986 msgid "Cannot open patch file %s"
8989 #: builtin/log.c:889
8990 msgid "Need exactly one range."
8993 #: builtin/log.c:899
8994 msgid "Not a range."
8997 #: builtin/log.c:1005
8998 msgid "Cover letter needs email format"
9001 #: builtin/log.c:1085
9003 msgid "insane in-reply-to: %s"
9006 #: builtin/log.c:1112
9007 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9010 #: builtin/log.c:1162
9011 msgid "Two output directories?"
9014 #: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9016 msgid "Unknown commit %s"
9019 #: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9021 msgid "Failed to resolve '%s' as a valid ref."
9024 #: builtin/log.c:1284
9025 msgid "Could not find exact merge base."
9028 #: builtin/log.c:1288
9030 "Failed to get upstream, if you want to record base commit automatically,\n"
9031 "please use git branch --set-upstream-to to track a remote branch.\n"
9032 "Or you could specify base commit by --base=<base-commit-id> manually."
9035 #: builtin/log.c:1308
9036 msgid "Failed to find exact merge base"
9039 #: builtin/log.c:1319
9040 msgid "base commit should be the ancestor of revision list"
9043 #: builtin/log.c:1323
9044 msgid "base commit shouldn't be in revision list"
9047 #: builtin/log.c:1372
9048 msgid "cannot get patch id"
9051 #: builtin/log.c:1431
9052 msgid "use [PATCH n/m] even with a single patch"
9055 #: builtin/log.c:1434
9056 msgid "use [PATCH] even with multiple patches"
9059 #: builtin/log.c:1438
9060 msgid "print patches to standard out"
9063 #: builtin/log.c:1440
9064 msgid "generate a cover letter"
9067 #: builtin/log.c:1442
9068 msgid "use simple number sequence for output file names"
9071 #: builtin/log.c:1443
9075 #: builtin/log.c:1444
9076 msgid "use <sfx> instead of '.patch'"
9079 #: builtin/log.c:1446
9080 msgid "start numbering patches at <n> instead of 1"
9083 #: builtin/log.c:1448
9084 msgid "mark the series as Nth re-roll"
9087 #: builtin/log.c:1450
9088 msgid "Use [RFC PATCH] instead of [PATCH]"
9091 #: builtin/log.c:1453
9092 msgid "Use [<prefix>] instead of [PATCH]"
9095 #: builtin/log.c:1456
9096 msgid "store resulting files in <dir>"
9099 #: builtin/log.c:1459
9100 msgid "don't strip/add [PATCH]"
9103 #: builtin/log.c:1462
9104 msgid "don't output binary diffs"
9107 #: builtin/log.c:1464
9108 msgid "output all-zero hash in From header"
9111 #: builtin/log.c:1466
9112 msgid "don't include a patch matching a commit upstream"
9115 #: builtin/log.c:1468
9116 msgid "show patch format instead of default (patch + stat)"
9119 #: builtin/log.c:1470
9123 #: builtin/log.c:1471
9127 #: builtin/log.c:1472
9128 msgid "add email header"
9131 #: builtin/log.c:1473 builtin/log.c:1475
9135 #: builtin/log.c:1473
9136 msgid "add To: header"
9139 #: builtin/log.c:1475
9140 msgid "add Cc: header"
9143 #: builtin/log.c:1477
9147 #: builtin/log.c:1478
9148 msgid "set From address to <ident> (or committer ident if absent)"
9151 #: builtin/log.c:1480
9155 #: builtin/log.c:1481
9156 msgid "make first mail a reply to <message-id>"
9159 #: builtin/log.c:1482 builtin/log.c:1485
9163 #: builtin/log.c:1483
9164 msgid "attach the patch"
9167 #: builtin/log.c:1486
9168 msgid "inline the patch"
9171 #: builtin/log.c:1490
9172 msgid "enable message threading, styles: shallow, deep"
9175 #: builtin/log.c:1492
9179 #: builtin/log.c:1493
9180 msgid "add a signature"
9183 #: builtin/log.c:1494
9187 #: builtin/log.c:1495
9188 msgid "add prerequisite tree info to the patch series"
9191 #: builtin/log.c:1497
9192 msgid "add a signature from a file"
9195 #: builtin/log.c:1498
9196 msgid "don't print the patch filenames"
9199 #: builtin/log.c:1500
9200 msgid "show progress while generating patches"
9203 #: builtin/log.c:1575
9205 msgid "invalid ident line: %s"
9208 #: builtin/log.c:1590
9209 msgid "-n and -k are mutually exclusive."
9212 #: builtin/log.c:1592
9213 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9216 #: builtin/log.c:1600
9217 msgid "--name-only does not make sense"
9220 #: builtin/log.c:1602
9221 msgid "--name-status does not make sense"
9224 #: builtin/log.c:1604
9225 msgid "--check does not make sense"
9228 #: builtin/log.c:1634
9229 msgid "standard output, or directory, which one?"
9232 #: builtin/log.c:1636
9234 msgid "Could not create directory '%s'"
9237 #: builtin/log.c:1729
9239 msgid "unable to read signature file '%s'"
9242 #: builtin/log.c:1761
9243 msgid "Generating patches"
9246 #: builtin/log.c:1805
9247 msgid "Failed to create output files"
9250 #: builtin/log.c:1855
9251 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9254 #: builtin/log.c:1909
9257 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9260 #: builtin/ls-files.c:466
9261 msgid "git ls-files [<options>] [<file>...]"
9264 #: builtin/ls-files.c:515
9265 msgid "identify the file status with tags"
9268 #: builtin/ls-files.c:517
9269 msgid "use lowercase letters for 'assume unchanged' files"
9272 #: builtin/ls-files.c:519
9273 msgid "show cached files in the output (default)"
9276 #: builtin/ls-files.c:521
9277 msgid "show deleted files in the output"
9280 #: builtin/ls-files.c:523
9281 msgid "show modified files in the output"
9284 #: builtin/ls-files.c:525
9285 msgid "show other files in the output"
9288 #: builtin/ls-files.c:527
9289 msgid "show ignored files in the output"
9292 #: builtin/ls-files.c:530
9293 msgid "show staged contents' object name in the output"
9296 #: builtin/ls-files.c:532
9297 msgid "show files on the filesystem that need to be removed"
9300 #: builtin/ls-files.c:534
9301 msgid "show 'other' directories' names only"
9304 #: builtin/ls-files.c:536
9305 msgid "show line endings of files"
9308 #: builtin/ls-files.c:538
9309 msgid "don't show empty directories"
9312 #: builtin/ls-files.c:541
9313 msgid "show unmerged files in the output"
9316 #: builtin/ls-files.c:543
9317 msgid "show resolve-undo information"
9320 #: builtin/ls-files.c:545
9321 msgid "skip files matching pattern"
9324 #: builtin/ls-files.c:548
9325 msgid "exclude patterns are read from <file>"
9328 #: builtin/ls-files.c:551
9329 msgid "read additional per-directory exclude patterns in <file>"
9332 #: builtin/ls-files.c:553
9333 msgid "add the standard git exclusions"
9336 #: builtin/ls-files.c:556
9337 msgid "make the output relative to the project top directory"
9340 #: builtin/ls-files.c:559
9341 msgid "recurse through submodules"
9344 #: builtin/ls-files.c:561
9345 msgid "if any <file> is not in the index, treat this as an error"
9348 #: builtin/ls-files.c:562
9352 #: builtin/ls-files.c:563
9353 msgid "pretend that paths removed since <tree-ish> are still present"
9356 #: builtin/ls-files.c:565
9357 msgid "show debugging data"
9360 #: builtin/ls-remote.c:7
9362 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9363 " [-q | --quiet] [--exit-code] [--get-url]\n"
9364 " [--symref] [<repository> [<refs>...]]"
9367 #: builtin/ls-remote.c:52
9368 msgid "do not print remote URL"
9371 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9375 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9376 msgid "path of git-upload-pack on the remote host"
9379 #: builtin/ls-remote.c:58
9380 msgid "limit to tags"
9383 #: builtin/ls-remote.c:59
9384 msgid "limit to heads"
9387 #: builtin/ls-remote.c:60
9388 msgid "do not show peeled tags"
9391 #: builtin/ls-remote.c:62
9392 msgid "take url.<base>.insteadOf into account"
9395 #: builtin/ls-remote.c:64
9396 msgid "exit with exit code 2 if no matching refs are found"
9399 #: builtin/ls-remote.c:66
9400 msgid "show underlying ref in addition to the object pointed by it"
9403 #: builtin/ls-tree.c:29
9404 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9407 #: builtin/ls-tree.c:127
9408 msgid "only show trees"
9411 #: builtin/ls-tree.c:129
9412 msgid "recurse into subtrees"
9415 #: builtin/ls-tree.c:131
9416 msgid "show trees when recursing"
9419 #: builtin/ls-tree.c:134
9420 msgid "terminate entries with NUL byte"
9423 #: builtin/ls-tree.c:135
9424 msgid "include object size"
9427 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9428 msgid "list only filenames"
9431 #: builtin/ls-tree.c:142
9432 msgid "use full path names"
9435 #: builtin/ls-tree.c:144
9436 msgid "list entire tree; not just current directory (implies --full-name)"
9439 #: builtin/mailsplit.c:241
9441 msgid "empty mbox: '%s'"
9444 #: builtin/merge.c:48
9445 msgid "git merge [<options>] [<commit>...]"
9448 #: builtin/merge.c:49
9449 msgid "git merge --abort"
9452 #: builtin/merge.c:50
9453 msgid "git merge --continue"
9456 #: builtin/merge.c:107
9457 msgid "switch `m' requires a value"
9460 #: builtin/merge.c:144
9462 msgid "Could not find merge strategy '%s'.\n"
9465 #: builtin/merge.c:145
9467 msgid "Available strategies are:"
9470 #: builtin/merge.c:150
9472 msgid "Available custom strategies are:"
9475 #: builtin/merge.c:200 builtin/pull.c:134
9476 msgid "do not show a diffstat at the end of the merge"
9479 #: builtin/merge.c:203 builtin/pull.c:137
9480 msgid "show a diffstat at the end of the merge"
9483 #: builtin/merge.c:204 builtin/pull.c:140
9484 msgid "(synonym to --stat)"
9487 #: builtin/merge.c:206 builtin/pull.c:143
9488 msgid "add (at most <n>) entries from shortlog to merge commit message"
9491 #: builtin/merge.c:209 builtin/pull.c:146
9492 msgid "create a single commit instead of doing a merge"
9495 #: builtin/merge.c:211 builtin/pull.c:149
9496 msgid "perform a commit if the merge succeeds (default)"
9499 #: builtin/merge.c:213 builtin/pull.c:152
9500 msgid "edit message before committing"
9503 #: builtin/merge.c:214
9504 msgid "allow fast-forward (default)"
9507 #: builtin/merge.c:216 builtin/pull.c:158
9508 msgid "abort if fast-forward is not possible"
9511 #: builtin/merge.c:220 builtin/pull.c:161
9512 msgid "verify that the named commit has a valid GPG signature"
9515 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9516 #: builtin/revert.c:109
9520 #: builtin/merge.c:222 builtin/pull.c:166
9521 msgid "merge strategy to use"
9524 #: builtin/merge.c:223 builtin/pull.c:169
9525 msgid "option=value"
9528 #: builtin/merge.c:224 builtin/pull.c:170
9529 msgid "option for selected merge strategy"
9532 #: builtin/merge.c:226
9533 msgid "merge commit message (for a non-fast-forward merge)"
9536 #: builtin/merge.c:230
9537 msgid "abort the current in-progress merge"
9540 #: builtin/merge.c:232
9541 msgid "continue the current in-progress merge"
9544 #: builtin/merge.c:234 builtin/pull.c:177
9545 msgid "allow merging unrelated histories"
9548 #: builtin/merge.c:240
9549 msgid "verify commit-msg hook"
9552 #: builtin/merge.c:265
9553 msgid "could not run stash."
9556 #: builtin/merge.c:270
9557 msgid "stash failed"
9560 #: builtin/merge.c:275
9562 msgid "not a valid object: %s"
9565 #: builtin/merge.c:297 builtin/merge.c:314
9566 msgid "read-tree failed"
9569 #: builtin/merge.c:344
9570 msgid " (nothing to squash)"
9573 #: builtin/merge.c:355
9575 msgid "Squash commit -- not updating HEAD\n"
9578 #: builtin/merge.c:405
9580 msgid "No merge message -- not updating HEAD\n"
9583 #: builtin/merge.c:456
9585 msgid "'%s' does not point to a commit"
9588 #: builtin/merge.c:546
9590 msgid "Bad branch.%s.mergeoptions string: %s"
9593 #: builtin/merge.c:666
9594 msgid "Not handling anything other than two heads merge."
9597 #: builtin/merge.c:680
9599 msgid "Unknown option for merge-recursive: -X%s"
9602 #: builtin/merge.c:695
9604 msgid "unable to write %s"
9607 #: builtin/merge.c:747
9609 msgid "Could not read from '%s'"
9612 #: builtin/merge.c:756
9614 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9617 #: builtin/merge.c:762
9620 "Please enter a commit message to explain why this merge is necessary,\n"
9621 "especially if it merges an updated upstream into a topic branch.\n"
9623 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9627 #: builtin/merge.c:798
9628 msgid "Empty commit message."
9631 #: builtin/merge.c:818
9633 msgid "Wonderful.\n"
9636 #: builtin/merge.c:871
9638 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9641 #: builtin/merge.c:910
9642 msgid "No current branch."
9645 #: builtin/merge.c:912
9646 msgid "No remote for the current branch."
9649 #: builtin/merge.c:914
9650 msgid "No default upstream defined for the current branch."
9653 #: builtin/merge.c:919
9655 msgid "No remote-tracking branch for %s from %s"
9658 #: builtin/merge.c:972
9660 msgid "Bad value '%s' in environment '%s'"
9663 #: builtin/merge.c:1073
9665 msgid "not something we can merge in %s: %s"
9668 #: builtin/merge.c:1107
9669 msgid "not something we can merge"
9672 #: builtin/merge.c:1172
9673 msgid "--abort expects no arguments"
9676 #: builtin/merge.c:1176
9677 msgid "There is no merge to abort (MERGE_HEAD missing)."
9680 #: builtin/merge.c:1188
9681 msgid "--continue expects no arguments"
9684 #: builtin/merge.c:1192
9685 msgid "There is no merge in progress (MERGE_HEAD missing)."
9688 #: builtin/merge.c:1208
9690 "You have not concluded your merge (MERGE_HEAD exists).\n"
9691 "Please, commit your changes before you merge."
9694 #: builtin/merge.c:1215
9696 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9697 "Please, commit your changes before you merge."
9700 #: builtin/merge.c:1218
9701 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9704 #: builtin/merge.c:1227
9705 msgid "You cannot combine --squash with --no-ff."
9708 #: builtin/merge.c:1235
9709 msgid "No commit specified and merge.defaultToUpstream not set."
9712 #: builtin/merge.c:1252
9713 msgid "Squash commit into empty head not supported yet"
9716 #: builtin/merge.c:1254
9717 msgid "Non-fast-forward commit does not make sense into an empty head"
9720 #: builtin/merge.c:1259
9722 msgid "%s - not something we can merge"
9725 #: builtin/merge.c:1261
9726 msgid "Can merge only exactly one commit into empty head"
9729 #: builtin/merge.c:1295
9731 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9734 #: builtin/merge.c:1298
9736 msgid "Commit %s has a bad GPG signature allegedly by %s."
9739 #: builtin/merge.c:1301
9741 msgid "Commit %s does not have a GPG signature."
9744 #: builtin/merge.c:1304
9746 msgid "Commit %s has a good GPG signature by %s\n"
9749 #: builtin/merge.c:1366
9750 msgid "refusing to merge unrelated histories"
9753 #: builtin/merge.c:1375
9754 msgid "Already up to date."
9757 #: builtin/merge.c:1385
9759 msgid "Updating %s..%s\n"
9762 #: builtin/merge.c:1426
9764 msgid "Trying really trivial in-index merge...\n"
9767 #: builtin/merge.c:1433
9772 #: builtin/merge.c:1458
9773 msgid "Already up to date. Yeeah!"
9776 #: builtin/merge.c:1464
9777 msgid "Not possible to fast-forward, aborting."
9780 #: builtin/merge.c:1487 builtin/merge.c:1566
9782 msgid "Rewinding the tree to pristine...\n"
9785 #: builtin/merge.c:1491
9787 msgid "Trying merge strategy %s...\n"
9790 #: builtin/merge.c:1557
9792 msgid "No merge strategy handled the merge.\n"
9795 #: builtin/merge.c:1559
9797 msgid "Merge with strategy %s failed.\n"
9800 #: builtin/merge.c:1568
9802 msgid "Using the %s to prepare resolving by hand.\n"
9805 #: builtin/merge.c:1580
9807 msgid "Automatic merge went well; stopped before committing as requested\n"
9810 #: builtin/merge-base.c:30
9811 msgid "git merge-base [-a | --all] <commit> <commit>..."
9814 #: builtin/merge-base.c:31
9815 msgid "git merge-base [-a | --all] --octopus <commit>..."
9818 #: builtin/merge-base.c:32
9819 msgid "git merge-base --independent <commit>..."
9822 #: builtin/merge-base.c:33
9823 msgid "git merge-base --is-ancestor <commit> <commit>"
9826 #: builtin/merge-base.c:34
9827 msgid "git merge-base --fork-point <ref> [<commit>]"
9830 #: builtin/merge-base.c:218
9831 msgid "output all common ancestors"
9834 #: builtin/merge-base.c:220
9835 msgid "find ancestors for a single n-way merge"
9838 #: builtin/merge-base.c:222
9839 msgid "list revs not reachable from others"
9842 #: builtin/merge-base.c:224
9843 msgid "is the first one ancestor of the other?"
9846 #: builtin/merge-base.c:226
9847 msgid "find where <commit> forked from reflog of <ref>"
9850 #: builtin/merge-file.c:9
9852 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9853 "<orig-file> <file2>"
9856 #: builtin/merge-file.c:33
9857 msgid "send results to standard output"
9860 #: builtin/merge-file.c:34
9861 msgid "use a diff3 based merge"
9864 #: builtin/merge-file.c:35
9865 msgid "for conflicts, use our version"
9868 #: builtin/merge-file.c:37
9869 msgid "for conflicts, use their version"
9872 #: builtin/merge-file.c:39
9873 msgid "for conflicts, use a union version"
9876 #: builtin/merge-file.c:42
9877 msgid "for conflicts, use this marker size"
9880 #: builtin/merge-file.c:43
9881 msgid "do not warn about conflicts"
9884 #: builtin/merge-file.c:45
9885 msgid "set labels for file1/orig-file/file2"
9888 #: builtin/merge-recursive.c:45
9890 msgid "unknown option %s"
9893 #: builtin/merge-recursive.c:51
9895 msgid "could not parse object '%s'"
9898 #: builtin/merge-recursive.c:55
9900 msgid "cannot handle more than %d base. Ignoring %s."
9901 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9905 #: builtin/merge-recursive.c:63
9906 msgid "not handling anything other than two heads merge."
9909 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9911 msgid "could not resolve ref '%s'"
9914 #: builtin/merge-recursive.c:77
9916 msgid "Merging %s with %s\n"
9919 #: builtin/mktree.c:65
9920 msgid "git mktree [-z] [--missing] [--batch]"
9923 #: builtin/mktree.c:153
9924 msgid "input is NUL terminated"
9927 #: builtin/mktree.c:154 builtin/write-tree.c:25
9928 msgid "allow missing objects"
9931 #: builtin/mktree.c:155
9932 msgid "allow creation of more than one tree"
9936 msgid "git mv [<options>] <source>... <destination>"
9941 msgid "Directory %s is in index and no submodule?"
9944 #: builtin/mv.c:85 builtin/rm.c:289
9945 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9950 msgid "%.*s is in index"
9954 msgid "force move/rename even if target exists"
9958 msgid "skip move/rename errors"
9963 msgid "destination '%s' is not a directory"
9968 msgid "Checking rename of '%s' to '%s'\n"
9976 msgid "can not move directory into itself"
9980 msgid "cannot move directory over file"
9984 msgid "source directory is empty"
9988 msgid "not under version control"
9992 msgid "destination exists"
9997 msgid "overwriting '%s'"
10000 #: builtin/mv.c:236
10001 msgid "Cannot overwrite"
10004 #: builtin/mv.c:239
10005 msgid "multiple sources for the same target"
10008 #: builtin/mv.c:241
10009 msgid "destination directory does not exist"
10012 #: builtin/mv.c:248
10014 msgid "%s, source=%s, destination=%s"
10017 #: builtin/mv.c:269
10019 msgid "Renaming %s to %s\n"
10022 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10024 msgid "renaming '%s' failed"
10027 #: builtin/name-rev.c:338
10028 msgid "git name-rev [<options>] <commit>..."
10031 #: builtin/name-rev.c:339
10032 msgid "git name-rev [<options>] --all"
10035 #: builtin/name-rev.c:340
10036 msgid "git name-rev [<options>] --stdin"
10039 #: builtin/name-rev.c:395
10040 msgid "print only names (no SHA-1)"
10043 #: builtin/name-rev.c:396
10044 msgid "only use tags to name the commits"
10047 #: builtin/name-rev.c:398
10048 msgid "only use refs matching <pattern>"
10051 #: builtin/name-rev.c:400
10052 msgid "ignore refs matching <pattern>"
10055 #: builtin/name-rev.c:402
10056 msgid "list all commits reachable from all refs"
10059 #: builtin/name-rev.c:403
10060 msgid "read from stdin"
10063 #: builtin/name-rev.c:404
10064 msgid "allow to print `undefined` names (default)"
10067 #: builtin/name-rev.c:410
10068 msgid "dereference tags in the input (internal use)"
10071 #: builtin/notes.c:26
10072 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10075 #: builtin/notes.c:27
10077 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10078 "| (-c | -C) <object>] [<object>]"
10081 #: builtin/notes.c:28
10082 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10085 #: builtin/notes.c:29
10087 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10088 "(-c | -C) <object>] [<object>]"
10091 #: builtin/notes.c:30
10092 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10095 #: builtin/notes.c:31
10096 msgid "git notes [--ref <notes-ref>] show [<object>]"
10099 #: builtin/notes.c:32
10101 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10104 #: builtin/notes.c:33
10105 msgid "git notes merge --commit [-v | -q]"
10108 #: builtin/notes.c:34
10109 msgid "git notes merge --abort [-v | -q]"
10112 #: builtin/notes.c:35
10113 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10116 #: builtin/notes.c:36
10117 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10120 #: builtin/notes.c:37
10121 msgid "git notes [--ref <notes-ref>] get-ref"
10124 #: builtin/notes.c:42
10125 msgid "git notes [list [<object>]]"
10128 #: builtin/notes.c:47
10129 msgid "git notes add [<options>] [<object>]"
10132 #: builtin/notes.c:52
10133 msgid "git notes copy [<options>] <from-object> <to-object>"
10136 #: builtin/notes.c:53
10137 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10140 #: builtin/notes.c:58
10141 msgid "git notes append [<options>] [<object>]"
10144 #: builtin/notes.c:63
10145 msgid "git notes edit [<object>]"
10148 #: builtin/notes.c:68
10149 msgid "git notes show [<object>]"
10152 #: builtin/notes.c:73
10153 msgid "git notes merge [<options>] <notes-ref>"
10156 #: builtin/notes.c:74
10157 msgid "git notes merge --commit [<options>]"
10160 #: builtin/notes.c:75
10161 msgid "git notes merge --abort [<options>]"
10164 #: builtin/notes.c:80
10165 msgid "git notes remove [<object>]"
10168 #: builtin/notes.c:85
10169 msgid "git notes prune [<options>]"
10172 #: builtin/notes.c:90
10173 msgid "git notes get-ref"
10176 #: builtin/notes.c:95
10177 msgid "Write/edit the notes for the following object:"
10180 #: builtin/notes.c:148
10182 msgid "unable to start 'show' for object '%s'"
10185 #: builtin/notes.c:152
10186 msgid "could not read 'show' output"
10189 #: builtin/notes.c:160
10191 msgid "failed to finish 'show' for object '%s'"
10194 #: builtin/notes.c:195
10195 msgid "please supply the note contents using either -m or -F option"
10198 #: builtin/notes.c:204
10199 msgid "unable to write note object"
10202 #: builtin/notes.c:206
10204 msgid "the note contents have been left in %s"
10207 #: builtin/notes.c:234 builtin/tag.c:500
10209 msgid "cannot read '%s'"
10212 #: builtin/notes.c:236 builtin/tag.c:503
10214 msgid "could not open or read '%s'"
10217 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10218 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10219 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10221 msgid "failed to resolve '%s' as a valid ref."
10224 #: builtin/notes.c:258
10226 msgid "failed to read object '%s'."
10229 #: builtin/notes.c:262
10231 msgid "cannot read note data from non-blob object '%s'."
10234 #: builtin/notes.c:302
10236 msgid "malformed input line: '%s'."
10239 #: builtin/notes.c:317
10241 msgid "failed to copy notes from '%s' to '%s'"
10244 #. TRANSLATORS: the first %s will be replaced by a git
10245 #. notes command: 'add', 'merge', 'remove', etc.
10247 #: builtin/notes.c:349
10249 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10252 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10253 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10254 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10255 msgid "too many parameters"
10258 #: builtin/notes.c:382 builtin/notes.c:668
10260 msgid "no note found for object %s."
10263 #: builtin/notes.c:403 builtin/notes.c:566
10264 msgid "note contents as a string"
10267 #: builtin/notes.c:406 builtin/notes.c:569
10268 msgid "note contents in a file"
10271 #: builtin/notes.c:409 builtin/notes.c:572
10272 msgid "reuse and edit specified note object"
10275 #: builtin/notes.c:412 builtin/notes.c:575
10276 msgid "reuse specified note object"
10279 #: builtin/notes.c:415 builtin/notes.c:578
10280 msgid "allow storing empty note"
10283 #: builtin/notes.c:416 builtin/notes.c:487
10284 msgid "replace existing notes"
10287 #: builtin/notes.c:441
10290 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10294 #: builtin/notes.c:456 builtin/notes.c:535
10296 msgid "Overwriting existing notes for object %s\n"
10299 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10301 msgid "Removing note for object %s\n"
10304 #: builtin/notes.c:488
10305 msgid "read objects from stdin"
10308 #: builtin/notes.c:490
10309 msgid "load rewriting config for <command> (implies --stdin)"
10312 #: builtin/notes.c:508
10313 msgid "too few parameters"
10316 #: builtin/notes.c:529
10319 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10323 #: builtin/notes.c:541
10325 msgid "missing notes on source object %s. Cannot copy."
10328 #: builtin/notes.c:593
10331 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10332 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10335 #: builtin/notes.c:688
10336 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10339 #: builtin/notes.c:690
10340 msgid "failed to delete ref NOTES_MERGE_REF"
10343 #: builtin/notes.c:692
10344 msgid "failed to remove 'git notes merge' worktree"
10347 #: builtin/notes.c:712
10348 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10351 #: builtin/notes.c:714
10352 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10355 #: builtin/notes.c:716
10356 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10359 #: builtin/notes.c:729
10360 msgid "failed to resolve NOTES_MERGE_REF"
10363 #: builtin/notes.c:732
10364 msgid "failed to finalize notes merge"
10367 #: builtin/notes.c:758
10369 msgid "unknown notes merge strategy %s"
10372 #: builtin/notes.c:774
10373 msgid "General options"
10376 #: builtin/notes.c:776
10377 msgid "Merge options"
10380 #: builtin/notes.c:778
10382 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10386 #: builtin/notes.c:780
10387 msgid "Committing unmerged notes"
10390 #: builtin/notes.c:782
10391 msgid "finalize notes merge by committing unmerged notes"
10394 #: builtin/notes.c:784
10395 msgid "Aborting notes merge resolution"
10398 #: builtin/notes.c:786
10399 msgid "abort notes merge"
10402 #: builtin/notes.c:797
10403 msgid "cannot mix --commit, --abort or -s/--strategy"
10406 #: builtin/notes.c:802
10407 msgid "must specify a notes ref to merge"
10410 #: builtin/notes.c:826
10412 msgid "unknown -s/--strategy: %s"
10415 #: builtin/notes.c:863
10417 msgid "a notes merge into %s is already in-progress at %s"
10420 #: builtin/notes.c:866
10422 msgid "failed to store link to current notes ref (%s)"
10425 #: builtin/notes.c:868
10428 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10429 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10433 #: builtin/notes.c:890
10435 msgid "Object %s has no note\n"
10438 #: builtin/notes.c:902
10439 msgid "attempt to remove non-existent note is not an error"
10442 #: builtin/notes.c:905
10443 msgid "read object names from the standard input"
10446 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10447 msgid "do not remove, show only"
10450 #: builtin/notes.c:944
10451 msgid "report pruned notes"
10454 #: builtin/notes.c:986
10458 #: builtin/notes.c:987
10459 msgid "use notes from <notes-ref>"
10462 #: builtin/notes.c:1022
10464 msgid "unknown subcommand: %s"
10467 #: builtin/pack-objects.c:31
10469 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10472 #: builtin/pack-objects.c:32
10474 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10477 #: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10479 msgid "deflate error (%d)"
10482 #: builtin/pack-objects.c:777
10483 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10486 #: builtin/pack-objects.c:790
10487 msgid "Writing objects"
10490 #: builtin/pack-objects.c:1070
10491 msgid "disabling bitmap writing, as some objects are not being packed"
10494 #: builtin/pack-objects.c:2440
10495 msgid "Compressing objects"
10498 #: builtin/pack-objects.c:2849
10500 msgid "unsupported index version %s"
10503 #: builtin/pack-objects.c:2853
10505 msgid "bad index version '%s'"
10508 #: builtin/pack-objects.c:2883
10509 msgid "do not show progress meter"
10512 #: builtin/pack-objects.c:2885
10513 msgid "show progress meter"
10516 #: builtin/pack-objects.c:2887
10517 msgid "show progress meter during object writing phase"
10520 #: builtin/pack-objects.c:2890
10521 msgid "similar to --all-progress when progress meter is shown"
10524 #: builtin/pack-objects.c:2891
10525 msgid "version[,offset]"
10528 #: builtin/pack-objects.c:2892
10529 msgid "write the pack index file in the specified idx format version"
10532 #: builtin/pack-objects.c:2895
10533 msgid "maximum size of each output pack file"
10536 #: builtin/pack-objects.c:2897
10537 msgid "ignore borrowed objects from alternate object store"
10540 #: builtin/pack-objects.c:2899
10541 msgid "ignore packed objects"
10544 #: builtin/pack-objects.c:2901
10545 msgid "limit pack window by objects"
10548 #: builtin/pack-objects.c:2903
10549 msgid "limit pack window by memory in addition to object limit"
10552 #: builtin/pack-objects.c:2905
10553 msgid "maximum length of delta chain allowed in the resulting pack"
10556 #: builtin/pack-objects.c:2907
10557 msgid "reuse existing deltas"
10560 #: builtin/pack-objects.c:2909
10561 msgid "reuse existing objects"
10564 #: builtin/pack-objects.c:2911
10565 msgid "use OFS_DELTA objects"
10568 #: builtin/pack-objects.c:2913
10569 msgid "use threads when searching for best delta matches"
10572 #: builtin/pack-objects.c:2915
10573 msgid "do not create an empty pack output"
10576 #: builtin/pack-objects.c:2917
10577 msgid "read revision arguments from standard input"
10580 #: builtin/pack-objects.c:2919
10581 msgid "limit the objects to those that are not yet packed"
10584 #: builtin/pack-objects.c:2922
10585 msgid "include objects reachable from any reference"
10588 #: builtin/pack-objects.c:2925
10589 msgid "include objects referred by reflog entries"
10592 #: builtin/pack-objects.c:2928
10593 msgid "include objects referred to by the index"
10596 #: builtin/pack-objects.c:2931
10597 msgid "output pack to stdout"
10600 #: builtin/pack-objects.c:2933
10601 msgid "include tag objects that refer to objects to be packed"
10604 #: builtin/pack-objects.c:2935
10605 msgid "keep unreachable objects"
10608 #: builtin/pack-objects.c:2937
10609 msgid "pack loose unreachable objects"
10612 #: builtin/pack-objects.c:2939
10613 msgid "unpack unreachable objects newer than <time>"
10616 #: builtin/pack-objects.c:2942
10617 msgid "create thin packs"
10620 #: builtin/pack-objects.c:2944
10621 msgid "create packs suitable for shallow fetches"
10624 #: builtin/pack-objects.c:2946
10625 msgid "ignore packs that have companion .keep file"
10628 #: builtin/pack-objects.c:2948
10629 msgid "pack compression level"
10632 #: builtin/pack-objects.c:2950
10633 msgid "do not hide commits by grafts"
10636 #: builtin/pack-objects.c:2952
10637 msgid "use a bitmap index if available to speed up counting objects"
10640 #: builtin/pack-objects.c:2954
10641 msgid "write a bitmap index together with the pack index"
10644 #: builtin/pack-objects.c:3081
10645 msgid "Counting objects"
10648 #: builtin/pack-refs.c:6
10649 msgid "git pack-refs [<options>]"
10652 #: builtin/pack-refs.c:14
10653 msgid "pack everything"
10656 #: builtin/pack-refs.c:15
10657 msgid "prune loose refs (default)"
10660 #: builtin/prune-packed.c:8
10661 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10664 #: builtin/prune-packed.c:41
10665 msgid "Removing duplicate objects"
10668 #: builtin/prune.c:11
10669 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10672 #: builtin/prune.c:106
10673 msgid "report pruned objects"
10676 #: builtin/prune.c:109
10677 msgid "expire objects older than <time>"
10680 #: builtin/prune.c:123
10681 msgid "cannot prune in a precious-objects repo"
10684 #: builtin/pull.c:54 builtin/pull.c:56
10686 msgid "Invalid value for %s: %s"
10689 #: builtin/pull.c:76
10690 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10693 #: builtin/pull.c:124
10694 msgid "control for recursive fetching of submodules"
10697 #: builtin/pull.c:128
10698 msgid "Options related to merging"
10701 #: builtin/pull.c:131
10702 msgid "incorporate changes by rebasing rather than merging"
10705 #: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10706 msgid "allow fast-forward"
10709 #: builtin/pull.c:164
10710 msgid "automatically stash/stash pop before and after rebase"
10713 #: builtin/pull.c:180
10714 msgid "Options related to fetching"
10717 #: builtin/pull.c:198
10718 msgid "number of submodules pulled in parallel"
10721 #: builtin/pull.c:287
10723 msgid "Invalid value for pull.ff: %s"
10726 #: builtin/pull.c:403
10728 "There is no candidate for rebasing against among the refs that you just "
10732 #: builtin/pull.c:405
10734 "There are no candidates for merging among the refs that you just fetched."
10737 #: builtin/pull.c:406
10739 "Generally this means that you provided a wildcard refspec which had no\n"
10740 "matches on the remote end."
10743 #: builtin/pull.c:409
10746 "You asked to pull from the remote '%s', but did not specify\n"
10747 "a branch. Because this is not the default configured remote\n"
10748 "for your current branch, you must specify a branch on the command line."
10751 #: builtin/pull.c:414 git-parse-remote.sh:73
10752 msgid "You are not currently on a branch."
10755 #: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10756 msgid "Please specify which branch you want to rebase against."
10759 #: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10760 msgid "Please specify which branch you want to merge with."
10763 #: builtin/pull.c:419 builtin/pull.c:434
10764 msgid "See git-pull(1) for details."
10767 #: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10768 #: git-parse-remote.sh:64
10772 #: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10773 #: git-parse-remote.sh:65
10777 #: builtin/pull.c:429 git-parse-remote.sh:75
10778 msgid "There is no tracking information for the current branch."
10781 #: builtin/pull.c:438 git-parse-remote.sh:95
10783 "If you wish to set tracking information for this branch you can do so with:"
10786 #: builtin/pull.c:443
10789 "Your configuration specifies to merge with the ref '%s'\n"
10790 "from the remote, but no such ref was fetched."
10793 #: builtin/pull.c:796
10794 msgid "ignoring --verify-signatures for rebase"
10797 #: builtin/pull.c:844
10798 msgid "--[no-]autostash option is only valid with --rebase."
10801 #: builtin/pull.c:852
10802 msgid "Updating an unborn branch with changes added to the index."
10805 #: builtin/pull.c:855
10806 msgid "pull with rebase"
10809 #: builtin/pull.c:856
10810 msgid "please commit or stash them."
10813 #: builtin/pull.c:881
10816 "fetch updated the current branch head.\n"
10817 "fast-forwarding your working tree from\n"
10821 #: builtin/pull.c:886
10824 "Cannot fast-forward your working tree.\n"
10825 "After making sure that you saved anything precious from\n"
10828 "$ git reset --hard\n"
10832 #: builtin/pull.c:901
10833 msgid "Cannot merge multiple branches into empty head."
10836 #: builtin/pull.c:905
10837 msgid "Cannot rebase onto multiple branches."
10840 #: builtin/pull.c:912
10841 msgid "cannot rebase with locally recorded submodule modifications"
10844 #: builtin/push.c:17
10845 msgid "git push [<options>] [<repository> [<refspec>...]]"
10848 #: builtin/push.c:90
10849 msgid "tag shorthand without <tag>"
10852 #: builtin/push.c:100
10853 msgid "--delete only accepts plain target ref names"
10856 #: builtin/push.c:144
10859 "To choose either option permanently, see push.default in 'git help config'."
10862 #: builtin/push.c:147
10865 "The upstream branch of your current branch does not match\n"
10866 "the name of your current branch. To push to the upstream branch\n"
10867 "on the remote, use\n"
10869 " git push %s HEAD:%s\n"
10871 "To push to the branch of the same name on the remote, use\n"
10873 " git push %s %s\n"
10877 #: builtin/push.c:162
10880 "You are not currently on a branch.\n"
10881 "To push the history leading to the current (detached HEAD)\n"
10884 " git push %s HEAD:<name-of-remote-branch>\n"
10887 #: builtin/push.c:176
10890 "The current branch %s has no upstream branch.\n"
10891 "To push the current branch and set the remote as upstream, use\n"
10893 " git push --set-upstream %s %s\n"
10896 #: builtin/push.c:184
10898 msgid "The current branch %s has multiple upstream branches, refusing to push."
10901 #: builtin/push.c:187
10904 "You are pushing to remote '%s', which is not the upstream of\n"
10905 "your current branch '%s', without telling me what to push\n"
10906 "to update which remote branch."
10909 #: builtin/push.c:246
10911 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10914 #: builtin/push.c:253
10916 "Updates were rejected because the tip of your current branch is behind\n"
10917 "its remote counterpart. Integrate the remote changes (e.g.\n"
10918 "'git pull ...') before pushing again.\n"
10919 "See the 'Note about fast-forwards' in 'git push --help' for details."
10922 #: builtin/push.c:259
10924 "Updates were rejected because a pushed branch tip is behind its remote\n"
10925 "counterpart. Check out this branch and integrate the remote changes\n"
10926 "(e.g. 'git pull ...') before pushing again.\n"
10927 "See the 'Note about fast-forwards' in 'git push --help' for details."
10930 #: builtin/push.c:265
10932 "Updates were rejected because the remote contains work that you do\n"
10933 "not have locally. This is usually caused by another repository pushing\n"
10934 "to the same ref. You may want to first integrate the remote changes\n"
10935 "(e.g., 'git pull ...') before pushing again.\n"
10936 "See the 'Note about fast-forwards' in 'git push --help' for details."
10939 #: builtin/push.c:272
10940 msgid "Updates were rejected because the tag already exists in the remote."
10943 #: builtin/push.c:275
10945 "You cannot update a remote ref that points at a non-commit object,\n"
10946 "or update a remote ref to make it point at a non-commit object,\n"
10947 "without using the '--force' option.\n"
10950 #: builtin/push.c:335
10952 msgid "Pushing to %s\n"
10955 #: builtin/push.c:339
10957 msgid "failed to push some refs to '%s'"
10960 #: builtin/push.c:370
10962 msgid "bad repository '%s'"
10965 #: builtin/push.c:371
10967 "No configured push destination.\n"
10968 "Either specify the URL from the command-line or configure a remote "
10969 "repository using\n"
10971 " git remote add <name> <url>\n"
10973 "and then push using the remote name\n"
10975 " git push <name>\n"
10978 #: builtin/push.c:389
10979 msgid "--all and --tags are incompatible"
10982 #: builtin/push.c:390
10983 msgid "--all can't be combined with refspecs"
10986 #: builtin/push.c:395
10987 msgid "--mirror and --tags are incompatible"
10990 #: builtin/push.c:396
10991 msgid "--mirror can't be combined with refspecs"
10994 #: builtin/push.c:401
10995 msgid "--all and --mirror are incompatible"
10998 #: builtin/push.c:523
11002 #: builtin/push.c:524 builtin/send-pack.c:163
11003 msgid "push all refs"
11006 #: builtin/push.c:525 builtin/send-pack.c:165
11007 msgid "mirror all refs"
11010 #: builtin/push.c:527
11011 msgid "delete refs"
11014 #: builtin/push.c:528
11015 msgid "push tags (can't be used with --all or --mirror)"
11018 #: builtin/push.c:531 builtin/send-pack.c:166
11019 msgid "force updates"
11022 #: builtin/push.c:533 builtin/send-pack.c:180
11023 msgid "refname>:<expect"
11026 #: builtin/push.c:534 builtin/send-pack.c:181
11027 msgid "require old value of ref to be at this value"
11030 #: builtin/push.c:537
11031 msgid "control recursive pushing of submodules"
11034 #: builtin/push.c:539 builtin/send-pack.c:174
11035 msgid "use thin pack"
11038 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11039 #: builtin/send-pack.c:161
11040 msgid "receive pack program"
11043 #: builtin/push.c:542
11044 msgid "set upstream for git pull/status"
11047 #: builtin/push.c:545
11048 msgid "prune locally removed refs"
11051 #: builtin/push.c:547
11052 msgid "bypass pre-push hook"
11055 #: builtin/push.c:548
11056 msgid "push missing but relevant tags"
11059 #: builtin/push.c:551 builtin/send-pack.c:168
11060 msgid "GPG sign the push"
11063 #: builtin/push.c:553 builtin/send-pack.c:175
11064 msgid "request atomic transaction on remote side"
11067 #: builtin/push.c:554 builtin/send-pack.c:171
11068 msgid "server-specific"
11071 #: builtin/push.c:554 builtin/send-pack.c:172
11072 msgid "option to transmit"
11075 #: builtin/push.c:568
11076 msgid "--delete is incompatible with --all, --mirror and --tags"
11079 #: builtin/push.c:570
11080 msgid "--delete doesn't make sense without any refs"
11083 #: builtin/push.c:589
11084 msgid "push options must not have new line characters"
11087 #: builtin/read-tree.c:40
11089 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11090 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11091 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11094 #: builtin/read-tree.c:121
11095 msgid "write resulting index to <file>"
11098 #: builtin/read-tree.c:124
11099 msgid "only empty the index"
11102 #: builtin/read-tree.c:126
11106 #: builtin/read-tree.c:128
11107 msgid "perform a merge in addition to a read"
11110 #: builtin/read-tree.c:130
11111 msgid "3-way merge if no file level merging required"
11114 #: builtin/read-tree.c:132
11115 msgid "3-way merge in presence of adds and removes"
11118 #: builtin/read-tree.c:134
11119 msgid "same as -m, but discard unmerged entries"
11122 #: builtin/read-tree.c:135
11123 msgid "<subdirectory>/"
11126 #: builtin/read-tree.c:136
11127 msgid "read the tree into the index under <subdirectory>/"
11130 #: builtin/read-tree.c:139
11131 msgid "update working tree with merge result"
11134 #: builtin/read-tree.c:141
11138 #: builtin/read-tree.c:142
11139 msgid "allow explicitly ignored files to be overwritten"
11142 #: builtin/read-tree.c:145
11143 msgid "don't check the working tree after merging"
11146 #: builtin/read-tree.c:146
11147 msgid "don't update the index or the work tree"
11150 #: builtin/read-tree.c:148
11151 msgid "skip applying sparse checkout filter"
11154 #: builtin/read-tree.c:150
11155 msgid "debug unpack-trees"
11158 #: builtin/rebase--helper.c:8
11159 msgid "git rebase--helper [<options>]"
11162 #: builtin/rebase--helper.c:22
11163 msgid "keep empty commits"
11166 #: builtin/rebase--helper.c:23
11167 msgid "continue rebase"
11170 #: builtin/rebase--helper.c:25
11171 msgid "abort rebase"
11174 #: builtin/rebase--helper.c:28
11175 msgid "make rebase script"
11178 #: builtin/rebase--helper.c:30
11179 msgid "shorten SHA-1s in the todo list"
11182 #: builtin/rebase--helper.c:32
11183 msgid "expand SHA-1s in the todo list"
11186 #: builtin/rebase--helper.c:34
11187 msgid "check the todo list"
11190 #: builtin/rebase--helper.c:36
11191 msgid "skip unnecessary picks"
11194 #: builtin/rebase--helper.c:38
11195 msgid "rearrange fixup/squash lines"
11198 #: builtin/receive-pack.c:29
11199 msgid "git receive-pack <git-dir>"
11202 #: builtin/receive-pack.c:839
11204 "By default, updating the current branch in a non-bare repository\n"
11205 "is denied, because it will make the index and work tree inconsistent\n"
11206 "with what you pushed, and will require 'git reset --hard' to match\n"
11207 "the work tree to HEAD.\n"
11209 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11210 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11211 "its current branch; however, this is not recommended unless you\n"
11212 "arranged to update its work tree to match what you pushed in some\n"
11215 "To squelch this message and still keep the default behaviour, set\n"
11216 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11219 #: builtin/receive-pack.c:859
11221 "By default, deleting the current branch is denied, because the next\n"
11222 "'git clone' won't result in any file checked out, causing confusion.\n"
11224 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11225 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11226 "current branch, with or without a warning message.\n"
11228 "To squelch this message, you can set it to 'refuse'."
11231 #: builtin/receive-pack.c:1932
11235 #: builtin/receive-pack.c:1946
11236 msgid "You must specify a directory."
11239 #: builtin/reflog.c:424
11241 msgid "'%s' for '%s' is not a valid timestamp"
11244 #: builtin/reflog.c:541 builtin/reflog.c:546
11246 msgid "'%s' is not a valid timestamp"
11249 #: builtin/remote.c:13
11250 msgid "git remote [-v | --verbose]"
11253 #: builtin/remote.c:14
11255 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11256 "mirror=<fetch|push>] <name> <url>"
11259 #: builtin/remote.c:15 builtin/remote.c:35
11260 msgid "git remote rename <old> <new>"
11263 #: builtin/remote.c:16 builtin/remote.c:40
11264 msgid "git remote remove <name>"
11267 #: builtin/remote.c:17 builtin/remote.c:45
11268 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11271 #: builtin/remote.c:18
11272 msgid "git remote [-v | --verbose] show [-n] <name>"
11275 #: builtin/remote.c:19
11276 msgid "git remote prune [-n | --dry-run] <name>"
11279 #: builtin/remote.c:20
11281 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11284 #: builtin/remote.c:21
11285 msgid "git remote set-branches [--add] <name> <branch>..."
11288 #: builtin/remote.c:22 builtin/remote.c:71
11289 msgid "git remote get-url [--push] [--all] <name>"
11292 #: builtin/remote.c:23 builtin/remote.c:76
11293 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11296 #: builtin/remote.c:24 builtin/remote.c:77
11297 msgid "git remote set-url --add <name> <newurl>"
11300 #: builtin/remote.c:25 builtin/remote.c:78
11301 msgid "git remote set-url --delete <name> <url>"
11304 #: builtin/remote.c:30
11305 msgid "git remote add [<options>] <name> <url>"
11308 #: builtin/remote.c:50
11309 msgid "git remote set-branches <name> <branch>..."
11312 #: builtin/remote.c:51
11313 msgid "git remote set-branches --add <name> <branch>..."
11316 #: builtin/remote.c:56
11317 msgid "git remote show [<options>] <name>"
11320 #: builtin/remote.c:61
11321 msgid "git remote prune [<options>] <name>"
11324 #: builtin/remote.c:66
11325 msgid "git remote update [<options>] [<group> | <remote>]..."
11328 #: builtin/remote.c:95
11330 msgid "Updating %s"
11333 #: builtin/remote.c:127
11335 "--mirror is dangerous and deprecated; please\n"
11336 "\t use --mirror=fetch or --mirror=push instead"
11339 #: builtin/remote.c:144
11341 msgid "unknown mirror argument: %s"
11344 #: builtin/remote.c:160
11345 msgid "fetch the remote branches"
11348 #: builtin/remote.c:162
11349 msgid "import all tags and associated objects when fetching"
11352 #: builtin/remote.c:165
11353 msgid "or do not fetch any tag at all (--no-tags)"
11356 #: builtin/remote.c:167
11357 msgid "branch(es) to track"
11360 #: builtin/remote.c:168
11361 msgid "master branch"
11364 #: builtin/remote.c:169
11368 #: builtin/remote.c:170
11369 msgid "set up remote as a mirror to push to or fetch from"
11372 #: builtin/remote.c:182
11373 msgid "specifying a master branch makes no sense with --mirror"
11376 #: builtin/remote.c:184
11377 msgid "specifying branches to track makes sense only with fetch mirrors"
11380 #: builtin/remote.c:191 builtin/remote.c:631
11382 msgid "remote %s already exists."
11385 #: builtin/remote.c:195 builtin/remote.c:635
11387 msgid "'%s' is not a valid remote name"
11390 #: builtin/remote.c:235
11392 msgid "Could not setup master '%s'"
11395 #: builtin/remote.c:337
11397 msgid "Could not get fetch map for refspec %s"
11400 #: builtin/remote.c:438 builtin/remote.c:446
11404 #: builtin/remote.c:450
11408 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11410 msgid "No such remote: %s"
11413 #: builtin/remote.c:641
11415 msgid "Could not rename config section '%s' to '%s'"
11418 #: builtin/remote.c:661
11421 "Not updating non-default fetch refspec\n"
11423 "\tPlease update the configuration manually if necessary."
11426 #: builtin/remote.c:697
11428 msgid "deleting '%s' failed"
11431 #: builtin/remote.c:731
11433 msgid "creating '%s' failed"
11436 #: builtin/remote.c:796
11438 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11439 "to delete it, use:"
11441 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11442 "to delete them, use:"
11446 #: builtin/remote.c:810
11448 msgid "Could not remove config section '%s'"
11451 #: builtin/remote.c:911
11453 msgid " new (next fetch will store in remotes/%s)"
11456 #: builtin/remote.c:914
11460 #: builtin/remote.c:916
11461 msgid " stale (use 'git remote prune' to remove)"
11464 #: builtin/remote.c:918
11468 #: builtin/remote.c:959
11470 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11473 #: builtin/remote.c:967
11475 msgid "rebases interactively onto remote %s"
11478 #: builtin/remote.c:968
11480 msgid "rebases onto remote %s"
11483 #: builtin/remote.c:971
11485 msgid " merges with remote %s"
11488 #: builtin/remote.c:974
11490 msgid "merges with remote %s"
11493 #: builtin/remote.c:977
11495 msgid "%-*s and with remote %s\n"
11498 #: builtin/remote.c:1020
11502 #: builtin/remote.c:1023
11506 #: builtin/remote.c:1027
11510 #: builtin/remote.c:1030
11511 msgid "fast-forwardable"
11514 #: builtin/remote.c:1033
11515 msgid "local out of date"
11518 #: builtin/remote.c:1040
11520 msgid " %-*s forces to %-*s (%s)"
11523 #: builtin/remote.c:1043
11525 msgid " %-*s pushes to %-*s (%s)"
11528 #: builtin/remote.c:1047
11530 msgid " %-*s forces to %s"
11533 #: builtin/remote.c:1050
11535 msgid " %-*s pushes to %s"
11538 #: builtin/remote.c:1118
11539 msgid "do not query remotes"
11542 #: builtin/remote.c:1145
11544 msgid "* remote %s"
11547 #: builtin/remote.c:1146
11549 msgid " Fetch URL: %s"
11552 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11556 #. TRANSLATORS: the colon ':' should align
11557 #. with the one in " Fetch URL: %s"
11560 #: builtin/remote.c:1161 builtin/remote.c:1163
11562 msgid " Push URL: %s"
11565 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11567 msgid " HEAD branch: %s"
11570 #: builtin/remote.c:1165
11571 msgid "(not queried)"
11574 #: builtin/remote.c:1167
11578 #: builtin/remote.c:1171
11581 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11584 #: builtin/remote.c:1183
11586 msgid " Remote branch:%s"
11587 msgid_plural " Remote branches:%s"
11591 #: builtin/remote.c:1186 builtin/remote.c:1212
11592 msgid " (status not queried)"
11595 #: builtin/remote.c:1195
11596 msgid " Local branch configured for 'git pull':"
11597 msgid_plural " Local branches configured for 'git pull':"
11601 #: builtin/remote.c:1203
11602 msgid " Local refs will be mirrored by 'git push'"
11605 #: builtin/remote.c:1209
11607 msgid " Local ref configured for 'git push'%s:"
11608 msgid_plural " Local refs configured for 'git push'%s:"
11612 #: builtin/remote.c:1230
11613 msgid "set refs/remotes/<name>/HEAD according to remote"
11616 #: builtin/remote.c:1232
11617 msgid "delete refs/remotes/<name>/HEAD"
11620 #: builtin/remote.c:1247
11621 msgid "Cannot determine remote HEAD"
11624 #: builtin/remote.c:1249
11625 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11628 #: builtin/remote.c:1259
11630 msgid "Could not delete %s"
11633 #: builtin/remote.c:1267
11635 msgid "Not a valid ref: %s"
11638 #: builtin/remote.c:1269
11640 msgid "Could not setup %s"
11643 #: builtin/remote.c:1287
11645 msgid " %s will become dangling!"
11648 #: builtin/remote.c:1288
11650 msgid " %s has become dangling!"
11653 #: builtin/remote.c:1298
11658 #: builtin/remote.c:1299
11663 #: builtin/remote.c:1315
11665 msgid " * [would prune] %s"
11668 #: builtin/remote.c:1318
11670 msgid " * [pruned] %s"
11673 #: builtin/remote.c:1363
11674 msgid "prune remotes after fetching"
11677 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11679 msgid "No such remote '%s'"
11682 #: builtin/remote.c:1442
11686 #: builtin/remote.c:1449
11687 msgid "no remote specified"
11690 #: builtin/remote.c:1466
11691 msgid "query push URLs rather than fetch URLs"
11694 #: builtin/remote.c:1468
11695 msgid "return all URLs"
11698 #: builtin/remote.c:1496
11700 msgid "no URLs configured for remote '%s'"
11703 #: builtin/remote.c:1522
11704 msgid "manipulate push URLs"
11707 #: builtin/remote.c:1524
11711 #: builtin/remote.c:1526
11712 msgid "delete URLs"
11715 #: builtin/remote.c:1533
11716 msgid "--add --delete doesn't make sense"
11719 #: builtin/remote.c:1572
11721 msgid "Invalid old URL pattern: %s"
11724 #: builtin/remote.c:1580
11726 msgid "No such URL found: %s"
11729 #: builtin/remote.c:1582
11730 msgid "Will not delete all non-push URLs"
11733 #: builtin/remote.c:1598
11734 msgid "be verbose; must be placed before a subcommand"
11737 #: builtin/remote.c:1629
11739 msgid "Unknown subcommand: %s"
11742 #: builtin/repack.c:18
11743 msgid "git repack [<options>]"
11746 #: builtin/repack.c:23
11748 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11749 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11752 #: builtin/repack.c:168
11753 msgid "pack everything in a single pack"
11756 #: builtin/repack.c:170
11757 msgid "same as -a, and turn unreachable objects loose"
11760 #: builtin/repack.c:173
11761 msgid "remove redundant packs, and run git-prune-packed"
11764 #: builtin/repack.c:175
11765 msgid "pass --no-reuse-delta to git-pack-objects"
11768 #: builtin/repack.c:177
11769 msgid "pass --no-reuse-object to git-pack-objects"
11772 #: builtin/repack.c:179
11773 msgid "do not run git-update-server-info"
11776 #: builtin/repack.c:182
11777 msgid "pass --local to git-pack-objects"
11780 #: builtin/repack.c:184
11781 msgid "write bitmap index"
11784 #: builtin/repack.c:185
11785 msgid "approxidate"
11788 #: builtin/repack.c:186
11789 msgid "with -A, do not loosen objects older than this"
11792 #: builtin/repack.c:188
11793 msgid "with -a, repack unreachable objects"
11796 #: builtin/repack.c:190
11797 msgid "size of the window used for delta compression"
11800 #: builtin/repack.c:191 builtin/repack.c:197
11804 #: builtin/repack.c:192
11805 msgid "same as the above, but limit memory size instead of entries count"
11808 #: builtin/repack.c:194
11809 msgid "limits the maximum delta depth"
11812 #: builtin/repack.c:196
11813 msgid "limits the maximum number of threads"
11816 #: builtin/repack.c:198
11817 msgid "maximum size of each packfile"
11820 #: builtin/repack.c:200
11821 msgid "repack objects in packs marked with .keep"
11824 #: builtin/repack.c:210
11825 msgid "cannot delete packs in a precious-objects repo"
11828 #: builtin/repack.c:214
11829 msgid "--keep-unreachable and -A are incompatible"
11832 #: builtin/repack.c:406 builtin/worktree.c:134
11834 msgid "failed to remove '%s'"
11837 #: builtin/replace.c:20
11838 msgid "git replace [-f] <object> <replacement>"
11841 #: builtin/replace.c:21
11842 msgid "git replace [-f] --edit <object>"
11845 #: builtin/replace.c:22
11846 msgid "git replace [-f] --graft <commit> [<parent>...]"
11849 #: builtin/replace.c:23
11850 msgid "git replace -d <object>..."
11853 #: builtin/replace.c:24
11854 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11857 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11859 msgid "Not a valid object name: '%s'"
11862 #: builtin/replace.c:361
11864 msgid "bad mergetag in commit '%s'"
11867 #: builtin/replace.c:363
11869 msgid "malformed mergetag in commit '%s'"
11872 #: builtin/replace.c:374
11875 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11876 "instead of --graft"
11879 #: builtin/replace.c:407
11881 msgid "the original commit '%s' has a gpg signature."
11884 #: builtin/replace.c:408
11885 msgid "the signature will be removed in the replacement commit!"
11888 #: builtin/replace.c:414
11890 msgid "could not write replacement commit for: '%s'"
11893 #: builtin/replace.c:438
11894 msgid "list replace refs"
11897 #: builtin/replace.c:439
11898 msgid "delete replace refs"
11901 #: builtin/replace.c:440
11902 msgid "edit existing object"
11905 #: builtin/replace.c:441
11906 msgid "change a commit's parents"
11909 #: builtin/replace.c:442
11910 msgid "replace the ref if it exists"
11913 #: builtin/replace.c:443
11914 msgid "do not pretty-print contents for --edit"
11917 #: builtin/replace.c:444
11918 msgid "use this format"
11921 #: builtin/rerere.c:13
11922 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11925 #: builtin/rerere.c:59
11926 msgid "register clean resolutions in index"
11929 #: builtin/reset.c:29
11931 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11934 #: builtin/reset.c:30
11935 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11938 #: builtin/reset.c:31
11939 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11942 #: builtin/reset.c:37
11946 #: builtin/reset.c:37
11950 #: builtin/reset.c:37
11954 #: builtin/reset.c:37
11958 #: builtin/reset.c:37
11962 #: builtin/reset.c:78
11963 msgid "You do not have a valid HEAD."
11966 #: builtin/reset.c:80
11967 msgid "Failed to find tree of HEAD."
11970 #: builtin/reset.c:86
11972 msgid "Failed to find tree of %s."
11975 #: builtin/reset.c:113
11977 msgid "HEAD is now at %s"
11980 #: builtin/reset.c:197
11982 msgid "Cannot do a %s reset in the middle of a merge."
11985 #: builtin/reset.c:297
11986 msgid "be quiet, only report errors"
11989 #: builtin/reset.c:299
11990 msgid "reset HEAD and index"
11993 #: builtin/reset.c:300
11994 msgid "reset only HEAD"
11997 #: builtin/reset.c:302 builtin/reset.c:304
11998 msgid "reset HEAD, index and working tree"
12001 #: builtin/reset.c:306
12002 msgid "reset HEAD but keep local changes"
12005 #: builtin/reset.c:312
12006 msgid "record only the fact that removed paths will be added later"
12009 #: builtin/reset.c:329
12011 msgid "Failed to resolve '%s' as a valid revision."
12014 #: builtin/reset.c:337
12016 msgid "Failed to resolve '%s' as a valid tree."
12019 #: builtin/reset.c:346
12020 msgid "--patch is incompatible with --{hard,mixed,soft}"
12023 #: builtin/reset.c:355
12024 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12027 #: builtin/reset.c:357
12029 msgid "Cannot do %s reset with paths."
12032 #: builtin/reset.c:367
12034 msgid "%s reset is not allowed in a bare repository"
12037 #: builtin/reset.c:371
12038 msgid "-N can only be used with --mixed"
12041 #: builtin/reset.c:388
12042 msgid "Unstaged changes after reset:"
12045 #: builtin/reset.c:394
12047 msgid "Could not reset index file to revision '%s'."
12050 #: builtin/reset.c:398
12051 msgid "Could not write new index file."
12054 #: builtin/rev-list.c:361
12055 msgid "rev-list does not support display of notes"
12058 #: builtin/rev-parse.c:402
12059 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12062 #: builtin/rev-parse.c:407
12063 msgid "keep the `--` passed as an arg"
12066 #: builtin/rev-parse.c:409
12067 msgid "stop parsing after the first non-option argument"
12070 #: builtin/rev-parse.c:412
12071 msgid "output in stuck long form"
12074 #: builtin/rev-parse.c:545
12076 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12077 " or: git rev-parse --sq-quote [<arg>...]\n"
12078 " or: git rev-parse [<options>] [<arg>...]\n"
12080 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12083 #: builtin/revert.c:23
12084 msgid "git revert [<options>] <commit-ish>..."
12087 #: builtin/revert.c:24
12088 msgid "git revert <subcommand>"
12091 #: builtin/revert.c:29
12092 msgid "git cherry-pick [<options>] <commit-ish>..."
12095 #: builtin/revert.c:30
12096 msgid "git cherry-pick <subcommand>"
12099 #: builtin/revert.c:90
12101 msgid "%s: %s cannot be used with %s"
12104 #: builtin/revert.c:99
12105 msgid "end revert or cherry-pick sequence"
12108 #: builtin/revert.c:100
12109 msgid "resume revert or cherry-pick sequence"
12112 #: builtin/revert.c:101
12113 msgid "cancel revert or cherry-pick sequence"
12116 #: builtin/revert.c:102
12117 msgid "don't automatically commit"
12120 #: builtin/revert.c:103
12121 msgid "edit the commit message"
12124 #: builtin/revert.c:106
12125 msgid "parent-number"
12128 #: builtin/revert.c:107
12129 msgid "select mainline parent"
12132 #: builtin/revert.c:109
12133 msgid "merge strategy"
12136 #: builtin/revert.c:110
12140 #: builtin/revert.c:111
12141 msgid "option for merge strategy"
12144 #: builtin/revert.c:120
12145 msgid "append commit name"
12148 #: builtin/revert.c:122
12149 msgid "preserve initially empty commits"
12152 #: builtin/revert.c:123
12153 msgid "allow commits with empty messages"
12156 #: builtin/revert.c:124
12157 msgid "keep redundant, empty commits"
12160 #: builtin/revert.c:214
12161 msgid "revert failed"
12164 #: builtin/revert.c:227
12165 msgid "cherry-pick failed"
12169 msgid "git rm [<options>] [--] <file>..."
12172 #: builtin/rm.c:206
12174 "the following file has staged content different from both the\n"
12175 "file and the HEAD:"
12177 "the following files have staged content different from both the\n"
12178 "file and the HEAD:"
12182 #: builtin/rm.c:211
12185 "(use -f to force removal)"
12188 #: builtin/rm.c:215
12189 msgid "the following file has changes staged in the index:"
12190 msgid_plural "the following files have changes staged in the index:"
12194 #: builtin/rm.c:219 builtin/rm.c:228
12197 "(use --cached to keep the file, or -f to force removal)"
12200 #: builtin/rm.c:225
12201 msgid "the following file has local modifications:"
12202 msgid_plural "the following files have local modifications:"
12206 #: builtin/rm.c:243
12207 msgid "do not list removed files"
12210 #: builtin/rm.c:244
12211 msgid "only remove from the index"
12214 #: builtin/rm.c:245
12215 msgid "override the up-to-date check"
12218 #: builtin/rm.c:246
12219 msgid "allow recursive removal"
12222 #: builtin/rm.c:248
12223 msgid "exit with a zero status even if nothing matched"
12226 #: builtin/rm.c:307
12228 msgid "not removing '%s' recursively without -r"
12231 #: builtin/rm.c:346
12233 msgid "git rm: unable to remove %s"
12236 #: builtin/rm.c:369
12238 msgid "could not remove '%s'"
12241 #: builtin/send-pack.c:19
12243 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12244 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12246 " --all and explicit <ref> specification are mutually exclusive."
12249 #: builtin/send-pack.c:162
12250 msgid "remote name"
12253 #: builtin/send-pack.c:176
12254 msgid "use stateless RPC protocol"
12257 #: builtin/send-pack.c:177
12258 msgid "read refs from stdin"
12261 #: builtin/send-pack.c:178
12262 msgid "print status from remote helper"
12265 #: builtin/shortlog.c:14
12266 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12269 #: builtin/shortlog.c:263
12270 msgid "Group by committer rather than author"
12273 #: builtin/shortlog.c:265
12274 msgid "sort output according to the number of commits per author"
12277 #: builtin/shortlog.c:267
12278 msgid "Suppress commit descriptions, only provides commit count"
12281 #: builtin/shortlog.c:269
12282 msgid "Show the email address of each author"
12285 #: builtin/shortlog.c:270
12286 msgid "w[,i1[,i2]]"
12289 #: builtin/shortlog.c:271
12290 msgid "Linewrap output"
12293 #: builtin/show-branch.c:12
12295 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12296 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12297 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12298 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12301 #: builtin/show-branch.c:16
12302 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12305 #: builtin/show-branch.c:376
12307 msgid "ignoring %s; cannot handle more than %d ref"
12308 msgid_plural "ignoring %s; cannot handle more than %d refs"
12312 #: builtin/show-branch.c:530
12314 msgid "no matching refs with %s"
12317 #: builtin/show-branch.c:626
12318 msgid "show remote-tracking and local branches"
12321 #: builtin/show-branch.c:628
12322 msgid "show remote-tracking branches"
12325 #: builtin/show-branch.c:630
12326 msgid "color '*!+-' corresponding to the branch"
12329 #: builtin/show-branch.c:632
12330 msgid "show <n> more commits after the common ancestor"
12333 #: builtin/show-branch.c:634
12334 msgid "synonym to more=-1"
12337 #: builtin/show-branch.c:635
12338 msgid "suppress naming strings"
12341 #: builtin/show-branch.c:637
12342 msgid "include the current branch"
12345 #: builtin/show-branch.c:639
12346 msgid "name commits with their object names"
12349 #: builtin/show-branch.c:641
12350 msgid "show possible merge bases"
12353 #: builtin/show-branch.c:643
12354 msgid "show refs unreachable from any other ref"
12357 #: builtin/show-branch.c:645
12358 msgid "show commits in topological order"
12361 #: builtin/show-branch.c:648
12362 msgid "show only commits not on the first branch"
12365 #: builtin/show-branch.c:650
12366 msgid "show merges reachable from only one tip"
12369 #: builtin/show-branch.c:652
12370 msgid "topologically sort, maintaining date order where possible"
12373 #: builtin/show-branch.c:655
12374 msgid "<n>[,<base>]"
12377 #: builtin/show-branch.c:656
12378 msgid "show <n> most recent ref-log entries starting at base"
12381 #: builtin/show-branch.c:690
12383 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12386 #: builtin/show-branch.c:714
12387 msgid "no branches given, and HEAD is not valid"
12390 #: builtin/show-branch.c:717
12391 msgid "--reflog option needs one branch name"
12394 #: builtin/show-branch.c:720
12396 msgid "only %d entry can be shown at one time."
12397 msgid_plural "only %d entries can be shown at one time."
12401 #: builtin/show-branch.c:724
12403 msgid "no such ref %s"
12406 #: builtin/show-branch.c:808
12408 msgid "cannot handle more than %d rev."
12409 msgid_plural "cannot handle more than %d revs."
12413 #: builtin/show-branch.c:812
12415 msgid "'%s' is not a valid ref."
12418 #: builtin/show-branch.c:815
12420 msgid "cannot find commit %s (%s)"
12423 #: builtin/show-ref.c:10
12425 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12426 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12429 #: builtin/show-ref.c:11
12430 msgid "git show-ref --exclude-existing[=<pattern>]"
12433 #: builtin/show-ref.c:159
12434 msgid "only show tags (can be combined with heads)"
12437 #: builtin/show-ref.c:160
12438 msgid "only show heads (can be combined with tags)"
12441 #: builtin/show-ref.c:161
12442 msgid "stricter reference checking, requires exact ref path"
12445 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12446 msgid "show the HEAD reference, even if it would be filtered out"
12449 #: builtin/show-ref.c:168
12450 msgid "dereference tags into object IDs"
12453 #: builtin/show-ref.c:170
12454 msgid "only show SHA1 hash using <n> digits"
12457 #: builtin/show-ref.c:174
12458 msgid "do not print results to stdout (useful with --verify)"
12461 #: builtin/show-ref.c:176
12462 msgid "show refs from stdin that aren't in local repository"
12465 #: builtin/stripspace.c:18
12466 msgid "git stripspace [-s | --strip-comments]"
12469 #: builtin/stripspace.c:19
12470 msgid "git stripspace [-c | --comment-lines]"
12473 #: builtin/stripspace.c:36
12474 msgid "skip and remove all lines starting with comment character"
12477 #: builtin/stripspace.c:39
12478 msgid "prepend comment character and space to each line"
12481 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12483 msgid "No such ref: %s"
12486 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12488 msgid "Expecting a full ref name, got %s"
12491 #: builtin/submodule--helper.c:71
12493 msgid "cannot strip one component off url '%s'"
12496 #: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12497 msgid "alternative anchor for relative paths"
12500 #: builtin/submodule--helper.c:307
12501 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12504 #: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12506 msgid "No url found for submodule path '%s' in .gitmodules"
12509 #: builtin/submodule--helper.c:389
12512 "could not lookup configuration '%s'. Assuming this repository is its own "
12513 "authoritative upstream."
12516 #: builtin/submodule--helper.c:400
12518 msgid "Failed to register url for submodule path '%s'"
12521 #: builtin/submodule--helper.c:404
12523 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12526 #: builtin/submodule--helper.c:414
12528 msgid "warning: command update mode suggested for submodule '%s'\n"
12531 #: builtin/submodule--helper.c:421
12533 msgid "Failed to register update mode for submodule path '%s'"
12536 #: builtin/submodule--helper.c:437
12537 msgid "Suppress output for initializing a submodule"
12540 #: builtin/submodule--helper.c:442
12541 msgid "git submodule--helper init [<path>]"
12544 #: builtin/submodule--helper.c:470
12545 msgid "git submodule--helper name <path>"
12548 #: builtin/submodule--helper.c:475
12550 msgid "no submodule mapping found in .gitmodules for path '%s'"
12553 #: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12555 msgid "submodule '%s' cannot add alternate: %s"
12558 #: builtin/submodule--helper.c:597
12560 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12563 #: builtin/submodule--helper.c:604
12565 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12568 #: builtin/submodule--helper.c:626
12569 msgid "where the new submodule will be cloned to"
12572 #: builtin/submodule--helper.c:629
12573 msgid "name of the new submodule"
12576 #: builtin/submodule--helper.c:632
12577 msgid "url where to clone the submodule from"
12580 #: builtin/submodule--helper.c:638
12581 msgid "depth for shallow clones"
12584 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12585 msgid "force cloning progress"
12588 #: builtin/submodule--helper.c:646
12590 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12591 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12594 #: builtin/submodule--helper.c:677
12596 msgid "clone of '%s' into submodule path '%s' failed"
12599 #: builtin/submodule--helper.c:692
12601 msgid "could not get submodule directory for '%s'"
12604 #: builtin/submodule--helper.c:757
12606 msgid "Submodule path '%s' not initialized"
12609 #: builtin/submodule--helper.c:761
12610 msgid "Maybe you want to use 'update --init'?"
12613 #: builtin/submodule--helper.c:790
12615 msgid "Skipping unmerged submodule %s"
12618 #: builtin/submodule--helper.c:819
12620 msgid "Skipping submodule '%s'"
12623 #: builtin/submodule--helper.c:952
12625 msgid "Failed to clone '%s'. Retry scheduled"
12628 #: builtin/submodule--helper.c:963
12630 msgid "Failed to clone '%s' a second time, aborting"
12633 #: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12634 msgid "path into the working tree"
12637 #: builtin/submodule--helper.c:996
12638 msgid "path into the working tree, across nested submodule boundaries"
12641 #: builtin/submodule--helper.c:1000
12642 msgid "rebase, merge, checkout or none"
12645 #: builtin/submodule--helper.c:1004
12646 msgid "Create a shallow clone truncated to the specified number of revisions"
12649 #: builtin/submodule--helper.c:1007
12650 msgid "parallel jobs"
12653 #: builtin/submodule--helper.c:1009
12654 msgid "whether the initial clone should follow the shallow recommendation"
12657 #: builtin/submodule--helper.c:1010
12658 msgid "don't print cloning progress"
12661 #: builtin/submodule--helper.c:1017
12662 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12665 #: builtin/submodule--helper.c:1030
12666 msgid "bad value for update parameter"
12669 #: builtin/submodule--helper.c:1098
12672 "Submodule (%s) branch configured to inherit branch from superproject, but "
12673 "the superproject is not on any branch"
12676 #: builtin/submodule--helper.c:1214
12677 msgid "recurse into submodules"
12680 #: builtin/submodule--helper.c:1220
12681 msgid "git submodule--helper embed-git-dir [<path>...]"
12684 #: builtin/submodule--helper.c:1278
12686 msgid "%s doesn't support --super-prefix"
12689 #: builtin/submodule--helper.c:1284
12691 msgid "'%s' is not a valid submodule--helper subcommand"
12694 #: builtin/symbolic-ref.c:8
12695 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12698 #: builtin/symbolic-ref.c:9
12699 msgid "git symbolic-ref -d [-q] <name>"
12702 #: builtin/symbolic-ref.c:40
12703 msgid "suppress error message for non-symbolic (detached) refs"
12706 #: builtin/symbolic-ref.c:41
12707 msgid "delete symbolic ref"
12710 #: builtin/symbolic-ref.c:42
12711 msgid "shorten ref output"
12714 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12718 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12719 msgid "reason of the update"
12722 #: builtin/tag.c:24
12724 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12728 #: builtin/tag.c:25
12729 msgid "git tag -d <tagname>..."
12732 #: builtin/tag.c:26
12734 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12735 "points-at <object>]\n"
12736 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12739 #: builtin/tag.c:28
12740 msgid "git tag -v [--format=<format>] <tagname>..."
12743 #: builtin/tag.c:86
12745 msgid "tag '%s' not found."
12748 #: builtin/tag.c:102
12750 msgid "Deleted tag '%s' (was %s)\n"
12753 #: builtin/tag.c:131
12757 "Write a message for tag:\n"
12759 "Lines starting with '%c' will be ignored.\n"
12762 #: builtin/tag.c:135
12766 "Write a message for tag:\n"
12768 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12772 #: builtin/tag.c:189
12773 msgid "unable to sign the tag"
12776 #: builtin/tag.c:191
12777 msgid "unable to write tag file"
12780 #: builtin/tag.c:215
12781 msgid "bad object type."
12784 #: builtin/tag.c:261
12785 msgid "no tag message?"
12788 #: builtin/tag.c:268
12790 msgid "The tag message has been left in %s\n"
12793 #: builtin/tag.c:376
12794 msgid "list tag names"
12797 #: builtin/tag.c:378
12798 msgid "print <n> lines of each tag message"
12801 #: builtin/tag.c:380
12802 msgid "delete tags"
12805 #: builtin/tag.c:381
12806 msgid "verify tags"
12809 #: builtin/tag.c:383
12810 msgid "Tag creation options"
12813 #: builtin/tag.c:385
12814 msgid "annotated tag, needs a message"
12817 #: builtin/tag.c:387
12818 msgid "tag message"
12821 #: builtin/tag.c:389
12822 msgid "annotated and GPG-signed tag"
12825 #: builtin/tag.c:393
12826 msgid "use another key to sign the tag"
12829 #: builtin/tag.c:394
12830 msgid "replace the tag if exists"
12833 #: builtin/tag.c:395 builtin/update-ref.c:368
12834 msgid "create a reflog"
12837 #: builtin/tag.c:397
12838 msgid "Tag listing options"
12841 #: builtin/tag.c:398
12842 msgid "show tag list in columns"
12845 #: builtin/tag.c:399 builtin/tag.c:401
12846 msgid "print only tags that contain the commit"
12849 #: builtin/tag.c:400 builtin/tag.c:402
12850 msgid "print only tags that don't contain the commit"
12853 #: builtin/tag.c:403
12854 msgid "print only tags that are merged"
12857 #: builtin/tag.c:404
12858 msgid "print only tags that are not merged"
12861 #: builtin/tag.c:409
12862 msgid "print only tags of the object"
12865 #: builtin/tag.c:453
12866 msgid "--column and -n are incompatible"
12869 #: builtin/tag.c:475
12870 msgid "-n option is only allowed in list mode"
12873 #: builtin/tag.c:477
12874 msgid "--contains option is only allowed in list mode"
12877 #: builtin/tag.c:479
12878 msgid "--no-contains option is only allowed in list mode"
12881 #: builtin/tag.c:481
12882 msgid "--points-at option is only allowed in list mode"
12885 #: builtin/tag.c:483
12886 msgid "--merged and --no-merged options are only allowed in list mode"
12889 #: builtin/tag.c:494
12890 msgid "only one -F or -m option is allowed."
12893 #: builtin/tag.c:513
12894 msgid "too many params"
12897 #: builtin/tag.c:519
12899 msgid "'%s' is not a valid tag name."
12902 #: builtin/tag.c:524
12904 msgid "tag '%s' already exists"
12907 #: builtin/tag.c:554
12909 msgid "Updated tag '%s' (was %s)\n"
12912 #: builtin/unpack-objects.c:494
12913 msgid "Unpacking objects"
12916 #: builtin/update-index.c:80
12918 msgid "failed to create directory %s"
12921 #: builtin/update-index.c:86
12923 msgid "failed to stat %s"
12926 #: builtin/update-index.c:96
12928 msgid "failed to create file %s"
12931 #: builtin/update-index.c:104
12933 msgid "failed to delete file %s"
12936 #: builtin/update-index.c:111 builtin/update-index.c:217
12938 msgid "failed to delete directory %s"
12941 #: builtin/update-index.c:136
12943 msgid "Testing mtime in '%s' "
12946 #: builtin/update-index.c:150
12947 msgid "directory stat info does not change after adding a new file"
12950 #: builtin/update-index.c:163
12951 msgid "directory stat info does not change after adding a new directory"
12954 #: builtin/update-index.c:176
12955 msgid "directory stat info changes after updating a file"
12958 #: builtin/update-index.c:187
12959 msgid "directory stat info changes after adding a file inside subdirectory"
12962 #: builtin/update-index.c:198
12963 msgid "directory stat info does not change after deleting a file"
12966 #: builtin/update-index.c:211
12967 msgid "directory stat info does not change after deleting a directory"
12970 #: builtin/update-index.c:218
12974 #: builtin/update-index.c:571
12975 msgid "git update-index [<options>] [--] [<file>...]"
12978 #: builtin/update-index.c:926
12979 msgid "continue refresh even when index needs update"
12982 #: builtin/update-index.c:929
12983 msgid "refresh: ignore submodules"
12986 #: builtin/update-index.c:932
12987 msgid "do not ignore new files"
12990 #: builtin/update-index.c:934
12991 msgid "let files replace directories and vice-versa"
12994 #: builtin/update-index.c:936
12995 msgid "notice files missing from worktree"
12998 #: builtin/update-index.c:938
12999 msgid "refresh even if index contains unmerged entries"
13002 #: builtin/update-index.c:941
13003 msgid "refresh stat information"
13006 #: builtin/update-index.c:945
13007 msgid "like --refresh, but ignore assume-unchanged setting"
13010 #: builtin/update-index.c:949
13011 msgid "<mode>,<object>,<path>"
13014 #: builtin/update-index.c:950
13015 msgid "add the specified entry to the index"
13018 #: builtin/update-index.c:959
13019 msgid "mark files as \"not changing\""
13022 #: builtin/update-index.c:962
13023 msgid "clear assumed-unchanged bit"
13026 #: builtin/update-index.c:965
13027 msgid "mark files as \"index-only\""
13030 #: builtin/update-index.c:968
13031 msgid "clear skip-worktree bit"
13034 #: builtin/update-index.c:971
13035 msgid "add to index only; do not add content to object database"
13038 #: builtin/update-index.c:973
13039 msgid "remove named paths even if present in worktree"
13042 #: builtin/update-index.c:975
13043 msgid "with --stdin: input lines are terminated by null bytes"
13046 #: builtin/update-index.c:977
13047 msgid "read list of paths to be updated from standard input"
13050 #: builtin/update-index.c:981
13051 msgid "add entries from standard input to the index"
13054 #: builtin/update-index.c:985
13055 msgid "repopulate stages #2 and #3 for the listed paths"
13058 #: builtin/update-index.c:989
13059 msgid "only update entries that differ from HEAD"
13062 #: builtin/update-index.c:993
13063 msgid "ignore files missing from worktree"
13066 #: builtin/update-index.c:996
13067 msgid "report actions to standard output"
13070 #: builtin/update-index.c:998
13071 msgid "(for porcelains) forget saved unresolved conflicts"
13074 #: builtin/update-index.c:1002
13075 msgid "write index in this format"
13078 #: builtin/update-index.c:1004
13079 msgid "enable or disable split index"
13082 #: builtin/update-index.c:1006
13083 msgid "enable/disable untracked cache"
13086 #: builtin/update-index.c:1008
13087 msgid "test if the filesystem supports untracked cache"
13090 #: builtin/update-index.c:1010
13091 msgid "enable untracked cache without testing the filesystem"
13094 #: builtin/update-index.c:1107
13096 "core.splitIndex is set to false; remove or change it, if you really want to "
13097 "enable split index"
13100 #: builtin/update-index.c:1116
13102 "core.splitIndex is set to true; remove or change it, if you really want to "
13103 "disable split index"
13106 #: builtin/update-index.c:1127
13108 "core.untrackedCache is set to true; remove or change it, if you really want "
13109 "to disable the untracked cache"
13112 #: builtin/update-index.c:1131
13113 msgid "Untracked cache disabled"
13116 #: builtin/update-index.c:1139
13118 "core.untrackedCache is set to false; remove or change it, if you really want "
13119 "to enable the untracked cache"
13122 #: builtin/update-index.c:1143
13124 msgid "Untracked cache enabled for '%s'"
13127 #: builtin/update-ref.c:10
13128 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13131 #: builtin/update-ref.c:11
13132 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13135 #: builtin/update-ref.c:12
13136 msgid "git update-ref [<options>] --stdin [-z]"
13139 #: builtin/update-ref.c:363
13140 msgid "delete the reference"
13143 #: builtin/update-ref.c:365
13144 msgid "update <refname> not the one it points to"
13147 #: builtin/update-ref.c:366
13148 msgid "stdin has NUL-terminated arguments"
13151 #: builtin/update-ref.c:367
13152 msgid "read updates from stdin"
13155 #: builtin/update-server-info.c:7
13156 msgid "git update-server-info [--force]"
13159 #: builtin/update-server-info.c:15
13160 msgid "update the info files from scratch"
13163 #: builtin/verify-commit.c:18
13164 msgid "git verify-commit [-v | --verbose] <commit>..."
13167 #: builtin/verify-commit.c:73
13168 msgid "print commit contents"
13171 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13172 msgid "print raw gpg status output"
13175 #: builtin/verify-pack.c:55
13176 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13179 #: builtin/verify-pack.c:65
13183 #: builtin/verify-pack.c:67
13184 msgid "show statistics only"
13187 #: builtin/verify-tag.c:19
13188 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13191 #: builtin/verify-tag.c:37
13192 msgid "print tag contents"
13195 #: builtin/worktree.c:16
13196 msgid "git worktree add [<options>] <path> [<branch>]"
13199 #: builtin/worktree.c:17
13200 msgid "git worktree list [<options>]"
13203 #: builtin/worktree.c:18
13204 msgid "git worktree lock [<options>] <path>"
13207 #: builtin/worktree.c:19
13208 msgid "git worktree prune [<options>]"
13211 #: builtin/worktree.c:20
13212 msgid "git worktree unlock <path>"
13215 #: builtin/worktree.c:46
13217 msgid "Removing worktrees/%s: not a valid directory"
13220 #: builtin/worktree.c:52
13222 msgid "Removing worktrees/%s: gitdir file does not exist"
13225 #: builtin/worktree.c:57 builtin/worktree.c:66
13227 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13230 #: builtin/worktree.c:76
13233 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13237 #: builtin/worktree.c:84
13239 msgid "Removing worktrees/%s: invalid gitdir file"
13242 #: builtin/worktree.c:100
13244 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13247 #: builtin/worktree.c:147
13248 msgid "report pruned working trees"
13251 #: builtin/worktree.c:149
13252 msgid "expire working trees older than <time>"
13255 #: builtin/worktree.c:223
13257 msgid "'%s' already exists"
13260 #: builtin/worktree.c:254
13262 msgid "could not create directory of '%s'"
13265 #: builtin/worktree.c:293
13267 msgid "Preparing %s (identifier %s)"
13270 #: builtin/worktree.c:345
13271 msgid "checkout <branch> even if already checked out in other worktree"
13274 #: builtin/worktree.c:347
13275 msgid "create a new branch"
13278 #: builtin/worktree.c:349
13279 msgid "create or reset a branch"
13282 #: builtin/worktree.c:351
13283 msgid "populate the new working tree"
13286 #: builtin/worktree.c:352
13287 msgid "keep the new working tree locked"
13290 #: builtin/worktree.c:360
13291 msgid "-b, -B, and --detach are mutually exclusive"
13294 #: builtin/worktree.c:499
13295 msgid "reason for locking"
13298 #: builtin/worktree.c:511 builtin/worktree.c:544
13300 msgid "'%s' is not a working tree"
13303 #: builtin/worktree.c:513 builtin/worktree.c:546
13304 msgid "The main working tree cannot be locked or unlocked"
13307 #: builtin/worktree.c:518
13309 msgid "'%s' is already locked, reason: %s"
13312 #: builtin/worktree.c:520
13314 msgid "'%s' is already locked"
13317 #: builtin/worktree.c:548
13319 msgid "'%s' is not locked"
13322 #: builtin/write-tree.c:14
13323 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13326 #: builtin/write-tree.c:27
13330 #: builtin/write-tree.c:28
13331 msgid "write tree object for a subdirectory <prefix>"
13334 #: builtin/write-tree.c:31
13335 msgid "only useful for debugging"
13338 #: upload-pack.c:23
13339 msgid "git upload-pack [<options>] <dir>"
13342 #: upload-pack.c:1040
13343 msgid "quit after a single request/response exchange"
13346 #: upload-pack.c:1042
13347 msgid "exit immediately after initial ref advertisement"
13350 #: upload-pack.c:1044
13351 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13354 #: upload-pack.c:1046
13355 msgid "interrupt transfer after <n> seconds of inactivity"
13358 #: credential-cache--daemon.c:222
13361 "The permissions on your socket directory are too loose; other\n"
13362 "users may be able to read your cached credentials. Consider running:\n"
13367 #: credential-cache--daemon.c:271
13368 msgid "print debugging messages to stderr"
13373 "'git help -a' and 'git help -g' list available subcommands and some\n"
13374 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13375 "to read about a specific subcommand or concept."
13380 msgid "negative value for http.postbuffer; defaulting to %d"
13384 msgid "Delegation control is not supported with cURL < 7.22.0"
13388 msgid "Public key pinning not supported with cURL < 7.44.0"
13394 "unable to update url base from redirection:\n"
13399 #: remote-curl.c:324
13401 msgid "redirecting to %s"
13405 msgid "start a working area (see also: git help tutorial)"
13408 #: common-cmds.h:10
13409 msgid "work on the current change (see also: git help everyday)"
13412 #: common-cmds.h:11
13413 msgid "examine the history and state (see also: git help revisions)"
13416 #: common-cmds.h:12
13417 msgid "grow, mark and tweak your common history"
13420 #: common-cmds.h:13
13421 msgid "collaborate (see also: git help workflows)"
13424 #: common-cmds.h:17
13425 msgid "Add file contents to the index"
13428 #: common-cmds.h:18
13429 msgid "Use binary search to find the commit that introduced a bug"
13432 #: common-cmds.h:19
13433 msgid "List, create, or delete branches"
13436 #: common-cmds.h:20
13437 msgid "Switch branches or restore working tree files"
13440 #: common-cmds.h:21
13441 msgid "Clone a repository into a new directory"
13444 #: common-cmds.h:22
13445 msgid "Record changes to the repository"
13448 #: common-cmds.h:23
13449 msgid "Show changes between commits, commit and working tree, etc"
13452 #: common-cmds.h:24
13453 msgid "Download objects and refs from another repository"
13456 #: common-cmds.h:25
13457 msgid "Print lines matching a pattern"
13460 #: common-cmds.h:26
13461 msgid "Create an empty Git repository or reinitialize an existing one"
13464 #: common-cmds.h:27
13465 msgid "Show commit logs"
13468 #: common-cmds.h:28
13469 msgid "Join two or more development histories together"
13472 #: common-cmds.h:29
13473 msgid "Move or rename a file, a directory, or a symlink"
13476 #: common-cmds.h:30
13477 msgid "Fetch from and integrate with another repository or a local branch"
13480 #: common-cmds.h:31
13481 msgid "Update remote refs along with associated objects"
13484 #: common-cmds.h:32
13485 msgid "Reapply commits on top of another base tip"
13488 #: common-cmds.h:33
13489 msgid "Reset current HEAD to the specified state"
13492 #: common-cmds.h:34
13493 msgid "Remove files from the working tree and from the index"
13496 #: common-cmds.h:35
13497 msgid "Show various types of objects"
13500 #: common-cmds.h:36
13501 msgid "Show the working tree status"
13504 #: common-cmds.h:37
13505 msgid "Create, list, delete or verify a tag object signed with GPG"
13508 #: parse-options.h:145
13509 msgid "expiry-date"
13512 #: parse-options.h:160
13513 msgid "no-op (backward compatibility)"
13516 #: parse-options.h:238
13517 msgid "be more verbose"
13520 #: parse-options.h:240
13521 msgid "be more quiet"
13524 #: parse-options.h:246
13525 msgid "use <n> digits to display SHA-1s"
13529 msgid "update the index with reused conflict resolution if possible"
13532 #: git-bisect.sh:54
13533 msgid "You need to start by \"git bisect start\""
13536 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13537 #. translation. The program will only accept English input
13539 #: git-bisect.sh:60
13540 msgid "Do you want me to do it for you [Y/n]? "
13543 #: git-bisect.sh:121
13545 msgid "unrecognised option: '$arg'"
13548 #: git-bisect.sh:125
13550 msgid "'$arg' does not appear to be a valid revision"
13553 #: git-bisect.sh:154
13554 msgid "Bad HEAD - I need a HEAD"
13557 #: git-bisect.sh:167
13560 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13563 #: git-bisect.sh:177
13564 msgid "won't bisect on cg-seek'ed tree"
13567 #: git-bisect.sh:181
13568 msgid "Bad HEAD - strange symbolic ref"
13571 #: git-bisect.sh:233
13573 msgid "Bad bisect_write argument: $state"
13576 #: git-bisect.sh:262
13578 msgid "Bad rev input: $arg"
13581 #: git-bisect.sh:281
13583 msgid "Bad rev input: $bisected_head"
13586 #: git-bisect.sh:290
13588 msgid "Bad rev input: $rev"
13591 #: git-bisect.sh:299
13593 msgid "'git bisect $TERM_BAD' can take only one argument."
13596 #: git-bisect.sh:322
13598 msgid "Warning: bisecting only with a $TERM_BAD commit."
13601 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13602 #. translation. The program will only accept English input
13604 #: git-bisect.sh:328
13605 msgid "Are you sure [Y/n]? "
13608 #: git-bisect.sh:340
13611 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13612 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13615 #: git-bisect.sh:343
13618 "You need to start by \"git bisect start\".\n"
13619 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13620 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13623 #: git-bisect.sh:414 git-bisect.sh:546
13624 msgid "We are not bisecting."
13627 #: git-bisect.sh:421
13629 msgid "'$invalid' is not a valid commit"
13632 #: git-bisect.sh:430
13635 "Could not check out original HEAD '$branch'.\n"
13636 "Try 'git bisect reset <commit>'."
13639 #: git-bisect.sh:458
13640 msgid "No logfile given"
13643 #: git-bisect.sh:459
13645 msgid "cannot read $file for replaying"
13648 #: git-bisect.sh:480
13649 msgid "?? what are you talking about?"
13652 #: git-bisect.sh:492
13654 msgid "running $command"
13657 #: git-bisect.sh:499
13660 "bisect run failed:\n"
13661 "exit code $res from '$command' is < 0 or >= 128"
13664 #: git-bisect.sh:525
13665 msgid "bisect run cannot continue any more"
13668 #: git-bisect.sh:531
13671 "bisect run failed:\n"
13672 "'bisect_state $state' exited with error code $res"
13675 #: git-bisect.sh:538
13676 msgid "bisect run success"
13679 #: git-bisect.sh:565
13680 msgid "please use two different terms"
13683 #: git-bisect.sh:575
13685 msgid "'$term' is not a valid term"
13688 #: git-bisect.sh:578
13690 msgid "can't use the builtin command '$term' as a term"
13693 #: git-bisect.sh:587 git-bisect.sh:593
13695 msgid "can't change the meaning of term '$term'"
13698 #: git-bisect.sh:606
13700 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13703 #: git-bisect.sh:636
13704 msgid "no terms defined"
13707 #: git-bisect.sh:653
13710 "invalid argument $arg for 'git bisect terms'.\n"
13711 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13714 #: git-merge-octopus.sh:46
13716 "Error: Your local changes to the following files would be overwritten by "
13720 #: git-merge-octopus.sh:61
13721 msgid "Automated merge did not work."
13724 #: git-merge-octopus.sh:62
13725 msgid "Should not be doing an octopus."
13728 #: git-merge-octopus.sh:73
13730 msgid "Unable to find common commit with $pretty_name"
13733 #: git-merge-octopus.sh:77
13735 msgid "Already up to date with $pretty_name"
13738 #: git-merge-octopus.sh:89
13740 msgid "Fast-forwarding to: $pretty_name"
13743 #: git-merge-octopus.sh:97
13745 msgid "Trying simple merge with $pretty_name"
13748 #: git-merge-octopus.sh:102
13749 msgid "Simple merge did not work, trying automatic merge."
13752 #: git-rebase.sh:58
13754 "Resolve all conflicts manually, mark them as resolved with\n"
13755 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13756 "You can instead skip this commit: run \"git rebase --skip\".\n"
13757 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13761 #: git-rebase.sh:160 git-rebase.sh:402
13763 msgid "Could not move back to $head_name"
13766 #: git-rebase.sh:171
13767 msgid "Applied autostash."
13770 #: git-rebase.sh:174
13772 msgid "Cannot store $stash_sha1"
13775 #: git-rebase.sh:214
13776 msgid "The pre-rebase hook refused to rebase."
13779 #: git-rebase.sh:219
13780 msgid "It looks like git-am is in progress. Cannot rebase."
13783 #: git-rebase.sh:363
13784 msgid "No rebase in progress?"
13787 #: git-rebase.sh:374
13788 msgid "The --edit-todo action can only be used during interactive rebase."
13791 #: git-rebase.sh:381
13792 msgid "Cannot read HEAD"
13795 #: git-rebase.sh:384
13797 "You must edit all merge conflicts and then\n"
13798 "mark them as resolved using git add"
13801 #: git-rebase.sh:424
13804 "It seems that there is already a $state_dir_base directory, and\n"
13805 "I wonder if you are in the middle of another rebase. If that is the\n"
13806 "case, please try\n"
13807 "\t$cmd_live_rebase\n"
13808 "If that is not the case, please\n"
13809 "\t$cmd_clear_stale_rebase\n"
13810 "and run me again. I am stopping in case you still have something\n"
13814 #: git-rebase.sh:480
13816 msgid "invalid upstream $upstream_name"
13819 #: git-rebase.sh:504
13821 msgid "$onto_name: there are more than one merge bases"
13824 #: git-rebase.sh:507 git-rebase.sh:511
13826 msgid "$onto_name: there is no merge base"
13829 #: git-rebase.sh:516
13831 msgid "Does not point to a valid commit: $onto_name"
13834 #: git-rebase.sh:539
13836 msgid "fatal: no such branch: $branch_name"
13839 #: git-rebase.sh:572
13840 msgid "Cannot autostash"
13843 #: git-rebase.sh:577
13845 msgid "Created autostash: $stash_abbrev"
13848 #: git-rebase.sh:581
13849 msgid "Please commit or stash them."
13852 #: git-rebase.sh:601
13854 msgid "Current branch $branch_name is up to date."
13857 #: git-rebase.sh:605
13859 msgid "Current branch $branch_name is up to date, rebase forced."
13862 #: git-rebase.sh:616
13864 msgid "Changes from $mb to $onto:"
13867 #: git-rebase.sh:625
13868 msgid "First, rewinding head to replay your work on top of it..."
13871 #: git-rebase.sh:635
13873 msgid "Fast-forwarded $branch_name to $onto_name."
13877 msgid "git stash clear with parameters is unimplemented"
13880 #: git-stash.sh:102
13881 msgid "You do not have the initial commit yet"
13884 #: git-stash.sh:117
13885 msgid "Cannot save the current index state"
13888 #: git-stash.sh:132
13889 msgid "Cannot save the untracked files"
13892 #: git-stash.sh:152 git-stash.sh:165
13893 msgid "Cannot save the current worktree state"
13896 #: git-stash.sh:169
13897 msgid "No changes selected"
13900 #: git-stash.sh:172
13901 msgid "Cannot remove temporary index (can't happen)"
13904 #: git-stash.sh:185
13905 msgid "Cannot record working tree state"
13908 #: git-stash.sh:217
13910 msgid "Cannot update $ref_stash with $w_commit"
13913 #. TRANSLATORS: $option is an invalid option, like
13914 #. `--blah-blah'. The 7 spaces at the beginning of the
13915 #. second line correspond to "error: ". So you should line
13916 #. up the second line with however many characters the
13917 #. translation of "error: " takes in your language. E.g. in
13918 #. English this is:
13920 #. $ git stash save --blah-blah 2>&1 | head -n 2
13921 #. error: unknown option for 'stash save': --blah-blah
13922 #. To provide a message, use git stash save -- '--blah-blah'
13923 #: git-stash.sh:273
13926 "error: unknown option for 'stash save': $option\n"
13927 " To provide a message, use git stash save -- '$option'"
13930 #: git-stash.sh:288
13931 msgid "Can't use --patch and --include-untracked or --all at the same time"
13934 #: git-stash.sh:296
13935 msgid "No local changes to save"
13938 #: git-stash.sh:301
13939 msgid "Cannot initialize stash"
13942 #: git-stash.sh:305
13943 msgid "Cannot save the current status"
13946 #: git-stash.sh:306
13948 msgid "Saved working directory and index state $stash_msg"
13951 #: git-stash.sh:334
13952 msgid "Cannot remove worktree changes"
13955 #: git-stash.sh:482
13957 msgid "unknown option: $opt"
13960 #: git-stash.sh:495
13961 msgid "No stash entries found."
13964 #: git-stash.sh:502
13966 msgid "Too many revisions specified: $REV"
13969 #: git-stash.sh:517
13971 msgid "$reference is not a valid reference"
13974 #: git-stash.sh:545
13976 msgid "'$args' is not a stash-like commit"
13979 #: git-stash.sh:556
13981 msgid "'$args' is not a stash reference"
13984 #: git-stash.sh:564
13985 msgid "unable to refresh index"
13988 #: git-stash.sh:568
13989 msgid "Cannot apply a stash in the middle of a merge"
13992 #: git-stash.sh:576
13993 msgid "Conflicts in index. Try without --index."
13996 #: git-stash.sh:578
13997 msgid "Could not save index tree"
14000 #: git-stash.sh:587
14001 msgid "Could not restore untracked files from stash entry"
14004 #: git-stash.sh:612
14005 msgid "Cannot unstage modified files"
14008 #: git-stash.sh:627
14009 msgid "Index was not unstashed."
14012 #: git-stash.sh:641
14013 msgid "The stash entry is kept in case you need it again."
14016 #: git-stash.sh:650
14018 msgid "Dropped ${REV} ($s)"
14021 #: git-stash.sh:651
14023 msgid "${REV}: Could not drop stash entry"
14026 #: git-stash.sh:659
14027 msgid "No branch name specified"
14030 #: git-stash.sh:738
14031 msgid "(To restore them type \"git stash apply\")"
14034 #: git-submodule.sh:181
14035 msgid "Relative path can only be used from the toplevel of the working tree"
14038 #: git-submodule.sh:191
14040 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14043 #: git-submodule.sh:210
14045 msgid "'$sm_path' already exists in the index"
14048 #: git-submodule.sh:213
14050 msgid "'$sm_path' already exists in the index and is not a submodule"
14053 #: git-submodule.sh:219
14056 "The following path is ignored by one of your .gitignore files:\n"
14058 "Use -f if you really want to add it."
14061 #: git-submodule.sh:237
14063 msgid "Adding existing repo at '$sm_path' to the index"
14066 #: git-submodule.sh:239
14068 msgid "'$sm_path' already exists and is not a valid git repo"
14071 #: git-submodule.sh:247
14073 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14076 #: git-submodule.sh:249
14079 "If you want to reuse this local git directory instead of cloning again from\n"
14081 "use the '--force' option. If the local git directory is not the correct "
14083 "or you are unsure what this means choose another name with the '--name' "
14087 #: git-submodule.sh:255
14089 msgid "Reactivating local git directory for submodule '$sm_name'."
14092 #: git-submodule.sh:267
14094 msgid "Unable to checkout submodule '$sm_path'"
14097 #: git-submodule.sh:272
14099 msgid "Failed to add submodule '$sm_path'"
14102 #: git-submodule.sh:281
14104 msgid "Failed to register submodule '$sm_path'"
14107 #: git-submodule.sh:342
14109 msgid "Entering '$displaypath'"
14112 #: git-submodule.sh:362
14114 msgid "Stopping at '$displaypath'; script returned non-zero status."
14117 #: git-submodule.sh:433
14119 msgid "pathspec and --all are incompatible"
14122 #: git-submodule.sh:438
14124 msgid "Use '--all' if you really want to deinitialize all submodules"
14127 #: git-submodule.sh:458
14130 "Submodule work tree '$displaypath' contains a .git directory\n"
14131 "(use 'rm -rf' if you really want to remove it including all of its history)"
14134 #: git-submodule.sh:466
14137 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14141 #: git-submodule.sh:469
14143 msgid "Cleared directory '$displaypath'"
14146 #: git-submodule.sh:470
14148 msgid "Could not remove submodule work tree '$displaypath'"
14151 #: git-submodule.sh:473
14153 msgid "Could not create empty submodule directory '$displaypath'"
14156 #: git-submodule.sh:482
14158 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14161 #: git-submodule.sh:637
14163 msgid "Unable to find current revision in submodule path '$displaypath'"
14166 #: git-submodule.sh:647
14168 msgid "Unable to fetch in submodule path '$sm_path'"
14171 #: git-submodule.sh:652
14174 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14178 #: git-submodule.sh:670
14180 msgid "Unable to fetch in submodule path '$displaypath'"
14183 #: git-submodule.sh:676
14186 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14187 "Direct fetching of that commit failed."
14190 #: git-submodule.sh:683
14192 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14195 #: git-submodule.sh:684
14197 msgid "Submodule path '$displaypath': checked out '$sha1'"
14200 #: git-submodule.sh:688
14202 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14205 #: git-submodule.sh:689
14207 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14210 #: git-submodule.sh:694
14212 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14215 #: git-submodule.sh:695
14217 msgid "Submodule path '$displaypath': merged in '$sha1'"
14220 #: git-submodule.sh:700
14222 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14225 #: git-submodule.sh:701
14227 msgid "Submodule path '$displaypath': '$command $sha1'"
14230 #: git-submodule.sh:732
14232 msgid "Failed to recurse into submodule path '$displaypath'"
14235 #: git-submodule.sh:840
14236 msgid "The --cached option cannot be used with the --files option"
14239 #: git-submodule.sh:892
14241 msgid "unexpected mode $mod_dst"
14244 #: git-submodule.sh:912
14246 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14249 #: git-submodule.sh:915
14251 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14254 #: git-submodule.sh:918
14256 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14259 #: git-submodule.sh:1064
14261 msgid "Failed to recurse into submodule path '$sm_path'"
14264 #: git-submodule.sh:1136
14266 msgid "Synchronizing submodule url for '$displaypath'"
14269 #: git-parse-remote.sh:89
14271 msgid "See git-${cmd}(1) for details."
14274 #: git-rebase--interactive.sh:140
14276 msgid "Rebasing ($new_count/$total)"
14279 #: git-rebase--interactive.sh:156
14283 "p, pick = use commit\n"
14284 "r, reword = use commit, but edit the commit message\n"
14285 "e, edit = use commit, but stop for amending\n"
14286 "s, squash = use commit, but meld into previous commit\n"
14287 "f, fixup = like \"squash\", but discard this commit's log message\n"
14288 "x, exec = run command (the rest of the line) using shell\n"
14289 "d, drop = remove commit\n"
14291 "These lines can be re-ordered; they are executed from top to bottom.\n"
14294 #: git-rebase--interactive.sh:171
14297 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14300 #: git-rebase--interactive.sh:175
14303 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14306 #: git-rebase--interactive.sh:211
14309 "You can amend the commit now, with\n"
14311 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14313 "Once you are satisfied with your changes, run\n"
14315 "\tgit rebase --continue"
14318 #: git-rebase--interactive.sh:236
14320 msgid "$sha1: not a commit that can be picked"
14323 #: git-rebase--interactive.sh:275
14325 msgid "Invalid commit name: $sha1"
14328 #: git-rebase--interactive.sh:317
14329 msgid "Cannot write current commit's replacement sha1"
14332 #: git-rebase--interactive.sh:369
14334 msgid "Fast-forward to $sha1"
14337 #: git-rebase--interactive.sh:371
14339 msgid "Cannot fast-forward to $sha1"
14342 #: git-rebase--interactive.sh:380
14344 msgid "Cannot move HEAD to $first_parent"
14347 #: git-rebase--interactive.sh:385
14349 msgid "Refusing to squash a merge: $sha1"
14352 #: git-rebase--interactive.sh:400
14354 msgid "Error redoing merge $sha1"
14357 #: git-rebase--interactive.sh:408
14359 msgid "Could not pick $sha1"
14362 #: git-rebase--interactive.sh:417
14364 msgid "This is the commit message #${n}:"
14367 #: git-rebase--interactive.sh:422
14369 msgid "The commit message #${n} will be skipped:"
14372 #: git-rebase--interactive.sh:433
14374 msgid "This is a combination of $count commit."
14375 msgid_plural "This is a combination of $count commits."
14379 #: git-rebase--interactive.sh:442
14381 msgid "Cannot write $fixup_msg"
14384 #: git-rebase--interactive.sh:445
14385 msgid "This is a combination of 2 commits."
14388 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14389 #: git-rebase--interactive.sh:532
14391 msgid "Could not apply $sha1... $rest"
14394 #: git-rebase--interactive.sh:560
14397 "Could not amend commit after successfully picking $sha1... $rest\n"
14398 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14399 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14401 "you are able to reword the commit."
14404 #: git-rebase--interactive.sh:575
14406 msgid "Stopped at $sha1_abbrev... $rest"
14409 #: git-rebase--interactive.sh:590
14411 msgid "Cannot '$squash_style' without a previous commit"
14414 #: git-rebase--interactive.sh:632
14416 msgid "Executing: $rest"
14419 #: git-rebase--interactive.sh:640
14421 msgid "Execution failed: $rest"
14424 #: git-rebase--interactive.sh:642
14425 msgid "and made changes to the index and/or the working tree"
14428 #: git-rebase--interactive.sh:644
14430 "You can fix the problem, and then run\n"
14432 "\tgit rebase --continue"
14435 #. TRANSLATORS: after these lines is a command to be issued by the user
14436 #: git-rebase--interactive.sh:657
14439 "Execution succeeded: $rest\n"
14440 "but left changes to the index and/or the working tree\n"
14441 "Commit or stash your changes, and then run\n"
14443 "\tgit rebase --continue"
14446 #: git-rebase--interactive.sh:668
14448 msgid "Unknown command: $command $sha1 $rest"
14451 #: git-rebase--interactive.sh:669
14452 msgid "Please fix this using 'git rebase --edit-todo'."
14455 #: git-rebase--interactive.sh:704
14457 msgid "Successfully rebased and updated $head_name."
14460 #: git-rebase--interactive.sh:749
14461 msgid "could not detach HEAD"
14464 #: git-rebase--interactive.sh:784
14465 msgid "Could not remove CHERRY_PICK_HEAD"
14468 #: git-rebase--interactive.sh:789
14471 "You have staged changes in your working tree.\n"
14472 "If these changes are meant to be\n"
14473 "squashed into the previous commit, run:\n"
14475 " git commit --amend $gpg_sign_opt_quoted\n"
14477 "If they are meant to go into a new commit, run:\n"
14479 " git commit $gpg_sign_opt_quoted\n"
14481 "In both cases, once you're done, continue with:\n"
14483 " git rebase --continue\n"
14486 #: git-rebase--interactive.sh:806
14487 msgid "Error trying to find the author identity to amend commit"
14490 #: git-rebase--interactive.sh:811
14492 "You have uncommitted changes in your working tree. Please commit them\n"
14493 "first and then run 'git rebase --continue' again."
14496 #: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14497 msgid "Could not commit staged changes."
14500 #: git-rebase--interactive.sh:848
14503 "You are editing the todo file of an ongoing interactive rebase.\n"
14504 "To continue rebase after editing, run:\n"
14505 " git rebase --continue\n"
14509 #: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14510 msgid "Could not execute editor"
14513 #: git-rebase--interactive.sh:869
14515 msgid "Could not checkout $switch_to"
14518 #: git-rebase--interactive.sh:874
14522 #: git-rebase--interactive.sh:875
14524 msgid "Could not create temporary $state_dir"
14527 #: git-rebase--interactive.sh:877
14528 msgid "Could not mark as interactive"
14531 #: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14532 msgid "Could not init rewritten commits"
14535 #: git-rebase--interactive.sh:993
14537 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14538 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14542 #: git-rebase--interactive.sh:998
14545 "However, if you remove everything, the rebase will be aborted.\n"
14549 #: git-rebase--interactive.sh:1005
14550 msgid "Note that empty commits are commented out"
14553 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14555 msgid "usage: $dashless $USAGE"
14558 #: git-sh-setup.sh:190
14560 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14563 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14565 msgid "fatal: $program_name cannot be used without a working tree."
14568 #: git-sh-setup.sh:220
14569 msgid "Cannot rebase: You have unstaged changes."
14572 #: git-sh-setup.sh:223
14573 msgid "Cannot rewrite branches: You have unstaged changes."
14576 #: git-sh-setup.sh:226
14577 msgid "Cannot pull with rebase: You have unstaged changes."
14580 #: git-sh-setup.sh:229
14582 msgid "Cannot $action: You have unstaged changes."
14585 #: git-sh-setup.sh:242
14586 msgid "Cannot rebase: Your index contains uncommitted changes."
14589 #: git-sh-setup.sh:245
14590 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14593 #: git-sh-setup.sh:248
14595 msgid "Cannot $action: Your index contains uncommitted changes."
14598 #: git-sh-setup.sh:252
14599 msgid "Additionally, your index contains uncommitted changes."
14602 #: git-sh-setup.sh:372
14603 msgid "You need to run this command from the toplevel of the working tree."
14606 #: git-sh-setup.sh:377
14607 msgid "Unable to determine absolute path of git directory"
14610 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14611 #: git-add--interactive.perl:196
14613 msgid "%12s %12s %s"
14616 #: git-add--interactive.perl:197
14620 #: git-add--interactive.perl:197
14624 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14628 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14632 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14636 #: git-add--interactive.perl:602
14638 msgid "added %d path\n"
14639 msgid_plural "added %d paths\n"
14643 #: git-add--interactive.perl:605
14645 msgid "updated %d path\n"
14646 msgid_plural "updated %d paths\n"
14650 #: git-add--interactive.perl:608
14652 msgid "reverted %d path\n"
14653 msgid_plural "reverted %d paths\n"
14657 #: git-add--interactive.perl:611
14659 msgid "touched %d path\n"
14660 msgid_plural "touched %d paths\n"
14664 #: git-add--interactive.perl:620
14668 #: git-add--interactive.perl:632
14672 #: git-add--interactive.perl:655
14674 msgid "note: %s is untracked now.\n"
14677 #: git-add--interactive.perl:666
14678 msgid "Add untracked"
14681 #: git-add--interactive.perl:672
14682 msgid "No untracked files.\n"
14685 #: git-add--interactive.perl:985
14687 "If the patch applies cleanly, the edited hunk will immediately be\n"
14688 "marked for staging."
14691 #: git-add--interactive.perl:988
14693 "If the patch applies cleanly, the edited hunk will immediately be\n"
14694 "marked for stashing."
14697 #: git-add--interactive.perl:991
14699 "If the patch applies cleanly, the edited hunk will immediately be\n"
14700 "marked for unstaging."
14703 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14705 "If the patch applies cleanly, the edited hunk will immediately be\n"
14706 "marked for applying."
14709 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14711 "If the patch applies cleanly, the edited hunk will immediately be\n"
14712 "marked for discarding."
14715 #: git-add--interactive.perl:1013
14717 msgid "failed to open hunk edit file for writing: %s"
14720 #: git-add--interactive.perl:1014
14721 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14724 #: git-add--interactive.perl:1020
14728 "To remove '%s' lines, make them ' ' lines (context).\n"
14729 "To remove '%s' lines, delete them.\n"
14730 "Lines starting with %s will be removed.\n"
14733 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14734 #: git-add--interactive.perl:1028
14736 "If it does not apply cleanly, you will be given an opportunity to\n"
14737 "edit again. If all lines of the hunk are removed, then the edit is\n"
14738 "aborted and the hunk is left unchanged.\n"
14741 #: git-add--interactive.perl:1042
14743 msgid "failed to open hunk edit file for reading: %s"
14746 #. TRANSLATORS: do not translate [y/n]
14747 #. The program will only accept that input
14749 #. Consider translating (saying "no" discards!) as
14750 #. (saying "n" for "no" discards!) if the translation
14751 #. of the word "no" does not start with n.
14752 #: git-add--interactive.perl:1134
14754 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14757 #: git-add--interactive.perl:1143
14759 "y - stage this hunk\n"
14760 "n - do not stage this hunk\n"
14761 "q - quit; do not stage this hunk or any of the remaining ones\n"
14762 "a - stage this hunk and all later hunks in the file\n"
14763 "d - do not stage this hunk or any of the later hunks in the file"
14766 #: git-add--interactive.perl:1149
14768 "y - stash this hunk\n"
14769 "n - do not stash this hunk\n"
14770 "q - quit; do not stash this hunk or any of the remaining ones\n"
14771 "a - stash this hunk and all later hunks in the file\n"
14772 "d - do not stash this hunk or any of the later hunks in the file"
14775 #: git-add--interactive.perl:1155
14777 "y - unstage this hunk\n"
14778 "n - do not unstage this hunk\n"
14779 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14780 "a - unstage this hunk and all later hunks in the file\n"
14781 "d - do not unstage this hunk or any of the later hunks in the file"
14784 #: git-add--interactive.perl:1161
14786 "y - apply this hunk to index\n"
14787 "n - do not apply this hunk to index\n"
14788 "q - quit; do not apply this hunk or any of the remaining ones\n"
14789 "a - apply this hunk and all later hunks in the file\n"
14790 "d - do not apply this hunk or any of the later hunks in the file"
14793 #: git-add--interactive.perl:1167
14795 "y - discard this hunk from worktree\n"
14796 "n - do not discard this hunk from worktree\n"
14797 "q - quit; do not discard this hunk or any of the remaining ones\n"
14798 "a - discard this hunk and all later hunks in the file\n"
14799 "d - do not discard this hunk or any of the later hunks in the file"
14802 #: git-add--interactive.perl:1173
14804 "y - discard this hunk from index and worktree\n"
14805 "n - do not discard this hunk from index and worktree\n"
14806 "q - quit; do not discard this hunk or any of the remaining ones\n"
14807 "a - discard this hunk and all later hunks in the file\n"
14808 "d - do not discard this hunk or any of the later hunks in the file"
14811 #: git-add--interactive.perl:1179
14813 "y - apply this hunk to index and worktree\n"
14814 "n - do not apply this hunk to index and worktree\n"
14815 "q - quit; do not apply this hunk or any of the remaining ones\n"
14816 "a - apply this hunk and all later hunks in the file\n"
14817 "d - do not apply this hunk or any of the later hunks in the file"
14820 #: git-add--interactive.perl:1188
14822 "g - select a hunk to go to\n"
14823 "/ - search for a hunk matching the given regex\n"
14824 "j - leave this hunk undecided, see next undecided hunk\n"
14825 "J - leave this hunk undecided, see next hunk\n"
14826 "k - leave this hunk undecided, see previous undecided hunk\n"
14827 "K - leave this hunk undecided, see previous hunk\n"
14828 "s - split the current hunk into smaller hunks\n"
14829 "e - manually edit the current hunk\n"
14833 #: git-add--interactive.perl:1219
14834 msgid "The selected hunks do not apply to the index!\n"
14837 #: git-add--interactive.perl:1220
14838 msgid "Apply them to the worktree anyway? "
14841 #: git-add--interactive.perl:1223
14842 msgid "Nothing was applied.\n"
14845 #: git-add--interactive.perl:1234
14847 msgid "ignoring unmerged: %s\n"
14850 #: git-add--interactive.perl:1243
14851 msgid "Only binary files changed.\n"
14854 #: git-add--interactive.perl:1245
14855 msgid "No changes.\n"
14858 #: git-add--interactive.perl:1253
14859 msgid "Patch update"
14862 #: git-add--interactive.perl:1305
14864 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14867 #: git-add--interactive.perl:1306
14869 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14872 #: git-add--interactive.perl:1307
14874 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14877 #: git-add--interactive.perl:1310
14879 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14882 #: git-add--interactive.perl:1311
14884 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14887 #: git-add--interactive.perl:1312
14889 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14892 #: git-add--interactive.perl:1315
14894 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14897 #: git-add--interactive.perl:1316
14899 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14902 #: git-add--interactive.perl:1317
14904 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14907 #: git-add--interactive.perl:1320
14909 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14912 #: git-add--interactive.perl:1321
14914 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14917 #: git-add--interactive.perl:1322
14919 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14922 #: git-add--interactive.perl:1325
14924 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14927 #: git-add--interactive.perl:1326
14929 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14932 #: git-add--interactive.perl:1327
14934 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14937 #: git-add--interactive.perl:1330
14939 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14942 #: git-add--interactive.perl:1331
14944 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14947 #: git-add--interactive.perl:1332
14949 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14952 #: git-add--interactive.perl:1335
14954 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14957 #: git-add--interactive.perl:1336
14959 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14962 #: git-add--interactive.perl:1337
14964 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14967 #: git-add--interactive.perl:1440
14968 msgid "go to which hunk (<ret> to see more)? "
14971 #: git-add--interactive.perl:1442
14972 msgid "go to which hunk? "
14975 #: git-add--interactive.perl:1451
14977 msgid "Invalid number: '%s'\n"
14980 #: git-add--interactive.perl:1456
14982 msgid "Sorry, only %d hunk available.\n"
14983 msgid_plural "Sorry, only %d hunks available.\n"
14987 #: git-add--interactive.perl:1482
14988 msgid "search for regex? "
14991 #: git-add--interactive.perl:1495
14993 msgid "Malformed search regexp %s: %s\n"
14996 #: git-add--interactive.perl:1505
14997 msgid "No hunk matches the given pattern\n"
15000 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15001 msgid "No previous hunk\n"
15004 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15005 msgid "No next hunk\n"
15008 #: git-add--interactive.perl:1553
15010 msgid "Split into %d hunk.\n"
15011 msgid_plural "Split into %d hunks.\n"
15015 #: git-add--interactive.perl:1605
15016 msgid "Review diff"
15019 #. TRANSLATORS: please do not translate the command names
15020 #. 'status', 'update', 'revert', etc.
15021 #: git-add--interactive.perl:1624
15023 "status - show paths with changes\n"
15024 "update - add working tree state to the staged set of changes\n"
15025 "revert - revert staged set of changes back to the HEAD version\n"
15026 "patch - pick hunks and update selectively\n"
15027 "diff - view diff between HEAD and index\n"
15028 "add untracked - add contents of untracked files to the staged set of "
15032 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15033 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15034 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15038 #: git-add--interactive.perl:1662
15040 msgid "unknown --patch mode: %s"
15043 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15045 msgid "invalid argument %s, expecting --"
15048 #: git-send-email.perl:126
15049 msgid "local zone differs from GMT by a non-minute interval\n"
15052 #: git-send-email.perl:133 git-send-email.perl:139
15053 msgid "local time offset greater than or equal to 24 hours\n"
15056 #: git-send-email.perl:207 git-send-email.perl:213
15057 msgid "the editor exited uncleanly, aborting everything"
15060 #: git-send-email.perl:290
15063 "'%s' contains an intermediate version of the email you were composing.\n"
15066 #: git-send-email.perl:295
15068 msgid "'%s.final' contains the composed email.\n"
15071 #: git-send-email.perl:313
15072 msgid "--dump-aliases incompatible with other options\n"
15075 #: git-send-email.perl:378 git-send-email.perl:629
15076 msgid "Cannot run git format-patch from outside a repository\n"
15079 #: git-send-email.perl:447
15081 msgid "Unknown --suppress-cc field: '%s'\n"
15084 #: git-send-email.perl:476
15086 msgid "Unknown --confirm setting: '%s'\n"
15089 #: git-send-email.perl:504
15091 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15094 #: git-send-email.perl:506
15096 msgid "warning: `:include:` not supported: %s\n"
15099 #: git-send-email.perl:508
15101 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15104 #: git-send-email.perl:513
15106 msgid "warning: sendmail line is not recognized: %s\n"
15109 #: git-send-email.perl:595
15112 "File '%s' exists but it could also be the range of commits\n"
15113 "to produce patches for. Please disambiguate by...\n"
15115 " * Saying \"./%s\" if you mean a file; or\n"
15116 " * Giving --format-patch option if you mean a range.\n"
15119 #: git-send-email.perl:616
15121 msgid "Failed to opendir %s: %s"
15124 #: git-send-email.perl:640
15128 "warning: no patches were sent\n"
15131 #: git-send-email.perl:651
15134 "No patch files specified!\n"
15138 #: git-send-email.perl:664
15140 msgid "No subject line in %s?"
15143 #: git-send-email.perl:674
15145 msgid "Failed to open for writing %s: %s"
15148 #: git-send-email.perl:684
15150 "Lines beginning in \"GIT:\" will be removed.\n"
15151 "Consider including an overall diffstat or table of contents\n"
15152 "for the patch you are writing.\n"
15154 "Clear the body content if you don't wish to send a summary.\n"
15157 #: git-send-email.perl:707
15159 msgid "Failed to open %s.final: %s"
15162 #: git-send-email.perl:710
15164 msgid "Failed to open %s: %s"
15167 #: git-send-email.perl:745
15168 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15171 #: git-send-email.perl:754
15172 msgid "Summary email is empty, skipping it\n"
15175 #. TRANSLATORS: please keep [y/N] as is.
15176 #: git-send-email.perl:786
15178 msgid "Are you sure you want to use <%s> [y/N]? "
15181 #: git-send-email.perl:815
15183 "The following files are 8bit, but do not declare a Content-Transfer-"
15187 #: git-send-email.perl:820
15188 msgid "Which 8bit encoding should I declare [UTF-8]? "
15191 #: git-send-email.perl:828
15194 "Refusing to send because the patch\n"
15196 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15200 #: git-send-email.perl:847
15201 msgid "To whom should the emails be sent (if anyone)?"
15204 #: git-send-email.perl:865
15206 msgid "fatal: alias '%s' expands to itself\n"
15209 #: git-send-email.perl:877
15210 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15213 #: git-send-email.perl:927 git-send-email.perl:935
15215 msgid "error: unable to extract a valid address from: %s\n"
15218 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15219 #. translation. The program will only accept English input
15221 #: git-send-email.perl:939
15222 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15225 #: git-send-email.perl:1260
15227 msgid "CA path \"%s\" does not exist"
15230 #: git-send-email.perl:1335
15232 " The Cc list above has been expanded by additional\n"
15233 " addresses found in the patch commit message. By default\n"
15234 " send-email prompts before sending whenever this occurs.\n"
15235 " This behavior is controlled by the sendemail.confirm\n"
15236 " configuration setting.\n"
15238 " For additional information, run 'git send-email --help'.\n"
15239 " To retain the current behavior, but squelch this message,\n"
15240 " run 'git config --global sendemail.confirm auto'.\n"
15244 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15245 #. translation. The program will only accept English input
15247 #: git-send-email.perl:1350
15248 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15251 #: git-send-email.perl:1353
15252 msgid "Send this email reply required"
15255 #: git-send-email.perl:1379
15256 msgid "The required SMTP server is not properly defined."
15259 #: git-send-email.perl:1426
15261 msgid "Server does not support STARTTLS! %s"
15264 #: git-send-email.perl:1431 git-send-email.perl:1435
15266 msgid "STARTTLS failed! %s"
15269 #: git-send-email.perl:1445
15270 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15273 #: git-send-email.perl:1463
15275 msgid "Failed to send %s\n"
15278 #: git-send-email.perl:1466
15280 msgid "Dry-Sent %s\n"
15283 #: git-send-email.perl:1466
15288 #: git-send-email.perl:1468
15289 msgid "Dry-OK. Log says:\n"
15292 #: git-send-email.perl:1468
15293 msgid "OK. Log says:\n"
15296 #: git-send-email.perl:1480
15300 #: git-send-email.perl:1483
15301 msgid "Result: OK\n"
15304 #: git-send-email.perl:1496
15306 msgid "can't open file %s"
15309 #: git-send-email.perl:1543 git-send-email.perl:1563
15311 msgid "(mbox) Adding cc: %s from line '%s'\n"
15314 #: git-send-email.perl:1549
15316 msgid "(mbox) Adding to: %s from line '%s'\n"
15319 #: git-send-email.perl:1597
15321 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15324 #: git-send-email.perl:1622
15326 msgid "(body) Adding cc: %s from line '%s'\n"
15329 #: git-send-email.perl:1728
15331 msgid "(%s) Could not execute '%s'"
15334 #: git-send-email.perl:1735
15336 msgid "(%s) Adding %s: %s from: '%s'\n"
15339 #: git-send-email.perl:1739
15341 msgid "(%s) failed to close pipe to '%s'"
15344 #: git-send-email.perl:1766
15345 msgid "cannot send message as 7bit"
15348 #: git-send-email.perl:1774
15349 msgid "invalid transfer encoding"
15352 #: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15354 msgid "unable to open %s: %s\n"
15357 #: git-send-email.perl:1815
15359 msgid "%s: patch contains a line longer than 998 characters"
15362 #: git-send-email.perl:1831
15364 msgid "Skipping %s with backup suffix '%s'.\n"
15367 #. TRANSLATORS: please keep "[y|N]" as is.
15368 #: git-send-email.perl:1835
15370 msgid "Do you really want to send %s? [y|N]: "