Merge branch 'master' of git://repo.or.cz/alt-git
[git/mingw.git] / po / git.pot
blob9a3e0a8ccc5f0d3640face2d6790303eea5fe23f
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-04-10 15:16+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:53
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:83
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:1117
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:88 builtin/blame.c:2366
72 #: builtin/blame.c:2367 builtin/config.c:55 builtin/fast-export.c:659
73 #: builtin/fast-export.c:661 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:89
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:90 builtin/clone.c:86
108 msgid "repo"
109 msgstr ""
111 #: archive.c:346 builtin/archive.c:91
112 msgid "retrieve the archive from remote repository <repo>"
113 msgstr ""
115 #: archive.c:347 builtin/archive.c:92 builtin/notes.c:615
116 msgid "command"
117 msgstr ""
119 #: archive.c:348 builtin/archive.c:93
120 msgid "path to the remote git-upload-archive command"
121 msgstr ""
123 #: attr.c:259
124 msgid ""
125 "Negative patterns are ignored in git attributes\n"
126 "Use '\\!' for literal leading exclamation."
127 msgstr ""
129 #: branch.c:201
130 #, c-format
131 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
132 msgstr ""
134 #: branch.c:203
135 #, c-format
136 msgid "the requested upstream branch '%s' does not exist"
137 msgstr ""
139 #: branch.c:205
140 msgid ""
141 "\n"
142 "If you are planning on basing your work on an upstream\n"
143 "branch that already exists at the remote, you may need to\n"
144 "run \"git fetch\" to retrieve it.\n"
145 "\n"
146 "If you are planning to push out a new local branch that\n"
147 "will track its remote counterpart, you may want to use\n"
148 "\"git push -u\" to set the upstream config as you push."
149 msgstr ""
151 #: bundle.c:36
152 #, c-format
153 msgid "'%s' does not look like a v2 bundle file"
154 msgstr ""
156 #: bundle.c:63
157 #, c-format
158 msgid "unrecognized header: %s%s (%d)"
159 msgstr ""
161 #: bundle.c:89 builtin/commit.c:676
162 #, c-format
163 msgid "could not open '%s'"
164 msgstr ""
166 #: bundle.c:140
167 msgid "Repository lacks these prerequisite commits:"
168 msgstr ""
170 #: bundle.c:164 sequencer.c:651 sequencer.c:1083 builtin/log.c:300
171 #: builtin/log.c:754 builtin/log.c:1350 builtin/log.c:1566 builtin/merge.c:349
172 #: builtin/shortlog.c:157
173 msgid "revision walk setup failed"
174 msgstr ""
176 #: bundle.c:186
177 #, c-format
178 msgid "The bundle contains this ref:"
179 msgid_plural "The bundle contains these %d refs:"
180 msgstr[0] ""
181 msgstr[1] ""
183 #: bundle.c:193
184 msgid "The bundle records a complete history."
185 msgstr ""
187 #: bundle.c:195
188 #, c-format
189 msgid "The bundle requires this ref:"
190 msgid_plural "The bundle requires these %d refs:"
191 msgstr[0] ""
192 msgstr[1] ""
194 #: bundle.c:294
195 msgid "rev-list died"
196 msgstr ""
198 #: bundle.c:300 builtin/log.c:1246 builtin/shortlog.c:260
199 #, c-format
200 msgid "unrecognized argument: %s"
201 msgstr ""
203 #: bundle.c:335
204 #, c-format
205 msgid "ref '%s' is excluded by the rev-list options"
206 msgstr ""
208 #: bundle.c:380
209 msgid "Refusing to create empty bundle."
210 msgstr ""
212 #: bundle.c:398
213 msgid "Could not spawn pack-objects"
214 msgstr ""
216 #: bundle.c:416
217 msgid "pack-objects died"
218 msgstr ""
220 #: bundle.c:419
221 #, c-format
222 msgid "cannot create '%s'"
223 msgstr ""
225 #: bundle.c:441
226 msgid "index-pack died"
227 msgstr ""
229 #: commit.c:50
230 #, c-format
231 msgid "could not parse %s"
232 msgstr ""
234 #: commit.c:52
235 #, c-format
236 msgid "%s %s is not a commit!"
237 msgstr ""
239 #: compat/obstack.c:406 compat/obstack.c:408
240 msgid "memory exhausted"
241 msgstr ""
243 #: connected.c:39
244 msgid "Could not run 'git rev-list'"
245 msgstr ""
247 #: connected.c:48
248 #, c-format
249 msgid "failed write to rev-list: %s"
250 msgstr ""
252 #: connected.c:56
253 #, c-format
254 msgid "failed to close rev-list's stdin: %s"
255 msgstr ""
257 #: date.c:95
258 msgid "in the future"
259 msgstr ""
261 #: date.c:101
262 #, c-format
263 msgid "%lu second ago"
264 msgid_plural "%lu seconds ago"
265 msgstr[0] ""
266 msgstr[1] ""
268 #: date.c:108
269 #, c-format
270 msgid "%lu minute ago"
271 msgid_plural "%lu minutes ago"
272 msgstr[0] ""
273 msgstr[1] ""
275 #: date.c:115
276 #, c-format
277 msgid "%lu hour ago"
278 msgid_plural "%lu hours ago"
279 msgstr[0] ""
280 msgstr[1] ""
282 #: date.c:122
283 #, c-format
284 msgid "%lu day ago"
285 msgid_plural "%lu days ago"
286 msgstr[0] ""
287 msgstr[1] ""
289 #: date.c:128
290 #, c-format
291 msgid "%lu week ago"
292 msgid_plural "%lu weeks ago"
293 msgstr[0] ""
294 msgstr[1] ""
296 #: date.c:135
297 #, c-format
298 msgid "%lu month ago"
299 msgid_plural "%lu months ago"
300 msgstr[0] ""
301 msgstr[1] ""
303 #: date.c:146
304 #, c-format
305 msgid "%lu year"
306 msgid_plural "%lu years"
307 msgstr[0] ""
308 msgstr[1] ""
310 #: date.c:149
311 #, c-format
312 msgid "%s, %lu month ago"
313 msgid_plural "%s, %lu months ago"
314 msgstr[0] ""
315 msgstr[1] ""
317 #: date.c:154 date.c:159
318 #, c-format
319 msgid "%lu year ago"
320 msgid_plural "%lu years ago"
321 msgstr[0] ""
322 msgstr[1] ""
324 #: diff.c:112
325 #, c-format
326 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
327 msgstr ""
329 #: diff.c:117
330 #, c-format
331 msgid "  Unknown dirstat parameter '%s'\n"
332 msgstr ""
334 #: diff.c:210
335 #, c-format
336 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
337 msgstr ""
339 #: diff.c:260
340 #, c-format
341 msgid ""
342 "Found errors in 'diff.dirstat' config variable:\n"
343 "%s"
344 msgstr ""
346 #: diff.c:3480
347 #, c-format
348 msgid ""
349 "Failed to parse --dirstat/-X option parameter:\n"
350 "%s"
351 msgstr ""
353 #: diff.c:3494
354 #, c-format
355 msgid "Failed to parse --submodule option parameter: '%s'"
356 msgstr ""
358 #: gpg-interface.c:59 gpg-interface.c:131
359 msgid "could not run gpg."
360 msgstr ""
362 #: gpg-interface.c:71
363 msgid "gpg did not accept the data"
364 msgstr ""
366 #: gpg-interface.c:82
367 msgid "gpg failed to sign the data"
368 msgstr ""
370 #: gpg-interface.c:115
371 #, c-format
372 msgid "could not create temporary file '%s': %s"
373 msgstr ""
375 #: gpg-interface.c:118
376 #, c-format
377 msgid "failed writing detached signature to '%s': %s"
378 msgstr ""
380 #: grep.c:1623
381 #, c-format
382 msgid "'%s': unable to read %s"
383 msgstr ""
385 #: grep.c:1640
386 #, c-format
387 msgid "'%s': %s"
388 msgstr ""
390 #: grep.c:1651
391 #, c-format
392 msgid "'%s': short read %s"
393 msgstr ""
395 #: help.c:212
396 #, c-format
397 msgid "available git commands in '%s'"
398 msgstr ""
400 #: help.c:219
401 msgid "git commands available from elsewhere on your $PATH"
402 msgstr ""
404 #: help.c:235
405 msgid "The most commonly used git commands are:"
406 msgstr ""
408 #: help.c:292
409 #, c-format
410 msgid ""
411 "'%s' appears to be a git command, but we were not\n"
412 "able to execute it. Maybe git-%s is broken?"
413 msgstr ""
415 #: help.c:349
416 msgid "Uh oh. Your system reports no Git commands at all."
417 msgstr ""
419 #: help.c:371
420 #, c-format
421 msgid ""
422 "WARNING: You called a Git command named '%s', which does not exist.\n"
423 "Continuing under the assumption that you meant '%s'"
424 msgstr ""
426 #: help.c:376
427 #, c-format
428 msgid "in %0.1f seconds automatically..."
429 msgstr ""
431 #: help.c:383
432 #, c-format
433 msgid "git: '%s' is not a git command. See 'git --help'."
434 msgstr ""
436 #: help.c:387
437 msgid ""
438 "\n"
439 "Did you mean this?"
440 msgid_plural ""
441 "\n"
442 "Did you mean one of these?"
443 msgstr[0] ""
444 msgstr[1] ""
446 #: merge.c:56
447 msgid "failed to read the cache"
448 msgstr ""
450 #: merge.c:110 builtin/checkout.c:362 builtin/checkout.c:563
451 #: builtin/clone.c:635
452 msgid "unable to write new index file"
453 msgstr ""
455 #: merge-recursive.c:190
456 #, c-format
457 msgid "(bad commit)\n"
458 msgstr ""
460 #: merge-recursive.c:206
461 #, c-format
462 msgid "addinfo_cache failed for path '%s'"
463 msgstr ""
465 #: merge-recursive.c:268
466 msgid "error building trees"
467 msgstr ""
469 #: merge-recursive.c:672
470 #, c-format
471 msgid "failed to create path '%s'%s"
472 msgstr ""
474 #: merge-recursive.c:683
475 #, c-format
476 msgid "Removing %s to make room for subdirectory\n"
477 msgstr ""
479 #. something else exists
480 #. .. but not some other error (who really cares what?)
481 #: merge-recursive.c:697 merge-recursive.c:718
482 msgid ": perhaps a D/F conflict?"
483 msgstr ""
485 #: merge-recursive.c:708
486 #, c-format
487 msgid "refusing to lose untracked file at '%s'"
488 msgstr ""
490 #: merge-recursive.c:748
491 #, c-format
492 msgid "cannot read object %s '%s'"
493 msgstr ""
495 #: merge-recursive.c:750
496 #, c-format
497 msgid "blob expected for %s '%s'"
498 msgstr ""
500 #: merge-recursive.c:773 builtin/clone.c:303
501 #, c-format
502 msgid "failed to open '%s'"
503 msgstr ""
505 #: merge-recursive.c:781
506 #, c-format
507 msgid "failed to symlink '%s'"
508 msgstr ""
510 #: merge-recursive.c:784
511 #, c-format
512 msgid "do not know what to do with %06o %s '%s'"
513 msgstr ""
515 #: merge-recursive.c:922
516 msgid "Failed to execute internal merge"
517 msgstr ""
519 #: merge-recursive.c:926
520 #, c-format
521 msgid "Unable to add %s to database"
522 msgstr ""
524 #: merge-recursive.c:942
525 msgid "unsupported object type in the tree"
526 msgstr ""
528 #: merge-recursive.c:1021 merge-recursive.c:1035
529 #, c-format
530 msgid ""
531 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
532 "in tree."
533 msgstr ""
535 #: merge-recursive.c:1027 merge-recursive.c:1040
536 #, c-format
537 msgid ""
538 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
539 "in tree at %s."
540 msgstr ""
542 #: merge-recursive.c:1081
543 msgid "rename"
544 msgstr ""
546 #: merge-recursive.c:1081
547 msgid "renamed"
548 msgstr ""
550 #: merge-recursive.c:1137
551 #, c-format
552 msgid "%s is a directory in %s adding as %s instead"
553 msgstr ""
555 #: merge-recursive.c:1159
556 #, c-format
557 msgid ""
558 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
559 "\"->\"%s\" in \"%s\"%s"
560 msgstr ""
562 #: merge-recursive.c:1164
563 msgid " (left unresolved)"
564 msgstr ""
566 #: merge-recursive.c:1218
567 #, c-format
568 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
569 msgstr ""
571 #: merge-recursive.c:1248
572 #, c-format
573 msgid "Renaming %s to %s and %s to %s instead"
574 msgstr ""
576 #: merge-recursive.c:1447
577 #, c-format
578 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
579 msgstr ""
581 #: merge-recursive.c:1457
582 #, c-format
583 msgid "Adding merged %s"
584 msgstr ""
586 #: merge-recursive.c:1462 merge-recursive.c:1660
587 #, c-format
588 msgid "Adding as %s instead"
589 msgstr ""
591 #: merge-recursive.c:1513
592 #, c-format
593 msgid "cannot read object %s"
594 msgstr ""
596 #: merge-recursive.c:1516
597 #, c-format
598 msgid "object %s is not a blob"
599 msgstr ""
601 #: merge-recursive.c:1564
602 msgid "modify"
603 msgstr ""
605 #: merge-recursive.c:1564
606 msgid "modified"
607 msgstr ""
609 #: merge-recursive.c:1574
610 msgid "content"
611 msgstr ""
613 #: merge-recursive.c:1581
614 msgid "add/add"
615 msgstr ""
617 #: merge-recursive.c:1615
618 #, c-format
619 msgid "Skipped %s (merged same as existing)"
620 msgstr ""
622 #: merge-recursive.c:1629
623 #, c-format
624 msgid "Auto-merging %s"
625 msgstr ""
627 #: merge-recursive.c:1633 git-submodule.sh:1029
628 msgid "submodule"
629 msgstr ""
631 #: merge-recursive.c:1634
632 #, c-format
633 msgid "CONFLICT (%s): Merge conflict in %s"
634 msgstr ""
636 #: merge-recursive.c:1724
637 #, c-format
638 msgid "Removing %s"
639 msgstr ""
641 #: merge-recursive.c:1749
642 msgid "file/directory"
643 msgstr ""
645 #: merge-recursive.c:1755
646 msgid "directory/file"
647 msgstr ""
649 #: merge-recursive.c:1760
650 #, c-format
651 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
652 msgstr ""
654 #: merge-recursive.c:1770
655 #, c-format
656 msgid "Adding %s"
657 msgstr ""
659 #: merge-recursive.c:1787
660 msgid "Fatal merge failure, shouldn't happen."
661 msgstr ""
663 #: merge-recursive.c:1806
664 msgid "Already up-to-date!"
665 msgstr ""
667 #: merge-recursive.c:1815
668 #, c-format
669 msgid "merging of trees %s and %s failed"
670 msgstr ""
672 #: merge-recursive.c:1845
673 #, c-format
674 msgid "Unprocessed path??? %s"
675 msgstr ""
677 #: merge-recursive.c:1890
678 msgid "Merging:"
679 msgstr ""
681 #: merge-recursive.c:1903
682 #, c-format
683 msgid "found %u common ancestor:"
684 msgid_plural "found %u common ancestors:"
685 msgstr[0] ""
686 msgstr[1] ""
688 #: merge-recursive.c:1940
689 msgid "merge returned no commit"
690 msgstr ""
692 #: merge-recursive.c:1997
693 #, c-format
694 msgid "Could not parse object '%s'"
695 msgstr ""
697 #: merge-recursive.c:2009 builtin/merge.c:658
698 msgid "Unable to write index."
699 msgstr ""
701 #: object.c:195
702 #, c-format
703 msgid "unable to parse object: %s"
704 msgstr ""
706 #: parse-options.c:489
707 msgid "..."
708 msgstr ""
710 #: parse-options.c:507
711 #, c-format
712 msgid "usage: %s"
713 msgstr ""
715 #. TRANSLATORS: the colon here should align with the
716 #. one in "usage: %s" translation
717 #: parse-options.c:511
718 #, c-format
719 msgid "   or: %s"
720 msgstr ""
722 #: parse-options.c:514
723 #, c-format
724 msgid "    %s"
725 msgstr ""
727 #: parse-options.c:548
728 msgid "-NUM"
729 msgstr ""
731 #: pathspec.c:83
732 #, c-format
733 msgid "Path '%s' is in submodule '%.*s'"
734 msgstr ""
736 #: pathspec.c:99
737 #, c-format
738 msgid "'%s' is beyond a symbolic link"
739 msgstr ""
741 #: remote.c:1781
742 #, c-format
743 msgid "Your branch is ahead of '%s' by %d commit.\n"
744 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
745 msgstr[0] ""
746 msgstr[1] ""
748 #: remote.c:1787
749 msgid "  (use \"git push\" to publish your local commits)\n"
750 msgstr ""
752 #: remote.c:1790
753 #, c-format
754 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
755 msgid_plural ""
756 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
757 msgstr[0] ""
758 msgstr[1] ""
760 #: remote.c:1798
761 msgid "  (use \"git pull\" to update your local branch)\n"
762 msgstr ""
764 #: remote.c:1801
765 #, c-format
766 msgid ""
767 "Your branch and '%s' have diverged,\n"
768 "and have %d and %d different commit each, respectively.\n"
769 msgid_plural ""
770 "Your branch and '%s' have diverged,\n"
771 "and have %d and %d different commits each, respectively.\n"
772 msgstr[0] ""
773 msgstr[1] ""
775 #: remote.c:1811
776 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
777 msgstr ""
779 #: sequencer.c:206 builtin/merge.c:776 builtin/merge.c:889 builtin/merge.c:999
780 #: builtin/merge.c:1009
781 #, c-format
782 msgid "Could not open '%s' for writing"
783 msgstr ""
785 #: sequencer.c:208 builtin/merge.c:335 builtin/merge.c:779
786 #: builtin/merge.c:1001 builtin/merge.c:1014
787 #, c-format
788 msgid "Could not write to '%s'"
789 msgstr ""
791 #: sequencer.c:229
792 msgid ""
793 "after resolving the conflicts, mark the corrected paths\n"
794 "with 'git add <paths>' or 'git rm <paths>'"
795 msgstr ""
797 #: sequencer.c:232
798 msgid ""
799 "after resolving the conflicts, mark the corrected paths\n"
800 "with 'git add <paths>' or 'git rm <paths>'\n"
801 "and commit the result with 'git commit'"
802 msgstr ""
804 #: sequencer.c:245 sequencer.c:859 sequencer.c:942
805 #, c-format
806 msgid "Could not write to %s"
807 msgstr ""
809 #: sequencer.c:248
810 #, c-format
811 msgid "Error wrapping up %s"
812 msgstr ""
814 #: sequencer.c:263
815 msgid "Your local changes would be overwritten by cherry-pick."
816 msgstr ""
818 #: sequencer.c:265
819 msgid "Your local changes would be overwritten by revert."
820 msgstr ""
822 #: sequencer.c:268
823 msgid "Commit your changes or stash them to proceed."
824 msgstr ""
826 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
827 #: sequencer.c:319
828 #, c-format
829 msgid "%s: Unable to write new index file"
830 msgstr ""
832 #: sequencer.c:350
833 msgid "Could not resolve HEAD commit\n"
834 msgstr ""
836 #: sequencer.c:371
837 msgid "Unable to update cache tree\n"
838 msgstr ""
840 #: sequencer.c:416
841 #, c-format
842 msgid "Could not parse commit %s\n"
843 msgstr ""
845 #: sequencer.c:421
846 #, c-format
847 msgid "Could not parse parent commit %s\n"
848 msgstr ""
850 #: sequencer.c:487
851 msgid "Your index file is unmerged."
852 msgstr ""
854 #: sequencer.c:506
855 #, c-format
856 msgid "Commit %s is a merge but no -m option was given."
857 msgstr ""
859 #: sequencer.c:514
860 #, c-format
861 msgid "Commit %s does not have parent %d"
862 msgstr ""
864 #: sequencer.c:518
865 #, c-format
866 msgid "Mainline was specified but commit %s is not a merge."
867 msgstr ""
869 #. TRANSLATORS: The first %s will be "revert" or
870 #. "cherry-pick", the second %s a SHA1
871 #: sequencer.c:531
872 #, c-format
873 msgid "%s: cannot parse parent commit %s"
874 msgstr ""
876 #: sequencer.c:535
877 #, c-format
878 msgid "Cannot get commit message for %s"
879 msgstr ""
881 #: sequencer.c:621
882 #, c-format
883 msgid "could not revert %s... %s"
884 msgstr ""
886 #: sequencer.c:622
887 #, c-format
888 msgid "could not apply %s... %s"
889 msgstr ""
891 #: sequencer.c:654
892 msgid "empty commit set passed"
893 msgstr ""
895 #: sequencer.c:662
896 #, c-format
897 msgid "git %s: failed to read the index"
898 msgstr ""
900 #: sequencer.c:667
901 #, c-format
902 msgid "git %s: failed to refresh the index"
903 msgstr ""
905 #: sequencer.c:725
906 #, c-format
907 msgid "Cannot %s during a %s"
908 msgstr ""
910 #: sequencer.c:747
911 #, c-format
912 msgid "Could not parse line %d."
913 msgstr ""
915 #: sequencer.c:752
916 msgid "No commits parsed."
917 msgstr ""
919 #: sequencer.c:765
920 #, c-format
921 msgid "Could not open %s"
922 msgstr ""
924 #: sequencer.c:769
925 #, c-format
926 msgid "Could not read %s."
927 msgstr ""
929 #: sequencer.c:776
930 #, c-format
931 msgid "Unusable instruction sheet: %s"
932 msgstr ""
934 #: sequencer.c:804
935 #, c-format
936 msgid "Invalid key: %s"
937 msgstr ""
939 #: sequencer.c:807
940 #, c-format
941 msgid "Invalid value for %s: %s"
942 msgstr ""
944 #: sequencer.c:819
945 #, c-format
946 msgid "Malformed options sheet: %s"
947 msgstr ""
949 #: sequencer.c:840
950 msgid "a cherry-pick or revert is already in progress"
951 msgstr ""
953 #: sequencer.c:841
954 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
955 msgstr ""
957 #: sequencer.c:845
958 #, c-format
959 msgid "Could not create sequencer directory %s"
960 msgstr ""
962 #: sequencer.c:861 sequencer.c:946
963 #, c-format
964 msgid "Error wrapping up %s."
965 msgstr ""
967 #: sequencer.c:880 sequencer.c:1014
968 msgid "no cherry-pick or revert in progress"
969 msgstr ""
971 #: sequencer.c:882
972 msgid "cannot resolve HEAD"
973 msgstr ""
975 #: sequencer.c:884
976 msgid "cannot abort from a branch yet to be born"
977 msgstr ""
979 #: sequencer.c:906 builtin/apply.c:4060
980 #, c-format
981 msgid "cannot open %s: %s"
982 msgstr ""
984 #: sequencer.c:909
985 #, c-format
986 msgid "cannot read %s: %s"
987 msgstr ""
989 #: sequencer.c:910
990 msgid "unexpected end of file"
991 msgstr ""
993 #: sequencer.c:916
994 #, c-format
995 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
996 msgstr ""
998 #: sequencer.c:939
999 #, c-format
1000 msgid "Could not format %s."
1001 msgstr ""
1003 #: sequencer.c:1101
1004 msgid "Can't revert as initial commit"
1005 msgstr ""
1007 #: sequencer.c:1102
1008 msgid "Can't cherry-pick into empty head"
1009 msgstr ""
1011 #: sha1_name.c:1036
1012 msgid "HEAD does not point to a branch"
1013 msgstr ""
1015 #: sha1_name.c:1039
1016 #, c-format
1017 msgid "No such branch: '%s'"
1018 msgstr ""
1020 #: sha1_name.c:1041
1021 #, c-format
1022 msgid "No upstream configured for branch '%s'"
1023 msgstr ""
1025 #: sha1_name.c:1044
1026 #, c-format
1027 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1028 msgstr ""
1030 #: wrapper.c:408
1031 #, c-format
1032 msgid "unable to access '%s': %s"
1033 msgstr ""
1035 #: wrapper.c:423
1036 #, c-format
1037 msgid "unable to access '%s'"
1038 msgstr ""
1040 #: wrapper.c:434
1041 #, c-format
1042 msgid "unable to look up current user in the passwd file: %s"
1043 msgstr ""
1045 #: wrapper.c:435
1046 msgid "no such user"
1047 msgstr ""
1049 #: wt-status.c:140
1050 msgid "Unmerged paths:"
1051 msgstr ""
1053 #: wt-status.c:167 wt-status.c:194
1054 #, c-format
1055 msgid "  (use \"git reset %s <file>...\" to unstage)"
1056 msgstr ""
1058 #: wt-status.c:169 wt-status.c:196
1059 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1060 msgstr ""
1062 #: wt-status.c:173
1063 msgid "  (use \"git add <file>...\" to mark resolution)"
1064 msgstr ""
1066 #: wt-status.c:175 wt-status.c:179
1067 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1068 msgstr ""
1070 #: wt-status.c:177
1071 msgid "  (use \"git rm <file>...\" to mark resolution)"
1072 msgstr ""
1074 #: wt-status.c:188
1075 msgid "Changes to be committed:"
1076 msgstr ""
1078 #: wt-status.c:206
1079 msgid "Changes not staged for commit:"
1080 msgstr ""
1082 #: wt-status.c:210
1083 msgid "  (use \"git add <file>...\" to update what will be committed)"
1084 msgstr ""
1086 #: wt-status.c:212
1087 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1088 msgstr ""
1090 #: wt-status.c:213
1091 msgid ""
1092 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1093 msgstr ""
1095 #: wt-status.c:215
1096 msgid "  (commit or discard the untracked or modified content in submodules)"
1097 msgstr ""
1099 #: wt-status.c:227
1100 #, c-format
1101 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1102 msgstr ""
1104 #: wt-status.c:244
1105 msgid "bug"
1106 msgstr ""
1108 #: wt-status.c:249
1109 msgid "both deleted:"
1110 msgstr ""
1112 #: wt-status.c:250
1113 msgid "added by us:"
1114 msgstr ""
1116 #: wt-status.c:251
1117 msgid "deleted by them:"
1118 msgstr ""
1120 #: wt-status.c:252
1121 msgid "added by them:"
1122 msgstr ""
1124 #: wt-status.c:253
1125 msgid "deleted by us:"
1126 msgstr ""
1128 #: wt-status.c:254
1129 msgid "both added:"
1130 msgstr ""
1132 #: wt-status.c:255
1133 msgid "both modified:"
1134 msgstr ""
1136 #: wt-status.c:285
1137 msgid "new commits, "
1138 msgstr ""
1140 #: wt-status.c:287
1141 msgid "modified content, "
1142 msgstr ""
1144 #: wt-status.c:289
1145 msgid "untracked content, "
1146 msgstr ""
1148 #: wt-status.c:306
1149 #, c-format
1150 msgid "new file:   %s"
1151 msgstr ""
1153 #: wt-status.c:309
1154 #, c-format
1155 msgid "copied:     %s -> %s"
1156 msgstr ""
1158 #: wt-status.c:312
1159 #, c-format
1160 msgid "deleted:    %s"
1161 msgstr ""
1163 #: wt-status.c:315
1164 #, c-format
1165 msgid "modified:   %s"
1166 msgstr ""
1168 #: wt-status.c:318
1169 #, c-format
1170 msgid "renamed:    %s -> %s"
1171 msgstr ""
1173 #: wt-status.c:321
1174 #, c-format
1175 msgid "typechange: %s"
1176 msgstr ""
1178 #: wt-status.c:324
1179 #, c-format
1180 msgid "unknown:    %s"
1181 msgstr ""
1183 #: wt-status.c:327
1184 #, c-format
1185 msgid "unmerged:   %s"
1186 msgstr ""
1188 #: wt-status.c:330
1189 #, c-format
1190 msgid "bug: unhandled diff status %c"
1191 msgstr ""
1193 #: wt-status.c:805
1194 msgid "You have unmerged paths."
1195 msgstr ""
1197 #: wt-status.c:808 wt-status.c:960
1198 msgid "  (fix conflicts and run \"git commit\")"
1199 msgstr ""
1201 #: wt-status.c:811
1202 msgid "All conflicts fixed but you are still merging."
1203 msgstr ""
1205 #: wt-status.c:814
1206 msgid "  (use \"git commit\" to conclude merge)"
1207 msgstr ""
1209 #: wt-status.c:824
1210 msgid "You are in the middle of an am session."
1211 msgstr ""
1213 #: wt-status.c:827
1214 msgid "The current patch is empty."
1215 msgstr ""
1217 #: wt-status.c:831
1218 msgid "  (fix conflicts and then run \"git am --resolved\")"
1219 msgstr ""
1221 #: wt-status.c:833
1222 msgid "  (use \"git am --skip\" to skip this patch)"
1223 msgstr ""
1225 #: wt-status.c:835
1226 msgid "  (use \"git am --abort\" to restore the original branch)"
1227 msgstr ""
1229 #: wt-status.c:895 wt-status.c:912
1230 #, c-format
1231 msgid "You are currently rebasing branch '%s' on '%s'."
1232 msgstr ""
1234 #: wt-status.c:900 wt-status.c:917
1235 msgid "You are currently rebasing."
1236 msgstr ""
1238 #: wt-status.c:903
1239 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1240 msgstr ""
1242 #: wt-status.c:905
1243 msgid "  (use \"git rebase --skip\" to skip this patch)"
1244 msgstr ""
1246 #: wt-status.c:907
1247 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1248 msgstr ""
1250 #: wt-status.c:920
1251 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1252 msgstr ""
1254 #: wt-status.c:924
1255 #, c-format
1256 msgid ""
1257 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1258 msgstr ""
1260 #: wt-status.c:929
1261 msgid "You are currently splitting a commit during a rebase."
1262 msgstr ""
1264 #: wt-status.c:932
1265 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1266 msgstr ""
1268 #: wt-status.c:936
1269 #, c-format
1270 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1271 msgstr ""
1273 #: wt-status.c:941
1274 msgid "You are currently editing a commit during a rebase."
1275 msgstr ""
1277 #: wt-status.c:944
1278 msgid "  (use \"git commit --amend\" to amend the current commit)"
1279 msgstr ""
1281 #: wt-status.c:946
1282 msgid ""
1283 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1284 msgstr ""
1286 #: wt-status.c:956
1287 msgid "You are currently cherry-picking."
1288 msgstr ""
1290 #: wt-status.c:963
1291 msgid "  (all conflicts fixed: run \"git commit\")"
1292 msgstr ""
1294 #: wt-status.c:972
1295 #, c-format
1296 msgid "You are currently reverting commit %s."
1297 msgstr ""
1299 #: wt-status.c:977
1300 msgid "  (fix conflicts and run \"git revert --continue\")"
1301 msgstr ""
1303 #: wt-status.c:980
1304 msgid "  (all conflicts fixed: run \"git revert --continue\")"
1305 msgstr ""
1307 #: wt-status.c:982
1308 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1309 msgstr ""
1311 #: wt-status.c:993
1312 #, c-format
1313 msgid "You are currently bisecting, started from branch '%s'."
1314 msgstr ""
1316 #: wt-status.c:997
1317 msgid "You are currently bisecting."
1318 msgstr ""
1320 #: wt-status.c:1000
1321 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1322 msgstr ""
1324 #: wt-status.c:1175
1325 msgid "On branch "
1326 msgstr ""
1328 #: wt-status.c:1186
1329 msgid "HEAD detached at "
1330 msgstr ""
1332 #: wt-status.c:1188
1333 msgid "HEAD detached from "
1334 msgstr ""
1336 #: wt-status.c:1191
1337 msgid "Not currently on any branch."
1338 msgstr ""
1340 #: wt-status.c:1208
1341 msgid "Initial commit"
1342 msgstr ""
1344 #: wt-status.c:1222
1345 msgid "Untracked files"
1346 msgstr ""
1348 #: wt-status.c:1224
1349 msgid "Ignored files"
1350 msgstr ""
1352 #: wt-status.c:1228
1353 #, c-format
1354 msgid "It took %.2f seconds to enumerate untracked files.  'status -uno'"
1355 msgstr ""
1357 #: wt-status.c:1232
1358 msgid "may speed it up, but you have to be careful not to forget to add"
1359 msgstr ""
1361 #: wt-status.c:1235
1362 msgid "new files yourself (see 'git help status')."
1363 msgstr ""
1365 #: wt-status.c:1238
1366 #, c-format
1367 msgid "Untracked files not listed%s"
1368 msgstr ""
1370 #: wt-status.c:1240
1371 msgid " (use -u option to show untracked files)"
1372 msgstr ""
1374 #: wt-status.c:1246
1375 msgid "No changes"
1376 msgstr ""
1378 #: wt-status.c:1251
1379 #, c-format
1380 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1381 msgstr ""
1383 #: wt-status.c:1254
1384 #, c-format
1385 msgid "no changes added to commit\n"
1386 msgstr ""
1388 #: wt-status.c:1257
1389 #, c-format
1390 msgid ""
1391 "nothing added to commit but untracked files present (use \"git add\" to "
1392 "track)\n"
1393 msgstr ""
1395 #: wt-status.c:1260
1396 #, c-format
1397 msgid "nothing added to commit but untracked files present\n"
1398 msgstr ""
1400 #: wt-status.c:1263
1401 #, c-format
1402 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1403 msgstr ""
1405 #: wt-status.c:1266 wt-status.c:1271
1406 #, c-format
1407 msgid "nothing to commit\n"
1408 msgstr ""
1410 #: wt-status.c:1269
1411 #, c-format
1412 msgid "nothing to commit (use -u to show untracked files)\n"
1413 msgstr ""
1415 #: wt-status.c:1273
1416 #, c-format
1417 msgid "nothing to commit, working directory clean\n"
1418 msgstr ""
1420 #: wt-status.c:1381
1421 msgid "HEAD (no branch)"
1422 msgstr ""
1424 #: wt-status.c:1387
1425 msgid "Initial commit on "
1426 msgstr ""
1428 #: wt-status.c:1402
1429 msgid "behind "
1430 msgstr ""
1432 #: wt-status.c:1405 wt-status.c:1408
1433 msgid "ahead "
1434 msgstr ""
1436 #: wt-status.c:1410
1437 msgid ", behind "
1438 msgstr ""
1440 #: compat/precompose_utf8.c:58 builtin/clone.c:342
1441 #, c-format
1442 msgid "failed to unlink '%s'"
1443 msgstr ""
1445 #: builtin/add.c:20
1446 msgid "git add [options] [--] <pathspec>..."
1447 msgstr ""
1449 #: builtin/add.c:63
1450 #, c-format
1451 msgid "unexpected diff status %c"
1452 msgstr ""
1454 #: builtin/add.c:68 builtin/commit.c:233
1455 msgid "updating files failed"
1456 msgstr ""
1458 #: builtin/add.c:78
1459 #, c-format
1460 msgid "remove '%s'\n"
1461 msgstr ""
1463 #: builtin/add.c:148
1464 msgid "Unstaged changes after refreshing the index:"
1465 msgstr ""
1467 #: builtin/add.c:151 builtin/add.c:460 builtin/rm.c:275
1468 #, c-format
1469 msgid "pathspec '%s' did not match any files"
1470 msgstr ""
1472 #: builtin/add.c:234
1473 msgid "Could not read the index"
1474 msgstr ""
1476 #: builtin/add.c:244
1477 #, c-format
1478 msgid "Could not open '%s' for writing."
1479 msgstr ""
1481 #: builtin/add.c:248
1482 msgid "Could not write patch"
1483 msgstr ""
1485 #: builtin/add.c:253
1486 #, c-format
1487 msgid "Could not stat '%s'"
1488 msgstr ""
1490 #: builtin/add.c:255
1491 msgid "Empty patch. Aborted."
1492 msgstr ""
1494 #: builtin/add.c:261
1495 #, c-format
1496 msgid "Could not apply '%s'"
1497 msgstr ""
1499 #: builtin/add.c:271
1500 msgid "The following paths are ignored by one of your .gitignore files:\n"
1501 msgstr ""
1503 #: builtin/add.c:277 builtin/clean.c:161 builtin/fetch.c:78 builtin/mv.c:63
1504 #: builtin/prune-packed.c:76 builtin/push.c:425 builtin/remote.c:1253
1505 #: builtin/rm.c:206
1506 msgid "dry run"
1507 msgstr ""
1509 #: builtin/add.c:278 builtin/apply.c:4409 builtin/check-ignore.c:19
1510 #: builtin/commit.c:1152 builtin/count-objects.c:95 builtin/fsck.c:613
1511 #: builtin/log.c:1514 builtin/mv.c:62 builtin/read-tree.c:112
1512 msgid "be verbose"
1513 msgstr ""
1515 #: builtin/add.c:280
1516 msgid "interactive picking"
1517 msgstr ""
1519 #: builtin/add.c:281 builtin/checkout.c:1060 builtin/reset.c:258
1520 msgid "select hunks interactively"
1521 msgstr ""
1523 #: builtin/add.c:282
1524 msgid "edit current diff and apply"
1525 msgstr ""
1527 #: builtin/add.c:283
1528 msgid "allow adding otherwise ignored files"
1529 msgstr ""
1531 #: builtin/add.c:284
1532 msgid "update tracked files"
1533 msgstr ""
1535 #: builtin/add.c:285
1536 msgid "record only the fact that the path will be added later"
1537 msgstr ""
1539 #: builtin/add.c:286
1540 msgid "add changes from all tracked and untracked files"
1541 msgstr ""
1543 #: builtin/add.c:287
1544 msgid "don't add, only refresh the index"
1545 msgstr ""
1547 #: builtin/add.c:288
1548 msgid "just skip files which cannot be added because of errors"
1549 msgstr ""
1551 #: builtin/add.c:289
1552 msgid "check if - even missing - files are ignored in dry run"
1553 msgstr ""
1555 #: builtin/add.c:311
1556 #, c-format
1557 msgid "Use -f if you really want to add them.\n"
1558 msgstr ""
1560 #: builtin/add.c:312
1561 msgid "no files added"
1562 msgstr ""
1564 #: builtin/add.c:318
1565 msgid "adding files failed"
1566 msgstr ""
1569 #. * To be consistent with "git add -p" and most Git
1570 #. * commands, we should default to being tree-wide, but
1571 #. * this is not the original behavior and can't be
1572 #. * changed until users trained themselves not to type
1573 #. * "git add -u" or "git add -A". For now, we warn and
1574 #. * keep the old behavior. Later, the behavior can be changed
1575 #. * to tree-wide, keeping the warning for a while, and
1576 #. * eventually we can drop the warning.
1578 #: builtin/add.c:335
1579 #, c-format
1580 msgid ""
1581 "The behavior of 'git add %s (or %s)' with no path argument from a\n"
1582 "subdirectory of the tree will change in Git 2.0 and should not be used "
1583 "anymore.\n"
1584 "To add content for the whole tree, run:\n"
1585 "\n"
1586 "  git add %s :/\n"
1587 "  (or git add %s :/)\n"
1588 "\n"
1589 "To restrict the command to the current directory, run:\n"
1590 "\n"
1591 "  git add %s .\n"
1592 "  (or git add %s .)\n"
1593 "\n"
1594 "With the current Git version, the command is restricted to the current "
1595 "directory."
1596 msgstr ""
1598 #: builtin/add.c:381
1599 msgid "-A and -u are mutually incompatible"
1600 msgstr ""
1602 #: builtin/add.c:383
1603 msgid "Option --ignore-missing can only be used together with --dry-run"
1604 msgstr ""
1606 #: builtin/add.c:414
1607 #, c-format
1608 msgid "Nothing specified, nothing added.\n"
1609 msgstr ""
1611 #: builtin/add.c:415
1612 #, c-format
1613 msgid "Maybe you wanted to say 'git add .'?\n"
1614 msgstr ""
1616 #: builtin/add.c:421 builtin/check-ignore.c:67 builtin/clean.c:204
1617 #: builtin/commit.c:293 builtin/mv.c:82 builtin/rm.c:235
1618 msgid "index file corrupt"
1619 msgstr ""
1621 #: builtin/add.c:481 builtin/apply.c:4505 builtin/mv.c:229 builtin/rm.c:370
1622 msgid "Unable to write new index file"
1623 msgstr ""
1625 #: builtin/apply.c:57
1626 msgid "git apply [options] [<patch>...]"
1627 msgstr ""
1629 #: builtin/apply.c:110
1630 #, c-format
1631 msgid "unrecognized whitespace option '%s'"
1632 msgstr ""
1634 #: builtin/apply.c:125
1635 #, c-format
1636 msgid "unrecognized whitespace ignore option '%s'"
1637 msgstr ""
1639 #: builtin/apply.c:823
1640 #, c-format
1641 msgid "Cannot prepare timestamp regexp %s"
1642 msgstr ""
1644 #: builtin/apply.c:832
1645 #, c-format
1646 msgid "regexec returned %d for input: %s"
1647 msgstr ""
1649 #: builtin/apply.c:913
1650 #, c-format
1651 msgid "unable to find filename in patch at line %d"
1652 msgstr ""
1654 #: builtin/apply.c:945
1655 #, c-format
1656 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1657 msgstr ""
1659 #: builtin/apply.c:949
1660 #, c-format
1661 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1662 msgstr ""
1664 #: builtin/apply.c:950
1665 #, c-format
1666 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1667 msgstr ""
1669 #: builtin/apply.c:957
1670 #, c-format
1671 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1672 msgstr ""
1674 #: builtin/apply.c:1422
1675 #, c-format
1676 msgid "recount: unexpected line: %.*s"
1677 msgstr ""
1679 #: builtin/apply.c:1479
1680 #, c-format
1681 msgid "patch fragment without header at line %d: %.*s"
1682 msgstr ""
1684 #: builtin/apply.c:1496
1685 #, c-format
1686 msgid ""
1687 "git diff header lacks filename information when removing %d leading pathname "
1688 "component (line %d)"
1689 msgid_plural ""
1690 "git diff header lacks filename information when removing %d leading pathname "
1691 "components (line %d)"
1692 msgstr[0] ""
1693 msgstr[1] ""
1695 #: builtin/apply.c:1656
1696 msgid "new file depends on old contents"
1697 msgstr ""
1699 #: builtin/apply.c:1658
1700 msgid "deleted file still has contents"
1701 msgstr ""
1703 #: builtin/apply.c:1684
1704 #, c-format
1705 msgid "corrupt patch at line %d"
1706 msgstr ""
1708 #: builtin/apply.c:1720
1709 #, c-format
1710 msgid "new file %s depends on old contents"
1711 msgstr ""
1713 #: builtin/apply.c:1722
1714 #, c-format
1715 msgid "deleted file %s still has contents"
1716 msgstr ""
1718 #: builtin/apply.c:1725
1719 #, c-format
1720 msgid "** warning: file %s becomes empty but is not deleted"
1721 msgstr ""
1723 #: builtin/apply.c:1871
1724 #, c-format
1725 msgid "corrupt binary patch at line %d: %.*s"
1726 msgstr ""
1728 #. there has to be one hunk (forward hunk)
1729 #: builtin/apply.c:1900
1730 #, c-format
1731 msgid "unrecognized binary patch at line %d"
1732 msgstr ""
1734 #: builtin/apply.c:1986
1735 #, c-format
1736 msgid "patch with only garbage at line %d"
1737 msgstr ""
1739 #: builtin/apply.c:2076
1740 #, c-format
1741 msgid "unable to read symlink %s"
1742 msgstr ""
1744 #: builtin/apply.c:2080
1745 #, c-format
1746 msgid "unable to open or read %s"
1747 msgstr ""
1749 #: builtin/apply.c:2688
1750 #, c-format
1751 msgid "invalid start of line: '%c'"
1752 msgstr ""
1754 #: builtin/apply.c:2806
1755 #, c-format
1756 msgid "Hunk #%d succeeded at %d (offset %d line)."
1757 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1758 msgstr[0] ""
1759 msgstr[1] ""
1761 #: builtin/apply.c:2818
1762 #, c-format
1763 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1764 msgstr ""
1766 #: builtin/apply.c:2824
1767 #, c-format
1768 msgid ""
1769 "while searching for:\n"
1770 "%.*s"
1771 msgstr ""
1773 #: builtin/apply.c:2843
1774 #, c-format
1775 msgid "missing binary patch data for '%s'"
1776 msgstr ""
1778 #: builtin/apply.c:2946
1779 #, c-format
1780 msgid "binary patch does not apply to '%s'"
1781 msgstr ""
1783 #: builtin/apply.c:2952
1784 #, c-format
1785 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1786 msgstr ""
1788 #: builtin/apply.c:2973
1789 #, c-format
1790 msgid "patch failed: %s:%ld"
1791 msgstr ""
1793 #: builtin/apply.c:3095
1794 #, c-format
1795 msgid "cannot checkout %s"
1796 msgstr ""
1798 #: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:3193
1799 #, c-format
1800 msgid "read of %s failed"
1801 msgstr ""
1803 #: builtin/apply.c:3173 builtin/apply.c:3395
1804 #, c-format
1805 msgid "path %s has been renamed/deleted"
1806 msgstr ""
1808 #: builtin/apply.c:3254 builtin/apply.c:3409
1809 #, c-format
1810 msgid "%s: does not exist in index"
1811 msgstr ""
1813 #: builtin/apply.c:3258 builtin/apply.c:3401 builtin/apply.c:3423
1814 #, c-format
1815 msgid "%s: %s"
1816 msgstr ""
1818 #: builtin/apply.c:3263 builtin/apply.c:3417
1819 #, c-format
1820 msgid "%s: does not match index"
1821 msgstr ""
1823 #: builtin/apply.c:3365
1824 msgid "removal patch leaves file contents"
1825 msgstr ""
1827 #: builtin/apply.c:3434
1828 #, c-format
1829 msgid "%s: wrong type"
1830 msgstr ""
1832 #: builtin/apply.c:3436
1833 #, c-format
1834 msgid "%s has type %o, expected %o"
1835 msgstr ""
1837 #: builtin/apply.c:3537
1838 #, c-format
1839 msgid "%s: already exists in index"
1840 msgstr ""
1842 #: builtin/apply.c:3540
1843 #, c-format
1844 msgid "%s: already exists in working directory"
1845 msgstr ""
1847 #: builtin/apply.c:3560
1848 #, c-format
1849 msgid "new mode (%o) of %s does not match old mode (%o)"
1850 msgstr ""
1852 #: builtin/apply.c:3565
1853 #, c-format
1854 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1855 msgstr ""
1857 #: builtin/apply.c:3573
1858 #, c-format
1859 msgid "%s: patch does not apply"
1860 msgstr ""
1862 #: builtin/apply.c:3586
1863 #, c-format
1864 msgid "Checking patch %s..."
1865 msgstr ""
1867 #: builtin/apply.c:3679 builtin/checkout.c:215 builtin/reset.c:124
1868 #, c-format
1869 msgid "make_cache_entry failed for path '%s'"
1870 msgstr ""
1872 #: builtin/apply.c:3822
1873 #, c-format
1874 msgid "unable to remove %s from index"
1875 msgstr ""
1877 #: builtin/apply.c:3850
1878 #, c-format
1879 msgid "corrupt patch for subproject %s"
1880 msgstr ""
1882 #: builtin/apply.c:3854
1883 #, c-format
1884 msgid "unable to stat newly created file '%s'"
1885 msgstr ""
1887 #: builtin/apply.c:3859
1888 #, c-format
1889 msgid "unable to create backing store for newly created file %s"
1890 msgstr ""
1892 #: builtin/apply.c:3862 builtin/apply.c:3970
1893 #, c-format
1894 msgid "unable to add cache entry for %s"
1895 msgstr ""
1897 #: builtin/apply.c:3895
1898 #, c-format
1899 msgid "closing file '%s'"
1900 msgstr ""
1902 #: builtin/apply.c:3944
1903 #, c-format
1904 msgid "unable to write file '%s' mode %o"
1905 msgstr ""
1907 #: builtin/apply.c:4031
1908 #, c-format
1909 msgid "Applied patch %s cleanly."
1910 msgstr ""
1912 #: builtin/apply.c:4039
1913 msgid "internal error"
1914 msgstr ""
1916 #. Say this even without --verbose
1917 #: builtin/apply.c:4042
1918 #, c-format
1919 msgid "Applying patch %%s with %d reject..."
1920 msgid_plural "Applying patch %%s with %d rejects..."
1921 msgstr[0] ""
1922 msgstr[1] ""
1924 #: builtin/apply.c:4052
1925 #, c-format
1926 msgid "truncating .rej filename to %.*s.rej"
1927 msgstr ""
1929 #: builtin/apply.c:4073
1930 #, c-format
1931 msgid "Hunk #%d applied cleanly."
1932 msgstr ""
1934 #: builtin/apply.c:4076
1935 #, c-format
1936 msgid "Rejected hunk #%d."
1937 msgstr ""
1939 #: builtin/apply.c:4226
1940 msgid "unrecognized input"
1941 msgstr ""
1943 #: builtin/apply.c:4237
1944 msgid "unable to read index file"
1945 msgstr ""
1947 #: builtin/apply.c:4356 builtin/apply.c:4359 builtin/clone.c:92
1948 #: builtin/fetch.c:63
1949 msgid "path"
1950 msgstr ""
1952 #: builtin/apply.c:4357
1953 msgid "don't apply changes matching the given path"
1954 msgstr ""
1956 #: builtin/apply.c:4360
1957 msgid "apply changes matching the given path"
1958 msgstr ""
1960 #: builtin/apply.c:4362
1961 msgid "num"
1962 msgstr ""
1964 #: builtin/apply.c:4363
1965 msgid "remove <num> leading slashes from traditional diff paths"
1966 msgstr ""
1968 #: builtin/apply.c:4366
1969 msgid "ignore additions made by the patch"
1970 msgstr ""
1972 #: builtin/apply.c:4368
1973 msgid "instead of applying the patch, output diffstat for the input"
1974 msgstr ""
1976 #: builtin/apply.c:4372
1977 msgid "show number of added and deleted lines in decimal notation"
1978 msgstr ""
1980 #: builtin/apply.c:4374
1981 msgid "instead of applying the patch, output a summary for the input"
1982 msgstr ""
1984 #: builtin/apply.c:4376
1985 msgid "instead of applying the patch, see if the patch is applicable"
1986 msgstr ""
1988 #: builtin/apply.c:4378
1989 msgid "make sure the patch is applicable to the current index"
1990 msgstr ""
1992 #: builtin/apply.c:4380
1993 msgid "apply a patch without touching the working tree"
1994 msgstr ""
1996 #: builtin/apply.c:4382
1997 msgid "also apply the patch (use with --stat/--summary/--check)"
1998 msgstr ""
2000 #: builtin/apply.c:4384
2001 msgid "attempt three-way merge if a patch does not apply"
2002 msgstr ""
2004 #: builtin/apply.c:4386
2005 msgid "build a temporary index based on embedded index information"
2006 msgstr ""
2008 #: builtin/apply.c:4388 builtin/checkout-index.c:197 builtin/ls-files.c:463
2009 msgid "paths are separated with NUL character"
2010 msgstr ""
2012 #: builtin/apply.c:4391
2013 msgid "ensure at least <n> lines of context match"
2014 msgstr ""
2016 #: builtin/apply.c:4392
2017 msgid "action"
2018 msgstr ""
2020 #: builtin/apply.c:4393
2021 msgid "detect new or modified lines that have whitespace errors"
2022 msgstr ""
2024 #: builtin/apply.c:4396 builtin/apply.c:4399
2025 msgid "ignore changes in whitespace when finding context"
2026 msgstr ""
2028 #: builtin/apply.c:4402
2029 msgid "apply the patch in reverse"
2030 msgstr ""
2032 #: builtin/apply.c:4404
2033 msgid "don't expect at least one line of context"
2034 msgstr ""
2036 #: builtin/apply.c:4406
2037 msgid "leave the rejected hunks in corresponding *.rej files"
2038 msgstr ""
2040 #: builtin/apply.c:4408
2041 msgid "allow overlapping hunks"
2042 msgstr ""
2044 #: builtin/apply.c:4411
2045 msgid "tolerate incorrectly detected missing new-line at the end of file"
2046 msgstr ""
2048 #: builtin/apply.c:4414
2049 msgid "do not trust the line counts in the hunk headers"
2050 msgstr ""
2052 #: builtin/apply.c:4416
2053 msgid "root"
2054 msgstr ""
2056 #: builtin/apply.c:4417
2057 msgid "prepend <root> to all filenames"
2058 msgstr ""
2060 #: builtin/apply.c:4439
2061 msgid "--3way outside a repository"
2062 msgstr ""
2064 #: builtin/apply.c:4447
2065 msgid "--index outside a repository"
2066 msgstr ""
2068 #: builtin/apply.c:4450
2069 msgid "--cached outside a repository"
2070 msgstr ""
2072 #: builtin/apply.c:4466
2073 #, c-format
2074 msgid "can't open patch '%s'"
2075 msgstr ""
2077 #: builtin/apply.c:4480
2078 #, c-format
2079 msgid "squelched %d whitespace error"
2080 msgid_plural "squelched %d whitespace errors"
2081 msgstr[0] ""
2082 msgstr[1] ""
2084 #: builtin/apply.c:4486 builtin/apply.c:4496
2085 #, c-format
2086 msgid "%d line adds whitespace errors."
2087 msgid_plural "%d lines add whitespace errors."
2088 msgstr[0] ""
2089 msgstr[1] ""
2091 #: builtin/archive.c:17
2092 #, c-format
2093 msgid "could not create archive file '%s'"
2094 msgstr ""
2096 #: builtin/archive.c:20
2097 msgid "could not redirect output"
2098 msgstr ""
2100 #: builtin/archive.c:37
2101 msgid "git archive: Remote with no URL"
2102 msgstr ""
2104 #: builtin/archive.c:58
2105 msgid "git archive: expected ACK/NAK, got EOF"
2106 msgstr ""
2108 #: builtin/archive.c:61
2109 #, c-format
2110 msgid "git archive: NACK %s"
2111 msgstr ""
2113 #: builtin/archive.c:63
2114 #, c-format
2115 msgid "remote error: %s"
2116 msgstr ""
2118 #: builtin/archive.c:64
2119 msgid "git archive: protocol error"
2120 msgstr ""
2122 #: builtin/archive.c:68
2123 msgid "git archive: expected a flush"
2124 msgstr ""
2126 #: builtin/bisect--helper.c:7
2127 msgid "git bisect--helper --next-all [--no-checkout]"
2128 msgstr ""
2130 #: builtin/bisect--helper.c:17
2131 msgid "perform 'git bisect next'"
2132 msgstr ""
2134 #: builtin/bisect--helper.c:19
2135 msgid "update BISECT_HEAD instead of checking out the current commit"
2136 msgstr ""
2138 #: builtin/blame.c:25
2139 msgid "git blame [options] [rev-opts] [rev] [--] file"
2140 msgstr ""
2142 #: builtin/blame.c:30 builtin/shortlog.c:15
2143 msgid "[rev-opts] are documented in git-rev-list(1)"
2144 msgstr ""
2146 #: builtin/blame.c:2350
2147 msgid "Show blame entries as we find them, incrementally"
2148 msgstr ""
2150 #: builtin/blame.c:2351
2151 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2152 msgstr ""
2154 #: builtin/blame.c:2352
2155 msgid "Do not treat root commits as boundaries (Default: off)"
2156 msgstr ""
2158 #: builtin/blame.c:2353
2159 msgid "Show work cost statistics"
2160 msgstr ""
2162 #: builtin/blame.c:2354
2163 msgid "Show output score for blame entries"
2164 msgstr ""
2166 #: builtin/blame.c:2355
2167 msgid "Show original filename (Default: auto)"
2168 msgstr ""
2170 #: builtin/blame.c:2356
2171 msgid "Show original linenumber (Default: off)"
2172 msgstr ""
2174 #: builtin/blame.c:2357
2175 msgid "Show in a format designed for machine consumption"
2176 msgstr ""
2178 #: builtin/blame.c:2358
2179 msgid "Show porcelain format with per-line commit information"
2180 msgstr ""
2182 #: builtin/blame.c:2359
2183 msgid "Use the same output mode as git-annotate (Default: off)"
2184 msgstr ""
2186 #: builtin/blame.c:2360
2187 msgid "Show raw timestamp (Default: off)"
2188 msgstr ""
2190 #: builtin/blame.c:2361
2191 msgid "Show long commit SHA1 (Default: off)"
2192 msgstr ""
2194 #: builtin/blame.c:2362
2195 msgid "Suppress author name and timestamp (Default: off)"
2196 msgstr ""
2198 #: builtin/blame.c:2363
2199 msgid "Show author email instead of name (Default: off)"
2200 msgstr ""
2202 #: builtin/blame.c:2364
2203 msgid "Ignore whitespace differences"
2204 msgstr ""
2206 #: builtin/blame.c:2365
2207 msgid "Spend extra cycles to find better match"
2208 msgstr ""
2210 #: builtin/blame.c:2366
2211 msgid "Use revisions from <file> instead of calling git-rev-list"
2212 msgstr ""
2214 #: builtin/blame.c:2367
2215 msgid "Use <file>'s contents as the final image"
2216 msgstr ""
2218 #: builtin/blame.c:2368 builtin/blame.c:2369
2219 msgid "score"
2220 msgstr ""
2222 #: builtin/blame.c:2368
2223 msgid "Find line copies within and across files"
2224 msgstr ""
2226 #: builtin/blame.c:2369
2227 msgid "Find line movements within and across files"
2228 msgstr ""
2230 #: builtin/blame.c:2370
2231 msgid "n,m"
2232 msgstr ""
2234 #: builtin/blame.c:2370
2235 msgid "Process only line range n,m, counting from 1"
2236 msgstr ""
2238 #: builtin/branch.c:24
2239 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2240 msgstr ""
2242 #: builtin/branch.c:25
2243 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2244 msgstr ""
2246 #: builtin/branch.c:26
2247 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2248 msgstr ""
2250 #: builtin/branch.c:27
2251 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2252 msgstr ""
2254 #: builtin/branch.c:146
2255 #, c-format
2256 msgid ""
2257 "deleting branch '%s' that has been merged to\n"
2258 "         '%s', but not yet merged to HEAD."
2259 msgstr ""
2261 #: builtin/branch.c:150
2262 #, c-format
2263 msgid ""
2264 "not deleting branch '%s' that is not yet merged to\n"
2265 "         '%s', even though it is merged to HEAD."
2266 msgstr ""
2268 #: builtin/branch.c:164
2269 #, c-format
2270 msgid "Couldn't look up commit object for '%s'"
2271 msgstr ""
2273 #: builtin/branch.c:168
2274 #, c-format
2275 msgid ""
2276 "The branch '%s' is not fully merged.\n"
2277 "If you are sure you want to delete it, run 'git branch -D %s'."
2278 msgstr ""
2280 #: builtin/branch.c:181
2281 msgid "Update of config-file failed"
2282 msgstr ""
2284 #: builtin/branch.c:209
2285 msgid "cannot use -a with -d"
2286 msgstr ""
2288 #: builtin/branch.c:215
2289 msgid "Couldn't look up commit object for HEAD"
2290 msgstr ""
2292 #: builtin/branch.c:223
2293 #, c-format
2294 msgid "Cannot delete the branch '%s' which you are currently on."
2295 msgstr ""
2297 #: builtin/branch.c:236
2298 #, c-format
2299 msgid "remote branch '%s' not found."
2300 msgstr ""
2302 #: builtin/branch.c:237
2303 #, c-format
2304 msgid "branch '%s' not found."
2305 msgstr ""
2307 #: builtin/branch.c:251
2308 #, c-format
2309 msgid "Error deleting remote branch '%s'"
2310 msgstr ""
2312 #: builtin/branch.c:252
2313 #, c-format
2314 msgid "Error deleting branch '%s'"
2315 msgstr ""
2317 #: builtin/branch.c:259
2318 #, c-format
2319 msgid "Deleted remote branch %s (was %s).\n"
2320 msgstr ""
2322 #: builtin/branch.c:260
2323 #, c-format
2324 msgid "Deleted branch %s (was %s).\n"
2325 msgstr ""
2327 #: builtin/branch.c:362
2328 #, c-format
2329 msgid "branch '%s' does not point at a commit"
2330 msgstr ""
2332 #: builtin/branch.c:434
2333 #, c-format
2334 msgid "[%s: behind %d]"
2335 msgstr ""
2337 #: builtin/branch.c:436
2338 #, c-format
2339 msgid "[behind %d]"
2340 msgstr ""
2342 #: builtin/branch.c:440
2343 #, c-format
2344 msgid "[%s: ahead %d]"
2345 msgstr ""
2347 #: builtin/branch.c:442
2348 #, c-format
2349 msgid "[ahead %d]"
2350 msgstr ""
2352 #: builtin/branch.c:445
2353 #, c-format
2354 msgid "[%s: ahead %d, behind %d]"
2355 msgstr ""
2357 #: builtin/branch.c:448
2358 #, c-format
2359 msgid "[ahead %d, behind %d]"
2360 msgstr ""
2362 #: builtin/branch.c:470
2363 msgid " **** invalid ref ****"
2364 msgstr ""
2366 #: builtin/branch.c:562
2367 #, c-format
2368 msgid "(no branch, rebasing %s)"
2369 msgstr ""
2371 #: builtin/branch.c:565
2372 #, c-format
2373 msgid "(no branch, bisect started on %s)"
2374 msgstr ""
2376 #: builtin/branch.c:568
2377 #, c-format
2378 msgid "(detached from %s)"
2379 msgstr ""
2381 #: builtin/branch.c:571
2382 msgid "(no branch)"
2383 msgstr ""
2385 #: builtin/branch.c:617
2386 #, c-format
2387 msgid "object '%s' does not point to a commit"
2388 msgstr ""
2390 #: builtin/branch.c:649
2391 msgid "some refs could not be read"
2392 msgstr ""
2394 #: builtin/branch.c:662
2395 msgid "cannot rename the current branch while not on any."
2396 msgstr ""
2398 #: builtin/branch.c:672
2399 #, c-format
2400 msgid "Invalid branch name: '%s'"
2401 msgstr ""
2403 #: builtin/branch.c:687
2404 msgid "Branch rename failed"
2405 msgstr ""
2407 #: builtin/branch.c:691
2408 #, c-format
2409 msgid "Renamed a misnamed branch '%s' away"
2410 msgstr ""
2412 #: builtin/branch.c:695
2413 #, c-format
2414 msgid "Branch renamed to %s, but HEAD is not updated!"
2415 msgstr ""
2417 #: builtin/branch.c:702
2418 msgid "Branch is renamed, but update of config-file failed"
2419 msgstr ""
2421 #: builtin/branch.c:717
2422 #, c-format
2423 msgid "malformed object name %s"
2424 msgstr ""
2426 #: builtin/branch.c:741
2427 #, c-format
2428 msgid "could not write branch description template: %s"
2429 msgstr ""
2431 #: builtin/branch.c:771
2432 msgid "Generic options"
2433 msgstr ""
2435 #: builtin/branch.c:773
2436 msgid "show hash and subject, give twice for upstream branch"
2437 msgstr ""
2439 #: builtin/branch.c:774
2440 msgid "suppress informational messages"
2441 msgstr ""
2443 #: builtin/branch.c:775
2444 msgid "set up tracking mode (see git-pull(1))"
2445 msgstr ""
2447 #: builtin/branch.c:777
2448 msgid "change upstream info"
2449 msgstr ""
2451 #: builtin/branch.c:781
2452 msgid "use colored output"
2453 msgstr ""
2455 #: builtin/branch.c:782
2456 msgid "act on remote-tracking branches"
2457 msgstr ""
2459 #: builtin/branch.c:785 builtin/branch.c:791 builtin/branch.c:812
2460 #: builtin/branch.c:818 builtin/commit.c:1368 builtin/commit.c:1369
2461 #: builtin/commit.c:1370 builtin/commit.c:1371 builtin/tag.c:468
2462 msgid "commit"
2463 msgstr ""
2465 #: builtin/branch.c:786 builtin/branch.c:792
2466 msgid "print only branches that contain the commit"
2467 msgstr ""
2469 #: builtin/branch.c:798
2470 msgid "Specific git-branch actions:"
2471 msgstr ""
2473 #: builtin/branch.c:799
2474 msgid "list both remote-tracking and local branches"
2475 msgstr ""
2477 #: builtin/branch.c:801
2478 msgid "delete fully merged branch"
2479 msgstr ""
2481 #: builtin/branch.c:802
2482 msgid "delete branch (even if not merged)"
2483 msgstr ""
2485 #: builtin/branch.c:803
2486 msgid "move/rename a branch and its reflog"
2487 msgstr ""
2489 #: builtin/branch.c:804
2490 msgid "move/rename a branch, even if target exists"
2491 msgstr ""
2493 #: builtin/branch.c:805
2494 msgid "list branch names"
2495 msgstr ""
2497 #: builtin/branch.c:806
2498 msgid "create the branch's reflog"
2499 msgstr ""
2501 #: builtin/branch.c:808
2502 msgid "edit the description for the branch"
2503 msgstr ""
2505 #: builtin/branch.c:809
2506 msgid "force creation (when already exists)"
2507 msgstr ""
2509 #: builtin/branch.c:812
2510 msgid "print only not merged branches"
2511 msgstr ""
2513 #: builtin/branch.c:818
2514 msgid "print only merged branches"
2515 msgstr ""
2517 #: builtin/branch.c:822
2518 msgid "list branches in columns"
2519 msgstr ""
2521 #: builtin/branch.c:835
2522 msgid "Failed to resolve HEAD as a valid ref."
2523 msgstr ""
2525 #: builtin/branch.c:840 builtin/clone.c:609
2526 msgid "HEAD not found below refs/heads!"
2527 msgstr ""
2529 #: builtin/branch.c:863
2530 msgid "--column and --verbose are incompatible"
2531 msgstr ""
2533 #: builtin/branch.c:869 builtin/branch.c:908
2534 msgid "branch name required"
2535 msgstr ""
2537 #: builtin/branch.c:884
2538 msgid "Cannot give description to detached HEAD"
2539 msgstr ""
2541 #: builtin/branch.c:889
2542 msgid "cannot edit description of more than one branch"
2543 msgstr ""
2545 #: builtin/branch.c:896
2546 #, c-format
2547 msgid "No commit on branch '%s' yet."
2548 msgstr ""
2550 #: builtin/branch.c:899
2551 #, c-format
2552 msgid "No branch named '%s'."
2553 msgstr ""
2555 #: builtin/branch.c:914
2556 msgid "too many branches for a rename operation"
2557 msgstr ""
2559 #: builtin/branch.c:919
2560 msgid "too many branches to set new upstream"
2561 msgstr ""
2563 #: builtin/branch.c:923
2564 #, c-format
2565 msgid ""
2566 "could not set upstream of HEAD to %s when it does not point to any branch."
2567 msgstr ""
2569 #: builtin/branch.c:926 builtin/branch.c:948 builtin/branch.c:970
2570 #, c-format
2571 msgid "no such branch '%s'"
2572 msgstr ""
2574 #: builtin/branch.c:930
2575 #, c-format
2576 msgid "branch '%s' does not exist"
2577 msgstr ""
2579 #: builtin/branch.c:942
2580 msgid "too many branches to unset upstream"
2581 msgstr ""
2583 #: builtin/branch.c:946
2584 msgid "could not unset upstream of HEAD when it does not point to any branch."
2585 msgstr ""
2587 #: builtin/branch.c:952
2588 #, c-format
2589 msgid "Branch '%s' has no upstream information"
2590 msgstr ""
2592 #: builtin/branch.c:967
2593 msgid "it does not make sense to create 'HEAD' manually"
2594 msgstr ""
2596 #: builtin/branch.c:973
2597 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2598 msgstr ""
2600 #: builtin/branch.c:976
2601 #, c-format
2602 msgid ""
2603 "The --set-upstream flag is deprecated and will be removed. Consider using --"
2604 "track or --set-upstream-to\n"
2605 msgstr ""
2607 #: builtin/branch.c:993
2608 #, c-format
2609 msgid ""
2610 "\n"
2611 "If you wanted to make '%s' track '%s', do this:\n"
2612 "\n"
2613 msgstr ""
2615 #: builtin/branch.c:994
2616 #, c-format
2617 msgid "    git branch -d %s\n"
2618 msgstr ""
2620 #: builtin/branch.c:995
2621 #, c-format
2622 msgid "    git branch --set-upstream-to %s\n"
2623 msgstr ""
2625 #: builtin/bundle.c:47
2626 #, c-format
2627 msgid "%s is okay\n"
2628 msgstr ""
2630 #: builtin/bundle.c:56
2631 msgid "Need a repository to create a bundle."
2632 msgstr ""
2634 #: builtin/bundle.c:60
2635 msgid "Need a repository to unbundle."
2636 msgstr ""
2638 #: builtin/cat-file.c:247
2639 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
2640 msgstr ""
2642 #: builtin/cat-file.c:248
2643 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
2644 msgstr ""
2646 #: builtin/cat-file.c:266
2647 msgid "<type> can be one of: blob, tree, commit, tag"
2648 msgstr ""
2650 #: builtin/cat-file.c:267
2651 msgid "show object type"
2652 msgstr ""
2654 #: builtin/cat-file.c:268
2655 msgid "show object size"
2656 msgstr ""
2658 #: builtin/cat-file.c:270
2659 msgid "exit with zero when there's no error"
2660 msgstr ""
2662 #: builtin/cat-file.c:271
2663 msgid "pretty-print object's content"
2664 msgstr ""
2666 #: builtin/cat-file.c:273
2667 msgid "for blob objects, run textconv on object's content"
2668 msgstr ""
2670 #: builtin/cat-file.c:275
2671 msgid "show info and content of objects fed from the standard input"
2672 msgstr ""
2674 #: builtin/cat-file.c:278
2675 msgid "show info about objects fed from the standard input"
2676 msgstr ""
2678 #: builtin/check-attr.c:11
2679 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
2680 msgstr ""
2682 #: builtin/check-attr.c:12
2683 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
2684 msgstr ""
2686 #: builtin/check-attr.c:19
2687 msgid "report all attributes set on file"
2688 msgstr ""
2690 #: builtin/check-attr.c:20
2691 msgid "use .gitattributes only from the index"
2692 msgstr ""
2694 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
2695 msgid "read file names from stdin"
2696 msgstr ""
2698 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
2699 msgid "input paths are terminated by a null character"
2700 msgstr ""
2702 #: builtin/check-ignore.c:18 builtin/checkout.c:1041 builtin/gc.c:177
2703 msgid "suppress progress reporting"
2704 msgstr ""
2706 #: builtin/check-ignore.c:151
2707 msgid "cannot specify pathnames with --stdin"
2708 msgstr ""
2710 #: builtin/check-ignore.c:154
2711 msgid "-z only makes sense with --stdin"
2712 msgstr ""
2714 #: builtin/check-ignore.c:156
2715 msgid "no path specified"
2716 msgstr ""
2718 #: builtin/check-ignore.c:160
2719 msgid "--quiet is only valid with a single pathname"
2720 msgstr ""
2722 #: builtin/check-ignore.c:162
2723 msgid "cannot have both --quiet and --verbose"
2724 msgstr ""
2726 #: builtin/checkout-index.c:126
2727 msgid "git checkout-index [options] [--] [<file>...]"
2728 msgstr ""
2730 #: builtin/checkout-index.c:187
2731 msgid "check out all files in the index"
2732 msgstr ""
2734 #: builtin/checkout-index.c:188
2735 msgid "force overwrite of existing files"
2736 msgstr ""
2738 #: builtin/checkout-index.c:190
2739 msgid "no warning for existing files and files not in index"
2740 msgstr ""
2742 #: builtin/checkout-index.c:192
2743 msgid "don't checkout new files"
2744 msgstr ""
2746 #: builtin/checkout-index.c:194
2747 msgid "update stat information in the index file"
2748 msgstr ""
2750 #: builtin/checkout-index.c:200
2751 msgid "read list of paths from the standard input"
2752 msgstr ""
2754 #: builtin/checkout-index.c:202
2755 msgid "write the content to temporary files"
2756 msgstr ""
2758 #: builtin/checkout-index.c:203 builtin/column.c:30
2759 msgid "string"
2760 msgstr ""
2762 #: builtin/checkout-index.c:204
2763 msgid "when creating files, prepend <string>"
2764 msgstr ""
2766 #: builtin/checkout-index.c:207
2767 msgid "copy out the files from named stage"
2768 msgstr ""
2770 #: builtin/checkout.c:25
2771 msgid "git checkout [options] <branch>"
2772 msgstr ""
2774 #: builtin/checkout.c:26
2775 msgid "git checkout [options] [<branch>] -- <file>..."
2776 msgstr ""
2778 #: builtin/checkout.c:116 builtin/checkout.c:149
2779 #, c-format
2780 msgid "path '%s' does not have our version"
2781 msgstr ""
2783 #: builtin/checkout.c:118 builtin/checkout.c:151
2784 #, c-format
2785 msgid "path '%s' does not have their version"
2786 msgstr ""
2788 #: builtin/checkout.c:134
2789 #, c-format
2790 msgid "path '%s' does not have all necessary versions"
2791 msgstr ""
2793 #: builtin/checkout.c:178
2794 #, c-format
2795 msgid "path '%s' does not have necessary versions"
2796 msgstr ""
2798 #: builtin/checkout.c:195
2799 #, c-format
2800 msgid "path '%s': cannot merge"
2801 msgstr ""
2803 #: builtin/checkout.c:212
2804 #, c-format
2805 msgid "Unable to add merge result for '%s'"
2806 msgstr ""
2808 #: builtin/checkout.c:236 builtin/checkout.c:239 builtin/checkout.c:242
2809 #: builtin/checkout.c:245
2810 #, c-format
2811 msgid "'%s' cannot be used with updating paths"
2812 msgstr ""
2814 #: builtin/checkout.c:248 builtin/checkout.c:251
2815 #, c-format
2816 msgid "'%s' cannot be used with %s"
2817 msgstr ""
2819 #: builtin/checkout.c:254
2820 #, c-format
2821 msgid "Cannot update paths and switch to branch '%s' at the same time."
2822 msgstr ""
2824 #: builtin/checkout.c:265 builtin/checkout.c:455
2825 msgid "corrupt index file"
2826 msgstr ""
2828 #: builtin/checkout.c:326 builtin/checkout.c:333
2829 #, c-format
2830 msgid "path '%s' is unmerged"
2831 msgstr ""
2833 #: builtin/checkout.c:477
2834 msgid "you need to resolve your current index first"
2835 msgstr ""
2837 #: builtin/checkout.c:598
2838 #, c-format
2839 msgid "Can not do reflog for '%s'\n"
2840 msgstr ""
2842 #: builtin/checkout.c:631
2843 msgid "HEAD is now at"
2844 msgstr ""
2846 #: builtin/checkout.c:638
2847 #, c-format
2848 msgid "Reset branch '%s'\n"
2849 msgstr ""
2851 #: builtin/checkout.c:641
2852 #, c-format
2853 msgid "Already on '%s'\n"
2854 msgstr ""
2856 #: builtin/checkout.c:645
2857 #, c-format
2858 msgid "Switched to and reset branch '%s'\n"
2859 msgstr ""
2861 #: builtin/checkout.c:647 builtin/checkout.c:984
2862 #, c-format
2863 msgid "Switched to a new branch '%s'\n"
2864 msgstr ""
2866 #: builtin/checkout.c:649
2867 #, c-format
2868 msgid "Switched to branch '%s'\n"
2869 msgstr ""
2871 #: builtin/checkout.c:705
2872 #, c-format
2873 msgid " ... and %d more.\n"
2874 msgstr ""
2876 #. The singular version
2877 #: builtin/checkout.c:711
2878 #, c-format
2879 msgid ""
2880 "Warning: you are leaving %d commit behind, not connected to\n"
2881 "any of your branches:\n"
2882 "\n"
2883 "%s\n"
2884 msgid_plural ""
2885 "Warning: you are leaving %d commits behind, not connected to\n"
2886 "any of your branches:\n"
2887 "\n"
2888 "%s\n"
2889 msgstr[0] ""
2890 msgstr[1] ""
2892 #: builtin/checkout.c:729
2893 #, c-format
2894 msgid ""
2895 "If you want to keep them by creating a new branch, this may be a good time\n"
2896 "to do so with:\n"
2897 "\n"
2898 " git branch new_branch_name %s\n"
2899 "\n"
2900 msgstr ""
2902 #: builtin/checkout.c:759
2903 msgid "internal error in revision walk"
2904 msgstr ""
2906 #: builtin/checkout.c:763
2907 msgid "Previous HEAD position was"
2908 msgstr ""
2910 #: builtin/checkout.c:790 builtin/checkout.c:979
2911 msgid "You are on a branch yet to be born"
2912 msgstr ""
2914 #. case (1)
2915 #: builtin/checkout.c:915
2916 #, c-format
2917 msgid "invalid reference: %s"
2918 msgstr ""
2920 #. case (1): want a tree
2921 #: builtin/checkout.c:954
2922 #, c-format
2923 msgid "reference is not a tree: %s"
2924 msgstr ""
2926 #: builtin/checkout.c:993
2927 msgid "paths cannot be used with switching branches"
2928 msgstr ""
2930 #: builtin/checkout.c:996 builtin/checkout.c:1000
2931 #, c-format
2932 msgid "'%s' cannot be used with switching branches"
2933 msgstr ""
2935 #: builtin/checkout.c:1004 builtin/checkout.c:1007 builtin/checkout.c:1012
2936 #: builtin/checkout.c:1015
2937 #, c-format
2938 msgid "'%s' cannot be used with '%s'"
2939 msgstr ""
2941 #: builtin/checkout.c:1020
2942 #, c-format
2943 msgid "Cannot switch branch to a non-commit '%s'"
2944 msgstr ""
2946 #: builtin/checkout.c:1042 builtin/checkout.c:1044 builtin/clone.c:90
2947 #: builtin/remote.c:169 builtin/remote.c:171
2948 msgid "branch"
2949 msgstr ""
2951 #: builtin/checkout.c:1043
2952 msgid "create and checkout a new branch"
2953 msgstr ""
2955 #: builtin/checkout.c:1045
2956 msgid "create/reset and checkout a branch"
2957 msgstr ""
2959 #: builtin/checkout.c:1046
2960 msgid "create reflog for new branch"
2961 msgstr ""
2963 #: builtin/checkout.c:1047
2964 msgid "detach the HEAD at named commit"
2965 msgstr ""
2967 #: builtin/checkout.c:1048
2968 msgid "set upstream info for new branch"
2969 msgstr ""
2971 #: builtin/checkout.c:1050
2972 msgid "new branch"
2973 msgstr ""
2975 #: builtin/checkout.c:1050
2976 msgid "new unparented branch"
2977 msgstr ""
2979 #: builtin/checkout.c:1051
2980 msgid "checkout our version for unmerged files"
2981 msgstr ""
2983 #: builtin/checkout.c:1053
2984 msgid "checkout their version for unmerged files"
2985 msgstr ""
2987 #: builtin/checkout.c:1055
2988 msgid "force checkout (throw away local modifications)"
2989 msgstr ""
2991 #: builtin/checkout.c:1056
2992 msgid "perform a 3-way merge with the new branch"
2993 msgstr ""
2995 #: builtin/checkout.c:1057 builtin/merge.c:217
2996 msgid "update ignored files (default)"
2997 msgstr ""
2999 #: builtin/checkout.c:1058 builtin/log.c:1149 parse-options.h:245
3000 msgid "style"
3001 msgstr ""
3003 #: builtin/checkout.c:1059
3004 msgid "conflict style (merge or diff3)"
3005 msgstr ""
3007 #: builtin/checkout.c:1062
3008 msgid "second guess 'git checkout no-such-branch'"
3009 msgstr ""
3011 #: builtin/checkout.c:1086
3012 msgid "-b, -B and --orphan are mutually exclusive"
3013 msgstr ""
3015 #: builtin/checkout.c:1103
3016 msgid "--track needs a branch name"
3017 msgstr ""
3019 #: builtin/checkout.c:1110
3020 msgid "Missing branch name; try -b"
3021 msgstr ""
3023 #: builtin/checkout.c:1145
3024 msgid "invalid path specification"
3025 msgstr ""
3027 #: builtin/checkout.c:1152
3028 #, c-format
3029 msgid ""
3030 "Cannot update paths and switch to branch '%s' at the same time.\n"
3031 "Did you intend to checkout '%s' which can not be resolved as commit?"
3032 msgstr ""
3034 #: builtin/checkout.c:1157
3035 #, c-format
3036 msgid "git checkout: --detach does not take a path argument '%s'"
3037 msgstr ""
3039 #: builtin/checkout.c:1161
3040 msgid ""
3041 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3042 "checking out of the index."
3043 msgstr ""
3045 #: builtin/clean.c:20
3046 msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3047 msgstr ""
3049 #: builtin/clean.c:24
3050 #, c-format
3051 msgid "Removing %s\n"
3052 msgstr ""
3054 #: builtin/clean.c:25
3055 #, c-format
3056 msgid "Would remove %s\n"
3057 msgstr ""
3059 #: builtin/clean.c:26
3060 #, c-format
3061 msgid "Skipping repository %s\n"
3062 msgstr ""
3064 #: builtin/clean.c:27
3065 #, c-format
3066 msgid "Would skip repository %s\n"
3067 msgstr ""
3069 #: builtin/clean.c:28
3070 #, c-format
3071 msgid "failed to remove %s"
3072 msgstr ""
3074 #: builtin/clean.c:160
3075 msgid "do not print names of files removed"
3076 msgstr ""
3078 #: builtin/clean.c:162
3079 msgid "force"
3080 msgstr ""
3082 #: builtin/clean.c:164
3083 msgid "remove whole directories"
3084 msgstr ""
3086 #: builtin/clean.c:165 builtin/describe.c:412 builtin/grep.c:717
3087 #: builtin/ls-files.c:494 builtin/name-rev.c:231 builtin/show-ref.c:182
3088 msgid "pattern"
3089 msgstr ""
3091 #: builtin/clean.c:166
3092 msgid "add <pattern> to ignore rules"
3093 msgstr ""
3095 #: builtin/clean.c:167
3096 msgid "remove ignored files, too"
3097 msgstr ""
3099 #: builtin/clean.c:169
3100 msgid "remove only ignored files"
3101 msgstr ""
3103 #: builtin/clean.c:187
3104 msgid "-x and -X cannot be used together"
3105 msgstr ""
3107 #: builtin/clean.c:191
3108 msgid ""
3109 "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
3110 msgstr ""
3112 #: builtin/clean.c:194
3113 msgid ""
3114 "clean.requireForce defaults to true and neither -n nor -f given; refusing to "
3115 "clean"
3116 msgstr ""
3118 #: builtin/clone.c:37
3119 msgid "git clone [options] [--] <repo> [<dir>]"
3120 msgstr ""
3122 #: builtin/clone.c:65 builtin/fetch.c:82 builtin/merge.c:214
3123 #: builtin/push.c:436
3124 msgid "force progress reporting"
3125 msgstr ""
3127 #: builtin/clone.c:67
3128 msgid "don't create a checkout"
3129 msgstr ""
3131 #: builtin/clone.c:68 builtin/clone.c:70 builtin/init-db.c:488
3132 msgid "create a bare repository"
3133 msgstr ""
3135 #: builtin/clone.c:73
3136 msgid "create a mirror repository (implies bare)"
3137 msgstr ""
3139 #: builtin/clone.c:75
3140 msgid "to clone from a local repository"
3141 msgstr ""
3143 #: builtin/clone.c:77
3144 msgid "don't use local hardlinks, always copy"
3145 msgstr ""
3147 #: builtin/clone.c:79
3148 msgid "setup as shared repository"
3149 msgstr ""
3151 #: builtin/clone.c:81 builtin/clone.c:83
3152 msgid "initialize submodules in the clone"
3153 msgstr ""
3155 #: builtin/clone.c:84 builtin/init-db.c:485
3156 msgid "template-directory"
3157 msgstr ""
3159 #: builtin/clone.c:85 builtin/init-db.c:486
3160 msgid "directory from which templates will be used"
3161 msgstr ""
3163 #: builtin/clone.c:87
3164 msgid "reference repository"
3165 msgstr ""
3167 #: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:44
3168 msgid "name"
3169 msgstr ""
3171 #: builtin/clone.c:89
3172 msgid "use <name> instead of 'origin' to track upstream"
3173 msgstr ""
3175 #: builtin/clone.c:91
3176 msgid "checkout <branch> instead of the remote's HEAD"
3177 msgstr ""
3179 #: builtin/clone.c:93
3180 msgid "path to git-upload-pack on the remote"
3181 msgstr ""
3183 #: builtin/clone.c:94 builtin/fetch.c:83 builtin/grep.c:662
3184 msgid "depth"
3185 msgstr ""
3187 #: builtin/clone.c:95
3188 msgid "create a shallow clone of that depth"
3189 msgstr ""
3191 #: builtin/clone.c:97
3192 msgid "clone only one branch, HEAD or --branch"
3193 msgstr ""
3195 #: builtin/clone.c:98 builtin/init-db.c:494
3196 msgid "gitdir"
3197 msgstr ""
3199 #: builtin/clone.c:99 builtin/init-db.c:495
3200 msgid "separate git dir from working tree"
3201 msgstr ""
3203 #: builtin/clone.c:100
3204 msgid "key=value"
3205 msgstr ""
3207 #: builtin/clone.c:101
3208 msgid "set config inside the new repository"
3209 msgstr ""
3211 #: builtin/clone.c:244
3212 #, c-format
3213 msgid "reference repository '%s' is not a local directory."
3214 msgstr ""
3216 #: builtin/clone.c:307
3217 #, c-format
3218 msgid "failed to create directory '%s'"
3219 msgstr ""
3221 #: builtin/clone.c:309 builtin/diff.c:77
3222 #, c-format
3223 msgid "failed to stat '%s'"
3224 msgstr ""
3226 #: builtin/clone.c:311
3227 #, c-format
3228 msgid "%s exists and is not a directory"
3229 msgstr ""
3231 #: builtin/clone.c:325
3232 #, c-format
3233 msgid "failed to stat %s\n"
3234 msgstr ""
3236 #: builtin/clone.c:347
3237 #, c-format
3238 msgid "failed to create link '%s'"
3239 msgstr ""
3241 #: builtin/clone.c:351
3242 #, c-format
3243 msgid "failed to copy file to '%s'"
3244 msgstr ""
3246 #: builtin/clone.c:374
3247 #, c-format
3248 msgid "done.\n"
3249 msgstr ""
3251 #: builtin/clone.c:387
3252 msgid ""
3253 "Clone succeeded, but checkout failed.\n"
3254 "You can inspect what was checked out with 'git status'\n"
3255 "and retry the checkout with 'git checkout -f HEAD'\n"
3256 msgstr ""
3258 #: builtin/clone.c:466
3259 #, c-format
3260 msgid "Could not find remote branch %s to clone."
3261 msgstr ""
3263 #: builtin/clone.c:540
3264 msgid "remote did not send all necessary objects"
3265 msgstr ""
3267 #: builtin/clone.c:600
3268 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3269 msgstr ""
3271 #: builtin/clone.c:631
3272 msgid "unable to checkout working tree"
3273 msgstr ""
3275 #: builtin/clone.c:739
3276 msgid "Too many arguments."
3277 msgstr ""
3279 #: builtin/clone.c:743
3280 msgid "You must specify a repository to clone."
3281 msgstr ""
3283 #: builtin/clone.c:754
3284 #, c-format
3285 msgid "--bare and --origin %s options are incompatible."
3286 msgstr ""
3288 #: builtin/clone.c:757
3289 msgid "--bare and --separate-git-dir are incompatible."
3290 msgstr ""
3292 #: builtin/clone.c:770
3293 #, c-format
3294 msgid "repository '%s' does not exist"
3295 msgstr ""
3297 #: builtin/clone.c:775
3298 msgid "--depth is ignored in local clones; use file:// instead."
3299 msgstr ""
3301 #: builtin/clone.c:785
3302 #, c-format
3303 msgid "destination path '%s' already exists and is not an empty directory."
3304 msgstr ""
3306 #: builtin/clone.c:795
3307 #, c-format
3308 msgid "working tree '%s' already exists."
3309 msgstr ""
3311 #: builtin/clone.c:808 builtin/clone.c:820
3312 #, c-format
3313 msgid "could not create leading directories of '%s'"
3314 msgstr ""
3316 #: builtin/clone.c:811
3317 #, c-format
3318 msgid "could not create work tree dir '%s'."
3319 msgstr ""
3321 #: builtin/clone.c:830
3322 #, c-format
3323 msgid "Cloning into bare repository '%s'...\n"
3324 msgstr ""
3326 #: builtin/clone.c:832
3327 #, c-format
3328 msgid "Cloning into '%s'...\n"
3329 msgstr ""
3331 #: builtin/clone.c:867
3332 #, c-format
3333 msgid "Don't know how to clone %s"
3334 msgstr ""
3336 #: builtin/clone.c:916
3337 #, c-format
3338 msgid "Remote branch %s not found in upstream %s"
3339 msgstr ""
3341 #: builtin/clone.c:923
3342 msgid "You appear to have cloned an empty repository."
3343 msgstr ""
3345 #: builtin/column.c:9
3346 msgid "git column [options]"
3347 msgstr ""
3349 #: builtin/column.c:26
3350 msgid "lookup config vars"
3351 msgstr ""
3353 #: builtin/column.c:27 builtin/column.c:28
3354 msgid "layout to use"
3355 msgstr ""
3357 #: builtin/column.c:29
3358 msgid "Maximum width"
3359 msgstr ""
3361 #: builtin/column.c:30
3362 msgid "Padding space on left border"
3363 msgstr ""
3365 #: builtin/column.c:31
3366 msgid "Padding space on right border"
3367 msgstr ""
3369 #: builtin/column.c:32
3370 msgid "Padding space between columns"
3371 msgstr ""
3373 #: builtin/column.c:51
3374 msgid "--command must be the first argument"
3375 msgstr ""
3377 #: builtin/commit.c:34
3378 msgid "git commit [options] [--] <pathspec>..."
3379 msgstr ""
3381 #: builtin/commit.c:39
3382 msgid "git status [options] [--] <pathspec>..."
3383 msgstr ""
3385 #: builtin/commit.c:44
3386 msgid ""
3387 "Your name and email address were configured automatically based\n"
3388 "on your username and hostname. Please check that they are accurate.\n"
3389 "You can suppress this message by setting them explicitly:\n"
3390 "\n"
3391 "    git config --global user.name \"Your Name\"\n"
3392 "    git config --global user.email you@example.com\n"
3393 "\n"
3394 "After doing this, you may fix the identity used for this commit with:\n"
3395 "\n"
3396 "    git commit --amend --reset-author\n"
3397 msgstr ""
3399 #: builtin/commit.c:56
3400 msgid ""
3401 "You asked to amend the most recent commit, but doing so would make\n"
3402 "it empty. You can repeat your command with --allow-empty, or you can\n"
3403 "remove the commit entirely with \"git reset HEAD^\".\n"
3404 msgstr ""
3406 #: builtin/commit.c:61
3407 msgid ""
3408 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
3409 "If you wish to commit it anyway, use:\n"
3410 "\n"
3411 "    git commit --allow-empty\n"
3412 "\n"
3413 "Otherwise, please use 'git reset'\n"
3414 msgstr ""
3416 #: builtin/commit.c:260
3417 msgid "failed to unpack HEAD tree object"
3418 msgstr ""
3420 #: builtin/commit.c:302
3421 msgid "unable to create temporary index"
3422 msgstr ""
3424 #: builtin/commit.c:308
3425 msgid "interactive add failed"
3426 msgstr ""
3428 #: builtin/commit.c:341 builtin/commit.c:362 builtin/commit.c:412
3429 msgid "unable to write new_index file"
3430 msgstr ""
3432 #: builtin/commit.c:393
3433 msgid "cannot do a partial commit during a merge."
3434 msgstr ""
3436 #: builtin/commit.c:395
3437 msgid "cannot do a partial commit during a cherry-pick."
3438 msgstr ""
3440 #: builtin/commit.c:405
3441 msgid "cannot read the index"
3442 msgstr ""
3444 #: builtin/commit.c:425
3445 msgid "unable to write temporary index file"
3446 msgstr ""
3448 #: builtin/commit.c:513 builtin/commit.c:519
3449 #, c-format
3450 msgid "invalid commit: %s"
3451 msgstr ""
3453 #: builtin/commit.c:542
3454 msgid "malformed --author parameter"
3455 msgstr ""
3457 #: builtin/commit.c:562
3458 #, c-format
3459 msgid "Malformed ident string: '%s'"
3460 msgstr ""
3462 #: builtin/commit.c:600 builtin/commit.c:633 builtin/commit.c:956
3463 #, c-format
3464 msgid "could not lookup commit %s"
3465 msgstr ""
3467 #: builtin/commit.c:612 builtin/shortlog.c:272
3468 #, c-format
3469 msgid "(reading log message from standard input)\n"
3470 msgstr ""
3472 #: builtin/commit.c:614
3473 msgid "could not read log from standard input"
3474 msgstr ""
3476 #: builtin/commit.c:618
3477 #, c-format
3478 msgid "could not read log file '%s'"
3479 msgstr ""
3481 #: builtin/commit.c:624
3482 msgid "commit has empty message"
3483 msgstr ""
3485 #: builtin/commit.c:640
3486 msgid "could not read MERGE_MSG"
3487 msgstr ""
3489 #: builtin/commit.c:644
3490 msgid "could not read SQUASH_MSG"
3491 msgstr ""
3493 #: builtin/commit.c:648
3494 #, c-format
3495 msgid "could not read '%s'"
3496 msgstr ""
3498 #: builtin/commit.c:709
3499 msgid "could not write commit template"
3500 msgstr ""
3502 #: builtin/commit.c:720
3503 #, c-format
3504 msgid ""
3505 "\n"
3506 "It looks like you may be committing a merge.\n"
3507 "If this is not correct, please remove the file\n"
3508 "\t%s\n"
3509 "and try again.\n"
3510 msgstr ""
3512 #: builtin/commit.c:725
3513 #, c-format
3514 msgid ""
3515 "\n"
3516 "It looks like you may be committing a cherry-pick.\n"
3517 "If this is not correct, please remove the file\n"
3518 "\t%s\n"
3519 "and try again.\n"
3520 msgstr ""
3522 #: builtin/commit.c:737
3523 #, c-format
3524 msgid ""
3525 "Please enter the commit message for your changes. Lines starting\n"
3526 "with '%c' will be ignored, and an empty message aborts the commit.\n"
3527 msgstr ""
3529 #: builtin/commit.c:742
3530 #, c-format
3531 msgid ""
3532 "Please enter the commit message for your changes. Lines starting\n"
3533 "with '%c' will be kept; you may remove them yourself if you want to.\n"
3534 "An empty message aborts the commit.\n"
3535 msgstr ""
3537 #: builtin/commit.c:755
3538 #, c-format
3539 msgid "%sAuthor:    %s"
3540 msgstr ""
3542 #: builtin/commit.c:762
3543 #, c-format
3544 msgid "%sCommitter: %s"
3545 msgstr ""
3547 #: builtin/commit.c:782
3548 msgid "Cannot read index"
3549 msgstr ""
3551 #: builtin/commit.c:819
3552 msgid "Error building trees"
3553 msgstr ""
3555 #: builtin/commit.c:834 builtin/tag.c:359
3556 #, c-format
3557 msgid "Please supply the message using either -m or -F option.\n"
3558 msgstr ""
3560 #: builtin/commit.c:931
3561 #, c-format
3562 msgid "No existing author found with '%s'"
3563 msgstr ""
3565 #: builtin/commit.c:946 builtin/commit.c:1140
3566 #, c-format
3567 msgid "Invalid untracked files mode '%s'"
3568 msgstr ""
3570 #: builtin/commit.c:976
3571 msgid "Using both --reset-author and --author does not make sense"
3572 msgstr ""
3574 #: builtin/commit.c:987
3575 msgid "You have nothing to amend."
3576 msgstr ""
3578 #: builtin/commit.c:990
3579 msgid "You are in the middle of a merge -- cannot amend."
3580 msgstr ""
3582 #: builtin/commit.c:992
3583 msgid "You are in the middle of a cherry-pick -- cannot amend."
3584 msgstr ""
3586 #: builtin/commit.c:995
3587 msgid "Options --squash and --fixup cannot be used together"
3588 msgstr ""
3590 #: builtin/commit.c:1005
3591 msgid "Only one of -c/-C/-F/--fixup can be used."
3592 msgstr ""
3594 #: builtin/commit.c:1007
3595 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
3596 msgstr ""
3598 #: builtin/commit.c:1015
3599 msgid "--reset-author can be used only with -C, -c or --amend."
3600 msgstr ""
3602 #: builtin/commit.c:1032
3603 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
3604 msgstr ""
3606 #: builtin/commit.c:1034
3607 msgid "No paths with --include/--only does not make sense."
3608 msgstr ""
3610 #: builtin/commit.c:1036
3611 msgid "Clever... amending the last one with dirty index."
3612 msgstr ""
3614 #: builtin/commit.c:1038
3615 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
3616 msgstr ""
3618 #: builtin/commit.c:1048 builtin/tag.c:575
3619 #, c-format
3620 msgid "Invalid cleanup mode %s"
3621 msgstr ""
3623 #: builtin/commit.c:1053
3624 msgid "Paths with -a does not make sense."
3625 msgstr ""
3627 #: builtin/commit.c:1059 builtin/commit.c:1194
3628 msgid "--long and -z are incompatible"
3629 msgstr ""
3631 #: builtin/commit.c:1154 builtin/commit.c:1390
3632 msgid "show status concisely"
3633 msgstr ""
3635 #: builtin/commit.c:1156 builtin/commit.c:1392
3636 msgid "show branch information"
3637 msgstr ""
3639 #: builtin/commit.c:1158 builtin/commit.c:1394 builtin/push.c:426
3640 msgid "machine-readable output"
3641 msgstr ""
3643 #: builtin/commit.c:1161 builtin/commit.c:1396
3644 msgid "show status in long format (default)"
3645 msgstr ""
3647 #: builtin/commit.c:1164 builtin/commit.c:1399
3648 msgid "terminate entries with NUL"
3649 msgstr ""
3651 #: builtin/commit.c:1166 builtin/commit.c:1402 builtin/fast-export.c:653
3652 #: builtin/fast-export.c:656 builtin/tag.c:459
3653 msgid "mode"
3654 msgstr ""
3656 #: builtin/commit.c:1167 builtin/commit.c:1402
3657 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
3658 msgstr ""
3660 #: builtin/commit.c:1170
3661 msgid "show ignored files"
3662 msgstr ""
3664 #: builtin/commit.c:1171 parse-options.h:151
3665 msgid "when"
3666 msgstr ""
3668 #: builtin/commit.c:1172
3669 msgid ""
3670 "ignore changes to submodules, optional when: all, dirty, untracked. "
3671 "(Default: all)"
3672 msgstr ""
3674 #: builtin/commit.c:1174
3675 msgid "list untracked files in columns"
3676 msgstr ""
3678 #: builtin/commit.c:1248
3679 msgid "couldn't look up newly created commit"
3680 msgstr ""
3682 #: builtin/commit.c:1250
3683 msgid "could not parse newly created commit"
3684 msgstr ""
3686 #: builtin/commit.c:1291
3687 msgid "detached HEAD"
3688 msgstr ""
3690 #: builtin/commit.c:1293
3691 msgid " (root-commit)"
3692 msgstr ""
3694 #: builtin/commit.c:1360
3695 msgid "suppress summary after successful commit"
3696 msgstr ""
3698 #: builtin/commit.c:1361
3699 msgid "show diff in commit message template"
3700 msgstr ""
3702 #: builtin/commit.c:1363
3703 msgid "Commit message options"
3704 msgstr ""
3706 #: builtin/commit.c:1364 builtin/tag.c:457
3707 msgid "read message from file"
3708 msgstr ""
3710 #: builtin/commit.c:1365
3711 msgid "author"
3712 msgstr ""
3714 #: builtin/commit.c:1365
3715 msgid "override author for commit"
3716 msgstr ""
3718 #: builtin/commit.c:1366 builtin/gc.c:178
3719 msgid "date"
3720 msgstr ""
3722 #: builtin/commit.c:1366
3723 msgid "override date for commit"
3724 msgstr ""
3726 #: builtin/commit.c:1367 builtin/merge.c:208 builtin/notes.c:533
3727 #: builtin/notes.c:690 builtin/tag.c:455
3728 msgid "message"
3729 msgstr ""
3731 #: builtin/commit.c:1367
3732 msgid "commit message"
3733 msgstr ""
3735 #: builtin/commit.c:1368
3736 msgid "reuse and edit message from specified commit"
3737 msgstr ""
3739 #: builtin/commit.c:1369
3740 msgid "reuse message from specified commit"
3741 msgstr ""
3743 #: builtin/commit.c:1370
3744 msgid "use autosquash formatted message to fixup specified commit"
3745 msgstr ""
3747 #: builtin/commit.c:1371
3748 msgid "use autosquash formatted message to squash specified commit"
3749 msgstr ""
3751 #: builtin/commit.c:1372
3752 msgid "the commit is authored by me now (used with -C/-c/--amend)"
3753 msgstr ""
3755 #: builtin/commit.c:1373 builtin/log.c:1104 builtin/revert.c:109
3756 msgid "add Signed-off-by:"
3757 msgstr ""
3759 #: builtin/commit.c:1374
3760 msgid "use specified template file"
3761 msgstr ""
3763 #: builtin/commit.c:1375
3764 msgid "force edit of commit"
3765 msgstr ""
3767 #: builtin/commit.c:1376
3768 msgid "default"
3769 msgstr ""
3771 #: builtin/commit.c:1376 builtin/tag.c:460
3772 msgid "how to strip spaces and #comments from message"
3773 msgstr ""
3775 #: builtin/commit.c:1377
3776 msgid "include status in commit message template"
3777 msgstr ""
3779 #: builtin/commit.c:1378 builtin/merge.c:215 builtin/tag.c:461
3780 msgid "key id"
3781 msgstr ""
3783 #: builtin/commit.c:1379 builtin/merge.c:216
3784 msgid "GPG sign commit"
3785 msgstr ""
3787 #. end commit message options
3788 #: builtin/commit.c:1382
3789 msgid "Commit contents options"
3790 msgstr ""
3792 #: builtin/commit.c:1383
3793 msgid "commit all changed files"
3794 msgstr ""
3796 #: builtin/commit.c:1384
3797 msgid "add specified files to index for commit"
3798 msgstr ""
3800 #: builtin/commit.c:1385
3801 msgid "interactively add files"
3802 msgstr ""
3804 #: builtin/commit.c:1386
3805 msgid "interactively add changes"
3806 msgstr ""
3808 #: builtin/commit.c:1387
3809 msgid "commit only specified files"
3810 msgstr ""
3812 #: builtin/commit.c:1388
3813 msgid "bypass pre-commit hook"
3814 msgstr ""
3816 #: builtin/commit.c:1389
3817 msgid "show what would be committed"
3818 msgstr ""
3820 #: builtin/commit.c:1400
3821 msgid "amend previous commit"
3822 msgstr ""
3824 #: builtin/commit.c:1401
3825 msgid "bypass post-rewrite hook"
3826 msgstr ""
3828 #: builtin/commit.c:1406
3829 msgid "ok to record an empty change"
3830 msgstr ""
3832 #: builtin/commit.c:1409
3833 msgid "ok to record a change with an empty message"
3834 msgstr ""
3836 #: builtin/commit.c:1441
3837 msgid "could not parse HEAD commit"
3838 msgstr ""
3840 #: builtin/commit.c:1479 builtin/merge.c:510
3841 #, c-format
3842 msgid "could not open '%s' for reading"
3843 msgstr ""
3845 #: builtin/commit.c:1486
3846 #, c-format
3847 msgid "Corrupt MERGE_HEAD file (%s)"
3848 msgstr ""
3850 #: builtin/commit.c:1493
3851 msgid "could not read MERGE_MODE"
3852 msgstr ""
3854 #: builtin/commit.c:1512
3855 #, c-format
3856 msgid "could not read commit message: %s"
3857 msgstr ""
3859 #: builtin/commit.c:1526
3860 #, c-format
3861 msgid "Aborting commit; you did not edit the message.\n"
3862 msgstr ""
3864 #: builtin/commit.c:1531
3865 #, c-format
3866 msgid "Aborting commit due to empty commit message.\n"
3867 msgstr ""
3869 #: builtin/commit.c:1546 builtin/merge.c:847 builtin/merge.c:872
3870 msgid "failed to write commit object"
3871 msgstr ""
3873 #: builtin/commit.c:1567
3874 msgid "cannot lock HEAD ref"
3875 msgstr ""
3877 #: builtin/commit.c:1571
3878 msgid "cannot update HEAD ref"
3879 msgstr ""
3881 #: builtin/commit.c:1582
3882 msgid ""
3883 "Repository has been updated, but unable to write\n"
3884 "new_index file. Check that disk is not full or quota is\n"
3885 "not exceeded, and then \"git reset HEAD\" to recover."
3886 msgstr ""
3888 #: builtin/config.c:7
3889 msgid "git config [options]"
3890 msgstr ""
3892 #: builtin/config.c:51
3893 msgid "Config file location"
3894 msgstr ""
3896 #: builtin/config.c:52
3897 msgid "use global config file"
3898 msgstr ""
3900 #: builtin/config.c:53
3901 msgid "use system config file"
3902 msgstr ""
3904 #: builtin/config.c:54
3905 msgid "use repository config file"
3906 msgstr ""
3908 #: builtin/config.c:55
3909 msgid "use given config file"
3910 msgstr ""
3912 #: builtin/config.c:56
3913 msgid "Action"
3914 msgstr ""
3916 #: builtin/config.c:57
3917 msgid "get value: name [value-regex]"
3918 msgstr ""
3920 #: builtin/config.c:58
3921 msgid "get all values: key [value-regex]"
3922 msgstr ""
3924 #: builtin/config.c:59
3925 msgid "get values for regexp: name-regex [value-regex]"
3926 msgstr ""
3928 #: builtin/config.c:60
3929 msgid "replace all matching variables: name value [value_regex]"
3930 msgstr ""
3932 #: builtin/config.c:61
3933 msgid "add a new variable: name value"
3934 msgstr ""
3936 #: builtin/config.c:62
3937 msgid "remove a variable: name [value-regex]"
3938 msgstr ""
3940 #: builtin/config.c:63
3941 msgid "remove all matches: name [value-regex]"
3942 msgstr ""
3944 #: builtin/config.c:64
3945 msgid "rename section: old-name new-name"
3946 msgstr ""
3948 #: builtin/config.c:65
3949 msgid "remove a section: name"
3950 msgstr ""
3952 #: builtin/config.c:66
3953 msgid "list all"
3954 msgstr ""
3956 #: builtin/config.c:67
3957 msgid "open an editor"
3958 msgstr ""
3960 #: builtin/config.c:68 builtin/config.c:69
3961 msgid "slot"
3962 msgstr ""
3964 #: builtin/config.c:68
3965 msgid "find the color configured: [default]"
3966 msgstr ""
3968 #: builtin/config.c:69
3969 msgid "find the color setting: [stdout-is-tty]"
3970 msgstr ""
3972 #: builtin/config.c:70
3973 msgid "Type"
3974 msgstr ""
3976 #: builtin/config.c:71
3977 msgid "value is \"true\" or \"false\""
3978 msgstr ""
3980 #: builtin/config.c:72
3981 msgid "value is decimal number"
3982 msgstr ""
3984 #: builtin/config.c:73
3985 msgid "value is --bool or --int"
3986 msgstr ""
3988 #: builtin/config.c:74
3989 msgid "value is a path (file or directory name)"
3990 msgstr ""
3992 #: builtin/config.c:75
3993 msgid "Other"
3994 msgstr ""
3996 #: builtin/config.c:76
3997 msgid "terminate values with NUL byte"
3998 msgstr ""
4000 #: builtin/config.c:77
4001 msgid "respect include directives on lookup"
4002 msgstr ""
4004 #: builtin/count-objects.c:82
4005 msgid "git count-objects [-v]"
4006 msgstr ""
4008 #: builtin/describe.c:15
4009 msgid "git describe [options] <committish>*"
4010 msgstr ""
4012 #: builtin/describe.c:16
4013 msgid "git describe [options] --dirty"
4014 msgstr ""
4016 #: builtin/describe.c:233
4017 #, c-format
4018 msgid "annotated tag %s not available"
4019 msgstr ""
4021 #: builtin/describe.c:237
4022 #, c-format
4023 msgid "annotated tag %s has no embedded name"
4024 msgstr ""
4026 #: builtin/describe.c:239
4027 #, c-format
4028 msgid "tag '%s' is really '%s' here"
4029 msgstr ""
4031 #: builtin/describe.c:266
4032 #, c-format
4033 msgid "Not a valid object name %s"
4034 msgstr ""
4036 #: builtin/describe.c:269
4037 #, c-format
4038 msgid "%s is not a valid '%s' object"
4039 msgstr ""
4041 #: builtin/describe.c:286
4042 #, c-format
4043 msgid "no tag exactly matches '%s'"
4044 msgstr ""
4046 #: builtin/describe.c:288
4047 #, c-format
4048 msgid "searching to describe %s\n"
4049 msgstr ""
4051 #: builtin/describe.c:328
4052 #, c-format
4053 msgid "finished search at %s\n"
4054 msgstr ""
4056 #: builtin/describe.c:352
4057 #, c-format
4058 msgid ""
4059 "No annotated tags can describe '%s'.\n"
4060 "However, there were unannotated tags: try --tags."
4061 msgstr ""
4063 #: builtin/describe.c:356
4064 #, c-format
4065 msgid ""
4066 "No tags can describe '%s'.\n"
4067 "Try --always, or create some tags."
4068 msgstr ""
4070 #: builtin/describe.c:377
4071 #, c-format
4072 msgid "traversed %lu commits\n"
4073 msgstr ""
4075 #: builtin/describe.c:380
4076 #, c-format
4077 msgid ""
4078 "more than %i tags found; listed %i most recent\n"
4079 "gave up search at %s\n"
4080 msgstr ""
4082 #: builtin/describe.c:402
4083 msgid "find the tag that comes after the commit"
4084 msgstr ""
4086 #: builtin/describe.c:403
4087 msgid "debug search strategy on stderr"
4088 msgstr ""
4090 #: builtin/describe.c:404
4091 msgid "use any ref"
4092 msgstr ""
4094 #: builtin/describe.c:405
4095 msgid "use any tag, even unannotated"
4096 msgstr ""
4098 #: builtin/describe.c:406
4099 msgid "always use long format"
4100 msgstr ""
4102 #: builtin/describe.c:409
4103 msgid "only output exact matches"
4104 msgstr ""
4106 #: builtin/describe.c:411
4107 msgid "consider <n> most recent tags (default: 10)"
4108 msgstr ""
4110 #: builtin/describe.c:413
4111 msgid "only consider tags matching <pattern>"
4112 msgstr ""
4114 #: builtin/describe.c:415 builtin/name-rev.c:238
4115 msgid "show abbreviated commit object as fallback"
4116 msgstr ""
4118 #: builtin/describe.c:416
4119 msgid "mark"
4120 msgstr ""
4122 #: builtin/describe.c:417
4123 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4124 msgstr ""
4126 #: builtin/describe.c:435
4127 msgid "--long is incompatible with --abbrev=0"
4128 msgstr ""
4130 #: builtin/describe.c:461
4131 msgid "No names found, cannot describe anything."
4132 msgstr ""
4134 #: builtin/describe.c:481
4135 msgid "--dirty is incompatible with committishes"
4136 msgstr ""
4138 #: builtin/diff.c:79
4139 #, c-format
4140 msgid "'%s': not a regular file or symlink"
4141 msgstr ""
4143 #: builtin/diff.c:228
4144 #, c-format
4145 msgid "invalid option: %s"
4146 msgstr ""
4148 #: builtin/diff.c:305
4149 msgid "Not a git repository"
4150 msgstr ""
4152 #: builtin/diff.c:348
4153 #, c-format
4154 msgid "invalid object '%s' given."
4155 msgstr ""
4157 #: builtin/diff.c:353
4158 #, c-format
4159 msgid "more than %d trees given: '%s'"
4160 msgstr ""
4162 #: builtin/diff.c:363
4163 #, c-format
4164 msgid "more than two blobs given: '%s'"
4165 msgstr ""
4167 #: builtin/diff.c:371
4168 #, c-format
4169 msgid "unhandled object '%s' given."
4170 msgstr ""
4172 #: builtin/fast-export.c:22
4173 msgid "git fast-export [rev-list-opts]"
4174 msgstr ""
4176 #: builtin/fast-export.c:652
4177 msgid "show progress after <n> objects"
4178 msgstr ""
4180 #: builtin/fast-export.c:654
4181 msgid "select handling of signed tags"
4182 msgstr ""
4184 #: builtin/fast-export.c:657
4185 msgid "select handling of tags that tag filtered objects"
4186 msgstr ""
4188 #: builtin/fast-export.c:660
4189 msgid "Dump marks to this file"
4190 msgstr ""
4192 #: builtin/fast-export.c:662
4193 msgid "Import marks from this file"
4194 msgstr ""
4196 #: builtin/fast-export.c:664
4197 msgid "Fake a tagger when tags lack one"
4198 msgstr ""
4200 #: builtin/fast-export.c:666
4201 msgid "Output full tree for each commit"
4202 msgstr ""
4204 #: builtin/fast-export.c:668
4205 msgid "Use the done feature to terminate the stream"
4206 msgstr ""
4208 #: builtin/fast-export.c:669
4209 msgid "Skip output of blob data"
4210 msgstr ""
4212 #: builtin/fetch.c:20
4213 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4214 msgstr ""
4216 #: builtin/fetch.c:21
4217 msgid "git fetch [<options>] <group>"
4218 msgstr ""
4220 #: builtin/fetch.c:22
4221 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4222 msgstr ""
4224 #: builtin/fetch.c:23
4225 msgid "git fetch --all [<options>]"
4226 msgstr ""
4228 #: builtin/fetch.c:60
4229 msgid "fetch from all remotes"
4230 msgstr ""
4232 #: builtin/fetch.c:62
4233 msgid "append to .git/FETCH_HEAD instead of overwriting"
4234 msgstr ""
4236 #: builtin/fetch.c:64
4237 msgid "path to upload pack on remote end"
4238 msgstr ""
4240 #: builtin/fetch.c:65
4241 msgid "force overwrite of local branch"
4242 msgstr ""
4244 #: builtin/fetch.c:67
4245 msgid "fetch from multiple remotes"
4246 msgstr ""
4248 #: builtin/fetch.c:69
4249 msgid "fetch all tags and associated objects"
4250 msgstr ""
4252 #: builtin/fetch.c:71
4253 msgid "do not fetch all tags (--no-tags)"
4254 msgstr ""
4256 #: builtin/fetch.c:73
4257 msgid "prune remote-tracking branches no longer on remote"
4258 msgstr ""
4260 #: builtin/fetch.c:74
4261 msgid "on-demand"
4262 msgstr ""
4264 #: builtin/fetch.c:75
4265 msgid "control recursive fetching of submodules"
4266 msgstr ""
4268 #: builtin/fetch.c:79
4269 msgid "keep downloaded pack"
4270 msgstr ""
4272 #: builtin/fetch.c:81
4273 msgid "allow updating of HEAD ref"
4274 msgstr ""
4276 #: builtin/fetch.c:84
4277 msgid "deepen history of shallow clone"
4278 msgstr ""
4280 #: builtin/fetch.c:86
4281 msgid "convert to a complete repository"
4282 msgstr ""
4284 #: builtin/fetch.c:88 builtin/log.c:1121
4285 msgid "dir"
4286 msgstr ""
4288 #: builtin/fetch.c:89
4289 msgid "prepend this to submodule path output"
4290 msgstr ""
4292 #: builtin/fetch.c:92
4293 msgid "default mode for recursion"
4294 msgstr ""
4296 #: builtin/fetch.c:204
4297 msgid "Couldn't find remote ref HEAD"
4298 msgstr ""
4300 #: builtin/fetch.c:257
4301 #, c-format
4302 msgid "object %s not found"
4303 msgstr ""
4305 #: builtin/fetch.c:262
4306 msgid "[up to date]"
4307 msgstr ""
4309 #: builtin/fetch.c:276
4310 #, c-format
4311 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4312 msgstr ""
4314 #: builtin/fetch.c:277 builtin/fetch.c:363
4315 msgid "[rejected]"
4316 msgstr ""
4318 #: builtin/fetch.c:288
4319 msgid "[tag update]"
4320 msgstr ""
4322 #: builtin/fetch.c:290 builtin/fetch.c:325 builtin/fetch.c:343
4323 msgid "  (unable to update local ref)"
4324 msgstr ""
4326 #: builtin/fetch.c:308
4327 msgid "[new tag]"
4328 msgstr ""
4330 #: builtin/fetch.c:311
4331 msgid "[new branch]"
4332 msgstr ""
4334 #: builtin/fetch.c:314
4335 msgid "[new ref]"
4336 msgstr ""
4338 #: builtin/fetch.c:359
4339 msgid "unable to update local ref"
4340 msgstr ""
4342 #: builtin/fetch.c:359
4343 msgid "forced update"
4344 msgstr ""
4346 #: builtin/fetch.c:365
4347 msgid "(non-fast-forward)"
4348 msgstr ""
4350 #: builtin/fetch.c:396 builtin/fetch.c:688
4351 #, c-format
4352 msgid "cannot open %s: %s\n"
4353 msgstr ""
4355 #: builtin/fetch.c:405
4356 #, c-format
4357 msgid "%s did not send all necessary objects\n"
4358 msgstr ""
4360 #: builtin/fetch.c:491
4361 #, c-format
4362 msgid "From %.*s\n"
4363 msgstr ""
4365 #: builtin/fetch.c:502
4366 #, c-format
4367 msgid ""
4368 "some local refs could not be updated; try running\n"
4369 " 'git remote prune %s' to remove any old, conflicting branches"
4370 msgstr ""
4372 #: builtin/fetch.c:552
4373 #, c-format
4374 msgid "   (%s will become dangling)"
4375 msgstr ""
4377 #: builtin/fetch.c:553
4378 #, c-format
4379 msgid "   (%s has become dangling)"
4380 msgstr ""
4382 #: builtin/fetch.c:560
4383 msgid "[deleted]"
4384 msgstr ""
4386 #: builtin/fetch.c:561 builtin/remote.c:1055
4387 msgid "(none)"
4388 msgstr ""
4390 #: builtin/fetch.c:678
4391 #, c-format
4392 msgid "Refusing to fetch into current branch %s of non-bare repository"
4393 msgstr ""
4395 #: builtin/fetch.c:712
4396 #, c-format
4397 msgid "Don't know how to fetch from %s"
4398 msgstr ""
4400 #: builtin/fetch.c:789
4401 #, c-format
4402 msgid "Option \"%s\" value \"%s\" is not valid for %s"
4403 msgstr ""
4405 #: builtin/fetch.c:792
4406 #, c-format
4407 msgid "Option \"%s\" is ignored for %s\n"
4408 msgstr ""
4410 #: builtin/fetch.c:894
4411 #, c-format
4412 msgid "Fetching %s\n"
4413 msgstr ""
4415 #: builtin/fetch.c:896 builtin/remote.c:100
4416 #, c-format
4417 msgid "Could not fetch %s"
4418 msgstr ""
4420 #: builtin/fetch.c:915
4421 msgid ""
4422 "No remote repository specified.  Please, specify either a URL or a\n"
4423 "remote name from which new revisions should be fetched."
4424 msgstr ""
4426 #: builtin/fetch.c:935
4427 msgid "You need to specify a tag name."
4428 msgstr ""
4430 #: builtin/fetch.c:981
4431 msgid "--depth and --unshallow cannot be used together"
4432 msgstr ""
4434 #: builtin/fetch.c:983
4435 msgid "--unshallow on a complete repository does not make sense"
4436 msgstr ""
4438 #: builtin/fetch.c:1002
4439 msgid "fetch --all does not take a repository argument"
4440 msgstr ""
4442 #: builtin/fetch.c:1004
4443 msgid "fetch --all does not make sense with refspecs"
4444 msgstr ""
4446 #: builtin/fetch.c:1015
4447 #, c-format
4448 msgid "No such remote or remote group: %s"
4449 msgstr ""
4451 #: builtin/fetch.c:1023
4452 msgid "Fetching a group and specifying refspecs does not make sense"
4453 msgstr ""
4455 #: builtin/fmt-merge-msg.c:13
4456 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
4457 msgstr ""
4459 #: builtin/fmt-merge-msg.c:659 builtin/fmt-merge-msg.c:662 builtin/grep.c:701
4460 #: builtin/merge.c:188 builtin/show-branch.c:656 builtin/show-ref.c:175
4461 #: builtin/tag.c:446 parse-options.h:133 parse-options.h:239
4462 msgid "n"
4463 msgstr ""
4465 #: builtin/fmt-merge-msg.c:660
4466 msgid "populate log with at most <n> entries from shortlog"
4467 msgstr ""
4469 #: builtin/fmt-merge-msg.c:663
4470 msgid "alias for --log (deprecated)"
4471 msgstr ""
4473 #: builtin/fmt-merge-msg.c:666
4474 msgid "text"
4475 msgstr ""
4477 #: builtin/fmt-merge-msg.c:667
4478 msgid "use <text> as start of message"
4479 msgstr ""
4481 #: builtin/fmt-merge-msg.c:668
4482 msgid "file to read from"
4483 msgstr ""
4485 #: builtin/for-each-ref.c:979
4486 msgid "git for-each-ref [options] [<pattern>]"
4487 msgstr ""
4489 #: builtin/for-each-ref.c:994
4490 msgid "quote placeholders suitably for shells"
4491 msgstr ""
4493 #: builtin/for-each-ref.c:996
4494 msgid "quote placeholders suitably for perl"
4495 msgstr ""
4497 #: builtin/for-each-ref.c:998
4498 msgid "quote placeholders suitably for python"
4499 msgstr ""
4501 #: builtin/for-each-ref.c:1000
4502 msgid "quote placeholders suitably for tcl"
4503 msgstr ""
4505 #: builtin/for-each-ref.c:1003
4506 msgid "show only <n> matched refs"
4507 msgstr ""
4509 #: builtin/for-each-ref.c:1004
4510 msgid "format"
4511 msgstr ""
4513 #: builtin/for-each-ref.c:1004
4514 msgid "format to use for the output"
4515 msgstr ""
4517 #: builtin/for-each-ref.c:1005
4518 msgid "key"
4519 msgstr ""
4521 #: builtin/for-each-ref.c:1006
4522 msgid "field name to sort on"
4523 msgstr ""
4525 #: builtin/fsck.c:608
4526 msgid "git fsck [options] [<object>...]"
4527 msgstr ""
4529 #: builtin/fsck.c:614
4530 msgid "show unreachable objects"
4531 msgstr ""
4533 #: builtin/fsck.c:615
4534 msgid "show dangling objects"
4535 msgstr ""
4537 #: builtin/fsck.c:616
4538 msgid "report tags"
4539 msgstr ""
4541 #: builtin/fsck.c:617
4542 msgid "report root nodes"
4543 msgstr ""
4545 #: builtin/fsck.c:618
4546 msgid "make index objects head nodes"
4547 msgstr ""
4549 #: builtin/fsck.c:619
4550 msgid "make reflogs head nodes (default)"
4551 msgstr ""
4553 #: builtin/fsck.c:620
4554 msgid "also consider packs and alternate objects"
4555 msgstr ""
4557 #: builtin/fsck.c:621
4558 msgid "enable more strict checking"
4559 msgstr ""
4561 #: builtin/fsck.c:623
4562 msgid "write dangling objects in .git/lost-found"
4563 msgstr ""
4565 #: builtin/fsck.c:624 builtin/prune.c:134
4566 msgid "show progress"
4567 msgstr ""
4569 #: builtin/gc.c:22
4570 msgid "git gc [options]"
4571 msgstr ""
4573 #: builtin/gc.c:63
4574 #, c-format
4575 msgid "Invalid %s: '%s'"
4576 msgstr ""
4578 #: builtin/gc.c:90
4579 #, c-format
4580 msgid "insanely long object directory %.*s"
4581 msgstr ""
4583 #: builtin/gc.c:179
4584 msgid "prune unreferenced objects"
4585 msgstr ""
4587 #: builtin/gc.c:181
4588 msgid "be more thorough (increased runtime)"
4589 msgstr ""
4591 #: builtin/gc.c:182
4592 msgid "enable auto-gc mode"
4593 msgstr ""
4595 #: builtin/gc.c:222
4596 #, c-format
4597 msgid ""
4598 "Auto packing the repository for optimum performance. You may also\n"
4599 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
4600 msgstr ""
4602 #: builtin/gc.c:249
4603 msgid ""
4604 "There are too many unreachable loose objects; run 'git prune' to remove them."
4605 msgstr ""
4607 #: builtin/grep.c:22
4608 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
4609 msgstr ""
4611 #: builtin/grep.c:217
4612 #, c-format
4613 msgid "grep: failed to create thread: %s"
4614 msgstr ""
4616 #: builtin/grep.c:365
4617 #, c-format
4618 msgid "Failed to chdir: %s"
4619 msgstr ""
4621 #: builtin/grep.c:443 builtin/grep.c:478
4622 #, c-format
4623 msgid "unable to read tree (%s)"
4624 msgstr ""
4626 #: builtin/grep.c:493
4627 #, c-format
4628 msgid "unable to grep from object of type %s"
4629 msgstr ""
4631 #: builtin/grep.c:551
4632 #, c-format
4633 msgid "switch `%c' expects a numerical value"
4634 msgstr ""
4636 #: builtin/grep.c:568
4637 #, c-format
4638 msgid "cannot open '%s'"
4639 msgstr ""
4641 #: builtin/grep.c:643
4642 msgid "search in index instead of in the work tree"
4643 msgstr ""
4645 #: builtin/grep.c:645
4646 msgid "find in contents not managed by git"
4647 msgstr ""
4649 #: builtin/grep.c:647
4650 msgid "search in both tracked and untracked files"
4651 msgstr ""
4653 #: builtin/grep.c:649
4654 msgid "search also in ignored files"
4655 msgstr ""
4657 #: builtin/grep.c:652
4658 msgid "show non-matching lines"
4659 msgstr ""
4661 #: builtin/grep.c:654
4662 msgid "case insensitive matching"
4663 msgstr ""
4665 #: builtin/grep.c:656
4666 msgid "match patterns only at word boundaries"
4667 msgstr ""
4669 #: builtin/grep.c:658
4670 msgid "process binary files as text"
4671 msgstr ""
4673 #: builtin/grep.c:660
4674 msgid "don't match patterns in binary files"
4675 msgstr ""
4677 #: builtin/grep.c:663
4678 msgid "descend at most <depth> levels"
4679 msgstr ""
4681 #: builtin/grep.c:667
4682 msgid "use extended POSIX regular expressions"
4683 msgstr ""
4685 #: builtin/grep.c:670
4686 msgid "use basic POSIX regular expressions (default)"
4687 msgstr ""
4689 #: builtin/grep.c:673
4690 msgid "interpret patterns as fixed strings"
4691 msgstr ""
4693 #: builtin/grep.c:676
4694 msgid "use Perl-compatible regular expressions"
4695 msgstr ""
4697 #: builtin/grep.c:679
4698 msgid "show line numbers"
4699 msgstr ""
4701 #: builtin/grep.c:680
4702 msgid "don't show filenames"
4703 msgstr ""
4705 #: builtin/grep.c:681
4706 msgid "show filenames"
4707 msgstr ""
4709 #: builtin/grep.c:683
4710 msgid "show filenames relative to top directory"
4711 msgstr ""
4713 #: builtin/grep.c:685
4714 msgid "show only filenames instead of matching lines"
4715 msgstr ""
4717 #: builtin/grep.c:687
4718 msgid "synonym for --files-with-matches"
4719 msgstr ""
4721 #: builtin/grep.c:690
4722 msgid "show only the names of files without match"
4723 msgstr ""
4725 #: builtin/grep.c:692
4726 msgid "print NUL after filenames"
4727 msgstr ""
4729 #: builtin/grep.c:694
4730 msgid "show the number of matches instead of matching lines"
4731 msgstr ""
4733 #: builtin/grep.c:695
4734 msgid "highlight matches"
4735 msgstr ""
4737 #: builtin/grep.c:697
4738 msgid "print empty line between matches from different files"
4739 msgstr ""
4741 #: builtin/grep.c:699
4742 msgid "show filename only once above matches from same file"
4743 msgstr ""
4745 #: builtin/grep.c:702
4746 msgid "show <n> context lines before and after matches"
4747 msgstr ""
4749 #: builtin/grep.c:705
4750 msgid "show <n> context lines before matches"
4751 msgstr ""
4753 #: builtin/grep.c:707
4754 msgid "show <n> context lines after matches"
4755 msgstr ""
4757 #: builtin/grep.c:708
4758 msgid "shortcut for -C NUM"
4759 msgstr ""
4761 #: builtin/grep.c:711
4762 msgid "show a line with the function name before matches"
4763 msgstr ""
4765 #: builtin/grep.c:713
4766 msgid "show the surrounding function"
4767 msgstr ""
4769 #: builtin/grep.c:716
4770 msgid "read patterns from file"
4771 msgstr ""
4773 #: builtin/grep.c:718
4774 msgid "match <pattern>"
4775 msgstr ""
4777 #: builtin/grep.c:720
4778 msgid "combine patterns specified with -e"
4779 msgstr ""
4781 #: builtin/grep.c:732
4782 msgid "indicate hit with exit status without output"
4783 msgstr ""
4785 #: builtin/grep.c:734
4786 msgid "show only matches from files that match all patterns"
4787 msgstr ""
4789 #: builtin/grep.c:736
4790 msgid "show parse tree for grep expression"
4791 msgstr ""
4793 #: builtin/grep.c:740
4794 msgid "pager"
4795 msgstr ""
4797 #: builtin/grep.c:740
4798 msgid "show matching files in the pager"
4799 msgstr ""
4801 #: builtin/grep.c:743
4802 msgid "allow calling of grep(1) (ignored by this build)"
4803 msgstr ""
4805 #: builtin/grep.c:744 builtin/show-ref.c:184
4806 msgid "show usage"
4807 msgstr ""
4809 #: builtin/grep.c:811
4810 msgid "no pattern given."
4811 msgstr ""
4813 #: builtin/grep.c:866
4814 msgid "--open-files-in-pager only works on the worktree"
4815 msgstr ""
4817 #: builtin/grep.c:889
4818 msgid "--cached or --untracked cannot be used with --no-index."
4819 msgstr ""
4821 #: builtin/grep.c:894
4822 msgid "--no-index or --untracked cannot be used with revs."
4823 msgstr ""
4825 #: builtin/grep.c:897
4826 msgid "--[no-]exclude-standard cannot be used for tracked contents."
4827 msgstr ""
4829 #: builtin/grep.c:905
4830 msgid "both --cached and trees are given."
4831 msgstr ""
4833 #: builtin/hash-object.c:60
4834 msgid ""
4835 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
4836 "<file>..."
4837 msgstr ""
4839 #: builtin/hash-object.c:61
4840 msgid "git hash-object  --stdin-paths < <list-of-paths>"
4841 msgstr ""
4843 #: builtin/hash-object.c:72
4844 msgid "type"
4845 msgstr ""
4847 #: builtin/hash-object.c:72
4848 msgid "object type"
4849 msgstr ""
4851 #: builtin/hash-object.c:73
4852 msgid "write the object into the object database"
4853 msgstr ""
4855 #: builtin/hash-object.c:74
4856 msgid "read the object from stdin"
4857 msgstr ""
4859 #: builtin/hash-object.c:76
4860 msgid "store file as is without filters"
4861 msgstr ""
4863 #: builtin/hash-object.c:77
4864 msgid "process file as it were from this path"
4865 msgstr ""
4867 #: builtin/help.c:42
4868 msgid "print all available commands"
4869 msgstr ""
4871 #: builtin/help.c:43
4872 msgid "show man page"
4873 msgstr ""
4875 #: builtin/help.c:44
4876 msgid "show manual in web browser"
4877 msgstr ""
4879 #: builtin/help.c:46
4880 msgid "show info page"
4881 msgstr ""
4883 #: builtin/help.c:52
4884 msgid "git help [--all] [--man|--web|--info] [command]"
4885 msgstr ""
4887 #: builtin/help.c:64
4888 #, c-format
4889 msgid "unrecognized help format '%s'"
4890 msgstr ""
4892 #: builtin/help.c:92
4893 msgid "Failed to start emacsclient."
4894 msgstr ""
4896 #: builtin/help.c:105
4897 msgid "Failed to parse emacsclient version."
4898 msgstr ""
4900 #: builtin/help.c:113
4901 #, c-format
4902 msgid "emacsclient version '%d' too old (< 22)."
4903 msgstr ""
4905 #: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
4906 #, c-format
4907 msgid "failed to exec '%s': %s"
4908 msgstr ""
4910 #: builtin/help.c:216
4911 #, c-format
4912 msgid ""
4913 "'%s': path for unsupported man viewer.\n"
4914 "Please consider using 'man.<tool>.cmd' instead."
4915 msgstr ""
4917 #: builtin/help.c:228
4918 #, c-format
4919 msgid ""
4920 "'%s': cmd for supported man viewer.\n"
4921 "Please consider using 'man.<tool>.path' instead."
4922 msgstr ""
4924 #: builtin/help.c:349
4925 #, c-format
4926 msgid "'%s': unknown man viewer."
4927 msgstr ""
4929 #: builtin/help.c:366
4930 msgid "no man viewer handled the request"
4931 msgstr ""
4933 #: builtin/help.c:374
4934 msgid "no info viewer handled the request"
4935 msgstr ""
4937 #: builtin/help.c:429 builtin/help.c:436
4938 #, c-format
4939 msgid "usage: %s%s"
4940 msgstr ""
4942 #: builtin/help.c:452
4943 #, c-format
4944 msgid "`git %s' is aliased to `%s'"
4945 msgstr ""
4947 #: builtin/index-pack.c:182
4948 #, c-format
4949 msgid "object type mismatch at %s"
4950 msgstr ""
4952 #: builtin/index-pack.c:202
4953 msgid "object of unexpected type"
4954 msgstr ""
4956 #: builtin/index-pack.c:239
4957 #, c-format
4958 msgid "cannot fill %d byte"
4959 msgid_plural "cannot fill %d bytes"
4960 msgstr[0] ""
4961 msgstr[1] ""
4963 #: builtin/index-pack.c:249
4964 msgid "early EOF"
4965 msgstr ""
4967 #: builtin/index-pack.c:250
4968 msgid "read error on input"
4969 msgstr ""
4971 #: builtin/index-pack.c:262
4972 msgid "used more bytes than were available"
4973 msgstr ""
4975 #: builtin/index-pack.c:269
4976 msgid "pack too large for current definition of off_t"
4977 msgstr ""
4979 #: builtin/index-pack.c:285
4980 #, c-format
4981 msgid "unable to create '%s'"
4982 msgstr ""
4984 #: builtin/index-pack.c:290
4985 #, c-format
4986 msgid "cannot open packfile '%s'"
4987 msgstr ""
4989 #: builtin/index-pack.c:304
4990 msgid "pack signature mismatch"
4991 msgstr ""
4993 #: builtin/index-pack.c:306
4994 #, c-format
4995 msgid "pack version %<PRIu32> unsupported"
4996 msgstr ""
4998 #: builtin/index-pack.c:324
4999 #, c-format
5000 msgid "pack has bad object at offset %lu: %s"
5001 msgstr ""
5003 #: builtin/index-pack.c:446
5004 #, c-format
5005 msgid "inflate returned %d"
5006 msgstr ""
5008 #: builtin/index-pack.c:495
5009 msgid "offset value overflow for delta base object"
5010 msgstr ""
5012 #: builtin/index-pack.c:503
5013 msgid "delta base offset is out of bound"
5014 msgstr ""
5016 #: builtin/index-pack.c:511
5017 #, c-format
5018 msgid "unknown object type %d"
5019 msgstr ""
5021 #: builtin/index-pack.c:542
5022 msgid "cannot pread pack file"
5023 msgstr ""
5025 #: builtin/index-pack.c:544
5026 #, c-format
5027 msgid "premature end of pack file, %lu byte missing"
5028 msgid_plural "premature end of pack file, %lu bytes missing"
5029 msgstr[0] ""
5030 msgstr[1] ""
5032 #: builtin/index-pack.c:570
5033 msgid "serious inflate inconsistency"
5034 msgstr ""
5036 #: builtin/index-pack.c:661 builtin/index-pack.c:667 builtin/index-pack.c:690
5037 #: builtin/index-pack.c:724 builtin/index-pack.c:733
5038 #, c-format
5039 msgid "SHA1 COLLISION FOUND WITH %s !"
5040 msgstr ""
5042 #: builtin/index-pack.c:664 builtin/pack-objects.c:170
5043 #: builtin/pack-objects.c:262
5044 #, c-format
5045 msgid "unable to read %s"
5046 msgstr ""
5048 #: builtin/index-pack.c:730
5049 #, c-format
5050 msgid "cannot read existing object %s"
5051 msgstr ""
5053 #: builtin/index-pack.c:744
5054 #, c-format
5055 msgid "invalid blob object %s"
5056 msgstr ""
5058 #: builtin/index-pack.c:759
5059 #, c-format
5060 msgid "invalid %s"
5061 msgstr ""
5063 #: builtin/index-pack.c:761
5064 msgid "Error in object"
5065 msgstr ""
5067 #: builtin/index-pack.c:763
5068 #, c-format
5069 msgid "Not all child objects of %s are reachable"
5070 msgstr ""
5072 #: builtin/index-pack.c:833 builtin/index-pack.c:863
5073 msgid "failed to apply delta"
5074 msgstr ""
5076 #: builtin/index-pack.c:1004
5077 msgid "Receiving objects"
5078 msgstr ""
5080 #: builtin/index-pack.c:1004
5081 msgid "Indexing objects"
5082 msgstr ""
5084 #: builtin/index-pack.c:1030
5085 msgid "pack is corrupted (SHA1 mismatch)"
5086 msgstr ""
5088 #: builtin/index-pack.c:1035
5089 msgid "cannot fstat packfile"
5090 msgstr ""
5092 #: builtin/index-pack.c:1038
5093 msgid "pack has junk at the end"
5094 msgstr ""
5096 #: builtin/index-pack.c:1049
5097 msgid "confusion beyond insanity in parse_pack_objects()"
5098 msgstr ""
5100 #: builtin/index-pack.c:1072
5101 msgid "Resolving deltas"
5102 msgstr ""
5104 #: builtin/index-pack.c:1082
5105 #, c-format
5106 msgid "unable to create thread: %s"
5107 msgstr ""
5109 #: builtin/index-pack.c:1124
5110 msgid "confusion beyond insanity"
5111 msgstr ""
5113 #: builtin/index-pack.c:1132
5114 #, c-format
5115 msgid "completed with %d local objects"
5116 msgstr ""
5118 #: builtin/index-pack.c:1142
5119 #, c-format
5120 msgid "Unexpected tail checksum for %s (disk corruption?)"
5121 msgstr ""
5123 #: builtin/index-pack.c:1146
5124 #, c-format
5125 msgid "pack has %d unresolved delta"
5126 msgid_plural "pack has %d unresolved deltas"
5127 msgstr[0] ""
5128 msgstr[1] ""
5130 #: builtin/index-pack.c:1171
5131 #, c-format
5132 msgid "unable to deflate appended object (%d)"
5133 msgstr ""
5135 #: builtin/index-pack.c:1250
5136 #, c-format
5137 msgid "local object %s is corrupt"
5138 msgstr ""
5140 #: builtin/index-pack.c:1274
5141 msgid "error while closing pack file"
5142 msgstr ""
5144 #: builtin/index-pack.c:1287
5145 #, c-format
5146 msgid "cannot write keep file '%s'"
5147 msgstr ""
5149 #: builtin/index-pack.c:1295
5150 #, c-format
5151 msgid "cannot close written keep file '%s'"
5152 msgstr ""
5154 #: builtin/index-pack.c:1308
5155 msgid "cannot store pack file"
5156 msgstr ""
5158 #: builtin/index-pack.c:1319
5159 msgid "cannot store index file"
5160 msgstr ""
5162 #: builtin/index-pack.c:1352
5163 #, c-format
5164 msgid "bad pack.indexversion=%<PRIu32>"
5165 msgstr ""
5167 #: builtin/index-pack.c:1358
5168 #, c-format
5169 msgid "invalid number of threads specified (%d)"
5170 msgstr ""
5172 #: builtin/index-pack.c:1362 builtin/index-pack.c:1535
5173 #, c-format
5174 msgid "no threads support, ignoring %s"
5175 msgstr ""
5177 #: builtin/index-pack.c:1420
5178 #, c-format
5179 msgid "Cannot open existing pack file '%s'"
5180 msgstr ""
5182 #: builtin/index-pack.c:1422
5183 #, c-format
5184 msgid "Cannot open existing pack idx file for '%s'"
5185 msgstr ""
5187 #: builtin/index-pack.c:1469
5188 #, c-format
5189 msgid "non delta: %d object"
5190 msgid_plural "non delta: %d objects"
5191 msgstr[0] ""
5192 msgstr[1] ""
5194 #: builtin/index-pack.c:1476
5195 #, c-format
5196 msgid "chain length = %d: %lu object"
5197 msgid_plural "chain length = %d: %lu objects"
5198 msgstr[0] ""
5199 msgstr[1] ""
5201 #: builtin/index-pack.c:1503
5202 msgid "Cannot come back to cwd"
5203 msgstr ""
5205 #: builtin/index-pack.c:1547 builtin/index-pack.c:1550
5206 #: builtin/index-pack.c:1562 builtin/index-pack.c:1566
5207 #, c-format
5208 msgid "bad %s"
5209 msgstr ""
5211 #: builtin/index-pack.c:1580
5212 msgid "--fix-thin cannot be used without --stdin"
5213 msgstr ""
5215 #: builtin/index-pack.c:1584 builtin/index-pack.c:1594
5216 #, c-format
5217 msgid "packfile name '%s' does not end with '.pack'"
5218 msgstr ""
5220 #: builtin/index-pack.c:1603
5221 msgid "--verify with no packfile name given"
5222 msgstr ""
5224 #: builtin/init-db.c:35
5225 #, c-format
5226 msgid "Could not make %s writable by group"
5227 msgstr ""
5229 #: builtin/init-db.c:62
5230 #, c-format
5231 msgid "insanely long template name %s"
5232 msgstr ""
5234 #: builtin/init-db.c:67
5235 #, c-format
5236 msgid "cannot stat '%s'"
5237 msgstr ""
5239 #: builtin/init-db.c:73
5240 #, c-format
5241 msgid "cannot stat template '%s'"
5242 msgstr ""
5244 #: builtin/init-db.c:80
5245 #, c-format
5246 msgid "cannot opendir '%s'"
5247 msgstr ""
5249 #: builtin/init-db.c:97
5250 #, c-format
5251 msgid "cannot readlink '%s'"
5252 msgstr ""
5254 #: builtin/init-db.c:99
5255 #, c-format
5256 msgid "insanely long symlink %s"
5257 msgstr ""
5259 #: builtin/init-db.c:102
5260 #, c-format
5261 msgid "cannot symlink '%s' '%s'"
5262 msgstr ""
5264 #: builtin/init-db.c:106
5265 #, c-format
5266 msgid "cannot copy '%s' to '%s'"
5267 msgstr ""
5269 #: builtin/init-db.c:110
5270 #, c-format
5271 msgid "ignoring template %s"
5272 msgstr ""
5274 #: builtin/init-db.c:133
5275 #, c-format
5276 msgid "insanely long template path %s"
5277 msgstr ""
5279 #: builtin/init-db.c:141
5280 #, c-format
5281 msgid "templates not found %s"
5282 msgstr ""
5284 #: builtin/init-db.c:154
5285 #, c-format
5286 msgid "not copying templates of a wrong format version %d from '%s'"
5287 msgstr ""
5289 #: builtin/init-db.c:192
5290 #, c-format
5291 msgid "insane git directory %s"
5292 msgstr ""
5294 #: builtin/init-db.c:323 builtin/init-db.c:326
5295 #, c-format
5296 msgid "%s already exists"
5297 msgstr ""
5299 #: builtin/init-db.c:355
5300 #, c-format
5301 msgid "unable to handle file type %d"
5302 msgstr ""
5304 #: builtin/init-db.c:358
5305 #, c-format
5306 msgid "unable to move %s to %s"
5307 msgstr ""
5309 #: builtin/init-db.c:363
5310 #, c-format
5311 msgid "Could not create git link %s"
5312 msgstr ""
5315 #. * TRANSLATORS: The first '%s' is either "Reinitialized
5316 #. * existing" or "Initialized empty", the second " shared" or
5317 #. * "", and the last '%s%s' is the verbatim directory name.
5319 #: builtin/init-db.c:420
5320 #, c-format
5321 msgid "%s%s Git repository in %s%s\n"
5322 msgstr ""
5324 #: builtin/init-db.c:421
5325 msgid "Reinitialized existing"
5326 msgstr ""
5328 #: builtin/init-db.c:421
5329 msgid "Initialized empty"
5330 msgstr ""
5332 #: builtin/init-db.c:422
5333 msgid " shared"
5334 msgstr ""
5336 #: builtin/init-db.c:441
5337 msgid "cannot tell cwd"
5338 msgstr ""
5340 #: builtin/init-db.c:467
5341 msgid ""
5342 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
5343 "shared[=<permissions>]] [directory]"
5344 msgstr ""
5346 #: builtin/init-db.c:490
5347 msgid "permissions"
5348 msgstr ""
5350 #: builtin/init-db.c:491
5351 msgid "specify that the git repository is to be shared amongst several users"
5352 msgstr ""
5354 #: builtin/init-db.c:493 builtin/prune-packed.c:77
5355 msgid "be quiet"
5356 msgstr ""
5358 #: builtin/init-db.c:522 builtin/init-db.c:529
5359 #, c-format
5360 msgid "cannot mkdir %s"
5361 msgstr ""
5363 #: builtin/init-db.c:533
5364 #, c-format
5365 msgid "cannot chdir to %s"
5366 msgstr ""
5368 #: builtin/init-db.c:555
5369 #, c-format
5370 msgid ""
5371 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
5372 "dir=<directory>)"
5373 msgstr ""
5375 #: builtin/init-db.c:579
5376 msgid "Cannot access current working directory"
5377 msgstr ""
5379 #: builtin/init-db.c:586
5380 #, c-format
5381 msgid "Cannot access work tree '%s'"
5382 msgstr ""
5384 #: builtin/log.c:40
5385 msgid "git log [<options>] [<since>..<until>] [[--] <path>...]\n"
5386 msgstr ""
5388 #: builtin/log.c:41
5389 msgid "   or: git show [options] <object>..."
5390 msgstr ""
5392 #: builtin/log.c:103
5393 msgid "suppress diff output"
5394 msgstr ""
5396 #: builtin/log.c:104
5397 msgid "show source"
5398 msgstr ""
5400 #: builtin/log.c:105
5401 msgid "Use mail map file"
5402 msgstr ""
5404 #: builtin/log.c:106
5405 msgid "decorate options"
5406 msgstr ""
5408 #: builtin/log.c:199
5409 #, c-format
5410 msgid "Final output: %d %s\n"
5411 msgstr ""
5413 #: builtin/log.c:422 builtin/log.c:514
5414 #, c-format
5415 msgid "Could not read object %s"
5416 msgstr ""
5418 #: builtin/log.c:538
5419 #, c-format
5420 msgid "Unknown type: %d"
5421 msgstr ""
5423 #: builtin/log.c:630
5424 msgid "format.headers without value"
5425 msgstr ""
5427 #: builtin/log.c:704
5428 msgid "name of output directory is too long"
5429 msgstr ""
5431 #: builtin/log.c:720
5432 #, c-format
5433 msgid "Cannot open patch file %s"
5434 msgstr ""
5436 #: builtin/log.c:734
5437 msgid "Need exactly one range."
5438 msgstr ""
5440 #: builtin/log.c:742
5441 msgid "Not a range."
5442 msgstr ""
5444 #: builtin/log.c:815
5445 msgid "Cover letter needs email format"
5446 msgstr ""
5448 #: builtin/log.c:888
5449 #, c-format
5450 msgid "insane in-reply-to: %s"
5451 msgstr ""
5453 #: builtin/log.c:916
5454 msgid "git format-patch [options] [<since> | <revision range>]"
5455 msgstr ""
5457 #: builtin/log.c:961
5458 msgid "Two output directories?"
5459 msgstr ""
5461 #: builtin/log.c:1099
5462 msgid "use [PATCH n/m] even with a single patch"
5463 msgstr ""
5465 #: builtin/log.c:1102
5466 msgid "use [PATCH] even with multiple patches"
5467 msgstr ""
5469 #: builtin/log.c:1106
5470 msgid "print patches to standard out"
5471 msgstr ""
5473 #: builtin/log.c:1108
5474 msgid "generate a cover letter"
5475 msgstr ""
5477 #: builtin/log.c:1110
5478 msgid "use simple number sequence for output file names"
5479 msgstr ""
5481 #: builtin/log.c:1111
5482 msgid "sfx"
5483 msgstr ""
5485 #: builtin/log.c:1112
5486 msgid "use <sfx> instead of '.patch'"
5487 msgstr ""
5489 #: builtin/log.c:1114
5490 msgid "start numbering patches at <n> instead of 1"
5491 msgstr ""
5493 #: builtin/log.c:1116
5494 msgid "mark the series as Nth re-roll"
5495 msgstr ""
5497 #: builtin/log.c:1118
5498 msgid "Use [<prefix>] instead of [PATCH]"
5499 msgstr ""
5501 #: builtin/log.c:1121
5502 msgid "store resulting files in <dir>"
5503 msgstr ""
5505 #: builtin/log.c:1124
5506 msgid "don't strip/add [PATCH]"
5507 msgstr ""
5509 #: builtin/log.c:1127
5510 msgid "don't output binary diffs"
5511 msgstr ""
5513 #: builtin/log.c:1129
5514 msgid "don't include a patch matching a commit upstream"
5515 msgstr ""
5517 #: builtin/log.c:1131
5518 msgid "show patch format instead of default (patch + stat)"
5519 msgstr ""
5521 #: builtin/log.c:1133
5522 msgid "Messaging"
5523 msgstr ""
5525 #: builtin/log.c:1134
5526 msgid "header"
5527 msgstr ""
5529 #: builtin/log.c:1135
5530 msgid "add email header"
5531 msgstr ""
5533 #: builtin/log.c:1136 builtin/log.c:1138
5534 msgid "email"
5535 msgstr ""
5537 #: builtin/log.c:1136
5538 msgid "add To: header"
5539 msgstr ""
5541 #: builtin/log.c:1138
5542 msgid "add Cc: header"
5543 msgstr ""
5545 #: builtin/log.c:1140
5546 msgid "message-id"
5547 msgstr ""
5549 #: builtin/log.c:1141
5550 msgid "make first mail a reply to <message-id>"
5551 msgstr ""
5553 #: builtin/log.c:1142 builtin/log.c:1145
5554 msgid "boundary"
5555 msgstr ""
5557 #: builtin/log.c:1143
5558 msgid "attach the patch"
5559 msgstr ""
5561 #: builtin/log.c:1146
5562 msgid "inline the patch"
5563 msgstr ""
5565 #: builtin/log.c:1150
5566 msgid "enable message threading, styles: shallow, deep"
5567 msgstr ""
5569 #: builtin/log.c:1152
5570 msgid "signature"
5571 msgstr ""
5573 #: builtin/log.c:1153
5574 msgid "add a signature"
5575 msgstr ""
5577 #: builtin/log.c:1155
5578 msgid "don't print the patch filenames"
5579 msgstr ""
5581 #: builtin/log.c:1239
5582 msgid "-n and -k are mutually exclusive."
5583 msgstr ""
5585 #: builtin/log.c:1241
5586 msgid "--subject-prefix and -k are mutually exclusive."
5587 msgstr ""
5589 #: builtin/log.c:1249
5590 msgid "--name-only does not make sense"
5591 msgstr ""
5593 #: builtin/log.c:1251
5594 msgid "--name-status does not make sense"
5595 msgstr ""
5597 #: builtin/log.c:1253
5598 msgid "--check does not make sense"
5599 msgstr ""
5601 #: builtin/log.c:1276
5602 msgid "standard output, or directory, which one?"
5603 msgstr ""
5605 #: builtin/log.c:1278
5606 #, c-format
5607 msgid "Could not create directory '%s'"
5608 msgstr ""
5610 #: builtin/log.c:1431
5611 msgid "Failed to create output files"
5612 msgstr ""
5614 #: builtin/log.c:1480
5615 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
5616 msgstr ""
5618 #: builtin/log.c:1535
5619 #, c-format
5620 msgid ""
5621 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
5622 msgstr ""
5624 #: builtin/log.c:1548 builtin/log.c:1550 builtin/log.c:1562
5625 #, c-format
5626 msgid "Unknown commit %s"
5627 msgstr ""
5629 #: builtin/ls-files.c:409
5630 msgid "git ls-files [options] [<file>...]"
5631 msgstr ""
5633 #: builtin/ls-files.c:466
5634 msgid "identify the file status with tags"
5635 msgstr ""
5637 #: builtin/ls-files.c:468
5638 msgid "use lowercase letters for 'assume unchanged' files"
5639 msgstr ""
5641 #: builtin/ls-files.c:470
5642 msgid "show cached files in the output (default)"
5643 msgstr ""
5645 #: builtin/ls-files.c:472
5646 msgid "show deleted files in the output"
5647 msgstr ""
5649 #: builtin/ls-files.c:474
5650 msgid "show modified files in the output"
5651 msgstr ""
5653 #: builtin/ls-files.c:476
5654 msgid "show other files in the output"
5655 msgstr ""
5657 #: builtin/ls-files.c:478
5658 msgid "show ignored files in the output"
5659 msgstr ""
5661 #: builtin/ls-files.c:481
5662 msgid "show staged contents' object name in the output"
5663 msgstr ""
5665 #: builtin/ls-files.c:483
5666 msgid "show files on the filesystem that need to be removed"
5667 msgstr ""
5669 #: builtin/ls-files.c:485
5670 msgid "show 'other' directories' name only"
5671 msgstr ""
5673 #: builtin/ls-files.c:488
5674 msgid "don't show empty directories"
5675 msgstr ""
5677 #: builtin/ls-files.c:491
5678 msgid "show unmerged files in the output"
5679 msgstr ""
5681 #: builtin/ls-files.c:493
5682 msgid "show resolve-undo information"
5683 msgstr ""
5685 #: builtin/ls-files.c:495
5686 msgid "skip files matching pattern"
5687 msgstr ""
5689 #: builtin/ls-files.c:498
5690 msgid "exclude patterns are read from <file>"
5691 msgstr ""
5693 #: builtin/ls-files.c:501
5694 msgid "read additional per-directory exclude patterns in <file>"
5695 msgstr ""
5697 #: builtin/ls-files.c:503
5698 msgid "add the standard git exclusions"
5699 msgstr ""
5701 #: builtin/ls-files.c:506
5702 msgid "make the output relative to the project top directory"
5703 msgstr ""
5705 #: builtin/ls-files.c:509
5706 msgid "if any <file> is not in the index, treat this as an error"
5707 msgstr ""
5709 #: builtin/ls-files.c:510
5710 msgid "tree-ish"
5711 msgstr ""
5713 #: builtin/ls-files.c:511
5714 msgid "pretend that paths removed since <tree-ish> are still present"
5715 msgstr ""
5717 #: builtin/ls-files.c:513
5718 msgid "show debugging data"
5719 msgstr ""
5721 #: builtin/ls-tree.c:27
5722 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
5723 msgstr ""
5725 #: builtin/ls-tree.c:125
5726 msgid "only show trees"
5727 msgstr ""
5729 #: builtin/ls-tree.c:127
5730 msgid "recurse into subtrees"
5731 msgstr ""
5733 #: builtin/ls-tree.c:129
5734 msgid "show trees when recursing"
5735 msgstr ""
5737 #: builtin/ls-tree.c:132
5738 msgid "terminate entries with NUL byte"
5739 msgstr ""
5741 #: builtin/ls-tree.c:133
5742 msgid "include object size"
5743 msgstr ""
5745 #: builtin/ls-tree.c:135 builtin/ls-tree.c:137
5746 msgid "list only filenames"
5747 msgstr ""
5749 #: builtin/ls-tree.c:140
5750 msgid "use full path names"
5751 msgstr ""
5753 #: builtin/ls-tree.c:142
5754 msgid "list entire tree; not just current directory (implies --full-name)"
5755 msgstr ""
5757 #: builtin/merge.c:43
5758 msgid "git merge [options] [<commit>...]"
5759 msgstr ""
5761 #: builtin/merge.c:44
5762 msgid "git merge [options] <msg> HEAD <commit>"
5763 msgstr ""
5765 #: builtin/merge.c:45
5766 msgid "git merge --abort"
5767 msgstr ""
5769 #: builtin/merge.c:90
5770 msgid "switch `m' requires a value"
5771 msgstr ""
5773 #: builtin/merge.c:127
5774 #, c-format
5775 msgid "Could not find merge strategy '%s'.\n"
5776 msgstr ""
5778 #: builtin/merge.c:128
5779 #, c-format
5780 msgid "Available strategies are:"
5781 msgstr ""
5783 #: builtin/merge.c:133
5784 #, c-format
5785 msgid "Available custom strategies are:"
5786 msgstr ""
5788 #: builtin/merge.c:183
5789 msgid "do not show a diffstat at the end of the merge"
5790 msgstr ""
5792 #: builtin/merge.c:186
5793 msgid "show a diffstat at the end of the merge"
5794 msgstr ""
5796 #: builtin/merge.c:187
5797 msgid "(synonym to --stat)"
5798 msgstr ""
5800 #: builtin/merge.c:189
5801 msgid "add (at most <n>) entries from shortlog to merge commit message"
5802 msgstr ""
5804 #: builtin/merge.c:192
5805 msgid "create a single commit instead of doing a merge"
5806 msgstr ""
5808 #: builtin/merge.c:194
5809 msgid "perform a commit if the merge succeeds (default)"
5810 msgstr ""
5812 #: builtin/merge.c:196
5813 msgid "edit message before committing"
5814 msgstr ""
5816 #: builtin/merge.c:198
5817 msgid "allow fast-forward (default)"
5818 msgstr ""
5820 #: builtin/merge.c:200
5821 msgid "abort if fast-forward is not possible"
5822 msgstr ""
5824 #: builtin/merge.c:203
5825 msgid "Verify that the named commit has a valid GPG signature"
5826 msgstr ""
5828 #: builtin/merge.c:204 builtin/notes.c:866 builtin/revert.c:112
5829 msgid "strategy"
5830 msgstr ""
5832 #: builtin/merge.c:205
5833 msgid "merge strategy to use"
5834 msgstr ""
5836 #: builtin/merge.c:206
5837 msgid "option=value"
5838 msgstr ""
5840 #: builtin/merge.c:207
5841 msgid "option for selected merge strategy"
5842 msgstr ""
5844 #: builtin/merge.c:209
5845 msgid "merge commit message (for a non-fast-forward merge)"
5846 msgstr ""
5848 #: builtin/merge.c:213
5849 msgid "abort the current in-progress merge"
5850 msgstr ""
5852 #: builtin/merge.c:242
5853 msgid "could not run stash."
5854 msgstr ""
5856 #: builtin/merge.c:247
5857 msgid "stash failed"
5858 msgstr ""
5860 #: builtin/merge.c:252
5861 #, c-format
5862 msgid "not a valid object: %s"
5863 msgstr ""
5865 #: builtin/merge.c:271 builtin/merge.c:288
5866 msgid "read-tree failed"
5867 msgstr ""
5869 #: builtin/merge.c:318
5870 msgid " (nothing to squash)"
5871 msgstr ""
5873 #: builtin/merge.c:331
5874 #, c-format
5875 msgid "Squash commit -- not updating HEAD\n"
5876 msgstr ""
5878 #: builtin/merge.c:363
5879 msgid "Writing SQUASH_MSG"
5880 msgstr ""
5882 #: builtin/merge.c:365
5883 msgid "Finishing SQUASH_MSG"
5884 msgstr ""
5886 #: builtin/merge.c:388
5887 #, c-format
5888 msgid "No merge message -- not updating HEAD\n"
5889 msgstr ""
5891 #: builtin/merge.c:438
5892 #, c-format
5893 msgid "'%s' does not point to a commit"
5894 msgstr ""
5896 #: builtin/merge.c:550
5897 #, c-format
5898 msgid "Bad branch.%s.mergeoptions string: %s"
5899 msgstr ""
5901 #: builtin/merge.c:643
5902 msgid "git write-tree failed to write a tree"
5903 msgstr ""
5905 #: builtin/merge.c:671
5906 msgid "Not handling anything other than two heads merge."
5907 msgstr ""
5909 #: builtin/merge.c:685
5910 #, c-format
5911 msgid "Unknown option for merge-recursive: -X%s"
5912 msgstr ""
5914 #: builtin/merge.c:699
5915 #, c-format
5916 msgid "unable to write %s"
5917 msgstr ""
5919 #: builtin/merge.c:788
5920 #, c-format
5921 msgid "Could not read from '%s'"
5922 msgstr ""
5924 #: builtin/merge.c:797
5925 #, c-format
5926 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
5927 msgstr ""
5929 #: builtin/merge.c:803
5930 #, c-format
5931 msgid ""
5932 "Please enter a commit message to explain why this merge is necessary,\n"
5933 "especially if it merges an updated upstream into a topic branch.\n"
5934 "\n"
5935 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
5936 "the commit.\n"
5937 msgstr ""
5939 #: builtin/merge.c:827
5940 msgid "Empty commit message."
5941 msgstr ""
5943 #: builtin/merge.c:839
5944 #, c-format
5945 msgid "Wonderful.\n"
5946 msgstr ""
5948 #: builtin/merge.c:904
5949 #, c-format
5950 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
5951 msgstr ""
5953 #: builtin/merge.c:920
5954 #, c-format
5955 msgid "'%s' is not a commit"
5956 msgstr ""
5958 #: builtin/merge.c:961
5959 msgid "No current branch."
5960 msgstr ""
5962 #: builtin/merge.c:963
5963 msgid "No remote for the current branch."
5964 msgstr ""
5966 #: builtin/merge.c:965
5967 msgid "No default upstream defined for the current branch."
5968 msgstr ""
5970 #: builtin/merge.c:970
5971 #, c-format
5972 msgid "No remote tracking branch for %s from %s"
5973 msgstr ""
5975 #: builtin/merge.c:1057 builtin/merge.c:1214
5976 #, c-format
5977 msgid "%s - not something we can merge"
5978 msgstr ""
5980 #: builtin/merge.c:1125
5981 msgid "There is no merge to abort (MERGE_HEAD missing)."
5982 msgstr ""
5984 #: builtin/merge.c:1141 git-pull.sh:31
5985 msgid ""
5986 "You have not concluded your merge (MERGE_HEAD exists).\n"
5987 "Please, commit your changes before you can merge."
5988 msgstr ""
5990 #: builtin/merge.c:1144 git-pull.sh:34
5991 msgid "You have not concluded your merge (MERGE_HEAD exists)."
5992 msgstr ""
5994 #: builtin/merge.c:1148
5995 msgid ""
5996 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
5997 "Please, commit your changes before you can merge."
5998 msgstr ""
6000 #: builtin/merge.c:1151
6001 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6002 msgstr ""
6004 #: builtin/merge.c:1160
6005 msgid "You cannot combine --squash with --no-ff."
6006 msgstr ""
6008 #: builtin/merge.c:1165
6009 msgid "You cannot combine --no-ff with --ff-only."
6010 msgstr ""
6012 #: builtin/merge.c:1172
6013 msgid "No commit specified and merge.defaultToUpstream not set."
6014 msgstr ""
6016 #: builtin/merge.c:1204
6017 msgid "Can merge only exactly one commit into empty head"
6018 msgstr ""
6020 #: builtin/merge.c:1207
6021 msgid "Squash commit into empty head not supported yet"
6022 msgstr ""
6024 #: builtin/merge.c:1209
6025 msgid "Non-fast-forward commit does not make sense into an empty head"
6026 msgstr ""
6028 #: builtin/merge.c:1265
6029 #, c-format
6030 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6031 msgstr ""
6033 #: builtin/merge.c:1268
6034 #, c-format
6035 msgid "Commit %s has a bad GPG signature allegedly by %s."
6036 msgstr ""
6038 #. 'N'
6039 #: builtin/merge.c:1271
6040 #, c-format
6041 msgid "Commit %s does not have a GPG signature."
6042 msgstr ""
6044 #: builtin/merge.c:1274
6045 #, c-format
6046 msgid "Commit %s has a good GPG signature by %s\n"
6047 msgstr ""
6049 #: builtin/merge.c:1358
6050 #, c-format
6051 msgid "Updating %s..%s\n"
6052 msgstr ""
6054 #: builtin/merge.c:1397
6055 #, c-format
6056 msgid "Trying really trivial in-index merge...\n"
6057 msgstr ""
6059 #: builtin/merge.c:1404
6060 #, c-format
6061 msgid "Nope.\n"
6062 msgstr ""
6064 #: builtin/merge.c:1436
6065 msgid "Not possible to fast-forward, aborting."
6066 msgstr ""
6068 #: builtin/merge.c:1459 builtin/merge.c:1538
6069 #, c-format
6070 msgid "Rewinding the tree to pristine...\n"
6071 msgstr ""
6073 #: builtin/merge.c:1463
6074 #, c-format
6075 msgid "Trying merge strategy %s...\n"
6076 msgstr ""
6078 #: builtin/merge.c:1529
6079 #, c-format
6080 msgid "No merge strategy handled the merge.\n"
6081 msgstr ""
6083 #: builtin/merge.c:1531
6084 #, c-format
6085 msgid "Merge with strategy %s failed.\n"
6086 msgstr ""
6088 #: builtin/merge.c:1540
6089 #, c-format
6090 msgid "Using the %s to prepare resolving by hand.\n"
6091 msgstr ""
6093 #: builtin/merge.c:1552
6094 #, c-format
6095 msgid "Automatic merge went well; stopped before committing as requested\n"
6096 msgstr ""
6098 #: builtin/merge-base.c:26
6099 msgid "git merge-base [-a|--all] <commit> <commit>..."
6100 msgstr ""
6102 #: builtin/merge-base.c:27
6103 msgid "git merge-base [-a|--all] --octopus <commit>..."
6104 msgstr ""
6106 #: builtin/merge-base.c:28
6107 msgid "git merge-base --independent <commit>..."
6108 msgstr ""
6110 #: builtin/merge-base.c:29
6111 msgid "git merge-base --is-ancestor <commit> <commit>"
6112 msgstr ""
6114 #: builtin/merge-base.c:98
6115 msgid "output all common ancestors"
6116 msgstr ""
6118 #: builtin/merge-base.c:99
6119 msgid "find ancestors for a single n-way merge"
6120 msgstr ""
6122 #: builtin/merge-base.c:100
6123 msgid "list revs not reachable from others"
6124 msgstr ""
6126 #: builtin/merge-base.c:102
6127 msgid "is the first one ancestor of the other?"
6128 msgstr ""
6130 #: builtin/merge-file.c:8
6131 msgid ""
6132 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6133 "file2"
6134 msgstr ""
6136 #: builtin/merge-file.c:33
6137 msgid "send results to standard output"
6138 msgstr ""
6140 #: builtin/merge-file.c:34
6141 msgid "use a diff3 based merge"
6142 msgstr ""
6144 #: builtin/merge-file.c:35
6145 msgid "for conflicts, use our version"
6146 msgstr ""
6148 #: builtin/merge-file.c:37
6149 msgid "for conflicts, use their version"
6150 msgstr ""
6152 #: builtin/merge-file.c:39
6153 msgid "for conflicts, use a union version"
6154 msgstr ""
6156 #: builtin/merge-file.c:42
6157 msgid "for conflicts, use this marker size"
6158 msgstr ""
6160 #: builtin/merge-file.c:43
6161 msgid "do not warn about conflicts"
6162 msgstr ""
6164 #: builtin/merge-file.c:45
6165 msgid "set labels for file1/orig_file/file2"
6166 msgstr ""
6168 #: builtin/mktree.c:67
6169 msgid "git mktree [-z] [--missing] [--batch]"
6170 msgstr ""
6172 #: builtin/mktree.c:153
6173 msgid "input is NUL terminated"
6174 msgstr ""
6176 #: builtin/mktree.c:154 builtin/write-tree.c:24
6177 msgid "allow missing objects"
6178 msgstr ""
6180 #: builtin/mktree.c:155
6181 msgid "allow creation of more than one tree"
6182 msgstr ""
6184 #: builtin/mv.c:14
6185 msgid "git mv [options] <source>... <destination>"
6186 msgstr ""
6188 #: builtin/mv.c:64
6189 msgid "force move/rename even if target exists"
6190 msgstr ""
6192 #: builtin/mv.c:65
6193 msgid "skip move/rename errors"
6194 msgstr ""
6196 #: builtin/mv.c:108
6197 #, c-format
6198 msgid "Checking rename of '%s' to '%s'\n"
6199 msgstr ""
6201 #: builtin/mv.c:112
6202 msgid "bad source"
6203 msgstr ""
6205 #: builtin/mv.c:115
6206 msgid "can not move directory into itself"
6207 msgstr ""
6209 #: builtin/mv.c:118
6210 msgid "cannot move directory over file"
6211 msgstr ""
6213 #: builtin/mv.c:128
6214 #, c-format
6215 msgid "Huh? %.*s is in index?"
6216 msgstr ""
6218 #: builtin/mv.c:140
6219 msgid "source directory is empty"
6220 msgstr ""
6222 #: builtin/mv.c:171
6223 msgid "not under version control"
6224 msgstr ""
6226 #: builtin/mv.c:173
6227 msgid "destination exists"
6228 msgstr ""
6230 #: builtin/mv.c:181
6231 #, c-format
6232 msgid "overwriting '%s'"
6233 msgstr ""
6235 #: builtin/mv.c:184
6236 msgid "Cannot overwrite"
6237 msgstr ""
6239 #: builtin/mv.c:187
6240 msgid "multiple sources for the same target"
6241 msgstr ""
6243 #: builtin/mv.c:202
6244 #, c-format
6245 msgid "%s, source=%s, destination=%s"
6246 msgstr ""
6248 #: builtin/mv.c:212
6249 #, c-format
6250 msgid "Renaming %s to %s\n"
6251 msgstr ""
6253 #: builtin/mv.c:215 builtin/remote.c:731
6254 #, c-format
6255 msgid "renaming '%s' failed"
6256 msgstr ""
6258 #: builtin/name-rev.c:175
6259 msgid "git name-rev [options] <commit>..."
6260 msgstr ""
6262 #: builtin/name-rev.c:176
6263 msgid "git name-rev [options] --all"
6264 msgstr ""
6266 #: builtin/name-rev.c:177
6267 msgid "git name-rev [options] --stdin"
6268 msgstr ""
6270 #: builtin/name-rev.c:229
6271 msgid "print only names (no SHA-1)"
6272 msgstr ""
6274 #: builtin/name-rev.c:230
6275 msgid "only use tags to name the commits"
6276 msgstr ""
6278 #: builtin/name-rev.c:232
6279 msgid "only use refs matching <pattern>"
6280 msgstr ""
6282 #: builtin/name-rev.c:234
6283 msgid "list all commits reachable from all refs"
6284 msgstr ""
6286 #: builtin/name-rev.c:235
6287 msgid "read from stdin"
6288 msgstr ""
6290 #: builtin/name-rev.c:236
6291 msgid "allow to print `undefined` names"
6292 msgstr ""
6294 #: builtin/notes.c:26
6295 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
6296 msgstr ""
6298 #: builtin/notes.c:27
6299 msgid ""
6300 "git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
6301 "<object>] [<object>]"
6302 msgstr ""
6304 #: builtin/notes.c:28
6305 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
6306 msgstr ""
6308 #: builtin/notes.c:29
6309 msgid ""
6310 "git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
6311 "<object>] [<object>]"
6312 msgstr ""
6314 #: builtin/notes.c:30
6315 msgid "git notes [--ref <notes_ref>] edit [<object>]"
6316 msgstr ""
6318 #: builtin/notes.c:31
6319 msgid "git notes [--ref <notes_ref>] show [<object>]"
6320 msgstr ""
6322 #: builtin/notes.c:32
6323 msgid ""
6324 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
6325 msgstr ""
6327 #: builtin/notes.c:33
6328 msgid "git notes merge --commit [-v | -q]"
6329 msgstr ""
6331 #: builtin/notes.c:34
6332 msgid "git notes merge --abort [-v | -q]"
6333 msgstr ""
6335 #: builtin/notes.c:35
6336 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
6337 msgstr ""
6339 #: builtin/notes.c:36
6340 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
6341 msgstr ""
6343 #: builtin/notes.c:37
6344 msgid "git notes [--ref <notes_ref>] get-ref"
6345 msgstr ""
6347 #: builtin/notes.c:42
6348 msgid "git notes [list [<object>]]"
6349 msgstr ""
6351 #: builtin/notes.c:47
6352 msgid "git notes add [<options>] [<object>]"
6353 msgstr ""
6355 #: builtin/notes.c:52
6356 msgid "git notes copy [<options>] <from-object> <to-object>"
6357 msgstr ""
6359 #: builtin/notes.c:53
6360 msgid "git notes copy --stdin [<from-object> <to-object>]..."
6361 msgstr ""
6363 #: builtin/notes.c:58
6364 msgid "git notes append [<options>] [<object>]"
6365 msgstr ""
6367 #: builtin/notes.c:63
6368 msgid "git notes edit [<object>]"
6369 msgstr ""
6371 #: builtin/notes.c:68
6372 msgid "git notes show [<object>]"
6373 msgstr ""
6375 #: builtin/notes.c:73
6376 msgid "git notes merge [<options>] <notes_ref>"
6377 msgstr ""
6379 #: builtin/notes.c:74
6380 msgid "git notes merge --commit [<options>]"
6381 msgstr ""
6383 #: builtin/notes.c:75
6384 msgid "git notes merge --abort [<options>]"
6385 msgstr ""
6387 #: builtin/notes.c:80
6388 msgid "git notes remove [<object>]"
6389 msgstr ""
6391 #: builtin/notes.c:85
6392 msgid "git notes prune [<options>]"
6393 msgstr ""
6395 #: builtin/notes.c:90
6396 msgid "git notes get-ref"
6397 msgstr ""
6399 #: builtin/notes.c:139
6400 #, c-format
6401 msgid "unable to start 'show' for object '%s'"
6402 msgstr ""
6404 #: builtin/notes.c:143
6405 msgid "could not read 'show' output"
6406 msgstr ""
6408 #: builtin/notes.c:151
6409 #, c-format
6410 msgid "failed to finish 'show' for object '%s'"
6411 msgstr ""
6413 #: builtin/notes.c:169 builtin/tag.c:341
6414 #, c-format
6415 msgid "could not create file '%s'"
6416 msgstr ""
6418 #: builtin/notes.c:188
6419 msgid "Please supply the note contents using either -m or -F option"
6420 msgstr ""
6422 #: builtin/notes.c:209 builtin/notes.c:972
6423 #, c-format
6424 msgid "Removing note for object %s\n"
6425 msgstr ""
6427 #: builtin/notes.c:214
6428 msgid "unable to write note object"
6429 msgstr ""
6431 #: builtin/notes.c:216
6432 #, c-format
6433 msgid "The note contents has been left in %s"
6434 msgstr ""
6436 #: builtin/notes.c:250 builtin/tag.c:540
6437 #, c-format
6438 msgid "cannot read '%s'"
6439 msgstr ""
6441 #: builtin/notes.c:252 builtin/tag.c:543
6442 #, c-format
6443 msgid "could not open or read '%s'"
6444 msgstr ""
6446 #: builtin/notes.c:271 builtin/notes.c:444 builtin/notes.c:446
6447 #: builtin/notes.c:506 builtin/notes.c:560 builtin/notes.c:643
6448 #: builtin/notes.c:648 builtin/notes.c:723 builtin/notes.c:765
6449 #: builtin/notes.c:967 builtin/tag.c:556
6450 #, c-format
6451 msgid "Failed to resolve '%s' as a valid ref."
6452 msgstr ""
6454 #: builtin/notes.c:274
6455 #, c-format
6456 msgid "Failed to read object '%s'."
6457 msgstr ""
6459 #: builtin/notes.c:298
6460 msgid "Cannot commit uninitialized/unreferenced notes tree"
6461 msgstr ""
6463 #: builtin/notes.c:339
6464 #, c-format
6465 msgid "Bad notes.rewriteMode value: '%s'"
6466 msgstr ""
6468 #: builtin/notes.c:349
6469 #, c-format
6470 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
6471 msgstr ""
6473 #. TRANSLATORS: The first %s is the name of the
6474 #. environment variable, the second %s is its value
6475 #: builtin/notes.c:376
6476 #, c-format
6477 msgid "Bad %s value: '%s'"
6478 msgstr ""
6480 #: builtin/notes.c:440
6481 #, c-format
6482 msgid "Malformed input line: '%s'."
6483 msgstr ""
6485 #: builtin/notes.c:455
6486 #, c-format
6487 msgid "Failed to copy notes from '%s' to '%s'"
6488 msgstr ""
6490 #: builtin/notes.c:499 builtin/notes.c:553 builtin/notes.c:626
6491 #: builtin/notes.c:638 builtin/notes.c:711 builtin/notes.c:758
6492 #: builtin/notes.c:1032
6493 msgid "too many parameters"
6494 msgstr ""
6496 #: builtin/notes.c:512 builtin/notes.c:771
6497 #, c-format
6498 msgid "No note found for object %s."
6499 msgstr ""
6501 #: builtin/notes.c:534 builtin/notes.c:691
6502 msgid "note contents as a string"
6503 msgstr ""
6505 #: builtin/notes.c:537 builtin/notes.c:694
6506 msgid "note contents in a file"
6507 msgstr ""
6509 #: builtin/notes.c:539 builtin/notes.c:542 builtin/notes.c:696
6510 #: builtin/notes.c:699 builtin/tag.c:474
6511 msgid "object"
6512 msgstr ""
6514 #: builtin/notes.c:540 builtin/notes.c:697
6515 msgid "reuse and edit specified note object"
6516 msgstr ""
6518 #: builtin/notes.c:543 builtin/notes.c:700
6519 msgid "reuse specified note object"
6520 msgstr ""
6522 #: builtin/notes.c:545 builtin/notes.c:613
6523 msgid "replace existing notes"
6524 msgstr ""
6526 #: builtin/notes.c:579
6527 #, c-format
6528 msgid ""
6529 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
6530 "existing notes"
6531 msgstr ""
6533 #: builtin/notes.c:584 builtin/notes.c:661
6534 #, c-format
6535 msgid "Overwriting existing notes for object %s\n"
6536 msgstr ""
6538 #: builtin/notes.c:614
6539 msgid "read objects from stdin"
6540 msgstr ""
6542 #: builtin/notes.c:616
6543 msgid "load rewriting config for <command> (implies --stdin)"
6544 msgstr ""
6546 #: builtin/notes.c:634
6547 msgid "too few parameters"
6548 msgstr ""
6550 #: builtin/notes.c:655
6551 #, c-format
6552 msgid ""
6553 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
6554 "existing notes"
6555 msgstr ""
6557 #: builtin/notes.c:667
6558 #, c-format
6559 msgid "Missing notes on source object %s. Cannot copy."
6560 msgstr ""
6562 #: builtin/notes.c:716
6563 #, c-format
6564 msgid ""
6565 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
6566 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
6567 msgstr ""
6569 #: builtin/notes.c:863
6570 msgid "General options"
6571 msgstr ""
6573 #: builtin/notes.c:865
6574 msgid "Merge options"
6575 msgstr ""
6577 #: builtin/notes.c:867
6578 msgid ""
6579 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
6580 "cat_sort_uniq)"
6581 msgstr ""
6583 #: builtin/notes.c:869
6584 msgid "Committing unmerged notes"
6585 msgstr ""
6587 #: builtin/notes.c:871
6588 msgid "finalize notes merge by committing unmerged notes"
6589 msgstr ""
6591 #: builtin/notes.c:873
6592 msgid "Aborting notes merge resolution"
6593 msgstr ""
6595 #: builtin/notes.c:875
6596 msgid "abort notes merge"
6597 msgstr ""
6599 #: builtin/notes.c:970
6600 #, c-format
6601 msgid "Object %s has no note\n"
6602 msgstr ""
6604 #: builtin/notes.c:982
6605 msgid "attempt to remove non-existent note is not an error"
6606 msgstr ""
6608 #: builtin/notes.c:985
6609 msgid "read object names from the standard input"
6610 msgstr ""
6612 #: builtin/notes.c:1066
6613 msgid "notes_ref"
6614 msgstr ""
6616 #: builtin/notes.c:1067
6617 msgid "use notes from <notes_ref>"
6618 msgstr ""
6620 #: builtin/notes.c:1102 builtin/remote.c:1598
6621 #, c-format
6622 msgid "Unknown subcommand: %s"
6623 msgstr ""
6625 #: builtin/pack-objects.c:23
6626 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
6627 msgstr ""
6629 #: builtin/pack-objects.c:24
6630 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
6631 msgstr ""
6633 #: builtin/pack-objects.c:183 builtin/pack-objects.c:186
6634 #, c-format
6635 msgid "deflate error (%d)"
6636 msgstr ""
6638 #: builtin/pack-objects.c:2397
6639 #, c-format
6640 msgid "unsupported index version %s"
6641 msgstr ""
6643 #: builtin/pack-objects.c:2401
6644 #, c-format
6645 msgid "bad index version '%s'"
6646 msgstr ""
6648 #: builtin/pack-objects.c:2424
6649 #, c-format
6650 msgid "option %s does not accept negative form"
6651 msgstr ""
6653 #: builtin/pack-objects.c:2428
6654 #, c-format
6655 msgid "unable to parse value '%s' for option %s"
6656 msgstr ""
6658 #: builtin/pack-objects.c:2447
6659 msgid "do not show progress meter"
6660 msgstr ""
6662 #: builtin/pack-objects.c:2449
6663 msgid "show progress meter"
6664 msgstr ""
6666 #: builtin/pack-objects.c:2451
6667 msgid "show progress meter during object writing phase"
6668 msgstr ""
6670 #: builtin/pack-objects.c:2454
6671 msgid "similar to --all-progress when progress meter is shown"
6672 msgstr ""
6674 #: builtin/pack-objects.c:2455
6675 msgid "version[,offset]"
6676 msgstr ""
6678 #: builtin/pack-objects.c:2456
6679 msgid "write the pack index file in the specified idx format version"
6680 msgstr ""
6682 #: builtin/pack-objects.c:2459
6683 msgid "maximum size of each output pack file"
6684 msgstr ""
6686 #: builtin/pack-objects.c:2461
6687 msgid "ignore borrowed objects from alternate object store"
6688 msgstr ""
6690 #: builtin/pack-objects.c:2463
6691 msgid "ignore packed objects"
6692 msgstr ""
6694 #: builtin/pack-objects.c:2465
6695 msgid "limit pack window by objects"
6696 msgstr ""
6698 #: builtin/pack-objects.c:2467
6699 msgid "limit pack window by memory in addition to object limit"
6700 msgstr ""
6702 #: builtin/pack-objects.c:2469
6703 msgid "maximum length of delta chain allowed in the resulting pack"
6704 msgstr ""
6706 #: builtin/pack-objects.c:2471
6707 msgid "reuse existing deltas"
6708 msgstr ""
6710 #: builtin/pack-objects.c:2473
6711 msgid "reuse existing objects"
6712 msgstr ""
6714 #: builtin/pack-objects.c:2475
6715 msgid "use OFS_DELTA objects"
6716 msgstr ""
6718 #: builtin/pack-objects.c:2477
6719 msgid "use threads when searching for best delta matches"
6720 msgstr ""
6722 #: builtin/pack-objects.c:2479
6723 msgid "do not create an empty pack output"
6724 msgstr ""
6726 #: builtin/pack-objects.c:2481
6727 msgid "read revision arguments from standard input"
6728 msgstr ""
6730 #: builtin/pack-objects.c:2483
6731 msgid "limit the objects to those that are not yet packed"
6732 msgstr ""
6734 #: builtin/pack-objects.c:2486
6735 msgid "include objects reachable from any reference"
6736 msgstr ""
6738 #: builtin/pack-objects.c:2489
6739 msgid "include objects referred by reflog entries"
6740 msgstr ""
6742 #: builtin/pack-objects.c:2492
6743 msgid "output pack to stdout"
6744 msgstr ""
6746 #: builtin/pack-objects.c:2494
6747 msgid "include tag objects that refer to objects to be packed"
6748 msgstr ""
6750 #: builtin/pack-objects.c:2496
6751 msgid "keep unreachable objects"
6752 msgstr ""
6754 #: builtin/pack-objects.c:2497 parse-options.h:141
6755 msgid "time"
6756 msgstr ""
6758 #: builtin/pack-objects.c:2498
6759 msgid "unpack unreachable objects newer than <time>"
6760 msgstr ""
6762 #: builtin/pack-objects.c:2501
6763 msgid "create thin packs"
6764 msgstr ""
6766 #: builtin/pack-objects.c:2503
6767 msgid "ignore packs that have companion .keep file"
6768 msgstr ""
6770 #: builtin/pack-objects.c:2505
6771 msgid "pack compression level"
6772 msgstr ""
6774 #: builtin/pack-objects.c:2507
6775 msgid "do not hide commits by grafts"
6776 msgstr ""
6778 #: builtin/pack-refs.c:6
6779 msgid "git pack-refs [options]"
6780 msgstr ""
6782 #: builtin/pack-refs.c:14
6783 msgid "pack everything"
6784 msgstr ""
6786 #: builtin/pack-refs.c:15
6787 msgid "prune loose refs (default)"
6788 msgstr ""
6790 #: builtin/prune-packed.c:7
6791 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
6792 msgstr ""
6794 #: builtin/prune.c:12
6795 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
6796 msgstr ""
6798 #: builtin/prune.c:132
6799 msgid "do not remove, show only"
6800 msgstr ""
6802 #: builtin/prune.c:133
6803 msgid "report pruned objects"
6804 msgstr ""
6806 #: builtin/prune.c:136
6807 msgid "expire objects older than <time>"
6808 msgstr ""
6810 #: builtin/push.c:14
6811 msgid "git push [<options>] [<repository> [<refspec>...]]"
6812 msgstr ""
6814 #: builtin/push.c:45
6815 msgid "tag shorthand without <tag>"
6816 msgstr ""
6818 #: builtin/push.c:64
6819 msgid "--delete only accepts plain target ref names"
6820 msgstr ""
6822 #: builtin/push.c:99
6823 msgid ""
6824 "\n"
6825 "To choose either option permanently, see push.default in 'git help config'."
6826 msgstr ""
6828 #: builtin/push.c:102
6829 #, c-format
6830 msgid ""
6831 "The upstream branch of your current branch does not match\n"
6832 "the name of your current branch.  To push to the upstream branch\n"
6833 "on the remote, use\n"
6834 "\n"
6835 "    git push %s HEAD:%s\n"
6836 "\n"
6837 "To push to the branch of the same name on the remote, use\n"
6838 "\n"
6839 "    git push %s %s\n"
6840 "%s"
6841 msgstr ""
6843 #: builtin/push.c:121
6844 #, c-format
6845 msgid ""
6846 "You are not currently on a branch.\n"
6847 "To push the history leading to the current (detached HEAD)\n"
6848 "state now, use\n"
6849 "\n"
6850 "    git push %s HEAD:<name-of-remote-branch>\n"
6851 msgstr ""
6853 #: builtin/push.c:128
6854 #, c-format
6855 msgid ""
6856 "The current branch %s has no upstream branch.\n"
6857 "To push the current branch and set the remote as upstream, use\n"
6858 "\n"
6859 "    git push --set-upstream %s %s\n"
6860 msgstr ""
6862 #: builtin/push.c:136
6863 #, c-format
6864 msgid "The current branch %s has multiple upstream branches, refusing to push."
6865 msgstr ""
6867 #: builtin/push.c:139
6868 #, c-format
6869 msgid ""
6870 "You are pushing to remote '%s', which is not the upstream of\n"
6871 "your current branch '%s', without telling me what to push\n"
6872 "to update which remote branch."
6873 msgstr ""
6875 #: builtin/push.c:151
6876 msgid ""
6877 "push.default is unset; its implicit value is changing in\n"
6878 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
6879 "and maintain the current behavior after the default changes, use:\n"
6880 "\n"
6881 "  git config --global push.default matching\n"
6882 "\n"
6883 "To squelch this message and adopt the new behavior now, use:\n"
6884 "\n"
6885 "  git config --global push.default simple\n"
6886 "\n"
6887 "See 'git help config' and search for 'push.default' for further "
6888 "information.\n"
6889 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
6890 "'current' instead of 'simple' if you sometimes use older versions of Git)"
6891 msgstr ""
6893 #: builtin/push.c:199
6894 msgid ""
6895 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
6896 msgstr ""
6898 #: builtin/push.c:206
6899 msgid ""
6900 "Updates were rejected because the tip of your current branch is behind\n"
6901 "its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
6902 "before pushing again.\n"
6903 "See the 'Note about fast-forwards' in 'git push --help' for details."
6904 msgstr ""
6906 #: builtin/push.c:212
6907 msgid ""
6908 "Updates were rejected because a pushed branch tip is behind its remote\n"
6909 "counterpart. If you did not intend to push that branch, you may want to\n"
6910 "specify branches to push or set the 'push.default' configuration variable\n"
6911 "to 'simple', 'current' or 'upstream' to push only the current branch."
6912 msgstr ""
6914 #: builtin/push.c:218
6915 msgid ""
6916 "Updates were rejected because a pushed branch tip is behind its remote\n"
6917 "counterpart. Check out this branch and merge the remote changes\n"
6918 "(e.g. 'git pull') before pushing again.\n"
6919 "See the 'Note about fast-forwards' in 'git push --help' for details."
6920 msgstr ""
6922 #: builtin/push.c:224
6923 msgid ""
6924 "Updates were rejected because the remote contains work that you do\n"
6925 "not have locally. This is usually caused by another repository pushing\n"
6926 "to the same ref. You may want to first merge the remote changes (e.g.,\n"
6927 "'git pull') before pushing again.\n"
6928 "See the 'Note about fast-forwards' in 'git push --help' for details."
6929 msgstr ""
6931 #: builtin/push.c:231
6932 msgid "Updates were rejected because the tag already exists in the remote."
6933 msgstr ""
6935 #: builtin/push.c:234
6936 msgid ""
6937 "You cannot update a remote ref that points at a non-commit object,\n"
6938 "or update a remote ref to make it point at a non-commit object,\n"
6939 "without using the '--force' option.\n"
6940 msgstr ""
6942 #: builtin/push.c:294
6943 #, c-format
6944 msgid "Pushing to %s\n"
6945 msgstr ""
6947 #: builtin/push.c:298
6948 #, c-format
6949 msgid "failed to push some refs to '%s'"
6950 msgstr ""
6952 #: builtin/push.c:331
6953 #, c-format
6954 msgid "bad repository '%s'"
6955 msgstr ""
6957 #: builtin/push.c:332
6958 msgid ""
6959 "No configured push destination.\n"
6960 "Either specify the URL from the command-line or configure a remote "
6961 "repository using\n"
6962 "\n"
6963 "    git remote add <name> <url>\n"
6964 "\n"
6965 "and then push using the remote name\n"
6966 "\n"
6967 "    git push <name>\n"
6968 msgstr ""
6970 #: builtin/push.c:347
6971 msgid "--all and --tags are incompatible"
6972 msgstr ""
6974 #: builtin/push.c:348
6975 msgid "--all can't be combined with refspecs"
6976 msgstr ""
6978 #: builtin/push.c:353
6979 msgid "--mirror and --tags are incompatible"
6980 msgstr ""
6982 #: builtin/push.c:354
6983 msgid "--mirror can't be combined with refspecs"
6984 msgstr ""
6986 #: builtin/push.c:359
6987 msgid "--all and --mirror are incompatible"
6988 msgstr ""
6990 #: builtin/push.c:419
6991 msgid "repository"
6992 msgstr ""
6994 #: builtin/push.c:420
6995 msgid "push all refs"
6996 msgstr ""
6998 #: builtin/push.c:421
6999 msgid "mirror all refs"
7000 msgstr ""
7002 #: builtin/push.c:423
7003 msgid "delete refs"
7004 msgstr ""
7006 #: builtin/push.c:424
7007 msgid "push tags (can't be used with --all or --mirror)"
7008 msgstr ""
7010 #: builtin/push.c:427
7011 msgid "force updates"
7012 msgstr ""
7014 #: builtin/push.c:428
7015 msgid "check"
7016 msgstr ""
7018 #: builtin/push.c:429
7019 msgid "control recursive pushing of submodules"
7020 msgstr ""
7022 #: builtin/push.c:431
7023 msgid "use thin pack"
7024 msgstr ""
7026 #: builtin/push.c:432 builtin/push.c:433
7027 msgid "receive pack program"
7028 msgstr ""
7030 #: builtin/push.c:434
7031 msgid "set upstream for git pull/status"
7032 msgstr ""
7034 #: builtin/push.c:437
7035 msgid "prune locally removed refs"
7036 msgstr ""
7038 #: builtin/push.c:439
7039 msgid "bypass pre-push hook"
7040 msgstr ""
7042 #: builtin/push.c:440
7043 msgid "push missing but relevant tags"
7044 msgstr ""
7046 #: builtin/push.c:450
7047 msgid "--delete is incompatible with --all, --mirror and --tags"
7048 msgstr ""
7050 #: builtin/push.c:452
7051 msgid "--delete doesn't make sense without any refs"
7052 msgstr ""
7054 #: builtin/read-tree.c:36
7055 msgid ""
7056 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7057 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7058 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7059 msgstr ""
7061 #: builtin/read-tree.c:108
7062 msgid "write resulting index to <file>"
7063 msgstr ""
7065 #: builtin/read-tree.c:111
7066 msgid "only empty the index"
7067 msgstr ""
7069 #: builtin/read-tree.c:113
7070 msgid "Merging"
7071 msgstr ""
7073 #: builtin/read-tree.c:115
7074 msgid "perform a merge in addition to a read"
7075 msgstr ""
7077 #: builtin/read-tree.c:117
7078 msgid "3-way merge if no file level merging required"
7079 msgstr ""
7081 #: builtin/read-tree.c:119
7082 msgid "3-way merge in presence of adds and removes"
7083 msgstr ""
7085 #: builtin/read-tree.c:121
7086 msgid "same as -m, but discard unmerged entries"
7087 msgstr ""
7089 #: builtin/read-tree.c:122
7090 msgid "<subdirectory>/"
7091 msgstr ""
7093 #: builtin/read-tree.c:123
7094 msgid "read the tree into the index under <subdirectory>/"
7095 msgstr ""
7097 #: builtin/read-tree.c:126
7098 msgid "update working tree with merge result"
7099 msgstr ""
7101 #: builtin/read-tree.c:128
7102 msgid "gitignore"
7103 msgstr ""
7105 #: builtin/read-tree.c:129
7106 msgid "allow explicitly ignored files to be overwritten"
7107 msgstr ""
7109 #: builtin/read-tree.c:132
7110 msgid "don't check the working tree after merging"
7111 msgstr ""
7113 #: builtin/read-tree.c:133
7114 msgid "don't update the index or the work tree"
7115 msgstr ""
7117 #: builtin/read-tree.c:135
7118 msgid "skip applying sparse checkout filter"
7119 msgstr ""
7121 #: builtin/read-tree.c:137
7122 msgid "debug unpack-trees"
7123 msgstr ""
7125 #: builtin/remote.c:11
7126 msgid "git remote [-v | --verbose]"
7127 msgstr ""
7129 #: builtin/remote.c:12
7130 msgid ""
7131 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
7132 "mirror=<fetch|push>] <name> <url>"
7133 msgstr ""
7135 #: builtin/remote.c:13 builtin/remote.c:32
7136 msgid "git remote rename <old> <new>"
7137 msgstr ""
7139 #: builtin/remote.c:14 builtin/remote.c:37
7140 msgid "git remote remove <name>"
7141 msgstr ""
7143 #: builtin/remote.c:15 builtin/remote.c:42
7144 msgid "git remote set-head <name> (-a | -d | <branch>)"
7145 msgstr ""
7147 #: builtin/remote.c:16
7148 msgid "git remote [-v | --verbose] show [-n] <name>"
7149 msgstr ""
7151 #: builtin/remote.c:17
7152 msgid "git remote prune [-n | --dry-run] <name>"
7153 msgstr ""
7155 #: builtin/remote.c:18
7156 msgid ""
7157 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7158 msgstr ""
7160 #: builtin/remote.c:19
7161 msgid "git remote set-branches [--add] <name> <branch>..."
7162 msgstr ""
7164 #: builtin/remote.c:20 builtin/remote.c:68
7165 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7166 msgstr ""
7168 #: builtin/remote.c:21 builtin/remote.c:69
7169 msgid "git remote set-url --add <name> <newurl>"
7170 msgstr ""
7172 #: builtin/remote.c:22 builtin/remote.c:70
7173 msgid "git remote set-url --delete <name> <url>"
7174 msgstr ""
7176 #: builtin/remote.c:27
7177 msgid "git remote add [<options>] <name> <url>"
7178 msgstr ""
7180 #: builtin/remote.c:47
7181 msgid "git remote set-branches <name> <branch>..."
7182 msgstr ""
7184 #: builtin/remote.c:48
7185 msgid "git remote set-branches --add <name> <branch>..."
7186 msgstr ""
7188 #: builtin/remote.c:53
7189 msgid "git remote show [<options>] <name>"
7190 msgstr ""
7192 #: builtin/remote.c:58
7193 msgid "git remote prune [<options>] <name>"
7194 msgstr ""
7196 #: builtin/remote.c:63
7197 msgid "git remote update [<options>] [<group> | <remote>]..."
7198 msgstr ""
7200 #: builtin/remote.c:98
7201 #, c-format
7202 msgid "Updating %s"
7203 msgstr ""
7205 #: builtin/remote.c:130
7206 msgid ""
7207 "--mirror is dangerous and deprecated; please\n"
7208 "\t use --mirror=fetch or --mirror=push instead"
7209 msgstr ""
7211 #: builtin/remote.c:147
7212 #, c-format
7213 msgid "unknown mirror argument: %s"
7214 msgstr ""
7216 #: builtin/remote.c:163
7217 msgid "fetch the remote branches"
7218 msgstr ""
7220 #: builtin/remote.c:165
7221 msgid "import all tags and associated objects when fetching"
7222 msgstr ""
7224 #: builtin/remote.c:168
7225 msgid "or do not fetch any tag at all (--no-tags)"
7226 msgstr ""
7228 #: builtin/remote.c:170
7229 msgid "branch(es) to track"
7230 msgstr ""
7232 #: builtin/remote.c:171
7233 msgid "master branch"
7234 msgstr ""
7236 #: builtin/remote.c:172
7237 msgid "push|fetch"
7238 msgstr ""
7240 #: builtin/remote.c:173
7241 msgid "set up remote as a mirror to push to or fetch from"
7242 msgstr ""
7244 #: builtin/remote.c:185
7245 msgid "specifying a master branch makes no sense with --mirror"
7246 msgstr ""
7248 #: builtin/remote.c:187
7249 msgid "specifying branches to track makes sense only with fetch mirrors"
7250 msgstr ""
7252 #: builtin/remote.c:195 builtin/remote.c:646
7253 #, c-format
7254 msgid "remote %s already exists."
7255 msgstr ""
7257 #: builtin/remote.c:199 builtin/remote.c:650
7258 #, c-format
7259 msgid "'%s' is not a valid remote name"
7260 msgstr ""
7262 #: builtin/remote.c:243
7263 #, c-format
7264 msgid "Could not setup master '%s'"
7265 msgstr ""
7267 #: builtin/remote.c:299
7268 #, c-format
7269 msgid "more than one %s"
7270 msgstr ""
7272 #: builtin/remote.c:339
7273 #, c-format
7274 msgid "Could not get fetch map for refspec %s"
7275 msgstr ""
7277 #: builtin/remote.c:440 builtin/remote.c:448
7278 msgid "(matching)"
7279 msgstr ""
7281 #: builtin/remote.c:452
7282 msgid "(delete)"
7283 msgstr ""
7285 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
7286 #, c-format
7287 msgid "Could not append '%s' to '%s'"
7288 msgstr ""
7290 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
7291 #, c-format
7292 msgid "No such remote: %s"
7293 msgstr ""
7295 #: builtin/remote.c:656
7296 #, c-format
7297 msgid "Could not rename config section '%s' to '%s'"
7298 msgstr ""
7300 #: builtin/remote.c:662 builtin/remote.c:799
7301 #, c-format
7302 msgid "Could not remove config section '%s'"
7303 msgstr ""
7305 #: builtin/remote.c:677
7306 #, c-format
7307 msgid ""
7308 "Not updating non-default fetch refspec\n"
7309 "\t%s\n"
7310 "\tPlease update the configuration manually if necessary."
7311 msgstr ""
7313 #: builtin/remote.c:683
7314 #, c-format
7315 msgid "Could not append '%s'"
7316 msgstr ""
7318 #: builtin/remote.c:694
7319 #, c-format
7320 msgid "Could not set '%s'"
7321 msgstr ""
7323 #: builtin/remote.c:716
7324 #, c-format
7325 msgid "deleting '%s' failed"
7326 msgstr ""
7328 #: builtin/remote.c:750
7329 #, c-format
7330 msgid "creating '%s' failed"
7331 msgstr ""
7333 #: builtin/remote.c:764
7334 #, c-format
7335 msgid "Could not remove branch %s"
7336 msgstr ""
7338 #: builtin/remote.c:834
7339 msgid ""
7340 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
7341 "to delete it, use:"
7342 msgid_plural ""
7343 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
7344 "to delete them, use:"
7345 msgstr[0] ""
7346 msgstr[1] ""
7348 #: builtin/remote.c:943
7349 #, c-format
7350 msgid " new (next fetch will store in remotes/%s)"
7351 msgstr ""
7353 #: builtin/remote.c:946
7354 msgid " tracked"
7355 msgstr ""
7357 #: builtin/remote.c:948
7358 msgid " stale (use 'git remote prune' to remove)"
7359 msgstr ""
7361 #: builtin/remote.c:950
7362 msgid " ???"
7363 msgstr ""
7365 #: builtin/remote.c:991
7366 #, c-format
7367 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
7368 msgstr ""
7370 #: builtin/remote.c:998
7371 #, c-format
7372 msgid "rebases onto remote %s"
7373 msgstr ""
7375 #: builtin/remote.c:1001
7376 #, c-format
7377 msgid " merges with remote %s"
7378 msgstr ""
7380 #: builtin/remote.c:1002
7381 msgid "    and with remote"
7382 msgstr ""
7384 #: builtin/remote.c:1004
7385 #, c-format
7386 msgid "merges with remote %s"
7387 msgstr ""
7389 #: builtin/remote.c:1005
7390 msgid "   and with remote"
7391 msgstr ""
7393 #: builtin/remote.c:1051
7394 msgid "create"
7395 msgstr ""
7397 #: builtin/remote.c:1054
7398 msgid "delete"
7399 msgstr ""
7401 #: builtin/remote.c:1058
7402 msgid "up to date"
7403 msgstr ""
7405 #: builtin/remote.c:1061
7406 msgid "fast-forwardable"
7407 msgstr ""
7409 #: builtin/remote.c:1064
7410 msgid "local out of date"
7411 msgstr ""
7413 #: builtin/remote.c:1071
7414 #, c-format
7415 msgid "    %-*s forces to %-*s (%s)"
7416 msgstr ""
7418 #: builtin/remote.c:1074
7419 #, c-format
7420 msgid "    %-*s pushes to %-*s (%s)"
7421 msgstr ""
7423 #: builtin/remote.c:1078
7424 #, c-format
7425 msgid "    %-*s forces to %s"
7426 msgstr ""
7428 #: builtin/remote.c:1081
7429 #, c-format
7430 msgid "    %-*s pushes to %s"
7431 msgstr ""
7433 #: builtin/remote.c:1091
7434 msgid "do not query remotes"
7435 msgstr ""
7437 #: builtin/remote.c:1118
7438 #, c-format
7439 msgid "* remote %s"
7440 msgstr ""
7442 #: builtin/remote.c:1119
7443 #, c-format
7444 msgid "  Fetch URL: %s"
7445 msgstr ""
7447 #: builtin/remote.c:1120 builtin/remote.c:1285
7448 msgid "(no URL)"
7449 msgstr ""
7451 #: builtin/remote.c:1129 builtin/remote.c:1131
7452 #, c-format
7453 msgid "  Push  URL: %s"
7454 msgstr ""
7456 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
7457 #, c-format
7458 msgid "  HEAD branch: %s"
7459 msgstr ""
7461 #: builtin/remote.c:1139
7462 #, c-format
7463 msgid ""
7464 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
7465 msgstr ""
7467 #: builtin/remote.c:1151
7468 #, c-format
7469 msgid "  Remote branch:%s"
7470 msgid_plural "  Remote branches:%s"
7471 msgstr[0] ""
7472 msgstr[1] ""
7474 #: builtin/remote.c:1154 builtin/remote.c:1181
7475 msgid " (status not queried)"
7476 msgstr ""
7478 #: builtin/remote.c:1163
7479 msgid "  Local branch configured for 'git pull':"
7480 msgid_plural "  Local branches configured for 'git pull':"
7481 msgstr[0] ""
7482 msgstr[1] ""
7484 #: builtin/remote.c:1171
7485 msgid "  Local refs will be mirrored by 'git push'"
7486 msgstr ""
7488 #: builtin/remote.c:1178
7489 #, c-format
7490 msgid "  Local ref configured for 'git push'%s:"
7491 msgid_plural "  Local refs configured for 'git push'%s:"
7492 msgstr[0] ""
7493 msgstr[1] ""
7495 #: builtin/remote.c:1199
7496 msgid "set refs/remotes/<name>/HEAD according to remote"
7497 msgstr ""
7499 #: builtin/remote.c:1201
7500 msgid "delete refs/remotes/<name>/HEAD"
7501 msgstr ""
7503 #: builtin/remote.c:1216
7504 msgid "Cannot determine remote HEAD"
7505 msgstr ""
7507 #: builtin/remote.c:1218
7508 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
7509 msgstr ""
7511 #: builtin/remote.c:1228
7512 #, c-format
7513 msgid "Could not delete %s"
7514 msgstr ""
7516 #: builtin/remote.c:1236
7517 #, c-format
7518 msgid "Not a valid ref: %s"
7519 msgstr ""
7521 #: builtin/remote.c:1238
7522 #, c-format
7523 msgid "Could not setup %s"
7524 msgstr ""
7526 #: builtin/remote.c:1274
7527 #, c-format
7528 msgid " %s will become dangling!"
7529 msgstr ""
7531 #: builtin/remote.c:1275
7532 #, c-format
7533 msgid " %s has become dangling!"
7534 msgstr ""
7536 #: builtin/remote.c:1281
7537 #, c-format
7538 msgid "Pruning %s"
7539 msgstr ""
7541 #: builtin/remote.c:1282
7542 #, c-format
7543 msgid "URL: %s"
7544 msgstr ""
7546 #: builtin/remote.c:1295
7547 #, c-format
7548 msgid " * [would prune] %s"
7549 msgstr ""
7551 #: builtin/remote.c:1298
7552 #, c-format
7553 msgid " * [pruned] %s"
7554 msgstr ""
7556 #: builtin/remote.c:1321
7557 msgid "prune remotes after fetching"
7558 msgstr ""
7560 #: builtin/remote.c:1387 builtin/remote.c:1461
7561 #, c-format
7562 msgid "No such remote '%s'"
7563 msgstr ""
7565 #: builtin/remote.c:1407
7566 msgid "add branch"
7567 msgstr ""
7569 #: builtin/remote.c:1414
7570 msgid "no remote specified"
7571 msgstr ""
7573 #: builtin/remote.c:1436
7574 msgid "manipulate push URLs"
7575 msgstr ""
7577 #: builtin/remote.c:1438
7578 msgid "add URL"
7579 msgstr ""
7581 #: builtin/remote.c:1440
7582 msgid "delete URLs"
7583 msgstr ""
7585 #: builtin/remote.c:1447
7586 msgid "--add --delete doesn't make sense"
7587 msgstr ""
7589 #: builtin/remote.c:1487
7590 #, c-format
7591 msgid "Invalid old URL pattern: %s"
7592 msgstr ""
7594 #: builtin/remote.c:1495
7595 #, c-format
7596 msgid "No such URL found: %s"
7597 msgstr ""
7599 #: builtin/remote.c:1497
7600 msgid "Will not delete all non-push URLs"
7601 msgstr ""
7603 #: builtin/remote.c:1569
7604 msgid "be verbose; must be placed before a subcommand"
7605 msgstr ""
7607 #: builtin/replace.c:17
7608 msgid "git replace [-f] <object> <replacement>"
7609 msgstr ""
7611 #: builtin/replace.c:18
7612 msgid "git replace -d <object>..."
7613 msgstr ""
7615 #: builtin/replace.c:19
7616 msgid "git replace -l [<pattern>]"
7617 msgstr ""
7619 #: builtin/replace.c:121
7620 msgid "list replace refs"
7621 msgstr ""
7623 #: builtin/replace.c:122
7624 msgid "delete replace refs"
7625 msgstr ""
7627 #: builtin/replace.c:123
7628 msgid "replace the ref if it exists"
7629 msgstr ""
7631 #: builtin/rerere.c:11
7632 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
7633 msgstr ""
7635 #: builtin/rerere.c:56
7636 msgid "register clean resolutions in index"
7637 msgstr ""
7639 #: builtin/reset.c:25
7640 msgid ""
7641 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
7642 msgstr ""
7644 #: builtin/reset.c:26
7645 msgid "git reset [-q] <tree-ish> [--] <paths>..."
7646 msgstr ""
7648 #: builtin/reset.c:27
7649 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
7650 msgstr ""
7652 #: builtin/reset.c:33
7653 msgid "mixed"
7654 msgstr ""
7656 #: builtin/reset.c:33
7657 msgid "soft"
7658 msgstr ""
7660 #: builtin/reset.c:33
7661 msgid "hard"
7662 msgstr ""
7664 #: builtin/reset.c:33
7665 msgid "merge"
7666 msgstr ""
7668 #: builtin/reset.c:33
7669 msgid "keep"
7670 msgstr ""
7672 #: builtin/reset.c:73
7673 msgid "You do not have a valid HEAD."
7674 msgstr ""
7676 #: builtin/reset.c:75
7677 msgid "Failed to find tree of HEAD."
7678 msgstr ""
7680 #: builtin/reset.c:81
7681 #, c-format
7682 msgid "Failed to find tree of %s."
7683 msgstr ""
7685 #: builtin/reset.c:98
7686 #, c-format
7687 msgid "HEAD is now at %s"
7688 msgstr ""
7690 #: builtin/reset.c:169
7691 #, c-format
7692 msgid "Cannot do a %s reset in the middle of a merge."
7693 msgstr ""
7695 #: builtin/reset.c:248
7696 msgid "be quiet, only report errors"
7697 msgstr ""
7699 #: builtin/reset.c:250
7700 msgid "reset HEAD and index"
7701 msgstr ""
7703 #: builtin/reset.c:251
7704 msgid "reset only HEAD"
7705 msgstr ""
7707 #: builtin/reset.c:253 builtin/reset.c:255
7708 msgid "reset HEAD, index and working tree"
7709 msgstr ""
7711 #: builtin/reset.c:257
7712 msgid "reset HEAD but keep local changes"
7713 msgstr ""
7715 #: builtin/reset.c:275
7716 #, c-format
7717 msgid "Failed to resolve '%s' as a valid revision."
7718 msgstr ""
7720 #: builtin/reset.c:278 builtin/reset.c:286
7721 #, c-format
7722 msgid "Could not parse object '%s'."
7723 msgstr ""
7725 #: builtin/reset.c:283
7726 #, c-format
7727 msgid "Failed to resolve '%s' as a valid tree."
7728 msgstr ""
7730 #: builtin/reset.c:292
7731 msgid "--patch is incompatible with --{hard,mixed,soft}"
7732 msgstr ""
7734 #: builtin/reset.c:301
7735 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
7736 msgstr ""
7738 #: builtin/reset.c:303
7739 #, c-format
7740 msgid "Cannot do %s reset with paths."
7741 msgstr ""
7743 #: builtin/reset.c:313
7744 #, c-format
7745 msgid "%s reset is not allowed in a bare repository"
7746 msgstr ""
7748 #: builtin/reset.c:333
7749 #, c-format
7750 msgid "Could not reset index file to revision '%s'."
7751 msgstr ""
7753 #: builtin/reset.c:339
7754 msgid "Unstaged changes after reset:"
7755 msgstr ""
7757 #: builtin/reset.c:344
7758 msgid "Could not write new index file."
7759 msgstr ""
7761 #: builtin/rev-parse.c:339
7762 msgid "git rev-parse --parseopt [options] -- [<args>...]"
7763 msgstr ""
7765 #: builtin/rev-parse.c:344
7766 msgid "keep the `--` passed as an arg"
7767 msgstr ""
7769 #: builtin/rev-parse.c:346
7770 msgid "stop parsing after the first non-option argument"
7771 msgstr ""
7773 #: builtin/rev-parse.c:464
7774 msgid ""
7775 "git rev-parse --parseopt [options] -- [<args>...]\n"
7776 "   or: git rev-parse --sq-quote [<arg>...]\n"
7777 "   or: git rev-parse [options] [<arg>...]\n"
7778 "\n"
7779 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
7780 msgstr ""
7782 #: builtin/revert.c:22
7783 msgid "git revert [options] <commit-ish>"
7784 msgstr ""
7786 #: builtin/revert.c:23
7787 msgid "git revert <subcommand>"
7788 msgstr ""
7790 #: builtin/revert.c:28
7791 msgid "git cherry-pick [options] <commit-ish>"
7792 msgstr ""
7794 #: builtin/revert.c:29
7795 msgid "git cherry-pick <subcommand>"
7796 msgstr ""
7798 #: builtin/revert.c:70 builtin/revert.c:92
7799 #, c-format
7800 msgid "%s: %s cannot be used with %s"
7801 msgstr ""
7803 #: builtin/revert.c:103
7804 msgid "end revert or cherry-pick sequence"
7805 msgstr ""
7807 #: builtin/revert.c:104
7808 msgid "resume revert or cherry-pick sequence"
7809 msgstr ""
7811 #: builtin/revert.c:105
7812 msgid "cancel revert or cherry-pick sequence"
7813 msgstr ""
7815 #: builtin/revert.c:106
7816 msgid "don't automatically commit"
7817 msgstr ""
7819 #: builtin/revert.c:107
7820 msgid "edit the commit message"
7821 msgstr ""
7823 #: builtin/revert.c:110
7824 msgid "parent number"
7825 msgstr ""
7827 #: builtin/revert.c:112
7828 msgid "merge strategy"
7829 msgstr ""
7831 #: builtin/revert.c:113
7832 msgid "option"
7833 msgstr ""
7835 #: builtin/revert.c:114
7836 msgid "option for merge strategy"
7837 msgstr ""
7839 #: builtin/revert.c:125
7840 msgid "append commit name"
7841 msgstr ""
7843 #: builtin/revert.c:126
7844 msgid "allow fast-forward"
7845 msgstr ""
7847 #: builtin/revert.c:127
7848 msgid "preserve initially empty commits"
7849 msgstr ""
7851 #: builtin/revert.c:128
7852 msgid "allow commits with empty messages"
7853 msgstr ""
7855 #: builtin/revert.c:129
7856 msgid "keep redundant, empty commits"
7857 msgstr ""
7859 #: builtin/revert.c:133
7860 msgid "program error"
7861 msgstr ""
7863 #: builtin/revert.c:223
7864 msgid "revert failed"
7865 msgstr ""
7867 #: builtin/revert.c:238
7868 msgid "cherry-pick failed"
7869 msgstr ""
7871 #: builtin/rm.c:15
7872 msgid "git rm [options] [--] <file>..."
7873 msgstr ""
7875 #: builtin/rm.c:64 builtin/rm.c:186
7876 #, c-format
7877 msgid ""
7878 "submodule '%s' (or one of its nested submodules) uses a .git directory\n"
7879 "(use 'rm -rf' if you really want to remove it including all of its history)"
7880 msgstr ""
7882 #: builtin/rm.c:174
7883 #, c-format
7884 msgid ""
7885 "'%s' has staged content different from both the file and the HEAD\n"
7886 "(use -f to force removal)"
7887 msgstr ""
7889 #: builtin/rm.c:180
7890 #, c-format
7891 msgid ""
7892 "'%s' has changes staged in the index\n"
7893 "(use --cached to keep the file, or -f to force removal)"
7894 msgstr ""
7896 #: builtin/rm.c:191
7897 #, c-format
7898 msgid ""
7899 "'%s' has local modifications\n"
7900 "(use --cached to keep the file, or -f to force removal)"
7901 msgstr ""
7903 #: builtin/rm.c:207
7904 msgid "do not list removed files"
7905 msgstr ""
7907 #: builtin/rm.c:208
7908 msgid "only remove from the index"
7909 msgstr ""
7911 #: builtin/rm.c:209
7912 msgid "override the up-to-date check"
7913 msgstr ""
7915 #: builtin/rm.c:210
7916 msgid "allow recursive removal"
7917 msgstr ""
7919 #: builtin/rm.c:212
7920 msgid "exit with a zero status even if nothing matched"
7921 msgstr ""
7923 #: builtin/rm.c:283
7924 #, c-format
7925 msgid "not removing '%s' recursively without -r"
7926 msgstr ""
7928 #: builtin/rm.c:322
7929 #, c-format
7930 msgid "git rm: unable to remove %s"
7931 msgstr ""
7933 #: builtin/shortlog.c:13
7934 msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"
7935 msgstr ""
7937 #: builtin/shortlog.c:133
7938 #, c-format
7939 msgid "Missing author: %s"
7940 msgstr ""
7942 #: builtin/shortlog.c:229
7943 msgid "sort output according to the number of commits per author"
7944 msgstr ""
7946 #: builtin/shortlog.c:231
7947 msgid "Suppress commit descriptions, only provides commit count"
7948 msgstr ""
7950 #: builtin/shortlog.c:233
7951 msgid "Show the email address of each author"
7952 msgstr ""
7954 #: builtin/shortlog.c:234
7955 msgid "w[,i1[,i2]]"
7956 msgstr ""
7958 #: builtin/shortlog.c:235
7959 msgid "Linewrap output"
7960 msgstr ""
7962 #: builtin/show-branch.c:9
7963 msgid ""
7964 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
7965 "current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
7966 "independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
7967 "<glob>)...]"
7968 msgstr ""
7970 #: builtin/show-branch.c:10
7971 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
7972 msgstr ""
7974 #: builtin/show-branch.c:651
7975 msgid "show remote-tracking and local branches"
7976 msgstr ""
7978 #: builtin/show-branch.c:653
7979 msgid "show remote-tracking branches"
7980 msgstr ""
7982 #: builtin/show-branch.c:655
7983 msgid "color '*!+-' corresponding to the branch"
7984 msgstr ""
7986 #: builtin/show-branch.c:657
7987 msgid "show <n> more commits after the common ancestor"
7988 msgstr ""
7990 #: builtin/show-branch.c:659
7991 msgid "synonym to more=-1"
7992 msgstr ""
7994 #: builtin/show-branch.c:660
7995 msgid "suppress naming strings"
7996 msgstr ""
7998 #: builtin/show-branch.c:662
7999 msgid "include the current branch"
8000 msgstr ""
8002 #: builtin/show-branch.c:664
8003 msgid "name commits with their object names"
8004 msgstr ""
8006 #: builtin/show-branch.c:666
8007 msgid "show possible merge bases"
8008 msgstr ""
8010 #: builtin/show-branch.c:668
8011 msgid "show refs unreachable from any other ref"
8012 msgstr ""
8014 #: builtin/show-branch.c:670
8015 msgid "show commits in topological order"
8016 msgstr ""
8018 #: builtin/show-branch.c:672
8019 msgid "show only commits not on the first branch"
8020 msgstr ""
8022 #: builtin/show-branch.c:674
8023 msgid "show merges reachable from only one tip"
8024 msgstr ""
8026 #: builtin/show-branch.c:676
8027 msgid "show commits where no parent comes before its children"
8028 msgstr ""
8030 #: builtin/show-branch.c:678
8031 msgid "<n>[,<base>]"
8032 msgstr ""
8034 #: builtin/show-branch.c:679
8035 msgid "show <n> most recent ref-log entries starting at base"
8036 msgstr ""
8038 #: builtin/show-ref.c:10
8039 msgid ""
8040 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8041 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8042 msgstr ""
8044 #: builtin/show-ref.c:11
8045 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8046 msgstr ""
8048 #: builtin/show-ref.c:165
8049 msgid "only show tags (can be combined with heads)"
8050 msgstr ""
8052 #: builtin/show-ref.c:166
8053 msgid "only show heads (can be combined with tags)"
8054 msgstr ""
8056 #: builtin/show-ref.c:167
8057 msgid "stricter reference checking, requires exact ref path"
8058 msgstr ""
8060 #: builtin/show-ref.c:170 builtin/show-ref.c:172
8061 msgid "show the HEAD reference"
8062 msgstr ""
8064 #: builtin/show-ref.c:174
8065 msgid "dereference tags into object IDs"
8066 msgstr ""
8068 #: builtin/show-ref.c:176
8069 msgid "only show SHA1 hash using <n> digits"
8070 msgstr ""
8072 #: builtin/show-ref.c:180
8073 msgid "do not print results to stdout (useful with --verify)"
8074 msgstr ""
8076 #: builtin/show-ref.c:182
8077 msgid "show refs from stdin that aren't in local repository"
8078 msgstr ""
8080 #: builtin/symbolic-ref.c:7
8081 msgid "git symbolic-ref [options] name [ref]"
8082 msgstr ""
8084 #: builtin/symbolic-ref.c:8
8085 msgid "git symbolic-ref -d [-q] name"
8086 msgstr ""
8088 #: builtin/symbolic-ref.c:40
8089 msgid "suppress error message for non-symbolic (detached) refs"
8090 msgstr ""
8092 #: builtin/symbolic-ref.c:41
8093 msgid "delete symbolic ref"
8094 msgstr ""
8096 #: builtin/symbolic-ref.c:42
8097 msgid "shorten ref output"
8098 msgstr ""
8100 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
8101 msgid "reason"
8102 msgstr ""
8104 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
8105 msgid "reason of the update"
8106 msgstr ""
8108 #: builtin/tag.c:22
8109 msgid ""
8110 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
8111 msgstr ""
8113 #: builtin/tag.c:23
8114 msgid "git tag -d <tagname>..."
8115 msgstr ""
8117 #: builtin/tag.c:24
8118 msgid ""
8119 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
8120 "\t\t[<pattern>...]"
8121 msgstr ""
8123 #: builtin/tag.c:26
8124 msgid "git tag -v <tagname>..."
8125 msgstr ""
8127 #: builtin/tag.c:60
8128 #, c-format
8129 msgid "malformed object at '%s'"
8130 msgstr ""
8132 #: builtin/tag.c:207
8133 #, c-format
8134 msgid "tag name too long: %.*s..."
8135 msgstr ""
8137 #: builtin/tag.c:212
8138 #, c-format
8139 msgid "tag '%s' not found."
8140 msgstr ""
8142 #: builtin/tag.c:227
8143 #, c-format
8144 msgid "Deleted tag '%s' (was %s)\n"
8145 msgstr ""
8147 #: builtin/tag.c:239
8148 #, c-format
8149 msgid "could not verify the tag '%s'"
8150 msgstr ""
8152 #: builtin/tag.c:249
8153 #, c-format
8154 msgid ""
8155 "\n"
8156 "Write a tag message\n"
8157 "Lines starting with '%c' will be ignored.\n"
8158 msgstr ""
8160 #: builtin/tag.c:253
8161 #, c-format
8162 msgid ""
8163 "\n"
8164 "Write a tag message\n"
8165 "Lines starting with '%c' will be kept; you may remove them yourself if you "
8166 "want to.\n"
8167 msgstr ""
8169 #: builtin/tag.c:292
8170 msgid "unable to sign the tag"
8171 msgstr ""
8173 #: builtin/tag.c:294
8174 msgid "unable to write tag file"
8175 msgstr ""
8177 #: builtin/tag.c:319
8178 msgid "bad object type."
8179 msgstr ""
8181 #: builtin/tag.c:332
8182 msgid "tag header too big."
8183 msgstr ""
8185 #: builtin/tag.c:368
8186 msgid "no tag message?"
8187 msgstr ""
8189 #: builtin/tag.c:374
8190 #, c-format
8191 msgid "The tag message has been left in %s\n"
8192 msgstr ""
8194 #: builtin/tag.c:423
8195 msgid "switch 'points-at' requires an object"
8196 msgstr ""
8198 #: builtin/tag.c:425
8199 #, c-format
8200 msgid "malformed object name '%s'"
8201 msgstr ""
8203 #: builtin/tag.c:445
8204 msgid "list tag names"
8205 msgstr ""
8207 #: builtin/tag.c:447
8208 msgid "print <n> lines of each tag message"
8209 msgstr ""
8211 #: builtin/tag.c:449
8212 msgid "delete tags"
8213 msgstr ""
8215 #: builtin/tag.c:450
8216 msgid "verify tags"
8217 msgstr ""
8219 #: builtin/tag.c:452
8220 msgid "Tag creation options"
8221 msgstr ""
8223 #: builtin/tag.c:454
8224 msgid "annotated tag, needs a message"
8225 msgstr ""
8227 #: builtin/tag.c:456
8228 msgid "tag message"
8229 msgstr ""
8231 #: builtin/tag.c:458
8232 msgid "annotated and GPG-signed tag"
8233 msgstr ""
8235 #: builtin/tag.c:462
8236 msgid "use another key to sign the tag"
8237 msgstr ""
8239 #: builtin/tag.c:463
8240 msgid "replace the tag if exists"
8241 msgstr ""
8243 #: builtin/tag.c:464
8244 msgid "show tag list in columns"
8245 msgstr ""
8247 #: builtin/tag.c:466
8248 msgid "Tag listing options"
8249 msgstr ""
8251 #: builtin/tag.c:469
8252 msgid "print only tags that contain the commit"
8253 msgstr ""
8255 #: builtin/tag.c:475
8256 msgid "print only tags of the object"
8257 msgstr ""
8259 #: builtin/tag.c:504
8260 msgid "--column and -n are incompatible"
8261 msgstr ""
8263 #: builtin/tag.c:521
8264 msgid "-n option is only allowed with -l."
8265 msgstr ""
8267 #: builtin/tag.c:523
8268 msgid "--contains option is only allowed with -l."
8269 msgstr ""
8271 #: builtin/tag.c:525
8272 msgid "--points-at option is only allowed with -l."
8273 msgstr ""
8275 #: builtin/tag.c:533
8276 msgid "only one -F or -m option is allowed."
8277 msgstr ""
8279 #: builtin/tag.c:553
8280 msgid "too many params"
8281 msgstr ""
8283 #: builtin/tag.c:559
8284 #, c-format
8285 msgid "'%s' is not a valid tag name."
8286 msgstr ""
8288 #: builtin/tag.c:564
8289 #, c-format
8290 msgid "tag '%s' already exists"
8291 msgstr ""
8293 #: builtin/tag.c:582
8294 #, c-format
8295 msgid "%s: cannot lock the ref"
8296 msgstr ""
8298 #: builtin/tag.c:584
8299 #, c-format
8300 msgid "%s: cannot update the ref"
8301 msgstr ""
8303 #: builtin/tag.c:586
8304 #, c-format
8305 msgid "Updated tag '%s' (was %s)\n"
8306 msgstr ""
8308 #: builtin/update-index.c:401
8309 msgid "git update-index [options] [--] [<file>...]"
8310 msgstr ""
8312 #: builtin/update-index.c:718
8313 msgid "continue refresh even when index needs update"
8314 msgstr ""
8316 #: builtin/update-index.c:721
8317 msgid "refresh: ignore submodules"
8318 msgstr ""
8320 #: builtin/update-index.c:724
8321 msgid "do not ignore new files"
8322 msgstr ""
8324 #: builtin/update-index.c:726
8325 msgid "let files replace directories and vice-versa"
8326 msgstr ""
8328 #: builtin/update-index.c:728
8329 msgid "notice files missing from worktree"
8330 msgstr ""
8332 #: builtin/update-index.c:730
8333 msgid "refresh even if index contains unmerged entries"
8334 msgstr ""
8336 #: builtin/update-index.c:733
8337 msgid "refresh stat information"
8338 msgstr ""
8340 #: builtin/update-index.c:737
8341 msgid "like --refresh, but ignore assume-unchanged setting"
8342 msgstr ""
8344 #: builtin/update-index.c:741
8345 msgid "<mode> <object> <path>"
8346 msgstr ""
8348 #: builtin/update-index.c:742
8349 msgid "add the specified entry to the index"
8350 msgstr ""
8352 #: builtin/update-index.c:746
8353 msgid "(+/-)x"
8354 msgstr ""
8356 #: builtin/update-index.c:747
8357 msgid "override the executable bit of the listed files"
8358 msgstr ""
8360 #: builtin/update-index.c:751
8361 msgid "mark files as \"not changing\""
8362 msgstr ""
8364 #: builtin/update-index.c:754
8365 msgid "clear assumed-unchanged bit"
8366 msgstr ""
8368 #: builtin/update-index.c:757
8369 msgid "mark files as \"index-only\""
8370 msgstr ""
8372 #: builtin/update-index.c:760
8373 msgid "clear skip-worktree bit"
8374 msgstr ""
8376 #: builtin/update-index.c:763
8377 msgid "add to index only; do not add content to object database"
8378 msgstr ""
8380 #: builtin/update-index.c:765
8381 msgid "remove named paths even if present in worktree"
8382 msgstr ""
8384 #: builtin/update-index.c:767
8385 msgid "with --stdin: input lines are terminated by null bytes"
8386 msgstr ""
8388 #: builtin/update-index.c:769
8389 msgid "read list of paths to be updated from standard input"
8390 msgstr ""
8392 #: builtin/update-index.c:773
8393 msgid "add entries from standard input to the index"
8394 msgstr ""
8396 #: builtin/update-index.c:777
8397 msgid "repopulate stages #2 and #3 for the listed paths"
8398 msgstr ""
8400 #: builtin/update-index.c:781
8401 msgid "only update entries that differ from HEAD"
8402 msgstr ""
8404 #: builtin/update-index.c:785
8405 msgid "ignore files missing from worktree"
8406 msgstr ""
8408 #: builtin/update-index.c:788
8409 msgid "report actions to standard output"
8410 msgstr ""
8412 #: builtin/update-index.c:790
8413 msgid "(for porcelains) forget saved unresolved conflicts"
8414 msgstr ""
8416 #: builtin/update-index.c:794
8417 msgid "write index in this format"
8418 msgstr ""
8420 #: builtin/update-ref.c:7
8421 msgid "git update-ref [options] -d <refname> [<oldval>]"
8422 msgstr ""
8424 #: builtin/update-ref.c:8
8425 msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
8426 msgstr ""
8428 #: builtin/update-ref.c:19
8429 msgid "delete the reference"
8430 msgstr ""
8432 #: builtin/update-ref.c:21
8433 msgid "update <refname> not the one it points to"
8434 msgstr ""
8436 #: builtin/update-server-info.c:6
8437 msgid "git update-server-info [--force]"
8438 msgstr ""
8440 #: builtin/update-server-info.c:14
8441 msgid "update the info files from scratch"
8442 msgstr ""
8444 #: builtin/verify-pack.c:56
8445 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
8446 msgstr ""
8448 #: builtin/verify-pack.c:66
8449 msgid "verbose"
8450 msgstr ""
8452 #: builtin/verify-pack.c:68
8453 msgid "show statistics only"
8454 msgstr ""
8456 #: builtin/verify-tag.c:17
8457 msgid "git verify-tag [-v|--verbose] <tag>..."
8458 msgstr ""
8460 #: builtin/verify-tag.c:73
8461 msgid "print tag contents"
8462 msgstr ""
8464 #: builtin/write-tree.c:13
8465 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
8466 msgstr ""
8468 #: builtin/write-tree.c:26
8469 msgid "<prefix>/"
8470 msgstr ""
8472 #: builtin/write-tree.c:27
8473 msgid "write tree object for a subdirectory <prefix>"
8474 msgstr ""
8476 #: builtin/write-tree.c:30
8477 msgid "only useful for debugging"
8478 msgstr ""
8480 #: git.c:16
8481 msgid "See 'git help <command>' for more information on a specific command."
8482 msgstr ""
8484 #: parse-options.h:156
8485 msgid "no-op (backward compatibility)"
8486 msgstr ""
8488 #: parse-options.h:232
8489 msgid "be more verbose"
8490 msgstr ""
8492 #: parse-options.h:234
8493 msgid "be more quiet"
8494 msgstr ""
8496 #: parse-options.h:240
8497 msgid "use <n> digits to display SHA-1s"
8498 msgstr ""
8500 #: common-cmds.h:8
8501 msgid "Add file contents to the index"
8502 msgstr ""
8504 #: common-cmds.h:9
8505 msgid "Find by binary search the change that introduced a bug"
8506 msgstr ""
8508 #: common-cmds.h:10
8509 msgid "List, create, or delete branches"
8510 msgstr ""
8512 #: common-cmds.h:11
8513 msgid "Checkout a branch or paths to the working tree"
8514 msgstr ""
8516 #: common-cmds.h:12
8517 msgid "Clone a repository into a new directory"
8518 msgstr ""
8520 #: common-cmds.h:13
8521 msgid "Record changes to the repository"
8522 msgstr ""
8524 #: common-cmds.h:14
8525 msgid "Show changes between commits, commit and working tree, etc"
8526 msgstr ""
8528 #: common-cmds.h:15
8529 msgid "Download objects and refs from another repository"
8530 msgstr ""
8532 #: common-cmds.h:16
8533 msgid "Print lines matching a pattern"
8534 msgstr ""
8536 #: common-cmds.h:17
8537 msgid "Create an empty Git repository or reinitialize an existing one"
8538 msgstr ""
8540 #: common-cmds.h:18
8541 msgid "Show commit logs"
8542 msgstr ""
8544 #: common-cmds.h:19
8545 msgid "Join two or more development histories together"
8546 msgstr ""
8548 #: common-cmds.h:20
8549 msgid "Move or rename a file, a directory, or a symlink"
8550 msgstr ""
8552 #: common-cmds.h:21
8553 msgid "Fetch from and merge with another repository or a local branch"
8554 msgstr ""
8556 #: common-cmds.h:22
8557 msgid "Update remote refs along with associated objects"
8558 msgstr ""
8560 #: common-cmds.h:23
8561 msgid "Forward-port local commits to the updated upstream head"
8562 msgstr ""
8564 #: common-cmds.h:24
8565 msgid "Reset current HEAD to the specified state"
8566 msgstr ""
8568 #: common-cmds.h:25
8569 msgid "Remove files from the working tree and from the index"
8570 msgstr ""
8572 #: common-cmds.h:26
8573 msgid "Show various types of objects"
8574 msgstr ""
8576 #: common-cmds.h:27
8577 msgid "Show the working tree status"
8578 msgstr ""
8580 #: common-cmds.h:28
8581 msgid "Create, list, delete or verify a tag object signed with GPG"
8582 msgstr ""
8584 #: git-am.sh:50
8585 msgid "You need to set your committer info first"
8586 msgstr ""
8588 #: git-am.sh:95
8589 msgid ""
8590 "You seem to have moved HEAD since the last 'am' failure.\n"
8591 "Not rewinding to ORIG_HEAD"
8592 msgstr ""
8594 #: git-am.sh:105
8595 #, sh-format
8596 msgid ""
8597 "When you have resolved this problem, run \"$cmdline --resolved\".\n"
8598 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
8599 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
8600 msgstr ""
8602 #: git-am.sh:121
8603 msgid "Cannot fall back to three-way merge."
8604 msgstr ""
8606 #: git-am.sh:137
8607 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8608 msgstr ""
8610 #: git-am.sh:139
8611 msgid "Using index info to reconstruct a base tree..."
8612 msgstr ""
8614 #: git-am.sh:154
8615 msgid ""
8616 "Did you hand edit your patch?\n"
8617 "It does not apply to blobs recorded in its index."
8618 msgstr ""
8620 #: git-am.sh:163
8621 msgid "Falling back to patching base and 3-way merge..."
8622 msgstr ""
8624 #: git-am.sh:179
8625 msgid "Failed to merge in the changes."
8626 msgstr ""
8628 #: git-am.sh:274
8629 msgid "Only one StGIT patch series can be applied at once"
8630 msgstr ""
8632 #: git-am.sh:361
8633 #, sh-format
8634 msgid "Patch format $patch_format is not supported."
8635 msgstr ""
8637 #: git-am.sh:363
8638 msgid "Patch format detection failed."
8639 msgstr ""
8641 #: git-am.sh:389
8642 msgid ""
8643 "The -b/--binary option has been a no-op for long time, and\n"
8644 "it will be removed. Please do not use it anymore."
8645 msgstr ""
8647 #: git-am.sh:477
8648 #, sh-format
8649 msgid "previous rebase directory $dotest still exists but mbox given."
8650 msgstr ""
8652 #: git-am.sh:482
8653 msgid "Please make up your mind. --skip or --abort?"
8654 msgstr ""
8656 #: git-am.sh:509
8657 msgid "Resolve operation not in progress, we are not resuming."
8658 msgstr ""
8660 #: git-am.sh:575
8661 #, sh-format
8662 msgid "Dirty index: cannot apply patches (dirty: $files)"
8663 msgstr ""
8665 #: git-am.sh:679
8666 #, sh-format
8667 msgid ""
8668 "Patch is empty.  Was it split wrong?\n"
8669 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
8670 "To restore the original branch and stop patching run \"$cmdline --abort\"."
8671 msgstr ""
8673 #: git-am.sh:706
8674 msgid "Patch does not have a valid e-mail address."
8675 msgstr ""
8677 #: git-am.sh:753
8678 msgid "cannot be interactive without stdin connected to a terminal."
8679 msgstr ""
8681 #: git-am.sh:757
8682 msgid "Commit Body is:"
8683 msgstr ""
8685 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8686 #. in your translation. The program will only accept English
8687 #. input at this point.
8688 #: git-am.sh:764
8689 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
8690 msgstr ""
8692 #: git-am.sh:800
8693 #, sh-format
8694 msgid "Applying: $FIRSTLINE"
8695 msgstr ""
8697 #: git-am.sh:821
8698 msgid ""
8699 "No changes - did you forget to use 'git add'?\n"
8700 "If there is nothing left to stage, chances are that something else\n"
8701 "already introduced the same changes; you might want to skip this patch."
8702 msgstr ""
8704 #: git-am.sh:829
8705 msgid ""
8706 "You still have unmerged paths in your index\n"
8707 "did you forget to use 'git add'?"
8708 msgstr ""
8710 #: git-am.sh:845
8711 msgid "No changes -- Patch already applied."
8712 msgstr ""
8714 #: git-am.sh:855
8715 #, sh-format
8716 msgid "Patch failed at $msgnum $FIRSTLINE"
8717 msgstr ""
8719 #: git-am.sh:858
8720 #, sh-format
8721 msgid ""
8722 "The copy of the patch that failed is found in:\n"
8723 "   $dotest/patch"
8724 msgstr ""
8726 #: git-am.sh:876
8727 msgid "applying to an empty history"
8728 msgstr ""
8730 #: git-bisect.sh:48
8731 msgid "You need to start by \"git bisect start\""
8732 msgstr ""
8734 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8735 #. translation. The program will only accept English input
8736 #. at this point.
8737 #: git-bisect.sh:54
8738 msgid "Do you want me to do it for you [Y/n]? "
8739 msgstr ""
8741 #: git-bisect.sh:95
8742 #, sh-format
8743 msgid "unrecognised option: '$arg'"
8744 msgstr ""
8746 #: git-bisect.sh:99
8747 #, sh-format
8748 msgid "'$arg' does not appear to be a valid revision"
8749 msgstr ""
8751 #: git-bisect.sh:117
8752 msgid "Bad HEAD - I need a HEAD"
8753 msgstr ""
8755 #: git-bisect.sh:130
8756 #, sh-format
8757 msgid ""
8758 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
8759 msgstr ""
8761 #: git-bisect.sh:140
8762 msgid "won't bisect on seeked tree"
8763 msgstr ""
8765 #: git-bisect.sh:144
8766 msgid "Bad HEAD - strange symbolic ref"
8767 msgstr ""
8769 #: git-bisect.sh:189
8770 #, sh-format
8771 msgid "Bad bisect_write argument: $state"
8772 msgstr ""
8774 #: git-bisect.sh:218
8775 #, sh-format
8776 msgid "Bad rev input: $arg"
8777 msgstr ""
8779 #: git-bisect.sh:232
8780 msgid "Please call 'bisect_state' with at least one argument."
8781 msgstr ""
8783 #: git-bisect.sh:244
8784 #, sh-format
8785 msgid "Bad rev input: $rev"
8786 msgstr ""
8788 #: git-bisect.sh:250
8789 msgid "'git bisect bad' can take only one argument."
8790 msgstr ""
8792 #. have bad but not good.  we could bisect although
8793 #. this is less optimum.
8794 #: git-bisect.sh:273
8795 msgid "Warning: bisecting only with a bad commit."
8796 msgstr ""
8798 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8799 #. translation. The program will only accept English input
8800 #. at this point.
8801 #: git-bisect.sh:279
8802 msgid "Are you sure [Y/n]? "
8803 msgstr ""
8805 #: git-bisect.sh:289
8806 msgid ""
8807 "You need to give me at least one good and one bad revisions.\n"
8808 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
8809 msgstr ""
8811 #: git-bisect.sh:292
8812 msgid ""
8813 "You need to start by \"git bisect start\".\n"
8814 "You then need to give me at least one good and one bad revisions.\n"
8815 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
8816 msgstr ""
8818 #: git-bisect.sh:347 git-bisect.sh:474
8819 msgid "We are not bisecting."
8820 msgstr ""
8822 #: git-bisect.sh:354
8823 #, sh-format
8824 msgid "'$invalid' is not a valid commit"
8825 msgstr ""
8827 #: git-bisect.sh:363
8828 #, sh-format
8829 msgid ""
8830 "Could not check out original HEAD '$branch'.\n"
8831 "Try 'git bisect reset <commit>'."
8832 msgstr ""
8834 #: git-bisect.sh:390
8835 msgid "No logfile given"
8836 msgstr ""
8838 #: git-bisect.sh:391
8839 #, sh-format
8840 msgid "cannot read $file for replaying"
8841 msgstr ""
8843 #: git-bisect.sh:408
8844 msgid "?? what are you talking about?"
8845 msgstr ""
8847 #: git-bisect.sh:420
8848 #, sh-format
8849 msgid "running $command"
8850 msgstr ""
8852 #: git-bisect.sh:427
8853 #, sh-format
8854 msgid ""
8855 "bisect run failed:\n"
8856 "exit code $res from '$command' is < 0 or >= 128"
8857 msgstr ""
8859 #: git-bisect.sh:453
8860 msgid "bisect run cannot continue any more"
8861 msgstr ""
8863 #: git-bisect.sh:459
8864 #, sh-format
8865 msgid ""
8866 "bisect run failed:\n"
8867 "'bisect_state $state' exited with error code $res"
8868 msgstr ""
8870 #: git-bisect.sh:466
8871 msgid "bisect run success"
8872 msgstr ""
8874 #: git-pull.sh:21
8875 msgid ""
8876 "Pull is not possible because you have unmerged files.\n"
8877 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
8878 "as appropriate to mark resolution, or use 'git commit -a'."
8879 msgstr ""
8881 #: git-pull.sh:25
8882 msgid "Pull is not possible because you have unmerged files."
8883 msgstr ""
8885 #: git-pull.sh:203
8886 msgid "updating an unborn branch with changes added to the index"
8887 msgstr ""
8889 #. The fetch involved updating the current branch.
8890 #. The working tree and the index file is still based on the
8891 #. $orig_head commit, but we are merging into $curr_head.
8892 #. First update the working tree to match $curr_head.
8893 #: git-pull.sh:235
8894 #, sh-format
8895 msgid ""
8896 "Warning: fetch updated the current branch head.\n"
8897 "Warning: fast-forwarding your working tree from\n"
8898 "Warning: commit $orig_head."
8899 msgstr ""
8901 #: git-pull.sh:260
8902 msgid "Cannot merge multiple branches into empty head"
8903 msgstr ""
8905 #: git-pull.sh:264
8906 msgid "Cannot rebase onto multiple branches"
8907 msgstr ""
8909 #: git-rebase.sh:53
8910 msgid ""
8911 "When you have resolved this problem, run \"git rebase --continue\".\n"
8912 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
8913 "To check out the original branch and stop rebasing, run \"git rebase --abort"
8914 "\"."
8915 msgstr ""
8917 #: git-rebase.sh:160
8918 msgid "The pre-rebase hook refused to rebase."
8919 msgstr ""
8921 #: git-rebase.sh:165
8922 msgid "It looks like git-am is in progress. Cannot rebase."
8923 msgstr ""
8925 #: git-rebase.sh:296
8926 msgid "The --exec option must be used with the --interactive option"
8927 msgstr ""
8929 #: git-rebase.sh:301
8930 msgid "No rebase in progress?"
8931 msgstr ""
8933 #: git-rebase.sh:312
8934 msgid "The --edit-todo action can only be used during interactive rebase."
8935 msgstr ""
8937 #: git-rebase.sh:319
8938 msgid "Cannot read HEAD"
8939 msgstr ""
8941 #: git-rebase.sh:322
8942 msgid ""
8943 "You must edit all merge conflicts and then\n"
8944 "mark them as resolved using git add"
8945 msgstr ""
8947 #: git-rebase.sh:340
8948 #, sh-format
8949 msgid "Could not move back to $head_name"
8950 msgstr ""
8952 #: git-rebase.sh:359
8953 #, sh-format
8954 msgid ""
8955 "It seems that there is already a $state_dir_base directory, and\n"
8956 "I wonder if you are in the middle of another rebase.  If that is the\n"
8957 "case, please try\n"
8958 "\t$cmd_live_rebase\n"
8959 "If that is not the case, please\n"
8960 "\t$cmd_clear_stale_rebase\n"
8961 "and run me again.  I am stopping in case you still have something\n"
8962 "valuable there."
8963 msgstr ""
8965 #: git-rebase.sh:404
8966 #, sh-format
8967 msgid "invalid upstream $upstream_name"
8968 msgstr ""
8970 #: git-rebase.sh:428
8971 #, sh-format
8972 msgid "$onto_name: there are more than one merge bases"
8973 msgstr ""
8975 #: git-rebase.sh:431 git-rebase.sh:435
8976 #, sh-format
8977 msgid "$onto_name: there is no merge base"
8978 msgstr ""
8980 #: git-rebase.sh:440
8981 #, sh-format
8982 msgid "Does not point to a valid commit: $onto_name"
8983 msgstr ""
8985 #: git-rebase.sh:463
8986 #, sh-format
8987 msgid "fatal: no such branch: $branch_name"
8988 msgstr ""
8990 #: git-rebase.sh:483
8991 msgid "Please commit or stash them."
8992 msgstr ""
8994 #: git-rebase.sh:501
8995 #, sh-format
8996 msgid "Current branch $branch_name is up to date."
8997 msgstr ""
8999 #: git-rebase.sh:504
9000 #, sh-format
9001 msgid "Current branch $branch_name is up to date, rebase forced."
9002 msgstr ""
9004 #: git-rebase.sh:515
9005 #, sh-format
9006 msgid "Changes from $mb to $onto:"
9007 msgstr ""
9009 #. Detach HEAD and reset the tree
9010 #: git-rebase.sh:524
9011 msgid "First, rewinding head to replay your work on top of it..."
9012 msgstr ""
9014 #: git-rebase.sh:532
9015 #, sh-format
9016 msgid "Fast-forwarded $branch_name to $onto_name."
9017 msgstr ""
9019 #: git-stash.sh:51
9020 msgid "git stash clear with parameters is unimplemented"
9021 msgstr ""
9023 #: git-stash.sh:74
9024 msgid "You do not have the initial commit yet"
9025 msgstr ""
9027 #: git-stash.sh:89
9028 msgid "Cannot save the current index state"
9029 msgstr ""
9031 #: git-stash.sh:123 git-stash.sh:136
9032 msgid "Cannot save the current worktree state"
9033 msgstr ""
9035 #: git-stash.sh:140
9036 msgid "No changes selected"
9037 msgstr ""
9039 #: git-stash.sh:143
9040 msgid "Cannot remove temporary index (can't happen)"
9041 msgstr ""
9043 #: git-stash.sh:156
9044 msgid "Cannot record working tree state"
9045 msgstr ""
9047 #. TRANSLATORS: $option is an invalid option, like
9048 #. `--blah-blah'. The 7 spaces at the beginning of the
9049 #. second line correspond to "error: ". So you should line
9050 #. up the second line with however many characters the
9051 #. translation of "error: " takes in your language. E.g. in
9052 #. English this is:
9054 #. $ git stash save --blah-blah 2>&1 | head -n 2
9055 #. error: unknown option for 'stash save': --blah-blah
9056 #. To provide a message, use git stash save -- '--blah-blah'
9057 #: git-stash.sh:202
9058 #, sh-format
9059 msgid ""
9060 "error: unknown option for 'stash save': $option\n"
9061 "       To provide a message, use git stash save -- '$option'"
9062 msgstr ""
9064 #: git-stash.sh:223
9065 msgid "No local changes to save"
9066 msgstr ""
9068 #: git-stash.sh:227
9069 msgid "Cannot initialize stash"
9070 msgstr ""
9072 #: git-stash.sh:235
9073 msgid "Cannot save the current status"
9074 msgstr ""
9076 #: git-stash.sh:253
9077 msgid "Cannot remove worktree changes"
9078 msgstr ""
9080 #: git-stash.sh:352
9081 msgid "No stash found."
9082 msgstr ""
9084 #: git-stash.sh:359
9085 #, sh-format
9086 msgid "Too many revisions specified: $REV"
9087 msgstr ""
9089 #: git-stash.sh:365
9090 #, sh-format
9091 msgid "$reference is not valid reference"
9092 msgstr ""
9094 #: git-stash.sh:393
9095 #, sh-format
9096 msgid "'$args' is not a stash-like commit"
9097 msgstr ""
9099 #: git-stash.sh:404
9100 #, sh-format
9101 msgid "'$args' is not a stash reference"
9102 msgstr ""
9104 #: git-stash.sh:412
9105 msgid "unable to refresh index"
9106 msgstr ""
9108 #: git-stash.sh:416
9109 msgid "Cannot apply a stash in the middle of a merge"
9110 msgstr ""
9112 #: git-stash.sh:424
9113 msgid "Conflicts in index. Try without --index."
9114 msgstr ""
9116 #: git-stash.sh:426
9117 msgid "Could not save index tree"
9118 msgstr ""
9120 #: git-stash.sh:460
9121 msgid "Cannot unstage modified files"
9122 msgstr ""
9124 #: git-stash.sh:475
9125 msgid "Index was not unstashed."
9126 msgstr ""
9128 #: git-stash.sh:492
9129 #, sh-format
9130 msgid "Dropped ${REV} ($s)"
9131 msgstr ""
9133 #: git-stash.sh:493
9134 #, sh-format
9135 msgid "${REV}: Could not drop stash entry"
9136 msgstr ""
9138 #: git-stash.sh:500
9139 msgid "No branch name specified"
9140 msgstr ""
9142 #: git-stash.sh:571
9143 msgid "(To restore them type \"git stash apply\")"
9144 msgstr ""
9146 #: git-submodule.sh:91
9147 #, sh-format
9148 msgid "cannot strip one component off url '$remoteurl'"
9149 msgstr ""
9151 #: git-submodule.sh:196
9152 #, sh-format
9153 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
9154 msgstr ""
9156 #: git-submodule.sh:239
9157 #, sh-format
9158 msgid "Clone of '$url' into submodule path '$sm_path' failed"
9159 msgstr ""
9161 #: git-submodule.sh:251
9162 #, sh-format
9163 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
9164 msgstr ""
9166 #: git-submodule.sh:349
9167 #, sh-format
9168 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
9169 msgstr ""
9171 #: git-submodule.sh:366
9172 #, sh-format
9173 msgid "'$sm_path' already exists in the index"
9174 msgstr ""
9176 #: git-submodule.sh:370
9177 #, sh-format
9178 msgid ""
9179 "The following path is ignored by one of your .gitignore files:\n"
9180 "$sm_path\n"
9181 "Use -f if you really want to add it."
9182 msgstr ""
9184 #: git-submodule.sh:388
9185 #, sh-format
9186 msgid "Adding existing repo at '$sm_path' to the index"
9187 msgstr ""
9189 #: git-submodule.sh:390
9190 #, sh-format
9191 msgid "'$sm_path' already exists and is not a valid git repo"
9192 msgstr ""
9194 #: git-submodule.sh:398
9195 #, sh-format
9196 msgid "A git directory for '$sm_name' is found locally with remote(s):"
9197 msgstr ""
9199 #: git-submodule.sh:400
9200 #, sh-format
9201 msgid ""
9202 "If you want to reuse this local git directory instead of cloning again from"
9203 msgstr ""
9205 #: git-submodule.sh:402
9206 #, sh-format
9207 msgid ""
9208 "use the '--force' option. If the local git directory is not the correct repo"
9209 msgstr ""
9211 #: git-submodule.sh:403
9212 #, sh-format
9213 msgid ""
9214 "or you are unsure what this means choose another name with the '--name' "
9215 "option."
9216 msgstr ""
9218 #: git-submodule.sh:405
9219 #, sh-format
9220 msgid "Reactivating local git directory for submodule '$sm_name'."
9221 msgstr ""
9223 #: git-submodule.sh:417
9224 #, sh-format
9225 msgid "Unable to checkout submodule '$sm_path'"
9226 msgstr ""
9228 #: git-submodule.sh:422
9229 #, sh-format
9230 msgid "Failed to add submodule '$sm_path'"
9231 msgstr ""
9233 #: git-submodule.sh:431
9234 #, sh-format
9235 msgid "Failed to register submodule '$sm_path'"
9236 msgstr ""
9238 #: git-submodule.sh:474
9239 #, sh-format
9240 msgid "Entering '$prefix$sm_path'"
9241 msgstr ""
9243 #: git-submodule.sh:488
9244 #, sh-format
9245 msgid "Stopping at '$sm_path'; script returned non-zero status."
9246 msgstr ""
9248 #: git-submodule.sh:532
9249 #, sh-format
9250 msgid "No url found for submodule path '$sm_path' in .gitmodules"
9251 msgstr ""
9253 #: git-submodule.sh:541
9254 #, sh-format
9255 msgid "Failed to register url for submodule path '$sm_path'"
9256 msgstr ""
9258 #: git-submodule.sh:543
9259 #, sh-format
9260 msgid "Submodule '$name' ($url) registered for path '$sm_path'"
9261 msgstr ""
9263 #: git-submodule.sh:551
9264 #, sh-format
9265 msgid "Failed to register update mode for submodule path '$sm_path'"
9266 msgstr ""
9268 #: git-submodule.sh:588
9269 #, sh-format
9270 msgid "Use '.' if you really want to deinitialize all submodules"
9271 msgstr ""
9273 #: git-submodule.sh:603
9274 #, sh-format
9275 msgid "Submodule work tree '$sm_path' contains a .git directory"
9276 msgstr ""
9278 #: git-submodule.sh:604
9279 #, sh-format
9280 msgid ""
9281 "(use 'rm -rf' if you really want to remove it including all of its history)"
9282 msgstr ""
9284 #: git-submodule.sh:610
9285 #, sh-format
9286 msgid ""
9287 "Submodule work tree '$sm_path' contains local modifications; use '-f' to "
9288 "discard them"
9289 msgstr ""
9291 #: git-submodule.sh:613
9292 #, sh-format
9293 msgid "Cleared directory '$sm_path'"
9294 msgstr ""
9296 #: git-submodule.sh:614
9297 #, sh-format
9298 msgid "Could not remove submodule work tree '$sm_path'"
9299 msgstr ""
9301 #: git-submodule.sh:617
9302 #, sh-format
9303 msgid "Could not create empty submodule directory '$sm_path'"
9304 msgstr ""
9306 #: git-submodule.sh:626
9307 #, sh-format
9308 msgid "Submodule '$name' ($url) unregistered for path '$sm_path'"
9309 msgstr ""
9311 #: git-submodule.sh:731
9312 #, sh-format
9313 msgid ""
9314 "Submodule path '$prefix$sm_path' not initialized\n"
9315 "Maybe you want to use 'update --init'?"
9316 msgstr ""
9318 #: git-submodule.sh:744
9319 #, sh-format
9320 msgid "Unable to find current revision in submodule path '$prefix$sm_path'"
9321 msgstr ""
9323 #: git-submodule.sh:753
9324 #, sh-format
9325 msgid "Unable to fetch in submodule path '$sm_path'"
9326 msgstr ""
9328 #: git-submodule.sh:777
9329 #, sh-format
9330 msgid "Unable to fetch in submodule path '$prefix$sm_path'"
9331 msgstr ""
9333 #: git-submodule.sh:791
9334 #, sh-format
9335 msgid "Unable to rebase '$sha1' in submodule path '$prefix$sm_path'"
9336 msgstr ""
9338 #: git-submodule.sh:792
9339 #, sh-format
9340 msgid "Submodule path '$prefix$sm_path': rebased into '$sha1'"
9341 msgstr ""
9343 #: git-submodule.sh:797
9344 #, sh-format
9345 msgid "Unable to merge '$sha1' in submodule path '$prefix$sm_path'"
9346 msgstr ""
9348 #: git-submodule.sh:798
9349 #, sh-format
9350 msgid "Submodule path '$prefix$sm_path': merged in '$sha1'"
9351 msgstr ""
9353 #: git-submodule.sh:803
9354 #, sh-format
9355 msgid "Unable to checkout '$sha1' in submodule path '$prefix$sm_path'"
9356 msgstr ""
9358 #: git-submodule.sh:804
9359 #, sh-format
9360 msgid "Submodule path '$prefix$sm_path': checked out '$sha1'"
9361 msgstr ""
9363 #: git-submodule.sh:831
9364 #, sh-format
9365 msgid "Failed to recurse into submodule path '$prefix$sm_path'"
9366 msgstr ""
9368 #: git-submodule.sh:939
9369 msgid "The --cached option cannot be used with the --files option"
9370 msgstr ""
9372 #. unexpected type
9373 #: git-submodule.sh:979
9374 #, sh-format
9375 msgid "unexpected mode $mod_dst"
9376 msgstr ""
9378 #: git-submodule.sh:997
9379 #, sh-format
9380 msgid "  Warn: $name doesn't contain commit $sha1_src"
9381 msgstr ""
9383 #: git-submodule.sh:1000
9384 #, sh-format
9385 msgid "  Warn: $name doesn't contain commit $sha1_dst"
9386 msgstr ""
9388 #: git-submodule.sh:1003
9389 #, sh-format
9390 msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
9391 msgstr ""
9393 #: git-submodule.sh:1028
9394 msgid "blob"
9395 msgstr ""
9397 #: git-submodule.sh:1066
9398 msgid "Submodules changed but not updated:"
9399 msgstr ""
9401 #: git-submodule.sh:1068
9402 msgid "Submodule changes to be committed:"
9403 msgstr ""
9405 #: git-submodule.sh:1153
9406 #, sh-format
9407 msgid "Failed to recurse into submodule path '$sm_path'"
9408 msgstr ""
9410 #: git-submodule.sh:1216
9411 #, sh-format
9412 msgid "Synchronizing submodule url for '$prefix$sm_path'"
9413 msgstr ""