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