Imported Upstream version 2.10.0
[platform/upstream/git.git] / po / git.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2016-08-27 23:21+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:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
25
26 #: advice.c:83
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:85
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:87
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:89
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:91
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:93
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:101
52 msgid ""
53 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54 "as appropriate to mark resolution and make a commit."
55 msgstr ""
56
57 #: advice.c:109
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:114 builtin/merge.c:1181
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:116
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:117
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:123
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 "  git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
88
89 #: archive.c:12
90 msgid "git archive [<options>] <tree-ish> [<path>...]"
91 msgstr ""
92
93 #: archive.c:13
94 msgid "git archive --list"
95 msgstr ""
96
97 #: archive.c:14
98 msgid ""
99 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
100 msgstr ""
101
102 #: archive.c:15
103 msgid "git archive --remote <repo> [--exec <cmd>] --list"
104 msgstr ""
105
106 #: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
107 #, c-format
108 msgid "pathspec '%s' did not match any files"
109 msgstr ""
110
111 #: archive.c:429
112 msgid "fmt"
113 msgstr ""
114
115 #: archive.c:429
116 msgid "archive format"
117 msgstr ""
118
119 #: archive.c:430 builtin/log.c:1422
120 msgid "prefix"
121 msgstr ""
122
123 #: archive.c:431
124 msgid "prepend prefix to each pathname in the archive"
125 msgstr ""
126
127 #: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553
128 #: builtin/blame.c:2554 builtin/config.c:59 builtin/fast-export.c:987
129 #: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100
130 #: builtin/ls-files.c:460 builtin/ls-files.c:463 builtin/notes.c:399
131 #: builtin/notes.c:562 builtin/read-tree.c:109 parse-options.h:153
132 msgid "file"
133 msgstr ""
134
135 #: archive.c:433 builtin/archive.c:89
136 msgid "write the archive to this file"
137 msgstr ""
138
139 #: archive.c:435
140 msgid "read .gitattributes in working directory"
141 msgstr ""
142
143 #: archive.c:436
144 msgid "report archived files on stderr"
145 msgstr ""
146
147 #: archive.c:437
148 msgid "store only"
149 msgstr ""
150
151 #: archive.c:438
152 msgid "compress faster"
153 msgstr ""
154
155 #: archive.c:446
156 msgid "compress better"
157 msgstr ""
158
159 #: archive.c:449
160 msgid "list supported archive formats"
161 msgstr ""
162
163 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
164 #: builtin/submodule--helper.c:832
165 msgid "repo"
166 msgstr ""
167
168 #: archive.c:452 builtin/archive.c:91
169 msgid "retrieve the archive from remote repository <repo>"
170 msgstr ""
171
172 #: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
173 msgid "command"
174 msgstr ""
175
176 #: archive.c:454 builtin/archive.c:93
177 msgid "path to the remote git-upload-archive command"
178 msgstr ""
179
180 #: archive.c:461
181 msgid "Unexpected option --remote"
182 msgstr ""
183
184 #: archive.c:463
185 msgid "Option --exec can only be used together with --remote"
186 msgstr ""
187
188 #: archive.c:465
189 msgid "Unexpected option --output"
190 msgstr ""
191
192 #: archive.c:487
193 #, c-format
194 msgid "Unknown archive format '%s'"
195 msgstr ""
196
197 #: archive.c:494
198 #, c-format
199 msgid "Argument not supported for format '%s': -%d"
200 msgstr ""
201
202 #: attr.c:263
203 msgid ""
204 "Negative patterns are ignored in git attributes\n"
205 "Use '\\!' for literal leading exclamation."
206 msgstr ""
207
208 #: bisect.c:441
209 #, c-format
210 msgid "Could not open file '%s'"
211 msgstr ""
212
213 #: bisect.c:446
214 #, c-format
215 msgid "Badly quoted content in file '%s': %s"
216 msgstr ""
217
218 #: bisect.c:655
219 #, c-format
220 msgid "We cannot bisect more!\n"
221 msgstr ""
222
223 #: bisect.c:708
224 #, c-format
225 msgid "Not a valid commit name %s"
226 msgstr ""
227
228 #: bisect.c:732
229 #, c-format
230 msgid ""
231 "The merge base %s is bad.\n"
232 "This means the bug has been fixed between %s and [%s].\n"
233 msgstr ""
234
235 #: bisect.c:737
236 #, c-format
237 msgid ""
238 "The merge base %s is new.\n"
239 "The property has changed between %s and [%s].\n"
240 msgstr ""
241
242 #: bisect.c:742
243 #, c-format
244 msgid ""
245 "The merge base %s is %s.\n"
246 "This means the first '%s' commit is between %s and [%s].\n"
247 msgstr ""
248
249 #: bisect.c:750
250 #, c-format
251 msgid ""
252 "Some %s revs are not ancestor of the %s rev.\n"
253 "git bisect cannot work properly in this case.\n"
254 "Maybe you mistook %s and %s revs?\n"
255 msgstr ""
256
257 #: bisect.c:763
258 #, c-format
259 msgid ""
260 "the merge base between %s and [%s] must be skipped.\n"
261 "So we cannot be sure the first %s commit is between %s and %s.\n"
262 "We continue anyway."
263 msgstr ""
264
265 #: bisect.c:798
266 #, c-format
267 msgid "Bisecting: a merge base must be tested\n"
268 msgstr ""
269
270 #: bisect.c:849
271 #, c-format
272 msgid "a %s revision is needed"
273 msgstr ""
274
275 #: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
276 #, c-format
277 msgid "could not create file '%s'"
278 msgstr ""
279
280 #: bisect.c:917
281 #, c-format
282 msgid "could not read file '%s'"
283 msgstr ""
284
285 #: bisect.c:947
286 msgid "reading bisect refs failed"
287 msgstr ""
288
289 #: bisect.c:967
290 #, c-format
291 msgid "%s was both %s and %s\n"
292 msgstr ""
293
294 #: bisect.c:975
295 #, c-format
296 msgid ""
297 "No testable commit found.\n"
298 "Maybe you started with bad path parameters?\n"
299 msgstr ""
300
301 #: bisect.c:994
302 #, c-format
303 msgid "(roughly %d step)"
304 msgid_plural "(roughly %d steps)"
305 msgstr[0] ""
306 msgstr[1] ""
307
308 #. TRANSLATORS: the last %s will be replaced with
309 #. "(roughly %d steps)" translation
310 #: bisect.c:998
311 #, c-format
312 msgid "Bisecting: %d revision left to test after this %s\n"
313 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
314 msgstr[0] ""
315 msgstr[1] ""
316
317 #: branch.c:53
318 #, c-format
319 msgid ""
320 "\n"
321 "After fixing the error cause you may try to fix up\n"
322 "the remote tracking information by invoking\n"
323 "\"git branch --set-upstream-to=%s%s%s\"."
324 msgstr ""
325
326 #: branch.c:67
327 #, c-format
328 msgid "Not setting branch %s as its own upstream."
329 msgstr ""
330
331 #: branch.c:93
332 #, c-format
333 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
334 msgstr ""
335
336 #: branch.c:94
337 #, c-format
338 msgid "Branch %s set up to track remote branch %s from %s."
339 msgstr ""
340
341 #: branch.c:98
342 #, c-format
343 msgid "Branch %s set up to track local branch %s by rebasing."
344 msgstr ""
345
346 #: branch.c:99
347 #, c-format
348 msgid "Branch %s set up to track local branch %s."
349 msgstr ""
350
351 #: branch.c:104
352 #, c-format
353 msgid "Branch %s set up to track remote ref %s by rebasing."
354 msgstr ""
355
356 #: branch.c:105
357 #, c-format
358 msgid "Branch %s set up to track remote ref %s."
359 msgstr ""
360
361 #: branch.c:109
362 #, c-format
363 msgid "Branch %s set up to track local ref %s by rebasing."
364 msgstr ""
365
366 #: branch.c:110
367 #, c-format
368 msgid "Branch %s set up to track local ref %s."
369 msgstr ""
370
371 #: branch.c:119
372 msgid "Unable to write upstream branch configuration"
373 msgstr ""
374
375 #: branch.c:156
376 #, c-format
377 msgid "Not tracking: ambiguous information for ref %s"
378 msgstr ""
379
380 #: branch.c:185
381 #, c-format
382 msgid "'%s' is not a valid branch name."
383 msgstr ""
384
385 #: branch.c:190
386 #, c-format
387 msgid "A branch named '%s' already exists."
388 msgstr ""
389
390 #: branch.c:198
391 msgid "Cannot force update the current branch."
392 msgstr ""
393
394 #: branch.c:218
395 #, c-format
396 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
397 msgstr ""
398
399 #: branch.c:220
400 #, c-format
401 msgid "the requested upstream branch '%s' does not exist"
402 msgstr ""
403
404 #: branch.c:222
405 msgid ""
406 "\n"
407 "If you are planning on basing your work on an upstream\n"
408 "branch that already exists at the remote, you may need to\n"
409 "run \"git fetch\" to retrieve it.\n"
410 "\n"
411 "If you are planning to push out a new local branch that\n"
412 "will track its remote counterpart, you may want to use\n"
413 "\"git push -u\" to set the upstream config as you push."
414 msgstr ""
415
416 #: branch.c:266
417 #, c-format
418 msgid "Not a valid object name: '%s'."
419 msgstr ""
420
421 #: branch.c:286
422 #, c-format
423 msgid "Ambiguous object name: '%s'."
424 msgstr ""
425
426 #: branch.c:291
427 #, c-format
428 msgid "Not a valid branch point: '%s'."
429 msgstr ""
430
431 #: branch.c:345
432 #, c-format
433 msgid "'%s' is already checked out at '%s'"
434 msgstr ""
435
436 #: branch.c:364
437 #, c-format
438 msgid "HEAD of working tree %s is not updated"
439 msgstr ""
440
441 #: bundle.c:34
442 #, c-format
443 msgid "'%s' does not look like a v2 bundle file"
444 msgstr ""
445
446 #: bundle.c:61
447 #, c-format
448 msgid "unrecognized header: %s%s (%d)"
449 msgstr ""
450
451 #: bundle.c:87 builtin/commit.c:778
452 #, c-format
453 msgid "could not open '%s'"
454 msgstr ""
455
456 #: bundle.c:139
457 msgid "Repository lacks these prerequisite commits:"
458 msgstr ""
459
460 #: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
461 #: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
462 #: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
463 #: builtin/merge.c:356 builtin/shortlog.c:170
464 msgid "revision walk setup failed"
465 msgstr ""
466
467 #: bundle.c:185
468 #, c-format
469 msgid "The bundle contains this ref:"
470 msgid_plural "The bundle contains these %d refs:"
471 msgstr[0] ""
472 msgstr[1] ""
473
474 #: bundle.c:192
475 msgid "The bundle records a complete history."
476 msgstr ""
477
478 #: bundle.c:194
479 #, c-format
480 msgid "The bundle requires this ref:"
481 msgid_plural "The bundle requires these %d refs:"
482 msgstr[0] ""
483 msgstr[1] ""
484
485 #: bundle.c:253
486 msgid "Could not spawn pack-objects"
487 msgstr ""
488
489 #: bundle.c:264
490 msgid "pack-objects died"
491 msgstr ""
492
493 #: bundle.c:304
494 msgid "rev-list died"
495 msgstr ""
496
497 #: bundle.c:353
498 #, c-format
499 msgid "ref '%s' is excluded by the rev-list options"
500 msgstr ""
501
502 #: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
503 #, c-format
504 msgid "unrecognized argument: %s"
505 msgstr ""
506
507 #: bundle.c:451
508 msgid "Refusing to create empty bundle."
509 msgstr ""
510
511 #: bundle.c:463
512 #, c-format
513 msgid "cannot create '%s'"
514 msgstr ""
515
516 #: bundle.c:491
517 msgid "index-pack died"
518 msgstr ""
519
520 #: color.c:290
521 #, c-format
522 msgid "invalid color value: %.*s"
523 msgstr ""
524
525 #: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
526 #: builtin/am.c:2119
527 #, c-format
528 msgid "could not parse %s"
529 msgstr ""
530
531 #: commit.c:42
532 #, c-format
533 msgid "%s %s is not a commit!"
534 msgstr ""
535
536 #: compat/obstack.c:406 compat/obstack.c:408
537 msgid "memory exhausted"
538 msgstr ""
539
540 #: config.c:516
541 #, c-format
542 msgid "bad config line %d in blob %s"
543 msgstr ""
544
545 #: config.c:520
546 #, c-format
547 msgid "bad config line %d in file %s"
548 msgstr ""
549
550 #: config.c:524
551 #, c-format
552 msgid "bad config line %d in standard input"
553 msgstr ""
554
555 #: config.c:528
556 #, c-format
557 msgid "bad config line %d in submodule-blob %s"
558 msgstr ""
559
560 #: config.c:532
561 #, c-format
562 msgid "bad config line %d in command line %s"
563 msgstr ""
564
565 #: config.c:536
566 #, c-format
567 msgid "bad config line %d in %s"
568 msgstr ""
569
570 #: config.c:655
571 msgid "out of range"
572 msgstr ""
573
574 #: config.c:655
575 msgid "invalid unit"
576 msgstr ""
577
578 #: config.c:661
579 #, c-format
580 msgid "bad numeric config value '%s' for '%s': %s"
581 msgstr ""
582
583 #: config.c:666
584 #, c-format
585 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
586 msgstr ""
587
588 #: config.c:669
589 #, c-format
590 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
591 msgstr ""
592
593 #: config.c:672
594 #, c-format
595 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
596 msgstr ""
597
598 #: config.c:675
599 #, c-format
600 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
601 msgstr ""
602
603 #: config.c:678
604 #, c-format
605 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
606 msgstr ""
607
608 #: config.c:681
609 #, c-format
610 msgid "bad numeric config value '%s' for '%s' in %s: %s"
611 msgstr ""
612
613 #: config.c:768
614 #, c-format
615 msgid "failed to expand user dir in: '%s'"
616 msgstr ""
617
618 #: config.c:849 config.c:860
619 #, c-format
620 msgid "bad zlib compression level %d"
621 msgstr ""
622
623 #: config.c:978
624 #, c-format
625 msgid "invalid mode for object creation: %s"
626 msgstr ""
627
628 #: config.c:1312
629 msgid "unable to parse command-line config"
630 msgstr ""
631
632 #: config.c:1362
633 msgid "unknown error occurred while reading the configuration files"
634 msgstr ""
635
636 #: config.c:1716
637 #, c-format
638 msgid "unable to parse '%s' from command-line config"
639 msgstr ""
640
641 #: config.c:1718
642 #, c-format
643 msgid "bad config variable '%s' in file '%s' at line %d"
644 msgstr ""
645
646 #: config.c:1777
647 #, c-format
648 msgid "%s has multiple values"
649 msgstr ""
650
651 #: config.c:2311
652 #, c-format
653 msgid "could not set '%s' to '%s'"
654 msgstr ""
655
656 #: config.c:2313
657 #, c-format
658 msgid "could not unset '%s'"
659 msgstr ""
660
661 #: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
662 msgid "Checking connectivity"
663 msgstr ""
664
665 #: connected.c:74
666 msgid "Could not run 'git rev-list'"
667 msgstr ""
668
669 #: connected.c:94
670 msgid "failed write to rev-list"
671 msgstr ""
672
673 #: connected.c:101
674 msgid "failed to close rev-list's stdin"
675 msgstr ""
676
677 #: date.c:97
678 msgid "in the future"
679 msgstr ""
680
681 #: date.c:103
682 #, c-format
683 msgid "%lu second ago"
684 msgid_plural "%lu seconds ago"
685 msgstr[0] ""
686 msgstr[1] ""
687
688 #: date.c:110
689 #, c-format
690 msgid "%lu minute ago"
691 msgid_plural "%lu minutes ago"
692 msgstr[0] ""
693 msgstr[1] ""
694
695 #: date.c:117
696 #, c-format
697 msgid "%lu hour ago"
698 msgid_plural "%lu hours ago"
699 msgstr[0] ""
700 msgstr[1] ""
701
702 #: date.c:124
703 #, c-format
704 msgid "%lu day ago"
705 msgid_plural "%lu days ago"
706 msgstr[0] ""
707 msgstr[1] ""
708
709 #: date.c:130
710 #, c-format
711 msgid "%lu week ago"
712 msgid_plural "%lu weeks ago"
713 msgstr[0] ""
714 msgstr[1] ""
715
716 #: date.c:137
717 #, c-format
718 msgid "%lu month ago"
719 msgid_plural "%lu months ago"
720 msgstr[0] ""
721 msgstr[1] ""
722
723 #: date.c:148
724 #, c-format
725 msgid "%lu year"
726 msgid_plural "%lu years"
727 msgstr[0] ""
728 msgstr[1] ""
729
730 #. TRANSLATORS: "%s" is "<n> years"
731 #: date.c:151
732 #, c-format
733 msgid "%s, %lu month ago"
734 msgid_plural "%s, %lu months ago"
735 msgstr[0] ""
736 msgstr[1] ""
737
738 #: date.c:156 date.c:161
739 #, c-format
740 msgid "%lu year ago"
741 msgid_plural "%lu years ago"
742 msgstr[0] ""
743 msgstr[1] ""
744
745 #: diffcore-order.c:24
746 #, c-format
747 msgid "failed to read orderfile '%s'"
748 msgstr ""
749
750 #: diffcore-rename.c:540
751 msgid "Performing inexact rename detection"
752 msgstr ""
753
754 #: diff.c:116
755 #, c-format
756 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
757 msgstr ""
758
759 #: diff.c:121
760 #, c-format
761 msgid "  Unknown dirstat parameter '%s'\n"
762 msgstr ""
763
764 #: diff.c:225
765 #, c-format
766 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
767 msgstr ""
768
769 #: diff.c:277
770 #, c-format
771 msgid ""
772 "Found errors in 'diff.dirstat' config variable:\n"
773 "%s"
774 msgstr ""
775
776 #: diff.c:3017
777 #, c-format
778 msgid "external diff died, stopping at %s"
779 msgstr ""
780
781 #: diff.c:3415
782 msgid "--follow requires exactly one pathspec"
783 msgstr ""
784
785 #: diff.c:3578
786 #, c-format
787 msgid ""
788 "Failed to parse --dirstat/-X option parameter:\n"
789 "%s"
790 msgstr ""
791
792 #: diff.c:3592
793 #, c-format
794 msgid "Failed to parse --submodule option parameter: '%s'"
795 msgstr ""
796
797 #: dir.c:1823
798 msgid "failed to get kernel name and information"
799 msgstr ""
800
801 #: dir.c:1942
802 msgid "Untracked cache is disabled on this system or location."
803 msgstr ""
804
805 #: gpg-interface.c:178
806 msgid "gpg failed to sign the data"
807 msgstr ""
808
809 #: gpg-interface.c:208
810 msgid "could not create temporary file"
811 msgstr ""
812
813 #: gpg-interface.c:210
814 #, c-format
815 msgid "failed writing detached signature to '%s'"
816 msgstr ""
817
818 #: grep.c:1792
819 #, c-format
820 msgid "'%s': unable to read %s"
821 msgstr ""
822
823 #: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
824 #, c-format
825 msgid "failed to stat '%s'"
826 msgstr ""
827
828 #: grep.c:1820
829 #, c-format
830 msgid "'%s': short read"
831 msgstr ""
832
833 #: help.c:205
834 #, c-format
835 msgid "available git commands in '%s'"
836 msgstr ""
837
838 #: help.c:212
839 msgid "git commands available from elsewhere on your $PATH"
840 msgstr ""
841
842 #: help.c:244
843 msgid "These are common Git commands used in various situations:"
844 msgstr ""
845
846 #: help.c:309
847 #, c-format
848 msgid ""
849 "'%s' appears to be a git command, but we were not\n"
850 "able to execute it. Maybe git-%s is broken?"
851 msgstr ""
852
853 #: help.c:366
854 msgid "Uh oh. Your system reports no Git commands at all."
855 msgstr ""
856
857 #: help.c:388
858 #, c-format
859 msgid ""
860 "WARNING: You called a Git command named '%s', which does not exist.\n"
861 "Continuing under the assumption that you meant '%s'"
862 msgstr ""
863
864 #: help.c:393
865 #, c-format
866 msgid "in %0.1f seconds automatically..."
867 msgstr ""
868
869 #: help.c:400
870 #, c-format
871 msgid "git: '%s' is not a git command. See 'git --help'."
872 msgstr ""
873
874 #: help.c:404 help.c:470
875 msgid ""
876 "\n"
877 "Did you mean this?"
878 msgid_plural ""
879 "\n"
880 "Did you mean one of these?"
881 msgstr[0] ""
882 msgstr[1] ""
883
884 #: help.c:466
885 #, c-format
886 msgid "%s: %s - %s"
887 msgstr ""
888
889 #: lockfile.c:152
890 #, c-format
891 msgid ""
892 "Unable to create '%s.lock': %s.\n"
893 "\n"
894 "Another git process seems to be running in this repository, e.g.\n"
895 "an editor opened by 'git commit'. Please make sure all processes\n"
896 "are terminated then try again. If it still fails, a git process\n"
897 "may have crashed in this repository earlier:\n"
898 "remove the file manually to continue."
899 msgstr ""
900
901 #: lockfile.c:160
902 #, c-format
903 msgid "Unable to create '%s.lock': %s"
904 msgstr ""
905
906 #: merge.c:41
907 msgid "failed to read the cache"
908 msgstr ""
909
910 #: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
911 #: builtin/checkout.c:589 builtin/clone.c:732
912 msgid "unable to write new index file"
913 msgstr ""
914
915 #: merge-recursive.c:209
916 msgid "(bad commit)\n"
917 msgstr ""
918
919 #: merge-recursive.c:231
920 #, c-format
921 msgid "addinfo_cache failed for path '%s'"
922 msgstr ""
923
924 #: merge-recursive.c:301
925 msgid "error building trees"
926 msgstr ""
927
928 #: merge-recursive.c:720
929 #, c-format
930 msgid "failed to create path '%s'%s"
931 msgstr ""
932
933 #: merge-recursive.c:731
934 #, c-format
935 msgid "Removing %s to make room for subdirectory\n"
936 msgstr ""
937
938 #: merge-recursive.c:745 merge-recursive.c:764
939 msgid ": perhaps a D/F conflict?"
940 msgstr ""
941
942 #: merge-recursive.c:754
943 #, c-format
944 msgid "refusing to lose untracked file at '%s'"
945 msgstr ""
946
947 #: merge-recursive.c:796
948 #, c-format
949 msgid "cannot read object %s '%s'"
950 msgstr ""
951
952 #: merge-recursive.c:798
953 #, c-format
954 msgid "blob expected for %s '%s'"
955 msgstr ""
956
957 #: merge-recursive.c:822
958 #, c-format
959 msgid "failed to open '%s': %s"
960 msgstr ""
961
962 #: merge-recursive.c:833
963 #, c-format
964 msgid "failed to symlink '%s': %s"
965 msgstr ""
966
967 #: merge-recursive.c:838
968 #, c-format
969 msgid "do not know what to do with %06o %s '%s'"
970 msgstr ""
971
972 #: merge-recursive.c:978
973 msgid "Failed to execute internal merge"
974 msgstr ""
975
976 #: merge-recursive.c:982
977 #, c-format
978 msgid "Unable to add %s to database"
979 msgstr ""
980
981 #: merge-recursive.c:1081 merge-recursive.c:1095
982 #, c-format
983 msgid ""
984 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
985 "in tree."
986 msgstr ""
987
988 #: merge-recursive.c:1087 merge-recursive.c:1100
989 #, c-format
990 msgid ""
991 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
992 "in tree at %s."
993 msgstr ""
994
995 #: merge-recursive.c:1143
996 msgid "rename"
997 msgstr ""
998
999 #: merge-recursive.c:1143
1000 msgid "renamed"
1001 msgstr ""
1002
1003 #: merge-recursive.c:1200
1004 #, c-format
1005 msgid "%s is a directory in %s adding as %s instead"
1006 msgstr ""
1007
1008 #: merge-recursive.c:1225
1009 #, c-format
1010 msgid ""
1011 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1012 "\"->\"%s\" in \"%s\"%s"
1013 msgstr ""
1014
1015 #: merge-recursive.c:1230
1016 msgid " (left unresolved)"
1017 msgstr ""
1018
1019 #: merge-recursive.c:1292
1020 #, c-format
1021 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1022 msgstr ""
1023
1024 #: merge-recursive.c:1325
1025 #, c-format
1026 msgid "Renaming %s to %s and %s to %s instead"
1027 msgstr ""
1028
1029 #: merge-recursive.c:1531
1030 #, c-format
1031 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1032 msgstr ""
1033
1034 #: merge-recursive.c:1546
1035 #, c-format
1036 msgid "Adding merged %s"
1037 msgstr ""
1038
1039 #: merge-recursive.c:1553 merge-recursive.c:1766
1040 #, c-format
1041 msgid "Adding as %s instead"
1042 msgstr ""
1043
1044 #: merge-recursive.c:1610
1045 #, c-format
1046 msgid "cannot read object %s"
1047 msgstr ""
1048
1049 #: merge-recursive.c:1613
1050 #, c-format
1051 msgid "object %s is not a blob"
1052 msgstr ""
1053
1054 #: merge-recursive.c:1666
1055 msgid "modify"
1056 msgstr ""
1057
1058 #: merge-recursive.c:1666
1059 msgid "modified"
1060 msgstr ""
1061
1062 #: merge-recursive.c:1676
1063 msgid "content"
1064 msgstr ""
1065
1066 #: merge-recursive.c:1683
1067 msgid "add/add"
1068 msgstr ""
1069
1070 #: merge-recursive.c:1718
1071 #, c-format
1072 msgid "Skipped %s (merged same as existing)"
1073 msgstr ""
1074
1075 #: merge-recursive.c:1732
1076 #, c-format
1077 msgid "Auto-merging %s"
1078 msgstr ""
1079
1080 #: merge-recursive.c:1736 git-submodule.sh:919
1081 msgid "submodule"
1082 msgstr ""
1083
1084 #: merge-recursive.c:1737
1085 #, c-format
1086 msgid "CONFLICT (%s): Merge conflict in %s"
1087 msgstr ""
1088
1089 #: merge-recursive.c:1831
1090 #, c-format
1091 msgid "Removing %s"
1092 msgstr ""
1093
1094 #: merge-recursive.c:1857
1095 msgid "file/directory"
1096 msgstr ""
1097
1098 #: merge-recursive.c:1863
1099 msgid "directory/file"
1100 msgstr ""
1101
1102 #: merge-recursive.c:1868
1103 #, c-format
1104 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1105 msgstr ""
1106
1107 #: merge-recursive.c:1877
1108 #, c-format
1109 msgid "Adding %s"
1110 msgstr ""
1111
1112 #: merge-recursive.c:1914
1113 msgid "Already up-to-date!"
1114 msgstr ""
1115
1116 #: merge-recursive.c:1923
1117 #, c-format
1118 msgid "merging of trees %s and %s failed"
1119 msgstr ""
1120
1121 #: merge-recursive.c:2006
1122 msgid "Merging:"
1123 msgstr ""
1124
1125 #: merge-recursive.c:2019
1126 #, c-format
1127 msgid "found %u common ancestor:"
1128 msgid_plural "found %u common ancestors:"
1129 msgstr[0] ""
1130 msgstr[1] ""
1131
1132 #: merge-recursive.c:2058
1133 msgid "merge returned no commit"
1134 msgstr ""
1135
1136 #: merge-recursive.c:2121
1137 #, c-format
1138 msgid "Could not parse object '%s'"
1139 msgstr ""
1140
1141 #: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1142 msgid "Unable to write index."
1143 msgstr ""
1144
1145 #: notes-utils.c:41
1146 msgid "Cannot commit uninitialized/unreferenced notes tree"
1147 msgstr ""
1148
1149 #: notes-utils.c:100
1150 #, c-format
1151 msgid "Bad notes.rewriteMode value: '%s'"
1152 msgstr ""
1153
1154 #: notes-utils.c:110
1155 #, c-format
1156 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
1157 msgstr ""
1158
1159 #. TRANSLATORS: The first %s is the name of the
1160 #. environment variable, the second %s is its value
1161 #: notes-utils.c:137
1162 #, c-format
1163 msgid "Bad %s value: '%s'"
1164 msgstr ""
1165
1166 #: object.c:242
1167 #, c-format
1168 msgid "unable to parse object: %s"
1169 msgstr ""
1170
1171 #: parse-options.c:572
1172 msgid "..."
1173 msgstr ""
1174
1175 #: parse-options.c:590
1176 #, c-format
1177 msgid "usage: %s"
1178 msgstr ""
1179
1180 #. TRANSLATORS: the colon here should align with the
1181 #. one in "usage: %s" translation
1182 #: parse-options.c:594
1183 #, c-format
1184 msgid "   or: %s"
1185 msgstr ""
1186
1187 #: parse-options.c:597
1188 #, c-format
1189 msgid "    %s"
1190 msgstr ""
1191
1192 #: parse-options.c:631
1193 msgid "-NUM"
1194 msgstr ""
1195
1196 #: parse-options-cb.c:108
1197 #, c-format
1198 msgid "malformed object name '%s'"
1199 msgstr ""
1200
1201 #: path.c:798
1202 #, c-format
1203 msgid "Could not make %s writable by group"
1204 msgstr ""
1205
1206 #: pathspec.c:133
1207 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
1208 msgstr ""
1209
1210 #: pathspec.c:143
1211 msgid ""
1212 "global 'literal' pathspec setting is incompatible with all other global "
1213 "pathspec settings"
1214 msgstr ""
1215
1216 #: pathspec.c:177
1217 msgid "invalid parameter for pathspec magic 'prefix'"
1218 msgstr ""
1219
1220 #: pathspec.c:183
1221 #, c-format
1222 msgid "Invalid pathspec magic '%.*s' in '%s'"
1223 msgstr ""
1224
1225 #: pathspec.c:187
1226 #, c-format
1227 msgid "Missing ')' at the end of pathspec magic in '%s'"
1228 msgstr ""
1229
1230 #: pathspec.c:205
1231 #, c-format
1232 msgid "Unimplemented pathspec magic '%c' in '%s'"
1233 msgstr ""
1234
1235 #: pathspec.c:230
1236 #, c-format
1237 msgid "%s: 'literal' and 'glob' are incompatible"
1238 msgstr ""
1239
1240 #: pathspec.c:241
1241 #, c-format
1242 msgid "%s: '%s' is outside repository"
1243 msgstr ""
1244
1245 #: pathspec.c:291
1246 #, c-format
1247 msgid "Pathspec '%s' is in submodule '%.*s'"
1248 msgstr ""
1249
1250 #: pathspec.c:353
1251 #, c-format
1252 msgid "%s: pathspec magic not supported by this command: %s"
1253 msgstr ""
1254
1255 #: pathspec.c:433
1256 #, c-format
1257 msgid "pathspec '%s' is beyond a symbolic link"
1258 msgstr ""
1259
1260 #: pathspec.c:442
1261 msgid ""
1262 "There is nothing to exclude from by :(exclude) patterns.\n"
1263 "Perhaps you forgot to add either ':/' or '.' ?"
1264 msgstr ""
1265
1266 #: pretty.c:973
1267 msgid "unable to parse --pretty format"
1268 msgstr ""
1269
1270 #: progress.c:235
1271 msgid "done"
1272 msgstr ""
1273
1274 #: read-cache.c:1281
1275 #, c-format
1276 msgid ""
1277 "index.version set, but the value is invalid.\n"
1278 "Using version %i"
1279 msgstr ""
1280
1281 #: read-cache.c:1291
1282 #, c-format
1283 msgid ""
1284 "GIT_INDEX_VERSION set, but the value is invalid.\n"
1285 "Using version %i"
1286 msgstr ""
1287
1288 #: refs.c:551 builtin/merge.c:840
1289 #, c-format
1290 msgid "Could not open '%s' for writing"
1291 msgstr ""
1292
1293 #: refs/files-backend.c:2534
1294 #, c-format
1295 msgid "could not delete reference %s: %s"
1296 msgstr ""
1297
1298 #: refs/files-backend.c:2537
1299 #, c-format
1300 msgid "could not delete references: %s"
1301 msgstr ""
1302
1303 #: refs/files-backend.c:2546
1304 #, c-format
1305 msgid "could not remove reference %s"
1306 msgstr ""
1307
1308 #: ref-filter.c:55
1309 #, c-format
1310 msgid "expected format: %%(color:<color>)"
1311 msgstr ""
1312
1313 #: ref-filter.c:57
1314 #, c-format
1315 msgid "unrecognized color: %%(color:%s)"
1316 msgstr ""
1317
1318 #: ref-filter.c:71
1319 #, c-format
1320 msgid "unrecognized format: %%(%s)"
1321 msgstr ""
1322
1323 #: ref-filter.c:77
1324 #, c-format
1325 msgid "%%(body) does not take arguments"
1326 msgstr ""
1327
1328 #: ref-filter.c:84
1329 #, c-format
1330 msgid "%%(subject) does not take arguments"
1331 msgstr ""
1332
1333 #: ref-filter.c:101
1334 #, c-format
1335 msgid "positive value expected contents:lines=%s"
1336 msgstr ""
1337
1338 #: ref-filter.c:103
1339 #, c-format
1340 msgid "unrecognized %%(contents) argument: %s"
1341 msgstr ""
1342
1343 #: ref-filter.c:113
1344 #, c-format
1345 msgid "unrecognized %%(objectname) argument: %s"
1346 msgstr ""
1347
1348 #: ref-filter.c:135
1349 #, c-format
1350 msgid "expected format: %%(align:<width>,<position>)"
1351 msgstr ""
1352
1353 #: ref-filter.c:147
1354 #, c-format
1355 msgid "unrecognized position:%s"
1356 msgstr ""
1357
1358 #: ref-filter.c:151
1359 #, c-format
1360 msgid "unrecognized width:%s"
1361 msgstr ""
1362
1363 #: ref-filter.c:157
1364 #, c-format
1365 msgid "unrecognized %%(align) argument: %s"
1366 msgstr ""
1367
1368 #: ref-filter.c:161
1369 #, c-format
1370 msgid "positive width expected with the %%(align) atom"
1371 msgstr ""
1372
1373 #: ref-filter.c:244
1374 #, c-format
1375 msgid "malformed field name: %.*s"
1376 msgstr ""
1377
1378 #: ref-filter.c:270
1379 #, c-format
1380 msgid "unknown field name: %.*s"
1381 msgstr ""
1382
1383 #: ref-filter.c:372
1384 #, c-format
1385 msgid "format: %%(end) atom used without corresponding atom"
1386 msgstr ""
1387
1388 #: ref-filter.c:424
1389 #, c-format
1390 msgid "malformed format string %s"
1391 msgstr ""
1392
1393 #: ref-filter.c:878
1394 msgid ":strip= requires a positive integer argument"
1395 msgstr ""
1396
1397 #: ref-filter.c:883
1398 #, c-format
1399 msgid "ref '%s' does not have %ld components to :strip"
1400 msgstr ""
1401
1402 #: ref-filter.c:1046
1403 #, c-format
1404 msgid "unknown %.*s format %s"
1405 msgstr ""
1406
1407 #: ref-filter.c:1066 ref-filter.c:1097
1408 #, c-format
1409 msgid "missing object %s for %s"
1410 msgstr ""
1411
1412 #: ref-filter.c:1069 ref-filter.c:1100
1413 #, c-format
1414 msgid "parse_object_buffer failed on %s for %s"
1415 msgstr ""
1416
1417 #: ref-filter.c:1311
1418 #, c-format
1419 msgid "malformed object at '%s'"
1420 msgstr ""
1421
1422 #: ref-filter.c:1373
1423 #, c-format
1424 msgid "ignoring ref with broken name %s"
1425 msgstr ""
1426
1427 #: ref-filter.c:1378
1428 #, c-format
1429 msgid "ignoring broken ref %s"
1430 msgstr ""
1431
1432 #: ref-filter.c:1651
1433 #, c-format
1434 msgid "format: %%(end) atom missing"
1435 msgstr ""
1436
1437 #: ref-filter.c:1705
1438 #, c-format
1439 msgid "malformed object name %s"
1440 msgstr ""
1441
1442 #: remote.c:746
1443 #, c-format
1444 msgid "Cannot fetch both %s and %s to %s"
1445 msgstr ""
1446
1447 #: remote.c:750
1448 #, c-format
1449 msgid "%s usually tracks %s, not %s"
1450 msgstr ""
1451
1452 #: remote.c:754
1453 #, c-format
1454 msgid "%s tracks both %s and %s"
1455 msgstr ""
1456
1457 #: remote.c:762
1458 msgid "Internal error"
1459 msgstr ""
1460
1461 #: remote.c:1677 remote.c:1720
1462 msgid "HEAD does not point to a branch"
1463 msgstr ""
1464
1465 #: remote.c:1686
1466 #, c-format
1467 msgid "no such branch: '%s'"
1468 msgstr ""
1469
1470 #: remote.c:1689
1471 #, c-format
1472 msgid "no upstream configured for branch '%s'"
1473 msgstr ""
1474
1475 #: remote.c:1695
1476 #, c-format
1477 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1478 msgstr ""
1479
1480 #: remote.c:1710
1481 #, c-format
1482 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1483 msgstr ""
1484
1485 #: remote.c:1725
1486 #, c-format
1487 msgid "branch '%s' has no remote for pushing"
1488 msgstr ""
1489
1490 #: remote.c:1736
1491 #, c-format
1492 msgid "push refspecs for '%s' do not include '%s'"
1493 msgstr ""
1494
1495 #: remote.c:1749
1496 msgid "push has no destination (push.default is 'nothing')"
1497 msgstr ""
1498
1499 #: remote.c:1771
1500 msgid "cannot resolve 'simple' push to a single destination"
1501 msgstr ""
1502
1503 #: remote.c:2073
1504 #, c-format
1505 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1506 msgstr ""
1507
1508 #: remote.c:2077
1509 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1510 msgstr ""
1511
1512 #: remote.c:2080
1513 #, c-format
1514 msgid "Your branch is up-to-date with '%s'.\n"
1515 msgstr ""
1516
1517 #: remote.c:2084
1518 #, c-format
1519 msgid "Your branch is ahead of '%s' by %d commit.\n"
1520 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1521 msgstr[0] ""
1522 msgstr[1] ""
1523
1524 #: remote.c:2090
1525 msgid "  (use \"git push\" to publish your local commits)\n"
1526 msgstr ""
1527
1528 #: remote.c:2093
1529 #, c-format
1530 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1531 msgid_plural ""
1532 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1533 msgstr[0] ""
1534 msgstr[1] ""
1535
1536 #: remote.c:2101
1537 msgid "  (use \"git pull\" to update your local branch)\n"
1538 msgstr ""
1539
1540 #: remote.c:2104
1541 #, c-format
1542 msgid ""
1543 "Your branch and '%s' have diverged,\n"
1544 "and have %d and %d different commit each, respectively.\n"
1545 msgid_plural ""
1546 "Your branch and '%s' have diverged,\n"
1547 "and have %d and %d different commits each, respectively.\n"
1548 msgstr[0] ""
1549 msgstr[1] ""
1550
1551 #: remote.c:2114
1552 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1553 msgstr ""
1554
1555 #: revision.c:2132
1556 msgid "your current branch appears to be broken"
1557 msgstr ""
1558
1559 #: revision.c:2135
1560 #, c-format
1561 msgid "your current branch '%s' does not have any commits yet"
1562 msgstr ""
1563
1564 #: revision.c:2329
1565 msgid "--first-parent is incompatible with --bisect"
1566 msgstr ""
1567
1568 #: run-command.c:92
1569 msgid "open /dev/null failed"
1570 msgstr ""
1571
1572 #: run-command.c:94
1573 #, c-format
1574 msgid "dup2(%d,%d) failed"
1575 msgstr ""
1576
1577 #: send-pack.c:298
1578 msgid "failed to sign the push certificate"
1579 msgstr ""
1580
1581 #: send-pack.c:411
1582 msgid "the receiving end does not support --signed push"
1583 msgstr ""
1584
1585 #: send-pack.c:413
1586 msgid ""
1587 "not sending a push certificate since the receiving end does not support --"
1588 "signed push"
1589 msgstr ""
1590
1591 #: send-pack.c:425
1592 msgid "the receiving end does not support --atomic push"
1593 msgstr ""
1594
1595 #: send-pack.c:430
1596 msgid "the receiving end does not support push options"
1597 msgstr ""
1598
1599 #: sequencer.c:174
1600 msgid ""
1601 "after resolving the conflicts, mark the corrected paths\n"
1602 "with 'git add <paths>' or 'git rm <paths>'"
1603 msgstr ""
1604
1605 #: sequencer.c:177
1606 msgid ""
1607 "after resolving the conflicts, mark the corrected paths\n"
1608 "with 'git add <paths>' or 'git rm <paths>'\n"
1609 "and commit the result with 'git commit'"
1610 msgstr ""
1611
1612 #: sequencer.c:190 sequencer.c:841 sequencer.c:924
1613 #, c-format
1614 msgid "Could not write to %s"
1615 msgstr ""
1616
1617 #: sequencer.c:193 sequencer.c:843 sequencer.c:928
1618 #, c-format
1619 msgid "Error wrapping up %s."
1620 msgstr ""
1621
1622 #: sequencer.c:208
1623 msgid "Your local changes would be overwritten by cherry-pick."
1624 msgstr ""
1625
1626 #: sequencer.c:210
1627 msgid "Your local changes would be overwritten by revert."
1628 msgstr ""
1629
1630 #: sequencer.c:213
1631 msgid "Commit your changes or stash them to proceed."
1632 msgstr ""
1633
1634 #: sequencer.c:228
1635 #, c-format
1636 msgid "%s: fast-forward"
1637 msgstr ""
1638
1639 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1640 #: sequencer.c:303
1641 #, c-format
1642 msgid "%s: Unable to write new index file"
1643 msgstr ""
1644
1645 #: sequencer.c:321
1646 msgid "Could not resolve HEAD commit\n"
1647 msgstr ""
1648
1649 #: sequencer.c:341
1650 msgid "Unable to update cache tree\n"
1651 msgstr ""
1652
1653 #: sequencer.c:393
1654 #, c-format
1655 msgid "Could not parse commit %s\n"
1656 msgstr ""
1657
1658 #: sequencer.c:398
1659 #, c-format
1660 msgid "Could not parse parent commit %s\n"
1661 msgstr ""
1662
1663 #: sequencer.c:463
1664 msgid "Your index file is unmerged."
1665 msgstr ""
1666
1667 #: sequencer.c:482
1668 #, c-format
1669 msgid "Commit %s is a merge but no -m option was given."
1670 msgstr ""
1671
1672 #: sequencer.c:490
1673 #, c-format
1674 msgid "Commit %s does not have parent %d"
1675 msgstr ""
1676
1677 #: sequencer.c:494
1678 #, c-format
1679 msgid "Mainline was specified but commit %s is not a merge."
1680 msgstr ""
1681
1682 #. TRANSLATORS: The first %s will be "revert" or
1683 #. "cherry-pick", the second %s a SHA1
1684 #: sequencer.c:507
1685 #, c-format
1686 msgid "%s: cannot parse parent commit %s"
1687 msgstr ""
1688
1689 #: sequencer.c:511
1690 #, c-format
1691 msgid "Cannot get commit message for %s"
1692 msgstr ""
1693
1694 #: sequencer.c:597
1695 #, c-format
1696 msgid "could not revert %s... %s"
1697 msgstr ""
1698
1699 #: sequencer.c:598
1700 #, c-format
1701 msgid "could not apply %s... %s"
1702 msgstr ""
1703
1704 #: sequencer.c:633
1705 msgid "empty commit set passed"
1706 msgstr ""
1707
1708 #: sequencer.c:641
1709 #, c-format
1710 msgid "git %s: failed to read the index"
1711 msgstr ""
1712
1713 #: sequencer.c:645
1714 #, c-format
1715 msgid "git %s: failed to refresh the index"
1716 msgstr ""
1717
1718 #: sequencer.c:705
1719 msgid "Cannot revert during another revert."
1720 msgstr ""
1721
1722 #: sequencer.c:706
1723 msgid "Cannot revert during a cherry-pick."
1724 msgstr ""
1725
1726 #: sequencer.c:709
1727 msgid "Cannot cherry-pick during a revert."
1728 msgstr ""
1729
1730 #: sequencer.c:710
1731 msgid "Cannot cherry-pick during another cherry-pick."
1732 msgstr ""
1733
1734 #: sequencer.c:732
1735 #, c-format
1736 msgid "Could not parse line %d."
1737 msgstr ""
1738
1739 #: sequencer.c:737
1740 msgid "No commits parsed."
1741 msgstr ""
1742
1743 #: sequencer.c:749
1744 #, c-format
1745 msgid "Could not open %s"
1746 msgstr ""
1747
1748 #: sequencer.c:753
1749 #, c-format
1750 msgid "Could not read %s."
1751 msgstr ""
1752
1753 #: sequencer.c:760
1754 #, c-format
1755 msgid "Unusable instruction sheet: %s"
1756 msgstr ""
1757
1758 #: sequencer.c:790
1759 #, c-format
1760 msgid "Invalid key: %s"
1761 msgstr ""
1762
1763 #: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1764 #, c-format
1765 msgid "Invalid value for %s: %s"
1766 msgstr ""
1767
1768 #: sequencer.c:803
1769 #, c-format
1770 msgid "Malformed options sheet: %s"
1771 msgstr ""
1772
1773 #: sequencer.c:822
1774 msgid "a cherry-pick or revert is already in progress"
1775 msgstr ""
1776
1777 #: sequencer.c:823
1778 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1779 msgstr ""
1780
1781 #: sequencer.c:827
1782 #, c-format
1783 msgid "Could not create sequencer directory %s"
1784 msgstr ""
1785
1786 #: sequencer.c:862 sequencer.c:998
1787 msgid "no cherry-pick or revert in progress"
1788 msgstr ""
1789
1790 #: sequencer.c:864
1791 msgid "cannot resolve HEAD"
1792 msgstr ""
1793
1794 #: sequencer.c:866 sequencer.c:900
1795 msgid "cannot abort from a branch yet to be born"
1796 msgstr ""
1797
1798 #: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1799 #, c-format
1800 msgid "cannot open %s"
1801 msgstr ""
1802
1803 #: sequencer.c:888
1804 #, c-format
1805 msgid "cannot read %s: %s"
1806 msgstr ""
1807
1808 #: sequencer.c:889
1809 msgid "unexpected end of file"
1810 msgstr ""
1811
1812 #: sequencer.c:895
1813 #, c-format
1814 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1815 msgstr ""
1816
1817 #: sequencer.c:921
1818 #, c-format
1819 msgid "Could not format %s."
1820 msgstr ""
1821
1822 #: sequencer.c:1066
1823 #, c-format
1824 msgid "%s: can't cherry-pick a %s"
1825 msgstr ""
1826
1827 #: sequencer.c:1069
1828 #, c-format
1829 msgid "%s: bad revision"
1830 msgstr ""
1831
1832 #: sequencer.c:1102
1833 msgid "Can't revert as initial commit"
1834 msgstr ""
1835
1836 #: setup.c:160
1837 #, c-format
1838 msgid ""
1839 "%s: no such path in the working tree.\n"
1840 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1841 msgstr ""
1842
1843 #: setup.c:173
1844 #, c-format
1845 msgid ""
1846 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
1847 "Use '--' to separate paths from revisions, like this:\n"
1848 "'git <command> [<revision>...] -- [<file>...]'"
1849 msgstr ""
1850
1851 #: setup.c:223
1852 #, c-format
1853 msgid ""
1854 "ambiguous argument '%s': both revision and filename\n"
1855 "Use '--' to separate paths from revisions, like this:\n"
1856 "'git <command> [<revision>...] -- [<file>...]'"
1857 msgstr ""
1858
1859 #: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1860 #, c-format
1861 msgid "failed to read %s"
1862 msgstr ""
1863
1864 #: setup.c:468
1865 #, c-format
1866 msgid "Expected git repo version <= %d, found %d"
1867 msgstr ""
1868
1869 #: setup.c:476
1870 msgid "unknown repository extensions found:"
1871 msgstr ""
1872
1873 #: setup.c:762
1874 #, c-format
1875 msgid "Not a git repository (or any of the parent directories): %s"
1876 msgstr ""
1877
1878 #: setup.c:764 setup.c:915 builtin/index-pack.c:1641
1879 msgid "Cannot come back to cwd"
1880 msgstr ""
1881
1882 #: setup.c:845
1883 msgid "Unable to read current working directory"
1884 msgstr ""
1885
1886 #: setup.c:920
1887 #, c-format
1888 msgid ""
1889 "Not a git repository (or any parent up to mount point %s)\n"
1890 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
1891 msgstr ""
1892
1893 #: setup.c:927
1894 #, c-format
1895 msgid "Cannot change to '%s/..'"
1896 msgstr ""
1897
1898 #: setup.c:989
1899 #, c-format
1900 msgid ""
1901 "Problem with core.sharedRepository filemode value (0%.3o).\n"
1902 "The owner of files must always have read and write permissions."
1903 msgstr ""
1904
1905 #: sha1_file.c:1046
1906 msgid "offset before end of packfile (broken .idx?)"
1907 msgstr ""
1908
1909 #: sha1_file.c:2434
1910 #, c-format
1911 msgid "offset before start of pack index for %s (corrupt index?)"
1912 msgstr ""
1913
1914 #: sha1_file.c:2438
1915 #, c-format
1916 msgid "offset beyond end of pack index for %s (truncated index?)"
1917 msgstr ""
1918
1919 #: sha1_name.c:462
1920 msgid ""
1921 "Git normally never creates a ref that ends with 40 hex characters\n"
1922 "because it will be ignored when you just specify 40-hex. These refs\n"
1923 "may be created by mistake. For example,\n"
1924 "\n"
1925 "  git checkout -b $br $(git rev-parse ...)\n"
1926 "\n"
1927 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1928 "examine these refs and maybe delete them. Turn this message off by\n"
1929 "running \"git config advice.objectNameWarning false\""
1930 msgstr ""
1931
1932 #: submodule.c:64 submodule.c:98
1933 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1934 msgstr ""
1935
1936 #: submodule.c:68 submodule.c:102
1937 #, c-format
1938 msgid "Could not find section in .gitmodules where path=%s"
1939 msgstr ""
1940
1941 #: submodule.c:76
1942 #, c-format
1943 msgid "Could not update .gitmodules entry %s"
1944 msgstr ""
1945
1946 #: submodule.c:109
1947 #, c-format
1948 msgid "Could not remove .gitmodules entry for %s"
1949 msgstr ""
1950
1951 #: submodule.c:120
1952 msgid "staging updated .gitmodules failed"
1953 msgstr ""
1954
1955 #: submodule.c:177
1956 msgid "negative values not allowed for submodule.fetchJobs"
1957 msgstr ""
1958
1959 #: submodule-config.c:358
1960 #, c-format
1961 msgid "invalid value for %s"
1962 msgstr ""
1963
1964 #: trailer.c:237
1965 #, c-format
1966 msgid "running trailer command '%s' failed"
1967 msgstr ""
1968
1969 #: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1970 #: trailer.c:562
1971 #, c-format
1972 msgid "unknown value '%s' for key '%s'"
1973 msgstr ""
1974
1975 #: trailer.c:544 trailer.c:549 builtin/remote.c:289
1976 #, c-format
1977 msgid "more than one %s"
1978 msgstr ""
1979
1980 #: trailer.c:582
1981 #, c-format
1982 msgid "empty trailer token in trailer '%.*s'"
1983 msgstr ""
1984
1985 #: trailer.c:702
1986 #, c-format
1987 msgid "could not read input file '%s'"
1988 msgstr ""
1989
1990 #: trailer.c:705
1991 msgid "could not read from stdin"
1992 msgstr ""
1993
1994 #: trailer.c:857 builtin/am.c:42
1995 #, c-format
1996 msgid "could not stat %s"
1997 msgstr ""
1998
1999 #: trailer.c:859
2000 #, c-format
2001 msgid "file %s is not a regular file"
2002 msgstr ""
2003
2004 #: trailer.c:861
2005 #, c-format
2006 msgid "file %s is not writable by user"
2007 msgstr ""
2008
2009 #: trailer.c:873
2010 msgid "could not open temporary file"
2011 msgstr ""
2012
2013 #: trailer.c:912
2014 #, c-format
2015 msgid "could not rename temporary file to %s"
2016 msgstr ""
2017
2018 #: transport.c:62
2019 #, c-format
2020 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2021 msgstr ""
2022
2023 #: transport.c:151
2024 #, c-format
2025 msgid "transport: invalid depth option '%s'"
2026 msgstr ""
2027
2028 #: transport.c:771
2029 #, c-format
2030 msgid ""
2031 "The following submodule paths contain changes that can\n"
2032 "not be found on any remote:\n"
2033 msgstr ""
2034
2035 #: transport.c:775
2036 #, c-format
2037 msgid ""
2038 "\n"
2039 "Please try\n"
2040 "\n"
2041 "\tgit push --recurse-submodules=on-demand\n"
2042 "\n"
2043 "or cd to the path and use\n"
2044 "\n"
2045 "\tgit push\n"
2046 "\n"
2047 "to push them to a remote.\n"
2048 "\n"
2049 msgstr ""
2050
2051 #: transport.c:783
2052 msgid "Aborting."
2053 msgstr ""
2054
2055 #: transport-helper.c:1041
2056 #, c-format
2057 msgid "Could not read ref %s"
2058 msgstr ""
2059
2060 #: unpack-trees.c:64
2061 #, c-format
2062 msgid ""
2063 "Your local changes to the following files would be overwritten by checkout:\n"
2064 "%%sPlease commit your changes or stash them before you switch branches."
2065 msgstr ""
2066
2067 #: unpack-trees.c:66
2068 #, c-format
2069 msgid ""
2070 "Your local changes to the following files would be overwritten by checkout:\n"
2071 "%%s"
2072 msgstr ""
2073
2074 #: unpack-trees.c:69
2075 #, c-format
2076 msgid ""
2077 "Your local changes to the following files would be overwritten by merge:\n"
2078 "%%sPlease commit your changes or stash them before you merge."
2079 msgstr ""
2080
2081 #: unpack-trees.c:71
2082 #, c-format
2083 msgid ""
2084 "Your local changes to the following files would be overwritten by merge:\n"
2085 "%%s"
2086 msgstr ""
2087
2088 #: unpack-trees.c:74
2089 #, c-format
2090 msgid ""
2091 "Your local changes to the following files would be overwritten by %s:\n"
2092 "%%sPlease commit your changes or stash them before you %s."
2093 msgstr ""
2094
2095 #: unpack-trees.c:76
2096 #, c-format
2097 msgid ""
2098 "Your local changes to the following files would be overwritten by %s:\n"
2099 "%%s"
2100 msgstr ""
2101
2102 #: unpack-trees.c:81
2103 #, c-format
2104 msgid ""
2105 "Updating the following directories would lose untracked files in it:\n"
2106 "%s"
2107 msgstr ""
2108
2109 #: unpack-trees.c:85
2110 #, c-format
2111 msgid ""
2112 "The following untracked working tree files would be removed by checkout:\n"
2113 "%%sPlease move or remove them before you switch branches."
2114 msgstr ""
2115
2116 #: unpack-trees.c:87
2117 #, c-format
2118 msgid ""
2119 "The following untracked working tree files would be removed by checkout:\n"
2120 "%%s"
2121 msgstr ""
2122
2123 #: unpack-trees.c:90
2124 #, c-format
2125 msgid ""
2126 "The following untracked working tree files would be removed by merge:\n"
2127 "%%sPlease move or remove them before you merge."
2128 msgstr ""
2129
2130 #: unpack-trees.c:92
2131 #, c-format
2132 msgid ""
2133 "The following untracked working tree files would be removed by merge:\n"
2134 "%%s"
2135 msgstr ""
2136
2137 #: unpack-trees.c:95
2138 #, c-format
2139 msgid ""
2140 "The following untracked working tree files would be removed by %s:\n"
2141 "%%sPlease move or remove them before you %s."
2142 msgstr ""
2143
2144 #: unpack-trees.c:97
2145 #, c-format
2146 msgid ""
2147 "The following untracked working tree files would be removed by %s:\n"
2148 "%%s"
2149 msgstr ""
2150
2151 #: unpack-trees.c:102
2152 #, c-format
2153 msgid ""
2154 "The following untracked working tree files would be overwritten by "
2155 "checkout:\n"
2156 "%%sPlease move or remove them before you switch branches."
2157 msgstr ""
2158
2159 #: unpack-trees.c:104
2160 #, c-format
2161 msgid ""
2162 "The following untracked working tree files would be overwritten by "
2163 "checkout:\n"
2164 "%%s"
2165 msgstr ""
2166
2167 #: unpack-trees.c:107
2168 #, c-format
2169 msgid ""
2170 "The following untracked working tree files would be overwritten by merge:\n"
2171 "%%sPlease move or remove them before you merge."
2172 msgstr ""
2173
2174 #: unpack-trees.c:109
2175 #, c-format
2176 msgid ""
2177 "The following untracked working tree files would be overwritten by merge:\n"
2178 "%%s"
2179 msgstr ""
2180
2181 #: unpack-trees.c:112
2182 #, c-format
2183 msgid ""
2184 "The following untracked working tree files would be overwritten by %s:\n"
2185 "%%sPlease move or remove them before you %s."
2186 msgstr ""
2187
2188 #: unpack-trees.c:114
2189 #, c-format
2190 msgid ""
2191 "The following untracked working tree files would be overwritten by %s:\n"
2192 "%%s"
2193 msgstr ""
2194
2195 #: unpack-trees.c:121
2196 #, c-format
2197 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
2198 msgstr ""
2199
2200 #: unpack-trees.c:124
2201 #, c-format
2202 msgid ""
2203 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
2204 "%s"
2205 msgstr ""
2206
2207 #: unpack-trees.c:126
2208 #, c-format
2209 msgid ""
2210 "The following Working tree files would be overwritten by sparse checkout "
2211 "update:\n"
2212 "%s"
2213 msgstr ""
2214
2215 #: unpack-trees.c:128
2216 #, c-format
2217 msgid ""
2218 "The following Working tree files would be removed by sparse checkout "
2219 "update:\n"
2220 "%s"
2221 msgstr ""
2222
2223 #: unpack-trees.c:205
2224 #, c-format
2225 msgid "Aborting\n"
2226 msgstr ""
2227
2228 #: unpack-trees.c:237
2229 msgid "Checking out files"
2230 msgstr ""
2231
2232 #: urlmatch.c:120
2233 msgid "invalid URL scheme name or missing '://' suffix"
2234 msgstr ""
2235
2236 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2237 #, c-format
2238 msgid "invalid %XX escape sequence"
2239 msgstr ""
2240
2241 #: urlmatch.c:172
2242 msgid "missing host and scheme is not 'file:'"
2243 msgstr ""
2244
2245 #: urlmatch.c:189
2246 msgid "a 'file:' URL may not have a port number"
2247 msgstr ""
2248
2249 #: urlmatch.c:199
2250 msgid "invalid characters in host name"
2251 msgstr ""
2252
2253 #: urlmatch.c:244 urlmatch.c:255
2254 msgid "invalid port number"
2255 msgstr ""
2256
2257 #: urlmatch.c:322
2258 msgid "invalid '..' path segment"
2259 msgstr ""
2260
2261 #: worktree.c:282
2262 #, c-format
2263 msgid "failed to read '%s'"
2264 msgstr ""
2265
2266 #: wrapper.c:222 wrapper.c:392
2267 #, c-format
2268 msgid "could not open '%s' for reading and writing"
2269 msgstr ""
2270
2271 #: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2272 #, c-format
2273 msgid "could not open '%s' for writing"
2274 msgstr ""
2275
2276 #: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2277 #: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2278 #: builtin/pull.c:407
2279 #, c-format
2280 msgid "could not open '%s' for reading"
2281 msgstr ""
2282
2283 #: wrapper.c:605 wrapper.c:626
2284 #, c-format
2285 msgid "unable to access '%s'"
2286 msgstr ""
2287
2288 #: wrapper.c:634
2289 msgid "unable to get current working directory"
2290 msgstr ""
2291
2292 #: wrapper.c:658
2293 #, c-format
2294 msgid "could not write to %s"
2295 msgstr ""
2296
2297 #: wrapper.c:660
2298 #, c-format
2299 msgid "could not close %s"
2300 msgstr ""
2301
2302 #: wt-status.c:150
2303 msgid "Unmerged paths:"
2304 msgstr ""
2305
2306 #: wt-status.c:177 wt-status.c:204
2307 #, c-format
2308 msgid "  (use \"git reset %s <file>...\" to unstage)"
2309 msgstr ""
2310
2311 #: wt-status.c:179 wt-status.c:206
2312 msgid "  (use \"git rm --cached <file>...\" to unstage)"
2313 msgstr ""
2314
2315 #: wt-status.c:183
2316 msgid "  (use \"git add <file>...\" to mark resolution)"
2317 msgstr ""
2318
2319 #: wt-status.c:185 wt-status.c:189
2320 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2321 msgstr ""
2322
2323 #: wt-status.c:187
2324 msgid "  (use \"git rm <file>...\" to mark resolution)"
2325 msgstr ""
2326
2327 #: wt-status.c:198 wt-status.c:882
2328 msgid "Changes to be committed:"
2329 msgstr ""
2330
2331 #: wt-status.c:216 wt-status.c:891
2332 msgid "Changes not staged for commit:"
2333 msgstr ""
2334
2335 #: wt-status.c:220
2336 msgid "  (use \"git add <file>...\" to update what will be committed)"
2337 msgstr ""
2338
2339 #: wt-status.c:222
2340 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
2341 msgstr ""
2342
2343 #: wt-status.c:223
2344 msgid ""
2345 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
2346 msgstr ""
2347
2348 #: wt-status.c:225
2349 msgid "  (commit or discard the untracked or modified content in submodules)"
2350 msgstr ""
2351
2352 #: wt-status.c:237
2353 #, c-format
2354 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
2355 msgstr ""
2356
2357 #: wt-status.c:252
2358 msgid "both deleted:"
2359 msgstr ""
2360
2361 #: wt-status.c:254
2362 msgid "added by us:"
2363 msgstr ""
2364
2365 #: wt-status.c:256
2366 msgid "deleted by them:"
2367 msgstr ""
2368
2369 #: wt-status.c:258
2370 msgid "added by them:"
2371 msgstr ""
2372
2373 #: wt-status.c:260
2374 msgid "deleted by us:"
2375 msgstr ""
2376
2377 #: wt-status.c:262
2378 msgid "both added:"
2379 msgstr ""
2380
2381 #: wt-status.c:264
2382 msgid "both modified:"
2383 msgstr ""
2384
2385 #: wt-status.c:274
2386 msgid "new file:"
2387 msgstr ""
2388
2389 #: wt-status.c:276
2390 msgid "copied:"
2391 msgstr ""
2392
2393 #: wt-status.c:278
2394 msgid "deleted:"
2395 msgstr ""
2396
2397 #: wt-status.c:280
2398 msgid "modified:"
2399 msgstr ""
2400
2401 #: wt-status.c:282
2402 msgid "renamed:"
2403 msgstr ""
2404
2405 #: wt-status.c:284
2406 msgid "typechange:"
2407 msgstr ""
2408
2409 #: wt-status.c:286
2410 msgid "unknown:"
2411 msgstr ""
2412
2413 #: wt-status.c:288
2414 msgid "unmerged:"
2415 msgstr ""
2416
2417 #: wt-status.c:370
2418 msgid "new commits, "
2419 msgstr ""
2420
2421 #: wt-status.c:372
2422 msgid "modified content, "
2423 msgstr ""
2424
2425 #: wt-status.c:374
2426 msgid "untracked content, "
2427 msgstr ""
2428
2429 #: wt-status.c:756
2430 msgid "Submodules changed but not updated:"
2431 msgstr ""
2432
2433 #: wt-status.c:758
2434 msgid "Submodule changes to be committed:"
2435 msgstr ""
2436
2437 #: wt-status.c:839
2438 msgid ""
2439 "Do not touch the line above.\n"
2440 "Everything below will be removed."
2441 msgstr ""
2442
2443 #: wt-status.c:950
2444 msgid "You have unmerged paths."
2445 msgstr ""
2446
2447 #: wt-status.c:953
2448 msgid "  (fix conflicts and run \"git commit\")"
2449 msgstr ""
2450
2451 #: wt-status.c:955
2452 msgid "  (use \"git merge --abort\" to abort the merge)"
2453 msgstr ""
2454
2455 #: wt-status.c:960
2456 msgid "All conflicts fixed but you are still merging."
2457 msgstr ""
2458
2459 #: wt-status.c:963
2460 msgid "  (use \"git commit\" to conclude merge)"
2461 msgstr ""
2462
2463 #: wt-status.c:973
2464 msgid "You are in the middle of an am session."
2465 msgstr ""
2466
2467 #: wt-status.c:976
2468 msgid "The current patch is empty."
2469 msgstr ""
2470
2471 #: wt-status.c:980
2472 msgid "  (fix conflicts and then run \"git am --continue\")"
2473 msgstr ""
2474
2475 #: wt-status.c:982
2476 msgid "  (use \"git am --skip\" to skip this patch)"
2477 msgstr ""
2478
2479 #: wt-status.c:984
2480 msgid "  (use \"git am --abort\" to restore the original branch)"
2481 msgstr ""
2482
2483 #: wt-status.c:1109
2484 msgid "No commands done."
2485 msgstr ""
2486
2487 #: wt-status.c:1112
2488 #, c-format
2489 msgid "Last command done (%d command done):"
2490 msgid_plural "Last commands done (%d commands done):"
2491 msgstr[0] ""
2492 msgstr[1] ""
2493
2494 #: wt-status.c:1123
2495 #, c-format
2496 msgid "  (see more in file %s)"
2497 msgstr ""
2498
2499 #: wt-status.c:1128
2500 msgid "No commands remaining."
2501 msgstr ""
2502
2503 #: wt-status.c:1131
2504 #, c-format
2505 msgid "Next command to do (%d remaining command):"
2506 msgid_plural "Next commands to do (%d remaining commands):"
2507 msgstr[0] ""
2508 msgstr[1] ""
2509
2510 #: wt-status.c:1139
2511 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
2512 msgstr ""
2513
2514 #: wt-status.c:1152
2515 #, c-format
2516 msgid "You are currently rebasing branch '%s' on '%s'."
2517 msgstr ""
2518
2519 #: wt-status.c:1157
2520 msgid "You are currently rebasing."
2521 msgstr ""
2522
2523 #: wt-status.c:1171
2524 msgid "  (fix conflicts and then run \"git rebase --continue\")"
2525 msgstr ""
2526
2527 #: wt-status.c:1173
2528 msgid "  (use \"git rebase --skip\" to skip this patch)"
2529 msgstr ""
2530
2531 #: wt-status.c:1175
2532 msgid "  (use \"git rebase --abort\" to check out the original branch)"
2533 msgstr ""
2534
2535 #: wt-status.c:1181
2536 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
2537 msgstr ""
2538
2539 #: wt-status.c:1185
2540 #, c-format
2541 msgid ""
2542 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
2543 msgstr ""
2544
2545 #: wt-status.c:1190
2546 msgid "You are currently splitting a commit during a rebase."
2547 msgstr ""
2548
2549 #: wt-status.c:1193
2550 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
2551 msgstr ""
2552
2553 #: wt-status.c:1197
2554 #, c-format
2555 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2556 msgstr ""
2557
2558 #: wt-status.c:1202
2559 msgid "You are currently editing a commit during a rebase."
2560 msgstr ""
2561
2562 #: wt-status.c:1205
2563 msgid "  (use \"git commit --amend\" to amend the current commit)"
2564 msgstr ""
2565
2566 #: wt-status.c:1207
2567 msgid ""
2568 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
2569 msgstr ""
2570
2571 #: wt-status.c:1217
2572 #, c-format
2573 msgid "You are currently cherry-picking commit %s."
2574 msgstr ""
2575
2576 #: wt-status.c:1222
2577 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
2578 msgstr ""
2579
2580 #: wt-status.c:1225
2581 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
2582 msgstr ""
2583
2584 #: wt-status.c:1227
2585 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2586 msgstr ""
2587
2588 #: wt-status.c:1236
2589 #, c-format
2590 msgid "You are currently reverting commit %s."
2591 msgstr ""
2592
2593 #: wt-status.c:1241
2594 msgid "  (fix conflicts and run \"git revert --continue\")"
2595 msgstr ""
2596
2597 #: wt-status.c:1244
2598 msgid "  (all conflicts fixed: run \"git revert --continue\")"
2599 msgstr ""
2600
2601 #: wt-status.c:1246
2602 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
2603 msgstr ""
2604
2605 #: wt-status.c:1257
2606 #, c-format
2607 msgid "You are currently bisecting, started from branch '%s'."
2608 msgstr ""
2609
2610 #: wt-status.c:1261
2611 msgid "You are currently bisecting."
2612 msgstr ""
2613
2614 #: wt-status.c:1264
2615 msgid "  (use \"git bisect reset\" to get back to the original branch)"
2616 msgstr ""
2617
2618 #: wt-status.c:1464
2619 msgid "On branch "
2620 msgstr ""
2621
2622 #: wt-status.c:1470
2623 msgid "interactive rebase in progress; onto "
2624 msgstr ""
2625
2626 #: wt-status.c:1472
2627 msgid "rebase in progress; onto "
2628 msgstr ""
2629
2630 #: wt-status.c:1477
2631 msgid "HEAD detached at "
2632 msgstr ""
2633
2634 #: wt-status.c:1479
2635 msgid "HEAD detached from "
2636 msgstr ""
2637
2638 #: wt-status.c:1482
2639 msgid "Not currently on any branch."
2640 msgstr ""
2641
2642 #: wt-status.c:1500
2643 msgid "Initial commit"
2644 msgstr ""
2645
2646 #: wt-status.c:1514
2647 msgid "Untracked files"
2648 msgstr ""
2649
2650 #: wt-status.c:1516
2651 msgid "Ignored files"
2652 msgstr ""
2653
2654 #: wt-status.c:1520
2655 #, c-format
2656 msgid ""
2657 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2658 "may speed it up, but you have to be careful not to forget to add\n"
2659 "new files yourself (see 'git help status')."
2660 msgstr ""
2661
2662 #: wt-status.c:1526
2663 #, c-format
2664 msgid "Untracked files not listed%s"
2665 msgstr ""
2666
2667 #: wt-status.c:1528
2668 msgid " (use -u option to show untracked files)"
2669 msgstr ""
2670
2671 #: wt-status.c:1534
2672 msgid "No changes"
2673 msgstr ""
2674
2675 #: wt-status.c:1539
2676 #, c-format
2677 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2678 msgstr ""
2679
2680 #: wt-status.c:1542
2681 #, c-format
2682 msgid "no changes added to commit\n"
2683 msgstr ""
2684
2685 #: wt-status.c:1545
2686 #, c-format
2687 msgid ""
2688 "nothing added to commit but untracked files present (use \"git add\" to "
2689 "track)\n"
2690 msgstr ""
2691
2692 #: wt-status.c:1548
2693 #, c-format
2694 msgid "nothing added to commit but untracked files present\n"
2695 msgstr ""
2696
2697 #: wt-status.c:1551
2698 #, c-format
2699 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2700 msgstr ""
2701
2702 #: wt-status.c:1554 wt-status.c:1559
2703 #, c-format
2704 msgid "nothing to commit\n"
2705 msgstr ""
2706
2707 #: wt-status.c:1557
2708 #, c-format
2709 msgid "nothing to commit (use -u to show untracked files)\n"
2710 msgstr ""
2711
2712 #: wt-status.c:1561
2713 #, c-format
2714 msgid "nothing to commit, working tree clean\n"
2715 msgstr ""
2716
2717 #: wt-status.c:1668
2718 msgid "Initial commit on "
2719 msgstr ""
2720
2721 #: wt-status.c:1672
2722 msgid "HEAD (no branch)"
2723 msgstr ""
2724
2725 #: wt-status.c:1701
2726 msgid "gone"
2727 msgstr ""
2728
2729 #: wt-status.c:1703 wt-status.c:1711
2730 msgid "behind "
2731 msgstr ""
2732
2733 #: wt-status.c:1706 wt-status.c:1709
2734 msgid "ahead "
2735 msgstr ""
2736
2737 #: compat/precompose_utf8.c:57 builtin/clone.c:415
2738 #, c-format
2739 msgid "failed to unlink '%s'"
2740 msgstr ""
2741
2742 #: builtin/add.c:22
2743 msgid "git add [<options>] [--] <pathspec>..."
2744 msgstr ""
2745
2746 #: builtin/add.c:65
2747 #, c-format
2748 msgid "unexpected diff status %c"
2749 msgstr ""
2750
2751 #: builtin/add.c:71 builtin/commit.c:281
2752 msgid "updating files failed"
2753 msgstr ""
2754
2755 #: builtin/add.c:81
2756 #, c-format
2757 msgid "remove '%s'\n"
2758 msgstr ""
2759
2760 #: builtin/add.c:136
2761 msgid "Unstaged changes after refreshing the index:"
2762 msgstr ""
2763
2764 #: builtin/add.c:196 builtin/rev-parse.c:811
2765 msgid "Could not read the index"
2766 msgstr ""
2767
2768 #: builtin/add.c:207
2769 #, c-format
2770 msgid "Could not open '%s' for writing."
2771 msgstr ""
2772
2773 #: builtin/add.c:211
2774 msgid "Could not write patch"
2775 msgstr ""
2776
2777 #: builtin/add.c:214
2778 msgid "editing patch failed"
2779 msgstr ""
2780
2781 #: builtin/add.c:217
2782 #, c-format
2783 msgid "Could not stat '%s'"
2784 msgstr ""
2785
2786 #: builtin/add.c:219
2787 msgid "Empty patch. Aborted."
2788 msgstr ""
2789
2790 #: builtin/add.c:224
2791 #, c-format
2792 msgid "Could not apply '%s'"
2793 msgstr ""
2794
2795 #: builtin/add.c:234
2796 msgid "The following paths are ignored by one of your .gitignore files:\n"
2797 msgstr ""
2798
2799 #: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:111
2800 #: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:521
2801 #: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:162
2802 msgid "dry run"
2803 msgstr ""
2804
2805 #: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:19
2806 #: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:593
2807 #: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:114
2808 msgid "be verbose"
2809 msgstr ""
2810
2811 #: builtin/add.c:256
2812 msgid "interactive picking"
2813 msgstr ""
2814
2815 #: builtin/add.c:257 builtin/checkout.c:1157 builtin/reset.c:286
2816 msgid "select hunks interactively"
2817 msgstr ""
2818
2819 #: builtin/add.c:258
2820 msgid "edit current diff and apply"
2821 msgstr ""
2822
2823 #: builtin/add.c:259
2824 msgid "allow adding otherwise ignored files"
2825 msgstr ""
2826
2827 #: builtin/add.c:260
2828 msgid "update tracked files"
2829 msgstr ""
2830
2831 #: builtin/add.c:261
2832 msgid "record only the fact that the path will be added later"
2833 msgstr ""
2834
2835 #: builtin/add.c:262
2836 msgid "add changes from all tracked and untracked files"
2837 msgstr ""
2838
2839 #: builtin/add.c:265
2840 msgid "ignore paths removed in the working tree (same as --no-all)"
2841 msgstr ""
2842
2843 #: builtin/add.c:267
2844 msgid "don't add, only refresh the index"
2845 msgstr ""
2846
2847 #: builtin/add.c:268
2848 msgid "just skip files which cannot be added because of errors"
2849 msgstr ""
2850
2851 #: builtin/add.c:269
2852 msgid "check if - even missing - files are ignored in dry run"
2853 msgstr ""
2854
2855 #: builtin/add.c:270 builtin/update-index.c:958
2856 msgid "(+/-)x"
2857 msgstr ""
2858
2859 #: builtin/add.c:270 builtin/update-index.c:959
2860 msgid "override the executable bit of the listed files"
2861 msgstr ""
2862
2863 #: builtin/add.c:292
2864 #, c-format
2865 msgid "Use -f if you really want to add them.\n"
2866 msgstr ""
2867
2868 #: builtin/add.c:300
2869 msgid "adding files failed"
2870 msgstr ""
2871
2872 #: builtin/add.c:336
2873 msgid "-A and -u are mutually incompatible"
2874 msgstr ""
2875
2876 #: builtin/add.c:343
2877 msgid "Option --ignore-missing can only be used together with --dry-run"
2878 msgstr ""
2879
2880 #: builtin/add.c:352
2881 #, c-format
2882 msgid "--chmod param '%s' must be either -x or +x"
2883 msgstr ""
2884
2885 #: builtin/add.c:367
2886 #, c-format
2887 msgid "Nothing specified, nothing added.\n"
2888 msgstr ""
2889
2890 #: builtin/add.c:368
2891 #, c-format
2892 msgid "Maybe you wanted to say 'git add .'?\n"
2893 msgstr ""
2894
2895 #: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:279
2896 #: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:340
2897 #: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2898 #: builtin/submodule--helper.c:240
2899 msgid "index file corrupt"
2900 msgstr ""
2901
2902 #: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:431
2903 msgid "Unable to write new index file"
2904 msgstr ""
2905
2906 #: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:1032
2907 #, c-format
2908 msgid "could not read '%s'"
2909 msgstr ""
2910
2911 #: builtin/am.c:426
2912 msgid "could not parse author script"
2913 msgstr ""
2914
2915 #: builtin/am.c:503
2916 #, c-format
2917 msgid "'%s' was deleted by the applypatch-msg hook"
2918 msgstr ""
2919
2920 #: builtin/am.c:544 builtin/notes.c:301
2921 #, c-format
2922 msgid "Malformed input line: '%s'."
2923 msgstr ""
2924
2925 #: builtin/am.c:581 builtin/notes.c:316
2926 #, c-format
2927 msgid "Failed to copy notes from '%s' to '%s'"
2928 msgstr ""
2929
2930 #: builtin/am.c:607
2931 msgid "fseek failed"
2932 msgstr ""
2933
2934 #: builtin/am.c:787
2935 #, c-format
2936 msgid "could not parse patch '%s'"
2937 msgstr ""
2938
2939 #: builtin/am.c:852
2940 msgid "Only one StGIT patch series can be applied at once"
2941 msgstr ""
2942
2943 #: builtin/am.c:899
2944 msgid "invalid timestamp"
2945 msgstr ""
2946
2947 #: builtin/am.c:902 builtin/am.c:910
2948 msgid "invalid Date line"
2949 msgstr ""
2950
2951 #: builtin/am.c:907
2952 msgid "invalid timezone offset"
2953 msgstr ""
2954
2955 #: builtin/am.c:996
2956 msgid "Patch format detection failed."
2957 msgstr ""
2958
2959 #: builtin/am.c:1001 builtin/clone.c:380
2960 #, c-format
2961 msgid "failed to create directory '%s'"
2962 msgstr ""
2963
2964 #: builtin/am.c:1005
2965 msgid "Failed to split patches."
2966 msgstr ""
2967
2968 #: builtin/am.c:1137 builtin/commit.c:366
2969 msgid "unable to write index file"
2970 msgstr ""
2971
2972 #: builtin/am.c:1188
2973 #, c-format
2974 msgid "When you have resolved this problem, run \"%s --continue\"."
2975 msgstr ""
2976
2977 #: builtin/am.c:1189
2978 #, c-format
2979 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2980 msgstr ""
2981
2982 #: builtin/am.c:1190
2983 #, c-format
2984 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2985 msgstr ""
2986
2987 #: builtin/am.c:1328
2988 msgid "Patch is empty. Was it split wrong?"
2989 msgstr ""
2990
2991 #: builtin/am.c:1402 builtin/log.c:1543
2992 #, c-format
2993 msgid "invalid ident line: %s"
2994 msgstr ""
2995
2996 #: builtin/am.c:1429
2997 #, c-format
2998 msgid "unable to parse commit %s"
2999 msgstr ""
3000
3001 #: builtin/am.c:1602
3002 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3003 msgstr ""
3004
3005 #: builtin/am.c:1604
3006 msgid "Using index info to reconstruct a base tree..."
3007 msgstr ""
3008
3009 #: builtin/am.c:1623
3010 msgid ""
3011 "Did you hand edit your patch?\n"
3012 "It does not apply to blobs recorded in its index."
3013 msgstr ""
3014
3015 #: builtin/am.c:1629
3016 msgid "Falling back to patching base and 3-way merge..."
3017 msgstr ""
3018
3019 #: builtin/am.c:1654
3020 msgid "Failed to merge in the changes."
3021 msgstr ""
3022
3023 #: builtin/am.c:1679 builtin/merge.c:628
3024 msgid "git write-tree failed to write a tree"
3025 msgstr ""
3026
3027 #: builtin/am.c:1686
3028 msgid "applying to an empty history"
3029 msgstr ""
3030
3031 #: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:798
3032 #: builtin/merge.c:823
3033 msgid "failed to write commit object"
3034 msgstr ""
3035
3036 #: builtin/am.c:1731 builtin/am.c:1735
3037 #, c-format
3038 msgid "cannot resume: %s does not exist."
3039 msgstr ""
3040
3041 #: builtin/am.c:1751
3042 msgid "cannot be interactive without stdin connected to a terminal."
3043 msgstr ""
3044
3045 #: builtin/am.c:1756
3046 msgid "Commit Body is:"
3047 msgstr ""
3048
3049 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3050 #. in your translation. The program will only accept English
3051 #. input at this point.
3052 #.
3053 #: builtin/am.c:1766
3054 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3055 msgstr ""
3056
3057 #: builtin/am.c:1816
3058 #, c-format
3059 msgid "Dirty index: cannot apply patches (dirty: %s)"
3060 msgstr ""
3061
3062 #: builtin/am.c:1853 builtin/am.c:1925
3063 #, c-format
3064 msgid "Applying: %.*s"
3065 msgstr ""
3066
3067 #: builtin/am.c:1869
3068 msgid "No changes -- Patch already applied."
3069 msgstr ""
3070
3071 #: builtin/am.c:1877
3072 #, c-format
3073 msgid "Patch failed at %s %.*s"
3074 msgstr ""
3075
3076 #: builtin/am.c:1883
3077 #, c-format
3078 msgid "The copy of the patch that failed is found in: %s"
3079 msgstr ""
3080
3081 #: builtin/am.c:1928
3082 msgid ""
3083 "No changes - did you forget to use 'git add'?\n"
3084 "If there is nothing left to stage, chances are that something else\n"
3085 "already introduced the same changes; you might want to skip this patch."
3086 msgstr ""
3087
3088 #: builtin/am.c:1935
3089 msgid ""
3090 "You still have unmerged paths in your index.\n"
3091 "Did you forget to use 'git add'?"
3092 msgstr ""
3093
3094 #: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:308
3095 #: builtin/reset.c:316
3096 #, c-format
3097 msgid "Could not parse object '%s'."
3098 msgstr ""
3099
3100 #: builtin/am.c:2095
3101 msgid "failed to clean index"
3102 msgstr ""
3103
3104 #: builtin/am.c:2129
3105 msgid ""
3106 "You seem to have moved HEAD since the last 'am' failure.\n"
3107 "Not rewinding to ORIG_HEAD"
3108 msgstr ""
3109
3110 #: builtin/am.c:2192
3111 #, c-format
3112 msgid "Invalid value for --patch-format: %s"
3113 msgstr ""
3114
3115 #: builtin/am.c:2225
3116 msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
3117 msgstr ""
3118
3119 #: builtin/am.c:2226
3120 msgid "git am [<options>] (--continue | --skip | --abort)"
3121 msgstr ""
3122
3123 #: builtin/am.c:2232
3124 msgid "run interactively"
3125 msgstr ""
3126
3127 #: builtin/am.c:2234
3128 msgid "historical option -- no-op"
3129 msgstr ""
3130
3131 #: builtin/am.c:2236
3132 msgid "allow fall back on 3way merging if needed"
3133 msgstr ""
3134
3135 #: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:57
3136 #: builtin/repack.c:172
3137 msgid "be quiet"
3138 msgstr ""
3139
3140 #: builtin/am.c:2239
3141 msgid "add a Signed-off-by line to the commit message"
3142 msgstr ""
3143
3144 #: builtin/am.c:2242
3145 msgid "recode into utf8 (default)"
3146 msgstr ""
3147
3148 #: builtin/am.c:2244
3149 msgid "pass -k flag to git-mailinfo"
3150 msgstr ""
3151
3152 #: builtin/am.c:2246
3153 msgid "pass -b flag to git-mailinfo"
3154 msgstr ""
3155
3156 #: builtin/am.c:2248
3157 msgid "pass -m flag to git-mailinfo"
3158 msgstr ""
3159
3160 #: builtin/am.c:2250
3161 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3162 msgstr ""
3163
3164 #: builtin/am.c:2253
3165 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
3166 msgstr ""
3167
3168 #: builtin/am.c:2256
3169 msgid "strip everything before a scissors line"
3170 msgstr ""
3171
3172 #: builtin/am.c:2257 builtin/apply.c:4837
3173 msgid "action"
3174 msgstr ""
3175
3176 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
3177 #: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:2279
3178 #: builtin/am.c:2285
3179 msgid "pass it through git-apply"
3180 msgstr ""
3181
3182 #: builtin/am.c:2266 builtin/apply.c:4861
3183 msgid "root"
3184 msgstr ""
3185
3186 #: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:4799
3187 #: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:96
3188 #: builtin/pull.c:179 builtin/submodule--helper.c:277
3189 #: builtin/submodule--helper.c:402 builtin/submodule--helper.c:482
3190 #: builtin/submodule--helper.c:485 builtin/submodule--helper.c:823
3191 #: builtin/submodule--helper.c:826
3192 msgid "path"
3193 msgstr ""
3194
3195 #: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3196 #: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:134
3197 #: builtin/pull.c:193 builtin/repack.c:181 builtin/repack.c:185
3198 #: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
3199 #: parse-options.h:132 parse-options.h:134 parse-options.h:244
3200 msgid "n"
3201 msgstr ""
3202
3203 #: builtin/am.c:2278 builtin/apply.c:4805
3204 msgid "num"
3205 msgstr ""
3206
3207 #: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:438
3208 #: builtin/tag.c:372
3209 msgid "format"
3210 msgstr ""
3211
3212 #: builtin/am.c:2282
3213 msgid "format the patch(es) are in"
3214 msgstr ""
3215
3216 #: builtin/am.c:2288
3217 msgid "override error message when patch failure occurs"
3218 msgstr ""
3219
3220 #: builtin/am.c:2290
3221 msgid "continue applying patches after resolving a conflict"
3222 msgstr ""
3223
3224 #: builtin/am.c:2293
3225 msgid "synonyms for --continue"
3226 msgstr ""
3227
3228 #: builtin/am.c:2296
3229 msgid "skip the current patch"
3230 msgstr ""
3231
3232 #: builtin/am.c:2299
3233 msgid "restore the original branch and abort the patching operation."
3234 msgstr ""
3235
3236 #: builtin/am.c:2303
3237 msgid "lie about committer date"
3238 msgstr ""
3239
3240 #: builtin/am.c:2305
3241 msgid "use current timestamp for author date"
3242 msgstr ""
3243
3244 #: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:229
3245 #: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
3246 msgid "key-id"
3247 msgstr ""
3248
3249 #: builtin/am.c:2308
3250 msgid "GPG-sign commits"
3251 msgstr ""
3252
3253 #: builtin/am.c:2311
3254 msgid "(internal use for git-rebase)"
3255 msgstr ""
3256
3257 #: builtin/am.c:2326
3258 msgid ""
3259 "The -b/--binary option has been a no-op for long time, and\n"
3260 "it will be removed. Please do not use it anymore."
3261 msgstr ""
3262
3263 #: builtin/am.c:2333
3264 msgid "failed to read the index"
3265 msgstr ""
3266
3267 #: builtin/am.c:2348
3268 #, c-format
3269 msgid "previous rebase directory %s still exists but mbox given."
3270 msgstr ""
3271
3272 #: builtin/am.c:2372
3273 #, c-format
3274 msgid ""
3275 "Stray %s directory found.\n"
3276 "Use \"git am --abort\" to remove it."
3277 msgstr ""
3278
3279 #: builtin/am.c:2378
3280 msgid "Resolve operation not in progress, we are not resuming."
3281 msgstr ""
3282
3283 #: builtin/apply.c:122
3284 msgid "git apply [<options>] [<patch>...]"
3285 msgstr ""
3286
3287 #: builtin/apply.c:153
3288 #, c-format
3289 msgid "unrecognized whitespace option '%s'"
3290 msgstr ""
3291
3292 #: builtin/apply.c:169
3293 #, c-format
3294 msgid "unrecognized whitespace ignore option '%s'"
3295 msgstr ""
3296
3297 #: builtin/apply.c:854
3298 #, c-format
3299 msgid "Cannot prepare timestamp regexp %s"
3300 msgstr ""
3301
3302 #: builtin/apply.c:863
3303 #, c-format
3304 msgid "regexec returned %d for input: %s"
3305 msgstr ""
3306
3307 #: builtin/apply.c:947
3308 #, c-format
3309 msgid "unable to find filename in patch at line %d"
3310 msgstr ""
3311
3312 #: builtin/apply.c:984
3313 #, c-format
3314 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
3315 msgstr ""
3316
3317 #: builtin/apply.c:989
3318 #, c-format
3319 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
3320 msgstr ""
3321
3322 #: builtin/apply.c:990
3323 #, c-format
3324 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3325 msgstr ""
3326
3327 #: builtin/apply.c:995
3328 #, c-format
3329 msgid "git apply: bad git-diff - expected /dev/null on line %d"
3330 msgstr ""
3331
3332 #: builtin/apply.c:1489
3333 #, c-format
3334 msgid "recount: unexpected line: %.*s"
3335 msgstr ""
3336
3337 #: builtin/apply.c:1550
3338 #, c-format
3339 msgid "patch fragment without header at line %d: %.*s"
3340 msgstr ""
3341
3342 #: builtin/apply.c:1567
3343 #, c-format
3344 msgid ""
3345 "git diff header lacks filename information when removing %d leading pathname "
3346 "component (line %d)"
3347 msgid_plural ""
3348 "git diff header lacks filename information when removing %d leading pathname "
3349 "components (line %d)"
3350 msgstr[0] ""
3351 msgstr[1] ""
3352
3353 #: builtin/apply.c:1743
3354 msgid "new file depends on old contents"
3355 msgstr ""
3356
3357 #: builtin/apply.c:1745
3358 msgid "deleted file still has contents"
3359 msgstr ""
3360
3361 #: builtin/apply.c:1774
3362 #, c-format
3363 msgid "corrupt patch at line %d"
3364 msgstr ""
3365
3366 #: builtin/apply.c:1810
3367 #, c-format
3368 msgid "new file %s depends on old contents"
3369 msgstr ""
3370
3371 #: builtin/apply.c:1812
3372 #, c-format
3373 msgid "deleted file %s still has contents"
3374 msgstr ""
3375
3376 #: builtin/apply.c:1815
3377 #, c-format
3378 msgid "** warning: file %s becomes empty but is not deleted"
3379 msgstr ""
3380
3381 #: builtin/apply.c:1962
3382 #, c-format
3383 msgid "corrupt binary patch at line %d: %.*s"
3384 msgstr ""
3385
3386 #: builtin/apply.c:1999
3387 #, c-format
3388 msgid "unrecognized binary patch at line %d"
3389 msgstr ""
3390
3391 #: builtin/apply.c:2154
3392 #, c-format
3393 msgid "patch with only garbage at line %d"
3394 msgstr ""
3395
3396 #: builtin/apply.c:2244
3397 #, c-format
3398 msgid "unable to read symlink %s"
3399 msgstr ""
3400
3401 #: builtin/apply.c:2248
3402 #, c-format
3403 msgid "unable to open or read %s"
3404 msgstr ""
3405
3406 #: builtin/apply.c:2901
3407 #, c-format
3408 msgid "invalid start of line: '%c'"
3409 msgstr ""
3410
3411 #: builtin/apply.c:3020
3412 #, c-format
3413 msgid "Hunk #%d succeeded at %d (offset %d line)."
3414 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
3415 msgstr[0] ""
3416 msgstr[1] ""
3417
3418 #: builtin/apply.c:3032
3419 #, c-format
3420 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3421 msgstr ""
3422
3423 #: builtin/apply.c:3038
3424 #, c-format
3425 msgid ""
3426 "while searching for:\n"
3427 "%.*s"
3428 msgstr ""
3429
3430 #: builtin/apply.c:3060
3431 #, c-format
3432 msgid "missing binary patch data for '%s'"
3433 msgstr ""
3434
3435 #: builtin/apply.c:3163
3436 #, c-format
3437 msgid "binary patch does not apply to '%s'"
3438 msgstr ""
3439
3440 #: builtin/apply.c:3169
3441 #, c-format
3442 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3443 msgstr ""
3444
3445 #: builtin/apply.c:3190
3446 #, c-format
3447 msgid "patch failed: %s:%ld"
3448 msgstr ""
3449
3450 #: builtin/apply.c:3314
3451 #, c-format
3452 msgid "cannot checkout %s"
3453 msgstr ""
3454
3455 #: builtin/apply.c:3370
3456 #, c-format
3457 msgid "reading from '%s' beyond a symbolic link"
3458 msgstr ""
3459
3460 #: builtin/apply.c:3399 builtin/apply.c:3630
3461 #, c-format
3462 msgid "path %s has been renamed/deleted"
3463 msgstr ""
3464
3465 #: builtin/apply.c:3482 builtin/apply.c:3644
3466 #, c-format
3467 msgid "%s: does not exist in index"
3468 msgstr ""
3469
3470 #: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:3658
3471 #, c-format
3472 msgid "%s: %s"
3473 msgstr ""
3474
3475 #: builtin/apply.c:3491 builtin/apply.c:3652
3476 #, c-format
3477 msgid "%s: does not match index"
3478 msgstr ""
3479
3480 #: builtin/apply.c:3597
3481 msgid "removal patch leaves file contents"
3482 msgstr ""
3483
3484 #: builtin/apply.c:3669
3485 #, c-format
3486 msgid "%s: wrong type"
3487 msgstr ""
3488
3489 #: builtin/apply.c:3671
3490 #, c-format
3491 msgid "%s has type %o, expected %o"
3492 msgstr ""
3493
3494 #: builtin/apply.c:3822 builtin/apply.c:3824
3495 #, c-format
3496 msgid "invalid path '%s'"
3497 msgstr ""
3498
3499 #: builtin/apply.c:3879
3500 #, c-format
3501 msgid "%s: already exists in index"
3502 msgstr ""
3503
3504 #: builtin/apply.c:3882
3505 #, c-format
3506 msgid "%s: already exists in working directory"
3507 msgstr ""
3508
3509 #: builtin/apply.c:3902
3510 #, c-format
3511 msgid "new mode (%o) of %s does not match old mode (%o)"
3512 msgstr ""
3513
3514 #: builtin/apply.c:3907
3515 #, c-format
3516 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3517 msgstr ""
3518
3519 #: builtin/apply.c:3927
3520 #, c-format
3521 msgid "affected file '%s' is beyond a symbolic link"
3522 msgstr ""
3523
3524 #: builtin/apply.c:3931
3525 #, c-format
3526 msgid "%s: patch does not apply"
3527 msgstr ""
3528
3529 #: builtin/apply.c:3945
3530 #, c-format
3531 msgid "Checking patch %s..."
3532 msgstr ""
3533
3534 #: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:135
3535 #, c-format
3536 msgid "make_cache_entry failed for path '%s'"
3537 msgstr ""
3538
3539 #: builtin/apply.c:4182
3540 #, c-format
3541 msgid "unable to remove %s from index"
3542 msgstr ""
3543
3544 #: builtin/apply.c:4215
3545 #, c-format
3546 msgid "corrupt patch for submodule %s"
3547 msgstr ""
3548
3549 #: builtin/apply.c:4219
3550 #, c-format
3551 msgid "unable to stat newly created file '%s'"
3552 msgstr ""
3553
3554 #: builtin/apply.c:4224
3555 #, c-format
3556 msgid "unable to create backing store for newly created file %s"
3557 msgstr ""
3558
3559 #: builtin/apply.c:4227 builtin/apply.c:4340
3560 #, c-format
3561 msgid "unable to add cache entry for %s"
3562 msgstr ""
3563
3564 #: builtin/apply.c:4260
3565 #, c-format
3566 msgid "closing file '%s'"
3567 msgstr ""
3568
3569 #: builtin/apply.c:4313
3570 #, c-format
3571 msgid "unable to write file '%s' mode %o"
3572 msgstr ""
3573
3574 #: builtin/apply.c:4403
3575 #, c-format
3576 msgid "Applied patch %s cleanly."
3577 msgstr ""
3578
3579 #: builtin/apply.c:4411
3580 msgid "internal error"
3581 msgstr ""
3582
3583 #: builtin/apply.c:4414
3584 #, c-format
3585 msgid "Applying patch %%s with %d reject..."
3586 msgid_plural "Applying patch %%s with %d rejects..."
3587 msgstr[0] ""
3588 msgstr[1] ""
3589
3590 #: builtin/apply.c:4424
3591 #, c-format
3592 msgid "truncating .rej filename to %.*s.rej"
3593 msgstr ""
3594
3595 #: builtin/apply.c:4432
3596 #, c-format
3597 msgid "cannot open %s: %s"
3598 msgstr ""
3599
3600 #: builtin/apply.c:4445
3601 #, c-format
3602 msgid "Hunk #%d applied cleanly."
3603 msgstr ""
3604
3605 #: builtin/apply.c:4448
3606 #, c-format
3607 msgid "Rejected hunk #%d."
3608 msgstr ""
3609
3610 #: builtin/apply.c:4537
3611 #, c-format
3612 msgid "Skipped patch '%s'."
3613 msgstr ""
3614
3615 #: builtin/apply.c:4545
3616 msgid "unrecognized input"
3617 msgstr ""
3618
3619 #: builtin/apply.c:4556
3620 msgid "unable to read index file"
3621 msgstr ""
3622
3623 #: builtin/apply.c:4701
3624 msgid "--3way outside a repository"
3625 msgstr ""
3626
3627 #: builtin/apply.c:4709
3628 msgid "--index outside a repository"
3629 msgstr ""
3630
3631 #: builtin/apply.c:4712
3632 msgid "--cached outside a repository"
3633 msgstr ""
3634
3635 #: builtin/apply.c:4745
3636 #, c-format
3637 msgid "can't open patch '%s'"
3638 msgstr ""
3639
3640 #: builtin/apply.c:4760
3641 #, c-format
3642 msgid "squelched %d whitespace error"
3643 msgid_plural "squelched %d whitespace errors"
3644 msgstr[0] ""
3645 msgstr[1] ""
3646
3647 #: builtin/apply.c:4766 builtin/apply.c:4776
3648 #, c-format
3649 msgid "%d line adds whitespace errors."
3650 msgid_plural "%d lines add whitespace errors."
3651 msgstr[0] ""
3652 msgstr[1] ""
3653
3654 #: builtin/apply.c:4800
3655 msgid "don't apply changes matching the given path"
3656 msgstr ""
3657
3658 #: builtin/apply.c:4803
3659 msgid "apply changes matching the given path"
3660 msgstr ""
3661
3662 #: builtin/apply.c:4806
3663 msgid "remove <num> leading slashes from traditional diff paths"
3664 msgstr ""
3665
3666 #: builtin/apply.c:4809
3667 msgid "ignore additions made by the patch"
3668 msgstr ""
3669
3670 #: builtin/apply.c:4811
3671 msgid "instead of applying the patch, output diffstat for the input"
3672 msgstr ""
3673
3674 #: builtin/apply.c:4815
3675 msgid "show number of added and deleted lines in decimal notation"
3676 msgstr ""
3677
3678 #: builtin/apply.c:4817
3679 msgid "instead of applying the patch, output a summary for the input"
3680 msgstr ""
3681
3682 #: builtin/apply.c:4819
3683 msgid "instead of applying the patch, see if the patch is applicable"
3684 msgstr ""
3685
3686 #: builtin/apply.c:4821
3687 msgid "make sure the patch is applicable to the current index"
3688 msgstr ""
3689
3690 #: builtin/apply.c:4823
3691 msgid "apply a patch without touching the working tree"
3692 msgstr ""
3693
3694 #: builtin/apply.c:4825
3695 msgid "accept a patch that touches outside the working area"
3696 msgstr ""
3697
3698 #: builtin/apply.c:4827
3699 msgid "also apply the patch (use with --stat/--summary/--check)"
3700 msgstr ""
3701
3702 #: builtin/apply.c:4829
3703 msgid "attempt three-way merge if a patch does not apply"
3704 msgstr ""
3705
3706 #: builtin/apply.c:4831
3707 msgid "build a temporary index based on embedded index information"
3708 msgstr ""
3709
3710 #: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:426
3711 msgid "paths are separated with NUL character"
3712 msgstr ""
3713
3714 #: builtin/apply.c:4836
3715 msgid "ensure at least <n> lines of context match"
3716 msgstr ""
3717
3718 #: builtin/apply.c:4838
3719 msgid "detect new or modified lines that have whitespace errors"
3720 msgstr ""
3721
3722 #: builtin/apply.c:4841 builtin/apply.c:4844
3723 msgid "ignore changes in whitespace when finding context"
3724 msgstr ""
3725
3726 #: builtin/apply.c:4847
3727 msgid "apply the patch in reverse"
3728 msgstr ""
3729
3730 #: builtin/apply.c:4849
3731 msgid "don't expect at least one line of context"
3732 msgstr ""
3733
3734 #: builtin/apply.c:4851
3735 msgid "leave the rejected hunks in corresponding *.rej files"
3736 msgstr ""
3737
3738 #: builtin/apply.c:4853
3739 msgid "allow overlapping hunks"
3740 msgstr ""
3741
3742 #: builtin/apply.c:4856
3743 msgid "tolerate incorrectly detected missing new-line at the end of file"
3744 msgstr ""
3745
3746 #: builtin/apply.c:4859
3747 msgid "do not trust the line counts in the hunk headers"
3748 msgstr ""
3749
3750 #: builtin/apply.c:4862
3751 msgid "prepend <root> to all filenames"
3752 msgstr ""
3753
3754 #: builtin/archive.c:17
3755 #, c-format
3756 msgid "could not create archive file '%s'"
3757 msgstr ""
3758
3759 #: builtin/archive.c:20
3760 msgid "could not redirect output"
3761 msgstr ""
3762
3763 #: builtin/archive.c:37
3764 msgid "git archive: Remote with no URL"
3765 msgstr ""
3766
3767 #: builtin/archive.c:58
3768 msgid "git archive: expected ACK/NAK, got EOF"
3769 msgstr ""
3770
3771 #: builtin/archive.c:61
3772 #, c-format
3773 msgid "git archive: NACK %s"
3774 msgstr ""
3775
3776 #: builtin/archive.c:63
3777 #, c-format
3778 msgid "remote error: %s"
3779 msgstr ""
3780
3781 #: builtin/archive.c:64
3782 msgid "git archive: protocol error"
3783 msgstr ""
3784
3785 #: builtin/archive.c:68
3786 msgid "git archive: expected a flush"
3787 msgstr ""
3788
3789 #: builtin/bisect--helper.c:7
3790 msgid "git bisect--helper --next-all [--no-checkout]"
3791 msgstr ""
3792
3793 #: builtin/bisect--helper.c:17
3794 msgid "perform 'git bisect next'"
3795 msgstr ""
3796
3797 #: builtin/bisect--helper.c:19
3798 msgid "update BISECT_HEAD instead of checking out the current commit"
3799 msgstr ""
3800
3801 #: builtin/blame.c:33
3802 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3803 msgstr ""
3804
3805 #: builtin/blame.c:38
3806 msgid "<rev-opts> are documented in git-rev-list(1)"
3807 msgstr ""
3808
3809 #: builtin/blame.c:1781
3810 msgid "Blaming lines"
3811 msgstr ""
3812
3813 #: builtin/blame.c:2536
3814 msgid "Show blame entries as we find them, incrementally"
3815 msgstr ""
3816
3817 #: builtin/blame.c:2537
3818 msgid "Show blank SHA-1 for boundary commits (Default: off)"
3819 msgstr ""
3820
3821 #: builtin/blame.c:2538
3822 msgid "Do not treat root commits as boundaries (Default: off)"
3823 msgstr ""
3824
3825 #: builtin/blame.c:2539
3826 msgid "Show work cost statistics"
3827 msgstr ""
3828
3829 #: builtin/blame.c:2540
3830 msgid "Force progress reporting"
3831 msgstr ""
3832
3833 #: builtin/blame.c:2541
3834 msgid "Show output score for blame entries"
3835 msgstr ""
3836
3837 #: builtin/blame.c:2542
3838 msgid "Show original filename (Default: auto)"
3839 msgstr ""
3840
3841 #: builtin/blame.c:2543
3842 msgid "Show original linenumber (Default: off)"
3843 msgstr ""
3844
3845 #: builtin/blame.c:2544
3846 msgid "Show in a format designed for machine consumption"
3847 msgstr ""
3848
3849 #: builtin/blame.c:2545
3850 msgid "Show porcelain format with per-line commit information"
3851 msgstr ""
3852
3853 #: builtin/blame.c:2546
3854 msgid "Use the same output mode as git-annotate (Default: off)"
3855 msgstr ""
3856
3857 #: builtin/blame.c:2547
3858 msgid "Show raw timestamp (Default: off)"
3859 msgstr ""
3860
3861 #: builtin/blame.c:2548
3862 msgid "Show long commit SHA1 (Default: off)"
3863 msgstr ""
3864
3865 #: builtin/blame.c:2549
3866 msgid "Suppress author name and timestamp (Default: off)"
3867 msgstr ""
3868
3869 #: builtin/blame.c:2550
3870 msgid "Show author email instead of name (Default: off)"
3871 msgstr ""
3872
3873 #: builtin/blame.c:2551
3874 msgid "Ignore whitespace differences"
3875 msgstr ""
3876
3877 #: builtin/blame.c:2552
3878 msgid "Spend extra cycles to find better match"
3879 msgstr ""
3880
3881 #: builtin/blame.c:2553
3882 msgid "Use revisions from <file> instead of calling git-rev-list"
3883 msgstr ""
3884
3885 #: builtin/blame.c:2554
3886 msgid "Use <file>'s contents as the final image"
3887 msgstr ""
3888
3889 #: builtin/blame.c:2555 builtin/blame.c:2556
3890 msgid "score"
3891 msgstr ""
3892
3893 #: builtin/blame.c:2555
3894 msgid "Find line copies within and across files"
3895 msgstr ""
3896
3897 #: builtin/blame.c:2556
3898 msgid "Find line movements within and across files"
3899 msgstr ""
3900
3901 #: builtin/blame.c:2557
3902 msgid "n,m"
3903 msgstr ""
3904
3905 #: builtin/blame.c:2557
3906 msgid "Process only line range n,m, counting from 1"
3907 msgstr ""
3908
3909 #. TRANSLATORS: This string is used to tell us the maximum
3910 #. display width for a relative timestamp in "git blame"
3911 #. output.  For C locale, "4 years, 11 months ago", which
3912 #. takes 22 places, is the longest among various forms of
3913 #. relative timestamps, but your language may need more or
3914 #. fewer display columns.
3915 #: builtin/blame.c:2649
3916 msgid "4 years, 11 months ago"
3917 msgstr ""
3918
3919 #: builtin/branch.c:26
3920 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3921 msgstr ""
3922
3923 #: builtin/branch.c:27
3924 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3925 msgstr ""
3926
3927 #: builtin/branch.c:28
3928 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3929 msgstr ""
3930
3931 #: builtin/branch.c:29
3932 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3933 msgstr ""
3934
3935 #: builtin/branch.c:30
3936 msgid "git branch [<options>] [-r | -a] [--points-at]"
3937 msgstr ""
3938
3939 #: builtin/branch.c:143
3940 #, c-format
3941 msgid ""
3942 "deleting branch '%s' that has been merged to\n"
3943 "         '%s', but not yet merged to HEAD."
3944 msgstr ""
3945
3946 #: builtin/branch.c:147
3947 #, c-format
3948 msgid ""
3949 "not deleting branch '%s' that is not yet merged to\n"
3950 "         '%s', even though it is merged to HEAD."
3951 msgstr ""
3952
3953 #: builtin/branch.c:161
3954 #, c-format
3955 msgid "Couldn't look up commit object for '%s'"
3956 msgstr ""
3957
3958 #: builtin/branch.c:165
3959 #, c-format
3960 msgid ""
3961 "The branch '%s' is not fully merged.\n"
3962 "If you are sure you want to delete it, run 'git branch -D %s'."
3963 msgstr ""
3964
3965 #: builtin/branch.c:178
3966 msgid "Update of config-file failed"
3967 msgstr ""
3968
3969 #: builtin/branch.c:206
3970 msgid "cannot use -a with -d"
3971 msgstr ""
3972
3973 #: builtin/branch.c:212
3974 msgid "Couldn't look up commit object for HEAD"
3975 msgstr ""
3976
3977 #: builtin/branch.c:226
3978 #, c-format
3979 msgid "Cannot delete branch '%s' checked out at '%s'"
3980 msgstr ""
3981
3982 #: builtin/branch.c:241
3983 #, c-format
3984 msgid "remote-tracking branch '%s' not found."
3985 msgstr ""
3986
3987 #: builtin/branch.c:242
3988 #, c-format
3989 msgid "branch '%s' not found."
3990 msgstr ""
3991
3992 #: builtin/branch.c:257
3993 #, c-format
3994 msgid "Error deleting remote-tracking branch '%s'"
3995 msgstr ""
3996
3997 #: builtin/branch.c:258
3998 #, c-format
3999 msgid "Error deleting branch '%s'"
4000 msgstr ""
4001
4002 #: builtin/branch.c:265
4003 #, c-format
4004 msgid "Deleted remote-tracking branch %s (was %s).\n"
4005 msgstr ""
4006
4007 #: builtin/branch.c:266
4008 #, c-format
4009 msgid "Deleted branch %s (was %s).\n"
4010 msgstr ""
4011
4012 #: builtin/branch.c:312
4013 #, c-format
4014 msgid "[%s: gone]"
4015 msgstr ""
4016
4017 #: builtin/branch.c:317
4018 #, c-format
4019 msgid "[%s]"
4020 msgstr ""
4021
4022 #: builtin/branch.c:322
4023 #, c-format
4024 msgid "[%s: behind %d]"
4025 msgstr ""
4026
4027 #: builtin/branch.c:324
4028 #, c-format
4029 msgid "[behind %d]"
4030 msgstr ""
4031
4032 #: builtin/branch.c:328
4033 #, c-format
4034 msgid "[%s: ahead %d]"
4035 msgstr ""
4036
4037 #: builtin/branch.c:330
4038 #, c-format
4039 msgid "[ahead %d]"
4040 msgstr ""
4041
4042 #: builtin/branch.c:333
4043 #, c-format
4044 msgid "[%s: ahead %d, behind %d]"
4045 msgstr ""
4046
4047 #: builtin/branch.c:336
4048 #, c-format
4049 msgid "[ahead %d, behind %d]"
4050 msgstr ""
4051
4052 #: builtin/branch.c:349
4053 msgid " **** invalid ref ****"
4054 msgstr ""
4055
4056 #: builtin/branch.c:375
4057 #, c-format
4058 msgid "(no branch, rebasing %s)"
4059 msgstr ""
4060
4061 #: builtin/branch.c:378
4062 #, c-format
4063 msgid "(no branch, bisect started on %s)"
4064 msgstr ""
4065
4066 #. TRANSLATORS: make sure this matches
4067 #. "HEAD detached at " in wt-status.c
4068 #: builtin/branch.c:384
4069 #, c-format
4070 msgid "(HEAD detached at %s)"
4071 msgstr ""
4072
4073 #. TRANSLATORS: make sure this matches
4074 #. "HEAD detached from " in wt-status.c
4075 #: builtin/branch.c:389
4076 #, c-format
4077 msgid "(HEAD detached from %s)"
4078 msgstr ""
4079
4080 #: builtin/branch.c:393
4081 msgid "(no branch)"
4082 msgstr ""
4083
4084 #: builtin/branch.c:544
4085 #, c-format
4086 msgid "Branch %s is being rebased at %s"
4087 msgstr ""
4088
4089 #: builtin/branch.c:548
4090 #, c-format
4091 msgid "Branch %s is being bisected at %s"
4092 msgstr ""
4093
4094 #: builtin/branch.c:563
4095 msgid "cannot rename the current branch while not on any."
4096 msgstr ""
4097
4098 #: builtin/branch.c:573
4099 #, c-format
4100 msgid "Invalid branch name: '%s'"
4101 msgstr ""
4102
4103 #: builtin/branch.c:590
4104 msgid "Branch rename failed"
4105 msgstr ""
4106
4107 #: builtin/branch.c:594
4108 #, c-format
4109 msgid "Renamed a misnamed branch '%s' away"
4110 msgstr ""
4111
4112 #: builtin/branch.c:597
4113 #, c-format
4114 msgid "Branch renamed to %s, but HEAD is not updated!"
4115 msgstr ""
4116
4117 #: builtin/branch.c:604
4118 msgid "Branch is renamed, but update of config-file failed"
4119 msgstr ""
4120
4121 #: builtin/branch.c:620
4122 #, c-format
4123 msgid ""
4124 "Please edit the description for the branch\n"
4125 "  %s\n"
4126 "Lines starting with '%c' will be stripped.\n"
4127 msgstr ""
4128
4129 #: builtin/branch.c:651
4130 msgid "Generic options"
4131 msgstr ""
4132
4133 #: builtin/branch.c:653
4134 msgid "show hash and subject, give twice for upstream branch"
4135 msgstr ""
4136
4137 #: builtin/branch.c:654
4138 msgid "suppress informational messages"
4139 msgstr ""
4140
4141 #: builtin/branch.c:655
4142 msgid "set up tracking mode (see git-pull(1))"
4143 msgstr ""
4144
4145 #: builtin/branch.c:657
4146 msgid "change upstream info"
4147 msgstr ""
4148
4149 #: builtin/branch.c:659
4150 msgid "upstream"
4151 msgstr ""
4152
4153 #: builtin/branch.c:659
4154 msgid "change the upstream info"
4155 msgstr ""
4156
4157 #: builtin/branch.c:661
4158 msgid "use colored output"
4159 msgstr ""
4160
4161 #: builtin/branch.c:662
4162 msgid "act on remote-tracking branches"
4163 msgstr ""
4164
4165 #: builtin/branch.c:664 builtin/branch.c:665
4166 msgid "print only branches that contain the commit"
4167 msgstr ""
4168
4169 #: builtin/branch.c:668
4170 msgid "Specific git-branch actions:"
4171 msgstr ""
4172
4173 #: builtin/branch.c:669
4174 msgid "list both remote-tracking and local branches"
4175 msgstr ""
4176
4177 #: builtin/branch.c:671
4178 msgid "delete fully merged branch"
4179 msgstr ""
4180
4181 #: builtin/branch.c:672
4182 msgid "delete branch (even if not merged)"
4183 msgstr ""
4184
4185 #: builtin/branch.c:673
4186 msgid "move/rename a branch and its reflog"
4187 msgstr ""
4188
4189 #: builtin/branch.c:674
4190 msgid "move/rename a branch, even if target exists"
4191 msgstr ""
4192
4193 #: builtin/branch.c:675
4194 msgid "list branch names"
4195 msgstr ""
4196
4197 #: builtin/branch.c:676
4198 msgid "create the branch's reflog"
4199 msgstr ""
4200
4201 #: builtin/branch.c:678
4202 msgid "edit the description for the branch"
4203 msgstr ""
4204
4205 #: builtin/branch.c:679
4206 msgid "force creation, move/rename, deletion"
4207 msgstr ""
4208
4209 #: builtin/branch.c:680
4210 msgid "print only branches that are merged"
4211 msgstr ""
4212
4213 #: builtin/branch.c:681
4214 msgid "print only branches that are not merged"
4215 msgstr ""
4216
4217 #: builtin/branch.c:682
4218 msgid "list branches in columns"
4219 msgstr ""
4220
4221 #: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
4222 msgid "key"
4223 msgstr ""
4224
4225 #: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
4226 msgid "field name to sort on"
4227 msgstr ""
4228
4229 #: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:402
4230 #: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:568
4231 #: builtin/tag.c:369
4232 msgid "object"
4233 msgstr ""
4234
4235 #: builtin/branch.c:687
4236 msgid "print only branches of the object"
4237 msgstr ""
4238
4239 #: builtin/branch.c:705
4240 msgid "Failed to resolve HEAD as a valid ref."
4241 msgstr ""
4242
4243 #: builtin/branch.c:709 builtin/clone.c:707
4244 msgid "HEAD not found below refs/heads!"
4245 msgstr ""
4246
4247 #: builtin/branch.c:729
4248 msgid "--column and --verbose are incompatible"
4249 msgstr ""
4250
4251 #: builtin/branch.c:740 builtin/branch.c:782
4252 msgid "branch name required"
4253 msgstr ""
4254
4255 #: builtin/branch.c:758
4256 msgid "Cannot give description to detached HEAD"
4257 msgstr ""
4258
4259 #: builtin/branch.c:763
4260 msgid "cannot edit description of more than one branch"
4261 msgstr ""
4262
4263 #: builtin/branch.c:770
4264 #, c-format
4265 msgid "No commit on branch '%s' yet."
4266 msgstr ""
4267
4268 #: builtin/branch.c:773
4269 #, c-format
4270 msgid "No branch named '%s'."
4271 msgstr ""
4272
4273 #: builtin/branch.c:788
4274 msgid "too many branches for a rename operation"
4275 msgstr ""
4276
4277 #: builtin/branch.c:793
4278 msgid "too many branches to set new upstream"
4279 msgstr ""
4280
4281 #: builtin/branch.c:797
4282 #, c-format
4283 msgid ""
4284 "could not set upstream of HEAD to %s when it does not point to any branch."
4285 msgstr ""
4286
4287 #: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
4288 #, c-format
4289 msgid "no such branch '%s'"
4290 msgstr ""
4291
4292 #: builtin/branch.c:804
4293 #, c-format
4294 msgid "branch '%s' does not exist"
4295 msgstr ""
4296
4297 #: builtin/branch.c:816
4298 msgid "too many branches to unset upstream"
4299 msgstr ""
4300
4301 #: builtin/branch.c:820
4302 msgid "could not unset upstream of HEAD when it does not point to any branch."
4303 msgstr ""
4304
4305 #: builtin/branch.c:826
4306 #, c-format
4307 msgid "Branch '%s' has no upstream information"
4308 msgstr ""
4309
4310 #: builtin/branch.c:840
4311 msgid "it does not make sense to create 'HEAD' manually"
4312 msgstr ""
4313
4314 #: builtin/branch.c:846
4315 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
4316 msgstr ""
4317
4318 #: builtin/branch.c:849
4319 #, c-format
4320 msgid ""
4321 "The --set-upstream flag is deprecated and will be removed. Consider using --"
4322 "track or --set-upstream-to\n"
4323 msgstr ""
4324
4325 #: builtin/branch.c:866
4326 #, c-format
4327 msgid ""
4328 "\n"
4329 "If you wanted to make '%s' track '%s', do this:\n"
4330 "\n"
4331 msgstr ""
4332
4333 #: builtin/bundle.c:51
4334 #, c-format
4335 msgid "%s is okay\n"
4336 msgstr ""
4337
4338 #: builtin/bundle.c:64
4339 msgid "Need a repository to create a bundle."
4340 msgstr ""
4341
4342 #: builtin/bundle.c:68
4343 msgid "Need a repository to unbundle."
4344 msgstr ""
4345
4346 #: builtin/cat-file.c:443
4347 msgid ""
4348 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4349 "<type>|--textconv) <object>"
4350 msgstr ""
4351
4352 #: builtin/cat-file.c:444
4353 msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4354 msgstr ""
4355
4356 #: builtin/cat-file.c:481
4357 msgid "<type> can be one of: blob, tree, commit, tag"
4358 msgstr ""
4359
4360 #: builtin/cat-file.c:482
4361 msgid "show object type"
4362 msgstr ""
4363
4364 #: builtin/cat-file.c:483
4365 msgid "show object size"
4366 msgstr ""
4367
4368 #: builtin/cat-file.c:485
4369 msgid "exit with zero when there's no error"
4370 msgstr ""
4371
4372 #: builtin/cat-file.c:486
4373 msgid "pretty-print object's content"
4374 msgstr ""
4375
4376 #: builtin/cat-file.c:488
4377 msgid "for blob objects, run textconv on object's content"
4378 msgstr ""
4379
4380 #: builtin/cat-file.c:490
4381 msgid "allow -s and -t to work with broken/corrupt objects"
4382 msgstr ""
4383
4384 #: builtin/cat-file.c:491
4385 msgid "buffer --batch output"
4386 msgstr ""
4387
4388 #: builtin/cat-file.c:493
4389 msgid "show info and content of objects fed from the standard input"
4390 msgstr ""
4391
4392 #: builtin/cat-file.c:496
4393 msgid "show info about objects fed from the standard input"
4394 msgstr ""
4395
4396 #: builtin/cat-file.c:499
4397 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4398 msgstr ""
4399
4400 #: builtin/cat-file.c:501
4401 msgid "show all objects with --batch or --batch-check"
4402 msgstr ""
4403
4404 #: builtin/check-attr.c:11
4405 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
4406 msgstr ""
4407
4408 #: builtin/check-attr.c:12
4409 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
4410 msgstr ""
4411
4412 #: builtin/check-attr.c:19
4413 msgid "report all attributes set on file"
4414 msgstr ""
4415
4416 #: builtin/check-attr.c:20
4417 msgid "use .gitattributes only from the index"
4418 msgstr ""
4419
4420 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
4421 msgid "read file names from stdin"
4422 msgstr ""
4423
4424 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
4425 msgid "terminate input and output records by a NUL character"
4426 msgstr ""
4427
4428 #: builtin/check-ignore.c:18 builtin/checkout.c:1138 builtin/gc.c:325
4429 msgid "suppress progress reporting"
4430 msgstr ""
4431
4432 #: builtin/check-ignore.c:26
4433 msgid "show non-matching input paths"
4434 msgstr ""
4435
4436 #: builtin/check-ignore.c:28
4437 msgid "ignore index when checking"
4438 msgstr ""
4439
4440 #: builtin/check-ignore.c:154
4441 msgid "cannot specify pathnames with --stdin"
4442 msgstr ""
4443
4444 #: builtin/check-ignore.c:157
4445 msgid "-z only makes sense with --stdin"
4446 msgstr ""
4447
4448 #: builtin/check-ignore.c:159
4449 msgid "no path specified"
4450 msgstr ""
4451
4452 #: builtin/check-ignore.c:163
4453 msgid "--quiet is only valid with a single pathname"
4454 msgstr ""
4455
4456 #: builtin/check-ignore.c:165
4457 msgid "cannot have both --quiet and --verbose"
4458 msgstr ""
4459
4460 #: builtin/check-ignore.c:168
4461 msgid "--non-matching is only valid with --verbose"
4462 msgstr ""
4463
4464 #: builtin/check-mailmap.c:8
4465 msgid "git check-mailmap [<options>] <contact>..."
4466 msgstr ""
4467
4468 #: builtin/check-mailmap.c:13
4469 msgid "also read contacts from stdin"
4470 msgstr ""
4471
4472 #: builtin/check-mailmap.c:24
4473 #, c-format
4474 msgid "unable to parse contact: %s"
4475 msgstr ""
4476
4477 #: builtin/check-mailmap.c:47
4478 msgid "no contacts specified"
4479 msgstr ""
4480
4481 #: builtin/checkout-index.c:127
4482 msgid "git checkout-index [<options>] [--] [<file>...]"
4483 msgstr ""
4484
4485 #: builtin/checkout-index.c:144
4486 msgid "stage should be between 1 and 3 or all"
4487 msgstr ""
4488
4489 #: builtin/checkout-index.c:160
4490 msgid "check out all files in the index"
4491 msgstr ""
4492
4493 #: builtin/checkout-index.c:161
4494 msgid "force overwrite of existing files"
4495 msgstr ""
4496
4497 #: builtin/checkout-index.c:163
4498 msgid "no warning for existing files and files not in index"
4499 msgstr ""
4500
4501 #: builtin/checkout-index.c:165
4502 msgid "don't checkout new files"
4503 msgstr ""
4504
4505 #: builtin/checkout-index.c:167
4506 msgid "update stat information in the index file"
4507 msgstr ""
4508
4509 #: builtin/checkout-index.c:171
4510 msgid "read list of paths from the standard input"
4511 msgstr ""
4512
4513 #: builtin/checkout-index.c:173
4514 msgid "write the content to temporary files"
4515 msgstr ""
4516
4517 #: builtin/checkout-index.c:174 builtin/column.c:30
4518 #: builtin/submodule--helper.c:488 builtin/submodule--helper.c:491
4519 #: builtin/submodule--helper.c:494 builtin/submodule--helper.c:497
4520 #: builtin/submodule--helper.c:830 builtin/worktree.c:469
4521 msgid "string"
4522 msgstr ""
4523
4524 #: builtin/checkout-index.c:175
4525 msgid "when creating files, prepend <string>"
4526 msgstr ""
4527
4528 #: builtin/checkout-index.c:177
4529 msgid "copy out the files from named stage"
4530 msgstr ""
4531
4532 #: builtin/checkout.c:25
4533 msgid "git checkout [<options>] <branch>"
4534 msgstr ""
4535
4536 #: builtin/checkout.c:26
4537 msgid "git checkout [<options>] [<branch>] -- <file>..."
4538 msgstr ""
4539
4540 #: builtin/checkout.c:134 builtin/checkout.c:167
4541 #, c-format
4542 msgid "path '%s' does not have our version"
4543 msgstr ""
4544
4545 #: builtin/checkout.c:136 builtin/checkout.c:169
4546 #, c-format
4547 msgid "path '%s' does not have their version"
4548 msgstr ""
4549
4550 #: builtin/checkout.c:152
4551 #, c-format
4552 msgid "path '%s' does not have all necessary versions"
4553 msgstr ""
4554
4555 #: builtin/checkout.c:196
4556 #, c-format
4557 msgid "path '%s' does not have necessary versions"
4558 msgstr ""
4559
4560 #: builtin/checkout.c:213
4561 #, c-format
4562 msgid "path '%s': cannot merge"
4563 msgstr ""
4564
4565 #: builtin/checkout.c:230
4566 #, c-format
4567 msgid "Unable to add merge result for '%s'"
4568 msgstr ""
4569
4570 #: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
4571 #: builtin/checkout.c:259
4572 #, c-format
4573 msgid "'%s' cannot be used with updating paths"
4574 msgstr ""
4575
4576 #: builtin/checkout.c:262 builtin/checkout.c:265
4577 #, c-format
4578 msgid "'%s' cannot be used with %s"
4579 msgstr ""
4580
4581 #: builtin/checkout.c:268
4582 #, c-format
4583 msgid "Cannot update paths and switch to branch '%s' at the same time."
4584 msgstr ""
4585
4586 #: builtin/checkout.c:339 builtin/checkout.c:346
4587 #, c-format
4588 msgid "path '%s' is unmerged"
4589 msgstr ""
4590
4591 #: builtin/checkout.c:495
4592 msgid "you need to resolve your current index first"
4593 msgstr ""
4594
4595 #: builtin/checkout.c:625
4596 #, c-format
4597 msgid "Can not do reflog for '%s': %s\n"
4598 msgstr ""
4599
4600 #: builtin/checkout.c:664
4601 msgid "HEAD is now at"
4602 msgstr ""
4603
4604 #: builtin/checkout.c:668 builtin/clone.c:661
4605 msgid "unable to update HEAD"
4606 msgstr ""
4607
4608 #: builtin/checkout.c:672
4609 #, c-format
4610 msgid "Reset branch '%s'\n"
4611 msgstr ""
4612
4613 #: builtin/checkout.c:675
4614 #, c-format
4615 msgid "Already on '%s'\n"
4616 msgstr ""
4617
4618 #: builtin/checkout.c:679
4619 #, c-format
4620 msgid "Switched to and reset branch '%s'\n"
4621 msgstr ""
4622
4623 #: builtin/checkout.c:681 builtin/checkout.c:1070
4624 #, c-format
4625 msgid "Switched to a new branch '%s'\n"
4626 msgstr ""
4627
4628 #: builtin/checkout.c:683
4629 #, c-format
4630 msgid "Switched to branch '%s'\n"
4631 msgstr ""
4632
4633 #: builtin/checkout.c:734
4634 #, c-format
4635 msgid " ... and %d more.\n"
4636 msgstr ""
4637
4638 #: builtin/checkout.c:740
4639 #, c-format
4640 msgid ""
4641 "Warning: you are leaving %d commit behind, not connected to\n"
4642 "any of your branches:\n"
4643 "\n"
4644 "%s\n"
4645 msgid_plural ""
4646 "Warning: you are leaving %d commits behind, not connected to\n"
4647 "any of your branches:\n"
4648 "\n"
4649 "%s\n"
4650 msgstr[0] ""
4651 msgstr[1] ""
4652
4653 #: builtin/checkout.c:759
4654 #, c-format
4655 msgid ""
4656 "If you want to keep it by creating a new branch, this may be a good time\n"
4657 "to do so with:\n"
4658 "\n"
4659 " git branch <new-branch-name> %s\n"
4660 "\n"
4661 msgid_plural ""
4662 "If you want to keep them by creating a new branch, this may be a good time\n"
4663 "to do so with:\n"
4664 "\n"
4665 " git branch <new-branch-name> %s\n"
4666 "\n"
4667 msgstr[0] ""
4668 msgstr[1] ""
4669
4670 #: builtin/checkout.c:795
4671 msgid "internal error in revision walk"
4672 msgstr ""
4673
4674 #: builtin/checkout.c:799
4675 msgid "Previous HEAD position was"
4676 msgstr ""
4677
4678 #: builtin/checkout.c:826 builtin/checkout.c:1065
4679 msgid "You are on a branch yet to be born"
4680 msgstr ""
4681
4682 #: builtin/checkout.c:971
4683 #, c-format
4684 msgid "only one reference expected, %d given."
4685 msgstr ""
4686
4687 #: builtin/checkout.c:1011 builtin/worktree.c:214
4688 #, c-format
4689 msgid "invalid reference: %s"
4690 msgstr ""
4691
4692 #: builtin/checkout.c:1040
4693 #, c-format
4694 msgid "reference is not a tree: %s"
4695 msgstr ""
4696
4697 #: builtin/checkout.c:1079
4698 msgid "paths cannot be used with switching branches"
4699 msgstr ""
4700
4701 #: builtin/checkout.c:1082 builtin/checkout.c:1086
4702 #, c-format
4703 msgid "'%s' cannot be used with switching branches"
4704 msgstr ""
4705
4706 #: builtin/checkout.c:1090 builtin/checkout.c:1093 builtin/checkout.c:1098
4707 #: builtin/checkout.c:1101
4708 #, c-format
4709 msgid "'%s' cannot be used with '%s'"
4710 msgstr ""
4711
4712 #: builtin/checkout.c:1106
4713 #, c-format
4714 msgid "Cannot switch branch to a non-commit '%s'"
4715 msgstr ""
4716
4717 #: builtin/checkout.c:1139 builtin/checkout.c:1141 builtin/clone.c:88
4718 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
4719 #: builtin/worktree.c:326
4720 msgid "branch"
4721 msgstr ""
4722
4723 #: builtin/checkout.c:1140
4724 msgid "create and checkout a new branch"
4725 msgstr ""
4726
4727 #: builtin/checkout.c:1142
4728 msgid "create/reset and checkout a branch"
4729 msgstr ""
4730
4731 #: builtin/checkout.c:1143
4732 msgid "create reflog for new branch"
4733 msgstr ""
4734
4735 #: builtin/checkout.c:1144 builtin/worktree.c:328
4736 msgid "detach HEAD at named commit"
4737 msgstr ""
4738
4739 #: builtin/checkout.c:1145
4740 msgid "set upstream info for new branch"
4741 msgstr ""
4742
4743 #: builtin/checkout.c:1147
4744 msgid "new-branch"
4745 msgstr ""
4746
4747 #: builtin/checkout.c:1147
4748 msgid "new unparented branch"
4749 msgstr ""
4750
4751 #: builtin/checkout.c:1148
4752 msgid "checkout our version for unmerged files"
4753 msgstr ""
4754
4755 #: builtin/checkout.c:1150
4756 msgid "checkout their version for unmerged files"
4757 msgstr ""
4758
4759 #: builtin/checkout.c:1152
4760 msgid "force checkout (throw away local modifications)"
4761 msgstr ""
4762
4763 #: builtin/checkout.c:1153
4764 msgid "perform a 3-way merge with the new branch"
4765 msgstr ""
4766
4767 #: builtin/checkout.c:1154 builtin/merge.c:231
4768 msgid "update ignored files (default)"
4769 msgstr ""
4770
4771 #: builtin/checkout.c:1155 builtin/log.c:1459 parse-options.h:250
4772 msgid "style"
4773 msgstr ""
4774
4775 #: builtin/checkout.c:1156
4776 msgid "conflict style (merge or diff3)"
4777 msgstr ""
4778
4779 #: builtin/checkout.c:1159
4780 msgid "do not limit pathspecs to sparse entries only"
4781 msgstr ""
4782
4783 #: builtin/checkout.c:1161
4784 msgid "second guess 'git checkout <no-such-branch>'"
4785 msgstr ""
4786
4787 #: builtin/checkout.c:1163
4788 msgid "do not check if another worktree is holding the given ref"
4789 msgstr ""
4790
4791 #: builtin/checkout.c:1164 builtin/clone.c:60 builtin/fetch.c:117
4792 #: builtin/merge.c:228 builtin/pull.c:116 builtin/push.c:536
4793 #: builtin/send-pack.c:168
4794 msgid "force progress reporting"
4795 msgstr ""
4796
4797 #: builtin/checkout.c:1195
4798 msgid "-b, -B and --orphan are mutually exclusive"
4799 msgstr ""
4800
4801 #: builtin/checkout.c:1212
4802 msgid "--track needs a branch name"
4803 msgstr ""
4804
4805 #: builtin/checkout.c:1217
4806 msgid "Missing branch name; try -b"
4807 msgstr ""
4808
4809 #: builtin/checkout.c:1253
4810 msgid "invalid path specification"
4811 msgstr ""
4812
4813 #: builtin/checkout.c:1260
4814 #, c-format
4815 msgid ""
4816 "Cannot update paths and switch to branch '%s' at the same time.\n"
4817 "Did you intend to checkout '%s' which can not be resolved as commit?"
4818 msgstr ""
4819
4820 #: builtin/checkout.c:1265
4821 #, c-format
4822 msgid "git checkout: --detach does not take a path argument '%s'"
4823 msgstr ""
4824
4825 #: builtin/checkout.c:1269
4826 msgid ""
4827 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4828 "checking out of the index."
4829 msgstr ""
4830
4831 #: builtin/clean.c:25
4832 msgid ""
4833 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4834 msgstr ""
4835
4836 #: builtin/clean.c:29
4837 #, c-format
4838 msgid "Removing %s\n"
4839 msgstr ""
4840
4841 #: builtin/clean.c:30
4842 #, c-format
4843 msgid "Would remove %s\n"
4844 msgstr ""
4845
4846 #: builtin/clean.c:31
4847 #, c-format
4848 msgid "Skipping repository %s\n"
4849 msgstr ""
4850
4851 #: builtin/clean.c:32
4852 #, c-format
4853 msgid "Would skip repository %s\n"
4854 msgstr ""
4855
4856 #: builtin/clean.c:33
4857 #, c-format
4858 msgid "failed to remove %s"
4859 msgstr ""
4860
4861 #: builtin/clean.c:291
4862 msgid ""
4863 "Prompt help:\n"
4864 "1          - select a numbered item\n"
4865 "foo        - select item based on unique prefix\n"
4866 "           - (empty) select nothing"
4867 msgstr ""
4868
4869 #: builtin/clean.c:295
4870 msgid ""
4871 "Prompt help:\n"
4872 "1          - select a single item\n"
4873 "3-5        - select a range of items\n"
4874 "2-3,6-9    - select multiple ranges\n"
4875 "foo        - select item based on unique prefix\n"
4876 "-...       - unselect specified items\n"
4877 "*          - choose all items\n"
4878 "           - (empty) finish selecting"
4879 msgstr ""
4880
4881 #: builtin/clean.c:511
4882 #, c-format
4883 msgid "Huh (%s)?"
4884 msgstr ""
4885
4886 #: builtin/clean.c:653
4887 #, c-format
4888 msgid "Input ignore patterns>> "
4889 msgstr ""
4890
4891 #: builtin/clean.c:690
4892 #, c-format
4893 msgid "WARNING: Cannot find items matched by: %s"
4894 msgstr ""
4895
4896 #: builtin/clean.c:711
4897 msgid "Select items to delete"
4898 msgstr ""
4899
4900 #. TRANSLATORS: Make sure to keep [y/N] as is
4901 #: builtin/clean.c:752
4902 #, c-format
4903 msgid "Remove %s [y/N]? "
4904 msgstr ""
4905
4906 #: builtin/clean.c:777
4907 msgid "Bye."
4908 msgstr ""
4909
4910 #: builtin/clean.c:785
4911 msgid ""
4912 "clean               - start cleaning\n"
4913 "filter by pattern   - exclude items from deletion\n"
4914 "select by numbers   - select items to be deleted by numbers\n"
4915 "ask each            - confirm each deletion (like \"rm -i\")\n"
4916 "quit                - stop cleaning\n"
4917 "help                - this screen\n"
4918 "?                   - help for prompt selection"
4919 msgstr ""
4920
4921 #: builtin/clean.c:812
4922 msgid "*** Commands ***"
4923 msgstr ""
4924
4925 #: builtin/clean.c:813
4926 msgid "What now"
4927 msgstr ""
4928
4929 #: builtin/clean.c:821
4930 msgid "Would remove the following item:"
4931 msgid_plural "Would remove the following items:"
4932 msgstr[0] ""
4933 msgstr[1] ""
4934
4935 #: builtin/clean.c:838
4936 msgid "No more files to clean, exiting."
4937 msgstr ""
4938
4939 #: builtin/clean.c:869
4940 msgid "do not print names of files removed"
4941 msgstr ""
4942
4943 #: builtin/clean.c:871
4944 msgid "force"
4945 msgstr ""
4946
4947 #: builtin/clean.c:872
4948 msgid "interactive cleaning"
4949 msgstr ""
4950
4951 #: builtin/clean.c:874
4952 msgid "remove whole directories"
4953 msgstr ""
4954
4955 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:724
4956 #: builtin/ls-files.c:457 builtin/name-rev.c:314 builtin/show-ref.c:182
4957 msgid "pattern"
4958 msgstr ""
4959
4960 #: builtin/clean.c:876
4961 msgid "add <pattern> to ignore rules"
4962 msgstr ""
4963
4964 #: builtin/clean.c:877
4965 msgid "remove ignored files, too"
4966 msgstr ""
4967
4968 #: builtin/clean.c:879
4969 msgid "remove only ignored files"
4970 msgstr ""
4971
4972 #: builtin/clean.c:897
4973 msgid "-x and -X cannot be used together"
4974 msgstr ""
4975
4976 #: builtin/clean.c:901
4977 msgid ""
4978 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4979 "clean"
4980 msgstr ""
4981
4982 #: builtin/clean.c:904
4983 msgid ""
4984 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4985 "refusing to clean"
4986 msgstr ""
4987
4988 #: builtin/clone.c:37
4989 msgid "git clone [<options>] [--] <repo> [<dir>]"
4990 msgstr ""
4991
4992 #: builtin/clone.c:62
4993 msgid "don't create a checkout"
4994 msgstr ""
4995
4996 #: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:476
4997 msgid "create a bare repository"
4998 msgstr ""
4999
5000 #: builtin/clone.c:67
5001 msgid "create a mirror repository (implies bare)"
5002 msgstr ""
5003
5004 #: builtin/clone.c:69
5005 msgid "to clone from a local repository"
5006 msgstr ""
5007
5008 #: builtin/clone.c:71
5009 msgid "don't use local hardlinks, always copy"
5010 msgstr ""
5011
5012 #: builtin/clone.c:73
5013 msgid "setup as shared repository"
5014 msgstr ""
5015
5016 #: builtin/clone.c:75 builtin/clone.c:77
5017 msgid "initialize submodules in the clone"
5018 msgstr ""
5019
5020 #: builtin/clone.c:79
5021 msgid "number of submodules cloned in parallel"
5022 msgstr ""
5023
5024 #: builtin/clone.c:80 builtin/init-db.c:473
5025 msgid "template-directory"
5026 msgstr ""
5027
5028 #: builtin/clone.c:81 builtin/init-db.c:474
5029 msgid "directory from which templates will be used"
5030 msgstr ""
5031
5032 #: builtin/clone.c:83 builtin/submodule--helper.c:495
5033 #: builtin/submodule--helper.c:833
5034 msgid "reference repository"
5035 msgstr ""
5036
5037 #: builtin/clone.c:85
5038 msgid "use --reference only while cloning"
5039 msgstr ""
5040
5041 #: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
5042 msgid "name"
5043 msgstr ""
5044
5045 #: builtin/clone.c:87
5046 msgid "use <name> instead of 'origin' to track upstream"
5047 msgstr ""
5048
5049 #: builtin/clone.c:89
5050 msgid "checkout <branch> instead of the remote's HEAD"
5051 msgstr ""
5052
5053 #: builtin/clone.c:91
5054 msgid "path to git-upload-pack on the remote"
5055 msgstr ""
5056
5057 #: builtin/clone.c:92 builtin/fetch.c:118 builtin/grep.c:667
5058 #: builtin/pull.c:201
5059 msgid "depth"
5060 msgstr ""
5061
5062 #: builtin/clone.c:93
5063 msgid "create a shallow clone of that depth"
5064 msgstr ""
5065
5066 #: builtin/clone.c:95
5067 msgid "clone only one branch, HEAD or --branch"
5068 msgstr ""
5069
5070 #: builtin/clone.c:97
5071 msgid "any cloned submodules will be shallow"
5072 msgstr ""
5073
5074 #: builtin/clone.c:98 builtin/init-db.c:482
5075 msgid "gitdir"
5076 msgstr ""
5077
5078 #: builtin/clone.c:99 builtin/init-db.c:483
5079 msgid "separate git dir from working tree"
5080 msgstr ""
5081
5082 #: builtin/clone.c:100
5083 msgid "key=value"
5084 msgstr ""
5085
5086 #: builtin/clone.c:101
5087 msgid "set config inside the new repository"
5088 msgstr ""
5089
5090 #: builtin/clone.c:102 builtin/fetch.c:132 builtin/push.c:547
5091 msgid "use IPv4 addresses only"
5092 msgstr ""
5093
5094 #: builtin/clone.c:104 builtin/fetch.c:134 builtin/push.c:549
5095 msgid "use IPv6 addresses only"
5096 msgstr ""
5097
5098 #: builtin/clone.c:241
5099 msgid ""
5100 "No directory name could be guessed.\n"
5101 "Please specify a directory on the command line"
5102 msgstr ""
5103
5104 #: builtin/clone.c:307
5105 #, c-format
5106 msgid "reference repository '%s' as a linked checkout is not supported yet."
5107 msgstr ""
5108
5109 #: builtin/clone.c:309
5110 #, c-format
5111 msgid "reference repository '%s' is not a local repository."
5112 msgstr ""
5113
5114 #: builtin/clone.c:314
5115 #, c-format
5116 msgid "reference repository '%s' is shallow"
5117 msgstr ""
5118
5119 #: builtin/clone.c:317
5120 #, c-format
5121 msgid "reference repository '%s' is grafted"
5122 msgstr ""
5123
5124 #: builtin/clone.c:376
5125 #, c-format
5126 msgid "failed to open '%s'"
5127 msgstr ""
5128
5129 #: builtin/clone.c:384
5130 #, c-format
5131 msgid "%s exists and is not a directory"
5132 msgstr ""
5133
5134 #: builtin/clone.c:398
5135 #, c-format
5136 msgid "failed to stat %s\n"
5137 msgstr ""
5138
5139 #: builtin/clone.c:420
5140 #, c-format
5141 msgid "failed to create link '%s'"
5142 msgstr ""
5143
5144 #: builtin/clone.c:424
5145 #, c-format
5146 msgid "failed to copy file to '%s'"
5147 msgstr ""
5148
5149 #: builtin/clone.c:449
5150 #, c-format
5151 msgid "done.\n"
5152 msgstr ""
5153
5154 #: builtin/clone.c:461
5155 msgid ""
5156 "Clone succeeded, but checkout failed.\n"
5157 "You can inspect what was checked out with 'git status'\n"
5158 "and retry the checkout with 'git checkout -f HEAD'\n"
5159 msgstr ""
5160
5161 #: builtin/clone.c:538
5162 #, c-format
5163 msgid "Could not find remote branch %s to clone."
5164 msgstr ""
5165
5166 #: builtin/clone.c:633
5167 msgid "remote did not send all necessary objects"
5168 msgstr ""
5169
5170 #: builtin/clone.c:649
5171 #, c-format
5172 msgid "unable to update %s"
5173 msgstr ""
5174
5175 #: builtin/clone.c:698
5176 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5177 msgstr ""
5178
5179 #: builtin/clone.c:729
5180 msgid "unable to checkout working tree"
5181 msgstr ""
5182
5183 #: builtin/clone.c:766
5184 msgid "unable to write parameters to config file"
5185 msgstr ""
5186
5187 #: builtin/clone.c:829
5188 msgid "cannot repack to clean up"
5189 msgstr ""
5190
5191 #: builtin/clone.c:831
5192 msgid "cannot unlink temporary alternates file"
5193 msgstr ""
5194
5195 #: builtin/clone.c:863 builtin/receive-pack.c:1855
5196 msgid "Too many arguments."
5197 msgstr ""
5198
5199 #: builtin/clone.c:867
5200 msgid "You must specify a repository to clone."
5201 msgstr ""
5202
5203 #: builtin/clone.c:878
5204 #, c-format
5205 msgid "--bare and --origin %s options are incompatible."
5206 msgstr ""
5207
5208 #: builtin/clone.c:881
5209 msgid "--bare and --separate-git-dir are incompatible."
5210 msgstr ""
5211
5212 #: builtin/clone.c:894
5213 #, c-format
5214 msgid "repository '%s' does not exist"
5215 msgstr ""
5216
5217 #: builtin/clone.c:900 builtin/fetch.c:1293
5218 #, c-format
5219 msgid "depth %s is not a positive number"
5220 msgstr ""
5221
5222 #: builtin/clone.c:910
5223 #, c-format
5224 msgid "destination path '%s' already exists and is not an empty directory."
5225 msgstr ""
5226
5227 #: builtin/clone.c:920
5228 #, c-format
5229 msgid "working tree '%s' already exists."
5230 msgstr ""
5231
5232 #: builtin/clone.c:935 builtin/clone.c:946 builtin/submodule--helper.c:544
5233 #: builtin/worktree.c:222 builtin/worktree.c:249
5234 #, c-format
5235 msgid "could not create leading directories of '%s'"
5236 msgstr ""
5237
5238 #: builtin/clone.c:938
5239 #, c-format
5240 msgid "could not create work tree dir '%s'"
5241 msgstr ""
5242
5243 #: builtin/clone.c:956
5244 #, c-format
5245 msgid "Cloning into bare repository '%s'...\n"
5246 msgstr ""
5247
5248 #: builtin/clone.c:958
5249 #, c-format
5250 msgid "Cloning into '%s'...\n"
5251 msgstr ""
5252
5253 #: builtin/clone.c:997
5254 msgid "--depth is ignored in local clones; use file:// instead."
5255 msgstr ""
5256
5257 #: builtin/clone.c:1000
5258 msgid "source repository is shallow, ignoring --local"
5259 msgstr ""
5260
5261 #: builtin/clone.c:1005
5262 msgid "--local is ignored"
5263 msgstr ""
5264
5265 #: builtin/clone.c:1009
5266 #, c-format
5267 msgid "Don't know how to clone %s"
5268 msgstr ""
5269
5270 #: builtin/clone.c:1058 builtin/clone.c:1066
5271 #, c-format
5272 msgid "Remote branch %s not found in upstream %s"
5273 msgstr ""
5274
5275 #: builtin/clone.c:1069
5276 msgid "You appear to have cloned an empty repository."
5277 msgstr ""
5278
5279 #: builtin/column.c:9
5280 msgid "git column [<options>]"
5281 msgstr ""
5282
5283 #: builtin/column.c:26
5284 msgid "lookup config vars"
5285 msgstr ""
5286
5287 #: builtin/column.c:27 builtin/column.c:28
5288 msgid "layout to use"
5289 msgstr ""
5290
5291 #: builtin/column.c:29
5292 msgid "Maximum width"
5293 msgstr ""
5294
5295 #: builtin/column.c:30
5296 msgid "Padding space on left border"
5297 msgstr ""
5298
5299 #: builtin/column.c:31
5300 msgid "Padding space on right border"
5301 msgstr ""
5302
5303 #: builtin/column.c:32
5304 msgid "Padding space between columns"
5305 msgstr ""
5306
5307 #: builtin/column.c:51
5308 msgid "--command must be the first argument"
5309 msgstr ""
5310
5311 #: builtin/commit.c:38
5312 msgid "git commit [<options>] [--] <pathspec>..."
5313 msgstr ""
5314
5315 #: builtin/commit.c:43
5316 msgid "git status [<options>] [--] <pathspec>..."
5317 msgstr ""
5318
5319 #: builtin/commit.c:48
5320 msgid ""
5321 "Your name and email address were configured automatically based\n"
5322 "on your username and hostname. Please check that they are accurate.\n"
5323 "You can suppress this message by setting them explicitly. Run the\n"
5324 "following command and follow the instructions in your editor to edit\n"
5325 "your configuration file:\n"
5326 "\n"
5327 "    git config --global --edit\n"
5328 "\n"
5329 "After doing this, you may fix the identity used for this commit with:\n"
5330 "\n"
5331 "    git commit --amend --reset-author\n"
5332 msgstr ""
5333
5334 #: builtin/commit.c:61
5335 msgid ""
5336 "Your name and email address were configured automatically based\n"
5337 "on your username and hostname. Please check that they are accurate.\n"
5338 "You can suppress this message by setting them explicitly:\n"
5339 "\n"
5340 "    git config --global user.name \"Your Name\"\n"
5341 "    git config --global user.email you@example.com\n"
5342 "\n"
5343 "After doing this, you may fix the identity used for this commit with:\n"
5344 "\n"
5345 "    git commit --amend --reset-author\n"
5346 msgstr ""
5347
5348 #: builtin/commit.c:73
5349 msgid ""
5350 "You asked to amend the most recent commit, but doing so would make\n"
5351 "it empty. You can repeat your command with --allow-empty, or you can\n"
5352 "remove the commit entirely with \"git reset HEAD^\".\n"
5353 msgstr ""
5354
5355 #: builtin/commit.c:78
5356 msgid ""
5357 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5358 "If you wish to commit it anyway, use:\n"
5359 "\n"
5360 "    git commit --allow-empty\n"
5361 "\n"
5362 msgstr ""
5363
5364 #: builtin/commit.c:85
5365 msgid "Otherwise, please use 'git reset'\n"
5366 msgstr ""
5367
5368 #: builtin/commit.c:88
5369 msgid ""
5370 "If you wish to skip this commit, use:\n"
5371 "\n"
5372 "    git reset\n"
5373 "\n"
5374 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
5375 "the remaining commits.\n"
5376 msgstr ""
5377
5378 #: builtin/commit.c:308
5379 msgid "failed to unpack HEAD tree object"
5380 msgstr ""
5381
5382 #: builtin/commit.c:349
5383 msgid "unable to create temporary index"
5384 msgstr ""
5385
5386 #: builtin/commit.c:355
5387 msgid "interactive add failed"
5388 msgstr ""
5389
5390 #: builtin/commit.c:368
5391 msgid "unable to update temporary index"
5392 msgstr ""
5393
5394 #: builtin/commit.c:370
5395 msgid "Failed to update main cache tree"
5396 msgstr ""
5397
5398 #: builtin/commit.c:394 builtin/commit.c:417 builtin/commit.c:466
5399 msgid "unable to write new_index file"
5400 msgstr ""
5401
5402 #: builtin/commit.c:448
5403 msgid "cannot do a partial commit during a merge."
5404 msgstr ""
5405
5406 #: builtin/commit.c:450
5407 msgid "cannot do a partial commit during a cherry-pick."
5408 msgstr ""
5409
5410 #: builtin/commit.c:459
5411 msgid "cannot read the index"
5412 msgstr ""
5413
5414 #: builtin/commit.c:478
5415 msgid "unable to write temporary index file"
5416 msgstr ""
5417
5418 #: builtin/commit.c:583
5419 #, c-format
5420 msgid "commit '%s' lacks author header"
5421 msgstr ""
5422
5423 #: builtin/commit.c:585
5424 #, c-format
5425 msgid "commit '%s' has malformed author line"
5426 msgstr ""
5427
5428 #: builtin/commit.c:604
5429 msgid "malformed --author parameter"
5430 msgstr ""
5431
5432 #: builtin/commit.c:612
5433 #, c-format
5434 msgid "invalid date format: %s"
5435 msgstr ""
5436
5437 #: builtin/commit.c:656
5438 msgid ""
5439 "unable to select a comment character that is not used\n"
5440 "in the current commit message"
5441 msgstr ""
5442
5443 #: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1092
5444 #, c-format
5445 msgid "could not lookup commit %s"
5446 msgstr ""
5447
5448 #: builtin/commit.c:705 builtin/shortlog.c:286
5449 #, c-format
5450 msgid "(reading log message from standard input)\n"
5451 msgstr ""
5452
5453 #: builtin/commit.c:707
5454 msgid "could not read log from standard input"
5455 msgstr ""
5456
5457 #: builtin/commit.c:711
5458 #, c-format
5459 msgid "could not read log file '%s'"
5460 msgstr ""
5461
5462 #: builtin/commit.c:738 builtin/commit.c:746
5463 msgid "could not read SQUASH_MSG"
5464 msgstr ""
5465
5466 #: builtin/commit.c:743
5467 msgid "could not read MERGE_MSG"
5468 msgstr ""
5469
5470 #: builtin/commit.c:797
5471 msgid "could not write commit template"
5472 msgstr ""
5473
5474 #: builtin/commit.c:815
5475 #, c-format
5476 msgid ""
5477 "\n"
5478 "It looks like you may be committing a merge.\n"
5479 "If this is not correct, please remove the file\n"
5480 "\t%s\n"
5481 "and try again.\n"
5482 msgstr ""
5483
5484 #: builtin/commit.c:820
5485 #, c-format
5486 msgid ""
5487 "\n"
5488 "It looks like you may be committing a cherry-pick.\n"
5489 "If this is not correct, please remove the file\n"
5490 "\t%s\n"
5491 "and try again.\n"
5492 msgstr ""
5493
5494 #: builtin/commit.c:833
5495 #, c-format
5496 msgid ""
5497 "Please enter the commit message for your changes. Lines starting\n"
5498 "with '%c' will be ignored, and an empty message aborts the commit.\n"
5499 msgstr ""
5500
5501 #: builtin/commit.c:840
5502 #, c-format
5503 msgid ""
5504 "Please enter the commit message for your changes. Lines starting\n"
5505 "with '%c' will be kept; you may remove them yourself if you want to.\n"
5506 "An empty message aborts the commit.\n"
5507 msgstr ""
5508
5509 #: builtin/commit.c:860
5510 #, c-format
5511 msgid "%sAuthor:    %.*s <%.*s>"
5512 msgstr ""
5513
5514 #: builtin/commit.c:868
5515 #, c-format
5516 msgid "%sDate:      %s"
5517 msgstr ""
5518
5519 #: builtin/commit.c:875
5520 #, c-format
5521 msgid "%sCommitter: %.*s <%.*s>"
5522 msgstr ""
5523
5524 #: builtin/commit.c:893
5525 msgid "Cannot read index"
5526 msgstr ""
5527
5528 #: builtin/commit.c:950
5529 msgid "Error building trees"
5530 msgstr ""
5531
5532 #: builtin/commit.c:965 builtin/tag.c:266
5533 #, c-format
5534 msgid "Please supply the message using either -m or -F option.\n"
5535 msgstr ""
5536
5537 #: builtin/commit.c:1067
5538 #, c-format
5539 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
5540 msgstr ""
5541
5542 #: builtin/commit.c:1082 builtin/commit.c:1322
5543 #, c-format
5544 msgid "Invalid untracked files mode '%s'"
5545 msgstr ""
5546
5547 #: builtin/commit.c:1119
5548 msgid "--long and -z are incompatible"
5549 msgstr ""
5550
5551 #: builtin/commit.c:1149
5552 msgid "Using both --reset-author and --author does not make sense"
5553 msgstr ""
5554
5555 #: builtin/commit.c:1158
5556 msgid "You have nothing to amend."
5557 msgstr ""
5558
5559 #: builtin/commit.c:1161
5560 msgid "You are in the middle of a merge -- cannot amend."
5561 msgstr ""
5562
5563 #: builtin/commit.c:1163
5564 msgid "You are in the middle of a cherry-pick -- cannot amend."
5565 msgstr ""
5566
5567 #: builtin/commit.c:1166
5568 msgid "Options --squash and --fixup cannot be used together"
5569 msgstr ""
5570
5571 #: builtin/commit.c:1176
5572 msgid "Only one of -c/-C/-F/--fixup can be used."
5573 msgstr ""
5574
5575 #: builtin/commit.c:1178
5576 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5577 msgstr ""
5578
5579 #: builtin/commit.c:1186
5580 msgid "--reset-author can be used only with -C, -c or --amend."
5581 msgstr ""
5582
5583 #: builtin/commit.c:1203
5584 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5585 msgstr ""
5586
5587 #: builtin/commit.c:1205
5588 msgid "No paths with --include/--only does not make sense."
5589 msgstr ""
5590
5591 #: builtin/commit.c:1207
5592 msgid "Clever... amending the last one with dirty index."
5593 msgstr ""
5594
5595 #: builtin/commit.c:1209
5596 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5597 msgstr ""
5598
5599 #: builtin/commit.c:1221 builtin/tag.c:474
5600 #, c-format
5601 msgid "Invalid cleanup mode %s"
5602 msgstr ""
5603
5604 #: builtin/commit.c:1226
5605 msgid "Paths with -a does not make sense."
5606 msgstr ""
5607
5608 #: builtin/commit.c:1336 builtin/commit.c:1622
5609 msgid "show status concisely"
5610 msgstr ""
5611
5612 #: builtin/commit.c:1338 builtin/commit.c:1624
5613 msgid "show branch information"
5614 msgstr ""
5615
5616 #: builtin/commit.c:1340 builtin/commit.c:1626 builtin/push.c:522
5617 #: builtin/worktree.c:440
5618 msgid "machine-readable output"
5619 msgstr ""
5620
5621 #: builtin/commit.c:1343 builtin/commit.c:1628
5622 msgid "show status in long format (default)"
5623 msgstr ""
5624
5625 #: builtin/commit.c:1346 builtin/commit.c:1631
5626 msgid "terminate entries with NUL"
5627 msgstr ""
5628
5629 #: builtin/commit.c:1348 builtin/commit.c:1634 builtin/fast-export.c:981
5630 #: builtin/fast-export.c:984 builtin/tag.c:353
5631 msgid "mode"
5632 msgstr ""
5633
5634 #: builtin/commit.c:1349 builtin/commit.c:1634
5635 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5636 msgstr ""
5637
5638 #: builtin/commit.c:1352
5639 msgid "show ignored files"
5640 msgstr ""
5641
5642 #: builtin/commit.c:1353 parse-options.h:155
5643 msgid "when"
5644 msgstr ""
5645
5646 #: builtin/commit.c:1354
5647 msgid ""
5648 "ignore changes to submodules, optional when: all, dirty, untracked. "
5649 "(Default: all)"
5650 msgstr ""
5651
5652 #: builtin/commit.c:1356
5653 msgid "list untracked files in columns"
5654 msgstr ""
5655
5656 #: builtin/commit.c:1442
5657 msgid "couldn't look up newly created commit"
5658 msgstr ""
5659
5660 #: builtin/commit.c:1444
5661 msgid "could not parse newly created commit"
5662 msgstr ""
5663
5664 #: builtin/commit.c:1489
5665 msgid "detached HEAD"
5666 msgstr ""
5667
5668 #: builtin/commit.c:1492
5669 msgid " (root-commit)"
5670 msgstr ""
5671
5672 #: builtin/commit.c:1592
5673 msgid "suppress summary after successful commit"
5674 msgstr ""
5675
5676 #: builtin/commit.c:1593
5677 msgid "show diff in commit message template"
5678 msgstr ""
5679
5680 #: builtin/commit.c:1595
5681 msgid "Commit message options"
5682 msgstr ""
5683
5684 #: builtin/commit.c:1596 builtin/tag.c:351
5685 msgid "read message from file"
5686 msgstr ""
5687
5688 #: builtin/commit.c:1597
5689 msgid "author"
5690 msgstr ""
5691
5692 #: builtin/commit.c:1597
5693 msgid "override author for commit"
5694 msgstr ""
5695
5696 #: builtin/commit.c:1598 builtin/gc.c:326
5697 msgid "date"
5698 msgstr ""
5699
5700 #: builtin/commit.c:1598
5701 msgid "override date for commit"
5702 msgstr ""
5703
5704 #: builtin/commit.c:1599 builtin/merge.c:220 builtin/notes.c:396
5705 #: builtin/notes.c:559 builtin/tag.c:349
5706 msgid "message"
5707 msgstr ""
5708
5709 #: builtin/commit.c:1599
5710 msgid "commit message"
5711 msgstr ""
5712
5713 #: builtin/commit.c:1600 builtin/commit.c:1601 builtin/commit.c:1602
5714 #: builtin/commit.c:1603 parse-options.h:256 ref-filter.h:79
5715 msgid "commit"
5716 msgstr ""
5717
5718 #: builtin/commit.c:1600
5719 msgid "reuse and edit message from specified commit"
5720 msgstr ""
5721
5722 #: builtin/commit.c:1601
5723 msgid "reuse message from specified commit"
5724 msgstr ""
5725
5726 #: builtin/commit.c:1602
5727 msgid "use autosquash formatted message to fixup specified commit"
5728 msgstr ""
5729
5730 #: builtin/commit.c:1603
5731 msgid "use autosquash formatted message to squash specified commit"
5732 msgstr ""
5733
5734 #: builtin/commit.c:1604
5735 msgid "the commit is authored by me now (used with -C/-c/--amend)"
5736 msgstr ""
5737
5738 #: builtin/commit.c:1605 builtin/log.c:1409 builtin/revert.c:86
5739 msgid "add Signed-off-by:"
5740 msgstr ""
5741
5742 #: builtin/commit.c:1606
5743 msgid "use specified template file"
5744 msgstr ""
5745
5746 #: builtin/commit.c:1607
5747 msgid "force edit of commit"
5748 msgstr ""
5749
5750 #: builtin/commit.c:1608
5751 msgid "default"
5752 msgstr ""
5753
5754 #: builtin/commit.c:1608 builtin/tag.c:354
5755 msgid "how to strip spaces and #comments from message"
5756 msgstr ""
5757
5758 #: builtin/commit.c:1609
5759 msgid "include status in commit message template"
5760 msgstr ""
5761
5762 #: builtin/commit.c:1611 builtin/merge.c:230 builtin/pull.c:165
5763 #: builtin/revert.c:93
5764 msgid "GPG sign commit"
5765 msgstr ""
5766
5767 #: builtin/commit.c:1614
5768 msgid "Commit contents options"
5769 msgstr ""
5770
5771 #: builtin/commit.c:1615
5772 msgid "commit all changed files"
5773 msgstr ""
5774
5775 #: builtin/commit.c:1616
5776 msgid "add specified files to index for commit"
5777 msgstr ""
5778
5779 #: builtin/commit.c:1617
5780 msgid "interactively add files"
5781 msgstr ""
5782
5783 #: builtin/commit.c:1618
5784 msgid "interactively add changes"
5785 msgstr ""
5786
5787 #: builtin/commit.c:1619
5788 msgid "commit only specified files"
5789 msgstr ""
5790
5791 #: builtin/commit.c:1620
5792 msgid "bypass pre-commit and commit-msg hooks"
5793 msgstr ""
5794
5795 #: builtin/commit.c:1621
5796 msgid "show what would be committed"
5797 msgstr ""
5798
5799 #: builtin/commit.c:1632
5800 msgid "amend previous commit"
5801 msgstr ""
5802
5803 #: builtin/commit.c:1633
5804 msgid "bypass post-rewrite hook"
5805 msgstr ""
5806
5807 #: builtin/commit.c:1638
5808 msgid "ok to record an empty change"
5809 msgstr ""
5810
5811 #: builtin/commit.c:1640
5812 msgid "ok to record a change with an empty message"
5813 msgstr ""
5814
5815 #: builtin/commit.c:1669
5816 msgid "could not parse HEAD commit"
5817 msgstr ""
5818
5819 #: builtin/commit.c:1719
5820 #, c-format
5821 msgid "Corrupt MERGE_HEAD file (%s)"
5822 msgstr ""
5823
5824 #: builtin/commit.c:1726
5825 msgid "could not read MERGE_MODE"
5826 msgstr ""
5827
5828 #: builtin/commit.c:1745
5829 #, c-format
5830 msgid "could not read commit message: %s"
5831 msgstr ""
5832
5833 #: builtin/commit.c:1756
5834 #, c-format
5835 msgid "Aborting commit; you did not edit the message.\n"
5836 msgstr ""
5837
5838 #: builtin/commit.c:1761
5839 #, c-format
5840 msgid "Aborting commit due to empty commit message.\n"
5841 msgstr ""
5842
5843 #: builtin/commit.c:1809
5844 msgid ""
5845 "Repository has been updated, but unable to write\n"
5846 "new_index file. Check that disk is not full and quota is\n"
5847 "not exceeded, and then \"git reset HEAD\" to recover."
5848 msgstr ""
5849
5850 #: builtin/config.c:9
5851 msgid "git config [<options>]"
5852 msgstr ""
5853
5854 #: builtin/config.c:55
5855 msgid "Config file location"
5856 msgstr ""
5857
5858 #: builtin/config.c:56
5859 msgid "use global config file"
5860 msgstr ""
5861
5862 #: builtin/config.c:57
5863 msgid "use system config file"
5864 msgstr ""
5865
5866 #: builtin/config.c:58
5867 msgid "use repository config file"
5868 msgstr ""
5869
5870 #: builtin/config.c:59
5871 msgid "use given config file"
5872 msgstr ""
5873
5874 #: builtin/config.c:60
5875 msgid "blob-id"
5876 msgstr ""
5877
5878 #: builtin/config.c:60
5879 msgid "read config from given blob object"
5880 msgstr ""
5881
5882 #: builtin/config.c:61
5883 msgid "Action"
5884 msgstr ""
5885
5886 #: builtin/config.c:62
5887 msgid "get value: name [value-regex]"
5888 msgstr ""
5889
5890 #: builtin/config.c:63
5891 msgid "get all values: key [value-regex]"
5892 msgstr ""
5893
5894 #: builtin/config.c:64
5895 msgid "get values for regexp: name-regex [value-regex]"
5896 msgstr ""
5897
5898 #: builtin/config.c:65
5899 msgid "get value specific for the URL: section[.var] URL"
5900 msgstr ""
5901
5902 #: builtin/config.c:66
5903 msgid "replace all matching variables: name value [value_regex]"
5904 msgstr ""
5905
5906 #: builtin/config.c:67
5907 msgid "add a new variable: name value"
5908 msgstr ""
5909
5910 #: builtin/config.c:68
5911 msgid "remove a variable: name [value-regex]"
5912 msgstr ""
5913
5914 #: builtin/config.c:69
5915 msgid "remove all matches: name [value-regex]"
5916 msgstr ""
5917
5918 #: builtin/config.c:70
5919 msgid "rename section: old-name new-name"
5920 msgstr ""
5921
5922 #: builtin/config.c:71
5923 msgid "remove a section: name"
5924 msgstr ""
5925
5926 #: builtin/config.c:72
5927 msgid "list all"
5928 msgstr ""
5929
5930 #: builtin/config.c:73
5931 msgid "open an editor"
5932 msgstr ""
5933
5934 #: builtin/config.c:74
5935 msgid "find the color configured: slot [default]"
5936 msgstr ""
5937
5938 #: builtin/config.c:75
5939 msgid "find the color setting: slot [stdout-is-tty]"
5940 msgstr ""
5941
5942 #: builtin/config.c:76
5943 msgid "Type"
5944 msgstr ""
5945
5946 #: builtin/config.c:77
5947 msgid "value is \"true\" or \"false\""
5948 msgstr ""
5949
5950 #: builtin/config.c:78
5951 msgid "value is decimal number"
5952 msgstr ""
5953
5954 #: builtin/config.c:79
5955 msgid "value is --bool or --int"
5956 msgstr ""
5957
5958 #: builtin/config.c:80
5959 msgid "value is a path (file or directory name)"
5960 msgstr ""
5961
5962 #: builtin/config.c:81
5963 msgid "Other"
5964 msgstr ""
5965
5966 #: builtin/config.c:82
5967 msgid "terminate values with NUL byte"
5968 msgstr ""
5969
5970 #: builtin/config.c:83
5971 msgid "show variable names only"
5972 msgstr ""
5973
5974 #: builtin/config.c:84
5975 msgid "respect include directives on lookup"
5976 msgstr ""
5977
5978 #: builtin/config.c:85
5979 msgid "show origin of config (file, standard input, blob, command line)"
5980 msgstr ""
5981
5982 #: builtin/config.c:327
5983 msgid "unable to parse default color value"
5984 msgstr ""
5985
5986 #: builtin/config.c:471
5987 #, c-format
5988 msgid ""
5989 "# This is Git's per-user configuration file.\n"
5990 "[user]\n"
5991 "# Please adapt and uncomment the following lines:\n"
5992 "#\tname = %s\n"
5993 "#\temail = %s\n"
5994 msgstr ""
5995
5996 #: builtin/config.c:613
5997 #, c-format
5998 msgid "cannot create configuration file %s"
5999 msgstr ""
6000
6001 #: builtin/count-objects.c:77
6002 msgid "git count-objects [-v] [-H | --human-readable]"
6003 msgstr ""
6004
6005 #: builtin/count-objects.c:87
6006 msgid "print sizes in human readable format"
6007 msgstr ""
6008
6009 #: builtin/describe.c:17
6010 msgid "git describe [<options>] [<commit-ish>...]"
6011 msgstr ""
6012
6013 #: builtin/describe.c:18
6014 msgid "git describe [<options>] --dirty"
6015 msgstr ""
6016
6017 #: builtin/describe.c:217
6018 #, c-format
6019 msgid "annotated tag %s not available"
6020 msgstr ""
6021
6022 #: builtin/describe.c:221
6023 #, c-format
6024 msgid "annotated tag %s has no embedded name"
6025 msgstr ""
6026
6027 #: builtin/describe.c:223
6028 #, c-format
6029 msgid "tag '%s' is really '%s' here"
6030 msgstr ""
6031
6032 #: builtin/describe.c:250 builtin/log.c:480
6033 #, c-format
6034 msgid "Not a valid object name %s"
6035 msgstr ""
6036
6037 #: builtin/describe.c:253
6038 #, c-format
6039 msgid "%s is not a valid '%s' object"
6040 msgstr ""
6041
6042 #: builtin/describe.c:270
6043 #, c-format
6044 msgid "no tag exactly matches '%s'"
6045 msgstr ""
6046
6047 #: builtin/describe.c:272
6048 #, c-format
6049 msgid "searching to describe %s\n"
6050 msgstr ""
6051
6052 #: builtin/describe.c:319
6053 #, c-format
6054 msgid "finished search at %s\n"
6055 msgstr ""
6056
6057 #: builtin/describe.c:346
6058 #, c-format
6059 msgid ""
6060 "No annotated tags can describe '%s'.\n"
6061 "However, there were unannotated tags: try --tags."
6062 msgstr ""
6063
6064 #: builtin/describe.c:350
6065 #, c-format
6066 msgid ""
6067 "No tags can describe '%s'.\n"
6068 "Try --always, or create some tags."
6069 msgstr ""
6070
6071 #: builtin/describe.c:371
6072 #, c-format
6073 msgid "traversed %lu commits\n"
6074 msgstr ""
6075
6076 #: builtin/describe.c:374
6077 #, c-format
6078 msgid ""
6079 "more than %i tags found; listed %i most recent\n"
6080 "gave up search at %s\n"
6081 msgstr ""
6082
6083 #: builtin/describe.c:396
6084 msgid "find the tag that comes after the commit"
6085 msgstr ""
6086
6087 #: builtin/describe.c:397
6088 msgid "debug search strategy on stderr"
6089 msgstr ""
6090
6091 #: builtin/describe.c:398
6092 msgid "use any ref"
6093 msgstr ""
6094
6095 #: builtin/describe.c:399
6096 msgid "use any tag, even unannotated"
6097 msgstr ""
6098
6099 #: builtin/describe.c:400
6100 msgid "always use long format"
6101 msgstr ""
6102
6103 #: builtin/describe.c:401
6104 msgid "only follow first parent"
6105 msgstr ""
6106
6107 #: builtin/describe.c:404
6108 msgid "only output exact matches"
6109 msgstr ""
6110
6111 #: builtin/describe.c:406
6112 msgid "consider <n> most recent tags (default: 10)"
6113 msgstr ""
6114
6115 #: builtin/describe.c:408
6116 msgid "only consider tags matching <pattern>"
6117 msgstr ""
6118
6119 #: builtin/describe.c:410 builtin/name-rev.c:321
6120 msgid "show abbreviated commit object as fallback"
6121 msgstr ""
6122
6123 #: builtin/describe.c:411
6124 msgid "mark"
6125 msgstr ""
6126
6127 #: builtin/describe.c:412
6128 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6129 msgstr ""
6130
6131 #: builtin/describe.c:430
6132 msgid "--long is incompatible with --abbrev=0"
6133 msgstr ""
6134
6135 #: builtin/describe.c:456
6136 msgid "No names found, cannot describe anything."
6137 msgstr ""
6138
6139 #: builtin/describe.c:476
6140 msgid "--dirty is incompatible with commit-ishes"
6141 msgstr ""
6142
6143 #: builtin/diff.c:86
6144 #, c-format
6145 msgid "'%s': not a regular file or symlink"
6146 msgstr ""
6147
6148 #: builtin/diff.c:237
6149 #, c-format
6150 msgid "invalid option: %s"
6151 msgstr ""
6152
6153 #: builtin/diff.c:360
6154 msgid "Not a git repository"
6155 msgstr ""
6156
6157 #: builtin/diff.c:403
6158 #, c-format
6159 msgid "invalid object '%s' given."
6160 msgstr ""
6161
6162 #: builtin/diff.c:412
6163 #, c-format
6164 msgid "more than two blobs given: '%s'"
6165 msgstr ""
6166
6167 #: builtin/diff.c:419
6168 #, c-format
6169 msgid "unhandled object '%s' given."
6170 msgstr ""
6171
6172 #: builtin/fast-export.c:25
6173 msgid "git fast-export [rev-list-opts]"
6174 msgstr ""
6175
6176 #: builtin/fast-export.c:980
6177 msgid "show progress after <n> objects"
6178 msgstr ""
6179
6180 #: builtin/fast-export.c:982
6181 msgid "select handling of signed tags"
6182 msgstr ""
6183
6184 #: builtin/fast-export.c:985
6185 msgid "select handling of tags that tag filtered objects"
6186 msgstr ""
6187
6188 #: builtin/fast-export.c:988
6189 msgid "Dump marks to this file"
6190 msgstr ""
6191
6192 #: builtin/fast-export.c:990
6193 msgid "Import marks from this file"
6194 msgstr ""
6195
6196 #: builtin/fast-export.c:992
6197 msgid "Fake a tagger when tags lack one"
6198 msgstr ""
6199
6200 #: builtin/fast-export.c:994
6201 msgid "Output full tree for each commit"
6202 msgstr ""
6203
6204 #: builtin/fast-export.c:996
6205 msgid "Use the done feature to terminate the stream"
6206 msgstr ""
6207
6208 #: builtin/fast-export.c:997
6209 msgid "Skip output of blob data"
6210 msgstr ""
6211
6212 #: builtin/fast-export.c:998
6213 msgid "refspec"
6214 msgstr ""
6215
6216 #: builtin/fast-export.c:999
6217 msgid "Apply refspec to exported refs"
6218 msgstr ""
6219
6220 #: builtin/fast-export.c:1000
6221 msgid "anonymize output"
6222 msgstr ""
6223
6224 #: builtin/fetch.c:21
6225 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
6226 msgstr ""
6227
6228 #: builtin/fetch.c:22
6229 msgid "git fetch [<options>] <group>"
6230 msgstr ""
6231
6232 #: builtin/fetch.c:23
6233 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
6234 msgstr ""
6235
6236 #: builtin/fetch.c:24
6237 msgid "git fetch --all [<options>]"
6238 msgstr ""
6239
6240 #: builtin/fetch.c:93 builtin/pull.c:174
6241 msgid "fetch from all remotes"
6242 msgstr ""
6243
6244 #: builtin/fetch.c:95 builtin/pull.c:177
6245 msgid "append to .git/FETCH_HEAD instead of overwriting"
6246 msgstr ""
6247
6248 #: builtin/fetch.c:97 builtin/pull.c:180
6249 msgid "path to upload pack on remote end"
6250 msgstr ""
6251
6252 #: builtin/fetch.c:98 builtin/pull.c:182
6253 msgid "force overwrite of local branch"
6254 msgstr ""
6255
6256 #: builtin/fetch.c:100
6257 msgid "fetch from multiple remotes"
6258 msgstr ""
6259
6260 #: builtin/fetch.c:102 builtin/pull.c:184
6261 msgid "fetch all tags and associated objects"
6262 msgstr ""
6263
6264 #: builtin/fetch.c:104
6265 msgid "do not fetch all tags (--no-tags)"
6266 msgstr ""
6267
6268 #: builtin/fetch.c:106
6269 msgid "number of submodules fetched in parallel"
6270 msgstr ""
6271
6272 #: builtin/fetch.c:108 builtin/pull.c:187
6273 msgid "prune remote-tracking branches no longer on remote"
6274 msgstr ""
6275
6276 #: builtin/fetch.c:109 builtin/pull.c:190
6277 msgid "on-demand"
6278 msgstr ""
6279
6280 #: builtin/fetch.c:110 builtin/pull.c:191
6281 msgid "control recursive fetching of submodules"
6282 msgstr ""
6283
6284 #: builtin/fetch.c:114 builtin/pull.c:199
6285 msgid "keep downloaded pack"
6286 msgstr ""
6287
6288 #: builtin/fetch.c:116
6289 msgid "allow updating of HEAD ref"
6290 msgstr ""
6291
6292 #: builtin/fetch.c:119 builtin/pull.c:202
6293 msgid "deepen history of shallow clone"
6294 msgstr ""
6295
6296 #: builtin/fetch.c:121 builtin/pull.c:205
6297 msgid "convert to a complete repository"
6298 msgstr ""
6299
6300 #: builtin/fetch.c:123 builtin/log.c:1426
6301 msgid "dir"
6302 msgstr ""
6303
6304 #: builtin/fetch.c:124
6305 msgid "prepend this to submodule path output"
6306 msgstr ""
6307
6308 #: builtin/fetch.c:127
6309 msgid "default mode for recursion"
6310 msgstr ""
6311
6312 #: builtin/fetch.c:129 builtin/pull.c:208
6313 msgid "accept refs that update .git/shallow"
6314 msgstr ""
6315
6316 #: builtin/fetch.c:130 builtin/pull.c:210
6317 msgid "refmap"
6318 msgstr ""
6319
6320 #: builtin/fetch.c:131 builtin/pull.c:211
6321 msgid "specify fetch refmap"
6322 msgstr ""
6323
6324 #: builtin/fetch.c:387
6325 msgid "Couldn't find remote ref HEAD"
6326 msgstr ""
6327
6328 #: builtin/fetch.c:503
6329 #, c-format
6330 msgid "configuration fetch.output contains invalid value %s"
6331 msgstr ""
6332
6333 #: builtin/fetch.c:592
6334 #, c-format
6335 msgid "object %s not found"
6336 msgstr ""
6337
6338 #: builtin/fetch.c:596
6339 msgid "[up to date]"
6340 msgstr ""
6341
6342 #: builtin/fetch.c:609 builtin/fetch.c:689
6343 msgid "[rejected]"
6344 msgstr ""
6345
6346 #: builtin/fetch.c:610
6347 msgid "can't fetch in current branch"
6348 msgstr ""
6349
6350 #: builtin/fetch.c:619
6351 msgid "[tag update]"
6352 msgstr ""
6353
6354 #: builtin/fetch.c:620 builtin/fetch.c:653 builtin/fetch.c:669
6355 #: builtin/fetch.c:684
6356 msgid "unable to update local ref"
6357 msgstr ""
6358
6359 #: builtin/fetch.c:639
6360 msgid "[new tag]"
6361 msgstr ""
6362
6363 #: builtin/fetch.c:642
6364 msgid "[new branch]"
6365 msgstr ""
6366
6367 #: builtin/fetch.c:645
6368 msgid "[new ref]"
6369 msgstr ""
6370
6371 #: builtin/fetch.c:684
6372 msgid "forced update"
6373 msgstr ""
6374
6375 #: builtin/fetch.c:689
6376 msgid "non-fast-forward"
6377 msgstr ""
6378
6379 #: builtin/fetch.c:733
6380 #, c-format
6381 msgid "%s did not send all necessary objects\n"
6382 msgstr ""
6383
6384 #: builtin/fetch.c:753
6385 #, c-format
6386 msgid "reject %s because shallow roots are not allowed to be updated"
6387 msgstr ""
6388
6389 #: builtin/fetch.c:839 builtin/fetch.c:934
6390 #, c-format
6391 msgid "From %.*s\n"
6392 msgstr ""
6393
6394 #: builtin/fetch.c:850
6395 #, c-format
6396 msgid ""
6397 "some local refs could not be updated; try running\n"
6398 " 'git remote prune %s' to remove any old, conflicting branches"
6399 msgstr ""
6400
6401 #: builtin/fetch.c:904
6402 #, c-format
6403 msgid "   (%s will become dangling)"
6404 msgstr ""
6405
6406 #: builtin/fetch.c:905
6407 #, c-format
6408 msgid "   (%s has become dangling)"
6409 msgstr ""
6410
6411 #: builtin/fetch.c:937
6412 msgid "[deleted]"
6413 msgstr ""
6414
6415 #: builtin/fetch.c:938 builtin/remote.c:1020
6416 msgid "(none)"
6417 msgstr ""
6418
6419 #: builtin/fetch.c:960
6420 #, c-format
6421 msgid "Refusing to fetch into current branch %s of non-bare repository"
6422 msgstr ""
6423
6424 #: builtin/fetch.c:979
6425 #, c-format
6426 msgid "Option \"%s\" value \"%s\" is not valid for %s"
6427 msgstr ""
6428
6429 #: builtin/fetch.c:982
6430 #, c-format
6431 msgid "Option \"%s\" is ignored for %s\n"
6432 msgstr ""
6433
6434 #: builtin/fetch.c:1039
6435 #, c-format
6436 msgid "Don't know how to fetch from %s"
6437 msgstr ""
6438
6439 #: builtin/fetch.c:1199
6440 #, c-format
6441 msgid "Fetching %s\n"
6442 msgstr ""
6443
6444 #: builtin/fetch.c:1201 builtin/remote.c:96
6445 #, c-format
6446 msgid "Could not fetch %s"
6447 msgstr ""
6448
6449 #: builtin/fetch.c:1219
6450 msgid ""
6451 "No remote repository specified.  Please, specify either a URL or a\n"
6452 "remote name from which new revisions should be fetched."
6453 msgstr ""
6454
6455 #: builtin/fetch.c:1242
6456 msgid "You need to specify a tag name."
6457 msgstr ""
6458
6459 #: builtin/fetch.c:1284
6460 msgid "--depth and --unshallow cannot be used together"
6461 msgstr ""
6462
6463 #: builtin/fetch.c:1286
6464 msgid "--unshallow on a complete repository does not make sense"
6465 msgstr ""
6466
6467 #: builtin/fetch.c:1306
6468 msgid "fetch --all does not take a repository argument"
6469 msgstr ""
6470
6471 #: builtin/fetch.c:1308
6472 msgid "fetch --all does not make sense with refspecs"
6473 msgstr ""
6474
6475 #: builtin/fetch.c:1319
6476 #, c-format
6477 msgid "No such remote or remote group: %s"
6478 msgstr ""
6479
6480 #: builtin/fetch.c:1327
6481 msgid "Fetching a group and specifying refspecs does not make sense"
6482 msgstr ""
6483
6484 #: builtin/fmt-merge-msg.c:14
6485 msgid ""
6486 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
6487 msgstr ""
6488
6489 #: builtin/fmt-merge-msg.c:667
6490 msgid "populate log with at most <n> entries from shortlog"
6491 msgstr ""
6492
6493 #: builtin/fmt-merge-msg.c:670
6494 msgid "alias for --log (deprecated)"
6495 msgstr ""
6496
6497 #: builtin/fmt-merge-msg.c:673
6498 msgid "text"
6499 msgstr ""
6500
6501 #: builtin/fmt-merge-msg.c:674
6502 msgid "use <text> as start of message"
6503 msgstr ""
6504
6505 #: builtin/fmt-merge-msg.c:675
6506 msgid "file to read from"
6507 msgstr ""
6508
6509 #: builtin/for-each-ref.c:9
6510 msgid "git for-each-ref [<options>] [<pattern>]"
6511 msgstr ""
6512
6513 #: builtin/for-each-ref.c:10
6514 msgid "git for-each-ref [--points-at <object>]"
6515 msgstr ""
6516
6517 #: builtin/for-each-ref.c:11
6518 msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
6519 msgstr ""
6520
6521 #: builtin/for-each-ref.c:12
6522 msgid "git for-each-ref [--contains [<object>]]"
6523 msgstr ""
6524
6525 #: builtin/for-each-ref.c:27
6526 msgid "quote placeholders suitably for shells"
6527 msgstr ""
6528
6529 #: builtin/for-each-ref.c:29
6530 msgid "quote placeholders suitably for perl"
6531 msgstr ""
6532
6533 #: builtin/for-each-ref.c:31
6534 msgid "quote placeholders suitably for python"
6535 msgstr ""
6536
6537 #: builtin/for-each-ref.c:33
6538 msgid "quote placeholders suitably for Tcl"
6539 msgstr ""
6540
6541 #: builtin/for-each-ref.c:36
6542 msgid "show only <n> matched refs"
6543 msgstr ""
6544
6545 #: builtin/for-each-ref.c:37 builtin/tag.c:372
6546 msgid "format to use for the output"
6547 msgstr ""
6548
6549 #: builtin/for-each-ref.c:41
6550 msgid "print only refs which points at the given object"
6551 msgstr ""
6552
6553 #: builtin/for-each-ref.c:43
6554 msgid "print only refs that are merged"
6555 msgstr ""
6556
6557 #: builtin/for-each-ref.c:44
6558 msgid "print only refs that are not merged"
6559 msgstr ""
6560
6561 #: builtin/for-each-ref.c:45
6562 msgid "print only refs which contain the commit"
6563 msgstr ""
6564
6565 #: builtin/fsck.c:519
6566 msgid "Checking object directories"
6567 msgstr ""
6568
6569 #: builtin/fsck.c:588
6570 msgid "git fsck [<options>] [<object>...]"
6571 msgstr ""
6572
6573 #: builtin/fsck.c:594
6574 msgid "show unreachable objects"
6575 msgstr ""
6576
6577 #: builtin/fsck.c:595
6578 msgid "show dangling objects"
6579 msgstr ""
6580
6581 #: builtin/fsck.c:596
6582 msgid "report tags"
6583 msgstr ""
6584
6585 #: builtin/fsck.c:597
6586 msgid "report root nodes"
6587 msgstr ""
6588
6589 #: builtin/fsck.c:598
6590 msgid "make index objects head nodes"
6591 msgstr ""
6592
6593 #: builtin/fsck.c:599
6594 msgid "make reflogs head nodes (default)"
6595 msgstr ""
6596
6597 #: builtin/fsck.c:600
6598 msgid "also consider packs and alternate objects"
6599 msgstr ""
6600
6601 #: builtin/fsck.c:601
6602 msgid "check only connectivity"
6603 msgstr ""
6604
6605 #: builtin/fsck.c:602
6606 msgid "enable more strict checking"
6607 msgstr ""
6608
6609 #: builtin/fsck.c:604
6610 msgid "write dangling objects in .git/lost-found"
6611 msgstr ""
6612
6613 #: builtin/fsck.c:605 builtin/prune.c:107
6614 msgid "show progress"
6615 msgstr ""
6616
6617 #: builtin/fsck.c:606
6618 msgid "show verbose names for reachable objects"
6619 msgstr ""
6620
6621 #: builtin/fsck.c:671
6622 msgid "Checking objects"
6623 msgstr ""
6624
6625 #: builtin/gc.c:25
6626 msgid "git gc [<options>]"
6627 msgstr ""
6628
6629 #: builtin/gc.c:72
6630 #, c-format
6631 msgid "Invalid %s: '%s'"
6632 msgstr ""
6633
6634 #: builtin/gc.c:139
6635 #, c-format
6636 msgid "insanely long object directory %.*s"
6637 msgstr ""
6638
6639 #: builtin/gc.c:290
6640 #, c-format
6641 msgid ""
6642 "The last gc run reported the following. Please correct the root cause\n"
6643 "and remove %s.\n"
6644 "Automatic cleanup will not be performed until the file is removed.\n"
6645 "\n"
6646 "%s"
6647 msgstr ""
6648
6649 #: builtin/gc.c:327
6650 msgid "prune unreferenced objects"
6651 msgstr ""
6652
6653 #: builtin/gc.c:329
6654 msgid "be more thorough (increased runtime)"
6655 msgstr ""
6656
6657 #: builtin/gc.c:330
6658 msgid "enable auto-gc mode"
6659 msgstr ""
6660
6661 #: builtin/gc.c:331
6662 msgid "force running gc even if there may be another gc running"
6663 msgstr ""
6664
6665 #: builtin/gc.c:373
6666 #, c-format
6667 msgid "Auto packing the repository in background for optimum performance.\n"
6668 msgstr ""
6669
6670 #: builtin/gc.c:375
6671 #, c-format
6672 msgid "Auto packing the repository for optimum performance.\n"
6673 msgstr ""
6674
6675 #: builtin/gc.c:376
6676 #, c-format
6677 msgid "See \"git help gc\" for manual housekeeping.\n"
6678 msgstr ""
6679
6680 #: builtin/gc.c:397
6681 #, c-format
6682 msgid ""
6683 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6684 msgstr ""
6685
6686 #: builtin/gc.c:441
6687 msgid ""
6688 "There are too many unreachable loose objects; run 'git prune' to remove them."
6689 msgstr ""
6690
6691 #: builtin/grep.c:23
6692 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6693 msgstr ""
6694
6695 #: builtin/grep.c:219
6696 #, c-format
6697 msgid "grep: failed to create thread: %s"
6698 msgstr ""
6699
6700 #: builtin/grep.c:277
6701 #, c-format
6702 msgid "invalid number of threads specified (%d) for %s"
6703 msgstr ""
6704
6705 #: builtin/grep.c:452 builtin/grep.c:487
6706 #, c-format
6707 msgid "unable to read tree (%s)"
6708 msgstr ""
6709
6710 #: builtin/grep.c:502
6711 #, c-format
6712 msgid "unable to grep from object of type %s"
6713 msgstr ""
6714
6715 #: builtin/grep.c:560
6716 #, c-format
6717 msgid "switch `%c' expects a numerical value"
6718 msgstr ""
6719
6720 #: builtin/grep.c:577
6721 #, c-format
6722 msgid "cannot open '%s'"
6723 msgstr ""
6724
6725 #: builtin/grep.c:646
6726 msgid "search in index instead of in the work tree"
6727 msgstr ""
6728
6729 #: builtin/grep.c:648
6730 msgid "find in contents not managed by git"
6731 msgstr ""
6732
6733 #: builtin/grep.c:650
6734 msgid "search in both tracked and untracked files"
6735 msgstr ""
6736
6737 #: builtin/grep.c:652
6738 msgid "ignore files specified via '.gitignore'"
6739 msgstr ""
6740
6741 #: builtin/grep.c:655
6742 msgid "show non-matching lines"
6743 msgstr ""
6744
6745 #: builtin/grep.c:657
6746 msgid "case insensitive matching"
6747 msgstr ""
6748
6749 #: builtin/grep.c:659
6750 msgid "match patterns only at word boundaries"
6751 msgstr ""
6752
6753 #: builtin/grep.c:661
6754 msgid "process binary files as text"
6755 msgstr ""
6756
6757 #: builtin/grep.c:663
6758 msgid "don't match patterns in binary files"
6759 msgstr ""
6760
6761 #: builtin/grep.c:666
6762 msgid "process binary files with textconv filters"
6763 msgstr ""
6764
6765 #: builtin/grep.c:668
6766 msgid "descend at most <depth> levels"
6767 msgstr ""
6768
6769 #: builtin/grep.c:672
6770 msgid "use extended POSIX regular expressions"
6771 msgstr ""
6772
6773 #: builtin/grep.c:675
6774 msgid "use basic POSIX regular expressions (default)"
6775 msgstr ""
6776
6777 #: builtin/grep.c:678
6778 msgid "interpret patterns as fixed strings"
6779 msgstr ""
6780
6781 #: builtin/grep.c:681
6782 msgid "use Perl-compatible regular expressions"
6783 msgstr ""
6784
6785 #: builtin/grep.c:684
6786 msgid "show line numbers"
6787 msgstr ""
6788
6789 #: builtin/grep.c:685
6790 msgid "don't show filenames"
6791 msgstr ""
6792
6793 #: builtin/grep.c:686
6794 msgid "show filenames"
6795 msgstr ""
6796
6797 #: builtin/grep.c:688
6798 msgid "show filenames relative to top directory"
6799 msgstr ""
6800
6801 #: builtin/grep.c:690
6802 msgid "show only filenames instead of matching lines"
6803 msgstr ""
6804
6805 #: builtin/grep.c:692
6806 msgid "synonym for --files-with-matches"
6807 msgstr ""
6808
6809 #: builtin/grep.c:695
6810 msgid "show only the names of files without match"
6811 msgstr ""
6812
6813 #: builtin/grep.c:697
6814 msgid "print NUL after filenames"
6815 msgstr ""
6816
6817 #: builtin/grep.c:699
6818 msgid "show the number of matches instead of matching lines"
6819 msgstr ""
6820
6821 #: builtin/grep.c:700
6822 msgid "highlight matches"
6823 msgstr ""
6824
6825 #: builtin/grep.c:702
6826 msgid "print empty line between matches from different files"
6827 msgstr ""
6828
6829 #: builtin/grep.c:704
6830 msgid "show filename only once above matches from same file"
6831 msgstr ""
6832
6833 #: builtin/grep.c:707
6834 msgid "show <n> context lines before and after matches"
6835 msgstr ""
6836
6837 #: builtin/grep.c:710
6838 msgid "show <n> context lines before matches"
6839 msgstr ""
6840
6841 #: builtin/grep.c:712
6842 msgid "show <n> context lines after matches"
6843 msgstr ""
6844
6845 #: builtin/grep.c:714
6846 msgid "use <n> worker threads"
6847 msgstr ""
6848
6849 #: builtin/grep.c:715
6850 msgid "shortcut for -C NUM"
6851 msgstr ""
6852
6853 #: builtin/grep.c:718
6854 msgid "show a line with the function name before matches"
6855 msgstr ""
6856
6857 #: builtin/grep.c:720
6858 msgid "show the surrounding function"
6859 msgstr ""
6860
6861 #: builtin/grep.c:723
6862 msgid "read patterns from file"
6863 msgstr ""
6864
6865 #: builtin/grep.c:725
6866 msgid "match <pattern>"
6867 msgstr ""
6868
6869 #: builtin/grep.c:727
6870 msgid "combine patterns specified with -e"
6871 msgstr ""
6872
6873 #: builtin/grep.c:739
6874 msgid "indicate hit with exit status without output"
6875 msgstr ""
6876
6877 #: builtin/grep.c:741
6878 msgid "show only matches from files that match all patterns"
6879 msgstr ""
6880
6881 #: builtin/grep.c:743
6882 msgid "show parse tree for grep expression"
6883 msgstr ""
6884
6885 #: builtin/grep.c:747
6886 msgid "pager"
6887 msgstr ""
6888
6889 #: builtin/grep.c:747
6890 msgid "show matching files in the pager"
6891 msgstr ""
6892
6893 #: builtin/grep.c:750
6894 msgid "allow calling of grep(1) (ignored by this build)"
6895 msgstr ""
6896
6897 #: builtin/grep.c:813
6898 msgid "no pattern given."
6899 msgstr ""
6900
6901 #: builtin/grep.c:845 builtin/index-pack.c:1479
6902 #, c-format
6903 msgid "invalid number of threads specified (%d)"
6904 msgstr ""
6905
6906 #: builtin/grep.c:875
6907 msgid "--open-files-in-pager only works on the worktree"
6908 msgstr ""
6909
6910 #: builtin/grep.c:901
6911 msgid "--cached or --untracked cannot be used with --no-index."
6912 msgstr ""
6913
6914 #: builtin/grep.c:906
6915 msgid "--no-index or --untracked cannot be used with revs."
6916 msgstr ""
6917
6918 #: builtin/grep.c:909
6919 msgid "--[no-]exclude-standard cannot be used for tracked contents."
6920 msgstr ""
6921
6922 #: builtin/grep.c:917
6923 msgid "both --cached and trees are given."
6924 msgstr ""
6925
6926 #: builtin/hash-object.c:81
6927 msgid ""
6928 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6929 "[--] <file>..."
6930 msgstr ""
6931
6932 #: builtin/hash-object.c:82
6933 msgid "git hash-object  --stdin-paths"
6934 msgstr ""
6935
6936 #: builtin/hash-object.c:93
6937 msgid "type"
6938 msgstr ""
6939
6940 #: builtin/hash-object.c:93
6941 msgid "object type"
6942 msgstr ""
6943
6944 #: builtin/hash-object.c:94
6945 msgid "write the object into the object database"
6946 msgstr ""
6947
6948 #: builtin/hash-object.c:96
6949 msgid "read the object from stdin"
6950 msgstr ""
6951
6952 #: builtin/hash-object.c:98
6953 msgid "store file as is without filters"
6954 msgstr ""
6955
6956 #: builtin/hash-object.c:99
6957 msgid ""
6958 "just hash any random garbage to create corrupt objects for debugging Git"
6959 msgstr ""
6960
6961 #: builtin/hash-object.c:100
6962 msgid "process file as it were from this path"
6963 msgstr ""
6964
6965 #: builtin/help.c:41
6966 msgid "print all available commands"
6967 msgstr ""
6968
6969 #: builtin/help.c:42
6970 msgid "print list of useful guides"
6971 msgstr ""
6972
6973 #: builtin/help.c:43
6974 msgid "show man page"
6975 msgstr ""
6976
6977 #: builtin/help.c:44
6978 msgid "show manual in web browser"
6979 msgstr ""
6980
6981 #: builtin/help.c:46
6982 msgid "show info page"
6983 msgstr ""
6984
6985 #: builtin/help.c:52
6986 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6987 msgstr ""
6988
6989 #: builtin/help.c:64
6990 #, c-format
6991 msgid "unrecognized help format '%s'"
6992 msgstr ""
6993
6994 #: builtin/help.c:91
6995 msgid "Failed to start emacsclient."
6996 msgstr ""
6997
6998 #: builtin/help.c:104
6999 msgid "Failed to parse emacsclient version."
7000 msgstr ""
7001
7002 #: builtin/help.c:112
7003 #, c-format
7004 msgid "emacsclient version '%d' too old (< 22)."
7005 msgstr ""
7006
7007 #: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
7008 #, c-format
7009 msgid "failed to exec '%s'"
7010 msgstr ""
7011
7012 #: builtin/help.c:205
7013 #, c-format
7014 msgid ""
7015 "'%s': path for unsupported man viewer.\n"
7016 "Please consider using 'man.<tool>.cmd' instead."
7017 msgstr ""
7018
7019 #: builtin/help.c:217
7020 #, c-format
7021 msgid ""
7022 "'%s': cmd for supported man viewer.\n"
7023 "Please consider using 'man.<tool>.path' instead."
7024 msgstr ""
7025
7026 #: builtin/help.c:334
7027 #, c-format
7028 msgid "'%s': unknown man viewer."
7029 msgstr ""
7030
7031 #: builtin/help.c:351
7032 msgid "no man viewer handled the request"
7033 msgstr ""
7034
7035 #: builtin/help.c:359
7036 msgid "no info viewer handled the request"
7037 msgstr ""
7038
7039 #: builtin/help.c:401
7040 msgid "Defining attributes per path"
7041 msgstr ""
7042
7043 #: builtin/help.c:402
7044 msgid "Everyday Git With 20 Commands Or So"
7045 msgstr ""
7046
7047 #: builtin/help.c:403
7048 msgid "A Git glossary"
7049 msgstr ""
7050
7051 #: builtin/help.c:404
7052 msgid "Specifies intentionally untracked files to ignore"
7053 msgstr ""
7054
7055 #: builtin/help.c:405
7056 msgid "Defining submodule properties"
7057 msgstr ""
7058
7059 #: builtin/help.c:406
7060 msgid "Specifying revisions and ranges for Git"
7061 msgstr ""
7062
7063 #: builtin/help.c:407
7064 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7065 msgstr ""
7066
7067 #: builtin/help.c:408
7068 msgid "An overview of recommended workflows with Git"
7069 msgstr ""
7070
7071 #: builtin/help.c:420
7072 msgid "The common Git guides are:\n"
7073 msgstr ""
7074
7075 #: builtin/help.c:441 builtin/help.c:458
7076 #, c-format
7077 msgid "usage: %s%s"
7078 msgstr ""
7079
7080 #: builtin/help.c:474
7081 #, c-format
7082 msgid "`git %s' is aliased to `%s'"
7083 msgstr ""
7084
7085 #: builtin/index-pack.c:153
7086 #, c-format
7087 msgid "unable to open %s"
7088 msgstr ""
7089
7090 #: builtin/index-pack.c:203
7091 #, c-format
7092 msgid "object type mismatch at %s"
7093 msgstr ""
7094
7095 #: builtin/index-pack.c:223
7096 #, c-format
7097 msgid "did not receive expected object %s"
7098 msgstr ""
7099
7100 #: builtin/index-pack.c:226
7101 #, c-format
7102 msgid "object %s: expected type %s, found %s"
7103 msgstr ""
7104
7105 #: builtin/index-pack.c:268
7106 #, c-format
7107 msgid "cannot fill %d byte"
7108 msgid_plural "cannot fill %d bytes"
7109 msgstr[0] ""
7110 msgstr[1] ""
7111
7112 #: builtin/index-pack.c:278
7113 msgid "early EOF"
7114 msgstr ""
7115
7116 #: builtin/index-pack.c:279
7117 msgid "read error on input"
7118 msgstr ""
7119
7120 #: builtin/index-pack.c:291
7121 msgid "used more bytes than were available"
7122 msgstr ""
7123
7124 #: builtin/index-pack.c:298
7125 msgid "pack too large for current definition of off_t"
7126 msgstr ""
7127
7128 #: builtin/index-pack.c:314
7129 #, c-format
7130 msgid "unable to create '%s'"
7131 msgstr ""
7132
7133 #: builtin/index-pack.c:319
7134 #, c-format
7135 msgid "cannot open packfile '%s'"
7136 msgstr ""
7137
7138 #: builtin/index-pack.c:333
7139 msgid "pack signature mismatch"
7140 msgstr ""
7141
7142 #: builtin/index-pack.c:335
7143 #, c-format
7144 msgid "pack version %<PRIu32> unsupported"
7145 msgstr ""
7146
7147 #: builtin/index-pack.c:353
7148 #, c-format
7149 msgid "pack has bad object at offset %<PRIuMAX>: %s"
7150 msgstr ""
7151
7152 #: builtin/index-pack.c:475
7153 #, c-format
7154 msgid "inflate returned %d"
7155 msgstr ""
7156
7157 #: builtin/index-pack.c:524
7158 msgid "offset value overflow for delta base object"
7159 msgstr ""
7160
7161 #: builtin/index-pack.c:532
7162 msgid "delta base offset is out of bound"
7163 msgstr ""
7164
7165 #: builtin/index-pack.c:540
7166 #, c-format
7167 msgid "unknown object type %d"
7168 msgstr ""
7169
7170 #: builtin/index-pack.c:571
7171 msgid "cannot pread pack file"
7172 msgstr ""
7173
7174 #: builtin/index-pack.c:573
7175 #, c-format
7176 msgid "premature end of pack file, %<PRIuMAX> byte missing"
7177 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
7178 msgstr[0] ""
7179 msgstr[1] ""
7180
7181 #: builtin/index-pack.c:599
7182 msgid "serious inflate inconsistency"
7183 msgstr ""
7184
7185 #: builtin/index-pack.c:745 builtin/index-pack.c:751 builtin/index-pack.c:774
7186 #: builtin/index-pack.c:808 builtin/index-pack.c:817
7187 #, c-format
7188 msgid "SHA1 COLLISION FOUND WITH %s !"
7189 msgstr ""
7190
7191 #: builtin/index-pack.c:748 builtin/pack-objects.c:164
7192 #: builtin/pack-objects.c:256
7193 #, c-format
7194 msgid "unable to read %s"
7195 msgstr ""
7196
7197 #: builtin/index-pack.c:814
7198 #, c-format
7199 msgid "cannot read existing object %s"
7200 msgstr ""
7201
7202 #: builtin/index-pack.c:828
7203 #, c-format
7204 msgid "invalid blob object %s"
7205 msgstr ""
7206
7207 #: builtin/index-pack.c:842
7208 #, c-format
7209 msgid "invalid %s"
7210 msgstr ""
7211
7212 #: builtin/index-pack.c:845
7213 msgid "Error in object"
7214 msgstr ""
7215
7216 #: builtin/index-pack.c:847
7217 #, c-format
7218 msgid "Not all child objects of %s are reachable"
7219 msgstr ""
7220
7221 #: builtin/index-pack.c:919 builtin/index-pack.c:950
7222 msgid "failed to apply delta"
7223 msgstr ""
7224
7225 #: builtin/index-pack.c:1120
7226 msgid "Receiving objects"
7227 msgstr ""
7228
7229 #: builtin/index-pack.c:1120
7230 msgid "Indexing objects"
7231 msgstr ""
7232
7233 #: builtin/index-pack.c:1152
7234 msgid "pack is corrupted (SHA1 mismatch)"
7235 msgstr ""
7236
7237 #: builtin/index-pack.c:1157
7238 msgid "cannot fstat packfile"
7239 msgstr ""
7240
7241 #: builtin/index-pack.c:1160
7242 msgid "pack has junk at the end"
7243 msgstr ""
7244
7245 #: builtin/index-pack.c:1171
7246 msgid "confusion beyond insanity in parse_pack_objects()"
7247 msgstr ""
7248
7249 #: builtin/index-pack.c:1196
7250 msgid "Resolving deltas"
7251 msgstr ""
7252
7253 #: builtin/index-pack.c:1207
7254 #, c-format
7255 msgid "unable to create thread: %s"
7256 msgstr ""
7257
7258 #: builtin/index-pack.c:1249
7259 msgid "confusion beyond insanity"
7260 msgstr ""
7261
7262 #: builtin/index-pack.c:1255
7263 #, c-format
7264 msgid "completed with %d local object"
7265 msgid_plural "completed with %d local objects"
7266 msgstr[0] ""
7267 msgstr[1] ""
7268
7269 #: builtin/index-pack.c:1267
7270 #, c-format
7271 msgid "Unexpected tail checksum for %s (disk corruption?)"
7272 msgstr ""
7273
7274 #: builtin/index-pack.c:1271
7275 #, c-format
7276 msgid "pack has %d unresolved delta"
7277 msgid_plural "pack has %d unresolved deltas"
7278 msgstr[0] ""
7279 msgstr[1] ""
7280
7281 #: builtin/index-pack.c:1295
7282 #, c-format
7283 msgid "unable to deflate appended object (%d)"
7284 msgstr ""
7285
7286 #: builtin/index-pack.c:1371
7287 #, c-format
7288 msgid "local object %s is corrupt"
7289 msgstr ""
7290
7291 #: builtin/index-pack.c:1395
7292 msgid "error while closing pack file"
7293 msgstr ""
7294
7295 #: builtin/index-pack.c:1408
7296 #, c-format
7297 msgid "cannot write keep file '%s'"
7298 msgstr ""
7299
7300 #: builtin/index-pack.c:1416
7301 #, c-format
7302 msgid "cannot close written keep file '%s'"
7303 msgstr ""
7304
7305 #: builtin/index-pack.c:1429
7306 msgid "cannot store pack file"
7307 msgstr ""
7308
7309 #: builtin/index-pack.c:1440
7310 msgid "cannot store index file"
7311 msgstr ""
7312
7313 #: builtin/index-pack.c:1473
7314 #, c-format
7315 msgid "bad pack.indexversion=%<PRIu32>"
7316 msgstr ""
7317
7318 #: builtin/index-pack.c:1483 builtin/index-pack.c:1681
7319 #, c-format
7320 msgid "no threads support, ignoring %s"
7321 msgstr ""
7322
7323 #: builtin/index-pack.c:1542
7324 #, c-format
7325 msgid "Cannot open existing pack file '%s'"
7326 msgstr ""
7327
7328 #: builtin/index-pack.c:1544
7329 #, c-format
7330 msgid "Cannot open existing pack idx file for '%s'"
7331 msgstr ""
7332
7333 #: builtin/index-pack.c:1591
7334 #, c-format
7335 msgid "non delta: %d object"
7336 msgid_plural "non delta: %d objects"
7337 msgstr[0] ""
7338 msgstr[1] ""
7339
7340 #: builtin/index-pack.c:1598
7341 #, c-format
7342 msgid "chain length = %d: %lu object"
7343 msgid_plural "chain length = %d: %lu objects"
7344 msgstr[0] ""
7345 msgstr[1] ""
7346
7347 #: builtin/index-pack.c:1611
7348 #, c-format
7349 msgid "packfile name '%s' does not end with '.pack'"
7350 msgstr ""
7351
7352 #: builtin/index-pack.c:1693 builtin/index-pack.c:1696
7353 #: builtin/index-pack.c:1712 builtin/index-pack.c:1716
7354 #, c-format
7355 msgid "bad %s"
7356 msgstr ""
7357
7358 #: builtin/index-pack.c:1730
7359 msgid "--fix-thin cannot be used without --stdin"
7360 msgstr ""
7361
7362 #: builtin/index-pack.c:1738
7363 msgid "--verify with no packfile name given"
7364 msgstr ""
7365
7366 #: builtin/init-db.c:55
7367 #, c-format
7368 msgid "cannot stat '%s'"
7369 msgstr ""
7370
7371 #: builtin/init-db.c:61
7372 #, c-format
7373 msgid "cannot stat template '%s'"
7374 msgstr ""
7375
7376 #: builtin/init-db.c:66
7377 #, c-format
7378 msgid "cannot opendir '%s'"
7379 msgstr ""
7380
7381 #: builtin/init-db.c:77
7382 #, c-format
7383 msgid "cannot readlink '%s'"
7384 msgstr ""
7385
7386 #: builtin/init-db.c:79
7387 #, c-format
7388 msgid "cannot symlink '%s' '%s'"
7389 msgstr ""
7390
7391 #: builtin/init-db.c:85
7392 #, c-format
7393 msgid "cannot copy '%s' to '%s'"
7394 msgstr ""
7395
7396 #: builtin/init-db.c:89
7397 #, c-format
7398 msgid "ignoring template %s"
7399 msgstr ""
7400
7401 #: builtin/init-db.c:120
7402 #, c-format
7403 msgid "templates not found %s"
7404 msgstr ""
7405
7406 #: builtin/init-db.c:135
7407 #, c-format
7408 msgid "not copying templates from '%s': %s"
7409 msgstr ""
7410
7411 #: builtin/init-db.c:312 builtin/init-db.c:315
7412 #, c-format
7413 msgid "%s already exists"
7414 msgstr ""
7415
7416 #: builtin/init-db.c:344
7417 #, c-format
7418 msgid "unable to handle file type %d"
7419 msgstr ""
7420
7421 #: builtin/init-db.c:347
7422 #, c-format
7423 msgid "unable to move %s to %s"
7424 msgstr ""
7425
7426 #: builtin/init-db.c:402
7427 #, c-format
7428 msgid "Reinitialized existing shared Git repository in %s%s\n"
7429 msgstr ""
7430
7431 #: builtin/init-db.c:403
7432 #, c-format
7433 msgid "Reinitialized existing Git repository in %s%s\n"
7434 msgstr ""
7435
7436 #: builtin/init-db.c:407
7437 #, c-format
7438 msgid "Initialized empty shared Git repository in %s%s\n"
7439 msgstr ""
7440
7441 #: builtin/init-db.c:408
7442 #, c-format
7443 msgid "Initialized empty Git repository in %s%s\n"
7444 msgstr ""
7445
7446 #: builtin/init-db.c:455
7447 msgid ""
7448 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
7449 "shared[=<permissions>]] [<directory>]"
7450 msgstr ""
7451
7452 #: builtin/init-db.c:478
7453 msgid "permissions"
7454 msgstr ""
7455
7456 #: builtin/init-db.c:479
7457 msgid "specify that the git repository is to be shared amongst several users"
7458 msgstr ""
7459
7460 #: builtin/init-db.c:513 builtin/init-db.c:518
7461 #, c-format
7462 msgid "cannot mkdir %s"
7463 msgstr ""
7464
7465 #: builtin/init-db.c:522
7466 #, c-format
7467 msgid "cannot chdir to %s"
7468 msgstr ""
7469
7470 #: builtin/init-db.c:543
7471 #, c-format
7472 msgid ""
7473 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
7474 "dir=<directory>)"
7475 msgstr ""
7476
7477 #: builtin/init-db.c:571
7478 #, c-format
7479 msgid "Cannot access work tree '%s'"
7480 msgstr ""
7481
7482 #: builtin/interpret-trailers.c:15
7483 msgid ""
7484 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
7485 "<token>[(=|:)<value>])...] [<file>...]"
7486 msgstr ""
7487
7488 #: builtin/interpret-trailers.c:26
7489 msgid "edit files in place"
7490 msgstr ""
7491
7492 #: builtin/interpret-trailers.c:27
7493 msgid "trim empty trailers"
7494 msgstr ""
7495
7496 #: builtin/interpret-trailers.c:28
7497 msgid "trailer"
7498 msgstr ""
7499
7500 #: builtin/interpret-trailers.c:29
7501 msgid "trailer(s) to add"
7502 msgstr ""
7503
7504 #: builtin/interpret-trailers.c:42
7505 msgid "no input file given for in-place editing"
7506 msgstr ""
7507
7508 #: builtin/log.c:44
7509 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
7510 msgstr ""
7511
7512 #: builtin/log.c:45
7513 msgid "git show [<options>] <object>..."
7514 msgstr ""
7515
7516 #: builtin/log.c:84
7517 #, c-format
7518 msgid "invalid --decorate option: %s"
7519 msgstr ""
7520
7521 #: builtin/log.c:139
7522 msgid "suppress diff output"
7523 msgstr ""
7524
7525 #: builtin/log.c:140
7526 msgid "show source"
7527 msgstr ""
7528
7529 #: builtin/log.c:141
7530 msgid "Use mail map file"
7531 msgstr ""
7532
7533 #: builtin/log.c:142
7534 msgid "decorate options"
7535 msgstr ""
7536
7537 #: builtin/log.c:145
7538 msgid "Process line range n,m in file, counting from 1"
7539 msgstr ""
7540
7541 #: builtin/log.c:241
7542 #, c-format
7543 msgid "Final output: %d %s\n"
7544 msgstr ""
7545
7546 #: builtin/log.c:486
7547 #, c-format
7548 msgid "git show %s: bad file"
7549 msgstr ""
7550
7551 #: builtin/log.c:500 builtin/log.c:594
7552 #, c-format
7553 msgid "Could not read object %s"
7554 msgstr ""
7555
7556 #: builtin/log.c:618
7557 #, c-format
7558 msgid "Unknown type: %d"
7559 msgstr ""
7560
7561 #: builtin/log.c:739
7562 msgid "format.headers without value"
7563 msgstr ""
7564
7565 #: builtin/log.c:839
7566 msgid "name of output directory is too long"
7567 msgstr ""
7568
7569 #: builtin/log.c:854
7570 #, c-format
7571 msgid "Cannot open patch file %s"
7572 msgstr ""
7573
7574 #: builtin/log.c:868
7575 msgid "Need exactly one range."
7576 msgstr ""
7577
7578 #: builtin/log.c:878
7579 msgid "Not a range."
7580 msgstr ""
7581
7582 #: builtin/log.c:984
7583 msgid "Cover letter needs email format"
7584 msgstr ""
7585
7586 #: builtin/log.c:1064
7587 #, c-format
7588 msgid "insane in-reply-to: %s"
7589 msgstr ""
7590
7591 #: builtin/log.c:1092
7592 msgid "git format-patch [<options>] [<since> | <revision-range>]"
7593 msgstr ""
7594
7595 #: builtin/log.c:1137
7596 msgid "Two output directories?"
7597 msgstr ""
7598
7599 #: builtin/log.c:1244 builtin/log.c:1883 builtin/log.c:1885 builtin/log.c:1897
7600 #, c-format
7601 msgid "Unknown commit %s"
7602 msgstr ""
7603
7604 #: builtin/log.c:1254 builtin/notes.c:254 builtin/notes.c:305
7605 #: builtin/notes.c:307 builtin/notes.c:370 builtin/notes.c:425
7606 #: builtin/notes.c:511 builtin/notes.c:516 builtin/notes.c:594
7607 #: builtin/notes.c:657 builtin/notes.c:882 builtin/tag.c:455
7608 #, c-format
7609 msgid "Failed to resolve '%s' as a valid ref."
7610 msgstr ""
7611
7612 #: builtin/log.c:1259
7613 msgid "Could not find exact merge base."
7614 msgstr ""
7615
7616 #: builtin/log.c:1263
7617 msgid ""
7618 "Failed to get upstream, if you want to record base commit automatically,\n"
7619 "please use git branch --set-upstream-to to track a remote branch.\n"
7620 "Or you could specify base commit by --base=<base-commit-id> manually."
7621 msgstr ""
7622
7623 #: builtin/log.c:1283
7624 msgid "Failed to find exact merge base"
7625 msgstr ""
7626
7627 #: builtin/log.c:1294
7628 msgid "base commit should be the ancestor of revision list"
7629 msgstr ""
7630
7631 #: builtin/log.c:1298
7632 msgid "base commit shouldn't be in revision list"
7633 msgstr ""
7634
7635 #: builtin/log.c:1347
7636 msgid "cannot get patch id"
7637 msgstr ""
7638
7639 #: builtin/log.c:1404
7640 msgid "use [PATCH n/m] even with a single patch"
7641 msgstr ""
7642
7643 #: builtin/log.c:1407
7644 msgid "use [PATCH] even with multiple patches"
7645 msgstr ""
7646
7647 #: builtin/log.c:1411
7648 msgid "print patches to standard out"
7649 msgstr ""
7650
7651 #: builtin/log.c:1413
7652 msgid "generate a cover letter"
7653 msgstr ""
7654
7655 #: builtin/log.c:1415
7656 msgid "use simple number sequence for output file names"
7657 msgstr ""
7658
7659 #: builtin/log.c:1416
7660 msgid "sfx"
7661 msgstr ""
7662
7663 #: builtin/log.c:1417
7664 msgid "use <sfx> instead of '.patch'"
7665 msgstr ""
7666
7667 #: builtin/log.c:1419
7668 msgid "start numbering patches at <n> instead of 1"
7669 msgstr ""
7670
7671 #: builtin/log.c:1421
7672 msgid "mark the series as Nth re-roll"
7673 msgstr ""
7674
7675 #: builtin/log.c:1423
7676 msgid "Use [<prefix>] instead of [PATCH]"
7677 msgstr ""
7678
7679 #: builtin/log.c:1426
7680 msgid "store resulting files in <dir>"
7681 msgstr ""
7682
7683 #: builtin/log.c:1429
7684 msgid "don't strip/add [PATCH]"
7685 msgstr ""
7686
7687 #: builtin/log.c:1432
7688 msgid "don't output binary diffs"
7689 msgstr ""
7690
7691 #: builtin/log.c:1434
7692 msgid "output all-zero hash in From header"
7693 msgstr ""
7694
7695 #: builtin/log.c:1436
7696 msgid "don't include a patch matching a commit upstream"
7697 msgstr ""
7698
7699 #: builtin/log.c:1438
7700 msgid "show patch format instead of default (patch + stat)"
7701 msgstr ""
7702
7703 #: builtin/log.c:1440
7704 msgid "Messaging"
7705 msgstr ""
7706
7707 #: builtin/log.c:1441
7708 msgid "header"
7709 msgstr ""
7710
7711 #: builtin/log.c:1442
7712 msgid "add email header"
7713 msgstr ""
7714
7715 #: builtin/log.c:1443 builtin/log.c:1445
7716 msgid "email"
7717 msgstr ""
7718
7719 #: builtin/log.c:1443
7720 msgid "add To: header"
7721 msgstr ""
7722
7723 #: builtin/log.c:1445
7724 msgid "add Cc: header"
7725 msgstr ""
7726
7727 #: builtin/log.c:1447
7728 msgid "ident"
7729 msgstr ""
7730
7731 #: builtin/log.c:1448
7732 msgid "set From address to <ident> (or committer ident if absent)"
7733 msgstr ""
7734
7735 #: builtin/log.c:1450
7736 msgid "message-id"
7737 msgstr ""
7738
7739 #: builtin/log.c:1451
7740 msgid "make first mail a reply to <message-id>"
7741 msgstr ""
7742
7743 #: builtin/log.c:1452 builtin/log.c:1455
7744 msgid "boundary"
7745 msgstr ""
7746
7747 #: builtin/log.c:1453
7748 msgid "attach the patch"
7749 msgstr ""
7750
7751 #: builtin/log.c:1456
7752 msgid "inline the patch"
7753 msgstr ""
7754
7755 #: builtin/log.c:1460
7756 msgid "enable message threading, styles: shallow, deep"
7757 msgstr ""
7758
7759 #: builtin/log.c:1462
7760 msgid "signature"
7761 msgstr ""
7762
7763 #: builtin/log.c:1463
7764 msgid "add a signature"
7765 msgstr ""
7766
7767 #: builtin/log.c:1464
7768 msgid "base-commit"
7769 msgstr ""
7770
7771 #: builtin/log.c:1465
7772 msgid "add prerequisite tree info to the patch series"
7773 msgstr ""
7774
7775 #: builtin/log.c:1467
7776 msgid "add a signature from a file"
7777 msgstr ""
7778
7779 #: builtin/log.c:1468
7780 msgid "don't print the patch filenames"
7781 msgstr ""
7782
7783 #: builtin/log.c:1558
7784 msgid "-n and -k are mutually exclusive."
7785 msgstr ""
7786
7787 #: builtin/log.c:1560
7788 msgid "--subject-prefix and -k are mutually exclusive."
7789 msgstr ""
7790
7791 #: builtin/log.c:1568
7792 msgid "--name-only does not make sense"
7793 msgstr ""
7794
7795 #: builtin/log.c:1570
7796 msgid "--name-status does not make sense"
7797 msgstr ""
7798
7799 #: builtin/log.c:1572
7800 msgid "--check does not make sense"
7801 msgstr ""
7802
7803 #: builtin/log.c:1602
7804 msgid "standard output, or directory, which one?"
7805 msgstr ""
7806
7807 #: builtin/log.c:1604
7808 #, c-format
7809 msgid "Could not create directory '%s'"
7810 msgstr ""
7811
7812 #: builtin/log.c:1698
7813 #, c-format
7814 msgid "unable to read signature file '%s'"
7815 msgstr ""
7816
7817 #: builtin/log.c:1769
7818 msgid "Failed to create output files"
7819 msgstr ""
7820
7821 #: builtin/log.c:1818
7822 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7823 msgstr ""
7824
7825 #: builtin/log.c:1872
7826 #, c-format
7827 msgid ""
7828 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
7829 msgstr ""
7830
7831 #: builtin/ls-files.c:379
7832 msgid "git ls-files [<options>] [<file>...]"
7833 msgstr ""
7834
7835 #: builtin/ls-files.c:428
7836 msgid "identify the file status with tags"
7837 msgstr ""
7838
7839 #: builtin/ls-files.c:430
7840 msgid "use lowercase letters for 'assume unchanged' files"
7841 msgstr ""
7842
7843 #: builtin/ls-files.c:432
7844 msgid "show cached files in the output (default)"
7845 msgstr ""
7846
7847 #: builtin/ls-files.c:434
7848 msgid "show deleted files in the output"
7849 msgstr ""
7850
7851 #: builtin/ls-files.c:436
7852 msgid "show modified files in the output"
7853 msgstr ""
7854
7855 #: builtin/ls-files.c:438
7856 msgid "show other files in the output"
7857 msgstr ""
7858
7859 #: builtin/ls-files.c:440
7860 msgid "show ignored files in the output"
7861 msgstr ""
7862
7863 #: builtin/ls-files.c:443
7864 msgid "show staged contents' object name in the output"
7865 msgstr ""
7866
7867 #: builtin/ls-files.c:445
7868 msgid "show files on the filesystem that need to be removed"
7869 msgstr ""
7870
7871 #: builtin/ls-files.c:447
7872 msgid "show 'other' directories' names only"
7873 msgstr ""
7874
7875 #: builtin/ls-files.c:449
7876 msgid "show line endings of files"
7877 msgstr ""
7878
7879 #: builtin/ls-files.c:451
7880 msgid "don't show empty directories"
7881 msgstr ""
7882
7883 #: builtin/ls-files.c:454
7884 msgid "show unmerged files in the output"
7885 msgstr ""
7886
7887 #: builtin/ls-files.c:456
7888 msgid "show resolve-undo information"
7889 msgstr ""
7890
7891 #: builtin/ls-files.c:458
7892 msgid "skip files matching pattern"
7893 msgstr ""
7894
7895 #: builtin/ls-files.c:461
7896 msgid "exclude patterns are read from <file>"
7897 msgstr ""
7898
7899 #: builtin/ls-files.c:464
7900 msgid "read additional per-directory exclude patterns in <file>"
7901 msgstr ""
7902
7903 #: builtin/ls-files.c:466
7904 msgid "add the standard git exclusions"
7905 msgstr ""
7906
7907 #: builtin/ls-files.c:469
7908 msgid "make the output relative to the project top directory"
7909 msgstr ""
7910
7911 #: builtin/ls-files.c:472
7912 msgid "if any <file> is not in the index, treat this as an error"
7913 msgstr ""
7914
7915 #: builtin/ls-files.c:473
7916 msgid "tree-ish"
7917 msgstr ""
7918
7919 #: builtin/ls-files.c:474
7920 msgid "pretend that paths removed since <tree-ish> are still present"
7921 msgstr ""
7922
7923 #: builtin/ls-files.c:476
7924 msgid "show debugging data"
7925 msgstr ""
7926
7927 #: builtin/ls-remote.c:7
7928 msgid ""
7929 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7930 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
7931 "                     [--symref] [<repository> [<refs>...]]"
7932 msgstr ""
7933
7934 #: builtin/ls-remote.c:50
7935 msgid "do not print remote URL"
7936 msgstr ""
7937
7938 #: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7939 msgid "exec"
7940 msgstr ""
7941
7942 #: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7943 msgid "path of git-upload-pack on the remote host"
7944 msgstr ""
7945
7946 #: builtin/ls-remote.c:56
7947 msgid "limit to tags"
7948 msgstr ""
7949
7950 #: builtin/ls-remote.c:57
7951 msgid "limit to heads"
7952 msgstr ""
7953
7954 #: builtin/ls-remote.c:58
7955 msgid "do not show peeled tags"
7956 msgstr ""
7957
7958 #: builtin/ls-remote.c:60
7959 msgid "take url.<base>.insteadOf into account"
7960 msgstr ""
7961
7962 #: builtin/ls-remote.c:62
7963 msgid "exit with exit code 2 if no matching refs are found"
7964 msgstr ""
7965
7966 #: builtin/ls-remote.c:64
7967 msgid "show underlying ref in addition to the object pointed by it"
7968 msgstr ""
7969
7970 #: builtin/ls-tree.c:28
7971 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7972 msgstr ""
7973
7974 #: builtin/ls-tree.c:128
7975 msgid "only show trees"
7976 msgstr ""
7977
7978 #: builtin/ls-tree.c:130
7979 msgid "recurse into subtrees"
7980 msgstr ""
7981
7982 #: builtin/ls-tree.c:132
7983 msgid "show trees when recursing"
7984 msgstr ""
7985
7986 #: builtin/ls-tree.c:135
7987 msgid "terminate entries with NUL byte"
7988 msgstr ""
7989
7990 #: builtin/ls-tree.c:136
7991 msgid "include object size"
7992 msgstr ""
7993
7994 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7995 msgid "list only filenames"
7996 msgstr ""
7997
7998 #: builtin/ls-tree.c:143
7999 msgid "use full path names"
8000 msgstr ""
8001
8002 #: builtin/ls-tree.c:145
8003 msgid "list entire tree; not just current directory (implies --full-name)"
8004 msgstr ""
8005
8006 #: builtin/merge.c:46
8007 msgid "git merge [<options>] [<commit>...]"
8008 msgstr ""
8009
8010 #: builtin/merge.c:47
8011 msgid "git merge [<options>] <msg> HEAD <commit>"
8012 msgstr ""
8013
8014 #: builtin/merge.c:48
8015 msgid "git merge --abort"
8016 msgstr ""
8017
8018 #: builtin/merge.c:102
8019 msgid "switch `m' requires a value"
8020 msgstr ""
8021
8022 #: builtin/merge.c:139
8023 #, c-format
8024 msgid "Could not find merge strategy '%s'.\n"
8025 msgstr ""
8026
8027 #: builtin/merge.c:140
8028 #, c-format
8029 msgid "Available strategies are:"
8030 msgstr ""
8031
8032 #: builtin/merge.c:145
8033 #, c-format
8034 msgid "Available custom strategies are:"
8035 msgstr ""
8036
8037 #: builtin/merge.c:195 builtin/pull.c:126
8038 msgid "do not show a diffstat at the end of the merge"
8039 msgstr ""
8040
8041 #: builtin/merge.c:198 builtin/pull.c:129
8042 msgid "show a diffstat at the end of the merge"
8043 msgstr ""
8044
8045 #: builtin/merge.c:199 builtin/pull.c:132
8046 msgid "(synonym to --stat)"
8047 msgstr ""
8048
8049 #: builtin/merge.c:201 builtin/pull.c:135
8050 msgid "add (at most <n>) entries from shortlog to merge commit message"
8051 msgstr ""
8052
8053 #: builtin/merge.c:204 builtin/pull.c:138
8054 msgid "create a single commit instead of doing a merge"
8055 msgstr ""
8056
8057 #: builtin/merge.c:206 builtin/pull.c:141
8058 msgid "perform a commit if the merge succeeds (default)"
8059 msgstr ""
8060
8061 #: builtin/merge.c:208 builtin/pull.c:144
8062 msgid "edit message before committing"
8063 msgstr ""
8064
8065 #: builtin/merge.c:209
8066 msgid "allow fast-forward (default)"
8067 msgstr ""
8068
8069 #: builtin/merge.c:211 builtin/pull.c:150
8070 msgid "abort if fast-forward is not possible"
8071 msgstr ""
8072
8073 #: builtin/merge.c:215 builtin/pull.c:153
8074 msgid "verify that the named commit has a valid GPG signature"
8075 msgstr ""
8076
8077 #: builtin/merge.c:216 builtin/notes.c:772 builtin/pull.c:157
8078 #: builtin/revert.c:89
8079 msgid "strategy"
8080 msgstr ""
8081
8082 #: builtin/merge.c:217 builtin/pull.c:158
8083 msgid "merge strategy to use"
8084 msgstr ""
8085
8086 #: builtin/merge.c:218 builtin/pull.c:161
8087 msgid "option=value"
8088 msgstr ""
8089
8090 #: builtin/merge.c:219 builtin/pull.c:162
8091 msgid "option for selected merge strategy"
8092 msgstr ""
8093
8094 #: builtin/merge.c:221
8095 msgid "merge commit message (for a non-fast-forward merge)"
8096 msgstr ""
8097
8098 #: builtin/merge.c:225
8099 msgid "abort the current in-progress merge"
8100 msgstr ""
8101
8102 #: builtin/merge.c:227 builtin/pull.c:169
8103 msgid "allow merging unrelated histories"
8104 msgstr ""
8105
8106 #: builtin/merge.c:255
8107 msgid "could not run stash."
8108 msgstr ""
8109
8110 #: builtin/merge.c:260
8111 msgid "stash failed"
8112 msgstr ""
8113
8114 #: builtin/merge.c:265
8115 #, c-format
8116 msgid "not a valid object: %s"
8117 msgstr ""
8118
8119 #: builtin/merge.c:284 builtin/merge.c:301
8120 msgid "read-tree failed"
8121 msgstr ""
8122
8123 #: builtin/merge.c:331
8124 msgid " (nothing to squash)"
8125 msgstr ""
8126
8127 #: builtin/merge.c:342
8128 #, c-format
8129 msgid "Squash commit -- not updating HEAD\n"
8130 msgstr ""
8131
8132 #: builtin/merge.c:392
8133 #, c-format
8134 msgid "No merge message -- not updating HEAD\n"
8135 msgstr ""
8136
8137 #: builtin/merge.c:443
8138 #, c-format
8139 msgid "'%s' does not point to a commit"
8140 msgstr ""
8141
8142 #: builtin/merge.c:533
8143 #, c-format
8144 msgid "Bad branch.%s.mergeoptions string: %s"
8145 msgstr ""
8146
8147 #: builtin/merge.c:652
8148 msgid "Not handling anything other than two heads merge."
8149 msgstr ""
8150
8151 #: builtin/merge.c:666
8152 #, c-format
8153 msgid "Unknown option for merge-recursive: -X%s"
8154 msgstr ""
8155
8156 #: builtin/merge.c:681
8157 #, c-format
8158 msgid "unable to write %s"
8159 msgstr ""
8160
8161 #: builtin/merge.c:733
8162 #, c-format
8163 msgid "Could not read from '%s'"
8164 msgstr ""
8165
8166 #: builtin/merge.c:742
8167 #, c-format
8168 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
8169 msgstr ""
8170
8171 #: builtin/merge.c:748
8172 #, c-format
8173 msgid ""
8174 "Please enter a commit message to explain why this merge is necessary,\n"
8175 "especially if it merges an updated upstream into a topic branch.\n"
8176 "\n"
8177 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
8178 "the commit.\n"
8179 msgstr ""
8180
8181 #: builtin/merge.c:772
8182 msgid "Empty commit message."
8183 msgstr ""
8184
8185 #: builtin/merge.c:792
8186 #, c-format
8187 msgid "Wonderful.\n"
8188 msgstr ""
8189
8190 #: builtin/merge.c:847
8191 #, c-format
8192 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
8193 msgstr ""
8194
8195 #: builtin/merge.c:863
8196 #, c-format
8197 msgid "'%s' is not a commit"
8198 msgstr ""
8199
8200 #: builtin/merge.c:904
8201 msgid "No current branch."
8202 msgstr ""
8203
8204 #: builtin/merge.c:906
8205 msgid "No remote for the current branch."
8206 msgstr ""
8207
8208 #: builtin/merge.c:908
8209 msgid "No default upstream defined for the current branch."
8210 msgstr ""
8211
8212 #: builtin/merge.c:913
8213 #, c-format
8214 msgid "No remote-tracking branch for %s from %s"
8215 msgstr ""
8216
8217 #: builtin/merge.c:960
8218 #, c-format
8219 msgid "Bad value '%s' in environment '%s'"
8220 msgstr ""
8221
8222 #: builtin/merge.c:1034
8223 #, c-format
8224 msgid "could not close '%s'"
8225 msgstr ""
8226
8227 #: builtin/merge.c:1061
8228 #, c-format
8229 msgid "not something we can merge in %s: %s"
8230 msgstr ""
8231
8232 #: builtin/merge.c:1095
8233 msgid "not something we can merge"
8234 msgstr ""
8235
8236 #: builtin/merge.c:1162
8237 msgid "There is no merge to abort (MERGE_HEAD missing)."
8238 msgstr ""
8239
8240 #: builtin/merge.c:1178
8241 msgid ""
8242 "You have not concluded your merge (MERGE_HEAD exists).\n"
8243 "Please, commit your changes before you merge."
8244 msgstr ""
8245
8246 #: builtin/merge.c:1185
8247 msgid ""
8248 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
8249 "Please, commit your changes before you merge."
8250 msgstr ""
8251
8252 #: builtin/merge.c:1188
8253 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
8254 msgstr ""
8255
8256 #: builtin/merge.c:1197
8257 msgid "You cannot combine --squash with --no-ff."
8258 msgstr ""
8259
8260 #: builtin/merge.c:1205
8261 msgid "No commit specified and merge.defaultToUpstream not set."
8262 msgstr ""
8263
8264 #: builtin/merge.c:1222
8265 msgid "Squash commit into empty head not supported yet"
8266 msgstr ""
8267
8268 #: builtin/merge.c:1224
8269 msgid "Non-fast-forward commit does not make sense into an empty head"
8270 msgstr ""
8271
8272 #: builtin/merge.c:1229
8273 #, c-format
8274 msgid "%s - not something we can merge"
8275 msgstr ""
8276
8277 #: builtin/merge.c:1231
8278 msgid "Can merge only exactly one commit into empty head"
8279 msgstr ""
8280
8281 #: builtin/merge.c:1287
8282 #, c-format
8283 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
8284 msgstr ""
8285
8286 #: builtin/merge.c:1290
8287 #, c-format
8288 msgid "Commit %s has a bad GPG signature allegedly by %s."
8289 msgstr ""
8290
8291 #: builtin/merge.c:1293
8292 #, c-format
8293 msgid "Commit %s does not have a GPG signature."
8294 msgstr ""
8295
8296 #: builtin/merge.c:1296
8297 #, c-format
8298 msgid "Commit %s has a good GPG signature by %s\n"
8299 msgstr ""
8300
8301 #: builtin/merge.c:1358
8302 msgid "refusing to merge unrelated histories"
8303 msgstr ""
8304
8305 #: builtin/merge.c:1367
8306 msgid "Already up-to-date."
8307 msgstr ""
8308
8309 #: builtin/merge.c:1382
8310 #, c-format
8311 msgid "Updating %s..%s\n"
8312 msgstr ""
8313
8314 #: builtin/merge.c:1419
8315 #, c-format
8316 msgid "Trying really trivial in-index merge...\n"
8317 msgstr ""
8318
8319 #: builtin/merge.c:1426
8320 #, c-format
8321 msgid "Nope.\n"
8322 msgstr ""
8323
8324 #: builtin/merge.c:1451
8325 msgid "Already up-to-date. Yeeah!"
8326 msgstr ""
8327
8328 #: builtin/merge.c:1457
8329 msgid "Not possible to fast-forward, aborting."
8330 msgstr ""
8331
8332 #: builtin/merge.c:1480 builtin/merge.c:1559
8333 #, c-format
8334 msgid "Rewinding the tree to pristine...\n"
8335 msgstr ""
8336
8337 #: builtin/merge.c:1484
8338 #, c-format
8339 msgid "Trying merge strategy %s...\n"
8340 msgstr ""
8341
8342 #: builtin/merge.c:1550
8343 #, c-format
8344 msgid "No merge strategy handled the merge.\n"
8345 msgstr ""
8346
8347 #: builtin/merge.c:1552
8348 #, c-format
8349 msgid "Merge with strategy %s failed.\n"
8350 msgstr ""
8351
8352 #: builtin/merge.c:1561
8353 #, c-format
8354 msgid "Using the %s to prepare resolving by hand.\n"
8355 msgstr ""
8356
8357 #: builtin/merge.c:1573
8358 #, c-format
8359 msgid "Automatic merge went well; stopped before committing as requested\n"
8360 msgstr ""
8361
8362 #: builtin/merge-base.c:29
8363 msgid "git merge-base [-a | --all] <commit> <commit>..."
8364 msgstr ""
8365
8366 #: builtin/merge-base.c:30
8367 msgid "git merge-base [-a | --all] --octopus <commit>..."
8368 msgstr ""
8369
8370 #: builtin/merge-base.c:31
8371 msgid "git merge-base --independent <commit>..."
8372 msgstr ""
8373
8374 #: builtin/merge-base.c:32
8375 msgid "git merge-base --is-ancestor <commit> <commit>"
8376 msgstr ""
8377
8378 #: builtin/merge-base.c:33
8379 msgid "git merge-base --fork-point <ref> [<commit>]"
8380 msgstr ""
8381
8382 #: builtin/merge-base.c:214
8383 msgid "output all common ancestors"
8384 msgstr ""
8385
8386 #: builtin/merge-base.c:216
8387 msgid "find ancestors for a single n-way merge"
8388 msgstr ""
8389
8390 #: builtin/merge-base.c:218
8391 msgid "list revs not reachable from others"
8392 msgstr ""
8393
8394 #: builtin/merge-base.c:220
8395 msgid "is the first one ancestor of the other?"
8396 msgstr ""
8397
8398 #: builtin/merge-base.c:222
8399 msgid "find where <commit> forked from reflog of <ref>"
8400 msgstr ""
8401
8402 #: builtin/merge-file.c:8
8403 msgid ""
8404 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
8405 "<orig-file> <file2>"
8406 msgstr ""
8407
8408 #: builtin/merge-file.c:33
8409 msgid "send results to standard output"
8410 msgstr ""
8411
8412 #: builtin/merge-file.c:34
8413 msgid "use a diff3 based merge"
8414 msgstr ""
8415
8416 #: builtin/merge-file.c:35
8417 msgid "for conflicts, use our version"
8418 msgstr ""
8419
8420 #: builtin/merge-file.c:37
8421 msgid "for conflicts, use their version"
8422 msgstr ""
8423
8424 #: builtin/merge-file.c:39
8425 msgid "for conflicts, use a union version"
8426 msgstr ""
8427
8428 #: builtin/merge-file.c:42
8429 msgid "for conflicts, use this marker size"
8430 msgstr ""
8431
8432 #: builtin/merge-file.c:43
8433 msgid "do not warn about conflicts"
8434 msgstr ""
8435
8436 #: builtin/merge-file.c:45
8437 msgid "set labels for file1/orig-file/file2"
8438 msgstr ""
8439
8440 #: builtin/mktree.c:65
8441 msgid "git mktree [-z] [--missing] [--batch]"
8442 msgstr ""
8443
8444 #: builtin/mktree.c:152
8445 msgid "input is NUL terminated"
8446 msgstr ""
8447
8448 #: builtin/mktree.c:153 builtin/write-tree.c:24
8449 msgid "allow missing objects"
8450 msgstr ""
8451
8452 #: builtin/mktree.c:154
8453 msgid "allow creation of more than one tree"
8454 msgstr ""
8455
8456 #: builtin/mv.c:15
8457 msgid "git mv [<options>] <source>... <destination>"
8458 msgstr ""
8459
8460 #: builtin/mv.c:70
8461 #, c-format
8462 msgid "Directory %s is in index and no submodule?"
8463 msgstr ""
8464
8465 #: builtin/mv.c:72 builtin/rm.c:317
8466 msgid "Please stage your changes to .gitmodules or stash them to proceed"
8467 msgstr ""
8468
8469 #: builtin/mv.c:90
8470 #, c-format
8471 msgid "%.*s is in index"
8472 msgstr ""
8473
8474 #: builtin/mv.c:112
8475 msgid "force move/rename even if target exists"
8476 msgstr ""
8477
8478 #: builtin/mv.c:113
8479 msgid "skip move/rename errors"
8480 msgstr ""
8481
8482 #: builtin/mv.c:155
8483 #, c-format
8484 msgid "destination '%s' is not a directory"
8485 msgstr ""
8486
8487 #: builtin/mv.c:166
8488 #, c-format
8489 msgid "Checking rename of '%s' to '%s'\n"
8490 msgstr ""
8491
8492 #: builtin/mv.c:170
8493 msgid "bad source"
8494 msgstr ""
8495
8496 #: builtin/mv.c:173
8497 msgid "can not move directory into itself"
8498 msgstr ""
8499
8500 #: builtin/mv.c:176
8501 msgid "cannot move directory over file"
8502 msgstr ""
8503
8504 #: builtin/mv.c:185
8505 msgid "source directory is empty"
8506 msgstr ""
8507
8508 #: builtin/mv.c:210
8509 msgid "not under version control"
8510 msgstr ""
8511
8512 #: builtin/mv.c:213
8513 msgid "destination exists"
8514 msgstr ""
8515
8516 #: builtin/mv.c:221
8517 #, c-format
8518 msgid "overwriting '%s'"
8519 msgstr ""
8520
8521 #: builtin/mv.c:224
8522 msgid "Cannot overwrite"
8523 msgstr ""
8524
8525 #: builtin/mv.c:227
8526 msgid "multiple sources for the same target"
8527 msgstr ""
8528
8529 #: builtin/mv.c:229
8530 msgid "destination directory does not exist"
8531 msgstr ""
8532
8533 #: builtin/mv.c:236
8534 #, c-format
8535 msgid "%s, source=%s, destination=%s"
8536 msgstr ""
8537
8538 #: builtin/mv.c:257
8539 #, c-format
8540 msgid "Renaming %s to %s\n"
8541 msgstr ""
8542
8543 #: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:375
8544 #, c-format
8545 msgid "renaming '%s' failed"
8546 msgstr ""
8547
8548 #: builtin/name-rev.c:258
8549 msgid "git name-rev [<options>] <commit>..."
8550 msgstr ""
8551
8552 #: builtin/name-rev.c:259
8553 msgid "git name-rev [<options>] --all"
8554 msgstr ""
8555
8556 #: builtin/name-rev.c:260
8557 msgid "git name-rev [<options>] --stdin"
8558 msgstr ""
8559
8560 #: builtin/name-rev.c:312
8561 msgid "print only names (no SHA-1)"
8562 msgstr ""
8563
8564 #: builtin/name-rev.c:313
8565 msgid "only use tags to name the commits"
8566 msgstr ""
8567
8568 #: builtin/name-rev.c:315
8569 msgid "only use refs matching <pattern>"
8570 msgstr ""
8571
8572 #: builtin/name-rev.c:317
8573 msgid "list all commits reachable from all refs"
8574 msgstr ""
8575
8576 #: builtin/name-rev.c:318
8577 msgid "read from stdin"
8578 msgstr ""
8579
8580 #: builtin/name-rev.c:319
8581 msgid "allow to print `undefined` names (default)"
8582 msgstr ""
8583
8584 #: builtin/name-rev.c:325
8585 msgid "dereference tags in the input (internal use)"
8586 msgstr ""
8587
8588 #: builtin/notes.c:25
8589 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
8590 msgstr ""
8591
8592 #: builtin/notes.c:26
8593 msgid ""
8594 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
8595 "| (-c | -C) <object>] [<object>]"
8596 msgstr ""
8597
8598 #: builtin/notes.c:27
8599 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
8600 msgstr ""
8601
8602 #: builtin/notes.c:28
8603 msgid ""
8604 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
8605 "(-c | -C) <object>] [<object>]"
8606 msgstr ""
8607
8608 #: builtin/notes.c:29
8609 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
8610 msgstr ""
8611
8612 #: builtin/notes.c:30
8613 msgid "git notes [--ref <notes-ref>] show [<object>]"
8614 msgstr ""
8615
8616 #: builtin/notes.c:31
8617 msgid ""
8618 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8619 msgstr ""
8620
8621 #: builtin/notes.c:32
8622 msgid "git notes merge --commit [-v | -q]"
8623 msgstr ""
8624
8625 #: builtin/notes.c:33
8626 msgid "git notes merge --abort [-v | -q]"
8627 msgstr ""
8628
8629 #: builtin/notes.c:34
8630 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
8631 msgstr ""
8632
8633 #: builtin/notes.c:35
8634 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
8635 msgstr ""
8636
8637 #: builtin/notes.c:36
8638 msgid "git notes [--ref <notes-ref>] get-ref"
8639 msgstr ""
8640
8641 #: builtin/notes.c:41
8642 msgid "git notes [list [<object>]]"
8643 msgstr ""
8644
8645 #: builtin/notes.c:46
8646 msgid "git notes add [<options>] [<object>]"
8647 msgstr ""
8648
8649 #: builtin/notes.c:51
8650 msgid "git notes copy [<options>] <from-object> <to-object>"
8651 msgstr ""
8652
8653 #: builtin/notes.c:52
8654 msgid "git notes copy --stdin [<from-object> <to-object>]..."
8655 msgstr ""
8656
8657 #: builtin/notes.c:57
8658 msgid "git notes append [<options>] [<object>]"
8659 msgstr ""
8660
8661 #: builtin/notes.c:62
8662 msgid "git notes edit [<object>]"
8663 msgstr ""
8664
8665 #: builtin/notes.c:67
8666 msgid "git notes show [<object>]"
8667 msgstr ""
8668
8669 #: builtin/notes.c:72
8670 msgid "git notes merge [<options>] <notes-ref>"
8671 msgstr ""
8672
8673 #: builtin/notes.c:73
8674 msgid "git notes merge --commit [<options>]"
8675 msgstr ""
8676
8677 #: builtin/notes.c:74
8678 msgid "git notes merge --abort [<options>]"
8679 msgstr ""
8680
8681 #: builtin/notes.c:79
8682 msgid "git notes remove [<object>]"
8683 msgstr ""
8684
8685 #: builtin/notes.c:84
8686 msgid "git notes prune [<options>]"
8687 msgstr ""
8688
8689 #: builtin/notes.c:89
8690 msgid "git notes get-ref"
8691 msgstr ""
8692
8693 #: builtin/notes.c:94
8694 msgid "Write/edit the notes for the following object:"
8695 msgstr ""
8696
8697 #: builtin/notes.c:147
8698 #, c-format
8699 msgid "unable to start 'show' for object '%s'"
8700 msgstr ""
8701
8702 #: builtin/notes.c:151
8703 msgid "could not read 'show' output"
8704 msgstr ""
8705
8706 #: builtin/notes.c:159
8707 #, c-format
8708 msgid "failed to finish 'show' for object '%s'"
8709 msgstr ""
8710
8711 #: builtin/notes.c:194
8712 msgid "Please supply the note contents using either -m or -F option"
8713 msgstr ""
8714
8715 #: builtin/notes.c:203
8716 msgid "unable to write note object"
8717 msgstr ""
8718
8719 #: builtin/notes.c:205
8720 #, c-format
8721 msgid "The note contents have been left in %s"
8722 msgstr ""
8723
8724 #: builtin/notes.c:233 builtin/tag.c:439
8725 #, c-format
8726 msgid "cannot read '%s'"
8727 msgstr ""
8728
8729 #: builtin/notes.c:235 builtin/tag.c:442
8730 #, c-format
8731 msgid "could not open or read '%s'"
8732 msgstr ""
8733
8734 #: builtin/notes.c:257
8735 #, c-format
8736 msgid "Failed to read object '%s'."
8737 msgstr ""
8738
8739 #: builtin/notes.c:261
8740 #, c-format
8741 msgid "Cannot read note data from non-blob object '%s'."
8742 msgstr ""
8743
8744 #: builtin/notes.c:363 builtin/notes.c:418 builtin/notes.c:494
8745 #: builtin/notes.c:506 builtin/notes.c:582 builtin/notes.c:650
8746 #: builtin/notes.c:800 builtin/notes.c:947 builtin/notes.c:968
8747 msgid "too many parameters"
8748 msgstr ""
8749
8750 #: builtin/notes.c:376 builtin/notes.c:663
8751 #, c-format
8752 msgid "No note found for object %s."
8753 msgstr ""
8754
8755 #: builtin/notes.c:397 builtin/notes.c:560
8756 msgid "note contents as a string"
8757 msgstr ""
8758
8759 #: builtin/notes.c:400 builtin/notes.c:563
8760 msgid "note contents in a file"
8761 msgstr ""
8762
8763 #: builtin/notes.c:403 builtin/notes.c:566
8764 msgid "reuse and edit specified note object"
8765 msgstr ""
8766
8767 #: builtin/notes.c:406 builtin/notes.c:569
8768 msgid "reuse specified note object"
8769 msgstr ""
8770
8771 #: builtin/notes.c:409 builtin/notes.c:572
8772 msgid "allow storing empty note"
8773 msgstr ""
8774
8775 #: builtin/notes.c:410 builtin/notes.c:481
8776 msgid "replace existing notes"
8777 msgstr ""
8778
8779 #: builtin/notes.c:435
8780 #, c-format
8781 msgid ""
8782 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8783 "existing notes"
8784 msgstr ""
8785
8786 #: builtin/notes.c:450 builtin/notes.c:529
8787 #, c-format
8788 msgid "Overwriting existing notes for object %s\n"
8789 msgstr ""
8790
8791 #: builtin/notes.c:461 builtin/notes.c:622 builtin/notes.c:887
8792 #, c-format
8793 msgid "Removing note for object %s\n"
8794 msgstr ""
8795
8796 #: builtin/notes.c:482
8797 msgid "read objects from stdin"
8798 msgstr ""
8799
8800 #: builtin/notes.c:484
8801 msgid "load rewriting config for <command> (implies --stdin)"
8802 msgstr ""
8803
8804 #: builtin/notes.c:502
8805 msgid "too few parameters"
8806 msgstr ""
8807
8808 #: builtin/notes.c:523
8809 #, c-format
8810 msgid ""
8811 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8812 "existing notes"
8813 msgstr ""
8814
8815 #: builtin/notes.c:535
8816 #, c-format
8817 msgid "Missing notes on source object %s. Cannot copy."
8818 msgstr ""
8819
8820 #: builtin/notes.c:587
8821 #, c-format
8822 msgid ""
8823 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8824 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8825 msgstr ""
8826
8827 #: builtin/notes.c:753
8828 #, c-format
8829 msgid "unknown notes merge strategy %s"
8830 msgstr ""
8831
8832 #: builtin/notes.c:769
8833 msgid "General options"
8834 msgstr ""
8835
8836 #: builtin/notes.c:771
8837 msgid "Merge options"
8838 msgstr ""
8839
8840 #: builtin/notes.c:773
8841 msgid ""
8842 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8843 "cat_sort_uniq)"
8844 msgstr ""
8845
8846 #: builtin/notes.c:775
8847 msgid "Committing unmerged notes"
8848 msgstr ""
8849
8850 #: builtin/notes.c:777
8851 msgid "finalize notes merge by committing unmerged notes"
8852 msgstr ""
8853
8854 #: builtin/notes.c:779
8855 msgid "Aborting notes merge resolution"
8856 msgstr ""
8857
8858 #: builtin/notes.c:781
8859 msgid "abort notes merge"
8860 msgstr ""
8861
8862 #: builtin/notes.c:792
8863 msgid "cannot mix --commit, --abort or -s/--strategy"
8864 msgstr ""
8865
8866 #: builtin/notes.c:797
8867 msgid "Must specify a notes ref to merge"
8868 msgstr ""
8869
8870 #: builtin/notes.c:821
8871 #, c-format
8872 msgid "Unknown -s/--strategy: %s"
8873 msgstr ""
8874
8875 #: builtin/notes.c:858
8876 #, c-format
8877 msgid "A notes merge into %s is already in-progress at %s"
8878 msgstr ""
8879
8880 #: builtin/notes.c:861
8881 #, c-format
8882 msgid "Failed to store link to current notes ref (%s)"
8883 msgstr ""
8884
8885 #: builtin/notes.c:863
8886 #, c-format
8887 msgid ""
8888 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
8889 "'git notes merge --commit', or abort the merge with 'git notes merge --"
8890 "abort'.\n"
8891 msgstr ""
8892
8893 #: builtin/notes.c:885
8894 #, c-format
8895 msgid "Object %s has no note\n"
8896 msgstr ""
8897
8898 #: builtin/notes.c:897
8899 msgid "attempt to remove non-existent note is not an error"
8900 msgstr ""
8901
8902 #: builtin/notes.c:900
8903 msgid "read object names from the standard input"
8904 msgstr ""
8905
8906 #: builtin/notes.c:938 builtin/prune.c:105 builtin/worktree.c:127
8907 msgid "do not remove, show only"
8908 msgstr ""
8909
8910 #: builtin/notes.c:939
8911 msgid "report pruned notes"
8912 msgstr ""
8913
8914 #: builtin/notes.c:981
8915 msgid "notes-ref"
8916 msgstr ""
8917
8918 #: builtin/notes.c:982
8919 msgid "use notes from <notes-ref>"
8920 msgstr ""
8921
8922 #: builtin/notes.c:1017 builtin/remote.c:1623
8923 #, c-format
8924 msgid "Unknown subcommand: %s"
8925 msgstr ""
8926
8927 #: builtin/pack-objects.c:28
8928 msgid ""
8929 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8930 msgstr ""
8931
8932 #: builtin/pack-objects.c:29
8933 msgid ""
8934 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8935 msgstr ""
8936
8937 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
8938 #, c-format
8939 msgid "deflate error (%d)"
8940 msgstr ""
8941
8942 #: builtin/pack-objects.c:766
8943 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
8944 msgstr ""
8945
8946 #: builtin/pack-objects.c:779
8947 msgid "Writing objects"
8948 msgstr ""
8949
8950 #: builtin/pack-objects.c:1037
8951 msgid "disabling bitmap writing, as some objects are not being packed"
8952 msgstr ""
8953
8954 #: builtin/pack-objects.c:2197
8955 msgid "Compressing objects"
8956 msgstr ""
8957
8958 #: builtin/pack-objects.c:2611
8959 #, c-format
8960 msgid "unsupported index version %s"
8961 msgstr ""
8962
8963 #: builtin/pack-objects.c:2615
8964 #, c-format
8965 msgid "bad index version '%s'"
8966 msgstr ""
8967
8968 #: builtin/pack-objects.c:2645
8969 msgid "do not show progress meter"
8970 msgstr ""
8971
8972 #: builtin/pack-objects.c:2647
8973 msgid "show progress meter"
8974 msgstr ""
8975
8976 #: builtin/pack-objects.c:2649
8977 msgid "show progress meter during object writing phase"
8978 msgstr ""
8979
8980 #: builtin/pack-objects.c:2652
8981 msgid "similar to --all-progress when progress meter is shown"
8982 msgstr ""
8983
8984 #: builtin/pack-objects.c:2653
8985 msgid "version[,offset]"
8986 msgstr ""
8987
8988 #: builtin/pack-objects.c:2654
8989 msgid "write the pack index file in the specified idx format version"
8990 msgstr ""
8991
8992 #: builtin/pack-objects.c:2657
8993 msgid "maximum size of each output pack file"
8994 msgstr ""
8995
8996 #: builtin/pack-objects.c:2659
8997 msgid "ignore borrowed objects from alternate object store"
8998 msgstr ""
8999
9000 #: builtin/pack-objects.c:2661
9001 msgid "ignore packed objects"
9002 msgstr ""
9003
9004 #: builtin/pack-objects.c:2663
9005 msgid "limit pack window by objects"
9006 msgstr ""
9007
9008 #: builtin/pack-objects.c:2665
9009 msgid "limit pack window by memory in addition to object limit"
9010 msgstr ""
9011
9012 #: builtin/pack-objects.c:2667
9013 msgid "maximum length of delta chain allowed in the resulting pack"
9014 msgstr ""
9015
9016 #: builtin/pack-objects.c:2669
9017 msgid "reuse existing deltas"
9018 msgstr ""
9019
9020 #: builtin/pack-objects.c:2671
9021 msgid "reuse existing objects"
9022 msgstr ""
9023
9024 #: builtin/pack-objects.c:2673
9025 msgid "use OFS_DELTA objects"
9026 msgstr ""
9027
9028 #: builtin/pack-objects.c:2675
9029 msgid "use threads when searching for best delta matches"
9030 msgstr ""
9031
9032 #: builtin/pack-objects.c:2677
9033 msgid "do not create an empty pack output"
9034 msgstr ""
9035
9036 #: builtin/pack-objects.c:2679
9037 msgid "read revision arguments from standard input"
9038 msgstr ""
9039
9040 #: builtin/pack-objects.c:2681
9041 msgid "limit the objects to those that are not yet packed"
9042 msgstr ""
9043
9044 #: builtin/pack-objects.c:2684
9045 msgid "include objects reachable from any reference"
9046 msgstr ""
9047
9048 #: builtin/pack-objects.c:2687
9049 msgid "include objects referred by reflog entries"
9050 msgstr ""
9051
9052 #: builtin/pack-objects.c:2690
9053 msgid "include objects referred to by the index"
9054 msgstr ""
9055
9056 #: builtin/pack-objects.c:2693
9057 msgid "output pack to stdout"
9058 msgstr ""
9059
9060 #: builtin/pack-objects.c:2695
9061 msgid "include tag objects that refer to objects to be packed"
9062 msgstr ""
9063
9064 #: builtin/pack-objects.c:2697
9065 msgid "keep unreachable objects"
9066 msgstr ""
9067
9068 #: builtin/pack-objects.c:2699
9069 msgid "pack loose unreachable objects"
9070 msgstr ""
9071
9072 #: builtin/pack-objects.c:2700 parse-options.h:142
9073 msgid "time"
9074 msgstr ""
9075
9076 #: builtin/pack-objects.c:2701
9077 msgid "unpack unreachable objects newer than <time>"
9078 msgstr ""
9079
9080 #: builtin/pack-objects.c:2704
9081 msgid "create thin packs"
9082 msgstr ""
9083
9084 #: builtin/pack-objects.c:2706
9085 msgid "create packs suitable for shallow fetches"
9086 msgstr ""
9087
9088 #: builtin/pack-objects.c:2708
9089 msgid "ignore packs that have companion .keep file"
9090 msgstr ""
9091
9092 #: builtin/pack-objects.c:2710
9093 msgid "pack compression level"
9094 msgstr ""
9095
9096 #: builtin/pack-objects.c:2712
9097 msgid "do not hide commits by grafts"
9098 msgstr ""
9099
9100 #: builtin/pack-objects.c:2714
9101 msgid "use a bitmap index if available to speed up counting objects"
9102 msgstr ""
9103
9104 #: builtin/pack-objects.c:2716
9105 msgid "write a bitmap index together with the pack index"
9106 msgstr ""
9107
9108 #: builtin/pack-objects.c:2829
9109 msgid "Counting objects"
9110 msgstr ""
9111
9112 #: builtin/pack-refs.c:6
9113 msgid "git pack-refs [<options>]"
9114 msgstr ""
9115
9116 #: builtin/pack-refs.c:14
9117 msgid "pack everything"
9118 msgstr ""
9119
9120 #: builtin/pack-refs.c:15
9121 msgid "prune loose refs (default)"
9122 msgstr ""
9123
9124 #: builtin/prune-packed.c:7
9125 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
9126 msgstr ""
9127
9128 #: builtin/prune-packed.c:40
9129 msgid "Removing duplicate objects"
9130 msgstr ""
9131
9132 #: builtin/prune.c:11
9133 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
9134 msgstr ""
9135
9136 #: builtin/prune.c:106 builtin/worktree.c:128
9137 msgid "report pruned objects"
9138 msgstr ""
9139
9140 #: builtin/prune.c:109 builtin/worktree.c:130
9141 msgid "expire objects older than <time>"
9142 msgstr ""
9143
9144 #: builtin/prune.c:123
9145 msgid "cannot prune in a precious-objects repo"
9146 msgstr ""
9147
9148 #: builtin/pull.c:72
9149 msgid "git pull [<options>] [<repository> [<refspec>...]]"
9150 msgstr ""
9151
9152 #: builtin/pull.c:120
9153 msgid "Options related to merging"
9154 msgstr ""
9155
9156 #: builtin/pull.c:123
9157 msgid "incorporate changes by rebasing rather than merging"
9158 msgstr ""
9159
9160 #: builtin/pull.c:147 builtin/revert.c:101
9161 msgid "allow fast-forward"
9162 msgstr ""
9163
9164 #: builtin/pull.c:156
9165 msgid "automatically stash/stash pop before and after rebase"
9166 msgstr ""
9167
9168 #: builtin/pull.c:172
9169 msgid "Options related to fetching"
9170 msgstr ""
9171
9172 #: builtin/pull.c:194
9173 msgid "number of submodules pulled in parallel"
9174 msgstr ""
9175
9176 #: builtin/pull.c:283
9177 #, c-format
9178 msgid "Invalid value for pull.ff: %s"
9179 msgstr ""
9180
9181 #: builtin/pull.c:379 git-sh-setup.sh:226
9182 msgid "Cannot pull with rebase: You have unstaged changes."
9183 msgstr ""
9184
9185 #: builtin/pull.c:385 git-sh-setup.sh:252
9186 msgid "Additionally, your index contains uncommitted changes."
9187 msgstr ""
9188
9189 #: builtin/pull.c:387 git-sh-setup.sh:245
9190 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
9191 msgstr ""
9192
9193 #: builtin/pull.c:463
9194 msgid ""
9195 "There is no candidate for rebasing against among the refs that you just "
9196 "fetched."
9197 msgstr ""
9198
9199 #: builtin/pull.c:465
9200 msgid ""
9201 "There are no candidates for merging among the refs that you just fetched."
9202 msgstr ""
9203
9204 #: builtin/pull.c:466
9205 msgid ""
9206 "Generally this means that you provided a wildcard refspec which had no\n"
9207 "matches on the remote end."
9208 msgstr ""
9209
9210 #: builtin/pull.c:469
9211 #, c-format
9212 msgid ""
9213 "You asked to pull from the remote '%s', but did not specify\n"
9214 "a branch. Because this is not the default configured remote\n"
9215 "for your current branch, you must specify a branch on the command line."
9216 msgstr ""
9217
9218 #: builtin/pull.c:474 git-parse-remote.sh:73
9219 msgid "You are not currently on a branch."
9220 msgstr ""
9221
9222 #: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:79
9223 msgid "Please specify which branch you want to rebase against."
9224 msgstr ""
9225
9226 #: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:82
9227 msgid "Please specify which branch you want to merge with."
9228 msgstr ""
9229
9230 #: builtin/pull.c:479 builtin/pull.c:494
9231 msgid "See git-pull(1) for details."
9232 msgstr ""
9233
9234 #: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:496
9235 #: git-parse-remote.sh:64
9236 msgid "<remote>"
9237 msgstr ""
9238
9239 #: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:501 git-rebase.sh:451
9240 #: git-parse-remote.sh:65
9241 msgid "<branch>"
9242 msgstr ""
9243
9244 #: builtin/pull.c:489 git-parse-remote.sh:75
9245 msgid "There is no tracking information for the current branch."
9246 msgstr ""
9247
9248 #: builtin/pull.c:498 git-parse-remote.sh:95
9249 msgid ""
9250 "If you wish to set tracking information for this branch you can do so with:"
9251 msgstr ""
9252
9253 #: builtin/pull.c:503
9254 #, c-format
9255 msgid ""
9256 "Your configuration specifies to merge with the ref '%s'\n"
9257 "from the remote, but no such ref was fetched."
9258 msgstr ""
9259
9260 #: builtin/pull.c:820
9261 msgid "ignoring --verify-signatures for rebase"
9262 msgstr ""
9263
9264 #: builtin/pull.c:867
9265 msgid "--[no-]autostash option is only valid with --rebase."
9266 msgstr ""
9267
9268 #: builtin/pull.c:875
9269 msgid "Updating an unborn branch with changes added to the index."
9270 msgstr ""
9271
9272 #: builtin/pull.c:903
9273 #, c-format
9274 msgid ""
9275 "fetch updated the current branch head.\n"
9276 "fast-forwarding your working tree from\n"
9277 "commit %s."
9278 msgstr ""
9279
9280 #: builtin/pull.c:908
9281 #, c-format
9282 msgid ""
9283 "Cannot fast-forward your working tree.\n"
9284 "After making sure that you saved anything precious from\n"
9285 "$ git diff %s\n"
9286 "output, run\n"
9287 "$ git reset --hard\n"
9288 "to recover."
9289 msgstr ""
9290
9291 #: builtin/pull.c:923
9292 msgid "Cannot merge multiple branches into empty head."
9293 msgstr ""
9294
9295 #: builtin/pull.c:927
9296 msgid "Cannot rebase onto multiple branches."
9297 msgstr ""
9298
9299 #: builtin/push.c:16
9300 msgid "git push [<options>] [<repository> [<refspec>...]]"
9301 msgstr ""
9302
9303 #: builtin/push.c:89
9304 msgid "tag shorthand without <tag>"
9305 msgstr ""
9306
9307 #: builtin/push.c:99
9308 msgid "--delete only accepts plain target ref names"
9309 msgstr ""
9310
9311 #: builtin/push.c:143
9312 msgid ""
9313 "\n"
9314 "To choose either option permanently, see push.default in 'git help config'."
9315 msgstr ""
9316
9317 #: builtin/push.c:146
9318 #, c-format
9319 msgid ""
9320 "The upstream branch of your current branch does not match\n"
9321 "the name of your current branch.  To push to the upstream branch\n"
9322 "on the remote, use\n"
9323 "\n"
9324 "    git push %s HEAD:%s\n"
9325 "\n"
9326 "To push to the branch of the same name on the remote, use\n"
9327 "\n"
9328 "    git push %s %s\n"
9329 "%s"
9330 msgstr ""
9331
9332 #: builtin/push.c:161
9333 #, c-format
9334 msgid ""
9335 "You are not currently on a branch.\n"
9336 "To push the history leading to the current (detached HEAD)\n"
9337 "state now, use\n"
9338 "\n"
9339 "    git push %s HEAD:<name-of-remote-branch>\n"
9340 msgstr ""
9341
9342 #: builtin/push.c:175
9343 #, c-format
9344 msgid ""
9345 "The current branch %s has no upstream branch.\n"
9346 "To push the current branch and set the remote as upstream, use\n"
9347 "\n"
9348 "    git push --set-upstream %s %s\n"
9349 msgstr ""
9350
9351 #: builtin/push.c:183
9352 #, c-format
9353 msgid "The current branch %s has multiple upstream branches, refusing to push."
9354 msgstr ""
9355
9356 #: builtin/push.c:186
9357 #, c-format
9358 msgid ""
9359 "You are pushing to remote '%s', which is not the upstream of\n"
9360 "your current branch '%s', without telling me what to push\n"
9361 "to update which remote branch."
9362 msgstr ""
9363
9364 #: builtin/push.c:242
9365 msgid ""
9366 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
9367 msgstr ""
9368
9369 #: builtin/push.c:249
9370 msgid ""
9371 "Updates were rejected because the tip of your current branch is behind\n"
9372 "its remote counterpart. Integrate the remote changes (e.g.\n"
9373 "'git pull ...') before pushing again.\n"
9374 "See the 'Note about fast-forwards' in 'git push --help' for details."
9375 msgstr ""
9376
9377 #: builtin/push.c:255
9378 msgid ""
9379 "Updates were rejected because a pushed branch tip is behind its remote\n"
9380 "counterpart. Check out this branch and integrate the remote changes\n"
9381 "(e.g. 'git pull ...') before pushing again.\n"
9382 "See the 'Note about fast-forwards' in 'git push --help' for details."
9383 msgstr ""
9384
9385 #: builtin/push.c:261
9386 msgid ""
9387 "Updates were rejected because the remote contains work that you do\n"
9388 "not have locally. This is usually caused by another repository pushing\n"
9389 "to the same ref. You may want to first integrate the remote changes\n"
9390 "(e.g., 'git pull ...') before pushing again.\n"
9391 "See the 'Note about fast-forwards' in 'git push --help' for details."
9392 msgstr ""
9393
9394 #: builtin/push.c:268
9395 msgid "Updates were rejected because the tag already exists in the remote."
9396 msgstr ""
9397
9398 #: builtin/push.c:271
9399 msgid ""
9400 "You cannot update a remote ref that points at a non-commit object,\n"
9401 "or update a remote ref to make it point at a non-commit object,\n"
9402 "without using the '--force' option.\n"
9403 msgstr ""
9404
9405 #: builtin/push.c:331
9406 #, c-format
9407 msgid "Pushing to %s\n"
9408 msgstr ""
9409
9410 #: builtin/push.c:335
9411 #, c-format
9412 msgid "failed to push some refs to '%s'"
9413 msgstr ""
9414
9415 #: builtin/push.c:366
9416 #, c-format
9417 msgid "bad repository '%s'"
9418 msgstr ""
9419
9420 #: builtin/push.c:367
9421 msgid ""
9422 "No configured push destination.\n"
9423 "Either specify the URL from the command-line or configure a remote "
9424 "repository using\n"
9425 "\n"
9426 "    git remote add <name> <url>\n"
9427 "\n"
9428 "and then push using the remote name\n"
9429 "\n"
9430 "    git push <name>\n"
9431 msgstr ""
9432
9433 #: builtin/push.c:385
9434 msgid "--all and --tags are incompatible"
9435 msgstr ""
9436
9437 #: builtin/push.c:386
9438 msgid "--all can't be combined with refspecs"
9439 msgstr ""
9440
9441 #: builtin/push.c:391
9442 msgid "--mirror and --tags are incompatible"
9443 msgstr ""
9444
9445 #: builtin/push.c:392
9446 msgid "--mirror can't be combined with refspecs"
9447 msgstr ""
9448
9449 #: builtin/push.c:397
9450 msgid "--all and --mirror are incompatible"
9451 msgstr ""
9452
9453 #: builtin/push.c:515
9454 msgid "repository"
9455 msgstr ""
9456
9457 #: builtin/push.c:516 builtin/send-pack.c:161
9458 msgid "push all refs"
9459 msgstr ""
9460
9461 #: builtin/push.c:517 builtin/send-pack.c:163
9462 msgid "mirror all refs"
9463 msgstr ""
9464
9465 #: builtin/push.c:519
9466 msgid "delete refs"
9467 msgstr ""
9468
9469 #: builtin/push.c:520
9470 msgid "push tags (can't be used with --all or --mirror)"
9471 msgstr ""
9472
9473 #: builtin/push.c:523 builtin/send-pack.c:164
9474 msgid "force updates"
9475 msgstr ""
9476
9477 #: builtin/push.c:525 builtin/send-pack.c:175
9478 msgid "refname>:<expect"
9479 msgstr ""
9480
9481 #: builtin/push.c:526 builtin/send-pack.c:176
9482 msgid "require old value of ref to be at this value"
9483 msgstr ""
9484
9485 #: builtin/push.c:529
9486 msgid "control recursive pushing of submodules"
9487 msgstr ""
9488
9489 #: builtin/push.c:531 builtin/send-pack.c:169
9490 msgid "use thin pack"
9491 msgstr ""
9492
9493 #: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:158
9494 #: builtin/send-pack.c:159
9495 msgid "receive pack program"
9496 msgstr ""
9497
9498 #: builtin/push.c:534
9499 msgid "set upstream for git pull/status"
9500 msgstr ""
9501
9502 #: builtin/push.c:537
9503 msgid "prune locally removed refs"
9504 msgstr ""
9505
9506 #: builtin/push.c:539
9507 msgid "bypass pre-push hook"
9508 msgstr ""
9509
9510 #: builtin/push.c:540
9511 msgid "push missing but relevant tags"
9512 msgstr ""
9513
9514 #: builtin/push.c:543 builtin/send-pack.c:166
9515 msgid "GPG sign the push"
9516 msgstr ""
9517
9518 #: builtin/push.c:545 builtin/send-pack.c:170
9519 msgid "request atomic transaction on remote side"
9520 msgstr ""
9521
9522 #: builtin/push.c:546
9523 msgid "server-specific"
9524 msgstr ""
9525
9526 #: builtin/push.c:546
9527 msgid "option to transmit"
9528 msgstr ""
9529
9530 #: builtin/push.c:560
9531 msgid "--delete is incompatible with --all, --mirror and --tags"
9532 msgstr ""
9533
9534 #: builtin/push.c:562
9535 msgid "--delete doesn't make sense without any refs"
9536 msgstr ""
9537
9538 #: builtin/push.c:579
9539 msgid "push options must not have new line characters"
9540 msgstr ""
9541
9542 #: builtin/read-tree.c:37
9543 msgid ""
9544 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
9545 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
9546 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
9547 msgstr ""
9548
9549 #: builtin/read-tree.c:110
9550 msgid "write resulting index to <file>"
9551 msgstr ""
9552
9553 #: builtin/read-tree.c:113
9554 msgid "only empty the index"
9555 msgstr ""
9556
9557 #: builtin/read-tree.c:115
9558 msgid "Merging"
9559 msgstr ""
9560
9561 #: builtin/read-tree.c:117
9562 msgid "perform a merge in addition to a read"
9563 msgstr ""
9564
9565 #: builtin/read-tree.c:119
9566 msgid "3-way merge if no file level merging required"
9567 msgstr ""
9568
9569 #: builtin/read-tree.c:121
9570 msgid "3-way merge in presence of adds and removes"
9571 msgstr ""
9572
9573 #: builtin/read-tree.c:123
9574 msgid "same as -m, but discard unmerged entries"
9575 msgstr ""
9576
9577 #: builtin/read-tree.c:124
9578 msgid "<subdirectory>/"
9579 msgstr ""
9580
9581 #: builtin/read-tree.c:125
9582 msgid "read the tree into the index under <subdirectory>/"
9583 msgstr ""
9584
9585 #: builtin/read-tree.c:128
9586 msgid "update working tree with merge result"
9587 msgstr ""
9588
9589 #: builtin/read-tree.c:130
9590 msgid "gitignore"
9591 msgstr ""
9592
9593 #: builtin/read-tree.c:131
9594 msgid "allow explicitly ignored files to be overwritten"
9595 msgstr ""
9596
9597 #: builtin/read-tree.c:134
9598 msgid "don't check the working tree after merging"
9599 msgstr ""
9600
9601 #: builtin/read-tree.c:135
9602 msgid "don't update the index or the work tree"
9603 msgstr ""
9604
9605 #: builtin/read-tree.c:137
9606 msgid "skip applying sparse checkout filter"
9607 msgstr ""
9608
9609 #: builtin/read-tree.c:139
9610 msgid "debug unpack-trees"
9611 msgstr ""
9612
9613 #: builtin/receive-pack.c:25
9614 msgid "git receive-pack <git-dir>"
9615 msgstr ""
9616
9617 #: builtin/receive-pack.c:1843
9618 msgid "quiet"
9619 msgstr ""
9620
9621 #: builtin/receive-pack.c:1857
9622 msgid "You must specify a directory."
9623 msgstr ""
9624
9625 #: builtin/reflog.c:423
9626 #, c-format
9627 msgid "'%s' for '%s' is not a valid timestamp"
9628 msgstr ""
9629
9630 #: builtin/reflog.c:540 builtin/reflog.c:545
9631 #, c-format
9632 msgid "'%s' is not a valid timestamp"
9633 msgstr ""
9634
9635 #: builtin/remote.c:12
9636 msgid "git remote [-v | --verbose]"
9637 msgstr ""
9638
9639 #: builtin/remote.c:13
9640 msgid ""
9641 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
9642 "mirror=<fetch|push>] <name> <url>"
9643 msgstr ""
9644
9645 #: builtin/remote.c:14 builtin/remote.c:34
9646 msgid "git remote rename <old> <new>"
9647 msgstr ""
9648
9649 #: builtin/remote.c:15 builtin/remote.c:39
9650 msgid "git remote remove <name>"
9651 msgstr ""
9652
9653 #: builtin/remote.c:16 builtin/remote.c:44
9654 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
9655 msgstr ""
9656
9657 #: builtin/remote.c:17
9658 msgid "git remote [-v | --verbose] show [-n] <name>"
9659 msgstr ""
9660
9661 #: builtin/remote.c:18
9662 msgid "git remote prune [-n | --dry-run] <name>"
9663 msgstr ""
9664
9665 #: builtin/remote.c:19
9666 msgid ""
9667 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
9668 msgstr ""
9669
9670 #: builtin/remote.c:20
9671 msgid "git remote set-branches [--add] <name> <branch>..."
9672 msgstr ""
9673
9674 #: builtin/remote.c:21 builtin/remote.c:70
9675 msgid "git remote get-url [--push] [--all] <name>"
9676 msgstr ""
9677
9678 #: builtin/remote.c:22 builtin/remote.c:75
9679 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9680 msgstr ""
9681
9682 #: builtin/remote.c:23 builtin/remote.c:76
9683 msgid "git remote set-url --add <name> <newurl>"
9684 msgstr ""
9685
9686 #: builtin/remote.c:24 builtin/remote.c:77
9687 msgid "git remote set-url --delete <name> <url>"
9688 msgstr ""
9689
9690 #: builtin/remote.c:29
9691 msgid "git remote add [<options>] <name> <url>"
9692 msgstr ""
9693
9694 #: builtin/remote.c:49
9695 msgid "git remote set-branches <name> <branch>..."
9696 msgstr ""
9697
9698 #: builtin/remote.c:50
9699 msgid "git remote set-branches --add <name> <branch>..."
9700 msgstr ""
9701
9702 #: builtin/remote.c:55
9703 msgid "git remote show [<options>] <name>"
9704 msgstr ""
9705
9706 #: builtin/remote.c:60
9707 msgid "git remote prune [<options>] <name>"
9708 msgstr ""
9709
9710 #: builtin/remote.c:65
9711 msgid "git remote update [<options>] [<group> | <remote>]..."
9712 msgstr ""
9713
9714 #: builtin/remote.c:94
9715 #, c-format
9716 msgid "Updating %s"
9717 msgstr ""
9718
9719 #: builtin/remote.c:126
9720 msgid ""
9721 "--mirror is dangerous and deprecated; please\n"
9722 "\t use --mirror=fetch or --mirror=push instead"
9723 msgstr ""
9724
9725 #: builtin/remote.c:143
9726 #, c-format
9727 msgid "unknown mirror argument: %s"
9728 msgstr ""
9729
9730 #: builtin/remote.c:159
9731 msgid "fetch the remote branches"
9732 msgstr ""
9733
9734 #: builtin/remote.c:161
9735 msgid "import all tags and associated objects when fetching"
9736 msgstr ""
9737
9738 #: builtin/remote.c:164
9739 msgid "or do not fetch any tag at all (--no-tags)"
9740 msgstr ""
9741
9742 #: builtin/remote.c:166
9743 msgid "branch(es) to track"
9744 msgstr ""
9745
9746 #: builtin/remote.c:167
9747 msgid "master branch"
9748 msgstr ""
9749
9750 #: builtin/remote.c:168
9751 msgid "push|fetch"
9752 msgstr ""
9753
9754 #: builtin/remote.c:169
9755 msgid "set up remote as a mirror to push to or fetch from"
9756 msgstr ""
9757
9758 #: builtin/remote.c:181
9759 msgid "specifying a master branch makes no sense with --mirror"
9760 msgstr ""
9761
9762 #: builtin/remote.c:183
9763 msgid "specifying branches to track makes sense only with fetch mirrors"
9764 msgstr ""
9765
9766 #: builtin/remote.c:190 builtin/remote.c:629
9767 #, c-format
9768 msgid "remote %s already exists."
9769 msgstr ""
9770
9771 #: builtin/remote.c:194 builtin/remote.c:633
9772 #, c-format
9773 msgid "'%s' is not a valid remote name"
9774 msgstr ""
9775
9776 #: builtin/remote.c:234
9777 #, c-format
9778 msgid "Could not setup master '%s'"
9779 msgstr ""
9780
9781 #: builtin/remote.c:336
9782 #, c-format
9783 msgid "Could not get fetch map for refspec %s"
9784 msgstr ""
9785
9786 #: builtin/remote.c:437 builtin/remote.c:445
9787 msgid "(matching)"
9788 msgstr ""
9789
9790 #: builtin/remote.c:449
9791 msgid "(delete)"
9792 msgstr ""
9793
9794 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
9795 #, c-format
9796 msgid "No such remote: %s"
9797 msgstr ""
9798
9799 #: builtin/remote.c:639
9800 #, c-format
9801 msgid "Could not rename config section '%s' to '%s'"
9802 msgstr ""
9803
9804 #: builtin/remote.c:659
9805 #, c-format
9806 msgid ""
9807 "Not updating non-default fetch refspec\n"
9808 "\t%s\n"
9809 "\tPlease update the configuration manually if necessary."
9810 msgstr ""
9811
9812 #: builtin/remote.c:695
9813 #, c-format
9814 msgid "deleting '%s' failed"
9815 msgstr ""
9816
9817 #: builtin/remote.c:729
9818 #, c-format
9819 msgid "creating '%s' failed"
9820 msgstr ""
9821
9822 #: builtin/remote.c:792
9823 msgid ""
9824 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9825 "to delete it, use:"
9826 msgid_plural ""
9827 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9828 "to delete them, use:"
9829 msgstr[0] ""
9830 msgstr[1] ""
9831
9832 #: builtin/remote.c:806
9833 #, c-format
9834 msgid "Could not remove config section '%s'"
9835 msgstr ""
9836
9837 #: builtin/remote.c:907
9838 #, c-format
9839 msgid " new (next fetch will store in remotes/%s)"
9840 msgstr ""
9841
9842 #: builtin/remote.c:910
9843 msgid " tracked"
9844 msgstr ""
9845
9846 #: builtin/remote.c:912
9847 msgid " stale (use 'git remote prune' to remove)"
9848 msgstr ""
9849
9850 #: builtin/remote.c:914
9851 msgid " ???"
9852 msgstr ""
9853
9854 #: builtin/remote.c:955
9855 #, c-format
9856 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9857 msgstr ""
9858
9859 #: builtin/remote.c:963
9860 #, c-format
9861 msgid "rebases interactively onto remote %s"
9862 msgstr ""
9863
9864 #: builtin/remote.c:964
9865 #, c-format
9866 msgid "rebases onto remote %s"
9867 msgstr ""
9868
9869 #: builtin/remote.c:967
9870 #, c-format
9871 msgid " merges with remote %s"
9872 msgstr ""
9873
9874 #: builtin/remote.c:970
9875 #, c-format
9876 msgid "merges with remote %s"
9877 msgstr ""
9878
9879 #: builtin/remote.c:973
9880 #, c-format
9881 msgid "%-*s    and with remote %s\n"
9882 msgstr ""
9883
9884 #: builtin/remote.c:1016
9885 msgid "create"
9886 msgstr ""
9887
9888 #: builtin/remote.c:1019
9889 msgid "delete"
9890 msgstr ""
9891
9892 #: builtin/remote.c:1023
9893 msgid "up to date"
9894 msgstr ""
9895
9896 #: builtin/remote.c:1026
9897 msgid "fast-forwardable"
9898 msgstr ""
9899
9900 #: builtin/remote.c:1029
9901 msgid "local out of date"
9902 msgstr ""
9903
9904 #: builtin/remote.c:1036
9905 #, c-format
9906 msgid "    %-*s forces to %-*s (%s)"
9907 msgstr ""
9908
9909 #: builtin/remote.c:1039
9910 #, c-format
9911 msgid "    %-*s pushes to %-*s (%s)"
9912 msgstr ""
9913
9914 #: builtin/remote.c:1043
9915 #, c-format
9916 msgid "    %-*s forces to %s"
9917 msgstr ""
9918
9919 #: builtin/remote.c:1046
9920 #, c-format
9921 msgid "    %-*s pushes to %s"
9922 msgstr ""
9923
9924 #: builtin/remote.c:1114
9925 msgid "do not query remotes"
9926 msgstr ""
9927
9928 #: builtin/remote.c:1141
9929 #, c-format
9930 msgid "* remote %s"
9931 msgstr ""
9932
9933 #: builtin/remote.c:1142
9934 #, c-format
9935 msgid "  Fetch URL: %s"
9936 msgstr ""
9937
9938 #: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1296
9939 msgid "(no URL)"
9940 msgstr ""
9941
9942 #. TRANSLATORS: the colon ':' should align with
9943 #. the one in "  Fetch URL: %s" translation
9944 #: builtin/remote.c:1154 builtin/remote.c:1156
9945 #, c-format
9946 msgid "  Push  URL: %s"
9947 msgstr ""
9948
9949 #: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
9950 #, c-format
9951 msgid "  HEAD branch: %s"
9952 msgstr ""
9953
9954 #: builtin/remote.c:1158
9955 msgid "(not queried)"
9956 msgstr ""
9957
9958 #: builtin/remote.c:1160
9959 msgid "(unknown)"
9960 msgstr ""
9961
9962 #: builtin/remote.c:1164
9963 #, c-format
9964 msgid ""
9965 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9966 msgstr ""
9967
9968 #: builtin/remote.c:1176
9969 #, c-format
9970 msgid "  Remote branch:%s"
9971 msgid_plural "  Remote branches:%s"
9972 msgstr[0] ""
9973 msgstr[1] ""
9974
9975 #: builtin/remote.c:1179 builtin/remote.c:1206
9976 msgid " (status not queried)"
9977 msgstr ""
9978
9979 #: builtin/remote.c:1188
9980 msgid "  Local branch configured for 'git pull':"
9981 msgid_plural "  Local branches configured for 'git pull':"
9982 msgstr[0] ""
9983 msgstr[1] ""
9984
9985 #: builtin/remote.c:1196
9986 msgid "  Local refs will be mirrored by 'git push'"
9987 msgstr ""
9988
9989 #: builtin/remote.c:1203
9990 #, c-format
9991 msgid "  Local ref configured for 'git push'%s:"
9992 msgid_plural "  Local refs configured for 'git push'%s:"
9993 msgstr[0] ""
9994 msgstr[1] ""
9995
9996 #: builtin/remote.c:1224
9997 msgid "set refs/remotes/<name>/HEAD according to remote"
9998 msgstr ""
9999
10000 #: builtin/remote.c:1226
10001 msgid "delete refs/remotes/<name>/HEAD"
10002 msgstr ""
10003
10004 #: builtin/remote.c:1241
10005 msgid "Cannot determine remote HEAD"
10006 msgstr ""
10007
10008 #: builtin/remote.c:1243
10009 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
10010 msgstr ""
10011
10012 #: builtin/remote.c:1253
10013 #, c-format
10014 msgid "Could not delete %s"
10015 msgstr ""
10016
10017 #: builtin/remote.c:1261
10018 #, c-format
10019 msgid "Not a valid ref: %s"
10020 msgstr ""
10021
10022 #: builtin/remote.c:1263
10023 #, c-format
10024 msgid "Could not setup %s"
10025 msgstr ""
10026
10027 #: builtin/remote.c:1281
10028 #, c-format
10029 msgid " %s will become dangling!"
10030 msgstr ""
10031
10032 #: builtin/remote.c:1282
10033 #, c-format
10034 msgid " %s has become dangling!"
10035 msgstr ""
10036
10037 #: builtin/remote.c:1292
10038 #, c-format
10039 msgid "Pruning %s"
10040 msgstr ""
10041
10042 #: builtin/remote.c:1293
10043 #, c-format
10044 msgid "URL: %s"
10045 msgstr ""
10046
10047 #: builtin/remote.c:1309
10048 #, c-format
10049 msgid " * [would prune] %s"
10050 msgstr ""
10051
10052 #: builtin/remote.c:1312
10053 #, c-format
10054 msgid " * [pruned] %s"
10055 msgstr ""
10056
10057 #: builtin/remote.c:1357
10058 msgid "prune remotes after fetching"
10059 msgstr ""
10060
10061 #: builtin/remote.c:1420 builtin/remote.c:1474 builtin/remote.c:1542
10062 #, c-format
10063 msgid "No such remote '%s'"
10064 msgstr ""
10065
10066 #: builtin/remote.c:1436
10067 msgid "add branch"
10068 msgstr ""
10069
10070 #: builtin/remote.c:1443
10071 msgid "no remote specified"
10072 msgstr ""
10073
10074 #: builtin/remote.c:1460
10075 msgid "query push URLs rather than fetch URLs"
10076 msgstr ""
10077
10078 #: builtin/remote.c:1462
10079 msgid "return all URLs"
10080 msgstr ""
10081
10082 #: builtin/remote.c:1490
10083 #, c-format
10084 msgid "no URLs configured for remote '%s'"
10085 msgstr ""
10086
10087 #: builtin/remote.c:1516
10088 msgid "manipulate push URLs"
10089 msgstr ""
10090
10091 #: builtin/remote.c:1518
10092 msgid "add URL"
10093 msgstr ""
10094
10095 #: builtin/remote.c:1520
10096 msgid "delete URLs"
10097 msgstr ""
10098
10099 #: builtin/remote.c:1527
10100 msgid "--add --delete doesn't make sense"
10101 msgstr ""
10102
10103 #: builtin/remote.c:1568
10104 #, c-format
10105 msgid "Invalid old URL pattern: %s"
10106 msgstr ""
10107
10108 #: builtin/remote.c:1576
10109 #, c-format
10110 msgid "No such URL found: %s"
10111 msgstr ""
10112
10113 #: builtin/remote.c:1578
10114 msgid "Will not delete all non-push URLs"
10115 msgstr ""
10116
10117 #: builtin/remote.c:1592
10118 msgid "be verbose; must be placed before a subcommand"
10119 msgstr ""
10120
10121 #: builtin/repack.c:17
10122 msgid "git repack [<options>]"
10123 msgstr ""
10124
10125 #: builtin/repack.c:160
10126 msgid "pack everything in a single pack"
10127 msgstr ""
10128
10129 #: builtin/repack.c:162
10130 msgid "same as -a, and turn unreachable objects loose"
10131 msgstr ""
10132
10133 #: builtin/repack.c:165
10134 msgid "remove redundant packs, and run git-prune-packed"
10135 msgstr ""
10136
10137 #: builtin/repack.c:167
10138 msgid "pass --no-reuse-delta to git-pack-objects"
10139 msgstr ""
10140
10141 #: builtin/repack.c:169
10142 msgid "pass --no-reuse-object to git-pack-objects"
10143 msgstr ""
10144
10145 #: builtin/repack.c:171
10146 msgid "do not run git-update-server-info"
10147 msgstr ""
10148
10149 #: builtin/repack.c:174
10150 msgid "pass --local to git-pack-objects"
10151 msgstr ""
10152
10153 #: builtin/repack.c:176
10154 msgid "write bitmap index"
10155 msgstr ""
10156
10157 #: builtin/repack.c:177
10158 msgid "approxidate"
10159 msgstr ""
10160
10161 #: builtin/repack.c:178
10162 msgid "with -A, do not loosen objects older than this"
10163 msgstr ""
10164
10165 #: builtin/repack.c:180
10166 msgid "with -a, repack unreachable objects"
10167 msgstr ""
10168
10169 #: builtin/repack.c:182
10170 msgid "size of the window used for delta compression"
10171 msgstr ""
10172
10173 #: builtin/repack.c:183 builtin/repack.c:187
10174 msgid "bytes"
10175 msgstr ""
10176
10177 #: builtin/repack.c:184
10178 msgid "same as the above, but limit memory size instead of entries count"
10179 msgstr ""
10180
10181 #: builtin/repack.c:186
10182 msgid "limits the maximum delta depth"
10183 msgstr ""
10184
10185 #: builtin/repack.c:188
10186 msgid "maximum size of each packfile"
10187 msgstr ""
10188
10189 #: builtin/repack.c:190
10190 msgid "repack objects in packs marked with .keep"
10191 msgstr ""
10192
10193 #: builtin/repack.c:200
10194 msgid "cannot delete packs in a precious-objects repo"
10195 msgstr ""
10196
10197 #: builtin/repack.c:204
10198 msgid "--keep-unreachable and -A are incompatible"
10199 msgstr ""
10200
10201 #: builtin/repack.c:391 builtin/worktree.c:115
10202 #, c-format
10203 msgid "failed to remove '%s'"
10204 msgstr ""
10205
10206 #: builtin/replace.c:19
10207 msgid "git replace [-f] <object> <replacement>"
10208 msgstr ""
10209
10210 #: builtin/replace.c:20
10211 msgid "git replace [-f] --edit <object>"
10212 msgstr ""
10213
10214 #: builtin/replace.c:21
10215 msgid "git replace [-f] --graft <commit> [<parent>...]"
10216 msgstr ""
10217
10218 #: builtin/replace.c:22
10219 msgid "git replace -d <object>..."
10220 msgstr ""
10221
10222 #: builtin/replace.c:23
10223 msgid "git replace [--format=<format>] [-l [<pattern>]]"
10224 msgstr ""
10225
10226 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
10227 #, c-format
10228 msgid "Not a valid object name: '%s'"
10229 msgstr ""
10230
10231 #: builtin/replace.c:355
10232 #, c-format
10233 msgid "bad mergetag in commit '%s'"
10234 msgstr ""
10235
10236 #: builtin/replace.c:357
10237 #, c-format
10238 msgid "malformed mergetag in commit '%s'"
10239 msgstr ""
10240
10241 #: builtin/replace.c:368
10242 #, c-format
10243 msgid ""
10244 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
10245 "instead of --graft"
10246 msgstr ""
10247
10248 #: builtin/replace.c:401
10249 #, c-format
10250 msgid "the original commit '%s' has a gpg signature."
10251 msgstr ""
10252
10253 #: builtin/replace.c:402
10254 msgid "the signature will be removed in the replacement commit!"
10255 msgstr ""
10256
10257 #: builtin/replace.c:408
10258 #, c-format
10259 msgid "could not write replacement commit for: '%s'"
10260 msgstr ""
10261
10262 #: builtin/replace.c:432
10263 msgid "list replace refs"
10264 msgstr ""
10265
10266 #: builtin/replace.c:433
10267 msgid "delete replace refs"
10268 msgstr ""
10269
10270 #: builtin/replace.c:434
10271 msgid "edit existing object"
10272 msgstr ""
10273
10274 #: builtin/replace.c:435
10275 msgid "change a commit's parents"
10276 msgstr ""
10277
10278 #: builtin/replace.c:436
10279 msgid "replace the ref if it exists"
10280 msgstr ""
10281
10282 #: builtin/replace.c:437
10283 msgid "do not pretty-print contents for --edit"
10284 msgstr ""
10285
10286 #: builtin/replace.c:438
10287 msgid "use this format"
10288 msgstr ""
10289
10290 #: builtin/rerere.c:12
10291 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
10292 msgstr ""
10293
10294 #: builtin/rerere.c:58
10295 msgid "register clean resolutions in index"
10296 msgstr ""
10297
10298 #: builtin/reset.c:26
10299 msgid ""
10300 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
10301 msgstr ""
10302
10303 #: builtin/reset.c:27
10304 msgid "git reset [-q] <tree-ish> [--] <paths>..."
10305 msgstr ""
10306
10307 #: builtin/reset.c:28
10308 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
10309 msgstr ""
10310
10311 #: builtin/reset.c:34
10312 msgid "mixed"
10313 msgstr ""
10314
10315 #: builtin/reset.c:34
10316 msgid "soft"
10317 msgstr ""
10318
10319 #: builtin/reset.c:34
10320 msgid "hard"
10321 msgstr ""
10322
10323 #: builtin/reset.c:34
10324 msgid "merge"
10325 msgstr ""
10326
10327 #: builtin/reset.c:34
10328 msgid "keep"
10329 msgstr ""
10330
10331 #: builtin/reset.c:74
10332 msgid "You do not have a valid HEAD."
10333 msgstr ""
10334
10335 #: builtin/reset.c:76
10336 msgid "Failed to find tree of HEAD."
10337 msgstr ""
10338
10339 #: builtin/reset.c:82
10340 #, c-format
10341 msgid "Failed to find tree of %s."
10342 msgstr ""
10343
10344 #: builtin/reset.c:100
10345 #, c-format
10346 msgid "HEAD is now at %s"
10347 msgstr ""
10348
10349 #: builtin/reset.c:183
10350 #, c-format
10351 msgid "Cannot do a %s reset in the middle of a merge."
10352 msgstr ""
10353
10354 #: builtin/reset.c:276
10355 msgid "be quiet, only report errors"
10356 msgstr ""
10357
10358 #: builtin/reset.c:278
10359 msgid "reset HEAD and index"
10360 msgstr ""
10361
10362 #: builtin/reset.c:279
10363 msgid "reset only HEAD"
10364 msgstr ""
10365
10366 #: builtin/reset.c:281 builtin/reset.c:283
10367 msgid "reset HEAD, index and working tree"
10368 msgstr ""
10369
10370 #: builtin/reset.c:285
10371 msgid "reset HEAD but keep local changes"
10372 msgstr ""
10373
10374 #: builtin/reset.c:288
10375 msgid "record only the fact that removed paths will be added later"
10376 msgstr ""
10377
10378 #: builtin/reset.c:305
10379 #, c-format
10380 msgid "Failed to resolve '%s' as a valid revision."
10381 msgstr ""
10382
10383 #: builtin/reset.c:313
10384 #, c-format
10385 msgid "Failed to resolve '%s' as a valid tree."
10386 msgstr ""
10387
10388 #: builtin/reset.c:322
10389 msgid "--patch is incompatible with --{hard,mixed,soft}"
10390 msgstr ""
10391
10392 #: builtin/reset.c:331
10393 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
10394 msgstr ""
10395
10396 #: builtin/reset.c:333
10397 #, c-format
10398 msgid "Cannot do %s reset with paths."
10399 msgstr ""
10400
10401 #: builtin/reset.c:343
10402 #, c-format
10403 msgid "%s reset is not allowed in a bare repository"
10404 msgstr ""
10405
10406 #: builtin/reset.c:347
10407 msgid "-N can only be used with --mixed"
10408 msgstr ""
10409
10410 #: builtin/reset.c:364
10411 msgid "Unstaged changes after reset:"
10412 msgstr ""
10413
10414 #: builtin/reset.c:370
10415 #, c-format
10416 msgid "Could not reset index file to revision '%s'."
10417 msgstr ""
10418
10419 #: builtin/reset.c:374
10420 msgid "Could not write new index file."
10421 msgstr ""
10422
10423 #: builtin/rev-list.c:362
10424 msgid "rev-list does not support display of notes"
10425 msgstr ""
10426
10427 #: builtin/rev-parse.c:358
10428 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
10429 msgstr ""
10430
10431 #: builtin/rev-parse.c:363
10432 msgid "keep the `--` passed as an arg"
10433 msgstr ""
10434
10435 #: builtin/rev-parse.c:365
10436 msgid "stop parsing after the first non-option argument"
10437 msgstr ""
10438
10439 #: builtin/rev-parse.c:368
10440 msgid "output in stuck long form"
10441 msgstr ""
10442
10443 #: builtin/rev-parse.c:499
10444 msgid ""
10445 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
10446 "   or: git rev-parse --sq-quote [<arg>...]\n"
10447 "   or: git rev-parse [<options>] [<arg>...]\n"
10448 "\n"
10449 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
10450 msgstr ""
10451
10452 #: builtin/revert.c:22
10453 msgid "git revert [<options>] <commit-ish>..."
10454 msgstr ""
10455
10456 #: builtin/revert.c:23
10457 msgid "git revert <subcommand>"
10458 msgstr ""
10459
10460 #: builtin/revert.c:28
10461 msgid "git cherry-pick [<options>] <commit-ish>..."
10462 msgstr ""
10463
10464 #: builtin/revert.c:29
10465 msgid "git cherry-pick <subcommand>"
10466 msgstr ""
10467
10468 #: builtin/revert.c:71
10469 #, c-format
10470 msgid "%s: %s cannot be used with %s"
10471 msgstr ""
10472
10473 #: builtin/revert.c:80
10474 msgid "end revert or cherry-pick sequence"
10475 msgstr ""
10476
10477 #: builtin/revert.c:81
10478 msgid "resume revert or cherry-pick sequence"
10479 msgstr ""
10480
10481 #: builtin/revert.c:82
10482 msgid "cancel revert or cherry-pick sequence"
10483 msgstr ""
10484
10485 #: builtin/revert.c:83
10486 msgid "don't automatically commit"
10487 msgstr ""
10488
10489 #: builtin/revert.c:84
10490 msgid "edit the commit message"
10491 msgstr ""
10492
10493 #: builtin/revert.c:87
10494 msgid "parent number"
10495 msgstr ""
10496
10497 #: builtin/revert.c:89
10498 msgid "merge strategy"
10499 msgstr ""
10500
10501 #: builtin/revert.c:90
10502 msgid "option"
10503 msgstr ""
10504
10505 #: builtin/revert.c:91
10506 msgid "option for merge strategy"
10507 msgstr ""
10508
10509 #: builtin/revert.c:100
10510 msgid "append commit name"
10511 msgstr ""
10512
10513 #: builtin/revert.c:102
10514 msgid "preserve initially empty commits"
10515 msgstr ""
10516
10517 #: builtin/revert.c:103
10518 msgid "allow commits with empty messages"
10519 msgstr ""
10520
10521 #: builtin/revert.c:104
10522 msgid "keep redundant, empty commits"
10523 msgstr ""
10524
10525 #: builtin/revert.c:192
10526 msgid "revert failed"
10527 msgstr ""
10528
10529 #: builtin/revert.c:207
10530 msgid "cherry-pick failed"
10531 msgstr ""
10532
10533 #: builtin/rm.c:17
10534 msgid "git rm [<options>] [--] <file>..."
10535 msgstr ""
10536
10537 #: builtin/rm.c:65
10538 msgid ""
10539 "the following submodule (or one of its nested submodules)\n"
10540 "uses a .git directory:"
10541 msgid_plural ""
10542 "the following submodules (or one of their nested submodules)\n"
10543 "use a .git directory:"
10544 msgstr[0] ""
10545 msgstr[1] ""
10546
10547 #: builtin/rm.c:71
10548 msgid ""
10549 "\n"
10550 "(use 'rm -rf' if you really want to remove it including all of its history)"
10551 msgstr ""
10552
10553 #: builtin/rm.c:230
10554 msgid ""
10555 "the following file has staged content different from both the\n"
10556 "file and the HEAD:"
10557 msgid_plural ""
10558 "the following files have staged content different from both the\n"
10559 "file and the HEAD:"
10560 msgstr[0] ""
10561 msgstr[1] ""
10562
10563 #: builtin/rm.c:235
10564 msgid ""
10565 "\n"
10566 "(use -f to force removal)"
10567 msgstr ""
10568
10569 #: builtin/rm.c:239
10570 msgid "the following file has changes staged in the index:"
10571 msgid_plural "the following files have changes staged in the index:"
10572 msgstr[0] ""
10573 msgstr[1] ""
10574
10575 #: builtin/rm.c:243 builtin/rm.c:254
10576 msgid ""
10577 "\n"
10578 "(use --cached to keep the file, or -f to force removal)"
10579 msgstr ""
10580
10581 #: builtin/rm.c:251
10582 msgid "the following file has local modifications:"
10583 msgid_plural "the following files have local modifications:"
10584 msgstr[0] ""
10585 msgstr[1] ""
10586
10587 #: builtin/rm.c:269
10588 msgid "do not list removed files"
10589 msgstr ""
10590
10591 #: builtin/rm.c:270
10592 msgid "only remove from the index"
10593 msgstr ""
10594
10595 #: builtin/rm.c:271
10596 msgid "override the up-to-date check"
10597 msgstr ""
10598
10599 #: builtin/rm.c:272
10600 msgid "allow recursive removal"
10601 msgstr ""
10602
10603 #: builtin/rm.c:274
10604 msgid "exit with a zero status even if nothing matched"
10605 msgstr ""
10606
10607 #: builtin/rm.c:335
10608 #, c-format
10609 msgid "not removing '%s' recursively without -r"
10610 msgstr ""
10611
10612 #: builtin/rm.c:374
10613 #, c-format
10614 msgid "git rm: unable to remove %s"
10615 msgstr ""
10616
10617 #: builtin/send-pack.c:18
10618 msgid ""
10619 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
10620 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
10621 "[<ref>...]\n"
10622 "  --all and explicit <ref> specification are mutually exclusive."
10623 msgstr ""
10624
10625 #: builtin/send-pack.c:160
10626 msgid "remote name"
10627 msgstr ""
10628
10629 #: builtin/send-pack.c:171
10630 msgid "use stateless RPC protocol"
10631 msgstr ""
10632
10633 #: builtin/send-pack.c:172
10634 msgid "read refs from stdin"
10635 msgstr ""
10636
10637 #: builtin/send-pack.c:173
10638 msgid "print status from remote helper"
10639 msgstr ""
10640
10641 #: builtin/shortlog.c:13
10642 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
10643 msgstr ""
10644
10645 #: builtin/shortlog.c:242
10646 msgid "sort output according to the number of commits per author"
10647 msgstr ""
10648
10649 #: builtin/shortlog.c:244
10650 msgid "Suppress commit descriptions, only provides commit count"
10651 msgstr ""
10652
10653 #: builtin/shortlog.c:246
10654 msgid "Show the email address of each author"
10655 msgstr ""
10656
10657 #: builtin/shortlog.c:247
10658 msgid "w[,i1[,i2]]"
10659 msgstr ""
10660
10661 #: builtin/shortlog.c:248
10662 msgid "Linewrap output"
10663 msgstr ""
10664
10665 #: builtin/show-branch.c:10
10666 msgid ""
10667 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
10668 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
10669 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
10670 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
10671 msgstr ""
10672
10673 #: builtin/show-branch.c:14
10674 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
10675 msgstr ""
10676
10677 #: builtin/show-branch.c:640
10678 msgid "show remote-tracking and local branches"
10679 msgstr ""
10680
10681 #: builtin/show-branch.c:642
10682 msgid "show remote-tracking branches"
10683 msgstr ""
10684
10685 #: builtin/show-branch.c:644
10686 msgid "color '*!+-' corresponding to the branch"
10687 msgstr ""
10688
10689 #: builtin/show-branch.c:646
10690 msgid "show <n> more commits after the common ancestor"
10691 msgstr ""
10692
10693 #: builtin/show-branch.c:648
10694 msgid "synonym to more=-1"
10695 msgstr ""
10696
10697 #: builtin/show-branch.c:649
10698 msgid "suppress naming strings"
10699 msgstr ""
10700
10701 #: builtin/show-branch.c:651
10702 msgid "include the current branch"
10703 msgstr ""
10704
10705 #: builtin/show-branch.c:653
10706 msgid "name commits with their object names"
10707 msgstr ""
10708
10709 #: builtin/show-branch.c:655
10710 msgid "show possible merge bases"
10711 msgstr ""
10712
10713 #: builtin/show-branch.c:657
10714 msgid "show refs unreachable from any other ref"
10715 msgstr ""
10716
10717 #: builtin/show-branch.c:659
10718 msgid "show commits in topological order"
10719 msgstr ""
10720
10721 #: builtin/show-branch.c:662
10722 msgid "show only commits not on the first branch"
10723 msgstr ""
10724
10725 #: builtin/show-branch.c:664
10726 msgid "show merges reachable from only one tip"
10727 msgstr ""
10728
10729 #: builtin/show-branch.c:666
10730 msgid "topologically sort, maintaining date order where possible"
10731 msgstr ""
10732
10733 #: builtin/show-branch.c:669
10734 msgid "<n>[,<base>]"
10735 msgstr ""
10736
10737 #: builtin/show-branch.c:670
10738 msgid "show <n> most recent ref-log entries starting at base"
10739 msgstr ""
10740
10741 #: builtin/show-ref.c:10
10742 msgid ""
10743 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10744 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10745 msgstr ""
10746
10747 #: builtin/show-ref.c:11
10748 msgid "git show-ref --exclude-existing[=<pattern>]"
10749 msgstr ""
10750
10751 #: builtin/show-ref.c:165
10752 msgid "only show tags (can be combined with heads)"
10753 msgstr ""
10754
10755 #: builtin/show-ref.c:166
10756 msgid "only show heads (can be combined with tags)"
10757 msgstr ""
10758
10759 #: builtin/show-ref.c:167
10760 msgid "stricter reference checking, requires exact ref path"
10761 msgstr ""
10762
10763 #: builtin/show-ref.c:170 builtin/show-ref.c:172
10764 msgid "show the HEAD reference, even if it would be filtered out"
10765 msgstr ""
10766
10767 #: builtin/show-ref.c:174
10768 msgid "dereference tags into object IDs"
10769 msgstr ""
10770
10771 #: builtin/show-ref.c:176
10772 msgid "only show SHA1 hash using <n> digits"
10773 msgstr ""
10774
10775 #: builtin/show-ref.c:180
10776 msgid "do not print results to stdout (useful with --verify)"
10777 msgstr ""
10778
10779 #: builtin/show-ref.c:182
10780 msgid "show refs from stdin that aren't in local repository"
10781 msgstr ""
10782
10783 #: builtin/stripspace.c:17
10784 msgid "git stripspace [-s | --strip-comments]"
10785 msgstr ""
10786
10787 #: builtin/stripspace.c:18
10788 msgid "git stripspace [-c | --comment-lines]"
10789 msgstr ""
10790
10791 #: builtin/stripspace.c:35
10792 msgid "skip and remove all lines starting with comment character"
10793 msgstr ""
10794
10795 #: builtin/stripspace.c:38
10796 msgid "prepend comment character and space to each line"
10797 msgstr ""
10798
10799 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:923
10800 #, c-format
10801 msgid "No such ref: %s"
10802 msgstr ""
10803
10804 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:932
10805 #, c-format
10806 msgid "Expecting a full ref name, got %s"
10807 msgstr ""
10808
10809 #: builtin/submodule--helper.c:71
10810 #, c-format
10811 msgid "cannot strip one component off url '%s'"
10812 msgstr ""
10813
10814 #: builtin/submodule--helper.c:278 builtin/submodule--helper.c:403
10815 #: builtin/submodule--helper.c:483
10816 msgid "alternative anchor for relative paths"
10817 msgstr ""
10818
10819 #: builtin/submodule--helper.c:283
10820 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10821 msgstr ""
10822
10823 #: builtin/submodule--helper.c:324 builtin/submodule--helper.c:338
10824 #, c-format
10825 msgid "No url found for submodule path '%s' in .gitmodules"
10826 msgstr ""
10827
10828 #: builtin/submodule--helper.c:364
10829 #, c-format
10830 msgid "Failed to register url for submodule path '%s'"
10831 msgstr ""
10832
10833 #: builtin/submodule--helper.c:368
10834 #, c-format
10835 msgid "Submodule '%s' (%s) registered for path '%s'\n"
10836 msgstr ""
10837
10838 #: builtin/submodule--helper.c:378
10839 #, c-format
10840 msgid "warning: command update mode suggested for submodule '%s'\n"
10841 msgstr ""
10842
10843 #: builtin/submodule--helper.c:385
10844 #, c-format
10845 msgid "Failed to register update mode for submodule path '%s'"
10846 msgstr ""
10847
10848 #: builtin/submodule--helper.c:404
10849 msgid "Suppress output for initializing a submodule"
10850 msgstr ""
10851
10852 #: builtin/submodule--helper.c:409
10853 msgid "git submodule--helper init [<path>]"
10854 msgstr ""
10855
10856 #: builtin/submodule--helper.c:430
10857 msgid "git submodule--helper name <path>"
10858 msgstr ""
10859
10860 #: builtin/submodule--helper.c:436
10861 #, c-format
10862 msgid "no submodule mapping found in .gitmodules for path '%s'"
10863 msgstr ""
10864
10865 #: builtin/submodule--helper.c:486
10866 msgid "where the new submodule will be cloned to"
10867 msgstr ""
10868
10869 #: builtin/submodule--helper.c:489
10870 msgid "name of the new submodule"
10871 msgstr ""
10872
10873 #: builtin/submodule--helper.c:492
10874 msgid "url where to clone the submodule from"
10875 msgstr ""
10876
10877 #: builtin/submodule--helper.c:498
10878 msgid "depth for shallow clones"
10879 msgstr ""
10880
10881 #: builtin/submodule--helper.c:504
10882 msgid ""
10883 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10884 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
10885 msgstr ""
10886
10887 #: builtin/submodule--helper.c:529 builtin/submodule--helper.c:535
10888 #, c-format
10889 msgid "could not create directory '%s'"
10890 msgstr ""
10891
10892 #: builtin/submodule--helper.c:531
10893 #, c-format
10894 msgid "clone of '%s' into submodule path '%s' failed"
10895 msgstr ""
10896
10897 #: builtin/submodule--helper.c:547
10898 #, c-format
10899 msgid "cannot open file '%s'"
10900 msgstr ""
10901
10902 #: builtin/submodule--helper.c:552
10903 #, c-format
10904 msgid "could not close file %s"
10905 msgstr ""
10906
10907 #: builtin/submodule--helper.c:559
10908 #, c-format
10909 msgid "could not get submodule directory for '%s'"
10910 msgstr ""
10911
10912 #: builtin/submodule--helper.c:611
10913 #, c-format
10914 msgid "Submodule path '%s' not initialized"
10915 msgstr ""
10916
10917 #: builtin/submodule--helper.c:615
10918 msgid "Maybe you want to use 'update --init'?"
10919 msgstr ""
10920
10921 #: builtin/submodule--helper.c:641
10922 #, c-format
10923 msgid "Skipping unmerged submodule %s"
10924 msgstr ""
10925
10926 #: builtin/submodule--helper.c:662
10927 #, c-format
10928 msgid "Skipping submodule '%s'"
10929 msgstr ""
10930
10931 #: builtin/submodule--helper.c:792
10932 #, c-format
10933 msgid "Failed to clone '%s'. Retry scheduled"
10934 msgstr ""
10935
10936 #: builtin/submodule--helper.c:803
10937 #, c-format
10938 msgid "Failed to clone '%s' a second time, aborting"
10939 msgstr ""
10940
10941 #: builtin/submodule--helper.c:824
10942 msgid "path into the working tree"
10943 msgstr ""
10944
10945 #: builtin/submodule--helper.c:827
10946 msgid "path into the working tree, across nested submodule boundaries"
10947 msgstr ""
10948
10949 #: builtin/submodule--helper.c:831
10950 msgid "rebase, merge, checkout or none"
10951 msgstr ""
10952
10953 #: builtin/submodule--helper.c:835
10954 msgid "Create a shallow clone truncated to the specified number of revisions"
10955 msgstr ""
10956
10957 #: builtin/submodule--helper.c:838
10958 msgid "parallel jobs"
10959 msgstr ""
10960
10961 #: builtin/submodule--helper.c:840
10962 msgid "whether the initial clone should follow the shallow recommendation"
10963 msgstr ""
10964
10965 #: builtin/submodule--helper.c:841
10966 msgid "don't print cloning progress"
10967 msgstr ""
10968
10969 #: builtin/submodule--helper.c:846
10970 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
10971 msgstr ""
10972
10973 #: builtin/submodule--helper.c:856
10974 msgid "bad value for update parameter"
10975 msgstr ""
10976
10977 #: builtin/submodule--helper.c:927
10978 #, c-format
10979 msgid ""
10980 "Submodule (%s) branch configured to inherit branch from superproject, but "
10981 "the superproject is not on any branch"
10982 msgstr ""
10983
10984 #: builtin/submodule--helper.c:977
10985 msgid "submodule--helper subcommand must be called with a subcommand"
10986 msgstr ""
10987
10988 #: builtin/submodule--helper.c:984
10989 #, c-format
10990 msgid "'%s' is not a valid submodule--helper subcommand"
10991 msgstr ""
10992
10993 #: builtin/symbolic-ref.c:7
10994 msgid "git symbolic-ref [<options>] <name> [<ref>]"
10995 msgstr ""
10996
10997 #: builtin/symbolic-ref.c:8
10998 msgid "git symbolic-ref -d [-q] <name>"
10999 msgstr ""
11000
11001 #: builtin/symbolic-ref.c:40
11002 msgid "suppress error message for non-symbolic (detached) refs"
11003 msgstr ""
11004
11005 #: builtin/symbolic-ref.c:41
11006 msgid "delete symbolic ref"
11007 msgstr ""
11008
11009 #: builtin/symbolic-ref.c:42
11010 msgid "shorten ref output"
11011 msgstr ""
11012
11013 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11014 msgid "reason"
11015 msgstr ""
11016
11017 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11018 msgid "reason of the update"
11019 msgstr ""
11020
11021 #: builtin/tag.c:23
11022 msgid ""
11023 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
11024 "[<head>]"
11025 msgstr ""
11026
11027 #: builtin/tag.c:24
11028 msgid "git tag -d <tagname>..."
11029 msgstr ""
11030
11031 #: builtin/tag.c:25
11032 msgid ""
11033 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
11034 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
11035 msgstr ""
11036
11037 #: builtin/tag.c:27
11038 msgid "git tag -v <tagname>..."
11039 msgstr ""
11040
11041 #: builtin/tag.c:81
11042 #, c-format
11043 msgid "tag name too long: %.*s..."
11044 msgstr ""
11045
11046 #: builtin/tag.c:86
11047 #, c-format
11048 msgid "tag '%s' not found."
11049 msgstr ""
11050
11051 #: builtin/tag.c:101
11052 #, c-format
11053 msgid "Deleted tag '%s' (was %s)\n"
11054 msgstr ""
11055
11056 #: builtin/tag.c:117
11057 #, c-format
11058 msgid ""
11059 "\n"
11060 "Write a message for tag:\n"
11061 "  %s\n"
11062 "Lines starting with '%c' will be ignored.\n"
11063 msgstr ""
11064
11065 #: builtin/tag.c:121
11066 #, c-format
11067 msgid ""
11068 "\n"
11069 "Write a message for tag:\n"
11070 "  %s\n"
11071 "Lines starting with '%c' will be kept; you may remove them yourself if you "
11072 "want to.\n"
11073 msgstr ""
11074
11075 #: builtin/tag.c:199
11076 msgid "unable to sign the tag"
11077 msgstr ""
11078
11079 #: builtin/tag.c:201
11080 msgid "unable to write tag file"
11081 msgstr ""
11082
11083 #: builtin/tag.c:226
11084 msgid "bad object type."
11085 msgstr ""
11086
11087 #: builtin/tag.c:239
11088 msgid "tag header too big."
11089 msgstr ""
11090
11091 #: builtin/tag.c:275
11092 msgid "no tag message?"
11093 msgstr ""
11094
11095 #: builtin/tag.c:281
11096 #, c-format
11097 msgid "The tag message has been left in %s\n"
11098 msgstr ""
11099
11100 #: builtin/tag.c:339
11101 msgid "list tag names"
11102 msgstr ""
11103
11104 #: builtin/tag.c:341
11105 msgid "print <n> lines of each tag message"
11106 msgstr ""
11107
11108 #: builtin/tag.c:343
11109 msgid "delete tags"
11110 msgstr ""
11111
11112 #: builtin/tag.c:344
11113 msgid "verify tags"
11114 msgstr ""
11115
11116 #: builtin/tag.c:346
11117 msgid "Tag creation options"
11118 msgstr ""
11119
11120 #: builtin/tag.c:348
11121 msgid "annotated tag, needs a message"
11122 msgstr ""
11123
11124 #: builtin/tag.c:350
11125 msgid "tag message"
11126 msgstr ""
11127
11128 #: builtin/tag.c:352
11129 msgid "annotated and GPG-signed tag"
11130 msgstr ""
11131
11132 #: builtin/tag.c:356
11133 msgid "use another key to sign the tag"
11134 msgstr ""
11135
11136 #: builtin/tag.c:357
11137 msgid "replace the tag if exists"
11138 msgstr ""
11139
11140 #: builtin/tag.c:358 builtin/update-ref.c:368
11141 msgid "create a reflog"
11142 msgstr ""
11143
11144 #: builtin/tag.c:360
11145 msgid "Tag listing options"
11146 msgstr ""
11147
11148 #: builtin/tag.c:361
11149 msgid "show tag list in columns"
11150 msgstr ""
11151
11152 #: builtin/tag.c:362 builtin/tag.c:363
11153 msgid "print only tags that contain the commit"
11154 msgstr ""
11155
11156 #: builtin/tag.c:364
11157 msgid "print only tags that are merged"
11158 msgstr ""
11159
11160 #: builtin/tag.c:365
11161 msgid "print only tags that are not merged"
11162 msgstr ""
11163
11164 #: builtin/tag.c:370
11165 msgid "print only tags of the object"
11166 msgstr ""
11167
11168 #: builtin/tag.c:399
11169 msgid "--column and -n are incompatible"
11170 msgstr ""
11171
11172 #: builtin/tag.c:419
11173 msgid "-n option is only allowed with -l."
11174 msgstr ""
11175
11176 #: builtin/tag.c:421
11177 msgid "--contains option is only allowed with -l."
11178 msgstr ""
11179
11180 #: builtin/tag.c:423
11181 msgid "--points-at option is only allowed with -l."
11182 msgstr ""
11183
11184 #: builtin/tag.c:425
11185 msgid "--merged and --no-merged option are only allowed with -l"
11186 msgstr ""
11187
11188 #: builtin/tag.c:433
11189 msgid "only one -F or -m option is allowed."
11190 msgstr ""
11191
11192 #: builtin/tag.c:452
11193 msgid "too many params"
11194 msgstr ""
11195
11196 #: builtin/tag.c:458
11197 #, c-format
11198 msgid "'%s' is not a valid tag name."
11199 msgstr ""
11200
11201 #: builtin/tag.c:463
11202 #, c-format
11203 msgid "tag '%s' already exists"
11204 msgstr ""
11205
11206 #: builtin/tag.c:491
11207 #, c-format
11208 msgid "Updated tag '%s' (was %s)\n"
11209 msgstr ""
11210
11211 #: builtin/unpack-objects.c:490
11212 msgid "Unpacking objects"
11213 msgstr ""
11214
11215 #: builtin/update-index.c:79
11216 #, c-format
11217 msgid "failed to create directory %s"
11218 msgstr ""
11219
11220 #: builtin/update-index.c:85
11221 #, c-format
11222 msgid "failed to stat %s"
11223 msgstr ""
11224
11225 #: builtin/update-index.c:95
11226 #, c-format
11227 msgid "failed to create file %s"
11228 msgstr ""
11229
11230 #: builtin/update-index.c:103
11231 #, c-format
11232 msgid "failed to delete file %s"
11233 msgstr ""
11234
11235 #: builtin/update-index.c:110 builtin/update-index.c:212
11236 #, c-format
11237 msgid "failed to delete directory %s"
11238 msgstr ""
11239
11240 #: builtin/update-index.c:133
11241 #, c-format
11242 msgid "Testing mtime in '%s' "
11243 msgstr ""
11244
11245 #: builtin/update-index.c:145
11246 msgid "directory stat info does not change after adding a new file"
11247 msgstr ""
11248
11249 #: builtin/update-index.c:158
11250 msgid "directory stat info does not change after adding a new directory"
11251 msgstr ""
11252
11253 #: builtin/update-index.c:171
11254 msgid "directory stat info changes after updating a file"
11255 msgstr ""
11256
11257 #: builtin/update-index.c:182
11258 msgid "directory stat info changes after adding a file inside subdirectory"
11259 msgstr ""
11260
11261 #: builtin/update-index.c:193
11262 msgid "directory stat info does not change after deleting a file"
11263 msgstr ""
11264
11265 #: builtin/update-index.c:206
11266 msgid "directory stat info does not change after deleting a directory"
11267 msgstr ""
11268
11269 #: builtin/update-index.c:213
11270 msgid " OK"
11271 msgstr ""
11272
11273 #: builtin/update-index.c:575
11274 msgid "git update-index [<options>] [--] [<file>...]"
11275 msgstr ""
11276
11277 #: builtin/update-index.c:930
11278 msgid "continue refresh even when index needs update"
11279 msgstr ""
11280
11281 #: builtin/update-index.c:933
11282 msgid "refresh: ignore submodules"
11283 msgstr ""
11284
11285 #: builtin/update-index.c:936
11286 msgid "do not ignore new files"
11287 msgstr ""
11288
11289 #: builtin/update-index.c:938
11290 msgid "let files replace directories and vice-versa"
11291 msgstr ""
11292
11293 #: builtin/update-index.c:940
11294 msgid "notice files missing from worktree"
11295 msgstr ""
11296
11297 #: builtin/update-index.c:942
11298 msgid "refresh even if index contains unmerged entries"
11299 msgstr ""
11300
11301 #: builtin/update-index.c:945
11302 msgid "refresh stat information"
11303 msgstr ""
11304
11305 #: builtin/update-index.c:949
11306 msgid "like --refresh, but ignore assume-unchanged setting"
11307 msgstr ""
11308
11309 #: builtin/update-index.c:953
11310 msgid "<mode>,<object>,<path>"
11311 msgstr ""
11312
11313 #: builtin/update-index.c:954
11314 msgid "add the specified entry to the index"
11315 msgstr ""
11316
11317 #: builtin/update-index.c:963
11318 msgid "mark files as \"not changing\""
11319 msgstr ""
11320
11321 #: builtin/update-index.c:966
11322 msgid "clear assumed-unchanged bit"
11323 msgstr ""
11324
11325 #: builtin/update-index.c:969
11326 msgid "mark files as \"index-only\""
11327 msgstr ""
11328
11329 #: builtin/update-index.c:972
11330 msgid "clear skip-worktree bit"
11331 msgstr ""
11332
11333 #: builtin/update-index.c:975
11334 msgid "add to index only; do not add content to object database"
11335 msgstr ""
11336
11337 #: builtin/update-index.c:977
11338 msgid "remove named paths even if present in worktree"
11339 msgstr ""
11340
11341 #: builtin/update-index.c:979
11342 msgid "with --stdin: input lines are terminated by null bytes"
11343 msgstr ""
11344
11345 #: builtin/update-index.c:981
11346 msgid "read list of paths to be updated from standard input"
11347 msgstr ""
11348
11349 #: builtin/update-index.c:985
11350 msgid "add entries from standard input to the index"
11351 msgstr ""
11352
11353 #: builtin/update-index.c:989
11354 msgid "repopulate stages #2 and #3 for the listed paths"
11355 msgstr ""
11356
11357 #: builtin/update-index.c:993
11358 msgid "only update entries that differ from HEAD"
11359 msgstr ""
11360
11361 #: builtin/update-index.c:997
11362 msgid "ignore files missing from worktree"
11363 msgstr ""
11364
11365 #: builtin/update-index.c:1000
11366 msgid "report actions to standard output"
11367 msgstr ""
11368
11369 #: builtin/update-index.c:1002
11370 msgid "(for porcelains) forget saved unresolved conflicts"
11371 msgstr ""
11372
11373 #: builtin/update-index.c:1006
11374 msgid "write index in this format"
11375 msgstr ""
11376
11377 #: builtin/update-index.c:1008
11378 msgid "enable or disable split index"
11379 msgstr ""
11380
11381 #: builtin/update-index.c:1010
11382 msgid "enable/disable untracked cache"
11383 msgstr ""
11384
11385 #: builtin/update-index.c:1012
11386 msgid "test if the filesystem supports untracked cache"
11387 msgstr ""
11388
11389 #: builtin/update-index.c:1014
11390 msgid "enable untracked cache without testing the filesystem"
11391 msgstr ""
11392
11393 #: builtin/update-index.c:1134
11394 msgid "Untracked cache disabled"
11395 msgstr ""
11396
11397 #: builtin/update-index.c:1146
11398 #, c-format
11399 msgid "Untracked cache enabled for '%s'"
11400 msgstr ""
11401
11402 #: builtin/update-ref.c:9
11403 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
11404 msgstr ""
11405
11406 #: builtin/update-ref.c:10
11407 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
11408 msgstr ""
11409
11410 #: builtin/update-ref.c:11
11411 msgid "git update-ref [<options>] --stdin [-z]"
11412 msgstr ""
11413
11414 #: builtin/update-ref.c:363
11415 msgid "delete the reference"
11416 msgstr ""
11417
11418 #: builtin/update-ref.c:365
11419 msgid "update <refname> not the one it points to"
11420 msgstr ""
11421
11422 #: builtin/update-ref.c:366
11423 msgid "stdin has NUL-terminated arguments"
11424 msgstr ""
11425
11426 #: builtin/update-ref.c:367
11427 msgid "read updates from stdin"
11428 msgstr ""
11429
11430 #: builtin/update-server-info.c:6
11431 msgid "git update-server-info [--force]"
11432 msgstr ""
11433
11434 #: builtin/update-server-info.c:14
11435 msgid "update the info files from scratch"
11436 msgstr ""
11437
11438 #: builtin/verify-commit.c:17
11439 msgid "git verify-commit [-v | --verbose] <commit>..."
11440 msgstr ""
11441
11442 #: builtin/verify-commit.c:72
11443 msgid "print commit contents"
11444 msgstr ""
11445
11446 #: builtin/verify-commit.c:73 builtin/verify-tag.c:35
11447 msgid "print raw gpg status output"
11448 msgstr ""
11449
11450 #: builtin/verify-pack.c:54
11451 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
11452 msgstr ""
11453
11454 #: builtin/verify-pack.c:64
11455 msgid "verbose"
11456 msgstr ""
11457
11458 #: builtin/verify-pack.c:66
11459 msgid "show statistics only"
11460 msgstr ""
11461
11462 #: builtin/verify-tag.c:17
11463 msgid "git verify-tag [-v | --verbose] <tag>..."
11464 msgstr ""
11465
11466 #: builtin/verify-tag.c:34
11467 msgid "print tag contents"
11468 msgstr ""
11469
11470 #: builtin/worktree.c:15
11471 msgid "git worktree add [<options>] <path> [<branch>]"
11472 msgstr ""
11473
11474 #: builtin/worktree.c:16
11475 msgid "git worktree list [<options>]"
11476 msgstr ""
11477
11478 #: builtin/worktree.c:17
11479 msgid "git worktree lock [<options>] <path>"
11480 msgstr ""
11481
11482 #: builtin/worktree.c:18
11483 msgid "git worktree prune [<options>]"
11484 msgstr ""
11485
11486 #: builtin/worktree.c:19
11487 msgid "git worktree unlock <path>"
11488 msgstr ""
11489
11490 #: builtin/worktree.c:42
11491 #, c-format
11492 msgid "Removing worktrees/%s: not a valid directory"
11493 msgstr ""
11494
11495 #: builtin/worktree.c:48
11496 #, c-format
11497 msgid "Removing worktrees/%s: gitdir file does not exist"
11498 msgstr ""
11499
11500 #: builtin/worktree.c:53
11501 #, c-format
11502 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
11503 msgstr ""
11504
11505 #: builtin/worktree.c:64
11506 #, c-format
11507 msgid "Removing worktrees/%s: invalid gitdir file"
11508 msgstr ""
11509
11510 #: builtin/worktree.c:80
11511 #, c-format
11512 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
11513 msgstr ""
11514
11515 #: builtin/worktree.c:204
11516 #, c-format
11517 msgid "'%s' already exists"
11518 msgstr ""
11519
11520 #: builtin/worktree.c:236
11521 #, c-format
11522 msgid "could not create directory of '%s'"
11523 msgstr ""
11524
11525 #: builtin/worktree.c:272
11526 #, c-format
11527 msgid "Preparing %s (identifier %s)"
11528 msgstr ""
11529
11530 #: builtin/worktree.c:323
11531 msgid "checkout <branch> even if already checked out in other worktree"
11532 msgstr ""
11533
11534 #: builtin/worktree.c:325
11535 msgid "create a new branch"
11536 msgstr ""
11537
11538 #: builtin/worktree.c:327
11539 msgid "create or reset a branch"
11540 msgstr ""
11541
11542 #: builtin/worktree.c:329
11543 msgid "populate the new working tree"
11544 msgstr ""
11545
11546 #: builtin/worktree.c:337
11547 msgid "-b, -B, and --detach are mutually exclusive"
11548 msgstr ""
11549
11550 #: builtin/worktree.c:470
11551 msgid "reason for locking"
11552 msgstr ""
11553
11554 #: builtin/worktree.c:482 builtin/worktree.c:515
11555 #, c-format
11556 msgid "'%s' is not a working tree"
11557 msgstr ""
11558
11559 #: builtin/worktree.c:484 builtin/worktree.c:517
11560 msgid "The main working tree cannot be locked or unlocked"
11561 msgstr ""
11562
11563 #: builtin/worktree.c:489
11564 #, c-format
11565 msgid "'%s' is already locked, reason: %s"
11566 msgstr ""
11567
11568 #: builtin/worktree.c:491
11569 #, c-format
11570 msgid "'%s' is already locked"
11571 msgstr ""
11572
11573 #: builtin/worktree.c:519
11574 #, c-format
11575 msgid "'%s' is not locked"
11576 msgstr ""
11577
11578 #: builtin/write-tree.c:13
11579 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
11580 msgstr ""
11581
11582 #: builtin/write-tree.c:26
11583 msgid "<prefix>/"
11584 msgstr ""
11585
11586 #: builtin/write-tree.c:27
11587 msgid "write tree object for a subdirectory <prefix>"
11588 msgstr ""
11589
11590 #: builtin/write-tree.c:30
11591 msgid "only useful for debugging"
11592 msgstr ""
11593
11594 #: upload-pack.c:20
11595 msgid "git upload-pack [<options>] <dir>"
11596 msgstr ""
11597
11598 #: upload-pack.c:837
11599 msgid "quit after a single request/response exchange"
11600 msgstr ""
11601
11602 #: upload-pack.c:839
11603 msgid "exit immediately after initial ref advertisement"
11604 msgstr ""
11605
11606 #: upload-pack.c:841
11607 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
11608 msgstr ""
11609
11610 #: upload-pack.c:843
11611 msgid "interrupt transfer after <n> seconds of inactivity"
11612 msgstr ""
11613
11614 #: credential-cache--daemon.c:271
11615 msgid "print debugging messages to stderr"
11616 msgstr ""
11617
11618 #: git.c:14
11619 msgid ""
11620 "'git help -a' and 'git help -g' list available subcommands and some\n"
11621 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
11622 "to read about a specific subcommand or concept."
11623 msgstr ""
11624
11625 #: http.c:323
11626 msgid "Public key pinning not supported with cURL < 7.44.0"
11627 msgstr ""
11628
11629 #: common-cmds.h:9
11630 msgid "start a working area (see also: git help tutorial)"
11631 msgstr ""
11632
11633 #: common-cmds.h:10
11634 msgid "work on the current change (see also: git help everyday)"
11635 msgstr ""
11636
11637 #: common-cmds.h:11
11638 msgid "examine the history and state (see also: git help revisions)"
11639 msgstr ""
11640
11641 #: common-cmds.h:12
11642 msgid "grow, mark and tweak your common history"
11643 msgstr ""
11644
11645 #: common-cmds.h:13
11646 msgid "collaborate (see also: git help workflows)"
11647 msgstr ""
11648
11649 #: common-cmds.h:17
11650 msgid "Add file contents to the index"
11651 msgstr ""
11652
11653 #: common-cmds.h:18
11654 msgid "Use binary search to find the commit that introduced a bug"
11655 msgstr ""
11656
11657 #: common-cmds.h:19
11658 msgid "List, create, or delete branches"
11659 msgstr ""
11660
11661 #: common-cmds.h:20
11662 msgid "Switch branches or restore working tree files"
11663 msgstr ""
11664
11665 #: common-cmds.h:21
11666 msgid "Clone a repository into a new directory"
11667 msgstr ""
11668
11669 #: common-cmds.h:22
11670 msgid "Record changes to the repository"
11671 msgstr ""
11672
11673 #: common-cmds.h:23
11674 msgid "Show changes between commits, commit and working tree, etc"
11675 msgstr ""
11676
11677 #: common-cmds.h:24
11678 msgid "Download objects and refs from another repository"
11679 msgstr ""
11680
11681 #: common-cmds.h:25
11682 msgid "Print lines matching a pattern"
11683 msgstr ""
11684
11685 #: common-cmds.h:26
11686 msgid "Create an empty Git repository or reinitialize an existing one"
11687 msgstr ""
11688
11689 #: common-cmds.h:27
11690 msgid "Show commit logs"
11691 msgstr ""
11692
11693 #: common-cmds.h:28
11694 msgid "Join two or more development histories together"
11695 msgstr ""
11696
11697 #: common-cmds.h:29
11698 msgid "Move or rename a file, a directory, or a symlink"
11699 msgstr ""
11700
11701 #: common-cmds.h:30
11702 msgid "Fetch from and integrate with another repository or a local branch"
11703 msgstr ""
11704
11705 #: common-cmds.h:31
11706 msgid "Update remote refs along with associated objects"
11707 msgstr ""
11708
11709 #: common-cmds.h:32
11710 msgid "Reapply commits on top of another base tip"
11711 msgstr ""
11712
11713 #: common-cmds.h:33
11714 msgid "Reset current HEAD to the specified state"
11715 msgstr ""
11716
11717 #: common-cmds.h:34
11718 msgid "Remove files from the working tree and from the index"
11719 msgstr ""
11720
11721 #: common-cmds.h:35
11722 msgid "Show various types of objects"
11723 msgstr ""
11724
11725 #: common-cmds.h:36
11726 msgid "Show the working tree status"
11727 msgstr ""
11728
11729 #: common-cmds.h:37
11730 msgid "Create, list, delete or verify a tag object signed with GPG"
11731 msgstr ""
11732
11733 #: parse-options.h:145
11734 msgid "expiry-date"
11735 msgstr ""
11736
11737 #: parse-options.h:160
11738 msgid "no-op (backward compatibility)"
11739 msgstr ""
11740
11741 #: parse-options.h:237
11742 msgid "be more verbose"
11743 msgstr ""
11744
11745 #: parse-options.h:239
11746 msgid "be more quiet"
11747 msgstr ""
11748
11749 #: parse-options.h:245
11750 msgid "use <n> digits to display SHA-1s"
11751 msgstr ""
11752
11753 #: rerere.h:40
11754 msgid "update the index with reused conflict resolution if possible"
11755 msgstr ""
11756
11757 #: git-bisect.sh:54
11758 msgid "You need to start by \"git bisect start\""
11759 msgstr ""
11760
11761 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11762 #. translation. The program will only accept English input
11763 #. at this point.
11764 #: git-bisect.sh:60
11765 msgid "Do you want me to do it for you [Y/n]? "
11766 msgstr ""
11767
11768 #: git-bisect.sh:121
11769 #, sh-format
11770 msgid "unrecognised option: '$arg'"
11771 msgstr ""
11772
11773 #: git-bisect.sh:125
11774 #, sh-format
11775 msgid "'$arg' does not appear to be a valid revision"
11776 msgstr ""
11777
11778 #: git-bisect.sh:154
11779 msgid "Bad HEAD - I need a HEAD"
11780 msgstr ""
11781
11782 #: git-bisect.sh:167
11783 #, sh-format
11784 msgid ""
11785 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
11786 msgstr ""
11787
11788 #: git-bisect.sh:177
11789 msgid "won't bisect on cg-seek'ed tree"
11790 msgstr ""
11791
11792 #: git-bisect.sh:181
11793 msgid "Bad HEAD - strange symbolic ref"
11794 msgstr ""
11795
11796 #: git-bisect.sh:233
11797 #, sh-format
11798 msgid "Bad bisect_write argument: $state"
11799 msgstr ""
11800
11801 #: git-bisect.sh:262
11802 #, sh-format
11803 msgid "Bad rev input: $arg"
11804 msgstr ""
11805
11806 #: git-bisect.sh:281
11807 #, sh-format
11808 msgid "Bad rev input: $bisected_head"
11809 msgstr ""
11810
11811 #: git-bisect.sh:290
11812 #, sh-format
11813 msgid "Bad rev input: $rev"
11814 msgstr ""
11815
11816 #: git-bisect.sh:299
11817 #, sh-format
11818 msgid "'git bisect $TERM_BAD' can take only one argument."
11819 msgstr ""
11820
11821 #: git-bisect.sh:322
11822 #, sh-format
11823 msgid "Warning: bisecting only with a $TERM_BAD commit."
11824 msgstr ""
11825
11826 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11827 #. translation. The program will only accept English input
11828 #. at this point.
11829 #: git-bisect.sh:328
11830 msgid "Are you sure [Y/n]? "
11831 msgstr ""
11832
11833 #: git-bisect.sh:340
11834 #, sh-format
11835 msgid ""
11836 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
11837 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11838 msgstr ""
11839
11840 #: git-bisect.sh:343
11841 #, sh-format
11842 msgid ""
11843 "You need to start by \"git bisect start\".\n"
11844 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11845 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11846 msgstr ""
11847
11848 #: git-bisect.sh:414 git-bisect.sh:546
11849 msgid "We are not bisecting."
11850 msgstr ""
11851
11852 #: git-bisect.sh:421
11853 #, sh-format
11854 msgid "'$invalid' is not a valid commit"
11855 msgstr ""
11856
11857 #: git-bisect.sh:430
11858 #, sh-format
11859 msgid ""
11860 "Could not check out original HEAD '$branch'.\n"
11861 "Try 'git bisect reset <commit>'."
11862 msgstr ""
11863
11864 #: git-bisect.sh:458
11865 msgid "No logfile given"
11866 msgstr ""
11867
11868 #: git-bisect.sh:459
11869 #, sh-format
11870 msgid "cannot read $file for replaying"
11871 msgstr ""
11872
11873 #: git-bisect.sh:480
11874 msgid "?? what are you talking about?"
11875 msgstr ""
11876
11877 #: git-bisect.sh:492
11878 #, sh-format
11879 msgid "running $command"
11880 msgstr ""
11881
11882 #: git-bisect.sh:499
11883 #, sh-format
11884 msgid ""
11885 "bisect run failed:\n"
11886 "exit code $res from '$command' is < 0 or >= 128"
11887 msgstr ""
11888
11889 #: git-bisect.sh:525
11890 msgid "bisect run cannot continue any more"
11891 msgstr ""
11892
11893 #: git-bisect.sh:531
11894 #, sh-format
11895 msgid ""
11896 "bisect run failed:\n"
11897 "'bisect_state $state' exited with error code $res"
11898 msgstr ""
11899
11900 #: git-bisect.sh:538
11901 msgid "bisect run success"
11902 msgstr ""
11903
11904 #: git-bisect.sh:565
11905 msgid "please use two different terms"
11906 msgstr ""
11907
11908 #: git-bisect.sh:575
11909 #, sh-format
11910 msgid "'$term' is not a valid term"
11911 msgstr ""
11912
11913 #: git-bisect.sh:578
11914 #, sh-format
11915 msgid "can't use the builtin command '$term' as a term"
11916 msgstr ""
11917
11918 #: git-bisect.sh:587 git-bisect.sh:593
11919 #, sh-format
11920 msgid "can't change the meaning of term '$term'"
11921 msgstr ""
11922
11923 #: git-bisect.sh:606
11924 #, sh-format
11925 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11926 msgstr ""
11927
11928 #: git-bisect.sh:636
11929 msgid "no terms defined"
11930 msgstr ""
11931
11932 #: git-bisect.sh:653
11933 #, sh-format
11934 msgid ""
11935 "invalid argument $arg for 'git bisect terms'.\n"
11936 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
11937 msgstr ""
11938
11939 #: git-merge-octopus.sh:46
11940 msgid ""
11941 "Error: Your local changes to the following files would be overwritten by "
11942 "merge"
11943 msgstr ""
11944
11945 #: git-merge-octopus.sh:61
11946 msgid "Automated merge did not work."
11947 msgstr ""
11948
11949 #: git-merge-octopus.sh:62
11950 msgid "Should not be doing an Octopus."
11951 msgstr ""
11952
11953 #: git-merge-octopus.sh:73
11954 #, sh-format
11955 msgid "Unable to find common commit with $pretty_name"
11956 msgstr ""
11957
11958 #: git-merge-octopus.sh:77
11959 #, sh-format
11960 msgid "Already up-to-date with $pretty_name"
11961 msgstr ""
11962
11963 #: git-merge-octopus.sh:89
11964 #, sh-format
11965 msgid "Fast-forwarding to: $pretty_name"
11966 msgstr ""
11967
11968 #: git-merge-octopus.sh:97
11969 #, sh-format
11970 msgid "Trying simple merge with $pretty_name"
11971 msgstr ""
11972
11973 #: git-merge-octopus.sh:102
11974 msgid "Simple merge did not work, trying automatic merge."
11975 msgstr ""
11976
11977 #: git-rebase.sh:56
11978 msgid ""
11979 "When you have resolved this problem, run \"git rebase --continue\".\n"
11980 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11981 "To check out the original branch and stop rebasing, run \"git rebase --abort"
11982 "\"."
11983 msgstr ""
11984
11985 #: git-rebase.sh:156 git-rebase.sh:395
11986 #, sh-format
11987 msgid "Could not move back to $head_name"
11988 msgstr ""
11989
11990 #: git-rebase.sh:167
11991 msgid "Applied autostash."
11992 msgstr ""
11993
11994 #: git-rebase.sh:170
11995 #, sh-format
11996 msgid "Cannot store $stash_sha1"
11997 msgstr ""
11998
11999 #: git-rebase.sh:171
12000 msgid ""
12001 "Applying autostash resulted in conflicts.\n"
12002 "Your changes are safe in the stash.\n"
12003 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
12004 msgstr ""
12005
12006 #: git-rebase.sh:210
12007 msgid "The pre-rebase hook refused to rebase."
12008 msgstr ""
12009
12010 #: git-rebase.sh:215
12011 msgid "It looks like git-am is in progress. Cannot rebase."
12012 msgstr ""
12013
12014 #: git-rebase.sh:356
12015 msgid "No rebase in progress?"
12016 msgstr ""
12017
12018 #: git-rebase.sh:367
12019 msgid "The --edit-todo action can only be used during interactive rebase."
12020 msgstr ""
12021
12022 #: git-rebase.sh:374
12023 msgid "Cannot read HEAD"
12024 msgstr ""
12025
12026 #: git-rebase.sh:377
12027 msgid ""
12028 "You must edit all merge conflicts and then\n"
12029 "mark them as resolved using git add"
12030 msgstr ""
12031
12032 #: git-rebase.sh:414
12033 #, sh-format
12034 msgid ""
12035 "It seems that there is already a $state_dir_base directory, and\n"
12036 "I wonder if you are in the middle of another rebase.  If that is the\n"
12037 "case, please try\n"
12038 "\t$cmd_live_rebase\n"
12039 "If that is not the case, please\n"
12040 "\t$cmd_clear_stale_rebase\n"
12041 "and run me again.  I am stopping in case you still have something\n"
12042 "valuable there."
12043 msgstr ""
12044
12045 #: git-rebase.sh:465
12046 #, sh-format
12047 msgid "invalid upstream $upstream_name"
12048 msgstr ""
12049
12050 #: git-rebase.sh:489
12051 #, sh-format
12052 msgid "$onto_name: there are more than one merge bases"
12053 msgstr ""
12054
12055 #: git-rebase.sh:492 git-rebase.sh:496
12056 #, sh-format
12057 msgid "$onto_name: there is no merge base"
12058 msgstr ""
12059
12060 #: git-rebase.sh:501
12061 #, sh-format
12062 msgid "Does not point to a valid commit: $onto_name"
12063 msgstr ""
12064
12065 #: git-rebase.sh:524
12066 #, sh-format
12067 msgid "fatal: no such branch: $branch_name"
12068 msgstr ""
12069
12070 #: git-rebase.sh:557
12071 msgid "Cannot autostash"
12072 msgstr ""
12073
12074 #: git-rebase.sh:562
12075 #, sh-format
12076 msgid "Created autostash: $stash_abbrev"
12077 msgstr ""
12078
12079 #: git-rebase.sh:566
12080 msgid "Please commit or stash them."
12081 msgstr ""
12082
12083 #: git-rebase.sh:586
12084 #, sh-format
12085 msgid "Current branch $branch_name is up to date."
12086 msgstr ""
12087
12088 #: git-rebase.sh:590
12089 #, sh-format
12090 msgid "Current branch $branch_name is up to date, rebase forced."
12091 msgstr ""
12092
12093 #: git-rebase.sh:601
12094 #, sh-format
12095 msgid "Changes from $mb to $onto:"
12096 msgstr ""
12097
12098 #: git-rebase.sh:610
12099 msgid "First, rewinding head to replay your work on top of it..."
12100 msgstr ""
12101
12102 #: git-rebase.sh:620
12103 #, sh-format
12104 msgid "Fast-forwarded $branch_name to $onto_name."
12105 msgstr ""
12106
12107 #: git-stash.sh:50
12108 msgid "git stash clear with parameters is unimplemented"
12109 msgstr ""
12110
12111 #: git-stash.sh:73
12112 msgid "You do not have the initial commit yet"
12113 msgstr ""
12114
12115 #: git-stash.sh:88
12116 msgid "Cannot save the current index state"
12117 msgstr ""
12118
12119 #: git-stash.sh:123 git-stash.sh:136
12120 msgid "Cannot save the current worktree state"
12121 msgstr ""
12122
12123 #: git-stash.sh:140
12124 msgid "No changes selected"
12125 msgstr ""
12126
12127 #: git-stash.sh:143
12128 msgid "Cannot remove temporary index (can't happen)"
12129 msgstr ""
12130
12131 #: git-stash.sh:156
12132 msgid "Cannot record working tree state"
12133 msgstr ""
12134
12135 #: git-stash.sh:188
12136 #, sh-format
12137 msgid "Cannot update $ref_stash with $w_commit"
12138 msgstr ""
12139
12140 #. TRANSLATORS: $option is an invalid option, like
12141 #. `--blah-blah'. The 7 spaces at the beginning of the
12142 #. second line correspond to "error: ". So you should line
12143 #. up the second line with however many characters the
12144 #. translation of "error: " takes in your language. E.g. in
12145 #. English this is:
12146 #.
12147 #. $ git stash save --blah-blah 2>&1 | head -n 2
12148 #. error: unknown option for 'stash save': --blah-blah
12149 #. To provide a message, use git stash save -- '--blah-blah'
12150 #: git-stash.sh:238
12151 #, sh-format
12152 msgid ""
12153 "error: unknown option for 'stash save': $option\n"
12154 "       To provide a message, use git stash save -- '$option'"
12155 msgstr ""
12156
12157 #: git-stash.sh:259
12158 msgid "No local changes to save"
12159 msgstr ""
12160
12161 #: git-stash.sh:263
12162 msgid "Cannot initialize stash"
12163 msgstr ""
12164
12165 #: git-stash.sh:267
12166 msgid "Cannot save the current status"
12167 msgstr ""
12168
12169 #: git-stash.sh:268
12170 #, sh-format
12171 msgid "Saved working directory and index state $stash_msg"
12172 msgstr ""
12173
12174 #: git-stash.sh:285
12175 msgid "Cannot remove worktree changes"
12176 msgstr ""
12177
12178 #: git-stash.sh:404
12179 #, sh-format
12180 msgid "unknown option: $opt"
12181 msgstr ""
12182
12183 #: git-stash.sh:414
12184 msgid "No stash found."
12185 msgstr ""
12186
12187 #: git-stash.sh:421
12188 #, sh-format
12189 msgid "Too many revisions specified: $REV"
12190 msgstr ""
12191
12192 #: git-stash.sh:427
12193 #, sh-format
12194 msgid "$reference is not a valid reference"
12195 msgstr ""
12196
12197 #: git-stash.sh:455
12198 #, sh-format
12199 msgid "'$args' is not a stash-like commit"
12200 msgstr ""
12201
12202 #: git-stash.sh:466
12203 #, sh-format
12204 msgid "'$args' is not a stash reference"
12205 msgstr ""
12206
12207 #: git-stash.sh:474
12208 msgid "unable to refresh index"
12209 msgstr ""
12210
12211 #: git-stash.sh:478
12212 msgid "Cannot apply a stash in the middle of a merge"
12213 msgstr ""
12214
12215 #: git-stash.sh:486
12216 msgid "Conflicts in index. Try without --index."
12217 msgstr ""
12218
12219 #: git-stash.sh:488
12220 msgid "Could not save index tree"
12221 msgstr ""
12222
12223 #: git-stash.sh:522
12224 msgid "Cannot unstage modified files"
12225 msgstr ""
12226
12227 #: git-stash.sh:537
12228 msgid "Index was not unstashed."
12229 msgstr ""
12230
12231 #: git-stash.sh:551
12232 msgid "The stash is kept in case you need it again."
12233 msgstr ""
12234
12235 #: git-stash.sh:560
12236 #, sh-format
12237 msgid "Dropped ${REV} ($s)"
12238 msgstr ""
12239
12240 #: git-stash.sh:561
12241 #, sh-format
12242 msgid "${REV}: Could not drop stash entry"
12243 msgstr ""
12244
12245 #: git-stash.sh:569
12246 msgid "No branch name specified"
12247 msgstr ""
12248
12249 #: git-stash.sh:641
12250 msgid "(To restore them type \"git stash apply\")"
12251 msgstr ""
12252
12253 #: git-submodule.sh:183
12254 msgid "Relative path can only be used from the toplevel of the working tree"
12255 msgstr ""
12256
12257 #: git-submodule.sh:193
12258 #, sh-format
12259 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
12260 msgstr ""
12261
12262 #: git-submodule.sh:210
12263 #, sh-format
12264 msgid "'$sm_path' already exists in the index"
12265 msgstr ""
12266
12267 #: git-submodule.sh:214
12268 #, sh-format
12269 msgid ""
12270 "The following path is ignored by one of your .gitignore files:\n"
12271 "$sm_path\n"
12272 "Use -f if you really want to add it."
12273 msgstr ""
12274
12275 #: git-submodule.sh:232
12276 #, sh-format
12277 msgid "Adding existing repo at '$sm_path' to the index"
12278 msgstr ""
12279
12280 #: git-submodule.sh:234
12281 #, sh-format
12282 msgid "'$sm_path' already exists and is not a valid git repo"
12283 msgstr ""
12284
12285 #: git-submodule.sh:242
12286 #, sh-format
12287 msgid "A git directory for '$sm_name' is found locally with remote(s):"
12288 msgstr ""
12289
12290 #: git-submodule.sh:244
12291 #, sh-format
12292 msgid ""
12293 "If you want to reuse this local git directory instead of cloning again from\n"
12294 "  $realrepo\n"
12295 "use the '--force' option. If the local git directory is not the correct "
12296 "repo\n"
12297 "or you are unsure what this means choose another name with the '--name' "
12298 "option."
12299 msgstr ""
12300
12301 #: git-submodule.sh:250
12302 #, sh-format
12303 msgid "Reactivating local git directory for submodule '$sm_name'."
12304 msgstr ""
12305
12306 #: git-submodule.sh:262
12307 #, sh-format
12308 msgid "Unable to checkout submodule '$sm_path'"
12309 msgstr ""
12310
12311 #: git-submodule.sh:267
12312 #, sh-format
12313 msgid "Failed to add submodule '$sm_path'"
12314 msgstr ""
12315
12316 #: git-submodule.sh:276
12317 #, sh-format
12318 msgid "Failed to register submodule '$sm_path'"
12319 msgstr ""
12320
12321 #: git-submodule.sh:323
12322 #, sh-format
12323 msgid "Entering '$displaypath'"
12324 msgstr ""
12325
12326 #: git-submodule.sh:343
12327 #, sh-format
12328 msgid "Stopping at '$displaypath'; script returned non-zero status."
12329 msgstr ""
12330
12331 #: git-submodule.sh:414
12332 #, sh-format
12333 msgid "pathspec and --all are incompatible"
12334 msgstr ""
12335
12336 #: git-submodule.sh:419
12337 #, sh-format
12338 msgid "Use '--all' if you really want to deinitialize all submodules"
12339 msgstr ""
12340
12341 #: git-submodule.sh:439
12342 #, sh-format
12343 msgid ""
12344 "Submodule work tree '$displaypath' contains a .git directory\n"
12345 "(use 'rm -rf' if you really want to remove it including all of its history)"
12346 msgstr ""
12347
12348 #: git-submodule.sh:447
12349 #, sh-format
12350 msgid ""
12351 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
12352 "discard them"
12353 msgstr ""
12354
12355 #: git-submodule.sh:450
12356 #, sh-format
12357 msgid "Cleared directory '$displaypath'"
12358 msgstr ""
12359
12360 #: git-submodule.sh:451
12361 #, sh-format
12362 msgid "Could not remove submodule work tree '$displaypath'"
12363 msgstr ""
12364
12365 #: git-submodule.sh:454
12366 #, sh-format
12367 msgid "Could not create empty submodule directory '$displaypath'"
12368 msgstr ""
12369
12370 #: git-submodule.sh:463
12371 #, sh-format
12372 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
12373 msgstr ""
12374
12375 #: git-submodule.sh:612
12376 #, sh-format
12377 msgid "Unable to find current revision in submodule path '$displaypath'"
12378 msgstr ""
12379
12380 #: git-submodule.sh:622
12381 #, sh-format
12382 msgid "Unable to fetch in submodule path '$sm_path'"
12383 msgstr ""
12384
12385 #: git-submodule.sh:627
12386 #, sh-format
12387 msgid ""
12388 "Unable to find current ${remote_name}/${branch} revision in submodule path "
12389 "'$sm_path'"
12390 msgstr ""
12391
12392 #: git-submodule.sh:645
12393 #, sh-format
12394 msgid "Unable to fetch in submodule path '$displaypath'"
12395 msgstr ""
12396
12397 #: git-submodule.sh:651
12398 #, sh-format
12399 msgid ""
12400 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
12401 "Direct fetching of that commit failed."
12402 msgstr ""
12403
12404 #: git-submodule.sh:658
12405 #, sh-format
12406 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
12407 msgstr ""
12408
12409 #: git-submodule.sh:659
12410 #, sh-format
12411 msgid "Submodule path '$displaypath': checked out '$sha1'"
12412 msgstr ""
12413
12414 #: git-submodule.sh:663
12415 #, sh-format
12416 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
12417 msgstr ""
12418
12419 #: git-submodule.sh:664
12420 #, sh-format
12421 msgid "Submodule path '$displaypath': rebased into '$sha1'"
12422 msgstr ""
12423
12424 #: git-submodule.sh:669
12425 #, sh-format
12426 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
12427 msgstr ""
12428
12429 #: git-submodule.sh:670
12430 #, sh-format
12431 msgid "Submodule path '$displaypath': merged in '$sha1'"
12432 msgstr ""
12433
12434 #: git-submodule.sh:675
12435 #, sh-format
12436 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
12437 msgstr ""
12438
12439 #: git-submodule.sh:676
12440 #, sh-format
12441 msgid "Submodule path '$displaypath': '$command $sha1'"
12442 msgstr ""
12443
12444 #: git-submodule.sh:707
12445 #, sh-format
12446 msgid "Failed to recurse into submodule path '$displaypath'"
12447 msgstr ""
12448
12449 #: git-submodule.sh:815
12450 msgid "The --cached option cannot be used with the --files option"
12451 msgstr ""
12452
12453 #: git-submodule.sh:867
12454 #, sh-format
12455 msgid "unexpected mode $mod_dst"
12456 msgstr ""
12457
12458 #: git-submodule.sh:887
12459 #, sh-format
12460 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
12461 msgstr ""
12462
12463 #: git-submodule.sh:890
12464 #, sh-format
12465 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
12466 msgstr ""
12467
12468 #: git-submodule.sh:893
12469 #, sh-format
12470 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
12471 msgstr ""
12472
12473 #: git-submodule.sh:918
12474 msgid "blob"
12475 msgstr ""
12476
12477 #: git-submodule.sh:1040
12478 #, sh-format
12479 msgid "Failed to recurse into submodule path '$sm_path'"
12480 msgstr ""
12481
12482 #: git-submodule.sh:1107
12483 #, sh-format
12484 msgid "Synchronizing submodule url for '$displaypath'"
12485 msgstr ""
12486
12487 #: git-parse-remote.sh:89
12488 #, sh-format
12489 msgid "See git-${cmd}(1) for details."
12490 msgstr ""
12491
12492 #: git-rebase--interactive.sh:131
12493 #, sh-format
12494 msgid "Rebasing ($new_count/$total)"
12495 msgstr ""
12496
12497 #: git-rebase--interactive.sh:147
12498 msgid ""
12499 "\n"
12500 "Commands:\n"
12501 " p, pick = use commit\n"
12502 " r, reword = use commit, but edit the commit message\n"
12503 " e, edit = use commit, but stop for amending\n"
12504 " s, squash = use commit, but meld into previous commit\n"
12505 " f, fixup = like \"squash\", but discard this commit's log message\n"
12506 " x, exec = run command (the rest of the line) using shell\n"
12507 " d, drop = remove commit\n"
12508 "\n"
12509 "These lines can be re-ordered; they are executed from top to bottom.\n"
12510 msgstr ""
12511
12512 #: git-rebase--interactive.sh:162
12513 msgid ""
12514 "\n"
12515 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
12516 msgstr ""
12517
12518 #: git-rebase--interactive.sh:166
12519 msgid ""
12520 "\n"
12521 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
12522 msgstr ""
12523
12524 #: git-rebase--interactive.sh:202
12525 #, sh-format
12526 msgid ""
12527 "You can amend the commit now, with\n"
12528 "\n"
12529 "\tgit commit --amend $gpg_sign_opt_quoted\n"
12530 "\n"
12531 "Once you are satisfied with your changes, run\n"
12532 "\n"
12533 "\tgit rebase --continue"
12534 msgstr ""
12535
12536 #: git-rebase--interactive.sh:227
12537 #, sh-format
12538 msgid "$sha1: not a commit that can be picked"
12539 msgstr ""
12540
12541 #: git-rebase--interactive.sh:266
12542 #, sh-format
12543 msgid "Invalid commit name: $sha1"
12544 msgstr ""
12545
12546 #: git-rebase--interactive.sh:308
12547 msgid "Cannot write current commit's replacement sha1"
12548 msgstr ""
12549
12550 #: git-rebase--interactive.sh:360
12551 #, sh-format
12552 msgid "Fast-forward to $sha1"
12553 msgstr ""
12554
12555 #: git-rebase--interactive.sh:362
12556 #, sh-format
12557 msgid "Cannot fast-forward to $sha1"
12558 msgstr ""
12559
12560 #: git-rebase--interactive.sh:371
12561 #, sh-format
12562 msgid "Cannot move HEAD to $first_parent"
12563 msgstr ""
12564
12565 #: git-rebase--interactive.sh:376
12566 #, sh-format
12567 msgid "Refusing to squash a merge: $sha1"
12568 msgstr ""
12569
12570 #: git-rebase--interactive.sh:390
12571 #, sh-format
12572 msgid "Error redoing merge $sha1"
12573 msgstr ""
12574
12575 #: git-rebase--interactive.sh:398
12576 #, sh-format
12577 msgid "Could not pick $sha1"
12578 msgstr ""
12579
12580 #: git-rebase--interactive.sh:407
12581 #, sh-format
12582 msgid "This is the commit message #${n}:"
12583 msgstr ""
12584
12585 #: git-rebase--interactive.sh:412
12586 #, sh-format
12587 msgid "The commit message #${n} will be skipped:"
12588 msgstr ""
12589
12590 #: git-rebase--interactive.sh:423
12591 #, sh-format
12592 msgid "This is a combination of $count commit."
12593 msgid_plural "This is a combination of $count commits."
12594 msgstr[0] ""
12595 msgstr[1] ""
12596
12597 #: git-rebase--interactive.sh:431
12598 #, sh-format
12599 msgid "Cannot write $fixup_msg"
12600 msgstr ""
12601
12602 #: git-rebase--interactive.sh:434
12603 msgid "This is a combination of 2 commits."
12604 msgstr ""
12605
12606 #: git-rebase--interactive.sh:435
12607 msgid "This is the 1st commit message:"
12608 msgstr ""
12609
12610 #: git-rebase--interactive.sh:475 git-rebase--interactive.sh:518
12611 #: git-rebase--interactive.sh:521
12612 #, sh-format
12613 msgid "Could not apply $sha1... $rest"
12614 msgstr ""
12615
12616 #: git-rebase--interactive.sh:549
12617 #, sh-format
12618 msgid ""
12619 "Could not amend commit after successfully picking $sha1... $rest\n"
12620 "This is most likely due to an empty commit message, or the pre-commit hook\n"
12621 "failed. If the pre-commit hook failed, you may need to resolve the issue "
12622 "before\n"
12623 "you are able to reword the commit."
12624 msgstr ""
12625
12626 #: git-rebase--interactive.sh:564
12627 #, sh-format
12628 msgid "Stopped at $sha1_abbrev... $rest"
12629 msgstr ""
12630
12631 #: git-rebase--interactive.sh:579
12632 #, sh-format
12633 msgid "Cannot '$squash_style' without a previous commit"
12634 msgstr ""
12635
12636 #: git-rebase--interactive.sh:621
12637 #, sh-format
12638 msgid "Executing: $rest"
12639 msgstr ""
12640
12641 #: git-rebase--interactive.sh:629
12642 #, sh-format
12643 msgid "Execution failed: $rest"
12644 msgstr ""
12645
12646 #: git-rebase--interactive.sh:631
12647 msgid "and made changes to the index and/or the working tree"
12648 msgstr ""
12649
12650 #: git-rebase--interactive.sh:633
12651 msgid ""
12652 "You can fix the problem, and then run\n"
12653 "\n"
12654 "\tgit rebase --continue"
12655 msgstr ""
12656
12657 #. TRANSLATORS: after these lines is a command to be issued by the user
12658 #: git-rebase--interactive.sh:646
12659 #, sh-format
12660 msgid ""
12661 "Execution succeeded: $rest\n"
12662 "but left changes to the index and/or the working tree\n"
12663 "Commit or stash your changes, and then run\n"
12664 "\n"
12665 "\tgit rebase --continue"
12666 msgstr ""
12667
12668 #: git-rebase--interactive.sh:657
12669 #, sh-format
12670 msgid "Unknown command: $command $sha1 $rest"
12671 msgstr ""
12672
12673 #: git-rebase--interactive.sh:658
12674 msgid "Please fix this using 'git rebase --edit-todo'."
12675 msgstr ""
12676
12677 #: git-rebase--interactive.sh:693
12678 #, sh-format
12679 msgid "Successfully rebased and updated $head_name."
12680 msgstr ""
12681
12682 #: git-rebase--interactive.sh:740
12683 msgid "Could not skip unnecessary pick commands"
12684 msgstr ""
12685
12686 #: git-rebase--interactive.sh:898
12687 #, sh-format
12688 msgid ""
12689 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
12690 " - $line"
12691 msgstr ""
12692
12693 #: git-rebase--interactive.sh:931
12694 #, sh-format
12695 msgid ""
12696 "Warning: the command isn't recognized in the following line:\n"
12697 " - $line"
12698 msgstr ""
12699
12700 #: git-rebase--interactive.sh:970
12701 msgid "could not detach HEAD"
12702 msgstr ""
12703
12704 #: git-rebase--interactive.sh:1008
12705 msgid ""
12706 "Warning: some commits may have been dropped accidentally.\n"
12707 "Dropped commits (newer to older):"
12708 msgstr ""
12709
12710 #: git-rebase--interactive.sh:1016
12711 msgid ""
12712 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
12713 "\n"
12714 "Use 'git config rebase.missingCommitsCheck' to change the level of "
12715 "warnings.\n"
12716 "The possible behaviours are: ignore, warn, error."
12717 msgstr ""
12718
12719 #: git-rebase--interactive.sh:1027
12720 #, sh-format
12721 msgid ""
12722 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
12723 "Ignoring."
12724 msgstr ""
12725
12726 #: git-rebase--interactive.sh:1044
12727 msgid "You can fix this with 'git rebase --edit-todo'."
12728 msgstr ""
12729
12730 #: git-rebase--interactive.sh:1045
12731 msgid "Or you can abort the rebase with 'git rebase --abort'."
12732 msgstr ""
12733
12734 #: git-rebase--interactive.sh:1069
12735 msgid "Could not remove CHERRY_PICK_HEAD"
12736 msgstr ""
12737
12738 #: git-rebase--interactive.sh:1074
12739 #, sh-format
12740 msgid ""
12741 "You have staged changes in your working tree.\n"
12742 "If these changes are meant to be\n"
12743 "squashed into the previous commit, run:\n"
12744 "\n"
12745 "  git commit --amend $gpg_sign_opt_quoted\n"
12746 "\n"
12747 "If they are meant to go into a new commit, run:\n"
12748 "\n"
12749 "  git commit $gpg_sign_opt_quoted\n"
12750 "\n"
12751 "In both case, once you're done, continue with:\n"
12752 "\n"
12753 "  git rebase --continue\n"
12754 msgstr ""
12755
12756 #: git-rebase--interactive.sh:1091
12757 msgid "Error trying to find the author identity to amend commit"
12758 msgstr ""
12759
12760 #: git-rebase--interactive.sh:1096
12761 msgid ""
12762 "You have uncommitted changes in your working tree. Please commit them\n"
12763 "first and then run 'git rebase --continue' again."
12764 msgstr ""
12765
12766 #: git-rebase--interactive.sh:1101 git-rebase--interactive.sh:1105
12767 msgid "Could not commit staged changes."
12768 msgstr ""
12769
12770 #: git-rebase--interactive.sh:1129
12771 msgid ""
12772 "\n"
12773 "You are editing the todo file of an ongoing interactive rebase.\n"
12774 "To continue rebase after editing, run:\n"
12775 "    git rebase --continue\n"
12776 "\n"
12777 msgstr ""
12778
12779 #: git-rebase--interactive.sh:1137 git-rebase--interactive.sh:1298
12780 msgid "Could not execute editor"
12781 msgstr ""
12782
12783 #: git-rebase--interactive.sh:1145
12784 msgid "You need to set your committer info first"
12785 msgstr ""
12786
12787 #: git-rebase--interactive.sh:1153
12788 #, sh-format
12789 msgid "Could not checkout $switch_to"
12790 msgstr ""
12791
12792 #: git-rebase--interactive.sh:1158
12793 msgid "No HEAD?"
12794 msgstr ""
12795
12796 #: git-rebase--interactive.sh:1159
12797 #, sh-format
12798 msgid "Could not create temporary $state_dir"
12799 msgstr ""
12800
12801 #: git-rebase--interactive.sh:1161
12802 msgid "Could not mark as interactive"
12803 msgstr ""
12804
12805 #: git-rebase--interactive.sh:1171 git-rebase--interactive.sh:1176
12806 msgid "Could not init rewritten commits"
12807 msgstr ""
12808
12809 #: git-rebase--interactive.sh:1276
12810 #, sh-format
12811 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
12812 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
12813 msgstr[0] ""
12814 msgstr[1] ""
12815
12816 #: git-rebase--interactive.sh:1281
12817 msgid ""
12818 "\n"
12819 "However, if you remove everything, the rebase will be aborted.\n"
12820 "\n"
12821 msgstr ""
12822
12823 #: git-rebase--interactive.sh:1288
12824 msgid "Note that empty commits are commented out"
12825 msgstr ""
12826
12827 #: git-sh-setup.sh:89 git-sh-setup.sh:94
12828 #, sh-format
12829 msgid "usage: $dashless $USAGE"
12830 msgstr ""
12831
12832 #: git-sh-setup.sh:190
12833 #, sh-format
12834 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
12835 msgstr ""
12836
12837 #: git-sh-setup.sh:199 git-sh-setup.sh:206
12838 #, sh-format
12839 msgid "fatal: $program_name cannot be used without a working tree."
12840 msgstr ""
12841
12842 #: git-sh-setup.sh:220
12843 msgid "Cannot rebase: You have unstaged changes."
12844 msgstr ""
12845
12846 #: git-sh-setup.sh:223
12847 msgid "Cannot rewrite branches: You have unstaged changes."
12848 msgstr ""
12849
12850 #: git-sh-setup.sh:229
12851 #, sh-format
12852 msgid "Cannot $action: You have unstaged changes."
12853 msgstr ""
12854
12855 #: git-sh-setup.sh:242
12856 msgid "Cannot rebase: Your index contains uncommitted changes."
12857 msgstr ""
12858
12859 #: git-sh-setup.sh:248
12860 #, sh-format
12861 msgid "Cannot $action: Your index contains uncommitted changes."
12862 msgstr ""
12863
12864 #: git-sh-setup.sh:372
12865 msgid "You need to run this command from the toplevel of the working tree."
12866 msgstr ""
12867
12868 #: git-sh-setup.sh:377
12869 msgid "Unable to determine absolute path of git directory"
12870 msgstr ""