stash: teach 'push' (and 'create_stash') to honor pathspec
[git.git] / po / git.pot
blobe4e29ebfd8ce4495fcab8895133c7ce103be0e18
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: 2016-11-25 22:50+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:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:83
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:85
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:87
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:89
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:91
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:93
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:101
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:109
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:114 builtin/merge.c:1181
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:116
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:117
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:123
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:57
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
94 #: apply.c:73
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
99 #: apply.c:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:845
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:854
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:938
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:977
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:983
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:984
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:990
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:1488
155 #, c-format
156 msgid "recount: unexpected line: %.*s"
157 msgstr ""
159 #: apply.c:1557
160 #, c-format
161 msgid "patch fragment without header at line %d: %.*s"
162 msgstr ""
164 #: apply.c:1577
165 #, c-format
166 msgid ""
167 "git diff header lacks filename information when removing %d leading pathname "
168 "component (line %d)"
169 msgid_plural ""
170 "git diff header lacks filename information when removing %d leading pathname "
171 "components (line %d)"
172 msgstr[0] ""
173 msgstr[1] ""
175 #: apply.c:1589
176 #, c-format
177 msgid "git diff header lacks filename information (line %d)"
178 msgstr ""
180 #: apply.c:1759
181 msgid "new file depends on old contents"
182 msgstr ""
184 #: apply.c:1761
185 msgid "deleted file still has contents"
186 msgstr ""
188 #: apply.c:1795
189 #, c-format
190 msgid "corrupt patch at line %d"
191 msgstr ""
193 #: apply.c:1832
194 #, c-format
195 msgid "new file %s depends on old contents"
196 msgstr ""
198 #: apply.c:1834
199 #, c-format
200 msgid "deleted file %s still has contents"
201 msgstr ""
203 #: apply.c:1837
204 #, c-format
205 msgid "** warning: file %s becomes empty but is not deleted"
206 msgstr ""
208 #: apply.c:1984
209 #, c-format
210 msgid "corrupt binary patch at line %d: %.*s"
211 msgstr ""
213 #: apply.c:2021
214 #, c-format
215 msgid "unrecognized binary patch at line %d"
216 msgstr ""
218 #: apply.c:2182
219 #, c-format
220 msgid "patch with only garbage at line %d"
221 msgstr ""
223 #: apply.c:2274
224 #, c-format
225 msgid "unable to read symlink %s"
226 msgstr ""
228 #: apply.c:2278
229 #, c-format
230 msgid "unable to open or read %s"
231 msgstr ""
233 #: apply.c:2931
234 #, c-format
235 msgid "invalid start of line: '%c'"
236 msgstr ""
238 #: apply.c:3050
239 #, c-format
240 msgid "Hunk #%d succeeded at %d (offset %d line)."
241 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
242 msgstr[0] ""
243 msgstr[1] ""
245 #: apply.c:3062
246 #, c-format
247 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
248 msgstr ""
250 #: apply.c:3068
251 #, c-format
252 msgid ""
253 "while searching for:\n"
254 "%.*s"
255 msgstr ""
257 #: apply.c:3090
258 #, c-format
259 msgid "missing binary patch data for '%s'"
260 msgstr ""
262 #: apply.c:3098
263 #, c-format
264 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
265 msgstr ""
267 #: apply.c:3144
268 #, c-format
269 msgid "cannot apply binary patch to '%s' without full index line"
270 msgstr ""
272 #: apply.c:3154
273 #, c-format
274 msgid ""
275 "the patch applies to '%s' (%s), which does not match the current contents."
276 msgstr ""
278 #: apply.c:3162
279 #, c-format
280 msgid "the patch applies to an empty '%s' but it is not empty"
281 msgstr ""
283 #: apply.c:3180
284 #, c-format
285 msgid "the necessary postimage %s for '%s' cannot be read"
286 msgstr ""
288 #: apply.c:3193
289 #, c-format
290 msgid "binary patch does not apply to '%s'"
291 msgstr ""
293 #: apply.c:3199
294 #, c-format
295 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
296 msgstr ""
298 #: apply.c:3220
299 #, c-format
300 msgid "patch failed: %s:%ld"
301 msgstr ""
303 #: apply.c:3342
304 #, c-format
305 msgid "cannot checkout %s"
306 msgstr ""
308 #: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
309 #, c-format
310 msgid "failed to read %s"
311 msgstr ""
313 #: apply.c:3398
314 #, c-format
315 msgid "reading from '%s' beyond a symbolic link"
316 msgstr ""
318 #: apply.c:3427 apply.c:3667
319 #, c-format
320 msgid "path %s has been renamed/deleted"
321 msgstr ""
323 #: apply.c:3510 apply.c:3681
324 #, c-format
325 msgid "%s: does not exist in index"
326 msgstr ""
328 #: apply.c:3519 apply.c:3689
329 #, c-format
330 msgid "%s: does not match index"
331 msgstr ""
333 #: apply.c:3554
334 msgid "repository lacks the necessary blob to fall back on 3-way merge."
335 msgstr ""
337 #: apply.c:3557
338 #, c-format
339 msgid "Falling back to three-way merge...\n"
340 msgstr ""
342 #: apply.c:3573 apply.c:3577
343 #, c-format
344 msgid "cannot read the current contents of '%s'"
345 msgstr ""
347 #: apply.c:3589
348 #, c-format
349 msgid "Failed to fall back on three-way merge...\n"
350 msgstr ""
352 #: apply.c:3603
353 #, c-format
354 msgid "Applied patch to '%s' with conflicts.\n"
355 msgstr ""
357 #: apply.c:3608
358 #, c-format
359 msgid "Applied patch to '%s' cleanly.\n"
360 msgstr ""
362 #: apply.c:3634
363 msgid "removal patch leaves file contents"
364 msgstr ""
366 #: apply.c:3706
367 #, c-format
368 msgid "%s: wrong type"
369 msgstr ""
371 #: apply.c:3708
372 #, c-format
373 msgid "%s has type %o, expected %o"
374 msgstr ""
376 #: apply.c:3859 apply.c:3861
377 #, c-format
378 msgid "invalid path '%s'"
379 msgstr ""
381 #: apply.c:3917
382 #, c-format
383 msgid "%s: already exists in index"
384 msgstr ""
386 #: apply.c:3920
387 #, c-format
388 msgid "%s: already exists in working directory"
389 msgstr ""
391 #: apply.c:3940
392 #, c-format
393 msgid "new mode (%o) of %s does not match old mode (%o)"
394 msgstr ""
396 #: apply.c:3945
397 #, c-format
398 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
399 msgstr ""
401 #: apply.c:3965
402 #, c-format
403 msgid "affected file '%s' is beyond a symbolic link"
404 msgstr ""
406 #: apply.c:3969
407 #, c-format
408 msgid "%s: patch does not apply"
409 msgstr ""
411 #: apply.c:3984
412 #, c-format
413 msgid "Checking patch %s..."
414 msgstr ""
416 #: apply.c:4075
417 #, c-format
418 msgid "sha1 information is lacking or useless for submodule %s"
419 msgstr ""
421 #: apply.c:4082
422 #, c-format
423 msgid "mode change for %s, which is not in current HEAD"
424 msgstr ""
426 #: apply.c:4085
427 #, c-format
428 msgid "sha1 information is lacking or useless (%s)."
429 msgstr ""
431 #: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
432 #, c-format
433 msgid "make_cache_entry failed for path '%s'"
434 msgstr ""
436 #: apply.c:4094
437 #, c-format
438 msgid "could not add %s to temporary index"
439 msgstr ""
441 #: apply.c:4104
442 #, c-format
443 msgid "could not write temporary index to %s"
444 msgstr ""
446 #: apply.c:4242
447 #, c-format
448 msgid "unable to remove %s from index"
449 msgstr ""
451 #: apply.c:4277
452 #, c-format
453 msgid "corrupt patch for submodule %s"
454 msgstr ""
456 #: apply.c:4283
457 #, c-format
458 msgid "unable to stat newly created file '%s'"
459 msgstr ""
461 #: apply.c:4291
462 #, c-format
463 msgid "unable to create backing store for newly created file %s"
464 msgstr ""
466 #: apply.c:4297 apply.c:4441
467 #, c-format
468 msgid "unable to add cache entry for %s"
469 msgstr ""
471 #: apply.c:4338
472 #, c-format
473 msgid "failed to write to '%s'"
474 msgstr ""
476 #: apply.c:4342
477 #, c-format
478 msgid "closing file '%s'"
479 msgstr ""
481 #: apply.c:4412
482 #, c-format
483 msgid "unable to write file '%s' mode %o"
484 msgstr ""
486 #: apply.c:4510
487 #, c-format
488 msgid "Applied patch %s cleanly."
489 msgstr ""
491 #: apply.c:4518
492 msgid "internal error"
493 msgstr ""
495 #: apply.c:4521
496 #, c-format
497 msgid "Applying patch %%s with %d reject..."
498 msgid_plural "Applying patch %%s with %d rejects..."
499 msgstr[0] ""
500 msgstr[1] ""
502 #: apply.c:4532
503 #, c-format
504 msgid "truncating .rej filename to %.*s.rej"
505 msgstr ""
507 #: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
508 #, c-format
509 msgid "cannot open %s"
510 msgstr ""
512 #: apply.c:4554
513 #, c-format
514 msgid "Hunk #%d applied cleanly."
515 msgstr ""
517 #: apply.c:4558
518 #, c-format
519 msgid "Rejected hunk #%d."
520 msgstr ""
522 #: apply.c:4668
523 #, c-format
524 msgid "Skipped patch '%s'."
525 msgstr ""
527 #: apply.c:4676
528 msgid "unrecognized input"
529 msgstr ""
531 #: apply.c:4695
532 msgid "unable to read index file"
533 msgstr ""
535 #: apply.c:4833
536 #, c-format
537 msgid "can't open patch '%s': %s"
538 msgstr ""
540 #: apply.c:4858
541 #, c-format
542 msgid "squelched %d whitespace error"
543 msgid_plural "squelched %d whitespace errors"
544 msgstr[0] ""
545 msgstr[1] ""
547 #: apply.c:4864 apply.c:4879
548 #, c-format
549 msgid "%d line adds whitespace errors."
550 msgid_plural "%d lines add whitespace errors."
551 msgstr[0] ""
552 msgstr[1] ""
554 #: apply.c:4872
555 #, c-format
556 msgid "%d line applied after fixing whitespace errors."
557 msgid_plural "%d lines applied after fixing whitespace errors."
558 msgstr[0] ""
559 msgstr[1] ""
561 #: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
562 msgid "Unable to write new index file"
563 msgstr ""
565 #: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
566 #: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
567 #: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
568 #: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
569 #: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
570 msgid "path"
571 msgstr ""
573 #: apply.c:4920
574 msgid "don't apply changes matching the given path"
575 msgstr ""
577 #: apply.c:4923
578 msgid "apply changes matching the given path"
579 msgstr ""
581 #: apply.c:4925 builtin/am.c:2286
582 msgid "num"
583 msgstr ""
585 #: apply.c:4926
586 msgid "remove <num> leading slashes from traditional diff paths"
587 msgstr ""
589 #: apply.c:4929
590 msgid "ignore additions made by the patch"
591 msgstr ""
593 #: apply.c:4931
594 msgid "instead of applying the patch, output diffstat for the input"
595 msgstr ""
597 #: apply.c:4935
598 msgid "show number of added and deleted lines in decimal notation"
599 msgstr ""
601 #: apply.c:4937
602 msgid "instead of applying the patch, output a summary for the input"
603 msgstr ""
605 #: apply.c:4939
606 msgid "instead of applying the patch, see if the patch is applicable"
607 msgstr ""
609 #: apply.c:4941
610 msgid "make sure the patch is applicable to the current index"
611 msgstr ""
613 #: apply.c:4943
614 msgid "apply a patch without touching the working tree"
615 msgstr ""
617 #: apply.c:4945
618 msgid "accept a patch that touches outside the working area"
619 msgstr ""
621 #: apply.c:4947
622 msgid "also apply the patch (use with --stat/--summary/--check)"
623 msgstr ""
625 #: apply.c:4949
626 msgid "attempt three-way merge if a patch does not apply"
627 msgstr ""
629 #: apply.c:4951
630 msgid "build a temporary index based on embedded index information"
631 msgstr ""
633 #: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
634 msgid "paths are separated with NUL character"
635 msgstr ""
637 #: apply.c:4956
638 msgid "ensure at least <n> lines of context match"
639 msgstr ""
641 #: apply.c:4957 builtin/am.c:2265
642 msgid "action"
643 msgstr ""
645 #: apply.c:4958
646 msgid "detect new or modified lines that have whitespace errors"
647 msgstr ""
649 #: apply.c:4961 apply.c:4964
650 msgid "ignore changes in whitespace when finding context"
651 msgstr ""
653 #: apply.c:4967
654 msgid "apply the patch in reverse"
655 msgstr ""
657 #: apply.c:4969
658 msgid "don't expect at least one line of context"
659 msgstr ""
661 #: apply.c:4971
662 msgid "leave the rejected hunks in corresponding *.rej files"
663 msgstr ""
665 #: apply.c:4973
666 msgid "allow overlapping hunks"
667 msgstr ""
669 #: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
670 #: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
671 #: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
672 msgid "be verbose"
673 msgstr ""
675 #: apply.c:4976
676 msgid "tolerate incorrectly detected missing new-line at the end of file"
677 msgstr ""
679 #: apply.c:4979
680 msgid "do not trust the line counts in the hunk headers"
681 msgstr ""
683 #: apply.c:4981 builtin/am.c:2274
684 msgid "root"
685 msgstr ""
687 #: apply.c:4982
688 msgid "prepend <root> to all filenames"
689 msgstr ""
691 #: archive.c:12
692 msgid "git archive [<options>] <tree-ish> [<path>...]"
693 msgstr ""
695 #: archive.c:13
696 msgid "git archive --list"
697 msgstr ""
699 #: archive.c:14
700 msgid ""
701 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
702 msgstr ""
704 #: archive.c:15
705 msgid "git archive --remote <repo> [--exec <cmd>] --list"
706 msgstr ""
708 #: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
709 #, c-format
710 msgid "pathspec '%s' did not match any files"
711 msgstr ""
713 #: archive.c:429
714 msgid "fmt"
715 msgstr ""
717 #: archive.c:429
718 msgid "archive format"
719 msgstr ""
721 #: archive.c:430 builtin/log.c:1429
722 msgid "prefix"
723 msgstr ""
725 #: archive.c:431
726 msgid "prepend prefix to each pathname in the archive"
727 msgstr ""
729 #: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59
730 #: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723
731 #: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
732 #: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
733 #: parse-options.h:153
734 msgid "file"
735 msgstr ""
737 #: archive.c:433 builtin/archive.c:89
738 msgid "write the archive to this file"
739 msgstr ""
741 #: archive.c:435
742 msgid "read .gitattributes in working directory"
743 msgstr ""
745 #: archive.c:436
746 msgid "report archived files on stderr"
747 msgstr ""
749 #: archive.c:437
750 msgid "store only"
751 msgstr ""
753 #: archive.c:438
754 msgid "compress faster"
755 msgstr ""
757 #: archive.c:446
758 msgid "compress better"
759 msgstr ""
761 #: archive.c:449
762 msgid "list supported archive formats"
763 msgstr ""
765 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
766 #: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
767 msgid "repo"
768 msgstr ""
770 #: archive.c:452 builtin/archive.c:91
771 msgid "retrieve the archive from remote repository <repo>"
772 msgstr ""
774 #: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
775 msgid "command"
776 msgstr ""
778 #: archive.c:454 builtin/archive.c:93
779 msgid "path to the remote git-upload-archive command"
780 msgstr ""
782 #: archive.c:461
783 msgid "Unexpected option --remote"
784 msgstr ""
786 #: archive.c:463
787 msgid "Option --exec can only be used together with --remote"
788 msgstr ""
790 #: archive.c:465
791 msgid "Unexpected option --output"
792 msgstr ""
794 #: archive.c:487
795 #, c-format
796 msgid "Unknown archive format '%s'"
797 msgstr ""
799 #: archive.c:494
800 #, c-format
801 msgid "Argument not supported for format '%s': -%d"
802 msgstr ""
804 #: attr.c:263
805 msgid ""
806 "Negative patterns are ignored in git attributes\n"
807 "Use '\\!' for literal leading exclamation."
808 msgstr ""
810 #: bisect.c:441
811 #, c-format
812 msgid "Could not open file '%s'"
813 msgstr ""
815 #: bisect.c:446
816 #, c-format
817 msgid "Badly quoted content in file '%s': %s"
818 msgstr ""
820 #: bisect.c:655
821 #, c-format
822 msgid "We cannot bisect more!\n"
823 msgstr ""
825 #: bisect.c:708
826 #, c-format
827 msgid "Not a valid commit name %s"
828 msgstr ""
830 #: bisect.c:732
831 #, c-format
832 msgid ""
833 "The merge base %s is bad.\n"
834 "This means the bug has been fixed between %s and [%s].\n"
835 msgstr ""
837 #: bisect.c:737
838 #, c-format
839 msgid ""
840 "The merge base %s is new.\n"
841 "The property has changed between %s and [%s].\n"
842 msgstr ""
844 #: bisect.c:742
845 #, c-format
846 msgid ""
847 "The merge base %s is %s.\n"
848 "This means the first '%s' commit is between %s and [%s].\n"
849 msgstr ""
851 #: bisect.c:750
852 #, c-format
853 msgid ""
854 "Some %s revs are not ancestor of the %s rev.\n"
855 "git bisect cannot work properly in this case.\n"
856 "Maybe you mistook %s and %s revs?\n"
857 msgstr ""
859 #: bisect.c:763
860 #, c-format
861 msgid ""
862 "the merge base between %s and [%s] must be skipped.\n"
863 "So we cannot be sure the first %s commit is between %s and %s.\n"
864 "We continue anyway."
865 msgstr ""
867 #: bisect.c:798
868 #, c-format
869 msgid "Bisecting: a merge base must be tested\n"
870 msgstr ""
872 #: bisect.c:849
873 #, c-format
874 msgid "a %s revision is needed"
875 msgstr ""
877 #: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
878 #, c-format
879 msgid "could not create file '%s'"
880 msgstr ""
882 #: bisect.c:917
883 #, c-format
884 msgid "could not read file '%s'"
885 msgstr ""
887 #: bisect.c:947
888 msgid "reading bisect refs failed"
889 msgstr ""
891 #: bisect.c:967
892 #, c-format
893 msgid "%s was both %s and %s\n"
894 msgstr ""
896 #: bisect.c:975
897 #, c-format
898 msgid ""
899 "No testable commit found.\n"
900 "Maybe you started with bad path parameters?\n"
901 msgstr ""
903 #: bisect.c:994
904 #, c-format
905 msgid "(roughly %d step)"
906 msgid_plural "(roughly %d steps)"
907 msgstr[0] ""
908 msgstr[1] ""
910 #. TRANSLATORS: the last %s will be replaced with
911 #. "(roughly %d steps)" translation
912 #: bisect.c:998
913 #, c-format
914 msgid "Bisecting: %d revision left to test after this %s\n"
915 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
916 msgstr[0] ""
917 msgstr[1] ""
919 #: branch.c:53
920 #, c-format
921 msgid ""
922 "\n"
923 "After fixing the error cause you may try to fix up\n"
924 "the remote tracking information by invoking\n"
925 "\"git branch --set-upstream-to=%s%s%s\"."
926 msgstr ""
928 #: branch.c:67
929 #, c-format
930 msgid "Not setting branch %s as its own upstream."
931 msgstr ""
933 #: branch.c:93
934 #, c-format
935 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
936 msgstr ""
938 #: branch.c:94
939 #, c-format
940 msgid "Branch %s set up to track remote branch %s from %s."
941 msgstr ""
943 #: branch.c:98
944 #, c-format
945 msgid "Branch %s set up to track local branch %s by rebasing."
946 msgstr ""
948 #: branch.c:99
949 #, c-format
950 msgid "Branch %s set up to track local branch %s."
951 msgstr ""
953 #: branch.c:104
954 #, c-format
955 msgid "Branch %s set up to track remote ref %s by rebasing."
956 msgstr ""
958 #: branch.c:105
959 #, c-format
960 msgid "Branch %s set up to track remote ref %s."
961 msgstr ""
963 #: branch.c:109
964 #, c-format
965 msgid "Branch %s set up to track local ref %s by rebasing."
966 msgstr ""
968 #: branch.c:110
969 #, c-format
970 msgid "Branch %s set up to track local ref %s."
971 msgstr ""
973 #: branch.c:119
974 msgid "Unable to write upstream branch configuration"
975 msgstr ""
977 #: branch.c:156
978 #, c-format
979 msgid "Not tracking: ambiguous information for ref %s"
980 msgstr ""
982 #: branch.c:185
983 #, c-format
984 msgid "'%s' is not a valid branch name."
985 msgstr ""
987 #: branch.c:190
988 #, c-format
989 msgid "A branch named '%s' already exists."
990 msgstr ""
992 #: branch.c:198
993 msgid "Cannot force update the current branch."
994 msgstr ""
996 #: branch.c:218
997 #, c-format
998 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
999 msgstr ""
1001 #: branch.c:220
1002 #, c-format
1003 msgid "the requested upstream branch '%s' does not exist"
1004 msgstr ""
1006 #: branch.c:222
1007 msgid ""
1008 "\n"
1009 "If you are planning on basing your work on an upstream\n"
1010 "branch that already exists at the remote, you may need to\n"
1011 "run \"git fetch\" to retrieve it.\n"
1012 "\n"
1013 "If you are planning to push out a new local branch that\n"
1014 "will track its remote counterpart, you may want to use\n"
1015 "\"git push -u\" to set the upstream config as you push."
1016 msgstr ""
1018 #: branch.c:265
1019 #, c-format
1020 msgid "Not a valid object name: '%s'."
1021 msgstr ""
1023 #: branch.c:285
1024 #, c-format
1025 msgid "Ambiguous object name: '%s'."
1026 msgstr ""
1028 #: branch.c:290
1029 #, c-format
1030 msgid "Not a valid branch point: '%s'."
1031 msgstr ""
1033 #: branch.c:344
1034 #, c-format
1035 msgid "'%s' is already checked out at '%s'"
1036 msgstr ""
1038 #: branch.c:363
1039 #, c-format
1040 msgid "HEAD of working tree %s is not updated"
1041 msgstr ""
1043 #: bundle.c:34
1044 #, c-format
1045 msgid "'%s' does not look like a v2 bundle file"
1046 msgstr ""
1048 #: bundle.c:61
1049 #, c-format
1050 msgid "unrecognized header: %s%s (%d)"
1051 msgstr ""
1053 #: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1054 #, c-format
1055 msgid "could not open '%s'"
1056 msgstr ""
1058 #: bundle.c:139
1059 msgid "Repository lacks these prerequisite commits:"
1060 msgstr ""
1062 #: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1063 #: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1064 #: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1065 #: builtin/merge.c:356 builtin/shortlog.c:170
1066 msgid "revision walk setup failed"
1067 msgstr ""
1069 #: bundle.c:185
1070 #, c-format
1071 msgid "The bundle contains this ref:"
1072 msgid_plural "The bundle contains these %d refs:"
1073 msgstr[0] ""
1074 msgstr[1] ""
1076 #: bundle.c:192
1077 msgid "The bundle records a complete history."
1078 msgstr ""
1080 #: bundle.c:194
1081 #, c-format
1082 msgid "The bundle requires this ref:"
1083 msgid_plural "The bundle requires these %d refs:"
1084 msgstr[0] ""
1085 msgstr[1] ""
1087 #: bundle.c:253
1088 msgid "Could not spawn pack-objects"
1089 msgstr ""
1091 #: bundle.c:264
1092 msgid "pack-objects died"
1093 msgstr ""
1095 #: bundle.c:304
1096 msgid "rev-list died"
1097 msgstr ""
1099 #: bundle.c:353
1100 #, c-format
1101 msgid "ref '%s' is excluded by the rev-list options"
1102 msgstr ""
1104 #: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1105 #, c-format
1106 msgid "unrecognized argument: %s"
1107 msgstr ""
1109 #: bundle.c:451
1110 msgid "Refusing to create empty bundle."
1111 msgstr ""
1113 #: bundle.c:463
1114 #, c-format
1115 msgid "cannot create '%s'"
1116 msgstr ""
1118 #: bundle.c:491
1119 msgid "index-pack died"
1120 msgstr ""
1122 #: color.c:290
1123 #, c-format
1124 msgid "invalid color value: %.*s"
1125 msgstr ""
1127 #: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1128 #: builtin/am.c:2127
1129 #, c-format
1130 msgid "could not parse %s"
1131 msgstr ""
1133 #: commit.c:42
1134 #, c-format
1135 msgid "%s %s is not a commit!"
1136 msgstr ""
1138 #: commit.c:1514
1139 msgid ""
1140 "Warning: commit message did not conform to UTF-8.\n"
1141 "You may want to amend it after fixing the message, or set the config\n"
1142 "variable i18n.commitencoding to the encoding your project uses.\n"
1143 msgstr ""
1145 #: compat/obstack.c:406 compat/obstack.c:408
1146 msgid "memory exhausted"
1147 msgstr ""
1149 #: config.c:516
1150 #, c-format
1151 msgid "bad config line %d in blob %s"
1152 msgstr ""
1154 #: config.c:520
1155 #, c-format
1156 msgid "bad config line %d in file %s"
1157 msgstr ""
1159 #: config.c:524
1160 #, c-format
1161 msgid "bad config line %d in standard input"
1162 msgstr ""
1164 #: config.c:528
1165 #, c-format
1166 msgid "bad config line %d in submodule-blob %s"
1167 msgstr ""
1169 #: config.c:532
1170 #, c-format
1171 msgid "bad config line %d in command line %s"
1172 msgstr ""
1174 #: config.c:536
1175 #, c-format
1176 msgid "bad config line %d in %s"
1177 msgstr ""
1179 #: config.c:655
1180 msgid "out of range"
1181 msgstr ""
1183 #: config.c:655
1184 msgid "invalid unit"
1185 msgstr ""
1187 #: config.c:661
1188 #, c-format
1189 msgid "bad numeric config value '%s' for '%s': %s"
1190 msgstr ""
1192 #: config.c:666
1193 #, c-format
1194 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1195 msgstr ""
1197 #: config.c:669
1198 #, c-format
1199 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1200 msgstr ""
1202 #: config.c:672
1203 #, c-format
1204 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1205 msgstr ""
1207 #: config.c:675
1208 #, c-format
1209 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1210 msgstr ""
1212 #: config.c:678
1213 #, c-format
1214 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1215 msgstr ""
1217 #: config.c:681
1218 #, c-format
1219 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1220 msgstr ""
1222 #: config.c:768
1223 #, c-format
1224 msgid "failed to expand user dir in: '%s'"
1225 msgstr ""
1227 #: config.c:852 config.c:863
1228 #, c-format
1229 msgid "bad zlib compression level %d"
1230 msgstr ""
1232 #: config.c:978
1233 #, c-format
1234 msgid "invalid mode for object creation: %s"
1235 msgstr ""
1237 #: config.c:1312
1238 msgid "unable to parse command-line config"
1239 msgstr ""
1241 #: config.c:1362
1242 msgid "unknown error occurred while reading the configuration files"
1243 msgstr ""
1245 #: config.c:1716
1246 #, c-format
1247 msgid "unable to parse '%s' from command-line config"
1248 msgstr ""
1250 #: config.c:1718
1251 #, c-format
1252 msgid "bad config variable '%s' in file '%s' at line %d"
1253 msgstr ""
1255 #: config.c:1777
1256 #, c-format
1257 msgid "%s has multiple values"
1258 msgstr ""
1260 #: config.c:2311
1261 #, c-format
1262 msgid "could not set '%s' to '%s'"
1263 msgstr ""
1265 #: config.c:2313
1266 #, c-format
1267 msgid "could not unset '%s'"
1268 msgstr ""
1270 #: connect.c:49
1271 msgid "The remote end hung up upon initial contact"
1272 msgstr ""
1274 #: connect.c:51
1275 msgid ""
1276 "Could not read from remote repository.\n"
1277 "\n"
1278 "Please make sure you have the correct access rights\n"
1279 "and the repository exists."
1280 msgstr ""
1282 #: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1283 msgid "Checking connectivity"
1284 msgstr ""
1286 #: connected.c:75
1287 msgid "Could not run 'git rev-list'"
1288 msgstr ""
1290 #: connected.c:95
1291 msgid "failed write to rev-list"
1292 msgstr ""
1294 #: connected.c:102
1295 msgid "failed to close rev-list's stdin"
1296 msgstr ""
1298 #: convert.c:201
1299 #, c-format
1300 msgid ""
1301 "CRLF will be replaced by LF in %s.\n"
1302 "The file will have its original line endings in your working directory."
1303 msgstr ""
1305 #: convert.c:205
1306 #, c-format
1307 msgid "CRLF would be replaced by LF in %s."
1308 msgstr ""
1310 #: convert.c:211
1311 #, c-format
1312 msgid ""
1313 "LF will be replaced by CRLF in %s.\n"
1314 "The file will have its original line endings in your working directory."
1315 msgstr ""
1317 #: convert.c:215
1318 #, c-format
1319 msgid "LF would be replaced by CRLF in %s"
1320 msgstr ""
1322 #: date.c:97
1323 msgid "in the future"
1324 msgstr ""
1326 #: date.c:103
1327 #, c-format
1328 msgid "%lu second ago"
1329 msgid_plural "%lu seconds ago"
1330 msgstr[0] ""
1331 msgstr[1] ""
1333 #: date.c:110
1334 #, c-format
1335 msgid "%lu minute ago"
1336 msgid_plural "%lu minutes ago"
1337 msgstr[0] ""
1338 msgstr[1] ""
1340 #: date.c:117
1341 #, c-format
1342 msgid "%lu hour ago"
1343 msgid_plural "%lu hours ago"
1344 msgstr[0] ""
1345 msgstr[1] ""
1347 #: date.c:124
1348 #, c-format
1349 msgid "%lu day ago"
1350 msgid_plural "%lu days ago"
1351 msgstr[0] ""
1352 msgstr[1] ""
1354 #: date.c:130
1355 #, c-format
1356 msgid "%lu week ago"
1357 msgid_plural "%lu weeks ago"
1358 msgstr[0] ""
1359 msgstr[1] ""
1361 #: date.c:137
1362 #, c-format
1363 msgid "%lu month ago"
1364 msgid_plural "%lu months ago"
1365 msgstr[0] ""
1366 msgstr[1] ""
1368 #: date.c:148
1369 #, c-format
1370 msgid "%lu year"
1371 msgid_plural "%lu years"
1372 msgstr[0] ""
1373 msgstr[1] ""
1375 #. TRANSLATORS: "%s" is "<n> years"
1376 #: date.c:151
1377 #, c-format
1378 msgid "%s, %lu month ago"
1379 msgid_plural "%s, %lu months ago"
1380 msgstr[0] ""
1381 msgstr[1] ""
1383 #: date.c:156 date.c:161
1384 #, c-format
1385 msgid "%lu year ago"
1386 msgid_plural "%lu years ago"
1387 msgstr[0] ""
1388 msgstr[1] ""
1390 #: diffcore-order.c:24
1391 #, c-format
1392 msgid "failed to read orderfile '%s'"
1393 msgstr ""
1395 #: diffcore-rename.c:536
1396 msgid "Performing inexact rename detection"
1397 msgstr ""
1399 #: diff.c:62
1400 #, c-format
1401 msgid "option '%s' requires a value"
1402 msgstr ""
1404 #: diff.c:124
1405 #, c-format
1406 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1407 msgstr ""
1409 #: diff.c:129
1410 #, c-format
1411 msgid "  Unknown dirstat parameter '%s'\n"
1412 msgstr ""
1414 #: diff.c:283
1415 #, c-format
1416 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1417 msgstr ""
1419 #: diff.c:346
1420 #, c-format
1421 msgid ""
1422 "Found errors in 'diff.dirstat' config variable:\n"
1423 "%s"
1424 msgstr ""
1426 #: diff.c:3087
1427 #, c-format
1428 msgid "external diff died, stopping at %s"
1429 msgstr ""
1431 #: diff.c:3412
1432 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1433 msgstr ""
1435 #: diff.c:3502
1436 msgid "--follow requires exactly one pathspec"
1437 msgstr ""
1439 #: diff.c:3665
1440 #, c-format
1441 msgid ""
1442 "Failed to parse --dirstat/-X option parameter:\n"
1443 "%s"
1444 msgstr ""
1446 #: diff.c:3679
1447 #, c-format
1448 msgid "Failed to parse --submodule option parameter: '%s'"
1449 msgstr ""
1451 #: diff.c:4700
1452 msgid "inexact rename detection was skipped due to too many files."
1453 msgstr ""
1455 #: diff.c:4703
1456 msgid "only found copies from modified paths due to too many files."
1457 msgstr ""
1459 #: diff.c:4706
1460 #, c-format
1461 msgid ""
1462 "you may want to set your %s variable to at least %d and retry the command."
1463 msgstr ""
1465 #: dir.c:1866
1466 msgid "failed to get kernel name and information"
1467 msgstr ""
1469 #: dir.c:1985
1470 msgid "Untracked cache is disabled on this system or location."
1471 msgstr ""
1473 #: fetch-pack.c:213
1474 msgid "git fetch-pack: expected shallow list"
1475 msgstr ""
1477 #: fetch-pack.c:225
1478 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1479 msgstr ""
1481 #: fetch-pack.c:243
1482 #, c-format
1483 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1484 msgstr ""
1486 #: fetch-pack.c:295
1487 msgid "--stateless-rpc requires multi_ack_detailed"
1488 msgstr ""
1490 #: fetch-pack.c:381
1491 #, c-format
1492 msgid "invalid shallow line: %s"
1493 msgstr ""
1495 #: fetch-pack.c:387
1496 #, c-format
1497 msgid "invalid unshallow line: %s"
1498 msgstr ""
1500 #: fetch-pack.c:389
1501 #, c-format
1502 msgid "object not found: %s"
1503 msgstr ""
1505 #: fetch-pack.c:392
1506 #, c-format
1507 msgid "error in object: %s"
1508 msgstr ""
1510 #: fetch-pack.c:394
1511 #, c-format
1512 msgid "no shallow found: %s"
1513 msgstr ""
1515 #: fetch-pack.c:397
1516 #, c-format
1517 msgid "expected shallow/unshallow, got %s"
1518 msgstr ""
1520 #: fetch-pack.c:436
1521 #, c-format
1522 msgid "got %s %d %s"
1523 msgstr ""
1525 #: fetch-pack.c:450
1526 #, c-format
1527 msgid "invalid commit %s"
1528 msgstr ""
1530 #: fetch-pack.c:483
1531 msgid "giving up"
1532 msgstr ""
1534 #: fetch-pack.c:493 progress.c:235
1535 msgid "done"
1536 msgstr ""
1538 #: fetch-pack.c:505
1539 #, c-format
1540 msgid "got %s (%d) %s"
1541 msgstr ""
1543 #: fetch-pack.c:551
1544 #, c-format
1545 msgid "Marking %s as complete"
1546 msgstr ""
1548 #: fetch-pack.c:697
1549 #, c-format
1550 msgid "already have %s (%s)"
1551 msgstr ""
1553 #: fetch-pack.c:735
1554 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1555 msgstr ""
1557 #: fetch-pack.c:743
1558 msgid "protocol error: bad pack header"
1559 msgstr ""
1561 #: fetch-pack.c:799
1562 #, c-format
1563 msgid "fetch-pack: unable to fork off %s"
1564 msgstr ""
1566 #: fetch-pack.c:815
1567 #, c-format
1568 msgid "%s failed"
1569 msgstr ""
1571 #: fetch-pack.c:817
1572 msgid "error in sideband demultiplexer"
1573 msgstr ""
1575 #: fetch-pack.c:844
1576 msgid "Server does not support shallow clients"
1577 msgstr ""
1579 #: fetch-pack.c:848
1580 msgid "Server supports multi_ack_detailed"
1581 msgstr ""
1583 #: fetch-pack.c:851
1584 msgid "Server supports no-done"
1585 msgstr ""
1587 #: fetch-pack.c:857
1588 msgid "Server supports multi_ack"
1589 msgstr ""
1591 #: fetch-pack.c:861
1592 msgid "Server supports side-band-64k"
1593 msgstr ""
1595 #: fetch-pack.c:865
1596 msgid "Server supports side-band"
1597 msgstr ""
1599 #: fetch-pack.c:869
1600 msgid "Server supports allow-tip-sha1-in-want"
1601 msgstr ""
1603 #: fetch-pack.c:873
1604 msgid "Server supports allow-reachable-sha1-in-want"
1605 msgstr ""
1607 #: fetch-pack.c:883
1608 msgid "Server supports ofs-delta"
1609 msgstr ""
1611 #: fetch-pack.c:890
1612 #, c-format
1613 msgid "Server version is %.*s"
1614 msgstr ""
1616 #: fetch-pack.c:896
1617 msgid "Server does not support --shallow-since"
1618 msgstr ""
1620 #: fetch-pack.c:900
1621 msgid "Server does not support --shallow-exclude"
1622 msgstr ""
1624 #: fetch-pack.c:902
1625 msgid "Server does not support --deepen"
1626 msgstr ""
1628 #: fetch-pack.c:913
1629 msgid "no common commits"
1630 msgstr ""
1632 #: fetch-pack.c:925
1633 msgid "git fetch-pack: fetch failed."
1634 msgstr ""
1636 #: fetch-pack.c:1087
1637 msgid "no matching remote head"
1638 msgstr ""
1640 #: gpg-interface.c:185
1641 msgid "gpg failed to sign the data"
1642 msgstr ""
1644 #: gpg-interface.c:215
1645 msgid "could not create temporary file"
1646 msgstr ""
1648 #: gpg-interface.c:217
1649 #, c-format
1650 msgid "failed writing detached signature to '%s'"
1651 msgstr ""
1653 #: grep.c:1782
1654 #, c-format
1655 msgid "'%s': unable to read %s"
1656 msgstr ""
1658 #: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1659 #, c-format
1660 msgid "failed to stat '%s'"
1661 msgstr ""
1663 #: grep.c:1810
1664 #, c-format
1665 msgid "'%s': short read"
1666 msgstr ""
1668 #: help.c:203
1669 #, c-format
1670 msgid "available git commands in '%s'"
1671 msgstr ""
1673 #: help.c:210
1674 msgid "git commands available from elsewhere on your $PATH"
1675 msgstr ""
1677 #: help.c:241
1678 msgid "These are common Git commands used in various situations:"
1679 msgstr ""
1681 #: help.c:306
1682 #, c-format
1683 msgid ""
1684 "'%s' appears to be a git command, but we were not\n"
1685 "able to execute it. Maybe git-%s is broken?"
1686 msgstr ""
1688 #: help.c:361
1689 msgid "Uh oh. Your system reports no Git commands at all."
1690 msgstr ""
1692 #: help.c:383
1693 #, c-format
1694 msgid ""
1695 "WARNING: You called a Git command named '%s', which does not exist.\n"
1696 "Continuing under the assumption that you meant '%s'"
1697 msgstr ""
1699 #: help.c:388
1700 #, c-format
1701 msgid "in %0.1f seconds automatically..."
1702 msgstr ""
1704 #: help.c:395
1705 #, c-format
1706 msgid "git: '%s' is not a git command. See 'git --help'."
1707 msgstr ""
1709 #: help.c:399 help.c:465
1710 msgid ""
1711 "\n"
1712 "Did you mean this?"
1713 msgid_plural ""
1714 "\n"
1715 "Did you mean one of these?"
1716 msgstr[0] ""
1717 msgstr[1] ""
1719 #: help.c:461
1720 #, c-format
1721 msgid "%s: %s - %s"
1722 msgstr ""
1724 #: ident.c:334
1725 msgid ""
1726 "\n"
1727 "*** Please tell me who you are.\n"
1728 "\n"
1729 "Run\n"
1730 "\n"
1731 "  git config --global user.email \"you@example.com\"\n"
1732 "  git config --global user.name \"Your Name\"\n"
1733 "\n"
1734 "to set your account's default identity.\n"
1735 "Omit --global to set the identity only in this repository.\n"
1736 "\n"
1737 msgstr ""
1739 #: lockfile.c:152
1740 #, c-format
1741 msgid ""
1742 "Unable to create '%s.lock': %s.\n"
1743 "\n"
1744 "Another git process seems to be running in this repository, e.g.\n"
1745 "an editor opened by 'git commit'. Please make sure all processes\n"
1746 "are terminated then try again. If it still fails, a git process\n"
1747 "may have crashed in this repository earlier:\n"
1748 "remove the file manually to continue."
1749 msgstr ""
1751 #: lockfile.c:160
1752 #, c-format
1753 msgid "Unable to create '%s.lock': %s"
1754 msgstr ""
1756 #: merge.c:41
1757 msgid "failed to read the cache"
1758 msgstr ""
1760 #: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1761 #: builtin/checkout.c:588 builtin/clone.c:731
1762 msgid "unable to write new index file"
1763 msgstr ""
1765 #: merge-recursive.c:209
1766 msgid "(bad commit)\n"
1767 msgstr ""
1769 #: merge-recursive.c:231
1770 #, c-format
1771 msgid "addinfo_cache failed for path '%s'"
1772 msgstr ""
1774 #: merge-recursive.c:301
1775 msgid "error building trees"
1776 msgstr ""
1778 #: merge-recursive.c:720
1779 #, c-format
1780 msgid "failed to create path '%s'%s"
1781 msgstr ""
1783 #: merge-recursive.c:731
1784 #, c-format
1785 msgid "Removing %s to make room for subdirectory\n"
1786 msgstr ""
1788 #: merge-recursive.c:745 merge-recursive.c:764
1789 msgid ": perhaps a D/F conflict?"
1790 msgstr ""
1792 #: merge-recursive.c:754
1793 #, c-format
1794 msgid "refusing to lose untracked file at '%s'"
1795 msgstr ""
1797 #: merge-recursive.c:796 builtin/cat-file.c:34
1798 #, c-format
1799 msgid "cannot read object %s '%s'"
1800 msgstr ""
1802 #: merge-recursive.c:798
1803 #, c-format
1804 msgid "blob expected for %s '%s'"
1805 msgstr ""
1807 #: merge-recursive.c:822
1808 #, c-format
1809 msgid "failed to open '%s': %s"
1810 msgstr ""
1812 #: merge-recursive.c:833
1813 #, c-format
1814 msgid "failed to symlink '%s': %s"
1815 msgstr ""
1817 #: merge-recursive.c:838
1818 #, c-format
1819 msgid "do not know what to do with %06o %s '%s'"
1820 msgstr ""
1822 #: merge-recursive.c:978
1823 msgid "Failed to execute internal merge"
1824 msgstr ""
1826 #: merge-recursive.c:982
1827 #, c-format
1828 msgid "Unable to add %s to database"
1829 msgstr ""
1831 #: merge-recursive.c:1081 merge-recursive.c:1095
1832 #, c-format
1833 msgid ""
1834 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1835 "in tree."
1836 msgstr ""
1838 #: merge-recursive.c:1087 merge-recursive.c:1100
1839 #, c-format
1840 msgid ""
1841 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1842 "in tree at %s."
1843 msgstr ""
1845 #: merge-recursive.c:1143
1846 msgid "rename"
1847 msgstr ""
1849 #: merge-recursive.c:1143
1850 msgid "renamed"
1851 msgstr ""
1853 #: merge-recursive.c:1200
1854 #, c-format
1855 msgid "%s is a directory in %s adding as %s instead"
1856 msgstr ""
1858 #: merge-recursive.c:1225
1859 #, c-format
1860 msgid ""
1861 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1862 "\"->\"%s\" in \"%s\"%s"
1863 msgstr ""
1865 #: merge-recursive.c:1230
1866 msgid " (left unresolved)"
1867 msgstr ""
1869 #: merge-recursive.c:1292
1870 #, c-format
1871 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1872 msgstr ""
1874 #: merge-recursive.c:1325
1875 #, c-format
1876 msgid "Renaming %s to %s and %s to %s instead"
1877 msgstr ""
1879 #: merge-recursive.c:1531
1880 #, c-format
1881 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1882 msgstr ""
1884 #: merge-recursive.c:1546
1885 #, c-format
1886 msgid "Adding merged %s"
1887 msgstr ""
1889 #: merge-recursive.c:1553 merge-recursive.c:1766
1890 #, c-format
1891 msgid "Adding as %s instead"
1892 msgstr ""
1894 #: merge-recursive.c:1610
1895 #, c-format
1896 msgid "cannot read object %s"
1897 msgstr ""
1899 #: merge-recursive.c:1613
1900 #, c-format
1901 msgid "object %s is not a blob"
1902 msgstr ""
1904 #: merge-recursive.c:1666
1905 msgid "modify"
1906 msgstr ""
1908 #: merge-recursive.c:1666
1909 msgid "modified"
1910 msgstr ""
1912 #: merge-recursive.c:1676
1913 msgid "content"
1914 msgstr ""
1916 #: merge-recursive.c:1683
1917 msgid "add/add"
1918 msgstr ""
1920 #: merge-recursive.c:1718
1921 #, c-format
1922 msgid "Skipped %s (merged same as existing)"
1923 msgstr ""
1925 #: merge-recursive.c:1732
1926 #, c-format
1927 msgid "Auto-merging %s"
1928 msgstr ""
1930 #: merge-recursive.c:1736 git-submodule.sh:924
1931 msgid "submodule"
1932 msgstr ""
1934 #: merge-recursive.c:1737
1935 #, c-format
1936 msgid "CONFLICT (%s): Merge conflict in %s"
1937 msgstr ""
1939 #: merge-recursive.c:1831
1940 #, c-format
1941 msgid "Removing %s"
1942 msgstr ""
1944 #: merge-recursive.c:1857
1945 msgid "file/directory"
1946 msgstr ""
1948 #: merge-recursive.c:1863
1949 msgid "directory/file"
1950 msgstr ""
1952 #: merge-recursive.c:1868
1953 #, c-format
1954 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1955 msgstr ""
1957 #: merge-recursive.c:1877
1958 #, c-format
1959 msgid "Adding %s"
1960 msgstr ""
1962 #: merge-recursive.c:1914
1963 msgid "Already up-to-date!"
1964 msgstr ""
1966 #: merge-recursive.c:1923
1967 #, c-format
1968 msgid "merging of trees %s and %s failed"
1969 msgstr ""
1971 #: merge-recursive.c:2006
1972 msgid "Merging:"
1973 msgstr ""
1975 #: merge-recursive.c:2019
1976 #, c-format
1977 msgid "found %u common ancestor:"
1978 msgid_plural "found %u common ancestors:"
1979 msgstr[0] ""
1980 msgstr[1] ""
1982 #: merge-recursive.c:2058
1983 msgid "merge returned no commit"
1984 msgstr ""
1986 #: merge-recursive.c:2121
1987 #, c-format
1988 msgid "Could not parse object '%s'"
1989 msgstr ""
1991 #: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1992 msgid "Unable to write index."
1993 msgstr ""
1995 #: notes-merge.c:273
1996 #, c-format
1997 msgid ""
1998 "You have not concluded your previous notes merge (%s exists).\n"
1999 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2000 "commit/abort the previous merge before you start a new notes merge."
2001 msgstr ""
2003 #: notes-merge.c:280
2004 #, c-format
2005 msgid "You have not concluded your notes merge (%s exists)."
2006 msgstr ""
2008 #: notes-utils.c:41
2009 msgid "Cannot commit uninitialized/unreferenced notes tree"
2010 msgstr ""
2012 #: notes-utils.c:100
2013 #, c-format
2014 msgid "Bad notes.rewriteMode value: '%s'"
2015 msgstr ""
2017 #: notes-utils.c:110
2018 #, c-format
2019 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2020 msgstr ""
2022 #. TRANSLATORS: The first %s is the name of the
2023 #. environment variable, the second %s is its value
2024 #: notes-utils.c:137
2025 #, c-format
2026 msgid "Bad %s value: '%s'"
2027 msgstr ""
2029 #: object.c:242
2030 #, c-format
2031 msgid "unable to parse object: %s"
2032 msgstr ""
2034 #: parse-options.c:572
2035 msgid "..."
2036 msgstr ""
2038 #: parse-options.c:590
2039 #, c-format
2040 msgid "usage: %s"
2041 msgstr ""
2043 #. TRANSLATORS: the colon here should align with the
2044 #. one in "usage: %s" translation
2045 #: parse-options.c:594
2046 #, c-format
2047 msgid "   or: %s"
2048 msgstr ""
2050 #: parse-options.c:597
2051 #, c-format
2052 msgid "    %s"
2053 msgstr ""
2055 #: parse-options.c:631
2056 msgid "-NUM"
2057 msgstr ""
2059 #: parse-options-cb.c:108
2060 #, c-format
2061 msgid "malformed object name '%s'"
2062 msgstr ""
2064 #: path.c:826
2065 #, c-format
2066 msgid "Could not make %s writable by group"
2067 msgstr ""
2069 #: pathspec.c:133
2070 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2071 msgstr ""
2073 #: pathspec.c:143
2074 msgid ""
2075 "global 'literal' pathspec setting is incompatible with all other global "
2076 "pathspec settings"
2077 msgstr ""
2079 #: pathspec.c:177
2080 msgid "invalid parameter for pathspec magic 'prefix'"
2081 msgstr ""
2083 #: pathspec.c:183
2084 #, c-format
2085 msgid "Invalid pathspec magic '%.*s' in '%s'"
2086 msgstr ""
2088 #: pathspec.c:187
2089 #, c-format
2090 msgid "Missing ')' at the end of pathspec magic in '%s'"
2091 msgstr ""
2093 #: pathspec.c:205
2094 #, c-format
2095 msgid "Unimplemented pathspec magic '%c' in '%s'"
2096 msgstr ""
2098 #: pathspec.c:230
2099 #, c-format
2100 msgid "%s: 'literal' and 'glob' are incompatible"
2101 msgstr ""
2103 #: pathspec.c:241
2104 #, c-format
2105 msgid "%s: '%s' is outside repository"
2106 msgstr ""
2108 #: pathspec.c:291
2109 #, c-format
2110 msgid "Pathspec '%s' is in submodule '%.*s'"
2111 msgstr ""
2113 #: pathspec.c:353
2114 #, c-format
2115 msgid "%s: pathspec magic not supported by this command: %s"
2116 msgstr ""
2118 #: pathspec.c:408
2119 msgid ""
2120 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2121 "use . instead if you meant to match all paths"
2122 msgstr ""
2124 #: pathspec.c:440
2125 #, c-format
2126 msgid "pathspec '%s' is beyond a symbolic link"
2127 msgstr ""
2129 #: pathspec.c:449
2130 msgid ""
2131 "There is nothing to exclude from by :(exclude) patterns.\n"
2132 "Perhaps you forgot to add either ':/' or '.' ?"
2133 msgstr ""
2135 #: pretty.c:971
2136 msgid "unable to parse --pretty format"
2137 msgstr ""
2139 #: read-cache.c:1315
2140 #, c-format
2141 msgid ""
2142 "index.version set, but the value is invalid.\n"
2143 "Using version %i"
2144 msgstr ""
2146 #: read-cache.c:1325
2147 #, c-format
2148 msgid ""
2149 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2150 "Using version %i"
2151 msgstr ""
2153 #: refs.c:576 builtin/merge.c:840
2154 #, c-format
2155 msgid "Could not open '%s' for writing"
2156 msgstr ""
2158 #: refs/files-backend.c:2481
2159 #, c-format
2160 msgid "could not delete reference %s: %s"
2161 msgstr ""
2163 #: refs/files-backend.c:2484
2164 #, c-format
2165 msgid "could not delete references: %s"
2166 msgstr ""
2168 #: refs/files-backend.c:2493
2169 #, c-format
2170 msgid "could not remove reference %s"
2171 msgstr ""
2173 #: ref-filter.c:55
2174 #, c-format
2175 msgid "expected format: %%(color:<color>)"
2176 msgstr ""
2178 #: ref-filter.c:57
2179 #, c-format
2180 msgid "unrecognized color: %%(color:%s)"
2181 msgstr ""
2183 #: ref-filter.c:71
2184 #, c-format
2185 msgid "unrecognized format: %%(%s)"
2186 msgstr ""
2188 #: ref-filter.c:77
2189 #, c-format
2190 msgid "%%(body) does not take arguments"
2191 msgstr ""
2193 #: ref-filter.c:84
2194 #, c-format
2195 msgid "%%(subject) does not take arguments"
2196 msgstr ""
2198 #: ref-filter.c:101
2199 #, c-format
2200 msgid "positive value expected contents:lines=%s"
2201 msgstr ""
2203 #: ref-filter.c:103
2204 #, c-format
2205 msgid "unrecognized %%(contents) argument: %s"
2206 msgstr ""
2208 #: ref-filter.c:113
2209 #, c-format
2210 msgid "unrecognized %%(objectname) argument: %s"
2211 msgstr ""
2213 #: ref-filter.c:135
2214 #, c-format
2215 msgid "expected format: %%(align:<width>,<position>)"
2216 msgstr ""
2218 #: ref-filter.c:147
2219 #, c-format
2220 msgid "unrecognized position:%s"
2221 msgstr ""
2223 #: ref-filter.c:151
2224 #, c-format
2225 msgid "unrecognized width:%s"
2226 msgstr ""
2228 #: ref-filter.c:157
2229 #, c-format
2230 msgid "unrecognized %%(align) argument: %s"
2231 msgstr ""
2233 #: ref-filter.c:161
2234 #, c-format
2235 msgid "positive width expected with the %%(align) atom"
2236 msgstr ""
2238 #: ref-filter.c:244
2239 #, c-format
2240 msgid "malformed field name: %.*s"
2241 msgstr ""
2243 #: ref-filter.c:270
2244 #, c-format
2245 msgid "unknown field name: %.*s"
2246 msgstr ""
2248 #: ref-filter.c:372
2249 #, c-format
2250 msgid "format: %%(end) atom used without corresponding atom"
2251 msgstr ""
2253 #: ref-filter.c:424
2254 #, c-format
2255 msgid "malformed format string %s"
2256 msgstr ""
2258 #: ref-filter.c:878
2259 msgid ":strip= requires a positive integer argument"
2260 msgstr ""
2262 #: ref-filter.c:883
2263 #, c-format
2264 msgid "ref '%s' does not have %ld components to :strip"
2265 msgstr ""
2267 #: ref-filter.c:1046
2268 #, c-format
2269 msgid "unknown %.*s format %s"
2270 msgstr ""
2272 #: ref-filter.c:1066 ref-filter.c:1097
2273 #, c-format
2274 msgid "missing object %s for %s"
2275 msgstr ""
2277 #: ref-filter.c:1069 ref-filter.c:1100
2278 #, c-format
2279 msgid "parse_object_buffer failed on %s for %s"
2280 msgstr ""
2282 #: ref-filter.c:1311
2283 #, c-format
2284 msgid "malformed object at '%s'"
2285 msgstr ""
2287 #: ref-filter.c:1373
2288 #, c-format
2289 msgid "ignoring ref with broken name %s"
2290 msgstr ""
2292 #: ref-filter.c:1378
2293 #, c-format
2294 msgid "ignoring broken ref %s"
2295 msgstr ""
2297 #: ref-filter.c:1633
2298 #, c-format
2299 msgid "format: %%(end) atom missing"
2300 msgstr ""
2302 #: ref-filter.c:1687
2303 #, c-format
2304 msgid "malformed object name %s"
2305 msgstr ""
2307 #: remote.c:746
2308 #, c-format
2309 msgid "Cannot fetch both %s and %s to %s"
2310 msgstr ""
2312 #: remote.c:750
2313 #, c-format
2314 msgid "%s usually tracks %s, not %s"
2315 msgstr ""
2317 #: remote.c:754
2318 #, c-format
2319 msgid "%s tracks both %s and %s"
2320 msgstr ""
2322 #: remote.c:762
2323 msgid "Internal error"
2324 msgstr ""
2326 #: remote.c:1677 remote.c:1720
2327 msgid "HEAD does not point to a branch"
2328 msgstr ""
2330 #: remote.c:1686
2331 #, c-format
2332 msgid "no such branch: '%s'"
2333 msgstr ""
2335 #: remote.c:1689
2336 #, c-format
2337 msgid "no upstream configured for branch '%s'"
2338 msgstr ""
2340 #: remote.c:1695
2341 #, c-format
2342 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2343 msgstr ""
2345 #: remote.c:1710
2346 #, c-format
2347 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2348 msgstr ""
2350 #: remote.c:1725
2351 #, c-format
2352 msgid "branch '%s' has no remote for pushing"
2353 msgstr ""
2355 #: remote.c:1736
2356 #, c-format
2357 msgid "push refspecs for '%s' do not include '%s'"
2358 msgstr ""
2360 #: remote.c:1749
2361 msgid "push has no destination (push.default is 'nothing')"
2362 msgstr ""
2364 #: remote.c:1771
2365 msgid "cannot resolve 'simple' push to a single destination"
2366 msgstr ""
2368 #: remote.c:2073
2369 #, c-format
2370 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2371 msgstr ""
2373 #: remote.c:2077
2374 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2375 msgstr ""
2377 #: remote.c:2080
2378 #, c-format
2379 msgid "Your branch is up-to-date with '%s'.\n"
2380 msgstr ""
2382 #: remote.c:2084
2383 #, c-format
2384 msgid "Your branch is ahead of '%s' by %d commit.\n"
2385 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2386 msgstr[0] ""
2387 msgstr[1] ""
2389 #: remote.c:2090
2390 msgid "  (use \"git push\" to publish your local commits)\n"
2391 msgstr ""
2393 #: remote.c:2093
2394 #, c-format
2395 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2396 msgid_plural ""
2397 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2398 msgstr[0] ""
2399 msgstr[1] ""
2401 #: remote.c:2101
2402 msgid "  (use \"git pull\" to update your local branch)\n"
2403 msgstr ""
2405 #: remote.c:2104
2406 #, c-format
2407 msgid ""
2408 "Your branch and '%s' have diverged,\n"
2409 "and have %d and %d different commit each, respectively.\n"
2410 msgid_plural ""
2411 "Your branch and '%s' have diverged,\n"
2412 "and have %d and %d different commits each, respectively.\n"
2413 msgstr[0] ""
2414 msgstr[1] ""
2416 #: remote.c:2114
2417 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2418 msgstr ""
2420 #: revision.c:2158
2421 msgid "your current branch appears to be broken"
2422 msgstr ""
2424 #: revision.c:2161
2425 #, c-format
2426 msgid "your current branch '%s' does not have any commits yet"
2427 msgstr ""
2429 #: revision.c:2355
2430 msgid "--first-parent is incompatible with --bisect"
2431 msgstr ""
2433 #: run-command.c:106
2434 msgid "open /dev/null failed"
2435 msgstr ""
2437 #: run-command.c:108
2438 #, c-format
2439 msgid "dup2(%d,%d) failed"
2440 msgstr ""
2442 #: send-pack.c:297
2443 msgid "failed to sign the push certificate"
2444 msgstr ""
2446 #: send-pack.c:410
2447 msgid "the receiving end does not support --signed push"
2448 msgstr ""
2450 #: send-pack.c:412
2451 msgid ""
2452 "not sending a push certificate since the receiving end does not support --"
2453 "signed push"
2454 msgstr ""
2456 #: send-pack.c:424
2457 msgid "the receiving end does not support --atomic push"
2458 msgstr ""
2460 #: send-pack.c:429
2461 msgid "the receiving end does not support push options"
2462 msgstr ""
2464 #: sequencer.c:171
2465 msgid "revert"
2466 msgstr ""
2468 #: sequencer.c:171
2469 msgid "cherry-pick"
2470 msgstr ""
2472 #: sequencer.c:228
2473 msgid ""
2474 "after resolving the conflicts, mark the corrected paths\n"
2475 "with 'git add <paths>' or 'git rm <paths>'"
2476 msgstr ""
2478 #: sequencer.c:231
2479 msgid ""
2480 "after resolving the conflicts, mark the corrected paths\n"
2481 "with 'git add <paths>' or 'git rm <paths>'\n"
2482 "and commit the result with 'git commit'"
2483 msgstr ""
2485 #: sequencer.c:244 sequencer.c:1209
2486 #, c-format
2487 msgid "could not lock '%s'"
2488 msgstr ""
2490 #: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2491 #, c-format
2492 msgid "could not write to '%s'"
2493 msgstr ""
2495 #: sequencer.c:251
2496 #, c-format
2497 msgid "could not write eol to '%s'"
2498 msgstr ""
2500 #: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2501 #, c-format
2502 msgid "failed to finalize '%s'."
2503 msgstr ""
2505 #: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2506 #, c-format
2507 msgid "could not read '%s'"
2508 msgstr ""
2510 #: sequencer.c:305
2511 #, c-format
2512 msgid "your local changes would be overwritten by %s."
2513 msgstr ""
2515 #: sequencer.c:309
2516 msgid "commit your changes or stash them to proceed."
2517 msgstr ""
2519 #: sequencer.c:324
2520 #, c-format
2521 msgid "%s: fast-forward"
2522 msgstr ""
2524 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
2525 #: sequencer.c:399
2526 #, c-format
2527 msgid "%s: Unable to write new index file"
2528 msgstr ""
2530 #: sequencer.c:418
2531 msgid "could not resolve HEAD commit\n"
2532 msgstr ""
2534 #: sequencer.c:438
2535 msgid "unable to update cache tree\n"
2536 msgstr ""
2538 #: sequencer.c:483
2539 #, c-format
2540 msgid ""
2541 "you have staged changes in your working tree\n"
2542 "If these changes are meant to be squashed into the previous commit, run:\n"
2543 "\n"
2544 "  git commit --amend %s\n"
2545 "\n"
2546 "If they are meant to go into a new commit, run:\n"
2547 "\n"
2548 "  git commit %s\n"
2549 "\n"
2550 "In both cases, once you're done, continue with:\n"
2551 "\n"
2552 "  git rebase --continue\n"
2553 msgstr ""
2555 #: sequencer.c:567
2556 #, c-format
2557 msgid "could not parse commit %s\n"
2558 msgstr ""
2560 #: sequencer.c:572
2561 #, c-format
2562 msgid "could not parse parent commit %s\n"
2563 msgstr ""
2565 #: sequencer.c:656
2566 msgid "your index file is unmerged."
2567 msgstr ""
2569 #: sequencer.c:675
2570 #, c-format
2571 msgid "commit %s is a merge but no -m option was given."
2572 msgstr ""
2574 #: sequencer.c:683
2575 #, c-format
2576 msgid "commit %s does not have parent %d"
2577 msgstr ""
2579 #: sequencer.c:687
2580 #, c-format
2581 msgid "mainline was specified but commit %s is not a merge."
2582 msgstr ""
2584 #. TRANSLATORS: The first %s will be a "todo" command like
2585 #. "revert" or "pick", the second %s a SHA1.
2586 #: sequencer.c:700
2587 #, c-format
2588 msgid "%s: cannot parse parent commit %s"
2589 msgstr ""
2591 #: sequencer.c:705
2592 #, c-format
2593 msgid "cannot get commit message for %s"
2594 msgstr ""
2596 #: sequencer.c:797
2597 #, c-format
2598 msgid "could not revert %s... %s"
2599 msgstr ""
2601 #: sequencer.c:798
2602 #, c-format
2603 msgid "could not apply %s... %s"
2604 msgstr ""
2606 #: sequencer.c:833
2607 msgid "empty commit set passed"
2608 msgstr ""
2610 #: sequencer.c:843
2611 #, c-format
2612 msgid "git %s: failed to read the index"
2613 msgstr ""
2615 #: sequencer.c:850
2616 #, c-format
2617 msgid "git %s: failed to refresh the index"
2618 msgstr ""
2620 #: sequencer.c:944
2621 #, c-format
2622 msgid "invalid line %d: %.*s"
2623 msgstr ""
2625 #: sequencer.c:950
2626 msgid "no commits parsed."
2627 msgstr ""
2629 #: sequencer.c:966
2630 #, c-format
2631 msgid "could not read '%s'."
2632 msgstr ""
2634 #: sequencer.c:972
2635 #, c-format
2636 msgid "unusable instruction sheet: '%s'"
2637 msgstr ""
2639 #: sequencer.c:983
2640 msgid "cannot cherry-pick during a revert."
2641 msgstr ""
2643 #: sequencer.c:985
2644 msgid "cannot revert during a cherry-pick."
2645 msgstr ""
2647 #: sequencer.c:1028
2648 #, c-format
2649 msgid "invalid key: %s"
2650 msgstr ""
2652 #: sequencer.c:1031
2653 #, c-format
2654 msgid "invalid value for %s: %s"
2655 msgstr ""
2657 #: sequencer.c:1063
2658 #, c-format
2659 msgid "malformed options sheet: '%s'"
2660 msgstr ""
2662 #: sequencer.c:1101
2663 msgid "a cherry-pick or revert is already in progress"
2664 msgstr ""
2666 #: sequencer.c:1102
2667 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2668 msgstr ""
2670 #: sequencer.c:1106
2671 #, c-format
2672 msgid "could not create sequencer directory '%s'"
2673 msgstr ""
2675 #: sequencer.c:1120
2676 msgid "could not lock HEAD"
2677 msgstr ""
2679 #: sequencer.c:1151 sequencer.c:1289
2680 msgid "no cherry-pick or revert in progress"
2681 msgstr ""
2683 #: sequencer.c:1153
2684 msgid "cannot resolve HEAD"
2685 msgstr ""
2687 #: sequencer.c:1155 sequencer.c:1189
2688 msgid "cannot abort from a branch yet to be born"
2689 msgstr ""
2691 #: sequencer.c:1175 builtin/grep.c:578
2692 #, c-format
2693 msgid "cannot open '%s'"
2694 msgstr ""
2696 #: sequencer.c:1177
2697 #, c-format
2698 msgid "cannot read '%s': %s"
2699 msgstr ""
2701 #: sequencer.c:1178
2702 msgid "unexpected end of file"
2703 msgstr ""
2705 #: sequencer.c:1184
2706 #, c-format
2707 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2708 msgstr ""
2710 #: sequencer.c:1354
2711 #, c-format
2712 msgid "%s: can't cherry-pick a %s"
2713 msgstr ""
2715 #: sequencer.c:1358
2716 #, c-format
2717 msgid "%s: bad revision"
2718 msgstr ""
2720 #: sequencer.c:1391
2721 msgid "can't revert as initial commit"
2722 msgstr ""
2724 #: setup.c:160
2725 #, c-format
2726 msgid ""
2727 "%s: no such path in the working tree.\n"
2728 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2729 msgstr ""
2731 #: setup.c:173
2732 #, c-format
2733 msgid ""
2734 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2735 "Use '--' to separate paths from revisions, like this:\n"
2736 "'git <command> [<revision>...] -- [<file>...]'"
2737 msgstr ""
2739 #: setup.c:223
2740 #, c-format
2741 msgid ""
2742 "ambiguous argument '%s': both revision and filename\n"
2743 "Use '--' to separate paths from revisions, like this:\n"
2744 "'git <command> [<revision>...] -- [<file>...]'"
2745 msgstr ""
2747 #: setup.c:468
2748 #, c-format
2749 msgid "Expected git repo version <= %d, found %d"
2750 msgstr ""
2752 #: setup.c:476
2753 msgid "unknown repository extensions found:"
2754 msgstr ""
2756 #: setup.c:762
2757 #, c-format
2758 msgid "Not a git repository (or any of the parent directories): %s"
2759 msgstr ""
2761 #: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2762 msgid "Cannot come back to cwd"
2763 msgstr ""
2765 #: setup.c:845
2766 msgid "Unable to read current working directory"
2767 msgstr ""
2769 #: setup.c:920
2770 #, c-format
2771 msgid ""
2772 "Not a git repository (or any parent up to mount point %s)\n"
2773 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2774 msgstr ""
2776 #: setup.c:927
2777 #, c-format
2778 msgid "Cannot change to '%s/..'"
2779 msgstr ""
2781 #: setup.c:989
2782 #, c-format
2783 msgid ""
2784 "Problem with core.sharedRepository filemode value (0%.3o).\n"
2785 "The owner of files must always have read and write permissions."
2786 msgstr ""
2788 #: sha1_file.c:473
2789 #, c-format
2790 msgid "path '%s' does not exist"
2791 msgstr ""
2793 #: sha1_file.c:499
2794 #, c-format
2795 msgid "reference repository '%s' as a linked checkout is not supported yet."
2796 msgstr ""
2798 #: sha1_file.c:505
2799 #, c-format
2800 msgid "reference repository '%s' is not a local repository."
2801 msgstr ""
2803 #: sha1_file.c:511
2804 #, c-format
2805 msgid "reference repository '%s' is shallow"
2806 msgstr ""
2808 #: sha1_file.c:519
2809 #, c-format
2810 msgid "reference repository '%s' is grafted"
2811 msgstr ""
2813 #: sha1_file.c:1159
2814 msgid "offset before end of packfile (broken .idx?)"
2815 msgstr ""
2817 #: sha1_file.c:2592
2818 #, c-format
2819 msgid "offset before start of pack index for %s (corrupt index?)"
2820 msgstr ""
2822 #: sha1_file.c:2596
2823 #, c-format
2824 msgid "offset beyond end of pack index for %s (truncated index?)"
2825 msgstr ""
2827 #: sha1_name.c:407
2828 #, c-format
2829 msgid "short SHA1 %s is ambiguous"
2830 msgstr ""
2832 #: sha1_name.c:418
2833 msgid "The candidates are:"
2834 msgstr ""
2836 #: sha1_name.c:578
2837 msgid ""
2838 "Git normally never creates a ref that ends with 40 hex characters\n"
2839 "because it will be ignored when you just specify 40-hex. These refs\n"
2840 "may be created by mistake. For example,\n"
2841 "\n"
2842 "  git checkout -b $br $(git rev-parse ...)\n"
2843 "\n"
2844 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
2845 "examine these refs and maybe delete them. Turn this message off by\n"
2846 "running \"git config advice.objectNameWarning false\""
2847 msgstr ""
2849 #: submodule.c:64 submodule.c:98
2850 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
2851 msgstr ""
2853 #: submodule.c:68 submodule.c:102
2854 #, c-format
2855 msgid "Could not find section in .gitmodules where path=%s"
2856 msgstr ""
2858 #: submodule.c:76
2859 #, c-format
2860 msgid "Could not update .gitmodules entry %s"
2861 msgstr ""
2863 #: submodule.c:109
2864 #, c-format
2865 msgid "Could not remove .gitmodules entry for %s"
2866 msgstr ""
2868 #: submodule.c:120
2869 msgid "staging updated .gitmodules failed"
2870 msgstr ""
2872 #: submodule.c:158
2873 msgid "negative values not allowed for submodule.fetchJobs"
2874 msgstr ""
2876 #: submodule-config.c:358
2877 #, c-format
2878 msgid "invalid value for %s"
2879 msgstr ""
2881 #: trailer.c:238
2882 #, c-format
2883 msgid "running trailer command '%s' failed"
2884 msgstr ""
2886 #: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
2887 #: trailer.c:541
2888 #, c-format
2889 msgid "unknown value '%s' for key '%s'"
2890 msgstr ""
2892 #: trailer.c:523 trailer.c:528 builtin/remote.c:289
2893 #, c-format
2894 msgid "more than one %s"
2895 msgstr ""
2897 #: trailer.c:672
2898 #, c-format
2899 msgid "empty trailer token in trailer '%.*s'"
2900 msgstr ""
2902 #: trailer.c:695
2903 #, c-format
2904 msgid "could not read input file '%s'"
2905 msgstr ""
2907 #: trailer.c:698
2908 msgid "could not read from stdin"
2909 msgstr ""
2911 #: trailer.c:929 builtin/am.c:44
2912 #, c-format
2913 msgid "could not stat %s"
2914 msgstr ""
2916 #: trailer.c:931
2917 #, c-format
2918 msgid "file %s is not a regular file"
2919 msgstr ""
2921 #: trailer.c:933
2922 #, c-format
2923 msgid "file %s is not writable by user"
2924 msgstr ""
2926 #: trailer.c:945
2927 msgid "could not open temporary file"
2928 msgstr ""
2930 #: trailer.c:983
2931 #, c-format
2932 msgid "could not rename temporary file to %s"
2933 msgstr ""
2935 #: transport.c:62
2936 #, c-format
2937 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2938 msgstr ""
2940 #: transport.c:151
2941 #, c-format
2942 msgid "transport: invalid depth option '%s'"
2943 msgstr ""
2945 #: transport.c:817
2946 #, c-format
2947 msgid ""
2948 "The following submodule paths contain changes that can\n"
2949 "not be found on any remote:\n"
2950 msgstr ""
2952 #: transport.c:821
2953 #, c-format
2954 msgid ""
2955 "\n"
2956 "Please try\n"
2957 "\n"
2958 "\tgit push --recurse-submodules=on-demand\n"
2959 "\n"
2960 "or cd to the path and use\n"
2961 "\n"
2962 "\tgit push\n"
2963 "\n"
2964 "to push them to a remote.\n"
2965 "\n"
2966 msgstr ""
2968 #: transport.c:829
2969 msgid "Aborting."
2970 msgstr ""
2972 #: transport-helper.c:1075
2973 #, c-format
2974 msgid "Could not read ref %s"
2975 msgstr ""
2977 #: tree-walk.c:31
2978 msgid "too-short tree object"
2979 msgstr ""
2981 #: tree-walk.c:37
2982 msgid "malformed mode in tree entry"
2983 msgstr ""
2985 #: tree-walk.c:41
2986 msgid "empty filename in tree entry"
2987 msgstr ""
2989 #: tree-walk.c:113
2990 msgid "too-short tree file"
2991 msgstr ""
2993 #: unpack-trees.c:64
2994 #, c-format
2995 msgid ""
2996 "Your local changes to the following files would be overwritten by checkout:\n"
2997 "%%sPlease commit your changes or stash them before you switch branches."
2998 msgstr ""
3000 #: unpack-trees.c:66
3001 #, c-format
3002 msgid ""
3003 "Your local changes to the following files would be overwritten by checkout:\n"
3004 "%%s"
3005 msgstr ""
3007 #: unpack-trees.c:69
3008 #, c-format
3009 msgid ""
3010 "Your local changes to the following files would be overwritten by merge:\n"
3011 "%%sPlease commit your changes or stash them before you merge."
3012 msgstr ""
3014 #: unpack-trees.c:71
3015 #, c-format
3016 msgid ""
3017 "Your local changes to the following files would be overwritten by merge:\n"
3018 "%%s"
3019 msgstr ""
3021 #: unpack-trees.c:74
3022 #, c-format
3023 msgid ""
3024 "Your local changes to the following files would be overwritten by %s:\n"
3025 "%%sPlease commit your changes or stash them before you %s."
3026 msgstr ""
3028 #: unpack-trees.c:76
3029 #, c-format
3030 msgid ""
3031 "Your local changes to the following files would be overwritten by %s:\n"
3032 "%%s"
3033 msgstr ""
3035 #: unpack-trees.c:81
3036 #, c-format
3037 msgid ""
3038 "Updating the following directories would lose untracked files in it:\n"
3039 "%s"
3040 msgstr ""
3042 #: unpack-trees.c:85
3043 #, c-format
3044 msgid ""
3045 "The following untracked working tree files would be removed by checkout:\n"
3046 "%%sPlease move or remove them before you switch branches."
3047 msgstr ""
3049 #: unpack-trees.c:87
3050 #, c-format
3051 msgid ""
3052 "The following untracked working tree files would be removed by checkout:\n"
3053 "%%s"
3054 msgstr ""
3056 #: unpack-trees.c:90
3057 #, c-format
3058 msgid ""
3059 "The following untracked working tree files would be removed by merge:\n"
3060 "%%sPlease move or remove them before you merge."
3061 msgstr ""
3063 #: unpack-trees.c:92
3064 #, c-format
3065 msgid ""
3066 "The following untracked working tree files would be removed by merge:\n"
3067 "%%s"
3068 msgstr ""
3070 #: unpack-trees.c:95
3071 #, c-format
3072 msgid ""
3073 "The following untracked working tree files would be removed by %s:\n"
3074 "%%sPlease move or remove them before you %s."
3075 msgstr ""
3077 #: unpack-trees.c:97
3078 #, c-format
3079 msgid ""
3080 "The following untracked working tree files would be removed by %s:\n"
3081 "%%s"
3082 msgstr ""
3084 #: unpack-trees.c:102
3085 #, c-format
3086 msgid ""
3087 "The following untracked working tree files would be overwritten by "
3088 "checkout:\n"
3089 "%%sPlease move or remove them before you switch branches."
3090 msgstr ""
3092 #: unpack-trees.c:104
3093 #, c-format
3094 msgid ""
3095 "The following untracked working tree files would be overwritten by "
3096 "checkout:\n"
3097 "%%s"
3098 msgstr ""
3100 #: unpack-trees.c:107
3101 #, c-format
3102 msgid ""
3103 "The following untracked working tree files would be overwritten by merge:\n"
3104 "%%sPlease move or remove them before you merge."
3105 msgstr ""
3107 #: unpack-trees.c:109
3108 #, c-format
3109 msgid ""
3110 "The following untracked working tree files would be overwritten by merge:\n"
3111 "%%s"
3112 msgstr ""
3114 #: unpack-trees.c:112
3115 #, c-format
3116 msgid ""
3117 "The following untracked working tree files would be overwritten by %s:\n"
3118 "%%sPlease move or remove them before you %s."
3119 msgstr ""
3121 #: unpack-trees.c:114
3122 #, c-format
3123 msgid ""
3124 "The following untracked working tree files would be overwritten by %s:\n"
3125 "%%s"
3126 msgstr ""
3128 #: unpack-trees.c:121
3129 #, c-format
3130 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3131 msgstr ""
3133 #: unpack-trees.c:124
3134 #, c-format
3135 msgid ""
3136 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3137 "%s"
3138 msgstr ""
3140 #: unpack-trees.c:126
3141 #, c-format
3142 msgid ""
3143 "The following working tree files would be overwritten by sparse checkout "
3144 "update:\n"
3145 "%s"
3146 msgstr ""
3148 #: unpack-trees.c:128
3149 #, c-format
3150 msgid ""
3151 "The following working tree files would be removed by sparse checkout "
3152 "update:\n"
3153 "%s"
3154 msgstr ""
3156 #: unpack-trees.c:205
3157 #, c-format
3158 msgid "Aborting\n"
3159 msgstr ""
3161 #: unpack-trees.c:237
3162 msgid "Checking out files"
3163 msgstr ""
3165 #: urlmatch.c:120
3166 msgid "invalid URL scheme name or missing '://' suffix"
3167 msgstr ""
3169 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
3170 #, c-format
3171 msgid "invalid %XX escape sequence"
3172 msgstr ""
3174 #: urlmatch.c:172
3175 msgid "missing host and scheme is not 'file:'"
3176 msgstr ""
3178 #: urlmatch.c:189
3179 msgid "a 'file:' URL may not have a port number"
3180 msgstr ""
3182 #: urlmatch.c:199
3183 msgid "invalid characters in host name"
3184 msgstr ""
3186 #: urlmatch.c:244 urlmatch.c:255
3187 msgid "invalid port number"
3188 msgstr ""
3190 #: urlmatch.c:322
3191 msgid "invalid '..' path segment"
3192 msgstr ""
3194 #: worktree.c:282
3195 #, c-format
3196 msgid "failed to read '%s'"
3197 msgstr ""
3199 #: wrapper.c:222 wrapper.c:392
3200 #, c-format
3201 msgid "could not open '%s' for reading and writing"
3202 msgstr ""
3204 #: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3205 #, c-format
3206 msgid "could not open '%s' for writing"
3207 msgstr ""
3209 #: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3210 #: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:1029
3211 #: builtin/pull.c:341
3212 #, c-format
3213 msgid "could not open '%s' for reading"
3214 msgstr ""
3216 #: wrapper.c:605 wrapper.c:626
3217 #, c-format
3218 msgid "unable to access '%s'"
3219 msgstr ""
3221 #: wrapper.c:634
3222 msgid "unable to get current working directory"
3223 msgstr ""
3225 #: wrapper.c:658
3226 #, c-format
3227 msgid "could not write to %s"
3228 msgstr ""
3230 #: wrapper.c:660
3231 #, c-format
3232 msgid "could not close %s"
3233 msgstr ""
3235 #: wt-status.c:151
3236 msgid "Unmerged paths:"
3237 msgstr ""
3239 #: wt-status.c:178 wt-status.c:205
3240 #, c-format
3241 msgid "  (use \"git reset %s <file>...\" to unstage)"
3242 msgstr ""
3244 #: wt-status.c:180 wt-status.c:207
3245 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3246 msgstr ""
3248 #: wt-status.c:184
3249 msgid "  (use \"git add <file>...\" to mark resolution)"
3250 msgstr ""
3252 #: wt-status.c:186 wt-status.c:190
3253 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3254 msgstr ""
3256 #: wt-status.c:188
3257 msgid "  (use \"git rm <file>...\" to mark resolution)"
3258 msgstr ""
3260 #: wt-status.c:199 wt-status.c:945
3261 msgid "Changes to be committed:"
3262 msgstr ""
3264 #: wt-status.c:217 wt-status.c:954
3265 msgid "Changes not staged for commit:"
3266 msgstr ""
3268 #: wt-status.c:221
3269 msgid "  (use \"git add <file>...\" to update what will be committed)"
3270 msgstr ""
3272 #: wt-status.c:223
3273 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3274 msgstr ""
3276 #: wt-status.c:224
3277 msgid ""
3278 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3279 msgstr ""
3281 #: wt-status.c:226
3282 msgid "  (commit or discard the untracked or modified content in submodules)"
3283 msgstr ""
3285 #: wt-status.c:238
3286 #, c-format
3287 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3288 msgstr ""
3290 #: wt-status.c:253
3291 msgid "both deleted:"
3292 msgstr ""
3294 #: wt-status.c:255
3295 msgid "added by us:"
3296 msgstr ""
3298 #: wt-status.c:257
3299 msgid "deleted by them:"
3300 msgstr ""
3302 #: wt-status.c:259
3303 msgid "added by them:"
3304 msgstr ""
3306 #: wt-status.c:261
3307 msgid "deleted by us:"
3308 msgstr ""
3310 #: wt-status.c:263
3311 msgid "both added:"
3312 msgstr ""
3314 #: wt-status.c:265
3315 msgid "both modified:"
3316 msgstr ""
3318 #: wt-status.c:275
3319 msgid "new file:"
3320 msgstr ""
3322 #: wt-status.c:277
3323 msgid "copied:"
3324 msgstr ""
3326 #: wt-status.c:279
3327 msgid "deleted:"
3328 msgstr ""
3330 #: wt-status.c:281
3331 msgid "modified:"
3332 msgstr ""
3334 #: wt-status.c:283
3335 msgid "renamed:"
3336 msgstr ""
3338 #: wt-status.c:285
3339 msgid "typechange:"
3340 msgstr ""
3342 #: wt-status.c:287
3343 msgid "unknown:"
3344 msgstr ""
3346 #: wt-status.c:289
3347 msgid "unmerged:"
3348 msgstr ""
3350 #: wt-status.c:371
3351 msgid "new commits, "
3352 msgstr ""
3354 #: wt-status.c:373
3355 msgid "modified content, "
3356 msgstr ""
3358 #: wt-status.c:375
3359 msgid "untracked content, "
3360 msgstr ""
3362 #: wt-status.c:818
3363 msgid "Submodules changed but not updated:"
3364 msgstr ""
3366 #: wt-status.c:820
3367 msgid "Submodule changes to be committed:"
3368 msgstr ""
3370 #: wt-status.c:901
3371 msgid ""
3372 "Do not touch the line above.\n"
3373 "Everything below will be removed."
3374 msgstr ""
3376 #: wt-status.c:1013
3377 msgid "You have unmerged paths."
3378 msgstr ""
3380 #: wt-status.c:1016
3381 msgid "  (fix conflicts and run \"git commit\")"
3382 msgstr ""
3384 #: wt-status.c:1018
3385 msgid "  (use \"git merge --abort\" to abort the merge)"
3386 msgstr ""
3388 #: wt-status.c:1023
3389 msgid "All conflicts fixed but you are still merging."
3390 msgstr ""
3392 #: wt-status.c:1026
3393 msgid "  (use \"git commit\" to conclude merge)"
3394 msgstr ""
3396 #: wt-status.c:1036
3397 msgid "You are in the middle of an am session."
3398 msgstr ""
3400 #: wt-status.c:1039
3401 msgid "The current patch is empty."
3402 msgstr ""
3404 #: wt-status.c:1043
3405 msgid "  (fix conflicts and then run \"git am --continue\")"
3406 msgstr ""
3408 #: wt-status.c:1045
3409 msgid "  (use \"git am --skip\" to skip this patch)"
3410 msgstr ""
3412 #: wt-status.c:1047
3413 msgid "  (use \"git am --abort\" to restore the original branch)"
3414 msgstr ""
3416 #: wt-status.c:1172
3417 msgid "No commands done."
3418 msgstr ""
3420 #: wt-status.c:1175
3421 #, c-format
3422 msgid "Last command done (%d command done):"
3423 msgid_plural "Last commands done (%d commands done):"
3424 msgstr[0] ""
3425 msgstr[1] ""
3427 #: wt-status.c:1186
3428 #, c-format
3429 msgid "  (see more in file %s)"
3430 msgstr ""
3432 #: wt-status.c:1191
3433 msgid "No commands remaining."
3434 msgstr ""
3436 #: wt-status.c:1194
3437 #, c-format
3438 msgid "Next command to do (%d remaining command):"
3439 msgid_plural "Next commands to do (%d remaining commands):"
3440 msgstr[0] ""
3441 msgstr[1] ""
3443 #: wt-status.c:1202
3444 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3445 msgstr ""
3447 #: wt-status.c:1215
3448 #, c-format
3449 msgid "You are currently rebasing branch '%s' on '%s'."
3450 msgstr ""
3452 #: wt-status.c:1220
3453 msgid "You are currently rebasing."
3454 msgstr ""
3456 #: wt-status.c:1234
3457 msgid "  (fix conflicts and then run \"git rebase --continue\")"
3458 msgstr ""
3460 #: wt-status.c:1236
3461 msgid "  (use \"git rebase --skip\" to skip this patch)"
3462 msgstr ""
3464 #: wt-status.c:1238
3465 msgid "  (use \"git rebase --abort\" to check out the original branch)"
3466 msgstr ""
3468 #: wt-status.c:1244
3469 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
3470 msgstr ""
3472 #: wt-status.c:1248
3473 #, c-format
3474 msgid ""
3475 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
3476 msgstr ""
3478 #: wt-status.c:1253
3479 msgid "You are currently splitting a commit during a rebase."
3480 msgstr ""
3482 #: wt-status.c:1256
3483 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
3484 msgstr ""
3486 #: wt-status.c:1260
3487 #, c-format
3488 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
3489 msgstr ""
3491 #: wt-status.c:1265
3492 msgid "You are currently editing a commit during a rebase."
3493 msgstr ""
3495 #: wt-status.c:1268
3496 msgid "  (use \"git commit --amend\" to amend the current commit)"
3497 msgstr ""
3499 #: wt-status.c:1270
3500 msgid ""
3501 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
3502 msgstr ""
3504 #: wt-status.c:1280
3505 #, c-format
3506 msgid "You are currently cherry-picking commit %s."
3507 msgstr ""
3509 #: wt-status.c:1285
3510 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
3511 msgstr ""
3513 #: wt-status.c:1288
3514 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
3515 msgstr ""
3517 #: wt-status.c:1290
3518 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
3519 msgstr ""
3521 #: wt-status.c:1299
3522 #, c-format
3523 msgid "You are currently reverting commit %s."
3524 msgstr ""
3526 #: wt-status.c:1304
3527 msgid "  (fix conflicts and run \"git revert --continue\")"
3528 msgstr ""
3530 #: wt-status.c:1307
3531 msgid "  (all conflicts fixed: run \"git revert --continue\")"
3532 msgstr ""
3534 #: wt-status.c:1309
3535 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
3536 msgstr ""
3538 #: wt-status.c:1320
3539 #, c-format
3540 msgid "You are currently bisecting, started from branch '%s'."
3541 msgstr ""
3543 #: wt-status.c:1324
3544 msgid "You are currently bisecting."
3545 msgstr ""
3547 #: wt-status.c:1327
3548 msgid "  (use \"git bisect reset\" to get back to the original branch)"
3549 msgstr ""
3551 #: wt-status.c:1524
3552 msgid "On branch "
3553 msgstr ""
3555 #: wt-status.c:1530
3556 msgid "interactive rebase in progress; onto "
3557 msgstr ""
3559 #: wt-status.c:1532
3560 msgid "rebase in progress; onto "
3561 msgstr ""
3563 #: wt-status.c:1537
3564 msgid "HEAD detached at "
3565 msgstr ""
3567 #: wt-status.c:1539
3568 msgid "HEAD detached from "
3569 msgstr ""
3571 #: wt-status.c:1542
3572 msgid "Not currently on any branch."
3573 msgstr ""
3575 #: wt-status.c:1560
3576 msgid "Initial commit"
3577 msgstr ""
3579 #: wt-status.c:1574
3580 msgid "Untracked files"
3581 msgstr ""
3583 #: wt-status.c:1576
3584 msgid "Ignored files"
3585 msgstr ""
3587 #: wt-status.c:1580
3588 #, c-format
3589 msgid ""
3590 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
3591 "may speed it up, but you have to be careful not to forget to add\n"
3592 "new files yourself (see 'git help status')."
3593 msgstr ""
3595 #: wt-status.c:1586
3596 #, c-format
3597 msgid "Untracked files not listed%s"
3598 msgstr ""
3600 #: wt-status.c:1588
3601 msgid " (use -u option to show untracked files)"
3602 msgstr ""
3604 #: wt-status.c:1594
3605 msgid "No changes"
3606 msgstr ""
3608 #: wt-status.c:1599
3609 #, c-format
3610 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
3611 msgstr ""
3613 #: wt-status.c:1602
3614 #, c-format
3615 msgid "no changes added to commit\n"
3616 msgstr ""
3618 #: wt-status.c:1605
3619 #, c-format
3620 msgid ""
3621 "nothing added to commit but untracked files present (use \"git add\" to "
3622 "track)\n"
3623 msgstr ""
3625 #: wt-status.c:1608
3626 #, c-format
3627 msgid "nothing added to commit but untracked files present\n"
3628 msgstr ""
3630 #: wt-status.c:1611
3631 #, c-format
3632 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
3633 msgstr ""
3635 #: wt-status.c:1614 wt-status.c:1619
3636 #, c-format
3637 msgid "nothing to commit\n"
3638 msgstr ""
3640 #: wt-status.c:1617
3641 #, c-format
3642 msgid "nothing to commit (use -u to show untracked files)\n"
3643 msgstr ""
3645 #: wt-status.c:1621
3646 #, c-format
3647 msgid "nothing to commit, working tree clean\n"
3648 msgstr ""
3650 #: wt-status.c:1728
3651 msgid "Initial commit on "
3652 msgstr ""
3654 #: wt-status.c:1732
3655 msgid "HEAD (no branch)"
3656 msgstr ""
3658 #: wt-status.c:1761
3659 msgid "gone"
3660 msgstr ""
3662 #: wt-status.c:1763 wt-status.c:1771
3663 msgid "behind "
3664 msgstr ""
3666 #: wt-status.c:1766 wt-status.c:1769
3667 msgid "ahead "
3668 msgstr ""
3670 #. TRANSLATORS: the action is e.g. "pull with rebase"
3671 #: wt-status.c:2270
3672 #, c-format
3673 msgid "cannot %s: You have unstaged changes."
3674 msgstr ""
3676 #: wt-status.c:2276
3677 msgid "additionally, your index contains uncommitted changes."
3678 msgstr ""
3680 #: wt-status.c:2278
3681 #, c-format
3682 msgid "cannot %s: Your index contains uncommitted changes."
3683 msgstr ""
3685 #: compat/precompose_utf8.c:57 builtin/clone.c:414
3686 #, c-format
3687 msgid "failed to unlink '%s'"
3688 msgstr ""
3690 #: builtin/add.c:22
3691 msgid "git add [<options>] [--] <pathspec>..."
3692 msgstr ""
3694 #: builtin/add.c:80
3695 #, c-format
3696 msgid "unexpected diff status %c"
3697 msgstr ""
3699 #: builtin/add.c:85 builtin/commit.c:291
3700 msgid "updating files failed"
3701 msgstr ""
3703 #: builtin/add.c:95
3704 #, c-format
3705 msgid "remove '%s'\n"
3706 msgstr ""
3708 #: builtin/add.c:149
3709 msgid "Unstaged changes after refreshing the index:"
3710 msgstr ""
3712 #: builtin/add.c:209 builtin/rev-parse.c:840
3713 msgid "Could not read the index"
3714 msgstr ""
3716 #: builtin/add.c:220
3717 #, c-format
3718 msgid "Could not open '%s' for writing."
3719 msgstr ""
3721 #: builtin/add.c:224
3722 msgid "Could not write patch"
3723 msgstr ""
3725 #: builtin/add.c:227
3726 msgid "editing patch failed"
3727 msgstr ""
3729 #: builtin/add.c:230
3730 #, c-format
3731 msgid "Could not stat '%s'"
3732 msgstr ""
3734 #: builtin/add.c:232
3735 msgid "Empty patch. Aborted."
3736 msgstr ""
3738 #: builtin/add.c:237
3739 #, c-format
3740 msgid "Could not apply '%s'"
3741 msgstr ""
3743 #: builtin/add.c:247
3744 msgid "The following paths are ignored by one of your .gitignore files:\n"
3745 msgstr ""
3747 #: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:111
3748 #: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:521
3749 #: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:162
3750 msgid "dry run"
3751 msgstr ""
3753 #: builtin/add.c:269
3754 msgid "interactive picking"
3755 msgstr ""
3757 #: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:286
3758 msgid "select hunks interactively"
3759 msgstr ""
3761 #: builtin/add.c:271
3762 msgid "edit current diff and apply"
3763 msgstr ""
3765 #: builtin/add.c:272
3766 msgid "allow adding otherwise ignored files"
3767 msgstr ""
3769 #: builtin/add.c:273
3770 msgid "update tracked files"
3771 msgstr ""
3773 #: builtin/add.c:274
3774 msgid "record only the fact that the path will be added later"
3775 msgstr ""
3777 #: builtin/add.c:275
3778 msgid "add changes from all tracked and untracked files"
3779 msgstr ""
3781 #: builtin/add.c:278
3782 msgid "ignore paths removed in the working tree (same as --no-all)"
3783 msgstr ""
3785 #: builtin/add.c:280
3786 msgid "don't add, only refresh the index"
3787 msgstr ""
3789 #: builtin/add.c:281
3790 msgid "just skip files which cannot be added because of errors"
3791 msgstr ""
3793 #: builtin/add.c:282
3794 msgid "check if - even missing - files are ignored in dry run"
3795 msgstr ""
3797 #: builtin/add.c:283 builtin/update-index.c:947
3798 msgid "(+/-)x"
3799 msgstr ""
3801 #: builtin/add.c:283 builtin/update-index.c:948
3802 msgid "override the executable bit of the listed files"
3803 msgstr ""
3805 #: builtin/add.c:305
3806 #, c-format
3807 msgid "Use -f if you really want to add them.\n"
3808 msgstr ""
3810 #: builtin/add.c:312
3811 msgid "adding files failed"
3812 msgstr ""
3814 #: builtin/add.c:348
3815 msgid "-A and -u are mutually incompatible"
3816 msgstr ""
3818 #: builtin/add.c:355
3819 msgid "Option --ignore-missing can only be used together with --dry-run"
3820 msgstr ""
3822 #: builtin/add.c:359
3823 #, c-format
3824 msgid "--chmod param '%s' must be either -x or +x"
3825 msgstr ""
3827 #: builtin/add.c:374
3828 #, c-format
3829 msgid "Nothing specified, nothing added.\n"
3830 msgstr ""
3832 #: builtin/add.c:375
3833 #, c-format
3834 msgid "Maybe you wanted to say 'git add .'?\n"
3835 msgstr ""
3837 #: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
3838 #: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
3839 #: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3840 #: builtin/submodule--helper.c:244
3841 msgid "index file corrupt"
3842 msgstr ""
3844 #: builtin/am.c:414
3845 msgid "could not parse author script"
3846 msgstr ""
3848 #: builtin/am.c:491
3849 #, c-format
3850 msgid "'%s' was deleted by the applypatch-msg hook"
3851 msgstr ""
3853 #: builtin/am.c:532
3854 #, c-format
3855 msgid "Malformed input line: '%s'."
3856 msgstr ""
3858 #: builtin/am.c:569
3859 #, c-format
3860 msgid "Failed to copy notes from '%s' to '%s'"
3861 msgstr ""
3863 #: builtin/am.c:595
3864 msgid "fseek failed"
3865 msgstr ""
3867 #: builtin/am.c:775
3868 #, c-format
3869 msgid "could not parse patch '%s'"
3870 msgstr ""
3872 #: builtin/am.c:840
3873 msgid "Only one StGIT patch series can be applied at once"
3874 msgstr ""
3876 #: builtin/am.c:887
3877 msgid "invalid timestamp"
3878 msgstr ""
3880 #: builtin/am.c:890 builtin/am.c:898
3881 msgid "invalid Date line"
3882 msgstr ""
3884 #: builtin/am.c:895
3885 msgid "invalid timezone offset"
3886 msgstr ""
3888 #: builtin/am.c:984
3889 msgid "Patch format detection failed."
3890 msgstr ""
3892 #: builtin/am.c:989 builtin/clone.c:379
3893 #, c-format
3894 msgid "failed to create directory '%s'"
3895 msgstr ""
3897 #: builtin/am.c:993
3898 msgid "Failed to split patches."
3899 msgstr ""
3901 #: builtin/am.c:1125 builtin/commit.c:376
3902 msgid "unable to write index file"
3903 msgstr ""
3905 #: builtin/am.c:1176
3906 #, c-format
3907 msgid "When you have resolved this problem, run \"%s --continue\"."
3908 msgstr ""
3910 #: builtin/am.c:1177
3911 #, c-format
3912 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
3913 msgstr ""
3915 #: builtin/am.c:1178
3916 #, c-format
3917 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
3918 msgstr ""
3920 #: builtin/am.c:1316
3921 msgid "Patch is empty. Was it split wrong?"
3922 msgstr ""
3924 #: builtin/am.c:1390 builtin/log.c:1550
3925 #, c-format
3926 msgid "invalid ident line: %s"
3927 msgstr ""
3929 #: builtin/am.c:1417
3930 #, c-format
3931 msgid "unable to parse commit %s"
3932 msgstr ""
3934 #: builtin/am.c:1610
3935 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3936 msgstr ""
3938 #: builtin/am.c:1612
3939 msgid "Using index info to reconstruct a base tree..."
3940 msgstr ""
3942 #: builtin/am.c:1631
3943 msgid ""
3944 "Did you hand edit your patch?\n"
3945 "It does not apply to blobs recorded in its index."
3946 msgstr ""
3948 #: builtin/am.c:1637
3949 msgid "Falling back to patching base and 3-way merge..."
3950 msgstr ""
3952 #: builtin/am.c:1662
3953 msgid "Failed to merge in the changes."
3954 msgstr ""
3956 #: builtin/am.c:1686 builtin/merge.c:628
3957 msgid "git write-tree failed to write a tree"
3958 msgstr ""
3960 #: builtin/am.c:1693
3961 msgid "applying to an empty history"
3962 msgstr ""
3964 #: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:798
3965 #: builtin/merge.c:823
3966 msgid "failed to write commit object"
3967 msgstr ""
3969 #: builtin/am.c:1739 builtin/am.c:1743
3970 #, c-format
3971 msgid "cannot resume: %s does not exist."
3972 msgstr ""
3974 #: builtin/am.c:1759
3975 msgid "cannot be interactive without stdin connected to a terminal."
3976 msgstr ""
3978 #: builtin/am.c:1764
3979 msgid "Commit Body is:"
3980 msgstr ""
3982 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3983 #. in your translation. The program will only accept English
3984 #. input at this point.
3986 #: builtin/am.c:1774
3987 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3988 msgstr ""
3990 #: builtin/am.c:1824
3991 #, c-format
3992 msgid "Dirty index: cannot apply patches (dirty: %s)"
3993 msgstr ""
3995 #: builtin/am.c:1861 builtin/am.c:1933
3996 #, c-format
3997 msgid "Applying: %.*s"
3998 msgstr ""
4000 #: builtin/am.c:1877
4001 msgid "No changes -- Patch already applied."
4002 msgstr ""
4004 #: builtin/am.c:1885
4005 #, c-format
4006 msgid "Patch failed at %s %.*s"
4007 msgstr ""
4009 #: builtin/am.c:1891
4010 #, c-format
4011 msgid "The copy of the patch that failed is found in: %s"
4012 msgstr ""
4014 #: builtin/am.c:1936
4015 msgid ""
4016 "No changes - did you forget to use 'git add'?\n"
4017 "If there is nothing left to stage, chances are that something else\n"
4018 "already introduced the same changes; you might want to skip this patch."
4019 msgstr ""
4021 #: builtin/am.c:1943
4022 msgid ""
4023 "You still have unmerged paths in your index.\n"
4024 "Did you forget to use 'git add'?"
4025 msgstr ""
4027 #: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4028 #: builtin/reset.c:316
4029 #, c-format
4030 msgid "Could not parse object '%s'."
4031 msgstr ""
4033 #: builtin/am.c:2103
4034 msgid "failed to clean index"
4035 msgstr ""
4037 #: builtin/am.c:2137
4038 msgid ""
4039 "You seem to have moved HEAD since the last 'am' failure.\n"
4040 "Not rewinding to ORIG_HEAD"
4041 msgstr ""
4043 #: builtin/am.c:2200
4044 #, c-format
4045 msgid "Invalid value for --patch-format: %s"
4046 msgstr ""
4048 #: builtin/am.c:2233
4049 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4050 msgstr ""
4052 #: builtin/am.c:2234
4053 msgid "git am [<options>] (--continue | --skip | --abort)"
4054 msgstr ""
4056 #: builtin/am.c:2240
4057 msgid "run interactively"
4058 msgstr ""
4060 #: builtin/am.c:2242
4061 msgid "historical option -- no-op"
4062 msgstr ""
4064 #: builtin/am.c:2244
4065 msgid "allow fall back on 3way merging if needed"
4066 msgstr ""
4068 #: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4069 #: builtin/repack.c:172
4070 msgid "be quiet"
4071 msgstr ""
4073 #: builtin/am.c:2247
4074 msgid "add a Signed-off-by line to the commit message"
4075 msgstr ""
4077 #: builtin/am.c:2250
4078 msgid "recode into utf8 (default)"
4079 msgstr ""
4081 #: builtin/am.c:2252
4082 msgid "pass -k flag to git-mailinfo"
4083 msgstr ""
4085 #: builtin/am.c:2254
4086 msgid "pass -b flag to git-mailinfo"
4087 msgstr ""
4089 #: builtin/am.c:2256
4090 msgid "pass -m flag to git-mailinfo"
4091 msgstr ""
4093 #: builtin/am.c:2258
4094 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4095 msgstr ""
4097 #: builtin/am.c:2261
4098 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4099 msgstr ""
4101 #: builtin/am.c:2264
4102 msgid "strip everything before a scissors line"
4103 msgstr ""
4105 #: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4106 #: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4107 #: builtin/am.c:2293
4108 msgid "pass it through git-apply"
4109 msgstr ""
4111 #: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4112 #: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135
4113 #: builtin/pull.c:194 builtin/repack.c:181 builtin/repack.c:185
4114 #: builtin/show-branch.c:644 builtin/show-ref.c:175 builtin/tag.c:340
4115 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4116 msgid "n"
4117 msgstr ""
4119 #: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4120 #: builtin/tag.c:372
4121 msgid "format"
4122 msgstr ""
4124 #: builtin/am.c:2290
4125 msgid "format the patch(es) are in"
4126 msgstr ""
4128 #: builtin/am.c:2296
4129 msgid "override error message when patch failure occurs"
4130 msgstr ""
4132 #: builtin/am.c:2298
4133 msgid "continue applying patches after resolving a conflict"
4134 msgstr ""
4136 #: builtin/am.c:2301
4137 msgid "synonyms for --continue"
4138 msgstr ""
4140 #: builtin/am.c:2304
4141 msgid "skip the current patch"
4142 msgstr ""
4144 #: builtin/am.c:2307
4145 msgid "restore the original branch and abort the patching operation."
4146 msgstr ""
4148 #: builtin/am.c:2311
4149 msgid "lie about committer date"
4150 msgstr ""
4152 #: builtin/am.c:2313
4153 msgid "use current timestamp for author date"
4154 msgstr ""
4156 #: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:229
4157 #: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:355
4158 msgid "key-id"
4159 msgstr ""
4161 #: builtin/am.c:2316
4162 msgid "GPG-sign commits"
4163 msgstr ""
4165 #: builtin/am.c:2319
4166 msgid "(internal use for git-rebase)"
4167 msgstr ""
4169 #: builtin/am.c:2334
4170 msgid ""
4171 "The -b/--binary option has been a no-op for long time, and\n"
4172 "it will be removed. Please do not use it anymore."
4173 msgstr ""
4175 #: builtin/am.c:2341
4176 msgid "failed to read the index"
4177 msgstr ""
4179 #: builtin/am.c:2356
4180 #, c-format
4181 msgid "previous rebase directory %s still exists but mbox given."
4182 msgstr ""
4184 #: builtin/am.c:2380
4185 #, c-format
4186 msgid ""
4187 "Stray %s directory found.\n"
4188 "Use \"git am --abort\" to remove it."
4189 msgstr ""
4191 #: builtin/am.c:2386
4192 msgid "Resolve operation not in progress, we are not resuming."
4193 msgstr ""
4195 #: builtin/apply.c:8
4196 msgid "git apply [<options>] [<patch>...]"
4197 msgstr ""
4199 #: builtin/archive.c:17
4200 #, c-format
4201 msgid "could not create archive file '%s'"
4202 msgstr ""
4204 #: builtin/archive.c:20
4205 msgid "could not redirect output"
4206 msgstr ""
4208 #: builtin/archive.c:37
4209 msgid "git archive: Remote with no URL"
4210 msgstr ""
4212 #: builtin/archive.c:58
4213 msgid "git archive: expected ACK/NAK, got EOF"
4214 msgstr ""
4216 #: builtin/archive.c:61
4217 #, c-format
4218 msgid "git archive: NACK %s"
4219 msgstr ""
4221 #: builtin/archive.c:63
4222 #, c-format
4223 msgid "remote error: %s"
4224 msgstr ""
4226 #: builtin/archive.c:64
4227 msgid "git archive: protocol error"
4228 msgstr ""
4230 #: builtin/archive.c:68
4231 msgid "git archive: expected a flush"
4232 msgstr ""
4234 #: builtin/bisect--helper.c:7
4235 msgid "git bisect--helper --next-all [--no-checkout]"
4236 msgstr ""
4238 #: builtin/bisect--helper.c:17
4239 msgid "perform 'git bisect next'"
4240 msgstr ""
4242 #: builtin/bisect--helper.c:19
4243 msgid "update BISECT_HEAD instead of checking out the current commit"
4244 msgstr ""
4246 #: builtin/blame.c:33
4247 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4248 msgstr ""
4250 #: builtin/blame.c:38
4251 msgid "<rev-opts> are documented in git-rev-list(1)"
4252 msgstr ""
4254 #: builtin/blame.c:1781
4255 msgid "Blaming lines"
4256 msgstr ""
4258 #: builtin/blame.c:2577
4259 msgid "Show blame entries as we find them, incrementally"
4260 msgstr ""
4262 #: builtin/blame.c:2578
4263 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4264 msgstr ""
4266 #: builtin/blame.c:2579
4267 msgid "Do not treat root commits as boundaries (Default: off)"
4268 msgstr ""
4270 #: builtin/blame.c:2580
4271 msgid "Show work cost statistics"
4272 msgstr ""
4274 #: builtin/blame.c:2581
4275 msgid "Force progress reporting"
4276 msgstr ""
4278 #: builtin/blame.c:2582
4279 msgid "Show output score for blame entries"
4280 msgstr ""
4282 #: builtin/blame.c:2583
4283 msgid "Show original filename (Default: auto)"
4284 msgstr ""
4286 #: builtin/blame.c:2584
4287 msgid "Show original linenumber (Default: off)"
4288 msgstr ""
4290 #: builtin/blame.c:2585
4291 msgid "Show in a format designed for machine consumption"
4292 msgstr ""
4294 #: builtin/blame.c:2586
4295 msgid "Show porcelain format with per-line commit information"
4296 msgstr ""
4298 #: builtin/blame.c:2587
4299 msgid "Use the same output mode as git-annotate (Default: off)"
4300 msgstr ""
4302 #: builtin/blame.c:2588
4303 msgid "Show raw timestamp (Default: off)"
4304 msgstr ""
4306 #: builtin/blame.c:2589
4307 msgid "Show long commit SHA1 (Default: off)"
4308 msgstr ""
4310 #: builtin/blame.c:2590
4311 msgid "Suppress author name and timestamp (Default: off)"
4312 msgstr ""
4314 #: builtin/blame.c:2591
4315 msgid "Show author email instead of name (Default: off)"
4316 msgstr ""
4318 #: builtin/blame.c:2592
4319 msgid "Ignore whitespace differences"
4320 msgstr ""
4322 #: builtin/blame.c:2599
4323 msgid "Use an experimental indent-based heuristic to improve diffs"
4324 msgstr ""
4326 #: builtin/blame.c:2600
4327 msgid "Use an experimental blank-line-based heuristic to improve diffs"
4328 msgstr ""
4330 #: builtin/blame.c:2602
4331 msgid "Spend extra cycles to find better match"
4332 msgstr ""
4334 #: builtin/blame.c:2603
4335 msgid "Use revisions from <file> instead of calling git-rev-list"
4336 msgstr ""
4338 #: builtin/blame.c:2604
4339 msgid "Use <file>'s contents as the final image"
4340 msgstr ""
4342 #: builtin/blame.c:2605 builtin/blame.c:2606
4343 msgid "score"
4344 msgstr ""
4346 #: builtin/blame.c:2605
4347 msgid "Find line copies within and across files"
4348 msgstr ""
4350 #: builtin/blame.c:2606
4351 msgid "Find line movements within and across files"
4352 msgstr ""
4354 #: builtin/blame.c:2607
4355 msgid "n,m"
4356 msgstr ""
4358 #: builtin/blame.c:2607
4359 msgid "Process only line range n,m, counting from 1"
4360 msgstr ""
4362 #: builtin/blame.c:2654
4363 msgid "--progress can't be used with --incremental or porcelain formats"
4364 msgstr ""
4366 #. TRANSLATORS: This string is used to tell us the maximum
4367 #. display width for a relative timestamp in "git blame"
4368 #. output.  For C locale, "4 years, 11 months ago", which
4369 #. takes 22 places, is the longest among various forms of
4370 #. relative timestamps, but your language may need more or
4371 #. fewer display columns.
4372 #: builtin/blame.c:2700
4373 msgid "4 years, 11 months ago"
4374 msgstr ""
4376 #: builtin/blame.c:2780
4377 msgid "--contents and --reverse do not blend well."
4378 msgstr ""
4380 #: builtin/blame.c:2800
4381 msgid "cannot use --contents with final commit object name"
4382 msgstr ""
4384 #: builtin/blame.c:2805
4385 msgid "--reverse and --first-parent together require specified latest commit"
4386 msgstr ""
4388 #: builtin/blame.c:2832
4389 msgid ""
4390 "--reverse --first-parent together require range along first-parent chain"
4391 msgstr ""
4393 #: builtin/blame.c:2843
4394 #, c-format
4395 msgid "no such path %s in %s"
4396 msgstr ""
4398 #: builtin/blame.c:2854
4399 #, c-format
4400 msgid "cannot read blob %s for path %s"
4401 msgstr ""
4403 #: builtin/blame.c:2873
4404 #, c-format
4405 msgid "file %s has only %lu line"
4406 msgid_plural "file %s has only %lu lines"
4407 msgstr[0] ""
4408 msgstr[1] ""
4410 #: builtin/branch.c:26
4411 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4412 msgstr ""
4414 #: builtin/branch.c:27
4415 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4416 msgstr ""
4418 #: builtin/branch.c:28
4419 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4420 msgstr ""
4422 #: builtin/branch.c:29
4423 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4424 msgstr ""
4426 #: builtin/branch.c:30
4427 msgid "git branch [<options>] [-r | -a] [--points-at]"
4428 msgstr ""
4430 #: builtin/branch.c:143
4431 #, c-format
4432 msgid ""
4433 "deleting branch '%s' that has been merged to\n"
4434 "         '%s', but not yet merged to HEAD."
4435 msgstr ""
4437 #: builtin/branch.c:147
4438 #, c-format
4439 msgid ""
4440 "not deleting branch '%s' that is not yet merged to\n"
4441 "         '%s', even though it is merged to HEAD."
4442 msgstr ""
4444 #: builtin/branch.c:161
4445 #, c-format
4446 msgid "Couldn't look up commit object for '%s'"
4447 msgstr ""
4449 #: builtin/branch.c:165
4450 #, c-format
4451 msgid ""
4452 "The branch '%s' is not fully merged.\n"
4453 "If you are sure you want to delete it, run 'git branch -D %s'."
4454 msgstr ""
4456 #: builtin/branch.c:178
4457 msgid "Update of config-file failed"
4458 msgstr ""
4460 #: builtin/branch.c:206
4461 msgid "cannot use -a with -d"
4462 msgstr ""
4464 #: builtin/branch.c:212
4465 msgid "Couldn't look up commit object for HEAD"
4466 msgstr ""
4468 #: builtin/branch.c:226
4469 #, c-format
4470 msgid "Cannot delete branch '%s' checked out at '%s'"
4471 msgstr ""
4473 #: builtin/branch.c:241
4474 #, c-format
4475 msgid "remote-tracking branch '%s' not found."
4476 msgstr ""
4478 #: builtin/branch.c:242
4479 #, c-format
4480 msgid "branch '%s' not found."
4481 msgstr ""
4483 #: builtin/branch.c:257
4484 #, c-format
4485 msgid "Error deleting remote-tracking branch '%s'"
4486 msgstr ""
4488 #: builtin/branch.c:258
4489 #, c-format
4490 msgid "Error deleting branch '%s'"
4491 msgstr ""
4493 #: builtin/branch.c:265
4494 #, c-format
4495 msgid "Deleted remote-tracking branch %s (was %s).\n"
4496 msgstr ""
4498 #: builtin/branch.c:266
4499 #, c-format
4500 msgid "Deleted branch %s (was %s).\n"
4501 msgstr ""
4503 #: builtin/branch.c:312
4504 #, c-format
4505 msgid "[%s: gone]"
4506 msgstr ""
4508 #: builtin/branch.c:317
4509 #, c-format
4510 msgid "[%s]"
4511 msgstr ""
4513 #: builtin/branch.c:322
4514 #, c-format
4515 msgid "[%s: behind %d]"
4516 msgstr ""
4518 #: builtin/branch.c:324
4519 #, c-format
4520 msgid "[behind %d]"
4521 msgstr ""
4523 #: builtin/branch.c:328
4524 #, c-format
4525 msgid "[%s: ahead %d]"
4526 msgstr ""
4528 #: builtin/branch.c:330
4529 #, c-format
4530 msgid "[ahead %d]"
4531 msgstr ""
4533 #: builtin/branch.c:333
4534 #, c-format
4535 msgid "[%s: ahead %d, behind %d]"
4536 msgstr ""
4538 #: builtin/branch.c:336
4539 #, c-format
4540 msgid "[ahead %d, behind %d]"
4541 msgstr ""
4543 #: builtin/branch.c:349
4544 msgid " **** invalid ref ****"
4545 msgstr ""
4547 #: builtin/branch.c:375
4548 #, c-format
4549 msgid "(no branch, rebasing %s)"
4550 msgstr ""
4552 #: builtin/branch.c:378
4553 #, c-format
4554 msgid "(no branch, bisect started on %s)"
4555 msgstr ""
4557 #. TRANSLATORS: make sure this matches
4558 #. "HEAD detached at " in wt-status.c
4559 #: builtin/branch.c:384
4560 #, c-format
4561 msgid "(HEAD detached at %s)"
4562 msgstr ""
4564 #. TRANSLATORS: make sure this matches
4565 #. "HEAD detached from " in wt-status.c
4566 #: builtin/branch.c:389
4567 #, c-format
4568 msgid "(HEAD detached from %s)"
4569 msgstr ""
4571 #: builtin/branch.c:393
4572 msgid "(no branch)"
4573 msgstr ""
4575 #: builtin/branch.c:544
4576 #, c-format
4577 msgid "Branch %s is being rebased at %s"
4578 msgstr ""
4580 #: builtin/branch.c:548
4581 #, c-format
4582 msgid "Branch %s is being bisected at %s"
4583 msgstr ""
4585 #: builtin/branch.c:563
4586 msgid "cannot rename the current branch while not on any."
4587 msgstr ""
4589 #: builtin/branch.c:573
4590 #, c-format
4591 msgid "Invalid branch name: '%s'"
4592 msgstr ""
4594 #: builtin/branch.c:590
4595 msgid "Branch rename failed"
4596 msgstr ""
4598 #: builtin/branch.c:594
4599 #, c-format
4600 msgid "Renamed a misnamed branch '%s' away"
4601 msgstr ""
4603 #: builtin/branch.c:597
4604 #, c-format
4605 msgid "Branch renamed to %s, but HEAD is not updated!"
4606 msgstr ""
4608 #: builtin/branch.c:604
4609 msgid "Branch is renamed, but update of config-file failed"
4610 msgstr ""
4612 #: builtin/branch.c:620
4613 #, c-format
4614 msgid ""
4615 "Please edit the description for the branch\n"
4616 "  %s\n"
4617 "Lines starting with '%c' will be stripped.\n"
4618 msgstr ""
4620 #: builtin/branch.c:651
4621 msgid "Generic options"
4622 msgstr ""
4624 #: builtin/branch.c:653
4625 msgid "show hash and subject, give twice for upstream branch"
4626 msgstr ""
4628 #: builtin/branch.c:654
4629 msgid "suppress informational messages"
4630 msgstr ""
4632 #: builtin/branch.c:655
4633 msgid "set up tracking mode (see git-pull(1))"
4634 msgstr ""
4636 #: builtin/branch.c:657
4637 msgid "change upstream info"
4638 msgstr ""
4640 #: builtin/branch.c:659
4641 msgid "upstream"
4642 msgstr ""
4644 #: builtin/branch.c:659
4645 msgid "change the upstream info"
4646 msgstr ""
4648 #: builtin/branch.c:660
4649 msgid "Unset the upstream info"
4650 msgstr ""
4652 #: builtin/branch.c:661
4653 msgid "use colored output"
4654 msgstr ""
4656 #: builtin/branch.c:662
4657 msgid "act on remote-tracking branches"
4658 msgstr ""
4660 #: builtin/branch.c:664 builtin/branch.c:665
4661 msgid "print only branches that contain the commit"
4662 msgstr ""
4664 #: builtin/branch.c:668
4665 msgid "Specific git-branch actions:"
4666 msgstr ""
4668 #: builtin/branch.c:669
4669 msgid "list both remote-tracking and local branches"
4670 msgstr ""
4672 #: builtin/branch.c:671
4673 msgid "delete fully merged branch"
4674 msgstr ""
4676 #: builtin/branch.c:672
4677 msgid "delete branch (even if not merged)"
4678 msgstr ""
4680 #: builtin/branch.c:673
4681 msgid "move/rename a branch and its reflog"
4682 msgstr ""
4684 #: builtin/branch.c:674
4685 msgid "move/rename a branch, even if target exists"
4686 msgstr ""
4688 #: builtin/branch.c:675
4689 msgid "list branch names"
4690 msgstr ""
4692 #: builtin/branch.c:676
4693 msgid "create the branch's reflog"
4694 msgstr ""
4696 #: builtin/branch.c:678
4697 msgid "edit the description for the branch"
4698 msgstr ""
4700 #: builtin/branch.c:679
4701 msgid "force creation, move/rename, deletion"
4702 msgstr ""
4704 #: builtin/branch.c:680
4705 msgid "print only branches that are merged"
4706 msgstr ""
4708 #: builtin/branch.c:681
4709 msgid "print only branches that are not merged"
4710 msgstr ""
4712 #: builtin/branch.c:682
4713 msgid "list branches in columns"
4714 msgstr ""
4716 #: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
4717 msgid "key"
4718 msgstr ""
4720 #: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
4721 msgid "field name to sort on"
4722 msgstr ""
4724 #: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:404
4725 #: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
4726 #: builtin/tag.c:369
4727 msgid "object"
4728 msgstr ""
4730 #: builtin/branch.c:687
4731 msgid "print only branches of the object"
4732 msgstr ""
4734 #: builtin/branch.c:705
4735 msgid "Failed to resolve HEAD as a valid ref."
4736 msgstr ""
4738 #: builtin/branch.c:709 builtin/clone.c:706
4739 msgid "HEAD not found below refs/heads!"
4740 msgstr ""
4742 #: builtin/branch.c:729
4743 msgid "--column and --verbose are incompatible"
4744 msgstr ""
4746 #: builtin/branch.c:740 builtin/branch.c:782
4747 msgid "branch name required"
4748 msgstr ""
4750 #: builtin/branch.c:758
4751 msgid "Cannot give description to detached HEAD"
4752 msgstr ""
4754 #: builtin/branch.c:763
4755 msgid "cannot edit description of more than one branch"
4756 msgstr ""
4758 #: builtin/branch.c:770
4759 #, c-format
4760 msgid "No commit on branch '%s' yet."
4761 msgstr ""
4763 #: builtin/branch.c:773
4764 #, c-format
4765 msgid "No branch named '%s'."
4766 msgstr ""
4768 #: builtin/branch.c:788
4769 msgid "too many branches for a rename operation"
4770 msgstr ""
4772 #: builtin/branch.c:793
4773 msgid "too many branches to set new upstream"
4774 msgstr ""
4776 #: builtin/branch.c:797
4777 #, c-format
4778 msgid ""
4779 "could not set upstream of HEAD to %s when it does not point to any branch."
4780 msgstr ""
4782 #: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
4783 #, c-format
4784 msgid "no such branch '%s'"
4785 msgstr ""
4787 #: builtin/branch.c:804
4788 #, c-format
4789 msgid "branch '%s' does not exist"
4790 msgstr ""
4792 #: builtin/branch.c:816
4793 msgid "too many branches to unset upstream"
4794 msgstr ""
4796 #: builtin/branch.c:820
4797 msgid "could not unset upstream of HEAD when it does not point to any branch."
4798 msgstr ""
4800 #: builtin/branch.c:826
4801 #, c-format
4802 msgid "Branch '%s' has no upstream information"
4803 msgstr ""
4805 #: builtin/branch.c:840
4806 msgid "it does not make sense to create 'HEAD' manually"
4807 msgstr ""
4809 #: builtin/branch.c:846
4810 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
4811 msgstr ""
4813 #: builtin/branch.c:849
4814 #, c-format
4815 msgid ""
4816 "The --set-upstream flag is deprecated and will be removed. Consider using --"
4817 "track or --set-upstream-to\n"
4818 msgstr ""
4820 #: builtin/branch.c:866
4821 #, c-format
4822 msgid ""
4823 "\n"
4824 "If you wanted to make '%s' track '%s', do this:\n"
4825 "\n"
4826 msgstr ""
4828 #: builtin/bundle.c:51
4829 #, c-format
4830 msgid "%s is okay\n"
4831 msgstr ""
4833 #: builtin/bundle.c:64
4834 msgid "Need a repository to create a bundle."
4835 msgstr ""
4837 #: builtin/bundle.c:68
4838 msgid "Need a repository to unbundle."
4839 msgstr ""
4841 #: builtin/cat-file.c:513
4842 msgid ""
4843 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
4844 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
4845 msgstr ""
4847 #: builtin/cat-file.c:514
4848 msgid ""
4849 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
4850 "filters]"
4851 msgstr ""
4853 #: builtin/cat-file.c:551
4854 msgid "<type> can be one of: blob, tree, commit, tag"
4855 msgstr ""
4857 #: builtin/cat-file.c:552
4858 msgid "show object type"
4859 msgstr ""
4861 #: builtin/cat-file.c:553
4862 msgid "show object size"
4863 msgstr ""
4865 #: builtin/cat-file.c:555
4866 msgid "exit with zero when there's no error"
4867 msgstr ""
4869 #: builtin/cat-file.c:556
4870 msgid "pretty-print object's content"
4871 msgstr ""
4873 #: builtin/cat-file.c:558
4874 msgid "for blob objects, run textconv on object's content"
4875 msgstr ""
4877 #: builtin/cat-file.c:560
4878 msgid "for blob objects, run filters on object's content"
4879 msgstr ""
4881 #: builtin/cat-file.c:561 git-submodule.sh:923
4882 msgid "blob"
4883 msgstr ""
4885 #: builtin/cat-file.c:562
4886 msgid "use a specific path for --textconv/--filters"
4887 msgstr ""
4889 #: builtin/cat-file.c:564
4890 msgid "allow -s and -t to work with broken/corrupt objects"
4891 msgstr ""
4893 #: builtin/cat-file.c:565
4894 msgid "buffer --batch output"
4895 msgstr ""
4897 #: builtin/cat-file.c:567
4898 msgid "show info and content of objects fed from the standard input"
4899 msgstr ""
4901 #: builtin/cat-file.c:570
4902 msgid "show info about objects fed from the standard input"
4903 msgstr ""
4905 #: builtin/cat-file.c:573
4906 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4907 msgstr ""
4909 #: builtin/cat-file.c:575
4910 msgid "show all objects with --batch or --batch-check"
4911 msgstr ""
4913 #: builtin/check-attr.c:11
4914 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
4915 msgstr ""
4917 #: builtin/check-attr.c:12
4918 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
4919 msgstr ""
4921 #: builtin/check-attr.c:19
4922 msgid "report all attributes set on file"
4923 msgstr ""
4925 #: builtin/check-attr.c:20
4926 msgid "use .gitattributes only from the index"
4927 msgstr ""
4929 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
4930 msgid "read file names from stdin"
4931 msgstr ""
4933 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
4934 msgid "terminate input and output records by a NUL character"
4935 msgstr ""
4937 #: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:325
4938 msgid "suppress progress reporting"
4939 msgstr ""
4941 #: builtin/check-ignore.c:26
4942 msgid "show non-matching input paths"
4943 msgstr ""
4945 #: builtin/check-ignore.c:28
4946 msgid "ignore index when checking"
4947 msgstr ""
4949 #: builtin/check-ignore.c:154
4950 msgid "cannot specify pathnames with --stdin"
4951 msgstr ""
4953 #: builtin/check-ignore.c:157
4954 msgid "-z only makes sense with --stdin"
4955 msgstr ""
4957 #: builtin/check-ignore.c:159
4958 msgid "no path specified"
4959 msgstr ""
4961 #: builtin/check-ignore.c:163
4962 msgid "--quiet is only valid with a single pathname"
4963 msgstr ""
4965 #: builtin/check-ignore.c:165
4966 msgid "cannot have both --quiet and --verbose"
4967 msgstr ""
4969 #: builtin/check-ignore.c:168
4970 msgid "--non-matching is only valid with --verbose"
4971 msgstr ""
4973 #: builtin/check-mailmap.c:8
4974 msgid "git check-mailmap [<options>] <contact>..."
4975 msgstr ""
4977 #: builtin/check-mailmap.c:13
4978 msgid "also read contacts from stdin"
4979 msgstr ""
4981 #: builtin/check-mailmap.c:24
4982 #, c-format
4983 msgid "unable to parse contact: %s"
4984 msgstr ""
4986 #: builtin/check-mailmap.c:47
4987 msgid "no contacts specified"
4988 msgstr ""
4990 #: builtin/checkout-index.c:127
4991 msgid "git checkout-index [<options>] [--] [<file>...]"
4992 msgstr ""
4994 #: builtin/checkout-index.c:144
4995 msgid "stage should be between 1 and 3 or all"
4996 msgstr ""
4998 #: builtin/checkout-index.c:160
4999 msgid "check out all files in the index"
5000 msgstr ""
5002 #: builtin/checkout-index.c:161
5003 msgid "force overwrite of existing files"
5004 msgstr ""
5006 #: builtin/checkout-index.c:163
5007 msgid "no warning for existing files and files not in index"
5008 msgstr ""
5010 #: builtin/checkout-index.c:165
5011 msgid "don't checkout new files"
5012 msgstr ""
5014 #: builtin/checkout-index.c:167
5015 msgid "update stat information in the index file"
5016 msgstr ""
5018 #: builtin/checkout-index.c:171
5019 msgid "read list of paths from the standard input"
5020 msgstr ""
5022 #: builtin/checkout-index.c:173
5023 msgid "write the content to temporary files"
5024 msgstr ""
5026 #: builtin/checkout-index.c:174 builtin/column.c:30
5027 #: builtin/submodule--helper.c:595 builtin/submodule--helper.c:598
5028 #: builtin/submodule--helper.c:604 builtin/submodule--helper.c:951
5029 #: builtin/worktree.c:469
5030 msgid "string"
5031 msgstr ""
5033 #: builtin/checkout-index.c:175
5034 msgid "when creating files, prepend <string>"
5035 msgstr ""
5037 #: builtin/checkout-index.c:177
5038 msgid "copy out the files from named stage"
5039 msgstr ""
5041 #: builtin/checkout.c:25
5042 msgid "git checkout [<options>] <branch>"
5043 msgstr ""
5045 #: builtin/checkout.c:26
5046 msgid "git checkout [<options>] [<branch>] -- <file>..."
5047 msgstr ""
5049 #: builtin/checkout.c:134 builtin/checkout.c:167
5050 #, c-format
5051 msgid "path '%s' does not have our version"
5052 msgstr ""
5054 #: builtin/checkout.c:136 builtin/checkout.c:169
5055 #, c-format
5056 msgid "path '%s' does not have their version"
5057 msgstr ""
5059 #: builtin/checkout.c:152
5060 #, c-format
5061 msgid "path '%s' does not have all necessary versions"
5062 msgstr ""
5064 #: builtin/checkout.c:196
5065 #, c-format
5066 msgid "path '%s' does not have necessary versions"
5067 msgstr ""
5069 #: builtin/checkout.c:213
5070 #, c-format
5071 msgid "path '%s': cannot merge"
5072 msgstr ""
5074 #: builtin/checkout.c:230
5075 #, c-format
5076 msgid "Unable to add merge result for '%s'"
5077 msgstr ""
5079 #: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
5080 #: builtin/checkout.c:259
5081 #, c-format
5082 msgid "'%s' cannot be used with updating paths"
5083 msgstr ""
5085 #: builtin/checkout.c:262 builtin/checkout.c:265
5086 #, c-format
5087 msgid "'%s' cannot be used with %s"
5088 msgstr ""
5090 #: builtin/checkout.c:268
5091 #, c-format
5092 msgid "Cannot update paths and switch to branch '%s' at the same time."
5093 msgstr ""
5095 #: builtin/checkout.c:339 builtin/checkout.c:346
5096 #, c-format
5097 msgid "path '%s' is unmerged"
5098 msgstr ""
5100 #: builtin/checkout.c:494
5101 msgid "you need to resolve your current index first"
5102 msgstr ""
5104 #: builtin/checkout.c:624
5105 #, c-format
5106 msgid "Can not do reflog for '%s': %s\n"
5107 msgstr ""
5109 #: builtin/checkout.c:663
5110 msgid "HEAD is now at"
5111 msgstr ""
5113 #: builtin/checkout.c:667 builtin/clone.c:660
5114 msgid "unable to update HEAD"
5115 msgstr ""
5117 #: builtin/checkout.c:671
5118 #, c-format
5119 msgid "Reset branch '%s'\n"
5120 msgstr ""
5122 #: builtin/checkout.c:674
5123 #, c-format
5124 msgid "Already on '%s'\n"
5125 msgstr ""
5127 #: builtin/checkout.c:678
5128 #, c-format
5129 msgid "Switched to and reset branch '%s'\n"
5130 msgstr ""
5132 #: builtin/checkout.c:680 builtin/checkout.c:1069
5133 #, c-format
5134 msgid "Switched to a new branch '%s'\n"
5135 msgstr ""
5137 #: builtin/checkout.c:682
5138 #, c-format
5139 msgid "Switched to branch '%s'\n"
5140 msgstr ""
5142 #: builtin/checkout.c:733
5143 #, c-format
5144 msgid " ... and %d more.\n"
5145 msgstr ""
5147 #: builtin/checkout.c:739
5148 #, c-format
5149 msgid ""
5150 "Warning: you are leaving %d commit behind, not connected to\n"
5151 "any of your branches:\n"
5152 "\n"
5153 "%s\n"
5154 msgid_plural ""
5155 "Warning: you are leaving %d commits behind, not connected to\n"
5156 "any of your branches:\n"
5157 "\n"
5158 "%s\n"
5159 msgstr[0] ""
5160 msgstr[1] ""
5162 #: builtin/checkout.c:758
5163 #, c-format
5164 msgid ""
5165 "If you want to keep it by creating a new branch, this may be a good time\n"
5166 "to do so with:\n"
5167 "\n"
5168 " git branch <new-branch-name> %s\n"
5169 "\n"
5170 msgid_plural ""
5171 "If you want to keep them by creating a new branch, this may be a good time\n"
5172 "to do so with:\n"
5173 "\n"
5174 " git branch <new-branch-name> %s\n"
5175 "\n"
5176 msgstr[0] ""
5177 msgstr[1] ""
5179 #: builtin/checkout.c:794
5180 msgid "internal error in revision walk"
5181 msgstr ""
5183 #: builtin/checkout.c:798
5184 msgid "Previous HEAD position was"
5185 msgstr ""
5187 #: builtin/checkout.c:825 builtin/checkout.c:1064
5188 msgid "You are on a branch yet to be born"
5189 msgstr ""
5191 #: builtin/checkout.c:970
5192 #, c-format
5193 msgid "only one reference expected, %d given."
5194 msgstr ""
5196 #: builtin/checkout.c:1010 builtin/worktree.c:214
5197 #, c-format
5198 msgid "invalid reference: %s"
5199 msgstr ""
5201 #: builtin/checkout.c:1039
5202 #, c-format
5203 msgid "reference is not a tree: %s"
5204 msgstr ""
5206 #: builtin/checkout.c:1078
5207 msgid "paths cannot be used with switching branches"
5208 msgstr ""
5210 #: builtin/checkout.c:1081 builtin/checkout.c:1085
5211 #, c-format
5212 msgid "'%s' cannot be used with switching branches"
5213 msgstr ""
5215 #: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:1097
5216 #: builtin/checkout.c:1100
5217 #, c-format
5218 msgid "'%s' cannot be used with '%s'"
5219 msgstr ""
5221 #: builtin/checkout.c:1105
5222 #, c-format
5223 msgid "Cannot switch branch to a non-commit '%s'"
5224 msgstr ""
5226 #: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:93
5227 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5228 #: builtin/worktree.c:326
5229 msgid "branch"
5230 msgstr ""
5232 #: builtin/checkout.c:1139
5233 msgid "create and checkout a new branch"
5234 msgstr ""
5236 #: builtin/checkout.c:1141
5237 msgid "create/reset and checkout a branch"
5238 msgstr ""
5240 #: builtin/checkout.c:1142
5241 msgid "create reflog for new branch"
5242 msgstr ""
5244 #: builtin/checkout.c:1143 builtin/worktree.c:328
5245 msgid "detach HEAD at named commit"
5246 msgstr ""
5248 #: builtin/checkout.c:1144
5249 msgid "set upstream info for new branch"
5250 msgstr ""
5252 #: builtin/checkout.c:1146
5253 msgid "new-branch"
5254 msgstr ""
5256 #: builtin/checkout.c:1146
5257 msgid "new unparented branch"
5258 msgstr ""
5260 #: builtin/checkout.c:1147
5261 msgid "checkout our version for unmerged files"
5262 msgstr ""
5264 #: builtin/checkout.c:1149
5265 msgid "checkout their version for unmerged files"
5266 msgstr ""
5268 #: builtin/checkout.c:1151
5269 msgid "force checkout (throw away local modifications)"
5270 msgstr ""
5272 #: builtin/checkout.c:1152
5273 msgid "perform a 3-way merge with the new branch"
5274 msgstr ""
5276 #: builtin/checkout.c:1153 builtin/merge.c:231
5277 msgid "update ignored files (default)"
5278 msgstr ""
5280 #: builtin/checkout.c:1154 builtin/log.c:1466 parse-options.h:251
5281 msgid "style"
5282 msgstr ""
5284 #: builtin/checkout.c:1155
5285 msgid "conflict style (merge or diff3)"
5286 msgstr ""
5288 #: builtin/checkout.c:1158
5289 msgid "do not limit pathspecs to sparse entries only"
5290 msgstr ""
5292 #: builtin/checkout.c:1160
5293 msgid "second guess 'git checkout <no-such-branch>'"
5294 msgstr ""
5296 #: builtin/checkout.c:1162
5297 msgid "do not check if another worktree is holding the given ref"
5298 msgstr ""
5300 #: builtin/checkout.c:1163 builtin/clone.c:63 builtin/fetch.c:119
5301 #: builtin/merge.c:228 builtin/pull.c:117 builtin/push.c:536
5302 #: builtin/send-pack.c:168
5303 msgid "force progress reporting"
5304 msgstr ""
5306 #: builtin/checkout.c:1194
5307 msgid "-b, -B and --orphan are mutually exclusive"
5308 msgstr ""
5310 #: builtin/checkout.c:1211
5311 msgid "--track needs a branch name"
5312 msgstr ""
5314 #: builtin/checkout.c:1216
5315 msgid "Missing branch name; try -b"
5316 msgstr ""
5318 #: builtin/checkout.c:1252
5319 msgid "invalid path specification"
5320 msgstr ""
5322 #: builtin/checkout.c:1259
5323 #, c-format
5324 msgid ""
5325 "Cannot update paths and switch to branch '%s' at the same time.\n"
5326 "Did you intend to checkout '%s' which can not be resolved as commit?"
5327 msgstr ""
5329 #: builtin/checkout.c:1264
5330 #, c-format
5331 msgid "git checkout: --detach does not take a path argument '%s'"
5332 msgstr ""
5334 #: builtin/checkout.c:1268
5335 msgid ""
5336 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5337 "checking out of the index."
5338 msgstr ""
5340 #: builtin/clean.c:25
5341 msgid ""
5342 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5343 msgstr ""
5345 #: builtin/clean.c:29
5346 #, c-format
5347 msgid "Removing %s\n"
5348 msgstr ""
5350 #: builtin/clean.c:30
5351 #, c-format
5352 msgid "Would remove %s\n"
5353 msgstr ""
5355 #: builtin/clean.c:31
5356 #, c-format
5357 msgid "Skipping repository %s\n"
5358 msgstr ""
5360 #: builtin/clean.c:32
5361 #, c-format
5362 msgid "Would skip repository %s\n"
5363 msgstr ""
5365 #: builtin/clean.c:33
5366 #, c-format
5367 msgid "failed to remove %s"
5368 msgstr ""
5370 #: builtin/clean.c:291
5371 msgid ""
5372 "Prompt help:\n"
5373 "1          - select a numbered item\n"
5374 "foo        - select item based on unique prefix\n"
5375 "           - (empty) select nothing"
5376 msgstr ""
5378 #: builtin/clean.c:295
5379 msgid ""
5380 "Prompt help:\n"
5381 "1          - select a single item\n"
5382 "3-5        - select a range of items\n"
5383 "2-3,6-9    - select multiple ranges\n"
5384 "foo        - select item based on unique prefix\n"
5385 "-...       - unselect specified items\n"
5386 "*          - choose all items\n"
5387 "           - (empty) finish selecting"
5388 msgstr ""
5390 #: builtin/clean.c:511
5391 #, c-format
5392 msgid "Huh (%s)?"
5393 msgstr ""
5395 #: builtin/clean.c:653
5396 #, c-format
5397 msgid "Input ignore patterns>> "
5398 msgstr ""
5400 #: builtin/clean.c:690
5401 #, c-format
5402 msgid "WARNING: Cannot find items matched by: %s"
5403 msgstr ""
5405 #: builtin/clean.c:711
5406 msgid "Select items to delete"
5407 msgstr ""
5409 #. TRANSLATORS: Make sure to keep [y/N] as is
5410 #: builtin/clean.c:752
5411 #, c-format
5412 msgid "Remove %s [y/N]? "
5413 msgstr ""
5415 #: builtin/clean.c:777
5416 msgid "Bye."
5417 msgstr ""
5419 #: builtin/clean.c:785
5420 msgid ""
5421 "clean               - start cleaning\n"
5422 "filter by pattern   - exclude items from deletion\n"
5423 "select by numbers   - select items to be deleted by numbers\n"
5424 "ask each            - confirm each deletion (like \"rm -i\")\n"
5425 "quit                - stop cleaning\n"
5426 "help                - this screen\n"
5427 "?                   - help for prompt selection"
5428 msgstr ""
5430 #: builtin/clean.c:812
5431 msgid "*** Commands ***"
5432 msgstr ""
5434 #: builtin/clean.c:813
5435 msgid "What now"
5436 msgstr ""
5438 #: builtin/clean.c:821
5439 msgid "Would remove the following item:"
5440 msgid_plural "Would remove the following items:"
5441 msgstr[0] ""
5442 msgstr[1] ""
5444 #: builtin/clean.c:838
5445 msgid "No more files to clean, exiting."
5446 msgstr ""
5448 #: builtin/clean.c:869
5449 msgid "do not print names of files removed"
5450 msgstr ""
5452 #: builtin/clean.c:871
5453 msgid "force"
5454 msgstr ""
5456 #: builtin/clean.c:872
5457 msgid "interactive cleaning"
5458 msgstr ""
5460 #: builtin/clean.c:874
5461 msgid "remove whole directories"
5462 msgstr ""
5464 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:725
5465 #: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:182
5466 msgid "pattern"
5467 msgstr ""
5469 #: builtin/clean.c:876
5470 msgid "add <pattern> to ignore rules"
5471 msgstr ""
5473 #: builtin/clean.c:877
5474 msgid "remove ignored files, too"
5475 msgstr ""
5477 #: builtin/clean.c:879
5478 msgid "remove only ignored files"
5479 msgstr ""
5481 #: builtin/clean.c:897
5482 msgid "-x and -X cannot be used together"
5483 msgstr ""
5485 #: builtin/clean.c:901
5486 msgid ""
5487 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5488 "clean"
5489 msgstr ""
5491 #: builtin/clean.c:904
5492 msgid ""
5493 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5494 "refusing to clean"
5495 msgstr ""
5497 #: builtin/clone.c:37
5498 msgid "git clone [<options>] [--] <repo> [<dir>]"
5499 msgstr ""
5501 #: builtin/clone.c:65
5502 msgid "don't create a checkout"
5503 msgstr ""
5505 #: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:478
5506 msgid "create a bare repository"
5507 msgstr ""
5509 #: builtin/clone.c:70
5510 msgid "create a mirror repository (implies bare)"
5511 msgstr ""
5513 #: builtin/clone.c:72
5514 msgid "to clone from a local repository"
5515 msgstr ""
5517 #: builtin/clone.c:74
5518 msgid "don't use local hardlinks, always copy"
5519 msgstr ""
5521 #: builtin/clone.c:76
5522 msgid "setup as shared repository"
5523 msgstr ""
5525 #: builtin/clone.c:78 builtin/clone.c:80
5526 msgid "initialize submodules in the clone"
5527 msgstr ""
5529 #: builtin/clone.c:82
5530 msgid "number of submodules cloned in parallel"
5531 msgstr ""
5533 #: builtin/clone.c:83 builtin/init-db.c:475
5534 msgid "template-directory"
5535 msgstr ""
5537 #: builtin/clone.c:84 builtin/init-db.c:476
5538 msgid "directory from which templates will be used"
5539 msgstr ""
5541 #: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:602
5542 #: builtin/submodule--helper.c:954
5543 msgid "reference repository"
5544 msgstr ""
5546 #: builtin/clone.c:90
5547 msgid "use --reference only while cloning"
5548 msgstr ""
5550 #: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:44
5551 msgid "name"
5552 msgstr ""
5554 #: builtin/clone.c:92
5555 msgid "use <name> instead of 'origin' to track upstream"
5556 msgstr ""
5558 #: builtin/clone.c:94
5559 msgid "checkout <branch> instead of the remote's HEAD"
5560 msgstr ""
5562 #: builtin/clone.c:96
5563 msgid "path to git-upload-pack on the remote"
5564 msgstr ""
5566 #: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:668
5567 #: builtin/pull.c:202
5568 msgid "depth"
5569 msgstr ""
5571 #: builtin/clone.c:98
5572 msgid "create a shallow clone of that depth"
5573 msgstr ""
5575 #: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2848
5576 #: parse-options.h:142
5577 msgid "time"
5578 msgstr ""
5580 #: builtin/clone.c:100
5581 msgid "create a shallow clone since a specific time"
5582 msgstr ""
5584 #: builtin/clone.c:101 builtin/fetch.c:124
5585 msgid "revision"
5586 msgstr ""
5588 #: builtin/clone.c:102 builtin/fetch.c:125
5589 msgid "deepen history of shallow clone by excluding rev"
5590 msgstr ""
5592 #: builtin/clone.c:104
5593 msgid "clone only one branch, HEAD or --branch"
5594 msgstr ""
5596 #: builtin/clone.c:106
5597 msgid "any cloned submodules will be shallow"
5598 msgstr ""
5600 #: builtin/clone.c:107 builtin/init-db.c:484
5601 msgid "gitdir"
5602 msgstr ""
5604 #: builtin/clone.c:108 builtin/init-db.c:485
5605 msgid "separate git dir from working tree"
5606 msgstr ""
5608 #: builtin/clone.c:109
5609 msgid "key=value"
5610 msgstr ""
5612 #: builtin/clone.c:110
5613 msgid "set config inside the new repository"
5614 msgstr ""
5616 #: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:547
5617 msgid "use IPv4 addresses only"
5618 msgstr ""
5620 #: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:549
5621 msgid "use IPv6 addresses only"
5622 msgstr ""
5624 #: builtin/clone.c:250
5625 msgid ""
5626 "No directory name could be guessed.\n"
5627 "Please specify a directory on the command line"
5628 msgstr ""
5630 #: builtin/clone.c:303
5631 #, c-format
5632 msgid "info: Could not add alternate for '%s': %s\n"
5633 msgstr ""
5635 #: builtin/clone.c:375
5636 #, c-format
5637 msgid "failed to open '%s'"
5638 msgstr ""
5640 #: builtin/clone.c:383
5641 #, c-format
5642 msgid "%s exists and is not a directory"
5643 msgstr ""
5645 #: builtin/clone.c:397
5646 #, c-format
5647 msgid "failed to stat %s\n"
5648 msgstr ""
5650 #: builtin/clone.c:419
5651 #, c-format
5652 msgid "failed to create link '%s'"
5653 msgstr ""
5655 #: builtin/clone.c:423
5656 #, c-format
5657 msgid "failed to copy file to '%s'"
5658 msgstr ""
5660 #: builtin/clone.c:448
5661 #, c-format
5662 msgid "done.\n"
5663 msgstr ""
5665 #: builtin/clone.c:460
5666 msgid ""
5667 "Clone succeeded, but checkout failed.\n"
5668 "You can inspect what was checked out with 'git status'\n"
5669 "and retry the checkout with 'git checkout -f HEAD'\n"
5670 msgstr ""
5672 #: builtin/clone.c:537
5673 #, c-format
5674 msgid "Could not find remote branch %s to clone."
5675 msgstr ""
5677 #: builtin/clone.c:632
5678 msgid "remote did not send all necessary objects"
5679 msgstr ""
5681 #: builtin/clone.c:648
5682 #, c-format
5683 msgid "unable to update %s"
5684 msgstr ""
5686 #: builtin/clone.c:697
5687 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5688 msgstr ""
5690 #: builtin/clone.c:728
5691 msgid "unable to checkout working tree"
5692 msgstr ""
5694 #: builtin/clone.c:768
5695 msgid "unable to write parameters to config file"
5696 msgstr ""
5698 #: builtin/clone.c:831
5699 msgid "cannot repack to clean up"
5700 msgstr ""
5702 #: builtin/clone.c:833
5703 msgid "cannot unlink temporary alternates file"
5704 msgstr ""
5706 #: builtin/clone.c:866 builtin/receive-pack.c:1895
5707 msgid "Too many arguments."
5708 msgstr ""
5710 #: builtin/clone.c:870
5711 msgid "You must specify a repository to clone."
5712 msgstr ""
5714 #: builtin/clone.c:883
5715 #, c-format
5716 msgid "--bare and --origin %s options are incompatible."
5717 msgstr ""
5719 #: builtin/clone.c:886
5720 msgid "--bare and --separate-git-dir are incompatible."
5721 msgstr ""
5723 #: builtin/clone.c:899
5724 #, c-format
5725 msgid "repository '%s' does not exist"
5726 msgstr ""
5728 #: builtin/clone.c:905 builtin/fetch.c:1338
5729 #, c-format
5730 msgid "depth %s is not a positive number"
5731 msgstr ""
5733 #: builtin/clone.c:915
5734 #, c-format
5735 msgid "destination path '%s' already exists and is not an empty directory."
5736 msgstr ""
5738 #: builtin/clone.c:925
5739 #, c-format
5740 msgid "working tree '%s' already exists."
5741 msgstr ""
5743 #: builtin/clone.c:940 builtin/clone.c:951 builtin/submodule--helper.c:657
5744 #: builtin/worktree.c:222 builtin/worktree.c:249
5745 #, c-format
5746 msgid "could not create leading directories of '%s'"
5747 msgstr ""
5749 #: builtin/clone.c:943
5750 #, c-format
5751 msgid "could not create work tree dir '%s'"
5752 msgstr ""
5754 #: builtin/clone.c:955
5755 #, c-format
5756 msgid "Cloning into bare repository '%s'...\n"
5757 msgstr ""
5759 #: builtin/clone.c:957
5760 #, c-format
5761 msgid "Cloning into '%s'...\n"
5762 msgstr ""
5764 #: builtin/clone.c:963
5765 msgid ""
5766 "clone --recursive is not compatible with both --reference and --reference-if-"
5767 "able"
5768 msgstr ""
5770 #: builtin/clone.c:1019
5771 msgid "--depth is ignored in local clones; use file:// instead."
5772 msgstr ""
5774 #: builtin/clone.c:1021
5775 msgid "--shallow-since is ignored in local clones; use file:// instead."
5776 msgstr ""
5778 #: builtin/clone.c:1023
5779 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
5780 msgstr ""
5782 #: builtin/clone.c:1026
5783 msgid "source repository is shallow, ignoring --local"
5784 msgstr ""
5786 #: builtin/clone.c:1031
5787 msgid "--local is ignored"
5788 msgstr ""
5790 #: builtin/clone.c:1035
5791 #, c-format
5792 msgid "Don't know how to clone %s"
5793 msgstr ""
5795 #: builtin/clone.c:1090 builtin/clone.c:1098
5796 #, c-format
5797 msgid "Remote branch %s not found in upstream %s"
5798 msgstr ""
5800 #: builtin/clone.c:1101
5801 msgid "You appear to have cloned an empty repository."
5802 msgstr ""
5804 #: builtin/column.c:9
5805 msgid "git column [<options>]"
5806 msgstr ""
5808 #: builtin/column.c:26
5809 msgid "lookup config vars"
5810 msgstr ""
5812 #: builtin/column.c:27 builtin/column.c:28
5813 msgid "layout to use"
5814 msgstr ""
5816 #: builtin/column.c:29
5817 msgid "Maximum width"
5818 msgstr ""
5820 #: builtin/column.c:30
5821 msgid "Padding space on left border"
5822 msgstr ""
5824 #: builtin/column.c:31
5825 msgid "Padding space on right border"
5826 msgstr ""
5828 #: builtin/column.c:32
5829 msgid "Padding space between columns"
5830 msgstr ""
5832 #: builtin/column.c:51
5833 msgid "--command must be the first argument"
5834 msgstr ""
5836 #: builtin/commit.c:38
5837 msgid "git commit [<options>] [--] <pathspec>..."
5838 msgstr ""
5840 #: builtin/commit.c:43
5841 msgid "git status [<options>] [--] <pathspec>..."
5842 msgstr ""
5844 #: builtin/commit.c:48
5845 msgid ""
5846 "Your name and email address were configured automatically based\n"
5847 "on your username and hostname. Please check that they are accurate.\n"
5848 "You can suppress this message by setting them explicitly. Run the\n"
5849 "following command and follow the instructions in your editor to edit\n"
5850 "your configuration file:\n"
5851 "\n"
5852 "    git config --global --edit\n"
5853 "\n"
5854 "After doing this, you may fix the identity used for this commit with:\n"
5855 "\n"
5856 "    git commit --amend --reset-author\n"
5857 msgstr ""
5859 #: builtin/commit.c:61
5860 msgid ""
5861 "Your name and email address were configured automatically based\n"
5862 "on your username and hostname. Please check that they are accurate.\n"
5863 "You can suppress this message by setting them explicitly:\n"
5864 "\n"
5865 "    git config --global user.name \"Your Name\"\n"
5866 "    git config --global user.email you@example.com\n"
5867 "\n"
5868 "After doing this, you may fix the identity used for this commit with:\n"
5869 "\n"
5870 "    git commit --amend --reset-author\n"
5871 msgstr ""
5873 #: builtin/commit.c:73
5874 msgid ""
5875 "You asked to amend the most recent commit, but doing so would make\n"
5876 "it empty. You can repeat your command with --allow-empty, or you can\n"
5877 "remove the commit entirely with \"git reset HEAD^\".\n"
5878 msgstr ""
5880 #: builtin/commit.c:78
5881 msgid ""
5882 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5883 "If you wish to commit it anyway, use:\n"
5884 "\n"
5885 "    git commit --allow-empty\n"
5886 "\n"
5887 msgstr ""
5889 #: builtin/commit.c:85
5890 msgid "Otherwise, please use 'git reset'\n"
5891 msgstr ""
5893 #: builtin/commit.c:88
5894 msgid ""
5895 "If you wish to skip this commit, use:\n"
5896 "\n"
5897 "    git reset\n"
5898 "\n"
5899 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
5900 "the remaining commits.\n"
5901 msgstr ""
5903 #: builtin/commit.c:318
5904 msgid "failed to unpack HEAD tree object"
5905 msgstr ""
5907 #: builtin/commit.c:359
5908 msgid "unable to create temporary index"
5909 msgstr ""
5911 #: builtin/commit.c:365
5912 msgid "interactive add failed"
5913 msgstr ""
5915 #: builtin/commit.c:378
5916 msgid "unable to update temporary index"
5917 msgstr ""
5919 #: builtin/commit.c:380
5920 msgid "Failed to update main cache tree"
5921 msgstr ""
5923 #: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
5924 msgid "unable to write new_index file"
5925 msgstr ""
5927 #: builtin/commit.c:458
5928 msgid "cannot do a partial commit during a merge."
5929 msgstr ""
5931 #: builtin/commit.c:460
5932 msgid "cannot do a partial commit during a cherry-pick."
5933 msgstr ""
5935 #: builtin/commit.c:469
5936 msgid "cannot read the index"
5937 msgstr ""
5939 #: builtin/commit.c:488
5940 msgid "unable to write temporary index file"
5941 msgstr ""
5943 #: builtin/commit.c:582
5944 #, c-format
5945 msgid "commit '%s' lacks author header"
5946 msgstr ""
5948 #: builtin/commit.c:584
5949 #, c-format
5950 msgid "commit '%s' has malformed author line"
5951 msgstr ""
5953 #: builtin/commit.c:603
5954 msgid "malformed --author parameter"
5955 msgstr ""
5957 #: builtin/commit.c:611
5958 #, c-format
5959 msgid "invalid date format: %s"
5960 msgstr ""
5962 #: builtin/commit.c:655
5963 msgid ""
5964 "unable to select a comment character that is not used\n"
5965 "in the current commit message"
5966 msgstr ""
5968 #: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
5969 #, c-format
5970 msgid "could not lookup commit %s"
5971 msgstr ""
5973 #: builtin/commit.c:704 builtin/shortlog.c:286
5974 #, c-format
5975 msgid "(reading log message from standard input)\n"
5976 msgstr ""
5978 #: builtin/commit.c:706
5979 msgid "could not read log from standard input"
5980 msgstr ""
5982 #: builtin/commit.c:710
5983 #, c-format
5984 msgid "could not read log file '%s'"
5985 msgstr ""
5987 #: builtin/commit.c:737 builtin/commit.c:745
5988 msgid "could not read SQUASH_MSG"
5989 msgstr ""
5991 #: builtin/commit.c:742
5992 msgid "could not read MERGE_MSG"
5993 msgstr ""
5995 #: builtin/commit.c:796
5996 msgid "could not write commit template"
5997 msgstr ""
5999 #: builtin/commit.c:814
6000 #, c-format
6001 msgid ""
6002 "\n"
6003 "It looks like you may be committing a merge.\n"
6004 "If this is not correct, please remove the file\n"
6005 "\t%s\n"
6006 "and try again.\n"
6007 msgstr ""
6009 #: builtin/commit.c:819
6010 #, c-format
6011 msgid ""
6012 "\n"
6013 "It looks like you may be committing a cherry-pick.\n"
6014 "If this is not correct, please remove the file\n"
6015 "\t%s\n"
6016 "and try again.\n"
6017 msgstr ""
6019 #: builtin/commit.c:832
6020 #, c-format
6021 msgid ""
6022 "Please enter the commit message for your changes. Lines starting\n"
6023 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6024 msgstr ""
6026 #: builtin/commit.c:839
6027 #, c-format
6028 msgid ""
6029 "Please enter the commit message for your changes. Lines starting\n"
6030 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6031 "An empty message aborts the commit.\n"
6032 msgstr ""
6034 #: builtin/commit.c:859
6035 #, c-format
6036 msgid "%sAuthor:    %.*s <%.*s>"
6037 msgstr ""
6039 #: builtin/commit.c:867
6040 #, c-format
6041 msgid "%sDate:      %s"
6042 msgstr ""
6044 #: builtin/commit.c:874
6045 #, c-format
6046 msgid "%sCommitter: %.*s <%.*s>"
6047 msgstr ""
6049 #: builtin/commit.c:892
6050 msgid "Cannot read index"
6051 msgstr ""
6053 #: builtin/commit.c:954
6054 msgid "Error building trees"
6055 msgstr ""
6057 #: builtin/commit.c:969 builtin/tag.c:266
6058 #, c-format
6059 msgid "Please supply the message using either -m or -F option.\n"
6060 msgstr ""
6062 #: builtin/commit.c:1071
6063 #, c-format
6064 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6065 msgstr ""
6067 #: builtin/commit.c:1086 builtin/commit.c:1327
6068 #, c-format
6069 msgid "Invalid untracked files mode '%s'"
6070 msgstr ""
6072 #: builtin/commit.c:1124
6073 msgid "--long and -z are incompatible"
6074 msgstr ""
6076 #: builtin/commit.c:1154
6077 msgid "Using both --reset-author and --author does not make sense"
6078 msgstr ""
6080 #: builtin/commit.c:1163
6081 msgid "You have nothing to amend."
6082 msgstr ""
6084 #: builtin/commit.c:1166
6085 msgid "You are in the middle of a merge -- cannot amend."
6086 msgstr ""
6088 #: builtin/commit.c:1168
6089 msgid "You are in the middle of a cherry-pick -- cannot amend."
6090 msgstr ""
6092 #: builtin/commit.c:1171
6093 msgid "Options --squash and --fixup cannot be used together"
6094 msgstr ""
6096 #: builtin/commit.c:1181
6097 msgid "Only one of -c/-C/-F/--fixup can be used."
6098 msgstr ""
6100 #: builtin/commit.c:1183
6101 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6102 msgstr ""
6104 #: builtin/commit.c:1191
6105 msgid "--reset-author can be used only with -C, -c or --amend."
6106 msgstr ""
6108 #: builtin/commit.c:1208
6109 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6110 msgstr ""
6112 #: builtin/commit.c:1210
6113 msgid "No paths with --include/--only does not make sense."
6114 msgstr ""
6116 #: builtin/commit.c:1212
6117 msgid "Clever... amending the last one with dirty index."
6118 msgstr ""
6120 #: builtin/commit.c:1214
6121 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6122 msgstr ""
6124 #: builtin/commit.c:1226 builtin/tag.c:474
6125 #, c-format
6126 msgid "Invalid cleanup mode %s"
6127 msgstr ""
6129 #: builtin/commit.c:1231
6130 msgid "Paths with -a does not make sense."
6131 msgstr ""
6133 #: builtin/commit.c:1341 builtin/commit.c:1617
6134 msgid "show status concisely"
6135 msgstr ""
6137 #: builtin/commit.c:1343 builtin/commit.c:1619
6138 msgid "show branch information"
6139 msgstr ""
6141 #: builtin/commit.c:1345
6142 msgid "version"
6143 msgstr ""
6145 #: builtin/commit.c:1345 builtin/commit.c:1621 builtin/push.c:522
6146 #: builtin/worktree.c:440
6147 msgid "machine-readable output"
6148 msgstr ""
6150 #: builtin/commit.c:1348 builtin/commit.c:1623
6151 msgid "show status in long format (default)"
6152 msgstr ""
6154 #: builtin/commit.c:1351 builtin/commit.c:1626
6155 msgid "terminate entries with NUL"
6156 msgstr ""
6158 #: builtin/commit.c:1353 builtin/commit.c:1629 builtin/fast-export.c:981
6159 #: builtin/fast-export.c:984 builtin/tag.c:353
6160 msgid "mode"
6161 msgstr ""
6163 #: builtin/commit.c:1354 builtin/commit.c:1629
6164 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6165 msgstr ""
6167 #: builtin/commit.c:1357
6168 msgid "show ignored files"
6169 msgstr ""
6171 #: builtin/commit.c:1358 parse-options.h:155
6172 msgid "when"
6173 msgstr ""
6175 #: builtin/commit.c:1359
6176 msgid ""
6177 "ignore changes to submodules, optional when: all, dirty, untracked. "
6178 "(Default: all)"
6179 msgstr ""
6181 #: builtin/commit.c:1361
6182 msgid "list untracked files in columns"
6183 msgstr ""
6185 #: builtin/commit.c:1437
6186 msgid "couldn't look up newly created commit"
6187 msgstr ""
6189 #: builtin/commit.c:1439
6190 msgid "could not parse newly created commit"
6191 msgstr ""
6193 #: builtin/commit.c:1484
6194 msgid "detached HEAD"
6195 msgstr ""
6197 #: builtin/commit.c:1487
6198 msgid " (root-commit)"
6199 msgstr ""
6201 #: builtin/commit.c:1587
6202 msgid "suppress summary after successful commit"
6203 msgstr ""
6205 #: builtin/commit.c:1588
6206 msgid "show diff in commit message template"
6207 msgstr ""
6209 #: builtin/commit.c:1590
6210 msgid "Commit message options"
6211 msgstr ""
6213 #: builtin/commit.c:1591 builtin/tag.c:351
6214 msgid "read message from file"
6215 msgstr ""
6217 #: builtin/commit.c:1592
6218 msgid "author"
6219 msgstr ""
6221 #: builtin/commit.c:1592
6222 msgid "override author for commit"
6223 msgstr ""
6225 #: builtin/commit.c:1593 builtin/gc.c:326
6226 msgid "date"
6227 msgstr ""
6229 #: builtin/commit.c:1593
6230 msgid "override date for commit"
6231 msgstr ""
6233 #: builtin/commit.c:1594 builtin/merge.c:220 builtin/notes.c:398
6234 #: builtin/notes.c:561 builtin/tag.c:349
6235 msgid "message"
6236 msgstr ""
6238 #: builtin/commit.c:1594
6239 msgid "commit message"
6240 msgstr ""
6242 #: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6243 #: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:79
6244 msgid "commit"
6245 msgstr ""
6247 #: builtin/commit.c:1595
6248 msgid "reuse and edit message from specified commit"
6249 msgstr ""
6251 #: builtin/commit.c:1596
6252 msgid "reuse message from specified commit"
6253 msgstr ""
6255 #: builtin/commit.c:1597
6256 msgid "use autosquash formatted message to fixup specified commit"
6257 msgstr ""
6259 #: builtin/commit.c:1598
6260 msgid "use autosquash formatted message to squash specified commit"
6261 msgstr ""
6263 #: builtin/commit.c:1599
6264 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6265 msgstr ""
6267 #: builtin/commit.c:1600 builtin/log.c:1413 builtin/revert.c:86
6268 msgid "add Signed-off-by:"
6269 msgstr ""
6271 #: builtin/commit.c:1601
6272 msgid "use specified template file"
6273 msgstr ""
6275 #: builtin/commit.c:1602
6276 msgid "force edit of commit"
6277 msgstr ""
6279 #: builtin/commit.c:1603
6280 msgid "default"
6281 msgstr ""
6283 #: builtin/commit.c:1603 builtin/tag.c:354
6284 msgid "how to strip spaces and #comments from message"
6285 msgstr ""
6287 #: builtin/commit.c:1604
6288 msgid "include status in commit message template"
6289 msgstr ""
6291 #: builtin/commit.c:1606 builtin/merge.c:230 builtin/pull.c:166
6292 #: builtin/revert.c:93
6293 msgid "GPG sign commit"
6294 msgstr ""
6296 #: builtin/commit.c:1609
6297 msgid "Commit contents options"
6298 msgstr ""
6300 #: builtin/commit.c:1610
6301 msgid "commit all changed files"
6302 msgstr ""
6304 #: builtin/commit.c:1611
6305 msgid "add specified files to index for commit"
6306 msgstr ""
6308 #: builtin/commit.c:1612
6309 msgid "interactively add files"
6310 msgstr ""
6312 #: builtin/commit.c:1613
6313 msgid "interactively add changes"
6314 msgstr ""
6316 #: builtin/commit.c:1614
6317 msgid "commit only specified files"
6318 msgstr ""
6320 #: builtin/commit.c:1615
6321 msgid "bypass pre-commit and commit-msg hooks"
6322 msgstr ""
6324 #: builtin/commit.c:1616
6325 msgid "show what would be committed"
6326 msgstr ""
6328 #: builtin/commit.c:1627
6329 msgid "amend previous commit"
6330 msgstr ""
6332 #: builtin/commit.c:1628
6333 msgid "bypass post-rewrite hook"
6334 msgstr ""
6336 #: builtin/commit.c:1633
6337 msgid "ok to record an empty change"
6338 msgstr ""
6340 #: builtin/commit.c:1635
6341 msgid "ok to record a change with an empty message"
6342 msgstr ""
6344 #: builtin/commit.c:1664
6345 msgid "could not parse HEAD commit"
6346 msgstr ""
6348 #: builtin/commit.c:1712
6349 #, c-format
6350 msgid "Corrupt MERGE_HEAD file (%s)"
6351 msgstr ""
6353 #: builtin/commit.c:1719
6354 msgid "could not read MERGE_MODE"
6355 msgstr ""
6357 #: builtin/commit.c:1738
6358 #, c-format
6359 msgid "could not read commit message: %s"
6360 msgstr ""
6362 #: builtin/commit.c:1749
6363 #, c-format
6364 msgid "Aborting commit; you did not edit the message.\n"
6365 msgstr ""
6367 #: builtin/commit.c:1754
6368 #, c-format
6369 msgid "Aborting commit due to empty commit message.\n"
6370 msgstr ""
6372 #: builtin/commit.c:1802
6373 msgid ""
6374 "Repository has been updated, but unable to write\n"
6375 "new_index file. Check that disk is not full and quota is\n"
6376 "not exceeded, and then \"git reset HEAD\" to recover."
6377 msgstr ""
6379 #: builtin/config.c:9
6380 msgid "git config [<options>]"
6381 msgstr ""
6383 #: builtin/config.c:55
6384 msgid "Config file location"
6385 msgstr ""
6387 #: builtin/config.c:56
6388 msgid "use global config file"
6389 msgstr ""
6391 #: builtin/config.c:57
6392 msgid "use system config file"
6393 msgstr ""
6395 #: builtin/config.c:58
6396 msgid "use repository config file"
6397 msgstr ""
6399 #: builtin/config.c:59
6400 msgid "use given config file"
6401 msgstr ""
6403 #: builtin/config.c:60
6404 msgid "blob-id"
6405 msgstr ""
6407 #: builtin/config.c:60
6408 msgid "read config from given blob object"
6409 msgstr ""
6411 #: builtin/config.c:61
6412 msgid "Action"
6413 msgstr ""
6415 #: builtin/config.c:62
6416 msgid "get value: name [value-regex]"
6417 msgstr ""
6419 #: builtin/config.c:63
6420 msgid "get all values: key [value-regex]"
6421 msgstr ""
6423 #: builtin/config.c:64
6424 msgid "get values for regexp: name-regex [value-regex]"
6425 msgstr ""
6427 #: builtin/config.c:65
6428 msgid "get value specific for the URL: section[.var] URL"
6429 msgstr ""
6431 #: builtin/config.c:66
6432 msgid "replace all matching variables: name value [value_regex]"
6433 msgstr ""
6435 #: builtin/config.c:67
6436 msgid "add a new variable: name value"
6437 msgstr ""
6439 #: builtin/config.c:68
6440 msgid "remove a variable: name [value-regex]"
6441 msgstr ""
6443 #: builtin/config.c:69
6444 msgid "remove all matches: name [value-regex]"
6445 msgstr ""
6447 #: builtin/config.c:70
6448 msgid "rename section: old-name new-name"
6449 msgstr ""
6451 #: builtin/config.c:71
6452 msgid "remove a section: name"
6453 msgstr ""
6455 #: builtin/config.c:72
6456 msgid "list all"
6457 msgstr ""
6459 #: builtin/config.c:73
6460 msgid "open an editor"
6461 msgstr ""
6463 #: builtin/config.c:74
6464 msgid "find the color configured: slot [default]"
6465 msgstr ""
6467 #: builtin/config.c:75
6468 msgid "find the color setting: slot [stdout-is-tty]"
6469 msgstr ""
6471 #: builtin/config.c:76
6472 msgid "Type"
6473 msgstr ""
6475 #: builtin/config.c:77
6476 msgid "value is \"true\" or \"false\""
6477 msgstr ""
6479 #: builtin/config.c:78
6480 msgid "value is decimal number"
6481 msgstr ""
6483 #: builtin/config.c:79
6484 msgid "value is --bool or --int"
6485 msgstr ""
6487 #: builtin/config.c:80
6488 msgid "value is a path (file or directory name)"
6489 msgstr ""
6491 #: builtin/config.c:81
6492 msgid "Other"
6493 msgstr ""
6495 #: builtin/config.c:82
6496 msgid "terminate values with NUL byte"
6497 msgstr ""
6499 #: builtin/config.c:83
6500 msgid "show variable names only"
6501 msgstr ""
6503 #: builtin/config.c:84
6504 msgid "respect include directives on lookup"
6505 msgstr ""
6507 #: builtin/config.c:85
6508 msgid "show origin of config (file, standard input, blob, command line)"
6509 msgstr ""
6511 #: builtin/config.c:327
6512 msgid "unable to parse default color value"
6513 msgstr ""
6515 #: builtin/config.c:471
6516 #, c-format
6517 msgid ""
6518 "# This is Git's per-user configuration file.\n"
6519 "[user]\n"
6520 "# Please adapt and uncomment the following lines:\n"
6521 "#\tname = %s\n"
6522 "#\temail = %s\n"
6523 msgstr ""
6525 #: builtin/config.c:613
6526 #, c-format
6527 msgid "cannot create configuration file %s"
6528 msgstr ""
6530 #: builtin/config.c:625
6531 #, c-format
6532 msgid ""
6533 "cannot overwrite multiple values with a single value\n"
6534 "       Use a regexp, --add or --replace-all to change %s."
6535 msgstr ""
6537 #: builtin/count-objects.c:86
6538 msgid "git count-objects [-v] [-H | --human-readable]"
6539 msgstr ""
6541 #: builtin/count-objects.c:96
6542 msgid "print sizes in human readable format"
6543 msgstr ""
6545 #: builtin/describe.c:17
6546 msgid "git describe [<options>] [<commit-ish>...]"
6547 msgstr ""
6549 #: builtin/describe.c:18
6550 msgid "git describe [<options>] --dirty"
6551 msgstr ""
6553 #: builtin/describe.c:217
6554 #, c-format
6555 msgid "annotated tag %s not available"
6556 msgstr ""
6558 #: builtin/describe.c:221
6559 #, c-format
6560 msgid "annotated tag %s has no embedded name"
6561 msgstr ""
6563 #: builtin/describe.c:223
6564 #, c-format
6565 msgid "tag '%s' is really '%s' here"
6566 msgstr ""
6568 #: builtin/describe.c:250 builtin/log.c:480
6569 #, c-format
6570 msgid "Not a valid object name %s"
6571 msgstr ""
6573 #: builtin/describe.c:253
6574 #, c-format
6575 msgid "%s is not a valid '%s' object"
6576 msgstr ""
6578 #: builtin/describe.c:270
6579 #, c-format
6580 msgid "no tag exactly matches '%s'"
6581 msgstr ""
6583 #: builtin/describe.c:272
6584 #, c-format
6585 msgid "searching to describe %s\n"
6586 msgstr ""
6588 #: builtin/describe.c:319
6589 #, c-format
6590 msgid "finished search at %s\n"
6591 msgstr ""
6593 #: builtin/describe.c:346
6594 #, c-format
6595 msgid ""
6596 "No annotated tags can describe '%s'.\n"
6597 "However, there were unannotated tags: try --tags."
6598 msgstr ""
6600 #: builtin/describe.c:350
6601 #, c-format
6602 msgid ""
6603 "No tags can describe '%s'.\n"
6604 "Try --always, or create some tags."
6605 msgstr ""
6607 #: builtin/describe.c:371
6608 #, c-format
6609 msgid "traversed %lu commits\n"
6610 msgstr ""
6612 #: builtin/describe.c:374
6613 #, c-format
6614 msgid ""
6615 "more than %i tags found; listed %i most recent\n"
6616 "gave up search at %s\n"
6617 msgstr ""
6619 #: builtin/describe.c:396
6620 msgid "find the tag that comes after the commit"
6621 msgstr ""
6623 #: builtin/describe.c:397
6624 msgid "debug search strategy on stderr"
6625 msgstr ""
6627 #: builtin/describe.c:398
6628 msgid "use any ref"
6629 msgstr ""
6631 #: builtin/describe.c:399
6632 msgid "use any tag, even unannotated"
6633 msgstr ""
6635 #: builtin/describe.c:400
6636 msgid "always use long format"
6637 msgstr ""
6639 #: builtin/describe.c:401
6640 msgid "only follow first parent"
6641 msgstr ""
6643 #: builtin/describe.c:404
6644 msgid "only output exact matches"
6645 msgstr ""
6647 #: builtin/describe.c:406
6648 msgid "consider <n> most recent tags (default: 10)"
6649 msgstr ""
6651 #: builtin/describe.c:408
6652 msgid "only consider tags matching <pattern>"
6653 msgstr ""
6655 #: builtin/describe.c:410 builtin/name-rev.c:320
6656 msgid "show abbreviated commit object as fallback"
6657 msgstr ""
6659 #: builtin/describe.c:411
6660 msgid "mark"
6661 msgstr ""
6663 #: builtin/describe.c:412
6664 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6665 msgstr ""
6667 #: builtin/describe.c:430
6668 msgid "--long is incompatible with --abbrev=0"
6669 msgstr ""
6671 #: builtin/describe.c:456
6672 msgid "No names found, cannot describe anything."
6673 msgstr ""
6675 #: builtin/describe.c:476
6676 msgid "--dirty is incompatible with commit-ishes"
6677 msgstr ""
6679 #: builtin/diff.c:86
6680 #, c-format
6681 msgid "'%s': not a regular file or symlink"
6682 msgstr ""
6684 #: builtin/diff.c:237
6685 #, c-format
6686 msgid "invalid option: %s"
6687 msgstr ""
6689 #: builtin/diff.c:361
6690 msgid "Not a git repository"
6691 msgstr ""
6693 #: builtin/diff.c:404
6694 #, c-format
6695 msgid "invalid object '%s' given."
6696 msgstr ""
6698 #: builtin/diff.c:413
6699 #, c-format
6700 msgid "more than two blobs given: '%s'"
6701 msgstr ""
6703 #: builtin/diff.c:420
6704 #, c-format
6705 msgid "unhandled object '%s' given."
6706 msgstr ""
6708 #: builtin/fast-export.c:25
6709 msgid "git fast-export [rev-list-opts]"
6710 msgstr ""
6712 #: builtin/fast-export.c:980
6713 msgid "show progress after <n> objects"
6714 msgstr ""
6716 #: builtin/fast-export.c:982
6717 msgid "select handling of signed tags"
6718 msgstr ""
6720 #: builtin/fast-export.c:985
6721 msgid "select handling of tags that tag filtered objects"
6722 msgstr ""
6724 #: builtin/fast-export.c:988
6725 msgid "Dump marks to this file"
6726 msgstr ""
6728 #: builtin/fast-export.c:990
6729 msgid "Import marks from this file"
6730 msgstr ""
6732 #: builtin/fast-export.c:992
6733 msgid "Fake a tagger when tags lack one"
6734 msgstr ""
6736 #: builtin/fast-export.c:994
6737 msgid "Output full tree for each commit"
6738 msgstr ""
6740 #: builtin/fast-export.c:996
6741 msgid "Use the done feature to terminate the stream"
6742 msgstr ""
6744 #: builtin/fast-export.c:997
6745 msgid "Skip output of blob data"
6746 msgstr ""
6748 #: builtin/fast-export.c:998
6749 msgid "refspec"
6750 msgstr ""
6752 #: builtin/fast-export.c:999
6753 msgid "Apply refspec to exported refs"
6754 msgstr ""
6756 #: builtin/fast-export.c:1000
6757 msgid "anonymize output"
6758 msgstr ""
6760 #: builtin/fetch.c:21
6761 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
6762 msgstr ""
6764 #: builtin/fetch.c:22
6765 msgid "git fetch [<options>] <group>"
6766 msgstr ""
6768 #: builtin/fetch.c:23
6769 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
6770 msgstr ""
6772 #: builtin/fetch.c:24
6773 msgid "git fetch --all [<options>]"
6774 msgstr ""
6776 #: builtin/fetch.c:95 builtin/pull.c:175
6777 msgid "fetch from all remotes"
6778 msgstr ""
6780 #: builtin/fetch.c:97 builtin/pull.c:178
6781 msgid "append to .git/FETCH_HEAD instead of overwriting"
6782 msgstr ""
6784 #: builtin/fetch.c:99 builtin/pull.c:181
6785 msgid "path to upload pack on remote end"
6786 msgstr ""
6788 #: builtin/fetch.c:100 builtin/pull.c:183
6789 msgid "force overwrite of local branch"
6790 msgstr ""
6792 #: builtin/fetch.c:102
6793 msgid "fetch from multiple remotes"
6794 msgstr ""
6796 #: builtin/fetch.c:104 builtin/pull.c:185
6797 msgid "fetch all tags and associated objects"
6798 msgstr ""
6800 #: builtin/fetch.c:106
6801 msgid "do not fetch all tags (--no-tags)"
6802 msgstr ""
6804 #: builtin/fetch.c:108
6805 msgid "number of submodules fetched in parallel"
6806 msgstr ""
6808 #: builtin/fetch.c:110 builtin/pull.c:188
6809 msgid "prune remote-tracking branches no longer on remote"
6810 msgstr ""
6812 #: builtin/fetch.c:111 builtin/pull.c:191
6813 msgid "on-demand"
6814 msgstr ""
6816 #: builtin/fetch.c:112 builtin/pull.c:192
6817 msgid "control recursive fetching of submodules"
6818 msgstr ""
6820 #: builtin/fetch.c:116 builtin/pull.c:200
6821 msgid "keep downloaded pack"
6822 msgstr ""
6824 #: builtin/fetch.c:118
6825 msgid "allow updating of HEAD ref"
6826 msgstr ""
6828 #: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
6829 msgid "deepen history of shallow clone"
6830 msgstr ""
6832 #: builtin/fetch.c:123
6833 msgid "deepen history of shallow repository based on time"
6834 msgstr ""
6836 #: builtin/fetch.c:129 builtin/pull.c:206
6837 msgid "convert to a complete repository"
6838 msgstr ""
6840 #: builtin/fetch.c:131 builtin/log.c:1433
6841 msgid "dir"
6842 msgstr ""
6844 #: builtin/fetch.c:132
6845 msgid "prepend this to submodule path output"
6846 msgstr ""
6848 #: builtin/fetch.c:135
6849 msgid "default mode for recursion"
6850 msgstr ""
6852 #: builtin/fetch.c:137 builtin/pull.c:209
6853 msgid "accept refs that update .git/shallow"
6854 msgstr ""
6856 #: builtin/fetch.c:138 builtin/pull.c:211
6857 msgid "refmap"
6858 msgstr ""
6860 #: builtin/fetch.c:139 builtin/pull.c:212
6861 msgid "specify fetch refmap"
6862 msgstr ""
6864 #: builtin/fetch.c:398
6865 msgid "Couldn't find remote ref HEAD"
6866 msgstr ""
6868 #: builtin/fetch.c:514
6869 #, c-format
6870 msgid "configuration fetch.output contains invalid value %s"
6871 msgstr ""
6873 #: builtin/fetch.c:607
6874 #, c-format
6875 msgid "object %s not found"
6876 msgstr ""
6878 #: builtin/fetch.c:611
6879 msgid "[up to date]"
6880 msgstr ""
6882 #: builtin/fetch.c:624 builtin/fetch.c:704
6883 msgid "[rejected]"
6884 msgstr ""
6886 #: builtin/fetch.c:625
6887 msgid "can't fetch in current branch"
6888 msgstr ""
6890 #: builtin/fetch.c:634
6891 msgid "[tag update]"
6892 msgstr ""
6894 #: builtin/fetch.c:635 builtin/fetch.c:668 builtin/fetch.c:684
6895 #: builtin/fetch.c:699
6896 msgid "unable to update local ref"
6897 msgstr ""
6899 #: builtin/fetch.c:654
6900 msgid "[new tag]"
6901 msgstr ""
6903 #: builtin/fetch.c:657
6904 msgid "[new branch]"
6905 msgstr ""
6907 #: builtin/fetch.c:660
6908 msgid "[new ref]"
6909 msgstr ""
6911 #: builtin/fetch.c:699
6912 msgid "forced update"
6913 msgstr ""
6915 #: builtin/fetch.c:704
6916 msgid "non-fast-forward"
6917 msgstr ""
6919 #: builtin/fetch.c:749
6920 #, c-format
6921 msgid "%s did not send all necessary objects\n"
6922 msgstr ""
6924 #: builtin/fetch.c:769
6925 #, c-format
6926 msgid "reject %s because shallow roots are not allowed to be updated"
6927 msgstr ""
6929 #: builtin/fetch.c:856 builtin/fetch.c:952
6930 #, c-format
6931 msgid "From %.*s\n"
6932 msgstr ""
6934 #: builtin/fetch.c:867
6935 #, c-format
6936 msgid ""
6937 "some local refs could not be updated; try running\n"
6938 " 'git remote prune %s' to remove any old, conflicting branches"
6939 msgstr ""
6941 #: builtin/fetch.c:922
6942 #, c-format
6943 msgid "   (%s will become dangling)"
6944 msgstr ""
6946 #: builtin/fetch.c:923
6947 #, c-format
6948 msgid "   (%s has become dangling)"
6949 msgstr ""
6951 #: builtin/fetch.c:955
6952 msgid "[deleted]"
6953 msgstr ""
6955 #: builtin/fetch.c:956 builtin/remote.c:1020
6956 msgid "(none)"
6957 msgstr ""
6959 #: builtin/fetch.c:979
6960 #, c-format
6961 msgid "Refusing to fetch into current branch %s of non-bare repository"
6962 msgstr ""
6964 #: builtin/fetch.c:998
6965 #, c-format
6966 msgid "Option \"%s\" value \"%s\" is not valid for %s"
6967 msgstr ""
6969 #: builtin/fetch.c:1001
6970 #, c-format
6971 msgid "Option \"%s\" is ignored for %s\n"
6972 msgstr ""
6974 #: builtin/fetch.c:1077
6975 #, c-format
6976 msgid "Don't know how to fetch from %s"
6977 msgstr ""
6979 #: builtin/fetch.c:1237
6980 #, c-format
6981 msgid "Fetching %s\n"
6982 msgstr ""
6984 #: builtin/fetch.c:1239 builtin/remote.c:96
6985 #, c-format
6986 msgid "Could not fetch %s"
6987 msgstr ""
6989 #: builtin/fetch.c:1257
6990 msgid ""
6991 "No remote repository specified.  Please, specify either a URL or a\n"
6992 "remote name from which new revisions should be fetched."
6993 msgstr ""
6995 #: builtin/fetch.c:1280
6996 msgid "You need to specify a tag name."
6997 msgstr ""
6999 #: builtin/fetch.c:1322
7000 msgid "Negative depth in --deepen is not supported"
7001 msgstr ""
7003 #: builtin/fetch.c:1324
7004 msgid "--deepen and --depth are mutually exclusive"
7005 msgstr ""
7007 #: builtin/fetch.c:1329
7008 msgid "--depth and --unshallow cannot be used together"
7009 msgstr ""
7011 #: builtin/fetch.c:1331
7012 msgid "--unshallow on a complete repository does not make sense"
7013 msgstr ""
7015 #: builtin/fetch.c:1353
7016 msgid "fetch --all does not take a repository argument"
7017 msgstr ""
7019 #: builtin/fetch.c:1355
7020 msgid "fetch --all does not make sense with refspecs"
7021 msgstr ""
7023 #: builtin/fetch.c:1366
7024 #, c-format
7025 msgid "No such remote or remote group: %s"
7026 msgstr ""
7028 #: builtin/fetch.c:1374
7029 msgid "Fetching a group and specifying refspecs does not make sense"
7030 msgstr ""
7032 #: builtin/fmt-merge-msg.c:14
7033 msgid ""
7034 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7035 msgstr ""
7037 #: builtin/fmt-merge-msg.c:663
7038 msgid "populate log with at most <n> entries from shortlog"
7039 msgstr ""
7041 #: builtin/fmt-merge-msg.c:666
7042 msgid "alias for --log (deprecated)"
7043 msgstr ""
7045 #: builtin/fmt-merge-msg.c:669
7046 msgid "text"
7047 msgstr ""
7049 #: builtin/fmt-merge-msg.c:670
7050 msgid "use <text> as start of message"
7051 msgstr ""
7053 #: builtin/fmt-merge-msg.c:671
7054 msgid "file to read from"
7055 msgstr ""
7057 #: builtin/for-each-ref.c:9
7058 msgid "git for-each-ref [<options>] [<pattern>]"
7059 msgstr ""
7061 #: builtin/for-each-ref.c:10
7062 msgid "git for-each-ref [--points-at <object>]"
7063 msgstr ""
7065 #: builtin/for-each-ref.c:11
7066 msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
7067 msgstr ""
7069 #: builtin/for-each-ref.c:12
7070 msgid "git for-each-ref [--contains [<object>]]"
7071 msgstr ""
7073 #: builtin/for-each-ref.c:27
7074 msgid "quote placeholders suitably for shells"
7075 msgstr ""
7077 #: builtin/for-each-ref.c:29
7078 msgid "quote placeholders suitably for perl"
7079 msgstr ""
7081 #: builtin/for-each-ref.c:31
7082 msgid "quote placeholders suitably for python"
7083 msgstr ""
7085 #: builtin/for-each-ref.c:33
7086 msgid "quote placeholders suitably for Tcl"
7087 msgstr ""
7089 #: builtin/for-each-ref.c:36
7090 msgid "show only <n> matched refs"
7091 msgstr ""
7093 #: builtin/for-each-ref.c:37 builtin/tag.c:372
7094 msgid "format to use for the output"
7095 msgstr ""
7097 #: builtin/for-each-ref.c:41
7098 msgid "print only refs which points at the given object"
7099 msgstr ""
7101 #: builtin/for-each-ref.c:43
7102 msgid "print only refs that are merged"
7103 msgstr ""
7105 #: builtin/for-each-ref.c:44
7106 msgid "print only refs that are not merged"
7107 msgstr ""
7109 #: builtin/for-each-ref.c:45
7110 msgid "print only refs which contain the commit"
7111 msgstr ""
7113 #: builtin/fsck.c:519
7114 msgid "Checking object directories"
7115 msgstr ""
7117 #: builtin/fsck.c:588
7118 msgid "git fsck [<options>] [<object>...]"
7119 msgstr ""
7121 #: builtin/fsck.c:594
7122 msgid "show unreachable objects"
7123 msgstr ""
7125 #: builtin/fsck.c:595
7126 msgid "show dangling objects"
7127 msgstr ""
7129 #: builtin/fsck.c:596
7130 msgid "report tags"
7131 msgstr ""
7133 #: builtin/fsck.c:597
7134 msgid "report root nodes"
7135 msgstr ""
7137 #: builtin/fsck.c:598
7138 msgid "make index objects head nodes"
7139 msgstr ""
7141 #: builtin/fsck.c:599
7142 msgid "make reflogs head nodes (default)"
7143 msgstr ""
7145 #: builtin/fsck.c:600
7146 msgid "also consider packs and alternate objects"
7147 msgstr ""
7149 #: builtin/fsck.c:601
7150 msgid "check only connectivity"
7151 msgstr ""
7153 #: builtin/fsck.c:602
7154 msgid "enable more strict checking"
7155 msgstr ""
7157 #: builtin/fsck.c:604
7158 msgid "write dangling objects in .git/lost-found"
7159 msgstr ""
7161 #: builtin/fsck.c:605 builtin/prune.c:107
7162 msgid "show progress"
7163 msgstr ""
7165 #: builtin/fsck.c:606
7166 msgid "show verbose names for reachable objects"
7167 msgstr ""
7169 #: builtin/fsck.c:665
7170 msgid "Checking objects"
7171 msgstr ""
7173 #: builtin/gc.c:25
7174 msgid "git gc [<options>]"
7175 msgstr ""
7177 #: builtin/gc.c:72
7178 #, c-format
7179 msgid "Invalid %s: '%s'"
7180 msgstr ""
7182 #: builtin/gc.c:139
7183 #, c-format
7184 msgid "insanely long object directory %.*s"
7185 msgstr ""
7187 #: builtin/gc.c:290
7188 #, c-format
7189 msgid ""
7190 "The last gc run reported the following. Please correct the root cause\n"
7191 "and remove %s.\n"
7192 "Automatic cleanup will not be performed until the file is removed.\n"
7193 "\n"
7194 "%s"
7195 msgstr ""
7197 #: builtin/gc.c:327
7198 msgid "prune unreferenced objects"
7199 msgstr ""
7201 #: builtin/gc.c:329
7202 msgid "be more thorough (increased runtime)"
7203 msgstr ""
7205 #: builtin/gc.c:330
7206 msgid "enable auto-gc mode"
7207 msgstr ""
7209 #: builtin/gc.c:331
7210 msgid "force running gc even if there may be another gc running"
7211 msgstr ""
7213 #: builtin/gc.c:373
7214 #, c-format
7215 msgid "Auto packing the repository in background for optimum performance.\n"
7216 msgstr ""
7218 #: builtin/gc.c:375
7219 #, c-format
7220 msgid "Auto packing the repository for optimum performance.\n"
7221 msgstr ""
7223 #: builtin/gc.c:376
7224 #, c-format
7225 msgid "See \"git help gc\" for manual housekeeping.\n"
7226 msgstr ""
7228 #: builtin/gc.c:397
7229 #, c-format
7230 msgid ""
7231 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7232 msgstr ""
7234 #: builtin/gc.c:441
7235 msgid ""
7236 "There are too many unreachable loose objects; run 'git prune' to remove them."
7237 msgstr ""
7239 #: builtin/grep.c:23
7240 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7241 msgstr ""
7243 #: builtin/grep.c:219
7244 #, c-format
7245 msgid "grep: failed to create thread: %s"
7246 msgstr ""
7248 #: builtin/grep.c:277
7249 #, c-format
7250 msgid "invalid number of threads specified (%d) for %s"
7251 msgstr ""
7253 #: builtin/grep.c:453 builtin/grep.c:488
7254 #, c-format
7255 msgid "unable to read tree (%s)"
7256 msgstr ""
7258 #: builtin/grep.c:503
7259 #, c-format
7260 msgid "unable to grep from object of type %s"
7261 msgstr ""
7263 #: builtin/grep.c:561
7264 #, c-format
7265 msgid "switch `%c' expects a numerical value"
7266 msgstr ""
7268 #: builtin/grep.c:647
7269 msgid "search in index instead of in the work tree"
7270 msgstr ""
7272 #: builtin/grep.c:649
7273 msgid "find in contents not managed by git"
7274 msgstr ""
7276 #: builtin/grep.c:651
7277 msgid "search in both tracked and untracked files"
7278 msgstr ""
7280 #: builtin/grep.c:653
7281 msgid "ignore files specified via '.gitignore'"
7282 msgstr ""
7284 #: builtin/grep.c:656
7285 msgid "show non-matching lines"
7286 msgstr ""
7288 #: builtin/grep.c:658
7289 msgid "case insensitive matching"
7290 msgstr ""
7292 #: builtin/grep.c:660
7293 msgid "match patterns only at word boundaries"
7294 msgstr ""
7296 #: builtin/grep.c:662
7297 msgid "process binary files as text"
7298 msgstr ""
7300 #: builtin/grep.c:664
7301 msgid "don't match patterns in binary files"
7302 msgstr ""
7304 #: builtin/grep.c:667
7305 msgid "process binary files with textconv filters"
7306 msgstr ""
7308 #: builtin/grep.c:669
7309 msgid "descend at most <depth> levels"
7310 msgstr ""
7312 #: builtin/grep.c:673
7313 msgid "use extended POSIX regular expressions"
7314 msgstr ""
7316 #: builtin/grep.c:676
7317 msgid "use basic POSIX regular expressions (default)"
7318 msgstr ""
7320 #: builtin/grep.c:679
7321 msgid "interpret patterns as fixed strings"
7322 msgstr ""
7324 #: builtin/grep.c:682
7325 msgid "use Perl-compatible regular expressions"
7326 msgstr ""
7328 #: builtin/grep.c:685
7329 msgid "show line numbers"
7330 msgstr ""
7332 #: builtin/grep.c:686
7333 msgid "don't show filenames"
7334 msgstr ""
7336 #: builtin/grep.c:687
7337 msgid "show filenames"
7338 msgstr ""
7340 #: builtin/grep.c:689
7341 msgid "show filenames relative to top directory"
7342 msgstr ""
7344 #: builtin/grep.c:691
7345 msgid "show only filenames instead of matching lines"
7346 msgstr ""
7348 #: builtin/grep.c:693
7349 msgid "synonym for --files-with-matches"
7350 msgstr ""
7352 #: builtin/grep.c:696
7353 msgid "show only the names of files without match"
7354 msgstr ""
7356 #: builtin/grep.c:698
7357 msgid "print NUL after filenames"
7358 msgstr ""
7360 #: builtin/grep.c:700
7361 msgid "show the number of matches instead of matching lines"
7362 msgstr ""
7364 #: builtin/grep.c:701
7365 msgid "highlight matches"
7366 msgstr ""
7368 #: builtin/grep.c:703
7369 msgid "print empty line between matches from different files"
7370 msgstr ""
7372 #: builtin/grep.c:705
7373 msgid "show filename only once above matches from same file"
7374 msgstr ""
7376 #: builtin/grep.c:708
7377 msgid "show <n> context lines before and after matches"
7378 msgstr ""
7380 #: builtin/grep.c:711
7381 msgid "show <n> context lines before matches"
7382 msgstr ""
7384 #: builtin/grep.c:713
7385 msgid "show <n> context lines after matches"
7386 msgstr ""
7388 #: builtin/grep.c:715
7389 msgid "use <n> worker threads"
7390 msgstr ""
7392 #: builtin/grep.c:716
7393 msgid "shortcut for -C NUM"
7394 msgstr ""
7396 #: builtin/grep.c:719
7397 msgid "show a line with the function name before matches"
7398 msgstr ""
7400 #: builtin/grep.c:721
7401 msgid "show the surrounding function"
7402 msgstr ""
7404 #: builtin/grep.c:724
7405 msgid "read patterns from file"
7406 msgstr ""
7408 #: builtin/grep.c:726
7409 msgid "match <pattern>"
7410 msgstr ""
7412 #: builtin/grep.c:728
7413 msgid "combine patterns specified with -e"
7414 msgstr ""
7416 #: builtin/grep.c:740
7417 msgid "indicate hit with exit status without output"
7418 msgstr ""
7420 #: builtin/grep.c:742
7421 msgid "show only matches from files that match all patterns"
7422 msgstr ""
7424 #: builtin/grep.c:744
7425 msgid "show parse tree for grep expression"
7426 msgstr ""
7428 #: builtin/grep.c:748
7429 msgid "pager"
7430 msgstr ""
7432 #: builtin/grep.c:748
7433 msgid "show matching files in the pager"
7434 msgstr ""
7436 #: builtin/grep.c:751
7437 msgid "allow calling of grep(1) (ignored by this build)"
7438 msgstr ""
7440 #: builtin/grep.c:814
7441 msgid "no pattern given."
7442 msgstr ""
7444 #: builtin/grep.c:846 builtin/index-pack.c:1480
7445 #, c-format
7446 msgid "invalid number of threads specified (%d)"
7447 msgstr ""
7449 #: builtin/grep.c:876
7450 msgid "--open-files-in-pager only works on the worktree"
7451 msgstr ""
7453 #: builtin/grep.c:902
7454 msgid "--cached or --untracked cannot be used with --no-index."
7455 msgstr ""
7457 #: builtin/grep.c:907
7458 msgid "--no-index or --untracked cannot be used with revs."
7459 msgstr ""
7461 #: builtin/grep.c:910
7462 msgid "--[no-]exclude-standard cannot be used for tracked contents."
7463 msgstr ""
7465 #: builtin/grep.c:918
7466 msgid "both --cached and trees are given."
7467 msgstr ""
7469 #: builtin/hash-object.c:81
7470 msgid ""
7471 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
7472 "[--] <file>..."
7473 msgstr ""
7475 #: builtin/hash-object.c:82
7476 msgid "git hash-object  --stdin-paths"
7477 msgstr ""
7479 #: builtin/hash-object.c:94
7480 msgid "type"
7481 msgstr ""
7483 #: builtin/hash-object.c:94
7484 msgid "object type"
7485 msgstr ""
7487 #: builtin/hash-object.c:95
7488 msgid "write the object into the object database"
7489 msgstr ""
7491 #: builtin/hash-object.c:97
7492 msgid "read the object from stdin"
7493 msgstr ""
7495 #: builtin/hash-object.c:99
7496 msgid "store file as is without filters"
7497 msgstr ""
7499 #: builtin/hash-object.c:100
7500 msgid ""
7501 "just hash any random garbage to create corrupt objects for debugging Git"
7502 msgstr ""
7504 #: builtin/hash-object.c:101
7505 msgid "process file as it were from this path"
7506 msgstr ""
7508 #: builtin/help.c:42
7509 msgid "print all available commands"
7510 msgstr ""
7512 #: builtin/help.c:43
7513 msgid "exclude guides"
7514 msgstr ""
7516 #: builtin/help.c:44
7517 msgid "print list of useful guides"
7518 msgstr ""
7520 #: builtin/help.c:45
7521 msgid "show man page"
7522 msgstr ""
7524 #: builtin/help.c:46
7525 msgid "show manual in web browser"
7526 msgstr ""
7528 #: builtin/help.c:48
7529 msgid "show info page"
7530 msgstr ""
7532 #: builtin/help.c:54
7533 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
7534 msgstr ""
7536 #: builtin/help.c:66
7537 #, c-format
7538 msgid "unrecognized help format '%s'"
7539 msgstr ""
7541 #: builtin/help.c:93
7542 msgid "Failed to start emacsclient."
7543 msgstr ""
7545 #: builtin/help.c:106
7546 msgid "Failed to parse emacsclient version."
7547 msgstr ""
7549 #: builtin/help.c:114
7550 #, c-format
7551 msgid "emacsclient version '%d' too old (< 22)."
7552 msgstr ""
7554 #: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
7555 #, c-format
7556 msgid "failed to exec '%s'"
7557 msgstr ""
7559 #: builtin/help.c:207
7560 #, c-format
7561 msgid ""
7562 "'%s': path for unsupported man viewer.\n"
7563 "Please consider using 'man.<tool>.cmd' instead."
7564 msgstr ""
7566 #: builtin/help.c:219
7567 #, c-format
7568 msgid ""
7569 "'%s': cmd for supported man viewer.\n"
7570 "Please consider using 'man.<tool>.path' instead."
7571 msgstr ""
7573 #: builtin/help.c:336
7574 #, c-format
7575 msgid "'%s': unknown man viewer."
7576 msgstr ""
7578 #: builtin/help.c:353
7579 msgid "no man viewer handled the request"
7580 msgstr ""
7582 #: builtin/help.c:361
7583 msgid "no info viewer handled the request"
7584 msgstr ""
7586 #: builtin/help.c:403
7587 msgid "Defining attributes per path"
7588 msgstr ""
7590 #: builtin/help.c:404
7591 msgid "Everyday Git With 20 Commands Or So"
7592 msgstr ""
7594 #: builtin/help.c:405
7595 msgid "A Git glossary"
7596 msgstr ""
7598 #: builtin/help.c:406
7599 msgid "Specifies intentionally untracked files to ignore"
7600 msgstr ""
7602 #: builtin/help.c:407
7603 msgid "Defining submodule properties"
7604 msgstr ""
7606 #: builtin/help.c:408
7607 msgid "Specifying revisions and ranges for Git"
7608 msgstr ""
7610 #: builtin/help.c:409
7611 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7612 msgstr ""
7614 #: builtin/help.c:410
7615 msgid "An overview of recommended workflows with Git"
7616 msgstr ""
7618 #: builtin/help.c:422
7619 msgid "The common Git guides are:\n"
7620 msgstr ""
7622 #: builtin/help.c:440
7623 #, c-format
7624 msgid "`git %s' is aliased to `%s'"
7625 msgstr ""
7627 #: builtin/help.c:462 builtin/help.c:479
7628 #, c-format
7629 msgid "usage: %s%s"
7630 msgstr ""
7632 #: builtin/index-pack.c:154
7633 #, c-format
7634 msgid "unable to open %s"
7635 msgstr ""
7637 #: builtin/index-pack.c:204
7638 #, c-format
7639 msgid "object type mismatch at %s"
7640 msgstr ""
7642 #: builtin/index-pack.c:224
7643 #, c-format
7644 msgid "did not receive expected object %s"
7645 msgstr ""
7647 #: builtin/index-pack.c:227
7648 #, c-format
7649 msgid "object %s: expected type %s, found %s"
7650 msgstr ""
7652 #: builtin/index-pack.c:269
7653 #, c-format
7654 msgid "cannot fill %d byte"
7655 msgid_plural "cannot fill %d bytes"
7656 msgstr[0] ""
7657 msgstr[1] ""
7659 #: builtin/index-pack.c:279
7660 msgid "early EOF"
7661 msgstr ""
7663 #: builtin/index-pack.c:280
7664 msgid "read error on input"
7665 msgstr ""
7667 #: builtin/index-pack.c:292
7668 msgid "used more bytes than were available"
7669 msgstr ""
7671 #: builtin/index-pack.c:299
7672 msgid "pack too large for current definition of off_t"
7673 msgstr ""
7675 #: builtin/index-pack.c:302 builtin/unpack-objects.c:92
7676 msgid "pack exceeds maximum allowed size"
7677 msgstr ""
7679 #: builtin/index-pack.c:317
7680 #, c-format
7681 msgid "unable to create '%s'"
7682 msgstr ""
7684 #: builtin/index-pack.c:322
7685 #, c-format
7686 msgid "cannot open packfile '%s'"
7687 msgstr ""
7689 #: builtin/index-pack.c:336
7690 msgid "pack signature mismatch"
7691 msgstr ""
7693 #: builtin/index-pack.c:338
7694 #, c-format
7695 msgid "pack version %<PRIu32> unsupported"
7696 msgstr ""
7698 #: builtin/index-pack.c:356
7699 #, c-format
7700 msgid "pack has bad object at offset %<PRIuMAX>: %s"
7701 msgstr ""
7703 #: builtin/index-pack.c:478
7704 #, c-format
7705 msgid "inflate returned %d"
7706 msgstr ""
7708 #: builtin/index-pack.c:527
7709 msgid "offset value overflow for delta base object"
7710 msgstr ""
7712 #: builtin/index-pack.c:535
7713 msgid "delta base offset is out of bound"
7714 msgstr ""
7716 #: builtin/index-pack.c:543
7717 #, c-format
7718 msgid "unknown object type %d"
7719 msgstr ""
7721 #: builtin/index-pack.c:574
7722 msgid "cannot pread pack file"
7723 msgstr ""
7725 #: builtin/index-pack.c:576
7726 #, c-format
7727 msgid "premature end of pack file, %<PRIuMAX> byte missing"
7728 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
7729 msgstr[0] ""
7730 msgstr[1] ""
7732 #: builtin/index-pack.c:602
7733 msgid "serious inflate inconsistency"
7734 msgstr ""
7736 #: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
7737 #: builtin/index-pack.c:811 builtin/index-pack.c:820
7738 #, c-format
7739 msgid "SHA1 COLLISION FOUND WITH %s !"
7740 msgstr ""
7742 #: builtin/index-pack.c:751 builtin/pack-objects.c:166
7743 #: builtin/pack-objects.c:258
7744 #, c-format
7745 msgid "unable to read %s"
7746 msgstr ""
7748 #: builtin/index-pack.c:817
7749 #, c-format
7750 msgid "cannot read existing object %s"
7751 msgstr ""
7753 #: builtin/index-pack.c:831
7754 #, c-format
7755 msgid "invalid blob object %s"
7756 msgstr ""
7758 #: builtin/index-pack.c:845
7759 #, c-format
7760 msgid "invalid %s"
7761 msgstr ""
7763 #: builtin/index-pack.c:848
7764 msgid "Error in object"
7765 msgstr ""
7767 #: builtin/index-pack.c:850
7768 #, c-format
7769 msgid "Not all child objects of %s are reachable"
7770 msgstr ""
7772 #: builtin/index-pack.c:922 builtin/index-pack.c:953
7773 msgid "failed to apply delta"
7774 msgstr ""
7776 #: builtin/index-pack.c:1123
7777 msgid "Receiving objects"
7778 msgstr ""
7780 #: builtin/index-pack.c:1123
7781 msgid "Indexing objects"
7782 msgstr ""
7784 #: builtin/index-pack.c:1155
7785 msgid "pack is corrupted (SHA1 mismatch)"
7786 msgstr ""
7788 #: builtin/index-pack.c:1160
7789 msgid "cannot fstat packfile"
7790 msgstr ""
7792 #: builtin/index-pack.c:1163
7793 msgid "pack has junk at the end"
7794 msgstr ""
7796 #: builtin/index-pack.c:1174
7797 msgid "confusion beyond insanity in parse_pack_objects()"
7798 msgstr ""
7800 #: builtin/index-pack.c:1197
7801 msgid "Resolving deltas"
7802 msgstr ""
7804 #: builtin/index-pack.c:1208
7805 #, c-format
7806 msgid "unable to create thread: %s"
7807 msgstr ""
7809 #: builtin/index-pack.c:1250
7810 msgid "confusion beyond insanity"
7811 msgstr ""
7813 #: builtin/index-pack.c:1256
7814 #, c-format
7815 msgid "completed with %d local object"
7816 msgid_plural "completed with %d local objects"
7817 msgstr[0] ""
7818 msgstr[1] ""
7820 #: builtin/index-pack.c:1268
7821 #, c-format
7822 msgid "Unexpected tail checksum for %s (disk corruption?)"
7823 msgstr ""
7825 #: builtin/index-pack.c:1272
7826 #, c-format
7827 msgid "pack has %d unresolved delta"
7828 msgid_plural "pack has %d unresolved deltas"
7829 msgstr[0] ""
7830 msgstr[1] ""
7832 #: builtin/index-pack.c:1296
7833 #, c-format
7834 msgid "unable to deflate appended object (%d)"
7835 msgstr ""
7837 #: builtin/index-pack.c:1372
7838 #, c-format
7839 msgid "local object %s is corrupt"
7840 msgstr ""
7842 #: builtin/index-pack.c:1396
7843 msgid "error while closing pack file"
7844 msgstr ""
7846 #: builtin/index-pack.c:1409
7847 #, c-format
7848 msgid "cannot write keep file '%s'"
7849 msgstr ""
7851 #: builtin/index-pack.c:1417
7852 #, c-format
7853 msgid "cannot close written keep file '%s'"
7854 msgstr ""
7856 #: builtin/index-pack.c:1430
7857 msgid "cannot store pack file"
7858 msgstr ""
7860 #: builtin/index-pack.c:1441
7861 msgid "cannot store index file"
7862 msgstr ""
7864 #: builtin/index-pack.c:1474
7865 #, c-format
7866 msgid "bad pack.indexversion=%<PRIu32>"
7867 msgstr ""
7869 #: builtin/index-pack.c:1484 builtin/index-pack.c:1681
7870 #, c-format
7871 msgid "no threads support, ignoring %s"
7872 msgstr ""
7874 #: builtin/index-pack.c:1542
7875 #, c-format
7876 msgid "Cannot open existing pack file '%s'"
7877 msgstr ""
7879 #: builtin/index-pack.c:1544
7880 #, c-format
7881 msgid "Cannot open existing pack idx file for '%s'"
7882 msgstr ""
7884 #: builtin/index-pack.c:1591
7885 #, c-format
7886 msgid "non delta: %d object"
7887 msgid_plural "non delta: %d objects"
7888 msgstr[0] ""
7889 msgstr[1] ""
7891 #: builtin/index-pack.c:1598
7892 #, c-format
7893 msgid "chain length = %d: %lu object"
7894 msgid_plural "chain length = %d: %lu objects"
7895 msgstr[0] ""
7896 msgstr[1] ""
7898 #: builtin/index-pack.c:1611
7899 #, c-format
7900 msgid "packfile name '%s' does not end with '.pack'"
7901 msgstr ""
7903 #: builtin/index-pack.c:1693 builtin/index-pack.c:1696
7904 #: builtin/index-pack.c:1712 builtin/index-pack.c:1716
7905 #, c-format
7906 msgid "bad %s"
7907 msgstr ""
7909 #: builtin/index-pack.c:1732
7910 msgid "--fix-thin cannot be used without --stdin"
7911 msgstr ""
7913 #: builtin/index-pack.c:1740
7914 msgid "--verify with no packfile name given"
7915 msgstr ""
7917 #: builtin/init-db.c:54
7918 #, c-format
7919 msgid "cannot stat '%s'"
7920 msgstr ""
7922 #: builtin/init-db.c:60
7923 #, c-format
7924 msgid "cannot stat template '%s'"
7925 msgstr ""
7927 #: builtin/init-db.c:65
7928 #, c-format
7929 msgid "cannot opendir '%s'"
7930 msgstr ""
7932 #: builtin/init-db.c:76
7933 #, c-format
7934 msgid "cannot readlink '%s'"
7935 msgstr ""
7937 #: builtin/init-db.c:78
7938 #, c-format
7939 msgid "cannot symlink '%s' '%s'"
7940 msgstr ""
7942 #: builtin/init-db.c:84
7943 #, c-format
7944 msgid "cannot copy '%s' to '%s'"
7945 msgstr ""
7947 #: builtin/init-db.c:88
7948 #, c-format
7949 msgid "ignoring template %s"
7950 msgstr ""
7952 #: builtin/init-db.c:119
7953 #, c-format
7954 msgid "templates not found %s"
7955 msgstr ""
7957 #: builtin/init-db.c:134
7958 #, c-format
7959 msgid "not copying templates from '%s': %s"
7960 msgstr ""
7962 #: builtin/init-db.c:327
7963 #, c-format
7964 msgid "unable to handle file type %d"
7965 msgstr ""
7967 #: builtin/init-db.c:330
7968 #, c-format
7969 msgid "unable to move %s to %s"
7970 msgstr ""
7972 #: builtin/init-db.c:347 builtin/init-db.c:350
7973 #, c-format
7974 msgid "%s already exists"
7975 msgstr ""
7977 #: builtin/init-db.c:403
7978 #, c-format
7979 msgid "Reinitialized existing shared Git repository in %s%s\n"
7980 msgstr ""
7982 #: builtin/init-db.c:404
7983 #, c-format
7984 msgid "Reinitialized existing Git repository in %s%s\n"
7985 msgstr ""
7987 #: builtin/init-db.c:408
7988 #, c-format
7989 msgid "Initialized empty shared Git repository in %s%s\n"
7990 msgstr ""
7992 #: builtin/init-db.c:409
7993 #, c-format
7994 msgid "Initialized empty Git repository in %s%s\n"
7995 msgstr ""
7997 #: builtin/init-db.c:457
7998 msgid ""
7999 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8000 "shared[=<permissions>]] [<directory>]"
8001 msgstr ""
8003 #: builtin/init-db.c:480
8004 msgid "permissions"
8005 msgstr ""
8007 #: builtin/init-db.c:481
8008 msgid "specify that the git repository is to be shared amongst several users"
8009 msgstr ""
8011 #: builtin/init-db.c:515 builtin/init-db.c:520
8012 #, c-format
8013 msgid "cannot mkdir %s"
8014 msgstr ""
8016 #: builtin/init-db.c:524
8017 #, c-format
8018 msgid "cannot chdir to %s"
8019 msgstr ""
8021 #: builtin/init-db.c:545
8022 #, c-format
8023 msgid ""
8024 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8025 "dir=<directory>)"
8026 msgstr ""
8028 #: builtin/init-db.c:573
8029 #, c-format
8030 msgid "Cannot access work tree '%s'"
8031 msgstr ""
8033 #: builtin/interpret-trailers.c:15
8034 msgid ""
8035 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8036 "<token>[(=|:)<value>])...] [<file>...]"
8037 msgstr ""
8039 #: builtin/interpret-trailers.c:26
8040 msgid "edit files in place"
8041 msgstr ""
8043 #: builtin/interpret-trailers.c:27
8044 msgid "trim empty trailers"
8045 msgstr ""
8047 #: builtin/interpret-trailers.c:28
8048 msgid "trailer"
8049 msgstr ""
8051 #: builtin/interpret-trailers.c:29
8052 msgid "trailer(s) to add"
8053 msgstr ""
8055 #: builtin/interpret-trailers.c:42
8056 msgid "no input file given for in-place editing"
8057 msgstr ""
8059 #: builtin/log.c:44
8060 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8061 msgstr ""
8063 #: builtin/log.c:45
8064 msgid "git show [<options>] <object>..."
8065 msgstr ""
8067 #: builtin/log.c:84
8068 #, c-format
8069 msgid "invalid --decorate option: %s"
8070 msgstr ""
8072 #: builtin/log.c:139
8073 msgid "suppress diff output"
8074 msgstr ""
8076 #: builtin/log.c:140
8077 msgid "show source"
8078 msgstr ""
8080 #: builtin/log.c:141
8081 msgid "Use mail map file"
8082 msgstr ""
8084 #: builtin/log.c:142
8085 msgid "decorate options"
8086 msgstr ""
8088 #: builtin/log.c:145
8089 msgid "Process line range n,m in file, counting from 1"
8090 msgstr ""
8092 #: builtin/log.c:241
8093 #, c-format
8094 msgid "Final output: %d %s\n"
8095 msgstr ""
8097 #: builtin/log.c:486
8098 #, c-format
8099 msgid "git show %s: bad file"
8100 msgstr ""
8102 #: builtin/log.c:500 builtin/log.c:594
8103 #, c-format
8104 msgid "Could not read object %s"
8105 msgstr ""
8107 #: builtin/log.c:618
8108 #, c-format
8109 msgid "Unknown type: %d"
8110 msgstr ""
8112 #: builtin/log.c:739
8113 msgid "format.headers without value"
8114 msgstr ""
8116 #: builtin/log.c:839
8117 msgid "name of output directory is too long"
8118 msgstr ""
8120 #: builtin/log.c:854
8121 #, c-format
8122 msgid "Cannot open patch file %s"
8123 msgstr ""
8125 #: builtin/log.c:868
8126 msgid "Need exactly one range."
8127 msgstr ""
8129 #: builtin/log.c:878
8130 msgid "Not a range."
8131 msgstr ""
8133 #: builtin/log.c:984
8134 msgid "Cover letter needs email format"
8135 msgstr ""
8137 #: builtin/log.c:1063
8138 #, c-format
8139 msgid "insane in-reply-to: %s"
8140 msgstr ""
8142 #: builtin/log.c:1091
8143 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8144 msgstr ""
8146 #: builtin/log.c:1141
8147 msgid "Two output directories?"
8148 msgstr ""
8150 #: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:1905
8151 #, c-format
8152 msgid "Unknown commit %s"
8153 msgstr ""
8155 #: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:455
8156 #, c-format
8157 msgid "Failed to resolve '%s' as a valid ref."
8158 msgstr ""
8160 #: builtin/log.c:1263
8161 msgid "Could not find exact merge base."
8162 msgstr ""
8164 #: builtin/log.c:1267
8165 msgid ""
8166 "Failed to get upstream, if you want to record base commit automatically,\n"
8167 "please use git branch --set-upstream-to to track a remote branch.\n"
8168 "Or you could specify base commit by --base=<base-commit-id> manually."
8169 msgstr ""
8171 #: builtin/log.c:1287
8172 msgid "Failed to find exact merge base"
8173 msgstr ""
8175 #: builtin/log.c:1298
8176 msgid "base commit should be the ancestor of revision list"
8177 msgstr ""
8179 #: builtin/log.c:1302
8180 msgid "base commit shouldn't be in revision list"
8181 msgstr ""
8183 #: builtin/log.c:1351
8184 msgid "cannot get patch id"
8185 msgstr ""
8187 #: builtin/log.c:1408
8188 msgid "use [PATCH n/m] even with a single patch"
8189 msgstr ""
8191 #: builtin/log.c:1411
8192 msgid "use [PATCH] even with multiple patches"
8193 msgstr ""
8195 #: builtin/log.c:1415
8196 msgid "print patches to standard out"
8197 msgstr ""
8199 #: builtin/log.c:1417
8200 msgid "generate a cover letter"
8201 msgstr ""
8203 #: builtin/log.c:1419
8204 msgid "use simple number sequence for output file names"
8205 msgstr ""
8207 #: builtin/log.c:1420
8208 msgid "sfx"
8209 msgstr ""
8211 #: builtin/log.c:1421
8212 msgid "use <sfx> instead of '.patch'"
8213 msgstr ""
8215 #: builtin/log.c:1423
8216 msgid "start numbering patches at <n> instead of 1"
8217 msgstr ""
8219 #: builtin/log.c:1425
8220 msgid "mark the series as Nth re-roll"
8221 msgstr ""
8223 #: builtin/log.c:1427
8224 msgid "Use [RFC PATCH] instead of [PATCH]"
8225 msgstr ""
8227 #: builtin/log.c:1430
8228 msgid "Use [<prefix>] instead of [PATCH]"
8229 msgstr ""
8231 #: builtin/log.c:1433
8232 msgid "store resulting files in <dir>"
8233 msgstr ""
8235 #: builtin/log.c:1436
8236 msgid "don't strip/add [PATCH]"
8237 msgstr ""
8239 #: builtin/log.c:1439
8240 msgid "don't output binary diffs"
8241 msgstr ""
8243 #: builtin/log.c:1441
8244 msgid "output all-zero hash in From header"
8245 msgstr ""
8247 #: builtin/log.c:1443
8248 msgid "don't include a patch matching a commit upstream"
8249 msgstr ""
8251 #: builtin/log.c:1445
8252 msgid "show patch format instead of default (patch + stat)"
8253 msgstr ""
8255 #: builtin/log.c:1447
8256 msgid "Messaging"
8257 msgstr ""
8259 #: builtin/log.c:1448
8260 msgid "header"
8261 msgstr ""
8263 #: builtin/log.c:1449
8264 msgid "add email header"
8265 msgstr ""
8267 #: builtin/log.c:1450 builtin/log.c:1452
8268 msgid "email"
8269 msgstr ""
8271 #: builtin/log.c:1450
8272 msgid "add To: header"
8273 msgstr ""
8275 #: builtin/log.c:1452
8276 msgid "add Cc: header"
8277 msgstr ""
8279 #: builtin/log.c:1454
8280 msgid "ident"
8281 msgstr ""
8283 #: builtin/log.c:1455
8284 msgid "set From address to <ident> (or committer ident if absent)"
8285 msgstr ""
8287 #: builtin/log.c:1457
8288 msgid "message-id"
8289 msgstr ""
8291 #: builtin/log.c:1458
8292 msgid "make first mail a reply to <message-id>"
8293 msgstr ""
8295 #: builtin/log.c:1459 builtin/log.c:1462
8296 msgid "boundary"
8297 msgstr ""
8299 #: builtin/log.c:1460
8300 msgid "attach the patch"
8301 msgstr ""
8303 #: builtin/log.c:1463
8304 msgid "inline the patch"
8305 msgstr ""
8307 #: builtin/log.c:1467
8308 msgid "enable message threading, styles: shallow, deep"
8309 msgstr ""
8311 #: builtin/log.c:1469
8312 msgid "signature"
8313 msgstr ""
8315 #: builtin/log.c:1470
8316 msgid "add a signature"
8317 msgstr ""
8319 #: builtin/log.c:1471
8320 msgid "base-commit"
8321 msgstr ""
8323 #: builtin/log.c:1472
8324 msgid "add prerequisite tree info to the patch series"
8325 msgstr ""
8327 #: builtin/log.c:1474
8328 msgid "add a signature from a file"
8329 msgstr ""
8331 #: builtin/log.c:1475
8332 msgid "don't print the patch filenames"
8333 msgstr ""
8335 #: builtin/log.c:1565
8336 msgid "-n and -k are mutually exclusive."
8337 msgstr ""
8339 #: builtin/log.c:1567
8340 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8341 msgstr ""
8343 #: builtin/log.c:1575
8344 msgid "--name-only does not make sense"
8345 msgstr ""
8347 #: builtin/log.c:1577
8348 msgid "--name-status does not make sense"
8349 msgstr ""
8351 #: builtin/log.c:1579
8352 msgid "--check does not make sense"
8353 msgstr ""
8355 #: builtin/log.c:1609
8356 msgid "standard output, or directory, which one?"
8357 msgstr ""
8359 #: builtin/log.c:1611
8360 #, c-format
8361 msgid "Could not create directory '%s'"
8362 msgstr ""
8364 #: builtin/log.c:1705
8365 #, c-format
8366 msgid "unable to read signature file '%s'"
8367 msgstr ""
8369 #: builtin/log.c:1777
8370 msgid "Failed to create output files"
8371 msgstr ""
8373 #: builtin/log.c:1826
8374 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
8375 msgstr ""
8377 #: builtin/log.c:1880
8378 #, c-format
8379 msgid ""
8380 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
8381 msgstr ""
8383 #: builtin/ls-files.c:458
8384 msgid "git ls-files [<options>] [<file>...]"
8385 msgstr ""
8387 #: builtin/ls-files.c:507
8388 msgid "identify the file status with tags"
8389 msgstr ""
8391 #: builtin/ls-files.c:509
8392 msgid "use lowercase letters for 'assume unchanged' files"
8393 msgstr ""
8395 #: builtin/ls-files.c:511
8396 msgid "show cached files in the output (default)"
8397 msgstr ""
8399 #: builtin/ls-files.c:513
8400 msgid "show deleted files in the output"
8401 msgstr ""
8403 #: builtin/ls-files.c:515
8404 msgid "show modified files in the output"
8405 msgstr ""
8407 #: builtin/ls-files.c:517
8408 msgid "show other files in the output"
8409 msgstr ""
8411 #: builtin/ls-files.c:519
8412 msgid "show ignored files in the output"
8413 msgstr ""
8415 #: builtin/ls-files.c:522
8416 msgid "show staged contents' object name in the output"
8417 msgstr ""
8419 #: builtin/ls-files.c:524
8420 msgid "show files on the filesystem that need to be removed"
8421 msgstr ""
8423 #: builtin/ls-files.c:526
8424 msgid "show 'other' directories' names only"
8425 msgstr ""
8427 #: builtin/ls-files.c:528
8428 msgid "show line endings of files"
8429 msgstr ""
8431 #: builtin/ls-files.c:530
8432 msgid "don't show empty directories"
8433 msgstr ""
8435 #: builtin/ls-files.c:533
8436 msgid "show unmerged files in the output"
8437 msgstr ""
8439 #: builtin/ls-files.c:535
8440 msgid "show resolve-undo information"
8441 msgstr ""
8443 #: builtin/ls-files.c:537
8444 msgid "skip files matching pattern"
8445 msgstr ""
8447 #: builtin/ls-files.c:540
8448 msgid "exclude patterns are read from <file>"
8449 msgstr ""
8451 #: builtin/ls-files.c:543
8452 msgid "read additional per-directory exclude patterns in <file>"
8453 msgstr ""
8455 #: builtin/ls-files.c:545
8456 msgid "add the standard git exclusions"
8457 msgstr ""
8459 #: builtin/ls-files.c:548
8460 msgid "make the output relative to the project top directory"
8461 msgstr ""
8463 #: builtin/ls-files.c:551
8464 msgid "recurse through submodules"
8465 msgstr ""
8467 #: builtin/ls-files.c:553
8468 msgid "if any <file> is not in the index, treat this as an error"
8469 msgstr ""
8471 #: builtin/ls-files.c:554
8472 msgid "tree-ish"
8473 msgstr ""
8475 #: builtin/ls-files.c:555
8476 msgid "pretend that paths removed since <tree-ish> are still present"
8477 msgstr ""
8479 #: builtin/ls-files.c:557
8480 msgid "show debugging data"
8481 msgstr ""
8483 #: builtin/ls-remote.c:7
8484 msgid ""
8485 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
8486 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
8487 "                     [--symref] [<repository> [<refs>...]]"
8488 msgstr ""
8490 #: builtin/ls-remote.c:50
8491 msgid "do not print remote URL"
8492 msgstr ""
8494 #: builtin/ls-remote.c:51 builtin/ls-remote.c:53
8495 msgid "exec"
8496 msgstr ""
8498 #: builtin/ls-remote.c:52 builtin/ls-remote.c:54
8499 msgid "path of git-upload-pack on the remote host"
8500 msgstr ""
8502 #: builtin/ls-remote.c:56
8503 msgid "limit to tags"
8504 msgstr ""
8506 #: builtin/ls-remote.c:57
8507 msgid "limit to heads"
8508 msgstr ""
8510 #: builtin/ls-remote.c:58
8511 msgid "do not show peeled tags"
8512 msgstr ""
8514 #: builtin/ls-remote.c:60
8515 msgid "take url.<base>.insteadOf into account"
8516 msgstr ""
8518 #: builtin/ls-remote.c:62
8519 msgid "exit with exit code 2 if no matching refs are found"
8520 msgstr ""
8522 #: builtin/ls-remote.c:64
8523 msgid "show underlying ref in addition to the object pointed by it"
8524 msgstr ""
8526 #: builtin/ls-tree.c:28
8527 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
8528 msgstr ""
8530 #: builtin/ls-tree.c:128
8531 msgid "only show trees"
8532 msgstr ""
8534 #: builtin/ls-tree.c:130
8535 msgid "recurse into subtrees"
8536 msgstr ""
8538 #: builtin/ls-tree.c:132
8539 msgid "show trees when recursing"
8540 msgstr ""
8542 #: builtin/ls-tree.c:135
8543 msgid "terminate entries with NUL byte"
8544 msgstr ""
8546 #: builtin/ls-tree.c:136
8547 msgid "include object size"
8548 msgstr ""
8550 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
8551 msgid "list only filenames"
8552 msgstr ""
8554 #: builtin/ls-tree.c:143
8555 msgid "use full path names"
8556 msgstr ""
8558 #: builtin/ls-tree.c:145
8559 msgid "list entire tree; not just current directory (implies --full-name)"
8560 msgstr ""
8562 #: builtin/merge.c:46
8563 msgid "git merge [<options>] [<commit>...]"
8564 msgstr ""
8566 #: builtin/merge.c:47
8567 msgid "git merge [<options>] <msg> HEAD <commit>"
8568 msgstr ""
8570 #: builtin/merge.c:48
8571 msgid "git merge --abort"
8572 msgstr ""
8574 #: builtin/merge.c:102
8575 msgid "switch `m' requires a value"
8576 msgstr ""
8578 #: builtin/merge.c:139
8579 #, c-format
8580 msgid "Could not find merge strategy '%s'.\n"
8581 msgstr ""
8583 #: builtin/merge.c:140
8584 #, c-format
8585 msgid "Available strategies are:"
8586 msgstr ""
8588 #: builtin/merge.c:145
8589 #, c-format
8590 msgid "Available custom strategies are:"
8591 msgstr ""
8593 #: builtin/merge.c:195 builtin/pull.c:127
8594 msgid "do not show a diffstat at the end of the merge"
8595 msgstr ""
8597 #: builtin/merge.c:198 builtin/pull.c:130
8598 msgid "show a diffstat at the end of the merge"
8599 msgstr ""
8601 #: builtin/merge.c:199 builtin/pull.c:133
8602 msgid "(synonym to --stat)"
8603 msgstr ""
8605 #: builtin/merge.c:201 builtin/pull.c:136
8606 msgid "add (at most <n>) entries from shortlog to merge commit message"
8607 msgstr ""
8609 #: builtin/merge.c:204 builtin/pull.c:139
8610 msgid "create a single commit instead of doing a merge"
8611 msgstr ""
8613 #: builtin/merge.c:206 builtin/pull.c:142
8614 msgid "perform a commit if the merge succeeds (default)"
8615 msgstr ""
8617 #: builtin/merge.c:208 builtin/pull.c:145
8618 msgid "edit message before committing"
8619 msgstr ""
8621 #: builtin/merge.c:209
8622 msgid "allow fast-forward (default)"
8623 msgstr ""
8625 #: builtin/merge.c:211 builtin/pull.c:151
8626 msgid "abort if fast-forward is not possible"
8627 msgstr ""
8629 #: builtin/merge.c:215 builtin/pull.c:154
8630 msgid "verify that the named commit has a valid GPG signature"
8631 msgstr ""
8633 #: builtin/merge.c:216 builtin/notes.c:774 builtin/pull.c:158
8634 #: builtin/revert.c:89
8635 msgid "strategy"
8636 msgstr ""
8638 #: builtin/merge.c:217 builtin/pull.c:159
8639 msgid "merge strategy to use"
8640 msgstr ""
8642 #: builtin/merge.c:218 builtin/pull.c:162
8643 msgid "option=value"
8644 msgstr ""
8646 #: builtin/merge.c:219 builtin/pull.c:163
8647 msgid "option for selected merge strategy"
8648 msgstr ""
8650 #: builtin/merge.c:221
8651 msgid "merge commit message (for a non-fast-forward merge)"
8652 msgstr ""
8654 #: builtin/merge.c:225
8655 msgid "abort the current in-progress merge"
8656 msgstr ""
8658 #: builtin/merge.c:227 builtin/pull.c:170
8659 msgid "allow merging unrelated histories"
8660 msgstr ""
8662 #: builtin/merge.c:255
8663 msgid "could not run stash."
8664 msgstr ""
8666 #: builtin/merge.c:260
8667 msgid "stash failed"
8668 msgstr ""
8670 #: builtin/merge.c:265
8671 #, c-format
8672 msgid "not a valid object: %s"
8673 msgstr ""
8675 #: builtin/merge.c:284 builtin/merge.c:301
8676 msgid "read-tree failed"
8677 msgstr ""
8679 #: builtin/merge.c:331
8680 msgid " (nothing to squash)"
8681 msgstr ""
8683 #: builtin/merge.c:342
8684 #, c-format
8685 msgid "Squash commit -- not updating HEAD\n"
8686 msgstr ""
8688 #: builtin/merge.c:392
8689 #, c-format
8690 msgid "No merge message -- not updating HEAD\n"
8691 msgstr ""
8693 #: builtin/merge.c:443
8694 #, c-format
8695 msgid "'%s' does not point to a commit"
8696 msgstr ""
8698 #: builtin/merge.c:533
8699 #, c-format
8700 msgid "Bad branch.%s.mergeoptions string: %s"
8701 msgstr ""
8703 #: builtin/merge.c:652
8704 msgid "Not handling anything other than two heads merge."
8705 msgstr ""
8707 #: builtin/merge.c:666
8708 #, c-format
8709 msgid "Unknown option for merge-recursive: -X%s"
8710 msgstr ""
8712 #: builtin/merge.c:681
8713 #, c-format
8714 msgid "unable to write %s"
8715 msgstr ""
8717 #: builtin/merge.c:733
8718 #, c-format
8719 msgid "Could not read from '%s'"
8720 msgstr ""
8722 #: builtin/merge.c:742
8723 #, c-format
8724 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
8725 msgstr ""
8727 #: builtin/merge.c:748
8728 #, c-format
8729 msgid ""
8730 "Please enter a commit message to explain why this merge is necessary,\n"
8731 "especially if it merges an updated upstream into a topic branch.\n"
8732 "\n"
8733 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
8734 "the commit.\n"
8735 msgstr ""
8737 #: builtin/merge.c:772
8738 msgid "Empty commit message."
8739 msgstr ""
8741 #: builtin/merge.c:792
8742 #, c-format
8743 msgid "Wonderful.\n"
8744 msgstr ""
8746 #: builtin/merge.c:847
8747 #, c-format
8748 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
8749 msgstr ""
8751 #: builtin/merge.c:863
8752 #, c-format
8753 msgid "'%s' is not a commit"
8754 msgstr ""
8756 #: builtin/merge.c:904
8757 msgid "No current branch."
8758 msgstr ""
8760 #: builtin/merge.c:906
8761 msgid "No remote for the current branch."
8762 msgstr ""
8764 #: builtin/merge.c:908
8765 msgid "No default upstream defined for the current branch."
8766 msgstr ""
8768 #: builtin/merge.c:913
8769 #, c-format
8770 msgid "No remote-tracking branch for %s from %s"
8771 msgstr ""
8773 #: builtin/merge.c:960
8774 #, c-format
8775 msgid "Bad value '%s' in environment '%s'"
8776 msgstr ""
8778 #: builtin/merge.c:1034
8779 #, c-format
8780 msgid "could not close '%s'"
8781 msgstr ""
8783 #: builtin/merge.c:1061
8784 #, c-format
8785 msgid "not something we can merge in %s: %s"
8786 msgstr ""
8788 #: builtin/merge.c:1095
8789 msgid "not something we can merge"
8790 msgstr ""
8792 #: builtin/merge.c:1162
8793 msgid "There is no merge to abort (MERGE_HEAD missing)."
8794 msgstr ""
8796 #: builtin/merge.c:1178
8797 msgid ""
8798 "You have not concluded your merge (MERGE_HEAD exists).\n"
8799 "Please, commit your changes before you merge."
8800 msgstr ""
8802 #: builtin/merge.c:1185
8803 msgid ""
8804 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
8805 "Please, commit your changes before you merge."
8806 msgstr ""
8808 #: builtin/merge.c:1188
8809 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
8810 msgstr ""
8812 #: builtin/merge.c:1197
8813 msgid "You cannot combine --squash with --no-ff."
8814 msgstr ""
8816 #: builtin/merge.c:1205
8817 msgid "No commit specified and merge.defaultToUpstream not set."
8818 msgstr ""
8820 #: builtin/merge.c:1222
8821 msgid "Squash commit into empty head not supported yet"
8822 msgstr ""
8824 #: builtin/merge.c:1224
8825 msgid "Non-fast-forward commit does not make sense into an empty head"
8826 msgstr ""
8828 #: builtin/merge.c:1229
8829 #, c-format
8830 msgid "%s - not something we can merge"
8831 msgstr ""
8833 #: builtin/merge.c:1231
8834 msgid "Can merge only exactly one commit into empty head"
8835 msgstr ""
8837 #: builtin/merge.c:1287
8838 #, c-format
8839 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
8840 msgstr ""
8842 #: builtin/merge.c:1290
8843 #, c-format
8844 msgid "Commit %s has a bad GPG signature allegedly by %s."
8845 msgstr ""
8847 #: builtin/merge.c:1293
8848 #, c-format
8849 msgid "Commit %s does not have a GPG signature."
8850 msgstr ""
8852 #: builtin/merge.c:1296
8853 #, c-format
8854 msgid "Commit %s has a good GPG signature by %s\n"
8855 msgstr ""
8857 #: builtin/merge.c:1358
8858 msgid "refusing to merge unrelated histories"
8859 msgstr ""
8861 #: builtin/merge.c:1367
8862 msgid "Already up-to-date."
8863 msgstr ""
8865 #: builtin/merge.c:1377
8866 #, c-format
8867 msgid "Updating %s..%s\n"
8868 msgstr ""
8870 #: builtin/merge.c:1418
8871 #, c-format
8872 msgid "Trying really trivial in-index merge...\n"
8873 msgstr ""
8875 #: builtin/merge.c:1425
8876 #, c-format
8877 msgid "Nope.\n"
8878 msgstr ""
8880 #: builtin/merge.c:1450
8881 msgid "Already up-to-date. Yeeah!"
8882 msgstr ""
8884 #: builtin/merge.c:1456
8885 msgid "Not possible to fast-forward, aborting."
8886 msgstr ""
8888 #: builtin/merge.c:1479 builtin/merge.c:1558
8889 #, c-format
8890 msgid "Rewinding the tree to pristine...\n"
8891 msgstr ""
8893 #: builtin/merge.c:1483
8894 #, c-format
8895 msgid "Trying merge strategy %s...\n"
8896 msgstr ""
8898 #: builtin/merge.c:1549
8899 #, c-format
8900 msgid "No merge strategy handled the merge.\n"
8901 msgstr ""
8903 #: builtin/merge.c:1551
8904 #, c-format
8905 msgid "Merge with strategy %s failed.\n"
8906 msgstr ""
8908 #: builtin/merge.c:1560
8909 #, c-format
8910 msgid "Using the %s to prepare resolving by hand.\n"
8911 msgstr ""
8913 #: builtin/merge.c:1572
8914 #, c-format
8915 msgid "Automatic merge went well; stopped before committing as requested\n"
8916 msgstr ""
8918 #: builtin/merge-base.c:29
8919 msgid "git merge-base [-a | --all] <commit> <commit>..."
8920 msgstr ""
8922 #: builtin/merge-base.c:30
8923 msgid "git merge-base [-a | --all] --octopus <commit>..."
8924 msgstr ""
8926 #: builtin/merge-base.c:31
8927 msgid "git merge-base --independent <commit>..."
8928 msgstr ""
8930 #: builtin/merge-base.c:32
8931 msgid "git merge-base --is-ancestor <commit> <commit>"
8932 msgstr ""
8934 #: builtin/merge-base.c:33
8935 msgid "git merge-base --fork-point <ref> [<commit>]"
8936 msgstr ""
8938 #: builtin/merge-base.c:217
8939 msgid "output all common ancestors"
8940 msgstr ""
8942 #: builtin/merge-base.c:219
8943 msgid "find ancestors for a single n-way merge"
8944 msgstr ""
8946 #: builtin/merge-base.c:221
8947 msgid "list revs not reachable from others"
8948 msgstr ""
8950 #: builtin/merge-base.c:223
8951 msgid "is the first one ancestor of the other?"
8952 msgstr ""
8954 #: builtin/merge-base.c:225
8955 msgid "find where <commit> forked from reflog of <ref>"
8956 msgstr ""
8958 #: builtin/merge-file.c:8
8959 msgid ""
8960 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
8961 "<orig-file> <file2>"
8962 msgstr ""
8964 #: builtin/merge-file.c:33
8965 msgid "send results to standard output"
8966 msgstr ""
8968 #: builtin/merge-file.c:34
8969 msgid "use a diff3 based merge"
8970 msgstr ""
8972 #: builtin/merge-file.c:35
8973 msgid "for conflicts, use our version"
8974 msgstr ""
8976 #: builtin/merge-file.c:37
8977 msgid "for conflicts, use their version"
8978 msgstr ""
8980 #: builtin/merge-file.c:39
8981 msgid "for conflicts, use a union version"
8982 msgstr ""
8984 #: builtin/merge-file.c:42
8985 msgid "for conflicts, use this marker size"
8986 msgstr ""
8988 #: builtin/merge-file.c:43
8989 msgid "do not warn about conflicts"
8990 msgstr ""
8992 #: builtin/merge-file.c:45
8993 msgid "set labels for file1/orig-file/file2"
8994 msgstr ""
8996 #: builtin/merge-recursive.c:45
8997 #, c-format
8998 msgid "unknown option %s"
8999 msgstr ""
9001 #: builtin/merge-recursive.c:51
9002 #, c-format
9003 msgid "could not parse object '%s'"
9004 msgstr ""
9006 #: builtin/merge-recursive.c:55
9007 #, c-format
9008 msgid "cannot handle more than %d base. Ignoring %s."
9009 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9010 msgstr[0] ""
9011 msgstr[1] ""
9013 #: builtin/merge-recursive.c:63
9014 msgid "not handling anything other than two heads merge."
9015 msgstr ""
9017 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9018 #, c-format
9019 msgid "could not resolve ref '%s'"
9020 msgstr ""
9022 #: builtin/merge-recursive.c:77
9023 #, c-format
9024 msgid "Merging %s with %s\n"
9025 msgstr ""
9027 #: builtin/mktree.c:65
9028 msgid "git mktree [-z] [--missing] [--batch]"
9029 msgstr ""
9031 #: builtin/mktree.c:152
9032 msgid "input is NUL terminated"
9033 msgstr ""
9035 #: builtin/mktree.c:153 builtin/write-tree.c:24
9036 msgid "allow missing objects"
9037 msgstr ""
9039 #: builtin/mktree.c:154
9040 msgid "allow creation of more than one tree"
9041 msgstr ""
9043 #: builtin/mv.c:15
9044 msgid "git mv [<options>] <source>... <destination>"
9045 msgstr ""
9047 #: builtin/mv.c:70
9048 #, c-format
9049 msgid "Directory %s is in index and no submodule?"
9050 msgstr ""
9052 #: builtin/mv.c:72 builtin/rm.c:317
9053 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9054 msgstr ""
9056 #: builtin/mv.c:90
9057 #, c-format
9058 msgid "%.*s is in index"
9059 msgstr ""
9061 #: builtin/mv.c:112
9062 msgid "force move/rename even if target exists"
9063 msgstr ""
9065 #: builtin/mv.c:113
9066 msgid "skip move/rename errors"
9067 msgstr ""
9069 #: builtin/mv.c:155
9070 #, c-format
9071 msgid "destination '%s' is not a directory"
9072 msgstr ""
9074 #: builtin/mv.c:166
9075 #, c-format
9076 msgid "Checking rename of '%s' to '%s'\n"
9077 msgstr ""
9079 #: builtin/mv.c:170
9080 msgid "bad source"
9081 msgstr ""
9083 #: builtin/mv.c:173
9084 msgid "can not move directory into itself"
9085 msgstr ""
9087 #: builtin/mv.c:176
9088 msgid "cannot move directory over file"
9089 msgstr ""
9091 #: builtin/mv.c:185
9092 msgid "source directory is empty"
9093 msgstr ""
9095 #: builtin/mv.c:210
9096 msgid "not under version control"
9097 msgstr ""
9099 #: builtin/mv.c:213
9100 msgid "destination exists"
9101 msgstr ""
9103 #: builtin/mv.c:221
9104 #, c-format
9105 msgid "overwriting '%s'"
9106 msgstr ""
9108 #: builtin/mv.c:224
9109 msgid "Cannot overwrite"
9110 msgstr ""
9112 #: builtin/mv.c:227
9113 msgid "multiple sources for the same target"
9114 msgstr ""
9116 #: builtin/mv.c:229
9117 msgid "destination directory does not exist"
9118 msgstr ""
9120 #: builtin/mv.c:236
9121 #, c-format
9122 msgid "%s, source=%s, destination=%s"
9123 msgstr ""
9125 #: builtin/mv.c:257
9126 #, c-format
9127 msgid "Renaming %s to %s\n"
9128 msgstr ""
9130 #: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:375
9131 #, c-format
9132 msgid "renaming '%s' failed"
9133 msgstr ""
9135 #: builtin/name-rev.c:257
9136 msgid "git name-rev [<options>] <commit>..."
9137 msgstr ""
9139 #: builtin/name-rev.c:258
9140 msgid "git name-rev [<options>] --all"
9141 msgstr ""
9143 #: builtin/name-rev.c:259
9144 msgid "git name-rev [<options>] --stdin"
9145 msgstr ""
9147 #: builtin/name-rev.c:311
9148 msgid "print only names (no SHA-1)"
9149 msgstr ""
9151 #: builtin/name-rev.c:312
9152 msgid "only use tags to name the commits"
9153 msgstr ""
9155 #: builtin/name-rev.c:314
9156 msgid "only use refs matching <pattern>"
9157 msgstr ""
9159 #: builtin/name-rev.c:316
9160 msgid "list all commits reachable from all refs"
9161 msgstr ""
9163 #: builtin/name-rev.c:317
9164 msgid "read from stdin"
9165 msgstr ""
9167 #: builtin/name-rev.c:318
9168 msgid "allow to print `undefined` names (default)"
9169 msgstr ""
9171 #: builtin/name-rev.c:324
9172 msgid "dereference tags in the input (internal use)"
9173 msgstr ""
9175 #: builtin/notes.c:25
9176 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9177 msgstr ""
9179 #: builtin/notes.c:26
9180 msgid ""
9181 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9182 "| (-c | -C) <object>] [<object>]"
9183 msgstr ""
9185 #: builtin/notes.c:27
9186 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9187 msgstr ""
9189 #: builtin/notes.c:28
9190 msgid ""
9191 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9192 "(-c | -C) <object>] [<object>]"
9193 msgstr ""
9195 #: builtin/notes.c:29
9196 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9197 msgstr ""
9199 #: builtin/notes.c:30
9200 msgid "git notes [--ref <notes-ref>] show [<object>]"
9201 msgstr ""
9203 #: builtin/notes.c:31
9204 msgid ""
9205 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9206 msgstr ""
9208 #: builtin/notes.c:32
9209 msgid "git notes merge --commit [-v | -q]"
9210 msgstr ""
9212 #: builtin/notes.c:33
9213 msgid "git notes merge --abort [-v | -q]"
9214 msgstr ""
9216 #: builtin/notes.c:34
9217 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9218 msgstr ""
9220 #: builtin/notes.c:35
9221 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9222 msgstr ""
9224 #: builtin/notes.c:36
9225 msgid "git notes [--ref <notes-ref>] get-ref"
9226 msgstr ""
9228 #: builtin/notes.c:41
9229 msgid "git notes [list [<object>]]"
9230 msgstr ""
9232 #: builtin/notes.c:46
9233 msgid "git notes add [<options>] [<object>]"
9234 msgstr ""
9236 #: builtin/notes.c:51
9237 msgid "git notes copy [<options>] <from-object> <to-object>"
9238 msgstr ""
9240 #: builtin/notes.c:52
9241 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9242 msgstr ""
9244 #: builtin/notes.c:57
9245 msgid "git notes append [<options>] [<object>]"
9246 msgstr ""
9248 #: builtin/notes.c:62
9249 msgid "git notes edit [<object>]"
9250 msgstr ""
9252 #: builtin/notes.c:67
9253 msgid "git notes show [<object>]"
9254 msgstr ""
9256 #: builtin/notes.c:72
9257 msgid "git notes merge [<options>] <notes-ref>"
9258 msgstr ""
9260 #: builtin/notes.c:73
9261 msgid "git notes merge --commit [<options>]"
9262 msgstr ""
9264 #: builtin/notes.c:74
9265 msgid "git notes merge --abort [<options>]"
9266 msgstr ""
9268 #: builtin/notes.c:79
9269 msgid "git notes remove [<object>]"
9270 msgstr ""
9272 #: builtin/notes.c:84
9273 msgid "git notes prune [<options>]"
9274 msgstr ""
9276 #: builtin/notes.c:89
9277 msgid "git notes get-ref"
9278 msgstr ""
9280 #: builtin/notes.c:94
9281 msgid "Write/edit the notes for the following object:"
9282 msgstr ""
9284 #: builtin/notes.c:147
9285 #, c-format
9286 msgid "unable to start 'show' for object '%s'"
9287 msgstr ""
9289 #: builtin/notes.c:151
9290 msgid "could not read 'show' output"
9291 msgstr ""
9293 #: builtin/notes.c:159
9294 #, c-format
9295 msgid "failed to finish 'show' for object '%s'"
9296 msgstr ""
9298 #: builtin/notes.c:194
9299 msgid "please supply the note contents using either -m or -F option"
9300 msgstr ""
9302 #: builtin/notes.c:203
9303 msgid "unable to write note object"
9304 msgstr ""
9306 #: builtin/notes.c:205
9307 #, c-format
9308 msgid "the note contents have been left in %s"
9309 msgstr ""
9311 #: builtin/notes.c:233 builtin/tag.c:439
9312 #, c-format
9313 msgid "cannot read '%s'"
9314 msgstr ""
9316 #: builtin/notes.c:235 builtin/tag.c:442
9317 #, c-format
9318 msgid "could not open or read '%s'"
9319 msgstr ""
9321 #: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9322 #: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9323 #: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:659
9324 #, c-format
9325 msgid "failed to resolve '%s' as a valid ref."
9326 msgstr ""
9328 #: builtin/notes.c:257
9329 #, c-format
9330 msgid "failed to read object '%s'."
9331 msgstr ""
9333 #: builtin/notes.c:261
9334 #, c-format
9335 msgid "cannot read note data from non-blob object '%s'."
9336 msgstr ""
9338 #: builtin/notes.c:301
9339 #, c-format
9340 msgid "malformed input line: '%s'."
9341 msgstr ""
9343 #: builtin/notes.c:316
9344 #, c-format
9345 msgid "failed to copy notes from '%s' to '%s'"
9346 msgstr ""
9348 #. TRANSLATORS: the first %s will be replaced by a
9349 #. git notes command: 'add', 'merge', 'remove', etc.
9350 #: builtin/notes.c:345
9351 #, c-format
9352 msgid "refusing to %s notes in %s (outside of refs/notes/)"
9353 msgstr ""
9355 #: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
9356 #: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:652
9357 #: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:970
9358 msgid "too many parameters"
9359 msgstr ""
9361 #: builtin/notes.c:378 builtin/notes.c:665
9362 #, c-format
9363 msgid "no note found for object %s."
9364 msgstr ""
9366 #: builtin/notes.c:399 builtin/notes.c:562
9367 msgid "note contents as a string"
9368 msgstr ""
9370 #: builtin/notes.c:402 builtin/notes.c:565
9371 msgid "note contents in a file"
9372 msgstr ""
9374 #: builtin/notes.c:405 builtin/notes.c:568
9375 msgid "reuse and edit specified note object"
9376 msgstr ""
9378 #: builtin/notes.c:408 builtin/notes.c:571
9379 msgid "reuse specified note object"
9380 msgstr ""
9382 #: builtin/notes.c:411 builtin/notes.c:574
9383 msgid "allow storing empty note"
9384 msgstr ""
9386 #: builtin/notes.c:412 builtin/notes.c:483
9387 msgid "replace existing notes"
9388 msgstr ""
9390 #: builtin/notes.c:437
9391 #, c-format
9392 msgid ""
9393 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
9394 "existing notes"
9395 msgstr ""
9397 #: builtin/notes.c:452 builtin/notes.c:531
9398 #, c-format
9399 msgid "Overwriting existing notes for object %s\n"
9400 msgstr ""
9402 #: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:889
9403 #, c-format
9404 msgid "Removing note for object %s\n"
9405 msgstr ""
9407 #: builtin/notes.c:484
9408 msgid "read objects from stdin"
9409 msgstr ""
9411 #: builtin/notes.c:486
9412 msgid "load rewriting config for <command> (implies --stdin)"
9413 msgstr ""
9415 #: builtin/notes.c:504
9416 msgid "too few parameters"
9417 msgstr ""
9419 #: builtin/notes.c:525
9420 #, c-format
9421 msgid ""
9422 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
9423 "existing notes"
9424 msgstr ""
9426 #: builtin/notes.c:537
9427 #, c-format
9428 msgid "missing notes on source object %s. Cannot copy."
9429 msgstr ""
9431 #: builtin/notes.c:589
9432 #, c-format
9433 msgid ""
9434 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
9435 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
9436 msgstr ""
9438 #: builtin/notes.c:685
9439 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
9440 msgstr ""
9442 #: builtin/notes.c:687
9443 msgid "failed to delete ref NOTES_MERGE_REF"
9444 msgstr ""
9446 #: builtin/notes.c:689
9447 msgid "failed to remove 'git notes merge' worktree"
9448 msgstr ""
9450 #: builtin/notes.c:709
9451 msgid "failed to read ref NOTES_MERGE_PARTIAL"
9452 msgstr ""
9454 #: builtin/notes.c:711
9455 msgid "could not find commit from NOTES_MERGE_PARTIAL."
9456 msgstr ""
9458 #: builtin/notes.c:713
9459 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
9460 msgstr ""
9462 #: builtin/notes.c:726
9463 msgid "failed to resolve NOTES_MERGE_REF"
9464 msgstr ""
9466 #: builtin/notes.c:729
9467 msgid "failed to finalize notes merge"
9468 msgstr ""
9470 #: builtin/notes.c:755
9471 #, c-format
9472 msgid "unknown notes merge strategy %s"
9473 msgstr ""
9475 #: builtin/notes.c:771
9476 msgid "General options"
9477 msgstr ""
9479 #: builtin/notes.c:773
9480 msgid "Merge options"
9481 msgstr ""
9483 #: builtin/notes.c:775
9484 msgid ""
9485 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
9486 "cat_sort_uniq)"
9487 msgstr ""
9489 #: builtin/notes.c:777
9490 msgid "Committing unmerged notes"
9491 msgstr ""
9493 #: builtin/notes.c:779
9494 msgid "finalize notes merge by committing unmerged notes"
9495 msgstr ""
9497 #: builtin/notes.c:781
9498 msgid "Aborting notes merge resolution"
9499 msgstr ""
9501 #: builtin/notes.c:783
9502 msgid "abort notes merge"
9503 msgstr ""
9505 #: builtin/notes.c:794
9506 msgid "cannot mix --commit, --abort or -s/--strategy"
9507 msgstr ""
9509 #: builtin/notes.c:799
9510 msgid "must specify a notes ref to merge"
9511 msgstr ""
9513 #: builtin/notes.c:823
9514 #, c-format
9515 msgid "unknown -s/--strategy: %s"
9516 msgstr ""
9518 #: builtin/notes.c:860
9519 #, c-format
9520 msgid "a notes merge into %s is already in-progress at %s"
9521 msgstr ""
9523 #: builtin/notes.c:863
9524 #, c-format
9525 msgid "failed to store link to current notes ref (%s)"
9526 msgstr ""
9528 #: builtin/notes.c:865
9529 #, c-format
9530 msgid ""
9531 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
9532 "'git notes merge --commit', or abort the merge with 'git notes merge --"
9533 "abort'.\n"
9534 msgstr ""
9536 #: builtin/notes.c:887
9537 #, c-format
9538 msgid "Object %s has no note\n"
9539 msgstr ""
9541 #: builtin/notes.c:899
9542 msgid "attempt to remove non-existent note is not an error"
9543 msgstr ""
9545 #: builtin/notes.c:902
9546 msgid "read object names from the standard input"
9547 msgstr ""
9549 #: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:127
9550 msgid "do not remove, show only"
9551 msgstr ""
9553 #: builtin/notes.c:941
9554 msgid "report pruned notes"
9555 msgstr ""
9557 #: builtin/notes.c:983
9558 msgid "notes-ref"
9559 msgstr ""
9561 #: builtin/notes.c:984
9562 msgid "use notes from <notes-ref>"
9563 msgstr ""
9565 #: builtin/notes.c:1019
9566 #, c-format
9567 msgid "unknown subcommand: %s"
9568 msgstr ""
9570 #: builtin/pack-objects.c:29
9571 msgid ""
9572 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
9573 msgstr ""
9575 #: builtin/pack-objects.c:30
9576 msgid ""
9577 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
9578 msgstr ""
9580 #: builtin/pack-objects.c:179 builtin/pack-objects.c:182
9581 #, c-format
9582 msgid "deflate error (%d)"
9583 msgstr ""
9585 #: builtin/pack-objects.c:768
9586 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
9587 msgstr ""
9589 #: builtin/pack-objects.c:781
9590 msgid "Writing objects"
9591 msgstr ""
9593 #: builtin/pack-objects.c:1070
9594 msgid "disabling bitmap writing, as some objects are not being packed"
9595 msgstr ""
9597 #: builtin/pack-objects.c:2346
9598 msgid "Compressing objects"
9599 msgstr ""
9601 #: builtin/pack-objects.c:2759
9602 #, c-format
9603 msgid "unsupported index version %s"
9604 msgstr ""
9606 #: builtin/pack-objects.c:2763
9607 #, c-format
9608 msgid "bad index version '%s'"
9609 msgstr ""
9611 #: builtin/pack-objects.c:2793
9612 msgid "do not show progress meter"
9613 msgstr ""
9615 #: builtin/pack-objects.c:2795
9616 msgid "show progress meter"
9617 msgstr ""
9619 #: builtin/pack-objects.c:2797
9620 msgid "show progress meter during object writing phase"
9621 msgstr ""
9623 #: builtin/pack-objects.c:2800
9624 msgid "similar to --all-progress when progress meter is shown"
9625 msgstr ""
9627 #: builtin/pack-objects.c:2801
9628 msgid "version[,offset]"
9629 msgstr ""
9631 #: builtin/pack-objects.c:2802
9632 msgid "write the pack index file in the specified idx format version"
9633 msgstr ""
9635 #: builtin/pack-objects.c:2805
9636 msgid "maximum size of each output pack file"
9637 msgstr ""
9639 #: builtin/pack-objects.c:2807
9640 msgid "ignore borrowed objects from alternate object store"
9641 msgstr ""
9643 #: builtin/pack-objects.c:2809
9644 msgid "ignore packed objects"
9645 msgstr ""
9647 #: builtin/pack-objects.c:2811
9648 msgid "limit pack window by objects"
9649 msgstr ""
9651 #: builtin/pack-objects.c:2813
9652 msgid "limit pack window by memory in addition to object limit"
9653 msgstr ""
9655 #: builtin/pack-objects.c:2815
9656 msgid "maximum length of delta chain allowed in the resulting pack"
9657 msgstr ""
9659 #: builtin/pack-objects.c:2817
9660 msgid "reuse existing deltas"
9661 msgstr ""
9663 #: builtin/pack-objects.c:2819
9664 msgid "reuse existing objects"
9665 msgstr ""
9667 #: builtin/pack-objects.c:2821
9668 msgid "use OFS_DELTA objects"
9669 msgstr ""
9671 #: builtin/pack-objects.c:2823
9672 msgid "use threads when searching for best delta matches"
9673 msgstr ""
9675 #: builtin/pack-objects.c:2825
9676 msgid "do not create an empty pack output"
9677 msgstr ""
9679 #: builtin/pack-objects.c:2827
9680 msgid "read revision arguments from standard input"
9681 msgstr ""
9683 #: builtin/pack-objects.c:2829
9684 msgid "limit the objects to those that are not yet packed"
9685 msgstr ""
9687 #: builtin/pack-objects.c:2832
9688 msgid "include objects reachable from any reference"
9689 msgstr ""
9691 #: builtin/pack-objects.c:2835
9692 msgid "include objects referred by reflog entries"
9693 msgstr ""
9695 #: builtin/pack-objects.c:2838
9696 msgid "include objects referred to by the index"
9697 msgstr ""
9699 #: builtin/pack-objects.c:2841
9700 msgid "output pack to stdout"
9701 msgstr ""
9703 #: builtin/pack-objects.c:2843
9704 msgid "include tag objects that refer to objects to be packed"
9705 msgstr ""
9707 #: builtin/pack-objects.c:2845
9708 msgid "keep unreachable objects"
9709 msgstr ""
9711 #: builtin/pack-objects.c:2847
9712 msgid "pack loose unreachable objects"
9713 msgstr ""
9715 #: builtin/pack-objects.c:2849
9716 msgid "unpack unreachable objects newer than <time>"
9717 msgstr ""
9719 #: builtin/pack-objects.c:2852
9720 msgid "create thin packs"
9721 msgstr ""
9723 #: builtin/pack-objects.c:2854
9724 msgid "create packs suitable for shallow fetches"
9725 msgstr ""
9727 #: builtin/pack-objects.c:2856
9728 msgid "ignore packs that have companion .keep file"
9729 msgstr ""
9731 #: builtin/pack-objects.c:2858
9732 msgid "pack compression level"
9733 msgstr ""
9735 #: builtin/pack-objects.c:2860
9736 msgid "do not hide commits by grafts"
9737 msgstr ""
9739 #: builtin/pack-objects.c:2862
9740 msgid "use a bitmap index if available to speed up counting objects"
9741 msgstr ""
9743 #: builtin/pack-objects.c:2864
9744 msgid "write a bitmap index together with the pack index"
9745 msgstr ""
9747 #: builtin/pack-objects.c:2993
9748 msgid "Counting objects"
9749 msgstr ""
9751 #: builtin/pack-refs.c:6
9752 msgid "git pack-refs [<options>]"
9753 msgstr ""
9755 #: builtin/pack-refs.c:14
9756 msgid "pack everything"
9757 msgstr ""
9759 #: builtin/pack-refs.c:15
9760 msgid "prune loose refs (default)"
9761 msgstr ""
9763 #: builtin/prune-packed.c:7
9764 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
9765 msgstr ""
9767 #: builtin/prune-packed.c:40
9768 msgid "Removing duplicate objects"
9769 msgstr ""
9771 #: builtin/prune.c:11
9772 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
9773 msgstr ""
9775 #: builtin/prune.c:106 builtin/worktree.c:128
9776 msgid "report pruned objects"
9777 msgstr ""
9779 #: builtin/prune.c:109 builtin/worktree.c:130
9780 msgid "expire objects older than <time>"
9781 msgstr ""
9783 #: builtin/prune.c:123
9784 msgid "cannot prune in a precious-objects repo"
9785 msgstr ""
9787 #: builtin/pull.c:51 builtin/pull.c:53
9788 #, c-format
9789 msgid "Invalid value for %s: %s"
9790 msgstr ""
9792 #: builtin/pull.c:73
9793 msgid "git pull [<options>] [<repository> [<refspec>...]]"
9794 msgstr ""
9796 #: builtin/pull.c:121
9797 msgid "Options related to merging"
9798 msgstr ""
9800 #: builtin/pull.c:124
9801 msgid "incorporate changes by rebasing rather than merging"
9802 msgstr ""
9804 #: builtin/pull.c:148 builtin/revert.c:101
9805 msgid "allow fast-forward"
9806 msgstr ""
9808 #: builtin/pull.c:157
9809 msgid "automatically stash/stash pop before and after rebase"
9810 msgstr ""
9812 #: builtin/pull.c:173
9813 msgid "Options related to fetching"
9814 msgstr ""
9816 #: builtin/pull.c:195
9817 msgid "number of submodules pulled in parallel"
9818 msgstr ""
9820 #: builtin/pull.c:284
9821 #, c-format
9822 msgid "Invalid value for pull.ff: %s"
9823 msgstr ""
9825 #: builtin/pull.c:397
9826 msgid ""
9827 "There is no candidate for rebasing against among the refs that you just "
9828 "fetched."
9829 msgstr ""
9831 #: builtin/pull.c:399
9832 msgid ""
9833 "There are no candidates for merging among the refs that you just fetched."
9834 msgstr ""
9836 #: builtin/pull.c:400
9837 msgid ""
9838 "Generally this means that you provided a wildcard refspec which had no\n"
9839 "matches on the remote end."
9840 msgstr ""
9842 #: builtin/pull.c:403
9843 #, c-format
9844 msgid ""
9845 "You asked to pull from the remote '%s', but did not specify\n"
9846 "a branch. Because this is not the default configured remote\n"
9847 "for your current branch, you must specify a branch on the command line."
9848 msgstr ""
9850 #: builtin/pull.c:408 git-parse-remote.sh:73
9851 msgid "You are not currently on a branch."
9852 msgstr ""
9854 #: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
9855 msgid "Please specify which branch you want to rebase against."
9856 msgstr ""
9858 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
9859 msgid "Please specify which branch you want to merge with."
9860 msgstr ""
9862 #: builtin/pull.c:413 builtin/pull.c:428
9863 msgid "See git-pull(1) for details."
9864 msgstr ""
9866 #: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
9867 #: git-parse-remote.sh:64
9868 msgid "<remote>"
9869 msgstr ""
9871 #: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:451
9872 #: git-parse-remote.sh:65
9873 msgid "<branch>"
9874 msgstr ""
9876 #: builtin/pull.c:423 git-parse-remote.sh:75
9877 msgid "There is no tracking information for the current branch."
9878 msgstr ""
9880 #: builtin/pull.c:432 git-parse-remote.sh:95
9881 msgid ""
9882 "If you wish to set tracking information for this branch you can do so with:"
9883 msgstr ""
9885 #: builtin/pull.c:437
9886 #, c-format
9887 msgid ""
9888 "Your configuration specifies to merge with the ref '%s'\n"
9889 "from the remote, but no such ref was fetched."
9890 msgstr ""
9892 #: builtin/pull.c:754
9893 msgid "ignoring --verify-signatures for rebase"
9894 msgstr ""
9896 #: builtin/pull.c:801
9897 msgid "--[no-]autostash option is only valid with --rebase."
9898 msgstr ""
9900 #: builtin/pull.c:809
9901 msgid "Updating an unborn branch with changes added to the index."
9902 msgstr ""
9904 #: builtin/pull.c:812
9905 msgid "pull with rebase"
9906 msgstr ""
9908 #: builtin/pull.c:813
9909 msgid "please commit or stash them."
9910 msgstr ""
9912 #: builtin/pull.c:838
9913 #, c-format
9914 msgid ""
9915 "fetch updated the current branch head.\n"
9916 "fast-forwarding your working tree from\n"
9917 "commit %s."
9918 msgstr ""
9920 #: builtin/pull.c:843
9921 #, c-format
9922 msgid ""
9923 "Cannot fast-forward your working tree.\n"
9924 "After making sure that you saved anything precious from\n"
9925 "$ git diff %s\n"
9926 "output, run\n"
9927 "$ git reset --hard\n"
9928 "to recover."
9929 msgstr ""
9931 #: builtin/pull.c:858
9932 msgid "Cannot merge multiple branches into empty head."
9933 msgstr ""
9935 #: builtin/pull.c:862
9936 msgid "Cannot rebase onto multiple branches."
9937 msgstr ""
9939 #: builtin/push.c:16
9940 msgid "git push [<options>] [<repository> [<refspec>...]]"
9941 msgstr ""
9943 #: builtin/push.c:89
9944 msgid "tag shorthand without <tag>"
9945 msgstr ""
9947 #: builtin/push.c:99
9948 msgid "--delete only accepts plain target ref names"
9949 msgstr ""
9951 #: builtin/push.c:143
9952 msgid ""
9953 "\n"
9954 "To choose either option permanently, see push.default in 'git help config'."
9955 msgstr ""
9957 #: builtin/push.c:146
9958 #, c-format
9959 msgid ""
9960 "The upstream branch of your current branch does not match\n"
9961 "the name of your current branch.  To push to the upstream branch\n"
9962 "on the remote, use\n"
9963 "\n"
9964 "    git push %s HEAD:%s\n"
9965 "\n"
9966 "To push to the branch of the same name on the remote, use\n"
9967 "\n"
9968 "    git push %s %s\n"
9969 "%s"
9970 msgstr ""
9972 #: builtin/push.c:161
9973 #, c-format
9974 msgid ""
9975 "You are not currently on a branch.\n"
9976 "To push the history leading to the current (detached HEAD)\n"
9977 "state now, use\n"
9978 "\n"
9979 "    git push %s HEAD:<name-of-remote-branch>\n"
9980 msgstr ""
9982 #: builtin/push.c:175
9983 #, c-format
9984 msgid ""
9985 "The current branch %s has no upstream branch.\n"
9986 "To push the current branch and set the remote as upstream, use\n"
9987 "\n"
9988 "    git push --set-upstream %s %s\n"
9989 msgstr ""
9991 #: builtin/push.c:183
9992 #, c-format
9993 msgid "The current branch %s has multiple upstream branches, refusing to push."
9994 msgstr ""
9996 #: builtin/push.c:186
9997 #, c-format
9998 msgid ""
9999 "You are pushing to remote '%s', which is not the upstream of\n"
10000 "your current branch '%s', without telling me what to push\n"
10001 "to update which remote branch."
10002 msgstr ""
10004 #: builtin/push.c:242
10005 msgid ""
10006 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10007 msgstr ""
10009 #: builtin/push.c:249
10010 msgid ""
10011 "Updates were rejected because the tip of your current branch is behind\n"
10012 "its remote counterpart. Integrate the remote changes (e.g.\n"
10013 "'git pull ...') before pushing again.\n"
10014 "See the 'Note about fast-forwards' in 'git push --help' for details."
10015 msgstr ""
10017 #: builtin/push.c:255
10018 msgid ""
10019 "Updates were rejected because a pushed branch tip is behind its remote\n"
10020 "counterpart. Check out this branch and integrate the remote changes\n"
10021 "(e.g. 'git pull ...') before pushing again.\n"
10022 "See the 'Note about fast-forwards' in 'git push --help' for details."
10023 msgstr ""
10025 #: builtin/push.c:261
10026 msgid ""
10027 "Updates were rejected because the remote contains work that you do\n"
10028 "not have locally. This is usually caused by another repository pushing\n"
10029 "to the same ref. You may want to first integrate the remote changes\n"
10030 "(e.g., 'git pull ...') before pushing again.\n"
10031 "See the 'Note about fast-forwards' in 'git push --help' for details."
10032 msgstr ""
10034 #: builtin/push.c:268
10035 msgid "Updates were rejected because the tag already exists in the remote."
10036 msgstr ""
10038 #: builtin/push.c:271
10039 msgid ""
10040 "You cannot update a remote ref that points at a non-commit object,\n"
10041 "or update a remote ref to make it point at a non-commit object,\n"
10042 "without using the '--force' option.\n"
10043 msgstr ""
10045 #: builtin/push.c:331
10046 #, c-format
10047 msgid "Pushing to %s\n"
10048 msgstr ""
10050 #: builtin/push.c:335
10051 #, c-format
10052 msgid "failed to push some refs to '%s'"
10053 msgstr ""
10055 #: builtin/push.c:366
10056 #, c-format
10057 msgid "bad repository '%s'"
10058 msgstr ""
10060 #: builtin/push.c:367
10061 msgid ""
10062 "No configured push destination.\n"
10063 "Either specify the URL from the command-line or configure a remote "
10064 "repository using\n"
10065 "\n"
10066 "    git remote add <name> <url>\n"
10067 "\n"
10068 "and then push using the remote name\n"
10069 "\n"
10070 "    git push <name>\n"
10071 msgstr ""
10073 #: builtin/push.c:385
10074 msgid "--all and --tags are incompatible"
10075 msgstr ""
10077 #: builtin/push.c:386
10078 msgid "--all can't be combined with refspecs"
10079 msgstr ""
10081 #: builtin/push.c:391
10082 msgid "--mirror and --tags are incompatible"
10083 msgstr ""
10085 #: builtin/push.c:392
10086 msgid "--mirror can't be combined with refspecs"
10087 msgstr ""
10089 #: builtin/push.c:397
10090 msgid "--all and --mirror are incompatible"
10091 msgstr ""
10093 #: builtin/push.c:515
10094 msgid "repository"
10095 msgstr ""
10097 #: builtin/push.c:516 builtin/send-pack.c:161
10098 msgid "push all refs"
10099 msgstr ""
10101 #: builtin/push.c:517 builtin/send-pack.c:163
10102 msgid "mirror all refs"
10103 msgstr ""
10105 #: builtin/push.c:519
10106 msgid "delete refs"
10107 msgstr ""
10109 #: builtin/push.c:520
10110 msgid "push tags (can't be used with --all or --mirror)"
10111 msgstr ""
10113 #: builtin/push.c:523 builtin/send-pack.c:164
10114 msgid "force updates"
10115 msgstr ""
10117 #: builtin/push.c:525 builtin/send-pack.c:175
10118 msgid "refname>:<expect"
10119 msgstr ""
10121 #: builtin/push.c:526 builtin/send-pack.c:176
10122 msgid "require old value of ref to be at this value"
10123 msgstr ""
10125 #: builtin/push.c:529
10126 msgid "control recursive pushing of submodules"
10127 msgstr ""
10129 #: builtin/push.c:531 builtin/send-pack.c:169
10130 msgid "use thin pack"
10131 msgstr ""
10133 #: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:158
10134 #: builtin/send-pack.c:159
10135 msgid "receive pack program"
10136 msgstr ""
10138 #: builtin/push.c:534
10139 msgid "set upstream for git pull/status"
10140 msgstr ""
10142 #: builtin/push.c:537
10143 msgid "prune locally removed refs"
10144 msgstr ""
10146 #: builtin/push.c:539
10147 msgid "bypass pre-push hook"
10148 msgstr ""
10150 #: builtin/push.c:540
10151 msgid "push missing but relevant tags"
10152 msgstr ""
10154 #: builtin/push.c:543 builtin/send-pack.c:166
10155 msgid "GPG sign the push"
10156 msgstr ""
10158 #: builtin/push.c:545 builtin/send-pack.c:170
10159 msgid "request atomic transaction on remote side"
10160 msgstr ""
10162 #: builtin/push.c:546
10163 msgid "server-specific"
10164 msgstr ""
10166 #: builtin/push.c:546
10167 msgid "option to transmit"
10168 msgstr ""
10170 #: builtin/push.c:560
10171 msgid "--delete is incompatible with --all, --mirror and --tags"
10172 msgstr ""
10174 #: builtin/push.c:562
10175 msgid "--delete doesn't make sense without any refs"
10176 msgstr ""
10178 #: builtin/push.c:579
10179 msgid "push options must not have new line characters"
10180 msgstr ""
10182 #: builtin/read-tree.c:37
10183 msgid ""
10184 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10185 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10186 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10187 msgstr ""
10189 #: builtin/read-tree.c:110
10190 msgid "write resulting index to <file>"
10191 msgstr ""
10193 #: builtin/read-tree.c:113
10194 msgid "only empty the index"
10195 msgstr ""
10197 #: builtin/read-tree.c:115
10198 msgid "Merging"
10199 msgstr ""
10201 #: builtin/read-tree.c:117
10202 msgid "perform a merge in addition to a read"
10203 msgstr ""
10205 #: builtin/read-tree.c:119
10206 msgid "3-way merge if no file level merging required"
10207 msgstr ""
10209 #: builtin/read-tree.c:121
10210 msgid "3-way merge in presence of adds and removes"
10211 msgstr ""
10213 #: builtin/read-tree.c:123
10214 msgid "same as -m, but discard unmerged entries"
10215 msgstr ""
10217 #: builtin/read-tree.c:124
10218 msgid "<subdirectory>/"
10219 msgstr ""
10221 #: builtin/read-tree.c:125
10222 msgid "read the tree into the index under <subdirectory>/"
10223 msgstr ""
10225 #: builtin/read-tree.c:128
10226 msgid "update working tree with merge result"
10227 msgstr ""
10229 #: builtin/read-tree.c:130
10230 msgid "gitignore"
10231 msgstr ""
10233 #: builtin/read-tree.c:131
10234 msgid "allow explicitly ignored files to be overwritten"
10235 msgstr ""
10237 #: builtin/read-tree.c:134
10238 msgid "don't check the working tree after merging"
10239 msgstr ""
10241 #: builtin/read-tree.c:135
10242 msgid "don't update the index or the work tree"
10243 msgstr ""
10245 #: builtin/read-tree.c:137
10246 msgid "skip applying sparse checkout filter"
10247 msgstr ""
10249 #: builtin/read-tree.c:139
10250 msgid "debug unpack-trees"
10251 msgstr ""
10253 #: builtin/receive-pack.c:26
10254 msgid "git receive-pack <git-dir>"
10255 msgstr ""
10257 #: builtin/receive-pack.c:793
10258 msgid ""
10259 "By default, updating the current branch in a non-bare repository\n"
10260 "is denied, because it will make the index and work tree inconsistent\n"
10261 "with what you pushed, and will require 'git reset --hard' to match\n"
10262 "the work tree to HEAD.\n"
10263 "\n"
10264 "You can set 'receive.denyCurrentBranch' configuration variable to\n"
10265 "'ignore' or 'warn' in the remote repository to allow pushing into\n"
10266 "its current branch; however, this is not recommended unless you\n"
10267 "arranged to update its work tree to match what you pushed in some\n"
10268 "other way.\n"
10269 "\n"
10270 "To squelch this message and still keep the default behaviour, set\n"
10271 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
10272 msgstr ""
10274 #: builtin/receive-pack.c:813
10275 msgid ""
10276 "By default, deleting the current branch is denied, because the next\n"
10277 "'git clone' won't result in any file checked out, causing confusion.\n"
10278 "\n"
10279 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10280 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
10281 "current branch, with or without a warning message.\n"
10282 "\n"
10283 "To squelch this message, you can set it to 'refuse'."
10284 msgstr ""
10286 #: builtin/receive-pack.c:1883
10287 msgid "quiet"
10288 msgstr ""
10290 #: builtin/receive-pack.c:1897
10291 msgid "You must specify a directory."
10292 msgstr ""
10294 #: builtin/reflog.c:423
10295 #, c-format
10296 msgid "'%s' for '%s' is not a valid timestamp"
10297 msgstr ""
10299 #: builtin/reflog.c:540 builtin/reflog.c:545
10300 #, c-format
10301 msgid "'%s' is not a valid timestamp"
10302 msgstr ""
10304 #: builtin/remote.c:12
10305 msgid "git remote [-v | --verbose]"
10306 msgstr ""
10308 #: builtin/remote.c:13
10309 msgid ""
10310 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10311 "mirror=<fetch|push>] <name> <url>"
10312 msgstr ""
10314 #: builtin/remote.c:14 builtin/remote.c:34
10315 msgid "git remote rename <old> <new>"
10316 msgstr ""
10318 #: builtin/remote.c:15 builtin/remote.c:39
10319 msgid "git remote remove <name>"
10320 msgstr ""
10322 #: builtin/remote.c:16 builtin/remote.c:44
10323 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10324 msgstr ""
10326 #: builtin/remote.c:17
10327 msgid "git remote [-v | --verbose] show [-n] <name>"
10328 msgstr ""
10330 #: builtin/remote.c:18
10331 msgid "git remote prune [-n | --dry-run] <name>"
10332 msgstr ""
10334 #: builtin/remote.c:19
10335 msgid ""
10336 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10337 msgstr ""
10339 #: builtin/remote.c:20
10340 msgid "git remote set-branches [--add] <name> <branch>..."
10341 msgstr ""
10343 #: builtin/remote.c:21 builtin/remote.c:70
10344 msgid "git remote get-url [--push] [--all] <name>"
10345 msgstr ""
10347 #: builtin/remote.c:22 builtin/remote.c:75
10348 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
10349 msgstr ""
10351 #: builtin/remote.c:23 builtin/remote.c:76
10352 msgid "git remote set-url --add <name> <newurl>"
10353 msgstr ""
10355 #: builtin/remote.c:24 builtin/remote.c:77
10356 msgid "git remote set-url --delete <name> <url>"
10357 msgstr ""
10359 #: builtin/remote.c:29
10360 msgid "git remote add [<options>] <name> <url>"
10361 msgstr ""
10363 #: builtin/remote.c:49
10364 msgid "git remote set-branches <name> <branch>..."
10365 msgstr ""
10367 #: builtin/remote.c:50
10368 msgid "git remote set-branches --add <name> <branch>..."
10369 msgstr ""
10371 #: builtin/remote.c:55
10372 msgid "git remote show [<options>] <name>"
10373 msgstr ""
10375 #: builtin/remote.c:60
10376 msgid "git remote prune [<options>] <name>"
10377 msgstr ""
10379 #: builtin/remote.c:65
10380 msgid "git remote update [<options>] [<group> | <remote>]..."
10381 msgstr ""
10383 #: builtin/remote.c:94
10384 #, c-format
10385 msgid "Updating %s"
10386 msgstr ""
10388 #: builtin/remote.c:126
10389 msgid ""
10390 "--mirror is dangerous and deprecated; please\n"
10391 "\t use --mirror=fetch or --mirror=push instead"
10392 msgstr ""
10394 #: builtin/remote.c:143
10395 #, c-format
10396 msgid "unknown mirror argument: %s"
10397 msgstr ""
10399 #: builtin/remote.c:159
10400 msgid "fetch the remote branches"
10401 msgstr ""
10403 #: builtin/remote.c:161
10404 msgid "import all tags and associated objects when fetching"
10405 msgstr ""
10407 #: builtin/remote.c:164
10408 msgid "or do not fetch any tag at all (--no-tags)"
10409 msgstr ""
10411 #: builtin/remote.c:166
10412 msgid "branch(es) to track"
10413 msgstr ""
10415 #: builtin/remote.c:167
10416 msgid "master branch"
10417 msgstr ""
10419 #: builtin/remote.c:168
10420 msgid "push|fetch"
10421 msgstr ""
10423 #: builtin/remote.c:169
10424 msgid "set up remote as a mirror to push to or fetch from"
10425 msgstr ""
10427 #: builtin/remote.c:181
10428 msgid "specifying a master branch makes no sense with --mirror"
10429 msgstr ""
10431 #: builtin/remote.c:183
10432 msgid "specifying branches to track makes sense only with fetch mirrors"
10433 msgstr ""
10435 #: builtin/remote.c:190 builtin/remote.c:629
10436 #, c-format
10437 msgid "remote %s already exists."
10438 msgstr ""
10440 #: builtin/remote.c:194 builtin/remote.c:633
10441 #, c-format
10442 msgid "'%s' is not a valid remote name"
10443 msgstr ""
10445 #: builtin/remote.c:234
10446 #, c-format
10447 msgid "Could not setup master '%s'"
10448 msgstr ""
10450 #: builtin/remote.c:336
10451 #, c-format
10452 msgid "Could not get fetch map for refspec %s"
10453 msgstr ""
10455 #: builtin/remote.c:437 builtin/remote.c:445
10456 msgid "(matching)"
10457 msgstr ""
10459 #: builtin/remote.c:449
10460 msgid "(delete)"
10461 msgstr ""
10463 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
10464 #, c-format
10465 msgid "No such remote: %s"
10466 msgstr ""
10468 #: builtin/remote.c:639
10469 #, c-format
10470 msgid "Could not rename config section '%s' to '%s'"
10471 msgstr ""
10473 #: builtin/remote.c:659
10474 #, c-format
10475 msgid ""
10476 "Not updating non-default fetch refspec\n"
10477 "\t%s\n"
10478 "\tPlease update the configuration manually if necessary."
10479 msgstr ""
10481 #: builtin/remote.c:695
10482 #, c-format
10483 msgid "deleting '%s' failed"
10484 msgstr ""
10486 #: builtin/remote.c:729
10487 #, c-format
10488 msgid "creating '%s' failed"
10489 msgstr ""
10491 #: builtin/remote.c:792
10492 msgid ""
10493 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
10494 "to delete it, use:"
10495 msgid_plural ""
10496 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
10497 "to delete them, use:"
10498 msgstr[0] ""
10499 msgstr[1] ""
10501 #: builtin/remote.c:806
10502 #, c-format
10503 msgid "Could not remove config section '%s'"
10504 msgstr ""
10506 #: builtin/remote.c:907
10507 #, c-format
10508 msgid " new (next fetch will store in remotes/%s)"
10509 msgstr ""
10511 #: builtin/remote.c:910
10512 msgid " tracked"
10513 msgstr ""
10515 #: builtin/remote.c:912
10516 msgid " stale (use 'git remote prune' to remove)"
10517 msgstr ""
10519 #: builtin/remote.c:914
10520 msgid " ???"
10521 msgstr ""
10523 #: builtin/remote.c:955
10524 #, c-format
10525 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
10526 msgstr ""
10528 #: builtin/remote.c:963
10529 #, c-format
10530 msgid "rebases interactively onto remote %s"
10531 msgstr ""
10533 #: builtin/remote.c:964
10534 #, c-format
10535 msgid "rebases onto remote %s"
10536 msgstr ""
10538 #: builtin/remote.c:967
10539 #, c-format
10540 msgid " merges with remote %s"
10541 msgstr ""
10543 #: builtin/remote.c:970
10544 #, c-format
10545 msgid "merges with remote %s"
10546 msgstr ""
10548 #: builtin/remote.c:973
10549 #, c-format
10550 msgid "%-*s    and with remote %s\n"
10551 msgstr ""
10553 #: builtin/remote.c:1016
10554 msgid "create"
10555 msgstr ""
10557 #: builtin/remote.c:1019
10558 msgid "delete"
10559 msgstr ""
10561 #: builtin/remote.c:1023
10562 msgid "up to date"
10563 msgstr ""
10565 #: builtin/remote.c:1026
10566 msgid "fast-forwardable"
10567 msgstr ""
10569 #: builtin/remote.c:1029
10570 msgid "local out of date"
10571 msgstr ""
10573 #: builtin/remote.c:1036
10574 #, c-format
10575 msgid "    %-*s forces to %-*s (%s)"
10576 msgstr ""
10578 #: builtin/remote.c:1039
10579 #, c-format
10580 msgid "    %-*s pushes to %-*s (%s)"
10581 msgstr ""
10583 #: builtin/remote.c:1043
10584 #, c-format
10585 msgid "    %-*s forces to %s"
10586 msgstr ""
10588 #: builtin/remote.c:1046
10589 #, c-format
10590 msgid "    %-*s pushes to %s"
10591 msgstr ""
10593 #: builtin/remote.c:1114
10594 msgid "do not query remotes"
10595 msgstr ""
10597 #: builtin/remote.c:1141
10598 #, c-format
10599 msgid "* remote %s"
10600 msgstr ""
10602 #: builtin/remote.c:1142
10603 #, c-format
10604 msgid "  Fetch URL: %s"
10605 msgstr ""
10607 #: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295
10608 msgid "(no URL)"
10609 msgstr ""
10611 #. TRANSLATORS: the colon ':' should align with
10612 #. the one in "  Fetch URL: %s" translation
10613 #: builtin/remote.c:1154 builtin/remote.c:1156
10614 #, c-format
10615 msgid "  Push  URL: %s"
10616 msgstr ""
10618 #: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
10619 #, c-format
10620 msgid "  HEAD branch: %s"
10621 msgstr ""
10623 #: builtin/remote.c:1158
10624 msgid "(not queried)"
10625 msgstr ""
10627 #: builtin/remote.c:1160
10628 msgid "(unknown)"
10629 msgstr ""
10631 #: builtin/remote.c:1164
10632 #, c-format
10633 msgid ""
10634 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
10635 msgstr ""
10637 #: builtin/remote.c:1176
10638 #, c-format
10639 msgid "  Remote branch:%s"
10640 msgid_plural "  Remote branches:%s"
10641 msgstr[0] ""
10642 msgstr[1] ""
10644 #: builtin/remote.c:1179 builtin/remote.c:1205
10645 msgid " (status not queried)"
10646 msgstr ""
10648 #: builtin/remote.c:1188
10649 msgid "  Local branch configured for 'git pull':"
10650 msgid_plural "  Local branches configured for 'git pull':"
10651 msgstr[0] ""
10652 msgstr[1] ""
10654 #: builtin/remote.c:1196
10655 msgid "  Local refs will be mirrored by 'git push'"
10656 msgstr ""
10658 #: builtin/remote.c:1202
10659 #, c-format
10660 msgid "  Local ref configured for 'git push'%s:"
10661 msgid_plural "  Local refs configured for 'git push'%s:"
10662 msgstr[0] ""
10663 msgstr[1] ""
10665 #: builtin/remote.c:1223
10666 msgid "set refs/remotes/<name>/HEAD according to remote"
10667 msgstr ""
10669 #: builtin/remote.c:1225
10670 msgid "delete refs/remotes/<name>/HEAD"
10671 msgstr ""
10673 #: builtin/remote.c:1240
10674 msgid "Cannot determine remote HEAD"
10675 msgstr ""
10677 #: builtin/remote.c:1242
10678 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
10679 msgstr ""
10681 #: builtin/remote.c:1252
10682 #, c-format
10683 msgid "Could not delete %s"
10684 msgstr ""
10686 #: builtin/remote.c:1260
10687 #, c-format
10688 msgid "Not a valid ref: %s"
10689 msgstr ""
10691 #: builtin/remote.c:1262
10692 #, c-format
10693 msgid "Could not setup %s"
10694 msgstr ""
10696 #: builtin/remote.c:1280
10697 #, c-format
10698 msgid " %s will become dangling!"
10699 msgstr ""
10701 #: builtin/remote.c:1281
10702 #, c-format
10703 msgid " %s has become dangling!"
10704 msgstr ""
10706 #: builtin/remote.c:1291
10707 #, c-format
10708 msgid "Pruning %s"
10709 msgstr ""
10711 #: builtin/remote.c:1292
10712 #, c-format
10713 msgid "URL: %s"
10714 msgstr ""
10716 #: builtin/remote.c:1308
10717 #, c-format
10718 msgid " * [would prune] %s"
10719 msgstr ""
10721 #: builtin/remote.c:1311
10722 #, c-format
10723 msgid " * [pruned] %s"
10724 msgstr ""
10726 #: builtin/remote.c:1356
10727 msgid "prune remotes after fetching"
10728 msgstr ""
10730 #: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541
10731 #, c-format
10732 msgid "No such remote '%s'"
10733 msgstr ""
10735 #: builtin/remote.c:1435
10736 msgid "add branch"
10737 msgstr ""
10739 #: builtin/remote.c:1442
10740 msgid "no remote specified"
10741 msgstr ""
10743 #: builtin/remote.c:1459
10744 msgid "query push URLs rather than fetch URLs"
10745 msgstr ""
10747 #: builtin/remote.c:1461
10748 msgid "return all URLs"
10749 msgstr ""
10751 #: builtin/remote.c:1489
10752 #, c-format
10753 msgid "no URLs configured for remote '%s'"
10754 msgstr ""
10756 #: builtin/remote.c:1515
10757 msgid "manipulate push URLs"
10758 msgstr ""
10760 #: builtin/remote.c:1517
10761 msgid "add URL"
10762 msgstr ""
10764 #: builtin/remote.c:1519
10765 msgid "delete URLs"
10766 msgstr ""
10768 #: builtin/remote.c:1526
10769 msgid "--add --delete doesn't make sense"
10770 msgstr ""
10772 #: builtin/remote.c:1567
10773 #, c-format
10774 msgid "Invalid old URL pattern: %s"
10775 msgstr ""
10777 #: builtin/remote.c:1575
10778 #, c-format
10779 msgid "No such URL found: %s"
10780 msgstr ""
10782 #: builtin/remote.c:1577
10783 msgid "Will not delete all non-push URLs"
10784 msgstr ""
10786 #: builtin/remote.c:1591
10787 msgid "be verbose; must be placed before a subcommand"
10788 msgstr ""
10790 #: builtin/remote.c:1622
10791 #, c-format
10792 msgid "Unknown subcommand: %s"
10793 msgstr ""
10795 #: builtin/repack.c:17
10796 msgid "git repack [<options>]"
10797 msgstr ""
10799 #: builtin/repack.c:160
10800 msgid "pack everything in a single pack"
10801 msgstr ""
10803 #: builtin/repack.c:162
10804 msgid "same as -a, and turn unreachable objects loose"
10805 msgstr ""
10807 #: builtin/repack.c:165
10808 msgid "remove redundant packs, and run git-prune-packed"
10809 msgstr ""
10811 #: builtin/repack.c:167
10812 msgid "pass --no-reuse-delta to git-pack-objects"
10813 msgstr ""
10815 #: builtin/repack.c:169
10816 msgid "pass --no-reuse-object to git-pack-objects"
10817 msgstr ""
10819 #: builtin/repack.c:171
10820 msgid "do not run git-update-server-info"
10821 msgstr ""
10823 #: builtin/repack.c:174
10824 msgid "pass --local to git-pack-objects"
10825 msgstr ""
10827 #: builtin/repack.c:176
10828 msgid "write bitmap index"
10829 msgstr ""
10831 #: builtin/repack.c:177
10832 msgid "approxidate"
10833 msgstr ""
10835 #: builtin/repack.c:178
10836 msgid "with -A, do not loosen objects older than this"
10837 msgstr ""
10839 #: builtin/repack.c:180
10840 msgid "with -a, repack unreachable objects"
10841 msgstr ""
10843 #: builtin/repack.c:182
10844 msgid "size of the window used for delta compression"
10845 msgstr ""
10847 #: builtin/repack.c:183 builtin/repack.c:187
10848 msgid "bytes"
10849 msgstr ""
10851 #: builtin/repack.c:184
10852 msgid "same as the above, but limit memory size instead of entries count"
10853 msgstr ""
10855 #: builtin/repack.c:186
10856 msgid "limits the maximum delta depth"
10857 msgstr ""
10859 #: builtin/repack.c:188
10860 msgid "maximum size of each packfile"
10861 msgstr ""
10863 #: builtin/repack.c:190
10864 msgid "repack objects in packs marked with .keep"
10865 msgstr ""
10867 #: builtin/repack.c:200
10868 msgid "cannot delete packs in a precious-objects repo"
10869 msgstr ""
10871 #: builtin/repack.c:204
10872 msgid "--keep-unreachable and -A are incompatible"
10873 msgstr ""
10875 #: builtin/repack.c:391 builtin/worktree.c:115
10876 #, c-format
10877 msgid "failed to remove '%s'"
10878 msgstr ""
10880 #: builtin/replace.c:19
10881 msgid "git replace [-f] <object> <replacement>"
10882 msgstr ""
10884 #: builtin/replace.c:20
10885 msgid "git replace [-f] --edit <object>"
10886 msgstr ""
10888 #: builtin/replace.c:21
10889 msgid "git replace [-f] --graft <commit> [<parent>...]"
10890 msgstr ""
10892 #: builtin/replace.c:22
10893 msgid "git replace -d <object>..."
10894 msgstr ""
10896 #: builtin/replace.c:23
10897 msgid "git replace [--format=<format>] [-l [<pattern>]]"
10898 msgstr ""
10900 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
10901 #, c-format
10902 msgid "Not a valid object name: '%s'"
10903 msgstr ""
10905 #: builtin/replace.c:355
10906 #, c-format
10907 msgid "bad mergetag in commit '%s'"
10908 msgstr ""
10910 #: builtin/replace.c:357
10911 #, c-format
10912 msgid "malformed mergetag in commit '%s'"
10913 msgstr ""
10915 #: builtin/replace.c:368
10916 #, c-format
10917 msgid ""
10918 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
10919 "instead of --graft"
10920 msgstr ""
10922 #: builtin/replace.c:401
10923 #, c-format
10924 msgid "the original commit '%s' has a gpg signature."
10925 msgstr ""
10927 #: builtin/replace.c:402
10928 msgid "the signature will be removed in the replacement commit!"
10929 msgstr ""
10931 #: builtin/replace.c:408
10932 #, c-format
10933 msgid "could not write replacement commit for: '%s'"
10934 msgstr ""
10936 #: builtin/replace.c:432
10937 msgid "list replace refs"
10938 msgstr ""
10940 #: builtin/replace.c:433
10941 msgid "delete replace refs"
10942 msgstr ""
10944 #: builtin/replace.c:434
10945 msgid "edit existing object"
10946 msgstr ""
10948 #: builtin/replace.c:435
10949 msgid "change a commit's parents"
10950 msgstr ""
10952 #: builtin/replace.c:436
10953 msgid "replace the ref if it exists"
10954 msgstr ""
10956 #: builtin/replace.c:437
10957 msgid "do not pretty-print contents for --edit"
10958 msgstr ""
10960 #: builtin/replace.c:438
10961 msgid "use this format"
10962 msgstr ""
10964 #: builtin/rerere.c:12
10965 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
10966 msgstr ""
10968 #: builtin/rerere.c:58
10969 msgid "register clean resolutions in index"
10970 msgstr ""
10972 #: builtin/reset.c:26
10973 msgid ""
10974 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
10975 msgstr ""
10977 #: builtin/reset.c:27
10978 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
10979 msgstr ""
10981 #: builtin/reset.c:28
10982 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
10983 msgstr ""
10985 #: builtin/reset.c:34
10986 msgid "mixed"
10987 msgstr ""
10989 #: builtin/reset.c:34
10990 msgid "soft"
10991 msgstr ""
10993 #: builtin/reset.c:34
10994 msgid "hard"
10995 msgstr ""
10997 #: builtin/reset.c:34
10998 msgid "merge"
10999 msgstr ""
11001 #: builtin/reset.c:34
11002 msgid "keep"
11003 msgstr ""
11005 #: builtin/reset.c:74
11006 msgid "You do not have a valid HEAD."
11007 msgstr ""
11009 #: builtin/reset.c:76
11010 msgid "Failed to find tree of HEAD."
11011 msgstr ""
11013 #: builtin/reset.c:82
11014 #, c-format
11015 msgid "Failed to find tree of %s."
11016 msgstr ""
11018 #: builtin/reset.c:100
11019 #, c-format
11020 msgid "HEAD is now at %s"
11021 msgstr ""
11023 #: builtin/reset.c:183
11024 #, c-format
11025 msgid "Cannot do a %s reset in the middle of a merge."
11026 msgstr ""
11028 #: builtin/reset.c:276
11029 msgid "be quiet, only report errors"
11030 msgstr ""
11032 #: builtin/reset.c:278
11033 msgid "reset HEAD and index"
11034 msgstr ""
11036 #: builtin/reset.c:279
11037 msgid "reset only HEAD"
11038 msgstr ""
11040 #: builtin/reset.c:281 builtin/reset.c:283
11041 msgid "reset HEAD, index and working tree"
11042 msgstr ""
11044 #: builtin/reset.c:285
11045 msgid "reset HEAD but keep local changes"
11046 msgstr ""
11048 #: builtin/reset.c:288
11049 msgid "record only the fact that removed paths will be added later"
11050 msgstr ""
11052 #: builtin/reset.c:305
11053 #, c-format
11054 msgid "Failed to resolve '%s' as a valid revision."
11055 msgstr ""
11057 #: builtin/reset.c:313
11058 #, c-format
11059 msgid "Failed to resolve '%s' as a valid tree."
11060 msgstr ""
11062 #: builtin/reset.c:322
11063 msgid "--patch is incompatible with --{hard,mixed,soft}"
11064 msgstr ""
11066 #: builtin/reset.c:331
11067 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11068 msgstr ""
11070 #: builtin/reset.c:333
11071 #, c-format
11072 msgid "Cannot do %s reset with paths."
11073 msgstr ""
11075 #: builtin/reset.c:343
11076 #, c-format
11077 msgid "%s reset is not allowed in a bare repository"
11078 msgstr ""
11080 #: builtin/reset.c:347
11081 msgid "-N can only be used with --mixed"
11082 msgstr ""
11084 #: builtin/reset.c:364
11085 msgid "Unstaged changes after reset:"
11086 msgstr ""
11088 #: builtin/reset.c:370
11089 #, c-format
11090 msgid "Could not reset index file to revision '%s'."
11091 msgstr ""
11093 #: builtin/reset.c:374
11094 msgid "Could not write new index file."
11095 msgstr ""
11097 #: builtin/rev-list.c:354
11098 msgid "rev-list does not support display of notes"
11099 msgstr ""
11101 #: builtin/rev-parse.c:386
11102 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11103 msgstr ""
11105 #: builtin/rev-parse.c:391
11106 msgid "keep the `--` passed as an arg"
11107 msgstr ""
11109 #: builtin/rev-parse.c:393
11110 msgid "stop parsing after the first non-option argument"
11111 msgstr ""
11113 #: builtin/rev-parse.c:396
11114 msgid "output in stuck long form"
11115 msgstr ""
11117 #: builtin/rev-parse.c:527
11118 msgid ""
11119 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11120 "   or: git rev-parse --sq-quote [<arg>...]\n"
11121 "   or: git rev-parse [<options>] [<arg>...]\n"
11122 "\n"
11123 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11124 msgstr ""
11126 #: builtin/revert.c:22
11127 msgid "git revert [<options>] <commit-ish>..."
11128 msgstr ""
11130 #: builtin/revert.c:23
11131 msgid "git revert <subcommand>"
11132 msgstr ""
11134 #: builtin/revert.c:28
11135 msgid "git cherry-pick [<options>] <commit-ish>..."
11136 msgstr ""
11138 #: builtin/revert.c:29
11139 msgid "git cherry-pick <subcommand>"
11140 msgstr ""
11142 #: builtin/revert.c:71
11143 #, c-format
11144 msgid "%s: %s cannot be used with %s"
11145 msgstr ""
11147 #: builtin/revert.c:80
11148 msgid "end revert or cherry-pick sequence"
11149 msgstr ""
11151 #: builtin/revert.c:81
11152 msgid "resume revert or cherry-pick sequence"
11153 msgstr ""
11155 #: builtin/revert.c:82
11156 msgid "cancel revert or cherry-pick sequence"
11157 msgstr ""
11159 #: builtin/revert.c:83
11160 msgid "don't automatically commit"
11161 msgstr ""
11163 #: builtin/revert.c:84
11164 msgid "edit the commit message"
11165 msgstr ""
11167 #: builtin/revert.c:87
11168 msgid "parent number"
11169 msgstr ""
11171 #: builtin/revert.c:89
11172 msgid "merge strategy"
11173 msgstr ""
11175 #: builtin/revert.c:90
11176 msgid "option"
11177 msgstr ""
11179 #: builtin/revert.c:91
11180 msgid "option for merge strategy"
11181 msgstr ""
11183 #: builtin/revert.c:100
11184 msgid "append commit name"
11185 msgstr ""
11187 #: builtin/revert.c:102
11188 msgid "preserve initially empty commits"
11189 msgstr ""
11191 #: builtin/revert.c:103
11192 msgid "allow commits with empty messages"
11193 msgstr ""
11195 #: builtin/revert.c:104
11196 msgid "keep redundant, empty commits"
11197 msgstr ""
11199 #: builtin/revert.c:192
11200 msgid "revert failed"
11201 msgstr ""
11203 #: builtin/revert.c:205
11204 msgid "cherry-pick failed"
11205 msgstr ""
11207 #: builtin/rm.c:17
11208 msgid "git rm [<options>] [--] <file>..."
11209 msgstr ""
11211 #: builtin/rm.c:65
11212 msgid ""
11213 "the following submodule (or one of its nested submodules)\n"
11214 "uses a .git directory:"
11215 msgid_plural ""
11216 "the following submodules (or one of their nested submodules)\n"
11217 "use a .git directory:"
11218 msgstr[0] ""
11219 msgstr[1] ""
11221 #: builtin/rm.c:71
11222 msgid ""
11223 "\n"
11224 "(use 'rm -rf' if you really want to remove it including all of its history)"
11225 msgstr ""
11227 #: builtin/rm.c:230
11228 msgid ""
11229 "the following file has staged content different from both the\n"
11230 "file and the HEAD:"
11231 msgid_plural ""
11232 "the following files have staged content different from both the\n"
11233 "file and the HEAD:"
11234 msgstr[0] ""
11235 msgstr[1] ""
11237 #: builtin/rm.c:235
11238 msgid ""
11239 "\n"
11240 "(use -f to force removal)"
11241 msgstr ""
11243 #: builtin/rm.c:239
11244 msgid "the following file has changes staged in the index:"
11245 msgid_plural "the following files have changes staged in the index:"
11246 msgstr[0] ""
11247 msgstr[1] ""
11249 #: builtin/rm.c:243 builtin/rm.c:254
11250 msgid ""
11251 "\n"
11252 "(use --cached to keep the file, or -f to force removal)"
11253 msgstr ""
11255 #: builtin/rm.c:251
11256 msgid "the following file has local modifications:"
11257 msgid_plural "the following files have local modifications:"
11258 msgstr[0] ""
11259 msgstr[1] ""
11261 #: builtin/rm.c:269
11262 msgid "do not list removed files"
11263 msgstr ""
11265 #: builtin/rm.c:270
11266 msgid "only remove from the index"
11267 msgstr ""
11269 #: builtin/rm.c:271
11270 msgid "override the up-to-date check"
11271 msgstr ""
11273 #: builtin/rm.c:272
11274 msgid "allow recursive removal"
11275 msgstr ""
11277 #: builtin/rm.c:274
11278 msgid "exit with a zero status even if nothing matched"
11279 msgstr ""
11281 #: builtin/rm.c:335
11282 #, c-format
11283 msgid "not removing '%s' recursively without -r"
11284 msgstr ""
11286 #: builtin/rm.c:374
11287 #, c-format
11288 msgid "git rm: unable to remove %s"
11289 msgstr ""
11291 #: builtin/send-pack.c:18
11292 msgid ""
11293 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11294 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11295 "[<ref>...]\n"
11296 "  --all and explicit <ref> specification are mutually exclusive."
11297 msgstr ""
11299 #: builtin/send-pack.c:160
11300 msgid "remote name"
11301 msgstr ""
11303 #: builtin/send-pack.c:171
11304 msgid "use stateless RPC protocol"
11305 msgstr ""
11307 #: builtin/send-pack.c:172
11308 msgid "read refs from stdin"
11309 msgstr ""
11311 #: builtin/send-pack.c:173
11312 msgid "print status from remote helper"
11313 msgstr ""
11315 #: builtin/shortlog.c:13
11316 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11317 msgstr ""
11319 #: builtin/shortlog.c:242
11320 msgid "sort output according to the number of commits per author"
11321 msgstr ""
11323 #: builtin/shortlog.c:244
11324 msgid "Suppress commit descriptions, only provides commit count"
11325 msgstr ""
11327 #: builtin/shortlog.c:246
11328 msgid "Show the email address of each author"
11329 msgstr ""
11331 #: builtin/shortlog.c:247
11332 msgid "w[,i1[,i2]]"
11333 msgstr ""
11335 #: builtin/shortlog.c:248
11336 msgid "Linewrap output"
11337 msgstr ""
11339 #: builtin/show-branch.c:10
11340 msgid ""
11341 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
11342 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
11343 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
11344 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
11345 msgstr ""
11347 #: builtin/show-branch.c:14
11348 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
11349 msgstr ""
11351 #: builtin/show-branch.c:375
11352 #, c-format
11353 msgid "ignoring %s; cannot handle more than %d ref"
11354 msgid_plural "ignoring %s; cannot handle more than %d refs"
11355 msgstr[0] ""
11356 msgstr[1] ""
11358 #: builtin/show-branch.c:541
11359 #, c-format
11360 msgid "no matching refs with %s"
11361 msgstr ""
11363 #: builtin/show-branch.c:639
11364 msgid "show remote-tracking and local branches"
11365 msgstr ""
11367 #: builtin/show-branch.c:641
11368 msgid "show remote-tracking branches"
11369 msgstr ""
11371 #: builtin/show-branch.c:643
11372 msgid "color '*!+-' corresponding to the branch"
11373 msgstr ""
11375 #: builtin/show-branch.c:645
11376 msgid "show <n> more commits after the common ancestor"
11377 msgstr ""
11379 #: builtin/show-branch.c:647
11380 msgid "synonym to more=-1"
11381 msgstr ""
11383 #: builtin/show-branch.c:648
11384 msgid "suppress naming strings"
11385 msgstr ""
11387 #: builtin/show-branch.c:650
11388 msgid "include the current branch"
11389 msgstr ""
11391 #: builtin/show-branch.c:652
11392 msgid "name commits with their object names"
11393 msgstr ""
11395 #: builtin/show-branch.c:654
11396 msgid "show possible merge bases"
11397 msgstr ""
11399 #: builtin/show-branch.c:656
11400 msgid "show refs unreachable from any other ref"
11401 msgstr ""
11403 #: builtin/show-branch.c:658
11404 msgid "show commits in topological order"
11405 msgstr ""
11407 #: builtin/show-branch.c:661
11408 msgid "show only commits not on the first branch"
11409 msgstr ""
11411 #: builtin/show-branch.c:663
11412 msgid "show merges reachable from only one tip"
11413 msgstr ""
11415 #: builtin/show-branch.c:665
11416 msgid "topologically sort, maintaining date order where possible"
11417 msgstr ""
11419 #: builtin/show-branch.c:668
11420 msgid "<n>[,<base>]"
11421 msgstr ""
11423 #: builtin/show-branch.c:669
11424 msgid "show <n> most recent ref-log entries starting at base"
11425 msgstr ""
11427 #: builtin/show-branch.c:703
11428 msgid ""
11429 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
11430 msgstr ""
11432 #: builtin/show-branch.c:727
11433 msgid "no branches given, and HEAD is not valid"
11434 msgstr ""
11436 #: builtin/show-branch.c:730
11437 msgid "--reflog option needs one branch name"
11438 msgstr ""
11440 #: builtin/show-branch.c:733
11441 #, c-format
11442 msgid "only %d entry can be shown at one time."
11443 msgid_plural "only %d entries can be shown at one time."
11444 msgstr[0] ""
11445 msgstr[1] ""
11447 #: builtin/show-branch.c:737
11448 #, c-format
11449 msgid "no such ref %s"
11450 msgstr ""
11452 #: builtin/show-branch.c:829
11453 #, c-format
11454 msgid "cannot handle more than %d rev."
11455 msgid_plural "cannot handle more than %d revs."
11456 msgstr[0] ""
11457 msgstr[1] ""
11459 #: builtin/show-branch.c:833
11460 #, c-format
11461 msgid "'%s' is not a valid ref."
11462 msgstr ""
11464 #: builtin/show-branch.c:836
11465 #, c-format
11466 msgid "cannot find commit %s (%s)"
11467 msgstr ""
11469 #: builtin/show-ref.c:10
11470 msgid ""
11471 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
11472 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
11473 msgstr ""
11475 #: builtin/show-ref.c:11
11476 msgid "git show-ref --exclude-existing[=<pattern>]"
11477 msgstr ""
11479 #: builtin/show-ref.c:165
11480 msgid "only show tags (can be combined with heads)"
11481 msgstr ""
11483 #: builtin/show-ref.c:166
11484 msgid "only show heads (can be combined with tags)"
11485 msgstr ""
11487 #: builtin/show-ref.c:167
11488 msgid "stricter reference checking, requires exact ref path"
11489 msgstr ""
11491 #: builtin/show-ref.c:170 builtin/show-ref.c:172
11492 msgid "show the HEAD reference, even if it would be filtered out"
11493 msgstr ""
11495 #: builtin/show-ref.c:174
11496 msgid "dereference tags into object IDs"
11497 msgstr ""
11499 #: builtin/show-ref.c:176
11500 msgid "only show SHA1 hash using <n> digits"
11501 msgstr ""
11503 #: builtin/show-ref.c:180
11504 msgid "do not print results to stdout (useful with --verify)"
11505 msgstr ""
11507 #: builtin/show-ref.c:182
11508 msgid "show refs from stdin that aren't in local repository"
11509 msgstr ""
11511 #: builtin/stripspace.c:17
11512 msgid "git stripspace [-s | --strip-comments]"
11513 msgstr ""
11515 #: builtin/stripspace.c:18
11516 msgid "git stripspace [-c | --comment-lines]"
11517 msgstr ""
11519 #: builtin/stripspace.c:35
11520 msgid "skip and remove all lines starting with comment character"
11521 msgstr ""
11523 #: builtin/stripspace.c:38
11524 msgid "prepend comment character and space to each line"
11525 msgstr ""
11527 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1046
11528 #, c-format
11529 msgid "No such ref: %s"
11530 msgstr ""
11532 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1055
11533 #, c-format
11534 msgid "Expecting a full ref name, got %s"
11535 msgstr ""
11537 #: builtin/submodule--helper.c:71
11538 #, c-format
11539 msgid "cannot strip one component off url '%s'"
11540 msgstr ""
11542 #: builtin/submodule--helper.c:282 builtin/submodule--helper.c:408
11543 #: builtin/submodule--helper.c:590
11544 msgid "alternative anchor for relative paths"
11545 msgstr ""
11547 #: builtin/submodule--helper.c:287
11548 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
11549 msgstr ""
11551 #: builtin/submodule--helper.c:329 builtin/submodule--helper.c:343
11552 #, c-format
11553 msgid "No url found for submodule path '%s' in .gitmodules"
11554 msgstr ""
11556 #: builtin/submodule--helper.c:369
11557 #, c-format
11558 msgid "Failed to register url for submodule path '%s'"
11559 msgstr ""
11561 #: builtin/submodule--helper.c:373
11562 #, c-format
11563 msgid "Submodule '%s' (%s) registered for path '%s'\n"
11564 msgstr ""
11566 #: builtin/submodule--helper.c:383
11567 #, c-format
11568 msgid "warning: command update mode suggested for submodule '%s'\n"
11569 msgstr ""
11571 #: builtin/submodule--helper.c:390
11572 #, c-format
11573 msgid "Failed to register update mode for submodule path '%s'"
11574 msgstr ""
11576 #: builtin/submodule--helper.c:409
11577 msgid "Suppress output for initializing a submodule"
11578 msgstr ""
11580 #: builtin/submodule--helper.c:414
11581 msgid "git submodule--helper init [<path>]"
11582 msgstr ""
11584 #: builtin/submodule--helper.c:435
11585 msgid "git submodule--helper name <path>"
11586 msgstr ""
11588 #: builtin/submodule--helper.c:441
11589 #, c-format
11590 msgid "no submodule mapping found in .gitmodules for path '%s'"
11591 msgstr ""
11593 #: builtin/submodule--helper.c:524 builtin/submodule--helper.c:527
11594 #, c-format
11595 msgid "submodule '%s' cannot add alternate: %s"
11596 msgstr ""
11598 #: builtin/submodule--helper.c:563
11599 #, c-format
11600 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
11601 msgstr ""
11603 #: builtin/submodule--helper.c:570
11604 #, c-format
11605 msgid "Value '%s' for submodule.alternateLocation is not recognized"
11606 msgstr ""
11608 #: builtin/submodule--helper.c:593
11609 msgid "where the new submodule will be cloned to"
11610 msgstr ""
11612 #: builtin/submodule--helper.c:596
11613 msgid "name of the new submodule"
11614 msgstr ""
11616 #: builtin/submodule--helper.c:599
11617 msgid "url where to clone the submodule from"
11618 msgstr ""
11620 #: builtin/submodule--helper.c:605
11621 msgid "depth for shallow clones"
11622 msgstr ""
11624 #: builtin/submodule--helper.c:608 builtin/submodule--helper.c:964
11625 msgid "force cloning progress"
11626 msgstr ""
11628 #: builtin/submodule--helper.c:613
11629 msgid ""
11630 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
11631 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
11632 msgstr ""
11634 #: builtin/submodule--helper.c:638 builtin/submodule--helper.c:648
11635 #, c-format
11636 msgid "could not create directory '%s'"
11637 msgstr ""
11639 #: builtin/submodule--helper.c:644
11640 #, c-format
11641 msgid "clone of '%s' into submodule path '%s' failed"
11642 msgstr ""
11644 #: builtin/submodule--helper.c:660
11645 #, c-format
11646 msgid "cannot open file '%s'"
11647 msgstr ""
11649 #: builtin/submodule--helper.c:665
11650 #, c-format
11651 msgid "could not close file %s"
11652 msgstr ""
11654 #: builtin/submodule--helper.c:672
11655 #, c-format
11656 msgid "could not get submodule directory for '%s'"
11657 msgstr ""
11659 #: builtin/submodule--helper.c:726
11660 #, c-format
11661 msgid "Submodule path '%s' not initialized"
11662 msgstr ""
11664 #: builtin/submodule--helper.c:730
11665 msgid "Maybe you want to use 'update --init'?"
11666 msgstr ""
11668 #: builtin/submodule--helper.c:756
11669 #, c-format
11670 msgid "Skipping unmerged submodule %s"
11671 msgstr ""
11673 #: builtin/submodule--helper.c:777
11674 #, c-format
11675 msgid "Skipping submodule '%s'"
11676 msgstr ""
11678 #: builtin/submodule--helper.c:913
11679 #, c-format
11680 msgid "Failed to clone '%s'. Retry scheduled"
11681 msgstr ""
11683 #: builtin/submodule--helper.c:924
11684 #, c-format
11685 msgid "Failed to clone '%s' a second time, aborting"
11686 msgstr ""
11688 #: builtin/submodule--helper.c:945
11689 msgid "path into the working tree"
11690 msgstr ""
11692 #: builtin/submodule--helper.c:948
11693 msgid "path into the working tree, across nested submodule boundaries"
11694 msgstr ""
11696 #: builtin/submodule--helper.c:952
11697 msgid "rebase, merge, checkout or none"
11698 msgstr ""
11700 #: builtin/submodule--helper.c:956
11701 msgid "Create a shallow clone truncated to the specified number of revisions"
11702 msgstr ""
11704 #: builtin/submodule--helper.c:959
11705 msgid "parallel jobs"
11706 msgstr ""
11708 #: builtin/submodule--helper.c:961
11709 msgid "whether the initial clone should follow the shallow recommendation"
11710 msgstr ""
11712 #: builtin/submodule--helper.c:962
11713 msgid "don't print cloning progress"
11714 msgstr ""
11716 #: builtin/submodule--helper.c:969
11717 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
11718 msgstr ""
11720 #: builtin/submodule--helper.c:979
11721 msgid "bad value for update parameter"
11722 msgstr ""
11724 #: builtin/submodule--helper.c:1050
11725 #, c-format
11726 msgid ""
11727 "Submodule (%s) branch configured to inherit branch from superproject, but "
11728 "the superproject is not on any branch"
11729 msgstr ""
11731 #: builtin/submodule--helper.c:1100
11732 msgid "submodule--helper subcommand must be called with a subcommand"
11733 msgstr ""
11735 #: builtin/submodule--helper.c:1107
11736 #, c-format
11737 msgid "'%s' is not a valid submodule--helper subcommand"
11738 msgstr ""
11740 #: builtin/symbolic-ref.c:7
11741 msgid "git symbolic-ref [<options>] <name> [<ref>]"
11742 msgstr ""
11744 #: builtin/symbolic-ref.c:8
11745 msgid "git symbolic-ref -d [-q] <name>"
11746 msgstr ""
11748 #: builtin/symbolic-ref.c:40
11749 msgid "suppress error message for non-symbolic (detached) refs"
11750 msgstr ""
11752 #: builtin/symbolic-ref.c:41
11753 msgid "delete symbolic ref"
11754 msgstr ""
11756 #: builtin/symbolic-ref.c:42
11757 msgid "shorten ref output"
11758 msgstr ""
11760 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11761 msgid "reason"
11762 msgstr ""
11764 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11765 msgid "reason of the update"
11766 msgstr ""
11768 #: builtin/tag.c:23
11769 msgid ""
11770 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
11771 "[<head>]"
11772 msgstr ""
11774 #: builtin/tag.c:24
11775 msgid "git tag -d <tagname>..."
11776 msgstr ""
11778 #: builtin/tag.c:25
11779 msgid ""
11780 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
11781 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
11782 msgstr ""
11784 #: builtin/tag.c:27
11785 msgid "git tag -v <tagname>..."
11786 msgstr ""
11788 #: builtin/tag.c:81
11789 #, c-format
11790 msgid "tag name too long: %.*s..."
11791 msgstr ""
11793 #: builtin/tag.c:86
11794 #, c-format
11795 msgid "tag '%s' not found."
11796 msgstr ""
11798 #: builtin/tag.c:101
11799 #, c-format
11800 msgid "Deleted tag '%s' (was %s)\n"
11801 msgstr ""
11803 #: builtin/tag.c:117
11804 #, c-format
11805 msgid ""
11806 "\n"
11807 "Write a message for tag:\n"
11808 "  %s\n"
11809 "Lines starting with '%c' will be ignored.\n"
11810 msgstr ""
11812 #: builtin/tag.c:121
11813 #, c-format
11814 msgid ""
11815 "\n"
11816 "Write a message for tag:\n"
11817 "  %s\n"
11818 "Lines starting with '%c' will be kept; you may remove them yourself if you "
11819 "want to.\n"
11820 msgstr ""
11822 #: builtin/tag.c:199
11823 msgid "unable to sign the tag"
11824 msgstr ""
11826 #: builtin/tag.c:201
11827 msgid "unable to write tag file"
11828 msgstr ""
11830 #: builtin/tag.c:226
11831 msgid "bad object type."
11832 msgstr ""
11834 #: builtin/tag.c:239
11835 msgid "tag header too big."
11836 msgstr ""
11838 #: builtin/tag.c:275
11839 msgid "no tag message?"
11840 msgstr ""
11842 #: builtin/tag.c:281
11843 #, c-format
11844 msgid "The tag message has been left in %s\n"
11845 msgstr ""
11847 #: builtin/tag.c:339
11848 msgid "list tag names"
11849 msgstr ""
11851 #: builtin/tag.c:341
11852 msgid "print <n> lines of each tag message"
11853 msgstr ""
11855 #: builtin/tag.c:343
11856 msgid "delete tags"
11857 msgstr ""
11859 #: builtin/tag.c:344
11860 msgid "verify tags"
11861 msgstr ""
11863 #: builtin/tag.c:346
11864 msgid "Tag creation options"
11865 msgstr ""
11867 #: builtin/tag.c:348
11868 msgid "annotated tag, needs a message"
11869 msgstr ""
11871 #: builtin/tag.c:350
11872 msgid "tag message"
11873 msgstr ""
11875 #: builtin/tag.c:352
11876 msgid "annotated and GPG-signed tag"
11877 msgstr ""
11879 #: builtin/tag.c:356
11880 msgid "use another key to sign the tag"
11881 msgstr ""
11883 #: builtin/tag.c:357
11884 msgid "replace the tag if exists"
11885 msgstr ""
11887 #: builtin/tag.c:358 builtin/update-ref.c:368
11888 msgid "create a reflog"
11889 msgstr ""
11891 #: builtin/tag.c:360
11892 msgid "Tag listing options"
11893 msgstr ""
11895 #: builtin/tag.c:361
11896 msgid "show tag list in columns"
11897 msgstr ""
11899 #: builtin/tag.c:362 builtin/tag.c:363
11900 msgid "print only tags that contain the commit"
11901 msgstr ""
11903 #: builtin/tag.c:364
11904 msgid "print only tags that are merged"
11905 msgstr ""
11907 #: builtin/tag.c:365
11908 msgid "print only tags that are not merged"
11909 msgstr ""
11911 #: builtin/tag.c:370
11912 msgid "print only tags of the object"
11913 msgstr ""
11915 #: builtin/tag.c:399
11916 msgid "--column and -n are incompatible"
11917 msgstr ""
11919 #: builtin/tag.c:419
11920 msgid "-n option is only allowed with -l."
11921 msgstr ""
11923 #: builtin/tag.c:421
11924 msgid "--contains option is only allowed with -l."
11925 msgstr ""
11927 #: builtin/tag.c:423
11928 msgid "--points-at option is only allowed with -l."
11929 msgstr ""
11931 #: builtin/tag.c:425
11932 msgid "--merged and --no-merged option are only allowed with -l"
11933 msgstr ""
11935 #: builtin/tag.c:433
11936 msgid "only one -F or -m option is allowed."
11937 msgstr ""
11939 #: builtin/tag.c:452
11940 msgid "too many params"
11941 msgstr ""
11943 #: builtin/tag.c:458
11944 #, c-format
11945 msgid "'%s' is not a valid tag name."
11946 msgstr ""
11948 #: builtin/tag.c:463
11949 #, c-format
11950 msgid "tag '%s' already exists"
11951 msgstr ""
11953 #: builtin/tag.c:491
11954 #, c-format
11955 msgid "Updated tag '%s' (was %s)\n"
11956 msgstr ""
11958 #: builtin/unpack-objects.c:493
11959 msgid "Unpacking objects"
11960 msgstr ""
11962 #: builtin/update-index.c:79
11963 #, c-format
11964 msgid "failed to create directory %s"
11965 msgstr ""
11967 #: builtin/update-index.c:85
11968 #, c-format
11969 msgid "failed to stat %s"
11970 msgstr ""
11972 #: builtin/update-index.c:95
11973 #, c-format
11974 msgid "failed to create file %s"
11975 msgstr ""
11977 #: builtin/update-index.c:103
11978 #, c-format
11979 msgid "failed to delete file %s"
11980 msgstr ""
11982 #: builtin/update-index.c:110 builtin/update-index.c:212
11983 #, c-format
11984 msgid "failed to delete directory %s"
11985 msgstr ""
11987 #: builtin/update-index.c:133
11988 #, c-format
11989 msgid "Testing mtime in '%s' "
11990 msgstr ""
11992 #: builtin/update-index.c:145
11993 msgid "directory stat info does not change after adding a new file"
11994 msgstr ""
11996 #: builtin/update-index.c:158
11997 msgid "directory stat info does not change after adding a new directory"
11998 msgstr ""
12000 #: builtin/update-index.c:171
12001 msgid "directory stat info changes after updating a file"
12002 msgstr ""
12004 #: builtin/update-index.c:182
12005 msgid "directory stat info changes after adding a file inside subdirectory"
12006 msgstr ""
12008 #: builtin/update-index.c:193
12009 msgid "directory stat info does not change after deleting a file"
12010 msgstr ""
12012 #: builtin/update-index.c:206
12013 msgid "directory stat info does not change after deleting a directory"
12014 msgstr ""
12016 #: builtin/update-index.c:213
12017 msgid " OK"
12018 msgstr ""
12020 #: builtin/update-index.c:564
12021 msgid "git update-index [<options>] [--] [<file>...]"
12022 msgstr ""
12024 #: builtin/update-index.c:919
12025 msgid "continue refresh even when index needs update"
12026 msgstr ""
12028 #: builtin/update-index.c:922
12029 msgid "refresh: ignore submodules"
12030 msgstr ""
12032 #: builtin/update-index.c:925
12033 msgid "do not ignore new files"
12034 msgstr ""
12036 #: builtin/update-index.c:927
12037 msgid "let files replace directories and vice-versa"
12038 msgstr ""
12040 #: builtin/update-index.c:929
12041 msgid "notice files missing from worktree"
12042 msgstr ""
12044 #: builtin/update-index.c:931
12045 msgid "refresh even if index contains unmerged entries"
12046 msgstr ""
12048 #: builtin/update-index.c:934
12049 msgid "refresh stat information"
12050 msgstr ""
12052 #: builtin/update-index.c:938
12053 msgid "like --refresh, but ignore assume-unchanged setting"
12054 msgstr ""
12056 #: builtin/update-index.c:942
12057 msgid "<mode>,<object>,<path>"
12058 msgstr ""
12060 #: builtin/update-index.c:943
12061 msgid "add the specified entry to the index"
12062 msgstr ""
12064 #: builtin/update-index.c:952
12065 msgid "mark files as \"not changing\""
12066 msgstr ""
12068 #: builtin/update-index.c:955
12069 msgid "clear assumed-unchanged bit"
12070 msgstr ""
12072 #: builtin/update-index.c:958
12073 msgid "mark files as \"index-only\""
12074 msgstr ""
12076 #: builtin/update-index.c:961
12077 msgid "clear skip-worktree bit"
12078 msgstr ""
12080 #: builtin/update-index.c:964
12081 msgid "add to index only; do not add content to object database"
12082 msgstr ""
12084 #: builtin/update-index.c:966
12085 msgid "remove named paths even if present in worktree"
12086 msgstr ""
12088 #: builtin/update-index.c:968
12089 msgid "with --stdin: input lines are terminated by null bytes"
12090 msgstr ""
12092 #: builtin/update-index.c:970
12093 msgid "read list of paths to be updated from standard input"
12094 msgstr ""
12096 #: builtin/update-index.c:974
12097 msgid "add entries from standard input to the index"
12098 msgstr ""
12100 #: builtin/update-index.c:978
12101 msgid "repopulate stages #2 and #3 for the listed paths"
12102 msgstr ""
12104 #: builtin/update-index.c:982
12105 msgid "only update entries that differ from HEAD"
12106 msgstr ""
12108 #: builtin/update-index.c:986
12109 msgid "ignore files missing from worktree"
12110 msgstr ""
12112 #: builtin/update-index.c:989
12113 msgid "report actions to standard output"
12114 msgstr ""
12116 #: builtin/update-index.c:991
12117 msgid "(for porcelains) forget saved unresolved conflicts"
12118 msgstr ""
12120 #: builtin/update-index.c:995
12121 msgid "write index in this format"
12122 msgstr ""
12124 #: builtin/update-index.c:997
12125 msgid "enable or disable split index"
12126 msgstr ""
12128 #: builtin/update-index.c:999
12129 msgid "enable/disable untracked cache"
12130 msgstr ""
12132 #: builtin/update-index.c:1001
12133 msgid "test if the filesystem supports untracked cache"
12134 msgstr ""
12136 #: builtin/update-index.c:1003
12137 msgid "enable untracked cache without testing the filesystem"
12138 msgstr ""
12140 #: builtin/update-index.c:1119
12141 msgid ""
12142 "core.untrackedCache is set to true; remove or change it, if you really want "
12143 "to disable the untracked cache"
12144 msgstr ""
12146 #: builtin/update-index.c:1123
12147 msgid "Untracked cache disabled"
12148 msgstr ""
12150 #: builtin/update-index.c:1131
12151 msgid ""
12152 "core.untrackedCache is set to false; remove or change it, if you really want "
12153 "to enable the untracked cache"
12154 msgstr ""
12156 #: builtin/update-index.c:1135
12157 #, c-format
12158 msgid "Untracked cache enabled for '%s'"
12159 msgstr ""
12161 #: builtin/update-ref.c:9
12162 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12163 msgstr ""
12165 #: builtin/update-ref.c:10
12166 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12167 msgstr ""
12169 #: builtin/update-ref.c:11
12170 msgid "git update-ref [<options>] --stdin [-z]"
12171 msgstr ""
12173 #: builtin/update-ref.c:363
12174 msgid "delete the reference"
12175 msgstr ""
12177 #: builtin/update-ref.c:365
12178 msgid "update <refname> not the one it points to"
12179 msgstr ""
12181 #: builtin/update-ref.c:366
12182 msgid "stdin has NUL-terminated arguments"
12183 msgstr ""
12185 #: builtin/update-ref.c:367
12186 msgid "read updates from stdin"
12187 msgstr ""
12189 #: builtin/update-server-info.c:6
12190 msgid "git update-server-info [--force]"
12191 msgstr ""
12193 #: builtin/update-server-info.c:14
12194 msgid "update the info files from scratch"
12195 msgstr ""
12197 #: builtin/verify-commit.c:17
12198 msgid "git verify-commit [-v | --verbose] <commit>..."
12199 msgstr ""
12201 #: builtin/verify-commit.c:72
12202 msgid "print commit contents"
12203 msgstr ""
12205 #: builtin/verify-commit.c:73 builtin/verify-tag.c:35
12206 msgid "print raw gpg status output"
12207 msgstr ""
12209 #: builtin/verify-pack.c:54
12210 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12211 msgstr ""
12213 #: builtin/verify-pack.c:64
12214 msgid "verbose"
12215 msgstr ""
12217 #: builtin/verify-pack.c:66
12218 msgid "show statistics only"
12219 msgstr ""
12221 #: builtin/verify-tag.c:17
12222 msgid "git verify-tag [-v | --verbose] <tag>..."
12223 msgstr ""
12225 #: builtin/verify-tag.c:34
12226 msgid "print tag contents"
12227 msgstr ""
12229 #: builtin/worktree.c:15
12230 msgid "git worktree add [<options>] <path> [<branch>]"
12231 msgstr ""
12233 #: builtin/worktree.c:16
12234 msgid "git worktree list [<options>]"
12235 msgstr ""
12237 #: builtin/worktree.c:17
12238 msgid "git worktree lock [<options>] <path>"
12239 msgstr ""
12241 #: builtin/worktree.c:18
12242 msgid "git worktree prune [<options>]"
12243 msgstr ""
12245 #: builtin/worktree.c:19
12246 msgid "git worktree unlock <path>"
12247 msgstr ""
12249 #: builtin/worktree.c:42
12250 #, c-format
12251 msgid "Removing worktrees/%s: not a valid directory"
12252 msgstr ""
12254 #: builtin/worktree.c:48
12255 #, c-format
12256 msgid "Removing worktrees/%s: gitdir file does not exist"
12257 msgstr ""
12259 #: builtin/worktree.c:53
12260 #, c-format
12261 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12262 msgstr ""
12264 #: builtin/worktree.c:64
12265 #, c-format
12266 msgid "Removing worktrees/%s: invalid gitdir file"
12267 msgstr ""
12269 #: builtin/worktree.c:80
12270 #, c-format
12271 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12272 msgstr ""
12274 #: builtin/worktree.c:204
12275 #, c-format
12276 msgid "'%s' already exists"
12277 msgstr ""
12279 #: builtin/worktree.c:236
12280 #, c-format
12281 msgid "could not create directory of '%s'"
12282 msgstr ""
12284 #: builtin/worktree.c:272
12285 #, c-format
12286 msgid "Preparing %s (identifier %s)"
12287 msgstr ""
12289 #: builtin/worktree.c:323
12290 msgid "checkout <branch> even if already checked out in other worktree"
12291 msgstr ""
12293 #: builtin/worktree.c:325
12294 msgid "create a new branch"
12295 msgstr ""
12297 #: builtin/worktree.c:327
12298 msgid "create or reset a branch"
12299 msgstr ""
12301 #: builtin/worktree.c:329
12302 msgid "populate the new working tree"
12303 msgstr ""
12305 #: builtin/worktree.c:337
12306 msgid "-b, -B, and --detach are mutually exclusive"
12307 msgstr ""
12309 #: builtin/worktree.c:470
12310 msgid "reason for locking"
12311 msgstr ""
12313 #: builtin/worktree.c:482 builtin/worktree.c:515
12314 #, c-format
12315 msgid "'%s' is not a working tree"
12316 msgstr ""
12318 #: builtin/worktree.c:484 builtin/worktree.c:517
12319 msgid "The main working tree cannot be locked or unlocked"
12320 msgstr ""
12322 #: builtin/worktree.c:489
12323 #, c-format
12324 msgid "'%s' is already locked, reason: %s"
12325 msgstr ""
12327 #: builtin/worktree.c:491
12328 #, c-format
12329 msgid "'%s' is already locked"
12330 msgstr ""
12332 #: builtin/worktree.c:519
12333 #, c-format
12334 msgid "'%s' is not locked"
12335 msgstr ""
12337 #: builtin/write-tree.c:13
12338 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
12339 msgstr ""
12341 #: builtin/write-tree.c:26
12342 msgid "<prefix>/"
12343 msgstr ""
12345 #: builtin/write-tree.c:27
12346 msgid "write tree object for a subdirectory <prefix>"
12347 msgstr ""
12349 #: builtin/write-tree.c:30
12350 msgid "only useful for debugging"
12351 msgstr ""
12353 #: upload-pack.c:22
12354 msgid "git upload-pack [<options>] <dir>"
12355 msgstr ""
12357 #: upload-pack.c:1028
12358 msgid "quit after a single request/response exchange"
12359 msgstr ""
12361 #: upload-pack.c:1030
12362 msgid "exit immediately after initial ref advertisement"
12363 msgstr ""
12365 #: upload-pack.c:1032
12366 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
12367 msgstr ""
12369 #: upload-pack.c:1034
12370 msgid "interrupt transfer after <n> seconds of inactivity"
12371 msgstr ""
12373 #: credential-cache--daemon.c:223
12374 #, c-format
12375 msgid ""
12376 "The permissions on your socket directory are too loose; other\n"
12377 "users may be able to read your cached credentials. Consider running:\n"
12378 "\n"
12379 "\tchmod 0700 %s"
12380 msgstr ""
12382 #: credential-cache--daemon.c:271
12383 msgid "print debugging messages to stderr"
12384 msgstr ""
12386 #: git.c:14
12387 msgid ""
12388 "'git help -a' and 'git help -g' list available subcommands and some\n"
12389 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
12390 "to read about a specific subcommand or concept."
12391 msgstr ""
12393 #: http.c:342
12394 msgid "Delegation control is not supported with cURL < 7.22.0"
12395 msgstr ""
12397 #: http.c:351
12398 msgid "Public key pinning not supported with cURL < 7.44.0"
12399 msgstr ""
12401 #: common-cmds.h:9
12402 msgid "start a working area (see also: git help tutorial)"
12403 msgstr ""
12405 #: common-cmds.h:10
12406 msgid "work on the current change (see also: git help everyday)"
12407 msgstr ""
12409 #: common-cmds.h:11
12410 msgid "examine the history and state (see also: git help revisions)"
12411 msgstr ""
12413 #: common-cmds.h:12
12414 msgid "grow, mark and tweak your common history"
12415 msgstr ""
12417 #: common-cmds.h:13
12418 msgid "collaborate (see also: git help workflows)"
12419 msgstr ""
12421 #: common-cmds.h:17
12422 msgid "Add file contents to the index"
12423 msgstr ""
12425 #: common-cmds.h:18
12426 msgid "Use binary search to find the commit that introduced a bug"
12427 msgstr ""
12429 #: common-cmds.h:19
12430 msgid "List, create, or delete branches"
12431 msgstr ""
12433 #: common-cmds.h:20
12434 msgid "Switch branches or restore working tree files"
12435 msgstr ""
12437 #: common-cmds.h:21
12438 msgid "Clone a repository into a new directory"
12439 msgstr ""
12441 #: common-cmds.h:22
12442 msgid "Record changes to the repository"
12443 msgstr ""
12445 #: common-cmds.h:23
12446 msgid "Show changes between commits, commit and working tree, etc"
12447 msgstr ""
12449 #: common-cmds.h:24
12450 msgid "Download objects and refs from another repository"
12451 msgstr ""
12453 #: common-cmds.h:25
12454 msgid "Print lines matching a pattern"
12455 msgstr ""
12457 #: common-cmds.h:26
12458 msgid "Create an empty Git repository or reinitialize an existing one"
12459 msgstr ""
12461 #: common-cmds.h:27
12462 msgid "Show commit logs"
12463 msgstr ""
12465 #: common-cmds.h:28
12466 msgid "Join two or more development histories together"
12467 msgstr ""
12469 #: common-cmds.h:29
12470 msgid "Move or rename a file, a directory, or a symlink"
12471 msgstr ""
12473 #: common-cmds.h:30
12474 msgid "Fetch from and integrate with another repository or a local branch"
12475 msgstr ""
12477 #: common-cmds.h:31
12478 msgid "Update remote refs along with associated objects"
12479 msgstr ""
12481 #: common-cmds.h:32
12482 msgid "Reapply commits on top of another base tip"
12483 msgstr ""
12485 #: common-cmds.h:33
12486 msgid "Reset current HEAD to the specified state"
12487 msgstr ""
12489 #: common-cmds.h:34
12490 msgid "Remove files from the working tree and from the index"
12491 msgstr ""
12493 #: common-cmds.h:35
12494 msgid "Show various types of objects"
12495 msgstr ""
12497 #: common-cmds.h:36
12498 msgid "Show the working tree status"
12499 msgstr ""
12501 #: common-cmds.h:37
12502 msgid "Create, list, delete or verify a tag object signed with GPG"
12503 msgstr ""
12505 #: parse-options.h:145
12506 msgid "expiry-date"
12507 msgstr ""
12509 #: parse-options.h:160
12510 msgid "no-op (backward compatibility)"
12511 msgstr ""
12513 #: parse-options.h:238
12514 msgid "be more verbose"
12515 msgstr ""
12517 #: parse-options.h:240
12518 msgid "be more quiet"
12519 msgstr ""
12521 #: parse-options.h:246
12522 msgid "use <n> digits to display SHA-1s"
12523 msgstr ""
12525 #: rerere.h:40
12526 msgid "update the index with reused conflict resolution if possible"
12527 msgstr ""
12529 #: git-bisect.sh:54
12530 msgid "You need to start by \"git bisect start\""
12531 msgstr ""
12533 #. TRANSLATORS: Make sure to include [Y] and [n] in your
12534 #. translation. The program will only accept English input
12535 #. at this point.
12536 #: git-bisect.sh:60
12537 msgid "Do you want me to do it for you [Y/n]? "
12538 msgstr ""
12540 #: git-bisect.sh:121
12541 #, sh-format
12542 msgid "unrecognised option: '$arg'"
12543 msgstr ""
12545 #: git-bisect.sh:125
12546 #, sh-format
12547 msgid "'$arg' does not appear to be a valid revision"
12548 msgstr ""
12550 #: git-bisect.sh:154
12551 msgid "Bad HEAD - I need a HEAD"
12552 msgstr ""
12554 #: git-bisect.sh:167
12555 #, sh-format
12556 msgid ""
12557 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
12558 msgstr ""
12560 #: git-bisect.sh:177
12561 msgid "won't bisect on cg-seek'ed tree"
12562 msgstr ""
12564 #: git-bisect.sh:181
12565 msgid "Bad HEAD - strange symbolic ref"
12566 msgstr ""
12568 #: git-bisect.sh:233
12569 #, sh-format
12570 msgid "Bad bisect_write argument: $state"
12571 msgstr ""
12573 #: git-bisect.sh:262
12574 #, sh-format
12575 msgid "Bad rev input: $arg"
12576 msgstr ""
12578 #: git-bisect.sh:281
12579 #, sh-format
12580 msgid "Bad rev input: $bisected_head"
12581 msgstr ""
12583 #: git-bisect.sh:290
12584 #, sh-format
12585 msgid "Bad rev input: $rev"
12586 msgstr ""
12588 #: git-bisect.sh:299
12589 #, sh-format
12590 msgid "'git bisect $TERM_BAD' can take only one argument."
12591 msgstr ""
12593 #: git-bisect.sh:322
12594 #, sh-format
12595 msgid "Warning: bisecting only with a $TERM_BAD commit."
12596 msgstr ""
12598 #. TRANSLATORS: Make sure to include [Y] and [n] in your
12599 #. translation. The program will only accept English input
12600 #. at this point.
12601 #: git-bisect.sh:328
12602 msgid "Are you sure [Y/n]? "
12603 msgstr ""
12605 #: git-bisect.sh:340
12606 #, sh-format
12607 msgid ""
12608 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
12609 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
12610 msgstr ""
12612 #: git-bisect.sh:343
12613 #, sh-format
12614 msgid ""
12615 "You need to start by \"git bisect start\".\n"
12616 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
12617 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
12618 msgstr ""
12620 #: git-bisect.sh:414 git-bisect.sh:546
12621 msgid "We are not bisecting."
12622 msgstr ""
12624 #: git-bisect.sh:421
12625 #, sh-format
12626 msgid "'$invalid' is not a valid commit"
12627 msgstr ""
12629 #: git-bisect.sh:430
12630 #, sh-format
12631 msgid ""
12632 "Could not check out original HEAD '$branch'.\n"
12633 "Try 'git bisect reset <commit>'."
12634 msgstr ""
12636 #: git-bisect.sh:458
12637 msgid "No logfile given"
12638 msgstr ""
12640 #: git-bisect.sh:459
12641 #, sh-format
12642 msgid "cannot read $file for replaying"
12643 msgstr ""
12645 #: git-bisect.sh:480
12646 msgid "?? what are you talking about?"
12647 msgstr ""
12649 #: git-bisect.sh:492
12650 #, sh-format
12651 msgid "running $command"
12652 msgstr ""
12654 #: git-bisect.sh:499
12655 #, sh-format
12656 msgid ""
12657 "bisect run failed:\n"
12658 "exit code $res from '$command' is < 0 or >= 128"
12659 msgstr ""
12661 #: git-bisect.sh:525
12662 msgid "bisect run cannot continue any more"
12663 msgstr ""
12665 #: git-bisect.sh:531
12666 #, sh-format
12667 msgid ""
12668 "bisect run failed:\n"
12669 "'bisect_state $state' exited with error code $res"
12670 msgstr ""
12672 #: git-bisect.sh:538
12673 msgid "bisect run success"
12674 msgstr ""
12676 #: git-bisect.sh:565
12677 msgid "please use two different terms"
12678 msgstr ""
12680 #: git-bisect.sh:575
12681 #, sh-format
12682 msgid "'$term' is not a valid term"
12683 msgstr ""
12685 #: git-bisect.sh:578
12686 #, sh-format
12687 msgid "can't use the builtin command '$term' as a term"
12688 msgstr ""
12690 #: git-bisect.sh:587 git-bisect.sh:593
12691 #, sh-format
12692 msgid "can't change the meaning of term '$term'"
12693 msgstr ""
12695 #: git-bisect.sh:606
12696 #, sh-format
12697 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
12698 msgstr ""
12700 #: git-bisect.sh:636
12701 msgid "no terms defined"
12702 msgstr ""
12704 #: git-bisect.sh:653
12705 #, sh-format
12706 msgid ""
12707 "invalid argument $arg for 'git bisect terms'.\n"
12708 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
12709 msgstr ""
12711 #: git-merge-octopus.sh:46
12712 msgid ""
12713 "Error: Your local changes to the following files would be overwritten by "
12714 "merge"
12715 msgstr ""
12717 #: git-merge-octopus.sh:61
12718 msgid "Automated merge did not work."
12719 msgstr ""
12721 #: git-merge-octopus.sh:62
12722 msgid "Should not be doing an octopus."
12723 msgstr ""
12725 #: git-merge-octopus.sh:73
12726 #, sh-format
12727 msgid "Unable to find common commit with $pretty_name"
12728 msgstr ""
12730 #: git-merge-octopus.sh:77
12731 #, sh-format
12732 msgid "Already up-to-date with $pretty_name"
12733 msgstr ""
12735 #: git-merge-octopus.sh:89
12736 #, sh-format
12737 msgid "Fast-forwarding to: $pretty_name"
12738 msgstr ""
12740 #: git-merge-octopus.sh:97
12741 #, sh-format
12742 msgid "Trying simple merge with $pretty_name"
12743 msgstr ""
12745 #: git-merge-octopus.sh:102
12746 msgid "Simple merge did not work, trying automatic merge."
12747 msgstr ""
12749 #: git-rebase.sh:56
12750 msgid ""
12751 "When you have resolved this problem, run \"git rebase --continue\".\n"
12752 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
12753 "To check out the original branch and stop rebasing, run \"git rebase --abort"
12754 "\"."
12755 msgstr ""
12757 #: git-rebase.sh:156 git-rebase.sh:395
12758 #, sh-format
12759 msgid "Could not move back to $head_name"
12760 msgstr ""
12762 #: git-rebase.sh:167
12763 msgid "Applied autostash."
12764 msgstr ""
12766 #: git-rebase.sh:170
12767 #, sh-format
12768 msgid "Cannot store $stash_sha1"
12769 msgstr ""
12771 #: git-rebase.sh:171
12772 msgid ""
12773 "Applying autostash resulted in conflicts.\n"
12774 "Your changes are safe in the stash.\n"
12775 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
12776 msgstr ""
12778 #: git-rebase.sh:210
12779 msgid "The pre-rebase hook refused to rebase."
12780 msgstr ""
12782 #: git-rebase.sh:215
12783 msgid "It looks like git-am is in progress. Cannot rebase."
12784 msgstr ""
12786 #: git-rebase.sh:356
12787 msgid "No rebase in progress?"
12788 msgstr ""
12790 #: git-rebase.sh:367
12791 msgid "The --edit-todo action can only be used during interactive rebase."
12792 msgstr ""
12794 #: git-rebase.sh:374
12795 msgid "Cannot read HEAD"
12796 msgstr ""
12798 #: git-rebase.sh:377
12799 msgid ""
12800 "You must edit all merge conflicts and then\n"
12801 "mark them as resolved using git add"
12802 msgstr ""
12804 #: git-rebase.sh:414
12805 #, sh-format
12806 msgid ""
12807 "It seems that there is already a $state_dir_base directory, and\n"
12808 "I wonder if you are in the middle of another rebase.  If that is the\n"
12809 "case, please try\n"
12810 "\t$cmd_live_rebase\n"
12811 "If that is not the case, please\n"
12812 "\t$cmd_clear_stale_rebase\n"
12813 "and run me again.  I am stopping in case you still have something\n"
12814 "valuable there."
12815 msgstr ""
12817 #: git-rebase.sh:465
12818 #, sh-format
12819 msgid "invalid upstream $upstream_name"
12820 msgstr ""
12822 #: git-rebase.sh:489
12823 #, sh-format
12824 msgid "$onto_name: there are more than one merge bases"
12825 msgstr ""
12827 #: git-rebase.sh:492 git-rebase.sh:496
12828 #, sh-format
12829 msgid "$onto_name: there is no merge base"
12830 msgstr ""
12832 #: git-rebase.sh:501
12833 #, sh-format
12834 msgid "Does not point to a valid commit: $onto_name"
12835 msgstr ""
12837 #: git-rebase.sh:524
12838 #, sh-format
12839 msgid "fatal: no such branch: $branch_name"
12840 msgstr ""
12842 #: git-rebase.sh:557
12843 msgid "Cannot autostash"
12844 msgstr ""
12846 #: git-rebase.sh:562
12847 #, sh-format
12848 msgid "Created autostash: $stash_abbrev"
12849 msgstr ""
12851 #: git-rebase.sh:566
12852 msgid "Please commit or stash them."
12853 msgstr ""
12855 #: git-rebase.sh:586
12856 #, sh-format
12857 msgid "Current branch $branch_name is up to date."
12858 msgstr ""
12860 #: git-rebase.sh:590
12861 #, sh-format
12862 msgid "Current branch $branch_name is up to date, rebase forced."
12863 msgstr ""
12865 #: git-rebase.sh:601
12866 #, sh-format
12867 msgid "Changes from $mb to $onto:"
12868 msgstr ""
12870 #: git-rebase.sh:610
12871 msgid "First, rewinding head to replay your work on top of it..."
12872 msgstr ""
12874 #: git-rebase.sh:620
12875 #, sh-format
12876 msgid "Fast-forwarded $branch_name to $onto_name."
12877 msgstr ""
12879 #: git-stash.sh:50
12880 msgid "git stash clear with parameters is unimplemented"
12881 msgstr ""
12883 #: git-stash.sh:73
12884 msgid "You do not have the initial commit yet"
12885 msgstr ""
12887 #: git-stash.sh:88
12888 msgid "Cannot save the current index state"
12889 msgstr ""
12891 #: git-stash.sh:103
12892 msgid "Cannot save the untracked files"
12893 msgstr ""
12895 #: git-stash.sh:123 git-stash.sh:136
12896 msgid "Cannot save the current worktree state"
12897 msgstr ""
12899 #: git-stash.sh:140
12900 msgid "No changes selected"
12901 msgstr ""
12903 #: git-stash.sh:143
12904 msgid "Cannot remove temporary index (can't happen)"
12905 msgstr ""
12907 #: git-stash.sh:156
12908 msgid "Cannot record working tree state"
12909 msgstr ""
12911 #: git-stash.sh:188
12912 #, sh-format
12913 msgid "Cannot update $ref_stash with $w_commit"
12914 msgstr ""
12916 #. TRANSLATORS: $option is an invalid option, like
12917 #. `--blah-blah'. The 7 spaces at the beginning of the
12918 #. second line correspond to "error: ". So you should line
12919 #. up the second line with however many characters the
12920 #. translation of "error: " takes in your language. E.g. in
12921 #. English this is:
12923 #. $ git stash save --blah-blah 2>&1 | head -n 2
12924 #. error: unknown option for 'stash save': --blah-blah
12925 #. To provide a message, use git stash save -- '--blah-blah'
12926 #: git-stash.sh:238
12927 #, sh-format
12928 msgid ""
12929 "error: unknown option for 'stash save': $option\n"
12930 "       To provide a message, use git stash save -- '$option'"
12931 msgstr ""
12933 #: git-stash.sh:251
12934 msgid "Can't use --patch and --include-untracked or --all at the same time"
12935 msgstr ""
12937 #: git-stash.sh:259
12938 msgid "No local changes to save"
12939 msgstr ""
12941 #: git-stash.sh:263
12942 msgid "Cannot initialize stash"
12943 msgstr ""
12945 #: git-stash.sh:267
12946 msgid "Cannot save the current status"
12947 msgstr ""
12949 #: git-stash.sh:268
12950 #, sh-format
12951 msgid "Saved working directory and index state $stash_msg"
12952 msgstr ""
12954 #: git-stash.sh:285
12955 msgid "Cannot remove worktree changes"
12956 msgstr ""
12958 #: git-stash.sh:403
12959 #, sh-format
12960 msgid "unknown option: $opt"
12961 msgstr ""
12963 #: git-stash.sh:416
12964 msgid "No stash found."
12965 msgstr ""
12967 #: git-stash.sh:423
12968 #, sh-format
12969 msgid "Too many revisions specified: $REV"
12970 msgstr ""
12972 #: git-stash.sh:438
12973 #, sh-format
12974 msgid "$reference is not a valid reference"
12975 msgstr ""
12977 #: git-stash.sh:466
12978 #, sh-format
12979 msgid "'$args' is not a stash-like commit"
12980 msgstr ""
12982 #: git-stash.sh:477
12983 #, sh-format
12984 msgid "'$args' is not a stash reference"
12985 msgstr ""
12987 #: git-stash.sh:485
12988 msgid "unable to refresh index"
12989 msgstr ""
12991 #: git-stash.sh:489
12992 msgid "Cannot apply a stash in the middle of a merge"
12993 msgstr ""
12995 #: git-stash.sh:497
12996 msgid "Conflicts in index. Try without --index."
12997 msgstr ""
12999 #: git-stash.sh:499
13000 msgid "Could not save index tree"
13001 msgstr ""
13003 #: git-stash.sh:508
13004 msgid "Could not restore untracked files from stash"
13005 msgstr ""
13007 #: git-stash.sh:533
13008 msgid "Cannot unstage modified files"
13009 msgstr ""
13011 #: git-stash.sh:548
13012 msgid "Index was not unstashed."
13013 msgstr ""
13015 #: git-stash.sh:562
13016 msgid "The stash is kept in case you need it again."
13017 msgstr ""
13019 #: git-stash.sh:571
13020 #, sh-format
13021 msgid "Dropped ${REV} ($s)"
13022 msgstr ""
13024 #: git-stash.sh:572
13025 #, sh-format
13026 msgid "${REV}: Could not drop stash entry"
13027 msgstr ""
13029 #: git-stash.sh:580
13030 msgid "No branch name specified"
13031 msgstr ""
13033 #: git-stash.sh:652
13034 msgid "(To restore them type \"git stash apply\")"
13035 msgstr ""
13037 #: git-submodule.sh:184
13038 msgid "Relative path can only be used from the toplevel of the working tree"
13039 msgstr ""
13041 #: git-submodule.sh:194
13042 #, sh-format
13043 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13044 msgstr ""
13046 #: git-submodule.sh:211
13047 #, sh-format
13048 msgid "'$sm_path' already exists in the index"
13049 msgstr ""
13051 #: git-submodule.sh:215
13052 #, sh-format
13053 msgid ""
13054 "The following path is ignored by one of your .gitignore files:\n"
13055 "$sm_path\n"
13056 "Use -f if you really want to add it."
13057 msgstr ""
13059 #: git-submodule.sh:233
13060 #, sh-format
13061 msgid "Adding existing repo at '$sm_path' to the index"
13062 msgstr ""
13064 #: git-submodule.sh:235
13065 #, sh-format
13066 msgid "'$sm_path' already exists and is not a valid git repo"
13067 msgstr ""
13069 #: git-submodule.sh:243
13070 #, sh-format
13071 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13072 msgstr ""
13074 #: git-submodule.sh:245
13075 #, sh-format
13076 msgid ""
13077 "If you want to reuse this local git directory instead of cloning again from\n"
13078 "  $realrepo\n"
13079 "use the '--force' option. If the local git directory is not the correct "
13080 "repo\n"
13081 "or you are unsure what this means choose another name with the '--name' "
13082 "option."
13083 msgstr ""
13085 #: git-submodule.sh:251
13086 #, sh-format
13087 msgid "Reactivating local git directory for submodule '$sm_name'."
13088 msgstr ""
13090 #: git-submodule.sh:263
13091 #, sh-format
13092 msgid "Unable to checkout submodule '$sm_path'"
13093 msgstr ""
13095 #: git-submodule.sh:268
13096 #, sh-format
13097 msgid "Failed to add submodule '$sm_path'"
13098 msgstr ""
13100 #: git-submodule.sh:277
13101 #, sh-format
13102 msgid "Failed to register submodule '$sm_path'"
13103 msgstr ""
13105 #: git-submodule.sh:324
13106 #, sh-format
13107 msgid "Entering '$displaypath'"
13108 msgstr ""
13110 #: git-submodule.sh:344
13111 #, sh-format
13112 msgid "Stopping at '$displaypath'; script returned non-zero status."
13113 msgstr ""
13115 #: git-submodule.sh:415
13116 #, sh-format
13117 msgid "pathspec and --all are incompatible"
13118 msgstr ""
13120 #: git-submodule.sh:420
13121 #, sh-format
13122 msgid "Use '--all' if you really want to deinitialize all submodules"
13123 msgstr ""
13125 #: git-submodule.sh:440
13126 #, sh-format
13127 msgid ""
13128 "Submodule work tree '$displaypath' contains a .git directory\n"
13129 "(use 'rm -rf' if you really want to remove it including all of its history)"
13130 msgstr ""
13132 #: git-submodule.sh:448
13133 #, sh-format
13134 msgid ""
13135 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13136 "discard them"
13137 msgstr ""
13139 #: git-submodule.sh:451
13140 #, sh-format
13141 msgid "Cleared directory '$displaypath'"
13142 msgstr ""
13144 #: git-submodule.sh:452
13145 #, sh-format
13146 msgid "Could not remove submodule work tree '$displaypath'"
13147 msgstr ""
13149 #: git-submodule.sh:455
13150 #, sh-format
13151 msgid "Could not create empty submodule directory '$displaypath'"
13152 msgstr ""
13154 #: git-submodule.sh:464
13155 #, sh-format
13156 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13157 msgstr ""
13159 #: git-submodule.sh:617
13160 #, sh-format
13161 msgid "Unable to find current revision in submodule path '$displaypath'"
13162 msgstr ""
13164 #: git-submodule.sh:627
13165 #, sh-format
13166 msgid "Unable to fetch in submodule path '$sm_path'"
13167 msgstr ""
13169 #: git-submodule.sh:632
13170 #, sh-format
13171 msgid ""
13172 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13173 "'$sm_path'"
13174 msgstr ""
13176 #: git-submodule.sh:650
13177 #, sh-format
13178 msgid "Unable to fetch in submodule path '$displaypath'"
13179 msgstr ""
13181 #: git-submodule.sh:656
13182 #, sh-format
13183 msgid ""
13184 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13185 "Direct fetching of that commit failed."
13186 msgstr ""
13188 #: git-submodule.sh:663
13189 #, sh-format
13190 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13191 msgstr ""
13193 #: git-submodule.sh:664
13194 #, sh-format
13195 msgid "Submodule path '$displaypath': checked out '$sha1'"
13196 msgstr ""
13198 #: git-submodule.sh:668
13199 #, sh-format
13200 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13201 msgstr ""
13203 #: git-submodule.sh:669
13204 #, sh-format
13205 msgid "Submodule path '$displaypath': rebased into '$sha1'"
13206 msgstr ""
13208 #: git-submodule.sh:674
13209 #, sh-format
13210 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13211 msgstr ""
13213 #: git-submodule.sh:675
13214 #, sh-format
13215 msgid "Submodule path '$displaypath': merged in '$sha1'"
13216 msgstr ""
13218 #: git-submodule.sh:680
13219 #, sh-format
13220 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13221 msgstr ""
13223 #: git-submodule.sh:681
13224 #, sh-format
13225 msgid "Submodule path '$displaypath': '$command $sha1'"
13226 msgstr ""
13228 #: git-submodule.sh:712
13229 #, sh-format
13230 msgid "Failed to recurse into submodule path '$displaypath'"
13231 msgstr ""
13233 #: git-submodule.sh:820
13234 msgid "The --cached option cannot be used with the --files option"
13235 msgstr ""
13237 #: git-submodule.sh:872
13238 #, sh-format
13239 msgid "unexpected mode $mod_dst"
13240 msgstr ""
13242 #: git-submodule.sh:892
13243 #, sh-format
13244 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13245 msgstr ""
13247 #: git-submodule.sh:895
13248 #, sh-format
13249 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13250 msgstr ""
13252 #: git-submodule.sh:898
13253 #, sh-format
13254 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13255 msgstr ""
13257 #: git-submodule.sh:1045
13258 #, sh-format
13259 msgid "Failed to recurse into submodule path '$sm_path'"
13260 msgstr ""
13262 #: git-submodule.sh:1112
13263 #, sh-format
13264 msgid "Synchronizing submodule url for '$displaypath'"
13265 msgstr ""
13267 #: git-parse-remote.sh:89
13268 #, sh-format
13269 msgid "See git-${cmd}(1) for details."
13270 msgstr ""
13272 #: git-rebase--interactive.sh:140
13273 #, sh-format
13274 msgid "Rebasing ($new_count/$total)"
13275 msgstr ""
13277 #: git-rebase--interactive.sh:156
13278 msgid ""
13279 "\n"
13280 "Commands:\n"
13281 " p, pick = use commit\n"
13282 " r, reword = use commit, but edit the commit message\n"
13283 " e, edit = use commit, but stop for amending\n"
13284 " s, squash = use commit, but meld into previous commit\n"
13285 " f, fixup = like \"squash\", but discard this commit's log message\n"
13286 " x, exec = run command (the rest of the line) using shell\n"
13287 " d, drop = remove commit\n"
13288 "\n"
13289 "These lines can be re-ordered; they are executed from top to bottom.\n"
13290 msgstr ""
13292 #: git-rebase--interactive.sh:171
13293 msgid ""
13294 "\n"
13295 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13296 msgstr ""
13298 #: git-rebase--interactive.sh:175
13299 msgid ""
13300 "\n"
13301 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
13302 msgstr ""
13304 #: git-rebase--interactive.sh:211
13305 #, sh-format
13306 msgid ""
13307 "You can amend the commit now, with\n"
13308 "\n"
13309 "\tgit commit --amend $gpg_sign_opt_quoted\n"
13310 "\n"
13311 "Once you are satisfied with your changes, run\n"
13312 "\n"
13313 "\tgit rebase --continue"
13314 msgstr ""
13316 #: git-rebase--interactive.sh:236
13317 #, sh-format
13318 msgid "$sha1: not a commit that can be picked"
13319 msgstr ""
13321 #: git-rebase--interactive.sh:275
13322 #, sh-format
13323 msgid "Invalid commit name: $sha1"
13324 msgstr ""
13326 #: git-rebase--interactive.sh:317
13327 msgid "Cannot write current commit's replacement sha1"
13328 msgstr ""
13330 #: git-rebase--interactive.sh:369
13331 #, sh-format
13332 msgid "Fast-forward to $sha1"
13333 msgstr ""
13335 #: git-rebase--interactive.sh:371
13336 #, sh-format
13337 msgid "Cannot fast-forward to $sha1"
13338 msgstr ""
13340 #: git-rebase--interactive.sh:380
13341 #, sh-format
13342 msgid "Cannot move HEAD to $first_parent"
13343 msgstr ""
13345 #: git-rebase--interactive.sh:385
13346 #, sh-format
13347 msgid "Refusing to squash a merge: $sha1"
13348 msgstr ""
13350 #: git-rebase--interactive.sh:399
13351 #, sh-format
13352 msgid "Error redoing merge $sha1"
13353 msgstr ""
13355 #: git-rebase--interactive.sh:407
13356 #, sh-format
13357 msgid "Could not pick $sha1"
13358 msgstr ""
13360 #: git-rebase--interactive.sh:416
13361 #, sh-format
13362 msgid "This is the commit message #${n}:"
13363 msgstr ""
13365 #: git-rebase--interactive.sh:421
13366 #, sh-format
13367 msgid "The commit message #${n} will be skipped:"
13368 msgstr ""
13370 #: git-rebase--interactive.sh:432
13371 #, sh-format
13372 msgid "This is a combination of $count commit."
13373 msgid_plural "This is a combination of $count commits."
13374 msgstr[0] ""
13375 msgstr[1] ""
13377 #: git-rebase--interactive.sh:440
13378 #, sh-format
13379 msgid "Cannot write $fixup_msg"
13380 msgstr ""
13382 #: git-rebase--interactive.sh:443
13383 msgid "This is a combination of 2 commits."
13384 msgstr ""
13386 #: git-rebase--interactive.sh:444
13387 msgid "This is the 1st commit message:"
13388 msgstr ""
13390 #: git-rebase--interactive.sh:484 git-rebase--interactive.sh:527
13391 #: git-rebase--interactive.sh:530
13392 #, sh-format
13393 msgid "Could not apply $sha1... $rest"
13394 msgstr ""
13396 #: git-rebase--interactive.sh:558
13397 #, sh-format
13398 msgid ""
13399 "Could not amend commit after successfully picking $sha1... $rest\n"
13400 "This is most likely due to an empty commit message, or the pre-commit hook\n"
13401 "failed. If the pre-commit hook failed, you may need to resolve the issue "
13402 "before\n"
13403 "you are able to reword the commit."
13404 msgstr ""
13406 #: git-rebase--interactive.sh:573
13407 #, sh-format
13408 msgid "Stopped at $sha1_abbrev... $rest"
13409 msgstr ""
13411 #: git-rebase--interactive.sh:588
13412 #, sh-format
13413 msgid "Cannot '$squash_style' without a previous commit"
13414 msgstr ""
13416 #: git-rebase--interactive.sh:630
13417 #, sh-format
13418 msgid "Executing: $rest"
13419 msgstr ""
13421 #: git-rebase--interactive.sh:638
13422 #, sh-format
13423 msgid "Execution failed: $rest"
13424 msgstr ""
13426 #: git-rebase--interactive.sh:640
13427 msgid "and made changes to the index and/or the working tree"
13428 msgstr ""
13430 #: git-rebase--interactive.sh:642
13431 msgid ""
13432 "You can fix the problem, and then run\n"
13433 "\n"
13434 "\tgit rebase --continue"
13435 msgstr ""
13437 #. TRANSLATORS: after these lines is a command to be issued by the user
13438 #: git-rebase--interactive.sh:655
13439 #, sh-format
13440 msgid ""
13441 "Execution succeeded: $rest\n"
13442 "but left changes to the index and/or the working tree\n"
13443 "Commit or stash your changes, and then run\n"
13444 "\n"
13445 "\tgit rebase --continue"
13446 msgstr ""
13448 #: git-rebase--interactive.sh:666
13449 #, sh-format
13450 msgid "Unknown command: $command $sha1 $rest"
13451 msgstr ""
13453 #: git-rebase--interactive.sh:667
13454 msgid "Please fix this using 'git rebase --edit-todo'."
13455 msgstr ""
13457 #: git-rebase--interactive.sh:702
13458 #, sh-format
13459 msgid "Successfully rebased and updated $head_name."
13460 msgstr ""
13462 #: git-rebase--interactive.sh:749
13463 msgid "Could not skip unnecessary pick commands"
13464 msgstr ""
13466 #: git-rebase--interactive.sh:907
13467 #, sh-format
13468 msgid ""
13469 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
13470 " - $line"
13471 msgstr ""
13473 #: git-rebase--interactive.sh:940
13474 #, sh-format
13475 msgid ""
13476 "Warning: the command isn't recognized in the following line:\n"
13477 " - $line"
13478 msgstr ""
13480 #: git-rebase--interactive.sh:979
13481 msgid "could not detach HEAD"
13482 msgstr ""
13484 #: git-rebase--interactive.sh:1017
13485 msgid ""
13486 "Warning: some commits may have been dropped accidentally.\n"
13487 "Dropped commits (newer to older):"
13488 msgstr ""
13490 #: git-rebase--interactive.sh:1025
13491 msgid ""
13492 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
13493 "\n"
13494 "Use 'git config rebase.missingCommitsCheck' to change the level of "
13495 "warnings.\n"
13496 "The possible behaviours are: ignore, warn, error."
13497 msgstr ""
13499 #: git-rebase--interactive.sh:1036
13500 #, sh-format
13501 msgid ""
13502 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
13503 "Ignoring."
13504 msgstr ""
13506 #: git-rebase--interactive.sh:1053
13507 msgid ""
13508 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
13509 "continue'."
13510 msgstr ""
13512 #: git-rebase--interactive.sh:1054
13513 msgid "Or you can abort the rebase with 'git rebase --abort'."
13514 msgstr ""
13516 #: git-rebase--interactive.sh:1078
13517 msgid "Could not remove CHERRY_PICK_HEAD"
13518 msgstr ""
13520 #: git-rebase--interactive.sh:1083
13521 #, sh-format
13522 msgid ""
13523 "You have staged changes in your working tree.\n"
13524 "If these changes are meant to be\n"
13525 "squashed into the previous commit, run:\n"
13526 "\n"
13527 "  git commit --amend $gpg_sign_opt_quoted\n"
13528 "\n"
13529 "If they are meant to go into a new commit, run:\n"
13530 "\n"
13531 "  git commit $gpg_sign_opt_quoted\n"
13532 "\n"
13533 "In both cases, once you're done, continue with:\n"
13534 "\n"
13535 "  git rebase --continue\n"
13536 msgstr ""
13538 #: git-rebase--interactive.sh:1100
13539 msgid "Error trying to find the author identity to amend commit"
13540 msgstr ""
13542 #: git-rebase--interactive.sh:1105
13543 msgid ""
13544 "You have uncommitted changes in your working tree. Please commit them\n"
13545 "first and then run 'git rebase --continue' again."
13546 msgstr ""
13548 #: git-rebase--interactive.sh:1110 git-rebase--interactive.sh:1114
13549 msgid "Could not commit staged changes."
13550 msgstr ""
13552 #: git-rebase--interactive.sh:1138
13553 msgid ""
13554 "\n"
13555 "You are editing the todo file of an ongoing interactive rebase.\n"
13556 "To continue rebase after editing, run:\n"
13557 "    git rebase --continue\n"
13558 "\n"
13559 msgstr ""
13561 #: git-rebase--interactive.sh:1146 git-rebase--interactive.sh:1304
13562 msgid "Could not execute editor"
13563 msgstr ""
13565 #: git-rebase--interactive.sh:1159
13566 #, sh-format
13567 msgid "Could not checkout $switch_to"
13568 msgstr ""
13570 #: git-rebase--interactive.sh:1164
13571 msgid "No HEAD?"
13572 msgstr ""
13574 #: git-rebase--interactive.sh:1165
13575 #, sh-format
13576 msgid "Could not create temporary $state_dir"
13577 msgstr ""
13579 #: git-rebase--interactive.sh:1167
13580 msgid "Could not mark as interactive"
13581 msgstr ""
13583 #: git-rebase--interactive.sh:1177 git-rebase--interactive.sh:1182
13584 msgid "Could not init rewritten commits"
13585 msgstr ""
13587 #: git-rebase--interactive.sh:1282
13588 #, sh-format
13589 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
13590 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
13591 msgstr[0] ""
13592 msgstr[1] ""
13594 #: git-rebase--interactive.sh:1287
13595 msgid ""
13596 "\n"
13597 "However, if you remove everything, the rebase will be aborted.\n"
13598 "\n"
13599 msgstr ""
13601 #: git-rebase--interactive.sh:1294
13602 msgid "Note that empty commits are commented out"
13603 msgstr ""
13605 #: git-sh-setup.sh:89 git-sh-setup.sh:94
13606 #, sh-format
13607 msgid "usage: $dashless $USAGE"
13608 msgstr ""
13610 #: git-sh-setup.sh:190
13611 #, sh-format
13612 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
13613 msgstr ""
13615 #: git-sh-setup.sh:199 git-sh-setup.sh:206
13616 #, sh-format
13617 msgid "fatal: $program_name cannot be used without a working tree."
13618 msgstr ""
13620 #: git-sh-setup.sh:220
13621 msgid "Cannot rebase: You have unstaged changes."
13622 msgstr ""
13624 #: git-sh-setup.sh:223
13625 msgid "Cannot rewrite branches: You have unstaged changes."
13626 msgstr ""
13628 #: git-sh-setup.sh:226
13629 msgid "Cannot pull with rebase: You have unstaged changes."
13630 msgstr ""
13632 #: git-sh-setup.sh:229
13633 #, sh-format
13634 msgid "Cannot $action: You have unstaged changes."
13635 msgstr ""
13637 #: git-sh-setup.sh:242
13638 msgid "Cannot rebase: Your index contains uncommitted changes."
13639 msgstr ""
13641 #: git-sh-setup.sh:245
13642 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
13643 msgstr ""
13645 #: git-sh-setup.sh:248
13646 #, sh-format
13647 msgid "Cannot $action: Your index contains uncommitted changes."
13648 msgstr ""
13650 #: git-sh-setup.sh:252
13651 msgid "Additionally, your index contains uncommitted changes."
13652 msgstr ""
13654 #: git-sh-setup.sh:372
13655 msgid "You need to run this command from the toplevel of the working tree."
13656 msgstr ""
13658 #: git-sh-setup.sh:377
13659 msgid "Unable to determine absolute path of git directory"
13660 msgstr ""