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