prune.c: only print informational message in show_only or verbose mode
[git/jnareb-git.git] / po / git.pot
blob73eb449526e60f88f2f05dc3a3e9b8afc3a0f18a
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-02 09:26+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:1918
569 #, c-format
570 msgid "found %u common ancestor(s):"
571 msgstr ""
573 #: merge-recursive.c:1954
574 msgid "merge returned no commit"
575 msgstr ""
577 #: merge-recursive.c:2011
578 #, c-format
579 msgid "Could not parse object '%s'"
580 msgstr ""
582 #: merge-recursive.c:2023 builtin/merge.c:697
583 msgid "Unable to write index."
584 msgstr ""
586 #: parse-options.c:494
587 msgid "..."
588 msgstr ""
590 #: parse-options.c:512
591 #, c-format
592 msgid "usage: %s"
593 msgstr ""
595 #. TRANSLATORS: the colon here should align with the
596 #. one in "usage: %s" translation
597 #: parse-options.c:516
598 #, c-format
599 msgid "   or: %s"
600 msgstr ""
602 #: parse-options.c:519
603 #, c-format
604 msgid "    %s"
605 msgstr ""
607 #: remote.c:1632
608 #, c-format
609 msgid "Your branch is ahead of '%s' by %d commit.\n"
610 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
611 msgstr[0] ""
612 msgstr[1] ""
614 #: remote.c:1638
615 #, c-format
616 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
617 msgid_plural ""
618 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
619 msgstr[0] ""
620 msgstr[1] ""
622 #: remote.c:1646
623 #, c-format
624 msgid ""
625 "Your branch and '%s' have diverged,\n"
626 "and have %d and %d different commit each, respectively.\n"
627 msgid_plural ""
628 "Your branch and '%s' have diverged,\n"
629 "and have %d and %d different commits each, respectively.\n"
630 msgstr[0] ""
631 msgstr[1] ""
633 #: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
634 #: builtin/merge.c:1088 builtin/merge.c:1098
635 #, c-format
636 msgid "Could not open '%s' for writing"
637 msgstr ""
639 #: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
640 #: builtin/merge.c:1090 builtin/merge.c:1103
641 #, c-format
642 msgid "Could not write to '%s'"
643 msgstr ""
645 #: sequencer.c:144
646 msgid ""
647 "after resolving the conflicts, mark the corrected paths\n"
648 "with 'git add <paths>' or 'git rm <paths>'"
649 msgstr ""
651 #: sequencer.c:147
652 msgid ""
653 "after resolving the conflicts, mark the corrected paths\n"
654 "with 'git add <paths>' or 'git rm <paths>'\n"
655 "and commit the result with 'git commit'"
656 msgstr ""
658 #: sequencer.c:160 sequencer.c:758 sequencer.c:841
659 #, c-format
660 msgid "Could not write to %s"
661 msgstr ""
663 #: sequencer.c:163
664 #, c-format
665 msgid "Error wrapping up %s"
666 msgstr ""
668 #: sequencer.c:178
669 msgid "Your local changes would be overwritten by cherry-pick."
670 msgstr ""
672 #: sequencer.c:180
673 msgid "Your local changes would be overwritten by revert."
674 msgstr ""
676 #: sequencer.c:183
677 msgid "Commit your changes or stash them to proceed."
678 msgstr ""
680 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
681 #: sequencer.c:233
682 #, c-format
683 msgid "%s: Unable to write new index file"
684 msgstr ""
686 #: sequencer.c:261
687 msgid "Could not resolve HEAD commit\n"
688 msgstr ""
690 #: sequencer.c:282
691 msgid "Unable to update cache tree\n"
692 msgstr ""
694 #: sequencer.c:324
695 #, c-format
696 msgid "Could not parse commit %s\n"
697 msgstr ""
699 #: sequencer.c:329
700 #, c-format
701 msgid "Could not parse parent commit %s\n"
702 msgstr ""
704 #: sequencer.c:395
705 msgid "Your index file is unmerged."
706 msgstr ""
708 #: sequencer.c:398
709 msgid "You do not have a valid HEAD"
710 msgstr ""
712 #: sequencer.c:413
713 #, c-format
714 msgid "Commit %s is a merge but no -m option was given."
715 msgstr ""
717 #: sequencer.c:421
718 #, c-format
719 msgid "Commit %s does not have parent %d"
720 msgstr ""
722 #: sequencer.c:425
723 #, c-format
724 msgid "Mainline was specified but commit %s is not a merge."
725 msgstr ""
727 #. TRANSLATORS: The first %s will be "revert" or
728 #. "cherry-pick", the second %s a SHA1
729 #: sequencer.c:436
730 #, c-format
731 msgid "%s: cannot parse parent commit %s"
732 msgstr ""
734 #: sequencer.c:440
735 #, c-format
736 msgid "Cannot get commit message for %s"
737 msgstr ""
739 #: sequencer.c:524
740 #, c-format
741 msgid "could not revert %s... %s"
742 msgstr ""
744 #: sequencer.c:525
745 #, c-format
746 msgid "could not apply %s... %s"
747 msgstr ""
749 #: sequencer.c:553
750 msgid "empty commit set passed"
751 msgstr ""
753 #: sequencer.c:561
754 #, c-format
755 msgid "git %s: failed to read the index"
756 msgstr ""
758 #: sequencer.c:566
759 #, c-format
760 msgid "git %s: failed to refresh the index"
761 msgstr ""
763 #: sequencer.c:624
764 #, c-format
765 msgid "Cannot %s during a %s"
766 msgstr ""
768 #: sequencer.c:646
769 #, c-format
770 msgid "Could not parse line %d."
771 msgstr ""
773 #: sequencer.c:651
774 msgid "No commits parsed."
775 msgstr ""
777 #: sequencer.c:664
778 #, c-format
779 msgid "Could not open %s"
780 msgstr ""
782 #: sequencer.c:668
783 #, c-format
784 msgid "Could not read %s."
785 msgstr ""
787 #: sequencer.c:675
788 #, c-format
789 msgid "Unusable instruction sheet: %s"
790 msgstr ""
792 #: sequencer.c:703
793 #, c-format
794 msgid "Invalid key: %s"
795 msgstr ""
797 #: sequencer.c:706
798 #, c-format
799 msgid "Invalid value for %s: %s"
800 msgstr ""
802 #: sequencer.c:718
803 #, c-format
804 msgid "Malformed options sheet: %s"
805 msgstr ""
807 #: sequencer.c:739
808 msgid "a cherry-pick or revert is already in progress"
809 msgstr ""
811 #: sequencer.c:740
812 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
813 msgstr ""
815 #: sequencer.c:744
816 #, c-format
817 msgid "Could not create sequencer directory %s"
818 msgstr ""
820 #: sequencer.c:760 sequencer.c:845
821 #, c-format
822 msgid "Error wrapping up %s."
823 msgstr ""
825 #: sequencer.c:779 sequencer.c:913
826 msgid "no cherry-pick or revert in progress"
827 msgstr ""
829 #: sequencer.c:781
830 msgid "cannot resolve HEAD"
831 msgstr ""
833 #: sequencer.c:783
834 msgid "cannot abort from a branch yet to be born"
835 msgstr ""
837 #: sequencer.c:805 builtin/apply.c:3988
838 #, c-format
839 msgid "cannot open %s: %s"
840 msgstr ""
842 #: sequencer.c:808
843 #, c-format
844 msgid "cannot read %s: %s"
845 msgstr ""
847 #: sequencer.c:809
848 msgid "unexpected end of file"
849 msgstr ""
851 #: sequencer.c:815
852 #, c-format
853 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
854 msgstr ""
856 #: sequencer.c:838
857 #, c-format
858 msgid "Could not format %s."
859 msgstr ""
861 #: sequencer.c:1000
862 msgid "Can't revert as initial commit"
863 msgstr ""
865 #: sequencer.c:1001
866 msgid "Can't cherry-pick into empty head"
867 msgstr ""
869 #: sha1_name.c:1044
870 msgid "HEAD does not point to a branch"
871 msgstr ""
873 #: sha1_name.c:1047
874 #, c-format
875 msgid "No such branch: '%s'"
876 msgstr ""
878 #: sha1_name.c:1049
879 #, c-format
880 msgid "No upstream configured for branch '%s'"
881 msgstr ""
883 #: sha1_name.c:1052
884 #, c-format
885 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
886 msgstr ""
888 #: wrapper.c:413
889 #, c-format
890 msgid "unable to look up current user in the passwd file: %s"
891 msgstr ""
893 #: wrapper.c:414
894 msgid "no such user"
895 msgstr ""
897 #: wt-status.c:140
898 msgid "Unmerged paths:"
899 msgstr ""
901 #: wt-status.c:167 wt-status.c:194
902 #, c-format
903 msgid "  (use \"git reset %s <file>...\" to unstage)"
904 msgstr ""
906 #: wt-status.c:169 wt-status.c:196
907 msgid "  (use \"git rm --cached <file>...\" to unstage)"
908 msgstr ""
910 #: wt-status.c:173
911 msgid "  (use \"git add <file>...\" to mark resolution)"
912 msgstr ""
914 #: wt-status.c:175 wt-status.c:179
915 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
916 msgstr ""
918 #: wt-status.c:177
919 msgid "  (use \"git rm <file>...\" to mark resolution)"
920 msgstr ""
922 #: wt-status.c:188
923 msgid "Changes to be committed:"
924 msgstr ""
926 #: wt-status.c:206
927 msgid "Changes not staged for commit:"
928 msgstr ""
930 #: wt-status.c:210
931 msgid "  (use \"git add <file>...\" to update what will be committed)"
932 msgstr ""
934 #: wt-status.c:212
935 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
936 msgstr ""
938 #: wt-status.c:213
939 msgid ""
940 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
941 msgstr ""
943 #: wt-status.c:215
944 msgid "  (commit or discard the untracked or modified content in submodules)"
945 msgstr ""
947 #: wt-status.c:224
948 #, c-format
949 msgid "%s files:"
950 msgstr ""
952 #: wt-status.c:227
953 #, c-format
954 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
955 msgstr ""
957 #: wt-status.c:244
958 msgid "bug"
959 msgstr ""
961 #: wt-status.c:249
962 msgid "both deleted:"
963 msgstr ""
965 #: wt-status.c:250
966 msgid "added by us:"
967 msgstr ""
969 #: wt-status.c:251
970 msgid "deleted by them:"
971 msgstr ""
973 #: wt-status.c:252
974 msgid "added by them:"
975 msgstr ""
977 #: wt-status.c:253
978 msgid "deleted by us:"
979 msgstr ""
981 #: wt-status.c:254
982 msgid "both added:"
983 msgstr ""
985 #: wt-status.c:255
986 msgid "both modified:"
987 msgstr ""
989 #: wt-status.c:285
990 msgid "new commits, "
991 msgstr ""
993 #: wt-status.c:287
994 msgid "modified content, "
995 msgstr ""
997 #: wt-status.c:289
998 msgid "untracked content, "
999 msgstr ""
1001 #: wt-status.c:303
1002 #, c-format
1003 msgid "new file:   %s"
1004 msgstr ""
1006 #: wt-status.c:306
1007 #, c-format
1008 msgid "copied:     %s -> %s"
1009 msgstr ""
1011 #: wt-status.c:309
1012 #, c-format
1013 msgid "deleted:    %s"
1014 msgstr ""
1016 #: wt-status.c:312
1017 #, c-format
1018 msgid "modified:   %s"
1019 msgstr ""
1021 #: wt-status.c:315
1022 #, c-format
1023 msgid "renamed:    %s -> %s"
1024 msgstr ""
1026 #: wt-status.c:318
1027 #, c-format
1028 msgid "typechange: %s"
1029 msgstr ""
1031 #: wt-status.c:321
1032 #, c-format
1033 msgid "unknown:    %s"
1034 msgstr ""
1036 #: wt-status.c:324
1037 #, c-format
1038 msgid "unmerged:   %s"
1039 msgstr ""
1041 #: wt-status.c:327
1042 #, c-format
1043 msgid "bug: unhandled diff status %c"
1044 msgstr ""
1046 #: wt-status.c:785
1047 msgid "You have unmerged paths."
1048 msgstr ""
1050 #: wt-status.c:788 wt-status.c:912
1051 msgid "  (fix conflicts and run \"git commit\")"
1052 msgstr ""
1054 #: wt-status.c:791
1055 msgid "All conflicts fixed but you are still merging."
1056 msgstr ""
1058 #: wt-status.c:794
1059 msgid "  (use \"git commit\" to conclude merge)"
1060 msgstr ""
1062 #: wt-status.c:804
1063 msgid "You are in the middle of an am session."
1064 msgstr ""
1066 #: wt-status.c:807
1067 msgid "The current patch is empty."
1068 msgstr ""
1070 #: wt-status.c:811
1071 msgid "  (fix conflicts and then run \"git am --resolved\")"
1072 msgstr ""
1074 #: wt-status.c:813
1075 msgid "  (use \"git am --skip\" to skip this patch)"
1076 msgstr ""
1078 #: wt-status.c:815
1079 msgid "  (use \"git am --abort\" to restore the original branch)"
1080 msgstr ""
1082 #: wt-status.c:873 wt-status.c:883
1083 msgid "You are currently rebasing."
1084 msgstr ""
1086 #: wt-status.c:876
1087 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1088 msgstr ""
1090 #: wt-status.c:878
1091 msgid "  (use \"git rebase --skip\" to skip this patch)"
1092 msgstr ""
1094 #: wt-status.c:880
1095 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1096 msgstr ""
1098 #: wt-status.c:886
1099 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1100 msgstr ""
1102 #: wt-status.c:888
1103 msgid "You are currently splitting a commit during a rebase."
1104 msgstr ""
1106 #: wt-status.c:891
1107 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1108 msgstr ""
1110 #: wt-status.c:893
1111 msgid "You are currently editing a commit during a rebase."
1112 msgstr ""
1114 #: wt-status.c:896
1115 msgid "  (use \"git commit --amend\" to amend the current commit)"
1116 msgstr ""
1118 #: wt-status.c:898
1119 msgid ""
1120 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1121 msgstr ""
1123 #: wt-status.c:908
1124 msgid "You are currently cherry-picking."
1125 msgstr ""
1127 #: wt-status.c:915
1128 msgid "  (all conflicts fixed: run \"git commit\")"
1129 msgstr ""
1131 #: wt-status.c:924
1132 msgid "You are currently bisecting."
1133 msgstr ""
1135 #: wt-status.c:927
1136 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1137 msgstr ""
1139 #: wt-status.c:978
1140 msgid "On branch "
1141 msgstr ""
1143 #: wt-status.c:985
1144 msgid "Not currently on any branch."
1145 msgstr ""
1147 #: wt-status.c:997
1148 msgid "Initial commit"
1149 msgstr ""
1151 #: wt-status.c:1011
1152 msgid "Untracked"
1153 msgstr ""
1155 #: wt-status.c:1013
1156 msgid "Ignored"
1157 msgstr ""
1159 #: wt-status.c:1015
1160 #, c-format
1161 msgid "Untracked files not listed%s"
1162 msgstr ""
1164 #: wt-status.c:1017
1165 msgid " (use -u option to show untracked files)"
1166 msgstr ""
1168 #: wt-status.c:1023
1169 msgid "No changes"
1170 msgstr ""
1172 #: wt-status.c:1027
1173 #, c-format
1174 msgid "no changes added to commit%s\n"
1175 msgstr ""
1177 #: wt-status.c:1029
1178 msgid " (use \"git add\" and/or \"git commit -a\")"
1179 msgstr ""
1181 #: wt-status.c:1031
1182 #, c-format
1183 msgid "nothing added to commit but untracked files present%s\n"
1184 msgstr ""
1186 #: wt-status.c:1033
1187 msgid " (use \"git add\" to track)"
1188 msgstr ""
1190 #: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
1191 #, c-format
1192 msgid "nothing to commit%s\n"
1193 msgstr ""
1195 #: wt-status.c:1036
1196 msgid " (create/copy files and use \"git add\" to track)"
1197 msgstr ""
1199 #: wt-status.c:1039
1200 msgid " (use -u to show untracked files)"
1201 msgstr ""
1203 #: wt-status.c:1042
1204 msgid " (working directory clean)"
1205 msgstr ""
1207 #: wt-status.c:1150
1208 msgid "HEAD (no branch)"
1209 msgstr ""
1211 #: wt-status.c:1156
1212 msgid "Initial commit on "
1213 msgstr ""
1215 #: wt-status.c:1171
1216 msgid "behind "
1217 msgstr ""
1219 #: wt-status.c:1174 wt-status.c:1177
1220 msgid "ahead "
1221 msgstr ""
1223 #: wt-status.c:1179
1224 msgid ", behind "
1225 msgstr ""
1227 #: builtin/add.c:62
1228 #, c-format
1229 msgid "unexpected diff status %c"
1230 msgstr ""
1232 #: builtin/add.c:67 builtin/commit.c:229
1233 msgid "updating files failed"
1234 msgstr ""
1236 #: builtin/add.c:77
1237 #, c-format
1238 msgid "remove '%s'\n"
1239 msgstr ""
1241 #: builtin/add.c:176
1242 #, c-format
1243 msgid "Path '%s' is in submodule '%.*s'"
1244 msgstr ""
1246 #: builtin/add.c:192
1247 msgid "Unstaged changes after refreshing the index:"
1248 msgstr ""
1250 #: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
1251 #, c-format
1252 msgid "pathspec '%s' did not match any files"
1253 msgstr ""
1255 #: builtin/add.c:209
1256 #, c-format
1257 msgid "'%s' is beyond a symbolic link"
1258 msgstr ""
1260 #: builtin/add.c:276
1261 msgid "Could not read the index"
1262 msgstr ""
1264 #: builtin/add.c:286
1265 #, c-format
1266 msgid "Could not open '%s' for writing."
1267 msgstr ""
1269 #: builtin/add.c:290
1270 msgid "Could not write patch"
1271 msgstr ""
1273 #: builtin/add.c:295
1274 #, c-format
1275 msgid "Could not stat '%s'"
1276 msgstr ""
1278 #: builtin/add.c:297
1279 msgid "Empty patch. Aborted."
1280 msgstr ""
1282 #: builtin/add.c:303
1283 #, c-format
1284 msgid "Could not apply '%s'"
1285 msgstr ""
1287 #: builtin/add.c:312
1288 msgid "The following paths are ignored by one of your .gitignore files:\n"
1289 msgstr ""
1291 #: builtin/add.c:352
1292 #, c-format
1293 msgid "Use -f if you really want to add them.\n"
1294 msgstr ""
1296 #: builtin/add.c:353
1297 msgid "no files added"
1298 msgstr ""
1300 #: builtin/add.c:359
1301 msgid "adding files failed"
1302 msgstr ""
1304 #: builtin/add.c:391
1305 msgid "-A and -u are mutually incompatible"
1306 msgstr ""
1308 #: builtin/add.c:393
1309 msgid "Option --ignore-missing can only be used together with --dry-run"
1310 msgstr ""
1312 #: builtin/add.c:413
1313 #, c-format
1314 msgid "Nothing specified, nothing added.\n"
1315 msgstr ""
1317 #: builtin/add.c:414
1318 #, c-format
1319 msgid "Maybe you wanted to say 'git add .'?\n"
1320 msgstr ""
1322 #: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
1323 #: builtin/rm.c:162
1324 msgid "index file corrupt"
1325 msgstr ""
1327 #: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
1328 msgid "Unable to write new index file"
1329 msgstr ""
1331 #: builtin/apply.c:57
1332 msgid "git apply [options] [<patch>...]"
1333 msgstr ""
1335 #: builtin/apply.c:110
1336 #, c-format
1337 msgid "unrecognized whitespace option '%s'"
1338 msgstr ""
1340 #: builtin/apply.c:125
1341 #, c-format
1342 msgid "unrecognized whitespace ignore option '%s'"
1343 msgstr ""
1345 #: builtin/apply.c:824
1346 #, c-format
1347 msgid "Cannot prepare timestamp regexp %s"
1348 msgstr ""
1350 #: builtin/apply.c:833
1351 #, c-format
1352 msgid "regexec returned %d for input: %s"
1353 msgstr ""
1355 #: builtin/apply.c:914
1356 #, c-format
1357 msgid "unable to find filename in patch at line %d"
1358 msgstr ""
1360 #: builtin/apply.c:946
1361 #, c-format
1362 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1363 msgstr ""
1365 #: builtin/apply.c:950
1366 #, c-format
1367 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1368 msgstr ""
1370 #: builtin/apply.c:951
1371 #, c-format
1372 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1373 msgstr ""
1375 #: builtin/apply.c:958
1376 #, c-format
1377 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1378 msgstr ""
1380 #: builtin/apply.c:1403
1381 #, c-format
1382 msgid "recount: unexpected line: %.*s"
1383 msgstr ""
1385 #: builtin/apply.c:1460
1386 #, c-format
1387 msgid "patch fragment without header at line %d: %.*s"
1388 msgstr ""
1390 #: builtin/apply.c:1477
1391 #, c-format
1392 msgid ""
1393 "git diff header lacks filename information when removing %d leading pathname "
1394 "component (line %d)"
1395 msgid_plural ""
1396 "git diff header lacks filename information when removing %d leading pathname "
1397 "components (line %d)"
1398 msgstr[0] ""
1399 msgstr[1] ""
1401 #: builtin/apply.c:1637
1402 msgid "new file depends on old contents"
1403 msgstr ""
1405 #: builtin/apply.c:1639
1406 msgid "deleted file still has contents"
1407 msgstr ""
1409 #: builtin/apply.c:1665
1410 #, c-format
1411 msgid "corrupt patch at line %d"
1412 msgstr ""
1414 #: builtin/apply.c:1701
1415 #, c-format
1416 msgid "new file %s depends on old contents"
1417 msgstr ""
1419 #: builtin/apply.c:1703
1420 #, c-format
1421 msgid "deleted file %s still has contents"
1422 msgstr ""
1424 #: builtin/apply.c:1706
1425 #, c-format
1426 msgid "** warning: file %s becomes empty but is not deleted"
1427 msgstr ""
1429 #: builtin/apply.c:1852
1430 #, c-format
1431 msgid "corrupt binary patch at line %d: %.*s"
1432 msgstr ""
1434 #. there has to be one hunk (forward hunk)
1435 #: builtin/apply.c:1881
1436 #, c-format
1437 msgid "unrecognized binary patch at line %d"
1438 msgstr ""
1440 #: builtin/apply.c:1967
1441 #, c-format
1442 msgid "patch with only garbage at line %d"
1443 msgstr ""
1445 #: builtin/apply.c:2057
1446 #, c-format
1447 msgid "unable to read symlink %s"
1448 msgstr ""
1450 #: builtin/apply.c:2061
1451 #, c-format
1452 msgid "unable to open or read %s"
1453 msgstr ""
1455 #: builtin/apply.c:2132
1456 msgid "oops"
1457 msgstr ""
1459 #: builtin/apply.c:2654
1460 #, c-format
1461 msgid "invalid start of line: '%c'"
1462 msgstr ""
1464 #: builtin/apply.c:2772
1465 #, c-format
1466 msgid "Hunk #%d succeeded at %d (offset %d line)."
1467 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1468 msgstr[0] ""
1469 msgstr[1] ""
1471 #: builtin/apply.c:2784
1472 #, c-format
1473 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1474 msgstr ""
1476 #: builtin/apply.c:2790
1477 #, c-format
1478 msgid ""
1479 "while searching for:\n"
1480 "%.*s"
1481 msgstr ""
1483 #: builtin/apply.c:2809
1484 #, c-format
1485 msgid "missing binary patch data for '%s'"
1486 msgstr ""
1488 #: builtin/apply.c:2912
1489 #, c-format
1490 msgid "binary patch does not apply to '%s'"
1491 msgstr ""
1493 #: builtin/apply.c:2918
1494 #, c-format
1495 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1496 msgstr ""
1498 #: builtin/apply.c:2939
1499 #, c-format
1500 msgid "patch failed: %s:%ld"
1501 msgstr ""
1503 #: builtin/apply.c:3061
1504 #, c-format
1505 msgid "cannot checkout %s"
1506 msgstr ""
1508 #: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
1509 #, c-format
1510 msgid "read of %s failed"
1511 msgstr ""
1513 #: builtin/apply.c:3139 builtin/apply.c:3361
1514 #, c-format
1515 msgid "path %s has been renamed/deleted"
1516 msgstr ""
1518 #: builtin/apply.c:3220 builtin/apply.c:3375
1519 #, c-format
1520 msgid "%s: does not exist in index"
1521 msgstr ""
1523 #: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
1524 #, c-format
1525 msgid "%s: %s"
1526 msgstr ""
1528 #: builtin/apply.c:3229 builtin/apply.c:3383
1529 #, c-format
1530 msgid "%s: does not match index"
1531 msgstr ""
1533 #: builtin/apply.c:3331
1534 msgid "removal patch leaves file contents"
1535 msgstr ""
1537 #: builtin/apply.c:3400
1538 #, c-format
1539 msgid "%s: wrong type"
1540 msgstr ""
1542 #: builtin/apply.c:3402
1543 #, c-format
1544 msgid "%s has type %o, expected %o"
1545 msgstr ""
1547 #: builtin/apply.c:3503
1548 #, c-format
1549 msgid "%s: already exists in index"
1550 msgstr ""
1552 #: builtin/apply.c:3506
1553 #, c-format
1554 msgid "%s: already exists in working directory"
1555 msgstr ""
1557 #: builtin/apply.c:3526
1558 #, c-format
1559 msgid "new mode (%o) of %s does not match old mode (%o)"
1560 msgstr ""
1562 #: builtin/apply.c:3531
1563 #, c-format
1564 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1565 msgstr ""
1567 #: builtin/apply.c:3539
1568 #, c-format
1569 msgid "%s: patch does not apply"
1570 msgstr ""
1572 #: builtin/apply.c:3552
1573 #, c-format
1574 msgid "Checking patch %s..."
1575 msgstr ""
1577 #: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
1578 #, c-format
1579 msgid "make_cache_entry failed for path '%s'"
1580 msgstr ""
1582 #: builtin/apply.c:3750
1583 #, c-format
1584 msgid "unable to remove %s from index"
1585 msgstr ""
1587 #: builtin/apply.c:3778
1588 #, c-format
1589 msgid "corrupt patch for subproject %s"
1590 msgstr ""
1592 #: builtin/apply.c:3782
1593 #, c-format
1594 msgid "unable to stat newly created file '%s'"
1595 msgstr ""
1597 #: builtin/apply.c:3787
1598 #, c-format
1599 msgid "unable to create backing store for newly created file %s"
1600 msgstr ""
1602 #: builtin/apply.c:3790 builtin/apply.c:3898
1603 #, c-format
1604 msgid "unable to add cache entry for %s"
1605 msgstr ""
1607 #: builtin/apply.c:3823
1608 #, c-format
1609 msgid "closing file '%s'"
1610 msgstr ""
1612 #: builtin/apply.c:3872
1613 #, c-format
1614 msgid "unable to write file '%s' mode %o"
1615 msgstr ""
1617 #: builtin/apply.c:3959
1618 #, c-format
1619 msgid "Applied patch %s cleanly."
1620 msgstr ""
1622 #: builtin/apply.c:3967
1623 msgid "internal error"
1624 msgstr ""
1626 #. Say this even without --verbose
1627 #: builtin/apply.c:3970
1628 #, c-format
1629 msgid "Applying patch %%s with %d reject..."
1630 msgid_plural "Applying patch %%s with %d rejects..."
1631 msgstr[0] ""
1632 msgstr[1] ""
1634 #: builtin/apply.c:3980
1635 #, c-format
1636 msgid "truncating .rej filename to %.*s.rej"
1637 msgstr ""
1639 #: builtin/apply.c:4001
1640 #, c-format
1641 msgid "Hunk #%d applied cleanly."
1642 msgstr ""
1644 #: builtin/apply.c:4004
1645 #, c-format
1646 msgid "Rejected hunk #%d."
1647 msgstr ""
1649 #: builtin/apply.c:4154
1650 msgid "unrecognized input"
1651 msgstr ""
1653 #: builtin/apply.c:4165
1654 msgid "unable to read index file"
1655 msgstr ""
1657 #: builtin/apply.c:4284 builtin/apply.c:4287
1658 msgid "path"
1659 msgstr ""
1661 #: builtin/apply.c:4285
1662 msgid "don't apply changes matching the given path"
1663 msgstr ""
1665 #: builtin/apply.c:4288
1666 msgid "apply changes matching the given path"
1667 msgstr ""
1669 #: builtin/apply.c:4290
1670 msgid "num"
1671 msgstr ""
1673 #: builtin/apply.c:4291
1674 msgid "remove <num> leading slashes from traditional diff paths"
1675 msgstr ""
1677 #: builtin/apply.c:4294
1678 msgid "ignore additions made by the patch"
1679 msgstr ""
1681 #: builtin/apply.c:4296
1682 msgid "instead of applying the patch, output diffstat for the input"
1683 msgstr ""
1685 #: builtin/apply.c:4300
1686 msgid "shows number of added and deleted lines in decimal notation"
1687 msgstr ""
1689 #: builtin/apply.c:4302
1690 msgid "instead of applying the patch, output a summary for the input"
1691 msgstr ""
1693 #: builtin/apply.c:4304
1694 msgid "instead of applying the patch, see if the patch is applicable"
1695 msgstr ""
1697 #: builtin/apply.c:4306
1698 msgid "make sure the patch is applicable to the current index"
1699 msgstr ""
1701 #: builtin/apply.c:4308
1702 msgid "apply a patch without touching the working tree"
1703 msgstr ""
1705 #: builtin/apply.c:4310
1706 msgid "also apply the patch (use with --stat/--summary/--check)"
1707 msgstr ""
1709 #: builtin/apply.c:4312
1710 msgid "attempt three-way merge if a patch does not apply"
1711 msgstr ""
1713 #: builtin/apply.c:4314
1714 msgid "build a temporary index based on embedded index information"
1715 msgstr ""
1717 #: builtin/apply.c:4316
1718 msgid "paths are separated with NUL character"
1719 msgstr ""
1721 #: builtin/apply.c:4319
1722 msgid "ensure at least <n> lines of context match"
1723 msgstr ""
1725 #: builtin/apply.c:4320
1726 msgid "action"
1727 msgstr ""
1729 #: builtin/apply.c:4321
1730 msgid "detect new or modified lines that have whitespace errors"
1731 msgstr ""
1733 #: builtin/apply.c:4324 builtin/apply.c:4327
1734 msgid "ignore changes in whitespace when finding context"
1735 msgstr ""
1737 #: builtin/apply.c:4330
1738 msgid "apply the patch in reverse"
1739 msgstr ""
1741 #: builtin/apply.c:4332
1742 msgid "don't expect at least one line of context"
1743 msgstr ""
1745 #: builtin/apply.c:4334
1746 msgid "leave the rejected hunks in corresponding *.rej files"
1747 msgstr ""
1749 #: builtin/apply.c:4336
1750 msgid "allow overlapping hunks"
1751 msgstr ""
1753 #: builtin/apply.c:4337
1754 msgid "be verbose"
1755 msgstr ""
1757 #: builtin/apply.c:4339
1758 msgid "tolerate incorrectly detected missing new-line at the end of file"
1759 msgstr ""
1761 #: builtin/apply.c:4342
1762 msgid "do not trust the line counts in the hunk headers"
1763 msgstr ""
1765 #: builtin/apply.c:4344
1766 msgid "root"
1767 msgstr ""
1769 #: builtin/apply.c:4345
1770 msgid "prepend <root> to all filenames"
1771 msgstr ""
1773 #: builtin/apply.c:4367
1774 msgid "--3way outside a repository"
1775 msgstr ""
1777 #: builtin/apply.c:4375
1778 msgid "--index outside a repository"
1779 msgstr ""
1781 #: builtin/apply.c:4378
1782 msgid "--cached outside a repository"
1783 msgstr ""
1785 #: builtin/apply.c:4394
1786 #, c-format
1787 msgid "can't open patch '%s'"
1788 msgstr ""
1790 #: builtin/apply.c:4408
1791 #, c-format
1792 msgid "squelched %d whitespace error"
1793 msgid_plural "squelched %d whitespace errors"
1794 msgstr[0] ""
1795 msgstr[1] ""
1797 #: builtin/apply.c:4414 builtin/apply.c:4424
1798 #, c-format
1799 msgid "%d line adds whitespace errors."
1800 msgid_plural "%d lines add whitespace errors."
1801 msgstr[0] ""
1802 msgstr[1] ""
1804 #: builtin/archive.c:17
1805 #, c-format
1806 msgid "could not create archive file '%s'"
1807 msgstr ""
1809 #: builtin/archive.c:20
1810 msgid "could not redirect output"
1811 msgstr ""
1813 #: builtin/archive.c:37
1814 msgid "git archive: Remote with no URL"
1815 msgstr ""
1817 #: builtin/archive.c:58
1818 msgid "git archive: expected ACK/NAK, got EOF"
1819 msgstr ""
1821 #: builtin/archive.c:63
1822 #, c-format
1823 msgid "git archive: NACK %s"
1824 msgstr ""
1826 #: builtin/archive.c:65
1827 #, c-format
1828 msgid "remote error: %s"
1829 msgstr ""
1831 #: builtin/archive.c:66
1832 msgid "git archive: protocol error"
1833 msgstr ""
1835 #: builtin/archive.c:71
1836 msgid "git archive: expected a flush"
1837 msgstr ""
1839 #: builtin/branch.c:144
1840 #, c-format
1841 msgid ""
1842 "deleting branch '%s' that has been merged to\n"
1843 "         '%s', but not yet merged to HEAD."
1844 msgstr ""
1846 #: builtin/branch.c:148
1847 #, c-format
1848 msgid ""
1849 "not deleting branch '%s' that is not yet merged to\n"
1850 "         '%s', even though it is merged to HEAD."
1851 msgstr ""
1853 #: builtin/branch.c:180
1854 msgid "cannot use -a with -d"
1855 msgstr ""
1857 #: builtin/branch.c:186
1858 msgid "Couldn't look up commit object for HEAD"
1859 msgstr ""
1861 #: builtin/branch.c:191
1862 #, c-format
1863 msgid "Cannot delete the branch '%s' which you are currently on."
1864 msgstr ""
1866 #: builtin/branch.c:202
1867 #, c-format
1868 msgid "remote branch '%s' not found."
1869 msgstr ""
1871 #: builtin/branch.c:203
1872 #, c-format
1873 msgid "branch '%s' not found."
1874 msgstr ""
1876 #: builtin/branch.c:210
1877 #, c-format
1878 msgid "Couldn't look up commit object for '%s'"
1879 msgstr ""
1881 #: builtin/branch.c:216
1882 #, c-format
1883 msgid ""
1884 "The branch '%s' is not fully merged.\n"
1885 "If you are sure you want to delete it, run 'git branch -D %s'."
1886 msgstr ""
1888 #: builtin/branch.c:225
1889 #, c-format
1890 msgid "Error deleting remote branch '%s'"
1891 msgstr ""
1893 #: builtin/branch.c:226
1894 #, c-format
1895 msgid "Error deleting branch '%s'"
1896 msgstr ""
1898 #: builtin/branch.c:233
1899 #, c-format
1900 msgid "Deleted remote branch %s (was %s).\n"
1901 msgstr ""
1903 #: builtin/branch.c:234
1904 #, c-format
1905 msgid "Deleted branch %s (was %s).\n"
1906 msgstr ""
1908 #: builtin/branch.c:239
1909 msgid "Update of config-file failed"
1910 msgstr ""
1912 #: builtin/branch.c:337
1913 #, c-format
1914 msgid "branch '%s' does not point at a commit"
1915 msgstr ""
1917 #: builtin/branch.c:409
1918 #, c-format
1919 msgid "[%s: behind %d]"
1920 msgstr ""
1922 #: builtin/branch.c:411
1923 #, c-format
1924 msgid "[behind %d]"
1925 msgstr ""
1927 #: builtin/branch.c:415
1928 #, c-format
1929 msgid "[%s: ahead %d]"
1930 msgstr ""
1932 #: builtin/branch.c:417
1933 #, c-format
1934 msgid "[ahead %d]"
1935 msgstr ""
1937 #: builtin/branch.c:420
1938 #, c-format
1939 msgid "[%s: ahead %d, behind %d]"
1940 msgstr ""
1942 #: builtin/branch.c:423
1943 #, c-format
1944 msgid "[ahead %d, behind %d]"
1945 msgstr ""
1947 #: builtin/branch.c:535
1948 msgid "(no branch)"
1949 msgstr ""
1951 #: builtin/branch.c:600
1952 msgid "some refs could not be read"
1953 msgstr ""
1955 #: builtin/branch.c:613
1956 msgid "cannot rename the current branch while not on any."
1957 msgstr ""
1959 #: builtin/branch.c:623
1960 #, c-format
1961 msgid "Invalid branch name: '%s'"
1962 msgstr ""
1964 #: builtin/branch.c:638
1965 msgid "Branch rename failed"
1966 msgstr ""
1968 #: builtin/branch.c:642
1969 #, c-format
1970 msgid "Renamed a misnamed branch '%s' away"
1971 msgstr ""
1973 #: builtin/branch.c:646
1974 #, c-format
1975 msgid "Branch renamed to %s, but HEAD is not updated!"
1976 msgstr ""
1978 #: builtin/branch.c:653
1979 msgid "Branch is renamed, but update of config-file failed"
1980 msgstr ""
1982 #: builtin/branch.c:668
1983 #, c-format
1984 msgid "malformed object name %s"
1985 msgstr ""
1987 #: builtin/branch.c:692
1988 #, c-format
1989 msgid "could not write branch description template: %s"
1990 msgstr ""
1992 #: builtin/branch.c:783
1993 msgid "Failed to resolve HEAD as a valid ref."
1994 msgstr ""
1996 #: builtin/branch.c:788 builtin/clone.c:561
1997 msgid "HEAD not found below refs/heads!"
1998 msgstr ""
2000 #: builtin/branch.c:808
2001 msgid "--column and --verbose are incompatible"
2002 msgstr ""
2004 #: builtin/branch.c:857
2005 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2006 msgstr ""
2008 #: builtin/bundle.c:47
2009 #, c-format
2010 msgid "%s is okay\n"
2011 msgstr ""
2013 #: builtin/bundle.c:56
2014 msgid "Need a repository to create a bundle."
2015 msgstr ""
2017 #: builtin/bundle.c:60
2018 msgid "Need a repository to unbundle."
2019 msgstr ""
2021 #: builtin/checkout.c:114 builtin/checkout.c:147
2022 #, c-format
2023 msgid "path '%s' does not have our version"
2024 msgstr ""
2026 #: builtin/checkout.c:116 builtin/checkout.c:149
2027 #, c-format
2028 msgid "path '%s' does not have their version"
2029 msgstr ""
2031 #: builtin/checkout.c:132
2032 #, c-format
2033 msgid "path '%s' does not have all necessary versions"
2034 msgstr ""
2036 #: builtin/checkout.c:176
2037 #, c-format
2038 msgid "path '%s' does not have necessary versions"
2039 msgstr ""
2041 #: builtin/checkout.c:193
2042 #, c-format
2043 msgid "path '%s': cannot merge"
2044 msgstr ""
2046 #: builtin/checkout.c:210
2047 #, c-format
2048 msgid "Unable to add merge result for '%s'"
2049 msgstr ""
2051 #: builtin/checkout.c:235 builtin/checkout.c:393
2052 msgid "corrupt index file"
2053 msgstr ""
2055 #: builtin/checkout.c:265 builtin/checkout.c:272
2056 #, c-format
2057 msgid "path '%s' is unmerged"
2058 msgstr ""
2060 #: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
2061 #: builtin/merge.c:812
2062 msgid "unable to write new index file"
2063 msgstr ""
2065 #: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
2066 msgid "diff_setup_done failed"
2067 msgstr ""
2069 #: builtin/checkout.c:415
2070 msgid "you need to resolve your current index first"
2071 msgstr ""
2073 #: builtin/checkout.c:534
2074 #, c-format
2075 msgid "Can not do reflog for '%s'\n"
2076 msgstr ""
2078 #: builtin/checkout.c:567
2079 msgid "HEAD is now at"
2080 msgstr ""
2082 #: builtin/checkout.c:574
2083 #, c-format
2084 msgid "Reset branch '%s'\n"
2085 msgstr ""
2087 #: builtin/checkout.c:577
2088 #, c-format
2089 msgid "Already on '%s'\n"
2090 msgstr ""
2092 #: builtin/checkout.c:581
2093 #, c-format
2094 msgid "Switched to and reset branch '%s'\n"
2095 msgstr ""
2097 #: builtin/checkout.c:583
2098 #, c-format
2099 msgid "Switched to a new branch '%s'\n"
2100 msgstr ""
2102 #: builtin/checkout.c:585
2103 #, c-format
2104 msgid "Switched to branch '%s'\n"
2105 msgstr ""
2107 #: builtin/checkout.c:641
2108 #, c-format
2109 msgid " ... and %d more.\n"
2110 msgstr ""
2112 #. The singular version
2113 #: builtin/checkout.c:647
2114 #, c-format
2115 msgid ""
2116 "Warning: you are leaving %d commit behind, not connected to\n"
2117 "any of your branches:\n"
2118 "\n"
2119 "%s\n"
2120 msgid_plural ""
2121 "Warning: you are leaving %d commits behind, not connected to\n"
2122 "any of your branches:\n"
2123 "\n"
2124 "%s\n"
2125 msgstr[0] ""
2126 msgstr[1] ""
2128 #: builtin/checkout.c:665
2129 #, c-format
2130 msgid ""
2131 "If you want to keep them by creating a new branch, this may be a good time\n"
2132 "to do so with:\n"
2133 "\n"
2134 " git branch new_branch_name %s\n"
2135 "\n"
2136 msgstr ""
2138 #: builtin/checkout.c:695
2139 msgid "internal error in revision walk"
2140 msgstr ""
2142 #: builtin/checkout.c:699
2143 msgid "Previous HEAD position was"
2144 msgstr ""
2146 #: builtin/checkout.c:725 builtin/checkout.c:920
2147 msgid "You are on a branch yet to be born"
2148 msgstr ""
2150 #. case (1)
2151 #: builtin/checkout.c:856
2152 #, c-format
2153 msgid "invalid reference: %s"
2154 msgstr ""
2156 #. case (1): want a tree
2157 #: builtin/checkout.c:895
2158 #, c-format
2159 msgid "reference is not a tree: %s"
2160 msgstr ""
2162 #: builtin/checkout.c:977
2163 msgid "-B cannot be used with -b"
2164 msgstr ""
2166 #: builtin/checkout.c:986
2167 msgid "--patch is incompatible with all other options"
2168 msgstr ""
2170 #: builtin/checkout.c:989
2171 msgid "--detach cannot be used with -b/-B/--orphan"
2172 msgstr ""
2174 #: builtin/checkout.c:991
2175 msgid "--detach cannot be used with -t"
2176 msgstr ""
2178 #: builtin/checkout.c:997
2179 msgid "--track needs a branch name"
2180 msgstr ""
2182 #: builtin/checkout.c:1004
2183 msgid "Missing branch name; try -b"
2184 msgstr ""
2186 #: builtin/checkout.c:1010
2187 msgid "--orphan and -b|-B are mutually exclusive"
2188 msgstr ""
2190 #: builtin/checkout.c:1012
2191 msgid "--orphan cannot be used with -t"
2192 msgstr ""
2194 #: builtin/checkout.c:1022
2195 msgid "git checkout: -f and -m are incompatible"
2196 msgstr ""
2198 #: builtin/checkout.c:1056
2199 msgid "invalid path specification"
2200 msgstr ""
2202 #: builtin/checkout.c:1064
2203 #, c-format
2204 msgid ""
2205 "git checkout: updating paths is incompatible with switching branches.\n"
2206 "Did you intend to checkout '%s' which can not be resolved as commit?"
2207 msgstr ""
2209 #: builtin/checkout.c:1066
2210 msgid "git checkout: updating paths is incompatible with switching branches."
2211 msgstr ""
2213 #: builtin/checkout.c:1071
2214 msgid "git checkout: --detach does not take a path argument"
2215 msgstr ""
2217 #: builtin/checkout.c:1074
2218 msgid ""
2219 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
2220 "checking out of the index."
2221 msgstr ""
2223 #: builtin/checkout.c:1093
2224 msgid "Cannot switch branch to a non-commit."
2225 msgstr ""
2227 #: builtin/checkout.c:1096
2228 msgid "--ours/--theirs is incompatible with switching branches."
2229 msgstr ""
2231 #: builtin/clean.c:78
2232 msgid "-x and -X cannot be used together"
2233 msgstr ""
2235 #: builtin/clean.c:82
2236 msgid ""
2237 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
2238 msgstr ""
2240 #: builtin/clean.c:85
2241 msgid ""
2242 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
2243 "clean"
2244 msgstr ""
2246 #: builtin/clean.c:155 builtin/clean.c:176
2247 #, c-format
2248 msgid "Would remove %s\n"
2249 msgstr ""
2251 #: builtin/clean.c:159 builtin/clean.c:179
2252 #, c-format
2253 msgid "Removing %s\n"
2254 msgstr ""
2256 #: builtin/clean.c:162 builtin/clean.c:182
2257 #, c-format
2258 msgid "failed to remove %s"
2259 msgstr ""
2261 #: builtin/clean.c:166
2262 #, c-format
2263 msgid "Would not remove %s\n"
2264 msgstr ""
2266 #: builtin/clean.c:168
2267 #, c-format
2268 msgid "Not removing %s\n"
2269 msgstr ""
2271 #: builtin/clone.c:243
2272 #, c-format
2273 msgid "reference repository '%s' is not a local directory."
2274 msgstr ""
2276 #: builtin/clone.c:306
2277 #, c-format
2278 msgid "failed to create directory '%s'"
2279 msgstr ""
2281 #: builtin/clone.c:308 builtin/diff.c:75
2282 #, c-format
2283 msgid "failed to stat '%s'"
2284 msgstr ""
2286 #: builtin/clone.c:310
2287 #, c-format
2288 msgid "%s exists and is not a directory"
2289 msgstr ""
2291 #: builtin/clone.c:324
2292 #, c-format
2293 msgid "failed to stat %s\n"
2294 msgstr ""
2296 #: builtin/clone.c:341
2297 #, c-format
2298 msgid "failed to unlink '%s'"
2299 msgstr ""
2301 #: builtin/clone.c:346
2302 #, c-format
2303 msgid "failed to create link '%s'"
2304 msgstr ""
2306 #: builtin/clone.c:350
2307 #, c-format
2308 msgid "failed to copy file to '%s'"
2309 msgstr ""
2311 #: builtin/clone.c:373
2312 #, c-format
2313 msgid "done.\n"
2314 msgstr ""
2316 #: builtin/clone.c:443
2317 #, c-format
2318 msgid "Could not find remote branch %s to clone."
2319 msgstr ""
2321 #: builtin/clone.c:552
2322 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
2323 msgstr ""
2325 #: builtin/clone.c:642
2326 msgid "Too many arguments."
2327 msgstr ""
2329 #: builtin/clone.c:646
2330 msgid "You must specify a repository to clone."
2331 msgstr ""
2333 #: builtin/clone.c:657
2334 #, c-format
2335 msgid "--bare and --origin %s options are incompatible."
2336 msgstr ""
2338 #: builtin/clone.c:671
2339 #, c-format
2340 msgid "repository '%s' does not exist"
2341 msgstr ""
2343 #: builtin/clone.c:676
2344 msgid "--depth is ignored in local clones; use file:// instead."
2345 msgstr ""
2347 #: builtin/clone.c:686
2348 #, c-format
2349 msgid "destination path '%s' already exists and is not an empty directory."
2350 msgstr ""
2352 #: builtin/clone.c:696
2353 #, c-format
2354 msgid "working tree '%s' already exists."
2355 msgstr ""
2357 #: builtin/clone.c:709 builtin/clone.c:723
2358 #, c-format
2359 msgid "could not create leading directories of '%s'"
2360 msgstr ""
2362 #: builtin/clone.c:712
2363 #, c-format
2364 msgid "could not create work tree dir '%s'."
2365 msgstr ""
2367 #: builtin/clone.c:731
2368 #, c-format
2369 msgid "Cloning into bare repository '%s'...\n"
2370 msgstr ""
2372 #: builtin/clone.c:733
2373 #, c-format
2374 msgid "Cloning into '%s'...\n"
2375 msgstr ""
2377 #: builtin/clone.c:789
2378 #, c-format
2379 msgid "Don't know how to clone %s"
2380 msgstr ""
2382 #: builtin/clone.c:838
2383 #, c-format
2384 msgid "Remote branch %s not found in upstream %s"
2385 msgstr ""
2387 #: builtin/clone.c:845
2388 msgid "You appear to have cloned an empty repository."
2389 msgstr ""
2391 #: builtin/column.c:51
2392 msgid "--command must be the first argument"
2393 msgstr ""
2395 #: builtin/commit.c:43
2396 msgid ""
2397 "Your name and email address were configured automatically based\n"
2398 "on your username and hostname. Please check that they are accurate.\n"
2399 "You can suppress this message by setting them explicitly:\n"
2400 "\n"
2401 "    git config --global user.name \"Your Name\"\n"
2402 "    git config --global user.email you@example.com\n"
2403 "\n"
2404 "After doing this, you may fix the identity used for this commit with:\n"
2405 "\n"
2406 "    git commit --amend --reset-author\n"
2407 msgstr ""
2409 #: builtin/commit.c:55
2410 msgid ""
2411 "You asked to amend the most recent commit, but doing so would make\n"
2412 "it empty. You can repeat your command with --allow-empty, or you can\n"
2413 "remove the commit entirely with \"git reset HEAD^\".\n"
2414 msgstr ""
2416 #: builtin/commit.c:60
2417 msgid ""
2418 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2419 "If you wish to commit it anyway, use:\n"
2420 "\n"
2421 "    git commit --allow-empty\n"
2422 "\n"
2423 "Otherwise, please use 'git reset'\n"
2424 msgstr ""
2426 #: builtin/commit.c:256
2427 msgid "failed to unpack HEAD tree object"
2428 msgstr ""
2430 #: builtin/commit.c:298
2431 msgid "unable to create temporary index"
2432 msgstr ""
2434 #: builtin/commit.c:304
2435 msgid "interactive add failed"
2436 msgstr ""
2438 #: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
2439 msgid "unable to write new_index file"
2440 msgstr ""
2442 #: builtin/commit.c:389
2443 msgid "cannot do a partial commit during a merge."
2444 msgstr ""
2446 #: builtin/commit.c:391
2447 msgid "cannot do a partial commit during a cherry-pick."
2448 msgstr ""
2450 #: builtin/commit.c:401
2451 msgid "cannot read the index"
2452 msgstr ""
2454 #: builtin/commit.c:421
2455 msgid "unable to write temporary index file"
2456 msgstr ""
2458 #: builtin/commit.c:496 builtin/commit.c:502
2459 #, c-format
2460 msgid "invalid commit: %s"
2461 msgstr ""
2463 #: builtin/commit.c:525
2464 msgid "malformed --author parameter"
2465 msgstr ""
2467 #: builtin/commit.c:585
2468 #, c-format
2469 msgid "Malformed ident string: '%s'"
2470 msgstr ""
2472 #: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
2473 #, c-format
2474 msgid "could not lookup commit %s"
2475 msgstr ""
2477 #: builtin/commit.c:635 builtin/shortlog.c:296
2478 #, c-format
2479 msgid "(reading log message from standard input)\n"
2480 msgstr ""
2482 #: builtin/commit.c:637
2483 msgid "could not read log from standard input"
2484 msgstr ""
2486 #: builtin/commit.c:641
2487 #, c-format
2488 msgid "could not read log file '%s'"
2489 msgstr ""
2491 #: builtin/commit.c:647
2492 msgid "commit has empty message"
2493 msgstr ""
2495 #: builtin/commit.c:663
2496 msgid "could not read MERGE_MSG"
2497 msgstr ""
2499 #: builtin/commit.c:667
2500 msgid "could not read SQUASH_MSG"
2501 msgstr ""
2503 #: builtin/commit.c:671
2504 #, c-format
2505 msgid "could not read '%s'"
2506 msgstr ""
2508 #: builtin/commit.c:723
2509 msgid "could not write commit template"
2510 msgstr ""
2512 #: builtin/commit.c:734
2513 #, c-format
2514 msgid ""
2515 "\n"
2516 "It looks like you may be committing a merge.\n"
2517 "If this is not correct, please remove the file\n"
2518 "\t%s\n"
2519 "and try again.\n"
2520 msgstr ""
2522 #: builtin/commit.c:739
2523 #, c-format
2524 msgid ""
2525 "\n"
2526 "It looks like you may be committing a cherry-pick.\n"
2527 "If this is not correct, please remove the file\n"
2528 "\t%s\n"
2529 "and try again.\n"
2530 msgstr ""
2532 #: builtin/commit.c:751
2533 msgid ""
2534 "Please enter the commit message for your changes. Lines starting\n"
2535 "with '#' will be ignored, and an empty message aborts the commit.\n"
2536 msgstr ""
2538 #: builtin/commit.c:756
2539 msgid ""
2540 "Please enter the commit message for your changes. Lines starting\n"
2541 "with '#' will be kept; you may remove them yourself if you want to.\n"
2542 "An empty message aborts the commit.\n"
2543 msgstr ""
2545 #: builtin/commit.c:769
2546 #, c-format
2547 msgid "%sAuthor:    %s"
2548 msgstr ""
2550 #: builtin/commit.c:776
2551 #, c-format
2552 msgid "%sCommitter: %s"
2553 msgstr ""
2555 #: builtin/commit.c:796
2556 msgid "Cannot read index"
2557 msgstr ""
2559 #: builtin/commit.c:833
2560 msgid "Error building trees"
2561 msgstr ""
2563 #: builtin/commit.c:848 builtin/tag.c:361
2564 #, c-format
2565 msgid "Please supply the message using either -m or -F option.\n"
2566 msgstr ""
2568 #: builtin/commit.c:945
2569 #, c-format
2570 msgid "No existing author found with '%s'"
2571 msgstr ""
2573 #: builtin/commit.c:960 builtin/commit.c:1160
2574 #, c-format
2575 msgid "Invalid untracked files mode '%s'"
2576 msgstr ""
2578 #: builtin/commit.c:1000
2579 msgid "Using both --reset-author and --author does not make sense"
2580 msgstr ""
2582 #: builtin/commit.c:1011
2583 msgid "You have nothing to amend."
2584 msgstr ""
2586 #: builtin/commit.c:1014
2587 msgid "You are in the middle of a merge -- cannot amend."
2588 msgstr ""
2590 #: builtin/commit.c:1016
2591 msgid "You are in the middle of a cherry-pick -- cannot amend."
2592 msgstr ""
2594 #: builtin/commit.c:1019
2595 msgid "Options --squash and --fixup cannot be used together"
2596 msgstr ""
2598 #: builtin/commit.c:1029
2599 msgid "Only one of -c/-C/-F/--fixup can be used."
2600 msgstr ""
2602 #: builtin/commit.c:1031
2603 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2604 msgstr ""
2606 #: builtin/commit.c:1039
2607 msgid "--reset-author can be used only with -C, -c or --amend."
2608 msgstr ""
2610 #: builtin/commit.c:1056
2611 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2612 msgstr ""
2614 #: builtin/commit.c:1058
2615 msgid "No paths with --include/--only does not make sense."
2616 msgstr ""
2618 #: builtin/commit.c:1060
2619 msgid "Clever... amending the last one with dirty index."
2620 msgstr ""
2622 #: builtin/commit.c:1062
2623 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2624 msgstr ""
2626 #: builtin/commit.c:1072 builtin/tag.c:577
2627 #, c-format
2628 msgid "Invalid cleanup mode %s"
2629 msgstr ""
2631 #: builtin/commit.c:1077
2632 msgid "Paths with -a does not make sense."
2633 msgstr ""
2635 #: builtin/commit.c:1260
2636 msgid "couldn't look up newly created commit"
2637 msgstr ""
2639 #: builtin/commit.c:1262
2640 msgid "could not parse newly created commit"
2641 msgstr ""
2643 #: builtin/commit.c:1303
2644 msgid "detached HEAD"
2645 msgstr ""
2647 #: builtin/commit.c:1305
2648 msgid " (root-commit)"
2649 msgstr ""
2651 #: builtin/commit.c:1449
2652 msgid "could not parse HEAD commit"
2653 msgstr ""
2655 #: builtin/commit.c:1487 builtin/merge.c:509
2656 #, c-format
2657 msgid "could not open '%s' for reading"
2658 msgstr ""
2660 #: builtin/commit.c:1494
2661 #, c-format
2662 msgid "Corrupt MERGE_HEAD file (%s)"
2663 msgstr ""
2665 #: builtin/commit.c:1501
2666 msgid "could not read MERGE_MODE"
2667 msgstr ""
2669 #: builtin/commit.c:1520
2670 #, c-format
2671 msgid "could not read commit message: %s"
2672 msgstr ""
2674 #: builtin/commit.c:1534
2675 #, c-format
2676 msgid "Aborting commit; you did not edit the message.\n"
2677 msgstr ""
2679 #: builtin/commit.c:1539
2680 #, c-format
2681 msgid "Aborting commit due to empty commit message.\n"
2682 msgstr ""
2684 #: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
2685 msgid "failed to write commit object"
2686 msgstr ""
2688 #: builtin/commit.c:1575
2689 msgid "cannot lock HEAD ref"
2690 msgstr ""
2692 #: builtin/commit.c:1579
2693 msgid "cannot update HEAD ref"
2694 msgstr ""
2696 #: builtin/commit.c:1590
2697 msgid ""
2698 "Repository has been updated, but unable to write\n"
2699 "new_index file. Check that disk is not full or quota is\n"
2700 "not exceeded, and then \"git reset HEAD\" to recover."
2701 msgstr ""
2703 #: builtin/describe.c:234
2704 #, c-format
2705 msgid "annotated tag %s not available"
2706 msgstr ""
2708 #: builtin/describe.c:238
2709 #, c-format
2710 msgid "annotated tag %s has no embedded name"
2711 msgstr ""
2713 #: builtin/describe.c:240
2714 #, c-format
2715 msgid "tag '%s' is really '%s' here"
2716 msgstr ""
2718 #: builtin/describe.c:267
2719 #, c-format
2720 msgid "Not a valid object name %s"
2721 msgstr ""
2723 #: builtin/describe.c:270
2724 #, c-format
2725 msgid "%s is not a valid '%s' object"
2726 msgstr ""
2728 #: builtin/describe.c:287
2729 #, c-format
2730 msgid "no tag exactly matches '%s'"
2731 msgstr ""
2733 #: builtin/describe.c:289
2734 #, c-format
2735 msgid "searching to describe %s\n"
2736 msgstr ""
2738 #: builtin/describe.c:329
2739 #, c-format
2740 msgid "finished search at %s\n"
2741 msgstr ""
2743 #: builtin/describe.c:353
2744 #, c-format
2745 msgid ""
2746 "No annotated tags can describe '%s'.\n"
2747 "However, there were unannotated tags: try --tags."
2748 msgstr ""
2750 #: builtin/describe.c:357
2751 #, c-format
2752 msgid ""
2753 "No tags can describe '%s'.\n"
2754 "Try --always, or create some tags."
2755 msgstr ""
2757 #: builtin/describe.c:378
2758 #, c-format
2759 msgid "traversed %lu commits\n"
2760 msgstr ""
2762 #: builtin/describe.c:381
2763 #, c-format
2764 msgid ""
2765 "more than %i tags found; listed %i most recent\n"
2766 "gave up search at %s\n"
2767 msgstr ""
2769 #: builtin/describe.c:436
2770 msgid "--long is incompatible with --abbrev=0"
2771 msgstr ""
2773 #: builtin/describe.c:462
2774 msgid "No names found, cannot describe anything."
2775 msgstr ""
2777 #: builtin/describe.c:482
2778 msgid "--dirty is incompatible with committishes"
2779 msgstr ""
2781 #: builtin/diff.c:77
2782 #, c-format
2783 msgid "'%s': not a regular file or symlink"
2784 msgstr ""
2786 #: builtin/diff.c:220
2787 #, c-format
2788 msgid "invalid option: %s"
2789 msgstr ""
2791 #: builtin/diff.c:297
2792 msgid "Not a git repository"
2793 msgstr ""
2795 #: builtin/diff.c:341
2796 #, c-format
2797 msgid "invalid object '%s' given."
2798 msgstr ""
2800 #: builtin/diff.c:346
2801 #, c-format
2802 msgid "more than %d trees given: '%s'"
2803 msgstr ""
2805 #: builtin/diff.c:356
2806 #, c-format
2807 msgid "more than two blobs given: '%s'"
2808 msgstr ""
2810 #: builtin/diff.c:364
2811 #, c-format
2812 msgid "unhandled object '%s' given."
2813 msgstr ""
2815 #: builtin/fetch.c:200
2816 msgid "Couldn't find remote ref HEAD"
2817 msgstr ""
2819 #: builtin/fetch.c:253
2820 #, c-format
2821 msgid "object %s not found"
2822 msgstr ""
2824 #: builtin/fetch.c:259
2825 msgid "[up to date]"
2826 msgstr ""
2828 #: builtin/fetch.c:273
2829 #, c-format
2830 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
2831 msgstr ""
2833 #: builtin/fetch.c:274 builtin/fetch.c:360
2834 msgid "[rejected]"
2835 msgstr ""
2837 #: builtin/fetch.c:285
2838 msgid "[tag update]"
2839 msgstr ""
2841 #: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2842 msgid "  (unable to update local ref)"
2843 msgstr ""
2845 #: builtin/fetch.c:305
2846 msgid "[new tag]"
2847 msgstr ""
2849 #: builtin/fetch.c:308
2850 msgid "[new branch]"
2851 msgstr ""
2853 #: builtin/fetch.c:311
2854 msgid "[new ref]"
2855 msgstr ""
2857 #: builtin/fetch.c:356
2858 msgid "unable to update local ref"
2859 msgstr ""
2861 #: builtin/fetch.c:356
2862 msgid "forced update"
2863 msgstr ""
2865 #: builtin/fetch.c:362
2866 msgid "(non-fast-forward)"
2867 msgstr ""
2869 #: builtin/fetch.c:393 builtin/fetch.c:685
2870 #, c-format
2871 msgid "cannot open %s: %s\n"
2872 msgstr ""
2874 #: builtin/fetch.c:402
2875 #, c-format
2876 msgid "%s did not send all necessary objects\n"
2877 msgstr ""
2879 #: builtin/fetch.c:488
2880 #, c-format
2881 msgid "From %.*s\n"
2882 msgstr ""
2884 #: builtin/fetch.c:499
2885 #, c-format
2886 msgid ""
2887 "some local refs could not be updated; try running\n"
2888 " 'git remote prune %s' to remove any old, conflicting branches"
2889 msgstr ""
2891 #: builtin/fetch.c:549
2892 #, c-format
2893 msgid "   (%s will become dangling)"
2894 msgstr ""
2896 #: builtin/fetch.c:550
2897 #, c-format
2898 msgid "   (%s has become dangling)"
2899 msgstr ""
2901 #: builtin/fetch.c:557
2902 msgid "[deleted]"
2903 msgstr ""
2905 #: builtin/fetch.c:558 builtin/remote.c:1055
2906 msgid "(none)"
2907 msgstr ""
2909 #: builtin/fetch.c:675
2910 #, c-format
2911 msgid "Refusing to fetch into current branch %s of non-bare repository"
2912 msgstr ""
2914 #: builtin/fetch.c:709
2915 #, c-format
2916 msgid "Don't know how to fetch from %s"
2917 msgstr ""
2919 #: builtin/fetch.c:786
2920 #, c-format
2921 msgid "Option \"%s\" value \"%s\" is not valid for %s"
2922 msgstr ""
2924 #: builtin/fetch.c:789
2925 #, c-format
2926 msgid "Option \"%s\" is ignored for %s\n"
2927 msgstr ""
2929 #: builtin/fetch.c:888
2930 #, c-format
2931 msgid "Fetching %s\n"
2932 msgstr ""
2934 #: builtin/fetch.c:890 builtin/remote.c:100
2935 #, c-format
2936 msgid "Could not fetch %s"
2937 msgstr ""
2939 #: builtin/fetch.c:907
2940 msgid ""
2941 "No remote repository specified.  Please, specify either a URL or a\n"
2942 "remote name from which new revisions should be fetched."
2943 msgstr ""
2945 #: builtin/fetch.c:927
2946 msgid "You need to specify a tag name."
2947 msgstr ""
2949 #: builtin/fetch.c:979
2950 msgid "fetch --all does not take a repository argument"
2951 msgstr ""
2953 #: builtin/fetch.c:981
2954 msgid "fetch --all does not make sense with refspecs"
2955 msgstr ""
2957 #: builtin/fetch.c:992
2958 #, c-format
2959 msgid "No such remote or remote group: %s"
2960 msgstr ""
2962 #: builtin/fetch.c:1000
2963 msgid "Fetching a group and specifying refspecs does not make sense"
2964 msgstr ""
2966 #: builtin/gc.c:63
2967 #, c-format
2968 msgid "Invalid %s: '%s'"
2969 msgstr ""
2971 #: builtin/gc.c:90
2972 #, c-format
2973 msgid "insanely long object directory %.*s"
2974 msgstr ""
2976 #: builtin/gc.c:221
2977 #, c-format
2978 msgid "Auto packing the repository for optimum performance.\n"
2979 msgstr ""
2981 #: builtin/gc.c:224
2982 #, c-format
2983 msgid ""
2984 "Auto packing the repository for optimum performance. You may also\n"
2985 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
2986 msgstr ""
2988 #: builtin/gc.c:251
2989 msgid ""
2990 "There are too many unreachable loose objects; run 'git prune' to remove them."
2991 msgstr ""
2993 #: builtin/grep.c:216
2994 #, c-format
2995 msgid "grep: failed to create thread: %s"
2996 msgstr ""
2998 #: builtin/grep.c:402
2999 #, c-format
3000 msgid "Failed to chdir: %s"
3001 msgstr ""
3003 #: builtin/grep.c:478 builtin/grep.c:512
3004 #, c-format
3005 msgid "unable to read tree (%s)"
3006 msgstr ""
3008 #: builtin/grep.c:526
3009 #, c-format
3010 msgid "unable to grep from object of type %s"
3011 msgstr ""
3013 #: builtin/grep.c:584
3014 #, c-format
3015 msgid "switch `%c' expects a numerical value"
3016 msgstr ""
3018 #: builtin/grep.c:601
3019 #, c-format
3020 msgid "cannot open '%s'"
3021 msgstr ""
3023 #: builtin/grep.c:885
3024 msgid "no pattern given."
3025 msgstr ""
3027 #: builtin/grep.c:899
3028 #, c-format
3029 msgid "bad object %s"
3030 msgstr ""
3032 #: builtin/grep.c:940
3033 msgid "--open-files-in-pager only works on the worktree"
3034 msgstr ""
3036 #: builtin/grep.c:963
3037 msgid "--cached or --untracked cannot be used with --no-index."
3038 msgstr ""
3040 #: builtin/grep.c:968
3041 msgid "--no-index or --untracked cannot be used with revs."
3042 msgstr ""
3044 #: builtin/grep.c:971
3045 msgid "--[no-]exclude-standard cannot be used for tracked contents."
3046 msgstr ""
3048 #: builtin/grep.c:979
3049 msgid "both --cached and trees are given."
3050 msgstr ""
3052 #: builtin/help.c:65
3053 #, c-format
3054 msgid "unrecognized help format '%s'"
3055 msgstr ""
3057 #: builtin/help.c:93
3058 msgid "Failed to start emacsclient."
3059 msgstr ""
3061 #: builtin/help.c:106
3062 msgid "Failed to parse emacsclient version."
3063 msgstr ""
3065 #: builtin/help.c:114
3066 #, c-format
3067 msgid "emacsclient version '%d' too old (< 22)."
3068 msgstr ""
3070 #: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
3071 #, c-format
3072 msgid "failed to exec '%s': %s"
3073 msgstr ""
3075 #: builtin/help.c:217
3076 #, c-format
3077 msgid ""
3078 "'%s': path for unsupported man viewer.\n"
3079 "Please consider using 'man.<tool>.cmd' instead."
3080 msgstr ""
3082 #: builtin/help.c:229
3083 #, c-format
3084 msgid ""
3085 "'%s': cmd for supported man viewer.\n"
3086 "Please consider using 'man.<tool>.path' instead."
3087 msgstr ""
3089 #: builtin/help.c:299
3090 msgid "The most commonly used git commands are:"
3091 msgstr ""
3093 #: builtin/help.c:367
3094 #, c-format
3095 msgid "'%s': unknown man viewer."
3096 msgstr ""
3098 #: builtin/help.c:384
3099 msgid "no man viewer handled the request"
3100 msgstr ""
3102 #: builtin/help.c:392
3103 msgid "no info viewer handled the request"
3104 msgstr ""
3106 #: builtin/help.c:447 builtin/help.c:454
3107 #, c-format
3108 msgid "usage: %s%s"
3109 msgstr ""
3111 #: builtin/help.c:470
3112 #, c-format
3113 msgid "`git %s' is aliased to `%s'"
3114 msgstr ""
3116 #: builtin/index-pack.c:170
3117 #, c-format
3118 msgid "object type mismatch at %s"
3119 msgstr ""
3121 #: builtin/index-pack.c:190
3122 msgid "object of unexpected type"
3123 msgstr ""
3125 #: builtin/index-pack.c:227
3126 #, c-format
3127 msgid "cannot fill %d byte"
3128 msgid_plural "cannot fill %d bytes"
3129 msgstr[0] ""
3130 msgstr[1] ""
3132 #: builtin/index-pack.c:237
3133 msgid "early EOF"
3134 msgstr ""
3136 #: builtin/index-pack.c:238
3137 msgid "read error on input"
3138 msgstr ""
3140 #: builtin/index-pack.c:250
3141 msgid "used more bytes than were available"
3142 msgstr ""
3144 #: builtin/index-pack.c:257
3145 msgid "pack too large for current definition of off_t"
3146 msgstr ""
3148 #: builtin/index-pack.c:273
3149 #, c-format
3150 msgid "unable to create '%s'"
3151 msgstr ""
3153 #: builtin/index-pack.c:278
3154 #, c-format
3155 msgid "cannot open packfile '%s'"
3156 msgstr ""
3158 #: builtin/index-pack.c:292
3159 msgid "pack signature mismatch"
3160 msgstr ""
3162 #: builtin/index-pack.c:312
3163 #, c-format
3164 msgid "pack has bad object at offset %lu: %s"
3165 msgstr ""
3167 #: builtin/index-pack.c:434
3168 #, c-format
3169 msgid "inflate returned %d"
3170 msgstr ""
3172 #: builtin/index-pack.c:483
3173 msgid "offset value overflow for delta base object"
3174 msgstr ""
3176 #: builtin/index-pack.c:491
3177 msgid "delta base offset is out of bound"
3178 msgstr ""
3180 #: builtin/index-pack.c:499
3181 #, c-format
3182 msgid "unknown object type %d"
3183 msgstr ""
3185 #: builtin/index-pack.c:530
3186 msgid "cannot pread pack file"
3187 msgstr ""
3189 #: builtin/index-pack.c:532
3190 #, c-format
3191 msgid "premature end of pack file, %lu byte missing"
3192 msgid_plural "premature end of pack file, %lu bytes missing"
3193 msgstr[0] ""
3194 msgstr[1] ""
3196 #: builtin/index-pack.c:558
3197 msgid "serious inflate inconsistency"
3198 msgstr ""
3200 #: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
3201 #: builtin/index-pack.c:712 builtin/index-pack.c:721
3202 #, c-format
3203 msgid "SHA1 COLLISION FOUND WITH %s !"
3204 msgstr ""
3206 #: builtin/index-pack.c:652 builtin/pack-objects.c:170
3207 #: builtin/pack-objects.c:262
3208 #, c-format
3209 msgid "unable to read %s"
3210 msgstr ""
3212 #: builtin/index-pack.c:718
3213 #, c-format
3214 msgid "cannot read existing object %s"
3215 msgstr ""
3217 #: builtin/index-pack.c:732
3218 #, c-format
3219 msgid "invalid blob object %s"
3220 msgstr ""
3222 #: builtin/index-pack.c:747
3223 #, c-format
3224 msgid "invalid %s"
3225 msgstr ""
3227 #: builtin/index-pack.c:749
3228 msgid "Error in object"
3229 msgstr ""
3231 #: builtin/index-pack.c:751
3232 #, c-format
3233 msgid "Not all child objects of %s are reachable"
3234 msgstr ""
3236 #: builtin/index-pack.c:821 builtin/index-pack.c:847
3237 msgid "failed to apply delta"
3238 msgstr ""
3240 #: builtin/index-pack.c:986
3241 msgid "Receiving objects"
3242 msgstr ""
3244 #: builtin/index-pack.c:986
3245 msgid "Indexing objects"
3246 msgstr ""
3248 #: builtin/index-pack.c:1012
3249 msgid "pack is corrupted (SHA1 mismatch)"
3250 msgstr ""
3252 #: builtin/index-pack.c:1017
3253 msgid "cannot fstat packfile"
3254 msgstr ""
3256 #: builtin/index-pack.c:1020
3257 msgid "pack has junk at the end"
3258 msgstr ""
3260 #: builtin/index-pack.c:1031
3261 msgid "confusion beyond insanity in parse_pack_objects()"
3262 msgstr ""
3264 #: builtin/index-pack.c:1054
3265 msgid "Resolving deltas"
3266 msgstr ""
3268 #: builtin/index-pack.c:1105
3269 msgid "confusion beyond insanity"
3270 msgstr ""
3272 #: builtin/index-pack.c:1124
3273 #, c-format
3274 msgid "pack has %d unresolved delta"
3275 msgid_plural "pack has %d unresolved deltas"
3276 msgstr[0] ""
3277 msgstr[1] ""
3279 #: builtin/index-pack.c:1149
3280 #, c-format
3281 msgid "unable to deflate appended object (%d)"
3282 msgstr ""
3284 #: builtin/index-pack.c:1228
3285 #, c-format
3286 msgid "local object %s is corrupt"
3287 msgstr ""
3289 #: builtin/index-pack.c:1252
3290 msgid "error while closing pack file"
3291 msgstr ""
3293 #: builtin/index-pack.c:1265
3294 #, c-format
3295 msgid "cannot write keep file '%s'"
3296 msgstr ""
3298 #: builtin/index-pack.c:1273
3299 #, c-format
3300 msgid "cannot close written keep file '%s'"
3301 msgstr ""
3303 #: builtin/index-pack.c:1286
3304 msgid "cannot store pack file"
3305 msgstr ""
3307 #: builtin/index-pack.c:1297
3308 msgid "cannot store index file"
3309 msgstr ""
3311 #: builtin/index-pack.c:1398
3312 #, c-format
3313 msgid "Cannot open existing pack file '%s'"
3314 msgstr ""
3316 #: builtin/index-pack.c:1400
3317 #, c-format
3318 msgid "Cannot open existing pack idx file for '%s'"
3319 msgstr ""
3321 #: builtin/index-pack.c:1447
3322 #, c-format
3323 msgid "non delta: %d object"
3324 msgid_plural "non delta: %d objects"
3325 msgstr[0] ""
3326 msgstr[1] ""
3328 #: builtin/index-pack.c:1454
3329 #, c-format
3330 msgid "chain length = %d: %lu object"
3331 msgid_plural "chain length = %d: %lu objects"
3332 msgstr[0] ""
3333 msgstr[1] ""
3335 #: builtin/index-pack.c:1481
3336 msgid "Cannot come back to cwd"
3337 msgstr ""
3339 #: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3340 #: builtin/index-pack.c:1540 builtin/index-pack.c:1544
3341 #, c-format
3342 msgid "bad %s"
3343 msgstr ""
3345 #: builtin/index-pack.c:1558
3346 msgid "--fix-thin cannot be used without --stdin"
3347 msgstr ""
3349 #: builtin/index-pack.c:1562 builtin/index-pack.c:1572
3350 #, c-format
3351 msgid "packfile name '%s' does not end with '.pack'"
3352 msgstr ""
3354 #: builtin/index-pack.c:1581
3355 msgid "--verify with no packfile name given"
3356 msgstr ""
3358 #: builtin/init-db.c:35
3359 #, c-format
3360 msgid "Could not make %s writable by group"
3361 msgstr ""
3363 #: builtin/init-db.c:62
3364 #, c-format
3365 msgid "insanely long template name %s"
3366 msgstr ""
3368 #: builtin/init-db.c:67
3369 #, c-format
3370 msgid "cannot stat '%s'"
3371 msgstr ""
3373 #: builtin/init-db.c:73
3374 #, c-format
3375 msgid "cannot stat template '%s'"
3376 msgstr ""
3378 #: builtin/init-db.c:80
3379 #, c-format
3380 msgid "cannot opendir '%s'"
3381 msgstr ""
3383 #: builtin/init-db.c:97
3384 #, c-format
3385 msgid "cannot readlink '%s'"
3386 msgstr ""
3388 #: builtin/init-db.c:99
3389 #, c-format
3390 msgid "insanely long symlink %s"
3391 msgstr ""
3393 #: builtin/init-db.c:102
3394 #, c-format
3395 msgid "cannot symlink '%s' '%s'"
3396 msgstr ""
3398 #: builtin/init-db.c:106
3399 #, c-format
3400 msgid "cannot copy '%s' to '%s'"
3401 msgstr ""
3403 #: builtin/init-db.c:110
3404 #, c-format
3405 msgid "ignoring template %s"
3406 msgstr ""
3408 #: builtin/init-db.c:133
3409 #, c-format
3410 msgid "insanely long template path %s"
3411 msgstr ""
3413 #: builtin/init-db.c:141
3414 #, c-format
3415 msgid "templates not found %s"
3416 msgstr ""
3418 #: builtin/init-db.c:154
3419 #, c-format
3420 msgid "not copying templates of a wrong format version %d from '%s'"
3421 msgstr ""
3423 #: builtin/init-db.c:192
3424 #, c-format
3425 msgid "insane git directory %s"
3426 msgstr ""
3428 #: builtin/init-db.c:323 builtin/init-db.c:326
3429 #, c-format
3430 msgid "%s already exists"
3431 msgstr ""
3433 #: builtin/init-db.c:355
3434 #, c-format
3435 msgid "unable to handle file type %d"
3436 msgstr ""
3438 #: builtin/init-db.c:358
3439 #, c-format
3440 msgid "unable to move %s to %s"
3441 msgstr ""
3443 #: builtin/init-db.c:363
3444 #, c-format
3445 msgid "Could not create git link %s"
3446 msgstr ""
3449 #. * TRANSLATORS: The first '%s' is either "Reinitialized
3450 #. * existing" or "Initialized empty", the second " shared" or
3451 #. * "", and the last '%s%s' is the verbatim directory name.
3453 #: builtin/init-db.c:420
3454 #, c-format
3455 msgid "%s%s Git repository in %s%s\n"
3456 msgstr ""
3458 #: builtin/init-db.c:421
3459 msgid "Reinitialized existing"
3460 msgstr ""
3462 #: builtin/init-db.c:421
3463 msgid "Initialized empty"
3464 msgstr ""
3466 #: builtin/init-db.c:422
3467 msgid " shared"
3468 msgstr ""
3470 #: builtin/init-db.c:441
3471 msgid "cannot tell cwd"
3472 msgstr ""
3474 #: builtin/init-db.c:522 builtin/init-db.c:529
3475 #, c-format
3476 msgid "cannot mkdir %s"
3477 msgstr ""
3479 #: builtin/init-db.c:533
3480 #, c-format
3481 msgid "cannot chdir to %s"
3482 msgstr ""
3484 #: builtin/init-db.c:555
3485 #, c-format
3486 msgid ""
3487 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3488 "dir=<directory>)"
3489 msgstr ""
3491 #: builtin/init-db.c:579
3492 msgid "Cannot access current working directory"
3493 msgstr ""
3495 #: builtin/init-db.c:586
3496 #, c-format
3497 msgid "Cannot access work tree '%s'"
3498 msgstr ""
3500 #: builtin/log.c:189
3501 #, c-format
3502 msgid "Final output: %d %s\n"
3503 msgstr ""
3505 #: builtin/log.c:403 builtin/log.c:494
3506 #, c-format
3507 msgid "Could not read object %s"
3508 msgstr ""
3510 #: builtin/log.c:518
3511 #, c-format
3512 msgid "Unknown type: %d"
3513 msgstr ""
3515 #: builtin/log.c:608
3516 msgid "format.headers without value"
3517 msgstr ""
3519 #: builtin/log.c:682
3520 msgid "name of output directory is too long"
3521 msgstr ""
3523 #: builtin/log.c:693
3524 #, c-format
3525 msgid "Cannot open patch file %s"
3526 msgstr ""
3528 #: builtin/log.c:707
3529 msgid "Need exactly one range."
3530 msgstr ""
3532 #: builtin/log.c:715
3533 msgid "Not a range."
3534 msgstr ""
3536 #: builtin/log.c:792
3537 msgid "Cover letter needs email format"
3538 msgstr ""
3540 #: builtin/log.c:865
3541 #, c-format
3542 msgid "insane in-reply-to: %s"
3543 msgstr ""
3545 #: builtin/log.c:938
3546 msgid "Two output directories?"
3547 msgstr ""
3549 #: builtin/log.c:1160
3550 #, c-format
3551 msgid "bogus committer info %s"
3552 msgstr ""
3554 #: builtin/log.c:1205
3555 msgid "-n and -k are mutually exclusive."
3556 msgstr ""
3558 #: builtin/log.c:1207
3559 msgid "--subject-prefix and -k are mutually exclusive."
3560 msgstr ""
3562 #: builtin/log.c:1215
3563 msgid "--name-only does not make sense"
3564 msgstr ""
3566 #: builtin/log.c:1217
3567 msgid "--name-status does not make sense"
3568 msgstr ""
3570 #: builtin/log.c:1219
3571 msgid "--check does not make sense"
3572 msgstr ""
3574 #: builtin/log.c:1242
3575 msgid "standard output, or directory, which one?"
3576 msgstr ""
3578 #: builtin/log.c:1244
3579 #, c-format
3580 msgid "Could not create directory '%s'"
3581 msgstr ""
3583 #: builtin/log.c:1397
3584 msgid "Failed to create output files"
3585 msgstr ""
3587 #: builtin/log.c:1501
3588 #, c-format
3589 msgid ""
3590 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
3591 msgstr ""
3593 #: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
3594 #, c-format
3595 msgid "Unknown commit %s"
3596 msgstr ""
3598 #: builtin/merge.c:90
3599 msgid "switch `m' requires a value"
3600 msgstr ""
3602 #: builtin/merge.c:127
3603 #, c-format
3604 msgid "Could not find merge strategy '%s'.\n"
3605 msgstr ""
3607 #: builtin/merge.c:128
3608 #, c-format
3609 msgid "Available strategies are:"
3610 msgstr ""
3612 #: builtin/merge.c:133
3613 #, c-format
3614 msgid "Available custom strategies are:"
3615 msgstr ""
3617 #: builtin/merge.c:240
3618 msgid "could not run stash."
3619 msgstr ""
3621 #: builtin/merge.c:245
3622 msgid "stash failed"
3623 msgstr ""
3625 #: builtin/merge.c:250
3626 #, c-format
3627 msgid "not a valid object: %s"
3628 msgstr ""
3630 #: builtin/merge.c:269 builtin/merge.c:286
3631 msgid "read-tree failed"
3632 msgstr ""
3634 #: builtin/merge.c:316
3635 msgid " (nothing to squash)"
3636 msgstr ""
3638 #: builtin/merge.c:329
3639 #, c-format
3640 msgid "Squash commit -- not updating HEAD\n"
3641 msgstr ""
3643 #: builtin/merge.c:361
3644 msgid "Writing SQUASH_MSG"
3645 msgstr ""
3647 #: builtin/merge.c:363
3648 msgid "Finishing SQUASH_MSG"
3649 msgstr ""
3651 #: builtin/merge.c:386
3652 #, c-format
3653 msgid "No merge message -- not updating HEAD\n"
3654 msgstr ""
3656 #: builtin/merge.c:437
3657 #, c-format
3658 msgid "'%s' does not point to a commit"
3659 msgstr ""
3661 #: builtin/merge.c:536
3662 #, c-format
3663 msgid "Bad branch.%s.mergeoptions string: %s"
3664 msgstr ""
3666 #: builtin/merge.c:629
3667 msgid "git write-tree failed to write a tree"
3668 msgstr ""
3670 #: builtin/merge.c:679
3671 msgid "failed to read the cache"
3672 msgstr ""
3674 #: builtin/merge.c:710
3675 msgid "Not handling anything other than two heads merge."
3676 msgstr ""
3678 #: builtin/merge.c:724
3679 #, c-format
3680 msgid "Unknown option for merge-recursive: -X%s"
3681 msgstr ""
3683 #: builtin/merge.c:738
3684 #, c-format
3685 msgid "unable to write %s"
3686 msgstr ""
3688 #: builtin/merge.c:877
3689 #, c-format
3690 msgid "Could not read from '%s'"
3691 msgstr ""
3693 #: builtin/merge.c:886
3694 #, c-format
3695 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3696 msgstr ""
3698 #: builtin/merge.c:892
3699 msgid ""
3700 "Please enter a commit message to explain why this merge is necessary,\n"
3701 "especially if it merges an updated upstream into a topic branch.\n"
3702 "\n"
3703 "Lines starting with '#' will be ignored, and an empty message aborts\n"
3704 "the commit.\n"
3705 msgstr ""
3707 #: builtin/merge.c:916
3708 msgid "Empty commit message."
3709 msgstr ""
3711 #: builtin/merge.c:928
3712 #, c-format
3713 msgid "Wonderful.\n"
3714 msgstr ""
3716 #: builtin/merge.c:993
3717 #, c-format
3718 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3719 msgstr ""
3721 #: builtin/merge.c:1009
3722 #, c-format
3723 msgid "'%s' is not a commit"
3724 msgstr ""
3726 #: builtin/merge.c:1050
3727 msgid "No current branch."
3728 msgstr ""
3730 #: builtin/merge.c:1052
3731 msgid "No remote for the current branch."
3732 msgstr ""
3734 #: builtin/merge.c:1054
3735 msgid "No default upstream defined for the current branch."
3736 msgstr ""
3738 #: builtin/merge.c:1059
3739 #, c-format
3740 msgid "No remote tracking branch for %s from %s"
3741 msgstr ""
3743 #: builtin/merge.c:1146 builtin/merge.c:1303
3744 #, c-format
3745 msgid "%s - not something we can merge"
3746 msgstr ""
3748 #: builtin/merge.c:1214
3749 msgid "There is no merge to abort (MERGE_HEAD missing)."
3750 msgstr ""
3752 #: builtin/merge.c:1230 git-pull.sh:31
3753 msgid ""
3754 "You have not concluded your merge (MERGE_HEAD exists).\n"
3755 "Please, commit your changes before you can merge."
3756 msgstr ""
3758 #: builtin/merge.c:1233 git-pull.sh:34
3759 msgid "You have not concluded your merge (MERGE_HEAD exists)."
3760 msgstr ""
3762 #: builtin/merge.c:1237
3763 msgid ""
3764 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3765 "Please, commit your changes before you can merge."
3766 msgstr ""
3768 #: builtin/merge.c:1240
3769 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3770 msgstr ""
3772 #: builtin/merge.c:1249
3773 msgid "You cannot combine --squash with --no-ff."
3774 msgstr ""
3776 #: builtin/merge.c:1254
3777 msgid "You cannot combine --no-ff with --ff-only."
3778 msgstr ""
3780 #: builtin/merge.c:1261
3781 msgid "No commit specified and merge.defaultToUpstream not set."
3782 msgstr ""
3784 #: builtin/merge.c:1293
3785 msgid "Can merge only exactly one commit into empty head"
3786 msgstr ""
3788 #: builtin/merge.c:1296
3789 msgid "Squash commit into empty head not supported yet"
3790 msgstr ""
3792 #: builtin/merge.c:1298
3793 msgid "Non-fast-forward commit does not make sense into an empty head"
3794 msgstr ""
3796 #: builtin/merge.c:1413
3797 #, c-format
3798 msgid "Updating %s..%s\n"
3799 msgstr ""
3801 #: builtin/merge.c:1451
3802 #, c-format
3803 msgid "Trying really trivial in-index merge...\n"
3804 msgstr ""
3806 #: builtin/merge.c:1458
3807 #, c-format
3808 msgid "Nope.\n"
3809 msgstr ""
3811 #: builtin/merge.c:1490
3812 msgid "Not possible to fast-forward, aborting."
3813 msgstr ""
3815 #: builtin/merge.c:1513 builtin/merge.c:1592
3816 #, c-format
3817 msgid "Rewinding the tree to pristine...\n"
3818 msgstr ""
3820 #: builtin/merge.c:1517
3821 #, c-format
3822 msgid "Trying merge strategy %s...\n"
3823 msgstr ""
3825 #: builtin/merge.c:1583
3826 #, c-format
3827 msgid "No merge strategy handled the merge.\n"
3828 msgstr ""
3830 #: builtin/merge.c:1585
3831 #, c-format
3832 msgid "Merge with strategy %s failed.\n"
3833 msgstr ""
3835 #: builtin/merge.c:1594
3836 #, c-format
3837 msgid "Using the %s to prepare resolving by hand.\n"
3838 msgstr ""
3840 #: builtin/merge.c:1606
3841 #, c-format
3842 msgid "Automatic merge went well; stopped before committing as requested\n"
3843 msgstr ""
3845 #: builtin/mv.c:108
3846 #, c-format
3847 msgid "Checking rename of '%s' to '%s'\n"
3848 msgstr ""
3850 #: builtin/mv.c:112
3851 msgid "bad source"
3852 msgstr ""
3854 #: builtin/mv.c:115
3855 msgid "can not move directory into itself"
3856 msgstr ""
3858 #: builtin/mv.c:118
3859 msgid "cannot move directory over file"
3860 msgstr ""
3862 #: builtin/mv.c:128
3863 #, c-format
3864 msgid "Huh? %.*s is in index?"
3865 msgstr ""
3867 #: builtin/mv.c:140
3868 msgid "source directory is empty"
3869 msgstr ""
3871 #: builtin/mv.c:171
3872 msgid "not under version control"
3873 msgstr ""
3875 #: builtin/mv.c:173
3876 msgid "destination exists"
3877 msgstr ""
3879 #: builtin/mv.c:181
3880 #, c-format
3881 msgid "overwriting '%s'"
3882 msgstr ""
3884 #: builtin/mv.c:184
3885 msgid "Cannot overwrite"
3886 msgstr ""
3888 #: builtin/mv.c:187
3889 msgid "multiple sources for the same target"
3890 msgstr ""
3892 #: builtin/mv.c:202
3893 #, c-format
3894 msgid "%s, source=%s, destination=%s"
3895 msgstr ""
3897 #: builtin/mv.c:212
3898 #, c-format
3899 msgid "Renaming %s to %s\n"
3900 msgstr ""
3902 #: builtin/mv.c:215 builtin/remote.c:731
3903 #, c-format
3904 msgid "renaming '%s' failed"
3905 msgstr ""
3907 #: builtin/notes.c:139
3908 #, c-format
3909 msgid "unable to start 'show' for object '%s'"
3910 msgstr ""
3912 #: builtin/notes.c:145
3913 msgid "can't fdopen 'show' output fd"
3914 msgstr ""
3916 #: builtin/notes.c:155
3917 #, c-format
3918 msgid "failed to close pipe to 'show' for object '%s'"
3919 msgstr ""
3921 #: builtin/notes.c:158
3922 #, c-format
3923 msgid "failed to finish 'show' for object '%s'"
3924 msgstr ""
3926 #: builtin/notes.c:175 builtin/tag.c:347
3927 #, c-format
3928 msgid "could not create file '%s'"
3929 msgstr ""
3931 #: builtin/notes.c:189
3932 msgid "Please supply the note contents using either -m or -F option"
3933 msgstr ""
3935 #: builtin/notes.c:210 builtin/notes.c:973
3936 #, c-format
3937 msgid "Removing note for object %s\n"
3938 msgstr ""
3940 #: builtin/notes.c:215
3941 msgid "unable to write note object"
3942 msgstr ""
3944 #: builtin/notes.c:217
3945 #, c-format
3946 msgid "The note contents has been left in %s"
3947 msgstr ""
3949 #: builtin/notes.c:251 builtin/tag.c:542
3950 #, c-format
3951 msgid "cannot read '%s'"
3952 msgstr ""
3954 #: builtin/notes.c:253 builtin/tag.c:545
3955 #, c-format
3956 msgid "could not open or read '%s'"
3957 msgstr ""
3959 #: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3960 #: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3961 #: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3962 #: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3963 #, c-format
3964 msgid "Failed to resolve '%s' as a valid ref."
3965 msgstr ""
3967 #: builtin/notes.c:275
3968 #, c-format
3969 msgid "Failed to read object '%s'."
3970 msgstr ""
3972 #: builtin/notes.c:299
3973 msgid "Cannot commit uninitialized/unreferenced notes tree"
3974 msgstr ""
3976 #: builtin/notes.c:340
3977 #, c-format
3978 msgid "Bad notes.rewriteMode value: '%s'"
3979 msgstr ""
3981 #: builtin/notes.c:350
3982 #, c-format
3983 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3984 msgstr ""
3986 #. TRANSLATORS: The first %s is the name of the
3987 #. environment variable, the second %s is its value
3988 #: builtin/notes.c:377
3989 #, c-format
3990 msgid "Bad %s value: '%s'"
3991 msgstr ""
3993 #: builtin/notes.c:441
3994 #, c-format
3995 msgid "Malformed input line: '%s'."
3996 msgstr ""
3998 #: builtin/notes.c:456
3999 #, c-format
4000 msgid "Failed to copy notes from '%s' to '%s'"
4001 msgstr ""
4003 #: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
4004 #: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
4005 #: builtin/notes.c:1033
4006 msgid "too many parameters"
4007 msgstr ""
4009 #: builtin/notes.c:513 builtin/notes.c:772
4010 #, c-format
4011 msgid "No note found for object %s."
4012 msgstr ""
4014 #: builtin/notes.c:580
4015 #, c-format
4016 msgid ""
4017 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
4018 "existing notes"
4019 msgstr ""
4021 #: builtin/notes.c:585 builtin/notes.c:662
4022 #, c-format
4023 msgid "Overwriting existing notes for object %s\n"
4024 msgstr ""
4026 #: builtin/notes.c:635
4027 msgid "too few parameters"
4028 msgstr ""
4030 #: builtin/notes.c:656
4031 #, c-format
4032 msgid ""
4033 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
4034 "existing notes"
4035 msgstr ""
4037 #: builtin/notes.c:668
4038 #, c-format
4039 msgid "Missing notes on source object %s. Cannot copy."
4040 msgstr ""
4042 #: builtin/notes.c:717
4043 #, c-format
4044 msgid ""
4045 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
4046 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
4047 msgstr ""
4049 #: builtin/notes.c:971
4050 #, c-format
4051 msgid "Object %s has no note\n"
4052 msgstr ""
4054 #: builtin/notes.c:1103 builtin/remote.c:1598
4055 #, c-format
4056 msgid "Unknown subcommand: %s"
4057 msgstr ""
4059 #: builtin/pack-objects.c:183 builtin/pack-objects.c:186
4060 #, c-format
4061 msgid "deflate error (%d)"
4062 msgstr ""
4064 #: builtin/pack-objects.c:2398
4065 #, c-format
4066 msgid "unsupported index version %s"
4067 msgstr ""
4069 #: builtin/pack-objects.c:2402
4070 #, c-format
4071 msgid "bad index version '%s'"
4072 msgstr ""
4074 #: builtin/pack-objects.c:2425
4075 #, c-format
4076 msgid "option %s does not accept negative form"
4077 msgstr ""
4079 #: builtin/pack-objects.c:2429
4080 #, c-format
4081 msgid "unable to parse value '%s' for option %s"
4082 msgstr ""
4084 #: builtin/push.c:45
4085 msgid "tag shorthand without <tag>"
4086 msgstr ""
4088 #: builtin/push.c:64
4089 msgid "--delete only accepts plain target ref names"
4090 msgstr ""
4092 #: builtin/push.c:99
4093 msgid ""
4094 "\n"
4095 "To choose either option permanently, see push.default in 'git help config'."
4096 msgstr ""
4098 #: builtin/push.c:102
4099 #, c-format
4100 msgid ""
4101 "The upstream branch of your current branch does not match\n"
4102 "the name of your current branch.  To push to the upstream branch\n"
4103 "on the remote, use\n"
4104 "\n"
4105 "    git push %s HEAD:%s\n"
4106 "\n"
4107 "To push to the branch of the same name on the remote, use\n"
4108 "\n"
4109 "    git push %s %s\n"
4110 "%s"
4111 msgstr ""
4113 #: builtin/push.c:121
4114 #, c-format
4115 msgid ""
4116 "You are not currently on a branch.\n"
4117 "To push the history leading to the current (detached HEAD)\n"
4118 "state now, use\n"
4119 "\n"
4120 "    git push %s HEAD:<name-of-remote-branch>\n"
4121 msgstr ""
4123 #: builtin/push.c:128
4124 #, c-format
4125 msgid ""
4126 "The current branch %s has no upstream branch.\n"
4127 "To push the current branch and set the remote as upstream, use\n"
4128 "\n"
4129 "    git push --set-upstream %s %s\n"
4130 msgstr ""
4132 #: builtin/push.c:136
4133 #, c-format
4134 msgid "The current branch %s has multiple upstream branches, refusing to push."
4135 msgstr ""
4137 #: builtin/push.c:139
4138 #, c-format
4139 msgid ""
4140 "You are pushing to remote '%s', which is not the upstream of\n"
4141 "your current branch '%s', without telling me what to push\n"
4142 "to update which remote branch."
4143 msgstr ""
4145 #: builtin/push.c:174
4146 msgid ""
4147 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
4148 msgstr ""
4150 #: builtin/push.c:181
4151 msgid ""
4152 "Updates were rejected because the tip of your current branch is behind\n"
4153 "its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
4154 "before pushing again.\n"
4155 "See the 'Note about fast-forwards' in 'git push --help' for details."
4156 msgstr ""
4158 #: builtin/push.c:187
4159 msgid ""
4160 "Updates were rejected because a pushed branch tip is behind its remote\n"
4161 "counterpart. If you did not intend to push that branch, you may want to\n"
4162 "specify branches to push or set the 'push.default' configuration\n"
4163 "variable to 'current' or 'upstream' to push only the current branch."
4164 msgstr ""
4166 #: builtin/push.c:193
4167 msgid ""
4168 "Updates were rejected because a pushed branch tip is behind its remote\n"
4169 "counterpart. Check out this branch and merge the remote changes\n"
4170 "(e.g. 'git pull') before pushing again.\n"
4171 "See the 'Note about fast-forwards' in 'git push --help' for details."
4172 msgstr ""
4174 #: builtin/push.c:233
4175 #, c-format
4176 msgid "Pushing to %s\n"
4177 msgstr ""
4179 #: builtin/push.c:237
4180 #, c-format
4181 msgid "failed to push some refs to '%s'"
4182 msgstr ""
4184 #: builtin/push.c:269
4185 #, c-format
4186 msgid "bad repository '%s'"
4187 msgstr ""
4189 #: builtin/push.c:270
4190 msgid ""
4191 "No configured push destination.\n"
4192 "Either specify the URL from the command-line or configure a remote "
4193 "repository using\n"
4194 "\n"
4195 "    git remote add <name> <url>\n"
4196 "\n"
4197 "and then push using the remote name\n"
4198 "\n"
4199 "    git push <name>\n"
4200 msgstr ""
4202 #: builtin/push.c:285
4203 msgid "--all and --tags are incompatible"
4204 msgstr ""
4206 #: builtin/push.c:286
4207 msgid "--all can't be combined with refspecs"
4208 msgstr ""
4210 #: builtin/push.c:291
4211 msgid "--mirror and --tags are incompatible"
4212 msgstr ""
4214 #: builtin/push.c:292
4215 msgid "--mirror can't be combined with refspecs"
4216 msgstr ""
4218 #: builtin/push.c:297
4219 msgid "--all and --mirror are incompatible"
4220 msgstr ""
4222 #: builtin/push.c:385
4223 msgid "--delete is incompatible with --all, --mirror and --tags"
4224 msgstr ""
4226 #: builtin/push.c:387
4227 msgid "--delete doesn't make sense without any refs"
4228 msgstr ""
4230 #: builtin/remote.c:98
4231 #, c-format
4232 msgid "Updating %s"
4233 msgstr ""
4235 #: builtin/remote.c:130
4236 msgid ""
4237 "--mirror is dangerous and deprecated; please\n"
4238 "\t use --mirror=fetch or --mirror=push instead"
4239 msgstr ""
4241 #: builtin/remote.c:147
4242 #, c-format
4243 msgid "unknown mirror argument: %s"
4244 msgstr ""
4246 #: builtin/remote.c:185
4247 msgid "specifying a master branch makes no sense with --mirror"
4248 msgstr ""
4250 #: builtin/remote.c:187
4251 msgid "specifying branches to track makes sense only with fetch mirrors"
4252 msgstr ""
4254 #: builtin/remote.c:195 builtin/remote.c:646
4255 #, c-format
4256 msgid "remote %s already exists."
4257 msgstr ""
4259 #: builtin/remote.c:199 builtin/remote.c:650
4260 #, c-format
4261 msgid "'%s' is not a valid remote name"
4262 msgstr ""
4264 #: builtin/remote.c:243
4265 #, c-format
4266 msgid "Could not setup master '%s'"
4267 msgstr ""
4269 #: builtin/remote.c:299
4270 #, c-format
4271 msgid "more than one %s"
4272 msgstr ""
4274 #: builtin/remote.c:339
4275 #, c-format
4276 msgid "Could not get fetch map for refspec %s"
4277 msgstr ""
4279 #: builtin/remote.c:440 builtin/remote.c:448
4280 msgid "(matching)"
4281 msgstr ""
4283 #: builtin/remote.c:452
4284 msgid "(delete)"
4285 msgstr ""
4287 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
4288 #, c-format
4289 msgid "Could not append '%s' to '%s'"
4290 msgstr ""
4292 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
4293 #, c-format
4294 msgid "No such remote: %s"
4295 msgstr ""
4297 #: builtin/remote.c:656
4298 #, c-format
4299 msgid "Could not rename config section '%s' to '%s'"
4300 msgstr ""
4302 #: builtin/remote.c:662 builtin/remote.c:799
4303 #, c-format
4304 msgid "Could not remove config section '%s'"
4305 msgstr ""
4307 #: builtin/remote.c:677
4308 #, c-format
4309 msgid ""
4310 "Not updating non-default fetch refspec\n"
4311 "\t%s\n"
4312 "\tPlease update the configuration manually if necessary."
4313 msgstr ""
4315 #: builtin/remote.c:683
4316 #, c-format
4317 msgid "Could not append '%s'"
4318 msgstr ""
4320 #: builtin/remote.c:694
4321 #, c-format
4322 msgid "Could not set '%s'"
4323 msgstr ""
4325 #: builtin/remote.c:716
4326 #, c-format
4327 msgid "deleting '%s' failed"
4328 msgstr ""
4330 #: builtin/remote.c:750
4331 #, c-format
4332 msgid "creating '%s' failed"
4333 msgstr ""
4335 #: builtin/remote.c:764
4336 #, c-format
4337 msgid "Could not remove branch %s"
4338 msgstr ""
4340 #: builtin/remote.c:834
4341 msgid ""
4342 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4343 "to delete it, use:"
4344 msgid_plural ""
4345 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4346 "to delete them, use:"
4347 msgstr[0] ""
4348 msgstr[1] ""
4350 #: builtin/remote.c:943
4351 #, c-format
4352 msgid " new (next fetch will store in remotes/%s)"
4353 msgstr ""
4355 #: builtin/remote.c:946
4356 msgid " tracked"
4357 msgstr ""
4359 #: builtin/remote.c:948
4360 msgid " stale (use 'git remote prune' to remove)"
4361 msgstr ""
4363 #: builtin/remote.c:950
4364 msgid " ???"
4365 msgstr ""
4367 #: builtin/remote.c:991
4368 #, c-format
4369 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
4370 msgstr ""
4372 #: builtin/remote.c:998
4373 #, c-format
4374 msgid "rebases onto remote %s"
4375 msgstr ""
4377 #: builtin/remote.c:1001
4378 #, c-format
4379 msgid " merges with remote %s"
4380 msgstr ""
4382 #: builtin/remote.c:1002
4383 msgid "    and with remote"
4384 msgstr ""
4386 #: builtin/remote.c:1004
4387 #, c-format
4388 msgid "merges with remote %s"
4389 msgstr ""
4391 #: builtin/remote.c:1005
4392 msgid "   and with remote"
4393 msgstr ""
4395 #: builtin/remote.c:1051
4396 msgid "create"
4397 msgstr ""
4399 #: builtin/remote.c:1054
4400 msgid "delete"
4401 msgstr ""
4403 #: builtin/remote.c:1058
4404 msgid "up to date"
4405 msgstr ""
4407 #: builtin/remote.c:1061
4408 msgid "fast-forwardable"
4409 msgstr ""
4411 #: builtin/remote.c:1064
4412 msgid "local out of date"
4413 msgstr ""
4415 #: builtin/remote.c:1071
4416 #, c-format
4417 msgid "    %-*s forces to %-*s (%s)"
4418 msgstr ""
4420 #: builtin/remote.c:1074
4421 #, c-format
4422 msgid "    %-*s pushes to %-*s (%s)"
4423 msgstr ""
4425 #: builtin/remote.c:1078
4426 #, c-format
4427 msgid "    %-*s forces to %s"
4428 msgstr ""
4430 #: builtin/remote.c:1081
4431 #, c-format
4432 msgid "    %-*s pushes to %s"
4433 msgstr ""
4435 #: builtin/remote.c:1118
4436 #, c-format
4437 msgid "* remote %s"
4438 msgstr ""
4440 #: builtin/remote.c:1119
4441 #, c-format
4442 msgid "  Fetch URL: %s"
4443 msgstr ""
4445 #: builtin/remote.c:1120 builtin/remote.c:1285
4446 msgid "(no URL)"
4447 msgstr ""
4449 #: builtin/remote.c:1129 builtin/remote.c:1131
4450 #, c-format
4451 msgid "  Push  URL: %s"
4452 msgstr ""
4454 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
4455 #, c-format
4456 msgid "  HEAD branch: %s"
4457 msgstr ""
4459 #: builtin/remote.c:1139
4460 #, c-format
4461 msgid ""
4462 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
4463 msgstr ""
4465 #: builtin/remote.c:1151
4466 #, c-format
4467 msgid "  Remote branch:%s"
4468 msgid_plural "  Remote branches:%s"
4469 msgstr[0] ""
4470 msgstr[1] ""
4472 #: builtin/remote.c:1154 builtin/remote.c:1181
4473 msgid " (status not queried)"
4474 msgstr ""
4476 #: builtin/remote.c:1163
4477 msgid "  Local branch configured for 'git pull':"
4478 msgid_plural "  Local branches configured for 'git pull':"
4479 msgstr[0] ""
4480 msgstr[1] ""
4482 #: builtin/remote.c:1171
4483 msgid "  Local refs will be mirrored by 'git push'"
4484 msgstr ""
4486 #: builtin/remote.c:1178
4487 #, c-format
4488 msgid "  Local ref configured for 'git push'%s:"
4489 msgid_plural "  Local refs configured for 'git push'%s:"
4490 msgstr[0] ""
4491 msgstr[1] ""
4493 #: builtin/remote.c:1216
4494 msgid "Cannot determine remote HEAD"
4495 msgstr ""
4497 #: builtin/remote.c:1218
4498 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
4499 msgstr ""
4501 #: builtin/remote.c:1228
4502 #, c-format
4503 msgid "Could not delete %s"
4504 msgstr ""
4506 #: builtin/remote.c:1236
4507 #, c-format
4508 msgid "Not a valid ref: %s"
4509 msgstr ""
4511 #: builtin/remote.c:1238
4512 #, c-format
4513 msgid "Could not setup %s"
4514 msgstr ""
4516 #: builtin/remote.c:1274
4517 #, c-format
4518 msgid " %s will become dangling!"
4519 msgstr ""
4521 #: builtin/remote.c:1275
4522 #, c-format
4523 msgid " %s has become dangling!"
4524 msgstr ""
4526 #: builtin/remote.c:1281
4527 #, c-format
4528 msgid "Pruning %s"
4529 msgstr ""
4531 #: builtin/remote.c:1282
4532 #, c-format
4533 msgid "URL: %s"
4534 msgstr ""
4536 #: builtin/remote.c:1295
4537 #, c-format
4538 msgid " * [would prune] %s"
4539 msgstr ""
4541 #: builtin/remote.c:1298
4542 #, c-format
4543 msgid " * [pruned] %s"
4544 msgstr ""
4546 #: builtin/remote.c:1387 builtin/remote.c:1461
4547 #, c-format
4548 msgid "No such remote '%s'"
4549 msgstr ""
4551 #: builtin/remote.c:1414
4552 msgid "no remote specified"
4553 msgstr ""
4555 #: builtin/remote.c:1447
4556 msgid "--add --delete doesn't make sense"
4557 msgstr ""
4559 #: builtin/remote.c:1487
4560 #, c-format
4561 msgid "Invalid old URL pattern: %s"
4562 msgstr ""
4564 #: builtin/remote.c:1495
4565 #, c-format
4566 msgid "No such URL found: %s"
4567 msgstr ""
4569 #: builtin/remote.c:1497
4570 msgid "Will not delete all non-push URLs"
4571 msgstr ""
4573 #: builtin/reset.c:33
4574 msgid "mixed"
4575 msgstr ""
4577 #: builtin/reset.c:33
4578 msgid "soft"
4579 msgstr ""
4581 #: builtin/reset.c:33
4582 msgid "hard"
4583 msgstr ""
4585 #: builtin/reset.c:33
4586 msgid "merge"
4587 msgstr ""
4589 #: builtin/reset.c:33
4590 msgid "keep"
4591 msgstr ""
4593 #: builtin/reset.c:77
4594 msgid "You do not have a valid HEAD."
4595 msgstr ""
4597 #: builtin/reset.c:79
4598 msgid "Failed to find tree of HEAD."
4599 msgstr ""
4601 #: builtin/reset.c:85
4602 #, c-format
4603 msgid "Failed to find tree of %s."
4604 msgstr ""
4606 #: builtin/reset.c:96
4607 msgid "Could not write new index file."
4608 msgstr ""
4610 #: builtin/reset.c:106
4611 #, c-format
4612 msgid "HEAD is now at %s"
4613 msgstr ""
4615 #: builtin/reset.c:130
4616 msgid "Could not read index"
4617 msgstr ""
4619 #: builtin/reset.c:133
4620 msgid "Unstaged changes after reset:"
4621 msgstr ""
4623 #: builtin/reset.c:223
4624 #, c-format
4625 msgid "Cannot do a %s reset in the middle of a merge."
4626 msgstr ""
4628 #: builtin/reset.c:303
4629 #, c-format
4630 msgid "Could not parse object '%s'."
4631 msgstr ""
4633 #: builtin/reset.c:308
4634 msgid "--patch is incompatible with --{hard,mixed,soft}"
4635 msgstr ""
4637 #: builtin/reset.c:317
4638 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4639 msgstr ""
4641 #: builtin/reset.c:319
4642 #, c-format
4643 msgid "Cannot do %s reset with paths."
4644 msgstr ""
4646 #: builtin/reset.c:331
4647 #, c-format
4648 msgid "%s reset is not allowed in a bare repository"
4649 msgstr ""
4651 #: builtin/reset.c:347
4652 #, c-format
4653 msgid "Could not reset index file to revision '%s'."
4654 msgstr ""
4656 #: builtin/revert.c:70 builtin/revert.c:92
4657 #, c-format
4658 msgid "%s: %s cannot be used with %s"
4659 msgstr ""
4661 #: builtin/revert.c:131
4662 msgid "program error"
4663 msgstr ""
4665 #: builtin/revert.c:221
4666 msgid "revert failed"
4667 msgstr ""
4669 #: builtin/revert.c:236
4670 msgid "cherry-pick failed"
4671 msgstr ""
4673 #: builtin/rm.c:109
4674 #, c-format
4675 msgid ""
4676 "'%s' has staged content different from both the file and the HEAD\n"
4677 "(use -f to force removal)"
4678 msgstr ""
4680 #: builtin/rm.c:115
4681 #, c-format
4682 msgid ""
4683 "'%s' has changes staged in the index\n"
4684 "(use --cached to keep the file, or -f to force removal)"
4685 msgstr ""
4687 #: builtin/rm.c:119
4688 #, c-format
4689 msgid ""
4690 "'%s' has local modifications\n"
4691 "(use --cached to keep the file, or -f to force removal)"
4692 msgstr ""
4694 #: builtin/rm.c:194
4695 #, c-format
4696 msgid "not removing '%s' recursively without -r"
4697 msgstr ""
4699 #: builtin/rm.c:230
4700 #, c-format
4701 msgid "git rm: unable to remove %s"
4702 msgstr ""
4704 #: builtin/shortlog.c:157
4705 #, c-format
4706 msgid "Missing author: %s"
4707 msgstr ""
4709 #: builtin/tag.c:60
4710 #, c-format
4711 msgid "malformed object at '%s'"
4712 msgstr ""
4714 #: builtin/tag.c:207
4715 #, c-format
4716 msgid "tag name too long: %.*s..."
4717 msgstr ""
4719 #: builtin/tag.c:212
4720 #, c-format
4721 msgid "tag '%s' not found."
4722 msgstr ""
4724 #: builtin/tag.c:227
4725 #, c-format
4726 msgid "Deleted tag '%s' (was %s)\n"
4727 msgstr ""
4729 #: builtin/tag.c:239
4730 #, c-format
4731 msgid "could not verify the tag '%s'"
4732 msgstr ""
4734 #: builtin/tag.c:249
4735 msgid ""
4736 "\n"
4737 "#\n"
4738 "# Write a tag message\n"
4739 "# Lines starting with '#' will be ignored.\n"
4740 "#\n"
4741 msgstr ""
4743 #: builtin/tag.c:256
4744 msgid ""
4745 "\n"
4746 "#\n"
4747 "# Write a tag message\n"
4748 "# Lines starting with '#' will be kept; you may remove them yourself if you "
4749 "want to.\n"
4750 "#\n"
4751 msgstr ""
4753 #: builtin/tag.c:298
4754 msgid "unable to sign the tag"
4755 msgstr ""
4757 #: builtin/tag.c:300
4758 msgid "unable to write tag file"
4759 msgstr ""
4761 #: builtin/tag.c:325
4762 msgid "bad object type."
4763 msgstr ""
4765 #: builtin/tag.c:338
4766 msgid "tag header too big."
4767 msgstr ""
4769 #: builtin/tag.c:370
4770 msgid "no tag message?"
4771 msgstr ""
4773 #: builtin/tag.c:376
4774 #, c-format
4775 msgid "The tag message has been left in %s\n"
4776 msgstr ""
4778 #: builtin/tag.c:425
4779 msgid "switch 'points-at' requires an object"
4780 msgstr ""
4782 #: builtin/tag.c:427
4783 #, c-format
4784 msgid "malformed object name '%s'"
4785 msgstr ""
4787 #: builtin/tag.c:506
4788 msgid "--column and -n are incompatible"
4789 msgstr ""
4791 #: builtin/tag.c:523
4792 msgid "-n option is only allowed with -l."
4793 msgstr ""
4795 #: builtin/tag.c:525
4796 msgid "--contains option is only allowed with -l."
4797 msgstr ""
4799 #: builtin/tag.c:527
4800 msgid "--points-at option is only allowed with -l."
4801 msgstr ""
4803 #: builtin/tag.c:535
4804 msgid "only one -F or -m option is allowed."
4805 msgstr ""
4807 #: builtin/tag.c:555
4808 msgid "too many params"
4809 msgstr ""
4811 #: builtin/tag.c:561
4812 #, c-format
4813 msgid "'%s' is not a valid tag name."
4814 msgstr ""
4816 #: builtin/tag.c:566
4817 #, c-format
4818 msgid "tag '%s' already exists"
4819 msgstr ""
4821 #: builtin/tag.c:584
4822 #, c-format
4823 msgid "%s: cannot lock the ref"
4824 msgstr ""
4826 #: builtin/tag.c:586
4827 #, c-format
4828 msgid "%s: cannot update the ref"
4829 msgstr ""
4831 #: builtin/tag.c:588
4832 #, c-format
4833 msgid "Updated tag '%s' (was %s)\n"
4834 msgstr ""
4836 #: git.c:16
4837 msgid "See 'git help <command>' for more information on a specific command."
4838 msgstr ""
4840 #: parse-options.h:133 parse-options.h:235
4841 msgid "n"
4842 msgstr ""
4844 #: parse-options.h:141
4845 msgid "time"
4846 msgstr ""
4848 #: parse-options.h:149
4849 msgid "file"
4850 msgstr ""
4852 #: parse-options.h:151
4853 msgid "when"
4854 msgstr ""
4856 #: parse-options.h:156
4857 msgid "no-op (backward compatibility)"
4858 msgstr ""
4860 #: parse-options.h:228
4861 msgid "be more verbose"
4862 msgstr ""
4864 #: parse-options.h:230
4865 msgid "be more quiet"
4866 msgstr ""
4868 #: parse-options.h:236
4869 msgid "use <n> digits to display SHA-1s"
4870 msgstr ""
4872 #: common-cmds.h:8
4873 msgid "Add file contents to the index"
4874 msgstr ""
4876 #: common-cmds.h:9
4877 msgid "Find by binary search the change that introduced a bug"
4878 msgstr ""
4880 #: common-cmds.h:10
4881 msgid "List, create, or delete branches"
4882 msgstr ""
4884 #: common-cmds.h:11
4885 msgid "Checkout a branch or paths to the working tree"
4886 msgstr ""
4888 #: common-cmds.h:12
4889 msgid "Clone a repository into a new directory"
4890 msgstr ""
4892 #: common-cmds.h:13
4893 msgid "Record changes to the repository"
4894 msgstr ""
4896 #: common-cmds.h:14
4897 msgid "Show changes between commits, commit and working tree, etc"
4898 msgstr ""
4900 #: common-cmds.h:15
4901 msgid "Download objects and refs from another repository"
4902 msgstr ""
4904 #: common-cmds.h:16
4905 msgid "Print lines matching a pattern"
4906 msgstr ""
4908 #: common-cmds.h:17
4909 msgid "Create an empty git repository or reinitialize an existing one"
4910 msgstr ""
4912 #: common-cmds.h:18
4913 msgid "Show commit logs"
4914 msgstr ""
4916 #: common-cmds.h:19
4917 msgid "Join two or more development histories together"
4918 msgstr ""
4920 #: common-cmds.h:20
4921 msgid "Move or rename a file, a directory, or a symlink"
4922 msgstr ""
4924 #: common-cmds.h:21
4925 msgid "Fetch from and merge with another repository or a local branch"
4926 msgstr ""
4928 #: common-cmds.h:22
4929 msgid "Update remote refs along with associated objects"
4930 msgstr ""
4932 #: common-cmds.h:23
4933 msgid "Forward-port local commits to the updated upstream head"
4934 msgstr ""
4936 #: common-cmds.h:24
4937 msgid "Reset current HEAD to the specified state"
4938 msgstr ""
4940 #: common-cmds.h:25
4941 msgid "Remove files from the working tree and from the index"
4942 msgstr ""
4944 #: common-cmds.h:26
4945 msgid "Show various types of objects"
4946 msgstr ""
4948 #: common-cmds.h:27
4949 msgid "Show the working tree status"
4950 msgstr ""
4952 #: common-cmds.h:28
4953 msgid "Create, list, delete or verify a tag object signed with GPG"
4954 msgstr ""
4956 #: git-am.sh:50
4957 msgid "You need to set your committer info first"
4958 msgstr ""
4960 #: git-am.sh:95
4961 msgid ""
4962 "You seem to have moved HEAD since the last 'am' failure.\n"
4963 "Not rewinding to ORIG_HEAD"
4964 msgstr ""
4966 #: git-am.sh:105
4967 #, sh-format
4968 msgid ""
4969 "When you have resolved this problem, run \"$cmdline --resolved\".\n"
4970 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
4971 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
4972 msgstr ""
4974 #: git-am.sh:121
4975 msgid "Cannot fall back to three-way merge."
4976 msgstr ""
4978 #: git-am.sh:137
4979 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4980 msgstr ""
4982 #: git-am.sh:139
4983 msgid "Using index info to reconstruct a base tree..."
4984 msgstr ""
4986 #: git-am.sh:154
4987 msgid ""
4988 "Did you hand edit your patch?\n"
4989 "It does not apply to blobs recorded in its index."
4990 msgstr ""
4992 #: git-am.sh:163
4993 msgid "Falling back to patching base and 3-way merge..."
4994 msgstr ""
4996 #: git-am.sh:179
4997 msgid "Failed to merge in the changes."
4998 msgstr ""
5000 #: git-am.sh:274
5001 msgid "Only one StGIT patch series can be applied at once"
5002 msgstr ""
5004 #: git-am.sh:361
5005 #, sh-format
5006 msgid "Patch format $patch_format is not supported."
5007 msgstr ""
5009 #: git-am.sh:363
5010 msgid "Patch format detection failed."
5011 msgstr ""
5013 #: git-am.sh:389
5014 msgid ""
5015 "The -b/--binary option has been a no-op for long time, and\n"
5016 "it will be removed. Please do not use it anymore."
5017 msgstr ""
5019 #: git-am.sh:477
5020 #, sh-format
5021 msgid "previous rebase directory $dotest still exists but mbox given."
5022 msgstr ""
5024 #: git-am.sh:482
5025 msgid "Please make up your mind. --skip or --abort?"
5026 msgstr ""
5028 #: git-am.sh:509
5029 msgid "Resolve operation not in progress, we are not resuming."
5030 msgstr ""
5032 #: git-am.sh:575
5033 #, sh-format
5034 msgid "Dirty index: cannot apply patches (dirty: $files)"
5035 msgstr ""
5037 #: git-am.sh:679
5038 #, sh-format
5039 msgid ""
5040 "Patch is empty.  Was it split wrong?\n"
5041 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
5042 "To restore the original branch and stop patching run \"$cmdline --abort\"."
5043 msgstr ""
5045 #: git-am.sh:706
5046 msgid "Patch does not have a valid e-mail address."
5047 msgstr ""
5049 #: git-am.sh:753
5050 msgid "cannot be interactive without stdin connected to a terminal."
5051 msgstr ""
5053 #: git-am.sh:757
5054 msgid "Commit Body is:"
5055 msgstr ""
5057 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5058 #. in your translation. The program will only accept English
5059 #. input at this point.
5060 #: git-am.sh:764
5061 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
5062 msgstr ""
5064 #: git-am.sh:800
5065 #, sh-format
5066 msgid "Applying: $FIRSTLINE"
5067 msgstr ""
5069 #: git-am.sh:821
5070 msgid ""
5071 "No changes - did you forget to use 'git add'?\n"
5072 "If there is nothing left to stage, chances are that something else\n"
5073 "already introduced the same changes; you might want to skip this patch."
5074 msgstr ""
5076 #: git-am.sh:829
5077 msgid ""
5078 "You still have unmerged paths in your index\n"
5079 "did you forget to use 'git add'?"
5080 msgstr ""
5082 #: git-am.sh:845
5083 msgid "No changes -- Patch already applied."
5084 msgstr ""
5086 #: git-am.sh:855
5087 #, sh-format
5088 msgid "Patch failed at $msgnum $FIRSTLINE"
5089 msgstr ""
5091 #: git-am.sh:876
5092 msgid "applying to an empty history"
5093 msgstr ""
5095 #: git-bisect.sh:48
5096 msgid "You need to start by \"git bisect start\""
5097 msgstr ""
5099 #. TRANSLATORS: Make sure to include [Y] and [n] in your
5100 #. translation. The program will only accept English input
5101 #. at this point.
5102 #: git-bisect.sh:54
5103 msgid "Do you want me to do it for you [Y/n]? "
5104 msgstr ""
5106 #: git-bisect.sh:95
5107 #, sh-format
5108 msgid "unrecognised option: '$arg'"
5109 msgstr ""
5111 #: git-bisect.sh:99
5112 #, sh-format
5113 msgid "'$arg' does not appear to be a valid revision"
5114 msgstr ""
5116 #: git-bisect.sh:117
5117 msgid "Bad HEAD - I need a HEAD"
5118 msgstr ""
5120 #: git-bisect.sh:130
5121 #, sh-format
5122 msgid ""
5123 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
5124 msgstr ""
5126 #: git-bisect.sh:140
5127 msgid "won't bisect on seeked tree"
5128 msgstr ""
5130 #: git-bisect.sh:144
5131 msgid "Bad HEAD - strange symbolic ref"
5132 msgstr ""
5134 #: git-bisect.sh:189
5135 #, sh-format
5136 msgid "Bad bisect_write argument: $state"
5137 msgstr ""
5139 #: git-bisect.sh:218
5140 #, sh-format
5141 msgid "Bad rev input: $arg"
5142 msgstr ""
5144 #: git-bisect.sh:232
5145 msgid "Please call 'bisect_state' with at least one argument."
5146 msgstr ""
5148 #: git-bisect.sh:244
5149 #, sh-format
5150 msgid "Bad rev input: $rev"
5151 msgstr ""
5153 #: git-bisect.sh:250
5154 msgid "'git bisect bad' can take only one argument."
5155 msgstr ""
5157 #. have bad but not good.  we could bisect although
5158 #. this is less optimum.
5159 #: git-bisect.sh:273
5160 msgid "Warning: bisecting only with a bad commit."
5161 msgstr ""
5163 #. TRANSLATORS: Make sure to include [Y] and [n] in your
5164 #. translation. The program will only accept English input
5165 #. at this point.
5166 #: git-bisect.sh:279
5167 msgid "Are you sure [Y/n]? "
5168 msgstr ""
5170 #: git-bisect.sh:289
5171 msgid ""
5172 "You need to give me at least one good and one bad revisions.\n"
5173 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5174 msgstr ""
5176 #: git-bisect.sh:292
5177 msgid ""
5178 "You need to start by \"git bisect start\".\n"
5179 "You then need to give me at least one good and one bad revisions.\n"
5180 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5181 msgstr ""
5183 #: git-bisect.sh:347 git-bisect.sh:474
5184 msgid "We are not bisecting."
5185 msgstr ""
5187 #: git-bisect.sh:354
5188 #, sh-format
5189 msgid "'$invalid' is not a valid commit"
5190 msgstr ""
5192 #: git-bisect.sh:363
5193 #, sh-format
5194 msgid ""
5195 "Could not check out original HEAD '$branch'.\n"
5196 "Try 'git bisect reset <commit>'."
5197 msgstr ""
5199 #: git-bisect.sh:390
5200 msgid "No logfile given"
5201 msgstr ""
5203 #: git-bisect.sh:391
5204 #, sh-format
5205 msgid "cannot read $file for replaying"
5206 msgstr ""
5208 #: git-bisect.sh:408
5209 msgid "?? what are you talking about?"
5210 msgstr ""
5212 #: git-bisect.sh:420
5213 #, sh-format
5214 msgid "running $command"
5215 msgstr ""
5217 #: git-bisect.sh:427
5218 #, sh-format
5219 msgid ""
5220 "bisect run failed:\n"
5221 "exit code $res from '$command' is < 0 or >= 128"
5222 msgstr ""
5224 #: git-bisect.sh:453
5225 msgid "bisect run cannot continue any more"
5226 msgstr ""
5228 #: git-bisect.sh:459
5229 #, sh-format
5230 msgid ""
5231 "bisect run failed:\n"
5232 "'bisect_state $state' exited with error code $res"
5233 msgstr ""
5235 #: git-bisect.sh:466
5236 msgid "bisect run success"
5237 msgstr ""
5239 #: git-pull.sh:21
5240 msgid ""
5241 "Pull is not possible because you have unmerged files.\n"
5242 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
5243 "as appropriate to mark resolution, or use 'git commit -a'."
5244 msgstr ""
5246 #: git-pull.sh:25
5247 msgid "Pull is not possible because you have unmerged files."
5248 msgstr ""
5250 #: git-pull.sh:197
5251 msgid "updating an unborn branch with changes added to the index"
5252 msgstr ""
5254 #. The fetch involved updating the current branch.
5255 #. The working tree and the index file is still based on the
5256 #. $orig_head commit, but we are merging into $curr_head.
5257 #. First update the working tree to match $curr_head.
5258 #: git-pull.sh:228
5259 #, sh-format
5260 msgid ""
5261 "Warning: fetch updated the current branch head.\n"
5262 "Warning: fast-forwarding your working tree from\n"
5263 "Warning: commit $orig_head."
5264 msgstr ""
5266 #: git-pull.sh:253
5267 msgid "Cannot merge multiple branches into empty head"
5268 msgstr ""
5270 #: git-pull.sh:257
5271 msgid "Cannot rebase onto multiple branches"
5272 msgstr ""
5274 #: git-rebase.sh:52
5275 msgid ""
5276 "When you have resolved this problem, run \"git rebase --continue\".\n"
5277 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
5278 "To check out the original branch and stop rebasing, run \"git rebase --abort"
5279 "\"."
5280 msgstr ""
5282 #: git-rebase.sh:159
5283 msgid "The pre-rebase hook refused to rebase."
5284 msgstr ""
5286 #: git-rebase.sh:164
5287 msgid "It looks like git-am is in progress. Cannot rebase."
5288 msgstr ""
5290 #: git-rebase.sh:295
5291 msgid "The --exec option must be used with the --interactive option"
5292 msgstr ""
5294 #: git-rebase.sh:300
5295 msgid "No rebase in progress?"
5296 msgstr ""
5298 #: git-rebase.sh:313
5299 msgid "Cannot read HEAD"
5300 msgstr ""
5302 #: git-rebase.sh:316
5303 msgid ""
5304 "You must edit all merge conflicts and then\n"
5305 "mark them as resolved using git add"
5306 msgstr ""
5308 #: git-rebase.sh:334
5309 #, sh-format
5310 msgid "Could not move back to $head_name"
5311 msgstr ""
5313 #: git-rebase.sh:350
5314 #, sh-format
5315 msgid ""
5316 "It seems that there is already a $state_dir_base directory, and\n"
5317 "I wonder if you are in the middle of another rebase.  If that is the\n"
5318 "case, please try\n"
5319 "\t$cmd_live_rebase\n"
5320 "If that is not the case, please\n"
5321 "\t$cmd_clear_stale_rebase\n"
5322 "and run me again.  I am stopping in case you still have something\n"
5323 "valuable there."
5324 msgstr ""
5326 #: git-rebase.sh:395
5327 #, sh-format
5328 msgid "invalid upstream $upstream_name"
5329 msgstr ""
5331 #: git-rebase.sh:419
5332 #, sh-format
5333 msgid "$onto_name: there are more than one merge bases"
5334 msgstr ""
5336 #: git-rebase.sh:422 git-rebase.sh:426
5337 #, sh-format
5338 msgid "$onto_name: there is no merge base"
5339 msgstr ""
5341 #: git-rebase.sh:431
5342 #, sh-format
5343 msgid "Does not point to a valid commit: $onto_name"
5344 msgstr ""
5346 #: git-rebase.sh:454
5347 #, sh-format
5348 msgid "fatal: no such branch: $branch_name"
5349 msgstr ""
5351 #: git-rebase.sh:474
5352 msgid "Please commit or stash them."
5353 msgstr ""
5355 #: git-rebase.sh:492
5356 #, sh-format
5357 msgid "Current branch $branch_name is up to date."
5358 msgstr ""
5360 #: git-rebase.sh:495
5361 #, sh-format
5362 msgid "Current branch $branch_name is up to date, rebase forced."
5363 msgstr ""
5365 #: git-rebase.sh:506
5366 #, sh-format
5367 msgid "Changes from $mb to $onto:"
5368 msgstr ""
5370 #. Detach HEAD and reset the tree
5371 #: git-rebase.sh:515
5372 msgid "First, rewinding head to replay your work on top of it..."
5373 msgstr ""
5375 #: git-rebase.sh:523
5376 #, sh-format
5377 msgid "Fast-forwarded $branch_name to $onto_name."
5378 msgstr ""
5380 #: git-stash.sh:51
5381 msgid "git stash clear with parameters is unimplemented"
5382 msgstr ""
5384 #: git-stash.sh:74
5385 msgid "You do not have the initial commit yet"
5386 msgstr ""
5388 #: git-stash.sh:89
5389 msgid "Cannot save the current index state"
5390 msgstr ""
5392 #: git-stash.sh:123 git-stash.sh:136
5393 msgid "Cannot save the current worktree state"
5394 msgstr ""
5396 #: git-stash.sh:140
5397 msgid "No changes selected"
5398 msgstr ""
5400 #: git-stash.sh:143
5401 msgid "Cannot remove temporary index (can't happen)"
5402 msgstr ""
5404 #: git-stash.sh:156
5405 msgid "Cannot record working tree state"
5406 msgstr ""
5408 #. TRANSLATORS: $option is an invalid option, like
5409 #. `--blah-blah'. The 7 spaces at the beginning of the
5410 #. second line correspond to "error: ". So you should line
5411 #. up the second line with however many characters the
5412 #. translation of "error: " takes in your language. E.g. in
5413 #. English this is:
5415 #. $ git stash save --blah-blah 2>&1 | head -n 2
5416 #. error: unknown option for 'stash save': --blah-blah
5417 #. To provide a message, use git stash save -- '--blah-blah'
5418 #: git-stash.sh:202
5419 #, sh-format
5420 msgid ""
5421 "error: unknown option for 'stash save': $option\n"
5422 "       To provide a message, use git stash save -- '$option'"
5423 msgstr ""
5425 #: git-stash.sh:223
5426 msgid "No local changes to save"
5427 msgstr ""
5429 #: git-stash.sh:227
5430 msgid "Cannot initialize stash"
5431 msgstr ""
5433 #: git-stash.sh:235
5434 msgid "Cannot save the current status"
5435 msgstr ""
5437 #: git-stash.sh:253
5438 msgid "Cannot remove worktree changes"
5439 msgstr ""
5441 #: git-stash.sh:352
5442 msgid "No stash found."
5443 msgstr ""
5445 #: git-stash.sh:359
5446 #, sh-format
5447 msgid "Too many revisions specified: $REV"
5448 msgstr ""
5450 #: git-stash.sh:365
5451 #, sh-format
5452 msgid "$reference is not valid reference"
5453 msgstr ""
5455 #: git-stash.sh:393
5456 #, sh-format
5457 msgid "'$args' is not a stash-like commit"
5458 msgstr ""
5460 #: git-stash.sh:404
5461 #, sh-format
5462 msgid "'$args' is not a stash reference"
5463 msgstr ""
5465 #: git-stash.sh:412
5466 msgid "unable to refresh index"
5467 msgstr ""
5469 #: git-stash.sh:416
5470 msgid "Cannot apply a stash in the middle of a merge"
5471 msgstr ""
5473 #: git-stash.sh:424
5474 msgid "Conflicts in index. Try without --index."
5475 msgstr ""
5477 #: git-stash.sh:426
5478 msgid "Could not save index tree"
5479 msgstr ""
5481 #: git-stash.sh:460
5482 msgid "Cannot unstage modified files"
5483 msgstr ""
5485 #: git-stash.sh:474
5486 msgid "Index was not unstashed."
5487 msgstr ""
5489 #: git-stash.sh:491
5490 #, sh-format
5491 msgid "Dropped ${REV} ($s)"
5492 msgstr ""
5494 #: git-stash.sh:492
5495 #, sh-format
5496 msgid "${REV}: Could not drop stash entry"
5497 msgstr ""
5499 #: git-stash.sh:499
5500 msgid "No branch name specified"
5501 msgstr ""
5503 #: git-stash.sh:570
5504 msgid "(To restore them type \"git stash apply\")"
5505 msgstr ""
5507 #: git-submodule.sh:88
5508 #, sh-format
5509 msgid "cannot strip one component off url '$remoteurl'"
5510 msgstr ""
5512 #: git-submodule.sh:145
5513 #, sh-format
5514 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
5515 msgstr ""
5517 #: git-submodule.sh:189
5518 #, sh-format
5519 msgid "Clone of '$url' into submodule path '$sm_path' failed"
5520 msgstr ""
5522 #: git-submodule.sh:201
5523 #, sh-format
5524 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5525 msgstr ""
5527 #: git-submodule.sh:290
5528 #, sh-format
5529 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5530 msgstr ""
5532 #: git-submodule.sh:307
5533 #, sh-format
5534 msgid "'$sm_path' already exists in the index"
5535 msgstr ""
5537 #: git-submodule.sh:311
5538 #, sh-format
5539 msgid ""
5540 "The following path is ignored by one of your .gitignore files:\n"
5541 "$sm_path\n"
5542 "Use -f if you really want to add it."
5543 msgstr ""
5545 #: git-submodule.sh:322
5546 #, sh-format
5547 msgid "Adding existing repo at '$sm_path' to the index"
5548 msgstr ""
5550 #: git-submodule.sh:324
5551 #, sh-format
5552 msgid "'$sm_path' already exists and is not a valid git repo"
5553 msgstr ""
5555 #: git-submodule.sh:338
5556 #, sh-format
5557 msgid "Unable to checkout submodule '$sm_path'"
5558 msgstr ""
5560 #: git-submodule.sh:343
5561 #, sh-format
5562 msgid "Failed to add submodule '$sm_path'"
5563 msgstr ""
5565 #: git-submodule.sh:348
5566 #, sh-format
5567 msgid "Failed to register submodule '$sm_path'"
5568 msgstr ""
5570 #: git-submodule.sh:390
5571 #, sh-format
5572 msgid "Entering '$prefix$sm_path'"
5573 msgstr ""
5575 #: git-submodule.sh:404
5576 #, sh-format
5577 msgid "Stopping at '$sm_path'; script returned non-zero status."
5578 msgstr ""
5580 #: git-submodule.sh:447
5581 #, sh-format
5582 msgid "No url found for submodule path '$sm_path' in .gitmodules"
5583 msgstr ""
5585 #: git-submodule.sh:456
5586 #, sh-format
5587 msgid "Failed to register url for submodule path '$sm_path'"
5588 msgstr ""
5590 #: git-submodule.sh:458
5591 #, sh-format
5592 msgid "Submodule '$name' ($url) registered for path '$sm_path'"
5593 msgstr ""
5595 #: git-submodule.sh:466
5596 #, sh-format
5597 msgid "Failed to register update mode for submodule path '$sm_path'"
5598 msgstr ""
5600 #: git-submodule.sh:565
5601 #, sh-format
5602 msgid ""
5603 "Submodule path '$sm_path' not initialized\n"
5604 "Maybe you want to use 'update --init'?"
5605 msgstr ""
5607 #: git-submodule.sh:578
5608 #, sh-format
5609 msgid "Unable to find current revision in submodule path '$sm_path'"
5610 msgstr ""
5612 #: git-submodule.sh:597
5613 #, sh-format
5614 msgid "Unable to fetch in submodule path '$sm_path'"
5615 msgstr ""
5617 #: git-submodule.sh:611
5618 #, sh-format
5619 msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
5620 msgstr ""
5622 #: git-submodule.sh:612
5623 #, sh-format
5624 msgid "Submodule path '$sm_path': rebased into '$sha1'"
5625 msgstr ""
5627 #: git-submodule.sh:617
5628 #, sh-format
5629 msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
5630 msgstr ""
5632 #: git-submodule.sh:618
5633 #, sh-format
5634 msgid "Submodule path '$sm_path': merged in '$sha1'"
5635 msgstr ""
5637 #: git-submodule.sh:623
5638 #, sh-format
5639 msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
5640 msgstr ""
5642 #: git-submodule.sh:624
5643 #, sh-format
5644 msgid "Submodule path '$sm_path': checked out '$sha1'"
5645 msgstr ""
5647 #: git-submodule.sh:646 git-submodule.sh:969
5648 #, sh-format
5649 msgid "Failed to recurse into submodule path '$sm_path'"
5650 msgstr ""
5652 #: git-submodule.sh:754
5653 msgid "The --cached option cannot be used with the --files option"
5654 msgstr ""
5656 #. unexpected type
5657 #: git-submodule.sh:794
5658 #, sh-format
5659 msgid "unexpected mode $mod_dst"
5660 msgstr ""
5662 #: git-submodule.sh:812
5663 #, sh-format
5664 msgid "  Warn: $name doesn't contain commit $sha1_src"
5665 msgstr ""
5667 #: git-submodule.sh:815
5668 #, sh-format
5669 msgid "  Warn: $name doesn't contain commit $sha1_dst"
5670 msgstr ""
5672 #: git-submodule.sh:818
5673 #, sh-format
5674 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5675 msgstr ""
5677 #: git-submodule.sh:843
5678 msgid "blob"
5679 msgstr ""
5681 #: git-submodule.sh:881
5682 msgid "# Submodules changed but not updated:"
5683 msgstr ""
5685 #: git-submodule.sh:883
5686 msgid "# Submodule changes to be committed:"
5687 msgstr ""
5689 #: git-submodule.sh:1027
5690 #, sh-format
5691 msgid "Synchronizing submodule url for '$name'"
5692 msgstr ""