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