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-07-15 11:57+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:1184
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:3392 apply.c:3403 apply.c:3449 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3429 apply.c:3669
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3512 apply.c:3683
335 msgid "%s: does not exist in index"
338 #: apply.c:3521 apply.c:3691
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:3575 apply.c:3579
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:3860 apply.c:3862
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:4091 builtin/checkout.c:235 builtin/reset.c:138
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:4298 apply.c:4442
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:4541 builtin/fetch.c:738 builtin/fetch.c:988
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:4866 apply.c:4881
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:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
572 msgid "Unable to write new index file"
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260
576 #: builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187
577 #: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
578 #: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
579 #: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
580 #: git-add--interactive.perl:197
585 msgid "don't apply changes matching the given path"
589 msgid "apply changes matching the given path"
592 #: apply.c:4927 builtin/am.c:2266
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:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
649 msgid "ensure at least <n> lines of context match"
652 #: apply.c:4959 builtin/am.c:2245
657 msgid "detect new or modified lines that have whitespace errors"
660 #: apply.c:4963 apply.c:4966
661 msgid "ignore changes in whitespace when finding context"
665 msgid "apply the patch in reverse"
669 msgid "don't expect at least one line of context"
673 msgid "leave the rejected hunks in corresponding *.rej files"
677 msgid "allow overlapping hunks"
680 #: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21
681 #: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651
682 #: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125
687 msgid "tolerate incorrectly detected missing new-line at the end of file"
691 msgid "do not trust the line counts in the hunk headers"
694 #: apply.c:4983 builtin/am.c:2254
699 msgid "prepend <root> to all filenames"
703 msgid "git archive [<options>] <tree-ish> [<path>...]"
707 msgid "git archive --list"
712 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
716 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 #: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
721 msgid "pathspec '%s' did not match any files"
729 msgid "archive format"
732 #: archive.c:419 builtin/log.c:1446
737 msgid "prepend prefix to each pathname in the archive"
740 #: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
741 #: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
742 #: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552
743 #: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120
744 #: parse-options.h:153
748 #: archive.c:422 builtin/archive.c:89
749 msgid "write the archive to this file"
753 msgid "read .gitattributes in working directory"
757 msgid "report archived files on stderr"
765 msgid "compress faster"
769 msgid "compress better"
773 msgid "list supported archive formats"
776 #: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108
777 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
781 #: archive.c:441 builtin/archive.c:91
782 msgid "retrieve the archive from remote repository <repo>"
785 #: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
789 #: archive.c:443 builtin/archive.c:93
790 msgid "path to the remote git-upload-archive command"
794 msgid "Unexpected option --remote"
798 msgid "Option --exec can only be used together with --remote"
802 msgid "Unexpected option --output"
807 msgid "Unknown archive format '%s'"
812 msgid "Argument not supported for format '%s': -%d"
817 msgid "%.*s is not a valid attribute name"
822 "Negative patterns are ignored in git attributes\n"
823 "Use '\\!' for literal leading exclamation."
828 msgid "Badly quoted content in file '%s': %s"
833 msgid "We cannot bisect more!\n"
838 msgid "Not a valid commit name %s"
844 "The merge base %s is bad.\n"
845 "This means the bug has been fixed between %s and [%s].\n"
851 "The merge base %s is new.\n"
852 "The property has changed between %s and [%s].\n"
858 "The merge base %s is %s.\n"
859 "This means the first '%s' commit is between %s and [%s].\n"
865 "Some %s revs are not ancestors of the %s rev.\n"
866 "git bisect cannot work properly in this case.\n"
867 "Maybe you mistook %s and %s revs?\n"
873 "the merge base between %s and [%s] must be skipped.\n"
874 "So we cannot be sure the first %s commit is between %s and %s.\n"
875 "We continue anyway."
880 msgid "Bisecting: a merge base must be tested\n"
885 msgid "a %s revision is needed"
888 #: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
890 msgid "could not create file '%s'"
895 msgid "could not read file '%s'"
899 msgid "reading bisect refs failed"
904 msgid "%s was both %s and %s\n"
910 "No testable commit found.\n"
911 "Maybe you started with bad path parameters?\n"
916 msgid "(roughly %d step)"
917 msgid_plural "(roughly %d steps)"
921 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
922 #. steps)" translation.
926 msgid "Bisecting: %d revision left to test after this %s\n"
927 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
932 msgid "--contents and --reverse do not blend well."
936 msgid "cannot use --contents with final commit object name"
940 msgid "--reverse and --first-parent together require specified latest commit"
943 #: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166
944 #: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907
945 #: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360
946 #: builtin/shortlog.c:177
947 msgid "revision walk setup failed"
952 "--reverse --first-parent together require range along first-parent chain"
957 msgid "no such path %s in %s"
962 msgid "cannot read blob %s for path %s"
969 "After fixing the error cause you may try to fix up\n"
970 "the remote tracking information by invoking\n"
971 "\"git branch --set-upstream-to=%s%s%s\"."
976 msgid "Not setting branch %s as its own upstream."
981 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
986 msgid "Branch %s set up to track remote branch %s from %s."
991 msgid "Branch %s set up to track local branch %s by rebasing."
996 msgid "Branch %s set up to track local branch %s."
1001 msgid "Branch %s set up to track remote ref %s by rebasing."
1006 msgid "Branch %s set up to track remote ref %s."
1011 msgid "Branch %s set up to track local ref %s by rebasing."
1016 msgid "Branch %s set up to track local ref %s."
1020 msgid "Unable to write upstream branch configuration"
1025 msgid "Not tracking: ambiguous information for ref %s"
1030 msgid "'%s' is not a valid branch name."
1035 msgid "A branch named '%s' already exists."
1039 msgid "Cannot force update the current branch."
1044 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1049 msgid "the requested upstream branch '%s' does not exist"
1055 "If you are planning on basing your work on an upstream\n"
1056 "branch that already exists at the remote, you may need to\n"
1057 "run \"git fetch\" to retrieve it.\n"
1059 "If you are planning to push out a new local branch that\n"
1060 "will track its remote counterpart, you may want to use\n"
1061 "\"git push -u\" to set the upstream config as you push."
1066 msgid "Not a valid object name: '%s'."
1071 msgid "Ambiguous object name: '%s'."
1076 msgid "Not a valid branch point: '%s'."
1081 msgid "'%s' is already checked out at '%s'"
1086 msgid "HEAD of working tree %s is not updated"
1091 msgid "'%s' does not look like a v2 bundle file"
1096 msgid "unrecognized header: %s%s (%d)"
1099 #: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1101 msgid "could not open '%s'"
1105 msgid "Repository lacks these prerequisite commits:"
1110 msgid "The bundle contains this ref:"
1111 msgid_plural "The bundle contains these %d refs:"
1116 msgid "The bundle records a complete history."
1121 msgid "The bundle requires this ref:"
1122 msgid_plural "The bundle requires these %d refs:"
1127 msgid "Could not spawn pack-objects"
1131 msgid "pack-objects died"
1135 msgid "rev-list died"
1140 msgid "ref '%s' is excluded by the rev-list options"
1143 #: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1145 msgid "unrecognized argument: %s"
1149 msgid "Refusing to create empty bundle."
1154 msgid "cannot create '%s'"
1158 msgid "index-pack died"
1163 msgid "invalid color value: %.*s"
1166 #: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1167 #: builtin/am.c:1469 builtin/am.c:2107
1169 msgid "could not parse %s"
1174 msgid "%s %s is not a commit!"
1179 "Warning: commit message did not conform to UTF-8.\n"
1180 "You may want to amend it after fixing the message, or set the config\n"
1181 "variable i18n.commitencoding to the encoding your project uses.\n"
1184 #: compat/obstack.c:406 compat/obstack.c:408
1185 msgid "memory exhausted"
1189 msgid "relative config include conditionals must come from files"
1194 msgid "bad config line %d in blob %s"
1199 msgid "bad config line %d in file %s"
1204 msgid "bad config line %d in standard input"
1209 msgid "bad config line %d in submodule-blob %s"
1214 msgid "bad config line %d in command line %s"
1219 msgid "bad config line %d in %s"
1223 msgid "out of range"
1227 msgid "invalid unit"
1232 msgid "bad numeric config value '%s' for '%s': %s"
1237 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1242 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1247 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1252 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1257 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1262 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1267 msgid "failed to expand user dir in: '%s'"
1270 #: config.c:1084 config.c:1095
1272 msgid "bad zlib compression level %d"
1277 msgid "invalid mode for object creation: %s"
1282 msgid "bad pack compression level %d"
1286 msgid "unable to parse command-line config"
1290 msgid "unknown error occurred while reading the configuration files"
1295 msgid "Invalid %s: '%s'"
1300 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1305 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1310 msgid "unable to parse '%s' from command-line config"
1315 msgid "bad config variable '%s' in file '%s' at line %d"
1320 msgid "%s has multiple values"
1323 #: config.c:2517 config.c:2745
1325 msgid "fstat on %s failed"
1330 msgid "could not set '%s' to '%s'"
1333 #: config.c:2637 builtin/remote.c:775
1335 msgid "could not unset '%s'"
1339 msgid "The remote end hung up upon initial contact"
1344 "Could not read from remote repository.\n"
1346 "Please make sure you have the correct access rights\n"
1347 "and the repository exists."
1350 #: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1351 msgid "Checking connectivity"
1355 msgid "Could not run 'git rev-list'"
1359 msgid "failed write to rev-list"
1363 msgid "failed to close rev-list's stdin"
1369 "CRLF will be replaced by LF in %s.\n"
1370 "The file will have its original line endings in your working directory."
1375 msgid "CRLF would be replaced by LF in %s."
1381 "LF will be replaced by CRLF in %s.\n"
1382 "The file will have its original line endings in your working directory."
1387 msgid "LF would be replaced by CRLF in %s"
1391 msgid "in the future"
1394 #: date.c:122 date.c:129 date.c:136 date.c:143 date.c:149 date.c:156 date.c:167
1395 #: date.c:175 date.c:180
1401 #. TRANSLATORS: "%s" is "<n> years"
1404 msgid_plural "%s, %"
1408 #: diffcore-order.c:24
1410 msgid "failed to read orderfile '%s'"
1413 #: diffcore-rename.c:536
1414 msgid "Performing inexact rename detection"
1419 msgid "option '%s' requires a value"
1424 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1429 msgid " Unknown dirstat parameter '%s'\n"
1434 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1440 "Found errors in 'diff.dirstat' config variable:\n"
1446 msgid "external diff died, stopping at %s"
1450 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1454 msgid "--follow requires exactly one pathspec"
1460 "Failed to parse --dirstat/-X option parameter:\n"
1466 msgid "Failed to parse --submodule option parameter: '%s'"
1470 msgid "inexact rename detection was skipped due to too many files."
1474 msgid "only found copies from modified paths due to too many files."
1480 "you may want to set your %s variable to at least %d and retry the command."
1484 msgid "failed to get kernel name and information"
1488 msgid "Untracked cache is disabled on this system or location."
1491 #: dir.c:2846 dir.c:2851
1493 msgid "could not create directories for %s"
1498 msgid "could not migrate git directory from '%s' to '%s'"
1503 msgid "could not stat file '%s'"
1507 msgid "git fetch-pack: expected shallow list"
1511 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1514 #: fetch-pack.c:282 builtin/archive.c:63
1516 msgid "remote error: %s"
1521 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1525 msgid "--stateless-rpc requires multi_ack_detailed"
1530 msgid "invalid shallow line: %s"
1535 msgid "invalid unshallow line: %s"
1540 msgid "object not found: %s"
1545 msgid "error in object: %s"
1550 msgid "no shallow found: %s"
1555 msgid "expected shallow/unshallow, got %s"
1560 msgid "got %s %d %s"
1565 msgid "invalid commit %s"
1572 #: fetch-pack.c:533 progress.c:235
1578 msgid "got %s (%d) %s"
1583 msgid "Marking %s as complete"
1588 msgid "already have %s (%s)"
1592 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1596 msgid "protocol error: bad pack header"
1601 msgid "fetch-pack: unable to fork off %s"
1610 msgid "error in sideband demultiplexer"
1614 msgid "Server does not support shallow clients"
1618 msgid "Server supports multi_ack_detailed"
1622 msgid "Server supports no-done"
1626 msgid "Server supports multi_ack"
1630 msgid "Server supports side-band-64k"
1634 msgid "Server supports side-band"
1638 msgid "Server supports allow-tip-sha1-in-want"
1642 msgid "Server supports allow-reachable-sha1-in-want"
1646 msgid "Server supports ofs-delta"
1651 msgid "Server version is %.*s"
1655 msgid "Server does not support --shallow-since"
1659 msgid "Server does not support --shallow-exclude"
1663 msgid "Server does not support --deepen"
1667 msgid "no common commits"
1670 #: fetch-pack.c:1003
1671 msgid "git fetch-pack: fetch failed."
1674 #: fetch-pack.c:1165
1675 msgid "no matching remote head"
1678 #: fetch-pack.c:1187
1680 msgid "no such remote ref %s"
1683 #: fetch-pack.c:1190
1685 msgid "Server does not allow request for unadvertised object %s"
1688 #: gpg-interface.c:181
1689 msgid "gpg failed to sign the data"
1692 #: gpg-interface.c:211
1693 msgid "could not create temporary file"
1696 #: gpg-interface.c:213
1698 msgid "failed writing detached signature to '%s'"
1703 msgid "ignore invalid color '%.*s' in log.graphColors"
1708 msgid "'%s': unable to read %s"
1711 #: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1713 msgid "failed to stat '%s'"
1718 msgid "'%s': short read"
1723 msgid "available git commands in '%s'"
1727 msgid "git commands available from elsewhere on your $PATH"
1731 msgid "These are common Git commands used in various situations:"
1737 "'%s' appears to be a git command, but we were not\n"
1738 "able to execute it. Maybe git-%s is broken?"
1742 msgid "Uh oh. Your system reports no Git commands at all."
1747 msgid "WARNING: You called a Git command named '%s', which does not exist."
1752 msgid "Continuing under the assumption that you meant '%s'."
1757 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1762 msgid "git: '%s' is not a git command. See 'git --help'."
1768 "The most similar command is"
1771 "The most similar commands are"
1776 msgid "git version [<options>]"
1787 "Did you mean this?"
1790 "Did you mean one of these?"
1797 "*** Please tell me who you are.\n"
1801 " git config --global user.email \"you@example.com\"\n"
1802 " git config --global user.name \"Your Name\"\n"
1804 "to set your account's default identity.\n"
1805 "Omit --global to set the identity only in this repository.\n"
1810 msgid "no email was given and auto-detection is disabled"
1815 msgid "unable to auto-detect email address (got '%s')"
1819 msgid "no name was given and auto-detection is disabled"
1824 msgid "unable to auto-detect name (got '%s')"
1829 msgid "empty ident name (for <%s>) not allowed"
1834 msgid "name consists only of disallowed characters: %s"
1837 #: ident.c:416 builtin/commit.c:612
1839 msgid "invalid date format: %s"
1845 "Unable to create '%s.lock': %s.\n"
1847 "Another git process seems to be running in this repository, e.g.\n"
1848 "an editor opened by 'git commit'. Please make sure all processes\n"
1849 "are terminated then try again. If it still fails, a git process\n"
1850 "may have crashed in this repository earlier:\n"
1851 "remove the file manually to continue."
1856 msgid "Unable to create '%s.lock': %s"
1860 msgid "failed to read the cache"
1863 #: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
1864 #: builtin/checkout.c:591 builtin/clone.c:753
1865 msgid "unable to write new index file"
1868 #: merge-recursive.c:210
1869 msgid "(bad commit)\n"
1872 #: merge-recursive.c:232 merge-recursive.c:240
1874 msgid "addinfo_cache failed for path '%s'"
1877 #: merge-recursive.c:304
1878 msgid "error building trees"
1881 #: merge-recursive.c:728
1883 msgid "failed to create path '%s'%s"
1886 #: merge-recursive.c:739
1888 msgid "Removing %s to make room for subdirectory\n"
1891 #: merge-recursive.c:753 merge-recursive.c:772
1892 msgid ": perhaps a D/F conflict?"
1895 #: merge-recursive.c:762
1897 msgid "refusing to lose untracked file at '%s'"
1900 #: merge-recursive.c:804 builtin/cat-file.c:36
1902 msgid "cannot read object %s '%s'"
1905 #: merge-recursive.c:806
1907 msgid "blob expected for %s '%s'"
1910 #: merge-recursive.c:830
1912 msgid "failed to open '%s': %s"
1915 #: merge-recursive.c:841
1917 msgid "failed to symlink '%s': %s"
1920 #: merge-recursive.c:846
1922 msgid "do not know what to do with %06o %s '%s'"
1925 #: merge-recursive.c:986
1926 msgid "Failed to execute internal merge"
1929 #: merge-recursive.c:990
1931 msgid "Unable to add %s to database"
1934 #: merge-recursive.c:1093
1937 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1941 #: merge-recursive.c:1098
1944 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1948 #: merge-recursive.c:1105
1951 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1955 #: merge-recursive.c:1110
1958 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1959 "left in tree at %s."
1962 #: merge-recursive.c:1144
1966 #: merge-recursive.c:1144
1970 #: merge-recursive.c:1201
1972 msgid "%s is a directory in %s adding as %s instead"
1975 #: merge-recursive.c:1226
1978 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1979 "\"->\"%s\" in \"%s\"%s"
1982 #: merge-recursive.c:1231
1983 msgid " (left unresolved)"
1986 #: merge-recursive.c:1293
1988 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1991 #: merge-recursive.c:1326
1993 msgid "Renaming %s to %s and %s to %s instead"
1996 #: merge-recursive.c:1529
1998 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2001 #: merge-recursive.c:1544
2003 msgid "Adding merged %s"
2006 #: merge-recursive.c:1551 merge-recursive.c:1781
2008 msgid "Adding as %s instead"
2011 #: merge-recursive.c:1608
2013 msgid "cannot read object %s"
2016 #: merge-recursive.c:1611
2018 msgid "object %s is not a blob"
2021 #: merge-recursive.c:1680
2025 #: merge-recursive.c:1680
2029 #: merge-recursive.c:1690
2033 #: merge-recursive.c:1697
2037 #: merge-recursive.c:1733
2039 msgid "Skipped %s (merged same as existing)"
2042 #: merge-recursive.c:1747
2044 msgid "Auto-merging %s"
2047 #: merge-recursive.c:1751 git-submodule.sh:945
2051 #: merge-recursive.c:1752
2053 msgid "CONFLICT (%s): Merge conflict in %s"
2056 #: merge-recursive.c:1846
2061 #: merge-recursive.c:1872
2062 msgid "file/directory"
2065 #: merge-recursive.c:1878
2066 msgid "directory/file"
2069 #: merge-recursive.c:1884
2071 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2074 #: merge-recursive.c:1893
2079 #: merge-recursive.c:1930
2080 msgid "Already up-to-date!"
2083 #: merge-recursive.c:1939
2085 msgid "merging of trees %s and %s failed"
2088 #: merge-recursive.c:2022
2092 #: merge-recursive.c:2035
2094 msgid "found %u common ancestor:"
2095 msgid_plural "found %u common ancestors:"
2099 #: merge-recursive.c:2074
2100 msgid "merge returned no commit"
2103 #: merge-recursive.c:2137
2105 msgid "Could not parse object '%s'"
2108 #: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2109 msgid "Unable to write index."
2112 #: notes-merge.c:273
2115 "You have not concluded your previous notes merge (%s exists).\n"
2116 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2117 "commit/abort the previous merge before you start a new notes merge."
2120 #: notes-merge.c:280
2122 msgid "You have not concluded your notes merge (%s exists)."
2126 msgid "Cannot commit uninitialized/unreferenced notes tree"
2129 #: notes-utils.c:101
2131 msgid "Bad notes.rewriteMode value: '%s'"
2134 #: notes-utils.c:111
2136 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2139 #. TRANSLATORS: The first %s is the name of
2140 #. the environment variable, the second %s is
2143 #: notes-utils.c:141
2145 msgid "Bad %s value: '%s'"
2150 msgid "unable to parse object: %s"
2153 #: parse-options.c:573
2157 #: parse-options.c:591
2162 #. TRANSLATORS: the colon here should align with the
2163 #. one in "usage: %s" translation.
2165 #: parse-options.c:597
2170 #: parse-options.c:600
2175 #: parse-options.c:634
2179 #: parse-options-cb.c:108
2181 msgid "malformed object name '%s'"
2186 msgid "Could not make %s writable by group"
2190 msgid "Escape character '\\' not allowed as last character in attr value"
2194 msgid "Only one 'attr:' specification is allowed."
2198 msgid "attr spec must not be empty"
2203 msgid "invalid attribute name %s"
2207 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2212 "global 'literal' pathspec setting is incompatible with all other global "
2217 msgid "invalid parameter for pathspec magic 'prefix'"
2222 msgid "Invalid pathspec magic '%.*s' in '%s'"
2227 msgid "Missing ')' at the end of pathspec magic in '%s'"
2232 msgid "Unimplemented pathspec magic '%c' in '%s'"
2237 msgid "%s: 'literal' and 'glob' are incompatible"
2242 msgid "%s: '%s' is outside repository"
2247 msgid "'%s' (mnemonic: '%c')"
2252 msgid "%s: pathspec magic not supported by this command: %s"
2257 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2258 "use . instead if you meant to match all paths"
2263 msgid "pathspec '%s' is beyond a symbolic link"
2267 msgid "unable to parse --pretty format"
2270 #: read-cache.c:1443
2273 "index.version set, but the value is invalid.\n"
2277 #: read-cache.c:1453
2280 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2284 #: read-cache.c:2308 builtin/merge.c:1019
2286 msgid "could not close '%s'"
2289 #: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2291 msgid "could not stat '%s'"
2294 #: read-cache.c:2396
2296 msgid "unable to open git dir: %s"
2299 #: read-cache.c:2408
2301 msgid "unable to unlink: %s"
2306 msgid "Could not open '%s' for writing"
2310 msgid "ref updates forbidden inside quarantine environment"
2313 #: refs/files-backend.c:1664
2315 msgid "could not delete reference %s: %s"
2318 #: refs/files-backend.c:1667
2320 msgid "could not delete references: %s"
2323 #: refs/files-backend.c:1676
2325 msgid "could not remove reference %s"
2328 #: ref-filter.c:35 wt-status.c:1811
2344 msgid "ahead %d, behind %d"
2349 msgid "expected format: %%(color:<color>)"
2354 msgid "unrecognized color: %%(color:%s)"
2359 msgid "Integer value expected refname:lstrip=%s"
2364 msgid "Integer value expected refname:rstrip=%s"
2369 msgid "unrecognized %%(%s) argument: %s"
2374 msgid "%%(body) does not take arguments"
2379 msgid "%%(subject) does not take arguments"
2384 msgid "%%(trailers) does not take arguments"
2389 msgid "positive value expected contents:lines=%s"
2394 msgid "unrecognized %%(contents) argument: %s"
2399 msgid "positive value expected objectname:short=%s"
2404 msgid "unrecognized %%(objectname) argument: %s"
2409 msgid "expected format: %%(align:<width>,<position>)"
2414 msgid "unrecognized position:%s"
2419 msgid "unrecognized width:%s"
2424 msgid "unrecognized %%(align) argument: %s"
2429 msgid "positive width expected with the %%(align) atom"
2434 msgid "unrecognized %%(if) argument: %s"
2439 msgid "malformed field name: %.*s"
2444 msgid "unknown field name: %.*s"
2449 msgid "format: %%(if) atom used without a %%(then) atom"
2454 msgid "format: %%(then) atom used without an %%(if) atom"
2459 msgid "format: %%(then) atom used more than once"
2464 msgid "format: %%(then) atom used after %%(else)"
2469 msgid "format: %%(else) atom used without an %%(if) atom"
2474 msgid "format: %%(else) atom used without a %%(then) atom"
2479 msgid "format: %%(else) atom used more than once"
2484 msgid "format: %%(end) atom used without corresponding atom"
2489 msgid "malformed format string %s"
2492 #: ref-filter.c:1254
2494 msgid "(no branch, rebasing %s)"
2497 #: ref-filter.c:1257
2499 msgid "(no branch, bisect started on %s)"
2502 #. TRANSLATORS: make sure this matches "HEAD
2503 #. detached at " in wt-status.c
2505 #: ref-filter.c:1265
2507 msgid "(HEAD detached at %s)"
2510 #. TRANSLATORS: make sure this matches "HEAD
2511 #. detached from " in wt-status.c
2513 #: ref-filter.c:1272
2515 msgid "(HEAD detached from %s)"
2518 #: ref-filter.c:1276
2522 #: ref-filter.c:1426 ref-filter.c:1457
2524 msgid "missing object %s for %s"
2527 #: ref-filter.c:1429 ref-filter.c:1460
2529 msgid "parse_object_buffer failed on %s for %s"
2532 #: ref-filter.c:1760
2534 msgid "malformed object at '%s'"
2537 #: ref-filter.c:1827
2539 msgid "ignoring ref with broken name %s"
2542 #: ref-filter.c:1832
2544 msgid "ignoring broken ref %s"
2547 #: ref-filter.c:2095
2549 msgid "format: %%(end) atom missing"
2552 #: ref-filter.c:2176
2554 msgid "malformed object name %s"
2559 msgid "Cannot fetch both %s and %s to %s"
2564 msgid "%s usually tracks %s, not %s"
2569 msgid "%s tracks both %s and %s"
2573 msgid "Internal error"
2576 #: remote.c:1680 remote.c:1782
2577 msgid "HEAD does not point to a branch"
2582 msgid "no such branch: '%s'"
2587 msgid "no upstream configured for branch '%s'"
2592 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2597 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2602 msgid "branch '%s' has no remote for pushing"
2607 msgid "push refspecs for '%s' do not include '%s'"
2611 msgid "push has no destination (push.default is 'nothing')"
2615 msgid "cannot resolve 'simple' push to a single destination"
2620 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2624 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2629 msgid "Your branch is up-to-date with '%s'.\n"
2634 msgid "Your branch is ahead of '%s' by %d commit.\n"
2635 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2640 msgid " (use \"git push\" to publish your local commits)\n"
2645 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2647 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2652 msgid " (use \"git pull\" to update your local branch)\n"
2658 "Your branch and '%s' have diverged,\n"
2659 "and have %d and %d different commit each, respectively.\n"
2661 "Your branch and '%s' have diverged,\n"
2662 "and have %d and %d different commits each, respectively.\n"
2667 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2671 msgid "your current branch appears to be broken"
2676 msgid "your current branch '%s' does not have any commits yet"
2680 msgid "--first-parent is incompatible with --bisect"
2683 #: run-command.c:644
2684 msgid "open /dev/null failed"
2689 msgid "unable to parse remote unpack status: %s"
2694 msgid "remote unpack failed: %s"
2698 msgid "failed to sign the push certificate"
2702 msgid "the receiving end does not support --signed push"
2707 "not sending a push certificate since the receiving end does not support --"
2712 msgid "the receiving end does not support --atomic push"
2716 msgid "the receiving end does not support push options"
2733 msgid "Unknown action: %d"
2738 "after resolving the conflicts, mark the corrected paths\n"
2739 "with 'git add <paths>' or 'git rm <paths>'"
2744 "after resolving the conflicts, mark the corrected paths\n"
2745 "with 'git add <paths>' or 'git rm <paths>'\n"
2746 "and commit the result with 'git commit'"
2749 #: sequencer.c:295 sequencer.c:1685
2751 msgid "could not lock '%s'"
2754 #: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2756 msgid "could not write to '%s'"
2761 msgid "could not write eol to '%s'"
2764 #: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2766 msgid "failed to finalize '%s'."
2769 #: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2770 #: builtin/commit.c:750 builtin/merge.c:1017
2772 msgid "could not read '%s'"
2777 msgid "your local changes would be overwritten by %s."
2781 msgid "commit your changes or stash them to proceed."
2786 msgid "%s: fast-forward"
2789 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2794 msgid "%s: Unable to write new index file"
2798 msgid "could not resolve HEAD commit\n"
2802 msgid "unable to update cache tree\n"
2808 "you have staged changes in your working tree\n"
2809 "If these changes are meant to be squashed into the previous commit, run:\n"
2811 " git commit --amend %s\n"
2813 "If they are meant to go into a new commit, run:\n"
2817 "In both cases, once you're done, continue with:\n"
2819 " git rebase --continue\n"
2824 msgid "could not parse commit %s\n"
2829 msgid "could not parse parent commit %s\n"
2835 "unexpected 1st line of squash message:\n"
2843 "invalid 1st line of squash message:\n"
2848 #: sequencer.c:836 sequencer.c:861
2850 msgid "This is a combination of %d commits."
2854 msgid "need a HEAD to fixup"
2858 msgid "could not read HEAD"
2862 msgid "could not read HEAD's commit message"
2867 msgid "cannot write '%s'"
2870 #: sequencer.c:864 git-rebase--interactive.sh:445
2871 msgid "This is the 1st commit message:"
2876 msgid "could not read commit message of %s"
2881 msgid "This is the commit message #%d:"
2886 msgid "The commit message #%d will be skipped:"
2891 msgid "unknown command: %d"
2895 msgid "your index file is unmerged."
2900 msgid "commit %s is a merge but no -m option was given."
2905 msgid "commit %s does not have parent %d"
2910 msgid "mainline was specified but commit %s is not a merge."
2915 msgid "cannot get commit message for %s"
2918 #. TRANSLATORS: The first %s will be a "todo" command like
2919 #. "revert" or "pick", the second %s a SHA1.
2922 msgid "%s: cannot parse parent commit %s"
2925 #: sequencer.c:1075 sequencer.c:1830
2927 msgid "could not rename '%s' to '%s'"
2932 msgid "could not revert %s... %s"
2937 msgid "could not apply %s... %s"
2941 msgid "empty commit set passed"
2946 msgid "git %s: failed to read the index"
2951 msgid "git %s: failed to refresh the index"
2956 msgid "invalid line %d: %.*s"
2961 msgid "cannot '%s' without a previous commit"
2966 msgid "could not read '%s'."
2970 msgid "please fix this using 'git rebase --edit-todo'."
2975 msgid "unusable instruction sheet: '%s'"
2979 msgid "no commits parsed."
2983 msgid "cannot cherry-pick during a revert."
2987 msgid "cannot revert during a cherry-pick."
2992 msgid "invalid key: %s"
2997 msgid "invalid value for %s: %s"
3002 msgid "malformed options sheet: '%s'"
3006 msgid "a cherry-pick or revert is already in progress"
3010 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3015 msgid "could not create sequencer directory '%s'"
3019 msgid "could not lock HEAD"
3022 #: sequencer.c:1614 sequencer.c:2188
3023 msgid "no cherry-pick or revert in progress"
3027 msgid "cannot resolve HEAD"
3030 #: sequencer.c:1618 sequencer.c:1652
3031 msgid "cannot abort from a branch yet to be born"
3034 #: sequencer.c:1638 builtin/grep.c:929
3036 msgid "cannot open '%s'"
3041 msgid "cannot read '%s': %s"
3045 msgid "unexpected end of file"
3050 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3054 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3057 #: sequencer.c:1795 sequencer.c:2086
3058 msgid "cannot read HEAD"
3061 #: sequencer.c:1835 builtin/difftool.c:633
3063 msgid "could not copy '%s' to '%s'"
3067 msgid "could not read index"
3073 "execution failed: %s\n"
3074 "%sYou can fix the problem, and then run\n"
3076 " git rebase --continue\n"
3081 msgid "and made changes to the index and/or the working tree\n"
3087 "execution succeeded: %s\n"
3088 "but left changes to the index and/or the working tree\n"
3089 "Commit or stash your changes, and then run\n"
3091 " git rebase --continue\n"
3097 msgid "Applied autostash.\n"
3102 msgid "cannot store %s"
3105 #: sequencer.c:1940 git-rebase.sh:173
3108 "Applying autostash resulted in conflicts.\n"
3109 "Your changes are safe in the stash.\n"
3110 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3115 msgid "Stopped at %s... %.*s\n"
3120 msgid "unknown command %d"
3124 msgid "could not read orig-head"
3128 msgid "could not read 'onto'"
3133 msgid "could not update %s"
3138 msgid "could not update HEAD to %s"
3142 msgid "cannot rebase: You have unstaged changes."
3146 msgid "could not remove CHERRY_PICK_HEAD"
3150 msgid "cannot amend non-existing commit"
3155 msgid "invalid file: '%s'"
3160 msgid "invalid contents: '%s'"
3166 "You have uncommitted changes in your working tree. Please, commit them\n"
3167 "first and then run 'git rebase --continue' again."
3171 msgid "could not commit staged changes."
3176 msgid "%s: can't cherry-pick a %s"
3181 msgid "%s: bad revision"
3185 msgid "can't revert as initial commit"
3191 "%s: no such path in the working tree.\n"
3192 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3198 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3199 "Use '--' to separate paths from revisions, like this:\n"
3200 "'git <command> [<revision>...] -- [<file>...]'"
3206 "ambiguous argument '%s': both revision and filename\n"
3207 "Use '--' to separate paths from revisions, like this:\n"
3208 "'git <command> [<revision>...] -- [<file>...]'"
3213 msgid "Expected git repo version <= %d, found %d"
3217 msgid "unknown repository extensions found:"
3222 msgid "Not a git repository (or any of the parent directories): %s"
3225 #: setup.c:812 builtin/index-pack.c:1652
3226 msgid "Cannot come back to cwd"
3230 msgid "Unable to read current working directory"
3233 #: setup.c:1062 setup.c:1068
3235 msgid "Cannot change to '%s'"
3241 "Not a git repository (or any parent up to mount point %s)\n"
3242 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3248 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3249 "The owner of files must always have read and write permissions."
3254 msgid "path '%s' does not exist"
3259 msgid "reference repository '%s' as a linked checkout is not supported yet."
3264 msgid "reference repository '%s' is not a local repository."
3269 msgid "reference repository '%s' is shallow"
3274 msgid "reference repository '%s' is grafted"
3278 msgid "offset before end of packfile (broken .idx?)"
3283 msgid "offset before start of pack index for %s (corrupt index?)"
3288 msgid "offset beyond end of pack index for %s (truncated index?)"
3293 msgid "short SHA1 %s is ambiguous"
3297 msgid "The candidates are:"
3302 "Git normally never creates a ref that ends with 40 hex characters\n"
3303 "because it will be ignored when you just specify 40-hex. These refs\n"
3304 "may be created by mistake. For example,\n"
3306 " git checkout -b $br $(git rev-parse ...)\n"
3308 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3309 "examine these refs and maybe delete them. Turn this message off by\n"
3310 "running \"git config advice.objectNameWarning false\""
3313 #: submodule.c:70 submodule.c:104
3314 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3317 #: submodule.c:74 submodule.c:108
3319 msgid "Could not find section in .gitmodules where path=%s"
3324 msgid "Could not update .gitmodules entry %s"
3329 msgid "Could not remove .gitmodules entry for %s"
3333 msgid "staging updated .gitmodules failed"
3337 msgid "negative values not allowed for submodule.fetchJobs"
3342 msgid "in unpopulated submodule '%s'"
3347 msgid "Pathspec '%s' is in submodule '%.*s'"
3352 msgid "'%s' not recognized as a git repository"
3357 msgid "could not start 'git status' in submodule '%s'"
3362 msgid "could not run 'git status' in submodule '%s'"
3367 msgid "submodule '%s' has dirty index"
3373 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3376 #: submodule.c:1857 submodule.c:1913
3378 msgid "could not lookup name for submodule '%s'"
3381 #: submodule.c:1861 builtin/submodule--helper.c:678
3382 #: builtin/submodule--helper.c:688
3384 msgid "could not create directory '%s'"
3390 "Migrating git directory of '%s%s' from\n"
3397 msgid "could not recurse into submodule '%s'"
3401 msgid "could not start ls-files in .."
3405 msgid "BUG: returned path string doesn't match cwd?"
3410 msgid "ls-tree returned unexpected return code %d"
3413 #: submodule-config.c:420
3415 msgid "invalid value for %s"
3420 msgid "running trailer command '%s' failed"
3423 #: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3426 msgid "unknown value '%s' for key '%s'"
3429 #: trailer.c:526 trailer.c:531 builtin/remote.c:290
3431 msgid "more than one %s"
3436 msgid "empty trailer token in trailer '%.*s'"
3441 msgid "could not read input file '%s'"
3445 msgid "could not read from stdin"
3448 #: trailer.c:950 builtin/am.c:45
3450 msgid "could not stat %s"
3455 msgid "file %s is not a regular file"
3460 msgid "file %s is not writable by user"
3464 msgid "could not open temporary file"
3469 msgid "could not rename temporary file to %s"
3474 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3479 msgid "transport: invalid depth option '%s'"
3485 "The following submodule paths contain changes that can\n"
3486 "not be found on any remote:\n"
3495 "\tgit push --recurse-submodules=on-demand\n"
3497 "or cd to the path and use\n"
3501 "to push them to a remote.\n"
3509 #: transport-helper.c:1071
3511 msgid "Could not read ref %s"
3515 msgid "too-short tree object"
3519 msgid "malformed mode in tree entry"
3523 msgid "empty filename in tree entry"
3527 msgid "too-short tree file"
3530 #: unpack-trees.c:105
3533 "Your local changes to the following files would be overwritten by checkout:\n"
3534 "%%sPlease commit your changes or stash them before you switch branches."
3537 #: unpack-trees.c:107
3540 "Your local changes to the following files would be overwritten by checkout:\n"
3544 #: unpack-trees.c:110
3547 "Your local changes to the following files would be overwritten by merge:\n"
3548 "%%sPlease commit your changes or stash them before you merge."
3551 #: unpack-trees.c:112
3554 "Your local changes to the following files would be overwritten by merge:\n"
3558 #: unpack-trees.c:115
3561 "Your local changes to the following files would be overwritten by %s:\n"
3562 "%%sPlease commit your changes or stash them before you %s."
3565 #: unpack-trees.c:117
3568 "Your local changes to the following files would be overwritten by %s:\n"
3572 #: unpack-trees.c:122
3575 "Updating the following directories would lose untracked files in them:\n"
3579 #: unpack-trees.c:126
3582 "The following untracked working tree files would be removed by checkout:\n"
3583 "%%sPlease move or remove them before you switch branches."
3586 #: unpack-trees.c:128
3589 "The following untracked working tree files would be removed by checkout:\n"
3593 #: unpack-trees.c:131
3596 "The following untracked working tree files would be removed by merge:\n"
3597 "%%sPlease move or remove them before you merge."
3600 #: unpack-trees.c:133
3603 "The following untracked working tree files would be removed by merge:\n"
3607 #: unpack-trees.c:136
3610 "The following untracked working tree files would be removed by %s:\n"
3611 "%%sPlease move or remove them before you %s."
3614 #: unpack-trees.c:138
3617 "The following untracked working tree files would be removed by %s:\n"
3621 #: unpack-trees.c:143
3624 "The following untracked working tree files would be overwritten by "
3626 "%%sPlease move or remove them before you switch branches."
3629 #: unpack-trees.c:145
3632 "The following untracked working tree files would be overwritten by "
3637 #: unpack-trees.c:148
3640 "The following untracked working tree files would be overwritten by merge:\n"
3641 "%%sPlease move or remove them before you merge."
3644 #: unpack-trees.c:150
3647 "The following untracked working tree files would be overwritten by merge:\n"
3651 #: unpack-trees.c:153
3654 "The following untracked working tree files would be overwritten by %s:\n"
3655 "%%sPlease move or remove them before you %s."
3658 #: unpack-trees.c:155
3661 "The following untracked working tree files would be overwritten by %s:\n"
3665 #: unpack-trees.c:162
3667 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3670 #: unpack-trees.c:165
3673 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3677 #: unpack-trees.c:167
3680 "The following working tree files would be overwritten by sparse checkout "
3685 #: unpack-trees.c:169
3688 "The following working tree files would be removed by sparse checkout "
3693 #: unpack-trees.c:171
3696 "Cannot update submodule:\n"
3700 #: unpack-trees.c:248
3705 #: unpack-trees.c:277
3707 msgid "submodule update strategy not supported for submodule '%s'"
3710 #: unpack-trees.c:346
3711 msgid "Checking out files"
3715 msgid "invalid URL scheme name or missing '://' suffix"
3718 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3720 msgid "invalid %XX escape sequence"
3724 msgid "missing host and scheme is not 'file:'"
3728 msgid "a 'file:' URL may not have a port number"
3732 msgid "invalid characters in host name"
3735 #: urlmatch.c:292 urlmatch.c:303
3736 msgid "invalid port number"
3740 msgid "invalid '..' path segment"
3745 msgid "failed to read '%s'"
3748 #: wrapper.c:223 wrapper.c:393
3750 msgid "could not open '%s' for reading and writing"
3753 #: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3755 msgid "could not open '%s' for writing"
3758 #: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
3759 #: builtin/am.c:849 builtin/merge.c:1014
3761 msgid "could not open '%s' for reading"
3764 #: wrapper.c:424 wrapper.c:624
3766 msgid "unable to access '%s'"
3770 msgid "unable to get current working directory"
3775 msgid "could not write to %s"
3780 msgid "could not close %s"
3784 msgid "Unmerged paths:"
3787 #: wt-status.c:179 wt-status.c:206
3789 msgid " (use \"git reset %s <file>...\" to unstage)"
3792 #: wt-status.c:181 wt-status.c:208
3793 msgid " (use \"git rm --cached <file>...\" to unstage)"
3797 msgid " (use \"git add <file>...\" to mark resolution)"
3800 #: wt-status.c:187 wt-status.c:191
3801 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3805 msgid " (use \"git rm <file>...\" to mark resolution)"
3808 #: wt-status.c:200 wt-status.c:981
3809 msgid "Changes to be committed:"
3812 #: wt-status.c:218 wt-status.c:990
3813 msgid "Changes not staged for commit:"
3817 msgid " (use \"git add <file>...\" to update what will be committed)"
3821 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3826 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3830 msgid " (commit or discard the untracked or modified content in submodules)"
3835 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3839 msgid "both deleted:"
3843 msgid "added by us:"
3847 msgid "deleted by them:"
3851 msgid "added by them:"
3855 msgid "deleted by us:"
3863 msgid "both modified:"
3899 msgid "new commits, "
3903 msgid "modified content, "
3907 msgid "untracked content, "
3912 msgid "Your stash currently has %d entry"
3913 msgid_plural "Your stash currently has %d entries"
3918 msgid "Submodules changed but not updated:"
3922 msgid "Submodule changes to be committed:"
3927 "Do not touch the line above.\n"
3928 "Everything below will be removed."
3932 msgid "You have unmerged paths."
3936 msgid " (fix conflicts and run \"git commit\")"
3940 msgid " (use \"git merge --abort\" to abort the merge)"
3944 msgid "All conflicts fixed but you are still merging."
3948 msgid " (use \"git commit\" to conclude merge)"
3952 msgid "You are in the middle of an am session."
3956 msgid "The current patch is empty."
3960 msgid " (fix conflicts and then run \"git am --continue\")"
3964 msgid " (use \"git am --skip\" to skip this patch)"
3968 msgid " (use \"git am --abort\" to restore the original branch)"
3972 msgid "git-rebase-todo is missing."
3976 msgid "No commands done."
3981 msgid "Last command done (%d command done):"
3982 msgid_plural "Last commands done (%d commands done):"
3988 msgid " (see more in file %s)"
3992 msgid "No commands remaining."
3997 msgid "Next command to do (%d remaining command):"
3998 msgid_plural "Next commands to do (%d remaining commands):"
4003 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4008 msgid "You are currently rebasing branch '%s' on '%s'."
4012 msgid "You are currently rebasing."
4016 msgid " (fix conflicts and then run \"git rebase --continue\")"
4020 msgid " (use \"git rebase --skip\" to skip this patch)"
4024 msgid " (use \"git rebase --abort\" to check out the original branch)"
4028 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4034 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4038 msgid "You are currently splitting a commit during a rebase."
4042 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4047 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4051 msgid "You are currently editing a commit during a rebase."
4055 msgid " (use \"git commit --amend\" to amend the current commit)"
4060 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4065 msgid "You are currently cherry-picking commit %s."
4069 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4073 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4077 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4082 msgid "You are currently reverting commit %s."
4086 msgid " (fix conflicts and run \"git revert --continue\")"
4090 msgid " (all conflicts fixed: run \"git revert --continue\")"
4094 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4099 msgid "You are currently bisecting, started from branch '%s'."
4103 msgid "You are currently bisecting."
4107 msgid " (use \"git bisect reset\" to get back to the original branch)"
4115 msgid "interactive rebase in progress; onto "
4119 msgid "rebase in progress; onto "
4123 msgid "HEAD detached at "
4127 msgid "HEAD detached from "
4131 msgid "Not currently on any branch."
4135 msgid "Initial commit"
4139 msgid "No commits yet"
4143 msgid "Untracked files"
4147 msgid "Ignored files"
4153 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4154 "may speed it up, but you have to be careful not to forget to add\n"
4155 "new files yourself (see 'git help status')."
4160 msgid "Untracked files not listed%s"
4164 msgid " (use -u option to show untracked files)"
4173 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4178 msgid "no changes added to commit\n"
4184 "nothing added to commit but untracked files present (use \"git add\" to "
4190 msgid "nothing added to commit but untracked files present\n"
4195 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4198 #: wt-status.c:1661 wt-status.c:1666
4200 msgid "nothing to commit\n"
4205 msgid "nothing to commit (use -u to show untracked files)\n"
4210 msgid "nothing to commit, working tree clean\n"
4214 msgid "No commits yet on "
4218 msgid "HEAD (no branch)"
4221 #: wt-status.c:1813 wt-status.c:1821
4225 #: wt-status.c:1816 wt-status.c:1819
4229 #. TRANSLATORS: the action is e.g. "pull with rebase"
4232 msgid "cannot %s: You have unstaged changes."
4236 msgid "additionally, your index contains uncommitted changes."
4241 msgid "cannot %s: Your index contains uncommitted changes."
4244 #: compat/precompose_utf8.c:58 builtin/clone.c:436
4246 msgid "failed to unlink '%s'"
4250 msgid "git add [<options>] [--] <pathspec>..."
4255 msgid "unexpected diff status %c"
4258 #: builtin/add.c:87 builtin/commit.c:292
4259 msgid "updating files failed"
4264 msgid "remove '%s'\n"
4267 #: builtin/add.c:151
4268 msgid "Unstaged changes after refreshing the index:"
4271 #: builtin/add.c:211 builtin/rev-parse.c:873
4272 msgid "Could not read the index"
4275 #: builtin/add.c:222
4277 msgid "Could not open '%s' for writing."
4280 #: builtin/add.c:226
4281 msgid "Could not write patch"
4284 #: builtin/add.c:229
4285 msgid "editing patch failed"
4288 #: builtin/add.c:232
4290 msgid "Could not stat '%s'"
4293 #: builtin/add.c:234
4294 msgid "Empty patch. Aborted."
4297 #: builtin/add.c:239
4299 msgid "Could not apply '%s'"
4302 #: builtin/add.c:249
4303 msgid "The following paths are ignored by one of your .gitignore files:\n"
4306 #: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4307 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4308 #: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4312 #: builtin/add.c:272
4313 msgid "interactive picking"
4316 #: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4317 msgid "select hunks interactively"
4320 #: builtin/add.c:274
4321 msgid "edit current diff and apply"
4324 #: builtin/add.c:275
4325 msgid "allow adding otherwise ignored files"
4328 #: builtin/add.c:276
4329 msgid "update tracked files"
4332 #: builtin/add.c:277
4333 msgid "record only the fact that the path will be added later"
4336 #: builtin/add.c:278
4337 msgid "add changes from all tracked and untracked files"
4340 #: builtin/add.c:281
4341 msgid "ignore paths removed in the working tree (same as --no-all)"
4344 #: builtin/add.c:283
4345 msgid "don't add, only refresh the index"
4348 #: builtin/add.c:284
4349 msgid "just skip files which cannot be added because of errors"
4352 #: builtin/add.c:285
4353 msgid "check if - even missing - files are ignored in dry run"
4356 #: builtin/add.c:286 builtin/update-index.c:952
4360 #: builtin/add.c:286 builtin/update-index.c:953
4361 msgid "override the executable bit of the listed files"
4364 #: builtin/add.c:288
4365 msgid "warn when adding an embedded repository"
4368 #: builtin/add.c:303
4371 "You've added another git repository inside your current repository.\n"
4372 "Clones of the outer repository will not contain the contents of\n"
4373 "the embedded repository and will not know how to obtain it.\n"
4374 "If you meant to add a submodule, use:\n"
4376 "\tgit submodule add <url> %s\n"
4378 "If you added this path by mistake, you can remove it from the\n"
4381 "\tgit rm --cached %s\n"
4383 "See \"git help submodule\" for more information."
4386 #: builtin/add.c:331
4388 msgid "adding embedded git repository: %s"
4391 #: builtin/add.c:349
4393 msgid "Use -f if you really want to add them.\n"
4396 #: builtin/add.c:357
4397 msgid "adding files failed"
4400 #: builtin/add.c:394
4401 msgid "-A and -u are mutually incompatible"
4404 #: builtin/add.c:401
4405 msgid "Option --ignore-missing can only be used together with --dry-run"
4408 #: builtin/add.c:405
4410 msgid "--chmod param '%s' must be either -x or +x"
4413 #: builtin/add.c:420
4415 msgid "Nothing specified, nothing added.\n"
4418 #: builtin/add.c:421
4420 msgid "Maybe you wanted to say 'git add .'?\n"
4423 #: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4424 #: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4425 #: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4426 #: builtin/submodule--helper.c:244
4427 msgid "index file corrupt"
4431 msgid "could not parse author script"
4436 msgid "'%s' was deleted by the applypatch-msg hook"
4441 msgid "Malformed input line: '%s'."
4446 msgid "Failed to copy notes from '%s' to '%s'"
4450 msgid "fseek failed"
4455 msgid "could not parse patch '%s'"
4459 msgid "Only one StGIT patch series can be applied at once"
4463 msgid "invalid timestamp"
4466 #: builtin/am.c:892 builtin/am.c:900
4467 msgid "invalid Date line"
4471 msgid "invalid timezone offset"
4475 msgid "Patch format detection failed."
4478 #: builtin/am.c:991 builtin/clone.c:401
4480 msgid "failed to create directory '%s'"
4484 msgid "Failed to split patches."
4487 #: builtin/am.c:1120 builtin/commit.c:377
4488 msgid "unable to write index file"
4491 #: builtin/am.c:1171
4493 msgid "When you have resolved this problem, run \"%s --continue\"."
4496 #: builtin/am.c:1172
4498 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4501 #: builtin/am.c:1173
4503 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4506 #: builtin/am.c:1304
4507 msgid "Patch is empty."
4510 #: builtin/am.c:1370
4512 msgid "invalid ident line: %.*s"
4515 #: builtin/am.c:1392
4517 msgid "unable to parse commit %s"
4520 #: builtin/am.c:1586
4521 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4524 #: builtin/am.c:1588
4525 msgid "Using index info to reconstruct a base tree..."
4528 #: builtin/am.c:1607
4530 "Did you hand edit your patch?\n"
4531 "It does not apply to blobs recorded in its index."
4534 #: builtin/am.c:1613
4535 msgid "Falling back to patching base and 3-way merge..."
4538 #: builtin/am.c:1638
4539 msgid "Failed to merge in the changes."
4542 #: builtin/am.c:1662 builtin/merge.c:632
4543 msgid "git write-tree failed to write a tree"
4546 #: builtin/am.c:1669
4547 msgid "applying to an empty history"
4550 #: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4551 #: builtin/merge.c:828
4552 msgid "failed to write commit object"
4555 #: builtin/am.c:1715 builtin/am.c:1719
4557 msgid "cannot resume: %s does not exist."
4560 #: builtin/am.c:1735
4561 msgid "cannot be interactive without stdin connected to a terminal."
4564 #: builtin/am.c:1740
4565 msgid "Commit Body is:"
4568 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4569 #. in your translation. The program will only accept English
4570 #. input at this point.
4572 #: builtin/am.c:1750
4573 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4576 #: builtin/am.c:1800
4578 msgid "Dirty index: cannot apply patches (dirty: %s)"
4581 #: builtin/am.c:1840 builtin/am.c:1912
4583 msgid "Applying: %.*s"
4586 #: builtin/am.c:1856
4587 msgid "No changes -- Patch already applied."
4590 #: builtin/am.c:1864
4592 msgid "Patch failed at %s %.*s"
4595 #: builtin/am.c:1870
4597 msgid "The copy of the patch that failed is found in: %s"
4600 #: builtin/am.c:1915
4602 "No changes - did you forget to use 'git add'?\n"
4603 "If there is nothing left to stage, chances are that something else\n"
4604 "already introduced the same changes; you might want to skip this patch."
4607 #: builtin/am.c:1922
4609 "You still have unmerged paths in your index.\n"
4610 "You should 'git add' each file with resolved conflicts to mark them as "
4612 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4615 #: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4616 #: builtin/reset.c:331
4618 msgid "Could not parse object '%s'."
4621 #: builtin/am.c:2083
4622 msgid "failed to clean index"
4625 #: builtin/am.c:2117
4627 "You seem to have moved HEAD since the last 'am' failure.\n"
4628 "Not rewinding to ORIG_HEAD"
4631 #: builtin/am.c:2180
4633 msgid "Invalid value for --patch-format: %s"
4636 #: builtin/am.c:2213
4637 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4640 #: builtin/am.c:2214
4641 msgid "git am [<options>] (--continue | --skip | --abort)"
4644 #: builtin/am.c:2220
4645 msgid "run interactively"
4648 #: builtin/am.c:2222
4649 msgid "historical option -- no-op"
4652 #: builtin/am.c:2224
4653 msgid "allow fall back on 3way merging if needed"
4656 #: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4657 #: builtin/repack.c:180
4661 #: builtin/am.c:2227
4662 msgid "add a Signed-off-by line to the commit message"
4665 #: builtin/am.c:2230
4666 msgid "recode into utf8 (default)"
4669 #: builtin/am.c:2232
4670 msgid "pass -k flag to git-mailinfo"
4673 #: builtin/am.c:2234
4674 msgid "pass -b flag to git-mailinfo"
4677 #: builtin/am.c:2236
4678 msgid "pass -m flag to git-mailinfo"
4681 #: builtin/am.c:2238
4682 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4685 #: builtin/am.c:2241
4686 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4689 #: builtin/am.c:2244
4690 msgid "strip everything before a scissors line"
4693 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4694 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4695 #: builtin/am.c:2273
4696 msgid "pass it through git-apply"
4699 #: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
4700 #: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
4701 #: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
4702 #: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
4703 #: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
4704 #: parse-options.h:245
4708 #: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
4709 #: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4713 #: builtin/am.c:2270
4714 msgid "format the patch(es) are in"
4717 #: builtin/am.c:2276
4718 msgid "override error message when patch failure occurs"
4721 #: builtin/am.c:2278
4722 msgid "continue applying patches after resolving a conflict"
4725 #: builtin/am.c:2281
4726 msgid "synonyms for --continue"
4729 #: builtin/am.c:2284
4730 msgid "skip the current patch"
4733 #: builtin/am.c:2287
4734 msgid "restore the original branch and abort the patching operation."
4737 #: builtin/am.c:2291
4738 msgid "lie about committer date"
4741 #: builtin/am.c:2293
4742 msgid "use current timestamp for author date"
4745 #: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
4746 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4750 #: builtin/am.c:2296
4751 msgid "GPG-sign commits"
4754 #: builtin/am.c:2299
4755 msgid "(internal use for git-rebase)"
4758 #: builtin/am.c:2317
4760 "The -b/--binary option has been a no-op for long time, and\n"
4761 "it will be removed. Please do not use it anymore."
4764 #: builtin/am.c:2324
4765 msgid "failed to read the index"
4768 #: builtin/am.c:2339
4770 msgid "previous rebase directory %s still exists but mbox given."
4773 #: builtin/am.c:2363
4776 "Stray %s directory found.\n"
4777 "Use \"git am --abort\" to remove it."
4780 #: builtin/am.c:2369
4781 msgid "Resolve operation not in progress, we are not resuming."
4784 #: builtin/apply.c:8
4785 msgid "git apply [<options>] [<patch>...]"
4788 #: builtin/archive.c:17
4790 msgid "could not create archive file '%s'"
4793 #: builtin/archive.c:20
4794 msgid "could not redirect output"
4797 #: builtin/archive.c:37
4798 msgid "git archive: Remote with no URL"
4801 #: builtin/archive.c:58
4802 msgid "git archive: expected ACK/NAK, got EOF"
4805 #: builtin/archive.c:61
4807 msgid "git archive: NACK %s"
4810 #: builtin/archive.c:64
4811 msgid "git archive: protocol error"
4814 #: builtin/archive.c:68
4815 msgid "git archive: expected a flush"
4818 #: builtin/bisect--helper.c:7
4819 msgid "git bisect--helper --next-all [--no-checkout]"
4822 #: builtin/bisect--helper.c:17
4823 msgid "perform 'git bisect next'"
4826 #: builtin/bisect--helper.c:19
4827 msgid "update BISECT_HEAD instead of checking out the current commit"
4830 #: builtin/blame.c:27
4831 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4834 #: builtin/blame.c:32
4835 msgid "<rev-opts> are documented in git-rev-list(1)"
4838 #: builtin/blame.c:668
4839 msgid "Show blame entries as we find them, incrementally"
4842 #: builtin/blame.c:669
4843 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4846 #: builtin/blame.c:670
4847 msgid "Do not treat root commits as boundaries (Default: off)"
4850 #: builtin/blame.c:671
4851 msgid "Show work cost statistics"
4854 #: builtin/blame.c:672
4855 msgid "Force progress reporting"
4858 #: builtin/blame.c:673
4859 msgid "Show output score for blame entries"
4862 #: builtin/blame.c:674
4863 msgid "Show original filename (Default: auto)"
4866 #: builtin/blame.c:675
4867 msgid "Show original linenumber (Default: off)"
4870 #: builtin/blame.c:676
4871 msgid "Show in a format designed for machine consumption"
4874 #: builtin/blame.c:677
4875 msgid "Show porcelain format with per-line commit information"
4878 #: builtin/blame.c:678
4879 msgid "Use the same output mode as git-annotate (Default: off)"
4882 #: builtin/blame.c:679
4883 msgid "Show raw timestamp (Default: off)"
4886 #: builtin/blame.c:680
4887 msgid "Show long commit SHA1 (Default: off)"
4890 #: builtin/blame.c:681
4891 msgid "Suppress author name and timestamp (Default: off)"
4894 #: builtin/blame.c:682
4895 msgid "Show author email instead of name (Default: off)"
4898 #: builtin/blame.c:683
4899 msgid "Ignore whitespace differences"
4902 #: builtin/blame.c:690
4903 msgid "Use an experimental heuristic to improve diffs"
4906 #: builtin/blame.c:692
4907 msgid "Spend extra cycles to find better match"
4910 #: builtin/blame.c:693
4911 msgid "Use revisions from <file> instead of calling git-rev-list"
4914 #: builtin/blame.c:694
4915 msgid "Use <file>'s contents as the final image"
4918 #: builtin/blame.c:695 builtin/blame.c:696
4922 #: builtin/blame.c:695
4923 msgid "Find line copies within and across files"
4926 #: builtin/blame.c:696
4927 msgid "Find line movements within and across files"
4930 #: builtin/blame.c:697
4934 #: builtin/blame.c:697
4935 msgid "Process only line range n,m, counting from 1"
4938 #: builtin/blame.c:744
4939 msgid "--progress can't be used with --incremental or porcelain formats"
4942 #. TRANSLATORS: This string is used to tell us the
4943 #. maximum display width for a relative timestamp in
4944 #. "git blame" output. For C locale, "4 years, 11
4945 #. months ago", which takes 22 places, is the longest
4946 #. among various forms of relative timestamps, but
4947 #. your language may need more or fewer display
4950 #: builtin/blame.c:795
4951 msgid "4 years, 11 months ago"
4954 #: builtin/blame.c:882
4956 msgid "file %s has only %lu line"
4957 msgid_plural "file %s has only %lu lines"
4961 #: builtin/blame.c:928
4962 msgid "Blaming lines"
4965 #: builtin/branch.c:27
4966 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4969 #: builtin/branch.c:28
4970 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4973 #: builtin/branch.c:29
4974 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4977 #: builtin/branch.c:30
4978 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4981 #: builtin/branch.c:31
4982 msgid "git branch [<options>] [-r | -a] [--points-at]"
4985 #: builtin/branch.c:32
4986 msgid "git branch [<options>] [-r | -a] [--format]"
4989 #: builtin/branch.c:145
4992 "deleting branch '%s' that has been merged to\n"
4993 " '%s', but not yet merged to HEAD."
4996 #: builtin/branch.c:149
4999 "not deleting branch '%s' that is not yet merged to\n"
5000 " '%s', even though it is merged to HEAD."
5003 #: builtin/branch.c:163
5005 msgid "Couldn't look up commit object for '%s'"
5008 #: builtin/branch.c:167
5011 "The branch '%s' is not fully merged.\n"
5012 "If you are sure you want to delete it, run 'git branch -D %s'."
5015 #: builtin/branch.c:180
5016 msgid "Update of config-file failed"
5019 #: builtin/branch.c:211
5020 msgid "cannot use -a with -d"
5023 #: builtin/branch.c:217
5024 msgid "Couldn't look up commit object for HEAD"
5027 #: builtin/branch.c:231
5029 msgid "Cannot delete branch '%s' checked out at '%s'"
5032 #: builtin/branch.c:246
5034 msgid "remote-tracking branch '%s' not found."
5037 #: builtin/branch.c:247
5039 msgid "branch '%s' not found."
5042 #: builtin/branch.c:262
5044 msgid "Error deleting remote-tracking branch '%s'"
5047 #: builtin/branch.c:263
5049 msgid "Error deleting branch '%s'"
5052 #: builtin/branch.c:270
5054 msgid "Deleted remote-tracking branch %s (was %s).\n"
5057 #: builtin/branch.c:271
5059 msgid "Deleted branch %s (was %s).\n"
5062 #: builtin/branch.c:445
5064 msgid "Branch %s is being rebased at %s"
5067 #: builtin/branch.c:449
5069 msgid "Branch %s is being bisected at %s"
5072 #: builtin/branch.c:464
5073 msgid "cannot rename the current branch while not on any."
5076 #: builtin/branch.c:474
5078 msgid "Invalid branch name: '%s'"
5081 #: builtin/branch.c:491
5082 msgid "Branch rename failed"
5085 #: builtin/branch.c:494
5087 msgid "Renamed a misnamed branch '%s' away"
5090 #: builtin/branch.c:497
5092 msgid "Branch renamed to %s, but HEAD is not updated!"
5095 #: builtin/branch.c:506
5096 msgid "Branch is renamed, but update of config-file failed"
5099 #: builtin/branch.c:522
5102 "Please edit the description for the branch\n"
5104 "Lines starting with '%c' will be stripped.\n"
5107 #: builtin/branch.c:555
5108 msgid "Generic options"
5111 #: builtin/branch.c:557
5112 msgid "show hash and subject, give twice for upstream branch"
5115 #: builtin/branch.c:558
5116 msgid "suppress informational messages"
5119 #: builtin/branch.c:559
5120 msgid "set up tracking mode (see git-pull(1))"
5123 #: builtin/branch.c:561
5124 msgid "change upstream info"
5127 #: builtin/branch.c:563
5131 #: builtin/branch.c:563
5132 msgid "change the upstream info"
5135 #: builtin/branch.c:564
5136 msgid "Unset the upstream info"
5139 #: builtin/branch.c:565
5140 msgid "use colored output"
5143 #: builtin/branch.c:566
5144 msgid "act on remote-tracking branches"
5147 #: builtin/branch.c:568 builtin/branch.c:570
5148 msgid "print only branches that contain the commit"
5151 #: builtin/branch.c:569 builtin/branch.c:571
5152 msgid "print only branches that don't contain the commit"
5155 #: builtin/branch.c:574
5156 msgid "Specific git-branch actions:"
5159 #: builtin/branch.c:575
5160 msgid "list both remote-tracking and local branches"
5163 #: builtin/branch.c:577
5164 msgid "delete fully merged branch"
5167 #: builtin/branch.c:578
5168 msgid "delete branch (even if not merged)"
5171 #: builtin/branch.c:579
5172 msgid "move/rename a branch and its reflog"
5175 #: builtin/branch.c:580
5176 msgid "move/rename a branch, even if target exists"
5179 #: builtin/branch.c:581
5180 msgid "list branch names"
5183 #: builtin/branch.c:582
5184 msgid "create the branch's reflog"
5187 #: builtin/branch.c:584
5188 msgid "edit the description for the branch"
5191 #: builtin/branch.c:585
5192 msgid "force creation, move/rename, deletion"
5195 #: builtin/branch.c:586
5196 msgid "print only branches that are merged"
5199 #: builtin/branch.c:587
5200 msgid "print only branches that are not merged"
5203 #: builtin/branch.c:588
5204 msgid "list branches in columns"
5207 #: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5211 #: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5212 msgid "field name to sort on"
5215 #: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5216 #: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5217 #: builtin/tag.c:430
5221 #: builtin/branch.c:593
5222 msgid "print only branches of the object"
5225 #: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5226 msgid "sorting and filtering are case insensitive"
5229 #: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5230 #: builtin/verify-tag.c:39
5231 msgid "format to use for the output"
5234 #: builtin/branch.c:615
5235 msgid "Failed to resolve HEAD as a valid ref."
5238 #: builtin/branch.c:619 builtin/clone.c:728
5239 msgid "HEAD not found below refs/heads!"
5242 #: builtin/branch.c:642
5243 msgid "--column and --verbose are incompatible"
5246 #: builtin/branch.c:653 builtin/branch.c:705
5247 msgid "branch name required"
5250 #: builtin/branch.c:681
5251 msgid "Cannot give description to detached HEAD"
5254 #: builtin/branch.c:686
5255 msgid "cannot edit description of more than one branch"
5258 #: builtin/branch.c:693
5260 msgid "No commit on branch '%s' yet."
5263 #: builtin/branch.c:696
5265 msgid "No branch named '%s'."
5268 #: builtin/branch.c:711
5269 msgid "too many branches for a rename operation"
5272 #: builtin/branch.c:716
5273 msgid "too many branches to set new upstream"
5276 #: builtin/branch.c:720
5279 "could not set upstream of HEAD to %s when it does not point to any branch."
5282 #: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5284 msgid "no such branch '%s'"
5287 #: builtin/branch.c:727
5289 msgid "branch '%s' does not exist"
5292 #: builtin/branch.c:739
5293 msgid "too many branches to unset upstream"
5296 #: builtin/branch.c:743
5297 msgid "could not unset upstream of HEAD when it does not point to any branch."
5300 #: builtin/branch.c:749
5302 msgid "Branch '%s' has no upstream information"
5305 #: builtin/branch.c:763
5306 msgid "it does not make sense to create 'HEAD' manually"
5309 #: builtin/branch.c:769
5310 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5313 #: builtin/branch.c:772
5316 "The --set-upstream flag is deprecated and will be removed. Consider using --"
5317 "track or --set-upstream-to\n"
5320 #: builtin/branch.c:789
5324 "If you wanted to make '%s' track '%s', do this:\n"
5328 #: builtin/bundle.c:45
5330 msgid "%s is okay\n"
5333 #: builtin/bundle.c:58
5334 msgid "Need a repository to create a bundle."
5337 #: builtin/bundle.c:62
5338 msgid "Need a repository to unbundle."
5341 #: builtin/cat-file.c:519
5343 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5344 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5347 #: builtin/cat-file.c:520
5349 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5353 #: builtin/cat-file.c:557
5354 msgid "<type> can be one of: blob, tree, commit, tag"
5357 #: builtin/cat-file.c:558
5358 msgid "show object type"
5361 #: builtin/cat-file.c:559
5362 msgid "show object size"
5365 #: builtin/cat-file.c:561
5366 msgid "exit with zero when there's no error"
5369 #: builtin/cat-file.c:562
5370 msgid "pretty-print object's content"
5373 #: builtin/cat-file.c:564
5374 msgid "for blob objects, run textconv on object's content"
5377 #: builtin/cat-file.c:566
5378 msgid "for blob objects, run filters on object's content"
5381 #: builtin/cat-file.c:567 git-submodule.sh:944
5385 #: builtin/cat-file.c:568
5386 msgid "use a specific path for --textconv/--filters"
5389 #: builtin/cat-file.c:570
5390 msgid "allow -s and -t to work with broken/corrupt objects"
5393 #: builtin/cat-file.c:571
5394 msgid "buffer --batch output"
5397 #: builtin/cat-file.c:573
5398 msgid "show info and content of objects fed from the standard input"
5401 #: builtin/cat-file.c:576
5402 msgid "show info about objects fed from the standard input"
5405 #: builtin/cat-file.c:579
5406 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5409 #: builtin/cat-file.c:581
5410 msgid "show all objects with --batch or --batch-check"
5413 #: builtin/check-attr.c:12
5414 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5417 #: builtin/check-attr.c:13
5418 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5421 #: builtin/check-attr.c:20
5422 msgid "report all attributes set on file"
5425 #: builtin/check-attr.c:21
5426 msgid "use .gitattributes only from the index"
5429 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5430 msgid "read file names from stdin"
5433 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5434 msgid "terminate input and output records by a NUL character"
5437 #: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5438 msgid "suppress progress reporting"
5441 #: builtin/check-ignore.c:28
5442 msgid "show non-matching input paths"
5445 #: builtin/check-ignore.c:30
5446 msgid "ignore index when checking"
5449 #: builtin/check-ignore.c:158
5450 msgid "cannot specify pathnames with --stdin"
5453 #: builtin/check-ignore.c:161
5454 msgid "-z only makes sense with --stdin"
5457 #: builtin/check-ignore.c:163
5458 msgid "no path specified"
5461 #: builtin/check-ignore.c:167
5462 msgid "--quiet is only valid with a single pathname"
5465 #: builtin/check-ignore.c:169
5466 msgid "cannot have both --quiet and --verbose"
5469 #: builtin/check-ignore.c:172
5470 msgid "--non-matching is only valid with --verbose"
5473 #: builtin/check-mailmap.c:9
5474 msgid "git check-mailmap [<options>] <contact>..."
5477 #: builtin/check-mailmap.c:14
5478 msgid "also read contacts from stdin"
5481 #: builtin/check-mailmap.c:25
5483 msgid "unable to parse contact: %s"
5486 #: builtin/check-mailmap.c:48
5487 msgid "no contacts specified"
5490 #: builtin/checkout-index.c:128
5491 msgid "git checkout-index [<options>] [--] [<file>...]"
5494 #: builtin/checkout-index.c:145
5495 msgid "stage should be between 1 and 3 or all"
5498 #: builtin/checkout-index.c:161
5499 msgid "check out all files in the index"
5502 #: builtin/checkout-index.c:162
5503 msgid "force overwrite of existing files"
5506 #: builtin/checkout-index.c:164
5507 msgid "no warning for existing files and files not in index"
5510 #: builtin/checkout-index.c:166
5511 msgid "don't checkout new files"
5514 #: builtin/checkout-index.c:168
5515 msgid "update stat information in the index file"
5518 #: builtin/checkout-index.c:172
5519 msgid "read list of paths from the standard input"
5522 #: builtin/checkout-index.c:174
5523 msgid "write the content to temporary files"
5526 #: builtin/checkout-index.c:175 builtin/column.c:31
5527 #: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5528 #: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5529 #: builtin/worktree.c:478
5533 #: builtin/checkout-index.c:176
5534 msgid "when creating files, prepend <string>"
5537 #: builtin/checkout-index.c:178
5538 msgid "copy out the files from named stage"
5541 #: builtin/checkout.c:26
5542 msgid "git checkout [<options>] <branch>"
5545 #: builtin/checkout.c:27
5546 msgid "git checkout [<options>] [<branch>] -- <file>..."
5549 #: builtin/checkout.c:135 builtin/checkout.c:168
5551 msgid "path '%s' does not have our version"
5554 #: builtin/checkout.c:137 builtin/checkout.c:170
5556 msgid "path '%s' does not have their version"
5559 #: builtin/checkout.c:153
5561 msgid "path '%s' does not have all necessary versions"
5564 #: builtin/checkout.c:197
5566 msgid "path '%s' does not have necessary versions"
5569 #: builtin/checkout.c:214
5571 msgid "path '%s': cannot merge"
5574 #: builtin/checkout.c:231
5576 msgid "Unable to add merge result for '%s'"
5579 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5580 #: builtin/checkout.c:262
5582 msgid "'%s' cannot be used with updating paths"
5585 #: builtin/checkout.c:265 builtin/checkout.c:268
5587 msgid "'%s' cannot be used with %s"
5590 #: builtin/checkout.c:271
5592 msgid "Cannot update paths and switch to branch '%s' at the same time."
5595 #: builtin/checkout.c:342 builtin/checkout.c:349
5597 msgid "path '%s' is unmerged"
5600 #: builtin/checkout.c:497
5601 msgid "you need to resolve your current index first"
5604 #: builtin/checkout.c:628
5606 msgid "Can not do reflog for '%s': %s\n"
5609 #: builtin/checkout.c:669
5610 msgid "HEAD is now at"
5613 #: builtin/checkout.c:673 builtin/clone.c:682
5614 msgid "unable to update HEAD"
5617 #: builtin/checkout.c:677
5619 msgid "Reset branch '%s'\n"
5622 #: builtin/checkout.c:680
5624 msgid "Already on '%s'\n"
5627 #: builtin/checkout.c:684
5629 msgid "Switched to and reset branch '%s'\n"
5632 #: builtin/checkout.c:686 builtin/checkout.c:1075
5634 msgid "Switched to a new branch '%s'\n"
5637 #: builtin/checkout.c:688
5639 msgid "Switched to branch '%s'\n"
5642 #: builtin/checkout.c:739
5644 msgid " ... and %d more.\n"
5647 #: builtin/checkout.c:745
5650 "Warning: you are leaving %d commit behind, not connected to\n"
5651 "any of your branches:\n"
5655 "Warning: you are leaving %d commits behind, not connected to\n"
5656 "any of your branches:\n"
5662 #: builtin/checkout.c:764
5665 "If you want to keep it by creating a new branch, this may be a good time\n"
5668 " git branch <new-branch-name> %s\n"
5671 "If you want to keep them by creating a new branch, this may be a good time\n"
5674 " git branch <new-branch-name> %s\n"
5679 #: builtin/checkout.c:800
5680 msgid "internal error in revision walk"
5683 #: builtin/checkout.c:804
5684 msgid "Previous HEAD position was"
5687 #: builtin/checkout.c:832 builtin/checkout.c:1070
5688 msgid "You are on a branch yet to be born"
5691 #: builtin/checkout.c:976
5693 msgid "only one reference expected, %d given."
5696 #: builtin/checkout.c:1016 builtin/worktree.c:215
5698 msgid "invalid reference: %s"
5701 #: builtin/checkout.c:1045
5703 msgid "reference is not a tree: %s"
5706 #: builtin/checkout.c:1084
5707 msgid "paths cannot be used with switching branches"
5710 #: builtin/checkout.c:1087 builtin/checkout.c:1091
5712 msgid "'%s' cannot be used with switching branches"
5715 #: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
5716 #: builtin/checkout.c:1106
5718 msgid "'%s' cannot be used with '%s'"
5721 #: builtin/checkout.c:1111
5723 msgid "Cannot switch branch to a non-commit '%s'"
5726 #: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
5727 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
5728 #: builtin/worktree.c:330
5732 #: builtin/checkout.c:1145
5733 msgid "create and checkout a new branch"
5736 #: builtin/checkout.c:1147
5737 msgid "create/reset and checkout a branch"
5740 #: builtin/checkout.c:1148
5741 msgid "create reflog for new branch"
5744 #: builtin/checkout.c:1149 builtin/worktree.c:332
5745 msgid "detach HEAD at named commit"
5748 #: builtin/checkout.c:1150
5749 msgid "set upstream info for new branch"
5752 #: builtin/checkout.c:1152
5756 #: builtin/checkout.c:1152
5757 msgid "new unparented branch"
5760 #: builtin/checkout.c:1153
5761 msgid "checkout our version for unmerged files"
5764 #: builtin/checkout.c:1155
5765 msgid "checkout their version for unmerged files"
5768 #: builtin/checkout.c:1157
5769 msgid "force checkout (throw away local modifications)"
5772 #: builtin/checkout.c:1158
5773 msgid "perform a 3-way merge with the new branch"
5776 #: builtin/checkout.c:1159 builtin/merge.c:235
5777 msgid "update ignored files (default)"
5780 #: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
5784 #: builtin/checkout.c:1161
5785 msgid "conflict style (merge or diff3)"
5788 #: builtin/checkout.c:1164
5789 msgid "do not limit pathspecs to sparse entries only"
5792 #: builtin/checkout.c:1166
5793 msgid "second guess 'git checkout <no-such-branch>'"
5796 #: builtin/checkout.c:1168
5797 msgid "do not check if another worktree is holding the given ref"
5800 #: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
5801 #: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
5802 #: builtin/send-pack.c:173
5803 msgid "force progress reporting"
5806 #: builtin/checkout.c:1203
5807 msgid "-b, -B and --orphan are mutually exclusive"
5810 #: builtin/checkout.c:1220
5811 msgid "--track needs a branch name"
5814 #: builtin/checkout.c:1225
5815 msgid "Missing branch name; try -b"
5818 #: builtin/checkout.c:1261
5819 msgid "invalid path specification"
5822 #: builtin/checkout.c:1268
5824 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5827 #: builtin/checkout.c:1272
5829 msgid "git checkout: --detach does not take a path argument '%s'"
5832 #: builtin/checkout.c:1276
5834 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5835 "checking out of the index."
5838 #: builtin/clean.c:26
5840 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5843 #: builtin/clean.c:30
5845 msgid "Removing %s\n"
5848 #: builtin/clean.c:31
5850 msgid "Would remove %s\n"
5853 #: builtin/clean.c:32
5855 msgid "Skipping repository %s\n"
5858 #: builtin/clean.c:33
5860 msgid "Would skip repository %s\n"
5863 #: builtin/clean.c:34
5865 msgid "failed to remove %s"
5868 #: builtin/clean.c:298 git-add--interactive.perl:572
5872 "1 - select a numbered item\n"
5873 "foo - select item based on unique prefix\n"
5874 " - (empty) select nothing\n"
5877 #: builtin/clean.c:302 git-add--interactive.perl:581
5881 "1 - select a single item\n"
5882 "3-5 - select a range of items\n"
5883 "2-3,6-9 - select multiple ranges\n"
5884 "foo - select item based on unique prefix\n"
5885 "-... - unselect specified items\n"
5886 "* - choose all items\n"
5887 " - (empty) finish selecting\n"
5890 #: builtin/clean.c:518 git-add--interactive.perl:547
5891 #: git-add--interactive.perl:552
5892 #, c-format, perl-format
5896 #: builtin/clean.c:660
5898 msgid "Input ignore patterns>> "
5901 #: builtin/clean.c:697
5903 msgid "WARNING: Cannot find items matched by: %s"
5906 #: builtin/clean.c:718
5907 msgid "Select items to delete"
5910 #. TRANSLATORS: Make sure to keep [y/N] as is
5911 #: builtin/clean.c:759
5913 msgid "Remove %s [y/N]? "
5916 #: builtin/clean.c:784 git-add--interactive.perl:1616
5921 #: builtin/clean.c:792
5923 "clean - start cleaning\n"
5924 "filter by pattern - exclude items from deletion\n"
5925 "select by numbers - select items to be deleted by numbers\n"
5926 "ask each - confirm each deletion (like \"rm -i\")\n"
5927 "quit - stop cleaning\n"
5928 "help - this screen\n"
5929 "? - help for prompt selection"
5932 #: builtin/clean.c:819 git-add--interactive.perl:1692
5933 msgid "*** Commands ***"
5936 #: builtin/clean.c:820 git-add--interactive.perl:1689
5940 #: builtin/clean.c:828
5941 msgid "Would remove the following item:"
5942 msgid_plural "Would remove the following items:"
5946 #: builtin/clean.c:844
5947 msgid "No more files to clean, exiting."
5950 #: builtin/clean.c:906
5951 msgid "do not print names of files removed"
5954 #: builtin/clean.c:908
5958 #: builtin/clean.c:909
5959 msgid "interactive cleaning"
5962 #: builtin/clean.c:911
5963 msgid "remove whole directories"
5966 #: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
5967 #: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
5968 #: builtin/name-rev.c:399 builtin/show-ref.c:176
5972 #: builtin/clean.c:913
5973 msgid "add <pattern> to ignore rules"
5976 #: builtin/clean.c:914
5977 msgid "remove ignored files, too"
5980 #: builtin/clean.c:916
5981 msgid "remove only ignored files"
5984 #: builtin/clean.c:934
5985 msgid "-x and -X cannot be used together"
5988 #: builtin/clean.c:938
5990 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5994 #: builtin/clean.c:941
5996 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6000 #: builtin/clone.c:38
6001 msgid "git clone [<options>] [--] <repo> [<dir>]"
6004 #: builtin/clone.c:82
6005 msgid "don't create a checkout"
6008 #: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6009 msgid "create a bare repository"
6012 #: builtin/clone.c:87
6013 msgid "create a mirror repository (implies bare)"
6016 #: builtin/clone.c:89
6017 msgid "to clone from a local repository"
6020 #: builtin/clone.c:91
6021 msgid "don't use local hardlinks, always copy"
6024 #: builtin/clone.c:93
6025 msgid "setup as shared repository"
6028 #: builtin/clone.c:95 builtin/clone.c:99
6032 #: builtin/clone.c:95 builtin/clone.c:99
6033 msgid "initialize submodules in the clone"
6036 #: builtin/clone.c:102
6037 msgid "number of submodules cloned in parallel"
6040 #: builtin/clone.c:103 builtin/init-db.c:476
6041 msgid "template-directory"
6044 #: builtin/clone.c:104 builtin/init-db.c:477
6045 msgid "directory from which templates will be used"
6048 #: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6049 #: builtin/submodule--helper.c:983
6050 msgid "reference repository"
6053 #: builtin/clone.c:110
6054 msgid "use --reference only while cloning"
6057 #: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6061 #: builtin/clone.c:112
6062 msgid "use <name> instead of 'origin' to track upstream"
6065 #: builtin/clone.c:114
6066 msgid "checkout <branch> instead of the remote's HEAD"
6069 #: builtin/clone.c:116
6070 msgid "path to git-upload-pack on the remote"
6073 #: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6074 #: builtin/pull.c:205
6078 #: builtin/clone.c:118
6079 msgid "create a shallow clone of that depth"
6082 #: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6083 #: parse-options.h:142
6087 #: builtin/clone.c:120
6088 msgid "create a shallow clone since a specific time"
6091 #: builtin/clone.c:121 builtin/fetch.c:119
6095 #: builtin/clone.c:122 builtin/fetch.c:120
6096 msgid "deepen history of shallow clone, excluding rev"
6099 #: builtin/clone.c:124
6100 msgid "clone only one branch, HEAD or --branch"
6103 #: builtin/clone.c:126
6104 msgid "don't clone any tags, and make later fetches not to follow them"
6107 #: builtin/clone.c:128
6108 msgid "any cloned submodules will be shallow"
6111 #: builtin/clone.c:129 builtin/init-db.c:485
6115 #: builtin/clone.c:130 builtin/init-db.c:486
6116 msgid "separate git dir from working tree"
6119 #: builtin/clone.c:131
6123 #: builtin/clone.c:132
6124 msgid "set config inside the new repository"
6127 #: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6128 msgid "use IPv4 addresses only"
6131 #: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6132 msgid "use IPv6 addresses only"
6135 #: builtin/clone.c:272
6137 "No directory name could be guessed.\n"
6138 "Please specify a directory on the command line"
6141 #: builtin/clone.c:325
6143 msgid "info: Could not add alternate for '%s': %s\n"
6146 #: builtin/clone.c:397
6148 msgid "failed to open '%s'"
6151 #: builtin/clone.c:405
6153 msgid "%s exists and is not a directory"
6156 #: builtin/clone.c:419
6158 msgid "failed to stat %s\n"
6161 #: builtin/clone.c:441
6163 msgid "failed to create link '%s'"
6166 #: builtin/clone.c:445
6168 msgid "failed to copy file to '%s'"
6171 #: builtin/clone.c:470
6176 #: builtin/clone.c:482
6178 "Clone succeeded, but checkout failed.\n"
6179 "You can inspect what was checked out with 'git status'\n"
6180 "and retry the checkout with 'git checkout -f HEAD'\n"
6183 #: builtin/clone.c:559
6185 msgid "Could not find remote branch %s to clone."
6188 #: builtin/clone.c:654
6189 msgid "remote did not send all necessary objects"
6192 #: builtin/clone.c:670
6194 msgid "unable to update %s"
6197 #: builtin/clone.c:719
6198 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6201 #: builtin/clone.c:750
6202 msgid "unable to checkout working tree"
6205 #: builtin/clone.c:792
6206 msgid "unable to write parameters to config file"
6209 #: builtin/clone.c:855
6210 msgid "cannot repack to clean up"
6213 #: builtin/clone.c:857
6214 msgid "cannot unlink temporary alternates file"
6217 #: builtin/clone.c:890 builtin/receive-pack.c:1945
6218 msgid "Too many arguments."
6221 #: builtin/clone.c:894
6222 msgid "You must specify a repository to clone."
6225 #: builtin/clone.c:907
6227 msgid "--bare and --origin %s options are incompatible."
6230 #: builtin/clone.c:910
6231 msgid "--bare and --separate-git-dir are incompatible."
6234 #: builtin/clone.c:923
6236 msgid "repository '%s' does not exist"
6239 #: builtin/clone.c:929 builtin/fetch.c:1337
6241 msgid "depth %s is not a positive number"
6244 #: builtin/clone.c:939
6246 msgid "destination path '%s' already exists and is not an empty directory."
6249 #: builtin/clone.c:949
6251 msgid "working tree '%s' already exists."
6254 #: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6255 #: builtin/worktree.c:222 builtin/worktree.c:252
6257 msgid "could not create leading directories of '%s'"
6260 #: builtin/clone.c:967
6262 msgid "could not create work tree dir '%s'"
6265 #: builtin/clone.c:979
6267 msgid "Cloning into bare repository '%s'...\n"
6270 #: builtin/clone.c:981
6272 msgid "Cloning into '%s'...\n"
6275 #: builtin/clone.c:1005
6277 "clone --recursive is not compatible with both --reference and --reference-if-"
6281 #: builtin/clone.c:1067
6282 msgid "--depth is ignored in local clones; use file:// instead."
6285 #: builtin/clone.c:1069
6286 msgid "--shallow-since is ignored in local clones; use file:// instead."
6289 #: builtin/clone.c:1071
6290 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6293 #: builtin/clone.c:1074
6294 msgid "source repository is shallow, ignoring --local"
6297 #: builtin/clone.c:1079
6298 msgid "--local is ignored"
6301 #: builtin/clone.c:1083
6303 msgid "Don't know how to clone %s"
6306 #: builtin/clone.c:1138 builtin/clone.c:1146
6308 msgid "Remote branch %s not found in upstream %s"
6311 #: builtin/clone.c:1149
6312 msgid "You appear to have cloned an empty repository."
6315 #: builtin/column.c:10
6316 msgid "git column [<options>]"
6319 #: builtin/column.c:27
6320 msgid "lookup config vars"
6323 #: builtin/column.c:28 builtin/column.c:29
6324 msgid "layout to use"
6327 #: builtin/column.c:30
6328 msgid "Maximum width"
6331 #: builtin/column.c:31
6332 msgid "Padding space on left border"
6335 #: builtin/column.c:32
6336 msgid "Padding space on right border"
6339 #: builtin/column.c:33
6340 msgid "Padding space between columns"
6343 #: builtin/column.c:52
6344 msgid "--command must be the first argument"
6347 #: builtin/commit.c:39
6348 msgid "git commit [<options>] [--] <pathspec>..."
6351 #: builtin/commit.c:44
6352 msgid "git status [<options>] [--] <pathspec>..."
6355 #: builtin/commit.c:49
6357 "Your name and email address were configured automatically based\n"
6358 "on your username and hostname. Please check that they are accurate.\n"
6359 "You can suppress this message by setting them explicitly. Run the\n"
6360 "following command and follow the instructions in your editor to edit\n"
6361 "your configuration file:\n"
6363 " git config --global --edit\n"
6365 "After doing this, you may fix the identity used for this commit with:\n"
6367 " git commit --amend --reset-author\n"
6370 #: builtin/commit.c:62
6372 "Your name and email address were configured automatically based\n"
6373 "on your username and hostname. Please check that they are accurate.\n"
6374 "You can suppress this message by setting them explicitly:\n"
6376 " git config --global user.name \"Your Name\"\n"
6377 " git config --global user.email you@example.com\n"
6379 "After doing this, you may fix the identity used for this commit with:\n"
6381 " git commit --amend --reset-author\n"
6384 #: builtin/commit.c:74
6386 "You asked to amend the most recent commit, but doing so would make\n"
6387 "it empty. You can repeat your command with --allow-empty, or you can\n"
6388 "remove the commit entirely with \"git reset HEAD^\".\n"
6391 #: builtin/commit.c:79
6393 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6394 "If you wish to commit it anyway, use:\n"
6396 " git commit --allow-empty\n"
6400 #: builtin/commit.c:86
6401 msgid "Otherwise, please use 'git reset'\n"
6404 #: builtin/commit.c:89
6406 "If you wish to skip this commit, use:\n"
6410 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6411 "the remaining commits.\n"
6414 #: builtin/commit.c:319
6415 msgid "failed to unpack HEAD tree object"
6418 #: builtin/commit.c:360
6419 msgid "unable to create temporary index"
6422 #: builtin/commit.c:366
6423 msgid "interactive add failed"
6426 #: builtin/commit.c:379
6427 msgid "unable to update temporary index"
6430 #: builtin/commit.c:381
6431 msgid "Failed to update main cache tree"
6434 #: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6435 msgid "unable to write new_index file"
6438 #: builtin/commit.c:459
6439 msgid "cannot do a partial commit during a merge."
6442 #: builtin/commit.c:461
6443 msgid "cannot do a partial commit during a cherry-pick."
6446 #: builtin/commit.c:470
6447 msgid "cannot read the index"
6450 #: builtin/commit.c:489
6451 msgid "unable to write temporary index file"
6454 #: builtin/commit.c:583
6456 msgid "commit '%s' lacks author header"
6459 #: builtin/commit.c:585
6461 msgid "commit '%s' has malformed author line"
6464 #: builtin/commit.c:604
6465 msgid "malformed --author parameter"
6468 #: builtin/commit.c:656
6470 "unable to select a comment character that is not used\n"
6471 "in the current commit message"
6474 #: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6476 msgid "could not lookup commit %s"
6479 #: builtin/commit.c:705 builtin/shortlog.c:295
6481 msgid "(reading log message from standard input)\n"
6484 #: builtin/commit.c:707
6485 msgid "could not read log from standard input"
6488 #: builtin/commit.c:711
6490 msgid "could not read log file '%s'"
6493 #: builtin/commit.c:738 builtin/commit.c:746
6494 msgid "could not read SQUASH_MSG"
6497 #: builtin/commit.c:743
6498 msgid "could not read MERGE_MSG"
6501 #: builtin/commit.c:797
6502 msgid "could not write commit template"
6505 #: builtin/commit.c:815
6509 "It looks like you may be committing a merge.\n"
6510 "If this is not correct, please remove the file\n"
6515 #: builtin/commit.c:820
6519 "It looks like you may be committing a cherry-pick.\n"
6520 "If this is not correct, please remove the file\n"
6525 #: builtin/commit.c:833
6528 "Please enter the commit message for your changes. Lines starting\n"
6529 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6532 #: builtin/commit.c:840
6535 "Please enter the commit message for your changes. Lines starting\n"
6536 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6537 "An empty message aborts the commit.\n"
6540 #: builtin/commit.c:857
6542 msgid "%sAuthor: %.*s <%.*s>"
6545 #: builtin/commit.c:865
6550 #: builtin/commit.c:872
6552 msgid "%sCommitter: %.*s <%.*s>"
6555 #: builtin/commit.c:889
6556 msgid "Cannot read index"
6559 #: builtin/commit.c:951
6560 msgid "Error building trees"
6563 #: builtin/commit.c:965 builtin/tag.c:274
6565 msgid "Please supply the message using either -m or -F option.\n"
6568 #: builtin/commit.c:1068
6570 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6573 #: builtin/commit.c:1083 builtin/commit.c:1328
6575 msgid "Invalid untracked files mode '%s'"
6578 #: builtin/commit.c:1121
6579 msgid "--long and -z are incompatible"
6582 #: builtin/commit.c:1151
6583 msgid "Using both --reset-author and --author does not make sense"
6586 #: builtin/commit.c:1160
6587 msgid "You have nothing to amend."
6590 #: builtin/commit.c:1163
6591 msgid "You are in the middle of a merge -- cannot amend."
6594 #: builtin/commit.c:1165
6595 msgid "You are in the middle of a cherry-pick -- cannot amend."
6598 #: builtin/commit.c:1168
6599 msgid "Options --squash and --fixup cannot be used together"
6602 #: builtin/commit.c:1178
6603 msgid "Only one of -c/-C/-F/--fixup can be used."
6606 #: builtin/commit.c:1180
6607 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6610 #: builtin/commit.c:1188
6611 msgid "--reset-author can be used only with -C, -c or --amend."
6614 #: builtin/commit.c:1205
6615 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6618 #: builtin/commit.c:1207
6619 msgid "No paths with --include/--only does not make sense."
6622 #: builtin/commit.c:1219 builtin/tag.c:552
6624 msgid "Invalid cleanup mode %s"
6627 #: builtin/commit.c:1224
6628 msgid "Paths with -a does not make sense."
6631 #: builtin/commit.c:1342 builtin/commit.c:1617
6632 msgid "show status concisely"
6635 #: builtin/commit.c:1344 builtin/commit.c:1619
6636 msgid "show branch information"
6639 #: builtin/commit.c:1346
6640 msgid "show stash information"
6643 #: builtin/commit.c:1348
6647 #: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
6648 #: builtin/worktree.c:449
6649 msgid "machine-readable output"
6652 #: builtin/commit.c:1351 builtin/commit.c:1623
6653 msgid "show status in long format (default)"
6656 #: builtin/commit.c:1354 builtin/commit.c:1626
6657 msgid "terminate entries with NUL"
6660 #: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
6661 #: builtin/fast-export.c:986 builtin/tag.c:412
6665 #: builtin/commit.c:1357 builtin/commit.c:1629
6666 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6669 #: builtin/commit.c:1360
6670 msgid "show ignored files"
6673 #: builtin/commit.c:1361 parse-options.h:155
6677 #: builtin/commit.c:1362
6679 "ignore changes to submodules, optional when: all, dirty, untracked. "
6683 #: builtin/commit.c:1364
6684 msgid "list untracked files in columns"
6687 #: builtin/commit.c:1440
6688 msgid "couldn't look up newly created commit"
6691 #: builtin/commit.c:1442
6692 msgid "could not parse newly created commit"
6695 #: builtin/commit.c:1487
6696 msgid "detached HEAD"
6699 #: builtin/commit.c:1490
6700 msgid " (root-commit)"
6703 #: builtin/commit.c:1587
6704 msgid "suppress summary after successful commit"
6707 #: builtin/commit.c:1588
6708 msgid "show diff in commit message template"
6711 #: builtin/commit.c:1590
6712 msgid "Commit message options"
6715 #: builtin/commit.c:1591 builtin/tag.c:410
6716 msgid "read message from file"
6719 #: builtin/commit.c:1592
6723 #: builtin/commit.c:1592
6724 msgid "override author for commit"
6727 #: builtin/commit.c:1593 builtin/gc.c:358
6731 #: builtin/commit.c:1593
6732 msgid "override date for commit"
6735 #: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
6736 #: builtin/notes.c:564 builtin/tag.c:408
6740 #: builtin/commit.c:1594
6741 msgid "commit message"
6744 #: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6745 #: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
6749 #: builtin/commit.c:1595
6750 msgid "reuse and edit message from specified commit"
6753 #: builtin/commit.c:1596
6754 msgid "reuse message from specified commit"
6757 #: builtin/commit.c:1597
6758 msgid "use autosquash formatted message to fixup specified commit"
6761 #: builtin/commit.c:1598
6762 msgid "use autosquash formatted message to squash specified commit"
6765 #: builtin/commit.c:1599
6766 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6769 #: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
6770 msgid "add Signed-off-by:"
6773 #: builtin/commit.c:1601
6774 msgid "use specified template file"
6777 #: builtin/commit.c:1602
6778 msgid "force edit of commit"
6781 #: builtin/commit.c:1603
6785 #: builtin/commit.c:1603 builtin/tag.c:413
6786 msgid "how to strip spaces and #comments from message"
6789 #: builtin/commit.c:1604
6790 msgid "include status in commit message template"
6793 #: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
6794 #: builtin/revert.c:113
6795 msgid "GPG sign commit"
6798 #: builtin/commit.c:1609
6799 msgid "Commit contents options"
6802 #: builtin/commit.c:1610
6803 msgid "commit all changed files"
6806 #: builtin/commit.c:1611
6807 msgid "add specified files to index for commit"
6810 #: builtin/commit.c:1612
6811 msgid "interactively add files"
6814 #: builtin/commit.c:1613
6815 msgid "interactively add changes"
6818 #: builtin/commit.c:1614
6819 msgid "commit only specified files"
6822 #: builtin/commit.c:1615
6823 msgid "bypass pre-commit and commit-msg hooks"
6826 #: builtin/commit.c:1616
6827 msgid "show what would be committed"
6830 #: builtin/commit.c:1627
6831 msgid "amend previous commit"
6834 #: builtin/commit.c:1628
6835 msgid "bypass post-rewrite hook"
6838 #: builtin/commit.c:1633
6839 msgid "ok to record an empty change"
6842 #: builtin/commit.c:1635
6843 msgid "ok to record a change with an empty message"
6846 #: builtin/commit.c:1665
6847 msgid "could not parse HEAD commit"
6850 #: builtin/commit.c:1710
6852 msgid "Corrupt MERGE_HEAD file (%s)"
6855 #: builtin/commit.c:1717
6856 msgid "could not read MERGE_MODE"
6859 #: builtin/commit.c:1736
6861 msgid "could not read commit message: %s"
6864 #: builtin/commit.c:1747
6866 msgid "Aborting commit; you did not edit the message.\n"
6869 #: builtin/commit.c:1752
6871 msgid "Aborting commit due to empty commit message.\n"
6874 #: builtin/commit.c:1800
6876 "Repository has been updated, but unable to write\n"
6877 "new_index file. Check that disk is not full and quota is\n"
6878 "not exceeded, and then \"git reset HEAD\" to recover."
6881 #: builtin/config.c:10
6882 msgid "git config [<options>]"
6885 #: builtin/config.c:57
6886 msgid "Config file location"
6889 #: builtin/config.c:58
6890 msgid "use global config file"
6893 #: builtin/config.c:59
6894 msgid "use system config file"
6897 #: builtin/config.c:60
6898 msgid "use repository config file"
6901 #: builtin/config.c:61
6902 msgid "use given config file"
6905 #: builtin/config.c:62
6909 #: builtin/config.c:62
6910 msgid "read config from given blob object"
6913 #: builtin/config.c:63
6917 #: builtin/config.c:64
6918 msgid "get value: name [value-regex]"
6921 #: builtin/config.c:65
6922 msgid "get all values: key [value-regex]"
6925 #: builtin/config.c:66
6926 msgid "get values for regexp: name-regex [value-regex]"
6929 #: builtin/config.c:67
6930 msgid "get value specific for the URL: section[.var] URL"
6933 #: builtin/config.c:68
6934 msgid "replace all matching variables: name value [value_regex]"
6937 #: builtin/config.c:69
6938 msgid "add a new variable: name value"
6941 #: builtin/config.c:70
6942 msgid "remove a variable: name [value-regex]"
6945 #: builtin/config.c:71
6946 msgid "remove all matches: name [value-regex]"
6949 #: builtin/config.c:72
6950 msgid "rename section: old-name new-name"
6953 #: builtin/config.c:73
6954 msgid "remove a section: name"
6957 #: builtin/config.c:74
6961 #: builtin/config.c:75
6962 msgid "open an editor"
6965 #: builtin/config.c:76
6966 msgid "find the color configured: slot [default]"
6969 #: builtin/config.c:77
6970 msgid "find the color setting: slot [stdout-is-tty]"
6973 #: builtin/config.c:78
6977 #: builtin/config.c:79
6978 msgid "value is \"true\" or \"false\""
6981 #: builtin/config.c:80
6982 msgid "value is decimal number"
6985 #: builtin/config.c:81
6986 msgid "value is --bool or --int"
6989 #: builtin/config.c:82
6990 msgid "value is a path (file or directory name)"
6993 #: builtin/config.c:83
6997 #: builtin/config.c:84
6998 msgid "terminate values with NUL byte"
7001 #: builtin/config.c:85
7002 msgid "show variable names only"
7005 #: builtin/config.c:86
7006 msgid "respect include directives on lookup"
7009 #: builtin/config.c:87
7010 msgid "show origin of config (file, standard input, blob, command line)"
7013 #: builtin/config.c:327
7014 msgid "unable to parse default color value"
7017 #: builtin/config.c:471
7020 "# This is Git's per-user configuration file.\n"
7022 "# Please adapt and uncomment the following lines:\n"
7027 #: builtin/config.c:499
7028 msgid "--local can only be used inside a git repository"
7031 #: builtin/config.c:621
7033 msgid "cannot create configuration file %s"
7036 #: builtin/config.c:633
7039 "cannot overwrite multiple values with a single value\n"
7040 " Use a regexp, --add or --replace-all to change %s."
7043 #: builtin/count-objects.c:87
7044 msgid "git count-objects [-v] [-H | --human-readable]"
7047 #: builtin/count-objects.c:97
7048 msgid "print sizes in human readable format"
7051 #: builtin/describe.c:19
7052 msgid "git describe [<options>] [<commit-ish>...]"
7055 #: builtin/describe.c:20
7056 msgid "git describe [<options>] --dirty"
7059 #: builtin/describe.c:54
7063 #: builtin/describe.c:54
7067 #: builtin/describe.c:54
7071 #: builtin/describe.c:253
7073 msgid "annotated tag %s not available"
7076 #: builtin/describe.c:257
7078 msgid "annotated tag %s has no embedded name"
7081 #: builtin/describe.c:259
7083 msgid "tag '%s' is really '%s' here"
7086 #: builtin/describe.c:286 builtin/log.c:489
7088 msgid "Not a valid object name %s"
7091 #: builtin/describe.c:289
7093 msgid "%s is not a valid '%s' object"
7096 #: builtin/describe.c:306
7098 msgid "no tag exactly matches '%s'"
7101 #: builtin/describe.c:308
7103 msgid "searching to describe %s\n"
7106 #: builtin/describe.c:355
7108 msgid "finished search at %s\n"
7111 #: builtin/describe.c:382
7114 "No annotated tags can describe '%s'.\n"
7115 "However, there were unannotated tags: try --tags."
7118 #: builtin/describe.c:386
7121 "No tags can describe '%s'.\n"
7122 "Try --always, or create some tags."
7125 #: builtin/describe.c:416
7127 msgid "traversed %lu commits\n"
7130 #: builtin/describe.c:419
7133 "more than %i tags found; listed %i most recent\n"
7134 "gave up search at %s\n"
7137 #: builtin/describe.c:441
7138 msgid "find the tag that comes after the commit"
7141 #: builtin/describe.c:442
7142 msgid "debug search strategy on stderr"
7145 #: builtin/describe.c:443
7149 #: builtin/describe.c:444
7150 msgid "use any tag, even unannotated"
7153 #: builtin/describe.c:445
7154 msgid "always use long format"
7157 #: builtin/describe.c:446
7158 msgid "only follow first parent"
7161 #: builtin/describe.c:449
7162 msgid "only output exact matches"
7165 #: builtin/describe.c:451
7166 msgid "consider <n> most recent tags (default: 10)"
7169 #: builtin/describe.c:453
7170 msgid "only consider tags matching <pattern>"
7173 #: builtin/describe.c:455
7174 msgid "do not consider tags matching <pattern>"
7177 #: builtin/describe.c:457 builtin/name-rev.c:406
7178 msgid "show abbreviated commit object as fallback"
7181 #: builtin/describe.c:458 builtin/describe.c:461
7185 #: builtin/describe.c:459
7186 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7189 #: builtin/describe.c:462
7190 msgid "append <mark> on broken working tree (default: \"-broken\")"
7193 #: builtin/describe.c:480
7194 msgid "--long is incompatible with --abbrev=0"
7197 #: builtin/describe.c:509
7198 msgid "No names found, cannot describe anything."
7201 #: builtin/describe.c:552
7202 msgid "--dirty is incompatible with commit-ishes"
7205 #: builtin/describe.c:554
7206 msgid "--broken is incompatible with commit-ishes"
7209 #: builtin/diff.c:83
7211 msgid "'%s': not a regular file or symlink"
7214 #: builtin/diff.c:235
7216 msgid "invalid option: %s"
7219 #: builtin/diff.c:359
7220 msgid "Not a git repository"
7223 #: builtin/diff.c:402
7225 msgid "invalid object '%s' given."
7228 #: builtin/diff.c:411
7230 msgid "more than two blobs given: '%s'"
7233 #: builtin/diff.c:416
7235 msgid "unhandled object '%s' given."
7238 #: builtin/difftool.c:29
7239 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7242 #: builtin/difftool.c:249
7247 #: builtin/difftool.c:291
7249 msgid "could not read symlink %s"
7252 #: builtin/difftool.c:293
7254 msgid "could not read symlink file %s"
7257 #: builtin/difftool.c:301
7259 msgid "could not read object %s for symlink %s"
7262 #: builtin/difftool.c:403
7264 "combined diff formats('-c' and '--cc') are not supported in\n"
7265 "directory diff mode('-d' and '--dir-diff')."
7268 #: builtin/difftool.c:626
7270 msgid "both files modified: '%s' and '%s'."
7273 #: builtin/difftool.c:628
7274 msgid "working tree file has been left."
7277 #: builtin/difftool.c:639
7279 msgid "temporary files exist in '%s'."
7282 #: builtin/difftool.c:640
7283 msgid "you may want to cleanup or recover these."
7286 #: builtin/difftool.c:689
7287 msgid "use `diff.guitool` instead of `diff.tool`"
7290 #: builtin/difftool.c:691
7291 msgid "perform a full-directory diff"
7294 #: builtin/difftool.c:693
7295 msgid "do not prompt before launching a diff tool"
7298 #: builtin/difftool.c:699
7299 msgid "use symlinks in dir-diff mode"
7302 #: builtin/difftool.c:700
7306 #: builtin/difftool.c:701
7307 msgid "use the specified diff tool"
7310 #: builtin/difftool.c:703
7311 msgid "print a list of diff tools that may be used with `--tool`"
7314 #: builtin/difftool.c:706
7316 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7320 #: builtin/difftool.c:708
7324 #: builtin/difftool.c:709
7325 msgid "specify a custom command for viewing diffs"
7328 #: builtin/difftool.c:733
7329 msgid "no <tool> given for --tool=<tool>"
7332 #: builtin/difftool.c:740
7333 msgid "no <cmd> given for --extcmd=<cmd>"
7336 #: builtin/fast-export.c:26
7337 msgid "git fast-export [rev-list-opts]"
7340 #: builtin/fast-export.c:982
7341 msgid "show progress after <n> objects"
7344 #: builtin/fast-export.c:984
7345 msgid "select handling of signed tags"
7348 #: builtin/fast-export.c:987
7349 msgid "select handling of tags that tag filtered objects"
7352 #: builtin/fast-export.c:990
7353 msgid "Dump marks to this file"
7356 #: builtin/fast-export.c:992
7357 msgid "Import marks from this file"
7360 #: builtin/fast-export.c:994
7361 msgid "Fake a tagger when tags lack one"
7364 #: builtin/fast-export.c:996
7365 msgid "Output full tree for each commit"
7368 #: builtin/fast-export.c:998
7369 msgid "Use the done feature to terminate the stream"
7372 #: builtin/fast-export.c:999
7373 msgid "Skip output of blob data"
7376 #: builtin/fast-export.c:1000
7380 #: builtin/fast-export.c:1001
7381 msgid "Apply refspec to exported refs"
7384 #: builtin/fast-export.c:1002
7385 msgid "anonymize output"
7388 #: builtin/fetch.c:22
7389 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7392 #: builtin/fetch.c:23
7393 msgid "git fetch [<options>] <group>"
7396 #: builtin/fetch.c:24
7397 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7400 #: builtin/fetch.c:25
7401 msgid "git fetch --all [<options>]"
7404 #: builtin/fetch.c:90 builtin/pull.c:182
7405 msgid "fetch from all remotes"
7408 #: builtin/fetch.c:92 builtin/pull.c:185
7409 msgid "append to .git/FETCH_HEAD instead of overwriting"
7412 #: builtin/fetch.c:94 builtin/pull.c:188
7413 msgid "path to upload pack on remote end"
7416 #: builtin/fetch.c:95 builtin/pull.c:190
7417 msgid "force overwrite of local branch"
7420 #: builtin/fetch.c:97
7421 msgid "fetch from multiple remotes"
7424 #: builtin/fetch.c:99 builtin/pull.c:192
7425 msgid "fetch all tags and associated objects"
7428 #: builtin/fetch.c:101
7429 msgid "do not fetch all tags (--no-tags)"
7432 #: builtin/fetch.c:103
7433 msgid "number of submodules fetched in parallel"
7436 #: builtin/fetch.c:105 builtin/pull.c:195
7437 msgid "prune remote-tracking branches no longer on remote"
7440 #: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7444 #: builtin/fetch.c:107
7445 msgid "control recursive fetching of submodules"
7448 #: builtin/fetch.c:111 builtin/pull.c:203
7449 msgid "keep downloaded pack"
7452 #: builtin/fetch.c:113
7453 msgid "allow updating of HEAD ref"
7456 #: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7457 msgid "deepen history of shallow clone"
7460 #: builtin/fetch.c:118
7461 msgid "deepen history of shallow repository based on time"
7464 #: builtin/fetch.c:124 builtin/pull.c:209
7465 msgid "convert to a complete repository"
7468 #: builtin/fetch.c:126 builtin/log.c:1450
7472 #: builtin/fetch.c:127
7473 msgid "prepend this to submodule path output"
7476 #: builtin/fetch.c:130
7478 "default for recursive fetching of submodules (lower priority than config "
7482 #: builtin/fetch.c:134 builtin/pull.c:212
7483 msgid "accept refs that update .git/shallow"
7486 #: builtin/fetch.c:135 builtin/pull.c:214
7490 #: builtin/fetch.c:136 builtin/pull.c:215
7491 msgid "specify fetch refmap"
7494 #: builtin/fetch.c:394
7495 msgid "Couldn't find remote ref HEAD"
7498 #: builtin/fetch.c:512
7500 msgid "configuration fetch.output contains invalid value %s"
7503 #: builtin/fetch.c:605
7505 msgid "object %s not found"
7508 #: builtin/fetch.c:609
7509 msgid "[up to date]"
7512 #: builtin/fetch.c:622 builtin/fetch.c:702
7516 #: builtin/fetch.c:623
7517 msgid "can't fetch in current branch"
7520 #: builtin/fetch.c:632
7521 msgid "[tag update]"
7524 #: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
7525 #: builtin/fetch.c:697
7526 msgid "unable to update local ref"
7529 #: builtin/fetch.c:652
7533 #: builtin/fetch.c:655
7534 msgid "[new branch]"
7537 #: builtin/fetch.c:658
7541 #: builtin/fetch.c:697
7542 msgid "forced update"
7545 #: builtin/fetch.c:702
7546 msgid "non-fast-forward"
7549 #: builtin/fetch.c:747
7551 msgid "%s did not send all necessary objects\n"
7554 #: builtin/fetch.c:767
7556 msgid "reject %s because shallow roots are not allowed to be updated"
7559 #: builtin/fetch.c:855 builtin/fetch.c:951
7564 #: builtin/fetch.c:866
7567 "some local refs could not be updated; try running\n"
7568 " 'git remote prune %s' to remove any old, conflicting branches"
7571 #: builtin/fetch.c:921
7573 msgid " (%s will become dangling)"
7576 #: builtin/fetch.c:922
7578 msgid " (%s has become dangling)"
7581 #: builtin/fetch.c:954
7585 #: builtin/fetch.c:955 builtin/remote.c:1023
7589 #: builtin/fetch.c:978
7591 msgid "Refusing to fetch into current branch %s of non-bare repository"
7594 #: builtin/fetch.c:997
7596 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7599 #: builtin/fetch.c:1000
7601 msgid "Option \"%s\" is ignored for %s\n"
7604 #: builtin/fetch.c:1076
7606 msgid "Don't know how to fetch from %s"
7609 #: builtin/fetch.c:1236
7611 msgid "Fetching %s\n"
7614 #: builtin/fetch.c:1238 builtin/remote.c:97
7616 msgid "Could not fetch %s"
7619 #: builtin/fetch.c:1256
7621 "No remote repository specified. Please, specify either a URL or a\n"
7622 "remote name from which new revisions should be fetched."
7625 #: builtin/fetch.c:1279
7626 msgid "You need to specify a tag name."
7629 #: builtin/fetch.c:1321
7630 msgid "Negative depth in --deepen is not supported"
7633 #: builtin/fetch.c:1323
7634 msgid "--deepen and --depth are mutually exclusive"
7637 #: builtin/fetch.c:1328
7638 msgid "--depth and --unshallow cannot be used together"
7641 #: builtin/fetch.c:1330
7642 msgid "--unshallow on a complete repository does not make sense"
7645 #: builtin/fetch.c:1349
7646 msgid "fetch --all does not take a repository argument"
7649 #: builtin/fetch.c:1351
7650 msgid "fetch --all does not make sense with refspecs"
7653 #: builtin/fetch.c:1362
7655 msgid "No such remote or remote group: %s"
7658 #: builtin/fetch.c:1370
7659 msgid "Fetching a group and specifying refspecs does not make sense"
7662 #: builtin/fmt-merge-msg.c:15
7664 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7667 #: builtin/fmt-merge-msg.c:664
7668 msgid "populate log with at most <n> entries from shortlog"
7671 #: builtin/fmt-merge-msg.c:667
7672 msgid "alias for --log (deprecated)"
7675 #: builtin/fmt-merge-msg.c:670
7679 #: builtin/fmt-merge-msg.c:671
7680 msgid "use <text> as start of message"
7683 #: builtin/fmt-merge-msg.c:672
7684 msgid "file to read from"
7687 #: builtin/for-each-ref.c:10
7688 msgid "git for-each-ref [<options>] [<pattern>]"
7691 #: builtin/for-each-ref.c:11
7692 msgid "git for-each-ref [--points-at <object>]"
7695 #: builtin/for-each-ref.c:12
7696 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7699 #: builtin/for-each-ref.c:13
7700 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7703 #: builtin/for-each-ref.c:28
7704 msgid "quote placeholders suitably for shells"
7707 #: builtin/for-each-ref.c:30
7708 msgid "quote placeholders suitably for perl"
7711 #: builtin/for-each-ref.c:32
7712 msgid "quote placeholders suitably for python"
7715 #: builtin/for-each-ref.c:34
7716 msgid "quote placeholders suitably for Tcl"
7719 #: builtin/for-each-ref.c:37
7720 msgid "show only <n> matched refs"
7723 #: builtin/for-each-ref.c:42
7724 msgid "print only refs which points at the given object"
7727 #: builtin/for-each-ref.c:44
7728 msgid "print only refs that are merged"
7731 #: builtin/for-each-ref.c:45
7732 msgid "print only refs that are not merged"
7735 #: builtin/for-each-ref.c:46
7736 msgid "print only refs which contain the commit"
7739 #: builtin/for-each-ref.c:47
7740 msgid "print only refs which don't contain the commit"
7743 #: builtin/fsck.c:554
7744 msgid "Checking object directories"
7747 #: builtin/fsck.c:646
7748 msgid "git fsck [<options>] [<object>...]"
7751 #: builtin/fsck.c:652
7752 msgid "show unreachable objects"
7755 #: builtin/fsck.c:653
7756 msgid "show dangling objects"
7759 #: builtin/fsck.c:654
7763 #: builtin/fsck.c:655
7764 msgid "report root nodes"
7767 #: builtin/fsck.c:656
7768 msgid "make index objects head nodes"
7771 #: builtin/fsck.c:657
7772 msgid "make reflogs head nodes (default)"
7775 #: builtin/fsck.c:658
7776 msgid "also consider packs and alternate objects"
7779 #: builtin/fsck.c:659
7780 msgid "check only connectivity"
7783 #: builtin/fsck.c:660
7784 msgid "enable more strict checking"
7787 #: builtin/fsck.c:662
7788 msgid "write dangling objects in .git/lost-found"
7791 #: builtin/fsck.c:663 builtin/prune.c:107
7792 msgid "show progress"
7795 #: builtin/fsck.c:664
7796 msgid "show verbose names for reachable objects"
7799 #: builtin/fsck.c:725
7800 msgid "Checking objects"
7804 msgid "git gc [<options>]"
7809 msgid "Failed to fstat %s: %s"
7814 msgid "Can't stat %s"
7820 "The last gc run reported the following. Please correct the root cause\n"
7822 "Automatic cleanup will not be performed until the file is removed.\n"
7828 msgid "prune unreferenced objects"
7832 msgid "be more thorough (increased runtime)"
7836 msgid "enable auto-gc mode"
7840 msgid "force running gc even if there may be another gc running"
7845 msgid "Failed to parse gc.logexpiry value %s"
7850 msgid "Auto packing the repository in background for optimum performance.\n"
7855 msgid "Auto packing the repository for optimum performance.\n"
7860 msgid "See \"git help gc\" for manual housekeeping.\n"
7866 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7871 "There are too many unreachable loose objects; run 'git prune' to remove them."
7874 #: builtin/grep.c:27
7875 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7878 #: builtin/grep.c:235
7880 msgid "grep: failed to create thread: %s"
7883 #: builtin/grep.c:293
7885 msgid "invalid number of threads specified (%d) for %s"
7888 #. TRANSLATORS: %s is the configuration
7889 #. variable for tweaking threads, currently
7892 #: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
7894 msgid "no threads support, ignoring %s"
7897 #: builtin/grep.c:788 builtin/grep.c:829
7899 msgid "unable to read tree (%s)"
7902 #: builtin/grep.c:848
7904 msgid "unable to grep from object of type %s"
7907 #: builtin/grep.c:912
7909 msgid "switch `%c' expects a numerical value"
7912 #: builtin/grep.c:999
7913 msgid "search in index instead of in the work tree"
7916 #: builtin/grep.c:1001
7917 msgid "find in contents not managed by git"
7920 #: builtin/grep.c:1003
7921 msgid "search in both tracked and untracked files"
7924 #: builtin/grep.c:1005
7925 msgid "ignore files specified via '.gitignore'"
7928 #: builtin/grep.c:1007
7929 msgid "recursively search in each submodule"
7932 #: builtin/grep.c:1009
7936 #: builtin/grep.c:1010
7937 msgid "prepend parent project's basename to output"
7940 #: builtin/grep.c:1013
7941 msgid "show non-matching lines"
7944 #: builtin/grep.c:1015
7945 msgid "case insensitive matching"
7948 #: builtin/grep.c:1017
7949 msgid "match patterns only at word boundaries"
7952 #: builtin/grep.c:1019
7953 msgid "process binary files as text"
7956 #: builtin/grep.c:1021
7957 msgid "don't match patterns in binary files"
7960 #: builtin/grep.c:1024
7961 msgid "process binary files with textconv filters"
7964 #: builtin/grep.c:1026
7965 msgid "descend at most <depth> levels"
7968 #: builtin/grep.c:1030
7969 msgid "use extended POSIX regular expressions"
7972 #: builtin/grep.c:1033
7973 msgid "use basic POSIX regular expressions (default)"
7976 #: builtin/grep.c:1036
7977 msgid "interpret patterns as fixed strings"
7980 #: builtin/grep.c:1039
7981 msgid "use Perl-compatible regular expressions"
7984 #: builtin/grep.c:1042
7985 msgid "show line numbers"
7988 #: builtin/grep.c:1043
7989 msgid "don't show filenames"
7992 #: builtin/grep.c:1044
7993 msgid "show filenames"
7996 #: builtin/grep.c:1046
7997 msgid "show filenames relative to top directory"
8000 #: builtin/grep.c:1048
8001 msgid "show only filenames instead of matching lines"
8004 #: builtin/grep.c:1050
8005 msgid "synonym for --files-with-matches"
8008 #: builtin/grep.c:1053
8009 msgid "show only the names of files without match"
8012 #: builtin/grep.c:1055
8013 msgid "print NUL after filenames"
8016 #: builtin/grep.c:1057
8017 msgid "show the number of matches instead of matching lines"
8020 #: builtin/grep.c:1058
8021 msgid "highlight matches"
8024 #: builtin/grep.c:1060
8025 msgid "print empty line between matches from different files"
8028 #: builtin/grep.c:1062
8029 msgid "show filename only once above matches from same file"
8032 #: builtin/grep.c:1065
8033 msgid "show <n> context lines before and after matches"
8036 #: builtin/grep.c:1068
8037 msgid "show <n> context lines before matches"
8040 #: builtin/grep.c:1070
8041 msgid "show <n> context lines after matches"
8044 #: builtin/grep.c:1072
8045 msgid "use <n> worker threads"
8048 #: builtin/grep.c:1073
8049 msgid "shortcut for -C NUM"
8052 #: builtin/grep.c:1076
8053 msgid "show a line with the function name before matches"
8056 #: builtin/grep.c:1078
8057 msgid "show the surrounding function"
8060 #: builtin/grep.c:1081
8061 msgid "read patterns from file"
8064 #: builtin/grep.c:1083
8065 msgid "match <pattern>"
8068 #: builtin/grep.c:1085
8069 msgid "combine patterns specified with -e"
8072 #: builtin/grep.c:1097
8073 msgid "indicate hit with exit status without output"
8076 #: builtin/grep.c:1099
8077 msgid "show only matches from files that match all patterns"
8080 #: builtin/grep.c:1101
8081 msgid "show parse tree for grep expression"
8084 #: builtin/grep.c:1105
8088 #: builtin/grep.c:1105
8089 msgid "show matching files in the pager"
8092 #: builtin/grep.c:1108
8093 msgid "allow calling of grep(1) (ignored by this build)"
8096 #: builtin/grep.c:1172
8097 msgid "no pattern given."
8100 #: builtin/grep.c:1204
8101 msgid "--no-index or --untracked cannot be used with revs"
8104 #: builtin/grep.c:1211
8106 msgid "unable to resolve revision: %s"
8109 #: builtin/grep.c:1245 builtin/index-pack.c:1490
8111 msgid "invalid number of threads specified (%d)"
8114 #: builtin/grep.c:1250
8115 msgid "no threads support, ignoring --threads"
8118 #: builtin/grep.c:1281
8119 msgid "--open-files-in-pager only works on the worktree"
8122 #: builtin/grep.c:1304
8123 msgid "option not supported with --recurse-submodules."
8126 #: builtin/grep.c:1310
8127 msgid "--cached or --untracked cannot be used with --no-index."
8130 #: builtin/grep.c:1316
8131 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8134 #: builtin/grep.c:1324
8135 msgid "both --cached and trees are given."
8138 #: builtin/hash-object.c:82
8140 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8144 #: builtin/hash-object.c:83
8145 msgid "git hash-object --stdin-paths"
8148 #: builtin/hash-object.c:95
8152 #: builtin/hash-object.c:95
8156 #: builtin/hash-object.c:96
8157 msgid "write the object into the object database"
8160 #: builtin/hash-object.c:98
8161 msgid "read the object from stdin"
8164 #: builtin/hash-object.c:100
8165 msgid "store file as is without filters"
8168 #: builtin/hash-object.c:101
8170 "just hash any random garbage to create corrupt objects for debugging Git"
8173 #: builtin/hash-object.c:102
8174 msgid "process file as it were from this path"
8177 #: builtin/help.c:43
8178 msgid "print all available commands"
8181 #: builtin/help.c:44
8182 msgid "exclude guides"
8185 #: builtin/help.c:45
8186 msgid "print list of useful guides"
8189 #: builtin/help.c:46
8190 msgid "show man page"
8193 #: builtin/help.c:47
8194 msgid "show manual in web browser"
8197 #: builtin/help.c:49
8198 msgid "show info page"
8201 #: builtin/help.c:55
8202 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8205 #: builtin/help.c:67
8207 msgid "unrecognized help format '%s'"
8210 #: builtin/help.c:94
8211 msgid "Failed to start emacsclient."
8214 #: builtin/help.c:107
8215 msgid "Failed to parse emacsclient version."
8218 #: builtin/help.c:115
8220 msgid "emacsclient version '%d' too old (< 22)."
8223 #: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8225 msgid "failed to exec '%s'"
8228 #: builtin/help.c:208
8231 "'%s': path for unsupported man viewer.\n"
8232 "Please consider using 'man.<tool>.cmd' instead."
8235 #: builtin/help.c:220
8238 "'%s': cmd for supported man viewer.\n"
8239 "Please consider using 'man.<tool>.path' instead."
8242 #: builtin/help.c:337
8244 msgid "'%s': unknown man viewer."
8247 #: builtin/help.c:354
8248 msgid "no man viewer handled the request"
8251 #: builtin/help.c:362
8252 msgid "no info viewer handled the request"
8255 #: builtin/help.c:404
8256 msgid "Defining attributes per path"
8259 #: builtin/help.c:405
8260 msgid "Everyday Git With 20 Commands Or So"
8263 #: builtin/help.c:406
8264 msgid "A Git glossary"
8267 #: builtin/help.c:407
8268 msgid "Specifies intentionally untracked files to ignore"
8271 #: builtin/help.c:408
8272 msgid "Defining submodule properties"
8275 #: builtin/help.c:409
8276 msgid "Specifying revisions and ranges for Git"
8279 #: builtin/help.c:410
8280 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8283 #: builtin/help.c:411
8284 msgid "An overview of recommended workflows with Git"
8287 #: builtin/help.c:423
8288 msgid "The common Git guides are:\n"
8291 #: builtin/help.c:441
8293 msgid "`git %s' is aliased to `%s'"
8296 #: builtin/help.c:463 builtin/help.c:480
8301 #: builtin/index-pack.c:155
8303 msgid "unable to open %s"
8306 #: builtin/index-pack.c:205
8308 msgid "object type mismatch at %s"
8311 #: builtin/index-pack.c:225
8313 msgid "did not receive expected object %s"
8316 #: builtin/index-pack.c:228
8318 msgid "object %s: expected type %s, found %s"
8321 #: builtin/index-pack.c:270
8323 msgid "cannot fill %d byte"
8324 msgid_plural "cannot fill %d bytes"
8328 #: builtin/index-pack.c:280
8332 #: builtin/index-pack.c:281
8333 msgid "read error on input"
8336 #: builtin/index-pack.c:293
8337 msgid "used more bytes than were available"
8340 #: builtin/index-pack.c:300
8341 msgid "pack too large for current definition of off_t"
8344 #: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8345 msgid "pack exceeds maximum allowed size"
8348 #: builtin/index-pack.c:318
8350 msgid "unable to create '%s'"
8353 #: builtin/index-pack.c:324
8355 msgid "cannot open packfile '%s'"
8358 #: builtin/index-pack.c:338
8359 msgid "pack signature mismatch"
8362 #: builtin/index-pack.c:340
8364 msgid "pack version %<PRIu32> unsupported"
8367 #: builtin/index-pack.c:358
8369 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8372 #: builtin/index-pack.c:479
8374 msgid "inflate returned %d"
8377 #: builtin/index-pack.c:528
8378 msgid "offset value overflow for delta base object"
8381 #: builtin/index-pack.c:536
8382 msgid "delta base offset is out of bound"
8385 #: builtin/index-pack.c:544
8387 msgid "unknown object type %d"
8390 #: builtin/index-pack.c:575
8391 msgid "cannot pread pack file"
8394 #: builtin/index-pack.c:577
8396 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8397 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8401 #: builtin/index-pack.c:603
8402 msgid "serious inflate inconsistency"
8405 #: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8406 #: builtin/index-pack.c:816 builtin/index-pack.c:825
8408 msgid "SHA1 COLLISION FOUND WITH %s !"
8411 #: builtin/index-pack.c:751 builtin/pack-objects.c:167
8412 #: builtin/pack-objects.c:261
8414 msgid "unable to read %s"
8417 #: builtin/index-pack.c:814
8419 msgid "cannot read existing object info %s"
8422 #: builtin/index-pack.c:822
8424 msgid "cannot read existing object %s"
8427 #: builtin/index-pack.c:836
8429 msgid "invalid blob object %s"
8432 #: builtin/index-pack.c:851
8437 #: builtin/index-pack.c:854
8438 msgid "Error in object"
8441 #: builtin/index-pack.c:856
8443 msgid "Not all child objects of %s are reachable"
8446 #: builtin/index-pack.c:928 builtin/index-pack.c:959
8447 msgid "failed to apply delta"
8450 #: builtin/index-pack.c:1130
8451 msgid "Receiving objects"
8454 #: builtin/index-pack.c:1130
8455 msgid "Indexing objects"
8458 #: builtin/index-pack.c:1164
8459 msgid "pack is corrupted (SHA1 mismatch)"
8462 #: builtin/index-pack.c:1169
8463 msgid "cannot fstat packfile"
8466 #: builtin/index-pack.c:1172
8467 msgid "pack has junk at the end"
8470 #: builtin/index-pack.c:1184
8471 msgid "confusion beyond insanity in parse_pack_objects()"
8474 #: builtin/index-pack.c:1207
8475 msgid "Resolving deltas"
8478 #: builtin/index-pack.c:1218
8480 msgid "unable to create thread: %s"
8483 #: builtin/index-pack.c:1260
8484 msgid "confusion beyond insanity"
8487 #: builtin/index-pack.c:1266
8489 msgid "completed with %d local object"
8490 msgid_plural "completed with %d local objects"
8494 #: builtin/index-pack.c:1278
8496 msgid "Unexpected tail checksum for %s (disk corruption?)"
8499 #: builtin/index-pack.c:1282
8501 msgid "pack has %d unresolved delta"
8502 msgid_plural "pack has %d unresolved deltas"
8506 #: builtin/index-pack.c:1306
8508 msgid "unable to deflate appended object (%d)"
8511 #: builtin/index-pack.c:1382
8513 msgid "local object %s is corrupt"
8516 #: builtin/index-pack.c:1408
8517 msgid "error while closing pack file"
8520 #: builtin/index-pack.c:1420
8522 msgid "cannot write keep file '%s'"
8525 #: builtin/index-pack.c:1428
8527 msgid "cannot close written keep file '%s'"
8530 #: builtin/index-pack.c:1438
8531 msgid "cannot store pack file"
8534 #: builtin/index-pack.c:1446
8535 msgid "cannot store index file"
8538 #: builtin/index-pack.c:1484
8540 msgid "bad pack.indexversion=%<PRIu32>"
8543 #: builtin/index-pack.c:1552
8545 msgid "Cannot open existing pack file '%s'"
8548 #: builtin/index-pack.c:1554
8550 msgid "Cannot open existing pack idx file for '%s'"
8553 #: builtin/index-pack.c:1602
8555 msgid "non delta: %d object"
8556 msgid_plural "non delta: %d objects"
8560 #: builtin/index-pack.c:1609
8562 msgid "chain length = %d: %lu object"
8563 msgid_plural "chain length = %d: %lu objects"
8567 #: builtin/index-pack.c:1622
8569 msgid "packfile name '%s' does not end with '.pack'"
8572 #: builtin/index-pack.c:1704 builtin/index-pack.c:1707
8573 #: builtin/index-pack.c:1723 builtin/index-pack.c:1727
8578 #: builtin/index-pack.c:1743
8579 msgid "--fix-thin cannot be used without --stdin"
8582 #: builtin/index-pack.c:1745
8583 msgid "--stdin requires a git repository"
8586 #: builtin/index-pack.c:1753
8587 msgid "--verify with no packfile name given"
8590 #: builtin/init-db.c:55
8592 msgid "cannot stat '%s'"
8595 #: builtin/init-db.c:61
8597 msgid "cannot stat template '%s'"
8600 #: builtin/init-db.c:66
8602 msgid "cannot opendir '%s'"
8605 #: builtin/init-db.c:77
8607 msgid "cannot readlink '%s'"
8610 #: builtin/init-db.c:79
8612 msgid "cannot symlink '%s' '%s'"
8615 #: builtin/init-db.c:85
8617 msgid "cannot copy '%s' to '%s'"
8620 #: builtin/init-db.c:89
8622 msgid "ignoring template %s"
8625 #: builtin/init-db.c:120
8627 msgid "templates not found %s"
8630 #: builtin/init-db.c:135
8632 msgid "not copying templates from '%s': %s"
8635 #: builtin/init-db.c:328
8637 msgid "unable to handle file type %d"
8640 #: builtin/init-db.c:331
8642 msgid "unable to move %s to %s"
8645 #: builtin/init-db.c:348 builtin/init-db.c:351
8647 msgid "%s already exists"
8650 #: builtin/init-db.c:404
8652 msgid "Reinitialized existing shared Git repository in %s%s\n"
8655 #: builtin/init-db.c:405
8657 msgid "Reinitialized existing Git repository in %s%s\n"
8660 #: builtin/init-db.c:409
8662 msgid "Initialized empty shared Git repository in %s%s\n"
8665 #: builtin/init-db.c:410
8667 msgid "Initialized empty Git repository in %s%s\n"
8670 #: builtin/init-db.c:458
8672 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8673 "shared[=<permissions>]] [<directory>]"
8676 #: builtin/init-db.c:481
8680 #: builtin/init-db.c:482
8681 msgid "specify that the git repository is to be shared amongst several users"
8684 #: builtin/init-db.c:516 builtin/init-db.c:521
8686 msgid "cannot mkdir %s"
8689 #: builtin/init-db.c:525
8691 msgid "cannot chdir to %s"
8694 #: builtin/init-db.c:546
8697 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8701 #: builtin/init-db.c:574
8703 msgid "Cannot access work tree '%s'"
8706 #: builtin/interpret-trailers.c:15
8708 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8709 "<token>[(=|:)<value>])...] [<file>...]"
8712 #: builtin/interpret-trailers.c:26
8713 msgid "edit files in place"
8716 #: builtin/interpret-trailers.c:27
8717 msgid "trim empty trailers"
8720 #: builtin/interpret-trailers.c:28
8724 #: builtin/interpret-trailers.c:29
8725 msgid "trailer(s) to add"
8728 #: builtin/interpret-trailers.c:42
8729 msgid "no input file given for in-place editing"
8733 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8737 msgid "git show [<options>] <object>..."
8742 msgid "invalid --decorate option: %s"
8745 #: builtin/log.c:147
8746 msgid "suppress diff output"
8749 #: builtin/log.c:148
8753 #: builtin/log.c:149
8754 msgid "Use mail map file"
8757 #: builtin/log.c:150
8758 msgid "decorate options"
8761 #: builtin/log.c:153
8762 msgid "Process line range n,m in file, counting from 1"
8765 #: builtin/log.c:249
8767 msgid "Final output: %d %s\n"
8770 #: builtin/log.c:497
8772 msgid "git show %s: bad file"
8775 #: builtin/log.c:512 builtin/log.c:606
8777 msgid "Could not read object %s"
8780 #: builtin/log.c:630
8782 msgid "Unknown type: %d"
8785 #: builtin/log.c:751
8786 msgid "format.headers without value"
8789 #: builtin/log.c:852
8790 msgid "name of output directory is too long"
8793 #: builtin/log.c:868
8795 msgid "Cannot open patch file %s"
8798 #: builtin/log.c:885
8799 msgid "Need exactly one range."
8802 #: builtin/log.c:895
8803 msgid "Not a range."
8806 #: builtin/log.c:1001
8807 msgid "Cover letter needs email format"
8810 #: builtin/log.c:1081
8812 msgid "insane in-reply-to: %s"
8815 #: builtin/log.c:1108
8816 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8819 #: builtin/log.c:1158
8820 msgid "Two output directories?"
8823 #: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
8825 msgid "Unknown commit %s"
8828 #: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
8830 msgid "Failed to resolve '%s' as a valid ref."
8833 #: builtin/log.c:1280
8834 msgid "Could not find exact merge base."
8837 #: builtin/log.c:1284
8839 "Failed to get upstream, if you want to record base commit automatically,\n"
8840 "please use git branch --set-upstream-to to track a remote branch.\n"
8841 "Or you could specify base commit by --base=<base-commit-id> manually."
8844 #: builtin/log.c:1304
8845 msgid "Failed to find exact merge base"
8848 #: builtin/log.c:1315
8849 msgid "base commit should be the ancestor of revision list"
8852 #: builtin/log.c:1319
8853 msgid "base commit shouldn't be in revision list"
8856 #: builtin/log.c:1368
8857 msgid "cannot get patch id"
8860 #: builtin/log.c:1425
8861 msgid "use [PATCH n/m] even with a single patch"
8864 #: builtin/log.c:1428
8865 msgid "use [PATCH] even with multiple patches"
8868 #: builtin/log.c:1432
8869 msgid "print patches to standard out"
8872 #: builtin/log.c:1434
8873 msgid "generate a cover letter"
8876 #: builtin/log.c:1436
8877 msgid "use simple number sequence for output file names"
8880 #: builtin/log.c:1437
8884 #: builtin/log.c:1438
8885 msgid "use <sfx> instead of '.patch'"
8888 #: builtin/log.c:1440
8889 msgid "start numbering patches at <n> instead of 1"
8892 #: builtin/log.c:1442
8893 msgid "mark the series as Nth re-roll"
8896 #: builtin/log.c:1444
8897 msgid "Use [RFC PATCH] instead of [PATCH]"
8900 #: builtin/log.c:1447
8901 msgid "Use [<prefix>] instead of [PATCH]"
8904 #: builtin/log.c:1450
8905 msgid "store resulting files in <dir>"
8908 #: builtin/log.c:1453
8909 msgid "don't strip/add [PATCH]"
8912 #: builtin/log.c:1456
8913 msgid "don't output binary diffs"
8916 #: builtin/log.c:1458
8917 msgid "output all-zero hash in From header"
8920 #: builtin/log.c:1460
8921 msgid "don't include a patch matching a commit upstream"
8924 #: builtin/log.c:1462
8925 msgid "show patch format instead of default (patch + stat)"
8928 #: builtin/log.c:1464
8932 #: builtin/log.c:1465
8936 #: builtin/log.c:1466
8937 msgid "add email header"
8940 #: builtin/log.c:1467 builtin/log.c:1469
8944 #: builtin/log.c:1467
8945 msgid "add To: header"
8948 #: builtin/log.c:1469
8949 msgid "add Cc: header"
8952 #: builtin/log.c:1471
8956 #: builtin/log.c:1472
8957 msgid "set From address to <ident> (or committer ident if absent)"
8960 #: builtin/log.c:1474
8964 #: builtin/log.c:1475
8965 msgid "make first mail a reply to <message-id>"
8968 #: builtin/log.c:1476 builtin/log.c:1479
8972 #: builtin/log.c:1477
8973 msgid "attach the patch"
8976 #: builtin/log.c:1480
8977 msgid "inline the patch"
8980 #: builtin/log.c:1484
8981 msgid "enable message threading, styles: shallow, deep"
8984 #: builtin/log.c:1486
8988 #: builtin/log.c:1487
8989 msgid "add a signature"
8992 #: builtin/log.c:1488
8996 #: builtin/log.c:1489
8997 msgid "add prerequisite tree info to the patch series"
9000 #: builtin/log.c:1491
9001 msgid "add a signature from a file"
9004 #: builtin/log.c:1492
9005 msgid "don't print the patch filenames"
9008 #: builtin/log.c:1567
9010 msgid "invalid ident line: %s"
9013 #: builtin/log.c:1582
9014 msgid "-n and -k are mutually exclusive."
9017 #: builtin/log.c:1584
9018 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9021 #: builtin/log.c:1592
9022 msgid "--name-only does not make sense"
9025 #: builtin/log.c:1594
9026 msgid "--name-status does not make sense"
9029 #: builtin/log.c:1596
9030 msgid "--check does not make sense"
9033 #: builtin/log.c:1626
9034 msgid "standard output, or directory, which one?"
9037 #: builtin/log.c:1628
9039 msgid "Could not create directory '%s'"
9042 #: builtin/log.c:1722
9044 msgid "unable to read signature file '%s'"
9047 #: builtin/log.c:1794
9048 msgid "Failed to create output files"
9051 #: builtin/log.c:1843
9052 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9055 #: builtin/log.c:1897
9058 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9061 #: builtin/ls-files.c:468
9062 msgid "git ls-files [<options>] [<file>...]"
9065 #: builtin/ls-files.c:517
9066 msgid "identify the file status with tags"
9069 #: builtin/ls-files.c:519
9070 msgid "use lowercase letters for 'assume unchanged' files"
9073 #: builtin/ls-files.c:521
9074 msgid "show cached files in the output (default)"
9077 #: builtin/ls-files.c:523
9078 msgid "show deleted files in the output"
9081 #: builtin/ls-files.c:525
9082 msgid "show modified files in the output"
9085 #: builtin/ls-files.c:527
9086 msgid "show other files in the output"
9089 #: builtin/ls-files.c:529
9090 msgid "show ignored files in the output"
9093 #: builtin/ls-files.c:532
9094 msgid "show staged contents' object name in the output"
9097 #: builtin/ls-files.c:534
9098 msgid "show files on the filesystem that need to be removed"
9101 #: builtin/ls-files.c:536
9102 msgid "show 'other' directories' names only"
9105 #: builtin/ls-files.c:538
9106 msgid "show line endings of files"
9109 #: builtin/ls-files.c:540
9110 msgid "don't show empty directories"
9113 #: builtin/ls-files.c:543
9114 msgid "show unmerged files in the output"
9117 #: builtin/ls-files.c:545
9118 msgid "show resolve-undo information"
9121 #: builtin/ls-files.c:547
9122 msgid "skip files matching pattern"
9125 #: builtin/ls-files.c:550
9126 msgid "exclude patterns are read from <file>"
9129 #: builtin/ls-files.c:553
9130 msgid "read additional per-directory exclude patterns in <file>"
9133 #: builtin/ls-files.c:555
9134 msgid "add the standard git exclusions"
9137 #: builtin/ls-files.c:558
9138 msgid "make the output relative to the project top directory"
9141 #: builtin/ls-files.c:561
9142 msgid "recurse through submodules"
9145 #: builtin/ls-files.c:563
9146 msgid "if any <file> is not in the index, treat this as an error"
9149 #: builtin/ls-files.c:564
9153 #: builtin/ls-files.c:565
9154 msgid "pretend that paths removed since <tree-ish> are still present"
9157 #: builtin/ls-files.c:567
9158 msgid "show debugging data"
9161 #: builtin/ls-remote.c:7
9163 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9164 " [-q | --quiet] [--exit-code] [--get-url]\n"
9165 " [--symref] [<repository> [<refs>...]]"
9168 #: builtin/ls-remote.c:52
9169 msgid "do not print remote URL"
9172 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9176 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9177 msgid "path of git-upload-pack on the remote host"
9180 #: builtin/ls-remote.c:58
9181 msgid "limit to tags"
9184 #: builtin/ls-remote.c:59
9185 msgid "limit to heads"
9188 #: builtin/ls-remote.c:60
9189 msgid "do not show peeled tags"
9192 #: builtin/ls-remote.c:62
9193 msgid "take url.<base>.insteadOf into account"
9196 #: builtin/ls-remote.c:64
9197 msgid "exit with exit code 2 if no matching refs are found"
9200 #: builtin/ls-remote.c:66
9201 msgid "show underlying ref in addition to the object pointed by it"
9204 #: builtin/ls-tree.c:29
9205 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9208 #: builtin/ls-tree.c:127
9209 msgid "only show trees"
9212 #: builtin/ls-tree.c:129
9213 msgid "recurse into subtrees"
9216 #: builtin/ls-tree.c:131
9217 msgid "show trees when recursing"
9220 #: builtin/ls-tree.c:134
9221 msgid "terminate entries with NUL byte"
9224 #: builtin/ls-tree.c:135
9225 msgid "include object size"
9228 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9229 msgid "list only filenames"
9232 #: builtin/ls-tree.c:142
9233 msgid "use full path names"
9236 #: builtin/ls-tree.c:144
9237 msgid "list entire tree; not just current directory (implies --full-name)"
9240 #: builtin/mailsplit.c:241
9242 msgid "empty mbox: '%s'"
9245 #: builtin/merge.c:47
9246 msgid "git merge [<options>] [<commit>...]"
9249 #: builtin/merge.c:48
9250 msgid "git merge --abort"
9253 #: builtin/merge.c:49
9254 msgid "git merge --continue"
9257 #: builtin/merge.c:104
9258 msgid "switch `m' requires a value"
9261 #: builtin/merge.c:141
9263 msgid "Could not find merge strategy '%s'.\n"
9266 #: builtin/merge.c:142
9268 msgid "Available strategies are:"
9271 #: builtin/merge.c:147
9273 msgid "Available custom strategies are:"
9276 #: builtin/merge.c:197 builtin/pull.c:134
9277 msgid "do not show a diffstat at the end of the merge"
9280 #: builtin/merge.c:200 builtin/pull.c:137
9281 msgid "show a diffstat at the end of the merge"
9284 #: builtin/merge.c:201 builtin/pull.c:140
9285 msgid "(synonym to --stat)"
9288 #: builtin/merge.c:203 builtin/pull.c:143
9289 msgid "add (at most <n>) entries from shortlog to merge commit message"
9292 #: builtin/merge.c:206 builtin/pull.c:146
9293 msgid "create a single commit instead of doing a merge"
9296 #: builtin/merge.c:208 builtin/pull.c:149
9297 msgid "perform a commit if the merge succeeds (default)"
9300 #: builtin/merge.c:210 builtin/pull.c:152
9301 msgid "edit message before committing"
9304 #: builtin/merge.c:211
9305 msgid "allow fast-forward (default)"
9308 #: builtin/merge.c:213 builtin/pull.c:158
9309 msgid "abort if fast-forward is not possible"
9312 #: builtin/merge.c:217 builtin/pull.c:161
9313 msgid "verify that the named commit has a valid GPG signature"
9316 #: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9317 #: builtin/revert.c:109
9321 #: builtin/merge.c:219 builtin/pull.c:166
9322 msgid "merge strategy to use"
9325 #: builtin/merge.c:220 builtin/pull.c:169
9326 msgid "option=value"
9329 #: builtin/merge.c:221 builtin/pull.c:170
9330 msgid "option for selected merge strategy"
9333 #: builtin/merge.c:223
9334 msgid "merge commit message (for a non-fast-forward merge)"
9337 #: builtin/merge.c:227
9338 msgid "abort the current in-progress merge"
9341 #: builtin/merge.c:229
9342 msgid "continue the current in-progress merge"
9345 #: builtin/merge.c:231 builtin/pull.c:177
9346 msgid "allow merging unrelated histories"
9349 #: builtin/merge.c:259
9350 msgid "could not run stash."
9353 #: builtin/merge.c:264
9354 msgid "stash failed"
9357 #: builtin/merge.c:269
9359 msgid "not a valid object: %s"
9362 #: builtin/merge.c:288 builtin/merge.c:305
9363 msgid "read-tree failed"
9366 #: builtin/merge.c:335
9367 msgid " (nothing to squash)"
9370 #: builtin/merge.c:346
9372 msgid "Squash commit -- not updating HEAD\n"
9375 #: builtin/merge.c:396
9377 msgid "No merge message -- not updating HEAD\n"
9380 #: builtin/merge.c:447
9382 msgid "'%s' does not point to a commit"
9385 #: builtin/merge.c:537
9387 msgid "Bad branch.%s.mergeoptions string: %s"
9390 #: builtin/merge.c:657
9391 msgid "Not handling anything other than two heads merge."
9394 #: builtin/merge.c:671
9396 msgid "Unknown option for merge-recursive: -X%s"
9399 #: builtin/merge.c:686
9401 msgid "unable to write %s"
9404 #: builtin/merge.c:738
9406 msgid "Could not read from '%s'"
9409 #: builtin/merge.c:747
9411 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9414 #: builtin/merge.c:753
9417 "Please enter a commit message to explain why this merge is necessary,\n"
9418 "especially if it merges an updated upstream into a topic branch.\n"
9420 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9424 #: builtin/merge.c:777
9425 msgid "Empty commit message."
9428 #: builtin/merge.c:797
9430 msgid "Wonderful.\n"
9433 #: builtin/merge.c:850
9435 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9438 #: builtin/merge.c:889
9439 msgid "No current branch."
9442 #: builtin/merge.c:891
9443 msgid "No remote for the current branch."
9446 #: builtin/merge.c:893
9447 msgid "No default upstream defined for the current branch."
9450 #: builtin/merge.c:898
9452 msgid "No remote-tracking branch for %s from %s"
9455 #: builtin/merge.c:945
9457 msgid "Bad value '%s' in environment '%s'"
9460 #: builtin/merge.c:1046
9462 msgid "not something we can merge in %s: %s"
9465 #: builtin/merge.c:1080
9466 msgid "not something we can merge"
9469 #: builtin/merge.c:1145
9470 msgid "--abort expects no arguments"
9473 #: builtin/merge.c:1149
9474 msgid "There is no merge to abort (MERGE_HEAD missing)."
9477 #: builtin/merge.c:1161
9478 msgid "--continue expects no arguments"
9481 #: builtin/merge.c:1165
9482 msgid "There is no merge in progress (MERGE_HEAD missing)."
9485 #: builtin/merge.c:1181
9487 "You have not concluded your merge (MERGE_HEAD exists).\n"
9488 "Please, commit your changes before you merge."
9491 #: builtin/merge.c:1188
9493 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9494 "Please, commit your changes before you merge."
9497 #: builtin/merge.c:1191
9498 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9501 #: builtin/merge.c:1200
9502 msgid "You cannot combine --squash with --no-ff."
9505 #: builtin/merge.c:1208
9506 msgid "No commit specified and merge.defaultToUpstream not set."
9509 #: builtin/merge.c:1225
9510 msgid "Squash commit into empty head not supported yet"
9513 #: builtin/merge.c:1227
9514 msgid "Non-fast-forward commit does not make sense into an empty head"
9517 #: builtin/merge.c:1232
9519 msgid "%s - not something we can merge"
9522 #: builtin/merge.c:1234
9523 msgid "Can merge only exactly one commit into empty head"
9526 #: builtin/merge.c:1268
9528 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9531 #: builtin/merge.c:1271
9533 msgid "Commit %s has a bad GPG signature allegedly by %s."
9536 #: builtin/merge.c:1274
9538 msgid "Commit %s does not have a GPG signature."
9541 #: builtin/merge.c:1277
9543 msgid "Commit %s has a good GPG signature by %s\n"
9546 #: builtin/merge.c:1339
9547 msgid "refusing to merge unrelated histories"
9550 #: builtin/merge.c:1348
9551 msgid "Already up-to-date."
9554 #: builtin/merge.c:1358
9556 msgid "Updating %s..%s\n"
9559 #: builtin/merge.c:1399
9561 msgid "Trying really trivial in-index merge...\n"
9564 #: builtin/merge.c:1406
9569 #: builtin/merge.c:1431
9570 msgid "Already up-to-date. Yeeah!"
9573 #: builtin/merge.c:1437
9574 msgid "Not possible to fast-forward, aborting."
9577 #: builtin/merge.c:1460 builtin/merge.c:1539
9579 msgid "Rewinding the tree to pristine...\n"
9582 #: builtin/merge.c:1464
9584 msgid "Trying merge strategy %s...\n"
9587 #: builtin/merge.c:1530
9589 msgid "No merge strategy handled the merge.\n"
9592 #: builtin/merge.c:1532
9594 msgid "Merge with strategy %s failed.\n"
9597 #: builtin/merge.c:1541
9599 msgid "Using the %s to prepare resolving by hand.\n"
9602 #: builtin/merge.c:1553
9604 msgid "Automatic merge went well; stopped before committing as requested\n"
9607 #: builtin/merge-base.c:30
9608 msgid "git merge-base [-a | --all] <commit> <commit>..."
9611 #: builtin/merge-base.c:31
9612 msgid "git merge-base [-a | --all] --octopus <commit>..."
9615 #: builtin/merge-base.c:32
9616 msgid "git merge-base --independent <commit>..."
9619 #: builtin/merge-base.c:33
9620 msgid "git merge-base --is-ancestor <commit> <commit>"
9623 #: builtin/merge-base.c:34
9624 msgid "git merge-base --fork-point <ref> [<commit>]"
9627 #: builtin/merge-base.c:218
9628 msgid "output all common ancestors"
9631 #: builtin/merge-base.c:220
9632 msgid "find ancestors for a single n-way merge"
9635 #: builtin/merge-base.c:222
9636 msgid "list revs not reachable from others"
9639 #: builtin/merge-base.c:224
9640 msgid "is the first one ancestor of the other?"
9643 #: builtin/merge-base.c:226
9644 msgid "find where <commit> forked from reflog of <ref>"
9647 #: builtin/merge-file.c:9
9649 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9650 "<orig-file> <file2>"
9653 #: builtin/merge-file.c:33
9654 msgid "send results to standard output"
9657 #: builtin/merge-file.c:34
9658 msgid "use a diff3 based merge"
9661 #: builtin/merge-file.c:35
9662 msgid "for conflicts, use our version"
9665 #: builtin/merge-file.c:37
9666 msgid "for conflicts, use their version"
9669 #: builtin/merge-file.c:39
9670 msgid "for conflicts, use a union version"
9673 #: builtin/merge-file.c:42
9674 msgid "for conflicts, use this marker size"
9677 #: builtin/merge-file.c:43
9678 msgid "do not warn about conflicts"
9681 #: builtin/merge-file.c:45
9682 msgid "set labels for file1/orig-file/file2"
9685 #: builtin/merge-recursive.c:45
9687 msgid "unknown option %s"
9690 #: builtin/merge-recursive.c:51
9692 msgid "could not parse object '%s'"
9695 #: builtin/merge-recursive.c:55
9697 msgid "cannot handle more than %d base. Ignoring %s."
9698 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9702 #: builtin/merge-recursive.c:63
9703 msgid "not handling anything other than two heads merge."
9706 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9708 msgid "could not resolve ref '%s'"
9711 #: builtin/merge-recursive.c:77
9713 msgid "Merging %s with %s\n"
9716 #: builtin/mktree.c:65
9717 msgid "git mktree [-z] [--missing] [--batch]"
9720 #: builtin/mktree.c:153
9721 msgid "input is NUL terminated"
9724 #: builtin/mktree.c:154 builtin/write-tree.c:25
9725 msgid "allow missing objects"
9728 #: builtin/mktree.c:155
9729 msgid "allow creation of more than one tree"
9733 msgid "git mv [<options>] <source>... <destination>"
9738 msgid "Directory %s is in index and no submodule?"
9741 #: builtin/mv.c:85 builtin/rm.c:290
9742 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9747 msgid "%.*s is in index"
9751 msgid "force move/rename even if target exists"
9755 msgid "skip move/rename errors"
9760 msgid "destination '%s' is not a directory"
9765 msgid "Checking rename of '%s' to '%s'\n"
9773 msgid "can not move directory into itself"
9777 msgid "cannot move directory over file"
9781 msgid "source directory is empty"
9785 msgid "not under version control"
9789 msgid "destination exists"
9794 msgid "overwriting '%s'"
9798 msgid "Cannot overwrite"
9802 msgid "multiple sources for the same target"
9806 msgid "destination directory does not exist"
9811 msgid "%s, source=%s, destination=%s"
9816 msgid "Renaming %s to %s\n"
9819 #: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
9821 msgid "renaming '%s' failed"
9824 #: builtin/name-rev.c:338
9825 msgid "git name-rev [<options>] <commit>..."
9828 #: builtin/name-rev.c:339
9829 msgid "git name-rev [<options>] --all"
9832 #: builtin/name-rev.c:340
9833 msgid "git name-rev [<options>] --stdin"
9836 #: builtin/name-rev.c:395
9837 msgid "print only names (no SHA-1)"
9840 #: builtin/name-rev.c:396
9841 msgid "only use tags to name the commits"
9844 #: builtin/name-rev.c:398
9845 msgid "only use refs matching <pattern>"
9848 #: builtin/name-rev.c:400
9849 msgid "ignore refs matching <pattern>"
9852 #: builtin/name-rev.c:402
9853 msgid "list all commits reachable from all refs"
9856 #: builtin/name-rev.c:403
9857 msgid "read from stdin"
9860 #: builtin/name-rev.c:404
9861 msgid "allow to print `undefined` names (default)"
9864 #: builtin/name-rev.c:410
9865 msgid "dereference tags in the input (internal use)"
9868 #: builtin/notes.c:26
9869 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9872 #: builtin/notes.c:27
9874 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9875 "| (-c | -C) <object>] [<object>]"
9878 #: builtin/notes.c:28
9879 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9882 #: builtin/notes.c:29
9884 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9885 "(-c | -C) <object>] [<object>]"
9888 #: builtin/notes.c:30
9889 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9892 #: builtin/notes.c:31
9893 msgid "git notes [--ref <notes-ref>] show [<object>]"
9896 #: builtin/notes.c:32
9898 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9901 #: builtin/notes.c:33
9902 msgid "git notes merge --commit [-v | -q]"
9905 #: builtin/notes.c:34
9906 msgid "git notes merge --abort [-v | -q]"
9909 #: builtin/notes.c:35
9910 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9913 #: builtin/notes.c:36
9914 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9917 #: builtin/notes.c:37
9918 msgid "git notes [--ref <notes-ref>] get-ref"
9921 #: builtin/notes.c:42
9922 msgid "git notes [list [<object>]]"
9925 #: builtin/notes.c:47
9926 msgid "git notes add [<options>] [<object>]"
9929 #: builtin/notes.c:52
9930 msgid "git notes copy [<options>] <from-object> <to-object>"
9933 #: builtin/notes.c:53
9934 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9937 #: builtin/notes.c:58
9938 msgid "git notes append [<options>] [<object>]"
9941 #: builtin/notes.c:63
9942 msgid "git notes edit [<object>]"
9945 #: builtin/notes.c:68
9946 msgid "git notes show [<object>]"
9949 #: builtin/notes.c:73
9950 msgid "git notes merge [<options>] <notes-ref>"
9953 #: builtin/notes.c:74
9954 msgid "git notes merge --commit [<options>]"
9957 #: builtin/notes.c:75
9958 msgid "git notes merge --abort [<options>]"
9961 #: builtin/notes.c:80
9962 msgid "git notes remove [<object>]"
9965 #: builtin/notes.c:85
9966 msgid "git notes prune [<options>]"
9969 #: builtin/notes.c:90
9970 msgid "git notes get-ref"
9973 #: builtin/notes.c:95
9974 msgid "Write/edit the notes for the following object:"
9977 #: builtin/notes.c:148
9979 msgid "unable to start 'show' for object '%s'"
9982 #: builtin/notes.c:152
9983 msgid "could not read 'show' output"
9986 #: builtin/notes.c:160
9988 msgid "failed to finish 'show' for object '%s'"
9991 #: builtin/notes.c:195
9992 msgid "please supply the note contents using either -m or -F option"
9995 #: builtin/notes.c:204
9996 msgid "unable to write note object"
9999 #: builtin/notes.c:206
10001 msgid "the note contents have been left in %s"
10004 #: builtin/notes.c:234 builtin/tag.c:517
10006 msgid "cannot read '%s'"
10009 #: builtin/notes.c:236 builtin/tag.c:520
10011 msgid "could not open or read '%s'"
10014 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10015 #: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10016 #: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10018 msgid "failed to resolve '%s' as a valid ref."
10021 #: builtin/notes.c:258
10023 msgid "failed to read object '%s'."
10026 #: builtin/notes.c:262
10028 msgid "cannot read note data from non-blob object '%s'."
10031 #: builtin/notes.c:302
10033 msgid "malformed input line: '%s'."
10036 #: builtin/notes.c:317
10038 msgid "failed to copy notes from '%s' to '%s'"
10041 #. TRANSLATORS: the first %s will be replaced by a git
10042 #. notes command: 'add', 'merge', 'remove', etc.
10044 #: builtin/notes.c:348
10046 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10049 #: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10050 #: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10051 #: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10052 msgid "too many parameters"
10055 #: builtin/notes.c:381 builtin/notes.c:667
10057 msgid "no note found for object %s."
10060 #: builtin/notes.c:402 builtin/notes.c:565
10061 msgid "note contents as a string"
10064 #: builtin/notes.c:405 builtin/notes.c:568
10065 msgid "note contents in a file"
10068 #: builtin/notes.c:408 builtin/notes.c:571
10069 msgid "reuse and edit specified note object"
10072 #: builtin/notes.c:411 builtin/notes.c:574
10073 msgid "reuse specified note object"
10076 #: builtin/notes.c:414 builtin/notes.c:577
10077 msgid "allow storing empty note"
10080 #: builtin/notes.c:415 builtin/notes.c:486
10081 msgid "replace existing notes"
10084 #: builtin/notes.c:440
10087 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10091 #: builtin/notes.c:455 builtin/notes.c:534
10093 msgid "Overwriting existing notes for object %s\n"
10096 #: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10098 msgid "Removing note for object %s\n"
10101 #: builtin/notes.c:487
10102 msgid "read objects from stdin"
10105 #: builtin/notes.c:489
10106 msgid "load rewriting config for <command> (implies --stdin)"
10109 #: builtin/notes.c:507
10110 msgid "too few parameters"
10113 #: builtin/notes.c:528
10116 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10120 #: builtin/notes.c:540
10122 msgid "missing notes on source object %s. Cannot copy."
10125 #: builtin/notes.c:592
10128 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10129 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10132 #: builtin/notes.c:687
10133 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10136 #: builtin/notes.c:689
10137 msgid "failed to delete ref NOTES_MERGE_REF"
10140 #: builtin/notes.c:691
10141 msgid "failed to remove 'git notes merge' worktree"
10144 #: builtin/notes.c:711
10145 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10148 #: builtin/notes.c:713
10149 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10152 #: builtin/notes.c:715
10153 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10156 #: builtin/notes.c:728
10157 msgid "failed to resolve NOTES_MERGE_REF"
10160 #: builtin/notes.c:731
10161 msgid "failed to finalize notes merge"
10164 #: builtin/notes.c:757
10166 msgid "unknown notes merge strategy %s"
10169 #: builtin/notes.c:773
10170 msgid "General options"
10173 #: builtin/notes.c:775
10174 msgid "Merge options"
10177 #: builtin/notes.c:777
10179 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10183 #: builtin/notes.c:779
10184 msgid "Committing unmerged notes"
10187 #: builtin/notes.c:781
10188 msgid "finalize notes merge by committing unmerged notes"
10191 #: builtin/notes.c:783
10192 msgid "Aborting notes merge resolution"
10195 #: builtin/notes.c:785
10196 msgid "abort notes merge"
10199 #: builtin/notes.c:796
10200 msgid "cannot mix --commit, --abort or -s/--strategy"
10203 #: builtin/notes.c:801
10204 msgid "must specify a notes ref to merge"
10207 #: builtin/notes.c:825
10209 msgid "unknown -s/--strategy: %s"
10212 #: builtin/notes.c:862
10214 msgid "a notes merge into %s is already in-progress at %s"
10217 #: builtin/notes.c:865
10219 msgid "failed to store link to current notes ref (%s)"
10222 #: builtin/notes.c:867
10225 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10226 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10230 #: builtin/notes.c:889
10232 msgid "Object %s has no note\n"
10235 #: builtin/notes.c:901
10236 msgid "attempt to remove non-existent note is not an error"
10239 #: builtin/notes.c:904
10240 msgid "read object names from the standard input"
10243 #: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10244 msgid "do not remove, show only"
10247 #: builtin/notes.c:943
10248 msgid "report pruned notes"
10251 #: builtin/notes.c:985
10255 #: builtin/notes.c:986
10256 msgid "use notes from <notes-ref>"
10259 #: builtin/notes.c:1021
10261 msgid "unknown subcommand: %s"
10264 #: builtin/pack-objects.c:30
10266 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10269 #: builtin/pack-objects.c:31
10271 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10274 #: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10276 msgid "deflate error (%d)"
10279 #: builtin/pack-objects.c:776
10280 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10283 #: builtin/pack-objects.c:789
10284 msgid "Writing objects"
10287 #: builtin/pack-objects.c:1069
10288 msgid "disabling bitmap writing, as some objects are not being packed"
10291 #: builtin/pack-objects.c:2434
10292 msgid "Compressing objects"
10295 #: builtin/pack-objects.c:2843
10297 msgid "unsupported index version %s"
10300 #: builtin/pack-objects.c:2847
10302 msgid "bad index version '%s'"
10305 #: builtin/pack-objects.c:2877
10306 msgid "do not show progress meter"
10309 #: builtin/pack-objects.c:2879
10310 msgid "show progress meter"
10313 #: builtin/pack-objects.c:2881
10314 msgid "show progress meter during object writing phase"
10317 #: builtin/pack-objects.c:2884
10318 msgid "similar to --all-progress when progress meter is shown"
10321 #: builtin/pack-objects.c:2885
10322 msgid "version[,offset]"
10325 #: builtin/pack-objects.c:2886
10326 msgid "write the pack index file in the specified idx format version"
10329 #: builtin/pack-objects.c:2889
10330 msgid "maximum size of each output pack file"
10333 #: builtin/pack-objects.c:2891
10334 msgid "ignore borrowed objects from alternate object store"
10337 #: builtin/pack-objects.c:2893
10338 msgid "ignore packed objects"
10341 #: builtin/pack-objects.c:2895
10342 msgid "limit pack window by objects"
10345 #: builtin/pack-objects.c:2897
10346 msgid "limit pack window by memory in addition to object limit"
10349 #: builtin/pack-objects.c:2899
10350 msgid "maximum length of delta chain allowed in the resulting pack"
10353 #: builtin/pack-objects.c:2901
10354 msgid "reuse existing deltas"
10357 #: builtin/pack-objects.c:2903
10358 msgid "reuse existing objects"
10361 #: builtin/pack-objects.c:2905
10362 msgid "use OFS_DELTA objects"
10365 #: builtin/pack-objects.c:2907
10366 msgid "use threads when searching for best delta matches"
10369 #: builtin/pack-objects.c:2909
10370 msgid "do not create an empty pack output"
10373 #: builtin/pack-objects.c:2911
10374 msgid "read revision arguments from standard input"
10377 #: builtin/pack-objects.c:2913
10378 msgid "limit the objects to those that are not yet packed"
10381 #: builtin/pack-objects.c:2916
10382 msgid "include objects reachable from any reference"
10385 #: builtin/pack-objects.c:2919
10386 msgid "include objects referred by reflog entries"
10389 #: builtin/pack-objects.c:2922
10390 msgid "include objects referred to by the index"
10393 #: builtin/pack-objects.c:2925
10394 msgid "output pack to stdout"
10397 #: builtin/pack-objects.c:2927
10398 msgid "include tag objects that refer to objects to be packed"
10401 #: builtin/pack-objects.c:2929
10402 msgid "keep unreachable objects"
10405 #: builtin/pack-objects.c:2931
10406 msgid "pack loose unreachable objects"
10409 #: builtin/pack-objects.c:2933
10410 msgid "unpack unreachable objects newer than <time>"
10413 #: builtin/pack-objects.c:2936
10414 msgid "create thin packs"
10417 #: builtin/pack-objects.c:2938
10418 msgid "create packs suitable for shallow fetches"
10421 #: builtin/pack-objects.c:2940
10422 msgid "ignore packs that have companion .keep file"
10425 #: builtin/pack-objects.c:2942
10426 msgid "pack compression level"
10429 #: builtin/pack-objects.c:2944
10430 msgid "do not hide commits by grafts"
10433 #: builtin/pack-objects.c:2946
10434 msgid "use a bitmap index if available to speed up counting objects"
10437 #: builtin/pack-objects.c:2948
10438 msgid "write a bitmap index together with the pack index"
10441 #: builtin/pack-objects.c:3075
10442 msgid "Counting objects"
10445 #: builtin/pack-refs.c:6
10446 msgid "git pack-refs [<options>]"
10449 #: builtin/pack-refs.c:14
10450 msgid "pack everything"
10453 #: builtin/pack-refs.c:15
10454 msgid "prune loose refs (default)"
10457 #: builtin/prune-packed.c:7
10458 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10461 #: builtin/prune-packed.c:40
10462 msgid "Removing duplicate objects"
10465 #: builtin/prune.c:11
10466 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10469 #: builtin/prune.c:106
10470 msgid "report pruned objects"
10473 #: builtin/prune.c:109
10474 msgid "expire objects older than <time>"
10477 #: builtin/prune.c:123
10478 msgid "cannot prune in a precious-objects repo"
10481 #: builtin/pull.c:54 builtin/pull.c:56
10483 msgid "Invalid value for %s: %s"
10486 #: builtin/pull.c:76
10487 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10490 #: builtin/pull.c:124
10491 msgid "control for recursive fetching of submodules"
10494 #: builtin/pull.c:128
10495 msgid "Options related to merging"
10498 #: builtin/pull.c:131
10499 msgid "incorporate changes by rebasing rather than merging"
10502 #: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
10503 msgid "allow fast-forward"
10506 #: builtin/pull.c:164
10507 msgid "automatically stash/stash pop before and after rebase"
10510 #: builtin/pull.c:180
10511 msgid "Options related to fetching"
10514 #: builtin/pull.c:198
10515 msgid "number of submodules pulled in parallel"
10518 #: builtin/pull.c:287
10520 msgid "Invalid value for pull.ff: %s"
10523 #: builtin/pull.c:399
10525 "There is no candidate for rebasing against among the refs that you just "
10529 #: builtin/pull.c:401
10531 "There are no candidates for merging among the refs that you just fetched."
10534 #: builtin/pull.c:402
10536 "Generally this means that you provided a wildcard refspec which had no\n"
10537 "matches on the remote end."
10540 #: builtin/pull.c:405
10543 "You asked to pull from the remote '%s', but did not specify\n"
10544 "a branch. Because this is not the default configured remote\n"
10545 "for your current branch, you must specify a branch on the command line."
10548 #: builtin/pull.c:410 git-parse-remote.sh:73
10549 msgid "You are not currently on a branch."
10552 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
10553 msgid "Please specify which branch you want to rebase against."
10556 #: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
10557 msgid "Please specify which branch you want to merge with."
10560 #: builtin/pull.c:415 builtin/pull.c:430
10561 msgid "See git-pull(1) for details."
10564 #: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
10565 #: git-parse-remote.sh:64
10569 #: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
10570 #: git-parse-remote.sh:65
10574 #: builtin/pull.c:425 git-parse-remote.sh:75
10575 msgid "There is no tracking information for the current branch."
10578 #: builtin/pull.c:434 git-parse-remote.sh:95
10580 "If you wish to set tracking information for this branch you can do so with:"
10583 #: builtin/pull.c:439
10586 "Your configuration specifies to merge with the ref '%s'\n"
10587 "from the remote, but no such ref was fetched."
10590 #: builtin/pull.c:792
10591 msgid "ignoring --verify-signatures for rebase"
10594 #: builtin/pull.c:840
10595 msgid "--[no-]autostash option is only valid with --rebase."
10598 #: builtin/pull.c:848
10599 msgid "Updating an unborn branch with changes added to the index."
10602 #: builtin/pull.c:851
10603 msgid "pull with rebase"
10606 #: builtin/pull.c:852
10607 msgid "please commit or stash them."
10610 #: builtin/pull.c:877
10613 "fetch updated the current branch head.\n"
10614 "fast-forwarding your working tree from\n"
10618 #: builtin/pull.c:882
10621 "Cannot fast-forward your working tree.\n"
10622 "After making sure that you saved anything precious from\n"
10625 "$ git reset --hard\n"
10629 #: builtin/pull.c:897
10630 msgid "Cannot merge multiple branches into empty head."
10633 #: builtin/pull.c:901
10634 msgid "Cannot rebase onto multiple branches."
10637 #: builtin/pull.c:908
10638 msgid "cannot rebase with locally recorded submodule modifications"
10641 #: builtin/push.c:17
10642 msgid "git push [<options>] [<repository> [<refspec>...]]"
10645 #: builtin/push.c:90
10646 msgid "tag shorthand without <tag>"
10649 #: builtin/push.c:100
10650 msgid "--delete only accepts plain target ref names"
10653 #: builtin/push.c:144
10656 "To choose either option permanently, see push.default in 'git help config'."
10659 #: builtin/push.c:147
10662 "The upstream branch of your current branch does not match\n"
10663 "the name of your current branch. To push to the upstream branch\n"
10664 "on the remote, use\n"
10666 " git push %s HEAD:%s\n"
10668 "To push to the branch of the same name on the remote, use\n"
10670 " git push %s %s\n"
10674 #: builtin/push.c:162
10677 "You are not currently on a branch.\n"
10678 "To push the history leading to the current (detached HEAD)\n"
10681 " git push %s HEAD:<name-of-remote-branch>\n"
10684 #: builtin/push.c:176
10687 "The current branch %s has no upstream branch.\n"
10688 "To push the current branch and set the remote as upstream, use\n"
10690 " git push --set-upstream %s %s\n"
10693 #: builtin/push.c:184
10695 msgid "The current branch %s has multiple upstream branches, refusing to push."
10698 #: builtin/push.c:187
10701 "You are pushing to remote '%s', which is not the upstream of\n"
10702 "your current branch '%s', without telling me what to push\n"
10703 "to update which remote branch."
10706 #: builtin/push.c:246
10708 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10711 #: builtin/push.c:253
10713 "Updates were rejected because the tip of your current branch is behind\n"
10714 "its remote counterpart. Integrate the remote changes (e.g.\n"
10715 "'git pull ...') before pushing again.\n"
10716 "See the 'Note about fast-forwards' in 'git push --help' for details."
10719 #: builtin/push.c:259
10721 "Updates were rejected because a pushed branch tip is behind its remote\n"
10722 "counterpart. Check out this branch and integrate the remote changes\n"
10723 "(e.g. 'git pull ...') before pushing again.\n"
10724 "See the 'Note about fast-forwards' in 'git push --help' for details."
10727 #: builtin/push.c:265
10729 "Updates were rejected because the remote contains work that you do\n"
10730 "not have locally. This is usually caused by another repository pushing\n"
10731 "to the same ref. You may want to first integrate the remote changes\n"
10732 "(e.g., 'git pull ...') before pushing again.\n"
10733 "See the 'Note about fast-forwards' in 'git push --help' for details."
10736 #: builtin/push.c:272
10737 msgid "Updates were rejected because the tag already exists in the remote."
10740 #: builtin/push.c:275
10742 "You cannot update a remote ref that points at a non-commit object,\n"
10743 "or update a remote ref to make it point at a non-commit object,\n"
10744 "without using the '--force' option.\n"
10747 #: builtin/push.c:335
10749 msgid "Pushing to %s\n"
10752 #: builtin/push.c:339
10754 msgid "failed to push some refs to '%s'"
10757 #: builtin/push.c:370
10759 msgid "bad repository '%s'"
10762 #: builtin/push.c:371
10764 "No configured push destination.\n"
10765 "Either specify the URL from the command-line or configure a remote "
10766 "repository using\n"
10768 " git remote add <name> <url>\n"
10770 "and then push using the remote name\n"
10772 " git push <name>\n"
10775 #: builtin/push.c:389
10776 msgid "--all and --tags are incompatible"
10779 #: builtin/push.c:390
10780 msgid "--all can't be combined with refspecs"
10783 #: builtin/push.c:395
10784 msgid "--mirror and --tags are incompatible"
10787 #: builtin/push.c:396
10788 msgid "--mirror can't be combined with refspecs"
10791 #: builtin/push.c:401
10792 msgid "--all and --mirror are incompatible"
10795 #: builtin/push.c:523
10799 #: builtin/push.c:524 builtin/send-pack.c:163
10800 msgid "push all refs"
10803 #: builtin/push.c:525 builtin/send-pack.c:165
10804 msgid "mirror all refs"
10807 #: builtin/push.c:527
10808 msgid "delete refs"
10811 #: builtin/push.c:528
10812 msgid "push tags (can't be used with --all or --mirror)"
10815 #: builtin/push.c:531 builtin/send-pack.c:166
10816 msgid "force updates"
10819 #: builtin/push.c:533 builtin/send-pack.c:180
10820 msgid "refname>:<expect"
10823 #: builtin/push.c:534 builtin/send-pack.c:181
10824 msgid "require old value of ref to be at this value"
10827 #: builtin/push.c:537
10828 msgid "control recursive pushing of submodules"
10831 #: builtin/push.c:539 builtin/send-pack.c:174
10832 msgid "use thin pack"
10835 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
10836 #: builtin/send-pack.c:161
10837 msgid "receive pack program"
10840 #: builtin/push.c:542
10841 msgid "set upstream for git pull/status"
10844 #: builtin/push.c:545
10845 msgid "prune locally removed refs"
10848 #: builtin/push.c:547
10849 msgid "bypass pre-push hook"
10852 #: builtin/push.c:548
10853 msgid "push missing but relevant tags"
10856 #: builtin/push.c:551 builtin/send-pack.c:168
10857 msgid "GPG sign the push"
10860 #: builtin/push.c:553 builtin/send-pack.c:175
10861 msgid "request atomic transaction on remote side"
10864 #: builtin/push.c:554 builtin/send-pack.c:171
10865 msgid "server-specific"
10868 #: builtin/push.c:554 builtin/send-pack.c:172
10869 msgid "option to transmit"
10872 #: builtin/push.c:568
10873 msgid "--delete is incompatible with --all, --mirror and --tags"
10876 #: builtin/push.c:570
10877 msgid "--delete doesn't make sense without any refs"
10880 #: builtin/push.c:589
10881 msgid "push options must not have new line characters"
10884 #: builtin/read-tree.c:40
10886 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10887 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10888 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10891 #: builtin/read-tree.c:121
10892 msgid "write resulting index to <file>"
10895 #: builtin/read-tree.c:124
10896 msgid "only empty the index"
10899 #: builtin/read-tree.c:126
10903 #: builtin/read-tree.c:128
10904 msgid "perform a merge in addition to a read"
10907 #: builtin/read-tree.c:130
10908 msgid "3-way merge if no file level merging required"
10911 #: builtin/read-tree.c:132
10912 msgid "3-way merge in presence of adds and removes"
10915 #: builtin/read-tree.c:134
10916 msgid "same as -m, but discard unmerged entries"
10919 #: builtin/read-tree.c:135
10920 msgid "<subdirectory>/"
10923 #: builtin/read-tree.c:136
10924 msgid "read the tree into the index under <subdirectory>/"
10927 #: builtin/read-tree.c:139
10928 msgid "update working tree with merge result"
10931 #: builtin/read-tree.c:141
10935 #: builtin/read-tree.c:142
10936 msgid "allow explicitly ignored files to be overwritten"
10939 #: builtin/read-tree.c:145
10940 msgid "don't check the working tree after merging"
10943 #: builtin/read-tree.c:146
10944 msgid "don't update the index or the work tree"
10947 #: builtin/read-tree.c:148
10948 msgid "skip applying sparse checkout filter"
10951 #: builtin/read-tree.c:150
10952 msgid "debug unpack-trees"
10955 #: builtin/rebase--helper.c:8
10956 msgid "git rebase--helper [<options>]"
10959 #: builtin/rebase--helper.c:20
10960 msgid "continue rebase"
10963 #: builtin/rebase--helper.c:22
10964 msgid "abort rebase"
10967 #: builtin/receive-pack.c:28
10968 msgid "git receive-pack <git-dir>"
10971 #: builtin/receive-pack.c:838
10973 "By default, updating the current branch in a non-bare repository\n"
10974 "is denied, because it will make the index and work tree inconsistent\n"
10975 "with what you pushed, and will require 'git reset --hard' to match\n"
10976 "the work tree to HEAD.\n"
10978 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
10979 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10980 "its current branch; however, this is not recommended unless you\n"
10981 "arranged to update its work tree to match what you pushed in some\n"
10984 "To squelch this message and still keep the default behaviour, set\n"
10985 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
10988 #: builtin/receive-pack.c:858
10990 "By default, deleting the current branch is denied, because the next\n"
10991 "'git clone' won't result in any file checked out, causing confusion.\n"
10993 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10994 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
10995 "current branch, with or without a warning message.\n"
10997 "To squelch this message, you can set it to 'refuse'."
11000 #: builtin/receive-pack.c:1933
11004 #: builtin/receive-pack.c:1947
11005 msgid "You must specify a directory."
11008 #: builtin/reflog.c:424
11010 msgid "'%s' for '%s' is not a valid timestamp"
11013 #: builtin/reflog.c:541 builtin/reflog.c:546
11015 msgid "'%s' is not a valid timestamp"
11018 #: builtin/remote.c:13
11019 msgid "git remote [-v | --verbose]"
11022 #: builtin/remote.c:14
11024 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11025 "mirror=<fetch|push>] <name> <url>"
11028 #: builtin/remote.c:15 builtin/remote.c:35
11029 msgid "git remote rename <old> <new>"
11032 #: builtin/remote.c:16 builtin/remote.c:40
11033 msgid "git remote remove <name>"
11036 #: builtin/remote.c:17 builtin/remote.c:45
11037 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11040 #: builtin/remote.c:18
11041 msgid "git remote [-v | --verbose] show [-n] <name>"
11044 #: builtin/remote.c:19
11045 msgid "git remote prune [-n | --dry-run] <name>"
11048 #: builtin/remote.c:20
11050 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11053 #: builtin/remote.c:21
11054 msgid "git remote set-branches [--add] <name> <branch>..."
11057 #: builtin/remote.c:22 builtin/remote.c:71
11058 msgid "git remote get-url [--push] [--all] <name>"
11061 #: builtin/remote.c:23 builtin/remote.c:76
11062 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11065 #: builtin/remote.c:24 builtin/remote.c:77
11066 msgid "git remote set-url --add <name> <newurl>"
11069 #: builtin/remote.c:25 builtin/remote.c:78
11070 msgid "git remote set-url --delete <name> <url>"
11073 #: builtin/remote.c:30
11074 msgid "git remote add [<options>] <name> <url>"
11077 #: builtin/remote.c:50
11078 msgid "git remote set-branches <name> <branch>..."
11081 #: builtin/remote.c:51
11082 msgid "git remote set-branches --add <name> <branch>..."
11085 #: builtin/remote.c:56
11086 msgid "git remote show [<options>] <name>"
11089 #: builtin/remote.c:61
11090 msgid "git remote prune [<options>] <name>"
11093 #: builtin/remote.c:66
11094 msgid "git remote update [<options>] [<group> | <remote>]..."
11097 #: builtin/remote.c:95
11099 msgid "Updating %s"
11102 #: builtin/remote.c:127
11104 "--mirror is dangerous and deprecated; please\n"
11105 "\t use --mirror=fetch or --mirror=push instead"
11108 #: builtin/remote.c:144
11110 msgid "unknown mirror argument: %s"
11113 #: builtin/remote.c:160
11114 msgid "fetch the remote branches"
11117 #: builtin/remote.c:162
11118 msgid "import all tags and associated objects when fetching"
11121 #: builtin/remote.c:165
11122 msgid "or do not fetch any tag at all (--no-tags)"
11125 #: builtin/remote.c:167
11126 msgid "branch(es) to track"
11129 #: builtin/remote.c:168
11130 msgid "master branch"
11133 #: builtin/remote.c:169
11137 #: builtin/remote.c:170
11138 msgid "set up remote as a mirror to push to or fetch from"
11141 #: builtin/remote.c:182
11142 msgid "specifying a master branch makes no sense with --mirror"
11145 #: builtin/remote.c:184
11146 msgid "specifying branches to track makes sense only with fetch mirrors"
11149 #: builtin/remote.c:191 builtin/remote.c:630
11151 msgid "remote %s already exists."
11154 #: builtin/remote.c:195 builtin/remote.c:634
11156 msgid "'%s' is not a valid remote name"
11159 #: builtin/remote.c:235
11161 msgid "Could not setup master '%s'"
11164 #: builtin/remote.c:337
11166 msgid "Could not get fetch map for refspec %s"
11169 #: builtin/remote.c:438 builtin/remote.c:446
11173 #: builtin/remote.c:450
11177 #: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11179 msgid "No such remote: %s"
11182 #: builtin/remote.c:640
11184 msgid "Could not rename config section '%s' to '%s'"
11187 #: builtin/remote.c:660
11190 "Not updating non-default fetch refspec\n"
11192 "\tPlease update the configuration manually if necessary."
11195 #: builtin/remote.c:696
11197 msgid "deleting '%s' failed"
11200 #: builtin/remote.c:730
11202 msgid "creating '%s' failed"
11205 #: builtin/remote.c:795
11207 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11208 "to delete it, use:"
11210 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11211 "to delete them, use:"
11215 #: builtin/remote.c:809
11217 msgid "Could not remove config section '%s'"
11220 #: builtin/remote.c:910
11222 msgid " new (next fetch will store in remotes/%s)"
11225 #: builtin/remote.c:913
11229 #: builtin/remote.c:915
11230 msgid " stale (use 'git remote prune' to remove)"
11233 #: builtin/remote.c:917
11237 #: builtin/remote.c:958
11239 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11242 #: builtin/remote.c:966
11244 msgid "rebases interactively onto remote %s"
11247 #: builtin/remote.c:967
11249 msgid "rebases onto remote %s"
11252 #: builtin/remote.c:970
11254 msgid " merges with remote %s"
11257 #: builtin/remote.c:973
11259 msgid "merges with remote %s"
11262 #: builtin/remote.c:976
11264 msgid "%-*s and with remote %s\n"
11267 #: builtin/remote.c:1019
11271 #: builtin/remote.c:1022
11275 #: builtin/remote.c:1026
11279 #: builtin/remote.c:1029
11280 msgid "fast-forwardable"
11283 #: builtin/remote.c:1032
11284 msgid "local out of date"
11287 #: builtin/remote.c:1039
11289 msgid " %-*s forces to %-*s (%s)"
11292 #: builtin/remote.c:1042
11294 msgid " %-*s pushes to %-*s (%s)"
11297 #: builtin/remote.c:1046
11299 msgid " %-*s forces to %s"
11302 #: builtin/remote.c:1049
11304 msgid " %-*s pushes to %s"
11307 #: builtin/remote.c:1117
11308 msgid "do not query remotes"
11311 #: builtin/remote.c:1144
11313 msgid "* remote %s"
11316 #: builtin/remote.c:1145
11318 msgid " Fetch URL: %s"
11321 #: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
11325 #. TRANSLATORS: the colon ':' should align
11326 #. with the one in " Fetch URL: %s"
11329 #: builtin/remote.c:1160 builtin/remote.c:1162
11331 msgid " Push URL: %s"
11334 #: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
11336 msgid " HEAD branch: %s"
11339 #: builtin/remote.c:1164
11340 msgid "(not queried)"
11343 #: builtin/remote.c:1166
11347 #: builtin/remote.c:1170
11350 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11353 #: builtin/remote.c:1182
11355 msgid " Remote branch:%s"
11356 msgid_plural " Remote branches:%s"
11360 #: builtin/remote.c:1185 builtin/remote.c:1211
11361 msgid " (status not queried)"
11364 #: builtin/remote.c:1194
11365 msgid " Local branch configured for 'git pull':"
11366 msgid_plural " Local branches configured for 'git pull':"
11370 #: builtin/remote.c:1202
11371 msgid " Local refs will be mirrored by 'git push'"
11374 #: builtin/remote.c:1208
11376 msgid " Local ref configured for 'git push'%s:"
11377 msgid_plural " Local refs configured for 'git push'%s:"
11381 #: builtin/remote.c:1229
11382 msgid "set refs/remotes/<name>/HEAD according to remote"
11385 #: builtin/remote.c:1231
11386 msgid "delete refs/remotes/<name>/HEAD"
11389 #: builtin/remote.c:1246
11390 msgid "Cannot determine remote HEAD"
11393 #: builtin/remote.c:1248
11394 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11397 #: builtin/remote.c:1258
11399 msgid "Could not delete %s"
11402 #: builtin/remote.c:1266
11404 msgid "Not a valid ref: %s"
11407 #: builtin/remote.c:1268
11409 msgid "Could not setup %s"
11412 #: builtin/remote.c:1286
11414 msgid " %s will become dangling!"
11417 #: builtin/remote.c:1287
11419 msgid " %s has become dangling!"
11422 #: builtin/remote.c:1297
11427 #: builtin/remote.c:1298
11432 #: builtin/remote.c:1314
11434 msgid " * [would prune] %s"
11437 #: builtin/remote.c:1317
11439 msgid " * [pruned] %s"
11442 #: builtin/remote.c:1362
11443 msgid "prune remotes after fetching"
11446 #: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
11448 msgid "No such remote '%s'"
11451 #: builtin/remote.c:1441
11455 #: builtin/remote.c:1448
11456 msgid "no remote specified"
11459 #: builtin/remote.c:1465
11460 msgid "query push URLs rather than fetch URLs"
11463 #: builtin/remote.c:1467
11464 msgid "return all URLs"
11467 #: builtin/remote.c:1495
11469 msgid "no URLs configured for remote '%s'"
11472 #: builtin/remote.c:1521
11473 msgid "manipulate push URLs"
11476 #: builtin/remote.c:1523
11480 #: builtin/remote.c:1525
11481 msgid "delete URLs"
11484 #: builtin/remote.c:1532
11485 msgid "--add --delete doesn't make sense"
11488 #: builtin/remote.c:1573
11490 msgid "Invalid old URL pattern: %s"
11493 #: builtin/remote.c:1581
11495 msgid "No such URL found: %s"
11498 #: builtin/remote.c:1583
11499 msgid "Will not delete all non-push URLs"
11502 #: builtin/remote.c:1597
11503 msgid "be verbose; must be placed before a subcommand"
11506 #: builtin/remote.c:1628
11508 msgid "Unknown subcommand: %s"
11511 #: builtin/repack.c:18
11512 msgid "git repack [<options>]"
11515 #: builtin/repack.c:23
11517 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11518 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11521 #: builtin/repack.c:168
11522 msgid "pack everything in a single pack"
11525 #: builtin/repack.c:170
11526 msgid "same as -a, and turn unreachable objects loose"
11529 #: builtin/repack.c:173
11530 msgid "remove redundant packs, and run git-prune-packed"
11533 #: builtin/repack.c:175
11534 msgid "pass --no-reuse-delta to git-pack-objects"
11537 #: builtin/repack.c:177
11538 msgid "pass --no-reuse-object to git-pack-objects"
11541 #: builtin/repack.c:179
11542 msgid "do not run git-update-server-info"
11545 #: builtin/repack.c:182
11546 msgid "pass --local to git-pack-objects"
11549 #: builtin/repack.c:184
11550 msgid "write bitmap index"
11553 #: builtin/repack.c:185
11554 msgid "approxidate"
11557 #: builtin/repack.c:186
11558 msgid "with -A, do not loosen objects older than this"
11561 #: builtin/repack.c:188
11562 msgid "with -a, repack unreachable objects"
11565 #: builtin/repack.c:190
11566 msgid "size of the window used for delta compression"
11569 #: builtin/repack.c:191 builtin/repack.c:197
11573 #: builtin/repack.c:192
11574 msgid "same as the above, but limit memory size instead of entries count"
11577 #: builtin/repack.c:194
11578 msgid "limits the maximum delta depth"
11581 #: builtin/repack.c:196
11582 msgid "limits the maximum number of threads"
11585 #: builtin/repack.c:198
11586 msgid "maximum size of each packfile"
11589 #: builtin/repack.c:200
11590 msgid "repack objects in packs marked with .keep"
11593 #: builtin/repack.c:210
11594 msgid "cannot delete packs in a precious-objects repo"
11597 #: builtin/repack.c:214
11598 msgid "--keep-unreachable and -A are incompatible"
11601 #: builtin/repack.c:406 builtin/worktree.c:116
11603 msgid "failed to remove '%s'"
11606 #: builtin/replace.c:20
11607 msgid "git replace [-f] <object> <replacement>"
11610 #: builtin/replace.c:21
11611 msgid "git replace [-f] --edit <object>"
11614 #: builtin/replace.c:22
11615 msgid "git replace [-f] --graft <commit> [<parent>...]"
11618 #: builtin/replace.c:23
11619 msgid "git replace -d <object>..."
11622 #: builtin/replace.c:24
11623 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11626 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11628 msgid "Not a valid object name: '%s'"
11631 #: builtin/replace.c:361
11633 msgid "bad mergetag in commit '%s'"
11636 #: builtin/replace.c:363
11638 msgid "malformed mergetag in commit '%s'"
11641 #: builtin/replace.c:374
11644 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11645 "instead of --graft"
11648 #: builtin/replace.c:407
11650 msgid "the original commit '%s' has a gpg signature."
11653 #: builtin/replace.c:408
11654 msgid "the signature will be removed in the replacement commit!"
11657 #: builtin/replace.c:414
11659 msgid "could not write replacement commit for: '%s'"
11662 #: builtin/replace.c:438
11663 msgid "list replace refs"
11666 #: builtin/replace.c:439
11667 msgid "delete replace refs"
11670 #: builtin/replace.c:440
11671 msgid "edit existing object"
11674 #: builtin/replace.c:441
11675 msgid "change a commit's parents"
11678 #: builtin/replace.c:442
11679 msgid "replace the ref if it exists"
11682 #: builtin/replace.c:443
11683 msgid "do not pretty-print contents for --edit"
11686 #: builtin/replace.c:444
11687 msgid "use this format"
11690 #: builtin/rerere.c:13
11691 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11694 #: builtin/rerere.c:59
11695 msgid "register clean resolutions in index"
11698 #: builtin/reset.c:29
11700 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11703 #: builtin/reset.c:30
11704 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11707 #: builtin/reset.c:31
11708 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11711 #: builtin/reset.c:37
11715 #: builtin/reset.c:37
11719 #: builtin/reset.c:37
11723 #: builtin/reset.c:37
11727 #: builtin/reset.c:37
11731 #: builtin/reset.c:77
11732 msgid "You do not have a valid HEAD."
11735 #: builtin/reset.c:79
11736 msgid "Failed to find tree of HEAD."
11739 #: builtin/reset.c:85
11741 msgid "Failed to find tree of %s."
11744 #: builtin/reset.c:103
11746 msgid "HEAD is now at %s"
11749 #: builtin/reset.c:186
11751 msgid "Cannot do a %s reset in the middle of a merge."
11754 #: builtin/reset.c:286
11755 msgid "be quiet, only report errors"
11758 #: builtin/reset.c:288
11759 msgid "reset HEAD and index"
11762 #: builtin/reset.c:289
11763 msgid "reset only HEAD"
11766 #: builtin/reset.c:291 builtin/reset.c:293
11767 msgid "reset HEAD, index and working tree"
11770 #: builtin/reset.c:295
11771 msgid "reset HEAD but keep local changes"
11774 #: builtin/reset.c:301
11775 msgid "record only the fact that removed paths will be added later"
11778 #: builtin/reset.c:320
11780 msgid "Failed to resolve '%s' as a valid revision."
11783 #: builtin/reset.c:328
11785 msgid "Failed to resolve '%s' as a valid tree."
11788 #: builtin/reset.c:337
11789 msgid "--patch is incompatible with --{hard,mixed,soft}"
11792 #: builtin/reset.c:346
11793 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11796 #: builtin/reset.c:348
11798 msgid "Cannot do %s reset with paths."
11801 #: builtin/reset.c:358
11803 msgid "%s reset is not allowed in a bare repository"
11806 #: builtin/reset.c:362
11807 msgid "-N can only be used with --mixed"
11810 #: builtin/reset.c:379
11811 msgid "Unstaged changes after reset:"
11814 #: builtin/reset.c:385
11816 msgid "Could not reset index file to revision '%s'."
11819 #: builtin/reset.c:389
11820 msgid "Could not write new index file."
11823 #: builtin/rev-list.c:358
11824 msgid "rev-list does not support display of notes"
11827 #: builtin/rev-parse.c:394
11828 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11831 #: builtin/rev-parse.c:399
11832 msgid "keep the `--` passed as an arg"
11835 #: builtin/rev-parse.c:401
11836 msgid "stop parsing after the first non-option argument"
11839 #: builtin/rev-parse.c:404
11840 msgid "output in stuck long form"
11843 #: builtin/rev-parse.c:535
11845 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11846 " or: git rev-parse --sq-quote [<arg>...]\n"
11847 " or: git rev-parse [<options>] [<arg>...]\n"
11849 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11852 #: builtin/revert.c:23
11853 msgid "git revert [<options>] <commit-ish>..."
11856 #: builtin/revert.c:24
11857 msgid "git revert <subcommand>"
11860 #: builtin/revert.c:29
11861 msgid "git cherry-pick [<options>] <commit-ish>..."
11864 #: builtin/revert.c:30
11865 msgid "git cherry-pick <subcommand>"
11868 #: builtin/revert.c:90
11870 msgid "%s: %s cannot be used with %s"
11873 #: builtin/revert.c:99
11874 msgid "end revert or cherry-pick sequence"
11877 #: builtin/revert.c:100
11878 msgid "resume revert or cherry-pick sequence"
11881 #: builtin/revert.c:101
11882 msgid "cancel revert or cherry-pick sequence"
11885 #: builtin/revert.c:102
11886 msgid "don't automatically commit"
11889 #: builtin/revert.c:103
11890 msgid "edit the commit message"
11893 #: builtin/revert.c:106
11894 msgid "parent-number"
11897 #: builtin/revert.c:107
11898 msgid "select mainline parent"
11901 #: builtin/revert.c:109
11902 msgid "merge strategy"
11905 #: builtin/revert.c:110
11909 #: builtin/revert.c:111
11910 msgid "option for merge strategy"
11913 #: builtin/revert.c:120
11914 msgid "append commit name"
11917 #: builtin/revert.c:122
11918 msgid "preserve initially empty commits"
11921 #: builtin/revert.c:123
11922 msgid "allow commits with empty messages"
11925 #: builtin/revert.c:124
11926 msgid "keep redundant, empty commits"
11929 #: builtin/revert.c:212
11930 msgid "revert failed"
11933 #: builtin/revert.c:225
11934 msgid "cherry-pick failed"
11938 msgid "git rm [<options>] [--] <file>..."
11941 #: builtin/rm.c:206
11943 "the following file has staged content different from both the\n"
11944 "file and the HEAD:"
11946 "the following files have staged content different from both the\n"
11947 "file and the HEAD:"
11951 #: builtin/rm.c:211
11954 "(use -f to force removal)"
11957 #: builtin/rm.c:215
11958 msgid "the following file has changes staged in the index:"
11959 msgid_plural "the following files have changes staged in the index:"
11963 #: builtin/rm.c:219 builtin/rm.c:228
11966 "(use --cached to keep the file, or -f to force removal)"
11969 #: builtin/rm.c:225
11970 msgid "the following file has local modifications:"
11971 msgid_plural "the following files have local modifications:"
11975 #: builtin/rm.c:243
11976 msgid "do not list removed files"
11979 #: builtin/rm.c:244
11980 msgid "only remove from the index"
11983 #: builtin/rm.c:245
11984 msgid "override the up-to-date check"
11987 #: builtin/rm.c:246
11988 msgid "allow recursive removal"
11991 #: builtin/rm.c:248
11992 msgid "exit with a zero status even if nothing matched"
11995 #: builtin/rm.c:308
11997 msgid "not removing '%s' recursively without -r"
12000 #: builtin/rm.c:347
12002 msgid "git rm: unable to remove %s"
12005 #: builtin/rm.c:370
12007 msgid "could not remove '%s'"
12010 #: builtin/send-pack.c:19
12012 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12013 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12015 " --all and explicit <ref> specification are mutually exclusive."
12018 #: builtin/send-pack.c:162
12019 msgid "remote name"
12022 #: builtin/send-pack.c:176
12023 msgid "use stateless RPC protocol"
12026 #: builtin/send-pack.c:177
12027 msgid "read refs from stdin"
12030 #: builtin/send-pack.c:178
12031 msgid "print status from remote helper"
12034 #: builtin/shortlog.c:14
12035 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12038 #: builtin/shortlog.c:249
12039 msgid "Group by committer rather than author"
12042 #: builtin/shortlog.c:251
12043 msgid "sort output according to the number of commits per author"
12046 #: builtin/shortlog.c:253
12047 msgid "Suppress commit descriptions, only provides commit count"
12050 #: builtin/shortlog.c:255
12051 msgid "Show the email address of each author"
12054 #: builtin/shortlog.c:256
12055 msgid "w[,i1[,i2]]"
12058 #: builtin/shortlog.c:257
12059 msgid "Linewrap output"
12062 #: builtin/show-branch.c:12
12064 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12065 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12066 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12067 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12070 #: builtin/show-branch.c:16
12071 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12074 #: builtin/show-branch.c:376
12076 msgid "ignoring %s; cannot handle more than %d ref"
12077 msgid_plural "ignoring %s; cannot handle more than %d refs"
12081 #: builtin/show-branch.c:530
12083 msgid "no matching refs with %s"
12086 #: builtin/show-branch.c:626
12087 msgid "show remote-tracking and local branches"
12090 #: builtin/show-branch.c:628
12091 msgid "show remote-tracking branches"
12094 #: builtin/show-branch.c:630
12095 msgid "color '*!+-' corresponding to the branch"
12098 #: builtin/show-branch.c:632
12099 msgid "show <n> more commits after the common ancestor"
12102 #: builtin/show-branch.c:634
12103 msgid "synonym to more=-1"
12106 #: builtin/show-branch.c:635
12107 msgid "suppress naming strings"
12110 #: builtin/show-branch.c:637
12111 msgid "include the current branch"
12114 #: builtin/show-branch.c:639
12115 msgid "name commits with their object names"
12118 #: builtin/show-branch.c:641
12119 msgid "show possible merge bases"
12122 #: builtin/show-branch.c:643
12123 msgid "show refs unreachable from any other ref"
12126 #: builtin/show-branch.c:645
12127 msgid "show commits in topological order"
12130 #: builtin/show-branch.c:648
12131 msgid "show only commits not on the first branch"
12134 #: builtin/show-branch.c:650
12135 msgid "show merges reachable from only one tip"
12138 #: builtin/show-branch.c:652
12139 msgid "topologically sort, maintaining date order where possible"
12142 #: builtin/show-branch.c:655
12143 msgid "<n>[,<base>]"
12146 #: builtin/show-branch.c:656
12147 msgid "show <n> most recent ref-log entries starting at base"
12150 #: builtin/show-branch.c:690
12152 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12155 #: builtin/show-branch.c:714
12156 msgid "no branches given, and HEAD is not valid"
12159 #: builtin/show-branch.c:717
12160 msgid "--reflog option needs one branch name"
12163 #: builtin/show-branch.c:720
12165 msgid "only %d entry can be shown at one time."
12166 msgid_plural "only %d entries can be shown at one time."
12170 #: builtin/show-branch.c:724
12172 msgid "no such ref %s"
12175 #: builtin/show-branch.c:808
12177 msgid "cannot handle more than %d rev."
12178 msgid_plural "cannot handle more than %d revs."
12182 #: builtin/show-branch.c:812
12184 msgid "'%s' is not a valid ref."
12187 #: builtin/show-branch.c:815
12189 msgid "cannot find commit %s (%s)"
12192 #: builtin/show-ref.c:10
12194 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12195 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12198 #: builtin/show-ref.c:11
12199 msgid "git show-ref --exclude-existing[=<pattern>]"
12202 #: builtin/show-ref.c:159
12203 msgid "only show tags (can be combined with heads)"
12206 #: builtin/show-ref.c:160
12207 msgid "only show heads (can be combined with tags)"
12210 #: builtin/show-ref.c:161
12211 msgid "stricter reference checking, requires exact ref path"
12214 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12215 msgid "show the HEAD reference, even if it would be filtered out"
12218 #: builtin/show-ref.c:168
12219 msgid "dereference tags into object IDs"
12222 #: builtin/show-ref.c:170
12223 msgid "only show SHA1 hash using <n> digits"
12226 #: builtin/show-ref.c:174
12227 msgid "do not print results to stdout (useful with --verify)"
12230 #: builtin/show-ref.c:176
12231 msgid "show refs from stdin that aren't in local repository"
12234 #: builtin/stripspace.c:18
12235 msgid "git stripspace [-s | --strip-comments]"
12238 #: builtin/stripspace.c:19
12239 msgid "git stripspace [-c | --comment-lines]"
12242 #: builtin/stripspace.c:36
12243 msgid "skip and remove all lines starting with comment character"
12246 #: builtin/stripspace.c:39
12247 msgid "prepend comment character and space to each line"
12250 #: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12252 msgid "No such ref: %s"
12255 #: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12257 msgid "Expecting a full ref name, got %s"
12260 #: builtin/submodule--helper.c:72
12262 msgid "cannot strip one component off url '%s'"
12265 #: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12266 msgid "alternative anchor for relative paths"
12269 #: builtin/submodule--helper.c:310
12270 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12273 #: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12275 msgid "No url found for submodule path '%s' in .gitmodules"
12278 #: builtin/submodule--helper.c:395
12281 "could not lookup configuration '%s'. Assuming this repository is its own "
12282 "authoritative upstream."
12285 #: builtin/submodule--helper.c:406
12287 msgid "Failed to register url for submodule path '%s'"
12290 #: builtin/submodule--helper.c:410
12292 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12295 #: builtin/submodule--helper.c:420
12297 msgid "warning: command update mode suggested for submodule '%s'\n"
12300 #: builtin/submodule--helper.c:427
12302 msgid "Failed to register update mode for submodule path '%s'"
12305 #: builtin/submodule--helper.c:443
12306 msgid "Suppress output for initializing a submodule"
12309 #: builtin/submodule--helper.c:448
12310 msgid "git submodule--helper init [<path>]"
12313 #: builtin/submodule--helper.c:476
12314 msgid "git submodule--helper name <path>"
12317 #: builtin/submodule--helper.c:482
12319 msgid "no submodule mapping found in .gitmodules for path '%s'"
12322 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12324 msgid "submodule '%s' cannot add alternate: %s"
12327 #: builtin/submodule--helper.c:604
12329 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12332 #: builtin/submodule--helper.c:611
12334 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12337 #: builtin/submodule--helper.c:633
12338 msgid "where the new submodule will be cloned to"
12341 #: builtin/submodule--helper.c:636
12342 msgid "name of the new submodule"
12345 #: builtin/submodule--helper.c:639
12346 msgid "url where to clone the submodule from"
12349 #: builtin/submodule--helper.c:645
12350 msgid "depth for shallow clones"
12353 #: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12354 msgid "force cloning progress"
12357 #: builtin/submodule--helper.c:653
12359 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12360 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12363 #: builtin/submodule--helper.c:684
12365 msgid "clone of '%s' into submodule path '%s' failed"
12368 #: builtin/submodule--helper.c:699
12370 msgid "could not get submodule directory for '%s'"
12373 #: builtin/submodule--helper.c:764
12375 msgid "Submodule path '%s' not initialized"
12378 #: builtin/submodule--helper.c:768
12379 msgid "Maybe you want to use 'update --init'?"
12382 #: builtin/submodule--helper.c:793
12384 msgid "Skipping unmerged submodule %s"
12387 #: builtin/submodule--helper.c:814
12389 msgid "Skipping submodule '%s'"
12392 #: builtin/submodule--helper.c:942
12394 msgid "Failed to clone '%s'. Retry scheduled"
12397 #: builtin/submodule--helper.c:953
12399 msgid "Failed to clone '%s' a second time, aborting"
12402 #: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12403 msgid "path into the working tree"
12406 #: builtin/submodule--helper.c:977
12407 msgid "path into the working tree, across nested submodule boundaries"
12410 #: builtin/submodule--helper.c:981
12411 msgid "rebase, merge, checkout or none"
12414 #: builtin/submodule--helper.c:985
12415 msgid "Create a shallow clone truncated to the specified number of revisions"
12418 #: builtin/submodule--helper.c:988
12419 msgid "parallel jobs"
12422 #: builtin/submodule--helper.c:990
12423 msgid "whether the initial clone should follow the shallow recommendation"
12426 #: builtin/submodule--helper.c:991
12427 msgid "don't print cloning progress"
12430 #: builtin/submodule--helper.c:998
12431 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12434 #: builtin/submodule--helper.c:1008
12435 msgid "bad value for update parameter"
12438 #: builtin/submodule--helper.c:1079
12441 "Submodule (%s) branch configured to inherit branch from superproject, but "
12442 "the superproject is not on any branch"
12445 #: builtin/submodule--helper.c:1163
12446 msgid "recurse into submodules"
12449 #: builtin/submodule--helper.c:1169
12450 msgid "git submodule--helper embed-git-dir [<path>...]"
12453 #: builtin/submodule--helper.c:1232
12455 msgid "%s doesn't support --super-prefix"
12458 #: builtin/submodule--helper.c:1238
12460 msgid "'%s' is not a valid submodule--helper subcommand"
12463 #: builtin/symbolic-ref.c:8
12464 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12467 #: builtin/symbolic-ref.c:9
12468 msgid "git symbolic-ref -d [-q] <name>"
12471 #: builtin/symbolic-ref.c:41
12472 msgid "suppress error message for non-symbolic (detached) refs"
12475 #: builtin/symbolic-ref.c:42
12476 msgid "delete symbolic ref"
12479 #: builtin/symbolic-ref.c:43
12480 msgid "shorten ref output"
12483 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12487 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12488 msgid "reason of the update"
12491 #: builtin/tag.c:24
12493 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12497 #: builtin/tag.c:25
12498 msgid "git tag -d <tagname>..."
12501 #: builtin/tag.c:26
12503 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12504 "points-at <object>]\n"
12505 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12508 #: builtin/tag.c:28
12509 msgid "git tag -v [--format=<format>] <tagname>..."
12512 #: builtin/tag.c:84
12514 msgid "tag '%s' not found."
12517 #: builtin/tag.c:100
12519 msgid "Deleted tag '%s' (was %s)\n"
12522 #: builtin/tag.c:129
12526 "Write a message for tag:\n"
12528 "Lines starting with '%c' will be ignored.\n"
12531 #: builtin/tag.c:133
12535 "Write a message for tag:\n"
12537 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12541 #: builtin/tag.c:211
12542 msgid "unable to sign the tag"
12545 #: builtin/tag.c:213
12546 msgid "unable to write tag file"
12549 #: builtin/tag.c:237
12550 msgid "bad object type."
12553 #: builtin/tag.c:283
12554 msgid "no tag message?"
12557 #: builtin/tag.c:290
12559 msgid "The tag message has been left in %s\n"
12562 #: builtin/tag.c:398
12563 msgid "list tag names"
12566 #: builtin/tag.c:400
12567 msgid "print <n> lines of each tag message"
12570 #: builtin/tag.c:402
12571 msgid "delete tags"
12574 #: builtin/tag.c:403
12575 msgid "verify tags"
12578 #: builtin/tag.c:405
12579 msgid "Tag creation options"
12582 #: builtin/tag.c:407
12583 msgid "annotated tag, needs a message"
12586 #: builtin/tag.c:409
12587 msgid "tag message"
12590 #: builtin/tag.c:411
12591 msgid "annotated and GPG-signed tag"
12594 #: builtin/tag.c:415
12595 msgid "use another key to sign the tag"
12598 #: builtin/tag.c:416
12599 msgid "replace the tag if exists"
12602 #: builtin/tag.c:417 builtin/update-ref.c:369
12603 msgid "create a reflog"
12606 #: builtin/tag.c:419
12607 msgid "Tag listing options"
12610 #: builtin/tag.c:420
12611 msgid "show tag list in columns"
12614 #: builtin/tag.c:421 builtin/tag.c:423
12615 msgid "print only tags that contain the commit"
12618 #: builtin/tag.c:422 builtin/tag.c:424
12619 msgid "print only tags that don't contain the commit"
12622 #: builtin/tag.c:425
12623 msgid "print only tags that are merged"
12626 #: builtin/tag.c:426
12627 msgid "print only tags that are not merged"
12630 #: builtin/tag.c:431
12631 msgid "print only tags of the object"
12634 #: builtin/tag.c:470
12635 msgid "--column and -n are incompatible"
12638 #: builtin/tag.c:492
12639 msgid "-n option is only allowed in list mode"
12642 #: builtin/tag.c:494
12643 msgid "--contains option is only allowed in list mode"
12646 #: builtin/tag.c:496
12647 msgid "--no-contains option is only allowed in list mode"
12650 #: builtin/tag.c:498
12651 msgid "--points-at option is only allowed in list mode"
12654 #: builtin/tag.c:500
12655 msgid "--merged and --no-merged options are only allowed in list mode"
12658 #: builtin/tag.c:511
12659 msgid "only one -F or -m option is allowed."
12662 #: builtin/tag.c:530
12663 msgid "too many params"
12666 #: builtin/tag.c:536
12668 msgid "'%s' is not a valid tag name."
12671 #: builtin/tag.c:541
12673 msgid "tag '%s' already exists"
12676 #: builtin/tag.c:571
12678 msgid "Updated tag '%s' (was %s)\n"
12681 #: builtin/unpack-objects.c:494
12682 msgid "Unpacking objects"
12685 #: builtin/update-index.c:80
12687 msgid "failed to create directory %s"
12690 #: builtin/update-index.c:86
12692 msgid "failed to stat %s"
12695 #: builtin/update-index.c:96
12697 msgid "failed to create file %s"
12700 #: builtin/update-index.c:104
12702 msgid "failed to delete file %s"
12705 #: builtin/update-index.c:111 builtin/update-index.c:217
12707 msgid "failed to delete directory %s"
12710 #: builtin/update-index.c:136
12712 msgid "Testing mtime in '%s' "
12715 #: builtin/update-index.c:150
12716 msgid "directory stat info does not change after adding a new file"
12719 #: builtin/update-index.c:163
12720 msgid "directory stat info does not change after adding a new directory"
12723 #: builtin/update-index.c:176
12724 msgid "directory stat info changes after updating a file"
12727 #: builtin/update-index.c:187
12728 msgid "directory stat info changes after adding a file inside subdirectory"
12731 #: builtin/update-index.c:198
12732 msgid "directory stat info does not change after deleting a file"
12735 #: builtin/update-index.c:211
12736 msgid "directory stat info does not change after deleting a directory"
12739 #: builtin/update-index.c:218
12743 #: builtin/update-index.c:569
12744 msgid "git update-index [<options>] [--] [<file>...]"
12747 #: builtin/update-index.c:924
12748 msgid "continue refresh even when index needs update"
12751 #: builtin/update-index.c:927
12752 msgid "refresh: ignore submodules"
12755 #: builtin/update-index.c:930
12756 msgid "do not ignore new files"
12759 #: builtin/update-index.c:932
12760 msgid "let files replace directories and vice-versa"
12763 #: builtin/update-index.c:934
12764 msgid "notice files missing from worktree"
12767 #: builtin/update-index.c:936
12768 msgid "refresh even if index contains unmerged entries"
12771 #: builtin/update-index.c:939
12772 msgid "refresh stat information"
12775 #: builtin/update-index.c:943
12776 msgid "like --refresh, but ignore assume-unchanged setting"
12779 #: builtin/update-index.c:947
12780 msgid "<mode>,<object>,<path>"
12783 #: builtin/update-index.c:948
12784 msgid "add the specified entry to the index"
12787 #: builtin/update-index.c:957
12788 msgid "mark files as \"not changing\""
12791 #: builtin/update-index.c:960
12792 msgid "clear assumed-unchanged bit"
12795 #: builtin/update-index.c:963
12796 msgid "mark files as \"index-only\""
12799 #: builtin/update-index.c:966
12800 msgid "clear skip-worktree bit"
12803 #: builtin/update-index.c:969
12804 msgid "add to index only; do not add content to object database"
12807 #: builtin/update-index.c:971
12808 msgid "remove named paths even if present in worktree"
12811 #: builtin/update-index.c:973
12812 msgid "with --stdin: input lines are terminated by null bytes"
12815 #: builtin/update-index.c:975
12816 msgid "read list of paths to be updated from standard input"
12819 #: builtin/update-index.c:979
12820 msgid "add entries from standard input to the index"
12823 #: builtin/update-index.c:983
12824 msgid "repopulate stages #2 and #3 for the listed paths"
12827 #: builtin/update-index.c:987
12828 msgid "only update entries that differ from HEAD"
12831 #: builtin/update-index.c:991
12832 msgid "ignore files missing from worktree"
12835 #: builtin/update-index.c:994
12836 msgid "report actions to standard output"
12839 #: builtin/update-index.c:996
12840 msgid "(for porcelains) forget saved unresolved conflicts"
12843 #: builtin/update-index.c:1000
12844 msgid "write index in this format"
12847 #: builtin/update-index.c:1002
12848 msgid "enable or disable split index"
12851 #: builtin/update-index.c:1004
12852 msgid "enable/disable untracked cache"
12855 #: builtin/update-index.c:1006
12856 msgid "test if the filesystem supports untracked cache"
12859 #: builtin/update-index.c:1008
12860 msgid "enable untracked cache without testing the filesystem"
12863 #: builtin/update-index.c:1108
12865 "core.splitIndex is set to false; remove or change it, if you really want to "
12866 "enable split index"
12869 #: builtin/update-index.c:1117
12871 "core.splitIndex is set to true; remove or change it, if you really want to "
12872 "disable split index"
12875 #: builtin/update-index.c:1128
12877 "core.untrackedCache is set to true; remove or change it, if you really want "
12878 "to disable the untracked cache"
12881 #: builtin/update-index.c:1132
12882 msgid "Untracked cache disabled"
12885 #: builtin/update-index.c:1140
12887 "core.untrackedCache is set to false; remove or change it, if you really want "
12888 "to enable the untracked cache"
12891 #: builtin/update-index.c:1144
12893 msgid "Untracked cache enabled for '%s'"
12896 #: builtin/update-ref.c:10
12897 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12900 #: builtin/update-ref.c:11
12901 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
12904 #: builtin/update-ref.c:12
12905 msgid "git update-ref [<options>] --stdin [-z]"
12908 #: builtin/update-ref.c:364
12909 msgid "delete the reference"
12912 #: builtin/update-ref.c:366
12913 msgid "update <refname> not the one it points to"
12916 #: builtin/update-ref.c:367
12917 msgid "stdin has NUL-terminated arguments"
12920 #: builtin/update-ref.c:368
12921 msgid "read updates from stdin"
12924 #: builtin/update-server-info.c:7
12925 msgid "git update-server-info [--force]"
12928 #: builtin/update-server-info.c:15
12929 msgid "update the info files from scratch"
12932 #: builtin/verify-commit.c:18
12933 msgid "git verify-commit [-v | --verbose] <commit>..."
12936 #: builtin/verify-commit.c:73
12937 msgid "print commit contents"
12940 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
12941 msgid "print raw gpg status output"
12944 #: builtin/verify-pack.c:55
12945 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12948 #: builtin/verify-pack.c:65
12952 #: builtin/verify-pack.c:67
12953 msgid "show statistics only"
12956 #: builtin/verify-tag.c:19
12957 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12960 #: builtin/verify-tag.c:37
12961 msgid "print tag contents"
12964 #: builtin/worktree.c:16
12965 msgid "git worktree add [<options>] <path> [<branch>]"
12968 #: builtin/worktree.c:17
12969 msgid "git worktree list [<options>]"
12972 #: builtin/worktree.c:18
12973 msgid "git worktree lock [<options>] <path>"
12976 #: builtin/worktree.c:19
12977 msgid "git worktree prune [<options>]"
12980 #: builtin/worktree.c:20
12981 msgid "git worktree unlock <path>"
12984 #: builtin/worktree.c:44
12986 msgid "Removing worktrees/%s: not a valid directory"
12989 #: builtin/worktree.c:50
12991 msgid "Removing worktrees/%s: gitdir file does not exist"
12994 #: builtin/worktree.c:55
12996 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12999 #: builtin/worktree.c:66
13001 msgid "Removing worktrees/%s: invalid gitdir file"
13004 #: builtin/worktree.c:82
13006 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13009 #: builtin/worktree.c:129
13010 msgid "report pruned working trees"
13013 #: builtin/worktree.c:131
13014 msgid "expire working trees older than <time>"
13017 #: builtin/worktree.c:205
13019 msgid "'%s' already exists"
13022 #: builtin/worktree.c:236
13024 msgid "could not create directory of '%s'"
13027 #: builtin/worktree.c:275
13029 msgid "Preparing %s (identifier %s)"
13032 #: builtin/worktree.c:327
13033 msgid "checkout <branch> even if already checked out in other worktree"
13036 #: builtin/worktree.c:329
13037 msgid "create a new branch"
13040 #: builtin/worktree.c:331
13041 msgid "create or reset a branch"
13044 #: builtin/worktree.c:333
13045 msgid "populate the new working tree"
13048 #: builtin/worktree.c:334
13049 msgid "keep the new working tree locked"
13052 #: builtin/worktree.c:342
13053 msgid "-b, -B, and --detach are mutually exclusive"
13056 #: builtin/worktree.c:479
13057 msgid "reason for locking"
13060 #: builtin/worktree.c:491 builtin/worktree.c:524
13062 msgid "'%s' is not a working tree"
13065 #: builtin/worktree.c:493 builtin/worktree.c:526
13066 msgid "The main working tree cannot be locked or unlocked"
13069 #: builtin/worktree.c:498
13071 msgid "'%s' is already locked, reason: %s"
13074 #: builtin/worktree.c:500
13076 msgid "'%s' is already locked"
13079 #: builtin/worktree.c:528
13081 msgid "'%s' is not locked"
13084 #: builtin/write-tree.c:14
13085 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13088 #: builtin/write-tree.c:27
13092 #: builtin/write-tree.c:28
13093 msgid "write tree object for a subdirectory <prefix>"
13096 #: builtin/write-tree.c:31
13097 msgid "only useful for debugging"
13100 #: upload-pack.c:23
13101 msgid "git upload-pack [<options>] <dir>"
13104 #: upload-pack.c:1041
13105 msgid "quit after a single request/response exchange"
13108 #: upload-pack.c:1043
13109 msgid "exit immediately after initial ref advertisement"
13112 #: upload-pack.c:1045
13113 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13116 #: upload-pack.c:1047
13117 msgid "interrupt transfer after <n> seconds of inactivity"
13120 #: credential-cache--daemon.c:224
13123 "The permissions on your socket directory are too loose; other\n"
13124 "users may be able to read your cached credentials. Consider running:\n"
13129 #: credential-cache--daemon.c:272
13130 msgid "print debugging messages to stderr"
13135 "'git help -a' and 'git help -g' list available subcommands and some\n"
13136 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13137 "to read about a specific subcommand or concept."
13142 msgid "negative value for http.postbuffer; defaulting to %d"
13146 msgid "Delegation control is not supported with cURL < 7.22.0"
13150 msgid "Public key pinning not supported with cURL < 7.44.0"
13156 "unable to update url base from redirection:\n"
13161 #: remote-curl.c:324
13163 msgid "redirecting to %s"
13167 msgid "start a working area (see also: git help tutorial)"
13170 #: common-cmds.h:10
13171 msgid "work on the current change (see also: git help everyday)"
13174 #: common-cmds.h:11
13175 msgid "examine the history and state (see also: git help revisions)"
13178 #: common-cmds.h:12
13179 msgid "grow, mark and tweak your common history"
13182 #: common-cmds.h:13
13183 msgid "collaborate (see also: git help workflows)"
13186 #: common-cmds.h:17
13187 msgid "Add file contents to the index"
13190 #: common-cmds.h:18
13191 msgid "Use binary search to find the commit that introduced a bug"
13194 #: common-cmds.h:19
13195 msgid "List, create, or delete branches"
13198 #: common-cmds.h:20
13199 msgid "Switch branches or restore working tree files"
13202 #: common-cmds.h:21
13203 msgid "Clone a repository into a new directory"
13206 #: common-cmds.h:22
13207 msgid "Record changes to the repository"
13210 #: common-cmds.h:23
13211 msgid "Show changes between commits, commit and working tree, etc"
13214 #: common-cmds.h:24
13215 msgid "Download objects and refs from another repository"
13218 #: common-cmds.h:25
13219 msgid "Print lines matching a pattern"
13222 #: common-cmds.h:26
13223 msgid "Create an empty Git repository or reinitialize an existing one"
13226 #: common-cmds.h:27
13227 msgid "Show commit logs"
13230 #: common-cmds.h:28
13231 msgid "Join two or more development histories together"
13234 #: common-cmds.h:29
13235 msgid "Move or rename a file, a directory, or a symlink"
13238 #: common-cmds.h:30
13239 msgid "Fetch from and integrate with another repository or a local branch"
13242 #: common-cmds.h:31
13243 msgid "Update remote refs along with associated objects"
13246 #: common-cmds.h:32
13247 msgid "Reapply commits on top of another base tip"
13250 #: common-cmds.h:33
13251 msgid "Reset current HEAD to the specified state"
13254 #: common-cmds.h:34
13255 msgid "Remove files from the working tree and from the index"
13258 #: common-cmds.h:35
13259 msgid "Show various types of objects"
13262 #: common-cmds.h:36
13263 msgid "Show the working tree status"
13266 #: common-cmds.h:37
13267 msgid "Create, list, delete or verify a tag object signed with GPG"
13270 #: parse-options.h:145
13271 msgid "expiry-date"
13274 #: parse-options.h:160
13275 msgid "no-op (backward compatibility)"
13278 #: parse-options.h:238
13279 msgid "be more verbose"
13282 #: parse-options.h:240
13283 msgid "be more quiet"
13286 #: parse-options.h:246
13287 msgid "use <n> digits to display SHA-1s"
13291 msgid "update the index with reused conflict resolution if possible"
13294 #: git-bisect.sh:54
13295 msgid "You need to start by \"git bisect start\""
13298 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13299 #. translation. The program will only accept English input
13301 #: git-bisect.sh:60
13302 msgid "Do you want me to do it for you [Y/n]? "
13305 #: git-bisect.sh:121
13307 msgid "unrecognised option: '$arg'"
13310 #: git-bisect.sh:125
13312 msgid "'$arg' does not appear to be a valid revision"
13315 #: git-bisect.sh:154
13316 msgid "Bad HEAD - I need a HEAD"
13319 #: git-bisect.sh:167
13322 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13325 #: git-bisect.sh:177
13326 msgid "won't bisect on cg-seek'ed tree"
13329 #: git-bisect.sh:181
13330 msgid "Bad HEAD - strange symbolic ref"
13333 #: git-bisect.sh:233
13335 msgid "Bad bisect_write argument: $state"
13338 #: git-bisect.sh:262
13340 msgid "Bad rev input: $arg"
13343 #: git-bisect.sh:281
13345 msgid "Bad rev input: $bisected_head"
13348 #: git-bisect.sh:290
13350 msgid "Bad rev input: $rev"
13353 #: git-bisect.sh:299
13355 msgid "'git bisect $TERM_BAD' can take only one argument."
13358 #: git-bisect.sh:322
13360 msgid "Warning: bisecting only with a $TERM_BAD commit."
13363 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13364 #. translation. The program will only accept English input
13366 #: git-bisect.sh:328
13367 msgid "Are you sure [Y/n]? "
13370 #: git-bisect.sh:340
13373 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13374 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13377 #: git-bisect.sh:343
13380 "You need to start by \"git bisect start\".\n"
13381 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13382 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13385 #: git-bisect.sh:414 git-bisect.sh:546
13386 msgid "We are not bisecting."
13389 #: git-bisect.sh:421
13391 msgid "'$invalid' is not a valid commit"
13394 #: git-bisect.sh:430
13397 "Could not check out original HEAD '$branch'.\n"
13398 "Try 'git bisect reset <commit>'."
13401 #: git-bisect.sh:458
13402 msgid "No logfile given"
13405 #: git-bisect.sh:459
13407 msgid "cannot read $file for replaying"
13410 #: git-bisect.sh:480
13411 msgid "?? what are you talking about?"
13414 #: git-bisect.sh:492
13416 msgid "running $command"
13419 #: git-bisect.sh:499
13422 "bisect run failed:\n"
13423 "exit code $res from '$command' is < 0 or >= 128"
13426 #: git-bisect.sh:525
13427 msgid "bisect run cannot continue any more"
13430 #: git-bisect.sh:531
13433 "bisect run failed:\n"
13434 "'bisect_state $state' exited with error code $res"
13437 #: git-bisect.sh:538
13438 msgid "bisect run success"
13441 #: git-bisect.sh:565
13442 msgid "please use two different terms"
13445 #: git-bisect.sh:575
13447 msgid "'$term' is not a valid term"
13450 #: git-bisect.sh:578
13452 msgid "can't use the builtin command '$term' as a term"
13455 #: git-bisect.sh:587 git-bisect.sh:593
13457 msgid "can't change the meaning of term '$term'"
13460 #: git-bisect.sh:606
13462 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13465 #: git-bisect.sh:636
13466 msgid "no terms defined"
13469 #: git-bisect.sh:653
13472 "invalid argument $arg for 'git bisect terms'.\n"
13473 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13476 #: git-merge-octopus.sh:46
13478 "Error: Your local changes to the following files would be overwritten by "
13482 #: git-merge-octopus.sh:61
13483 msgid "Automated merge did not work."
13486 #: git-merge-octopus.sh:62
13487 msgid "Should not be doing an octopus."
13490 #: git-merge-octopus.sh:73
13492 msgid "Unable to find common commit with $pretty_name"
13495 #: git-merge-octopus.sh:77
13497 msgid "Already up-to-date with $pretty_name"
13500 #: git-merge-octopus.sh:89
13502 msgid "Fast-forwarding to: $pretty_name"
13505 #: git-merge-octopus.sh:97
13507 msgid "Trying simple merge with $pretty_name"
13510 #: git-merge-octopus.sh:102
13511 msgid "Simple merge did not work, trying automatic merge."
13514 #: git-rebase.sh:58
13516 "When you have resolved this problem, run \"git rebase --continue\".\n"
13517 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13518 "To check out the original branch and stop rebasing, run \"git rebase --abort"
13522 #: git-rebase.sh:158 git-rebase.sh:397
13524 msgid "Could not move back to $head_name"
13527 #: git-rebase.sh:169
13528 msgid "Applied autostash."
13531 #: git-rebase.sh:172
13533 msgid "Cannot store $stash_sha1"
13536 #: git-rebase.sh:212
13537 msgid "The pre-rebase hook refused to rebase."
13540 #: git-rebase.sh:217
13541 msgid "It looks like git-am is in progress. Cannot rebase."
13544 #: git-rebase.sh:358
13545 msgid "No rebase in progress?"
13548 #: git-rebase.sh:369
13549 msgid "The --edit-todo action can only be used during interactive rebase."
13552 #: git-rebase.sh:376
13553 msgid "Cannot read HEAD"
13556 #: git-rebase.sh:379
13558 "You must edit all merge conflicts and then\n"
13559 "mark them as resolved using git add"
13562 #: git-rebase.sh:419
13565 "It seems that there is already a $state_dir_base directory, and\n"
13566 "I wonder if you are in the middle of another rebase. If that is the\n"
13567 "case, please try\n"
13568 "\t$cmd_live_rebase\n"
13569 "If that is not the case, please\n"
13570 "\t$cmd_clear_stale_rebase\n"
13571 "and run me again. I am stopping in case you still have something\n"
13575 #: git-rebase.sh:470
13577 msgid "invalid upstream $upstream_name"
13580 #: git-rebase.sh:494
13582 msgid "$onto_name: there are more than one merge bases"
13585 #: git-rebase.sh:497 git-rebase.sh:501
13587 msgid "$onto_name: there is no merge base"
13590 #: git-rebase.sh:506
13592 msgid "Does not point to a valid commit: $onto_name"
13595 #: git-rebase.sh:529
13597 msgid "fatal: no such branch: $branch_name"
13600 #: git-rebase.sh:562
13601 msgid "Cannot autostash"
13604 #: git-rebase.sh:567
13606 msgid "Created autostash: $stash_abbrev"
13609 #: git-rebase.sh:571
13610 msgid "Please commit or stash them."
13613 #: git-rebase.sh:591
13615 msgid "Current branch $branch_name is up to date."
13618 #: git-rebase.sh:595
13620 msgid "Current branch $branch_name is up to date, rebase forced."
13623 #: git-rebase.sh:606
13625 msgid "Changes from $mb to $onto:"
13628 #: git-rebase.sh:615
13629 msgid "First, rewinding head to replay your work on top of it..."
13632 #: git-rebase.sh:625
13634 msgid "Fast-forwarded $branch_name to $onto_name."
13638 msgid "git stash clear with parameters is unimplemented"
13642 msgid "You do not have the initial commit yet"
13645 #: git-stash.sh:110
13646 msgid "Cannot save the current index state"
13649 #: git-stash.sh:125
13650 msgid "Cannot save the untracked files"
13653 #: git-stash.sh:145 git-stash.sh:158
13654 msgid "Cannot save the current worktree state"
13657 #: git-stash.sh:162
13658 msgid "No changes selected"
13661 #: git-stash.sh:165
13662 msgid "Cannot remove temporary index (can't happen)"
13665 #: git-stash.sh:178
13666 msgid "Cannot record working tree state"
13669 #: git-stash.sh:210
13671 msgid "Cannot update $ref_stash with $w_commit"
13674 #. TRANSLATORS: $option is an invalid option, like
13675 #. `--blah-blah'. The 7 spaces at the beginning of the
13676 #. second line correspond to "error: ". So you should line
13677 #. up the second line with however many characters the
13678 #. translation of "error: " takes in your language. E.g. in
13679 #. English this is:
13681 #. $ git stash save --blah-blah 2>&1 | head -n 2
13682 #. error: unknown option for 'stash save': --blah-blah
13683 #. To provide a message, use git stash save -- '--blah-blah'
13684 #: git-stash.sh:266
13687 "error: unknown option for 'stash save': $option\n"
13688 " To provide a message, use git stash save -- '$option'"
13691 #: git-stash.sh:281
13692 msgid "Can't use --patch and --include-untracked or --all at the same time"
13695 #: git-stash.sh:289
13696 msgid "No local changes to save"
13699 #: git-stash.sh:294
13700 msgid "Cannot initialize stash"
13703 #: git-stash.sh:298
13704 msgid "Cannot save the current status"
13707 #: git-stash.sh:299
13709 msgid "Saved working directory and index state $stash_msg"
13712 #: git-stash.sh:326
13713 msgid "Cannot remove worktree changes"
13716 #: git-stash.sh:474
13718 msgid "unknown option: $opt"
13721 #: git-stash.sh:487
13722 msgid "No stash entries found."
13725 #: git-stash.sh:494
13727 msgid "Too many revisions specified: $REV"
13730 #: git-stash.sh:509
13732 msgid "$reference is not a valid reference"
13735 #: git-stash.sh:537
13737 msgid "'$args' is not a stash-like commit"
13740 #: git-stash.sh:548
13742 msgid "'$args' is not a stash reference"
13745 #: git-stash.sh:556
13746 msgid "unable to refresh index"
13749 #: git-stash.sh:560
13750 msgid "Cannot apply a stash in the middle of a merge"
13753 #: git-stash.sh:568
13754 msgid "Conflicts in index. Try without --index."
13757 #: git-stash.sh:570
13758 msgid "Could not save index tree"
13761 #: git-stash.sh:579
13762 msgid "Could not restore untracked files from stash entry"
13765 #: git-stash.sh:604
13766 msgid "Cannot unstage modified files"
13769 #: git-stash.sh:619
13770 msgid "Index was not unstashed."
13773 #: git-stash.sh:633
13774 msgid "The stash entry is kept in case you need it again."
13777 #: git-stash.sh:642
13779 msgid "Dropped ${REV} ($s)"
13782 #: git-stash.sh:643
13784 msgid "${REV}: Could not drop stash entry"
13787 #: git-stash.sh:651
13788 msgid "No branch name specified"
13791 #: git-stash.sh:730
13792 msgid "(To restore them type \"git stash apply\")"
13795 #: git-submodule.sh:181
13796 msgid "Relative path can only be used from the toplevel of the working tree"
13799 #: git-submodule.sh:191
13801 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13804 #: git-submodule.sh:210
13806 msgid "'$sm_path' already exists in the index"
13809 #: git-submodule.sh:213
13811 msgid "'$sm_path' already exists in the index and is not a submodule"
13814 #: git-submodule.sh:219
13817 "The following path is ignored by one of your .gitignore files:\n"
13819 "Use -f if you really want to add it."
13822 #: git-submodule.sh:237
13824 msgid "Adding existing repo at '$sm_path' to the index"
13827 #: git-submodule.sh:239
13829 msgid "'$sm_path' already exists and is not a valid git repo"
13832 #: git-submodule.sh:247
13834 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13837 #: git-submodule.sh:249
13840 "If you want to reuse this local git directory instead of cloning again from\n"
13842 "use the '--force' option. If the local git directory is not the correct "
13844 "or you are unsure what this means choose another name with the '--name' "
13848 #: git-submodule.sh:255
13850 msgid "Reactivating local git directory for submodule '$sm_name'."
13853 #: git-submodule.sh:267
13855 msgid "Unable to checkout submodule '$sm_path'"
13858 #: git-submodule.sh:272
13860 msgid "Failed to add submodule '$sm_path'"
13863 #: git-submodule.sh:281
13865 msgid "Failed to register submodule '$sm_path'"
13868 #: git-submodule.sh:342
13870 msgid "Entering '$displaypath'"
13873 #: git-submodule.sh:362
13875 msgid "Stopping at '$displaypath'; script returned non-zero status."
13878 #: git-submodule.sh:433
13880 msgid "pathspec and --all are incompatible"
13883 #: git-submodule.sh:438
13885 msgid "Use '--all' if you really want to deinitialize all submodules"
13888 #: git-submodule.sh:458
13891 "Submodule work tree '$displaypath' contains a .git directory\n"
13892 "(use 'rm -rf' if you really want to remove it including all of its history)"
13895 #: git-submodule.sh:466
13898 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13902 #: git-submodule.sh:469
13904 msgid "Cleared directory '$displaypath'"
13907 #: git-submodule.sh:470
13909 msgid "Could not remove submodule work tree '$displaypath'"
13912 #: git-submodule.sh:473
13914 msgid "Could not create empty submodule directory '$displaypath'"
13917 #: git-submodule.sh:482
13919 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13922 #: git-submodule.sh:638
13924 msgid "Unable to find current revision in submodule path '$displaypath'"
13927 #: git-submodule.sh:648
13929 msgid "Unable to fetch in submodule path '$sm_path'"
13932 #: git-submodule.sh:653
13935 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13939 #: git-submodule.sh:671
13941 msgid "Unable to fetch in submodule path '$displaypath'"
13944 #: git-submodule.sh:677
13947 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13948 "Direct fetching of that commit failed."
13951 #: git-submodule.sh:684
13953 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13956 #: git-submodule.sh:685
13958 msgid "Submodule path '$displaypath': checked out '$sha1'"
13961 #: git-submodule.sh:689
13963 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13966 #: git-submodule.sh:690
13968 msgid "Submodule path '$displaypath': rebased into '$sha1'"
13971 #: git-submodule.sh:695
13973 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13976 #: git-submodule.sh:696
13978 msgid "Submodule path '$displaypath': merged in '$sha1'"
13981 #: git-submodule.sh:701
13983 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13986 #: git-submodule.sh:702
13988 msgid "Submodule path '$displaypath': '$command $sha1'"
13991 #: git-submodule.sh:733
13993 msgid "Failed to recurse into submodule path '$displaypath'"
13996 #: git-submodule.sh:841
13997 msgid "The --cached option cannot be used with the --files option"
14000 #: git-submodule.sh:893
14002 msgid "unexpected mode $mod_dst"
14005 #: git-submodule.sh:913
14007 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14010 #: git-submodule.sh:916
14012 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14015 #: git-submodule.sh:919
14017 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14020 #: git-submodule.sh:1065
14022 msgid "Failed to recurse into submodule path '$sm_path'"
14025 #: git-submodule.sh:1137
14027 msgid "Synchronizing submodule url for '$displaypath'"
14030 #: git-parse-remote.sh:89
14032 msgid "See git-${cmd}(1) for details."
14035 #: git-rebase--interactive.sh:140
14037 msgid "Rebasing ($new_count/$total)"
14040 #: git-rebase--interactive.sh:156
14044 " p, pick = use commit\n"
14045 " r, reword = use commit, but edit the commit message\n"
14046 " e, edit = use commit, but stop for amending\n"
14047 " s, squash = use commit, but meld into previous commit\n"
14048 " f, fixup = like \"squash\", but discard this commit's log message\n"
14049 " x, exec = run command (the rest of the line) using shell\n"
14050 " d, drop = remove commit\n"
14052 "These lines can be re-ordered; they are executed from top to bottom.\n"
14055 #: git-rebase--interactive.sh:171
14058 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14061 #: git-rebase--interactive.sh:175
14064 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14067 #: git-rebase--interactive.sh:211
14070 "You can amend the commit now, with\n"
14072 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14074 "Once you are satisfied with your changes, run\n"
14076 "\tgit rebase --continue"
14079 #: git-rebase--interactive.sh:236
14081 msgid "$sha1: not a commit that can be picked"
14084 #: git-rebase--interactive.sh:275
14086 msgid "Invalid commit name: $sha1"
14089 #: git-rebase--interactive.sh:317
14090 msgid "Cannot write current commit's replacement sha1"
14093 #: git-rebase--interactive.sh:369
14095 msgid "Fast-forward to $sha1"
14098 #: git-rebase--interactive.sh:371
14100 msgid "Cannot fast-forward to $sha1"
14103 #: git-rebase--interactive.sh:380
14105 msgid "Cannot move HEAD to $first_parent"
14108 #: git-rebase--interactive.sh:385
14110 msgid "Refusing to squash a merge: $sha1"
14113 #: git-rebase--interactive.sh:399
14115 msgid "Error redoing merge $sha1"
14118 #: git-rebase--interactive.sh:407
14120 msgid "Could not pick $sha1"
14123 #: git-rebase--interactive.sh:416
14125 msgid "This is the commit message #${n}:"
14128 #: git-rebase--interactive.sh:421
14130 msgid "The commit message #${n} will be skipped:"
14133 #: git-rebase--interactive.sh:432
14135 msgid "This is a combination of $count commit."
14136 msgid_plural "This is a combination of $count commits."
14140 #: git-rebase--interactive.sh:441
14142 msgid "Cannot write $fixup_msg"
14145 #: git-rebase--interactive.sh:444
14146 msgid "This is a combination of 2 commits."
14149 #: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14150 #: git-rebase--interactive.sh:531
14152 msgid "Could not apply $sha1... $rest"
14155 #: git-rebase--interactive.sh:559
14158 "Could not amend commit after successfully picking $sha1... $rest\n"
14159 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14160 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14162 "you are able to reword the commit."
14165 #: git-rebase--interactive.sh:574
14167 msgid "Stopped at $sha1_abbrev... $rest"
14170 #: git-rebase--interactive.sh:589
14172 msgid "Cannot '$squash_style' without a previous commit"
14175 #: git-rebase--interactive.sh:631
14177 msgid "Executing: $rest"
14180 #: git-rebase--interactive.sh:639
14182 msgid "Execution failed: $rest"
14185 #: git-rebase--interactive.sh:641
14186 msgid "and made changes to the index and/or the working tree"
14189 #: git-rebase--interactive.sh:643
14191 "You can fix the problem, and then run\n"
14193 "\tgit rebase --continue"
14196 #. TRANSLATORS: after these lines is a command to be issued by the user
14197 #: git-rebase--interactive.sh:656
14200 "Execution succeeded: $rest\n"
14201 "but left changes to the index and/or the working tree\n"
14202 "Commit or stash your changes, and then run\n"
14204 "\tgit rebase --continue"
14207 #: git-rebase--interactive.sh:667
14209 msgid "Unknown command: $command $sha1 $rest"
14212 #: git-rebase--interactive.sh:668
14213 msgid "Please fix this using 'git rebase --edit-todo'."
14216 #: git-rebase--interactive.sh:703
14218 msgid "Successfully rebased and updated $head_name."
14221 #: git-rebase--interactive.sh:750
14222 msgid "Could not skip unnecessary pick commands"
14225 #: git-rebase--interactive.sh:908
14228 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14232 #: git-rebase--interactive.sh:941
14235 "Warning: the command isn't recognized in the following line:\n"
14239 #: git-rebase--interactive.sh:980
14240 msgid "could not detach HEAD"
14243 #: git-rebase--interactive.sh:1018
14245 "Warning: some commits may have been dropped accidentally.\n"
14246 "Dropped commits (newer to older):"
14249 #: git-rebase--interactive.sh:1026
14251 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14253 "Use 'git config rebase.missingCommitsCheck' to change the level of "
14255 "The possible behaviours are: ignore, warn, error."
14258 #: git-rebase--interactive.sh:1037
14261 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14265 #: git-rebase--interactive.sh:1054
14267 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14271 #: git-rebase--interactive.sh:1055
14272 msgid "Or you can abort the rebase with 'git rebase --abort'."
14275 #: git-rebase--interactive.sh:1083
14276 msgid "Could not remove CHERRY_PICK_HEAD"
14279 #: git-rebase--interactive.sh:1088
14282 "You have staged changes in your working tree.\n"
14283 "If these changes are meant to be\n"
14284 "squashed into the previous commit, run:\n"
14286 " git commit --amend $gpg_sign_opt_quoted\n"
14288 "If they are meant to go into a new commit, run:\n"
14290 " git commit $gpg_sign_opt_quoted\n"
14292 "In both cases, once you're done, continue with:\n"
14294 " git rebase --continue\n"
14297 #: git-rebase--interactive.sh:1105
14298 msgid "Error trying to find the author identity to amend commit"
14301 #: git-rebase--interactive.sh:1110
14303 "You have uncommitted changes in your working tree. Please commit them\n"
14304 "first and then run 'git rebase --continue' again."
14307 #: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14308 msgid "Could not commit staged changes."
14311 #: git-rebase--interactive.sh:1147
14314 "You are editing the todo file of an ongoing interactive rebase.\n"
14315 "To continue rebase after editing, run:\n"
14316 " git rebase --continue\n"
14320 #: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14321 msgid "Could not execute editor"
14324 #: git-rebase--interactive.sh:1168
14326 msgid "Could not checkout $switch_to"
14329 #: git-rebase--interactive.sh:1173
14333 #: git-rebase--interactive.sh:1174
14335 msgid "Could not create temporary $state_dir"
14338 #: git-rebase--interactive.sh:1176
14339 msgid "Could not mark as interactive"
14342 #: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14343 msgid "Could not init rewritten commits"
14346 #: git-rebase--interactive.sh:1291
14348 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14349 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14353 #: git-rebase--interactive.sh:1296
14356 "However, if you remove everything, the rebase will be aborted.\n"
14360 #: git-rebase--interactive.sh:1303
14361 msgid "Note that empty commits are commented out"
14364 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14366 msgid "usage: $dashless $USAGE"
14369 #: git-sh-setup.sh:190
14371 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14374 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14376 msgid "fatal: $program_name cannot be used without a working tree."
14379 #: git-sh-setup.sh:220
14380 msgid "Cannot rebase: You have unstaged changes."
14383 #: git-sh-setup.sh:223
14384 msgid "Cannot rewrite branches: You have unstaged changes."
14387 #: git-sh-setup.sh:226
14388 msgid "Cannot pull with rebase: You have unstaged changes."
14391 #: git-sh-setup.sh:229
14393 msgid "Cannot $action: You have unstaged changes."
14396 #: git-sh-setup.sh:242
14397 msgid "Cannot rebase: Your index contains uncommitted changes."
14400 #: git-sh-setup.sh:245
14401 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14404 #: git-sh-setup.sh:248
14406 msgid "Cannot $action: Your index contains uncommitted changes."
14409 #: git-sh-setup.sh:252
14410 msgid "Additionally, your index contains uncommitted changes."
14413 #: git-sh-setup.sh:372
14414 msgid "You need to run this command from the toplevel of the working tree."
14417 #: git-sh-setup.sh:377
14418 msgid "Unable to determine absolute path of git directory"
14421 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14422 #: git-add--interactive.perl:196
14424 msgid "%12s %12s %s"
14427 #: git-add--interactive.perl:197
14431 #: git-add--interactive.perl:197
14435 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14439 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14443 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14447 #: git-add--interactive.perl:602
14449 msgid "added %d path\n"
14450 msgid_plural "added %d paths\n"
14454 #: git-add--interactive.perl:605
14456 msgid "updated %d path\n"
14457 msgid_plural "updated %d paths\n"
14461 #: git-add--interactive.perl:608
14463 msgid "reverted %d path\n"
14464 msgid_plural "reverted %d paths\n"
14468 #: git-add--interactive.perl:611
14470 msgid "touched %d path\n"
14471 msgid_plural "touched %d paths\n"
14475 #: git-add--interactive.perl:620
14479 #: git-add--interactive.perl:632
14483 #: git-add--interactive.perl:655
14485 msgid "note: %s is untracked now.\n"
14488 #: git-add--interactive.perl:666
14489 msgid "Add untracked"
14492 #: git-add--interactive.perl:672
14493 msgid "No untracked files.\n"
14496 #: git-add--interactive.perl:985
14498 "If the patch applies cleanly, the edited hunk will immediately be\n"
14499 "marked for staging."
14502 #: git-add--interactive.perl:988
14504 "If the patch applies cleanly, the edited hunk will immediately be\n"
14505 "marked for stashing."
14508 #: git-add--interactive.perl:991
14510 "If the patch applies cleanly, the edited hunk will immediately be\n"
14511 "marked for unstaging."
14514 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14516 "If the patch applies cleanly, the edited hunk will immediately be\n"
14517 "marked for applying."
14520 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14522 "If the patch applies cleanly, the edited hunk will immediately be\n"
14523 "marked for discarding."
14526 #: git-add--interactive.perl:1013
14528 msgid "failed to open hunk edit file for writing: %s"
14531 #: git-add--interactive.perl:1014
14532 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14535 #: git-add--interactive.perl:1020
14539 "To remove '%s' lines, make them ' ' lines (context).\n"
14540 "To remove '%s' lines, delete them.\n"
14541 "Lines starting with %s will be removed.\n"
14544 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14545 #: git-add--interactive.perl:1028
14547 "If it does not apply cleanly, you will be given an opportunity to\n"
14548 "edit again. If all lines of the hunk are removed, then the edit is\n"
14549 "aborted and the hunk is left unchanged.\n"
14552 #: git-add--interactive.perl:1042
14554 msgid "failed to open hunk edit file for reading: %s"
14557 #. TRANSLATORS: do not translate [y/n]
14558 #. The program will only accept that input
14560 #. Consider translating (saying "no" discards!) as
14561 #. (saying "n" for "no" discards!) if the translation
14562 #. of the word "no" does not start with n.
14563 #: git-add--interactive.perl:1134
14565 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14568 #: git-add--interactive.perl:1143
14570 "y - stage this hunk\n"
14571 "n - do not stage this hunk\n"
14572 "q - quit; do not stage this hunk or any of the remaining ones\n"
14573 "a - stage this hunk and all later hunks in the file\n"
14574 "d - do not stage this hunk or any of the later hunks in the file"
14577 #: git-add--interactive.perl:1149
14579 "y - stash this hunk\n"
14580 "n - do not stash this hunk\n"
14581 "q - quit; do not stash this hunk or any of the remaining ones\n"
14582 "a - stash this hunk and all later hunks in the file\n"
14583 "d - do not stash this hunk or any of the later hunks in the file"
14586 #: git-add--interactive.perl:1155
14588 "y - unstage this hunk\n"
14589 "n - do not unstage this hunk\n"
14590 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14591 "a - unstage this hunk and all later hunks in the file\n"
14592 "d - do not unstage this hunk or any of the later hunks in the file"
14595 #: git-add--interactive.perl:1161
14597 "y - apply this hunk to index\n"
14598 "n - do not apply this hunk to index\n"
14599 "q - quit; do not apply this hunk or any of the remaining ones\n"
14600 "a - apply this hunk and all later hunks in the file\n"
14601 "d - do not apply this hunk or any of the later hunks in the file"
14604 #: git-add--interactive.perl:1167
14606 "y - discard this hunk from worktree\n"
14607 "n - do not discard this hunk from worktree\n"
14608 "q - quit; do not discard this hunk or any of the remaining ones\n"
14609 "a - discard this hunk and all later hunks in the file\n"
14610 "d - do not discard this hunk or any of the later hunks in the file"
14613 #: git-add--interactive.perl:1173
14615 "y - discard this hunk from index and worktree\n"
14616 "n - do not discard this hunk from index and worktree\n"
14617 "q - quit; do not discard this hunk or any of the remaining ones\n"
14618 "a - discard this hunk and all later hunks in the file\n"
14619 "d - do not discard this hunk or any of the later hunks in the file"
14622 #: git-add--interactive.perl:1179
14624 "y - apply this hunk to index and worktree\n"
14625 "n - do not apply this hunk to index and worktree\n"
14626 "q - quit; do not apply this hunk or any of the remaining ones\n"
14627 "a - apply this hunk and all later hunks in the file\n"
14628 "d - do not apply this hunk or any of the later hunks in the file"
14631 #: git-add--interactive.perl:1188
14633 "g - select a hunk to go to\n"
14634 "/ - search for a hunk matching the given regex\n"
14635 "j - leave this hunk undecided, see next undecided hunk\n"
14636 "J - leave this hunk undecided, see next hunk\n"
14637 "k - leave this hunk undecided, see previous undecided hunk\n"
14638 "K - leave this hunk undecided, see previous hunk\n"
14639 "s - split the current hunk into smaller hunks\n"
14640 "e - manually edit the current hunk\n"
14644 #: git-add--interactive.perl:1219
14645 msgid "The selected hunks do not apply to the index!\n"
14648 #: git-add--interactive.perl:1220
14649 msgid "Apply them to the worktree anyway? "
14652 #: git-add--interactive.perl:1223
14653 msgid "Nothing was applied.\n"
14656 #: git-add--interactive.perl:1234
14658 msgid "ignoring unmerged: %s\n"
14661 #: git-add--interactive.perl:1243
14662 msgid "Only binary files changed.\n"
14665 #: git-add--interactive.perl:1245
14666 msgid "No changes.\n"
14669 #: git-add--interactive.perl:1253
14670 msgid "Patch update"
14673 #: git-add--interactive.perl:1305
14675 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14678 #: git-add--interactive.perl:1306
14680 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14683 #: git-add--interactive.perl:1307
14685 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14688 #: git-add--interactive.perl:1310
14690 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14693 #: git-add--interactive.perl:1311
14695 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14698 #: git-add--interactive.perl:1312
14700 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14703 #: git-add--interactive.perl:1315
14705 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14708 #: git-add--interactive.perl:1316
14710 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14713 #: git-add--interactive.perl:1317
14715 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14718 #: git-add--interactive.perl:1320
14720 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14723 #: git-add--interactive.perl:1321
14725 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14728 #: git-add--interactive.perl:1322
14730 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14733 #: git-add--interactive.perl:1325
14735 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14738 #: git-add--interactive.perl:1326
14740 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14743 #: git-add--interactive.perl:1327
14745 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14748 #: git-add--interactive.perl:1330
14750 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14753 #: git-add--interactive.perl:1331
14755 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14758 #: git-add--interactive.perl:1332
14760 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14763 #: git-add--interactive.perl:1335
14765 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14768 #: git-add--interactive.perl:1336
14770 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14773 #: git-add--interactive.perl:1337
14775 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14778 #: git-add--interactive.perl:1440
14779 msgid "go to which hunk (<ret> to see more)? "
14782 #: git-add--interactive.perl:1442
14783 msgid "go to which hunk? "
14786 #: git-add--interactive.perl:1451
14788 msgid "Invalid number: '%s'\n"
14791 #: git-add--interactive.perl:1456
14793 msgid "Sorry, only %d hunk available.\n"
14794 msgid_plural "Sorry, only %d hunks available.\n"
14798 #: git-add--interactive.perl:1482
14799 msgid "search for regex? "
14802 #: git-add--interactive.perl:1495
14804 msgid "Malformed search regexp %s: %s\n"
14807 #: git-add--interactive.perl:1505
14808 msgid "No hunk matches the given pattern\n"
14811 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
14812 msgid "No previous hunk\n"
14815 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
14816 msgid "No next hunk\n"
14819 #: git-add--interactive.perl:1553
14821 msgid "Split into %d hunk.\n"
14822 msgid_plural "Split into %d hunks.\n"
14826 #: git-add--interactive.perl:1605
14827 msgid "Review diff"
14830 #. TRANSLATORS: please do not translate the command names
14831 #. 'status', 'update', 'revert', etc.
14832 #: git-add--interactive.perl:1624
14834 "status - show paths with changes\n"
14835 "update - add working tree state to the staged set of changes\n"
14836 "revert - revert staged set of changes back to the HEAD version\n"
14837 "patch - pick hunks and update selectively\n"
14838 "diff - view diff between HEAD and index\n"
14839 "add untracked - add contents of untracked files to the staged set of "
14843 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
14844 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
14845 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
14849 #: git-add--interactive.perl:1662
14851 msgid "unknown --patch mode: %s"
14854 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
14856 msgid "invalid argument %s, expecting --"
14859 #: git-send-email.perl:126
14860 msgid "local zone differs from GMT by a non-minute interval\n"
14863 #: git-send-email.perl:133 git-send-email.perl:139
14864 msgid "local time offset greater than or equal to 24 hours\n"
14867 #: git-send-email.perl:208 git-send-email.perl:214
14868 msgid "the editor exited uncleanly, aborting everything"
14871 #: git-send-email.perl:291
14874 "'%s' contains an intermediate version of the email you were composing.\n"
14877 #: git-send-email.perl:296
14879 msgid "'%s.final' contains the composed email.\n"
14882 #: git-send-email.perl:314
14883 msgid "--dump-aliases incompatible with other options\n"
14886 #: git-send-email.perl:379 git-send-email.perl:634
14887 msgid "Cannot run git format-patch from outside a repository\n"
14890 #: git-send-email.perl:448
14892 msgid "Unknown --suppress-cc field: '%s'\n"
14895 #: git-send-email.perl:477
14897 msgid "Unknown --confirm setting: '%s'\n"
14900 #: git-send-email.perl:509
14902 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14905 #: git-send-email.perl:511
14907 msgid "warning: `:include:` not supported: %s\n"
14910 #: git-send-email.perl:513
14912 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14915 #: git-send-email.perl:518
14917 msgid "warning: sendmail line is not recognized: %s\n"
14920 #: git-send-email.perl:600
14923 "File '%s' exists but it could also be the range of commits\n"
14924 "to produce patches for. Please disambiguate by...\n"
14926 " * Saying \"./%s\" if you mean a file; or\n"
14927 " * Giving --format-patch option if you mean a range.\n"
14930 #: git-send-email.perl:621
14932 msgid "Failed to opendir %s: %s"
14935 #: git-send-email.perl:645
14939 "warning: no patches were sent\n"
14942 #: git-send-email.perl:656
14945 "No patch files specified!\n"
14949 #: git-send-email.perl:669
14951 msgid "No subject line in %s?"
14954 #: git-send-email.perl:679
14956 msgid "Failed to open for writing %s: %s"
14959 #: git-send-email.perl:689
14961 "Lines beginning in \"GIT:\" will be removed.\n"
14962 "Consider including an overall diffstat or table of contents\n"
14963 "for the patch you are writing.\n"
14965 "Clear the body content if you don't wish to send a summary.\n"
14968 #: git-send-email.perl:712
14970 msgid "Failed to open %s.final: %s"
14973 #: git-send-email.perl:715
14975 msgid "Failed to open %s: %s"
14978 #: git-send-email.perl:750
14979 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14982 #: git-send-email.perl:759
14983 msgid "Summary email is empty, skipping it\n"
14986 #. TRANSLATORS: please keep [y/N] as is.
14987 #: git-send-email.perl:791
14989 msgid "Are you sure you want to use <%s> [y/N]? "
14992 #: git-send-email.perl:820
14994 "The following files are 8bit, but do not declare a Content-Transfer-"
14998 #: git-send-email.perl:825
14999 msgid "Which 8bit encoding should I declare [UTF-8]? "
15002 #: git-send-email.perl:833
15005 "Refusing to send because the patch\n"
15007 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15011 #: git-send-email.perl:852
15012 msgid "To whom should the emails be sent (if anyone)?"
15015 #: git-send-email.perl:870
15017 msgid "fatal: alias '%s' expands to itself\n"
15020 #: git-send-email.perl:882
15021 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15024 #: git-send-email.perl:932 git-send-email.perl:940
15026 msgid "error: unable to extract a valid address from: %s\n"
15029 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15030 #. translation. The program will only accept English input
15032 #: git-send-email.perl:944
15033 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15036 #: git-send-email.perl:1245
15038 msgid "CA path \"%s\" does not exist"
15041 #: git-send-email.perl:1320
15043 " The Cc list above has been expanded by additional\n"
15044 " addresses found in the patch commit message. By default\n"
15045 " send-email prompts before sending whenever this occurs.\n"
15046 " This behavior is controlled by the sendemail.confirm\n"
15047 " configuration setting.\n"
15049 " For additional information, run 'git send-email --help'.\n"
15050 " To retain the current behavior, but squelch this message,\n"
15051 " run 'git config --global sendemail.confirm auto'.\n"
15055 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15056 #. translation. The program will only accept English input
15058 #: git-send-email.perl:1335
15059 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15062 #: git-send-email.perl:1338
15063 msgid "Send this email reply required"
15066 #: git-send-email.perl:1364
15067 msgid "The required SMTP server is not properly defined."
15070 #: git-send-email.perl:1411
15072 msgid "Server does not support STARTTLS! %s"
15075 #: git-send-email.perl:1416 git-send-email.perl:1420
15077 msgid "STARTTLS failed! %s"
15080 #: git-send-email.perl:1430
15081 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15084 #: git-send-email.perl:1448
15086 msgid "Failed to send %s\n"
15089 #: git-send-email.perl:1451
15091 msgid "Dry-Sent %s\n"
15094 #: git-send-email.perl:1451
15099 #: git-send-email.perl:1453
15100 msgid "Dry-OK. Log says:\n"
15103 #: git-send-email.perl:1453
15104 msgid "OK. Log says:\n"
15107 #: git-send-email.perl:1465
15111 #: git-send-email.perl:1468
15112 msgid "Result: OK\n"
15115 #: git-send-email.perl:1481
15117 msgid "can't open file %s"
15120 #: git-send-email.perl:1528 git-send-email.perl:1548
15122 msgid "(mbox) Adding cc: %s from line '%s'\n"
15125 #: git-send-email.perl:1534
15127 msgid "(mbox) Adding to: %s from line '%s'\n"
15130 #: git-send-email.perl:1582
15132 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15135 #: git-send-email.perl:1605
15137 msgid "(body) Adding cc: %s from line '%s'\n"
15140 #: git-send-email.perl:1711
15142 msgid "(%s) Could not execute '%s'"
15145 #: git-send-email.perl:1718
15147 msgid "(%s) Adding %s: %s from: '%s'\n"
15150 #: git-send-email.perl:1722
15152 msgid "(%s) failed to close pipe to '%s'"
15155 #: git-send-email.perl:1749
15156 msgid "cannot send message as 7bit"
15159 #: git-send-email.perl:1757
15160 msgid "invalid transfer encoding"
15163 #: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
15165 msgid "unable to open %s: %s\n"
15168 #: git-send-email.perl:1798
15170 msgid "%s: patch contains a line longer than 998 characters"
15173 #: git-send-email.perl:1814
15175 msgid "Skipping %s with backup suffix '%s'.\n"
15178 #. TRANSLATORS: please keep "[y|N]" as is.
15179 #: git-send-email.perl:1818
15181 msgid "Do you really want to send %s? [y|N]: "