l10n: fr.po 2194/1294 messages translated
[git/mingw.git] / po / git.pot
blob58af01a2196065cf86a16b1cb50dde04846b43ed
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-11-02 08:06+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:57
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:87
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:242 builtin/add.c:240 builtin/add.c:556 builtin/rm.c:328
56 #, c-format
57 msgid "pathspec '%s' did not match any files"
58 msgstr ""
60 #: archive.c:327
61 msgid "fmt"
62 msgstr ""
64 #: archive.c:327
65 msgid "archive format"
66 msgstr ""
68 #: archive.c:328 builtin/log.c:1193
69 msgid "prefix"
70 msgstr ""
72 #: archive.c:329
73 msgid "prepend prefix to each pathname in the archive"
74 msgstr ""
76 #: archive.c:330 builtin/archive.c:88 builtin/blame.c:2264
77 #: builtin/blame.c:2265 builtin/config.c:58 builtin/fast-export.c:680
78 #: builtin/fast-export.c:682 builtin/grep.c:716 builtin/hash-object.c:77
79 #: builtin/ls-files.c:486 builtin/ls-files.c:489 builtin/notes.c:408
80 #: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:154
81 msgid "file"
82 msgstr ""
84 #: archive.c:331 builtin/archive.c:89
85 msgid "write the archive to this file"
86 msgstr ""
88 #: archive.c:333
89 msgid "read .gitattributes in working directory"
90 msgstr ""
92 #: archive.c:334
93 msgid "report archived files on stderr"
94 msgstr ""
96 #: archive.c:335
97 msgid "store only"
98 msgstr ""
100 #: archive.c:336
101 msgid "compress faster"
102 msgstr ""
104 #: archive.c:344
105 msgid "compress better"
106 msgstr ""
108 #: archive.c:347
109 msgid "list supported archive formats"
110 msgstr ""
112 #: archive.c:349 builtin/archive.c:90 builtin/clone.c:84
113 msgid "repo"
114 msgstr ""
116 #: archive.c:350 builtin/archive.c:91
117 msgid "retrieve the archive from remote repository <repo>"
118 msgstr ""
120 #: archive.c:351 builtin/archive.c:92 builtin/notes.c:487
121 msgid "command"
122 msgstr ""
124 #: archive.c:352 builtin/archive.c:93
125 msgid "path to the remote git-upload-archive command"
126 msgstr ""
128 #: attr.c:259
129 msgid ""
130 "Negative patterns are ignored in git attributes\n"
131 "Use '\\!' for literal leading exclamation."
132 msgstr ""
134 #: branch.c:60
135 #, c-format
136 msgid "Not setting branch %s as its own upstream."
137 msgstr ""
139 #: branch.c:82
140 #, c-format
141 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
142 msgstr ""
144 #: branch.c:83
145 #, c-format
146 msgid "Branch %s set up to track remote branch %s from %s."
147 msgstr ""
149 #: branch.c:87
150 #, c-format
151 msgid "Branch %s set up to track local branch %s by rebasing."
152 msgstr ""
154 #: branch.c:88
155 #, c-format
156 msgid "Branch %s set up to track local branch %s."
157 msgstr ""
159 #: branch.c:92
160 #, c-format
161 msgid "Branch %s set up to track remote ref %s by rebasing."
162 msgstr ""
164 #: branch.c:93
165 #, c-format
166 msgid "Branch %s set up to track remote ref %s."
167 msgstr ""
169 #: branch.c:97
170 #, c-format
171 msgid "Branch %s set up to track local ref %s by rebasing."
172 msgstr ""
174 #: branch.c:98
175 #, c-format
176 msgid "Branch %s set up to track local ref %s."
177 msgstr ""
179 #: branch.c:118
180 #, c-format
181 msgid "Tracking not set up: name too long: %s"
182 msgstr ""
184 #: branch.c:137
185 #, c-format
186 msgid "Not tracking: ambiguous information for ref %s"
187 msgstr ""
189 #: branch.c:182
190 #, c-format
191 msgid "'%s' is not a valid branch name."
192 msgstr ""
194 #: branch.c:187
195 #, c-format
196 msgid "A branch named '%s' already exists."
197 msgstr ""
199 #: branch.c:195
200 msgid "Cannot force update the current branch."
201 msgstr ""
203 #: branch.c:215
204 #, c-format
205 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
206 msgstr ""
208 #: branch.c:217
209 #, c-format
210 msgid "the requested upstream branch '%s' does not exist"
211 msgstr ""
213 #: branch.c:219
214 msgid ""
215 "\n"
216 "If you are planning on basing your work on an upstream\n"
217 "branch that already exists at the remote, you may need to\n"
218 "run \"git fetch\" to retrieve it.\n"
219 "\n"
220 "If you are planning to push out a new local branch that\n"
221 "will track its remote counterpart, you may want to use\n"
222 "\"git push -u\" to set the upstream config as you push."
223 msgstr ""
225 #: branch.c:264
226 #, c-format
227 msgid "Not a valid object name: '%s'."
228 msgstr ""
230 #: branch.c:284
231 #, c-format
232 msgid "Ambiguous object name: '%s'."
233 msgstr ""
235 #: branch.c:289
236 #, c-format
237 msgid "Not a valid branch point: '%s'."
238 msgstr ""
240 #: branch.c:295
241 msgid "Failed to lock ref for update"
242 msgstr ""
244 #: branch.c:313
245 msgid "Failed to write ref"
246 msgstr ""
248 #: bundle.c:36
249 #, c-format
250 msgid "'%s' does not look like a v2 bundle file"
251 msgstr ""
253 #: bundle.c:63
254 #, c-format
255 msgid "unrecognized header: %s%s (%d)"
256 msgstr ""
258 #: bundle.c:89 builtin/commit.c:706
259 #, c-format
260 msgid "could not open '%s'"
261 msgstr ""
263 #: bundle.c:140
264 msgid "Repository lacks these prerequisite commits:"
265 msgstr ""
267 #: bundle.c:164 sequencer.c:662 sequencer.c:1112 builtin/log.c:332
268 #: builtin/log.c:821 builtin/log.c:1418 builtin/log.c:1644 builtin/merge.c:364
269 #: builtin/shortlog.c:158
270 msgid "revision walk setup failed"
271 msgstr ""
273 #: bundle.c:186
274 #, c-format
275 msgid "The bundle contains this ref:"
276 msgid_plural "The bundle contains these %d refs:"
277 msgstr[0] ""
278 msgstr[1] ""
280 #: bundle.c:193
281 msgid "The bundle records a complete history."
282 msgstr ""
284 #: bundle.c:195
285 #, c-format
286 msgid "The bundle requires this ref:"
287 msgid_plural "The bundle requires these %d refs:"
288 msgstr[0] ""
289 msgstr[1] ""
291 #: bundle.c:294
292 msgid "rev-list died"
293 msgstr ""
295 #: bundle.c:300 builtin/log.c:1329 builtin/shortlog.c:261
296 #, c-format
297 msgid "unrecognized argument: %s"
298 msgstr ""
300 #: bundle.c:335
301 #, c-format
302 msgid "ref '%s' is excluded by the rev-list options"
303 msgstr ""
305 #: bundle.c:380
306 msgid "Refusing to create empty bundle."
307 msgstr ""
309 #: bundle.c:398
310 msgid "Could not spawn pack-objects"
311 msgstr ""
313 #: bundle.c:416
314 msgid "pack-objects died"
315 msgstr ""
317 #: bundle.c:419
318 #, c-format
319 msgid "cannot create '%s'"
320 msgstr ""
322 #: bundle.c:441
323 msgid "index-pack died"
324 msgstr ""
326 #: commit.c:53
327 #, c-format
328 msgid "could not parse %s"
329 msgstr ""
331 #: commit.c:55
332 #, c-format
333 msgid "%s %s is not a commit!"
334 msgstr ""
336 #: compat/obstack.c:406 compat/obstack.c:408
337 msgid "memory exhausted"
338 msgstr ""
340 #: connected.c:60
341 msgid "Could not run 'git rev-list'"
342 msgstr ""
344 #: connected.c:80
345 #, c-format
346 msgid "failed write to rev-list: %s"
347 msgstr ""
349 #: connected.c:88
350 #, c-format
351 msgid "failed to close rev-list's stdin: %s"
352 msgstr ""
354 #: date.c:95
355 msgid "in the future"
356 msgstr ""
358 #: date.c:101
359 #, c-format
360 msgid "%lu second ago"
361 msgid_plural "%lu seconds ago"
362 msgstr[0] ""
363 msgstr[1] ""
365 #: date.c:108
366 #, c-format
367 msgid "%lu minute ago"
368 msgid_plural "%lu minutes ago"
369 msgstr[0] ""
370 msgstr[1] ""
372 #: date.c:115
373 #, c-format
374 msgid "%lu hour ago"
375 msgid_plural "%lu hours ago"
376 msgstr[0] ""
377 msgstr[1] ""
379 #: date.c:122
380 #, c-format
381 msgid "%lu day ago"
382 msgid_plural "%lu days ago"
383 msgstr[0] ""
384 msgstr[1] ""
386 #: date.c:128
387 #, c-format
388 msgid "%lu week ago"
389 msgid_plural "%lu weeks ago"
390 msgstr[0] ""
391 msgstr[1] ""
393 #: date.c:135
394 #, c-format
395 msgid "%lu month ago"
396 msgid_plural "%lu months ago"
397 msgstr[0] ""
398 msgstr[1] ""
400 #: date.c:146
401 #, c-format
402 msgid "%lu year"
403 msgid_plural "%lu years"
404 msgstr[0] ""
405 msgstr[1] ""
407 #: date.c:149
408 #, c-format
409 msgid "%s, %lu month ago"
410 msgid_plural "%s, %lu months ago"
411 msgstr[0] ""
412 msgstr[1] ""
414 #: date.c:154 date.c:159
415 #, c-format
416 msgid "%lu year ago"
417 msgid_plural "%lu years ago"
418 msgstr[0] ""
419 msgstr[1] ""
421 #: diff.c:112
422 #, c-format
423 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
424 msgstr ""
426 #: diff.c:117
427 #, c-format
428 msgid "  Unknown dirstat parameter '%s'\n"
429 msgstr ""
431 #: diff.c:210
432 #, c-format
433 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
434 msgstr ""
436 #: diff.c:260
437 #, c-format
438 msgid ""
439 "Found errors in 'diff.dirstat' config variable:\n"
440 "%s"
441 msgstr ""
443 #: diff.c:3490
444 #, c-format
445 msgid ""
446 "Failed to parse --dirstat/-X option parameter:\n"
447 "%s"
448 msgstr ""
450 #: diff.c:3504
451 #, c-format
452 msgid "Failed to parse --submodule option parameter: '%s'"
453 msgstr ""
455 #: gpg-interface.c:59 gpg-interface.c:131
456 msgid "could not run gpg."
457 msgstr ""
459 #: gpg-interface.c:71
460 msgid "gpg did not accept the data"
461 msgstr ""
463 #: gpg-interface.c:82
464 msgid "gpg failed to sign the data"
465 msgstr ""
467 #: gpg-interface.c:115
468 #, c-format
469 msgid "could not create temporary file '%s': %s"
470 msgstr ""
472 #: gpg-interface.c:118
473 #, c-format
474 msgid "failed writing detached signature to '%s': %s"
475 msgstr ""
477 #: grep.c:1695
478 #, c-format
479 msgid "'%s': unable to read %s"
480 msgstr ""
482 #: grep.c:1712
483 #, c-format
484 msgid "'%s': %s"
485 msgstr ""
487 #: grep.c:1723
488 #, c-format
489 msgid "'%s': short read %s"
490 msgstr ""
492 #: help.c:210
493 #, c-format
494 msgid "available git commands in '%s'"
495 msgstr ""
497 #: help.c:217
498 msgid "git commands available from elsewhere on your $PATH"
499 msgstr ""
501 #: help.c:233
502 msgid "The most commonly used git commands are:"
503 msgstr ""
505 #: help.c:290
506 #, c-format
507 msgid ""
508 "'%s' appears to be a git command, but we were not\n"
509 "able to execute it. Maybe git-%s is broken?"
510 msgstr ""
512 #: help.c:347
513 msgid "Uh oh. Your system reports no Git commands at all."
514 msgstr ""
516 #: help.c:369
517 #, c-format
518 msgid ""
519 "WARNING: You called a Git command named '%s', which does not exist.\n"
520 "Continuing under the assumption that you meant '%s'"
521 msgstr ""
523 #: help.c:374
524 #, c-format
525 msgid "in %0.1f seconds automatically..."
526 msgstr ""
528 #: help.c:381
529 #, c-format
530 msgid "git: '%s' is not a git command. See 'git --help'."
531 msgstr ""
533 #: help.c:385 help.c:444
534 msgid ""
535 "\n"
536 "Did you mean this?"
537 msgid_plural ""
538 "\n"
539 "Did you mean one of these?"
540 msgstr[0] ""
541 msgstr[1] ""
543 #: help.c:440
544 #, c-format
545 msgid "%s: %s - %s"
546 msgstr ""
548 #: merge.c:56
549 msgid "failed to read the cache"
550 msgstr ""
552 #: merge.c:110 builtin/checkout.c:358 builtin/checkout.c:559
553 #: builtin/clone.c:655
554 msgid "unable to write new index file"
555 msgstr ""
557 #: merge-recursive.c:190
558 #, c-format
559 msgid "(bad commit)\n"
560 msgstr ""
562 #: merge-recursive.c:206
563 #, c-format
564 msgid "addinfo_cache failed for path '%s'"
565 msgstr ""
567 #: merge-recursive.c:269
568 msgid "error building trees"
569 msgstr ""
571 #: merge-recursive.c:673
572 #, c-format
573 msgid "failed to create path '%s'%s"
574 msgstr ""
576 #: merge-recursive.c:684
577 #, c-format
578 msgid "Removing %s to make room for subdirectory\n"
579 msgstr ""
581 #. something else exists
582 #. .. but not some other error (who really cares what?)
583 #: merge-recursive.c:698 merge-recursive.c:719
584 msgid ": perhaps a D/F conflict?"
585 msgstr ""
587 #: merge-recursive.c:709
588 #, c-format
589 msgid "refusing to lose untracked file at '%s'"
590 msgstr ""
592 #: merge-recursive.c:749
593 #, c-format
594 msgid "cannot read object %s '%s'"
595 msgstr ""
597 #: merge-recursive.c:751
598 #, c-format
599 msgid "blob expected for %s '%s'"
600 msgstr ""
602 #: merge-recursive.c:774 builtin/clone.c:311
603 #, c-format
604 msgid "failed to open '%s'"
605 msgstr ""
607 #: merge-recursive.c:782
608 #, c-format
609 msgid "failed to symlink '%s'"
610 msgstr ""
612 #: merge-recursive.c:785
613 #, c-format
614 msgid "do not know what to do with %06o %s '%s'"
615 msgstr ""
617 #: merge-recursive.c:923
618 msgid "Failed to execute internal merge"
619 msgstr ""
621 #: merge-recursive.c:927
622 #, c-format
623 msgid "Unable to add %s to database"
624 msgstr ""
626 #: merge-recursive.c:943
627 msgid "unsupported object type in the tree"
628 msgstr ""
630 #: merge-recursive.c:1022 merge-recursive.c:1036
631 #, c-format
632 msgid ""
633 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
634 "in tree."
635 msgstr ""
637 #: merge-recursive.c:1028 merge-recursive.c:1041
638 #, c-format
639 msgid ""
640 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
641 "in tree at %s."
642 msgstr ""
644 #: merge-recursive.c:1082
645 msgid "rename"
646 msgstr ""
648 #: merge-recursive.c:1082
649 msgid "renamed"
650 msgstr ""
652 #: merge-recursive.c:1138
653 #, c-format
654 msgid "%s is a directory in %s adding as %s instead"
655 msgstr ""
657 #: merge-recursive.c:1160
658 #, c-format
659 msgid ""
660 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
661 "\"->\"%s\" in \"%s\"%s"
662 msgstr ""
664 #: merge-recursive.c:1165
665 msgid " (left unresolved)"
666 msgstr ""
668 #: merge-recursive.c:1219
669 #, c-format
670 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
671 msgstr ""
673 #: merge-recursive.c:1249
674 #, c-format
675 msgid "Renaming %s to %s and %s to %s instead"
676 msgstr ""
678 #: merge-recursive.c:1448
679 #, c-format
680 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
681 msgstr ""
683 #: merge-recursive.c:1458
684 #, c-format
685 msgid "Adding merged %s"
686 msgstr ""
688 #: merge-recursive.c:1463 merge-recursive.c:1661
689 #, c-format
690 msgid "Adding as %s instead"
691 msgstr ""
693 #: merge-recursive.c:1514
694 #, c-format
695 msgid "cannot read object %s"
696 msgstr ""
698 #: merge-recursive.c:1517
699 #, c-format
700 msgid "object %s is not a blob"
701 msgstr ""
703 #: merge-recursive.c:1565
704 msgid "modify"
705 msgstr ""
707 #: merge-recursive.c:1565
708 msgid "modified"
709 msgstr ""
711 #: merge-recursive.c:1575
712 msgid "content"
713 msgstr ""
715 #: merge-recursive.c:1582
716 msgid "add/add"
717 msgstr ""
719 #: merge-recursive.c:1616
720 #, c-format
721 msgid "Skipped %s (merged same as existing)"
722 msgstr ""
724 #: merge-recursive.c:1630
725 #, c-format
726 msgid "Auto-merging %s"
727 msgstr ""
729 #: merge-recursive.c:1634 git-submodule.sh:1125
730 msgid "submodule"
731 msgstr ""
733 #: merge-recursive.c:1635
734 #, c-format
735 msgid "CONFLICT (%s): Merge conflict in %s"
736 msgstr ""
738 #: merge-recursive.c:1725
739 #, c-format
740 msgid "Removing %s"
741 msgstr ""
743 #: merge-recursive.c:1750
744 msgid "file/directory"
745 msgstr ""
747 #: merge-recursive.c:1756
748 msgid "directory/file"
749 msgstr ""
751 #: merge-recursive.c:1761
752 #, c-format
753 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
754 msgstr ""
756 #: merge-recursive.c:1771
757 #, c-format
758 msgid "Adding %s"
759 msgstr ""
761 #: merge-recursive.c:1788
762 msgid "Fatal merge failure, shouldn't happen."
763 msgstr ""
765 #: merge-recursive.c:1807
766 msgid "Already up-to-date!"
767 msgstr ""
769 #: merge-recursive.c:1816
770 #, c-format
771 msgid "merging of trees %s and %s failed"
772 msgstr ""
774 #: merge-recursive.c:1846
775 #, c-format
776 msgid "Unprocessed path??? %s"
777 msgstr ""
779 #: merge-recursive.c:1891
780 msgid "Merging:"
781 msgstr ""
783 #: merge-recursive.c:1904
784 #, c-format
785 msgid "found %u common ancestor:"
786 msgid_plural "found %u common ancestors:"
787 msgstr[0] ""
788 msgstr[1] ""
790 #: merge-recursive.c:1941
791 msgid "merge returned no commit"
792 msgstr ""
794 #: merge-recursive.c:1998
795 #, c-format
796 msgid "Could not parse object '%s'"
797 msgstr ""
799 #: merge-recursive.c:2010 builtin/merge.c:672
800 msgid "Unable to write index."
801 msgstr ""
803 #: notes-utils.c:40
804 msgid "Cannot commit uninitialized/unreferenced notes tree"
805 msgstr ""
807 #: notes-utils.c:81
808 #, c-format
809 msgid "Bad notes.rewriteMode value: '%s'"
810 msgstr ""
812 #: notes-utils.c:91
813 #, c-format
814 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
815 msgstr ""
817 #. TRANSLATORS: The first %s is the name of the
818 #. environment variable, the second %s is its value
819 #: notes-utils.c:118
820 #, c-format
821 msgid "Bad %s value: '%s'"
822 msgstr ""
824 #: object.c:202
825 #, c-format
826 msgid "unable to parse object: %s"
827 msgstr ""
829 #: parse-options.c:537
830 msgid "..."
831 msgstr ""
833 #: parse-options.c:555
834 #, c-format
835 msgid "usage: %s"
836 msgstr ""
838 #. TRANSLATORS: the colon here should align with the
839 #. one in "usage: %s" translation
840 #: parse-options.c:559
841 #, c-format
842 msgid "   or: %s"
843 msgstr ""
845 #: parse-options.c:562
846 #, c-format
847 msgid "    %s"
848 msgstr ""
850 #: parse-options.c:596
851 msgid "-NUM"
852 msgstr ""
854 #: pathspec.c:118
855 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
856 msgstr ""
858 #: pathspec.c:128
859 msgid ""
860 "global 'literal' pathspec setting is incompatible with all other global "
861 "pathspec settings"
862 msgstr ""
864 #: pathspec.c:158
865 msgid "invalid parameter for pathspec magic 'prefix'"
866 msgstr ""
868 #: pathspec.c:164
869 #, c-format
870 msgid "Invalid pathspec magic '%.*s' in '%s'"
871 msgstr ""
873 #: pathspec.c:168
874 #, c-format
875 msgid "Missing ')' at the end of pathspec magic in '%s'"
876 msgstr ""
878 #: pathspec.c:186
879 #, c-format
880 msgid "Unimplemented pathspec magic '%c' in '%s'"
881 msgstr ""
883 #: pathspec.c:211
884 #, c-format
885 msgid "%s: 'literal' and 'glob' are incompatible"
886 msgstr ""
888 #: pathspec.c:222
889 #, c-format
890 msgid "%s: '%s' is outside repository"
891 msgstr ""
893 #: pathspec.c:278
894 #, c-format
895 msgid "Pathspec '%s' is in submodule '%.*s'"
896 msgstr ""
899 #. * We may want to substitute "this command" with a command
900 #. * name. E.g. when add--interactive dies when running
901 #. * "checkout -p"
903 #: pathspec.c:340
904 #, c-format
905 msgid "%s: pathspec magic not supported by this command: %s"
906 msgstr ""
908 #: pathspec.c:415
909 #, c-format
910 msgid "pathspec '%s' is beyond a symbolic link"
911 msgstr ""
913 #: remote.c:1833
914 #, c-format
915 msgid "Your branch is based on '%s', but the upstream is gone.\n"
916 msgstr ""
918 #: remote.c:1837
919 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
920 msgstr ""
922 #: remote.c:1840
923 #, c-format
924 msgid "Your branch is up-to-date with '%s'.\n"
925 msgstr ""
927 #: remote.c:1844
928 #, c-format
929 msgid "Your branch is ahead of '%s' by %d commit.\n"
930 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
931 msgstr[0] ""
932 msgstr[1] ""
934 #: remote.c:1850
935 msgid "  (use \"git push\" to publish your local commits)\n"
936 msgstr ""
938 #: remote.c:1853
939 #, c-format
940 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
941 msgid_plural ""
942 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
943 msgstr[0] ""
944 msgstr[1] ""
946 #: remote.c:1861
947 msgid "  (use \"git pull\" to update your local branch)\n"
948 msgstr ""
950 #: remote.c:1864
951 #, c-format
952 msgid ""
953 "Your branch and '%s' have diverged,\n"
954 "and have %d and %d different commit each, respectively.\n"
955 msgid_plural ""
956 "Your branch and '%s' have diverged,\n"
957 "and have %d and %d different commits each, respectively.\n"
958 msgstr[0] ""
959 msgstr[1] ""
961 #: remote.c:1874
962 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
963 msgstr ""
965 #: run-command.c:80
966 msgid "open /dev/null failed"
967 msgstr ""
969 #: run-command.c:82
970 #, c-format
971 msgid "dup2(%d,%d) failed"
972 msgstr ""
974 #: sequencer.c:206 builtin/merge.c:790 builtin/merge.c:903
975 #: builtin/merge.c:1013 builtin/merge.c:1023
976 #, c-format
977 msgid "Could not open '%s' for writing"
978 msgstr ""
980 #: sequencer.c:208 builtin/merge.c:350 builtin/merge.c:793
981 #: builtin/merge.c:1015 builtin/merge.c:1028
982 #, c-format
983 msgid "Could not write to '%s'"
984 msgstr ""
986 #: sequencer.c:229
987 msgid ""
988 "after resolving the conflicts, mark the corrected paths\n"
989 "with 'git add <paths>' or 'git rm <paths>'"
990 msgstr ""
992 #: sequencer.c:232
993 msgid ""
994 "after resolving the conflicts, mark the corrected paths\n"
995 "with 'git add <paths>' or 'git rm <paths>'\n"
996 "and commit the result with 'git commit'"
997 msgstr ""
999 #: sequencer.c:245 sequencer.c:870 sequencer.c:953
1000 #, c-format
1001 msgid "Could not write to %s"
1002 msgstr ""
1004 #: sequencer.c:248
1005 #, c-format
1006 msgid "Error wrapping up %s"
1007 msgstr ""
1009 #: sequencer.c:263
1010 msgid "Your local changes would be overwritten by cherry-pick."
1011 msgstr ""
1013 #: sequencer.c:265
1014 msgid "Your local changes would be overwritten by revert."
1015 msgstr ""
1017 #: sequencer.c:268
1018 msgid "Commit your changes or stash them to proceed."
1019 msgstr ""
1021 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1022 #: sequencer.c:325
1023 #, c-format
1024 msgid "%s: Unable to write new index file"
1025 msgstr ""
1027 #: sequencer.c:356
1028 msgid "Could not resolve HEAD commit\n"
1029 msgstr ""
1031 #: sequencer.c:378
1032 msgid "Unable to update cache tree\n"
1033 msgstr ""
1035 #: sequencer.c:423
1036 #, c-format
1037 msgid "Could not parse commit %s\n"
1038 msgstr ""
1040 #: sequencer.c:428
1041 #, c-format
1042 msgid "Could not parse parent commit %s\n"
1043 msgstr ""
1045 #: sequencer.c:494
1046 msgid "Your index file is unmerged."
1047 msgstr ""
1049 #: sequencer.c:513
1050 #, c-format
1051 msgid "Commit %s is a merge but no -m option was given."
1052 msgstr ""
1054 #: sequencer.c:521
1055 #, c-format
1056 msgid "Commit %s does not have parent %d"
1057 msgstr ""
1059 #: sequencer.c:525
1060 #, c-format
1061 msgid "Mainline was specified but commit %s is not a merge."
1062 msgstr ""
1064 #. TRANSLATORS: The first %s will be "revert" or
1065 #. "cherry-pick", the second %s a SHA1
1066 #: sequencer.c:538
1067 #, c-format
1068 msgid "%s: cannot parse parent commit %s"
1069 msgstr ""
1071 #: sequencer.c:542
1072 #, c-format
1073 msgid "Cannot get commit message for %s"
1074 msgstr ""
1076 #: sequencer.c:628
1077 #, c-format
1078 msgid "could not revert %s... %s"
1079 msgstr ""
1081 #: sequencer.c:629
1082 #, c-format
1083 msgid "could not apply %s... %s"
1084 msgstr ""
1086 #: sequencer.c:665
1087 msgid "empty commit set passed"
1088 msgstr ""
1090 #: sequencer.c:673
1091 #, c-format
1092 msgid "git %s: failed to read the index"
1093 msgstr ""
1095 #: sequencer.c:678
1096 #, c-format
1097 msgid "git %s: failed to refresh the index"
1098 msgstr ""
1100 #: sequencer.c:736
1101 #, c-format
1102 msgid "Cannot %s during a %s"
1103 msgstr ""
1105 #: sequencer.c:758
1106 #, c-format
1107 msgid "Could not parse line %d."
1108 msgstr ""
1110 #: sequencer.c:763
1111 msgid "No commits parsed."
1112 msgstr ""
1114 #: sequencer.c:776
1115 #, c-format
1116 msgid "Could not open %s"
1117 msgstr ""
1119 #: sequencer.c:780
1120 #, c-format
1121 msgid "Could not read %s."
1122 msgstr ""
1124 #: sequencer.c:787
1125 #, c-format
1126 msgid "Unusable instruction sheet: %s"
1127 msgstr ""
1129 #: sequencer.c:815
1130 #, c-format
1131 msgid "Invalid key: %s"
1132 msgstr ""
1134 #: sequencer.c:818
1135 #, c-format
1136 msgid "Invalid value for %s: %s"
1137 msgstr ""
1139 #: sequencer.c:830
1140 #, c-format
1141 msgid "Malformed options sheet: %s"
1142 msgstr ""
1144 #: sequencer.c:851
1145 msgid "a cherry-pick or revert is already in progress"
1146 msgstr ""
1148 #: sequencer.c:852
1149 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1150 msgstr ""
1152 #: sequencer.c:856
1153 #, c-format
1154 msgid "Could not create sequencer directory %s"
1155 msgstr ""
1157 #: sequencer.c:872 sequencer.c:957
1158 #, c-format
1159 msgid "Error wrapping up %s."
1160 msgstr ""
1162 #: sequencer.c:891 sequencer.c:1025
1163 msgid "no cherry-pick or revert in progress"
1164 msgstr ""
1166 #: sequencer.c:893
1167 msgid "cannot resolve HEAD"
1168 msgstr ""
1170 #: sequencer.c:895
1171 msgid "cannot abort from a branch yet to be born"
1172 msgstr ""
1174 #: sequencer.c:917 builtin/apply.c:4061
1175 #, c-format
1176 msgid "cannot open %s: %s"
1177 msgstr ""
1179 #: sequencer.c:920
1180 #, c-format
1181 msgid "cannot read %s: %s"
1182 msgstr ""
1184 #: sequencer.c:921
1185 msgid "unexpected end of file"
1186 msgstr ""
1188 #: sequencer.c:927
1189 #, c-format
1190 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1191 msgstr ""
1193 #: sequencer.c:950
1194 #, c-format
1195 msgid "Could not format %s."
1196 msgstr ""
1198 #: sequencer.c:1093
1199 #, c-format
1200 msgid "%s: can't cherry-pick a %s"
1201 msgstr ""
1203 #: sequencer.c:1096
1204 #, c-format
1205 msgid "%s: bad revision"
1206 msgstr ""
1208 #: sequencer.c:1130
1209 msgid "Can't revert as initial commit"
1210 msgstr ""
1212 #: sequencer.c:1131
1213 msgid "Can't cherry-pick into empty head"
1214 msgstr ""
1216 #: sha1_name.c:440
1217 msgid ""
1218 "Git normally never creates a ref that ends with 40 hex characters\n"
1219 "because it will be ignored when you just specify 40-hex. These refs\n"
1220 "may be created by mistake. For example,\n"
1221 "\n"
1222 "  git checkout -b $br $(git rev-parse ...)\n"
1223 "\n"
1224 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1225 "examine these refs and maybe delete them. Turn this message off by\n"
1226 "running \"git config advice.objectNameWarning false\""
1227 msgstr ""
1229 #: sha1_name.c:1112
1230 msgid "HEAD does not point to a branch"
1231 msgstr ""
1233 #: sha1_name.c:1115
1234 #, c-format
1235 msgid "No such branch: '%s'"
1236 msgstr ""
1238 #: sha1_name.c:1117
1239 #, c-format
1240 msgid "No upstream configured for branch '%s'"
1241 msgstr ""
1243 #: sha1_name.c:1121
1244 #, c-format
1245 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1246 msgstr ""
1248 #: submodule.c:64 submodule.c:98
1249 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1250 msgstr ""
1252 #: submodule.c:68 submodule.c:102
1253 #, c-format
1254 msgid "Could not find section in .gitmodules where path=%s"
1255 msgstr ""
1257 #. Maybe the user already did that, don't error out here
1258 #: submodule.c:76
1259 #, c-format
1260 msgid "Could not update .gitmodules entry %s"
1261 msgstr ""
1263 #. Maybe the user already did that, don't error out here
1264 #: submodule.c:109
1265 #, c-format
1266 msgid "Could not remove .gitmodules entry for %s"
1267 msgstr ""
1269 #: submodule.c:127
1270 msgid "could not find .gitmodules in index"
1271 msgstr ""
1273 #: submodule.c:133
1274 msgid "reading updated .gitmodules failed"
1275 msgstr ""
1277 #: submodule.c:135
1278 msgid "unable to stat updated .gitmodules"
1279 msgstr ""
1281 #: submodule.c:139
1282 msgid "unable to remove .gitmodules from index"
1283 msgstr ""
1285 #: submodule.c:141
1286 msgid "adding updated .gitmodules failed"
1287 msgstr ""
1289 #: submodule.c:143
1290 msgid "staging updated .gitmodules failed"
1291 msgstr ""
1293 #: submodule.c:1144 builtin/init-db.c:363
1294 #, c-format
1295 msgid "Could not create git link %s"
1296 msgstr ""
1298 #: submodule.c:1155
1299 #, c-format
1300 msgid "Could not set core.worktree in %s"
1301 msgstr ""
1303 #: urlmatch.c:120
1304 msgid "invalid URL scheme name or missing '://' suffix"
1305 msgstr ""
1307 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1308 #, c-format
1309 msgid "invalid %XX escape sequence"
1310 msgstr ""
1312 #: urlmatch.c:172
1313 msgid "missing host and scheme is not 'file:'"
1314 msgstr ""
1316 #: urlmatch.c:189
1317 msgid "a 'file:' URL may not have a port number"
1318 msgstr ""
1320 #: urlmatch.c:199
1321 msgid "invalid characters in host name"
1322 msgstr ""
1324 #: urlmatch.c:244 urlmatch.c:255
1325 msgid "invalid port number"
1326 msgstr ""
1328 #: urlmatch.c:322
1329 msgid "invalid '..' path segment"
1330 msgstr ""
1332 #: wrapper.c:422
1333 #, c-format
1334 msgid "unable to access '%s': %s"
1335 msgstr ""
1337 #: wrapper.c:443
1338 #, c-format
1339 msgid "unable to access '%s'"
1340 msgstr ""
1342 #: wrapper.c:454
1343 #, c-format
1344 msgid "unable to look up current user in the passwd file: %s"
1345 msgstr ""
1347 #: wrapper.c:455
1348 msgid "no such user"
1349 msgstr ""
1351 #: wt-status.c:146
1352 msgid "Unmerged paths:"
1353 msgstr ""
1355 #: wt-status.c:173 wt-status.c:200
1356 #, c-format
1357 msgid "  (use \"git reset %s <file>...\" to unstage)"
1358 msgstr ""
1360 #: wt-status.c:175 wt-status.c:202
1361 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1362 msgstr ""
1364 #: wt-status.c:179
1365 msgid "  (use \"git add <file>...\" to mark resolution)"
1366 msgstr ""
1368 #: wt-status.c:181 wt-status.c:185
1369 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1370 msgstr ""
1372 #: wt-status.c:183
1373 msgid "  (use \"git rm <file>...\" to mark resolution)"
1374 msgstr ""
1376 #: wt-status.c:194
1377 msgid "Changes to be committed:"
1378 msgstr ""
1380 #: wt-status.c:212
1381 msgid "Changes not staged for commit:"
1382 msgstr ""
1384 #: wt-status.c:216
1385 msgid "  (use \"git add <file>...\" to update what will be committed)"
1386 msgstr ""
1388 #: wt-status.c:218
1389 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1390 msgstr ""
1392 #: wt-status.c:219
1393 msgid ""
1394 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1395 msgstr ""
1397 #: wt-status.c:221
1398 msgid "  (commit or discard the untracked or modified content in submodules)"
1399 msgstr ""
1401 #: wt-status.c:233
1402 #, c-format
1403 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1404 msgstr ""
1406 #: wt-status.c:250
1407 msgid "bug"
1408 msgstr ""
1410 #: wt-status.c:255
1411 msgid "both deleted:"
1412 msgstr ""
1414 #: wt-status.c:256
1415 msgid "added by us:"
1416 msgstr ""
1418 #: wt-status.c:257
1419 msgid "deleted by them:"
1420 msgstr ""
1422 #: wt-status.c:258
1423 msgid "added by them:"
1424 msgstr ""
1426 #: wt-status.c:259
1427 msgid "deleted by us:"
1428 msgstr ""
1430 #: wt-status.c:260
1431 msgid "both added:"
1432 msgstr ""
1434 #: wt-status.c:261
1435 msgid "both modified:"
1436 msgstr ""
1438 #: wt-status.c:291
1439 msgid "new commits, "
1440 msgstr ""
1442 #: wt-status.c:293
1443 msgid "modified content, "
1444 msgstr ""
1446 #: wt-status.c:295
1447 msgid "untracked content, "
1448 msgstr ""
1450 #: wt-status.c:312
1451 #, c-format
1452 msgid "new file:   %s"
1453 msgstr ""
1455 #: wt-status.c:315
1456 #, c-format
1457 msgid "copied:     %s -> %s"
1458 msgstr ""
1460 #: wt-status.c:318
1461 #, c-format
1462 msgid "deleted:    %s"
1463 msgstr ""
1465 #: wt-status.c:321
1466 #, c-format
1467 msgid "modified:   %s"
1468 msgstr ""
1470 #: wt-status.c:324
1471 #, c-format
1472 msgid "renamed:    %s -> %s"
1473 msgstr ""
1475 #: wt-status.c:327
1476 #, c-format
1477 msgid "typechange: %s"
1478 msgstr ""
1480 #: wt-status.c:330
1481 #, c-format
1482 msgid "unknown:    %s"
1483 msgstr ""
1485 #: wt-status.c:333
1486 #, c-format
1487 msgid "unmerged:   %s"
1488 msgstr ""
1490 #: wt-status.c:336
1491 #, c-format
1492 msgid "bug: unhandled diff status %c"
1493 msgstr ""
1495 #: wt-status.c:703
1496 msgid "Submodules changed but not updated:"
1497 msgstr ""
1499 #: wt-status.c:705
1500 msgid "Submodule changes to be committed:"
1501 msgstr ""
1503 #: wt-status.c:848
1504 msgid "You have unmerged paths."
1505 msgstr ""
1507 #: wt-status.c:851
1508 msgid "  (fix conflicts and run \"git commit\")"
1509 msgstr ""
1511 #: wt-status.c:854
1512 msgid "All conflicts fixed but you are still merging."
1513 msgstr ""
1515 #: wt-status.c:857
1516 msgid "  (use \"git commit\" to conclude merge)"
1517 msgstr ""
1519 #: wt-status.c:867
1520 msgid "You are in the middle of an am session."
1521 msgstr ""
1523 #: wt-status.c:870
1524 msgid "The current patch is empty."
1525 msgstr ""
1527 #: wt-status.c:874
1528 msgid "  (fix conflicts and then run \"git am --continue\")"
1529 msgstr ""
1531 #: wt-status.c:876
1532 msgid "  (use \"git am --skip\" to skip this patch)"
1533 msgstr ""
1535 #: wt-status.c:878
1536 msgid "  (use \"git am --abort\" to restore the original branch)"
1537 msgstr ""
1539 #: wt-status.c:938 wt-status.c:955
1540 #, c-format
1541 msgid "You are currently rebasing branch '%s' on '%s'."
1542 msgstr ""
1544 #: wt-status.c:943 wt-status.c:960
1545 msgid "You are currently rebasing."
1546 msgstr ""
1548 #: wt-status.c:946
1549 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1550 msgstr ""
1552 #: wt-status.c:948
1553 msgid "  (use \"git rebase --skip\" to skip this patch)"
1554 msgstr ""
1556 #: wt-status.c:950
1557 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1558 msgstr ""
1560 #: wt-status.c:963
1561 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1562 msgstr ""
1564 #: wt-status.c:967
1565 #, c-format
1566 msgid ""
1567 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1568 msgstr ""
1570 #: wt-status.c:972
1571 msgid "You are currently splitting a commit during a rebase."
1572 msgstr ""
1574 #: wt-status.c:975
1575 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1576 msgstr ""
1578 #: wt-status.c:979
1579 #, c-format
1580 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1581 msgstr ""
1583 #: wt-status.c:984
1584 msgid "You are currently editing a commit during a rebase."
1585 msgstr ""
1587 #: wt-status.c:987
1588 msgid "  (use \"git commit --amend\" to amend the current commit)"
1589 msgstr ""
1591 #: wt-status.c:989
1592 msgid ""
1593 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1594 msgstr ""
1596 #: wt-status.c:999
1597 #, c-format
1598 msgid "You are currently cherry-picking commit %s."
1599 msgstr ""
1601 #: wt-status.c:1004
1602 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1603 msgstr ""
1605 #: wt-status.c:1007
1606 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1607 msgstr ""
1609 #: wt-status.c:1009
1610 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1611 msgstr ""
1613 #: wt-status.c:1018
1614 #, c-format
1615 msgid "You are currently reverting commit %s."
1616 msgstr ""
1618 #: wt-status.c:1023
1619 msgid "  (fix conflicts and run \"git revert --continue\")"
1620 msgstr ""
1622 #: wt-status.c:1026
1623 msgid "  (all conflicts fixed: run \"git revert --continue\")"
1624 msgstr ""
1626 #: wt-status.c:1028
1627 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1628 msgstr ""
1630 #: wt-status.c:1039
1631 #, c-format
1632 msgid "You are currently bisecting, started from branch '%s'."
1633 msgstr ""
1635 #: wt-status.c:1043
1636 msgid "You are currently bisecting."
1637 msgstr ""
1639 #: wt-status.c:1046
1640 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1641 msgstr ""
1643 #: wt-status.c:1221
1644 msgid "On branch "
1645 msgstr ""
1647 #: wt-status.c:1228
1648 msgid "rebase in progress; onto "
1649 msgstr ""
1651 #: wt-status.c:1235
1652 msgid "HEAD detached at "
1653 msgstr ""
1655 #: wt-status.c:1237
1656 msgid "HEAD detached from "
1657 msgstr ""
1659 #: wt-status.c:1240
1660 msgid "Not currently on any branch."
1661 msgstr ""
1663 #: wt-status.c:1257
1664 msgid "Initial commit"
1665 msgstr ""
1667 #: wt-status.c:1271
1668 msgid "Untracked files"
1669 msgstr ""
1671 #: wt-status.c:1273
1672 msgid "Ignored files"
1673 msgstr ""
1675 #: wt-status.c:1277
1676 #, c-format
1677 msgid ""
1678 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1679 "may speed it up, but you have to be careful not to forget to add\n"
1680 "new files yourself (see 'git help status')."
1681 msgstr ""
1683 #: wt-status.c:1283
1684 #, c-format
1685 msgid "Untracked files not listed%s"
1686 msgstr ""
1688 #: wt-status.c:1285
1689 msgid " (use -u option to show untracked files)"
1690 msgstr ""
1692 #: wt-status.c:1291
1693 msgid "No changes"
1694 msgstr ""
1696 #: wt-status.c:1296
1697 #, c-format
1698 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1699 msgstr ""
1701 #: wt-status.c:1299
1702 #, c-format
1703 msgid "no changes added to commit\n"
1704 msgstr ""
1706 #: wt-status.c:1302
1707 #, c-format
1708 msgid ""
1709 "nothing added to commit but untracked files present (use \"git add\" to "
1710 "track)\n"
1711 msgstr ""
1713 #: wt-status.c:1305
1714 #, c-format
1715 msgid "nothing added to commit but untracked files present\n"
1716 msgstr ""
1718 #: wt-status.c:1308
1719 #, c-format
1720 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1721 msgstr ""
1723 #: wt-status.c:1311 wt-status.c:1316
1724 #, c-format
1725 msgid "nothing to commit\n"
1726 msgstr ""
1728 #: wt-status.c:1314
1729 #, c-format
1730 msgid "nothing to commit (use -u to show untracked files)\n"
1731 msgstr ""
1733 #: wt-status.c:1318
1734 #, c-format
1735 msgid "nothing to commit, working directory clean\n"
1736 msgstr ""
1738 #: wt-status.c:1427
1739 msgid "HEAD (no branch)"
1740 msgstr ""
1742 #: wt-status.c:1433
1743 msgid "Initial commit on "
1744 msgstr ""
1746 #: wt-status.c:1463
1747 msgid "gone"
1748 msgstr ""
1750 #: wt-status.c:1465
1751 msgid "behind "
1752 msgstr ""
1754 #: wt-status.c:1468 wt-status.c:1471
1755 msgid "ahead "
1756 msgstr ""
1758 #: wt-status.c:1473
1759 msgid ", behind "
1760 msgstr ""
1762 #: compat/precompose_utf8.c:55 builtin/clone.c:350
1763 #, c-format
1764 msgid "failed to unlink '%s'"
1765 msgstr ""
1767 #: builtin/add.c:20
1768 msgid "git add [options] [--] <pathspec>..."
1769 msgstr ""
1772 #. * To be consistent with "git add -p" and most Git
1773 #. * commands, we should default to being tree-wide, but
1774 #. * this is not the original behavior and can't be
1775 #. * changed until users trained themselves not to type
1776 #. * "git add -u" or "git add -A". For now, we warn and
1777 #. * keep the old behavior. Later, the behavior can be changed
1778 #. * to tree-wide, keeping the warning for a while, and
1779 #. * eventually we can drop the warning.
1781 #: builtin/add.c:58
1782 #, c-format
1783 msgid ""
1784 "The behavior of 'git add %s (or %s)' with no path argument from a\n"
1785 "subdirectory of the tree will change in Git 2.0 and should not be used "
1786 "anymore.\n"
1787 "To add content for the whole tree, run:\n"
1788 "\n"
1789 "  git add %s :/\n"
1790 "  (or git add %s :/)\n"
1791 "\n"
1792 "To restrict the command to the current directory, run:\n"
1793 "\n"
1794 "  git add %s .\n"
1795 "  (or git add %s .)\n"
1796 "\n"
1797 "With the current Git version, the command is restricted to the current "
1798 "directory.\n"
1799 msgstr ""
1801 #: builtin/add.c:100
1802 #, c-format
1803 msgid ""
1804 "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"
1805 "whose behaviour will change in Git 2.0 with respect to paths you removed.\n"
1806 "Paths like '%s' that are\n"
1807 "removed from your working tree are ignored with this version of Git.\n"
1808 "\n"
1809 "* 'git add --ignore-removal <pathspec>', which is the current default,\n"
1810 "  ignores paths you removed from your working tree.\n"
1811 "\n"
1812 "* 'git add --all <pathspec>' will let you also record the removals.\n"
1813 "\n"
1814 "Run 'git status' to check the paths you removed from your working tree.\n"
1815 msgstr ""
1817 #: builtin/add.c:144
1818 #, c-format
1819 msgid "unexpected diff status %c"
1820 msgstr ""
1822 #: builtin/add.c:149 builtin/commit.c:260
1823 msgid "updating files failed"
1824 msgstr ""
1826 #: builtin/add.c:163
1827 #, c-format
1828 msgid "remove '%s'\n"
1829 msgstr ""
1831 #: builtin/add.c:237
1832 msgid "Unstaged changes after refreshing the index:"
1833 msgstr ""
1835 #: builtin/add.c:299
1836 msgid "Could not read the index"
1837 msgstr ""
1839 #: builtin/add.c:310
1840 #, c-format
1841 msgid "Could not open '%s' for writing."
1842 msgstr ""
1844 #: builtin/add.c:314
1845 msgid "Could not write patch"
1846 msgstr ""
1848 #: builtin/add.c:319
1849 #, c-format
1850 msgid "Could not stat '%s'"
1851 msgstr ""
1853 #: builtin/add.c:321
1854 msgid "Empty patch. Aborted."
1855 msgstr ""
1857 #: builtin/add.c:327
1858 #, c-format
1859 msgid "Could not apply '%s'"
1860 msgstr ""
1862 #: builtin/add.c:337
1863 msgid "The following paths are ignored by one of your .gitignore files:\n"
1864 msgstr ""
1866 #: builtin/add.c:354 builtin/clean.c:875 builtin/fetch.c:92 builtin/mv.c:66
1867 #: builtin/prune-packed.c:73 builtin/push.c:459 builtin/remote.c:1253
1868 #: builtin/rm.c:269
1869 msgid "dry run"
1870 msgstr ""
1872 #: builtin/add.c:355 builtin/apply.c:4410 builtin/check-ignore.c:19
1873 #: builtin/commit.c:1249 builtin/count-objects.c:95 builtin/fsck.c:612
1874 #: builtin/log.c:1592 builtin/mv.c:65 builtin/read-tree.c:113
1875 msgid "be verbose"
1876 msgstr ""
1878 #: builtin/add.c:357
1879 msgid "interactive picking"
1880 msgstr ""
1882 #: builtin/add.c:358 builtin/checkout.c:1109 builtin/reset.c:272
1883 msgid "select hunks interactively"
1884 msgstr ""
1886 #: builtin/add.c:359
1887 msgid "edit current diff and apply"
1888 msgstr ""
1890 #: builtin/add.c:360
1891 msgid "allow adding otherwise ignored files"
1892 msgstr ""
1894 #: builtin/add.c:361
1895 msgid "update tracked files"
1896 msgstr ""
1898 #: builtin/add.c:362
1899 msgid "record only the fact that the path will be added later"
1900 msgstr ""
1902 #: builtin/add.c:363
1903 msgid "add changes from all tracked and untracked files"
1904 msgstr ""
1906 #. takes no arguments
1907 #: builtin/add.c:366
1908 msgid "ignore paths removed in the working tree (same as --no-all)"
1909 msgstr ""
1911 #: builtin/add.c:368
1912 msgid "don't add, only refresh the index"
1913 msgstr ""
1915 #: builtin/add.c:369
1916 msgid "just skip files which cannot be added because of errors"
1917 msgstr ""
1919 #: builtin/add.c:370
1920 msgid "check if - even missing - files are ignored in dry run"
1921 msgstr ""
1923 #: builtin/add.c:392
1924 #, c-format
1925 msgid "Use -f if you really want to add them.\n"
1926 msgstr ""
1928 #: builtin/add.c:393
1929 msgid "no files added"
1930 msgstr ""
1932 #: builtin/add.c:399
1933 msgid "adding files failed"
1934 msgstr ""
1936 #: builtin/add.c:438
1937 msgid "-A and -u are mutually incompatible"
1938 msgstr ""
1940 #: builtin/add.c:456
1941 msgid "Option --ignore-missing can only be used together with --dry-run"
1942 msgstr ""
1944 #: builtin/add.c:486
1945 #, c-format
1946 msgid "Nothing specified, nothing added.\n"
1947 msgstr ""
1949 #: builtin/add.c:487
1950 #, c-format
1951 msgid "Maybe you wanted to say 'git add .'?\n"
1952 msgstr ""
1954 #: builtin/add.c:492 builtin/check-ignore.c:172 builtin/clean.c:919
1955 #: builtin/commit.c:320 builtin/mv.c:86 builtin/reset.c:224 builtin/rm.c:299
1956 msgid "index file corrupt"
1957 msgstr ""
1959 #: builtin/add.c:589 builtin/apply.c:4506 builtin/mv.c:259 builtin/rm.c:432
1960 msgid "Unable to write new index file"
1961 msgstr ""
1963 #: builtin/apply.c:57
1964 msgid "git apply [options] [<patch>...]"
1965 msgstr ""
1967 #: builtin/apply.c:110
1968 #, c-format
1969 msgid "unrecognized whitespace option '%s'"
1970 msgstr ""
1972 #: builtin/apply.c:125
1973 #, c-format
1974 msgid "unrecognized whitespace ignore option '%s'"
1975 msgstr ""
1977 #: builtin/apply.c:823
1978 #, c-format
1979 msgid "Cannot prepare timestamp regexp %s"
1980 msgstr ""
1982 #: builtin/apply.c:832
1983 #, c-format
1984 msgid "regexec returned %d for input: %s"
1985 msgstr ""
1987 #: builtin/apply.c:913
1988 #, c-format
1989 msgid "unable to find filename in patch at line %d"
1990 msgstr ""
1992 #: builtin/apply.c:945
1993 #, c-format
1994 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1995 msgstr ""
1997 #: builtin/apply.c:949
1998 #, c-format
1999 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2000 msgstr ""
2002 #: builtin/apply.c:950
2003 #, c-format
2004 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2005 msgstr ""
2007 #: builtin/apply.c:957
2008 #, c-format
2009 msgid "git apply: bad git-diff - expected /dev/null on line %d"
2010 msgstr ""
2012 #: builtin/apply.c:1422
2013 #, c-format
2014 msgid "recount: unexpected line: %.*s"
2015 msgstr ""
2017 #: builtin/apply.c:1479
2018 #, c-format
2019 msgid "patch fragment without header at line %d: %.*s"
2020 msgstr ""
2022 #: builtin/apply.c:1496
2023 #, c-format
2024 msgid ""
2025 "git diff header lacks filename information when removing %d leading pathname "
2026 "component (line %d)"
2027 msgid_plural ""
2028 "git diff header lacks filename information when removing %d leading pathname "
2029 "components (line %d)"
2030 msgstr[0] ""
2031 msgstr[1] ""
2033 #: builtin/apply.c:1656
2034 msgid "new file depends on old contents"
2035 msgstr ""
2037 #: builtin/apply.c:1658
2038 msgid "deleted file still has contents"
2039 msgstr ""
2041 #: builtin/apply.c:1684
2042 #, c-format
2043 msgid "corrupt patch at line %d"
2044 msgstr ""
2046 #: builtin/apply.c:1720
2047 #, c-format
2048 msgid "new file %s depends on old contents"
2049 msgstr ""
2051 #: builtin/apply.c:1722
2052 #, c-format
2053 msgid "deleted file %s still has contents"
2054 msgstr ""
2056 #: builtin/apply.c:1725
2057 #, c-format
2058 msgid "** warning: file %s becomes empty but is not deleted"
2059 msgstr ""
2061 #: builtin/apply.c:1871
2062 #, c-format
2063 msgid "corrupt binary patch at line %d: %.*s"
2064 msgstr ""
2066 #. there has to be one hunk (forward hunk)
2067 #: builtin/apply.c:1900
2068 #, c-format
2069 msgid "unrecognized binary patch at line %d"
2070 msgstr ""
2072 #: builtin/apply.c:1986
2073 #, c-format
2074 msgid "patch with only garbage at line %d"
2075 msgstr ""
2077 #: builtin/apply.c:2076
2078 #, c-format
2079 msgid "unable to read symlink %s"
2080 msgstr ""
2082 #: builtin/apply.c:2080
2083 #, c-format
2084 msgid "unable to open or read %s"
2085 msgstr ""
2087 #: builtin/apply.c:2688
2088 #, c-format
2089 msgid "invalid start of line: '%c'"
2090 msgstr ""
2092 #: builtin/apply.c:2806
2093 #, c-format
2094 msgid "Hunk #%d succeeded at %d (offset %d line)."
2095 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2096 msgstr[0] ""
2097 msgstr[1] ""
2099 #: builtin/apply.c:2818
2100 #, c-format
2101 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2102 msgstr ""
2104 #: builtin/apply.c:2824
2105 #, c-format
2106 msgid ""
2107 "while searching for:\n"
2108 "%.*s"
2109 msgstr ""
2111 #: builtin/apply.c:2843
2112 #, c-format
2113 msgid "missing binary patch data for '%s'"
2114 msgstr ""
2116 #: builtin/apply.c:2946
2117 #, c-format
2118 msgid "binary patch does not apply to '%s'"
2119 msgstr ""
2121 #: builtin/apply.c:2952
2122 #, c-format
2123 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2124 msgstr ""
2126 #: builtin/apply.c:2973
2127 #, c-format
2128 msgid "patch failed: %s:%ld"
2129 msgstr ""
2131 #: builtin/apply.c:3095
2132 #, c-format
2133 msgid "cannot checkout %s"
2134 msgstr ""
2136 #: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:3194
2137 #, c-format
2138 msgid "read of %s failed"
2139 msgstr ""
2141 #: builtin/apply.c:3174 builtin/apply.c:3396
2142 #, c-format
2143 msgid "path %s has been renamed/deleted"
2144 msgstr ""
2146 #: builtin/apply.c:3255 builtin/apply.c:3410
2147 #, c-format
2148 msgid "%s: does not exist in index"
2149 msgstr ""
2151 #: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:3424
2152 #, c-format
2153 msgid "%s: %s"
2154 msgstr ""
2156 #: builtin/apply.c:3264 builtin/apply.c:3418
2157 #, c-format
2158 msgid "%s: does not match index"
2159 msgstr ""
2161 #: builtin/apply.c:3366
2162 msgid "removal patch leaves file contents"
2163 msgstr ""
2165 #: builtin/apply.c:3435
2166 #, c-format
2167 msgid "%s: wrong type"
2168 msgstr ""
2170 #: builtin/apply.c:3437
2171 #, c-format
2172 msgid "%s has type %o, expected %o"
2173 msgstr ""
2175 #: builtin/apply.c:3538
2176 #, c-format
2177 msgid "%s: already exists in index"
2178 msgstr ""
2180 #: builtin/apply.c:3541
2181 #, c-format
2182 msgid "%s: already exists in working directory"
2183 msgstr ""
2185 #: builtin/apply.c:3561
2186 #, c-format
2187 msgid "new mode (%o) of %s does not match old mode (%o)"
2188 msgstr ""
2190 #: builtin/apply.c:3566
2191 #, c-format
2192 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2193 msgstr ""
2195 #: builtin/apply.c:3574
2196 #, c-format
2197 msgid "%s: patch does not apply"
2198 msgstr ""
2200 #: builtin/apply.c:3587
2201 #, c-format
2202 msgid "Checking patch %s..."
2203 msgstr ""
2205 #: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:127
2206 #, c-format
2207 msgid "make_cache_entry failed for path '%s'"
2208 msgstr ""
2210 #: builtin/apply.c:3823
2211 #, c-format
2212 msgid "unable to remove %s from index"
2213 msgstr ""
2215 #: builtin/apply.c:3851
2216 #, c-format
2217 msgid "corrupt patch for submodule %s"
2218 msgstr ""
2220 #: builtin/apply.c:3855
2221 #, c-format
2222 msgid "unable to stat newly created file '%s'"
2223 msgstr ""
2225 #: builtin/apply.c:3860
2226 #, c-format
2227 msgid "unable to create backing store for newly created file %s"
2228 msgstr ""
2230 #: builtin/apply.c:3863 builtin/apply.c:3971
2231 #, c-format
2232 msgid "unable to add cache entry for %s"
2233 msgstr ""
2235 #: builtin/apply.c:3896
2236 #, c-format
2237 msgid "closing file '%s'"
2238 msgstr ""
2240 #: builtin/apply.c:3945
2241 #, c-format
2242 msgid "unable to write file '%s' mode %o"
2243 msgstr ""
2245 #: builtin/apply.c:4032
2246 #, c-format
2247 msgid "Applied patch %s cleanly."
2248 msgstr ""
2250 #: builtin/apply.c:4040
2251 msgid "internal error"
2252 msgstr ""
2254 #. Say this even without --verbose
2255 #: builtin/apply.c:4043
2256 #, c-format
2257 msgid "Applying patch %%s with %d reject..."
2258 msgid_plural "Applying patch %%s with %d rejects..."
2259 msgstr[0] ""
2260 msgstr[1] ""
2262 #: builtin/apply.c:4053
2263 #, c-format
2264 msgid "truncating .rej filename to %.*s.rej"
2265 msgstr ""
2267 #: builtin/apply.c:4074
2268 #, c-format
2269 msgid "Hunk #%d applied cleanly."
2270 msgstr ""
2272 #: builtin/apply.c:4077
2273 #, c-format
2274 msgid "Rejected hunk #%d."
2275 msgstr ""
2277 #: builtin/apply.c:4227
2278 msgid "unrecognized input"
2279 msgstr ""
2281 #: builtin/apply.c:4238
2282 msgid "unable to read index file"
2283 msgstr ""
2285 #: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:90
2286 #: builtin/fetch.c:77
2287 msgid "path"
2288 msgstr ""
2290 #: builtin/apply.c:4358
2291 msgid "don't apply changes matching the given path"
2292 msgstr ""
2294 #: builtin/apply.c:4361
2295 msgid "apply changes matching the given path"
2296 msgstr ""
2298 #: builtin/apply.c:4363
2299 msgid "num"
2300 msgstr ""
2302 #: builtin/apply.c:4364
2303 msgid "remove <num> leading slashes from traditional diff paths"
2304 msgstr ""
2306 #: builtin/apply.c:4367
2307 msgid "ignore additions made by the patch"
2308 msgstr ""
2310 #: builtin/apply.c:4369
2311 msgid "instead of applying the patch, output diffstat for the input"
2312 msgstr ""
2314 #: builtin/apply.c:4373
2315 msgid "show number of added and deleted lines in decimal notation"
2316 msgstr ""
2318 #: builtin/apply.c:4375
2319 msgid "instead of applying the patch, output a summary for the input"
2320 msgstr ""
2322 #: builtin/apply.c:4377
2323 msgid "instead of applying the patch, see if the patch is applicable"
2324 msgstr ""
2326 #: builtin/apply.c:4379
2327 msgid "make sure the patch is applicable to the current index"
2328 msgstr ""
2330 #: builtin/apply.c:4381
2331 msgid "apply a patch without touching the working tree"
2332 msgstr ""
2334 #: builtin/apply.c:4383
2335 msgid "also apply the patch (use with --stat/--summary/--check)"
2336 msgstr ""
2338 #: builtin/apply.c:4385
2339 msgid "attempt three-way merge if a patch does not apply"
2340 msgstr ""
2342 #: builtin/apply.c:4387
2343 msgid "build a temporary index based on embedded index information"
2344 msgstr ""
2346 #: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:452
2347 msgid "paths are separated with NUL character"
2348 msgstr ""
2350 #: builtin/apply.c:4392
2351 msgid "ensure at least <n> lines of context match"
2352 msgstr ""
2354 #: builtin/apply.c:4393
2355 msgid "action"
2356 msgstr ""
2358 #: builtin/apply.c:4394
2359 msgid "detect new or modified lines that have whitespace errors"
2360 msgstr ""
2362 #: builtin/apply.c:4397 builtin/apply.c:4400
2363 msgid "ignore changes in whitespace when finding context"
2364 msgstr ""
2366 #: builtin/apply.c:4403
2367 msgid "apply the patch in reverse"
2368 msgstr ""
2370 #: builtin/apply.c:4405
2371 msgid "don't expect at least one line of context"
2372 msgstr ""
2374 #: builtin/apply.c:4407
2375 msgid "leave the rejected hunks in corresponding *.rej files"
2376 msgstr ""
2378 #: builtin/apply.c:4409
2379 msgid "allow overlapping hunks"
2380 msgstr ""
2382 #: builtin/apply.c:4412
2383 msgid "tolerate incorrectly detected missing new-line at the end of file"
2384 msgstr ""
2386 #: builtin/apply.c:4415
2387 msgid "do not trust the line counts in the hunk headers"
2388 msgstr ""
2390 #: builtin/apply.c:4417
2391 msgid "root"
2392 msgstr ""
2394 #: builtin/apply.c:4418
2395 msgid "prepend <root> to all filenames"
2396 msgstr ""
2398 #: builtin/apply.c:4440
2399 msgid "--3way outside a repository"
2400 msgstr ""
2402 #: builtin/apply.c:4448
2403 msgid "--index outside a repository"
2404 msgstr ""
2406 #: builtin/apply.c:4451
2407 msgid "--cached outside a repository"
2408 msgstr ""
2410 #: builtin/apply.c:4467
2411 #, c-format
2412 msgid "can't open patch '%s'"
2413 msgstr ""
2415 #: builtin/apply.c:4481
2416 #, c-format
2417 msgid "squelched %d whitespace error"
2418 msgid_plural "squelched %d whitespace errors"
2419 msgstr[0] ""
2420 msgstr[1] ""
2422 #: builtin/apply.c:4487 builtin/apply.c:4497
2423 #, c-format
2424 msgid "%d line adds whitespace errors."
2425 msgid_plural "%d lines add whitespace errors."
2426 msgstr[0] ""
2427 msgstr[1] ""
2429 #: builtin/archive.c:17
2430 #, c-format
2431 msgid "could not create archive file '%s'"
2432 msgstr ""
2434 #: builtin/archive.c:20
2435 msgid "could not redirect output"
2436 msgstr ""
2438 #: builtin/archive.c:37
2439 msgid "git archive: Remote with no URL"
2440 msgstr ""
2442 #: builtin/archive.c:58
2443 msgid "git archive: expected ACK/NAK, got EOF"
2444 msgstr ""
2446 #: builtin/archive.c:61
2447 #, c-format
2448 msgid "git archive: NACK %s"
2449 msgstr ""
2451 #: builtin/archive.c:63
2452 #, c-format
2453 msgid "remote error: %s"
2454 msgstr ""
2456 #: builtin/archive.c:64
2457 msgid "git archive: protocol error"
2458 msgstr ""
2460 #: builtin/archive.c:68
2461 msgid "git archive: expected a flush"
2462 msgstr ""
2464 #: builtin/bisect--helper.c:7
2465 msgid "git bisect--helper --next-all [--no-checkout]"
2466 msgstr ""
2468 #: builtin/bisect--helper.c:17
2469 msgid "perform 'git bisect next'"
2470 msgstr ""
2472 #: builtin/bisect--helper.c:19
2473 msgid "update BISECT_HEAD instead of checking out the current commit"
2474 msgstr ""
2476 #: builtin/blame.c:27
2477 msgid "git blame [options] [rev-opts] [rev] [--] file"
2478 msgstr ""
2480 #: builtin/blame.c:32
2481 msgid "[rev-opts] are documented in git-rev-list(1)"
2482 msgstr ""
2484 #: builtin/blame.c:2248
2485 msgid "Show blame entries as we find them, incrementally"
2486 msgstr ""
2488 #: builtin/blame.c:2249
2489 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2490 msgstr ""
2492 #: builtin/blame.c:2250
2493 msgid "Do not treat root commits as boundaries (Default: off)"
2494 msgstr ""
2496 #: builtin/blame.c:2251
2497 msgid "Show work cost statistics"
2498 msgstr ""
2500 #: builtin/blame.c:2252
2501 msgid "Show output score for blame entries"
2502 msgstr ""
2504 #: builtin/blame.c:2253
2505 msgid "Show original filename (Default: auto)"
2506 msgstr ""
2508 #: builtin/blame.c:2254
2509 msgid "Show original linenumber (Default: off)"
2510 msgstr ""
2512 #: builtin/blame.c:2255
2513 msgid "Show in a format designed for machine consumption"
2514 msgstr ""
2516 #: builtin/blame.c:2256
2517 msgid "Show porcelain format with per-line commit information"
2518 msgstr ""
2520 #: builtin/blame.c:2257
2521 msgid "Use the same output mode as git-annotate (Default: off)"
2522 msgstr ""
2524 #: builtin/blame.c:2258
2525 msgid "Show raw timestamp (Default: off)"
2526 msgstr ""
2528 #: builtin/blame.c:2259
2529 msgid "Show long commit SHA1 (Default: off)"
2530 msgstr ""
2532 #: builtin/blame.c:2260
2533 msgid "Suppress author name and timestamp (Default: off)"
2534 msgstr ""
2536 #: builtin/blame.c:2261
2537 msgid "Show author email instead of name (Default: off)"
2538 msgstr ""
2540 #: builtin/blame.c:2262
2541 msgid "Ignore whitespace differences"
2542 msgstr ""
2544 #: builtin/blame.c:2263
2545 msgid "Spend extra cycles to find better match"
2546 msgstr ""
2548 #: builtin/blame.c:2264
2549 msgid "Use revisions from <file> instead of calling git-rev-list"
2550 msgstr ""
2552 #: builtin/blame.c:2265
2553 msgid "Use <file>'s contents as the final image"
2554 msgstr ""
2556 #: builtin/blame.c:2266 builtin/blame.c:2267
2557 msgid "score"
2558 msgstr ""
2560 #: builtin/blame.c:2266
2561 msgid "Find line copies within and across files"
2562 msgstr ""
2564 #: builtin/blame.c:2267
2565 msgid "Find line movements within and across files"
2566 msgstr ""
2568 #: builtin/blame.c:2268
2569 msgid "n,m"
2570 msgstr ""
2572 #: builtin/blame.c:2268
2573 msgid "Process only line range n,m, counting from 1"
2574 msgstr ""
2576 #: builtin/branch.c:24
2577 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2578 msgstr ""
2580 #: builtin/branch.c:25
2581 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2582 msgstr ""
2584 #: builtin/branch.c:26
2585 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2586 msgstr ""
2588 #: builtin/branch.c:27
2589 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2590 msgstr ""
2592 #: builtin/branch.c:150
2593 #, c-format
2594 msgid ""
2595 "deleting branch '%s' that has been merged to\n"
2596 "         '%s', but not yet merged to HEAD."
2597 msgstr ""
2599 #: builtin/branch.c:154
2600 #, c-format
2601 msgid ""
2602 "not deleting branch '%s' that is not yet merged to\n"
2603 "         '%s', even though it is merged to HEAD."
2604 msgstr ""
2606 #: builtin/branch.c:168
2607 #, c-format
2608 msgid "Couldn't look up commit object for '%s'"
2609 msgstr ""
2611 #: builtin/branch.c:172
2612 #, c-format
2613 msgid ""
2614 "The branch '%s' is not fully merged.\n"
2615 "If you are sure you want to delete it, run 'git branch -D %s'."
2616 msgstr ""
2618 #: builtin/branch.c:185
2619 msgid "Update of config-file failed"
2620 msgstr ""
2622 #: builtin/branch.c:213
2623 msgid "cannot use -a with -d"
2624 msgstr ""
2626 #: builtin/branch.c:219
2627 msgid "Couldn't look up commit object for HEAD"
2628 msgstr ""
2630 #: builtin/branch.c:227
2631 #, c-format
2632 msgid "Cannot delete the branch '%s' which you are currently on."
2633 msgstr ""
2635 #: builtin/branch.c:240
2636 #, c-format
2637 msgid "remote branch '%s' not found."
2638 msgstr ""
2640 #: builtin/branch.c:241
2641 #, c-format
2642 msgid "branch '%s' not found."
2643 msgstr ""
2645 #: builtin/branch.c:255
2646 #, c-format
2647 msgid "Error deleting remote branch '%s'"
2648 msgstr ""
2650 #: builtin/branch.c:256
2651 #, c-format
2652 msgid "Error deleting branch '%s'"
2653 msgstr ""
2655 #: builtin/branch.c:263
2656 #, c-format
2657 msgid "Deleted remote branch %s (was %s).\n"
2658 msgstr ""
2660 #: builtin/branch.c:264
2661 #, c-format
2662 msgid "Deleted branch %s (was %s).\n"
2663 msgstr ""
2665 #: builtin/branch.c:366
2666 #, c-format
2667 msgid "branch '%s' does not point at a commit"
2668 msgstr ""
2670 #: builtin/branch.c:453
2671 #, c-format
2672 msgid "[%s: gone]"
2673 msgstr ""
2675 #: builtin/branch.c:456
2676 #, c-format
2677 msgid "[%s]"
2678 msgstr ""
2680 #: builtin/branch.c:459
2681 #, c-format
2682 msgid "[%s: behind %d]"
2683 msgstr ""
2685 #: builtin/branch.c:461
2686 #, c-format
2687 msgid "[behind %d]"
2688 msgstr ""
2690 #: builtin/branch.c:465
2691 #, c-format
2692 msgid "[%s: ahead %d]"
2693 msgstr ""
2695 #: builtin/branch.c:467
2696 #, c-format
2697 msgid "[ahead %d]"
2698 msgstr ""
2700 #: builtin/branch.c:470
2701 #, c-format
2702 msgid "[%s: ahead %d, behind %d]"
2703 msgstr ""
2705 #: builtin/branch.c:473
2706 #, c-format
2707 msgid "[ahead %d, behind %d]"
2708 msgstr ""
2710 #: builtin/branch.c:496
2711 msgid " **** invalid ref ****"
2712 msgstr ""
2714 #: builtin/branch.c:588
2715 #, c-format
2716 msgid "(no branch, rebasing %s)"
2717 msgstr ""
2719 #: builtin/branch.c:591
2720 #, c-format
2721 msgid "(no branch, bisect started on %s)"
2722 msgstr ""
2724 #: builtin/branch.c:594
2725 #, c-format
2726 msgid "(detached from %s)"
2727 msgstr ""
2729 #: builtin/branch.c:597
2730 msgid "(no branch)"
2731 msgstr ""
2733 #: builtin/branch.c:643
2734 #, c-format
2735 msgid "object '%s' does not point to a commit"
2736 msgstr ""
2738 #: builtin/branch.c:675
2739 msgid "some refs could not be read"
2740 msgstr ""
2742 #: builtin/branch.c:688
2743 msgid "cannot rename the current branch while not on any."
2744 msgstr ""
2746 #: builtin/branch.c:698
2747 #, c-format
2748 msgid "Invalid branch name: '%s'"
2749 msgstr ""
2751 #: builtin/branch.c:713
2752 msgid "Branch rename failed"
2753 msgstr ""
2755 #: builtin/branch.c:717
2756 #, c-format
2757 msgid "Renamed a misnamed branch '%s' away"
2758 msgstr ""
2760 #: builtin/branch.c:721
2761 #, c-format
2762 msgid "Branch renamed to %s, but HEAD is not updated!"
2763 msgstr ""
2765 #: builtin/branch.c:728
2766 msgid "Branch is renamed, but update of config-file failed"
2767 msgstr ""
2769 #: builtin/branch.c:743
2770 #, c-format
2771 msgid "malformed object name %s"
2772 msgstr ""
2774 #: builtin/branch.c:767
2775 #, c-format
2776 msgid "could not write branch description template: %s"
2777 msgstr ""
2779 #: builtin/branch.c:797
2780 msgid "Generic options"
2781 msgstr ""
2783 #: builtin/branch.c:799
2784 msgid "show hash and subject, give twice for upstream branch"
2785 msgstr ""
2787 #: builtin/branch.c:800
2788 msgid "suppress informational messages"
2789 msgstr ""
2791 #: builtin/branch.c:801
2792 msgid "set up tracking mode (see git-pull(1))"
2793 msgstr ""
2795 #: builtin/branch.c:803
2796 msgid "change upstream info"
2797 msgstr ""
2799 #: builtin/branch.c:807
2800 msgid "use colored output"
2801 msgstr ""
2803 #: builtin/branch.c:808
2804 msgid "act on remote-tracking branches"
2805 msgstr ""
2807 #: builtin/branch.c:811 builtin/branch.c:817 builtin/branch.c:838
2808 #: builtin/branch.c:844 builtin/commit.c:1460 builtin/commit.c:1461
2809 #: builtin/commit.c:1462 builtin/commit.c:1463 builtin/tag.c:468
2810 msgid "commit"
2811 msgstr ""
2813 #: builtin/branch.c:812 builtin/branch.c:818
2814 msgid "print only branches that contain the commit"
2815 msgstr ""
2817 #: builtin/branch.c:824
2818 msgid "Specific git-branch actions:"
2819 msgstr ""
2821 #: builtin/branch.c:825
2822 msgid "list both remote-tracking and local branches"
2823 msgstr ""
2825 #: builtin/branch.c:827
2826 msgid "delete fully merged branch"
2827 msgstr ""
2829 #: builtin/branch.c:828
2830 msgid "delete branch (even if not merged)"
2831 msgstr ""
2833 #: builtin/branch.c:829
2834 msgid "move/rename a branch and its reflog"
2835 msgstr ""
2837 #: builtin/branch.c:830
2838 msgid "move/rename a branch, even if target exists"
2839 msgstr ""
2841 #: builtin/branch.c:831
2842 msgid "list branch names"
2843 msgstr ""
2845 #: builtin/branch.c:832
2846 msgid "create the branch's reflog"
2847 msgstr ""
2849 #: builtin/branch.c:834
2850 msgid "edit the description for the branch"
2851 msgstr ""
2853 #: builtin/branch.c:835
2854 msgid "force creation (when already exists)"
2855 msgstr ""
2857 #: builtin/branch.c:838
2858 msgid "print only not merged branches"
2859 msgstr ""
2861 #: builtin/branch.c:844
2862 msgid "print only merged branches"
2863 msgstr ""
2865 #: builtin/branch.c:848
2866 msgid "list branches in columns"
2867 msgstr ""
2869 #: builtin/branch.c:861
2870 msgid "Failed to resolve HEAD as a valid ref."
2871 msgstr ""
2873 #: builtin/branch.c:866 builtin/clone.c:629
2874 msgid "HEAD not found below refs/heads!"
2875 msgstr ""
2877 #: builtin/branch.c:890
2878 msgid "--column and --verbose are incompatible"
2879 msgstr ""
2881 #: builtin/branch.c:896 builtin/branch.c:935
2882 msgid "branch name required"
2883 msgstr ""
2885 #: builtin/branch.c:911
2886 msgid "Cannot give description to detached HEAD"
2887 msgstr ""
2889 #: builtin/branch.c:916
2890 msgid "cannot edit description of more than one branch"
2891 msgstr ""
2893 #: builtin/branch.c:923
2894 #, c-format
2895 msgid "No commit on branch '%s' yet."
2896 msgstr ""
2898 #: builtin/branch.c:926
2899 #, c-format
2900 msgid "No branch named '%s'."
2901 msgstr ""
2903 #: builtin/branch.c:941
2904 msgid "too many branches for a rename operation"
2905 msgstr ""
2907 #: builtin/branch.c:946
2908 msgid "too many branches to set new upstream"
2909 msgstr ""
2911 #: builtin/branch.c:950
2912 #, c-format
2913 msgid ""
2914 "could not set upstream of HEAD to %s when it does not point to any branch."
2915 msgstr ""
2917 #: builtin/branch.c:953 builtin/branch.c:975 builtin/branch.c:997
2918 #, c-format
2919 msgid "no such branch '%s'"
2920 msgstr ""
2922 #: builtin/branch.c:957
2923 #, c-format
2924 msgid "branch '%s' does not exist"
2925 msgstr ""
2927 #: builtin/branch.c:969
2928 msgid "too many branches to unset upstream"
2929 msgstr ""
2931 #: builtin/branch.c:973
2932 msgid "could not unset upstream of HEAD when it does not point to any branch."
2933 msgstr ""
2935 #: builtin/branch.c:979
2936 #, c-format
2937 msgid "Branch '%s' has no upstream information"
2938 msgstr ""
2940 #: builtin/branch.c:994
2941 msgid "it does not make sense to create 'HEAD' manually"
2942 msgstr ""
2944 #: builtin/branch.c:1000
2945 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2946 msgstr ""
2948 #: builtin/branch.c:1003
2949 #, c-format
2950 msgid ""
2951 "The --set-upstream flag is deprecated and will be removed. Consider using --"
2952 "track or --set-upstream-to\n"
2953 msgstr ""
2955 #: builtin/branch.c:1020
2956 #, c-format
2957 msgid ""
2958 "\n"
2959 "If you wanted to make '%s' track '%s', do this:\n"
2960 "\n"
2961 msgstr ""
2963 #: builtin/branch.c:1021
2964 #, c-format
2965 msgid "    git branch -d %s\n"
2966 msgstr ""
2968 #: builtin/branch.c:1022
2969 #, c-format
2970 msgid "    git branch --set-upstream-to %s\n"
2971 msgstr ""
2973 #: builtin/bundle.c:47
2974 #, c-format
2975 msgid "%s is okay\n"
2976 msgstr ""
2978 #: builtin/bundle.c:56
2979 msgid "Need a repository to create a bundle."
2980 msgstr ""
2982 #: builtin/bundle.c:60
2983 msgid "Need a repository to unbundle."
2984 msgstr ""
2986 #: builtin/cat-file.c:312
2987 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
2988 msgstr ""
2990 #: builtin/cat-file.c:313
2991 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
2992 msgstr ""
2994 #: builtin/cat-file.c:350
2995 msgid "<type> can be one of: blob, tree, commit, tag"
2996 msgstr ""
2998 #: builtin/cat-file.c:351
2999 msgid "show object type"
3000 msgstr ""
3002 #: builtin/cat-file.c:352
3003 msgid "show object size"
3004 msgstr ""
3006 #: builtin/cat-file.c:354
3007 msgid "exit with zero when there's no error"
3008 msgstr ""
3010 #: builtin/cat-file.c:355
3011 msgid "pretty-print object's content"
3012 msgstr ""
3014 #: builtin/cat-file.c:357
3015 msgid "for blob objects, run textconv on object's content"
3016 msgstr ""
3018 #: builtin/cat-file.c:359
3019 msgid "show info and content of objects fed from the standard input"
3020 msgstr ""
3022 #: builtin/cat-file.c:362
3023 msgid "show info about objects fed from the standard input"
3024 msgstr ""
3026 #: builtin/check-attr.c:11
3027 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
3028 msgstr ""
3030 #: builtin/check-attr.c:12
3031 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
3032 msgstr ""
3034 #: builtin/check-attr.c:19
3035 msgid "report all attributes set on file"
3036 msgstr ""
3038 #: builtin/check-attr.c:20
3039 msgid "use .gitattributes only from the index"
3040 msgstr ""
3042 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
3043 msgid "read file names from stdin"
3044 msgstr ""
3046 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3047 msgid "terminate input and output records by a NUL character"
3048 msgstr ""
3050 #: builtin/check-ignore.c:18 builtin/checkout.c:1090 builtin/gc.c:259
3051 msgid "suppress progress reporting"
3052 msgstr ""
3054 #: builtin/check-ignore.c:26
3055 msgid "show non-matching input paths"
3056 msgstr ""
3058 #: builtin/check-ignore.c:28
3059 msgid "ignore index when checking"
3060 msgstr ""
3062 #: builtin/check-ignore.c:154
3063 msgid "cannot specify pathnames with --stdin"
3064 msgstr ""
3066 #: builtin/check-ignore.c:157
3067 msgid "-z only makes sense with --stdin"
3068 msgstr ""
3070 #: builtin/check-ignore.c:159
3071 msgid "no path specified"
3072 msgstr ""
3074 #: builtin/check-ignore.c:163
3075 msgid "--quiet is only valid with a single pathname"
3076 msgstr ""
3078 #: builtin/check-ignore.c:165
3079 msgid "cannot have both --quiet and --verbose"
3080 msgstr ""
3082 #: builtin/check-ignore.c:168
3083 msgid "--non-matching is only valid with --verbose"
3084 msgstr ""
3086 #: builtin/check-mailmap.c:8
3087 msgid "git check-mailmap [options] <contact>..."
3088 msgstr ""
3090 #: builtin/check-mailmap.c:13
3091 msgid "also read contacts from stdin"
3092 msgstr ""
3094 #: builtin/check-mailmap.c:24
3095 #, c-format
3096 msgid "unable to parse contact: %s"
3097 msgstr ""
3099 #: builtin/check-mailmap.c:47
3100 msgid "no contacts specified"
3101 msgstr ""
3103 #: builtin/checkout-index.c:126
3104 msgid "git checkout-index [options] [--] [<file>...]"
3105 msgstr ""
3107 #: builtin/checkout-index.c:187
3108 msgid "check out all files in the index"
3109 msgstr ""
3111 #: builtin/checkout-index.c:188
3112 msgid "force overwrite of existing files"
3113 msgstr ""
3115 #: builtin/checkout-index.c:190
3116 msgid "no warning for existing files and files not in index"
3117 msgstr ""
3119 #: builtin/checkout-index.c:192
3120 msgid "don't checkout new files"
3121 msgstr ""
3123 #: builtin/checkout-index.c:194
3124 msgid "update stat information in the index file"
3125 msgstr ""
3127 #: builtin/checkout-index.c:200
3128 msgid "read list of paths from the standard input"
3129 msgstr ""
3131 #: builtin/checkout-index.c:202
3132 msgid "write the content to temporary files"
3133 msgstr ""
3135 #: builtin/checkout-index.c:203 builtin/column.c:30
3136 msgid "string"
3137 msgstr ""
3139 #: builtin/checkout-index.c:204
3140 msgid "when creating files, prepend <string>"
3141 msgstr ""
3143 #: builtin/checkout-index.c:207
3144 msgid "copy out the files from named stage"
3145 msgstr ""
3147 #: builtin/checkout.c:25
3148 msgid "git checkout [options] <branch>"
3149 msgstr ""
3151 #: builtin/checkout.c:26
3152 msgid "git checkout [options] [<branch>] -- <file>..."
3153 msgstr ""
3155 #: builtin/checkout.c:114 builtin/checkout.c:147
3156 #, c-format
3157 msgid "path '%s' does not have our version"
3158 msgstr ""
3160 #: builtin/checkout.c:116 builtin/checkout.c:149
3161 #, c-format
3162 msgid "path '%s' does not have their version"
3163 msgstr ""
3165 #: builtin/checkout.c:132
3166 #, c-format
3167 msgid "path '%s' does not have all necessary versions"
3168 msgstr ""
3170 #: builtin/checkout.c:176
3171 #, c-format
3172 msgid "path '%s' does not have necessary versions"
3173 msgstr ""
3175 #: builtin/checkout.c:193
3176 #, c-format
3177 msgid "path '%s': cannot merge"
3178 msgstr ""
3180 #: builtin/checkout.c:210
3181 #, c-format
3182 msgid "Unable to add merge result for '%s'"
3183 msgstr ""
3185 #: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:238
3186 #: builtin/checkout.c:241
3187 #, c-format
3188 msgid "'%s' cannot be used with updating paths"
3189 msgstr ""
3191 #: builtin/checkout.c:244 builtin/checkout.c:247
3192 #, c-format
3193 msgid "'%s' cannot be used with %s"
3194 msgstr ""
3196 #: builtin/checkout.c:250
3197 #, c-format
3198 msgid "Cannot update paths and switch to branch '%s' at the same time."
3199 msgstr ""
3201 #: builtin/checkout.c:261 builtin/checkout.c:451
3202 msgid "corrupt index file"
3203 msgstr ""
3205 #: builtin/checkout.c:322 builtin/checkout.c:329
3206 #, c-format
3207 msgid "path '%s' is unmerged"
3208 msgstr ""
3210 #: builtin/checkout.c:473
3211 msgid "you need to resolve your current index first"
3212 msgstr ""
3214 #: builtin/checkout.c:594
3215 #, c-format
3216 msgid "Can not do reflog for '%s'\n"
3217 msgstr ""
3219 #: builtin/checkout.c:632
3220 msgid "HEAD is now at"
3221 msgstr ""
3223 #: builtin/checkout.c:639
3224 #, c-format
3225 msgid "Reset branch '%s'\n"
3226 msgstr ""
3228 #: builtin/checkout.c:642
3229 #, c-format
3230 msgid "Already on '%s'\n"
3231 msgstr ""
3233 #: builtin/checkout.c:646
3234 #, c-format
3235 msgid "Switched to and reset branch '%s'\n"
3236 msgstr ""
3238 #: builtin/checkout.c:648 builtin/checkout.c:1033
3239 #, c-format
3240 msgid "Switched to a new branch '%s'\n"
3241 msgstr ""
3243 #: builtin/checkout.c:650
3244 #, c-format
3245 msgid "Switched to branch '%s'\n"
3246 msgstr ""
3248 #: builtin/checkout.c:706
3249 #, c-format
3250 msgid " ... and %d more.\n"
3251 msgstr ""
3253 #. The singular version
3254 #: builtin/checkout.c:712
3255 #, c-format
3256 msgid ""
3257 "Warning: you are leaving %d commit behind, not connected to\n"
3258 "any of your branches:\n"
3259 "\n"
3260 "%s\n"
3261 msgid_plural ""
3262 "Warning: you are leaving %d commits behind, not connected to\n"
3263 "any of your branches:\n"
3264 "\n"
3265 "%s\n"
3266 msgstr[0] ""
3267 msgstr[1] ""
3269 #: builtin/checkout.c:730
3270 #, c-format
3271 msgid ""
3272 "If you want to keep them by creating a new branch, this may be a good time\n"
3273 "to do so with:\n"
3274 "\n"
3275 " git branch new_branch_name %s\n"
3276 "\n"
3277 msgstr ""
3279 #: builtin/checkout.c:760
3280 msgid "internal error in revision walk"
3281 msgstr ""
3283 #: builtin/checkout.c:764
3284 msgid "Previous HEAD position was"
3285 msgstr ""
3287 #: builtin/checkout.c:791 builtin/checkout.c:1028
3288 msgid "You are on a branch yet to be born"
3289 msgstr ""
3291 #: builtin/checkout.c:935
3292 #, c-format
3293 msgid "only one reference expected, %d given."
3294 msgstr ""
3296 #: builtin/checkout.c:974
3297 #, c-format
3298 msgid "invalid reference: %s"
3299 msgstr ""
3301 #. case (1): want a tree
3302 #: builtin/checkout.c:1003
3303 #, c-format
3304 msgid "reference is not a tree: %s"
3305 msgstr ""
3307 #: builtin/checkout.c:1042
3308 msgid "paths cannot be used with switching branches"
3309 msgstr ""
3311 #: builtin/checkout.c:1045 builtin/checkout.c:1049
3312 #, c-format
3313 msgid "'%s' cannot be used with switching branches"
3314 msgstr ""
3316 #: builtin/checkout.c:1053 builtin/checkout.c:1056 builtin/checkout.c:1061
3317 #: builtin/checkout.c:1064
3318 #, c-format
3319 msgid "'%s' cannot be used with '%s'"
3320 msgstr ""
3322 #: builtin/checkout.c:1069
3323 #, c-format
3324 msgid "Cannot switch branch to a non-commit '%s'"
3325 msgstr ""
3327 #: builtin/checkout.c:1091 builtin/checkout.c:1093 builtin/clone.c:88
3328 #: builtin/remote.c:169 builtin/remote.c:171
3329 msgid "branch"
3330 msgstr ""
3332 #: builtin/checkout.c:1092
3333 msgid "create and checkout a new branch"
3334 msgstr ""
3336 #: builtin/checkout.c:1094
3337 msgid "create/reset and checkout a branch"
3338 msgstr ""
3340 #: builtin/checkout.c:1095
3341 msgid "create reflog for new branch"
3342 msgstr ""
3344 #: builtin/checkout.c:1096
3345 msgid "detach the HEAD at named commit"
3346 msgstr ""
3348 #: builtin/checkout.c:1097
3349 msgid "set upstream info for new branch"
3350 msgstr ""
3352 #: builtin/checkout.c:1099
3353 msgid "new branch"
3354 msgstr ""
3356 #: builtin/checkout.c:1099
3357 msgid "new unparented branch"
3358 msgstr ""
3360 #: builtin/checkout.c:1100
3361 msgid "checkout our version for unmerged files"
3362 msgstr ""
3364 #: builtin/checkout.c:1102
3365 msgid "checkout their version for unmerged files"
3366 msgstr ""
3368 #: builtin/checkout.c:1104
3369 msgid "force checkout (throw away local modifications)"
3370 msgstr ""
3372 #: builtin/checkout.c:1105
3373 msgid "perform a 3-way merge with the new branch"
3374 msgstr ""
3376 #: builtin/checkout.c:1106 builtin/merge.c:232
3377 msgid "update ignored files (default)"
3378 msgstr ""
3380 #: builtin/checkout.c:1107 builtin/log.c:1228 parse-options.h:251
3381 msgid "style"
3382 msgstr ""
3384 #: builtin/checkout.c:1108
3385 msgid "conflict style (merge or diff3)"
3386 msgstr ""
3388 #: builtin/checkout.c:1111
3389 msgid "do not limit pathspecs to sparse entries only"
3390 msgstr ""
3392 #: builtin/checkout.c:1113
3393 msgid "second guess 'git checkout no-such-branch'"
3394 msgstr ""
3396 #: builtin/checkout.c:1136
3397 msgid "-b, -B and --orphan are mutually exclusive"
3398 msgstr ""
3400 #: builtin/checkout.c:1153
3401 msgid "--track needs a branch name"
3402 msgstr ""
3404 #: builtin/checkout.c:1160
3405 msgid "Missing branch name; try -b"
3406 msgstr ""
3408 #: builtin/checkout.c:1197
3409 msgid "invalid path specification"
3410 msgstr ""
3412 #: builtin/checkout.c:1204
3413 #, c-format
3414 msgid ""
3415 "Cannot update paths and switch to branch '%s' at the same time.\n"
3416 "Did you intend to checkout '%s' which can not be resolved as commit?"
3417 msgstr ""
3419 #: builtin/checkout.c:1209
3420 #, c-format
3421 msgid "git checkout: --detach does not take a path argument '%s'"
3422 msgstr ""
3424 #: builtin/checkout.c:1213
3425 msgid ""
3426 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3427 "checking out of the index."
3428 msgstr ""
3430 #: builtin/clean.c:26
3431 msgid ""
3432 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3433 msgstr ""
3435 #: builtin/clean.c:30
3436 #, c-format
3437 msgid "Removing %s\n"
3438 msgstr ""
3440 #: builtin/clean.c:31
3441 #, c-format
3442 msgid "Would remove %s\n"
3443 msgstr ""
3445 #: builtin/clean.c:32
3446 #, c-format
3447 msgid "Skipping repository %s\n"
3448 msgstr ""
3450 #: builtin/clean.c:33
3451 #, c-format
3452 msgid "Would skip repository %s\n"
3453 msgstr ""
3455 #: builtin/clean.c:34
3456 #, c-format
3457 msgid "failed to remove %s"
3458 msgstr ""
3460 #: builtin/clean.c:294
3461 msgid ""
3462 "Prompt help:\n"
3463 "1          - select a numbered item\n"
3464 "foo        - select item based on unique prefix\n"
3465 "           - (empty) select nothing"
3466 msgstr ""
3468 #: builtin/clean.c:298
3469 msgid ""
3470 "Prompt help:\n"
3471 "1          - select a single item\n"
3472 "3-5        - select a range of items\n"
3473 "2-3,6-9    - select multiple ranges\n"
3474 "foo        - select item based on unique prefix\n"
3475 "-...       - unselect specified items\n"
3476 "*          - choose all items\n"
3477 "           - (empty) finish selecting"
3478 msgstr ""
3480 #: builtin/clean.c:516
3481 #, c-format
3482 msgid "Huh (%s)?"
3483 msgstr ""
3485 #: builtin/clean.c:659
3486 #, c-format
3487 msgid "Input ignore patterns>> "
3488 msgstr ""
3490 #: builtin/clean.c:696
3491 #, c-format
3492 msgid "WARNING: Cannot find items matched by: %s"
3493 msgstr ""
3495 #: builtin/clean.c:717
3496 msgid "Select items to delete"
3497 msgstr ""
3499 #: builtin/clean.c:757
3500 #, c-format
3501 msgid "remove %s? "
3502 msgstr ""
3504 #: builtin/clean.c:782
3505 msgid "Bye."
3506 msgstr ""
3508 #: builtin/clean.c:790
3509 msgid ""
3510 "clean               - start cleaning\n"
3511 "filter by pattern   - exclude items from deletion\n"
3512 "select by numbers   - select items to be deleted by numbers\n"
3513 "ask each            - confirm each deletion (like \"rm -i\")\n"
3514 "quit                - stop cleaning\n"
3515 "help                - this screen\n"
3516 "?                   - help for prompt selection"
3517 msgstr ""
3519 #: builtin/clean.c:817
3520 msgid "*** Commands ***"
3521 msgstr ""
3523 #: builtin/clean.c:818
3524 msgid "What now"
3525 msgstr ""
3527 #: builtin/clean.c:826
3528 msgid "Would remove the following item:"
3529 msgid_plural "Would remove the following items:"
3530 msgstr[0] ""
3531 msgstr[1] ""
3533 #: builtin/clean.c:843
3534 msgid "No more files to clean, exiting."
3535 msgstr ""
3537 #: builtin/clean.c:874
3538 msgid "do not print names of files removed"
3539 msgstr ""
3541 #: builtin/clean.c:876
3542 msgid "force"
3543 msgstr ""
3545 #: builtin/clean.c:877
3546 msgid "interactive cleaning"
3547 msgstr ""
3549 #: builtin/clean.c:879
3550 msgid "remove whole directories"
3551 msgstr ""
3553 #: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:718
3554 #: builtin/ls-files.c:483 builtin/name-rev.c:315 builtin/show-ref.c:185
3555 msgid "pattern"
3556 msgstr ""
3558 #: builtin/clean.c:881
3559 msgid "add <pattern> to ignore rules"
3560 msgstr ""
3562 #: builtin/clean.c:882
3563 msgid "remove ignored files, too"
3564 msgstr ""
3566 #: builtin/clean.c:884
3567 msgid "remove only ignored files"
3568 msgstr ""
3570 #: builtin/clean.c:902
3571 msgid "-x and -X cannot be used together"
3572 msgstr ""
3574 #: builtin/clean.c:906
3575 msgid ""
3576 "clean.requireForce set to true and neither -i, -n nor -f given; refusing to "
3577 "clean"
3578 msgstr ""
3580 #: builtin/clean.c:909
3581 msgid ""
3582 "clean.requireForce defaults to true and neither -i, -n nor -f given; "
3583 "refusing to clean"
3584 msgstr ""
3586 #: builtin/clone.c:36
3587 msgid "git clone [options] [--] <repo> [<dir>]"
3588 msgstr ""
3590 #: builtin/clone.c:64 builtin/fetch.c:96 builtin/merge.c:229
3591 #: builtin/push.c:474
3592 msgid "force progress reporting"
3593 msgstr ""
3595 #: builtin/clone.c:66
3596 msgid "don't create a checkout"
3597 msgstr ""
3599 #: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:488
3600 msgid "create a bare repository"
3601 msgstr ""
3603 #: builtin/clone.c:71
3604 msgid "create a mirror repository (implies bare)"
3605 msgstr ""
3607 #: builtin/clone.c:73
3608 msgid "to clone from a local repository"
3609 msgstr ""
3611 #: builtin/clone.c:75
3612 msgid "don't use local hardlinks, always copy"
3613 msgstr ""
3615 #: builtin/clone.c:77
3616 msgid "setup as shared repository"
3617 msgstr ""
3619 #: builtin/clone.c:79 builtin/clone.c:81
3620 msgid "initialize submodules in the clone"
3621 msgstr ""
3623 #: builtin/clone.c:82 builtin/init-db.c:485
3624 msgid "template-directory"
3625 msgstr ""
3627 #: builtin/clone.c:83 builtin/init-db.c:486
3628 msgid "directory from which templates will be used"
3629 msgstr ""
3631 #: builtin/clone.c:85
3632 msgid "reference repository"
3633 msgstr ""
3635 #: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
3636 msgid "name"
3637 msgstr ""
3639 #: builtin/clone.c:87
3640 msgid "use <name> instead of 'origin' to track upstream"
3641 msgstr ""
3643 #: builtin/clone.c:89
3644 msgid "checkout <branch> instead of the remote's HEAD"
3645 msgstr ""
3647 #: builtin/clone.c:91
3648 msgid "path to git-upload-pack on the remote"
3649 msgstr ""
3651 #: builtin/clone.c:92 builtin/fetch.c:97 builtin/grep.c:663
3652 msgid "depth"
3653 msgstr ""
3655 #: builtin/clone.c:93
3656 msgid "create a shallow clone of that depth"
3657 msgstr ""
3659 #: builtin/clone.c:95
3660 msgid "clone only one branch, HEAD or --branch"
3661 msgstr ""
3663 #: builtin/clone.c:96 builtin/init-db.c:494
3664 msgid "gitdir"
3665 msgstr ""
3667 #: builtin/clone.c:97 builtin/init-db.c:495
3668 msgid "separate git dir from working tree"
3669 msgstr ""
3671 #: builtin/clone.c:98
3672 msgid "key=value"
3673 msgstr ""
3675 #: builtin/clone.c:99
3676 msgid "set config inside the new repository"
3677 msgstr ""
3679 #: builtin/clone.c:252
3680 #, c-format
3681 msgid "reference repository '%s' is not a local repository."
3682 msgstr ""
3684 #: builtin/clone.c:315
3685 #, c-format
3686 msgid "failed to create directory '%s'"
3687 msgstr ""
3689 #: builtin/clone.c:317 builtin/diff.c:77
3690 #, c-format
3691 msgid "failed to stat '%s'"
3692 msgstr ""
3694 #: builtin/clone.c:319
3695 #, c-format
3696 msgid "%s exists and is not a directory"
3697 msgstr ""
3699 #: builtin/clone.c:333
3700 #, c-format
3701 msgid "failed to stat %s\n"
3702 msgstr ""
3704 #: builtin/clone.c:355
3705 #, c-format
3706 msgid "failed to create link '%s'"
3707 msgstr ""
3709 #: builtin/clone.c:359
3710 #, c-format
3711 msgid "failed to copy file to '%s'"
3712 msgstr ""
3714 #: builtin/clone.c:382 builtin/clone.c:559
3715 #, c-format
3716 msgid "done.\n"
3717 msgstr ""
3719 #: builtin/clone.c:395
3720 msgid ""
3721 "Clone succeeded, but checkout failed.\n"
3722 "You can inspect what was checked out with 'git status'\n"
3723 "and retry the checkout with 'git checkout -f HEAD'\n"
3724 msgstr ""
3726 #: builtin/clone.c:474
3727 #, c-format
3728 msgid "Could not find remote branch %s to clone."
3729 msgstr ""
3731 #: builtin/clone.c:554
3732 #, c-format
3733 msgid "Checking connectivity... "
3734 msgstr ""
3736 #: builtin/clone.c:557
3737 msgid "remote did not send all necessary objects"
3738 msgstr ""
3740 #: builtin/clone.c:620
3741 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3742 msgstr ""
3744 #: builtin/clone.c:651
3745 msgid "unable to checkout working tree"
3746 msgstr ""
3748 #: builtin/clone.c:759
3749 msgid "Too many arguments."
3750 msgstr ""
3752 #: builtin/clone.c:763
3753 msgid "You must specify a repository to clone."
3754 msgstr ""
3756 #: builtin/clone.c:774
3757 #, c-format
3758 msgid "--bare and --origin %s options are incompatible."
3759 msgstr ""
3761 #: builtin/clone.c:777
3762 msgid "--bare and --separate-git-dir are incompatible."
3763 msgstr ""
3765 #: builtin/clone.c:790
3766 #, c-format
3767 msgid "repository '%s' does not exist"
3768 msgstr ""
3770 #: builtin/clone.c:795
3771 msgid "--depth is ignored in local clones; use file:// instead."
3772 msgstr ""
3774 #: builtin/clone.c:797
3775 msgid "--local is ignored"
3776 msgstr ""
3778 #: builtin/clone.c:807
3779 #, c-format
3780 msgid "destination path '%s' already exists and is not an empty directory."
3781 msgstr ""
3783 #: builtin/clone.c:817
3784 #, c-format
3785 msgid "working tree '%s' already exists."
3786 msgstr ""
3788 #: builtin/clone.c:830 builtin/clone.c:842
3789 #, c-format
3790 msgid "could not create leading directories of '%s'"
3791 msgstr ""
3793 #: builtin/clone.c:833
3794 #, c-format
3795 msgid "could not create work tree dir '%s'."
3796 msgstr ""
3798 #: builtin/clone.c:852
3799 #, c-format
3800 msgid "Cloning into bare repository '%s'...\n"
3801 msgstr ""
3803 #: builtin/clone.c:854
3804 #, c-format
3805 msgid "Cloning into '%s'...\n"
3806 msgstr ""
3808 #: builtin/clone.c:888
3809 #, c-format
3810 msgid "Don't know how to clone %s"
3811 msgstr ""
3813 #: builtin/clone.c:939 builtin/clone.c:947
3814 #, c-format
3815 msgid "Remote branch %s not found in upstream %s"
3816 msgstr ""
3818 #: builtin/clone.c:950
3819 msgid "You appear to have cloned an empty repository."
3820 msgstr ""
3822 #: builtin/column.c:9
3823 msgid "git column [options]"
3824 msgstr ""
3826 #: builtin/column.c:26
3827 msgid "lookup config vars"
3828 msgstr ""
3830 #: builtin/column.c:27 builtin/column.c:28
3831 msgid "layout to use"
3832 msgstr ""
3834 #: builtin/column.c:29
3835 msgid "Maximum width"
3836 msgstr ""
3838 #: builtin/column.c:30
3839 msgid "Padding space on left border"
3840 msgstr ""
3842 #: builtin/column.c:31
3843 msgid "Padding space on right border"
3844 msgstr ""
3846 #: builtin/column.c:32
3847 msgid "Padding space between columns"
3848 msgstr ""
3850 #: builtin/column.c:51
3851 msgid "--command must be the first argument"
3852 msgstr ""
3854 #: builtin/commit.c:36
3855 msgid "git commit [options] [--] <pathspec>..."
3856 msgstr ""
3858 #: builtin/commit.c:41
3859 msgid "git status [options] [--] <pathspec>..."
3860 msgstr ""
3862 #: builtin/commit.c:46
3863 msgid ""
3864 "Your name and email address were configured automatically based\n"
3865 "on your username and hostname. Please check that they are accurate.\n"
3866 "You can suppress this message by setting them explicitly:\n"
3867 "\n"
3868 "    git config --global user.name \"Your Name\"\n"
3869 "    git config --global user.email you@example.com\n"
3870 "\n"
3871 "After doing this, you may fix the identity used for this commit with:\n"
3872 "\n"
3873 "    git commit --amend --reset-author\n"
3874 msgstr ""
3876 #: builtin/commit.c:58
3877 msgid ""
3878 "You asked to amend the most recent commit, but doing so would make\n"
3879 "it empty. You can repeat your command with --allow-empty, or you can\n"
3880 "remove the commit entirely with \"git reset HEAD^\".\n"
3881 msgstr ""
3883 #: builtin/commit.c:63
3884 msgid ""
3885 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
3886 "If you wish to commit it anyway, use:\n"
3887 "\n"
3888 "    git commit --allow-empty\n"
3889 "\n"
3890 msgstr ""
3892 #: builtin/commit.c:70
3893 msgid "Otherwise, please use 'git reset'\n"
3894 msgstr ""
3896 #: builtin/commit.c:73
3897 msgid ""
3898 "If you wish to skip this commit, use:\n"
3899 "\n"
3900 "    git reset\n"
3901 "\n"
3902 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
3903 "the remaining commits.\n"
3904 msgstr ""
3906 #: builtin/commit.c:287
3907 msgid "failed to unpack HEAD tree object"
3908 msgstr ""
3910 #: builtin/commit.c:329
3911 msgid "unable to create temporary index"
3912 msgstr ""
3914 #: builtin/commit.c:335
3915 msgid "interactive add failed"
3916 msgstr ""
3918 #: builtin/commit.c:368 builtin/commit.c:389 builtin/commit.c:439
3919 msgid "unable to write new_index file"
3920 msgstr ""
3922 #: builtin/commit.c:420
3923 msgid "cannot do a partial commit during a merge."
3924 msgstr ""
3926 #: builtin/commit.c:422
3927 msgid "cannot do a partial commit during a cherry-pick."
3928 msgstr ""
3930 #: builtin/commit.c:432
3931 msgid "cannot read the index"
3932 msgstr ""
3934 #: builtin/commit.c:452
3935 msgid "unable to write temporary index file"
3936 msgstr ""
3938 #: builtin/commit.c:543 builtin/commit.c:549
3939 #, c-format
3940 msgid "invalid commit: %s"
3941 msgstr ""
3943 #: builtin/commit.c:571
3944 msgid "malformed --author parameter"
3945 msgstr ""
3947 #: builtin/commit.c:591
3948 #, c-format
3949 msgid "Malformed ident string: '%s'"
3950 msgstr ""
3952 #: builtin/commit.c:630 builtin/commit.c:663 builtin/commit.c:1007
3953 #, c-format
3954 msgid "could not lookup commit %s"
3955 msgstr ""
3957 #: builtin/commit.c:642 builtin/shortlog.c:273
3958 #, c-format
3959 msgid "(reading log message from standard input)\n"
3960 msgstr ""
3962 #: builtin/commit.c:644
3963 msgid "could not read log from standard input"
3964 msgstr ""
3966 #: builtin/commit.c:648
3967 #, c-format
3968 msgid "could not read log file '%s'"
3969 msgstr ""
3971 #: builtin/commit.c:654
3972 msgid "commit has empty message"
3973 msgstr ""
3975 #: builtin/commit.c:670
3976 msgid "could not read MERGE_MSG"
3977 msgstr ""
3979 #: builtin/commit.c:674
3980 msgid "could not read SQUASH_MSG"
3981 msgstr ""
3983 #: builtin/commit.c:678
3984 #, c-format
3985 msgid "could not read '%s'"
3986 msgstr ""
3988 #: builtin/commit.c:749
3989 msgid "could not write commit template"
3990 msgstr ""
3992 #: builtin/commit.c:760
3993 #, c-format
3994 msgid ""
3995 "\n"
3996 "It looks like you may be committing a merge.\n"
3997 "If this is not correct, please remove the file\n"
3998 "\t%s\n"
3999 "and try again.\n"
4000 msgstr ""
4002 #: builtin/commit.c:765
4003 #, c-format
4004 msgid ""
4005 "\n"
4006 "It looks like you may be committing a cherry-pick.\n"
4007 "If this is not correct, please remove the file\n"
4008 "\t%s\n"
4009 "and try again.\n"
4010 msgstr ""
4012 #: builtin/commit.c:777
4013 #, c-format
4014 msgid ""
4015 "Please enter the commit message for your changes. Lines starting\n"
4016 "with '%c' will be ignored, and an empty message aborts the commit.\n"
4017 msgstr ""
4019 #: builtin/commit.c:782
4020 #, c-format
4021 msgid ""
4022 "Please enter the commit message for your changes. Lines starting\n"
4023 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4024 "An empty message aborts the commit.\n"
4025 msgstr ""
4027 #: builtin/commit.c:795
4028 #, c-format
4029 msgid "%sAuthor:    %s"
4030 msgstr ""
4032 #: builtin/commit.c:802
4033 #, c-format
4034 msgid "%sCommitter: %s"
4035 msgstr ""
4037 #: builtin/commit.c:822
4038 msgid "Cannot read index"
4039 msgstr ""
4041 #: builtin/commit.c:865
4042 msgid "Error building trees"
4043 msgstr ""
4045 #: builtin/commit.c:880 builtin/tag.c:359
4046 #, c-format
4047 msgid "Please supply the message using either -m or -F option.\n"
4048 msgstr ""
4050 #: builtin/commit.c:982
4051 #, c-format
4052 msgid "No existing author found with '%s'"
4053 msgstr ""
4055 #: builtin/commit.c:997 builtin/commit.c:1237
4056 #, c-format
4057 msgid "Invalid untracked files mode '%s'"
4058 msgstr ""
4060 #: builtin/commit.c:1034
4061 msgid "--long and -z are incompatible"
4062 msgstr ""
4064 #: builtin/commit.c:1064
4065 msgid "Using both --reset-author and --author does not make sense"
4066 msgstr ""
4068 #: builtin/commit.c:1075
4069 msgid "You have nothing to amend."
4070 msgstr ""
4072 #: builtin/commit.c:1078
4073 msgid "You are in the middle of a merge -- cannot amend."
4074 msgstr ""
4076 #: builtin/commit.c:1080
4077 msgid "You are in the middle of a cherry-pick -- cannot amend."
4078 msgstr ""
4080 #: builtin/commit.c:1083
4081 msgid "Options --squash and --fixup cannot be used together"
4082 msgstr ""
4084 #: builtin/commit.c:1093
4085 msgid "Only one of -c/-C/-F/--fixup can be used."
4086 msgstr ""
4088 #: builtin/commit.c:1095
4089 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4090 msgstr ""
4092 #: builtin/commit.c:1103
4093 msgid "--reset-author can be used only with -C, -c or --amend."
4094 msgstr ""
4096 #: builtin/commit.c:1120
4097 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4098 msgstr ""
4100 #: builtin/commit.c:1122
4101 msgid "No paths with --include/--only does not make sense."
4102 msgstr ""
4104 #: builtin/commit.c:1124
4105 msgid "Clever... amending the last one with dirty index."
4106 msgstr ""
4108 #: builtin/commit.c:1126
4109 msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
4110 msgstr ""
4112 #: builtin/commit.c:1136 builtin/tag.c:572
4113 #, c-format
4114 msgid "Invalid cleanup mode %s"
4115 msgstr ""
4117 #: builtin/commit.c:1141
4118 msgid "Paths with -a does not make sense."
4119 msgstr ""
4121 #: builtin/commit.c:1251 builtin/commit.c:1482
4122 msgid "show status concisely"
4123 msgstr ""
4125 #: builtin/commit.c:1253 builtin/commit.c:1484
4126 msgid "show branch information"
4127 msgstr ""
4129 #: builtin/commit.c:1255 builtin/commit.c:1486 builtin/push.c:460
4130 msgid "machine-readable output"
4131 msgstr ""
4133 #: builtin/commit.c:1258 builtin/commit.c:1488
4134 msgid "show status in long format (default)"
4135 msgstr ""
4137 #: builtin/commit.c:1261 builtin/commit.c:1491
4138 msgid "terminate entries with NUL"
4139 msgstr ""
4141 #: builtin/commit.c:1263 builtin/commit.c:1494 builtin/fast-export.c:674
4142 #: builtin/fast-export.c:677 builtin/tag.c:459
4143 msgid "mode"
4144 msgstr ""
4146 #: builtin/commit.c:1264 builtin/commit.c:1494
4147 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4148 msgstr ""
4150 #: builtin/commit.c:1267
4151 msgid "show ignored files"
4152 msgstr ""
4154 #: builtin/commit.c:1268 parse-options.h:156
4155 msgid "when"
4156 msgstr ""
4158 #: builtin/commit.c:1269
4159 msgid ""
4160 "ignore changes to submodules, optional when: all, dirty, untracked. "
4161 "(Default: all)"
4162 msgstr ""
4164 #: builtin/commit.c:1271
4165 msgid "list untracked files in columns"
4166 msgstr ""
4168 #: builtin/commit.c:1340
4169 msgid "couldn't look up newly created commit"
4170 msgstr ""
4172 #: builtin/commit.c:1342
4173 msgid "could not parse newly created commit"
4174 msgstr ""
4176 #: builtin/commit.c:1383
4177 msgid "detached HEAD"
4178 msgstr ""
4180 #: builtin/commit.c:1385
4181 msgid " (root-commit)"
4182 msgstr ""
4184 #: builtin/commit.c:1452
4185 msgid "suppress summary after successful commit"
4186 msgstr ""
4188 #: builtin/commit.c:1453
4189 msgid "show diff in commit message template"
4190 msgstr ""
4192 #: builtin/commit.c:1455
4193 msgid "Commit message options"
4194 msgstr ""
4196 #: builtin/commit.c:1456 builtin/tag.c:457
4197 msgid "read message from file"
4198 msgstr ""
4200 #: builtin/commit.c:1457
4201 msgid "author"
4202 msgstr ""
4204 #: builtin/commit.c:1457
4205 msgid "override author for commit"
4206 msgstr ""
4208 #: builtin/commit.c:1458 builtin/gc.c:260
4209 msgid "date"
4210 msgstr ""
4212 #: builtin/commit.c:1458
4213 msgid "override date for commit"
4214 msgstr ""
4216 #: builtin/commit.c:1459 builtin/merge.c:223 builtin/notes.c:405
4217 #: builtin/notes.c:562 builtin/tag.c:455
4218 msgid "message"
4219 msgstr ""
4221 #: builtin/commit.c:1459
4222 msgid "commit message"
4223 msgstr ""
4225 #: builtin/commit.c:1460
4226 msgid "reuse and edit message from specified commit"
4227 msgstr ""
4229 #: builtin/commit.c:1461
4230 msgid "reuse message from specified commit"
4231 msgstr ""
4233 #: builtin/commit.c:1462
4234 msgid "use autosquash formatted message to fixup specified commit"
4235 msgstr ""
4237 #: builtin/commit.c:1463
4238 msgid "use autosquash formatted message to squash specified commit"
4239 msgstr ""
4241 #: builtin/commit.c:1464
4242 msgid "the commit is authored by me now (used with -C/-c/--amend)"
4243 msgstr ""
4245 #: builtin/commit.c:1465 builtin/log.c:1180 builtin/revert.c:86
4246 msgid "add Signed-off-by:"
4247 msgstr ""
4249 #: builtin/commit.c:1466
4250 msgid "use specified template file"
4251 msgstr ""
4253 #: builtin/commit.c:1467
4254 msgid "force edit of commit"
4255 msgstr ""
4257 #: builtin/commit.c:1468
4258 msgid "default"
4259 msgstr ""
4261 #: builtin/commit.c:1468 builtin/tag.c:460
4262 msgid "how to strip spaces and #comments from message"
4263 msgstr ""
4265 #: builtin/commit.c:1469
4266 msgid "include status in commit message template"
4267 msgstr ""
4269 #: builtin/commit.c:1470 builtin/merge.c:230 builtin/tag.c:461
4270 msgid "key id"
4271 msgstr ""
4273 #: builtin/commit.c:1471 builtin/merge.c:231
4274 msgid "GPG sign commit"
4275 msgstr ""
4277 #. end commit message options
4278 #: builtin/commit.c:1474
4279 msgid "Commit contents options"
4280 msgstr ""
4282 #: builtin/commit.c:1475
4283 msgid "commit all changed files"
4284 msgstr ""
4286 #: builtin/commit.c:1476
4287 msgid "add specified files to index for commit"
4288 msgstr ""
4290 #: builtin/commit.c:1477
4291 msgid "interactively add files"
4292 msgstr ""
4294 #: builtin/commit.c:1478
4295 msgid "interactively add changes"
4296 msgstr ""
4298 #: builtin/commit.c:1479
4299 msgid "commit only specified files"
4300 msgstr ""
4302 #: builtin/commit.c:1480
4303 msgid "bypass pre-commit hook"
4304 msgstr ""
4306 #: builtin/commit.c:1481
4307 msgid "show what would be committed"
4308 msgstr ""
4310 #: builtin/commit.c:1492
4311 msgid "amend previous commit"
4312 msgstr ""
4314 #: builtin/commit.c:1493
4315 msgid "bypass post-rewrite hook"
4316 msgstr ""
4318 #: builtin/commit.c:1498
4319 msgid "ok to record an empty change"
4320 msgstr ""
4322 #: builtin/commit.c:1500
4323 msgid "ok to record a change with an empty message"
4324 msgstr ""
4326 #: builtin/commit.c:1529
4327 msgid "could not parse HEAD commit"
4328 msgstr ""
4330 #: builtin/commit.c:1567 builtin/merge.c:525
4331 #, c-format
4332 msgid "could not open '%s' for reading"
4333 msgstr ""
4335 #: builtin/commit.c:1574
4336 #, c-format
4337 msgid "Corrupt MERGE_HEAD file (%s)"
4338 msgstr ""
4340 #: builtin/commit.c:1581
4341 msgid "could not read MERGE_MODE"
4342 msgstr ""
4344 #: builtin/commit.c:1600
4345 #, c-format
4346 msgid "could not read commit message: %s"
4347 msgstr ""
4349 #: builtin/commit.c:1614
4350 #, c-format
4351 msgid "Aborting commit; you did not edit the message.\n"
4352 msgstr ""
4354 #: builtin/commit.c:1619
4355 #, c-format
4356 msgid "Aborting commit due to empty commit message.\n"
4357 msgstr ""
4359 #: builtin/commit.c:1634 builtin/merge.c:861 builtin/merge.c:886
4360 msgid "failed to write commit object"
4361 msgstr ""
4363 #: builtin/commit.c:1655
4364 msgid "cannot lock HEAD ref"
4365 msgstr ""
4367 #: builtin/commit.c:1659
4368 msgid "cannot update HEAD ref"
4369 msgstr ""
4371 #: builtin/commit.c:1670
4372 msgid ""
4373 "Repository has been updated, but unable to write\n"
4374 "new_index file. Check that disk is not full or quota is\n"
4375 "not exceeded, and then \"git reset HEAD\" to recover."
4376 msgstr ""
4378 #: builtin/config.c:8
4379 msgid "git config [options]"
4380 msgstr ""
4382 #: builtin/config.c:54
4383 msgid "Config file location"
4384 msgstr ""
4386 #: builtin/config.c:55
4387 msgid "use global config file"
4388 msgstr ""
4390 #: builtin/config.c:56
4391 msgid "use system config file"
4392 msgstr ""
4394 #: builtin/config.c:57
4395 msgid "use repository config file"
4396 msgstr ""
4398 #: builtin/config.c:58
4399 msgid "use given config file"
4400 msgstr ""
4402 #: builtin/config.c:59
4403 msgid "blob-id"
4404 msgstr ""
4406 #: builtin/config.c:59
4407 msgid "read config from given blob object"
4408 msgstr ""
4410 #: builtin/config.c:60
4411 msgid "Action"
4412 msgstr ""
4414 #: builtin/config.c:61
4415 msgid "get value: name [value-regex]"
4416 msgstr ""
4418 #: builtin/config.c:62
4419 msgid "get all values: key [value-regex]"
4420 msgstr ""
4422 #: builtin/config.c:63
4423 msgid "get values for regexp: name-regex [value-regex]"
4424 msgstr ""
4426 #: builtin/config.c:64
4427 msgid "get value specific for the URL: section[.var] URL"
4428 msgstr ""
4430 #: builtin/config.c:65
4431 msgid "replace all matching variables: name value [value_regex]"
4432 msgstr ""
4434 #: builtin/config.c:66
4435 msgid "add a new variable: name value"
4436 msgstr ""
4438 #: builtin/config.c:67
4439 msgid "remove a variable: name [value-regex]"
4440 msgstr ""
4442 #: builtin/config.c:68
4443 msgid "remove all matches: name [value-regex]"
4444 msgstr ""
4446 #: builtin/config.c:69
4447 msgid "rename section: old-name new-name"
4448 msgstr ""
4450 #: builtin/config.c:70
4451 msgid "remove a section: name"
4452 msgstr ""
4454 #: builtin/config.c:71
4455 msgid "list all"
4456 msgstr ""
4458 #: builtin/config.c:72
4459 msgid "open an editor"
4460 msgstr ""
4462 #: builtin/config.c:73 builtin/config.c:74
4463 msgid "slot"
4464 msgstr ""
4466 #: builtin/config.c:73
4467 msgid "find the color configured: [default]"
4468 msgstr ""
4470 #: builtin/config.c:74
4471 msgid "find the color setting: [stdout-is-tty]"
4472 msgstr ""
4474 #: builtin/config.c:75
4475 msgid "Type"
4476 msgstr ""
4478 #: builtin/config.c:76
4479 msgid "value is \"true\" or \"false\""
4480 msgstr ""
4482 #: builtin/config.c:77
4483 msgid "value is decimal number"
4484 msgstr ""
4486 #: builtin/config.c:78
4487 msgid "value is --bool or --int"
4488 msgstr ""
4490 #: builtin/config.c:79
4491 msgid "value is a path (file or directory name)"
4492 msgstr ""
4494 #: builtin/config.c:80
4495 msgid "Other"
4496 msgstr ""
4498 #: builtin/config.c:81
4499 msgid "terminate values with NUL byte"
4500 msgstr ""
4502 #: builtin/config.c:82
4503 msgid "respect include directives on lookup"
4504 msgstr ""
4506 #: builtin/count-objects.c:82
4507 msgid "git count-objects [-v] [-H | --human-readable]"
4508 msgstr ""
4510 #: builtin/count-objects.c:97
4511 msgid "print sizes in human readable format"
4512 msgstr ""
4514 #: builtin/describe.c:16
4515 msgid "git describe [options] <commit-ish>*"
4516 msgstr ""
4518 #: builtin/describe.c:17
4519 msgid "git describe [options] --dirty"
4520 msgstr ""
4522 #: builtin/describe.c:237
4523 #, c-format
4524 msgid "annotated tag %s not available"
4525 msgstr ""
4527 #: builtin/describe.c:241
4528 #, c-format
4529 msgid "annotated tag %s has no embedded name"
4530 msgstr ""
4532 #: builtin/describe.c:243
4533 #, c-format
4534 msgid "tag '%s' is really '%s' here"
4535 msgstr ""
4537 #: builtin/describe.c:270
4538 #, c-format
4539 msgid "Not a valid object name %s"
4540 msgstr ""
4542 #: builtin/describe.c:273
4543 #, c-format
4544 msgid "%s is not a valid '%s' object"
4545 msgstr ""
4547 #: builtin/describe.c:290
4548 #, c-format
4549 msgid "no tag exactly matches '%s'"
4550 msgstr ""
4552 #: builtin/describe.c:292
4553 #, c-format
4554 msgid "searching to describe %s\n"
4555 msgstr ""
4557 #: builtin/describe.c:332
4558 #, c-format
4559 msgid "finished search at %s\n"
4560 msgstr ""
4562 #: builtin/describe.c:359
4563 #, c-format
4564 msgid ""
4565 "No annotated tags can describe '%s'.\n"
4566 "However, there were unannotated tags: try --tags."
4567 msgstr ""
4569 #: builtin/describe.c:363
4570 #, c-format
4571 msgid ""
4572 "No tags can describe '%s'.\n"
4573 "Try --always, or create some tags."
4574 msgstr ""
4576 #: builtin/describe.c:384
4577 #, c-format
4578 msgid "traversed %lu commits\n"
4579 msgstr ""
4581 #: builtin/describe.c:387
4582 #, c-format
4583 msgid ""
4584 "more than %i tags found; listed %i most recent\n"
4585 "gave up search at %s\n"
4586 msgstr ""
4588 #: builtin/describe.c:409
4589 msgid "find the tag that comes after the commit"
4590 msgstr ""
4592 #: builtin/describe.c:410
4593 msgid "debug search strategy on stderr"
4594 msgstr ""
4596 #: builtin/describe.c:411
4597 msgid "use any ref"
4598 msgstr ""
4600 #: builtin/describe.c:412
4601 msgid "use any tag, even unannotated"
4602 msgstr ""
4604 #: builtin/describe.c:413
4605 msgid "always use long format"
4606 msgstr ""
4608 #: builtin/describe.c:414
4609 msgid "only follow first parent"
4610 msgstr ""
4612 #: builtin/describe.c:417
4613 msgid "only output exact matches"
4614 msgstr ""
4616 #: builtin/describe.c:419
4617 msgid "consider <n> most recent tags (default: 10)"
4618 msgstr ""
4620 #: builtin/describe.c:421
4621 msgid "only consider tags matching <pattern>"
4622 msgstr ""
4624 #: builtin/describe.c:423 builtin/name-rev.c:322
4625 msgid "show abbreviated commit object as fallback"
4626 msgstr ""
4628 #: builtin/describe.c:424
4629 msgid "mark"
4630 msgstr ""
4632 #: builtin/describe.c:425
4633 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4634 msgstr ""
4636 #: builtin/describe.c:443
4637 msgid "--long is incompatible with --abbrev=0"
4638 msgstr ""
4640 #: builtin/describe.c:469
4641 msgid "No names found, cannot describe anything."
4642 msgstr ""
4644 #: builtin/describe.c:489
4645 msgid "--dirty is incompatible with commit-ishes"
4646 msgstr ""
4648 #: builtin/diff.c:79
4649 #, c-format
4650 msgid "'%s': not a regular file or symlink"
4651 msgstr ""
4653 #: builtin/diff.c:230
4654 #, c-format
4655 msgid "invalid option: %s"
4656 msgstr ""
4658 #: builtin/diff.c:307
4659 msgid "Not a git repository"
4660 msgstr ""
4662 #: builtin/diff.c:350
4663 #, c-format
4664 msgid "invalid object '%s' given."
4665 msgstr ""
4667 #: builtin/diff.c:359
4668 #, c-format
4669 msgid "more than two blobs given: '%s'"
4670 msgstr ""
4672 #: builtin/diff.c:366
4673 #, c-format
4674 msgid "unhandled object '%s' given."
4675 msgstr ""
4677 #: builtin/fast-export.c:22
4678 msgid "git fast-export [rev-list-opts]"
4679 msgstr ""
4681 #: builtin/fast-export.c:673
4682 msgid "show progress after <n> objects"
4683 msgstr ""
4685 #: builtin/fast-export.c:675
4686 msgid "select handling of signed tags"
4687 msgstr ""
4689 #: builtin/fast-export.c:678
4690 msgid "select handling of tags that tag filtered objects"
4691 msgstr ""
4693 #: builtin/fast-export.c:681
4694 msgid "Dump marks to this file"
4695 msgstr ""
4697 #: builtin/fast-export.c:683
4698 msgid "Import marks from this file"
4699 msgstr ""
4701 #: builtin/fast-export.c:685
4702 msgid "Fake a tagger when tags lack one"
4703 msgstr ""
4705 #: builtin/fast-export.c:687
4706 msgid "Output full tree for each commit"
4707 msgstr ""
4709 #: builtin/fast-export.c:689
4710 msgid "Use the done feature to terminate the stream"
4711 msgstr ""
4713 #: builtin/fast-export.c:690
4714 msgid "Skip output of blob data"
4715 msgstr ""
4717 #: builtin/fetch.c:20
4718 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4719 msgstr ""
4721 #: builtin/fetch.c:21
4722 msgid "git fetch [<options>] <group>"
4723 msgstr ""
4725 #: builtin/fetch.c:22
4726 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4727 msgstr ""
4729 #: builtin/fetch.c:23
4730 msgid "git fetch --all [<options>]"
4731 msgstr ""
4733 #: builtin/fetch.c:74
4734 msgid "fetch from all remotes"
4735 msgstr ""
4737 #: builtin/fetch.c:76
4738 msgid "append to .git/FETCH_HEAD instead of overwriting"
4739 msgstr ""
4741 #: builtin/fetch.c:78
4742 msgid "path to upload pack on remote end"
4743 msgstr ""
4745 #: builtin/fetch.c:79
4746 msgid "force overwrite of local branch"
4747 msgstr ""
4749 #: builtin/fetch.c:81
4750 msgid "fetch from multiple remotes"
4751 msgstr ""
4753 #: builtin/fetch.c:83
4754 msgid "fetch all tags and associated objects"
4755 msgstr ""
4757 #: builtin/fetch.c:85
4758 msgid "do not fetch all tags (--no-tags)"
4759 msgstr ""
4761 #: builtin/fetch.c:87
4762 msgid "prune remote-tracking branches no longer on remote"
4763 msgstr ""
4765 #: builtin/fetch.c:88
4766 msgid "on-demand"
4767 msgstr ""
4769 #: builtin/fetch.c:89
4770 msgid "control recursive fetching of submodules"
4771 msgstr ""
4773 #: builtin/fetch.c:93
4774 msgid "keep downloaded pack"
4775 msgstr ""
4777 #: builtin/fetch.c:95
4778 msgid "allow updating of HEAD ref"
4779 msgstr ""
4781 #: builtin/fetch.c:98
4782 msgid "deepen history of shallow clone"
4783 msgstr ""
4785 #: builtin/fetch.c:100
4786 msgid "convert to a complete repository"
4787 msgstr ""
4789 #: builtin/fetch.c:102 builtin/log.c:1197
4790 msgid "dir"
4791 msgstr ""
4793 #: builtin/fetch.c:103
4794 msgid "prepend this to submodule path output"
4795 msgstr ""
4797 #: builtin/fetch.c:106
4798 msgid "default mode for recursion"
4799 msgstr ""
4801 #: builtin/fetch.c:236
4802 msgid "Couldn't find remote ref HEAD"
4803 msgstr ""
4805 #: builtin/fetch.c:290
4806 #, c-format
4807 msgid "object %s not found"
4808 msgstr ""
4810 #: builtin/fetch.c:295
4811 msgid "[up to date]"
4812 msgstr ""
4814 #: builtin/fetch.c:309
4815 #, c-format
4816 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4817 msgstr ""
4819 #: builtin/fetch.c:310 builtin/fetch.c:396
4820 msgid "[rejected]"
4821 msgstr ""
4823 #: builtin/fetch.c:321
4824 msgid "[tag update]"
4825 msgstr ""
4827 #: builtin/fetch.c:323 builtin/fetch.c:358 builtin/fetch.c:376
4828 msgid "  (unable to update local ref)"
4829 msgstr ""
4831 #: builtin/fetch.c:341
4832 msgid "[new tag]"
4833 msgstr ""
4835 #: builtin/fetch.c:344
4836 msgid "[new branch]"
4837 msgstr ""
4839 #: builtin/fetch.c:347
4840 msgid "[new ref]"
4841 msgstr ""
4843 #: builtin/fetch.c:392
4844 msgid "unable to update local ref"
4845 msgstr ""
4847 #: builtin/fetch.c:392
4848 msgid "forced update"
4849 msgstr ""
4851 #: builtin/fetch.c:398
4852 msgid "(non-fast-forward)"
4853 msgstr ""
4855 #: builtin/fetch.c:429 builtin/fetch.c:735
4856 #, c-format
4857 msgid "cannot open %s: %s\n"
4858 msgstr ""
4860 #: builtin/fetch.c:438
4861 #, c-format
4862 msgid "%s did not send all necessary objects\n"
4863 msgstr ""
4865 #: builtin/fetch.c:537
4866 #, c-format
4867 msgid "From %.*s\n"
4868 msgstr ""
4870 #: builtin/fetch.c:548
4871 #, c-format
4872 msgid ""
4873 "some local refs could not be updated; try running\n"
4874 " 'git remote prune %s' to remove any old, conflicting branches"
4875 msgstr ""
4877 #: builtin/fetch.c:598
4878 #, c-format
4879 msgid "   (%s will become dangling)"
4880 msgstr ""
4882 #: builtin/fetch.c:599
4883 #, c-format
4884 msgid "   (%s has become dangling)"
4885 msgstr ""
4887 #: builtin/fetch.c:606
4888 msgid "[deleted]"
4889 msgstr ""
4891 #: builtin/fetch.c:607 builtin/remote.c:1055
4892 msgid "(none)"
4893 msgstr ""
4895 #: builtin/fetch.c:725
4896 #, c-format
4897 msgid "Refusing to fetch into current branch %s of non-bare repository"
4898 msgstr ""
4900 #: builtin/fetch.c:744
4901 #, c-format
4902 msgid "Option \"%s\" value \"%s\" is not valid for %s"
4903 msgstr ""
4905 #: builtin/fetch.c:747
4906 #, c-format
4907 msgid "Option \"%s\" is ignored for %s\n"
4908 msgstr ""
4910 #: builtin/fetch.c:801
4911 #, c-format
4912 msgid "Don't know how to fetch from %s"
4913 msgstr ""
4915 #: builtin/fetch.c:976
4916 #, c-format
4917 msgid "Fetching %s\n"
4918 msgstr ""
4920 #: builtin/fetch.c:978 builtin/remote.c:100
4921 #, c-format
4922 msgid "Could not fetch %s"
4923 msgstr ""
4925 #: builtin/fetch.c:997
4926 msgid ""
4927 "No remote repository specified.  Please, specify either a URL or a\n"
4928 "remote name from which new revisions should be fetched."
4929 msgstr ""
4931 #: builtin/fetch.c:1020
4932 msgid "You need to specify a tag name."
4933 msgstr ""
4935 #: builtin/fetch.c:1068
4936 msgid "--depth and --unshallow cannot be used together"
4937 msgstr ""
4939 #: builtin/fetch.c:1070
4940 msgid "--unshallow on a complete repository does not make sense"
4941 msgstr ""
4943 #: builtin/fetch.c:1089
4944 msgid "fetch --all does not take a repository argument"
4945 msgstr ""
4947 #: builtin/fetch.c:1091
4948 msgid "fetch --all does not make sense with refspecs"
4949 msgstr ""
4951 #: builtin/fetch.c:1102
4952 #, c-format
4953 msgid "No such remote or remote group: %s"
4954 msgstr ""
4956 #: builtin/fetch.c:1110
4957 msgid "Fetching a group and specifying refspecs does not make sense"
4958 msgstr ""
4960 #: builtin/fmt-merge-msg.c:13
4961 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
4962 msgstr ""
4964 #: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:702
4965 #: builtin/merge.c:203 builtin/show-branch.c:655 builtin/show-ref.c:178
4966 #: builtin/tag.c:446 parse-options.h:135 parse-options.h:245
4967 msgid "n"
4968 msgstr ""
4970 #: builtin/fmt-merge-msg.c:664
4971 msgid "populate log with at most <n> entries from shortlog"
4972 msgstr ""
4974 #: builtin/fmt-merge-msg.c:667
4975 msgid "alias for --log (deprecated)"
4976 msgstr ""
4978 #: builtin/fmt-merge-msg.c:670
4979 msgid "text"
4980 msgstr ""
4982 #: builtin/fmt-merge-msg.c:671
4983 msgid "use <text> as start of message"
4984 msgstr ""
4986 #: builtin/fmt-merge-msg.c:672
4987 msgid "file to read from"
4988 msgstr ""
4990 #: builtin/for-each-ref.c:995
4991 msgid "git for-each-ref [options] [<pattern>]"
4992 msgstr ""
4994 #: builtin/for-each-ref.c:1010
4995 msgid "quote placeholders suitably for shells"
4996 msgstr ""
4998 #: builtin/for-each-ref.c:1012
4999 msgid "quote placeholders suitably for perl"
5000 msgstr ""
5002 #: builtin/for-each-ref.c:1014
5003 msgid "quote placeholders suitably for python"
5004 msgstr ""
5006 #: builtin/for-each-ref.c:1016
5007 msgid "quote placeholders suitably for tcl"
5008 msgstr ""
5010 #: builtin/for-each-ref.c:1019
5011 msgid "show only <n> matched refs"
5012 msgstr ""
5014 #: builtin/for-each-ref.c:1020
5015 msgid "format"
5016 msgstr ""
5018 #: builtin/for-each-ref.c:1020
5019 msgid "format to use for the output"
5020 msgstr ""
5022 #: builtin/for-each-ref.c:1021
5023 msgid "key"
5024 msgstr ""
5026 #: builtin/for-each-ref.c:1022
5027 msgid "field name to sort on"
5028 msgstr ""
5030 #: builtin/fsck.c:607
5031 msgid "git fsck [options] [<object>...]"
5032 msgstr ""
5034 #: builtin/fsck.c:613
5035 msgid "show unreachable objects"
5036 msgstr ""
5038 #: builtin/fsck.c:614
5039 msgid "show dangling objects"
5040 msgstr ""
5042 #: builtin/fsck.c:615
5043 msgid "report tags"
5044 msgstr ""
5046 #: builtin/fsck.c:616
5047 msgid "report root nodes"
5048 msgstr ""
5050 #: builtin/fsck.c:617
5051 msgid "make index objects head nodes"
5052 msgstr ""
5054 #: builtin/fsck.c:618
5055 msgid "make reflogs head nodes (default)"
5056 msgstr ""
5058 #: builtin/fsck.c:619
5059 msgid "also consider packs and alternate objects"
5060 msgstr ""
5062 #: builtin/fsck.c:620
5063 msgid "enable more strict checking"
5064 msgstr ""
5066 #: builtin/fsck.c:622
5067 msgid "write dangling objects in .git/lost-found"
5068 msgstr ""
5070 #: builtin/fsck.c:623 builtin/prune.c:134
5071 msgid "show progress"
5072 msgstr ""
5074 #: builtin/gc.c:23
5075 msgid "git gc [options]"
5076 msgstr ""
5078 #: builtin/gc.c:79
5079 #, c-format
5080 msgid "Invalid %s: '%s'"
5081 msgstr ""
5083 #: builtin/gc.c:106
5084 #, c-format
5085 msgid "insanely long object directory %.*s"
5086 msgstr ""
5088 #: builtin/gc.c:261
5089 msgid "prune unreferenced objects"
5090 msgstr ""
5092 #: builtin/gc.c:263
5093 msgid "be more thorough (increased runtime)"
5094 msgstr ""
5096 #: builtin/gc.c:264
5097 msgid "enable auto-gc mode"
5098 msgstr ""
5100 #: builtin/gc.c:265
5101 msgid "force running gc even if there may be another gc running"
5102 msgstr ""
5104 #: builtin/gc.c:305
5105 #, c-format
5106 msgid ""
5107 "Auto packing the repository for optimum performance. You may also\n"
5108 "run \"git gc\" manually. See \"git help gc\" for more information.\n"
5109 msgstr ""
5111 #. be quiet on --auto
5112 #: builtin/gc.c:315
5113 #, c-format
5114 msgid ""
5115 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5116 msgstr ""
5118 #: builtin/gc.c:340
5119 msgid ""
5120 "There are too many unreachable loose objects; run 'git prune' to remove them."
5121 msgstr ""
5123 #: builtin/grep.c:23
5124 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5125 msgstr ""
5127 #: builtin/grep.c:218
5128 #, c-format
5129 msgid "grep: failed to create thread: %s"
5130 msgstr ""
5132 #: builtin/grep.c:365
5133 #, c-format
5134 msgid "Failed to chdir: %s"
5135 msgstr ""
5137 #: builtin/grep.c:443 builtin/grep.c:478
5138 #, c-format
5139 msgid "unable to read tree (%s)"
5140 msgstr ""
5142 #: builtin/grep.c:493
5143 #, c-format
5144 msgid "unable to grep from object of type %s"
5145 msgstr ""
5147 #: builtin/grep.c:551
5148 #, c-format
5149 msgid "switch `%c' expects a numerical value"
5150 msgstr ""
5152 #: builtin/grep.c:568
5153 #, c-format
5154 msgid "cannot open '%s'"
5155 msgstr ""
5157 #: builtin/grep.c:642
5158 msgid "search in index instead of in the work tree"
5159 msgstr ""
5161 #: builtin/grep.c:644
5162 msgid "find in contents not managed by git"
5163 msgstr ""
5165 #: builtin/grep.c:646
5166 msgid "search in both tracked and untracked files"
5167 msgstr ""
5169 #: builtin/grep.c:648
5170 msgid "search also in ignored files"
5171 msgstr ""
5173 #: builtin/grep.c:651
5174 msgid "show non-matching lines"
5175 msgstr ""
5177 #: builtin/grep.c:653
5178 msgid "case insensitive matching"
5179 msgstr ""
5181 #: builtin/grep.c:655
5182 msgid "match patterns only at word boundaries"
5183 msgstr ""
5185 #: builtin/grep.c:657
5186 msgid "process binary files as text"
5187 msgstr ""
5189 #: builtin/grep.c:659
5190 msgid "don't match patterns in binary files"
5191 msgstr ""
5193 #: builtin/grep.c:662
5194 msgid "process binary files with textconv filters"
5195 msgstr ""
5197 #: builtin/grep.c:664
5198 msgid "descend at most <depth> levels"
5199 msgstr ""
5201 #: builtin/grep.c:668
5202 msgid "use extended POSIX regular expressions"
5203 msgstr ""
5205 #: builtin/grep.c:671
5206 msgid "use basic POSIX regular expressions (default)"
5207 msgstr ""
5209 #: builtin/grep.c:674
5210 msgid "interpret patterns as fixed strings"
5211 msgstr ""
5213 #: builtin/grep.c:677
5214 msgid "use Perl-compatible regular expressions"
5215 msgstr ""
5217 #: builtin/grep.c:680
5218 msgid "show line numbers"
5219 msgstr ""
5221 #: builtin/grep.c:681
5222 msgid "don't show filenames"
5223 msgstr ""
5225 #: builtin/grep.c:682
5226 msgid "show filenames"
5227 msgstr ""
5229 #: builtin/grep.c:684
5230 msgid "show filenames relative to top directory"
5231 msgstr ""
5233 #: builtin/grep.c:686
5234 msgid "show only filenames instead of matching lines"
5235 msgstr ""
5237 #: builtin/grep.c:688
5238 msgid "synonym for --files-with-matches"
5239 msgstr ""
5241 #: builtin/grep.c:691
5242 msgid "show only the names of files without match"
5243 msgstr ""
5245 #: builtin/grep.c:693
5246 msgid "print NUL after filenames"
5247 msgstr ""
5249 #: builtin/grep.c:695
5250 msgid "show the number of matches instead of matching lines"
5251 msgstr ""
5253 #: builtin/grep.c:696
5254 msgid "highlight matches"
5255 msgstr ""
5257 #: builtin/grep.c:698
5258 msgid "print empty line between matches from different files"
5259 msgstr ""
5261 #: builtin/grep.c:700
5262 msgid "show filename only once above matches from same file"
5263 msgstr ""
5265 #: builtin/grep.c:703
5266 msgid "show <n> context lines before and after matches"
5267 msgstr ""
5269 #: builtin/grep.c:706
5270 msgid "show <n> context lines before matches"
5271 msgstr ""
5273 #: builtin/grep.c:708
5274 msgid "show <n> context lines after matches"
5275 msgstr ""
5277 #: builtin/grep.c:709
5278 msgid "shortcut for -C NUM"
5279 msgstr ""
5281 #: builtin/grep.c:712
5282 msgid "show a line with the function name before matches"
5283 msgstr ""
5285 #: builtin/grep.c:714
5286 msgid "show the surrounding function"
5287 msgstr ""
5289 #: builtin/grep.c:717
5290 msgid "read patterns from file"
5291 msgstr ""
5293 #: builtin/grep.c:719
5294 msgid "match <pattern>"
5295 msgstr ""
5297 #: builtin/grep.c:721
5298 msgid "combine patterns specified with -e"
5299 msgstr ""
5301 #: builtin/grep.c:733
5302 msgid "indicate hit with exit status without output"
5303 msgstr ""
5305 #: builtin/grep.c:735
5306 msgid "show only matches from files that match all patterns"
5307 msgstr ""
5309 #: builtin/grep.c:737
5310 msgid "show parse tree for grep expression"
5311 msgstr ""
5313 #: builtin/grep.c:741
5314 msgid "pager"
5315 msgstr ""
5317 #: builtin/grep.c:741
5318 msgid "show matching files in the pager"
5319 msgstr ""
5321 #: builtin/grep.c:744
5322 msgid "allow calling of grep(1) (ignored by this build)"
5323 msgstr ""
5325 #: builtin/grep.c:745 builtin/show-ref.c:187
5326 msgid "show usage"
5327 msgstr ""
5329 #: builtin/grep.c:812
5330 msgid "no pattern given."
5331 msgstr ""
5333 #: builtin/grep.c:870
5334 msgid "--open-files-in-pager only works on the worktree"
5335 msgstr ""
5337 #: builtin/grep.c:893
5338 msgid "--cached or --untracked cannot be used with --no-index."
5339 msgstr ""
5341 #: builtin/grep.c:898
5342 msgid "--no-index or --untracked cannot be used with revs."
5343 msgstr ""
5345 #: builtin/grep.c:901
5346 msgid "--[no-]exclude-standard cannot be used for tracked contents."
5347 msgstr ""
5349 #: builtin/grep.c:909
5350 msgid "both --cached and trees are given."
5351 msgstr ""
5353 #: builtin/hash-object.c:60
5354 msgid ""
5355 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5356 "<file>..."
5357 msgstr ""
5359 #: builtin/hash-object.c:61
5360 msgid "git hash-object  --stdin-paths < <list-of-paths>"
5361 msgstr ""
5363 #: builtin/hash-object.c:72
5364 msgid "type"
5365 msgstr ""
5367 #: builtin/hash-object.c:72
5368 msgid "object type"
5369 msgstr ""
5371 #: builtin/hash-object.c:73
5372 msgid "write the object into the object database"
5373 msgstr ""
5375 #: builtin/hash-object.c:74
5376 msgid "read the object from stdin"
5377 msgstr ""
5379 #: builtin/hash-object.c:76
5380 msgid "store file as is without filters"
5381 msgstr ""
5383 #: builtin/hash-object.c:77
5384 msgid "process file as it were from this path"
5385 msgstr ""
5387 #: builtin/help.c:41
5388 msgid "print all available commands"
5389 msgstr ""
5391 #: builtin/help.c:42
5392 msgid "print list of useful guides"
5393 msgstr ""
5395 #: builtin/help.c:43
5396 msgid "show man page"
5397 msgstr ""
5399 #: builtin/help.c:44
5400 msgid "show manual in web browser"
5401 msgstr ""
5403 #: builtin/help.c:46
5404 msgid "show info page"
5405 msgstr ""
5407 #: builtin/help.c:52
5408 msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5409 msgstr ""
5411 #: builtin/help.c:64
5412 #, c-format
5413 msgid "unrecognized help format '%s'"
5414 msgstr ""
5416 #: builtin/help.c:92
5417 msgid "Failed to start emacsclient."
5418 msgstr ""
5420 #: builtin/help.c:105
5421 msgid "Failed to parse emacsclient version."
5422 msgstr ""
5424 #: builtin/help.c:113
5425 #, c-format
5426 msgid "emacsclient version '%d' too old (< 22)."
5427 msgstr ""
5429 #: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
5430 #, c-format
5431 msgid "failed to exec '%s': %s"
5432 msgstr ""
5434 #: builtin/help.c:216
5435 #, c-format
5436 msgid ""
5437 "'%s': path for unsupported man viewer.\n"
5438 "Please consider using 'man.<tool>.cmd' instead."
5439 msgstr ""
5441 #: builtin/help.c:228
5442 #, c-format
5443 msgid ""
5444 "'%s': cmd for supported man viewer.\n"
5445 "Please consider using 'man.<tool>.path' instead."
5446 msgstr ""
5448 #: builtin/help.c:349
5449 #, c-format
5450 msgid "'%s': unknown man viewer."
5451 msgstr ""
5453 #: builtin/help.c:366
5454 msgid "no man viewer handled the request"
5455 msgstr ""
5457 #: builtin/help.c:374
5458 msgid "no info viewer handled the request"
5459 msgstr ""
5461 #: builtin/help.c:420
5462 msgid "Defining attributes per path"
5463 msgstr ""
5465 #: builtin/help.c:421
5466 msgid "A Git glossary"
5467 msgstr ""
5469 #: builtin/help.c:422
5470 msgid "Specifies intentionally untracked files to ignore"
5471 msgstr ""
5473 #: builtin/help.c:423
5474 msgid "Defining submodule properties"
5475 msgstr ""
5477 #: builtin/help.c:424
5478 msgid "Specifying revisions and ranges for Git"
5479 msgstr ""
5481 #: builtin/help.c:425
5482 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5483 msgstr ""
5485 #: builtin/help.c:426
5486 msgid "An overview of recommended workflows with Git"
5487 msgstr ""
5489 #: builtin/help.c:438
5490 msgid "The common Git guides are:\n"
5491 msgstr ""
5493 #: builtin/help.c:460 builtin/help.c:476
5494 #, c-format
5495 msgid "usage: %s%s"
5496 msgstr ""
5498 #: builtin/help.c:492
5499 #, c-format
5500 msgid "`git %s' is aliased to `%s'"
5501 msgstr ""
5503 #: builtin/index-pack.c:184
5504 #, c-format
5505 msgid "object type mismatch at %s"
5506 msgstr ""
5508 #: builtin/index-pack.c:204
5509 msgid "object of unexpected type"
5510 msgstr ""
5512 #: builtin/index-pack.c:244
5513 #, c-format
5514 msgid "cannot fill %d byte"
5515 msgid_plural "cannot fill %d bytes"
5516 msgstr[0] ""
5517 msgstr[1] ""
5519 #: builtin/index-pack.c:254
5520 msgid "early EOF"
5521 msgstr ""
5523 #: builtin/index-pack.c:255
5524 msgid "read error on input"
5525 msgstr ""
5527 #: builtin/index-pack.c:267
5528 msgid "used more bytes than were available"
5529 msgstr ""
5531 #: builtin/index-pack.c:274
5532 msgid "pack too large for current definition of off_t"
5533 msgstr ""
5535 #: builtin/index-pack.c:290
5536 #, c-format
5537 msgid "unable to create '%s'"
5538 msgstr ""
5540 #: builtin/index-pack.c:295
5541 #, c-format
5542 msgid "cannot open packfile '%s'"
5543 msgstr ""
5545 #: builtin/index-pack.c:309
5546 msgid "pack signature mismatch"
5547 msgstr ""
5549 #: builtin/index-pack.c:311
5550 #, c-format
5551 msgid "pack version %<PRIu32> unsupported"
5552 msgstr ""
5554 #: builtin/index-pack.c:329
5555 #, c-format
5556 msgid "pack has bad object at offset %lu: %s"
5557 msgstr ""
5559 #: builtin/index-pack.c:451
5560 #, c-format
5561 msgid "inflate returned %d"
5562 msgstr ""
5564 #: builtin/index-pack.c:500
5565 msgid "offset value overflow for delta base object"
5566 msgstr ""
5568 #: builtin/index-pack.c:508
5569 msgid "delta base offset is out of bound"
5570 msgstr ""
5572 #: builtin/index-pack.c:516
5573 #, c-format
5574 msgid "unknown object type %d"
5575 msgstr ""
5577 #: builtin/index-pack.c:547
5578 msgid "cannot pread pack file"
5579 msgstr ""
5581 #: builtin/index-pack.c:549
5582 #, c-format
5583 msgid "premature end of pack file, %lu byte missing"
5584 msgid_plural "premature end of pack file, %lu bytes missing"
5585 msgstr[0] ""
5586 msgstr[1] ""
5588 #: builtin/index-pack.c:575
5589 msgid "serious inflate inconsistency"
5590 msgstr ""
5592 #: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:695
5593 #: builtin/index-pack.c:729 builtin/index-pack.c:738
5594 #, c-format
5595 msgid "SHA1 COLLISION FOUND WITH %s !"
5596 msgstr ""
5598 #: builtin/index-pack.c:669 builtin/pack-objects.c:171
5599 #: builtin/pack-objects.c:263
5600 #, c-format
5601 msgid "unable to read %s"
5602 msgstr ""
5604 #: builtin/index-pack.c:735
5605 #, c-format
5606 msgid "cannot read existing object %s"
5607 msgstr ""
5609 #: builtin/index-pack.c:749
5610 #, c-format
5611 msgid "invalid blob object %s"
5612 msgstr ""
5614 #: builtin/index-pack.c:763
5615 #, c-format
5616 msgid "invalid %s"
5617 msgstr ""
5619 #: builtin/index-pack.c:766
5620 msgid "Error in object"
5621 msgstr ""
5623 #: builtin/index-pack.c:768
5624 #, c-format
5625 msgid "Not all child objects of %s are reachable"
5626 msgstr ""
5628 #: builtin/index-pack.c:839 builtin/index-pack.c:869
5629 msgid "failed to apply delta"
5630 msgstr ""
5632 #: builtin/index-pack.c:1010
5633 msgid "Receiving objects"
5634 msgstr ""
5636 #: builtin/index-pack.c:1010
5637 msgid "Indexing objects"
5638 msgstr ""
5640 #: builtin/index-pack.c:1036
5641 msgid "pack is corrupted (SHA1 mismatch)"
5642 msgstr ""
5644 #: builtin/index-pack.c:1041
5645 msgid "cannot fstat packfile"
5646 msgstr ""
5648 #: builtin/index-pack.c:1044
5649 msgid "pack has junk at the end"
5650 msgstr ""
5652 #: builtin/index-pack.c:1055
5653 msgid "confusion beyond insanity in parse_pack_objects()"
5654 msgstr ""
5656 #: builtin/index-pack.c:1078
5657 msgid "Resolving deltas"
5658 msgstr ""
5660 #: builtin/index-pack.c:1088
5661 #, c-format
5662 msgid "unable to create thread: %s"
5663 msgstr ""
5665 #: builtin/index-pack.c:1130
5666 msgid "confusion beyond insanity"
5667 msgstr ""
5669 #: builtin/index-pack.c:1138
5670 #, c-format
5671 msgid "completed with %d local objects"
5672 msgstr ""
5674 #: builtin/index-pack.c:1148
5675 #, c-format
5676 msgid "Unexpected tail checksum for %s (disk corruption?)"
5677 msgstr ""
5679 #: builtin/index-pack.c:1152
5680 #, c-format
5681 msgid "pack has %d unresolved delta"
5682 msgid_plural "pack has %d unresolved deltas"
5683 msgstr[0] ""
5684 msgstr[1] ""
5686 #: builtin/index-pack.c:1177
5687 #, c-format
5688 msgid "unable to deflate appended object (%d)"
5689 msgstr ""
5691 #: builtin/index-pack.c:1256
5692 #, c-format
5693 msgid "local object %s is corrupt"
5694 msgstr ""
5696 #: builtin/index-pack.c:1280
5697 msgid "error while closing pack file"
5698 msgstr ""
5700 #: builtin/index-pack.c:1293
5701 #, c-format
5702 msgid "cannot write keep file '%s'"
5703 msgstr ""
5705 #: builtin/index-pack.c:1301
5706 #, c-format
5707 msgid "cannot close written keep file '%s'"
5708 msgstr ""
5710 #: builtin/index-pack.c:1314
5711 msgid "cannot store pack file"
5712 msgstr ""
5714 #: builtin/index-pack.c:1325
5715 msgid "cannot store index file"
5716 msgstr ""
5718 #: builtin/index-pack.c:1358
5719 #, c-format
5720 msgid "bad pack.indexversion=%<PRIu32>"
5721 msgstr ""
5723 #: builtin/index-pack.c:1364
5724 #, c-format
5725 msgid "invalid number of threads specified (%d)"
5726 msgstr ""
5728 #: builtin/index-pack.c:1368 builtin/index-pack.c:1546
5729 #, c-format
5730 msgid "no threads support, ignoring %s"
5731 msgstr ""
5733 #: builtin/index-pack.c:1426
5734 #, c-format
5735 msgid "Cannot open existing pack file '%s'"
5736 msgstr ""
5738 #: builtin/index-pack.c:1428
5739 #, c-format
5740 msgid "Cannot open existing pack idx file for '%s'"
5741 msgstr ""
5743 #: builtin/index-pack.c:1475
5744 #, c-format
5745 msgid "non delta: %d object"
5746 msgid_plural "non delta: %d objects"
5747 msgstr[0] ""
5748 msgstr[1] ""
5750 #: builtin/index-pack.c:1482
5751 #, c-format
5752 msgid "chain length = %d: %lu object"
5753 msgid_plural "chain length = %d: %lu objects"
5754 msgstr[0] ""
5755 msgstr[1] ""
5757 #: builtin/index-pack.c:1510
5758 msgid "Cannot come back to cwd"
5759 msgstr ""
5761 #: builtin/index-pack.c:1558 builtin/index-pack.c:1561
5762 #: builtin/index-pack.c:1573 builtin/index-pack.c:1577
5763 #, c-format
5764 msgid "bad %s"
5765 msgstr ""
5767 #: builtin/index-pack.c:1591
5768 msgid "--fix-thin cannot be used without --stdin"
5769 msgstr ""
5771 #: builtin/index-pack.c:1595 builtin/index-pack.c:1605
5772 #, c-format
5773 msgid "packfile name '%s' does not end with '.pack'"
5774 msgstr ""
5776 #: builtin/index-pack.c:1614
5777 msgid "--verify with no packfile name given"
5778 msgstr ""
5780 #: builtin/init-db.c:35
5781 #, c-format
5782 msgid "Could not make %s writable by group"
5783 msgstr ""
5785 #: builtin/init-db.c:62
5786 #, c-format
5787 msgid "insanely long template name %s"
5788 msgstr ""
5790 #: builtin/init-db.c:67
5791 #, c-format
5792 msgid "cannot stat '%s'"
5793 msgstr ""
5795 #: builtin/init-db.c:73
5796 #, c-format
5797 msgid "cannot stat template '%s'"
5798 msgstr ""
5800 #: builtin/init-db.c:80
5801 #, c-format
5802 msgid "cannot opendir '%s'"
5803 msgstr ""
5805 #: builtin/init-db.c:97
5806 #, c-format
5807 msgid "cannot readlink '%s'"
5808 msgstr ""
5810 #: builtin/init-db.c:99
5811 #, c-format
5812 msgid "insanely long symlink %s"
5813 msgstr ""
5815 #: builtin/init-db.c:102
5816 #, c-format
5817 msgid "cannot symlink '%s' '%s'"
5818 msgstr ""
5820 #: builtin/init-db.c:106
5821 #, c-format
5822 msgid "cannot copy '%s' to '%s'"
5823 msgstr ""
5825 #: builtin/init-db.c:110
5826 #, c-format
5827 msgid "ignoring template %s"
5828 msgstr ""
5830 #: builtin/init-db.c:133
5831 #, c-format
5832 msgid "insanely long template path %s"
5833 msgstr ""
5835 #: builtin/init-db.c:141
5836 #, c-format
5837 msgid "templates not found %s"
5838 msgstr ""
5840 #: builtin/init-db.c:154
5841 #, c-format
5842 msgid "not copying templates of a wrong format version %d from '%s'"
5843 msgstr ""
5845 #: builtin/init-db.c:192
5846 #, c-format
5847 msgid "insane git directory %s"
5848 msgstr ""
5850 #: builtin/init-db.c:323 builtin/init-db.c:326
5851 #, c-format
5852 msgid "%s already exists"
5853 msgstr ""
5855 #: builtin/init-db.c:355
5856 #, c-format
5857 msgid "unable to handle file type %d"
5858 msgstr ""
5860 #: builtin/init-db.c:358
5861 #, c-format
5862 msgid "unable to move %s to %s"
5863 msgstr ""
5866 #. * TRANSLATORS: The first '%s' is either "Reinitialized
5867 #. * existing" or "Initialized empty", the second " shared" or
5868 #. * "", and the last '%s%s' is the verbatim directory name.
5870 #: builtin/init-db.c:420
5871 #, c-format
5872 msgid "%s%s Git repository in %s%s\n"
5873 msgstr ""
5875 #: builtin/init-db.c:421
5876 msgid "Reinitialized existing"
5877 msgstr ""
5879 #: builtin/init-db.c:421
5880 msgid "Initialized empty"
5881 msgstr ""
5883 #: builtin/init-db.c:422
5884 msgid " shared"
5885 msgstr ""
5887 #: builtin/init-db.c:441
5888 msgid "cannot tell cwd"
5889 msgstr ""
5891 #: builtin/init-db.c:467
5892 msgid ""
5893 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
5894 "shared[=<permissions>]] [directory]"
5895 msgstr ""
5897 #: builtin/init-db.c:490
5898 msgid "permissions"
5899 msgstr ""
5901 #: builtin/init-db.c:491
5902 msgid "specify that the git repository is to be shared amongst several users"
5903 msgstr ""
5905 #: builtin/init-db.c:493 builtin/prune-packed.c:75 builtin/repack.c:155
5906 msgid "be quiet"
5907 msgstr ""
5909 #: builtin/init-db.c:522 builtin/init-db.c:529
5910 #, c-format
5911 msgid "cannot mkdir %s"
5912 msgstr ""
5914 #: builtin/init-db.c:533
5915 #, c-format
5916 msgid "cannot chdir to %s"
5917 msgstr ""
5919 #: builtin/init-db.c:555
5920 #, c-format
5921 msgid ""
5922 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
5923 "dir=<directory>)"
5924 msgstr ""
5926 #: builtin/init-db.c:579
5927 msgid "Cannot access current working directory"
5928 msgstr ""
5930 #: builtin/init-db.c:586
5931 #, c-format
5932 msgid "Cannot access work tree '%s'"
5933 msgstr ""
5935 #: builtin/log.c:41
5936 msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
5937 msgstr ""
5939 #: builtin/log.c:42
5940 msgid "   or: git show [options] <object>..."
5941 msgstr ""
5943 #: builtin/log.c:125
5944 msgid "suppress diff output"
5945 msgstr ""
5947 #: builtin/log.c:126
5948 msgid "show source"
5949 msgstr ""
5951 #: builtin/log.c:127
5952 msgid "Use mail map file"
5953 msgstr ""
5955 #: builtin/log.c:128
5956 msgid "decorate options"
5957 msgstr ""
5959 #: builtin/log.c:231
5960 #, c-format
5961 msgid "Final output: %d %s\n"
5962 msgstr ""
5964 #: builtin/log.c:473 builtin/log.c:565
5965 #, c-format
5966 msgid "Could not read object %s"
5967 msgstr ""
5969 #: builtin/log.c:589
5970 #, c-format
5971 msgid "Unknown type: %d"
5972 msgstr ""
5974 #: builtin/log.c:689
5975 msgid "format.headers without value"
5976 msgstr ""
5978 #: builtin/log.c:771
5979 msgid "name of output directory is too long"
5980 msgstr ""
5982 #: builtin/log.c:787
5983 #, c-format
5984 msgid "Cannot open patch file %s"
5985 msgstr ""
5987 #: builtin/log.c:801
5988 msgid "Need exactly one range."
5989 msgstr ""
5991 #: builtin/log.c:809
5992 msgid "Not a range."
5993 msgstr ""
5995 #: builtin/log.c:911
5996 msgid "Cover letter needs email format"
5997 msgstr ""
5999 #: builtin/log.c:987
6000 #, c-format
6001 msgid "insane in-reply-to: %s"
6002 msgstr ""
6004 #: builtin/log.c:1015
6005 msgid "git format-patch [options] [<since> | <revision range>]"
6006 msgstr ""
6008 #: builtin/log.c:1060
6009 msgid "Two output directories?"
6010 msgstr ""
6012 #: builtin/log.c:1175
6013 msgid "use [PATCH n/m] even with a single patch"
6014 msgstr ""
6016 #: builtin/log.c:1178
6017 msgid "use [PATCH] even with multiple patches"
6018 msgstr ""
6020 #: builtin/log.c:1182
6021 msgid "print patches to standard out"
6022 msgstr ""
6024 #: builtin/log.c:1184
6025 msgid "generate a cover letter"
6026 msgstr ""
6028 #: builtin/log.c:1186
6029 msgid "use simple number sequence for output file names"
6030 msgstr ""
6032 #: builtin/log.c:1187
6033 msgid "sfx"
6034 msgstr ""
6036 #: builtin/log.c:1188
6037 msgid "use <sfx> instead of '.patch'"
6038 msgstr ""
6040 #: builtin/log.c:1190
6041 msgid "start numbering patches at <n> instead of 1"
6042 msgstr ""
6044 #: builtin/log.c:1192
6045 msgid "mark the series as Nth re-roll"
6046 msgstr ""
6048 #: builtin/log.c:1194
6049 msgid "Use [<prefix>] instead of [PATCH]"
6050 msgstr ""
6052 #: builtin/log.c:1197
6053 msgid "store resulting files in <dir>"
6054 msgstr ""
6056 #: builtin/log.c:1200
6057 msgid "don't strip/add [PATCH]"
6058 msgstr ""
6060 #: builtin/log.c:1203
6061 msgid "don't output binary diffs"
6062 msgstr ""
6064 #: builtin/log.c:1205
6065 msgid "don't include a patch matching a commit upstream"
6066 msgstr ""
6068 #: builtin/log.c:1207
6069 msgid "show patch format instead of default (patch + stat)"
6070 msgstr ""
6072 #: builtin/log.c:1209
6073 msgid "Messaging"
6074 msgstr ""
6076 #: builtin/log.c:1210
6077 msgid "header"
6078 msgstr ""
6080 #: builtin/log.c:1211
6081 msgid "add email header"
6082 msgstr ""
6084 #: builtin/log.c:1212 builtin/log.c:1214
6085 msgid "email"
6086 msgstr ""
6088 #: builtin/log.c:1212
6089 msgid "add To: header"
6090 msgstr ""
6092 #: builtin/log.c:1214
6093 msgid "add Cc: header"
6094 msgstr ""
6096 #: builtin/log.c:1216
6097 msgid "ident"
6098 msgstr ""
6100 #: builtin/log.c:1217
6101 msgid "set From address to <ident> (or committer ident if absent)"
6102 msgstr ""
6104 #: builtin/log.c:1219
6105 msgid "message-id"
6106 msgstr ""
6108 #: builtin/log.c:1220
6109 msgid "make first mail a reply to <message-id>"
6110 msgstr ""
6112 #: builtin/log.c:1221 builtin/log.c:1224
6113 msgid "boundary"
6114 msgstr ""
6116 #: builtin/log.c:1222
6117 msgid "attach the patch"
6118 msgstr ""
6120 #: builtin/log.c:1225
6121 msgid "inline the patch"
6122 msgstr ""
6124 #: builtin/log.c:1229
6125 msgid "enable message threading, styles: shallow, deep"
6126 msgstr ""
6128 #: builtin/log.c:1231
6129 msgid "signature"
6130 msgstr ""
6132 #: builtin/log.c:1232
6133 msgid "add a signature"
6134 msgstr ""
6136 #: builtin/log.c:1233
6137 msgid "don't print the patch filenames"
6138 msgstr ""
6140 #: builtin/log.c:1307
6141 #, c-format
6142 msgid "invalid ident line: %s"
6143 msgstr ""
6145 #: builtin/log.c:1322
6146 msgid "-n and -k are mutually exclusive."
6147 msgstr ""
6149 #: builtin/log.c:1324
6150 msgid "--subject-prefix and -k are mutually exclusive."
6151 msgstr ""
6153 #: builtin/log.c:1332
6154 msgid "--name-only does not make sense"
6155 msgstr ""
6157 #: builtin/log.c:1334
6158 msgid "--name-status does not make sense"
6159 msgstr ""
6161 #: builtin/log.c:1336
6162 msgid "--check does not make sense"
6163 msgstr ""
6165 #: builtin/log.c:1359
6166 msgid "standard output, or directory, which one?"
6167 msgstr ""
6169 #: builtin/log.c:1361
6170 #, c-format
6171 msgid "Could not create directory '%s'"
6172 msgstr ""
6174 #: builtin/log.c:1509
6175 msgid "Failed to create output files"
6176 msgstr ""
6178 #: builtin/log.c:1558
6179 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6180 msgstr ""
6182 #: builtin/log.c:1613
6183 #, c-format
6184 msgid ""
6185 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
6186 msgstr ""
6188 #: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:1640
6189 #, c-format
6190 msgid "Unknown commit %s"
6191 msgstr ""
6193 #: builtin/ls-files.c:398
6194 msgid "git ls-files [options] [<file>...]"
6195 msgstr ""
6197 #: builtin/ls-files.c:455
6198 msgid "identify the file status with tags"
6199 msgstr ""
6201 #: builtin/ls-files.c:457
6202 msgid "use lowercase letters for 'assume unchanged' files"
6203 msgstr ""
6205 #: builtin/ls-files.c:459
6206 msgid "show cached files in the output (default)"
6207 msgstr ""
6209 #: builtin/ls-files.c:461
6210 msgid "show deleted files in the output"
6211 msgstr ""
6213 #: builtin/ls-files.c:463
6214 msgid "show modified files in the output"
6215 msgstr ""
6217 #: builtin/ls-files.c:465
6218 msgid "show other files in the output"
6219 msgstr ""
6221 #: builtin/ls-files.c:467
6222 msgid "show ignored files in the output"
6223 msgstr ""
6225 #: builtin/ls-files.c:470
6226 msgid "show staged contents' object name in the output"
6227 msgstr ""
6229 #: builtin/ls-files.c:472
6230 msgid "show files on the filesystem that need to be removed"
6231 msgstr ""
6233 #: builtin/ls-files.c:474
6234 msgid "show 'other' directories' name only"
6235 msgstr ""
6237 #: builtin/ls-files.c:477
6238 msgid "don't show empty directories"
6239 msgstr ""
6241 #: builtin/ls-files.c:480
6242 msgid "show unmerged files in the output"
6243 msgstr ""
6245 #: builtin/ls-files.c:482
6246 msgid "show resolve-undo information"
6247 msgstr ""
6249 #: builtin/ls-files.c:484
6250 msgid "skip files matching pattern"
6251 msgstr ""
6253 #: builtin/ls-files.c:487
6254 msgid "exclude patterns are read from <file>"
6255 msgstr ""
6257 #: builtin/ls-files.c:490
6258 msgid "read additional per-directory exclude patterns in <file>"
6259 msgstr ""
6261 #: builtin/ls-files.c:492
6262 msgid "add the standard git exclusions"
6263 msgstr ""
6265 #: builtin/ls-files.c:495
6266 msgid "make the output relative to the project top directory"
6267 msgstr ""
6269 #: builtin/ls-files.c:498
6270 msgid "if any <file> is not in the index, treat this as an error"
6271 msgstr ""
6273 #: builtin/ls-files.c:499
6274 msgid "tree-ish"
6275 msgstr ""
6277 #: builtin/ls-files.c:500
6278 msgid "pretend that paths removed since <tree-ish> are still present"
6279 msgstr ""
6281 #: builtin/ls-files.c:502
6282 msgid "show debugging data"
6283 msgstr ""
6285 #: builtin/ls-tree.c:28
6286 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6287 msgstr ""
6289 #: builtin/ls-tree.c:126
6290 msgid "only show trees"
6291 msgstr ""
6293 #: builtin/ls-tree.c:128
6294 msgid "recurse into subtrees"
6295 msgstr ""
6297 #: builtin/ls-tree.c:130
6298 msgid "show trees when recursing"
6299 msgstr ""
6301 #: builtin/ls-tree.c:133
6302 msgid "terminate entries with NUL byte"
6303 msgstr ""
6305 #: builtin/ls-tree.c:134
6306 msgid "include object size"
6307 msgstr ""
6309 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
6310 msgid "list only filenames"
6311 msgstr ""
6313 #: builtin/ls-tree.c:141
6314 msgid "use full path names"
6315 msgstr ""
6317 #: builtin/ls-tree.c:143
6318 msgid "list entire tree; not just current directory (implies --full-name)"
6319 msgstr ""
6321 #: builtin/merge.c:43
6322 msgid "git merge [options] [<commit>...]"
6323 msgstr ""
6325 #: builtin/merge.c:44
6326 msgid "git merge [options] <msg> HEAD <commit>"
6327 msgstr ""
6329 #: builtin/merge.c:45
6330 msgid "git merge --abort"
6331 msgstr ""
6333 #: builtin/merge.c:98
6334 msgid "switch `m' requires a value"
6335 msgstr ""
6337 #: builtin/merge.c:135
6338 #, c-format
6339 msgid "Could not find merge strategy '%s'.\n"
6340 msgstr ""
6342 #: builtin/merge.c:136
6343 #, c-format
6344 msgid "Available strategies are:"
6345 msgstr ""
6347 #: builtin/merge.c:141
6348 #, c-format
6349 msgid "Available custom strategies are:"
6350 msgstr ""
6352 #: builtin/merge.c:198
6353 msgid "do not show a diffstat at the end of the merge"
6354 msgstr ""
6356 #: builtin/merge.c:201
6357 msgid "show a diffstat at the end of the merge"
6358 msgstr ""
6360 #: builtin/merge.c:202
6361 msgid "(synonym to --stat)"
6362 msgstr ""
6364 #: builtin/merge.c:204
6365 msgid "add (at most <n>) entries from shortlog to merge commit message"
6366 msgstr ""
6368 #: builtin/merge.c:207
6369 msgid "create a single commit instead of doing a merge"
6370 msgstr ""
6372 #: builtin/merge.c:209
6373 msgid "perform a commit if the merge succeeds (default)"
6374 msgstr ""
6376 #: builtin/merge.c:211
6377 msgid "edit message before committing"
6378 msgstr ""
6380 #: builtin/merge.c:212
6381 msgid "allow fast-forward (default)"
6382 msgstr ""
6384 #: builtin/merge.c:214
6385 msgid "abort if fast-forward is not possible"
6386 msgstr ""
6388 #: builtin/merge.c:218
6389 msgid "Verify that the named commit has a valid GPG signature"
6390 msgstr ""
6392 #: builtin/merge.c:219 builtin/notes.c:738 builtin/revert.c:89
6393 msgid "strategy"
6394 msgstr ""
6396 #: builtin/merge.c:220
6397 msgid "merge strategy to use"
6398 msgstr ""
6400 #: builtin/merge.c:221
6401 msgid "option=value"
6402 msgstr ""
6404 #: builtin/merge.c:222
6405 msgid "option for selected merge strategy"
6406 msgstr ""
6408 #: builtin/merge.c:224
6409 msgid "merge commit message (for a non-fast-forward merge)"
6410 msgstr ""
6412 #: builtin/merge.c:228
6413 msgid "abort the current in-progress merge"
6414 msgstr ""
6416 #: builtin/merge.c:257
6417 msgid "could not run stash."
6418 msgstr ""
6420 #: builtin/merge.c:262
6421 msgid "stash failed"
6422 msgstr ""
6424 #: builtin/merge.c:267
6425 #, c-format
6426 msgid "not a valid object: %s"
6427 msgstr ""
6429 #: builtin/merge.c:286 builtin/merge.c:303
6430 msgid "read-tree failed"
6431 msgstr ""
6433 #: builtin/merge.c:333
6434 msgid " (nothing to squash)"
6435 msgstr ""
6437 #: builtin/merge.c:346
6438 #, c-format
6439 msgid "Squash commit -- not updating HEAD\n"
6440 msgstr ""
6442 #: builtin/merge.c:378
6443 msgid "Writing SQUASH_MSG"
6444 msgstr ""
6446 #: builtin/merge.c:380
6447 msgid "Finishing SQUASH_MSG"
6448 msgstr ""
6450 #: builtin/merge.c:403
6451 #, c-format
6452 msgid "No merge message -- not updating HEAD\n"
6453 msgstr ""
6455 #: builtin/merge.c:453
6456 #, c-format
6457 msgid "'%s' does not point to a commit"
6458 msgstr ""
6460 #: builtin/merge.c:565
6461 #, c-format
6462 msgid "Bad branch.%s.mergeoptions string: %s"
6463 msgstr ""
6465 #: builtin/merge.c:657
6466 msgid "git write-tree failed to write a tree"
6467 msgstr ""
6469 #: builtin/merge.c:685
6470 msgid "Not handling anything other than two heads merge."
6471 msgstr ""
6473 #: builtin/merge.c:699
6474 #, c-format
6475 msgid "Unknown option for merge-recursive: -X%s"
6476 msgstr ""
6478 #: builtin/merge.c:713
6479 #, c-format
6480 msgid "unable to write %s"
6481 msgstr ""
6483 #: builtin/merge.c:802
6484 #, c-format
6485 msgid "Could not read from '%s'"
6486 msgstr ""
6488 #: builtin/merge.c:811
6489 #, c-format
6490 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6491 msgstr ""
6493 #: builtin/merge.c:817
6494 #, c-format
6495 msgid ""
6496 "Please enter a commit message to explain why this merge is necessary,\n"
6497 "especially if it merges an updated upstream into a topic branch.\n"
6498 "\n"
6499 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
6500 "the commit.\n"
6501 msgstr ""
6503 #: builtin/merge.c:841
6504 msgid "Empty commit message."
6505 msgstr ""
6507 #: builtin/merge.c:853
6508 #, c-format
6509 msgid "Wonderful.\n"
6510 msgstr ""
6512 #: builtin/merge.c:918
6513 #, c-format
6514 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6515 msgstr ""
6517 #: builtin/merge.c:934
6518 #, c-format
6519 msgid "'%s' is not a commit"
6520 msgstr ""
6522 #: builtin/merge.c:975
6523 msgid "No current branch."
6524 msgstr ""
6526 #: builtin/merge.c:977
6527 msgid "No remote for the current branch."
6528 msgstr ""
6530 #: builtin/merge.c:979
6531 msgid "No default upstream defined for the current branch."
6532 msgstr ""
6534 #: builtin/merge.c:984
6535 #, c-format
6536 msgid "No remote-tracking branch for %s from %s"
6537 msgstr ""
6539 #: builtin/merge.c:1140
6540 msgid "There is no merge to abort (MERGE_HEAD missing)."
6541 msgstr ""
6543 #: builtin/merge.c:1156 git-pull.sh:31
6544 msgid ""
6545 "You have not concluded your merge (MERGE_HEAD exists).\n"
6546 "Please, commit your changes before you can merge."
6547 msgstr ""
6549 #: builtin/merge.c:1159 git-pull.sh:34
6550 msgid "You have not concluded your merge (MERGE_HEAD exists)."
6551 msgstr ""
6553 #: builtin/merge.c:1163
6554 msgid ""
6555 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6556 "Please, commit your changes before you can merge."
6557 msgstr ""
6559 #: builtin/merge.c:1166
6560 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6561 msgstr ""
6563 #: builtin/merge.c:1175
6564 msgid "You cannot combine --squash with --no-ff."
6565 msgstr ""
6567 #: builtin/merge.c:1184
6568 msgid "No commit specified and merge.defaultToUpstream not set."
6569 msgstr ""
6571 #: builtin/merge.c:1216
6572 msgid "Can merge only exactly one commit into empty head"
6573 msgstr ""
6575 #: builtin/merge.c:1219
6576 msgid "Squash commit into empty head not supported yet"
6577 msgstr ""
6579 #: builtin/merge.c:1221
6580 msgid "Non-fast-forward commit does not make sense into an empty head"
6581 msgstr ""
6583 #: builtin/merge.c:1226
6584 #, c-format
6585 msgid "%s - not something we can merge"
6586 msgstr ""
6588 #: builtin/merge.c:1277
6589 #, c-format
6590 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6591 msgstr ""
6593 #: builtin/merge.c:1280
6594 #, c-format
6595 msgid "Commit %s has a bad GPG signature allegedly by %s."
6596 msgstr ""
6598 #. 'N'
6599 #: builtin/merge.c:1283
6600 #, c-format
6601 msgid "Commit %s does not have a GPG signature."
6602 msgstr ""
6604 #: builtin/merge.c:1286
6605 #, c-format
6606 msgid "Commit %s has a good GPG signature by %s\n"
6607 msgstr ""
6609 #: builtin/merge.c:1370
6610 #, c-format
6611 msgid "Updating %s..%s\n"
6612 msgstr ""
6614 #: builtin/merge.c:1409
6615 #, c-format
6616 msgid "Trying really trivial in-index merge...\n"
6617 msgstr ""
6619 #: builtin/merge.c:1416
6620 #, c-format
6621 msgid "Nope.\n"
6622 msgstr ""
6624 #: builtin/merge.c:1448
6625 msgid "Not possible to fast-forward, aborting."
6626 msgstr ""
6628 #: builtin/merge.c:1471 builtin/merge.c:1550
6629 #, c-format
6630 msgid "Rewinding the tree to pristine...\n"
6631 msgstr ""
6633 #: builtin/merge.c:1475
6634 #, c-format
6635 msgid "Trying merge strategy %s...\n"
6636 msgstr ""
6638 #: builtin/merge.c:1541
6639 #, c-format
6640 msgid "No merge strategy handled the merge.\n"
6641 msgstr ""
6643 #: builtin/merge.c:1543
6644 #, c-format
6645 msgid "Merge with strategy %s failed.\n"
6646 msgstr ""
6648 #: builtin/merge.c:1552
6649 #, c-format
6650 msgid "Using the %s to prepare resolving by hand.\n"
6651 msgstr ""
6653 #: builtin/merge.c:1564
6654 #, c-format
6655 msgid "Automatic merge went well; stopped before committing as requested\n"
6656 msgstr ""
6658 #: builtin/merge-base.c:26
6659 msgid "git merge-base [-a|--all] <commit> <commit>..."
6660 msgstr ""
6662 #: builtin/merge-base.c:27
6663 msgid "git merge-base [-a|--all] --octopus <commit>..."
6664 msgstr ""
6666 #: builtin/merge-base.c:28
6667 msgid "git merge-base --independent <commit>..."
6668 msgstr ""
6670 #: builtin/merge-base.c:29
6671 msgid "git merge-base --is-ancestor <commit> <commit>"
6672 msgstr ""
6674 #: builtin/merge-base.c:98
6675 msgid "output all common ancestors"
6676 msgstr ""
6678 #: builtin/merge-base.c:99
6679 msgid "find ancestors for a single n-way merge"
6680 msgstr ""
6682 #: builtin/merge-base.c:100
6683 msgid "list revs not reachable from others"
6684 msgstr ""
6686 #: builtin/merge-base.c:102
6687 msgid "is the first one ancestor of the other?"
6688 msgstr ""
6690 #: builtin/merge-file.c:8
6691 msgid ""
6692 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6693 "file2"
6694 msgstr ""
6696 #: builtin/merge-file.c:33
6697 msgid "send results to standard output"
6698 msgstr ""
6700 #: builtin/merge-file.c:34
6701 msgid "use a diff3 based merge"
6702 msgstr ""
6704 #: builtin/merge-file.c:35
6705 msgid "for conflicts, use our version"
6706 msgstr ""
6708 #: builtin/merge-file.c:37
6709 msgid "for conflicts, use their version"
6710 msgstr ""
6712 #: builtin/merge-file.c:39
6713 msgid "for conflicts, use a union version"
6714 msgstr ""
6716 #: builtin/merge-file.c:42
6717 msgid "for conflicts, use this marker size"
6718 msgstr ""
6720 #: builtin/merge-file.c:43
6721 msgid "do not warn about conflicts"
6722 msgstr ""
6724 #: builtin/merge-file.c:45
6725 msgid "set labels for file1/orig_file/file2"
6726 msgstr ""
6728 #: builtin/mktree.c:67
6729 msgid "git mktree [-z] [--missing] [--batch]"
6730 msgstr ""
6732 #: builtin/mktree.c:153
6733 msgid "input is NUL terminated"
6734 msgstr ""
6736 #: builtin/mktree.c:154 builtin/write-tree.c:24
6737 msgid "allow missing objects"
6738 msgstr ""
6740 #: builtin/mktree.c:155
6741 msgid "allow creation of more than one tree"
6742 msgstr ""
6744 #: builtin/mv.c:15
6745 msgid "git mv [options] <source>... <destination>"
6746 msgstr ""
6748 #: builtin/mv.c:67
6749 msgid "force move/rename even if target exists"
6750 msgstr ""
6752 #: builtin/mv.c:68
6753 msgid "skip move/rename errors"
6754 msgstr ""
6756 #: builtin/mv.c:113
6757 #, c-format
6758 msgid "Checking rename of '%s' to '%s'\n"
6759 msgstr ""
6761 #: builtin/mv.c:117
6762 msgid "bad source"
6763 msgstr ""
6765 #: builtin/mv.c:120
6766 msgid "can not move directory into itself"
6767 msgstr ""
6769 #: builtin/mv.c:123
6770 msgid "cannot move directory over file"
6771 msgstr ""
6773 #: builtin/mv.c:129
6774 #, c-format
6775 msgid "Huh? Directory %s is in index and no submodule?"
6776 msgstr ""
6778 #: builtin/mv.c:131 builtin/rm.c:318
6779 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
6780 msgstr ""
6782 #: builtin/mv.c:147
6783 #, c-format
6784 msgid "Huh? %.*s is in index?"
6785 msgstr ""
6787 #: builtin/mv.c:159
6788 msgid "source directory is empty"
6789 msgstr ""
6791 #: builtin/mv.c:191
6792 msgid "not under version control"
6793 msgstr ""
6795 #: builtin/mv.c:193
6796 msgid "destination exists"
6797 msgstr ""
6799 #: builtin/mv.c:201
6800 #, c-format
6801 msgid "overwriting '%s'"
6802 msgstr ""
6804 #: builtin/mv.c:204
6805 msgid "Cannot overwrite"
6806 msgstr ""
6808 #: builtin/mv.c:207
6809 msgid "multiple sources for the same target"
6810 msgstr ""
6812 #: builtin/mv.c:222
6813 #, c-format
6814 msgid "%s, source=%s, destination=%s"
6815 msgstr ""
6817 #: builtin/mv.c:232
6818 #, c-format
6819 msgid "Renaming %s to %s\n"
6820 msgstr ""
6822 #: builtin/mv.c:235 builtin/remote.c:731 builtin/repack.c:330
6823 #, c-format
6824 msgid "renaming '%s' failed"
6825 msgstr ""
6827 #: builtin/name-rev.c:259
6828 msgid "git name-rev [options] <commit>..."
6829 msgstr ""
6831 #: builtin/name-rev.c:260
6832 msgid "git name-rev [options] --all"
6833 msgstr ""
6835 #: builtin/name-rev.c:261
6836 msgid "git name-rev [options] --stdin"
6837 msgstr ""
6839 #: builtin/name-rev.c:313
6840 msgid "print only names (no SHA-1)"
6841 msgstr ""
6843 #: builtin/name-rev.c:314
6844 msgid "only use tags to name the commits"
6845 msgstr ""
6847 #: builtin/name-rev.c:316
6848 msgid "only use refs matching <pattern>"
6849 msgstr ""
6851 #: builtin/name-rev.c:318
6852 msgid "list all commits reachable from all refs"
6853 msgstr ""
6855 #: builtin/name-rev.c:319
6856 msgid "read from stdin"
6857 msgstr ""
6859 #: builtin/name-rev.c:320
6860 msgid "allow to print `undefined` names (default)"
6861 msgstr ""
6863 #: builtin/name-rev.c:326
6864 msgid "dereference tags in the input (internal use)"
6865 msgstr ""
6867 #: builtin/notes.c:24
6868 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
6869 msgstr ""
6871 #: builtin/notes.c:25
6872 msgid ""
6873 "git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
6874 "<object>] [<object>]"
6875 msgstr ""
6877 #: builtin/notes.c:26
6878 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
6879 msgstr ""
6881 #: builtin/notes.c:27
6882 msgid ""
6883 "git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
6884 "<object>] [<object>]"
6885 msgstr ""
6887 #: builtin/notes.c:28
6888 msgid "git notes [--ref <notes_ref>] edit [<object>]"
6889 msgstr ""
6891 #: builtin/notes.c:29
6892 msgid "git notes [--ref <notes_ref>] show [<object>]"
6893 msgstr ""
6895 #: builtin/notes.c:30
6896 msgid ""
6897 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
6898 msgstr ""
6900 #: builtin/notes.c:31
6901 msgid "git notes merge --commit [-v | -q]"
6902 msgstr ""
6904 #: builtin/notes.c:32
6905 msgid "git notes merge --abort [-v | -q]"
6906 msgstr ""
6908 #: builtin/notes.c:33
6909 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
6910 msgstr ""
6912 #: builtin/notes.c:34
6913 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
6914 msgstr ""
6916 #: builtin/notes.c:35
6917 msgid "git notes [--ref <notes_ref>] get-ref"
6918 msgstr ""
6920 #: builtin/notes.c:40
6921 msgid "git notes [list [<object>]]"
6922 msgstr ""
6924 #: builtin/notes.c:45
6925 msgid "git notes add [<options>] [<object>]"
6926 msgstr ""
6928 #: builtin/notes.c:50
6929 msgid "git notes copy [<options>] <from-object> <to-object>"
6930 msgstr ""
6932 #: builtin/notes.c:51
6933 msgid "git notes copy --stdin [<from-object> <to-object>]..."
6934 msgstr ""
6936 #: builtin/notes.c:56
6937 msgid "git notes append [<options>] [<object>]"
6938 msgstr ""
6940 #: builtin/notes.c:61
6941 msgid "git notes edit [<object>]"
6942 msgstr ""
6944 #: builtin/notes.c:66
6945 msgid "git notes show [<object>]"
6946 msgstr ""
6948 #: builtin/notes.c:71
6949 msgid "git notes merge [<options>] <notes_ref>"
6950 msgstr ""
6952 #: builtin/notes.c:72
6953 msgid "git notes merge --commit [<options>]"
6954 msgstr ""
6956 #: builtin/notes.c:73
6957 msgid "git notes merge --abort [<options>]"
6958 msgstr ""
6960 #: builtin/notes.c:78
6961 msgid "git notes remove [<object>]"
6962 msgstr ""
6964 #: builtin/notes.c:83
6965 msgid "git notes prune [<options>]"
6966 msgstr ""
6968 #: builtin/notes.c:88
6969 msgid "git notes get-ref"
6970 msgstr ""
6972 #: builtin/notes.c:137
6973 #, c-format
6974 msgid "unable to start 'show' for object '%s'"
6975 msgstr ""
6977 #: builtin/notes.c:141
6978 msgid "could not read 'show' output"
6979 msgstr ""
6981 #: builtin/notes.c:149
6982 #, c-format
6983 msgid "failed to finish 'show' for object '%s'"
6984 msgstr ""
6986 #: builtin/notes.c:167 builtin/tag.c:341
6987 #, c-format
6988 msgid "could not create file '%s'"
6989 msgstr ""
6991 #: builtin/notes.c:186
6992 msgid "Please supply the note contents using either -m or -F option"
6993 msgstr ""
6995 #: builtin/notes.c:207 builtin/notes.c:844
6996 #, c-format
6997 msgid "Removing note for object %s\n"
6998 msgstr ""
7000 #: builtin/notes.c:212
7001 msgid "unable to write note object"
7002 msgstr ""
7004 #: builtin/notes.c:214
7005 #, c-format
7006 msgid "The note contents has been left in %s"
7007 msgstr ""
7009 #: builtin/notes.c:248 builtin/tag.c:537
7010 #, c-format
7011 msgid "cannot read '%s'"
7012 msgstr ""
7014 #: builtin/notes.c:250 builtin/tag.c:540
7015 #, c-format
7016 msgid "could not open or read '%s'"
7017 msgstr ""
7019 #: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:318
7020 #: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:515
7021 #: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:637
7022 #: builtin/notes.c:839 builtin/tag.c:553
7023 #, c-format
7024 msgid "Failed to resolve '%s' as a valid ref."
7025 msgstr ""
7027 #: builtin/notes.c:272
7028 #, c-format
7029 msgid "Failed to read object '%s'."
7030 msgstr ""
7032 #: builtin/notes.c:312
7033 #, c-format
7034 msgid "Malformed input line: '%s'."
7035 msgstr ""
7037 #: builtin/notes.c:327
7038 #, c-format
7039 msgid "Failed to copy notes from '%s' to '%s'"
7040 msgstr ""
7042 #: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:498
7043 #: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:630
7044 #: builtin/notes.c:904
7045 msgid "too many parameters"
7046 msgstr ""
7048 #: builtin/notes.c:384 builtin/notes.c:643
7049 #, c-format
7050 msgid "No note found for object %s."
7051 msgstr ""
7053 #: builtin/notes.c:406 builtin/notes.c:563
7054 msgid "note contents as a string"
7055 msgstr ""
7057 #: builtin/notes.c:409 builtin/notes.c:566
7058 msgid "note contents in a file"
7059 msgstr ""
7061 #: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:568
7062 #: builtin/notes.c:571 builtin/tag.c:474
7063 msgid "object"
7064 msgstr ""
7066 #: builtin/notes.c:412 builtin/notes.c:569
7067 msgid "reuse and edit specified note object"
7068 msgstr ""
7070 #: builtin/notes.c:415 builtin/notes.c:572
7071 msgid "reuse specified note object"
7072 msgstr ""
7074 #: builtin/notes.c:417 builtin/notes.c:485
7075 msgid "replace existing notes"
7076 msgstr ""
7078 #: builtin/notes.c:451
7079 #, c-format
7080 msgid ""
7081 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7082 "existing notes"
7083 msgstr ""
7085 #: builtin/notes.c:456 builtin/notes.c:533
7086 #, c-format
7087 msgid "Overwriting existing notes for object %s\n"
7088 msgstr ""
7090 #: builtin/notes.c:486
7091 msgid "read objects from stdin"
7092 msgstr ""
7094 #: builtin/notes.c:488
7095 msgid "load rewriting config for <command> (implies --stdin)"
7096 msgstr ""
7098 #: builtin/notes.c:506
7099 msgid "too few parameters"
7100 msgstr ""
7102 #: builtin/notes.c:527
7103 #, c-format
7104 msgid ""
7105 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7106 "existing notes"
7107 msgstr ""
7109 #: builtin/notes.c:539
7110 #, c-format
7111 msgid "Missing notes on source object %s. Cannot copy."
7112 msgstr ""
7114 #: builtin/notes.c:588
7115 #, c-format
7116 msgid ""
7117 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7118 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7119 msgstr ""
7121 #: builtin/notes.c:735
7122 msgid "General options"
7123 msgstr ""
7125 #: builtin/notes.c:737
7126 msgid "Merge options"
7127 msgstr ""
7129 #: builtin/notes.c:739
7130 msgid ""
7131 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7132 "cat_sort_uniq)"
7133 msgstr ""
7135 #: builtin/notes.c:741
7136 msgid "Committing unmerged notes"
7137 msgstr ""
7139 #: builtin/notes.c:743
7140 msgid "finalize notes merge by committing unmerged notes"
7141 msgstr ""
7143 #: builtin/notes.c:745
7144 msgid "Aborting notes merge resolution"
7145 msgstr ""
7147 #: builtin/notes.c:747
7148 msgid "abort notes merge"
7149 msgstr ""
7151 #: builtin/notes.c:842
7152 #, c-format
7153 msgid "Object %s has no note\n"
7154 msgstr ""
7156 #: builtin/notes.c:854
7157 msgid "attempt to remove non-existent note is not an error"
7158 msgstr ""
7160 #: builtin/notes.c:857
7161 msgid "read object names from the standard input"
7162 msgstr ""
7164 #: builtin/notes.c:938
7165 msgid "notes_ref"
7166 msgstr ""
7168 #: builtin/notes.c:939
7169 msgid "use notes from <notes_ref>"
7170 msgstr ""
7172 #: builtin/notes.c:974 builtin/remote.c:1598
7173 #, c-format
7174 msgid "Unknown subcommand: %s"
7175 msgstr ""
7177 #: builtin/pack-objects.c:23
7178 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7179 msgstr ""
7181 #: builtin/pack-objects.c:24
7182 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7183 msgstr ""
7185 #: builtin/pack-objects.c:184 builtin/pack-objects.c:187
7186 #, c-format
7187 msgid "deflate error (%d)"
7188 msgstr ""
7190 #: builtin/pack-objects.c:2398
7191 #, c-format
7192 msgid "unsupported index version %s"
7193 msgstr ""
7195 #: builtin/pack-objects.c:2402
7196 #, c-format
7197 msgid "bad index version '%s'"
7198 msgstr ""
7200 #: builtin/pack-objects.c:2425
7201 #, c-format
7202 msgid "option %s does not accept negative form"
7203 msgstr ""
7205 #: builtin/pack-objects.c:2429
7206 #, c-format
7207 msgid "unable to parse value '%s' for option %s"
7208 msgstr ""
7210 #: builtin/pack-objects.c:2448
7211 msgid "do not show progress meter"
7212 msgstr ""
7214 #: builtin/pack-objects.c:2450
7215 msgid "show progress meter"
7216 msgstr ""
7218 #: builtin/pack-objects.c:2452
7219 msgid "show progress meter during object writing phase"
7220 msgstr ""
7222 #: builtin/pack-objects.c:2455
7223 msgid "similar to --all-progress when progress meter is shown"
7224 msgstr ""
7226 #: builtin/pack-objects.c:2456
7227 msgid "version[,offset]"
7228 msgstr ""
7230 #: builtin/pack-objects.c:2457
7231 msgid "write the pack index file in the specified idx format version"
7232 msgstr ""
7234 #: builtin/pack-objects.c:2460
7235 msgid "maximum size of each output pack file"
7236 msgstr ""
7238 #: builtin/pack-objects.c:2462
7239 msgid "ignore borrowed objects from alternate object store"
7240 msgstr ""
7242 #: builtin/pack-objects.c:2464
7243 msgid "ignore packed objects"
7244 msgstr ""
7246 #: builtin/pack-objects.c:2466
7247 msgid "limit pack window by objects"
7248 msgstr ""
7250 #: builtin/pack-objects.c:2468
7251 msgid "limit pack window by memory in addition to object limit"
7252 msgstr ""
7254 #: builtin/pack-objects.c:2470
7255 msgid "maximum length of delta chain allowed in the resulting pack"
7256 msgstr ""
7258 #: builtin/pack-objects.c:2472
7259 msgid "reuse existing deltas"
7260 msgstr ""
7262 #: builtin/pack-objects.c:2474
7263 msgid "reuse existing objects"
7264 msgstr ""
7266 #: builtin/pack-objects.c:2476
7267 msgid "use OFS_DELTA objects"
7268 msgstr ""
7270 #: builtin/pack-objects.c:2478
7271 msgid "use threads when searching for best delta matches"
7272 msgstr ""
7274 #: builtin/pack-objects.c:2480
7275 msgid "do not create an empty pack output"
7276 msgstr ""
7278 #: builtin/pack-objects.c:2482
7279 msgid "read revision arguments from standard input"
7280 msgstr ""
7282 #: builtin/pack-objects.c:2484
7283 msgid "limit the objects to those that are not yet packed"
7284 msgstr ""
7286 #: builtin/pack-objects.c:2487
7287 msgid "include objects reachable from any reference"
7288 msgstr ""
7290 #: builtin/pack-objects.c:2490
7291 msgid "include objects referred by reflog entries"
7292 msgstr ""
7294 #: builtin/pack-objects.c:2493
7295 msgid "output pack to stdout"
7296 msgstr ""
7298 #: builtin/pack-objects.c:2495
7299 msgid "include tag objects that refer to objects to be packed"
7300 msgstr ""
7302 #: builtin/pack-objects.c:2497
7303 msgid "keep unreachable objects"
7304 msgstr ""
7306 #: builtin/pack-objects.c:2498 parse-options.h:143
7307 msgid "time"
7308 msgstr ""
7310 #: builtin/pack-objects.c:2499
7311 msgid "unpack unreachable objects newer than <time>"
7312 msgstr ""
7314 #: builtin/pack-objects.c:2502
7315 msgid "create thin packs"
7316 msgstr ""
7318 #: builtin/pack-objects.c:2504
7319 msgid "ignore packs that have companion .keep file"
7320 msgstr ""
7322 #: builtin/pack-objects.c:2506
7323 msgid "pack compression level"
7324 msgstr ""
7326 #: builtin/pack-objects.c:2508
7327 msgid "do not hide commits by grafts"
7328 msgstr ""
7330 #: builtin/pack-refs.c:6
7331 msgid "git pack-refs [options]"
7332 msgstr ""
7334 #: builtin/pack-refs.c:14
7335 msgid "pack everything"
7336 msgstr ""
7338 #: builtin/pack-refs.c:15
7339 msgid "prune loose refs (default)"
7340 msgstr ""
7342 #: builtin/prune-packed.c:7
7343 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7344 msgstr ""
7346 #: builtin/prune.c:12
7347 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7348 msgstr ""
7350 #: builtin/prune.c:132
7351 msgid "do not remove, show only"
7352 msgstr ""
7354 #: builtin/prune.c:133
7355 msgid "report pruned objects"
7356 msgstr ""
7358 #: builtin/prune.c:136
7359 msgid "expire objects older than <time>"
7360 msgstr ""
7362 #: builtin/push.c:14
7363 msgid "git push [<options>] [<repository> [<refspec>...]]"
7364 msgstr ""
7366 #: builtin/push.c:47
7367 msgid "tag shorthand without <tag>"
7368 msgstr ""
7370 #: builtin/push.c:66
7371 msgid "--delete only accepts plain target ref names"
7372 msgstr ""
7374 #: builtin/push.c:101
7375 msgid ""
7376 "\n"
7377 "To choose either option permanently, see push.default in 'git help config'."
7378 msgstr ""
7380 #: builtin/push.c:104
7381 #, c-format
7382 msgid ""
7383 "The upstream branch of your current branch does not match\n"
7384 "the name of your current branch.  To push to the upstream branch\n"
7385 "on the remote, use\n"
7386 "\n"
7387 "    git push %s HEAD:%s\n"
7388 "\n"
7389 "To push to the branch of the same name on the remote, use\n"
7390 "\n"
7391 "    git push %s %s\n"
7392 "%s"
7393 msgstr ""
7395 #: builtin/push.c:119
7396 #, c-format
7397 msgid ""
7398 "You are not currently on a branch.\n"
7399 "To push the history leading to the current (detached HEAD)\n"
7400 "state now, use\n"
7401 "\n"
7402 "    git push %s HEAD:<name-of-remote-branch>\n"
7403 msgstr ""
7405 #: builtin/push.c:133
7406 #, c-format
7407 msgid ""
7408 "The current branch %s has no upstream branch.\n"
7409 "To push the current branch and set the remote as upstream, use\n"
7410 "\n"
7411 "    git push --set-upstream %s %s\n"
7412 msgstr ""
7414 #: builtin/push.c:141
7415 #, c-format
7416 msgid "The current branch %s has multiple upstream branches, refusing to push."
7417 msgstr ""
7419 #: builtin/push.c:144
7420 #, c-format
7421 msgid ""
7422 "You are pushing to remote '%s', which is not the upstream of\n"
7423 "your current branch '%s', without telling me what to push\n"
7424 "to update which remote branch."
7425 msgstr ""
7427 #: builtin/push.c:167
7428 msgid ""
7429 "push.default is unset; its implicit value is changing in\n"
7430 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7431 "and maintain the current behavior after the default changes, use:\n"
7432 "\n"
7433 "  git config --global push.default matching\n"
7434 "\n"
7435 "To squelch this message and adopt the new behavior now, use:\n"
7436 "\n"
7437 "  git config --global push.default simple\n"
7438 "\n"
7439 "See 'git help config' and search for 'push.default' for further "
7440 "information.\n"
7441 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7442 "'current' instead of 'simple' if you sometimes use older versions of Git)"
7443 msgstr ""
7445 #: builtin/push.c:227
7446 msgid ""
7447 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
7448 msgstr ""
7450 #: builtin/push.c:234
7451 msgid ""
7452 "Updates were rejected because the tip of your current branch is behind\n"
7453 "its remote counterpart. Integrate the remote changes (e.g.\n"
7454 "'git pull ...') before pushing again.\n"
7455 "See the 'Note about fast-forwards' in 'git push --help' for details."
7456 msgstr ""
7458 #: builtin/push.c:240
7459 msgid ""
7460 "Updates were rejected because a pushed branch tip is behind its remote\n"
7461 "counterpart. If you did not intend to push that branch, you may want to\n"
7462 "specify branches to push or set the 'push.default' configuration variable\n"
7463 "to 'simple', 'current' or 'upstream' to push only the current branch."
7464 msgstr ""
7466 #: builtin/push.c:246
7467 msgid ""
7468 "Updates were rejected because a pushed branch tip is behind its remote\n"
7469 "counterpart. Check out this branch and integrate the remote changes\n"
7470 "(e.g. 'git pull ...') before pushing again.\n"
7471 "See the 'Note about fast-forwards' in 'git push --help' for details."
7472 msgstr ""
7474 #: builtin/push.c:252
7475 msgid ""
7476 "Updates were rejected because the remote contains work that you do\n"
7477 "not have locally. This is usually caused by another repository pushing\n"
7478 "to the same ref. You may want to first integrate the remote changes\n"
7479 "(e.g., 'git pull ...') before pushing again.\n"
7480 "See the 'Note about fast-forwards' in 'git push --help' for details."
7481 msgstr ""
7483 #: builtin/push.c:259
7484 msgid "Updates were rejected because the tag already exists in the remote."
7485 msgstr ""
7487 #: builtin/push.c:262
7488 msgid ""
7489 "You cannot update a remote ref that points at a non-commit object,\n"
7490 "or update a remote ref to make it point at a non-commit object,\n"
7491 "without using the '--force' option.\n"
7492 msgstr ""
7494 #: builtin/push.c:328
7495 #, c-format
7496 msgid "Pushing to %s\n"
7497 msgstr ""
7499 #: builtin/push.c:332
7500 #, c-format
7501 msgid "failed to push some refs to '%s'"
7502 msgstr ""
7504 #: builtin/push.c:365
7505 #, c-format
7506 msgid "bad repository '%s'"
7507 msgstr ""
7509 #: builtin/push.c:366
7510 msgid ""
7511 "No configured push destination.\n"
7512 "Either specify the URL from the command-line or configure a remote "
7513 "repository using\n"
7514 "\n"
7515 "    git remote add <name> <url>\n"
7516 "\n"
7517 "and then push using the remote name\n"
7518 "\n"
7519 "    git push <name>\n"
7520 msgstr ""
7522 #: builtin/push.c:381
7523 msgid "--all and --tags are incompatible"
7524 msgstr ""
7526 #: builtin/push.c:382
7527 msgid "--all can't be combined with refspecs"
7528 msgstr ""
7530 #: builtin/push.c:387
7531 msgid "--mirror and --tags are incompatible"
7532 msgstr ""
7534 #: builtin/push.c:388
7535 msgid "--mirror can't be combined with refspecs"
7536 msgstr ""
7538 #: builtin/push.c:393
7539 msgid "--all and --mirror are incompatible"
7540 msgstr ""
7542 #: builtin/push.c:453
7543 msgid "repository"
7544 msgstr ""
7546 #: builtin/push.c:454
7547 msgid "push all refs"
7548 msgstr ""
7550 #: builtin/push.c:455
7551 msgid "mirror all refs"
7552 msgstr ""
7554 #: builtin/push.c:457
7555 msgid "delete refs"
7556 msgstr ""
7558 #: builtin/push.c:458
7559 msgid "push tags (can't be used with --all or --mirror)"
7560 msgstr ""
7562 #: builtin/push.c:461
7563 msgid "force updates"
7564 msgstr ""
7566 #: builtin/push.c:463
7567 msgid "refname>:<expect"
7568 msgstr ""
7570 #: builtin/push.c:464
7571 msgid "require old value of ref to be at this value"
7572 msgstr ""
7574 #: builtin/push.c:466
7575 msgid "check"
7576 msgstr ""
7578 #: builtin/push.c:467
7579 msgid "control recursive pushing of submodules"
7580 msgstr ""
7582 #: builtin/push.c:469
7583 msgid "use thin pack"
7584 msgstr ""
7586 #: builtin/push.c:470 builtin/push.c:471
7587 msgid "receive pack program"
7588 msgstr ""
7590 #: builtin/push.c:472
7591 msgid "set upstream for git pull/status"
7592 msgstr ""
7594 #: builtin/push.c:475
7595 msgid "prune locally removed refs"
7596 msgstr ""
7598 #: builtin/push.c:477
7599 msgid "bypass pre-push hook"
7600 msgstr ""
7602 #: builtin/push.c:478
7603 msgid "push missing but relevant tags"
7604 msgstr ""
7606 #: builtin/push.c:488
7607 msgid "--delete is incompatible with --all, --mirror and --tags"
7608 msgstr ""
7610 #: builtin/push.c:490
7611 msgid "--delete doesn't make sense without any refs"
7612 msgstr ""
7614 #: builtin/read-tree.c:36
7615 msgid ""
7616 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7617 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7618 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7619 msgstr ""
7621 #: builtin/read-tree.c:109
7622 msgid "write resulting index to <file>"
7623 msgstr ""
7625 #: builtin/read-tree.c:112
7626 msgid "only empty the index"
7627 msgstr ""
7629 #: builtin/read-tree.c:114
7630 msgid "Merging"
7631 msgstr ""
7633 #: builtin/read-tree.c:116
7634 msgid "perform a merge in addition to a read"
7635 msgstr ""
7637 #: builtin/read-tree.c:118
7638 msgid "3-way merge if no file level merging required"
7639 msgstr ""
7641 #: builtin/read-tree.c:120
7642 msgid "3-way merge in presence of adds and removes"
7643 msgstr ""
7645 #: builtin/read-tree.c:122
7646 msgid "same as -m, but discard unmerged entries"
7647 msgstr ""
7649 #: builtin/read-tree.c:123
7650 msgid "<subdirectory>/"
7651 msgstr ""
7653 #: builtin/read-tree.c:124
7654 msgid "read the tree into the index under <subdirectory>/"
7655 msgstr ""
7657 #: builtin/read-tree.c:127
7658 msgid "update working tree with merge result"
7659 msgstr ""
7661 #: builtin/read-tree.c:129
7662 msgid "gitignore"
7663 msgstr ""
7665 #: builtin/read-tree.c:130
7666 msgid "allow explicitly ignored files to be overwritten"
7667 msgstr ""
7669 #: builtin/read-tree.c:133
7670 msgid "don't check the working tree after merging"
7671 msgstr ""
7673 #: builtin/read-tree.c:134
7674 msgid "don't update the index or the work tree"
7675 msgstr ""
7677 #: builtin/read-tree.c:136
7678 msgid "skip applying sparse checkout filter"
7679 msgstr ""
7681 #: builtin/read-tree.c:138
7682 msgid "debug unpack-trees"
7683 msgstr ""
7685 #: builtin/reflog.c:499
7686 #, c-format
7687 msgid "%s' for '%s' is not a valid timestamp"
7688 msgstr ""
7690 #: builtin/reflog.c:615 builtin/reflog.c:620
7691 #, c-format
7692 msgid "'%s' is not a valid timestamp"
7693 msgstr ""
7695 #: builtin/remote.c:11
7696 msgid "git remote [-v | --verbose]"
7697 msgstr ""
7699 #: builtin/remote.c:12
7700 msgid ""
7701 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
7702 "mirror=<fetch|push>] <name> <url>"
7703 msgstr ""
7705 #: builtin/remote.c:13 builtin/remote.c:32
7706 msgid "git remote rename <old> <new>"
7707 msgstr ""
7709 #: builtin/remote.c:14 builtin/remote.c:37
7710 msgid "git remote remove <name>"
7711 msgstr ""
7713 #: builtin/remote.c:15
7714 msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
7715 msgstr ""
7717 #: builtin/remote.c:16
7718 msgid "git remote [-v | --verbose] show [-n] <name>"
7719 msgstr ""
7721 #: builtin/remote.c:17
7722 msgid "git remote prune [-n | --dry-run] <name>"
7723 msgstr ""
7725 #: builtin/remote.c:18
7726 msgid ""
7727 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7728 msgstr ""
7730 #: builtin/remote.c:19
7731 msgid "git remote set-branches [--add] <name> <branch>..."
7732 msgstr ""
7734 #: builtin/remote.c:20 builtin/remote.c:68
7735 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7736 msgstr ""
7738 #: builtin/remote.c:21 builtin/remote.c:69
7739 msgid "git remote set-url --add <name> <newurl>"
7740 msgstr ""
7742 #: builtin/remote.c:22 builtin/remote.c:70
7743 msgid "git remote set-url --delete <name> <url>"
7744 msgstr ""
7746 #: builtin/remote.c:27
7747 msgid "git remote add [<options>] <name> <url>"
7748 msgstr ""
7750 #: builtin/remote.c:42
7751 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
7752 msgstr ""
7754 #: builtin/remote.c:47
7755 msgid "git remote set-branches <name> <branch>..."
7756 msgstr ""
7758 #: builtin/remote.c:48
7759 msgid "git remote set-branches --add <name> <branch>..."
7760 msgstr ""
7762 #: builtin/remote.c:53
7763 msgid "git remote show [<options>] <name>"
7764 msgstr ""
7766 #: builtin/remote.c:58
7767 msgid "git remote prune [<options>] <name>"
7768 msgstr ""
7770 #: builtin/remote.c:63
7771 msgid "git remote update [<options>] [<group> | <remote>]..."
7772 msgstr ""
7774 #: builtin/remote.c:98
7775 #, c-format
7776 msgid "Updating %s"
7777 msgstr ""
7779 #: builtin/remote.c:130
7780 msgid ""
7781 "--mirror is dangerous and deprecated; please\n"
7782 "\t use --mirror=fetch or --mirror=push instead"
7783 msgstr ""
7785 #: builtin/remote.c:147
7786 #, c-format
7787 msgid "unknown mirror argument: %s"
7788 msgstr ""
7790 #: builtin/remote.c:163
7791 msgid "fetch the remote branches"
7792 msgstr ""
7794 #: builtin/remote.c:165
7795 msgid "import all tags and associated objects when fetching"
7796 msgstr ""
7798 #: builtin/remote.c:168
7799 msgid "or do not fetch any tag at all (--no-tags)"
7800 msgstr ""
7802 #: builtin/remote.c:170
7803 msgid "branch(es) to track"
7804 msgstr ""
7806 #: builtin/remote.c:171
7807 msgid "master branch"
7808 msgstr ""
7810 #: builtin/remote.c:172
7811 msgid "push|fetch"
7812 msgstr ""
7814 #: builtin/remote.c:173
7815 msgid "set up remote as a mirror to push to or fetch from"
7816 msgstr ""
7818 #: builtin/remote.c:185
7819 msgid "specifying a master branch makes no sense with --mirror"
7820 msgstr ""
7822 #: builtin/remote.c:187
7823 msgid "specifying branches to track makes sense only with fetch mirrors"
7824 msgstr ""
7826 #: builtin/remote.c:195 builtin/remote.c:646
7827 #, c-format
7828 msgid "remote %s already exists."
7829 msgstr ""
7831 #: builtin/remote.c:199 builtin/remote.c:650
7832 #, c-format
7833 msgid "'%s' is not a valid remote name"
7834 msgstr ""
7836 #: builtin/remote.c:243
7837 #, c-format
7838 msgid "Could not setup master '%s'"
7839 msgstr ""
7841 #: builtin/remote.c:299
7842 #, c-format
7843 msgid "more than one %s"
7844 msgstr ""
7846 #: builtin/remote.c:339
7847 #, c-format
7848 msgid "Could not get fetch map for refspec %s"
7849 msgstr ""
7851 #: builtin/remote.c:440 builtin/remote.c:448
7852 msgid "(matching)"
7853 msgstr ""
7855 #: builtin/remote.c:452
7856 msgid "(delete)"
7857 msgstr ""
7859 #: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
7860 #, c-format
7861 msgid "Could not append '%s' to '%s'"
7862 msgstr ""
7864 #: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
7865 #, c-format
7866 msgid "No such remote: %s"
7867 msgstr ""
7869 #: builtin/remote.c:656
7870 #, c-format
7871 msgid "Could not rename config section '%s' to '%s'"
7872 msgstr ""
7874 #: builtin/remote.c:662 builtin/remote.c:799
7875 #, c-format
7876 msgid "Could not remove config section '%s'"
7877 msgstr ""
7879 #: builtin/remote.c:677
7880 #, c-format
7881 msgid ""
7882 "Not updating non-default fetch refspec\n"
7883 "\t%s\n"
7884 "\tPlease update the configuration manually if necessary."
7885 msgstr ""
7887 #: builtin/remote.c:683
7888 #, c-format
7889 msgid "Could not append '%s'"
7890 msgstr ""
7892 #: builtin/remote.c:694
7893 #, c-format
7894 msgid "Could not set '%s'"
7895 msgstr ""
7897 #: builtin/remote.c:716
7898 #, c-format
7899 msgid "deleting '%s' failed"
7900 msgstr ""
7902 #: builtin/remote.c:750
7903 #, c-format
7904 msgid "creating '%s' failed"
7905 msgstr ""
7907 #: builtin/remote.c:764
7908 #, c-format
7909 msgid "Could not remove branch %s"
7910 msgstr ""
7912 #: builtin/remote.c:834
7913 msgid ""
7914 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
7915 "to delete it, use:"
7916 msgid_plural ""
7917 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
7918 "to delete them, use:"
7919 msgstr[0] ""
7920 msgstr[1] ""
7922 #: builtin/remote.c:943
7923 #, c-format
7924 msgid " new (next fetch will store in remotes/%s)"
7925 msgstr ""
7927 #: builtin/remote.c:946
7928 msgid " tracked"
7929 msgstr ""
7931 #: builtin/remote.c:948
7932 msgid " stale (use 'git remote prune' to remove)"
7933 msgstr ""
7935 #: builtin/remote.c:950
7936 msgid " ???"
7937 msgstr ""
7939 #: builtin/remote.c:991
7940 #, c-format
7941 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
7942 msgstr ""
7944 #: builtin/remote.c:998
7945 #, c-format
7946 msgid "rebases onto remote %s"
7947 msgstr ""
7949 #: builtin/remote.c:1001
7950 #, c-format
7951 msgid " merges with remote %s"
7952 msgstr ""
7954 #: builtin/remote.c:1002
7955 msgid "    and with remote"
7956 msgstr ""
7958 #: builtin/remote.c:1004
7959 #, c-format
7960 msgid "merges with remote %s"
7961 msgstr ""
7963 #: builtin/remote.c:1005
7964 msgid "   and with remote"
7965 msgstr ""
7967 #: builtin/remote.c:1051
7968 msgid "create"
7969 msgstr ""
7971 #: builtin/remote.c:1054
7972 msgid "delete"
7973 msgstr ""
7975 #: builtin/remote.c:1058
7976 msgid "up to date"
7977 msgstr ""
7979 #: builtin/remote.c:1061
7980 msgid "fast-forwardable"
7981 msgstr ""
7983 #: builtin/remote.c:1064
7984 msgid "local out of date"
7985 msgstr ""
7987 #: builtin/remote.c:1071
7988 #, c-format
7989 msgid "    %-*s forces to %-*s (%s)"
7990 msgstr ""
7992 #: builtin/remote.c:1074
7993 #, c-format
7994 msgid "    %-*s pushes to %-*s (%s)"
7995 msgstr ""
7997 #: builtin/remote.c:1078
7998 #, c-format
7999 msgid "    %-*s forces to %s"
8000 msgstr ""
8002 #: builtin/remote.c:1081
8003 #, c-format
8004 msgid "    %-*s pushes to %s"
8005 msgstr ""
8007 #: builtin/remote.c:1091
8008 msgid "do not query remotes"
8009 msgstr ""
8011 #: builtin/remote.c:1118
8012 #, c-format
8013 msgid "* remote %s"
8014 msgstr ""
8016 #: builtin/remote.c:1119
8017 #, c-format
8018 msgid "  Fetch URL: %s"
8019 msgstr ""
8021 #: builtin/remote.c:1120 builtin/remote.c:1285
8022 msgid "(no URL)"
8023 msgstr ""
8025 #: builtin/remote.c:1129 builtin/remote.c:1131
8026 #, c-format
8027 msgid "  Push  URL: %s"
8028 msgstr ""
8030 #: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
8031 #, c-format
8032 msgid "  HEAD branch: %s"
8033 msgstr ""
8035 #: builtin/remote.c:1139
8036 #, c-format
8037 msgid ""
8038 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8039 msgstr ""
8041 #: builtin/remote.c:1151
8042 #, c-format
8043 msgid "  Remote branch:%s"
8044 msgid_plural "  Remote branches:%s"
8045 msgstr[0] ""
8046 msgstr[1] ""
8048 #: builtin/remote.c:1154 builtin/remote.c:1181
8049 msgid " (status not queried)"
8050 msgstr ""
8052 #: builtin/remote.c:1163
8053 msgid "  Local branch configured for 'git pull':"
8054 msgid_plural "  Local branches configured for 'git pull':"
8055 msgstr[0] ""
8056 msgstr[1] ""
8058 #: builtin/remote.c:1171
8059 msgid "  Local refs will be mirrored by 'git push'"
8060 msgstr ""
8062 #: builtin/remote.c:1178
8063 #, c-format
8064 msgid "  Local ref configured for 'git push'%s:"
8065 msgid_plural "  Local refs configured for 'git push'%s:"
8066 msgstr[0] ""
8067 msgstr[1] ""
8069 #: builtin/remote.c:1199
8070 msgid "set refs/remotes/<name>/HEAD according to remote"
8071 msgstr ""
8073 #: builtin/remote.c:1201
8074 msgid "delete refs/remotes/<name>/HEAD"
8075 msgstr ""
8077 #: builtin/remote.c:1216
8078 msgid "Cannot determine remote HEAD"
8079 msgstr ""
8081 #: builtin/remote.c:1218
8082 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8083 msgstr ""
8085 #: builtin/remote.c:1228
8086 #, c-format
8087 msgid "Could not delete %s"
8088 msgstr ""
8090 #: builtin/remote.c:1236
8091 #, c-format
8092 msgid "Not a valid ref: %s"
8093 msgstr ""
8095 #: builtin/remote.c:1238
8096 #, c-format
8097 msgid "Could not setup %s"
8098 msgstr ""
8100 #: builtin/remote.c:1274
8101 #, c-format
8102 msgid " %s will become dangling!"
8103 msgstr ""
8105 #: builtin/remote.c:1275
8106 #, c-format
8107 msgid " %s has become dangling!"
8108 msgstr ""
8110 #: builtin/remote.c:1281
8111 #, c-format
8112 msgid "Pruning %s"
8113 msgstr ""
8115 #: builtin/remote.c:1282
8116 #, c-format
8117 msgid "URL: %s"
8118 msgstr ""
8120 #: builtin/remote.c:1295
8121 #, c-format
8122 msgid " * [would prune] %s"
8123 msgstr ""
8125 #: builtin/remote.c:1298
8126 #, c-format
8127 msgid " * [pruned] %s"
8128 msgstr ""
8130 #: builtin/remote.c:1321
8131 msgid "prune remotes after fetching"
8132 msgstr ""
8134 #: builtin/remote.c:1387 builtin/remote.c:1461
8135 #, c-format
8136 msgid "No such remote '%s'"
8137 msgstr ""
8139 #: builtin/remote.c:1407
8140 msgid "add branch"
8141 msgstr ""
8143 #: builtin/remote.c:1414
8144 msgid "no remote specified"
8145 msgstr ""
8147 #: builtin/remote.c:1436
8148 msgid "manipulate push URLs"
8149 msgstr ""
8151 #: builtin/remote.c:1438
8152 msgid "add URL"
8153 msgstr ""
8155 #: builtin/remote.c:1440
8156 msgid "delete URLs"
8157 msgstr ""
8159 #: builtin/remote.c:1447
8160 msgid "--add --delete doesn't make sense"
8161 msgstr ""
8163 #: builtin/remote.c:1487
8164 #, c-format
8165 msgid "Invalid old URL pattern: %s"
8166 msgstr ""
8168 #: builtin/remote.c:1495
8169 #, c-format
8170 msgid "No such URL found: %s"
8171 msgstr ""
8173 #: builtin/remote.c:1497
8174 msgid "Will not delete all non-push URLs"
8175 msgstr ""
8177 #: builtin/remote.c:1569
8178 msgid "be verbose; must be placed before a subcommand"
8179 msgstr ""
8181 #: builtin/repack.c:15
8182 msgid "git repack [options]"
8183 msgstr ""
8185 #: builtin/repack.c:143
8186 msgid "pack everything in a single pack"
8187 msgstr ""
8189 #: builtin/repack.c:145
8190 msgid "same as -a, and turn unreachable objects loose"
8191 msgstr ""
8193 #: builtin/repack.c:148
8194 msgid "remove redundant packs, and run git-prune-packed"
8195 msgstr ""
8197 #: builtin/repack.c:150
8198 msgid "pass --no-reuse-delta to git-pack-objects"
8199 msgstr ""
8201 #: builtin/repack.c:152
8202 msgid "pass --no-reuse-object to git-pack-objects"
8203 msgstr ""
8205 #: builtin/repack.c:154
8206 msgid "do not run git-update-server-info"
8207 msgstr ""
8209 #: builtin/repack.c:157
8210 msgid "pass --local to git-pack-objects"
8211 msgstr ""
8213 #: builtin/repack.c:158
8214 msgid "approxidate"
8215 msgstr ""
8217 #: builtin/repack.c:159
8218 msgid "with -A, do not loosen objects older than this"
8219 msgstr ""
8221 #: builtin/repack.c:161
8222 msgid "size of the window used for delta compression"
8223 msgstr ""
8225 #: builtin/repack.c:163
8226 msgid "same as the above, but limit memory size instead of entries count"
8227 msgstr ""
8229 #: builtin/repack.c:165
8230 msgid "limits the maximum delta depth"
8231 msgstr ""
8233 #: builtin/repack.c:167
8234 msgid "maximum size of each packfile"
8235 msgstr ""
8237 #: builtin/repack.c:345
8238 #, c-format
8239 msgid "removing '%s' failed"
8240 msgstr ""
8242 #: builtin/replace.c:17
8243 msgid "git replace [-f] <object> <replacement>"
8244 msgstr ""
8246 #: builtin/replace.c:18
8247 msgid "git replace -d <object>..."
8248 msgstr ""
8250 #: builtin/replace.c:19
8251 msgid "git replace -l [<pattern>]"
8252 msgstr ""
8254 #: builtin/replace.c:131
8255 msgid "list replace refs"
8256 msgstr ""
8258 #: builtin/replace.c:132
8259 msgid "delete replace refs"
8260 msgstr ""
8262 #: builtin/replace.c:133
8263 msgid "replace the ref if it exists"
8264 msgstr ""
8266 #: builtin/rerere.c:12
8267 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
8268 msgstr ""
8270 #: builtin/rerere.c:57
8271 msgid "register clean resolutions in index"
8272 msgstr ""
8274 #: builtin/reset.c:25
8275 msgid ""
8276 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8277 msgstr ""
8279 #: builtin/reset.c:26
8280 msgid "git reset [-q] <tree-ish> [--] <paths>..."
8281 msgstr ""
8283 #: builtin/reset.c:27
8284 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8285 msgstr ""
8287 #: builtin/reset.c:33
8288 msgid "mixed"
8289 msgstr ""
8291 #: builtin/reset.c:33
8292 msgid "soft"
8293 msgstr ""
8295 #: builtin/reset.c:33
8296 msgid "hard"
8297 msgstr ""
8299 #: builtin/reset.c:33
8300 msgid "merge"
8301 msgstr ""
8303 #: builtin/reset.c:33
8304 msgid "keep"
8305 msgstr ""
8307 #: builtin/reset.c:73
8308 msgid "You do not have a valid HEAD."
8309 msgstr ""
8311 #: builtin/reset.c:75
8312 msgid "Failed to find tree of HEAD."
8313 msgstr ""
8315 #: builtin/reset.c:81
8316 #, c-format
8317 msgid "Failed to find tree of %s."
8318 msgstr ""
8320 #: builtin/reset.c:99
8321 #, c-format
8322 msgid "HEAD is now at %s"
8323 msgstr ""
8325 #: builtin/reset.c:172
8326 #, c-format
8327 msgid "Cannot do a %s reset in the middle of a merge."
8328 msgstr ""
8330 #: builtin/reset.c:262
8331 msgid "be quiet, only report errors"
8332 msgstr ""
8334 #: builtin/reset.c:264
8335 msgid "reset HEAD and index"
8336 msgstr ""
8338 #: builtin/reset.c:265
8339 msgid "reset only HEAD"
8340 msgstr ""
8342 #: builtin/reset.c:267 builtin/reset.c:269
8343 msgid "reset HEAD, index and working tree"
8344 msgstr ""
8346 #: builtin/reset.c:271
8347 msgid "reset HEAD but keep local changes"
8348 msgstr ""
8350 #: builtin/reset.c:289
8351 #, c-format
8352 msgid "Failed to resolve '%s' as a valid revision."
8353 msgstr ""
8355 #: builtin/reset.c:292 builtin/reset.c:300
8356 #, c-format
8357 msgid "Could not parse object '%s'."
8358 msgstr ""
8360 #: builtin/reset.c:297
8361 #, c-format
8362 msgid "Failed to resolve '%s' as a valid tree."
8363 msgstr ""
8365 #: builtin/reset.c:306
8366 msgid "--patch is incompatible with --{hard,mixed,soft}"
8367 msgstr ""
8369 #: builtin/reset.c:315
8370 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8371 msgstr ""
8373 #: builtin/reset.c:317
8374 #, c-format
8375 msgid "Cannot do %s reset with paths."
8376 msgstr ""
8378 #: builtin/reset.c:327
8379 #, c-format
8380 msgid "%s reset is not allowed in a bare repository"
8381 msgstr ""
8383 #: builtin/reset.c:344
8384 msgid "Unstaged changes after reset:"
8385 msgstr ""
8387 #: builtin/reset.c:350
8388 #, c-format
8389 msgid "Could not reset index file to revision '%s'."
8390 msgstr ""
8392 #: builtin/reset.c:355
8393 msgid "Could not write new index file."
8394 msgstr ""
8396 #: builtin/rev-parse.c:345
8397 msgid "git rev-parse --parseopt [options] -- [<args>...]"
8398 msgstr ""
8400 #: builtin/rev-parse.c:350
8401 msgid "keep the `--` passed as an arg"
8402 msgstr ""
8404 #: builtin/rev-parse.c:352
8405 msgid "stop parsing after the first non-option argument"
8406 msgstr ""
8408 #: builtin/rev-parse.c:470
8409 msgid ""
8410 "git rev-parse --parseopt [options] -- [<args>...]\n"
8411 "   or: git rev-parse --sq-quote [<arg>...]\n"
8412 "   or: git rev-parse [options] [<arg>...]\n"
8413 "\n"
8414 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8415 msgstr ""
8417 #: builtin/revert.c:22
8418 msgid "git revert [options] <commit-ish>..."
8419 msgstr ""
8421 #: builtin/revert.c:23
8422 msgid "git revert <subcommand>"
8423 msgstr ""
8425 #: builtin/revert.c:28
8426 msgid "git cherry-pick [options] <commit-ish>..."
8427 msgstr ""
8429 #: builtin/revert.c:29
8430 msgid "git cherry-pick <subcommand>"
8431 msgstr ""
8433 #: builtin/revert.c:71
8434 #, c-format
8435 msgid "%s: %s cannot be used with %s"
8436 msgstr ""
8438 #: builtin/revert.c:80
8439 msgid "end revert or cherry-pick sequence"
8440 msgstr ""
8442 #: builtin/revert.c:81
8443 msgid "resume revert or cherry-pick sequence"
8444 msgstr ""
8446 #: builtin/revert.c:82
8447 msgid "cancel revert or cherry-pick sequence"
8448 msgstr ""
8450 #: builtin/revert.c:83
8451 msgid "don't automatically commit"
8452 msgstr ""
8454 #: builtin/revert.c:84
8455 msgid "edit the commit message"
8456 msgstr ""
8458 #: builtin/revert.c:87
8459 msgid "parent number"
8460 msgstr ""
8462 #: builtin/revert.c:89
8463 msgid "merge strategy"
8464 msgstr ""
8466 #: builtin/revert.c:90
8467 msgid "option"
8468 msgstr ""
8470 #: builtin/revert.c:91
8471 msgid "option for merge strategy"
8472 msgstr ""
8474 #: builtin/revert.c:102
8475 msgid "append commit name"
8476 msgstr ""
8478 #: builtin/revert.c:103
8479 msgid "allow fast-forward"
8480 msgstr ""
8482 #: builtin/revert.c:104
8483 msgid "preserve initially empty commits"
8484 msgstr ""
8486 #: builtin/revert.c:105
8487 msgid "allow commits with empty messages"
8488 msgstr ""
8490 #: builtin/revert.c:106
8491 msgid "keep redundant, empty commits"
8492 msgstr ""
8494 #: builtin/revert.c:110
8495 msgid "program error"
8496 msgstr ""
8498 #: builtin/revert.c:195
8499 msgid "revert failed"
8500 msgstr ""
8502 #: builtin/revert.c:210
8503 msgid "cherry-pick failed"
8504 msgstr ""
8506 #: builtin/rm.c:17
8507 msgid "git rm [options] [--] <file>..."
8508 msgstr ""
8510 #: builtin/rm.c:65
8511 msgid ""
8512 "the following submodule (or one of its nested submodules)\n"
8513 "uses a .git directory:"
8514 msgid_plural ""
8515 "the following submodules (or one of its nested submodules)\n"
8516 "use a .git directory:"
8517 msgstr[0] ""
8518 msgstr[1] ""
8520 #: builtin/rm.c:71
8521 msgid ""
8522 "\n"
8523 "(use 'rm -rf' if you really want to remove it including all of its history)"
8524 msgstr ""
8526 #: builtin/rm.c:231
8527 msgid ""
8528 "the following file has staged content different from both the\n"
8529 "file and the HEAD:"
8530 msgid_plural ""
8531 "the following files have staged content different from both the\n"
8532 "file and the HEAD:"
8533 msgstr[0] ""
8534 msgstr[1] ""
8536 #: builtin/rm.c:236
8537 msgid ""
8538 "\n"
8539 "(use -f to force removal)"
8540 msgstr ""
8542 #: builtin/rm.c:240
8543 msgid "the following file has changes staged in the index:"
8544 msgid_plural "the following files have changes staged in the index:"
8545 msgstr[0] ""
8546 msgstr[1] ""
8548 #: builtin/rm.c:244 builtin/rm.c:255
8549 msgid ""
8550 "\n"
8551 "(use --cached to keep the file, or -f to force removal)"
8552 msgstr ""
8554 #: builtin/rm.c:252
8555 msgid "the following file has local modifications:"
8556 msgid_plural "the following files have local modifications:"
8557 msgstr[0] ""
8558 msgstr[1] ""
8560 #: builtin/rm.c:270
8561 msgid "do not list removed files"
8562 msgstr ""
8564 #: builtin/rm.c:271
8565 msgid "only remove from the index"
8566 msgstr ""
8568 #: builtin/rm.c:272
8569 msgid "override the up-to-date check"
8570 msgstr ""
8572 #: builtin/rm.c:273
8573 msgid "allow recursive removal"
8574 msgstr ""
8576 #: builtin/rm.c:275
8577 msgid "exit with a zero status even if nothing matched"
8578 msgstr ""
8580 #: builtin/rm.c:336
8581 #, c-format
8582 msgid "not removing '%s' recursively without -r"
8583 msgstr ""
8585 #: builtin/rm.c:375
8586 #, c-format
8587 msgid "git rm: unable to remove %s"
8588 msgstr ""
8590 #: builtin/shortlog.c:13
8591 msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8592 msgstr ""
8594 #: builtin/shortlog.c:131
8595 #, c-format
8596 msgid "Missing author: %s"
8597 msgstr ""
8599 #: builtin/shortlog.c:230
8600 msgid "sort output according to the number of commits per author"
8601 msgstr ""
8603 #: builtin/shortlog.c:232
8604 msgid "Suppress commit descriptions, only provides commit count"
8605 msgstr ""
8607 #: builtin/shortlog.c:234
8608 msgid "Show the email address of each author"
8609 msgstr ""
8611 #: builtin/shortlog.c:235
8612 msgid "w[,i1[,i2]]"
8613 msgstr ""
8615 #: builtin/shortlog.c:236
8616 msgid "Linewrap output"
8617 msgstr ""
8619 #: builtin/show-branch.c:9
8620 msgid ""
8621 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
8622 "current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
8623 "independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
8624 "<glob>)...]"
8625 msgstr ""
8627 #: builtin/show-branch.c:10
8628 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
8629 msgstr ""
8631 #: builtin/show-branch.c:650
8632 msgid "show remote-tracking and local branches"
8633 msgstr ""
8635 #: builtin/show-branch.c:652
8636 msgid "show remote-tracking branches"
8637 msgstr ""
8639 #: builtin/show-branch.c:654
8640 msgid "color '*!+-' corresponding to the branch"
8641 msgstr ""
8643 #: builtin/show-branch.c:656
8644 msgid "show <n> more commits after the common ancestor"
8645 msgstr ""
8647 #: builtin/show-branch.c:658
8648 msgid "synonym to more=-1"
8649 msgstr ""
8651 #: builtin/show-branch.c:659
8652 msgid "suppress naming strings"
8653 msgstr ""
8655 #: builtin/show-branch.c:661
8656 msgid "include the current branch"
8657 msgstr ""
8659 #: builtin/show-branch.c:663
8660 msgid "name commits with their object names"
8661 msgstr ""
8663 #: builtin/show-branch.c:665
8664 msgid "show possible merge bases"
8665 msgstr ""
8667 #: builtin/show-branch.c:667
8668 msgid "show refs unreachable from any other ref"
8669 msgstr ""
8671 #: builtin/show-branch.c:669
8672 msgid "show commits in topological order"
8673 msgstr ""
8675 #: builtin/show-branch.c:672
8676 msgid "show only commits not on the first branch"
8677 msgstr ""
8679 #: builtin/show-branch.c:674
8680 msgid "show merges reachable from only one tip"
8681 msgstr ""
8683 #: builtin/show-branch.c:676
8684 msgid "topologically sort, maintaining date order where possible"
8685 msgstr ""
8687 #: builtin/show-branch.c:679
8688 msgid "<n>[,<base>]"
8689 msgstr ""
8691 #: builtin/show-branch.c:680
8692 msgid "show <n> most recent ref-log entries starting at base"
8693 msgstr ""
8695 #: builtin/show-ref.c:10
8696 msgid ""
8697 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8698 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8699 msgstr ""
8701 #: builtin/show-ref.c:11
8702 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8703 msgstr ""
8705 #: builtin/show-ref.c:168
8706 msgid "only show tags (can be combined with heads)"
8707 msgstr ""
8709 #: builtin/show-ref.c:169
8710 msgid "only show heads (can be combined with tags)"
8711 msgstr ""
8713 #: builtin/show-ref.c:170
8714 msgid "stricter reference checking, requires exact ref path"
8715 msgstr ""
8717 #: builtin/show-ref.c:173 builtin/show-ref.c:175
8718 msgid "show the HEAD reference, even if it would be filtered out"
8719 msgstr ""
8721 #: builtin/show-ref.c:177
8722 msgid "dereference tags into object IDs"
8723 msgstr ""
8725 #: builtin/show-ref.c:179
8726 msgid "only show SHA1 hash using <n> digits"
8727 msgstr ""
8729 #: builtin/show-ref.c:183
8730 msgid "do not print results to stdout (useful with --verify)"
8731 msgstr ""
8733 #: builtin/show-ref.c:185
8734 msgid "show refs from stdin that aren't in local repository"
8735 msgstr ""
8737 #: builtin/symbolic-ref.c:7
8738 msgid "git symbolic-ref [options] name [ref]"
8739 msgstr ""
8741 #: builtin/symbolic-ref.c:8
8742 msgid "git symbolic-ref -d [-q] name"
8743 msgstr ""
8745 #: builtin/symbolic-ref.c:40
8746 msgid "suppress error message for non-symbolic (detached) refs"
8747 msgstr ""
8749 #: builtin/symbolic-ref.c:41
8750 msgid "delete symbolic ref"
8751 msgstr ""
8753 #: builtin/symbolic-ref.c:42
8754 msgid "shorten ref output"
8755 msgstr ""
8757 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
8758 msgid "reason"
8759 msgstr ""
8761 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
8762 msgid "reason of the update"
8763 msgstr ""
8765 #: builtin/tag.c:22
8766 msgid ""
8767 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
8768 msgstr ""
8770 #: builtin/tag.c:23
8771 msgid "git tag -d <tagname>..."
8772 msgstr ""
8774 #: builtin/tag.c:24
8775 msgid ""
8776 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
8777 "\t\t[<pattern>...]"
8778 msgstr ""
8780 #: builtin/tag.c:26
8781 msgid "git tag -v <tagname>..."
8782 msgstr ""
8784 #: builtin/tag.c:60
8785 #, c-format
8786 msgid "malformed object at '%s'"
8787 msgstr ""
8789 #: builtin/tag.c:207
8790 #, c-format
8791 msgid "tag name too long: %.*s..."
8792 msgstr ""
8794 #: builtin/tag.c:212
8795 #, c-format
8796 msgid "tag '%s' not found."
8797 msgstr ""
8799 #: builtin/tag.c:227
8800 #, c-format
8801 msgid "Deleted tag '%s' (was %s)\n"
8802 msgstr ""
8804 #: builtin/tag.c:239
8805 #, c-format
8806 msgid "could not verify the tag '%s'"
8807 msgstr ""
8809 #: builtin/tag.c:249
8810 #, c-format
8811 msgid ""
8812 "\n"
8813 "Write a tag message\n"
8814 "Lines starting with '%c' will be ignored.\n"
8815 msgstr ""
8817 #: builtin/tag.c:253
8818 #, c-format
8819 msgid ""
8820 "\n"
8821 "Write a tag message\n"
8822 "Lines starting with '%c' will be kept; you may remove them yourself if you "
8823 "want to.\n"
8824 msgstr ""
8826 #: builtin/tag.c:292
8827 msgid "unable to sign the tag"
8828 msgstr ""
8830 #: builtin/tag.c:294
8831 msgid "unable to write tag file"
8832 msgstr ""
8834 #: builtin/tag.c:319
8835 msgid "bad object type."
8836 msgstr ""
8838 #: builtin/tag.c:332
8839 msgid "tag header too big."
8840 msgstr ""
8842 #: builtin/tag.c:368
8843 msgid "no tag message?"
8844 msgstr ""
8846 #: builtin/tag.c:374
8847 #, c-format
8848 msgid "The tag message has been left in %s\n"
8849 msgstr ""
8851 #: builtin/tag.c:423
8852 msgid "switch 'points-at' requires an object"
8853 msgstr ""
8855 #: builtin/tag.c:425
8856 #, c-format
8857 msgid "malformed object name '%s'"
8858 msgstr ""
8860 #: builtin/tag.c:445
8861 msgid "list tag names"
8862 msgstr ""
8864 #: builtin/tag.c:447
8865 msgid "print <n> lines of each tag message"
8866 msgstr ""
8868 #: builtin/tag.c:449
8869 msgid "delete tags"
8870 msgstr ""
8872 #: builtin/tag.c:450
8873 msgid "verify tags"
8874 msgstr ""
8876 #: builtin/tag.c:452
8877 msgid "Tag creation options"
8878 msgstr ""
8880 #: builtin/tag.c:454
8881 msgid "annotated tag, needs a message"
8882 msgstr ""
8884 #: builtin/tag.c:456
8885 msgid "tag message"
8886 msgstr ""
8888 #: builtin/tag.c:458
8889 msgid "annotated and GPG-signed tag"
8890 msgstr ""
8892 #: builtin/tag.c:462
8893 msgid "use another key to sign the tag"
8894 msgstr ""
8896 #: builtin/tag.c:463
8897 msgid "replace the tag if exists"
8898 msgstr ""
8900 #: builtin/tag.c:464
8901 msgid "show tag list in columns"
8902 msgstr ""
8904 #: builtin/tag.c:466
8905 msgid "Tag listing options"
8906 msgstr ""
8908 #: builtin/tag.c:469
8909 msgid "print only tags that contain the commit"
8910 msgstr ""
8912 #: builtin/tag.c:475
8913 msgid "print only tags of the object"
8914 msgstr ""
8916 #: builtin/tag.c:501
8917 msgid "--column and -n are incompatible"
8918 msgstr ""
8920 #: builtin/tag.c:518
8921 msgid "-n option is only allowed with -l."
8922 msgstr ""
8924 #: builtin/tag.c:520
8925 msgid "--contains option is only allowed with -l."
8926 msgstr ""
8928 #: builtin/tag.c:522
8929 msgid "--points-at option is only allowed with -l."
8930 msgstr ""
8932 #: builtin/tag.c:530
8933 msgid "only one -F or -m option is allowed."
8934 msgstr ""
8936 #: builtin/tag.c:550
8937 msgid "too many params"
8938 msgstr ""
8940 #: builtin/tag.c:556
8941 #, c-format
8942 msgid "'%s' is not a valid tag name."
8943 msgstr ""
8945 #: builtin/tag.c:561
8946 #, c-format
8947 msgid "tag '%s' already exists"
8948 msgstr ""
8950 #: builtin/tag.c:579
8951 #, c-format
8952 msgid "%s: cannot lock the ref"
8953 msgstr ""
8955 #: builtin/tag.c:581
8956 #, c-format
8957 msgid "%s: cannot update the ref"
8958 msgstr ""
8960 #: builtin/tag.c:583
8961 #, c-format
8962 msgid "Updated tag '%s' (was %s)\n"
8963 msgstr ""
8965 #: builtin/update-index.c:402
8966 msgid "git update-index [options] [--] [<file>...]"
8967 msgstr ""
8969 #: builtin/update-index.c:720
8970 msgid "continue refresh even when index needs update"
8971 msgstr ""
8973 #: builtin/update-index.c:723
8974 msgid "refresh: ignore submodules"
8975 msgstr ""
8977 #: builtin/update-index.c:726
8978 msgid "do not ignore new files"
8979 msgstr ""
8981 #: builtin/update-index.c:728
8982 msgid "let files replace directories and vice-versa"
8983 msgstr ""
8985 #: builtin/update-index.c:730
8986 msgid "notice files missing from worktree"
8987 msgstr ""
8989 #: builtin/update-index.c:732
8990 msgid "refresh even if index contains unmerged entries"
8991 msgstr ""
8993 #: builtin/update-index.c:735
8994 msgid "refresh stat information"
8995 msgstr ""
8997 #: builtin/update-index.c:739
8998 msgid "like --refresh, but ignore assume-unchanged setting"
8999 msgstr ""
9001 #: builtin/update-index.c:743
9002 msgid "<mode> <object> <path>"
9003 msgstr ""
9005 #: builtin/update-index.c:744
9006 msgid "add the specified entry to the index"
9007 msgstr ""
9009 #: builtin/update-index.c:748
9010 msgid "(+/-)x"
9011 msgstr ""
9013 #: builtin/update-index.c:749
9014 msgid "override the executable bit of the listed files"
9015 msgstr ""
9017 #: builtin/update-index.c:753
9018 msgid "mark files as \"not changing\""
9019 msgstr ""
9021 #: builtin/update-index.c:756
9022 msgid "clear assumed-unchanged bit"
9023 msgstr ""
9025 #: builtin/update-index.c:759
9026 msgid "mark files as \"index-only\""
9027 msgstr ""
9029 #: builtin/update-index.c:762
9030 msgid "clear skip-worktree bit"
9031 msgstr ""
9033 #: builtin/update-index.c:765
9034 msgid "add to index only; do not add content to object database"
9035 msgstr ""
9037 #: builtin/update-index.c:767
9038 msgid "remove named paths even if present in worktree"
9039 msgstr ""
9041 #: builtin/update-index.c:769
9042 msgid "with --stdin: input lines are terminated by null bytes"
9043 msgstr ""
9045 #: builtin/update-index.c:771
9046 msgid "read list of paths to be updated from standard input"
9047 msgstr ""
9049 #: builtin/update-index.c:775
9050 msgid "add entries from standard input to the index"
9051 msgstr ""
9053 #: builtin/update-index.c:779
9054 msgid "repopulate stages #2 and #3 for the listed paths"
9055 msgstr ""
9057 #: builtin/update-index.c:783
9058 msgid "only update entries that differ from HEAD"
9059 msgstr ""
9061 #: builtin/update-index.c:787
9062 msgid "ignore files missing from worktree"
9063 msgstr ""
9065 #: builtin/update-index.c:790
9066 msgid "report actions to standard output"
9067 msgstr ""
9069 #: builtin/update-index.c:792
9070 msgid "(for porcelains) forget saved unresolved conflicts"
9071 msgstr ""
9073 #: builtin/update-index.c:796
9074 msgid "write index in this format"
9075 msgstr ""
9077 #: builtin/update-ref.c:9
9078 msgid "git update-ref [options] -d <refname> [<oldval>]"
9079 msgstr ""
9081 #: builtin/update-ref.c:10
9082 msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
9083 msgstr ""
9085 #: builtin/update-ref.c:11
9086 msgid "git update-ref [options] --stdin [-z]"
9087 msgstr ""
9089 #: builtin/update-ref.c:255
9090 msgid "delete the reference"
9091 msgstr ""
9093 #: builtin/update-ref.c:257
9094 msgid "update <refname> not the one it points to"
9095 msgstr ""
9097 #: builtin/update-ref.c:258
9098 msgid "stdin has NUL-terminated arguments"
9099 msgstr ""
9101 #: builtin/update-ref.c:259
9102 msgid "read updates from stdin"
9103 msgstr ""
9105 #: builtin/update-server-info.c:6
9106 msgid "git update-server-info [--force]"
9107 msgstr ""
9109 #: builtin/update-server-info.c:14
9110 msgid "update the info files from scratch"
9111 msgstr ""
9113 #: builtin/verify-pack.c:56
9114 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
9115 msgstr ""
9117 #: builtin/verify-pack.c:66
9118 msgid "verbose"
9119 msgstr ""
9121 #: builtin/verify-pack.c:68
9122 msgid "show statistics only"
9123 msgstr ""
9125 #: builtin/verify-tag.c:17
9126 msgid "git verify-tag [-v|--verbose] <tag>..."
9127 msgstr ""
9129 #: builtin/verify-tag.c:73
9130 msgid "print tag contents"
9131 msgstr ""
9133 #: builtin/write-tree.c:13
9134 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9135 msgstr ""
9137 #: builtin/write-tree.c:26
9138 msgid "<prefix>/"
9139 msgstr ""
9141 #: builtin/write-tree.c:27
9142 msgid "write tree object for a subdirectory <prefix>"
9143 msgstr ""
9145 #: builtin/write-tree.c:30
9146 msgid "only useful for debugging"
9147 msgstr ""
9149 #: git.c:17
9150 msgid ""
9151 "'git help -a' and 'git help -g' lists available subcommands and some\n"
9152 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
9153 "to read about a specific subcommand or concept."
9154 msgstr ""
9156 #: parse-options.h:146
9157 msgid "expiry date"
9158 msgstr ""
9160 #: parse-options.h:161
9161 msgid "no-op (backward compatibility)"
9162 msgstr ""
9164 #: parse-options.h:238
9165 msgid "be more verbose"
9166 msgstr ""
9168 #: parse-options.h:240
9169 msgid "be more quiet"
9170 msgstr ""
9172 #: parse-options.h:246
9173 msgid "use <n> digits to display SHA-1s"
9174 msgstr ""
9176 #: common-cmds.h:8
9177 msgid "Add file contents to the index"
9178 msgstr ""
9180 #: common-cmds.h:9
9181 msgid "Find by binary search the change that introduced a bug"
9182 msgstr ""
9184 #: common-cmds.h:10
9185 msgid "List, create, or delete branches"
9186 msgstr ""
9188 #: common-cmds.h:11
9189 msgid "Checkout a branch or paths to the working tree"
9190 msgstr ""
9192 #: common-cmds.h:12
9193 msgid "Clone a repository into a new directory"
9194 msgstr ""
9196 #: common-cmds.h:13
9197 msgid "Record changes to the repository"
9198 msgstr ""
9200 #: common-cmds.h:14
9201 msgid "Show changes between commits, commit and working tree, etc"
9202 msgstr ""
9204 #: common-cmds.h:15
9205 msgid "Download objects and refs from another repository"
9206 msgstr ""
9208 #: common-cmds.h:16
9209 msgid "Print lines matching a pattern"
9210 msgstr ""
9212 #: common-cmds.h:17
9213 msgid "Create an empty Git repository or reinitialize an existing one"
9214 msgstr ""
9216 #: common-cmds.h:18
9217 msgid "Show commit logs"
9218 msgstr ""
9220 #: common-cmds.h:19
9221 msgid "Join two or more development histories together"
9222 msgstr ""
9224 #: common-cmds.h:20
9225 msgid "Move or rename a file, a directory, or a symlink"
9226 msgstr ""
9228 #: common-cmds.h:21
9229 msgid "Fetch from and integrate with another repository or a local branch"
9230 msgstr ""
9232 #: common-cmds.h:22
9233 msgid "Update remote refs along with associated objects"
9234 msgstr ""
9236 #: common-cmds.h:23
9237 msgid "Forward-port local commits to the updated upstream head"
9238 msgstr ""
9240 #: common-cmds.h:24
9241 msgid "Reset current HEAD to the specified state"
9242 msgstr ""
9244 #: common-cmds.h:25
9245 msgid "Remove files from the working tree and from the index"
9246 msgstr ""
9248 #: common-cmds.h:26
9249 msgid "Show various types of objects"
9250 msgstr ""
9252 #: common-cmds.h:27
9253 msgid "Show the working tree status"
9254 msgstr ""
9256 #: common-cmds.h:28
9257 msgid "Create, list, delete or verify a tag object signed with GPG"
9258 msgstr ""
9260 #: git-am.sh:50
9261 msgid "You need to set your committer info first"
9262 msgstr ""
9264 #: git-am.sh:95
9265 msgid ""
9266 "You seem to have moved HEAD since the last 'am' failure.\n"
9267 "Not rewinding to ORIG_HEAD"
9268 msgstr ""
9270 #: git-am.sh:105
9271 #, sh-format
9272 msgid ""
9273 "When you have resolved this problem, run \"$cmdline --continue\".\n"
9274 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
9275 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
9276 msgstr ""
9278 #: git-am.sh:121
9279 msgid "Cannot fall back to three-way merge."
9280 msgstr ""
9282 #: git-am.sh:137
9283 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9284 msgstr ""
9286 #: git-am.sh:139
9287 msgid "Using index info to reconstruct a base tree..."
9288 msgstr ""
9290 #: git-am.sh:154
9291 msgid ""
9292 "Did you hand edit your patch?\n"
9293 "It does not apply to blobs recorded in its index."
9294 msgstr ""
9296 #: git-am.sh:163
9297 msgid "Falling back to patching base and 3-way merge..."
9298 msgstr ""
9300 #: git-am.sh:179
9301 msgid "Failed to merge in the changes."
9302 msgstr ""
9304 #: git-am.sh:274
9305 msgid "Only one StGIT patch series can be applied at once"
9306 msgstr ""
9308 #: git-am.sh:361
9309 #, sh-format
9310 msgid "Patch format $patch_format is not supported."
9311 msgstr ""
9313 #: git-am.sh:363
9314 msgid "Patch format detection failed."
9315 msgstr ""
9317 #: git-am.sh:389
9318 msgid ""
9319 "The -b/--binary option has been a no-op for long time, and\n"
9320 "it will be removed. Please do not use it anymore."
9321 msgstr ""
9323 #: git-am.sh:479
9324 #, sh-format
9325 msgid "previous rebase directory $dotest still exists but mbox given."
9326 msgstr ""
9328 #: git-am.sh:484
9329 msgid "Please make up your mind. --skip or --abort?"
9330 msgstr ""
9332 #: git-am.sh:520
9333 #, sh-format
9334 msgid ""
9335 "Stray $dotest directory found.\n"
9336 "Use \"git am --abort\" to remove it."
9337 msgstr ""
9339 #: git-am.sh:528
9340 msgid "Resolve operation not in progress, we are not resuming."
9341 msgstr ""
9343 #: git-am.sh:594
9344 #, sh-format
9345 msgid "Dirty index: cannot apply patches (dirty: $files)"
9346 msgstr ""
9348 #: git-am.sh:698
9349 #, sh-format
9350 msgid ""
9351 "Patch is empty.  Was it split wrong?\n"
9352 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9353 "To restore the original branch and stop patching run \"$cmdline --abort\"."
9354 msgstr ""
9356 #: git-am.sh:725
9357 msgid "Patch does not have a valid e-mail address."
9358 msgstr ""
9360 #: git-am.sh:772
9361 msgid "cannot be interactive without stdin connected to a terminal."
9362 msgstr ""
9364 #: git-am.sh:776
9365 msgid "Commit Body is:"
9366 msgstr ""
9368 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9369 #. in your translation. The program will only accept English
9370 #. input at this point.
9371 #: git-am.sh:783
9372 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9373 msgstr ""
9375 #: git-am.sh:819
9376 #, sh-format
9377 msgid "Applying: $FIRSTLINE"
9378 msgstr ""
9380 #: git-am.sh:840
9381 msgid ""
9382 "No changes - did you forget to use 'git add'?\n"
9383 "If there is nothing left to stage, chances are that something else\n"
9384 "already introduced the same changes; you might want to skip this patch."
9385 msgstr ""
9387 #: git-am.sh:848
9388 msgid ""
9389 "You still have unmerged paths in your index\n"
9390 "did you forget to use 'git add'?"
9391 msgstr ""
9393 #: git-am.sh:864
9394 msgid "No changes -- Patch already applied."
9395 msgstr ""
9397 #: git-am.sh:874
9398 #, sh-format
9399 msgid "Patch failed at $msgnum $FIRSTLINE"
9400 msgstr ""
9402 #: git-am.sh:877
9403 #, sh-format
9404 msgid ""
9405 "The copy of the patch that failed is found in:\n"
9406 "   $dotest/patch"
9407 msgstr ""
9409 #: git-am.sh:895
9410 msgid "applying to an empty history"
9411 msgstr ""
9413 #: git-bisect.sh:48
9414 msgid "You need to start by \"git bisect start\""
9415 msgstr ""
9417 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9418 #. translation. The program will only accept English input
9419 #. at this point.
9420 #: git-bisect.sh:54
9421 msgid "Do you want me to do it for you [Y/n]? "
9422 msgstr ""
9424 #: git-bisect.sh:95
9425 #, sh-format
9426 msgid "unrecognised option: '$arg'"
9427 msgstr ""
9429 #: git-bisect.sh:99
9430 #, sh-format
9431 msgid "'$arg' does not appear to be a valid revision"
9432 msgstr ""
9434 #: git-bisect.sh:117
9435 msgid "Bad HEAD - I need a HEAD"
9436 msgstr ""
9438 #: git-bisect.sh:130
9439 #, sh-format
9440 msgid ""
9441 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9442 msgstr ""
9444 #: git-bisect.sh:140
9445 msgid "won't bisect on seeked tree"
9446 msgstr ""
9448 #: git-bisect.sh:144
9449 msgid "Bad HEAD - strange symbolic ref"
9450 msgstr ""
9452 #: git-bisect.sh:189
9453 #, sh-format
9454 msgid "Bad bisect_write argument: $state"
9455 msgstr ""
9457 #: git-bisect.sh:218
9458 #, sh-format
9459 msgid "Bad rev input: $arg"
9460 msgstr ""
9462 #: git-bisect.sh:232
9463 msgid "Please call 'bisect_state' with at least one argument."
9464 msgstr ""
9466 #: git-bisect.sh:244
9467 #, sh-format
9468 msgid "Bad rev input: $rev"
9469 msgstr ""
9471 #: git-bisect.sh:250
9472 msgid "'git bisect bad' can take only one argument."
9473 msgstr ""
9475 #. have bad but not good.  we could bisect although
9476 #. this is less optimum.
9477 #: git-bisect.sh:273
9478 msgid "Warning: bisecting only with a bad commit."
9479 msgstr ""
9481 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9482 #. translation. The program will only accept English input
9483 #. at this point.
9484 #: git-bisect.sh:279
9485 msgid "Are you sure [Y/n]? "
9486 msgstr ""
9488 #: git-bisect.sh:289
9489 msgid ""
9490 "You need to give me at least one good and one bad revisions.\n"
9491 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9492 msgstr ""
9494 #: git-bisect.sh:292
9495 msgid ""
9496 "You need to start by \"git bisect start\".\n"
9497 "You then need to give me at least one good and one bad revisions.\n"
9498 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9499 msgstr ""
9501 #: git-bisect.sh:363 git-bisect.sh:490
9502 msgid "We are not bisecting."
9503 msgstr ""
9505 #: git-bisect.sh:370
9506 #, sh-format
9507 msgid "'$invalid' is not a valid commit"
9508 msgstr ""
9510 #: git-bisect.sh:379
9511 #, sh-format
9512 msgid ""
9513 "Could not check out original HEAD '$branch'.\n"
9514 "Try 'git bisect reset <commit>'."
9515 msgstr ""
9517 #: git-bisect.sh:406
9518 msgid "No logfile given"
9519 msgstr ""
9521 #: git-bisect.sh:407
9522 #, sh-format
9523 msgid "cannot read $file for replaying"
9524 msgstr ""
9526 #: git-bisect.sh:424
9527 msgid "?? what are you talking about?"
9528 msgstr ""
9530 #: git-bisect.sh:436
9531 #, sh-format
9532 msgid "running $command"
9533 msgstr ""
9535 #: git-bisect.sh:443
9536 #, sh-format
9537 msgid ""
9538 "bisect run failed:\n"
9539 "exit code $res from '$command' is < 0 or >= 128"
9540 msgstr ""
9542 #: git-bisect.sh:469
9543 msgid "bisect run cannot continue any more"
9544 msgstr ""
9546 #: git-bisect.sh:475
9547 #, sh-format
9548 msgid ""
9549 "bisect run failed:\n"
9550 "'bisect_state $state' exited with error code $res"
9551 msgstr ""
9553 #: git-bisect.sh:482
9554 msgid "bisect run success"
9555 msgstr ""
9557 #: git-pull.sh:21
9558 msgid ""
9559 "Pull is not possible because you have unmerged files.\n"
9560 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
9561 "as appropriate to mark resolution, or use 'git commit -a'."
9562 msgstr ""
9564 #: git-pull.sh:25
9565 msgid "Pull is not possible because you have unmerged files."
9566 msgstr ""
9568 #: git-pull.sh:223
9569 msgid "updating an unborn branch with changes added to the index"
9570 msgstr ""
9572 #. The fetch involved updating the current branch.
9573 #. The working tree and the index file is still based on the
9574 #. $orig_head commit, but we are merging into $curr_head.
9575 #. First update the working tree to match $curr_head.
9576 #: git-pull.sh:255
9577 #, sh-format
9578 msgid ""
9579 "Warning: fetch updated the current branch head.\n"
9580 "Warning: fast-forwarding your working tree from\n"
9581 "Warning: commit $orig_head."
9582 msgstr ""
9584 #: git-pull.sh:280
9585 msgid "Cannot merge multiple branches into empty head"
9586 msgstr ""
9588 #: git-pull.sh:284
9589 msgid "Cannot rebase onto multiple branches"
9590 msgstr ""
9592 #: git-rebase.sh:54
9593 msgid ""
9594 "When you have resolved this problem, run \"git rebase --continue\".\n"
9595 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
9596 "To check out the original branch and stop rebasing, run \"git rebase --abort"
9597 "\"."
9598 msgstr ""
9600 #: git-rebase.sh:156
9601 msgid "Applied autostash."
9602 msgstr ""
9604 #: git-rebase.sh:159
9605 #, sh-format
9606 msgid "Cannot store $stash_sha1"
9607 msgstr ""
9609 #: git-rebase.sh:160
9610 msgid ""
9611 "Applying autostash resulted in conflicts.\n"
9612 "Your changes are safe in the stash.\n"
9613 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
9614 msgstr ""
9616 #: git-rebase.sh:199
9617 msgid "The pre-rebase hook refused to rebase."
9618 msgstr ""
9620 #: git-rebase.sh:204
9621 msgid "It looks like git-am is in progress. Cannot rebase."
9622 msgstr ""
9624 #: git-rebase.sh:338
9625 msgid "The --exec option must be used with the --interactive option"
9626 msgstr ""
9628 #: git-rebase.sh:343
9629 msgid "No rebase in progress?"
9630 msgstr ""
9632 #: git-rebase.sh:354
9633 msgid "The --edit-todo action can only be used during interactive rebase."
9634 msgstr ""
9636 #: git-rebase.sh:361
9637 msgid "Cannot read HEAD"
9638 msgstr ""
9640 #: git-rebase.sh:364
9641 msgid ""
9642 "You must edit all merge conflicts and then\n"
9643 "mark them as resolved using git add"
9644 msgstr ""
9646 #: git-rebase.sh:382
9647 #, sh-format
9648 msgid "Could not move back to $head_name"
9649 msgstr ""
9651 #: git-rebase.sh:401
9652 #, sh-format
9653 msgid ""
9654 "It seems that there is already a $state_dir_base directory, and\n"
9655 "I wonder if you are in the middle of another rebase.  If that is the\n"
9656 "case, please try\n"
9657 "\t$cmd_live_rebase\n"
9658 "If that is not the case, please\n"
9659 "\t$cmd_clear_stale_rebase\n"
9660 "and run me again.  I am stopping in case you still have something\n"
9661 "valuable there."
9662 msgstr ""
9664 #: git-rebase.sh:446
9665 #, sh-format
9666 msgid "invalid upstream $upstream_name"
9667 msgstr ""
9669 #: git-rebase.sh:470
9670 #, sh-format
9671 msgid "$onto_name: there are more than one merge bases"
9672 msgstr ""
9674 #: git-rebase.sh:473 git-rebase.sh:477
9675 #, sh-format
9676 msgid "$onto_name: there is no merge base"
9677 msgstr ""
9679 #: git-rebase.sh:482
9680 #, sh-format
9681 msgid "Does not point to a valid commit: $onto_name"
9682 msgstr ""
9684 #: git-rebase.sh:505
9685 #, sh-format
9686 msgid "fatal: no such branch: $branch_name"
9687 msgstr ""
9689 #: git-rebase.sh:528
9690 msgid "Cannot autostash"
9691 msgstr ""
9693 #: git-rebase.sh:533
9694 #, sh-format
9695 msgid "Created autostash: $stash_abbrev"
9696 msgstr ""
9698 #: git-rebase.sh:537
9699 msgid "Please commit or stash them."
9700 msgstr ""
9702 #: git-rebase.sh:557
9703 #, sh-format
9704 msgid "Current branch $branch_name is up to date."
9705 msgstr ""
9707 #: git-rebase.sh:561
9708 #, sh-format
9709 msgid "Current branch $branch_name is up to date, rebase forced."
9710 msgstr ""
9712 #: git-rebase.sh:572
9713 #, sh-format
9714 msgid "Changes from $mb to $onto:"
9715 msgstr ""
9717 #. Detach HEAD and reset the tree
9718 #: git-rebase.sh:581
9719 msgid "First, rewinding head to replay your work on top of it..."
9720 msgstr ""
9722 #: git-rebase.sh:591
9723 #, sh-format
9724 msgid "Fast-forwarded $branch_name to $onto_name."
9725 msgstr ""
9727 #: git-stash.sh:51
9728 msgid "git stash clear with parameters is unimplemented"
9729 msgstr ""
9731 #: git-stash.sh:74
9732 msgid "You do not have the initial commit yet"
9733 msgstr ""
9735 #: git-stash.sh:89
9736 msgid "Cannot save the current index state"
9737 msgstr ""
9739 #: git-stash.sh:123 git-stash.sh:136
9740 msgid "Cannot save the current worktree state"
9741 msgstr ""
9743 #: git-stash.sh:140
9744 msgid "No changes selected"
9745 msgstr ""
9747 #: git-stash.sh:143
9748 msgid "Cannot remove temporary index (can't happen)"
9749 msgstr ""
9751 #: git-stash.sh:156
9752 msgid "Cannot record working tree state"
9753 msgstr ""
9755 #: git-stash.sh:190
9756 #, sh-format
9757 msgid "Cannot update $ref_stash with $w_commit"
9758 msgstr ""
9760 #. TRANSLATORS: $option is an invalid option, like
9761 #. `--blah-blah'. The 7 spaces at the beginning of the
9762 #. second line correspond to "error: ". So you should line
9763 #. up the second line with however many characters the
9764 #. translation of "error: " takes in your language. E.g. in
9765 #. English this is:
9767 #. $ git stash save --blah-blah 2>&1 | head -n 2
9768 #. error: unknown option for 'stash save': --blah-blah
9769 #. To provide a message, use git stash save -- '--blah-blah'
9770 #: git-stash.sh:237
9771 #, sh-format
9772 msgid ""
9773 "error: unknown option for 'stash save': $option\n"
9774 "       To provide a message, use git stash save -- '$option'"
9775 msgstr ""
9777 #: git-stash.sh:258
9778 msgid "No local changes to save"
9779 msgstr ""
9781 #: git-stash.sh:262
9782 msgid "Cannot initialize stash"
9783 msgstr ""
9785 #: git-stash.sh:266
9786 msgid "Cannot save the current status"
9787 msgstr ""
9789 #: git-stash.sh:284
9790 msgid "Cannot remove worktree changes"
9791 msgstr ""
9793 #: git-stash.sh:383
9794 msgid "No stash found."
9795 msgstr ""
9797 #: git-stash.sh:390
9798 #, sh-format
9799 msgid "Too many revisions specified: $REV"
9800 msgstr ""
9802 #: git-stash.sh:396
9803 #, sh-format
9804 msgid "$reference is not valid reference"
9805 msgstr ""
9807 #: git-stash.sh:424
9808 #, sh-format
9809 msgid "'$args' is not a stash-like commit"
9810 msgstr ""
9812 #: git-stash.sh:435
9813 #, sh-format
9814 msgid "'$args' is not a stash reference"
9815 msgstr ""
9817 #: git-stash.sh:443
9818 msgid "unable to refresh index"
9819 msgstr ""
9821 #: git-stash.sh:447
9822 msgid "Cannot apply a stash in the middle of a merge"
9823 msgstr ""
9825 #: git-stash.sh:455
9826 msgid "Conflicts in index. Try without --index."
9827 msgstr ""
9829 #: git-stash.sh:457
9830 msgid "Could not save index tree"
9831 msgstr ""
9833 #: git-stash.sh:491
9834 msgid "Cannot unstage modified files"
9835 msgstr ""
9837 #: git-stash.sh:506
9838 msgid "Index was not unstashed."
9839 msgstr ""
9841 #: git-stash.sh:523
9842 #, sh-format
9843 msgid "Dropped ${REV} ($s)"
9844 msgstr ""
9846 #: git-stash.sh:524
9847 #, sh-format
9848 msgid "${REV}: Could not drop stash entry"
9849 msgstr ""
9851 #: git-stash.sh:531
9852 msgid "No branch name specified"
9853 msgstr ""
9855 #: git-stash.sh:603
9856 msgid "(To restore them type \"git stash apply\")"
9857 msgstr ""
9859 #: git-submodule.sh:95
9860 #, sh-format
9861 msgid "cannot strip one component off url '$remoteurl'"
9862 msgstr ""
9864 #: git-submodule.sh:237
9865 #, sh-format
9866 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
9867 msgstr ""
9869 #: git-submodule.sh:281
9870 #, sh-format
9871 msgid "Clone of '$url' into submodule path '$sm_path' failed"
9872 msgstr ""
9874 #: git-submodule.sh:293
9875 #, sh-format
9876 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
9877 msgstr ""
9879 #: git-submodule.sh:403
9880 msgid "Relative path can only be used from the toplevel of the working tree"
9881 msgstr ""
9883 #: git-submodule.sh:413
9884 #, sh-format
9885 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
9886 msgstr ""
9888 #: git-submodule.sh:430
9889 #, sh-format
9890 msgid "'$sm_path' already exists in the index"
9891 msgstr ""
9893 #: git-submodule.sh:434
9894 #, sh-format
9895 msgid ""
9896 "The following path is ignored by one of your .gitignore files:\n"
9897 "$sm_path\n"
9898 "Use -f if you really want to add it."
9899 msgstr ""
9901 #: git-submodule.sh:452
9902 #, sh-format
9903 msgid "Adding existing repo at '$sm_path' to the index"
9904 msgstr ""
9906 #: git-submodule.sh:454
9907 #, sh-format
9908 msgid "'$sm_path' already exists and is not a valid git repo"
9909 msgstr ""
9911 #: git-submodule.sh:462
9912 #, sh-format
9913 msgid "A git directory for '$sm_name' is found locally with remote(s):"
9914 msgstr ""
9916 #: git-submodule.sh:464
9917 #, sh-format
9918 msgid ""
9919 "If you want to reuse this local git directory instead of cloning again from"
9920 msgstr ""
9922 #: git-submodule.sh:466
9923 #, sh-format
9924 msgid ""
9925 "use the '--force' option. If the local git directory is not the correct repo"
9926 msgstr ""
9928 #: git-submodule.sh:467
9929 #, sh-format
9930 msgid ""
9931 "or you are unsure what this means choose another name with the '--name' "
9932 "option."
9933 msgstr ""
9935 #: git-submodule.sh:469
9936 #, sh-format
9937 msgid "Reactivating local git directory for submodule '$sm_name'."
9938 msgstr ""
9940 #: git-submodule.sh:481
9941 #, sh-format
9942 msgid "Unable to checkout submodule '$sm_path'"
9943 msgstr ""
9945 #: git-submodule.sh:486
9946 #, sh-format
9947 msgid "Failed to add submodule '$sm_path'"
9948 msgstr ""
9950 #: git-submodule.sh:495
9951 #, sh-format
9952 msgid "Failed to register submodule '$sm_path'"
9953 msgstr ""
9955 #: git-submodule.sh:539
9956 #, sh-format
9957 msgid "Entering '$prefix$displaypath'"
9958 msgstr ""
9960 #: git-submodule.sh:554
9961 #, sh-format
9962 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
9963 msgstr ""
9965 #: git-submodule.sh:600
9966 #, sh-format
9967 msgid "No url found for submodule path '$displaypath' in .gitmodules"
9968 msgstr ""
9970 #: git-submodule.sh:609
9971 #, sh-format
9972 msgid "Failed to register url for submodule path '$displaypath'"
9973 msgstr ""
9975 #: git-submodule.sh:611
9976 #, sh-format
9977 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
9978 msgstr ""
9980 #: git-submodule.sh:619
9981 #, sh-format
9982 msgid "Failed to register update mode for submodule path '$displaypath'"
9983 msgstr ""
9985 #: git-submodule.sh:656
9986 #, sh-format
9987 msgid "Use '.' if you really want to deinitialize all submodules"
9988 msgstr ""
9990 #: git-submodule.sh:673
9991 #, sh-format
9992 msgid "Submodule work tree '$displaypath' contains a .git directory"
9993 msgstr ""
9995 #: git-submodule.sh:674
9996 #, sh-format
9997 msgid ""
9998 "(use 'rm -rf' if you really want to remove it including all of its history)"
9999 msgstr ""
10001 #: git-submodule.sh:680
10002 #, sh-format
10003 msgid ""
10004 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10005 "discard them"
10006 msgstr ""
10008 #: git-submodule.sh:683
10009 #, sh-format
10010 msgid "Cleared directory '$displaypath'"
10011 msgstr ""
10013 #: git-submodule.sh:684
10014 #, sh-format
10015 msgid "Could not remove submodule work tree '$displaypath'"
10016 msgstr ""
10018 #: git-submodule.sh:687
10019 #, sh-format
10020 msgid "Could not create empty submodule directory '$displaypath'"
10021 msgstr ""
10023 #: git-submodule.sh:696
10024 #, sh-format
10025 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10026 msgstr ""
10028 #: git-submodule.sh:811
10029 #, sh-format
10030 msgid ""
10031 "Submodule path '$displaypath' not initialized\n"
10032 "Maybe you want to use 'update --init'?"
10033 msgstr ""
10035 #: git-submodule.sh:824
10036 #, sh-format
10037 msgid "Unable to find current revision in submodule path '$displaypath'"
10038 msgstr ""
10040 #: git-submodule.sh:833
10041 #, sh-format
10042 msgid "Unable to fetch in submodule path '$sm_path'"
10043 msgstr ""
10045 #: git-submodule.sh:857
10046 #, sh-format
10047 msgid "Unable to fetch in submodule path '$displaypath'"
10048 msgstr ""
10050 #: git-submodule.sh:871
10051 #, sh-format
10052 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10053 msgstr ""
10055 #: git-submodule.sh:872
10056 #, sh-format
10057 msgid "Submodule path '$displaypath': rebased into '$sha1'"
10058 msgstr ""
10060 #: git-submodule.sh:877
10061 #, sh-format
10062 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10063 msgstr ""
10065 #: git-submodule.sh:878
10066 #, sh-format
10067 msgid "Submodule path '$displaypath': merged in '$sha1'"
10068 msgstr ""
10070 #: git-submodule.sh:883
10071 #, sh-format
10072 msgid ""
10073 "Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
10074 msgstr ""
10076 #: git-submodule.sh:884
10077 #, sh-format
10078 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10079 msgstr ""
10081 #: git-submodule.sh:889
10082 #, sh-format
10083 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10084 msgstr ""
10086 #: git-submodule.sh:890
10087 #, sh-format
10088 msgid "Submodule path '$displaypath': checked out '$sha1'"
10089 msgstr ""
10091 #: git-submodule.sh:917
10092 #, sh-format
10093 msgid "Failed to recurse into submodule path '$displaypath'"
10094 msgstr ""
10096 #: git-submodule.sh:1025
10097 msgid "The --cached option cannot be used with the --files option"
10098 msgstr ""
10100 #. unexpected type
10101 #: git-submodule.sh:1073
10102 #, sh-format
10103 msgid "unexpected mode $mod_dst"
10104 msgstr ""
10106 #: git-submodule.sh:1093
10107 #, sh-format
10108 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
10109 msgstr ""
10111 #: git-submodule.sh:1096
10112 #, sh-format
10113 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
10114 msgstr ""
10116 #: git-submodule.sh:1099
10117 #, sh-format
10118 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10119 msgstr ""
10121 #: git-submodule.sh:1124
10122 msgid "blob"
10123 msgstr ""
10125 #: git-submodule.sh:1238
10126 #, sh-format
10127 msgid "Failed to recurse into submodule path '$sm_path'"
10128 msgstr ""
10130 #: git-submodule.sh:1302
10131 #, sh-format
10132 msgid "Synchronizing submodule url for '$displaypath'"
10133 msgstr ""