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