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