i18n: mktree: mark parseopt strings for translation
[git/jnareb-git.git] / po / git.pot
blob5c586d600751ca2384f8833c5bc92f72586dc134
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2012-08-06 23:47+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: advice.c:40
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
27 #. * Message used both when 'git commit' fails and when
28 #. * other commands doing a merge do.
30 #: advice.c:70
31 msgid ""
32 "Fix them up in the work tree,\n"
33 "and then use 'git add/rm <file>' as\n"
34 "appropriate to mark resolution and make a commit,\n"
35 "or use 'git commit -a'."
36 msgstr ""
38 #: bundle.c:36
39 #, c-format
40 msgid "'%s' does not look like a v2 bundle file"
41 msgstr ""
43 #: bundle.c:63
44 #, c-format
45 msgid "unrecognized header: %s%s (%d)"
46 msgstr ""
48 #: bundle.c:89 builtin/commit.c:699
49 #, c-format
50 msgid "could not open '%s'"
51 msgstr ""
53 #: bundle.c:140
54 msgid "Repository lacks these prerequisite commits:"
55 msgstr ""
57 #: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290
58 #: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347
59 #: builtin/shortlog.c:181
60 msgid "revision walk setup failed"
61 msgstr ""
63 #: bundle.c:186
64 #, c-format
65 msgid "The bundle contains %d ref"
66 msgid_plural "The bundle contains %d refs"
67 msgstr[0] ""
68 msgstr[1] ""
70 #: bundle.c:192
71 msgid "The bundle records a complete history."
72 msgstr ""
74 #: bundle.c:195
75 #, c-format
76 msgid "The bundle requires this ref"
77 msgid_plural "The bundle requires these %d refs"
78 msgstr[0] ""
79 msgstr[1] ""
81 #: bundle.c:294
82 msgid "rev-list died"
83 msgstr ""
85 #: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284
86 #, c-format
87 msgid "unrecognized argument: %s"
88 msgstr ""
90 #: bundle.c:335
91 #, c-format
92 msgid "ref '%s' is excluded by the rev-list options"
93 msgstr ""
95 #: bundle.c:380
96 msgid "Refusing to create empty bundle."
97 msgstr ""
99 #: bundle.c:398
100 msgid "Could not spawn pack-objects"
101 msgstr ""
103 #: bundle.c:416
104 msgid "pack-objects died"
105 msgstr ""
107 #: bundle.c:419
108 #, c-format
109 msgid "cannot create '%s'"
110 msgstr ""
112 #: bundle.c:441
113 msgid "index-pack died"
114 msgstr ""
116 #: commit.c:48
117 #, c-format
118 msgid "could not parse %s"
119 msgstr ""
121 #: commit.c:50
122 #, c-format
123 msgid "%s %s is not a commit!"
124 msgstr ""
126 #: compat/obstack.c:406 compat/obstack.c:408
127 msgid "memory exhausted"
128 msgstr ""
130 #: connected.c:39
131 msgid "Could not run 'git rev-list'"
132 msgstr ""
134 #: connected.c:48
135 #, c-format
136 msgid "failed write to rev-list: %s"
137 msgstr ""
139 #: connected.c:56
140 #, c-format
141 msgid "failed to close rev-list's stdin: %s"
142 msgstr ""
144 #: date.c:95
145 msgid "in the future"
146 msgstr ""
148 #: date.c:101
149 #, c-format
150 msgid "%lu second ago"
151 msgid_plural "%lu seconds ago"
152 msgstr[0] ""
153 msgstr[1] ""
155 #: date.c:108
156 #, c-format
157 msgid "%lu minute ago"
158 msgid_plural "%lu minutes ago"
159 msgstr[0] ""
160 msgstr[1] ""
162 #: date.c:115
163 #, c-format
164 msgid "%lu hour ago"
165 msgid_plural "%lu hours ago"
166 msgstr[0] ""
167 msgstr[1] ""
169 #: date.c:122
170 #, c-format
171 msgid "%lu day ago"
172 msgid_plural "%lu days ago"
173 msgstr[0] ""
174 msgstr[1] ""
176 #: date.c:128
177 #, c-format
178 msgid "%lu week ago"
179 msgid_plural "%lu weeks ago"
180 msgstr[0] ""
181 msgstr[1] ""
183 #: date.c:135
184 #, c-format
185 msgid "%lu month ago"
186 msgid_plural "%lu months ago"
187 msgstr[0] ""
188 msgstr[1] ""
190 #: date.c:146
191 #, c-format
192 msgid "%lu year"
193 msgid_plural "%lu years"
194 msgstr[0] ""
195 msgstr[1] ""
197 #: date.c:149
198 #, c-format
199 msgid "%s, %lu month ago"
200 msgid_plural "%s, %lu months ago"
201 msgstr[0] ""
202 msgstr[1] ""
204 #: date.c:154 date.c:159
205 #, c-format
206 msgid "%lu year ago"
207 msgid_plural "%lu years ago"
208 msgstr[0] ""
209 msgstr[1] ""
211 #: diff.c:105
212 #, c-format
213 msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
214 msgstr ""
216 #: diff.c:110
217 #, c-format
218 msgid "  Unknown dirstat parameter '%.*s'\n"
219 msgstr ""
221 #: diff.c:210
222 #, c-format
223 msgid ""
224 "Found errors in 'diff.dirstat' config variable:\n"
225 "%s"
226 msgstr ""
228 #: diff.c:1400
229 msgid " 0 files changed"
230 msgstr ""
232 #: diff.c:1404
233 #, c-format
234 msgid " %d file changed"
235 msgid_plural " %d files changed"
236 msgstr[0] ""
237 msgstr[1] ""
239 #: diff.c:1421
240 #, c-format
241 msgid ", %d insertion(+)"
242 msgid_plural ", %d insertions(+)"
243 msgstr[0] ""
244 msgstr[1] ""
246 #: diff.c:1432
247 #, c-format
248 msgid ", %d deletion(-)"
249 msgid_plural ", %d deletions(-)"
250 msgstr[0] ""
251 msgstr[1] ""
253 #: diff.c:3461
254 #, c-format
255 msgid ""
256 "Failed to parse --dirstat/-X option parameter:\n"
257 "%s"
258 msgstr ""
260 #: gpg-interface.c:59
261 msgid "could not run gpg."
262 msgstr ""
264 #: gpg-interface.c:71
265 msgid "gpg did not accept the data"
266 msgstr ""
268 #: gpg-interface.c:82
269 msgid "gpg failed to sign the data"
270 msgstr ""
272 #: grep.c:1320
273 #, c-format
274 msgid "'%s': unable to read %s"
275 msgstr ""
277 #: grep.c:1337
278 #, c-format
279 msgid "'%s': %s"
280 msgstr ""
282 #: grep.c:1348
283 #, c-format
284 msgid "'%s': short read %s"
285 msgstr ""
287 #: help.c:212
288 #, c-format
289 msgid "available git commands in '%s'"
290 msgstr ""
292 #: help.c:219
293 msgid "git commands available from elsewhere on your $PATH"
294 msgstr ""
296 #: help.c:275
297 #, c-format
298 msgid ""
299 "'%s' appears to be a git command, but we were not\n"
300 "able to execute it. Maybe git-%s is broken?"
301 msgstr ""
303 #: help.c:332
304 msgid "Uh oh. Your system reports no Git commands at all."
305 msgstr ""
307 #: help.c:354
308 #, c-format
309 msgid ""
310 "WARNING: You called a Git command named '%s', which does not exist.\n"
311 "Continuing under the assumption that you meant '%s'"
312 msgstr ""
314 #: help.c:359
315 #, c-format
316 msgid "in %0.1f seconds automatically..."
317 msgstr ""
319 #: help.c:366
320 #, c-format
321 msgid "git: '%s' is not a git command. See 'git --help'."
322 msgstr ""
324 #: help.c:370
325 msgid ""
326 "\n"
327 "Did you mean this?"
328 msgid_plural ""
329 "\n"
330 "Did you mean one of these?"
331 msgstr[0] ""
332 msgstr[1] ""
334 #: merge-recursive.c:190
335 #, c-format
336 msgid "(bad commit)\n"
337 msgstr ""
339 #: merge-recursive.c:206
340 #, c-format
341 msgid "addinfo_cache failed for path '%s'"
342 msgstr ""
344 #: merge-recursive.c:268
345 msgid "error building trees"
346 msgstr ""
348 #: merge-recursive.c:497
349 msgid "diff setup failed"
350 msgstr ""
352 #: merge-recursive.c:627
353 msgid "merge-recursive: disk full?"
354 msgstr ""
356 #: merge-recursive.c:690
357 #, c-format
358 msgid "failed to create path '%s'%s"
359 msgstr ""
361 #: merge-recursive.c:701
362 #, c-format
363 msgid "Removing %s to make room for subdirectory\n"
364 msgstr ""
366 #. something else exists
367 #. .. but not some other error (who really cares what?)
368 #: merge-recursive.c:715 merge-recursive.c:736
369 msgid ": perhaps a D/F conflict?"
370 msgstr ""
372 #: merge-recursive.c:726
373 #, c-format
374 msgid "refusing to lose untracked file at '%s'"
375 msgstr ""
377 #: merge-recursive.c:766
378 #, c-format
379 msgid "cannot read object %s '%s'"
380 msgstr ""
382 #: merge-recursive.c:768
383 #, c-format
384 msgid "blob expected for %s '%s'"
385 msgstr ""
387 #: merge-recursive.c:791 builtin/clone.c:302
388 #, c-format
389 msgid "failed to open '%s'"
390 msgstr ""
392 #: merge-recursive.c:799
393 #, c-format
394 msgid "failed to symlink '%s'"
395 msgstr ""
397 #: merge-recursive.c:802
398 #, c-format
399 msgid "do not know what to do with %06o %s '%s'"
400 msgstr ""
402 #: merge-recursive.c:939
403 msgid "Failed to execute internal merge"
404 msgstr ""
406 #: merge-recursive.c:943
407 #, c-format
408 msgid "Unable to add %s to database"
409 msgstr ""
411 #: merge-recursive.c:959
412 msgid "unsupported object type in the tree"
413 msgstr ""
415 #: merge-recursive.c:1038 merge-recursive.c:1052
416 #, c-format
417 msgid ""
418 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
419 "in tree."
420 msgstr ""
422 #: merge-recursive.c:1044 merge-recursive.c:1057
423 #, c-format
424 msgid ""
425 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
426 "in tree at %s."
427 msgstr ""
429 #: merge-recursive.c:1098
430 msgid "rename"
431 msgstr ""
433 #: merge-recursive.c:1098
434 msgid "renamed"
435 msgstr ""
437 #: merge-recursive.c:1154
438 #, c-format
439 msgid "%s is a directory in %s adding as %s instead"
440 msgstr ""
442 #: merge-recursive.c:1176
443 #, c-format
444 msgid ""
445 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
446 "\"->\"%s\" in \"%s\"%s"
447 msgstr ""
449 #: merge-recursive.c:1181
450 msgid " (left unresolved)"
451 msgstr ""
453 #: merge-recursive.c:1235
454 #, c-format
455 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
456 msgstr ""
458 #: merge-recursive.c:1265
459 #, c-format
460 msgid "Renaming %s to %s and %s to %s instead"
461 msgstr ""
463 #: merge-recursive.c:1464
464 #, c-format
465 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
466 msgstr ""
468 #: merge-recursive.c:1474
469 #, c-format
470 msgid "Adding merged %s"
471 msgstr ""
473 #: merge-recursive.c:1479 merge-recursive.c:1677
474 #, c-format
475 msgid "Adding as %s instead"
476 msgstr ""
478 #: merge-recursive.c:1530
479 #, c-format
480 msgid "cannot read object %s"
481 msgstr ""
483 #: merge-recursive.c:1533
484 #, c-format
485 msgid "object %s is not a blob"
486 msgstr ""
488 #: merge-recursive.c:1581
489 msgid "modify"
490 msgstr ""
492 #: merge-recursive.c:1581
493 msgid "modified"
494 msgstr ""
496 #: merge-recursive.c:1591
497 msgid "content"
498 msgstr ""
500 #: merge-recursive.c:1598
501 msgid "add/add"
502 msgstr ""
504 #: merge-recursive.c:1632
505 #, c-format
506 msgid "Skipped %s (merged same as existing)"
507 msgstr ""
509 #: merge-recursive.c:1646
510 #, c-format
511 msgid "Auto-merging %s"
512 msgstr ""
514 #: merge-recursive.c:1650 git-submodule.sh:844
515 msgid "submodule"
516 msgstr ""
518 #: merge-recursive.c:1651
519 #, c-format
520 msgid "CONFLICT (%s): Merge conflict in %s"
521 msgstr ""
523 #: merge-recursive.c:1741
524 #, c-format
525 msgid "Removing %s"
526 msgstr ""
528 #: merge-recursive.c:1766
529 msgid "file/directory"
530 msgstr ""
532 #: merge-recursive.c:1772
533 msgid "directory/file"
534 msgstr ""
536 #: merge-recursive.c:1777
537 #, c-format
538 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
539 msgstr ""
541 #: merge-recursive.c:1787
542 #, c-format
543 msgid "Adding %s"
544 msgstr ""
546 #: merge-recursive.c:1804
547 msgid "Fatal merge failure, shouldn't happen."
548 msgstr ""
550 #: merge-recursive.c:1823
551 msgid "Already up-to-date!"
552 msgstr ""
554 #: merge-recursive.c:1832
555 #, c-format
556 msgid "merging of trees %s and %s failed"
557 msgstr ""
559 #: merge-recursive.c:1862
560 #, c-format
561 msgid "Unprocessed path??? %s"
562 msgstr ""
564 #: merge-recursive.c:1907
565 msgid "Merging:"
566 msgstr ""
568 #: merge-recursive.c:1920
569 #, c-format
570 msgid "found %u common ancestor:"
571 msgid_plural "found %u common ancestors:"
572 msgstr[0] ""
573 msgstr[1] ""
575 #: merge-recursive.c:1957
576 msgid "merge returned no commit"
577 msgstr ""
579 #: merge-recursive.c:2014
580 #, c-format
581 msgid "Could not parse object '%s'"
582 msgstr ""
584 #: merge-recursive.c:2026 builtin/merge.c:697
585 msgid "Unable to write index."
586 msgstr ""
588 #: parse-options.c:494
589 msgid "..."
590 msgstr ""
592 #: parse-options.c:512
593 #, c-format
594 msgid "usage: %s"
595 msgstr ""
597 #. TRANSLATORS: the colon here should align with the
598 #. one in "usage: %s" translation
599 #: parse-options.c:516
600 #, c-format
601 msgid "   or: %s"
602 msgstr ""
604 #: parse-options.c:519
605 #, c-format
606 msgid "    %s"
607 msgstr ""
609 #: remote.c:1632
610 #, c-format
611 msgid "Your branch is ahead of '%s' by %d commit.\n"
612 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
613 msgstr[0] ""
614 msgstr[1] ""
616 #: remote.c:1638
617 #, c-format
618 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
619 msgid_plural ""
620 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
621 msgstr[0] ""
622 msgstr[1] ""
624 #: remote.c:1646
625 #, c-format
626 msgid ""
627 "Your branch and '%s' have diverged,\n"
628 "and have %d and %d different commit each, respectively.\n"
629 msgid_plural ""
630 "Your branch and '%s' have diverged,\n"
631 "and have %d and %d different commits each, respectively.\n"
632 msgstr[0] ""
633 msgstr[1] ""
635 #: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
636 #: builtin/merge.c:1088 builtin/merge.c:1098
637 #, c-format
638 msgid "Could not open '%s' for writing"
639 msgstr ""
641 #: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
642 #: builtin/merge.c:1090 builtin/merge.c:1103
643 #, c-format
644 msgid "Could not write to '%s'"
645 msgstr ""
647 #: sequencer.c:144
648 msgid ""
649 "after resolving the conflicts, mark the corrected paths\n"
650 "with 'git add <paths>' or 'git rm <paths>'"
651 msgstr ""
653 #: sequencer.c:147
654 msgid ""
655 "after resolving the conflicts, mark the corrected paths\n"
656 "with 'git add <paths>' or 'git rm <paths>'\n"
657 "and commit the result with 'git commit'"
658 msgstr ""
660 #: sequencer.c:160 sequencer.c:758 sequencer.c:841
661 #, c-format
662 msgid "Could not write to %s"
663 msgstr ""
665 #: sequencer.c:163
666 #, c-format
667 msgid "Error wrapping up %s"
668 msgstr ""
670 #: sequencer.c:178
671 msgid "Your local changes would be overwritten by cherry-pick."
672 msgstr ""
674 #: sequencer.c:180
675 msgid "Your local changes would be overwritten by revert."
676 msgstr ""
678 #: sequencer.c:183
679 msgid "Commit your changes or stash them to proceed."
680 msgstr ""
682 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
683 #: sequencer.c:233
684 #, c-format
685 msgid "%s: Unable to write new index file"
686 msgstr ""
688 #: sequencer.c:261
689 msgid "Could not resolve HEAD commit\n"
690 msgstr ""
692 #: sequencer.c:282
693 msgid "Unable to update cache tree\n"
694 msgstr ""
696 #: sequencer.c:324
697 #, c-format
698 msgid "Could not parse commit %s\n"
699 msgstr ""
701 #: sequencer.c:329
702 #, c-format
703 msgid "Could not parse parent commit %s\n"
704 msgstr ""
706 #: sequencer.c:395
707 msgid "Your index file is unmerged."
708 msgstr ""
710 #: sequencer.c:398
711 msgid "You do not have a valid HEAD"
712 msgstr ""
714 #: sequencer.c:413
715 #, c-format
716 msgid "Commit %s is a merge but no -m option was given."
717 msgstr ""
719 #: sequencer.c:421
720 #, c-format
721 msgid "Commit %s does not have parent %d"
722 msgstr ""
724 #: sequencer.c:425
725 #, c-format
726 msgid "Mainline was specified but commit %s is not a merge."
727 msgstr ""
729 #. TRANSLATORS: The first %s will be "revert" or
730 #. "cherry-pick", the second %s a SHA1
731 #: sequencer.c:436
732 #, c-format
733 msgid "%s: cannot parse parent commit %s"
734 msgstr ""
736 #: sequencer.c:440
737 #, c-format
738 msgid "Cannot get commit message for %s"
739 msgstr ""
741 #: sequencer.c:524
742 #, c-format
743 msgid "could not revert %s... %s"
744 msgstr ""
746 #: sequencer.c:525
747 #, c-format
748 msgid "could not apply %s... %s"
749 msgstr ""
751 #: sequencer.c:553
752 msgid "empty commit set passed"
753 msgstr ""
755 #: sequencer.c:561
756 #, c-format
757 msgid "git %s: failed to read the index"
758 msgstr ""
760 #: sequencer.c:566
761 #, c-format
762 msgid "git %s: failed to refresh the index"
763 msgstr ""
765 #: sequencer.c:624
766 #, c-format
767 msgid "Cannot %s during a %s"
768 msgstr ""
770 #: sequencer.c:646
771 #, c-format
772 msgid "Could not parse line %d."
773 msgstr ""
775 #: sequencer.c:651
776 msgid "No commits parsed."
777 msgstr ""
779 #: sequencer.c:664
780 #, c-format
781 msgid "Could not open %s"
782 msgstr ""
784 #: sequencer.c:668
785 #, c-format
786 msgid "Could not read %s."
787 msgstr ""
789 #: sequencer.c:675
790 #, c-format
791 msgid "Unusable instruction sheet: %s"
792 msgstr ""
794 #: sequencer.c:703
795 #, c-format
796 msgid "Invalid key: %s"
797 msgstr ""
799 #: sequencer.c:706
800 #, c-format
801 msgid "Invalid value for %s: %s"
802 msgstr ""
804 #: sequencer.c:718
805 #, c-format
806 msgid "Malformed options sheet: %s"
807 msgstr ""
809 #: sequencer.c:739
810 msgid "a cherry-pick or revert is already in progress"
811 msgstr ""
813 #: sequencer.c:740
814 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
815 msgstr ""
817 #: sequencer.c:744
818 #, c-format
819 msgid "Could not create sequencer directory %s"
820 msgstr ""
822 #: sequencer.c:760 sequencer.c:845
823 #, c-format
824 msgid "Error wrapping up %s."
825 msgstr ""
827 #: sequencer.c:779 sequencer.c:913
828 msgid "no cherry-pick or revert in progress"
829 msgstr ""
831 #: sequencer.c:781
832 msgid "cannot resolve HEAD"
833 msgstr ""
835 #: sequencer.c:783
836 msgid "cannot abort from a branch yet to be born"
837 msgstr ""
839 #: sequencer.c:805 builtin/apply.c:3988
840 #, c-format
841 msgid "cannot open %s: %s"
842 msgstr ""
844 #: sequencer.c:808
845 #, c-format
846 msgid "cannot read %s: %s"
847 msgstr ""
849 #: sequencer.c:809
850 msgid "unexpected end of file"
851 msgstr ""
853 #: sequencer.c:815
854 #, c-format
855 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
856 msgstr ""
858 #: sequencer.c:838
859 #, c-format
860 msgid "Could not format %s."
861 msgstr ""
863 #: sequencer.c:1000
864 msgid "Can't revert as initial commit"
865 msgstr ""
867 #: sequencer.c:1001
868 msgid "Can't cherry-pick into empty head"
869 msgstr ""
871 #: sha1_name.c:1044
872 msgid "HEAD does not point to a branch"
873 msgstr ""
875 #: sha1_name.c:1047
876 #, c-format
877 msgid "No such branch: '%s'"
878 msgstr ""
880 #: sha1_name.c:1049
881 #, c-format
882 msgid "No upstream configured for branch '%s'"
883 msgstr ""
885 #: sha1_name.c:1052
886 #, c-format
887 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
888 msgstr ""
890 #: wrapper.c:413
891 #, c-format
892 msgid "unable to look up current user in the passwd file: %s"
893 msgstr ""
895 #: wrapper.c:414
896 msgid "no such user"
897 msgstr ""
899 #: wt-status.c:140
900 msgid "Unmerged paths:"
901 msgstr ""
903 #: wt-status.c:167 wt-status.c:194
904 #, c-format
905 msgid "  (use \"git reset %s <file>...\" to unstage)"
906 msgstr ""
908 #: wt-status.c:169 wt-status.c:196
909 msgid "  (use \"git rm --cached <file>...\" to unstage)"
910 msgstr ""
912 #: wt-status.c:173
913 msgid "  (use \"git add <file>...\" to mark resolution)"
914 msgstr ""
916 #: wt-status.c:175 wt-status.c:179
917 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
918 msgstr ""
920 #: wt-status.c:177
921 msgid "  (use \"git rm <file>...\" to mark resolution)"
922 msgstr ""
924 #: wt-status.c:188
925 msgid "Changes to be committed:"
926 msgstr ""
928 #: wt-status.c:206
929 msgid "Changes not staged for commit:"
930 msgstr ""
932 #: wt-status.c:210
933 msgid "  (use \"git add <file>...\" to update what will be committed)"
934 msgstr ""
936 #: wt-status.c:212
937 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
938 msgstr ""
940 #: wt-status.c:213
941 msgid ""
942 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
943 msgstr ""
945 #: wt-status.c:215
946 msgid "  (commit or discard the untracked or modified content in submodules)"
947 msgstr ""
949 #: wt-status.c:224
950 #, c-format
951 msgid "%s files:"
952 msgstr ""
954 #: wt-status.c:227
955 #, c-format
956 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
957 msgstr ""
959 #: wt-status.c:244
960 msgid "bug"
961 msgstr ""
963 #: wt-status.c:249
964 msgid "both deleted:"
965 msgstr ""
967 #: wt-status.c:250
968 msgid "added by us:"
969 msgstr ""
971 #: wt-status.c:251
972 msgid "deleted by them:"
973 msgstr ""
975 #: wt-status.c:252
976 msgid "added by them:"
977 msgstr ""
979 #: wt-status.c:253
980 msgid "deleted by us:"
981 msgstr ""
983 #: wt-status.c:254
984 msgid "both added:"
985 msgstr ""
987 #: wt-status.c:255
988 msgid "both modified:"
989 msgstr ""
991 #: wt-status.c:285
992 msgid "new commits, "
993 msgstr ""
995 #: wt-status.c:287
996 msgid "modified content, "
997 msgstr ""
999 #: wt-status.c:289
1000 msgid "untracked content, "
1001 msgstr ""
1003 #: wt-status.c:303
1004 #, c-format
1005 msgid "new file:   %s"
1006 msgstr ""
1008 #: wt-status.c:306
1009 #, c-format
1010 msgid "copied:     %s -> %s"
1011 msgstr ""
1013 #: wt-status.c:309
1014 #, c-format
1015 msgid "deleted:    %s"
1016 msgstr ""
1018 #: wt-status.c:312
1019 #, c-format
1020 msgid "modified:   %s"
1021 msgstr ""
1023 #: wt-status.c:315
1024 #, c-format
1025 msgid "renamed:    %s -> %s"
1026 msgstr ""
1028 #: wt-status.c:318
1029 #, c-format
1030 msgid "typechange: %s"
1031 msgstr ""
1033 #: wt-status.c:321
1034 #, c-format
1035 msgid "unknown:    %s"
1036 msgstr ""
1038 #: wt-status.c:324
1039 #, c-format
1040 msgid "unmerged:   %s"
1041 msgstr ""
1043 #: wt-status.c:327
1044 #, c-format
1045 msgid "bug: unhandled diff status %c"
1046 msgstr ""
1048 #: wt-status.c:785
1049 msgid "You have unmerged paths."
1050 msgstr ""
1052 #: wt-status.c:788 wt-status.c:912
1053 msgid "  (fix conflicts and run \"git commit\")"
1054 msgstr ""
1056 #: wt-status.c:791
1057 msgid "All conflicts fixed but you are still merging."
1058 msgstr ""
1060 #: wt-status.c:794
1061 msgid "  (use \"git commit\" to conclude merge)"
1062 msgstr ""
1064 #: wt-status.c:804
1065 msgid "You are in the middle of an am session."
1066 msgstr ""
1068 #: wt-status.c:807
1069 msgid "The current patch is empty."
1070 msgstr ""
1072 #: wt-status.c:811
1073 msgid "  (fix conflicts and then run \"git am --resolved\")"
1074 msgstr ""
1076 #: wt-status.c:813
1077 msgid "  (use \"git am --skip\" to skip this patch)"
1078 msgstr ""
1080 #: wt-status.c:815
1081 msgid "  (use \"git am --abort\" to restore the original branch)"
1082 msgstr ""
1084 #: wt-status.c:873 wt-status.c:883
1085 msgid "You are currently rebasing."
1086 msgstr ""
1088 #: wt-status.c:876
1089 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1090 msgstr ""
1092 #: wt-status.c:878
1093 msgid "  (use \"git rebase --skip\" to skip this patch)"
1094 msgstr ""
1096 #: wt-status.c:880
1097 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1098 msgstr ""
1100 #: wt-status.c:886
1101 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1102 msgstr ""
1104 #: wt-status.c:888
1105 msgid "You are currently splitting a commit during a rebase."
1106 msgstr ""
1108 #: wt-status.c:891
1109 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1110 msgstr ""
1112 #: wt-status.c:893
1113 msgid "You are currently editing a commit during a rebase."
1114 msgstr ""
1116 #: wt-status.c:896
1117 msgid "  (use \"git commit --amend\" to amend the current commit)"
1118 msgstr ""
1120 #: wt-status.c:898
1121 msgid ""
1122 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1123 msgstr ""
1125 #: wt-status.c:908
1126 msgid "You are currently cherry-picking."
1127 msgstr ""
1129 #: wt-status.c:915
1130 msgid "  (all conflicts fixed: run \"git commit\")"
1131 msgstr ""
1133 #: wt-status.c:924
1134 msgid "You are currently bisecting."
1135 msgstr ""
1137 #: wt-status.c:927
1138 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1139 msgstr ""
1141 #: wt-status.c:978
1142 msgid "On branch "
1143 msgstr ""
1145 #: wt-status.c:985
1146 msgid "Not currently on any branch."
1147 msgstr ""
1149 #: wt-status.c:997
1150 msgid "Initial commit"
1151 msgstr ""
1153 #: wt-status.c:1011
1154 msgid "Untracked"
1155 msgstr ""
1157 #: wt-status.c:1013
1158 msgid "Ignored"
1159 msgstr ""
1161 #: wt-status.c:1015
1162 #, c-format
1163 msgid "Untracked files not listed%s"
1164 msgstr ""
1166 #: wt-status.c:1017
1167 msgid " (use -u option to show untracked files)"
1168 msgstr ""
1170 #: wt-status.c:1023
1171 msgid "No changes"
1172 msgstr ""
1174 #: wt-status.c:1027
1175 #, c-format
1176 msgid "no changes added to commit%s\n"
1177 msgstr ""
1179 #: wt-status.c:1029
1180 msgid " (use \"git add\" and/or \"git commit -a\")"
1181 msgstr ""
1183 #: wt-status.c:1031
1184 #, c-format
1185 msgid "nothing added to commit but untracked files present%s\n"
1186 msgstr ""
1188 #: wt-status.c:1033
1189 msgid " (use \"git add\" to track)"
1190 msgstr ""
1192 #: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
1193 #, c-format
1194 msgid "nothing to commit%s\n"
1195 msgstr ""
1197 #: wt-status.c:1036
1198 msgid " (create/copy files and use \"git add\" to track)"
1199 msgstr ""
1201 #: wt-status.c:1039
1202 msgid " (use -u to show untracked files)"
1203 msgstr ""
1205 #: wt-status.c:1042
1206 msgid " (working directory clean)"
1207 msgstr ""
1209 #: wt-status.c:1150
1210 msgid "HEAD (no branch)"
1211 msgstr ""
1213 #: wt-status.c:1156
1214 msgid "Initial commit on "
1215 msgstr ""
1217 #: wt-status.c:1171
1218 msgid "behind "
1219 msgstr ""
1221 #: wt-status.c:1174 wt-status.c:1177
1222 msgid "ahead "
1223 msgstr ""
1225 #: wt-status.c:1179
1226 msgid ", behind "
1227 msgstr ""
1229 #: builtin/add.c:62
1230 #, c-format
1231 msgid "unexpected diff status %c"
1232 msgstr ""
1234 #: builtin/add.c:67 builtin/commit.c:229
1235 msgid "updating files failed"
1236 msgstr ""
1238 #: builtin/add.c:77
1239 #, c-format
1240 msgid "remove '%s'\n"
1241 msgstr ""
1243 #: builtin/add.c:176
1244 #, c-format
1245 msgid "Path '%s' is in submodule '%.*s'"
1246 msgstr ""
1248 #: builtin/add.c:192
1249 msgid "Unstaged changes after refreshing the index:"
1250 msgstr ""
1252 #: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
1253 #, c-format
1254 msgid "pathspec '%s' did not match any files"
1255 msgstr ""
1257 #: builtin/add.c:209
1258 #, c-format
1259 msgid "'%s' is beyond a symbolic link"
1260 msgstr ""
1262 #: builtin/add.c:276
1263 msgid "Could not read the index"
1264 msgstr ""
1266 #: builtin/add.c:286
1267 #, c-format
1268 msgid "Could not open '%s' for writing."
1269 msgstr ""
1271 #: builtin/add.c:290
1272 msgid "Could not write patch"
1273 msgstr ""
1275 #: builtin/add.c:295
1276 #, c-format
1277 msgid "Could not stat '%s'"
1278 msgstr ""
1280 #: builtin/add.c:297
1281 msgid "Empty patch. Aborted."
1282 msgstr ""
1284 #: builtin/add.c:303
1285 #, c-format
1286 msgid "Could not apply '%s'"
1287 msgstr ""
1289 #: builtin/add.c:312
1290 msgid "The following paths are ignored by one of your .gitignore files:\n"
1291 msgstr ""
1293 #: builtin/add.c:352
1294 #, c-format
1295 msgid "Use -f if you really want to add them.\n"
1296 msgstr ""
1298 #: builtin/add.c:353
1299 msgid "no files added"
1300 msgstr ""
1302 #: builtin/add.c:359
1303 msgid "adding files failed"
1304 msgstr ""
1306 #: builtin/add.c:391
1307 msgid "-A and -u are mutually incompatible"
1308 msgstr ""
1310 #: builtin/add.c:393
1311 msgid "Option --ignore-missing can only be used together with --dry-run"
1312 msgstr ""
1314 #: builtin/add.c:413
1315 #, c-format
1316 msgid "Nothing specified, nothing added.\n"
1317 msgstr ""
1319 #: builtin/add.c:414
1320 #, c-format
1321 msgid "Maybe you wanted to say 'git add .'?\n"
1322 msgstr ""
1324 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
1325 #: builtin/rm.c:162
1326 msgid "index file corrupt"
1327 msgstr ""
1329 #: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
1330 msgid "Unable to write new index file"
1331 msgstr ""
1333 #: builtin/apply.c:57
1334 msgid "git apply [options] [<patch>...]"
1335 msgstr ""
1337 #: builtin/apply.c:110
1338 #, c-format
1339 msgid "unrecognized whitespace option '%s'"
1340 msgstr ""
1342 #: builtin/apply.c:125
1343 #, c-format
1344 msgid "unrecognized whitespace ignore option '%s'"
1345 msgstr ""
1347 #: builtin/apply.c:824
1348 #, c-format
1349 msgid "Cannot prepare timestamp regexp %s"
1350 msgstr ""
1352 #: builtin/apply.c:833
1353 #, c-format
1354 msgid "regexec returned %d for input: %s"
1355 msgstr ""
1357 #: builtin/apply.c:914
1358 #, c-format
1359 msgid "unable to find filename in patch at line %d"
1360 msgstr ""
1362 #: builtin/apply.c:946
1363 #, c-format
1364 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1365 msgstr ""
1367 #: builtin/apply.c:950
1368 #, c-format
1369 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1370 msgstr ""
1372 #: builtin/apply.c:951
1373 #, c-format
1374 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1375 msgstr ""
1377 #: builtin/apply.c:958
1378 #, c-format
1379 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1380 msgstr ""
1382 #: builtin/apply.c:1403
1383 #, c-format
1384 msgid "recount: unexpected line: %.*s"
1385 msgstr ""
1387 #: builtin/apply.c:1460
1388 #, c-format
1389 msgid "patch fragment without header at line %d: %.*s"
1390 msgstr ""
1392 #: builtin/apply.c:1477
1393 #, c-format
1394 msgid ""
1395 "git diff header lacks filename information when removing %d leading pathname "
1396 "component (line %d)"
1397 msgid_plural ""
1398 "git diff header lacks filename information when removing %d leading pathname "
1399 "components (line %d)"
1400 msgstr[0] ""
1401 msgstr[1] ""
1403 #: builtin/apply.c:1637
1404 msgid "new file depends on old contents"
1405 msgstr ""
1407 #: builtin/apply.c:1639
1408 msgid "deleted file still has contents"
1409 msgstr ""
1411 #: builtin/apply.c:1665
1412 #, c-format
1413 msgid "corrupt patch at line %d"
1414 msgstr ""
1416 #: builtin/apply.c:1701
1417 #, c-format
1418 msgid "new file %s depends on old contents"
1419 msgstr ""
1421 #: builtin/apply.c:1703
1422 #, c-format
1423 msgid "deleted file %s still has contents"
1424 msgstr ""
1426 #: builtin/apply.c:1706
1427 #, c-format
1428 msgid "** warning: file %s becomes empty but is not deleted"
1429 msgstr ""
1431 #: builtin/apply.c:1852
1432 #, c-format
1433 msgid "corrupt binary patch at line %d: %.*s"
1434 msgstr ""
1436 #. there has to be one hunk (forward hunk)
1437 #: builtin/apply.c:1881
1438 #, c-format
1439 msgid "unrecognized binary patch at line %d"
1440 msgstr ""
1442 #: builtin/apply.c:1967
1443 #, c-format
1444 msgid "patch with only garbage at line %d"
1445 msgstr ""
1447 #: builtin/apply.c:2057
1448 #, c-format
1449 msgid "unable to read symlink %s"
1450 msgstr ""
1452 #: builtin/apply.c:2061
1453 #, c-format
1454 msgid "unable to open or read %s"
1455 msgstr ""
1457 #: builtin/apply.c:2132
1458 msgid "oops"
1459 msgstr ""
1461 #: builtin/apply.c:2654
1462 #, c-format
1463 msgid "invalid start of line: '%c'"
1464 msgstr ""
1466 #: builtin/apply.c:2772
1467 #, c-format
1468 msgid "Hunk #%d succeeded at %d (offset %d line)."
1469 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1470 msgstr[0] ""
1471 msgstr[1] ""
1473 #: builtin/apply.c:2784
1474 #, c-format
1475 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1476 msgstr ""
1478 #: builtin/apply.c:2790
1479 #, c-format
1480 msgid ""
1481 "while searching for:\n"
1482 "%.*s"
1483 msgstr ""
1485 #: builtin/apply.c:2809
1486 #, c-format
1487 msgid "missing binary patch data for '%s'"
1488 msgstr ""
1490 #: builtin/apply.c:2912
1491 #, c-format
1492 msgid "binary patch does not apply to '%s'"
1493 msgstr ""
1495 #: builtin/apply.c:2918
1496 #, c-format
1497 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1498 msgstr ""
1500 #: builtin/apply.c:2939
1501 #, c-format
1502 msgid "patch failed: %s:%ld"
1503 msgstr ""
1505 #: builtin/apply.c:3061
1506 #, c-format
1507 msgid "cannot checkout %s"
1508 msgstr ""
1510 #: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
1511 #, c-format
1512 msgid "read of %s failed"
1513 msgstr ""
1515 #: builtin/apply.c:3139 builtin/apply.c:3361
1516 #, c-format
1517 msgid "path %s has been renamed/deleted"
1518 msgstr ""
1520 #: builtin/apply.c:3220 builtin/apply.c:3375
1521 #, c-format
1522 msgid "%s: does not exist in index"
1523 msgstr ""
1525 #: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
1526 #, c-format
1527 msgid "%s: %s"
1528 msgstr ""
1530 #: builtin/apply.c:3229 builtin/apply.c:3383
1531 #, c-format
1532 msgid "%s: does not match index"
1533 msgstr ""
1535 #: builtin/apply.c:3331
1536 msgid "removal patch leaves file contents"
1537 msgstr ""
1539 #: builtin/apply.c:3400
1540 #, c-format
1541 msgid "%s: wrong type"
1542 msgstr ""
1544 #: builtin/apply.c:3402
1545 #, c-format
1546 msgid "%s has type %o, expected %o"
1547 msgstr ""
1549 #: builtin/apply.c:3503
1550 #, c-format
1551 msgid "%s: already exists in index"
1552 msgstr ""
1554 #: builtin/apply.c:3506
1555 #, c-format
1556 msgid "%s: already exists in working directory"
1557 msgstr ""
1559 #: builtin/apply.c:3526
1560 #, c-format
1561 msgid "new mode (%o) of %s does not match old mode (%o)"
1562 msgstr ""
1564 #: builtin/apply.c:3531
1565 #, c-format
1566 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1567 msgstr ""
1569 #: builtin/apply.c:3539
1570 #, c-format
1571 msgid "%s: patch does not apply"
1572 msgstr ""
1574 #: builtin/apply.c:3552
1575 #, c-format
1576 msgid "Checking patch %s..."
1577 msgstr ""
1579 #: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
1580 #, c-format
1581 msgid "make_cache_entry failed for path '%s'"
1582 msgstr ""
1584 #: builtin/apply.c:3750
1585 #, c-format
1586 msgid "unable to remove %s from index"
1587 msgstr ""
1589 #: builtin/apply.c:3778
1590 #, c-format
1591 msgid "corrupt patch for subproject %s"
1592 msgstr ""
1594 #: builtin/apply.c:3782
1595 #, c-format
1596 msgid "unable to stat newly created file '%s'"
1597 msgstr ""
1599 #: builtin/apply.c:3787
1600 #, c-format
1601 msgid "unable to create backing store for newly created file %s"
1602 msgstr ""
1604 #: builtin/apply.c:3790 builtin/apply.c:3898
1605 #, c-format
1606 msgid "unable to add cache entry for %s"
1607 msgstr ""
1609 #: builtin/apply.c:3823
1610 #, c-format
1611 msgid "closing file '%s'"
1612 msgstr ""
1614 #: builtin/apply.c:3872
1615 #, c-format
1616 msgid "unable to write file '%s' mode %o"
1617 msgstr ""
1619 #: builtin/apply.c:3959
1620 #, c-format
1621 msgid "Applied patch %s cleanly."
1622 msgstr ""
1624 #: builtin/apply.c:3967
1625 msgid "internal error"
1626 msgstr ""
1628 #. Say this even without --verbose
1629 #: builtin/apply.c:3970
1630 #, c-format
1631 msgid "Applying patch %%s with %d reject..."
1632 msgid_plural "Applying patch %%s with %d rejects..."
1633 msgstr[0] ""
1634 msgstr[1] ""
1636 #: builtin/apply.c:3980
1637 #, c-format
1638 msgid "truncating .rej filename to %.*s.rej"
1639 msgstr ""
1641 #: builtin/apply.c:4001
1642 #, c-format
1643 msgid "Hunk #%d applied cleanly."
1644 msgstr ""
1646 #: builtin/apply.c:4004
1647 #, c-format
1648 msgid "Rejected hunk #%d."
1649 msgstr ""
1651 #: builtin/apply.c:4154
1652 msgid "unrecognized input"
1653 msgstr ""
1655 #: builtin/apply.c:4165
1656 msgid "unable to read index file"
1657 msgstr ""
1659 #: builtin/apply.c:4284 builtin/apply.c:4287
1660 msgid "path"
1661 msgstr ""
1663 #: builtin/apply.c:4285
1664 msgid "don't apply changes matching the given path"
1665 msgstr ""
1667 #: builtin/apply.c:4288
1668 msgid "apply changes matching the given path"
1669 msgstr ""
1671 #: builtin/apply.c:4290
1672 msgid "num"
1673 msgstr ""
1675 #: builtin/apply.c:4291
1676 msgid "remove <num> leading slashes from traditional diff paths"
1677 msgstr ""
1679 #: builtin/apply.c:4294
1680 msgid "ignore additions made by the patch"
1681 msgstr ""
1683 #: builtin/apply.c:4296
1684 msgid "instead of applying the patch, output diffstat for the input"
1685 msgstr ""
1687 #: builtin/apply.c:4300
1688 msgid "shows number of added and deleted lines in decimal notation"
1689 msgstr ""
1691 #: builtin/apply.c:4302
1692 msgid "instead of applying the patch, output a summary for the input"
1693 msgstr ""
1695 #: builtin/apply.c:4304
1696 msgid "instead of applying the patch, see if the patch is applicable"
1697 msgstr ""
1699 #: builtin/apply.c:4306
1700 msgid "make sure the patch is applicable to the current index"
1701 msgstr ""
1703 #: builtin/apply.c:4308
1704 msgid "apply a patch without touching the working tree"
1705 msgstr ""
1707 #: builtin/apply.c:4310
1708 msgid "also apply the patch (use with --stat/--summary/--check)"
1709 msgstr ""
1711 #: builtin/apply.c:4312
1712 msgid "attempt three-way merge if a patch does not apply"
1713 msgstr ""
1715 #: builtin/apply.c:4314
1716 msgid "build a temporary index based on embedded index information"
1717 msgstr ""
1719 #: builtin/apply.c:4316
1720 msgid "paths are separated with NUL character"
1721 msgstr ""
1723 #: builtin/apply.c:4319
1724 msgid "ensure at least <n> lines of context match"
1725 msgstr ""
1727 #: builtin/apply.c:4320
1728 msgid "action"
1729 msgstr ""
1731 #: builtin/apply.c:4321
1732 msgid "detect new or modified lines that have whitespace errors"
1733 msgstr ""
1735 #: builtin/apply.c:4324 builtin/apply.c:4327
1736 msgid "ignore changes in whitespace when finding context"
1737 msgstr ""
1739 #: builtin/apply.c:4330
1740 msgid "apply the patch in reverse"
1741 msgstr ""
1743 #: builtin/apply.c:4332
1744 msgid "don't expect at least one line of context"
1745 msgstr ""
1747 #: builtin/apply.c:4334
1748 msgid "leave the rejected hunks in corresponding *.rej files"
1749 msgstr ""
1751 #: builtin/apply.c:4336
1752 msgid "allow overlapping hunks"
1753 msgstr ""
1755 #: builtin/apply.c:4337
1756 msgid "be verbose"
1757 msgstr ""
1759 #: builtin/apply.c:4339
1760 msgid "tolerate incorrectly detected missing new-line at the end of file"
1761 msgstr ""
1763 #: builtin/apply.c:4342
1764 msgid "do not trust the line counts in the hunk headers"
1765 msgstr ""
1767 #: builtin/apply.c:4344
1768 msgid "root"
1769 msgstr ""
1771 #: builtin/apply.c:4345
1772 msgid "prepend <root> to all filenames"
1773 msgstr ""
1775 #: builtin/apply.c:4367
1776 msgid "--3way outside a repository"
1777 msgstr ""
1779 #: builtin/apply.c:4375
1780 msgid "--index outside a repository"
1781 msgstr ""
1783 #: builtin/apply.c:4378
1784 msgid "--cached outside a repository"
1785 msgstr ""
1787 #: builtin/apply.c:4394
1788 #, c-format
1789 msgid "can't open patch '%s'"
1790 msgstr ""
1792 #: builtin/apply.c:4408
1793 #, c-format
1794 msgid "squelched %d whitespace error"
1795 msgid_plural "squelched %d whitespace errors"
1796 msgstr[0] ""
1797 msgstr[1] ""
1799 #: builtin/apply.c:4414 builtin/apply.c:4424
1800 #, c-format
1801 msgid "%d line adds whitespace errors."
1802 msgid_plural "%d lines add whitespace errors."
1803 msgstr[0] ""
1804 msgstr[1] ""
1806 #: builtin/archive.c:17
1807 #, c-format
1808 msgid "could not create archive file '%s'"
1809 msgstr ""
1811 #: builtin/archive.c:20
1812 msgid "could not redirect output"
1813 msgstr ""
1815 #: builtin/archive.c:37
1816 msgid "git archive: Remote with no URL"
1817 msgstr ""
1819 #: builtin/archive.c:58
1820 msgid "git archive: expected ACK/NAK, got EOF"
1821 msgstr ""
1823 #: builtin/archive.c:63
1824 #, c-format
1825 msgid "git archive: NACK %s"
1826 msgstr ""
1828 #: builtin/archive.c:65
1829 #, c-format
1830 msgid "remote error: %s"
1831 msgstr ""
1833 #: builtin/archive.c:66
1834 msgid "git archive: protocol error"
1835 msgstr ""
1837 #: builtin/archive.c:71
1838 msgid "git archive: expected a flush"
1839 msgstr ""
1841 #: builtin/branch.c:144
1842 #, c-format
1843 msgid ""
1844 "deleting branch '%s' that has been merged to\n"
1845 "         '%s', but not yet merged to HEAD."
1846 msgstr ""
1848 #: builtin/branch.c:148
1849 #, c-format
1850 msgid ""
1851 "not deleting branch '%s' that is not yet merged to\n"
1852 "         '%s', even though it is merged to HEAD."
1853 msgstr ""
1855 #: builtin/branch.c:180
1856 msgid "cannot use -a with -d"
1857 msgstr ""
1859 #: builtin/branch.c:186
1860 msgid "Couldn't look up commit object for HEAD"
1861 msgstr ""
1863 #: builtin/branch.c:191
1864 #, c-format
1865 msgid "Cannot delete the branch '%s' which you are currently on."
1866 msgstr ""
1868 #: builtin/branch.c:202
1869 #, c-format
1870 msgid "remote branch '%s' not found."
1871 msgstr ""
1873 #: builtin/branch.c:203
1874 #, c-format
1875 msgid "branch '%s' not found."
1876 msgstr ""
1878 #: builtin/branch.c:210
1879 #, c-format
1880 msgid "Couldn't look up commit object for '%s'"
1881 msgstr ""
1883 #: builtin/branch.c:216
1884 #, c-format
1885 msgid ""
1886 "The branch '%s' is not fully merged.\n"
1887 "If you are sure you want to delete it, run 'git branch -D %s'."
1888 msgstr ""
1890 #: builtin/branch.c:225
1891 #, c-format
1892 msgid "Error deleting remote branch '%s'"
1893 msgstr ""
1895 #: builtin/branch.c:226
1896 #, c-format
1897 msgid "Error deleting branch '%s'"
1898 msgstr ""
1900 #: builtin/branch.c:233
1901 #, c-format
1902 msgid "Deleted remote branch %s (was %s).\n"
1903 msgstr ""
1905 #: builtin/branch.c:234
1906 #, c-format
1907 msgid "Deleted branch %s (was %s).\n"
1908 msgstr ""
1910 #: builtin/branch.c:239
1911 msgid "Update of config-file failed"
1912 msgstr ""
1914 #: builtin/branch.c:337
1915 #, c-format
1916 msgid "branch '%s' does not point at a commit"
1917 msgstr ""
1919 #: builtin/branch.c:409
1920 #, c-format
1921 msgid "[%s: behind %d]"
1922 msgstr ""
1924 #: builtin/branch.c:411
1925 #, c-format
1926 msgid "[behind %d]"
1927 msgstr ""
1929 #: builtin/branch.c:415
1930 #, c-format
1931 msgid "[%s: ahead %d]"
1932 msgstr ""
1934 #: builtin/branch.c:417
1935 #, c-format
1936 msgid "[ahead %d]"
1937 msgstr ""
1939 #: builtin/branch.c:420
1940 #, c-format
1941 msgid "[%s: ahead %d, behind %d]"
1942 msgstr ""
1944 #: builtin/branch.c:423
1945 #, c-format
1946 msgid "[ahead %d, behind %d]"
1947 msgstr ""
1949 #: builtin/branch.c:535
1950 msgid "(no branch)"
1951 msgstr ""
1953 #: builtin/branch.c:600
1954 msgid "some refs could not be read"
1955 msgstr ""
1957 #: builtin/branch.c:613
1958 msgid "cannot rename the current branch while not on any."
1959 msgstr ""
1961 #: builtin/branch.c:623
1962 #, c-format
1963 msgid "Invalid branch name: '%s'"
1964 msgstr ""
1966 #: builtin/branch.c:638
1967 msgid "Branch rename failed"
1968 msgstr ""
1970 #: builtin/branch.c:642
1971 #, c-format
1972 msgid "Renamed a misnamed branch '%s' away"
1973 msgstr ""
1975 #: builtin/branch.c:646
1976 #, c-format
1977 msgid "Branch renamed to %s, but HEAD is not updated!"
1978 msgstr ""
1980 #: builtin/branch.c:653
1981 msgid "Branch is renamed, but update of config-file failed"
1982 msgstr ""
1984 #: builtin/branch.c:668
1985 #, c-format
1986 msgid "malformed object name %s"
1987 msgstr ""
1989 #: builtin/branch.c:692
1990 #, c-format
1991 msgid "could not write branch description template: %s"
1992 msgstr ""
1994 #: builtin/branch.c:783
1995 msgid "Failed to resolve HEAD as a valid ref."
1996 msgstr ""
1998 #: builtin/branch.c:788 builtin/clone.c:561
1999 msgid "HEAD not found below refs/heads!"
2000 msgstr ""
2002 #: builtin/branch.c:808
2003 msgid "--column and --verbose are incompatible"
2004 msgstr ""
2006 #: builtin/branch.c:857
2007 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2008 msgstr ""
2010 #: builtin/bundle.c:47
2011 #, c-format
2012 msgid "%s is okay\n"
2013 msgstr ""
2015 #: builtin/bundle.c:56
2016 msgid "Need a repository to create a bundle."
2017 msgstr ""
2019 #: builtin/bundle.c:60
2020 msgid "Need a repository to unbundle."
2021 msgstr ""
2023 #: builtin/checkout.c:114 builtin/checkout.c:147
2024 #, c-format
2025 msgid "path '%s' does not have our version"
2026 msgstr ""
2028 #: builtin/checkout.c:116 builtin/checkout.c:149
2029 #, c-format
2030 msgid "path '%s' does not have their version"
2031 msgstr ""
2033 #: builtin/checkout.c:132
2034 #, c-format
2035 msgid "path '%s' does not have all necessary versions"
2036 msgstr ""
2038 #: builtin/checkout.c:176
2039 #, c-format
2040 msgid "path '%s' does not have necessary versions"
2041 msgstr ""
2043 #: builtin/checkout.c:193
2044 #, c-format
2045 msgid "path '%s': cannot merge"
2046 msgstr ""
2048 #: builtin/checkout.c:210
2049 #, c-format
2050 msgid "Unable to add merge result for '%s'"
2051 msgstr ""
2053 #: builtin/checkout.c:235 builtin/checkout.c:393
2054 msgid "corrupt index file"
2055 msgstr ""
2057 #: builtin/checkout.c:265 builtin/checkout.c:272
2058 #, c-format
2059 msgid "path '%s' is unmerged"
2060 msgstr ""
2062 #: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
2063 #: builtin/merge.c:812
2064 msgid "unable to write new index file"
2065 msgstr ""
2067 #: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
2068 msgid "diff_setup_done failed"
2069 msgstr ""
2071 #: builtin/checkout.c:415
2072 msgid "you need to resolve your current index first"
2073 msgstr ""
2075 #: builtin/checkout.c:534
2076 #, c-format
2077 msgid "Can not do reflog for '%s'\n"
2078 msgstr ""
2080 #: builtin/checkout.c:567
2081 msgid "HEAD is now at"
2082 msgstr ""
2084 #: builtin/checkout.c:574
2085 #, c-format
2086 msgid "Reset branch '%s'\n"
2087 msgstr ""
2089 #: builtin/checkout.c:577
2090 #, c-format
2091 msgid "Already on '%s'\n"
2092 msgstr ""
2094 #: builtin/checkout.c:581
2095 #, c-format
2096 msgid "Switched to and reset branch '%s'\n"
2097 msgstr ""
2099 #: builtin/checkout.c:583
2100 #, c-format
2101 msgid "Switched to a new branch '%s'\n"
2102 msgstr ""
2104 #: builtin/checkout.c:585
2105 #, c-format
2106 msgid "Switched to branch '%s'\n"
2107 msgstr ""
2109 #: builtin/checkout.c:641
2110 #, c-format
2111 msgid " ... and %d more.\n"
2112 msgstr ""
2114 #. The singular version
2115 #: builtin/checkout.c:647
2116 #, c-format
2117 msgid ""
2118 "Warning: you are leaving %d commit behind, not connected to\n"
2119 "any of your branches:\n"
2120 "\n"
2121 "%s\n"
2122 msgid_plural ""
2123 "Warning: you are leaving %d commits behind, not connected to\n"
2124 "any of your branches:\n"
2125 "\n"
2126 "%s\n"
2127 msgstr[0] ""
2128 msgstr[1] ""
2130 #: builtin/checkout.c:665
2131 #, c-format
2132 msgid ""
2133 "If you want to keep them by creating a new branch, this may be a good time\n"
2134 "to do so with:\n"
2135 "\n"
2136 " git branch new_branch_name %s\n"
2137 "\n"
2138 msgstr ""
2140 #: builtin/checkout.c:695
2141 msgid "internal error in revision walk"
2142 msgstr ""
2144 #: builtin/checkout.c:699
2145 msgid "Previous HEAD position was"
2146 msgstr ""
2148 #: builtin/checkout.c:725 builtin/checkout.c:920
2149 msgid "You are on a branch yet to be born"
2150 msgstr ""
2152 #. case (1)
2153 #: builtin/checkout.c:856
2154 #, c-format
2155 msgid "invalid reference: %s"
2156 msgstr ""
2158 #. case (1): want a tree
2159 #: builtin/checkout.c:895
2160 #, c-format
2161 msgid "reference is not a tree: %s"
2162 msgstr ""
2164 #: builtin/checkout.c:977
2165 msgid "-B cannot be used with -b"
2166 msgstr ""
2168 #: builtin/checkout.c:986
2169 msgid "--patch is incompatible with all other options"
2170 msgstr ""
2172 #: builtin/checkout.c:989
2173 msgid "--detach cannot be used with -b/-B/--orphan"
2174 msgstr ""
2176 #: builtin/checkout.c:991
2177 msgid "--detach cannot be used with -t"
2178 msgstr ""
2180 #: builtin/checkout.c:997
2181 msgid "--track needs a branch name"
2182 msgstr ""
2184 #: builtin/checkout.c:1004
2185 msgid "Missing branch name; try -b"
2186 msgstr ""
2188 #: builtin/checkout.c:1010
2189 msgid "--orphan and -b|-B are mutually exclusive"
2190 msgstr ""
2192 #: builtin/checkout.c:1012
2193 msgid "--orphan cannot be used with -t"
2194 msgstr ""
2196 #: builtin/checkout.c:1022
2197 msgid "git checkout: -f and -m are incompatible"
2198 msgstr ""
2200 #: builtin/checkout.c:1056
2201 msgid "invalid path specification"
2202 msgstr ""
2204 #: builtin/checkout.c:1064
2205 #, c-format
2206 msgid ""
2207 "git checkout: updating paths is incompatible with switching branches.\n"
2208 "Did you intend to checkout '%s' which can not be resolved as commit?"
2209 msgstr ""
2211 #: builtin/checkout.c:1066
2212 msgid "git checkout: updating paths is incompatible with switching branches."
2213 msgstr ""
2215 #: builtin/checkout.c:1071
2216 msgid "git checkout: --detach does not take a path argument"
2217 msgstr ""
2219 #: builtin/checkout.c:1074
2220 msgid ""
2221 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
2222 "checking out of the index."
2223 msgstr ""
2225 #: builtin/checkout.c:1093
2226 msgid "Cannot switch branch to a non-commit."
2227 msgstr ""
2229 #: builtin/checkout.c:1096
2230 msgid "--ours/--theirs is incompatible with switching branches."
2231 msgstr ""
2233 #: builtin/clean.c:78
2234 msgid "-x and -X cannot be used together"
2235 msgstr ""
2237 #: builtin/clean.c:82
2238 msgid ""
2239 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
2240 msgstr ""
2242 #: builtin/clean.c:85
2243 msgid ""
2244 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
2245 "clean"
2246 msgstr ""
2248 #: builtin/clean.c:155 builtin/clean.c:176
2249 #, c-format
2250 msgid "Would remove %s\n"
2251 msgstr ""
2253 #: builtin/clean.c:159 builtin/clean.c:179
2254 #, c-format
2255 msgid "Removing %s\n"
2256 msgstr ""
2258 #: builtin/clean.c:162 builtin/clean.c:182
2259 #, c-format
2260 msgid "failed to remove %s"
2261 msgstr ""
2263 #: builtin/clean.c:166
2264 #, c-format
2265 msgid "Would not remove %s\n"
2266 msgstr ""
2268 #: builtin/clean.c:168
2269 #, c-format
2270 msgid "Not removing %s\n"
2271 msgstr ""
2273 #: builtin/clone.c:243
2274 #, c-format
2275 msgid "reference repository '%s' is not a local directory."
2276 msgstr ""
2278 #: builtin/clone.c:306
2279 #, c-format
2280 msgid "failed to create directory '%s'"
2281 msgstr ""
2283 #: builtin/clone.c:308 builtin/diff.c:75
2284 #, c-format
2285 msgid "failed to stat '%s'"
2286 msgstr ""
2288 #: builtin/clone.c:310
2289 #, c-format
2290 msgid "%s exists and is not a directory"
2291 msgstr ""
2293 #: builtin/clone.c:324
2294 #, c-format
2295 msgid "failed to stat %s\n"
2296 msgstr ""
2298 #: builtin/clone.c:341
2299 #, c-format
2300 msgid "failed to unlink '%s'"
2301 msgstr ""
2303 #: builtin/clone.c:346
2304 #, c-format
2305 msgid "failed to create link '%s'"
2306 msgstr ""
2308 #: builtin/clone.c:350
2309 #, c-format
2310 msgid "failed to copy file to '%s'"
2311 msgstr ""
2313 #: builtin/clone.c:373
2314 #, c-format
2315 msgid "done.\n"
2316 msgstr ""
2318 #: builtin/clone.c:443
2319 #, c-format
2320 msgid "Could not find remote branch %s to clone."
2321 msgstr ""
2323 #: builtin/clone.c:552
2324 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
2325 msgstr ""
2327 #: builtin/clone.c:642
2328 msgid "Too many arguments."
2329 msgstr ""
2331 #: builtin/clone.c:646
2332 msgid "You must specify a repository to clone."
2333 msgstr ""
2335 #: builtin/clone.c:657
2336 #, c-format
2337 msgid "--bare and --origin %s options are incompatible."
2338 msgstr ""
2340 #: builtin/clone.c:671
2341 #, c-format
2342 msgid "repository '%s' does not exist"
2343 msgstr ""
2345 #: builtin/clone.c:676
2346 msgid "--depth is ignored in local clones; use file:// instead."
2347 msgstr ""
2349 #: builtin/clone.c:686
2350 #, c-format
2351 msgid "destination path '%s' already exists and is not an empty directory."
2352 msgstr ""
2354 #: builtin/clone.c:696
2355 #, c-format
2356 msgid "working tree '%s' already exists."
2357 msgstr ""
2359 #: builtin/clone.c:709 builtin/clone.c:723
2360 #, c-format
2361 msgid "could not create leading directories of '%s'"
2362 msgstr ""
2364 #: builtin/clone.c:712
2365 #, c-format
2366 msgid "could not create work tree dir '%s'."
2367 msgstr ""
2369 #: builtin/clone.c:731
2370 #, c-format
2371 msgid "Cloning into bare repository '%s'...\n"
2372 msgstr ""
2374 #: builtin/clone.c:733
2375 #, c-format
2376 msgid "Cloning into '%s'...\n"
2377 msgstr ""
2379 #: builtin/clone.c:789
2380 #, c-format
2381 msgid "Don't know how to clone %s"
2382 msgstr ""
2384 #: builtin/clone.c:838
2385 #, c-format
2386 msgid "Remote branch %s not found in upstream %s"
2387 msgstr ""
2389 #: builtin/clone.c:845
2390 msgid "You appear to have cloned an empty repository."
2391 msgstr ""
2393 #: builtin/column.c:51
2394 msgid "--command must be the first argument"
2395 msgstr ""
2397 #: builtin/commit.c:43
2398 msgid ""
2399 "Your name and email address were configured automatically based\n"
2400 "on your username and hostname. Please check that they are accurate.\n"
2401 "You can suppress this message by setting them explicitly:\n"
2402 "\n"
2403 "    git config --global user.name \"Your Name\"\n"
2404 "    git config --global user.email you@example.com\n"
2405 "\n"
2406 "After doing this, you may fix the identity used for this commit with:\n"
2407 "\n"
2408 "    git commit --amend --reset-author\n"
2409 msgstr ""
2411 #: builtin/commit.c:55
2412 msgid ""
2413 "You asked to amend the most recent commit, but doing so would make\n"
2414 "it empty. You can repeat your command with --allow-empty, or you can\n"
2415 "remove the commit entirely with \"git reset HEAD^\".\n"
2416 msgstr ""
2418 #: builtin/commit.c:60
2419 msgid ""
2420 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2421 "If you wish to commit it anyway, use:\n"
2422 "\n"
2423 "    git commit --allow-empty\n"
2424 "\n"
2425 "Otherwise, please use 'git reset'\n"
2426 msgstr ""
2428 #: builtin/commit.c:256
2429 msgid "failed to unpack HEAD tree object"
2430 msgstr ""
2432 #: builtin/commit.c:298
2433 msgid "unable to create temporary index"
2434 msgstr ""
2436 #: builtin/commit.c:304
2437 msgid "interactive add failed"
2438 msgstr ""
2440 #: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
2441 msgid "unable to write new_index file"
2442 msgstr ""
2444 #: builtin/commit.c:389
2445 msgid "cannot do a partial commit during a merge."
2446 msgstr ""
2448 #: builtin/commit.c:391
2449 msgid "cannot do a partial commit during a cherry-pick."
2450 msgstr ""
2452 #: builtin/commit.c:401
2453 msgid "cannot read the index"
2454 msgstr ""
2456 #: builtin/commit.c:421
2457 msgid "unable to write temporary index file"
2458 msgstr ""
2460 #: builtin/commit.c:496 builtin/commit.c:502
2461 #, c-format
2462 msgid "invalid commit: %s"
2463 msgstr ""
2465 #: builtin/commit.c:525
2466 msgid "malformed --author parameter"
2467 msgstr ""
2469 #: builtin/commit.c:585
2470 #, c-format
2471 msgid "Malformed ident string: '%s'"
2472 msgstr ""
2474 #: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
2475 #, c-format
2476 msgid "could not lookup commit %s"
2477 msgstr ""
2479 #: builtin/commit.c:635 builtin/shortlog.c:296
2480 #, c-format
2481 msgid "(reading log message from standard input)\n"
2482 msgstr ""
2484 #: builtin/commit.c:637
2485 msgid "could not read log from standard input"
2486 msgstr ""
2488 #: builtin/commit.c:641
2489 #, c-format
2490 msgid "could not read log file '%s'"
2491 msgstr ""
2493 #: builtin/commit.c:647
2494 msgid "commit has empty message"
2495 msgstr ""
2497 #: builtin/commit.c:663
2498 msgid "could not read MERGE_MSG"
2499 msgstr ""
2501 #: builtin/commit.c:667
2502 msgid "could not read SQUASH_MSG"
2503 msgstr ""
2505 #: builtin/commit.c:671
2506 #, c-format
2507 msgid "could not read '%s'"
2508 msgstr ""
2510 #: builtin/commit.c:723
2511 msgid "could not write commit template"
2512 msgstr ""
2514 #: builtin/commit.c:734
2515 #, c-format
2516 msgid ""
2517 "\n"
2518 "It looks like you may be committing a merge.\n"
2519 "If this is not correct, please remove the file\n"
2520 "\t%s\n"
2521 "and try again.\n"
2522 msgstr ""
2524 #: builtin/commit.c:739
2525 #, c-format
2526 msgid ""
2527 "\n"
2528 "It looks like you may be committing a cherry-pick.\n"
2529 "If this is not correct, please remove the file\n"
2530 "\t%s\n"
2531 "and try again.\n"
2532 msgstr ""
2534 #: builtin/commit.c:751
2535 msgid ""
2536 "Please enter the commit message for your changes. Lines starting\n"
2537 "with '#' will be ignored, and an empty message aborts the commit.\n"
2538 msgstr ""
2540 #: builtin/commit.c:756
2541 msgid ""
2542 "Please enter the commit message for your changes. Lines starting\n"
2543 "with '#' will be kept; you may remove them yourself if you want to.\n"
2544 "An empty message aborts the commit.\n"
2545 msgstr ""
2547 #: builtin/commit.c:769
2548 #, c-format
2549 msgid "%sAuthor:    %s"
2550 msgstr ""
2552 #: builtin/commit.c:776
2553 #, c-format
2554 msgid "%sCommitter: %s"
2555 msgstr ""
2557 #: builtin/commit.c:796
2558 msgid "Cannot read index"
2559 msgstr ""
2561 #: builtin/commit.c:833
2562 msgid "Error building trees"
2563 msgstr ""
2565 #: builtin/commit.c:848 builtin/tag.c:361
2566 #, c-format
2567 msgid "Please supply the message using either -m or -F option.\n"
2568 msgstr ""
2570 #: builtin/commit.c:945
2571 #, c-format
2572 msgid "No existing author found with '%s'"
2573 msgstr ""
2575 #: builtin/commit.c:960 builtin/commit.c:1160
2576 #, c-format
2577 msgid "Invalid untracked files mode '%s'"
2578 msgstr ""
2580 #: builtin/commit.c:1000
2581 msgid "Using both --reset-author and --author does not make sense"
2582 msgstr ""
2584 #: builtin/commit.c:1011
2585 msgid "You have nothing to amend."
2586 msgstr ""
2588 #: builtin/commit.c:1014
2589 msgid "You are in the middle of a merge -- cannot amend."
2590 msgstr ""
2592 #: builtin/commit.c:1016
2593 msgid "You are in the middle of a cherry-pick -- cannot amend."
2594 msgstr ""
2596 #: builtin/commit.c:1019
2597 msgid "Options --squash and --fixup cannot be used together"
2598 msgstr ""
2600 #: builtin/commit.c:1029
2601 msgid "Only one of -c/-C/-F/--fixup can be used."
2602 msgstr ""
2604 #: builtin/commit.c:1031
2605 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2606 msgstr ""
2608 #: builtin/commit.c:1039
2609 msgid "--reset-author can be used only with -C, -c or --amend."
2610 msgstr ""
2612 #: builtin/commit.c:1056
2613 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2614 msgstr ""
2616 #: builtin/commit.c:1058
2617 msgid "No paths with --include/--only does not make sense."
2618 msgstr ""
2620 #: builtin/commit.c:1060
2621 msgid "Clever... amending the last one with dirty index."
2622 msgstr ""
2624 #: builtin/commit.c:1062
2625 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2626 msgstr ""
2628 #: builtin/commit.c:1072 builtin/tag.c:577
2629 #, c-format
2630 msgid "Invalid cleanup mode %s"
2631 msgstr ""
2633 #: builtin/commit.c:1077
2634 msgid "Paths with -a does not make sense."
2635 msgstr ""
2637 #: builtin/commit.c:1260
2638 msgid "couldn't look up newly created commit"
2639 msgstr ""
2641 #: builtin/commit.c:1262
2642 msgid "could not parse newly created commit"
2643 msgstr ""
2645 #: builtin/commit.c:1303
2646 msgid "detached HEAD"
2647 msgstr ""
2649 #: builtin/commit.c:1305
2650 msgid " (root-commit)"
2651 msgstr ""
2653 #: builtin/commit.c:1449
2654 msgid "could not parse HEAD commit"
2655 msgstr ""
2657 #: builtin/commit.c:1487 builtin/merge.c:509
2658 #, c-format
2659 msgid "could not open '%s' for reading"
2660 msgstr ""
2662 #: builtin/commit.c:1494
2663 #, c-format
2664 msgid "Corrupt MERGE_HEAD file (%s)"
2665 msgstr ""
2667 #: builtin/commit.c:1501
2668 msgid "could not read MERGE_MODE"
2669 msgstr ""
2671 #: builtin/commit.c:1520
2672 #, c-format
2673 msgid "could not read commit message: %s"
2674 msgstr ""
2676 #: builtin/commit.c:1534
2677 #, c-format
2678 msgid "Aborting commit; you did not edit the message.\n"
2679 msgstr ""
2681 #: builtin/commit.c:1539
2682 #, c-format
2683 msgid "Aborting commit due to empty commit message.\n"
2684 msgstr ""
2686 #: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
2687 msgid "failed to write commit object"
2688 msgstr ""
2690 #: builtin/commit.c:1575
2691 msgid "cannot lock HEAD ref"
2692 msgstr ""
2694 #: builtin/commit.c:1579
2695 msgid "cannot update HEAD ref"
2696 msgstr ""
2698 #: builtin/commit.c:1590
2699 msgid ""
2700 "Repository has been updated, but unable to write\n"
2701 "new_index file. Check that disk is not full or quota is\n"
2702 "not exceeded, and then \"git reset HEAD\" to recover."
2703 msgstr ""
2705 #: builtin/describe.c:234
2706 #, c-format
2707 msgid "annotated tag %s not available"
2708 msgstr ""
2710 #: builtin/describe.c:238
2711 #, c-format
2712 msgid "annotated tag %s has no embedded name"
2713 msgstr ""
2715 #: builtin/describe.c:240
2716 #, c-format
2717 msgid "tag '%s' is really '%s' here"
2718 msgstr ""
2720 #: builtin/describe.c:267
2721 #, c-format
2722 msgid "Not a valid object name %s"
2723 msgstr ""
2725 #: builtin/describe.c:270
2726 #, c-format
2727 msgid "%s is not a valid '%s' object"
2728 msgstr ""
2730 #: builtin/describe.c:287
2731 #, c-format
2732 msgid "no tag exactly matches '%s'"
2733 msgstr ""
2735 #: builtin/describe.c:289
2736 #, c-format
2737 msgid "searching to describe %s\n"
2738 msgstr ""
2740 #: builtin/describe.c:329
2741 #, c-format
2742 msgid "finished search at %s\n"
2743 msgstr ""
2745 #: builtin/describe.c:353
2746 #, c-format
2747 msgid ""
2748 "No annotated tags can describe '%s'.\n"
2749 "However, there were unannotated tags: try --tags."
2750 msgstr ""
2752 #: builtin/describe.c:357
2753 #, c-format
2754 msgid ""
2755 "No tags can describe '%s'.\n"
2756 "Try --always, or create some tags."
2757 msgstr ""
2759 #: builtin/describe.c:378
2760 #, c-format
2761 msgid "traversed %lu commits\n"
2762 msgstr ""
2764 #: builtin/describe.c:381
2765 #, c-format
2766 msgid ""
2767 "more than %i tags found; listed %i most recent\n"
2768 "gave up search at %s\n"
2769 msgstr ""
2771 #: builtin/describe.c:436
2772 msgid "--long is incompatible with --abbrev=0"
2773 msgstr ""
2775 #: builtin/describe.c:462
2776 msgid "No names found, cannot describe anything."
2777 msgstr ""
2779 #: builtin/describe.c:482
2780 msgid "--dirty is incompatible with committishes"
2781 msgstr ""
2783 #: builtin/diff.c:77
2784 #, c-format
2785 msgid "'%s': not a regular file or symlink"
2786 msgstr ""
2788 #: builtin/diff.c:220
2789 #, c-format
2790 msgid "invalid option: %s"
2791 msgstr ""
2793 #: builtin/diff.c:297
2794 msgid "Not a git repository"
2795 msgstr ""
2797 #: builtin/diff.c:341
2798 #, c-format
2799 msgid "invalid object '%s' given."
2800 msgstr ""
2802 #: builtin/diff.c:346
2803 #, c-format
2804 msgid "more than %d trees given: '%s'"
2805 msgstr ""
2807 #: builtin/diff.c:356
2808 #, c-format
2809 msgid "more than two blobs given: '%s'"
2810 msgstr ""
2812 #: builtin/diff.c:364
2813 #, c-format
2814 msgid "unhandled object '%s' given."
2815 msgstr ""
2817 #: builtin/fetch.c:200
2818 msgid "Couldn't find remote ref HEAD"
2819 msgstr ""
2821 #: builtin/fetch.c:253
2822 #, c-format
2823 msgid "object %s not found"
2824 msgstr ""
2826 #: builtin/fetch.c:259
2827 msgid "[up to date]"
2828 msgstr ""
2830 #: builtin/fetch.c:273
2831 #, c-format
2832 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
2833 msgstr ""
2835 #: builtin/fetch.c:274 builtin/fetch.c:360
2836 msgid "[rejected]"
2837 msgstr ""
2839 #: builtin/fetch.c:285
2840 msgid "[tag update]"
2841 msgstr ""
2843 #: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2844 msgid "  (unable to update local ref)"
2845 msgstr ""
2847 #: builtin/fetch.c:305
2848 msgid "[new tag]"
2849 msgstr ""
2851 #: builtin/fetch.c:308
2852 msgid "[new branch]"
2853 msgstr ""
2855 #: builtin/fetch.c:311
2856 msgid "[new ref]"
2857 msgstr ""
2859 #: builtin/fetch.c:356
2860 msgid "unable to update local ref"
2861 msgstr ""
2863 #: builtin/fetch.c:356
2864 msgid "forced update"
2865 msgstr ""
2867 #: builtin/fetch.c:362
2868 msgid "(non-fast-forward)"
2869 msgstr ""
2871 #: builtin/fetch.c:393 builtin/fetch.c:685
2872 #, c-format
2873 msgid "cannot open %s: %s\n"
2874 msgstr ""
2876 #: builtin/fetch.c:402
2877 #, c-format
2878 msgid "%s did not send all necessary objects\n"
2879 msgstr ""
2881 #: builtin/fetch.c:488
2882 #, c-format
2883 msgid "From %.*s\n"
2884 msgstr ""
2886 #: builtin/fetch.c:499
2887 #, c-format
2888 msgid ""
2889 "some local refs could not be updated; try running\n"
2890 " 'git remote prune %s' to remove any old, conflicting branches"
2891 msgstr ""
2893 #: builtin/fetch.c:549
2894 #, c-format
2895 msgid "   (%s will become dangling)"
2896 msgstr ""
2898 #: builtin/fetch.c:550
2899 #, c-format
2900 msgid "   (%s has become dangling)"
2901 msgstr ""
2903 #: builtin/fetch.c:557
2904 msgid "[deleted]"
2905 msgstr ""
2907 #: builtin/fetch.c:558 builtin/remote.c:1055
2908 msgid "(none)"
2909 msgstr ""
2911 #: builtin/fetch.c:675
2912 #, c-format
2913 msgid "Refusing to fetch into current branch %s of non-bare repository"
2914 msgstr ""
2916 #: builtin/fetch.c:709
2917 #, c-format
2918 msgid "Don't know how to fetch from %s"
2919 msgstr ""
2921 #: builtin/fetch.c:786
2922 #, c-format
2923 msgid "Option \"%s\" value \"%s\" is not valid for %s"
2924 msgstr ""
2926 #: builtin/fetch.c:789
2927 #, c-format
2928 msgid "Option \"%s\" is ignored for %s\n"
2929 msgstr ""
2931 #: builtin/fetch.c:888
2932 #, c-format
2933 msgid "Fetching %s\n"
2934 msgstr ""
2936 #: builtin/fetch.c:890 builtin/remote.c:100
2937 #, c-format
2938 msgid "Could not fetch %s"
2939 msgstr ""
2941 #: builtin/fetch.c:907
2942 msgid ""
2943 "No remote repository specified.  Please, specify either a URL or a\n"
2944 "remote name from which new revisions should be fetched."
2945 msgstr ""
2947 #: builtin/fetch.c:927
2948 msgid "You need to specify a tag name."
2949 msgstr ""
2951 #: builtin/fetch.c:979
2952 msgid "fetch --all does not take a repository argument"
2953 msgstr ""
2955 #: builtin/fetch.c:981
2956 msgid "fetch --all does not make sense with refspecs"
2957 msgstr ""
2959 #: builtin/fetch.c:992
2960 #, c-format
2961 msgid "No such remote or remote group: %s"
2962 msgstr ""
2964 #: builtin/fetch.c:1000
2965 msgid "Fetching a group and specifying refspecs does not make sense"
2966 msgstr ""
2968 #: builtin/gc.c:63
2969 #, c-format
2970 msgid "Invalid %s: '%s'"
2971 msgstr ""
2973 #: builtin/gc.c:90
2974 #, c-format
2975 msgid "insanely long object directory %.*s"
2976 msgstr ""
2978 #: builtin/gc.c:221
2979 #, c-format
2980 msgid "Auto packing the repository for optimum performance.\n"
2981 msgstr ""
2983 #: builtin/gc.c:224
2984 #, c-format
2985 msgid ""
2986 "Auto packing the repository for optimum performance. You may also\n"
2987 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
2988 msgstr ""
2990 #: builtin/gc.c:251
2991 msgid ""
2992 "There are too many unreachable loose objects; run 'git prune' to remove them."
2993 msgstr ""
2995 #: builtin/grep.c:216
2996 #, c-format
2997 msgid "grep: failed to create thread: %s"
2998 msgstr ""
3000 #: builtin/grep.c:402
3001 #, c-format
3002 msgid "Failed to chdir: %s"
3003 msgstr ""
3005 #: builtin/grep.c:478 builtin/grep.c:512
3006 #, c-format
3007 msgid "unable to read tree (%s)"
3008 msgstr ""
3010 #: builtin/grep.c:526
3011 #, c-format
3012 msgid "unable to grep from object of type %s"
3013 msgstr ""
3015 #: builtin/grep.c:584
3016 #, c-format
3017 msgid "switch `%c' expects a numerical value"
3018 msgstr ""
3020 #: builtin/grep.c:601
3021 #, c-format
3022 msgid "cannot open '%s'"
3023 msgstr ""
3025 #: builtin/grep.c:885
3026 msgid "no pattern given."
3027 msgstr ""
3029 #: builtin/grep.c:899
3030 #, c-format
3031 msgid "bad object %s"
3032 msgstr ""
3034 #: builtin/grep.c:940
3035 msgid "--open-files-in-pager only works on the worktree"
3036 msgstr ""
3038 #: builtin/grep.c:963
3039 msgid "--cached or --untracked cannot be used with --no-index."
3040 msgstr ""
3042 #: builtin/grep.c:968
3043 msgid "--no-index or --untracked cannot be used with revs."
3044 msgstr ""
3046 #: builtin/grep.c:971
3047 msgid "--[no-]exclude-standard cannot be used for tracked contents."
3048 msgstr ""
3050 #: builtin/grep.c:979
3051 msgid "both --cached and trees are given."
3052 msgstr ""
3054 #: builtin/help.c:65
3055 #, c-format
3056 msgid "unrecognized help format '%s'"
3057 msgstr ""
3059 #: builtin/help.c:93
3060 msgid "Failed to start emacsclient."
3061 msgstr ""
3063 #: builtin/help.c:106
3064 msgid "Failed to parse emacsclient version."
3065 msgstr ""
3067 #: builtin/help.c:114
3068 #, c-format
3069 msgid "emacsclient version '%d' too old (< 22)."
3070 msgstr ""
3072 #: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
3073 #, c-format
3074 msgid "failed to exec '%s': %s"
3075 msgstr ""
3077 #: builtin/help.c:217
3078 #, c-format
3079 msgid ""
3080 "'%s': path for unsupported man viewer.\n"
3081 "Please consider using 'man.<tool>.cmd' instead."
3082 msgstr ""
3084 #: builtin/help.c:229
3085 #, c-format
3086 msgid ""
3087 "'%s': cmd for supported man viewer.\n"
3088 "Please consider using 'man.<tool>.path' instead."
3089 msgstr ""
3091 #: builtin/help.c:299
3092 msgid "The most commonly used git commands are:"
3093 msgstr ""
3095 #: builtin/help.c:367
3096 #, c-format
3097 msgid "'%s': unknown man viewer."
3098 msgstr ""
3100 #: builtin/help.c:384
3101 msgid "no man viewer handled the request"
3102 msgstr ""
3104 #: builtin/help.c:392
3105 msgid "no info viewer handled the request"
3106 msgstr ""
3108 #: builtin/help.c:447 builtin/help.c:454
3109 #, c-format
3110 msgid "usage: %s%s"
3111 msgstr ""
3113 #: builtin/help.c:470
3114 #, c-format
3115 msgid "`git %s' is aliased to `%s'"
3116 msgstr ""
3118 #: builtin/index-pack.c:170
3119 #, c-format
3120 msgid "object type mismatch at %s"
3121 msgstr ""
3123 #: builtin/index-pack.c:190
3124 msgid "object of unexpected type"
3125 msgstr ""
3127 #: builtin/index-pack.c:227
3128 #, c-format
3129 msgid "cannot fill %d byte"
3130 msgid_plural "cannot fill %d bytes"
3131 msgstr[0] ""
3132 msgstr[1] ""
3134 #: builtin/index-pack.c:237
3135 msgid "early EOF"
3136 msgstr ""
3138 #: builtin/index-pack.c:238
3139 msgid "read error on input"
3140 msgstr ""
3142 #: builtin/index-pack.c:250
3143 msgid "used more bytes than were available"
3144 msgstr ""
3146 #: builtin/index-pack.c:257
3147 msgid "pack too large for current definition of off_t"
3148 msgstr ""
3150 #: builtin/index-pack.c:273
3151 #, c-format
3152 msgid "unable to create '%s'"
3153 msgstr ""
3155 #: builtin/index-pack.c:278
3156 #, c-format
3157 msgid "cannot open packfile '%s'"
3158 msgstr ""
3160 #: builtin/index-pack.c:292
3161 msgid "pack signature mismatch"
3162 msgstr ""
3164 #: builtin/index-pack.c:312
3165 #, c-format
3166 msgid "pack has bad object at offset %lu: %s"
3167 msgstr ""
3169 #: builtin/index-pack.c:434
3170 #, c-format
3171 msgid "inflate returned %d"
3172 msgstr ""
3174 #: builtin/index-pack.c:483
3175 msgid "offset value overflow for delta base object"
3176 msgstr ""
3178 #: builtin/index-pack.c:491
3179 msgid "delta base offset is out of bound"
3180 msgstr ""
3182 #: builtin/index-pack.c:499
3183 #, c-format
3184 msgid "unknown object type %d"
3185 msgstr ""
3187 #: builtin/index-pack.c:530
3188 msgid "cannot pread pack file"
3189 msgstr ""
3191 #: builtin/index-pack.c:532
3192 #, c-format
3193 msgid "premature end of pack file, %lu byte missing"
3194 msgid_plural "premature end of pack file, %lu bytes missing"
3195 msgstr[0] ""
3196 msgstr[1] ""
3198 #: builtin/index-pack.c:558
3199 msgid "serious inflate inconsistency"
3200 msgstr ""
3202 #: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
3203 #: builtin/index-pack.c:712 builtin/index-pack.c:721
3204 #, c-format
3205 msgid "SHA1 COLLISION FOUND WITH %s !"
3206 msgstr ""
3208 #: builtin/index-pack.c:652 builtin/pack-objects.c:170
3209 #: builtin/pack-objects.c:262
3210 #, c-format
3211 msgid "unable to read %s"
3212 msgstr ""
3214 #: builtin/index-pack.c:718
3215 #, c-format
3216 msgid "cannot read existing object %s"
3217 msgstr ""
3219 #: builtin/index-pack.c:732
3220 #, c-format
3221 msgid "invalid blob object %s"
3222 msgstr ""
3224 #: builtin/index-pack.c:747
3225 #, c-format
3226 msgid "invalid %s"
3227 msgstr ""
3229 #: builtin/index-pack.c:749
3230 msgid "Error in object"
3231 msgstr ""
3233 #: builtin/index-pack.c:751
3234 #, c-format
3235 msgid "Not all child objects of %s are reachable"
3236 msgstr ""
3238 #: builtin/index-pack.c:821 builtin/index-pack.c:847
3239 msgid "failed to apply delta"
3240 msgstr ""
3242 #: builtin/index-pack.c:986
3243 msgid "Receiving objects"
3244 msgstr ""
3246 #: builtin/index-pack.c:986
3247 msgid "Indexing objects"
3248 msgstr ""
3250 #: builtin/index-pack.c:1012
3251 msgid "pack is corrupted (SHA1 mismatch)"
3252 msgstr ""
3254 #: builtin/index-pack.c:1017
3255 msgid "cannot fstat packfile"
3256 msgstr ""
3258 #: builtin/index-pack.c:1020
3259 msgid "pack has junk at the end"
3260 msgstr ""
3262 #: builtin/index-pack.c:1031
3263 msgid "confusion beyond insanity in parse_pack_objects()"
3264 msgstr ""
3266 #: builtin/index-pack.c:1054
3267 msgid "Resolving deltas"
3268 msgstr ""
3270 #: builtin/index-pack.c:1105
3271 msgid "confusion beyond insanity"
3272 msgstr ""
3274 #: builtin/index-pack.c:1124
3275 #, c-format
3276 msgid "pack has %d unresolved delta"
3277 msgid_plural "pack has %d unresolved deltas"
3278 msgstr[0] ""
3279 msgstr[1] ""
3281 #: builtin/index-pack.c:1149
3282 #, c-format
3283 msgid "unable to deflate appended object (%d)"
3284 msgstr ""
3286 #: builtin/index-pack.c:1228
3287 #, c-format
3288 msgid "local object %s is corrupt"
3289 msgstr ""
3291 #: builtin/index-pack.c:1252
3292 msgid "error while closing pack file"
3293 msgstr ""
3295 #: builtin/index-pack.c:1265
3296 #, c-format
3297 msgid "cannot write keep file '%s'"
3298 msgstr ""
3300 #: builtin/index-pack.c:1273
3301 #, c-format
3302 msgid "cannot close written keep file '%s'"
3303 msgstr ""
3305 #: builtin/index-pack.c:1286
3306 msgid "cannot store pack file"
3307 msgstr ""
3309 #: builtin/index-pack.c:1297
3310 msgid "cannot store index file"
3311 msgstr ""
3313 #: builtin/index-pack.c:1398
3314 #, c-format
3315 msgid "Cannot open existing pack file '%s'"
3316 msgstr ""
3318 #: builtin/index-pack.c:1400
3319 #, c-format
3320 msgid "Cannot open existing pack idx file for '%s'"
3321 msgstr ""
3323 #: builtin/index-pack.c:1447
3324 #, c-format
3325 msgid "non delta: %d object"
3326 msgid_plural "non delta: %d objects"
3327 msgstr[0] ""
3328 msgstr[1] ""
3330 #: builtin/index-pack.c:1454
3331 #, c-format
3332 msgid "chain length = %d: %lu object"
3333 msgid_plural "chain length = %d: %lu objects"
3334 msgstr[0] ""
3335 msgstr[1] ""
3337 #: builtin/index-pack.c:1481
3338 msgid "Cannot come back to cwd"
3339 msgstr ""
3341 #: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3342 #: builtin/index-pack.c:1540 builtin/index-pack.c:1544
3343 #, c-format
3344 msgid "bad %s"
3345 msgstr ""
3347 #: builtin/index-pack.c:1558
3348 msgid "--fix-thin cannot be used without --stdin"
3349 msgstr ""
3351 #: builtin/index-pack.c:1562 builtin/index-pack.c:1572
3352 #, c-format
3353 msgid "packfile name '%s' does not end with '.pack'"
3354 msgstr ""
3356 #: builtin/index-pack.c:1581
3357 msgid "--verify with no packfile name given"
3358 msgstr ""
3360 #: builtin/init-db.c:35
3361 #, c-format
3362 msgid "Could not make %s writable by group"
3363 msgstr ""
3365 #: builtin/init-db.c:62
3366 #, c-format
3367 msgid "insanely long template name %s"
3368 msgstr ""
3370 #: builtin/init-db.c:67
3371 #, c-format
3372 msgid "cannot stat '%s'"
3373 msgstr ""
3375 #: builtin/init-db.c:73
3376 #, c-format
3377 msgid "cannot stat template '%s'"
3378 msgstr ""
3380 #: builtin/init-db.c:80
3381 #, c-format
3382 msgid "cannot opendir '%s'"
3383 msgstr ""
3385 #: builtin/init-db.c:97
3386 #, c-format
3387 msgid "cannot readlink '%s'"
3388 msgstr ""
3390 #: builtin/init-db.c:99
3391 #, c-format
3392 msgid "insanely long symlink %s"
3393 msgstr ""
3395 #: builtin/init-db.c:102
3396 #, c-format
3397 msgid "cannot symlink '%s' '%s'"
3398 msgstr ""
3400 #: builtin/init-db.c:106
3401 #, c-format
3402 msgid "cannot copy '%s' to '%s'"
3403 msgstr ""
3405 #: builtin/init-db.c:110
3406 #, c-format
3407 msgid "ignoring template %s"
3408 msgstr ""
3410 #: builtin/init-db.c:133
3411 #, c-format
3412 msgid "insanely long template path %s"
3413 msgstr ""
3415 #: builtin/init-db.c:141
3416 #, c-format
3417 msgid "templates not found %s"
3418 msgstr ""
3420 #: builtin/init-db.c:154
3421 #, c-format
3422 msgid "not copying templates of a wrong format version %d from '%s'"
3423 msgstr ""
3425 #: builtin/init-db.c:192
3426 #, c-format
3427 msgid "insane git directory %s"
3428 msgstr ""
3430 #: builtin/init-db.c:323 builtin/init-db.c:326
3431 #, c-format
3432 msgid "%s already exists"
3433 msgstr ""
3435 #: builtin/init-db.c:355
3436 #, c-format
3437 msgid "unable to handle file type %d"
3438 msgstr ""
3440 #: builtin/init-db.c:358
3441 #, c-format
3442 msgid "unable to move %s to %s"
3443 msgstr ""
3445 #: builtin/init-db.c:363
3446 #, c-format
3447 msgid "Could not create git link %s"
3448 msgstr ""
3451 #. * TRANSLATORS: The first '%s' is either "Reinitialized
3452 #. * existing" or "Initialized empty", the second " shared" or
3453 #. * "", and the last '%s%s' is the verbatim directory name.
3455 #: builtin/init-db.c:420
3456 #, c-format
3457 msgid "%s%s Git repository in %s%s\n"
3458 msgstr ""
3460 #: builtin/init-db.c:421
3461 msgid "Reinitialized existing"
3462 msgstr ""
3464 #: builtin/init-db.c:421
3465 msgid "Initialized empty"
3466 msgstr ""
3468 #: builtin/init-db.c:422
3469 msgid " shared"
3470 msgstr ""
3472 #: builtin/init-db.c:441
3473 msgid "cannot tell cwd"
3474 msgstr ""
3476 #: builtin/init-db.c:522 builtin/init-db.c:529
3477 #, c-format
3478 msgid "cannot mkdir %s"
3479 msgstr ""
3481 #: builtin/init-db.c:533
3482 #, c-format
3483 msgid "cannot chdir to %s"
3484 msgstr ""
3486 #: builtin/init-db.c:555
3487 #, c-format
3488 msgid ""
3489 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3490 "dir=<directory>)"
3491 msgstr ""
3493 #: builtin/init-db.c:579
3494 msgid "Cannot access current working directory"
3495 msgstr ""
3497 #: builtin/init-db.c:586
3498 #, c-format
3499 msgid "Cannot access work tree '%s'"
3500 msgstr ""
3502 #: builtin/log.c:189
3503 #, c-format
3504 msgid "Final output: %d %s\n"
3505 msgstr ""
3507 #: builtin/log.c:403 builtin/log.c:494
3508 #, c-format
3509 msgid "Could not read object %s"
3510 msgstr ""
3512 #: builtin/log.c:518
3513 #, c-format
3514 msgid "Unknown type: %d"
3515 msgstr ""
3517 #: builtin/log.c:608
3518 msgid "format.headers without value"
3519 msgstr ""
3521 #: builtin/log.c:682
3522 msgid "name of output directory is too long"
3523 msgstr ""
3525 #: builtin/log.c:693
3526 #, c-format
3527 msgid "Cannot open patch file %s"
3528 msgstr ""
3530 #: builtin/log.c:707
3531 msgid "Need exactly one range."
3532 msgstr ""
3534 #: builtin/log.c:715
3535 msgid "Not a range."
3536 msgstr ""
3538 #: builtin/log.c:792
3539 msgid "Cover letter needs email format"
3540 msgstr ""
3542 #: builtin/log.c:865
3543 #, c-format
3544 msgid "insane in-reply-to: %s"
3545 msgstr ""
3547 #: builtin/log.c:938
3548 msgid "Two output directories?"
3549 msgstr ""
3551 #: builtin/log.c:1160
3552 #, c-format
3553 msgid "bogus committer info %s"
3554 msgstr ""
3556 #: builtin/log.c:1205
3557 msgid "-n and -k are mutually exclusive."
3558 msgstr ""
3560 #: builtin/log.c:1207
3561 msgid "--subject-prefix and -k are mutually exclusive."
3562 msgstr ""
3564 #: builtin/log.c:1215
3565 msgid "--name-only does not make sense"
3566 msgstr ""
3568 #: builtin/log.c:1217
3569 msgid "--name-status does not make sense"
3570 msgstr ""
3572 #: builtin/log.c:1219
3573 msgid "--check does not make sense"
3574 msgstr ""
3576 #: builtin/log.c:1242
3577 msgid "standard output, or directory, which one?"
3578 msgstr ""
3580 #: builtin/log.c:1244
3581 #, c-format
3582 msgid "Could not create directory '%s'"
3583 msgstr ""
3585 #: builtin/log.c:1397
3586 msgid "Failed to create output files"
3587 msgstr ""
3589 #: builtin/log.c:1501
3590 #, c-format
3591 msgid ""
3592 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
3593 msgstr ""
3595 #: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
3596 #, c-format
3597 msgid "Unknown commit %s"
3598 msgstr ""
3600 #: builtin/merge.c:90
3601 msgid "switch `m' requires a value"
3602 msgstr ""
3604 #: builtin/merge.c:127
3605 #, c-format
3606 msgid "Could not find merge strategy '%s'.\n"
3607 msgstr ""
3609 #: builtin/merge.c:128
3610 #, c-format
3611 msgid "Available strategies are:"
3612 msgstr ""
3614 #: builtin/merge.c:133
3615 #, c-format
3616 msgid "Available custom strategies are:"
3617 msgstr ""
3619 #: builtin/merge.c:240
3620 msgid "could not run stash."
3621 msgstr ""
3623 #: builtin/merge.c:245
3624 msgid "stash failed"
3625 msgstr ""
3627 #: builtin/merge.c:250
3628 #, c-format
3629 msgid "not a valid object: %s"
3630 msgstr ""
3632 #: builtin/merge.c:269 builtin/merge.c:286
3633 msgid "read-tree failed"
3634 msgstr ""
3636 #: builtin/merge.c:316
3637 msgid " (nothing to squash)"
3638 msgstr ""
3640 #: builtin/merge.c:329
3641 #, c-format
3642 msgid "Squash commit -- not updating HEAD\n"
3643 msgstr ""
3645 #: builtin/merge.c:361
3646 msgid "Writing SQUASH_MSG"
3647 msgstr ""
3649 #: builtin/merge.c:363
3650 msgid "Finishing SQUASH_MSG"
3651 msgstr ""
3653 #: builtin/merge.c:386
3654 #, c-format
3655 msgid "No merge message -- not updating HEAD\n"
3656 msgstr ""
3658 #: builtin/merge.c:437
3659 #, c-format
3660 msgid "'%s' does not point to a commit"
3661 msgstr ""
3663 #: builtin/merge.c:536
3664 #, c-format
3665 msgid "Bad branch.%s.mergeoptions string: %s"
3666 msgstr ""
3668 #: builtin/merge.c:629
3669 msgid "git write-tree failed to write a tree"
3670 msgstr ""
3672 #: builtin/merge.c:679
3673 msgid "failed to read the cache"
3674 msgstr ""
3676 #: builtin/merge.c:710
3677 msgid "Not handling anything other than two heads merge."
3678 msgstr ""
3680 #: builtin/merge.c:724
3681 #, c-format
3682 msgid "Unknown option for merge-recursive: -X%s"
3683 msgstr ""
3685 #: builtin/merge.c:738
3686 #, c-format
3687 msgid "unable to write %s"
3688 msgstr ""
3690 #: builtin/merge.c:877
3691 #, c-format
3692 msgid "Could not read from '%s'"
3693 msgstr ""
3695 #: builtin/merge.c:886
3696 #, c-format
3697 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3698 msgstr ""
3700 #: builtin/merge.c:892
3701 msgid ""
3702 "Please enter a commit message to explain why this merge is necessary,\n"
3703 "especially if it merges an updated upstream into a topic branch.\n"
3704 "\n"
3705 "Lines starting with '#' will be ignored, and an empty message aborts\n"
3706 "the commit.\n"
3707 msgstr ""
3709 #: builtin/merge.c:916
3710 msgid "Empty commit message."
3711 msgstr ""
3713 #: builtin/merge.c:928
3714 #, c-format
3715 msgid "Wonderful.\n"
3716 msgstr ""
3718 #: builtin/merge.c:993
3719 #, c-format
3720 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3721 msgstr ""
3723 #: builtin/merge.c:1009
3724 #, c-format
3725 msgid "'%s' is not a commit"
3726 msgstr ""
3728 #: builtin/merge.c:1050
3729 msgid "No current branch."
3730 msgstr ""
3732 #: builtin/merge.c:1052
3733 msgid "No remote for the current branch."
3734 msgstr ""
3736 #: builtin/merge.c:1054
3737 msgid "No default upstream defined for the current branch."
3738 msgstr ""
3740 #: builtin/merge.c:1059
3741 #, c-format
3742 msgid "No remote tracking branch for %s from %s"
3743 msgstr ""
3745 #: builtin/merge.c:1146 builtin/merge.c:1303
3746 #, c-format
3747 msgid "%s - not something we can merge"
3748 msgstr ""
3750 #: builtin/merge.c:1214
3751 msgid "There is no merge to abort (MERGE_HEAD missing)."
3752 msgstr ""
3754 #: builtin/merge.c:1230 git-pull.sh:31
3755 msgid ""
3756 "You have not concluded your merge (MERGE_HEAD exists).\n"
3757 "Please, commit your changes before you can merge."
3758 msgstr ""
3760 #: builtin/merge.c:1233 git-pull.sh:34
3761 msgid "You have not concluded your merge (MERGE_HEAD exists)."
3762 msgstr ""
3764 #: builtin/merge.c:1237
3765 msgid ""
3766 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3767 "Please, commit your changes before you can merge."
3768 msgstr ""
3770 #: builtin/merge.c:1240
3771 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3772 msgstr ""
3774 #: builtin/merge.c:1249
3775 msgid "You cannot combine --squash with --no-ff."
3776 msgstr ""
3778 #: builtin/merge.c:1254
3779 msgid "You cannot combine --no-ff with --ff-only."
3780 msgstr ""
3782 #: builtin/merge.c:1261
3783 msgid "No commit specified and merge.defaultToUpstream not set."
3784 msgstr ""
3786 #: builtin/merge.c:1293
3787 msgid "Can merge only exactly one commit into empty head"
3788 msgstr ""
3790 #: builtin/merge.c:1296
3791 msgid "Squash commit into empty head not supported yet"
3792 msgstr ""
3794 #: builtin/merge.c:1298
3795 msgid "Non-fast-forward commit does not make sense into an empty head"
3796 msgstr ""
3798 #: builtin/merge.c:1413
3799 #, c-format
3800 msgid "Updating %s..%s\n"
3801 msgstr ""
3803 #: builtin/merge.c:1451
3804 #, c-format
3805 msgid "Trying really trivial in-index merge...\n"
3806 msgstr ""
3808 #: builtin/merge.c:1458
3809 #, c-format
3810 msgid "Nope.\n"
3811 msgstr ""
3813 #: builtin/merge.c:1490
3814 msgid "Not possible to fast-forward, aborting."
3815 msgstr ""
3817 #: builtin/merge.c:1513 builtin/merge.c:1592
3818 #, c-format
3819 msgid "Rewinding the tree to pristine...\n"
3820 msgstr ""
3822 #: builtin/merge.c:1517
3823 #, c-format
3824 msgid "Trying merge strategy %s...\n"
3825 msgstr ""
3827 #: builtin/merge.c:1583
3828 #, c-format
3829 msgid "No merge strategy handled the merge.\n"
3830 msgstr ""
3832 #: builtin/merge.c:1585
3833 #, c-format
3834 msgid "Merge with strategy %s failed.\n"
3835 msgstr ""
3837 #: builtin/merge.c:1594
3838 #, c-format
3839 msgid "Using the %s to prepare resolving by hand.\n"
3840 msgstr ""
3842 #: builtin/merge.c:1606
3843 #, c-format
3844 msgid "Automatic merge went well; stopped before committing as requested\n"
3845 msgstr ""
3847 #: builtin/mv.c:108
3848 #, c-format
3849 msgid "Checking rename of '%s' to '%s'\n"
3850 msgstr ""
3852 #: builtin/mv.c:112
3853 msgid "bad source"
3854 msgstr ""
3856 #: builtin/mv.c:115
3857 msgid "can not move directory into itself"
3858 msgstr ""
3860 #: builtin/mv.c:118
3861 msgid "cannot move directory over file"
3862 msgstr ""
3864 #: builtin/mv.c:128
3865 #, c-format
3866 msgid "Huh? %.*s is in index?"
3867 msgstr ""
3869 #: builtin/mv.c:140
3870 msgid "source directory is empty"
3871 msgstr ""
3873 #: builtin/mv.c:171
3874 msgid "not under version control"
3875 msgstr ""
3877 #: builtin/mv.c:173
3878 msgid "destination exists"
3879 msgstr ""
3881 #: builtin/mv.c:181
3882 #, c-format
3883 msgid "overwriting '%s'"
3884 msgstr ""
3886 #: builtin/mv.c:184
3887 msgid "Cannot overwrite"
3888 msgstr ""
3890 #: builtin/mv.c:187
3891 msgid "multiple sources for the same target"
3892 msgstr ""
3894 #: builtin/mv.c:202
3895 #, c-format
3896 msgid "%s, source=%s, destination=%s"
3897 msgstr ""
3899 #: builtin/mv.c:212
3900 #, c-format
3901 msgid "Renaming %s to %s\n"
3902 msgstr ""
3904 #: builtin/mv.c:215 builtin/remote.c:731
3905 #, c-format
3906 msgid "renaming '%s' failed"
3907 msgstr ""
3909 #: builtin/notes.c:139
3910 #, c-format
3911 msgid "unable to start 'show' for object '%s'"
3912 msgstr ""
3914 #: builtin/notes.c:145
3915 msgid "can't fdopen 'show' output fd"
3916 msgstr ""
3918 #: builtin/notes.c:155
3919 #, c-format
3920 msgid "failed to close pipe to 'show' for object '%s'"
3921 msgstr ""
3923 #: builtin/notes.c:158
3924 #, c-format
3925 msgid "failed to finish 'show' for object '%s'"
3926 msgstr ""
3928 #: builtin/notes.c:175 builtin/tag.c:347
3929 #, c-format
3930 msgid "could not create file '%s'"
3931 msgstr ""
3933 #: builtin/notes.c:189
3934 msgid "Please supply the note contents using either -m or -F option"
3935 msgstr ""
3937 #: builtin/notes.c:210 builtin/notes.c:973
3938 #, c-format
3939 msgid "Removing note for object %s\n"
3940 msgstr ""
3942 #: builtin/notes.c:215
3943 msgid "unable to write note object"
3944 msgstr ""
3946 #: builtin/notes.c:217
3947 #, c-format
3948 msgid "The note contents has been left in %s"
3949 msgstr ""
3951 #: builtin/notes.c:251 builtin/tag.c:542
3952 #, c-format
3953 msgid "cannot read '%s'"
3954 msgstr ""
3956 #: builtin/notes.c:253 builtin/tag.c:545
3957 #, c-format
3958 msgid "could not open or read '%s'"
3959 msgstr ""
3961 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3962 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3963 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3964 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3965 #, c-format
3966 msgid "Failed to resolve '%s' as a valid ref."
3967 msgstr ""
3969 #: builtin/notes.c:275
3970 #, c-format
3971 msgid "Failed to read object '%s'."
3972 msgstr ""
3974 #: builtin/notes.c:299
3975 msgid "Cannot commit uninitialized/unreferenced notes tree"
3976 msgstr ""
3978 #: builtin/notes.c:340
3979 #, c-format
3980 msgid "Bad notes.rewriteMode value: '%s'"
3981 msgstr ""
3983 #: builtin/notes.c:350
3984 #, c-format
3985 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3986 msgstr ""
3988 #. TRANSLATORS: The first %s is the name of the
3989 #. environment variable, the second %s is its value
3990 #: builtin/notes.c:377
3991 #, c-format
3992 msgid "Bad %s value: '%s'"
3993 msgstr ""
3995 #: builtin/notes.c:441
3996 #, c-format
3997 msgid "Malformed input line: '%s'."
3998 msgstr ""
4000 #: builtin/notes.c:456
4001 #, c-format
4002 msgid "Failed to copy notes from '%s' to '%s'"
4003 msgstr ""
4005 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
4006 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
4007 #: builtin/notes.c:1033
4008 msgid "too many parameters"
4009 msgstr ""
4011 #: builtin/notes.c:513 builtin/notes.c:772
4012 #, c-format
4013 msgid "No note found for object %s."
4014 msgstr ""
4016 #: builtin/notes.c:580
4017 #, c-format
4018 msgid ""
4019 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
4020 "existing notes"
4021 msgstr ""
4023 #: builtin/notes.c:585 builtin/notes.c:662
4024 #, c-format
4025 msgid "Overwriting existing notes for object %s\n"
4026 msgstr ""
4028 #: builtin/notes.c:635
4029 msgid "too few parameters"
4030 msgstr ""
4032 #: builtin/notes.c:656
4033 #, c-format
4034 msgid ""
4035 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
4036 "existing notes"
4037 msgstr ""
4039 #: builtin/notes.c:668
4040 #, c-format
4041 msgid "Missing notes on source object %s. Cannot copy."
4042 msgstr ""
4044 #: builtin/notes.c:717
4045 #, c-format
4046 msgid ""
4047 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
4048 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
4049 msgstr ""
4051 #: builtin/notes.c:971
4052 #, c-format
4053 msgid "Object %s has no note\n"
4054 msgstr ""
4056 #: builtin/notes.c:1103 builtin/remote.c:1598
4057 #, c-format
4058 msgid "Unknown subcommand: %s"
4059 msgstr ""
4061 #: builtin/pack-objects.c:183 builtin/pack-objects.c:186
4062 #, c-format
4063 msgid "deflate error (%d)"
4064 msgstr ""
4066 #: builtin/pack-objects.c:2398
4067 #, c-format
4068 msgid "unsupported index version %s"
4069 msgstr ""
4071 #: builtin/pack-objects.c:2402
4072 #, c-format
4073 msgid "bad index version '%s'"
4074 msgstr ""
4076 #: builtin/pack-objects.c:2425
4077 #, c-format
4078 msgid "option %s does not accept negative form"
4079 msgstr ""
4081 #: builtin/pack-objects.c:2429
4082 #, c-format
4083 msgid "unable to parse value '%s' for option %s"
4084 msgstr ""
4086 #: builtin/push.c:45
4087 msgid "tag shorthand without <tag>"
4088 msgstr ""
4090 #: builtin/push.c:64
4091 msgid "--delete only accepts plain target ref names"
4092 msgstr ""
4094 #: builtin/push.c:99
4095 msgid ""
4096 "\n"
4097 "To choose either option permanently, see push.default in 'git help config'."
4098 msgstr ""
4100 #: builtin/push.c:102
4101 #, c-format
4102 msgid ""
4103 "The upstream branch of your current branch does not match\n"
4104 "the name of your current branch.  To push to the upstream branch\n"
4105 "on the remote, use\n"
4106 "\n"
4107 "    git push %s HEAD:%s\n"
4108 "\n"
4109 "To push to the branch of the same name on the remote, use\n"
4110 "\n"
4111 "    git push %s %s\n"
4112 "%s"
4113 msgstr ""
4115 #: builtin/push.c:121
4116 #, c-format
4117 msgid ""
4118 "You are not currently on a branch.\n"
4119 "To push the history leading to the current (detached HEAD)\n"
4120 "state now, use\n"
4121 "\n"
4122 "    git push %s HEAD:<name-of-remote-branch>\n"
4123 msgstr ""
4125 #: builtin/push.c:128
4126 #, c-format
4127 msgid ""
4128 "The current branch %s has no upstream branch.\n"
4129 "To push the current branch and set the remote as upstream, use\n"
4130 "\n"
4131 "    git push --set-upstream %s %s\n"
4132 msgstr ""
4134 #: builtin/push.c:136
4135 #, c-format
4136 msgid "The current branch %s has multiple upstream branches, refusing to push."
4137 msgstr ""
4139 #: builtin/push.c:139
4140 #, c-format
4141 msgid ""
4142 "You are pushing to remote '%s', which is not the upstream of\n"
4143 "your current branch '%s', without telling me what to push\n"
4144 "to update which remote branch."
4145 msgstr ""
4147 #: builtin/push.c:174
4148 msgid ""
4149 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
4150 msgstr ""
4152 #: builtin/push.c:181
4153 msgid ""
4154 "Updates were rejected because the tip of your current branch is behind\n"
4155 "its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
4156 "before pushing again.\n"
4157 "See the 'Note about fast-forwards' in 'git push --help' for details."
4158 msgstr ""
4160 #: builtin/push.c:187
4161 msgid ""
4162 "Updates were rejected because a pushed branch tip is behind its remote\n"
4163 "counterpart. If you did not intend to push that branch, you may want to\n"
4164 "specify branches to push or set the 'push.default' configuration\n"
4165 "variable to 'current' or 'upstream' to push only the current branch."
4166 msgstr ""
4168 #: builtin/push.c:193
4169 msgid ""
4170 "Updates were rejected because a pushed branch tip is behind its remote\n"
4171 "counterpart. Check out this branch and merge the remote changes\n"
4172 "(e.g. 'git pull') before pushing again.\n"
4173 "See the 'Note about fast-forwards' in 'git push --help' for details."
4174 msgstr ""
4176 #: builtin/push.c:233
4177 #, c-format
4178 msgid "Pushing to %s\n"
4179 msgstr ""
4181 #: builtin/push.c:237
4182 #, c-format
4183 msgid "failed to push some refs to '%s'"
4184 msgstr ""
4186 #: builtin/push.c:269
4187 #, c-format
4188 msgid "bad repository '%s'"
4189 msgstr ""
4191 #: builtin/push.c:270
4192 msgid ""
4193 "No configured push destination.\n"
4194 "Either specify the URL from the command-line or configure a remote "
4195 "repository using\n"
4196 "\n"
4197 "    git remote add <name> <url>\n"
4198 "\n"
4199 "and then push using the remote name\n"
4200 "\n"
4201 "    git push <name>\n"
4202 msgstr ""
4204 #: builtin/push.c:285
4205 msgid "--all and --tags are incompatible"
4206 msgstr ""
4208 #: builtin/push.c:286
4209 msgid "--all can't be combined with refspecs"
4210 msgstr ""
4212 #: builtin/push.c:291
4213 msgid "--mirror and --tags are incompatible"
4214 msgstr ""
4216 #: builtin/push.c:292
4217 msgid "--mirror can't be combined with refspecs"
4218 msgstr ""
4220 #: builtin/push.c:297
4221 msgid "--all and --mirror are incompatible"
4222 msgstr ""
4224 #: builtin/push.c:385
4225 msgid "--delete is incompatible with --all, --mirror and --tags"
4226 msgstr ""
4228 #: builtin/push.c:387
4229 msgid "--delete doesn't make sense without any refs"
4230 msgstr ""
4232 #: builtin/remote.c:98
4233 #, c-format
4234 msgid "Updating %s"
4235 msgstr ""
4237 #: builtin/remote.c:130
4238 msgid ""
4239 "--mirror is dangerous and deprecated; please\n"
4240 "\t use --mirror=fetch or --mirror=push instead"
4241 msgstr ""
4243 #: builtin/remote.c:147
4244 #, c-format
4245 msgid "unknown mirror argument: %s"
4246 msgstr ""
4248 #: builtin/remote.c:185
4249 msgid "specifying a master branch makes no sense with --mirror"
4250 msgstr ""
4252 #: builtin/remote.c:187
4253 msgid "specifying branches to track makes sense only with fetch mirrors"
4254 msgstr ""
4256 #: builtin/remote.c:195 builtin/remote.c:646
4257 #, c-format
4258 msgid "remote %s already exists."
4259 msgstr ""
4261 #: builtin/remote.c:199 builtin/remote.c:650
4262 #, c-format
4263 msgid "'%s' is not a valid remote name"
4264 msgstr ""
4266 #: builtin/remote.c:243
4267 #, c-format
4268 msgid "Could not setup master '%s'"
4269 msgstr ""
4271 #: builtin/remote.c:299
4272 #, c-format
4273 msgid "more than one %s"
4274 msgstr ""
4276 #: builtin/remote.c:339
4277 #, c-format
4278 msgid "Could not get fetch map for refspec %s"
4279 msgstr ""
4281 #: builtin/remote.c:440 builtin/remote.c:448
4282 msgid "(matching)"
4283 msgstr ""
4285 #: builtin/remote.c:452
4286 msgid "(delete)"
4287 msgstr ""
4289 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
4290 #, c-format
4291 msgid "Could not append '%s' to '%s'"
4292 msgstr ""
4294 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
4295 #, c-format
4296 msgid "No such remote: %s"
4297 msgstr ""
4299 #: builtin/remote.c:656
4300 #, c-format
4301 msgid "Could not rename config section '%s' to '%s'"
4302 msgstr ""
4304 #: builtin/remote.c:662 builtin/remote.c:799
4305 #, c-format
4306 msgid "Could not remove config section '%s'"
4307 msgstr ""
4309 #: builtin/remote.c:677
4310 #, c-format
4311 msgid ""
4312 "Not updating non-default fetch refspec\n"
4313 "\t%s\n"
4314 "\tPlease update the configuration manually if necessary."
4315 msgstr ""
4317 #: builtin/remote.c:683
4318 #, c-format
4319 msgid "Could not append '%s'"
4320 msgstr ""
4322 #: builtin/remote.c:694
4323 #, c-format
4324 msgid "Could not set '%s'"
4325 msgstr ""
4327 #: builtin/remote.c:716
4328 #, c-format
4329 msgid "deleting '%s' failed"
4330 msgstr ""
4332 #: builtin/remote.c:750
4333 #, c-format
4334 msgid "creating '%s' failed"
4335 msgstr ""
4337 #: builtin/remote.c:764
4338 #, c-format
4339 msgid "Could not remove branch %s"
4340 msgstr ""
4342 #: builtin/remote.c:834
4343 msgid ""
4344 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4345 "to delete it, use:"
4346 msgid_plural ""
4347 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4348 "to delete them, use:"
4349 msgstr[0] ""
4350 msgstr[1] ""
4352 #: builtin/remote.c:943
4353 #, c-format
4354 msgid " new (next fetch will store in remotes/%s)"
4355 msgstr ""
4357 #: builtin/remote.c:946
4358 msgid " tracked"
4359 msgstr ""
4361 #: builtin/remote.c:948
4362 msgid " stale (use 'git remote prune' to remove)"
4363 msgstr ""
4365 #: builtin/remote.c:950
4366 msgid " ???"
4367 msgstr ""
4369 #: builtin/remote.c:991
4370 #, c-format
4371 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
4372 msgstr ""
4374 #: builtin/remote.c:998
4375 #, c-format
4376 msgid "rebases onto remote %s"
4377 msgstr ""
4379 #: builtin/remote.c:1001
4380 #, c-format
4381 msgid " merges with remote %s"
4382 msgstr ""
4384 #: builtin/remote.c:1002
4385 msgid "    and with remote"
4386 msgstr ""
4388 #: builtin/remote.c:1004
4389 #, c-format
4390 msgid "merges with remote %s"
4391 msgstr ""
4393 #: builtin/remote.c:1005
4394 msgid "   and with remote"
4395 msgstr ""
4397 #: builtin/remote.c:1051
4398 msgid "create"
4399 msgstr ""
4401 #: builtin/remote.c:1054
4402 msgid "delete"
4403 msgstr ""
4405 #: builtin/remote.c:1058
4406 msgid "up to date"
4407 msgstr ""
4409 #: builtin/remote.c:1061
4410 msgid "fast-forwardable"
4411 msgstr ""
4413 #: builtin/remote.c:1064
4414 msgid "local out of date"
4415 msgstr ""
4417 #: builtin/remote.c:1071
4418 #, c-format
4419 msgid "    %-*s forces to %-*s (%s)"
4420 msgstr ""
4422 #: builtin/remote.c:1074
4423 #, c-format
4424 msgid "    %-*s pushes to %-*s (%s)"
4425 msgstr ""
4427 #: builtin/remote.c:1078
4428 #, c-format
4429 msgid "    %-*s forces to %s"
4430 msgstr ""
4432 #: builtin/remote.c:1081
4433 #, c-format
4434 msgid "    %-*s pushes to %s"
4435 msgstr ""
4437 #: builtin/remote.c:1118
4438 #, c-format
4439 msgid "* remote %s"
4440 msgstr ""
4442 #: builtin/remote.c:1119
4443 #, c-format
4444 msgid "  Fetch URL: %s"
4445 msgstr ""
4447 #: builtin/remote.c:1120 builtin/remote.c:1285
4448 msgid "(no URL)"
4449 msgstr ""
4451 #: builtin/remote.c:1129 builtin/remote.c:1131
4452 #, c-format
4453 msgid "  Push  URL: %s"
4454 msgstr ""
4456 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
4457 #, c-format
4458 msgid "  HEAD branch: %s"
4459 msgstr ""
4461 #: builtin/remote.c:1139
4462 #, c-format
4463 msgid ""
4464 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
4465 msgstr ""
4467 #: builtin/remote.c:1151
4468 #, c-format
4469 msgid "  Remote branch:%s"
4470 msgid_plural "  Remote branches:%s"
4471 msgstr[0] ""
4472 msgstr[1] ""
4474 #: builtin/remote.c:1154 builtin/remote.c:1181
4475 msgid " (status not queried)"
4476 msgstr ""
4478 #: builtin/remote.c:1163
4479 msgid "  Local branch configured for 'git pull':"
4480 msgid_plural "  Local branches configured for 'git pull':"
4481 msgstr[0] ""
4482 msgstr[1] ""
4484 #: builtin/remote.c:1171
4485 msgid "  Local refs will be mirrored by 'git push'"
4486 msgstr ""
4488 #: builtin/remote.c:1178
4489 #, c-format
4490 msgid "  Local ref configured for 'git push'%s:"
4491 msgid_plural "  Local refs configured for 'git push'%s:"
4492 msgstr[0] ""
4493 msgstr[1] ""
4495 #: builtin/remote.c:1216
4496 msgid "Cannot determine remote HEAD"
4497 msgstr ""
4499 #: builtin/remote.c:1218
4500 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
4501 msgstr ""
4503 #: builtin/remote.c:1228
4504 #, c-format
4505 msgid "Could not delete %s"
4506 msgstr ""
4508 #: builtin/remote.c:1236
4509 #, c-format
4510 msgid "Not a valid ref: %s"
4511 msgstr ""
4513 #: builtin/remote.c:1238
4514 #, c-format
4515 msgid "Could not setup %s"
4516 msgstr ""
4518 #: builtin/remote.c:1274
4519 #, c-format
4520 msgid " %s will become dangling!"
4521 msgstr ""
4523 #: builtin/remote.c:1275
4524 #, c-format
4525 msgid " %s has become dangling!"
4526 msgstr ""
4528 #: builtin/remote.c:1281
4529 #, c-format
4530 msgid "Pruning %s"
4531 msgstr ""
4533 #: builtin/remote.c:1282
4534 #, c-format
4535 msgid "URL: %s"
4536 msgstr ""
4538 #: builtin/remote.c:1295
4539 #, c-format
4540 msgid " * [would prune] %s"
4541 msgstr ""
4543 #: builtin/remote.c:1298
4544 #, c-format
4545 msgid " * [pruned] %s"
4546 msgstr ""
4548 #: builtin/remote.c:1387 builtin/remote.c:1461
4549 #, c-format
4550 msgid "No such remote '%s'"
4551 msgstr ""
4553 #: builtin/remote.c:1414
4554 msgid "no remote specified"
4555 msgstr ""
4557 #: builtin/remote.c:1447
4558 msgid "--add --delete doesn't make sense"
4559 msgstr ""
4561 #: builtin/remote.c:1487
4562 #, c-format
4563 msgid "Invalid old URL pattern: %s"
4564 msgstr ""
4566 #: builtin/remote.c:1495
4567 #, c-format
4568 msgid "No such URL found: %s"
4569 msgstr ""
4571 #: builtin/remote.c:1497
4572 msgid "Will not delete all non-push URLs"
4573 msgstr ""
4575 #: builtin/reset.c:33
4576 msgid "mixed"
4577 msgstr ""
4579 #: builtin/reset.c:33
4580 msgid "soft"
4581 msgstr ""
4583 #: builtin/reset.c:33
4584 msgid "hard"
4585 msgstr ""
4587 #: builtin/reset.c:33
4588 msgid "merge"
4589 msgstr ""
4591 #: builtin/reset.c:33
4592 msgid "keep"
4593 msgstr ""
4595 #: builtin/reset.c:77
4596 msgid "You do not have a valid HEAD."
4597 msgstr ""
4599 #: builtin/reset.c:79
4600 msgid "Failed to find tree of HEAD."
4601 msgstr ""
4603 #: builtin/reset.c:85
4604 #, c-format
4605 msgid "Failed to find tree of %s."
4606 msgstr ""
4608 #: builtin/reset.c:96
4609 msgid "Could not write new index file."
4610 msgstr ""
4612 #: builtin/reset.c:106
4613 #, c-format
4614 msgid "HEAD is now at %s"
4615 msgstr ""
4617 #: builtin/reset.c:130
4618 msgid "Could not read index"
4619 msgstr ""
4621 #: builtin/reset.c:133
4622 msgid "Unstaged changes after reset:"
4623 msgstr ""
4625 #: builtin/reset.c:223
4626 #, c-format
4627 msgid "Cannot do a %s reset in the middle of a merge."
4628 msgstr ""
4630 #: builtin/reset.c:303
4631 #, c-format
4632 msgid "Could not parse object '%s'."
4633 msgstr ""
4635 #: builtin/reset.c:308
4636 msgid "--patch is incompatible with --{hard,mixed,soft}"
4637 msgstr ""
4639 #: builtin/reset.c:317
4640 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4641 msgstr ""
4643 #: builtin/reset.c:319
4644 #, c-format
4645 msgid "Cannot do %s reset with paths."
4646 msgstr ""
4648 #: builtin/reset.c:331
4649 #, c-format
4650 msgid "%s reset is not allowed in a bare repository"
4651 msgstr ""
4653 #: builtin/reset.c:347
4654 #, c-format
4655 msgid "Could not reset index file to revision '%s'."
4656 msgstr ""
4658 #: builtin/revert.c:70 builtin/revert.c:92
4659 #, c-format
4660 msgid "%s: %s cannot be used with %s"
4661 msgstr ""
4663 #: builtin/revert.c:131
4664 msgid "program error"
4665 msgstr ""
4667 #: builtin/revert.c:221
4668 msgid "revert failed"
4669 msgstr ""
4671 #: builtin/revert.c:236
4672 msgid "cherry-pick failed"
4673 msgstr ""
4675 #: builtin/rm.c:109
4676 #, c-format
4677 msgid ""
4678 "'%s' has staged content different from both the file and the HEAD\n"
4679 "(use -f to force removal)"
4680 msgstr ""
4682 #: builtin/rm.c:115
4683 #, c-format
4684 msgid ""
4685 "'%s' has changes staged in the index\n"
4686 "(use --cached to keep the file, or -f to force removal)"
4687 msgstr ""
4689 #: builtin/rm.c:119
4690 #, c-format
4691 msgid ""
4692 "'%s' has local modifications\n"
4693 "(use --cached to keep the file, or -f to force removal)"
4694 msgstr ""
4696 #: builtin/rm.c:194
4697 #, c-format
4698 msgid "not removing '%s' recursively without -r"
4699 msgstr ""
4701 #: builtin/rm.c:230
4702 #, c-format
4703 msgid "git rm: unable to remove %s"
4704 msgstr ""
4706 #: builtin/shortlog.c:157
4707 #, c-format
4708 msgid "Missing author: %s"
4709 msgstr ""
4711 #: builtin/tag.c:60
4712 #, c-format
4713 msgid "malformed object at '%s'"
4714 msgstr ""
4716 #: builtin/tag.c:207
4717 #, c-format
4718 msgid "tag name too long: %.*s..."
4719 msgstr ""
4721 #: builtin/tag.c:212
4722 #, c-format
4723 msgid "tag '%s' not found."
4724 msgstr ""
4726 #: builtin/tag.c:227
4727 #, c-format
4728 msgid "Deleted tag '%s' (was %s)\n"
4729 msgstr ""
4731 #: builtin/tag.c:239
4732 #, c-format
4733 msgid "could not verify the tag '%s'"
4734 msgstr ""
4736 #: builtin/tag.c:249
4737 msgid ""
4738 "\n"
4739 "#\n"
4740 "# Write a tag message\n"
4741 "# Lines starting with '#' will be ignored.\n"
4742 "#\n"
4743 msgstr ""
4745 #: builtin/tag.c:256
4746 msgid ""
4747 "\n"
4748 "#\n"
4749 "# Write a tag message\n"
4750 "# Lines starting with '#' will be kept; you may remove them yourself if you "
4751 "want to.\n"
4752 "#\n"
4753 msgstr ""
4755 #: builtin/tag.c:298
4756 msgid "unable to sign the tag"
4757 msgstr ""
4759 #: builtin/tag.c:300
4760 msgid "unable to write tag file"
4761 msgstr ""
4763 #: builtin/tag.c:325
4764 msgid "bad object type."
4765 msgstr ""
4767 #: builtin/tag.c:338
4768 msgid "tag header too big."
4769 msgstr ""
4771 #: builtin/tag.c:370
4772 msgid "no tag message?"
4773 msgstr ""
4775 #: builtin/tag.c:376
4776 #, c-format
4777 msgid "The tag message has been left in %s\n"
4778 msgstr ""
4780 #: builtin/tag.c:425
4781 msgid "switch 'points-at' requires an object"
4782 msgstr ""
4784 #: builtin/tag.c:427
4785 #, c-format
4786 msgid "malformed object name '%s'"
4787 msgstr ""
4789 #: builtin/tag.c:506
4790 msgid "--column and -n are incompatible"
4791 msgstr ""
4793 #: builtin/tag.c:523
4794 msgid "-n option is only allowed with -l."
4795 msgstr ""
4797 #: builtin/tag.c:525
4798 msgid "--contains option is only allowed with -l."
4799 msgstr ""
4801 #: builtin/tag.c:527
4802 msgid "--points-at option is only allowed with -l."
4803 msgstr ""
4805 #: builtin/tag.c:535
4806 msgid "only one -F or -m option is allowed."
4807 msgstr ""
4809 #: builtin/tag.c:555
4810 msgid "too many params"
4811 msgstr ""
4813 #: builtin/tag.c:561
4814 #, c-format
4815 msgid "'%s' is not a valid tag name."
4816 msgstr ""
4818 #: builtin/tag.c:566
4819 #, c-format
4820 msgid "tag '%s' already exists"
4821 msgstr ""
4823 #: builtin/tag.c:584
4824 #, c-format
4825 msgid "%s: cannot lock the ref"
4826 msgstr ""
4828 #: builtin/tag.c:586
4829 #, c-format
4830 msgid "%s: cannot update the ref"
4831 msgstr ""
4833 #: builtin/tag.c:588
4834 #, c-format
4835 msgid "Updated tag '%s' (was %s)\n"
4836 msgstr ""
4838 #: git.c:16
4839 msgid "See 'git help <command>' for more information on a specific command."
4840 msgstr ""
4842 #: parse-options.h:133 parse-options.h:235
4843 msgid "n"
4844 msgstr ""
4846 #: parse-options.h:141
4847 msgid "time"
4848 msgstr ""
4850 #: parse-options.h:149
4851 msgid "file"
4852 msgstr ""
4854 #: parse-options.h:151
4855 msgid "when"
4856 msgstr ""
4858 #: parse-options.h:156
4859 msgid "no-op (backward compatibility)"
4860 msgstr ""
4862 #: parse-options.h:228
4863 msgid "be more verbose"
4864 msgstr ""
4866 #: parse-options.h:230
4867 msgid "be more quiet"
4868 msgstr ""
4870 #: parse-options.h:236
4871 msgid "use <n> digits to display SHA-1s"
4872 msgstr ""
4874 #: common-cmds.h:8
4875 msgid "Add file contents to the index"
4876 msgstr ""
4878 #: common-cmds.h:9
4879 msgid "Find by binary search the change that introduced a bug"
4880 msgstr ""
4882 #: common-cmds.h:10
4883 msgid "List, create, or delete branches"
4884 msgstr ""
4886 #: common-cmds.h:11
4887 msgid "Checkout a branch or paths to the working tree"
4888 msgstr ""
4890 #: common-cmds.h:12
4891 msgid "Clone a repository into a new directory"
4892 msgstr ""
4894 #: common-cmds.h:13
4895 msgid "Record changes to the repository"
4896 msgstr ""
4898 #: common-cmds.h:14
4899 msgid "Show changes between commits, commit and working tree, etc"
4900 msgstr ""
4902 #: common-cmds.h:15
4903 msgid "Download objects and refs from another repository"
4904 msgstr ""
4906 #: common-cmds.h:16
4907 msgid "Print lines matching a pattern"
4908 msgstr ""
4910 #: common-cmds.h:17
4911 msgid "Create an empty git repository or reinitialize an existing one"
4912 msgstr ""
4914 #: common-cmds.h:18
4915 msgid "Show commit logs"
4916 msgstr ""
4918 #: common-cmds.h:19
4919 msgid "Join two or more development histories together"
4920 msgstr ""
4922 #: common-cmds.h:20
4923 msgid "Move or rename a file, a directory, or a symlink"
4924 msgstr ""
4926 #: common-cmds.h:21
4927 msgid "Fetch from and merge with another repository or a local branch"
4928 msgstr ""
4930 #: common-cmds.h:22
4931 msgid "Update remote refs along with associated objects"
4932 msgstr ""
4934 #: common-cmds.h:23
4935 msgid "Forward-port local commits to the updated upstream head"
4936 msgstr ""
4938 #: common-cmds.h:24
4939 msgid "Reset current HEAD to the specified state"
4940 msgstr ""
4942 #: common-cmds.h:25
4943 msgid "Remove files from the working tree and from the index"
4944 msgstr ""
4946 #: common-cmds.h:26
4947 msgid "Show various types of objects"
4948 msgstr ""
4950 #: common-cmds.h:27
4951 msgid "Show the working tree status"
4952 msgstr ""
4954 #: common-cmds.h:28
4955 msgid "Create, list, delete or verify a tag object signed with GPG"
4956 msgstr ""
4958 #: git-am.sh:50
4959 msgid "You need to set your committer info first"
4960 msgstr ""
4962 #: git-am.sh:95
4963 msgid ""
4964 "You seem to have moved HEAD since the last 'am' failure.\n"
4965 "Not rewinding to ORIG_HEAD"
4966 msgstr ""
4968 #: git-am.sh:105
4969 #, sh-format
4970 msgid ""
4971 "When you have resolved this problem, run \"$cmdline --resolved\".\n"
4972 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
4973 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
4974 msgstr ""
4976 #: git-am.sh:121
4977 msgid "Cannot fall back to three-way merge."
4978 msgstr ""
4980 #: git-am.sh:137
4981 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4982 msgstr ""
4984 #: git-am.sh:139
4985 msgid "Using index info to reconstruct a base tree..."
4986 msgstr ""
4988 #: git-am.sh:154
4989 msgid ""
4990 "Did you hand edit your patch?\n"
4991 "It does not apply to blobs recorded in its index."
4992 msgstr ""
4994 #: git-am.sh:163
4995 msgid "Falling back to patching base and 3-way merge..."
4996 msgstr ""
4998 #: git-am.sh:179
4999 msgid "Failed to merge in the changes."
5000 msgstr ""
5002 #: git-am.sh:274
5003 msgid "Only one StGIT patch series can be applied at once"
5004 msgstr ""
5006 #: git-am.sh:361
5007 #, sh-format
5008 msgid "Patch format $patch_format is not supported."
5009 msgstr ""
5011 #: git-am.sh:363
5012 msgid "Patch format detection failed."
5013 msgstr ""
5015 #: git-am.sh:389
5016 msgid ""
5017 "The -b/--binary option has been a no-op for long time, and\n"
5018 "it will be removed. Please do not use it anymore."
5019 msgstr ""
5021 #: git-am.sh:477
5022 #, sh-format
5023 msgid "previous rebase directory $dotest still exists but mbox given."
5024 msgstr ""
5026 #: git-am.sh:482
5027 msgid "Please make up your mind. --skip or --abort?"
5028 msgstr ""
5030 #: git-am.sh:509
5031 msgid "Resolve operation not in progress, we are not resuming."
5032 msgstr ""
5034 #: git-am.sh:575
5035 #, sh-format
5036 msgid "Dirty index: cannot apply patches (dirty: $files)"
5037 msgstr ""
5039 #: git-am.sh:679
5040 #, sh-format
5041 msgid ""
5042 "Patch is empty.  Was it split wrong?\n"
5043 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
5044 "To restore the original branch and stop patching run \"$cmdline --abort\"."
5045 msgstr ""
5047 #: git-am.sh:706
5048 msgid "Patch does not have a valid e-mail address."
5049 msgstr ""
5051 #: git-am.sh:753
5052 msgid "cannot be interactive without stdin connected to a terminal."
5053 msgstr ""
5055 #: git-am.sh:757
5056 msgid "Commit Body is:"
5057 msgstr ""
5059 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5060 #. in your translation. The program will only accept English
5061 #. input at this point.
5062 #: git-am.sh:764
5063 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
5064 msgstr ""
5066 #: git-am.sh:800
5067 #, sh-format
5068 msgid "Applying: $FIRSTLINE"
5069 msgstr ""
5071 #: git-am.sh:821
5072 msgid ""
5073 "No changes - did you forget to use 'git add'?\n"
5074 "If there is nothing left to stage, chances are that something else\n"
5075 "already introduced the same changes; you might want to skip this patch."
5076 msgstr ""
5078 #: git-am.sh:829
5079 msgid ""
5080 "You still have unmerged paths in your index\n"
5081 "did you forget to use 'git add'?"
5082 msgstr ""
5084 #: git-am.sh:845
5085 msgid "No changes -- Patch already applied."
5086 msgstr ""
5088 #: git-am.sh:855
5089 #, sh-format
5090 msgid "Patch failed at $msgnum $FIRSTLINE"
5091 msgstr ""
5093 #: git-am.sh:876
5094 msgid "applying to an empty history"
5095 msgstr ""
5097 #: git-bisect.sh:48
5098 msgid "You need to start by \"git bisect start\""
5099 msgstr ""
5101 #. TRANSLATORS: Make sure to include [Y] and [n] in your
5102 #. translation. The program will only accept English input
5103 #. at this point.
5104 #: git-bisect.sh:54
5105 msgid "Do you want me to do it for you [Y/n]? "
5106 msgstr ""
5108 #: git-bisect.sh:95
5109 #, sh-format
5110 msgid "unrecognised option: '$arg'"
5111 msgstr ""
5113 #: git-bisect.sh:99
5114 #, sh-format
5115 msgid "'$arg' does not appear to be a valid revision"
5116 msgstr ""
5118 #: git-bisect.sh:117
5119 msgid "Bad HEAD - I need a HEAD"
5120 msgstr ""
5122 #: git-bisect.sh:130
5123 #, sh-format
5124 msgid ""
5125 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
5126 msgstr ""
5128 #: git-bisect.sh:140
5129 msgid "won't bisect on seeked tree"
5130 msgstr ""
5132 #: git-bisect.sh:144
5133 msgid "Bad HEAD - strange symbolic ref"
5134 msgstr ""
5136 #: git-bisect.sh:189
5137 #, sh-format
5138 msgid "Bad bisect_write argument: $state"
5139 msgstr ""
5141 #: git-bisect.sh:218
5142 #, sh-format
5143 msgid "Bad rev input: $arg"
5144 msgstr ""
5146 #: git-bisect.sh:232
5147 msgid "Please call 'bisect_state' with at least one argument."
5148 msgstr ""
5150 #: git-bisect.sh:244
5151 #, sh-format
5152 msgid "Bad rev input: $rev"
5153 msgstr ""
5155 #: git-bisect.sh:250
5156 msgid "'git bisect bad' can take only one argument."
5157 msgstr ""
5159 #. have bad but not good.  we could bisect although
5160 #. this is less optimum.
5161 #: git-bisect.sh:273
5162 msgid "Warning: bisecting only with a bad commit."
5163 msgstr ""
5165 #. TRANSLATORS: Make sure to include [Y] and [n] in your
5166 #. translation. The program will only accept English input
5167 #. at this point.
5168 #: git-bisect.sh:279
5169 msgid "Are you sure [Y/n]? "
5170 msgstr ""
5172 #: git-bisect.sh:289
5173 msgid ""
5174 "You need to give me at least one good and one bad revisions.\n"
5175 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5176 msgstr ""
5178 #: git-bisect.sh:292
5179 msgid ""
5180 "You need to start by \"git bisect start\".\n"
5181 "You then need to give me at least one good and one bad revisions.\n"
5182 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5183 msgstr ""
5185 #: git-bisect.sh:347 git-bisect.sh:474
5186 msgid "We are not bisecting."
5187 msgstr ""
5189 #: git-bisect.sh:354
5190 #, sh-format
5191 msgid "'$invalid' is not a valid commit"
5192 msgstr ""
5194 #: git-bisect.sh:363
5195 #, sh-format
5196 msgid ""
5197 "Could not check out original HEAD '$branch'.\n"
5198 "Try 'git bisect reset <commit>'."
5199 msgstr ""
5201 #: git-bisect.sh:390
5202 msgid "No logfile given"
5203 msgstr ""
5205 #: git-bisect.sh:391
5206 #, sh-format
5207 msgid "cannot read $file for replaying"
5208 msgstr ""
5210 #: git-bisect.sh:408
5211 msgid "?? what are you talking about?"
5212 msgstr ""
5214 #: git-bisect.sh:420
5215 #, sh-format
5216 msgid "running $command"
5217 msgstr ""
5219 #: git-bisect.sh:427
5220 #, sh-format
5221 msgid ""
5222 "bisect run failed:\n"
5223 "exit code $res from '$command' is < 0 or >= 128"
5224 msgstr ""
5226 #: git-bisect.sh:453
5227 msgid "bisect run cannot continue any more"
5228 msgstr ""
5230 #: git-bisect.sh:459
5231 #, sh-format
5232 msgid ""
5233 "bisect run failed:\n"
5234 "'bisect_state $state' exited with error code $res"
5235 msgstr ""
5237 #: git-bisect.sh:466
5238 msgid "bisect run success"
5239 msgstr ""
5241 #: git-pull.sh:21
5242 msgid ""
5243 "Pull is not possible because you have unmerged files.\n"
5244 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
5245 "as appropriate to mark resolution, or use 'git commit -a'."
5246 msgstr ""
5248 #: git-pull.sh:25
5249 msgid "Pull is not possible because you have unmerged files."
5250 msgstr ""
5252 #: git-pull.sh:197
5253 msgid "updating an unborn branch with changes added to the index"
5254 msgstr ""
5256 #. The fetch involved updating the current branch.
5257 #. The working tree and the index file is still based on the
5258 #. $orig_head commit, but we are merging into $curr_head.
5259 #. First update the working tree to match $curr_head.
5260 #: git-pull.sh:228
5261 #, sh-format
5262 msgid ""
5263 "Warning: fetch updated the current branch head.\n"
5264 "Warning: fast-forwarding your working tree from\n"
5265 "Warning: commit $orig_head."
5266 msgstr ""
5268 #: git-pull.sh:253
5269 msgid "Cannot merge multiple branches into empty head"
5270 msgstr ""
5272 #: git-pull.sh:257
5273 msgid "Cannot rebase onto multiple branches"
5274 msgstr ""
5276 #: git-rebase.sh:52
5277 msgid ""
5278 "When you have resolved this problem, run \"git rebase --continue\".\n"
5279 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
5280 "To check out the original branch and stop rebasing, run \"git rebase --abort"
5281 "\"."
5282 msgstr ""
5284 #: git-rebase.sh:159
5285 msgid "The pre-rebase hook refused to rebase."
5286 msgstr ""
5288 #: git-rebase.sh:164
5289 msgid "It looks like git-am is in progress. Cannot rebase."
5290 msgstr ""
5292 #: git-rebase.sh:295
5293 msgid "The --exec option must be used with the --interactive option"
5294 msgstr ""
5296 #: git-rebase.sh:300
5297 msgid "No rebase in progress?"
5298 msgstr ""
5300 #: git-rebase.sh:313
5301 msgid "Cannot read HEAD"
5302 msgstr ""
5304 #: git-rebase.sh:316
5305 msgid ""
5306 "You must edit all merge conflicts and then\n"
5307 "mark them as resolved using git add"
5308 msgstr ""
5310 #: git-rebase.sh:334
5311 #, sh-format
5312 msgid "Could not move back to $head_name"
5313 msgstr ""
5315 #: git-rebase.sh:350
5316 #, sh-format
5317 msgid ""
5318 "It seems that there is already a $state_dir_base directory, and\n"
5319 "I wonder if you are in the middle of another rebase.  If that is the\n"
5320 "case, please try\n"
5321 "\t$cmd_live_rebase\n"
5322 "If that is not the case, please\n"
5323 "\t$cmd_clear_stale_rebase\n"
5324 "and run me again.  I am stopping in case you still have something\n"
5325 "valuable there."
5326 msgstr ""
5328 #: git-rebase.sh:395
5329 #, sh-format
5330 msgid "invalid upstream $upstream_name"
5331 msgstr ""
5333 #: git-rebase.sh:419
5334 #, sh-format
5335 msgid "$onto_name: there are more than one merge bases"
5336 msgstr ""
5338 #: git-rebase.sh:422 git-rebase.sh:426
5339 #, sh-format
5340 msgid "$onto_name: there is no merge base"
5341 msgstr ""
5343 #: git-rebase.sh:431
5344 #, sh-format
5345 msgid "Does not point to a valid commit: $onto_name"
5346 msgstr ""
5348 #: git-rebase.sh:454
5349 #, sh-format
5350 msgid "fatal: no such branch: $branch_name"
5351 msgstr ""
5353 #: git-rebase.sh:474
5354 msgid "Please commit or stash them."
5355 msgstr ""
5357 #: git-rebase.sh:492
5358 #, sh-format
5359 msgid "Current branch $branch_name is up to date."
5360 msgstr ""
5362 #: git-rebase.sh:495
5363 #, sh-format
5364 msgid "Current branch $branch_name is up to date, rebase forced."
5365 msgstr ""
5367 #: git-rebase.sh:506
5368 #, sh-format
5369 msgid "Changes from $mb to $onto:"
5370 msgstr ""
5372 #. Detach HEAD and reset the tree
5373 #: git-rebase.sh:515
5374 msgid "First, rewinding head to replay your work on top of it..."
5375 msgstr ""
5377 #: git-rebase.sh:523
5378 #, sh-format
5379 msgid "Fast-forwarded $branch_name to $onto_name."
5380 msgstr ""
5382 #: git-stash.sh:51
5383 msgid "git stash clear with parameters is unimplemented"
5384 msgstr ""
5386 #: git-stash.sh:74
5387 msgid "You do not have the initial commit yet"
5388 msgstr ""
5390 #: git-stash.sh:89
5391 msgid "Cannot save the current index state"
5392 msgstr ""
5394 #: git-stash.sh:123 git-stash.sh:136
5395 msgid "Cannot save the current worktree state"
5396 msgstr ""
5398 #: git-stash.sh:140
5399 msgid "No changes selected"
5400 msgstr ""
5402 #: git-stash.sh:143
5403 msgid "Cannot remove temporary index (can't happen)"
5404 msgstr ""
5406 #: git-stash.sh:156
5407 msgid "Cannot record working tree state"
5408 msgstr ""
5410 #. TRANSLATORS: $option is an invalid option, like
5411 #. `--blah-blah'. The 7 spaces at the beginning of the
5412 #. second line correspond to "error: ". So you should line
5413 #. up the second line with however many characters the
5414 #. translation of "error: " takes in your language. E.g. in
5415 #. English this is:
5417 #. $ git stash save --blah-blah 2>&1 | head -n 2
5418 #. error: unknown option for 'stash save': --blah-blah
5419 #. To provide a message, use git stash save -- '--blah-blah'
5420 #: git-stash.sh:202
5421 #, sh-format
5422 msgid ""
5423 "error: unknown option for 'stash save': $option\n"
5424 "       To provide a message, use git stash save -- '$option'"
5425 msgstr ""
5427 #: git-stash.sh:223
5428 msgid "No local changes to save"
5429 msgstr ""
5431 #: git-stash.sh:227
5432 msgid "Cannot initialize stash"
5433 msgstr ""
5435 #: git-stash.sh:235
5436 msgid "Cannot save the current status"
5437 msgstr ""
5439 #: git-stash.sh:253
5440 msgid "Cannot remove worktree changes"
5441 msgstr ""
5443 #: git-stash.sh:352
5444 msgid "No stash found."
5445 msgstr ""
5447 #: git-stash.sh:359
5448 #, sh-format
5449 msgid "Too many revisions specified: $REV"
5450 msgstr ""
5452 #: git-stash.sh:365
5453 #, sh-format
5454 msgid "$reference is not valid reference"
5455 msgstr ""
5457 #: git-stash.sh:393
5458 #, sh-format
5459 msgid "'$args' is not a stash-like commit"
5460 msgstr ""
5462 #: git-stash.sh:404
5463 #, sh-format
5464 msgid "'$args' is not a stash reference"
5465 msgstr ""
5467 #: git-stash.sh:412
5468 msgid "unable to refresh index"
5469 msgstr ""
5471 #: git-stash.sh:416
5472 msgid "Cannot apply a stash in the middle of a merge"
5473 msgstr ""
5475 #: git-stash.sh:424
5476 msgid "Conflicts in index. Try without --index."
5477 msgstr ""
5479 #: git-stash.sh:426
5480 msgid "Could not save index tree"
5481 msgstr ""
5483 #: git-stash.sh:460
5484 msgid "Cannot unstage modified files"
5485 msgstr ""
5487 #: git-stash.sh:474
5488 msgid "Index was not unstashed."
5489 msgstr ""
5491 #: git-stash.sh:491
5492 #, sh-format
5493 msgid "Dropped ${REV} ($s)"
5494 msgstr ""
5496 #: git-stash.sh:492
5497 #, sh-format
5498 msgid "${REV}: Could not drop stash entry"
5499 msgstr ""
5501 #: git-stash.sh:499
5502 msgid "No branch name specified"
5503 msgstr ""
5505 #: git-stash.sh:570
5506 msgid "(To restore them type \"git stash apply\")"
5507 msgstr ""
5509 #: git-submodule.sh:88
5510 #, sh-format
5511 msgid "cannot strip one component off url '$remoteurl'"
5512 msgstr ""
5514 #: git-submodule.sh:145
5515 #, sh-format
5516 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
5517 msgstr ""
5519 #: git-submodule.sh:189
5520 #, sh-format
5521 msgid "Clone of '$url' into submodule path '$sm_path' failed"
5522 msgstr ""
5524 #: git-submodule.sh:201
5525 #, sh-format
5526 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5527 msgstr ""
5529 #: git-submodule.sh:290
5530 #, sh-format
5531 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5532 msgstr ""
5534 #: git-submodule.sh:307
5535 #, sh-format
5536 msgid "'$sm_path' already exists in the index"
5537 msgstr ""
5539 #: git-submodule.sh:311
5540 #, sh-format
5541 msgid ""
5542 "The following path is ignored by one of your .gitignore files:\n"
5543 "$sm_path\n"
5544 "Use -f if you really want to add it."
5545 msgstr ""
5547 #: git-submodule.sh:322
5548 #, sh-format
5549 msgid "Adding existing repo at '$sm_path' to the index"
5550 msgstr ""
5552 #: git-submodule.sh:324
5553 #, sh-format
5554 msgid "'$sm_path' already exists and is not a valid git repo"
5555 msgstr ""
5557 #: git-submodule.sh:338
5558 #, sh-format
5559 msgid "Unable to checkout submodule '$sm_path'"
5560 msgstr ""
5562 #: git-submodule.sh:343
5563 #, sh-format
5564 msgid "Failed to add submodule '$sm_path'"
5565 msgstr ""
5567 #: git-submodule.sh:348
5568 #, sh-format
5569 msgid "Failed to register submodule '$sm_path'"
5570 msgstr ""
5572 #: git-submodule.sh:390
5573 #, sh-format
5574 msgid "Entering '$prefix$sm_path'"
5575 msgstr ""
5577 #: git-submodule.sh:404
5578 #, sh-format
5579 msgid "Stopping at '$sm_path'; script returned non-zero status."
5580 msgstr ""
5582 #: git-submodule.sh:447
5583 #, sh-format
5584 msgid "No url found for submodule path '$sm_path' in .gitmodules"
5585 msgstr ""
5587 #: git-submodule.sh:456
5588 #, sh-format
5589 msgid "Failed to register url for submodule path '$sm_path'"
5590 msgstr ""
5592 #: git-submodule.sh:458
5593 #, sh-format
5594 msgid "Submodule '$name' ($url) registered for path '$sm_path'"
5595 msgstr ""
5597 #: git-submodule.sh:466
5598 #, sh-format
5599 msgid "Failed to register update mode for submodule path '$sm_path'"
5600 msgstr ""
5602 #: git-submodule.sh:565
5603 #, sh-format
5604 msgid ""
5605 "Submodule path '$sm_path' not initialized\n"
5606 "Maybe you want to use 'update --init'?"
5607 msgstr ""
5609 #: git-submodule.sh:578
5610 #, sh-format
5611 msgid "Unable to find current revision in submodule path '$sm_path'"
5612 msgstr ""
5614 #: git-submodule.sh:597
5615 #, sh-format
5616 msgid "Unable to fetch in submodule path '$sm_path'"
5617 msgstr ""
5619 #: git-submodule.sh:611
5620 #, sh-format
5621 msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
5622 msgstr ""
5624 #: git-submodule.sh:612
5625 #, sh-format
5626 msgid "Submodule path '$sm_path': rebased into '$sha1'"
5627 msgstr ""
5629 #: git-submodule.sh:617
5630 #, sh-format
5631 msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
5632 msgstr ""
5634 #: git-submodule.sh:618
5635 #, sh-format
5636 msgid "Submodule path '$sm_path': merged in '$sha1'"
5637 msgstr ""
5639 #: git-submodule.sh:623
5640 #, sh-format
5641 msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
5642 msgstr ""
5644 #: git-submodule.sh:624
5645 #, sh-format
5646 msgid "Submodule path '$sm_path': checked out '$sha1'"
5647 msgstr ""
5649 #: git-submodule.sh:646 git-submodule.sh:969
5650 #, sh-format
5651 msgid "Failed to recurse into submodule path '$sm_path'"
5652 msgstr ""
5654 #: git-submodule.sh:754
5655 msgid "The --cached option cannot be used with the --files option"
5656 msgstr ""
5658 #. unexpected type
5659 #: git-submodule.sh:794
5660 #, sh-format
5661 msgid "unexpected mode $mod_dst"
5662 msgstr ""
5664 #: git-submodule.sh:812
5665 #, sh-format
5666 msgid "  Warn: $name doesn't contain commit $sha1_src"
5667 msgstr ""
5669 #: git-submodule.sh:815
5670 #, sh-format
5671 msgid "  Warn: $name doesn't contain commit $sha1_dst"
5672 msgstr ""
5674 #: git-submodule.sh:818
5675 #, sh-format
5676 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5677 msgstr ""
5679 #: git-submodule.sh:843
5680 msgid "blob"
5681 msgstr ""
5683 #: git-submodule.sh:881
5684 msgid "# Submodules changed but not updated:"
5685 msgstr ""
5687 #: git-submodule.sh:883
5688 msgid "# Submodule changes to be committed:"
5689 msgstr ""
5691 #: git-submodule.sh:1027
5692 #, sh-format
5693 msgid "Synchronizing submodule url for '$name'"
5694 msgstr ""