stash: remove now superfluos help for "stash push"
[git.git] / po / git.pot
blob4669c5a3c9392cf0ba566801befbe5c4a016c2b9
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.
6 #, fuzzy
7 msgid ""
8 msgstr ""
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-24 21:54+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"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: advice.c:58
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:86
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:88
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:90
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:92
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:94
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:96
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:104
52 msgid ""
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."
55 msgstr ""
57 #: advice.c:112
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:117 builtin/merge.c:1184
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:119
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:120
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:126
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\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"
81 "\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"
84 "\n"
85 "  git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
89 #: apply.c:58
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
94 #: apply.c:74
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
99 #: apply.c:126
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:128
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:131
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:142
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:145
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:836
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:845
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:929
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:967
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:973
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:974
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:979
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:1008
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
159 #: apply.c:1326
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
164 #: apply.c:1498
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
169 #: apply.c:1567
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
174 #: apply.c:1587
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
185 #: apply.c:1600
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
190 #: apply.c:1770
191 msgid "new file depends on old contents"
192 msgstr ""
194 #: apply.c:1772
195 msgid "deleted file still has contents"
196 msgstr ""
198 #: apply.c:1806
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
203 #: apply.c:1843
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
208 #: apply.c:1845
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
213 #: apply.c:1848
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
218 #: apply.c:1995
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
223 #: apply.c:2032
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
228 #: apply.c:2193
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
233 #: apply.c:2276
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
238 #: apply.c:2280
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
243 #: apply.c:2933
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
248 #: apply.c:3052
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
255 #: apply.c:3064
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
260 #: apply.c:3070
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
267 #: apply.c:3092
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
272 #: apply.c:3100
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
277 #: apply.c:3146
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
282 #: apply.c:3156
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
288 #: apply.c:3164
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
293 #: apply.c:3182
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
298 #: apply.c:3195
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
303 #: apply.c:3201
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
308 #: apply.c:3222
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
313 #: apply.c:3344
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
318 #: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
323 #: apply.c:3400
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
328 #: apply.c:3429 apply.c:3669
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
333 #: apply.c:3512 apply.c:3683
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
338 #: apply.c:3521 apply.c:3691
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
343 #: apply.c:3556
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
347 #: apply.c:3559
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
352 #: apply.c:3575 apply.c:3579
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
357 #: apply.c:3591
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
362 #: apply.c:3605
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
367 #: apply.c:3610
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
372 #: apply.c:3636
373 msgid "removal patch leaves file contents"
374 msgstr ""
376 #: apply.c:3708
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
381 #: apply.c:3710
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
386 #: apply.c:3860 apply.c:3862
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
391 #: apply.c:3918
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
396 #: apply.c:3921
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
401 #: apply.c:3941
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
406 #: apply.c:3946
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
411 #: apply.c:3966
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
416 #: apply.c:3970
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
421 #: apply.c:3985
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
426 #: apply.c:4076
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
431 #: apply.c:4083
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
436 #: apply.c:4086
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
441 #: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
446 #: apply.c:4095
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
451 #: apply.c:4105
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
456 #: apply.c:4243
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
461 #: apply.c:4278
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
466 #: apply.c:4284
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
471 #: apply.c:4292
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
476 #: apply.c:4298 apply.c:4442
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
481 #: apply.c:4339
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
486 #: apply.c:4343
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
491 #: apply.c:4413
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
496 #: apply.c:4511
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
501 #: apply.c:4519
502 msgid "internal error"
503 msgstr ""
505 #: apply.c:4522
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
512 #: apply.c:4533
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
517 #: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
522 #: apply.c:4555
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
527 #: apply.c:4559
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
532 #: apply.c:4669
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
537 #: apply.c:4677
538 msgid "unrecognized input"
539 msgstr ""
541 #: apply.c:4696
542 msgid "unable to read index file"
543 msgstr ""
545 #: apply.c:4833
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
550 #: apply.c:4860
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
557 #: apply.c:4866 apply.c:4881
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
564 #: apply.c:4874
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
571 #: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
572 msgid "Unable to write new index file"
573 msgstr ""
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
581 msgid "path"
582 msgstr ""
584 #: apply.c:4922
585 msgid "don't apply changes matching the given path"
586 msgstr ""
588 #: apply.c:4925
589 msgid "apply changes matching the given path"
590 msgstr ""
592 #: apply.c:4927 builtin/am.c:2266
593 msgid "num"
594 msgstr ""
596 #: apply.c:4928
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
600 #: apply.c:4931
601 msgid "ignore additions made by the patch"
602 msgstr ""
604 #: apply.c:4933
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
608 #: apply.c:4937
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
612 #: apply.c:4939
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
616 #: apply.c:4941
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
620 #: apply.c:4943
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
624 #: apply.c:4945
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
628 #: apply.c:4947
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
632 #: apply.c:4949
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
636 #: apply.c:4951
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
640 #: apply.c:4953
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
644 #: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
648 #: apply.c:4958
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
652 #: apply.c:4959 builtin/am.c:2245
653 msgid "action"
654 msgstr ""
656 #: apply.c:4960
657 msgid "detect new or modified lines that have whitespace errors"
658 msgstr ""
660 #: apply.c:4963 apply.c:4966
661 msgid "ignore changes in whitespace when finding context"
662 msgstr ""
664 #: apply.c:4969
665 msgid "apply the patch in reverse"
666 msgstr ""
668 #: apply.c:4971
669 msgid "don't expect at least one line of context"
670 msgstr ""
672 #: apply.c:4973
673 msgid "leave the rejected hunks in corresponding *.rej files"
674 msgstr ""
676 #: apply.c:4975
677 msgid "allow overlapping hunks"
678 msgstr ""
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
683 msgid "be verbose"
684 msgstr ""
686 #: apply.c:4978
687 msgid "tolerate incorrectly detected missing new-line at the end of file"
688 msgstr ""
690 #: apply.c:4981
691 msgid "do not trust the line counts in the hunk headers"
692 msgstr ""
694 #: apply.c:4983 builtin/am.c:2254
695 msgid "root"
696 msgstr ""
698 #: apply.c:4984
699 msgid "prepend <root> to all filenames"
700 msgstr ""
702 #: archive.c:13
703 msgid "git archive [<options>] <tree-ish> [<path>...]"
704 msgstr ""
706 #: archive.c:14
707 msgid "git archive --list"
708 msgstr ""
710 #: archive.c:15
711 msgid ""
712 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
713 msgstr ""
715 #: archive.c:16
716 msgid "git archive --remote <repo> [--exec <cmd>] --list"
717 msgstr ""
719 #: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
720 #, c-format
721 msgid "pathspec '%s' did not match any files"
722 msgstr ""
724 #: archive.c:418
725 msgid "fmt"
726 msgstr ""
728 #: archive.c:418
729 msgid "archive format"
730 msgstr ""
732 #: archive.c:419 builtin/log.c:1446
733 msgid "prefix"
734 msgstr ""
736 #: archive.c:420
737 msgid "prepend prefix to each pathname in the archive"
738 msgstr ""
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
745 msgid "file"
746 msgstr ""
748 #: archive.c:422 builtin/archive.c:89
749 msgid "write the archive to this file"
750 msgstr ""
752 #: archive.c:424
753 msgid "read .gitattributes in working directory"
754 msgstr ""
756 #: archive.c:425
757 msgid "report archived files on stderr"
758 msgstr ""
760 #: archive.c:426
761 msgid "store only"
762 msgstr ""
764 #: archive.c:427
765 msgid "compress faster"
766 msgstr ""
768 #: archive.c:435
769 msgid "compress better"
770 msgstr ""
772 #: archive.c:438
773 msgid "list supported archive formats"
774 msgstr ""
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
778 msgid "repo"
779 msgstr ""
781 #: archive.c:441 builtin/archive.c:91
782 msgid "retrieve the archive from remote repository <repo>"
783 msgstr ""
785 #: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
786 msgid "command"
787 msgstr ""
789 #: archive.c:443 builtin/archive.c:93
790 msgid "path to the remote git-upload-archive command"
791 msgstr ""
793 #: archive.c:450
794 msgid "Unexpected option --remote"
795 msgstr ""
797 #: archive.c:452
798 msgid "Option --exec can only be used together with --remote"
799 msgstr ""
801 #: archive.c:454
802 msgid "Unexpected option --output"
803 msgstr ""
805 #: archive.c:476
806 #, c-format
807 msgid "Unknown archive format '%s'"
808 msgstr ""
810 #: archive.c:483
811 #, c-format
812 msgid "Argument not supported for format '%s': -%d"
813 msgstr ""
815 #: attr.c:214
816 #, c-format
817 msgid "%.*s is not a valid attribute name"
818 msgstr ""
820 #: attr.c:410
821 msgid ""
822 "Negative patterns are ignored in git attributes\n"
823 "Use '\\!' for literal leading exclamation."
824 msgstr ""
826 #: bisect.c:447
827 #, c-format
828 msgid "Badly quoted content in file '%s': %s"
829 msgstr ""
831 #: bisect.c:655
832 #, c-format
833 msgid "We cannot bisect more!\n"
834 msgstr ""
836 #: bisect.c:708
837 #, c-format
838 msgid "Not a valid commit name %s"
839 msgstr ""
841 #: bisect.c:732
842 #, c-format
843 msgid ""
844 "The merge base %s is bad.\n"
845 "This means the bug has been fixed between %s and [%s].\n"
846 msgstr ""
848 #: bisect.c:737
849 #, c-format
850 msgid ""
851 "The merge base %s is new.\n"
852 "The property has changed between %s and [%s].\n"
853 msgstr ""
855 #: bisect.c:742
856 #, c-format
857 msgid ""
858 "The merge base %s is %s.\n"
859 "This means the first '%s' commit is between %s and [%s].\n"
860 msgstr ""
862 #: bisect.c:750
863 #, c-format
864 msgid ""
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"
868 msgstr ""
870 #: bisect.c:763
871 #, c-format
872 msgid ""
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."
876 msgstr ""
878 #: bisect.c:798
879 #, c-format
880 msgid "Bisecting: a merge base must be tested\n"
881 msgstr ""
883 #: bisect.c:849
884 #, c-format
885 msgid "a %s revision is needed"
886 msgstr ""
888 #: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
889 #, c-format
890 msgid "could not create file '%s'"
891 msgstr ""
893 #: bisect.c:917
894 #, c-format
895 msgid "could not read file '%s'"
896 msgstr ""
898 #: bisect.c:947
899 msgid "reading bisect refs failed"
900 msgstr ""
902 #: bisect.c:967
903 #, c-format
904 msgid "%s was both %s and %s\n"
905 msgstr ""
907 #: bisect.c:975
908 #, c-format
909 msgid ""
910 "No testable commit found.\n"
911 "Maybe you started with bad path parameters?\n"
912 msgstr ""
914 #: bisect.c:994
915 #, c-format
916 msgid "(roughly %d step)"
917 msgid_plural "(roughly %d steps)"
918 msgstr[0] ""
919 msgstr[1] ""
921 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
922 #. steps)" translation.
924 #: bisect.c:1000
925 #, c-format
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"
928 msgstr[0] ""
929 msgstr[1] ""
931 #: blame.c:1757
932 msgid "--contents and --reverse do not blend well."
933 msgstr ""
935 #: blame.c:1768
936 msgid "cannot use --contents with final commit object name"
937 msgstr ""
939 #: blame.c:1788
940 msgid "--reverse and --first-parent together require specified latest commit"
941 msgstr ""
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"
948 msgstr ""
950 #: blame.c:1815
951 msgid ""
952 "--reverse --first-parent together require range along first-parent chain"
953 msgstr ""
955 #: blame.c:1826
956 #, c-format
957 msgid "no such path %s in %s"
958 msgstr ""
960 #: blame.c:1837
961 #, c-format
962 msgid "cannot read blob %s for path %s"
963 msgstr ""
965 #: branch.c:53
966 #, c-format
967 msgid ""
968 "\n"
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\"."
972 msgstr ""
974 #: branch.c:67
975 #, c-format
976 msgid "Not setting branch %s as its own upstream."
977 msgstr ""
979 #: branch.c:93
980 #, c-format
981 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
982 msgstr ""
984 #: branch.c:94
985 #, c-format
986 msgid "Branch %s set up to track remote branch %s from %s."
987 msgstr ""
989 #: branch.c:98
990 #, c-format
991 msgid "Branch %s set up to track local branch %s by rebasing."
992 msgstr ""
994 #: branch.c:99
995 #, c-format
996 msgid "Branch %s set up to track local branch %s."
997 msgstr ""
999 #: branch.c:104
1000 #, c-format
1001 msgid "Branch %s set up to track remote ref %s by rebasing."
1002 msgstr ""
1004 #: branch.c:105
1005 #, c-format
1006 msgid "Branch %s set up to track remote ref %s."
1007 msgstr ""
1009 #: branch.c:109
1010 #, c-format
1011 msgid "Branch %s set up to track local ref %s by rebasing."
1012 msgstr ""
1014 #: branch.c:110
1015 #, c-format
1016 msgid "Branch %s set up to track local ref %s."
1017 msgstr ""
1019 #: branch.c:119
1020 msgid "Unable to write upstream branch configuration"
1021 msgstr ""
1023 #: branch.c:156
1024 #, c-format
1025 msgid "Not tracking: ambiguous information for ref %s"
1026 msgstr ""
1028 #: branch.c:185
1029 #, c-format
1030 msgid "'%s' is not a valid branch name."
1031 msgstr ""
1033 #: branch.c:190
1034 #, c-format
1035 msgid "A branch named '%s' already exists."
1036 msgstr ""
1038 #: branch.c:198
1039 msgid "Cannot force update the current branch."
1040 msgstr ""
1042 #: branch.c:218
1043 #, c-format
1044 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1045 msgstr ""
1047 #: branch.c:220
1048 #, c-format
1049 msgid "the requested upstream branch '%s' does not exist"
1050 msgstr ""
1052 #: branch.c:222
1053 msgid ""
1054 "\n"
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"
1058 "\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."
1062 msgstr ""
1064 #: branch.c:265
1065 #, c-format
1066 msgid "Not a valid object name: '%s'."
1067 msgstr ""
1069 #: branch.c:285
1070 #, c-format
1071 msgid "Ambiguous object name: '%s'."
1072 msgstr ""
1074 #: branch.c:290
1075 #, c-format
1076 msgid "Not a valid branch point: '%s'."
1077 msgstr ""
1079 #: branch.c:344
1080 #, c-format
1081 msgid "'%s' is already checked out at '%s'"
1082 msgstr ""
1084 #: branch.c:366
1085 #, c-format
1086 msgid "HEAD of working tree %s is not updated"
1087 msgstr ""
1089 #: bundle.c:34
1090 #, c-format
1091 msgid "'%s' does not look like a v2 bundle file"
1092 msgstr ""
1094 #: bundle.c:62
1095 #, c-format
1096 msgid "unrecognized header: %s%s (%d)"
1097 msgstr ""
1099 #: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1100 #, c-format
1101 msgid "could not open '%s'"
1102 msgstr ""
1104 #: bundle.c:140
1105 msgid "Repository lacks these prerequisite commits:"
1106 msgstr ""
1108 #: bundle.c:186
1109 #, c-format
1110 msgid "The bundle contains this ref:"
1111 msgid_plural "The bundle contains these %d refs:"
1112 msgstr[0] ""
1113 msgstr[1] ""
1115 #: bundle.c:193
1116 msgid "The bundle records a complete history."
1117 msgstr ""
1119 #: bundle.c:195
1120 #, c-format
1121 msgid "The bundle requires this ref:"
1122 msgid_plural "The bundle requires these %d refs:"
1123 msgstr[0] ""
1124 msgstr[1] ""
1126 #: bundle.c:254
1127 msgid "Could not spawn pack-objects"
1128 msgstr ""
1130 #: bundle.c:265
1131 msgid "pack-objects died"
1132 msgstr ""
1134 #: bundle.c:307
1135 msgid "rev-list died"
1136 msgstr ""
1138 #: bundle.c:356
1139 #, c-format
1140 msgid "ref '%s' is excluded by the rev-list options"
1141 msgstr ""
1143 #: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1144 #, c-format
1145 msgid "unrecognized argument: %s"
1146 msgstr ""
1148 #: bundle.c:454
1149 msgid "Refusing to create empty bundle."
1150 msgstr ""
1152 #: bundle.c:466
1153 #, c-format
1154 msgid "cannot create '%s'"
1155 msgstr ""
1157 #: bundle.c:494
1158 msgid "index-pack died"
1159 msgstr ""
1161 #: color.c:301
1162 #, c-format
1163 msgid "invalid color value: %.*s"
1164 msgstr ""
1166 #: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1167 #: builtin/am.c:1469 builtin/am.c:2107
1168 #, c-format
1169 msgid "could not parse %s"
1170 msgstr ""
1172 #: commit.c:43
1173 #, c-format
1174 msgid "%s %s is not a commit!"
1175 msgstr ""
1177 #: commit.c:1511
1178 msgid ""
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"
1182 msgstr ""
1184 #: compat/obstack.c:406 compat/obstack.c:408
1185 msgid "memory exhausted"
1186 msgstr ""
1188 #: config.c:186
1189 msgid "relative config include conditionals must come from files"
1190 msgstr ""
1192 #: config.c:720
1193 #, c-format
1194 msgid "bad config line %d in blob %s"
1195 msgstr ""
1197 #: config.c:724
1198 #, c-format
1199 msgid "bad config line %d in file %s"
1200 msgstr ""
1202 #: config.c:728
1203 #, c-format
1204 msgid "bad config line %d in standard input"
1205 msgstr ""
1207 #: config.c:732
1208 #, c-format
1209 msgid "bad config line %d in submodule-blob %s"
1210 msgstr ""
1212 #: config.c:736
1213 #, c-format
1214 msgid "bad config line %d in command line %s"
1215 msgstr ""
1217 #: config.c:740
1218 #, c-format
1219 msgid "bad config line %d in %s"
1220 msgstr ""
1222 #: config.c:868
1223 msgid "out of range"
1224 msgstr ""
1226 #: config.c:868
1227 msgid "invalid unit"
1228 msgstr ""
1230 #: config.c:874
1231 #, c-format
1232 msgid "bad numeric config value '%s' for '%s': %s"
1233 msgstr ""
1235 #: config.c:879
1236 #, c-format
1237 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1238 msgstr ""
1240 #: config.c:882
1241 #, c-format
1242 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1243 msgstr ""
1245 #: config.c:885
1246 #, c-format
1247 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1248 msgstr ""
1250 #: config.c:888
1251 #, c-format
1252 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1253 msgstr ""
1255 #: config.c:891
1256 #, c-format
1257 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1258 msgstr ""
1260 #: config.c:894
1261 #, c-format
1262 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1263 msgstr ""
1265 #: config.c:989
1266 #, c-format
1267 msgid "failed to expand user dir in: '%s'"
1268 msgstr ""
1270 #: config.c:1084 config.c:1095
1271 #, c-format
1272 msgid "bad zlib compression level %d"
1273 msgstr ""
1275 #: config.c:1212
1276 #, c-format
1277 msgid "invalid mode for object creation: %s"
1278 msgstr ""
1280 #: config.c:1368
1281 #, c-format
1282 msgid "bad pack compression level %d"
1283 msgstr ""
1285 #: config.c:1564
1286 msgid "unable to parse command-line config"
1287 msgstr ""
1289 #: config.c:1894
1290 msgid "unknown error occurred while reading the configuration files"
1291 msgstr ""
1293 #: config.c:2064
1294 #, c-format
1295 msgid "Invalid %s: '%s'"
1296 msgstr ""
1298 #: config.c:2085
1299 #, c-format
1300 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1301 msgstr ""
1303 #: config.c:2111
1304 #, c-format
1305 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1306 msgstr ""
1308 #: config.c:2122
1309 #, c-format
1310 msgid "unable to parse '%s' from command-line config"
1311 msgstr ""
1313 #: config.c:2124
1314 #, c-format
1315 msgid "bad config variable '%s' in file '%s' at line %d"
1316 msgstr ""
1318 #: config.c:2183
1319 #, c-format
1320 msgid "%s has multiple values"
1321 msgstr ""
1323 #: config.c:2517 config.c:2745
1324 #, c-format
1325 msgid "fstat on %s failed"
1326 msgstr ""
1328 #: config.c:2635
1329 #, c-format
1330 msgid "could not set '%s' to '%s'"
1331 msgstr ""
1333 #: config.c:2637 builtin/remote.c:775
1334 #, c-format
1335 msgid "could not unset '%s'"
1336 msgstr ""
1338 #: connect.c:50
1339 msgid "The remote end hung up upon initial contact"
1340 msgstr ""
1342 #: connect.c:52
1343 msgid ""
1344 "Could not read from remote repository.\n"
1345 "\n"
1346 "Please make sure you have the correct access rights\n"
1347 "and the repository exists."
1348 msgstr ""
1350 #: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1351 msgid "Checking connectivity"
1352 msgstr ""
1354 #: connected.c:75
1355 msgid "Could not run 'git rev-list'"
1356 msgstr ""
1358 #: connected.c:95
1359 msgid "failed write to rev-list"
1360 msgstr ""
1362 #: connected.c:102
1363 msgid "failed to close rev-list's stdin"
1364 msgstr ""
1366 #: convert.c:205
1367 #, c-format
1368 msgid ""
1369 "CRLF will be replaced by LF in %s.\n"
1370 "The file will have its original line endings in your working directory."
1371 msgstr ""
1373 #: convert.c:209
1374 #, c-format
1375 msgid "CRLF would be replaced by LF in %s."
1376 msgstr ""
1378 #: convert.c:215
1379 #, c-format
1380 msgid ""
1381 "LF will be replaced by CRLF in %s.\n"
1382 "The file will have its original line endings in your working directory."
1383 msgstr ""
1385 #: convert.c:219
1386 #, c-format
1387 msgid "LF would be replaced by CRLF in %s"
1388 msgstr ""
1390 #: date.c:116
1391 msgid "in the future"
1392 msgstr ""
1394 #: date.c:122
1395 #, c-format
1396 msgid "%<PRIuMAX> second ago"
1397 msgid_plural "%<PRIuMAX> seconds ago"
1398 msgstr[0] ""
1399 msgstr[1] ""
1401 #: date.c:129
1402 #, c-format
1403 msgid "%<PRIuMAX> minute ago"
1404 msgid_plural "%<PRIuMAX> minutes ago"
1405 msgstr[0] ""
1406 msgstr[1] ""
1408 #: date.c:136
1409 #, c-format
1410 msgid "%<PRIuMAX> hour ago"
1411 msgid_plural "%<PRIuMAX> hours ago"
1412 msgstr[0] ""
1413 msgstr[1] ""
1415 #: date.c:143
1416 #, c-format
1417 msgid "%<PRIuMAX> day ago"
1418 msgid_plural "%<PRIuMAX> days ago"
1419 msgstr[0] ""
1420 msgstr[1] ""
1422 #: date.c:149
1423 #, c-format
1424 msgid "%<PRIuMAX> week ago"
1425 msgid_plural "%<PRIuMAX> weeks ago"
1426 msgstr[0] ""
1427 msgstr[1] ""
1429 #: date.c:156
1430 #, c-format
1431 msgid "%<PRIuMAX> month ago"
1432 msgid_plural "%<PRIuMAX> months ago"
1433 msgstr[0] ""
1434 msgstr[1] ""
1436 #: date.c:167
1437 #, c-format
1438 msgid "%<PRIuMAX> year"
1439 msgid_plural "%<PRIuMAX> years"
1440 msgstr[0] ""
1441 msgstr[1] ""
1443 #. TRANSLATORS: "%s" is "<n> years"
1444 #: date.c:170
1445 #, c-format
1446 msgid "%s, %<PRIuMAX> month ago"
1447 msgid_plural "%s, %<PRIuMAX> months ago"
1448 msgstr[0] ""
1449 msgstr[1] ""
1451 #: date.c:175 date.c:180
1452 #, c-format
1453 msgid "%<PRIuMAX> year ago"
1454 msgid_plural "%<PRIuMAX> years ago"
1455 msgstr[0] ""
1456 msgstr[1] ""
1458 #: diffcore-order.c:24
1459 #, c-format
1460 msgid "failed to read orderfile '%s'"
1461 msgstr ""
1463 #: diffcore-rename.c:536
1464 msgid "Performing inexact rename detection"
1465 msgstr ""
1467 #: diff.c:63
1468 #, c-format
1469 msgid "option '%s' requires a value"
1470 msgstr ""
1472 #: diff.c:125
1473 #, c-format
1474 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1475 msgstr ""
1477 #: diff.c:130
1478 #, c-format
1479 msgid "  Unknown dirstat parameter '%s'\n"
1480 msgstr ""
1482 #: diff.c:282
1483 #, c-format
1484 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1485 msgstr ""
1487 #: diff.c:342
1488 #, c-format
1489 msgid ""
1490 "Found errors in 'diff.dirstat' config variable:\n"
1491 "%s"
1492 msgstr ""
1494 #: diff.c:3101
1495 #, c-format
1496 msgid "external diff died, stopping at %s"
1497 msgstr ""
1499 #: diff.c:3427
1500 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1501 msgstr ""
1503 #: diff.c:3517
1504 msgid "--follow requires exactly one pathspec"
1505 msgstr ""
1507 #: diff.c:3680
1508 #, c-format
1509 msgid ""
1510 "Failed to parse --dirstat/-X option parameter:\n"
1511 "%s"
1512 msgstr ""
1514 #: diff.c:3694
1515 #, c-format
1516 msgid "Failed to parse --submodule option parameter: '%s'"
1517 msgstr ""
1519 #: diff.c:4716
1520 msgid "inexact rename detection was skipped due to too many files."
1521 msgstr ""
1523 #: diff.c:4719
1524 msgid "only found copies from modified paths due to too many files."
1525 msgstr ""
1527 #: diff.c:4722
1528 #, c-format
1529 msgid ""
1530 "you may want to set your %s variable to at least %d and retry the command."
1531 msgstr ""
1533 #: dir.c:1948
1534 msgid "failed to get kernel name and information"
1535 msgstr ""
1537 #: dir.c:2067
1538 msgid "Untracked cache is disabled on this system or location."
1539 msgstr ""
1541 #: dir.c:2846 dir.c:2851
1542 #, c-format
1543 msgid "could not create directories for %s"
1544 msgstr ""
1546 #: dir.c:2876
1547 #, c-format
1548 msgid "could not migrate git directory from '%s' to '%s'"
1549 msgstr ""
1551 #: entry.c:281
1552 #, c-format
1553 msgid "could not stat file '%s'"
1554 msgstr ""
1556 #: fetch-pack.c:251
1557 msgid "git fetch-pack: expected shallow list"
1558 msgstr ""
1560 #: fetch-pack.c:263
1561 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1562 msgstr ""
1564 #: fetch-pack.c:282 builtin/archive.c:63
1565 #, c-format
1566 msgid "remote error: %s"
1567 msgstr ""
1569 #: fetch-pack.c:283
1570 #, c-format
1571 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1572 msgstr ""
1574 #: fetch-pack.c:335
1575 msgid "--stateless-rpc requires multi_ack_detailed"
1576 msgstr ""
1578 #: fetch-pack.c:421
1579 #, c-format
1580 msgid "invalid shallow line: %s"
1581 msgstr ""
1583 #: fetch-pack.c:427
1584 #, c-format
1585 msgid "invalid unshallow line: %s"
1586 msgstr ""
1588 #: fetch-pack.c:429
1589 #, c-format
1590 msgid "object not found: %s"
1591 msgstr ""
1593 #: fetch-pack.c:432
1594 #, c-format
1595 msgid "error in object: %s"
1596 msgstr ""
1598 #: fetch-pack.c:434
1599 #, c-format
1600 msgid "no shallow found: %s"
1601 msgstr ""
1603 #: fetch-pack.c:437
1604 #, c-format
1605 msgid "expected shallow/unshallow, got %s"
1606 msgstr ""
1608 #: fetch-pack.c:476
1609 #, c-format
1610 msgid "got %s %d %s"
1611 msgstr ""
1613 #: fetch-pack.c:490
1614 #, c-format
1615 msgid "invalid commit %s"
1616 msgstr ""
1618 #: fetch-pack.c:523
1619 msgid "giving up"
1620 msgstr ""
1622 #: fetch-pack.c:533 progress.c:237
1623 msgid "done"
1624 msgstr ""
1626 #: fetch-pack.c:545
1627 #, c-format
1628 msgid "got %s (%d) %s"
1629 msgstr ""
1631 #: fetch-pack.c:591
1632 #, c-format
1633 msgid "Marking %s as complete"
1634 msgstr ""
1636 #: fetch-pack.c:775
1637 #, c-format
1638 msgid "already have %s (%s)"
1639 msgstr ""
1641 #: fetch-pack.c:813
1642 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1643 msgstr ""
1645 #: fetch-pack.c:821
1646 msgid "protocol error: bad pack header"
1647 msgstr ""
1649 #: fetch-pack.c:877
1650 #, c-format
1651 msgid "fetch-pack: unable to fork off %s"
1652 msgstr ""
1654 #: fetch-pack.c:893
1655 #, c-format
1656 msgid "%s failed"
1657 msgstr ""
1659 #: fetch-pack.c:895
1660 msgid "error in sideband demultiplexer"
1661 msgstr ""
1663 #: fetch-pack.c:922
1664 msgid "Server does not support shallow clients"
1665 msgstr ""
1667 #: fetch-pack.c:926
1668 msgid "Server supports multi_ack_detailed"
1669 msgstr ""
1671 #: fetch-pack.c:929
1672 msgid "Server supports no-done"
1673 msgstr ""
1675 #: fetch-pack.c:935
1676 msgid "Server supports multi_ack"
1677 msgstr ""
1679 #: fetch-pack.c:939
1680 msgid "Server supports side-band-64k"
1681 msgstr ""
1683 #: fetch-pack.c:943
1684 msgid "Server supports side-band"
1685 msgstr ""
1687 #: fetch-pack.c:947
1688 msgid "Server supports allow-tip-sha1-in-want"
1689 msgstr ""
1691 #: fetch-pack.c:951
1692 msgid "Server supports allow-reachable-sha1-in-want"
1693 msgstr ""
1695 #: fetch-pack.c:961
1696 msgid "Server supports ofs-delta"
1697 msgstr ""
1699 #: fetch-pack.c:968
1700 #, c-format
1701 msgid "Server version is %.*s"
1702 msgstr ""
1704 #: fetch-pack.c:974
1705 msgid "Server does not support --shallow-since"
1706 msgstr ""
1708 #: fetch-pack.c:978
1709 msgid "Server does not support --shallow-exclude"
1710 msgstr ""
1712 #: fetch-pack.c:980
1713 msgid "Server does not support --deepen"
1714 msgstr ""
1716 #: fetch-pack.c:991
1717 msgid "no common commits"
1718 msgstr ""
1720 #: fetch-pack.c:1003
1721 msgid "git fetch-pack: fetch failed."
1722 msgstr ""
1724 #: fetch-pack.c:1165
1725 msgid "no matching remote head"
1726 msgstr ""
1728 #: fetch-pack.c:1187
1729 #, c-format
1730 msgid "no such remote ref %s"
1731 msgstr ""
1733 #: fetch-pack.c:1190
1734 #, c-format
1735 msgid "Server does not allow request for unadvertised object %s"
1736 msgstr ""
1738 #: gpg-interface.c:181
1739 msgid "gpg failed to sign the data"
1740 msgstr ""
1742 #: gpg-interface.c:211
1743 msgid "could not create temporary file"
1744 msgstr ""
1746 #: gpg-interface.c:213
1747 #, c-format
1748 msgid "failed writing detached signature to '%s'"
1749 msgstr ""
1751 #: graph.c:97
1752 #, c-format
1753 msgid "ignore invalid color '%.*s' in log.graphColors"
1754 msgstr ""
1756 #: grep.c:1981
1757 #, c-format
1758 msgid "'%s': unable to read %s"
1759 msgstr ""
1761 #: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1762 #, c-format
1763 msgid "failed to stat '%s'"
1764 msgstr ""
1766 #: grep.c:2009
1767 #, c-format
1768 msgid "'%s': short read"
1769 msgstr ""
1771 #: help.c:179
1772 #, c-format
1773 msgid "available git commands in '%s'"
1774 msgstr ""
1776 #: help.c:186
1777 msgid "git commands available from elsewhere on your $PATH"
1778 msgstr ""
1780 #: help.c:217
1781 msgid "These are common Git commands used in various situations:"
1782 msgstr ""
1784 #: help.c:281
1785 #, c-format
1786 msgid ""
1787 "'%s' appears to be a git command, but we were not\n"
1788 "able to execute it. Maybe git-%s is broken?"
1789 msgstr ""
1791 #: help.c:336
1792 msgid "Uh oh. Your system reports no Git commands at all."
1793 msgstr ""
1795 #: help.c:358
1796 #, c-format
1797 msgid "WARNING: You called a Git command named '%s', which does not exist."
1798 msgstr ""
1800 #: help.c:363
1801 #, c-format
1802 msgid "Continuing under the assumption that you meant '%s'."
1803 msgstr ""
1805 #: help.c:368
1806 #, c-format
1807 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1808 msgstr ""
1810 #: help.c:376
1811 #, c-format
1812 msgid "git: '%s' is not a git command. See 'git --help'."
1813 msgstr ""
1815 #: help.c:380
1816 msgid ""
1817 "\n"
1818 "The most similar command is"
1819 msgid_plural ""
1820 "\n"
1821 "The most similar commands are"
1822 msgstr[0] ""
1823 msgstr[1] ""
1825 #: help.c:395
1826 msgid "git version [<options>]"
1827 msgstr ""
1829 #: help.c:456
1830 #, c-format
1831 msgid "%s: %s - %s"
1832 msgstr ""
1834 #: help.c:460
1835 msgid ""
1836 "\n"
1837 "Did you mean this?"
1838 msgid_plural ""
1839 "\n"
1840 "Did you mean one of these?"
1841 msgstr[0] ""
1842 msgstr[1] ""
1844 #: ident.c:342
1845 msgid ""
1846 "\n"
1847 "*** Please tell me who you are.\n"
1848 "\n"
1849 "Run\n"
1850 "\n"
1851 "  git config --global user.email \"you@example.com\"\n"
1852 "  git config --global user.name \"Your Name\"\n"
1853 "\n"
1854 "to set your account's default identity.\n"
1855 "Omit --global to set the identity only in this repository.\n"
1856 "\n"
1857 msgstr ""
1859 #: ident.c:366
1860 msgid "no email was given and auto-detection is disabled"
1861 msgstr ""
1863 #: ident.c:371
1864 #, c-format
1865 msgid "unable to auto-detect email address (got '%s')"
1866 msgstr ""
1868 #: ident.c:381
1869 msgid "no name was given and auto-detection is disabled"
1870 msgstr ""
1872 #: ident.c:387
1873 #, c-format
1874 msgid "unable to auto-detect name (got '%s')"
1875 msgstr ""
1877 #: ident.c:395
1878 #, c-format
1879 msgid "empty ident name (for <%s>) not allowed"
1880 msgstr ""
1882 #: ident.c:401
1883 #, c-format
1884 msgid "name consists only of disallowed characters: %s"
1885 msgstr ""
1887 #: ident.c:416 builtin/commit.c:612
1888 #, c-format
1889 msgid "invalid date format: %s"
1890 msgstr ""
1892 #: lockfile.c:152
1893 #, c-format
1894 msgid ""
1895 "Unable to create '%s.lock': %s.\n"
1896 "\n"
1897 "Another git process seems to be running in this repository, e.g.\n"
1898 "an editor opened by 'git commit'. Please make sure all processes\n"
1899 "are terminated then try again. If it still fails, a git process\n"
1900 "may have crashed in this repository earlier:\n"
1901 "remove the file manually to continue."
1902 msgstr ""
1904 #: lockfile.c:160
1905 #, c-format
1906 msgid "Unable to create '%s.lock': %s"
1907 msgstr ""
1909 #: merge.c:41
1910 msgid "failed to read the cache"
1911 msgstr ""
1913 #: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
1914 #: builtin/checkout.c:591 builtin/clone.c:753
1915 msgid "unable to write new index file"
1916 msgstr ""
1918 #: merge-recursive.c:210
1919 msgid "(bad commit)\n"
1920 msgstr ""
1922 #: merge-recursive.c:232 merge-recursive.c:240
1923 #, c-format
1924 msgid "addinfo_cache failed for path '%s'"
1925 msgstr ""
1927 #: merge-recursive.c:304
1928 msgid "error building trees"
1929 msgstr ""
1931 #: merge-recursive.c:728
1932 #, c-format
1933 msgid "failed to create path '%s'%s"
1934 msgstr ""
1936 #: merge-recursive.c:739
1937 #, c-format
1938 msgid "Removing %s to make room for subdirectory\n"
1939 msgstr ""
1941 #: merge-recursive.c:753 merge-recursive.c:772
1942 msgid ": perhaps a D/F conflict?"
1943 msgstr ""
1945 #: merge-recursive.c:762
1946 #, c-format
1947 msgid "refusing to lose untracked file at '%s'"
1948 msgstr ""
1950 #: merge-recursive.c:804 builtin/cat-file.c:36
1951 #, c-format
1952 msgid "cannot read object %s '%s'"
1953 msgstr ""
1955 #: merge-recursive.c:806
1956 #, c-format
1957 msgid "blob expected for %s '%s'"
1958 msgstr ""
1960 #: merge-recursive.c:830
1961 #, c-format
1962 msgid "failed to open '%s': %s"
1963 msgstr ""
1965 #: merge-recursive.c:841
1966 #, c-format
1967 msgid "failed to symlink '%s': %s"
1968 msgstr ""
1970 #: merge-recursive.c:846
1971 #, c-format
1972 msgid "do not know what to do with %06o %s '%s'"
1973 msgstr ""
1975 #: merge-recursive.c:986
1976 msgid "Failed to execute internal merge"
1977 msgstr ""
1979 #: merge-recursive.c:990
1980 #, c-format
1981 msgid "Unable to add %s to database"
1982 msgstr ""
1984 #: merge-recursive.c:1093
1985 #, c-format
1986 msgid ""
1987 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1988 "in tree."
1989 msgstr ""
1991 #: merge-recursive.c:1098
1992 #, c-format
1993 msgid ""
1994 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1995 "left in tree."
1996 msgstr ""
1998 #: merge-recursive.c:1105
1999 #, c-format
2000 msgid ""
2001 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2002 "in tree at %s."
2003 msgstr ""
2005 #: merge-recursive.c:1110
2006 #, c-format
2007 msgid ""
2008 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2009 "left in tree at %s."
2010 msgstr ""
2012 #: merge-recursive.c:1144
2013 msgid "rename"
2014 msgstr ""
2016 #: merge-recursive.c:1144
2017 msgid "renamed"
2018 msgstr ""
2020 #: merge-recursive.c:1201
2021 #, c-format
2022 msgid "%s is a directory in %s adding as %s instead"
2023 msgstr ""
2025 #: merge-recursive.c:1226
2026 #, c-format
2027 msgid ""
2028 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2029 "\"->\"%s\" in \"%s\"%s"
2030 msgstr ""
2032 #: merge-recursive.c:1231
2033 msgid " (left unresolved)"
2034 msgstr ""
2036 #: merge-recursive.c:1293
2037 #, c-format
2038 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2039 msgstr ""
2041 #: merge-recursive.c:1326
2042 #, c-format
2043 msgid "Renaming %s to %s and %s to %s instead"
2044 msgstr ""
2046 #: merge-recursive.c:1529
2047 #, c-format
2048 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2049 msgstr ""
2051 #: merge-recursive.c:1544
2052 #, c-format
2053 msgid "Adding merged %s"
2054 msgstr ""
2056 #: merge-recursive.c:1551 merge-recursive.c:1781
2057 #, c-format
2058 msgid "Adding as %s instead"
2059 msgstr ""
2061 #: merge-recursive.c:1608
2062 #, c-format
2063 msgid "cannot read object %s"
2064 msgstr ""
2066 #: merge-recursive.c:1611
2067 #, c-format
2068 msgid "object %s is not a blob"
2069 msgstr ""
2071 #: merge-recursive.c:1680
2072 msgid "modify"
2073 msgstr ""
2075 #: merge-recursive.c:1680
2076 msgid "modified"
2077 msgstr ""
2079 #: merge-recursive.c:1690
2080 msgid "content"
2081 msgstr ""
2083 #: merge-recursive.c:1697
2084 msgid "add/add"
2085 msgstr ""
2087 #: merge-recursive.c:1733
2088 #, c-format
2089 msgid "Skipped %s (merged same as existing)"
2090 msgstr ""
2092 #: merge-recursive.c:1747
2093 #, c-format
2094 msgid "Auto-merging %s"
2095 msgstr ""
2097 #: merge-recursive.c:1751 git-submodule.sh:945
2098 msgid "submodule"
2099 msgstr ""
2101 #: merge-recursive.c:1752
2102 #, c-format
2103 msgid "CONFLICT (%s): Merge conflict in %s"
2104 msgstr ""
2106 #: merge-recursive.c:1846
2107 #, c-format
2108 msgid "Removing %s"
2109 msgstr ""
2111 #: merge-recursive.c:1872
2112 msgid "file/directory"
2113 msgstr ""
2115 #: merge-recursive.c:1878
2116 msgid "directory/file"
2117 msgstr ""
2119 #: merge-recursive.c:1884
2120 #, c-format
2121 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2122 msgstr ""
2124 #: merge-recursive.c:1893
2125 #, c-format
2126 msgid "Adding %s"
2127 msgstr ""
2129 #: merge-recursive.c:1930
2130 msgid "Already up-to-date!"
2131 msgstr ""
2133 #: merge-recursive.c:1939
2134 #, c-format
2135 msgid "merging of trees %s and %s failed"
2136 msgstr ""
2138 #: merge-recursive.c:2022
2139 msgid "Merging:"
2140 msgstr ""
2142 #: merge-recursive.c:2035
2143 #, c-format
2144 msgid "found %u common ancestor:"
2145 msgid_plural "found %u common ancestors:"
2146 msgstr[0] ""
2147 msgstr[1] ""
2149 #: merge-recursive.c:2074
2150 msgid "merge returned no commit"
2151 msgstr ""
2153 #: merge-recursive.c:2137
2154 #, c-format
2155 msgid "Could not parse object '%s'"
2156 msgstr ""
2158 #: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2159 msgid "Unable to write index."
2160 msgstr ""
2162 #: notes-merge.c:273
2163 #, c-format
2164 msgid ""
2165 "You have not concluded your previous notes merge (%s exists).\n"
2166 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2167 "commit/abort the previous merge before you start a new notes merge."
2168 msgstr ""
2170 #: notes-merge.c:280
2171 #, c-format
2172 msgid "You have not concluded your notes merge (%s exists)."
2173 msgstr ""
2175 #: notes-utils.c:42
2176 msgid "Cannot commit uninitialized/unreferenced notes tree"
2177 msgstr ""
2179 #: notes-utils.c:101
2180 #, c-format
2181 msgid "Bad notes.rewriteMode value: '%s'"
2182 msgstr ""
2184 #: notes-utils.c:111
2185 #, c-format
2186 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2187 msgstr ""
2189 #. TRANSLATORS: The first %s is the name of
2190 #. the environment variable, the second %s is
2191 #. its value.
2193 #: notes-utils.c:141
2194 #, c-format
2195 msgid "Bad %s value: '%s'"
2196 msgstr ""
2198 #: object.c:240
2199 #, c-format
2200 msgid "unable to parse object: %s"
2201 msgstr ""
2203 #: parse-options.c:573
2204 msgid "..."
2205 msgstr ""
2207 #: parse-options.c:591
2208 #, c-format
2209 msgid "usage: %s"
2210 msgstr ""
2212 #. TRANSLATORS: the colon here should align with the
2213 #. one in "usage: %s" translation.
2215 #: parse-options.c:597
2216 #, c-format
2217 msgid "   or: %s"
2218 msgstr ""
2220 #: parse-options.c:600
2221 #, c-format
2222 msgid "    %s"
2223 msgstr ""
2225 #: parse-options.c:634
2226 msgid "-NUM"
2227 msgstr ""
2229 #: parse-options-cb.c:108
2230 #, c-format
2231 msgid "malformed object name '%s'"
2232 msgstr ""
2234 #: path.c:890
2235 #, c-format
2236 msgid "Could not make %s writable by group"
2237 msgstr ""
2239 #: pathspec.c:129
2240 msgid "Escape character '\\' not allowed as last character in attr value"
2241 msgstr ""
2243 #: pathspec.c:147
2244 msgid "Only one 'attr:' specification is allowed."
2245 msgstr ""
2247 #: pathspec.c:150
2248 msgid "attr spec must not be empty"
2249 msgstr ""
2251 #: pathspec.c:193
2252 #, c-format
2253 msgid "invalid attribute name %s"
2254 msgstr ""
2256 #: pathspec.c:258
2257 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2258 msgstr ""
2260 #: pathspec.c:265
2261 msgid ""
2262 "global 'literal' pathspec setting is incompatible with all other global "
2263 "pathspec settings"
2264 msgstr ""
2266 #: pathspec.c:305
2267 msgid "invalid parameter for pathspec magic 'prefix'"
2268 msgstr ""
2270 #: pathspec.c:326
2271 #, c-format
2272 msgid "Invalid pathspec magic '%.*s' in '%s'"
2273 msgstr ""
2275 #: pathspec.c:331
2276 #, c-format
2277 msgid "Missing ')' at the end of pathspec magic in '%s'"
2278 msgstr ""
2280 #: pathspec.c:369
2281 #, c-format
2282 msgid "Unimplemented pathspec magic '%c' in '%s'"
2283 msgstr ""
2285 #: pathspec.c:428
2286 #, c-format
2287 msgid "%s: 'literal' and 'glob' are incompatible"
2288 msgstr ""
2290 #: pathspec.c:441
2291 #, c-format
2292 msgid "%s: '%s' is outside repository"
2293 msgstr ""
2295 #: pathspec.c:515
2296 #, c-format
2297 msgid "'%s' (mnemonic: '%c')"
2298 msgstr ""
2300 #: pathspec.c:525
2301 #, c-format
2302 msgid "%s: pathspec magic not supported by this command: %s"
2303 msgstr ""
2305 #: pathspec.c:575
2306 msgid ""
2307 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2308 "use . instead if you meant to match all paths"
2309 msgstr ""
2311 #: pathspec.c:599
2312 #, c-format
2313 msgid "pathspec '%s' is beyond a symbolic link"
2314 msgstr ""
2316 #: pretty.c:963
2317 msgid "unable to parse --pretty format"
2318 msgstr ""
2320 #: read-cache.c:1443
2321 #, c-format
2322 msgid ""
2323 "index.version set, but the value is invalid.\n"
2324 "Using version %i"
2325 msgstr ""
2327 #: read-cache.c:1453
2328 #, c-format
2329 msgid ""
2330 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2331 "Using version %i"
2332 msgstr ""
2334 #: read-cache.c:2308 builtin/merge.c:1019
2335 #, c-format
2336 msgid "could not close '%s'"
2337 msgstr ""
2339 #: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2340 #, c-format
2341 msgid "could not stat '%s'"
2342 msgstr ""
2344 #: read-cache.c:2396
2345 #, c-format
2346 msgid "unable to open git dir: %s"
2347 msgstr ""
2349 #: read-cache.c:2408
2350 #, c-format
2351 msgid "unable to unlink: %s"
2352 msgstr ""
2354 #: refs.c:622
2355 #, c-format
2356 msgid "Could not open '%s' for writing"
2357 msgstr ""
2359 #: refs.c:1769
2360 msgid "ref updates forbidden inside quarantine environment"
2361 msgstr ""
2363 #: refs/files-backend.c:1664
2364 #, c-format
2365 msgid "could not delete reference %s: %s"
2366 msgstr ""
2368 #: refs/files-backend.c:1667
2369 #, c-format
2370 msgid "could not delete references: %s"
2371 msgstr ""
2373 #: refs/files-backend.c:1676
2374 #, c-format
2375 msgid "could not remove reference %s"
2376 msgstr ""
2378 #: ref-filter.c:35 wt-status.c:1811
2379 msgid "gone"
2380 msgstr ""
2382 #: ref-filter.c:36
2383 #, c-format
2384 msgid "ahead %d"
2385 msgstr ""
2387 #: ref-filter.c:37
2388 #, c-format
2389 msgid "behind %d"
2390 msgstr ""
2392 #: ref-filter.c:38
2393 #, c-format
2394 msgid "ahead %d, behind %d"
2395 msgstr ""
2397 #: ref-filter.c:105
2398 #, c-format
2399 msgid "expected format: %%(color:<color>)"
2400 msgstr ""
2402 #: ref-filter.c:107
2403 #, c-format
2404 msgid "unrecognized color: %%(color:%s)"
2405 msgstr ""
2407 #: ref-filter.c:121
2408 #, c-format
2409 msgid "Integer value expected refname:lstrip=%s"
2410 msgstr ""
2412 #: ref-filter.c:125
2413 #, c-format
2414 msgid "Integer value expected refname:rstrip=%s"
2415 msgstr ""
2417 #: ref-filter.c:127
2418 #, c-format
2419 msgid "unrecognized %%(%s) argument: %s"
2420 msgstr ""
2422 #: ref-filter.c:167
2423 #, c-format
2424 msgid "%%(body) does not take arguments"
2425 msgstr ""
2427 #: ref-filter.c:174
2428 #, c-format
2429 msgid "%%(subject) does not take arguments"
2430 msgstr ""
2432 #: ref-filter.c:181
2433 #, c-format
2434 msgid "%%(trailers) does not take arguments"
2435 msgstr ""
2437 #: ref-filter.c:200
2438 #, c-format
2439 msgid "positive value expected contents:lines=%s"
2440 msgstr ""
2442 #: ref-filter.c:202
2443 #, c-format
2444 msgid "unrecognized %%(contents) argument: %s"
2445 msgstr ""
2447 #: ref-filter.c:215
2448 #, c-format
2449 msgid "positive value expected objectname:short=%s"
2450 msgstr ""
2452 #: ref-filter.c:219
2453 #, c-format
2454 msgid "unrecognized %%(objectname) argument: %s"
2455 msgstr ""
2457 #: ref-filter.c:246
2458 #, c-format
2459 msgid "expected format: %%(align:<width>,<position>)"
2460 msgstr ""
2462 #: ref-filter.c:258
2463 #, c-format
2464 msgid "unrecognized position:%s"
2465 msgstr ""
2467 #: ref-filter.c:262
2468 #, c-format
2469 msgid "unrecognized width:%s"
2470 msgstr ""
2472 #: ref-filter.c:268
2473 #, c-format
2474 msgid "unrecognized %%(align) argument: %s"
2475 msgstr ""
2477 #: ref-filter.c:272
2478 #, c-format
2479 msgid "positive width expected with the %%(align) atom"
2480 msgstr ""
2482 #: ref-filter.c:287
2483 #, c-format
2484 msgid "unrecognized %%(if) argument: %s"
2485 msgstr ""
2487 #: ref-filter.c:378
2488 #, c-format
2489 msgid "malformed field name: %.*s"
2490 msgstr ""
2492 #: ref-filter.c:404
2493 #, c-format
2494 msgid "unknown field name: %.*s"
2495 msgstr ""
2497 #: ref-filter.c:508
2498 #, c-format
2499 msgid "format: %%(if) atom used without a %%(then) atom"
2500 msgstr ""
2502 #: ref-filter.c:568
2503 #, c-format
2504 msgid "format: %%(then) atom used without an %%(if) atom"
2505 msgstr ""
2507 #: ref-filter.c:570
2508 #, c-format
2509 msgid "format: %%(then) atom used more than once"
2510 msgstr ""
2512 #: ref-filter.c:572
2513 #, c-format
2514 msgid "format: %%(then) atom used after %%(else)"
2515 msgstr ""
2517 #: ref-filter.c:598
2518 #, c-format
2519 msgid "format: %%(else) atom used without an %%(if) atom"
2520 msgstr ""
2522 #: ref-filter.c:600
2523 #, c-format
2524 msgid "format: %%(else) atom used without a %%(then) atom"
2525 msgstr ""
2527 #: ref-filter.c:602
2528 #, c-format
2529 msgid "format: %%(else) atom used more than once"
2530 msgstr ""
2532 #: ref-filter.c:615
2533 #, c-format
2534 msgid "format: %%(end) atom used without corresponding atom"
2535 msgstr ""
2537 #: ref-filter.c:670
2538 #, c-format
2539 msgid "malformed format string %s"
2540 msgstr ""
2542 #: ref-filter.c:1254
2543 #, c-format
2544 msgid "(no branch, rebasing %s)"
2545 msgstr ""
2547 #: ref-filter.c:1257
2548 #, c-format
2549 msgid "(no branch, bisect started on %s)"
2550 msgstr ""
2552 #. TRANSLATORS: make sure this matches "HEAD
2553 #. detached at " in wt-status.c
2555 #: ref-filter.c:1265
2556 #, c-format
2557 msgid "(HEAD detached at %s)"
2558 msgstr ""
2560 #. TRANSLATORS: make sure this matches "HEAD
2561 #. detached from " in wt-status.c
2563 #: ref-filter.c:1272
2564 #, c-format
2565 msgid "(HEAD detached from %s)"
2566 msgstr ""
2568 #: ref-filter.c:1276
2569 msgid "(no branch)"
2570 msgstr ""
2572 #: ref-filter.c:1426 ref-filter.c:1457
2573 #, c-format
2574 msgid "missing object %s for %s"
2575 msgstr ""
2577 #: ref-filter.c:1429 ref-filter.c:1460
2578 #, c-format
2579 msgid "parse_object_buffer failed on %s for %s"
2580 msgstr ""
2582 #: ref-filter.c:1760
2583 #, c-format
2584 msgid "malformed object at '%s'"
2585 msgstr ""
2587 #: ref-filter.c:1827
2588 #, c-format
2589 msgid "ignoring ref with broken name %s"
2590 msgstr ""
2592 #: ref-filter.c:1832
2593 #, c-format
2594 msgid "ignoring broken ref %s"
2595 msgstr ""
2597 #: ref-filter.c:2095
2598 #, c-format
2599 msgid "format: %%(end) atom missing"
2600 msgstr ""
2602 #: ref-filter.c:2176
2603 #, c-format
2604 msgid "malformed object name %s"
2605 msgstr ""
2607 #: remote.c:747
2608 #, c-format
2609 msgid "Cannot fetch both %s and %s to %s"
2610 msgstr ""
2612 #: remote.c:751
2613 #, c-format
2614 msgid "%s usually tracks %s, not %s"
2615 msgstr ""
2617 #: remote.c:755
2618 #, c-format
2619 msgid "%s tracks both %s and %s"
2620 msgstr ""
2622 #: remote.c:763
2623 msgid "Internal error"
2624 msgstr ""
2626 #: remote.c:1680 remote.c:1782
2627 msgid "HEAD does not point to a branch"
2628 msgstr ""
2630 #: remote.c:1689
2631 #, c-format
2632 msgid "no such branch: '%s'"
2633 msgstr ""
2635 #: remote.c:1692
2636 #, c-format
2637 msgid "no upstream configured for branch '%s'"
2638 msgstr ""
2640 #: remote.c:1698
2641 #, c-format
2642 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2643 msgstr ""
2645 #: remote.c:1713
2646 #, c-format
2647 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2648 msgstr ""
2650 #: remote.c:1725
2651 #, c-format
2652 msgid "branch '%s' has no remote for pushing"
2653 msgstr ""
2655 #: remote.c:1736
2656 #, c-format
2657 msgid "push refspecs for '%s' do not include '%s'"
2658 msgstr ""
2660 #: remote.c:1749
2661 msgid "push has no destination (push.default is 'nothing')"
2662 msgstr ""
2664 #: remote.c:1771
2665 msgid "cannot resolve 'simple' push to a single destination"
2666 msgstr ""
2668 #: remote.c:2076
2669 #, c-format
2670 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2671 msgstr ""
2673 #: remote.c:2080
2674 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2675 msgstr ""
2677 #: remote.c:2083
2678 #, c-format
2679 msgid "Your branch is up-to-date with '%s'.\n"
2680 msgstr ""
2682 #: remote.c:2087
2683 #, c-format
2684 msgid "Your branch is ahead of '%s' by %d commit.\n"
2685 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2686 msgstr[0] ""
2687 msgstr[1] ""
2689 #: remote.c:2093
2690 msgid "  (use \"git push\" to publish your local commits)\n"
2691 msgstr ""
2693 #: remote.c:2096
2694 #, c-format
2695 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2696 msgid_plural ""
2697 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2698 msgstr[0] ""
2699 msgstr[1] ""
2701 #: remote.c:2104
2702 msgid "  (use \"git pull\" to update your local branch)\n"
2703 msgstr ""
2705 #: remote.c:2107
2706 #, c-format
2707 msgid ""
2708 "Your branch and '%s' have diverged,\n"
2709 "and have %d and %d different commit each, respectively.\n"
2710 msgid_plural ""
2711 "Your branch and '%s' have diverged,\n"
2712 "and have %d and %d different commits each, respectively.\n"
2713 msgstr[0] ""
2714 msgstr[1] ""
2716 #: remote.c:2117
2717 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2718 msgstr ""
2720 #: revision.c:2187
2721 msgid "your current branch appears to be broken"
2722 msgstr ""
2724 #: revision.c:2190
2725 #, c-format
2726 msgid "your current branch '%s' does not have any commits yet"
2727 msgstr ""
2729 #: revision.c:2384
2730 msgid "--first-parent is incompatible with --bisect"
2731 msgstr ""
2733 #: run-command.c:644
2734 msgid "open /dev/null failed"
2735 msgstr ""
2737 #: send-pack.c:151
2738 #, c-format
2739 msgid "unable to parse remote unpack status: %s"
2740 msgstr ""
2742 #: send-pack.c:153
2743 #, c-format
2744 msgid "remote unpack failed: %s"
2745 msgstr ""
2747 #: send-pack.c:316
2748 msgid "failed to sign the push certificate"
2749 msgstr ""
2751 #: send-pack.c:429
2752 msgid "the receiving end does not support --signed push"
2753 msgstr ""
2755 #: send-pack.c:431
2756 msgid ""
2757 "not sending a push certificate since the receiving end does not support --"
2758 "signed push"
2759 msgstr ""
2761 #: send-pack.c:443
2762 msgid "the receiving end does not support --atomic push"
2763 msgstr ""
2765 #: send-pack.c:448
2766 msgid "the receiving end does not support push options"
2767 msgstr ""
2769 #: sequencer.c:216
2770 msgid "revert"
2771 msgstr ""
2773 #: sequencer.c:218
2774 msgid "cherry-pick"
2775 msgstr ""
2777 #: sequencer.c:220
2778 msgid "rebase -i"
2779 msgstr ""
2781 #: sequencer.c:222
2782 #, c-format
2783 msgid "Unknown action: %d"
2784 msgstr ""
2786 #: sequencer.c:279
2787 msgid ""
2788 "after resolving the conflicts, mark the corrected paths\n"
2789 "with 'git add <paths>' or 'git rm <paths>'"
2790 msgstr ""
2792 #: sequencer.c:282
2793 msgid ""
2794 "after resolving the conflicts, mark the corrected paths\n"
2795 "with 'git add <paths>' or 'git rm <paths>'\n"
2796 "and commit the result with 'git commit'"
2797 msgstr ""
2799 #: sequencer.c:295 sequencer.c:1685
2800 #, c-format
2801 msgid "could not lock '%s'"
2802 msgstr ""
2804 #: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2805 #, c-format
2806 msgid "could not write to '%s'"
2807 msgstr ""
2809 #: sequencer.c:302
2810 #, c-format
2811 msgid "could not write eol to '%s'"
2812 msgstr ""
2814 #: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2815 #, c-format
2816 msgid "failed to finalize '%s'."
2817 msgstr ""
2819 #: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2820 #: builtin/commit.c:750 builtin/merge.c:1017
2821 #, c-format
2822 msgid "could not read '%s'"
2823 msgstr ""
2825 #: sequencer.c:356
2826 #, c-format
2827 msgid "your local changes would be overwritten by %s."
2828 msgstr ""
2830 #: sequencer.c:360
2831 msgid "commit your changes or stash them to proceed."
2832 msgstr ""
2834 #: sequencer.c:389
2835 #, c-format
2836 msgid "%s: fast-forward"
2837 msgstr ""
2839 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2840 #. "rebase -i".
2842 #: sequencer.c:472
2843 #, c-format
2844 msgid "%s: Unable to write new index file"
2845 msgstr ""
2847 #: sequencer.c:491
2848 msgid "could not resolve HEAD commit\n"
2849 msgstr ""
2851 #: sequencer.c:511
2852 msgid "unable to update cache tree\n"
2853 msgstr ""
2855 #: sequencer.c:595
2856 #, c-format
2857 msgid ""
2858 "you have staged changes in your working tree\n"
2859 "If these changes are meant to be squashed into the previous commit, run:\n"
2860 "\n"
2861 "  git commit --amend %s\n"
2862 "\n"
2863 "If they are meant to go into a new commit, run:\n"
2864 "\n"
2865 "  git commit %s\n"
2866 "\n"
2867 "In both cases, once you're done, continue with:\n"
2868 "\n"
2869 "  git rebase --continue\n"
2870 msgstr ""
2872 #: sequencer.c:697
2873 #, c-format
2874 msgid "could not parse commit %s\n"
2875 msgstr ""
2877 #: sequencer.c:702
2878 #, c-format
2879 msgid "could not parse parent commit %s\n"
2880 msgstr ""
2882 #: sequencer.c:824
2883 #, c-format
2884 msgid ""
2885 "unexpected 1st line of squash message:\n"
2886 "\n"
2887 "\t%.*s"
2888 msgstr ""
2890 #: sequencer.c:830
2891 #, c-format
2892 msgid ""
2893 "invalid 1st line of squash message:\n"
2894 "\n"
2895 "\t%.*s"
2896 msgstr ""
2898 #: sequencer.c:836 sequencer.c:861
2899 #, c-format
2900 msgid "This is a combination of %d commits."
2901 msgstr ""
2903 #: sequencer.c:845
2904 msgid "need a HEAD to fixup"
2905 msgstr ""
2907 #: sequencer.c:847
2908 msgid "could not read HEAD"
2909 msgstr ""
2911 #: sequencer.c:849
2912 msgid "could not read HEAD's commit message"
2913 msgstr ""
2915 #: sequencer.c:855
2916 #, c-format
2917 msgid "cannot write '%s'"
2918 msgstr ""
2920 #: sequencer.c:864 git-rebase--interactive.sh:445
2921 msgid "This is the 1st commit message:"
2922 msgstr ""
2924 #: sequencer.c:872
2925 #, c-format
2926 msgid "could not read commit message of %s"
2927 msgstr ""
2929 #: sequencer.c:879
2930 #, c-format
2931 msgid "This is the commit message #%d:"
2932 msgstr ""
2934 #: sequencer.c:884
2935 #, c-format
2936 msgid "The commit message #%d will be skipped:"
2937 msgstr ""
2939 #: sequencer.c:889
2940 #, c-format
2941 msgid "unknown command: %d"
2942 msgstr ""
2944 #: sequencer.c:955
2945 msgid "your index file is unmerged."
2946 msgstr ""
2948 #: sequencer.c:973
2949 #, c-format
2950 msgid "commit %s is a merge but no -m option was given."
2951 msgstr ""
2953 #: sequencer.c:981
2954 #, c-format
2955 msgid "commit %s does not have parent %d"
2956 msgstr ""
2958 #: sequencer.c:985
2959 #, c-format
2960 msgid "mainline was specified but commit %s is not a merge."
2961 msgstr ""
2963 #: sequencer.c:991
2964 #, c-format
2965 msgid "cannot get commit message for %s"
2966 msgstr ""
2968 #. TRANSLATORS: The first %s will be a "todo" command like
2969 #. "revert" or "pick", the second %s a SHA1.
2970 #: sequencer.c:1012
2971 #, c-format
2972 msgid "%s: cannot parse parent commit %s"
2973 msgstr ""
2975 #: sequencer.c:1075 sequencer.c:1830
2976 #, c-format
2977 msgid "could not rename '%s' to '%s'"
2978 msgstr ""
2980 #: sequencer.c:1126
2981 #, c-format
2982 msgid "could not revert %s... %s"
2983 msgstr ""
2985 #: sequencer.c:1127
2986 #, c-format
2987 msgid "could not apply %s... %s"
2988 msgstr ""
2990 #: sequencer.c:1169
2991 msgid "empty commit set passed"
2992 msgstr ""
2994 #: sequencer.c:1179
2995 #, c-format
2996 msgid "git %s: failed to read the index"
2997 msgstr ""
2999 #: sequencer.c:1186
3000 #, c-format
3001 msgid "git %s: failed to refresh the index"
3002 msgstr ""
3004 #: sequencer.c:1306
3005 #, c-format
3006 msgid "invalid line %d: %.*s"
3007 msgstr ""
3009 #: sequencer.c:1314
3010 #, c-format
3011 msgid "cannot '%s' without a previous commit"
3012 msgstr ""
3014 #: sequencer.c:1347
3015 #, c-format
3016 msgid "could not read '%s'."
3017 msgstr ""
3019 #: sequencer.c:1359
3020 msgid "please fix this using 'git rebase --edit-todo'."
3021 msgstr ""
3023 #: sequencer.c:1361
3024 #, c-format
3025 msgid "unusable instruction sheet: '%s'"
3026 msgstr ""
3028 #: sequencer.c:1366
3029 msgid "no commits parsed."
3030 msgstr ""
3032 #: sequencer.c:1377
3033 msgid "cannot cherry-pick during a revert."
3034 msgstr ""
3036 #: sequencer.c:1379
3037 msgid "cannot revert during a cherry-pick."
3038 msgstr ""
3040 #: sequencer.c:1442
3041 #, c-format
3042 msgid "invalid key: %s"
3043 msgstr ""
3045 #: sequencer.c:1445
3046 #, c-format
3047 msgid "invalid value for %s: %s"
3048 msgstr ""
3050 #: sequencer.c:1502
3051 #, c-format
3052 msgid "malformed options sheet: '%s'"
3053 msgstr ""
3055 #: sequencer.c:1540
3056 msgid "a cherry-pick or revert is already in progress"
3057 msgstr ""
3059 #: sequencer.c:1541
3060 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3061 msgstr ""
3063 #: sequencer.c:1544
3064 #, c-format
3065 msgid "could not create sequencer directory '%s'"
3066 msgstr ""
3068 #: sequencer.c:1558
3069 msgid "could not lock HEAD"
3070 msgstr ""
3072 #: sequencer.c:1614 sequencer.c:2188
3073 msgid "no cherry-pick or revert in progress"
3074 msgstr ""
3076 #: sequencer.c:1616
3077 msgid "cannot resolve HEAD"
3078 msgstr ""
3080 #: sequencer.c:1618 sequencer.c:1652
3081 msgid "cannot abort from a branch yet to be born"
3082 msgstr ""
3084 #: sequencer.c:1638 builtin/grep.c:929
3085 #, c-format
3086 msgid "cannot open '%s'"
3087 msgstr ""
3089 #: sequencer.c:1640
3090 #, c-format
3091 msgid "cannot read '%s': %s"
3092 msgstr ""
3094 #: sequencer.c:1641
3095 msgid "unexpected end of file"
3096 msgstr ""
3098 #: sequencer.c:1647
3099 #, c-format
3100 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3101 msgstr ""
3103 #: sequencer.c:1658
3104 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3105 msgstr ""
3107 #: sequencer.c:1795 sequencer.c:2086
3108 msgid "cannot read HEAD"
3109 msgstr ""
3111 #: sequencer.c:1835 builtin/difftool.c:633
3112 #, c-format
3113 msgid "could not copy '%s' to '%s'"
3114 msgstr ""
3116 #: sequencer.c:1851
3117 msgid "could not read index"
3118 msgstr ""
3120 #: sequencer.c:1856
3121 #, c-format
3122 msgid ""
3123 "execution failed: %s\n"
3124 "%sYou can fix the problem, and then run\n"
3125 "\n"
3126 "  git rebase --continue\n"
3127 "\n"
3128 msgstr ""
3130 #: sequencer.c:1862
3131 msgid "and made changes to the index and/or the working tree\n"
3132 msgstr ""
3134 #: sequencer.c:1868
3135 #, c-format
3136 msgid ""
3137 "execution succeeded: %s\n"
3138 "but left changes to the index and/or the working tree\n"
3139 "Commit or stash your changes, and then run\n"
3140 "\n"
3141 "  git rebase --continue\n"
3142 "\n"
3143 msgstr ""
3145 #: sequencer.c:1925
3146 #, c-format
3147 msgid "Applied autostash.\n"
3148 msgstr ""
3150 #: sequencer.c:1937
3151 #, c-format
3152 msgid "cannot store %s"
3153 msgstr ""
3155 #: sequencer.c:1940 git-rebase.sh:173
3156 #, c-format
3157 msgid ""
3158 "Applying autostash resulted in conflicts.\n"
3159 "Your changes are safe in the stash.\n"
3160 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3161 msgstr ""
3163 #: sequencer.c:2022
3164 #, c-format
3165 msgid "Stopped at %s...  %.*s\n"
3166 msgstr ""
3168 #: sequencer.c:2064
3169 #, c-format
3170 msgid "unknown command %d"
3171 msgstr ""
3173 #: sequencer.c:2094
3174 msgid "could not read orig-head"
3175 msgstr ""
3177 #: sequencer.c:2099
3178 msgid "could not read 'onto'"
3179 msgstr ""
3181 #: sequencer.c:2106
3182 #, c-format
3183 msgid "could not update %s"
3184 msgstr ""
3186 #: sequencer.c:2113
3187 #, c-format
3188 msgid "could not update HEAD to %s"
3189 msgstr ""
3191 #: sequencer.c:2197
3192 msgid "cannot rebase: You have unstaged changes."
3193 msgstr ""
3195 #: sequencer.c:2202
3196 msgid "could not remove CHERRY_PICK_HEAD"
3197 msgstr ""
3199 #: sequencer.c:2211
3200 msgid "cannot amend non-existing commit"
3201 msgstr ""
3203 #: sequencer.c:2213
3204 #, c-format
3205 msgid "invalid file: '%s'"
3206 msgstr ""
3208 #: sequencer.c:2215
3209 #, c-format
3210 msgid "invalid contents: '%s'"
3211 msgstr ""
3213 #: sequencer.c:2218
3214 msgid ""
3215 "\n"
3216 "You have uncommitted changes in your working tree. Please, commit them\n"
3217 "first and then run 'git rebase --continue' again."
3218 msgstr ""
3220 #: sequencer.c:2228
3221 msgid "could not commit staged changes."
3222 msgstr ""
3224 #: sequencer.c:2308
3225 #, c-format
3226 msgid "%s: can't cherry-pick a %s"
3227 msgstr ""
3229 #: sequencer.c:2312
3230 #, c-format
3231 msgid "%s: bad revision"
3232 msgstr ""
3234 #: sequencer.c:2345
3235 msgid "can't revert as initial commit"
3236 msgstr ""
3238 #: setup.c:171
3239 #, c-format
3240 msgid ""
3241 "%s: no such path in the working tree.\n"
3242 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3243 msgstr ""
3245 #: setup.c:184
3246 #, c-format
3247 msgid ""
3248 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3249 "Use '--' to separate paths from revisions, like this:\n"
3250 "'git <command> [<revision>...] -- [<file>...]'"
3251 msgstr ""
3253 #: setup.c:252
3254 #, c-format
3255 msgid ""
3256 "ambiguous argument '%s': both revision and filename\n"
3257 "Use '--' to separate paths from revisions, like this:\n"
3258 "'git <command> [<revision>...] -- [<file>...]'"
3259 msgstr ""
3261 #: setup.c:504
3262 #, c-format
3263 msgid "Expected git repo version <= %d, found %d"
3264 msgstr ""
3266 #: setup.c:512
3267 msgid "unknown repository extensions found:"
3268 msgstr ""
3270 #: setup.c:810
3271 #, c-format
3272 msgid "Not a git repository (or any of the parent directories): %s"
3273 msgstr ""
3275 #: setup.c:812 builtin/index-pack.c:1652
3276 msgid "Cannot come back to cwd"
3277 msgstr ""
3279 #: setup.c:1050
3280 msgid "Unable to read current working directory"
3281 msgstr ""
3283 #: setup.c:1062 setup.c:1068
3284 #, c-format
3285 msgid "Cannot change to '%s'"
3286 msgstr ""
3288 #: setup.c:1081
3289 #, c-format
3290 msgid ""
3291 "Not a git repository (or any parent up to mount point %s)\n"
3292 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3293 msgstr ""
3295 #: setup.c:1173
3296 #, c-format
3297 msgid ""
3298 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3299 "The owner of files must always have read and write permissions."
3300 msgstr ""
3302 #: sha1_file.c:560
3303 #, c-format
3304 msgid "path '%s' does not exist"
3305 msgstr ""
3307 #: sha1_file.c:586
3308 #, c-format
3309 msgid "reference repository '%s' as a linked checkout is not supported yet."
3310 msgstr ""
3312 #: sha1_file.c:592
3313 #, c-format
3314 msgid "reference repository '%s' is not a local repository."
3315 msgstr ""
3317 #: sha1_file.c:598
3318 #, c-format
3319 msgid "reference repository '%s' is shallow"
3320 msgstr ""
3322 #: sha1_file.c:606
3323 #, c-format
3324 msgid "reference repository '%s' is grafted"
3325 msgstr ""
3327 #: sha1_file.c:1245
3328 msgid "offset before end of packfile (broken .idx?)"
3329 msgstr ""
3331 #: sha1_file.c:2729
3332 #, c-format
3333 msgid "offset before start of pack index for %s (corrupt index?)"
3334 msgstr ""
3336 #: sha1_file.c:2733
3337 #, c-format
3338 msgid "offset beyond end of pack index for %s (truncated index?)"
3339 msgstr ""
3341 #: sha1_name.c:419
3342 #, c-format
3343 msgid "short SHA1 %s is ambiguous"
3344 msgstr ""
3346 #: sha1_name.c:430
3347 msgid "The candidates are:"
3348 msgstr ""
3350 #: sha1_name.c:589
3351 msgid ""
3352 "Git normally never creates a ref that ends with 40 hex characters\n"
3353 "because it will be ignored when you just specify 40-hex. These refs\n"
3354 "may be created by mistake. For example,\n"
3355 "\n"
3356 "  git checkout -b $br $(git rev-parse ...)\n"
3357 "\n"
3358 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3359 "examine these refs and maybe delete them. Turn this message off by\n"
3360 "running \"git config advice.objectNameWarning false\""
3361 msgstr ""
3363 #: submodule.c:70 submodule.c:104
3364 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3365 msgstr ""
3367 #: submodule.c:74 submodule.c:108
3368 #, c-format
3369 msgid "Could not find section in .gitmodules where path=%s"
3370 msgstr ""
3372 #: submodule.c:82
3373 #, c-format
3374 msgid "Could not update .gitmodules entry %s"
3375 msgstr ""
3377 #: submodule.c:115
3378 #, c-format
3379 msgid "Could not remove .gitmodules entry for %s"
3380 msgstr ""
3382 #: submodule.c:126
3383 msgid "staging updated .gitmodules failed"
3384 msgstr ""
3386 #: submodule.c:165
3387 msgid "negative values not allowed for submodule.fetchJobs"
3388 msgstr ""
3390 #: submodule.c:376
3391 #, c-format
3392 msgid "in unpopulated submodule '%s'"
3393 msgstr ""
3395 #: submodule.c:407
3396 #, c-format
3397 msgid "Pathspec '%s' is in submodule '%.*s'"
3398 msgstr ""
3400 #: submodule.c:1337
3401 #, c-format
3402 msgid "'%s' not recognized as a git repository"
3403 msgstr ""
3405 #: submodule.c:1475
3406 #, c-format
3407 msgid "could not start 'git status' in submodule '%s'"
3408 msgstr ""
3410 #: submodule.c:1488
3411 #, c-format
3412 msgid "could not run 'git status' in submodule '%s'"
3413 msgstr ""
3415 #: submodule.c:1581
3416 #, c-format
3417 msgid "submodule '%s' has dirty index"
3418 msgstr ""
3420 #: submodule.c:1845
3421 #, c-format
3422 msgid ""
3423 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3424 msgstr ""
3426 #: submodule.c:1857 submodule.c:1913
3427 #, c-format
3428 msgid "could not lookup name for submodule '%s'"
3429 msgstr ""
3431 #: submodule.c:1861 builtin/submodule--helper.c:678
3432 #: builtin/submodule--helper.c:688
3433 #, c-format
3434 msgid "could not create directory '%s'"
3435 msgstr ""
3437 #: submodule.c:1864
3438 #, c-format
3439 msgid ""
3440 "Migrating git directory of '%s%s' from\n"
3441 "'%s' to\n"
3442 "'%s'\n"
3443 msgstr ""
3445 #: submodule.c:1948
3446 #, c-format
3447 msgid "could not recurse into submodule '%s'"
3448 msgstr ""
3450 #: submodule.c:1992
3451 msgid "could not start ls-files in .."
3452 msgstr ""
3454 #: submodule.c:2012
3455 msgid "BUG: returned path string doesn't match cwd?"
3456 msgstr ""
3458 #: submodule.c:2031
3459 #, c-format
3460 msgid "ls-tree returned unexpected return code %d"
3461 msgstr ""
3463 #: submodule-config.c:420
3464 #, c-format
3465 msgid "invalid value for %s"
3466 msgstr ""
3468 #: trailer.c:241
3469 #, c-format
3470 msgid "running trailer command '%s' failed"
3471 msgstr ""
3473 #: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3474 #: trailer.c:544
3475 #, c-format
3476 msgid "unknown value '%s' for key '%s'"
3477 msgstr ""
3479 #: trailer.c:526 trailer.c:531 builtin/remote.c:290
3480 #, c-format
3481 msgid "more than one %s"
3482 msgstr ""
3484 #: trailer.c:703
3485 #, c-format
3486 msgid "empty trailer token in trailer '%.*s'"
3487 msgstr ""
3489 #: trailer.c:723
3490 #, c-format
3491 msgid "could not read input file '%s'"
3492 msgstr ""
3494 #: trailer.c:726
3495 msgid "could not read from stdin"
3496 msgstr ""
3498 #: trailer.c:950 builtin/am.c:45
3499 #, c-format
3500 msgid "could not stat %s"
3501 msgstr ""
3503 #: trailer.c:952
3504 #, c-format
3505 msgid "file %s is not a regular file"
3506 msgstr ""
3508 #: trailer.c:954
3509 #, c-format
3510 msgid "file %s is not writable by user"
3511 msgstr ""
3513 #: trailer.c:966
3514 msgid "could not open temporary file"
3515 msgstr ""
3517 #: trailer.c:1002
3518 #, c-format
3519 msgid "could not rename temporary file to %s"
3520 msgstr ""
3522 #: transport.c:63
3523 #, c-format
3524 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3525 msgstr ""
3527 #: transport.c:152
3528 #, c-format
3529 msgid "transport: invalid depth option '%s'"
3530 msgstr ""
3532 #: transport.c:890
3533 #, c-format
3534 msgid ""
3535 "The following submodule paths contain changes that can\n"
3536 "not be found on any remote:\n"
3537 msgstr ""
3539 #: transport.c:894
3540 #, c-format
3541 msgid ""
3542 "\n"
3543 "Please try\n"
3544 "\n"
3545 "\tgit push --recurse-submodules=on-demand\n"
3546 "\n"
3547 "or cd to the path and use\n"
3548 "\n"
3549 "\tgit push\n"
3550 "\n"
3551 "to push them to a remote.\n"
3552 "\n"
3553 msgstr ""
3555 #: transport.c:902
3556 msgid "Aborting."
3557 msgstr ""
3559 #: transport-helper.c:1071
3560 #, c-format
3561 msgid "Could not read ref %s"
3562 msgstr ""
3564 #: tree-walk.c:31
3565 msgid "too-short tree object"
3566 msgstr ""
3568 #: tree-walk.c:37
3569 msgid "malformed mode in tree entry"
3570 msgstr ""
3572 #: tree-walk.c:41
3573 msgid "empty filename in tree entry"
3574 msgstr ""
3576 #: tree-walk.c:113
3577 msgid "too-short tree file"
3578 msgstr ""
3580 #: unpack-trees.c:105
3581 #, c-format
3582 msgid ""
3583 "Your local changes to the following files would be overwritten by checkout:\n"
3584 "%%sPlease commit your changes or stash them before you switch branches."
3585 msgstr ""
3587 #: unpack-trees.c:107
3588 #, c-format
3589 msgid ""
3590 "Your local changes to the following files would be overwritten by checkout:\n"
3591 "%%s"
3592 msgstr ""
3594 #: unpack-trees.c:110
3595 #, c-format
3596 msgid ""
3597 "Your local changes to the following files would be overwritten by merge:\n"
3598 "%%sPlease commit your changes or stash them before you merge."
3599 msgstr ""
3601 #: unpack-trees.c:112
3602 #, c-format
3603 msgid ""
3604 "Your local changes to the following files would be overwritten by merge:\n"
3605 "%%s"
3606 msgstr ""
3608 #: unpack-trees.c:115
3609 #, c-format
3610 msgid ""
3611 "Your local changes to the following files would be overwritten by %s:\n"
3612 "%%sPlease commit your changes or stash them before you %s."
3613 msgstr ""
3615 #: unpack-trees.c:117
3616 #, c-format
3617 msgid ""
3618 "Your local changes to the following files would be overwritten by %s:\n"
3619 "%%s"
3620 msgstr ""
3622 #: unpack-trees.c:122
3623 #, c-format
3624 msgid ""
3625 "Updating the following directories would lose untracked files in them:\n"
3626 "%s"
3627 msgstr ""
3629 #: unpack-trees.c:126
3630 #, c-format
3631 msgid ""
3632 "The following untracked working tree files would be removed by checkout:\n"
3633 "%%sPlease move or remove them before you switch branches."
3634 msgstr ""
3636 #: unpack-trees.c:128
3637 #, c-format
3638 msgid ""
3639 "The following untracked working tree files would be removed by checkout:\n"
3640 "%%s"
3641 msgstr ""
3643 #: unpack-trees.c:131
3644 #, c-format
3645 msgid ""
3646 "The following untracked working tree files would be removed by merge:\n"
3647 "%%sPlease move or remove them before you merge."
3648 msgstr ""
3650 #: unpack-trees.c:133
3651 #, c-format
3652 msgid ""
3653 "The following untracked working tree files would be removed by merge:\n"
3654 "%%s"
3655 msgstr ""
3657 #: unpack-trees.c:136
3658 #, c-format
3659 msgid ""
3660 "The following untracked working tree files would be removed by %s:\n"
3661 "%%sPlease move or remove them before you %s."
3662 msgstr ""
3664 #: unpack-trees.c:138
3665 #, c-format
3666 msgid ""
3667 "The following untracked working tree files would be removed by %s:\n"
3668 "%%s"
3669 msgstr ""
3671 #: unpack-trees.c:143
3672 #, c-format
3673 msgid ""
3674 "The following untracked working tree files would be overwritten by "
3675 "checkout:\n"
3676 "%%sPlease move or remove them before you switch branches."
3677 msgstr ""
3679 #: unpack-trees.c:145
3680 #, c-format
3681 msgid ""
3682 "The following untracked working tree files would be overwritten by "
3683 "checkout:\n"
3684 "%%s"
3685 msgstr ""
3687 #: unpack-trees.c:148
3688 #, c-format
3689 msgid ""
3690 "The following untracked working tree files would be overwritten by merge:\n"
3691 "%%sPlease move or remove them before you merge."
3692 msgstr ""
3694 #: unpack-trees.c:150
3695 #, c-format
3696 msgid ""
3697 "The following untracked working tree files would be overwritten by merge:\n"
3698 "%%s"
3699 msgstr ""
3701 #: unpack-trees.c:153
3702 #, c-format
3703 msgid ""
3704 "The following untracked working tree files would be overwritten by %s:\n"
3705 "%%sPlease move or remove them before you %s."
3706 msgstr ""
3708 #: unpack-trees.c:155
3709 #, c-format
3710 msgid ""
3711 "The following untracked working tree files would be overwritten by %s:\n"
3712 "%%s"
3713 msgstr ""
3715 #: unpack-trees.c:162
3716 #, c-format
3717 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3718 msgstr ""
3720 #: unpack-trees.c:165
3721 #, c-format
3722 msgid ""
3723 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3724 "%s"
3725 msgstr ""
3727 #: unpack-trees.c:167
3728 #, c-format
3729 msgid ""
3730 "The following working tree files would be overwritten by sparse checkout "
3731 "update:\n"
3732 "%s"
3733 msgstr ""
3735 #: unpack-trees.c:169
3736 #, c-format
3737 msgid ""
3738 "The following working tree files would be removed by sparse checkout "
3739 "update:\n"
3740 "%s"
3741 msgstr ""
3743 #: unpack-trees.c:171
3744 #, c-format
3745 msgid ""
3746 "Cannot update submodule:\n"
3747 "%s"
3748 msgstr ""
3750 #: unpack-trees.c:248
3751 #, c-format
3752 msgid "Aborting\n"
3753 msgstr ""
3755 #: unpack-trees.c:277
3756 #, c-format
3757 msgid "submodule update strategy not supported for submodule '%s'"
3758 msgstr ""
3760 #: unpack-trees.c:346
3761 msgid "Checking out files"
3762 msgstr ""
3764 #: urlmatch.c:163
3765 msgid "invalid URL scheme name or missing '://' suffix"
3766 msgstr ""
3768 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3769 #, c-format
3770 msgid "invalid %XX escape sequence"
3771 msgstr ""
3773 #: urlmatch.c:215
3774 msgid "missing host and scheme is not 'file:'"
3775 msgstr ""
3777 #: urlmatch.c:232
3778 msgid "a 'file:' URL may not have a port number"
3779 msgstr ""
3781 #: urlmatch.c:247
3782 msgid "invalid characters in host name"
3783 msgstr ""
3785 #: urlmatch.c:292 urlmatch.c:303
3786 msgid "invalid port number"
3787 msgstr ""
3789 #: urlmatch.c:371
3790 msgid "invalid '..' path segment"
3791 msgstr ""
3793 #: worktree.c:245
3794 #, c-format
3795 msgid "failed to read '%s'"
3796 msgstr ""
3798 #: wrapper.c:223 wrapper.c:393
3799 #, c-format
3800 msgid "could not open '%s' for reading and writing"
3801 msgstr ""
3803 #: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3804 #, c-format
3805 msgid "could not open '%s' for writing"
3806 msgstr ""
3808 #: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
3809 #: builtin/am.c:849 builtin/merge.c:1014
3810 #, c-format
3811 msgid "could not open '%s' for reading"
3812 msgstr ""
3814 #: wrapper.c:424 wrapper.c:624
3815 #, c-format
3816 msgid "unable to access '%s'"
3817 msgstr ""
3819 #: wrapper.c:632
3820 msgid "unable to get current working directory"
3821 msgstr ""
3823 #: wrapper.c:656
3824 #, c-format
3825 msgid "could not write to %s"
3826 msgstr ""
3828 #: wrapper.c:658
3829 #, c-format
3830 msgid "could not close %s"
3831 msgstr ""
3833 #: wt-status.c:152
3834 msgid "Unmerged paths:"
3835 msgstr ""
3837 #: wt-status.c:179 wt-status.c:206
3838 #, c-format
3839 msgid "  (use \"git reset %s <file>...\" to unstage)"
3840 msgstr ""
3842 #: wt-status.c:181 wt-status.c:208
3843 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3844 msgstr ""
3846 #: wt-status.c:185
3847 msgid "  (use \"git add <file>...\" to mark resolution)"
3848 msgstr ""
3850 #: wt-status.c:187 wt-status.c:191
3851 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3852 msgstr ""
3854 #: wt-status.c:189
3855 msgid "  (use \"git rm <file>...\" to mark resolution)"
3856 msgstr ""
3858 #: wt-status.c:200 wt-status.c:981
3859 msgid "Changes to be committed:"
3860 msgstr ""
3862 #: wt-status.c:218 wt-status.c:990
3863 msgid "Changes not staged for commit:"
3864 msgstr ""
3866 #: wt-status.c:222
3867 msgid "  (use \"git add <file>...\" to update what will be committed)"
3868 msgstr ""
3870 #: wt-status.c:224
3871 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3872 msgstr ""
3874 #: wt-status.c:225
3875 msgid ""
3876 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3877 msgstr ""
3879 #: wt-status.c:227
3880 msgid "  (commit or discard the untracked or modified content in submodules)"
3881 msgstr ""
3883 #: wt-status.c:239
3884 #, c-format
3885 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3886 msgstr ""
3888 #: wt-status.c:254
3889 msgid "both deleted:"
3890 msgstr ""
3892 #: wt-status.c:256
3893 msgid "added by us:"
3894 msgstr ""
3896 #: wt-status.c:258
3897 msgid "deleted by them:"
3898 msgstr ""
3900 #: wt-status.c:260
3901 msgid "added by them:"
3902 msgstr ""
3904 #: wt-status.c:262
3905 msgid "deleted by us:"
3906 msgstr ""
3908 #: wt-status.c:264
3909 msgid "both added:"
3910 msgstr ""
3912 #: wt-status.c:266
3913 msgid "both modified:"
3914 msgstr ""
3916 #: wt-status.c:276
3917 msgid "new file:"
3918 msgstr ""
3920 #: wt-status.c:278
3921 msgid "copied:"
3922 msgstr ""
3924 #: wt-status.c:280
3925 msgid "deleted:"
3926 msgstr ""
3928 #: wt-status.c:282
3929 msgid "modified:"
3930 msgstr ""
3932 #: wt-status.c:284
3933 msgid "renamed:"
3934 msgstr ""
3936 #: wt-status.c:286
3937 msgid "typechange:"
3938 msgstr ""
3940 #: wt-status.c:288
3941 msgid "unknown:"
3942 msgstr ""
3944 #: wt-status.c:290
3945 msgid "unmerged:"
3946 msgstr ""
3948 #: wt-status.c:372
3949 msgid "new commits, "
3950 msgstr ""
3952 #: wt-status.c:374
3953 msgid "modified content, "
3954 msgstr ""
3956 #: wt-status.c:376
3957 msgid "untracked content, "
3958 msgstr ""
3960 #: wt-status.c:821
3961 #, c-format
3962 msgid "Your stash currently has %d entry"
3963 msgid_plural "Your stash currently has %d entries"
3964 msgstr[0] ""
3965 msgstr[1] ""
3967 #: wt-status.c:853
3968 msgid "Submodules changed but not updated:"
3969 msgstr ""
3971 #: wt-status.c:855
3972 msgid "Submodule changes to be committed:"
3973 msgstr ""
3975 #: wt-status.c:937
3976 msgid ""
3977 "Do not touch the line above.\n"
3978 "Everything below will be removed."
3979 msgstr ""
3981 #: wt-status.c:1049
3982 msgid "You have unmerged paths."
3983 msgstr ""
3985 #: wt-status.c:1052
3986 msgid "  (fix conflicts and run \"git commit\")"
3987 msgstr ""
3989 #: wt-status.c:1054
3990 msgid "  (use \"git merge --abort\" to abort the merge)"
3991 msgstr ""
3993 #: wt-status.c:1059
3994 msgid "All conflicts fixed but you are still merging."
3995 msgstr ""
3997 #: wt-status.c:1062
3998 msgid "  (use \"git commit\" to conclude merge)"
3999 msgstr ""
4001 #: wt-status.c:1072
4002 msgid "You are in the middle of an am session."
4003 msgstr ""
4005 #: wt-status.c:1075
4006 msgid "The current patch is empty."
4007 msgstr ""
4009 #: wt-status.c:1079
4010 msgid "  (fix conflicts and then run \"git am --continue\")"
4011 msgstr ""
4013 #: wt-status.c:1081
4014 msgid "  (use \"git am --skip\" to skip this patch)"
4015 msgstr ""
4017 #: wt-status.c:1083
4018 msgid "  (use \"git am --abort\" to restore the original branch)"
4019 msgstr ""
4021 #: wt-status.c:1214
4022 msgid "git-rebase-todo is missing."
4023 msgstr ""
4025 #: wt-status.c:1216
4026 msgid "No commands done."
4027 msgstr ""
4029 #: wt-status.c:1219
4030 #, c-format
4031 msgid "Last command done (%d command done):"
4032 msgid_plural "Last commands done (%d commands done):"
4033 msgstr[0] ""
4034 msgstr[1] ""
4036 #: wt-status.c:1230
4037 #, c-format
4038 msgid "  (see more in file %s)"
4039 msgstr ""
4041 #: wt-status.c:1235
4042 msgid "No commands remaining."
4043 msgstr ""
4045 #: wt-status.c:1238
4046 #, c-format
4047 msgid "Next command to do (%d remaining command):"
4048 msgid_plural "Next commands to do (%d remaining commands):"
4049 msgstr[0] ""
4050 msgstr[1] ""
4052 #: wt-status.c:1246
4053 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4054 msgstr ""
4056 #: wt-status.c:1259
4057 #, c-format
4058 msgid "You are currently rebasing branch '%s' on '%s'."
4059 msgstr ""
4061 #: wt-status.c:1264
4062 msgid "You are currently rebasing."
4063 msgstr ""
4065 #: wt-status.c:1278
4066 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4067 msgstr ""
4069 #: wt-status.c:1280
4070 msgid "  (use \"git rebase --skip\" to skip this patch)"
4071 msgstr ""
4073 #: wt-status.c:1282
4074 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4075 msgstr ""
4077 #: wt-status.c:1288
4078 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4079 msgstr ""
4081 #: wt-status.c:1292
4082 #, c-format
4083 msgid ""
4084 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4085 msgstr ""
4087 #: wt-status.c:1297
4088 msgid "You are currently splitting a commit during a rebase."
4089 msgstr ""
4091 #: wt-status.c:1300
4092 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4093 msgstr ""
4095 #: wt-status.c:1304
4096 #, c-format
4097 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4098 msgstr ""
4100 #: wt-status.c:1309
4101 msgid "You are currently editing a commit during a rebase."
4102 msgstr ""
4104 #: wt-status.c:1312
4105 msgid "  (use \"git commit --amend\" to amend the current commit)"
4106 msgstr ""
4108 #: wt-status.c:1314
4109 msgid ""
4110 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4111 msgstr ""
4113 #: wt-status.c:1324
4114 #, c-format
4115 msgid "You are currently cherry-picking commit %s."
4116 msgstr ""
4118 #: wt-status.c:1329
4119 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4120 msgstr ""
4122 #: wt-status.c:1332
4123 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4124 msgstr ""
4126 #: wt-status.c:1334
4127 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4128 msgstr ""
4130 #: wt-status.c:1343
4131 #, c-format
4132 msgid "You are currently reverting commit %s."
4133 msgstr ""
4135 #: wt-status.c:1348
4136 msgid "  (fix conflicts and run \"git revert --continue\")"
4137 msgstr ""
4139 #: wt-status.c:1351
4140 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4141 msgstr ""
4143 #: wt-status.c:1353
4144 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4145 msgstr ""
4147 #: wt-status.c:1364
4148 #, c-format
4149 msgid "You are currently bisecting, started from branch '%s'."
4150 msgstr ""
4152 #: wt-status.c:1368
4153 msgid "You are currently bisecting."
4154 msgstr ""
4156 #: wt-status.c:1371
4157 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4158 msgstr ""
4160 #: wt-status.c:1568
4161 msgid "On branch "
4162 msgstr ""
4164 #: wt-status.c:1574
4165 msgid "interactive rebase in progress; onto "
4166 msgstr ""
4168 #: wt-status.c:1576
4169 msgid "rebase in progress; onto "
4170 msgstr ""
4172 #: wt-status.c:1581
4173 msgid "HEAD detached at "
4174 msgstr ""
4176 #: wt-status.c:1583
4177 msgid "HEAD detached from "
4178 msgstr ""
4180 #: wt-status.c:1586
4181 msgid "Not currently on any branch."
4182 msgstr ""
4184 #: wt-status.c:1606
4185 msgid "Initial commit"
4186 msgstr ""
4188 #: wt-status.c:1607
4189 msgid "No commits yet"
4190 msgstr ""
4192 #: wt-status.c:1621
4193 msgid "Untracked files"
4194 msgstr ""
4196 #: wt-status.c:1623
4197 msgid "Ignored files"
4198 msgstr ""
4200 #: wt-status.c:1627
4201 #, c-format
4202 msgid ""
4203 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4204 "may speed it up, but you have to be careful not to forget to add\n"
4205 "new files yourself (see 'git help status')."
4206 msgstr ""
4208 #: wt-status.c:1633
4209 #, c-format
4210 msgid "Untracked files not listed%s"
4211 msgstr ""
4213 #: wt-status.c:1635
4214 msgid " (use -u option to show untracked files)"
4215 msgstr ""
4217 #: wt-status.c:1641
4218 msgid "No changes"
4219 msgstr ""
4221 #: wt-status.c:1646
4222 #, c-format
4223 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4224 msgstr ""
4226 #: wt-status.c:1649
4227 #, c-format
4228 msgid "no changes added to commit\n"
4229 msgstr ""
4231 #: wt-status.c:1652
4232 #, c-format
4233 msgid ""
4234 "nothing added to commit but untracked files present (use \"git add\" to "
4235 "track)\n"
4236 msgstr ""
4238 #: wt-status.c:1655
4239 #, c-format
4240 msgid "nothing added to commit but untracked files present\n"
4241 msgstr ""
4243 #: wt-status.c:1658
4244 #, c-format
4245 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4246 msgstr ""
4248 #: wt-status.c:1661 wt-status.c:1666
4249 #, c-format
4250 msgid "nothing to commit\n"
4251 msgstr ""
4253 #: wt-status.c:1664
4254 #, c-format
4255 msgid "nothing to commit (use -u to show untracked files)\n"
4256 msgstr ""
4258 #: wt-status.c:1668
4259 #, c-format
4260 msgid "nothing to commit, working tree clean\n"
4261 msgstr ""
4263 #: wt-status.c:1780
4264 msgid "No commits yet on "
4265 msgstr ""
4267 #: wt-status.c:1784
4268 msgid "HEAD (no branch)"
4269 msgstr ""
4271 #: wt-status.c:1813 wt-status.c:1821
4272 msgid "behind "
4273 msgstr ""
4275 #: wt-status.c:1816 wt-status.c:1819
4276 msgid "ahead "
4277 msgstr ""
4279 #. TRANSLATORS: the action is e.g. "pull with rebase"
4280 #: wt-status.c:2311
4281 #, c-format
4282 msgid "cannot %s: You have unstaged changes."
4283 msgstr ""
4285 #: wt-status.c:2317
4286 msgid "additionally, your index contains uncommitted changes."
4287 msgstr ""
4289 #: wt-status.c:2319
4290 #, c-format
4291 msgid "cannot %s: Your index contains uncommitted changes."
4292 msgstr ""
4294 #: compat/precompose_utf8.c:58 builtin/clone.c:436
4295 #, c-format
4296 msgid "failed to unlink '%s'"
4297 msgstr ""
4299 #: builtin/add.c:24
4300 msgid "git add [<options>] [--] <pathspec>..."
4301 msgstr ""
4303 #: builtin/add.c:82
4304 #, c-format
4305 msgid "unexpected diff status %c"
4306 msgstr ""
4308 #: builtin/add.c:87 builtin/commit.c:292
4309 msgid "updating files failed"
4310 msgstr ""
4312 #: builtin/add.c:97
4313 #, c-format
4314 msgid "remove '%s'\n"
4315 msgstr ""
4317 #: builtin/add.c:151
4318 msgid "Unstaged changes after refreshing the index:"
4319 msgstr ""
4321 #: builtin/add.c:211 builtin/rev-parse.c:873
4322 msgid "Could not read the index"
4323 msgstr ""
4325 #: builtin/add.c:222
4326 #, c-format
4327 msgid "Could not open '%s' for writing."
4328 msgstr ""
4330 #: builtin/add.c:226
4331 msgid "Could not write patch"
4332 msgstr ""
4334 #: builtin/add.c:229
4335 msgid "editing patch failed"
4336 msgstr ""
4338 #: builtin/add.c:232
4339 #, c-format
4340 msgid "Could not stat '%s'"
4341 msgstr ""
4343 #: builtin/add.c:234
4344 msgid "Empty patch. Aborted."
4345 msgstr ""
4347 #: builtin/add.c:239
4348 #, c-format
4349 msgid "Could not apply '%s'"
4350 msgstr ""
4352 #: builtin/add.c:249
4353 msgid "The following paths are ignored by one of your .gitignore files:\n"
4354 msgstr ""
4356 #: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4357 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4358 #: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4359 msgid "dry run"
4360 msgstr ""
4362 #: builtin/add.c:272
4363 msgid "interactive picking"
4364 msgstr ""
4366 #: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4367 msgid "select hunks interactively"
4368 msgstr ""
4370 #: builtin/add.c:274
4371 msgid "edit current diff and apply"
4372 msgstr ""
4374 #: builtin/add.c:275
4375 msgid "allow adding otherwise ignored files"
4376 msgstr ""
4378 #: builtin/add.c:276
4379 msgid "update tracked files"
4380 msgstr ""
4382 #: builtin/add.c:277
4383 msgid "record only the fact that the path will be added later"
4384 msgstr ""
4386 #: builtin/add.c:278
4387 msgid "add changes from all tracked and untracked files"
4388 msgstr ""
4390 #: builtin/add.c:281
4391 msgid "ignore paths removed in the working tree (same as --no-all)"
4392 msgstr ""
4394 #: builtin/add.c:283
4395 msgid "don't add, only refresh the index"
4396 msgstr ""
4398 #: builtin/add.c:284
4399 msgid "just skip files which cannot be added because of errors"
4400 msgstr ""
4402 #: builtin/add.c:285
4403 msgid "check if - even missing - files are ignored in dry run"
4404 msgstr ""
4406 #: builtin/add.c:286 builtin/update-index.c:952
4407 msgid "(+/-)x"
4408 msgstr ""
4410 #: builtin/add.c:286 builtin/update-index.c:953
4411 msgid "override the executable bit of the listed files"
4412 msgstr ""
4414 #: builtin/add.c:288
4415 msgid "warn when adding an embedded repository"
4416 msgstr ""
4418 #: builtin/add.c:303
4419 #, c-format
4420 msgid ""
4421 "You've added another git repository inside your current repository.\n"
4422 "Clones of the outer repository will not contain the contents of\n"
4423 "the embedded repository and will not know how to obtain it.\n"
4424 "If you meant to add a submodule, use:\n"
4425 "\n"
4426 "\tgit submodule add <url> %s\n"
4427 "\n"
4428 "If you added this path by mistake, you can remove it from the\n"
4429 "index with:\n"
4430 "\n"
4431 "\tgit rm --cached %s\n"
4432 "\n"
4433 "See \"git help submodule\" for more information."
4434 msgstr ""
4436 #: builtin/add.c:331
4437 #, c-format
4438 msgid "adding embedded git repository: %s"
4439 msgstr ""
4441 #: builtin/add.c:349
4442 #, c-format
4443 msgid "Use -f if you really want to add them.\n"
4444 msgstr ""
4446 #: builtin/add.c:357
4447 msgid "adding files failed"
4448 msgstr ""
4450 #: builtin/add.c:394
4451 msgid "-A and -u are mutually incompatible"
4452 msgstr ""
4454 #: builtin/add.c:401
4455 msgid "Option --ignore-missing can only be used together with --dry-run"
4456 msgstr ""
4458 #: builtin/add.c:405
4459 #, c-format
4460 msgid "--chmod param '%s' must be either -x or +x"
4461 msgstr ""
4463 #: builtin/add.c:420
4464 #, c-format
4465 msgid "Nothing specified, nothing added.\n"
4466 msgstr ""
4468 #: builtin/add.c:421
4469 #, c-format
4470 msgid "Maybe you wanted to say 'git add .'?\n"
4471 msgstr ""
4473 #: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4474 #: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4475 #: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4476 #: builtin/submodule--helper.c:244
4477 msgid "index file corrupt"
4478 msgstr ""
4480 #: builtin/am.c:413
4481 msgid "could not parse author script"
4482 msgstr ""
4484 #: builtin/am.c:489
4485 #, c-format
4486 msgid "'%s' was deleted by the applypatch-msg hook"
4487 msgstr ""
4489 #: builtin/am.c:530
4490 #, c-format
4491 msgid "Malformed input line: '%s'."
4492 msgstr ""
4494 #: builtin/am.c:567
4495 #, c-format
4496 msgid "Failed to copy notes from '%s' to '%s'"
4497 msgstr ""
4499 #: builtin/am.c:593
4500 msgid "fseek failed"
4501 msgstr ""
4503 #: builtin/am.c:777
4504 #, c-format
4505 msgid "could not parse patch '%s'"
4506 msgstr ""
4508 #: builtin/am.c:842
4509 msgid "Only one StGIT patch series can be applied at once"
4510 msgstr ""
4512 #: builtin/am.c:889
4513 msgid "invalid timestamp"
4514 msgstr ""
4516 #: builtin/am.c:892 builtin/am.c:900
4517 msgid "invalid Date line"
4518 msgstr ""
4520 #: builtin/am.c:897
4521 msgid "invalid timezone offset"
4522 msgstr ""
4524 #: builtin/am.c:986
4525 msgid "Patch format detection failed."
4526 msgstr ""
4528 #: builtin/am.c:991 builtin/clone.c:401
4529 #, c-format
4530 msgid "failed to create directory '%s'"
4531 msgstr ""
4533 #: builtin/am.c:995
4534 msgid "Failed to split patches."
4535 msgstr ""
4537 #: builtin/am.c:1120 builtin/commit.c:377
4538 msgid "unable to write index file"
4539 msgstr ""
4541 #: builtin/am.c:1171
4542 #, c-format
4543 msgid "When you have resolved this problem, run \"%s --continue\"."
4544 msgstr ""
4546 #: builtin/am.c:1172
4547 #, c-format
4548 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4549 msgstr ""
4551 #: builtin/am.c:1173
4552 #, c-format
4553 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4554 msgstr ""
4556 #: builtin/am.c:1304
4557 msgid "Patch is empty."
4558 msgstr ""
4560 #: builtin/am.c:1370
4561 #, c-format
4562 msgid "invalid ident line: %.*s"
4563 msgstr ""
4565 #: builtin/am.c:1392
4566 #, c-format
4567 msgid "unable to parse commit %s"
4568 msgstr ""
4570 #: builtin/am.c:1586
4571 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4572 msgstr ""
4574 #: builtin/am.c:1588
4575 msgid "Using index info to reconstruct a base tree..."
4576 msgstr ""
4578 #: builtin/am.c:1607
4579 msgid ""
4580 "Did you hand edit your patch?\n"
4581 "It does not apply to blobs recorded in its index."
4582 msgstr ""
4584 #: builtin/am.c:1613
4585 msgid "Falling back to patching base and 3-way merge..."
4586 msgstr ""
4588 #: builtin/am.c:1638
4589 msgid "Failed to merge in the changes."
4590 msgstr ""
4592 #: builtin/am.c:1662 builtin/merge.c:632
4593 msgid "git write-tree failed to write a tree"
4594 msgstr ""
4596 #: builtin/am.c:1669
4597 msgid "applying to an empty history"
4598 msgstr ""
4600 #: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4601 #: builtin/merge.c:828
4602 msgid "failed to write commit object"
4603 msgstr ""
4605 #: builtin/am.c:1715 builtin/am.c:1719
4606 #, c-format
4607 msgid "cannot resume: %s does not exist."
4608 msgstr ""
4610 #: builtin/am.c:1735
4611 msgid "cannot be interactive without stdin connected to a terminal."
4612 msgstr ""
4614 #: builtin/am.c:1740
4615 msgid "Commit Body is:"
4616 msgstr ""
4618 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4619 #. in your translation. The program will only accept English
4620 #. input at this point.
4622 #: builtin/am.c:1750
4623 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4624 msgstr ""
4626 #: builtin/am.c:1800
4627 #, c-format
4628 msgid "Dirty index: cannot apply patches (dirty: %s)"
4629 msgstr ""
4631 #: builtin/am.c:1840 builtin/am.c:1912
4632 #, c-format
4633 msgid "Applying: %.*s"
4634 msgstr ""
4636 #: builtin/am.c:1856
4637 msgid "No changes -- Patch already applied."
4638 msgstr ""
4640 #: builtin/am.c:1864
4641 #, c-format
4642 msgid "Patch failed at %s %.*s"
4643 msgstr ""
4645 #: builtin/am.c:1870
4646 #, c-format
4647 msgid "The copy of the patch that failed is found in: %s"
4648 msgstr ""
4650 #: builtin/am.c:1915
4651 msgid ""
4652 "No changes - did you forget to use 'git add'?\n"
4653 "If there is nothing left to stage, chances are that something else\n"
4654 "already introduced the same changes; you might want to skip this patch."
4655 msgstr ""
4657 #: builtin/am.c:1922
4658 msgid ""
4659 "You still have unmerged paths in your index.\n"
4660 "You should 'git add' each file with resolved conflicts to mark them as "
4661 "such.\n"
4662 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4663 msgstr ""
4665 #: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4666 #: builtin/reset.c:331
4667 #, c-format
4668 msgid "Could not parse object '%s'."
4669 msgstr ""
4671 #: builtin/am.c:2083
4672 msgid "failed to clean index"
4673 msgstr ""
4675 #: builtin/am.c:2117
4676 msgid ""
4677 "You seem to have moved HEAD since the last 'am' failure.\n"
4678 "Not rewinding to ORIG_HEAD"
4679 msgstr ""
4681 #: builtin/am.c:2180
4682 #, c-format
4683 msgid "Invalid value for --patch-format: %s"
4684 msgstr ""
4686 #: builtin/am.c:2213
4687 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4688 msgstr ""
4690 #: builtin/am.c:2214
4691 msgid "git am [<options>] (--continue | --skip | --abort)"
4692 msgstr ""
4694 #: builtin/am.c:2220
4695 msgid "run interactively"
4696 msgstr ""
4698 #: builtin/am.c:2222
4699 msgid "historical option -- no-op"
4700 msgstr ""
4702 #: builtin/am.c:2224
4703 msgid "allow fall back on 3way merging if needed"
4704 msgstr ""
4706 #: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4707 #: builtin/repack.c:180
4708 msgid "be quiet"
4709 msgstr ""
4711 #: builtin/am.c:2227
4712 msgid "add a Signed-off-by line to the commit message"
4713 msgstr ""
4715 #: builtin/am.c:2230
4716 msgid "recode into utf8 (default)"
4717 msgstr ""
4719 #: builtin/am.c:2232
4720 msgid "pass -k flag to git-mailinfo"
4721 msgstr ""
4723 #: builtin/am.c:2234
4724 msgid "pass -b flag to git-mailinfo"
4725 msgstr ""
4727 #: builtin/am.c:2236
4728 msgid "pass -m flag to git-mailinfo"
4729 msgstr ""
4731 #: builtin/am.c:2238
4732 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4733 msgstr ""
4735 #: builtin/am.c:2241
4736 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4737 msgstr ""
4739 #: builtin/am.c:2244
4740 msgid "strip everything before a scissors line"
4741 msgstr ""
4743 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4744 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4745 #: builtin/am.c:2273
4746 msgid "pass it through git-apply"
4747 msgstr ""
4749 #: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
4750 #: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
4751 #: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
4752 #: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
4753 #: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
4754 #: parse-options.h:245
4755 msgid "n"
4756 msgstr ""
4758 #: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
4759 #: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4760 msgid "format"
4761 msgstr ""
4763 #: builtin/am.c:2270
4764 msgid "format the patch(es) are in"
4765 msgstr ""
4767 #: builtin/am.c:2276
4768 msgid "override error message when patch failure occurs"
4769 msgstr ""
4771 #: builtin/am.c:2278
4772 msgid "continue applying patches after resolving a conflict"
4773 msgstr ""
4775 #: builtin/am.c:2281
4776 msgid "synonyms for --continue"
4777 msgstr ""
4779 #: builtin/am.c:2284
4780 msgid "skip the current patch"
4781 msgstr ""
4783 #: builtin/am.c:2287
4784 msgid "restore the original branch and abort the patching operation."
4785 msgstr ""
4787 #: builtin/am.c:2291
4788 msgid "lie about committer date"
4789 msgstr ""
4791 #: builtin/am.c:2293
4792 msgid "use current timestamp for author date"
4793 msgstr ""
4795 #: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
4796 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4797 msgid "key-id"
4798 msgstr ""
4800 #: builtin/am.c:2296
4801 msgid "GPG-sign commits"
4802 msgstr ""
4804 #: builtin/am.c:2299
4805 msgid "(internal use for git-rebase)"
4806 msgstr ""
4808 #: builtin/am.c:2317
4809 msgid ""
4810 "The -b/--binary option has been a no-op for long time, and\n"
4811 "it will be removed. Please do not use it anymore."
4812 msgstr ""
4814 #: builtin/am.c:2324
4815 msgid "failed to read the index"
4816 msgstr ""
4818 #: builtin/am.c:2339
4819 #, c-format
4820 msgid "previous rebase directory %s still exists but mbox given."
4821 msgstr ""
4823 #: builtin/am.c:2363
4824 #, c-format
4825 msgid ""
4826 "Stray %s directory found.\n"
4827 "Use \"git am --abort\" to remove it."
4828 msgstr ""
4830 #: builtin/am.c:2369
4831 msgid "Resolve operation not in progress, we are not resuming."
4832 msgstr ""
4834 #: builtin/apply.c:8
4835 msgid "git apply [<options>] [<patch>...]"
4836 msgstr ""
4838 #: builtin/archive.c:17
4839 #, c-format
4840 msgid "could not create archive file '%s'"
4841 msgstr ""
4843 #: builtin/archive.c:20
4844 msgid "could not redirect output"
4845 msgstr ""
4847 #: builtin/archive.c:37
4848 msgid "git archive: Remote with no URL"
4849 msgstr ""
4851 #: builtin/archive.c:58
4852 msgid "git archive: expected ACK/NAK, got EOF"
4853 msgstr ""
4855 #: builtin/archive.c:61
4856 #, c-format
4857 msgid "git archive: NACK %s"
4858 msgstr ""
4860 #: builtin/archive.c:64
4861 msgid "git archive: protocol error"
4862 msgstr ""
4864 #: builtin/archive.c:68
4865 msgid "git archive: expected a flush"
4866 msgstr ""
4868 #: builtin/bisect--helper.c:7
4869 msgid "git bisect--helper --next-all [--no-checkout]"
4870 msgstr ""
4872 #: builtin/bisect--helper.c:17
4873 msgid "perform 'git bisect next'"
4874 msgstr ""
4876 #: builtin/bisect--helper.c:19
4877 msgid "update BISECT_HEAD instead of checking out the current commit"
4878 msgstr ""
4880 #: builtin/blame.c:27
4881 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4882 msgstr ""
4884 #: builtin/blame.c:32
4885 msgid "<rev-opts> are documented in git-rev-list(1)"
4886 msgstr ""
4888 #: builtin/blame.c:668
4889 msgid "Show blame entries as we find them, incrementally"
4890 msgstr ""
4892 #: builtin/blame.c:669
4893 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4894 msgstr ""
4896 #: builtin/blame.c:670
4897 msgid "Do not treat root commits as boundaries (Default: off)"
4898 msgstr ""
4900 #: builtin/blame.c:671
4901 msgid "Show work cost statistics"
4902 msgstr ""
4904 #: builtin/blame.c:672
4905 msgid "Force progress reporting"
4906 msgstr ""
4908 #: builtin/blame.c:673
4909 msgid "Show output score for blame entries"
4910 msgstr ""
4912 #: builtin/blame.c:674
4913 msgid "Show original filename (Default: auto)"
4914 msgstr ""
4916 #: builtin/blame.c:675
4917 msgid "Show original linenumber (Default: off)"
4918 msgstr ""
4920 #: builtin/blame.c:676
4921 msgid "Show in a format designed for machine consumption"
4922 msgstr ""
4924 #: builtin/blame.c:677
4925 msgid "Show porcelain format with per-line commit information"
4926 msgstr ""
4928 #: builtin/blame.c:678
4929 msgid "Use the same output mode as git-annotate (Default: off)"
4930 msgstr ""
4932 #: builtin/blame.c:679
4933 msgid "Show raw timestamp (Default: off)"
4934 msgstr ""
4936 #: builtin/blame.c:680
4937 msgid "Show long commit SHA1 (Default: off)"
4938 msgstr ""
4940 #: builtin/blame.c:681
4941 msgid "Suppress author name and timestamp (Default: off)"
4942 msgstr ""
4944 #: builtin/blame.c:682
4945 msgid "Show author email instead of name (Default: off)"
4946 msgstr ""
4948 #: builtin/blame.c:683
4949 msgid "Ignore whitespace differences"
4950 msgstr ""
4952 #: builtin/blame.c:690
4953 msgid "Use an experimental heuristic to improve diffs"
4954 msgstr ""
4956 #: builtin/blame.c:692
4957 msgid "Spend extra cycles to find better match"
4958 msgstr ""
4960 #: builtin/blame.c:693
4961 msgid "Use revisions from <file> instead of calling git-rev-list"
4962 msgstr ""
4964 #: builtin/blame.c:694
4965 msgid "Use <file>'s contents as the final image"
4966 msgstr ""
4968 #: builtin/blame.c:695 builtin/blame.c:696
4969 msgid "score"
4970 msgstr ""
4972 #: builtin/blame.c:695
4973 msgid "Find line copies within and across files"
4974 msgstr ""
4976 #: builtin/blame.c:696
4977 msgid "Find line movements within and across files"
4978 msgstr ""
4980 #: builtin/blame.c:697
4981 msgid "n,m"
4982 msgstr ""
4984 #: builtin/blame.c:697
4985 msgid "Process only line range n,m, counting from 1"
4986 msgstr ""
4988 #: builtin/blame.c:744
4989 msgid "--progress can't be used with --incremental or porcelain formats"
4990 msgstr ""
4992 #. TRANSLATORS: This string is used to tell us the
4993 #. maximum display width for a relative timestamp in
4994 #. "git blame" output.  For C locale, "4 years, 11
4995 #. months ago", which takes 22 places, is the longest
4996 #. among various forms of relative timestamps, but
4997 #. your language may need more or fewer display
4998 #. columns.
5000 #: builtin/blame.c:795
5001 msgid "4 years, 11 months ago"
5002 msgstr ""
5004 #: builtin/blame.c:882
5005 #, c-format
5006 msgid "file %s has only %lu line"
5007 msgid_plural "file %s has only %lu lines"
5008 msgstr[0] ""
5009 msgstr[1] ""
5011 #: builtin/blame.c:928
5012 msgid "Blaming lines"
5013 msgstr ""
5015 #: builtin/branch.c:27
5016 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5017 msgstr ""
5019 #: builtin/branch.c:28
5020 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5021 msgstr ""
5023 #: builtin/branch.c:29
5024 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5025 msgstr ""
5027 #: builtin/branch.c:30
5028 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5029 msgstr ""
5031 #: builtin/branch.c:31
5032 msgid "git branch [<options>] [-r | -a] [--points-at]"
5033 msgstr ""
5035 #: builtin/branch.c:32
5036 msgid "git branch [<options>] [-r | -a] [--format]"
5037 msgstr ""
5039 #: builtin/branch.c:145
5040 #, c-format
5041 msgid ""
5042 "deleting branch '%s' that has been merged to\n"
5043 "         '%s', but not yet merged to HEAD."
5044 msgstr ""
5046 #: builtin/branch.c:149
5047 #, c-format
5048 msgid ""
5049 "not deleting branch '%s' that is not yet merged to\n"
5050 "         '%s', even though it is merged to HEAD."
5051 msgstr ""
5053 #: builtin/branch.c:163
5054 #, c-format
5055 msgid "Couldn't look up commit object for '%s'"
5056 msgstr ""
5058 #: builtin/branch.c:167
5059 #, c-format
5060 msgid ""
5061 "The branch '%s' is not fully merged.\n"
5062 "If you are sure you want to delete it, run 'git branch -D %s'."
5063 msgstr ""
5065 #: builtin/branch.c:180
5066 msgid "Update of config-file failed"
5067 msgstr ""
5069 #: builtin/branch.c:211
5070 msgid "cannot use -a with -d"
5071 msgstr ""
5073 #: builtin/branch.c:217
5074 msgid "Couldn't look up commit object for HEAD"
5075 msgstr ""
5077 #: builtin/branch.c:231
5078 #, c-format
5079 msgid "Cannot delete branch '%s' checked out at '%s'"
5080 msgstr ""
5082 #: builtin/branch.c:246
5083 #, c-format
5084 msgid "remote-tracking branch '%s' not found."
5085 msgstr ""
5087 #: builtin/branch.c:247
5088 #, c-format
5089 msgid "branch '%s' not found."
5090 msgstr ""
5092 #: builtin/branch.c:262
5093 #, c-format
5094 msgid "Error deleting remote-tracking branch '%s'"
5095 msgstr ""
5097 #: builtin/branch.c:263
5098 #, c-format
5099 msgid "Error deleting branch '%s'"
5100 msgstr ""
5102 #: builtin/branch.c:270
5103 #, c-format
5104 msgid "Deleted remote-tracking branch %s (was %s).\n"
5105 msgstr ""
5107 #: builtin/branch.c:271
5108 #, c-format
5109 msgid "Deleted branch %s (was %s).\n"
5110 msgstr ""
5112 #: builtin/branch.c:445
5113 #, c-format
5114 msgid "Branch %s is being rebased at %s"
5115 msgstr ""
5117 #: builtin/branch.c:449
5118 #, c-format
5119 msgid "Branch %s is being bisected at %s"
5120 msgstr ""
5122 #: builtin/branch.c:464
5123 msgid "cannot rename the current branch while not on any."
5124 msgstr ""
5126 #: builtin/branch.c:474
5127 #, c-format
5128 msgid "Invalid branch name: '%s'"
5129 msgstr ""
5131 #: builtin/branch.c:491
5132 msgid "Branch rename failed"
5133 msgstr ""
5135 #: builtin/branch.c:494
5136 #, c-format
5137 msgid "Renamed a misnamed branch '%s' away"
5138 msgstr ""
5140 #: builtin/branch.c:497
5141 #, c-format
5142 msgid "Branch renamed to %s, but HEAD is not updated!"
5143 msgstr ""
5145 #: builtin/branch.c:506
5146 msgid "Branch is renamed, but update of config-file failed"
5147 msgstr ""
5149 #: builtin/branch.c:522
5150 #, c-format
5151 msgid ""
5152 "Please edit the description for the branch\n"
5153 "  %s\n"
5154 "Lines starting with '%c' will be stripped.\n"
5155 msgstr ""
5157 #: builtin/branch.c:555
5158 msgid "Generic options"
5159 msgstr ""
5161 #: builtin/branch.c:557
5162 msgid "show hash and subject, give twice for upstream branch"
5163 msgstr ""
5165 #: builtin/branch.c:558
5166 msgid "suppress informational messages"
5167 msgstr ""
5169 #: builtin/branch.c:559
5170 msgid "set up tracking mode (see git-pull(1))"
5171 msgstr ""
5173 #: builtin/branch.c:561
5174 msgid "change upstream info"
5175 msgstr ""
5177 #: builtin/branch.c:563
5178 msgid "upstream"
5179 msgstr ""
5181 #: builtin/branch.c:563
5182 msgid "change the upstream info"
5183 msgstr ""
5185 #: builtin/branch.c:564
5186 msgid "Unset the upstream info"
5187 msgstr ""
5189 #: builtin/branch.c:565
5190 msgid "use colored output"
5191 msgstr ""
5193 #: builtin/branch.c:566
5194 msgid "act on remote-tracking branches"
5195 msgstr ""
5197 #: builtin/branch.c:568 builtin/branch.c:570
5198 msgid "print only branches that contain the commit"
5199 msgstr ""
5201 #: builtin/branch.c:569 builtin/branch.c:571
5202 msgid "print only branches that don't contain the commit"
5203 msgstr ""
5205 #: builtin/branch.c:574
5206 msgid "Specific git-branch actions:"
5207 msgstr ""
5209 #: builtin/branch.c:575
5210 msgid "list both remote-tracking and local branches"
5211 msgstr ""
5213 #: builtin/branch.c:577
5214 msgid "delete fully merged branch"
5215 msgstr ""
5217 #: builtin/branch.c:578
5218 msgid "delete branch (even if not merged)"
5219 msgstr ""
5221 #: builtin/branch.c:579
5222 msgid "move/rename a branch and its reflog"
5223 msgstr ""
5225 #: builtin/branch.c:580
5226 msgid "move/rename a branch, even if target exists"
5227 msgstr ""
5229 #: builtin/branch.c:581
5230 msgid "list branch names"
5231 msgstr ""
5233 #: builtin/branch.c:582
5234 msgid "create the branch's reflog"
5235 msgstr ""
5237 #: builtin/branch.c:584
5238 msgid "edit the description for the branch"
5239 msgstr ""
5241 #: builtin/branch.c:585
5242 msgid "force creation, move/rename, deletion"
5243 msgstr ""
5245 #: builtin/branch.c:586
5246 msgid "print only branches that are merged"
5247 msgstr ""
5249 #: builtin/branch.c:587
5250 msgid "print only branches that are not merged"
5251 msgstr ""
5253 #: builtin/branch.c:588
5254 msgid "list branches in columns"
5255 msgstr ""
5257 #: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5258 msgid "key"
5259 msgstr ""
5261 #: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5262 msgid "field name to sort on"
5263 msgstr ""
5265 #: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5266 #: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5267 #: builtin/tag.c:430
5268 msgid "object"
5269 msgstr ""
5271 #: builtin/branch.c:593
5272 msgid "print only branches of the object"
5273 msgstr ""
5275 #: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5276 msgid "sorting and filtering are case insensitive"
5277 msgstr ""
5279 #: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5280 #: builtin/verify-tag.c:39
5281 msgid "format to use for the output"
5282 msgstr ""
5284 #: builtin/branch.c:615
5285 msgid "Failed to resolve HEAD as a valid ref."
5286 msgstr ""
5288 #: builtin/branch.c:619 builtin/clone.c:728
5289 msgid "HEAD not found below refs/heads!"
5290 msgstr ""
5292 #: builtin/branch.c:642
5293 msgid "--column and --verbose are incompatible"
5294 msgstr ""
5296 #: builtin/branch.c:653 builtin/branch.c:705
5297 msgid "branch name required"
5298 msgstr ""
5300 #: builtin/branch.c:681
5301 msgid "Cannot give description to detached HEAD"
5302 msgstr ""
5304 #: builtin/branch.c:686
5305 msgid "cannot edit description of more than one branch"
5306 msgstr ""
5308 #: builtin/branch.c:693
5309 #, c-format
5310 msgid "No commit on branch '%s' yet."
5311 msgstr ""
5313 #: builtin/branch.c:696
5314 #, c-format
5315 msgid "No branch named '%s'."
5316 msgstr ""
5318 #: builtin/branch.c:711
5319 msgid "too many branches for a rename operation"
5320 msgstr ""
5322 #: builtin/branch.c:716
5323 msgid "too many branches to set new upstream"
5324 msgstr ""
5326 #: builtin/branch.c:720
5327 #, c-format
5328 msgid ""
5329 "could not set upstream of HEAD to %s when it does not point to any branch."
5330 msgstr ""
5332 #: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5333 #, c-format
5334 msgid "no such branch '%s'"
5335 msgstr ""
5337 #: builtin/branch.c:727
5338 #, c-format
5339 msgid "branch '%s' does not exist"
5340 msgstr ""
5342 #: builtin/branch.c:739
5343 msgid "too many branches to unset upstream"
5344 msgstr ""
5346 #: builtin/branch.c:743
5347 msgid "could not unset upstream of HEAD when it does not point to any branch."
5348 msgstr ""
5350 #: builtin/branch.c:749
5351 #, c-format
5352 msgid "Branch '%s' has no upstream information"
5353 msgstr ""
5355 #: builtin/branch.c:763
5356 msgid "it does not make sense to create 'HEAD' manually"
5357 msgstr ""
5359 #: builtin/branch.c:769
5360 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5361 msgstr ""
5363 #: builtin/branch.c:772
5364 #, c-format
5365 msgid ""
5366 "The --set-upstream flag is deprecated and will be removed. Consider using --"
5367 "track or --set-upstream-to\n"
5368 msgstr ""
5370 #: builtin/branch.c:789
5371 #, c-format
5372 msgid ""
5373 "\n"
5374 "If you wanted to make '%s' track '%s', do this:\n"
5375 "\n"
5376 msgstr ""
5378 #: builtin/bundle.c:45
5379 #, c-format
5380 msgid "%s is okay\n"
5381 msgstr ""
5383 #: builtin/bundle.c:58
5384 msgid "Need a repository to create a bundle."
5385 msgstr ""
5387 #: builtin/bundle.c:62
5388 msgid "Need a repository to unbundle."
5389 msgstr ""
5391 #: builtin/cat-file.c:519
5392 msgid ""
5393 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5394 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5395 msgstr ""
5397 #: builtin/cat-file.c:520
5398 msgid ""
5399 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5400 "filters]"
5401 msgstr ""
5403 #: builtin/cat-file.c:557
5404 msgid "<type> can be one of: blob, tree, commit, tag"
5405 msgstr ""
5407 #: builtin/cat-file.c:558
5408 msgid "show object type"
5409 msgstr ""
5411 #: builtin/cat-file.c:559
5412 msgid "show object size"
5413 msgstr ""
5415 #: builtin/cat-file.c:561
5416 msgid "exit with zero when there's no error"
5417 msgstr ""
5419 #: builtin/cat-file.c:562
5420 msgid "pretty-print object's content"
5421 msgstr ""
5423 #: builtin/cat-file.c:564
5424 msgid "for blob objects, run textconv on object's content"
5425 msgstr ""
5427 #: builtin/cat-file.c:566
5428 msgid "for blob objects, run filters on object's content"
5429 msgstr ""
5431 #: builtin/cat-file.c:567 git-submodule.sh:944
5432 msgid "blob"
5433 msgstr ""
5435 #: builtin/cat-file.c:568
5436 msgid "use a specific path for --textconv/--filters"
5437 msgstr ""
5439 #: builtin/cat-file.c:570
5440 msgid "allow -s and -t to work with broken/corrupt objects"
5441 msgstr ""
5443 #: builtin/cat-file.c:571
5444 msgid "buffer --batch output"
5445 msgstr ""
5447 #: builtin/cat-file.c:573
5448 msgid "show info and content of objects fed from the standard input"
5449 msgstr ""
5451 #: builtin/cat-file.c:576
5452 msgid "show info about objects fed from the standard input"
5453 msgstr ""
5455 #: builtin/cat-file.c:579
5456 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5457 msgstr ""
5459 #: builtin/cat-file.c:581
5460 msgid "show all objects with --batch or --batch-check"
5461 msgstr ""
5463 #: builtin/check-attr.c:12
5464 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5465 msgstr ""
5467 #: builtin/check-attr.c:13
5468 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5469 msgstr ""
5471 #: builtin/check-attr.c:20
5472 msgid "report all attributes set on file"
5473 msgstr ""
5475 #: builtin/check-attr.c:21
5476 msgid "use .gitattributes only from the index"
5477 msgstr ""
5479 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5480 msgid "read file names from stdin"
5481 msgstr ""
5483 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5484 msgid "terminate input and output records by a NUL character"
5485 msgstr ""
5487 #: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5488 msgid "suppress progress reporting"
5489 msgstr ""
5491 #: builtin/check-ignore.c:28
5492 msgid "show non-matching input paths"
5493 msgstr ""
5495 #: builtin/check-ignore.c:30
5496 msgid "ignore index when checking"
5497 msgstr ""
5499 #: builtin/check-ignore.c:158
5500 msgid "cannot specify pathnames with --stdin"
5501 msgstr ""
5503 #: builtin/check-ignore.c:161
5504 msgid "-z only makes sense with --stdin"
5505 msgstr ""
5507 #: builtin/check-ignore.c:163
5508 msgid "no path specified"
5509 msgstr ""
5511 #: builtin/check-ignore.c:167
5512 msgid "--quiet is only valid with a single pathname"
5513 msgstr ""
5515 #: builtin/check-ignore.c:169
5516 msgid "cannot have both --quiet and --verbose"
5517 msgstr ""
5519 #: builtin/check-ignore.c:172
5520 msgid "--non-matching is only valid with --verbose"
5521 msgstr ""
5523 #: builtin/check-mailmap.c:9
5524 msgid "git check-mailmap [<options>] <contact>..."
5525 msgstr ""
5527 #: builtin/check-mailmap.c:14
5528 msgid "also read contacts from stdin"
5529 msgstr ""
5531 #: builtin/check-mailmap.c:25
5532 #, c-format
5533 msgid "unable to parse contact: %s"
5534 msgstr ""
5536 #: builtin/check-mailmap.c:48
5537 msgid "no contacts specified"
5538 msgstr ""
5540 #: builtin/checkout-index.c:128
5541 msgid "git checkout-index [<options>] [--] [<file>...]"
5542 msgstr ""
5544 #: builtin/checkout-index.c:145
5545 msgid "stage should be between 1 and 3 or all"
5546 msgstr ""
5548 #: builtin/checkout-index.c:161
5549 msgid "check out all files in the index"
5550 msgstr ""
5552 #: builtin/checkout-index.c:162
5553 msgid "force overwrite of existing files"
5554 msgstr ""
5556 #: builtin/checkout-index.c:164
5557 msgid "no warning for existing files and files not in index"
5558 msgstr ""
5560 #: builtin/checkout-index.c:166
5561 msgid "don't checkout new files"
5562 msgstr ""
5564 #: builtin/checkout-index.c:168
5565 msgid "update stat information in the index file"
5566 msgstr ""
5568 #: builtin/checkout-index.c:172
5569 msgid "read list of paths from the standard input"
5570 msgstr ""
5572 #: builtin/checkout-index.c:174
5573 msgid "write the content to temporary files"
5574 msgstr ""
5576 #: builtin/checkout-index.c:175 builtin/column.c:31
5577 #: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5578 #: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5579 #: builtin/worktree.c:478
5580 msgid "string"
5581 msgstr ""
5583 #: builtin/checkout-index.c:176
5584 msgid "when creating files, prepend <string>"
5585 msgstr ""
5587 #: builtin/checkout-index.c:178
5588 msgid "copy out the files from named stage"
5589 msgstr ""
5591 #: builtin/checkout.c:26
5592 msgid "git checkout [<options>] <branch>"
5593 msgstr ""
5595 #: builtin/checkout.c:27
5596 msgid "git checkout [<options>] [<branch>] -- <file>..."
5597 msgstr ""
5599 #: builtin/checkout.c:135 builtin/checkout.c:168
5600 #, c-format
5601 msgid "path '%s' does not have our version"
5602 msgstr ""
5604 #: builtin/checkout.c:137 builtin/checkout.c:170
5605 #, c-format
5606 msgid "path '%s' does not have their version"
5607 msgstr ""
5609 #: builtin/checkout.c:153
5610 #, c-format
5611 msgid "path '%s' does not have all necessary versions"
5612 msgstr ""
5614 #: builtin/checkout.c:197
5615 #, c-format
5616 msgid "path '%s' does not have necessary versions"
5617 msgstr ""
5619 #: builtin/checkout.c:214
5620 #, c-format
5621 msgid "path '%s': cannot merge"
5622 msgstr ""
5624 #: builtin/checkout.c:231
5625 #, c-format
5626 msgid "Unable to add merge result for '%s'"
5627 msgstr ""
5629 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5630 #: builtin/checkout.c:262
5631 #, c-format
5632 msgid "'%s' cannot be used with updating paths"
5633 msgstr ""
5635 #: builtin/checkout.c:265 builtin/checkout.c:268
5636 #, c-format
5637 msgid "'%s' cannot be used with %s"
5638 msgstr ""
5640 #: builtin/checkout.c:271
5641 #, c-format
5642 msgid "Cannot update paths and switch to branch '%s' at the same time."
5643 msgstr ""
5645 #: builtin/checkout.c:342 builtin/checkout.c:349
5646 #, c-format
5647 msgid "path '%s' is unmerged"
5648 msgstr ""
5650 #: builtin/checkout.c:497
5651 msgid "you need to resolve your current index first"
5652 msgstr ""
5654 #: builtin/checkout.c:628
5655 #, c-format
5656 msgid "Can not do reflog for '%s': %s\n"
5657 msgstr ""
5659 #: builtin/checkout.c:669
5660 msgid "HEAD is now at"
5661 msgstr ""
5663 #: builtin/checkout.c:673 builtin/clone.c:682
5664 msgid "unable to update HEAD"
5665 msgstr ""
5667 #: builtin/checkout.c:677
5668 #, c-format
5669 msgid "Reset branch '%s'\n"
5670 msgstr ""
5672 #: builtin/checkout.c:680
5673 #, c-format
5674 msgid "Already on '%s'\n"
5675 msgstr ""
5677 #: builtin/checkout.c:684
5678 #, c-format
5679 msgid "Switched to and reset branch '%s'\n"
5680 msgstr ""
5682 #: builtin/checkout.c:686 builtin/checkout.c:1075
5683 #, c-format
5684 msgid "Switched to a new branch '%s'\n"
5685 msgstr ""
5687 #: builtin/checkout.c:688
5688 #, c-format
5689 msgid "Switched to branch '%s'\n"
5690 msgstr ""
5692 #: builtin/checkout.c:739
5693 #, c-format
5694 msgid " ... and %d more.\n"
5695 msgstr ""
5697 #: builtin/checkout.c:745
5698 #, c-format
5699 msgid ""
5700 "Warning: you are leaving %d commit behind, not connected to\n"
5701 "any of your branches:\n"
5702 "\n"
5703 "%s\n"
5704 msgid_plural ""
5705 "Warning: you are leaving %d commits behind, not connected to\n"
5706 "any of your branches:\n"
5707 "\n"
5708 "%s\n"
5709 msgstr[0] ""
5710 msgstr[1] ""
5712 #: builtin/checkout.c:764
5713 #, c-format
5714 msgid ""
5715 "If you want to keep it by creating a new branch, this may be a good time\n"
5716 "to do so with:\n"
5717 "\n"
5718 " git branch <new-branch-name> %s\n"
5719 "\n"
5720 msgid_plural ""
5721 "If you want to keep them by creating a new branch, this may be a good time\n"
5722 "to do so with:\n"
5723 "\n"
5724 " git branch <new-branch-name> %s\n"
5725 "\n"
5726 msgstr[0] ""
5727 msgstr[1] ""
5729 #: builtin/checkout.c:800
5730 msgid "internal error in revision walk"
5731 msgstr ""
5733 #: builtin/checkout.c:804
5734 msgid "Previous HEAD position was"
5735 msgstr ""
5737 #: builtin/checkout.c:832 builtin/checkout.c:1070
5738 msgid "You are on a branch yet to be born"
5739 msgstr ""
5741 #: builtin/checkout.c:976
5742 #, c-format
5743 msgid "only one reference expected, %d given."
5744 msgstr ""
5746 #: builtin/checkout.c:1016 builtin/worktree.c:215
5747 #, c-format
5748 msgid "invalid reference: %s"
5749 msgstr ""
5751 #: builtin/checkout.c:1045
5752 #, c-format
5753 msgid "reference is not a tree: %s"
5754 msgstr ""
5756 #: builtin/checkout.c:1084
5757 msgid "paths cannot be used with switching branches"
5758 msgstr ""
5760 #: builtin/checkout.c:1087 builtin/checkout.c:1091
5761 #, c-format
5762 msgid "'%s' cannot be used with switching branches"
5763 msgstr ""
5765 #: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
5766 #: builtin/checkout.c:1106
5767 #, c-format
5768 msgid "'%s' cannot be used with '%s'"
5769 msgstr ""
5771 #: builtin/checkout.c:1111
5772 #, c-format
5773 msgid "Cannot switch branch to a non-commit '%s'"
5774 msgstr ""
5776 #: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
5777 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
5778 #: builtin/worktree.c:330
5779 msgid "branch"
5780 msgstr ""
5782 #: builtin/checkout.c:1145
5783 msgid "create and checkout a new branch"
5784 msgstr ""
5786 #: builtin/checkout.c:1147
5787 msgid "create/reset and checkout a branch"
5788 msgstr ""
5790 #: builtin/checkout.c:1148
5791 msgid "create reflog for new branch"
5792 msgstr ""
5794 #: builtin/checkout.c:1149 builtin/worktree.c:332
5795 msgid "detach HEAD at named commit"
5796 msgstr ""
5798 #: builtin/checkout.c:1150
5799 msgid "set upstream info for new branch"
5800 msgstr ""
5802 #: builtin/checkout.c:1152
5803 msgid "new-branch"
5804 msgstr ""
5806 #: builtin/checkout.c:1152
5807 msgid "new unparented branch"
5808 msgstr ""
5810 #: builtin/checkout.c:1153
5811 msgid "checkout our version for unmerged files"
5812 msgstr ""
5814 #: builtin/checkout.c:1155
5815 msgid "checkout their version for unmerged files"
5816 msgstr ""
5818 #: builtin/checkout.c:1157
5819 msgid "force checkout (throw away local modifications)"
5820 msgstr ""
5822 #: builtin/checkout.c:1158
5823 msgid "perform a 3-way merge with the new branch"
5824 msgstr ""
5826 #: builtin/checkout.c:1159 builtin/merge.c:235
5827 msgid "update ignored files (default)"
5828 msgstr ""
5830 #: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
5831 msgid "style"
5832 msgstr ""
5834 #: builtin/checkout.c:1161
5835 msgid "conflict style (merge or diff3)"
5836 msgstr ""
5838 #: builtin/checkout.c:1164
5839 msgid "do not limit pathspecs to sparse entries only"
5840 msgstr ""
5842 #: builtin/checkout.c:1166
5843 msgid "second guess 'git checkout <no-such-branch>'"
5844 msgstr ""
5846 #: builtin/checkout.c:1168
5847 msgid "do not check if another worktree is holding the given ref"
5848 msgstr ""
5850 #: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
5851 #: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
5852 #: builtin/send-pack.c:173
5853 msgid "force progress reporting"
5854 msgstr ""
5856 #: builtin/checkout.c:1203
5857 msgid "-b, -B and --orphan are mutually exclusive"
5858 msgstr ""
5860 #: builtin/checkout.c:1220
5861 msgid "--track needs a branch name"
5862 msgstr ""
5864 #: builtin/checkout.c:1225
5865 msgid "Missing branch name; try -b"
5866 msgstr ""
5868 #: builtin/checkout.c:1261
5869 msgid "invalid path specification"
5870 msgstr ""
5872 #: builtin/checkout.c:1268
5873 #, c-format
5874 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5875 msgstr ""
5877 #: builtin/checkout.c:1272
5878 #, c-format
5879 msgid "git checkout: --detach does not take a path argument '%s'"
5880 msgstr ""
5882 #: builtin/checkout.c:1276
5883 msgid ""
5884 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5885 "checking out of the index."
5886 msgstr ""
5888 #: builtin/clean.c:26
5889 msgid ""
5890 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5891 msgstr ""
5893 #: builtin/clean.c:30
5894 #, c-format
5895 msgid "Removing %s\n"
5896 msgstr ""
5898 #: builtin/clean.c:31
5899 #, c-format
5900 msgid "Would remove %s\n"
5901 msgstr ""
5903 #: builtin/clean.c:32
5904 #, c-format
5905 msgid "Skipping repository %s\n"
5906 msgstr ""
5908 #: builtin/clean.c:33
5909 #, c-format
5910 msgid "Would skip repository %s\n"
5911 msgstr ""
5913 #: builtin/clean.c:34
5914 #, c-format
5915 msgid "failed to remove %s"
5916 msgstr ""
5918 #: builtin/clean.c:298 git-add--interactive.perl:572
5919 #, c-format
5920 msgid ""
5921 "Prompt help:\n"
5922 "1          - select a numbered item\n"
5923 "foo        - select item based on unique prefix\n"
5924 "           - (empty) select nothing\n"
5925 msgstr ""
5927 #: builtin/clean.c:302 git-add--interactive.perl:581
5928 #, c-format
5929 msgid ""
5930 "Prompt help:\n"
5931 "1          - select a single item\n"
5932 "3-5        - select a range of items\n"
5933 "2-3,6-9    - select multiple ranges\n"
5934 "foo        - select item based on unique prefix\n"
5935 "-...       - unselect specified items\n"
5936 "*          - choose all items\n"
5937 "           - (empty) finish selecting\n"
5938 msgstr ""
5940 #: builtin/clean.c:518 git-add--interactive.perl:547
5941 #: git-add--interactive.perl:552
5942 #, c-format, perl-format
5943 msgid "Huh (%s)?\n"
5944 msgstr ""
5946 #: builtin/clean.c:660
5947 #, c-format
5948 msgid "Input ignore patterns>> "
5949 msgstr ""
5951 #: builtin/clean.c:697
5952 #, c-format
5953 msgid "WARNING: Cannot find items matched by: %s"
5954 msgstr ""
5956 #: builtin/clean.c:718
5957 msgid "Select items to delete"
5958 msgstr ""
5960 #. TRANSLATORS: Make sure to keep [y/N] as is
5961 #: builtin/clean.c:759
5962 #, c-format
5963 msgid "Remove %s [y/N]? "
5964 msgstr ""
5966 #: builtin/clean.c:784 git-add--interactive.perl:1616
5967 #, c-format
5968 msgid "Bye.\n"
5969 msgstr ""
5971 #: builtin/clean.c:792
5972 msgid ""
5973 "clean               - start cleaning\n"
5974 "filter by pattern   - exclude items from deletion\n"
5975 "select by numbers   - select items to be deleted by numbers\n"
5976 "ask each            - confirm each deletion (like \"rm -i\")\n"
5977 "quit                - stop cleaning\n"
5978 "help                - this screen\n"
5979 "?                   - help for prompt selection"
5980 msgstr ""
5982 #: builtin/clean.c:819 git-add--interactive.perl:1692
5983 msgid "*** Commands ***"
5984 msgstr ""
5986 #: builtin/clean.c:820 git-add--interactive.perl:1689
5987 msgid "What now"
5988 msgstr ""
5990 #: builtin/clean.c:828
5991 msgid "Would remove the following item:"
5992 msgid_plural "Would remove the following items:"
5993 msgstr[0] ""
5994 msgstr[1] ""
5996 #: builtin/clean.c:844
5997 msgid "No more files to clean, exiting."
5998 msgstr ""
6000 #: builtin/clean.c:906
6001 msgid "do not print names of files removed"
6002 msgstr ""
6004 #: builtin/clean.c:908
6005 msgid "force"
6006 msgstr ""
6008 #: builtin/clean.c:909
6009 msgid "interactive cleaning"
6010 msgstr ""
6012 #: builtin/clean.c:911
6013 msgid "remove whole directories"
6014 msgstr ""
6016 #: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
6017 #: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
6018 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6019 msgid "pattern"
6020 msgstr ""
6022 #: builtin/clean.c:913
6023 msgid "add <pattern> to ignore rules"
6024 msgstr ""
6026 #: builtin/clean.c:914
6027 msgid "remove ignored files, too"
6028 msgstr ""
6030 #: builtin/clean.c:916
6031 msgid "remove only ignored files"
6032 msgstr ""
6034 #: builtin/clean.c:934
6035 msgid "-x and -X cannot be used together"
6036 msgstr ""
6038 #: builtin/clean.c:938
6039 msgid ""
6040 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6041 "clean"
6042 msgstr ""
6044 #: builtin/clean.c:941
6045 msgid ""
6046 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6047 "refusing to clean"
6048 msgstr ""
6050 #: builtin/clone.c:38
6051 msgid "git clone [<options>] [--] <repo> [<dir>]"
6052 msgstr ""
6054 #: builtin/clone.c:82
6055 msgid "don't create a checkout"
6056 msgstr ""
6058 #: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6059 msgid "create a bare repository"
6060 msgstr ""
6062 #: builtin/clone.c:87
6063 msgid "create a mirror repository (implies bare)"
6064 msgstr ""
6066 #: builtin/clone.c:89
6067 msgid "to clone from a local repository"
6068 msgstr ""
6070 #: builtin/clone.c:91
6071 msgid "don't use local hardlinks, always copy"
6072 msgstr ""
6074 #: builtin/clone.c:93
6075 msgid "setup as shared repository"
6076 msgstr ""
6078 #: builtin/clone.c:95 builtin/clone.c:99
6079 msgid "pathspec"
6080 msgstr ""
6082 #: builtin/clone.c:95 builtin/clone.c:99
6083 msgid "initialize submodules in the clone"
6084 msgstr ""
6086 #: builtin/clone.c:102
6087 msgid "number of submodules cloned in parallel"
6088 msgstr ""
6090 #: builtin/clone.c:103 builtin/init-db.c:476
6091 msgid "template-directory"
6092 msgstr ""
6094 #: builtin/clone.c:104 builtin/init-db.c:477
6095 msgid "directory from which templates will be used"
6096 msgstr ""
6098 #: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6099 #: builtin/submodule--helper.c:983
6100 msgid "reference repository"
6101 msgstr ""
6103 #: builtin/clone.c:110
6104 msgid "use --reference only while cloning"
6105 msgstr ""
6107 #: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6108 msgid "name"
6109 msgstr ""
6111 #: builtin/clone.c:112
6112 msgid "use <name> instead of 'origin' to track upstream"
6113 msgstr ""
6115 #: builtin/clone.c:114
6116 msgid "checkout <branch> instead of the remote's HEAD"
6117 msgstr ""
6119 #: builtin/clone.c:116
6120 msgid "path to git-upload-pack on the remote"
6121 msgstr ""
6123 #: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6124 #: builtin/pull.c:205
6125 msgid "depth"
6126 msgstr ""
6128 #: builtin/clone.c:118
6129 msgid "create a shallow clone of that depth"
6130 msgstr ""
6132 #: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6133 #: parse-options.h:142
6134 msgid "time"
6135 msgstr ""
6137 #: builtin/clone.c:120
6138 msgid "create a shallow clone since a specific time"
6139 msgstr ""
6141 #: builtin/clone.c:121 builtin/fetch.c:119
6142 msgid "revision"
6143 msgstr ""
6145 #: builtin/clone.c:122 builtin/fetch.c:120
6146 msgid "deepen history of shallow clone, excluding rev"
6147 msgstr ""
6149 #: builtin/clone.c:124
6150 msgid "clone only one branch, HEAD or --branch"
6151 msgstr ""
6153 #: builtin/clone.c:126
6154 msgid "don't clone any tags, and make later fetches not to follow them"
6155 msgstr ""
6157 #: builtin/clone.c:128
6158 msgid "any cloned submodules will be shallow"
6159 msgstr ""
6161 #: builtin/clone.c:129 builtin/init-db.c:485
6162 msgid "gitdir"
6163 msgstr ""
6165 #: builtin/clone.c:130 builtin/init-db.c:486
6166 msgid "separate git dir from working tree"
6167 msgstr ""
6169 #: builtin/clone.c:131
6170 msgid "key=value"
6171 msgstr ""
6173 #: builtin/clone.c:132
6174 msgid "set config inside the new repository"
6175 msgstr ""
6177 #: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6178 msgid "use IPv4 addresses only"
6179 msgstr ""
6181 #: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6182 msgid "use IPv6 addresses only"
6183 msgstr ""
6185 #: builtin/clone.c:272
6186 msgid ""
6187 "No directory name could be guessed.\n"
6188 "Please specify a directory on the command line"
6189 msgstr ""
6191 #: builtin/clone.c:325
6192 #, c-format
6193 msgid "info: Could not add alternate for '%s': %s\n"
6194 msgstr ""
6196 #: builtin/clone.c:397
6197 #, c-format
6198 msgid "failed to open '%s'"
6199 msgstr ""
6201 #: builtin/clone.c:405
6202 #, c-format
6203 msgid "%s exists and is not a directory"
6204 msgstr ""
6206 #: builtin/clone.c:419
6207 #, c-format
6208 msgid "failed to stat %s\n"
6209 msgstr ""
6211 #: builtin/clone.c:441
6212 #, c-format
6213 msgid "failed to create link '%s'"
6214 msgstr ""
6216 #: builtin/clone.c:445
6217 #, c-format
6218 msgid "failed to copy file to '%s'"
6219 msgstr ""
6221 #: builtin/clone.c:470
6222 #, c-format
6223 msgid "done.\n"
6224 msgstr ""
6226 #: builtin/clone.c:482
6227 msgid ""
6228 "Clone succeeded, but checkout failed.\n"
6229 "You can inspect what was checked out with 'git status'\n"
6230 "and retry the checkout with 'git checkout -f HEAD'\n"
6231 msgstr ""
6233 #: builtin/clone.c:559
6234 #, c-format
6235 msgid "Could not find remote branch %s to clone."
6236 msgstr ""
6238 #: builtin/clone.c:654
6239 msgid "remote did not send all necessary objects"
6240 msgstr ""
6242 #: builtin/clone.c:670
6243 #, c-format
6244 msgid "unable to update %s"
6245 msgstr ""
6247 #: builtin/clone.c:719
6248 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6249 msgstr ""
6251 #: builtin/clone.c:750
6252 msgid "unable to checkout working tree"
6253 msgstr ""
6255 #: builtin/clone.c:792
6256 msgid "unable to write parameters to config file"
6257 msgstr ""
6259 #: builtin/clone.c:855
6260 msgid "cannot repack to clean up"
6261 msgstr ""
6263 #: builtin/clone.c:857
6264 msgid "cannot unlink temporary alternates file"
6265 msgstr ""
6267 #: builtin/clone.c:890 builtin/receive-pack.c:1945
6268 msgid "Too many arguments."
6269 msgstr ""
6271 #: builtin/clone.c:894
6272 msgid "You must specify a repository to clone."
6273 msgstr ""
6275 #: builtin/clone.c:907
6276 #, c-format
6277 msgid "--bare and --origin %s options are incompatible."
6278 msgstr ""
6280 #: builtin/clone.c:910
6281 msgid "--bare and --separate-git-dir are incompatible."
6282 msgstr ""
6284 #: builtin/clone.c:923
6285 #, c-format
6286 msgid "repository '%s' does not exist"
6287 msgstr ""
6289 #: builtin/clone.c:929 builtin/fetch.c:1337
6290 #, c-format
6291 msgid "depth %s is not a positive number"
6292 msgstr ""
6294 #: builtin/clone.c:939
6295 #, c-format
6296 msgid "destination path '%s' already exists and is not an empty directory."
6297 msgstr ""
6299 #: builtin/clone.c:949
6300 #, c-format
6301 msgid "working tree '%s' already exists."
6302 msgstr ""
6304 #: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6305 #: builtin/worktree.c:222 builtin/worktree.c:252
6306 #, c-format
6307 msgid "could not create leading directories of '%s'"
6308 msgstr ""
6310 #: builtin/clone.c:967
6311 #, c-format
6312 msgid "could not create work tree dir '%s'"
6313 msgstr ""
6315 #: builtin/clone.c:979
6316 #, c-format
6317 msgid "Cloning into bare repository '%s'...\n"
6318 msgstr ""
6320 #: builtin/clone.c:981
6321 #, c-format
6322 msgid "Cloning into '%s'...\n"
6323 msgstr ""
6325 #: builtin/clone.c:1005
6326 msgid ""
6327 "clone --recursive is not compatible with both --reference and --reference-if-"
6328 "able"
6329 msgstr ""
6331 #: builtin/clone.c:1067
6332 msgid "--depth is ignored in local clones; use file:// instead."
6333 msgstr ""
6335 #: builtin/clone.c:1069
6336 msgid "--shallow-since is ignored in local clones; use file:// instead."
6337 msgstr ""
6339 #: builtin/clone.c:1071
6340 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6341 msgstr ""
6343 #: builtin/clone.c:1074
6344 msgid "source repository is shallow, ignoring --local"
6345 msgstr ""
6347 #: builtin/clone.c:1079
6348 msgid "--local is ignored"
6349 msgstr ""
6351 #: builtin/clone.c:1083
6352 #, c-format
6353 msgid "Don't know how to clone %s"
6354 msgstr ""
6356 #: builtin/clone.c:1138 builtin/clone.c:1146
6357 #, c-format
6358 msgid "Remote branch %s not found in upstream %s"
6359 msgstr ""
6361 #: builtin/clone.c:1149
6362 msgid "You appear to have cloned an empty repository."
6363 msgstr ""
6365 #: builtin/column.c:10
6366 msgid "git column [<options>]"
6367 msgstr ""
6369 #: builtin/column.c:27
6370 msgid "lookup config vars"
6371 msgstr ""
6373 #: builtin/column.c:28 builtin/column.c:29
6374 msgid "layout to use"
6375 msgstr ""
6377 #: builtin/column.c:30
6378 msgid "Maximum width"
6379 msgstr ""
6381 #: builtin/column.c:31
6382 msgid "Padding space on left border"
6383 msgstr ""
6385 #: builtin/column.c:32
6386 msgid "Padding space on right border"
6387 msgstr ""
6389 #: builtin/column.c:33
6390 msgid "Padding space between columns"
6391 msgstr ""
6393 #: builtin/column.c:52
6394 msgid "--command must be the first argument"
6395 msgstr ""
6397 #: builtin/commit.c:39
6398 msgid "git commit [<options>] [--] <pathspec>..."
6399 msgstr ""
6401 #: builtin/commit.c:44
6402 msgid "git status [<options>] [--] <pathspec>..."
6403 msgstr ""
6405 #: builtin/commit.c:49
6406 msgid ""
6407 "Your name and email address were configured automatically based\n"
6408 "on your username and hostname. Please check that they are accurate.\n"
6409 "You can suppress this message by setting them explicitly. Run the\n"
6410 "following command and follow the instructions in your editor to edit\n"
6411 "your configuration file:\n"
6412 "\n"
6413 "    git config --global --edit\n"
6414 "\n"
6415 "After doing this, you may fix the identity used for this commit with:\n"
6416 "\n"
6417 "    git commit --amend --reset-author\n"
6418 msgstr ""
6420 #: builtin/commit.c:62
6421 msgid ""
6422 "Your name and email address were configured automatically based\n"
6423 "on your username and hostname. Please check that they are accurate.\n"
6424 "You can suppress this message by setting them explicitly:\n"
6425 "\n"
6426 "    git config --global user.name \"Your Name\"\n"
6427 "    git config --global user.email you@example.com\n"
6428 "\n"
6429 "After doing this, you may fix the identity used for this commit with:\n"
6430 "\n"
6431 "    git commit --amend --reset-author\n"
6432 msgstr ""
6434 #: builtin/commit.c:74
6435 msgid ""
6436 "You asked to amend the most recent commit, but doing so would make\n"
6437 "it empty. You can repeat your command with --allow-empty, or you can\n"
6438 "remove the commit entirely with \"git reset HEAD^\".\n"
6439 msgstr ""
6441 #: builtin/commit.c:79
6442 msgid ""
6443 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6444 "If you wish to commit it anyway, use:\n"
6445 "\n"
6446 "    git commit --allow-empty\n"
6447 "\n"
6448 msgstr ""
6450 #: builtin/commit.c:86
6451 msgid "Otherwise, please use 'git reset'\n"
6452 msgstr ""
6454 #: builtin/commit.c:89
6455 msgid ""
6456 "If you wish to skip this commit, use:\n"
6457 "\n"
6458 "    git reset\n"
6459 "\n"
6460 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6461 "the remaining commits.\n"
6462 msgstr ""
6464 #: builtin/commit.c:319
6465 msgid "failed to unpack HEAD tree object"
6466 msgstr ""
6468 #: builtin/commit.c:360
6469 msgid "unable to create temporary index"
6470 msgstr ""
6472 #: builtin/commit.c:366
6473 msgid "interactive add failed"
6474 msgstr ""
6476 #: builtin/commit.c:379
6477 msgid "unable to update temporary index"
6478 msgstr ""
6480 #: builtin/commit.c:381
6481 msgid "Failed to update main cache tree"
6482 msgstr ""
6484 #: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6485 msgid "unable to write new_index file"
6486 msgstr ""
6488 #: builtin/commit.c:459
6489 msgid "cannot do a partial commit during a merge."
6490 msgstr ""
6492 #: builtin/commit.c:461
6493 msgid "cannot do a partial commit during a cherry-pick."
6494 msgstr ""
6496 #: builtin/commit.c:470
6497 msgid "cannot read the index"
6498 msgstr ""
6500 #: builtin/commit.c:489
6501 msgid "unable to write temporary index file"
6502 msgstr ""
6504 #: builtin/commit.c:583
6505 #, c-format
6506 msgid "commit '%s' lacks author header"
6507 msgstr ""
6509 #: builtin/commit.c:585
6510 #, c-format
6511 msgid "commit '%s' has malformed author line"
6512 msgstr ""
6514 #: builtin/commit.c:604
6515 msgid "malformed --author parameter"
6516 msgstr ""
6518 #: builtin/commit.c:656
6519 msgid ""
6520 "unable to select a comment character that is not used\n"
6521 "in the current commit message"
6522 msgstr ""
6524 #: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6525 #, c-format
6526 msgid "could not lookup commit %s"
6527 msgstr ""
6529 #: builtin/commit.c:705 builtin/shortlog.c:295
6530 #, c-format
6531 msgid "(reading log message from standard input)\n"
6532 msgstr ""
6534 #: builtin/commit.c:707
6535 msgid "could not read log from standard input"
6536 msgstr ""
6538 #: builtin/commit.c:711
6539 #, c-format
6540 msgid "could not read log file '%s'"
6541 msgstr ""
6543 #: builtin/commit.c:738 builtin/commit.c:746
6544 msgid "could not read SQUASH_MSG"
6545 msgstr ""
6547 #: builtin/commit.c:743
6548 msgid "could not read MERGE_MSG"
6549 msgstr ""
6551 #: builtin/commit.c:797
6552 msgid "could not write commit template"
6553 msgstr ""
6555 #: builtin/commit.c:815
6556 #, c-format
6557 msgid ""
6558 "\n"
6559 "It looks like you may be committing a merge.\n"
6560 "If this is not correct, please remove the file\n"
6561 "\t%s\n"
6562 "and try again.\n"
6563 msgstr ""
6565 #: builtin/commit.c:820
6566 #, c-format
6567 msgid ""
6568 "\n"
6569 "It looks like you may be committing a cherry-pick.\n"
6570 "If this is not correct, please remove the file\n"
6571 "\t%s\n"
6572 "and try again.\n"
6573 msgstr ""
6575 #: builtin/commit.c:833
6576 #, c-format
6577 msgid ""
6578 "Please enter the commit message for your changes. Lines starting\n"
6579 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6580 msgstr ""
6582 #: builtin/commit.c:840
6583 #, c-format
6584 msgid ""
6585 "Please enter the commit message for your changes. Lines starting\n"
6586 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6587 "An empty message aborts the commit.\n"
6588 msgstr ""
6590 #: builtin/commit.c:857
6591 #, c-format
6592 msgid "%sAuthor:    %.*s <%.*s>"
6593 msgstr ""
6595 #: builtin/commit.c:865
6596 #, c-format
6597 msgid "%sDate:      %s"
6598 msgstr ""
6600 #: builtin/commit.c:872
6601 #, c-format
6602 msgid "%sCommitter: %.*s <%.*s>"
6603 msgstr ""
6605 #: builtin/commit.c:889
6606 msgid "Cannot read index"
6607 msgstr ""
6609 #: builtin/commit.c:951
6610 msgid "Error building trees"
6611 msgstr ""
6613 #: builtin/commit.c:965 builtin/tag.c:274
6614 #, c-format
6615 msgid "Please supply the message using either -m or -F option.\n"
6616 msgstr ""
6618 #: builtin/commit.c:1068
6619 #, c-format
6620 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6621 msgstr ""
6623 #: builtin/commit.c:1083 builtin/commit.c:1328
6624 #, c-format
6625 msgid "Invalid untracked files mode '%s'"
6626 msgstr ""
6628 #: builtin/commit.c:1121
6629 msgid "--long and -z are incompatible"
6630 msgstr ""
6632 #: builtin/commit.c:1151
6633 msgid "Using both --reset-author and --author does not make sense"
6634 msgstr ""
6636 #: builtin/commit.c:1160
6637 msgid "You have nothing to amend."
6638 msgstr ""
6640 #: builtin/commit.c:1163
6641 msgid "You are in the middle of a merge -- cannot amend."
6642 msgstr ""
6644 #: builtin/commit.c:1165
6645 msgid "You are in the middle of a cherry-pick -- cannot amend."
6646 msgstr ""
6648 #: builtin/commit.c:1168
6649 msgid "Options --squash and --fixup cannot be used together"
6650 msgstr ""
6652 #: builtin/commit.c:1178
6653 msgid "Only one of -c/-C/-F/--fixup can be used."
6654 msgstr ""
6656 #: builtin/commit.c:1180
6657 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6658 msgstr ""
6660 #: builtin/commit.c:1188
6661 msgid "--reset-author can be used only with -C, -c or --amend."
6662 msgstr ""
6664 #: builtin/commit.c:1205
6665 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6666 msgstr ""
6668 #: builtin/commit.c:1207
6669 msgid "No paths with --include/--only does not make sense."
6670 msgstr ""
6672 #: builtin/commit.c:1219 builtin/tag.c:552
6673 #, c-format
6674 msgid "Invalid cleanup mode %s"
6675 msgstr ""
6677 #: builtin/commit.c:1224
6678 msgid "Paths with -a does not make sense."
6679 msgstr ""
6681 #: builtin/commit.c:1342 builtin/commit.c:1617
6682 msgid "show status concisely"
6683 msgstr ""
6685 #: builtin/commit.c:1344 builtin/commit.c:1619
6686 msgid "show branch information"
6687 msgstr ""
6689 #: builtin/commit.c:1346
6690 msgid "show stash information"
6691 msgstr ""
6693 #: builtin/commit.c:1348
6694 msgid "version"
6695 msgstr ""
6697 #: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
6698 #: builtin/worktree.c:449
6699 msgid "machine-readable output"
6700 msgstr ""
6702 #: builtin/commit.c:1351 builtin/commit.c:1623
6703 msgid "show status in long format (default)"
6704 msgstr ""
6706 #: builtin/commit.c:1354 builtin/commit.c:1626
6707 msgid "terminate entries with NUL"
6708 msgstr ""
6710 #: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
6711 #: builtin/fast-export.c:986 builtin/tag.c:412
6712 msgid "mode"
6713 msgstr ""
6715 #: builtin/commit.c:1357 builtin/commit.c:1629
6716 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6717 msgstr ""
6719 #: builtin/commit.c:1360
6720 msgid "show ignored files"
6721 msgstr ""
6723 #: builtin/commit.c:1361 parse-options.h:155
6724 msgid "when"
6725 msgstr ""
6727 #: builtin/commit.c:1362
6728 msgid ""
6729 "ignore changes to submodules, optional when: all, dirty, untracked. "
6730 "(Default: all)"
6731 msgstr ""
6733 #: builtin/commit.c:1364
6734 msgid "list untracked files in columns"
6735 msgstr ""
6737 #: builtin/commit.c:1440
6738 msgid "couldn't look up newly created commit"
6739 msgstr ""
6741 #: builtin/commit.c:1442
6742 msgid "could not parse newly created commit"
6743 msgstr ""
6745 #: builtin/commit.c:1487
6746 msgid "detached HEAD"
6747 msgstr ""
6749 #: builtin/commit.c:1490
6750 msgid " (root-commit)"
6751 msgstr ""
6753 #: builtin/commit.c:1587
6754 msgid "suppress summary after successful commit"
6755 msgstr ""
6757 #: builtin/commit.c:1588
6758 msgid "show diff in commit message template"
6759 msgstr ""
6761 #: builtin/commit.c:1590
6762 msgid "Commit message options"
6763 msgstr ""
6765 #: builtin/commit.c:1591 builtin/tag.c:410
6766 msgid "read message from file"
6767 msgstr ""
6769 #: builtin/commit.c:1592
6770 msgid "author"
6771 msgstr ""
6773 #: builtin/commit.c:1592
6774 msgid "override author for commit"
6775 msgstr ""
6777 #: builtin/commit.c:1593 builtin/gc.c:358
6778 msgid "date"
6779 msgstr ""
6781 #: builtin/commit.c:1593
6782 msgid "override date for commit"
6783 msgstr ""
6785 #: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
6786 #: builtin/notes.c:564 builtin/tag.c:408
6787 msgid "message"
6788 msgstr ""
6790 #: builtin/commit.c:1594
6791 msgid "commit message"
6792 msgstr ""
6794 #: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6795 #: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
6796 msgid "commit"
6797 msgstr ""
6799 #: builtin/commit.c:1595
6800 msgid "reuse and edit message from specified commit"
6801 msgstr ""
6803 #: builtin/commit.c:1596
6804 msgid "reuse message from specified commit"
6805 msgstr ""
6807 #: builtin/commit.c:1597
6808 msgid "use autosquash formatted message to fixup specified commit"
6809 msgstr ""
6811 #: builtin/commit.c:1598
6812 msgid "use autosquash formatted message to squash specified commit"
6813 msgstr ""
6815 #: builtin/commit.c:1599
6816 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6817 msgstr ""
6819 #: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
6820 msgid "add Signed-off-by:"
6821 msgstr ""
6823 #: builtin/commit.c:1601
6824 msgid "use specified template file"
6825 msgstr ""
6827 #: builtin/commit.c:1602
6828 msgid "force edit of commit"
6829 msgstr ""
6831 #: builtin/commit.c:1603
6832 msgid "default"
6833 msgstr ""
6835 #: builtin/commit.c:1603 builtin/tag.c:413
6836 msgid "how to strip spaces and #comments from message"
6837 msgstr ""
6839 #: builtin/commit.c:1604
6840 msgid "include status in commit message template"
6841 msgstr ""
6843 #: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
6844 #: builtin/revert.c:113
6845 msgid "GPG sign commit"
6846 msgstr ""
6848 #: builtin/commit.c:1609
6849 msgid "Commit contents options"
6850 msgstr ""
6852 #: builtin/commit.c:1610
6853 msgid "commit all changed files"
6854 msgstr ""
6856 #: builtin/commit.c:1611
6857 msgid "add specified files to index for commit"
6858 msgstr ""
6860 #: builtin/commit.c:1612
6861 msgid "interactively add files"
6862 msgstr ""
6864 #: builtin/commit.c:1613
6865 msgid "interactively add changes"
6866 msgstr ""
6868 #: builtin/commit.c:1614
6869 msgid "commit only specified files"
6870 msgstr ""
6872 #: builtin/commit.c:1615
6873 msgid "bypass pre-commit and commit-msg hooks"
6874 msgstr ""
6876 #: builtin/commit.c:1616
6877 msgid "show what would be committed"
6878 msgstr ""
6880 #: builtin/commit.c:1627
6881 msgid "amend previous commit"
6882 msgstr ""
6884 #: builtin/commit.c:1628
6885 msgid "bypass post-rewrite hook"
6886 msgstr ""
6888 #: builtin/commit.c:1633
6889 msgid "ok to record an empty change"
6890 msgstr ""
6892 #: builtin/commit.c:1635
6893 msgid "ok to record a change with an empty message"
6894 msgstr ""
6896 #: builtin/commit.c:1665
6897 msgid "could not parse HEAD commit"
6898 msgstr ""
6900 #: builtin/commit.c:1710
6901 #, c-format
6902 msgid "Corrupt MERGE_HEAD file (%s)"
6903 msgstr ""
6905 #: builtin/commit.c:1717
6906 msgid "could not read MERGE_MODE"
6907 msgstr ""
6909 #: builtin/commit.c:1736
6910 #, c-format
6911 msgid "could not read commit message: %s"
6912 msgstr ""
6914 #: builtin/commit.c:1747
6915 #, c-format
6916 msgid "Aborting commit; you did not edit the message.\n"
6917 msgstr ""
6919 #: builtin/commit.c:1752
6920 #, c-format
6921 msgid "Aborting commit due to empty commit message.\n"
6922 msgstr ""
6924 #: builtin/commit.c:1800
6925 msgid ""
6926 "Repository has been updated, but unable to write\n"
6927 "new_index file. Check that disk is not full and quota is\n"
6928 "not exceeded, and then \"git reset HEAD\" to recover."
6929 msgstr ""
6931 #: builtin/config.c:10
6932 msgid "git config [<options>]"
6933 msgstr ""
6935 #: builtin/config.c:57
6936 msgid "Config file location"
6937 msgstr ""
6939 #: builtin/config.c:58
6940 msgid "use global config file"
6941 msgstr ""
6943 #: builtin/config.c:59
6944 msgid "use system config file"
6945 msgstr ""
6947 #: builtin/config.c:60
6948 msgid "use repository config file"
6949 msgstr ""
6951 #: builtin/config.c:61
6952 msgid "use given config file"
6953 msgstr ""
6955 #: builtin/config.c:62
6956 msgid "blob-id"
6957 msgstr ""
6959 #: builtin/config.c:62
6960 msgid "read config from given blob object"
6961 msgstr ""
6963 #: builtin/config.c:63
6964 msgid "Action"
6965 msgstr ""
6967 #: builtin/config.c:64
6968 msgid "get value: name [value-regex]"
6969 msgstr ""
6971 #: builtin/config.c:65
6972 msgid "get all values: key [value-regex]"
6973 msgstr ""
6975 #: builtin/config.c:66
6976 msgid "get values for regexp: name-regex [value-regex]"
6977 msgstr ""
6979 #: builtin/config.c:67
6980 msgid "get value specific for the URL: section[.var] URL"
6981 msgstr ""
6983 #: builtin/config.c:68
6984 msgid "replace all matching variables: name value [value_regex]"
6985 msgstr ""
6987 #: builtin/config.c:69
6988 msgid "add a new variable: name value"
6989 msgstr ""
6991 #: builtin/config.c:70
6992 msgid "remove a variable: name [value-regex]"
6993 msgstr ""
6995 #: builtin/config.c:71
6996 msgid "remove all matches: name [value-regex]"
6997 msgstr ""
6999 #: builtin/config.c:72
7000 msgid "rename section: old-name new-name"
7001 msgstr ""
7003 #: builtin/config.c:73
7004 msgid "remove a section: name"
7005 msgstr ""
7007 #: builtin/config.c:74
7008 msgid "list all"
7009 msgstr ""
7011 #: builtin/config.c:75
7012 msgid "open an editor"
7013 msgstr ""
7015 #: builtin/config.c:76
7016 msgid "find the color configured: slot [default]"
7017 msgstr ""
7019 #: builtin/config.c:77
7020 msgid "find the color setting: slot [stdout-is-tty]"
7021 msgstr ""
7023 #: builtin/config.c:78
7024 msgid "Type"
7025 msgstr ""
7027 #: builtin/config.c:79
7028 msgid "value is \"true\" or \"false\""
7029 msgstr ""
7031 #: builtin/config.c:80
7032 msgid "value is decimal number"
7033 msgstr ""
7035 #: builtin/config.c:81
7036 msgid "value is --bool or --int"
7037 msgstr ""
7039 #: builtin/config.c:82
7040 msgid "value is a path (file or directory name)"
7041 msgstr ""
7043 #: builtin/config.c:83
7044 msgid "Other"
7045 msgstr ""
7047 #: builtin/config.c:84
7048 msgid "terminate values with NUL byte"
7049 msgstr ""
7051 #: builtin/config.c:85
7052 msgid "show variable names only"
7053 msgstr ""
7055 #: builtin/config.c:86
7056 msgid "respect include directives on lookup"
7057 msgstr ""
7059 #: builtin/config.c:87
7060 msgid "show origin of config (file, standard input, blob, command line)"
7061 msgstr ""
7063 #: builtin/config.c:327
7064 msgid "unable to parse default color value"
7065 msgstr ""
7067 #: builtin/config.c:471
7068 #, c-format
7069 msgid ""
7070 "# This is Git's per-user configuration file.\n"
7071 "[user]\n"
7072 "# Please adapt and uncomment the following lines:\n"
7073 "#\tname = %s\n"
7074 "#\temail = %s\n"
7075 msgstr ""
7077 #: builtin/config.c:499
7078 msgid "--local can only be used inside a git repository"
7079 msgstr ""
7081 #: builtin/config.c:621
7082 #, c-format
7083 msgid "cannot create configuration file %s"
7084 msgstr ""
7086 #: builtin/config.c:633
7087 #, c-format
7088 msgid ""
7089 "cannot overwrite multiple values with a single value\n"
7090 "       Use a regexp, --add or --replace-all to change %s."
7091 msgstr ""
7093 #: builtin/count-objects.c:87
7094 msgid "git count-objects [-v] [-H | --human-readable]"
7095 msgstr ""
7097 #: builtin/count-objects.c:97
7098 msgid "print sizes in human readable format"
7099 msgstr ""
7101 #: builtin/describe.c:19
7102 msgid "git describe [<options>] [<commit-ish>...]"
7103 msgstr ""
7105 #: builtin/describe.c:20
7106 msgid "git describe [<options>] --dirty"
7107 msgstr ""
7109 #: builtin/describe.c:54
7110 msgid "head"
7111 msgstr ""
7113 #: builtin/describe.c:54
7114 msgid "lightweight"
7115 msgstr ""
7117 #: builtin/describe.c:54
7118 msgid "annotated"
7119 msgstr ""
7121 #: builtin/describe.c:253
7122 #, c-format
7123 msgid "annotated tag %s not available"
7124 msgstr ""
7126 #: builtin/describe.c:257
7127 #, c-format
7128 msgid "annotated tag %s has no embedded name"
7129 msgstr ""
7131 #: builtin/describe.c:259
7132 #, c-format
7133 msgid "tag '%s' is really '%s' here"
7134 msgstr ""
7136 #: builtin/describe.c:286 builtin/log.c:489
7137 #, c-format
7138 msgid "Not a valid object name %s"
7139 msgstr ""
7141 #: builtin/describe.c:289
7142 #, c-format
7143 msgid "%s is not a valid '%s' object"
7144 msgstr ""
7146 #: builtin/describe.c:306
7147 #, c-format
7148 msgid "no tag exactly matches '%s'"
7149 msgstr ""
7151 #: builtin/describe.c:308
7152 #, c-format
7153 msgid "searching to describe %s\n"
7154 msgstr ""
7156 #: builtin/describe.c:355
7157 #, c-format
7158 msgid "finished search at %s\n"
7159 msgstr ""
7161 #: builtin/describe.c:382
7162 #, c-format
7163 msgid ""
7164 "No annotated tags can describe '%s'.\n"
7165 "However, there were unannotated tags: try --tags."
7166 msgstr ""
7168 #: builtin/describe.c:386
7169 #, c-format
7170 msgid ""
7171 "No tags can describe '%s'.\n"
7172 "Try --always, or create some tags."
7173 msgstr ""
7175 #: builtin/describe.c:416
7176 #, c-format
7177 msgid "traversed %lu commits\n"
7178 msgstr ""
7180 #: builtin/describe.c:419
7181 #, c-format
7182 msgid ""
7183 "more than %i tags found; listed %i most recent\n"
7184 "gave up search at %s\n"
7185 msgstr ""
7187 #: builtin/describe.c:441
7188 msgid "find the tag that comes after the commit"
7189 msgstr ""
7191 #: builtin/describe.c:442
7192 msgid "debug search strategy on stderr"
7193 msgstr ""
7195 #: builtin/describe.c:443
7196 msgid "use any ref"
7197 msgstr ""
7199 #: builtin/describe.c:444
7200 msgid "use any tag, even unannotated"
7201 msgstr ""
7203 #: builtin/describe.c:445
7204 msgid "always use long format"
7205 msgstr ""
7207 #: builtin/describe.c:446
7208 msgid "only follow first parent"
7209 msgstr ""
7211 #: builtin/describe.c:449
7212 msgid "only output exact matches"
7213 msgstr ""
7215 #: builtin/describe.c:451
7216 msgid "consider <n> most recent tags (default: 10)"
7217 msgstr ""
7219 #: builtin/describe.c:453
7220 msgid "only consider tags matching <pattern>"
7221 msgstr ""
7223 #: builtin/describe.c:455
7224 msgid "do not consider tags matching <pattern>"
7225 msgstr ""
7227 #: builtin/describe.c:457 builtin/name-rev.c:406
7228 msgid "show abbreviated commit object as fallback"
7229 msgstr ""
7231 #: builtin/describe.c:458 builtin/describe.c:461
7232 msgid "mark"
7233 msgstr ""
7235 #: builtin/describe.c:459
7236 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7237 msgstr ""
7239 #: builtin/describe.c:462
7240 msgid "append <mark> on broken working tree (default: \"-broken\")"
7241 msgstr ""
7243 #: builtin/describe.c:480
7244 msgid "--long is incompatible with --abbrev=0"
7245 msgstr ""
7247 #: builtin/describe.c:509
7248 msgid "No names found, cannot describe anything."
7249 msgstr ""
7251 #: builtin/describe.c:552
7252 msgid "--dirty is incompatible with commit-ishes"
7253 msgstr ""
7255 #: builtin/describe.c:554
7256 msgid "--broken is incompatible with commit-ishes"
7257 msgstr ""
7259 #: builtin/diff.c:83
7260 #, c-format
7261 msgid "'%s': not a regular file or symlink"
7262 msgstr ""
7264 #: builtin/diff.c:235
7265 #, c-format
7266 msgid "invalid option: %s"
7267 msgstr ""
7269 #: builtin/diff.c:359
7270 msgid "Not a git repository"
7271 msgstr ""
7273 #: builtin/diff.c:402
7274 #, c-format
7275 msgid "invalid object '%s' given."
7276 msgstr ""
7278 #: builtin/diff.c:411
7279 #, c-format
7280 msgid "more than two blobs given: '%s'"
7281 msgstr ""
7283 #: builtin/diff.c:416
7284 #, c-format
7285 msgid "unhandled object '%s' given."
7286 msgstr ""
7288 #: builtin/difftool.c:29
7289 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7290 msgstr ""
7292 #: builtin/difftool.c:249
7293 #, c-format
7294 msgid "failed: %d"
7295 msgstr ""
7297 #: builtin/difftool.c:291
7298 #, c-format
7299 msgid "could not read symlink %s"
7300 msgstr ""
7302 #: builtin/difftool.c:293
7303 #, c-format
7304 msgid "could not read symlink file %s"
7305 msgstr ""
7307 #: builtin/difftool.c:301
7308 #, c-format
7309 msgid "could not read object %s for symlink %s"
7310 msgstr ""
7312 #: builtin/difftool.c:403
7313 msgid ""
7314 "combined diff formats('-c' and '--cc') are not supported in\n"
7315 "directory diff mode('-d' and '--dir-diff')."
7316 msgstr ""
7318 #: builtin/difftool.c:626
7319 #, c-format
7320 msgid "both files modified: '%s' and '%s'."
7321 msgstr ""
7323 #: builtin/difftool.c:628
7324 msgid "working tree file has been left."
7325 msgstr ""
7327 #: builtin/difftool.c:639
7328 #, c-format
7329 msgid "temporary files exist in '%s'."
7330 msgstr ""
7332 #: builtin/difftool.c:640
7333 msgid "you may want to cleanup or recover these."
7334 msgstr ""
7336 #: builtin/difftool.c:689
7337 msgid "use `diff.guitool` instead of `diff.tool`"
7338 msgstr ""
7340 #: builtin/difftool.c:691
7341 msgid "perform a full-directory diff"
7342 msgstr ""
7344 #: builtin/difftool.c:693
7345 msgid "do not prompt before launching a diff tool"
7346 msgstr ""
7348 #: builtin/difftool.c:699
7349 msgid "use symlinks in dir-diff mode"
7350 msgstr ""
7352 #: builtin/difftool.c:700
7353 msgid "<tool>"
7354 msgstr ""
7356 #: builtin/difftool.c:701
7357 msgid "use the specified diff tool"
7358 msgstr ""
7360 #: builtin/difftool.c:703
7361 msgid "print a list of diff tools that may be used with `--tool`"
7362 msgstr ""
7364 #: builtin/difftool.c:706
7365 msgid ""
7366 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7367 "code"
7368 msgstr ""
7370 #: builtin/difftool.c:708
7371 msgid "<command>"
7372 msgstr ""
7374 #: builtin/difftool.c:709
7375 msgid "specify a custom command for viewing diffs"
7376 msgstr ""
7378 #: builtin/difftool.c:733
7379 msgid "no <tool> given for --tool=<tool>"
7380 msgstr ""
7382 #: builtin/difftool.c:740
7383 msgid "no <cmd> given for --extcmd=<cmd>"
7384 msgstr ""
7386 #: builtin/fast-export.c:26
7387 msgid "git fast-export [rev-list-opts]"
7388 msgstr ""
7390 #: builtin/fast-export.c:982
7391 msgid "show progress after <n> objects"
7392 msgstr ""
7394 #: builtin/fast-export.c:984
7395 msgid "select handling of signed tags"
7396 msgstr ""
7398 #: builtin/fast-export.c:987
7399 msgid "select handling of tags that tag filtered objects"
7400 msgstr ""
7402 #: builtin/fast-export.c:990
7403 msgid "Dump marks to this file"
7404 msgstr ""
7406 #: builtin/fast-export.c:992
7407 msgid "Import marks from this file"
7408 msgstr ""
7410 #: builtin/fast-export.c:994
7411 msgid "Fake a tagger when tags lack one"
7412 msgstr ""
7414 #: builtin/fast-export.c:996
7415 msgid "Output full tree for each commit"
7416 msgstr ""
7418 #: builtin/fast-export.c:998
7419 msgid "Use the done feature to terminate the stream"
7420 msgstr ""
7422 #: builtin/fast-export.c:999
7423 msgid "Skip output of blob data"
7424 msgstr ""
7426 #: builtin/fast-export.c:1000
7427 msgid "refspec"
7428 msgstr ""
7430 #: builtin/fast-export.c:1001
7431 msgid "Apply refspec to exported refs"
7432 msgstr ""
7434 #: builtin/fast-export.c:1002
7435 msgid "anonymize output"
7436 msgstr ""
7438 #: builtin/fetch.c:22
7439 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7440 msgstr ""
7442 #: builtin/fetch.c:23
7443 msgid "git fetch [<options>] <group>"
7444 msgstr ""
7446 #: builtin/fetch.c:24
7447 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7448 msgstr ""
7450 #: builtin/fetch.c:25
7451 msgid "git fetch --all [<options>]"
7452 msgstr ""
7454 #: builtin/fetch.c:90 builtin/pull.c:182
7455 msgid "fetch from all remotes"
7456 msgstr ""
7458 #: builtin/fetch.c:92 builtin/pull.c:185
7459 msgid "append to .git/FETCH_HEAD instead of overwriting"
7460 msgstr ""
7462 #: builtin/fetch.c:94 builtin/pull.c:188
7463 msgid "path to upload pack on remote end"
7464 msgstr ""
7466 #: builtin/fetch.c:95 builtin/pull.c:190
7467 msgid "force overwrite of local branch"
7468 msgstr ""
7470 #: builtin/fetch.c:97
7471 msgid "fetch from multiple remotes"
7472 msgstr ""
7474 #: builtin/fetch.c:99 builtin/pull.c:192
7475 msgid "fetch all tags and associated objects"
7476 msgstr ""
7478 #: builtin/fetch.c:101
7479 msgid "do not fetch all tags (--no-tags)"
7480 msgstr ""
7482 #: builtin/fetch.c:103
7483 msgid "number of submodules fetched in parallel"
7484 msgstr ""
7486 #: builtin/fetch.c:105 builtin/pull.c:195
7487 msgid "prune remote-tracking branches no longer on remote"
7488 msgstr ""
7490 #: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7491 msgid "on-demand"
7492 msgstr ""
7494 #: builtin/fetch.c:107
7495 msgid "control recursive fetching of submodules"
7496 msgstr ""
7498 #: builtin/fetch.c:111 builtin/pull.c:203
7499 msgid "keep downloaded pack"
7500 msgstr ""
7502 #: builtin/fetch.c:113
7503 msgid "allow updating of HEAD ref"
7504 msgstr ""
7506 #: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7507 msgid "deepen history of shallow clone"
7508 msgstr ""
7510 #: builtin/fetch.c:118
7511 msgid "deepen history of shallow repository based on time"
7512 msgstr ""
7514 #: builtin/fetch.c:124 builtin/pull.c:209
7515 msgid "convert to a complete repository"
7516 msgstr ""
7518 #: builtin/fetch.c:126 builtin/log.c:1450
7519 msgid "dir"
7520 msgstr ""
7522 #: builtin/fetch.c:127
7523 msgid "prepend this to submodule path output"
7524 msgstr ""
7526 #: builtin/fetch.c:130
7527 msgid ""
7528 "default for recursive fetching of submodules (lower priority than config "
7529 "files)"
7530 msgstr ""
7532 #: builtin/fetch.c:134 builtin/pull.c:212
7533 msgid "accept refs that update .git/shallow"
7534 msgstr ""
7536 #: builtin/fetch.c:135 builtin/pull.c:214
7537 msgid "refmap"
7538 msgstr ""
7540 #: builtin/fetch.c:136 builtin/pull.c:215
7541 msgid "specify fetch refmap"
7542 msgstr ""
7544 #: builtin/fetch.c:394
7545 msgid "Couldn't find remote ref HEAD"
7546 msgstr ""
7548 #: builtin/fetch.c:512
7549 #, c-format
7550 msgid "configuration fetch.output contains invalid value %s"
7551 msgstr ""
7553 #: builtin/fetch.c:605
7554 #, c-format
7555 msgid "object %s not found"
7556 msgstr ""
7558 #: builtin/fetch.c:609
7559 msgid "[up to date]"
7560 msgstr ""
7562 #: builtin/fetch.c:622 builtin/fetch.c:702
7563 msgid "[rejected]"
7564 msgstr ""
7566 #: builtin/fetch.c:623
7567 msgid "can't fetch in current branch"
7568 msgstr ""
7570 #: builtin/fetch.c:632
7571 msgid "[tag update]"
7572 msgstr ""
7574 #: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
7575 #: builtin/fetch.c:697
7576 msgid "unable to update local ref"
7577 msgstr ""
7579 #: builtin/fetch.c:652
7580 msgid "[new tag]"
7581 msgstr ""
7583 #: builtin/fetch.c:655
7584 msgid "[new branch]"
7585 msgstr ""
7587 #: builtin/fetch.c:658
7588 msgid "[new ref]"
7589 msgstr ""
7591 #: builtin/fetch.c:697
7592 msgid "forced update"
7593 msgstr ""
7595 #: builtin/fetch.c:702
7596 msgid "non-fast-forward"
7597 msgstr ""
7599 #: builtin/fetch.c:747
7600 #, c-format
7601 msgid "%s did not send all necessary objects\n"
7602 msgstr ""
7604 #: builtin/fetch.c:767
7605 #, c-format
7606 msgid "reject %s because shallow roots are not allowed to be updated"
7607 msgstr ""
7609 #: builtin/fetch.c:855 builtin/fetch.c:951
7610 #, c-format
7611 msgid "From %.*s\n"
7612 msgstr ""
7614 #: builtin/fetch.c:866
7615 #, c-format
7616 msgid ""
7617 "some local refs could not be updated; try running\n"
7618 " 'git remote prune %s' to remove any old, conflicting branches"
7619 msgstr ""
7621 #: builtin/fetch.c:921
7622 #, c-format
7623 msgid "   (%s will become dangling)"
7624 msgstr ""
7626 #: builtin/fetch.c:922
7627 #, c-format
7628 msgid "   (%s has become dangling)"
7629 msgstr ""
7631 #: builtin/fetch.c:954
7632 msgid "[deleted]"
7633 msgstr ""
7635 #: builtin/fetch.c:955 builtin/remote.c:1023
7636 msgid "(none)"
7637 msgstr ""
7639 #: builtin/fetch.c:978
7640 #, c-format
7641 msgid "Refusing to fetch into current branch %s of non-bare repository"
7642 msgstr ""
7644 #: builtin/fetch.c:997
7645 #, c-format
7646 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7647 msgstr ""
7649 #: builtin/fetch.c:1000
7650 #, c-format
7651 msgid "Option \"%s\" is ignored for %s\n"
7652 msgstr ""
7654 #: builtin/fetch.c:1076
7655 #, c-format
7656 msgid "Don't know how to fetch from %s"
7657 msgstr ""
7659 #: builtin/fetch.c:1236
7660 #, c-format
7661 msgid "Fetching %s\n"
7662 msgstr ""
7664 #: builtin/fetch.c:1238 builtin/remote.c:97
7665 #, c-format
7666 msgid "Could not fetch %s"
7667 msgstr ""
7669 #: builtin/fetch.c:1256
7670 msgid ""
7671 "No remote repository specified.  Please, specify either a URL or a\n"
7672 "remote name from which new revisions should be fetched."
7673 msgstr ""
7675 #: builtin/fetch.c:1279
7676 msgid "You need to specify a tag name."
7677 msgstr ""
7679 #: builtin/fetch.c:1321
7680 msgid "Negative depth in --deepen is not supported"
7681 msgstr ""
7683 #: builtin/fetch.c:1323
7684 msgid "--deepen and --depth are mutually exclusive"
7685 msgstr ""
7687 #: builtin/fetch.c:1328
7688 msgid "--depth and --unshallow cannot be used together"
7689 msgstr ""
7691 #: builtin/fetch.c:1330
7692 msgid "--unshallow on a complete repository does not make sense"
7693 msgstr ""
7695 #: builtin/fetch.c:1349
7696 msgid "fetch --all does not take a repository argument"
7697 msgstr ""
7699 #: builtin/fetch.c:1351
7700 msgid "fetch --all does not make sense with refspecs"
7701 msgstr ""
7703 #: builtin/fetch.c:1362
7704 #, c-format
7705 msgid "No such remote or remote group: %s"
7706 msgstr ""
7708 #: builtin/fetch.c:1370
7709 msgid "Fetching a group and specifying refspecs does not make sense"
7710 msgstr ""
7712 #: builtin/fmt-merge-msg.c:15
7713 msgid ""
7714 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7715 msgstr ""
7717 #: builtin/fmt-merge-msg.c:664
7718 msgid "populate log with at most <n> entries from shortlog"
7719 msgstr ""
7721 #: builtin/fmt-merge-msg.c:667
7722 msgid "alias for --log (deprecated)"
7723 msgstr ""
7725 #: builtin/fmt-merge-msg.c:670
7726 msgid "text"
7727 msgstr ""
7729 #: builtin/fmt-merge-msg.c:671
7730 msgid "use <text> as start of message"
7731 msgstr ""
7733 #: builtin/fmt-merge-msg.c:672
7734 msgid "file to read from"
7735 msgstr ""
7737 #: builtin/for-each-ref.c:10
7738 msgid "git for-each-ref [<options>] [<pattern>]"
7739 msgstr ""
7741 #: builtin/for-each-ref.c:11
7742 msgid "git for-each-ref [--points-at <object>]"
7743 msgstr ""
7745 #: builtin/for-each-ref.c:12
7746 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7747 msgstr ""
7749 #: builtin/for-each-ref.c:13
7750 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7751 msgstr ""
7753 #: builtin/for-each-ref.c:28
7754 msgid "quote placeholders suitably for shells"
7755 msgstr ""
7757 #: builtin/for-each-ref.c:30
7758 msgid "quote placeholders suitably for perl"
7759 msgstr ""
7761 #: builtin/for-each-ref.c:32
7762 msgid "quote placeholders suitably for python"
7763 msgstr ""
7765 #: builtin/for-each-ref.c:34
7766 msgid "quote placeholders suitably for Tcl"
7767 msgstr ""
7769 #: builtin/for-each-ref.c:37
7770 msgid "show only <n> matched refs"
7771 msgstr ""
7773 #: builtin/for-each-ref.c:42
7774 msgid "print only refs which points at the given object"
7775 msgstr ""
7777 #: builtin/for-each-ref.c:44
7778 msgid "print only refs that are merged"
7779 msgstr ""
7781 #: builtin/for-each-ref.c:45
7782 msgid "print only refs that are not merged"
7783 msgstr ""
7785 #: builtin/for-each-ref.c:46
7786 msgid "print only refs which contain the commit"
7787 msgstr ""
7789 #: builtin/for-each-ref.c:47
7790 msgid "print only refs which don't contain the commit"
7791 msgstr ""
7793 #: builtin/fsck.c:554
7794 msgid "Checking object directories"
7795 msgstr ""
7797 #: builtin/fsck.c:646
7798 msgid "git fsck [<options>] [<object>...]"
7799 msgstr ""
7801 #: builtin/fsck.c:652
7802 msgid "show unreachable objects"
7803 msgstr ""
7805 #: builtin/fsck.c:653
7806 msgid "show dangling objects"
7807 msgstr ""
7809 #: builtin/fsck.c:654
7810 msgid "report tags"
7811 msgstr ""
7813 #: builtin/fsck.c:655
7814 msgid "report root nodes"
7815 msgstr ""
7817 #: builtin/fsck.c:656
7818 msgid "make index objects head nodes"
7819 msgstr ""
7821 #: builtin/fsck.c:657
7822 msgid "make reflogs head nodes (default)"
7823 msgstr ""
7825 #: builtin/fsck.c:658
7826 msgid "also consider packs and alternate objects"
7827 msgstr ""
7829 #: builtin/fsck.c:659
7830 msgid "check only connectivity"
7831 msgstr ""
7833 #: builtin/fsck.c:660
7834 msgid "enable more strict checking"
7835 msgstr ""
7837 #: builtin/fsck.c:662
7838 msgid "write dangling objects in .git/lost-found"
7839 msgstr ""
7841 #: builtin/fsck.c:663 builtin/prune.c:107
7842 msgid "show progress"
7843 msgstr ""
7845 #: builtin/fsck.c:664
7846 msgid "show verbose names for reachable objects"
7847 msgstr ""
7849 #: builtin/fsck.c:725
7850 msgid "Checking objects"
7851 msgstr ""
7853 #: builtin/gc.c:26
7854 msgid "git gc [<options>]"
7855 msgstr ""
7857 #: builtin/gc.c:79
7858 #, c-format
7859 msgid "Failed to fstat %s: %s"
7860 msgstr ""
7862 #: builtin/gc.c:311
7863 #, c-format
7864 msgid "Can't stat %s"
7865 msgstr ""
7867 #: builtin/gc.c:320
7868 #, c-format
7869 msgid ""
7870 "The last gc run reported the following. Please correct the root cause\n"
7871 "and remove %s.\n"
7872 "Automatic cleanup will not be performed until the file is removed.\n"
7873 "\n"
7874 "%s"
7875 msgstr ""
7877 #: builtin/gc.c:359
7878 msgid "prune unreferenced objects"
7879 msgstr ""
7881 #: builtin/gc.c:361
7882 msgid "be more thorough (increased runtime)"
7883 msgstr ""
7885 #: builtin/gc.c:362
7886 msgid "enable auto-gc mode"
7887 msgstr ""
7889 #: builtin/gc.c:363
7890 msgid "force running gc even if there may be another gc running"
7891 msgstr ""
7893 #: builtin/gc.c:380
7894 #, c-format
7895 msgid "Failed to parse gc.logexpiry value %s"
7896 msgstr ""
7898 #: builtin/gc.c:408
7899 #, c-format
7900 msgid "Auto packing the repository in background for optimum performance.\n"
7901 msgstr ""
7903 #: builtin/gc.c:410
7904 #, c-format
7905 msgid "Auto packing the repository for optimum performance.\n"
7906 msgstr ""
7908 #: builtin/gc.c:411
7909 #, c-format
7910 msgid "See \"git help gc\" for manual housekeeping.\n"
7911 msgstr ""
7913 #: builtin/gc.c:436
7914 #, c-format
7915 msgid ""
7916 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7917 msgstr ""
7919 #: builtin/gc.c:480
7920 msgid ""
7921 "There are too many unreachable loose objects; run 'git prune' to remove them."
7922 msgstr ""
7924 #: builtin/grep.c:27
7925 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7926 msgstr ""
7928 #: builtin/grep.c:235
7929 #, c-format
7930 msgid "grep: failed to create thread: %s"
7931 msgstr ""
7933 #: builtin/grep.c:293
7934 #, c-format
7935 msgid "invalid number of threads specified (%d) for %s"
7936 msgstr ""
7938 #. TRANSLATORS: %s is the configuration
7939 #. variable for tweaking threads, currently
7940 #. grep.threads
7942 #: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
7943 #, c-format
7944 msgid "no threads support, ignoring %s"
7945 msgstr ""
7947 #: builtin/grep.c:788 builtin/grep.c:829
7948 #, c-format
7949 msgid "unable to read tree (%s)"
7950 msgstr ""
7952 #: builtin/grep.c:848
7953 #, c-format
7954 msgid "unable to grep from object of type %s"
7955 msgstr ""
7957 #: builtin/grep.c:912
7958 #, c-format
7959 msgid "switch `%c' expects a numerical value"
7960 msgstr ""
7962 #: builtin/grep.c:999
7963 msgid "search in index instead of in the work tree"
7964 msgstr ""
7966 #: builtin/grep.c:1001
7967 msgid "find in contents not managed by git"
7968 msgstr ""
7970 #: builtin/grep.c:1003
7971 msgid "search in both tracked and untracked files"
7972 msgstr ""
7974 #: builtin/grep.c:1005
7975 msgid "ignore files specified via '.gitignore'"
7976 msgstr ""
7978 #: builtin/grep.c:1007
7979 msgid "recursively search in each submodule"
7980 msgstr ""
7982 #: builtin/grep.c:1009
7983 msgid "basename"
7984 msgstr ""
7986 #: builtin/grep.c:1010
7987 msgid "prepend parent project's basename to output"
7988 msgstr ""
7990 #: builtin/grep.c:1013
7991 msgid "show non-matching lines"
7992 msgstr ""
7994 #: builtin/grep.c:1015
7995 msgid "case insensitive matching"
7996 msgstr ""
7998 #: builtin/grep.c:1017
7999 msgid "match patterns only at word boundaries"
8000 msgstr ""
8002 #: builtin/grep.c:1019
8003 msgid "process binary files as text"
8004 msgstr ""
8006 #: builtin/grep.c:1021
8007 msgid "don't match patterns in binary files"
8008 msgstr ""
8010 #: builtin/grep.c:1024
8011 msgid "process binary files with textconv filters"
8012 msgstr ""
8014 #: builtin/grep.c:1026
8015 msgid "descend at most <depth> levels"
8016 msgstr ""
8018 #: builtin/grep.c:1030
8019 msgid "use extended POSIX regular expressions"
8020 msgstr ""
8022 #: builtin/grep.c:1033
8023 msgid "use basic POSIX regular expressions (default)"
8024 msgstr ""
8026 #: builtin/grep.c:1036
8027 msgid "interpret patterns as fixed strings"
8028 msgstr ""
8030 #: builtin/grep.c:1039
8031 msgid "use Perl-compatible regular expressions"
8032 msgstr ""
8034 #: builtin/grep.c:1042
8035 msgid "show line numbers"
8036 msgstr ""
8038 #: builtin/grep.c:1043
8039 msgid "don't show filenames"
8040 msgstr ""
8042 #: builtin/grep.c:1044
8043 msgid "show filenames"
8044 msgstr ""
8046 #: builtin/grep.c:1046
8047 msgid "show filenames relative to top directory"
8048 msgstr ""
8050 #: builtin/grep.c:1048
8051 msgid "show only filenames instead of matching lines"
8052 msgstr ""
8054 #: builtin/grep.c:1050
8055 msgid "synonym for --files-with-matches"
8056 msgstr ""
8058 #: builtin/grep.c:1053
8059 msgid "show only the names of files without match"
8060 msgstr ""
8062 #: builtin/grep.c:1055
8063 msgid "print NUL after filenames"
8064 msgstr ""
8066 #: builtin/grep.c:1057
8067 msgid "show the number of matches instead of matching lines"
8068 msgstr ""
8070 #: builtin/grep.c:1058
8071 msgid "highlight matches"
8072 msgstr ""
8074 #: builtin/grep.c:1060
8075 msgid "print empty line between matches from different files"
8076 msgstr ""
8078 #: builtin/grep.c:1062
8079 msgid "show filename only once above matches from same file"
8080 msgstr ""
8082 #: builtin/grep.c:1065
8083 msgid "show <n> context lines before and after matches"
8084 msgstr ""
8086 #: builtin/grep.c:1068
8087 msgid "show <n> context lines before matches"
8088 msgstr ""
8090 #: builtin/grep.c:1070
8091 msgid "show <n> context lines after matches"
8092 msgstr ""
8094 #: builtin/grep.c:1072
8095 msgid "use <n> worker threads"
8096 msgstr ""
8098 #: builtin/grep.c:1073
8099 msgid "shortcut for -C NUM"
8100 msgstr ""
8102 #: builtin/grep.c:1076
8103 msgid "show a line with the function name before matches"
8104 msgstr ""
8106 #: builtin/grep.c:1078
8107 msgid "show the surrounding function"
8108 msgstr ""
8110 #: builtin/grep.c:1081
8111 msgid "read patterns from file"
8112 msgstr ""
8114 #: builtin/grep.c:1083
8115 msgid "match <pattern>"
8116 msgstr ""
8118 #: builtin/grep.c:1085
8119 msgid "combine patterns specified with -e"
8120 msgstr ""
8122 #: builtin/grep.c:1097
8123 msgid "indicate hit with exit status without output"
8124 msgstr ""
8126 #: builtin/grep.c:1099
8127 msgid "show only matches from files that match all patterns"
8128 msgstr ""
8130 #: builtin/grep.c:1101
8131 msgid "show parse tree for grep expression"
8132 msgstr ""
8134 #: builtin/grep.c:1105
8135 msgid "pager"
8136 msgstr ""
8138 #: builtin/grep.c:1105
8139 msgid "show matching files in the pager"
8140 msgstr ""
8142 #: builtin/grep.c:1108
8143 msgid "allow calling of grep(1) (ignored by this build)"
8144 msgstr ""
8146 #: builtin/grep.c:1172
8147 msgid "no pattern given."
8148 msgstr ""
8150 #: builtin/grep.c:1204
8151 msgid "--no-index or --untracked cannot be used with revs"
8152 msgstr ""
8154 #: builtin/grep.c:1211
8155 #, c-format
8156 msgid "unable to resolve revision: %s"
8157 msgstr ""
8159 #: builtin/grep.c:1245 builtin/index-pack.c:1490
8160 #, c-format
8161 msgid "invalid number of threads specified (%d)"
8162 msgstr ""
8164 #: builtin/grep.c:1250
8165 msgid "no threads support, ignoring --threads"
8166 msgstr ""
8168 #: builtin/grep.c:1281
8169 msgid "--open-files-in-pager only works on the worktree"
8170 msgstr ""
8172 #: builtin/grep.c:1304
8173 msgid "option not supported with --recurse-submodules."
8174 msgstr ""
8176 #: builtin/grep.c:1310
8177 msgid "--cached or --untracked cannot be used with --no-index."
8178 msgstr ""
8180 #: builtin/grep.c:1316
8181 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8182 msgstr ""
8184 #: builtin/grep.c:1324
8185 msgid "both --cached and trees are given."
8186 msgstr ""
8188 #: builtin/hash-object.c:82
8189 msgid ""
8190 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8191 "[--] <file>..."
8192 msgstr ""
8194 #: builtin/hash-object.c:83
8195 msgid "git hash-object  --stdin-paths"
8196 msgstr ""
8198 #: builtin/hash-object.c:95
8199 msgid "type"
8200 msgstr ""
8202 #: builtin/hash-object.c:95
8203 msgid "object type"
8204 msgstr ""
8206 #: builtin/hash-object.c:96
8207 msgid "write the object into the object database"
8208 msgstr ""
8210 #: builtin/hash-object.c:98
8211 msgid "read the object from stdin"
8212 msgstr ""
8214 #: builtin/hash-object.c:100
8215 msgid "store file as is without filters"
8216 msgstr ""
8218 #: builtin/hash-object.c:101
8219 msgid ""
8220 "just hash any random garbage to create corrupt objects for debugging Git"
8221 msgstr ""
8223 #: builtin/hash-object.c:102
8224 msgid "process file as it were from this path"
8225 msgstr ""
8227 #: builtin/help.c:43
8228 msgid "print all available commands"
8229 msgstr ""
8231 #: builtin/help.c:44
8232 msgid "exclude guides"
8233 msgstr ""
8235 #: builtin/help.c:45
8236 msgid "print list of useful guides"
8237 msgstr ""
8239 #: builtin/help.c:46
8240 msgid "show man page"
8241 msgstr ""
8243 #: builtin/help.c:47
8244 msgid "show manual in web browser"
8245 msgstr ""
8247 #: builtin/help.c:49
8248 msgid "show info page"
8249 msgstr ""
8251 #: builtin/help.c:55
8252 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8253 msgstr ""
8255 #: builtin/help.c:67
8256 #, c-format
8257 msgid "unrecognized help format '%s'"
8258 msgstr ""
8260 #: builtin/help.c:94
8261 msgid "Failed to start emacsclient."
8262 msgstr ""
8264 #: builtin/help.c:107
8265 msgid "Failed to parse emacsclient version."
8266 msgstr ""
8268 #: builtin/help.c:115
8269 #, c-format
8270 msgid "emacsclient version '%d' too old (< 22)."
8271 msgstr ""
8273 #: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8274 #, c-format
8275 msgid "failed to exec '%s'"
8276 msgstr ""
8278 #: builtin/help.c:208
8279 #, c-format
8280 msgid ""
8281 "'%s': path for unsupported man viewer.\n"
8282 "Please consider using 'man.<tool>.cmd' instead."
8283 msgstr ""
8285 #: builtin/help.c:220
8286 #, c-format
8287 msgid ""
8288 "'%s': cmd for supported man viewer.\n"
8289 "Please consider using 'man.<tool>.path' instead."
8290 msgstr ""
8292 #: builtin/help.c:337
8293 #, c-format
8294 msgid "'%s': unknown man viewer."
8295 msgstr ""
8297 #: builtin/help.c:354
8298 msgid "no man viewer handled the request"
8299 msgstr ""
8301 #: builtin/help.c:362
8302 msgid "no info viewer handled the request"
8303 msgstr ""
8305 #: builtin/help.c:404
8306 msgid "Defining attributes per path"
8307 msgstr ""
8309 #: builtin/help.c:405
8310 msgid "Everyday Git With 20 Commands Or So"
8311 msgstr ""
8313 #: builtin/help.c:406
8314 msgid "A Git glossary"
8315 msgstr ""
8317 #: builtin/help.c:407
8318 msgid "Specifies intentionally untracked files to ignore"
8319 msgstr ""
8321 #: builtin/help.c:408
8322 msgid "Defining submodule properties"
8323 msgstr ""
8325 #: builtin/help.c:409
8326 msgid "Specifying revisions and ranges for Git"
8327 msgstr ""
8329 #: builtin/help.c:410
8330 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8331 msgstr ""
8333 #: builtin/help.c:411
8334 msgid "An overview of recommended workflows with Git"
8335 msgstr ""
8337 #: builtin/help.c:423
8338 msgid "The common Git guides are:\n"
8339 msgstr ""
8341 #: builtin/help.c:441
8342 #, c-format
8343 msgid "`git %s' is aliased to `%s'"
8344 msgstr ""
8346 #: builtin/help.c:463 builtin/help.c:480
8347 #, c-format
8348 msgid "usage: %s%s"
8349 msgstr ""
8351 #: builtin/index-pack.c:155
8352 #, c-format
8353 msgid "unable to open %s"
8354 msgstr ""
8356 #: builtin/index-pack.c:205
8357 #, c-format
8358 msgid "object type mismatch at %s"
8359 msgstr ""
8361 #: builtin/index-pack.c:225
8362 #, c-format
8363 msgid "did not receive expected object %s"
8364 msgstr ""
8366 #: builtin/index-pack.c:228
8367 #, c-format
8368 msgid "object %s: expected type %s, found %s"
8369 msgstr ""
8371 #: builtin/index-pack.c:270
8372 #, c-format
8373 msgid "cannot fill %d byte"
8374 msgid_plural "cannot fill %d bytes"
8375 msgstr[0] ""
8376 msgstr[1] ""
8378 #: builtin/index-pack.c:280
8379 msgid "early EOF"
8380 msgstr ""
8382 #: builtin/index-pack.c:281
8383 msgid "read error on input"
8384 msgstr ""
8386 #: builtin/index-pack.c:293
8387 msgid "used more bytes than were available"
8388 msgstr ""
8390 #: builtin/index-pack.c:300
8391 msgid "pack too large for current definition of off_t"
8392 msgstr ""
8394 #: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8395 msgid "pack exceeds maximum allowed size"
8396 msgstr ""
8398 #: builtin/index-pack.c:318
8399 #, c-format
8400 msgid "unable to create '%s'"
8401 msgstr ""
8403 #: builtin/index-pack.c:324
8404 #, c-format
8405 msgid "cannot open packfile '%s'"
8406 msgstr ""
8408 #: builtin/index-pack.c:338
8409 msgid "pack signature mismatch"
8410 msgstr ""
8412 #: builtin/index-pack.c:340
8413 #, c-format
8414 msgid "pack version %<PRIu32> unsupported"
8415 msgstr ""
8417 #: builtin/index-pack.c:358
8418 #, c-format
8419 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8420 msgstr ""
8422 #: builtin/index-pack.c:479
8423 #, c-format
8424 msgid "inflate returned %d"
8425 msgstr ""
8427 #: builtin/index-pack.c:528
8428 msgid "offset value overflow for delta base object"
8429 msgstr ""
8431 #: builtin/index-pack.c:536
8432 msgid "delta base offset is out of bound"
8433 msgstr ""
8435 #: builtin/index-pack.c:544
8436 #, c-format
8437 msgid "unknown object type %d"
8438 msgstr ""
8440 #: builtin/index-pack.c:575
8441 msgid "cannot pread pack file"
8442 msgstr ""
8444 #: builtin/index-pack.c:577
8445 #, c-format
8446 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8447 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8448 msgstr[0] ""
8449 msgstr[1] ""
8451 #: builtin/index-pack.c:603
8452 msgid "serious inflate inconsistency"
8453 msgstr ""
8455 #: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8456 #: builtin/index-pack.c:816 builtin/index-pack.c:825
8457 #, c-format
8458 msgid "SHA1 COLLISION FOUND WITH %s !"
8459 msgstr ""
8461 #: builtin/index-pack.c:751 builtin/pack-objects.c:167
8462 #: builtin/pack-objects.c:261
8463 #, c-format
8464 msgid "unable to read %s"
8465 msgstr ""
8467 #: builtin/index-pack.c:814
8468 #, c-format
8469 msgid "cannot read existing object info %s"
8470 msgstr ""
8472 #: builtin/index-pack.c:822
8473 #, c-format
8474 msgid "cannot read existing object %s"
8475 msgstr ""
8477 #: builtin/index-pack.c:836
8478 #, c-format
8479 msgid "invalid blob object %s"
8480 msgstr ""
8482 #: builtin/index-pack.c:851
8483 #, c-format
8484 msgid "invalid %s"
8485 msgstr ""
8487 #: builtin/index-pack.c:854
8488 msgid "Error in object"
8489 msgstr ""
8491 #: builtin/index-pack.c:856
8492 #, c-format
8493 msgid "Not all child objects of %s are reachable"
8494 msgstr ""
8496 #: builtin/index-pack.c:928 builtin/index-pack.c:959
8497 msgid "failed to apply delta"
8498 msgstr ""
8500 #: builtin/index-pack.c:1130
8501 msgid "Receiving objects"
8502 msgstr ""
8504 #: builtin/index-pack.c:1130
8505 msgid "Indexing objects"
8506 msgstr ""
8508 #: builtin/index-pack.c:1164
8509 msgid "pack is corrupted (SHA1 mismatch)"
8510 msgstr ""
8512 #: builtin/index-pack.c:1169
8513 msgid "cannot fstat packfile"
8514 msgstr ""
8516 #: builtin/index-pack.c:1172
8517 msgid "pack has junk at the end"
8518 msgstr ""
8520 #: builtin/index-pack.c:1184
8521 msgid "confusion beyond insanity in parse_pack_objects()"
8522 msgstr ""
8524 #: builtin/index-pack.c:1207
8525 msgid "Resolving deltas"
8526 msgstr ""
8528 #: builtin/index-pack.c:1218
8529 #, c-format
8530 msgid "unable to create thread: %s"
8531 msgstr ""
8533 #: builtin/index-pack.c:1260
8534 msgid "confusion beyond insanity"
8535 msgstr ""
8537 #: builtin/index-pack.c:1266
8538 #, c-format
8539 msgid "completed with %d local object"
8540 msgid_plural "completed with %d local objects"
8541 msgstr[0] ""
8542 msgstr[1] ""
8544 #: builtin/index-pack.c:1278
8545 #, c-format
8546 msgid "Unexpected tail checksum for %s (disk corruption?)"
8547 msgstr ""
8549 #: builtin/index-pack.c:1282
8550 #, c-format
8551 msgid "pack has %d unresolved delta"
8552 msgid_plural "pack has %d unresolved deltas"
8553 msgstr[0] ""
8554 msgstr[1] ""
8556 #: builtin/index-pack.c:1306
8557 #, c-format
8558 msgid "unable to deflate appended object (%d)"
8559 msgstr ""
8561 #: builtin/index-pack.c:1382
8562 #, c-format
8563 msgid "local object %s is corrupt"
8564 msgstr ""
8566 #: builtin/index-pack.c:1408
8567 msgid "error while closing pack file"
8568 msgstr ""
8570 #: builtin/index-pack.c:1420
8571 #, c-format
8572 msgid "cannot write keep file '%s'"
8573 msgstr ""
8575 #: builtin/index-pack.c:1428
8576 #, c-format
8577 msgid "cannot close written keep file '%s'"
8578 msgstr ""
8580 #: builtin/index-pack.c:1438
8581 msgid "cannot store pack file"
8582 msgstr ""
8584 #: builtin/index-pack.c:1446
8585 msgid "cannot store index file"
8586 msgstr ""
8588 #: builtin/index-pack.c:1484
8589 #, c-format
8590 msgid "bad pack.indexversion=%<PRIu32>"
8591 msgstr ""
8593 #: builtin/index-pack.c:1552
8594 #, c-format
8595 msgid "Cannot open existing pack file '%s'"
8596 msgstr ""
8598 #: builtin/index-pack.c:1554
8599 #, c-format
8600 msgid "Cannot open existing pack idx file for '%s'"
8601 msgstr ""
8603 #: builtin/index-pack.c:1602
8604 #, c-format
8605 msgid "non delta: %d object"
8606 msgid_plural "non delta: %d objects"
8607 msgstr[0] ""
8608 msgstr[1] ""
8610 #: builtin/index-pack.c:1609
8611 #, c-format
8612 msgid "chain length = %d: %lu object"
8613 msgid_plural "chain length = %d: %lu objects"
8614 msgstr[0] ""
8615 msgstr[1] ""
8617 #: builtin/index-pack.c:1622
8618 #, c-format
8619 msgid "packfile name '%s' does not end with '.pack'"
8620 msgstr ""
8622 #: builtin/index-pack.c:1704 builtin/index-pack.c:1707
8623 #: builtin/index-pack.c:1723 builtin/index-pack.c:1727
8624 #, c-format
8625 msgid "bad %s"
8626 msgstr ""
8628 #: builtin/index-pack.c:1743
8629 msgid "--fix-thin cannot be used without --stdin"
8630 msgstr ""
8632 #: builtin/index-pack.c:1745
8633 msgid "--stdin requires a git repository"
8634 msgstr ""
8636 #: builtin/index-pack.c:1753
8637 msgid "--verify with no packfile name given"
8638 msgstr ""
8640 #: builtin/init-db.c:55
8641 #, c-format
8642 msgid "cannot stat '%s'"
8643 msgstr ""
8645 #: builtin/init-db.c:61
8646 #, c-format
8647 msgid "cannot stat template '%s'"
8648 msgstr ""
8650 #: builtin/init-db.c:66
8651 #, c-format
8652 msgid "cannot opendir '%s'"
8653 msgstr ""
8655 #: builtin/init-db.c:77
8656 #, c-format
8657 msgid "cannot readlink '%s'"
8658 msgstr ""
8660 #: builtin/init-db.c:79
8661 #, c-format
8662 msgid "cannot symlink '%s' '%s'"
8663 msgstr ""
8665 #: builtin/init-db.c:85
8666 #, c-format
8667 msgid "cannot copy '%s' to '%s'"
8668 msgstr ""
8670 #: builtin/init-db.c:89
8671 #, c-format
8672 msgid "ignoring template %s"
8673 msgstr ""
8675 #: builtin/init-db.c:120
8676 #, c-format
8677 msgid "templates not found %s"
8678 msgstr ""
8680 #: builtin/init-db.c:135
8681 #, c-format
8682 msgid "not copying templates from '%s': %s"
8683 msgstr ""
8685 #: builtin/init-db.c:328
8686 #, c-format
8687 msgid "unable to handle file type %d"
8688 msgstr ""
8690 #: builtin/init-db.c:331
8691 #, c-format
8692 msgid "unable to move %s to %s"
8693 msgstr ""
8695 #: builtin/init-db.c:348 builtin/init-db.c:351
8696 #, c-format
8697 msgid "%s already exists"
8698 msgstr ""
8700 #: builtin/init-db.c:404
8701 #, c-format
8702 msgid "Reinitialized existing shared Git repository in %s%s\n"
8703 msgstr ""
8705 #: builtin/init-db.c:405
8706 #, c-format
8707 msgid "Reinitialized existing Git repository in %s%s\n"
8708 msgstr ""
8710 #: builtin/init-db.c:409
8711 #, c-format
8712 msgid "Initialized empty shared Git repository in %s%s\n"
8713 msgstr ""
8715 #: builtin/init-db.c:410
8716 #, c-format
8717 msgid "Initialized empty Git repository in %s%s\n"
8718 msgstr ""
8720 #: builtin/init-db.c:458
8721 msgid ""
8722 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8723 "shared[=<permissions>]] [<directory>]"
8724 msgstr ""
8726 #: builtin/init-db.c:481
8727 msgid "permissions"
8728 msgstr ""
8730 #: builtin/init-db.c:482
8731 msgid "specify that the git repository is to be shared amongst several users"
8732 msgstr ""
8734 #: builtin/init-db.c:516 builtin/init-db.c:521
8735 #, c-format
8736 msgid "cannot mkdir %s"
8737 msgstr ""
8739 #: builtin/init-db.c:525
8740 #, c-format
8741 msgid "cannot chdir to %s"
8742 msgstr ""
8744 #: builtin/init-db.c:546
8745 #, c-format
8746 msgid ""
8747 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8748 "dir=<directory>)"
8749 msgstr ""
8751 #: builtin/init-db.c:574
8752 #, c-format
8753 msgid "Cannot access work tree '%s'"
8754 msgstr ""
8756 #: builtin/interpret-trailers.c:15
8757 msgid ""
8758 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8759 "<token>[(=|:)<value>])...] [<file>...]"
8760 msgstr ""
8762 #: builtin/interpret-trailers.c:26
8763 msgid "edit files in place"
8764 msgstr ""
8766 #: builtin/interpret-trailers.c:27
8767 msgid "trim empty trailers"
8768 msgstr ""
8770 #: builtin/interpret-trailers.c:28
8771 msgid "trailer"
8772 msgstr ""
8774 #: builtin/interpret-trailers.c:29
8775 msgid "trailer(s) to add"
8776 msgstr ""
8778 #: builtin/interpret-trailers.c:42
8779 msgid "no input file given for in-place editing"
8780 msgstr ""
8782 #: builtin/log.c:45
8783 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8784 msgstr ""
8786 #: builtin/log.c:46
8787 msgid "git show [<options>] <object>..."
8788 msgstr ""
8790 #: builtin/log.c:90
8791 #, c-format
8792 msgid "invalid --decorate option: %s"
8793 msgstr ""
8795 #: builtin/log.c:147
8796 msgid "suppress diff output"
8797 msgstr ""
8799 #: builtin/log.c:148
8800 msgid "show source"
8801 msgstr ""
8803 #: builtin/log.c:149
8804 msgid "Use mail map file"
8805 msgstr ""
8807 #: builtin/log.c:150
8808 msgid "decorate options"
8809 msgstr ""
8811 #: builtin/log.c:153
8812 msgid "Process line range n,m in file, counting from 1"
8813 msgstr ""
8815 #: builtin/log.c:249
8816 #, c-format
8817 msgid "Final output: %d %s\n"
8818 msgstr ""
8820 #: builtin/log.c:497
8821 #, c-format
8822 msgid "git show %s: bad file"
8823 msgstr ""
8825 #: builtin/log.c:512 builtin/log.c:606
8826 #, c-format
8827 msgid "Could not read object %s"
8828 msgstr ""
8830 #: builtin/log.c:630
8831 #, c-format
8832 msgid "Unknown type: %d"
8833 msgstr ""
8835 #: builtin/log.c:751
8836 msgid "format.headers without value"
8837 msgstr ""
8839 #: builtin/log.c:852
8840 msgid "name of output directory is too long"
8841 msgstr ""
8843 #: builtin/log.c:868
8844 #, c-format
8845 msgid "Cannot open patch file %s"
8846 msgstr ""
8848 #: builtin/log.c:885
8849 msgid "Need exactly one range."
8850 msgstr ""
8852 #: builtin/log.c:895
8853 msgid "Not a range."
8854 msgstr ""
8856 #: builtin/log.c:1001
8857 msgid "Cover letter needs email format"
8858 msgstr ""
8860 #: builtin/log.c:1081
8861 #, c-format
8862 msgid "insane in-reply-to: %s"
8863 msgstr ""
8865 #: builtin/log.c:1108
8866 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8867 msgstr ""
8869 #: builtin/log.c:1158
8870 msgid "Two output directories?"
8871 msgstr ""
8873 #: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
8874 #, c-format
8875 msgid "Unknown commit %s"
8876 msgstr ""
8878 #: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
8879 #, c-format
8880 msgid "Failed to resolve '%s' as a valid ref."
8881 msgstr ""
8883 #: builtin/log.c:1280
8884 msgid "Could not find exact merge base."
8885 msgstr ""
8887 #: builtin/log.c:1284
8888 msgid ""
8889 "Failed to get upstream, if you want to record base commit automatically,\n"
8890 "please use git branch --set-upstream-to to track a remote branch.\n"
8891 "Or you could specify base commit by --base=<base-commit-id> manually."
8892 msgstr ""
8894 #: builtin/log.c:1304
8895 msgid "Failed to find exact merge base"
8896 msgstr ""
8898 #: builtin/log.c:1315
8899 msgid "base commit should be the ancestor of revision list"
8900 msgstr ""
8902 #: builtin/log.c:1319
8903 msgid "base commit shouldn't be in revision list"
8904 msgstr ""
8906 #: builtin/log.c:1368
8907 msgid "cannot get patch id"
8908 msgstr ""
8910 #: builtin/log.c:1425
8911 msgid "use [PATCH n/m] even with a single patch"
8912 msgstr ""
8914 #: builtin/log.c:1428
8915 msgid "use [PATCH] even with multiple patches"
8916 msgstr ""
8918 #: builtin/log.c:1432
8919 msgid "print patches to standard out"
8920 msgstr ""
8922 #: builtin/log.c:1434
8923 msgid "generate a cover letter"
8924 msgstr ""
8926 #: builtin/log.c:1436
8927 msgid "use simple number sequence for output file names"
8928 msgstr ""
8930 #: builtin/log.c:1437
8931 msgid "sfx"
8932 msgstr ""
8934 #: builtin/log.c:1438
8935 msgid "use <sfx> instead of '.patch'"
8936 msgstr ""
8938 #: builtin/log.c:1440
8939 msgid "start numbering patches at <n> instead of 1"
8940 msgstr ""
8942 #: builtin/log.c:1442
8943 msgid "mark the series as Nth re-roll"
8944 msgstr ""
8946 #: builtin/log.c:1444
8947 msgid "Use [RFC PATCH] instead of [PATCH]"
8948 msgstr ""
8950 #: builtin/log.c:1447
8951 msgid "Use [<prefix>] instead of [PATCH]"
8952 msgstr ""
8954 #: builtin/log.c:1450
8955 msgid "store resulting files in <dir>"
8956 msgstr ""
8958 #: builtin/log.c:1453
8959 msgid "don't strip/add [PATCH]"
8960 msgstr ""
8962 #: builtin/log.c:1456
8963 msgid "don't output binary diffs"
8964 msgstr ""
8966 #: builtin/log.c:1458
8967 msgid "output all-zero hash in From header"
8968 msgstr ""
8970 #: builtin/log.c:1460
8971 msgid "don't include a patch matching a commit upstream"
8972 msgstr ""
8974 #: builtin/log.c:1462
8975 msgid "show patch format instead of default (patch + stat)"
8976 msgstr ""
8978 #: builtin/log.c:1464
8979 msgid "Messaging"
8980 msgstr ""
8982 #: builtin/log.c:1465
8983 msgid "header"
8984 msgstr ""
8986 #: builtin/log.c:1466
8987 msgid "add email header"
8988 msgstr ""
8990 #: builtin/log.c:1467 builtin/log.c:1469
8991 msgid "email"
8992 msgstr ""
8994 #: builtin/log.c:1467
8995 msgid "add To: header"
8996 msgstr ""
8998 #: builtin/log.c:1469
8999 msgid "add Cc: header"
9000 msgstr ""
9002 #: builtin/log.c:1471
9003 msgid "ident"
9004 msgstr ""
9006 #: builtin/log.c:1472
9007 msgid "set From address to <ident> (or committer ident if absent)"
9008 msgstr ""
9010 #: builtin/log.c:1474
9011 msgid "message-id"
9012 msgstr ""
9014 #: builtin/log.c:1475
9015 msgid "make first mail a reply to <message-id>"
9016 msgstr ""
9018 #: builtin/log.c:1476 builtin/log.c:1479
9019 msgid "boundary"
9020 msgstr ""
9022 #: builtin/log.c:1477
9023 msgid "attach the patch"
9024 msgstr ""
9026 #: builtin/log.c:1480
9027 msgid "inline the patch"
9028 msgstr ""
9030 #: builtin/log.c:1484
9031 msgid "enable message threading, styles: shallow, deep"
9032 msgstr ""
9034 #: builtin/log.c:1486
9035 msgid "signature"
9036 msgstr ""
9038 #: builtin/log.c:1487
9039 msgid "add a signature"
9040 msgstr ""
9042 #: builtin/log.c:1488
9043 msgid "base-commit"
9044 msgstr ""
9046 #: builtin/log.c:1489
9047 msgid "add prerequisite tree info to the patch series"
9048 msgstr ""
9050 #: builtin/log.c:1491
9051 msgid "add a signature from a file"
9052 msgstr ""
9054 #: builtin/log.c:1492
9055 msgid "don't print the patch filenames"
9056 msgstr ""
9058 #: builtin/log.c:1567
9059 #, c-format
9060 msgid "invalid ident line: %s"
9061 msgstr ""
9063 #: builtin/log.c:1582
9064 msgid "-n and -k are mutually exclusive."
9065 msgstr ""
9067 #: builtin/log.c:1584
9068 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9069 msgstr ""
9071 #: builtin/log.c:1592
9072 msgid "--name-only does not make sense"
9073 msgstr ""
9075 #: builtin/log.c:1594
9076 msgid "--name-status does not make sense"
9077 msgstr ""
9079 #: builtin/log.c:1596
9080 msgid "--check does not make sense"
9081 msgstr ""
9083 #: builtin/log.c:1626
9084 msgid "standard output, or directory, which one?"
9085 msgstr ""
9087 #: builtin/log.c:1628
9088 #, c-format
9089 msgid "Could not create directory '%s'"
9090 msgstr ""
9092 #: builtin/log.c:1722
9093 #, c-format
9094 msgid "unable to read signature file '%s'"
9095 msgstr ""
9097 #: builtin/log.c:1794
9098 msgid "Failed to create output files"
9099 msgstr ""
9101 #: builtin/log.c:1843
9102 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9103 msgstr ""
9105 #: builtin/log.c:1897
9106 #, c-format
9107 msgid ""
9108 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9109 msgstr ""
9111 #: builtin/ls-files.c:468
9112 msgid "git ls-files [<options>] [<file>...]"
9113 msgstr ""
9115 #: builtin/ls-files.c:517
9116 msgid "identify the file status with tags"
9117 msgstr ""
9119 #: builtin/ls-files.c:519
9120 msgid "use lowercase letters for 'assume unchanged' files"
9121 msgstr ""
9123 #: builtin/ls-files.c:521
9124 msgid "show cached files in the output (default)"
9125 msgstr ""
9127 #: builtin/ls-files.c:523
9128 msgid "show deleted files in the output"
9129 msgstr ""
9131 #: builtin/ls-files.c:525
9132 msgid "show modified files in the output"
9133 msgstr ""
9135 #: builtin/ls-files.c:527
9136 msgid "show other files in the output"
9137 msgstr ""
9139 #: builtin/ls-files.c:529
9140 msgid "show ignored files in the output"
9141 msgstr ""
9143 #: builtin/ls-files.c:532
9144 msgid "show staged contents' object name in the output"
9145 msgstr ""
9147 #: builtin/ls-files.c:534
9148 msgid "show files on the filesystem that need to be removed"
9149 msgstr ""
9151 #: builtin/ls-files.c:536
9152 msgid "show 'other' directories' names only"
9153 msgstr ""
9155 #: builtin/ls-files.c:538
9156 msgid "show line endings of files"
9157 msgstr ""
9159 #: builtin/ls-files.c:540
9160 msgid "don't show empty directories"
9161 msgstr ""
9163 #: builtin/ls-files.c:543
9164 msgid "show unmerged files in the output"
9165 msgstr ""
9167 #: builtin/ls-files.c:545
9168 msgid "show resolve-undo information"
9169 msgstr ""
9171 #: builtin/ls-files.c:547
9172 msgid "skip files matching pattern"
9173 msgstr ""
9175 #: builtin/ls-files.c:550
9176 msgid "exclude patterns are read from <file>"
9177 msgstr ""
9179 #: builtin/ls-files.c:553
9180 msgid "read additional per-directory exclude patterns in <file>"
9181 msgstr ""
9183 #: builtin/ls-files.c:555
9184 msgid "add the standard git exclusions"
9185 msgstr ""
9187 #: builtin/ls-files.c:558
9188 msgid "make the output relative to the project top directory"
9189 msgstr ""
9191 #: builtin/ls-files.c:561
9192 msgid "recurse through submodules"
9193 msgstr ""
9195 #: builtin/ls-files.c:563
9196 msgid "if any <file> is not in the index, treat this as an error"
9197 msgstr ""
9199 #: builtin/ls-files.c:564
9200 msgid "tree-ish"
9201 msgstr ""
9203 #: builtin/ls-files.c:565
9204 msgid "pretend that paths removed since <tree-ish> are still present"
9205 msgstr ""
9207 #: builtin/ls-files.c:567
9208 msgid "show debugging data"
9209 msgstr ""
9211 #: builtin/ls-remote.c:7
9212 msgid ""
9213 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9214 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
9215 "                     [--symref] [<repository> [<refs>...]]"
9216 msgstr ""
9218 #: builtin/ls-remote.c:52
9219 msgid "do not print remote URL"
9220 msgstr ""
9222 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9223 msgid "exec"
9224 msgstr ""
9226 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9227 msgid "path of git-upload-pack on the remote host"
9228 msgstr ""
9230 #: builtin/ls-remote.c:58
9231 msgid "limit to tags"
9232 msgstr ""
9234 #: builtin/ls-remote.c:59
9235 msgid "limit to heads"
9236 msgstr ""
9238 #: builtin/ls-remote.c:60
9239 msgid "do not show peeled tags"
9240 msgstr ""
9242 #: builtin/ls-remote.c:62
9243 msgid "take url.<base>.insteadOf into account"
9244 msgstr ""
9246 #: builtin/ls-remote.c:64
9247 msgid "exit with exit code 2 if no matching refs are found"
9248 msgstr ""
9250 #: builtin/ls-remote.c:66
9251 msgid "show underlying ref in addition to the object pointed by it"
9252 msgstr ""
9254 #: builtin/ls-tree.c:29
9255 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9256 msgstr ""
9258 #: builtin/ls-tree.c:127
9259 msgid "only show trees"
9260 msgstr ""
9262 #: builtin/ls-tree.c:129
9263 msgid "recurse into subtrees"
9264 msgstr ""
9266 #: builtin/ls-tree.c:131
9267 msgid "show trees when recursing"
9268 msgstr ""
9270 #: builtin/ls-tree.c:134
9271 msgid "terminate entries with NUL byte"
9272 msgstr ""
9274 #: builtin/ls-tree.c:135
9275 msgid "include object size"
9276 msgstr ""
9278 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9279 msgid "list only filenames"
9280 msgstr ""
9282 #: builtin/ls-tree.c:142
9283 msgid "use full path names"
9284 msgstr ""
9286 #: builtin/ls-tree.c:144
9287 msgid "list entire tree; not just current directory (implies --full-name)"
9288 msgstr ""
9290 #: builtin/mailsplit.c:241
9291 #, c-format
9292 msgid "empty mbox: '%s'"
9293 msgstr ""
9295 #: builtin/merge.c:47
9296 msgid "git merge [<options>] [<commit>...]"
9297 msgstr ""
9299 #: builtin/merge.c:48
9300 msgid "git merge --abort"
9301 msgstr ""
9303 #: builtin/merge.c:49
9304 msgid "git merge --continue"
9305 msgstr ""
9307 #: builtin/merge.c:104
9308 msgid "switch `m' requires a value"
9309 msgstr ""
9311 #: builtin/merge.c:141
9312 #, c-format
9313 msgid "Could not find merge strategy '%s'.\n"
9314 msgstr ""
9316 #: builtin/merge.c:142
9317 #, c-format
9318 msgid "Available strategies are:"
9319 msgstr ""
9321 #: builtin/merge.c:147
9322 #, c-format
9323 msgid "Available custom strategies are:"
9324 msgstr ""
9326 #: builtin/merge.c:197 builtin/pull.c:134
9327 msgid "do not show a diffstat at the end of the merge"
9328 msgstr ""
9330 #: builtin/merge.c:200 builtin/pull.c:137
9331 msgid "show a diffstat at the end of the merge"
9332 msgstr ""
9334 #: builtin/merge.c:201 builtin/pull.c:140
9335 msgid "(synonym to --stat)"
9336 msgstr ""
9338 #: builtin/merge.c:203 builtin/pull.c:143
9339 msgid "add (at most <n>) entries from shortlog to merge commit message"
9340 msgstr ""
9342 #: builtin/merge.c:206 builtin/pull.c:146
9343 msgid "create a single commit instead of doing a merge"
9344 msgstr ""
9346 #: builtin/merge.c:208 builtin/pull.c:149
9347 msgid "perform a commit if the merge succeeds (default)"
9348 msgstr ""
9350 #: builtin/merge.c:210 builtin/pull.c:152
9351 msgid "edit message before committing"
9352 msgstr ""
9354 #: builtin/merge.c:211
9355 msgid "allow fast-forward (default)"
9356 msgstr ""
9358 #: builtin/merge.c:213 builtin/pull.c:158
9359 msgid "abort if fast-forward is not possible"
9360 msgstr ""
9362 #: builtin/merge.c:217 builtin/pull.c:161
9363 msgid "verify that the named commit has a valid GPG signature"
9364 msgstr ""
9366 #: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9367 #: builtin/revert.c:109
9368 msgid "strategy"
9369 msgstr ""
9371 #: builtin/merge.c:219 builtin/pull.c:166
9372 msgid "merge strategy to use"
9373 msgstr ""
9375 #: builtin/merge.c:220 builtin/pull.c:169
9376 msgid "option=value"
9377 msgstr ""
9379 #: builtin/merge.c:221 builtin/pull.c:170
9380 msgid "option for selected merge strategy"
9381 msgstr ""
9383 #: builtin/merge.c:223
9384 msgid "merge commit message (for a non-fast-forward merge)"
9385 msgstr ""
9387 #: builtin/merge.c:227
9388 msgid "abort the current in-progress merge"
9389 msgstr ""
9391 #: builtin/merge.c:229
9392 msgid "continue the current in-progress merge"
9393 msgstr ""
9395 #: builtin/merge.c:231 builtin/pull.c:177
9396 msgid "allow merging unrelated histories"
9397 msgstr ""
9399 #: builtin/merge.c:259
9400 msgid "could not run stash."
9401 msgstr ""
9403 #: builtin/merge.c:264
9404 msgid "stash failed"
9405 msgstr ""
9407 #: builtin/merge.c:269
9408 #, c-format
9409 msgid "not a valid object: %s"
9410 msgstr ""
9412 #: builtin/merge.c:288 builtin/merge.c:305
9413 msgid "read-tree failed"
9414 msgstr ""
9416 #: builtin/merge.c:335
9417 msgid " (nothing to squash)"
9418 msgstr ""
9420 #: builtin/merge.c:346
9421 #, c-format
9422 msgid "Squash commit -- not updating HEAD\n"
9423 msgstr ""
9425 #: builtin/merge.c:396
9426 #, c-format
9427 msgid "No merge message -- not updating HEAD\n"
9428 msgstr ""
9430 #: builtin/merge.c:447
9431 #, c-format
9432 msgid "'%s' does not point to a commit"
9433 msgstr ""
9435 #: builtin/merge.c:537
9436 #, c-format
9437 msgid "Bad branch.%s.mergeoptions string: %s"
9438 msgstr ""
9440 #: builtin/merge.c:657
9441 msgid "Not handling anything other than two heads merge."
9442 msgstr ""
9444 #: builtin/merge.c:671
9445 #, c-format
9446 msgid "Unknown option for merge-recursive: -X%s"
9447 msgstr ""
9449 #: builtin/merge.c:686
9450 #, c-format
9451 msgid "unable to write %s"
9452 msgstr ""
9454 #: builtin/merge.c:738
9455 #, c-format
9456 msgid "Could not read from '%s'"
9457 msgstr ""
9459 #: builtin/merge.c:747
9460 #, c-format
9461 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9462 msgstr ""
9464 #: builtin/merge.c:753
9465 #, c-format
9466 msgid ""
9467 "Please enter a commit message to explain why this merge is necessary,\n"
9468 "especially if it merges an updated upstream into a topic branch.\n"
9469 "\n"
9470 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9471 "the commit.\n"
9472 msgstr ""
9474 #: builtin/merge.c:777
9475 msgid "Empty commit message."
9476 msgstr ""
9478 #: builtin/merge.c:797
9479 #, c-format
9480 msgid "Wonderful.\n"
9481 msgstr ""
9483 #: builtin/merge.c:850
9484 #, c-format
9485 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9486 msgstr ""
9488 #: builtin/merge.c:889
9489 msgid "No current branch."
9490 msgstr ""
9492 #: builtin/merge.c:891
9493 msgid "No remote for the current branch."
9494 msgstr ""
9496 #: builtin/merge.c:893
9497 msgid "No default upstream defined for the current branch."
9498 msgstr ""
9500 #: builtin/merge.c:898
9501 #, c-format
9502 msgid "No remote-tracking branch for %s from %s"
9503 msgstr ""
9505 #: builtin/merge.c:945
9506 #, c-format
9507 msgid "Bad value '%s' in environment '%s'"
9508 msgstr ""
9510 #: builtin/merge.c:1046
9511 #, c-format
9512 msgid "not something we can merge in %s: %s"
9513 msgstr ""
9515 #: builtin/merge.c:1080
9516 msgid "not something we can merge"
9517 msgstr ""
9519 #: builtin/merge.c:1145
9520 msgid "--abort expects no arguments"
9521 msgstr ""
9523 #: builtin/merge.c:1149
9524 msgid "There is no merge to abort (MERGE_HEAD missing)."
9525 msgstr ""
9527 #: builtin/merge.c:1161
9528 msgid "--continue expects no arguments"
9529 msgstr ""
9531 #: builtin/merge.c:1165
9532 msgid "There is no merge in progress (MERGE_HEAD missing)."
9533 msgstr ""
9535 #: builtin/merge.c:1181
9536 msgid ""
9537 "You have not concluded your merge (MERGE_HEAD exists).\n"
9538 "Please, commit your changes before you merge."
9539 msgstr ""
9541 #: builtin/merge.c:1188
9542 msgid ""
9543 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9544 "Please, commit your changes before you merge."
9545 msgstr ""
9547 #: builtin/merge.c:1191
9548 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9549 msgstr ""
9551 #: builtin/merge.c:1200
9552 msgid "You cannot combine --squash with --no-ff."
9553 msgstr ""
9555 #: builtin/merge.c:1208
9556 msgid "No commit specified and merge.defaultToUpstream not set."
9557 msgstr ""
9559 #: builtin/merge.c:1225
9560 msgid "Squash commit into empty head not supported yet"
9561 msgstr ""
9563 #: builtin/merge.c:1227
9564 msgid "Non-fast-forward commit does not make sense into an empty head"
9565 msgstr ""
9567 #: builtin/merge.c:1232
9568 #, c-format
9569 msgid "%s - not something we can merge"
9570 msgstr ""
9572 #: builtin/merge.c:1234
9573 msgid "Can merge only exactly one commit into empty head"
9574 msgstr ""
9576 #: builtin/merge.c:1268
9577 #, c-format
9578 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9579 msgstr ""
9581 #: builtin/merge.c:1271
9582 #, c-format
9583 msgid "Commit %s has a bad GPG signature allegedly by %s."
9584 msgstr ""
9586 #: builtin/merge.c:1274
9587 #, c-format
9588 msgid "Commit %s does not have a GPG signature."
9589 msgstr ""
9591 #: builtin/merge.c:1277
9592 #, c-format
9593 msgid "Commit %s has a good GPG signature by %s\n"
9594 msgstr ""
9596 #: builtin/merge.c:1339
9597 msgid "refusing to merge unrelated histories"
9598 msgstr ""
9600 #: builtin/merge.c:1348
9601 msgid "Already up-to-date."
9602 msgstr ""
9604 #: builtin/merge.c:1358
9605 #, c-format
9606 msgid "Updating %s..%s\n"
9607 msgstr ""
9609 #: builtin/merge.c:1399
9610 #, c-format
9611 msgid "Trying really trivial in-index merge...\n"
9612 msgstr ""
9614 #: builtin/merge.c:1406
9615 #, c-format
9616 msgid "Nope.\n"
9617 msgstr ""
9619 #: builtin/merge.c:1431
9620 msgid "Already up-to-date. Yeeah!"
9621 msgstr ""
9623 #: builtin/merge.c:1437
9624 msgid "Not possible to fast-forward, aborting."
9625 msgstr ""
9627 #: builtin/merge.c:1460 builtin/merge.c:1539
9628 #, c-format
9629 msgid "Rewinding the tree to pristine...\n"
9630 msgstr ""
9632 #: builtin/merge.c:1464
9633 #, c-format
9634 msgid "Trying merge strategy %s...\n"
9635 msgstr ""
9637 #: builtin/merge.c:1530
9638 #, c-format
9639 msgid "No merge strategy handled the merge.\n"
9640 msgstr ""
9642 #: builtin/merge.c:1532
9643 #, c-format
9644 msgid "Merge with strategy %s failed.\n"
9645 msgstr ""
9647 #: builtin/merge.c:1541
9648 #, c-format
9649 msgid "Using the %s to prepare resolving by hand.\n"
9650 msgstr ""
9652 #: builtin/merge.c:1553
9653 #, c-format
9654 msgid "Automatic merge went well; stopped before committing as requested\n"
9655 msgstr ""
9657 #: builtin/merge-base.c:30
9658 msgid "git merge-base [-a | --all] <commit> <commit>..."
9659 msgstr ""
9661 #: builtin/merge-base.c:31
9662 msgid "git merge-base [-a | --all] --octopus <commit>..."
9663 msgstr ""
9665 #: builtin/merge-base.c:32
9666 msgid "git merge-base --independent <commit>..."
9667 msgstr ""
9669 #: builtin/merge-base.c:33
9670 msgid "git merge-base --is-ancestor <commit> <commit>"
9671 msgstr ""
9673 #: builtin/merge-base.c:34
9674 msgid "git merge-base --fork-point <ref> [<commit>]"
9675 msgstr ""
9677 #: builtin/merge-base.c:218
9678 msgid "output all common ancestors"
9679 msgstr ""
9681 #: builtin/merge-base.c:220
9682 msgid "find ancestors for a single n-way merge"
9683 msgstr ""
9685 #: builtin/merge-base.c:222
9686 msgid "list revs not reachable from others"
9687 msgstr ""
9689 #: builtin/merge-base.c:224
9690 msgid "is the first one ancestor of the other?"
9691 msgstr ""
9693 #: builtin/merge-base.c:226
9694 msgid "find where <commit> forked from reflog of <ref>"
9695 msgstr ""
9697 #: builtin/merge-file.c:9
9698 msgid ""
9699 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9700 "<orig-file> <file2>"
9701 msgstr ""
9703 #: builtin/merge-file.c:33
9704 msgid "send results to standard output"
9705 msgstr ""
9707 #: builtin/merge-file.c:34
9708 msgid "use a diff3 based merge"
9709 msgstr ""
9711 #: builtin/merge-file.c:35
9712 msgid "for conflicts, use our version"
9713 msgstr ""
9715 #: builtin/merge-file.c:37
9716 msgid "for conflicts, use their version"
9717 msgstr ""
9719 #: builtin/merge-file.c:39
9720 msgid "for conflicts, use a union version"
9721 msgstr ""
9723 #: builtin/merge-file.c:42
9724 msgid "for conflicts, use this marker size"
9725 msgstr ""
9727 #: builtin/merge-file.c:43
9728 msgid "do not warn about conflicts"
9729 msgstr ""
9731 #: builtin/merge-file.c:45
9732 msgid "set labels for file1/orig-file/file2"
9733 msgstr ""
9735 #: builtin/merge-recursive.c:45
9736 #, c-format
9737 msgid "unknown option %s"
9738 msgstr ""
9740 #: builtin/merge-recursive.c:51
9741 #, c-format
9742 msgid "could not parse object '%s'"
9743 msgstr ""
9745 #: builtin/merge-recursive.c:55
9746 #, c-format
9747 msgid "cannot handle more than %d base. Ignoring %s."
9748 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9749 msgstr[0] ""
9750 msgstr[1] ""
9752 #: builtin/merge-recursive.c:63
9753 msgid "not handling anything other than two heads merge."
9754 msgstr ""
9756 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9757 #, c-format
9758 msgid "could not resolve ref '%s'"
9759 msgstr ""
9761 #: builtin/merge-recursive.c:77
9762 #, c-format
9763 msgid "Merging %s with %s\n"
9764 msgstr ""
9766 #: builtin/mktree.c:65
9767 msgid "git mktree [-z] [--missing] [--batch]"
9768 msgstr ""
9770 #: builtin/mktree.c:153
9771 msgid "input is NUL terminated"
9772 msgstr ""
9774 #: builtin/mktree.c:154 builtin/write-tree.c:25
9775 msgid "allow missing objects"
9776 msgstr ""
9778 #: builtin/mktree.c:155
9779 msgid "allow creation of more than one tree"
9780 msgstr ""
9782 #: builtin/mv.c:17
9783 msgid "git mv [<options>] <source>... <destination>"
9784 msgstr ""
9786 #: builtin/mv.c:83
9787 #, c-format
9788 msgid "Directory %s is in index and no submodule?"
9789 msgstr ""
9791 #: builtin/mv.c:85 builtin/rm.c:290
9792 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9793 msgstr ""
9795 #: builtin/mv.c:103
9796 #, c-format
9797 msgid "%.*s is in index"
9798 msgstr ""
9800 #: builtin/mv.c:125
9801 msgid "force move/rename even if target exists"
9802 msgstr ""
9804 #: builtin/mv.c:126
9805 msgid "skip move/rename errors"
9806 msgstr ""
9808 #: builtin/mv.c:168
9809 #, c-format
9810 msgid "destination '%s' is not a directory"
9811 msgstr ""
9813 #: builtin/mv.c:179
9814 #, c-format
9815 msgid "Checking rename of '%s' to '%s'\n"
9816 msgstr ""
9818 #: builtin/mv.c:183
9819 msgid "bad source"
9820 msgstr ""
9822 #: builtin/mv.c:186
9823 msgid "can not move directory into itself"
9824 msgstr ""
9826 #: builtin/mv.c:189
9827 msgid "cannot move directory over file"
9828 msgstr ""
9830 #: builtin/mv.c:198
9831 msgid "source directory is empty"
9832 msgstr ""
9834 #: builtin/mv.c:223
9835 msgid "not under version control"
9836 msgstr ""
9838 #: builtin/mv.c:226
9839 msgid "destination exists"
9840 msgstr ""
9842 #: builtin/mv.c:234
9843 #, c-format
9844 msgid "overwriting '%s'"
9845 msgstr ""
9847 #: builtin/mv.c:237
9848 msgid "Cannot overwrite"
9849 msgstr ""
9851 #: builtin/mv.c:240
9852 msgid "multiple sources for the same target"
9853 msgstr ""
9855 #: builtin/mv.c:242
9856 msgid "destination directory does not exist"
9857 msgstr ""
9859 #: builtin/mv.c:249
9860 #, c-format
9861 msgid "%s, source=%s, destination=%s"
9862 msgstr ""
9864 #: builtin/mv.c:270
9865 #, c-format
9866 msgid "Renaming %s to %s\n"
9867 msgstr ""
9869 #: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
9870 #, c-format
9871 msgid "renaming '%s' failed"
9872 msgstr ""
9874 #: builtin/name-rev.c:338
9875 msgid "git name-rev [<options>] <commit>..."
9876 msgstr ""
9878 #: builtin/name-rev.c:339
9879 msgid "git name-rev [<options>] --all"
9880 msgstr ""
9882 #: builtin/name-rev.c:340
9883 msgid "git name-rev [<options>] --stdin"
9884 msgstr ""
9886 #: builtin/name-rev.c:395
9887 msgid "print only names (no SHA-1)"
9888 msgstr ""
9890 #: builtin/name-rev.c:396
9891 msgid "only use tags to name the commits"
9892 msgstr ""
9894 #: builtin/name-rev.c:398
9895 msgid "only use refs matching <pattern>"
9896 msgstr ""
9898 #: builtin/name-rev.c:400
9899 msgid "ignore refs matching <pattern>"
9900 msgstr ""
9902 #: builtin/name-rev.c:402
9903 msgid "list all commits reachable from all refs"
9904 msgstr ""
9906 #: builtin/name-rev.c:403
9907 msgid "read from stdin"
9908 msgstr ""
9910 #: builtin/name-rev.c:404
9911 msgid "allow to print `undefined` names (default)"
9912 msgstr ""
9914 #: builtin/name-rev.c:410
9915 msgid "dereference tags in the input (internal use)"
9916 msgstr ""
9918 #: builtin/notes.c:26
9919 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9920 msgstr ""
9922 #: builtin/notes.c:27
9923 msgid ""
9924 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9925 "| (-c | -C) <object>] [<object>]"
9926 msgstr ""
9928 #: builtin/notes.c:28
9929 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9930 msgstr ""
9932 #: builtin/notes.c:29
9933 msgid ""
9934 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9935 "(-c | -C) <object>] [<object>]"
9936 msgstr ""
9938 #: builtin/notes.c:30
9939 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9940 msgstr ""
9942 #: builtin/notes.c:31
9943 msgid "git notes [--ref <notes-ref>] show [<object>]"
9944 msgstr ""
9946 #: builtin/notes.c:32
9947 msgid ""
9948 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9949 msgstr ""
9951 #: builtin/notes.c:33
9952 msgid "git notes merge --commit [-v | -q]"
9953 msgstr ""
9955 #: builtin/notes.c:34
9956 msgid "git notes merge --abort [-v | -q]"
9957 msgstr ""
9959 #: builtin/notes.c:35
9960 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9961 msgstr ""
9963 #: builtin/notes.c:36
9964 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9965 msgstr ""
9967 #: builtin/notes.c:37
9968 msgid "git notes [--ref <notes-ref>] get-ref"
9969 msgstr ""
9971 #: builtin/notes.c:42
9972 msgid "git notes [list [<object>]]"
9973 msgstr ""
9975 #: builtin/notes.c:47
9976 msgid "git notes add [<options>] [<object>]"
9977 msgstr ""
9979 #: builtin/notes.c:52
9980 msgid "git notes copy [<options>] <from-object> <to-object>"
9981 msgstr ""
9983 #: builtin/notes.c:53
9984 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9985 msgstr ""
9987 #: builtin/notes.c:58
9988 msgid "git notes append [<options>] [<object>]"
9989 msgstr ""
9991 #: builtin/notes.c:63
9992 msgid "git notes edit [<object>]"
9993 msgstr ""
9995 #: builtin/notes.c:68
9996 msgid "git notes show [<object>]"
9997 msgstr ""
9999 #: builtin/notes.c:73
10000 msgid "git notes merge [<options>] <notes-ref>"
10001 msgstr ""
10003 #: builtin/notes.c:74
10004 msgid "git notes merge --commit [<options>]"
10005 msgstr ""
10007 #: builtin/notes.c:75
10008 msgid "git notes merge --abort [<options>]"
10009 msgstr ""
10011 #: builtin/notes.c:80
10012 msgid "git notes remove [<object>]"
10013 msgstr ""
10015 #: builtin/notes.c:85
10016 msgid "git notes prune [<options>]"
10017 msgstr ""
10019 #: builtin/notes.c:90
10020 msgid "git notes get-ref"
10021 msgstr ""
10023 #: builtin/notes.c:95
10024 msgid "Write/edit the notes for the following object:"
10025 msgstr ""
10027 #: builtin/notes.c:148
10028 #, c-format
10029 msgid "unable to start 'show' for object '%s'"
10030 msgstr ""
10032 #: builtin/notes.c:152
10033 msgid "could not read 'show' output"
10034 msgstr ""
10036 #: builtin/notes.c:160
10037 #, c-format
10038 msgid "failed to finish 'show' for object '%s'"
10039 msgstr ""
10041 #: builtin/notes.c:195
10042 msgid "please supply the note contents using either -m or -F option"
10043 msgstr ""
10045 #: builtin/notes.c:204
10046 msgid "unable to write note object"
10047 msgstr ""
10049 #: builtin/notes.c:206
10050 #, c-format
10051 msgid "the note contents have been left in %s"
10052 msgstr ""
10054 #: builtin/notes.c:234 builtin/tag.c:517
10055 #, c-format
10056 msgid "cannot read '%s'"
10057 msgstr ""
10059 #: builtin/notes.c:236 builtin/tag.c:520
10060 #, c-format
10061 msgid "could not open or read '%s'"
10062 msgstr ""
10064 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10065 #: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10066 #: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10067 #, c-format
10068 msgid "failed to resolve '%s' as a valid ref."
10069 msgstr ""
10071 #: builtin/notes.c:258
10072 #, c-format
10073 msgid "failed to read object '%s'."
10074 msgstr ""
10076 #: builtin/notes.c:262
10077 #, c-format
10078 msgid "cannot read note data from non-blob object '%s'."
10079 msgstr ""
10081 #: builtin/notes.c:302
10082 #, c-format
10083 msgid "malformed input line: '%s'."
10084 msgstr ""
10086 #: builtin/notes.c:317
10087 #, c-format
10088 msgid "failed to copy notes from '%s' to '%s'"
10089 msgstr ""
10091 #. TRANSLATORS: the first %s will be replaced by a git
10092 #. notes command: 'add', 'merge', 'remove', etc.
10094 #: builtin/notes.c:348
10095 #, c-format
10096 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10097 msgstr ""
10099 #: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10100 #: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10101 #: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10102 msgid "too many parameters"
10103 msgstr ""
10105 #: builtin/notes.c:381 builtin/notes.c:667
10106 #, c-format
10107 msgid "no note found for object %s."
10108 msgstr ""
10110 #: builtin/notes.c:402 builtin/notes.c:565
10111 msgid "note contents as a string"
10112 msgstr ""
10114 #: builtin/notes.c:405 builtin/notes.c:568
10115 msgid "note contents in a file"
10116 msgstr ""
10118 #: builtin/notes.c:408 builtin/notes.c:571
10119 msgid "reuse and edit specified note object"
10120 msgstr ""
10122 #: builtin/notes.c:411 builtin/notes.c:574
10123 msgid "reuse specified note object"
10124 msgstr ""
10126 #: builtin/notes.c:414 builtin/notes.c:577
10127 msgid "allow storing empty note"
10128 msgstr ""
10130 #: builtin/notes.c:415 builtin/notes.c:486
10131 msgid "replace existing notes"
10132 msgstr ""
10134 #: builtin/notes.c:440
10135 #, c-format
10136 msgid ""
10137 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10138 "existing notes"
10139 msgstr ""
10141 #: builtin/notes.c:455 builtin/notes.c:534
10142 #, c-format
10143 msgid "Overwriting existing notes for object %s\n"
10144 msgstr ""
10146 #: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10147 #, c-format
10148 msgid "Removing note for object %s\n"
10149 msgstr ""
10151 #: builtin/notes.c:487
10152 msgid "read objects from stdin"
10153 msgstr ""
10155 #: builtin/notes.c:489
10156 msgid "load rewriting config for <command> (implies --stdin)"
10157 msgstr ""
10159 #: builtin/notes.c:507
10160 msgid "too few parameters"
10161 msgstr ""
10163 #: builtin/notes.c:528
10164 #, c-format
10165 msgid ""
10166 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10167 "existing notes"
10168 msgstr ""
10170 #: builtin/notes.c:540
10171 #, c-format
10172 msgid "missing notes on source object %s. Cannot copy."
10173 msgstr ""
10175 #: builtin/notes.c:592
10176 #, c-format
10177 msgid ""
10178 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10179 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10180 msgstr ""
10182 #: builtin/notes.c:687
10183 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10184 msgstr ""
10186 #: builtin/notes.c:689
10187 msgid "failed to delete ref NOTES_MERGE_REF"
10188 msgstr ""
10190 #: builtin/notes.c:691
10191 msgid "failed to remove 'git notes merge' worktree"
10192 msgstr ""
10194 #: builtin/notes.c:711
10195 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10196 msgstr ""
10198 #: builtin/notes.c:713
10199 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10200 msgstr ""
10202 #: builtin/notes.c:715
10203 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10204 msgstr ""
10206 #: builtin/notes.c:728
10207 msgid "failed to resolve NOTES_MERGE_REF"
10208 msgstr ""
10210 #: builtin/notes.c:731
10211 msgid "failed to finalize notes merge"
10212 msgstr ""
10214 #: builtin/notes.c:757
10215 #, c-format
10216 msgid "unknown notes merge strategy %s"
10217 msgstr ""
10219 #: builtin/notes.c:773
10220 msgid "General options"
10221 msgstr ""
10223 #: builtin/notes.c:775
10224 msgid "Merge options"
10225 msgstr ""
10227 #: builtin/notes.c:777
10228 msgid ""
10229 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10230 "cat_sort_uniq)"
10231 msgstr ""
10233 #: builtin/notes.c:779
10234 msgid "Committing unmerged notes"
10235 msgstr ""
10237 #: builtin/notes.c:781
10238 msgid "finalize notes merge by committing unmerged notes"
10239 msgstr ""
10241 #: builtin/notes.c:783
10242 msgid "Aborting notes merge resolution"
10243 msgstr ""
10245 #: builtin/notes.c:785
10246 msgid "abort notes merge"
10247 msgstr ""
10249 #: builtin/notes.c:796
10250 msgid "cannot mix --commit, --abort or -s/--strategy"
10251 msgstr ""
10253 #: builtin/notes.c:801
10254 msgid "must specify a notes ref to merge"
10255 msgstr ""
10257 #: builtin/notes.c:825
10258 #, c-format
10259 msgid "unknown -s/--strategy: %s"
10260 msgstr ""
10262 #: builtin/notes.c:862
10263 #, c-format
10264 msgid "a notes merge into %s is already in-progress at %s"
10265 msgstr ""
10267 #: builtin/notes.c:865
10268 #, c-format
10269 msgid "failed to store link to current notes ref (%s)"
10270 msgstr ""
10272 #: builtin/notes.c:867
10273 #, c-format
10274 msgid ""
10275 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10276 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10277 "abort'.\n"
10278 msgstr ""
10280 #: builtin/notes.c:889
10281 #, c-format
10282 msgid "Object %s has no note\n"
10283 msgstr ""
10285 #: builtin/notes.c:901
10286 msgid "attempt to remove non-existent note is not an error"
10287 msgstr ""
10289 #: builtin/notes.c:904
10290 msgid "read object names from the standard input"
10291 msgstr ""
10293 #: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10294 msgid "do not remove, show only"
10295 msgstr ""
10297 #: builtin/notes.c:943
10298 msgid "report pruned notes"
10299 msgstr ""
10301 #: builtin/notes.c:985
10302 msgid "notes-ref"
10303 msgstr ""
10305 #: builtin/notes.c:986
10306 msgid "use notes from <notes-ref>"
10307 msgstr ""
10309 #: builtin/notes.c:1021
10310 #, c-format
10311 msgid "unknown subcommand: %s"
10312 msgstr ""
10314 #: builtin/pack-objects.c:30
10315 msgid ""
10316 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10317 msgstr ""
10319 #: builtin/pack-objects.c:31
10320 msgid ""
10321 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10322 msgstr ""
10324 #: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10325 #, c-format
10326 msgid "deflate error (%d)"
10327 msgstr ""
10329 #: builtin/pack-objects.c:776
10330 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10331 msgstr ""
10333 #: builtin/pack-objects.c:789
10334 msgid "Writing objects"
10335 msgstr ""
10337 #: builtin/pack-objects.c:1069
10338 msgid "disabling bitmap writing, as some objects are not being packed"
10339 msgstr ""
10341 #: builtin/pack-objects.c:2434
10342 msgid "Compressing objects"
10343 msgstr ""
10345 #: builtin/pack-objects.c:2843
10346 #, c-format
10347 msgid "unsupported index version %s"
10348 msgstr ""
10350 #: builtin/pack-objects.c:2847
10351 #, c-format
10352 msgid "bad index version '%s'"
10353 msgstr ""
10355 #: builtin/pack-objects.c:2877
10356 msgid "do not show progress meter"
10357 msgstr ""
10359 #: builtin/pack-objects.c:2879
10360 msgid "show progress meter"
10361 msgstr ""
10363 #: builtin/pack-objects.c:2881
10364 msgid "show progress meter during object writing phase"
10365 msgstr ""
10367 #: builtin/pack-objects.c:2884
10368 msgid "similar to --all-progress when progress meter is shown"
10369 msgstr ""
10371 #: builtin/pack-objects.c:2885
10372 msgid "version[,offset]"
10373 msgstr ""
10375 #: builtin/pack-objects.c:2886
10376 msgid "write the pack index file in the specified idx format version"
10377 msgstr ""
10379 #: builtin/pack-objects.c:2889
10380 msgid "maximum size of each output pack file"
10381 msgstr ""
10383 #: builtin/pack-objects.c:2891
10384 msgid "ignore borrowed objects from alternate object store"
10385 msgstr ""
10387 #: builtin/pack-objects.c:2893
10388 msgid "ignore packed objects"
10389 msgstr ""
10391 #: builtin/pack-objects.c:2895
10392 msgid "limit pack window by objects"
10393 msgstr ""
10395 #: builtin/pack-objects.c:2897
10396 msgid "limit pack window by memory in addition to object limit"
10397 msgstr ""
10399 #: builtin/pack-objects.c:2899
10400 msgid "maximum length of delta chain allowed in the resulting pack"
10401 msgstr ""
10403 #: builtin/pack-objects.c:2901
10404 msgid "reuse existing deltas"
10405 msgstr ""
10407 #: builtin/pack-objects.c:2903
10408 msgid "reuse existing objects"
10409 msgstr ""
10411 #: builtin/pack-objects.c:2905
10412 msgid "use OFS_DELTA objects"
10413 msgstr ""
10415 #: builtin/pack-objects.c:2907
10416 msgid "use threads when searching for best delta matches"
10417 msgstr ""
10419 #: builtin/pack-objects.c:2909
10420 msgid "do not create an empty pack output"
10421 msgstr ""
10423 #: builtin/pack-objects.c:2911
10424 msgid "read revision arguments from standard input"
10425 msgstr ""
10427 #: builtin/pack-objects.c:2913
10428 msgid "limit the objects to those that are not yet packed"
10429 msgstr ""
10431 #: builtin/pack-objects.c:2916
10432 msgid "include objects reachable from any reference"
10433 msgstr ""
10435 #: builtin/pack-objects.c:2919
10436 msgid "include objects referred by reflog entries"
10437 msgstr ""
10439 #: builtin/pack-objects.c:2922
10440 msgid "include objects referred to by the index"
10441 msgstr ""
10443 #: builtin/pack-objects.c:2925
10444 msgid "output pack to stdout"
10445 msgstr ""
10447 #: builtin/pack-objects.c:2927
10448 msgid "include tag objects that refer to objects to be packed"
10449 msgstr ""
10451 #: builtin/pack-objects.c:2929
10452 msgid "keep unreachable objects"
10453 msgstr ""
10455 #: builtin/pack-objects.c:2931
10456 msgid "pack loose unreachable objects"
10457 msgstr ""
10459 #: builtin/pack-objects.c:2933
10460 msgid "unpack unreachable objects newer than <time>"
10461 msgstr ""
10463 #: builtin/pack-objects.c:2936
10464 msgid "create thin packs"
10465 msgstr ""
10467 #: builtin/pack-objects.c:2938
10468 msgid "create packs suitable for shallow fetches"
10469 msgstr ""
10471 #: builtin/pack-objects.c:2940
10472 msgid "ignore packs that have companion .keep file"
10473 msgstr ""
10475 #: builtin/pack-objects.c:2942
10476 msgid "pack compression level"
10477 msgstr ""
10479 #: builtin/pack-objects.c:2944
10480 msgid "do not hide commits by grafts"
10481 msgstr ""
10483 #: builtin/pack-objects.c:2946
10484 msgid "use a bitmap index if available to speed up counting objects"
10485 msgstr ""
10487 #: builtin/pack-objects.c:2948
10488 msgid "write a bitmap index together with the pack index"
10489 msgstr ""
10491 #: builtin/pack-objects.c:3075
10492 msgid "Counting objects"
10493 msgstr ""
10495 #: builtin/pack-refs.c:6
10496 msgid "git pack-refs [<options>]"
10497 msgstr ""
10499 #: builtin/pack-refs.c:14
10500 msgid "pack everything"
10501 msgstr ""
10503 #: builtin/pack-refs.c:15
10504 msgid "prune loose refs (default)"
10505 msgstr ""
10507 #: builtin/prune-packed.c:7
10508 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10509 msgstr ""
10511 #: builtin/prune-packed.c:40
10512 msgid "Removing duplicate objects"
10513 msgstr ""
10515 #: builtin/prune.c:11
10516 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10517 msgstr ""
10519 #: builtin/prune.c:106
10520 msgid "report pruned objects"
10521 msgstr ""
10523 #: builtin/prune.c:109
10524 msgid "expire objects older than <time>"
10525 msgstr ""
10527 #: builtin/prune.c:123
10528 msgid "cannot prune in a precious-objects repo"
10529 msgstr ""
10531 #: builtin/pull.c:54 builtin/pull.c:56
10532 #, c-format
10533 msgid "Invalid value for %s: %s"
10534 msgstr ""
10536 #: builtin/pull.c:76
10537 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10538 msgstr ""
10540 #: builtin/pull.c:124
10541 msgid "control for recursive fetching of submodules"
10542 msgstr ""
10544 #: builtin/pull.c:128
10545 msgid "Options related to merging"
10546 msgstr ""
10548 #: builtin/pull.c:131
10549 msgid "incorporate changes by rebasing rather than merging"
10550 msgstr ""
10552 #: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
10553 msgid "allow fast-forward"
10554 msgstr ""
10556 #: builtin/pull.c:164
10557 msgid "automatically stash/stash pop before and after rebase"
10558 msgstr ""
10560 #: builtin/pull.c:180
10561 msgid "Options related to fetching"
10562 msgstr ""
10564 #: builtin/pull.c:198
10565 msgid "number of submodules pulled in parallel"
10566 msgstr ""
10568 #: builtin/pull.c:287
10569 #, c-format
10570 msgid "Invalid value for pull.ff: %s"
10571 msgstr ""
10573 #: builtin/pull.c:399
10574 msgid ""
10575 "There is no candidate for rebasing against among the refs that you just "
10576 "fetched."
10577 msgstr ""
10579 #: builtin/pull.c:401
10580 msgid ""
10581 "There are no candidates for merging among the refs that you just fetched."
10582 msgstr ""
10584 #: builtin/pull.c:402
10585 msgid ""
10586 "Generally this means that you provided a wildcard refspec which had no\n"
10587 "matches on the remote end."
10588 msgstr ""
10590 #: builtin/pull.c:405
10591 #, c-format
10592 msgid ""
10593 "You asked to pull from the remote '%s', but did not specify\n"
10594 "a branch. Because this is not the default configured remote\n"
10595 "for your current branch, you must specify a branch on the command line."
10596 msgstr ""
10598 #: builtin/pull.c:410 git-parse-remote.sh:73
10599 msgid "You are not currently on a branch."
10600 msgstr ""
10602 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
10603 msgid "Please specify which branch you want to rebase against."
10604 msgstr ""
10606 #: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
10607 msgid "Please specify which branch you want to merge with."
10608 msgstr ""
10610 #: builtin/pull.c:415 builtin/pull.c:430
10611 msgid "See git-pull(1) for details."
10612 msgstr ""
10614 #: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
10615 #: git-parse-remote.sh:64
10616 msgid "<remote>"
10617 msgstr ""
10619 #: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
10620 #: git-parse-remote.sh:65
10621 msgid "<branch>"
10622 msgstr ""
10624 #: builtin/pull.c:425 git-parse-remote.sh:75
10625 msgid "There is no tracking information for the current branch."
10626 msgstr ""
10628 #: builtin/pull.c:434 git-parse-remote.sh:95
10629 msgid ""
10630 "If you wish to set tracking information for this branch you can do so with:"
10631 msgstr ""
10633 #: builtin/pull.c:439
10634 #, c-format
10635 msgid ""
10636 "Your configuration specifies to merge with the ref '%s'\n"
10637 "from the remote, but no such ref was fetched."
10638 msgstr ""
10640 #: builtin/pull.c:792
10641 msgid "ignoring --verify-signatures for rebase"
10642 msgstr ""
10644 #: builtin/pull.c:840
10645 msgid "--[no-]autostash option is only valid with --rebase."
10646 msgstr ""
10648 #: builtin/pull.c:848
10649 msgid "Updating an unborn branch with changes added to the index."
10650 msgstr ""
10652 #: builtin/pull.c:851
10653 msgid "pull with rebase"
10654 msgstr ""
10656 #: builtin/pull.c:852
10657 msgid "please commit or stash them."
10658 msgstr ""
10660 #: builtin/pull.c:877
10661 #, c-format
10662 msgid ""
10663 "fetch updated the current branch head.\n"
10664 "fast-forwarding your working tree from\n"
10665 "commit %s."
10666 msgstr ""
10668 #: builtin/pull.c:882
10669 #, c-format
10670 msgid ""
10671 "Cannot fast-forward your working tree.\n"
10672 "After making sure that you saved anything precious from\n"
10673 "$ git diff %s\n"
10674 "output, run\n"
10675 "$ git reset --hard\n"
10676 "to recover."
10677 msgstr ""
10679 #: builtin/pull.c:897
10680 msgid "Cannot merge multiple branches into empty head."
10681 msgstr ""
10683 #: builtin/pull.c:901
10684 msgid "Cannot rebase onto multiple branches."
10685 msgstr ""
10687 #: builtin/pull.c:908
10688 msgid "cannot rebase with locally recorded submodule modifications"
10689 msgstr ""
10691 #: builtin/push.c:17
10692 msgid "git push [<options>] [<repository> [<refspec>...]]"
10693 msgstr ""
10695 #: builtin/push.c:90
10696 msgid "tag shorthand without <tag>"
10697 msgstr ""
10699 #: builtin/push.c:100
10700 msgid "--delete only accepts plain target ref names"
10701 msgstr ""
10703 #: builtin/push.c:144
10704 msgid ""
10705 "\n"
10706 "To choose either option permanently, see push.default in 'git help config'."
10707 msgstr ""
10709 #: builtin/push.c:147
10710 #, c-format
10711 msgid ""
10712 "The upstream branch of your current branch does not match\n"
10713 "the name of your current branch.  To push to the upstream branch\n"
10714 "on the remote, use\n"
10715 "\n"
10716 "    git push %s HEAD:%s\n"
10717 "\n"
10718 "To push to the branch of the same name on the remote, use\n"
10719 "\n"
10720 "    git push %s %s\n"
10721 "%s"
10722 msgstr ""
10724 #: builtin/push.c:162
10725 #, c-format
10726 msgid ""
10727 "You are not currently on a branch.\n"
10728 "To push the history leading to the current (detached HEAD)\n"
10729 "state now, use\n"
10730 "\n"
10731 "    git push %s HEAD:<name-of-remote-branch>\n"
10732 msgstr ""
10734 #: builtin/push.c:176
10735 #, c-format
10736 msgid ""
10737 "The current branch %s has no upstream branch.\n"
10738 "To push the current branch and set the remote as upstream, use\n"
10739 "\n"
10740 "    git push --set-upstream %s %s\n"
10741 msgstr ""
10743 #: builtin/push.c:184
10744 #, c-format
10745 msgid "The current branch %s has multiple upstream branches, refusing to push."
10746 msgstr ""
10748 #: builtin/push.c:187
10749 #, c-format
10750 msgid ""
10751 "You are pushing to remote '%s', which is not the upstream of\n"
10752 "your current branch '%s', without telling me what to push\n"
10753 "to update which remote branch."
10754 msgstr ""
10756 #: builtin/push.c:246
10757 msgid ""
10758 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10759 msgstr ""
10761 #: builtin/push.c:253
10762 msgid ""
10763 "Updates were rejected because the tip of your current branch is behind\n"
10764 "its remote counterpart. Integrate the remote changes (e.g.\n"
10765 "'git pull ...') before pushing again.\n"
10766 "See the 'Note about fast-forwards' in 'git push --help' for details."
10767 msgstr ""
10769 #: builtin/push.c:259
10770 msgid ""
10771 "Updates were rejected because a pushed branch tip is behind its remote\n"
10772 "counterpart. Check out this branch and integrate the remote changes\n"
10773 "(e.g. 'git pull ...') before pushing again.\n"
10774 "See the 'Note about fast-forwards' in 'git push --help' for details."
10775 msgstr ""
10777 #: builtin/push.c:265
10778 msgid ""
10779 "Updates were rejected because the remote contains work that you do\n"
10780 "not have locally. This is usually caused by another repository pushing\n"
10781 "to the same ref. You may want to first integrate the remote changes\n"
10782 "(e.g., 'git pull ...') before pushing again.\n"
10783 "See the 'Note about fast-forwards' in 'git push --help' for details."
10784 msgstr ""
10786 #: builtin/push.c:272
10787 msgid "Updates were rejected because the tag already exists in the remote."
10788 msgstr ""
10790 #: builtin/push.c:275
10791 msgid ""
10792 "You cannot update a remote ref that points at a non-commit object,\n"
10793 "or update a remote ref to make it point at a non-commit object,\n"
10794 "without using the '--force' option.\n"
10795 msgstr ""
10797 #: builtin/push.c:335
10798 #, c-format
10799 msgid "Pushing to %s\n"
10800 msgstr ""
10802 #: builtin/push.c:339
10803 #, c-format
10804 msgid "failed to push some refs to '%s'"
10805 msgstr ""
10807 #: builtin/push.c:370
10808 #, c-format
10809 msgid "bad repository '%s'"
10810 msgstr ""
10812 #: builtin/push.c:371
10813 msgid ""
10814 "No configured push destination.\n"
10815 "Either specify the URL from the command-line or configure a remote "
10816 "repository using\n"
10817 "\n"
10818 "    git remote add <name> <url>\n"
10819 "\n"
10820 "and then push using the remote name\n"
10821 "\n"
10822 "    git push <name>\n"
10823 msgstr ""
10825 #: builtin/push.c:389
10826 msgid "--all and --tags are incompatible"
10827 msgstr ""
10829 #: builtin/push.c:390
10830 msgid "--all can't be combined with refspecs"
10831 msgstr ""
10833 #: builtin/push.c:395
10834 msgid "--mirror and --tags are incompatible"
10835 msgstr ""
10837 #: builtin/push.c:396
10838 msgid "--mirror can't be combined with refspecs"
10839 msgstr ""
10841 #: builtin/push.c:401
10842 msgid "--all and --mirror are incompatible"
10843 msgstr ""
10845 #: builtin/push.c:523
10846 msgid "repository"
10847 msgstr ""
10849 #: builtin/push.c:524 builtin/send-pack.c:163
10850 msgid "push all refs"
10851 msgstr ""
10853 #: builtin/push.c:525 builtin/send-pack.c:165
10854 msgid "mirror all refs"
10855 msgstr ""
10857 #: builtin/push.c:527
10858 msgid "delete refs"
10859 msgstr ""
10861 #: builtin/push.c:528
10862 msgid "push tags (can't be used with --all or --mirror)"
10863 msgstr ""
10865 #: builtin/push.c:531 builtin/send-pack.c:166
10866 msgid "force updates"
10867 msgstr ""
10869 #: builtin/push.c:533 builtin/send-pack.c:180
10870 msgid "refname>:<expect"
10871 msgstr ""
10873 #: builtin/push.c:534 builtin/send-pack.c:181
10874 msgid "require old value of ref to be at this value"
10875 msgstr ""
10877 #: builtin/push.c:537
10878 msgid "control recursive pushing of submodules"
10879 msgstr ""
10881 #: builtin/push.c:539 builtin/send-pack.c:174
10882 msgid "use thin pack"
10883 msgstr ""
10885 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
10886 #: builtin/send-pack.c:161
10887 msgid "receive pack program"
10888 msgstr ""
10890 #: builtin/push.c:542
10891 msgid "set upstream for git pull/status"
10892 msgstr ""
10894 #: builtin/push.c:545
10895 msgid "prune locally removed refs"
10896 msgstr ""
10898 #: builtin/push.c:547
10899 msgid "bypass pre-push hook"
10900 msgstr ""
10902 #: builtin/push.c:548
10903 msgid "push missing but relevant tags"
10904 msgstr ""
10906 #: builtin/push.c:551 builtin/send-pack.c:168
10907 msgid "GPG sign the push"
10908 msgstr ""
10910 #: builtin/push.c:553 builtin/send-pack.c:175
10911 msgid "request atomic transaction on remote side"
10912 msgstr ""
10914 #: builtin/push.c:554 builtin/send-pack.c:171
10915 msgid "server-specific"
10916 msgstr ""
10918 #: builtin/push.c:554 builtin/send-pack.c:172
10919 msgid "option to transmit"
10920 msgstr ""
10922 #: builtin/push.c:568
10923 msgid "--delete is incompatible with --all, --mirror and --tags"
10924 msgstr ""
10926 #: builtin/push.c:570
10927 msgid "--delete doesn't make sense without any refs"
10928 msgstr ""
10930 #: builtin/push.c:589
10931 msgid "push options must not have new line characters"
10932 msgstr ""
10934 #: builtin/read-tree.c:40
10935 msgid ""
10936 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10937 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10938 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10939 msgstr ""
10941 #: builtin/read-tree.c:121
10942 msgid "write resulting index to <file>"
10943 msgstr ""
10945 #: builtin/read-tree.c:124
10946 msgid "only empty the index"
10947 msgstr ""
10949 #: builtin/read-tree.c:126
10950 msgid "Merging"
10951 msgstr ""
10953 #: builtin/read-tree.c:128
10954 msgid "perform a merge in addition to a read"
10955 msgstr ""
10957 #: builtin/read-tree.c:130
10958 msgid "3-way merge if no file level merging required"
10959 msgstr ""
10961 #: builtin/read-tree.c:132
10962 msgid "3-way merge in presence of adds and removes"
10963 msgstr ""
10965 #: builtin/read-tree.c:134
10966 msgid "same as -m, but discard unmerged entries"
10967 msgstr ""
10969 #: builtin/read-tree.c:135
10970 msgid "<subdirectory>/"
10971 msgstr ""
10973 #: builtin/read-tree.c:136
10974 msgid "read the tree into the index under <subdirectory>/"
10975 msgstr ""
10977 #: builtin/read-tree.c:139
10978 msgid "update working tree with merge result"
10979 msgstr ""
10981 #: builtin/read-tree.c:141
10982 msgid "gitignore"
10983 msgstr ""
10985 #: builtin/read-tree.c:142
10986 msgid "allow explicitly ignored files to be overwritten"
10987 msgstr ""
10989 #: builtin/read-tree.c:145
10990 msgid "don't check the working tree after merging"
10991 msgstr ""
10993 #: builtin/read-tree.c:146
10994 msgid "don't update the index or the work tree"
10995 msgstr ""
10997 #: builtin/read-tree.c:148
10998 msgid "skip applying sparse checkout filter"
10999 msgstr ""
11001 #: builtin/read-tree.c:150
11002 msgid "debug unpack-trees"
11003 msgstr ""
11005 #: builtin/rebase--helper.c:8
11006 msgid "git rebase--helper [<options>]"
11007 msgstr ""
11009 #: builtin/rebase--helper.c:20
11010 msgid "continue rebase"
11011 msgstr ""
11013 #: builtin/rebase--helper.c:22
11014 msgid "abort rebase"
11015 msgstr ""
11017 #: builtin/receive-pack.c:28
11018 msgid "git receive-pack <git-dir>"
11019 msgstr ""
11021 #: builtin/receive-pack.c:838
11022 msgid ""
11023 "By default, updating the current branch in a non-bare repository\n"
11024 "is denied, because it will make the index and work tree inconsistent\n"
11025 "with what you pushed, and will require 'git reset --hard' to match\n"
11026 "the work tree to HEAD.\n"
11027 "\n"
11028 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11029 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11030 "its current branch; however, this is not recommended unless you\n"
11031 "arranged to update its work tree to match what you pushed in some\n"
11032 "other way.\n"
11033 "\n"
11034 "To squelch this message and still keep the default behaviour, set\n"
11035 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11036 msgstr ""
11038 #: builtin/receive-pack.c:858
11039 msgid ""
11040 "By default, deleting the current branch is denied, because the next\n"
11041 "'git clone' won't result in any file checked out, causing confusion.\n"
11042 "\n"
11043 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11044 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11045 "current branch, with or without a warning message.\n"
11046 "\n"
11047 "To squelch this message, you can set it to 'refuse'."
11048 msgstr ""
11050 #: builtin/receive-pack.c:1933
11051 msgid "quiet"
11052 msgstr ""
11054 #: builtin/receive-pack.c:1947
11055 msgid "You must specify a directory."
11056 msgstr ""
11058 #: builtin/reflog.c:424
11059 #, c-format
11060 msgid "'%s' for '%s' is not a valid timestamp"
11061 msgstr ""
11063 #: builtin/reflog.c:541 builtin/reflog.c:546
11064 #, c-format
11065 msgid "'%s' is not a valid timestamp"
11066 msgstr ""
11068 #: builtin/remote.c:13
11069 msgid "git remote [-v | --verbose]"
11070 msgstr ""
11072 #: builtin/remote.c:14
11073 msgid ""
11074 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11075 "mirror=<fetch|push>] <name> <url>"
11076 msgstr ""
11078 #: builtin/remote.c:15 builtin/remote.c:35
11079 msgid "git remote rename <old> <new>"
11080 msgstr ""
11082 #: builtin/remote.c:16 builtin/remote.c:40
11083 msgid "git remote remove <name>"
11084 msgstr ""
11086 #: builtin/remote.c:17 builtin/remote.c:45
11087 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11088 msgstr ""
11090 #: builtin/remote.c:18
11091 msgid "git remote [-v | --verbose] show [-n] <name>"
11092 msgstr ""
11094 #: builtin/remote.c:19
11095 msgid "git remote prune [-n | --dry-run] <name>"
11096 msgstr ""
11098 #: builtin/remote.c:20
11099 msgid ""
11100 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11101 msgstr ""
11103 #: builtin/remote.c:21
11104 msgid "git remote set-branches [--add] <name> <branch>..."
11105 msgstr ""
11107 #: builtin/remote.c:22 builtin/remote.c:71
11108 msgid "git remote get-url [--push] [--all] <name>"
11109 msgstr ""
11111 #: builtin/remote.c:23 builtin/remote.c:76
11112 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11113 msgstr ""
11115 #: builtin/remote.c:24 builtin/remote.c:77
11116 msgid "git remote set-url --add <name> <newurl>"
11117 msgstr ""
11119 #: builtin/remote.c:25 builtin/remote.c:78
11120 msgid "git remote set-url --delete <name> <url>"
11121 msgstr ""
11123 #: builtin/remote.c:30
11124 msgid "git remote add [<options>] <name> <url>"
11125 msgstr ""
11127 #: builtin/remote.c:50
11128 msgid "git remote set-branches <name> <branch>..."
11129 msgstr ""
11131 #: builtin/remote.c:51
11132 msgid "git remote set-branches --add <name> <branch>..."
11133 msgstr ""
11135 #: builtin/remote.c:56
11136 msgid "git remote show [<options>] <name>"
11137 msgstr ""
11139 #: builtin/remote.c:61
11140 msgid "git remote prune [<options>] <name>"
11141 msgstr ""
11143 #: builtin/remote.c:66
11144 msgid "git remote update [<options>] [<group> | <remote>]..."
11145 msgstr ""
11147 #: builtin/remote.c:95
11148 #, c-format
11149 msgid "Updating %s"
11150 msgstr ""
11152 #: builtin/remote.c:127
11153 msgid ""
11154 "--mirror is dangerous and deprecated; please\n"
11155 "\t use --mirror=fetch or --mirror=push instead"
11156 msgstr ""
11158 #: builtin/remote.c:144
11159 #, c-format
11160 msgid "unknown mirror argument: %s"
11161 msgstr ""
11163 #: builtin/remote.c:160
11164 msgid "fetch the remote branches"
11165 msgstr ""
11167 #: builtin/remote.c:162
11168 msgid "import all tags and associated objects when fetching"
11169 msgstr ""
11171 #: builtin/remote.c:165
11172 msgid "or do not fetch any tag at all (--no-tags)"
11173 msgstr ""
11175 #: builtin/remote.c:167
11176 msgid "branch(es) to track"
11177 msgstr ""
11179 #: builtin/remote.c:168
11180 msgid "master branch"
11181 msgstr ""
11183 #: builtin/remote.c:169
11184 msgid "push|fetch"
11185 msgstr ""
11187 #: builtin/remote.c:170
11188 msgid "set up remote as a mirror to push to or fetch from"
11189 msgstr ""
11191 #: builtin/remote.c:182
11192 msgid "specifying a master branch makes no sense with --mirror"
11193 msgstr ""
11195 #: builtin/remote.c:184
11196 msgid "specifying branches to track makes sense only with fetch mirrors"
11197 msgstr ""
11199 #: builtin/remote.c:191 builtin/remote.c:630
11200 #, c-format
11201 msgid "remote %s already exists."
11202 msgstr ""
11204 #: builtin/remote.c:195 builtin/remote.c:634
11205 #, c-format
11206 msgid "'%s' is not a valid remote name"
11207 msgstr ""
11209 #: builtin/remote.c:235
11210 #, c-format
11211 msgid "Could not setup master '%s'"
11212 msgstr ""
11214 #: builtin/remote.c:337
11215 #, c-format
11216 msgid "Could not get fetch map for refspec %s"
11217 msgstr ""
11219 #: builtin/remote.c:438 builtin/remote.c:446
11220 msgid "(matching)"
11221 msgstr ""
11223 #: builtin/remote.c:450
11224 msgid "(delete)"
11225 msgstr ""
11227 #: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11228 #, c-format
11229 msgid "No such remote: %s"
11230 msgstr ""
11232 #: builtin/remote.c:640
11233 #, c-format
11234 msgid "Could not rename config section '%s' to '%s'"
11235 msgstr ""
11237 #: builtin/remote.c:660
11238 #, c-format
11239 msgid ""
11240 "Not updating non-default fetch refspec\n"
11241 "\t%s\n"
11242 "\tPlease update the configuration manually if necessary."
11243 msgstr ""
11245 #: builtin/remote.c:696
11246 #, c-format
11247 msgid "deleting '%s' failed"
11248 msgstr ""
11250 #: builtin/remote.c:730
11251 #, c-format
11252 msgid "creating '%s' failed"
11253 msgstr ""
11255 #: builtin/remote.c:795
11256 msgid ""
11257 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11258 "to delete it, use:"
11259 msgid_plural ""
11260 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11261 "to delete them, use:"
11262 msgstr[0] ""
11263 msgstr[1] ""
11265 #: builtin/remote.c:809
11266 #, c-format
11267 msgid "Could not remove config section '%s'"
11268 msgstr ""
11270 #: builtin/remote.c:910
11271 #, c-format
11272 msgid " new (next fetch will store in remotes/%s)"
11273 msgstr ""
11275 #: builtin/remote.c:913
11276 msgid " tracked"
11277 msgstr ""
11279 #: builtin/remote.c:915
11280 msgid " stale (use 'git remote prune' to remove)"
11281 msgstr ""
11283 #: builtin/remote.c:917
11284 msgid " ???"
11285 msgstr ""
11287 #: builtin/remote.c:958
11288 #, c-format
11289 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11290 msgstr ""
11292 #: builtin/remote.c:966
11293 #, c-format
11294 msgid "rebases interactively onto remote %s"
11295 msgstr ""
11297 #: builtin/remote.c:967
11298 #, c-format
11299 msgid "rebases onto remote %s"
11300 msgstr ""
11302 #: builtin/remote.c:970
11303 #, c-format
11304 msgid " merges with remote %s"
11305 msgstr ""
11307 #: builtin/remote.c:973
11308 #, c-format
11309 msgid "merges with remote %s"
11310 msgstr ""
11312 #: builtin/remote.c:976
11313 #, c-format
11314 msgid "%-*s    and with remote %s\n"
11315 msgstr ""
11317 #: builtin/remote.c:1019
11318 msgid "create"
11319 msgstr ""
11321 #: builtin/remote.c:1022
11322 msgid "delete"
11323 msgstr ""
11325 #: builtin/remote.c:1026
11326 msgid "up to date"
11327 msgstr ""
11329 #: builtin/remote.c:1029
11330 msgid "fast-forwardable"
11331 msgstr ""
11333 #: builtin/remote.c:1032
11334 msgid "local out of date"
11335 msgstr ""
11337 #: builtin/remote.c:1039
11338 #, c-format
11339 msgid "    %-*s forces to %-*s (%s)"
11340 msgstr ""
11342 #: builtin/remote.c:1042
11343 #, c-format
11344 msgid "    %-*s pushes to %-*s (%s)"
11345 msgstr ""
11347 #: builtin/remote.c:1046
11348 #, c-format
11349 msgid "    %-*s forces to %s"
11350 msgstr ""
11352 #: builtin/remote.c:1049
11353 #, c-format
11354 msgid "    %-*s pushes to %s"
11355 msgstr ""
11357 #: builtin/remote.c:1117
11358 msgid "do not query remotes"
11359 msgstr ""
11361 #: builtin/remote.c:1144
11362 #, c-format
11363 msgid "* remote %s"
11364 msgstr ""
11366 #: builtin/remote.c:1145
11367 #, c-format
11368 msgid "  Fetch URL: %s"
11369 msgstr ""
11371 #: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
11372 msgid "(no URL)"
11373 msgstr ""
11375 #. TRANSLATORS: the colon ':' should align
11376 #. with the one in " Fetch URL: %s"
11377 #. translation.
11379 #: builtin/remote.c:1160 builtin/remote.c:1162
11380 #, c-format
11381 msgid "  Push  URL: %s"
11382 msgstr ""
11384 #: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
11385 #, c-format
11386 msgid "  HEAD branch: %s"
11387 msgstr ""
11389 #: builtin/remote.c:1164
11390 msgid "(not queried)"
11391 msgstr ""
11393 #: builtin/remote.c:1166
11394 msgid "(unknown)"
11395 msgstr ""
11397 #: builtin/remote.c:1170
11398 #, c-format
11399 msgid ""
11400 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11401 msgstr ""
11403 #: builtin/remote.c:1182
11404 #, c-format
11405 msgid "  Remote branch:%s"
11406 msgid_plural "  Remote branches:%s"
11407 msgstr[0] ""
11408 msgstr[1] ""
11410 #: builtin/remote.c:1185 builtin/remote.c:1211
11411 msgid " (status not queried)"
11412 msgstr ""
11414 #: builtin/remote.c:1194
11415 msgid "  Local branch configured for 'git pull':"
11416 msgid_plural "  Local branches configured for 'git pull':"
11417 msgstr[0] ""
11418 msgstr[1] ""
11420 #: builtin/remote.c:1202
11421 msgid "  Local refs will be mirrored by 'git push'"
11422 msgstr ""
11424 #: builtin/remote.c:1208
11425 #, c-format
11426 msgid "  Local ref configured for 'git push'%s:"
11427 msgid_plural "  Local refs configured for 'git push'%s:"
11428 msgstr[0] ""
11429 msgstr[1] ""
11431 #: builtin/remote.c:1229
11432 msgid "set refs/remotes/<name>/HEAD according to remote"
11433 msgstr ""
11435 #: builtin/remote.c:1231
11436 msgid "delete refs/remotes/<name>/HEAD"
11437 msgstr ""
11439 #: builtin/remote.c:1246
11440 msgid "Cannot determine remote HEAD"
11441 msgstr ""
11443 #: builtin/remote.c:1248
11444 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11445 msgstr ""
11447 #: builtin/remote.c:1258
11448 #, c-format
11449 msgid "Could not delete %s"
11450 msgstr ""
11452 #: builtin/remote.c:1266
11453 #, c-format
11454 msgid "Not a valid ref: %s"
11455 msgstr ""
11457 #: builtin/remote.c:1268
11458 #, c-format
11459 msgid "Could not setup %s"
11460 msgstr ""
11462 #: builtin/remote.c:1286
11463 #, c-format
11464 msgid " %s will become dangling!"
11465 msgstr ""
11467 #: builtin/remote.c:1287
11468 #, c-format
11469 msgid " %s has become dangling!"
11470 msgstr ""
11472 #: builtin/remote.c:1297
11473 #, c-format
11474 msgid "Pruning %s"
11475 msgstr ""
11477 #: builtin/remote.c:1298
11478 #, c-format
11479 msgid "URL: %s"
11480 msgstr ""
11482 #: builtin/remote.c:1314
11483 #, c-format
11484 msgid " * [would prune] %s"
11485 msgstr ""
11487 #: builtin/remote.c:1317
11488 #, c-format
11489 msgid " * [pruned] %s"
11490 msgstr ""
11492 #: builtin/remote.c:1362
11493 msgid "prune remotes after fetching"
11494 msgstr ""
11496 #: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
11497 #, c-format
11498 msgid "No such remote '%s'"
11499 msgstr ""
11501 #: builtin/remote.c:1441
11502 msgid "add branch"
11503 msgstr ""
11505 #: builtin/remote.c:1448
11506 msgid "no remote specified"
11507 msgstr ""
11509 #: builtin/remote.c:1465
11510 msgid "query push URLs rather than fetch URLs"
11511 msgstr ""
11513 #: builtin/remote.c:1467
11514 msgid "return all URLs"
11515 msgstr ""
11517 #: builtin/remote.c:1495
11518 #, c-format
11519 msgid "no URLs configured for remote '%s'"
11520 msgstr ""
11522 #: builtin/remote.c:1521
11523 msgid "manipulate push URLs"
11524 msgstr ""
11526 #: builtin/remote.c:1523
11527 msgid "add URL"
11528 msgstr ""
11530 #: builtin/remote.c:1525
11531 msgid "delete URLs"
11532 msgstr ""
11534 #: builtin/remote.c:1532
11535 msgid "--add --delete doesn't make sense"
11536 msgstr ""
11538 #: builtin/remote.c:1573
11539 #, c-format
11540 msgid "Invalid old URL pattern: %s"
11541 msgstr ""
11543 #: builtin/remote.c:1581
11544 #, c-format
11545 msgid "No such URL found: %s"
11546 msgstr ""
11548 #: builtin/remote.c:1583
11549 msgid "Will not delete all non-push URLs"
11550 msgstr ""
11552 #: builtin/remote.c:1597
11553 msgid "be verbose; must be placed before a subcommand"
11554 msgstr ""
11556 #: builtin/remote.c:1628
11557 #, c-format
11558 msgid "Unknown subcommand: %s"
11559 msgstr ""
11561 #: builtin/repack.c:18
11562 msgid "git repack [<options>]"
11563 msgstr ""
11565 #: builtin/repack.c:23
11566 msgid ""
11567 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
11568 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11569 msgstr ""
11571 #: builtin/repack.c:168
11572 msgid "pack everything in a single pack"
11573 msgstr ""
11575 #: builtin/repack.c:170
11576 msgid "same as -a, and turn unreachable objects loose"
11577 msgstr ""
11579 #: builtin/repack.c:173
11580 msgid "remove redundant packs, and run git-prune-packed"
11581 msgstr ""
11583 #: builtin/repack.c:175
11584 msgid "pass --no-reuse-delta to git-pack-objects"
11585 msgstr ""
11587 #: builtin/repack.c:177
11588 msgid "pass --no-reuse-object to git-pack-objects"
11589 msgstr ""
11591 #: builtin/repack.c:179
11592 msgid "do not run git-update-server-info"
11593 msgstr ""
11595 #: builtin/repack.c:182
11596 msgid "pass --local to git-pack-objects"
11597 msgstr ""
11599 #: builtin/repack.c:184
11600 msgid "write bitmap index"
11601 msgstr ""
11603 #: builtin/repack.c:185
11604 msgid "approxidate"
11605 msgstr ""
11607 #: builtin/repack.c:186
11608 msgid "with -A, do not loosen objects older than this"
11609 msgstr ""
11611 #: builtin/repack.c:188
11612 msgid "with -a, repack unreachable objects"
11613 msgstr ""
11615 #: builtin/repack.c:190
11616 msgid "size of the window used for delta compression"
11617 msgstr ""
11619 #: builtin/repack.c:191 builtin/repack.c:197
11620 msgid "bytes"
11621 msgstr ""
11623 #: builtin/repack.c:192
11624 msgid "same as the above, but limit memory size instead of entries count"
11625 msgstr ""
11627 #: builtin/repack.c:194
11628 msgid "limits the maximum delta depth"
11629 msgstr ""
11631 #: builtin/repack.c:196
11632 msgid "limits the maximum number of threads"
11633 msgstr ""
11635 #: builtin/repack.c:198
11636 msgid "maximum size of each packfile"
11637 msgstr ""
11639 #: builtin/repack.c:200
11640 msgid "repack objects in packs marked with .keep"
11641 msgstr ""
11643 #: builtin/repack.c:210
11644 msgid "cannot delete packs in a precious-objects repo"
11645 msgstr ""
11647 #: builtin/repack.c:214
11648 msgid "--keep-unreachable and -A are incompatible"
11649 msgstr ""
11651 #: builtin/repack.c:406 builtin/worktree.c:116
11652 #, c-format
11653 msgid "failed to remove '%s'"
11654 msgstr ""
11656 #: builtin/replace.c:20
11657 msgid "git replace [-f] <object> <replacement>"
11658 msgstr ""
11660 #: builtin/replace.c:21
11661 msgid "git replace [-f] --edit <object>"
11662 msgstr ""
11664 #: builtin/replace.c:22
11665 msgid "git replace [-f] --graft <commit> [<parent>...]"
11666 msgstr ""
11668 #: builtin/replace.c:23
11669 msgid "git replace -d <object>..."
11670 msgstr ""
11672 #: builtin/replace.c:24
11673 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11674 msgstr ""
11676 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11677 #, c-format
11678 msgid "Not a valid object name: '%s'"
11679 msgstr ""
11681 #: builtin/replace.c:361
11682 #, c-format
11683 msgid "bad mergetag in commit '%s'"
11684 msgstr ""
11686 #: builtin/replace.c:363
11687 #, c-format
11688 msgid "malformed mergetag in commit '%s'"
11689 msgstr ""
11691 #: builtin/replace.c:374
11692 #, c-format
11693 msgid ""
11694 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11695 "instead of --graft"
11696 msgstr ""
11698 #: builtin/replace.c:407
11699 #, c-format
11700 msgid "the original commit '%s' has a gpg signature."
11701 msgstr ""
11703 #: builtin/replace.c:408
11704 msgid "the signature will be removed in the replacement commit!"
11705 msgstr ""
11707 #: builtin/replace.c:414
11708 #, c-format
11709 msgid "could not write replacement commit for: '%s'"
11710 msgstr ""
11712 #: builtin/replace.c:438
11713 msgid "list replace refs"
11714 msgstr ""
11716 #: builtin/replace.c:439
11717 msgid "delete replace refs"
11718 msgstr ""
11720 #: builtin/replace.c:440
11721 msgid "edit existing object"
11722 msgstr ""
11724 #: builtin/replace.c:441
11725 msgid "change a commit's parents"
11726 msgstr ""
11728 #: builtin/replace.c:442
11729 msgid "replace the ref if it exists"
11730 msgstr ""
11732 #: builtin/replace.c:443
11733 msgid "do not pretty-print contents for --edit"
11734 msgstr ""
11736 #: builtin/replace.c:444
11737 msgid "use this format"
11738 msgstr ""
11740 #: builtin/rerere.c:13
11741 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11742 msgstr ""
11744 #: builtin/rerere.c:59
11745 msgid "register clean resolutions in index"
11746 msgstr ""
11748 #: builtin/reset.c:29
11749 msgid ""
11750 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11751 msgstr ""
11753 #: builtin/reset.c:30
11754 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11755 msgstr ""
11757 #: builtin/reset.c:31
11758 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11759 msgstr ""
11761 #: builtin/reset.c:37
11762 msgid "mixed"
11763 msgstr ""
11765 #: builtin/reset.c:37
11766 msgid "soft"
11767 msgstr ""
11769 #: builtin/reset.c:37
11770 msgid "hard"
11771 msgstr ""
11773 #: builtin/reset.c:37
11774 msgid "merge"
11775 msgstr ""
11777 #: builtin/reset.c:37
11778 msgid "keep"
11779 msgstr ""
11781 #: builtin/reset.c:77
11782 msgid "You do not have a valid HEAD."
11783 msgstr ""
11785 #: builtin/reset.c:79
11786 msgid "Failed to find tree of HEAD."
11787 msgstr ""
11789 #: builtin/reset.c:85
11790 #, c-format
11791 msgid "Failed to find tree of %s."
11792 msgstr ""
11794 #: builtin/reset.c:103
11795 #, c-format
11796 msgid "HEAD is now at %s"
11797 msgstr ""
11799 #: builtin/reset.c:186
11800 #, c-format
11801 msgid "Cannot do a %s reset in the middle of a merge."
11802 msgstr ""
11804 #: builtin/reset.c:286
11805 msgid "be quiet, only report errors"
11806 msgstr ""
11808 #: builtin/reset.c:288
11809 msgid "reset HEAD and index"
11810 msgstr ""
11812 #: builtin/reset.c:289
11813 msgid "reset only HEAD"
11814 msgstr ""
11816 #: builtin/reset.c:291 builtin/reset.c:293
11817 msgid "reset HEAD, index and working tree"
11818 msgstr ""
11820 #: builtin/reset.c:295
11821 msgid "reset HEAD but keep local changes"
11822 msgstr ""
11824 #: builtin/reset.c:301
11825 msgid "record only the fact that removed paths will be added later"
11826 msgstr ""
11828 #: builtin/reset.c:320
11829 #, c-format
11830 msgid "Failed to resolve '%s' as a valid revision."
11831 msgstr ""
11833 #: builtin/reset.c:328
11834 #, c-format
11835 msgid "Failed to resolve '%s' as a valid tree."
11836 msgstr ""
11838 #: builtin/reset.c:337
11839 msgid "--patch is incompatible with --{hard,mixed,soft}"
11840 msgstr ""
11842 #: builtin/reset.c:346
11843 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11844 msgstr ""
11846 #: builtin/reset.c:348
11847 #, c-format
11848 msgid "Cannot do %s reset with paths."
11849 msgstr ""
11851 #: builtin/reset.c:358
11852 #, c-format
11853 msgid "%s reset is not allowed in a bare repository"
11854 msgstr ""
11856 #: builtin/reset.c:362
11857 msgid "-N can only be used with --mixed"
11858 msgstr ""
11860 #: builtin/reset.c:379
11861 msgid "Unstaged changes after reset:"
11862 msgstr ""
11864 #: builtin/reset.c:385
11865 #, c-format
11866 msgid "Could not reset index file to revision '%s'."
11867 msgstr ""
11869 #: builtin/reset.c:389
11870 msgid "Could not write new index file."
11871 msgstr ""
11873 #: builtin/rev-list.c:358
11874 msgid "rev-list does not support display of notes"
11875 msgstr ""
11877 #: builtin/rev-parse.c:394
11878 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11879 msgstr ""
11881 #: builtin/rev-parse.c:399
11882 msgid "keep the `--` passed as an arg"
11883 msgstr ""
11885 #: builtin/rev-parse.c:401
11886 msgid "stop parsing after the first non-option argument"
11887 msgstr ""
11889 #: builtin/rev-parse.c:404
11890 msgid "output in stuck long form"
11891 msgstr ""
11893 #: builtin/rev-parse.c:535
11894 msgid ""
11895 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11896 "   or: git rev-parse --sq-quote [<arg>...]\n"
11897 "   or: git rev-parse [<options>] [<arg>...]\n"
11898 "\n"
11899 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11900 msgstr ""
11902 #: builtin/revert.c:23
11903 msgid "git revert [<options>] <commit-ish>..."
11904 msgstr ""
11906 #: builtin/revert.c:24
11907 msgid "git revert <subcommand>"
11908 msgstr ""
11910 #: builtin/revert.c:29
11911 msgid "git cherry-pick [<options>] <commit-ish>..."
11912 msgstr ""
11914 #: builtin/revert.c:30
11915 msgid "git cherry-pick <subcommand>"
11916 msgstr ""
11918 #: builtin/revert.c:90
11919 #, c-format
11920 msgid "%s: %s cannot be used with %s"
11921 msgstr ""
11923 #: builtin/revert.c:99
11924 msgid "end revert or cherry-pick sequence"
11925 msgstr ""
11927 #: builtin/revert.c:100
11928 msgid "resume revert or cherry-pick sequence"
11929 msgstr ""
11931 #: builtin/revert.c:101
11932 msgid "cancel revert or cherry-pick sequence"
11933 msgstr ""
11935 #: builtin/revert.c:102
11936 msgid "don't automatically commit"
11937 msgstr ""
11939 #: builtin/revert.c:103
11940 msgid "edit the commit message"
11941 msgstr ""
11943 #: builtin/revert.c:106
11944 msgid "parent-number"
11945 msgstr ""
11947 #: builtin/revert.c:107
11948 msgid "select mainline parent"
11949 msgstr ""
11951 #: builtin/revert.c:109
11952 msgid "merge strategy"
11953 msgstr ""
11955 #: builtin/revert.c:110
11956 msgid "option"
11957 msgstr ""
11959 #: builtin/revert.c:111
11960 msgid "option for merge strategy"
11961 msgstr ""
11963 #: builtin/revert.c:120
11964 msgid "append commit name"
11965 msgstr ""
11967 #: builtin/revert.c:122
11968 msgid "preserve initially empty commits"
11969 msgstr ""
11971 #: builtin/revert.c:123
11972 msgid "allow commits with empty messages"
11973 msgstr ""
11975 #: builtin/revert.c:124
11976 msgid "keep redundant, empty commits"
11977 msgstr ""
11979 #: builtin/revert.c:212
11980 msgid "revert failed"
11981 msgstr ""
11983 #: builtin/revert.c:225
11984 msgid "cherry-pick failed"
11985 msgstr ""
11987 #: builtin/rm.c:18
11988 msgid "git rm [<options>] [--] <file>..."
11989 msgstr ""
11991 #: builtin/rm.c:206
11992 msgid ""
11993 "the following file has staged content different from both the\n"
11994 "file and the HEAD:"
11995 msgid_plural ""
11996 "the following files have staged content different from both the\n"
11997 "file and the HEAD:"
11998 msgstr[0] ""
11999 msgstr[1] ""
12001 #: builtin/rm.c:211
12002 msgid ""
12003 "\n"
12004 "(use -f to force removal)"
12005 msgstr ""
12007 #: builtin/rm.c:215
12008 msgid "the following file has changes staged in the index:"
12009 msgid_plural "the following files have changes staged in the index:"
12010 msgstr[0] ""
12011 msgstr[1] ""
12013 #: builtin/rm.c:219 builtin/rm.c:228
12014 msgid ""
12015 "\n"
12016 "(use --cached to keep the file, or -f to force removal)"
12017 msgstr ""
12019 #: builtin/rm.c:225
12020 msgid "the following file has local modifications:"
12021 msgid_plural "the following files have local modifications:"
12022 msgstr[0] ""
12023 msgstr[1] ""
12025 #: builtin/rm.c:243
12026 msgid "do not list removed files"
12027 msgstr ""
12029 #: builtin/rm.c:244
12030 msgid "only remove from the index"
12031 msgstr ""
12033 #: builtin/rm.c:245
12034 msgid "override the up-to-date check"
12035 msgstr ""
12037 #: builtin/rm.c:246
12038 msgid "allow recursive removal"
12039 msgstr ""
12041 #: builtin/rm.c:248
12042 msgid "exit with a zero status even if nothing matched"
12043 msgstr ""
12045 #: builtin/rm.c:308
12046 #, c-format
12047 msgid "not removing '%s' recursively without -r"
12048 msgstr ""
12050 #: builtin/rm.c:347
12051 #, c-format
12052 msgid "git rm: unable to remove %s"
12053 msgstr ""
12055 #: builtin/rm.c:370
12056 #, c-format
12057 msgid "could not remove '%s'"
12058 msgstr ""
12060 #: builtin/send-pack.c:19
12061 msgid ""
12062 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12063 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12064 "[<ref>...]\n"
12065 "  --all and explicit <ref> specification are mutually exclusive."
12066 msgstr ""
12068 #: builtin/send-pack.c:162
12069 msgid "remote name"
12070 msgstr ""
12072 #: builtin/send-pack.c:176
12073 msgid "use stateless RPC protocol"
12074 msgstr ""
12076 #: builtin/send-pack.c:177
12077 msgid "read refs from stdin"
12078 msgstr ""
12080 #: builtin/send-pack.c:178
12081 msgid "print status from remote helper"
12082 msgstr ""
12084 #: builtin/shortlog.c:14
12085 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12086 msgstr ""
12088 #: builtin/shortlog.c:249
12089 msgid "Group by committer rather than author"
12090 msgstr ""
12092 #: builtin/shortlog.c:251
12093 msgid "sort output according to the number of commits per author"
12094 msgstr ""
12096 #: builtin/shortlog.c:253
12097 msgid "Suppress commit descriptions, only provides commit count"
12098 msgstr ""
12100 #: builtin/shortlog.c:255
12101 msgid "Show the email address of each author"
12102 msgstr ""
12104 #: builtin/shortlog.c:256
12105 msgid "w[,i1[,i2]]"
12106 msgstr ""
12108 #: builtin/shortlog.c:257
12109 msgid "Linewrap output"
12110 msgstr ""
12112 #: builtin/show-branch.c:12
12113 msgid ""
12114 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12115 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12116 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12117 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12118 msgstr ""
12120 #: builtin/show-branch.c:16
12121 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12122 msgstr ""
12124 #: builtin/show-branch.c:376
12125 #, c-format
12126 msgid "ignoring %s; cannot handle more than %d ref"
12127 msgid_plural "ignoring %s; cannot handle more than %d refs"
12128 msgstr[0] ""
12129 msgstr[1] ""
12131 #: builtin/show-branch.c:530
12132 #, c-format
12133 msgid "no matching refs with %s"
12134 msgstr ""
12136 #: builtin/show-branch.c:626
12137 msgid "show remote-tracking and local branches"
12138 msgstr ""
12140 #: builtin/show-branch.c:628
12141 msgid "show remote-tracking branches"
12142 msgstr ""
12144 #: builtin/show-branch.c:630
12145 msgid "color '*!+-' corresponding to the branch"
12146 msgstr ""
12148 #: builtin/show-branch.c:632
12149 msgid "show <n> more commits after the common ancestor"
12150 msgstr ""
12152 #: builtin/show-branch.c:634
12153 msgid "synonym to more=-1"
12154 msgstr ""
12156 #: builtin/show-branch.c:635
12157 msgid "suppress naming strings"
12158 msgstr ""
12160 #: builtin/show-branch.c:637
12161 msgid "include the current branch"
12162 msgstr ""
12164 #: builtin/show-branch.c:639
12165 msgid "name commits with their object names"
12166 msgstr ""
12168 #: builtin/show-branch.c:641
12169 msgid "show possible merge bases"
12170 msgstr ""
12172 #: builtin/show-branch.c:643
12173 msgid "show refs unreachable from any other ref"
12174 msgstr ""
12176 #: builtin/show-branch.c:645
12177 msgid "show commits in topological order"
12178 msgstr ""
12180 #: builtin/show-branch.c:648
12181 msgid "show only commits not on the first branch"
12182 msgstr ""
12184 #: builtin/show-branch.c:650
12185 msgid "show merges reachable from only one tip"
12186 msgstr ""
12188 #: builtin/show-branch.c:652
12189 msgid "topologically sort, maintaining date order where possible"
12190 msgstr ""
12192 #: builtin/show-branch.c:655
12193 msgid "<n>[,<base>]"
12194 msgstr ""
12196 #: builtin/show-branch.c:656
12197 msgid "show <n> most recent ref-log entries starting at base"
12198 msgstr ""
12200 #: builtin/show-branch.c:690
12201 msgid ""
12202 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12203 msgstr ""
12205 #: builtin/show-branch.c:714
12206 msgid "no branches given, and HEAD is not valid"
12207 msgstr ""
12209 #: builtin/show-branch.c:717
12210 msgid "--reflog option needs one branch name"
12211 msgstr ""
12213 #: builtin/show-branch.c:720
12214 #, c-format
12215 msgid "only %d entry can be shown at one time."
12216 msgid_plural "only %d entries can be shown at one time."
12217 msgstr[0] ""
12218 msgstr[1] ""
12220 #: builtin/show-branch.c:724
12221 #, c-format
12222 msgid "no such ref %s"
12223 msgstr ""
12225 #: builtin/show-branch.c:808
12226 #, c-format
12227 msgid "cannot handle more than %d rev."
12228 msgid_plural "cannot handle more than %d revs."
12229 msgstr[0] ""
12230 msgstr[1] ""
12232 #: builtin/show-branch.c:812
12233 #, c-format
12234 msgid "'%s' is not a valid ref."
12235 msgstr ""
12237 #: builtin/show-branch.c:815
12238 #, c-format
12239 msgid "cannot find commit %s (%s)"
12240 msgstr ""
12242 #: builtin/show-ref.c:10
12243 msgid ""
12244 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12245 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12246 msgstr ""
12248 #: builtin/show-ref.c:11
12249 msgid "git show-ref --exclude-existing[=<pattern>]"
12250 msgstr ""
12252 #: builtin/show-ref.c:159
12253 msgid "only show tags (can be combined with heads)"
12254 msgstr ""
12256 #: builtin/show-ref.c:160
12257 msgid "only show heads (can be combined with tags)"
12258 msgstr ""
12260 #: builtin/show-ref.c:161
12261 msgid "stricter reference checking, requires exact ref path"
12262 msgstr ""
12264 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12265 msgid "show the HEAD reference, even if it would be filtered out"
12266 msgstr ""
12268 #: builtin/show-ref.c:168
12269 msgid "dereference tags into object IDs"
12270 msgstr ""
12272 #: builtin/show-ref.c:170
12273 msgid "only show SHA1 hash using <n> digits"
12274 msgstr ""
12276 #: builtin/show-ref.c:174
12277 msgid "do not print results to stdout (useful with --verify)"
12278 msgstr ""
12280 #: builtin/show-ref.c:176
12281 msgid "show refs from stdin that aren't in local repository"
12282 msgstr ""
12284 #: builtin/stripspace.c:18
12285 msgid "git stripspace [-s | --strip-comments]"
12286 msgstr ""
12288 #: builtin/stripspace.c:19
12289 msgid "git stripspace [-c | --comment-lines]"
12290 msgstr ""
12292 #: builtin/stripspace.c:36
12293 msgid "skip and remove all lines starting with comment character"
12294 msgstr ""
12296 #: builtin/stripspace.c:39
12297 msgid "prepend comment character and space to each line"
12298 msgstr ""
12300 #: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12301 #, c-format
12302 msgid "No such ref: %s"
12303 msgstr ""
12305 #: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12306 #, c-format
12307 msgid "Expecting a full ref name, got %s"
12308 msgstr ""
12310 #: builtin/submodule--helper.c:72
12311 #, c-format
12312 msgid "cannot strip one component off url '%s'"
12313 msgstr ""
12315 #: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12316 msgid "alternative anchor for relative paths"
12317 msgstr ""
12319 #: builtin/submodule--helper.c:310
12320 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12321 msgstr ""
12323 #: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12324 #, c-format
12325 msgid "No url found for submodule path '%s' in .gitmodules"
12326 msgstr ""
12328 #: builtin/submodule--helper.c:395
12329 #, c-format
12330 msgid ""
12331 "could not lookup configuration '%s'. Assuming this repository is its own "
12332 "authoritative upstream."
12333 msgstr ""
12335 #: builtin/submodule--helper.c:406
12336 #, c-format
12337 msgid "Failed to register url for submodule path '%s'"
12338 msgstr ""
12340 #: builtin/submodule--helper.c:410
12341 #, c-format
12342 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12343 msgstr ""
12345 #: builtin/submodule--helper.c:420
12346 #, c-format
12347 msgid "warning: command update mode suggested for submodule '%s'\n"
12348 msgstr ""
12350 #: builtin/submodule--helper.c:427
12351 #, c-format
12352 msgid "Failed to register update mode for submodule path '%s'"
12353 msgstr ""
12355 #: builtin/submodule--helper.c:443
12356 msgid "Suppress output for initializing a submodule"
12357 msgstr ""
12359 #: builtin/submodule--helper.c:448
12360 msgid "git submodule--helper init [<path>]"
12361 msgstr ""
12363 #: builtin/submodule--helper.c:476
12364 msgid "git submodule--helper name <path>"
12365 msgstr ""
12367 #: builtin/submodule--helper.c:482
12368 #, c-format
12369 msgid "no submodule mapping found in .gitmodules for path '%s'"
12370 msgstr ""
12372 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12373 #, c-format
12374 msgid "submodule '%s' cannot add alternate: %s"
12375 msgstr ""
12377 #: builtin/submodule--helper.c:604
12378 #, c-format
12379 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12380 msgstr ""
12382 #: builtin/submodule--helper.c:611
12383 #, c-format
12384 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12385 msgstr ""
12387 #: builtin/submodule--helper.c:633
12388 msgid "where the new submodule will be cloned to"
12389 msgstr ""
12391 #: builtin/submodule--helper.c:636
12392 msgid "name of the new submodule"
12393 msgstr ""
12395 #: builtin/submodule--helper.c:639
12396 msgid "url where to clone the submodule from"
12397 msgstr ""
12399 #: builtin/submodule--helper.c:645
12400 msgid "depth for shallow clones"
12401 msgstr ""
12403 #: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12404 msgid "force cloning progress"
12405 msgstr ""
12407 #: builtin/submodule--helper.c:653
12408 msgid ""
12409 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12410 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12411 msgstr ""
12413 #: builtin/submodule--helper.c:684
12414 #, c-format
12415 msgid "clone of '%s' into submodule path '%s' failed"
12416 msgstr ""
12418 #: builtin/submodule--helper.c:699
12419 #, c-format
12420 msgid "could not get submodule directory for '%s'"
12421 msgstr ""
12423 #: builtin/submodule--helper.c:764
12424 #, c-format
12425 msgid "Submodule path '%s' not initialized"
12426 msgstr ""
12428 #: builtin/submodule--helper.c:768
12429 msgid "Maybe you want to use 'update --init'?"
12430 msgstr ""
12432 #: builtin/submodule--helper.c:793
12433 #, c-format
12434 msgid "Skipping unmerged submodule %s"
12435 msgstr ""
12437 #: builtin/submodule--helper.c:814
12438 #, c-format
12439 msgid "Skipping submodule '%s'"
12440 msgstr ""
12442 #: builtin/submodule--helper.c:942
12443 #, c-format
12444 msgid "Failed to clone '%s'. Retry scheduled"
12445 msgstr ""
12447 #: builtin/submodule--helper.c:953
12448 #, c-format
12449 msgid "Failed to clone '%s' a second time, aborting"
12450 msgstr ""
12452 #: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12453 msgid "path into the working tree"
12454 msgstr ""
12456 #: builtin/submodule--helper.c:977
12457 msgid "path into the working tree, across nested submodule boundaries"
12458 msgstr ""
12460 #: builtin/submodule--helper.c:981
12461 msgid "rebase, merge, checkout or none"
12462 msgstr ""
12464 #: builtin/submodule--helper.c:985
12465 msgid "Create a shallow clone truncated to the specified number of revisions"
12466 msgstr ""
12468 #: builtin/submodule--helper.c:988
12469 msgid "parallel jobs"
12470 msgstr ""
12472 #: builtin/submodule--helper.c:990
12473 msgid "whether the initial clone should follow the shallow recommendation"
12474 msgstr ""
12476 #: builtin/submodule--helper.c:991
12477 msgid "don't print cloning progress"
12478 msgstr ""
12480 #: builtin/submodule--helper.c:998
12481 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12482 msgstr ""
12484 #: builtin/submodule--helper.c:1008
12485 msgid "bad value for update parameter"
12486 msgstr ""
12488 #: builtin/submodule--helper.c:1079
12489 #, c-format
12490 msgid ""
12491 "Submodule (%s) branch configured to inherit branch from superproject, but "
12492 "the superproject is not on any branch"
12493 msgstr ""
12495 #: builtin/submodule--helper.c:1163
12496 msgid "recurse into submodules"
12497 msgstr ""
12499 #: builtin/submodule--helper.c:1169
12500 msgid "git submodule--helper embed-git-dir [<path>...]"
12501 msgstr ""
12503 #: builtin/submodule--helper.c:1232
12504 #, c-format
12505 msgid "%s doesn't support --super-prefix"
12506 msgstr ""
12508 #: builtin/submodule--helper.c:1238
12509 #, c-format
12510 msgid "'%s' is not a valid submodule--helper subcommand"
12511 msgstr ""
12513 #: builtin/symbolic-ref.c:8
12514 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12515 msgstr ""
12517 #: builtin/symbolic-ref.c:9
12518 msgid "git symbolic-ref -d [-q] <name>"
12519 msgstr ""
12521 #: builtin/symbolic-ref.c:41
12522 msgid "suppress error message for non-symbolic (detached) refs"
12523 msgstr ""
12525 #: builtin/symbolic-ref.c:42
12526 msgid "delete symbolic ref"
12527 msgstr ""
12529 #: builtin/symbolic-ref.c:43
12530 msgid "shorten ref output"
12531 msgstr ""
12533 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12534 msgid "reason"
12535 msgstr ""
12537 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12538 msgid "reason of the update"
12539 msgstr ""
12541 #: builtin/tag.c:24
12542 msgid ""
12543 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12544 "[<head>]"
12545 msgstr ""
12547 #: builtin/tag.c:25
12548 msgid "git tag -d <tagname>..."
12549 msgstr ""
12551 #: builtin/tag.c:26
12552 msgid ""
12553 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12554 "points-at <object>]\n"
12555 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12556 msgstr ""
12558 #: builtin/tag.c:28
12559 msgid "git tag -v [--format=<format>] <tagname>..."
12560 msgstr ""
12562 #: builtin/tag.c:84
12563 #, c-format
12564 msgid "tag '%s' not found."
12565 msgstr ""
12567 #: builtin/tag.c:100
12568 #, c-format
12569 msgid "Deleted tag '%s' (was %s)\n"
12570 msgstr ""
12572 #: builtin/tag.c:129
12573 #, c-format
12574 msgid ""
12575 "\n"
12576 "Write a message for tag:\n"
12577 "  %s\n"
12578 "Lines starting with '%c' will be ignored.\n"
12579 msgstr ""
12581 #: builtin/tag.c:133
12582 #, c-format
12583 msgid ""
12584 "\n"
12585 "Write a message for tag:\n"
12586 "  %s\n"
12587 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12588 "want to.\n"
12589 msgstr ""
12591 #: builtin/tag.c:211
12592 msgid "unable to sign the tag"
12593 msgstr ""
12595 #: builtin/tag.c:213
12596 msgid "unable to write tag file"
12597 msgstr ""
12599 #: builtin/tag.c:237
12600 msgid "bad object type."
12601 msgstr ""
12603 #: builtin/tag.c:283
12604 msgid "no tag message?"
12605 msgstr ""
12607 #: builtin/tag.c:290
12608 #, c-format
12609 msgid "The tag message has been left in %s\n"
12610 msgstr ""
12612 #: builtin/tag.c:398
12613 msgid "list tag names"
12614 msgstr ""
12616 #: builtin/tag.c:400
12617 msgid "print <n> lines of each tag message"
12618 msgstr ""
12620 #: builtin/tag.c:402
12621 msgid "delete tags"
12622 msgstr ""
12624 #: builtin/tag.c:403
12625 msgid "verify tags"
12626 msgstr ""
12628 #: builtin/tag.c:405
12629 msgid "Tag creation options"
12630 msgstr ""
12632 #: builtin/tag.c:407
12633 msgid "annotated tag, needs a message"
12634 msgstr ""
12636 #: builtin/tag.c:409
12637 msgid "tag message"
12638 msgstr ""
12640 #: builtin/tag.c:411
12641 msgid "annotated and GPG-signed tag"
12642 msgstr ""
12644 #: builtin/tag.c:415
12645 msgid "use another key to sign the tag"
12646 msgstr ""
12648 #: builtin/tag.c:416
12649 msgid "replace the tag if exists"
12650 msgstr ""
12652 #: builtin/tag.c:417 builtin/update-ref.c:369
12653 msgid "create a reflog"
12654 msgstr ""
12656 #: builtin/tag.c:419
12657 msgid "Tag listing options"
12658 msgstr ""
12660 #: builtin/tag.c:420
12661 msgid "show tag list in columns"
12662 msgstr ""
12664 #: builtin/tag.c:421 builtin/tag.c:423
12665 msgid "print only tags that contain the commit"
12666 msgstr ""
12668 #: builtin/tag.c:422 builtin/tag.c:424
12669 msgid "print only tags that don't contain the commit"
12670 msgstr ""
12672 #: builtin/tag.c:425
12673 msgid "print only tags that are merged"
12674 msgstr ""
12676 #: builtin/tag.c:426
12677 msgid "print only tags that are not merged"
12678 msgstr ""
12680 #: builtin/tag.c:431
12681 msgid "print only tags of the object"
12682 msgstr ""
12684 #: builtin/tag.c:470
12685 msgid "--column and -n are incompatible"
12686 msgstr ""
12688 #: builtin/tag.c:492
12689 msgid "-n option is only allowed in list mode"
12690 msgstr ""
12692 #: builtin/tag.c:494
12693 msgid "--contains option is only allowed in list mode"
12694 msgstr ""
12696 #: builtin/tag.c:496
12697 msgid "--no-contains option is only allowed in list mode"
12698 msgstr ""
12700 #: builtin/tag.c:498
12701 msgid "--points-at option is only allowed in list mode"
12702 msgstr ""
12704 #: builtin/tag.c:500
12705 msgid "--merged and --no-merged options are only allowed in list mode"
12706 msgstr ""
12708 #: builtin/tag.c:511
12709 msgid "only one -F or -m option is allowed."
12710 msgstr ""
12712 #: builtin/tag.c:530
12713 msgid "too many params"
12714 msgstr ""
12716 #: builtin/tag.c:536
12717 #, c-format
12718 msgid "'%s' is not a valid tag name."
12719 msgstr ""
12721 #: builtin/tag.c:541
12722 #, c-format
12723 msgid "tag '%s' already exists"
12724 msgstr ""
12726 #: builtin/tag.c:571
12727 #, c-format
12728 msgid "Updated tag '%s' (was %s)\n"
12729 msgstr ""
12731 #: builtin/unpack-objects.c:494
12732 msgid "Unpacking objects"
12733 msgstr ""
12735 #: builtin/update-index.c:80
12736 #, c-format
12737 msgid "failed to create directory %s"
12738 msgstr ""
12740 #: builtin/update-index.c:86
12741 #, c-format
12742 msgid "failed to stat %s"
12743 msgstr ""
12745 #: builtin/update-index.c:96
12746 #, c-format
12747 msgid "failed to create file %s"
12748 msgstr ""
12750 #: builtin/update-index.c:104
12751 #, c-format
12752 msgid "failed to delete file %s"
12753 msgstr ""
12755 #: builtin/update-index.c:111 builtin/update-index.c:217
12756 #, c-format
12757 msgid "failed to delete directory %s"
12758 msgstr ""
12760 #: builtin/update-index.c:136
12761 #, c-format
12762 msgid "Testing mtime in '%s' "
12763 msgstr ""
12765 #: builtin/update-index.c:150
12766 msgid "directory stat info does not change after adding a new file"
12767 msgstr ""
12769 #: builtin/update-index.c:163
12770 msgid "directory stat info does not change after adding a new directory"
12771 msgstr ""
12773 #: builtin/update-index.c:176
12774 msgid "directory stat info changes after updating a file"
12775 msgstr ""
12777 #: builtin/update-index.c:187
12778 msgid "directory stat info changes after adding a file inside subdirectory"
12779 msgstr ""
12781 #: builtin/update-index.c:198
12782 msgid "directory stat info does not change after deleting a file"
12783 msgstr ""
12785 #: builtin/update-index.c:211
12786 msgid "directory stat info does not change after deleting a directory"
12787 msgstr ""
12789 #: builtin/update-index.c:218
12790 msgid " OK"
12791 msgstr ""
12793 #: builtin/update-index.c:569
12794 msgid "git update-index [<options>] [--] [<file>...]"
12795 msgstr ""
12797 #: builtin/update-index.c:924
12798 msgid "continue refresh even when index needs update"
12799 msgstr ""
12801 #: builtin/update-index.c:927
12802 msgid "refresh: ignore submodules"
12803 msgstr ""
12805 #: builtin/update-index.c:930
12806 msgid "do not ignore new files"
12807 msgstr ""
12809 #: builtin/update-index.c:932
12810 msgid "let files replace directories and vice-versa"
12811 msgstr ""
12813 #: builtin/update-index.c:934
12814 msgid "notice files missing from worktree"
12815 msgstr ""
12817 #: builtin/update-index.c:936
12818 msgid "refresh even if index contains unmerged entries"
12819 msgstr ""
12821 #: builtin/update-index.c:939
12822 msgid "refresh stat information"
12823 msgstr ""
12825 #: builtin/update-index.c:943
12826 msgid "like --refresh, but ignore assume-unchanged setting"
12827 msgstr ""
12829 #: builtin/update-index.c:947
12830 msgid "<mode>,<object>,<path>"
12831 msgstr ""
12833 #: builtin/update-index.c:948
12834 msgid "add the specified entry to the index"
12835 msgstr ""
12837 #: builtin/update-index.c:957
12838 msgid "mark files as \"not changing\""
12839 msgstr ""
12841 #: builtin/update-index.c:960
12842 msgid "clear assumed-unchanged bit"
12843 msgstr ""
12845 #: builtin/update-index.c:963
12846 msgid "mark files as \"index-only\""
12847 msgstr ""
12849 #: builtin/update-index.c:966
12850 msgid "clear skip-worktree bit"
12851 msgstr ""
12853 #: builtin/update-index.c:969
12854 msgid "add to index only; do not add content to object database"
12855 msgstr ""
12857 #: builtin/update-index.c:971
12858 msgid "remove named paths even if present in worktree"
12859 msgstr ""
12861 #: builtin/update-index.c:973
12862 msgid "with --stdin: input lines are terminated by null bytes"
12863 msgstr ""
12865 #: builtin/update-index.c:975
12866 msgid "read list of paths to be updated from standard input"
12867 msgstr ""
12869 #: builtin/update-index.c:979
12870 msgid "add entries from standard input to the index"
12871 msgstr ""
12873 #: builtin/update-index.c:983
12874 msgid "repopulate stages #2 and #3 for the listed paths"
12875 msgstr ""
12877 #: builtin/update-index.c:987
12878 msgid "only update entries that differ from HEAD"
12879 msgstr ""
12881 #: builtin/update-index.c:991
12882 msgid "ignore files missing from worktree"
12883 msgstr ""
12885 #: builtin/update-index.c:994
12886 msgid "report actions to standard output"
12887 msgstr ""
12889 #: builtin/update-index.c:996
12890 msgid "(for porcelains) forget saved unresolved conflicts"
12891 msgstr ""
12893 #: builtin/update-index.c:1000
12894 msgid "write index in this format"
12895 msgstr ""
12897 #: builtin/update-index.c:1002
12898 msgid "enable or disable split index"
12899 msgstr ""
12901 #: builtin/update-index.c:1004
12902 msgid "enable/disable untracked cache"
12903 msgstr ""
12905 #: builtin/update-index.c:1006
12906 msgid "test if the filesystem supports untracked cache"
12907 msgstr ""
12909 #: builtin/update-index.c:1008
12910 msgid "enable untracked cache without testing the filesystem"
12911 msgstr ""
12913 #: builtin/update-index.c:1108
12914 msgid ""
12915 "core.splitIndex is set to false; remove or change it, if you really want to "
12916 "enable split index"
12917 msgstr ""
12919 #: builtin/update-index.c:1117
12920 msgid ""
12921 "core.splitIndex is set to true; remove or change it, if you really want to "
12922 "disable split index"
12923 msgstr ""
12925 #: builtin/update-index.c:1128
12926 msgid ""
12927 "core.untrackedCache is set to true; remove or change it, if you really want "
12928 "to disable the untracked cache"
12929 msgstr ""
12931 #: builtin/update-index.c:1132
12932 msgid "Untracked cache disabled"
12933 msgstr ""
12935 #: builtin/update-index.c:1140
12936 msgid ""
12937 "core.untrackedCache is set to false; remove or change it, if you really want "
12938 "to enable the untracked cache"
12939 msgstr ""
12941 #: builtin/update-index.c:1144
12942 #, c-format
12943 msgid "Untracked cache enabled for '%s'"
12944 msgstr ""
12946 #: builtin/update-ref.c:10
12947 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12948 msgstr ""
12950 #: builtin/update-ref.c:11
12951 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12952 msgstr ""
12954 #: builtin/update-ref.c:12
12955 msgid "git update-ref [<options>] --stdin [-z]"
12956 msgstr ""
12958 #: builtin/update-ref.c:364
12959 msgid "delete the reference"
12960 msgstr ""
12962 #: builtin/update-ref.c:366
12963 msgid "update <refname> not the one it points to"
12964 msgstr ""
12966 #: builtin/update-ref.c:367
12967 msgid "stdin has NUL-terminated arguments"
12968 msgstr ""
12970 #: builtin/update-ref.c:368
12971 msgid "read updates from stdin"
12972 msgstr ""
12974 #: builtin/update-server-info.c:7
12975 msgid "git update-server-info [--force]"
12976 msgstr ""
12978 #: builtin/update-server-info.c:15
12979 msgid "update the info files from scratch"
12980 msgstr ""
12982 #: builtin/verify-commit.c:18
12983 msgid "git verify-commit [-v | --verbose] <commit>..."
12984 msgstr ""
12986 #: builtin/verify-commit.c:73
12987 msgid "print commit contents"
12988 msgstr ""
12990 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
12991 msgid "print raw gpg status output"
12992 msgstr ""
12994 #: builtin/verify-pack.c:55
12995 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12996 msgstr ""
12998 #: builtin/verify-pack.c:65
12999 msgid "verbose"
13000 msgstr ""
13002 #: builtin/verify-pack.c:67
13003 msgid "show statistics only"
13004 msgstr ""
13006 #: builtin/verify-tag.c:19
13007 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13008 msgstr ""
13010 #: builtin/verify-tag.c:37
13011 msgid "print tag contents"
13012 msgstr ""
13014 #: builtin/worktree.c:16
13015 msgid "git worktree add [<options>] <path> [<branch>]"
13016 msgstr ""
13018 #: builtin/worktree.c:17
13019 msgid "git worktree list [<options>]"
13020 msgstr ""
13022 #: builtin/worktree.c:18
13023 msgid "git worktree lock [<options>] <path>"
13024 msgstr ""
13026 #: builtin/worktree.c:19
13027 msgid "git worktree prune [<options>]"
13028 msgstr ""
13030 #: builtin/worktree.c:20
13031 msgid "git worktree unlock <path>"
13032 msgstr ""
13034 #: builtin/worktree.c:44
13035 #, c-format
13036 msgid "Removing worktrees/%s: not a valid directory"
13037 msgstr ""
13039 #: builtin/worktree.c:50
13040 #, c-format
13041 msgid "Removing worktrees/%s: gitdir file does not exist"
13042 msgstr ""
13044 #: builtin/worktree.c:55
13045 #, c-format
13046 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13047 msgstr ""
13049 #: builtin/worktree.c:66
13050 #, c-format
13051 msgid "Removing worktrees/%s: invalid gitdir file"
13052 msgstr ""
13054 #: builtin/worktree.c:82
13055 #, c-format
13056 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13057 msgstr ""
13059 #: builtin/worktree.c:129
13060 msgid "report pruned working trees"
13061 msgstr ""
13063 #: builtin/worktree.c:131
13064 msgid "expire working trees older than <time>"
13065 msgstr ""
13067 #: builtin/worktree.c:205
13068 #, c-format
13069 msgid "'%s' already exists"
13070 msgstr ""
13072 #: builtin/worktree.c:236
13073 #, c-format
13074 msgid "could not create directory of '%s'"
13075 msgstr ""
13077 #: builtin/worktree.c:275
13078 #, c-format
13079 msgid "Preparing %s (identifier %s)"
13080 msgstr ""
13082 #: builtin/worktree.c:327
13083 msgid "checkout <branch> even if already checked out in other worktree"
13084 msgstr ""
13086 #: builtin/worktree.c:329
13087 msgid "create a new branch"
13088 msgstr ""
13090 #: builtin/worktree.c:331
13091 msgid "create or reset a branch"
13092 msgstr ""
13094 #: builtin/worktree.c:333
13095 msgid "populate the new working tree"
13096 msgstr ""
13098 #: builtin/worktree.c:334
13099 msgid "keep the new working tree locked"
13100 msgstr ""
13102 #: builtin/worktree.c:342
13103 msgid "-b, -B, and --detach are mutually exclusive"
13104 msgstr ""
13106 #: builtin/worktree.c:479
13107 msgid "reason for locking"
13108 msgstr ""
13110 #: builtin/worktree.c:491 builtin/worktree.c:524
13111 #, c-format
13112 msgid "'%s' is not a working tree"
13113 msgstr ""
13115 #: builtin/worktree.c:493 builtin/worktree.c:526
13116 msgid "The main working tree cannot be locked or unlocked"
13117 msgstr ""
13119 #: builtin/worktree.c:498
13120 #, c-format
13121 msgid "'%s' is already locked, reason: %s"
13122 msgstr ""
13124 #: builtin/worktree.c:500
13125 #, c-format
13126 msgid "'%s' is already locked"
13127 msgstr ""
13129 #: builtin/worktree.c:528
13130 #, c-format
13131 msgid "'%s' is not locked"
13132 msgstr ""
13134 #: builtin/write-tree.c:14
13135 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13136 msgstr ""
13138 #: builtin/write-tree.c:27
13139 msgid "<prefix>/"
13140 msgstr ""
13142 #: builtin/write-tree.c:28
13143 msgid "write tree object for a subdirectory <prefix>"
13144 msgstr ""
13146 #: builtin/write-tree.c:31
13147 msgid "only useful for debugging"
13148 msgstr ""
13150 #: upload-pack.c:23
13151 msgid "git upload-pack [<options>] <dir>"
13152 msgstr ""
13154 #: upload-pack.c:1041
13155 msgid "quit after a single request/response exchange"
13156 msgstr ""
13158 #: upload-pack.c:1043
13159 msgid "exit immediately after initial ref advertisement"
13160 msgstr ""
13162 #: upload-pack.c:1045
13163 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13164 msgstr ""
13166 #: upload-pack.c:1047
13167 msgid "interrupt transfer after <n> seconds of inactivity"
13168 msgstr ""
13170 #: credential-cache--daemon.c:224
13171 #, c-format
13172 msgid ""
13173 "The permissions on your socket directory are too loose; other\n"
13174 "users may be able to read your cached credentials. Consider running:\n"
13175 "\n"
13176 "\tchmod 0700 %s"
13177 msgstr ""
13179 #: credential-cache--daemon.c:272
13180 msgid "print debugging messages to stderr"
13181 msgstr ""
13183 #: git.c:15
13184 msgid ""
13185 "'git help -a' and 'git help -g' list available subcommands and some\n"
13186 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13187 "to read about a specific subcommand or concept."
13188 msgstr ""
13190 #: http.c:337
13191 #, c-format
13192 msgid "negative value for http.postbuffer; defaulting to %d"
13193 msgstr ""
13195 #: http.c:358
13196 msgid "Delegation control is not supported with cURL < 7.22.0"
13197 msgstr ""
13199 #: http.c:367
13200 msgid "Public key pinning not supported with cURL < 7.44.0"
13201 msgstr ""
13203 #: http.c:1764
13204 #, c-format
13205 msgid ""
13206 "unable to update url base from redirection:\n"
13207 "  asked for: %s\n"
13208 "   redirect: %s"
13209 msgstr ""
13211 #: remote-curl.c:324
13212 #, c-format
13213 msgid "redirecting to %s"
13214 msgstr ""
13216 #: common-cmds.h:9
13217 msgid "start a working area (see also: git help tutorial)"
13218 msgstr ""
13220 #: common-cmds.h:10
13221 msgid "work on the current change (see also: git help everyday)"
13222 msgstr ""
13224 #: common-cmds.h:11
13225 msgid "examine the history and state (see also: git help revisions)"
13226 msgstr ""
13228 #: common-cmds.h:12
13229 msgid "grow, mark and tweak your common history"
13230 msgstr ""
13232 #: common-cmds.h:13
13233 msgid "collaborate (see also: git help workflows)"
13234 msgstr ""
13236 #: common-cmds.h:17
13237 msgid "Add file contents to the index"
13238 msgstr ""
13240 #: common-cmds.h:18
13241 msgid "Use binary search to find the commit that introduced a bug"
13242 msgstr ""
13244 #: common-cmds.h:19
13245 msgid "List, create, or delete branches"
13246 msgstr ""
13248 #: common-cmds.h:20
13249 msgid "Switch branches or restore working tree files"
13250 msgstr ""
13252 #: common-cmds.h:21
13253 msgid "Clone a repository into a new directory"
13254 msgstr ""
13256 #: common-cmds.h:22
13257 msgid "Record changes to the repository"
13258 msgstr ""
13260 #: common-cmds.h:23
13261 msgid "Show changes between commits, commit and working tree, etc"
13262 msgstr ""
13264 #: common-cmds.h:24
13265 msgid "Download objects and refs from another repository"
13266 msgstr ""
13268 #: common-cmds.h:25
13269 msgid "Print lines matching a pattern"
13270 msgstr ""
13272 #: common-cmds.h:26
13273 msgid "Create an empty Git repository or reinitialize an existing one"
13274 msgstr ""
13276 #: common-cmds.h:27
13277 msgid "Show commit logs"
13278 msgstr ""
13280 #: common-cmds.h:28
13281 msgid "Join two or more development histories together"
13282 msgstr ""
13284 #: common-cmds.h:29
13285 msgid "Move or rename a file, a directory, or a symlink"
13286 msgstr ""
13288 #: common-cmds.h:30
13289 msgid "Fetch from and integrate with another repository or a local branch"
13290 msgstr ""
13292 #: common-cmds.h:31
13293 msgid "Update remote refs along with associated objects"
13294 msgstr ""
13296 #: common-cmds.h:32
13297 msgid "Reapply commits on top of another base tip"
13298 msgstr ""
13300 #: common-cmds.h:33
13301 msgid "Reset current HEAD to the specified state"
13302 msgstr ""
13304 #: common-cmds.h:34
13305 msgid "Remove files from the working tree and from the index"
13306 msgstr ""
13308 #: common-cmds.h:35
13309 msgid "Show various types of objects"
13310 msgstr ""
13312 #: common-cmds.h:36
13313 msgid "Show the working tree status"
13314 msgstr ""
13316 #: common-cmds.h:37
13317 msgid "Create, list, delete or verify a tag object signed with GPG"
13318 msgstr ""
13320 #: parse-options.h:145
13321 msgid "expiry-date"
13322 msgstr ""
13324 #: parse-options.h:160
13325 msgid "no-op (backward compatibility)"
13326 msgstr ""
13328 #: parse-options.h:238
13329 msgid "be more verbose"
13330 msgstr ""
13332 #: parse-options.h:240
13333 msgid "be more quiet"
13334 msgstr ""
13336 #: parse-options.h:246
13337 msgid "use <n> digits to display SHA-1s"
13338 msgstr ""
13340 #: rerere.h:40
13341 msgid "update the index with reused conflict resolution if possible"
13342 msgstr ""
13344 #: git-bisect.sh:54
13345 msgid "You need to start by \"git bisect start\""
13346 msgstr ""
13348 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13349 #. translation. The program will only accept English input
13350 #. at this point.
13351 #: git-bisect.sh:60
13352 msgid "Do you want me to do it for you [Y/n]? "
13353 msgstr ""
13355 #: git-bisect.sh:121
13356 #, sh-format
13357 msgid "unrecognised option: '$arg'"
13358 msgstr ""
13360 #: git-bisect.sh:125
13361 #, sh-format
13362 msgid "'$arg' does not appear to be a valid revision"
13363 msgstr ""
13365 #: git-bisect.sh:154
13366 msgid "Bad HEAD - I need a HEAD"
13367 msgstr ""
13369 #: git-bisect.sh:167
13370 #, sh-format
13371 msgid ""
13372 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13373 msgstr ""
13375 #: git-bisect.sh:177
13376 msgid "won't bisect on cg-seek'ed tree"
13377 msgstr ""
13379 #: git-bisect.sh:181
13380 msgid "Bad HEAD - strange symbolic ref"
13381 msgstr ""
13383 #: git-bisect.sh:233
13384 #, sh-format
13385 msgid "Bad bisect_write argument: $state"
13386 msgstr ""
13388 #: git-bisect.sh:262
13389 #, sh-format
13390 msgid "Bad rev input: $arg"
13391 msgstr ""
13393 #: git-bisect.sh:281
13394 #, sh-format
13395 msgid "Bad rev input: $bisected_head"
13396 msgstr ""
13398 #: git-bisect.sh:290
13399 #, sh-format
13400 msgid "Bad rev input: $rev"
13401 msgstr ""
13403 #: git-bisect.sh:299
13404 #, sh-format
13405 msgid "'git bisect $TERM_BAD' can take only one argument."
13406 msgstr ""
13408 #: git-bisect.sh:322
13409 #, sh-format
13410 msgid "Warning: bisecting only with a $TERM_BAD commit."
13411 msgstr ""
13413 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13414 #. translation. The program will only accept English input
13415 #. at this point.
13416 #: git-bisect.sh:328
13417 msgid "Are you sure [Y/n]? "
13418 msgstr ""
13420 #: git-bisect.sh:340
13421 #, sh-format
13422 msgid ""
13423 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13424 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13425 msgstr ""
13427 #: git-bisect.sh:343
13428 #, sh-format
13429 msgid ""
13430 "You need to start by \"git bisect start\".\n"
13431 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13432 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13433 msgstr ""
13435 #: git-bisect.sh:414 git-bisect.sh:546
13436 msgid "We are not bisecting."
13437 msgstr ""
13439 #: git-bisect.sh:421
13440 #, sh-format
13441 msgid "'$invalid' is not a valid commit"
13442 msgstr ""
13444 #: git-bisect.sh:430
13445 #, sh-format
13446 msgid ""
13447 "Could not check out original HEAD '$branch'.\n"
13448 "Try 'git bisect reset <commit>'."
13449 msgstr ""
13451 #: git-bisect.sh:458
13452 msgid "No logfile given"
13453 msgstr ""
13455 #: git-bisect.sh:459
13456 #, sh-format
13457 msgid "cannot read $file for replaying"
13458 msgstr ""
13460 #: git-bisect.sh:480
13461 msgid "?? what are you talking about?"
13462 msgstr ""
13464 #: git-bisect.sh:492
13465 #, sh-format
13466 msgid "running $command"
13467 msgstr ""
13469 #: git-bisect.sh:499
13470 #, sh-format
13471 msgid ""
13472 "bisect run failed:\n"
13473 "exit code $res from '$command' is < 0 or >= 128"
13474 msgstr ""
13476 #: git-bisect.sh:525
13477 msgid "bisect run cannot continue any more"
13478 msgstr ""
13480 #: git-bisect.sh:531
13481 #, sh-format
13482 msgid ""
13483 "bisect run failed:\n"
13484 "'bisect_state $state' exited with error code $res"
13485 msgstr ""
13487 #: git-bisect.sh:538
13488 msgid "bisect run success"
13489 msgstr ""
13491 #: git-bisect.sh:565
13492 msgid "please use two different terms"
13493 msgstr ""
13495 #: git-bisect.sh:575
13496 #, sh-format
13497 msgid "'$term' is not a valid term"
13498 msgstr ""
13500 #: git-bisect.sh:578
13501 #, sh-format
13502 msgid "can't use the builtin command '$term' as a term"
13503 msgstr ""
13505 #: git-bisect.sh:587 git-bisect.sh:593
13506 #, sh-format
13507 msgid "can't change the meaning of term '$term'"
13508 msgstr ""
13510 #: git-bisect.sh:606
13511 #, sh-format
13512 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13513 msgstr ""
13515 #: git-bisect.sh:636
13516 msgid "no terms defined"
13517 msgstr ""
13519 #: git-bisect.sh:653
13520 #, sh-format
13521 msgid ""
13522 "invalid argument $arg for 'git bisect terms'.\n"
13523 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13524 msgstr ""
13526 #: git-merge-octopus.sh:46
13527 msgid ""
13528 "Error: Your local changes to the following files would be overwritten by "
13529 "merge"
13530 msgstr ""
13532 #: git-merge-octopus.sh:61
13533 msgid "Automated merge did not work."
13534 msgstr ""
13536 #: git-merge-octopus.sh:62
13537 msgid "Should not be doing an octopus."
13538 msgstr ""
13540 #: git-merge-octopus.sh:73
13541 #, sh-format
13542 msgid "Unable to find common commit with $pretty_name"
13543 msgstr ""
13545 #: git-merge-octopus.sh:77
13546 #, sh-format
13547 msgid "Already up-to-date with $pretty_name"
13548 msgstr ""
13550 #: git-merge-octopus.sh:89
13551 #, sh-format
13552 msgid "Fast-forwarding to: $pretty_name"
13553 msgstr ""
13555 #: git-merge-octopus.sh:97
13556 #, sh-format
13557 msgid "Trying simple merge with $pretty_name"
13558 msgstr ""
13560 #: git-merge-octopus.sh:102
13561 msgid "Simple merge did not work, trying automatic merge."
13562 msgstr ""
13564 #: git-rebase.sh:58
13565 msgid ""
13566 "When you have resolved this problem, run \"git rebase --continue\".\n"
13567 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13568 "To check out the original branch and stop rebasing, run \"git rebase --abort"
13569 "\"."
13570 msgstr ""
13572 #: git-rebase.sh:158 git-rebase.sh:397
13573 #, sh-format
13574 msgid "Could not move back to $head_name"
13575 msgstr ""
13577 #: git-rebase.sh:169
13578 msgid "Applied autostash."
13579 msgstr ""
13581 #: git-rebase.sh:172
13582 #, sh-format
13583 msgid "Cannot store $stash_sha1"
13584 msgstr ""
13586 #: git-rebase.sh:212
13587 msgid "The pre-rebase hook refused to rebase."
13588 msgstr ""
13590 #: git-rebase.sh:217
13591 msgid "It looks like git-am is in progress. Cannot rebase."
13592 msgstr ""
13594 #: git-rebase.sh:358
13595 msgid "No rebase in progress?"
13596 msgstr ""
13598 #: git-rebase.sh:369
13599 msgid "The --edit-todo action can only be used during interactive rebase."
13600 msgstr ""
13602 #: git-rebase.sh:376
13603 msgid "Cannot read HEAD"
13604 msgstr ""
13606 #: git-rebase.sh:379
13607 msgid ""
13608 "You must edit all merge conflicts and then\n"
13609 "mark them as resolved using git add"
13610 msgstr ""
13612 #: git-rebase.sh:419
13613 #, sh-format
13614 msgid ""
13615 "It seems that there is already a $state_dir_base directory, and\n"
13616 "I wonder if you are in the middle of another rebase.  If that is the\n"
13617 "case, please try\n"
13618 "\t$cmd_live_rebase\n"
13619 "If that is not the case, please\n"
13620 "\t$cmd_clear_stale_rebase\n"
13621 "and run me again.  I am stopping in case you still have something\n"
13622 "valuable there."
13623 msgstr ""
13625 #: git-rebase.sh:470
13626 #, sh-format
13627 msgid "invalid upstream $upstream_name"
13628 msgstr ""
13630 #: git-rebase.sh:494
13631 #, sh-format
13632 msgid "$onto_name: there are more than one merge bases"
13633 msgstr ""
13635 #: git-rebase.sh:497 git-rebase.sh:501
13636 #, sh-format
13637 msgid "$onto_name: there is no merge base"
13638 msgstr ""
13640 #: git-rebase.sh:506
13641 #, sh-format
13642 msgid "Does not point to a valid commit: $onto_name"
13643 msgstr ""
13645 #: git-rebase.sh:529
13646 #, sh-format
13647 msgid "fatal: no such branch: $branch_name"
13648 msgstr ""
13650 #: git-rebase.sh:562
13651 msgid "Cannot autostash"
13652 msgstr ""
13654 #: git-rebase.sh:567
13655 #, sh-format
13656 msgid "Created autostash: $stash_abbrev"
13657 msgstr ""
13659 #: git-rebase.sh:571
13660 msgid "Please commit or stash them."
13661 msgstr ""
13663 #: git-rebase.sh:591
13664 #, sh-format
13665 msgid "Current branch $branch_name is up to date."
13666 msgstr ""
13668 #: git-rebase.sh:595
13669 #, sh-format
13670 msgid "Current branch $branch_name is up to date, rebase forced."
13671 msgstr ""
13673 #: git-rebase.sh:606
13674 #, sh-format
13675 msgid "Changes from $mb to $onto:"
13676 msgstr ""
13678 #: git-rebase.sh:615
13679 msgid "First, rewinding head to replay your work on top of it..."
13680 msgstr ""
13682 #: git-rebase.sh:625
13683 #, sh-format
13684 msgid "Fast-forwarded $branch_name to $onto_name."
13685 msgstr ""
13687 #: git-stash.sh:54
13688 msgid "git stash clear with parameters is unimplemented"
13689 msgstr ""
13691 #: git-stash.sh:95
13692 msgid "You do not have the initial commit yet"
13693 msgstr ""
13695 #: git-stash.sh:110
13696 msgid "Cannot save the current index state"
13697 msgstr ""
13699 #: git-stash.sh:125
13700 msgid "Cannot save the untracked files"
13701 msgstr ""
13703 #: git-stash.sh:145 git-stash.sh:158
13704 msgid "Cannot save the current worktree state"
13705 msgstr ""
13707 #: git-stash.sh:162
13708 msgid "No changes selected"
13709 msgstr ""
13711 #: git-stash.sh:165
13712 msgid "Cannot remove temporary index (can't happen)"
13713 msgstr ""
13715 #: git-stash.sh:178
13716 msgid "Cannot record working tree state"
13717 msgstr ""
13719 #: git-stash.sh:210
13720 #, sh-format
13721 msgid "Cannot update $ref_stash with $w_commit"
13722 msgstr ""
13724 #. TRANSLATORS: $option is an invalid option, like
13725 #. `--blah-blah'. The 7 spaces at the beginning of the
13726 #. second line correspond to "error: ". So you should line
13727 #. up the second line with however many characters the
13728 #. translation of "error: " takes in your language. E.g. in
13729 #. English this is:
13731 #. $ git stash save --blah-blah 2>&1 | head -n 2
13732 #. error: unknown option for 'stash save': --blah-blah
13733 #. To provide a message, use git stash save -- '--blah-blah'
13734 #: git-stash.sh:266
13735 #, sh-format
13736 msgid ""
13737 "error: unknown option for 'stash save': $option\n"
13738 "       To provide a message, use git stash save -- '$option'"
13739 msgstr ""
13741 #: git-stash.sh:281
13742 msgid "Can't use --patch and --include-untracked or --all at the same time"
13743 msgstr ""
13745 #: git-stash.sh:289
13746 msgid "No local changes to save"
13747 msgstr ""
13749 #: git-stash.sh:294
13750 msgid "Cannot initialize stash"
13751 msgstr ""
13753 #: git-stash.sh:298
13754 msgid "Cannot save the current status"
13755 msgstr ""
13757 #: git-stash.sh:299
13758 #, sh-format
13759 msgid "Saved working directory and index state $stash_msg"
13760 msgstr ""
13762 #: git-stash.sh:326
13763 msgid "Cannot remove worktree changes"
13764 msgstr ""
13766 #: git-stash.sh:474
13767 #, sh-format
13768 msgid "unknown option: $opt"
13769 msgstr ""
13771 #: git-stash.sh:487
13772 msgid "No stash entries found."
13773 msgstr ""
13775 #: git-stash.sh:494
13776 #, sh-format
13777 msgid "Too many revisions specified: $REV"
13778 msgstr ""
13780 #: git-stash.sh:509
13781 #, sh-format
13782 msgid "$reference is not a valid reference"
13783 msgstr ""
13785 #: git-stash.sh:537
13786 #, sh-format
13787 msgid "'$args' is not a stash-like commit"
13788 msgstr ""
13790 #: git-stash.sh:548
13791 #, sh-format
13792 msgid "'$args' is not a stash reference"
13793 msgstr ""
13795 #: git-stash.sh:556
13796 msgid "unable to refresh index"
13797 msgstr ""
13799 #: git-stash.sh:560
13800 msgid "Cannot apply a stash in the middle of a merge"
13801 msgstr ""
13803 #: git-stash.sh:568
13804 msgid "Conflicts in index. Try without --index."
13805 msgstr ""
13807 #: git-stash.sh:570
13808 msgid "Could not save index tree"
13809 msgstr ""
13811 #: git-stash.sh:579
13812 msgid "Could not restore untracked files from stash entry"
13813 msgstr ""
13815 #: git-stash.sh:604
13816 msgid "Cannot unstage modified files"
13817 msgstr ""
13819 #: git-stash.sh:619
13820 msgid "Index was not unstashed."
13821 msgstr ""
13823 #: git-stash.sh:633
13824 msgid "The stash entry is kept in case you need it again."
13825 msgstr ""
13827 #: git-stash.sh:642
13828 #, sh-format
13829 msgid "Dropped ${REV} ($s)"
13830 msgstr ""
13832 #: git-stash.sh:643
13833 #, sh-format
13834 msgid "${REV}: Could not drop stash entry"
13835 msgstr ""
13837 #: git-stash.sh:651
13838 msgid "No branch name specified"
13839 msgstr ""
13841 #: git-stash.sh:730
13842 msgid "(To restore them type \"git stash apply\")"
13843 msgstr ""
13845 #: git-submodule.sh:181
13846 msgid "Relative path can only be used from the toplevel of the working tree"
13847 msgstr ""
13849 #: git-submodule.sh:191
13850 #, sh-format
13851 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13852 msgstr ""
13854 #: git-submodule.sh:210
13855 #, sh-format
13856 msgid "'$sm_path' already exists in the index"
13857 msgstr ""
13859 #: git-submodule.sh:213
13860 #, sh-format
13861 msgid "'$sm_path' already exists in the index and is not a submodule"
13862 msgstr ""
13864 #: git-submodule.sh:219
13865 #, sh-format
13866 msgid ""
13867 "The following path is ignored by one of your .gitignore files:\n"
13868 "$sm_path\n"
13869 "Use -f if you really want to add it."
13870 msgstr ""
13872 #: git-submodule.sh:237
13873 #, sh-format
13874 msgid "Adding existing repo at '$sm_path' to the index"
13875 msgstr ""
13877 #: git-submodule.sh:239
13878 #, sh-format
13879 msgid "'$sm_path' already exists and is not a valid git repo"
13880 msgstr ""
13882 #: git-submodule.sh:247
13883 #, sh-format
13884 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13885 msgstr ""
13887 #: git-submodule.sh:249
13888 #, sh-format
13889 msgid ""
13890 "If you want to reuse this local git directory instead of cloning again from\n"
13891 "  $realrepo\n"
13892 "use the '--force' option. If the local git directory is not the correct "
13893 "repo\n"
13894 "or you are unsure what this means choose another name with the '--name' "
13895 "option."
13896 msgstr ""
13898 #: git-submodule.sh:255
13899 #, sh-format
13900 msgid "Reactivating local git directory for submodule '$sm_name'."
13901 msgstr ""
13903 #: git-submodule.sh:267
13904 #, sh-format
13905 msgid "Unable to checkout submodule '$sm_path'"
13906 msgstr ""
13908 #: git-submodule.sh:272
13909 #, sh-format
13910 msgid "Failed to add submodule '$sm_path'"
13911 msgstr ""
13913 #: git-submodule.sh:281
13914 #, sh-format
13915 msgid "Failed to register submodule '$sm_path'"
13916 msgstr ""
13918 #: git-submodule.sh:342
13919 #, sh-format
13920 msgid "Entering '$displaypath'"
13921 msgstr ""
13923 #: git-submodule.sh:362
13924 #, sh-format
13925 msgid "Stopping at '$displaypath'; script returned non-zero status."
13926 msgstr ""
13928 #: git-submodule.sh:433
13929 #, sh-format
13930 msgid "pathspec and --all are incompatible"
13931 msgstr ""
13933 #: git-submodule.sh:438
13934 #, sh-format
13935 msgid "Use '--all' if you really want to deinitialize all submodules"
13936 msgstr ""
13938 #: git-submodule.sh:458
13939 #, sh-format
13940 msgid ""
13941 "Submodule work tree '$displaypath' contains a .git directory\n"
13942 "(use 'rm -rf' if you really want to remove it including all of its history)"
13943 msgstr ""
13945 #: git-submodule.sh:466
13946 #, sh-format
13947 msgid ""
13948 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13949 "discard them"
13950 msgstr ""
13952 #: git-submodule.sh:469
13953 #, sh-format
13954 msgid "Cleared directory '$displaypath'"
13955 msgstr ""
13957 #: git-submodule.sh:470
13958 #, sh-format
13959 msgid "Could not remove submodule work tree '$displaypath'"
13960 msgstr ""
13962 #: git-submodule.sh:473
13963 #, sh-format
13964 msgid "Could not create empty submodule directory '$displaypath'"
13965 msgstr ""
13967 #: git-submodule.sh:482
13968 #, sh-format
13969 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13970 msgstr ""
13972 #: git-submodule.sh:638
13973 #, sh-format
13974 msgid "Unable to find current revision in submodule path '$displaypath'"
13975 msgstr ""
13977 #: git-submodule.sh:648
13978 #, sh-format
13979 msgid "Unable to fetch in submodule path '$sm_path'"
13980 msgstr ""
13982 #: git-submodule.sh:653
13983 #, sh-format
13984 msgid ""
13985 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13986 "'$sm_path'"
13987 msgstr ""
13989 #: git-submodule.sh:671
13990 #, sh-format
13991 msgid "Unable to fetch in submodule path '$displaypath'"
13992 msgstr ""
13994 #: git-submodule.sh:677
13995 #, sh-format
13996 msgid ""
13997 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13998 "Direct fetching of that commit failed."
13999 msgstr ""
14001 #: git-submodule.sh:684
14002 #, sh-format
14003 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14004 msgstr ""
14006 #: git-submodule.sh:685
14007 #, sh-format
14008 msgid "Submodule path '$displaypath': checked out '$sha1'"
14009 msgstr ""
14011 #: git-submodule.sh:689
14012 #, sh-format
14013 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14014 msgstr ""
14016 #: git-submodule.sh:690
14017 #, sh-format
14018 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14019 msgstr ""
14021 #: git-submodule.sh:695
14022 #, sh-format
14023 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14024 msgstr ""
14026 #: git-submodule.sh:696
14027 #, sh-format
14028 msgid "Submodule path '$displaypath': merged in '$sha1'"
14029 msgstr ""
14031 #: git-submodule.sh:701
14032 #, sh-format
14033 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14034 msgstr ""
14036 #: git-submodule.sh:702
14037 #, sh-format
14038 msgid "Submodule path '$displaypath': '$command $sha1'"
14039 msgstr ""
14041 #: git-submodule.sh:733
14042 #, sh-format
14043 msgid "Failed to recurse into submodule path '$displaypath'"
14044 msgstr ""
14046 #: git-submodule.sh:841
14047 msgid "The --cached option cannot be used with the --files option"
14048 msgstr ""
14050 #: git-submodule.sh:893
14051 #, sh-format
14052 msgid "unexpected mode $mod_dst"
14053 msgstr ""
14055 #: git-submodule.sh:913
14056 #, sh-format
14057 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14058 msgstr ""
14060 #: git-submodule.sh:916
14061 #, sh-format
14062 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14063 msgstr ""
14065 #: git-submodule.sh:919
14066 #, sh-format
14067 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14068 msgstr ""
14070 #: git-submodule.sh:1065
14071 #, sh-format
14072 msgid "Failed to recurse into submodule path '$sm_path'"
14073 msgstr ""
14075 #: git-submodule.sh:1137
14076 #, sh-format
14077 msgid "Synchronizing submodule url for '$displaypath'"
14078 msgstr ""
14080 #: git-parse-remote.sh:89
14081 #, sh-format
14082 msgid "See git-${cmd}(1) for details."
14083 msgstr ""
14085 #: git-rebase--interactive.sh:140
14086 #, sh-format
14087 msgid "Rebasing ($new_count/$total)"
14088 msgstr ""
14090 #: git-rebase--interactive.sh:156
14091 msgid ""
14092 "\n"
14093 "Commands:\n"
14094 " p, pick = use commit\n"
14095 " r, reword = use commit, but edit the commit message\n"
14096 " e, edit = use commit, but stop for amending\n"
14097 " s, squash = use commit, but meld into previous commit\n"
14098 " f, fixup = like \"squash\", but discard this commit's log message\n"
14099 " x, exec = run command (the rest of the line) using shell\n"
14100 " d, drop = remove commit\n"
14101 "\n"
14102 "These lines can be re-ordered; they are executed from top to bottom.\n"
14103 msgstr ""
14105 #: git-rebase--interactive.sh:171
14106 msgid ""
14107 "\n"
14108 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14109 msgstr ""
14111 #: git-rebase--interactive.sh:175
14112 msgid ""
14113 "\n"
14114 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14115 msgstr ""
14117 #: git-rebase--interactive.sh:211
14118 #, sh-format
14119 msgid ""
14120 "You can amend the commit now, with\n"
14121 "\n"
14122 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14123 "\n"
14124 "Once you are satisfied with your changes, run\n"
14125 "\n"
14126 "\tgit rebase --continue"
14127 msgstr ""
14129 #: git-rebase--interactive.sh:236
14130 #, sh-format
14131 msgid "$sha1: not a commit that can be picked"
14132 msgstr ""
14134 #: git-rebase--interactive.sh:275
14135 #, sh-format
14136 msgid "Invalid commit name: $sha1"
14137 msgstr ""
14139 #: git-rebase--interactive.sh:317
14140 msgid "Cannot write current commit's replacement sha1"
14141 msgstr ""
14143 #: git-rebase--interactive.sh:369
14144 #, sh-format
14145 msgid "Fast-forward to $sha1"
14146 msgstr ""
14148 #: git-rebase--interactive.sh:371
14149 #, sh-format
14150 msgid "Cannot fast-forward to $sha1"
14151 msgstr ""
14153 #: git-rebase--interactive.sh:380
14154 #, sh-format
14155 msgid "Cannot move HEAD to $first_parent"
14156 msgstr ""
14158 #: git-rebase--interactive.sh:385
14159 #, sh-format
14160 msgid "Refusing to squash a merge: $sha1"
14161 msgstr ""
14163 #: git-rebase--interactive.sh:399
14164 #, sh-format
14165 msgid "Error redoing merge $sha1"
14166 msgstr ""
14168 #: git-rebase--interactive.sh:407
14169 #, sh-format
14170 msgid "Could not pick $sha1"
14171 msgstr ""
14173 #: git-rebase--interactive.sh:416
14174 #, sh-format
14175 msgid "This is the commit message #${n}:"
14176 msgstr ""
14178 #: git-rebase--interactive.sh:421
14179 #, sh-format
14180 msgid "The commit message #${n} will be skipped:"
14181 msgstr ""
14183 #: git-rebase--interactive.sh:432
14184 #, sh-format
14185 msgid "This is a combination of $count commit."
14186 msgid_plural "This is a combination of $count commits."
14187 msgstr[0] ""
14188 msgstr[1] ""
14190 #: git-rebase--interactive.sh:441
14191 #, sh-format
14192 msgid "Cannot write $fixup_msg"
14193 msgstr ""
14195 #: git-rebase--interactive.sh:444
14196 msgid "This is a combination of 2 commits."
14197 msgstr ""
14199 #: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14200 #: git-rebase--interactive.sh:531
14201 #, sh-format
14202 msgid "Could not apply $sha1... $rest"
14203 msgstr ""
14205 #: git-rebase--interactive.sh:559
14206 #, sh-format
14207 msgid ""
14208 "Could not amend commit after successfully picking $sha1... $rest\n"
14209 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14210 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14211 "before\n"
14212 "you are able to reword the commit."
14213 msgstr ""
14215 #: git-rebase--interactive.sh:574
14216 #, sh-format
14217 msgid "Stopped at $sha1_abbrev... $rest"
14218 msgstr ""
14220 #: git-rebase--interactive.sh:589
14221 #, sh-format
14222 msgid "Cannot '$squash_style' without a previous commit"
14223 msgstr ""
14225 #: git-rebase--interactive.sh:631
14226 #, sh-format
14227 msgid "Executing: $rest"
14228 msgstr ""
14230 #: git-rebase--interactive.sh:639
14231 #, sh-format
14232 msgid "Execution failed: $rest"
14233 msgstr ""
14235 #: git-rebase--interactive.sh:641
14236 msgid "and made changes to the index and/or the working tree"
14237 msgstr ""
14239 #: git-rebase--interactive.sh:643
14240 msgid ""
14241 "You can fix the problem, and then run\n"
14242 "\n"
14243 "\tgit rebase --continue"
14244 msgstr ""
14246 #. TRANSLATORS: after these lines is a command to be issued by the user
14247 #: git-rebase--interactive.sh:656
14248 #, sh-format
14249 msgid ""
14250 "Execution succeeded: $rest\n"
14251 "but left changes to the index and/or the working tree\n"
14252 "Commit or stash your changes, and then run\n"
14253 "\n"
14254 "\tgit rebase --continue"
14255 msgstr ""
14257 #: git-rebase--interactive.sh:667
14258 #, sh-format
14259 msgid "Unknown command: $command $sha1 $rest"
14260 msgstr ""
14262 #: git-rebase--interactive.sh:668
14263 msgid "Please fix this using 'git rebase --edit-todo'."
14264 msgstr ""
14266 #: git-rebase--interactive.sh:703
14267 #, sh-format
14268 msgid "Successfully rebased and updated $head_name."
14269 msgstr ""
14271 #: git-rebase--interactive.sh:750
14272 msgid "Could not skip unnecessary pick commands"
14273 msgstr ""
14275 #: git-rebase--interactive.sh:908
14276 #, sh-format
14277 msgid ""
14278 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14279 " - $line"
14280 msgstr ""
14282 #: git-rebase--interactive.sh:941
14283 #, sh-format
14284 msgid ""
14285 "Warning: the command isn't recognized in the following line:\n"
14286 " - $line"
14287 msgstr ""
14289 #: git-rebase--interactive.sh:980
14290 msgid "could not detach HEAD"
14291 msgstr ""
14293 #: git-rebase--interactive.sh:1018
14294 msgid ""
14295 "Warning: some commits may have been dropped accidentally.\n"
14296 "Dropped commits (newer to older):"
14297 msgstr ""
14299 #: git-rebase--interactive.sh:1026
14300 msgid ""
14301 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14302 "\n"
14303 "Use 'git config rebase.missingCommitsCheck' to change the level of "
14304 "warnings.\n"
14305 "The possible behaviours are: ignore, warn, error."
14306 msgstr ""
14308 #: git-rebase--interactive.sh:1037
14309 #, sh-format
14310 msgid ""
14311 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14312 "Ignoring."
14313 msgstr ""
14315 #: git-rebase--interactive.sh:1054
14316 msgid ""
14317 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14318 "continue'."
14319 msgstr ""
14321 #: git-rebase--interactive.sh:1055
14322 msgid "Or you can abort the rebase with 'git rebase --abort'."
14323 msgstr ""
14325 #: git-rebase--interactive.sh:1083
14326 msgid "Could not remove CHERRY_PICK_HEAD"
14327 msgstr ""
14329 #: git-rebase--interactive.sh:1088
14330 #, sh-format
14331 msgid ""
14332 "You have staged changes in your working tree.\n"
14333 "If these changes are meant to be\n"
14334 "squashed into the previous commit, run:\n"
14335 "\n"
14336 "  git commit --amend $gpg_sign_opt_quoted\n"
14337 "\n"
14338 "If they are meant to go into a new commit, run:\n"
14339 "\n"
14340 "  git commit $gpg_sign_opt_quoted\n"
14341 "\n"
14342 "In both cases, once you're done, continue with:\n"
14343 "\n"
14344 "  git rebase --continue\n"
14345 msgstr ""
14347 #: git-rebase--interactive.sh:1105
14348 msgid "Error trying to find the author identity to amend commit"
14349 msgstr ""
14351 #: git-rebase--interactive.sh:1110
14352 msgid ""
14353 "You have uncommitted changes in your working tree. Please commit them\n"
14354 "first and then run 'git rebase --continue' again."
14355 msgstr ""
14357 #: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14358 msgid "Could not commit staged changes."
14359 msgstr ""
14361 #: git-rebase--interactive.sh:1147
14362 msgid ""
14363 "\n"
14364 "You are editing the todo file of an ongoing interactive rebase.\n"
14365 "To continue rebase after editing, run:\n"
14366 "    git rebase --continue\n"
14367 "\n"
14368 msgstr ""
14370 #: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14371 msgid "Could not execute editor"
14372 msgstr ""
14374 #: git-rebase--interactive.sh:1168
14375 #, sh-format
14376 msgid "Could not checkout $switch_to"
14377 msgstr ""
14379 #: git-rebase--interactive.sh:1173
14380 msgid "No HEAD?"
14381 msgstr ""
14383 #: git-rebase--interactive.sh:1174
14384 #, sh-format
14385 msgid "Could not create temporary $state_dir"
14386 msgstr ""
14388 #: git-rebase--interactive.sh:1176
14389 msgid "Could not mark as interactive"
14390 msgstr ""
14392 #: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14393 msgid "Could not init rewritten commits"
14394 msgstr ""
14396 #: git-rebase--interactive.sh:1291
14397 #, sh-format
14398 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14399 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14400 msgstr[0] ""
14401 msgstr[1] ""
14403 #: git-rebase--interactive.sh:1296
14404 msgid ""
14405 "\n"
14406 "However, if you remove everything, the rebase will be aborted.\n"
14407 "\n"
14408 msgstr ""
14410 #: git-rebase--interactive.sh:1303
14411 msgid "Note that empty commits are commented out"
14412 msgstr ""
14414 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14415 #, sh-format
14416 msgid "usage: $dashless $USAGE"
14417 msgstr ""
14419 #: git-sh-setup.sh:190
14420 #, sh-format
14421 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14422 msgstr ""
14424 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14425 #, sh-format
14426 msgid "fatal: $program_name cannot be used without a working tree."
14427 msgstr ""
14429 #: git-sh-setup.sh:220
14430 msgid "Cannot rebase: You have unstaged changes."
14431 msgstr ""
14433 #: git-sh-setup.sh:223
14434 msgid "Cannot rewrite branches: You have unstaged changes."
14435 msgstr ""
14437 #: git-sh-setup.sh:226
14438 msgid "Cannot pull with rebase: You have unstaged changes."
14439 msgstr ""
14441 #: git-sh-setup.sh:229
14442 #, sh-format
14443 msgid "Cannot $action: You have unstaged changes."
14444 msgstr ""
14446 #: git-sh-setup.sh:242
14447 msgid "Cannot rebase: Your index contains uncommitted changes."
14448 msgstr ""
14450 #: git-sh-setup.sh:245
14451 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14452 msgstr ""
14454 #: git-sh-setup.sh:248
14455 #, sh-format
14456 msgid "Cannot $action: Your index contains uncommitted changes."
14457 msgstr ""
14459 #: git-sh-setup.sh:252
14460 msgid "Additionally, your index contains uncommitted changes."
14461 msgstr ""
14463 #: git-sh-setup.sh:372
14464 msgid "You need to run this command from the toplevel of the working tree."
14465 msgstr ""
14467 #: git-sh-setup.sh:377
14468 msgid "Unable to determine absolute path of git directory"
14469 msgstr ""
14471 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14472 #: git-add--interactive.perl:196
14473 #, perl-format
14474 msgid "%12s %12s %s"
14475 msgstr ""
14477 #: git-add--interactive.perl:197
14478 msgid "staged"
14479 msgstr ""
14481 #: git-add--interactive.perl:197
14482 msgid "unstaged"
14483 msgstr ""
14485 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14486 msgid "binary"
14487 msgstr ""
14489 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14490 msgid "nothing"
14491 msgstr ""
14493 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14494 msgid "unchanged"
14495 msgstr ""
14497 #: git-add--interactive.perl:602
14498 #, perl-format
14499 msgid "added %d path\n"
14500 msgid_plural "added %d paths\n"
14501 msgstr[0] ""
14502 msgstr[1] ""
14504 #: git-add--interactive.perl:605
14505 #, perl-format
14506 msgid "updated %d path\n"
14507 msgid_plural "updated %d paths\n"
14508 msgstr[0] ""
14509 msgstr[1] ""
14511 #: git-add--interactive.perl:608
14512 #, perl-format
14513 msgid "reverted %d path\n"
14514 msgid_plural "reverted %d paths\n"
14515 msgstr[0] ""
14516 msgstr[1] ""
14518 #: git-add--interactive.perl:611
14519 #, perl-format
14520 msgid "touched %d path\n"
14521 msgid_plural "touched %d paths\n"
14522 msgstr[0] ""
14523 msgstr[1] ""
14525 #: git-add--interactive.perl:620
14526 msgid "Update"
14527 msgstr ""
14529 #: git-add--interactive.perl:632
14530 msgid "Revert"
14531 msgstr ""
14533 #: git-add--interactive.perl:655
14534 #, perl-format
14535 msgid "note: %s is untracked now.\n"
14536 msgstr ""
14538 #: git-add--interactive.perl:666
14539 msgid "Add untracked"
14540 msgstr ""
14542 #: git-add--interactive.perl:672
14543 msgid "No untracked files.\n"
14544 msgstr ""
14546 #: git-add--interactive.perl:985
14547 msgid ""
14548 "If the patch applies cleanly, the edited hunk will immediately be\n"
14549 "marked for staging."
14550 msgstr ""
14552 #: git-add--interactive.perl:988
14553 msgid ""
14554 "If the patch applies cleanly, the edited hunk will immediately be\n"
14555 "marked for stashing."
14556 msgstr ""
14558 #: git-add--interactive.perl:991
14559 msgid ""
14560 "If the patch applies cleanly, the edited hunk will immediately be\n"
14561 "marked for unstaging."
14562 msgstr ""
14564 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14565 msgid ""
14566 "If the patch applies cleanly, the edited hunk will immediately be\n"
14567 "marked for applying."
14568 msgstr ""
14570 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14571 msgid ""
14572 "If the patch applies cleanly, the edited hunk will immediately be\n"
14573 "marked for discarding."
14574 msgstr ""
14576 #: git-add--interactive.perl:1013
14577 #, perl-format
14578 msgid "failed to open hunk edit file for writing: %s"
14579 msgstr ""
14581 #: git-add--interactive.perl:1014
14582 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14583 msgstr ""
14585 #: git-add--interactive.perl:1020
14586 #, perl-format
14587 msgid ""
14588 "---\n"
14589 "To remove '%s' lines, make them ' ' lines (context).\n"
14590 "To remove '%s' lines, delete them.\n"
14591 "Lines starting with %s will be removed.\n"
14592 msgstr ""
14594 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14595 #: git-add--interactive.perl:1028
14596 msgid ""
14597 "If it does not apply cleanly, you will be given an opportunity to\n"
14598 "edit again.  If all lines of the hunk are removed, then the edit is\n"
14599 "aborted and the hunk is left unchanged.\n"
14600 msgstr ""
14602 #: git-add--interactive.perl:1042
14603 #, perl-format
14604 msgid "failed to open hunk edit file for reading: %s"
14605 msgstr ""
14607 #. TRANSLATORS: do not translate [y/n]
14608 #. The program will only accept that input
14609 #. at this point.
14610 #. Consider translating (saying "no" discards!) as
14611 #. (saying "n" for "no" discards!) if the translation
14612 #. of the word "no" does not start with n.
14613 #: git-add--interactive.perl:1134
14614 msgid ""
14615 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14616 msgstr ""
14618 #: git-add--interactive.perl:1143
14619 msgid ""
14620 "y - stage this hunk\n"
14621 "n - do not stage this hunk\n"
14622 "q - quit; do not stage this hunk or any of the remaining ones\n"
14623 "a - stage this hunk and all later hunks in the file\n"
14624 "d - do not stage this hunk or any of the later hunks in the file"
14625 msgstr ""
14627 #: git-add--interactive.perl:1149
14628 msgid ""
14629 "y - stash this hunk\n"
14630 "n - do not stash this hunk\n"
14631 "q - quit; do not stash this hunk or any of the remaining ones\n"
14632 "a - stash this hunk and all later hunks in the file\n"
14633 "d - do not stash this hunk or any of the later hunks in the file"
14634 msgstr ""
14636 #: git-add--interactive.perl:1155
14637 msgid ""
14638 "y - unstage this hunk\n"
14639 "n - do not unstage this hunk\n"
14640 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14641 "a - unstage this hunk and all later hunks in the file\n"
14642 "d - do not unstage this hunk or any of the later hunks in the file"
14643 msgstr ""
14645 #: git-add--interactive.perl:1161
14646 msgid ""
14647 "y - apply this hunk to index\n"
14648 "n - do not apply this hunk to index\n"
14649 "q - quit; do not apply this hunk or any of the remaining ones\n"
14650 "a - apply this hunk and all later hunks in the file\n"
14651 "d - do not apply this hunk or any of the later hunks in the file"
14652 msgstr ""
14654 #: git-add--interactive.perl:1167
14655 msgid ""
14656 "y - discard this hunk from worktree\n"
14657 "n - do not discard this hunk from worktree\n"
14658 "q - quit; do not discard this hunk or any of the remaining ones\n"
14659 "a - discard this hunk and all later hunks in the file\n"
14660 "d - do not discard this hunk or any of the later hunks in the file"
14661 msgstr ""
14663 #: git-add--interactive.perl:1173
14664 msgid ""
14665 "y - discard this hunk from index and worktree\n"
14666 "n - do not discard this hunk from index and worktree\n"
14667 "q - quit; do not discard this hunk or any of the remaining ones\n"
14668 "a - discard this hunk and all later hunks in the file\n"
14669 "d - do not discard this hunk or any of the later hunks in the file"
14670 msgstr ""
14672 #: git-add--interactive.perl:1179
14673 msgid ""
14674 "y - apply this hunk to index and worktree\n"
14675 "n - do not apply this hunk to index and worktree\n"
14676 "q - quit; do not apply this hunk or any of the remaining ones\n"
14677 "a - apply this hunk and all later hunks in the file\n"
14678 "d - do not apply this hunk or any of the later hunks in the file"
14679 msgstr ""
14681 #: git-add--interactive.perl:1188
14682 msgid ""
14683 "g - select a hunk to go to\n"
14684 "/ - search for a hunk matching the given regex\n"
14685 "j - leave this hunk undecided, see next undecided hunk\n"
14686 "J - leave this hunk undecided, see next hunk\n"
14687 "k - leave this hunk undecided, see previous undecided hunk\n"
14688 "K - leave this hunk undecided, see previous hunk\n"
14689 "s - split the current hunk into smaller hunks\n"
14690 "e - manually edit the current hunk\n"
14691 "? - print help\n"
14692 msgstr ""
14694 #: git-add--interactive.perl:1219
14695 msgid "The selected hunks do not apply to the index!\n"
14696 msgstr ""
14698 #: git-add--interactive.perl:1220
14699 msgid "Apply them to the worktree anyway? "
14700 msgstr ""
14702 #: git-add--interactive.perl:1223
14703 msgid "Nothing was applied.\n"
14704 msgstr ""
14706 #: git-add--interactive.perl:1234
14707 #, perl-format
14708 msgid "ignoring unmerged: %s\n"
14709 msgstr ""
14711 #: git-add--interactive.perl:1243
14712 msgid "Only binary files changed.\n"
14713 msgstr ""
14715 #: git-add--interactive.perl:1245
14716 msgid "No changes.\n"
14717 msgstr ""
14719 #: git-add--interactive.perl:1253
14720 msgid "Patch update"
14721 msgstr ""
14723 #: git-add--interactive.perl:1305
14724 #, perl-format
14725 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14726 msgstr ""
14728 #: git-add--interactive.perl:1306
14729 #, perl-format
14730 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14731 msgstr ""
14733 #: git-add--interactive.perl:1307
14734 #, perl-format
14735 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14736 msgstr ""
14738 #: git-add--interactive.perl:1310
14739 #, perl-format
14740 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14741 msgstr ""
14743 #: git-add--interactive.perl:1311
14744 #, perl-format
14745 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14746 msgstr ""
14748 #: git-add--interactive.perl:1312
14749 #, perl-format
14750 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14751 msgstr ""
14753 #: git-add--interactive.perl:1315
14754 #, perl-format
14755 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14756 msgstr ""
14758 #: git-add--interactive.perl:1316
14759 #, perl-format
14760 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14761 msgstr ""
14763 #: git-add--interactive.perl:1317
14764 #, perl-format
14765 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14766 msgstr ""
14768 #: git-add--interactive.perl:1320
14769 #, perl-format
14770 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14771 msgstr ""
14773 #: git-add--interactive.perl:1321
14774 #, perl-format
14775 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14776 msgstr ""
14778 #: git-add--interactive.perl:1322
14779 #, perl-format
14780 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14781 msgstr ""
14783 #: git-add--interactive.perl:1325
14784 #, perl-format
14785 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14786 msgstr ""
14788 #: git-add--interactive.perl:1326
14789 #, perl-format
14790 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14791 msgstr ""
14793 #: git-add--interactive.perl:1327
14794 #, perl-format
14795 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14796 msgstr ""
14798 #: git-add--interactive.perl:1330
14799 #, perl-format
14800 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14801 msgstr ""
14803 #: git-add--interactive.perl:1331
14804 #, perl-format
14805 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14806 msgstr ""
14808 #: git-add--interactive.perl:1332
14809 #, perl-format
14810 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14811 msgstr ""
14813 #: git-add--interactive.perl:1335
14814 #, perl-format
14815 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14816 msgstr ""
14818 #: git-add--interactive.perl:1336
14819 #, perl-format
14820 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14821 msgstr ""
14823 #: git-add--interactive.perl:1337
14824 #, perl-format
14825 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14826 msgstr ""
14828 #: git-add--interactive.perl:1440
14829 msgid "go to which hunk (<ret> to see more)? "
14830 msgstr ""
14832 #: git-add--interactive.perl:1442
14833 msgid "go to which hunk? "
14834 msgstr ""
14836 #: git-add--interactive.perl:1451
14837 #, perl-format
14838 msgid "Invalid number: '%s'\n"
14839 msgstr ""
14841 #: git-add--interactive.perl:1456
14842 #, perl-format
14843 msgid "Sorry, only %d hunk available.\n"
14844 msgid_plural "Sorry, only %d hunks available.\n"
14845 msgstr[0] ""
14846 msgstr[1] ""
14848 #: git-add--interactive.perl:1482
14849 msgid "search for regex? "
14850 msgstr ""
14852 #: git-add--interactive.perl:1495
14853 #, perl-format
14854 msgid "Malformed search regexp %s: %s\n"
14855 msgstr ""
14857 #: git-add--interactive.perl:1505
14858 msgid "No hunk matches the given pattern\n"
14859 msgstr ""
14861 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
14862 msgid "No previous hunk\n"
14863 msgstr ""
14865 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
14866 msgid "No next hunk\n"
14867 msgstr ""
14869 #: git-add--interactive.perl:1553
14870 #, perl-format
14871 msgid "Split into %d hunk.\n"
14872 msgid_plural "Split into %d hunks.\n"
14873 msgstr[0] ""
14874 msgstr[1] ""
14876 #: git-add--interactive.perl:1605
14877 msgid "Review diff"
14878 msgstr ""
14880 #. TRANSLATORS: please do not translate the command names
14881 #. 'status', 'update', 'revert', etc.
14882 #: git-add--interactive.perl:1624
14883 msgid ""
14884 "status        - show paths with changes\n"
14885 "update        - add working tree state to the staged set of changes\n"
14886 "revert        - revert staged set of changes back to the HEAD version\n"
14887 "patch         - pick hunks and update selectively\n"
14888 "diff          - view diff between HEAD and index\n"
14889 "add untracked - add contents of untracked files to the staged set of "
14890 "changes\n"
14891 msgstr ""
14893 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
14894 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
14895 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
14896 msgid "missing --"
14897 msgstr ""
14899 #: git-add--interactive.perl:1662
14900 #, perl-format
14901 msgid "unknown --patch mode: %s"
14902 msgstr ""
14904 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
14905 #, perl-format
14906 msgid "invalid argument %s, expecting --"
14907 msgstr ""
14909 #: git-send-email.perl:126
14910 msgid "local zone differs from GMT by a non-minute interval\n"
14911 msgstr ""
14913 #: git-send-email.perl:133 git-send-email.perl:139
14914 msgid "local time offset greater than or equal to 24 hours\n"
14915 msgstr ""
14917 #: git-send-email.perl:208 git-send-email.perl:214
14918 msgid "the editor exited uncleanly, aborting everything"
14919 msgstr ""
14921 #: git-send-email.perl:291
14922 #, perl-format
14923 msgid ""
14924 "'%s' contains an intermediate version of the email you were composing.\n"
14925 msgstr ""
14927 #: git-send-email.perl:296
14928 #, perl-format
14929 msgid "'%s.final' contains the composed email.\n"
14930 msgstr ""
14932 #: git-send-email.perl:314
14933 msgid "--dump-aliases incompatible with other options\n"
14934 msgstr ""
14936 #: git-send-email.perl:379 git-send-email.perl:634
14937 msgid "Cannot run git format-patch from outside a repository\n"
14938 msgstr ""
14940 #: git-send-email.perl:448
14941 #, perl-format
14942 msgid "Unknown --suppress-cc field: '%s'\n"
14943 msgstr ""
14945 #: git-send-email.perl:477
14946 #, perl-format
14947 msgid "Unknown --confirm setting: '%s'\n"
14948 msgstr ""
14950 #: git-send-email.perl:509
14951 #, perl-format
14952 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14953 msgstr ""
14955 #: git-send-email.perl:511
14956 #, perl-format
14957 msgid "warning: `:include:` not supported: %s\n"
14958 msgstr ""
14960 #: git-send-email.perl:513
14961 #, perl-format
14962 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14963 msgstr ""
14965 #: git-send-email.perl:518
14966 #, perl-format
14967 msgid "warning: sendmail line is not recognized: %s\n"
14968 msgstr ""
14970 #: git-send-email.perl:600
14971 #, perl-format
14972 msgid ""
14973 "File '%s' exists but it could also be the range of commits\n"
14974 "to produce patches for.  Please disambiguate by...\n"
14975 "\n"
14976 "    * Saying \"./%s\" if you mean a file; or\n"
14977 "    * Giving --format-patch option if you mean a range.\n"
14978 msgstr ""
14980 #: git-send-email.perl:621
14981 #, perl-format
14982 msgid "Failed to opendir %s: %s"
14983 msgstr ""
14985 #: git-send-email.perl:645
14986 #, perl-format
14987 msgid ""
14988 "fatal: %s: %s\n"
14989 "warning: no patches were sent\n"
14990 msgstr ""
14992 #: git-send-email.perl:656
14993 msgid ""
14994 "\n"
14995 "No patch files specified!\n"
14996 "\n"
14997 msgstr ""
14999 #: git-send-email.perl:669
15000 #, perl-format
15001 msgid "No subject line in %s?"
15002 msgstr ""
15004 #: git-send-email.perl:679
15005 #, perl-format
15006 msgid "Failed to open for writing %s: %s"
15007 msgstr ""
15009 #: git-send-email.perl:689
15010 msgid ""
15011 "Lines beginning in \"GIT:\" will be removed.\n"
15012 "Consider including an overall diffstat or table of contents\n"
15013 "for the patch you are writing.\n"
15014 "\n"
15015 "Clear the body content if you don't wish to send a summary.\n"
15016 msgstr ""
15018 #: git-send-email.perl:712
15019 #, perl-format
15020 msgid "Failed to open %s.final: %s"
15021 msgstr ""
15023 #: git-send-email.perl:715
15024 #, perl-format
15025 msgid "Failed to open %s: %s"
15026 msgstr ""
15028 #: git-send-email.perl:750
15029 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15030 msgstr ""
15032 #: git-send-email.perl:759
15033 msgid "Summary email is empty, skipping it\n"
15034 msgstr ""
15036 #. TRANSLATORS: please keep [y/N] as is.
15037 #: git-send-email.perl:791
15038 #, perl-format
15039 msgid "Are you sure you want to use <%s> [y/N]? "
15040 msgstr ""
15042 #: git-send-email.perl:820
15043 msgid ""
15044 "The following files are 8bit, but do not declare a Content-Transfer-"
15045 "Encoding.\n"
15046 msgstr ""
15048 #: git-send-email.perl:825
15049 msgid "Which 8bit encoding should I declare [UTF-8]? "
15050 msgstr ""
15052 #: git-send-email.perl:833
15053 #, perl-format
15054 msgid ""
15055 "Refusing to send because the patch\n"
15056 "\t%s\n"
15057 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15058 "want to send.\n"
15059 msgstr ""
15061 #: git-send-email.perl:852
15062 msgid "To whom should the emails be sent (if anyone)?"
15063 msgstr ""
15065 #: git-send-email.perl:870
15066 #, perl-format
15067 msgid "fatal: alias '%s' expands to itself\n"
15068 msgstr ""
15070 #: git-send-email.perl:882
15071 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15072 msgstr ""
15074 #: git-send-email.perl:932 git-send-email.perl:940
15075 #, perl-format
15076 msgid "error: unable to extract a valid address from: %s\n"
15077 msgstr ""
15079 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15080 #. translation. The program will only accept English input
15081 #. at this point.
15082 #: git-send-email.perl:944
15083 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15084 msgstr ""
15086 #: git-send-email.perl:1245
15087 #, perl-format
15088 msgid "CA path \"%s\" does not exist"
15089 msgstr ""
15091 #: git-send-email.perl:1320
15092 msgid ""
15093 "    The Cc list above has been expanded by additional\n"
15094 "    addresses found in the patch commit message. By default\n"
15095 "    send-email prompts before sending whenever this occurs.\n"
15096 "    This behavior is controlled by the sendemail.confirm\n"
15097 "    configuration setting.\n"
15098 "\n"
15099 "    For additional information, run 'git send-email --help'.\n"
15100 "    To retain the current behavior, but squelch this message,\n"
15101 "    run 'git config --global sendemail.confirm auto'.\n"
15102 "\n"
15103 msgstr ""
15105 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15106 #. translation. The program will only accept English input
15107 #. at this point.
15108 #: git-send-email.perl:1335
15109 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15110 msgstr ""
15112 #: git-send-email.perl:1338
15113 msgid "Send this email reply required"
15114 msgstr ""
15116 #: git-send-email.perl:1364
15117 msgid "The required SMTP server is not properly defined."
15118 msgstr ""
15120 #: git-send-email.perl:1411
15121 #, perl-format
15122 msgid "Server does not support STARTTLS! %s"
15123 msgstr ""
15125 #: git-send-email.perl:1416 git-send-email.perl:1420
15126 #, perl-format
15127 msgid "STARTTLS failed! %s"
15128 msgstr ""
15130 #: git-send-email.perl:1430
15131 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15132 msgstr ""
15134 #: git-send-email.perl:1448
15135 #, perl-format
15136 msgid "Failed to send %s\n"
15137 msgstr ""
15139 #: git-send-email.perl:1451
15140 #, perl-format
15141 msgid "Dry-Sent %s\n"
15142 msgstr ""
15144 #: git-send-email.perl:1451
15145 #, perl-format
15146 msgid "Sent %s\n"
15147 msgstr ""
15149 #: git-send-email.perl:1453
15150 msgid "Dry-OK. Log says:\n"
15151 msgstr ""
15153 #: git-send-email.perl:1453
15154 msgid "OK. Log says:\n"
15155 msgstr ""
15157 #: git-send-email.perl:1465
15158 msgid "Result: "
15159 msgstr ""
15161 #: git-send-email.perl:1468
15162 msgid "Result: OK\n"
15163 msgstr ""
15165 #: git-send-email.perl:1481
15166 #, perl-format
15167 msgid "can't open file %s"
15168 msgstr ""
15170 #: git-send-email.perl:1528 git-send-email.perl:1548
15171 #, perl-format
15172 msgid "(mbox) Adding cc: %s from line '%s'\n"
15173 msgstr ""
15175 #: git-send-email.perl:1534
15176 #, perl-format
15177 msgid "(mbox) Adding to: %s from line '%s'\n"
15178 msgstr ""
15180 #: git-send-email.perl:1582
15181 #, perl-format
15182 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15183 msgstr ""
15185 #: git-send-email.perl:1605
15186 #, perl-format
15187 msgid "(body) Adding cc: %s from line '%s'\n"
15188 msgstr ""
15190 #: git-send-email.perl:1711
15191 #, perl-format
15192 msgid "(%s) Could not execute '%s'"
15193 msgstr ""
15195 #: git-send-email.perl:1718
15196 #, perl-format
15197 msgid "(%s) Adding %s: %s from: '%s'\n"
15198 msgstr ""
15200 #: git-send-email.perl:1722
15201 #, perl-format
15202 msgid "(%s) failed to close pipe to '%s'"
15203 msgstr ""
15205 #: git-send-email.perl:1749
15206 msgid "cannot send message as 7bit"
15207 msgstr ""
15209 #: git-send-email.perl:1757
15210 msgid "invalid transfer encoding"
15211 msgstr ""
15213 #: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
15214 #, perl-format
15215 msgid "unable to open %s: %s\n"
15216 msgstr ""
15218 #: git-send-email.perl:1798
15219 #, perl-format
15220 msgid "%s: patch contains a line longer than 998 characters"
15221 msgstr ""
15223 #: git-send-email.perl:1814
15224 #, perl-format
15225 msgid "Skipping %s with backup suffix '%s'.\n"
15226 msgstr ""
15228 #. TRANSLATORS: please keep "[y|N]" as is.
15229 #: git-send-email.perl:1818
15230 #, perl-format
15231 msgid "Do you really want to send %s? [y|N]: "
15232 msgstr ""