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