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