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