Sync with 'maint'
[git/jnareb-git.git] / po / git.pot
blob0ca230e27058c366c23b91916dac27bac998d742
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: 2013-02-14 14:46+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:49
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:79
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 #: archive.c:10
39 msgid "git archive [options] <tree-ish> [<path>...]"
40 msgstr ""
42 #: archive.c:11
43 msgid "git archive --list"
44 msgstr ""
46 #: archive.c:12
47 msgid ""
48 "git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
49 msgstr ""
51 #: archive.c:13
52 msgid "git archive --remote <repo> [--exec <cmd>] --list"
53 msgstr ""
55 #: archive.c:323
56 msgid "fmt"
57 msgstr ""
59 #: archive.c:323
60 msgid "archive format"
61 msgstr ""
63 #: archive.c:324 builtin/log.c:1115
64 msgid "prefix"
65 msgstr ""
67 #: archive.c:325
68 msgid "prepend prefix to each pathname in the archive"
69 msgstr ""
71 #: archive.c:326 builtin/archive.c:91 builtin/blame.c:2366
72 #: builtin/blame.c:2367 builtin/config.c:55 builtin/fast-export.c:653
73 #: builtin/fast-export.c:655 builtin/grep.c:715 builtin/hash-object.c:77
74 #: builtin/ls-files.c:497 builtin/ls-files.c:500 builtin/notes.c:536
75 #: builtin/notes.c:693 builtin/read-tree.c:107 parse-options.h:149
76 msgid "file"
77 msgstr ""
79 #: archive.c:327 builtin/archive.c:92
80 msgid "write the archive to this file"
81 msgstr ""
83 #: archive.c:329
84 msgid "read .gitattributes in working directory"
85 msgstr ""
87 #: archive.c:330
88 msgid "report archived files on stderr"
89 msgstr ""
91 #: archive.c:331
92 msgid "store only"
93 msgstr ""
95 #: archive.c:332
96 msgid "compress faster"
97 msgstr ""
99 #: archive.c:340
100 msgid "compress better"
101 msgstr ""
103 #: archive.c:343
104 msgid "list supported archive formats"
105 msgstr ""
107 #: archive.c:345 builtin/archive.c:93 builtin/clone.c:85
108 msgid "repo"
109 msgstr ""
111 #: archive.c:346 builtin/archive.c:94
112 msgid "retrieve the archive from remote repository <repo>"
113 msgstr ""
115 #: archive.c:347 builtin/archive.c:95 builtin/notes.c:615
116 msgid "command"
117 msgstr ""
119 #: archive.c:348 builtin/archive.c:96
120 msgid "path to the remote git-upload-archive command"
121 msgstr ""
123 #: attr.c:259
124 msgid ""
125 "Negative patterns are forbidden in git attributes\n"
126 "Use '\\!' for literal leading exclamation."
127 msgstr ""
129 #: bundle.c:36
130 #, c-format
131 msgid "'%s' does not look like a v2 bundle file"
132 msgstr ""
134 #: bundle.c:63
135 #, c-format
136 msgid "unrecognized header: %s%s (%d)"
137 msgstr ""
139 #: bundle.c:89 builtin/commit.c:674
140 #, c-format
141 msgid "could not open '%s'"
142 msgstr ""
144 #: bundle.c:140
145 msgid "Repository lacks these prerequisite commits:"
146 msgstr ""
148 #: bundle.c:164 sequencer.c:566 sequencer.c:998 builtin/log.c:299
149 #: builtin/log.c:751 builtin/log.c:1358 builtin/log.c:1574 builtin/merge.c:347
150 #: builtin/shortlog.c:157
151 msgid "revision walk setup failed"
152 msgstr ""
154 #: bundle.c:186
155 #, c-format
156 msgid "The bundle contains %d ref"
157 msgid_plural "The bundle contains %d refs"
158 msgstr[0] ""
159 msgstr[1] ""
161 #: bundle.c:192
162 msgid "The bundle records a complete history."
163 msgstr ""
165 #: bundle.c:195
166 #, c-format
167 msgid "The bundle requires this ref"
168 msgid_plural "The bundle requires these %d refs"
169 msgstr[0] ""
170 msgstr[1] ""
172 #: bundle.c:294
173 msgid "rev-list died"
174 msgstr ""
176 #: bundle.c:300 builtin/log.c:1254 builtin/shortlog.c:260
177 #, c-format
178 msgid "unrecognized argument: %s"
179 msgstr ""
181 #: bundle.c:335
182 #, c-format
183 msgid "ref '%s' is excluded by the rev-list options"
184 msgstr ""
186 #: bundle.c:380
187 msgid "Refusing to create empty bundle."
188 msgstr ""
190 #: bundle.c:398
191 msgid "Could not spawn pack-objects"
192 msgstr ""
194 #: bundle.c:416
195 msgid "pack-objects died"
196 msgstr ""
198 #: bundle.c:419
199 #, c-format
200 msgid "cannot create '%s'"
201 msgstr ""
203 #: bundle.c:441
204 msgid "index-pack died"
205 msgstr ""
207 #: commit.c:50
208 #, c-format
209 msgid "could not parse %s"
210 msgstr ""
212 #: commit.c:52
213 #, c-format
214 msgid "%s %s is not a commit!"
215 msgstr ""
217 #: compat/obstack.c:406 compat/obstack.c:408
218 msgid "memory exhausted"
219 msgstr ""
221 #: connected.c:39
222 msgid "Could not run 'git rev-list'"
223 msgstr ""
225 #: connected.c:48
226 #, c-format
227 msgid "failed write to rev-list: %s"
228 msgstr ""
230 #: connected.c:56
231 #, c-format
232 msgid "failed to close rev-list's stdin: %s"
233 msgstr ""
235 #: date.c:95
236 msgid "in the future"
237 msgstr ""
239 #: date.c:101
240 #, c-format
241 msgid "%lu second ago"
242 msgid_plural "%lu seconds ago"
243 msgstr[0] ""
244 msgstr[1] ""
246 #: date.c:108
247 #, c-format
248 msgid "%lu minute ago"
249 msgid_plural "%lu minutes ago"
250 msgstr[0] ""
251 msgstr[1] ""
253 #: date.c:115
254 #, c-format
255 msgid "%lu hour ago"
256 msgid_plural "%lu hours ago"
257 msgstr[0] ""
258 msgstr[1] ""
260 #: date.c:122
261 #, c-format
262 msgid "%lu day ago"
263 msgid_plural "%lu days ago"
264 msgstr[0] ""
265 msgstr[1] ""
267 #: date.c:128
268 #, c-format
269 msgid "%lu week ago"
270 msgid_plural "%lu weeks ago"
271 msgstr[0] ""
272 msgstr[1] ""
274 #: date.c:135
275 #, c-format
276 msgid "%lu month ago"
277 msgid_plural "%lu months ago"
278 msgstr[0] ""
279 msgstr[1] ""
281 #: date.c:146
282 #, c-format
283 msgid "%lu year"
284 msgid_plural "%lu years"
285 msgstr[0] ""
286 msgstr[1] ""
288 #: date.c:149
289 #, c-format
290 msgid "%s, %lu month ago"
291 msgid_plural "%s, %lu months ago"
292 msgstr[0] ""
293 msgstr[1] ""
295 #: date.c:154 date.c:159
296 #, c-format
297 msgid "%lu year ago"
298 msgid_plural "%lu years ago"
299 msgstr[0] ""
300 msgstr[1] ""
302 #: diff.c:111
303 #, c-format
304 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
305 msgstr ""
307 #: diff.c:116
308 #, c-format
309 msgid "  Unknown dirstat parameter '%s'\n"
310 msgstr ""
312 #: diff.c:194
313 #, c-format
314 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
315 msgstr ""
317 #: diff.c:237
318 #, c-format
319 msgid ""
320 "Found errors in 'diff.dirstat' config variable:\n"
321 "%s"
322 msgstr ""
324 #: diff.c:3494
325 #, c-format
326 msgid ""
327 "Failed to parse --dirstat/-X option parameter:\n"
328 "%s"
329 msgstr ""
331 #: diff.c:3508
332 #, c-format
333 msgid "Failed to parse --submodule option parameter: '%s'"
334 msgstr ""
336 #: gpg-interface.c:59 gpg-interface.c:127
337 msgid "could not run gpg."
338 msgstr ""
340 #: gpg-interface.c:71
341 msgid "gpg did not accept the data"
342 msgstr ""
344 #: gpg-interface.c:82
345 msgid "gpg failed to sign the data"
346 msgstr ""
348 #: gpg-interface.c:112
349 #, c-format
350 msgid "could not create temporary file '%s': %s"
351 msgstr ""
353 #: gpg-interface.c:115
354 #, c-format
355 msgid "failed writing detached signature to '%s': %s"
356 msgstr ""
358 #: grep.c:1622
359 #, c-format
360 msgid "'%s': unable to read %s"
361 msgstr ""
363 #: grep.c:1639
364 #, c-format
365 msgid "'%s': %s"
366 msgstr ""
368 #: grep.c:1650
369 #, c-format
370 msgid "'%s': short read %s"
371 msgstr ""
373 #: help.c:212
374 #, c-format
375 msgid "available git commands in '%s'"
376 msgstr ""
378 #: help.c:219
379 msgid "git commands available from elsewhere on your $PATH"
380 msgstr ""
382 #: help.c:235
383 msgid "The most commonly used git commands are:"
384 msgstr ""
386 #: help.c:292
387 #, c-format
388 msgid ""
389 "'%s' appears to be a git command, but we were not\n"
390 "able to execute it. Maybe git-%s is broken?"
391 msgstr ""
393 #: help.c:349
394 msgid "Uh oh. Your system reports no Git commands at all."
395 msgstr ""
397 #: help.c:371
398 #, c-format
399 msgid ""
400 "WARNING: You called a Git command named '%s', which does not exist.\n"
401 "Continuing under the assumption that you meant '%s'"
402 msgstr ""
404 #: help.c:376
405 #, c-format
406 msgid "in %0.1f seconds automatically..."
407 msgstr ""
409 #: help.c:383
410 #, c-format
411 msgid "git: '%s' is not a git command. See 'git --help'."
412 msgstr ""
414 #: help.c:387
415 msgid ""
416 "\n"
417 "Did you mean this?"
418 msgid_plural ""
419 "\n"
420 "Did you mean one of these?"
421 msgstr[0] ""
422 msgstr[1] ""
424 #: merge.c:56
425 msgid "failed to read the cache"
426 msgstr ""
428 #: merge.c:110 builtin/checkout.c:333 builtin/checkout.c:534
429 #: builtin/clone.c:586
430 msgid "unable to write new index file"
431 msgstr ""
433 #: merge-recursive.c:190
434 #, c-format
435 msgid "(bad commit)\n"
436 msgstr ""
438 #: merge-recursive.c:206
439 #, c-format
440 msgid "addinfo_cache failed for path '%s'"
441 msgstr ""
443 #: merge-recursive.c:268
444 msgid "error building trees"
445 msgstr ""
447 #: merge-recursive.c:672
448 #, c-format
449 msgid "failed to create path '%s'%s"
450 msgstr ""
452 #: merge-recursive.c:683
453 #, c-format
454 msgid "Removing %s to make room for subdirectory\n"
455 msgstr ""
457 #. something else exists
458 #. .. but not some other error (who really cares what?)
459 #: merge-recursive.c:697 merge-recursive.c:718
460 msgid ": perhaps a D/F conflict?"
461 msgstr ""
463 #: merge-recursive.c:708
464 #, c-format
465 msgid "refusing to lose untracked file at '%s'"
466 msgstr ""
468 #: merge-recursive.c:748
469 #, c-format
470 msgid "cannot read object %s '%s'"
471 msgstr ""
473 #: merge-recursive.c:750
474 #, c-format
475 msgid "blob expected for %s '%s'"
476 msgstr ""
478 #: merge-recursive.c:773 builtin/clone.c:302
479 #, c-format
480 msgid "failed to open '%s'"
481 msgstr ""
483 #: merge-recursive.c:781
484 #, c-format
485 msgid "failed to symlink '%s'"
486 msgstr ""
488 #: merge-recursive.c:784
489 #, c-format
490 msgid "do not know what to do with %06o %s '%s'"
491 msgstr ""
493 #: merge-recursive.c:922
494 msgid "Failed to execute internal merge"
495 msgstr ""
497 #: merge-recursive.c:926
498 #, c-format
499 msgid "Unable to add %s to database"
500 msgstr ""
502 #: merge-recursive.c:942
503 msgid "unsupported object type in the tree"
504 msgstr ""
506 #: merge-recursive.c:1021 merge-recursive.c:1035
507 #, c-format
508 msgid ""
509 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
510 "in tree."
511 msgstr ""
513 #: merge-recursive.c:1027 merge-recursive.c:1040
514 #, c-format
515 msgid ""
516 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
517 "in tree at %s."
518 msgstr ""
520 #: merge-recursive.c:1081
521 msgid "rename"
522 msgstr ""
524 #: merge-recursive.c:1081
525 msgid "renamed"
526 msgstr ""
528 #: merge-recursive.c:1137
529 #, c-format
530 msgid "%s is a directory in %s adding as %s instead"
531 msgstr ""
533 #: merge-recursive.c:1159
534 #, c-format
535 msgid ""
536 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
537 "\"->\"%s\" in \"%s\"%s"
538 msgstr ""
540 #: merge-recursive.c:1164
541 msgid " (left unresolved)"
542 msgstr ""
544 #: merge-recursive.c:1218
545 #, c-format
546 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
547 msgstr ""
549 #: merge-recursive.c:1248
550 #, c-format
551 msgid "Renaming %s to %s and %s to %s instead"
552 msgstr ""
554 #: merge-recursive.c:1447
555 #, c-format
556 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
557 msgstr ""
559 #: merge-recursive.c:1457
560 #, c-format
561 msgid "Adding merged %s"
562 msgstr ""
564 #: merge-recursive.c:1462 merge-recursive.c:1660
565 #, c-format
566 msgid "Adding as %s instead"
567 msgstr ""
569 #: merge-recursive.c:1513
570 #, c-format
571 msgid "cannot read object %s"
572 msgstr ""
574 #: merge-recursive.c:1516
575 #, c-format
576 msgid "object %s is not a blob"
577 msgstr ""
579 #: merge-recursive.c:1564
580 msgid "modify"
581 msgstr ""
583 #: merge-recursive.c:1564
584 msgid "modified"
585 msgstr ""
587 #: merge-recursive.c:1574
588 msgid "content"
589 msgstr ""
591 #: merge-recursive.c:1581
592 msgid "add/add"
593 msgstr ""
595 #: merge-recursive.c:1615
596 #, c-format
597 msgid "Skipped %s (merged same as existing)"
598 msgstr ""
600 #: merge-recursive.c:1629
601 #, c-format
602 msgid "Auto-merging %s"
603 msgstr ""
605 #: merge-recursive.c:1633 git-submodule.sh:942
606 msgid "submodule"
607 msgstr ""
609 #: merge-recursive.c:1634
610 #, c-format
611 msgid "CONFLICT (%s): Merge conflict in %s"
612 msgstr ""
614 #: merge-recursive.c:1724
615 #, c-format
616 msgid "Removing %s"
617 msgstr ""
619 #: merge-recursive.c:1749
620 msgid "file/directory"
621 msgstr ""
623 #: merge-recursive.c:1755
624 msgid "directory/file"
625 msgstr ""
627 #: merge-recursive.c:1760
628 #, c-format
629 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
630 msgstr ""
632 #: merge-recursive.c:1770
633 #, c-format
634 msgid "Adding %s"
635 msgstr ""
637 #: merge-recursive.c:1787
638 msgid "Fatal merge failure, shouldn't happen."
639 msgstr ""
641 #: merge-recursive.c:1806
642 msgid "Already up-to-date!"
643 msgstr ""
645 #: merge-recursive.c:1815
646 #, c-format
647 msgid "merging of trees %s and %s failed"
648 msgstr ""
650 #: merge-recursive.c:1845
651 #, c-format
652 msgid "Unprocessed path??? %s"
653 msgstr ""
655 #: merge-recursive.c:1890
656 msgid "Merging:"
657 msgstr ""
659 #: merge-recursive.c:1903
660 #, c-format
661 msgid "found %u common ancestor:"
662 msgid_plural "found %u common ancestors:"
663 msgstr[0] ""
664 msgstr[1] ""
666 #: merge-recursive.c:1940
667 msgid "merge returned no commit"
668 msgstr ""
670 #: merge-recursive.c:1997
671 #, c-format
672 msgid "Could not parse object '%s'"
673 msgstr ""
675 #: merge-recursive.c:2009 builtin/merge.c:643
676 msgid "Unable to write index."
677 msgstr ""
679 #: parse-options.c:485
680 msgid "..."
681 msgstr ""
683 #: parse-options.c:503
684 #, c-format
685 msgid "usage: %s"
686 msgstr ""
688 #. TRANSLATORS: the colon here should align with the
689 #. one in "usage: %s" translation
690 #: parse-options.c:507
691 #, c-format
692 msgid "   or: %s"
693 msgstr ""
695 #: parse-options.c:510
696 #, c-format
697 msgid "    %s"
698 msgstr ""
700 #: pathspec.c:83
701 #, c-format
702 msgid "Path '%s' is in submodule '%.*s'"
703 msgstr ""
705 #: pathspec.c:99
706 #, c-format
707 msgid "'%s' is beyond a symbolic link"
708 msgstr ""
710 #: remote.c:1653
711 #, c-format
712 msgid "Your branch is ahead of '%s' by %d commit.\n"
713 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
714 msgstr[0] ""
715 msgstr[1] ""
717 #: remote.c:1659
718 msgid "  (use \"git push\" to publish your local commits)\n"
719 msgstr ""
721 #: remote.c:1662
722 #, c-format
723 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
724 msgid_plural ""
725 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
726 msgstr[0] ""
727 msgstr[1] ""
729 #: remote.c:1670
730 msgid "  (use \"git pull\" to update your local branch)\n"
731 msgstr ""
733 #: remote.c:1673
734 #, c-format
735 msgid ""
736 "Your branch and '%s' have diverged,\n"
737 "and have %d and %d different commit each, respectively.\n"
738 msgid_plural ""
739 "Your branch and '%s' have diverged,\n"
740 "and have %d and %d different commits each, respectively.\n"
741 msgstr[0] ""
742 msgstr[1] ""
744 #: remote.c:1683
745 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
746 msgstr ""
748 #: sequencer.c:123 builtin/merge.c:761 builtin/merge.c:874 builtin/merge.c:984
749 #: builtin/merge.c:994
750 #, c-format
751 msgid "Could not open '%s' for writing"
752 msgstr ""
754 #: sequencer.c:125 builtin/merge.c:333 builtin/merge.c:764 builtin/merge.c:986
755 #: builtin/merge.c:999
756 #, c-format
757 msgid "Could not write to '%s'"
758 msgstr ""
760 #: sequencer.c:146
761 msgid ""
762 "after resolving the conflicts, mark the corrected paths\n"
763 "with 'git add <paths>' or 'git rm <paths>'"
764 msgstr ""
766 #: sequencer.c:149
767 msgid ""
768 "after resolving the conflicts, mark the corrected paths\n"
769 "with 'git add <paths>' or 'git rm <paths>'\n"
770 "and commit the result with 'git commit'"
771 msgstr ""
773 #: sequencer.c:162 sequencer.c:774 sequencer.c:857
774 #, c-format
775 msgid "Could not write to %s"
776 msgstr ""
778 #: sequencer.c:165
779 #, c-format
780 msgid "Error wrapping up %s"
781 msgstr ""
783 #: sequencer.c:180
784 msgid "Your local changes would be overwritten by cherry-pick."
785 msgstr ""
787 #: sequencer.c:182
788 msgid "Your local changes would be overwritten by revert."
789 msgstr ""
791 #: sequencer.c:185
792 msgid "Commit your changes or stash them to proceed."
793 msgstr ""
795 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
796 #: sequencer.c:236
797 #, c-format
798 msgid "%s: Unable to write new index file"
799 msgstr ""
801 #: sequencer.c:267
802 msgid "Could not resolve HEAD commit\n"
803 msgstr ""
805 #: sequencer.c:288
806 msgid "Unable to update cache tree\n"
807 msgstr ""
809 #: sequencer.c:333
810 #, c-format
811 msgid "Could not parse commit %s\n"
812 msgstr ""
814 #: sequencer.c:338
815 #, c-format
816 msgid "Could not parse parent commit %s\n"
817 msgstr ""
819 #: sequencer.c:404
820 msgid "Your index file is unmerged."
821 msgstr ""
823 #: sequencer.c:423
824 #, c-format
825 msgid "Commit %s is a merge but no -m option was given."
826 msgstr ""
828 #: sequencer.c:431
829 #, c-format
830 msgid "Commit %s does not have parent %d"
831 msgstr ""
833 #: sequencer.c:435
834 #, c-format
835 msgid "Mainline was specified but commit %s is not a merge."
836 msgstr ""
838 #. TRANSLATORS: The first %s will be "revert" or
839 #. "cherry-pick", the second %s a SHA1
840 #: sequencer.c:448
841 #, c-format
842 msgid "%s: cannot parse parent commit %s"
843 msgstr ""
845 #: sequencer.c:452
846 #, c-format
847 msgid "Cannot get commit message for %s"
848 msgstr ""
850 #: sequencer.c:536
851 #, c-format
852 msgid "could not revert %s... %s"
853 msgstr ""
855 #: sequencer.c:537
856 #, c-format
857 msgid "could not apply %s... %s"
858 msgstr ""
860 #: sequencer.c:569
861 msgid "empty commit set passed"
862 msgstr ""
864 #: sequencer.c:577
865 #, c-format
866 msgid "git %s: failed to read the index"
867 msgstr ""
869 #: sequencer.c:582
870 #, c-format
871 msgid "git %s: failed to refresh the index"
872 msgstr ""
874 #: sequencer.c:640
875 #, c-format
876 msgid "Cannot %s during a %s"
877 msgstr ""
879 #: sequencer.c:662
880 #, c-format
881 msgid "Could not parse line %d."
882 msgstr ""
884 #: sequencer.c:667
885 msgid "No commits parsed."
886 msgstr ""
888 #: sequencer.c:680
889 #, c-format
890 msgid "Could not open %s"
891 msgstr ""
893 #: sequencer.c:684
894 #, c-format
895 msgid "Could not read %s."
896 msgstr ""
898 #: sequencer.c:691
899 #, c-format
900 msgid "Unusable instruction sheet: %s"
901 msgstr ""
903 #: sequencer.c:719
904 #, c-format
905 msgid "Invalid key: %s"
906 msgstr ""
908 #: sequencer.c:722
909 #, c-format
910 msgid "Invalid value for %s: %s"
911 msgstr ""
913 #: sequencer.c:734
914 #, c-format
915 msgid "Malformed options sheet: %s"
916 msgstr ""
918 #: sequencer.c:755
919 msgid "a cherry-pick or revert is already in progress"
920 msgstr ""
922 #: sequencer.c:756
923 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
924 msgstr ""
926 #: sequencer.c:760
927 #, c-format
928 msgid "Could not create sequencer directory %s"
929 msgstr ""
931 #: sequencer.c:776 sequencer.c:861
932 #, c-format
933 msgid "Error wrapping up %s."
934 msgstr ""
936 #: sequencer.c:795 sequencer.c:929
937 msgid "no cherry-pick or revert in progress"
938 msgstr ""
940 #: sequencer.c:797
941 msgid "cannot resolve HEAD"
942 msgstr ""
944 #: sequencer.c:799
945 msgid "cannot abort from a branch yet to be born"
946 msgstr ""
948 #: sequencer.c:821 builtin/apply.c:4020
949 #, c-format
950 msgid "cannot open %s: %s"
951 msgstr ""
953 #: sequencer.c:824
954 #, c-format
955 msgid "cannot read %s: %s"
956 msgstr ""
958 #: sequencer.c:825
959 msgid "unexpected end of file"
960 msgstr ""
962 #: sequencer.c:831
963 #, c-format
964 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
965 msgstr ""
967 #: sequencer.c:854
968 #, c-format
969 msgid "Could not format %s."
970 msgstr ""
972 #: sequencer.c:1016
973 msgid "Can't revert as initial commit"
974 msgstr ""
976 #: sequencer.c:1017
977 msgid "Can't cherry-pick into empty head"
978 msgstr ""
980 #: sha1_name.c:1044
981 msgid "HEAD does not point to a branch"
982 msgstr ""
984 #: sha1_name.c:1047
985 #, c-format
986 msgid "No such branch: '%s'"
987 msgstr ""
989 #: sha1_name.c:1049
990 #, c-format
991 msgid "No upstream configured for branch '%s'"
992 msgstr ""
994 #: sha1_name.c:1052
995 #, c-format
996 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
997 msgstr ""
999 #: wrapper.c:408
1000 #, c-format
1001 msgid "unable to access '%s': %s"
1002 msgstr ""
1004 #: wrapper.c:423
1005 #, c-format
1006 msgid "unable to access '%s'"
1007 msgstr ""
1009 #: wrapper.c:434
1010 #, c-format
1011 msgid "unable to look up current user in the passwd file: %s"
1012 msgstr ""
1014 #: wrapper.c:435
1015 msgid "no such user"
1016 msgstr ""
1018 #: wt-status.c:140
1019 msgid "Unmerged paths:"
1020 msgstr ""
1022 #: wt-status.c:167 wt-status.c:194
1023 #, c-format
1024 msgid "  (use \"git reset %s <file>...\" to unstage)"
1025 msgstr ""
1027 #: wt-status.c:169 wt-status.c:196
1028 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1029 msgstr ""
1031 #: wt-status.c:173
1032 msgid "  (use \"git add <file>...\" to mark resolution)"
1033 msgstr ""
1035 #: wt-status.c:175 wt-status.c:179
1036 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1037 msgstr ""
1039 #: wt-status.c:177
1040 msgid "  (use \"git rm <file>...\" to mark resolution)"
1041 msgstr ""
1043 #: wt-status.c:188
1044 msgid "Changes to be committed:"
1045 msgstr ""
1047 #: wt-status.c:206
1048 msgid "Changes not staged for commit:"
1049 msgstr ""
1051 #: wt-status.c:210
1052 msgid "  (use \"git add <file>...\" to update what will be committed)"
1053 msgstr ""
1055 #: wt-status.c:212
1056 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1057 msgstr ""
1059 #: wt-status.c:213
1060 msgid ""
1061 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1062 msgstr ""
1064 #: wt-status.c:215
1065 msgid "  (commit or discard the untracked or modified content in submodules)"
1066 msgstr ""
1068 #: wt-status.c:227
1069 #, c-format
1070 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1071 msgstr ""
1073 #: wt-status.c:244
1074 msgid "bug"
1075 msgstr ""
1077 #: wt-status.c:249
1078 msgid "both deleted:"
1079 msgstr ""
1081 #: wt-status.c:250
1082 msgid "added by us:"
1083 msgstr ""
1085 #: wt-status.c:251
1086 msgid "deleted by them:"
1087 msgstr ""
1089 #: wt-status.c:252
1090 msgid "added by them:"
1091 msgstr ""
1093 #: wt-status.c:253
1094 msgid "deleted by us:"
1095 msgstr ""
1097 #: wt-status.c:254
1098 msgid "both added:"
1099 msgstr ""
1101 #: wt-status.c:255
1102 msgid "both modified:"
1103 msgstr ""
1105 #: wt-status.c:285
1106 msgid "new commits, "
1107 msgstr ""
1109 #: wt-status.c:287
1110 msgid "modified content, "
1111 msgstr ""
1113 #: wt-status.c:289
1114 msgid "untracked content, "
1115 msgstr ""
1117 #: wt-status.c:303
1118 #, c-format
1119 msgid "new file:   %s"
1120 msgstr ""
1122 #: wt-status.c:306
1123 #, c-format
1124 msgid "copied:     %s -> %s"
1125 msgstr ""
1127 #: wt-status.c:309
1128 #, c-format
1129 msgid "deleted:    %s"
1130 msgstr ""
1132 #: wt-status.c:312
1133 #, c-format
1134 msgid "modified:   %s"
1135 msgstr ""
1137 #: wt-status.c:315
1138 #, c-format
1139 msgid "renamed:    %s -> %s"
1140 msgstr ""
1142 #: wt-status.c:318
1143 #, c-format
1144 msgid "typechange: %s"
1145 msgstr ""
1147 #: wt-status.c:321
1148 #, c-format
1149 msgid "unknown:    %s"
1150 msgstr ""
1152 #: wt-status.c:324
1153 #, c-format
1154 msgid "unmerged:   %s"
1155 msgstr ""
1157 #: wt-status.c:327
1158 #, c-format
1159 msgid "bug: unhandled diff status %c"
1160 msgstr ""
1162 #: wt-status.c:789
1163 msgid "You have unmerged paths."
1164 msgstr ""
1166 #: wt-status.c:792 wt-status.c:916
1167 msgid "  (fix conflicts and run \"git commit\")"
1168 msgstr ""
1170 #: wt-status.c:795
1171 msgid "All conflicts fixed but you are still merging."
1172 msgstr ""
1174 #: wt-status.c:798
1175 msgid "  (use \"git commit\" to conclude merge)"
1176 msgstr ""
1178 #: wt-status.c:808
1179 msgid "You are in the middle of an am session."
1180 msgstr ""
1182 #: wt-status.c:811
1183 msgid "The current patch is empty."
1184 msgstr ""
1186 #: wt-status.c:815
1187 msgid "  (fix conflicts and then run \"git am --resolved\")"
1188 msgstr ""
1190 #: wt-status.c:817
1191 msgid "  (use \"git am --skip\" to skip this patch)"
1192 msgstr ""
1194 #: wt-status.c:819
1195 msgid "  (use \"git am --abort\" to restore the original branch)"
1196 msgstr ""
1198 #: wt-status.c:877 wt-status.c:887
1199 msgid "You are currently rebasing."
1200 msgstr ""
1202 #: wt-status.c:880
1203 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1204 msgstr ""
1206 #: wt-status.c:882
1207 msgid "  (use \"git rebase --skip\" to skip this patch)"
1208 msgstr ""
1210 #: wt-status.c:884
1211 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1212 msgstr ""
1214 #: wt-status.c:890
1215 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1216 msgstr ""
1218 #: wt-status.c:892
1219 msgid "You are currently splitting a commit during a rebase."
1220 msgstr ""
1222 #: wt-status.c:895
1223 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1224 msgstr ""
1226 #: wt-status.c:897
1227 msgid "You are currently editing a commit during a rebase."
1228 msgstr ""
1230 #: wt-status.c:900
1231 msgid "  (use \"git commit --amend\" to amend the current commit)"
1232 msgstr ""
1234 #: wt-status.c:902
1235 msgid ""
1236 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1237 msgstr ""
1239 #: wt-status.c:912
1240 msgid "You are currently cherry-picking."
1241 msgstr ""
1243 #: wt-status.c:919
1244 msgid "  (all conflicts fixed: run \"git commit\")"
1245 msgstr ""
1247 #: wt-status.c:928
1248 msgid "You are currently bisecting."
1249 msgstr ""
1251 #: wt-status.c:931
1252 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1253 msgstr ""
1255 #: wt-status.c:982
1256 msgid "On branch "
1257 msgstr ""
1259 #: wt-status.c:989
1260 msgid "Not currently on any branch."
1261 msgstr ""
1263 #: wt-status.c:1001
1264 msgid "Initial commit"
1265 msgstr ""
1267 #: wt-status.c:1015
1268 msgid "Untracked files"
1269 msgstr ""
1271 #: wt-status.c:1017
1272 msgid "Ignored files"
1273 msgstr ""
1275 #: wt-status.c:1019
1276 #, c-format
1277 msgid "Untracked files not listed%s"
1278 msgstr ""
1280 #: wt-status.c:1021
1281 msgid " (use -u option to show untracked files)"
1282 msgstr ""
1284 #: wt-status.c:1027
1285 msgid "No changes"
1286 msgstr ""
1288 #: wt-status.c:1032
1289 #, c-format
1290 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1291 msgstr ""
1293 #: wt-status.c:1035
1294 #, c-format
1295 msgid "no changes added to commit\n"
1296 msgstr ""
1298 #: wt-status.c:1038
1299 #, c-format
1300 msgid ""
1301 "nothing added to commit but untracked files present (use \"git add\" to "
1302 "track)\n"
1303 msgstr ""
1305 #: wt-status.c:1041
1306 #, c-format
1307 msgid "nothing added to commit but untracked files present\n"
1308 msgstr ""
1310 #: wt-status.c:1044
1311 #, c-format
1312 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1313 msgstr ""
1315 #: wt-status.c:1047 wt-status.c:1052
1316 #, c-format
1317 msgid "nothing to commit\n"
1318 msgstr ""
1320 #: wt-status.c:1050
1321 #, c-format
1322 msgid "nothing to commit (use -u to show untracked files)\n"
1323 msgstr ""
1325 #: wt-status.c:1054
1326 #, c-format
1327 msgid "nothing to commit, working directory clean\n"
1328 msgstr ""
1330 #: wt-status.c:1162
1331 msgid "HEAD (no branch)"
1332 msgstr ""
1334 #: wt-status.c:1168
1335 msgid "Initial commit on "
1336 msgstr ""
1338 #: wt-status.c:1183
1339 msgid "behind "
1340 msgstr ""
1342 #: wt-status.c:1186 wt-status.c:1189
1343 msgid "ahead "
1344 msgstr ""
1346 #: wt-status.c:1191
1347 msgid ", behind "
1348 msgstr ""
1350 #: compat/precompose_utf8.c:58 builtin/clone.c:341
1351 #, c-format
1352 msgid "failed to unlink '%s'"
1353 msgstr ""
1355 #: builtin/add.c:20
1356 msgid "git add [options] [--] <pathspec>..."
1357 msgstr ""
1359 #: builtin/add.c:63
1360 #, c-format
1361 msgid "unexpected diff status %c"
1362 msgstr ""
1364 #: builtin/add.c:68 builtin/commit.c:231
1365 msgid "updating files failed"
1366 msgstr ""
1368 #: builtin/add.c:78
1369 #, c-format
1370 msgid "remove '%s'\n"
1371 msgstr ""
1373 #: builtin/add.c:148
1374 msgid "Unstaged changes after refreshing the index:"
1375 msgstr ""
1377 #: builtin/add.c:151 builtin/add.c:460 builtin/rm.c:275
1378 #, c-format
1379 msgid "pathspec '%s' did not match any files"
1380 msgstr ""
1382 #: builtin/add.c:234
1383 msgid "Could not read the index"
1384 msgstr ""
1386 #: builtin/add.c:244
1387 #, c-format
1388 msgid "Could not open '%s' for writing."
1389 msgstr ""
1391 #: builtin/add.c:248
1392 msgid "Could not write patch"
1393 msgstr ""
1395 #: builtin/add.c:253
1396 #, c-format
1397 msgid "Could not stat '%s'"
1398 msgstr ""
1400 #: builtin/add.c:255
1401 msgid "Empty patch. Aborted."
1402 msgstr ""
1404 #: builtin/add.c:261
1405 #, c-format
1406 msgid "Could not apply '%s'"
1407 msgstr ""
1409 #: builtin/add.c:271
1410 msgid "The following paths are ignored by one of your .gitignore files:\n"
1411 msgstr ""
1413 #: builtin/add.c:277 builtin/clean.c:161 builtin/fetch.c:78 builtin/mv.c:63
1414 #: builtin/prune-packed.c:76 builtin/push.c:425 builtin/remote.c:1253
1415 #: builtin/rm.c:206
1416 msgid "dry run"
1417 msgstr ""
1419 #: builtin/add.c:278 builtin/apply.c:4369 builtin/check-ignore.c:19
1420 #: builtin/commit.c:1150 builtin/count-objects.c:82 builtin/fsck.c:613
1421 #: builtin/log.c:1522 builtin/mv.c:62 builtin/read-tree.c:112
1422 msgid "be verbose"
1423 msgstr ""
1425 #: builtin/add.c:280
1426 msgid "interactive picking"
1427 msgstr ""
1429 #: builtin/add.c:281 builtin/checkout.c:1031 builtin/reset.c:258
1430 msgid "select hunks interactively"
1431 msgstr ""
1433 #: builtin/add.c:282
1434 msgid "edit current diff and apply"
1435 msgstr ""
1437 #: builtin/add.c:283
1438 msgid "allow adding otherwise ignored files"
1439 msgstr ""
1441 #: builtin/add.c:284
1442 msgid "update tracked files"
1443 msgstr ""
1445 #: builtin/add.c:285
1446 msgid "record only the fact that the path will be added later"
1447 msgstr ""
1449 #: builtin/add.c:286
1450 msgid "add changes from all tracked and untracked files"
1451 msgstr ""
1453 #: builtin/add.c:287
1454 msgid "don't add, only refresh the index"
1455 msgstr ""
1457 #: builtin/add.c:288
1458 msgid "just skip files which cannot be added because of errors"
1459 msgstr ""
1461 #: builtin/add.c:289
1462 msgid "check if - even missing - files are ignored in dry run"
1463 msgstr ""
1465 #: builtin/add.c:311
1466 #, c-format
1467 msgid "Use -f if you really want to add them.\n"
1468 msgstr ""
1470 #: builtin/add.c:312
1471 msgid "no files added"
1472 msgstr ""
1474 #: builtin/add.c:318
1475 msgid "adding files failed"
1476 msgstr ""
1479 #. * To be consistent with "git add -p" and most Git
1480 #. * commands, we should default to being tree-wide, but
1481 #. * this is not the original behavior and can't be
1482 #. * changed until users trained themselves not to type
1483 #. * "git add -u" or "git add -A". For now, we warn and
1484 #. * keep the old behavior. Later, this warning can be
1485 #. * turned into a die(...), and eventually we may
1486 #. * reallow the command with a new behavior.
1488 #: builtin/add.c:335
1489 #, c-format
1490 msgid ""
1491 "The behavior of 'git add %s (or %s)' with no path argument from a\n"
1492 "subdirectory of the tree will change in Git 2.0 and should not be used "
1493 "anymore.\n"
1494 "To add content for the whole tree, run:\n"
1495 "\n"
1496 "  git add %s :/\n"
1497 "  (or git add %s :/)\n"
1498 "\n"
1499 "To restrict the command to the current directory, run:\n"
1500 "\n"
1501 "  git add %s .\n"
1502 "  (or git add %s .)\n"
1503 "\n"
1504 "With the current Git version, the command is restricted to the current "
1505 "directory."
1506 msgstr ""
1508 #: builtin/add.c:381
1509 msgid "-A and -u are mutually incompatible"
1510 msgstr ""
1512 #: builtin/add.c:383
1513 msgid "Option --ignore-missing can only be used together with --dry-run"
1514 msgstr ""
1516 #: builtin/add.c:414
1517 #, c-format
1518 msgid "Nothing specified, nothing added.\n"
1519 msgstr ""
1521 #: builtin/add.c:415
1522 #, c-format
1523 msgid "Maybe you wanted to say 'git add .'?\n"
1524 msgstr ""
1526 #: builtin/add.c:421 builtin/check-ignore.c:67 builtin/clean.c:204
1527 #: builtin/commit.c:291 builtin/mv.c:82 builtin/rm.c:235
1528 msgid "index file corrupt"
1529 msgstr ""
1531 #: builtin/add.c:481 builtin/apply.c:4465 builtin/mv.c:229 builtin/rm.c:370
1532 msgid "Unable to write new index file"
1533 msgstr ""
1535 #: builtin/apply.c:57
1536 msgid "git apply [options] [<patch>...]"
1537 msgstr ""
1539 #: builtin/apply.c:110
1540 #, c-format
1541 msgid "unrecognized whitespace option '%s'"
1542 msgstr ""
1544 #: builtin/apply.c:125
1545 #, c-format
1546 msgid "unrecognized whitespace ignore option '%s'"
1547 msgstr ""
1549 #: builtin/apply.c:823
1550 #, c-format
1551 msgid "Cannot prepare timestamp regexp %s"
1552 msgstr ""
1554 #: builtin/apply.c:832
1555 #, c-format
1556 msgid "regexec returned %d for input: %s"
1557 msgstr ""
1559 #: builtin/apply.c:913
1560 #, c-format
1561 msgid "unable to find filename in patch at line %d"
1562 msgstr ""
1564 #: builtin/apply.c:945
1565 #, c-format
1566 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1567 msgstr ""
1569 #: builtin/apply.c:949
1570 #, c-format
1571 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1572 msgstr ""
1574 #: builtin/apply.c:950
1575 #, c-format
1576 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1577 msgstr ""
1579 #: builtin/apply.c:957
1580 #, c-format
1581 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1582 msgstr ""
1584 #: builtin/apply.c:1422
1585 #, c-format
1586 msgid "recount: unexpected line: %.*s"
1587 msgstr ""
1589 #: builtin/apply.c:1479
1590 #, c-format
1591 msgid "patch fragment without header at line %d: %.*s"
1592 msgstr ""
1594 #: builtin/apply.c:1496
1595 #, c-format
1596 msgid ""
1597 "git diff header lacks filename information when removing %d leading pathname "
1598 "component (line %d)"
1599 msgid_plural ""
1600 "git diff header lacks filename information when removing %d leading pathname "
1601 "components (line %d)"
1602 msgstr[0] ""
1603 msgstr[1] ""
1605 #: builtin/apply.c:1656
1606 msgid "new file depends on old contents"
1607 msgstr ""
1609 #: builtin/apply.c:1658
1610 msgid "deleted file still has contents"
1611 msgstr ""
1613 #: builtin/apply.c:1684
1614 #, c-format
1615 msgid "corrupt patch at line %d"
1616 msgstr ""
1618 #: builtin/apply.c:1720
1619 #, c-format
1620 msgid "new file %s depends on old contents"
1621 msgstr ""
1623 #: builtin/apply.c:1722
1624 #, c-format
1625 msgid "deleted file %s still has contents"
1626 msgstr ""
1628 #: builtin/apply.c:1725
1629 #, c-format
1630 msgid "** warning: file %s becomes empty but is not deleted"
1631 msgstr ""
1633 #: builtin/apply.c:1871
1634 #, c-format
1635 msgid "corrupt binary patch at line %d: %.*s"
1636 msgstr ""
1638 #. there has to be one hunk (forward hunk)
1639 #: builtin/apply.c:1900
1640 #, c-format
1641 msgid "unrecognized binary patch at line %d"
1642 msgstr ""
1644 #: builtin/apply.c:1986
1645 #, c-format
1646 msgid "patch with only garbage at line %d"
1647 msgstr ""
1649 #: builtin/apply.c:2076
1650 #, c-format
1651 msgid "unable to read symlink %s"
1652 msgstr ""
1654 #: builtin/apply.c:2080
1655 #, c-format
1656 msgid "unable to open or read %s"
1657 msgstr ""
1659 #: builtin/apply.c:2684
1660 #, c-format
1661 msgid "invalid start of line: '%c'"
1662 msgstr ""
1664 #: builtin/apply.c:2802
1665 #, c-format
1666 msgid "Hunk #%d succeeded at %d (offset %d line)."
1667 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1668 msgstr[0] ""
1669 msgstr[1] ""
1671 #: builtin/apply.c:2814
1672 #, c-format
1673 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1674 msgstr ""
1676 #: builtin/apply.c:2820
1677 #, c-format
1678 msgid ""
1679 "while searching for:\n"
1680 "%.*s"
1681 msgstr ""
1683 #: builtin/apply.c:2839
1684 #, c-format
1685 msgid "missing binary patch data for '%s'"
1686 msgstr ""
1688 #: builtin/apply.c:2942
1689 #, c-format
1690 msgid "binary patch does not apply to '%s'"
1691 msgstr ""
1693 #: builtin/apply.c:2948
1694 #, c-format
1695 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1696 msgstr ""
1698 #: builtin/apply.c:2969
1699 #, c-format
1700 msgid "patch failed: %s:%ld"
1701 msgstr ""
1703 #: builtin/apply.c:3091
1704 #, c-format
1705 msgid "cannot checkout %s"
1706 msgstr ""
1708 #: builtin/apply.c:3136 builtin/apply.c:3145 builtin/apply.c:3189
1709 #, c-format
1710 msgid "read of %s failed"
1711 msgstr ""
1713 #: builtin/apply.c:3169 builtin/apply.c:3391
1714 #, c-format
1715 msgid "path %s has been renamed/deleted"
1716 msgstr ""
1718 #: builtin/apply.c:3250 builtin/apply.c:3405
1719 #, c-format
1720 msgid "%s: does not exist in index"
1721 msgstr ""
1723 #: builtin/apply.c:3254 builtin/apply.c:3397 builtin/apply.c:3419
1724 #, c-format
1725 msgid "%s: %s"
1726 msgstr ""
1728 #: builtin/apply.c:3259 builtin/apply.c:3413
1729 #, c-format
1730 msgid "%s: does not match index"
1731 msgstr ""
1733 #: builtin/apply.c:3361
1734 msgid "removal patch leaves file contents"
1735 msgstr ""
1737 #: builtin/apply.c:3430
1738 #, c-format
1739 msgid "%s: wrong type"
1740 msgstr ""
1742 #: builtin/apply.c:3432
1743 #, c-format
1744 msgid "%s has type %o, expected %o"
1745 msgstr ""
1747 #: builtin/apply.c:3533
1748 #, c-format
1749 msgid "%s: already exists in index"
1750 msgstr ""
1752 #: builtin/apply.c:3536
1753 #, c-format
1754 msgid "%s: already exists in working directory"
1755 msgstr ""
1757 #: builtin/apply.c:3556
1758 #, c-format
1759 msgid "new mode (%o) of %s does not match old mode (%o)"
1760 msgstr ""
1762 #: builtin/apply.c:3561
1763 #, c-format
1764 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1765 msgstr ""
1767 #: builtin/apply.c:3569
1768 #, c-format
1769 msgid "%s: patch does not apply"
1770 msgstr ""
1772 #: builtin/apply.c:3582
1773 #, c-format
1774 msgid "Checking patch %s..."
1775 msgstr ""
1777 #: builtin/apply.c:3639 builtin/checkout.c:215 builtin/reset.c:124
1778 #, c-format
1779 msgid "make_cache_entry failed for path '%s'"
1780 msgstr ""
1782 #: builtin/apply.c:3782
1783 #, c-format
1784 msgid "unable to remove %s from index"
1785 msgstr ""
1787 #: builtin/apply.c:3810
1788 #, c-format
1789 msgid "corrupt patch for subproject %s"
1790 msgstr ""
1792 #: builtin/apply.c:3814
1793 #, c-format
1794 msgid "unable to stat newly created file '%s'"
1795 msgstr ""
1797 #: builtin/apply.c:3819
1798 #, c-format
1799 msgid "unable to create backing store for newly created file %s"
1800 msgstr ""
1802 #: builtin/apply.c:3822 builtin/apply.c:3930
1803 #, c-format
1804 msgid "unable to add cache entry for %s"
1805 msgstr ""
1807 #: builtin/apply.c:3855
1808 #, c-format
1809 msgid "closing file '%s'"
1810 msgstr ""
1812 #: builtin/apply.c:3904
1813 #, c-format
1814 msgid "unable to write file '%s' mode %o"
1815 msgstr ""
1817 #: builtin/apply.c:3991
1818 #, c-format
1819 msgid "Applied patch %s cleanly."
1820 msgstr ""
1822 #: builtin/apply.c:3999
1823 msgid "internal error"
1824 msgstr ""
1826 #. Say this even without --verbose
1827 #: builtin/apply.c:4002
1828 #, c-format
1829 msgid "Applying patch %%s with %d reject..."
1830 msgid_plural "Applying patch %%s with %d rejects..."
1831 msgstr[0] ""
1832 msgstr[1] ""
1834 #: builtin/apply.c:4012
1835 #, c-format
1836 msgid "truncating .rej filename to %.*s.rej"
1837 msgstr ""
1839 #: builtin/apply.c:4033
1840 #, c-format
1841 msgid "Hunk #%d applied cleanly."
1842 msgstr ""
1844 #: builtin/apply.c:4036
1845 #, c-format
1846 msgid "Rejected hunk #%d."
1847 msgstr ""
1849 #: builtin/apply.c:4186
1850 msgid "unrecognized input"
1851 msgstr ""
1853 #: builtin/apply.c:4197
1854 msgid "unable to read index file"
1855 msgstr ""
1857 #: builtin/apply.c:4316 builtin/apply.c:4319 builtin/clone.c:91
1858 #: builtin/fetch.c:63
1859 msgid "path"
1860 msgstr ""
1862 #: builtin/apply.c:4317
1863 msgid "don't apply changes matching the given path"
1864 msgstr ""
1866 #: builtin/apply.c:4320
1867 msgid "apply changes matching the given path"
1868 msgstr ""
1870 #: builtin/apply.c:4322
1871 msgid "num"
1872 msgstr ""
1874 #: builtin/apply.c:4323
1875 msgid "remove <num> leading slashes from traditional diff paths"
1876 msgstr ""
1878 #: builtin/apply.c:4326
1879 msgid "ignore additions made by the patch"
1880 msgstr ""
1882 #: builtin/apply.c:4328
1883 msgid "instead of applying the patch, output diffstat for the input"
1884 msgstr ""
1886 #: builtin/apply.c:4332
1887 msgid "show number of added and deleted lines in decimal notation"
1888 msgstr ""
1890 #: builtin/apply.c:4334
1891 msgid "instead of applying the patch, output a summary for the input"
1892 msgstr ""
1894 #: builtin/apply.c:4336
1895 msgid "instead of applying the patch, see if the patch is applicable"
1896 msgstr ""
1898 #: builtin/apply.c:4338
1899 msgid "make sure the patch is applicable to the current index"
1900 msgstr ""
1902 #: builtin/apply.c:4340
1903 msgid "apply a patch without touching the working tree"
1904 msgstr ""
1906 #: builtin/apply.c:4342
1907 msgid "also apply the patch (use with --stat/--summary/--check)"
1908 msgstr ""
1910 #: builtin/apply.c:4344
1911 msgid "attempt three-way merge if a patch does not apply"
1912 msgstr ""
1914 #: builtin/apply.c:4346
1915 msgid "build a temporary index based on embedded index information"
1916 msgstr ""
1918 #: builtin/apply.c:4348 builtin/checkout-index.c:197 builtin/ls-files.c:463
1919 msgid "paths are separated with NUL character"
1920 msgstr ""
1922 #: builtin/apply.c:4351
1923 msgid "ensure at least <n> lines of context match"
1924 msgstr ""
1926 #: builtin/apply.c:4352
1927 msgid "action"
1928 msgstr ""
1930 #: builtin/apply.c:4353
1931 msgid "detect new or modified lines that have whitespace errors"
1932 msgstr ""
1934 #: builtin/apply.c:4356 builtin/apply.c:4359
1935 msgid "ignore changes in whitespace when finding context"
1936 msgstr ""
1938 #: builtin/apply.c:4362
1939 msgid "apply the patch in reverse"
1940 msgstr ""
1942 #: builtin/apply.c:4364
1943 msgid "don't expect at least one line of context"
1944 msgstr ""
1946 #: builtin/apply.c:4366
1947 msgid "leave the rejected hunks in corresponding *.rej files"
1948 msgstr ""
1950 #: builtin/apply.c:4368
1951 msgid "allow overlapping hunks"
1952 msgstr ""
1954 #: builtin/apply.c:4371
1955 msgid "tolerate incorrectly detected missing new-line at the end of file"
1956 msgstr ""
1958 #: builtin/apply.c:4374
1959 msgid "do not trust the line counts in the hunk headers"
1960 msgstr ""
1962 #: builtin/apply.c:4376
1963 msgid "root"
1964 msgstr ""
1966 #: builtin/apply.c:4377
1967 msgid "prepend <root> to all filenames"
1968 msgstr ""
1970 #: builtin/apply.c:4399
1971 msgid "--3way outside a repository"
1972 msgstr ""
1974 #: builtin/apply.c:4407
1975 msgid "--index outside a repository"
1976 msgstr ""
1978 #: builtin/apply.c:4410
1979 msgid "--cached outside a repository"
1980 msgstr ""
1982 #: builtin/apply.c:4426
1983 #, c-format
1984 msgid "can't open patch '%s'"
1985 msgstr ""
1987 #: builtin/apply.c:4440
1988 #, c-format
1989 msgid "squelched %d whitespace error"
1990 msgid_plural "squelched %d whitespace errors"
1991 msgstr[0] ""
1992 msgstr[1] ""
1994 #: builtin/apply.c:4446 builtin/apply.c:4456
1995 #, c-format
1996 msgid "%d line adds whitespace errors."
1997 msgid_plural "%d lines add whitespace errors."
1998 msgstr[0] ""
1999 msgstr[1] ""
2001 #: builtin/archive.c:17
2002 #, c-format
2003 msgid "could not create archive file '%s'"
2004 msgstr ""
2006 #: builtin/archive.c:20
2007 msgid "could not redirect output"
2008 msgstr ""
2010 #: builtin/archive.c:37
2011 msgid "git archive: Remote with no URL"
2012 msgstr ""
2014 #: builtin/archive.c:58
2015 msgid "git archive: expected ACK/NAK, got EOF"
2016 msgstr ""
2018 #: builtin/archive.c:63
2019 #, c-format
2020 msgid "git archive: NACK %s"
2021 msgstr ""
2023 #: builtin/archive.c:65
2024 #, c-format
2025 msgid "remote error: %s"
2026 msgstr ""
2028 #: builtin/archive.c:66
2029 msgid "git archive: protocol error"
2030 msgstr ""
2032 #: builtin/archive.c:71
2033 msgid "git archive: expected a flush"
2034 msgstr ""
2036 #: builtin/bisect--helper.c:7
2037 msgid "git bisect--helper --next-all [--no-checkout]"
2038 msgstr ""
2040 #: builtin/bisect--helper.c:17
2041 msgid "perform 'git bisect next'"
2042 msgstr ""
2044 #: builtin/bisect--helper.c:19
2045 msgid "update BISECT_HEAD instead of checking out the current commit"
2046 msgstr ""
2048 #: builtin/blame.c:25
2049 msgid "git blame [options] [rev-opts] [rev] [--] file"
2050 msgstr ""
2052 #: builtin/blame.c:30 builtin/shortlog.c:15
2053 msgid "[rev-opts] are documented in git-rev-list(1)"
2054 msgstr ""
2056 #: builtin/blame.c:2350
2057 msgid "Show blame entries as we find them, incrementally"
2058 msgstr ""
2060 #: builtin/blame.c:2351
2061 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2062 msgstr ""
2064 #: builtin/blame.c:2352
2065 msgid "Do not treat root commits as boundaries (Default: off)"
2066 msgstr ""
2068 #: builtin/blame.c:2353
2069 msgid "Show work cost statistics"
2070 msgstr ""
2072 #: builtin/blame.c:2354
2073 msgid "Show output score for blame entries"
2074 msgstr ""
2076 #: builtin/blame.c:2355
2077 msgid "Show original filename (Default: auto)"
2078 msgstr ""
2080 #: builtin/blame.c:2356
2081 msgid "Show original linenumber (Default: off)"
2082 msgstr ""
2084 #: builtin/blame.c:2357
2085 msgid "Show in a format designed for machine consumption"
2086 msgstr ""
2088 #: builtin/blame.c:2358
2089 msgid "Show porcelain format with per-line commit information"
2090 msgstr ""
2092 #: builtin/blame.c:2359
2093 msgid "Use the same output mode as git-annotate (Default: off)"
2094 msgstr ""
2096 #: builtin/blame.c:2360
2097 msgid "Show raw timestamp (Default: off)"
2098 msgstr ""
2100 #: builtin/blame.c:2361
2101 msgid "Show long commit SHA1 (Default: off)"
2102 msgstr ""
2104 #: builtin/blame.c:2362
2105 msgid "Suppress author name and timestamp (Default: off)"
2106 msgstr ""
2108 #: builtin/blame.c:2363
2109 msgid "Show author email instead of name (Default: off)"
2110 msgstr ""
2112 #: builtin/blame.c:2364
2113 msgid "Ignore whitespace differences"
2114 msgstr ""
2116 #: builtin/blame.c:2365
2117 msgid "Spend extra cycles to find better match"
2118 msgstr ""
2120 #: builtin/blame.c:2366
2121 msgid "Use revisions from <file> instead of calling git-rev-list"
2122 msgstr ""
2124 #: builtin/blame.c:2367
2125 msgid "Use <file>'s contents as the final image"
2126 msgstr ""
2128 #: builtin/blame.c:2368 builtin/blame.c:2369
2129 msgid "score"
2130 msgstr ""
2132 #: builtin/blame.c:2368
2133 msgid "Find line copies within and across files"
2134 msgstr ""
2136 #: builtin/blame.c:2369
2137 msgid "Find line movements within and across files"
2138 msgstr ""
2140 #: builtin/blame.c:2370
2141 msgid "n,m"
2142 msgstr ""
2144 #: builtin/blame.c:2370
2145 msgid "Process only line range n,m, counting from 1"
2146 msgstr ""
2148 #: builtin/branch.c:23
2149 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2150 msgstr ""
2152 #: builtin/branch.c:24
2153 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2154 msgstr ""
2156 #: builtin/branch.c:25
2157 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2158 msgstr ""
2160 #: builtin/branch.c:26
2161 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2162 msgstr ""
2164 #: builtin/branch.c:145
2165 #, c-format
2166 msgid ""
2167 "deleting branch '%s' that has been merged to\n"
2168 "         '%s', but not yet merged to HEAD."
2169 msgstr ""
2171 #: builtin/branch.c:149
2172 #, c-format
2173 msgid ""
2174 "not deleting branch '%s' that is not yet merged to\n"
2175 "         '%s', even though it is merged to HEAD."
2176 msgstr ""
2178 #: builtin/branch.c:163
2179 #, c-format
2180 msgid "Couldn't look up commit object for '%s'"
2181 msgstr ""
2183 #: builtin/branch.c:167
2184 #, c-format
2185 msgid ""
2186 "The branch '%s' is not fully merged.\n"
2187 "If you are sure you want to delete it, run 'git branch -D %s'."
2188 msgstr ""
2190 #: builtin/branch.c:180
2191 msgid "Update of config-file failed"
2192 msgstr ""
2194 #: builtin/branch.c:208
2195 msgid "cannot use -a with -d"
2196 msgstr ""
2198 #: builtin/branch.c:214
2199 msgid "Couldn't look up commit object for HEAD"
2200 msgstr ""
2202 #: builtin/branch.c:222
2203 #, c-format
2204 msgid "Cannot delete the branch '%s' which you are currently on."
2205 msgstr ""
2207 #: builtin/branch.c:235
2208 #, c-format
2209 msgid "remote branch '%s' not found."
2210 msgstr ""
2212 #: builtin/branch.c:236
2213 #, c-format
2214 msgid "branch '%s' not found."
2215 msgstr ""
2217 #: builtin/branch.c:250
2218 #, c-format
2219 msgid "Error deleting remote branch '%s'"
2220 msgstr ""
2222 #: builtin/branch.c:251
2223 #, c-format
2224 msgid "Error deleting branch '%s'"
2225 msgstr ""
2227 #: builtin/branch.c:258
2228 #, c-format
2229 msgid "Deleted remote branch %s (was %s).\n"
2230 msgstr ""
2232 #: builtin/branch.c:259
2233 #, c-format
2234 msgid "Deleted branch %s (was %s).\n"
2235 msgstr ""
2237 #: builtin/branch.c:361
2238 #, c-format
2239 msgid "branch '%s' does not point at a commit"
2240 msgstr ""
2242 #: builtin/branch.c:433
2243 #, c-format
2244 msgid "[%s: behind %d]"
2245 msgstr ""
2247 #: builtin/branch.c:435
2248 #, c-format
2249 msgid "[behind %d]"
2250 msgstr ""
2252 #: builtin/branch.c:439
2253 #, c-format
2254 msgid "[%s: ahead %d]"
2255 msgstr ""
2257 #: builtin/branch.c:441
2258 #, c-format
2259 msgid "[ahead %d]"
2260 msgstr ""
2262 #: builtin/branch.c:444
2263 #, c-format
2264 msgid "[%s: ahead %d, behind %d]"
2265 msgstr ""
2267 #: builtin/branch.c:447
2268 #, c-format
2269 msgid "[ahead %d, behind %d]"
2270 msgstr ""
2272 #: builtin/branch.c:469
2273 msgid " **** invalid ref ****"
2274 msgstr ""
2276 #: builtin/branch.c:560
2277 msgid "(no branch)"
2278 msgstr ""
2280 #: builtin/branch.c:593
2281 #, c-format
2282 msgid "object '%s' does not point to a commit"
2283 msgstr ""
2285 #: builtin/branch.c:625
2286 msgid "some refs could not be read"
2287 msgstr ""
2289 #: builtin/branch.c:638
2290 msgid "cannot rename the current branch while not on any."
2291 msgstr ""
2293 #: builtin/branch.c:648
2294 #, c-format
2295 msgid "Invalid branch name: '%s'"
2296 msgstr ""
2298 #: builtin/branch.c:663
2299 msgid "Branch rename failed"
2300 msgstr ""
2302 #: builtin/branch.c:667
2303 #, c-format
2304 msgid "Renamed a misnamed branch '%s' away"
2305 msgstr ""
2307 #: builtin/branch.c:671
2308 #, c-format
2309 msgid "Branch renamed to %s, but HEAD is not updated!"
2310 msgstr ""
2312 #: builtin/branch.c:678
2313 msgid "Branch is renamed, but update of config-file failed"
2314 msgstr ""
2316 #: builtin/branch.c:693
2317 #, c-format
2318 msgid "malformed object name %s"
2319 msgstr ""
2321 #: builtin/branch.c:717
2322 #, c-format
2323 msgid "could not write branch description template: %s"
2324 msgstr ""
2326 #: builtin/branch.c:747
2327 msgid "Generic options"
2328 msgstr ""
2330 #: builtin/branch.c:749
2331 msgid "show hash and subject, give twice for upstream branch"
2332 msgstr ""
2334 #: builtin/branch.c:750
2335 msgid "suppress informational messages"
2336 msgstr ""
2338 #: builtin/branch.c:751
2339 msgid "set up tracking mode (see git-pull(1))"
2340 msgstr ""
2342 #: builtin/branch.c:753
2343 msgid "change upstream info"
2344 msgstr ""
2346 #: builtin/branch.c:757
2347 msgid "use colored output"
2348 msgstr ""
2350 #: builtin/branch.c:758
2351 msgid "act on remote-tracking branches"
2352 msgstr ""
2354 #: builtin/branch.c:761 builtin/branch.c:767 builtin/branch.c:788
2355 #: builtin/branch.c:794 builtin/commit.c:1366 builtin/commit.c:1367
2356 #: builtin/commit.c:1368 builtin/commit.c:1369 builtin/tag.c:468
2357 msgid "commit"
2358 msgstr ""
2360 #: builtin/branch.c:762 builtin/branch.c:768
2361 msgid "print only branches that contain the commit"
2362 msgstr ""
2364 #: builtin/branch.c:774
2365 msgid "Specific git-branch actions:"
2366 msgstr ""
2368 #: builtin/branch.c:775
2369 msgid "list both remote-tracking and local branches"
2370 msgstr ""
2372 #: builtin/branch.c:777
2373 msgid "delete fully merged branch"
2374 msgstr ""
2376 #: builtin/branch.c:778
2377 msgid "delete branch (even if not merged)"
2378 msgstr ""
2380 #: builtin/branch.c:779
2381 msgid "move/rename a branch and its reflog"
2382 msgstr ""
2384 #: builtin/branch.c:780
2385 msgid "move/rename a branch, even if target exists"
2386 msgstr ""
2388 #: builtin/branch.c:781
2389 msgid "list branch names"
2390 msgstr ""
2392 #: builtin/branch.c:782
2393 msgid "create the branch's reflog"
2394 msgstr ""
2396 #: builtin/branch.c:784
2397 msgid "edit the description for the branch"
2398 msgstr ""
2400 #: builtin/branch.c:785
2401 msgid "force creation (when already exists)"
2402 msgstr ""
2404 #: builtin/branch.c:788
2405 msgid "print only not merged branches"
2406 msgstr ""
2408 #: builtin/branch.c:794
2409 msgid "print only merged branches"
2410 msgstr ""
2412 #: builtin/branch.c:798
2413 msgid "list branches in columns"
2414 msgstr ""
2416 #: builtin/branch.c:811
2417 msgid "Failed to resolve HEAD as a valid ref."
2418 msgstr ""
2420 #: builtin/branch.c:816 builtin/clone.c:561
2421 msgid "HEAD not found below refs/heads!"
2422 msgstr ""
2424 #: builtin/branch.c:839
2425 msgid "--column and --verbose are incompatible"
2426 msgstr ""
2428 #: builtin/branch.c:845
2429 msgid "branch name required"
2430 msgstr ""
2432 #: builtin/branch.c:860
2433 msgid "Cannot give description to detached HEAD"
2434 msgstr ""
2436 #: builtin/branch.c:865
2437 msgid "cannot edit description of more than one branch"
2438 msgstr ""
2440 #: builtin/branch.c:872
2441 #, c-format
2442 msgid "No commit on branch '%s' yet."
2443 msgstr ""
2445 #: builtin/branch.c:875
2446 #, c-format
2447 msgid "No branch named '%s'."
2448 msgstr ""
2450 #: builtin/branch.c:888
2451 msgid "too many branches for a rename operation"
2452 msgstr ""
2454 #: builtin/branch.c:893
2455 #, c-format
2456 msgid "branch '%s' does not exist"
2457 msgstr ""
2459 #: builtin/branch.c:905
2460 #, c-format
2461 msgid "Branch '%s' has no upstream information"
2462 msgstr ""
2464 #: builtin/branch.c:920
2465 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2466 msgstr ""
2468 #: builtin/branch.c:923
2469 #, c-format
2470 msgid ""
2471 "The --set-upstream flag is deprecated and will be removed. Consider using --"
2472 "track or --set-upstream-to\n"
2473 msgstr ""
2475 #: builtin/branch.c:940
2476 #, c-format
2477 msgid ""
2478 "\n"
2479 "If you wanted to make '%s' track '%s', do this:\n"
2480 "\n"
2481 msgstr ""
2483 #: builtin/branch.c:941
2484 #, c-format
2485 msgid "    git branch -d %s\n"
2486 msgstr ""
2488 #: builtin/branch.c:942
2489 #, c-format
2490 msgid "    git branch --set-upstream-to %s\n"
2491 msgstr ""
2493 #: builtin/bundle.c:47
2494 #, c-format
2495 msgid "%s is okay\n"
2496 msgstr ""
2498 #: builtin/bundle.c:56
2499 msgid "Need a repository to create a bundle."
2500 msgstr ""
2502 #: builtin/bundle.c:60
2503 msgid "Need a repository to unbundle."
2504 msgstr ""
2506 #: builtin/cat-file.c:247
2507 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
2508 msgstr ""
2510 #: builtin/cat-file.c:248
2511 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
2512 msgstr ""
2514 #: builtin/cat-file.c:266
2515 msgid "<type> can be one of: blob, tree, commit, tag"
2516 msgstr ""
2518 #: builtin/cat-file.c:267
2519 msgid "show object type"
2520 msgstr ""
2522 #: builtin/cat-file.c:268
2523 msgid "show object size"
2524 msgstr ""
2526 #: builtin/cat-file.c:270
2527 msgid "exit with zero when there's no error"
2528 msgstr ""
2530 #: builtin/cat-file.c:271
2531 msgid "pretty-print object's content"
2532 msgstr ""
2534 #: builtin/cat-file.c:273
2535 msgid "for blob objects, run textconv on object's content"
2536 msgstr ""
2538 #: builtin/cat-file.c:275
2539 msgid "show info and content of objects fed from the standard input"
2540 msgstr ""
2542 #: builtin/cat-file.c:278
2543 msgid "show info about objects fed from the standard input"
2544 msgstr ""
2546 #: builtin/check-attr.c:11
2547 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
2548 msgstr ""
2550 #: builtin/check-attr.c:12
2551 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
2552 msgstr ""
2554 #: builtin/check-attr.c:19
2555 msgid "report all attributes set on file"
2556 msgstr ""
2558 #: builtin/check-attr.c:20
2559 msgid "use .gitattributes only from the index"
2560 msgstr ""
2562 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
2563 msgid "read file names from stdin"
2564 msgstr ""
2566 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
2567 msgid "input paths are terminated by a null character"
2568 msgstr ""
2570 #: builtin/check-ignore.c:18 builtin/checkout.c:1012 builtin/gc.c:177
2571 msgid "suppress progress reporting"
2572 msgstr ""
2574 #: builtin/check-ignore.c:151
2575 msgid "cannot specify pathnames with --stdin"
2576 msgstr ""
2578 #: builtin/check-ignore.c:154
2579 msgid "-z only makes sense with --stdin"
2580 msgstr ""
2582 #: builtin/check-ignore.c:156
2583 msgid "no path specified"
2584 msgstr ""
2586 #: builtin/check-ignore.c:160
2587 msgid "--quiet is only valid with a single pathname"
2588 msgstr ""
2590 #: builtin/check-ignore.c:162
2591 msgid "cannot have both --quiet and --verbose"
2592 msgstr ""
2594 #: builtin/checkout-index.c:126
2595 msgid "git checkout-index [options] [--] [<file>...]"
2596 msgstr ""
2598 #: builtin/checkout-index.c:187
2599 msgid "check out all files in the index"
2600 msgstr ""
2602 #: builtin/checkout-index.c:188
2603 msgid "force overwrite of existing files"
2604 msgstr ""
2606 #: builtin/checkout-index.c:190
2607 msgid "no warning for existing files and files not in index"
2608 msgstr ""
2610 #: builtin/checkout-index.c:192
2611 msgid "don't checkout new files"
2612 msgstr ""
2614 #: builtin/checkout-index.c:194
2615 msgid "update stat information in the index file"
2616 msgstr ""
2618 #: builtin/checkout-index.c:200
2619 msgid "read list of paths from the standard input"
2620 msgstr ""
2622 #: builtin/checkout-index.c:202
2623 msgid "write the content to temporary files"
2624 msgstr ""
2626 #: builtin/checkout-index.c:203 builtin/column.c:30
2627 msgid "string"
2628 msgstr ""
2630 #: builtin/checkout-index.c:204
2631 msgid "when creating files, prepend <string>"
2632 msgstr ""
2634 #: builtin/checkout-index.c:207
2635 msgid "copy out the files from named stage"
2636 msgstr ""
2638 #: builtin/checkout.c:25
2639 msgid "git checkout [options] <branch>"
2640 msgstr ""
2642 #: builtin/checkout.c:26
2643 msgid "git checkout [options] [<branch>] -- <file>..."
2644 msgstr ""
2646 #: builtin/checkout.c:116 builtin/checkout.c:149
2647 #, c-format
2648 msgid "path '%s' does not have our version"
2649 msgstr ""
2651 #: builtin/checkout.c:118 builtin/checkout.c:151
2652 #, c-format
2653 msgid "path '%s' does not have their version"
2654 msgstr ""
2656 #: builtin/checkout.c:134
2657 #, c-format
2658 msgid "path '%s' does not have all necessary versions"
2659 msgstr ""
2661 #: builtin/checkout.c:178
2662 #, c-format
2663 msgid "path '%s' does not have necessary versions"
2664 msgstr ""
2666 #: builtin/checkout.c:195
2667 #, c-format
2668 msgid "path '%s': cannot merge"
2669 msgstr ""
2671 #: builtin/checkout.c:212
2672 #, c-format
2673 msgid "Unable to add merge result for '%s'"
2674 msgstr ""
2676 #: builtin/checkout.c:236 builtin/checkout.c:239 builtin/checkout.c:242
2677 #: builtin/checkout.c:245
2678 #, c-format
2679 msgid "'%s' cannot be used with updating paths"
2680 msgstr ""
2682 #: builtin/checkout.c:248 builtin/checkout.c:251
2683 #, c-format
2684 msgid "'%s' cannot be used with %s"
2685 msgstr ""
2687 #: builtin/checkout.c:254
2688 #, c-format
2689 msgid "Cannot update paths and switch to branch '%s' at the same time."
2690 msgstr ""
2692 #: builtin/checkout.c:265 builtin/checkout.c:426
2693 msgid "corrupt index file"
2694 msgstr ""
2696 #: builtin/checkout.c:295 builtin/checkout.c:302
2697 #, c-format
2698 msgid "path '%s' is unmerged"
2699 msgstr ""
2701 #: builtin/checkout.c:448
2702 msgid "you need to resolve your current index first"
2703 msgstr ""
2705 #: builtin/checkout.c:569
2706 #, c-format
2707 msgid "Can not do reflog for '%s'\n"
2708 msgstr ""
2710 #: builtin/checkout.c:602
2711 msgid "HEAD is now at"
2712 msgstr ""
2714 #: builtin/checkout.c:609
2715 #, c-format
2716 msgid "Reset branch '%s'\n"
2717 msgstr ""
2719 #: builtin/checkout.c:612
2720 #, c-format
2721 msgid "Already on '%s'\n"
2722 msgstr ""
2724 #: builtin/checkout.c:616
2725 #, c-format
2726 msgid "Switched to and reset branch '%s'\n"
2727 msgstr ""
2729 #: builtin/checkout.c:618 builtin/checkout.c:955
2730 #, c-format
2731 msgid "Switched to a new branch '%s'\n"
2732 msgstr ""
2734 #: builtin/checkout.c:620
2735 #, c-format
2736 msgid "Switched to branch '%s'\n"
2737 msgstr ""
2739 #: builtin/checkout.c:676
2740 #, c-format
2741 msgid " ... and %d more.\n"
2742 msgstr ""
2744 #. The singular version
2745 #: builtin/checkout.c:682
2746 #, c-format
2747 msgid ""
2748 "Warning: you are leaving %d commit behind, not connected to\n"
2749 "any of your branches:\n"
2750 "\n"
2751 "%s\n"
2752 msgid_plural ""
2753 "Warning: you are leaving %d commits behind, not connected to\n"
2754 "any of your branches:\n"
2755 "\n"
2756 "%s\n"
2757 msgstr[0] ""
2758 msgstr[1] ""
2760 #: builtin/checkout.c:700
2761 #, c-format
2762 msgid ""
2763 "If you want to keep them by creating a new branch, this may be a good time\n"
2764 "to do so with:\n"
2765 "\n"
2766 " git branch new_branch_name %s\n"
2767 "\n"
2768 msgstr ""
2770 #: builtin/checkout.c:730
2771 msgid "internal error in revision walk"
2772 msgstr ""
2774 #: builtin/checkout.c:734
2775 msgid "Previous HEAD position was"
2776 msgstr ""
2778 #: builtin/checkout.c:761 builtin/checkout.c:950
2779 msgid "You are on a branch yet to be born"
2780 msgstr ""
2782 #. case (1)
2783 #: builtin/checkout.c:886
2784 #, c-format
2785 msgid "invalid reference: %s"
2786 msgstr ""
2788 #. case (1): want a tree
2789 #: builtin/checkout.c:925
2790 #, c-format
2791 msgid "reference is not a tree: %s"
2792 msgstr ""
2794 #: builtin/checkout.c:964
2795 msgid "paths cannot be used with switching branches"
2796 msgstr ""
2798 #: builtin/checkout.c:967 builtin/checkout.c:971
2799 #, c-format
2800 msgid "'%s' cannot be used with switching branches"
2801 msgstr ""
2803 #: builtin/checkout.c:975 builtin/checkout.c:978 builtin/checkout.c:983
2804 #: builtin/checkout.c:986
2805 #, c-format
2806 msgid "'%s' cannot be used with '%s'"
2807 msgstr ""
2809 #: builtin/checkout.c:991
2810 #, c-format
2811 msgid "Cannot switch branch to a non-commit '%s'"
2812 msgstr ""
2814 #: builtin/checkout.c:1013 builtin/checkout.c:1015 builtin/clone.c:89
2815 #: builtin/remote.c:169 builtin/remote.c:171
2816 msgid "branch"
2817 msgstr ""
2819 #: builtin/checkout.c:1014
2820 msgid "create and checkout a new branch"
2821 msgstr ""
2823 #: builtin/checkout.c:1016
2824 msgid "create/reset and checkout a branch"
2825 msgstr ""
2827 #: builtin/checkout.c:1017
2828 msgid "create reflog for new branch"
2829 msgstr ""
2831 #: builtin/checkout.c:1018
2832 msgid "detach the HEAD at named commit"
2833 msgstr ""
2835 #: builtin/checkout.c:1019
2836 msgid "set upstream info for new branch"
2837 msgstr ""
2839 #: builtin/checkout.c:1021
2840 msgid "new branch"
2841 msgstr ""
2843 #: builtin/checkout.c:1021
2844 msgid "new unparented branch"
2845 msgstr ""
2847 #: builtin/checkout.c:1022
2848 msgid "checkout our version for unmerged files"
2849 msgstr ""
2851 #: builtin/checkout.c:1024
2852 msgid "checkout their version for unmerged files"
2853 msgstr ""
2855 #: builtin/checkout.c:1026
2856 msgid "force checkout (throw away local modifications)"
2857 msgstr ""
2859 #: builtin/checkout.c:1027
2860 msgid "perform a 3-way merge with the new branch"
2861 msgstr ""
2863 #: builtin/checkout.c:1028 builtin/merge.c:215
2864 msgid "update ignored files (default)"
2865 msgstr ""
2867 #: builtin/checkout.c:1029 builtin/log.c:1147 parse-options.h:245
2868 msgid "style"
2869 msgstr ""
2871 #: builtin/checkout.c:1030
2872 msgid "conflict style (merge or diff3)"
2873 msgstr ""
2875 #: builtin/checkout.c:1033
2876 msgid "second guess 'git checkout no-such-branch'"
2877 msgstr ""
2879 #: builtin/checkout.c:1057
2880 msgid "-b, -B and --orphan are mutually exclusive"
2881 msgstr ""
2883 #: builtin/checkout.c:1074
2884 msgid "--track needs a branch name"
2885 msgstr ""
2887 #: builtin/checkout.c:1081
2888 msgid "Missing branch name; try -b"
2889 msgstr ""
2891 #: builtin/checkout.c:1116
2892 msgid "invalid path specification"
2893 msgstr ""
2895 #: builtin/checkout.c:1123
2896 #, c-format
2897 msgid ""
2898 "Cannot update paths and switch to branch '%s' at the same time.\n"
2899 "Did you intend to checkout '%s' which can not be resolved as commit?"
2900 msgstr ""
2902 #: builtin/checkout.c:1128
2903 #, c-format
2904 msgid "git checkout: --detach does not take a path argument '%s'"
2905 msgstr ""
2907 #: builtin/checkout.c:1132
2908 msgid ""
2909 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
2910 "checking out of the index."
2911 msgstr ""
2913 #: builtin/clean.c:20
2914 msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
2915 msgstr ""
2917 #: builtin/clean.c:24
2918 #, c-format
2919 msgid "Removing %s\n"
2920 msgstr ""
2922 #: builtin/clean.c:25
2923 #, c-format
2924 msgid "Would remove %s\n"
2925 msgstr ""
2927 #: builtin/clean.c:26
2928 #, c-format
2929 msgid "Skipping repository %s\n"
2930 msgstr ""
2932 #: builtin/clean.c:27
2933 #, c-format
2934 msgid "Would skip repository %s\n"
2935 msgstr ""
2937 #: builtin/clean.c:28
2938 #, c-format
2939 msgid "failed to remove %s"
2940 msgstr ""
2942 #: builtin/clean.c:160
2943 msgid "do not print names of files removed"
2944 msgstr ""
2946 #: builtin/clean.c:162
2947 msgid "force"
2948 msgstr ""
2950 #: builtin/clean.c:164
2951 msgid "remove whole directories"
2952 msgstr ""
2954 #: builtin/clean.c:165 builtin/describe.c:413 builtin/grep.c:717
2955 #: builtin/ls-files.c:494 builtin/name-rev.c:231 builtin/show-ref.c:182
2956 msgid "pattern"
2957 msgstr ""
2959 #: builtin/clean.c:166
2960 msgid "add <pattern> to ignore rules"
2961 msgstr ""
2963 #: builtin/clean.c:167
2964 msgid "remove ignored files, too"
2965 msgstr ""
2967 #: builtin/clean.c:169
2968 msgid "remove only ignored files"
2969 msgstr ""
2971 #: builtin/clean.c:187
2972 msgid "-x and -X cannot be used together"
2973 msgstr ""
2975 #: builtin/clean.c:191
2976 msgid ""
2977 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
2978 msgstr ""
2980 #: builtin/clean.c:194
2981 msgid ""
2982 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
2983 "clean"
2984 msgstr ""
2986 #: builtin/clone.c:36
2987 msgid "git clone [options] [--] <repo> [<dir>]"
2988 msgstr ""
2990 #: builtin/clone.c:64 builtin/fetch.c:82 builtin/merge.c:212
2991 #: builtin/push.c:436
2992 msgid "force progress reporting"
2993 msgstr ""
2995 #: builtin/clone.c:66
2996 msgid "don't create a checkout"
2997 msgstr ""
2999 #: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:488
3000 msgid "create a bare repository"
3001 msgstr ""
3003 #: builtin/clone.c:72
3004 msgid "create a mirror repository (implies bare)"
3005 msgstr ""
3007 #: builtin/clone.c:74
3008 msgid "to clone from a local repository"
3009 msgstr ""
3011 #: builtin/clone.c:76
3012 msgid "don't use local hardlinks, always copy"
3013 msgstr ""
3015 #: builtin/clone.c:78
3016 msgid "setup as shared repository"
3017 msgstr ""
3019 #: builtin/clone.c:80 builtin/clone.c:82
3020 msgid "initialize submodules in the clone"
3021 msgstr ""
3023 #: builtin/clone.c:83 builtin/init-db.c:485
3024 msgid "template-directory"
3025 msgstr ""
3027 #: builtin/clone.c:84 builtin/init-db.c:486
3028 msgid "directory from which templates will be used"
3029 msgstr ""
3031 #: builtin/clone.c:86
3032 msgid "reference repository"
3033 msgstr ""
3035 #: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:44
3036 msgid "name"
3037 msgstr ""
3039 #: builtin/clone.c:88
3040 msgid "use <name> instead of 'origin' to track upstream"
3041 msgstr ""
3043 #: builtin/clone.c:90
3044 msgid "checkout <branch> instead of the remote's HEAD"
3045 msgstr ""
3047 #: builtin/clone.c:92
3048 msgid "path to git-upload-pack on the remote"
3049 msgstr ""
3051 #: builtin/clone.c:93 builtin/fetch.c:83 builtin/grep.c:662
3052 msgid "depth"
3053 msgstr ""
3055 #: builtin/clone.c:94
3056 msgid "create a shallow clone of that depth"
3057 msgstr ""
3059 #: builtin/clone.c:96
3060 msgid "clone only one branch, HEAD or --branch"
3061 msgstr ""
3063 #: builtin/clone.c:97 builtin/init-db.c:494
3064 msgid "gitdir"
3065 msgstr ""
3067 #: builtin/clone.c:98 builtin/init-db.c:495
3068 msgid "separate git dir from working tree"
3069 msgstr ""
3071 #: builtin/clone.c:99
3072 msgid "key=value"
3073 msgstr ""
3075 #: builtin/clone.c:100
3076 msgid "set config inside the new repository"
3077 msgstr ""
3079 #: builtin/clone.c:243
3080 #, c-format
3081 msgid "reference repository '%s' is not a local directory."
3082 msgstr ""
3084 #: builtin/clone.c:306
3085 #, c-format
3086 msgid "failed to create directory '%s'"
3087 msgstr ""
3089 #: builtin/clone.c:308 builtin/diff.c:77
3090 #, c-format
3091 msgid "failed to stat '%s'"
3092 msgstr ""
3094 #: builtin/clone.c:310
3095 #, c-format
3096 msgid "%s exists and is not a directory"
3097 msgstr ""
3099 #: builtin/clone.c:324
3100 #, c-format
3101 msgid "failed to stat %s\n"
3102 msgstr ""
3104 #: builtin/clone.c:346
3105 #, c-format
3106 msgid "failed to create link '%s'"
3107 msgstr ""
3109 #: builtin/clone.c:350
3110 #, c-format
3111 msgid "failed to copy file to '%s'"
3112 msgstr ""
3114 #: builtin/clone.c:373
3115 #, c-format
3116 msgid "done.\n"
3117 msgstr ""
3119 #: builtin/clone.c:443
3120 #, c-format
3121 msgid "Could not find remote branch %s to clone."
3122 msgstr ""
3124 #: builtin/clone.c:552
3125 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3126 msgstr ""
3128 #: builtin/clone.c:690
3129 msgid "Too many arguments."
3130 msgstr ""
3132 #: builtin/clone.c:694
3133 msgid "You must specify a repository to clone."
3134 msgstr ""
3136 #: builtin/clone.c:705
3137 #, c-format
3138 msgid "--bare and --origin %s options are incompatible."
3139 msgstr ""
3141 #: builtin/clone.c:708
3142 msgid "--bare and --separate-git-dir are incompatible."
3143 msgstr ""
3145 #: builtin/clone.c:721
3146 #, c-format
3147 msgid "repository '%s' does not exist"
3148 msgstr ""
3150 #: builtin/clone.c:726
3151 msgid "--depth is ignored in local clones; use file:// instead."
3152 msgstr ""
3154 #: builtin/clone.c:736
3155 #, c-format
3156 msgid "destination path '%s' already exists and is not an empty directory."
3157 msgstr ""
3159 #: builtin/clone.c:746
3160 #, c-format
3161 msgid "working tree '%s' already exists."
3162 msgstr ""
3164 #: builtin/clone.c:759 builtin/clone.c:771
3165 #, c-format
3166 msgid "could not create leading directories of '%s'"
3167 msgstr ""
3169 #: builtin/clone.c:762
3170 #, c-format
3171 msgid "could not create work tree dir '%s'."
3172 msgstr ""
3174 #: builtin/clone.c:781
3175 #, c-format
3176 msgid "Cloning into bare repository '%s'...\n"
3177 msgstr ""
3179 #: builtin/clone.c:783
3180 #, c-format
3181 msgid "Cloning into '%s'...\n"
3182 msgstr ""
3184 #: builtin/clone.c:818
3185 #, c-format
3186 msgid "Don't know how to clone %s"
3187 msgstr ""
3189 #: builtin/clone.c:867
3190 #, c-format
3191 msgid "Remote branch %s not found in upstream %s"
3192 msgstr ""
3194 #: builtin/clone.c:874
3195 msgid "You appear to have cloned an empty repository."
3196 msgstr ""
3198 #: builtin/column.c:9
3199 msgid "git column [options]"
3200 msgstr ""
3202 #: builtin/column.c:26
3203 msgid "lookup config vars"
3204 msgstr ""
3206 #: builtin/column.c:27 builtin/column.c:28
3207 msgid "layout to use"
3208 msgstr ""
3210 #: builtin/column.c:29
3211 msgid "Maximum width"
3212 msgstr ""
3214 #: builtin/column.c:30
3215 msgid "Padding space on left border"
3216 msgstr ""
3218 #: builtin/column.c:31
3219 msgid "Padding space on right border"
3220 msgstr ""
3222 #: builtin/column.c:32
3223 msgid "Padding space between columns"
3224 msgstr ""
3226 #: builtin/column.c:51
3227 msgid "--command must be the first argument"
3228 msgstr ""
3230 #: builtin/commit.c:34
3231 msgid "git commit [options] [--] <pathspec>..."
3232 msgstr ""
3234 #: builtin/commit.c:39
3235 msgid "git status [options] [--] <pathspec>..."
3236 msgstr ""
3238 #: builtin/commit.c:44
3239 msgid ""
3240 "Your name and email address were configured automatically based\n"
3241 "on your username and hostname. Please check that they are accurate.\n"
3242 "You can suppress this message by setting them explicitly:\n"
3243 "\n"
3244 "    git config --global user.name \"Your Name\"\n"
3245 "    git config --global user.email you@example.com\n"
3246 "\n"
3247 "After doing this, you may fix the identity used for this commit with:\n"
3248 "\n"
3249 "    git commit --amend --reset-author\n"
3250 msgstr ""
3252 #: builtin/commit.c:56
3253 msgid ""
3254 "You asked to amend the most recent commit, but doing so would make\n"
3255 "it empty. You can repeat your command with --allow-empty, or you can\n"
3256 "remove the commit entirely with \"git reset HEAD^\".\n"
3257 msgstr ""
3259 #: builtin/commit.c:61
3260 msgid ""
3261 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
3262 "If you wish to commit it anyway, use:\n"
3263 "\n"
3264 "    git commit --allow-empty\n"
3265 "\n"
3266 "Otherwise, please use 'git reset'\n"
3267 msgstr ""
3269 #: builtin/commit.c:258
3270 msgid "failed to unpack HEAD tree object"
3271 msgstr ""
3273 #: builtin/commit.c:300
3274 msgid "unable to create temporary index"
3275 msgstr ""
3277 #: builtin/commit.c:306
3278 msgid "interactive add failed"
3279 msgstr ""
3281 #: builtin/commit.c:339 builtin/commit.c:360 builtin/commit.c:410
3282 msgid "unable to write new_index file"
3283 msgstr ""
3285 #: builtin/commit.c:391
3286 msgid "cannot do a partial commit during a merge."
3287 msgstr ""
3289 #: builtin/commit.c:393
3290 msgid "cannot do a partial commit during a cherry-pick."
3291 msgstr ""
3293 #: builtin/commit.c:403
3294 msgid "cannot read the index"
3295 msgstr ""
3297 #: builtin/commit.c:423
3298 msgid "unable to write temporary index file"
3299 msgstr ""
3301 #: builtin/commit.c:511 builtin/commit.c:517
3302 #, c-format
3303 msgid "invalid commit: %s"
3304 msgstr ""
3306 #: builtin/commit.c:540
3307 msgid "malformed --author parameter"
3308 msgstr ""
3310 #: builtin/commit.c:560
3311 #, c-format
3312 msgid "Malformed ident string: '%s'"
3313 msgstr ""
3315 #: builtin/commit.c:598 builtin/commit.c:631 builtin/commit.c:954
3316 #, c-format
3317 msgid "could not lookup commit %s"
3318 msgstr ""
3320 #: builtin/commit.c:610 builtin/shortlog.c:272
3321 #, c-format
3322 msgid "(reading log message from standard input)\n"
3323 msgstr ""
3325 #: builtin/commit.c:612
3326 msgid "could not read log from standard input"
3327 msgstr ""
3329 #: builtin/commit.c:616
3330 #, c-format
3331 msgid "could not read log file '%s'"
3332 msgstr ""
3334 #: builtin/commit.c:622
3335 msgid "commit has empty message"
3336 msgstr ""
3338 #: builtin/commit.c:638
3339 msgid "could not read MERGE_MSG"
3340 msgstr ""
3342 #: builtin/commit.c:642
3343 msgid "could not read SQUASH_MSG"
3344 msgstr ""
3346 #: builtin/commit.c:646
3347 #, c-format
3348 msgid "could not read '%s'"
3349 msgstr ""
3351 #: builtin/commit.c:707
3352 msgid "could not write commit template"
3353 msgstr ""
3355 #: builtin/commit.c:718
3356 #, c-format
3357 msgid ""
3358 "\n"
3359 "It looks like you may be committing a merge.\n"
3360 "If this is not correct, please remove the file\n"
3361 "\t%s\n"
3362 "and try again.\n"
3363 msgstr ""
3365 #: builtin/commit.c:723
3366 #, c-format
3367 msgid ""
3368 "\n"
3369 "It looks like you may be committing a cherry-pick.\n"
3370 "If this is not correct, please remove the file\n"
3371 "\t%s\n"
3372 "and try again.\n"
3373 msgstr ""
3375 #: builtin/commit.c:735
3376 #, c-format
3377 msgid ""
3378 "Please enter the commit message for your changes. Lines starting\n"
3379 "with '%c' will be ignored, and an empty message aborts the commit.\n"
3380 msgstr ""
3382 #: builtin/commit.c:740
3383 #, c-format
3384 msgid ""
3385 "Please enter the commit message for your changes. Lines starting\n"
3386 "with '%c' will be kept; you may remove them yourself if you want to.\n"
3387 "An empty message aborts the commit.\n"
3388 msgstr ""
3390 #: builtin/commit.c:753
3391 #, c-format
3392 msgid "%sAuthor:    %s"
3393 msgstr ""
3395 #: builtin/commit.c:760
3396 #, c-format
3397 msgid "%sCommitter: %s"
3398 msgstr ""
3400 #: builtin/commit.c:780
3401 msgid "Cannot read index"
3402 msgstr ""
3404 #: builtin/commit.c:817
3405 msgid "Error building trees"
3406 msgstr ""
3408 #: builtin/commit.c:832 builtin/tag.c:359
3409 #, c-format
3410 msgid "Please supply the message using either -m or -F option.\n"
3411 msgstr ""
3413 #: builtin/commit.c:929
3414 #, c-format
3415 msgid "No existing author found with '%s'"
3416 msgstr ""
3418 #: builtin/commit.c:944 builtin/commit.c:1138
3419 #, c-format
3420 msgid "Invalid untracked files mode '%s'"
3421 msgstr ""
3423 #: builtin/commit.c:974
3424 msgid "Using both --reset-author and --author does not make sense"
3425 msgstr ""
3427 #: builtin/commit.c:985
3428 msgid "You have nothing to amend."
3429 msgstr ""
3431 #: builtin/commit.c:988
3432 msgid "You are in the middle of a merge -- cannot amend."
3433 msgstr ""
3435 #: builtin/commit.c:990
3436 msgid "You are in the middle of a cherry-pick -- cannot amend."
3437 msgstr ""
3439 #: builtin/commit.c:993
3440 msgid "Options --squash and --fixup cannot be used together"
3441 msgstr ""
3443 #: builtin/commit.c:1003
3444 msgid "Only one of -c/-C/-F/--fixup can be used."
3445 msgstr ""
3447 #: builtin/commit.c:1005
3448 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
3449 msgstr ""
3451 #: builtin/commit.c:1013
3452 msgid "--reset-author can be used only with -C, -c or --amend."
3453 msgstr ""
3455 #: builtin/commit.c:1030
3456 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
3457 msgstr ""
3459 #: builtin/commit.c:1032
3460 msgid "No paths with --include/--only does not make sense."
3461 msgstr ""
3463 #: builtin/commit.c:1034
3464 msgid "Clever... amending the last one with dirty index."
3465 msgstr ""
3467 #: builtin/commit.c:1036
3468 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
3469 msgstr ""
3471 #: builtin/commit.c:1046 builtin/tag.c:575
3472 #, c-format
3473 msgid "Invalid cleanup mode %s"
3474 msgstr ""
3476 #: builtin/commit.c:1051
3477 msgid "Paths with -a does not make sense."
3478 msgstr ""
3480 #: builtin/commit.c:1057 builtin/commit.c:1192
3481 msgid "--long and -z are incompatible"
3482 msgstr ""
3484 #: builtin/commit.c:1152 builtin/commit.c:1388
3485 msgid "show status concisely"
3486 msgstr ""
3488 #: builtin/commit.c:1154 builtin/commit.c:1390
3489 msgid "show branch information"
3490 msgstr ""
3492 #: builtin/commit.c:1156 builtin/commit.c:1392 builtin/push.c:426
3493 msgid "machine-readable output"
3494 msgstr ""
3496 #: builtin/commit.c:1159 builtin/commit.c:1394
3497 msgid "show status in long format (default)"
3498 msgstr ""
3500 #: builtin/commit.c:1162 builtin/commit.c:1397
3501 msgid "terminate entries with NUL"
3502 msgstr ""
3504 #: builtin/commit.c:1164 builtin/commit.c:1400 builtin/fast-export.c:647
3505 #: builtin/fast-export.c:650 builtin/tag.c:459
3506 msgid "mode"
3507 msgstr ""
3509 #: builtin/commit.c:1165 builtin/commit.c:1400
3510 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
3511 msgstr ""
3513 #: builtin/commit.c:1168
3514 msgid "show ignored files"
3515 msgstr ""
3517 #: builtin/commit.c:1169 parse-options.h:151
3518 msgid "when"
3519 msgstr ""
3521 #: builtin/commit.c:1170
3522 msgid ""
3523 "ignore changes to submodules, optional when: all, dirty, untracked. "
3524 "(Default: all)"
3525 msgstr ""
3527 #: builtin/commit.c:1172
3528 msgid "list untracked files in columns"
3529 msgstr ""
3531 #: builtin/commit.c:1246
3532 msgid "couldn't look up newly created commit"
3533 msgstr ""
3535 #: builtin/commit.c:1248
3536 msgid "could not parse newly created commit"
3537 msgstr ""
3539 #: builtin/commit.c:1289
3540 msgid "detached HEAD"
3541 msgstr ""
3543 #: builtin/commit.c:1291
3544 msgid " (root-commit)"
3545 msgstr ""
3547 #: builtin/commit.c:1358
3548 msgid "suppress summary after successful commit"
3549 msgstr ""
3551 #: builtin/commit.c:1359
3552 msgid "show diff in commit message template"
3553 msgstr ""
3555 #: builtin/commit.c:1361
3556 msgid "Commit message options"
3557 msgstr ""
3559 #: builtin/commit.c:1362 builtin/tag.c:457
3560 msgid "read message from file"
3561 msgstr ""
3563 #: builtin/commit.c:1363
3564 msgid "author"
3565 msgstr ""
3567 #: builtin/commit.c:1363
3568 msgid "override author for commit"
3569 msgstr ""
3571 #: builtin/commit.c:1364 builtin/gc.c:178
3572 msgid "date"
3573 msgstr ""
3575 #: builtin/commit.c:1364
3576 msgid "override date for commit"
3577 msgstr ""
3579 #: builtin/commit.c:1365 builtin/merge.c:206 builtin/notes.c:533
3580 #: builtin/notes.c:690 builtin/tag.c:455
3581 msgid "message"
3582 msgstr ""
3584 #: builtin/commit.c:1365
3585 msgid "commit message"
3586 msgstr ""
3588 #: builtin/commit.c:1366
3589 msgid "reuse and edit message from specified commit"
3590 msgstr ""
3592 #: builtin/commit.c:1367
3593 msgid "reuse message from specified commit"
3594 msgstr ""
3596 #: builtin/commit.c:1368
3597 msgid "use autosquash formatted message to fixup specified commit"
3598 msgstr ""
3600 #: builtin/commit.c:1369
3601 msgid "use autosquash formatted message to squash specified commit"
3602 msgstr ""
3604 #: builtin/commit.c:1370
3605 msgid "the commit is authored by me now (used with -C/-c/--amend)"
3606 msgstr ""
3608 #: builtin/commit.c:1371 builtin/log.c:1102 builtin/revert.c:109
3609 msgid "add Signed-off-by:"
3610 msgstr ""
3612 #: builtin/commit.c:1372
3613 msgid "use specified template file"
3614 msgstr ""
3616 #: builtin/commit.c:1373
3617 msgid "force edit of commit"
3618 msgstr ""
3620 #: builtin/commit.c:1374
3621 msgid "default"
3622 msgstr ""
3624 #: builtin/commit.c:1374 builtin/tag.c:460
3625 msgid "how to strip spaces and #comments from message"
3626 msgstr ""
3628 #: builtin/commit.c:1375
3629 msgid "include status in commit message template"
3630 msgstr ""
3632 #: builtin/commit.c:1376 builtin/merge.c:213 builtin/tag.c:461
3633 msgid "key id"
3634 msgstr ""
3636 #: builtin/commit.c:1377 builtin/merge.c:214
3637 msgid "GPG sign commit"
3638 msgstr ""
3640 #. end commit message options
3641 #: builtin/commit.c:1380
3642 msgid "Commit contents options"
3643 msgstr ""
3645 #: builtin/commit.c:1381
3646 msgid "commit all changed files"
3647 msgstr ""
3649 #: builtin/commit.c:1382
3650 msgid "add specified files to index for commit"
3651 msgstr ""
3653 #: builtin/commit.c:1383
3654 msgid "interactively add files"
3655 msgstr ""
3657 #: builtin/commit.c:1384
3658 msgid "interactively add changes"
3659 msgstr ""
3661 #: builtin/commit.c:1385
3662 msgid "commit only specified files"
3663 msgstr ""
3665 #: builtin/commit.c:1386
3666 msgid "bypass pre-commit hook"
3667 msgstr ""
3669 #: builtin/commit.c:1387
3670 msgid "show what would be committed"
3671 msgstr ""
3673 #: builtin/commit.c:1398
3674 msgid "amend previous commit"
3675 msgstr ""
3677 #: builtin/commit.c:1399
3678 msgid "bypass post-rewrite hook"
3679 msgstr ""
3681 #: builtin/commit.c:1404
3682 msgid "ok to record an empty change"
3683 msgstr ""
3685 #: builtin/commit.c:1407
3686 msgid "ok to record a change with an empty message"
3687 msgstr ""
3689 #: builtin/commit.c:1439
3690 msgid "could not parse HEAD commit"
3691 msgstr ""
3693 #: builtin/commit.c:1477 builtin/merge.c:508
3694 #, c-format
3695 msgid "could not open '%s' for reading"
3696 msgstr ""
3698 #: builtin/commit.c:1484
3699 #, c-format
3700 msgid "Corrupt MERGE_HEAD file (%s)"
3701 msgstr ""
3703 #: builtin/commit.c:1491
3704 msgid "could not read MERGE_MODE"
3705 msgstr ""
3707 #: builtin/commit.c:1510
3708 #, c-format
3709 msgid "could not read commit message: %s"
3710 msgstr ""
3712 #: builtin/commit.c:1524
3713 #, c-format
3714 msgid "Aborting commit; you did not edit the message.\n"
3715 msgstr ""
3717 #: builtin/commit.c:1529
3718 #, c-format
3719 msgid "Aborting commit due to empty commit message.\n"
3720 msgstr ""
3722 #: builtin/commit.c:1544 builtin/merge.c:832 builtin/merge.c:857
3723 msgid "failed to write commit object"
3724 msgstr ""
3726 #: builtin/commit.c:1565
3727 msgid "cannot lock HEAD ref"
3728 msgstr ""
3730 #: builtin/commit.c:1569
3731 msgid "cannot update HEAD ref"
3732 msgstr ""
3734 #: builtin/commit.c:1580
3735 msgid ""
3736 "Repository has been updated, but unable to write\n"
3737 "new_index file. Check that disk is not full or quota is\n"
3738 "not exceeded, and then \"git reset HEAD\" to recover."
3739 msgstr ""
3741 #: builtin/config.c:7
3742 msgid "git config [options]"
3743 msgstr ""
3745 #: builtin/config.c:51
3746 msgid "Config file location"
3747 msgstr ""
3749 #: builtin/config.c:52
3750 msgid "use global config file"
3751 msgstr ""
3753 #: builtin/config.c:53
3754 msgid "use system config file"
3755 msgstr ""
3757 #: builtin/config.c:54
3758 msgid "use repository config file"
3759 msgstr ""
3761 #: builtin/config.c:55
3762 msgid "use given config file"
3763 msgstr ""
3765 #: builtin/config.c:56
3766 msgid "Action"
3767 msgstr ""
3769 #: builtin/config.c:57
3770 msgid "get value: name [value-regex]"
3771 msgstr ""
3773 #: builtin/config.c:58
3774 msgid "get all values: key [value-regex]"
3775 msgstr ""
3777 #: builtin/config.c:59
3778 msgid "get values for regexp: name-regex [value-regex]"
3779 msgstr ""
3781 #: builtin/config.c:60
3782 msgid "replace all matching variables: name value [value_regex]"
3783 msgstr ""
3785 #: builtin/config.c:61
3786 msgid "add a new variable: name value"
3787 msgstr ""
3789 #: builtin/config.c:62
3790 msgid "remove a variable: name [value-regex]"
3791 msgstr ""
3793 #: builtin/config.c:63
3794 msgid "remove all matches: name [value-regex]"
3795 msgstr ""
3797 #: builtin/config.c:64
3798 msgid "rename section: old-name new-name"
3799 msgstr ""
3801 #: builtin/config.c:65
3802 msgid "remove a section: name"
3803 msgstr ""
3805 #: builtin/config.c:66
3806 msgid "list all"
3807 msgstr ""
3809 #: builtin/config.c:67
3810 msgid "open an editor"
3811 msgstr ""
3813 #: builtin/config.c:68 builtin/config.c:69
3814 msgid "slot"
3815 msgstr ""
3817 #: builtin/config.c:68
3818 msgid "find the color configured: [default]"
3819 msgstr ""
3821 #: builtin/config.c:69
3822 msgid "find the color setting: [stdout-is-tty]"
3823 msgstr ""
3825 #: builtin/config.c:70
3826 msgid "Type"
3827 msgstr ""
3829 #: builtin/config.c:71
3830 msgid "value is \"true\" or \"false\""
3831 msgstr ""
3833 #: builtin/config.c:72
3834 msgid "value is decimal number"
3835 msgstr ""
3837 #: builtin/config.c:73
3838 msgid "value is --bool or --int"
3839 msgstr ""
3841 #: builtin/config.c:74
3842 msgid "value is a path (file or directory name)"
3843 msgstr ""
3845 #: builtin/config.c:75
3846 msgid "Other"
3847 msgstr ""
3849 #: builtin/config.c:76
3850 msgid "terminate values with NUL byte"
3851 msgstr ""
3853 #: builtin/config.c:77
3854 msgid "respect include directives on lookup"
3855 msgstr ""
3857 #: builtin/count-objects.c:69
3858 msgid "git count-objects [-v]"
3859 msgstr ""
3861 #: builtin/describe.c:15
3862 msgid "git describe [options] <committish>*"
3863 msgstr ""
3865 #: builtin/describe.c:16
3866 msgid "git describe [options] --dirty"
3867 msgstr ""
3869 #: builtin/describe.c:234
3870 #, c-format
3871 msgid "annotated tag %s not available"
3872 msgstr ""
3874 #: builtin/describe.c:238
3875 #, c-format
3876 msgid "annotated tag %s has no embedded name"
3877 msgstr ""
3879 #: builtin/describe.c:240
3880 #, c-format
3881 msgid "tag '%s' is really '%s' here"
3882 msgstr ""
3884 #: builtin/describe.c:267
3885 #, c-format
3886 msgid "Not a valid object name %s"
3887 msgstr ""
3889 #: builtin/describe.c:270
3890 #, c-format
3891 msgid "%s is not a valid '%s' object"
3892 msgstr ""
3894 #: builtin/describe.c:287
3895 #, c-format
3896 msgid "no tag exactly matches '%s'"
3897 msgstr ""
3899 #: builtin/describe.c:289
3900 #, c-format
3901 msgid "searching to describe %s\n"
3902 msgstr ""
3904 #: builtin/describe.c:329
3905 #, c-format
3906 msgid "finished search at %s\n"
3907 msgstr ""
3909 #: builtin/describe.c:353
3910 #, c-format
3911 msgid ""
3912 "No annotated tags can describe '%s'.\n"
3913 "However, there were unannotated tags: try --tags."
3914 msgstr ""
3916 #: builtin/describe.c:357
3917 #, c-format
3918 msgid ""
3919 "No tags can describe '%s'.\n"
3920 "Try --always, or create some tags."
3921 msgstr ""
3923 #: builtin/describe.c:378
3924 #, c-format
3925 msgid "traversed %lu commits\n"
3926 msgstr ""
3928 #: builtin/describe.c:381
3929 #, c-format
3930 msgid ""
3931 "more than %i tags found; listed %i most recent\n"
3932 "gave up search at %s\n"
3933 msgstr ""
3935 #: builtin/describe.c:403
3936 msgid "find the tag that comes after the commit"
3937 msgstr ""
3939 #: builtin/describe.c:404
3940 msgid "debug search strategy on stderr"
3941 msgstr ""
3943 #: builtin/describe.c:405
3944 msgid "use any ref in .git/refs"
3945 msgstr ""
3947 #: builtin/describe.c:406
3948 msgid "use any tag in .git/refs/tags"
3949 msgstr ""
3951 #: builtin/describe.c:407
3952 msgid "always use long format"
3953 msgstr ""
3955 #: builtin/describe.c:410
3956 msgid "only output exact matches"
3957 msgstr ""
3959 #: builtin/describe.c:412
3960 msgid "consider <n> most recent tags (default: 10)"
3961 msgstr ""
3963 #: builtin/describe.c:414
3964 msgid "only consider tags matching <pattern>"
3965 msgstr ""
3967 #: builtin/describe.c:416 builtin/name-rev.c:238
3968 msgid "show abbreviated commit object as fallback"
3969 msgstr ""
3971 #: builtin/describe.c:417
3972 msgid "mark"
3973 msgstr ""
3975 #: builtin/describe.c:418
3976 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
3977 msgstr ""
3979 #: builtin/describe.c:436
3980 msgid "--long is incompatible with --abbrev=0"
3981 msgstr ""
3983 #: builtin/describe.c:462
3984 msgid "No names found, cannot describe anything."
3985 msgstr ""
3987 #: builtin/describe.c:482
3988 msgid "--dirty is incompatible with committishes"
3989 msgstr ""
3991 #: builtin/diff.c:79
3992 #, c-format
3993 msgid "'%s': not a regular file or symlink"
3994 msgstr ""
3996 #: builtin/diff.c:228
3997 #, c-format
3998 msgid "invalid option: %s"
3999 msgstr ""
4001 #: builtin/diff.c:305
4002 msgid "Not a git repository"
4003 msgstr ""
4005 #: builtin/diff.c:348
4006 #, c-format
4007 msgid "invalid object '%s' given."
4008 msgstr ""
4010 #: builtin/diff.c:353
4011 #, c-format
4012 msgid "more than %d trees given: '%s'"
4013 msgstr ""
4015 #: builtin/diff.c:363
4016 #, c-format
4017 msgid "more than two blobs given: '%s'"
4018 msgstr ""
4020 #: builtin/diff.c:371
4021 #, c-format
4022 msgid "unhandled object '%s' given."
4023 msgstr ""
4025 #: builtin/fast-export.c:22
4026 msgid "git fast-export [rev-list-opts]"
4027 msgstr ""
4029 #: builtin/fast-export.c:646
4030 msgid "show progress after <n> objects"
4031 msgstr ""
4033 #: builtin/fast-export.c:648
4034 msgid "select handling of signed tags"
4035 msgstr ""
4037 #: builtin/fast-export.c:651
4038 msgid "select handling of tags that tag filtered objects"
4039 msgstr ""
4041 #: builtin/fast-export.c:654
4042 msgid "Dump marks to this file"
4043 msgstr ""
4045 #: builtin/fast-export.c:656
4046 msgid "Import marks from this file"
4047 msgstr ""
4049 #: builtin/fast-export.c:658
4050 msgid "Fake a tagger when tags lack one"
4051 msgstr ""
4053 #: builtin/fast-export.c:660
4054 msgid "Output full tree for each commit"
4055 msgstr ""
4057 #: builtin/fast-export.c:662
4058 msgid "Use the done feature to terminate the stream"
4059 msgstr ""
4061 #: builtin/fast-export.c:663
4062 msgid "Skip output of blob data"
4063 msgstr ""
4065 #: builtin/fetch.c:20
4066 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4067 msgstr ""
4069 #: builtin/fetch.c:21
4070 msgid "git fetch [<options>] <group>"
4071 msgstr ""
4073 #: builtin/fetch.c:22
4074 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4075 msgstr ""
4077 #: builtin/fetch.c:23
4078 msgid "git fetch --all [<options>]"
4079 msgstr ""
4081 #: builtin/fetch.c:60
4082 msgid "fetch from all remotes"
4083 msgstr ""
4085 #: builtin/fetch.c:62
4086 msgid "append to .git/FETCH_HEAD instead of overwriting"
4087 msgstr ""
4089 #: builtin/fetch.c:64
4090 msgid "path to upload pack on remote end"
4091 msgstr ""
4093 #: builtin/fetch.c:65
4094 msgid "force overwrite of local branch"
4095 msgstr ""
4097 #: builtin/fetch.c:67
4098 msgid "fetch from multiple remotes"
4099 msgstr ""
4101 #: builtin/fetch.c:69
4102 msgid "fetch all tags and associated objects"
4103 msgstr ""
4105 #: builtin/fetch.c:71
4106 msgid "do not fetch all tags (--no-tags)"
4107 msgstr ""
4109 #: builtin/fetch.c:73
4110 msgid "prune remote-tracking branches no longer on remote"
4111 msgstr ""
4113 #: builtin/fetch.c:74
4114 msgid "on-demand"
4115 msgstr ""
4117 #: builtin/fetch.c:75
4118 msgid "control recursive fetching of submodules"
4119 msgstr ""
4121 #: builtin/fetch.c:79
4122 msgid "keep downloaded pack"
4123 msgstr ""
4125 #: builtin/fetch.c:81
4126 msgid "allow updating of HEAD ref"
4127 msgstr ""
4129 #: builtin/fetch.c:84
4130 msgid "deepen history of shallow clone"
4131 msgstr ""
4133 #: builtin/fetch.c:86
4134 msgid "convert to a complete repository"
4135 msgstr ""
4137 #: builtin/fetch.c:88 builtin/log.c:1119
4138 msgid "dir"
4139 msgstr ""
4141 #: builtin/fetch.c:89
4142 msgid "prepend this to submodule path output"
4143 msgstr ""
4145 #: builtin/fetch.c:92
4146 msgid "default mode for recursion"
4147 msgstr ""
4149 #: builtin/fetch.c:204
4150 msgid "Couldn't find remote ref HEAD"
4151 msgstr ""
4153 #: builtin/fetch.c:257
4154 #, c-format
4155 msgid "object %s not found"
4156 msgstr ""
4158 #: builtin/fetch.c:262
4159 msgid "[up to date]"
4160 msgstr ""
4162 #: builtin/fetch.c:276
4163 #, c-format
4164 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4165 msgstr ""
4167 #: builtin/fetch.c:277 builtin/fetch.c:363
4168 msgid "[rejected]"
4169 msgstr ""
4171 #: builtin/fetch.c:288
4172 msgid "[tag update]"
4173 msgstr ""
4175 #: builtin/fetch.c:290 builtin/fetch.c:325 builtin/fetch.c:343
4176 msgid "  (unable to update local ref)"
4177 msgstr ""
4179 #: builtin/fetch.c:308
4180 msgid "[new tag]"
4181 msgstr ""
4183 #: builtin/fetch.c:311
4184 msgid "[new branch]"
4185 msgstr ""
4187 #: builtin/fetch.c:314
4188 msgid "[new ref]"
4189 msgstr ""
4191 #: builtin/fetch.c:359
4192 msgid "unable to update local ref"
4193 msgstr ""
4195 #: builtin/fetch.c:359
4196 msgid "forced update"
4197 msgstr ""
4199 #: builtin/fetch.c:365
4200 msgid "(non-fast-forward)"
4201 msgstr ""
4203 #: builtin/fetch.c:396 builtin/fetch.c:688
4204 #, c-format
4205 msgid "cannot open %s: %s\n"
4206 msgstr ""
4208 #: builtin/fetch.c:405
4209 #, c-format
4210 msgid "%s did not send all necessary objects\n"
4211 msgstr ""
4213 #: builtin/fetch.c:491
4214 #, c-format
4215 msgid "From %.*s\n"
4216 msgstr ""
4218 #: builtin/fetch.c:502
4219 #, c-format
4220 msgid ""
4221 "some local refs could not be updated; try running\n"
4222 " 'git remote prune %s' to remove any old, conflicting branches"
4223 msgstr ""
4225 #: builtin/fetch.c:552
4226 #, c-format
4227 msgid "   (%s will become dangling)"
4228 msgstr ""
4230 #: builtin/fetch.c:553
4231 #, c-format
4232 msgid "   (%s has become dangling)"
4233 msgstr ""
4235 #: builtin/fetch.c:560
4236 msgid "[deleted]"
4237 msgstr ""
4239 #: builtin/fetch.c:561 builtin/remote.c:1055
4240 msgid "(none)"
4241 msgstr ""
4243 #: builtin/fetch.c:678
4244 #, c-format
4245 msgid "Refusing to fetch into current branch %s of non-bare repository"
4246 msgstr ""
4248 #: builtin/fetch.c:712
4249 #, c-format
4250 msgid "Don't know how to fetch from %s"
4251 msgstr ""
4253 #: builtin/fetch.c:789
4254 #, c-format
4255 msgid "Option \"%s\" value \"%s\" is not valid for %s"
4256 msgstr ""
4258 #: builtin/fetch.c:792
4259 #, c-format
4260 msgid "Option \"%s\" is ignored for %s\n"
4261 msgstr ""
4263 #: builtin/fetch.c:894
4264 #, c-format
4265 msgid "Fetching %s\n"
4266 msgstr ""
4268 #: builtin/fetch.c:896 builtin/remote.c:100
4269 #, c-format
4270 msgid "Could not fetch %s"
4271 msgstr ""
4273 #: builtin/fetch.c:915
4274 msgid ""
4275 "No remote repository specified.  Please, specify either a URL or a\n"
4276 "remote name from which new revisions should be fetched."
4277 msgstr ""
4279 #: builtin/fetch.c:935
4280 msgid "You need to specify a tag name."
4281 msgstr ""
4283 #: builtin/fetch.c:981
4284 msgid "--depth and --unshallow cannot be used together"
4285 msgstr ""
4287 #: builtin/fetch.c:983
4288 msgid "--unshallow on a complete repository does not make sense"
4289 msgstr ""
4291 #: builtin/fetch.c:1002
4292 msgid "fetch --all does not take a repository argument"
4293 msgstr ""
4295 #: builtin/fetch.c:1004
4296 msgid "fetch --all does not make sense with refspecs"
4297 msgstr ""
4299 #: builtin/fetch.c:1015
4300 #, c-format
4301 msgid "No such remote or remote group: %s"
4302 msgstr ""
4304 #: builtin/fetch.c:1023
4305 msgid "Fetching a group and specifying refspecs does not make sense"
4306 msgstr ""
4308 #: builtin/fmt-merge-msg.c:13
4309 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
4310 msgstr ""
4312 #: builtin/fmt-merge-msg.c:659 builtin/fmt-merge-msg.c:662 builtin/grep.c:701
4313 #: builtin/merge.c:188 builtin/show-branch.c:656 builtin/show-ref.c:175
4314 #: builtin/tag.c:446 parse-options.h:133 parse-options.h:239
4315 msgid "n"
4316 msgstr ""
4318 #: builtin/fmt-merge-msg.c:660
4319 msgid "populate log with at most <n> entries from shortlog"
4320 msgstr ""
4322 #: builtin/fmt-merge-msg.c:663
4323 msgid "alias for --log (deprecated)"
4324 msgstr ""
4326 #: builtin/fmt-merge-msg.c:666
4327 msgid "text"
4328 msgstr ""
4330 #: builtin/fmt-merge-msg.c:667
4331 msgid "use <text> as start of message"
4332 msgstr ""
4334 #: builtin/fmt-merge-msg.c:668
4335 msgid "file to read from"
4336 msgstr ""
4338 #: builtin/for-each-ref.c:979
4339 msgid "git for-each-ref [options] [<pattern>]"
4340 msgstr ""
4342 #: builtin/for-each-ref.c:994
4343 msgid "quote placeholders suitably for shells"
4344 msgstr ""
4346 #: builtin/for-each-ref.c:996
4347 msgid "quote placeholders suitably for perl"
4348 msgstr ""
4350 #: builtin/for-each-ref.c:998
4351 msgid "quote placeholders suitably for python"
4352 msgstr ""
4354 #: builtin/for-each-ref.c:1000
4355 msgid "quote placeholders suitably for tcl"
4356 msgstr ""
4358 #: builtin/for-each-ref.c:1003
4359 msgid "show only <n> matched refs"
4360 msgstr ""
4362 #: builtin/for-each-ref.c:1004
4363 msgid "format"
4364 msgstr ""
4366 #: builtin/for-each-ref.c:1004
4367 msgid "format to use for the output"
4368 msgstr ""
4370 #: builtin/for-each-ref.c:1005
4371 msgid "key"
4372 msgstr ""
4374 #: builtin/for-each-ref.c:1006
4375 msgid "field name to sort on"
4376 msgstr ""
4378 #: builtin/fsck.c:608
4379 msgid "git fsck [options] [<object>...]"
4380 msgstr ""
4382 #: builtin/fsck.c:614
4383 msgid "show unreachable objects"
4384 msgstr ""
4386 #: builtin/fsck.c:615
4387 msgid "show dangling objects"
4388 msgstr ""
4390 #: builtin/fsck.c:616
4391 msgid "report tags"
4392 msgstr ""
4394 #: builtin/fsck.c:617
4395 msgid "report root nodes"
4396 msgstr ""
4398 #: builtin/fsck.c:618
4399 msgid "make index objects head nodes"
4400 msgstr ""
4402 #: builtin/fsck.c:619
4403 msgid "make reflogs head nodes (default)"
4404 msgstr ""
4406 #: builtin/fsck.c:620
4407 msgid "also consider packs and alternate objects"
4408 msgstr ""
4410 #: builtin/fsck.c:621
4411 msgid "enable more strict checking"
4412 msgstr ""
4414 #: builtin/fsck.c:623
4415 msgid "write dangling objects in .git/lost-found"
4416 msgstr ""
4418 #: builtin/fsck.c:624 builtin/prune.c:134
4419 msgid "show progress"
4420 msgstr ""
4422 #: builtin/gc.c:22
4423 msgid "git gc [options]"
4424 msgstr ""
4426 #: builtin/gc.c:63
4427 #, c-format
4428 msgid "Invalid %s: '%s'"
4429 msgstr ""
4431 #: builtin/gc.c:90
4432 #, c-format
4433 msgid "insanely long object directory %.*s"
4434 msgstr ""
4436 #: builtin/gc.c:179
4437 msgid "prune unreferenced objects"
4438 msgstr ""
4440 #: builtin/gc.c:181
4441 msgid "be more thorough (increased runtime)"
4442 msgstr ""
4444 #: builtin/gc.c:182
4445 msgid "enable auto-gc mode"
4446 msgstr ""
4448 #: builtin/gc.c:222
4449 #, c-format
4450 msgid ""
4451 "Auto packing the repository for optimum performance. You may also\n"
4452 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
4453 msgstr ""
4455 #: builtin/gc.c:249
4456 msgid ""
4457 "There are too many unreachable loose objects; run 'git prune' to remove them."
4458 msgstr ""
4460 #: builtin/grep.c:22
4461 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
4462 msgstr ""
4464 #: builtin/grep.c:217
4465 #, c-format
4466 msgid "grep: failed to create thread: %s"
4467 msgstr ""
4469 #: builtin/grep.c:365
4470 #, c-format
4471 msgid "Failed to chdir: %s"
4472 msgstr ""
4474 #: builtin/grep.c:443 builtin/grep.c:478
4475 #, c-format
4476 msgid "unable to read tree (%s)"
4477 msgstr ""
4479 #: builtin/grep.c:493
4480 #, c-format
4481 msgid "unable to grep from object of type %s"
4482 msgstr ""
4484 #: builtin/grep.c:551
4485 #, c-format
4486 msgid "switch `%c' expects a numerical value"
4487 msgstr ""
4489 #: builtin/grep.c:568
4490 #, c-format
4491 msgid "cannot open '%s'"
4492 msgstr ""
4494 #: builtin/grep.c:643
4495 msgid "search in index instead of in the work tree"
4496 msgstr ""
4498 #: builtin/grep.c:645
4499 msgid "find in contents not managed by git"
4500 msgstr ""
4502 #: builtin/grep.c:647
4503 msgid "search in both tracked and untracked files"
4504 msgstr ""
4506 #: builtin/grep.c:649
4507 msgid "search also in ignored files"
4508 msgstr ""
4510 #: builtin/grep.c:652
4511 msgid "show non-matching lines"
4512 msgstr ""
4514 #: builtin/grep.c:654
4515 msgid "case insensitive matching"
4516 msgstr ""
4518 #: builtin/grep.c:656
4519 msgid "match patterns only at word boundaries"
4520 msgstr ""
4522 #: builtin/grep.c:658
4523 msgid "process binary files as text"
4524 msgstr ""
4526 #: builtin/grep.c:660
4527 msgid "don't match patterns in binary files"
4528 msgstr ""
4530 #: builtin/grep.c:663
4531 msgid "descend at most <depth> levels"
4532 msgstr ""
4534 #: builtin/grep.c:667
4535 msgid "use extended POSIX regular expressions"
4536 msgstr ""
4538 #: builtin/grep.c:670
4539 msgid "use basic POSIX regular expressions (default)"
4540 msgstr ""
4542 #: builtin/grep.c:673
4543 msgid "interpret patterns as fixed strings"
4544 msgstr ""
4546 #: builtin/grep.c:676
4547 msgid "use Perl-compatible regular expressions"
4548 msgstr ""
4550 #: builtin/grep.c:679
4551 msgid "show line numbers"
4552 msgstr ""
4554 #: builtin/grep.c:680
4555 msgid "don't show filenames"
4556 msgstr ""
4558 #: builtin/grep.c:681
4559 msgid "show filenames"
4560 msgstr ""
4562 #: builtin/grep.c:683
4563 msgid "show filenames relative to top directory"
4564 msgstr ""
4566 #: builtin/grep.c:685
4567 msgid "show only filenames instead of matching lines"
4568 msgstr ""
4570 #: builtin/grep.c:687
4571 msgid "synonym for --files-with-matches"
4572 msgstr ""
4574 #: builtin/grep.c:690
4575 msgid "show only the names of files without match"
4576 msgstr ""
4578 #: builtin/grep.c:692
4579 msgid "print NUL after filenames"
4580 msgstr ""
4582 #: builtin/grep.c:694
4583 msgid "show the number of matches instead of matching lines"
4584 msgstr ""
4586 #: builtin/grep.c:695
4587 msgid "highlight matches"
4588 msgstr ""
4590 #: builtin/grep.c:697
4591 msgid "print empty line between matches from different files"
4592 msgstr ""
4594 #: builtin/grep.c:699
4595 msgid "show filename only once above matches from same file"
4596 msgstr ""
4598 #: builtin/grep.c:702
4599 msgid "show <n> context lines before and after matches"
4600 msgstr ""
4602 #: builtin/grep.c:705
4603 msgid "show <n> context lines before matches"
4604 msgstr ""
4606 #: builtin/grep.c:707
4607 msgid "show <n> context lines after matches"
4608 msgstr ""
4610 #: builtin/grep.c:708
4611 msgid "shortcut for -C NUM"
4612 msgstr ""
4614 #: builtin/grep.c:711
4615 msgid "show a line with the function name before matches"
4616 msgstr ""
4618 #: builtin/grep.c:713
4619 msgid "show the surrounding function"
4620 msgstr ""
4622 #: builtin/grep.c:716
4623 msgid "read patterns from file"
4624 msgstr ""
4626 #: builtin/grep.c:718
4627 msgid "match <pattern>"
4628 msgstr ""
4630 #: builtin/grep.c:720
4631 msgid "combine patterns specified with -e"
4632 msgstr ""
4634 #: builtin/grep.c:732
4635 msgid "indicate hit with exit status without output"
4636 msgstr ""
4638 #: builtin/grep.c:734
4639 msgid "show only matches from files that match all patterns"
4640 msgstr ""
4642 #: builtin/grep.c:736
4643 msgid "show parse tree for grep expression"
4644 msgstr ""
4646 #: builtin/grep.c:740
4647 msgid "pager"
4648 msgstr ""
4650 #: builtin/grep.c:740
4651 msgid "show matching files in the pager"
4652 msgstr ""
4654 #: builtin/grep.c:743
4655 msgid "allow calling of grep(1) (ignored by this build)"
4656 msgstr ""
4658 #: builtin/grep.c:744 builtin/show-ref.c:184
4659 msgid "show usage"
4660 msgstr ""
4662 #: builtin/grep.c:811
4663 msgid "no pattern given."
4664 msgstr ""
4666 #: builtin/grep.c:825
4667 #, c-format
4668 msgid "bad object %s"
4669 msgstr ""
4671 #: builtin/grep.c:868
4672 msgid "--open-files-in-pager only works on the worktree"
4673 msgstr ""
4675 #: builtin/grep.c:891
4676 msgid "--cached or --untracked cannot be used with --no-index."
4677 msgstr ""
4679 #: builtin/grep.c:896
4680 msgid "--no-index or --untracked cannot be used with revs."
4681 msgstr ""
4683 #: builtin/grep.c:899
4684 msgid "--[no-]exclude-standard cannot be used for tracked contents."
4685 msgstr ""
4687 #: builtin/grep.c:907
4688 msgid "both --cached and trees are given."
4689 msgstr ""
4691 #: builtin/hash-object.c:60
4692 msgid ""
4693 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
4694 "<file>..."
4695 msgstr ""
4697 #: builtin/hash-object.c:61
4698 msgid "git hash-object  --stdin-paths < <list-of-paths>"
4699 msgstr ""
4701 #: builtin/hash-object.c:72
4702 msgid "type"
4703 msgstr ""
4705 #: builtin/hash-object.c:72
4706 msgid "object type"
4707 msgstr ""
4709 #: builtin/hash-object.c:73
4710 msgid "write the object into the object database"
4711 msgstr ""
4713 #: builtin/hash-object.c:74
4714 msgid "read the object from stdin"
4715 msgstr ""
4717 #: builtin/hash-object.c:76
4718 msgid "store file as is without filters"
4719 msgstr ""
4721 #: builtin/hash-object.c:77
4722 msgid "process file as it were from this path"
4723 msgstr ""
4725 #: builtin/help.c:42
4726 msgid "print all available commands"
4727 msgstr ""
4729 #: builtin/help.c:43
4730 msgid "show man page"
4731 msgstr ""
4733 #: builtin/help.c:44
4734 msgid "show manual in web browser"
4735 msgstr ""
4737 #: builtin/help.c:46
4738 msgid "show info page"
4739 msgstr ""
4741 #: builtin/help.c:52
4742 msgid "git help [--all] [--man|--web|--info] [command]"
4743 msgstr ""
4745 #: builtin/help.c:64
4746 #, c-format
4747 msgid "unrecognized help format '%s'"
4748 msgstr ""
4750 #: builtin/help.c:92
4751 msgid "Failed to start emacsclient."
4752 msgstr ""
4754 #: builtin/help.c:105
4755 msgid "Failed to parse emacsclient version."
4756 msgstr ""
4758 #: builtin/help.c:113
4759 #, c-format
4760 msgid "emacsclient version '%d' too old (< 22)."
4761 msgstr ""
4763 #: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
4764 #, c-format
4765 msgid "failed to exec '%s': %s"
4766 msgstr ""
4768 #: builtin/help.c:216
4769 #, c-format
4770 msgid ""
4771 "'%s': path for unsupported man viewer.\n"
4772 "Please consider using 'man.<tool>.cmd' instead."
4773 msgstr ""
4775 #: builtin/help.c:228
4776 #, c-format
4777 msgid ""
4778 "'%s': cmd for supported man viewer.\n"
4779 "Please consider using 'man.<tool>.path' instead."
4780 msgstr ""
4782 #: builtin/help.c:349
4783 #, c-format
4784 msgid "'%s': unknown man viewer."
4785 msgstr ""
4787 #: builtin/help.c:366
4788 msgid "no man viewer handled the request"
4789 msgstr ""
4791 #: builtin/help.c:374
4792 msgid "no info viewer handled the request"
4793 msgstr ""
4795 #: builtin/help.c:429 builtin/help.c:436
4796 #, c-format
4797 msgid "usage: %s%s"
4798 msgstr ""
4800 #: builtin/help.c:452
4801 #, c-format
4802 msgid "`git %s' is aliased to `%s'"
4803 msgstr ""
4805 #: builtin/index-pack.c:170
4806 #, c-format
4807 msgid "object type mismatch at %s"
4808 msgstr ""
4810 #: builtin/index-pack.c:190
4811 msgid "object of unexpected type"
4812 msgstr ""
4814 #: builtin/index-pack.c:227
4815 #, c-format
4816 msgid "cannot fill %d byte"
4817 msgid_plural "cannot fill %d bytes"
4818 msgstr[0] ""
4819 msgstr[1] ""
4821 #: builtin/index-pack.c:237
4822 msgid "early EOF"
4823 msgstr ""
4825 #: builtin/index-pack.c:238
4826 msgid "read error on input"
4827 msgstr ""
4829 #: builtin/index-pack.c:250
4830 msgid "used more bytes than were available"
4831 msgstr ""
4833 #: builtin/index-pack.c:257
4834 msgid "pack too large for current definition of off_t"
4835 msgstr ""
4837 #: builtin/index-pack.c:273
4838 #, c-format
4839 msgid "unable to create '%s'"
4840 msgstr ""
4842 #: builtin/index-pack.c:278
4843 #, c-format
4844 msgid "cannot open packfile '%s'"
4845 msgstr ""
4847 #: builtin/index-pack.c:292
4848 msgid "pack signature mismatch"
4849 msgstr ""
4851 #: builtin/index-pack.c:294
4852 #, c-format
4853 msgid "pack version %<PRIu32> unsupported"
4854 msgstr ""
4856 #: builtin/index-pack.c:312
4857 #, c-format
4858 msgid "pack has bad object at offset %lu: %s"
4859 msgstr ""
4861 #: builtin/index-pack.c:434
4862 #, c-format
4863 msgid "inflate returned %d"
4864 msgstr ""
4866 #: builtin/index-pack.c:483
4867 msgid "offset value overflow for delta base object"
4868 msgstr ""
4870 #: builtin/index-pack.c:491
4871 msgid "delta base offset is out of bound"
4872 msgstr ""
4874 #: builtin/index-pack.c:499
4875 #, c-format
4876 msgid "unknown object type %d"
4877 msgstr ""
4879 #: builtin/index-pack.c:530
4880 msgid "cannot pread pack file"
4881 msgstr ""
4883 #: builtin/index-pack.c:532
4884 #, c-format
4885 msgid "premature end of pack file, %lu byte missing"
4886 msgid_plural "premature end of pack file, %lu bytes missing"
4887 msgstr[0] ""
4888 msgstr[1] ""
4890 #: builtin/index-pack.c:558
4891 msgid "serious inflate inconsistency"
4892 msgstr ""
4894 #: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
4895 #: builtin/index-pack.c:712 builtin/index-pack.c:721
4896 #, c-format
4897 msgid "SHA1 COLLISION FOUND WITH %s !"
4898 msgstr ""
4900 #: builtin/index-pack.c:652 builtin/pack-objects.c:170
4901 #: builtin/pack-objects.c:262
4902 #, c-format
4903 msgid "unable to read %s"
4904 msgstr ""
4906 #: builtin/index-pack.c:718
4907 #, c-format
4908 msgid "cannot read existing object %s"
4909 msgstr ""
4911 #: builtin/index-pack.c:732
4912 #, c-format
4913 msgid "invalid blob object %s"
4914 msgstr ""
4916 #: builtin/index-pack.c:747
4917 #, c-format
4918 msgid "invalid %s"
4919 msgstr ""
4921 #: builtin/index-pack.c:749
4922 msgid "Error in object"
4923 msgstr ""
4925 #: builtin/index-pack.c:751
4926 #, c-format
4927 msgid "Not all child objects of %s are reachable"
4928 msgstr ""
4930 #: builtin/index-pack.c:821 builtin/index-pack.c:847
4931 msgid "failed to apply delta"
4932 msgstr ""
4934 #: builtin/index-pack.c:986
4935 msgid "Receiving objects"
4936 msgstr ""
4938 #: builtin/index-pack.c:986
4939 msgid "Indexing objects"
4940 msgstr ""
4942 #: builtin/index-pack.c:1012
4943 msgid "pack is corrupted (SHA1 mismatch)"
4944 msgstr ""
4946 #: builtin/index-pack.c:1017
4947 msgid "cannot fstat packfile"
4948 msgstr ""
4950 #: builtin/index-pack.c:1020
4951 msgid "pack has junk at the end"
4952 msgstr ""
4954 #: builtin/index-pack.c:1031
4955 msgid "confusion beyond insanity in parse_pack_objects()"
4956 msgstr ""
4958 #: builtin/index-pack.c:1054
4959 msgid "Resolving deltas"
4960 msgstr ""
4962 #: builtin/index-pack.c:1064
4963 #, c-format
4964 msgid "unable to create thread: %s"
4965 msgstr ""
4967 #: builtin/index-pack.c:1106
4968 msgid "confusion beyond insanity"
4969 msgstr ""
4971 #: builtin/index-pack.c:1112
4972 #, c-format
4973 msgid "completed with %d local objects"
4974 msgstr ""
4976 #: builtin/index-pack.c:1121
4977 #, c-format
4978 msgid "Unexpected tail checksum for %s (disk corruption?)"
4979 msgstr ""
4981 #: builtin/index-pack.c:1125
4982 #, c-format
4983 msgid "pack has %d unresolved delta"
4984 msgid_plural "pack has %d unresolved deltas"
4985 msgstr[0] ""
4986 msgstr[1] ""
4988 #: builtin/index-pack.c:1150
4989 #, c-format
4990 msgid "unable to deflate appended object (%d)"
4991 msgstr ""
4993 #: builtin/index-pack.c:1229
4994 #, c-format
4995 msgid "local object %s is corrupt"
4996 msgstr ""
4998 #: builtin/index-pack.c:1253
4999 msgid "error while closing pack file"
5000 msgstr ""
5002 #: builtin/index-pack.c:1266
5003 #, c-format
5004 msgid "cannot write keep file '%s'"
5005 msgstr ""
5007 #: builtin/index-pack.c:1274
5008 #, c-format
5009 msgid "cannot close written keep file '%s'"
5010 msgstr ""
5012 #: builtin/index-pack.c:1287
5013 msgid "cannot store pack file"
5014 msgstr ""
5016 #: builtin/index-pack.c:1298
5017 msgid "cannot store index file"
5018 msgstr ""
5020 #: builtin/index-pack.c:1331
5021 #, c-format
5022 msgid "bad pack.indexversion=%<PRIu32>"
5023 msgstr ""
5025 #: builtin/index-pack.c:1337
5026 #, c-format
5027 msgid "invalid number of threads specified (%d)"
5028 msgstr ""
5030 #: builtin/index-pack.c:1341 builtin/index-pack.c:1514
5031 #, c-format
5032 msgid "no threads support, ignoring %s"
5033 msgstr ""
5035 #: builtin/index-pack.c:1399
5036 #, c-format
5037 msgid "Cannot open existing pack file '%s'"
5038 msgstr ""
5040 #: builtin/index-pack.c:1401
5041 #, c-format
5042 msgid "Cannot open existing pack idx file for '%s'"
5043 msgstr ""
5045 #: builtin/index-pack.c:1448
5046 #, c-format
5047 msgid "non delta: %d object"
5048 msgid_plural "non delta: %d objects"
5049 msgstr[0] ""
5050 msgstr[1] ""
5052 #: builtin/index-pack.c:1455
5053 #, c-format
5054 msgid "chain length = %d: %lu object"
5055 msgid_plural "chain length = %d: %lu objects"
5056 msgstr[0] ""
5057 msgstr[1] ""
5059 #: builtin/index-pack.c:1482
5060 msgid "Cannot come back to cwd"
5061 msgstr ""
5063 #: builtin/index-pack.c:1526 builtin/index-pack.c:1529
5064 #: builtin/index-pack.c:1541 builtin/index-pack.c:1545
5065 #, c-format
5066 msgid "bad %s"
5067 msgstr ""
5069 #: builtin/index-pack.c:1559
5070 msgid "--fix-thin cannot be used without --stdin"
5071 msgstr ""
5073 #: builtin/index-pack.c:1563 builtin/index-pack.c:1573
5074 #, c-format
5075 msgid "packfile name '%s' does not end with '.pack'"
5076 msgstr ""
5078 #: builtin/index-pack.c:1582
5079 msgid "--verify with no packfile name given"
5080 msgstr ""
5082 #: builtin/init-db.c:35
5083 #, c-format
5084 msgid "Could not make %s writable by group"
5085 msgstr ""
5087 #: builtin/init-db.c:62
5088 #, c-format
5089 msgid "insanely long template name %s"
5090 msgstr ""
5092 #: builtin/init-db.c:67
5093 #, c-format
5094 msgid "cannot stat '%s'"
5095 msgstr ""
5097 #: builtin/init-db.c:73
5098 #, c-format
5099 msgid "cannot stat template '%s'"
5100 msgstr ""
5102 #: builtin/init-db.c:80
5103 #, c-format
5104 msgid "cannot opendir '%s'"
5105 msgstr ""
5107 #: builtin/init-db.c:97
5108 #, c-format
5109 msgid "cannot readlink '%s'"
5110 msgstr ""
5112 #: builtin/init-db.c:99
5113 #, c-format
5114 msgid "insanely long symlink %s"
5115 msgstr ""
5117 #: builtin/init-db.c:102
5118 #, c-format
5119 msgid "cannot symlink '%s' '%s'"
5120 msgstr ""
5122 #: builtin/init-db.c:106
5123 #, c-format
5124 msgid "cannot copy '%s' to '%s'"
5125 msgstr ""
5127 #: builtin/init-db.c:110
5128 #, c-format
5129 msgid "ignoring template %s"
5130 msgstr ""
5132 #: builtin/init-db.c:133
5133 #, c-format
5134 msgid "insanely long template path %s"
5135 msgstr ""
5137 #: builtin/init-db.c:141
5138 #, c-format
5139 msgid "templates not found %s"
5140 msgstr ""
5142 #: builtin/init-db.c:154
5143 #, c-format
5144 msgid "not copying templates of a wrong format version %d from '%s'"
5145 msgstr ""
5147 #: builtin/init-db.c:192
5148 #, c-format
5149 msgid "insane git directory %s"
5150 msgstr ""
5152 #: builtin/init-db.c:323 builtin/init-db.c:326
5153 #, c-format
5154 msgid "%s already exists"
5155 msgstr ""
5157 #: builtin/init-db.c:355
5158 #, c-format
5159 msgid "unable to handle file type %d"
5160 msgstr ""
5162 #: builtin/init-db.c:358
5163 #, c-format
5164 msgid "unable to move %s to %s"
5165 msgstr ""
5167 #: builtin/init-db.c:363
5168 #, c-format
5169 msgid "Could not create git link %s"
5170 msgstr ""
5173 #. * TRANSLATORS: The first '%s' is either "Reinitialized
5174 #. * existing" or "Initialized empty", the second " shared" or
5175 #. * "", and the last '%s%s' is the verbatim directory name.
5177 #: builtin/init-db.c:420
5178 #, c-format
5179 msgid "%s%s Git repository in %s%s\n"
5180 msgstr ""
5182 #: builtin/init-db.c:421
5183 msgid "Reinitialized existing"
5184 msgstr ""
5186 #: builtin/init-db.c:421
5187 msgid "Initialized empty"
5188 msgstr ""
5190 #: builtin/init-db.c:422
5191 msgid " shared"
5192 msgstr ""
5194 #: builtin/init-db.c:441
5195 msgid "cannot tell cwd"
5196 msgstr ""
5198 #: builtin/init-db.c:467
5199 msgid ""
5200 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
5201 "shared[=<permissions>]] [directory]"
5202 msgstr ""
5204 #: builtin/init-db.c:490
5205 msgid "permissions"
5206 msgstr ""
5208 #: builtin/init-db.c:491
5209 msgid "specify that the git repository is to be shared amongst several users"
5210 msgstr ""
5212 #: builtin/init-db.c:493 builtin/prune-packed.c:77
5213 msgid "be quiet"
5214 msgstr ""
5216 #: builtin/init-db.c:522 builtin/init-db.c:529
5217 #, c-format
5218 msgid "cannot mkdir %s"
5219 msgstr ""
5221 #: builtin/init-db.c:533
5222 #, c-format
5223 msgid "cannot chdir to %s"
5224 msgstr ""
5226 #: builtin/init-db.c:555
5227 #, c-format
5228 msgid ""
5229 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
5230 "dir=<directory>)"
5231 msgstr ""
5233 #: builtin/init-db.c:579
5234 msgid "Cannot access current working directory"
5235 msgstr ""
5237 #: builtin/init-db.c:586
5238 #, c-format
5239 msgid "Cannot access work tree '%s'"
5240 msgstr ""
5242 #: builtin/log.c:39
5243 msgid "git log [<options>] [<since>..<until>] [[--] <path>...]\n"
5244 msgstr ""
5246 #: builtin/log.c:40
5247 msgid "   or: git show [options] <object>..."
5248 msgstr ""
5250 #: builtin/log.c:102
5251 msgid "suppress diff output"
5252 msgstr ""
5254 #: builtin/log.c:103
5255 msgid "show source"
5256 msgstr ""
5258 #: builtin/log.c:104
5259 msgid "Use mail map file"
5260 msgstr ""
5262 #: builtin/log.c:105
5263 msgid "decorate options"
5264 msgstr ""
5266 #: builtin/log.c:198
5267 #, c-format
5268 msgid "Final output: %d %s\n"
5269 msgstr ""
5271 #: builtin/log.c:419 builtin/log.c:511
5272 #, c-format
5273 msgid "Could not read object %s"
5274 msgstr ""
5276 #: builtin/log.c:535
5277 #, c-format
5278 msgid "Unknown type: %d"
5279 msgstr ""
5281 #: builtin/log.c:627
5282 msgid "format.headers without value"
5283 msgstr ""
5285 #: builtin/log.c:701
5286 msgid "name of output directory is too long"
5287 msgstr ""
5289 #: builtin/log.c:717
5290 #, c-format
5291 msgid "Cannot open patch file %s"
5292 msgstr ""
5294 #: builtin/log.c:731
5295 msgid "Need exactly one range."
5296 msgstr ""
5298 #: builtin/log.c:739
5299 msgid "Not a range."
5300 msgstr ""
5302 #: builtin/log.c:812
5303 msgid "Cover letter needs email format"
5304 msgstr ""
5306 #: builtin/log.c:885
5307 #, c-format
5308 msgid "insane in-reply-to: %s"
5309 msgstr ""
5311 #: builtin/log.c:913
5312 msgid "git format-patch [options] [<since> | <revision range>]"
5313 msgstr ""
5315 #: builtin/log.c:958
5316 msgid "Two output directories?"
5317 msgstr ""
5319 #: builtin/log.c:1097
5320 msgid "use [PATCH n/m] even with a single patch"
5321 msgstr ""
5323 #: builtin/log.c:1100
5324 msgid "use [PATCH] even with multiple patches"
5325 msgstr ""
5327 #: builtin/log.c:1104
5328 msgid "print patches to standard out"
5329 msgstr ""
5331 #: builtin/log.c:1106
5332 msgid "generate a cover letter"
5333 msgstr ""
5335 #: builtin/log.c:1108
5336 msgid "use simple number sequence for output file names"
5337 msgstr ""
5339 #: builtin/log.c:1109
5340 msgid "sfx"
5341 msgstr ""
5343 #: builtin/log.c:1110
5344 msgid "use <sfx> instead of '.patch'"
5345 msgstr ""
5347 #: builtin/log.c:1112
5348 msgid "start numbering patches at <n> instead of 1"
5349 msgstr ""
5351 #: builtin/log.c:1114
5352 msgid "mark the series as Nth re-roll"
5353 msgstr ""
5355 #: builtin/log.c:1116
5356 msgid "Use [<prefix>] instead of [PATCH]"
5357 msgstr ""
5359 #: builtin/log.c:1119
5360 msgid "store resulting files in <dir>"
5361 msgstr ""
5363 #: builtin/log.c:1122
5364 msgid "don't strip/add [PATCH]"
5365 msgstr ""
5367 #: builtin/log.c:1125
5368 msgid "don't output binary diffs"
5369 msgstr ""
5371 #: builtin/log.c:1127
5372 msgid "don't include a patch matching a commit upstream"
5373 msgstr ""
5375 #: builtin/log.c:1129
5376 msgid "show patch format instead of default (patch + stat)"
5377 msgstr ""
5379 #: builtin/log.c:1131
5380 msgid "Messaging"
5381 msgstr ""
5383 #: builtin/log.c:1132
5384 msgid "header"
5385 msgstr ""
5387 #: builtin/log.c:1133
5388 msgid "add email header"
5389 msgstr ""
5391 #: builtin/log.c:1134 builtin/log.c:1136
5392 msgid "email"
5393 msgstr ""
5395 #: builtin/log.c:1134
5396 msgid "add To: header"
5397 msgstr ""
5399 #: builtin/log.c:1136
5400 msgid "add Cc: header"
5401 msgstr ""
5403 #: builtin/log.c:1138
5404 msgid "message-id"
5405 msgstr ""
5407 #: builtin/log.c:1139
5408 msgid "make first mail a reply to <message-id>"
5409 msgstr ""
5411 #: builtin/log.c:1140 builtin/log.c:1143
5412 msgid "boundary"
5413 msgstr ""
5415 #: builtin/log.c:1141
5416 msgid "attach the patch"
5417 msgstr ""
5419 #: builtin/log.c:1144
5420 msgid "inline the patch"
5421 msgstr ""
5423 #: builtin/log.c:1148
5424 msgid "enable message threading, styles: shallow, deep"
5425 msgstr ""
5427 #: builtin/log.c:1150
5428 msgid "signature"
5429 msgstr ""
5431 #: builtin/log.c:1151
5432 msgid "add a signature"
5433 msgstr ""
5435 #: builtin/log.c:1153
5436 msgid "don't print the patch filenames"
5437 msgstr ""
5439 #: builtin/log.c:1202
5440 #, c-format
5441 msgid "bogus committer info %s"
5442 msgstr ""
5444 #: builtin/log.c:1247
5445 msgid "-n and -k are mutually exclusive."
5446 msgstr ""
5448 #: builtin/log.c:1249
5449 msgid "--subject-prefix and -k are mutually exclusive."
5450 msgstr ""
5452 #: builtin/log.c:1257
5453 msgid "--name-only does not make sense"
5454 msgstr ""
5456 #: builtin/log.c:1259
5457 msgid "--name-status does not make sense"
5458 msgstr ""
5460 #: builtin/log.c:1261
5461 msgid "--check does not make sense"
5462 msgstr ""
5464 #: builtin/log.c:1284
5465 msgid "standard output, or directory, which one?"
5466 msgstr ""
5468 #: builtin/log.c:1286
5469 #, c-format
5470 msgid "Could not create directory '%s'"
5471 msgstr ""
5473 #: builtin/log.c:1439
5474 msgid "Failed to create output files"
5475 msgstr ""
5477 #: builtin/log.c:1488
5478 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
5479 msgstr ""
5481 #: builtin/log.c:1543
5482 #, c-format
5483 msgid ""
5484 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
5485 msgstr ""
5487 #: builtin/log.c:1556 builtin/log.c:1558 builtin/log.c:1570
5488 #, c-format
5489 msgid "Unknown commit %s"
5490 msgstr ""
5492 #: builtin/ls-files.c:409
5493 msgid "git ls-files [options] [<file>...]"
5494 msgstr ""
5496 #: builtin/ls-files.c:466
5497 msgid "identify the file status with tags"
5498 msgstr ""
5500 #: builtin/ls-files.c:468
5501 msgid "use lowercase letters for 'assume unchanged' files"
5502 msgstr ""
5504 #: builtin/ls-files.c:470
5505 msgid "show cached files in the output (default)"
5506 msgstr ""
5508 #: builtin/ls-files.c:472
5509 msgid "show deleted files in the output"
5510 msgstr ""
5512 #: builtin/ls-files.c:474
5513 msgid "show modified files in the output"
5514 msgstr ""
5516 #: builtin/ls-files.c:476
5517 msgid "show other files in the output"
5518 msgstr ""
5520 #: builtin/ls-files.c:478
5521 msgid "show ignored files in the output"
5522 msgstr ""
5524 #: builtin/ls-files.c:481
5525 msgid "show staged contents' object name in the output"
5526 msgstr ""
5528 #: builtin/ls-files.c:483
5529 msgid "show files on the filesystem that need to be removed"
5530 msgstr ""
5532 #: builtin/ls-files.c:485
5533 msgid "show 'other' directories' name only"
5534 msgstr ""
5536 #: builtin/ls-files.c:488
5537 msgid "don't show empty directories"
5538 msgstr ""
5540 #: builtin/ls-files.c:491
5541 msgid "show unmerged files in the output"
5542 msgstr ""
5544 #: builtin/ls-files.c:493
5545 msgid "show resolve-undo information"
5546 msgstr ""
5548 #: builtin/ls-files.c:495
5549 msgid "skip files matching pattern"
5550 msgstr ""
5552 #: builtin/ls-files.c:498
5553 msgid "exclude patterns are read from <file>"
5554 msgstr ""
5556 #: builtin/ls-files.c:501
5557 msgid "read additional per-directory exclude patterns in <file>"
5558 msgstr ""
5560 #: builtin/ls-files.c:503
5561 msgid "add the standard git exclusions"
5562 msgstr ""
5564 #: builtin/ls-files.c:506
5565 msgid "make the output relative to the project top directory"
5566 msgstr ""
5568 #: builtin/ls-files.c:509
5569 msgid "if any <file> is not in the index, treat this as an error"
5570 msgstr ""
5572 #: builtin/ls-files.c:510
5573 msgid "tree-ish"
5574 msgstr ""
5576 #: builtin/ls-files.c:511
5577 msgid "pretend that paths removed since <tree-ish> are still present"
5578 msgstr ""
5580 #: builtin/ls-files.c:513
5581 msgid "show debugging data"
5582 msgstr ""
5584 #: builtin/ls-tree.c:27
5585 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
5586 msgstr ""
5588 #: builtin/ls-tree.c:125
5589 msgid "only show trees"
5590 msgstr ""
5592 #: builtin/ls-tree.c:127
5593 msgid "recurse into subtrees"
5594 msgstr ""
5596 #: builtin/ls-tree.c:129
5597 msgid "show trees when recursing"
5598 msgstr ""
5600 #: builtin/ls-tree.c:132
5601 msgid "terminate entries with NUL byte"
5602 msgstr ""
5604 #: builtin/ls-tree.c:133
5605 msgid "include object size"
5606 msgstr ""
5608 #: builtin/ls-tree.c:135 builtin/ls-tree.c:137
5609 msgid "list only filenames"
5610 msgstr ""
5612 #: builtin/ls-tree.c:140
5613 msgid "use full path names"
5614 msgstr ""
5616 #: builtin/ls-tree.c:142
5617 msgid "list entire tree; not just current directory (implies --full-name)"
5618 msgstr ""
5620 #: builtin/merge.c:43
5621 msgid "git merge [options] [<commit>...]"
5622 msgstr ""
5624 #: builtin/merge.c:44
5625 msgid "git merge [options] <msg> HEAD <commit>"
5626 msgstr ""
5628 #: builtin/merge.c:45
5629 msgid "git merge --abort"
5630 msgstr ""
5632 #: builtin/merge.c:90
5633 msgid "switch `m' requires a value"
5634 msgstr ""
5636 #: builtin/merge.c:127
5637 #, c-format
5638 msgid "Could not find merge strategy '%s'.\n"
5639 msgstr ""
5641 #: builtin/merge.c:128
5642 #, c-format
5643 msgid "Available strategies are:"
5644 msgstr ""
5646 #: builtin/merge.c:133
5647 #, c-format
5648 msgid "Available custom strategies are:"
5649 msgstr ""
5651 #: builtin/merge.c:183
5652 msgid "do not show a diffstat at the end of the merge"
5653 msgstr ""
5655 #: builtin/merge.c:186
5656 msgid "show a diffstat at the end of the merge"
5657 msgstr ""
5659 #: builtin/merge.c:187
5660 msgid "(synonym to --stat)"
5661 msgstr ""
5663 #: builtin/merge.c:189
5664 msgid "add (at most <n>) entries from shortlog to merge commit message"
5665 msgstr ""
5667 #: builtin/merge.c:192
5668 msgid "create a single commit instead of doing a merge"
5669 msgstr ""
5671 #: builtin/merge.c:194
5672 msgid "perform a commit if the merge succeeds (default)"
5673 msgstr ""
5675 #: builtin/merge.c:196
5676 msgid "edit message before committing"
5677 msgstr ""
5679 #: builtin/merge.c:198
5680 msgid "allow fast-forward (default)"
5681 msgstr ""
5683 #: builtin/merge.c:200
5684 msgid "abort if fast-forward is not possible"
5685 msgstr ""
5687 #: builtin/merge.c:202 builtin/notes.c:866 builtin/revert.c:112
5688 msgid "strategy"
5689 msgstr ""
5691 #: builtin/merge.c:203
5692 msgid "merge strategy to use"
5693 msgstr ""
5695 #: builtin/merge.c:204
5696 msgid "option=value"
5697 msgstr ""
5699 #: builtin/merge.c:205
5700 msgid "option for selected merge strategy"
5701 msgstr ""
5703 #: builtin/merge.c:207
5704 msgid "merge commit message (for a non-fast-forward merge)"
5705 msgstr ""
5707 #: builtin/merge.c:211
5708 msgid "abort the current in-progress merge"
5709 msgstr ""
5711 #: builtin/merge.c:240
5712 msgid "could not run stash."
5713 msgstr ""
5715 #: builtin/merge.c:245
5716 msgid "stash failed"
5717 msgstr ""
5719 #: builtin/merge.c:250
5720 #, c-format
5721 msgid "not a valid object: %s"
5722 msgstr ""
5724 #: builtin/merge.c:269 builtin/merge.c:286
5725 msgid "read-tree failed"
5726 msgstr ""
5728 #: builtin/merge.c:316
5729 msgid " (nothing to squash)"
5730 msgstr ""
5732 #: builtin/merge.c:329
5733 #, c-format
5734 msgid "Squash commit -- not updating HEAD\n"
5735 msgstr ""
5737 #: builtin/merge.c:361
5738 msgid "Writing SQUASH_MSG"
5739 msgstr ""
5741 #: builtin/merge.c:363
5742 msgid "Finishing SQUASH_MSG"
5743 msgstr ""
5745 #: builtin/merge.c:386
5746 #, c-format
5747 msgid "No merge message -- not updating HEAD\n"
5748 msgstr ""
5750 #: builtin/merge.c:436
5751 #, c-format
5752 msgid "'%s' does not point to a commit"
5753 msgstr ""
5755 #: builtin/merge.c:535
5756 #, c-format
5757 msgid "Bad branch.%s.mergeoptions string: %s"
5758 msgstr ""
5760 #: builtin/merge.c:628
5761 msgid "git write-tree failed to write a tree"
5762 msgstr ""
5764 #: builtin/merge.c:656
5765 msgid "Not handling anything other than two heads merge."
5766 msgstr ""
5768 #: builtin/merge.c:670
5769 #, c-format
5770 msgid "Unknown option for merge-recursive: -X%s"
5771 msgstr ""
5773 #: builtin/merge.c:684
5774 #, c-format
5775 msgid "unable to write %s"
5776 msgstr ""
5778 #: builtin/merge.c:773
5779 #, c-format
5780 msgid "Could not read from '%s'"
5781 msgstr ""
5783 #: builtin/merge.c:782
5784 #, c-format
5785 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
5786 msgstr ""
5788 #: builtin/merge.c:788
5789 #, c-format
5790 msgid ""
5791 "Please enter a commit message to explain why this merge is necessary,\n"
5792 "especially if it merges an updated upstream into a topic branch.\n"
5793 "\n"
5794 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
5795 "the commit.\n"
5796 msgstr ""
5798 #: builtin/merge.c:812
5799 msgid "Empty commit message."
5800 msgstr ""
5802 #: builtin/merge.c:824
5803 #, c-format
5804 msgid "Wonderful.\n"
5805 msgstr ""
5807 #: builtin/merge.c:889
5808 #, c-format
5809 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
5810 msgstr ""
5812 #: builtin/merge.c:905
5813 #, c-format
5814 msgid "'%s' is not a commit"
5815 msgstr ""
5817 #: builtin/merge.c:946
5818 msgid "No current branch."
5819 msgstr ""
5821 #: builtin/merge.c:948
5822 msgid "No remote for the current branch."
5823 msgstr ""
5825 #: builtin/merge.c:950
5826 msgid "No default upstream defined for the current branch."
5827 msgstr ""
5829 #: builtin/merge.c:955
5830 #, c-format
5831 msgid "No remote tracking branch for %s from %s"
5832 msgstr ""
5834 #: builtin/merge.c:1042 builtin/merge.c:1199
5835 #, c-format
5836 msgid "%s - not something we can merge"
5837 msgstr ""
5839 #: builtin/merge.c:1110
5840 msgid "There is no merge to abort (MERGE_HEAD missing)."
5841 msgstr ""
5843 #: builtin/merge.c:1126 git-pull.sh:31
5844 msgid ""
5845 "You have not concluded your merge (MERGE_HEAD exists).\n"
5846 "Please, commit your changes before you can merge."
5847 msgstr ""
5849 #: builtin/merge.c:1129 git-pull.sh:34
5850 msgid "You have not concluded your merge (MERGE_HEAD exists)."
5851 msgstr ""
5853 #: builtin/merge.c:1133
5854 msgid ""
5855 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
5856 "Please, commit your changes before you can merge."
5857 msgstr ""
5859 #: builtin/merge.c:1136
5860 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
5861 msgstr ""
5863 #: builtin/merge.c:1145
5864 msgid "You cannot combine --squash with --no-ff."
5865 msgstr ""
5867 #: builtin/merge.c:1150
5868 msgid "You cannot combine --no-ff with --ff-only."
5869 msgstr ""
5871 #: builtin/merge.c:1157
5872 msgid "No commit specified and merge.defaultToUpstream not set."
5873 msgstr ""
5875 #: builtin/merge.c:1189
5876 msgid "Can merge only exactly one commit into empty head"
5877 msgstr ""
5879 #: builtin/merge.c:1192
5880 msgid "Squash commit into empty head not supported yet"
5881 msgstr ""
5883 #: builtin/merge.c:1194
5884 msgid "Non-fast-forward commit does not make sense into an empty head"
5885 msgstr ""
5887 #: builtin/merge.c:1310
5888 #, c-format
5889 msgid "Updating %s..%s\n"
5890 msgstr ""
5892 #: builtin/merge.c:1349
5893 #, c-format
5894 msgid "Trying really trivial in-index merge...\n"
5895 msgstr ""
5897 #: builtin/merge.c:1356
5898 #, c-format
5899 msgid "Nope.\n"
5900 msgstr ""
5902 #: builtin/merge.c:1388
5903 msgid "Not possible to fast-forward, aborting."
5904 msgstr ""
5906 #: builtin/merge.c:1411 builtin/merge.c:1490
5907 #, c-format
5908 msgid "Rewinding the tree to pristine...\n"
5909 msgstr ""
5911 #: builtin/merge.c:1415
5912 #, c-format
5913 msgid "Trying merge strategy %s...\n"
5914 msgstr ""
5916 #: builtin/merge.c:1481
5917 #, c-format
5918 msgid "No merge strategy handled the merge.\n"
5919 msgstr ""
5921 #: builtin/merge.c:1483
5922 #, c-format
5923 msgid "Merge with strategy %s failed.\n"
5924 msgstr ""
5926 #: builtin/merge.c:1492
5927 #, c-format
5928 msgid "Using the %s to prepare resolving by hand.\n"
5929 msgstr ""
5931 #: builtin/merge.c:1504
5932 #, c-format
5933 msgid "Automatic merge went well; stopped before committing as requested\n"
5934 msgstr ""
5936 #: builtin/merge-base.c:26
5937 msgid "git merge-base [-a|--all] <commit> <commit>..."
5938 msgstr ""
5940 #: builtin/merge-base.c:27
5941 msgid "git merge-base [-a|--all] --octopus <commit>..."
5942 msgstr ""
5944 #: builtin/merge-base.c:28
5945 msgid "git merge-base --independent <commit>..."
5946 msgstr ""
5948 #: builtin/merge-base.c:29
5949 msgid "git merge-base --is-ancestor <commit> <commit>"
5950 msgstr ""
5952 #: builtin/merge-base.c:98
5953 msgid "output all common ancestors"
5954 msgstr ""
5956 #: builtin/merge-base.c:99
5957 msgid "find ancestors for a single n-way merge"
5958 msgstr ""
5960 #: builtin/merge-base.c:100
5961 msgid "list revs not reachable from others"
5962 msgstr ""
5964 #: builtin/merge-base.c:102
5965 msgid "is the first one ancestor of the other?"
5966 msgstr ""
5968 #: builtin/merge-file.c:8
5969 msgid ""
5970 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
5971 "file2"
5972 msgstr ""
5974 #: builtin/merge-file.c:33
5975 msgid "send results to standard output"
5976 msgstr ""
5978 #: builtin/merge-file.c:34
5979 msgid "use a diff3 based merge"
5980 msgstr ""
5982 #: builtin/merge-file.c:35
5983 msgid "for conflicts, use our version"
5984 msgstr ""
5986 #: builtin/merge-file.c:37
5987 msgid "for conflicts, use their version"
5988 msgstr ""
5990 #: builtin/merge-file.c:39
5991 msgid "for conflicts, use a union version"
5992 msgstr ""
5994 #: builtin/merge-file.c:42
5995 msgid "for conflicts, use this marker size"
5996 msgstr ""
5998 #: builtin/merge-file.c:43
5999 msgid "do not warn about conflicts"
6000 msgstr ""
6002 #: builtin/merge-file.c:45
6003 msgid "set labels for file1/orig_file/file2"
6004 msgstr ""
6006 #: builtin/mktree.c:67
6007 msgid "git mktree [-z] [--missing] [--batch]"
6008 msgstr ""
6010 #: builtin/mktree.c:153
6011 msgid "input is NUL terminated"
6012 msgstr ""
6014 #: builtin/mktree.c:154 builtin/write-tree.c:24
6015 msgid "allow missing objects"
6016 msgstr ""
6018 #: builtin/mktree.c:155
6019 msgid "allow creation of more than one tree"
6020 msgstr ""
6022 #: builtin/mv.c:14
6023 msgid "git mv [options] <source>... <destination>"
6024 msgstr ""
6026 #: builtin/mv.c:64
6027 msgid "force move/rename even if target exists"
6028 msgstr ""
6030 #: builtin/mv.c:65
6031 msgid "skip move/rename errors"
6032 msgstr ""
6034 #: builtin/mv.c:108
6035 #, c-format
6036 msgid "Checking rename of '%s' to '%s'\n"
6037 msgstr ""
6039 #: builtin/mv.c:112
6040 msgid "bad source"
6041 msgstr ""
6043 #: builtin/mv.c:115
6044 msgid "can not move directory into itself"
6045 msgstr ""
6047 #: builtin/mv.c:118
6048 msgid "cannot move directory over file"
6049 msgstr ""
6051 #: builtin/mv.c:128
6052 #, c-format
6053 msgid "Huh? %.*s is in index?"
6054 msgstr ""
6056 #: builtin/mv.c:140
6057 msgid "source directory is empty"
6058 msgstr ""
6060 #: builtin/mv.c:171
6061 msgid "not under version control"
6062 msgstr ""
6064 #: builtin/mv.c:173
6065 msgid "destination exists"
6066 msgstr ""
6068 #: builtin/mv.c:181
6069 #, c-format
6070 msgid "overwriting '%s'"
6071 msgstr ""
6073 #: builtin/mv.c:184
6074 msgid "Cannot overwrite"
6075 msgstr ""
6077 #: builtin/mv.c:187
6078 msgid "multiple sources for the same target"
6079 msgstr ""
6081 #: builtin/mv.c:202
6082 #, c-format
6083 msgid "%s, source=%s, destination=%s"
6084 msgstr ""
6086 #: builtin/mv.c:212
6087 #, c-format
6088 msgid "Renaming %s to %s\n"
6089 msgstr ""
6091 #: builtin/mv.c:215 builtin/remote.c:731
6092 #, c-format
6093 msgid "renaming '%s' failed"
6094 msgstr ""
6096 #: builtin/name-rev.c:175
6097 msgid "git name-rev [options] <commit>..."
6098 msgstr ""
6100 #: builtin/name-rev.c:176
6101 msgid "git name-rev [options] --all"
6102 msgstr ""
6104 #: builtin/name-rev.c:177
6105 msgid "git name-rev [options] --stdin"
6106 msgstr ""
6108 #: builtin/name-rev.c:229
6109 msgid "print only names (no SHA-1)"
6110 msgstr ""
6112 #: builtin/name-rev.c:230
6113 msgid "only use tags to name the commits"
6114 msgstr ""
6116 #: builtin/name-rev.c:232
6117 msgid "only use refs matching <pattern>"
6118 msgstr ""
6120 #: builtin/name-rev.c:234
6121 msgid "list all commits reachable from all refs"
6122 msgstr ""
6124 #: builtin/name-rev.c:235
6125 msgid "read from stdin"
6126 msgstr ""
6128 #: builtin/name-rev.c:236
6129 msgid "allow to print `undefined` names"
6130 msgstr ""
6132 #: builtin/notes.c:26
6133 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
6134 msgstr ""
6136 #: builtin/notes.c:27
6137 msgid ""
6138 "git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
6139 "<object>] [<object>]"
6140 msgstr ""
6142 #: builtin/notes.c:28
6143 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
6144 msgstr ""
6146 #: builtin/notes.c:29
6147 msgid ""
6148 "git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
6149 "<object>] [<object>]"
6150 msgstr ""
6152 #: builtin/notes.c:30
6153 msgid "git notes [--ref <notes_ref>] edit [<object>]"
6154 msgstr ""
6156 #: builtin/notes.c:31
6157 msgid "git notes [--ref <notes_ref>] show [<object>]"
6158 msgstr ""
6160 #: builtin/notes.c:32
6161 msgid ""
6162 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
6163 msgstr ""
6165 #: builtin/notes.c:33
6166 msgid "git notes merge --commit [-v | -q]"
6167 msgstr ""
6169 #: builtin/notes.c:34
6170 msgid "git notes merge --abort [-v | -q]"
6171 msgstr ""
6173 #: builtin/notes.c:35
6174 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
6175 msgstr ""
6177 #: builtin/notes.c:36
6178 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
6179 msgstr ""
6181 #: builtin/notes.c:37
6182 msgid "git notes [--ref <notes_ref>] get-ref"
6183 msgstr ""
6185 #: builtin/notes.c:42
6186 msgid "git notes [list [<object>]]"
6187 msgstr ""
6189 #: builtin/notes.c:47
6190 msgid "git notes add [<options>] [<object>]"
6191 msgstr ""
6193 #: builtin/notes.c:52
6194 msgid "git notes copy [<options>] <from-object> <to-object>"
6195 msgstr ""
6197 #: builtin/notes.c:53
6198 msgid "git notes copy --stdin [<from-object> <to-object>]..."
6199 msgstr ""
6201 #: builtin/notes.c:58
6202 msgid "git notes append [<options>] [<object>]"
6203 msgstr ""
6205 #: builtin/notes.c:63
6206 msgid "git notes edit [<object>]"
6207 msgstr ""
6209 #: builtin/notes.c:68
6210 msgid "git notes show [<object>]"
6211 msgstr ""
6213 #: builtin/notes.c:73
6214 msgid "git notes merge [<options>] <notes_ref>"
6215 msgstr ""
6217 #: builtin/notes.c:74
6218 msgid "git notes merge --commit [<options>]"
6219 msgstr ""
6221 #: builtin/notes.c:75
6222 msgid "git notes merge --abort [<options>]"
6223 msgstr ""
6225 #: builtin/notes.c:80
6226 msgid "git notes remove [<object>]"
6227 msgstr ""
6229 #: builtin/notes.c:85
6230 msgid "git notes prune [<options>]"
6231 msgstr ""
6233 #: builtin/notes.c:90
6234 msgid "git notes get-ref"
6235 msgstr ""
6237 #: builtin/notes.c:139
6238 #, c-format
6239 msgid "unable to start 'show' for object '%s'"
6240 msgstr ""
6242 #: builtin/notes.c:143
6243 msgid "could not read 'show' output"
6244 msgstr ""
6246 #: builtin/notes.c:151
6247 #, c-format
6248 msgid "failed to finish 'show' for object '%s'"
6249 msgstr ""
6251 #: builtin/notes.c:169 builtin/tag.c:341
6252 #, c-format
6253 msgid "could not create file '%s'"
6254 msgstr ""
6256 #: builtin/notes.c:188
6257 msgid "Please supply the note contents using either -m or -F option"
6258 msgstr ""
6260 #: builtin/notes.c:209 builtin/notes.c:972
6261 #, c-format
6262 msgid "Removing note for object %s\n"
6263 msgstr ""
6265 #: builtin/notes.c:214
6266 msgid "unable to write note object"
6267 msgstr ""
6269 #: builtin/notes.c:216
6270 #, c-format
6271 msgid "The note contents has been left in %s"
6272 msgstr ""
6274 #: builtin/notes.c:250 builtin/tag.c:540
6275 #, c-format
6276 msgid "cannot read '%s'"
6277 msgstr ""
6279 #: builtin/notes.c:252 builtin/tag.c:543
6280 #, c-format
6281 msgid "could not open or read '%s'"
6282 msgstr ""
6284 #: builtin/notes.c:271 builtin/notes.c:444 builtin/notes.c:446
6285 #: builtin/notes.c:506 builtin/notes.c:560 builtin/notes.c:643
6286 #: builtin/notes.c:648 builtin/notes.c:723 builtin/notes.c:765
6287 #: builtin/notes.c:967 builtin/tag.c:556
6288 #, c-format
6289 msgid "Failed to resolve '%s' as a valid ref."
6290 msgstr ""
6292 #: builtin/notes.c:274
6293 #, c-format
6294 msgid "Failed to read object '%s'."
6295 msgstr ""
6297 #: builtin/notes.c:298
6298 msgid "Cannot commit uninitialized/unreferenced notes tree"
6299 msgstr ""
6301 #: builtin/notes.c:339
6302 #, c-format
6303 msgid "Bad notes.rewriteMode value: '%s'"
6304 msgstr ""
6306 #: builtin/notes.c:349
6307 #, c-format
6308 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
6309 msgstr ""
6311 #. TRANSLATORS: The first %s is the name of the
6312 #. environment variable, the second %s is its value
6313 #: builtin/notes.c:376
6314 #, c-format
6315 msgid "Bad %s value: '%s'"
6316 msgstr ""
6318 #: builtin/notes.c:440
6319 #, c-format
6320 msgid "Malformed input line: '%s'."
6321 msgstr ""
6323 #: builtin/notes.c:455
6324 #, c-format
6325 msgid "Failed to copy notes from '%s' to '%s'"
6326 msgstr ""
6328 #: builtin/notes.c:499 builtin/notes.c:553 builtin/notes.c:626
6329 #: builtin/notes.c:638 builtin/notes.c:711 builtin/notes.c:758
6330 #: builtin/notes.c:1032
6331 msgid "too many parameters"
6332 msgstr ""
6334 #: builtin/notes.c:512 builtin/notes.c:771
6335 #, c-format
6336 msgid "No note found for object %s."
6337 msgstr ""
6339 #: builtin/notes.c:534 builtin/notes.c:691
6340 msgid "note contents as a string"
6341 msgstr ""
6343 #: builtin/notes.c:537 builtin/notes.c:694
6344 msgid "note contents in a file"
6345 msgstr ""
6347 #: builtin/notes.c:539 builtin/notes.c:542 builtin/notes.c:696
6348 #: builtin/notes.c:699 builtin/tag.c:474
6349 msgid "object"
6350 msgstr ""
6352 #: builtin/notes.c:540 builtin/notes.c:697
6353 msgid "reuse and edit specified note object"
6354 msgstr ""
6356 #: builtin/notes.c:543 builtin/notes.c:700
6357 msgid "reuse specified note object"
6358 msgstr ""
6360 #: builtin/notes.c:545 builtin/notes.c:613
6361 msgid "replace existing notes"
6362 msgstr ""
6364 #: builtin/notes.c:579
6365 #, c-format
6366 msgid ""
6367 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
6368 "existing notes"
6369 msgstr ""
6371 #: builtin/notes.c:584 builtin/notes.c:661
6372 #, c-format
6373 msgid "Overwriting existing notes for object %s\n"
6374 msgstr ""
6376 #: builtin/notes.c:614
6377 msgid "read objects from stdin"
6378 msgstr ""
6380 #: builtin/notes.c:616
6381 msgid "load rewriting config for <command> (implies --stdin)"
6382 msgstr ""
6384 #: builtin/notes.c:634
6385 msgid "too few parameters"
6386 msgstr ""
6388 #: builtin/notes.c:655
6389 #, c-format
6390 msgid ""
6391 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
6392 "existing notes"
6393 msgstr ""
6395 #: builtin/notes.c:667
6396 #, c-format
6397 msgid "Missing notes on source object %s. Cannot copy."
6398 msgstr ""
6400 #: builtin/notes.c:716
6401 #, c-format
6402 msgid ""
6403 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
6404 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
6405 msgstr ""
6407 #: builtin/notes.c:863
6408 msgid "General options"
6409 msgstr ""
6411 #: builtin/notes.c:865
6412 msgid "Merge options"
6413 msgstr ""
6415 #: builtin/notes.c:867
6416 msgid ""
6417 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
6418 "cat_sort_uniq)"
6419 msgstr ""
6421 #: builtin/notes.c:869
6422 msgid "Committing unmerged notes"
6423 msgstr ""
6425 #: builtin/notes.c:871
6426 msgid "finalize notes merge by committing unmerged notes"
6427 msgstr ""
6429 #: builtin/notes.c:873
6430 msgid "Aborting notes merge resolution"
6431 msgstr ""
6433 #: builtin/notes.c:875
6434 msgid "abort notes merge"
6435 msgstr ""
6437 #: builtin/notes.c:970
6438 #, c-format
6439 msgid "Object %s has no note\n"
6440 msgstr ""
6442 #: builtin/notes.c:982
6443 msgid "attempt to remove non-existent note is not an error"
6444 msgstr ""
6446 #: builtin/notes.c:985
6447 msgid "read object names from the standard input"
6448 msgstr ""
6450 #: builtin/notes.c:1066
6451 msgid "notes_ref"
6452 msgstr ""
6454 #: builtin/notes.c:1067
6455 msgid "use notes from <notes_ref>"
6456 msgstr ""
6458 #: builtin/notes.c:1102 builtin/remote.c:1598
6459 #, c-format
6460 msgid "Unknown subcommand: %s"
6461 msgstr ""
6463 #: builtin/pack-objects.c:23
6464 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
6465 msgstr ""
6467 #: builtin/pack-objects.c:24
6468 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
6469 msgstr ""
6471 #: builtin/pack-objects.c:183 builtin/pack-objects.c:186
6472 #, c-format
6473 msgid "deflate error (%d)"
6474 msgstr ""
6476 #: builtin/pack-objects.c:2397
6477 #, c-format
6478 msgid "unsupported index version %s"
6479 msgstr ""
6481 #: builtin/pack-objects.c:2401
6482 #, c-format
6483 msgid "bad index version '%s'"
6484 msgstr ""
6486 #: builtin/pack-objects.c:2424
6487 #, c-format
6488 msgid "option %s does not accept negative form"
6489 msgstr ""
6491 #: builtin/pack-objects.c:2428
6492 #, c-format
6493 msgid "unable to parse value '%s' for option %s"
6494 msgstr ""
6496 #: builtin/pack-objects.c:2447
6497 msgid "do not show progress meter"
6498 msgstr ""
6500 #: builtin/pack-objects.c:2449
6501 msgid "show progress meter"
6502 msgstr ""
6504 #: builtin/pack-objects.c:2451
6505 msgid "show progress meter during object writing phase"
6506 msgstr ""
6508 #: builtin/pack-objects.c:2454
6509 msgid "similar to --all-progress when progress meter is shown"
6510 msgstr ""
6512 #: builtin/pack-objects.c:2455
6513 msgid "version[,offset]"
6514 msgstr ""
6516 #: builtin/pack-objects.c:2456
6517 msgid "write the pack index file in the specified idx format version"
6518 msgstr ""
6520 #: builtin/pack-objects.c:2459
6521 msgid "maximum size of each output pack file"
6522 msgstr ""
6524 #: builtin/pack-objects.c:2461
6525 msgid "ignore borrowed objects from alternate object store"
6526 msgstr ""
6528 #: builtin/pack-objects.c:2463
6529 msgid "ignore packed objects"
6530 msgstr ""
6532 #: builtin/pack-objects.c:2465
6533 msgid "limit pack window by objects"
6534 msgstr ""
6536 #: builtin/pack-objects.c:2467
6537 msgid "limit pack window by memory in addition to object limit"
6538 msgstr ""
6540 #: builtin/pack-objects.c:2469
6541 msgid "maximum length of delta chain allowed in the resulting pack"
6542 msgstr ""
6544 #: builtin/pack-objects.c:2471
6545 msgid "reuse existing deltas"
6546 msgstr ""
6548 #: builtin/pack-objects.c:2473
6549 msgid "reuse existing objects"
6550 msgstr ""
6552 #: builtin/pack-objects.c:2475
6553 msgid "use OFS_DELTA objects"
6554 msgstr ""
6556 #: builtin/pack-objects.c:2477
6557 msgid "use threads when searching for best delta matches"
6558 msgstr ""
6560 #: builtin/pack-objects.c:2479
6561 msgid "do not create an empty pack output"
6562 msgstr ""
6564 #: builtin/pack-objects.c:2481
6565 msgid "read revision arguments from standard input"
6566 msgstr ""
6568 #: builtin/pack-objects.c:2483
6569 msgid "limit the objects to those that are not yet packed"
6570 msgstr ""
6572 #: builtin/pack-objects.c:2486
6573 msgid "include objects reachable from any reference"
6574 msgstr ""
6576 #: builtin/pack-objects.c:2489
6577 msgid "include objects referred by reflog entries"
6578 msgstr ""
6580 #: builtin/pack-objects.c:2492
6581 msgid "output pack to stdout"
6582 msgstr ""
6584 #: builtin/pack-objects.c:2494
6585 msgid "include tag objects that refer to objects to be packed"
6586 msgstr ""
6588 #: builtin/pack-objects.c:2496
6589 msgid "keep unreachable objects"
6590 msgstr ""
6592 #: builtin/pack-objects.c:2497 parse-options.h:141
6593 msgid "time"
6594 msgstr ""
6596 #: builtin/pack-objects.c:2498
6597 msgid "unpack unreachable objects newer than <time>"
6598 msgstr ""
6600 #: builtin/pack-objects.c:2501
6601 msgid "create thin packs"
6602 msgstr ""
6604 #: builtin/pack-objects.c:2503
6605 msgid "ignore packs that have companion .keep file"
6606 msgstr ""
6608 #: builtin/pack-objects.c:2505
6609 msgid "pack compression level"
6610 msgstr ""
6612 #: builtin/pack-objects.c:2507
6613 msgid "do not hide commits by grafts"
6614 msgstr ""
6616 #: builtin/pack-refs.c:6
6617 msgid "git pack-refs [options]"
6618 msgstr ""
6620 #: builtin/pack-refs.c:14
6621 msgid "pack everything"
6622 msgstr ""
6624 #: builtin/pack-refs.c:15
6625 msgid "prune loose refs (default)"
6626 msgstr ""
6628 #: builtin/prune-packed.c:7
6629 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
6630 msgstr ""
6632 #: builtin/prune.c:12
6633 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
6634 msgstr ""
6636 #: builtin/prune.c:132
6637 msgid "do not remove, show only"
6638 msgstr ""
6640 #: builtin/prune.c:133
6641 msgid "report pruned objects"
6642 msgstr ""
6644 #: builtin/prune.c:136
6645 msgid "expire objects older than <time>"
6646 msgstr ""
6648 #: builtin/push.c:14
6649 msgid "git push [<options>] [<repository> [<refspec>...]]"
6650 msgstr ""
6652 #: builtin/push.c:45
6653 msgid "tag shorthand without <tag>"
6654 msgstr ""
6656 #: builtin/push.c:64
6657 msgid "--delete only accepts plain target ref names"
6658 msgstr ""
6660 #: builtin/push.c:99
6661 msgid ""
6662 "\n"
6663 "To choose either option permanently, see push.default in 'git help config'."
6664 msgstr ""
6666 #: builtin/push.c:102
6667 #, c-format
6668 msgid ""
6669 "The upstream branch of your current branch does not match\n"
6670 "the name of your current branch.  To push to the upstream branch\n"
6671 "on the remote, use\n"
6672 "\n"
6673 "    git push %s HEAD:%s\n"
6674 "\n"
6675 "To push to the branch of the same name on the remote, use\n"
6676 "\n"
6677 "    git push %s %s\n"
6678 "%s"
6679 msgstr ""
6681 #: builtin/push.c:121
6682 #, c-format
6683 msgid ""
6684 "You are not currently on a branch.\n"
6685 "To push the history leading to the current (detached HEAD)\n"
6686 "state now, use\n"
6687 "\n"
6688 "    git push %s HEAD:<name-of-remote-branch>\n"
6689 msgstr ""
6691 #: builtin/push.c:128
6692 #, c-format
6693 msgid ""
6694 "The current branch %s has no upstream branch.\n"
6695 "To push the current branch and set the remote as upstream, use\n"
6696 "\n"
6697 "    git push --set-upstream %s %s\n"
6698 msgstr ""
6700 #: builtin/push.c:136
6701 #, c-format
6702 msgid "The current branch %s has multiple upstream branches, refusing to push."
6703 msgstr ""
6705 #: builtin/push.c:139
6706 #, c-format
6707 msgid ""
6708 "You are pushing to remote '%s', which is not the upstream of\n"
6709 "your current branch '%s', without telling me what to push\n"
6710 "to update which remote branch."
6711 msgstr ""
6713 #: builtin/push.c:151
6714 msgid ""
6715 "push.default is unset; its implicit value is changing in\n"
6716 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
6717 "and maintain the current behavior after the default changes, use:\n"
6718 "\n"
6719 "  git config --global push.default matching\n"
6720 "\n"
6721 "To squelch this message and adopt the new behavior now, use:\n"
6722 "\n"
6723 "  git config --global push.default simple\n"
6724 "\n"
6725 "See 'git help config' and search for 'push.default' for further "
6726 "information.\n"
6727 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
6728 "'current' instead of 'simple' if you sometimes use older versions of Git)"
6729 msgstr ""
6731 #: builtin/push.c:199
6732 msgid ""
6733 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
6734 msgstr ""
6736 #: builtin/push.c:206
6737 msgid ""
6738 "Updates were rejected because the tip of your current branch is behind\n"
6739 "its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
6740 "before pushing again.\n"
6741 "See the 'Note about fast-forwards' in 'git push --help' for details."
6742 msgstr ""
6744 #: builtin/push.c:212
6745 msgid ""
6746 "Updates were rejected because a pushed branch tip is behind its remote\n"
6747 "counterpart. If you did not intend to push that branch, you may want to\n"
6748 "specify branches to push or set the 'push.default' configuration variable\n"
6749 "to 'simple', 'current' or 'upstream' to push only the current branch."
6750 msgstr ""
6752 #: builtin/push.c:218
6753 msgid ""
6754 "Updates were rejected because a pushed branch tip is behind its remote\n"
6755 "counterpart. Check out this branch and merge the remote changes\n"
6756 "(e.g. 'git pull') before pushing again.\n"
6757 "See the 'Note about fast-forwards' in 'git push --help' for details."
6758 msgstr ""
6760 #: builtin/push.c:224
6761 msgid ""
6762 "Updates were rejected because the remote contains work that you do\n"
6763 "not have locally. This is usually caused by another repository pushing\n"
6764 "to the same ref. You may want to first merge the remote changes (e.g.,\n"
6765 "'git pull') before pushing again.\n"
6766 "See the 'Note about fast-forwards' in 'git push --help' for details."
6767 msgstr ""
6769 #: builtin/push.c:231
6770 msgid "Updates were rejected because the tag already exists in the remote."
6771 msgstr ""
6773 #: builtin/push.c:234
6774 msgid ""
6775 "You cannot update a remote ref that points at a non-commit object,\n"
6776 "or update a remote ref to make it point at a non-commit object,\n"
6777 "without using the '--force' option.\n"
6778 msgstr ""
6780 #: builtin/push.c:294
6781 #, c-format
6782 msgid "Pushing to %s\n"
6783 msgstr ""
6785 #: builtin/push.c:298
6786 #, c-format
6787 msgid "failed to push some refs to '%s'"
6788 msgstr ""
6790 #: builtin/push.c:331
6791 #, c-format
6792 msgid "bad repository '%s'"
6793 msgstr ""
6795 #: builtin/push.c:332
6796 msgid ""
6797 "No configured push destination.\n"
6798 "Either specify the URL from the command-line or configure a remote "
6799 "repository using\n"
6800 "\n"
6801 "    git remote add <name> <url>\n"
6802 "\n"
6803 "and then push using the remote name\n"
6804 "\n"
6805 "    git push <name>\n"
6806 msgstr ""
6808 #: builtin/push.c:347
6809 msgid "--all and --tags are incompatible"
6810 msgstr ""
6812 #: builtin/push.c:348
6813 msgid "--all can't be combined with refspecs"
6814 msgstr ""
6816 #: builtin/push.c:353
6817 msgid "--mirror and --tags are incompatible"
6818 msgstr ""
6820 #: builtin/push.c:354
6821 msgid "--mirror can't be combined with refspecs"
6822 msgstr ""
6824 #: builtin/push.c:359
6825 msgid "--all and --mirror are incompatible"
6826 msgstr ""
6828 #: builtin/push.c:419
6829 msgid "repository"
6830 msgstr ""
6832 #: builtin/push.c:420
6833 msgid "push all refs"
6834 msgstr ""
6836 #: builtin/push.c:421
6837 msgid "mirror all refs"
6838 msgstr ""
6840 #: builtin/push.c:423
6841 msgid "delete refs"
6842 msgstr ""
6844 #: builtin/push.c:424
6845 msgid "push tags (can't be used with --all or --mirror)"
6846 msgstr ""
6848 #: builtin/push.c:427
6849 msgid "force updates"
6850 msgstr ""
6852 #: builtin/push.c:428
6853 msgid "check"
6854 msgstr ""
6856 #: builtin/push.c:429
6857 msgid "control recursive pushing of submodules"
6858 msgstr ""
6860 #: builtin/push.c:431
6861 msgid "use thin pack"
6862 msgstr ""
6864 #: builtin/push.c:432 builtin/push.c:433
6865 msgid "receive pack program"
6866 msgstr ""
6868 #: builtin/push.c:434
6869 msgid "set upstream for git pull/status"
6870 msgstr ""
6872 #: builtin/push.c:437
6873 msgid "prune locally removed refs"
6874 msgstr ""
6876 #: builtin/push.c:439
6877 msgid "bypass pre-push hook"
6878 msgstr ""
6880 #: builtin/push.c:448
6881 msgid "--delete is incompatible with --all, --mirror and --tags"
6882 msgstr ""
6884 #: builtin/push.c:450
6885 msgid "--delete doesn't make sense without any refs"
6886 msgstr ""
6888 #: builtin/read-tree.c:36
6889 msgid ""
6890 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
6891 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
6892 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
6893 msgstr ""
6895 #: builtin/read-tree.c:108
6896 msgid "write resulting index to <file>"
6897 msgstr ""
6899 #: builtin/read-tree.c:111
6900 msgid "only empty the index"
6901 msgstr ""
6903 #: builtin/read-tree.c:113
6904 msgid "Merging"
6905 msgstr ""
6907 #: builtin/read-tree.c:115
6908 msgid "perform a merge in addition to a read"
6909 msgstr ""
6911 #: builtin/read-tree.c:117
6912 msgid "3-way merge if no file level merging required"
6913 msgstr ""
6915 #: builtin/read-tree.c:119
6916 msgid "3-way merge in presence of adds and removes"
6917 msgstr ""
6919 #: builtin/read-tree.c:121
6920 msgid "same as -m, but discard unmerged entries"
6921 msgstr ""
6923 #: builtin/read-tree.c:122
6924 msgid "<subdirectory>/"
6925 msgstr ""
6927 #: builtin/read-tree.c:123
6928 msgid "read the tree into the index under <subdirectory>/"
6929 msgstr ""
6931 #: builtin/read-tree.c:126
6932 msgid "update working tree with merge result"
6933 msgstr ""
6935 #: builtin/read-tree.c:128
6936 msgid "gitignore"
6937 msgstr ""
6939 #: builtin/read-tree.c:129
6940 msgid "allow explicitly ignored files to be overwritten"
6941 msgstr ""
6943 #: builtin/read-tree.c:132
6944 msgid "don't check the working tree after merging"
6945 msgstr ""
6947 #: builtin/read-tree.c:133
6948 msgid "don't update the index or the work tree"
6949 msgstr ""
6951 #: builtin/read-tree.c:135
6952 msgid "skip applying sparse checkout filter"
6953 msgstr ""
6955 #: builtin/read-tree.c:137
6956 msgid "debug unpack-trees"
6957 msgstr ""
6959 #: builtin/remote.c:11
6960 msgid "git remote [-v | --verbose]"
6961 msgstr ""
6963 #: builtin/remote.c:12
6964 msgid ""
6965 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
6966 "mirror=<fetch|push>] <name> <url>"
6967 msgstr ""
6969 #: builtin/remote.c:13 builtin/remote.c:32
6970 msgid "git remote rename <old> <new>"
6971 msgstr ""
6973 #: builtin/remote.c:14 builtin/remote.c:37
6974 msgid "git remote remove <name>"
6975 msgstr ""
6977 #: builtin/remote.c:15 builtin/remote.c:42
6978 msgid "git remote set-head <name> (-a | -d | <branch>)"
6979 msgstr ""
6981 #: builtin/remote.c:16
6982 msgid "git remote [-v | --verbose] show [-n] <name>"
6983 msgstr ""
6985 #: builtin/remote.c:17
6986 msgid "git remote prune [-n | --dry-run] <name>"
6987 msgstr ""
6989 #: builtin/remote.c:18
6990 msgid ""
6991 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
6992 msgstr ""
6994 #: builtin/remote.c:19
6995 msgid "git remote set-branches [--add] <name> <branch>..."
6996 msgstr ""
6998 #: builtin/remote.c:20 builtin/remote.c:68
6999 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7000 msgstr ""
7002 #: builtin/remote.c:21 builtin/remote.c:69
7003 msgid "git remote set-url --add <name> <newurl>"
7004 msgstr ""
7006 #: builtin/remote.c:22 builtin/remote.c:70
7007 msgid "git remote set-url --delete <name> <url>"
7008 msgstr ""
7010 #: builtin/remote.c:27
7011 msgid "git remote add [<options>] <name> <url>"
7012 msgstr ""
7014 #: builtin/remote.c:47
7015 msgid "git remote set-branches <name> <branch>..."
7016 msgstr ""
7018 #: builtin/remote.c:48
7019 msgid "git remote set-branches --add <name> <branch>..."
7020 msgstr ""
7022 #: builtin/remote.c:53
7023 msgid "git remote show [<options>] <name>"
7024 msgstr ""
7026 #: builtin/remote.c:58
7027 msgid "git remote prune [<options>] <name>"
7028 msgstr ""
7030 #: builtin/remote.c:63
7031 msgid "git remote update [<options>] [<group> | <remote>]..."
7032 msgstr ""
7034 #: builtin/remote.c:98
7035 #, c-format
7036 msgid "Updating %s"
7037 msgstr ""
7039 #: builtin/remote.c:130
7040 msgid ""
7041 "--mirror is dangerous and deprecated; please\n"
7042 "\t use --mirror=fetch or --mirror=push instead"
7043 msgstr ""
7045 #: builtin/remote.c:147
7046 #, c-format
7047 msgid "unknown mirror argument: %s"
7048 msgstr ""
7050 #: builtin/remote.c:163
7051 msgid "fetch the remote branches"
7052 msgstr ""
7054 #: builtin/remote.c:165
7055 msgid "import all tags and associated objects when fetching"
7056 msgstr ""
7058 #: builtin/remote.c:168
7059 msgid "or do not fetch any tag at all (--no-tags)"
7060 msgstr ""
7062 #: builtin/remote.c:170
7063 msgid "branch(es) to track"
7064 msgstr ""
7066 #: builtin/remote.c:171
7067 msgid "master branch"
7068 msgstr ""
7070 #: builtin/remote.c:172
7071 msgid "push|fetch"
7072 msgstr ""
7074 #: builtin/remote.c:173
7075 msgid "set up remote as a mirror to push to or fetch from"
7076 msgstr ""
7078 #: builtin/remote.c:185
7079 msgid "specifying a master branch makes no sense with --mirror"
7080 msgstr ""
7082 #: builtin/remote.c:187
7083 msgid "specifying branches to track makes sense only with fetch mirrors"
7084 msgstr ""
7086 #: builtin/remote.c:195 builtin/remote.c:646
7087 #, c-format
7088 msgid "remote %s already exists."
7089 msgstr ""
7091 #: builtin/remote.c:199 builtin/remote.c:650
7092 #, c-format
7093 msgid "'%s' is not a valid remote name"
7094 msgstr ""
7096 #: builtin/remote.c:243
7097 #, c-format
7098 msgid "Could not setup master '%s'"
7099 msgstr ""
7101 #: builtin/remote.c:299
7102 #, c-format
7103 msgid "more than one %s"
7104 msgstr ""
7106 #: builtin/remote.c:339
7107 #, c-format
7108 msgid "Could not get fetch map for refspec %s"
7109 msgstr ""
7111 #: builtin/remote.c:440 builtin/remote.c:448
7112 msgid "(matching)"
7113 msgstr ""
7115 #: builtin/remote.c:452
7116 msgid "(delete)"
7117 msgstr ""
7119 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
7120 #, c-format
7121 msgid "Could not append '%s' to '%s'"
7122 msgstr ""
7124 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
7125 #, c-format
7126 msgid "No such remote: %s"
7127 msgstr ""
7129 #: builtin/remote.c:656
7130 #, c-format
7131 msgid "Could not rename config section '%s' to '%s'"
7132 msgstr ""
7134 #: builtin/remote.c:662 builtin/remote.c:799
7135 #, c-format
7136 msgid "Could not remove config section '%s'"
7137 msgstr ""
7139 #: builtin/remote.c:677
7140 #, c-format
7141 msgid ""
7142 "Not updating non-default fetch refspec\n"
7143 "\t%s\n"
7144 "\tPlease update the configuration manually if necessary."
7145 msgstr ""
7147 #: builtin/remote.c:683
7148 #, c-format
7149 msgid "Could not append '%s'"
7150 msgstr ""
7152 #: builtin/remote.c:694
7153 #, c-format
7154 msgid "Could not set '%s'"
7155 msgstr ""
7157 #: builtin/remote.c:716
7158 #, c-format
7159 msgid "deleting '%s' failed"
7160 msgstr ""
7162 #: builtin/remote.c:750
7163 #, c-format
7164 msgid "creating '%s' failed"
7165 msgstr ""
7167 #: builtin/remote.c:764
7168 #, c-format
7169 msgid "Could not remove branch %s"
7170 msgstr ""
7172 #: builtin/remote.c:834
7173 msgid ""
7174 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
7175 "to delete it, use:"
7176 msgid_plural ""
7177 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
7178 "to delete them, use:"
7179 msgstr[0] ""
7180 msgstr[1] ""
7182 #: builtin/remote.c:943
7183 #, c-format
7184 msgid " new (next fetch will store in remotes/%s)"
7185 msgstr ""
7187 #: builtin/remote.c:946
7188 msgid " tracked"
7189 msgstr ""
7191 #: builtin/remote.c:948
7192 msgid " stale (use 'git remote prune' to remove)"
7193 msgstr ""
7195 #: builtin/remote.c:950
7196 msgid " ???"
7197 msgstr ""
7199 #: builtin/remote.c:991
7200 #, c-format
7201 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
7202 msgstr ""
7204 #: builtin/remote.c:998
7205 #, c-format
7206 msgid "rebases onto remote %s"
7207 msgstr ""
7209 #: builtin/remote.c:1001
7210 #, c-format
7211 msgid " merges with remote %s"
7212 msgstr ""
7214 #: builtin/remote.c:1002
7215 msgid "    and with remote"
7216 msgstr ""
7218 #: builtin/remote.c:1004
7219 #, c-format
7220 msgid "merges with remote %s"
7221 msgstr ""
7223 #: builtin/remote.c:1005
7224 msgid "   and with remote"
7225 msgstr ""
7227 #: builtin/remote.c:1051
7228 msgid "create"
7229 msgstr ""
7231 #: builtin/remote.c:1054
7232 msgid "delete"
7233 msgstr ""
7235 #: builtin/remote.c:1058
7236 msgid "up to date"
7237 msgstr ""
7239 #: builtin/remote.c:1061
7240 msgid "fast-forwardable"
7241 msgstr ""
7243 #: builtin/remote.c:1064
7244 msgid "local out of date"
7245 msgstr ""
7247 #: builtin/remote.c:1071
7248 #, c-format
7249 msgid "    %-*s forces to %-*s (%s)"
7250 msgstr ""
7252 #: builtin/remote.c:1074
7253 #, c-format
7254 msgid "    %-*s pushes to %-*s (%s)"
7255 msgstr ""
7257 #: builtin/remote.c:1078
7258 #, c-format
7259 msgid "    %-*s forces to %s"
7260 msgstr ""
7262 #: builtin/remote.c:1081
7263 #, c-format
7264 msgid "    %-*s pushes to %s"
7265 msgstr ""
7267 #: builtin/remote.c:1091
7268 msgid "do not query remotes"
7269 msgstr ""
7271 #: builtin/remote.c:1118
7272 #, c-format
7273 msgid "* remote %s"
7274 msgstr ""
7276 #: builtin/remote.c:1119
7277 #, c-format
7278 msgid "  Fetch URL: %s"
7279 msgstr ""
7281 #: builtin/remote.c:1120 builtin/remote.c:1285
7282 msgid "(no URL)"
7283 msgstr ""
7285 #: builtin/remote.c:1129 builtin/remote.c:1131
7286 #, c-format
7287 msgid "  Push  URL: %s"
7288 msgstr ""
7290 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
7291 #, c-format
7292 msgid "  HEAD branch: %s"
7293 msgstr ""
7295 #: builtin/remote.c:1139
7296 #, c-format
7297 msgid ""
7298 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
7299 msgstr ""
7301 #: builtin/remote.c:1151
7302 #, c-format
7303 msgid "  Remote branch:%s"
7304 msgid_plural "  Remote branches:%s"
7305 msgstr[0] ""
7306 msgstr[1] ""
7308 #: builtin/remote.c:1154 builtin/remote.c:1181
7309 msgid " (status not queried)"
7310 msgstr ""
7312 #: builtin/remote.c:1163
7313 msgid "  Local branch configured for 'git pull':"
7314 msgid_plural "  Local branches configured for 'git pull':"
7315 msgstr[0] ""
7316 msgstr[1] ""
7318 #: builtin/remote.c:1171
7319 msgid "  Local refs will be mirrored by 'git push'"
7320 msgstr ""
7322 #: builtin/remote.c:1178
7323 #, c-format
7324 msgid "  Local ref configured for 'git push'%s:"
7325 msgid_plural "  Local refs configured for 'git push'%s:"
7326 msgstr[0] ""
7327 msgstr[1] ""
7329 #: builtin/remote.c:1199
7330 msgid "set refs/remotes/<name>/HEAD according to remote"
7331 msgstr ""
7333 #: builtin/remote.c:1201
7334 msgid "delete refs/remotes/<name>/HEAD"
7335 msgstr ""
7337 #: builtin/remote.c:1216
7338 msgid "Cannot determine remote HEAD"
7339 msgstr ""
7341 #: builtin/remote.c:1218
7342 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
7343 msgstr ""
7345 #: builtin/remote.c:1228
7346 #, c-format
7347 msgid "Could not delete %s"
7348 msgstr ""
7350 #: builtin/remote.c:1236
7351 #, c-format
7352 msgid "Not a valid ref: %s"
7353 msgstr ""
7355 #: builtin/remote.c:1238
7356 #, c-format
7357 msgid "Could not setup %s"
7358 msgstr ""
7360 #: builtin/remote.c:1274
7361 #, c-format
7362 msgid " %s will become dangling!"
7363 msgstr ""
7365 #: builtin/remote.c:1275
7366 #, c-format
7367 msgid " %s has become dangling!"
7368 msgstr ""
7370 #: builtin/remote.c:1281
7371 #, c-format
7372 msgid "Pruning %s"
7373 msgstr ""
7375 #: builtin/remote.c:1282
7376 #, c-format
7377 msgid "URL: %s"
7378 msgstr ""
7380 #: builtin/remote.c:1295
7381 #, c-format
7382 msgid " * [would prune] %s"
7383 msgstr ""
7385 #: builtin/remote.c:1298
7386 #, c-format
7387 msgid " * [pruned] %s"
7388 msgstr ""
7390 #: builtin/remote.c:1321
7391 msgid "prune remotes after fetching"
7392 msgstr ""
7394 #: builtin/remote.c:1387 builtin/remote.c:1461
7395 #, c-format
7396 msgid "No such remote '%s'"
7397 msgstr ""
7399 #: builtin/remote.c:1407
7400 msgid "add branch"
7401 msgstr ""
7403 #: builtin/remote.c:1414
7404 msgid "no remote specified"
7405 msgstr ""
7407 #: builtin/remote.c:1436
7408 msgid "manipulate push URLs"
7409 msgstr ""
7411 #: builtin/remote.c:1438
7412 msgid "add URL"
7413 msgstr ""
7415 #: builtin/remote.c:1440
7416 msgid "delete URLs"
7417 msgstr ""
7419 #: builtin/remote.c:1447
7420 msgid "--add --delete doesn't make sense"
7421 msgstr ""
7423 #: builtin/remote.c:1487
7424 #, c-format
7425 msgid "Invalid old URL pattern: %s"
7426 msgstr ""
7428 #: builtin/remote.c:1495
7429 #, c-format
7430 msgid "No such URL found: %s"
7431 msgstr ""
7433 #: builtin/remote.c:1497
7434 msgid "Will not delete all non-push URLs"
7435 msgstr ""
7437 #: builtin/remote.c:1569
7438 msgid "be verbose; must be placed before a subcommand"
7439 msgstr ""
7441 #: builtin/replace.c:17
7442 msgid "git replace [-f] <object> <replacement>"
7443 msgstr ""
7445 #: builtin/replace.c:18
7446 msgid "git replace -d <object>..."
7447 msgstr ""
7449 #: builtin/replace.c:19
7450 msgid "git replace -l [<pattern>]"
7451 msgstr ""
7453 #: builtin/replace.c:121
7454 msgid "list replace refs"
7455 msgstr ""
7457 #: builtin/replace.c:122
7458 msgid "delete replace refs"
7459 msgstr ""
7461 #: builtin/replace.c:123
7462 msgid "replace the ref if it exists"
7463 msgstr ""
7465 #: builtin/rerere.c:11
7466 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
7467 msgstr ""
7469 #: builtin/rerere.c:56
7470 msgid "register clean resolutions in index"
7471 msgstr ""
7473 #: builtin/reset.c:25
7474 msgid ""
7475 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
7476 msgstr ""
7478 #: builtin/reset.c:26
7479 msgid "git reset [-q] <tree-ish> [--] <paths>..."
7480 msgstr ""
7482 #: builtin/reset.c:27
7483 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
7484 msgstr ""
7486 #: builtin/reset.c:33
7487 msgid "mixed"
7488 msgstr ""
7490 #: builtin/reset.c:33
7491 msgid "soft"
7492 msgstr ""
7494 #: builtin/reset.c:33
7495 msgid "hard"
7496 msgstr ""
7498 #: builtin/reset.c:33
7499 msgid "merge"
7500 msgstr ""
7502 #: builtin/reset.c:33
7503 msgid "keep"
7504 msgstr ""
7506 #: builtin/reset.c:73
7507 msgid "You do not have a valid HEAD."
7508 msgstr ""
7510 #: builtin/reset.c:75
7511 msgid "Failed to find tree of HEAD."
7512 msgstr ""
7514 #: builtin/reset.c:81
7515 #, c-format
7516 msgid "Failed to find tree of %s."
7517 msgstr ""
7519 #: builtin/reset.c:98
7520 #, c-format
7521 msgid "HEAD is now at %s"
7522 msgstr ""
7524 #: builtin/reset.c:169
7525 #, c-format
7526 msgid "Cannot do a %s reset in the middle of a merge."
7527 msgstr ""
7529 #: builtin/reset.c:248
7530 msgid "be quiet, only report errors"
7531 msgstr ""
7533 #: builtin/reset.c:250
7534 msgid "reset HEAD and index"
7535 msgstr ""
7537 #: builtin/reset.c:251
7538 msgid "reset only HEAD"
7539 msgstr ""
7541 #: builtin/reset.c:253 builtin/reset.c:255
7542 msgid "reset HEAD, index and working tree"
7543 msgstr ""
7545 #: builtin/reset.c:257
7546 msgid "reset HEAD but keep local changes"
7547 msgstr ""
7549 #: builtin/reset.c:275
7550 #, c-format
7551 msgid "Failed to resolve '%s' as a valid revision."
7552 msgstr ""
7554 #: builtin/reset.c:278 builtin/reset.c:286
7555 #, c-format
7556 msgid "Could not parse object '%s'."
7557 msgstr ""
7559 #: builtin/reset.c:283
7560 #, c-format
7561 msgid "Failed to resolve '%s' as a valid tree."
7562 msgstr ""
7564 #: builtin/reset.c:292
7565 msgid "--patch is incompatible with --{hard,mixed,soft}"
7566 msgstr ""
7568 #: builtin/reset.c:301
7569 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
7570 msgstr ""
7572 #: builtin/reset.c:303
7573 #, c-format
7574 msgid "Cannot do %s reset with paths."
7575 msgstr ""
7577 #: builtin/reset.c:313
7578 #, c-format
7579 msgid "%s reset is not allowed in a bare repository"
7580 msgstr ""
7582 #: builtin/reset.c:333
7583 #, c-format
7584 msgid "Could not reset index file to revision '%s'."
7585 msgstr ""
7587 #: builtin/reset.c:339
7588 msgid "Unstaged changes after reset:"
7589 msgstr ""
7591 #: builtin/reset.c:344
7592 msgid "Could not write new index file."
7593 msgstr ""
7595 #: builtin/rev-parse.c:339
7596 msgid "git rev-parse --parseopt [options] -- [<args>...]"
7597 msgstr ""
7599 #: builtin/rev-parse.c:344
7600 msgid "keep the `--` passed as an arg"
7601 msgstr ""
7603 #: builtin/rev-parse.c:346
7604 msgid "stop parsing after the first non-option argument"
7605 msgstr ""
7607 #: builtin/rev-parse.c:464
7608 msgid ""
7609 "git rev-parse --parseopt [options] -- [<args>...]\n"
7610 "   or: git rev-parse --sq-quote [<arg>...]\n"
7611 "   or: git rev-parse [options] [<arg>...]\n"
7612 "\n"
7613 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
7614 msgstr ""
7616 #: builtin/revert.c:22
7617 msgid "git revert [options] <commit-ish>"
7618 msgstr ""
7620 #: builtin/revert.c:23
7621 msgid "git revert <subcommand>"
7622 msgstr ""
7624 #: builtin/revert.c:28
7625 msgid "git cherry-pick [options] <commit-ish>"
7626 msgstr ""
7628 #: builtin/revert.c:29
7629 msgid "git cherry-pick <subcommand>"
7630 msgstr ""
7632 #: builtin/revert.c:70 builtin/revert.c:92
7633 #, c-format
7634 msgid "%s: %s cannot be used with %s"
7635 msgstr ""
7637 #: builtin/revert.c:103
7638 msgid "end revert or cherry-pick sequence"
7639 msgstr ""
7641 #: builtin/revert.c:104
7642 msgid "resume revert or cherry-pick sequence"
7643 msgstr ""
7645 #: builtin/revert.c:105
7646 msgid "cancel revert or cherry-pick sequence"
7647 msgstr ""
7649 #: builtin/revert.c:106
7650 msgid "don't automatically commit"
7651 msgstr ""
7653 #: builtin/revert.c:107
7654 msgid "edit the commit message"
7655 msgstr ""
7657 #: builtin/revert.c:110
7658 msgid "parent number"
7659 msgstr ""
7661 #: builtin/revert.c:112
7662 msgid "merge strategy"
7663 msgstr ""
7665 #: builtin/revert.c:113
7666 msgid "option"
7667 msgstr ""
7669 #: builtin/revert.c:114
7670 msgid "option for merge strategy"
7671 msgstr ""
7673 #: builtin/revert.c:125
7674 msgid "append commit name"
7675 msgstr ""
7677 #: builtin/revert.c:126
7678 msgid "allow fast-forward"
7679 msgstr ""
7681 #: builtin/revert.c:127
7682 msgid "preserve initially empty commits"
7683 msgstr ""
7685 #: builtin/revert.c:128
7686 msgid "allow commits with empty messages"
7687 msgstr ""
7689 #: builtin/revert.c:129
7690 msgid "keep redundant, empty commits"
7691 msgstr ""
7693 #: builtin/revert.c:133
7694 msgid "program error"
7695 msgstr ""
7697 #: builtin/revert.c:223
7698 msgid "revert failed"
7699 msgstr ""
7701 #: builtin/revert.c:238
7702 msgid "cherry-pick failed"
7703 msgstr ""
7705 #: builtin/rm.c:15
7706 msgid "git rm [options] [--] <file>..."
7707 msgstr ""
7709 #: builtin/rm.c:64 builtin/rm.c:186
7710 #, c-format
7711 msgid ""
7712 "submodule '%s' (or one of its nested submodules) uses a .git directory\n"
7713 "(use 'rm -rf' if you really want to remove it including all of its history)"
7714 msgstr ""
7716 #: builtin/rm.c:174
7717 #, c-format
7718 msgid ""
7719 "'%s' has staged content different from both the file and the HEAD\n"
7720 "(use -f to force removal)"
7721 msgstr ""
7723 #: builtin/rm.c:180
7724 #, c-format
7725 msgid ""
7726 "'%s' has changes staged in the index\n"
7727 "(use --cached to keep the file, or -f to force removal)"
7728 msgstr ""
7730 #: builtin/rm.c:191
7731 #, c-format
7732 msgid ""
7733 "'%s' has local modifications\n"
7734 "(use --cached to keep the file, or -f to force removal)"
7735 msgstr ""
7737 #: builtin/rm.c:207
7738 msgid "do not list removed files"
7739 msgstr ""
7741 #: builtin/rm.c:208
7742 msgid "only remove from the index"
7743 msgstr ""
7745 #: builtin/rm.c:209
7746 msgid "override the up-to-date check"
7747 msgstr ""
7749 #: builtin/rm.c:210
7750 msgid "allow recursive removal"
7751 msgstr ""
7753 #: builtin/rm.c:212
7754 msgid "exit with a zero status even if nothing matched"
7755 msgstr ""
7757 #: builtin/rm.c:283
7758 #, c-format
7759 msgid "not removing '%s' recursively without -r"
7760 msgstr ""
7762 #: builtin/rm.c:322
7763 #, c-format
7764 msgid "git rm: unable to remove %s"
7765 msgstr ""
7767 #: builtin/shortlog.c:13
7768 msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"
7769 msgstr ""
7771 #: builtin/shortlog.c:133
7772 #, c-format
7773 msgid "Missing author: %s"
7774 msgstr ""
7776 #: builtin/shortlog.c:229
7777 msgid "sort output according to the number of commits per author"
7778 msgstr ""
7780 #: builtin/shortlog.c:231
7781 msgid "Suppress commit descriptions, only provides commit count"
7782 msgstr ""
7784 #: builtin/shortlog.c:233
7785 msgid "Show the email address of each author"
7786 msgstr ""
7788 #: builtin/shortlog.c:234
7789 msgid "w[,i1[,i2]]"
7790 msgstr ""
7792 #: builtin/shortlog.c:235
7793 msgid "Linewrap output"
7794 msgstr ""
7796 #: builtin/show-branch.c:9
7797 msgid ""
7798 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
7799 "current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
7800 "independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
7801 "<glob>)...]"
7802 msgstr ""
7804 #: builtin/show-branch.c:10
7805 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
7806 msgstr ""
7808 #: builtin/show-branch.c:651
7809 msgid "show remote-tracking and local branches"
7810 msgstr ""
7812 #: builtin/show-branch.c:653
7813 msgid "show remote-tracking branches"
7814 msgstr ""
7816 #: builtin/show-branch.c:655
7817 msgid "color '*!+-' corresponding to the branch"
7818 msgstr ""
7820 #: builtin/show-branch.c:657
7821 msgid "show <n> more commits after the common ancestor"
7822 msgstr ""
7824 #: builtin/show-branch.c:659
7825 msgid "synonym to more=-1"
7826 msgstr ""
7828 #: builtin/show-branch.c:660
7829 msgid "suppress naming strings"
7830 msgstr ""
7832 #: builtin/show-branch.c:662
7833 msgid "include the current branch"
7834 msgstr ""
7836 #: builtin/show-branch.c:664
7837 msgid "name commits with their object names"
7838 msgstr ""
7840 #: builtin/show-branch.c:666
7841 msgid "show possible merge bases"
7842 msgstr ""
7844 #: builtin/show-branch.c:668
7845 msgid "show refs unreachable from any other ref"
7846 msgstr ""
7848 #: builtin/show-branch.c:670
7849 msgid "show commits in topological order"
7850 msgstr ""
7852 #: builtin/show-branch.c:672
7853 msgid "show only commits not on the first branch"
7854 msgstr ""
7856 #: builtin/show-branch.c:674
7857 msgid "show merges reachable from only one tip"
7858 msgstr ""
7860 #: builtin/show-branch.c:676
7861 msgid "show commits where no parent comes before its children"
7862 msgstr ""
7864 #: builtin/show-branch.c:678
7865 msgid "<n>[,<base>]"
7866 msgstr ""
7868 #: builtin/show-branch.c:679
7869 msgid "show <n> most recent ref-log entries starting at base"
7870 msgstr ""
7872 #: builtin/show-ref.c:10
7873 msgid ""
7874 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
7875 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
7876 msgstr ""
7878 #: builtin/show-ref.c:11
7879 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
7880 msgstr ""
7882 #: builtin/show-ref.c:165
7883 msgid "only show tags (can be combined with heads)"
7884 msgstr ""
7886 #: builtin/show-ref.c:166
7887 msgid "only show heads (can be combined with tags)"
7888 msgstr ""
7890 #: builtin/show-ref.c:167
7891 msgid "stricter reference checking, requires exact ref path"
7892 msgstr ""
7894 #: builtin/show-ref.c:170 builtin/show-ref.c:172
7895 msgid "show the HEAD reference"
7896 msgstr ""
7898 #: builtin/show-ref.c:174
7899 msgid "dereference tags into object IDs"
7900 msgstr ""
7902 #: builtin/show-ref.c:176
7903 msgid "only show SHA1 hash using <n> digits"
7904 msgstr ""
7906 #: builtin/show-ref.c:180
7907 msgid "do not print results to stdout (useful with --verify)"
7908 msgstr ""
7910 #: builtin/show-ref.c:182
7911 msgid "show refs from stdin that aren't in local repository"
7912 msgstr ""
7914 #: builtin/symbolic-ref.c:7
7915 msgid "git symbolic-ref [options] name [ref]"
7916 msgstr ""
7918 #: builtin/symbolic-ref.c:8
7919 msgid "git symbolic-ref -d [-q] name"
7920 msgstr ""
7922 #: builtin/symbolic-ref.c:40
7923 msgid "suppress error message for non-symbolic (detached) refs"
7924 msgstr ""
7926 #: builtin/symbolic-ref.c:41
7927 msgid "delete symbolic ref"
7928 msgstr ""
7930 #: builtin/symbolic-ref.c:42
7931 msgid "shorten ref output"
7932 msgstr ""
7934 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
7935 msgid "reason"
7936 msgstr ""
7938 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
7939 msgid "reason of the update"
7940 msgstr ""
7942 #: builtin/tag.c:22
7943 msgid ""
7944 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
7945 msgstr ""
7947 #: builtin/tag.c:23
7948 msgid "git tag -d <tagname>..."
7949 msgstr ""
7951 #: builtin/tag.c:24
7952 msgid ""
7953 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
7954 "\t\t[<pattern>...]"
7955 msgstr ""
7957 #: builtin/tag.c:26
7958 msgid "git tag -v <tagname>..."
7959 msgstr ""
7961 #: builtin/tag.c:60
7962 #, c-format
7963 msgid "malformed object at '%s'"
7964 msgstr ""
7966 #: builtin/tag.c:207
7967 #, c-format
7968 msgid "tag name too long: %.*s..."
7969 msgstr ""
7971 #: builtin/tag.c:212
7972 #, c-format
7973 msgid "tag '%s' not found."
7974 msgstr ""
7976 #: builtin/tag.c:227
7977 #, c-format
7978 msgid "Deleted tag '%s' (was %s)\n"
7979 msgstr ""
7981 #: builtin/tag.c:239
7982 #, c-format
7983 msgid "could not verify the tag '%s'"
7984 msgstr ""
7986 #: builtin/tag.c:249
7987 #, c-format
7988 msgid ""
7989 "\n"
7990 "Write a tag message\n"
7991 "Lines starting with '%c' will be ignored.\n"
7992 msgstr ""
7994 #: builtin/tag.c:253
7995 #, c-format
7996 msgid ""
7997 "\n"
7998 "Write a tag message\n"
7999 "Lines starting with '%c' will be kept; you may remove them yourself if you "
8000 "want to.\n"
8001 msgstr ""
8003 #: builtin/tag.c:292
8004 msgid "unable to sign the tag"
8005 msgstr ""
8007 #: builtin/tag.c:294
8008 msgid "unable to write tag file"
8009 msgstr ""
8011 #: builtin/tag.c:319
8012 msgid "bad object type."
8013 msgstr ""
8015 #: builtin/tag.c:332
8016 msgid "tag header too big."
8017 msgstr ""
8019 #: builtin/tag.c:368
8020 msgid "no tag message?"
8021 msgstr ""
8023 #: builtin/tag.c:374
8024 #, c-format
8025 msgid "The tag message has been left in %s\n"
8026 msgstr ""
8028 #: builtin/tag.c:423
8029 msgid "switch 'points-at' requires an object"
8030 msgstr ""
8032 #: builtin/tag.c:425
8033 #, c-format
8034 msgid "malformed object name '%s'"
8035 msgstr ""
8037 #: builtin/tag.c:445
8038 msgid "list tag names"
8039 msgstr ""
8041 #: builtin/tag.c:447
8042 msgid "print <n> lines of each tag message"
8043 msgstr ""
8045 #: builtin/tag.c:449
8046 msgid "delete tags"
8047 msgstr ""
8049 #: builtin/tag.c:450
8050 msgid "verify tags"
8051 msgstr ""
8053 #: builtin/tag.c:452
8054 msgid "Tag creation options"
8055 msgstr ""
8057 #: builtin/tag.c:454
8058 msgid "annotated tag, needs a message"
8059 msgstr ""
8061 #: builtin/tag.c:456
8062 msgid "tag message"
8063 msgstr ""
8065 #: builtin/tag.c:458
8066 msgid "annotated and GPG-signed tag"
8067 msgstr ""
8069 #: builtin/tag.c:462
8070 msgid "use another key to sign the tag"
8071 msgstr ""
8073 #: builtin/tag.c:463
8074 msgid "replace the tag if exists"
8075 msgstr ""
8077 #: builtin/tag.c:464
8078 msgid "show tag list in columns"
8079 msgstr ""
8081 #: builtin/tag.c:466
8082 msgid "Tag listing options"
8083 msgstr ""
8085 #: builtin/tag.c:469
8086 msgid "print only tags that contain the commit"
8087 msgstr ""
8089 #: builtin/tag.c:475
8090 msgid "print only tags of the object"
8091 msgstr ""
8093 #: builtin/tag.c:504
8094 msgid "--column and -n are incompatible"
8095 msgstr ""
8097 #: builtin/tag.c:521
8098 msgid "-n option is only allowed with -l."
8099 msgstr ""
8101 #: builtin/tag.c:523
8102 msgid "--contains option is only allowed with -l."
8103 msgstr ""
8105 #: builtin/tag.c:525
8106 msgid "--points-at option is only allowed with -l."
8107 msgstr ""
8109 #: builtin/tag.c:533
8110 msgid "only one -F or -m option is allowed."
8111 msgstr ""
8113 #: builtin/tag.c:553
8114 msgid "too many params"
8115 msgstr ""
8117 #: builtin/tag.c:559
8118 #, c-format
8119 msgid "'%s' is not a valid tag name."
8120 msgstr ""
8122 #: builtin/tag.c:564
8123 #, c-format
8124 msgid "tag '%s' already exists"
8125 msgstr ""
8127 #: builtin/tag.c:582
8128 #, c-format
8129 msgid "%s: cannot lock the ref"
8130 msgstr ""
8132 #: builtin/tag.c:584
8133 #, c-format
8134 msgid "%s: cannot update the ref"
8135 msgstr ""
8137 #: builtin/tag.c:586
8138 #, c-format
8139 msgid "Updated tag '%s' (was %s)\n"
8140 msgstr ""
8142 #: builtin/update-index.c:401
8143 msgid "git update-index [options] [--] [<file>...]"
8144 msgstr ""
8146 #: builtin/update-index.c:718
8147 msgid "continue refresh even when index needs update"
8148 msgstr ""
8150 #: builtin/update-index.c:721
8151 msgid "refresh: ignore submodules"
8152 msgstr ""
8154 #: builtin/update-index.c:724
8155 msgid "do not ignore new files"
8156 msgstr ""
8158 #: builtin/update-index.c:726
8159 msgid "let files replace directories and vice-versa"
8160 msgstr ""
8162 #: builtin/update-index.c:728
8163 msgid "notice files missing from worktree"
8164 msgstr ""
8166 #: builtin/update-index.c:730
8167 msgid "refresh even if index contains unmerged entries"
8168 msgstr ""
8170 #: builtin/update-index.c:733
8171 msgid "refresh stat information"
8172 msgstr ""
8174 #: builtin/update-index.c:737
8175 msgid "like --refresh, but ignore assume-unchanged setting"
8176 msgstr ""
8178 #: builtin/update-index.c:741
8179 msgid "<mode> <object> <path>"
8180 msgstr ""
8182 #: builtin/update-index.c:742
8183 msgid "add the specified entry to the index"
8184 msgstr ""
8186 #: builtin/update-index.c:746
8187 msgid "(+/-)x"
8188 msgstr ""
8190 #: builtin/update-index.c:747
8191 msgid "override the executable bit of the listed files"
8192 msgstr ""
8194 #: builtin/update-index.c:751
8195 msgid "mark files as \"not changing\""
8196 msgstr ""
8198 #: builtin/update-index.c:754
8199 msgid "clear assumed-unchanged bit"
8200 msgstr ""
8202 #: builtin/update-index.c:757
8203 msgid "mark files as \"index-only\""
8204 msgstr ""
8206 #: builtin/update-index.c:760
8207 msgid "clear skip-worktree bit"
8208 msgstr ""
8210 #: builtin/update-index.c:763
8211 msgid "add to index only; do not add content to object database"
8212 msgstr ""
8214 #: builtin/update-index.c:765
8215 msgid "remove named paths even if present in worktree"
8216 msgstr ""
8218 #: builtin/update-index.c:767
8219 msgid "with --stdin: input lines are terminated by null bytes"
8220 msgstr ""
8222 #: builtin/update-index.c:769
8223 msgid "read list of paths to be updated from standard input"
8224 msgstr ""
8226 #: builtin/update-index.c:773
8227 msgid "add entries from standard input to the index"
8228 msgstr ""
8230 #: builtin/update-index.c:777
8231 msgid "repopulate stages #2 and #3 for the listed paths"
8232 msgstr ""
8234 #: builtin/update-index.c:781
8235 msgid "only update entries that differ from HEAD"
8236 msgstr ""
8238 #: builtin/update-index.c:785
8239 msgid "ignore files missing from worktree"
8240 msgstr ""
8242 #: builtin/update-index.c:788
8243 msgid "report actions to standard output"
8244 msgstr ""
8246 #: builtin/update-index.c:790
8247 msgid "(for porcelains) forget saved unresolved conflicts"
8248 msgstr ""
8250 #: builtin/update-index.c:794
8251 msgid "write index in this format"
8252 msgstr ""
8254 #: builtin/update-ref.c:7
8255 msgid "git update-ref [options] -d <refname> [<oldval>]"
8256 msgstr ""
8258 #: builtin/update-ref.c:8
8259 msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
8260 msgstr ""
8262 #: builtin/update-ref.c:19
8263 msgid "delete the reference"
8264 msgstr ""
8266 #: builtin/update-ref.c:21
8267 msgid "update <refname> not the one it points to"
8268 msgstr ""
8270 #: builtin/update-server-info.c:6
8271 msgid "git update-server-info [--force]"
8272 msgstr ""
8274 #: builtin/update-server-info.c:14
8275 msgid "update the info files from scratch"
8276 msgstr ""
8278 #: builtin/verify-pack.c:56
8279 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
8280 msgstr ""
8282 #: builtin/verify-pack.c:66
8283 msgid "verbose"
8284 msgstr ""
8286 #: builtin/verify-pack.c:68
8287 msgid "show statistics only"
8288 msgstr ""
8290 #: builtin/verify-tag.c:17
8291 msgid "git verify-tag [-v|--verbose] <tag>..."
8292 msgstr ""
8294 #: builtin/verify-tag.c:73
8295 msgid "print tag contents"
8296 msgstr ""
8298 #: builtin/write-tree.c:13
8299 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
8300 msgstr ""
8302 #: builtin/write-tree.c:26
8303 msgid "<prefix>/"
8304 msgstr ""
8306 #: builtin/write-tree.c:27
8307 msgid "write tree object for a subdirectory <prefix>"
8308 msgstr ""
8310 #: builtin/write-tree.c:30
8311 msgid "only useful for debugging"
8312 msgstr ""
8314 #: git.c:16
8315 msgid "See 'git help <command>' for more information on a specific command."
8316 msgstr ""
8318 #: parse-options.h:156
8319 msgid "no-op (backward compatibility)"
8320 msgstr ""
8322 #: parse-options.h:232
8323 msgid "be more verbose"
8324 msgstr ""
8326 #: parse-options.h:234
8327 msgid "be more quiet"
8328 msgstr ""
8330 #: parse-options.h:240
8331 msgid "use <n> digits to display SHA-1s"
8332 msgstr ""
8334 #: common-cmds.h:8
8335 msgid "Add file contents to the index"
8336 msgstr ""
8338 #: common-cmds.h:9
8339 msgid "Find by binary search the change that introduced a bug"
8340 msgstr ""
8342 #: common-cmds.h:10
8343 msgid "List, create, or delete branches"
8344 msgstr ""
8346 #: common-cmds.h:11
8347 msgid "Checkout a branch or paths to the working tree"
8348 msgstr ""
8350 #: common-cmds.h:12
8351 msgid "Clone a repository into a new directory"
8352 msgstr ""
8354 #: common-cmds.h:13
8355 msgid "Record changes to the repository"
8356 msgstr ""
8358 #: common-cmds.h:14
8359 msgid "Show changes between commits, commit and working tree, etc"
8360 msgstr ""
8362 #: common-cmds.h:15
8363 msgid "Download objects and refs from another repository"
8364 msgstr ""
8366 #: common-cmds.h:16
8367 msgid "Print lines matching a pattern"
8368 msgstr ""
8370 #: common-cmds.h:17
8371 msgid "Create an empty Git repository or reinitialize an existing one"
8372 msgstr ""
8374 #: common-cmds.h:18
8375 msgid "Show commit logs"
8376 msgstr ""
8378 #: common-cmds.h:19
8379 msgid "Join two or more development histories together"
8380 msgstr ""
8382 #: common-cmds.h:20
8383 msgid "Move or rename a file, a directory, or a symlink"
8384 msgstr ""
8386 #: common-cmds.h:21
8387 msgid "Fetch from and merge with another repository or a local branch"
8388 msgstr ""
8390 #: common-cmds.h:22
8391 msgid "Update remote refs along with associated objects"
8392 msgstr ""
8394 #: common-cmds.h:23
8395 msgid "Forward-port local commits to the updated upstream head"
8396 msgstr ""
8398 #: common-cmds.h:24
8399 msgid "Reset current HEAD to the specified state"
8400 msgstr ""
8402 #: common-cmds.h:25
8403 msgid "Remove files from the working tree and from the index"
8404 msgstr ""
8406 #: common-cmds.h:26
8407 msgid "Show various types of objects"
8408 msgstr ""
8410 #: common-cmds.h:27
8411 msgid "Show the working tree status"
8412 msgstr ""
8414 #: common-cmds.h:28
8415 msgid "Create, list, delete or verify a tag object signed with GPG"
8416 msgstr ""
8418 #: git-am.sh:50
8419 msgid "You need to set your committer info first"
8420 msgstr ""
8422 #: git-am.sh:95
8423 msgid ""
8424 "You seem to have moved HEAD since the last 'am' failure.\n"
8425 "Not rewinding to ORIG_HEAD"
8426 msgstr ""
8428 #: git-am.sh:105
8429 #, sh-format
8430 msgid ""
8431 "When you have resolved this problem, run \"$cmdline --resolved\".\n"
8432 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
8433 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
8434 msgstr ""
8436 #: git-am.sh:121
8437 msgid "Cannot fall back to three-way merge."
8438 msgstr ""
8440 #: git-am.sh:137
8441 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8442 msgstr ""
8444 #: git-am.sh:139
8445 msgid "Using index info to reconstruct a base tree..."
8446 msgstr ""
8448 #: git-am.sh:154
8449 msgid ""
8450 "Did you hand edit your patch?\n"
8451 "It does not apply to blobs recorded in its index."
8452 msgstr ""
8454 #: git-am.sh:163
8455 msgid "Falling back to patching base and 3-way merge..."
8456 msgstr ""
8458 #: git-am.sh:179
8459 msgid "Failed to merge in the changes."
8460 msgstr ""
8462 #: git-am.sh:274
8463 msgid "Only one StGIT patch series can be applied at once"
8464 msgstr ""
8466 #: git-am.sh:361
8467 #, sh-format
8468 msgid "Patch format $patch_format is not supported."
8469 msgstr ""
8471 #: git-am.sh:363
8472 msgid "Patch format detection failed."
8473 msgstr ""
8475 #: git-am.sh:389
8476 msgid ""
8477 "The -b/--binary option has been a no-op for long time, and\n"
8478 "it will be removed. Please do not use it anymore."
8479 msgstr ""
8481 #: git-am.sh:477
8482 #, sh-format
8483 msgid "previous rebase directory $dotest still exists but mbox given."
8484 msgstr ""
8486 #: git-am.sh:482
8487 msgid "Please make up your mind. --skip or --abort?"
8488 msgstr ""
8490 #: git-am.sh:509
8491 msgid "Resolve operation not in progress, we are not resuming."
8492 msgstr ""
8494 #: git-am.sh:575
8495 #, sh-format
8496 msgid "Dirty index: cannot apply patches (dirty: $files)"
8497 msgstr ""
8499 #: git-am.sh:679
8500 #, sh-format
8501 msgid ""
8502 "Patch is empty.  Was it split wrong?\n"
8503 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
8504 "To restore the original branch and stop patching run \"$cmdline --abort\"."
8505 msgstr ""
8507 #: git-am.sh:706
8508 msgid "Patch does not have a valid e-mail address."
8509 msgstr ""
8511 #: git-am.sh:753
8512 msgid "cannot be interactive without stdin connected to a terminal."
8513 msgstr ""
8515 #: git-am.sh:757
8516 msgid "Commit Body is:"
8517 msgstr ""
8519 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8520 #. in your translation. The program will only accept English
8521 #. input at this point.
8522 #: git-am.sh:764
8523 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
8524 msgstr ""
8526 #: git-am.sh:800
8527 #, sh-format
8528 msgid "Applying: $FIRSTLINE"
8529 msgstr ""
8531 #: git-am.sh:821
8532 msgid ""
8533 "No changes - did you forget to use 'git add'?\n"
8534 "If there is nothing left to stage, chances are that something else\n"
8535 "already introduced the same changes; you might want to skip this patch."
8536 msgstr ""
8538 #: git-am.sh:829
8539 msgid ""
8540 "You still have unmerged paths in your index\n"
8541 "did you forget to use 'git add'?"
8542 msgstr ""
8544 #: git-am.sh:845
8545 msgid "No changes -- Patch already applied."
8546 msgstr ""
8548 #: git-am.sh:855
8549 #, sh-format
8550 msgid "Patch failed at $msgnum $FIRSTLINE"
8551 msgstr ""
8553 #: git-am.sh:858
8554 #, sh-format
8555 msgid ""
8556 "The copy of the patch that failed is found in:\n"
8557 "   $dotest/patch"
8558 msgstr ""
8560 #: git-am.sh:876
8561 msgid "applying to an empty history"
8562 msgstr ""
8564 #: git-bisect.sh:48
8565 msgid "You need to start by \"git bisect start\""
8566 msgstr ""
8568 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8569 #. translation. The program will only accept English input
8570 #. at this point.
8571 #: git-bisect.sh:54
8572 msgid "Do you want me to do it for you [Y/n]? "
8573 msgstr ""
8575 #: git-bisect.sh:95
8576 #, sh-format
8577 msgid "unrecognised option: '$arg'"
8578 msgstr ""
8580 #: git-bisect.sh:99
8581 #, sh-format
8582 msgid "'$arg' does not appear to be a valid revision"
8583 msgstr ""
8585 #: git-bisect.sh:117
8586 msgid "Bad HEAD - I need a HEAD"
8587 msgstr ""
8589 #: git-bisect.sh:130
8590 #, sh-format
8591 msgid ""
8592 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
8593 msgstr ""
8595 #: git-bisect.sh:140
8596 msgid "won't bisect on seeked tree"
8597 msgstr ""
8599 #: git-bisect.sh:144
8600 msgid "Bad HEAD - strange symbolic ref"
8601 msgstr ""
8603 #: git-bisect.sh:189
8604 #, sh-format
8605 msgid "Bad bisect_write argument: $state"
8606 msgstr ""
8608 #: git-bisect.sh:218
8609 #, sh-format
8610 msgid "Bad rev input: $arg"
8611 msgstr ""
8613 #: git-bisect.sh:232
8614 msgid "Please call 'bisect_state' with at least one argument."
8615 msgstr ""
8617 #: git-bisect.sh:244
8618 #, sh-format
8619 msgid "Bad rev input: $rev"
8620 msgstr ""
8622 #: git-bisect.sh:250
8623 msgid "'git bisect bad' can take only one argument."
8624 msgstr ""
8626 #. have bad but not good.  we could bisect although
8627 #. this is less optimum.
8628 #: git-bisect.sh:273
8629 msgid "Warning: bisecting only with a bad commit."
8630 msgstr ""
8632 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8633 #. translation. The program will only accept English input
8634 #. at this point.
8635 #: git-bisect.sh:279
8636 msgid "Are you sure [Y/n]? "
8637 msgstr ""
8639 #: git-bisect.sh:289
8640 msgid ""
8641 "You need to give me at least one good and one bad revisions.\n"
8642 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
8643 msgstr ""
8645 #: git-bisect.sh:292
8646 msgid ""
8647 "You need to start by \"git bisect start\".\n"
8648 "You then need to give me at least one good and one bad revisions.\n"
8649 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
8650 msgstr ""
8652 #: git-bisect.sh:347 git-bisect.sh:474
8653 msgid "We are not bisecting."
8654 msgstr ""
8656 #: git-bisect.sh:354
8657 #, sh-format
8658 msgid "'$invalid' is not a valid commit"
8659 msgstr ""
8661 #: git-bisect.sh:363
8662 #, sh-format
8663 msgid ""
8664 "Could not check out original HEAD '$branch'.\n"
8665 "Try 'git bisect reset <commit>'."
8666 msgstr ""
8668 #: git-bisect.sh:390
8669 msgid "No logfile given"
8670 msgstr ""
8672 #: git-bisect.sh:391
8673 #, sh-format
8674 msgid "cannot read $file for replaying"
8675 msgstr ""
8677 #: git-bisect.sh:408
8678 msgid "?? what are you talking about?"
8679 msgstr ""
8681 #: git-bisect.sh:420
8682 #, sh-format
8683 msgid "running $command"
8684 msgstr ""
8686 #: git-bisect.sh:427
8687 #, sh-format
8688 msgid ""
8689 "bisect run failed:\n"
8690 "exit code $res from '$command' is < 0 or >= 128"
8691 msgstr ""
8693 #: git-bisect.sh:453
8694 msgid "bisect run cannot continue any more"
8695 msgstr ""
8697 #: git-bisect.sh:459
8698 #, sh-format
8699 msgid ""
8700 "bisect run failed:\n"
8701 "'bisect_state $state' exited with error code $res"
8702 msgstr ""
8704 #: git-bisect.sh:466
8705 msgid "bisect run success"
8706 msgstr ""
8708 #: git-pull.sh:21
8709 msgid ""
8710 "Pull is not possible because you have unmerged files.\n"
8711 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
8712 "as appropriate to mark resolution, or use 'git commit -a'."
8713 msgstr ""
8715 #: git-pull.sh:25
8716 msgid "Pull is not possible because you have unmerged files."
8717 msgstr ""
8719 #: git-pull.sh:197
8720 msgid "updating an unborn branch with changes added to the index"
8721 msgstr ""
8723 #. The fetch involved updating the current branch.
8724 #. The working tree and the index file is still based on the
8725 #. $orig_head commit, but we are merging into $curr_head.
8726 #. First update the working tree to match $curr_head.
8727 #: git-pull.sh:229
8728 #, sh-format
8729 msgid ""
8730 "Warning: fetch updated the current branch head.\n"
8731 "Warning: fast-forwarding your working tree from\n"
8732 "Warning: commit $orig_head."
8733 msgstr ""
8735 #: git-pull.sh:254
8736 msgid "Cannot merge multiple branches into empty head"
8737 msgstr ""
8739 #: git-pull.sh:258
8740 msgid "Cannot rebase onto multiple branches"
8741 msgstr ""
8743 #: git-rebase.sh:53
8744 msgid ""
8745 "When you have resolved this problem, run \"git rebase --continue\".\n"
8746 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
8747 "To check out the original branch and stop rebasing, run \"git rebase --abort"
8748 "\"."
8749 msgstr ""
8751 #: git-rebase.sh:160
8752 msgid "The pre-rebase hook refused to rebase."
8753 msgstr ""
8755 #: git-rebase.sh:165
8756 msgid "It looks like git-am is in progress. Cannot rebase."
8757 msgstr ""
8759 #: git-rebase.sh:296
8760 msgid "The --exec option must be used with the --interactive option"
8761 msgstr ""
8763 #: git-rebase.sh:301
8764 msgid "No rebase in progress?"
8765 msgstr ""
8767 #: git-rebase.sh:312
8768 msgid "The --edit-todo action can only be used during interactive rebase."
8769 msgstr ""
8771 #: git-rebase.sh:319
8772 msgid "Cannot read HEAD"
8773 msgstr ""
8775 #: git-rebase.sh:322
8776 msgid ""
8777 "You must edit all merge conflicts and then\n"
8778 "mark them as resolved using git add"
8779 msgstr ""
8781 #: git-rebase.sh:340
8782 #, sh-format
8783 msgid "Could not move back to $head_name"
8784 msgstr ""
8786 #: git-rebase.sh:359
8787 #, sh-format
8788 msgid ""
8789 "It seems that there is already a $state_dir_base directory, and\n"
8790 "I wonder if you are in the middle of another rebase.  If that is the\n"
8791 "case, please try\n"
8792 "\t$cmd_live_rebase\n"
8793 "If that is not the case, please\n"
8794 "\t$cmd_clear_stale_rebase\n"
8795 "and run me again.  I am stopping in case you still have something\n"
8796 "valuable there."
8797 msgstr ""
8799 #: git-rebase.sh:404
8800 #, sh-format
8801 msgid "invalid upstream $upstream_name"
8802 msgstr ""
8804 #: git-rebase.sh:428
8805 #, sh-format
8806 msgid "$onto_name: there are more than one merge bases"
8807 msgstr ""
8809 #: git-rebase.sh:431 git-rebase.sh:435
8810 #, sh-format
8811 msgid "$onto_name: there is no merge base"
8812 msgstr ""
8814 #: git-rebase.sh:440
8815 #, sh-format
8816 msgid "Does not point to a valid commit: $onto_name"
8817 msgstr ""
8819 #: git-rebase.sh:463
8820 #, sh-format
8821 msgid "fatal: no such branch: $branch_name"
8822 msgstr ""
8824 #: git-rebase.sh:483
8825 msgid "Please commit or stash them."
8826 msgstr ""
8828 #: git-rebase.sh:501
8829 #, sh-format
8830 msgid "Current branch $branch_name is up to date."
8831 msgstr ""
8833 #: git-rebase.sh:504
8834 #, sh-format
8835 msgid "Current branch $branch_name is up to date, rebase forced."
8836 msgstr ""
8838 #: git-rebase.sh:515
8839 #, sh-format
8840 msgid "Changes from $mb to $onto:"
8841 msgstr ""
8843 #. Detach HEAD and reset the tree
8844 #: git-rebase.sh:524
8845 msgid "First, rewinding head to replay your work on top of it..."
8846 msgstr ""
8848 #: git-rebase.sh:532
8849 #, sh-format
8850 msgid "Fast-forwarded $branch_name to $onto_name."
8851 msgstr ""
8853 #: git-stash.sh:51
8854 msgid "git stash clear with parameters is unimplemented"
8855 msgstr ""
8857 #: git-stash.sh:74
8858 msgid "You do not have the initial commit yet"
8859 msgstr ""
8861 #: git-stash.sh:89
8862 msgid "Cannot save the current index state"
8863 msgstr ""
8865 #: git-stash.sh:123 git-stash.sh:136
8866 msgid "Cannot save the current worktree state"
8867 msgstr ""
8869 #: git-stash.sh:140
8870 msgid "No changes selected"
8871 msgstr ""
8873 #: git-stash.sh:143
8874 msgid "Cannot remove temporary index (can't happen)"
8875 msgstr ""
8877 #: git-stash.sh:156
8878 msgid "Cannot record working tree state"
8879 msgstr ""
8881 #. TRANSLATORS: $option is an invalid option, like
8882 #. `--blah-blah'. The 7 spaces at the beginning of the
8883 #. second line correspond to "error: ". So you should line
8884 #. up the second line with however many characters the
8885 #. translation of "error: " takes in your language. E.g. in
8886 #. English this is:
8888 #. $ git stash save --blah-blah 2>&1 | head -n 2
8889 #. error: unknown option for 'stash save': --blah-blah
8890 #. To provide a message, use git stash save -- '--blah-blah'
8891 #: git-stash.sh:202
8892 #, sh-format
8893 msgid ""
8894 "error: unknown option for 'stash save': $option\n"
8895 "       To provide a message, use git stash save -- '$option'"
8896 msgstr ""
8898 #: git-stash.sh:223
8899 msgid "No local changes to save"
8900 msgstr ""
8902 #: git-stash.sh:227
8903 msgid "Cannot initialize stash"
8904 msgstr ""
8906 #: git-stash.sh:235
8907 msgid "Cannot save the current status"
8908 msgstr ""
8910 #: git-stash.sh:253
8911 msgid "Cannot remove worktree changes"
8912 msgstr ""
8914 #: git-stash.sh:352
8915 msgid "No stash found."
8916 msgstr ""
8918 #: git-stash.sh:359
8919 #, sh-format
8920 msgid "Too many revisions specified: $REV"
8921 msgstr ""
8923 #: git-stash.sh:365
8924 #, sh-format
8925 msgid "$reference is not valid reference"
8926 msgstr ""
8928 #: git-stash.sh:393
8929 #, sh-format
8930 msgid "'$args' is not a stash-like commit"
8931 msgstr ""
8933 #: git-stash.sh:404
8934 #, sh-format
8935 msgid "'$args' is not a stash reference"
8936 msgstr ""
8938 #: git-stash.sh:412
8939 msgid "unable to refresh index"
8940 msgstr ""
8942 #: git-stash.sh:416
8943 msgid "Cannot apply a stash in the middle of a merge"
8944 msgstr ""
8946 #: git-stash.sh:424
8947 msgid "Conflicts in index. Try without --index."
8948 msgstr ""
8950 #: git-stash.sh:426
8951 msgid "Could not save index tree"
8952 msgstr ""
8954 #: git-stash.sh:460
8955 msgid "Cannot unstage modified files"
8956 msgstr ""
8958 #: git-stash.sh:475
8959 msgid "Index was not unstashed."
8960 msgstr ""
8962 #: git-stash.sh:492
8963 #, sh-format
8964 msgid "Dropped ${REV} ($s)"
8965 msgstr ""
8967 #: git-stash.sh:493
8968 #, sh-format
8969 msgid "${REV}: Could not drop stash entry"
8970 msgstr ""
8972 #: git-stash.sh:500
8973 msgid "No branch name specified"
8974 msgstr ""
8976 #: git-stash.sh:571
8977 msgid "(To restore them type \"git stash apply\")"
8978 msgstr ""
8980 #: git-submodule.sh:90
8981 #, sh-format
8982 msgid "cannot strip one component off url '$remoteurl'"
8983 msgstr ""
8985 #: git-submodule.sh:195
8986 #, sh-format
8987 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
8988 msgstr ""
8990 #: git-submodule.sh:238
8991 #, sh-format
8992 msgid "Clone of '$url' into submodule path '$sm_path' failed"
8993 msgstr ""
8995 #: git-submodule.sh:250
8996 #, sh-format
8997 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
8998 msgstr ""
9000 #: git-submodule.sh:343
9001 #, sh-format
9002 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
9003 msgstr ""
9005 #: git-submodule.sh:360
9006 #, sh-format
9007 msgid "'$sm_path' already exists in the index"
9008 msgstr ""
9010 #: git-submodule.sh:364
9011 #, sh-format
9012 msgid ""
9013 "The following path is ignored by one of your .gitignore files:\n"
9014 "$sm_path\n"
9015 "Use -f if you really want to add it."
9016 msgstr ""
9018 #: git-submodule.sh:382
9019 #, sh-format
9020 msgid "Adding existing repo at '$sm_path' to the index"
9021 msgstr ""
9023 #: git-submodule.sh:384
9024 #, sh-format
9025 msgid "'$sm_path' already exists and is not a valid git repo"
9026 msgstr ""
9028 #: git-submodule.sh:392
9029 #, sh-format
9030 msgid "A git directory for '$sm_name' is found locally with remote(s):"
9031 msgstr ""
9033 #: git-submodule.sh:394
9034 #, sh-format
9035 msgid ""
9036 "If you want to reuse this local git directory instead of cloning again from"
9037 msgstr ""
9039 #: git-submodule.sh:396
9040 #, sh-format
9041 msgid ""
9042 "use the '--force' option. If the local git directory is not the correct repo"
9043 msgstr ""
9045 #: git-submodule.sh:397
9046 #, sh-format
9047 msgid ""
9048 "or you are unsure what this means choose another name with the '--name' "
9049 "option."
9050 msgstr ""
9052 #: git-submodule.sh:399
9053 #, sh-format
9054 msgid "Reactivating local git directory for submodule '$sm_name'."
9055 msgstr ""
9057 #: git-submodule.sh:411
9058 #, sh-format
9059 msgid "Unable to checkout submodule '$sm_path'"
9060 msgstr ""
9062 #: git-submodule.sh:416
9063 #, sh-format
9064 msgid "Failed to add submodule '$sm_path'"
9065 msgstr ""
9067 #: git-submodule.sh:425
9068 #, sh-format
9069 msgid "Failed to register submodule '$sm_path'"
9070 msgstr ""
9072 #: git-submodule.sh:468
9073 #, sh-format
9074 msgid "Entering '$prefix$sm_path'"
9075 msgstr ""
9077 #: git-submodule.sh:482
9078 #, sh-format
9079 msgid "Stopping at '$sm_path'; script returned non-zero status."
9080 msgstr ""
9082 #: git-submodule.sh:526
9083 #, sh-format
9084 msgid "No url found for submodule path '$sm_path' in .gitmodules"
9085 msgstr ""
9087 #: git-submodule.sh:535
9088 #, sh-format
9089 msgid "Failed to register url for submodule path '$sm_path'"
9090 msgstr ""
9092 #: git-submodule.sh:537
9093 #, sh-format
9094 msgid "Submodule '$name' ($url) registered for path '$sm_path'"
9095 msgstr ""
9097 #: git-submodule.sh:545
9098 #, sh-format
9099 msgid "Failed to register update mode for submodule path '$sm_path'"
9100 msgstr ""
9102 #: git-submodule.sh:649
9103 #, sh-format
9104 msgid ""
9105 "Submodule path '$sm_path' not initialized\n"
9106 "Maybe you want to use 'update --init'?"
9107 msgstr ""
9109 #: git-submodule.sh:662
9110 #, sh-format
9111 msgid "Unable to find current revision in submodule path '$sm_path'"
9112 msgstr ""
9114 #: git-submodule.sh:671 git-submodule.sh:695
9115 #, sh-format
9116 msgid "Unable to fetch in submodule path '$sm_path'"
9117 msgstr ""
9119 #: git-submodule.sh:709
9120 #, sh-format
9121 msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
9122 msgstr ""
9124 #: git-submodule.sh:710
9125 #, sh-format
9126 msgid "Submodule path '$sm_path': rebased into '$sha1'"
9127 msgstr ""
9129 #: git-submodule.sh:715
9130 #, sh-format
9131 msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
9132 msgstr ""
9134 #: git-submodule.sh:716
9135 #, sh-format
9136 msgid "Submodule path '$sm_path': merged in '$sha1'"
9137 msgstr ""
9139 #: git-submodule.sh:721
9140 #, sh-format
9141 msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
9142 msgstr ""
9144 #: git-submodule.sh:722
9145 #, sh-format
9146 msgid "Submodule path '$sm_path': checked out '$sha1'"
9147 msgstr ""
9149 #: git-submodule.sh:744 git-submodule.sh:1066
9150 #, sh-format
9151 msgid "Failed to recurse into submodule path '$sm_path'"
9152 msgstr ""
9154 #: git-submodule.sh:852
9155 msgid "The --cached option cannot be used with the --files option"
9156 msgstr ""
9158 #. unexpected type
9159 #: git-submodule.sh:892
9160 #, sh-format
9161 msgid "unexpected mode $mod_dst"
9162 msgstr ""
9164 #: git-submodule.sh:910
9165 #, sh-format
9166 msgid "  Warn: $name doesn't contain commit $sha1_src"
9167 msgstr ""
9169 #: git-submodule.sh:913
9170 #, sh-format
9171 msgid "  Warn: $name doesn't contain commit $sha1_dst"
9172 msgstr ""
9174 #: git-submodule.sh:916
9175 #, sh-format
9176 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
9177 msgstr ""
9179 #: git-submodule.sh:941
9180 msgid "blob"
9181 msgstr ""
9183 #: git-submodule.sh:979
9184 msgid "Submodules changed but not updated:"
9185 msgstr ""
9187 #: git-submodule.sh:981
9188 msgid "Submodule changes to be committed:"
9189 msgstr ""
9191 #: git-submodule.sh:1129
9192 #, sh-format
9193 msgid "Synchronizing submodule url for '$prefix$sm_path'"
9194 msgstr ""