Code

l10n: initial git.pot for 1.7.10 upcoming release
[git.git] / po / git.pot
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.
5 #
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: 2012-02-13 14:24+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:34
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #.
27 #. * Message used both when 'git commit' fails and when
28 #. * other commands doing a merge do.
29 #.
30 #: advice.c:64
31 msgid ""
32 "Fix them up in the work tree,\n"
33 "and then use 'git add/rm <file>' as\n"
34 "appropriate to mark resolution and make a commit,\n"
35 "or use 'git commit -a'."
36 msgstr ""
38 #: commit.c:47
39 #, c-format
40 msgid "could not parse %s"
41 msgstr ""
43 #: commit.c:49
44 #, c-format
45 msgid "%s %s is not a commit!"
46 msgstr ""
48 #: compat/obstack.c:406 compat/obstack.c:408
49 msgid "memory exhausted"
50 msgstr ""
52 #: connected.c:39
53 msgid "Could not run 'git rev-list'"
54 msgstr ""
56 #: connected.c:48
57 #, c-format
58 msgid "failed write to rev-list: %s"
59 msgstr ""
61 #: connected.c:56
62 #, c-format
63 msgid "failed to close rev-list's stdin: %s"
64 msgstr ""
66 #: diff.c:104
67 #, c-format
68 msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
69 msgstr ""
71 #: diff.c:109
72 #, c-format
73 msgid "  Unknown dirstat parameter '%.*s'\n"
74 msgstr ""
76 #: diff.c:208
77 #, c-format
78 msgid ""
79 "Found errors in 'diff.dirstat' config variable:\n"
80 "%s"
81 msgstr ""
83 #: diff.c:3308
84 #, c-format
85 msgid ""
86 "Failed to parse --dirstat/-X option parameter:\n"
87 "%s"
88 msgstr ""
90 #: gpg-interface.c:59
91 msgid "could not run gpg."
92 msgstr ""
94 #: gpg-interface.c:71
95 msgid "gpg did not accept the data"
96 msgstr ""
98 #: gpg-interface.c:82
99 msgid "gpg failed to sign the data"
100 msgstr ""
102 #: help.c:309
103 #, c-format
104 msgid ""
105 "'%s' appears to be a git command, but we were not\n"
106 "able to execute it. Maybe git-%s is broken?"
107 msgstr ""
109 #: remote.c:1576
110 #, c-format
111 msgid "Your branch is ahead of '%s' by %d commit.\n"
112 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
113 msgstr[0] ""
114 msgstr[1] ""
116 #: remote.c:1582
117 #, c-format
118 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
119 msgid_plural ""
120 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
121 msgstr[0] ""
122 msgstr[1] ""
124 #: remote.c:1590
125 #, c-format
126 msgid ""
127 "Your branch and '%s' have diverged,\n"
128 "and have %d and %d different commit each, respectively.\n"
129 msgid_plural ""
130 "Your branch and '%s' have diverged,\n"
131 "and have %d and %d different commits each, respectively.\n"
132 msgstr[0] ""
133 msgstr[1] ""
135 #: sequencer.c:120 builtin/merge.c:862 builtin/merge.c:983
136 #: builtin/merge.c:1093 builtin/merge.c:1103
137 #, c-format
138 msgid "Could not open '%s' for writing"
139 msgstr ""
141 #: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865
142 #: builtin/merge.c:1095 builtin/merge.c:1108
143 #, c-format
144 msgid "Could not write to '%s'"
145 msgstr ""
147 #: sequencer.c:142
148 msgid ""
149 "after resolving the conflicts, mark the corrected paths\n"
150 "with 'git add <paths>' or 'git rm <paths>'\n"
151 "and commit the result with 'git commit'"
152 msgstr ""
154 #: sequencer.c:154 sequencer.c:680 sequencer.c:763
155 #, c-format
156 msgid "Could not write to %s"
157 msgstr ""
159 #: sequencer.c:157
160 #, c-format
161 msgid "Error wrapping up %s"
162 msgstr ""
164 #: sequencer.c:172
165 msgid "Your local changes would be overwritten by cherry-pick."
166 msgstr ""
168 #: sequencer.c:174
169 msgid "Your local changes would be overwritten by revert."
170 msgstr ""
172 #: sequencer.c:177
173 msgid "Commit your changes or stash them to proceed."
174 msgstr ""
176 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
177 #: sequencer.c:227
178 #, c-format
179 msgid "%s: Unable to write new index file"
180 msgstr ""
182 #: sequencer.c:293
183 msgid "Your index file is unmerged."
184 msgstr ""
186 #: sequencer.c:296
187 msgid "You do not have a valid HEAD"
188 msgstr ""
190 #: sequencer.c:311
191 #, c-format
192 msgid "Commit %s is a merge but no -m option was given."
193 msgstr ""
195 #: sequencer.c:319
196 #, c-format
197 msgid "Commit %s does not have parent %d"
198 msgstr ""
200 #: sequencer.c:323
201 #, c-format
202 msgid "Mainline was specified but commit %s is not a merge."
203 msgstr ""
205 #. TRANSLATORS: The first %s will be "revert" or
206 #. "cherry-pick", the second %s a SHA1
207 #: sequencer.c:334
208 #, c-format
209 msgid "%s: cannot parse parent commit %s"
210 msgstr ""
212 #: sequencer.c:338
213 #, c-format
214 msgid "Cannot get commit message for %s"
215 msgstr ""
217 #: sequencer.c:422
218 #, c-format
219 msgid "could not revert %s... %s"
220 msgstr ""
222 #: sequencer.c:423
223 #, c-format
224 msgid "could not apply %s... %s"
225 msgstr ""
227 #: sequencer.c:445 sequencer.c:904 builtin/log.c:286 builtin/log.c:709
228 #: builtin/log.c:1325 builtin/log.c:1544 builtin/merge.c:348
229 #: builtin/shortlog.c:181
230 msgid "revision walk setup failed"
231 msgstr ""
233 #: sequencer.c:448
234 msgid "empty commit set passed"
235 msgstr ""
237 #: sequencer.c:456
238 #, c-format
239 msgid "git %s: failed to read the index"
240 msgstr ""
242 #: sequencer.c:461
243 #, c-format
244 msgid "git %s: failed to refresh the index"
245 msgstr ""
247 #: sequencer.c:546
248 #, c-format
249 msgid "Cannot %s during a %s"
250 msgstr ""
252 #: sequencer.c:568
253 #, c-format
254 msgid "Could not parse line %d."
255 msgstr ""
257 #: sequencer.c:573
258 msgid "No commits parsed."
259 msgstr ""
261 #: sequencer.c:586
262 #, c-format
263 msgid "Could not open %s"
264 msgstr ""
266 #: sequencer.c:590
267 #, c-format
268 msgid "Could not read %s."
269 msgstr ""
271 #: sequencer.c:597
272 #, c-format
273 msgid "Unusable instruction sheet: %s"
274 msgstr ""
276 #: sequencer.c:625
277 #, c-format
278 msgid "Invalid key: %s"
279 msgstr ""
281 #: sequencer.c:628
282 #, c-format
283 msgid "Invalid value for %s: %s"
284 msgstr ""
286 #: sequencer.c:640
287 #, c-format
288 msgid "Malformed options sheet: %s"
289 msgstr ""
291 #: sequencer.c:661
292 msgid "a cherry-pick or revert is already in progress"
293 msgstr ""
295 #: sequencer.c:662
296 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
297 msgstr ""
299 #: sequencer.c:666
300 #, c-format
301 msgid "Could not create sequencer directory %s"
302 msgstr ""
304 #: sequencer.c:682 sequencer.c:767
305 #, c-format
306 msgid "Error wrapping up %s."
307 msgstr ""
309 #: sequencer.c:701 sequencer.c:835
310 msgid "no cherry-pick or revert in progress"
311 msgstr ""
313 #: sequencer.c:703
314 msgid "cannot resolve HEAD"
315 msgstr ""
317 #: sequencer.c:705
318 msgid "cannot abort from a branch yet to be born"
319 msgstr ""
321 #: sequencer.c:727
322 #, c-format
323 msgid "cannot open %s: %s"
324 msgstr ""
326 #: sequencer.c:730
327 #, c-format
328 msgid "cannot read %s: %s"
329 msgstr ""
331 #: sequencer.c:731
332 msgid "unexpected end of file"
333 msgstr ""
335 #: sequencer.c:737
336 #, c-format
337 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
338 msgstr ""
340 #: sequencer.c:760
341 #, c-format
342 msgid "Could not format %s."
343 msgstr ""
345 #: sequencer.c:922
346 msgid "Can't revert as initial commit"
347 msgstr ""
349 #: sequencer.c:923
350 msgid "Can't cherry-pick into empty head"
351 msgstr ""
353 #: wt-status.c:134
354 msgid "Unmerged paths:"
355 msgstr ""
357 #: wt-status.c:140 wt-status.c:157
358 #, c-format
359 msgid "  (use \"git reset %s <file>...\" to unstage)"
360 msgstr ""
362 #: wt-status.c:142 wt-status.c:159
363 msgid "  (use \"git rm --cached <file>...\" to unstage)"
364 msgstr ""
366 #: wt-status.c:143
367 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
368 msgstr ""
370 #: wt-status.c:151
371 msgid "Changes to be committed:"
372 msgstr ""
374 #: wt-status.c:169
375 msgid "Changes not staged for commit:"
376 msgstr ""
378 #: wt-status.c:173
379 msgid "  (use \"git add <file>...\" to update what will be committed)"
380 msgstr ""
382 #: wt-status.c:175
383 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
384 msgstr ""
386 #: wt-status.c:176
387 msgid ""
388 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
389 msgstr ""
391 #: wt-status.c:178
392 msgid "  (commit or discard the untracked or modified content in submodules)"
393 msgstr ""
395 #: wt-status.c:187
396 #, c-format
397 msgid "%s files:"
398 msgstr ""
400 #: wt-status.c:190
401 #, c-format
402 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
403 msgstr ""
405 #: wt-status.c:207
406 msgid "bug"
407 msgstr ""
409 #: wt-status.c:212
410 msgid "both deleted:"
411 msgstr ""
413 #: wt-status.c:213
414 msgid "added by us:"
415 msgstr ""
417 #: wt-status.c:214
418 msgid "deleted by them:"
419 msgstr ""
421 #: wt-status.c:215
422 msgid "added by them:"
423 msgstr ""
425 #: wt-status.c:216
426 msgid "deleted by us:"
427 msgstr ""
429 #: wt-status.c:217
430 msgid "both added:"
431 msgstr ""
433 #: wt-status.c:218
434 msgid "both modified:"
435 msgstr ""
437 #: wt-status.c:248
438 msgid "new commits, "
439 msgstr ""
441 #: wt-status.c:250
442 msgid "modified content, "
443 msgstr ""
445 #: wt-status.c:252
446 msgid "untracked content, "
447 msgstr ""
449 #: wt-status.c:266
450 #, c-format
451 msgid "new file:   %s"
452 msgstr ""
454 #: wt-status.c:269
455 #, c-format
456 msgid "copied:     %s -> %s"
457 msgstr ""
459 #: wt-status.c:272
460 #, c-format
461 msgid "deleted:    %s"
462 msgstr ""
464 #: wt-status.c:275
465 #, c-format
466 msgid "modified:   %s"
467 msgstr ""
469 #: wt-status.c:278
470 #, c-format
471 msgid "renamed:    %s -> %s"
472 msgstr ""
474 #: wt-status.c:281
475 #, c-format
476 msgid "typechange: %s"
477 msgstr ""
479 #: wt-status.c:284
480 #, c-format
481 msgid "unknown:    %s"
482 msgstr ""
484 #: wt-status.c:287
485 #, c-format
486 msgid "unmerged:   %s"
487 msgstr ""
489 #: wt-status.c:290
490 #, c-format
491 msgid "bug: unhandled diff status %c"
492 msgstr ""
494 #: wt-status.c:713
495 msgid "On branch "
496 msgstr ""
498 #: wt-status.c:720
499 msgid "Not currently on any branch."
500 msgstr ""
502 #: wt-status.c:731
503 msgid "Initial commit"
504 msgstr ""
506 #: wt-status.c:745
507 msgid "Untracked"
508 msgstr ""
510 #: wt-status.c:747
511 msgid "Ignored"
512 msgstr ""
514 #: wt-status.c:749
515 #, c-format
516 msgid "Untracked files not listed%s"
517 msgstr ""
519 #: wt-status.c:751
520 msgid " (use -u option to show untracked files)"
521 msgstr ""
523 #: wt-status.c:757
524 msgid "No changes"
525 msgstr ""
527 #: wt-status.c:761
528 #, c-format
529 msgid "no changes added to commit%s\n"
530 msgstr ""
532 #: wt-status.c:763
533 msgid " (use \"git add\" and/or \"git commit -a\")"
534 msgstr ""
536 #: wt-status.c:765
537 #, c-format
538 msgid "nothing added to commit but untracked files present%s\n"
539 msgstr ""
541 #: wt-status.c:767
542 msgid " (use \"git add\" to track)"
543 msgstr ""
545 #: wt-status.c:769 wt-status.c:772 wt-status.c:775
546 #, c-format
547 msgid "nothing to commit%s\n"
548 msgstr ""
550 #: wt-status.c:770
551 msgid " (create/copy files and use \"git add\" to track)"
552 msgstr ""
554 #: wt-status.c:773
555 msgid " (use -u to show untracked files)"
556 msgstr ""
558 #: wt-status.c:776
559 msgid " (working directory clean)"
560 msgstr ""
562 #: wt-status.c:884
563 msgid "HEAD (no branch)"
564 msgstr ""
566 #: wt-status.c:890
567 msgid "Initial commit on "
568 msgstr ""
570 #: wt-status.c:905
571 msgid "behind "
572 msgstr ""
574 #: wt-status.c:908 wt-status.c:911
575 msgid "ahead "
576 msgstr ""
578 #: wt-status.c:913
579 msgid ", behind "
580 msgstr ""
582 #: builtin/add.c:62
583 #, c-format
584 msgid "unexpected diff status %c"
585 msgstr ""
587 #: builtin/add.c:67 builtin/commit.c:298
588 msgid "updating files failed"
589 msgstr ""
591 #: builtin/add.c:77
592 #, c-format
593 msgid "remove '%s'\n"
594 msgstr ""
596 #: builtin/add.c:176
597 #, c-format
598 msgid "Path '%s' is in submodule '%.*s'"
599 msgstr ""
601 #: builtin/add.c:192
602 msgid "Unstaged changes after refreshing the index:"
603 msgstr ""
605 #: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
606 #, c-format
607 msgid "pathspec '%s' did not match any files"
608 msgstr ""
610 #: builtin/add.c:209
611 #, c-format
612 msgid "'%s' is beyond a symbolic link"
613 msgstr ""
615 #: builtin/add.c:276
616 msgid "Could not read the index"
617 msgstr ""
619 #: builtin/add.c:286
620 #, c-format
621 msgid "Could not open '%s' for writing."
622 msgstr ""
624 #: builtin/add.c:290
625 msgid "Could not write patch"
626 msgstr ""
628 #: builtin/add.c:295
629 #, c-format
630 msgid "Could not stat '%s'"
631 msgstr ""
633 #: builtin/add.c:297
634 msgid "Empty patch. Aborted."
635 msgstr ""
637 #: builtin/add.c:303
638 #, c-format
639 msgid "Could not apply '%s'"
640 msgstr ""
642 #: builtin/add.c:312
643 msgid "The following paths are ignored by one of your .gitignore files:\n"
644 msgstr ""
646 #: builtin/add.c:352
647 #, c-format
648 msgid "Use -f if you really want to add them.\n"
649 msgstr ""
651 #: builtin/add.c:353
652 msgid "no files added"
653 msgstr ""
655 #: builtin/add.c:359
656 msgid "adding files failed"
657 msgstr ""
659 #: builtin/add.c:391
660 msgid "-A and -u are mutually incompatible"
661 msgstr ""
663 #: builtin/add.c:393
664 msgid "Option --ignore-missing can only be used together with --dry-run"
665 msgstr ""
667 #: builtin/add.c:413
668 #, c-format
669 msgid "Nothing specified, nothing added.\n"
670 msgstr ""
672 #: builtin/add.c:414
673 #, c-format
674 msgid "Maybe you wanted to say 'git add .'?\n"
675 msgstr ""
677 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
678 #: builtin/rm.c:162
679 msgid "index file corrupt"
680 msgstr ""
682 #: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
683 msgid "Unable to write new index file"
684 msgstr ""
686 #: builtin/archive.c:17
687 #, c-format
688 msgid "could not create archive file '%s'"
689 msgstr ""
691 #: builtin/archive.c:20
692 msgid "could not redirect output"
693 msgstr ""
695 #: builtin/archive.c:37
696 msgid "git archive: Remote with no URL"
697 msgstr ""
699 #: builtin/archive.c:58
700 msgid "git archive: expected ACK/NAK, got EOF"
701 msgstr ""
703 #: builtin/archive.c:63
704 #, c-format
705 msgid "git archive: NACK %s"
706 msgstr ""
708 #: builtin/archive.c:65
709 #, c-format
710 msgid "remote error: %s"
711 msgstr ""
713 #: builtin/archive.c:66
714 msgid "git archive: protocol error"
715 msgstr ""
717 #: builtin/archive.c:71
718 msgid "git archive: expected a flush"
719 msgstr ""
721 #: builtin/branch.c:137
722 #, c-format
723 msgid ""
724 "deleting branch '%s' that has been merged to\n"
725 "         '%s', but not yet merged to HEAD."
726 msgstr ""
728 #: builtin/branch.c:141
729 #, c-format
730 msgid ""
731 "not deleting branch '%s' that is not yet merged to\n"
732 "         '%s', even though it is merged to HEAD."
733 msgstr ""
735 #. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
736 #: builtin/branch.c:163
737 msgid "remote "
738 msgstr ""
740 #: builtin/branch.c:171
741 msgid "cannot use -a with -d"
742 msgstr ""
744 #: builtin/branch.c:177
745 msgid "Couldn't look up commit object for HEAD"
746 msgstr ""
748 #: builtin/branch.c:182
749 #, c-format
750 msgid "Cannot delete the branch '%s' which you are currently on."
751 msgstr ""
753 #: builtin/branch.c:192
754 #, c-format
755 msgid "%sbranch '%s' not found."
756 msgstr ""
758 #: builtin/branch.c:200
759 #, c-format
760 msgid "Couldn't look up commit object for '%s'"
761 msgstr ""
763 #: builtin/branch.c:206
764 #, c-format
765 msgid ""
766 "The branch '%s' is not fully merged.\n"
767 "If you are sure you want to delete it, run 'git branch -D %s'."
768 msgstr ""
770 #: builtin/branch.c:214
771 #, c-format
772 msgid "Error deleting %sbranch '%s'"
773 msgstr ""
775 #: builtin/branch.c:219
776 #, c-format
777 msgid "Deleted %sbranch %s (was %s).\n"
778 msgstr ""
780 #: builtin/branch.c:224
781 msgid "Update of config-file failed"
782 msgstr ""
784 #: builtin/branch.c:322
785 #, c-format
786 msgid "branch '%s' does not point at a commit"
787 msgstr ""
789 #: builtin/branch.c:394
790 #, c-format
791 msgid "behind %d] "
792 msgstr ""
794 #: builtin/branch.c:396
795 #, c-format
796 msgid "ahead %d] "
797 msgstr ""
799 #: builtin/branch.c:398
800 #, c-format
801 msgid "ahead %d, behind %d] "
802 msgstr ""
804 #: builtin/branch.c:501
805 msgid "(no branch)"
806 msgstr ""
808 #: builtin/branch.c:562
809 msgid "some refs could not be read"
810 msgstr ""
812 #: builtin/branch.c:575
813 msgid "cannot rename the current branch while not on any."
814 msgstr ""
816 #: builtin/branch.c:585
817 #, c-format
818 msgid "Invalid branch name: '%s'"
819 msgstr ""
821 #: builtin/branch.c:600
822 msgid "Branch rename failed"
823 msgstr ""
825 #: builtin/branch.c:604
826 #, c-format
827 msgid "Renamed a misnamed branch '%s' away"
828 msgstr ""
830 #: builtin/branch.c:608
831 #, c-format
832 msgid "Branch renamed to %s, but HEAD is not updated!"
833 msgstr ""
835 #: builtin/branch.c:615
836 msgid "Branch is renamed, but update of config-file failed"
837 msgstr ""
839 #: builtin/branch.c:630
840 #, c-format
841 msgid "malformed object name %s"
842 msgstr ""
844 #: builtin/branch.c:654
845 #, c-format
846 msgid "could not write branch description template: %s\n"
847 msgstr ""
849 #: builtin/branch.c:742
850 msgid "Failed to resolve HEAD as a valid ref."
851 msgstr ""
853 #: builtin/branch.c:747 builtin/clone.c:570
854 msgid "HEAD not found below refs/heads!"
855 msgstr ""
857 #: builtin/branch.c:805
858 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
859 msgstr ""
861 #: builtin/bundle.c:47
862 #, c-format
863 msgid "%s is okay\n"
864 msgstr ""
866 #: builtin/bundle.c:56
867 msgid "Need a repository to create a bundle."
868 msgstr ""
870 #: builtin/bundle.c:60
871 msgid "Need a repository to unbundle."
872 msgstr ""
874 #: builtin/checkout.c:113 builtin/checkout.c:146
875 #, c-format
876 msgid "path '%s' does not have our version"
877 msgstr ""
879 #: builtin/checkout.c:115 builtin/checkout.c:148
880 #, c-format
881 msgid "path '%s' does not have their version"
882 msgstr ""
884 #: builtin/checkout.c:131
885 #, c-format
886 msgid "path '%s' does not have all necessary versions"
887 msgstr ""
889 #: builtin/checkout.c:175
890 #, c-format
891 msgid "path '%s' does not have necessary versions"
892 msgstr ""
894 #: builtin/checkout.c:192
895 #, c-format
896 msgid "path '%s': cannot merge"
897 msgstr ""
899 #: builtin/checkout.c:209
900 #, c-format
901 msgid "Unable to add merge result for '%s'"
902 msgstr ""
904 #: builtin/checkout.c:212 builtin/reset.c:158
905 #, c-format
906 msgid "make_cache_entry failed for path '%s'"
907 msgstr ""
909 #: builtin/checkout.c:234 builtin/checkout.c:392
910 msgid "corrupt index file"
911 msgstr ""
913 #: builtin/checkout.c:264 builtin/checkout.c:271
914 #, c-format
915 msgid "path '%s' is unmerged"
916 msgstr ""
918 #: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:595
919 #: builtin/merge.c:809
920 msgid "unable to write new index file"
921 msgstr ""
923 #: builtin/checkout.c:319 builtin/diff.c:298 builtin/merge.c:406
924 msgid "diff_setup_done failed"
925 msgstr ""
927 #: builtin/checkout.c:414
928 msgid "you need to resolve your current index first"
929 msgstr ""
931 #: builtin/checkout.c:533
932 #, c-format
933 msgid "Can not do reflog for '%s'\n"
934 msgstr ""
936 #: builtin/checkout.c:565
937 msgid "HEAD is now at"
938 msgstr ""
940 #: builtin/checkout.c:572
941 #, c-format
942 msgid "Reset branch '%s'\n"
943 msgstr ""
945 #: builtin/checkout.c:575
946 #, c-format
947 msgid "Already on '%s'\n"
948 msgstr ""
950 #: builtin/checkout.c:579
951 #, c-format
952 msgid "Switched to and reset branch '%s'\n"
953 msgstr ""
955 #: builtin/checkout.c:581
956 #, c-format
957 msgid "Switched to a new branch '%s'\n"
958 msgstr ""
960 #: builtin/checkout.c:583
961 #, c-format
962 msgid "Switched to branch '%s'\n"
963 msgstr ""
965 #: builtin/checkout.c:639
966 #, c-format
967 msgid " ... and %d more.\n"
968 msgstr ""
970 #. The singular version
971 #: builtin/checkout.c:645
972 #, c-format
973 msgid ""
974 "Warning: you are leaving %d commit behind, not connected to\n"
975 "any of your branches:\n"
976 "\n"
977 "%s\n"
978 msgid_plural ""
979 "Warning: you are leaving %d commits behind, not connected to\n"
980 "any of your branches:\n"
981 "\n"
982 "%s\n"
983 msgstr[0] ""
984 msgstr[1] ""
986 #: builtin/checkout.c:663
987 #, c-format
988 msgid ""
989 "If you want to keep them by creating a new branch, this may be a good time\n"
990 "to do so with:\n"
991 "\n"
992 " git branch new_branch_name %s\n"
993 "\n"
994 msgstr ""
996 #: builtin/checkout.c:692
997 msgid "internal error in revision walk"
998 msgstr ""
1000 #: builtin/checkout.c:696
1001 msgid "Previous HEAD position was"
1002 msgstr ""
1004 #: builtin/checkout.c:722
1005 msgid "You are on a branch yet to be born"
1006 msgstr ""
1008 #. case (1)
1009 #: builtin/checkout.c:853
1010 #, c-format
1011 msgid "invalid reference: %s"
1012 msgstr ""
1014 #. case (1): want a tree
1015 #: builtin/checkout.c:892
1016 #, c-format
1017 msgid "reference is not a tree: %s"
1018 msgstr ""
1020 #: builtin/checkout.c:961
1021 msgid "-B cannot be used with -b"
1022 msgstr ""
1024 #: builtin/checkout.c:970
1025 msgid "--patch is incompatible with all other options"
1026 msgstr ""
1028 #: builtin/checkout.c:973
1029 msgid "--detach cannot be used with -b/-B/--orphan"
1030 msgstr ""
1032 #: builtin/checkout.c:975
1033 msgid "--detach cannot be used with -t"
1034 msgstr ""
1036 #: builtin/checkout.c:981
1037 msgid "--track needs a branch name"
1038 msgstr ""
1040 #: builtin/checkout.c:988
1041 msgid "Missing branch name; try -b"
1042 msgstr ""
1044 #: builtin/checkout.c:994
1045 msgid "--orphan and -b|-B are mutually exclusive"
1046 msgstr ""
1048 #: builtin/checkout.c:996
1049 msgid "--orphan cannot be used with -t"
1050 msgstr ""
1052 #: builtin/checkout.c:1006
1053 msgid "git checkout: -f and -m are incompatible"
1054 msgstr ""
1056 #: builtin/checkout.c:1040
1057 msgid "invalid path specification"
1058 msgstr ""
1060 #: builtin/checkout.c:1048
1061 #, c-format
1062 msgid ""
1063 "git checkout: updating paths is incompatible with switching branches.\n"
1064 "Did you intend to checkout '%s' which can not be resolved as commit?"
1065 msgstr ""
1067 #: builtin/checkout.c:1050
1068 msgid "git checkout: updating paths is incompatible with switching branches."
1069 msgstr ""
1071 #: builtin/checkout.c:1055
1072 msgid "git checkout: --detach does not take a path argument"
1073 msgstr ""
1075 #: builtin/checkout.c:1058
1076 msgid ""
1077 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1078 "checking out of the index."
1079 msgstr ""
1081 #: builtin/checkout.c:1077
1082 msgid "Cannot switch branch to a non-commit."
1083 msgstr ""
1085 #: builtin/checkout.c:1080
1086 msgid "--ours/--theirs is incompatible with switching branches."
1087 msgstr ""
1089 #: builtin/clean.c:78
1090 msgid "-x and -X cannot be used together"
1091 msgstr ""
1093 #: builtin/clean.c:82
1094 msgid ""
1095 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1096 msgstr ""
1098 #: builtin/clean.c:85
1099 msgid ""
1100 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1101 "clean"
1102 msgstr ""
1104 #: builtin/clean.c:155 builtin/clean.c:176
1105 #, c-format
1106 msgid "Would remove %s\n"
1107 msgstr ""
1109 #: builtin/clean.c:159 builtin/clean.c:179
1110 #, c-format
1111 msgid "Removing %s\n"
1112 msgstr ""
1114 #: builtin/clean.c:162 builtin/clean.c:182
1115 #, c-format
1116 msgid "failed to remove %s"
1117 msgstr ""
1119 #: builtin/clean.c:166
1120 #, c-format
1121 msgid "Would not remove %s\n"
1122 msgstr ""
1124 #: builtin/clean.c:168
1125 #, c-format
1126 msgid "Not removing %s\n"
1127 msgstr ""
1129 #: builtin/clone.c:246
1130 #, c-format
1131 msgid "reference repository '%s' is not a local directory."
1132 msgstr ""
1134 #: builtin/clone.c:313
1135 #, c-format
1136 msgid "failed to open '%s'"
1137 msgstr ""
1139 #: builtin/clone.c:317
1140 #, c-format
1141 msgid "failed to create directory '%s'"
1142 msgstr ""
1144 #: builtin/clone.c:319 builtin/diff.c:75
1145 #, c-format
1146 msgid "failed to stat '%s'"
1147 msgstr ""
1149 #: builtin/clone.c:321
1150 #, c-format
1151 msgid "%s exists and is not a directory"
1152 msgstr ""
1154 #: builtin/clone.c:335
1155 #, c-format
1156 msgid "failed to stat %s\n"
1157 msgstr ""
1159 #: builtin/clone.c:352
1160 #, c-format
1161 msgid "failed to unlink '%s'"
1162 msgstr ""
1164 #: builtin/clone.c:357
1165 #, c-format
1166 msgid "failed to create link '%s'"
1167 msgstr ""
1169 #: builtin/clone.c:361
1170 #, c-format
1171 msgid "failed to copy file to '%s'"
1172 msgstr ""
1174 #: builtin/clone.c:384
1175 #, c-format
1176 msgid "done.\n"
1177 msgstr ""
1179 #: builtin/clone.c:451
1180 #, c-format
1181 msgid "Could not find remote branch %s to clone."
1182 msgstr ""
1184 #: builtin/clone.c:561
1185 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1186 msgstr ""
1188 #: builtin/clone.c:651
1189 msgid "Too many arguments."
1190 msgstr ""
1192 #: builtin/clone.c:655
1193 msgid "You must specify a repository to clone."
1194 msgstr ""
1196 #: builtin/clone.c:666
1197 #, c-format
1198 msgid "--bare and --origin %s options are incompatible."
1199 msgstr ""
1201 #: builtin/clone.c:680
1202 #, c-format
1203 msgid "repository '%s' does not exist"
1204 msgstr ""
1206 #: builtin/clone.c:685
1207 msgid "--depth is ignored in local clones; use file:// instead."
1208 msgstr ""
1210 #: builtin/clone.c:695
1211 #, c-format
1212 msgid "destination path '%s' already exists and is not an empty directory."
1213 msgstr ""
1215 #: builtin/clone.c:705
1216 #, c-format
1217 msgid "working tree '%s' already exists."
1218 msgstr ""
1220 #: builtin/clone.c:718 builtin/clone.c:732
1221 #, c-format
1222 msgid "could not create leading directories of '%s'"
1223 msgstr ""
1225 #: builtin/clone.c:721
1226 #, c-format
1227 msgid "could not create work tree dir '%s'."
1228 msgstr ""
1230 #: builtin/clone.c:740
1231 #, c-format
1232 msgid "Cloning into bare repository '%s'...\n"
1233 msgstr ""
1235 #: builtin/clone.c:742
1236 #, c-format
1237 msgid "Cloning into '%s'...\n"
1238 msgstr ""
1240 #: builtin/clone.c:798
1241 #, c-format
1242 msgid "Don't know how to clone %s"
1243 msgstr ""
1245 #: builtin/clone.c:847
1246 #, c-format
1247 msgid "Remote branch %s not found in upstream %s"
1248 msgstr ""
1250 #: builtin/clone.c:854
1251 msgid "You appear to have cloned an empty repository."
1252 msgstr ""
1254 #: builtin/commit.c:42
1255 msgid ""
1256 "Your name and email address were configured automatically based\n"
1257 "on your username and hostname. Please check that they are accurate.\n"
1258 "You can suppress this message by setting them explicitly:\n"
1259 "\n"
1260 "    git config --global user.name \"Your Name\"\n"
1261 "    git config --global user.email you@example.com\n"
1262 "\n"
1263 "After doing this, you may fix the identity used for this commit with:\n"
1264 "\n"
1265 "    git commit --amend --reset-author\n"
1266 msgstr ""
1268 #: builtin/commit.c:54
1269 msgid ""
1270 "You asked to amend the most recent commit, but doing so would make\n"
1271 "it empty. You can repeat your command with --allow-empty, or you can\n"
1272 "remove the commit entirely with \"git reset HEAD^\".\n"
1273 msgstr ""
1275 #: builtin/commit.c:59
1276 msgid ""
1277 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1278 "If you wish to commit it anyway, use:\n"
1279 "\n"
1280 "    git commit --allow-empty\n"
1281 "\n"
1282 "Otherwise, please use 'git reset'\n"
1283 msgstr ""
1285 #: builtin/commit.c:205 builtin/reset.c:33
1286 msgid "merge"
1287 msgstr ""
1289 #: builtin/commit.c:208
1290 msgid "cherry-pick"
1291 msgstr ""
1293 #: builtin/commit.c:325
1294 msgid "failed to unpack HEAD tree object"
1295 msgstr ""
1297 #: builtin/commit.c:367
1298 msgid "unable to create temporary index"
1299 msgstr ""
1301 #: builtin/commit.c:373
1302 msgid "interactive add failed"
1303 msgstr ""
1305 #: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1306 msgid "unable to write new_index file"
1307 msgstr ""
1309 #: builtin/commit.c:457
1310 #, c-format
1311 msgid "cannot do a partial commit during a %s."
1312 msgstr ""
1314 #: builtin/commit.c:466
1315 msgid "cannot read the index"
1316 msgstr ""
1318 #: builtin/commit.c:486
1319 msgid "unable to write temporary index file"
1320 msgstr ""
1322 #: builtin/commit.c:550 builtin/commit.c:556
1323 #, c-format
1324 msgid "invalid commit: %s"
1325 msgstr ""
1327 #: builtin/commit.c:579
1328 msgid "malformed --author parameter"
1329 msgstr ""
1331 #: builtin/commit.c:635
1332 #, c-format
1333 msgid "Malformed ident string: '%s'"
1334 msgstr ""
1336 #: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1337 #, c-format
1338 msgid "could not lookup commit %s"
1339 msgstr ""
1341 #: builtin/commit.c:682 builtin/shortlog.c:296
1342 #, c-format
1343 msgid "(reading log message from standard input)\n"
1344 msgstr ""
1346 #: builtin/commit.c:684
1347 msgid "could not read log from standard input"
1348 msgstr ""
1350 #: builtin/commit.c:688
1351 #, c-format
1352 msgid "could not read log file '%s'"
1353 msgstr ""
1355 #: builtin/commit.c:694
1356 msgid "commit has empty message"
1357 msgstr ""
1359 #: builtin/commit.c:710
1360 msgid "could not read MERGE_MSG"
1361 msgstr ""
1363 #: builtin/commit.c:714
1364 msgid "could not read SQUASH_MSG"
1365 msgstr ""
1367 #: builtin/commit.c:718
1368 #, c-format
1369 msgid "could not read '%s'"
1370 msgstr ""
1372 #: builtin/commit.c:746
1373 #, c-format
1374 msgid "could not open '%s'"
1375 msgstr ""
1377 #: builtin/commit.c:770
1378 msgid "could not write commit template"
1379 msgstr ""
1381 #: builtin/commit.c:783
1382 #, c-format
1383 msgid ""
1384 "\n"
1385 "It looks like you may be committing a %s.\n"
1386 "If this is not correct, please remove the file\n"
1387 "\t%s\n"
1388 "and try again.\n"
1389 msgstr ""
1391 #: builtin/commit.c:796
1392 msgid "Please enter the commit message for your changes."
1393 msgstr ""
1395 #: builtin/commit.c:799
1396 msgid ""
1397 " Lines starting\n"
1398 "with '#' will be ignored, and an empty message aborts the commit.\n"
1399 msgstr ""
1401 #: builtin/commit.c:804
1402 msgid ""
1403 " Lines starting\n"
1404 "with '#' will be kept; you may remove them yourself if you want to.\n"
1405 "An empty message aborts the commit.\n"
1406 msgstr ""
1408 #: builtin/commit.c:816
1409 #, c-format
1410 msgid "%sAuthor:    %s"
1411 msgstr ""
1413 #: builtin/commit.c:823
1414 #, c-format
1415 msgid "%sCommitter: %s"
1416 msgstr ""
1418 #: builtin/commit.c:843
1419 msgid "Cannot read index"
1420 msgstr ""
1422 #: builtin/commit.c:880
1423 msgid "Error building trees"
1424 msgstr ""
1426 #: builtin/commit.c:895 builtin/tag.c:324
1427 #, c-format
1428 msgid "Please supply the message using either -m or -F option.\n"
1429 msgstr ""
1431 #: builtin/commit.c:975
1432 #, c-format
1433 msgid "No existing author found with '%s'"
1434 msgstr ""
1436 #: builtin/commit.c:990 builtin/commit.c:1182
1437 #, c-format
1438 msgid "Invalid untracked files mode '%s'"
1439 msgstr ""
1441 #: builtin/commit.c:1030
1442 msgid "Using both --reset-author and --author does not make sense"
1443 msgstr ""
1445 #: builtin/commit.c:1041
1446 msgid "You have nothing to amend."
1447 msgstr ""
1449 #: builtin/commit.c:1043
1450 #, c-format
1451 msgid "You are in the middle of a %s -- cannot amend."
1452 msgstr ""
1454 #: builtin/commit.c:1045
1455 msgid "Options --squash and --fixup cannot be used together"
1456 msgstr ""
1458 #: builtin/commit.c:1055
1459 msgid "Only one of -c/-C/-F/--fixup can be used."
1460 msgstr ""
1462 #: builtin/commit.c:1057
1463 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1464 msgstr ""
1466 #: builtin/commit.c:1063
1467 msgid "--reset-author can be used only with -C, -c or --amend."
1468 msgstr ""
1470 #: builtin/commit.c:1080
1471 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1472 msgstr ""
1474 #: builtin/commit.c:1082
1475 msgid "No paths with --include/--only does not make sense."
1476 msgstr ""
1478 #: builtin/commit.c:1084
1479 msgid "Clever... amending the last one with dirty index."
1480 msgstr ""
1482 #: builtin/commit.c:1086
1483 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1484 msgstr ""
1486 #: builtin/commit.c:1096 builtin/tag.c:500
1487 #, c-format
1488 msgid "Invalid cleanup mode %s"
1489 msgstr ""
1491 #: builtin/commit.c:1101
1492 msgid "Paths with -a does not make sense."
1493 msgstr ""
1495 #: builtin/commit.c:1280
1496 msgid "couldn't look up newly created commit"
1497 msgstr ""
1499 #: builtin/commit.c:1282
1500 msgid "could not parse newly created commit"
1501 msgstr ""
1503 #: builtin/commit.c:1323
1504 msgid "detached HEAD"
1505 msgstr ""
1507 #: builtin/commit.c:1325
1508 msgid " (root-commit)"
1509 msgstr ""
1511 #: builtin/commit.c:1415
1512 msgid "could not parse HEAD commit"
1513 msgstr ""
1515 #: builtin/commit.c:1452 builtin/merge.c:507
1516 #, c-format
1517 msgid "could not open '%s' for reading"
1518 msgstr ""
1520 #: builtin/commit.c:1459
1521 #, c-format
1522 msgid "Corrupt MERGE_HEAD file (%s)"
1523 msgstr ""
1525 #: builtin/commit.c:1466
1526 msgid "could not read MERGE_MODE"
1527 msgstr ""
1529 #: builtin/commit.c:1485
1530 #, c-format
1531 msgid "could not read commit message: %s"
1532 msgstr ""
1534 #: builtin/commit.c:1499
1535 #, c-format
1536 msgid "Aborting commit due to empty commit message.\n"
1537 msgstr ""
1539 #: builtin/commit.c:1514 builtin/merge.c:933 builtin/merge.c:966
1540 msgid "failed to write commit object"
1541 msgstr ""
1543 #: builtin/commit.c:1535
1544 msgid "cannot lock HEAD ref"
1545 msgstr ""
1547 #: builtin/commit.c:1539
1548 msgid "cannot update HEAD ref"
1549 msgstr ""
1551 #: builtin/commit.c:1550
1552 msgid ""
1553 "Repository has been updated, but unable to write\n"
1554 "new_index file. Check that disk is not full or quota is\n"
1555 "not exceeded, and then \"git reset HEAD\" to recover."
1556 msgstr ""
1558 #: builtin/describe.c:234
1559 #, c-format
1560 msgid "annotated tag %s not available"
1561 msgstr ""
1563 #: builtin/describe.c:238
1564 #, c-format
1565 msgid "annotated tag %s has no embedded name"
1566 msgstr ""
1568 #: builtin/describe.c:240
1569 #, c-format
1570 msgid "tag '%s' is really '%s' here"
1571 msgstr ""
1573 #: builtin/describe.c:267
1574 #, c-format
1575 msgid "Not a valid object name %s"
1576 msgstr ""
1578 #: builtin/describe.c:270
1579 #, c-format
1580 msgid "%s is not a valid '%s' object"
1581 msgstr ""
1583 #: builtin/describe.c:287
1584 #, c-format
1585 msgid "no tag exactly matches '%s'"
1586 msgstr ""
1588 #: builtin/describe.c:289
1589 #, c-format
1590 msgid "searching to describe %s\n"
1591 msgstr ""
1593 #: builtin/describe.c:329
1594 #, c-format
1595 msgid "finished search at %s\n"
1596 msgstr ""
1598 #: builtin/describe.c:353
1599 #, c-format
1600 msgid ""
1601 "No annotated tags can describe '%s'.\n"
1602 "However, there were unannotated tags: try --tags."
1603 msgstr ""
1605 #: builtin/describe.c:357
1606 #, c-format
1607 msgid ""
1608 "No tags can describe '%s'.\n"
1609 "Try --always, or create some tags."
1610 msgstr ""
1612 #: builtin/describe.c:378
1613 #, c-format
1614 msgid "traversed %lu commits\n"
1615 msgstr ""
1617 #: builtin/describe.c:381
1618 #, c-format
1619 msgid ""
1620 "more than %i tags found; listed %i most recent\n"
1621 "gave up search at %s\n"
1622 msgstr ""
1624 #: builtin/describe.c:436
1625 msgid "--long is incompatible with --abbrev=0"
1626 msgstr ""
1628 #: builtin/describe.c:462
1629 msgid "No names found, cannot describe anything."
1630 msgstr ""
1632 #: builtin/describe.c:482
1633 msgid "--dirty is incompatible with committishes"
1634 msgstr ""
1636 #: builtin/diff.c:77
1637 #, c-format
1638 msgid "'%s': not a regular file or symlink"
1639 msgstr ""
1641 #: builtin/diff.c:220
1642 #, c-format
1643 msgid "invalid option: %s"
1644 msgstr ""
1646 #: builtin/diff.c:293
1647 msgid "Not a git repository"
1648 msgstr ""
1650 #: builtin/diff.c:343
1651 #, c-format
1652 msgid "invalid object '%s' given."
1653 msgstr ""
1655 #: builtin/diff.c:348
1656 #, c-format
1657 msgid "more than %d trees given: '%s'"
1658 msgstr ""
1660 #: builtin/diff.c:358
1661 #, c-format
1662 msgid "more than two blobs given: '%s'"
1663 msgstr ""
1665 #: builtin/diff.c:366
1666 #, c-format
1667 msgid "unhandled object '%s' given."
1668 msgstr ""
1670 #: builtin/fetch.c:200
1671 msgid "Couldn't find remote ref HEAD"
1672 msgstr ""
1674 #: builtin/fetch.c:252
1675 #, c-format
1676 msgid "object %s not found"
1677 msgstr ""
1679 #: builtin/fetch.c:258
1680 msgid "[up to date]"
1681 msgstr ""
1683 #: builtin/fetch.c:272
1684 #, c-format
1685 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
1686 msgstr ""
1688 #: builtin/fetch.c:273 builtin/fetch.c:351
1689 msgid "[rejected]"
1690 msgstr ""
1692 #: builtin/fetch.c:284
1693 msgid "[tag update]"
1694 msgstr ""
1696 #: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1697 msgid "  (unable to update local ref)"
1698 msgstr ""
1700 #: builtin/fetch.c:298
1701 msgid "[new tag]"
1702 msgstr ""
1704 #: builtin/fetch.c:302
1705 msgid "[new branch]"
1706 msgstr ""
1708 #: builtin/fetch.c:347
1709 msgid "unable to update local ref"
1710 msgstr ""
1712 #: builtin/fetch.c:347
1713 msgid "forced update"
1714 msgstr ""
1716 #: builtin/fetch.c:353
1717 msgid "(non-fast-forward)"
1718 msgstr ""
1720 #: builtin/fetch.c:384 builtin/fetch.c:676
1721 #, c-format
1722 msgid "cannot open %s: %s\n"
1723 msgstr ""
1725 #: builtin/fetch.c:393
1726 #, c-format
1727 msgid "%s did not send all necessary objects\n"
1728 msgstr ""
1730 #: builtin/fetch.c:479
1731 #, c-format
1732 msgid "From %.*s\n"
1733 msgstr ""
1735 #: builtin/fetch.c:490
1736 #, c-format
1737 msgid ""
1738 "some local refs could not be updated; try running\n"
1739 " 'git remote prune %s' to remove any old, conflicting branches"
1740 msgstr ""
1742 #: builtin/fetch.c:540
1743 #, c-format
1744 msgid "   (%s will become dangling)\n"
1745 msgstr ""
1747 #: builtin/fetch.c:541
1748 #, c-format
1749 msgid "   (%s has become dangling)\n"
1750 msgstr ""
1752 #: builtin/fetch.c:548
1753 msgid "[deleted]"
1754 msgstr ""
1756 #: builtin/fetch.c:549
1757 msgid "(none)"
1758 msgstr ""
1760 #: builtin/fetch.c:666
1761 #, c-format
1762 msgid "Refusing to fetch into current branch %s of non-bare repository"
1763 msgstr ""
1765 #: builtin/fetch.c:700
1766 #, c-format
1767 msgid "Don't know how to fetch from %s"
1768 msgstr ""
1770 #: builtin/fetch.c:777
1771 #, c-format
1772 msgid "Option \"%s\" value \"%s\" is not valid for %s"
1773 msgstr ""
1775 #: builtin/fetch.c:780
1776 #, c-format
1777 msgid "Option \"%s\" is ignored for %s\n"
1778 msgstr ""
1780 #: builtin/fetch.c:879
1781 #, c-format
1782 msgid "Fetching %s\n"
1783 msgstr ""
1785 #: builtin/fetch.c:881
1786 #, c-format
1787 msgid "Could not fetch %s"
1788 msgstr ""
1790 #: builtin/fetch.c:898
1791 msgid ""
1792 "No remote repository specified.  Please, specify either a URL or a\n"
1793 "remote name from which new revisions should be fetched."
1794 msgstr ""
1796 #: builtin/fetch.c:918
1797 msgid "You need to specify a tag name."
1798 msgstr ""
1800 #: builtin/fetch.c:970
1801 msgid "fetch --all does not take a repository argument"
1802 msgstr ""
1804 #: builtin/fetch.c:972
1805 msgid "fetch --all does not make sense with refspecs"
1806 msgstr ""
1808 #: builtin/fetch.c:983
1809 #, c-format
1810 msgid "No such remote or remote group: %s"
1811 msgstr ""
1813 #: builtin/fetch.c:991
1814 msgid "Fetching a group and specifying refspecs does not make sense"
1815 msgstr ""
1817 #: builtin/gc.c:63
1818 #, c-format
1819 msgid "Invalid %s: '%s'"
1820 msgstr ""
1822 #: builtin/gc.c:78
1823 msgid "Too many options specified"
1824 msgstr ""
1826 #: builtin/gc.c:103
1827 #, c-format
1828 msgid "insanely long object directory %.*s"
1829 msgstr ""
1831 #: builtin/gc.c:223
1832 #, c-format
1833 msgid "Auto packing the repository for optimum performance.\n"
1834 msgstr ""
1836 #: builtin/gc.c:226
1837 #, c-format
1838 msgid ""
1839 "Auto packing the repository for optimum performance. You may also\n"
1840 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
1841 msgstr ""
1843 #: builtin/gc.c:256
1844 msgid ""
1845 "There are too many unreachable loose objects; run 'git prune' to remove them."
1846 msgstr ""
1848 #: builtin/grep.c:275
1849 #, c-format
1850 msgid "grep: failed to create thread: %s"
1851 msgstr ""
1853 #: builtin/grep.c:390
1854 #, c-format
1855 msgid "'%s': unable to read %s"
1856 msgstr ""
1858 #: builtin/grep.c:441
1859 #, c-format
1860 msgid "'%s': %s"
1861 msgstr ""
1863 #: builtin/grep.c:452
1864 #, c-format
1865 msgid "'%s': short read %s"
1866 msgstr ""
1868 #: builtin/grep.c:514
1869 #, c-format
1870 msgid "Failed to chdir: %s"
1871 msgstr ""
1873 #: builtin/grep.c:590 builtin/grep.c:624
1874 #, c-format
1875 msgid "unable to read tree (%s)"
1876 msgstr ""
1878 #: builtin/grep.c:638
1879 #, c-format
1880 msgid "unable to grep from object of type %s"
1881 msgstr ""
1883 #: builtin/grep.c:696
1884 #, c-format
1885 msgid "switch `%c' expects a numerical value"
1886 msgstr ""
1888 #: builtin/grep.c:713
1889 #, c-format
1890 msgid "cannot open '%s'"
1891 msgstr ""
1893 #: builtin/grep.c:1001
1894 msgid "no pattern given."
1895 msgstr ""
1897 #: builtin/grep.c:1015
1898 #, c-format
1899 msgid "bad object %s"
1900 msgstr ""
1902 #: builtin/grep.c:1058
1903 msgid "--open-files-in-pager only works on the worktree"
1904 msgstr ""
1906 #: builtin/grep.c:1081
1907 msgid "--cached or --untracked cannot be used with --no-index."
1908 msgstr ""
1910 #: builtin/grep.c:1086
1911 msgid "--no-index or --untracked cannot be used with revs."
1912 msgstr ""
1914 #: builtin/grep.c:1089
1915 msgid "--[no-]exclude-standard cannot be used for tracked contents."
1916 msgstr ""
1918 #: builtin/grep.c:1097
1919 msgid "both --cached and trees are given."
1920 msgstr ""
1922 #: builtin/init-db.c:35
1923 #, c-format
1924 msgid "Could not make %s writable by group"
1925 msgstr ""
1927 #: builtin/init-db.c:62
1928 #, c-format
1929 msgid "insanely long template name %s"
1930 msgstr ""
1932 #: builtin/init-db.c:67
1933 #, c-format
1934 msgid "cannot stat '%s'"
1935 msgstr ""
1937 #: builtin/init-db.c:73
1938 #, c-format
1939 msgid "cannot stat template '%s'"
1940 msgstr ""
1942 #: builtin/init-db.c:80
1943 #, c-format
1944 msgid "cannot opendir '%s'"
1945 msgstr ""
1947 #: builtin/init-db.c:97
1948 #, c-format
1949 msgid "cannot readlink '%s'"
1950 msgstr ""
1952 #: builtin/init-db.c:99
1953 #, c-format
1954 msgid "insanely long symlink %s"
1955 msgstr ""
1957 #: builtin/init-db.c:102
1958 #, c-format
1959 msgid "cannot symlink '%s' '%s'"
1960 msgstr ""
1962 #: builtin/init-db.c:106
1963 #, c-format
1964 msgid "cannot copy '%s' to '%s'"
1965 msgstr ""
1967 #: builtin/init-db.c:110
1968 #, c-format
1969 msgid "ignoring template %s"
1970 msgstr ""
1972 #: builtin/init-db.c:133
1973 #, c-format
1974 msgid "insanely long template path %s"
1975 msgstr ""
1977 #: builtin/init-db.c:141
1978 #, c-format
1979 msgid "templates not found %s"
1980 msgstr ""
1982 #: builtin/init-db.c:154
1983 #, c-format
1984 msgid "not copying templates of a wrong format version %d from '%s'"
1985 msgstr ""
1987 #: builtin/init-db.c:192
1988 #, c-format
1989 msgid "insane git directory %s"
1990 msgstr ""
1992 #: builtin/init-db.c:322 builtin/init-db.c:325
1993 #, c-format
1994 msgid "%s already exists"
1995 msgstr ""
1997 #: builtin/init-db.c:354
1998 #, c-format
1999 msgid "unable to handle file type %d"
2000 msgstr ""
2002 #: builtin/init-db.c:357
2003 #, c-format
2004 msgid "unable to move %s to %s"
2005 msgstr ""
2007 #: builtin/init-db.c:362
2008 #, c-format
2009 msgid "Could not create git link %s"
2010 msgstr ""
2012 #.
2013 #. * TRANSLATORS: The first '%s' is either "Reinitialized
2014 #. * existing" or "Initialized empty", the second " shared" or
2015 #. * "", and the last '%s%s' is the verbatim directory name.
2016 #.
2017 #: builtin/init-db.c:419
2018 #, c-format
2019 msgid "%s%s Git repository in %s%s\n"
2020 msgstr ""
2022 #: builtin/init-db.c:420
2023 msgid "Reinitialized existing"
2024 msgstr ""
2026 #: builtin/init-db.c:420
2027 msgid "Initialized empty"
2028 msgstr ""
2030 #: builtin/init-db.c:421
2031 msgid " shared"
2032 msgstr ""
2034 #: builtin/init-db.c:440
2035 msgid "cannot tell cwd"
2036 msgstr ""
2038 #: builtin/init-db.c:521 builtin/init-db.c:528
2039 #, c-format
2040 msgid "cannot mkdir %s"
2041 msgstr ""
2043 #: builtin/init-db.c:532
2044 #, c-format
2045 msgid "cannot chdir to %s"
2046 msgstr ""
2048 #: builtin/init-db.c:554
2049 #, c-format
2050 msgid ""
2051 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2052 "dir=<directory>)"
2053 msgstr ""
2055 #: builtin/init-db.c:578
2056 msgid "Cannot access current working directory"
2057 msgstr ""
2059 #: builtin/init-db.c:585
2060 #, c-format
2061 msgid "Cannot access work tree '%s'"
2062 msgstr ""
2064 #: builtin/log.c:185
2065 #, c-format
2066 msgid "Final output: %d %s\n"
2067 msgstr ""
2069 #: builtin/log.c:393 builtin/log.c:479
2070 #, c-format
2071 msgid "Could not read object %s"
2072 msgstr ""
2074 #: builtin/log.c:503
2075 #, c-format
2076 msgid "Unknown type: %d"
2077 msgstr ""
2079 #: builtin/log.c:592
2080 msgid "format.headers without value"
2081 msgstr ""
2083 #: builtin/log.c:665
2084 msgid "name of output directory is too long"
2085 msgstr ""
2087 #: builtin/log.c:676
2088 #, c-format
2089 msgid "Cannot open patch file %s"
2090 msgstr ""
2092 #: builtin/log.c:690
2093 msgid "Need exactly one range."
2094 msgstr ""
2096 #: builtin/log.c:698
2097 msgid "Not a range."
2098 msgstr ""
2100 #: builtin/log.c:735
2101 msgid "Could not extract email from committer identity."
2102 msgstr ""
2104 #: builtin/log.c:781
2105 msgid "Cover letter needs email format"
2106 msgstr ""
2108 #: builtin/log.c:875
2109 #, c-format
2110 msgid "insane in-reply-to: %s"
2111 msgstr ""
2113 #: builtin/log.c:948
2114 msgid "Two output directories?"
2115 msgstr ""
2117 #: builtin/log.c:1169
2118 #, c-format
2119 msgid "bogus committer info %s"
2120 msgstr ""
2122 #: builtin/log.c:1214
2123 msgid "-n and -k are mutually exclusive."
2124 msgstr ""
2126 #: builtin/log.c:1216
2127 msgid "--subject-prefix and -k are mutually exclusive."
2128 msgstr ""
2130 #: builtin/log.c:1221 builtin/shortlog.c:284
2131 #, c-format
2132 msgid "unrecognized argument: %s"
2133 msgstr ""
2135 #: builtin/log.c:1224
2136 msgid "--name-only does not make sense"
2137 msgstr ""
2139 #: builtin/log.c:1226
2140 msgid "--name-status does not make sense"
2141 msgstr ""
2143 #: builtin/log.c:1228
2144 msgid "--check does not make sense"
2145 msgstr ""
2147 #: builtin/log.c:1251
2148 msgid "standard output, or directory, which one?"
2149 msgstr ""
2151 #: builtin/log.c:1253
2152 #, c-format
2153 msgid "Could not create directory '%s'"
2154 msgstr ""
2156 #: builtin/log.c:1406
2157 msgid "Failed to create output files"
2158 msgstr ""
2160 #: builtin/log.c:1510
2161 #, c-format
2162 msgid ""
2163 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
2164 msgstr ""
2166 #: builtin/log.c:1526 builtin/log.c:1528 builtin/log.c:1540
2167 #, c-format
2168 msgid "Unknown commit %s"
2169 msgstr ""
2171 #: builtin/merge.c:91
2172 msgid "switch `m' requires a value"
2173 msgstr ""
2175 #: builtin/merge.c:128
2176 #, c-format
2177 msgid "Could not find merge strategy '%s'.\n"
2178 msgstr ""
2180 #: builtin/merge.c:129
2181 #, c-format
2182 msgid "Available strategies are:"
2183 msgstr ""
2185 #: builtin/merge.c:134
2186 #, c-format
2187 msgid "Available custom strategies are:"
2188 msgstr ""
2190 #: builtin/merge.c:241
2191 msgid "could not run stash."
2192 msgstr ""
2194 #: builtin/merge.c:246
2195 msgid "stash failed"
2196 msgstr ""
2198 #: builtin/merge.c:251
2199 #, c-format
2200 msgid "not a valid object: %s"
2201 msgstr ""
2203 #: builtin/merge.c:270 builtin/merge.c:287
2204 msgid "read-tree failed"
2205 msgstr ""
2207 #: builtin/merge.c:317
2208 msgid " (nothing to squash)"
2209 msgstr ""
2211 #: builtin/merge.c:330
2212 #, c-format
2213 msgid "Squash commit -- not updating HEAD\n"
2214 msgstr ""
2216 #: builtin/merge.c:362
2217 msgid "Writing SQUASH_MSG"
2218 msgstr ""
2220 #: builtin/merge.c:364
2221 msgid "Finishing SQUASH_MSG"
2222 msgstr ""
2224 #: builtin/merge.c:386
2225 #, c-format
2226 msgid "No merge message -- not updating HEAD\n"
2227 msgstr ""
2229 #: builtin/merge.c:435
2230 #, c-format
2231 msgid "'%s' does not point to a commit"
2232 msgstr ""
2234 #: builtin/merge.c:534
2235 #, c-format
2236 msgid "Bad branch.%s.mergeoptions string: %s"
2237 msgstr ""
2239 #: builtin/merge.c:627
2240 msgid "git write-tree failed to write a tree"
2241 msgstr ""
2243 #: builtin/merge.c:677
2244 msgid "failed to read the cache"
2245 msgstr ""
2247 #: builtin/merge.c:694
2248 msgid "Unable to write index."
2249 msgstr ""
2251 #: builtin/merge.c:707
2252 msgid "Not handling anything other than two heads merge."
2253 msgstr ""
2255 #: builtin/merge.c:721
2256 #, c-format
2257 msgid "Unknown option for merge-recursive: -X%s"
2258 msgstr ""
2260 #: builtin/merge.c:735
2261 #, c-format
2262 msgid "unable to write %s"
2263 msgstr ""
2265 #: builtin/merge.c:874
2266 #, c-format
2267 msgid "Could not read from '%s'"
2268 msgstr ""
2270 #: builtin/merge.c:883
2271 #, c-format
2272 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2273 msgstr ""
2275 #: builtin/merge.c:889
2276 msgid ""
2277 "Please enter a commit message to explain why this merge is necessary,\n"
2278 "especially if it merges an updated upstream into a topic branch.\n"
2279 "\n"
2280 "Lines starting with '#' will be ignored, and an empty message aborts\n"
2281 "the commit.\n"
2282 msgstr ""
2284 #: builtin/merge.c:913
2285 msgid "Empty commit message."
2286 msgstr ""
2288 #: builtin/merge.c:925
2289 #, c-format
2290 msgid "Wonderful.\n"
2291 msgstr ""
2293 #: builtin/merge.c:998
2294 #, c-format
2295 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2296 msgstr ""
2298 #: builtin/merge.c:1014
2299 #, c-format
2300 msgid "'%s' is not a commit"
2301 msgstr ""
2303 #: builtin/merge.c:1055
2304 msgid "No current branch."
2305 msgstr ""
2307 #: builtin/merge.c:1057
2308 msgid "No remote for the current branch."
2309 msgstr ""
2311 #: builtin/merge.c:1059
2312 msgid "No default upstream defined for the current branch."
2313 msgstr ""
2315 #: builtin/merge.c:1064
2316 #, c-format
2317 msgid "No remote tracking branch for %s from %s"
2318 msgstr ""
2320 #: builtin/merge.c:1186
2321 msgid "There is no merge to abort (MERGE_HEAD missing)."
2322 msgstr ""
2324 #: builtin/merge.c:1202 git-pull.sh:31
2325 msgid ""
2326 "You have not concluded your merge (MERGE_HEAD exists).\n"
2327 "Please, commit your changes before you can merge."
2328 msgstr ""
2330 #: builtin/merge.c:1205 git-pull.sh:34
2331 msgid "You have not concluded your merge (MERGE_HEAD exists)."
2332 msgstr ""
2334 #: builtin/merge.c:1209
2335 msgid ""
2336 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2337 "Please, commit your changes before you can merge."
2338 msgstr ""
2340 #: builtin/merge.c:1212
2341 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2342 msgstr ""
2344 #: builtin/merge.c:1221
2345 msgid "You cannot combine --squash with --no-ff."
2346 msgstr ""
2348 #: builtin/merge.c:1226
2349 msgid "You cannot combine --no-ff with --ff-only."
2350 msgstr ""
2352 #: builtin/merge.c:1233
2353 msgid "No commit specified and merge.defaultToUpstream not set."
2354 msgstr ""
2356 #: builtin/merge.c:1264
2357 msgid "Can merge only exactly one commit into empty head"
2358 msgstr ""
2360 #: builtin/merge.c:1267
2361 msgid "Squash commit into empty head not supported yet"
2362 msgstr ""
2364 #: builtin/merge.c:1269
2365 msgid "Non-fast-forward commit does not make sense into an empty head"
2366 msgstr ""
2368 #: builtin/merge.c:1273 builtin/merge.c:1317
2369 #, c-format
2370 msgid "%s - not something we can merge"
2371 msgstr ""
2373 #: builtin/merge.c:1382
2374 #, c-format
2375 msgid "Updating %s..%s\n"
2376 msgstr ""
2378 #: builtin/merge.c:1420
2379 #, c-format
2380 msgid "Trying really trivial in-index merge...\n"
2381 msgstr ""
2383 #: builtin/merge.c:1427
2384 #, c-format
2385 msgid "Nope.\n"
2386 msgstr ""
2388 #: builtin/merge.c:1459
2389 msgid "Not possible to fast-forward, aborting."
2390 msgstr ""
2392 #: builtin/merge.c:1482 builtin/merge.c:1559
2393 #, c-format
2394 msgid "Rewinding the tree to pristine...\n"
2395 msgstr ""
2397 #: builtin/merge.c:1486
2398 #, c-format
2399 msgid "Trying merge strategy %s...\n"
2400 msgstr ""
2402 #: builtin/merge.c:1550
2403 #, c-format
2404 msgid "No merge strategy handled the merge.\n"
2405 msgstr ""
2407 #: builtin/merge.c:1552
2408 #, c-format
2409 msgid "Merge with strategy %s failed.\n"
2410 msgstr ""
2412 #: builtin/merge.c:1561
2413 #, c-format
2414 msgid "Using the %s to prepare resolving by hand.\n"
2415 msgstr ""
2417 #: builtin/merge.c:1572
2418 #, c-format
2419 msgid "Automatic merge went well; stopped before committing as requested\n"
2420 msgstr ""
2422 #: builtin/mv.c:108
2423 #, c-format
2424 msgid "Checking rename of '%s' to '%s'\n"
2425 msgstr ""
2427 #: builtin/mv.c:112
2428 msgid "bad source"
2429 msgstr ""
2431 #: builtin/mv.c:115
2432 msgid "can not move directory into itself"
2433 msgstr ""
2435 #: builtin/mv.c:118
2436 msgid "cannot move directory over file"
2437 msgstr ""
2439 #: builtin/mv.c:128
2440 #, c-format
2441 msgid "Huh? %.*s is in index?"
2442 msgstr ""
2444 #: builtin/mv.c:140
2445 msgid "source directory is empty"
2446 msgstr ""
2448 #: builtin/mv.c:171
2449 msgid "not under version control"
2450 msgstr ""
2452 #: builtin/mv.c:173
2453 msgid "destination exists"
2454 msgstr ""
2456 #: builtin/mv.c:181
2457 #, c-format
2458 msgid "overwriting '%s'"
2459 msgstr ""
2461 #: builtin/mv.c:184
2462 msgid "Cannot overwrite"
2463 msgstr ""
2465 #: builtin/mv.c:187
2466 msgid "multiple sources for the same target"
2467 msgstr ""
2469 #: builtin/mv.c:202
2470 #, c-format
2471 msgid "%s, source=%s, destination=%s"
2472 msgstr ""
2474 #: builtin/mv.c:212
2475 #, c-format
2476 msgid "Renaming %s to %s\n"
2477 msgstr ""
2479 #: builtin/mv.c:215
2480 #, c-format
2481 msgid "renaming '%s' failed"
2482 msgstr ""
2484 #: builtin/notes.c:139
2485 #, c-format
2486 msgid "unable to start 'show' for object '%s'"
2487 msgstr ""
2489 #: builtin/notes.c:145
2490 msgid "can't fdopen 'show' output fd"
2491 msgstr ""
2493 #: builtin/notes.c:155
2494 #, c-format
2495 msgid "failed to close pipe to 'show' for object '%s'"
2496 msgstr ""
2498 #: builtin/notes.c:158
2499 #, c-format
2500 msgid "failed to finish 'show' for object '%s'"
2501 msgstr ""
2503 #: builtin/notes.c:175 builtin/tag.c:310
2504 #, c-format
2505 msgid "could not create file '%s'"
2506 msgstr ""
2508 #: builtin/notes.c:189
2509 msgid "Please supply the note contents using either -m or -F option"
2510 msgstr ""
2512 #: builtin/notes.c:210 builtin/notes.c:973
2513 #, c-format
2514 msgid "Removing note for object %s\n"
2515 msgstr ""
2517 #: builtin/notes.c:215
2518 msgid "unable to write note object"
2519 msgstr ""
2521 #: builtin/notes.c:217
2522 #, c-format
2523 msgid "The note contents has been left in %s"
2524 msgstr ""
2526 #: builtin/notes.c:251 builtin/tag.c:465
2527 #, c-format
2528 msgid "cannot read '%s'"
2529 msgstr ""
2531 #: builtin/notes.c:253 builtin/tag.c:468
2532 #, c-format
2533 msgid "could not open or read '%s'"
2534 msgstr ""
2536 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2537 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2538 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2539 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:481
2540 #, c-format
2541 msgid "Failed to resolve '%s' as a valid ref."
2542 msgstr ""
2544 #: builtin/notes.c:275
2545 #, c-format
2546 msgid "Failed to read object '%s'."
2547 msgstr ""
2549 #: builtin/notes.c:299
2550 msgid "Cannot commit uninitialized/unreferenced notes tree"
2551 msgstr ""
2553 #: builtin/notes.c:340
2554 #, c-format
2555 msgid "Bad notes.rewriteMode value: '%s'"
2556 msgstr ""
2558 #: builtin/notes.c:350
2559 #, c-format
2560 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2561 msgstr ""
2563 #. TRANSLATORS: The first %s is the name of the
2564 #. environment variable, the second %s is its value
2565 #: builtin/notes.c:377
2566 #, c-format
2567 msgid "Bad %s value: '%s'"
2568 msgstr ""
2570 #: builtin/notes.c:441
2571 #, c-format
2572 msgid "Malformed input line: '%s'."
2573 msgstr ""
2575 #: builtin/notes.c:456
2576 #, c-format
2577 msgid "Failed to copy notes from '%s' to '%s'"
2578 msgstr ""
2580 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2581 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2582 #: builtin/notes.c:1033
2583 msgid "too many parameters"
2584 msgstr ""
2586 #: builtin/notes.c:513 builtin/notes.c:772
2587 #, c-format
2588 msgid "No note found for object %s."
2589 msgstr ""
2591 #: builtin/notes.c:580
2592 #, c-format
2593 msgid ""
2594 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2595 "existing notes"
2596 msgstr ""
2598 #: builtin/notes.c:585 builtin/notes.c:662
2599 #, c-format
2600 msgid "Overwriting existing notes for object %s\n"
2601 msgstr ""
2603 #: builtin/notes.c:635
2604 msgid "too few parameters"
2605 msgstr ""
2607 #: builtin/notes.c:656
2608 #, c-format
2609 msgid ""
2610 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2611 "existing notes"
2612 msgstr ""
2614 #: builtin/notes.c:668
2615 #, c-format
2616 msgid "Missing notes on source object %s. Cannot copy."
2617 msgstr ""
2619 #: builtin/notes.c:717
2620 #, c-format
2621 msgid ""
2622 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2623 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2624 msgstr ""
2626 #: builtin/notes.c:971
2627 #, c-format
2628 msgid "Object %s has no note\n"
2629 msgstr ""
2631 #: builtin/notes.c:1103
2632 #, c-format
2633 msgid "Unknown subcommand: %s"
2634 msgstr ""
2636 #: builtin/push.c:44
2637 msgid "tag shorthand without <tag>"
2638 msgstr ""
2640 #: builtin/push.c:63
2641 msgid "--delete only accepts plain target ref names"
2642 msgstr ""
2644 #: builtin/push.c:73
2645 #, c-format
2646 msgid ""
2647 "You are not currently on a branch.\n"
2648 "To push the history leading to the current (detached HEAD)\n"
2649 "state now, use\n"
2650 "\n"
2651 "    git push %s HEAD:<name-of-remote-branch>\n"
2652 msgstr ""
2654 #: builtin/push.c:80
2655 #, c-format
2656 msgid ""
2657 "The current branch %s has no upstream branch.\n"
2658 "To push the current branch and set the remote as upstream, use\n"
2659 "\n"
2660 "    git push --set-upstream %s %s\n"
2661 msgstr ""
2663 #: builtin/push.c:88
2664 #, c-format
2665 msgid "The current branch %s has multiple upstream branches, refusing to push."
2666 msgstr ""
2668 #: builtin/push.c:111
2669 msgid ""
2670 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
2671 msgstr ""
2673 #: builtin/push.c:131
2674 #, c-format
2675 msgid "Pushing to %s\n"
2676 msgstr ""
2678 #: builtin/push.c:135
2679 #, c-format
2680 msgid "failed to push some refs to '%s'"
2681 msgstr ""
2683 #: builtin/push.c:143
2684 #, c-format
2685 msgid ""
2686 "To prevent you from losing history, non-fast-forward updates were rejected\n"
2687 "Merge the remote changes (e.g. 'git pull') before pushing again.  See the\n"
2688 "'Note about fast-forwards' section of 'git push --help' for details.\n"
2689 msgstr ""
2691 #: builtin/push.c:160
2692 #, c-format
2693 msgid "bad repository '%s'"
2694 msgstr ""
2696 #: builtin/push.c:161
2697 msgid ""
2698 "No configured push destination.\n"
2699 "Either specify the URL from the command-line or configure a remote "
2700 "repository using\n"
2701 "\n"
2702 "    git remote add <name> <url>\n"
2703 "\n"
2704 "and then push using the remote name\n"
2705 "\n"
2706 "    git push <name>\n"
2707 msgstr ""
2709 #: builtin/push.c:176
2710 msgid "--all and --tags are incompatible"
2711 msgstr ""
2713 #: builtin/push.c:177
2714 msgid "--all can't be combined with refspecs"
2715 msgstr ""
2717 #: builtin/push.c:182
2718 msgid "--mirror and --tags are incompatible"
2719 msgstr ""
2721 #: builtin/push.c:183
2722 msgid "--mirror can't be combined with refspecs"
2723 msgstr ""
2725 #: builtin/push.c:188
2726 msgid "--all and --mirror are incompatible"
2727 msgstr ""
2729 #: builtin/push.c:272
2730 msgid "--delete is incompatible with --all, --mirror and --tags"
2731 msgstr ""
2733 #: builtin/push.c:274
2734 msgid "--delete doesn't make sense without any refs"
2735 msgstr ""
2737 #: builtin/reset.c:33
2738 msgid "mixed"
2739 msgstr ""
2741 #: builtin/reset.c:33
2742 msgid "soft"
2743 msgstr ""
2745 #: builtin/reset.c:33
2746 msgid "hard"
2747 msgstr ""
2749 #: builtin/reset.c:33
2750 msgid "keep"
2751 msgstr ""
2753 #: builtin/reset.c:77
2754 msgid "You do not have a valid HEAD."
2755 msgstr ""
2757 #: builtin/reset.c:79
2758 msgid "Failed to find tree of HEAD."
2759 msgstr ""
2761 #: builtin/reset.c:85
2762 #, c-format
2763 msgid "Failed to find tree of %s."
2764 msgstr ""
2766 #: builtin/reset.c:96
2767 msgid "Could not write new index file."
2768 msgstr ""
2770 #: builtin/reset.c:106
2771 #, c-format
2772 msgid "HEAD is now at %s"
2773 msgstr ""
2775 #: builtin/reset.c:130
2776 msgid "Could not read index"
2777 msgstr ""
2779 #: builtin/reset.c:133
2780 msgid "Unstaged changes after reset:"
2781 msgstr ""
2783 #: builtin/reset.c:223
2784 #, c-format
2785 msgid "Cannot do a %s reset in the middle of a merge."
2786 msgstr ""
2788 #: builtin/reset.c:297
2789 #, c-format
2790 msgid "Could not parse object '%s'."
2791 msgstr ""
2793 #: builtin/reset.c:302
2794 msgid "--patch is incompatible with --{hard,mixed,soft}"
2795 msgstr ""
2797 #: builtin/reset.c:311
2798 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2799 msgstr ""
2801 #: builtin/reset.c:313
2802 #, c-format
2803 msgid "Cannot do %s reset with paths."
2804 msgstr ""
2806 #: builtin/reset.c:325
2807 #, c-format
2808 msgid "%s reset is not allowed in a bare repository"
2809 msgstr ""
2811 #: builtin/reset.c:341
2812 #, c-format
2813 msgid "Could not reset index file to revision '%s'."
2814 msgstr ""
2816 #: builtin/revert.c:70 builtin/revert.c:91
2817 #, c-format
2818 msgid "%s: %s cannot be used with %s"
2819 msgstr ""
2821 #: builtin/revert.c:126
2822 msgid "program error"
2823 msgstr ""
2825 #: builtin/revert.c:209
2826 msgid "revert failed"
2827 msgstr ""
2829 #: builtin/revert.c:224
2830 msgid "cherry-pick failed"
2831 msgstr ""
2833 #: builtin/rm.c:109
2834 #, c-format
2835 msgid ""
2836 "'%s' has staged content different from both the file and the HEAD\n"
2837 "(use -f to force removal)"
2838 msgstr ""
2840 #: builtin/rm.c:115
2841 #, c-format
2842 msgid ""
2843 "'%s' has changes staged in the index\n"
2844 "(use --cached to keep the file, or -f to force removal)"
2845 msgstr ""
2847 #: builtin/rm.c:119
2848 #, c-format
2849 msgid ""
2850 "'%s' has local modifications\n"
2851 "(use --cached to keep the file, or -f to force removal)"
2852 msgstr ""
2854 #: builtin/rm.c:194
2855 #, c-format
2856 msgid "not removing '%s' recursively without -r"
2857 msgstr ""
2859 #: builtin/rm.c:230
2860 #, c-format
2861 msgid "git rm: unable to remove %s"
2862 msgstr ""
2864 #: builtin/shortlog.c:157
2865 #, c-format
2866 msgid "Missing author: %s"
2867 msgstr ""
2869 #: builtin/tag.c:172
2870 #, c-format
2871 msgid "tag name too long: %.*s..."
2872 msgstr ""
2874 #: builtin/tag.c:177
2875 #, c-format
2876 msgid "tag '%s' not found."
2877 msgstr ""
2879 #: builtin/tag.c:192
2880 #, c-format
2881 msgid "Deleted tag '%s' (was %s)\n"
2882 msgstr ""
2884 #: builtin/tag.c:204
2885 #, c-format
2886 msgid "could not verify the tag '%s'"
2887 msgstr ""
2889 #: builtin/tag.c:214
2890 msgid ""
2891 "\n"
2892 "#\n"
2893 "# Write a tag message\n"
2894 "# Lines starting with '#' will be ignored.\n"
2895 "#\n"
2896 msgstr ""
2898 #: builtin/tag.c:221
2899 msgid ""
2900 "\n"
2901 "#\n"
2902 "# Write a tag message\n"
2903 "# Lines starting with '#' will be kept; you may remove them yourself if you "
2904 "want to.\n"
2905 "#\n"
2906 msgstr ""
2908 #: builtin/tag.c:261
2909 msgid "unable to sign the tag"
2910 msgstr ""
2912 #: builtin/tag.c:263
2913 msgid "unable to write tag file"
2914 msgstr ""
2916 #: builtin/tag.c:288
2917 msgid "bad object type."
2918 msgstr ""
2920 #: builtin/tag.c:301
2921 msgid "tag header too big."
2922 msgstr ""
2924 #: builtin/tag.c:333
2925 msgid "no tag message?"
2926 msgstr ""
2928 #: builtin/tag.c:339
2929 #, c-format
2930 msgid "The tag message has been left in %s\n"
2931 msgstr ""
2933 #: builtin/tag.c:448
2934 msgid "-n option is only allowed with -l."
2935 msgstr ""
2937 #: builtin/tag.c:450
2938 msgid "--contains option is only allowed with -l."
2939 msgstr ""
2941 #: builtin/tag.c:458
2942 msgid "only one -F or -m option is allowed."
2943 msgstr ""
2945 #: builtin/tag.c:478
2946 msgid "too many params"
2947 msgstr ""
2949 #: builtin/tag.c:484
2950 #, c-format
2951 msgid "'%s' is not a valid tag name."
2952 msgstr ""
2954 #: builtin/tag.c:489
2955 #, c-format
2956 msgid "tag '%s' already exists"
2957 msgstr ""
2959 #: builtin/tag.c:507
2960 #, c-format
2961 msgid "%s: cannot lock the ref"
2962 msgstr ""
2964 #: builtin/tag.c:509
2965 #, c-format
2966 msgid "%s: cannot update the ref"
2967 msgstr ""
2969 #: builtin/tag.c:511
2970 #, c-format
2971 msgid "Updated tag '%s' (was %s)\n"
2972 msgstr ""
2974 #: git-am.sh:49
2975 msgid "You need to set your committer info first"
2976 msgstr ""
2978 #: git-am.sh:135
2979 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2980 msgstr ""
2982 #: git-am.sh:144
2983 msgid ""
2984 "Did you hand edit your patch?\n"
2985 "It does not apply to blobs recorded in its index."
2986 msgstr ""
2988 #: git-am.sh:153
2989 msgid "Falling back to patching base and 3-way merge..."
2990 msgstr ""
2992 #: git-am.sh:265
2993 msgid "Only one StGIT patch series can be applied at once"
2994 msgstr ""
2996 #: git-am.sh:352
2997 #, sh-format
2998 msgid "Patch format $patch_format is not supported."
2999 msgstr ""
3001 #: git-am.sh:354
3002 msgid "Patch format detection failed."
3003 msgstr ""
3005 #: git-am.sh:406
3006 msgid "-d option is no longer supported.  Do not use."
3007 msgstr ""
3009 #: git-am.sh:469
3010 #, sh-format
3011 msgid "previous rebase directory $dotest still exists but mbox given."
3012 msgstr ""
3014 #: git-am.sh:474
3015 msgid "Please make up your mind. --skip or --abort?"
3016 msgstr ""
3018 #: git-am.sh:501
3019 msgid "Resolve operation not in progress, we are not resuming."
3020 msgstr ""
3022 #: git-am.sh:567
3023 #, sh-format
3024 msgid "Dirty index: cannot apply patches (dirty: $files)"
3025 msgstr ""
3027 #: git-am.sh:743
3028 msgid "cannot be interactive without stdin connected to a terminal."
3029 msgstr ""
3031 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3032 #. in your translation. The program will only accept English
3033 #. input at this point.
3034 #: git-am.sh:754
3035 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3036 msgstr ""
3038 #: git-am.sh:790
3039 #, sh-format
3040 msgid "Applying: $FIRSTLINE"
3041 msgstr ""
3043 #: git-am.sh:835
3044 msgid "No changes -- Patch already applied."
3045 msgstr ""
3047 #: git-am.sh:861
3048 msgid "applying to an empty history"
3049 msgstr ""
3051 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3052 #. translation. The program will only accept English input
3053 #. at this point.
3054 #: git-bisect.sh:54
3055 msgid "Do you want me to do it for you [Y/n]? "
3056 msgstr ""
3058 #: git-bisect.sh:95
3059 #, sh-format
3060 msgid "unrecognised option: '$arg'"
3061 msgstr ""
3063 #: git-bisect.sh:99
3064 #, sh-format
3065 msgid "'$arg' does not appear to be a valid revision"
3066 msgstr ""
3068 #: git-bisect.sh:117
3069 msgid "Bad HEAD - I need a HEAD"
3070 msgstr ""
3072 #: git-bisect.sh:130
3073 #, sh-format
3074 msgid ""
3075 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3076 msgstr ""
3078 #: git-bisect.sh:140
3079 msgid "won't bisect on seeked tree"
3080 msgstr ""
3082 #: git-bisect.sh:144
3083 msgid "Bad HEAD - strange symbolic ref"
3084 msgstr ""
3086 #: git-bisect.sh:189
3087 #, sh-format
3088 msgid "Bad bisect_write argument: $state"
3089 msgstr ""
3091 #: git-bisect.sh:218
3092 #, sh-format
3093 msgid "Bad rev input: $arg"
3094 msgstr ""
3096 #: git-bisect.sh:232
3097 msgid "Please call 'bisect_state' with at least one argument."
3098 msgstr ""
3100 #: git-bisect.sh:244
3101 #, sh-format
3102 msgid "Bad rev input: $rev"
3103 msgstr ""
3105 #: git-bisect.sh:250
3106 msgid "'git bisect bad' can take only one argument."
3107 msgstr ""
3109 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3110 #. translation. The program will only accept English input
3111 #. at this point.
3112 #: git-bisect.sh:279
3113 msgid "Are you sure [Y/n]? "
3114 msgstr ""
3116 #: git-bisect.sh:354
3117 #, sh-format
3118 msgid "'$invalid' is not a valid commit"
3119 msgstr ""
3121 #: git-bisect.sh:363
3122 #, sh-format
3123 msgid ""
3124 "Could not check out original HEAD '$branch'.\n"
3125 "Try 'git bisect reset <commit>'."
3126 msgstr ""
3128 #: git-bisect.sh:390
3129 msgid "No logfile given"
3130 msgstr ""
3132 #: git-bisect.sh:391
3133 #, sh-format
3134 msgid "cannot read $file for replaying"
3135 msgstr ""
3137 #: git-bisect.sh:408
3138 msgid "?? what are you talking about?"
3139 msgstr ""
3141 #: git-bisect.sh:474
3142 msgid "We are not bisecting."
3143 msgstr ""
3145 #: git-pull.sh:21
3146 msgid ""
3147 "Pull is not possible because you have unmerged files.\n"
3148 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3149 "as appropriate to mark resolution, or use 'git commit -a'."
3150 msgstr ""
3152 #: git-pull.sh:25
3153 msgid "Pull is not possible because you have unmerged files."
3154 msgstr ""
3156 #: git-pull.sh:193
3157 msgid "updating an unborn branch with changes added to the index"
3158 msgstr ""
3160 #: git-pull.sh:249
3161 msgid "Cannot merge multiple branches into empty head"
3162 msgstr ""
3164 #: git-pull.sh:253
3165 msgid "Cannot rebase onto multiple branches"
3166 msgstr ""
3168 #: git-stash.sh:51
3169 msgid "git stash clear with parameters is unimplemented"
3170 msgstr ""
3172 #: git-stash.sh:74
3173 msgid "You do not have the initial commit yet"
3174 msgstr ""
3176 #: git-stash.sh:89
3177 msgid "Cannot save the current index state"
3178 msgstr ""
3180 #: git-stash.sh:123 git-stash.sh:136
3181 msgid "Cannot save the current worktree state"
3182 msgstr ""
3184 #: git-stash.sh:140
3185 msgid "No changes selected"
3186 msgstr ""
3188 #: git-stash.sh:143
3189 msgid "Cannot remove temporary index (can't happen)"
3190 msgstr ""
3192 #: git-stash.sh:156
3193 msgid "Cannot record working tree state"
3194 msgstr ""
3196 #: git-stash.sh:223
3197 msgid "No local changes to save"
3198 msgstr ""
3200 #: git-stash.sh:227
3201 msgid "Cannot initialize stash"
3202 msgstr ""
3204 #: git-stash.sh:235
3205 msgid "Cannot save the current status"
3206 msgstr ""
3208 #: git-stash.sh:253
3209 msgid "Cannot remove worktree changes"
3210 msgstr ""
3212 #: git-stash.sh:352
3213 msgid "No stash found."
3214 msgstr ""
3216 #: git-stash.sh:359
3217 #, sh-format
3218 msgid "Too many revisions specified: $REV"
3219 msgstr ""
3221 #: git-stash.sh:365
3222 #, sh-format
3223 msgid "$reference is not valid reference"
3224 msgstr ""
3226 #: git-stash.sh:393
3227 #, sh-format
3228 msgid "'$args' is not a stash-like commit"
3229 msgstr ""
3231 #: git-stash.sh:404
3232 #, sh-format
3233 msgid "'$args' is not a stash reference"
3234 msgstr ""
3236 #: git-stash.sh:412
3237 msgid "unable to refresh index"
3238 msgstr ""
3240 #: git-stash.sh:416
3241 msgid "Cannot apply a stash in the middle of a merge"
3242 msgstr ""
3244 #: git-stash.sh:424
3245 msgid "Conflicts in index. Try without --index."
3246 msgstr ""
3248 #: git-stash.sh:426
3249 msgid "Could not save index tree"
3250 msgstr ""
3252 #: git-stash.sh:460
3253 msgid "Cannot unstage modified files"
3254 msgstr ""
3256 #: git-stash.sh:491
3257 #, sh-format
3258 msgid "Dropped ${REV} ($s)"
3259 msgstr ""
3261 #: git-stash.sh:492
3262 #, sh-format
3263 msgid "${REV}: Could not drop stash entry"
3264 msgstr ""
3266 #: git-stash.sh:499
3267 msgid "No branch name specified"
3268 msgstr ""
3270 #: git-stash.sh:570
3271 msgid "(To restore them type \"git stash apply\")"
3272 msgstr ""
3274 #: git-submodule.sh:56
3275 #, sh-format
3276 msgid "cannot strip one component off url '$remoteurl'"
3277 msgstr ""
3279 #: git-submodule.sh:108
3280 #, sh-format
3281 msgid "No submodule mapping found in .gitmodules for path '$path'"
3282 msgstr ""
3284 #: git-submodule.sh:173
3285 #, sh-format
3286 msgid "Clone of '$url' into submodule path '$path' failed"
3287 msgstr ""
3289 #: git-submodule.sh:247
3290 #, sh-format
3291 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3292 msgstr ""
3294 #: git-submodule.sh:264
3295 #, sh-format
3296 msgid "'$path' already exists in the index"
3297 msgstr ""
3299 #: git-submodule.sh:281
3300 #, sh-format
3301 msgid "'$path' already exists and is not a valid git repo"
3302 msgstr ""
3304 #: git-submodule.sh:295
3305 #, sh-format
3306 msgid "Unable to checkout submodule '$path'"
3307 msgstr ""
3309 #: git-submodule.sh:300
3310 #, sh-format
3311 msgid "Failed to add submodule '$path'"
3312 msgstr ""
3314 #: git-submodule.sh:305
3315 #, sh-format
3316 msgid "Failed to register submodule '$path'"
3317 msgstr ""
3319 #: git-submodule.sh:347
3320 #, sh-format
3321 msgid "Entering '$prefix$path'"
3322 msgstr ""
3324 #: git-submodule.sh:359
3325 #, sh-format
3326 msgid "Stopping at '$path'; script returned non-zero status."
3327 msgstr ""
3329 #: git-submodule.sh:401
3330 #, sh-format
3331 msgid "No url found for submodule path '$path' in .gitmodules"
3332 msgstr ""
3334 #: git-submodule.sh:410
3335 #, sh-format
3336 msgid "Failed to register url for submodule path '$path'"
3337 msgstr ""
3339 #: git-submodule.sh:418
3340 #, sh-format
3341 msgid "Failed to register update mode for submodule path '$path'"
3342 msgstr ""
3344 #: git-submodule.sh:420
3345 #, sh-format
3346 msgid "Submodule '$name' ($url) registered for path '$path'"
3347 msgstr ""
3349 #: git-submodule.sh:519
3350 #, sh-format
3351 msgid ""
3352 "Submodule path '$path' not initialized\n"
3353 "Maybe you want to use 'update --init'?"
3354 msgstr ""
3356 #: git-submodule.sh:532
3357 #, sh-format
3358 msgid "Unable to find current revision in submodule path '$path'"
3359 msgstr ""
3361 #: git-submodule.sh:551
3362 #, sh-format
3363 msgid "Unable to fetch in submodule path '$path'"
3364 msgstr ""
3366 #: git-submodule.sh:565
3367 #, sh-format
3368 msgid "Unable to rebase '$sha1' in submodule path '$path'"
3369 msgstr ""
3371 #: git-submodule.sh:566
3372 #, sh-format
3373 msgid "Submodule path '$path': rebased into '$sha1'"
3374 msgstr ""
3376 #: git-submodule.sh:571
3377 #, sh-format
3378 msgid "Unable to merge '$sha1' in submodule path '$path'"
3379 msgstr ""
3381 #: git-submodule.sh:572
3382 #, sh-format
3383 msgid "Submodule path '$path': merged in '$sha1'"
3384 msgstr ""
3386 #: git-submodule.sh:577
3387 #, sh-format
3388 msgid "Unable to checkout '$sha1' in submodule path '$path'"
3389 msgstr ""
3391 #: git-submodule.sh:578
3392 #, sh-format
3393 msgid "Submodule path '$path': checked out '$sha1'"
3394 msgstr ""
3396 #: git-submodule.sh:600 git-submodule.sh:923
3397 #, sh-format
3398 msgid "Failed to recurse into submodule path '$path'"
3399 msgstr ""
3401 #: git-submodule.sh:708
3402 msgid "--"
3403 msgstr ""
3405 #: git-submodule.sh:766
3406 #, sh-format
3407 msgid "  Warn: $name doesn't contain commit $sha1_src"
3408 msgstr ""
3410 #: git-submodule.sh:769
3411 #, sh-format
3412 msgid "  Warn: $name doesn't contain commit $sha1_dst"
3413 msgstr ""
3415 #: git-submodule.sh:772
3416 #, sh-format
3417 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3418 msgstr ""
3420 #: git-submodule.sh:797
3421 msgid "blob"
3422 msgstr ""
3424 #: git-submodule.sh:798
3425 msgid "submodule"
3426 msgstr ""
3428 #: git-submodule.sh:969
3429 #, sh-format
3430 msgid "Synchronizing submodule url for '$name'"
3431 msgstr ""