Merge git://github.com/git-l10n/git-po
[git/jnareb-git.git] / po / git.pot
blob6f22d43af20e1b0b7eceeb6a50ddbd65fe81b616
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: 2012-07-30 09:18+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:40
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
27 #. * Message used both when 'git commit' fails and when
28 #. * other commands doing a merge do.
30 #: advice.c:70
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 #: bundle.c:36
39 #, c-format
40 msgid "'%s' does not look like a v2 bundle file"
41 msgstr ""
43 #: bundle.c:63
44 #, c-format
45 msgid "unrecognized header: %s%s (%d)"
46 msgstr ""
48 #: bundle.c:89 builtin/commit.c:699
49 #, c-format
50 msgid "could not open '%s'"
51 msgstr ""
53 #: bundle.c:140
54 msgid "Repository lacks these prerequisite commits:"
55 msgstr ""
57 #: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290
58 #: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347
59 #: builtin/shortlog.c:181
60 msgid "revision walk setup failed"
61 msgstr ""
63 #: bundle.c:186
64 #, c-format
65 msgid "The bundle contains %d ref"
66 msgid_plural "The bundle contains %d refs"
67 msgstr[0] ""
68 msgstr[1] ""
70 #: bundle.c:192
71 msgid "The bundle records a complete history."
72 msgstr ""
74 #: bundle.c:195
75 #, c-format
76 msgid "The bundle requires this ref"
77 msgid_plural "The bundle requires these %d refs"
78 msgstr[0] ""
79 msgstr[1] ""
81 #: bundle.c:294
82 msgid "rev-list died"
83 msgstr ""
85 #: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284
86 #, c-format
87 msgid "unrecognized argument: %s"
88 msgstr ""
90 #: bundle.c:335
91 #, c-format
92 msgid "ref '%s' is excluded by the rev-list options"
93 msgstr ""
95 #: bundle.c:380
96 msgid "Refusing to create empty bundle."
97 msgstr ""
99 #: bundle.c:398
100 msgid "Could not spawn pack-objects"
101 msgstr ""
103 #: bundle.c:416
104 msgid "pack-objects died"
105 msgstr ""
107 #: bundle.c:419
108 #, c-format
109 msgid "cannot create '%s'"
110 msgstr ""
112 #: bundle.c:441
113 msgid "index-pack died"
114 msgstr ""
116 #: commit.c:48
117 #, c-format
118 msgid "could not parse %s"
119 msgstr ""
121 #: commit.c:50
122 #, c-format
123 msgid "%s %s is not a commit!"
124 msgstr ""
126 #: compat/obstack.c:406 compat/obstack.c:408
127 msgid "memory exhausted"
128 msgstr ""
130 #: connected.c:39
131 msgid "Could not run 'git rev-list'"
132 msgstr ""
134 #: connected.c:48
135 #, c-format
136 msgid "failed write to rev-list: %s"
137 msgstr ""
139 #: connected.c:56
140 #, c-format
141 msgid "failed to close rev-list's stdin: %s"
142 msgstr ""
144 #: date.c:95
145 msgid "in the future"
146 msgstr ""
148 #: date.c:101
149 #, c-format
150 msgid "%lu second ago"
151 msgid_plural "%lu seconds ago"
152 msgstr[0] ""
153 msgstr[1] ""
155 #: date.c:108
156 #, c-format
157 msgid "%lu minute ago"
158 msgid_plural "%lu minutes ago"
159 msgstr[0] ""
160 msgstr[1] ""
162 #: date.c:115
163 #, c-format
164 msgid "%lu hour ago"
165 msgid_plural "%lu hours ago"
166 msgstr[0] ""
167 msgstr[1] ""
169 #: date.c:122
170 #, c-format
171 msgid "%lu day ago"
172 msgid_plural "%lu days ago"
173 msgstr[0] ""
174 msgstr[1] ""
176 #: date.c:128
177 #, c-format
178 msgid "%lu week ago"
179 msgid_plural "%lu weeks ago"
180 msgstr[0] ""
181 msgstr[1] ""
183 #: date.c:135
184 #, c-format
185 msgid "%lu month ago"
186 msgid_plural "%lu months ago"
187 msgstr[0] ""
188 msgstr[1] ""
190 #: date.c:146
191 #, c-format
192 msgid "%lu year"
193 msgid_plural "%lu years"
194 msgstr[0] ""
195 msgstr[1] ""
197 #: date.c:149
198 #, c-format
199 msgid "%s, %lu month ago"
200 msgid_plural "%s, %lu months ago"
201 msgstr[0] ""
202 msgstr[1] ""
204 #: date.c:154 date.c:159
205 #, c-format
206 msgid "%lu year ago"
207 msgid_plural "%lu years ago"
208 msgstr[0] ""
209 msgstr[1] ""
211 #: diff.c:105
212 #, c-format
213 msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
214 msgstr ""
216 #: diff.c:110
217 #, c-format
218 msgid "  Unknown dirstat parameter '%.*s'\n"
219 msgstr ""
221 #: diff.c:210
222 #, c-format
223 msgid ""
224 "Found errors in 'diff.dirstat' config variable:\n"
225 "%s"
226 msgstr ""
228 #: diff.c:1400
229 msgid " 0 files changed\n"
230 msgstr ""
232 #: diff.c:1404
233 #, c-format
234 msgid " %d file changed"
235 msgid_plural " %d files changed"
236 msgstr[0] ""
237 msgstr[1] ""
239 #: diff.c:1421
240 #, c-format
241 msgid ", %d insertion(+)"
242 msgid_plural ", %d insertions(+)"
243 msgstr[0] ""
244 msgstr[1] ""
246 #: diff.c:1432
247 #, c-format
248 msgid ", %d deletion(-)"
249 msgid_plural ", %d deletions(-)"
250 msgstr[0] ""
251 msgstr[1] ""
253 #: diff.c:3461
254 #, c-format
255 msgid ""
256 "Failed to parse --dirstat/-X option parameter:\n"
257 "%s"
258 msgstr ""
260 #: gpg-interface.c:59
261 msgid "could not run gpg."
262 msgstr ""
264 #: gpg-interface.c:71
265 msgid "gpg did not accept the data"
266 msgstr ""
268 #: gpg-interface.c:82
269 msgid "gpg failed to sign the data"
270 msgstr ""
272 #: grep.c:1320
273 #, c-format
274 msgid "'%s': unable to read %s"
275 msgstr ""
277 #: grep.c:1337
278 #, c-format
279 msgid "'%s': %s"
280 msgstr ""
282 #: grep.c:1348
283 #, c-format
284 msgid "'%s': short read %s"
285 msgstr ""
287 #: help.c:212
288 #, c-format
289 msgid "available git commands in '%s'"
290 msgstr ""
292 #: help.c:219
293 msgid "git commands available from elsewhere on your $PATH"
294 msgstr ""
296 #: help.c:275
297 #, c-format
298 msgid ""
299 "'%s' appears to be a git command, but we were not\n"
300 "able to execute it. Maybe git-%s is broken?"
301 msgstr ""
303 #: help.c:332
304 msgid "Uh oh. Your system reports no Git commands at all."
305 msgstr ""
307 #: help.c:354
308 #, c-format
309 msgid ""
310 "WARNING: You called a Git command named '%s', which does not exist.\n"
311 "Continuing under the assumption that you meant '%s'"
312 msgstr ""
314 #: help.c:359
315 #, c-format
316 msgid "in %0.1f seconds automatically..."
317 msgstr ""
319 #: help.c:366
320 #, c-format
321 msgid "git: '%s' is not a git command. See 'git --help'."
322 msgstr ""
324 #: help.c:370
325 msgid ""
326 "\n"
327 "Did you mean this?"
328 msgid_plural ""
329 "\n"
330 "Did you mean one of these?"
331 msgstr[0] ""
332 msgstr[1] ""
334 #: parse-options.c:494
335 msgid "..."
336 msgstr ""
338 #: parse-options.c:512
339 #, c-format
340 msgid "usage: %s"
341 msgstr ""
343 #. TRANSLATORS: the colon here should align with the
344 #. one in "usage: %s" translation
345 #: parse-options.c:516
346 #, c-format
347 msgid "   or: %s"
348 msgstr ""
350 #: parse-options.c:519
351 #, c-format
352 msgid "    %s"
353 msgstr ""
355 #: remote.c:1632
356 #, c-format
357 msgid "Your branch is ahead of '%s' by %d commit.\n"
358 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
359 msgstr[0] ""
360 msgstr[1] ""
362 #: remote.c:1638
363 #, c-format
364 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
365 msgid_plural ""
366 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
367 msgstr[0] ""
368 msgstr[1] ""
370 #: remote.c:1646
371 #, c-format
372 msgid ""
373 "Your branch and '%s' have diverged,\n"
374 "and have %d and %d different commit each, respectively.\n"
375 msgid_plural ""
376 "Your branch and '%s' have diverged,\n"
377 "and have %d and %d different commits each, respectively.\n"
378 msgstr[0] ""
379 msgstr[1] ""
381 #: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
382 #: builtin/merge.c:1088 builtin/merge.c:1098
383 #, c-format
384 msgid "Could not open '%s' for writing"
385 msgstr ""
387 #: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
388 #: builtin/merge.c:1090 builtin/merge.c:1103
389 #, c-format
390 msgid "Could not write to '%s'"
391 msgstr ""
393 #: sequencer.c:144
394 msgid ""
395 "after resolving the conflicts, mark the corrected paths\n"
396 "with 'git add <paths>' or 'git rm <paths>'"
397 msgstr ""
399 #: sequencer.c:147
400 msgid ""
401 "after resolving the conflicts, mark the corrected paths\n"
402 "with 'git add <paths>' or 'git rm <paths>'\n"
403 "and commit the result with 'git commit'"
404 msgstr ""
406 #: sequencer.c:160 sequencer.c:758 sequencer.c:841
407 #, c-format
408 msgid "Could not write to %s"
409 msgstr ""
411 #: sequencer.c:163
412 #, c-format
413 msgid "Error wrapping up %s"
414 msgstr ""
416 #: sequencer.c:178
417 msgid "Your local changes would be overwritten by cherry-pick."
418 msgstr ""
420 #: sequencer.c:180
421 msgid "Your local changes would be overwritten by revert."
422 msgstr ""
424 #: sequencer.c:183
425 msgid "Commit your changes or stash them to proceed."
426 msgstr ""
428 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
429 #: sequencer.c:233
430 #, c-format
431 msgid "%s: Unable to write new index file"
432 msgstr ""
434 #: sequencer.c:261
435 msgid "Could not resolve HEAD commit\n"
436 msgstr ""
438 #: sequencer.c:282
439 msgid "Unable to update cache tree\n"
440 msgstr ""
442 #: sequencer.c:324
443 #, c-format
444 msgid "Could not parse commit %s\n"
445 msgstr ""
447 #: sequencer.c:329
448 #, c-format
449 msgid "Could not parse parent commit %s\n"
450 msgstr ""
452 #: sequencer.c:395
453 msgid "Your index file is unmerged."
454 msgstr ""
456 #: sequencer.c:398
457 msgid "You do not have a valid HEAD"
458 msgstr ""
460 #: sequencer.c:413
461 #, c-format
462 msgid "Commit %s is a merge but no -m option was given."
463 msgstr ""
465 #: sequencer.c:421
466 #, c-format
467 msgid "Commit %s does not have parent %d"
468 msgstr ""
470 #: sequencer.c:425
471 #, c-format
472 msgid "Mainline was specified but commit %s is not a merge."
473 msgstr ""
475 #. TRANSLATORS: The first %s will be "revert" or
476 #. "cherry-pick", the second %s a SHA1
477 #: sequencer.c:436
478 #, c-format
479 msgid "%s: cannot parse parent commit %s"
480 msgstr ""
482 #: sequencer.c:440
483 #, c-format
484 msgid "Cannot get commit message for %s"
485 msgstr ""
487 #: sequencer.c:524
488 #, c-format
489 msgid "could not revert %s... %s"
490 msgstr ""
492 #: sequencer.c:525
493 #, c-format
494 msgid "could not apply %s... %s"
495 msgstr ""
497 #: sequencer.c:553
498 msgid "empty commit set passed"
499 msgstr ""
501 #: sequencer.c:561
502 #, c-format
503 msgid "git %s: failed to read the index"
504 msgstr ""
506 #: sequencer.c:566
507 #, c-format
508 msgid "git %s: failed to refresh the index"
509 msgstr ""
511 #: sequencer.c:624
512 #, c-format
513 msgid "Cannot %s during a %s"
514 msgstr ""
516 #: sequencer.c:646
517 #, c-format
518 msgid "Could not parse line %d."
519 msgstr ""
521 #: sequencer.c:651
522 msgid "No commits parsed."
523 msgstr ""
525 #: sequencer.c:664
526 #, c-format
527 msgid "Could not open %s"
528 msgstr ""
530 #: sequencer.c:668
531 #, c-format
532 msgid "Could not read %s."
533 msgstr ""
535 #: sequencer.c:675
536 #, c-format
537 msgid "Unusable instruction sheet: %s"
538 msgstr ""
540 #: sequencer.c:703
541 #, c-format
542 msgid "Invalid key: %s"
543 msgstr ""
545 #: sequencer.c:706
546 #, c-format
547 msgid "Invalid value for %s: %s"
548 msgstr ""
550 #: sequencer.c:718
551 #, c-format
552 msgid "Malformed options sheet: %s"
553 msgstr ""
555 #: sequencer.c:739
556 msgid "a cherry-pick or revert is already in progress"
557 msgstr ""
559 #: sequencer.c:740
560 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
561 msgstr ""
563 #: sequencer.c:744
564 #, c-format
565 msgid "Could not create sequencer directory %s"
566 msgstr ""
568 #: sequencer.c:760 sequencer.c:845
569 #, c-format
570 msgid "Error wrapping up %s."
571 msgstr ""
573 #: sequencer.c:779 sequencer.c:913
574 msgid "no cherry-pick or revert in progress"
575 msgstr ""
577 #: sequencer.c:781
578 msgid "cannot resolve HEAD"
579 msgstr ""
581 #: sequencer.c:783
582 msgid "cannot abort from a branch yet to be born"
583 msgstr ""
585 #: sequencer.c:805 builtin/apply.c:3988
586 #, c-format
587 msgid "cannot open %s: %s"
588 msgstr ""
590 #: sequencer.c:808
591 #, c-format
592 msgid "cannot read %s: %s"
593 msgstr ""
595 #: sequencer.c:809
596 msgid "unexpected end of file"
597 msgstr ""
599 #: sequencer.c:815
600 #, c-format
601 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
602 msgstr ""
604 #: sequencer.c:838
605 #, c-format
606 msgid "Could not format %s."
607 msgstr ""
609 #: sequencer.c:1000
610 msgid "Can't revert as initial commit"
611 msgstr ""
613 #: sequencer.c:1001
614 msgid "Can't cherry-pick into empty head"
615 msgstr ""
617 #: sha1_name.c:1044
618 msgid "HEAD does not point to a branch"
619 msgstr ""
621 #: sha1_name.c:1047
622 #, c-format
623 msgid "No such branch: '%s'"
624 msgstr ""
626 #: sha1_name.c:1049
627 #, c-format
628 msgid "No upstream configured for branch '%s'"
629 msgstr ""
631 #: sha1_name.c:1052
632 #, c-format
633 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
634 msgstr ""
636 #: wrapper.c:413
637 #, c-format
638 msgid "unable to look up current user in the passwd file: %s"
639 msgstr ""
641 #: wrapper.c:414
642 msgid "no such user"
643 msgstr ""
645 #: wt-status.c:140
646 msgid "Unmerged paths:"
647 msgstr ""
649 #: wt-status.c:167 wt-status.c:194
650 #, c-format
651 msgid "  (use \"git reset %s <file>...\" to unstage)"
652 msgstr ""
654 #: wt-status.c:169 wt-status.c:196
655 msgid "  (use \"git rm --cached <file>...\" to unstage)"
656 msgstr ""
658 #: wt-status.c:173
659 msgid "  (use \"git add <file>...\" to mark resolution)"
660 msgstr ""
662 #: wt-status.c:175 wt-status.c:179
663 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
664 msgstr ""
666 #: wt-status.c:177
667 msgid "  (use \"git rm <file>...\" to mark resolution)"
668 msgstr ""
670 #: wt-status.c:188
671 msgid "Changes to be committed:"
672 msgstr ""
674 #: wt-status.c:206
675 msgid "Changes not staged for commit:"
676 msgstr ""
678 #: wt-status.c:210
679 msgid "  (use \"git add <file>...\" to update what will be committed)"
680 msgstr ""
682 #: wt-status.c:212
683 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
684 msgstr ""
686 #: wt-status.c:213
687 msgid ""
688 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
689 msgstr ""
691 #: wt-status.c:215
692 msgid "  (commit or discard the untracked or modified content in submodules)"
693 msgstr ""
695 #: wt-status.c:224
696 #, c-format
697 msgid "%s files:"
698 msgstr ""
700 #: wt-status.c:227
701 #, c-format
702 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
703 msgstr ""
705 #: wt-status.c:244
706 msgid "bug"
707 msgstr ""
709 #: wt-status.c:249
710 msgid "both deleted:"
711 msgstr ""
713 #: wt-status.c:250
714 msgid "added by us:"
715 msgstr ""
717 #: wt-status.c:251
718 msgid "deleted by them:"
719 msgstr ""
721 #: wt-status.c:252
722 msgid "added by them:"
723 msgstr ""
725 #: wt-status.c:253
726 msgid "deleted by us:"
727 msgstr ""
729 #: wt-status.c:254
730 msgid "both added:"
731 msgstr ""
733 #: wt-status.c:255
734 msgid "both modified:"
735 msgstr ""
737 #: wt-status.c:285
738 msgid "new commits, "
739 msgstr ""
741 #: wt-status.c:287
742 msgid "modified content, "
743 msgstr ""
745 #: wt-status.c:289
746 msgid "untracked content, "
747 msgstr ""
749 #: wt-status.c:303
750 #, c-format
751 msgid "new file:   %s"
752 msgstr ""
754 #: wt-status.c:306
755 #, c-format
756 msgid "copied:     %s -> %s"
757 msgstr ""
759 #: wt-status.c:309
760 #, c-format
761 msgid "deleted:    %s"
762 msgstr ""
764 #: wt-status.c:312
765 #, c-format
766 msgid "modified:   %s"
767 msgstr ""
769 #: wt-status.c:315
770 #, c-format
771 msgid "renamed:    %s -> %s"
772 msgstr ""
774 #: wt-status.c:318
775 #, c-format
776 msgid "typechange: %s"
777 msgstr ""
779 #: wt-status.c:321
780 #, c-format
781 msgid "unknown:    %s"
782 msgstr ""
784 #: wt-status.c:324
785 #, c-format
786 msgid "unmerged:   %s"
787 msgstr ""
789 #: wt-status.c:327
790 #, c-format
791 msgid "bug: unhandled diff status %c"
792 msgstr ""
794 #: wt-status.c:785
795 msgid "You have unmerged paths."
796 msgstr ""
798 #: wt-status.c:788 wt-status.c:912
799 msgid "  (fix conflicts and run \"git commit\")"
800 msgstr ""
802 #: wt-status.c:791
803 msgid "All conflicts fixed but you are still merging."
804 msgstr ""
806 #: wt-status.c:794
807 msgid "  (use \"git commit\" to conclude merge)"
808 msgstr ""
810 #: wt-status.c:804
811 msgid "You are in the middle of an am session."
812 msgstr ""
814 #: wt-status.c:807
815 msgid "The current patch is empty."
816 msgstr ""
818 #: wt-status.c:811
819 msgid "  (fix conflicts and then run \"git am --resolved\")"
820 msgstr ""
822 #: wt-status.c:813
823 msgid "  (use \"git am --skip\" to skip this patch)"
824 msgstr ""
826 #: wt-status.c:815
827 msgid "  (use \"git am --abort\" to restore the original branch)"
828 msgstr ""
830 #: wt-status.c:873 wt-status.c:883
831 msgid "You are currently rebasing."
832 msgstr ""
834 #: wt-status.c:876
835 msgid "  (fix conflicts and then run \"git rebase --continue\")"
836 msgstr ""
838 #: wt-status.c:878
839 msgid "  (use \"git rebase --skip\" to skip this patch)"
840 msgstr ""
842 #: wt-status.c:880
843 msgid "  (use \"git rebase --abort\" to check out the original branch)"
844 msgstr ""
846 #: wt-status.c:886
847 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
848 msgstr ""
850 #: wt-status.c:888
851 msgid "You are currently splitting a commit during a rebase."
852 msgstr ""
854 #: wt-status.c:891
855 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
856 msgstr ""
858 #: wt-status.c:893
859 msgid "You are currently editing a commit during a rebase."
860 msgstr ""
862 #: wt-status.c:896
863 msgid "  (use \"git commit --amend\" to amend the current commit)"
864 msgstr ""
866 #: wt-status.c:898
867 msgid ""
868 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
869 msgstr ""
871 #: wt-status.c:908
872 msgid "You are currently cherry-picking."
873 msgstr ""
875 #: wt-status.c:915
876 msgid "  (all conflicts fixed: run \"git commit\")"
877 msgstr ""
879 #: wt-status.c:924
880 msgid "You are currently bisecting."
881 msgstr ""
883 #: wt-status.c:927
884 msgid "  (use \"git bisect reset\" to get back to the original branch)"
885 msgstr ""
887 #: wt-status.c:978
888 msgid "On branch "
889 msgstr ""
891 #: wt-status.c:985
892 msgid "Not currently on any branch."
893 msgstr ""
895 #: wt-status.c:997
896 msgid "Initial commit"
897 msgstr ""
899 #: wt-status.c:1011
900 msgid "Untracked"
901 msgstr ""
903 #: wt-status.c:1013
904 msgid "Ignored"
905 msgstr ""
907 #: wt-status.c:1015
908 #, c-format
909 msgid "Untracked files not listed%s"
910 msgstr ""
912 #: wt-status.c:1017
913 msgid " (use -u option to show untracked files)"
914 msgstr ""
916 #: wt-status.c:1023
917 msgid "No changes"
918 msgstr ""
920 #: wt-status.c:1027
921 #, c-format
922 msgid "no changes added to commit%s\n"
923 msgstr ""
925 #: wt-status.c:1029
926 msgid " (use \"git add\" and/or \"git commit -a\")"
927 msgstr ""
929 #: wt-status.c:1031
930 #, c-format
931 msgid "nothing added to commit but untracked files present%s\n"
932 msgstr ""
934 #: wt-status.c:1033
935 msgid " (use \"git add\" to track)"
936 msgstr ""
938 #: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
939 #, c-format
940 msgid "nothing to commit%s\n"
941 msgstr ""
943 #: wt-status.c:1036
944 msgid " (create/copy files and use \"git add\" to track)"
945 msgstr ""
947 #: wt-status.c:1039
948 msgid " (use -u to show untracked files)"
949 msgstr ""
951 #: wt-status.c:1042
952 msgid " (working directory clean)"
953 msgstr ""
955 #: wt-status.c:1150
956 msgid "HEAD (no branch)"
957 msgstr ""
959 #: wt-status.c:1156
960 msgid "Initial commit on "
961 msgstr ""
963 #: wt-status.c:1171
964 msgid "behind "
965 msgstr ""
967 #: wt-status.c:1174 wt-status.c:1177
968 msgid "ahead "
969 msgstr ""
971 #: wt-status.c:1179
972 msgid ", behind "
973 msgstr ""
975 #: builtin/add.c:62
976 #, c-format
977 msgid "unexpected diff status %c"
978 msgstr ""
980 #: builtin/add.c:67 builtin/commit.c:229
981 msgid "updating files failed"
982 msgstr ""
984 #: builtin/add.c:77
985 #, c-format
986 msgid "remove '%s'\n"
987 msgstr ""
989 #: builtin/add.c:176
990 #, c-format
991 msgid "Path '%s' is in submodule '%.*s'"
992 msgstr ""
994 #: builtin/add.c:192
995 msgid "Unstaged changes after refreshing the index:"
996 msgstr ""
998 #: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
999 #, c-format
1000 msgid "pathspec '%s' did not match any files"
1001 msgstr ""
1003 #: builtin/add.c:209
1004 #, c-format
1005 msgid "'%s' is beyond a symbolic link"
1006 msgstr ""
1008 #: builtin/add.c:276
1009 msgid "Could not read the index"
1010 msgstr ""
1012 #: builtin/add.c:286
1013 #, c-format
1014 msgid "Could not open '%s' for writing."
1015 msgstr ""
1017 #: builtin/add.c:290
1018 msgid "Could not write patch"
1019 msgstr ""
1021 #: builtin/add.c:295
1022 #, c-format
1023 msgid "Could not stat '%s'"
1024 msgstr ""
1026 #: builtin/add.c:297
1027 msgid "Empty patch. Aborted."
1028 msgstr ""
1030 #: builtin/add.c:303
1031 #, c-format
1032 msgid "Could not apply '%s'"
1033 msgstr ""
1035 #: builtin/add.c:312
1036 msgid "The following paths are ignored by one of your .gitignore files:\n"
1037 msgstr ""
1039 #: builtin/add.c:352
1040 #, c-format
1041 msgid "Use -f if you really want to add them.\n"
1042 msgstr ""
1044 #: builtin/add.c:353
1045 msgid "no files added"
1046 msgstr ""
1048 #: builtin/add.c:359
1049 msgid "adding files failed"
1050 msgstr ""
1052 #: builtin/add.c:391
1053 msgid "-A and -u are mutually incompatible"
1054 msgstr ""
1056 #: builtin/add.c:393
1057 msgid "Option --ignore-missing can only be used together with --dry-run"
1058 msgstr ""
1060 #: builtin/add.c:413
1061 #, c-format
1062 msgid "Nothing specified, nothing added.\n"
1063 msgstr ""
1065 #: builtin/add.c:414
1066 #, c-format
1067 msgid "Maybe you wanted to say 'git add .'?\n"
1068 msgstr ""
1070 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
1071 #: builtin/rm.c:162
1072 msgid "index file corrupt"
1073 msgstr ""
1075 #: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
1076 msgid "Unable to write new index file"
1077 msgstr ""
1079 #: builtin/apply.c:57
1080 msgid "git apply [options] [<patch>...]"
1081 msgstr ""
1083 #: builtin/apply.c:110
1084 #, c-format
1085 msgid "unrecognized whitespace option '%s'"
1086 msgstr ""
1088 #: builtin/apply.c:125
1089 #, c-format
1090 msgid "unrecognized whitespace ignore option '%s'"
1091 msgstr ""
1093 #: builtin/apply.c:824
1094 #, c-format
1095 msgid "Cannot prepare timestamp regexp %s"
1096 msgstr ""
1098 #: builtin/apply.c:833
1099 #, c-format
1100 msgid "regexec returned %d for input: %s"
1101 msgstr ""
1103 #: builtin/apply.c:914
1104 #, c-format
1105 msgid "unable to find filename in patch at line %d"
1106 msgstr ""
1108 #: builtin/apply.c:946
1109 #, c-format
1110 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1111 msgstr ""
1113 #: builtin/apply.c:950
1114 #, c-format
1115 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1116 msgstr ""
1118 #: builtin/apply.c:951
1119 #, c-format
1120 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1121 msgstr ""
1123 #: builtin/apply.c:958
1124 #, c-format
1125 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1126 msgstr ""
1128 #: builtin/apply.c:1403
1129 #, c-format
1130 msgid "recount: unexpected line: %.*s"
1131 msgstr ""
1133 #: builtin/apply.c:1460
1134 #, c-format
1135 msgid "patch fragment without header at line %d: %.*s"
1136 msgstr ""
1138 #: builtin/apply.c:1477
1139 #, c-format
1140 msgid ""
1141 "git diff header lacks filename information when removing %d leading pathname "
1142 "component (line %d)"
1143 msgid_plural ""
1144 "git diff header lacks filename information when removing %d leading pathname "
1145 "components (line %d)"
1146 msgstr[0] ""
1147 msgstr[1] ""
1149 #: builtin/apply.c:1637
1150 msgid "new file depends on old contents"
1151 msgstr ""
1153 #: builtin/apply.c:1639
1154 msgid "deleted file still has contents"
1155 msgstr ""
1157 #: builtin/apply.c:1665
1158 #, c-format
1159 msgid "corrupt patch at line %d"
1160 msgstr ""
1162 #: builtin/apply.c:1701
1163 #, c-format
1164 msgid "new file %s depends on old contents"
1165 msgstr ""
1167 #: builtin/apply.c:1703
1168 #, c-format
1169 msgid "deleted file %s still has contents"
1170 msgstr ""
1172 #: builtin/apply.c:1706
1173 #, c-format
1174 msgid "** warning: file %s becomes empty but is not deleted"
1175 msgstr ""
1177 #: builtin/apply.c:1852
1178 #, c-format
1179 msgid "corrupt binary patch at line %d: %.*s"
1180 msgstr ""
1182 #. there has to be one hunk (forward hunk)
1183 #: builtin/apply.c:1881
1184 #, c-format
1185 msgid "unrecognized binary patch at line %d"
1186 msgstr ""
1188 #: builtin/apply.c:1967
1189 #, c-format
1190 msgid "patch with only garbage at line %d"
1191 msgstr ""
1193 #: builtin/apply.c:2057
1194 #, c-format
1195 msgid "unable to read symlink %s"
1196 msgstr ""
1198 #: builtin/apply.c:2061
1199 #, c-format
1200 msgid "unable to open or read %s"
1201 msgstr ""
1203 #: builtin/apply.c:2132
1204 msgid "oops"
1205 msgstr ""
1207 #: builtin/apply.c:2654
1208 #, c-format
1209 msgid "invalid start of line: '%c'"
1210 msgstr ""
1212 #: builtin/apply.c:2772
1213 #, c-format
1214 msgid "Hunk #%d succeeded at %d (offset %d line)."
1215 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1216 msgstr[0] ""
1217 msgstr[1] ""
1219 #: builtin/apply.c:2784
1220 #, c-format
1221 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1222 msgstr ""
1224 #: builtin/apply.c:2790
1225 #, c-format
1226 msgid ""
1227 "while searching for:\n"
1228 "%.*s"
1229 msgstr ""
1231 #: builtin/apply.c:2809
1232 #, c-format
1233 msgid "missing binary patch data for '%s'"
1234 msgstr ""
1236 #: builtin/apply.c:2912
1237 #, c-format
1238 msgid "binary patch does not apply to '%s'"
1239 msgstr ""
1241 #: builtin/apply.c:2918
1242 #, c-format
1243 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1244 msgstr ""
1246 #: builtin/apply.c:2939
1247 #, c-format
1248 msgid "patch failed: %s:%ld"
1249 msgstr ""
1251 #: builtin/apply.c:3061
1252 #, c-format
1253 msgid "cannot checkout %s"
1254 msgstr ""
1256 #: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
1257 #, c-format
1258 msgid "read of %s failed"
1259 msgstr ""
1261 #: builtin/apply.c:3139 builtin/apply.c:3361
1262 #, c-format
1263 msgid "path %s has been renamed/deleted"
1264 msgstr ""
1266 #: builtin/apply.c:3220 builtin/apply.c:3375
1267 #, c-format
1268 msgid "%s: does not exist in index"
1269 msgstr ""
1271 #: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
1272 #, c-format
1273 msgid "%s: %s"
1274 msgstr ""
1276 #: builtin/apply.c:3229 builtin/apply.c:3383
1277 #, c-format
1278 msgid "%s: does not match index"
1279 msgstr ""
1281 #: builtin/apply.c:3331
1282 msgid "removal patch leaves file contents"
1283 msgstr ""
1285 #: builtin/apply.c:3400
1286 #, c-format
1287 msgid "%s: wrong type"
1288 msgstr ""
1290 #: builtin/apply.c:3402
1291 #, c-format
1292 msgid "%s has type %o, expected %o"
1293 msgstr ""
1295 #: builtin/apply.c:3503
1296 #, c-format
1297 msgid "%s: already exists in index"
1298 msgstr ""
1300 #: builtin/apply.c:3506
1301 #, c-format
1302 msgid "%s: already exists in working directory"
1303 msgstr ""
1305 #: builtin/apply.c:3526
1306 #, c-format
1307 msgid "new mode (%o) of %s does not match old mode (%o)"
1308 msgstr ""
1310 #: builtin/apply.c:3531
1311 #, c-format
1312 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1313 msgstr ""
1315 #: builtin/apply.c:3539
1316 #, c-format
1317 msgid "%s: patch does not apply"
1318 msgstr ""
1320 #: builtin/apply.c:3552
1321 #, c-format
1322 msgid "Checking patch %s..."
1323 msgstr ""
1325 #: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
1326 #, c-format
1327 msgid "make_cache_entry failed for path '%s'"
1328 msgstr ""
1330 #: builtin/apply.c:3750
1331 #, c-format
1332 msgid "unable to remove %s from index"
1333 msgstr ""
1335 #: builtin/apply.c:3778
1336 #, c-format
1337 msgid "corrupt patch for subproject %s"
1338 msgstr ""
1340 #: builtin/apply.c:3782
1341 #, c-format
1342 msgid "unable to stat newly created file '%s'"
1343 msgstr ""
1345 #: builtin/apply.c:3787
1346 #, c-format
1347 msgid "unable to create backing store for newly created file %s"
1348 msgstr ""
1350 #: builtin/apply.c:3790 builtin/apply.c:3898
1351 #, c-format
1352 msgid "unable to add cache entry for %s"
1353 msgstr ""
1355 #: builtin/apply.c:3823
1356 #, c-format
1357 msgid "closing file '%s'"
1358 msgstr ""
1360 #: builtin/apply.c:3872
1361 #, c-format
1362 msgid "unable to write file '%s' mode %o"
1363 msgstr ""
1365 #: builtin/apply.c:3959
1366 #, c-format
1367 msgid "Applied patch %s cleanly."
1368 msgstr ""
1370 #: builtin/apply.c:3967
1371 msgid "internal error"
1372 msgstr ""
1374 #. Say this even without --verbose
1375 #: builtin/apply.c:3970
1376 #, c-format
1377 msgid "Applying patch %%s with %d reject..."
1378 msgid_plural "Applying patch %%s with %d rejects..."
1379 msgstr[0] ""
1380 msgstr[1] ""
1382 #: builtin/apply.c:3980
1383 #, c-format
1384 msgid "truncating .rej filename to %.*s.rej"
1385 msgstr ""
1387 #: builtin/apply.c:4001
1388 #, c-format
1389 msgid "Hunk #%d applied cleanly."
1390 msgstr ""
1392 #: builtin/apply.c:4004
1393 #, c-format
1394 msgid "Rejected hunk #%d."
1395 msgstr ""
1397 #: builtin/apply.c:4154
1398 msgid "unrecognized input"
1399 msgstr ""
1401 #: builtin/apply.c:4165
1402 msgid "unable to read index file"
1403 msgstr ""
1405 #: builtin/apply.c:4284 builtin/apply.c:4287
1406 msgid "path"
1407 msgstr ""
1409 #: builtin/apply.c:4285
1410 msgid "don't apply changes matching the given path"
1411 msgstr ""
1413 #: builtin/apply.c:4288
1414 msgid "apply changes matching the given path"
1415 msgstr ""
1417 #: builtin/apply.c:4290
1418 msgid "num"
1419 msgstr ""
1421 #: builtin/apply.c:4291
1422 msgid "remove <num> leading slashes from traditional diff paths"
1423 msgstr ""
1425 #: builtin/apply.c:4294
1426 msgid "ignore additions made by the patch"
1427 msgstr ""
1429 #: builtin/apply.c:4296
1430 msgid "instead of applying the patch, output diffstat for the input"
1431 msgstr ""
1433 #: builtin/apply.c:4300
1434 msgid "shows number of added and deleted lines in decimal notation"
1435 msgstr ""
1437 #: builtin/apply.c:4302
1438 msgid "instead of applying the patch, output a summary for the input"
1439 msgstr ""
1441 #: builtin/apply.c:4304
1442 msgid "instead of applying the patch, see if the patch is applicable"
1443 msgstr ""
1445 #: builtin/apply.c:4306
1446 msgid "make sure the patch is applicable to the current index"
1447 msgstr ""
1449 #: builtin/apply.c:4308
1450 msgid "apply a patch without touching the working tree"
1451 msgstr ""
1453 #: builtin/apply.c:4310
1454 msgid "also apply the patch (use with --stat/--summary/--check)"
1455 msgstr ""
1457 #: builtin/apply.c:4312
1458 msgid "attempt three-way merge if a patch does not apply"
1459 msgstr ""
1461 #: builtin/apply.c:4314
1462 msgid "build a temporary index based on embedded index information"
1463 msgstr ""
1465 #: builtin/apply.c:4316
1466 msgid "paths are separated with NUL character"
1467 msgstr ""
1469 #: builtin/apply.c:4319
1470 msgid "ensure at least <n> lines of context match"
1471 msgstr ""
1473 #: builtin/apply.c:4320
1474 msgid "action"
1475 msgstr ""
1477 #: builtin/apply.c:4321
1478 msgid "detect new or modified lines that have whitespace errors"
1479 msgstr ""
1481 #: builtin/apply.c:4324 builtin/apply.c:4327
1482 msgid "ignore changes in whitespace when finding context"
1483 msgstr ""
1485 #: builtin/apply.c:4330
1486 msgid "apply the patch in reverse"
1487 msgstr ""
1489 #: builtin/apply.c:4332
1490 msgid "don't expect at least one line of context"
1491 msgstr ""
1493 #: builtin/apply.c:4334
1494 msgid "leave the rejected hunks in corresponding *.rej files"
1495 msgstr ""
1497 #: builtin/apply.c:4336
1498 msgid "allow overlapping hunks"
1499 msgstr ""
1501 #: builtin/apply.c:4337
1502 msgid "be verbose"
1503 msgstr ""
1505 #: builtin/apply.c:4339
1506 msgid "tolerate incorrectly detected missing new-line at the end of file"
1507 msgstr ""
1509 #: builtin/apply.c:4342
1510 msgid "do not trust the line counts in the hunk headers"
1511 msgstr ""
1513 #: builtin/apply.c:4344
1514 msgid "root"
1515 msgstr ""
1517 #: builtin/apply.c:4345
1518 msgid "prepend <root> to all filenames"
1519 msgstr ""
1521 #: builtin/apply.c:4367
1522 msgid "--3way outside a repository"
1523 msgstr ""
1525 #: builtin/apply.c:4375
1526 msgid "--index outside a repository"
1527 msgstr ""
1529 #: builtin/apply.c:4378
1530 msgid "--cached outside a repository"
1531 msgstr ""
1533 #: builtin/apply.c:4394
1534 #, c-format
1535 msgid "can't open patch '%s'"
1536 msgstr ""
1538 #: builtin/apply.c:4408
1539 #, c-format
1540 msgid "squelched %d whitespace error"
1541 msgid_plural "squelched %d whitespace errors"
1542 msgstr[0] ""
1543 msgstr[1] ""
1545 #: builtin/apply.c:4414 builtin/apply.c:4424
1546 #, c-format
1547 msgid "%d line adds whitespace errors."
1548 msgid_plural "%d lines add whitespace errors."
1549 msgstr[0] ""
1550 msgstr[1] ""
1552 #: builtin/archive.c:17
1553 #, c-format
1554 msgid "could not create archive file '%s'"
1555 msgstr ""
1557 #: builtin/archive.c:20
1558 msgid "could not redirect output"
1559 msgstr ""
1561 #: builtin/archive.c:37
1562 msgid "git archive: Remote with no URL"
1563 msgstr ""
1565 #: builtin/archive.c:58
1566 msgid "git archive: expected ACK/NAK, got EOF"
1567 msgstr ""
1569 #: builtin/archive.c:63
1570 #, c-format
1571 msgid "git archive: NACK %s"
1572 msgstr ""
1574 #: builtin/archive.c:65
1575 #, c-format
1576 msgid "remote error: %s"
1577 msgstr ""
1579 #: builtin/archive.c:66
1580 msgid "git archive: protocol error"
1581 msgstr ""
1583 #: builtin/archive.c:71
1584 msgid "git archive: expected a flush"
1585 msgstr ""
1587 #: builtin/branch.c:144
1588 #, c-format
1589 msgid ""
1590 "deleting branch '%s' that has been merged to\n"
1591 "         '%s', but not yet merged to HEAD."
1592 msgstr ""
1594 #: builtin/branch.c:148
1595 #, c-format
1596 msgid ""
1597 "not deleting branch '%s' that is not yet merged to\n"
1598 "         '%s', even though it is merged to HEAD."
1599 msgstr ""
1601 #: builtin/branch.c:180
1602 msgid "cannot use -a with -d"
1603 msgstr ""
1605 #: builtin/branch.c:186
1606 msgid "Couldn't look up commit object for HEAD"
1607 msgstr ""
1609 #: builtin/branch.c:191
1610 #, c-format
1611 msgid "Cannot delete the branch '%s' which you are currently on."
1612 msgstr ""
1614 #: builtin/branch.c:202
1615 #, c-format
1616 msgid "remote branch '%s' not found."
1617 msgstr ""
1619 #: builtin/branch.c:203
1620 #, c-format
1621 msgid "branch '%s' not found."
1622 msgstr ""
1624 #: builtin/branch.c:210
1625 #, c-format
1626 msgid "Couldn't look up commit object for '%s'"
1627 msgstr ""
1629 #: builtin/branch.c:216
1630 #, c-format
1631 msgid ""
1632 "The branch '%s' is not fully merged.\n"
1633 "If you are sure you want to delete it, run 'git branch -D %s'."
1634 msgstr ""
1636 #: builtin/branch.c:225
1637 #, c-format
1638 msgid "Error deleting remote branch '%s'"
1639 msgstr ""
1641 #: builtin/branch.c:226
1642 #, c-format
1643 msgid "Error deleting branch '%s'"
1644 msgstr ""
1646 #: builtin/branch.c:233
1647 #, c-format
1648 msgid "Deleted remote branch %s (was %s).\n"
1649 msgstr ""
1651 #: builtin/branch.c:234
1652 #, c-format
1653 msgid "Deleted branch %s (was %s).\n"
1654 msgstr ""
1656 #: builtin/branch.c:239
1657 msgid "Update of config-file failed"
1658 msgstr ""
1660 #: builtin/branch.c:337
1661 #, c-format
1662 msgid "branch '%s' does not point at a commit"
1663 msgstr ""
1665 #: builtin/branch.c:409
1666 #, c-format
1667 msgid "[%s: behind %d]"
1668 msgstr ""
1670 #: builtin/branch.c:411
1671 #, c-format
1672 msgid "[behind %d]"
1673 msgstr ""
1675 #: builtin/branch.c:415
1676 #, c-format
1677 msgid "[%s: ahead %d]"
1678 msgstr ""
1680 #: builtin/branch.c:417
1681 #, c-format
1682 msgid "[ahead %d]"
1683 msgstr ""
1685 #: builtin/branch.c:420
1686 #, c-format
1687 msgid "[%s: ahead %d, behind %d]"
1688 msgstr ""
1690 #: builtin/branch.c:423
1691 #, c-format
1692 msgid "[ahead %d, behind %d]"
1693 msgstr ""
1695 #: builtin/branch.c:535
1696 msgid "(no branch)"
1697 msgstr ""
1699 #: builtin/branch.c:600
1700 msgid "some refs could not be read"
1701 msgstr ""
1703 #: builtin/branch.c:613
1704 msgid "cannot rename the current branch while not on any."
1705 msgstr ""
1707 #: builtin/branch.c:623
1708 #, c-format
1709 msgid "Invalid branch name: '%s'"
1710 msgstr ""
1712 #: builtin/branch.c:638
1713 msgid "Branch rename failed"
1714 msgstr ""
1716 #: builtin/branch.c:642
1717 #, c-format
1718 msgid "Renamed a misnamed branch '%s' away"
1719 msgstr ""
1721 #: builtin/branch.c:646
1722 #, c-format
1723 msgid "Branch renamed to %s, but HEAD is not updated!"
1724 msgstr ""
1726 #: builtin/branch.c:653
1727 msgid "Branch is renamed, but update of config-file failed"
1728 msgstr ""
1730 #: builtin/branch.c:668
1731 #, c-format
1732 msgid "malformed object name %s"
1733 msgstr ""
1735 #: builtin/branch.c:692
1736 #, c-format
1737 msgid "could not write branch description template: %s"
1738 msgstr ""
1740 #: builtin/branch.c:783
1741 msgid "Failed to resolve HEAD as a valid ref."
1742 msgstr ""
1744 #: builtin/branch.c:788 builtin/clone.c:561
1745 msgid "HEAD not found below refs/heads!"
1746 msgstr ""
1748 #: builtin/branch.c:808
1749 msgid "--column and --verbose are incompatible"
1750 msgstr ""
1752 #: builtin/branch.c:857
1753 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
1754 msgstr ""
1756 #: builtin/bundle.c:47
1757 #, c-format
1758 msgid "%s is okay\n"
1759 msgstr ""
1761 #: builtin/bundle.c:56
1762 msgid "Need a repository to create a bundle."
1763 msgstr ""
1765 #: builtin/bundle.c:60
1766 msgid "Need a repository to unbundle."
1767 msgstr ""
1769 #: builtin/checkout.c:114 builtin/checkout.c:147
1770 #, c-format
1771 msgid "path '%s' does not have our version"
1772 msgstr ""
1774 #: builtin/checkout.c:116 builtin/checkout.c:149
1775 #, c-format
1776 msgid "path '%s' does not have their version"
1777 msgstr ""
1779 #: builtin/checkout.c:132
1780 #, c-format
1781 msgid "path '%s' does not have all necessary versions"
1782 msgstr ""
1784 #: builtin/checkout.c:176
1785 #, c-format
1786 msgid "path '%s' does not have necessary versions"
1787 msgstr ""
1789 #: builtin/checkout.c:193
1790 #, c-format
1791 msgid "path '%s': cannot merge"
1792 msgstr ""
1794 #: builtin/checkout.c:210
1795 #, c-format
1796 msgid "Unable to add merge result for '%s'"
1797 msgstr ""
1799 #: builtin/checkout.c:235 builtin/checkout.c:393
1800 msgid "corrupt index file"
1801 msgstr ""
1803 #: builtin/checkout.c:265 builtin/checkout.c:272
1804 #, c-format
1805 msgid "path '%s' is unmerged"
1806 msgstr ""
1808 #: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
1809 #: builtin/merge.c:812
1810 msgid "unable to write new index file"
1811 msgstr ""
1813 #: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
1814 msgid "diff_setup_done failed"
1815 msgstr ""
1817 #: builtin/checkout.c:415
1818 msgid "you need to resolve your current index first"
1819 msgstr ""
1821 #: builtin/checkout.c:534
1822 #, c-format
1823 msgid "Can not do reflog for '%s'\n"
1824 msgstr ""
1826 #: builtin/checkout.c:567
1827 msgid "HEAD is now at"
1828 msgstr ""
1830 #: builtin/checkout.c:574
1831 #, c-format
1832 msgid "Reset branch '%s'\n"
1833 msgstr ""
1835 #: builtin/checkout.c:577
1836 #, c-format
1837 msgid "Already on '%s'\n"
1838 msgstr ""
1840 #: builtin/checkout.c:581
1841 #, c-format
1842 msgid "Switched to and reset branch '%s'\n"
1843 msgstr ""
1845 #: builtin/checkout.c:583
1846 #, c-format
1847 msgid "Switched to a new branch '%s'\n"
1848 msgstr ""
1850 #: builtin/checkout.c:585
1851 #, c-format
1852 msgid "Switched to branch '%s'\n"
1853 msgstr ""
1855 #: builtin/checkout.c:641
1856 #, c-format
1857 msgid " ... and %d more.\n"
1858 msgstr ""
1860 #. The singular version
1861 #: builtin/checkout.c:647
1862 #, c-format
1863 msgid ""
1864 "Warning: you are leaving %d commit behind, not connected to\n"
1865 "any of your branches:\n"
1866 "\n"
1867 "%s\n"
1868 msgid_plural ""
1869 "Warning: you are leaving %d commits behind, not connected to\n"
1870 "any of your branches:\n"
1871 "\n"
1872 "%s\n"
1873 msgstr[0] ""
1874 msgstr[1] ""
1876 #: builtin/checkout.c:665
1877 #, c-format
1878 msgid ""
1879 "If you want to keep them by creating a new branch, this may be a good time\n"
1880 "to do so with:\n"
1881 "\n"
1882 " git branch new_branch_name %s\n"
1883 "\n"
1884 msgstr ""
1886 #: builtin/checkout.c:695
1887 msgid "internal error in revision walk"
1888 msgstr ""
1890 #: builtin/checkout.c:699
1891 msgid "Previous HEAD position was"
1892 msgstr ""
1894 #: builtin/checkout.c:725 builtin/checkout.c:920
1895 msgid "You are on a branch yet to be born"
1896 msgstr ""
1898 #. case (1)
1899 #: builtin/checkout.c:856
1900 #, c-format
1901 msgid "invalid reference: %s"
1902 msgstr ""
1904 #. case (1): want a tree
1905 #: builtin/checkout.c:895
1906 #, c-format
1907 msgid "reference is not a tree: %s"
1908 msgstr ""
1910 #: builtin/checkout.c:977
1911 msgid "-B cannot be used with -b"
1912 msgstr ""
1914 #: builtin/checkout.c:986
1915 msgid "--patch is incompatible with all other options"
1916 msgstr ""
1918 #: builtin/checkout.c:989
1919 msgid "--detach cannot be used with -b/-B/--orphan"
1920 msgstr ""
1922 #: builtin/checkout.c:991
1923 msgid "--detach cannot be used with -t"
1924 msgstr ""
1926 #: builtin/checkout.c:997
1927 msgid "--track needs a branch name"
1928 msgstr ""
1930 #: builtin/checkout.c:1004
1931 msgid "Missing branch name; try -b"
1932 msgstr ""
1934 #: builtin/checkout.c:1010
1935 msgid "--orphan and -b|-B are mutually exclusive"
1936 msgstr ""
1938 #: builtin/checkout.c:1012
1939 msgid "--orphan cannot be used with -t"
1940 msgstr ""
1942 #: builtin/checkout.c:1022
1943 msgid "git checkout: -f and -m are incompatible"
1944 msgstr ""
1946 #: builtin/checkout.c:1056
1947 msgid "invalid path specification"
1948 msgstr ""
1950 #: builtin/checkout.c:1064
1951 #, c-format
1952 msgid ""
1953 "git checkout: updating paths is incompatible with switching branches.\n"
1954 "Did you intend to checkout '%s' which can not be resolved as commit?"
1955 msgstr ""
1957 #: builtin/checkout.c:1066
1958 msgid "git checkout: updating paths is incompatible with switching branches."
1959 msgstr ""
1961 #: builtin/checkout.c:1071
1962 msgid "git checkout: --detach does not take a path argument"
1963 msgstr ""
1965 #: builtin/checkout.c:1074
1966 msgid ""
1967 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1968 "checking out of the index."
1969 msgstr ""
1971 #: builtin/checkout.c:1093
1972 msgid "Cannot switch branch to a non-commit."
1973 msgstr ""
1975 #: builtin/checkout.c:1096
1976 msgid "--ours/--theirs is incompatible with switching branches."
1977 msgstr ""
1979 #: builtin/clean.c:78
1980 msgid "-x and -X cannot be used together"
1981 msgstr ""
1983 #: builtin/clean.c:82
1984 msgid ""
1985 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1986 msgstr ""
1988 #: builtin/clean.c:85
1989 msgid ""
1990 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1991 "clean"
1992 msgstr ""
1994 #: builtin/clean.c:155 builtin/clean.c:176
1995 #, c-format
1996 msgid "Would remove %s\n"
1997 msgstr ""
1999 #: builtin/clean.c:159 builtin/clean.c:179
2000 #, c-format
2001 msgid "Removing %s\n"
2002 msgstr ""
2004 #: builtin/clean.c:162 builtin/clean.c:182
2005 #, c-format
2006 msgid "failed to remove %s"
2007 msgstr ""
2009 #: builtin/clean.c:166
2010 #, c-format
2011 msgid "Would not remove %s\n"
2012 msgstr ""
2014 #: builtin/clean.c:168
2015 #, c-format
2016 msgid "Not removing %s\n"
2017 msgstr ""
2019 #: builtin/clone.c:243
2020 #, c-format
2021 msgid "reference repository '%s' is not a local directory."
2022 msgstr ""
2024 #: builtin/clone.c:302
2025 #, c-format
2026 msgid "failed to open '%s'"
2027 msgstr ""
2029 #: builtin/clone.c:306
2030 #, c-format
2031 msgid "failed to create directory '%s'"
2032 msgstr ""
2034 #: builtin/clone.c:308 builtin/diff.c:75
2035 #, c-format
2036 msgid "failed to stat '%s'"
2037 msgstr ""
2039 #: builtin/clone.c:310
2040 #, c-format
2041 msgid "%s exists and is not a directory"
2042 msgstr ""
2044 #: builtin/clone.c:324
2045 #, c-format
2046 msgid "failed to stat %s\n"
2047 msgstr ""
2049 #: builtin/clone.c:341
2050 #, c-format
2051 msgid "failed to unlink '%s'"
2052 msgstr ""
2054 #: builtin/clone.c:346
2055 #, c-format
2056 msgid "failed to create link '%s'"
2057 msgstr ""
2059 #: builtin/clone.c:350
2060 #, c-format
2061 msgid "failed to copy file to '%s'"
2062 msgstr ""
2064 #: builtin/clone.c:373
2065 #, c-format
2066 msgid "done.\n"
2067 msgstr ""
2069 #: builtin/clone.c:443
2070 #, c-format
2071 msgid "Could not find remote branch %s to clone."
2072 msgstr ""
2074 #: builtin/clone.c:552
2075 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
2076 msgstr ""
2078 #: builtin/clone.c:642
2079 msgid "Too many arguments."
2080 msgstr ""
2082 #: builtin/clone.c:646
2083 msgid "You must specify a repository to clone."
2084 msgstr ""
2086 #: builtin/clone.c:657
2087 #, c-format
2088 msgid "--bare and --origin %s options are incompatible."
2089 msgstr ""
2091 #: builtin/clone.c:671
2092 #, c-format
2093 msgid "repository '%s' does not exist"
2094 msgstr ""
2096 #: builtin/clone.c:676
2097 msgid "--depth is ignored in local clones; use file:// instead."
2098 msgstr ""
2100 #: builtin/clone.c:686
2101 #, c-format
2102 msgid "destination path '%s' already exists and is not an empty directory."
2103 msgstr ""
2105 #: builtin/clone.c:696
2106 #, c-format
2107 msgid "working tree '%s' already exists."
2108 msgstr ""
2110 #: builtin/clone.c:709 builtin/clone.c:723
2111 #, c-format
2112 msgid "could not create leading directories of '%s'"
2113 msgstr ""
2115 #: builtin/clone.c:712
2116 #, c-format
2117 msgid "could not create work tree dir '%s'."
2118 msgstr ""
2120 #: builtin/clone.c:731
2121 #, c-format
2122 msgid "Cloning into bare repository '%s'...\n"
2123 msgstr ""
2125 #: builtin/clone.c:733
2126 #, c-format
2127 msgid "Cloning into '%s'...\n"
2128 msgstr ""
2130 #: builtin/clone.c:789
2131 #, c-format
2132 msgid "Don't know how to clone %s"
2133 msgstr ""
2135 #: builtin/clone.c:838
2136 #, c-format
2137 msgid "Remote branch %s not found in upstream %s"
2138 msgstr ""
2140 #: builtin/clone.c:845
2141 msgid "You appear to have cloned an empty repository."
2142 msgstr ""
2144 #: builtin/column.c:51
2145 msgid "--command must be the first argument"
2146 msgstr ""
2148 #: builtin/commit.c:43
2149 msgid ""
2150 "Your name and email address were configured automatically based\n"
2151 "on your username and hostname. Please check that they are accurate.\n"
2152 "You can suppress this message by setting them explicitly:\n"
2153 "\n"
2154 "    git config --global user.name \"Your Name\"\n"
2155 "    git config --global user.email you@example.com\n"
2156 "\n"
2157 "After doing this, you may fix the identity used for this commit with:\n"
2158 "\n"
2159 "    git commit --amend --reset-author\n"
2160 msgstr ""
2162 #: builtin/commit.c:55
2163 msgid ""
2164 "You asked to amend the most recent commit, but doing so would make\n"
2165 "it empty. You can repeat your command with --allow-empty, or you can\n"
2166 "remove the commit entirely with \"git reset HEAD^\".\n"
2167 msgstr ""
2169 #: builtin/commit.c:60
2170 msgid ""
2171 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2172 "If you wish to commit it anyway, use:\n"
2173 "\n"
2174 "    git commit --allow-empty\n"
2175 "\n"
2176 "Otherwise, please use 'git reset'\n"
2177 msgstr ""
2179 #: builtin/commit.c:256
2180 msgid "failed to unpack HEAD tree object"
2181 msgstr ""
2183 #: builtin/commit.c:298
2184 msgid "unable to create temporary index"
2185 msgstr ""
2187 #: builtin/commit.c:304
2188 msgid "interactive add failed"
2189 msgstr ""
2191 #: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
2192 msgid "unable to write new_index file"
2193 msgstr ""
2195 #: builtin/commit.c:389
2196 msgid "cannot do a partial commit during a merge."
2197 msgstr ""
2199 #: builtin/commit.c:391
2200 msgid "cannot do a partial commit during a cherry-pick."
2201 msgstr ""
2203 #: builtin/commit.c:401
2204 msgid "cannot read the index"
2205 msgstr ""
2207 #: builtin/commit.c:421
2208 msgid "unable to write temporary index file"
2209 msgstr ""
2211 #: builtin/commit.c:496 builtin/commit.c:502
2212 #, c-format
2213 msgid "invalid commit: %s"
2214 msgstr ""
2216 #: builtin/commit.c:525
2217 msgid "malformed --author parameter"
2218 msgstr ""
2220 #: builtin/commit.c:585
2221 #, c-format
2222 msgid "Malformed ident string: '%s'"
2223 msgstr ""
2225 #: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
2226 #, c-format
2227 msgid "could not lookup commit %s"
2228 msgstr ""
2230 #: builtin/commit.c:635 builtin/shortlog.c:296
2231 #, c-format
2232 msgid "(reading log message from standard input)\n"
2233 msgstr ""
2235 #: builtin/commit.c:637
2236 msgid "could not read log from standard input"
2237 msgstr ""
2239 #: builtin/commit.c:641
2240 #, c-format
2241 msgid "could not read log file '%s'"
2242 msgstr ""
2244 #: builtin/commit.c:647
2245 msgid "commit has empty message"
2246 msgstr ""
2248 #: builtin/commit.c:663
2249 msgid "could not read MERGE_MSG"
2250 msgstr ""
2252 #: builtin/commit.c:667
2253 msgid "could not read SQUASH_MSG"
2254 msgstr ""
2256 #: builtin/commit.c:671
2257 #, c-format
2258 msgid "could not read '%s'"
2259 msgstr ""
2261 #: builtin/commit.c:723
2262 msgid "could not write commit template"
2263 msgstr ""
2265 #: builtin/commit.c:734
2266 #, c-format
2267 msgid ""
2268 "\n"
2269 "It looks like you may be committing a merge.\n"
2270 "If this is not correct, please remove the file\n"
2271 "\t%s\n"
2272 "and try again.\n"
2273 msgstr ""
2275 #: builtin/commit.c:739
2276 #, c-format
2277 msgid ""
2278 "\n"
2279 "It looks like you may be committing a cherry-pick.\n"
2280 "If this is not correct, please remove the file\n"
2281 "\t%s\n"
2282 "and try again.\n"
2283 msgstr ""
2285 #: builtin/commit.c:751
2286 msgid ""
2287 "Please enter the commit message for your changes. Lines starting\n"
2288 "with '#' will be ignored, and an empty message aborts the commit.\n"
2289 msgstr ""
2291 #: builtin/commit.c:756
2292 msgid ""
2293 "Please enter the commit message for your changes. Lines starting\n"
2294 "with '#' will be kept; you may remove them yourself if you want to.\n"
2295 "An empty message aborts the commit.\n"
2296 msgstr ""
2298 #: builtin/commit.c:769
2299 #, c-format
2300 msgid "%sAuthor:    %s"
2301 msgstr ""
2303 #: builtin/commit.c:776
2304 #, c-format
2305 msgid "%sCommitter: %s"
2306 msgstr ""
2308 #: builtin/commit.c:796
2309 msgid "Cannot read index"
2310 msgstr ""
2312 #: builtin/commit.c:833
2313 msgid "Error building trees"
2314 msgstr ""
2316 #: builtin/commit.c:848 builtin/tag.c:361
2317 #, c-format
2318 msgid "Please supply the message using either -m or -F option.\n"
2319 msgstr ""
2321 #: builtin/commit.c:945
2322 #, c-format
2323 msgid "No existing author found with '%s'"
2324 msgstr ""
2326 #: builtin/commit.c:960 builtin/commit.c:1160
2327 #, c-format
2328 msgid "Invalid untracked files mode '%s'"
2329 msgstr ""
2331 #: builtin/commit.c:1000
2332 msgid "Using both --reset-author and --author does not make sense"
2333 msgstr ""
2335 #: builtin/commit.c:1011
2336 msgid "You have nothing to amend."
2337 msgstr ""
2339 #: builtin/commit.c:1014
2340 msgid "You are in the middle of a merge -- cannot amend."
2341 msgstr ""
2343 #: builtin/commit.c:1016
2344 msgid "You are in the middle of a cherry-pick -- cannot amend."
2345 msgstr ""
2347 #: builtin/commit.c:1019
2348 msgid "Options --squash and --fixup cannot be used together"
2349 msgstr ""
2351 #: builtin/commit.c:1029
2352 msgid "Only one of -c/-C/-F/--fixup can be used."
2353 msgstr ""
2355 #: builtin/commit.c:1031
2356 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2357 msgstr ""
2359 #: builtin/commit.c:1039
2360 msgid "--reset-author can be used only with -C, -c or --amend."
2361 msgstr ""
2363 #: builtin/commit.c:1056
2364 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2365 msgstr ""
2367 #: builtin/commit.c:1058
2368 msgid "No paths with --include/--only does not make sense."
2369 msgstr ""
2371 #: builtin/commit.c:1060
2372 msgid "Clever... amending the last one with dirty index."
2373 msgstr ""
2375 #: builtin/commit.c:1062
2376 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2377 msgstr ""
2379 #: builtin/commit.c:1072 builtin/tag.c:577
2380 #, c-format
2381 msgid "Invalid cleanup mode %s"
2382 msgstr ""
2384 #: builtin/commit.c:1077
2385 msgid "Paths with -a does not make sense."
2386 msgstr ""
2388 #: builtin/commit.c:1260
2389 msgid "couldn't look up newly created commit"
2390 msgstr ""
2392 #: builtin/commit.c:1262
2393 msgid "could not parse newly created commit"
2394 msgstr ""
2396 #: builtin/commit.c:1303
2397 msgid "detached HEAD"
2398 msgstr ""
2400 #: builtin/commit.c:1305
2401 msgid " (root-commit)"
2402 msgstr ""
2404 #: builtin/commit.c:1449
2405 msgid "could not parse HEAD commit"
2406 msgstr ""
2408 #: builtin/commit.c:1487 builtin/merge.c:509
2409 #, c-format
2410 msgid "could not open '%s' for reading"
2411 msgstr ""
2413 #: builtin/commit.c:1494
2414 #, c-format
2415 msgid "Corrupt MERGE_HEAD file (%s)"
2416 msgstr ""
2418 #: builtin/commit.c:1501
2419 msgid "could not read MERGE_MODE"
2420 msgstr ""
2422 #: builtin/commit.c:1520
2423 #, c-format
2424 msgid "could not read commit message: %s"
2425 msgstr ""
2427 #: builtin/commit.c:1534
2428 #, c-format
2429 msgid "Aborting commit; you did not edit the message.\n"
2430 msgstr ""
2432 #: builtin/commit.c:1539
2433 #, c-format
2434 msgid "Aborting commit due to empty commit message.\n"
2435 msgstr ""
2437 #: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
2438 msgid "failed to write commit object"
2439 msgstr ""
2441 #: builtin/commit.c:1575
2442 msgid "cannot lock HEAD ref"
2443 msgstr ""
2445 #: builtin/commit.c:1579
2446 msgid "cannot update HEAD ref"
2447 msgstr ""
2449 #: builtin/commit.c:1590
2450 msgid ""
2451 "Repository has been updated, but unable to write\n"
2452 "new_index file. Check that disk is not full or quota is\n"
2453 "not exceeded, and then \"git reset HEAD\" to recover."
2454 msgstr ""
2456 #: builtin/describe.c:234
2457 #, c-format
2458 msgid "annotated tag %s not available"
2459 msgstr ""
2461 #: builtin/describe.c:238
2462 #, c-format
2463 msgid "annotated tag %s has no embedded name"
2464 msgstr ""
2466 #: builtin/describe.c:240
2467 #, c-format
2468 msgid "tag '%s' is really '%s' here"
2469 msgstr ""
2471 #: builtin/describe.c:267
2472 #, c-format
2473 msgid "Not a valid object name %s"
2474 msgstr ""
2476 #: builtin/describe.c:270
2477 #, c-format
2478 msgid "%s is not a valid '%s' object"
2479 msgstr ""
2481 #: builtin/describe.c:287
2482 #, c-format
2483 msgid "no tag exactly matches '%s'"
2484 msgstr ""
2486 #: builtin/describe.c:289
2487 #, c-format
2488 msgid "searching to describe %s\n"
2489 msgstr ""
2491 #: builtin/describe.c:329
2492 #, c-format
2493 msgid "finished search at %s\n"
2494 msgstr ""
2496 #: builtin/describe.c:353
2497 #, c-format
2498 msgid ""
2499 "No annotated tags can describe '%s'.\n"
2500 "However, there were unannotated tags: try --tags."
2501 msgstr ""
2503 #: builtin/describe.c:357
2504 #, c-format
2505 msgid ""
2506 "No tags can describe '%s'.\n"
2507 "Try --always, or create some tags."
2508 msgstr ""
2510 #: builtin/describe.c:378
2511 #, c-format
2512 msgid "traversed %lu commits\n"
2513 msgstr ""
2515 #: builtin/describe.c:381
2516 #, c-format
2517 msgid ""
2518 "more than %i tags found; listed %i most recent\n"
2519 "gave up search at %s\n"
2520 msgstr ""
2522 #: builtin/describe.c:436
2523 msgid "--long is incompatible with --abbrev=0"
2524 msgstr ""
2526 #: builtin/describe.c:462
2527 msgid "No names found, cannot describe anything."
2528 msgstr ""
2530 #: builtin/describe.c:482
2531 msgid "--dirty is incompatible with committishes"
2532 msgstr ""
2534 #: builtin/diff.c:77
2535 #, c-format
2536 msgid "'%s': not a regular file or symlink"
2537 msgstr ""
2539 #: builtin/diff.c:220
2540 #, c-format
2541 msgid "invalid option: %s"
2542 msgstr ""
2544 #: builtin/diff.c:297
2545 msgid "Not a git repository"
2546 msgstr ""
2548 #: builtin/diff.c:341
2549 #, c-format
2550 msgid "invalid object '%s' given."
2551 msgstr ""
2553 #: builtin/diff.c:346
2554 #, c-format
2555 msgid "more than %d trees given: '%s'"
2556 msgstr ""
2558 #: builtin/diff.c:356
2559 #, c-format
2560 msgid "more than two blobs given: '%s'"
2561 msgstr ""
2563 #: builtin/diff.c:364
2564 #, c-format
2565 msgid "unhandled object '%s' given."
2566 msgstr ""
2568 #: builtin/fetch.c:200
2569 msgid "Couldn't find remote ref HEAD"
2570 msgstr ""
2572 #: builtin/fetch.c:253
2573 #, c-format
2574 msgid "object %s not found"
2575 msgstr ""
2577 #: builtin/fetch.c:259
2578 msgid "[up to date]"
2579 msgstr ""
2581 #: builtin/fetch.c:273
2582 #, c-format
2583 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
2584 msgstr ""
2586 #: builtin/fetch.c:274 builtin/fetch.c:360
2587 msgid "[rejected]"
2588 msgstr ""
2590 #: builtin/fetch.c:285
2591 msgid "[tag update]"
2592 msgstr ""
2594 #: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2595 msgid "  (unable to update local ref)"
2596 msgstr ""
2598 #: builtin/fetch.c:305
2599 msgid "[new tag]"
2600 msgstr ""
2602 #: builtin/fetch.c:308
2603 msgid "[new branch]"
2604 msgstr ""
2606 #: builtin/fetch.c:311
2607 msgid "[new ref]"
2608 msgstr ""
2610 #: builtin/fetch.c:356
2611 msgid "unable to update local ref"
2612 msgstr ""
2614 #: builtin/fetch.c:356
2615 msgid "forced update"
2616 msgstr ""
2618 #: builtin/fetch.c:362
2619 msgid "(non-fast-forward)"
2620 msgstr ""
2622 #: builtin/fetch.c:393 builtin/fetch.c:685
2623 #, c-format
2624 msgid "cannot open %s: %s\n"
2625 msgstr ""
2627 #: builtin/fetch.c:402
2628 #, c-format
2629 msgid "%s did not send all necessary objects\n"
2630 msgstr ""
2632 #: builtin/fetch.c:488
2633 #, c-format
2634 msgid "From %.*s\n"
2635 msgstr ""
2637 #: builtin/fetch.c:499
2638 #, c-format
2639 msgid ""
2640 "some local refs could not be updated; try running\n"
2641 " 'git remote prune %s' to remove any old, conflicting branches"
2642 msgstr ""
2644 #: builtin/fetch.c:549
2645 #, c-format
2646 msgid "   (%s will become dangling)"
2647 msgstr ""
2649 #: builtin/fetch.c:550
2650 #, c-format
2651 msgid "   (%s has become dangling)"
2652 msgstr ""
2654 #: builtin/fetch.c:557
2655 msgid "[deleted]"
2656 msgstr ""
2658 #: builtin/fetch.c:558 builtin/remote.c:1055
2659 msgid "(none)"
2660 msgstr ""
2662 #: builtin/fetch.c:675
2663 #, c-format
2664 msgid "Refusing to fetch into current branch %s of non-bare repository"
2665 msgstr ""
2667 #: builtin/fetch.c:709
2668 #, c-format
2669 msgid "Don't know how to fetch from %s"
2670 msgstr ""
2672 #: builtin/fetch.c:786
2673 #, c-format
2674 msgid "Option \"%s\" value \"%s\" is not valid for %s"
2675 msgstr ""
2677 #: builtin/fetch.c:789
2678 #, c-format
2679 msgid "Option \"%s\" is ignored for %s\n"
2680 msgstr ""
2682 #: builtin/fetch.c:888
2683 #, c-format
2684 msgid "Fetching %s\n"
2685 msgstr ""
2687 #: builtin/fetch.c:890 builtin/remote.c:100
2688 #, c-format
2689 msgid "Could not fetch %s"
2690 msgstr ""
2692 #: builtin/fetch.c:907
2693 msgid ""
2694 "No remote repository specified.  Please, specify either a URL or a\n"
2695 "remote name from which new revisions should be fetched."
2696 msgstr ""
2698 #: builtin/fetch.c:927
2699 msgid "You need to specify a tag name."
2700 msgstr ""
2702 #: builtin/fetch.c:979
2703 msgid "fetch --all does not take a repository argument"
2704 msgstr ""
2706 #: builtin/fetch.c:981
2707 msgid "fetch --all does not make sense with refspecs"
2708 msgstr ""
2710 #: builtin/fetch.c:992
2711 #, c-format
2712 msgid "No such remote or remote group: %s"
2713 msgstr ""
2715 #: builtin/fetch.c:1000
2716 msgid "Fetching a group and specifying refspecs does not make sense"
2717 msgstr ""
2719 #: builtin/gc.c:63
2720 #, c-format
2721 msgid "Invalid %s: '%s'"
2722 msgstr ""
2724 #: builtin/gc.c:90
2725 #, c-format
2726 msgid "insanely long object directory %.*s"
2727 msgstr ""
2729 #: builtin/gc.c:221
2730 #, c-format
2731 msgid "Auto packing the repository for optimum performance.\n"
2732 msgstr ""
2734 #: builtin/gc.c:224
2735 #, c-format
2736 msgid ""
2737 "Auto packing the repository for optimum performance. You may also\n"
2738 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
2739 msgstr ""
2741 #: builtin/gc.c:251
2742 msgid ""
2743 "There are too many unreachable loose objects; run 'git prune' to remove them."
2744 msgstr ""
2746 #: builtin/grep.c:216
2747 #, c-format
2748 msgid "grep: failed to create thread: %s"
2749 msgstr ""
2751 #: builtin/grep.c:402
2752 #, c-format
2753 msgid "Failed to chdir: %s"
2754 msgstr ""
2756 #: builtin/grep.c:478 builtin/grep.c:512
2757 #, c-format
2758 msgid "unable to read tree (%s)"
2759 msgstr ""
2761 #: builtin/grep.c:526
2762 #, c-format
2763 msgid "unable to grep from object of type %s"
2764 msgstr ""
2766 #: builtin/grep.c:584
2767 #, c-format
2768 msgid "switch `%c' expects a numerical value"
2769 msgstr ""
2771 #: builtin/grep.c:601
2772 #, c-format
2773 msgid "cannot open '%s'"
2774 msgstr ""
2776 #: builtin/grep.c:885
2777 msgid "no pattern given."
2778 msgstr ""
2780 #: builtin/grep.c:899
2781 #, c-format
2782 msgid "bad object %s"
2783 msgstr ""
2785 #: builtin/grep.c:940
2786 msgid "--open-files-in-pager only works on the worktree"
2787 msgstr ""
2789 #: builtin/grep.c:963
2790 msgid "--cached or --untracked cannot be used with --no-index."
2791 msgstr ""
2793 #: builtin/grep.c:968
2794 msgid "--no-index or --untracked cannot be used with revs."
2795 msgstr ""
2797 #: builtin/grep.c:971
2798 msgid "--[no-]exclude-standard cannot be used for tracked contents."
2799 msgstr ""
2801 #: builtin/grep.c:979
2802 msgid "both --cached and trees are given."
2803 msgstr ""
2805 #: builtin/help.c:65
2806 #, c-format
2807 msgid "unrecognized help format '%s'"
2808 msgstr ""
2810 #: builtin/help.c:93
2811 msgid "Failed to start emacsclient."
2812 msgstr ""
2814 #: builtin/help.c:106
2815 msgid "Failed to parse emacsclient version."
2816 msgstr ""
2818 #: builtin/help.c:114
2819 #, c-format
2820 msgid "emacsclient version '%d' too old (< 22)."
2821 msgstr ""
2823 #: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
2824 #, c-format
2825 msgid "failed to exec '%s': %s"
2826 msgstr ""
2828 #: builtin/help.c:217
2829 #, c-format
2830 msgid ""
2831 "'%s': path for unsupported man viewer.\n"
2832 "Please consider using 'man.<tool>.cmd' instead."
2833 msgstr ""
2835 #: builtin/help.c:229
2836 #, c-format
2837 msgid ""
2838 "'%s': cmd for supported man viewer.\n"
2839 "Please consider using 'man.<tool>.path' instead."
2840 msgstr ""
2842 #: builtin/help.c:299
2843 msgid "The most commonly used git commands are:"
2844 msgstr ""
2846 #: builtin/help.c:367
2847 #, c-format
2848 msgid "'%s': unknown man viewer."
2849 msgstr ""
2851 #: builtin/help.c:384
2852 msgid "no man viewer handled the request"
2853 msgstr ""
2855 #: builtin/help.c:392
2856 msgid "no info viewer handled the request"
2857 msgstr ""
2859 #: builtin/help.c:447 builtin/help.c:454
2860 #, c-format
2861 msgid "usage: %s%s"
2862 msgstr ""
2864 #: builtin/help.c:470
2865 #, c-format
2866 msgid "`git %s' is aliased to `%s'"
2867 msgstr ""
2869 #: builtin/index-pack.c:170
2870 #, c-format
2871 msgid "object type mismatch at %s"
2872 msgstr ""
2874 #: builtin/index-pack.c:190
2875 msgid "object of unexpected type"
2876 msgstr ""
2878 #: builtin/index-pack.c:227
2879 #, c-format
2880 msgid "cannot fill %d byte"
2881 msgid_plural "cannot fill %d bytes"
2882 msgstr[0] ""
2883 msgstr[1] ""
2885 #: builtin/index-pack.c:237
2886 msgid "early EOF"
2887 msgstr ""
2889 #: builtin/index-pack.c:238
2890 msgid "read error on input"
2891 msgstr ""
2893 #: builtin/index-pack.c:250
2894 msgid "used more bytes than were available"
2895 msgstr ""
2897 #: builtin/index-pack.c:257
2898 msgid "pack too large for current definition of off_t"
2899 msgstr ""
2901 #: builtin/index-pack.c:273
2902 #, c-format
2903 msgid "unable to create '%s'"
2904 msgstr ""
2906 #: builtin/index-pack.c:278
2907 #, c-format
2908 msgid "cannot open packfile '%s'"
2909 msgstr ""
2911 #: builtin/index-pack.c:292
2912 msgid "pack signature mismatch"
2913 msgstr ""
2915 #: builtin/index-pack.c:312
2916 #, c-format
2917 msgid "pack has bad object at offset %lu: %s"
2918 msgstr ""
2920 #: builtin/index-pack.c:434
2921 #, c-format
2922 msgid "inflate returned %d"
2923 msgstr ""
2925 #: builtin/index-pack.c:483
2926 msgid "offset value overflow for delta base object"
2927 msgstr ""
2929 #: builtin/index-pack.c:491
2930 msgid "delta base offset is out of bound"
2931 msgstr ""
2933 #: builtin/index-pack.c:499
2934 #, c-format
2935 msgid "unknown object type %d"
2936 msgstr ""
2938 #: builtin/index-pack.c:530
2939 msgid "cannot pread pack file"
2940 msgstr ""
2942 #: builtin/index-pack.c:532
2943 #, c-format
2944 msgid "premature end of pack file, %lu byte missing"
2945 msgid_plural "premature end of pack file, %lu bytes missing"
2946 msgstr[0] ""
2947 msgstr[1] ""
2949 #: builtin/index-pack.c:558
2950 msgid "serious inflate inconsistency"
2951 msgstr ""
2953 #: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
2954 #: builtin/index-pack.c:712 builtin/index-pack.c:721
2955 #, c-format
2956 msgid "SHA1 COLLISION FOUND WITH %s !"
2957 msgstr ""
2959 #: builtin/index-pack.c:652 builtin/pack-objects.c:170
2960 #: builtin/pack-objects.c:262
2961 #, c-format
2962 msgid "unable to read %s"
2963 msgstr ""
2965 #: builtin/index-pack.c:718
2966 #, c-format
2967 msgid "cannot read existing object %s"
2968 msgstr ""
2970 #: builtin/index-pack.c:732
2971 #, c-format
2972 msgid "invalid blob object %s"
2973 msgstr ""
2975 #: builtin/index-pack.c:747
2976 #, c-format
2977 msgid "invalid %s"
2978 msgstr ""
2980 #: builtin/index-pack.c:749
2981 msgid "Error in object"
2982 msgstr ""
2984 #: builtin/index-pack.c:751
2985 #, c-format
2986 msgid "Not all child objects of %s are reachable"
2987 msgstr ""
2989 #: builtin/index-pack.c:821 builtin/index-pack.c:847
2990 msgid "failed to apply delta"
2991 msgstr ""
2993 #: builtin/index-pack.c:986
2994 msgid "Receiving objects"
2995 msgstr ""
2997 #: builtin/index-pack.c:986
2998 msgid "Indexing objects"
2999 msgstr ""
3001 #: builtin/index-pack.c:1012
3002 msgid "pack is corrupted (SHA1 mismatch)"
3003 msgstr ""
3005 #: builtin/index-pack.c:1017
3006 msgid "cannot fstat packfile"
3007 msgstr ""
3009 #: builtin/index-pack.c:1020
3010 msgid "pack has junk at the end"
3011 msgstr ""
3013 #: builtin/index-pack.c:1031
3014 msgid "confusion beyond insanity in parse_pack_objects()"
3015 msgstr ""
3017 #: builtin/index-pack.c:1054
3018 msgid "Resolving deltas"
3019 msgstr ""
3021 #: builtin/index-pack.c:1105
3022 msgid "confusion beyond insanity"
3023 msgstr ""
3025 #: builtin/index-pack.c:1124
3026 #, c-format
3027 msgid "pack has %d unresolved delta"
3028 msgid_plural "pack has %d unresolved deltas"
3029 msgstr[0] ""
3030 msgstr[1] ""
3032 #: builtin/index-pack.c:1149
3033 #, c-format
3034 msgid "unable to deflate appended object (%d)"
3035 msgstr ""
3037 #: builtin/index-pack.c:1228
3038 #, c-format
3039 msgid "local object %s is corrupt"
3040 msgstr ""
3042 #: builtin/index-pack.c:1252
3043 msgid "error while closing pack file"
3044 msgstr ""
3046 #: builtin/index-pack.c:1265
3047 #, c-format
3048 msgid "cannot write keep file '%s'"
3049 msgstr ""
3051 #: builtin/index-pack.c:1273
3052 #, c-format
3053 msgid "cannot close written keep file '%s'"
3054 msgstr ""
3056 #: builtin/index-pack.c:1286
3057 msgid "cannot store pack file"
3058 msgstr ""
3060 #: builtin/index-pack.c:1297
3061 msgid "cannot store index file"
3062 msgstr ""
3064 #: builtin/index-pack.c:1398
3065 #, c-format
3066 msgid "Cannot open existing pack file '%s'"
3067 msgstr ""
3069 #: builtin/index-pack.c:1400
3070 #, c-format
3071 msgid "Cannot open existing pack idx file for '%s'"
3072 msgstr ""
3074 #: builtin/index-pack.c:1447
3075 #, c-format
3076 msgid "non delta: %d object"
3077 msgid_plural "non delta: %d objects"
3078 msgstr[0] ""
3079 msgstr[1] ""
3081 #: builtin/index-pack.c:1454
3082 #, c-format
3083 msgid "chain length = %d: %lu object"
3084 msgid_plural "chain length = %d: %lu objects"
3085 msgstr[0] ""
3086 msgstr[1] ""
3088 #: builtin/index-pack.c:1481
3089 msgid "Cannot come back to cwd"
3090 msgstr ""
3092 #: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3093 #: builtin/index-pack.c:1540 builtin/index-pack.c:1544
3094 #, c-format
3095 msgid "bad %s"
3096 msgstr ""
3098 #: builtin/index-pack.c:1558
3099 msgid "--fix-thin cannot be used without --stdin"
3100 msgstr ""
3102 #: builtin/index-pack.c:1562 builtin/index-pack.c:1572
3103 #, c-format
3104 msgid "packfile name '%s' does not end with '.pack'"
3105 msgstr ""
3107 #: builtin/index-pack.c:1581
3108 msgid "--verify with no packfile name given"
3109 msgstr ""
3111 #: builtin/init-db.c:35
3112 #, c-format
3113 msgid "Could not make %s writable by group"
3114 msgstr ""
3116 #: builtin/init-db.c:62
3117 #, c-format
3118 msgid "insanely long template name %s"
3119 msgstr ""
3121 #: builtin/init-db.c:67
3122 #, c-format
3123 msgid "cannot stat '%s'"
3124 msgstr ""
3126 #: builtin/init-db.c:73
3127 #, c-format
3128 msgid "cannot stat template '%s'"
3129 msgstr ""
3131 #: builtin/init-db.c:80
3132 #, c-format
3133 msgid "cannot opendir '%s'"
3134 msgstr ""
3136 #: builtin/init-db.c:97
3137 #, c-format
3138 msgid "cannot readlink '%s'"
3139 msgstr ""
3141 #: builtin/init-db.c:99
3142 #, c-format
3143 msgid "insanely long symlink %s"
3144 msgstr ""
3146 #: builtin/init-db.c:102
3147 #, c-format
3148 msgid "cannot symlink '%s' '%s'"
3149 msgstr ""
3151 #: builtin/init-db.c:106
3152 #, c-format
3153 msgid "cannot copy '%s' to '%s'"
3154 msgstr ""
3156 #: builtin/init-db.c:110
3157 #, c-format
3158 msgid "ignoring template %s"
3159 msgstr ""
3161 #: builtin/init-db.c:133
3162 #, c-format
3163 msgid "insanely long template path %s"
3164 msgstr ""
3166 #: builtin/init-db.c:141
3167 #, c-format
3168 msgid "templates not found %s"
3169 msgstr ""
3171 #: builtin/init-db.c:154
3172 #, c-format
3173 msgid "not copying templates of a wrong format version %d from '%s'"
3174 msgstr ""
3176 #: builtin/init-db.c:192
3177 #, c-format
3178 msgid "insane git directory %s"
3179 msgstr ""
3181 #: builtin/init-db.c:323 builtin/init-db.c:326
3182 #, c-format
3183 msgid "%s already exists"
3184 msgstr ""
3186 #: builtin/init-db.c:355
3187 #, c-format
3188 msgid "unable to handle file type %d"
3189 msgstr ""
3191 #: builtin/init-db.c:358
3192 #, c-format
3193 msgid "unable to move %s to %s"
3194 msgstr ""
3196 #: builtin/init-db.c:363
3197 #, c-format
3198 msgid "Could not create git link %s"
3199 msgstr ""
3202 #. * TRANSLATORS: The first '%s' is either "Reinitialized
3203 #. * existing" or "Initialized empty", the second " shared" or
3204 #. * "", and the last '%s%s' is the verbatim directory name.
3206 #: builtin/init-db.c:420
3207 #, c-format
3208 msgid "%s%s Git repository in %s%s\n"
3209 msgstr ""
3211 #: builtin/init-db.c:421
3212 msgid "Reinitialized existing"
3213 msgstr ""
3215 #: builtin/init-db.c:421
3216 msgid "Initialized empty"
3217 msgstr ""
3219 #: builtin/init-db.c:422
3220 msgid " shared"
3221 msgstr ""
3223 #: builtin/init-db.c:441
3224 msgid "cannot tell cwd"
3225 msgstr ""
3227 #: builtin/init-db.c:522 builtin/init-db.c:529
3228 #, c-format
3229 msgid "cannot mkdir %s"
3230 msgstr ""
3232 #: builtin/init-db.c:533
3233 #, c-format
3234 msgid "cannot chdir to %s"
3235 msgstr ""
3237 #: builtin/init-db.c:555
3238 #, c-format
3239 msgid ""
3240 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3241 "dir=<directory>)"
3242 msgstr ""
3244 #: builtin/init-db.c:579
3245 msgid "Cannot access current working directory"
3246 msgstr ""
3248 #: builtin/init-db.c:586
3249 #, c-format
3250 msgid "Cannot access work tree '%s'"
3251 msgstr ""
3253 #: builtin/log.c:189
3254 #, c-format
3255 msgid "Final output: %d %s\n"
3256 msgstr ""
3258 #: builtin/log.c:403 builtin/log.c:494
3259 #, c-format
3260 msgid "Could not read object %s"
3261 msgstr ""
3263 #: builtin/log.c:518
3264 #, c-format
3265 msgid "Unknown type: %d"
3266 msgstr ""
3268 #: builtin/log.c:608
3269 msgid "format.headers without value"
3270 msgstr ""
3272 #: builtin/log.c:682
3273 msgid "name of output directory is too long"
3274 msgstr ""
3276 #: builtin/log.c:693
3277 #, c-format
3278 msgid "Cannot open patch file %s"
3279 msgstr ""
3281 #: builtin/log.c:707
3282 msgid "Need exactly one range."
3283 msgstr ""
3285 #: builtin/log.c:715
3286 msgid "Not a range."
3287 msgstr ""
3289 #: builtin/log.c:792
3290 msgid "Cover letter needs email format"
3291 msgstr ""
3293 #: builtin/log.c:865
3294 #, c-format
3295 msgid "insane in-reply-to: %s"
3296 msgstr ""
3298 #: builtin/log.c:938
3299 msgid "Two output directories?"
3300 msgstr ""
3302 #: builtin/log.c:1160
3303 #, c-format
3304 msgid "bogus committer info %s"
3305 msgstr ""
3307 #: builtin/log.c:1205
3308 msgid "-n and -k are mutually exclusive."
3309 msgstr ""
3311 #: builtin/log.c:1207
3312 msgid "--subject-prefix and -k are mutually exclusive."
3313 msgstr ""
3315 #: builtin/log.c:1215
3316 msgid "--name-only does not make sense"
3317 msgstr ""
3319 #: builtin/log.c:1217
3320 msgid "--name-status does not make sense"
3321 msgstr ""
3323 #: builtin/log.c:1219
3324 msgid "--check does not make sense"
3325 msgstr ""
3327 #: builtin/log.c:1242
3328 msgid "standard output, or directory, which one?"
3329 msgstr ""
3331 #: builtin/log.c:1244
3332 #, c-format
3333 msgid "Could not create directory '%s'"
3334 msgstr ""
3336 #: builtin/log.c:1397
3337 msgid "Failed to create output files"
3338 msgstr ""
3340 #: builtin/log.c:1501
3341 #, c-format
3342 msgid ""
3343 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
3344 msgstr ""
3346 #: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
3347 #, c-format
3348 msgid "Unknown commit %s"
3349 msgstr ""
3351 #: builtin/merge.c:90
3352 msgid "switch `m' requires a value"
3353 msgstr ""
3355 #: builtin/merge.c:127
3356 #, c-format
3357 msgid "Could not find merge strategy '%s'.\n"
3358 msgstr ""
3360 #: builtin/merge.c:128
3361 #, c-format
3362 msgid "Available strategies are:"
3363 msgstr ""
3365 #: builtin/merge.c:133
3366 #, c-format
3367 msgid "Available custom strategies are:"
3368 msgstr ""
3370 #: builtin/merge.c:240
3371 msgid "could not run stash."
3372 msgstr ""
3374 #: builtin/merge.c:245
3375 msgid "stash failed"
3376 msgstr ""
3378 #: builtin/merge.c:250
3379 #, c-format
3380 msgid "not a valid object: %s"
3381 msgstr ""
3383 #: builtin/merge.c:269 builtin/merge.c:286
3384 msgid "read-tree failed"
3385 msgstr ""
3387 #: builtin/merge.c:316
3388 msgid " (nothing to squash)"
3389 msgstr ""
3391 #: builtin/merge.c:329
3392 #, c-format
3393 msgid "Squash commit -- not updating HEAD\n"
3394 msgstr ""
3396 #: builtin/merge.c:361
3397 msgid "Writing SQUASH_MSG"
3398 msgstr ""
3400 #: builtin/merge.c:363
3401 msgid "Finishing SQUASH_MSG"
3402 msgstr ""
3404 #: builtin/merge.c:386
3405 #, c-format
3406 msgid "No merge message -- not updating HEAD\n"
3407 msgstr ""
3409 #: builtin/merge.c:437
3410 #, c-format
3411 msgid "'%s' does not point to a commit"
3412 msgstr ""
3414 #: builtin/merge.c:536
3415 #, c-format
3416 msgid "Bad branch.%s.mergeoptions string: %s"
3417 msgstr ""
3419 #: builtin/merge.c:629
3420 msgid "git write-tree failed to write a tree"
3421 msgstr ""
3423 #: builtin/merge.c:679
3424 msgid "failed to read the cache"
3425 msgstr ""
3427 #: builtin/merge.c:697
3428 msgid "Unable to write index."
3429 msgstr ""
3431 #: builtin/merge.c:710
3432 msgid "Not handling anything other than two heads merge."
3433 msgstr ""
3435 #: builtin/merge.c:724
3436 #, c-format
3437 msgid "Unknown option for merge-recursive: -X%s"
3438 msgstr ""
3440 #: builtin/merge.c:738
3441 #, c-format
3442 msgid "unable to write %s"
3443 msgstr ""
3445 #: builtin/merge.c:877
3446 #, c-format
3447 msgid "Could not read from '%s'"
3448 msgstr ""
3450 #: builtin/merge.c:886
3451 #, c-format
3452 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3453 msgstr ""
3455 #: builtin/merge.c:892
3456 msgid ""
3457 "Please enter a commit message to explain why this merge is necessary,\n"
3458 "especially if it merges an updated upstream into a topic branch.\n"
3459 "\n"
3460 "Lines starting with '#' will be ignored, and an empty message aborts\n"
3461 "the commit.\n"
3462 msgstr ""
3464 #: builtin/merge.c:916
3465 msgid "Empty commit message."
3466 msgstr ""
3468 #: builtin/merge.c:928
3469 #, c-format
3470 msgid "Wonderful.\n"
3471 msgstr ""
3473 #: builtin/merge.c:993
3474 #, c-format
3475 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3476 msgstr ""
3478 #: builtin/merge.c:1009
3479 #, c-format
3480 msgid "'%s' is not a commit"
3481 msgstr ""
3483 #: builtin/merge.c:1050
3484 msgid "No current branch."
3485 msgstr ""
3487 #: builtin/merge.c:1052
3488 msgid "No remote for the current branch."
3489 msgstr ""
3491 #: builtin/merge.c:1054
3492 msgid "No default upstream defined for the current branch."
3493 msgstr ""
3495 #: builtin/merge.c:1059
3496 #, c-format
3497 msgid "No remote tracking branch for %s from %s"
3498 msgstr ""
3500 #: builtin/merge.c:1146 builtin/merge.c:1303
3501 #, c-format
3502 msgid "%s - not something we can merge"
3503 msgstr ""
3505 #: builtin/merge.c:1214
3506 msgid "There is no merge to abort (MERGE_HEAD missing)."
3507 msgstr ""
3509 #: builtin/merge.c:1230 git-pull.sh:31
3510 msgid ""
3511 "You have not concluded your merge (MERGE_HEAD exists).\n"
3512 "Please, commit your changes before you can merge."
3513 msgstr ""
3515 #: builtin/merge.c:1233 git-pull.sh:34
3516 msgid "You have not concluded your merge (MERGE_HEAD exists)."
3517 msgstr ""
3519 #: builtin/merge.c:1237
3520 msgid ""
3521 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3522 "Please, commit your changes before you can merge."
3523 msgstr ""
3525 #: builtin/merge.c:1240
3526 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3527 msgstr ""
3529 #: builtin/merge.c:1249
3530 msgid "You cannot combine --squash with --no-ff."
3531 msgstr ""
3533 #: builtin/merge.c:1254
3534 msgid "You cannot combine --no-ff with --ff-only."
3535 msgstr ""
3537 #: builtin/merge.c:1261
3538 msgid "No commit specified and merge.defaultToUpstream not set."
3539 msgstr ""
3541 #: builtin/merge.c:1293
3542 msgid "Can merge only exactly one commit into empty head"
3543 msgstr ""
3545 #: builtin/merge.c:1296
3546 msgid "Squash commit into empty head not supported yet"
3547 msgstr ""
3549 #: builtin/merge.c:1298
3550 msgid "Non-fast-forward commit does not make sense into an empty head"
3551 msgstr ""
3553 #: builtin/merge.c:1413
3554 #, c-format
3555 msgid "Updating %s..%s\n"
3556 msgstr ""
3558 #: builtin/merge.c:1451
3559 #, c-format
3560 msgid "Trying really trivial in-index merge...\n"
3561 msgstr ""
3563 #: builtin/merge.c:1458
3564 #, c-format
3565 msgid "Nope.\n"
3566 msgstr ""
3568 #: builtin/merge.c:1490
3569 msgid "Not possible to fast-forward, aborting."
3570 msgstr ""
3572 #: builtin/merge.c:1513 builtin/merge.c:1592
3573 #, c-format
3574 msgid "Rewinding the tree to pristine...\n"
3575 msgstr ""
3577 #: builtin/merge.c:1517
3578 #, c-format
3579 msgid "Trying merge strategy %s...\n"
3580 msgstr ""
3582 #: builtin/merge.c:1583
3583 #, c-format
3584 msgid "No merge strategy handled the merge.\n"
3585 msgstr ""
3587 #: builtin/merge.c:1585
3588 #, c-format
3589 msgid "Merge with strategy %s failed.\n"
3590 msgstr ""
3592 #: builtin/merge.c:1594
3593 #, c-format
3594 msgid "Using the %s to prepare resolving by hand.\n"
3595 msgstr ""
3597 #: builtin/merge.c:1606
3598 #, c-format
3599 msgid "Automatic merge went well; stopped before committing as requested\n"
3600 msgstr ""
3602 #: builtin/mv.c:108
3603 #, c-format
3604 msgid "Checking rename of '%s' to '%s'\n"
3605 msgstr ""
3607 #: builtin/mv.c:112
3608 msgid "bad source"
3609 msgstr ""
3611 #: builtin/mv.c:115
3612 msgid "can not move directory into itself"
3613 msgstr ""
3615 #: builtin/mv.c:118
3616 msgid "cannot move directory over file"
3617 msgstr ""
3619 #: builtin/mv.c:128
3620 #, c-format
3621 msgid "Huh? %.*s is in index?"
3622 msgstr ""
3624 #: builtin/mv.c:140
3625 msgid "source directory is empty"
3626 msgstr ""
3628 #: builtin/mv.c:171
3629 msgid "not under version control"
3630 msgstr ""
3632 #: builtin/mv.c:173
3633 msgid "destination exists"
3634 msgstr ""
3636 #: builtin/mv.c:181
3637 #, c-format
3638 msgid "overwriting '%s'"
3639 msgstr ""
3641 #: builtin/mv.c:184
3642 msgid "Cannot overwrite"
3643 msgstr ""
3645 #: builtin/mv.c:187
3646 msgid "multiple sources for the same target"
3647 msgstr ""
3649 #: builtin/mv.c:202
3650 #, c-format
3651 msgid "%s, source=%s, destination=%s"
3652 msgstr ""
3654 #: builtin/mv.c:212
3655 #, c-format
3656 msgid "Renaming %s to %s\n"
3657 msgstr ""
3659 #: builtin/mv.c:215 builtin/remote.c:731
3660 #, c-format
3661 msgid "renaming '%s' failed"
3662 msgstr ""
3664 #: builtin/notes.c:139
3665 #, c-format
3666 msgid "unable to start 'show' for object '%s'"
3667 msgstr ""
3669 #: builtin/notes.c:145
3670 msgid "can't fdopen 'show' output fd"
3671 msgstr ""
3673 #: builtin/notes.c:155
3674 #, c-format
3675 msgid "failed to close pipe to 'show' for object '%s'"
3676 msgstr ""
3678 #: builtin/notes.c:158
3679 #, c-format
3680 msgid "failed to finish 'show' for object '%s'"
3681 msgstr ""
3683 #: builtin/notes.c:175 builtin/tag.c:347
3684 #, c-format
3685 msgid "could not create file '%s'"
3686 msgstr ""
3688 #: builtin/notes.c:189
3689 msgid "Please supply the note contents using either -m or -F option"
3690 msgstr ""
3692 #: builtin/notes.c:210 builtin/notes.c:973
3693 #, c-format
3694 msgid "Removing note for object %s\n"
3695 msgstr ""
3697 #: builtin/notes.c:215
3698 msgid "unable to write note object"
3699 msgstr ""
3701 #: builtin/notes.c:217
3702 #, c-format
3703 msgid "The note contents has been left in %s"
3704 msgstr ""
3706 #: builtin/notes.c:251 builtin/tag.c:542
3707 #, c-format
3708 msgid "cannot read '%s'"
3709 msgstr ""
3711 #: builtin/notes.c:253 builtin/tag.c:545
3712 #, c-format
3713 msgid "could not open or read '%s'"
3714 msgstr ""
3716 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3717 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3718 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3719 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3720 #, c-format
3721 msgid "Failed to resolve '%s' as a valid ref."
3722 msgstr ""
3724 #: builtin/notes.c:275
3725 #, c-format
3726 msgid "Failed to read object '%s'."
3727 msgstr ""
3729 #: builtin/notes.c:299
3730 msgid "Cannot commit uninitialized/unreferenced notes tree"
3731 msgstr ""
3733 #: builtin/notes.c:340
3734 #, c-format
3735 msgid "Bad notes.rewriteMode value: '%s'"
3736 msgstr ""
3738 #: builtin/notes.c:350
3739 #, c-format
3740 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3741 msgstr ""
3743 #. TRANSLATORS: The first %s is the name of the
3744 #. environment variable, the second %s is its value
3745 #: builtin/notes.c:377
3746 #, c-format
3747 msgid "Bad %s value: '%s'"
3748 msgstr ""
3750 #: builtin/notes.c:441
3751 #, c-format
3752 msgid "Malformed input line: '%s'."
3753 msgstr ""
3755 #: builtin/notes.c:456
3756 #, c-format
3757 msgid "Failed to copy notes from '%s' to '%s'"
3758 msgstr ""
3760 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
3761 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
3762 #: builtin/notes.c:1033
3763 msgid "too many parameters"
3764 msgstr ""
3766 #: builtin/notes.c:513 builtin/notes.c:772
3767 #, c-format
3768 msgid "No note found for object %s."
3769 msgstr ""
3771 #: builtin/notes.c:580
3772 #, c-format
3773 msgid ""
3774 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
3775 "existing notes"
3776 msgstr ""
3778 #: builtin/notes.c:585 builtin/notes.c:662
3779 #, c-format
3780 msgid "Overwriting existing notes for object %s\n"
3781 msgstr ""
3783 #: builtin/notes.c:635
3784 msgid "too few parameters"
3785 msgstr ""
3787 #: builtin/notes.c:656
3788 #, c-format
3789 msgid ""
3790 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
3791 "existing notes"
3792 msgstr ""
3794 #: builtin/notes.c:668
3795 #, c-format
3796 msgid "Missing notes on source object %s. Cannot copy."
3797 msgstr ""
3799 #: builtin/notes.c:717
3800 #, c-format
3801 msgid ""
3802 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
3803 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
3804 msgstr ""
3806 #: builtin/notes.c:971
3807 #, c-format
3808 msgid "Object %s has no note\n"
3809 msgstr ""
3811 #: builtin/notes.c:1103 builtin/remote.c:1598
3812 #, c-format
3813 msgid "Unknown subcommand: %s"
3814 msgstr ""
3816 #: builtin/pack-objects.c:183 builtin/pack-objects.c:186
3817 #, c-format
3818 msgid "deflate error (%d)"
3819 msgstr ""
3821 #: builtin/pack-objects.c:2398
3822 #, c-format
3823 msgid "unsupported index version %s"
3824 msgstr ""
3826 #: builtin/pack-objects.c:2402
3827 #, c-format
3828 msgid "bad index version '%s'"
3829 msgstr ""
3831 #: builtin/pack-objects.c:2425
3832 #, c-format
3833 msgid "option %s does not accept negative form"
3834 msgstr ""
3836 #: builtin/pack-objects.c:2429
3837 #, c-format
3838 msgid "unable to parse value '%s' for option %s"
3839 msgstr ""
3841 #: builtin/push.c:45
3842 msgid "tag shorthand without <tag>"
3843 msgstr ""
3845 #: builtin/push.c:64
3846 msgid "--delete only accepts plain target ref names"
3847 msgstr ""
3849 #: builtin/push.c:99
3850 msgid ""
3851 "\n"
3852 "To choose either option permanently, see push.default in 'git help config'."
3853 msgstr ""
3855 #: builtin/push.c:102
3856 #, c-format
3857 msgid ""
3858 "The upstream branch of your current branch does not match\n"
3859 "the name of your current branch.  To push to the upstream branch\n"
3860 "on the remote, use\n"
3861 "\n"
3862 "    git push %s HEAD:%s\n"
3863 "\n"
3864 "To push to the branch of the same name on the remote, use\n"
3865 "\n"
3866 "    git push %s %s\n"
3867 "%s"
3868 msgstr ""
3870 #: builtin/push.c:121
3871 #, c-format
3872 msgid ""
3873 "You are not currently on a branch.\n"
3874 "To push the history leading to the current (detached HEAD)\n"
3875 "state now, use\n"
3876 "\n"
3877 "    git push %s HEAD:<name-of-remote-branch>\n"
3878 msgstr ""
3880 #: builtin/push.c:128
3881 #, c-format
3882 msgid ""
3883 "The current branch %s has no upstream branch.\n"
3884 "To push the current branch and set the remote as upstream, use\n"
3885 "\n"
3886 "    git push --set-upstream %s %s\n"
3887 msgstr ""
3889 #: builtin/push.c:136
3890 #, c-format
3891 msgid "The current branch %s has multiple upstream branches, refusing to push."
3892 msgstr ""
3894 #: builtin/push.c:139
3895 #, c-format
3896 msgid ""
3897 "You are pushing to remote '%s', which is not the upstream of\n"
3898 "your current branch '%s', without telling me what to push\n"
3899 "to update which remote branch."
3900 msgstr ""
3902 #: builtin/push.c:174
3903 msgid ""
3904 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
3905 msgstr ""
3907 #: builtin/push.c:181
3908 msgid ""
3909 "Updates were rejected because the tip of your current branch is behind\n"
3910 "its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
3911 "before pushing again.\n"
3912 "See the 'Note about fast-forwards' in 'git push --help' for details."
3913 msgstr ""
3915 #: builtin/push.c:187
3916 msgid ""
3917 "Updates were rejected because a pushed branch tip is behind its remote\n"
3918 "counterpart. If you did not intend to push that branch, you may want to\n"
3919 "specify branches to push or set the 'push.default' configuration\n"
3920 "variable to 'current' or 'upstream' to push only the current branch."
3921 msgstr ""
3923 #: builtin/push.c:193
3924 msgid ""
3925 "Updates were rejected because a pushed branch tip is behind its remote\n"
3926 "counterpart. Check out this branch and merge the remote changes\n"
3927 "(e.g. 'git pull') before pushing again.\n"
3928 "See the 'Note about fast-forwards' in 'git push --help' for details."
3929 msgstr ""
3931 #: builtin/push.c:233
3932 #, c-format
3933 msgid "Pushing to %s\n"
3934 msgstr ""
3936 #: builtin/push.c:237
3937 #, c-format
3938 msgid "failed to push some refs to '%s'"
3939 msgstr ""
3941 #: builtin/push.c:269
3942 #, c-format
3943 msgid "bad repository '%s'"
3944 msgstr ""
3946 #: builtin/push.c:270
3947 msgid ""
3948 "No configured push destination.\n"
3949 "Either specify the URL from the command-line or configure a remote "
3950 "repository using\n"
3951 "\n"
3952 "    git remote add <name> <url>\n"
3953 "\n"
3954 "and then push using the remote name\n"
3955 "\n"
3956 "    git push <name>\n"
3957 msgstr ""
3959 #: builtin/push.c:285
3960 msgid "--all and --tags are incompatible"
3961 msgstr ""
3963 #: builtin/push.c:286
3964 msgid "--all can't be combined with refspecs"
3965 msgstr ""
3967 #: builtin/push.c:291
3968 msgid "--mirror and --tags are incompatible"
3969 msgstr ""
3971 #: builtin/push.c:292
3972 msgid "--mirror can't be combined with refspecs"
3973 msgstr ""
3975 #: builtin/push.c:297
3976 msgid "--all and --mirror are incompatible"
3977 msgstr ""
3979 #: builtin/push.c:385
3980 msgid "--delete is incompatible with --all, --mirror and --tags"
3981 msgstr ""
3983 #: builtin/push.c:387
3984 msgid "--delete doesn't make sense without any refs"
3985 msgstr ""
3987 #: builtin/remote.c:98
3988 #, c-format
3989 msgid "Updating %s"
3990 msgstr ""
3992 #: builtin/remote.c:130
3993 msgid ""
3994 "--mirror is dangerous and deprecated; please\n"
3995 "\t use --mirror=fetch or --mirror=push instead"
3996 msgstr ""
3998 #: builtin/remote.c:147
3999 #, c-format
4000 msgid "unknown mirror argument: %s"
4001 msgstr ""
4003 #: builtin/remote.c:185
4004 msgid "specifying a master branch makes no sense with --mirror"
4005 msgstr ""
4007 #: builtin/remote.c:187
4008 msgid "specifying branches to track makes sense only with fetch mirrors"
4009 msgstr ""
4011 #: builtin/remote.c:195 builtin/remote.c:646
4012 #, c-format
4013 msgid "remote %s already exists."
4014 msgstr ""
4016 #: builtin/remote.c:199 builtin/remote.c:650
4017 #, c-format
4018 msgid "'%s' is not a valid remote name"
4019 msgstr ""
4021 #: builtin/remote.c:243
4022 #, c-format
4023 msgid "Could not setup master '%s'"
4024 msgstr ""
4026 #: builtin/remote.c:299
4027 #, c-format
4028 msgid "more than one %s"
4029 msgstr ""
4031 #: builtin/remote.c:339
4032 #, c-format
4033 msgid "Could not get fetch map for refspec %s"
4034 msgstr ""
4036 #: builtin/remote.c:440 builtin/remote.c:448
4037 msgid "(matching)"
4038 msgstr ""
4040 #: builtin/remote.c:452
4041 msgid "(delete)"
4042 msgstr ""
4044 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
4045 #, c-format
4046 msgid "Could not append '%s' to '%s'"
4047 msgstr ""
4049 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
4050 #, c-format
4051 msgid "No such remote: %s"
4052 msgstr ""
4054 #: builtin/remote.c:656
4055 #, c-format
4056 msgid "Could not rename config section '%s' to '%s'"
4057 msgstr ""
4059 #: builtin/remote.c:662 builtin/remote.c:799
4060 #, c-format
4061 msgid "Could not remove config section '%s'"
4062 msgstr ""
4064 #: builtin/remote.c:677
4065 #, c-format
4066 msgid ""
4067 "Not updating non-default fetch refspec\n"
4068 "\t%s\n"
4069 "\tPlease update the configuration manually if necessary."
4070 msgstr ""
4072 #: builtin/remote.c:683
4073 #, c-format
4074 msgid "Could not append '%s'"
4075 msgstr ""
4077 #: builtin/remote.c:694
4078 #, c-format
4079 msgid "Could not set '%s'"
4080 msgstr ""
4082 #: builtin/remote.c:716
4083 #, c-format
4084 msgid "deleting '%s' failed"
4085 msgstr ""
4087 #: builtin/remote.c:750
4088 #, c-format
4089 msgid "creating '%s' failed"
4090 msgstr ""
4092 #: builtin/remote.c:764
4093 #, c-format
4094 msgid "Could not remove branch %s"
4095 msgstr ""
4097 #: builtin/remote.c:834
4098 msgid ""
4099 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4100 "to delete it, use:"
4101 msgid_plural ""
4102 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4103 "to delete them, use:"
4104 msgstr[0] ""
4105 msgstr[1] ""
4107 #: builtin/remote.c:943
4108 #, c-format
4109 msgid " new (next fetch will store in remotes/%s)"
4110 msgstr ""
4112 #: builtin/remote.c:946
4113 msgid " tracked"
4114 msgstr ""
4116 #: builtin/remote.c:948
4117 msgid " stale (use 'git remote prune' to remove)"
4118 msgstr ""
4120 #: builtin/remote.c:950
4121 msgid " ???"
4122 msgstr ""
4124 #: builtin/remote.c:991
4125 #, c-format
4126 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
4127 msgstr ""
4129 #: builtin/remote.c:998
4130 #, c-format
4131 msgid "rebases onto remote %s"
4132 msgstr ""
4134 #: builtin/remote.c:1001
4135 #, c-format
4136 msgid " merges with remote %s"
4137 msgstr ""
4139 #: builtin/remote.c:1002
4140 msgid "    and with remote"
4141 msgstr ""
4143 #: builtin/remote.c:1004
4144 #, c-format
4145 msgid "merges with remote %s"
4146 msgstr ""
4148 #: builtin/remote.c:1005
4149 msgid "   and with remote"
4150 msgstr ""
4152 #: builtin/remote.c:1051
4153 msgid "create"
4154 msgstr ""
4156 #: builtin/remote.c:1054
4157 msgid "delete"
4158 msgstr ""
4160 #: builtin/remote.c:1058
4161 msgid "up to date"
4162 msgstr ""
4164 #: builtin/remote.c:1061
4165 msgid "fast-forwardable"
4166 msgstr ""
4168 #: builtin/remote.c:1064
4169 msgid "local out of date"
4170 msgstr ""
4172 #: builtin/remote.c:1071
4173 #, c-format
4174 msgid "    %-*s forces to %-*s (%s)"
4175 msgstr ""
4177 #: builtin/remote.c:1074
4178 #, c-format
4179 msgid "    %-*s pushes to %-*s (%s)"
4180 msgstr ""
4182 #: builtin/remote.c:1078
4183 #, c-format
4184 msgid "    %-*s forces to %s"
4185 msgstr ""
4187 #: builtin/remote.c:1081
4188 #, c-format
4189 msgid "    %-*s pushes to %s"
4190 msgstr ""
4192 #: builtin/remote.c:1118
4193 #, c-format
4194 msgid "* remote %s"
4195 msgstr ""
4197 #: builtin/remote.c:1119
4198 #, c-format
4199 msgid "  Fetch URL: %s"
4200 msgstr ""
4202 #: builtin/remote.c:1120 builtin/remote.c:1285
4203 msgid "(no URL)"
4204 msgstr ""
4206 #: builtin/remote.c:1129 builtin/remote.c:1131
4207 #, c-format
4208 msgid "  Push  URL: %s"
4209 msgstr ""
4211 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
4212 #, c-format
4213 msgid "  HEAD branch: %s"
4214 msgstr ""
4216 #: builtin/remote.c:1139
4217 #, c-format
4218 msgid ""
4219 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
4220 msgstr ""
4222 #: builtin/remote.c:1151
4223 #, c-format
4224 msgid "  Remote branch:%s"
4225 msgid_plural "  Remote branches:%s"
4226 msgstr[0] ""
4227 msgstr[1] ""
4229 #: builtin/remote.c:1154 builtin/remote.c:1181
4230 msgid " (status not queried)"
4231 msgstr ""
4233 #: builtin/remote.c:1163
4234 msgid "  Local branch configured for 'git pull':"
4235 msgid_plural "  Local branches configured for 'git pull':"
4236 msgstr[0] ""
4237 msgstr[1] ""
4239 #: builtin/remote.c:1171
4240 msgid "  Local refs will be mirrored by 'git push'"
4241 msgstr ""
4243 #: builtin/remote.c:1178
4244 #, c-format
4245 msgid "  Local ref configured for 'git push'%s:"
4246 msgid_plural "  Local refs configured for 'git push'%s:"
4247 msgstr[0] ""
4248 msgstr[1] ""
4250 #: builtin/remote.c:1216
4251 msgid "Cannot determine remote HEAD"
4252 msgstr ""
4254 #: builtin/remote.c:1218
4255 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
4256 msgstr ""
4258 #: builtin/remote.c:1228
4259 #, c-format
4260 msgid "Could not delete %s"
4261 msgstr ""
4263 #: builtin/remote.c:1236
4264 #, c-format
4265 msgid "Not a valid ref: %s"
4266 msgstr ""
4268 #: builtin/remote.c:1238
4269 #, c-format
4270 msgid "Could not setup %s"
4271 msgstr ""
4273 #: builtin/remote.c:1274
4274 #, c-format
4275 msgid " %s will become dangling!"
4276 msgstr ""
4278 #: builtin/remote.c:1275
4279 #, c-format
4280 msgid " %s has become dangling!"
4281 msgstr ""
4283 #: builtin/remote.c:1281
4284 #, c-format
4285 msgid "Pruning %s"
4286 msgstr ""
4288 #: builtin/remote.c:1282
4289 #, c-format
4290 msgid "URL: %s"
4291 msgstr ""
4293 #: builtin/remote.c:1295
4294 #, c-format
4295 msgid " * [would prune] %s"
4296 msgstr ""
4298 #: builtin/remote.c:1298
4299 #, c-format
4300 msgid " * [pruned] %s"
4301 msgstr ""
4303 #: builtin/remote.c:1387 builtin/remote.c:1461
4304 #, c-format
4305 msgid "No such remote '%s'"
4306 msgstr ""
4308 #: builtin/remote.c:1414
4309 msgid "no remote specified"
4310 msgstr ""
4312 #: builtin/remote.c:1447
4313 msgid "--add --delete doesn't make sense"
4314 msgstr ""
4316 #: builtin/remote.c:1487
4317 #, c-format
4318 msgid "Invalid old URL pattern: %s"
4319 msgstr ""
4321 #: builtin/remote.c:1495
4322 #, c-format
4323 msgid "No such URL found: %s"
4324 msgstr ""
4326 #: builtin/remote.c:1497
4327 msgid "Will not delete all non-push URLs"
4328 msgstr ""
4330 #: builtin/reset.c:33
4331 msgid "mixed"
4332 msgstr ""
4334 #: builtin/reset.c:33
4335 msgid "soft"
4336 msgstr ""
4338 #: builtin/reset.c:33
4339 msgid "hard"
4340 msgstr ""
4342 #: builtin/reset.c:33
4343 msgid "merge"
4344 msgstr ""
4346 #: builtin/reset.c:33
4347 msgid "keep"
4348 msgstr ""
4350 #: builtin/reset.c:77
4351 msgid "You do not have a valid HEAD."
4352 msgstr ""
4354 #: builtin/reset.c:79
4355 msgid "Failed to find tree of HEAD."
4356 msgstr ""
4358 #: builtin/reset.c:85
4359 #, c-format
4360 msgid "Failed to find tree of %s."
4361 msgstr ""
4363 #: builtin/reset.c:96
4364 msgid "Could not write new index file."
4365 msgstr ""
4367 #: builtin/reset.c:106
4368 #, c-format
4369 msgid "HEAD is now at %s"
4370 msgstr ""
4372 #: builtin/reset.c:130
4373 msgid "Could not read index"
4374 msgstr ""
4376 #: builtin/reset.c:133
4377 msgid "Unstaged changes after reset:"
4378 msgstr ""
4380 #: builtin/reset.c:223
4381 #, c-format
4382 msgid "Cannot do a %s reset in the middle of a merge."
4383 msgstr ""
4385 #: builtin/reset.c:303
4386 #, c-format
4387 msgid "Could not parse object '%s'."
4388 msgstr ""
4390 #: builtin/reset.c:308
4391 msgid "--patch is incompatible with --{hard,mixed,soft}"
4392 msgstr ""
4394 #: builtin/reset.c:317
4395 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4396 msgstr ""
4398 #: builtin/reset.c:319
4399 #, c-format
4400 msgid "Cannot do %s reset with paths."
4401 msgstr ""
4403 #: builtin/reset.c:331
4404 #, c-format
4405 msgid "%s reset is not allowed in a bare repository"
4406 msgstr ""
4408 #: builtin/reset.c:347
4409 #, c-format
4410 msgid "Could not reset index file to revision '%s'."
4411 msgstr ""
4413 #: builtin/revert.c:70 builtin/revert.c:92
4414 #, c-format
4415 msgid "%s: %s cannot be used with %s"
4416 msgstr ""
4418 #: builtin/revert.c:131
4419 msgid "program error"
4420 msgstr ""
4422 #: builtin/revert.c:221
4423 msgid "revert failed"
4424 msgstr ""
4426 #: builtin/revert.c:236
4427 msgid "cherry-pick failed"
4428 msgstr ""
4430 #: builtin/rm.c:109
4431 #, c-format
4432 msgid ""
4433 "'%s' has staged content different from both the file and the HEAD\n"
4434 "(use -f to force removal)"
4435 msgstr ""
4437 #: builtin/rm.c:115
4438 #, c-format
4439 msgid ""
4440 "'%s' has changes staged in the index\n"
4441 "(use --cached to keep the file, or -f to force removal)"
4442 msgstr ""
4444 #: builtin/rm.c:119
4445 #, c-format
4446 msgid ""
4447 "'%s' has local modifications\n"
4448 "(use --cached to keep the file, or -f to force removal)"
4449 msgstr ""
4451 #: builtin/rm.c:194
4452 #, c-format
4453 msgid "not removing '%s' recursively without -r"
4454 msgstr ""
4456 #: builtin/rm.c:230
4457 #, c-format
4458 msgid "git rm: unable to remove %s"
4459 msgstr ""
4461 #: builtin/shortlog.c:157
4462 #, c-format
4463 msgid "Missing author: %s"
4464 msgstr ""
4466 #: builtin/tag.c:60
4467 #, c-format
4468 msgid "malformed object at '%s'"
4469 msgstr ""
4471 #: builtin/tag.c:207
4472 #, c-format
4473 msgid "tag name too long: %.*s..."
4474 msgstr ""
4476 #: builtin/tag.c:212
4477 #, c-format
4478 msgid "tag '%s' not found."
4479 msgstr ""
4481 #: builtin/tag.c:227
4482 #, c-format
4483 msgid "Deleted tag '%s' (was %s)\n"
4484 msgstr ""
4486 #: builtin/tag.c:239
4487 #, c-format
4488 msgid "could not verify the tag '%s'"
4489 msgstr ""
4491 #: builtin/tag.c:249
4492 msgid ""
4493 "\n"
4494 "#\n"
4495 "# Write a tag message\n"
4496 "# Lines starting with '#' will be ignored.\n"
4497 "#\n"
4498 msgstr ""
4500 #: builtin/tag.c:256
4501 msgid ""
4502 "\n"
4503 "#\n"
4504 "# Write a tag message\n"
4505 "# Lines starting with '#' will be kept; you may remove them yourself if you "
4506 "want to.\n"
4507 "#\n"
4508 msgstr ""
4510 #: builtin/tag.c:298
4511 msgid "unable to sign the tag"
4512 msgstr ""
4514 #: builtin/tag.c:300
4515 msgid "unable to write tag file"
4516 msgstr ""
4518 #: builtin/tag.c:325
4519 msgid "bad object type."
4520 msgstr ""
4522 #: builtin/tag.c:338
4523 msgid "tag header too big."
4524 msgstr ""
4526 #: builtin/tag.c:370
4527 msgid "no tag message?"
4528 msgstr ""
4530 #: builtin/tag.c:376
4531 #, c-format
4532 msgid "The tag message has been left in %s\n"
4533 msgstr ""
4535 #: builtin/tag.c:425
4536 msgid "switch 'points-at' requires an object"
4537 msgstr ""
4539 #: builtin/tag.c:427
4540 #, c-format
4541 msgid "malformed object name '%s'"
4542 msgstr ""
4544 #: builtin/tag.c:506
4545 msgid "--column and -n are incompatible"
4546 msgstr ""
4548 #: builtin/tag.c:523
4549 msgid "-n option is only allowed with -l."
4550 msgstr ""
4552 #: builtin/tag.c:525
4553 msgid "--contains option is only allowed with -l."
4554 msgstr ""
4556 #: builtin/tag.c:527
4557 msgid "--points-at option is only allowed with -l."
4558 msgstr ""
4560 #: builtin/tag.c:535
4561 msgid "only one -F or -m option is allowed."
4562 msgstr ""
4564 #: builtin/tag.c:555
4565 msgid "too many params"
4566 msgstr ""
4568 #: builtin/tag.c:561
4569 #, c-format
4570 msgid "'%s' is not a valid tag name."
4571 msgstr ""
4573 #: builtin/tag.c:566
4574 #, c-format
4575 msgid "tag '%s' already exists"
4576 msgstr ""
4578 #: builtin/tag.c:584
4579 #, c-format
4580 msgid "%s: cannot lock the ref"
4581 msgstr ""
4583 #: builtin/tag.c:586
4584 #, c-format
4585 msgid "%s: cannot update the ref"
4586 msgstr ""
4588 #: builtin/tag.c:588
4589 #, c-format
4590 msgid "Updated tag '%s' (was %s)\n"
4591 msgstr ""
4593 #: git.c:16
4594 msgid "See 'git help <command>' for more information on a specific command."
4595 msgstr ""
4597 #: parse-options.h:133 parse-options.h:235
4598 msgid "n"
4599 msgstr ""
4601 #: parse-options.h:141
4602 msgid "time"
4603 msgstr ""
4605 #: parse-options.h:149
4606 msgid "file"
4607 msgstr ""
4609 #: parse-options.h:151
4610 msgid "when"
4611 msgstr ""
4613 #: parse-options.h:156
4614 msgid "no-op (backward compatibility)"
4615 msgstr ""
4617 #: parse-options.h:228
4618 msgid "be more verbose"
4619 msgstr ""
4621 #: parse-options.h:230
4622 msgid "be more quiet"
4623 msgstr ""
4625 #: parse-options.h:236
4626 msgid "use <n> digits to display SHA-1s"
4627 msgstr ""
4629 #: common-cmds.h:8
4630 msgid "Add file contents to the index"
4631 msgstr ""
4633 #: common-cmds.h:9
4634 msgid "Find by binary search the change that introduced a bug"
4635 msgstr ""
4637 #: common-cmds.h:10
4638 msgid "List, create, or delete branches"
4639 msgstr ""
4641 #: common-cmds.h:11
4642 msgid "Checkout a branch or paths to the working tree"
4643 msgstr ""
4645 #: common-cmds.h:12
4646 msgid "Clone a repository into a new directory"
4647 msgstr ""
4649 #: common-cmds.h:13
4650 msgid "Record changes to the repository"
4651 msgstr ""
4653 #: common-cmds.h:14
4654 msgid "Show changes between commits, commit and working tree, etc"
4655 msgstr ""
4657 #: common-cmds.h:15
4658 msgid "Download objects and refs from another repository"
4659 msgstr ""
4661 #: common-cmds.h:16
4662 msgid "Print lines matching a pattern"
4663 msgstr ""
4665 #: common-cmds.h:17
4666 msgid "Create an empty git repository or reinitialize an existing one"
4667 msgstr ""
4669 #: common-cmds.h:18
4670 msgid "Show commit logs"
4671 msgstr ""
4673 #: common-cmds.h:19
4674 msgid "Join two or more development histories together"
4675 msgstr ""
4677 #: common-cmds.h:20
4678 msgid "Move or rename a file, a directory, or a symlink"
4679 msgstr ""
4681 #: common-cmds.h:21
4682 msgid "Fetch from and merge with another repository or a local branch"
4683 msgstr ""
4685 #: common-cmds.h:22
4686 msgid "Update remote refs along with associated objects"
4687 msgstr ""
4689 #: common-cmds.h:23
4690 msgid "Forward-port local commits to the updated upstream head"
4691 msgstr ""
4693 #: common-cmds.h:24
4694 msgid "Reset current HEAD to the specified state"
4695 msgstr ""
4697 #: common-cmds.h:25
4698 msgid "Remove files from the working tree and from the index"
4699 msgstr ""
4701 #: common-cmds.h:26
4702 msgid "Show various types of objects"
4703 msgstr ""
4705 #: common-cmds.h:27
4706 msgid "Show the working tree status"
4707 msgstr ""
4709 #: common-cmds.h:28
4710 msgid "Create, list, delete or verify a tag object signed with GPG"
4711 msgstr ""
4713 #: git-am.sh:50
4714 msgid "You need to set your committer info first"
4715 msgstr ""
4717 #: git-am.sh:95
4718 msgid ""
4719 "You seem to have moved HEAD since the last 'am' failure.\n"
4720 "Not rewinding to ORIG_HEAD"
4721 msgstr ""
4723 #: git-am.sh:105
4724 #, sh-format
4725 msgid ""
4726 "When you have resolved this problem run \"$cmdline --resolved\".\n"
4727 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4728 "To restore the original branch and stop patching run \"$cmdline --abort\"."
4729 msgstr ""
4731 #: git-am.sh:121
4732 msgid "Cannot fall back to three-way merge."
4733 msgstr ""
4735 #: git-am.sh:137
4736 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4737 msgstr ""
4739 #: git-am.sh:154
4740 msgid ""
4741 "Did you hand edit your patch?\n"
4742 "It does not apply to blobs recorded in its index."
4743 msgstr ""
4745 #: git-am.sh:163
4746 msgid "Falling back to patching base and 3-way merge..."
4747 msgstr ""
4749 #: git-am.sh:275
4750 msgid "Only one StGIT patch series can be applied at once"
4751 msgstr ""
4753 #: git-am.sh:362
4754 #, sh-format
4755 msgid "Patch format $patch_format is not supported."
4756 msgstr ""
4758 #: git-am.sh:364
4759 msgid "Patch format detection failed."
4760 msgstr ""
4762 #: git-am.sh:418
4763 msgid "-d option is no longer supported.  Do not use."
4764 msgstr ""
4766 #: git-am.sh:481
4767 #, sh-format
4768 msgid "previous rebase directory $dotest still exists but mbox given."
4769 msgstr ""
4771 #: git-am.sh:486
4772 msgid "Please make up your mind. --skip or --abort?"
4773 msgstr ""
4775 #: git-am.sh:513
4776 msgid "Resolve operation not in progress, we are not resuming."
4777 msgstr ""
4779 #: git-am.sh:579
4780 #, sh-format
4781 msgid "Dirty index: cannot apply patches (dirty: $files)"
4782 msgstr ""
4784 #: git-am.sh:683
4785 #, sh-format
4786 msgid ""
4787 "Patch is empty.  Was it split wrong?\n"
4788 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4789 "To restore the original branch and stop patching run \"$cmdline --abort\"."
4790 msgstr ""
4792 #: git-am.sh:710
4793 msgid "Patch does not have a valid e-mail address."
4794 msgstr ""
4796 #: git-am.sh:757
4797 msgid "cannot be interactive without stdin connected to a terminal."
4798 msgstr ""
4800 #: git-am.sh:761
4801 msgid "Commit Body is:"
4802 msgstr ""
4804 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4805 #. in your translation. The program will only accept English
4806 #. input at this point.
4807 #: git-am.sh:768
4808 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
4809 msgstr ""
4811 #: git-am.sh:804
4812 #, sh-format
4813 msgid "Applying: $FIRSTLINE"
4814 msgstr ""
4816 #: git-am.sh:825
4817 msgid ""
4818 "No changes - did you forget to use 'git add'?\n"
4819 "If there is nothing left to stage, chances are that something else\n"
4820 "already introduced the same changes; you might want to skip this patch."
4821 msgstr ""
4823 #: git-am.sh:833
4824 msgid ""
4825 "You still have unmerged paths in your index\n"
4826 "did you forget to use 'git add'?"
4827 msgstr ""
4829 #: git-am.sh:849
4830 msgid "No changes -- Patch already applied."
4831 msgstr ""
4833 #: git-am.sh:859
4834 #, sh-format
4835 msgid "Patch failed at $msgnum $FIRSTLINE"
4836 msgstr ""
4838 #: git-am.sh:880
4839 msgid "applying to an empty history"
4840 msgstr ""
4842 #: git-bisect.sh:48
4843 msgid "You need to start by \"git bisect start\""
4844 msgstr ""
4846 #. TRANSLATORS: Make sure to include [Y] and [n] in your
4847 #. translation. The program will only accept English input
4848 #. at this point.
4849 #: git-bisect.sh:54
4850 msgid "Do you want me to do it for you [Y/n]? "
4851 msgstr ""
4853 #: git-bisect.sh:95
4854 #, sh-format
4855 msgid "unrecognised option: '$arg'"
4856 msgstr ""
4858 #: git-bisect.sh:99
4859 #, sh-format
4860 msgid "'$arg' does not appear to be a valid revision"
4861 msgstr ""
4863 #: git-bisect.sh:117
4864 msgid "Bad HEAD - I need a HEAD"
4865 msgstr ""
4867 #: git-bisect.sh:130
4868 #, sh-format
4869 msgid ""
4870 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
4871 msgstr ""
4873 #: git-bisect.sh:140
4874 msgid "won't bisect on seeked tree"
4875 msgstr ""
4877 #: git-bisect.sh:144
4878 msgid "Bad HEAD - strange symbolic ref"
4879 msgstr ""
4881 #: git-bisect.sh:189
4882 #, sh-format
4883 msgid "Bad bisect_write argument: $state"
4884 msgstr ""
4886 #: git-bisect.sh:218
4887 #, sh-format
4888 msgid "Bad rev input: $arg"
4889 msgstr ""
4891 #: git-bisect.sh:232
4892 msgid "Please call 'bisect_state' with at least one argument."
4893 msgstr ""
4895 #: git-bisect.sh:244
4896 #, sh-format
4897 msgid "Bad rev input: $rev"
4898 msgstr ""
4900 #: git-bisect.sh:250
4901 msgid "'git bisect bad' can take only one argument."
4902 msgstr ""
4904 #. have bad but not good.  we could bisect although
4905 #. this is less optimum.
4906 #: git-bisect.sh:273
4907 msgid "Warning: bisecting only with a bad commit."
4908 msgstr ""
4910 #. TRANSLATORS: Make sure to include [Y] and [n] in your
4911 #. translation. The program will only accept English input
4912 #. at this point.
4913 #: git-bisect.sh:279
4914 msgid "Are you sure [Y/n]? "
4915 msgstr ""
4917 #: git-bisect.sh:289
4918 msgid ""
4919 "You need to give me at least one good and one bad revisions.\n"
4920 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4921 msgstr ""
4923 #: git-bisect.sh:292
4924 msgid ""
4925 "You need to start by \"git bisect start\".\n"
4926 "You then need to give me at least one good and one bad revisions.\n"
4927 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4928 msgstr ""
4930 #: git-bisect.sh:347 git-bisect.sh:474
4931 msgid "We are not bisecting."
4932 msgstr ""
4934 #: git-bisect.sh:354
4935 #, sh-format
4936 msgid "'$invalid' is not a valid commit"
4937 msgstr ""
4939 #: git-bisect.sh:363
4940 #, sh-format
4941 msgid ""
4942 "Could not check out original HEAD '$branch'.\n"
4943 "Try 'git bisect reset <commit>'."
4944 msgstr ""
4946 #: git-bisect.sh:390
4947 msgid "No logfile given"
4948 msgstr ""
4950 #: git-bisect.sh:391
4951 #, sh-format
4952 msgid "cannot read $file for replaying"
4953 msgstr ""
4955 #: git-bisect.sh:408
4956 msgid "?? what are you talking about?"
4957 msgstr ""
4959 #: git-bisect.sh:420
4960 #, sh-format
4961 msgid "running $command"
4962 msgstr ""
4964 #: git-bisect.sh:427
4965 #, sh-format
4966 msgid ""
4967 "bisect run failed:\n"
4968 "exit code $res from '$command' is < 0 or >= 128"
4969 msgstr ""
4971 #: git-bisect.sh:453
4972 msgid "bisect run cannot continue any more"
4973 msgstr ""
4975 #: git-bisect.sh:459
4976 #, sh-format
4977 msgid ""
4978 "bisect run failed:\n"
4979 "'bisect_state $state' exited with error code $res"
4980 msgstr ""
4982 #: git-bisect.sh:466
4983 msgid "bisect run success"
4984 msgstr ""
4986 #: git-pull.sh:21
4987 msgid ""
4988 "Pull is not possible because you have unmerged files.\n"
4989 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
4990 "as appropriate to mark resolution, or use 'git commit -a'."
4991 msgstr ""
4993 #: git-pull.sh:25
4994 msgid "Pull is not possible because you have unmerged files."
4995 msgstr ""
4997 #: git-pull.sh:197
4998 msgid "updating an unborn branch with changes added to the index"
4999 msgstr ""
5001 #. The fetch involved updating the current branch.
5002 #. The working tree and the index file is still based on the
5003 #. $orig_head commit, but we are merging into $curr_head.
5004 #. First update the working tree to match $curr_head.
5005 #: git-pull.sh:228
5006 #, sh-format
5007 msgid ""
5008 "Warning: fetch updated the current branch head.\n"
5009 "Warning: fast-forwarding your working tree from\n"
5010 "Warning: commit $orig_head."
5011 msgstr ""
5013 #: git-pull.sh:253
5014 msgid "Cannot merge multiple branches into empty head"
5015 msgstr ""
5017 #: git-pull.sh:257
5018 msgid "Cannot rebase onto multiple branches"
5019 msgstr ""
5021 #: git-stash.sh:51
5022 msgid "git stash clear with parameters is unimplemented"
5023 msgstr ""
5025 #: git-stash.sh:74
5026 msgid "You do not have the initial commit yet"
5027 msgstr ""
5029 #: git-stash.sh:89
5030 msgid "Cannot save the current index state"
5031 msgstr ""
5033 #: git-stash.sh:123 git-stash.sh:136
5034 msgid "Cannot save the current worktree state"
5035 msgstr ""
5037 #: git-stash.sh:140
5038 msgid "No changes selected"
5039 msgstr ""
5041 #: git-stash.sh:143
5042 msgid "Cannot remove temporary index (can't happen)"
5043 msgstr ""
5045 #: git-stash.sh:156
5046 msgid "Cannot record working tree state"
5047 msgstr ""
5049 #. TRANSLATORS: $option is an invalid option, like
5050 #. `--blah-blah'. The 7 spaces at the beginning of the
5051 #. second line correspond to "error: ". So you should line
5052 #. up the second line with however many characters the
5053 #. translation of "error: " takes in your language. E.g. in
5054 #. English this is:
5056 #. $ git stash save --blah-blah 2>&1 | head -n 2
5057 #. error: unknown option for 'stash save': --blah-blah
5058 #. To provide a message, use git stash save -- '--blah-blah'
5059 #: git-stash.sh:202
5060 #, sh-format
5061 msgid ""
5062 "error: unknown option for 'stash save': $option\n"
5063 "       To provide a message, use git stash save -- '$option'"
5064 msgstr ""
5066 #: git-stash.sh:223
5067 msgid "No local changes to save"
5068 msgstr ""
5070 #: git-stash.sh:227
5071 msgid "Cannot initialize stash"
5072 msgstr ""
5074 #: git-stash.sh:235
5075 msgid "Cannot save the current status"
5076 msgstr ""
5078 #: git-stash.sh:253
5079 msgid "Cannot remove worktree changes"
5080 msgstr ""
5082 #: git-stash.sh:352
5083 msgid "No stash found."
5084 msgstr ""
5086 #: git-stash.sh:359
5087 #, sh-format
5088 msgid "Too many revisions specified: $REV"
5089 msgstr ""
5091 #: git-stash.sh:365
5092 #, sh-format
5093 msgid "$reference is not valid reference"
5094 msgstr ""
5096 #: git-stash.sh:393
5097 #, sh-format
5098 msgid "'$args' is not a stash-like commit"
5099 msgstr ""
5101 #: git-stash.sh:404
5102 #, sh-format
5103 msgid "'$args' is not a stash reference"
5104 msgstr ""
5106 #: git-stash.sh:412
5107 msgid "unable to refresh index"
5108 msgstr ""
5110 #: git-stash.sh:416
5111 msgid "Cannot apply a stash in the middle of a merge"
5112 msgstr ""
5114 #: git-stash.sh:424
5115 msgid "Conflicts in index. Try without --index."
5116 msgstr ""
5118 #: git-stash.sh:426
5119 msgid "Could not save index tree"
5120 msgstr ""
5122 #: git-stash.sh:460
5123 msgid "Cannot unstage modified files"
5124 msgstr ""
5126 #: git-stash.sh:474
5127 msgid "Index was not unstashed."
5128 msgstr ""
5130 #: git-stash.sh:491
5131 #, sh-format
5132 msgid "Dropped ${REV} ($s)"
5133 msgstr ""
5135 #: git-stash.sh:492
5136 #, sh-format
5137 msgid "${REV}: Could not drop stash entry"
5138 msgstr ""
5140 #: git-stash.sh:499
5141 msgid "No branch name specified"
5142 msgstr ""
5144 #: git-stash.sh:570
5145 msgid "(To restore them type \"git stash apply\")"
5146 msgstr ""
5148 #: git-submodule.sh:88
5149 #, sh-format
5150 msgid "cannot strip one component off url '$remoteurl'"
5151 msgstr ""
5153 #: git-submodule.sh:145
5154 #, sh-format
5155 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
5156 msgstr ""
5158 #: git-submodule.sh:189
5159 #, sh-format
5160 msgid "Clone of '$url' into submodule path '$sm_path' failed"
5161 msgstr ""
5163 #: git-submodule.sh:201
5164 #, sh-format
5165 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5166 msgstr ""
5168 #: git-submodule.sh:290
5169 #, sh-format
5170 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5171 msgstr ""
5173 #: git-submodule.sh:307
5174 #, sh-format
5175 msgid "'$sm_path' already exists in the index"
5176 msgstr ""
5178 #: git-submodule.sh:311
5179 #, sh-format
5180 msgid ""
5181 "The following path is ignored by one of your .gitignore files:\n"
5182 "$sm_path\n"
5183 "Use -f if you really want to add it."
5184 msgstr ""
5186 #: git-submodule.sh:322
5187 #, sh-format
5188 msgid "Adding existing repo at '$sm_path' to the index"
5189 msgstr ""
5191 #: git-submodule.sh:324
5192 #, sh-format
5193 msgid "'$sm_path' already exists and is not a valid git repo"
5194 msgstr ""
5196 #: git-submodule.sh:338
5197 #, sh-format
5198 msgid "Unable to checkout submodule '$sm_path'"
5199 msgstr ""
5201 #: git-submodule.sh:343
5202 #, sh-format
5203 msgid "Failed to add submodule '$sm_path'"
5204 msgstr ""
5206 #: git-submodule.sh:348
5207 #, sh-format
5208 msgid "Failed to register submodule '$sm_path'"
5209 msgstr ""
5211 #: git-submodule.sh:390
5212 #, sh-format
5213 msgid "Entering '$prefix$sm_path'"
5214 msgstr ""
5216 #: git-submodule.sh:404
5217 #, sh-format
5218 msgid "Stopping at '$sm_path'; script returned non-zero status."
5219 msgstr ""
5221 #: git-submodule.sh:447
5222 #, sh-format
5223 msgid "No url found for submodule path '$sm_path' in .gitmodules"
5224 msgstr ""
5226 #: git-submodule.sh:456
5227 #, sh-format
5228 msgid "Failed to register url for submodule path '$sm_path'"
5229 msgstr ""
5231 #: git-submodule.sh:458
5232 #, sh-format
5233 msgid "Submodule '$name' ($url) registered for path '$sm_path'"
5234 msgstr ""
5236 #: git-submodule.sh:466
5237 #, sh-format
5238 msgid "Failed to register update mode for submodule path '$sm_path'"
5239 msgstr ""
5241 #: git-submodule.sh:565
5242 #, sh-format
5243 msgid ""
5244 "Submodule path '$sm_path' not initialized\n"
5245 "Maybe you want to use 'update --init'?"
5246 msgstr ""
5248 #: git-submodule.sh:578
5249 #, sh-format
5250 msgid "Unable to find current revision in submodule path '$sm_path'"
5251 msgstr ""
5253 #: git-submodule.sh:597
5254 #, sh-format
5255 msgid "Unable to fetch in submodule path '$sm_path'"
5256 msgstr ""
5258 #: git-submodule.sh:611
5259 #, sh-format
5260 msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
5261 msgstr ""
5263 #: git-submodule.sh:612
5264 #, sh-format
5265 msgid "Submodule path '$sm_path': rebased into '$sha1'"
5266 msgstr ""
5268 #: git-submodule.sh:617
5269 #, sh-format
5270 msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
5271 msgstr ""
5273 #: git-submodule.sh:618
5274 #, sh-format
5275 msgid "Submodule path '$sm_path': merged in '$sha1'"
5276 msgstr ""
5278 #: git-submodule.sh:623
5279 #, sh-format
5280 msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
5281 msgstr ""
5283 #: git-submodule.sh:624
5284 #, sh-format
5285 msgid "Submodule path '$sm_path': checked out '$sha1'"
5286 msgstr ""
5288 #: git-submodule.sh:646 git-submodule.sh:969
5289 #, sh-format
5290 msgid "Failed to recurse into submodule path '$sm_path'"
5291 msgstr ""
5293 #: git-submodule.sh:754
5294 msgid "--cached cannot be used with --files"
5295 msgstr ""
5297 #. unexpected type
5298 #: git-submodule.sh:794
5299 #, sh-format
5300 msgid "unexpected mode $mod_dst"
5301 msgstr ""
5303 #: git-submodule.sh:812
5304 #, sh-format
5305 msgid "  Warn: $name doesn't contain commit $sha1_src"
5306 msgstr ""
5308 #: git-submodule.sh:815
5309 #, sh-format
5310 msgid "  Warn: $name doesn't contain commit $sha1_dst"
5311 msgstr ""
5313 #: git-submodule.sh:818
5314 #, sh-format
5315 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5316 msgstr ""
5318 #: git-submodule.sh:843
5319 msgid "blob"
5320 msgstr ""
5322 #: git-submodule.sh:844
5323 msgid "submodule"
5324 msgstr ""
5326 #: git-submodule.sh:881
5327 msgid "# Submodules changed but not updated:"
5328 msgstr ""
5330 #: git-submodule.sh:883
5331 msgid "# Submodule changes to be committed:"
5332 msgstr ""
5334 #: git-submodule.sh:1027
5335 #, sh-format
5336 msgid "Synchronizing submodule url for '$name'"
5337 msgstr ""