Imported Upstream version 2.13.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: 2017-05-05 09:35+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:1185
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 #: apply.c:57
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:73
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
98
99 #: apply.c:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:845
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:854
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:938
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:977
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:983
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:984
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:990
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:1488
155 #, c-format
156 msgid "recount: unexpected line: %.*s"
157 msgstr ""
158
159 #: apply.c:1557
160 #, c-format
161 msgid "patch fragment without header at line %d: %.*s"
162 msgstr ""
163
164 #: apply.c:1577
165 #, c-format
166 msgid ""
167 "git diff header lacks filename information when removing %d leading pathname "
168 "component (line %d)"
169 msgid_plural ""
170 "git diff header lacks filename information when removing %d leading pathname "
171 "components (line %d)"
172 msgstr[0] ""
173 msgstr[1] ""
174
175 #: apply.c:1589
176 #, c-format
177 msgid "git diff header lacks filename information (line %d)"
178 msgstr ""
179
180 #: apply.c:1759
181 msgid "new file depends on old contents"
182 msgstr ""
183
184 #: apply.c:1761
185 msgid "deleted file still has contents"
186 msgstr ""
187
188 #: apply.c:1795
189 #, c-format
190 msgid "corrupt patch at line %d"
191 msgstr ""
192
193 #: apply.c:1832
194 #, c-format
195 msgid "new file %s depends on old contents"
196 msgstr ""
197
198 #: apply.c:1834
199 #, c-format
200 msgid "deleted file %s still has contents"
201 msgstr ""
202
203 #: apply.c:1837
204 #, c-format
205 msgid "** warning: file %s becomes empty but is not deleted"
206 msgstr ""
207
208 #: apply.c:1984
209 #, c-format
210 msgid "corrupt binary patch at line %d: %.*s"
211 msgstr ""
212
213 #: apply.c:2021
214 #, c-format
215 msgid "unrecognized binary patch at line %d"
216 msgstr ""
217
218 #: apply.c:2182
219 #, c-format
220 msgid "patch with only garbage at line %d"
221 msgstr ""
222
223 #: apply.c:2265
224 #, c-format
225 msgid "unable to read symlink %s"
226 msgstr ""
227
228 #: apply.c:2269
229 #, c-format
230 msgid "unable to open or read %s"
231 msgstr ""
232
233 #: apply.c:2922
234 #, c-format
235 msgid "invalid start of line: '%c'"
236 msgstr ""
237
238 #: apply.c:3041
239 #, c-format
240 msgid "Hunk #%d succeeded at %d (offset %d line)."
241 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
242 msgstr[0] ""
243 msgstr[1] ""
244
245 #: apply.c:3053
246 #, c-format
247 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
248 msgstr ""
249
250 #: apply.c:3059
251 #, c-format
252 msgid ""
253 "while searching for:\n"
254 "%.*s"
255 msgstr ""
256
257 #: apply.c:3081
258 #, c-format
259 msgid "missing binary patch data for '%s'"
260 msgstr ""
261
262 #: apply.c:3089
263 #, c-format
264 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
265 msgstr ""
266
267 #: apply.c:3135
268 #, c-format
269 msgid "cannot apply binary patch to '%s' without full index line"
270 msgstr ""
271
272 #: apply.c:3145
273 #, c-format
274 msgid ""
275 "the patch applies to '%s' (%s), which does not match the current contents."
276 msgstr ""
277
278 #: apply.c:3153
279 #, c-format
280 msgid "the patch applies to an empty '%s' but it is not empty"
281 msgstr ""
282
283 #: apply.c:3171
284 #, c-format
285 msgid "the necessary postimage %s for '%s' cannot be read"
286 msgstr ""
287
288 #: apply.c:3184
289 #, c-format
290 msgid "binary patch does not apply to '%s'"
291 msgstr ""
292
293 #: apply.c:3190
294 #, c-format
295 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
296 msgstr ""
297
298 #: apply.c:3211
299 #, c-format
300 msgid "patch failed: %s:%ld"
301 msgstr ""
302
303 #: apply.c:3333
304 #, c-format
305 msgid "cannot checkout %s"
306 msgstr ""
307
308 #: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
309 #, c-format
310 msgid "failed to read %s"
311 msgstr ""
312
313 #: apply.c:3389
314 #, c-format
315 msgid "reading from '%s' beyond a symbolic link"
316 msgstr ""
317
318 #: apply.c:3418 apply.c:3658
319 #, c-format
320 msgid "path %s has been renamed/deleted"
321 msgstr ""
322
323 #: apply.c:3501 apply.c:3672
324 #, c-format
325 msgid "%s: does not exist in index"
326 msgstr ""
327
328 #: apply.c:3510 apply.c:3680
329 #, c-format
330 msgid "%s: does not match index"
331 msgstr ""
332
333 #: apply.c:3545
334 msgid "repository lacks the necessary blob to fall back on 3-way merge."
335 msgstr ""
336
337 #: apply.c:3548
338 #, c-format
339 msgid "Falling back to three-way merge...\n"
340 msgstr ""
341
342 #: apply.c:3564 apply.c:3568
343 #, c-format
344 msgid "cannot read the current contents of '%s'"
345 msgstr ""
346
347 #: apply.c:3580
348 #, c-format
349 msgid "Failed to fall back on three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3594
353 #, c-format
354 msgid "Applied patch to '%s' with conflicts.\n"
355 msgstr ""
356
357 #: apply.c:3599
358 #, c-format
359 msgid "Applied patch to '%s' cleanly.\n"
360 msgstr ""
361
362 #: apply.c:3625
363 msgid "removal patch leaves file contents"
364 msgstr ""
365
366 #: apply.c:3697
367 #, c-format
368 msgid "%s: wrong type"
369 msgstr ""
370
371 #: apply.c:3699
372 #, c-format
373 msgid "%s has type %o, expected %o"
374 msgstr ""
375
376 #: apply.c:3850 apply.c:3852
377 #, c-format
378 msgid "invalid path '%s'"
379 msgstr ""
380
381 #: apply.c:3908
382 #, c-format
383 msgid "%s: already exists in index"
384 msgstr ""
385
386 #: apply.c:3911
387 #, c-format
388 msgid "%s: already exists in working directory"
389 msgstr ""
390
391 #: apply.c:3931
392 #, c-format
393 msgid "new mode (%o) of %s does not match old mode (%o)"
394 msgstr ""
395
396 #: apply.c:3936
397 #, c-format
398 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
399 msgstr ""
400
401 #: apply.c:3956
402 #, c-format
403 msgid "affected file '%s' is beyond a symbolic link"
404 msgstr ""
405
406 #: apply.c:3960
407 #, c-format
408 msgid "%s: patch does not apply"
409 msgstr ""
410
411 #: apply.c:3975
412 #, c-format
413 msgid "Checking patch %s..."
414 msgstr ""
415
416 #: apply.c:4066
417 #, c-format
418 msgid "sha1 information is lacking or useless for submodule %s"
419 msgstr ""
420
421 #: apply.c:4073
422 #, c-format
423 msgid "mode change for %s, which is not in current HEAD"
424 msgstr ""
425
426 #: apply.c:4076
427 #, c-format
428 msgid "sha1 information is lacking or useless (%s)."
429 msgstr ""
430
431 #: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
432 #, c-format
433 msgid "make_cache_entry failed for path '%s'"
434 msgstr ""
435
436 #: apply.c:4085
437 #, c-format
438 msgid "could not add %s to temporary index"
439 msgstr ""
440
441 #: apply.c:4095
442 #, c-format
443 msgid "could not write temporary index to %s"
444 msgstr ""
445
446 #: apply.c:4233
447 #, c-format
448 msgid "unable to remove %s from index"
449 msgstr ""
450
451 #: apply.c:4268
452 #, c-format
453 msgid "corrupt patch for submodule %s"
454 msgstr ""
455
456 #: apply.c:4274
457 #, c-format
458 msgid "unable to stat newly created file '%s'"
459 msgstr ""
460
461 #: apply.c:4282
462 #, c-format
463 msgid "unable to create backing store for newly created file %s"
464 msgstr ""
465
466 #: apply.c:4288 apply.c:4432
467 #, c-format
468 msgid "unable to add cache entry for %s"
469 msgstr ""
470
471 #: apply.c:4329
472 #, c-format
473 msgid "failed to write to '%s'"
474 msgstr ""
475
476 #: apply.c:4333
477 #, c-format
478 msgid "closing file '%s'"
479 msgstr ""
480
481 #: apply.c:4403
482 #, c-format
483 msgid "unable to write file '%s' mode %o"
484 msgstr ""
485
486 #: apply.c:4501
487 #, c-format
488 msgid "Applied patch %s cleanly."
489 msgstr ""
490
491 #: apply.c:4509
492 msgid "internal error"
493 msgstr ""
494
495 #: apply.c:4512
496 #, c-format
497 msgid "Applying patch %%s with %d reject..."
498 msgid_plural "Applying patch %%s with %d rejects..."
499 msgstr[0] ""
500 msgstr[1] ""
501
502 #: apply.c:4523
503 #, c-format
504 msgid "truncating .rej filename to %.*s.rej"
505 msgstr ""
506
507 #: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
508 #, c-format
509 msgid "cannot open %s"
510 msgstr ""
511
512 #: apply.c:4545
513 #, c-format
514 msgid "Hunk #%d applied cleanly."
515 msgstr ""
516
517 #: apply.c:4549
518 #, c-format
519 msgid "Rejected hunk #%d."
520 msgstr ""
521
522 #: apply.c:4659
523 #, c-format
524 msgid "Skipped patch '%s'."
525 msgstr ""
526
527 #: apply.c:4667
528 msgid "unrecognized input"
529 msgstr ""
530
531 #: apply.c:4686
532 msgid "unable to read index file"
533 msgstr ""
534
535 #: apply.c:4823
536 #, c-format
537 msgid "can't open patch '%s': %s"
538 msgstr ""
539
540 #: apply.c:4850
541 #, c-format
542 msgid "squelched %d whitespace error"
543 msgid_plural "squelched %d whitespace errors"
544 msgstr[0] ""
545 msgstr[1] ""
546
547 #: apply.c:4856 apply.c:4871
548 #, c-format
549 msgid "%d line adds whitespace errors."
550 msgid_plural "%d lines add whitespace errors."
551 msgstr[0] ""
552 msgstr[1] ""
553
554 #: apply.c:4864
555 #, c-format
556 msgid "%d line applied after fixing whitespace errors."
557 msgid_plural "%d lines applied after fixing whitespace errors."
558 msgstr[0] ""
559 msgstr[1] ""
560
561 #: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
562 msgid "Unable to write new index file"
563 msgstr ""
564
565 #: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279
566 #: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
567 #: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
568 #: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
569 #: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
570 #: git-add--interactive.perl:239
571 msgid "path"
572 msgstr ""
573
574 #: apply.c:4912
575 msgid "don't apply changes matching the given path"
576 msgstr ""
577
578 #: apply.c:4915
579 msgid "apply changes matching the given path"
580 msgstr ""
581
582 #: apply.c:4917 builtin/am.c:2285
583 msgid "num"
584 msgstr ""
585
586 #: apply.c:4918
587 msgid "remove <num> leading slashes from traditional diff paths"
588 msgstr ""
589
590 #: apply.c:4921
591 msgid "ignore additions made by the patch"
592 msgstr ""
593
594 #: apply.c:4923
595 msgid "instead of applying the patch, output diffstat for the input"
596 msgstr ""
597
598 #: apply.c:4927
599 msgid "show number of added and deleted lines in decimal notation"
600 msgstr ""
601
602 #: apply.c:4929
603 msgid "instead of applying the patch, output a summary for the input"
604 msgstr ""
605
606 #: apply.c:4931
607 msgid "instead of applying the patch, see if the patch is applicable"
608 msgstr ""
609
610 #: apply.c:4933
611 msgid "make sure the patch is applicable to the current index"
612 msgstr ""
613
614 #: apply.c:4935
615 msgid "apply a patch without touching the working tree"
616 msgstr ""
617
618 #: apply.c:4937
619 msgid "accept a patch that touches outside the working area"
620 msgstr ""
621
622 #: apply.c:4939
623 msgid "also apply the patch (use with --stat/--summary/--check)"
624 msgstr ""
625
626 #: apply.c:4941
627 msgid "attempt three-way merge if a patch does not apply"
628 msgstr ""
629
630 #: apply.c:4943
631 msgid "build a temporary index based on embedded index information"
632 msgstr ""
633
634 #: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
635 msgid "paths are separated with NUL character"
636 msgstr ""
637
638 #: apply.c:4948
639 msgid "ensure at least <n> lines of context match"
640 msgstr ""
641
642 #: apply.c:4949 builtin/am.c:2264
643 msgid "action"
644 msgstr ""
645
646 #: apply.c:4950
647 msgid "detect new or modified lines that have whitespace errors"
648 msgstr ""
649
650 #: apply.c:4953 apply.c:4956
651 msgid "ignore changes in whitespace when finding context"
652 msgstr ""
653
654 #: apply.c:4959
655 msgid "apply the patch in reverse"
656 msgstr ""
657
658 #: apply.c:4961
659 msgid "don't expect at least one line of context"
660 msgstr ""
661
662 #: apply.c:4963
663 msgid "leave the rejected hunks in corresponding *.rej files"
664 msgstr ""
665
666 #: apply.c:4965
667 msgid "allow overlapping hunks"
668 msgstr ""
669
670 #: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
671 #: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
672 #: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
673 msgid "be verbose"
674 msgstr ""
675
676 #: apply.c:4968
677 msgid "tolerate incorrectly detected missing new-line at the end of file"
678 msgstr ""
679
680 #: apply.c:4971
681 msgid "do not trust the line counts in the hunk headers"
682 msgstr ""
683
684 #: apply.c:4973 builtin/am.c:2273
685 msgid "root"
686 msgstr ""
687
688 #: apply.c:4974
689 msgid "prepend <root> to all filenames"
690 msgstr ""
691
692 #: archive.c:12
693 msgid "git archive [<options>] <tree-ish> [<path>...]"
694 msgstr ""
695
696 #: archive.c:13
697 msgid "git archive --list"
698 msgstr ""
699
700 #: archive.c:14
701 msgid ""
702 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
703 msgstr ""
704
705 #: archive.c:15
706 msgid "git archive --remote <repo> [--exec <cmd>] --list"
707 msgstr ""
708
709 #: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
710 #, c-format
711 msgid "pathspec '%s' did not match any files"
712 msgstr ""
713
714 #: archive.c:417
715 msgid "fmt"
716 msgstr ""
717
718 #: archive.c:417
719 msgid "archive format"
720 msgstr ""
721
722 #: archive.c:418 builtin/log.c:1436
723 msgid "prefix"
724 msgstr ""
725
726 #: archive.c:419
727 msgid "prepend prefix to each pathname in the archive"
728 msgstr ""
729
730 #: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60
731 #: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
732 #: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552
733 #: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
734 #: parse-options.h:153
735 msgid "file"
736 msgstr ""
737
738 #: archive.c:421 builtin/archive.c:89
739 msgid "write the archive to this file"
740 msgstr ""
741
742 #: archive.c:423
743 msgid "read .gitattributes in working directory"
744 msgstr ""
745
746 #: archive.c:424
747 msgid "report archived files on stderr"
748 msgstr ""
749
750 #: archive.c:425
751 msgid "store only"
752 msgstr ""
753
754 #: archive.c:426
755 msgid "compress faster"
756 msgstr ""
757
758 #: archive.c:434
759 msgid "compress better"
760 msgstr ""
761
762 #: archive.c:437
763 msgid "list supported archive formats"
764 msgstr ""
765
766 #: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
767 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
768 msgid "repo"
769 msgstr ""
770
771 #: archive.c:440 builtin/archive.c:91
772 msgid "retrieve the archive from remote repository <repo>"
773 msgstr ""
774
775 #: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
776 msgid "command"
777 msgstr ""
778
779 #: archive.c:442 builtin/archive.c:93
780 msgid "path to the remote git-upload-archive command"
781 msgstr ""
782
783 #: archive.c:449
784 msgid "Unexpected option --remote"
785 msgstr ""
786
787 #: archive.c:451
788 msgid "Option --exec can only be used together with --remote"
789 msgstr ""
790
791 #: archive.c:453
792 msgid "Unexpected option --output"
793 msgstr ""
794
795 #: archive.c:475
796 #, c-format
797 msgid "Unknown archive format '%s'"
798 msgstr ""
799
800 #: archive.c:482
801 #, c-format
802 msgid "Argument not supported for format '%s': -%d"
803 msgstr ""
804
805 #: attr.c:212
806 #, c-format
807 msgid "%.*s is not a valid attribute name"
808 msgstr ""
809
810 #: attr.c:408
811 msgid ""
812 "Negative patterns are ignored in git attributes\n"
813 "Use '\\!' for literal leading exclamation."
814 msgstr ""
815
816 #: bisect.c:444
817 #, c-format
818 msgid "Could not open file '%s'"
819 msgstr ""
820
821 #: bisect.c:449
822 #, c-format
823 msgid "Badly quoted content in file '%s': %s"
824 msgstr ""
825
826 #: bisect.c:657
827 #, c-format
828 msgid "We cannot bisect more!\n"
829 msgstr ""
830
831 #: bisect.c:710
832 #, c-format
833 msgid "Not a valid commit name %s"
834 msgstr ""
835
836 #: bisect.c:734
837 #, c-format
838 msgid ""
839 "The merge base %s is bad.\n"
840 "This means the bug has been fixed between %s and [%s].\n"
841 msgstr ""
842
843 #: bisect.c:739
844 #, c-format
845 msgid ""
846 "The merge base %s is new.\n"
847 "The property has changed between %s and [%s].\n"
848 msgstr ""
849
850 #: bisect.c:744
851 #, c-format
852 msgid ""
853 "The merge base %s is %s.\n"
854 "This means the first '%s' commit is between %s and [%s].\n"
855 msgstr ""
856
857 #: bisect.c:752
858 #, c-format
859 msgid ""
860 "Some %s revs are not ancestors of the %s rev.\n"
861 "git bisect cannot work properly in this case.\n"
862 "Maybe you mistook %s and %s revs?\n"
863 msgstr ""
864
865 #: bisect.c:765
866 #, c-format
867 msgid ""
868 "the merge base between %s and [%s] must be skipped.\n"
869 "So we cannot be sure the first %s commit is between %s and %s.\n"
870 "We continue anyway."
871 msgstr ""
872
873 #: bisect.c:800
874 #, c-format
875 msgid "Bisecting: a merge base must be tested\n"
876 msgstr ""
877
878 #: bisect.c:851
879 #, c-format
880 msgid "a %s revision is needed"
881 msgstr ""
882
883 #: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
884 #, c-format
885 msgid "could not create file '%s'"
886 msgstr ""
887
888 #: bisect.c:919
889 #, c-format
890 msgid "could not read file '%s'"
891 msgstr ""
892
893 #: bisect.c:949
894 msgid "reading bisect refs failed"
895 msgstr ""
896
897 #: bisect.c:969
898 #, c-format
899 msgid "%s was both %s and %s\n"
900 msgstr ""
901
902 #: bisect.c:977
903 #, c-format
904 msgid ""
905 "No testable commit found.\n"
906 "Maybe you started with bad path parameters?\n"
907 msgstr ""
908
909 #: bisect.c:996
910 #, c-format
911 msgid "(roughly %d step)"
912 msgid_plural "(roughly %d steps)"
913 msgstr[0] ""
914 msgstr[1] ""
915
916 #. TRANSLATORS: the last %s will be replaced with
917 #. "(roughly %d steps)" translation
918 #: bisect.c:1000
919 #, c-format
920 msgid "Bisecting: %d revision left to test after this %s\n"
921 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
922 msgstr[0] ""
923 msgstr[1] ""
924
925 #: branch.c:53
926 #, c-format
927 msgid ""
928 "\n"
929 "After fixing the error cause you may try to fix up\n"
930 "the remote tracking information by invoking\n"
931 "\"git branch --set-upstream-to=%s%s%s\"."
932 msgstr ""
933
934 #: branch.c:67
935 #, c-format
936 msgid "Not setting branch %s as its own upstream."
937 msgstr ""
938
939 #: branch.c:93
940 #, c-format
941 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
942 msgstr ""
943
944 #: branch.c:94
945 #, c-format
946 msgid "Branch %s set up to track remote branch %s from %s."
947 msgstr ""
948
949 #: branch.c:98
950 #, c-format
951 msgid "Branch %s set up to track local branch %s by rebasing."
952 msgstr ""
953
954 #: branch.c:99
955 #, c-format
956 msgid "Branch %s set up to track local branch %s."
957 msgstr ""
958
959 #: branch.c:104
960 #, c-format
961 msgid "Branch %s set up to track remote ref %s by rebasing."
962 msgstr ""
963
964 #: branch.c:105
965 #, c-format
966 msgid "Branch %s set up to track remote ref %s."
967 msgstr ""
968
969 #: branch.c:109
970 #, c-format
971 msgid "Branch %s set up to track local ref %s by rebasing."
972 msgstr ""
973
974 #: branch.c:110
975 #, c-format
976 msgid "Branch %s set up to track local ref %s."
977 msgstr ""
978
979 #: branch.c:119
980 msgid "Unable to write upstream branch configuration"
981 msgstr ""
982
983 #: branch.c:156
984 #, c-format
985 msgid "Not tracking: ambiguous information for ref %s"
986 msgstr ""
987
988 #: branch.c:185
989 #, c-format
990 msgid "'%s' is not a valid branch name."
991 msgstr ""
992
993 #: branch.c:190
994 #, c-format
995 msgid "A branch named '%s' already exists."
996 msgstr ""
997
998 #: branch.c:198
999 msgid "Cannot force update the current branch."
1000 msgstr ""
1001
1002 #: branch.c:218
1003 #, c-format
1004 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1005 msgstr ""
1006
1007 #: branch.c:220
1008 #, c-format
1009 msgid "the requested upstream branch '%s' does not exist"
1010 msgstr ""
1011
1012 #: branch.c:222
1013 msgid ""
1014 "\n"
1015 "If you are planning on basing your work on an upstream\n"
1016 "branch that already exists at the remote, you may need to\n"
1017 "run \"git fetch\" to retrieve it.\n"
1018 "\n"
1019 "If you are planning to push out a new local branch that\n"
1020 "will track its remote counterpart, you may want to use\n"
1021 "\"git push -u\" to set the upstream config as you push."
1022 msgstr ""
1023
1024 #: branch.c:265
1025 #, c-format
1026 msgid "Not a valid object name: '%s'."
1027 msgstr ""
1028
1029 #: branch.c:285
1030 #, c-format
1031 msgid "Ambiguous object name: '%s'."
1032 msgstr ""
1033
1034 #: branch.c:290
1035 #, c-format
1036 msgid "Not a valid branch point: '%s'."
1037 msgstr ""
1038
1039 #: branch.c:344
1040 #, c-format
1041 msgid "'%s' is already checked out at '%s'"
1042 msgstr ""
1043
1044 #: branch.c:364
1045 #, c-format
1046 msgid "HEAD of working tree %s is not updated"
1047 msgstr ""
1048
1049 #: bundle.c:34
1050 #, c-format
1051 msgid "'%s' does not look like a v2 bundle file"
1052 msgstr ""
1053
1054 #: bundle.c:61
1055 #, c-format
1056 msgid "unrecognized header: %s%s (%d)"
1057 msgstr ""
1058
1059 #: bundle.c:87 sequencer.c:1341 sequencer.c:1767 builtin/commit.c:777
1060 #, c-format
1061 msgid "could not open '%s'"
1062 msgstr ""
1063
1064 #: bundle.c:139
1065 msgid "Repository lacks these prerequisite commits:"
1066 msgstr ""
1067
1068 #: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2321
1069 #: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1070 #: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1071 #: builtin/merge.c:359 builtin/shortlog.c:176
1072 msgid "revision walk setup failed"
1073 msgstr ""
1074
1075 #: bundle.c:185
1076 #, c-format
1077 msgid "The bundle contains this ref:"
1078 msgid_plural "The bundle contains these %d refs:"
1079 msgstr[0] ""
1080 msgstr[1] ""
1081
1082 #: bundle.c:192
1083 msgid "The bundle records a complete history."
1084 msgstr ""
1085
1086 #: bundle.c:194
1087 #, c-format
1088 msgid "The bundle requires this ref:"
1089 msgid_plural "The bundle requires these %d refs:"
1090 msgstr[0] ""
1091 msgstr[1] ""
1092
1093 #: bundle.c:253
1094 msgid "Could not spawn pack-objects"
1095 msgstr ""
1096
1097 #: bundle.c:264
1098 msgid "pack-objects died"
1099 msgstr ""
1100
1101 #: bundle.c:304
1102 msgid "rev-list died"
1103 msgstr ""
1104
1105 #: bundle.c:353
1106 #, c-format
1107 msgid "ref '%s' is excluded by the rev-list options"
1108 msgstr ""
1109
1110 #: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
1111 #, c-format
1112 msgid "unrecognized argument: %s"
1113 msgstr ""
1114
1115 #: bundle.c:451
1116 msgid "Refusing to create empty bundle."
1117 msgstr ""
1118
1119 #: bundle.c:463
1120 #, c-format
1121 msgid "cannot create '%s'"
1122 msgstr ""
1123
1124 #: bundle.c:491
1125 msgid "index-pack died"
1126 msgstr ""
1127
1128 #: color.c:300
1129 #, c-format
1130 msgid "invalid color value: %.*s"
1131 msgstr ""
1132
1133 #: commit.c:40 sequencer.c:1579 builtin/am.c:419 builtin/am.c:455
1134 #: builtin/am.c:1489 builtin/am.c:2126
1135 #, c-format
1136 msgid "could not parse %s"
1137 msgstr ""
1138
1139 #: commit.c:42
1140 #, c-format
1141 msgid "%s %s is not a commit!"
1142 msgstr ""
1143
1144 #: commit.c:1511
1145 msgid ""
1146 "Warning: commit message did not conform to UTF-8.\n"
1147 "You may want to amend it after fixing the message, or set the config\n"
1148 "variable i18n.commitencoding to the encoding your project uses.\n"
1149 msgstr ""
1150
1151 #: compat/obstack.c:406 compat/obstack.c:408
1152 msgid "memory exhausted"
1153 msgstr ""
1154
1155 #: config.c:191
1156 msgid "relative config include conditionals must come from files"
1157 msgstr ""
1158
1159 #: config.c:711
1160 #, c-format
1161 msgid "bad config line %d in blob %s"
1162 msgstr ""
1163
1164 #: config.c:715
1165 #, c-format
1166 msgid "bad config line %d in file %s"
1167 msgstr ""
1168
1169 #: config.c:719
1170 #, c-format
1171 msgid "bad config line %d in standard input"
1172 msgstr ""
1173
1174 #: config.c:723
1175 #, c-format
1176 msgid "bad config line %d in submodule-blob %s"
1177 msgstr ""
1178
1179 #: config.c:727
1180 #, c-format
1181 msgid "bad config line %d in command line %s"
1182 msgstr ""
1183
1184 #: config.c:731
1185 #, c-format
1186 msgid "bad config line %d in %s"
1187 msgstr ""
1188
1189 #: config.c:859
1190 msgid "out of range"
1191 msgstr ""
1192
1193 #: config.c:859
1194 msgid "invalid unit"
1195 msgstr ""
1196
1197 #: config.c:865
1198 #, c-format
1199 msgid "bad numeric config value '%s' for '%s': %s"
1200 msgstr ""
1201
1202 #: config.c:870
1203 #, c-format
1204 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1205 msgstr ""
1206
1207 #: config.c:873
1208 #, c-format
1209 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1210 msgstr ""
1211
1212 #: config.c:876
1213 #, c-format
1214 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1215 msgstr ""
1216
1217 #: config.c:879
1218 #, c-format
1219 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1220 msgstr ""
1221
1222 #: config.c:882
1223 #, c-format
1224 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1225 msgstr ""
1226
1227 #: config.c:885
1228 #, c-format
1229 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1230 msgstr ""
1231
1232 #: config.c:980
1233 #, c-format
1234 msgid "failed to expand user dir in: '%s'"
1235 msgstr ""
1236
1237 #: config.c:1075 config.c:1086
1238 #, c-format
1239 msgid "bad zlib compression level %d"
1240 msgstr ""
1241
1242 #: config.c:1203
1243 #, c-format
1244 msgid "invalid mode for object creation: %s"
1245 msgstr ""
1246
1247 #: config.c:1359
1248 #, c-format
1249 msgid "bad pack compression level %d"
1250 msgstr ""
1251
1252 #: config.c:1557
1253 msgid "unable to parse command-line config"
1254 msgstr ""
1255
1256 #: config.c:1611
1257 msgid "unknown error occurred while reading the configuration files"
1258 msgstr ""
1259
1260 #: config.c:1970
1261 #, c-format
1262 msgid "Invalid %s: '%s'"
1263 msgstr ""
1264
1265 #: config.c:1991
1266 #, c-format
1267 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1268 msgstr ""
1269
1270 #: config.c:2017
1271 #, c-format
1272 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1273 msgstr ""
1274
1275 #: config.c:2028
1276 #, c-format
1277 msgid "unable to parse '%s' from command-line config"
1278 msgstr ""
1279
1280 #: config.c:2030
1281 #, c-format
1282 msgid "bad config variable '%s' in file '%s' at line %d"
1283 msgstr ""
1284
1285 #: config.c:2089
1286 #, c-format
1287 msgid "%s has multiple values"
1288 msgstr ""
1289
1290 #: config.c:2423 config.c:2648
1291 #, c-format
1292 msgid "fstat on %s failed"
1293 msgstr ""
1294
1295 #: config.c:2541
1296 #, c-format
1297 msgid "could not set '%s' to '%s'"
1298 msgstr ""
1299
1300 #: config.c:2543 builtin/remote.c:774
1301 #, c-format
1302 msgid "could not unset '%s'"
1303 msgstr ""
1304
1305 #: connect.c:49
1306 msgid "The remote end hung up upon initial contact"
1307 msgstr ""
1308
1309 #: connect.c:51
1310 msgid ""
1311 "Could not read from remote repository.\n"
1312 "\n"
1313 "Please make sure you have the correct access rights\n"
1314 "and the repository exists."
1315 msgstr ""
1316
1317 #: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1318 msgid "Checking connectivity"
1319 msgstr ""
1320
1321 #: connected.c:75
1322 msgid "Could not run 'git rev-list'"
1323 msgstr ""
1324
1325 #: connected.c:95
1326 msgid "failed write to rev-list"
1327 msgstr ""
1328
1329 #: connected.c:102
1330 msgid "failed to close rev-list's stdin"
1331 msgstr ""
1332
1333 #: convert.c:201
1334 #, c-format
1335 msgid ""
1336 "CRLF will be replaced by LF in %s.\n"
1337 "The file will have its original line endings in your working directory."
1338 msgstr ""
1339
1340 #: convert.c:205
1341 #, c-format
1342 msgid "CRLF would be replaced by LF in %s."
1343 msgstr ""
1344
1345 #: convert.c:211
1346 #, c-format
1347 msgid ""
1348 "LF will be replaced by CRLF in %s.\n"
1349 "The file will have its original line endings in your working directory."
1350 msgstr ""
1351
1352 #: convert.c:215
1353 #, c-format
1354 msgid "LF would be replaced by CRLF in %s"
1355 msgstr ""
1356
1357 #: date.c:97
1358 msgid "in the future"
1359 msgstr ""
1360
1361 #: date.c:103
1362 #, c-format
1363 msgid "%lu second ago"
1364 msgid_plural "%lu seconds ago"
1365 msgstr[0] ""
1366 msgstr[1] ""
1367
1368 #: date.c:110
1369 #, c-format
1370 msgid "%lu minute ago"
1371 msgid_plural "%lu minutes ago"
1372 msgstr[0] ""
1373 msgstr[1] ""
1374
1375 #: date.c:117
1376 #, c-format
1377 msgid "%lu hour ago"
1378 msgid_plural "%lu hours ago"
1379 msgstr[0] ""
1380 msgstr[1] ""
1381
1382 #: date.c:124
1383 #, c-format
1384 msgid "%lu day ago"
1385 msgid_plural "%lu days ago"
1386 msgstr[0] ""
1387 msgstr[1] ""
1388
1389 #: date.c:130
1390 #, c-format
1391 msgid "%lu week ago"
1392 msgid_plural "%lu weeks ago"
1393 msgstr[0] ""
1394 msgstr[1] ""
1395
1396 #: date.c:137
1397 #, c-format
1398 msgid "%lu month ago"
1399 msgid_plural "%lu months ago"
1400 msgstr[0] ""
1401 msgstr[1] ""
1402
1403 #: date.c:148
1404 #, c-format
1405 msgid "%lu year"
1406 msgid_plural "%lu years"
1407 msgstr[0] ""
1408 msgstr[1] ""
1409
1410 #. TRANSLATORS: "%s" is "<n> years"
1411 #: date.c:151
1412 #, c-format
1413 msgid "%s, %lu month ago"
1414 msgid_plural "%s, %lu months ago"
1415 msgstr[0] ""
1416 msgstr[1] ""
1417
1418 #: date.c:156 date.c:161
1419 #, c-format
1420 msgid "%lu year ago"
1421 msgid_plural "%lu years ago"
1422 msgstr[0] ""
1423 msgstr[1] ""
1424
1425 #: diffcore-order.c:24
1426 #, c-format
1427 msgid "failed to read orderfile '%s'"
1428 msgstr ""
1429
1430 #: diffcore-rename.c:536
1431 msgid "Performing inexact rename detection"
1432 msgstr ""
1433
1434 #: diff.c:62
1435 #, c-format
1436 msgid "option '%s' requires a value"
1437 msgstr ""
1438
1439 #: diff.c:124
1440 #, c-format
1441 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1442 msgstr ""
1443
1444 #: diff.c:129
1445 #, c-format
1446 msgid "  Unknown dirstat parameter '%s'\n"
1447 msgstr ""
1448
1449 #: diff.c:281
1450 #, c-format
1451 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1452 msgstr ""
1453
1454 #: diff.c:344
1455 #, c-format
1456 msgid ""
1457 "Found errors in 'diff.dirstat' config variable:\n"
1458 "%s"
1459 msgstr ""
1460
1461 #: diff.c:3102
1462 #, c-format
1463 msgid "external diff died, stopping at %s"
1464 msgstr ""
1465
1466 #: diff.c:3428
1467 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1468 msgstr ""
1469
1470 #: diff.c:3518
1471 msgid "--follow requires exactly one pathspec"
1472 msgstr ""
1473
1474 #: diff.c:3681
1475 #, c-format
1476 msgid ""
1477 "Failed to parse --dirstat/-X option parameter:\n"
1478 "%s"
1479 msgstr ""
1480
1481 #: diff.c:3695
1482 #, c-format
1483 msgid "Failed to parse --submodule option parameter: '%s'"
1484 msgstr ""
1485
1486 #: diff.c:4719
1487 msgid "inexact rename detection was skipped due to too many files."
1488 msgstr ""
1489
1490 #: diff.c:4722
1491 msgid "only found copies from modified paths due to too many files."
1492 msgstr ""
1493
1494 #: diff.c:4725
1495 #, c-format
1496 msgid ""
1497 "you may want to set your %s variable to at least %d and retry the command."
1498 msgstr ""
1499
1500 #: dir.c:1899
1501 msgid "failed to get kernel name and information"
1502 msgstr ""
1503
1504 #: dir.c:2018
1505 msgid "Untracked cache is disabled on this system or location."
1506 msgstr ""
1507
1508 #: dir.c:2776 dir.c:2781
1509 #, c-format
1510 msgid "could not create directories for %s"
1511 msgstr ""
1512
1513 #: dir.c:2806
1514 #, c-format
1515 msgid "could not migrate git directory from '%s' to '%s'"
1516 msgstr ""
1517
1518 #: entry.c:280
1519 #, c-format
1520 msgid "could not stat file '%s'"
1521 msgstr ""
1522
1523 #: fetch-pack.c:249
1524 msgid "git fetch-pack: expected shallow list"
1525 msgstr ""
1526
1527 #: fetch-pack.c:261
1528 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1529 msgstr ""
1530
1531 #: fetch-pack.c:280 builtin/archive.c:63
1532 #, c-format
1533 msgid "remote error: %s"
1534 msgstr ""
1535
1536 #: fetch-pack.c:281
1537 #, c-format
1538 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1539 msgstr ""
1540
1541 #: fetch-pack.c:333
1542 msgid "--stateless-rpc requires multi_ack_detailed"
1543 msgstr ""
1544
1545 #: fetch-pack.c:419
1546 #, c-format
1547 msgid "invalid shallow line: %s"
1548 msgstr ""
1549
1550 #: fetch-pack.c:425
1551 #, c-format
1552 msgid "invalid unshallow line: %s"
1553 msgstr ""
1554
1555 #: fetch-pack.c:427
1556 #, c-format
1557 msgid "object not found: %s"
1558 msgstr ""
1559
1560 #: fetch-pack.c:430
1561 #, c-format
1562 msgid "error in object: %s"
1563 msgstr ""
1564
1565 #: fetch-pack.c:432
1566 #, c-format
1567 msgid "no shallow found: %s"
1568 msgstr ""
1569
1570 #: fetch-pack.c:435
1571 #, c-format
1572 msgid "expected shallow/unshallow, got %s"
1573 msgstr ""
1574
1575 #: fetch-pack.c:474
1576 #, c-format
1577 msgid "got %s %d %s"
1578 msgstr ""
1579
1580 #: fetch-pack.c:488
1581 #, c-format
1582 msgid "invalid commit %s"
1583 msgstr ""
1584
1585 #: fetch-pack.c:521
1586 msgid "giving up"
1587 msgstr ""
1588
1589 #: fetch-pack.c:531 progress.c:235
1590 msgid "done"
1591 msgstr ""
1592
1593 #: fetch-pack.c:543
1594 #, c-format
1595 msgid "got %s (%d) %s"
1596 msgstr ""
1597
1598 #: fetch-pack.c:589
1599 #, c-format
1600 msgid "Marking %s as complete"
1601 msgstr ""
1602
1603 #: fetch-pack.c:737
1604 #, c-format
1605 msgid "already have %s (%s)"
1606 msgstr ""
1607
1608 #: fetch-pack.c:775
1609 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1610 msgstr ""
1611
1612 #: fetch-pack.c:783
1613 msgid "protocol error: bad pack header"
1614 msgstr ""
1615
1616 #: fetch-pack.c:839
1617 #, c-format
1618 msgid "fetch-pack: unable to fork off %s"
1619 msgstr ""
1620
1621 #: fetch-pack.c:855
1622 #, c-format
1623 msgid "%s failed"
1624 msgstr ""
1625
1626 #: fetch-pack.c:857
1627 msgid "error in sideband demultiplexer"
1628 msgstr ""
1629
1630 #: fetch-pack.c:884
1631 msgid "Server does not support shallow clients"
1632 msgstr ""
1633
1634 #: fetch-pack.c:888
1635 msgid "Server supports multi_ack_detailed"
1636 msgstr ""
1637
1638 #: fetch-pack.c:891
1639 msgid "Server supports no-done"
1640 msgstr ""
1641
1642 #: fetch-pack.c:897
1643 msgid "Server supports multi_ack"
1644 msgstr ""
1645
1646 #: fetch-pack.c:901
1647 msgid "Server supports side-band-64k"
1648 msgstr ""
1649
1650 #: fetch-pack.c:905
1651 msgid "Server supports side-band"
1652 msgstr ""
1653
1654 #: fetch-pack.c:909
1655 msgid "Server supports allow-tip-sha1-in-want"
1656 msgstr ""
1657
1658 #: fetch-pack.c:913
1659 msgid "Server supports allow-reachable-sha1-in-want"
1660 msgstr ""
1661
1662 #: fetch-pack.c:923
1663 msgid "Server supports ofs-delta"
1664 msgstr ""
1665
1666 #: fetch-pack.c:930
1667 #, c-format
1668 msgid "Server version is %.*s"
1669 msgstr ""
1670
1671 #: fetch-pack.c:936
1672 msgid "Server does not support --shallow-since"
1673 msgstr ""
1674
1675 #: fetch-pack.c:940
1676 msgid "Server does not support --shallow-exclude"
1677 msgstr ""
1678
1679 #: fetch-pack.c:942
1680 msgid "Server does not support --deepen"
1681 msgstr ""
1682
1683 #: fetch-pack.c:953
1684 msgid "no common commits"
1685 msgstr ""
1686
1687 #: fetch-pack.c:965
1688 msgid "git fetch-pack: fetch failed."
1689 msgstr ""
1690
1691 #: fetch-pack.c:1127
1692 msgid "no matching remote head"
1693 msgstr ""
1694
1695 #: fetch-pack.c:1149
1696 #, c-format
1697 msgid "no such remote ref %s"
1698 msgstr ""
1699
1700 #: fetch-pack.c:1152
1701 #, c-format
1702 msgid "Server does not allow request for unadvertised object %s"
1703 msgstr ""
1704
1705 #: gpg-interface.c:185
1706 msgid "gpg failed to sign the data"
1707 msgstr ""
1708
1709 #: gpg-interface.c:215
1710 msgid "could not create temporary file"
1711 msgstr ""
1712
1713 #: gpg-interface.c:217
1714 #, c-format
1715 msgid "failed writing detached signature to '%s'"
1716 msgstr ""
1717
1718 #: graph.c:96
1719 #, c-format
1720 msgid "ignore invalid color '%.*s' in log.graphColors"
1721 msgstr ""
1722
1723 #: grep.c:1796
1724 #, c-format
1725 msgid "'%s': unable to read %s"
1726 msgstr ""
1727
1728 #: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
1729 #, c-format
1730 msgid "failed to stat '%s'"
1731 msgstr ""
1732
1733 #: grep.c:1824
1734 #, c-format
1735 msgid "'%s': short read"
1736 msgstr ""
1737
1738 #: help.c:218
1739 #, c-format
1740 msgid "available git commands in '%s'"
1741 msgstr ""
1742
1743 #: help.c:225
1744 msgid "git commands available from elsewhere on your $PATH"
1745 msgstr ""
1746
1747 #: help.c:256
1748 msgid "These are common Git commands used in various situations:"
1749 msgstr ""
1750
1751 #: help.c:321
1752 #, c-format
1753 msgid ""
1754 "'%s' appears to be a git command, but we were not\n"
1755 "able to execute it. Maybe git-%s is broken?"
1756 msgstr ""
1757
1758 #: help.c:376
1759 msgid "Uh oh. Your system reports no Git commands at all."
1760 msgstr ""
1761
1762 #: help.c:398
1763 #, c-format
1764 msgid ""
1765 "WARNING: You called a Git command named '%s', which does not exist.\n"
1766 "Continuing under the assumption that you meant '%s'"
1767 msgstr ""
1768
1769 #: help.c:403
1770 #, c-format
1771 msgid "in %0.1f seconds automatically..."
1772 msgstr ""
1773
1774 #: help.c:410
1775 #, c-format
1776 msgid "git: '%s' is not a git command. See 'git --help'."
1777 msgstr ""
1778
1779 #: help.c:414 help.c:480
1780 msgid ""
1781 "\n"
1782 "Did you mean this?"
1783 msgid_plural ""
1784 "\n"
1785 "Did you mean one of these?"
1786 msgstr[0] ""
1787 msgstr[1] ""
1788
1789 #: help.c:476
1790 #, c-format
1791 msgid "%s: %s - %s"
1792 msgstr ""
1793
1794 #: ident.c:343
1795 msgid ""
1796 "\n"
1797 "*** Please tell me who you are.\n"
1798 "\n"
1799 "Run\n"
1800 "\n"
1801 "  git config --global user.email \"you@example.com\"\n"
1802 "  git config --global user.name \"Your Name\"\n"
1803 "\n"
1804 "to set your account's default identity.\n"
1805 "Omit --global to set the identity only in this repository.\n"
1806 "\n"
1807 msgstr ""
1808
1809 #: ident.c:367
1810 msgid "no email was given and auto-detection is disabled"
1811 msgstr ""
1812
1813 #: ident.c:372
1814 #, c-format
1815 msgid "unable to auto-detect email address (got '%s')"
1816 msgstr ""
1817
1818 #: ident.c:382
1819 msgid "no name was given and auto-detection is disabled"
1820 msgstr ""
1821
1822 #: ident.c:388
1823 #, c-format
1824 msgid "unable to auto-detect name (got '%s')"
1825 msgstr ""
1826
1827 #: ident.c:396
1828 #, c-format
1829 msgid "empty ident name (for <%s>) not allowed"
1830 msgstr ""
1831
1832 #: ident.c:402
1833 #, c-format
1834 msgid "name consists only of disallowed characters: %s"
1835 msgstr ""
1836
1837 #: ident.c:417 builtin/commit.c:611
1838 #, c-format
1839 msgid "invalid date format: %s"
1840 msgstr ""
1841
1842 #: lockfile.c:152
1843 #, c-format
1844 msgid ""
1845 "Unable to create '%s.lock': %s.\n"
1846 "\n"
1847 "Another git process seems to be running in this repository, e.g.\n"
1848 "an editor opened by 'git commit'. Please make sure all processes\n"
1849 "are terminated then try again. If it still fails, a git process\n"
1850 "may have crashed in this repository earlier:\n"
1851 "remove the file manually to continue."
1852 msgstr ""
1853
1854 #: lockfile.c:160
1855 #, c-format
1856 msgid "Unable to create '%s.lock': %s"
1857 msgstr ""
1858
1859 #: merge.c:41
1860 msgid "failed to read the cache"
1861 msgstr ""
1862
1863 #: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:393
1864 #: builtin/checkout.c:607 builtin/clone.c:749
1865 msgid "unable to write new index file"
1866 msgstr ""
1867
1868 #: merge-recursive.c:209
1869 msgid "(bad commit)\n"
1870 msgstr ""
1871
1872 #: merge-recursive.c:231 merge-recursive.c:239
1873 #, c-format
1874 msgid "addinfo_cache failed for path '%s'"
1875 msgstr ""
1876
1877 #: merge-recursive.c:303
1878 msgid "error building trees"
1879 msgstr ""
1880
1881 #: merge-recursive.c:727
1882 #, c-format
1883 msgid "failed to create path '%s'%s"
1884 msgstr ""
1885
1886 #: merge-recursive.c:738
1887 #, c-format
1888 msgid "Removing %s to make room for subdirectory\n"
1889 msgstr ""
1890
1891 #: merge-recursive.c:752 merge-recursive.c:771
1892 msgid ": perhaps a D/F conflict?"
1893 msgstr ""
1894
1895 #: merge-recursive.c:761
1896 #, c-format
1897 msgid "refusing to lose untracked file at '%s'"
1898 msgstr ""
1899
1900 #: merge-recursive.c:803 builtin/cat-file.c:34
1901 #, c-format
1902 msgid "cannot read object %s '%s'"
1903 msgstr ""
1904
1905 #: merge-recursive.c:805
1906 #, c-format
1907 msgid "blob expected for %s '%s'"
1908 msgstr ""
1909
1910 #: merge-recursive.c:829
1911 #, c-format
1912 msgid "failed to open '%s': %s"
1913 msgstr ""
1914
1915 #: merge-recursive.c:840
1916 #, c-format
1917 msgid "failed to symlink '%s': %s"
1918 msgstr ""
1919
1920 #: merge-recursive.c:845
1921 #, c-format
1922 msgid "do not know what to do with %06o %s '%s'"
1923 msgstr ""
1924
1925 #: merge-recursive.c:985
1926 msgid "Failed to execute internal merge"
1927 msgstr ""
1928
1929 #: merge-recursive.c:989
1930 #, c-format
1931 msgid "Unable to add %s to database"
1932 msgstr ""
1933
1934 #: merge-recursive.c:1092
1935 #, c-format
1936 msgid ""
1937 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1938 "in tree."
1939 msgstr ""
1940
1941 #: merge-recursive.c:1097
1942 #, c-format
1943 msgid ""
1944 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1945 "left in tree."
1946 msgstr ""
1947
1948 #: merge-recursive.c:1104
1949 #, c-format
1950 msgid ""
1951 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1952 "in tree at %s."
1953 msgstr ""
1954
1955 #: merge-recursive.c:1109
1956 #, c-format
1957 msgid ""
1958 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1959 "left in tree at %s."
1960 msgstr ""
1961
1962 #: merge-recursive.c:1143
1963 msgid "rename"
1964 msgstr ""
1965
1966 #: merge-recursive.c:1143
1967 msgid "renamed"
1968 msgstr ""
1969
1970 #: merge-recursive.c:1200
1971 #, c-format
1972 msgid "%s is a directory in %s adding as %s instead"
1973 msgstr ""
1974
1975 #: merge-recursive.c:1225
1976 #, c-format
1977 msgid ""
1978 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1979 "\"->\"%s\" in \"%s\"%s"
1980 msgstr ""
1981
1982 #: merge-recursive.c:1230
1983 msgid " (left unresolved)"
1984 msgstr ""
1985
1986 #: merge-recursive.c:1292
1987 #, c-format
1988 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1989 msgstr ""
1990
1991 #: merge-recursive.c:1325
1992 #, c-format
1993 msgid "Renaming %s to %s and %s to %s instead"
1994 msgstr ""
1995
1996 #: merge-recursive.c:1528
1997 #, c-format
1998 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1999 msgstr ""
2000
2001 #: merge-recursive.c:1543
2002 #, c-format
2003 msgid "Adding merged %s"
2004 msgstr ""
2005
2006 #: merge-recursive.c:1550 merge-recursive.c:1780
2007 #, c-format
2008 msgid "Adding as %s instead"
2009 msgstr ""
2010
2011 #: merge-recursive.c:1607
2012 #, c-format
2013 msgid "cannot read object %s"
2014 msgstr ""
2015
2016 #: merge-recursive.c:1610
2017 #, c-format
2018 msgid "object %s is not a blob"
2019 msgstr ""
2020
2021 #: merge-recursive.c:1679
2022 msgid "modify"
2023 msgstr ""
2024
2025 #: merge-recursive.c:1679
2026 msgid "modified"
2027 msgstr ""
2028
2029 #: merge-recursive.c:1689
2030 msgid "content"
2031 msgstr ""
2032
2033 #: merge-recursive.c:1696
2034 msgid "add/add"
2035 msgstr ""
2036
2037 #: merge-recursive.c:1732
2038 #, c-format
2039 msgid "Skipped %s (merged same as existing)"
2040 msgstr ""
2041
2042 #: merge-recursive.c:1746
2043 #, c-format
2044 msgid "Auto-merging %s"
2045 msgstr ""
2046
2047 #: merge-recursive.c:1750 git-submodule.sh:944
2048 msgid "submodule"
2049 msgstr ""
2050
2051 #: merge-recursive.c:1751
2052 #, c-format
2053 msgid "CONFLICT (%s): Merge conflict in %s"
2054 msgstr ""
2055
2056 #: merge-recursive.c:1845
2057 #, c-format
2058 msgid "Removing %s"
2059 msgstr ""
2060
2061 #: merge-recursive.c:1871
2062 msgid "file/directory"
2063 msgstr ""
2064
2065 #: merge-recursive.c:1877
2066 msgid "directory/file"
2067 msgstr ""
2068
2069 #: merge-recursive.c:1883
2070 #, c-format
2071 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2072 msgstr ""
2073
2074 #: merge-recursive.c:1892
2075 #, c-format
2076 msgid "Adding %s"
2077 msgstr ""
2078
2079 #: merge-recursive.c:1929
2080 msgid "Already up-to-date!"
2081 msgstr ""
2082
2083 #: merge-recursive.c:1938
2084 #, c-format
2085 msgid "merging of trees %s and %s failed"
2086 msgstr ""
2087
2088 #: merge-recursive.c:2021
2089 msgid "Merging:"
2090 msgstr ""
2091
2092 #: merge-recursive.c:2034
2093 #, c-format
2094 msgid "found %u common ancestor:"
2095 msgid_plural "found %u common ancestors:"
2096 msgstr[0] ""
2097 msgstr[1] ""
2098
2099 #: merge-recursive.c:2073
2100 msgid "merge returned no commit"
2101 msgstr ""
2102
2103 #: merge-recursive.c:2136
2104 #, c-format
2105 msgid "Could not parse object '%s'"
2106 msgstr ""
2107
2108 #: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2109 msgid "Unable to write index."
2110 msgstr ""
2111
2112 #: notes-merge.c:273
2113 #, c-format
2114 msgid ""
2115 "You have not concluded your previous notes merge (%s exists).\n"
2116 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2117 "commit/abort the previous merge before you start a new notes merge."
2118 msgstr ""
2119
2120 #: notes-merge.c:280
2121 #, c-format
2122 msgid "You have not concluded your notes merge (%s exists)."
2123 msgstr ""
2124
2125 #: notes-utils.c:41
2126 msgid "Cannot commit uninitialized/unreferenced notes tree"
2127 msgstr ""
2128
2129 #: notes-utils.c:100
2130 #, c-format
2131 msgid "Bad notes.rewriteMode value: '%s'"
2132 msgstr ""
2133
2134 #: notes-utils.c:110
2135 #, c-format
2136 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2137 msgstr ""
2138
2139 #. TRANSLATORS: The first %s is the name of the
2140 #. environment variable, the second %s is its value
2141 #: notes-utils.c:137
2142 #, c-format
2143 msgid "Bad %s value: '%s'"
2144 msgstr ""
2145
2146 #: object.c:240
2147 #, c-format
2148 msgid "unable to parse object: %s"
2149 msgstr ""
2150
2151 #: parse-options.c:572
2152 msgid "..."
2153 msgstr ""
2154
2155 #: parse-options.c:590
2156 #, c-format
2157 msgid "usage: %s"
2158 msgstr ""
2159
2160 #. TRANSLATORS: the colon here should align with the
2161 #. one in "usage: %s" translation
2162 #: parse-options.c:594
2163 #, c-format
2164 msgid "   or: %s"
2165 msgstr ""
2166
2167 #: parse-options.c:597
2168 #, c-format
2169 msgid "    %s"
2170 msgstr ""
2171
2172 #: parse-options.c:631
2173 msgid "-NUM"
2174 msgstr ""
2175
2176 #: parse-options-cb.c:108
2177 #, c-format
2178 msgid "malformed object name '%s'"
2179 msgstr ""
2180
2181 #: path.c:810
2182 #, c-format
2183 msgid "Could not make %s writable by group"
2184 msgstr ""
2185
2186 #: pathspec.c:125
2187 msgid "Escape character '\\' not allowed as last character in attr value"
2188 msgstr ""
2189
2190 #: pathspec.c:143
2191 msgid "Only one 'attr:' specification is allowed."
2192 msgstr ""
2193
2194 #: pathspec.c:146
2195 msgid "attr spec must not be empty"
2196 msgstr ""
2197
2198 #: pathspec.c:189
2199 #, c-format
2200 msgid "invalid attribute name %s"
2201 msgstr ""
2202
2203 #: pathspec.c:254
2204 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2205 msgstr ""
2206
2207 #: pathspec.c:261
2208 msgid ""
2209 "global 'literal' pathspec setting is incompatible with all other global "
2210 "pathspec settings"
2211 msgstr ""
2212
2213 #: pathspec.c:301
2214 msgid "invalid parameter for pathspec magic 'prefix'"
2215 msgstr ""
2216
2217 #: pathspec.c:322
2218 #, c-format
2219 msgid "Invalid pathspec magic '%.*s' in '%s'"
2220 msgstr ""
2221
2222 #: pathspec.c:327
2223 #, c-format
2224 msgid "Missing ')' at the end of pathspec magic in '%s'"
2225 msgstr ""
2226
2227 #: pathspec.c:365
2228 #, c-format
2229 msgid "Unimplemented pathspec magic '%c' in '%s'"
2230 msgstr ""
2231
2232 #: pathspec.c:421 pathspec.c:443
2233 #, c-format
2234 msgid "Pathspec '%s' is in submodule '%.*s'"
2235 msgstr ""
2236
2237 #: pathspec.c:483
2238 #, c-format
2239 msgid "%s: 'literal' and 'glob' are incompatible"
2240 msgstr ""
2241
2242 #: pathspec.c:496
2243 #, c-format
2244 msgid "%s: '%s' is outside repository"
2245 msgstr ""
2246
2247 #: pathspec.c:584
2248 #, c-format
2249 msgid "'%s' (mnemonic: '%c')"
2250 msgstr ""
2251
2252 #: pathspec.c:594
2253 #, c-format
2254 msgid "%s: pathspec magic not supported by this command: %s"
2255 msgstr ""
2256
2257 #: pathspec.c:644
2258 msgid ""
2259 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2260 "use . instead if you meant to match all paths"
2261 msgstr ""
2262
2263 #: pathspec.c:668
2264 #, c-format
2265 msgid "pathspec '%s' is beyond a symbolic link"
2266 msgstr ""
2267
2268 #: pretty.c:982
2269 msgid "unable to parse --pretty format"
2270 msgstr ""
2271
2272 #: read-cache.c:1442
2273 #, c-format
2274 msgid ""
2275 "index.version set, but the value is invalid.\n"
2276 "Using version %i"
2277 msgstr ""
2278
2279 #: read-cache.c:1452
2280 #, c-format
2281 msgid ""
2282 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2283 "Using version %i"
2284 msgstr ""
2285
2286 #: read-cache.c:2375 sequencer.c:1350 sequencer.c:2048
2287 #, c-format
2288 msgid "could not stat '%s'"
2289 msgstr ""
2290
2291 #: read-cache.c:2388
2292 #, c-format
2293 msgid "unable to open git dir: %s"
2294 msgstr ""
2295
2296 #: read-cache.c:2400
2297 #, c-format
2298 msgid "unable to unlink: %s"
2299 msgstr ""
2300
2301 #: refs.c:620 builtin/merge.c:844
2302 #, c-format
2303 msgid "Could not open '%s' for writing"
2304 msgstr ""
2305
2306 #: refs.c:1667
2307 msgid "ref updates forbidden inside quarantine environment"
2308 msgstr ""
2309
2310 #: refs/files-backend.c:1631
2311 #, c-format
2312 msgid "could not delete reference %s: %s"
2313 msgstr ""
2314
2315 #: refs/files-backend.c:1634
2316 #, c-format
2317 msgid "could not delete references: %s"
2318 msgstr ""
2319
2320 #: refs/files-backend.c:1643
2321 #, c-format
2322 msgid "could not remove reference %s"
2323 msgstr ""
2324
2325 #: ref-filter.c:35 wt-status.c:1780
2326 msgid "gone"
2327 msgstr ""
2328
2329 #: ref-filter.c:36
2330 #, c-format
2331 msgid "ahead %d"
2332 msgstr ""
2333
2334 #: ref-filter.c:37
2335 #, c-format
2336 msgid "behind %d"
2337 msgstr ""
2338
2339 #: ref-filter.c:38
2340 #, c-format
2341 msgid "ahead %d, behind %d"
2342 msgstr ""
2343
2344 #: ref-filter.c:104
2345 #, c-format
2346 msgid "expected format: %%(color:<color>)"
2347 msgstr ""
2348
2349 #: ref-filter.c:106
2350 #, c-format
2351 msgid "unrecognized color: %%(color:%s)"
2352 msgstr ""
2353
2354 #: ref-filter.c:120
2355 #, c-format
2356 msgid "Integer value expected refname:lstrip=%s"
2357 msgstr ""
2358
2359 #: ref-filter.c:124
2360 #, c-format
2361 msgid "Integer value expected refname:rstrip=%s"
2362 msgstr ""
2363
2364 #: ref-filter.c:126
2365 #, c-format
2366 msgid "unrecognized %%(%s) argument: %s"
2367 msgstr ""
2368
2369 #: ref-filter.c:166
2370 #, c-format
2371 msgid "%%(body) does not take arguments"
2372 msgstr ""
2373
2374 #: ref-filter.c:173
2375 #, c-format
2376 msgid "%%(subject) does not take arguments"
2377 msgstr ""
2378
2379 #: ref-filter.c:180
2380 #, c-format
2381 msgid "%%(trailers) does not take arguments"
2382 msgstr ""
2383
2384 #: ref-filter.c:199
2385 #, c-format
2386 msgid "positive value expected contents:lines=%s"
2387 msgstr ""
2388
2389 #: ref-filter.c:201
2390 #, c-format
2391 msgid "unrecognized %%(contents) argument: %s"
2392 msgstr ""
2393
2394 #: ref-filter.c:214
2395 #, c-format
2396 msgid "positive value expected objectname:short=%s"
2397 msgstr ""
2398
2399 #: ref-filter.c:218
2400 #, c-format
2401 msgid "unrecognized %%(objectname) argument: %s"
2402 msgstr ""
2403
2404 #: ref-filter.c:245
2405 #, c-format
2406 msgid "expected format: %%(align:<width>,<position>)"
2407 msgstr ""
2408
2409 #: ref-filter.c:257
2410 #, c-format
2411 msgid "unrecognized position:%s"
2412 msgstr ""
2413
2414 #: ref-filter.c:261
2415 #, c-format
2416 msgid "unrecognized width:%s"
2417 msgstr ""
2418
2419 #: ref-filter.c:267
2420 #, c-format
2421 msgid "unrecognized %%(align) argument: %s"
2422 msgstr ""
2423
2424 #: ref-filter.c:271
2425 #, c-format
2426 msgid "positive width expected with the %%(align) atom"
2427 msgstr ""
2428
2429 #: ref-filter.c:286
2430 #, c-format
2431 msgid "unrecognized %%(if) argument: %s"
2432 msgstr ""
2433
2434 #: ref-filter.c:371
2435 #, c-format
2436 msgid "malformed field name: %.*s"
2437 msgstr ""
2438
2439 #: ref-filter.c:397
2440 #, c-format
2441 msgid "unknown field name: %.*s"
2442 msgstr ""
2443
2444 #: ref-filter.c:501
2445 #, c-format
2446 msgid "format: %%(if) atom used without a %%(then) atom"
2447 msgstr ""
2448
2449 #: ref-filter.c:561
2450 #, c-format
2451 msgid "format: %%(then) atom used without an %%(if) atom"
2452 msgstr ""
2453
2454 #: ref-filter.c:563
2455 #, c-format
2456 msgid "format: %%(then) atom used more than once"
2457 msgstr ""
2458
2459 #: ref-filter.c:565
2460 #, c-format
2461 msgid "format: %%(then) atom used after %%(else)"
2462 msgstr ""
2463
2464 #: ref-filter.c:591
2465 #, c-format
2466 msgid "format: %%(else) atom used without an %%(if) atom"
2467 msgstr ""
2468
2469 #: ref-filter.c:593
2470 #, c-format
2471 msgid "format: %%(else) atom used without a %%(then) atom"
2472 msgstr ""
2473
2474 #: ref-filter.c:595
2475 #, c-format
2476 msgid "format: %%(else) atom used more than once"
2477 msgstr ""
2478
2479 #: ref-filter.c:608
2480 #, c-format
2481 msgid "format: %%(end) atom used without corresponding atom"
2482 msgstr ""
2483
2484 #: ref-filter.c:663
2485 #, c-format
2486 msgid "malformed format string %s"
2487 msgstr ""
2488
2489 #: ref-filter.c:1247
2490 #, c-format
2491 msgid "(no branch, rebasing %s)"
2492 msgstr ""
2493
2494 #: ref-filter.c:1250
2495 #, c-format
2496 msgid "(no branch, bisect started on %s)"
2497 msgstr ""
2498
2499 #. TRANSLATORS: make sure this matches
2500 #. "HEAD detached at " in wt-status.c
2501 #: ref-filter.c:1256
2502 #, c-format
2503 msgid "(HEAD detached at %s)"
2504 msgstr ""
2505
2506 #. TRANSLATORS: make sure this matches
2507 #. "HEAD detached from " in wt-status.c
2508 #: ref-filter.c:1261
2509 #, c-format
2510 msgid "(HEAD detached from %s)"
2511 msgstr ""
2512
2513 #: ref-filter.c:1265
2514 msgid "(no branch)"
2515 msgstr ""
2516
2517 #: ref-filter.c:1420 ref-filter.c:1451
2518 #, c-format
2519 msgid "missing object %s for %s"
2520 msgstr ""
2521
2522 #: ref-filter.c:1423 ref-filter.c:1454
2523 #, c-format
2524 msgid "parse_object_buffer failed on %s for %s"
2525 msgstr ""
2526
2527 #: ref-filter.c:1692
2528 #, c-format
2529 msgid "malformed object at '%s'"
2530 msgstr ""
2531
2532 #: ref-filter.c:1759
2533 #, c-format
2534 msgid "ignoring ref with broken name %s"
2535 msgstr ""
2536
2537 #: ref-filter.c:1764
2538 #, c-format
2539 msgid "ignoring broken ref %s"
2540 msgstr ""
2541
2542 #: ref-filter.c:2028
2543 #, c-format
2544 msgid "format: %%(end) atom missing"
2545 msgstr ""
2546
2547 #: ref-filter.c:2109
2548 #, c-format
2549 msgid "malformed object name %s"
2550 msgstr ""
2551
2552 #: remote.c:754
2553 #, c-format
2554 msgid "Cannot fetch both %s and %s to %s"
2555 msgstr ""
2556
2557 #: remote.c:758
2558 #, c-format
2559 msgid "%s usually tracks %s, not %s"
2560 msgstr ""
2561
2562 #: remote.c:762
2563 #, c-format
2564 msgid "%s tracks both %s and %s"
2565 msgstr ""
2566
2567 #: remote.c:770
2568 msgid "Internal error"
2569 msgstr ""
2570
2571 #: remote.c:1685 remote.c:1787
2572 msgid "HEAD does not point to a branch"
2573 msgstr ""
2574
2575 #: remote.c:1694
2576 #, c-format
2577 msgid "no such branch: '%s'"
2578 msgstr ""
2579
2580 #: remote.c:1697
2581 #, c-format
2582 msgid "no upstream configured for branch '%s'"
2583 msgstr ""
2584
2585 #: remote.c:1703
2586 #, c-format
2587 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2588 msgstr ""
2589
2590 #: remote.c:1718
2591 #, c-format
2592 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2593 msgstr ""
2594
2595 #: remote.c:1730
2596 #, c-format
2597 msgid "branch '%s' has no remote for pushing"
2598 msgstr ""
2599
2600 #: remote.c:1741
2601 #, c-format
2602 msgid "push refspecs for '%s' do not include '%s'"
2603 msgstr ""
2604
2605 #: remote.c:1754
2606 msgid "push has no destination (push.default is 'nothing')"
2607 msgstr ""
2608
2609 #: remote.c:1776
2610 msgid "cannot resolve 'simple' push to a single destination"
2611 msgstr ""
2612
2613 #: remote.c:2081
2614 #, c-format
2615 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2616 msgstr ""
2617
2618 #: remote.c:2085
2619 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2620 msgstr ""
2621
2622 #: remote.c:2088
2623 #, c-format
2624 msgid "Your branch is up-to-date with '%s'.\n"
2625 msgstr ""
2626
2627 #: remote.c:2092
2628 #, c-format
2629 msgid "Your branch is ahead of '%s' by %d commit.\n"
2630 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2631 msgstr[0] ""
2632 msgstr[1] ""
2633
2634 #: remote.c:2098
2635 msgid "  (use \"git push\" to publish your local commits)\n"
2636 msgstr ""
2637
2638 #: remote.c:2101
2639 #, c-format
2640 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2641 msgid_plural ""
2642 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2643 msgstr[0] ""
2644 msgstr[1] ""
2645
2646 #: remote.c:2109
2647 msgid "  (use \"git pull\" to update your local branch)\n"
2648 msgstr ""
2649
2650 #: remote.c:2112
2651 #, c-format
2652 msgid ""
2653 "Your branch and '%s' have diverged,\n"
2654 "and have %d and %d different commit each, respectively.\n"
2655 msgid_plural ""
2656 "Your branch and '%s' have diverged,\n"
2657 "and have %d and %d different commits each, respectively.\n"
2658 msgstr[0] ""
2659 msgstr[1] ""
2660
2661 #: remote.c:2122
2662 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2663 msgstr ""
2664
2665 #: revision.c:2158
2666 msgid "your current branch appears to be broken"
2667 msgstr ""
2668
2669 #: revision.c:2161
2670 #, c-format
2671 msgid "your current branch '%s' does not have any commits yet"
2672 msgstr ""
2673
2674 #: revision.c:2355
2675 msgid "--first-parent is incompatible with --bisect"
2676 msgstr ""
2677
2678 #: run-command.c:125
2679 msgid "open /dev/null failed"
2680 msgstr ""
2681
2682 #: run-command.c:127
2683 #, c-format
2684 msgid "dup2(%d,%d) failed"
2685 msgstr ""
2686
2687 #: send-pack.c:150
2688 #, c-format
2689 msgid "unable to parse remote unpack status: %s"
2690 msgstr ""
2691
2692 #: send-pack.c:152
2693 #, c-format
2694 msgid "remote unpack failed: %s"
2695 msgstr ""
2696
2697 #: send-pack.c:315
2698 msgid "failed to sign the push certificate"
2699 msgstr ""
2700
2701 #: send-pack.c:428
2702 msgid "the receiving end does not support --signed push"
2703 msgstr ""
2704
2705 #: send-pack.c:430
2706 msgid ""
2707 "not sending a push certificate since the receiving end does not support --"
2708 "signed push"
2709 msgstr ""
2710
2711 #: send-pack.c:442
2712 msgid "the receiving end does not support --atomic push"
2713 msgstr ""
2714
2715 #: send-pack.c:447
2716 msgid "the receiving end does not support push options"
2717 msgstr ""
2718
2719 #: sequencer.c:215
2720 msgid "revert"
2721 msgstr ""
2722
2723 #: sequencer.c:217
2724 msgid "cherry-pick"
2725 msgstr ""
2726
2727 #: sequencer.c:219
2728 msgid "rebase -i"
2729 msgstr ""
2730
2731 #: sequencer.c:221
2732 #, c-format
2733 msgid "Unknown action: %d"
2734 msgstr ""
2735
2736 #: sequencer.c:278
2737 msgid ""
2738 "after resolving the conflicts, mark the corrected paths\n"
2739 "with 'git add <paths>' or 'git rm <paths>'"
2740 msgstr ""
2741
2742 #: sequencer.c:281
2743 msgid ""
2744 "after resolving the conflicts, mark the corrected paths\n"
2745 "with 'git add <paths>' or 'git rm <paths>'\n"
2746 "and commit the result with 'git commit'"
2747 msgstr ""
2748
2749 #: sequencer.c:294 sequencer.c:1682
2750 #, c-format
2751 msgid "could not lock '%s'"
2752 msgstr ""
2753
2754 #: sequencer.c:297 sequencer.c:1560 sequencer.c:1687 sequencer.c:1701
2755 #, c-format
2756 msgid "could not write to '%s'"
2757 msgstr ""
2758
2759 #: sequencer.c:301
2760 #, c-format
2761 msgid "could not write eol to '%s'"
2762 msgstr ""
2763
2764 #: sequencer.c:305 sequencer.c:1565 sequencer.c:1689
2765 #, c-format
2766 msgid "failed to finalize '%s'."
2767 msgstr ""
2768
2769 #: sequencer.c:329 sequencer.c:814 sequencer.c:1586 builtin/am.c:257
2770 #: builtin/commit.c:749 builtin/merge.c:1018
2771 #, c-format
2772 msgid "could not read '%s'"
2773 msgstr ""
2774
2775 #: sequencer.c:355
2776 #, c-format
2777 msgid "your local changes would be overwritten by %s."
2778 msgstr ""
2779
2780 #: sequencer.c:359
2781 msgid "commit your changes or stash them to proceed."
2782 msgstr ""
2783
2784 #: sequencer.c:388
2785 #, c-format
2786 msgid "%s: fast-forward"
2787 msgstr ""
2788
2789 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2790 #. * "rebase -i".
2791 #.
2792 #: sequencer.c:470
2793 #, c-format
2794 msgid "%s: Unable to write new index file"
2795 msgstr ""
2796
2797 #: sequencer.c:489
2798 msgid "could not resolve HEAD commit\n"
2799 msgstr ""
2800
2801 #: sequencer.c:509
2802 msgid "unable to update cache tree\n"
2803 msgstr ""
2804
2805 #: sequencer.c:592
2806 #, c-format
2807 msgid ""
2808 "you have staged changes in your working tree\n"
2809 "If these changes are meant to be squashed into the previous commit, run:\n"
2810 "\n"
2811 "  git commit --amend %s\n"
2812 "\n"
2813 "If they are meant to go into a new commit, run:\n"
2814 "\n"
2815 "  git commit %s\n"
2816 "\n"
2817 "In both cases, once you're done, continue with:\n"
2818 "\n"
2819 "  git rebase --continue\n"
2820 msgstr ""
2821
2822 #: sequencer.c:694
2823 #, c-format
2824 msgid "could not parse commit %s\n"
2825 msgstr ""
2826
2827 #: sequencer.c:699
2828 #, c-format
2829 msgid "could not parse parent commit %s\n"
2830 msgstr ""
2831
2832 #: sequencer.c:821
2833 #, c-format
2834 msgid ""
2835 "unexpected 1st line of squash message:\n"
2836 "\n"
2837 "\t%.*s"
2838 msgstr ""
2839
2840 #: sequencer.c:827
2841 #, c-format
2842 msgid ""
2843 "invalid 1st line of squash message:\n"
2844 "\n"
2845 "\t%.*s"
2846 msgstr ""
2847
2848 #: sequencer.c:833 sequencer.c:858
2849 #, c-format
2850 msgid "This is a combination of %d commits."
2851 msgstr ""
2852
2853 #: sequencer.c:842
2854 msgid "need a HEAD to fixup"
2855 msgstr ""
2856
2857 #: sequencer.c:844
2858 msgid "could not read HEAD"
2859 msgstr ""
2860
2861 #: sequencer.c:846
2862 msgid "could not read HEAD's commit message"
2863 msgstr ""
2864
2865 #: sequencer.c:852
2866 #, c-format
2867 msgid "cannot write '%s'"
2868 msgstr ""
2869
2870 #: sequencer.c:861 git-rebase--interactive.sh:445
2871 msgid "This is the 1st commit message:"
2872 msgstr ""
2873
2874 #: sequencer.c:869
2875 #, c-format
2876 msgid "could not read commit message of %s"
2877 msgstr ""
2878
2879 #: sequencer.c:876
2880 #, c-format
2881 msgid "This is the commit message #%d:"
2882 msgstr ""
2883
2884 #: sequencer.c:881
2885 #, c-format
2886 msgid "The commit message #%d will be skipped:"
2887 msgstr ""
2888
2889 #: sequencer.c:886
2890 #, c-format
2891 msgid "unknown command: %d"
2892 msgstr ""
2893
2894 #: sequencer.c:952
2895 msgid "your index file is unmerged."
2896 msgstr ""
2897
2898 #: sequencer.c:970
2899 #, c-format
2900 msgid "commit %s is a merge but no -m option was given."
2901 msgstr ""
2902
2903 #: sequencer.c:978
2904 #, c-format
2905 msgid "commit %s does not have parent %d"
2906 msgstr ""
2907
2908 #: sequencer.c:982
2909 #, c-format
2910 msgid "mainline was specified but commit %s is not a merge."
2911 msgstr ""
2912
2913 #: sequencer.c:988
2914 #, c-format
2915 msgid "cannot get commit message for %s"
2916 msgstr ""
2917
2918 #. TRANSLATORS: The first %s will be a "todo" command like
2919 #. "revert" or "pick", the second %s a SHA1.
2920 #: sequencer.c:1009
2921 #, c-format
2922 msgid "%s: cannot parse parent commit %s"
2923 msgstr ""
2924
2925 #: sequencer.c:1071 sequencer.c:1827
2926 #, c-format
2927 msgid "could not rename '%s' to '%s'"
2928 msgstr ""
2929
2930 #: sequencer.c:1122
2931 #, c-format
2932 msgid "could not revert %s... %s"
2933 msgstr ""
2934
2935 #: sequencer.c:1123
2936 #, c-format
2937 msgid "could not apply %s... %s"
2938 msgstr ""
2939
2940 #: sequencer.c:1165
2941 msgid "empty commit set passed"
2942 msgstr ""
2943
2944 #: sequencer.c:1175
2945 #, c-format
2946 msgid "git %s: failed to read the index"
2947 msgstr ""
2948
2949 #: sequencer.c:1182
2950 #, c-format
2951 msgid "git %s: failed to refresh the index"
2952 msgstr ""
2953
2954 #: sequencer.c:1303
2955 #, c-format
2956 msgid "invalid line %d: %.*s"
2957 msgstr ""
2958
2959 #: sequencer.c:1311
2960 #, c-format
2961 msgid "cannot '%s' without a previous commit"
2962 msgstr ""
2963
2964 #: sequencer.c:1344
2965 #, c-format
2966 msgid "could not read '%s'."
2967 msgstr ""
2968
2969 #: sequencer.c:1356
2970 msgid "please fix this using 'git rebase --edit-todo'."
2971 msgstr ""
2972
2973 #: sequencer.c:1358
2974 #, c-format
2975 msgid "unusable instruction sheet: '%s'"
2976 msgstr ""
2977
2978 #: sequencer.c:1363
2979 msgid "no commits parsed."
2980 msgstr ""
2981
2982 #: sequencer.c:1374
2983 msgid "cannot cherry-pick during a revert."
2984 msgstr ""
2985
2986 #: sequencer.c:1376
2987 msgid "cannot revert during a cherry-pick."
2988 msgstr ""
2989
2990 #: sequencer.c:1439
2991 #, c-format
2992 msgid "invalid key: %s"
2993 msgstr ""
2994
2995 #: sequencer.c:1442
2996 #, c-format
2997 msgid "invalid value for %s: %s"
2998 msgstr ""
2999
3000 #: sequencer.c:1499
3001 #, c-format
3002 msgid "malformed options sheet: '%s'"
3003 msgstr ""
3004
3005 #: sequencer.c:1537
3006 msgid "a cherry-pick or revert is already in progress"
3007 msgstr ""
3008
3009 #: sequencer.c:1538
3010 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3011 msgstr ""
3012
3013 #: sequencer.c:1541
3014 #, c-format
3015 msgid "could not create sequencer directory '%s'"
3016 msgstr ""
3017
3018 #: sequencer.c:1555
3019 msgid "could not lock HEAD"
3020 msgstr ""
3021
3022 #: sequencer.c:1611 sequencer.c:2181
3023 msgid "no cherry-pick or revert in progress"
3024 msgstr ""
3025
3026 #: sequencer.c:1613
3027 msgid "cannot resolve HEAD"
3028 msgstr ""
3029
3030 #: sequencer.c:1615 sequencer.c:1649
3031 msgid "cannot abort from a branch yet to be born"
3032 msgstr ""
3033
3034 #: sequencer.c:1635 builtin/grep.c:910
3035 #, c-format
3036 msgid "cannot open '%s'"
3037 msgstr ""
3038
3039 #: sequencer.c:1637
3040 #, c-format
3041 msgid "cannot read '%s': %s"
3042 msgstr ""
3043
3044 #: sequencer.c:1638
3045 msgid "unexpected end of file"
3046 msgstr ""
3047
3048 #: sequencer.c:1644
3049 #, c-format
3050 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3051 msgstr ""
3052
3053 #: sequencer.c:1655
3054 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3055 msgstr ""
3056
3057 #: sequencer.c:1792 sequencer.c:2080
3058 msgid "cannot read HEAD"
3059 msgstr ""
3060
3061 #: sequencer.c:1832 builtin/difftool.c:616
3062 #, c-format
3063 msgid "could not copy '%s' to '%s'"
3064 msgstr ""
3065
3066 #: sequencer.c:1848
3067 msgid "could not read index"
3068 msgstr ""
3069
3070 #: sequencer.c:1853
3071 #, c-format
3072 msgid ""
3073 "execution failed: %s\n"
3074 "%sYou can fix the problem, and then run\n"
3075 "\n"
3076 "  git rebase --continue\n"
3077 "\n"
3078 msgstr ""
3079
3080 #: sequencer.c:1859
3081 msgid "and made changes to the index and/or the working tree\n"
3082 msgstr ""
3083
3084 #: sequencer.c:1865
3085 #, c-format
3086 msgid ""
3087 "execution succeeded: %s\n"
3088 "but left changes to the index and/or the working tree\n"
3089 "Commit or stash your changes, and then run\n"
3090 "\n"
3091 "  git rebase --continue\n"
3092 "\n"
3093 msgstr ""
3094
3095 #: sequencer.c:1920 git-rebase.sh:169
3096 #, c-format
3097 msgid "Applied autostash."
3098 msgstr ""
3099
3100 #: sequencer.c:1932
3101 #, c-format
3102 msgid "cannot store %s"
3103 msgstr ""
3104
3105 #: sequencer.c:1934 git-rebase.sh:173
3106 #, c-format
3107 msgid ""
3108 "Applying autostash resulted in conflicts.\n"
3109 "Your changes are safe in the stash.\n"
3110 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3111 msgstr ""
3112
3113 #: sequencer.c:2016
3114 #, c-format
3115 msgid "Stopped at %s...  %.*s\n"
3116 msgstr ""
3117
3118 #: sequencer.c:2058
3119 #, c-format
3120 msgid "unknown command %d"
3121 msgstr ""
3122
3123 #: sequencer.c:2088
3124 msgid "could not read orig-head"
3125 msgstr ""
3126
3127 #: sequencer.c:2092
3128 msgid "could not read 'onto'"
3129 msgstr ""
3130
3131 #: sequencer.c:2099
3132 #, c-format
3133 msgid "could not update %s"
3134 msgstr ""
3135
3136 #: sequencer.c:2106
3137 #, c-format
3138 msgid "could not update HEAD to %s"
3139 msgstr ""
3140
3141 #: sequencer.c:2190
3142 msgid "cannot rebase: You have unstaged changes."
3143 msgstr ""
3144
3145 #: sequencer.c:2195
3146 msgid "could not remove CHERRY_PICK_HEAD"
3147 msgstr ""
3148
3149 #: sequencer.c:2204
3150 msgid "cannot amend non-existing commit"
3151 msgstr ""
3152
3153 #: sequencer.c:2206
3154 #, c-format
3155 msgid "invalid file: '%s'"
3156 msgstr ""
3157
3158 #: sequencer.c:2208
3159 #, c-format
3160 msgid "invalid contents: '%s'"
3161 msgstr ""
3162
3163 #: sequencer.c:2211
3164 msgid ""
3165 "\n"
3166 "You have uncommitted changes in your working tree. Please, commit them\n"
3167 "first and then run 'git rebase --continue' again."
3168 msgstr ""
3169
3170 #: sequencer.c:2221
3171 msgid "could not commit staged changes."
3172 msgstr ""
3173
3174 #: sequencer.c:2301
3175 #, c-format
3176 msgid "%s: can't cherry-pick a %s"
3177 msgstr ""
3178
3179 #: sequencer.c:2305
3180 #, c-format
3181 msgid "%s: bad revision"
3182 msgstr ""
3183
3184 #: sequencer.c:2338
3185 msgid "can't revert as initial commit"
3186 msgstr ""
3187
3188 #: setup.c:165
3189 #, c-format
3190 msgid ""
3191 "%s: no such path in the working tree.\n"
3192 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3193 msgstr ""
3194
3195 #: setup.c:178
3196 #, c-format
3197 msgid ""
3198 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3199 "Use '--' to separate paths from revisions, like this:\n"
3200 "'git <command> [<revision>...] -- [<file>...]'"
3201 msgstr ""
3202
3203 #: setup.c:228
3204 #, c-format
3205 msgid ""
3206 "ambiguous argument '%s': both revision and filename\n"
3207 "Use '--' to separate paths from revisions, like this:\n"
3208 "'git <command> [<revision>...] -- [<file>...]'"
3209 msgstr ""
3210
3211 #: setup.c:475
3212 #, c-format
3213 msgid "Expected git repo version <= %d, found %d"
3214 msgstr ""
3215
3216 #: setup.c:483
3217 msgid "unknown repository extensions found:"
3218 msgstr ""
3219
3220 #: setup.c:776
3221 #, c-format
3222 msgid "Not a git repository (or any of the parent directories): %s"
3223 msgstr ""
3224
3225 #: setup.c:778 builtin/index-pack.c:1646
3226 msgid "Cannot come back to cwd"
3227 msgstr ""
3228
3229 #: setup.c:1010
3230 msgid "Unable to read current working directory"
3231 msgstr ""
3232
3233 #: setup.c:1022 setup.c:1028
3234 #, c-format
3235 msgid "Cannot change to '%s'"
3236 msgstr ""
3237
3238 #: setup.c:1041
3239 #, c-format
3240 msgid ""
3241 "Not a git repository (or any parent up to mount point %s)\n"
3242 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3243 msgstr ""
3244
3245 #: setup.c:1106
3246 #, c-format
3247 msgid ""
3248 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3249 "The owner of files must always have read and write permissions."
3250 msgstr ""
3251
3252 #: sha1_file.c:559
3253 #, c-format
3254 msgid "path '%s' does not exist"
3255 msgstr ""
3256
3257 #: sha1_file.c:585
3258 #, c-format
3259 msgid "reference repository '%s' as a linked checkout is not supported yet."
3260 msgstr ""
3261
3262 #: sha1_file.c:591
3263 #, c-format
3264 msgid "reference repository '%s' is not a local repository."
3265 msgstr ""
3266
3267 #: sha1_file.c:597
3268 #, c-format
3269 msgid "reference repository '%s' is shallow"
3270 msgstr ""
3271
3272 #: sha1_file.c:605
3273 #, c-format
3274 msgid "reference repository '%s' is grafted"
3275 msgstr ""
3276
3277 #: sha1_file.c:1245
3278 msgid "offset before end of packfile (broken .idx?)"
3279 msgstr ""
3280
3281 #: sha1_file.c:2721
3282 #, c-format
3283 msgid "offset before start of pack index for %s (corrupt index?)"
3284 msgstr ""
3285
3286 #: sha1_file.c:2725
3287 #, c-format
3288 msgid "offset beyond end of pack index for %s (truncated index?)"
3289 msgstr ""
3290
3291 #: sha1_name.c:409
3292 #, c-format
3293 msgid "short SHA1 %s is ambiguous"
3294 msgstr ""
3295
3296 #: sha1_name.c:420
3297 msgid "The candidates are:"
3298 msgstr ""
3299
3300 #: sha1_name.c:580
3301 msgid ""
3302 "Git normally never creates a ref that ends with 40 hex characters\n"
3303 "because it will be ignored when you just specify 40-hex. These refs\n"
3304 "may be created by mistake. For example,\n"
3305 "\n"
3306 "  git checkout -b $br $(git rev-parse ...)\n"
3307 "\n"
3308 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3309 "examine these refs and maybe delete them. Turn this message off by\n"
3310 "running \"git config advice.objectNameWarning false\""
3311 msgstr ""
3312
3313 #: submodule.c:67 submodule.c:101
3314 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3315 msgstr ""
3316
3317 #: submodule.c:71 submodule.c:105
3318 #, c-format
3319 msgid "Could not find section in .gitmodules where path=%s"
3320 msgstr ""
3321
3322 #: submodule.c:79
3323 #, c-format
3324 msgid "Could not update .gitmodules entry %s"
3325 msgstr ""
3326
3327 #: submodule.c:112
3328 #, c-format
3329 msgid "Could not remove .gitmodules entry for %s"
3330 msgstr ""
3331
3332 #: submodule.c:123
3333 msgid "staging updated .gitmodules failed"
3334 msgstr ""
3335
3336 #: submodule.c:161
3337 msgid "negative values not allowed for submodule.fetchJobs"
3338 msgstr ""
3339
3340 #: submodule.c:1194
3341 #, c-format
3342 msgid "'%s' not recognized as a git repository"
3343 msgstr ""
3344
3345 #: submodule.c:1332
3346 #, c-format
3347 msgid "could not start 'git status' in submodule '%s'"
3348 msgstr ""
3349
3350 #: submodule.c:1345
3351 #, c-format
3352 msgid "could not run 'git status' in submodule '%s'"
3353 msgstr ""
3354
3355 #: submodule.c:1421
3356 #, c-format
3357 msgid "submodule '%s' has dirty index"
3358 msgstr ""
3359
3360 #: submodule.c:1678
3361 #, c-format
3362 msgid ""
3363 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3364 msgstr ""
3365
3366 #: submodule.c:1690 submodule.c:1746
3367 #, c-format
3368 msgid "could not lookup name for submodule '%s'"
3369 msgstr ""
3370
3371 #: submodule.c:1694 builtin/submodule--helper.c:678
3372 #: builtin/submodule--helper.c:688
3373 #, c-format
3374 msgid "could not create directory '%s'"
3375 msgstr ""
3376
3377 #: submodule.c:1697
3378 #, c-format
3379 msgid ""
3380 "Migrating git directory of '%s%s' from\n"
3381 "'%s' to\n"
3382 "'%s'\n"
3383 msgstr ""
3384
3385 #: submodule.c:1781
3386 #, c-format
3387 msgid "could not recurse into submodule '%s'"
3388 msgstr ""
3389
3390 #: submodule.c:1825
3391 msgid "could not start ls-files in .."
3392 msgstr ""
3393
3394 #: submodule.c:1845
3395 msgid "BUG: returned path string doesn't match cwd?"
3396 msgstr ""
3397
3398 #: submodule.c:1864
3399 #, c-format
3400 msgid "ls-tree returned unexpected return code %d"
3401 msgstr ""
3402
3403 #: submodule-config.c:380
3404 #, c-format
3405 msgid "invalid value for %s"
3406 msgstr ""
3407
3408 #: trailer.c:240
3409 #, c-format
3410 msgid "running trailer command '%s' failed"
3411 msgstr ""
3412
3413 #: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3414 #: trailer.c:543
3415 #, c-format
3416 msgid "unknown value '%s' for key '%s'"
3417 msgstr ""
3418
3419 #: trailer.c:525 trailer.c:530 builtin/remote.c:289
3420 #, c-format
3421 msgid "more than one %s"
3422 msgstr ""
3423
3424 #: trailer.c:702
3425 #, c-format
3426 msgid "empty trailer token in trailer '%.*s'"
3427 msgstr ""
3428
3429 #: trailer.c:722
3430 #, c-format
3431 msgid "could not read input file '%s'"
3432 msgstr ""
3433
3434 #: trailer.c:725
3435 msgid "could not read from stdin"
3436 msgstr ""
3437
3438 #: trailer.c:949 builtin/am.c:44
3439 #, c-format
3440 msgid "could not stat %s"
3441 msgstr ""
3442
3443 #: trailer.c:951
3444 #, c-format
3445 msgid "file %s is not a regular file"
3446 msgstr ""
3447
3448 #: trailer.c:953
3449 #, c-format
3450 msgid "file %s is not writable by user"
3451 msgstr ""
3452
3453 #: trailer.c:965
3454 msgid "could not open temporary file"
3455 msgstr ""
3456
3457 #: trailer.c:1001
3458 #, c-format
3459 msgid "could not rename temporary file to %s"
3460 msgstr ""
3461
3462 #: transport.c:62
3463 #, c-format
3464 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3465 msgstr ""
3466
3467 #: transport.c:151
3468 #, c-format
3469 msgid "transport: invalid depth option '%s'"
3470 msgstr ""
3471
3472 #: transport.c:889
3473 #, c-format
3474 msgid ""
3475 "The following submodule paths contain changes that can\n"
3476 "not be found on any remote:\n"
3477 msgstr ""
3478
3479 #: transport.c:893
3480 #, c-format
3481 msgid ""
3482 "\n"
3483 "Please try\n"
3484 "\n"
3485 "\tgit push --recurse-submodules=on-demand\n"
3486 "\n"
3487 "or cd to the path and use\n"
3488 "\n"
3489 "\tgit push\n"
3490 "\n"
3491 "to push them to a remote.\n"
3492 "\n"
3493 msgstr ""
3494
3495 #: transport.c:901
3496 msgid "Aborting."
3497 msgstr ""
3498
3499 #: transport-helper.c:1080
3500 #, c-format
3501 msgid "Could not read ref %s"
3502 msgstr ""
3503
3504 #: tree-walk.c:31
3505 msgid "too-short tree object"
3506 msgstr ""
3507
3508 #: tree-walk.c:37
3509 msgid "malformed mode in tree entry"
3510 msgstr ""
3511
3512 #: tree-walk.c:41
3513 msgid "empty filename in tree entry"
3514 msgstr ""
3515
3516 #: tree-walk.c:113
3517 msgid "too-short tree file"
3518 msgstr ""
3519
3520 #: unpack-trees.c:104
3521 #, c-format
3522 msgid ""
3523 "Your local changes to the following files would be overwritten by checkout:\n"
3524 "%%sPlease commit your changes or stash them before you switch branches."
3525 msgstr ""
3526
3527 #: unpack-trees.c:106
3528 #, c-format
3529 msgid ""
3530 "Your local changes to the following files would be overwritten by checkout:\n"
3531 "%%s"
3532 msgstr ""
3533
3534 #: unpack-trees.c:109
3535 #, c-format
3536 msgid ""
3537 "Your local changes to the following files would be overwritten by merge:\n"
3538 "%%sPlease commit your changes or stash them before you merge."
3539 msgstr ""
3540
3541 #: unpack-trees.c:111
3542 #, c-format
3543 msgid ""
3544 "Your local changes to the following files would be overwritten by merge:\n"
3545 "%%s"
3546 msgstr ""
3547
3548 #: unpack-trees.c:114
3549 #, c-format
3550 msgid ""
3551 "Your local changes to the following files would be overwritten by %s:\n"
3552 "%%sPlease commit your changes or stash them before you %s."
3553 msgstr ""
3554
3555 #: unpack-trees.c:116
3556 #, c-format
3557 msgid ""
3558 "Your local changes to the following files would be overwritten by %s:\n"
3559 "%%s"
3560 msgstr ""
3561
3562 #: unpack-trees.c:121
3563 #, c-format
3564 msgid ""
3565 "Updating the following directories would lose untracked files in them:\n"
3566 "%s"
3567 msgstr ""
3568
3569 #: unpack-trees.c:125
3570 #, c-format
3571 msgid ""
3572 "The following untracked working tree files would be removed by checkout:\n"
3573 "%%sPlease move or remove them before you switch branches."
3574 msgstr ""
3575
3576 #: unpack-trees.c:127
3577 #, c-format
3578 msgid ""
3579 "The following untracked working tree files would be removed by checkout:\n"
3580 "%%s"
3581 msgstr ""
3582
3583 #: unpack-trees.c:130
3584 #, c-format
3585 msgid ""
3586 "The following untracked working tree files would be removed by merge:\n"
3587 "%%sPlease move or remove them before you merge."
3588 msgstr ""
3589
3590 #: unpack-trees.c:132
3591 #, c-format
3592 msgid ""
3593 "The following untracked working tree files would be removed by merge:\n"
3594 "%%s"
3595 msgstr ""
3596
3597 #: unpack-trees.c:135
3598 #, c-format
3599 msgid ""
3600 "The following untracked working tree files would be removed by %s:\n"
3601 "%%sPlease move or remove them before you %s."
3602 msgstr ""
3603
3604 #: unpack-trees.c:137
3605 #, c-format
3606 msgid ""
3607 "The following untracked working tree files would be removed by %s:\n"
3608 "%%s"
3609 msgstr ""
3610
3611 #: unpack-trees.c:142
3612 #, c-format
3613 msgid ""
3614 "The following untracked working tree files would be overwritten by "
3615 "checkout:\n"
3616 "%%sPlease move or remove them before you switch branches."
3617 msgstr ""
3618
3619 #: unpack-trees.c:144
3620 #, c-format
3621 msgid ""
3622 "The following untracked working tree files would be overwritten by "
3623 "checkout:\n"
3624 "%%s"
3625 msgstr ""
3626
3627 #: unpack-trees.c:147
3628 #, c-format
3629 msgid ""
3630 "The following untracked working tree files would be overwritten by merge:\n"
3631 "%%sPlease move or remove them before you merge."
3632 msgstr ""
3633
3634 #: unpack-trees.c:149
3635 #, c-format
3636 msgid ""
3637 "The following untracked working tree files would be overwritten by merge:\n"
3638 "%%s"
3639 msgstr ""
3640
3641 #: unpack-trees.c:152
3642 #, c-format
3643 msgid ""
3644 "The following untracked working tree files would be overwritten by %s:\n"
3645 "%%sPlease move or remove them before you %s."
3646 msgstr ""
3647
3648 #: unpack-trees.c:154
3649 #, c-format
3650 msgid ""
3651 "The following untracked working tree files would be overwritten by %s:\n"
3652 "%%s"
3653 msgstr ""
3654
3655 #: unpack-trees.c:161
3656 #, c-format
3657 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3658 msgstr ""
3659
3660 #: unpack-trees.c:164
3661 #, c-format
3662 msgid ""
3663 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3664 "%s"
3665 msgstr ""
3666
3667 #: unpack-trees.c:166
3668 #, c-format
3669 msgid ""
3670 "The following working tree files would be overwritten by sparse checkout "
3671 "update:\n"
3672 "%s"
3673 msgstr ""
3674
3675 #: unpack-trees.c:168
3676 #, c-format
3677 msgid ""
3678 "The following working tree files would be removed by sparse checkout "
3679 "update:\n"
3680 "%s"
3681 msgstr ""
3682
3683 #: unpack-trees.c:170
3684 #, c-format
3685 msgid ""
3686 "Cannot update submodule:\n"
3687 "%s"
3688 msgstr ""
3689
3690 #: unpack-trees.c:247
3691 #, c-format
3692 msgid "Aborting\n"
3693 msgstr ""
3694
3695 #: unpack-trees.c:272
3696 #, c-format
3697 msgid "submodule update strategy not supported for submodule '%s'"
3698 msgstr ""
3699
3700 #: unpack-trees.c:340
3701 msgid "Checking out files"
3702 msgstr ""
3703
3704 #: urlmatch.c:163
3705 msgid "invalid URL scheme name or missing '://' suffix"
3706 msgstr ""
3707
3708 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3709 #, c-format
3710 msgid "invalid %XX escape sequence"
3711 msgstr ""
3712
3713 #: urlmatch.c:215
3714 msgid "missing host and scheme is not 'file:'"
3715 msgstr ""
3716
3717 #: urlmatch.c:232
3718 msgid "a 'file:' URL may not have a port number"
3719 msgstr ""
3720
3721 #: urlmatch.c:247
3722 msgid "invalid characters in host name"
3723 msgstr ""
3724
3725 #: urlmatch.c:292 urlmatch.c:303
3726 msgid "invalid port number"
3727 msgstr ""
3728
3729 #: urlmatch.c:371
3730 msgid "invalid '..' path segment"
3731 msgstr ""
3732
3733 #: worktree.c:285
3734 #, c-format
3735 msgid "failed to read '%s'"
3736 msgstr ""
3737
3738 #: wrapper.c:222 wrapper.c:392
3739 #, c-format
3740 msgid "could not open '%s' for reading and writing"
3741 msgstr ""
3742
3743 #: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3744 #, c-format
3745 msgid "could not open '%s' for writing"
3746 msgstr ""
3747
3748 #: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:757
3749 #: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:1015
3750 #: builtin/pull.c:341
3751 #, c-format
3752 msgid "could not open '%s' for reading"
3753 msgstr ""
3754
3755 #: wrapper.c:581 wrapper.c:602
3756 #, c-format
3757 msgid "unable to access '%s'"
3758 msgstr ""
3759
3760 #: wrapper.c:610
3761 msgid "unable to get current working directory"
3762 msgstr ""
3763
3764 #: wrapper.c:634
3765 #, c-format
3766 msgid "could not write to %s"
3767 msgstr ""
3768
3769 #: wrapper.c:636
3770 #, c-format
3771 msgid "could not close %s"
3772 msgstr ""
3773
3774 #: wt-status.c:151
3775 msgid "Unmerged paths:"
3776 msgstr ""
3777
3778 #: wt-status.c:178 wt-status.c:205
3779 #, c-format
3780 msgid "  (use \"git reset %s <file>...\" to unstage)"
3781 msgstr ""
3782
3783 #: wt-status.c:180 wt-status.c:207
3784 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3785 msgstr ""
3786
3787 #: wt-status.c:184
3788 msgid "  (use \"git add <file>...\" to mark resolution)"
3789 msgstr ""
3790
3791 #: wt-status.c:186 wt-status.c:190
3792 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3793 msgstr ""
3794
3795 #: wt-status.c:188
3796 msgid "  (use \"git rm <file>...\" to mark resolution)"
3797 msgstr ""
3798
3799 #: wt-status.c:199 wt-status.c:958
3800 msgid "Changes to be committed:"
3801 msgstr ""
3802
3803 #: wt-status.c:217 wt-status.c:967
3804 msgid "Changes not staged for commit:"
3805 msgstr ""
3806
3807 #: wt-status.c:221
3808 msgid "  (use \"git add <file>...\" to update what will be committed)"
3809 msgstr ""
3810
3811 #: wt-status.c:223
3812 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3813 msgstr ""
3814
3815 #: wt-status.c:224
3816 msgid ""
3817 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3818 msgstr ""
3819
3820 #: wt-status.c:226
3821 msgid "  (commit or discard the untracked or modified content in submodules)"
3822 msgstr ""
3823
3824 #: wt-status.c:238
3825 #, c-format
3826 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3827 msgstr ""
3828
3829 #: wt-status.c:253
3830 msgid "both deleted:"
3831 msgstr ""
3832
3833 #: wt-status.c:255
3834 msgid "added by us:"
3835 msgstr ""
3836
3837 #: wt-status.c:257
3838 msgid "deleted by them:"
3839 msgstr ""
3840
3841 #: wt-status.c:259
3842 msgid "added by them:"
3843 msgstr ""
3844
3845 #: wt-status.c:261
3846 msgid "deleted by us:"
3847 msgstr ""
3848
3849 #: wt-status.c:263
3850 msgid "both added:"
3851 msgstr ""
3852
3853 #: wt-status.c:265
3854 msgid "both modified:"
3855 msgstr ""
3856
3857 #: wt-status.c:275
3858 msgid "new file:"
3859 msgstr ""
3860
3861 #: wt-status.c:277
3862 msgid "copied:"
3863 msgstr ""
3864
3865 #: wt-status.c:279
3866 msgid "deleted:"
3867 msgstr ""
3868
3869 #: wt-status.c:281
3870 msgid "modified:"
3871 msgstr ""
3872
3873 #: wt-status.c:283
3874 msgid "renamed:"
3875 msgstr ""
3876
3877 #: wt-status.c:285
3878 msgid "typechange:"
3879 msgstr ""
3880
3881 #: wt-status.c:287
3882 msgid "unknown:"
3883 msgstr ""
3884
3885 #: wt-status.c:289
3886 msgid "unmerged:"
3887 msgstr ""
3888
3889 #: wt-status.c:371
3890 msgid "new commits, "
3891 msgstr ""
3892
3893 #: wt-status.c:373
3894 msgid "modified content, "
3895 msgstr ""
3896
3897 #: wt-status.c:375
3898 msgid "untracked content, "
3899 msgstr ""
3900
3901 #: wt-status.c:831
3902 msgid "Submodules changed but not updated:"
3903 msgstr ""
3904
3905 #: wt-status.c:833
3906 msgid "Submodule changes to be committed:"
3907 msgstr ""
3908
3909 #: wt-status.c:914
3910 msgid ""
3911 "Do not touch the line above.\n"
3912 "Everything below will be removed."
3913 msgstr ""
3914
3915 #: wt-status.c:1026
3916 msgid "You have unmerged paths."
3917 msgstr ""
3918
3919 #: wt-status.c:1029
3920 msgid "  (fix conflicts and run \"git commit\")"
3921 msgstr ""
3922
3923 #: wt-status.c:1031
3924 msgid "  (use \"git merge --abort\" to abort the merge)"
3925 msgstr ""
3926
3927 #: wt-status.c:1036
3928 msgid "All conflicts fixed but you are still merging."
3929 msgstr ""
3930
3931 #: wt-status.c:1039
3932 msgid "  (use \"git commit\" to conclude merge)"
3933 msgstr ""
3934
3935 #: wt-status.c:1049
3936 msgid "You are in the middle of an am session."
3937 msgstr ""
3938
3939 #: wt-status.c:1052
3940 msgid "The current patch is empty."
3941 msgstr ""
3942
3943 #: wt-status.c:1056
3944 msgid "  (fix conflicts and then run \"git am --continue\")"
3945 msgstr ""
3946
3947 #: wt-status.c:1058
3948 msgid "  (use \"git am --skip\" to skip this patch)"
3949 msgstr ""
3950
3951 #: wt-status.c:1060
3952 msgid "  (use \"git am --abort\" to restore the original branch)"
3953 msgstr ""
3954
3955 #: wt-status.c:1189
3956 msgid "git-rebase-todo is missing."
3957 msgstr ""
3958
3959 #: wt-status.c:1191
3960 msgid "No commands done."
3961 msgstr ""
3962
3963 #: wt-status.c:1194
3964 #, c-format
3965 msgid "Last command done (%d command done):"
3966 msgid_plural "Last commands done (%d commands done):"
3967 msgstr[0] ""
3968 msgstr[1] ""
3969
3970 #: wt-status.c:1205
3971 #, c-format
3972 msgid "  (see more in file %s)"
3973 msgstr ""
3974
3975 #: wt-status.c:1210
3976 msgid "No commands remaining."
3977 msgstr ""
3978
3979 #: wt-status.c:1213
3980 #, c-format
3981 msgid "Next command to do (%d remaining command):"
3982 msgid_plural "Next commands to do (%d remaining commands):"
3983 msgstr[0] ""
3984 msgstr[1] ""
3985
3986 #: wt-status.c:1221
3987 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3988 msgstr ""
3989
3990 #: wt-status.c:1234
3991 #, c-format
3992 msgid "You are currently rebasing branch '%s' on '%s'."
3993 msgstr ""
3994
3995 #: wt-status.c:1239
3996 msgid "You are currently rebasing."
3997 msgstr ""
3998
3999 #: wt-status.c:1253
4000 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4001 msgstr ""
4002
4003 #: wt-status.c:1255
4004 msgid "  (use \"git rebase --skip\" to skip this patch)"
4005 msgstr ""
4006
4007 #: wt-status.c:1257
4008 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4009 msgstr ""
4010
4011 #: wt-status.c:1263
4012 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4013 msgstr ""
4014
4015 #: wt-status.c:1267
4016 #, c-format
4017 msgid ""
4018 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4019 msgstr ""
4020
4021 #: wt-status.c:1272
4022 msgid "You are currently splitting a commit during a rebase."
4023 msgstr ""
4024
4025 #: wt-status.c:1275
4026 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4027 msgstr ""
4028
4029 #: wt-status.c:1279
4030 #, c-format
4031 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4032 msgstr ""
4033
4034 #: wt-status.c:1284
4035 msgid "You are currently editing a commit during a rebase."
4036 msgstr ""
4037
4038 #: wt-status.c:1287
4039 msgid "  (use \"git commit --amend\" to amend the current commit)"
4040 msgstr ""
4041
4042 #: wt-status.c:1289
4043 msgid ""
4044 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4045 msgstr ""
4046
4047 #: wt-status.c:1299
4048 #, c-format
4049 msgid "You are currently cherry-picking commit %s."
4050 msgstr ""
4051
4052 #: wt-status.c:1304
4053 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4054 msgstr ""
4055
4056 #: wt-status.c:1307
4057 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4058 msgstr ""
4059
4060 #: wt-status.c:1309
4061 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4062 msgstr ""
4063
4064 #: wt-status.c:1318
4065 #, c-format
4066 msgid "You are currently reverting commit %s."
4067 msgstr ""
4068
4069 #: wt-status.c:1323
4070 msgid "  (fix conflicts and run \"git revert --continue\")"
4071 msgstr ""
4072
4073 #: wt-status.c:1326
4074 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4075 msgstr ""
4076
4077 #: wt-status.c:1328
4078 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4079 msgstr ""
4080
4081 #: wt-status.c:1339
4082 #, c-format
4083 msgid "You are currently bisecting, started from branch '%s'."
4084 msgstr ""
4085
4086 #: wt-status.c:1343
4087 msgid "You are currently bisecting."
4088 msgstr ""
4089
4090 #: wt-status.c:1346
4091 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4092 msgstr ""
4093
4094 #: wt-status.c:1543
4095 msgid "On branch "
4096 msgstr ""
4097
4098 #: wt-status.c:1549
4099 msgid "interactive rebase in progress; onto "
4100 msgstr ""
4101
4102 #: wt-status.c:1551
4103 msgid "rebase in progress; onto "
4104 msgstr ""
4105
4106 #: wt-status.c:1556
4107 msgid "HEAD detached at "
4108 msgstr ""
4109
4110 #: wt-status.c:1558
4111 msgid "HEAD detached from "
4112 msgstr ""
4113
4114 #: wt-status.c:1561
4115 msgid "Not currently on any branch."
4116 msgstr ""
4117
4118 #: wt-status.c:1579
4119 msgid "Initial commit"
4120 msgstr ""
4121
4122 #: wt-status.c:1593
4123 msgid "Untracked files"
4124 msgstr ""
4125
4126 #: wt-status.c:1595
4127 msgid "Ignored files"
4128 msgstr ""
4129
4130 #: wt-status.c:1599
4131 #, c-format
4132 msgid ""
4133 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4134 "may speed it up, but you have to be careful not to forget to add\n"
4135 "new files yourself (see 'git help status')."
4136 msgstr ""
4137
4138 #: wt-status.c:1605
4139 #, c-format
4140 msgid "Untracked files not listed%s"
4141 msgstr ""
4142
4143 #: wt-status.c:1607
4144 msgid " (use -u option to show untracked files)"
4145 msgstr ""
4146
4147 #: wt-status.c:1613
4148 msgid "No changes"
4149 msgstr ""
4150
4151 #: wt-status.c:1618
4152 #, c-format
4153 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4154 msgstr ""
4155
4156 #: wt-status.c:1621
4157 #, c-format
4158 msgid "no changes added to commit\n"
4159 msgstr ""
4160
4161 #: wt-status.c:1624
4162 #, c-format
4163 msgid ""
4164 "nothing added to commit but untracked files present (use \"git add\" to "
4165 "track)\n"
4166 msgstr ""
4167
4168 #: wt-status.c:1627
4169 #, c-format
4170 msgid "nothing added to commit but untracked files present\n"
4171 msgstr ""
4172
4173 #: wt-status.c:1630
4174 #, c-format
4175 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4176 msgstr ""
4177
4178 #: wt-status.c:1633 wt-status.c:1638
4179 #, c-format
4180 msgid "nothing to commit\n"
4181 msgstr ""
4182
4183 #: wt-status.c:1636
4184 #, c-format
4185 msgid "nothing to commit (use -u to show untracked files)\n"
4186 msgstr ""
4187
4188 #: wt-status.c:1640
4189 #, c-format
4190 msgid "nothing to commit, working tree clean\n"
4191 msgstr ""
4192
4193 #: wt-status.c:1749
4194 msgid "Initial commit on "
4195 msgstr ""
4196
4197 #: wt-status.c:1753
4198 msgid "HEAD (no branch)"
4199 msgstr ""
4200
4201 #: wt-status.c:1782 wt-status.c:1790
4202 msgid "behind "
4203 msgstr ""
4204
4205 #: wt-status.c:1785 wt-status.c:1788
4206 msgid "ahead "
4207 msgstr ""
4208
4209 #. TRANSLATORS: the action is e.g. "pull with rebase"
4210 #: wt-status.c:2280
4211 #, c-format
4212 msgid "cannot %s: You have unstaged changes."
4213 msgstr ""
4214
4215 #: wt-status.c:2286
4216 msgid "additionally, your index contains uncommitted changes."
4217 msgstr ""
4218
4219 #: wt-status.c:2288
4220 #, c-format
4221 msgid "cannot %s: Your index contains uncommitted changes."
4222 msgstr ""
4223
4224 #: compat/precompose_utf8.c:57 builtin/clone.c:432
4225 #, c-format
4226 msgid "failed to unlink '%s'"
4227 msgstr ""
4228
4229 #: builtin/add.c:22
4230 msgid "git add [<options>] [--] <pathspec>..."
4231 msgstr ""
4232
4233 #: builtin/add.c:80
4234 #, c-format
4235 msgid "unexpected diff status %c"
4236 msgstr ""
4237
4238 #: builtin/add.c:85 builtin/commit.c:291
4239 msgid "updating files failed"
4240 msgstr ""
4241
4242 #: builtin/add.c:95
4243 #, c-format
4244 msgid "remove '%s'\n"
4245 msgstr ""
4246
4247 #: builtin/add.c:149
4248 msgid "Unstaged changes after refreshing the index:"
4249 msgstr ""
4250
4251 #: builtin/add.c:209 builtin/rev-parse.c:872
4252 msgid "Could not read the index"
4253 msgstr ""
4254
4255 #: builtin/add.c:220
4256 #, c-format
4257 msgid "Could not open '%s' for writing."
4258 msgstr ""
4259
4260 #: builtin/add.c:224
4261 msgid "Could not write patch"
4262 msgstr ""
4263
4264 #: builtin/add.c:227
4265 msgid "editing patch failed"
4266 msgstr ""
4267
4268 #: builtin/add.c:230
4269 #, c-format
4270 msgid "Could not stat '%s'"
4271 msgstr ""
4272
4273 #: builtin/add.c:232
4274 msgid "Empty patch. Aborted."
4275 msgstr ""
4276
4277 #: builtin/add.c:237
4278 #, c-format
4279 msgid "Could not apply '%s'"
4280 msgstr ""
4281
4282 #: builtin/add.c:247
4283 msgid "The following paths are ignored by one of your .gitignore files:\n"
4284 msgstr ""
4285
4286 #: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:123
4287 #: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4288 #: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:163
4289 msgid "dry run"
4290 msgstr ""
4291
4292 #: builtin/add.c:269
4293 msgid "interactive picking"
4294 msgstr ""
4295
4296 #: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
4297 msgid "select hunks interactively"
4298 msgstr ""
4299
4300 #: builtin/add.c:271
4301 msgid "edit current diff and apply"
4302 msgstr ""
4303
4304 #: builtin/add.c:272
4305 msgid "allow adding otherwise ignored files"
4306 msgstr ""
4307
4308 #: builtin/add.c:273
4309 msgid "update tracked files"
4310 msgstr ""
4311
4312 #: builtin/add.c:274
4313 msgid "record only the fact that the path will be added later"
4314 msgstr ""
4315
4316 #: builtin/add.c:275
4317 msgid "add changes from all tracked and untracked files"
4318 msgstr ""
4319
4320 #: builtin/add.c:278
4321 msgid "ignore paths removed in the working tree (same as --no-all)"
4322 msgstr ""
4323
4324 #: builtin/add.c:280
4325 msgid "don't add, only refresh the index"
4326 msgstr ""
4327
4328 #: builtin/add.c:281
4329 msgid "just skip files which cannot be added because of errors"
4330 msgstr ""
4331
4332 #: builtin/add.c:282
4333 msgid "check if - even missing - files are ignored in dry run"
4334 msgstr ""
4335
4336 #: builtin/add.c:283 builtin/update-index.c:951
4337 msgid "(+/-)x"
4338 msgstr ""
4339
4340 #: builtin/add.c:283 builtin/update-index.c:952
4341 msgid "override the executable bit of the listed files"
4342 msgstr ""
4343
4344 #: builtin/add.c:305
4345 #, c-format
4346 msgid "Use -f if you really want to add them.\n"
4347 msgstr ""
4348
4349 #: builtin/add.c:312
4350 msgid "adding files failed"
4351 msgstr ""
4352
4353 #: builtin/add.c:348
4354 msgid "-A and -u are mutually incompatible"
4355 msgstr ""
4356
4357 #: builtin/add.c:355
4358 msgid "Option --ignore-missing can only be used together with --dry-run"
4359 msgstr ""
4360
4361 #: builtin/add.c:359
4362 #, c-format
4363 msgid "--chmod param '%s' must be either -x or +x"
4364 msgstr ""
4365
4366 #: builtin/add.c:374
4367 #, c-format
4368 msgid "Nothing specified, nothing added.\n"
4369 msgstr ""
4370
4371 #: builtin/add.c:375
4372 #, c-format
4373 msgid "Maybe you wanted to say 'git add .'?\n"
4374 msgstr ""
4375
4376 #: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:298
4377 #: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:350
4378 #: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4379 #: builtin/submodule--helper.c:244
4380 msgid "index file corrupt"
4381 msgstr ""
4382
4383 #: builtin/am.c:412
4384 msgid "could not parse author script"
4385 msgstr ""
4386
4387 #: builtin/am.c:489
4388 #, c-format
4389 msgid "'%s' was deleted by the applypatch-msg hook"
4390 msgstr ""
4391
4392 #: builtin/am.c:530
4393 #, c-format
4394 msgid "Malformed input line: '%s'."
4395 msgstr ""
4396
4397 #: builtin/am.c:567
4398 #, c-format
4399 msgid "Failed to copy notes from '%s' to '%s'"
4400 msgstr ""
4401
4402 #: builtin/am.c:593
4403 msgid "fseek failed"
4404 msgstr ""
4405
4406 #: builtin/am.c:777
4407 #, c-format
4408 msgid "could not parse patch '%s'"
4409 msgstr ""
4410
4411 #: builtin/am.c:842
4412 msgid "Only one StGIT patch series can be applied at once"
4413 msgstr ""
4414
4415 #: builtin/am.c:889
4416 msgid "invalid timestamp"
4417 msgstr ""
4418
4419 #: builtin/am.c:892 builtin/am.c:900
4420 msgid "invalid Date line"
4421 msgstr ""
4422
4423 #: builtin/am.c:897
4424 msgid "invalid timezone offset"
4425 msgstr ""
4426
4427 #: builtin/am.c:986
4428 msgid "Patch format detection failed."
4429 msgstr ""
4430
4431 #: builtin/am.c:991 builtin/clone.c:397
4432 #, c-format
4433 msgid "failed to create directory '%s'"
4434 msgstr ""
4435
4436 #: builtin/am.c:995
4437 msgid "Failed to split patches."
4438 msgstr ""
4439
4440 #: builtin/am.c:1127 builtin/commit.c:376
4441 msgid "unable to write index file"
4442 msgstr ""
4443
4444 #: builtin/am.c:1178
4445 #, c-format
4446 msgid "When you have resolved this problem, run \"%s --continue\"."
4447 msgstr ""
4448
4449 #: builtin/am.c:1179
4450 #, c-format
4451 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4452 msgstr ""
4453
4454 #: builtin/am.c:1180
4455 #, c-format
4456 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4457 msgstr ""
4458
4459 #: builtin/am.c:1315
4460 msgid "Patch is empty. Was it split wrong?"
4461 msgstr ""
4462
4463 #: builtin/am.c:1386 builtin/log.c:1557
4464 #, c-format
4465 msgid "invalid ident line: %s"
4466 msgstr ""
4467
4468 #: builtin/am.c:1413
4469 #, c-format
4470 msgid "unable to parse commit %s"
4471 msgstr ""
4472
4473 #: builtin/am.c:1606
4474 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4475 msgstr ""
4476
4477 #: builtin/am.c:1608
4478 msgid "Using index info to reconstruct a base tree..."
4479 msgstr ""
4480
4481 #: builtin/am.c:1627
4482 msgid ""
4483 "Did you hand edit your patch?\n"
4484 "It does not apply to blobs recorded in its index."
4485 msgstr ""
4486
4487 #: builtin/am.c:1633
4488 msgid "Falling back to patching base and 3-way merge..."
4489 msgstr ""
4490
4491 #: builtin/am.c:1658
4492 msgid "Failed to merge in the changes."
4493 msgstr ""
4494
4495 #: builtin/am.c:1682 builtin/merge.c:631
4496 msgid "git write-tree failed to write a tree"
4497 msgstr ""
4498
4499 #: builtin/am.c:1689
4500 msgid "applying to an empty history"
4501 msgstr ""
4502
4503 #: builtin/am.c:1702 builtin/commit.c:1764 builtin/merge.c:802
4504 #: builtin/merge.c:827
4505 msgid "failed to write commit object"
4506 msgstr ""
4507
4508 #: builtin/am.c:1735 builtin/am.c:1739
4509 #, c-format
4510 msgid "cannot resume: %s does not exist."
4511 msgstr ""
4512
4513 #: builtin/am.c:1755
4514 msgid "cannot be interactive without stdin connected to a terminal."
4515 msgstr ""
4516
4517 #: builtin/am.c:1760
4518 msgid "Commit Body is:"
4519 msgstr ""
4520
4521 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4522 #. in your translation. The program will only accept English
4523 #. input at this point.
4524 #.
4525 #: builtin/am.c:1770
4526 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4527 msgstr ""
4528
4529 #: builtin/am.c:1820
4530 #, c-format
4531 msgid "Dirty index: cannot apply patches (dirty: %s)"
4532 msgstr ""
4533
4534 #: builtin/am.c:1860 builtin/am.c:1932
4535 #, c-format
4536 msgid "Applying: %.*s"
4537 msgstr ""
4538
4539 #: builtin/am.c:1876
4540 msgid "No changes -- Patch already applied."
4541 msgstr ""
4542
4543 #: builtin/am.c:1884
4544 #, c-format
4545 msgid "Patch failed at %s %.*s"
4546 msgstr ""
4547
4548 #: builtin/am.c:1890
4549 #, c-format
4550 msgid "The copy of the patch that failed is found in: %s"
4551 msgstr ""
4552
4553 #: builtin/am.c:1935
4554 msgid ""
4555 "No changes - did you forget to use 'git add'?\n"
4556 "If there is nothing left to stage, chances are that something else\n"
4557 "already introduced the same changes; you might want to skip this patch."
4558 msgstr ""
4559
4560 #: builtin/am.c:1942
4561 msgid ""
4562 "You still have unmerged paths in your index.\n"
4563 "Did you forget to use 'git add'?"
4564 msgstr ""
4565
4566 #: builtin/am.c:2050 builtin/am.c:2054 builtin/am.c:2066 builtin/reset.c:308
4567 #: builtin/reset.c:316
4568 #, c-format
4569 msgid "Could not parse object '%s'."
4570 msgstr ""
4571
4572 #: builtin/am.c:2102
4573 msgid "failed to clean index"
4574 msgstr ""
4575
4576 #: builtin/am.c:2136
4577 msgid ""
4578 "You seem to have moved HEAD since the last 'am' failure.\n"
4579 "Not rewinding to ORIG_HEAD"
4580 msgstr ""
4581
4582 #: builtin/am.c:2199
4583 #, c-format
4584 msgid "Invalid value for --patch-format: %s"
4585 msgstr ""
4586
4587 #: builtin/am.c:2232
4588 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4589 msgstr ""
4590
4591 #: builtin/am.c:2233
4592 msgid "git am [<options>] (--continue | --skip | --abort)"
4593 msgstr ""
4594
4595 #: builtin/am.c:2239
4596 msgid "run interactively"
4597 msgstr ""
4598
4599 #: builtin/am.c:2241
4600 msgid "historical option -- no-op"
4601 msgstr ""
4602
4603 #: builtin/am.c:2243
4604 msgid "allow fall back on 3way merging if needed"
4605 msgstr ""
4606
4607 #: builtin/am.c:2244 builtin/init-db.c:483 builtin/prune-packed.c:57
4608 #: builtin/repack.c:178
4609 msgid "be quiet"
4610 msgstr ""
4611
4612 #: builtin/am.c:2246
4613 msgid "add a Signed-off-by line to the commit message"
4614 msgstr ""
4615
4616 #: builtin/am.c:2249
4617 msgid "recode into utf8 (default)"
4618 msgstr ""
4619
4620 #: builtin/am.c:2251
4621 msgid "pass -k flag to git-mailinfo"
4622 msgstr ""
4623
4624 #: builtin/am.c:2253
4625 msgid "pass -b flag to git-mailinfo"
4626 msgstr ""
4627
4628 #: builtin/am.c:2255
4629 msgid "pass -m flag to git-mailinfo"
4630 msgstr ""
4631
4632 #: builtin/am.c:2257
4633 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4634 msgstr ""
4635
4636 #: builtin/am.c:2260
4637 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4638 msgstr ""
4639
4640 #: builtin/am.c:2263
4641 msgid "strip everything before a scissors line"
4642 msgstr ""
4643
4644 #: builtin/am.c:2265 builtin/am.c:2268 builtin/am.c:2271 builtin/am.c:2274
4645 #: builtin/am.c:2277 builtin/am.c:2280 builtin/am.c:2283 builtin/am.c:2286
4646 #: builtin/am.c:2292
4647 msgid "pass it through git-apply"
4648 msgstr ""
4649
4650 #: builtin/am.c:2282 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4651 #: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:135
4652 #: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4653 #: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:398
4654 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4655 msgid "n"
4656 msgstr ""
4657
4658 #: builtin/am.c:2288 builtin/branch.c:592 builtin/for-each-ref.c:37
4659 #: builtin/replace.c:443 builtin/tag.c:433 builtin/verify-tag.c:38
4660 msgid "format"
4661 msgstr ""
4662
4663 #: builtin/am.c:2289
4664 msgid "format the patch(es) are in"
4665 msgstr ""
4666
4667 #: builtin/am.c:2295
4668 msgid "override error message when patch failure occurs"
4669 msgstr ""
4670
4671 #: builtin/am.c:2297
4672 msgid "continue applying patches after resolving a conflict"
4673 msgstr ""
4674
4675 #: builtin/am.c:2300
4676 msgid "synonyms for --continue"
4677 msgstr ""
4678
4679 #: builtin/am.c:2303
4680 msgid "skip the current patch"
4681 msgstr ""
4682
4683 #: builtin/am.c:2306
4684 msgid "restore the original branch and abort the patching operation."
4685 msgstr ""
4686
4687 #: builtin/am.c:2310
4688 msgid "lie about committer date"
4689 msgstr ""
4690
4691 #: builtin/am.c:2312
4692 msgid "use current timestamp for author date"
4693 msgstr ""
4694
4695 #: builtin/am.c:2314 builtin/commit.c:1600 builtin/merge.c:232
4696 #: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:413
4697 msgid "key-id"
4698 msgstr ""
4699
4700 #: builtin/am.c:2315
4701 msgid "GPG-sign commits"
4702 msgstr ""
4703
4704 #: builtin/am.c:2318
4705 msgid "(internal use for git-rebase)"
4706 msgstr ""
4707
4708 #: builtin/am.c:2333
4709 msgid ""
4710 "The -b/--binary option has been a no-op for long time, and\n"
4711 "it will be removed. Please do not use it anymore."
4712 msgstr ""
4713
4714 #: builtin/am.c:2340
4715 msgid "failed to read the index"
4716 msgstr ""
4717
4718 #: builtin/am.c:2355
4719 #, c-format
4720 msgid "previous rebase directory %s still exists but mbox given."
4721 msgstr ""
4722
4723 #: builtin/am.c:2379
4724 #, c-format
4725 msgid ""
4726 "Stray %s directory found.\n"
4727 "Use \"git am --abort\" to remove it."
4728 msgstr ""
4729
4730 #: builtin/am.c:2385
4731 msgid "Resolve operation not in progress, we are not resuming."
4732 msgstr ""
4733
4734 #: builtin/apply.c:8
4735 msgid "git apply [<options>] [<patch>...]"
4736 msgstr ""
4737
4738 #: builtin/archive.c:17
4739 #, c-format
4740 msgid "could not create archive file '%s'"
4741 msgstr ""
4742
4743 #: builtin/archive.c:20
4744 msgid "could not redirect output"
4745 msgstr ""
4746
4747 #: builtin/archive.c:37
4748 msgid "git archive: Remote with no URL"
4749 msgstr ""
4750
4751 #: builtin/archive.c:58
4752 msgid "git archive: expected ACK/NAK, got EOF"
4753 msgstr ""
4754
4755 #: builtin/archive.c:61
4756 #, c-format
4757 msgid "git archive: NACK %s"
4758 msgstr ""
4759
4760 #: builtin/archive.c:64
4761 msgid "git archive: protocol error"
4762 msgstr ""
4763
4764 #: builtin/archive.c:68
4765 msgid "git archive: expected a flush"
4766 msgstr ""
4767
4768 #: builtin/bisect--helper.c:7
4769 msgid "git bisect--helper --next-all [--no-checkout]"
4770 msgstr ""
4771
4772 #: builtin/bisect--helper.c:17
4773 msgid "perform 'git bisect next'"
4774 msgstr ""
4775
4776 #: builtin/bisect--helper.c:19
4777 msgid "update BISECT_HEAD instead of checking out the current commit"
4778 msgstr ""
4779
4780 #: builtin/blame.c:33
4781 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4782 msgstr ""
4783
4784 #: builtin/blame.c:38
4785 msgid "<rev-opts> are documented in git-rev-list(1)"
4786 msgstr ""
4787
4788 #: builtin/blame.c:1777
4789 msgid "Blaming lines"
4790 msgstr ""
4791
4792 #: builtin/blame.c:2573
4793 msgid "Show blame entries as we find them, incrementally"
4794 msgstr ""
4795
4796 #: builtin/blame.c:2574
4797 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4798 msgstr ""
4799
4800 #: builtin/blame.c:2575
4801 msgid "Do not treat root commits as boundaries (Default: off)"
4802 msgstr ""
4803
4804 #: builtin/blame.c:2576
4805 msgid "Show work cost statistics"
4806 msgstr ""
4807
4808 #: builtin/blame.c:2577
4809 msgid "Force progress reporting"
4810 msgstr ""
4811
4812 #: builtin/blame.c:2578
4813 msgid "Show output score for blame entries"
4814 msgstr ""
4815
4816 #: builtin/blame.c:2579
4817 msgid "Show original filename (Default: auto)"
4818 msgstr ""
4819
4820 #: builtin/blame.c:2580
4821 msgid "Show original linenumber (Default: off)"
4822 msgstr ""
4823
4824 #: builtin/blame.c:2581
4825 msgid "Show in a format designed for machine consumption"
4826 msgstr ""
4827
4828 #: builtin/blame.c:2582
4829 msgid "Show porcelain format with per-line commit information"
4830 msgstr ""
4831
4832 #: builtin/blame.c:2583
4833 msgid "Use the same output mode as git-annotate (Default: off)"
4834 msgstr ""
4835
4836 #: builtin/blame.c:2584
4837 msgid "Show raw timestamp (Default: off)"
4838 msgstr ""
4839
4840 #: builtin/blame.c:2585
4841 msgid "Show long commit SHA1 (Default: off)"
4842 msgstr ""
4843
4844 #: builtin/blame.c:2586
4845 msgid "Suppress author name and timestamp (Default: off)"
4846 msgstr ""
4847
4848 #: builtin/blame.c:2587
4849 msgid "Show author email instead of name (Default: off)"
4850 msgstr ""
4851
4852 #: builtin/blame.c:2588
4853 msgid "Ignore whitespace differences"
4854 msgstr ""
4855
4856 #: builtin/blame.c:2595
4857 msgid "Use an experimental heuristic to improve diffs"
4858 msgstr ""
4859
4860 #: builtin/blame.c:2597
4861 msgid "Spend extra cycles to find better match"
4862 msgstr ""
4863
4864 #: builtin/blame.c:2598
4865 msgid "Use revisions from <file> instead of calling git-rev-list"
4866 msgstr ""
4867
4868 #: builtin/blame.c:2599
4869 msgid "Use <file>'s contents as the final image"
4870 msgstr ""
4871
4872 #: builtin/blame.c:2600 builtin/blame.c:2601
4873 msgid "score"
4874 msgstr ""
4875
4876 #: builtin/blame.c:2600
4877 msgid "Find line copies within and across files"
4878 msgstr ""
4879
4880 #: builtin/blame.c:2601
4881 msgid "Find line movements within and across files"
4882 msgstr ""
4883
4884 #: builtin/blame.c:2602
4885 msgid "n,m"
4886 msgstr ""
4887
4888 #: builtin/blame.c:2602
4889 msgid "Process only line range n,m, counting from 1"
4890 msgstr ""
4891
4892 #: builtin/blame.c:2649
4893 msgid "--progress can't be used with --incremental or porcelain formats"
4894 msgstr ""
4895
4896 #. TRANSLATORS: This string is used to tell us the maximum
4897 #. display width for a relative timestamp in "git blame"
4898 #. output.  For C locale, "4 years, 11 months ago", which
4899 #. takes 22 places, is the longest among various forms of
4900 #. relative timestamps, but your language may need more or
4901 #. fewer display columns.
4902 #: builtin/blame.c:2697
4903 msgid "4 years, 11 months ago"
4904 msgstr ""
4905
4906 #: builtin/blame.c:2777
4907 msgid "--contents and --reverse do not blend well."
4908 msgstr ""
4909
4910 #: builtin/blame.c:2797
4911 msgid "cannot use --contents with final commit object name"
4912 msgstr ""
4913
4914 #: builtin/blame.c:2802
4915 msgid "--reverse and --first-parent together require specified latest commit"
4916 msgstr ""
4917
4918 #: builtin/blame.c:2829
4919 msgid ""
4920 "--reverse --first-parent together require range along first-parent chain"
4921 msgstr ""
4922
4923 #: builtin/blame.c:2840
4924 #, c-format
4925 msgid "no such path %s in %s"
4926 msgstr ""
4927
4928 #: builtin/blame.c:2851
4929 #, c-format
4930 msgid "cannot read blob %s for path %s"
4931 msgstr ""
4932
4933 #: builtin/blame.c:2870
4934 #, c-format
4935 msgid "file %s has only %lu line"
4936 msgid_plural "file %s has only %lu lines"
4937 msgstr[0] ""
4938 msgstr[1] ""
4939
4940 #: builtin/branch.c:26
4941 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4942 msgstr ""
4943
4944 #: builtin/branch.c:27
4945 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4946 msgstr ""
4947
4948 #: builtin/branch.c:28
4949 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4950 msgstr ""
4951
4952 #: builtin/branch.c:29
4953 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4954 msgstr ""
4955
4956 #: builtin/branch.c:30
4957 msgid "git branch [<options>] [-r | -a] [--points-at]"
4958 msgstr ""
4959
4960 #: builtin/branch.c:31
4961 msgid "git branch [<options>] [-r | -a] [--format]"
4962 msgstr ""
4963
4964 #: builtin/branch.c:144
4965 #, c-format
4966 msgid ""
4967 "deleting branch '%s' that has been merged to\n"
4968 "         '%s', but not yet merged to HEAD."
4969 msgstr ""
4970
4971 #: builtin/branch.c:148
4972 #, c-format
4973 msgid ""
4974 "not deleting branch '%s' that is not yet merged to\n"
4975 "         '%s', even though it is merged to HEAD."
4976 msgstr ""
4977
4978 #: builtin/branch.c:162
4979 #, c-format
4980 msgid "Couldn't look up commit object for '%s'"
4981 msgstr ""
4982
4983 #: builtin/branch.c:166
4984 #, c-format
4985 msgid ""
4986 "The branch '%s' is not fully merged.\n"
4987 "If you are sure you want to delete it, run 'git branch -D %s'."
4988 msgstr ""
4989
4990 #: builtin/branch.c:179
4991 msgid "Update of config-file failed"
4992 msgstr ""
4993
4994 #: builtin/branch.c:210
4995 msgid "cannot use -a with -d"
4996 msgstr ""
4997
4998 #: builtin/branch.c:216
4999 msgid "Couldn't look up commit object for HEAD"
5000 msgstr ""
5001
5002 #: builtin/branch.c:230
5003 #, c-format
5004 msgid "Cannot delete branch '%s' checked out at '%s'"
5005 msgstr ""
5006
5007 #: builtin/branch.c:245
5008 #, c-format
5009 msgid "remote-tracking branch '%s' not found."
5010 msgstr ""
5011
5012 #: builtin/branch.c:246
5013 #, c-format
5014 msgid "branch '%s' not found."
5015 msgstr ""
5016
5017 #: builtin/branch.c:261
5018 #, c-format
5019 msgid "Error deleting remote-tracking branch '%s'"
5020 msgstr ""
5021
5022 #: builtin/branch.c:262
5023 #, c-format
5024 msgid "Error deleting branch '%s'"
5025 msgstr ""
5026
5027 #: builtin/branch.c:269
5028 #, c-format
5029 msgid "Deleted remote-tracking branch %s (was %s).\n"
5030 msgstr ""
5031
5032 #: builtin/branch.c:270
5033 #, c-format
5034 msgid "Deleted branch %s (was %s).\n"
5035 msgstr ""
5036
5037 #: builtin/branch.c:441
5038 #, c-format
5039 msgid "Branch %s is being rebased at %s"
5040 msgstr ""
5041
5042 #: builtin/branch.c:445
5043 #, c-format
5044 msgid "Branch %s is being bisected at %s"
5045 msgstr ""
5046
5047 #: builtin/branch.c:460
5048 msgid "cannot rename the current branch while not on any."
5049 msgstr ""
5050
5051 #: builtin/branch.c:470
5052 #, c-format
5053 msgid "Invalid branch name: '%s'"
5054 msgstr ""
5055
5056 #: builtin/branch.c:487
5057 msgid "Branch rename failed"
5058 msgstr ""
5059
5060 #: builtin/branch.c:490
5061 #, c-format
5062 msgid "Renamed a misnamed branch '%s' away"
5063 msgstr ""
5064
5065 #: builtin/branch.c:493
5066 #, c-format
5067 msgid "Branch renamed to %s, but HEAD is not updated!"
5068 msgstr ""
5069
5070 #: builtin/branch.c:502
5071 msgid "Branch is renamed, but update of config-file failed"
5072 msgstr ""
5073
5074 #: builtin/branch.c:518
5075 #, c-format
5076 msgid ""
5077 "Please edit the description for the branch\n"
5078 "  %s\n"
5079 "Lines starting with '%c' will be stripped.\n"
5080 msgstr ""
5081
5082 #: builtin/branch.c:551
5083 msgid "Generic options"
5084 msgstr ""
5085
5086 #: builtin/branch.c:553
5087 msgid "show hash and subject, give twice for upstream branch"
5088 msgstr ""
5089
5090 #: builtin/branch.c:554
5091 msgid "suppress informational messages"
5092 msgstr ""
5093
5094 #: builtin/branch.c:555
5095 msgid "set up tracking mode (see git-pull(1))"
5096 msgstr ""
5097
5098 #: builtin/branch.c:557
5099 msgid "change upstream info"
5100 msgstr ""
5101
5102 #: builtin/branch.c:559
5103 msgid "upstream"
5104 msgstr ""
5105
5106 #: builtin/branch.c:559
5107 msgid "change the upstream info"
5108 msgstr ""
5109
5110 #: builtin/branch.c:560
5111 msgid "Unset the upstream info"
5112 msgstr ""
5113
5114 #: builtin/branch.c:561
5115 msgid "use colored output"
5116 msgstr ""
5117
5118 #: builtin/branch.c:562
5119 msgid "act on remote-tracking branches"
5120 msgstr ""
5121
5122 #: builtin/branch.c:564 builtin/branch.c:566
5123 msgid "print only branches that contain the commit"
5124 msgstr ""
5125
5126 #: builtin/branch.c:565 builtin/branch.c:567
5127 msgid "print only branches that don't contain the commit"
5128 msgstr ""
5129
5130 #: builtin/branch.c:570
5131 msgid "Specific git-branch actions:"
5132 msgstr ""
5133
5134 #: builtin/branch.c:571
5135 msgid "list both remote-tracking and local branches"
5136 msgstr ""
5137
5138 #: builtin/branch.c:573
5139 msgid "delete fully merged branch"
5140 msgstr ""
5141
5142 #: builtin/branch.c:574
5143 msgid "delete branch (even if not merged)"
5144 msgstr ""
5145
5146 #: builtin/branch.c:575
5147 msgid "move/rename a branch and its reflog"
5148 msgstr ""
5149
5150 #: builtin/branch.c:576
5151 msgid "move/rename a branch, even if target exists"
5152 msgstr ""
5153
5154 #: builtin/branch.c:577
5155 msgid "list branch names"
5156 msgstr ""
5157
5158 #: builtin/branch.c:578
5159 msgid "create the branch's reflog"
5160 msgstr ""
5161
5162 #: builtin/branch.c:580
5163 msgid "edit the description for the branch"
5164 msgstr ""
5165
5166 #: builtin/branch.c:581
5167 msgid "force creation, move/rename, deletion"
5168 msgstr ""
5169
5170 #: builtin/branch.c:582
5171 msgid "print only branches that are merged"
5172 msgstr ""
5173
5174 #: builtin/branch.c:583
5175 msgid "print only branches that are not merged"
5176 msgstr ""
5177
5178 #: builtin/branch.c:584
5179 msgid "list branches in columns"
5180 msgstr ""
5181
5182 #: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:426
5183 msgid "key"
5184 msgstr ""
5185
5186 #: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:427
5187 msgid "field name to sort on"
5188 msgstr ""
5189
5190 #: builtin/branch.c:588 builtin/for-each-ref.c:41 builtin/notes.c:404
5191 #: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5192 #: builtin/tag.c:429
5193 msgid "object"
5194 msgstr ""
5195
5196 #: builtin/branch.c:589
5197 msgid "print only branches of the object"
5198 msgstr ""
5199
5200 #: builtin/branch.c:591 builtin/for-each-ref.c:47 builtin/tag.c:434
5201 msgid "sorting and filtering are case insensitive"
5202 msgstr ""
5203
5204 #: builtin/branch.c:592 builtin/for-each-ref.c:37 builtin/tag.c:433
5205 #: builtin/verify-tag.c:38
5206 msgid "format to use for the output"
5207 msgstr ""
5208
5209 #: builtin/branch.c:611
5210 msgid "Failed to resolve HEAD as a valid ref."
5211 msgstr ""
5212
5213 #: builtin/branch.c:615 builtin/clone.c:724
5214 msgid "HEAD not found below refs/heads!"
5215 msgstr ""
5216
5217 #: builtin/branch.c:638
5218 msgid "--column and --verbose are incompatible"
5219 msgstr ""
5220
5221 #: builtin/branch.c:649 builtin/branch.c:701
5222 msgid "branch name required"
5223 msgstr ""
5224
5225 #: builtin/branch.c:677
5226 msgid "Cannot give description to detached HEAD"
5227 msgstr ""
5228
5229 #: builtin/branch.c:682
5230 msgid "cannot edit description of more than one branch"
5231 msgstr ""
5232
5233 #: builtin/branch.c:689
5234 #, c-format
5235 msgid "No commit on branch '%s' yet."
5236 msgstr ""
5237
5238 #: builtin/branch.c:692
5239 #, c-format
5240 msgid "No branch named '%s'."
5241 msgstr ""
5242
5243 #: builtin/branch.c:707
5244 msgid "too many branches for a rename operation"
5245 msgstr ""
5246
5247 #: builtin/branch.c:712
5248 msgid "too many branches to set new upstream"
5249 msgstr ""
5250
5251 #: builtin/branch.c:716
5252 #, c-format
5253 msgid ""
5254 "could not set upstream of HEAD to %s when it does not point to any branch."
5255 msgstr ""
5256
5257 #: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:762
5258 #, c-format
5259 msgid "no such branch '%s'"
5260 msgstr ""
5261
5262 #: builtin/branch.c:723
5263 #, c-format
5264 msgid "branch '%s' does not exist"
5265 msgstr ""
5266
5267 #: builtin/branch.c:735
5268 msgid "too many branches to unset upstream"
5269 msgstr ""
5270
5271 #: builtin/branch.c:739
5272 msgid "could not unset upstream of HEAD when it does not point to any branch."
5273 msgstr ""
5274
5275 #: builtin/branch.c:745
5276 #, c-format
5277 msgid "Branch '%s' has no upstream information"
5278 msgstr ""
5279
5280 #: builtin/branch.c:759
5281 msgid "it does not make sense to create 'HEAD' manually"
5282 msgstr ""
5283
5284 #: builtin/branch.c:765
5285 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5286 msgstr ""
5287
5288 #: builtin/branch.c:768
5289 #, c-format
5290 msgid ""
5291 "The --set-upstream flag is deprecated and will be removed. Consider using --"
5292 "track or --set-upstream-to\n"
5293 msgstr ""
5294
5295 #: builtin/branch.c:785
5296 #, c-format
5297 msgid ""
5298 "\n"
5299 "If you wanted to make '%s' track '%s', do this:\n"
5300 "\n"
5301 msgstr ""
5302
5303 #: builtin/bundle.c:45
5304 #, c-format
5305 msgid "%s is okay\n"
5306 msgstr ""
5307
5308 #: builtin/bundle.c:58
5309 msgid "Need a repository to create a bundle."
5310 msgstr ""
5311
5312 #: builtin/bundle.c:62
5313 msgid "Need a repository to unbundle."
5314 msgstr ""
5315
5316 #: builtin/cat-file.c:513
5317 msgid ""
5318 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5319 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5320 msgstr ""
5321
5322 #: builtin/cat-file.c:514
5323 msgid ""
5324 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5325 "filters]"
5326 msgstr ""
5327
5328 #: builtin/cat-file.c:551
5329 msgid "<type> can be one of: blob, tree, commit, tag"
5330 msgstr ""
5331
5332 #: builtin/cat-file.c:552
5333 msgid "show object type"
5334 msgstr ""
5335
5336 #: builtin/cat-file.c:553
5337 msgid "show object size"
5338 msgstr ""
5339
5340 #: builtin/cat-file.c:555
5341 msgid "exit with zero when there's no error"
5342 msgstr ""
5343
5344 #: builtin/cat-file.c:556
5345 msgid "pretty-print object's content"
5346 msgstr ""
5347
5348 #: builtin/cat-file.c:558
5349 msgid "for blob objects, run textconv on object's content"
5350 msgstr ""
5351
5352 #: builtin/cat-file.c:560
5353 msgid "for blob objects, run filters on object's content"
5354 msgstr ""
5355
5356 #: builtin/cat-file.c:561 git-submodule.sh:943
5357 msgid "blob"
5358 msgstr ""
5359
5360 #: builtin/cat-file.c:562
5361 msgid "use a specific path for --textconv/--filters"
5362 msgstr ""
5363
5364 #: builtin/cat-file.c:564
5365 msgid "allow -s and -t to work with broken/corrupt objects"
5366 msgstr ""
5367
5368 #: builtin/cat-file.c:565
5369 msgid "buffer --batch output"
5370 msgstr ""
5371
5372 #: builtin/cat-file.c:567
5373 msgid "show info and content of objects fed from the standard input"
5374 msgstr ""
5375
5376 #: builtin/cat-file.c:570
5377 msgid "show info about objects fed from the standard input"
5378 msgstr ""
5379
5380 #: builtin/cat-file.c:573
5381 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5382 msgstr ""
5383
5384 #: builtin/cat-file.c:575
5385 msgid "show all objects with --batch or --batch-check"
5386 msgstr ""
5387
5388 #: builtin/check-attr.c:11
5389 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5390 msgstr ""
5391
5392 #: builtin/check-attr.c:12
5393 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5394 msgstr ""
5395
5396 #: builtin/check-attr.c:19
5397 msgid "report all attributes set on file"
5398 msgstr ""
5399
5400 #: builtin/check-attr.c:20
5401 msgid "use .gitattributes only from the index"
5402 msgstr ""
5403
5404 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5405 msgid "read file names from stdin"
5406 msgstr ""
5407
5408 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
5409 msgid "terminate input and output records by a NUL character"
5410 msgstr ""
5411
5412 #: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:356
5413 msgid "suppress progress reporting"
5414 msgstr ""
5415
5416 #: builtin/check-ignore.c:26
5417 msgid "show non-matching input paths"
5418 msgstr ""
5419
5420 #: builtin/check-ignore.c:28
5421 msgid "ignore index when checking"
5422 msgstr ""
5423
5424 #: builtin/check-ignore.c:154
5425 msgid "cannot specify pathnames with --stdin"
5426 msgstr ""
5427
5428 #: builtin/check-ignore.c:157
5429 msgid "-z only makes sense with --stdin"
5430 msgstr ""
5431
5432 #: builtin/check-ignore.c:159
5433 msgid "no path specified"
5434 msgstr ""
5435
5436 #: builtin/check-ignore.c:163
5437 msgid "--quiet is only valid with a single pathname"
5438 msgstr ""
5439
5440 #: builtin/check-ignore.c:165
5441 msgid "cannot have both --quiet and --verbose"
5442 msgstr ""
5443
5444 #: builtin/check-ignore.c:168
5445 msgid "--non-matching is only valid with --verbose"
5446 msgstr ""
5447
5448 #: builtin/check-mailmap.c:8
5449 msgid "git check-mailmap [<options>] <contact>..."
5450 msgstr ""
5451
5452 #: builtin/check-mailmap.c:13
5453 msgid "also read contacts from stdin"
5454 msgstr ""
5455
5456 #: builtin/check-mailmap.c:24
5457 #, c-format
5458 msgid "unable to parse contact: %s"
5459 msgstr ""
5460
5461 #: builtin/check-mailmap.c:47
5462 msgid "no contacts specified"
5463 msgstr ""
5464
5465 #: builtin/checkout-index.c:127
5466 msgid "git checkout-index [<options>] [--] [<file>...]"
5467 msgstr ""
5468
5469 #: builtin/checkout-index.c:144
5470 msgid "stage should be between 1 and 3 or all"
5471 msgstr ""
5472
5473 #: builtin/checkout-index.c:160
5474 msgid "check out all files in the index"
5475 msgstr ""
5476
5477 #: builtin/checkout-index.c:161
5478 msgid "force overwrite of existing files"
5479 msgstr ""
5480
5481 #: builtin/checkout-index.c:163
5482 msgid "no warning for existing files and files not in index"
5483 msgstr ""
5484
5485 #: builtin/checkout-index.c:165
5486 msgid "don't checkout new files"
5487 msgstr ""
5488
5489 #: builtin/checkout-index.c:167
5490 msgid "update stat information in the index file"
5491 msgstr ""
5492
5493 #: builtin/checkout-index.c:171
5494 msgid "read list of paths from the standard input"
5495 msgstr ""
5496
5497 #: builtin/checkout-index.c:173
5498 msgid "write the content to temporary files"
5499 msgstr ""
5500
5501 #: builtin/checkout-index.c:174 builtin/column.c:30
5502 #: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5503 #: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5504 #: builtin/worktree.c:477
5505 msgid "string"
5506 msgstr ""
5507
5508 #: builtin/checkout-index.c:175
5509 msgid "when creating files, prepend <string>"
5510 msgstr ""
5511
5512 #: builtin/checkout-index.c:177
5513 msgid "copy out the files from named stage"
5514 msgstr ""
5515
5516 #: builtin/checkout.c:27
5517 msgid "git checkout [<options>] <branch>"
5518 msgstr ""
5519
5520 #: builtin/checkout.c:28
5521 msgid "git checkout [<options>] [<branch>] -- <file>..."
5522 msgstr ""
5523
5524 #: builtin/checkout.c:153 builtin/checkout.c:186
5525 #, c-format
5526 msgid "path '%s' does not have our version"
5527 msgstr ""
5528
5529 #: builtin/checkout.c:155 builtin/checkout.c:188
5530 #, c-format
5531 msgid "path '%s' does not have their version"
5532 msgstr ""
5533
5534 #: builtin/checkout.c:171
5535 #, c-format
5536 msgid "path '%s' does not have all necessary versions"
5537 msgstr ""
5538
5539 #: builtin/checkout.c:215
5540 #, c-format
5541 msgid "path '%s' does not have necessary versions"
5542 msgstr ""
5543
5544 #: builtin/checkout.c:232
5545 #, c-format
5546 msgid "path '%s': cannot merge"
5547 msgstr ""
5548
5549 #: builtin/checkout.c:249
5550 #, c-format
5551 msgid "Unable to add merge result for '%s'"
5552 msgstr ""
5553
5554 #: builtin/checkout.c:269 builtin/checkout.c:272 builtin/checkout.c:275
5555 #: builtin/checkout.c:278
5556 #, c-format
5557 msgid "'%s' cannot be used with updating paths"
5558 msgstr ""
5559
5560 #: builtin/checkout.c:281 builtin/checkout.c:284
5561 #, c-format
5562 msgid "'%s' cannot be used with %s"
5563 msgstr ""
5564
5565 #: builtin/checkout.c:287
5566 #, c-format
5567 msgid "Cannot update paths and switch to branch '%s' at the same time."
5568 msgstr ""
5569
5570 #: builtin/checkout.c:358 builtin/checkout.c:365
5571 #, c-format
5572 msgid "path '%s' is unmerged"
5573 msgstr ""
5574
5575 #: builtin/checkout.c:513
5576 msgid "you need to resolve your current index first"
5577 msgstr ""
5578
5579 #: builtin/checkout.c:644
5580 #, c-format
5581 msgid "Can not do reflog for '%s': %s\n"
5582 msgstr ""
5583
5584 #: builtin/checkout.c:685
5585 msgid "HEAD is now at"
5586 msgstr ""
5587
5588 #: builtin/checkout.c:689 builtin/clone.c:678
5589 msgid "unable to update HEAD"
5590 msgstr ""
5591
5592 #: builtin/checkout.c:693
5593 #, c-format
5594 msgid "Reset branch '%s'\n"
5595 msgstr ""
5596
5597 #: builtin/checkout.c:696
5598 #, c-format
5599 msgid "Already on '%s'\n"
5600 msgstr ""
5601
5602 #: builtin/checkout.c:700
5603 #, c-format
5604 msgid "Switched to and reset branch '%s'\n"
5605 msgstr ""
5606
5607 #: builtin/checkout.c:702 builtin/checkout.c:1090
5608 #, c-format
5609 msgid "Switched to a new branch '%s'\n"
5610 msgstr ""
5611
5612 #: builtin/checkout.c:704
5613 #, c-format
5614 msgid "Switched to branch '%s'\n"
5615 msgstr ""
5616
5617 #: builtin/checkout.c:755
5618 #, c-format
5619 msgid " ... and %d more.\n"
5620 msgstr ""
5621
5622 #: builtin/checkout.c:761
5623 #, c-format
5624 msgid ""
5625 "Warning: you are leaving %d commit behind, not connected to\n"
5626 "any of your branches:\n"
5627 "\n"
5628 "%s\n"
5629 msgid_plural ""
5630 "Warning: you are leaving %d commits behind, not connected to\n"
5631 "any of your branches:\n"
5632 "\n"
5633 "%s\n"
5634 msgstr[0] ""
5635 msgstr[1] ""
5636
5637 #: builtin/checkout.c:780
5638 #, c-format
5639 msgid ""
5640 "If you want to keep it by creating a new branch, this may be a good time\n"
5641 "to do so with:\n"
5642 "\n"
5643 " git branch <new-branch-name> %s\n"
5644 "\n"
5645 msgid_plural ""
5646 "If you want to keep them by creating a new branch, this may be a good time\n"
5647 "to do so with:\n"
5648 "\n"
5649 " git branch <new-branch-name> %s\n"
5650 "\n"
5651 msgstr[0] ""
5652 msgstr[1] ""
5653
5654 #: builtin/checkout.c:816
5655 msgid "internal error in revision walk"
5656 msgstr ""
5657
5658 #: builtin/checkout.c:820
5659 msgid "Previous HEAD position was"
5660 msgstr ""
5661
5662 #: builtin/checkout.c:847 builtin/checkout.c:1085
5663 msgid "You are on a branch yet to be born"
5664 msgstr ""
5665
5666 #: builtin/checkout.c:991
5667 #, c-format
5668 msgid "only one reference expected, %d given."
5669 msgstr ""
5670
5671 #: builtin/checkout.c:1031 builtin/worktree.c:214
5672 #, c-format
5673 msgid "invalid reference: %s"
5674 msgstr ""
5675
5676 #: builtin/checkout.c:1060
5677 #, c-format
5678 msgid "reference is not a tree: %s"
5679 msgstr ""
5680
5681 #: builtin/checkout.c:1099
5682 msgid "paths cannot be used with switching branches"
5683 msgstr ""
5684
5685 #: builtin/checkout.c:1102 builtin/checkout.c:1106
5686 #, c-format
5687 msgid "'%s' cannot be used with switching branches"
5688 msgstr ""
5689
5690 #: builtin/checkout.c:1110 builtin/checkout.c:1113 builtin/checkout.c:1118
5691 #: builtin/checkout.c:1121
5692 #, c-format
5693 msgid "'%s' cannot be used with '%s'"
5694 msgstr ""
5695
5696 #: builtin/checkout.c:1126
5697 #, c-format
5698 msgid "Cannot switch branch to a non-commit '%s'"
5699 msgstr ""
5700
5701 #: builtin/checkout.c:1159 builtin/checkout.c:1161 builtin/clone.c:111
5702 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:329
5703 #: builtin/worktree.c:331
5704 msgid "branch"
5705 msgstr ""
5706
5707 #: builtin/checkout.c:1160
5708 msgid "create and checkout a new branch"
5709 msgstr ""
5710
5711 #: builtin/checkout.c:1162
5712 msgid "create/reset and checkout a branch"
5713 msgstr ""
5714
5715 #: builtin/checkout.c:1163
5716 msgid "create reflog for new branch"
5717 msgstr ""
5718
5719 #: builtin/checkout.c:1164 builtin/worktree.c:333
5720 msgid "detach HEAD at named commit"
5721 msgstr ""
5722
5723 #: builtin/checkout.c:1165
5724 msgid "set upstream info for new branch"
5725 msgstr ""
5726
5727 #: builtin/checkout.c:1167
5728 msgid "new-branch"
5729 msgstr ""
5730
5731 #: builtin/checkout.c:1167
5732 msgid "new unparented branch"
5733 msgstr ""
5734
5735 #: builtin/checkout.c:1168
5736 msgid "checkout our version for unmerged files"
5737 msgstr ""
5738
5739 #: builtin/checkout.c:1170
5740 msgid "checkout their version for unmerged files"
5741 msgstr ""
5742
5743 #: builtin/checkout.c:1172
5744 msgid "force checkout (throw away local modifications)"
5745 msgstr ""
5746
5747 #: builtin/checkout.c:1173
5748 msgid "perform a 3-way merge with the new branch"
5749 msgstr ""
5750
5751 #: builtin/checkout.c:1174 builtin/merge.c:234
5752 msgid "update ignored files (default)"
5753 msgstr ""
5754
5755 #: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:251
5756 msgid "style"
5757 msgstr ""
5758
5759 #: builtin/checkout.c:1176
5760 msgid "conflict style (merge or diff3)"
5761 msgstr ""
5762
5763 #: builtin/checkout.c:1179
5764 msgid "do not limit pathspecs to sparse entries only"
5765 msgstr ""
5766
5767 #: builtin/checkout.c:1181
5768 msgid "second guess 'git checkout <no-such-branch>'"
5769 msgstr ""
5770
5771 #: builtin/checkout.c:1183
5772 msgid "do not check if another worktree is holding the given ref"
5773 msgstr ""
5774
5775 #: builtin/checkout.c:1187 builtin/clone.c:78 builtin/fetch.c:119
5776 #: builtin/merge.c:231 builtin/pull.c:117 builtin/push.c:539
5777 #: builtin/send-pack.c:172
5778 msgid "force progress reporting"
5779 msgstr ""
5780
5781 #: builtin/checkout.c:1224
5782 msgid "-b, -B and --orphan are mutually exclusive"
5783 msgstr ""
5784
5785 #: builtin/checkout.c:1241
5786 msgid "--track needs a branch name"
5787 msgstr ""
5788
5789 #: builtin/checkout.c:1246
5790 msgid "Missing branch name; try -b"
5791 msgstr ""
5792
5793 #: builtin/checkout.c:1282
5794 msgid "invalid path specification"
5795 msgstr ""
5796
5797 #: builtin/checkout.c:1289
5798 #, c-format
5799 msgid ""
5800 "Cannot update paths and switch to branch '%s' at the same time.\n"
5801 "Did you intend to checkout '%s' which can not be resolved as commit?"
5802 msgstr ""
5803
5804 #: builtin/checkout.c:1294
5805 #, c-format
5806 msgid "git checkout: --detach does not take a path argument '%s'"
5807 msgstr ""
5808
5809 #: builtin/checkout.c:1298
5810 msgid ""
5811 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5812 "checking out of the index."
5813 msgstr ""
5814
5815 #: builtin/clean.c:25
5816 msgid ""
5817 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5818 msgstr ""
5819
5820 #: builtin/clean.c:29
5821 #, c-format
5822 msgid "Removing %s\n"
5823 msgstr ""
5824
5825 #: builtin/clean.c:30
5826 #, c-format
5827 msgid "Would remove %s\n"
5828 msgstr ""
5829
5830 #: builtin/clean.c:31
5831 #, c-format
5832 msgid "Skipping repository %s\n"
5833 msgstr ""
5834
5835 #: builtin/clean.c:32
5836 #, c-format
5837 msgid "Would skip repository %s\n"
5838 msgstr ""
5839
5840 #: builtin/clean.c:33
5841 #, c-format
5842 msgid "failed to remove %s"
5843 msgstr ""
5844
5845 #: builtin/clean.c:297 git-add--interactive.perl:614
5846 #, c-format
5847 msgid ""
5848 "Prompt help:\n"
5849 "1          - select a numbered item\n"
5850 "foo        - select item based on unique prefix\n"
5851 "           - (empty) select nothing\n"
5852 msgstr ""
5853
5854 #: builtin/clean.c:301 git-add--interactive.perl:623
5855 #, c-format
5856 msgid ""
5857 "Prompt help:\n"
5858 "1          - select a single item\n"
5859 "3-5        - select a range of items\n"
5860 "2-3,6-9    - select multiple ranges\n"
5861 "foo        - select item based on unique prefix\n"
5862 "-...       - unselect specified items\n"
5863 "*          - choose all items\n"
5864 "           - (empty) finish selecting\n"
5865 msgstr ""
5866
5867 #: builtin/clean.c:517 git-add--interactive.perl:589
5868 #: git-add--interactive.perl:594
5869 #, c-format, perl-format
5870 msgid "Huh (%s)?\n"
5871 msgstr ""
5872
5873 #: builtin/clean.c:659
5874 #, c-format
5875 msgid "Input ignore patterns>> "
5876 msgstr ""
5877
5878 #: builtin/clean.c:696
5879 #, c-format
5880 msgid "WARNING: Cannot find items matched by: %s"
5881 msgstr ""
5882
5883 #: builtin/clean.c:717
5884 msgid "Select items to delete"
5885 msgstr ""
5886
5887 #. TRANSLATORS: Make sure to keep [y/N] as is
5888 #: builtin/clean.c:758
5889 #, c-format
5890 msgid "Remove %s [y/N]? "
5891 msgstr ""
5892
5893 #: builtin/clean.c:783 git-add--interactive.perl:1660
5894 #, c-format
5895 msgid "Bye.\n"
5896 msgstr ""
5897
5898 #: builtin/clean.c:791
5899 msgid ""
5900 "clean               - start cleaning\n"
5901 "filter by pattern   - exclude items from deletion\n"
5902 "select by numbers   - select items to be deleted by numbers\n"
5903 "ask each            - confirm each deletion (like \"rm -i\")\n"
5904 "quit                - stop cleaning\n"
5905 "help                - this screen\n"
5906 "?                   - help for prompt selection"
5907 msgstr ""
5908
5909 #: builtin/clean.c:818 git-add--interactive.perl:1736
5910 msgid "*** Commands ***"
5911 msgstr ""
5912
5913 #: builtin/clean.c:819 git-add--interactive.perl:1733
5914 msgid "What now"
5915 msgstr ""
5916
5917 #: builtin/clean.c:827
5918 msgid "Would remove the following item:"
5919 msgid_plural "Would remove the following items:"
5920 msgstr[0] ""
5921 msgstr[1] ""
5922
5923 #: builtin/clean.c:844
5924 msgid "No more files to clean, exiting."
5925 msgstr ""
5926
5927 #: builtin/clean.c:875
5928 msgid "do not print names of files removed"
5929 msgstr ""
5930
5931 #: builtin/clean.c:877
5932 msgid "force"
5933 msgstr ""
5934
5935 #: builtin/clean.c:878
5936 msgid "interactive cleaning"
5937 msgstr ""
5938
5939 #: builtin/clean.c:880
5940 msgid "remove whole directories"
5941 msgstr ""
5942
5943 #: builtin/clean.c:881 builtin/describe.c:449 builtin/describe.c:451
5944 #: builtin/grep.c:1063 builtin/ls-files.c:546 builtin/name-rev.c:348
5945 #: builtin/name-rev.c:350 builtin/show-ref.c:176
5946 msgid "pattern"
5947 msgstr ""
5948
5949 #: builtin/clean.c:882
5950 msgid "add <pattern> to ignore rules"
5951 msgstr ""
5952
5953 #: builtin/clean.c:883
5954 msgid "remove ignored files, too"
5955 msgstr ""
5956
5957 #: builtin/clean.c:885
5958 msgid "remove only ignored files"
5959 msgstr ""
5960
5961 #: builtin/clean.c:903
5962 msgid "-x and -X cannot be used together"
5963 msgstr ""
5964
5965 #: builtin/clean.c:907
5966 msgid ""
5967 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5968 "clean"
5969 msgstr ""
5970
5971 #: builtin/clean.c:910
5972 msgid ""
5973 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5974 "refusing to clean"
5975 msgstr ""
5976
5977 #: builtin/clone.c:37
5978 msgid "git clone [<options>] [--] <repo> [<dir>]"
5979 msgstr ""
5980
5981 #: builtin/clone.c:80
5982 msgid "don't create a checkout"
5983 msgstr ""
5984
5985 #: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:478
5986 msgid "create a bare repository"
5987 msgstr ""
5988
5989 #: builtin/clone.c:85
5990 msgid "create a mirror repository (implies bare)"
5991 msgstr ""
5992
5993 #: builtin/clone.c:87
5994 msgid "to clone from a local repository"
5995 msgstr ""
5996
5997 #: builtin/clone.c:89
5998 msgid "don't use local hardlinks, always copy"
5999 msgstr ""
6000
6001 #: builtin/clone.c:91
6002 msgid "setup as shared repository"
6003 msgstr ""
6004
6005 #: builtin/clone.c:93 builtin/clone.c:97
6006 msgid "pathspec"
6007 msgstr ""
6008
6009 #: builtin/clone.c:93 builtin/clone.c:97
6010 msgid "initialize submodules in the clone"
6011 msgstr ""
6012
6013 #: builtin/clone.c:100
6014 msgid "number of submodules cloned in parallel"
6015 msgstr ""
6016
6017 #: builtin/clone.c:101 builtin/init-db.c:475
6018 msgid "template-directory"
6019 msgstr ""
6020
6021 #: builtin/clone.c:102 builtin/init-db.c:476
6022 msgid "directory from which templates will be used"
6023 msgstr ""
6024
6025 #: builtin/clone.c:104 builtin/clone.c:106 builtin/submodule--helper.c:642
6026 #: builtin/submodule--helper.c:983
6027 msgid "reference repository"
6028 msgstr ""
6029
6030 #: builtin/clone.c:108
6031 msgid "use --reference only while cloning"
6032 msgstr ""
6033
6034 #: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:43
6035 msgid "name"
6036 msgstr ""
6037
6038 #: builtin/clone.c:110
6039 msgid "use <name> instead of 'origin' to track upstream"
6040 msgstr ""
6041
6042 #: builtin/clone.c:112
6043 msgid "checkout <branch> instead of the remote's HEAD"
6044 msgstr ""
6045
6046 #: builtin/clone.c:114
6047 msgid "path to git-upload-pack on the remote"
6048 msgstr ""
6049
6050 #: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:1006
6051 #: builtin/pull.c:202
6052 msgid "depth"
6053 msgstr ""
6054
6055 #: builtin/clone.c:116
6056 msgid "create a shallow clone of that depth"
6057 msgstr ""
6058
6059 #: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:2918
6060 #: parse-options.h:142
6061 msgid "time"
6062 msgstr ""
6063
6064 #: builtin/clone.c:118
6065 msgid "create a shallow clone since a specific time"
6066 msgstr ""
6067
6068 #: builtin/clone.c:119 builtin/fetch.c:124
6069 msgid "revision"
6070 msgstr ""
6071
6072 #: builtin/clone.c:120 builtin/fetch.c:125
6073 msgid "deepen history of shallow clone, excluding rev"
6074 msgstr ""
6075
6076 #: builtin/clone.c:122
6077 msgid "clone only one branch, HEAD or --branch"
6078 msgstr ""
6079
6080 #: builtin/clone.c:124
6081 msgid "any cloned submodules will be shallow"
6082 msgstr ""
6083
6084 #: builtin/clone.c:125 builtin/init-db.c:484
6085 msgid "gitdir"
6086 msgstr ""
6087
6088 #: builtin/clone.c:126 builtin/init-db.c:485
6089 msgid "separate git dir from working tree"
6090 msgstr ""
6091
6092 #: builtin/clone.c:127
6093 msgid "key=value"
6094 msgstr ""
6095
6096 #: builtin/clone.c:128
6097 msgid "set config inside the new repository"
6098 msgstr ""
6099
6100 #: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:550
6101 msgid "use IPv4 addresses only"
6102 msgstr ""
6103
6104 #: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:552
6105 msgid "use IPv6 addresses only"
6106 msgstr ""
6107
6108 #: builtin/clone.c:268
6109 msgid ""
6110 "No directory name could be guessed.\n"
6111 "Please specify a directory on the command line"
6112 msgstr ""
6113
6114 #: builtin/clone.c:321
6115 #, c-format
6116 msgid "info: Could not add alternate for '%s': %s\n"
6117 msgstr ""
6118
6119 #: builtin/clone.c:393
6120 #, c-format
6121 msgid "failed to open '%s'"
6122 msgstr ""
6123
6124 #: builtin/clone.c:401
6125 #, c-format
6126 msgid "%s exists and is not a directory"
6127 msgstr ""
6128
6129 #: builtin/clone.c:415
6130 #, c-format
6131 msgid "failed to stat %s\n"
6132 msgstr ""
6133
6134 #: builtin/clone.c:437
6135 #, c-format
6136 msgid "failed to create link '%s'"
6137 msgstr ""
6138
6139 #: builtin/clone.c:441
6140 #, c-format
6141 msgid "failed to copy file to '%s'"
6142 msgstr ""
6143
6144 #: builtin/clone.c:466
6145 #, c-format
6146 msgid "done.\n"
6147 msgstr ""
6148
6149 #: builtin/clone.c:478
6150 msgid ""
6151 "Clone succeeded, but checkout failed.\n"
6152 "You can inspect what was checked out with 'git status'\n"
6153 "and retry the checkout with 'git checkout -f HEAD'\n"
6154 msgstr ""
6155
6156 #: builtin/clone.c:555
6157 #, c-format
6158 msgid "Could not find remote branch %s to clone."
6159 msgstr ""
6160
6161 #: builtin/clone.c:650
6162 msgid "remote did not send all necessary objects"
6163 msgstr ""
6164
6165 #: builtin/clone.c:666
6166 #, c-format
6167 msgid "unable to update %s"
6168 msgstr ""
6169
6170 #: builtin/clone.c:715
6171 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6172 msgstr ""
6173
6174 #: builtin/clone.c:746
6175 msgid "unable to checkout working tree"
6176 msgstr ""
6177
6178 #: builtin/clone.c:786
6179 msgid "unable to write parameters to config file"
6180 msgstr ""
6181
6182 #: builtin/clone.c:849
6183 msgid "cannot repack to clean up"
6184 msgstr ""
6185
6186 #: builtin/clone.c:851
6187 msgid "cannot unlink temporary alternates file"
6188 msgstr ""
6189
6190 #: builtin/clone.c:884 builtin/receive-pack.c:1900
6191 msgid "Too many arguments."
6192 msgstr ""
6193
6194 #: builtin/clone.c:888
6195 msgid "You must specify a repository to clone."
6196 msgstr ""
6197
6198 #: builtin/clone.c:901
6199 #, c-format
6200 msgid "--bare and --origin %s options are incompatible."
6201 msgstr ""
6202
6203 #: builtin/clone.c:904
6204 msgid "--bare and --separate-git-dir are incompatible."
6205 msgstr ""
6206
6207 #: builtin/clone.c:917
6208 #, c-format
6209 msgid "repository '%s' does not exist"
6210 msgstr ""
6211
6212 #: builtin/clone.c:923 builtin/fetch.c:1337
6213 #, c-format
6214 msgid "depth %s is not a positive number"
6215 msgstr ""
6216
6217 #: builtin/clone.c:933
6218 #, c-format
6219 msgid "destination path '%s' already exists and is not an empty directory."
6220 msgstr ""
6221
6222 #: builtin/clone.c:943
6223 #, c-format
6224 msgid "working tree '%s' already exists."
6225 msgstr ""
6226
6227 #: builtin/clone.c:958 builtin/clone.c:969 builtin/difftool.c:252
6228 #: builtin/worktree.c:221 builtin/worktree.c:251
6229 #, c-format
6230 msgid "could not create leading directories of '%s'"
6231 msgstr ""
6232
6233 #: builtin/clone.c:961
6234 #, c-format
6235 msgid "could not create work tree dir '%s'"
6236 msgstr ""
6237
6238 #: builtin/clone.c:973
6239 #, c-format
6240 msgid "Cloning into bare repository '%s'...\n"
6241 msgstr ""
6242
6243 #: builtin/clone.c:975
6244 #, c-format
6245 msgid "Cloning into '%s'...\n"
6246 msgstr ""
6247
6248 #: builtin/clone.c:999
6249 msgid ""
6250 "clone --recursive is not compatible with both --reference and --reference-if-"
6251 "able"
6252 msgstr ""
6253
6254 #: builtin/clone.c:1055
6255 msgid "--depth is ignored in local clones; use file:// instead."
6256 msgstr ""
6257
6258 #: builtin/clone.c:1057
6259 msgid "--shallow-since is ignored in local clones; use file:// instead."
6260 msgstr ""
6261
6262 #: builtin/clone.c:1059
6263 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6264 msgstr ""
6265
6266 #: builtin/clone.c:1062
6267 msgid "source repository is shallow, ignoring --local"
6268 msgstr ""
6269
6270 #: builtin/clone.c:1067
6271 msgid "--local is ignored"
6272 msgstr ""
6273
6274 #: builtin/clone.c:1071
6275 #, c-format
6276 msgid "Don't know how to clone %s"
6277 msgstr ""
6278
6279 #: builtin/clone.c:1126 builtin/clone.c:1134
6280 #, c-format
6281 msgid "Remote branch %s not found in upstream %s"
6282 msgstr ""
6283
6284 #: builtin/clone.c:1137
6285 msgid "You appear to have cloned an empty repository."
6286 msgstr ""
6287
6288 #: builtin/column.c:9
6289 msgid "git column [<options>]"
6290 msgstr ""
6291
6292 #: builtin/column.c:26
6293 msgid "lookup config vars"
6294 msgstr ""
6295
6296 #: builtin/column.c:27 builtin/column.c:28
6297 msgid "layout to use"
6298 msgstr ""
6299
6300 #: builtin/column.c:29
6301 msgid "Maximum width"
6302 msgstr ""
6303
6304 #: builtin/column.c:30
6305 msgid "Padding space on left border"
6306 msgstr ""
6307
6308 #: builtin/column.c:31
6309 msgid "Padding space on right border"
6310 msgstr ""
6311
6312 #: builtin/column.c:32
6313 msgid "Padding space between columns"
6314 msgstr ""
6315
6316 #: builtin/column.c:51
6317 msgid "--command must be the first argument"
6318 msgstr ""
6319
6320 #: builtin/commit.c:38
6321 msgid "git commit [<options>] [--] <pathspec>..."
6322 msgstr ""
6323
6324 #: builtin/commit.c:43
6325 msgid "git status [<options>] [--] <pathspec>..."
6326 msgstr ""
6327
6328 #: builtin/commit.c:48
6329 msgid ""
6330 "Your name and email address were configured automatically based\n"
6331 "on your username and hostname. Please check that they are accurate.\n"
6332 "You can suppress this message by setting them explicitly. Run the\n"
6333 "following command and follow the instructions in your editor to edit\n"
6334 "your configuration file:\n"
6335 "\n"
6336 "    git config --global --edit\n"
6337 "\n"
6338 "After doing this, you may fix the identity used for this commit with:\n"
6339 "\n"
6340 "    git commit --amend --reset-author\n"
6341 msgstr ""
6342
6343 #: builtin/commit.c:61
6344 msgid ""
6345 "Your name and email address were configured automatically based\n"
6346 "on your username and hostname. Please check that they are accurate.\n"
6347 "You can suppress this message by setting them explicitly:\n"
6348 "\n"
6349 "    git config --global user.name \"Your Name\"\n"
6350 "    git config --global user.email you@example.com\n"
6351 "\n"
6352 "After doing this, you may fix the identity used for this commit with:\n"
6353 "\n"
6354 "    git commit --amend --reset-author\n"
6355 msgstr ""
6356
6357 #: builtin/commit.c:73
6358 msgid ""
6359 "You asked to amend the most recent commit, but doing so would make\n"
6360 "it empty. You can repeat your command with --allow-empty, or you can\n"
6361 "remove the commit entirely with \"git reset HEAD^\".\n"
6362 msgstr ""
6363
6364 #: builtin/commit.c:78
6365 msgid ""
6366 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6367 "If you wish to commit it anyway, use:\n"
6368 "\n"
6369 "    git commit --allow-empty\n"
6370 "\n"
6371 msgstr ""
6372
6373 #: builtin/commit.c:85
6374 msgid "Otherwise, please use 'git reset'\n"
6375 msgstr ""
6376
6377 #: builtin/commit.c:88
6378 msgid ""
6379 "If you wish to skip this commit, use:\n"
6380 "\n"
6381 "    git reset\n"
6382 "\n"
6383 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6384 "the remaining commits.\n"
6385 msgstr ""
6386
6387 #: builtin/commit.c:318
6388 msgid "failed to unpack HEAD tree object"
6389 msgstr ""
6390
6391 #: builtin/commit.c:359
6392 msgid "unable to create temporary index"
6393 msgstr ""
6394
6395 #: builtin/commit.c:365
6396 msgid "interactive add failed"
6397 msgstr ""
6398
6399 #: builtin/commit.c:378
6400 msgid "unable to update temporary index"
6401 msgstr ""
6402
6403 #: builtin/commit.c:380
6404 msgid "Failed to update main cache tree"
6405 msgstr ""
6406
6407 #: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6408 msgid "unable to write new_index file"
6409 msgstr ""
6410
6411 #: builtin/commit.c:458
6412 msgid "cannot do a partial commit during a merge."
6413 msgstr ""
6414
6415 #: builtin/commit.c:460
6416 msgid "cannot do a partial commit during a cherry-pick."
6417 msgstr ""
6418
6419 #: builtin/commit.c:469
6420 msgid "cannot read the index"
6421 msgstr ""
6422
6423 #: builtin/commit.c:488
6424 msgid "unable to write temporary index file"
6425 msgstr ""
6426
6427 #: builtin/commit.c:582
6428 #, c-format
6429 msgid "commit '%s' lacks author header"
6430 msgstr ""
6431
6432 #: builtin/commit.c:584
6433 #, c-format
6434 msgid "commit '%s' has malformed author line"
6435 msgstr ""
6436
6437 #: builtin/commit.c:603
6438 msgid "malformed --author parameter"
6439 msgstr ""
6440
6441 #: builtin/commit.c:655
6442 msgid ""
6443 "unable to select a comment character that is not used\n"
6444 "in the current commit message"
6445 msgstr ""
6446
6447 #: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6448 #, c-format
6449 msgid "could not lookup commit %s"
6450 msgstr ""
6451
6452 #: builtin/commit.c:704 builtin/shortlog.c:294
6453 #, c-format
6454 msgid "(reading log message from standard input)\n"
6455 msgstr ""
6456
6457 #: builtin/commit.c:706
6458 msgid "could not read log from standard input"
6459 msgstr ""
6460
6461 #: builtin/commit.c:710
6462 #, c-format
6463 msgid "could not read log file '%s'"
6464 msgstr ""
6465
6466 #: builtin/commit.c:737 builtin/commit.c:745
6467 msgid "could not read SQUASH_MSG"
6468 msgstr ""
6469
6470 #: builtin/commit.c:742
6471 msgid "could not read MERGE_MSG"
6472 msgstr ""
6473
6474 #: builtin/commit.c:796
6475 msgid "could not write commit template"
6476 msgstr ""
6477
6478 #: builtin/commit.c:814
6479 #, c-format
6480 msgid ""
6481 "\n"
6482 "It looks like you may be committing a merge.\n"
6483 "If this is not correct, please remove the file\n"
6484 "\t%s\n"
6485 "and try again.\n"
6486 msgstr ""
6487
6488 #: builtin/commit.c:819
6489 #, c-format
6490 msgid ""
6491 "\n"
6492 "It looks like you may be committing a cherry-pick.\n"
6493 "If this is not correct, please remove the file\n"
6494 "\t%s\n"
6495 "and try again.\n"
6496 msgstr ""
6497
6498 #: builtin/commit.c:832
6499 #, c-format
6500 msgid ""
6501 "Please enter the commit message for your changes. Lines starting\n"
6502 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6503 msgstr ""
6504
6505 #: builtin/commit.c:839
6506 #, c-format
6507 msgid ""
6508 "Please enter the commit message for your changes. Lines starting\n"
6509 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6510 "An empty message aborts the commit.\n"
6511 msgstr ""
6512
6513 #: builtin/commit.c:859
6514 #, c-format
6515 msgid "%sAuthor:    %.*s <%.*s>"
6516 msgstr ""
6517
6518 #: builtin/commit.c:867
6519 #, c-format
6520 msgid "%sDate:      %s"
6521 msgstr ""
6522
6523 #: builtin/commit.c:874
6524 #, c-format
6525 msgid "%sCommitter: %.*s <%.*s>"
6526 msgstr ""
6527
6528 #: builtin/commit.c:892
6529 msgid "Cannot read index"
6530 msgstr ""
6531
6532 #: builtin/commit.c:954
6533 msgid "Error building trees"
6534 msgstr ""
6535
6536 #: builtin/commit.c:968 builtin/tag.c:273
6537 #, c-format
6538 msgid "Please supply the message using either -m or -F option.\n"
6539 msgstr ""
6540
6541 #: builtin/commit.c:1071
6542 #, c-format
6543 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6544 msgstr ""
6545
6546 #: builtin/commit.c:1086 builtin/commit.c:1325
6547 #, c-format
6548 msgid "Invalid untracked files mode '%s'"
6549 msgstr ""
6550
6551 #: builtin/commit.c:1124
6552 msgid "--long and -z are incompatible"
6553 msgstr ""
6554
6555 #: builtin/commit.c:1154
6556 msgid "Using both --reset-author and --author does not make sense"
6557 msgstr ""
6558
6559 #: builtin/commit.c:1163
6560 msgid "You have nothing to amend."
6561 msgstr ""
6562
6563 #: builtin/commit.c:1166
6564 msgid "You are in the middle of a merge -- cannot amend."
6565 msgstr ""
6566
6567 #: builtin/commit.c:1168
6568 msgid "You are in the middle of a cherry-pick -- cannot amend."
6569 msgstr ""
6570
6571 #: builtin/commit.c:1171
6572 msgid "Options --squash and --fixup cannot be used together"
6573 msgstr ""
6574
6575 #: builtin/commit.c:1181
6576 msgid "Only one of -c/-C/-F/--fixup can be used."
6577 msgstr ""
6578
6579 #: builtin/commit.c:1183
6580 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6581 msgstr ""
6582
6583 #: builtin/commit.c:1191
6584 msgid "--reset-author can be used only with -C, -c or --amend."
6585 msgstr ""
6586
6587 #: builtin/commit.c:1208
6588 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6589 msgstr ""
6590
6591 #: builtin/commit.c:1210
6592 msgid "No paths with --include/--only does not make sense."
6593 msgstr ""
6594
6595 #: builtin/commit.c:1212
6596 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6597 msgstr ""
6598
6599 #: builtin/commit.c:1224 builtin/tag.c:551
6600 #, c-format
6601 msgid "Invalid cleanup mode %s"
6602 msgstr ""
6603
6604 #: builtin/commit.c:1229
6605 msgid "Paths with -a does not make sense."
6606 msgstr ""
6607
6608 #: builtin/commit.c:1339 builtin/commit.c:1612
6609 msgid "show status concisely"
6610 msgstr ""
6611
6612 #: builtin/commit.c:1341 builtin/commit.c:1614
6613 msgid "show branch information"
6614 msgstr ""
6615
6616 #: builtin/commit.c:1343
6617 msgid "version"
6618 msgstr ""
6619
6620 #: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6621 #: builtin/worktree.c:448
6622 msgid "machine-readable output"
6623 msgstr ""
6624
6625 #: builtin/commit.c:1346 builtin/commit.c:1618
6626 msgid "show status in long format (default)"
6627 msgstr ""
6628
6629 #: builtin/commit.c:1349 builtin/commit.c:1621
6630 msgid "terminate entries with NUL"
6631 msgstr ""
6632
6633 #: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6634 #: builtin/fast-export.c:984 builtin/tag.c:411
6635 msgid "mode"
6636 msgstr ""
6637
6638 #: builtin/commit.c:1352 builtin/commit.c:1624
6639 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6640 msgstr ""
6641
6642 #: builtin/commit.c:1355
6643 msgid "show ignored files"
6644 msgstr ""
6645
6646 #: builtin/commit.c:1356 parse-options.h:155
6647 msgid "when"
6648 msgstr ""
6649
6650 #: builtin/commit.c:1357
6651 msgid ""
6652 "ignore changes to submodules, optional when: all, dirty, untracked. "
6653 "(Default: all)"
6654 msgstr ""
6655
6656 #: builtin/commit.c:1359
6657 msgid "list untracked files in columns"
6658 msgstr ""
6659
6660 #: builtin/commit.c:1435
6661 msgid "couldn't look up newly created commit"
6662 msgstr ""
6663
6664 #: builtin/commit.c:1437
6665 msgid "could not parse newly created commit"
6666 msgstr ""
6667
6668 #: builtin/commit.c:1482
6669 msgid "detached HEAD"
6670 msgstr ""
6671
6672 #: builtin/commit.c:1485
6673 msgid " (root-commit)"
6674 msgstr ""
6675
6676 #: builtin/commit.c:1582
6677 msgid "suppress summary after successful commit"
6678 msgstr ""
6679
6680 #: builtin/commit.c:1583
6681 msgid "show diff in commit message template"
6682 msgstr ""
6683
6684 #: builtin/commit.c:1585
6685 msgid "Commit message options"
6686 msgstr ""
6687
6688 #: builtin/commit.c:1586 builtin/tag.c:409
6689 msgid "read message from file"
6690 msgstr ""
6691
6692 #: builtin/commit.c:1587
6693 msgid "author"
6694 msgstr ""
6695
6696 #: builtin/commit.c:1587
6697 msgid "override author for commit"
6698 msgstr ""
6699
6700 #: builtin/commit.c:1588 builtin/gc.c:357
6701 msgid "date"
6702 msgstr ""
6703
6704 #: builtin/commit.c:1588
6705 msgid "override date for commit"
6706 msgstr ""
6707
6708 #: builtin/commit.c:1589 builtin/merge.c:221 builtin/notes.c:398
6709 #: builtin/notes.c:561 builtin/tag.c:407
6710 msgid "message"
6711 msgstr ""
6712
6713 #: builtin/commit.c:1589
6714 msgid "commit message"
6715 msgstr ""
6716
6717 #: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6718 #: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:77
6719 msgid "commit"
6720 msgstr ""
6721
6722 #: builtin/commit.c:1590
6723 msgid "reuse and edit message from specified commit"
6724 msgstr ""
6725
6726 #: builtin/commit.c:1591
6727 msgid "reuse message from specified commit"
6728 msgstr ""
6729
6730 #: builtin/commit.c:1592
6731 msgid "use autosquash formatted message to fixup specified commit"
6732 msgstr ""
6733
6734 #: builtin/commit.c:1593
6735 msgid "use autosquash formatted message to squash specified commit"
6736 msgstr ""
6737
6738 #: builtin/commit.c:1594
6739 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6740 msgstr ""
6741
6742 #: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:104
6743 msgid "add Signed-off-by:"
6744 msgstr ""
6745
6746 #: builtin/commit.c:1596
6747 msgid "use specified template file"
6748 msgstr ""
6749
6750 #: builtin/commit.c:1597
6751 msgid "force edit of commit"
6752 msgstr ""
6753
6754 #: builtin/commit.c:1598
6755 msgid "default"
6756 msgstr ""
6757
6758 #: builtin/commit.c:1598 builtin/tag.c:412
6759 msgid "how to strip spaces and #comments from message"
6760 msgstr ""
6761
6762 #: builtin/commit.c:1599
6763 msgid "include status in commit message template"
6764 msgstr ""
6765
6766 #: builtin/commit.c:1601 builtin/merge.c:233 builtin/pull.c:166
6767 #: builtin/revert.c:112
6768 msgid "GPG sign commit"
6769 msgstr ""
6770
6771 #: builtin/commit.c:1604
6772 msgid "Commit contents options"
6773 msgstr ""
6774
6775 #: builtin/commit.c:1605
6776 msgid "commit all changed files"
6777 msgstr ""
6778
6779 #: builtin/commit.c:1606
6780 msgid "add specified files to index for commit"
6781 msgstr ""
6782
6783 #: builtin/commit.c:1607
6784 msgid "interactively add files"
6785 msgstr ""
6786
6787 #: builtin/commit.c:1608
6788 msgid "interactively add changes"
6789 msgstr ""
6790
6791 #: builtin/commit.c:1609
6792 msgid "commit only specified files"
6793 msgstr ""
6794
6795 #: builtin/commit.c:1610
6796 msgid "bypass pre-commit and commit-msg hooks"
6797 msgstr ""
6798
6799 #: builtin/commit.c:1611
6800 msgid "show what would be committed"
6801 msgstr ""
6802
6803 #: builtin/commit.c:1622
6804 msgid "amend previous commit"
6805 msgstr ""
6806
6807 #: builtin/commit.c:1623
6808 msgid "bypass post-rewrite hook"
6809 msgstr ""
6810
6811 #: builtin/commit.c:1628
6812 msgid "ok to record an empty change"
6813 msgstr ""
6814
6815 #: builtin/commit.c:1630
6816 msgid "ok to record a change with an empty message"
6817 msgstr ""
6818
6819 #: builtin/commit.c:1659
6820 msgid "could not parse HEAD commit"
6821 msgstr ""
6822
6823 #: builtin/commit.c:1707
6824 #, c-format
6825 msgid "Corrupt MERGE_HEAD file (%s)"
6826 msgstr ""
6827
6828 #: builtin/commit.c:1714
6829 msgid "could not read MERGE_MODE"
6830 msgstr ""
6831
6832 #: builtin/commit.c:1733
6833 #, c-format
6834 msgid "could not read commit message: %s"
6835 msgstr ""
6836
6837 #: builtin/commit.c:1744
6838 #, c-format
6839 msgid "Aborting commit; you did not edit the message.\n"
6840 msgstr ""
6841
6842 #: builtin/commit.c:1749
6843 #, c-format
6844 msgid "Aborting commit due to empty commit message.\n"
6845 msgstr ""
6846
6847 #: builtin/commit.c:1797
6848 msgid ""
6849 "Repository has been updated, but unable to write\n"
6850 "new_index file. Check that disk is not full and quota is\n"
6851 "not exceeded, and then \"git reset HEAD\" to recover."
6852 msgstr ""
6853
6854 #: builtin/config.c:9
6855 msgid "git config [<options>]"
6856 msgstr ""
6857
6858 #: builtin/config.c:56
6859 msgid "Config file location"
6860 msgstr ""
6861
6862 #: builtin/config.c:57
6863 msgid "use global config file"
6864 msgstr ""
6865
6866 #: builtin/config.c:58
6867 msgid "use system config file"
6868 msgstr ""
6869
6870 #: builtin/config.c:59
6871 msgid "use repository config file"
6872 msgstr ""
6873
6874 #: builtin/config.c:60
6875 msgid "use given config file"
6876 msgstr ""
6877
6878 #: builtin/config.c:61
6879 msgid "blob-id"
6880 msgstr ""
6881
6882 #: builtin/config.c:61
6883 msgid "read config from given blob object"
6884 msgstr ""
6885
6886 #: builtin/config.c:62
6887 msgid "Action"
6888 msgstr ""
6889
6890 #: builtin/config.c:63
6891 msgid "get value: name [value-regex]"
6892 msgstr ""
6893
6894 #: builtin/config.c:64
6895 msgid "get all values: key [value-regex]"
6896 msgstr ""
6897
6898 #: builtin/config.c:65
6899 msgid "get values for regexp: name-regex [value-regex]"
6900 msgstr ""
6901
6902 #: builtin/config.c:66
6903 msgid "get value specific for the URL: section[.var] URL"
6904 msgstr ""
6905
6906 #: builtin/config.c:67
6907 msgid "replace all matching variables: name value [value_regex]"
6908 msgstr ""
6909
6910 #: builtin/config.c:68
6911 msgid "add a new variable: name value"
6912 msgstr ""
6913
6914 #: builtin/config.c:69
6915 msgid "remove a variable: name [value-regex]"
6916 msgstr ""
6917
6918 #: builtin/config.c:70
6919 msgid "remove all matches: name [value-regex]"
6920 msgstr ""
6921
6922 #: builtin/config.c:71
6923 msgid "rename section: old-name new-name"
6924 msgstr ""
6925
6926 #: builtin/config.c:72
6927 msgid "remove a section: name"
6928 msgstr ""
6929
6930 #: builtin/config.c:73
6931 msgid "list all"
6932 msgstr ""
6933
6934 #: builtin/config.c:74
6935 msgid "open an editor"
6936 msgstr ""
6937
6938 #: builtin/config.c:75
6939 msgid "find the color configured: slot [default]"
6940 msgstr ""
6941
6942 #: builtin/config.c:76
6943 msgid "find the color setting: slot [stdout-is-tty]"
6944 msgstr ""
6945
6946 #: builtin/config.c:77
6947 msgid "Type"
6948 msgstr ""
6949
6950 #: builtin/config.c:78
6951 msgid "value is \"true\" or \"false\""
6952 msgstr ""
6953
6954 #: builtin/config.c:79
6955 msgid "value is decimal number"
6956 msgstr ""
6957
6958 #: builtin/config.c:80
6959 msgid "value is --bool or --int"
6960 msgstr ""
6961
6962 #: builtin/config.c:81
6963 msgid "value is a path (file or directory name)"
6964 msgstr ""
6965
6966 #: builtin/config.c:82
6967 msgid "Other"
6968 msgstr ""
6969
6970 #: builtin/config.c:83
6971 msgid "terminate values with NUL byte"
6972 msgstr ""
6973
6974 #: builtin/config.c:84
6975 msgid "show variable names only"
6976 msgstr ""
6977
6978 #: builtin/config.c:85
6979 msgid "respect include directives on lookup"
6980 msgstr ""
6981
6982 #: builtin/config.c:86
6983 msgid "show origin of config (file, standard input, blob, command line)"
6984 msgstr ""
6985
6986 #: builtin/config.c:328
6987 msgid "unable to parse default color value"
6988 msgstr ""
6989
6990 #: builtin/config.c:472
6991 #, c-format
6992 msgid ""
6993 "# This is Git's per-user configuration file.\n"
6994 "[user]\n"
6995 "# Please adapt and uncomment the following lines:\n"
6996 "#\tname = %s\n"
6997 "#\temail = %s\n"
6998 msgstr ""
6999
7000 #: builtin/config.c:615
7001 #, c-format
7002 msgid "cannot create configuration file %s"
7003 msgstr ""
7004
7005 #: builtin/config.c:627
7006 #, c-format
7007 msgid ""
7008 "cannot overwrite multiple values with a single value\n"
7009 "       Use a regexp, --add or --replace-all to change %s."
7010 msgstr ""
7011
7012 #: builtin/count-objects.c:86
7013 msgid "git count-objects [-v] [-H | --human-readable]"
7014 msgstr ""
7015
7016 #: builtin/count-objects.c:96
7017 msgid "print sizes in human readable format"
7018 msgstr ""
7019
7020 #: builtin/describe.c:18
7021 msgid "git describe [<options>] [<commit-ish>...]"
7022 msgstr ""
7023
7024 #: builtin/describe.c:19
7025 msgid "git describe [<options>] --dirty"
7026 msgstr ""
7027
7028 #: builtin/describe.c:53
7029 msgid "head"
7030 msgstr ""
7031
7032 #: builtin/describe.c:53
7033 msgid "lightweight"
7034 msgstr ""
7035
7036 #: builtin/describe.c:53
7037 msgid "annotated"
7038 msgstr ""
7039
7040 #: builtin/describe.c:250
7041 #, c-format
7042 msgid "annotated tag %s not available"
7043 msgstr ""
7044
7045 #: builtin/describe.c:254
7046 #, c-format
7047 msgid "annotated tag %s has no embedded name"
7048 msgstr ""
7049
7050 #: builtin/describe.c:256
7051 #, c-format
7052 msgid "tag '%s' is really '%s' here"
7053 msgstr ""
7054
7055 #: builtin/describe.c:283 builtin/log.c:487
7056 #, c-format
7057 msgid "Not a valid object name %s"
7058 msgstr ""
7059
7060 #: builtin/describe.c:286
7061 #, c-format
7062 msgid "%s is not a valid '%s' object"
7063 msgstr ""
7064
7065 #: builtin/describe.c:303
7066 #, c-format
7067 msgid "no tag exactly matches '%s'"
7068 msgstr ""
7069
7070 #: builtin/describe.c:305
7071 #, c-format
7072 msgid "searching to describe %s\n"
7073 msgstr ""
7074
7075 #: builtin/describe.c:352
7076 #, c-format
7077 msgid "finished search at %s\n"
7078 msgstr ""
7079
7080 #: builtin/describe.c:379
7081 #, c-format
7082 msgid ""
7083 "No annotated tags can describe '%s'.\n"
7084 "However, there were unannotated tags: try --tags."
7085 msgstr ""
7086
7087 #: builtin/describe.c:383
7088 #, c-format
7089 msgid ""
7090 "No tags can describe '%s'.\n"
7091 "Try --always, or create some tags."
7092 msgstr ""
7093
7094 #: builtin/describe.c:413
7095 #, c-format
7096 msgid "traversed %lu commits\n"
7097 msgstr ""
7098
7099 #: builtin/describe.c:416
7100 #, c-format
7101 msgid ""
7102 "more than %i tags found; listed %i most recent\n"
7103 "gave up search at %s\n"
7104 msgstr ""
7105
7106 #: builtin/describe.c:438
7107 msgid "find the tag that comes after the commit"
7108 msgstr ""
7109
7110 #: builtin/describe.c:439
7111 msgid "debug search strategy on stderr"
7112 msgstr ""
7113
7114 #: builtin/describe.c:440
7115 msgid "use any ref"
7116 msgstr ""
7117
7118 #: builtin/describe.c:441
7119 msgid "use any tag, even unannotated"
7120 msgstr ""
7121
7122 #: builtin/describe.c:442
7123 msgid "always use long format"
7124 msgstr ""
7125
7126 #: builtin/describe.c:443
7127 msgid "only follow first parent"
7128 msgstr ""
7129
7130 #: builtin/describe.c:446
7131 msgid "only output exact matches"
7132 msgstr ""
7133
7134 #: builtin/describe.c:448
7135 msgid "consider <n> most recent tags (default: 10)"
7136 msgstr ""
7137
7138 #: builtin/describe.c:450
7139 msgid "only consider tags matching <pattern>"
7140 msgstr ""
7141
7142 #: builtin/describe.c:452
7143 msgid "do not consider tags matching <pattern>"
7144 msgstr ""
7145
7146 #: builtin/describe.c:454 builtin/name-rev.c:357
7147 msgid "show abbreviated commit object as fallback"
7148 msgstr ""
7149
7150 #: builtin/describe.c:455 builtin/describe.c:458
7151 msgid "mark"
7152 msgstr ""
7153
7154 #: builtin/describe.c:456
7155 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7156 msgstr ""
7157
7158 #: builtin/describe.c:459
7159 msgid "append <mark> on broken working tree (default: \"-broken\")"
7160 msgstr ""
7161
7162 #: builtin/describe.c:477
7163 msgid "--long is incompatible with --abbrev=0"
7164 msgstr ""
7165
7166 #: builtin/describe.c:506
7167 msgid "No names found, cannot describe anything."
7168 msgstr ""
7169
7170 #: builtin/describe.c:549
7171 msgid "--dirty is incompatible with commit-ishes"
7172 msgstr ""
7173
7174 #: builtin/describe.c:551
7175 msgid "--broken is incompatible with commit-ishes"
7176 msgstr ""
7177
7178 #: builtin/diff.c:83
7179 #, c-format
7180 msgid "'%s': not a regular file or symlink"
7181 msgstr ""
7182
7183 #: builtin/diff.c:234
7184 #, c-format
7185 msgid "invalid option: %s"
7186 msgstr ""
7187
7188 #: builtin/diff.c:358
7189 msgid "Not a git repository"
7190 msgstr ""
7191
7192 #: builtin/diff.c:401
7193 #, c-format
7194 msgid "invalid object '%s' given."
7195 msgstr ""
7196
7197 #: builtin/diff.c:410
7198 #, c-format
7199 msgid "more than two blobs given: '%s'"
7200 msgstr ""
7201
7202 #: builtin/diff.c:417
7203 #, c-format
7204 msgid "unhandled object '%s' given."
7205 msgstr ""
7206
7207 #: builtin/difftool.c:28
7208 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7209 msgstr ""
7210
7211 #: builtin/difftool.c:241
7212 #, c-format
7213 msgid "failed: %d"
7214 msgstr ""
7215
7216 #: builtin/difftool.c:283
7217 #, c-format
7218 msgid "could not read symlink %s"
7219 msgstr ""
7220
7221 #: builtin/difftool.c:285
7222 #, c-format
7223 msgid "could not read symlink file %s"
7224 msgstr ""
7225
7226 #: builtin/difftool.c:293
7227 #, c-format
7228 msgid "could not read object %s for symlink %s"
7229 msgstr ""
7230
7231 #: builtin/difftool.c:395
7232 msgid ""
7233 "combined diff formats('-c' and '--cc') are not supported in\n"
7234 "directory diff mode('-d' and '--dir-diff')."
7235 msgstr ""
7236
7237 #: builtin/difftool.c:609
7238 #, c-format
7239 msgid "both files modified: '%s' and '%s'."
7240 msgstr ""
7241
7242 #: builtin/difftool.c:611
7243 msgid "working tree file has been left."
7244 msgstr ""
7245
7246 #: builtin/difftool.c:622
7247 #, c-format
7248 msgid "temporary files exist in '%s'."
7249 msgstr ""
7250
7251 #: builtin/difftool.c:623
7252 msgid "you may want to cleanup or recover these."
7253 msgstr ""
7254
7255 #: builtin/difftool.c:669
7256 msgid "use `diff.guitool` instead of `diff.tool`"
7257 msgstr ""
7258
7259 #: builtin/difftool.c:671
7260 msgid "perform a full-directory diff"
7261 msgstr ""
7262
7263 #: builtin/difftool.c:673
7264 msgid "do not prompt before launching a diff tool"
7265 msgstr ""
7266
7267 #: builtin/difftool.c:679
7268 msgid "use symlinks in dir-diff mode"
7269 msgstr ""
7270
7271 #: builtin/difftool.c:680
7272 msgid "<tool>"
7273 msgstr ""
7274
7275 #: builtin/difftool.c:681
7276 msgid "use the specified diff tool"
7277 msgstr ""
7278
7279 #: builtin/difftool.c:683
7280 msgid "print a list of diff tools that may be used with `--tool`"
7281 msgstr ""
7282
7283 #: builtin/difftool.c:686
7284 msgid ""
7285 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7286 "code"
7287 msgstr ""
7288
7289 #: builtin/difftool.c:688
7290 msgid "<command>"
7291 msgstr ""
7292
7293 #: builtin/difftool.c:689
7294 msgid "specify a custom command for viewing diffs"
7295 msgstr ""
7296
7297 #: builtin/difftool.c:713
7298 msgid "no <tool> given for --tool=<tool>"
7299 msgstr ""
7300
7301 #: builtin/difftool.c:720
7302 msgid "no <cmd> given for --extcmd=<cmd>"
7303 msgstr ""
7304
7305 #: builtin/fast-export.c:25
7306 msgid "git fast-export [rev-list-opts]"
7307 msgstr ""
7308
7309 #: builtin/fast-export.c:980
7310 msgid "show progress after <n> objects"
7311 msgstr ""
7312
7313 #: builtin/fast-export.c:982
7314 msgid "select handling of signed tags"
7315 msgstr ""
7316
7317 #: builtin/fast-export.c:985
7318 msgid "select handling of tags that tag filtered objects"
7319 msgstr ""
7320
7321 #: builtin/fast-export.c:988
7322 msgid "Dump marks to this file"
7323 msgstr ""
7324
7325 #: builtin/fast-export.c:990
7326 msgid "Import marks from this file"
7327 msgstr ""
7328
7329 #: builtin/fast-export.c:992
7330 msgid "Fake a tagger when tags lack one"
7331 msgstr ""
7332
7333 #: builtin/fast-export.c:994
7334 msgid "Output full tree for each commit"
7335 msgstr ""
7336
7337 #: builtin/fast-export.c:996
7338 msgid "Use the done feature to terminate the stream"
7339 msgstr ""
7340
7341 #: builtin/fast-export.c:997
7342 msgid "Skip output of blob data"
7343 msgstr ""
7344
7345 #: builtin/fast-export.c:998
7346 msgid "refspec"
7347 msgstr ""
7348
7349 #: builtin/fast-export.c:999
7350 msgid "Apply refspec to exported refs"
7351 msgstr ""
7352
7353 #: builtin/fast-export.c:1000
7354 msgid "anonymize output"
7355 msgstr ""
7356
7357 #: builtin/fetch.c:21
7358 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7359 msgstr ""
7360
7361 #: builtin/fetch.c:22
7362 msgid "git fetch [<options>] <group>"
7363 msgstr ""
7364
7365 #: builtin/fetch.c:23
7366 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7367 msgstr ""
7368
7369 #: builtin/fetch.c:24
7370 msgid "git fetch --all [<options>]"
7371 msgstr ""
7372
7373 #: builtin/fetch.c:95 builtin/pull.c:175
7374 msgid "fetch from all remotes"
7375 msgstr ""
7376
7377 #: builtin/fetch.c:97 builtin/pull.c:178
7378 msgid "append to .git/FETCH_HEAD instead of overwriting"
7379 msgstr ""
7380
7381 #: builtin/fetch.c:99 builtin/pull.c:181
7382 msgid "path to upload pack on remote end"
7383 msgstr ""
7384
7385 #: builtin/fetch.c:100 builtin/pull.c:183
7386 msgid "force overwrite of local branch"
7387 msgstr ""
7388
7389 #: builtin/fetch.c:102
7390 msgid "fetch from multiple remotes"
7391 msgstr ""
7392
7393 #: builtin/fetch.c:104 builtin/pull.c:185
7394 msgid "fetch all tags and associated objects"
7395 msgstr ""
7396
7397 #: builtin/fetch.c:106
7398 msgid "do not fetch all tags (--no-tags)"
7399 msgstr ""
7400
7401 #: builtin/fetch.c:108
7402 msgid "number of submodules fetched in parallel"
7403 msgstr ""
7404
7405 #: builtin/fetch.c:110 builtin/pull.c:188
7406 msgid "prune remote-tracking branches no longer on remote"
7407 msgstr ""
7408
7409 #: builtin/fetch.c:111 builtin/pull.c:191
7410 msgid "on-demand"
7411 msgstr ""
7412
7413 #: builtin/fetch.c:112 builtin/pull.c:192
7414 msgid "control recursive fetching of submodules"
7415 msgstr ""
7416
7417 #: builtin/fetch.c:116 builtin/pull.c:200
7418 msgid "keep downloaded pack"
7419 msgstr ""
7420
7421 #: builtin/fetch.c:118
7422 msgid "allow updating of HEAD ref"
7423 msgstr ""
7424
7425 #: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7426 msgid "deepen history of shallow clone"
7427 msgstr ""
7428
7429 #: builtin/fetch.c:123
7430 msgid "deepen history of shallow repository based on time"
7431 msgstr ""
7432
7433 #: builtin/fetch.c:129 builtin/pull.c:206
7434 msgid "convert to a complete repository"
7435 msgstr ""
7436
7437 #: builtin/fetch.c:131 builtin/log.c:1440
7438 msgid "dir"
7439 msgstr ""
7440
7441 #: builtin/fetch.c:132
7442 msgid "prepend this to submodule path output"
7443 msgstr ""
7444
7445 #: builtin/fetch.c:135
7446 msgid "default mode for recursion"
7447 msgstr ""
7448
7449 #: builtin/fetch.c:137 builtin/pull.c:209
7450 msgid "accept refs that update .git/shallow"
7451 msgstr ""
7452
7453 #: builtin/fetch.c:138 builtin/pull.c:211
7454 msgid "refmap"
7455 msgstr ""
7456
7457 #: builtin/fetch.c:139 builtin/pull.c:212
7458 msgid "specify fetch refmap"
7459 msgstr ""
7460
7461 #: builtin/fetch.c:395
7462 msgid "Couldn't find remote ref HEAD"
7463 msgstr ""
7464
7465 #: builtin/fetch.c:513
7466 #, c-format
7467 msgid "configuration fetch.output contains invalid value %s"
7468 msgstr ""
7469
7470 #: builtin/fetch.c:606
7471 #, c-format
7472 msgid "object %s not found"
7473 msgstr ""
7474
7475 #: builtin/fetch.c:610
7476 msgid "[up to date]"
7477 msgstr ""
7478
7479 #: builtin/fetch.c:623 builtin/fetch.c:703
7480 msgid "[rejected]"
7481 msgstr ""
7482
7483 #: builtin/fetch.c:624
7484 msgid "can't fetch in current branch"
7485 msgstr ""
7486
7487 #: builtin/fetch.c:633
7488 msgid "[tag update]"
7489 msgstr ""
7490
7491 #: builtin/fetch.c:634 builtin/fetch.c:667 builtin/fetch.c:683
7492 #: builtin/fetch.c:698
7493 msgid "unable to update local ref"
7494 msgstr ""
7495
7496 #: builtin/fetch.c:653
7497 msgid "[new tag]"
7498 msgstr ""
7499
7500 #: builtin/fetch.c:656
7501 msgid "[new branch]"
7502 msgstr ""
7503
7504 #: builtin/fetch.c:659
7505 msgid "[new ref]"
7506 msgstr ""
7507
7508 #: builtin/fetch.c:698
7509 msgid "forced update"
7510 msgstr ""
7511
7512 #: builtin/fetch.c:703
7513 msgid "non-fast-forward"
7514 msgstr ""
7515
7516 #: builtin/fetch.c:748
7517 #, c-format
7518 msgid "%s did not send all necessary objects\n"
7519 msgstr ""
7520
7521 #: builtin/fetch.c:768
7522 #, c-format
7523 msgid "reject %s because shallow roots are not allowed to be updated"
7524 msgstr ""
7525
7526 #: builtin/fetch.c:855 builtin/fetch.c:951
7527 #, c-format
7528 msgid "From %.*s\n"
7529 msgstr ""
7530
7531 #: builtin/fetch.c:866
7532 #, c-format
7533 msgid ""
7534 "some local refs could not be updated; try running\n"
7535 " 'git remote prune %s' to remove any old, conflicting branches"
7536 msgstr ""
7537
7538 #: builtin/fetch.c:921
7539 #, c-format
7540 msgid "   (%s will become dangling)"
7541 msgstr ""
7542
7543 #: builtin/fetch.c:922
7544 #, c-format
7545 msgid "   (%s has become dangling)"
7546 msgstr ""
7547
7548 #: builtin/fetch.c:954
7549 msgid "[deleted]"
7550 msgstr ""
7551
7552 #: builtin/fetch.c:955 builtin/remote.c:1022
7553 msgid "(none)"
7554 msgstr ""
7555
7556 #: builtin/fetch.c:978
7557 #, c-format
7558 msgid "Refusing to fetch into current branch %s of non-bare repository"
7559 msgstr ""
7560
7561 #: builtin/fetch.c:997
7562 #, c-format
7563 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7564 msgstr ""
7565
7566 #: builtin/fetch.c:1000
7567 #, c-format
7568 msgid "Option \"%s\" is ignored for %s\n"
7569 msgstr ""
7570
7571 #: builtin/fetch.c:1076
7572 #, c-format
7573 msgid "Don't know how to fetch from %s"
7574 msgstr ""
7575
7576 #: builtin/fetch.c:1236
7577 #, c-format
7578 msgid "Fetching %s\n"
7579 msgstr ""
7580
7581 #: builtin/fetch.c:1238 builtin/remote.c:96
7582 #, c-format
7583 msgid "Could not fetch %s"
7584 msgstr ""
7585
7586 #: builtin/fetch.c:1256
7587 msgid ""
7588 "No remote repository specified.  Please, specify either a URL or a\n"
7589 "remote name from which new revisions should be fetched."
7590 msgstr ""
7591
7592 #: builtin/fetch.c:1279
7593 msgid "You need to specify a tag name."
7594 msgstr ""
7595
7596 #: builtin/fetch.c:1321
7597 msgid "Negative depth in --deepen is not supported"
7598 msgstr ""
7599
7600 #: builtin/fetch.c:1323
7601 msgid "--deepen and --depth are mutually exclusive"
7602 msgstr ""
7603
7604 #: builtin/fetch.c:1328
7605 msgid "--depth and --unshallow cannot be used together"
7606 msgstr ""
7607
7608 #: builtin/fetch.c:1330
7609 msgid "--unshallow on a complete repository does not make sense"
7610 msgstr ""
7611
7612 #: builtin/fetch.c:1352
7613 msgid "fetch --all does not take a repository argument"
7614 msgstr ""
7615
7616 #: builtin/fetch.c:1354
7617 msgid "fetch --all does not make sense with refspecs"
7618 msgstr ""
7619
7620 #: builtin/fetch.c:1365
7621 #, c-format
7622 msgid "No such remote or remote group: %s"
7623 msgstr ""
7624
7625 #: builtin/fetch.c:1373
7626 msgid "Fetching a group and specifying refspecs does not make sense"
7627 msgstr ""
7628
7629 #: builtin/fmt-merge-msg.c:14
7630 msgid ""
7631 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7632 msgstr ""
7633
7634 #: builtin/fmt-merge-msg.c:663
7635 msgid "populate log with at most <n> entries from shortlog"
7636 msgstr ""
7637
7638 #: builtin/fmt-merge-msg.c:666
7639 msgid "alias for --log (deprecated)"
7640 msgstr ""
7641
7642 #: builtin/fmt-merge-msg.c:669
7643 msgid "text"
7644 msgstr ""
7645
7646 #: builtin/fmt-merge-msg.c:670
7647 msgid "use <text> as start of message"
7648 msgstr ""
7649
7650 #: builtin/fmt-merge-msg.c:671
7651 msgid "file to read from"
7652 msgstr ""
7653
7654 #: builtin/for-each-ref.c:9
7655 msgid "git for-each-ref [<options>] [<pattern>]"
7656 msgstr ""
7657
7658 #: builtin/for-each-ref.c:10
7659 msgid "git for-each-ref [--points-at <object>]"
7660 msgstr ""
7661
7662 #: builtin/for-each-ref.c:11
7663 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7664 msgstr ""
7665
7666 #: builtin/for-each-ref.c:12
7667 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7668 msgstr ""
7669
7670 #: builtin/for-each-ref.c:27
7671 msgid "quote placeholders suitably for shells"
7672 msgstr ""
7673
7674 #: builtin/for-each-ref.c:29
7675 msgid "quote placeholders suitably for perl"
7676 msgstr ""
7677
7678 #: builtin/for-each-ref.c:31
7679 msgid "quote placeholders suitably for python"
7680 msgstr ""
7681
7682 #: builtin/for-each-ref.c:33
7683 msgid "quote placeholders suitably for Tcl"
7684 msgstr ""
7685
7686 #: builtin/for-each-ref.c:36
7687 msgid "show only <n> matched refs"
7688 msgstr ""
7689
7690 #: builtin/for-each-ref.c:41
7691 msgid "print only refs which points at the given object"
7692 msgstr ""
7693
7694 #: builtin/for-each-ref.c:43
7695 msgid "print only refs that are merged"
7696 msgstr ""
7697
7698 #: builtin/for-each-ref.c:44
7699 msgid "print only refs that are not merged"
7700 msgstr ""
7701
7702 #: builtin/for-each-ref.c:45
7703 msgid "print only refs which contain the commit"
7704 msgstr ""
7705
7706 #: builtin/for-each-ref.c:46
7707 msgid "print only refs which don't contain the commit"
7708 msgstr ""
7709
7710 #: builtin/fsck.c:554
7711 msgid "Checking object directories"
7712 msgstr ""
7713
7714 #: builtin/fsck.c:646
7715 msgid "git fsck [<options>] [<object>...]"
7716 msgstr ""
7717
7718 #: builtin/fsck.c:652
7719 msgid "show unreachable objects"
7720 msgstr ""
7721
7722 #: builtin/fsck.c:653
7723 msgid "show dangling objects"
7724 msgstr ""
7725
7726 #: builtin/fsck.c:654
7727 msgid "report tags"
7728 msgstr ""
7729
7730 #: builtin/fsck.c:655
7731 msgid "report root nodes"
7732 msgstr ""
7733
7734 #: builtin/fsck.c:656
7735 msgid "make index objects head nodes"
7736 msgstr ""
7737
7738 #: builtin/fsck.c:657
7739 msgid "make reflogs head nodes (default)"
7740 msgstr ""
7741
7742 #: builtin/fsck.c:658
7743 msgid "also consider packs and alternate objects"
7744 msgstr ""
7745
7746 #: builtin/fsck.c:659
7747 msgid "check only connectivity"
7748 msgstr ""
7749
7750 #: builtin/fsck.c:660
7751 msgid "enable more strict checking"
7752 msgstr ""
7753
7754 #: builtin/fsck.c:662
7755 msgid "write dangling objects in .git/lost-found"
7756 msgstr ""
7757
7758 #: builtin/fsck.c:663 builtin/prune.c:107
7759 msgid "show progress"
7760 msgstr ""
7761
7762 #: builtin/fsck.c:664
7763 msgid "show verbose names for reachable objects"
7764 msgstr ""
7765
7766 #: builtin/fsck.c:725
7767 msgid "Checking objects"
7768 msgstr ""
7769
7770 #: builtin/gc.c:25
7771 msgid "git gc [<options>]"
7772 msgstr ""
7773
7774 #: builtin/gc.c:78
7775 #, c-format
7776 msgid "Failed to fstat %s: %s"
7777 msgstr ""
7778
7779 #: builtin/gc.c:310
7780 #, c-format
7781 msgid "Can't stat %s"
7782 msgstr ""
7783
7784 #: builtin/gc.c:319
7785 #, c-format
7786 msgid ""
7787 "The last gc run reported the following. Please correct the root cause\n"
7788 "and remove %s.\n"
7789 "Automatic cleanup will not be performed until the file is removed.\n"
7790 "\n"
7791 "%s"
7792 msgstr ""
7793
7794 #: builtin/gc.c:358
7795 msgid "prune unreferenced objects"
7796 msgstr ""
7797
7798 #: builtin/gc.c:360
7799 msgid "be more thorough (increased runtime)"
7800 msgstr ""
7801
7802 #: builtin/gc.c:361
7803 msgid "enable auto-gc mode"
7804 msgstr ""
7805
7806 #: builtin/gc.c:362
7807 msgid "force running gc even if there may be another gc running"
7808 msgstr ""
7809
7810 #: builtin/gc.c:379
7811 #, c-format
7812 msgid "Failed to parse gc.logexpiry value %s"
7813 msgstr ""
7814
7815 #: builtin/gc.c:407
7816 #, c-format
7817 msgid "Auto packing the repository in background for optimum performance.\n"
7818 msgstr ""
7819
7820 #: builtin/gc.c:409
7821 #, c-format
7822 msgid "Auto packing the repository for optimum performance.\n"
7823 msgstr ""
7824
7825 #: builtin/gc.c:410
7826 #, c-format
7827 msgid "See \"git help gc\" for manual housekeeping.\n"
7828 msgstr ""
7829
7830 #: builtin/gc.c:431
7831 #, c-format
7832 msgid ""
7833 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7834 msgstr ""
7835
7836 #: builtin/gc.c:475
7837 msgid ""
7838 "There are too many unreachable loose objects; run 'git prune' to remove them."
7839 msgstr ""
7840
7841 #: builtin/grep.c:25
7842 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7843 msgstr ""
7844
7845 #: builtin/grep.c:232
7846 #, c-format
7847 msgid "grep: failed to create thread: %s"
7848 msgstr ""
7849
7850 #: builtin/grep.c:290
7851 #, c-format
7852 msgid "invalid number of threads specified (%d) for %s"
7853 msgstr ""
7854
7855 #: builtin/grep.c:769 builtin/grep.c:810
7856 #, c-format
7857 msgid "unable to read tree (%s)"
7858 msgstr ""
7859
7860 #: builtin/grep.c:829
7861 #, c-format
7862 msgid "unable to grep from object of type %s"
7863 msgstr ""
7864
7865 #: builtin/grep.c:893
7866 #, c-format
7867 msgid "switch `%c' expects a numerical value"
7868 msgstr ""
7869
7870 #: builtin/grep.c:980
7871 msgid "search in index instead of in the work tree"
7872 msgstr ""
7873
7874 #: builtin/grep.c:982
7875 msgid "find in contents not managed by git"
7876 msgstr ""
7877
7878 #: builtin/grep.c:984
7879 msgid "search in both tracked and untracked files"
7880 msgstr ""
7881
7882 #: builtin/grep.c:986
7883 msgid "ignore files specified via '.gitignore'"
7884 msgstr ""
7885
7886 #: builtin/grep.c:988
7887 msgid "recursively search in each submodule"
7888 msgstr ""
7889
7890 #: builtin/grep.c:990
7891 msgid "basename"
7892 msgstr ""
7893
7894 #: builtin/grep.c:991
7895 msgid "prepend parent project's basename to output"
7896 msgstr ""
7897
7898 #: builtin/grep.c:994
7899 msgid "show non-matching lines"
7900 msgstr ""
7901
7902 #: builtin/grep.c:996
7903 msgid "case insensitive matching"
7904 msgstr ""
7905
7906 #: builtin/grep.c:998
7907 msgid "match patterns only at word boundaries"
7908 msgstr ""
7909
7910 #: builtin/grep.c:1000
7911 msgid "process binary files as text"
7912 msgstr ""
7913
7914 #: builtin/grep.c:1002
7915 msgid "don't match patterns in binary files"
7916 msgstr ""
7917
7918 #: builtin/grep.c:1005
7919 msgid "process binary files with textconv filters"
7920 msgstr ""
7921
7922 #: builtin/grep.c:1007
7923 msgid "descend at most <depth> levels"
7924 msgstr ""
7925
7926 #: builtin/grep.c:1011
7927 msgid "use extended POSIX regular expressions"
7928 msgstr ""
7929
7930 #: builtin/grep.c:1014
7931 msgid "use basic POSIX regular expressions (default)"
7932 msgstr ""
7933
7934 #: builtin/grep.c:1017
7935 msgid "interpret patterns as fixed strings"
7936 msgstr ""
7937
7938 #: builtin/grep.c:1020
7939 msgid "use Perl-compatible regular expressions"
7940 msgstr ""
7941
7942 #: builtin/grep.c:1023
7943 msgid "show line numbers"
7944 msgstr ""
7945
7946 #: builtin/grep.c:1024
7947 msgid "don't show filenames"
7948 msgstr ""
7949
7950 #: builtin/grep.c:1025
7951 msgid "show filenames"
7952 msgstr ""
7953
7954 #: builtin/grep.c:1027
7955 msgid "show filenames relative to top directory"
7956 msgstr ""
7957
7958 #: builtin/grep.c:1029
7959 msgid "show only filenames instead of matching lines"
7960 msgstr ""
7961
7962 #: builtin/grep.c:1031
7963 msgid "synonym for --files-with-matches"
7964 msgstr ""
7965
7966 #: builtin/grep.c:1034
7967 msgid "show only the names of files without match"
7968 msgstr ""
7969
7970 #: builtin/grep.c:1036
7971 msgid "print NUL after filenames"
7972 msgstr ""
7973
7974 #: builtin/grep.c:1038
7975 msgid "show the number of matches instead of matching lines"
7976 msgstr ""
7977
7978 #: builtin/grep.c:1039
7979 msgid "highlight matches"
7980 msgstr ""
7981
7982 #: builtin/grep.c:1041
7983 msgid "print empty line between matches from different files"
7984 msgstr ""
7985
7986 #: builtin/grep.c:1043
7987 msgid "show filename only once above matches from same file"
7988 msgstr ""
7989
7990 #: builtin/grep.c:1046
7991 msgid "show <n> context lines before and after matches"
7992 msgstr ""
7993
7994 #: builtin/grep.c:1049
7995 msgid "show <n> context lines before matches"
7996 msgstr ""
7997
7998 #: builtin/grep.c:1051
7999 msgid "show <n> context lines after matches"
8000 msgstr ""
8001
8002 #: builtin/grep.c:1053
8003 msgid "use <n> worker threads"
8004 msgstr ""
8005
8006 #: builtin/grep.c:1054
8007 msgid "shortcut for -C NUM"
8008 msgstr ""
8009
8010 #: builtin/grep.c:1057
8011 msgid "show a line with the function name before matches"
8012 msgstr ""
8013
8014 #: builtin/grep.c:1059
8015 msgid "show the surrounding function"
8016 msgstr ""
8017
8018 #: builtin/grep.c:1062
8019 msgid "read patterns from file"
8020 msgstr ""
8021
8022 #: builtin/grep.c:1064
8023 msgid "match <pattern>"
8024 msgstr ""
8025
8026 #: builtin/grep.c:1066
8027 msgid "combine patterns specified with -e"
8028 msgstr ""
8029
8030 #: builtin/grep.c:1078
8031 msgid "indicate hit with exit status without output"
8032 msgstr ""
8033
8034 #: builtin/grep.c:1080
8035 msgid "show only matches from files that match all patterns"
8036 msgstr ""
8037
8038 #: builtin/grep.c:1082
8039 msgid "show parse tree for grep expression"
8040 msgstr ""
8041
8042 #: builtin/grep.c:1086
8043 msgid "pager"
8044 msgstr ""
8045
8046 #: builtin/grep.c:1086
8047 msgid "show matching files in the pager"
8048 msgstr ""
8049
8050 #: builtin/grep.c:1089
8051 msgid "allow calling of grep(1) (ignored by this build)"
8052 msgstr ""
8053
8054 #: builtin/grep.c:1153
8055 msgid "no pattern given."
8056 msgstr ""
8057
8058 #: builtin/grep.c:1189
8059 msgid "--no-index or --untracked cannot be used with revs"
8060 msgstr ""
8061
8062 #: builtin/grep.c:1195
8063 #, c-format
8064 msgid "unable to resolve revision: %s"
8065 msgstr ""
8066
8067 #: builtin/grep.c:1228 builtin/index-pack.c:1485
8068 #, c-format
8069 msgid "invalid number of threads specified (%d)"
8070 msgstr ""
8071
8072 #: builtin/grep.c:1251
8073 msgid "--open-files-in-pager only works on the worktree"
8074 msgstr ""
8075
8076 #: builtin/grep.c:1274
8077 msgid "option not supported with --recurse-submodules."
8078 msgstr ""
8079
8080 #: builtin/grep.c:1280
8081 msgid "--cached or --untracked cannot be used with --no-index."
8082 msgstr ""
8083
8084 #: builtin/grep.c:1286
8085 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8086 msgstr ""
8087
8088 #: builtin/grep.c:1294
8089 msgid "both --cached and trees are given."
8090 msgstr ""
8091
8092 #: builtin/hash-object.c:81
8093 msgid ""
8094 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8095 "[--] <file>..."
8096 msgstr ""
8097
8098 #: builtin/hash-object.c:82
8099 msgid "git hash-object  --stdin-paths"
8100 msgstr ""
8101
8102 #: builtin/hash-object.c:94
8103 msgid "type"
8104 msgstr ""
8105
8106 #: builtin/hash-object.c:94
8107 msgid "object type"
8108 msgstr ""
8109
8110 #: builtin/hash-object.c:95
8111 msgid "write the object into the object database"
8112 msgstr ""
8113
8114 #: builtin/hash-object.c:97
8115 msgid "read the object from stdin"
8116 msgstr ""
8117
8118 #: builtin/hash-object.c:99
8119 msgid "store file as is without filters"
8120 msgstr ""
8121
8122 #: builtin/hash-object.c:100
8123 msgid ""
8124 "just hash any random garbage to create corrupt objects for debugging Git"
8125 msgstr ""
8126
8127 #: builtin/hash-object.c:101
8128 msgid "process file as it were from this path"
8129 msgstr ""
8130
8131 #: builtin/help.c:42
8132 msgid "print all available commands"
8133 msgstr ""
8134
8135 #: builtin/help.c:43
8136 msgid "exclude guides"
8137 msgstr ""
8138
8139 #: builtin/help.c:44
8140 msgid "print list of useful guides"
8141 msgstr ""
8142
8143 #: builtin/help.c:45
8144 msgid "show man page"
8145 msgstr ""
8146
8147 #: builtin/help.c:46
8148 msgid "show manual in web browser"
8149 msgstr ""
8150
8151 #: builtin/help.c:48
8152 msgid "show info page"
8153 msgstr ""
8154
8155 #: builtin/help.c:54
8156 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8157 msgstr ""
8158
8159 #: builtin/help.c:66
8160 #, c-format
8161 msgid "unrecognized help format '%s'"
8162 msgstr ""
8163
8164 #: builtin/help.c:93
8165 msgid "Failed to start emacsclient."
8166 msgstr ""
8167
8168 #: builtin/help.c:106
8169 msgid "Failed to parse emacsclient version."
8170 msgstr ""
8171
8172 #: builtin/help.c:114
8173 #, c-format
8174 msgid "emacsclient version '%d' too old (< 22)."
8175 msgstr ""
8176
8177 #: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
8178 #, c-format
8179 msgid "failed to exec '%s'"
8180 msgstr ""
8181
8182 #: builtin/help.c:207
8183 #, c-format
8184 msgid ""
8185 "'%s': path for unsupported man viewer.\n"
8186 "Please consider using 'man.<tool>.cmd' instead."
8187 msgstr ""
8188
8189 #: builtin/help.c:219
8190 #, c-format
8191 msgid ""
8192 "'%s': cmd for supported man viewer.\n"
8193 "Please consider using 'man.<tool>.path' instead."
8194 msgstr ""
8195
8196 #: builtin/help.c:336
8197 #, c-format
8198 msgid "'%s': unknown man viewer."
8199 msgstr ""
8200
8201 #: builtin/help.c:353
8202 msgid "no man viewer handled the request"
8203 msgstr ""
8204
8205 #: builtin/help.c:361
8206 msgid "no info viewer handled the request"
8207 msgstr ""
8208
8209 #: builtin/help.c:403
8210 msgid "Defining attributes per path"
8211 msgstr ""
8212
8213 #: builtin/help.c:404
8214 msgid "Everyday Git With 20 Commands Or So"
8215 msgstr ""
8216
8217 #: builtin/help.c:405
8218 msgid "A Git glossary"
8219 msgstr ""
8220
8221 #: builtin/help.c:406
8222 msgid "Specifies intentionally untracked files to ignore"
8223 msgstr ""
8224
8225 #: builtin/help.c:407
8226 msgid "Defining submodule properties"
8227 msgstr ""
8228
8229 #: builtin/help.c:408
8230 msgid "Specifying revisions and ranges for Git"
8231 msgstr ""
8232
8233 #: builtin/help.c:409
8234 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8235 msgstr ""
8236
8237 #: builtin/help.c:410
8238 msgid "An overview of recommended workflows with Git"
8239 msgstr ""
8240
8241 #: builtin/help.c:422
8242 msgid "The common Git guides are:\n"
8243 msgstr ""
8244
8245 #: builtin/help.c:440
8246 #, c-format
8247 msgid "`git %s' is aliased to `%s'"
8248 msgstr ""
8249
8250 #: builtin/help.c:462 builtin/help.c:479
8251 #, c-format
8252 msgid "usage: %s%s"
8253 msgstr ""
8254
8255 #: builtin/index-pack.c:154
8256 #, c-format
8257 msgid "unable to open %s"
8258 msgstr ""
8259
8260 #: builtin/index-pack.c:204
8261 #, c-format
8262 msgid "object type mismatch at %s"
8263 msgstr ""
8264
8265 #: builtin/index-pack.c:224
8266 #, c-format
8267 msgid "did not receive expected object %s"
8268 msgstr ""
8269
8270 #: builtin/index-pack.c:227
8271 #, c-format
8272 msgid "object %s: expected type %s, found %s"
8273 msgstr ""
8274
8275 #: builtin/index-pack.c:269
8276 #, c-format
8277 msgid "cannot fill %d byte"
8278 msgid_plural "cannot fill %d bytes"
8279 msgstr[0] ""
8280 msgstr[1] ""
8281
8282 #: builtin/index-pack.c:279
8283 msgid "early EOF"
8284 msgstr ""
8285
8286 #: builtin/index-pack.c:280
8287 msgid "read error on input"
8288 msgstr ""
8289
8290 #: builtin/index-pack.c:292
8291 msgid "used more bytes than were available"
8292 msgstr ""
8293
8294 #: builtin/index-pack.c:299
8295 msgid "pack too large for current definition of off_t"
8296 msgstr ""
8297
8298 #: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8299 msgid "pack exceeds maximum allowed size"
8300 msgstr ""
8301
8302 #: builtin/index-pack.c:317
8303 #, c-format
8304 msgid "unable to create '%s'"
8305 msgstr ""
8306
8307 #: builtin/index-pack.c:323
8308 #, c-format
8309 msgid "cannot open packfile '%s'"
8310 msgstr ""
8311
8312 #: builtin/index-pack.c:337
8313 msgid "pack signature mismatch"
8314 msgstr ""
8315
8316 #: builtin/index-pack.c:339
8317 #, c-format
8318 msgid "pack version %<PRIu32> unsupported"
8319 msgstr ""
8320
8321 #: builtin/index-pack.c:357
8322 #, c-format
8323 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8324 msgstr ""
8325
8326 #: builtin/index-pack.c:479
8327 #, c-format
8328 msgid "inflate returned %d"
8329 msgstr ""
8330
8331 #: builtin/index-pack.c:528
8332 msgid "offset value overflow for delta base object"
8333 msgstr ""
8334
8335 #: builtin/index-pack.c:536
8336 msgid "delta base offset is out of bound"
8337 msgstr ""
8338
8339 #: builtin/index-pack.c:544
8340 #, c-format
8341 msgid "unknown object type %d"
8342 msgstr ""
8343
8344 #: builtin/index-pack.c:575
8345 msgid "cannot pread pack file"
8346 msgstr ""
8347
8348 #: builtin/index-pack.c:577
8349 #, c-format
8350 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8351 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8352 msgstr[0] ""
8353 msgstr[1] ""
8354
8355 #: builtin/index-pack.c:603
8356 msgid "serious inflate inconsistency"
8357 msgstr ""
8358
8359 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8360 #: builtin/index-pack.c:816 builtin/index-pack.c:825
8361 #, c-format
8362 msgid "SHA1 COLLISION FOUND WITH %s !"
8363 msgstr ""
8364
8365 #: builtin/index-pack.c:752 builtin/pack-objects.c:164
8366 #: builtin/pack-objects.c:257
8367 #, c-format
8368 msgid "unable to read %s"
8369 msgstr ""
8370
8371 #: builtin/index-pack.c:814
8372 #, c-format
8373 msgid "cannot read existing object info %s"
8374 msgstr ""
8375
8376 #: builtin/index-pack.c:822
8377 #, c-format
8378 msgid "cannot read existing object %s"
8379 msgstr ""
8380
8381 #: builtin/index-pack.c:836
8382 #, c-format
8383 msgid "invalid blob object %s"
8384 msgstr ""
8385
8386 #: builtin/index-pack.c:850
8387 #, c-format
8388 msgid "invalid %s"
8389 msgstr ""
8390
8391 #: builtin/index-pack.c:853
8392 msgid "Error in object"
8393 msgstr ""
8394
8395 #: builtin/index-pack.c:855
8396 #, c-format
8397 msgid "Not all child objects of %s are reachable"
8398 msgstr ""
8399
8400 #: builtin/index-pack.c:927 builtin/index-pack.c:958
8401 msgid "failed to apply delta"
8402 msgstr ""
8403
8404 #: builtin/index-pack.c:1128
8405 msgid "Receiving objects"
8406 msgstr ""
8407
8408 #: builtin/index-pack.c:1128
8409 msgid "Indexing objects"
8410 msgstr ""
8411
8412 #: builtin/index-pack.c:1160
8413 msgid "pack is corrupted (SHA1 mismatch)"
8414 msgstr ""
8415
8416 #: builtin/index-pack.c:1165
8417 msgid "cannot fstat packfile"
8418 msgstr ""
8419
8420 #: builtin/index-pack.c:1168
8421 msgid "pack has junk at the end"
8422 msgstr ""
8423
8424 #: builtin/index-pack.c:1179
8425 msgid "confusion beyond insanity in parse_pack_objects()"
8426 msgstr ""
8427
8428 #: builtin/index-pack.c:1202
8429 msgid "Resolving deltas"
8430 msgstr ""
8431
8432 #: builtin/index-pack.c:1213
8433 #, c-format
8434 msgid "unable to create thread: %s"
8435 msgstr ""
8436
8437 #: builtin/index-pack.c:1255
8438 msgid "confusion beyond insanity"
8439 msgstr ""
8440
8441 #: builtin/index-pack.c:1261
8442 #, c-format
8443 msgid "completed with %d local object"
8444 msgid_plural "completed with %d local objects"
8445 msgstr[0] ""
8446 msgstr[1] ""
8447
8448 #: builtin/index-pack.c:1273
8449 #, c-format
8450 msgid "Unexpected tail checksum for %s (disk corruption?)"
8451 msgstr ""
8452
8453 #: builtin/index-pack.c:1277
8454 #, c-format
8455 msgid "pack has %d unresolved delta"
8456 msgid_plural "pack has %d unresolved deltas"
8457 msgstr[0] ""
8458 msgstr[1] ""
8459
8460 #: builtin/index-pack.c:1301
8461 #, c-format
8462 msgid "unable to deflate appended object (%d)"
8463 msgstr ""
8464
8465 #: builtin/index-pack.c:1377
8466 #, c-format
8467 msgid "local object %s is corrupt"
8468 msgstr ""
8469
8470 #: builtin/index-pack.c:1403
8471 msgid "error while closing pack file"
8472 msgstr ""
8473
8474 #: builtin/index-pack.c:1415
8475 #, c-format
8476 msgid "cannot write keep file '%s'"
8477 msgstr ""
8478
8479 #: builtin/index-pack.c:1423
8480 #, c-format
8481 msgid "cannot close written keep file '%s'"
8482 msgstr ""
8483
8484 #: builtin/index-pack.c:1433
8485 msgid "cannot store pack file"
8486 msgstr ""
8487
8488 #: builtin/index-pack.c:1441
8489 msgid "cannot store index file"
8490 msgstr ""
8491
8492 #: builtin/index-pack.c:1479
8493 #, c-format
8494 msgid "bad pack.indexversion=%<PRIu32>"
8495 msgstr ""
8496
8497 #: builtin/index-pack.c:1489 builtin/index-pack.c:1686
8498 #, c-format
8499 msgid "no threads support, ignoring %s"
8500 msgstr ""
8501
8502 #: builtin/index-pack.c:1547
8503 #, c-format
8504 msgid "Cannot open existing pack file '%s'"
8505 msgstr ""
8506
8507 #: builtin/index-pack.c:1549
8508 #, c-format
8509 msgid "Cannot open existing pack idx file for '%s'"
8510 msgstr ""
8511
8512 #: builtin/index-pack.c:1596
8513 #, c-format
8514 msgid "non delta: %d object"
8515 msgid_plural "non delta: %d objects"
8516 msgstr[0] ""
8517 msgstr[1] ""
8518
8519 #: builtin/index-pack.c:1603
8520 #, c-format
8521 msgid "chain length = %d: %lu object"
8522 msgid_plural "chain length = %d: %lu objects"
8523 msgstr[0] ""
8524 msgstr[1] ""
8525
8526 #: builtin/index-pack.c:1616
8527 #, c-format
8528 msgid "packfile name '%s' does not end with '.pack'"
8529 msgstr ""
8530
8531 #: builtin/index-pack.c:1698 builtin/index-pack.c:1701
8532 #: builtin/index-pack.c:1717 builtin/index-pack.c:1721
8533 #, c-format
8534 msgid "bad %s"
8535 msgstr ""
8536
8537 #: builtin/index-pack.c:1737
8538 msgid "--fix-thin cannot be used without --stdin"
8539 msgstr ""
8540
8541 #: builtin/index-pack.c:1739
8542 msgid "--stdin requires a git repository"
8543 msgstr ""
8544
8545 #: builtin/index-pack.c:1747
8546 msgid "--verify with no packfile name given"
8547 msgstr ""
8548
8549 #: builtin/init-db.c:54
8550 #, c-format
8551 msgid "cannot stat '%s'"
8552 msgstr ""
8553
8554 #: builtin/init-db.c:60
8555 #, c-format
8556 msgid "cannot stat template '%s'"
8557 msgstr ""
8558
8559 #: builtin/init-db.c:65
8560 #, c-format
8561 msgid "cannot opendir '%s'"
8562 msgstr ""
8563
8564 #: builtin/init-db.c:76
8565 #, c-format
8566 msgid "cannot readlink '%s'"
8567 msgstr ""
8568
8569 #: builtin/init-db.c:78
8570 #, c-format
8571 msgid "cannot symlink '%s' '%s'"
8572 msgstr ""
8573
8574 #: builtin/init-db.c:84
8575 #, c-format
8576 msgid "cannot copy '%s' to '%s'"
8577 msgstr ""
8578
8579 #: builtin/init-db.c:88
8580 #, c-format
8581 msgid "ignoring template %s"
8582 msgstr ""
8583
8584 #: builtin/init-db.c:119
8585 #, c-format
8586 msgid "templates not found %s"
8587 msgstr ""
8588
8589 #: builtin/init-db.c:134
8590 #, c-format
8591 msgid "not copying templates from '%s': %s"
8592 msgstr ""
8593
8594 #: builtin/init-db.c:327
8595 #, c-format
8596 msgid "unable to handle file type %d"
8597 msgstr ""
8598
8599 #: builtin/init-db.c:330
8600 #, c-format
8601 msgid "unable to move %s to %s"
8602 msgstr ""
8603
8604 #: builtin/init-db.c:347 builtin/init-db.c:350
8605 #, c-format
8606 msgid "%s already exists"
8607 msgstr ""
8608
8609 #: builtin/init-db.c:403
8610 #, c-format
8611 msgid "Reinitialized existing shared Git repository in %s%s\n"
8612 msgstr ""
8613
8614 #: builtin/init-db.c:404
8615 #, c-format
8616 msgid "Reinitialized existing Git repository in %s%s\n"
8617 msgstr ""
8618
8619 #: builtin/init-db.c:408
8620 #, c-format
8621 msgid "Initialized empty shared Git repository in %s%s\n"
8622 msgstr ""
8623
8624 #: builtin/init-db.c:409
8625 #, c-format
8626 msgid "Initialized empty Git repository in %s%s\n"
8627 msgstr ""
8628
8629 #: builtin/init-db.c:457
8630 msgid ""
8631 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8632 "shared[=<permissions>]] [<directory>]"
8633 msgstr ""
8634
8635 #: builtin/init-db.c:480
8636 msgid "permissions"
8637 msgstr ""
8638
8639 #: builtin/init-db.c:481
8640 msgid "specify that the git repository is to be shared amongst several users"
8641 msgstr ""
8642
8643 #: builtin/init-db.c:515 builtin/init-db.c:520
8644 #, c-format
8645 msgid "cannot mkdir %s"
8646 msgstr ""
8647
8648 #: builtin/init-db.c:524
8649 #, c-format
8650 msgid "cannot chdir to %s"
8651 msgstr ""
8652
8653 #: builtin/init-db.c:545
8654 #, c-format
8655 msgid ""
8656 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8657 "dir=<directory>)"
8658 msgstr ""
8659
8660 #: builtin/init-db.c:573
8661 #, c-format
8662 msgid "Cannot access work tree '%s'"
8663 msgstr ""
8664
8665 #: builtin/interpret-trailers.c:15
8666 msgid ""
8667 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8668 "<token>[(=|:)<value>])...] [<file>...]"
8669 msgstr ""
8670
8671 #: builtin/interpret-trailers.c:26
8672 msgid "edit files in place"
8673 msgstr ""
8674
8675 #: builtin/interpret-trailers.c:27
8676 msgid "trim empty trailers"
8677 msgstr ""
8678
8679 #: builtin/interpret-trailers.c:28
8680 msgid "trailer"
8681 msgstr ""
8682
8683 #: builtin/interpret-trailers.c:29
8684 msgid "trailer(s) to add"
8685 msgstr ""
8686
8687 #: builtin/interpret-trailers.c:42
8688 msgid "no input file given for in-place editing"
8689 msgstr ""
8690
8691 #: builtin/log.c:44
8692 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8693 msgstr ""
8694
8695 #: builtin/log.c:45
8696 msgid "git show [<options>] <object>..."
8697 msgstr ""
8698
8699 #: builtin/log.c:89
8700 #, c-format
8701 msgid "invalid --decorate option: %s"
8702 msgstr ""
8703
8704 #: builtin/log.c:144
8705 msgid "suppress diff output"
8706 msgstr ""
8707
8708 #: builtin/log.c:145
8709 msgid "show source"
8710 msgstr ""
8711
8712 #: builtin/log.c:146
8713 msgid "Use mail map file"
8714 msgstr ""
8715
8716 #: builtin/log.c:147
8717 msgid "decorate options"
8718 msgstr ""
8719
8720 #: builtin/log.c:150
8721 msgid "Process line range n,m in file, counting from 1"
8722 msgstr ""
8723
8724 #: builtin/log.c:246
8725 #, c-format
8726 msgid "Final output: %d %s\n"
8727 msgstr ""
8728
8729 #: builtin/log.c:493
8730 #, c-format
8731 msgid "git show %s: bad file"
8732 msgstr ""
8733
8734 #: builtin/log.c:507 builtin/log.c:601
8735 #, c-format
8736 msgid "Could not read object %s"
8737 msgstr ""
8738
8739 #: builtin/log.c:625
8740 #, c-format
8741 msgid "Unknown type: %d"
8742 msgstr ""
8743
8744 #: builtin/log.c:746
8745 msgid "format.headers without value"
8746 msgstr ""
8747
8748 #: builtin/log.c:846
8749 msgid "name of output directory is too long"
8750 msgstr ""
8751
8752 #: builtin/log.c:861
8753 #, c-format
8754 msgid "Cannot open patch file %s"
8755 msgstr ""
8756
8757 #: builtin/log.c:875
8758 msgid "Need exactly one range."
8759 msgstr ""
8760
8761 #: builtin/log.c:885
8762 msgid "Not a range."
8763 msgstr ""
8764
8765 #: builtin/log.c:991
8766 msgid "Cover letter needs email format"
8767 msgstr ""
8768
8769 #: builtin/log.c:1071
8770 #, c-format
8771 msgid "insane in-reply-to: %s"
8772 msgstr ""
8773
8774 #: builtin/log.c:1098
8775 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8776 msgstr ""
8777
8778 #: builtin/log.c:1148
8779 msgid "Two output directories?"
8780 msgstr ""
8781
8782 #: builtin/log.c:1255 builtin/log.c:1898 builtin/log.c:1900 builtin/log.c:1912
8783 #, c-format
8784 msgid "Unknown commit %s"
8785 msgstr ""
8786
8787 #: builtin/log.c:1265 builtin/notes.c:883 builtin/tag.c:532
8788 #, c-format
8789 msgid "Failed to resolve '%s' as a valid ref."
8790 msgstr ""
8791
8792 #: builtin/log.c:1270
8793 msgid "Could not find exact merge base."
8794 msgstr ""
8795
8796 #: builtin/log.c:1274
8797 msgid ""
8798 "Failed to get upstream, if you want to record base commit automatically,\n"
8799 "please use git branch --set-upstream-to to track a remote branch.\n"
8800 "Or you could specify base commit by --base=<base-commit-id> manually."
8801 msgstr ""
8802
8803 #: builtin/log.c:1294
8804 msgid "Failed to find exact merge base"
8805 msgstr ""
8806
8807 #: builtin/log.c:1305
8808 msgid "base commit should be the ancestor of revision list"
8809 msgstr ""
8810
8811 #: builtin/log.c:1309
8812 msgid "base commit shouldn't be in revision list"
8813 msgstr ""
8814
8815 #: builtin/log.c:1358
8816 msgid "cannot get patch id"
8817 msgstr ""
8818
8819 #: builtin/log.c:1415
8820 msgid "use [PATCH n/m] even with a single patch"
8821 msgstr ""
8822
8823 #: builtin/log.c:1418
8824 msgid "use [PATCH] even with multiple patches"
8825 msgstr ""
8826
8827 #: builtin/log.c:1422
8828 msgid "print patches to standard out"
8829 msgstr ""
8830
8831 #: builtin/log.c:1424
8832 msgid "generate a cover letter"
8833 msgstr ""
8834
8835 #: builtin/log.c:1426
8836 msgid "use simple number sequence for output file names"
8837 msgstr ""
8838
8839 #: builtin/log.c:1427
8840 msgid "sfx"
8841 msgstr ""
8842
8843 #: builtin/log.c:1428
8844 msgid "use <sfx> instead of '.patch'"
8845 msgstr ""
8846
8847 #: builtin/log.c:1430
8848 msgid "start numbering patches at <n> instead of 1"
8849 msgstr ""
8850
8851 #: builtin/log.c:1432
8852 msgid "mark the series as Nth re-roll"
8853 msgstr ""
8854
8855 #: builtin/log.c:1434
8856 msgid "Use [RFC PATCH] instead of [PATCH]"
8857 msgstr ""
8858
8859 #: builtin/log.c:1437
8860 msgid "Use [<prefix>] instead of [PATCH]"
8861 msgstr ""
8862
8863 #: builtin/log.c:1440
8864 msgid "store resulting files in <dir>"
8865 msgstr ""
8866
8867 #: builtin/log.c:1443
8868 msgid "don't strip/add [PATCH]"
8869 msgstr ""
8870
8871 #: builtin/log.c:1446
8872 msgid "don't output binary diffs"
8873 msgstr ""
8874
8875 #: builtin/log.c:1448
8876 msgid "output all-zero hash in From header"
8877 msgstr ""
8878
8879 #: builtin/log.c:1450
8880 msgid "don't include a patch matching a commit upstream"
8881 msgstr ""
8882
8883 #: builtin/log.c:1452
8884 msgid "show patch format instead of default (patch + stat)"
8885 msgstr ""
8886
8887 #: builtin/log.c:1454
8888 msgid "Messaging"
8889 msgstr ""
8890
8891 #: builtin/log.c:1455
8892 msgid "header"
8893 msgstr ""
8894
8895 #: builtin/log.c:1456
8896 msgid "add email header"
8897 msgstr ""
8898
8899 #: builtin/log.c:1457 builtin/log.c:1459
8900 msgid "email"
8901 msgstr ""
8902
8903 #: builtin/log.c:1457
8904 msgid "add To: header"
8905 msgstr ""
8906
8907 #: builtin/log.c:1459
8908 msgid "add Cc: header"
8909 msgstr ""
8910
8911 #: builtin/log.c:1461
8912 msgid "ident"
8913 msgstr ""
8914
8915 #: builtin/log.c:1462
8916 msgid "set From address to <ident> (or committer ident if absent)"
8917 msgstr ""
8918
8919 #: builtin/log.c:1464
8920 msgid "message-id"
8921 msgstr ""
8922
8923 #: builtin/log.c:1465
8924 msgid "make first mail a reply to <message-id>"
8925 msgstr ""
8926
8927 #: builtin/log.c:1466 builtin/log.c:1469
8928 msgid "boundary"
8929 msgstr ""
8930
8931 #: builtin/log.c:1467
8932 msgid "attach the patch"
8933 msgstr ""
8934
8935 #: builtin/log.c:1470
8936 msgid "inline the patch"
8937 msgstr ""
8938
8939 #: builtin/log.c:1474
8940 msgid "enable message threading, styles: shallow, deep"
8941 msgstr ""
8942
8943 #: builtin/log.c:1476
8944 msgid "signature"
8945 msgstr ""
8946
8947 #: builtin/log.c:1477
8948 msgid "add a signature"
8949 msgstr ""
8950
8951 #: builtin/log.c:1478
8952 msgid "base-commit"
8953 msgstr ""
8954
8955 #: builtin/log.c:1479
8956 msgid "add prerequisite tree info to the patch series"
8957 msgstr ""
8958
8959 #: builtin/log.c:1481
8960 msgid "add a signature from a file"
8961 msgstr ""
8962
8963 #: builtin/log.c:1482
8964 msgid "don't print the patch filenames"
8965 msgstr ""
8966
8967 #: builtin/log.c:1572
8968 msgid "-n and -k are mutually exclusive."
8969 msgstr ""
8970
8971 #: builtin/log.c:1574
8972 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8973 msgstr ""
8974
8975 #: builtin/log.c:1582
8976 msgid "--name-only does not make sense"
8977 msgstr ""
8978
8979 #: builtin/log.c:1584
8980 msgid "--name-status does not make sense"
8981 msgstr ""
8982
8983 #: builtin/log.c:1586
8984 msgid "--check does not make sense"
8985 msgstr ""
8986
8987 #: builtin/log.c:1616
8988 msgid "standard output, or directory, which one?"
8989 msgstr ""
8990
8991 #: builtin/log.c:1618
8992 #, c-format
8993 msgid "Could not create directory '%s'"
8994 msgstr ""
8995
8996 #: builtin/log.c:1712
8997 #, c-format
8998 msgid "unable to read signature file '%s'"
8999 msgstr ""
9000
9001 #: builtin/log.c:1784
9002 msgid "Failed to create output files"
9003 msgstr ""
9004
9005 #: builtin/log.c:1833
9006 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9007 msgstr ""
9008
9009 #: builtin/log.c:1887
9010 #, c-format
9011 msgid ""
9012 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9013 msgstr ""
9014
9015 #: builtin/ls-files.c:468
9016 msgid "git ls-files [<options>] [<file>...]"
9017 msgstr ""
9018
9019 #: builtin/ls-files.c:517
9020 msgid "identify the file status with tags"
9021 msgstr ""
9022
9023 #: builtin/ls-files.c:519
9024 msgid "use lowercase letters for 'assume unchanged' files"
9025 msgstr ""
9026
9027 #: builtin/ls-files.c:521
9028 msgid "show cached files in the output (default)"
9029 msgstr ""
9030
9031 #: builtin/ls-files.c:523
9032 msgid "show deleted files in the output"
9033 msgstr ""
9034
9035 #: builtin/ls-files.c:525
9036 msgid "show modified files in the output"
9037 msgstr ""
9038
9039 #: builtin/ls-files.c:527
9040 msgid "show other files in the output"
9041 msgstr ""
9042
9043 #: builtin/ls-files.c:529
9044 msgid "show ignored files in the output"
9045 msgstr ""
9046
9047 #: builtin/ls-files.c:532
9048 msgid "show staged contents' object name in the output"
9049 msgstr ""
9050
9051 #: builtin/ls-files.c:534
9052 msgid "show files on the filesystem that need to be removed"
9053 msgstr ""
9054
9055 #: builtin/ls-files.c:536
9056 msgid "show 'other' directories' names only"
9057 msgstr ""
9058
9059 #: builtin/ls-files.c:538
9060 msgid "show line endings of files"
9061 msgstr ""
9062
9063 #: builtin/ls-files.c:540
9064 msgid "don't show empty directories"
9065 msgstr ""
9066
9067 #: builtin/ls-files.c:543
9068 msgid "show unmerged files in the output"
9069 msgstr ""
9070
9071 #: builtin/ls-files.c:545
9072 msgid "show resolve-undo information"
9073 msgstr ""
9074
9075 #: builtin/ls-files.c:547
9076 msgid "skip files matching pattern"
9077 msgstr ""
9078
9079 #: builtin/ls-files.c:550
9080 msgid "exclude patterns are read from <file>"
9081 msgstr ""
9082
9083 #: builtin/ls-files.c:553
9084 msgid "read additional per-directory exclude patterns in <file>"
9085 msgstr ""
9086
9087 #: builtin/ls-files.c:555
9088 msgid "add the standard git exclusions"
9089 msgstr ""
9090
9091 #: builtin/ls-files.c:558
9092 msgid "make the output relative to the project top directory"
9093 msgstr ""
9094
9095 #: builtin/ls-files.c:561
9096 msgid "recurse through submodules"
9097 msgstr ""
9098
9099 #: builtin/ls-files.c:563
9100 msgid "if any <file> is not in the index, treat this as an error"
9101 msgstr ""
9102
9103 #: builtin/ls-files.c:564
9104 msgid "tree-ish"
9105 msgstr ""
9106
9107 #: builtin/ls-files.c:565
9108 msgid "pretend that paths removed since <tree-ish> are still present"
9109 msgstr ""
9110
9111 #: builtin/ls-files.c:567
9112 msgid "show debugging data"
9113 msgstr ""
9114
9115 #: builtin/ls-remote.c:7
9116 msgid ""
9117 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9118 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
9119 "                     [--symref] [<repository> [<refs>...]]"
9120 msgstr ""
9121
9122 #: builtin/ls-remote.c:52
9123 msgid "do not print remote URL"
9124 msgstr ""
9125
9126 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9127 msgid "exec"
9128 msgstr ""
9129
9130 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9131 msgid "path of git-upload-pack on the remote host"
9132 msgstr ""
9133
9134 #: builtin/ls-remote.c:58
9135 msgid "limit to tags"
9136 msgstr ""
9137
9138 #: builtin/ls-remote.c:59
9139 msgid "limit to heads"
9140 msgstr ""
9141
9142 #: builtin/ls-remote.c:60
9143 msgid "do not show peeled tags"
9144 msgstr ""
9145
9146 #: builtin/ls-remote.c:62
9147 msgid "take url.<base>.insteadOf into account"
9148 msgstr ""
9149
9150 #: builtin/ls-remote.c:64
9151 msgid "exit with exit code 2 if no matching refs are found"
9152 msgstr ""
9153
9154 #: builtin/ls-remote.c:66
9155 msgid "show underlying ref in addition to the object pointed by it"
9156 msgstr ""
9157
9158 #: builtin/ls-tree.c:28
9159 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9160 msgstr ""
9161
9162 #: builtin/ls-tree.c:126
9163 msgid "only show trees"
9164 msgstr ""
9165
9166 #: builtin/ls-tree.c:128
9167 msgid "recurse into subtrees"
9168 msgstr ""
9169
9170 #: builtin/ls-tree.c:130
9171 msgid "show trees when recursing"
9172 msgstr ""
9173
9174 #: builtin/ls-tree.c:133
9175 msgid "terminate entries with NUL byte"
9176 msgstr ""
9177
9178 #: builtin/ls-tree.c:134
9179 msgid "include object size"
9180 msgstr ""
9181
9182 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
9183 msgid "list only filenames"
9184 msgstr ""
9185
9186 #: builtin/ls-tree.c:141
9187 msgid "use full path names"
9188 msgstr ""
9189
9190 #: builtin/ls-tree.c:143
9191 msgid "list entire tree; not just current directory (implies --full-name)"
9192 msgstr ""
9193
9194 #: builtin/merge.c:46
9195 msgid "git merge [<options>] [<commit>...]"
9196 msgstr ""
9197
9198 #: builtin/merge.c:47
9199 msgid "git merge --abort"
9200 msgstr ""
9201
9202 #: builtin/merge.c:48
9203 msgid "git merge --continue"
9204 msgstr ""
9205
9206 #: builtin/merge.c:103
9207 msgid "switch `m' requires a value"
9208 msgstr ""
9209
9210 #: builtin/merge.c:140
9211 #, c-format
9212 msgid "Could not find merge strategy '%s'.\n"
9213 msgstr ""
9214
9215 #: builtin/merge.c:141
9216 #, c-format
9217 msgid "Available strategies are:"
9218 msgstr ""
9219
9220 #: builtin/merge.c:146
9221 #, c-format
9222 msgid "Available custom strategies are:"
9223 msgstr ""
9224
9225 #: builtin/merge.c:196 builtin/pull.c:127
9226 msgid "do not show a diffstat at the end of the merge"
9227 msgstr ""
9228
9229 #: builtin/merge.c:199 builtin/pull.c:130
9230 msgid "show a diffstat at the end of the merge"
9231 msgstr ""
9232
9233 #: builtin/merge.c:200 builtin/pull.c:133
9234 msgid "(synonym to --stat)"
9235 msgstr ""
9236
9237 #: builtin/merge.c:202 builtin/pull.c:136
9238 msgid "add (at most <n>) entries from shortlog to merge commit message"
9239 msgstr ""
9240
9241 #: builtin/merge.c:205 builtin/pull.c:139
9242 msgid "create a single commit instead of doing a merge"
9243 msgstr ""
9244
9245 #: builtin/merge.c:207 builtin/pull.c:142
9246 msgid "perform a commit if the merge succeeds (default)"
9247 msgstr ""
9248
9249 #: builtin/merge.c:209 builtin/pull.c:145
9250 msgid "edit message before committing"
9251 msgstr ""
9252
9253 #: builtin/merge.c:210
9254 msgid "allow fast-forward (default)"
9255 msgstr ""
9256
9257 #: builtin/merge.c:212 builtin/pull.c:151
9258 msgid "abort if fast-forward is not possible"
9259 msgstr ""
9260
9261 #: builtin/merge.c:216 builtin/pull.c:154
9262 msgid "verify that the named commit has a valid GPG signature"
9263 msgstr ""
9264
9265 #: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:158
9266 #: builtin/revert.c:108
9267 msgid "strategy"
9268 msgstr ""
9269
9270 #: builtin/merge.c:218 builtin/pull.c:159
9271 msgid "merge strategy to use"
9272 msgstr ""
9273
9274 #: builtin/merge.c:219 builtin/pull.c:162
9275 msgid "option=value"
9276 msgstr ""
9277
9278 #: builtin/merge.c:220 builtin/pull.c:163
9279 msgid "option for selected merge strategy"
9280 msgstr ""
9281
9282 #: builtin/merge.c:222
9283 msgid "merge commit message (for a non-fast-forward merge)"
9284 msgstr ""
9285
9286 #: builtin/merge.c:226
9287 msgid "abort the current in-progress merge"
9288 msgstr ""
9289
9290 #: builtin/merge.c:228
9291 msgid "continue the current in-progress merge"
9292 msgstr ""
9293
9294 #: builtin/merge.c:230 builtin/pull.c:170
9295 msgid "allow merging unrelated histories"
9296 msgstr ""
9297
9298 #: builtin/merge.c:258
9299 msgid "could not run stash."
9300 msgstr ""
9301
9302 #: builtin/merge.c:263
9303 msgid "stash failed"
9304 msgstr ""
9305
9306 #: builtin/merge.c:268
9307 #, c-format
9308 msgid "not a valid object: %s"
9309 msgstr ""
9310
9311 #: builtin/merge.c:287 builtin/merge.c:304
9312 msgid "read-tree failed"
9313 msgstr ""
9314
9315 #: builtin/merge.c:334
9316 msgid " (nothing to squash)"
9317 msgstr ""
9318
9319 #: builtin/merge.c:345
9320 #, c-format
9321 msgid "Squash commit -- not updating HEAD\n"
9322 msgstr ""
9323
9324 #: builtin/merge.c:395
9325 #, c-format
9326 msgid "No merge message -- not updating HEAD\n"
9327 msgstr ""
9328
9329 #: builtin/merge.c:446
9330 #, c-format
9331 msgid "'%s' does not point to a commit"
9332 msgstr ""
9333
9334 #: builtin/merge.c:536
9335 #, c-format
9336 msgid "Bad branch.%s.mergeoptions string: %s"
9337 msgstr ""
9338
9339 #: builtin/merge.c:656
9340 msgid "Not handling anything other than two heads merge."
9341 msgstr ""
9342
9343 #: builtin/merge.c:670
9344 #, c-format
9345 msgid "Unknown option for merge-recursive: -X%s"
9346 msgstr ""
9347
9348 #: builtin/merge.c:685
9349 #, c-format
9350 msgid "unable to write %s"
9351 msgstr ""
9352
9353 #: builtin/merge.c:737
9354 #, c-format
9355 msgid "Could not read from '%s'"
9356 msgstr ""
9357
9358 #: builtin/merge.c:746
9359 #, c-format
9360 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9361 msgstr ""
9362
9363 #: builtin/merge.c:752
9364 #, c-format
9365 msgid ""
9366 "Please enter a commit message to explain why this merge is necessary,\n"
9367 "especially if it merges an updated upstream into a topic branch.\n"
9368 "\n"
9369 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9370 "the commit.\n"
9371 msgstr ""
9372
9373 #: builtin/merge.c:776
9374 msgid "Empty commit message."
9375 msgstr ""
9376
9377 #: builtin/merge.c:796
9378 #, c-format
9379 msgid "Wonderful.\n"
9380 msgstr ""
9381
9382 #: builtin/merge.c:851
9383 #, c-format
9384 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9385 msgstr ""
9386
9387 #: builtin/merge.c:890
9388 msgid "No current branch."
9389 msgstr ""
9390
9391 #: builtin/merge.c:892
9392 msgid "No remote for the current branch."
9393 msgstr ""
9394
9395 #: builtin/merge.c:894
9396 msgid "No default upstream defined for the current branch."
9397 msgstr ""
9398
9399 #: builtin/merge.c:899
9400 #, c-format
9401 msgid "No remote-tracking branch for %s from %s"
9402 msgstr ""
9403
9404 #: builtin/merge.c:946
9405 #, c-format
9406 msgid "Bad value '%s' in environment '%s'"
9407 msgstr ""
9408
9409 #: builtin/merge.c:1020
9410 #, c-format
9411 msgid "could not close '%s'"
9412 msgstr ""
9413
9414 #: builtin/merge.c:1047
9415 #, c-format
9416 msgid "not something we can merge in %s: %s"
9417 msgstr ""
9418
9419 #: builtin/merge.c:1081
9420 msgid "not something we can merge"
9421 msgstr ""
9422
9423 #: builtin/merge.c:1146
9424 msgid "--abort expects no arguments"
9425 msgstr ""
9426
9427 #: builtin/merge.c:1150
9428 msgid "There is no merge to abort (MERGE_HEAD missing)."
9429 msgstr ""
9430
9431 #: builtin/merge.c:1162
9432 msgid "--continue expects no arguments"
9433 msgstr ""
9434
9435 #: builtin/merge.c:1166
9436 msgid "There is no merge in progress (MERGE_HEAD missing)."
9437 msgstr ""
9438
9439 #: builtin/merge.c:1182
9440 msgid ""
9441 "You have not concluded your merge (MERGE_HEAD exists).\n"
9442 "Please, commit your changes before you merge."
9443 msgstr ""
9444
9445 #: builtin/merge.c:1189
9446 msgid ""
9447 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9448 "Please, commit your changes before you merge."
9449 msgstr ""
9450
9451 #: builtin/merge.c:1192
9452 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9453 msgstr ""
9454
9455 #: builtin/merge.c:1201
9456 msgid "You cannot combine --squash with --no-ff."
9457 msgstr ""
9458
9459 #: builtin/merge.c:1209
9460 msgid "No commit specified and merge.defaultToUpstream not set."
9461 msgstr ""
9462
9463 #: builtin/merge.c:1226
9464 msgid "Squash commit into empty head not supported yet"
9465 msgstr ""
9466
9467 #: builtin/merge.c:1228
9468 msgid "Non-fast-forward commit does not make sense into an empty head"
9469 msgstr ""
9470
9471 #: builtin/merge.c:1233
9472 #, c-format
9473 msgid "%s - not something we can merge"
9474 msgstr ""
9475
9476 #: builtin/merge.c:1235
9477 msgid "Can merge only exactly one commit into empty head"
9478 msgstr ""
9479
9480 #: builtin/merge.c:1269
9481 #, c-format
9482 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9483 msgstr ""
9484
9485 #: builtin/merge.c:1272
9486 #, c-format
9487 msgid "Commit %s has a bad GPG signature allegedly by %s."
9488 msgstr ""
9489
9490 #: builtin/merge.c:1275
9491 #, c-format
9492 msgid "Commit %s does not have a GPG signature."
9493 msgstr ""
9494
9495 #: builtin/merge.c:1278
9496 #, c-format
9497 msgid "Commit %s has a good GPG signature by %s\n"
9498 msgstr ""
9499
9500 #: builtin/merge.c:1340
9501 msgid "refusing to merge unrelated histories"
9502 msgstr ""
9503
9504 #: builtin/merge.c:1349
9505 msgid "Already up-to-date."
9506 msgstr ""
9507
9508 #: builtin/merge.c:1359
9509 #, c-format
9510 msgid "Updating %s..%s\n"
9511 msgstr ""
9512
9513 #: builtin/merge.c:1400
9514 #, c-format
9515 msgid "Trying really trivial in-index merge...\n"
9516 msgstr ""
9517
9518 #: builtin/merge.c:1407
9519 #, c-format
9520 msgid "Nope.\n"
9521 msgstr ""
9522
9523 #: builtin/merge.c:1432
9524 msgid "Already up-to-date. Yeeah!"
9525 msgstr ""
9526
9527 #: builtin/merge.c:1438
9528 msgid "Not possible to fast-forward, aborting."
9529 msgstr ""
9530
9531 #: builtin/merge.c:1461 builtin/merge.c:1540
9532 #, c-format
9533 msgid "Rewinding the tree to pristine...\n"
9534 msgstr ""
9535
9536 #: builtin/merge.c:1465
9537 #, c-format
9538 msgid "Trying merge strategy %s...\n"
9539 msgstr ""
9540
9541 #: builtin/merge.c:1531
9542 #, c-format
9543 msgid "No merge strategy handled the merge.\n"
9544 msgstr ""
9545
9546 #: builtin/merge.c:1533
9547 #, c-format
9548 msgid "Merge with strategy %s failed.\n"
9549 msgstr ""
9550
9551 #: builtin/merge.c:1542
9552 #, c-format
9553 msgid "Using the %s to prepare resolving by hand.\n"
9554 msgstr ""
9555
9556 #: builtin/merge.c:1554
9557 #, c-format
9558 msgid "Automatic merge went well; stopped before committing as requested\n"
9559 msgstr ""
9560
9561 #: builtin/merge-base.c:29
9562 msgid "git merge-base [-a | --all] <commit> <commit>..."
9563 msgstr ""
9564
9565 #: builtin/merge-base.c:30
9566 msgid "git merge-base [-a | --all] --octopus <commit>..."
9567 msgstr ""
9568
9569 #: builtin/merge-base.c:31
9570 msgid "git merge-base --independent <commit>..."
9571 msgstr ""
9572
9573 #: builtin/merge-base.c:32
9574 msgid "git merge-base --is-ancestor <commit> <commit>"
9575 msgstr ""
9576
9577 #: builtin/merge-base.c:33
9578 msgid "git merge-base --fork-point <ref> [<commit>]"
9579 msgstr ""
9580
9581 #: builtin/merge-base.c:217
9582 msgid "output all common ancestors"
9583 msgstr ""
9584
9585 #: builtin/merge-base.c:219
9586 msgid "find ancestors for a single n-way merge"
9587 msgstr ""
9588
9589 #: builtin/merge-base.c:221
9590 msgid "list revs not reachable from others"
9591 msgstr ""
9592
9593 #: builtin/merge-base.c:223
9594 msgid "is the first one ancestor of the other?"
9595 msgstr ""
9596
9597 #: builtin/merge-base.c:225
9598 msgid "find where <commit> forked from reflog of <ref>"
9599 msgstr ""
9600
9601 #: builtin/merge-file.c:8
9602 msgid ""
9603 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9604 "<orig-file> <file2>"
9605 msgstr ""
9606
9607 #: builtin/merge-file.c:32
9608 msgid "send results to standard output"
9609 msgstr ""
9610
9611 #: builtin/merge-file.c:33
9612 msgid "use a diff3 based merge"
9613 msgstr ""
9614
9615 #: builtin/merge-file.c:34
9616 msgid "for conflicts, use our version"
9617 msgstr ""
9618
9619 #: builtin/merge-file.c:36
9620 msgid "for conflicts, use their version"
9621 msgstr ""
9622
9623 #: builtin/merge-file.c:38
9624 msgid "for conflicts, use a union version"
9625 msgstr ""
9626
9627 #: builtin/merge-file.c:41
9628 msgid "for conflicts, use this marker size"
9629 msgstr ""
9630
9631 #: builtin/merge-file.c:42
9632 msgid "do not warn about conflicts"
9633 msgstr ""
9634
9635 #: builtin/merge-file.c:44
9636 msgid "set labels for file1/orig-file/file2"
9637 msgstr ""
9638
9639 #: builtin/merge-recursive.c:45
9640 #, c-format
9641 msgid "unknown option %s"
9642 msgstr ""
9643
9644 #: builtin/merge-recursive.c:51
9645 #, c-format
9646 msgid "could not parse object '%s'"
9647 msgstr ""
9648
9649 #: builtin/merge-recursive.c:55
9650 #, c-format
9651 msgid "cannot handle more than %d base. Ignoring %s."
9652 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9653 msgstr[0] ""
9654 msgstr[1] ""
9655
9656 #: builtin/merge-recursive.c:63
9657 msgid "not handling anything other than two heads merge."
9658 msgstr ""
9659
9660 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9661 #, c-format
9662 msgid "could not resolve ref '%s'"
9663 msgstr ""
9664
9665 #: builtin/merge-recursive.c:77
9666 #, c-format
9667 msgid "Merging %s with %s\n"
9668 msgstr ""
9669
9670 #: builtin/mktree.c:65
9671 msgid "git mktree [-z] [--missing] [--batch]"
9672 msgstr ""
9673
9674 #: builtin/mktree.c:152
9675 msgid "input is NUL terminated"
9676 msgstr ""
9677
9678 #: builtin/mktree.c:153 builtin/write-tree.c:24
9679 msgid "allow missing objects"
9680 msgstr ""
9681
9682 #: builtin/mktree.c:154
9683 msgid "allow creation of more than one tree"
9684 msgstr ""
9685
9686 #: builtin/mv.c:16
9687 msgid "git mv [<options>] <source>... <destination>"
9688 msgstr ""
9689
9690 #: builtin/mv.c:82
9691 #, c-format
9692 msgid "Directory %s is in index and no submodule?"
9693 msgstr ""
9694
9695 #: builtin/mv.c:84 builtin/rm.c:290
9696 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9697 msgstr ""
9698
9699 #: builtin/mv.c:102
9700 #, c-format
9701 msgid "%.*s is in index"
9702 msgstr ""
9703
9704 #: builtin/mv.c:124
9705 msgid "force move/rename even if target exists"
9706 msgstr ""
9707
9708 #: builtin/mv.c:125
9709 msgid "skip move/rename errors"
9710 msgstr ""
9711
9712 #: builtin/mv.c:167
9713 #, c-format
9714 msgid "destination '%s' is not a directory"
9715 msgstr ""
9716
9717 #: builtin/mv.c:178
9718 #, c-format
9719 msgid "Checking rename of '%s' to '%s'\n"
9720 msgstr ""
9721
9722 #: builtin/mv.c:182
9723 msgid "bad source"
9724 msgstr ""
9725
9726 #: builtin/mv.c:185
9727 msgid "can not move directory into itself"
9728 msgstr ""
9729
9730 #: builtin/mv.c:188
9731 msgid "cannot move directory over file"
9732 msgstr ""
9733
9734 #: builtin/mv.c:197
9735 msgid "source directory is empty"
9736 msgstr ""
9737
9738 #: builtin/mv.c:222
9739 msgid "not under version control"
9740 msgstr ""
9741
9742 #: builtin/mv.c:225
9743 msgid "destination exists"
9744 msgstr ""
9745
9746 #: builtin/mv.c:233
9747 #, c-format
9748 msgid "overwriting '%s'"
9749 msgstr ""
9750
9751 #: builtin/mv.c:236
9752 msgid "Cannot overwrite"
9753 msgstr ""
9754
9755 #: builtin/mv.c:239
9756 msgid "multiple sources for the same target"
9757 msgstr ""
9758
9759 #: builtin/mv.c:241
9760 msgid "destination directory does not exist"
9761 msgstr ""
9762
9763 #: builtin/mv.c:248
9764 #, c-format
9765 msgid "%s, source=%s, destination=%s"
9766 msgstr ""
9767
9768 #: builtin/mv.c:269
9769 #, c-format
9770 msgid "Renaming %s to %s\n"
9771 msgstr ""
9772
9773 #: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9774 #, c-format
9775 msgid "renaming '%s' failed"
9776 msgstr ""
9777
9778 #: builtin/name-rev.c:289
9779 msgid "git name-rev [<options>] <commit>..."
9780 msgstr ""
9781
9782 #: builtin/name-rev.c:290
9783 msgid "git name-rev [<options>] --all"
9784 msgstr ""
9785
9786 #: builtin/name-rev.c:291
9787 msgid "git name-rev [<options>] --stdin"
9788 msgstr ""
9789
9790 #: builtin/name-rev.c:346
9791 msgid "print only names (no SHA-1)"
9792 msgstr ""
9793
9794 #: builtin/name-rev.c:347
9795 msgid "only use tags to name the commits"
9796 msgstr ""
9797
9798 #: builtin/name-rev.c:349
9799 msgid "only use refs matching <pattern>"
9800 msgstr ""
9801
9802 #: builtin/name-rev.c:351
9803 msgid "ignore refs matching <pattern>"
9804 msgstr ""
9805
9806 #: builtin/name-rev.c:353
9807 msgid "list all commits reachable from all refs"
9808 msgstr ""
9809
9810 #: builtin/name-rev.c:354
9811 msgid "read from stdin"
9812 msgstr ""
9813
9814 #: builtin/name-rev.c:355
9815 msgid "allow to print `undefined` names (default)"
9816 msgstr ""
9817
9818 #: builtin/name-rev.c:361
9819 msgid "dereference tags in the input (internal use)"
9820 msgstr ""
9821
9822 #: builtin/notes.c:25
9823 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9824 msgstr ""
9825
9826 #: builtin/notes.c:26
9827 msgid ""
9828 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9829 "| (-c | -C) <object>] [<object>]"
9830 msgstr ""
9831
9832 #: builtin/notes.c:27
9833 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9834 msgstr ""
9835
9836 #: builtin/notes.c:28
9837 msgid ""
9838 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9839 "(-c | -C) <object>] [<object>]"
9840 msgstr ""
9841
9842 #: builtin/notes.c:29
9843 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9844 msgstr ""
9845
9846 #: builtin/notes.c:30
9847 msgid "git notes [--ref <notes-ref>] show [<object>]"
9848 msgstr ""
9849
9850 #: builtin/notes.c:31
9851 msgid ""
9852 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9853 msgstr ""
9854
9855 #: builtin/notes.c:32
9856 msgid "git notes merge --commit [-v | -q]"
9857 msgstr ""
9858
9859 #: builtin/notes.c:33
9860 msgid "git notes merge --abort [-v | -q]"
9861 msgstr ""
9862
9863 #: builtin/notes.c:34
9864 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9865 msgstr ""
9866
9867 #: builtin/notes.c:35
9868 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9869 msgstr ""
9870
9871 #: builtin/notes.c:36
9872 msgid "git notes [--ref <notes-ref>] get-ref"
9873 msgstr ""
9874
9875 #: builtin/notes.c:41
9876 msgid "git notes [list [<object>]]"
9877 msgstr ""
9878
9879 #: builtin/notes.c:46
9880 msgid "git notes add [<options>] [<object>]"
9881 msgstr ""
9882
9883 #: builtin/notes.c:51
9884 msgid "git notes copy [<options>] <from-object> <to-object>"
9885 msgstr ""
9886
9887 #: builtin/notes.c:52
9888 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9889 msgstr ""
9890
9891 #: builtin/notes.c:57
9892 msgid "git notes append [<options>] [<object>]"
9893 msgstr ""
9894
9895 #: builtin/notes.c:62
9896 msgid "git notes edit [<object>]"
9897 msgstr ""
9898
9899 #: builtin/notes.c:67
9900 msgid "git notes show [<object>]"
9901 msgstr ""
9902
9903 #: builtin/notes.c:72
9904 msgid "git notes merge [<options>] <notes-ref>"
9905 msgstr ""
9906
9907 #: builtin/notes.c:73
9908 msgid "git notes merge --commit [<options>]"
9909 msgstr ""
9910
9911 #: builtin/notes.c:74
9912 msgid "git notes merge --abort [<options>]"
9913 msgstr ""
9914
9915 #: builtin/notes.c:79
9916 msgid "git notes remove [<object>]"
9917 msgstr ""
9918
9919 #: builtin/notes.c:84
9920 msgid "git notes prune [<options>]"
9921 msgstr ""
9922
9923 #: builtin/notes.c:89
9924 msgid "git notes get-ref"
9925 msgstr ""
9926
9927 #: builtin/notes.c:94
9928 msgid "Write/edit the notes for the following object:"
9929 msgstr ""
9930
9931 #: builtin/notes.c:147
9932 #, c-format
9933 msgid "unable to start 'show' for object '%s'"
9934 msgstr ""
9935
9936 #: builtin/notes.c:151
9937 msgid "could not read 'show' output"
9938 msgstr ""
9939
9940 #: builtin/notes.c:159
9941 #, c-format
9942 msgid "failed to finish 'show' for object '%s'"
9943 msgstr ""
9944
9945 #: builtin/notes.c:194
9946 msgid "please supply the note contents using either -m or -F option"
9947 msgstr ""
9948
9949 #: builtin/notes.c:203
9950 msgid "unable to write note object"
9951 msgstr ""
9952
9953 #: builtin/notes.c:205
9954 #, c-format
9955 msgid "the note contents have been left in %s"
9956 msgstr ""
9957
9958 #: builtin/notes.c:233 builtin/tag.c:516
9959 #, c-format
9960 msgid "cannot read '%s'"
9961 msgstr ""
9962
9963 #: builtin/notes.c:235 builtin/tag.c:519
9964 #, c-format
9965 msgid "could not open or read '%s'"
9966 msgstr ""
9967
9968 #: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9969 #: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9970 #: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:658
9971 #, c-format
9972 msgid "failed to resolve '%s' as a valid ref."
9973 msgstr ""
9974
9975 #: builtin/notes.c:257
9976 #, c-format
9977 msgid "failed to read object '%s'."
9978 msgstr ""
9979
9980 #: builtin/notes.c:261
9981 #, c-format
9982 msgid "cannot read note data from non-blob object '%s'."
9983 msgstr ""
9984
9985 #: builtin/notes.c:301
9986 #, c-format
9987 msgid "malformed input line: '%s'."
9988 msgstr ""
9989
9990 #: builtin/notes.c:316
9991 #, c-format
9992 msgid "failed to copy notes from '%s' to '%s'"
9993 msgstr ""
9994
9995 #. TRANSLATORS: the first %s will be replaced by a
9996 #. git notes command: 'add', 'merge', 'remove', etc.
9997 #: builtin/notes.c:345
9998 #, c-format
9999 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10000 msgstr ""
10001
10002 #: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
10003 #: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:651
10004 #: builtin/notes.c:801 builtin/notes.c:948 builtin/notes.c:969
10005 msgid "too many parameters"
10006 msgstr ""
10007
10008 #: builtin/notes.c:378 builtin/notes.c:664
10009 #, c-format
10010 msgid "no note found for object %s."
10011 msgstr ""
10012
10013 #: builtin/notes.c:399 builtin/notes.c:562
10014 msgid "note contents as a string"
10015 msgstr ""
10016
10017 #: builtin/notes.c:402 builtin/notes.c:565
10018 msgid "note contents in a file"
10019 msgstr ""
10020
10021 #: builtin/notes.c:405 builtin/notes.c:568
10022 msgid "reuse and edit specified note object"
10023 msgstr ""
10024
10025 #: builtin/notes.c:408 builtin/notes.c:571
10026 msgid "reuse specified note object"
10027 msgstr ""
10028
10029 #: builtin/notes.c:411 builtin/notes.c:574
10030 msgid "allow storing empty note"
10031 msgstr ""
10032
10033 #: builtin/notes.c:412 builtin/notes.c:483
10034 msgid "replace existing notes"
10035 msgstr ""
10036
10037 #: builtin/notes.c:437
10038 #, c-format
10039 msgid ""
10040 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10041 "existing notes"
10042 msgstr ""
10043
10044 #: builtin/notes.c:452 builtin/notes.c:531
10045 #, c-format
10046 msgid "Overwriting existing notes for object %s\n"
10047 msgstr ""
10048
10049 #: builtin/notes.c:463 builtin/notes.c:623 builtin/notes.c:888
10050 #, c-format
10051 msgid "Removing note for object %s\n"
10052 msgstr ""
10053
10054 #: builtin/notes.c:484
10055 msgid "read objects from stdin"
10056 msgstr ""
10057
10058 #: builtin/notes.c:486
10059 msgid "load rewriting config for <command> (implies --stdin)"
10060 msgstr ""
10061
10062 #: builtin/notes.c:504
10063 msgid "too few parameters"
10064 msgstr ""
10065
10066 #: builtin/notes.c:525
10067 #, c-format
10068 msgid ""
10069 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10070 "existing notes"
10071 msgstr ""
10072
10073 #: builtin/notes.c:537
10074 #, c-format
10075 msgid "missing notes on source object %s. Cannot copy."
10076 msgstr ""
10077
10078 #: builtin/notes.c:589
10079 #, c-format
10080 msgid ""
10081 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10082 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10083 msgstr ""
10084
10085 #: builtin/notes.c:684
10086 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10087 msgstr ""
10088
10089 #: builtin/notes.c:686
10090 msgid "failed to delete ref NOTES_MERGE_REF"
10091 msgstr ""
10092
10093 #: builtin/notes.c:688
10094 msgid "failed to remove 'git notes merge' worktree"
10095 msgstr ""
10096
10097 #: builtin/notes.c:708
10098 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10099 msgstr ""
10100
10101 #: builtin/notes.c:710
10102 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10103 msgstr ""
10104
10105 #: builtin/notes.c:712
10106 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10107 msgstr ""
10108
10109 #: builtin/notes.c:725
10110 msgid "failed to resolve NOTES_MERGE_REF"
10111 msgstr ""
10112
10113 #: builtin/notes.c:728
10114 msgid "failed to finalize notes merge"
10115 msgstr ""
10116
10117 #: builtin/notes.c:754
10118 #, c-format
10119 msgid "unknown notes merge strategy %s"
10120 msgstr ""
10121
10122 #: builtin/notes.c:770
10123 msgid "General options"
10124 msgstr ""
10125
10126 #: builtin/notes.c:772
10127 msgid "Merge options"
10128 msgstr ""
10129
10130 #: builtin/notes.c:774
10131 msgid ""
10132 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10133 "cat_sort_uniq)"
10134 msgstr ""
10135
10136 #: builtin/notes.c:776
10137 msgid "Committing unmerged notes"
10138 msgstr ""
10139
10140 #: builtin/notes.c:778
10141 msgid "finalize notes merge by committing unmerged notes"
10142 msgstr ""
10143
10144 #: builtin/notes.c:780
10145 msgid "Aborting notes merge resolution"
10146 msgstr ""
10147
10148 #: builtin/notes.c:782
10149 msgid "abort notes merge"
10150 msgstr ""
10151
10152 #: builtin/notes.c:793
10153 msgid "cannot mix --commit, --abort or -s/--strategy"
10154 msgstr ""
10155
10156 #: builtin/notes.c:798
10157 msgid "must specify a notes ref to merge"
10158 msgstr ""
10159
10160 #: builtin/notes.c:822
10161 #, c-format
10162 msgid "unknown -s/--strategy: %s"
10163 msgstr ""
10164
10165 #: builtin/notes.c:859
10166 #, c-format
10167 msgid "a notes merge into %s is already in-progress at %s"
10168 msgstr ""
10169
10170 #: builtin/notes.c:862
10171 #, c-format
10172 msgid "failed to store link to current notes ref (%s)"
10173 msgstr ""
10174
10175 #: builtin/notes.c:864
10176 #, c-format
10177 msgid ""
10178 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10179 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10180 "abort'.\n"
10181 msgstr ""
10182
10183 #: builtin/notes.c:886
10184 #, c-format
10185 msgid "Object %s has no note\n"
10186 msgstr ""
10187
10188 #: builtin/notes.c:898
10189 msgid "attempt to remove non-existent note is not an error"
10190 msgstr ""
10191
10192 #: builtin/notes.c:901
10193 msgid "read object names from the standard input"
10194 msgstr ""
10195
10196 #: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:127
10197 msgid "do not remove, show only"
10198 msgstr ""
10199
10200 #: builtin/notes.c:940
10201 msgid "report pruned notes"
10202 msgstr ""
10203
10204 #: builtin/notes.c:982
10205 msgid "notes-ref"
10206 msgstr ""
10207
10208 #: builtin/notes.c:983
10209 msgid "use notes from <notes-ref>"
10210 msgstr ""
10211
10212 #: builtin/notes.c:1018
10213 #, c-format
10214 msgid "unknown subcommand: %s"
10215 msgstr ""
10216
10217 #: builtin/pack-objects.c:29
10218 msgid ""
10219 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10220 msgstr ""
10221
10222 #: builtin/pack-objects.c:30
10223 msgid ""
10224 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10225 msgstr ""
10226
10227 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
10228 #, c-format
10229 msgid "deflate error (%d)"
10230 msgstr ""
10231
10232 #: builtin/pack-objects.c:770
10233 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10234 msgstr ""
10235
10236 #: builtin/pack-objects.c:783
10237 msgid "Writing objects"
10238 msgstr ""
10239
10240 #: builtin/pack-objects.c:1063
10241 msgid "disabling bitmap writing, as some objects are not being packed"
10242 msgstr ""
10243
10244 #: builtin/pack-objects.c:2426
10245 msgid "Compressing objects"
10246 msgstr ""
10247
10248 #: builtin/pack-objects.c:2829
10249 #, c-format
10250 msgid "unsupported index version %s"
10251 msgstr ""
10252
10253 #: builtin/pack-objects.c:2833
10254 #, c-format
10255 msgid "bad index version '%s'"
10256 msgstr ""
10257
10258 #: builtin/pack-objects.c:2863
10259 msgid "do not show progress meter"
10260 msgstr ""
10261
10262 #: builtin/pack-objects.c:2865
10263 msgid "show progress meter"
10264 msgstr ""
10265
10266 #: builtin/pack-objects.c:2867
10267 msgid "show progress meter during object writing phase"
10268 msgstr ""
10269
10270 #: builtin/pack-objects.c:2870
10271 msgid "similar to --all-progress when progress meter is shown"
10272 msgstr ""
10273
10274 #: builtin/pack-objects.c:2871
10275 msgid "version[,offset]"
10276 msgstr ""
10277
10278 #: builtin/pack-objects.c:2872
10279 msgid "write the pack index file in the specified idx format version"
10280 msgstr ""
10281
10282 #: builtin/pack-objects.c:2875
10283 msgid "maximum size of each output pack file"
10284 msgstr ""
10285
10286 #: builtin/pack-objects.c:2877
10287 msgid "ignore borrowed objects from alternate object store"
10288 msgstr ""
10289
10290 #: builtin/pack-objects.c:2879
10291 msgid "ignore packed objects"
10292 msgstr ""
10293
10294 #: builtin/pack-objects.c:2881
10295 msgid "limit pack window by objects"
10296 msgstr ""
10297
10298 #: builtin/pack-objects.c:2883
10299 msgid "limit pack window by memory in addition to object limit"
10300 msgstr ""
10301
10302 #: builtin/pack-objects.c:2885
10303 msgid "maximum length of delta chain allowed in the resulting pack"
10304 msgstr ""
10305
10306 #: builtin/pack-objects.c:2887
10307 msgid "reuse existing deltas"
10308 msgstr ""
10309
10310 #: builtin/pack-objects.c:2889
10311 msgid "reuse existing objects"
10312 msgstr ""
10313
10314 #: builtin/pack-objects.c:2891
10315 msgid "use OFS_DELTA objects"
10316 msgstr ""
10317
10318 #: builtin/pack-objects.c:2893
10319 msgid "use threads when searching for best delta matches"
10320 msgstr ""
10321
10322 #: builtin/pack-objects.c:2895
10323 msgid "do not create an empty pack output"
10324 msgstr ""
10325
10326 #: builtin/pack-objects.c:2897
10327 msgid "read revision arguments from standard input"
10328 msgstr ""
10329
10330 #: builtin/pack-objects.c:2899
10331 msgid "limit the objects to those that are not yet packed"
10332 msgstr ""
10333
10334 #: builtin/pack-objects.c:2902
10335 msgid "include objects reachable from any reference"
10336 msgstr ""
10337
10338 #: builtin/pack-objects.c:2905
10339 msgid "include objects referred by reflog entries"
10340 msgstr ""
10341
10342 #: builtin/pack-objects.c:2908
10343 msgid "include objects referred to by the index"
10344 msgstr ""
10345
10346 #: builtin/pack-objects.c:2911
10347 msgid "output pack to stdout"
10348 msgstr ""
10349
10350 #: builtin/pack-objects.c:2913
10351 msgid "include tag objects that refer to objects to be packed"
10352 msgstr ""
10353
10354 #: builtin/pack-objects.c:2915
10355 msgid "keep unreachable objects"
10356 msgstr ""
10357
10358 #: builtin/pack-objects.c:2917
10359 msgid "pack loose unreachable objects"
10360 msgstr ""
10361
10362 #: builtin/pack-objects.c:2919
10363 msgid "unpack unreachable objects newer than <time>"
10364 msgstr ""
10365
10366 #: builtin/pack-objects.c:2922
10367 msgid "create thin packs"
10368 msgstr ""
10369
10370 #: builtin/pack-objects.c:2924
10371 msgid "create packs suitable for shallow fetches"
10372 msgstr ""
10373
10374 #: builtin/pack-objects.c:2926
10375 msgid "ignore packs that have companion .keep file"
10376 msgstr ""
10377
10378 #: builtin/pack-objects.c:2928
10379 msgid "pack compression level"
10380 msgstr ""
10381
10382 #: builtin/pack-objects.c:2930
10383 msgid "do not hide commits by grafts"
10384 msgstr ""
10385
10386 #: builtin/pack-objects.c:2932
10387 msgid "use a bitmap index if available to speed up counting objects"
10388 msgstr ""
10389
10390 #: builtin/pack-objects.c:2934
10391 msgid "write a bitmap index together with the pack index"
10392 msgstr ""
10393
10394 #: builtin/pack-objects.c:3061
10395 msgid "Counting objects"
10396 msgstr ""
10397
10398 #: builtin/pack-refs.c:6
10399 msgid "git pack-refs [<options>]"
10400 msgstr ""
10401
10402 #: builtin/pack-refs.c:14
10403 msgid "pack everything"
10404 msgstr ""
10405
10406 #: builtin/pack-refs.c:15
10407 msgid "prune loose refs (default)"
10408 msgstr ""
10409
10410 #: builtin/prune-packed.c:7
10411 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10412 msgstr ""
10413
10414 #: builtin/prune-packed.c:40
10415 msgid "Removing duplicate objects"
10416 msgstr ""
10417
10418 #: builtin/prune.c:11
10419 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10420 msgstr ""
10421
10422 #: builtin/prune.c:106
10423 msgid "report pruned objects"
10424 msgstr ""
10425
10426 #: builtin/prune.c:109
10427 msgid "expire objects older than <time>"
10428 msgstr ""
10429
10430 #: builtin/prune.c:123
10431 msgid "cannot prune in a precious-objects repo"
10432 msgstr ""
10433
10434 #: builtin/pull.c:51 builtin/pull.c:53
10435 #, c-format
10436 msgid "Invalid value for %s: %s"
10437 msgstr ""
10438
10439 #: builtin/pull.c:73
10440 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10441 msgstr ""
10442
10443 #: builtin/pull.c:121
10444 msgid "Options related to merging"
10445 msgstr ""
10446
10447 #: builtin/pull.c:124
10448 msgid "incorporate changes by rebasing rather than merging"
10449 msgstr ""
10450
10451 #: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:120
10452 msgid "allow fast-forward"
10453 msgstr ""
10454
10455 #: builtin/pull.c:157
10456 msgid "automatically stash/stash pop before and after rebase"
10457 msgstr ""
10458
10459 #: builtin/pull.c:173
10460 msgid "Options related to fetching"
10461 msgstr ""
10462
10463 #: builtin/pull.c:195
10464 msgid "number of submodules pulled in parallel"
10465 msgstr ""
10466
10467 #: builtin/pull.c:284
10468 #, c-format
10469 msgid "Invalid value for pull.ff: %s"
10470 msgstr ""
10471
10472 #: builtin/pull.c:397
10473 msgid ""
10474 "There is no candidate for rebasing against among the refs that you just "
10475 "fetched."
10476 msgstr ""
10477
10478 #: builtin/pull.c:399
10479 msgid ""
10480 "There are no candidates for merging among the refs that you just fetched."
10481 msgstr ""
10482
10483 #: builtin/pull.c:400
10484 msgid ""
10485 "Generally this means that you provided a wildcard refspec which had no\n"
10486 "matches on the remote end."
10487 msgstr ""
10488
10489 #: builtin/pull.c:403
10490 #, c-format
10491 msgid ""
10492 "You asked to pull from the remote '%s', but did not specify\n"
10493 "a branch. Because this is not the default configured remote\n"
10494 "for your current branch, you must specify a branch on the command line."
10495 msgstr ""
10496
10497 #: builtin/pull.c:408 git-parse-remote.sh:73
10498 msgid "You are not currently on a branch."
10499 msgstr ""
10500
10501 #: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10502 msgid "Please specify which branch you want to rebase against."
10503 msgstr ""
10504
10505 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10506 msgid "Please specify which branch you want to merge with."
10507 msgstr ""
10508
10509 #: builtin/pull.c:413 builtin/pull.c:428
10510 msgid "See git-pull(1) for details."
10511 msgstr ""
10512
10513 #: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10514 #: git-parse-remote.sh:64
10515 msgid "<remote>"
10516 msgstr ""
10517
10518 #: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:456
10519 #: git-parse-remote.sh:65
10520 msgid "<branch>"
10521 msgstr ""
10522
10523 #: builtin/pull.c:423 git-parse-remote.sh:75
10524 msgid "There is no tracking information for the current branch."
10525 msgstr ""
10526
10527 #: builtin/pull.c:432 git-parse-remote.sh:95
10528 msgid ""
10529 "If you wish to set tracking information for this branch you can do so with:"
10530 msgstr ""
10531
10532 #: builtin/pull.c:437
10533 #, c-format
10534 msgid ""
10535 "Your configuration specifies to merge with the ref '%s'\n"
10536 "from the remote, but no such ref was fetched."
10537 msgstr ""
10538
10539 #: builtin/pull.c:754
10540 msgid "ignoring --verify-signatures for rebase"
10541 msgstr ""
10542
10543 #: builtin/pull.c:801
10544 msgid "--[no-]autostash option is only valid with --rebase."
10545 msgstr ""
10546
10547 #: builtin/pull.c:809
10548 msgid "Updating an unborn branch with changes added to the index."
10549 msgstr ""
10550
10551 #: builtin/pull.c:812
10552 msgid "pull with rebase"
10553 msgstr ""
10554
10555 #: builtin/pull.c:813
10556 msgid "please commit or stash them."
10557 msgstr ""
10558
10559 #: builtin/pull.c:838
10560 #, c-format
10561 msgid ""
10562 "fetch updated the current branch head.\n"
10563 "fast-forwarding your working tree from\n"
10564 "commit %s."
10565 msgstr ""
10566
10567 #: builtin/pull.c:843
10568 #, c-format
10569 msgid ""
10570 "Cannot fast-forward your working tree.\n"
10571 "After making sure that you saved anything precious from\n"
10572 "$ git diff %s\n"
10573 "output, run\n"
10574 "$ git reset --hard\n"
10575 "to recover."
10576 msgstr ""
10577
10578 #: builtin/pull.c:858
10579 msgid "Cannot merge multiple branches into empty head."
10580 msgstr ""
10581
10582 #: builtin/pull.c:862
10583 msgid "Cannot rebase onto multiple branches."
10584 msgstr ""
10585
10586 #: builtin/push.c:16
10587 msgid "git push [<options>] [<repository> [<refspec>...]]"
10588 msgstr ""
10589
10590 #: builtin/push.c:89
10591 msgid "tag shorthand without <tag>"
10592 msgstr ""
10593
10594 #: builtin/push.c:99
10595 msgid "--delete only accepts plain target ref names"
10596 msgstr ""
10597
10598 #: builtin/push.c:143
10599 msgid ""
10600 "\n"
10601 "To choose either option permanently, see push.default in 'git help config'."
10602 msgstr ""
10603
10604 #: builtin/push.c:146
10605 #, c-format
10606 msgid ""
10607 "The upstream branch of your current branch does not match\n"
10608 "the name of your current branch.  To push to the upstream branch\n"
10609 "on the remote, use\n"
10610 "\n"
10611 "    git push %s HEAD:%s\n"
10612 "\n"
10613 "To push to the branch of the same name on the remote, use\n"
10614 "\n"
10615 "    git push %s %s\n"
10616 "%s"
10617 msgstr ""
10618
10619 #: builtin/push.c:161
10620 #, c-format
10621 msgid ""
10622 "You are not currently on a branch.\n"
10623 "To push the history leading to the current (detached HEAD)\n"
10624 "state now, use\n"
10625 "\n"
10626 "    git push %s HEAD:<name-of-remote-branch>\n"
10627 msgstr ""
10628
10629 #: builtin/push.c:175
10630 #, c-format
10631 msgid ""
10632 "The current branch %s has no upstream branch.\n"
10633 "To push the current branch and set the remote as upstream, use\n"
10634 "\n"
10635 "    git push --set-upstream %s %s\n"
10636 msgstr ""
10637
10638 #: builtin/push.c:183
10639 #, c-format
10640 msgid "The current branch %s has multiple upstream branches, refusing to push."
10641 msgstr ""
10642
10643 #: builtin/push.c:186
10644 #, c-format
10645 msgid ""
10646 "You are pushing to remote '%s', which is not the upstream of\n"
10647 "your current branch '%s', without telling me what to push\n"
10648 "to update which remote branch."
10649 msgstr ""
10650
10651 #: builtin/push.c:245
10652 msgid ""
10653 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10654 msgstr ""
10655
10656 #: builtin/push.c:252
10657 msgid ""
10658 "Updates were rejected because the tip of your current branch is behind\n"
10659 "its remote counterpart. Integrate the remote changes (e.g.\n"
10660 "'git pull ...') before pushing again.\n"
10661 "See the 'Note about fast-forwards' in 'git push --help' for details."
10662 msgstr ""
10663
10664 #: builtin/push.c:258
10665 msgid ""
10666 "Updates were rejected because a pushed branch tip is behind its remote\n"
10667 "counterpart. Check out this branch and integrate the remote changes\n"
10668 "(e.g. 'git pull ...') before pushing again.\n"
10669 "See the 'Note about fast-forwards' in 'git push --help' for details."
10670 msgstr ""
10671
10672 #: builtin/push.c:264
10673 msgid ""
10674 "Updates were rejected because the remote contains work that you do\n"
10675 "not have locally. This is usually caused by another repository pushing\n"
10676 "to the same ref. You may want to first integrate the remote changes\n"
10677 "(e.g., 'git pull ...') before pushing again.\n"
10678 "See the 'Note about fast-forwards' in 'git push --help' for details."
10679 msgstr ""
10680
10681 #: builtin/push.c:271
10682 msgid "Updates were rejected because the tag already exists in the remote."
10683 msgstr ""
10684
10685 #: builtin/push.c:274
10686 msgid ""
10687 "You cannot update a remote ref that points at a non-commit object,\n"
10688 "or update a remote ref to make it point at a non-commit object,\n"
10689 "without using the '--force' option.\n"
10690 msgstr ""
10691
10692 #: builtin/push.c:334
10693 #, c-format
10694 msgid "Pushing to %s\n"
10695 msgstr ""
10696
10697 #: builtin/push.c:338
10698 #, c-format
10699 msgid "failed to push some refs to '%s'"
10700 msgstr ""
10701
10702 #: builtin/push.c:369
10703 #, c-format
10704 msgid "bad repository '%s'"
10705 msgstr ""
10706
10707 #: builtin/push.c:370
10708 msgid ""
10709 "No configured push destination.\n"
10710 "Either specify the URL from the command-line or configure a remote "
10711 "repository using\n"
10712 "\n"
10713 "    git remote add <name> <url>\n"
10714 "\n"
10715 "and then push using the remote name\n"
10716 "\n"
10717 "    git push <name>\n"
10718 msgstr ""
10719
10720 #: builtin/push.c:388
10721 msgid "--all and --tags are incompatible"
10722 msgstr ""
10723
10724 #: builtin/push.c:389
10725 msgid "--all can't be combined with refspecs"
10726 msgstr ""
10727
10728 #: builtin/push.c:394
10729 msgid "--mirror and --tags are incompatible"
10730 msgstr ""
10731
10732 #: builtin/push.c:395
10733 msgid "--mirror can't be combined with refspecs"
10734 msgstr ""
10735
10736 #: builtin/push.c:400
10737 msgid "--all and --mirror are incompatible"
10738 msgstr ""
10739
10740 #: builtin/push.c:518
10741 msgid "repository"
10742 msgstr ""
10743
10744 #: builtin/push.c:519 builtin/send-pack.c:162
10745 msgid "push all refs"
10746 msgstr ""
10747
10748 #: builtin/push.c:520 builtin/send-pack.c:164
10749 msgid "mirror all refs"
10750 msgstr ""
10751
10752 #: builtin/push.c:522
10753 msgid "delete refs"
10754 msgstr ""
10755
10756 #: builtin/push.c:523
10757 msgid "push tags (can't be used with --all or --mirror)"
10758 msgstr ""
10759
10760 #: builtin/push.c:526 builtin/send-pack.c:165
10761 msgid "force updates"
10762 msgstr ""
10763
10764 #: builtin/push.c:528 builtin/send-pack.c:179
10765 msgid "refname>:<expect"
10766 msgstr ""
10767
10768 #: builtin/push.c:529 builtin/send-pack.c:180
10769 msgid "require old value of ref to be at this value"
10770 msgstr ""
10771
10772 #: builtin/push.c:532
10773 msgid "control recursive pushing of submodules"
10774 msgstr ""
10775
10776 #: builtin/push.c:534 builtin/send-pack.c:173
10777 msgid "use thin pack"
10778 msgstr ""
10779
10780 #: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:159
10781 #: builtin/send-pack.c:160
10782 msgid "receive pack program"
10783 msgstr ""
10784
10785 #: builtin/push.c:537
10786 msgid "set upstream for git pull/status"
10787 msgstr ""
10788
10789 #: builtin/push.c:540
10790 msgid "prune locally removed refs"
10791 msgstr ""
10792
10793 #: builtin/push.c:542
10794 msgid "bypass pre-push hook"
10795 msgstr ""
10796
10797 #: builtin/push.c:543
10798 msgid "push missing but relevant tags"
10799 msgstr ""
10800
10801 #: builtin/push.c:546 builtin/send-pack.c:167
10802 msgid "GPG sign the push"
10803 msgstr ""
10804
10805 #: builtin/push.c:548 builtin/send-pack.c:174
10806 msgid "request atomic transaction on remote side"
10807 msgstr ""
10808
10809 #: builtin/push.c:549 builtin/send-pack.c:170
10810 msgid "server-specific"
10811 msgstr ""
10812
10813 #: builtin/push.c:549 builtin/send-pack.c:171
10814 msgid "option to transmit"
10815 msgstr ""
10816
10817 #: builtin/push.c:563
10818 msgid "--delete is incompatible with --all, --mirror and --tags"
10819 msgstr ""
10820
10821 #: builtin/push.c:565
10822 msgid "--delete doesn't make sense without any refs"
10823 msgstr ""
10824
10825 #: builtin/push.c:584
10826 msgid "push options must not have new line characters"
10827 msgstr ""
10828
10829 #: builtin/read-tree.c:40
10830 msgid ""
10831 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10832 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10833 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10834 msgstr ""
10835
10836 #: builtin/read-tree.c:130
10837 msgid "write resulting index to <file>"
10838 msgstr ""
10839
10840 #: builtin/read-tree.c:133
10841 msgid "only empty the index"
10842 msgstr ""
10843
10844 #: builtin/read-tree.c:135
10845 msgid "Merging"
10846 msgstr ""
10847
10848 #: builtin/read-tree.c:137
10849 msgid "perform a merge in addition to a read"
10850 msgstr ""
10851
10852 #: builtin/read-tree.c:139
10853 msgid "3-way merge if no file level merging required"
10854 msgstr ""
10855
10856 #: builtin/read-tree.c:141
10857 msgid "3-way merge in presence of adds and removes"
10858 msgstr ""
10859
10860 #: builtin/read-tree.c:143
10861 msgid "same as -m, but discard unmerged entries"
10862 msgstr ""
10863
10864 #: builtin/read-tree.c:144
10865 msgid "<subdirectory>/"
10866 msgstr ""
10867
10868 #: builtin/read-tree.c:145
10869 msgid "read the tree into the index under <subdirectory>/"
10870 msgstr ""
10871
10872 #: builtin/read-tree.c:148
10873 msgid "update working tree with merge result"
10874 msgstr ""
10875
10876 #: builtin/read-tree.c:150
10877 msgid "gitignore"
10878 msgstr ""
10879
10880 #: builtin/read-tree.c:151
10881 msgid "allow explicitly ignored files to be overwritten"
10882 msgstr ""
10883
10884 #: builtin/read-tree.c:154
10885 msgid "don't check the working tree after merging"
10886 msgstr ""
10887
10888 #: builtin/read-tree.c:155
10889 msgid "don't update the index or the work tree"
10890 msgstr ""
10891
10892 #: builtin/read-tree.c:157
10893 msgid "skip applying sparse checkout filter"
10894 msgstr ""
10895
10896 #: builtin/read-tree.c:159
10897 msgid "debug unpack-trees"
10898 msgstr ""
10899
10900 #: builtin/rebase--helper.c:7
10901 msgid "git rebase--helper [<options>]"
10902 msgstr ""
10903
10904 #: builtin/rebase--helper.c:19
10905 msgid "continue rebase"
10906 msgstr ""
10907
10908 #: builtin/rebase--helper.c:21
10909 msgid "abort rebase"
10910 msgstr ""
10911
10912 #: builtin/receive-pack.c:27
10913 msgid "git receive-pack <git-dir>"
10914 msgstr ""
10915
10916 #: builtin/receive-pack.c:795
10917 msgid ""
10918 "By default, updating the current branch in a non-bare repository\n"
10919 "is denied, because it will make the index and work tree inconsistent\n"
10920 "with what you pushed, and will require 'git reset --hard' to match\n"
10921 "the work tree to HEAD.\n"
10922 "\n"
10923 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
10924 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10925 "its current branch; however, this is not recommended unless you\n"
10926 "arranged to update its work tree to match what you pushed in some\n"
10927 "other way.\n"
10928 "\n"
10929 "To squelch this message and still keep the default behaviour, set\n"
10930 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
10931 msgstr ""
10932
10933 #: builtin/receive-pack.c:815
10934 msgid ""
10935 "By default, deleting the current branch is denied, because the next\n"
10936 "'git clone' won't result in any file checked out, causing confusion.\n"
10937 "\n"
10938 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10939 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
10940 "current branch, with or without a warning message.\n"
10941 "\n"
10942 "To squelch this message, you can set it to 'refuse'."
10943 msgstr ""
10944
10945 #: builtin/receive-pack.c:1888
10946 msgid "quiet"
10947 msgstr ""
10948
10949 #: builtin/receive-pack.c:1902
10950 msgid "You must specify a directory."
10951 msgstr ""
10952
10953 #: builtin/reflog.c:423
10954 #, c-format
10955 msgid "'%s' for '%s' is not a valid timestamp"
10956 msgstr ""
10957
10958 #: builtin/reflog.c:540 builtin/reflog.c:545
10959 #, c-format
10960 msgid "'%s' is not a valid timestamp"
10961 msgstr ""
10962
10963 #: builtin/remote.c:12
10964 msgid "git remote [-v | --verbose]"
10965 msgstr ""
10966
10967 #: builtin/remote.c:13
10968 msgid ""
10969 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10970 "mirror=<fetch|push>] <name> <url>"
10971 msgstr ""
10972
10973 #: builtin/remote.c:14 builtin/remote.c:34
10974 msgid "git remote rename <old> <new>"
10975 msgstr ""
10976
10977 #: builtin/remote.c:15 builtin/remote.c:39
10978 msgid "git remote remove <name>"
10979 msgstr ""
10980
10981 #: builtin/remote.c:16 builtin/remote.c:44
10982 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10983 msgstr ""
10984
10985 #: builtin/remote.c:17
10986 msgid "git remote [-v | --verbose] show [-n] <name>"
10987 msgstr ""
10988
10989 #: builtin/remote.c:18
10990 msgid "git remote prune [-n | --dry-run] <name>"
10991 msgstr ""
10992
10993 #: builtin/remote.c:19
10994 msgid ""
10995 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10996 msgstr ""
10997
10998 #: builtin/remote.c:20
10999 msgid "git remote set-branches [--add] <name> <branch>..."
11000 msgstr ""
11001
11002 #: builtin/remote.c:21 builtin/remote.c:70
11003 msgid "git remote get-url [--push] [--all] <name>"
11004 msgstr ""
11005
11006 #: builtin/remote.c:22 builtin/remote.c:75
11007 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11008 msgstr ""
11009
11010 #: builtin/remote.c:23 builtin/remote.c:76
11011 msgid "git remote set-url --add <name> <newurl>"
11012 msgstr ""
11013
11014 #: builtin/remote.c:24 builtin/remote.c:77
11015 msgid "git remote set-url --delete <name> <url>"
11016 msgstr ""
11017
11018 #: builtin/remote.c:29
11019 msgid "git remote add [<options>] <name> <url>"
11020 msgstr ""
11021
11022 #: builtin/remote.c:49
11023 msgid "git remote set-branches <name> <branch>..."
11024 msgstr ""
11025
11026 #: builtin/remote.c:50
11027 msgid "git remote set-branches --add <name> <branch>..."
11028 msgstr ""
11029
11030 #: builtin/remote.c:55
11031 msgid "git remote show [<options>] <name>"
11032 msgstr ""
11033
11034 #: builtin/remote.c:60
11035 msgid "git remote prune [<options>] <name>"
11036 msgstr ""
11037
11038 #: builtin/remote.c:65
11039 msgid "git remote update [<options>] [<group> | <remote>]..."
11040 msgstr ""
11041
11042 #: builtin/remote.c:94
11043 #, c-format
11044 msgid "Updating %s"
11045 msgstr ""
11046
11047 #: builtin/remote.c:126
11048 msgid ""
11049 "--mirror is dangerous and deprecated; please\n"
11050 "\t use --mirror=fetch or --mirror=push instead"
11051 msgstr ""
11052
11053 #: builtin/remote.c:143
11054 #, c-format
11055 msgid "unknown mirror argument: %s"
11056 msgstr ""
11057
11058 #: builtin/remote.c:159
11059 msgid "fetch the remote branches"
11060 msgstr ""
11061
11062 #: builtin/remote.c:161
11063 msgid "import all tags and associated objects when fetching"
11064 msgstr ""
11065
11066 #: builtin/remote.c:164
11067 msgid "or do not fetch any tag at all (--no-tags)"
11068 msgstr ""
11069
11070 #: builtin/remote.c:166
11071 msgid "branch(es) to track"
11072 msgstr ""
11073
11074 #: builtin/remote.c:167
11075 msgid "master branch"
11076 msgstr ""
11077
11078 #: builtin/remote.c:168
11079 msgid "push|fetch"
11080 msgstr ""
11081
11082 #: builtin/remote.c:169
11083 msgid "set up remote as a mirror to push to or fetch from"
11084 msgstr ""
11085
11086 #: builtin/remote.c:181
11087 msgid "specifying a master branch makes no sense with --mirror"
11088 msgstr ""
11089
11090 #: builtin/remote.c:183
11091 msgid "specifying branches to track makes sense only with fetch mirrors"
11092 msgstr ""
11093
11094 #: builtin/remote.c:190 builtin/remote.c:629
11095 #, c-format
11096 msgid "remote %s already exists."
11097 msgstr ""
11098
11099 #: builtin/remote.c:194 builtin/remote.c:633
11100 #, c-format
11101 msgid "'%s' is not a valid remote name"
11102 msgstr ""
11103
11104 #: builtin/remote.c:234
11105 #, c-format
11106 msgid "Could not setup master '%s'"
11107 msgstr ""
11108
11109 #: builtin/remote.c:336
11110 #, c-format
11111 msgid "Could not get fetch map for refspec %s"
11112 msgstr ""
11113
11114 #: builtin/remote.c:437 builtin/remote.c:445
11115 msgid "(matching)"
11116 msgstr ""
11117
11118 #: builtin/remote.c:449
11119 msgid "(delete)"
11120 msgstr ""
11121
11122 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:856
11123 #, c-format
11124 msgid "No such remote: %s"
11125 msgstr ""
11126
11127 #: builtin/remote.c:639
11128 #, c-format
11129 msgid "Could not rename config section '%s' to '%s'"
11130 msgstr ""
11131
11132 #: builtin/remote.c:659
11133 #, c-format
11134 msgid ""
11135 "Not updating non-default fetch refspec\n"
11136 "\t%s\n"
11137 "\tPlease update the configuration manually if necessary."
11138 msgstr ""
11139
11140 #: builtin/remote.c:695
11141 #, c-format
11142 msgid "deleting '%s' failed"
11143 msgstr ""
11144
11145 #: builtin/remote.c:729
11146 #, c-format
11147 msgid "creating '%s' failed"
11148 msgstr ""
11149
11150 #: builtin/remote.c:794
11151 msgid ""
11152 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11153 "to delete it, use:"
11154 msgid_plural ""
11155 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11156 "to delete them, use:"
11157 msgstr[0] ""
11158 msgstr[1] ""
11159
11160 #: builtin/remote.c:808
11161 #, c-format
11162 msgid "Could not remove config section '%s'"
11163 msgstr ""
11164
11165 #: builtin/remote.c:909
11166 #, c-format
11167 msgid " new (next fetch will store in remotes/%s)"
11168 msgstr ""
11169
11170 #: builtin/remote.c:912
11171 msgid " tracked"
11172 msgstr ""
11173
11174 #: builtin/remote.c:914
11175 msgid " stale (use 'git remote prune' to remove)"
11176 msgstr ""
11177
11178 #: builtin/remote.c:916
11179 msgid " ???"
11180 msgstr ""
11181
11182 #: builtin/remote.c:957
11183 #, c-format
11184 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11185 msgstr ""
11186
11187 #: builtin/remote.c:965
11188 #, c-format
11189 msgid "rebases interactively onto remote %s"
11190 msgstr ""
11191
11192 #: builtin/remote.c:966
11193 #, c-format
11194 msgid "rebases onto remote %s"
11195 msgstr ""
11196
11197 #: builtin/remote.c:969
11198 #, c-format
11199 msgid " merges with remote %s"
11200 msgstr ""
11201
11202 #: builtin/remote.c:972
11203 #, c-format
11204 msgid "merges with remote %s"
11205 msgstr ""
11206
11207 #: builtin/remote.c:975
11208 #, c-format
11209 msgid "%-*s    and with remote %s\n"
11210 msgstr ""
11211
11212 #: builtin/remote.c:1018
11213 msgid "create"
11214 msgstr ""
11215
11216 #: builtin/remote.c:1021
11217 msgid "delete"
11218 msgstr ""
11219
11220 #: builtin/remote.c:1025
11221 msgid "up to date"
11222 msgstr ""
11223
11224 #: builtin/remote.c:1028
11225 msgid "fast-forwardable"
11226 msgstr ""
11227
11228 #: builtin/remote.c:1031
11229 msgid "local out of date"
11230 msgstr ""
11231
11232 #: builtin/remote.c:1038
11233 #, c-format
11234 msgid "    %-*s forces to %-*s (%s)"
11235 msgstr ""
11236
11237 #: builtin/remote.c:1041
11238 #, c-format
11239 msgid "    %-*s pushes to %-*s (%s)"
11240 msgstr ""
11241
11242 #: builtin/remote.c:1045
11243 #, c-format
11244 msgid "    %-*s forces to %s"
11245 msgstr ""
11246
11247 #: builtin/remote.c:1048
11248 #, c-format
11249 msgid "    %-*s pushes to %s"
11250 msgstr ""
11251
11252 #: builtin/remote.c:1116
11253 msgid "do not query remotes"
11254 msgstr ""
11255
11256 #: builtin/remote.c:1143
11257 #, c-format
11258 msgid "* remote %s"
11259 msgstr ""
11260
11261 #: builtin/remote.c:1144
11262 #, c-format
11263 msgid "  Fetch URL: %s"
11264 msgstr ""
11265
11266 #: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:1297
11267 msgid "(no URL)"
11268 msgstr ""
11269
11270 #. TRANSLATORS: the colon ':' should align with
11271 #. the one in "  Fetch URL: %s" translation
11272 #: builtin/remote.c:1156 builtin/remote.c:1158
11273 #, c-format
11274 msgid "  Push  URL: %s"
11275 msgstr ""
11276
11277 #: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:1164
11278 #, c-format
11279 msgid "  HEAD branch: %s"
11280 msgstr ""
11281
11282 #: builtin/remote.c:1160
11283 msgid "(not queried)"
11284 msgstr ""
11285
11286 #: builtin/remote.c:1162
11287 msgid "(unknown)"
11288 msgstr ""
11289
11290 #: builtin/remote.c:1166
11291 #, c-format
11292 msgid ""
11293 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11294 msgstr ""
11295
11296 #: builtin/remote.c:1178
11297 #, c-format
11298 msgid "  Remote branch:%s"
11299 msgid_plural "  Remote branches:%s"
11300 msgstr[0] ""
11301 msgstr[1] ""
11302
11303 #: builtin/remote.c:1181 builtin/remote.c:1207
11304 msgid " (status not queried)"
11305 msgstr ""
11306
11307 #: builtin/remote.c:1190
11308 msgid "  Local branch configured for 'git pull':"
11309 msgid_plural "  Local branches configured for 'git pull':"
11310 msgstr[0] ""
11311 msgstr[1] ""
11312
11313 #: builtin/remote.c:1198
11314 msgid "  Local refs will be mirrored by 'git push'"
11315 msgstr ""
11316
11317 #: builtin/remote.c:1204
11318 #, c-format
11319 msgid "  Local ref configured for 'git push'%s:"
11320 msgid_plural "  Local refs configured for 'git push'%s:"
11321 msgstr[0] ""
11322 msgstr[1] ""
11323
11324 #: builtin/remote.c:1225
11325 msgid "set refs/remotes/<name>/HEAD according to remote"
11326 msgstr ""
11327
11328 #: builtin/remote.c:1227
11329 msgid "delete refs/remotes/<name>/HEAD"
11330 msgstr ""
11331
11332 #: builtin/remote.c:1242
11333 msgid "Cannot determine remote HEAD"
11334 msgstr ""
11335
11336 #: builtin/remote.c:1244
11337 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11338 msgstr ""
11339
11340 #: builtin/remote.c:1254
11341 #, c-format
11342 msgid "Could not delete %s"
11343 msgstr ""
11344
11345 #: builtin/remote.c:1262
11346 #, c-format
11347 msgid "Not a valid ref: %s"
11348 msgstr ""
11349
11350 #: builtin/remote.c:1264
11351 #, c-format
11352 msgid "Could not setup %s"
11353 msgstr ""
11354
11355 #: builtin/remote.c:1282
11356 #, c-format
11357 msgid " %s will become dangling!"
11358 msgstr ""
11359
11360 #: builtin/remote.c:1283
11361 #, c-format
11362 msgid " %s has become dangling!"
11363 msgstr ""
11364
11365 #: builtin/remote.c:1293
11366 #, c-format
11367 msgid "Pruning %s"
11368 msgstr ""
11369
11370 #: builtin/remote.c:1294
11371 #, c-format
11372 msgid "URL: %s"
11373 msgstr ""
11374
11375 #: builtin/remote.c:1310
11376 #, c-format
11377 msgid " * [would prune] %s"
11378 msgstr ""
11379
11380 #: builtin/remote.c:1313
11381 #, c-format
11382 msgid " * [pruned] %s"
11383 msgstr ""
11384
11385 #: builtin/remote.c:1358
11386 msgid "prune remotes after fetching"
11387 msgstr ""
11388
11389 #: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:1543
11390 #, c-format
11391 msgid "No such remote '%s'"
11392 msgstr ""
11393
11394 #: builtin/remote.c:1437
11395 msgid "add branch"
11396 msgstr ""
11397
11398 #: builtin/remote.c:1444
11399 msgid "no remote specified"
11400 msgstr ""
11401
11402 #: builtin/remote.c:1461
11403 msgid "query push URLs rather than fetch URLs"
11404 msgstr ""
11405
11406 #: builtin/remote.c:1463
11407 msgid "return all URLs"
11408 msgstr ""
11409
11410 #: builtin/remote.c:1491
11411 #, c-format
11412 msgid "no URLs configured for remote '%s'"
11413 msgstr ""
11414
11415 #: builtin/remote.c:1517
11416 msgid "manipulate push URLs"
11417 msgstr ""
11418
11419 #: builtin/remote.c:1519
11420 msgid "add URL"
11421 msgstr ""
11422
11423 #: builtin/remote.c:1521
11424 msgid "delete URLs"
11425 msgstr ""
11426
11427 #: builtin/remote.c:1528
11428 msgid "--add --delete doesn't make sense"
11429 msgstr ""
11430
11431 #: builtin/remote.c:1569
11432 #, c-format
11433 msgid "Invalid old URL pattern: %s"
11434 msgstr ""
11435
11436 #: builtin/remote.c:1577
11437 #, c-format
11438 msgid "No such URL found: %s"
11439 msgstr ""
11440
11441 #: builtin/remote.c:1579
11442 msgid "Will not delete all non-push URLs"
11443 msgstr ""
11444
11445 #: builtin/remote.c:1593
11446 msgid "be verbose; must be placed before a subcommand"
11447 msgstr ""
11448
11449 #: builtin/remote.c:1624
11450 #, c-format
11451 msgid "Unknown subcommand: %s"
11452 msgstr ""
11453
11454 #: builtin/repack.c:17
11455 msgid "git repack [<options>]"
11456 msgstr ""
11457
11458 #: builtin/repack.c:22
11459 msgid ""
11460 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
11461 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11462 msgstr ""
11463
11464 #: builtin/repack.c:166
11465 msgid "pack everything in a single pack"
11466 msgstr ""
11467
11468 #: builtin/repack.c:168
11469 msgid "same as -a, and turn unreachable objects loose"
11470 msgstr ""
11471
11472 #: builtin/repack.c:171
11473 msgid "remove redundant packs, and run git-prune-packed"
11474 msgstr ""
11475
11476 #: builtin/repack.c:173
11477 msgid "pass --no-reuse-delta to git-pack-objects"
11478 msgstr ""
11479
11480 #: builtin/repack.c:175
11481 msgid "pass --no-reuse-object to git-pack-objects"
11482 msgstr ""
11483
11484 #: builtin/repack.c:177
11485 msgid "do not run git-update-server-info"
11486 msgstr ""
11487
11488 #: builtin/repack.c:180
11489 msgid "pass --local to git-pack-objects"
11490 msgstr ""
11491
11492 #: builtin/repack.c:182
11493 msgid "write bitmap index"
11494 msgstr ""
11495
11496 #: builtin/repack.c:183
11497 msgid "approxidate"
11498 msgstr ""
11499
11500 #: builtin/repack.c:184
11501 msgid "with -A, do not loosen objects older than this"
11502 msgstr ""
11503
11504 #: builtin/repack.c:186
11505 msgid "with -a, repack unreachable objects"
11506 msgstr ""
11507
11508 #: builtin/repack.c:188
11509 msgid "size of the window used for delta compression"
11510 msgstr ""
11511
11512 #: builtin/repack.c:189 builtin/repack.c:193
11513 msgid "bytes"
11514 msgstr ""
11515
11516 #: builtin/repack.c:190
11517 msgid "same as the above, but limit memory size instead of entries count"
11518 msgstr ""
11519
11520 #: builtin/repack.c:192
11521 msgid "limits the maximum delta depth"
11522 msgstr ""
11523
11524 #: builtin/repack.c:194
11525 msgid "maximum size of each packfile"
11526 msgstr ""
11527
11528 #: builtin/repack.c:196
11529 msgid "repack objects in packs marked with .keep"
11530 msgstr ""
11531
11532 #: builtin/repack.c:206
11533 msgid "cannot delete packs in a precious-objects repo"
11534 msgstr ""
11535
11536 #: builtin/repack.c:210
11537 msgid "--keep-unreachable and -A are incompatible"
11538 msgstr ""
11539
11540 #: builtin/repack.c:400 builtin/worktree.c:115
11541 #, c-format
11542 msgid "failed to remove '%s'"
11543 msgstr ""
11544
11545 #: builtin/replace.c:19
11546 msgid "git replace [-f] <object> <replacement>"
11547 msgstr ""
11548
11549 #: builtin/replace.c:20
11550 msgid "git replace [-f] --edit <object>"
11551 msgstr ""
11552
11553 #: builtin/replace.c:21
11554 msgid "git replace [-f] --graft <commit> [<parent>...]"
11555 msgstr ""
11556
11557 #: builtin/replace.c:22
11558 msgid "git replace -d <object>..."
11559 msgstr ""
11560
11561 #: builtin/replace.c:23
11562 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11563 msgstr ""
11564
11565 #: builtin/replace.c:330 builtin/replace.c:368 builtin/replace.c:396
11566 #, c-format
11567 msgid "Not a valid object name: '%s'"
11568 msgstr ""
11569
11570 #: builtin/replace.c:360
11571 #, c-format
11572 msgid "bad mergetag in commit '%s'"
11573 msgstr ""
11574
11575 #: builtin/replace.c:362
11576 #, c-format
11577 msgid "malformed mergetag in commit '%s'"
11578 msgstr ""
11579
11580 #: builtin/replace.c:373
11581 #, c-format
11582 msgid ""
11583 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11584 "instead of --graft"
11585 msgstr ""
11586
11587 #: builtin/replace.c:406
11588 #, c-format
11589 msgid "the original commit '%s' has a gpg signature."
11590 msgstr ""
11591
11592 #: builtin/replace.c:407
11593 msgid "the signature will be removed in the replacement commit!"
11594 msgstr ""
11595
11596 #: builtin/replace.c:413
11597 #, c-format
11598 msgid "could not write replacement commit for: '%s'"
11599 msgstr ""
11600
11601 #: builtin/replace.c:437
11602 msgid "list replace refs"
11603 msgstr ""
11604
11605 #: builtin/replace.c:438
11606 msgid "delete replace refs"
11607 msgstr ""
11608
11609 #: builtin/replace.c:439
11610 msgid "edit existing object"
11611 msgstr ""
11612
11613 #: builtin/replace.c:440
11614 msgid "change a commit's parents"
11615 msgstr ""
11616
11617 #: builtin/replace.c:441
11618 msgid "replace the ref if it exists"
11619 msgstr ""
11620
11621 #: builtin/replace.c:442
11622 msgid "do not pretty-print contents for --edit"
11623 msgstr ""
11624
11625 #: builtin/replace.c:443
11626 msgid "use this format"
11627 msgstr ""
11628
11629 #: builtin/rerere.c:12
11630 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11631 msgstr ""
11632
11633 #: builtin/rerere.c:58
11634 msgid "register clean resolutions in index"
11635 msgstr ""
11636
11637 #: builtin/reset.c:26
11638 msgid ""
11639 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11640 msgstr ""
11641
11642 #: builtin/reset.c:27
11643 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11644 msgstr ""
11645
11646 #: builtin/reset.c:28
11647 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11648 msgstr ""
11649
11650 #: builtin/reset.c:34
11651 msgid "mixed"
11652 msgstr ""
11653
11654 #: builtin/reset.c:34
11655 msgid "soft"
11656 msgstr ""
11657
11658 #: builtin/reset.c:34
11659 msgid "hard"
11660 msgstr ""
11661
11662 #: builtin/reset.c:34
11663 msgid "merge"
11664 msgstr ""
11665
11666 #: builtin/reset.c:34
11667 msgid "keep"
11668 msgstr ""
11669
11670 #: builtin/reset.c:74
11671 msgid "You do not have a valid HEAD."
11672 msgstr ""
11673
11674 #: builtin/reset.c:76
11675 msgid "Failed to find tree of HEAD."
11676 msgstr ""
11677
11678 #: builtin/reset.c:82
11679 #, c-format
11680 msgid "Failed to find tree of %s."
11681 msgstr ""
11682
11683 #: builtin/reset.c:100
11684 #, c-format
11685 msgid "HEAD is now at %s"
11686 msgstr ""
11687
11688 #: builtin/reset.c:183
11689 #, c-format
11690 msgid "Cannot do a %s reset in the middle of a merge."
11691 msgstr ""
11692
11693 #: builtin/reset.c:276
11694 msgid "be quiet, only report errors"
11695 msgstr ""
11696
11697 #: builtin/reset.c:278
11698 msgid "reset HEAD and index"
11699 msgstr ""
11700
11701 #: builtin/reset.c:279
11702 msgid "reset only HEAD"
11703 msgstr ""
11704
11705 #: builtin/reset.c:281 builtin/reset.c:283
11706 msgid "reset HEAD, index and working tree"
11707 msgstr ""
11708
11709 #: builtin/reset.c:285
11710 msgid "reset HEAD but keep local changes"
11711 msgstr ""
11712
11713 #: builtin/reset.c:288
11714 msgid "record only the fact that removed paths will be added later"
11715 msgstr ""
11716
11717 #: builtin/reset.c:305
11718 #, c-format
11719 msgid "Failed to resolve '%s' as a valid revision."
11720 msgstr ""
11721
11722 #: builtin/reset.c:313
11723 #, c-format
11724 msgid "Failed to resolve '%s' as a valid tree."
11725 msgstr ""
11726
11727 #: builtin/reset.c:322
11728 msgid "--patch is incompatible with --{hard,mixed,soft}"
11729 msgstr ""
11730
11731 #: builtin/reset.c:331
11732 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11733 msgstr ""
11734
11735 #: builtin/reset.c:333
11736 #, c-format
11737 msgid "Cannot do %s reset with paths."
11738 msgstr ""
11739
11740 #: builtin/reset.c:343
11741 #, c-format
11742 msgid "%s reset is not allowed in a bare repository"
11743 msgstr ""
11744
11745 #: builtin/reset.c:347
11746 msgid "-N can only be used with --mixed"
11747 msgstr ""
11748
11749 #: builtin/reset.c:364
11750 msgid "Unstaged changes after reset:"
11751 msgstr ""
11752
11753 #: builtin/reset.c:370
11754 #, c-format
11755 msgid "Could not reset index file to revision '%s'."
11756 msgstr ""
11757
11758 #: builtin/reset.c:374
11759 msgid "Could not write new index file."
11760 msgstr ""
11761
11762 #: builtin/rev-list.c:354
11763 msgid "rev-list does not support display of notes"
11764 msgstr ""
11765
11766 #: builtin/rev-parse.c:393
11767 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11768 msgstr ""
11769
11770 #: builtin/rev-parse.c:398
11771 msgid "keep the `--` passed as an arg"
11772 msgstr ""
11773
11774 #: builtin/rev-parse.c:400
11775 msgid "stop parsing after the first non-option argument"
11776 msgstr ""
11777
11778 #: builtin/rev-parse.c:403
11779 msgid "output in stuck long form"
11780 msgstr ""
11781
11782 #: builtin/rev-parse.c:534
11783 msgid ""
11784 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11785 "   or: git rev-parse --sq-quote [<arg>...]\n"
11786 "   or: git rev-parse [<options>] [<arg>...]\n"
11787 "\n"
11788 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11789 msgstr ""
11790
11791 #: builtin/revert.c:22
11792 msgid "git revert [<options>] <commit-ish>..."
11793 msgstr ""
11794
11795 #: builtin/revert.c:23
11796 msgid "git revert <subcommand>"
11797 msgstr ""
11798
11799 #: builtin/revert.c:28
11800 msgid "git cherry-pick [<options>] <commit-ish>..."
11801 msgstr ""
11802
11803 #: builtin/revert.c:29
11804 msgid "git cherry-pick <subcommand>"
11805 msgstr ""
11806
11807 #: builtin/revert.c:89
11808 #, c-format
11809 msgid "%s: %s cannot be used with %s"
11810 msgstr ""
11811
11812 #: builtin/revert.c:98
11813 msgid "end revert or cherry-pick sequence"
11814 msgstr ""
11815
11816 #: builtin/revert.c:99
11817 msgid "resume revert or cherry-pick sequence"
11818 msgstr ""
11819
11820 #: builtin/revert.c:100
11821 msgid "cancel revert or cherry-pick sequence"
11822 msgstr ""
11823
11824 #: builtin/revert.c:101
11825 msgid "don't automatically commit"
11826 msgstr ""
11827
11828 #: builtin/revert.c:102
11829 msgid "edit the commit message"
11830 msgstr ""
11831
11832 #: builtin/revert.c:105
11833 msgid "parent-number"
11834 msgstr ""
11835
11836 #: builtin/revert.c:106
11837 msgid "select mainline parent"
11838 msgstr ""
11839
11840 #: builtin/revert.c:108
11841 msgid "merge strategy"
11842 msgstr ""
11843
11844 #: builtin/revert.c:109
11845 msgid "option"
11846 msgstr ""
11847
11848 #: builtin/revert.c:110
11849 msgid "option for merge strategy"
11850 msgstr ""
11851
11852 #: builtin/revert.c:119
11853 msgid "append commit name"
11854 msgstr ""
11855
11856 #: builtin/revert.c:121
11857 msgid "preserve initially empty commits"
11858 msgstr ""
11859
11860 #: builtin/revert.c:122
11861 msgid "allow commits with empty messages"
11862 msgstr ""
11863
11864 #: builtin/revert.c:123
11865 msgid "keep redundant, empty commits"
11866 msgstr ""
11867
11868 #: builtin/revert.c:211
11869 msgid "revert failed"
11870 msgstr ""
11871
11872 #: builtin/revert.c:224
11873 msgid "cherry-pick failed"
11874 msgstr ""
11875
11876 #: builtin/rm.c:17
11877 msgid "git rm [<options>] [--] <file>..."
11878 msgstr ""
11879
11880 #: builtin/rm.c:205
11881 msgid ""
11882 "the following file has staged content different from both the\n"
11883 "file and the HEAD:"
11884 msgid_plural ""
11885 "the following files have staged content different from both the\n"
11886 "file and the HEAD:"
11887 msgstr[0] ""
11888 msgstr[1] ""
11889
11890 #: builtin/rm.c:210
11891 msgid ""
11892 "\n"
11893 "(use -f to force removal)"
11894 msgstr ""
11895
11896 #: builtin/rm.c:214
11897 msgid "the following file has changes staged in the index:"
11898 msgid_plural "the following files have changes staged in the index:"
11899 msgstr[0] ""
11900 msgstr[1] ""
11901
11902 #: builtin/rm.c:218 builtin/rm.c:227
11903 msgid ""
11904 "\n"
11905 "(use --cached to keep the file, or -f to force removal)"
11906 msgstr ""
11907
11908 #: builtin/rm.c:224
11909 msgid "the following file has local modifications:"
11910 msgid_plural "the following files have local modifications:"
11911 msgstr[0] ""
11912 msgstr[1] ""
11913
11914 #: builtin/rm.c:242
11915 msgid "do not list removed files"
11916 msgstr ""
11917
11918 #: builtin/rm.c:243
11919 msgid "only remove from the index"
11920 msgstr ""
11921
11922 #: builtin/rm.c:244
11923 msgid "override the up-to-date check"
11924 msgstr ""
11925
11926 #: builtin/rm.c:245
11927 msgid "allow recursive removal"
11928 msgstr ""
11929
11930 #: builtin/rm.c:247
11931 msgid "exit with a zero status even if nothing matched"
11932 msgstr ""
11933
11934 #: builtin/rm.c:308
11935 #, c-format
11936 msgid "not removing '%s' recursively without -r"
11937 msgstr ""
11938
11939 #: builtin/rm.c:347
11940 #, c-format
11941 msgid "git rm: unable to remove %s"
11942 msgstr ""
11943
11944 #: builtin/rm.c:370
11945 #, c-format
11946 msgid "could not remove '%s'"
11947 msgstr ""
11948
11949 #: builtin/send-pack.c:18
11950 msgid ""
11951 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11952 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11953 "[<ref>...]\n"
11954 "  --all and explicit <ref> specification are mutually exclusive."
11955 msgstr ""
11956
11957 #: builtin/send-pack.c:161
11958 msgid "remote name"
11959 msgstr ""
11960
11961 #: builtin/send-pack.c:175
11962 msgid "use stateless RPC protocol"
11963 msgstr ""
11964
11965 #: builtin/send-pack.c:176
11966 msgid "read refs from stdin"
11967 msgstr ""
11968
11969 #: builtin/send-pack.c:177
11970 msgid "print status from remote helper"
11971 msgstr ""
11972
11973 #: builtin/shortlog.c:13
11974 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11975 msgstr ""
11976
11977 #: builtin/shortlog.c:248
11978 msgid "Group by committer rather than author"
11979 msgstr ""
11980
11981 #: builtin/shortlog.c:250
11982 msgid "sort output according to the number of commits per author"
11983 msgstr ""
11984
11985 #: builtin/shortlog.c:252
11986 msgid "Suppress commit descriptions, only provides commit count"
11987 msgstr ""
11988
11989 #: builtin/shortlog.c:254
11990 msgid "Show the email address of each author"
11991 msgstr ""
11992
11993 #: builtin/shortlog.c:255
11994 msgid "w[,i1[,i2]]"
11995 msgstr ""
11996
11997 #: builtin/shortlog.c:256
11998 msgid "Linewrap output"
11999 msgstr ""
12000
12001 #: builtin/show-branch.c:10
12002 msgid ""
12003 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12004 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12005 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12006 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12007 msgstr ""
12008
12009 #: builtin/show-branch.c:14
12010 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12011 msgstr ""
12012
12013 #: builtin/show-branch.c:374
12014 #, c-format
12015 msgid "ignoring %s; cannot handle more than %d ref"
12016 msgid_plural "ignoring %s; cannot handle more than %d refs"
12017 msgstr[0] ""
12018 msgstr[1] ""
12019
12020 #: builtin/show-branch.c:536
12021 #, c-format
12022 msgid "no matching refs with %s"
12023 msgstr ""
12024
12025 #: builtin/show-branch.c:632
12026 msgid "show remote-tracking and local branches"
12027 msgstr ""
12028
12029 #: builtin/show-branch.c:634
12030 msgid "show remote-tracking branches"
12031 msgstr ""
12032
12033 #: builtin/show-branch.c:636
12034 msgid "color '*!+-' corresponding to the branch"
12035 msgstr ""
12036
12037 #: builtin/show-branch.c:638
12038 msgid "show <n> more commits after the common ancestor"
12039 msgstr ""
12040
12041 #: builtin/show-branch.c:640
12042 msgid "synonym to more=-1"
12043 msgstr ""
12044
12045 #: builtin/show-branch.c:641
12046 msgid "suppress naming strings"
12047 msgstr ""
12048
12049 #: builtin/show-branch.c:643
12050 msgid "include the current branch"
12051 msgstr ""
12052
12053 #: builtin/show-branch.c:645
12054 msgid "name commits with their object names"
12055 msgstr ""
12056
12057 #: builtin/show-branch.c:647
12058 msgid "show possible merge bases"
12059 msgstr ""
12060
12061 #: builtin/show-branch.c:649
12062 msgid "show refs unreachable from any other ref"
12063 msgstr ""
12064
12065 #: builtin/show-branch.c:651
12066 msgid "show commits in topological order"
12067 msgstr ""
12068
12069 #: builtin/show-branch.c:654
12070 msgid "show only commits not on the first branch"
12071 msgstr ""
12072
12073 #: builtin/show-branch.c:656
12074 msgid "show merges reachable from only one tip"
12075 msgstr ""
12076
12077 #: builtin/show-branch.c:658
12078 msgid "topologically sort, maintaining date order where possible"
12079 msgstr ""
12080
12081 #: builtin/show-branch.c:661
12082 msgid "<n>[,<base>]"
12083 msgstr ""
12084
12085 #: builtin/show-branch.c:662
12086 msgid "show <n> most recent ref-log entries starting at base"
12087 msgstr ""
12088
12089 #: builtin/show-branch.c:696
12090 msgid ""
12091 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12092 msgstr ""
12093
12094 #: builtin/show-branch.c:720
12095 msgid "no branches given, and HEAD is not valid"
12096 msgstr ""
12097
12098 #: builtin/show-branch.c:723
12099 msgid "--reflog option needs one branch name"
12100 msgstr ""
12101
12102 #: builtin/show-branch.c:726
12103 #, c-format
12104 msgid "only %d entry can be shown at one time."
12105 msgid_plural "only %d entries can be shown at one time."
12106 msgstr[0] ""
12107 msgstr[1] ""
12108
12109 #: builtin/show-branch.c:730
12110 #, c-format
12111 msgid "no such ref %s"
12112 msgstr ""
12113
12114 #: builtin/show-branch.c:814
12115 #, c-format
12116 msgid "cannot handle more than %d rev."
12117 msgid_plural "cannot handle more than %d revs."
12118 msgstr[0] ""
12119 msgstr[1] ""
12120
12121 #: builtin/show-branch.c:818
12122 #, c-format
12123 msgid "'%s' is not a valid ref."
12124 msgstr ""
12125
12126 #: builtin/show-branch.c:821
12127 #, c-format
12128 msgid "cannot find commit %s (%s)"
12129 msgstr ""
12130
12131 #: builtin/show-ref.c:10
12132 msgid ""
12133 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12134 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12135 msgstr ""
12136
12137 #: builtin/show-ref.c:11
12138 msgid "git show-ref --exclude-existing[=<pattern>]"
12139 msgstr ""
12140
12141 #: builtin/show-ref.c:159
12142 msgid "only show tags (can be combined with heads)"
12143 msgstr ""
12144
12145 #: builtin/show-ref.c:160
12146 msgid "only show heads (can be combined with tags)"
12147 msgstr ""
12148
12149 #: builtin/show-ref.c:161
12150 msgid "stricter reference checking, requires exact ref path"
12151 msgstr ""
12152
12153 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12154 msgid "show the HEAD reference, even if it would be filtered out"
12155 msgstr ""
12156
12157 #: builtin/show-ref.c:168
12158 msgid "dereference tags into object IDs"
12159 msgstr ""
12160
12161 #: builtin/show-ref.c:170
12162 msgid "only show SHA1 hash using <n> digits"
12163 msgstr ""
12164
12165 #: builtin/show-ref.c:174
12166 msgid "do not print results to stdout (useful with --verify)"
12167 msgstr ""
12168
12169 #: builtin/show-ref.c:176
12170 msgid "show refs from stdin that aren't in local repository"
12171 msgstr ""
12172
12173 #: builtin/stripspace.c:17
12174 msgid "git stripspace [-s | --strip-comments]"
12175 msgstr ""
12176
12177 #: builtin/stripspace.c:18
12178 msgid "git stripspace [-c | --comment-lines]"
12179 msgstr ""
12180
12181 #: builtin/stripspace.c:35
12182 msgid "skip and remove all lines starting with comment character"
12183 msgstr ""
12184
12185 #: builtin/stripspace.c:38
12186 msgid "prepend comment character and space to each line"
12187 msgstr ""
12188
12189 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1075
12190 #, c-format
12191 msgid "No such ref: %s"
12192 msgstr ""
12193
12194 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1084
12195 #, c-format
12196 msgid "Expecting a full ref name, got %s"
12197 msgstr ""
12198
12199 #: builtin/submodule--helper.c:71
12200 #, c-format
12201 msgid "cannot strip one component off url '%s'"
12202 msgstr ""
12203
12204 #: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12205 msgid "alternative anchor for relative paths"
12206 msgstr ""
12207
12208 #: builtin/submodule--helper.c:310
12209 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12210 msgstr ""
12211
12212 #: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12213 #, c-format
12214 msgid "No url found for submodule path '%s' in .gitmodules"
12215 msgstr ""
12216
12217 #: builtin/submodule--helper.c:395
12218 #, c-format
12219 msgid ""
12220 "could not lookup configuration '%s'. Assuming this repository is its own "
12221 "authoritative upstream."
12222 msgstr ""
12223
12224 #: builtin/submodule--helper.c:406
12225 #, c-format
12226 msgid "Failed to register url for submodule path '%s'"
12227 msgstr ""
12228
12229 #: builtin/submodule--helper.c:410
12230 #, c-format
12231 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12232 msgstr ""
12233
12234 #: builtin/submodule--helper.c:420
12235 #, c-format
12236 msgid "warning: command update mode suggested for submodule '%s'\n"
12237 msgstr ""
12238
12239 #: builtin/submodule--helper.c:427
12240 #, c-format
12241 msgid "Failed to register update mode for submodule path '%s'"
12242 msgstr ""
12243
12244 #: builtin/submodule--helper.c:443
12245 msgid "Suppress output for initializing a submodule"
12246 msgstr ""
12247
12248 #: builtin/submodule--helper.c:448
12249 msgid "git submodule--helper init [<path>]"
12250 msgstr ""
12251
12252 #: builtin/submodule--helper.c:476
12253 msgid "git submodule--helper name <path>"
12254 msgstr ""
12255
12256 #: builtin/submodule--helper.c:482
12257 #, c-format
12258 msgid "no submodule mapping found in .gitmodules for path '%s'"
12259 msgstr ""
12260
12261 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12262 #, c-format
12263 msgid "submodule '%s' cannot add alternate: %s"
12264 msgstr ""
12265
12266 #: builtin/submodule--helper.c:604
12267 #, c-format
12268 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12269 msgstr ""
12270
12271 #: builtin/submodule--helper.c:611
12272 #, c-format
12273 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12274 msgstr ""
12275
12276 #: builtin/submodule--helper.c:633
12277 msgid "where the new submodule will be cloned to"
12278 msgstr ""
12279
12280 #: builtin/submodule--helper.c:636
12281 msgid "name of the new submodule"
12282 msgstr ""
12283
12284 #: builtin/submodule--helper.c:639
12285 msgid "url where to clone the submodule from"
12286 msgstr ""
12287
12288 #: builtin/submodule--helper.c:645
12289 msgid "depth for shallow clones"
12290 msgstr ""
12291
12292 #: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12293 msgid "force cloning progress"
12294 msgstr ""
12295
12296 #: builtin/submodule--helper.c:653
12297 msgid ""
12298 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12299 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12300 msgstr ""
12301
12302 #: builtin/submodule--helper.c:684
12303 #, c-format
12304 msgid "clone of '%s' into submodule path '%s' failed"
12305 msgstr ""
12306
12307 #: builtin/submodule--helper.c:699
12308 #, c-format
12309 msgid "could not get submodule directory for '%s'"
12310 msgstr ""
12311
12312 #: builtin/submodule--helper.c:764
12313 #, c-format
12314 msgid "Submodule path '%s' not initialized"
12315 msgstr ""
12316
12317 #: builtin/submodule--helper.c:768
12318 msgid "Maybe you want to use 'update --init'?"
12319 msgstr ""
12320
12321 #: builtin/submodule--helper.c:793
12322 #, c-format
12323 msgid "Skipping unmerged submodule %s"
12324 msgstr ""
12325
12326 #: builtin/submodule--helper.c:814
12327 #, c-format
12328 msgid "Skipping submodule '%s'"
12329 msgstr ""
12330
12331 #: builtin/submodule--helper.c:942
12332 #, c-format
12333 msgid "Failed to clone '%s'. Retry scheduled"
12334 msgstr ""
12335
12336 #: builtin/submodule--helper.c:953
12337 #, c-format
12338 msgid "Failed to clone '%s' a second time, aborting"
12339 msgstr ""
12340
12341 #: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12342 msgid "path into the working tree"
12343 msgstr ""
12344
12345 #: builtin/submodule--helper.c:977
12346 msgid "path into the working tree, across nested submodule boundaries"
12347 msgstr ""
12348
12349 #: builtin/submodule--helper.c:981
12350 msgid "rebase, merge, checkout or none"
12351 msgstr ""
12352
12353 #: builtin/submodule--helper.c:985
12354 msgid "Create a shallow clone truncated to the specified number of revisions"
12355 msgstr ""
12356
12357 #: builtin/submodule--helper.c:988
12358 msgid "parallel jobs"
12359 msgstr ""
12360
12361 #: builtin/submodule--helper.c:990
12362 msgid "whether the initial clone should follow the shallow recommendation"
12363 msgstr ""
12364
12365 #: builtin/submodule--helper.c:991
12366 msgid "don't print cloning progress"
12367 msgstr ""
12368
12369 #: builtin/submodule--helper.c:998
12370 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12371 msgstr ""
12372
12373 #: builtin/submodule--helper.c:1008
12374 msgid "bad value for update parameter"
12375 msgstr ""
12376
12377 #: builtin/submodule--helper.c:1079
12378 #, c-format
12379 msgid ""
12380 "Submodule (%s) branch configured to inherit branch from superproject, but "
12381 "the superproject is not on any branch"
12382 msgstr ""
12383
12384 #: builtin/submodule--helper.c:1163
12385 msgid "recurse into submodules"
12386 msgstr ""
12387
12388 #: builtin/submodule--helper.c:1169
12389 msgid "git submodule--helper embed-git-dir [<path>...]"
12390 msgstr ""
12391
12392 #: builtin/submodule--helper.c:1226
12393 msgid "submodule--helper subcommand must be called with a subcommand"
12394 msgstr ""
12395
12396 #: builtin/submodule--helper.c:1233
12397 #, c-format
12398 msgid "%s doesn't support --super-prefix"
12399 msgstr ""
12400
12401 #: builtin/submodule--helper.c:1239
12402 #, c-format
12403 msgid "'%s' is not a valid submodule--helper subcommand"
12404 msgstr ""
12405
12406 #: builtin/symbolic-ref.c:7
12407 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12408 msgstr ""
12409
12410 #: builtin/symbolic-ref.c:8
12411 msgid "git symbolic-ref -d [-q] <name>"
12412 msgstr ""
12413
12414 #: builtin/symbolic-ref.c:40
12415 msgid "suppress error message for non-symbolic (detached) refs"
12416 msgstr ""
12417
12418 #: builtin/symbolic-ref.c:41
12419 msgid "delete symbolic ref"
12420 msgstr ""
12421
12422 #: builtin/symbolic-ref.c:42
12423 msgid "shorten ref output"
12424 msgstr ""
12425
12426 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12427 msgid "reason"
12428 msgstr ""
12429
12430 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12431 msgid "reason of the update"
12432 msgstr ""
12433
12434 #: builtin/tag.c:23
12435 msgid ""
12436 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12437 "[<head>]"
12438 msgstr ""
12439
12440 #: builtin/tag.c:24
12441 msgid "git tag -d <tagname>..."
12442 msgstr ""
12443
12444 #: builtin/tag.c:25
12445 msgid ""
12446 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12447 "points-at <object>]\n"
12448 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12449 msgstr ""
12450
12451 #: builtin/tag.c:27
12452 msgid "git tag -v [--format=<format>] <tagname>..."
12453 msgstr ""
12454
12455 #: builtin/tag.c:83
12456 #, c-format
12457 msgid "tag '%s' not found."
12458 msgstr ""
12459
12460 #: builtin/tag.c:99
12461 #, c-format
12462 msgid "Deleted tag '%s' (was %s)\n"
12463 msgstr ""
12464
12465 #: builtin/tag.c:128
12466 #, c-format
12467 msgid ""
12468 "\n"
12469 "Write a message for tag:\n"
12470 "  %s\n"
12471 "Lines starting with '%c' will be ignored.\n"
12472 msgstr ""
12473
12474 #: builtin/tag.c:132
12475 #, c-format
12476 msgid ""
12477 "\n"
12478 "Write a message for tag:\n"
12479 "  %s\n"
12480 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12481 "want to.\n"
12482 msgstr ""
12483
12484 #: builtin/tag.c:210
12485 msgid "unable to sign the tag"
12486 msgstr ""
12487
12488 #: builtin/tag.c:212
12489 msgid "unable to write tag file"
12490 msgstr ""
12491
12492 #: builtin/tag.c:236
12493 msgid "bad object type."
12494 msgstr ""
12495
12496 #: builtin/tag.c:282
12497 msgid "no tag message?"
12498 msgstr ""
12499
12500 #: builtin/tag.c:289
12501 #, c-format
12502 msgid "The tag message has been left in %s\n"
12503 msgstr ""
12504
12505 #: builtin/tag.c:397
12506 msgid "list tag names"
12507 msgstr ""
12508
12509 #: builtin/tag.c:399
12510 msgid "print <n> lines of each tag message"
12511 msgstr ""
12512
12513 #: builtin/tag.c:401
12514 msgid "delete tags"
12515 msgstr ""
12516
12517 #: builtin/tag.c:402
12518 msgid "verify tags"
12519 msgstr ""
12520
12521 #: builtin/tag.c:404
12522 msgid "Tag creation options"
12523 msgstr ""
12524
12525 #: builtin/tag.c:406
12526 msgid "annotated tag, needs a message"
12527 msgstr ""
12528
12529 #: builtin/tag.c:408
12530 msgid "tag message"
12531 msgstr ""
12532
12533 #: builtin/tag.c:410
12534 msgid "annotated and GPG-signed tag"
12535 msgstr ""
12536
12537 #: builtin/tag.c:414
12538 msgid "use another key to sign the tag"
12539 msgstr ""
12540
12541 #: builtin/tag.c:415
12542 msgid "replace the tag if exists"
12543 msgstr ""
12544
12545 #: builtin/tag.c:416 builtin/update-ref.c:368
12546 msgid "create a reflog"
12547 msgstr ""
12548
12549 #: builtin/tag.c:418
12550 msgid "Tag listing options"
12551 msgstr ""
12552
12553 #: builtin/tag.c:419
12554 msgid "show tag list in columns"
12555 msgstr ""
12556
12557 #: builtin/tag.c:420 builtin/tag.c:422
12558 msgid "print only tags that contain the commit"
12559 msgstr ""
12560
12561 #: builtin/tag.c:421 builtin/tag.c:423
12562 msgid "print only tags that don't contain the commit"
12563 msgstr ""
12564
12565 #: builtin/tag.c:424
12566 msgid "print only tags that are merged"
12567 msgstr ""
12568
12569 #: builtin/tag.c:425
12570 msgid "print only tags that are not merged"
12571 msgstr ""
12572
12573 #: builtin/tag.c:430
12574 msgid "print only tags of the object"
12575 msgstr ""
12576
12577 #: builtin/tag.c:469
12578 msgid "--column and -n are incompatible"
12579 msgstr ""
12580
12581 #: builtin/tag.c:491
12582 msgid "-n option is only allowed in list mode"
12583 msgstr ""
12584
12585 #: builtin/tag.c:493
12586 msgid "--contains option is only allowed in list mode"
12587 msgstr ""
12588
12589 #: builtin/tag.c:495
12590 msgid "--no-contains option is only allowed in list mode"
12591 msgstr ""
12592
12593 #: builtin/tag.c:497
12594 msgid "--points-at option is only allowed in list mode"
12595 msgstr ""
12596
12597 #: builtin/tag.c:499
12598 msgid "--merged and --no-merged options are only allowed in list mode"
12599 msgstr ""
12600
12601 #: builtin/tag.c:510
12602 msgid "only one -F or -m option is allowed."
12603 msgstr ""
12604
12605 #: builtin/tag.c:529
12606 msgid "too many params"
12607 msgstr ""
12608
12609 #: builtin/tag.c:535
12610 #, c-format
12611 msgid "'%s' is not a valid tag name."
12612 msgstr ""
12613
12614 #: builtin/tag.c:540
12615 #, c-format
12616 msgid "tag '%s' already exists"
12617 msgstr ""
12618
12619 #: builtin/tag.c:570
12620 #, c-format
12621 msgid "Updated tag '%s' (was %s)\n"
12622 msgstr ""
12623
12624 #: builtin/unpack-objects.c:493
12625 msgid "Unpacking objects"
12626 msgstr ""
12627
12628 #: builtin/update-index.c:79
12629 #, c-format
12630 msgid "failed to create directory %s"
12631 msgstr ""
12632
12633 #: builtin/update-index.c:85
12634 #, c-format
12635 msgid "failed to stat %s"
12636 msgstr ""
12637
12638 #: builtin/update-index.c:95
12639 #, c-format
12640 msgid "failed to create file %s"
12641 msgstr ""
12642
12643 #: builtin/update-index.c:103
12644 #, c-format
12645 msgid "failed to delete file %s"
12646 msgstr ""
12647
12648 #: builtin/update-index.c:110 builtin/update-index.c:216
12649 #, c-format
12650 msgid "failed to delete directory %s"
12651 msgstr ""
12652
12653 #: builtin/update-index.c:135
12654 #, c-format
12655 msgid "Testing mtime in '%s' "
12656 msgstr ""
12657
12658 #: builtin/update-index.c:149
12659 msgid "directory stat info does not change after adding a new file"
12660 msgstr ""
12661
12662 #: builtin/update-index.c:162
12663 msgid "directory stat info does not change after adding a new directory"
12664 msgstr ""
12665
12666 #: builtin/update-index.c:175
12667 msgid "directory stat info changes after updating a file"
12668 msgstr ""
12669
12670 #: builtin/update-index.c:186
12671 msgid "directory stat info changes after adding a file inside subdirectory"
12672 msgstr ""
12673
12674 #: builtin/update-index.c:197
12675 msgid "directory stat info does not change after deleting a file"
12676 msgstr ""
12677
12678 #: builtin/update-index.c:210
12679 msgid "directory stat info does not change after deleting a directory"
12680 msgstr ""
12681
12682 #: builtin/update-index.c:217
12683 msgid " OK"
12684 msgstr ""
12685
12686 #: builtin/update-index.c:568
12687 msgid "git update-index [<options>] [--] [<file>...]"
12688 msgstr ""
12689
12690 #: builtin/update-index.c:923
12691 msgid "continue refresh even when index needs update"
12692 msgstr ""
12693
12694 #: builtin/update-index.c:926
12695 msgid "refresh: ignore submodules"
12696 msgstr ""
12697
12698 #: builtin/update-index.c:929
12699 msgid "do not ignore new files"
12700 msgstr ""
12701
12702 #: builtin/update-index.c:931
12703 msgid "let files replace directories and vice-versa"
12704 msgstr ""
12705
12706 #: builtin/update-index.c:933
12707 msgid "notice files missing from worktree"
12708 msgstr ""
12709
12710 #: builtin/update-index.c:935
12711 msgid "refresh even if index contains unmerged entries"
12712 msgstr ""
12713
12714 #: builtin/update-index.c:938
12715 msgid "refresh stat information"
12716 msgstr ""
12717
12718 #: builtin/update-index.c:942
12719 msgid "like --refresh, but ignore assume-unchanged setting"
12720 msgstr ""
12721
12722 #: builtin/update-index.c:946
12723 msgid "<mode>,<object>,<path>"
12724 msgstr ""
12725
12726 #: builtin/update-index.c:947
12727 msgid "add the specified entry to the index"
12728 msgstr ""
12729
12730 #: builtin/update-index.c:956
12731 msgid "mark files as \"not changing\""
12732 msgstr ""
12733
12734 #: builtin/update-index.c:959
12735 msgid "clear assumed-unchanged bit"
12736 msgstr ""
12737
12738 #: builtin/update-index.c:962
12739 msgid "mark files as \"index-only\""
12740 msgstr ""
12741
12742 #: builtin/update-index.c:965
12743 msgid "clear skip-worktree bit"
12744 msgstr ""
12745
12746 #: builtin/update-index.c:968
12747 msgid "add to index only; do not add content to object database"
12748 msgstr ""
12749
12750 #: builtin/update-index.c:970
12751 msgid "remove named paths even if present in worktree"
12752 msgstr ""
12753
12754 #: builtin/update-index.c:972
12755 msgid "with --stdin: input lines are terminated by null bytes"
12756 msgstr ""
12757
12758 #: builtin/update-index.c:974
12759 msgid "read list of paths to be updated from standard input"
12760 msgstr ""
12761
12762 #: builtin/update-index.c:978
12763 msgid "add entries from standard input to the index"
12764 msgstr ""
12765
12766 #: builtin/update-index.c:982
12767 msgid "repopulate stages #2 and #3 for the listed paths"
12768 msgstr ""
12769
12770 #: builtin/update-index.c:986
12771 msgid "only update entries that differ from HEAD"
12772 msgstr ""
12773
12774 #: builtin/update-index.c:990
12775 msgid "ignore files missing from worktree"
12776 msgstr ""
12777
12778 #: builtin/update-index.c:993
12779 msgid "report actions to standard output"
12780 msgstr ""
12781
12782 #: builtin/update-index.c:995
12783 msgid "(for porcelains) forget saved unresolved conflicts"
12784 msgstr ""
12785
12786 #: builtin/update-index.c:999
12787 msgid "write index in this format"
12788 msgstr ""
12789
12790 #: builtin/update-index.c:1001
12791 msgid "enable or disable split index"
12792 msgstr ""
12793
12794 #: builtin/update-index.c:1003
12795 msgid "enable/disable untracked cache"
12796 msgstr ""
12797
12798 #: builtin/update-index.c:1005
12799 msgid "test if the filesystem supports untracked cache"
12800 msgstr ""
12801
12802 #: builtin/update-index.c:1007
12803 msgid "enable untracked cache without testing the filesystem"
12804 msgstr ""
12805
12806 #: builtin/update-index.c:1107
12807 msgid ""
12808 "core.splitIndex is set to false; remove or change it, if you really want to "
12809 "enable split index"
12810 msgstr ""
12811
12812 #: builtin/update-index.c:1116
12813 msgid ""
12814 "core.splitIndex is set to true; remove or change it, if you really want to "
12815 "disable split index"
12816 msgstr ""
12817
12818 #: builtin/update-index.c:1127
12819 msgid ""
12820 "core.untrackedCache is set to true; remove or change it, if you really want "
12821 "to disable the untracked cache"
12822 msgstr ""
12823
12824 #: builtin/update-index.c:1131
12825 msgid "Untracked cache disabled"
12826 msgstr ""
12827
12828 #: builtin/update-index.c:1139
12829 msgid ""
12830 "core.untrackedCache is set to false; remove or change it, if you really want "
12831 "to enable the untracked cache"
12832 msgstr ""
12833
12834 #: builtin/update-index.c:1143
12835 #, c-format
12836 msgid "Untracked cache enabled for '%s'"
12837 msgstr ""
12838
12839 #: builtin/update-ref.c:9
12840 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12841 msgstr ""
12842
12843 #: builtin/update-ref.c:10
12844 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12845 msgstr ""
12846
12847 #: builtin/update-ref.c:11
12848 msgid "git update-ref [<options>] --stdin [-z]"
12849 msgstr ""
12850
12851 #: builtin/update-ref.c:363
12852 msgid "delete the reference"
12853 msgstr ""
12854
12855 #: builtin/update-ref.c:365
12856 msgid "update <refname> not the one it points to"
12857 msgstr ""
12858
12859 #: builtin/update-ref.c:366
12860 msgid "stdin has NUL-terminated arguments"
12861 msgstr ""
12862
12863 #: builtin/update-ref.c:367
12864 msgid "read updates from stdin"
12865 msgstr ""
12866
12867 #: builtin/update-server-info.c:6
12868 msgid "git update-server-info [--force]"
12869 msgstr ""
12870
12871 #: builtin/update-server-info.c:14
12872 msgid "update the info files from scratch"
12873 msgstr ""
12874
12875 #: builtin/verify-commit.c:17
12876 msgid "git verify-commit [-v | --verbose] <commit>..."
12877 msgstr ""
12878
12879 #: builtin/verify-commit.c:72
12880 msgid "print commit contents"
12881 msgstr ""
12882
12883 #: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12884 msgid "print raw gpg status output"
12885 msgstr ""
12886
12887 #: builtin/verify-pack.c:54
12888 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12889 msgstr ""
12890
12891 #: builtin/verify-pack.c:64
12892 msgid "verbose"
12893 msgstr ""
12894
12895 #: builtin/verify-pack.c:66
12896 msgid "show statistics only"
12897 msgstr ""
12898
12899 #: builtin/verify-tag.c:18
12900 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12901 msgstr ""
12902
12903 #: builtin/verify-tag.c:36
12904 msgid "print tag contents"
12905 msgstr ""
12906
12907 #: builtin/worktree.c:15
12908 msgid "git worktree add [<options>] <path> [<branch>]"
12909 msgstr ""
12910
12911 #: builtin/worktree.c:16
12912 msgid "git worktree list [<options>]"
12913 msgstr ""
12914
12915 #: builtin/worktree.c:17
12916 msgid "git worktree lock [<options>] <path>"
12917 msgstr ""
12918
12919 #: builtin/worktree.c:18
12920 msgid "git worktree prune [<options>]"
12921 msgstr ""
12922
12923 #: builtin/worktree.c:19
12924 msgid "git worktree unlock <path>"
12925 msgstr ""
12926
12927 #: builtin/worktree.c:43
12928 #, c-format
12929 msgid "Removing worktrees/%s: not a valid directory"
12930 msgstr ""
12931
12932 #: builtin/worktree.c:49
12933 #, c-format
12934 msgid "Removing worktrees/%s: gitdir file does not exist"
12935 msgstr ""
12936
12937 #: builtin/worktree.c:54
12938 #, c-format
12939 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12940 msgstr ""
12941
12942 #: builtin/worktree.c:65
12943 #, c-format
12944 msgid "Removing worktrees/%s: invalid gitdir file"
12945 msgstr ""
12946
12947 #: builtin/worktree.c:81
12948 #, c-format
12949 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12950 msgstr ""
12951
12952 #: builtin/worktree.c:128
12953 msgid "report pruned working trees"
12954 msgstr ""
12955
12956 #: builtin/worktree.c:130
12957 msgid "expire working trees older than <time>"
12958 msgstr ""
12959
12960 #: builtin/worktree.c:204
12961 #, c-format
12962 msgid "'%s' already exists"
12963 msgstr ""
12964
12965 #: builtin/worktree.c:235
12966 #, c-format
12967 msgid "could not create directory of '%s'"
12968 msgstr ""
12969
12970 #: builtin/worktree.c:274
12971 #, c-format
12972 msgid "Preparing %s (identifier %s)"
12973 msgstr ""
12974
12975 #: builtin/worktree.c:328
12976 msgid "checkout <branch> even if already checked out in other worktree"
12977 msgstr ""
12978
12979 #: builtin/worktree.c:330
12980 msgid "create a new branch"
12981 msgstr ""
12982
12983 #: builtin/worktree.c:332
12984 msgid "create or reset a branch"
12985 msgstr ""
12986
12987 #: builtin/worktree.c:334
12988 msgid "populate the new working tree"
12989 msgstr ""
12990
12991 #: builtin/worktree.c:335
12992 msgid "keep the new working tree locked"
12993 msgstr ""
12994
12995 #: builtin/worktree.c:343
12996 msgid "-b, -B, and --detach are mutually exclusive"
12997 msgstr ""
12998
12999 #: builtin/worktree.c:478
13000 msgid "reason for locking"
13001 msgstr ""
13002
13003 #: builtin/worktree.c:490 builtin/worktree.c:523
13004 #, c-format
13005 msgid "'%s' is not a working tree"
13006 msgstr ""
13007
13008 #: builtin/worktree.c:492 builtin/worktree.c:525
13009 msgid "The main working tree cannot be locked or unlocked"
13010 msgstr ""
13011
13012 #: builtin/worktree.c:497
13013 #, c-format
13014 msgid "'%s' is already locked, reason: %s"
13015 msgstr ""
13016
13017 #: builtin/worktree.c:499
13018 #, c-format
13019 msgid "'%s' is already locked"
13020 msgstr ""
13021
13022 #: builtin/worktree.c:527
13023 #, c-format
13024 msgid "'%s' is not locked"
13025 msgstr ""
13026
13027 #: builtin/write-tree.c:13
13028 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13029 msgstr ""
13030
13031 #: builtin/write-tree.c:26
13032 msgid "<prefix>/"
13033 msgstr ""
13034
13035 #: builtin/write-tree.c:27
13036 msgid "write tree object for a subdirectory <prefix>"
13037 msgstr ""
13038
13039 #: builtin/write-tree.c:30
13040 msgid "only useful for debugging"
13041 msgstr ""
13042
13043 #: upload-pack.c:22
13044 msgid "git upload-pack [<options>] <dir>"
13045 msgstr ""
13046
13047 #: upload-pack.c:1040
13048 msgid "quit after a single request/response exchange"
13049 msgstr ""
13050
13051 #: upload-pack.c:1042
13052 msgid "exit immediately after initial ref advertisement"
13053 msgstr ""
13054
13055 #: upload-pack.c:1044
13056 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13057 msgstr ""
13058
13059 #: upload-pack.c:1046
13060 msgid "interrupt transfer after <n> seconds of inactivity"
13061 msgstr ""
13062
13063 #: credential-cache--daemon.c:223
13064 #, c-format
13065 msgid ""
13066 "The permissions on your socket directory are too loose; other\n"
13067 "users may be able to read your cached credentials. Consider running:\n"
13068 "\n"
13069 "\tchmod 0700 %s"
13070 msgstr ""
13071
13072 #: credential-cache--daemon.c:271
13073 msgid "print debugging messages to stderr"
13074 msgstr ""
13075
13076 #: git.c:14
13077 msgid ""
13078 "'git help -a' and 'git help -g' list available subcommands and some\n"
13079 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13080 "to read about a specific subcommand or concept."
13081 msgstr ""
13082
13083 #: http.c:336
13084 #, c-format
13085 msgid "negative value for http.postbuffer; defaulting to %d"
13086 msgstr ""
13087
13088 #: http.c:357
13089 msgid "Delegation control is not supported with cURL < 7.22.0"
13090 msgstr ""
13091
13092 #: http.c:366
13093 msgid "Public key pinning not supported with cURL < 7.44.0"
13094 msgstr ""
13095
13096 #: http.c:1766
13097 #, c-format
13098 msgid ""
13099 "unable to update url base from redirection:\n"
13100 "  asked for: %s\n"
13101 "   redirect: %s"
13102 msgstr ""
13103
13104 #: remote-curl.c:323
13105 #, c-format
13106 msgid "redirecting to %s"
13107 msgstr ""
13108
13109 #: common-cmds.h:9
13110 msgid "start a working area (see also: git help tutorial)"
13111 msgstr ""
13112
13113 #: common-cmds.h:10
13114 msgid "work on the current change (see also: git help everyday)"
13115 msgstr ""
13116
13117 #: common-cmds.h:11
13118 msgid "examine the history and state (see also: git help revisions)"
13119 msgstr ""
13120
13121 #: common-cmds.h:12
13122 msgid "grow, mark and tweak your common history"
13123 msgstr ""
13124
13125 #: common-cmds.h:13
13126 msgid "collaborate (see also: git help workflows)"
13127 msgstr ""
13128
13129 #: common-cmds.h:17
13130 msgid "Add file contents to the index"
13131 msgstr ""
13132
13133 #: common-cmds.h:18
13134 msgid "Use binary search to find the commit that introduced a bug"
13135 msgstr ""
13136
13137 #: common-cmds.h:19
13138 msgid "List, create, or delete branches"
13139 msgstr ""
13140
13141 #: common-cmds.h:20
13142 msgid "Switch branches or restore working tree files"
13143 msgstr ""
13144
13145 #: common-cmds.h:21
13146 msgid "Clone a repository into a new directory"
13147 msgstr ""
13148
13149 #: common-cmds.h:22
13150 msgid "Record changes to the repository"
13151 msgstr ""
13152
13153 #: common-cmds.h:23
13154 msgid "Show changes between commits, commit and working tree, etc"
13155 msgstr ""
13156
13157 #: common-cmds.h:24
13158 msgid "Download objects and refs from another repository"
13159 msgstr ""
13160
13161 #: common-cmds.h:25
13162 msgid "Print lines matching a pattern"
13163 msgstr ""
13164
13165 #: common-cmds.h:26
13166 msgid "Create an empty Git repository or reinitialize an existing one"
13167 msgstr ""
13168
13169 #: common-cmds.h:27
13170 msgid "Show commit logs"
13171 msgstr ""
13172
13173 #: common-cmds.h:28
13174 msgid "Join two or more development histories together"
13175 msgstr ""
13176
13177 #: common-cmds.h:29
13178 msgid "Move or rename a file, a directory, or a symlink"
13179 msgstr ""
13180
13181 #: common-cmds.h:30
13182 msgid "Fetch from and integrate with another repository or a local branch"
13183 msgstr ""
13184
13185 #: common-cmds.h:31
13186 msgid "Update remote refs along with associated objects"
13187 msgstr ""
13188
13189 #: common-cmds.h:32
13190 msgid "Reapply commits on top of another base tip"
13191 msgstr ""
13192
13193 #: common-cmds.h:33
13194 msgid "Reset current HEAD to the specified state"
13195 msgstr ""
13196
13197 #: common-cmds.h:34
13198 msgid "Remove files from the working tree and from the index"
13199 msgstr ""
13200
13201 #: common-cmds.h:35
13202 msgid "Show various types of objects"
13203 msgstr ""
13204
13205 #: common-cmds.h:36
13206 msgid "Show the working tree status"
13207 msgstr ""
13208
13209 #: common-cmds.h:37
13210 msgid "Create, list, delete or verify a tag object signed with GPG"
13211 msgstr ""
13212
13213 #: parse-options.h:145
13214 msgid "expiry-date"
13215 msgstr ""
13216
13217 #: parse-options.h:160
13218 msgid "no-op (backward compatibility)"
13219 msgstr ""
13220
13221 #: parse-options.h:238
13222 msgid "be more verbose"
13223 msgstr ""
13224
13225 #: parse-options.h:240
13226 msgid "be more quiet"
13227 msgstr ""
13228
13229 #: parse-options.h:246
13230 msgid "use <n> digits to display SHA-1s"
13231 msgstr ""
13232
13233 #: rerere.h:40
13234 msgid "update the index with reused conflict resolution if possible"
13235 msgstr ""
13236
13237 #: git-bisect.sh:54
13238 msgid "You need to start by \"git bisect start\""
13239 msgstr ""
13240
13241 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13242 #. translation. The program will only accept English input
13243 #. at this point.
13244 #: git-bisect.sh:60
13245 msgid "Do you want me to do it for you [Y/n]? "
13246 msgstr ""
13247
13248 #: git-bisect.sh:121
13249 #, sh-format
13250 msgid "unrecognised option: '$arg'"
13251 msgstr ""
13252
13253 #: git-bisect.sh:125
13254 #, sh-format
13255 msgid "'$arg' does not appear to be a valid revision"
13256 msgstr ""
13257
13258 #: git-bisect.sh:154
13259 msgid "Bad HEAD - I need a HEAD"
13260 msgstr ""
13261
13262 #: git-bisect.sh:167
13263 #, sh-format
13264 msgid ""
13265 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13266 msgstr ""
13267
13268 #: git-bisect.sh:177
13269 msgid "won't bisect on cg-seek'ed tree"
13270 msgstr ""
13271
13272 #: git-bisect.sh:181
13273 msgid "Bad HEAD - strange symbolic ref"
13274 msgstr ""
13275
13276 #: git-bisect.sh:233
13277 #, sh-format
13278 msgid "Bad bisect_write argument: $state"
13279 msgstr ""
13280
13281 #: git-bisect.sh:262
13282 #, sh-format
13283 msgid "Bad rev input: $arg"
13284 msgstr ""
13285
13286 #: git-bisect.sh:281
13287 #, sh-format
13288 msgid "Bad rev input: $bisected_head"
13289 msgstr ""
13290
13291 #: git-bisect.sh:290
13292 #, sh-format
13293 msgid "Bad rev input: $rev"
13294 msgstr ""
13295
13296 #: git-bisect.sh:299
13297 #, sh-format
13298 msgid "'git bisect $TERM_BAD' can take only one argument."
13299 msgstr ""
13300
13301 #: git-bisect.sh:322
13302 #, sh-format
13303 msgid "Warning: bisecting only with a $TERM_BAD commit."
13304 msgstr ""
13305
13306 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13307 #. translation. The program will only accept English input
13308 #. at this point.
13309 #: git-bisect.sh:328
13310 msgid "Are you sure [Y/n]? "
13311 msgstr ""
13312
13313 #: git-bisect.sh:340
13314 #, sh-format
13315 msgid ""
13316 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13317 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13318 msgstr ""
13319
13320 #: git-bisect.sh:343
13321 #, sh-format
13322 msgid ""
13323 "You need to start by \"git bisect start\".\n"
13324 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13325 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13326 msgstr ""
13327
13328 #: git-bisect.sh:414 git-bisect.sh:546
13329 msgid "We are not bisecting."
13330 msgstr ""
13331
13332 #: git-bisect.sh:421
13333 #, sh-format
13334 msgid "'$invalid' is not a valid commit"
13335 msgstr ""
13336
13337 #: git-bisect.sh:430
13338 #, sh-format
13339 msgid ""
13340 "Could not check out original HEAD '$branch'.\n"
13341 "Try 'git bisect reset <commit>'."
13342 msgstr ""
13343
13344 #: git-bisect.sh:458
13345 msgid "No logfile given"
13346 msgstr ""
13347
13348 #: git-bisect.sh:459
13349 #, sh-format
13350 msgid "cannot read $file for replaying"
13351 msgstr ""
13352
13353 #: git-bisect.sh:480
13354 msgid "?? what are you talking about?"
13355 msgstr ""
13356
13357 #: git-bisect.sh:492
13358 #, sh-format
13359 msgid "running $command"
13360 msgstr ""
13361
13362 #: git-bisect.sh:499
13363 #, sh-format
13364 msgid ""
13365 "bisect run failed:\n"
13366 "exit code $res from '$command' is < 0 or >= 128"
13367 msgstr ""
13368
13369 #: git-bisect.sh:525
13370 msgid "bisect run cannot continue any more"
13371 msgstr ""
13372
13373 #: git-bisect.sh:531
13374 #, sh-format
13375 msgid ""
13376 "bisect run failed:\n"
13377 "'bisect_state $state' exited with error code $res"
13378 msgstr ""
13379
13380 #: git-bisect.sh:538
13381 msgid "bisect run success"
13382 msgstr ""
13383
13384 #: git-bisect.sh:565
13385 msgid "please use two different terms"
13386 msgstr ""
13387
13388 #: git-bisect.sh:575
13389 #, sh-format
13390 msgid "'$term' is not a valid term"
13391 msgstr ""
13392
13393 #: git-bisect.sh:578
13394 #, sh-format
13395 msgid "can't use the builtin command '$term' as a term"
13396 msgstr ""
13397
13398 #: git-bisect.sh:587 git-bisect.sh:593
13399 #, sh-format
13400 msgid "can't change the meaning of term '$term'"
13401 msgstr ""
13402
13403 #: git-bisect.sh:606
13404 #, sh-format
13405 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13406 msgstr ""
13407
13408 #: git-bisect.sh:636
13409 msgid "no terms defined"
13410 msgstr ""
13411
13412 #: git-bisect.sh:653
13413 #, sh-format
13414 msgid ""
13415 "invalid argument $arg for 'git bisect terms'.\n"
13416 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13417 msgstr ""
13418
13419 #: git-merge-octopus.sh:46
13420 msgid ""
13421 "Error: Your local changes to the following files would be overwritten by "
13422 "merge"
13423 msgstr ""
13424
13425 #: git-merge-octopus.sh:61
13426 msgid "Automated merge did not work."
13427 msgstr ""
13428
13429 #: git-merge-octopus.sh:62
13430 msgid "Should not be doing an octopus."
13431 msgstr ""
13432
13433 #: git-merge-octopus.sh:73
13434 #, sh-format
13435 msgid "Unable to find common commit with $pretty_name"
13436 msgstr ""
13437
13438 #: git-merge-octopus.sh:77
13439 #, sh-format
13440 msgid "Already up-to-date with $pretty_name"
13441 msgstr ""
13442
13443 #: git-merge-octopus.sh:89
13444 #, sh-format
13445 msgid "Fast-forwarding to: $pretty_name"
13446 msgstr ""
13447
13448 #: git-merge-octopus.sh:97
13449 #, sh-format
13450 msgid "Trying simple merge with $pretty_name"
13451 msgstr ""
13452
13453 #: git-merge-octopus.sh:102
13454 msgid "Simple merge did not work, trying automatic merge."
13455 msgstr ""
13456
13457 #: git-rebase.sh:58
13458 msgid ""
13459 "When you have resolved this problem, run \"git rebase --continue\".\n"
13460 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13461 "To check out the original branch and stop rebasing, run \"git rebase --abort"
13462 "\"."
13463 msgstr ""
13464
13465 #: git-rebase.sh:158 git-rebase.sh:397
13466 #, sh-format
13467 msgid "Could not move back to $head_name"
13468 msgstr ""
13469
13470 #: git-rebase.sh:172
13471 #, sh-format
13472 msgid "Cannot store $stash_sha1"
13473 msgstr ""
13474
13475 #: git-rebase.sh:212
13476 msgid "The pre-rebase hook refused to rebase."
13477 msgstr ""
13478
13479 #: git-rebase.sh:217
13480 msgid "It looks like git-am is in progress. Cannot rebase."
13481 msgstr ""
13482
13483 #: git-rebase.sh:358
13484 msgid "No rebase in progress?"
13485 msgstr ""
13486
13487 #: git-rebase.sh:369
13488 msgid "The --edit-todo action can only be used during interactive rebase."
13489 msgstr ""
13490
13491 #: git-rebase.sh:376
13492 msgid "Cannot read HEAD"
13493 msgstr ""
13494
13495 #: git-rebase.sh:379
13496 msgid ""
13497 "You must edit all merge conflicts and then\n"
13498 "mark them as resolved using git add"
13499 msgstr ""
13500
13501 #: git-rebase.sh:419
13502 #, sh-format
13503 msgid ""
13504 "It seems that there is already a $state_dir_base directory, and\n"
13505 "I wonder if you are in the middle of another rebase.  If that is the\n"
13506 "case, please try\n"
13507 "\t$cmd_live_rebase\n"
13508 "If that is not the case, please\n"
13509 "\t$cmd_clear_stale_rebase\n"
13510 "and run me again.  I am stopping in case you still have something\n"
13511 "valuable there."
13512 msgstr ""
13513
13514 #: git-rebase.sh:470
13515 #, sh-format
13516 msgid "invalid upstream $upstream_name"
13517 msgstr ""
13518
13519 #: git-rebase.sh:494
13520 #, sh-format
13521 msgid "$onto_name: there are more than one merge bases"
13522 msgstr ""
13523
13524 #: git-rebase.sh:497 git-rebase.sh:501
13525 #, sh-format
13526 msgid "$onto_name: there is no merge base"
13527 msgstr ""
13528
13529 #: git-rebase.sh:506
13530 #, sh-format
13531 msgid "Does not point to a valid commit: $onto_name"
13532 msgstr ""
13533
13534 #: git-rebase.sh:529
13535 #, sh-format
13536 msgid "fatal: no such branch: $branch_name"
13537 msgstr ""
13538
13539 #: git-rebase.sh:562
13540 msgid "Cannot autostash"
13541 msgstr ""
13542
13543 #: git-rebase.sh:567
13544 #, sh-format
13545 msgid "Created autostash: $stash_abbrev"
13546 msgstr ""
13547
13548 #: git-rebase.sh:571
13549 msgid "Please commit or stash them."
13550 msgstr ""
13551
13552 #: git-rebase.sh:591
13553 #, sh-format
13554 msgid "Current branch $branch_name is up to date."
13555 msgstr ""
13556
13557 #: git-rebase.sh:595
13558 #, sh-format
13559 msgid "Current branch $branch_name is up to date, rebase forced."
13560 msgstr ""
13561
13562 #: git-rebase.sh:606
13563 #, sh-format
13564 msgid "Changes from $mb to $onto:"
13565 msgstr ""
13566
13567 #: git-rebase.sh:615
13568 msgid "First, rewinding head to replay your work on top of it..."
13569 msgstr ""
13570
13571 #: git-rebase.sh:625
13572 #, sh-format
13573 msgid "Fast-forwarded $branch_name to $onto_name."
13574 msgstr ""
13575
13576 #: git-stash.sh:53
13577 msgid "git stash clear with parameters is unimplemented"
13578 msgstr ""
13579
13580 #: git-stash.sh:94
13581 msgid "You do not have the initial commit yet"
13582 msgstr ""
13583
13584 #: git-stash.sh:109
13585 msgid "Cannot save the current index state"
13586 msgstr ""
13587
13588 #: git-stash.sh:124
13589 msgid "Cannot save the untracked files"
13590 msgstr ""
13591
13592 #: git-stash.sh:144 git-stash.sh:157
13593 msgid "Cannot save the current worktree state"
13594 msgstr ""
13595
13596 #: git-stash.sh:161
13597 msgid "No changes selected"
13598 msgstr ""
13599
13600 #: git-stash.sh:164
13601 msgid "Cannot remove temporary index (can't happen)"
13602 msgstr ""
13603
13604 #: git-stash.sh:177
13605 msgid "Cannot record working tree state"
13606 msgstr ""
13607
13608 #: git-stash.sh:209
13609 #, sh-format
13610 msgid "Cannot update $ref_stash with $w_commit"
13611 msgstr ""
13612
13613 #. TRANSLATORS: $option is an invalid option, like
13614 #. `--blah-blah'. The 7 spaces at the beginning of the
13615 #. second line correspond to "error: ". So you should line
13616 #. up the second line with however many characters the
13617 #. translation of "error: " takes in your language. E.g. in
13618 #. English this is:
13619 #.
13620 #. $ git stash save --blah-blah 2>&1 | head -n 2
13621 #. error: unknown option for 'stash save': --blah-blah
13622 #. To provide a message, use git stash save -- '--blah-blah'
13623 #: git-stash.sh:265
13624 #, sh-format
13625 msgid ""
13626 "error: unknown option for 'stash save': $option\n"
13627 "       To provide a message, use git stash save -- '$option'"
13628 msgstr ""
13629
13630 #: git-stash.sh:278
13631 msgid "Can't use --patch and --include-untracked or --all at the same time"
13632 msgstr ""
13633
13634 #: git-stash.sh:286
13635 msgid "No local changes to save"
13636 msgstr ""
13637
13638 #: git-stash.sh:291
13639 msgid "Cannot initialize stash"
13640 msgstr ""
13641
13642 #: git-stash.sh:295
13643 msgid "Cannot save the current status"
13644 msgstr ""
13645
13646 #: git-stash.sh:296
13647 #, sh-format
13648 msgid "Saved working directory and index state $stash_msg"
13649 msgstr ""
13650
13651 #: git-stash.sh:323
13652 msgid "Cannot remove worktree changes"
13653 msgstr ""
13654
13655 #: git-stash.sh:471
13656 #, sh-format
13657 msgid "unknown option: $opt"
13658 msgstr ""
13659
13660 #: git-stash.sh:484
13661 msgid "No stash found."
13662 msgstr ""
13663
13664 #: git-stash.sh:491
13665 #, sh-format
13666 msgid "Too many revisions specified: $REV"
13667 msgstr ""
13668
13669 #: git-stash.sh:506
13670 #, sh-format
13671 msgid "$reference is not a valid reference"
13672 msgstr ""
13673
13674 #: git-stash.sh:534
13675 #, sh-format
13676 msgid "'$args' is not a stash-like commit"
13677 msgstr ""
13678
13679 #: git-stash.sh:545
13680 #, sh-format
13681 msgid "'$args' is not a stash reference"
13682 msgstr ""
13683
13684 #: git-stash.sh:553
13685 msgid "unable to refresh index"
13686 msgstr ""
13687
13688 #: git-stash.sh:557
13689 msgid "Cannot apply a stash in the middle of a merge"
13690 msgstr ""
13691
13692 #: git-stash.sh:565
13693 msgid "Conflicts in index. Try without --index."
13694 msgstr ""
13695
13696 #: git-stash.sh:567
13697 msgid "Could not save index tree"
13698 msgstr ""
13699
13700 #: git-stash.sh:576
13701 msgid "Could not restore untracked files from stash"
13702 msgstr ""
13703
13704 #: git-stash.sh:601
13705 msgid "Cannot unstage modified files"
13706 msgstr ""
13707
13708 #: git-stash.sh:616
13709 msgid "Index was not unstashed."
13710 msgstr ""
13711
13712 #: git-stash.sh:630
13713 msgid "The stash is kept in case you need it again."
13714 msgstr ""
13715
13716 #: git-stash.sh:639
13717 #, sh-format
13718 msgid "Dropped ${REV} ($s)"
13719 msgstr ""
13720
13721 #: git-stash.sh:640
13722 #, sh-format
13723 msgid "${REV}: Could not drop stash entry"
13724 msgstr ""
13725
13726 #: git-stash.sh:648
13727 msgid "No branch name specified"
13728 msgstr ""
13729
13730 #: git-stash.sh:727
13731 msgid "(To restore them type \"git stash apply\")"
13732 msgstr ""
13733
13734 #: git-submodule.sh:181
13735 msgid "Relative path can only be used from the toplevel of the working tree"
13736 msgstr ""
13737
13738 #: git-submodule.sh:191
13739 #, sh-format
13740 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13741 msgstr ""
13742
13743 #: git-submodule.sh:210
13744 #, sh-format
13745 msgid "'$sm_path' already exists in the index"
13746 msgstr ""
13747
13748 #: git-submodule.sh:213
13749 #, sh-format
13750 msgid "'$sm_path' already exists in the index and is not a submodule"
13751 msgstr ""
13752
13753 #: git-submodule.sh:218
13754 #, sh-format
13755 msgid ""
13756 "The following path is ignored by one of your .gitignore files:\n"
13757 "$sm_path\n"
13758 "Use -f if you really want to add it."
13759 msgstr ""
13760
13761 #: git-submodule.sh:236
13762 #, sh-format
13763 msgid "Adding existing repo at '$sm_path' to the index"
13764 msgstr ""
13765
13766 #: git-submodule.sh:238
13767 #, sh-format
13768 msgid "'$sm_path' already exists and is not a valid git repo"
13769 msgstr ""
13770
13771 #: git-submodule.sh:246
13772 #, sh-format
13773 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13774 msgstr ""
13775
13776 #: git-submodule.sh:248
13777 #, sh-format
13778 msgid ""
13779 "If you want to reuse this local git directory instead of cloning again from\n"
13780 "  $realrepo\n"
13781 "use the '--force' option. If the local git directory is not the correct "
13782 "repo\n"
13783 "or you are unsure what this means choose another name with the '--name' "
13784 "option."
13785 msgstr ""
13786
13787 #: git-submodule.sh:254
13788 #, sh-format
13789 msgid "Reactivating local git directory for submodule '$sm_name'."
13790 msgstr ""
13791
13792 #: git-submodule.sh:266
13793 #, sh-format
13794 msgid "Unable to checkout submodule '$sm_path'"
13795 msgstr ""
13796
13797 #: git-submodule.sh:271
13798 #, sh-format
13799 msgid "Failed to add submodule '$sm_path'"
13800 msgstr ""
13801
13802 #: git-submodule.sh:280
13803 #, sh-format
13804 msgid "Failed to register submodule '$sm_path'"
13805 msgstr ""
13806
13807 #: git-submodule.sh:341
13808 #, sh-format
13809 msgid "Entering '$displaypath'"
13810 msgstr ""
13811
13812 #: git-submodule.sh:361
13813 #, sh-format
13814 msgid "Stopping at '$displaypath'; script returned non-zero status."
13815 msgstr ""
13816
13817 #: git-submodule.sh:432
13818 #, sh-format
13819 msgid "pathspec and --all are incompatible"
13820 msgstr ""
13821
13822 #: git-submodule.sh:437
13823 #, sh-format
13824 msgid "Use '--all' if you really want to deinitialize all submodules"
13825 msgstr ""
13826
13827 #: git-submodule.sh:457
13828 #, sh-format
13829 msgid ""
13830 "Submodule work tree '$displaypath' contains a .git directory\n"
13831 "(use 'rm -rf' if you really want to remove it including all of its history)"
13832 msgstr ""
13833
13834 #: git-submodule.sh:465
13835 #, sh-format
13836 msgid ""
13837 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13838 "discard them"
13839 msgstr ""
13840
13841 #: git-submodule.sh:468
13842 #, sh-format
13843 msgid "Cleared directory '$displaypath'"
13844 msgstr ""
13845
13846 #: git-submodule.sh:469
13847 #, sh-format
13848 msgid "Could not remove submodule work tree '$displaypath'"
13849 msgstr ""
13850
13851 #: git-submodule.sh:472
13852 #, sh-format
13853 msgid "Could not create empty submodule directory '$displaypath'"
13854 msgstr ""
13855
13856 #: git-submodule.sh:481
13857 #, sh-format
13858 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13859 msgstr ""
13860
13861 #: git-submodule.sh:637
13862 #, sh-format
13863 msgid "Unable to find current revision in submodule path '$displaypath'"
13864 msgstr ""
13865
13866 #: git-submodule.sh:647
13867 #, sh-format
13868 msgid "Unable to fetch in submodule path '$sm_path'"
13869 msgstr ""
13870
13871 #: git-submodule.sh:652
13872 #, sh-format
13873 msgid ""
13874 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13875 "'$sm_path'"
13876 msgstr ""
13877
13878 #: git-submodule.sh:670
13879 #, sh-format
13880 msgid "Unable to fetch in submodule path '$displaypath'"
13881 msgstr ""
13882
13883 #: git-submodule.sh:676
13884 #, sh-format
13885 msgid ""
13886 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13887 "Direct fetching of that commit failed."
13888 msgstr ""
13889
13890 #: git-submodule.sh:683
13891 #, sh-format
13892 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13893 msgstr ""
13894
13895 #: git-submodule.sh:684
13896 #, sh-format
13897 msgid "Submodule path '$displaypath': checked out '$sha1'"
13898 msgstr ""
13899
13900 #: git-submodule.sh:688
13901 #, sh-format
13902 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13903 msgstr ""
13904
13905 #: git-submodule.sh:689
13906 #, sh-format
13907 msgid "Submodule path '$displaypath': rebased into '$sha1'"
13908 msgstr ""
13909
13910 #: git-submodule.sh:694
13911 #, sh-format
13912 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13913 msgstr ""
13914
13915 #: git-submodule.sh:695
13916 #, sh-format
13917 msgid "Submodule path '$displaypath': merged in '$sha1'"
13918 msgstr ""
13919
13920 #: git-submodule.sh:700
13921 #, sh-format
13922 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13923 msgstr ""
13924
13925 #: git-submodule.sh:701
13926 #, sh-format
13927 msgid "Submodule path '$displaypath': '$command $sha1'"
13928 msgstr ""
13929
13930 #: git-submodule.sh:732
13931 #, sh-format
13932 msgid "Failed to recurse into submodule path '$displaypath'"
13933 msgstr ""
13934
13935 #: git-submodule.sh:840
13936 msgid "The --cached option cannot be used with the --files option"
13937 msgstr ""
13938
13939 #: git-submodule.sh:892
13940 #, sh-format
13941 msgid "unexpected mode $mod_dst"
13942 msgstr ""
13943
13944 #: git-submodule.sh:912
13945 #, sh-format
13946 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13947 msgstr ""
13948
13949 #: git-submodule.sh:915
13950 #, sh-format
13951 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13952 msgstr ""
13953
13954 #: git-submodule.sh:918
13955 #, sh-format
13956 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13957 msgstr ""
13958
13959 #: git-submodule.sh:1064
13960 #, sh-format
13961 msgid "Failed to recurse into submodule path '$sm_path'"
13962 msgstr ""
13963
13964 #: git-submodule.sh:1136
13965 #, sh-format
13966 msgid "Synchronizing submodule url for '$displaypath'"
13967 msgstr ""
13968
13969 #: git-parse-remote.sh:89
13970 #, sh-format
13971 msgid "See git-${cmd}(1) for details."
13972 msgstr ""
13973
13974 #: git-rebase--interactive.sh:140
13975 #, sh-format
13976 msgid "Rebasing ($new_count/$total)"
13977 msgstr ""
13978
13979 #: git-rebase--interactive.sh:156
13980 msgid ""
13981 "\n"
13982 "Commands:\n"
13983 " p, pick = use commit\n"
13984 " r, reword = use commit, but edit the commit message\n"
13985 " e, edit = use commit, but stop for amending\n"
13986 " s, squash = use commit, but meld into previous commit\n"
13987 " f, fixup = like \"squash\", but discard this commit's log message\n"
13988 " x, exec = run command (the rest of the line) using shell\n"
13989 " d, drop = remove commit\n"
13990 "\n"
13991 "These lines can be re-ordered; they are executed from top to bottom.\n"
13992 msgstr ""
13993
13994 #: git-rebase--interactive.sh:171
13995 msgid ""
13996 "\n"
13997 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13998 msgstr ""
13999
14000 #: git-rebase--interactive.sh:175
14001 msgid ""
14002 "\n"
14003 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14004 msgstr ""
14005
14006 #: git-rebase--interactive.sh:211
14007 #, sh-format
14008 msgid ""
14009 "You can amend the commit now, with\n"
14010 "\n"
14011 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14012 "\n"
14013 "Once you are satisfied with your changes, run\n"
14014 "\n"
14015 "\tgit rebase --continue"
14016 msgstr ""
14017
14018 #: git-rebase--interactive.sh:236
14019 #, sh-format
14020 msgid "$sha1: not a commit that can be picked"
14021 msgstr ""
14022
14023 #: git-rebase--interactive.sh:275
14024 #, sh-format
14025 msgid "Invalid commit name: $sha1"
14026 msgstr ""
14027
14028 #: git-rebase--interactive.sh:317
14029 msgid "Cannot write current commit's replacement sha1"
14030 msgstr ""
14031
14032 #: git-rebase--interactive.sh:369
14033 #, sh-format
14034 msgid "Fast-forward to $sha1"
14035 msgstr ""
14036
14037 #: git-rebase--interactive.sh:371
14038 #, sh-format
14039 msgid "Cannot fast-forward to $sha1"
14040 msgstr ""
14041
14042 #: git-rebase--interactive.sh:380
14043 #, sh-format
14044 msgid "Cannot move HEAD to $first_parent"
14045 msgstr ""
14046
14047 #: git-rebase--interactive.sh:385
14048 #, sh-format
14049 msgid "Refusing to squash a merge: $sha1"
14050 msgstr ""
14051
14052 #: git-rebase--interactive.sh:399
14053 #, sh-format
14054 msgid "Error redoing merge $sha1"
14055 msgstr ""
14056
14057 #: git-rebase--interactive.sh:407
14058 #, sh-format
14059 msgid "Could not pick $sha1"
14060 msgstr ""
14061
14062 #: git-rebase--interactive.sh:416
14063 #, sh-format
14064 msgid "This is the commit message #${n}:"
14065 msgstr ""
14066
14067 #: git-rebase--interactive.sh:421
14068 #, sh-format
14069 msgid "The commit message #${n} will be skipped:"
14070 msgstr ""
14071
14072 #: git-rebase--interactive.sh:432
14073 #, sh-format
14074 msgid "This is a combination of $count commit."
14075 msgid_plural "This is a combination of $count commits."
14076 msgstr[0] ""
14077 msgstr[1] ""
14078
14079 #: git-rebase--interactive.sh:441
14080 #, sh-format
14081 msgid "Cannot write $fixup_msg"
14082 msgstr ""
14083
14084 #: git-rebase--interactive.sh:444
14085 msgid "This is a combination of 2 commits."
14086 msgstr ""
14087
14088 #: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14089 #: git-rebase--interactive.sh:531
14090 #, sh-format
14091 msgid "Could not apply $sha1... $rest"
14092 msgstr ""
14093
14094 #: git-rebase--interactive.sh:559
14095 #, sh-format
14096 msgid ""
14097 "Could not amend commit after successfully picking $sha1... $rest\n"
14098 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14099 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14100 "before\n"
14101 "you are able to reword the commit."
14102 msgstr ""
14103
14104 #: git-rebase--interactive.sh:574
14105 #, sh-format
14106 msgid "Stopped at $sha1_abbrev... $rest"
14107 msgstr ""
14108
14109 #: git-rebase--interactive.sh:589
14110 #, sh-format
14111 msgid "Cannot '$squash_style' without a previous commit"
14112 msgstr ""
14113
14114 #: git-rebase--interactive.sh:631
14115 #, sh-format
14116 msgid "Executing: $rest"
14117 msgstr ""
14118
14119 #: git-rebase--interactive.sh:639
14120 #, sh-format
14121 msgid "Execution failed: $rest"
14122 msgstr ""
14123
14124 #: git-rebase--interactive.sh:641
14125 msgid "and made changes to the index and/or the working tree"
14126 msgstr ""
14127
14128 #: git-rebase--interactive.sh:643
14129 msgid ""
14130 "You can fix the problem, and then run\n"
14131 "\n"
14132 "\tgit rebase --continue"
14133 msgstr ""
14134
14135 #. TRANSLATORS: after these lines is a command to be issued by the user
14136 #: git-rebase--interactive.sh:656
14137 #, sh-format
14138 msgid ""
14139 "Execution succeeded: $rest\n"
14140 "but left changes to the index and/or the working tree\n"
14141 "Commit or stash your changes, and then run\n"
14142 "\n"
14143 "\tgit rebase --continue"
14144 msgstr ""
14145
14146 #: git-rebase--interactive.sh:667
14147 #, sh-format
14148 msgid "Unknown command: $command $sha1 $rest"
14149 msgstr ""
14150
14151 #: git-rebase--interactive.sh:668
14152 msgid "Please fix this using 'git rebase --edit-todo'."
14153 msgstr ""
14154
14155 #: git-rebase--interactive.sh:703
14156 #, sh-format
14157 msgid "Successfully rebased and updated $head_name."
14158 msgstr ""
14159
14160 #: git-rebase--interactive.sh:750
14161 msgid "Could not skip unnecessary pick commands"
14162 msgstr ""
14163
14164 #: git-rebase--interactive.sh:908
14165 #, sh-format
14166 msgid ""
14167 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14168 " - $line"
14169 msgstr ""
14170
14171 #: git-rebase--interactive.sh:941
14172 #, sh-format
14173 msgid ""
14174 "Warning: the command isn't recognized in the following line:\n"
14175 " - $line"
14176 msgstr ""
14177
14178 #: git-rebase--interactive.sh:980
14179 msgid "could not detach HEAD"
14180 msgstr ""
14181
14182 #: git-rebase--interactive.sh:1018
14183 msgid ""
14184 "Warning: some commits may have been dropped accidentally.\n"
14185 "Dropped commits (newer to older):"
14186 msgstr ""
14187
14188 #: git-rebase--interactive.sh:1026
14189 msgid ""
14190 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14191 "\n"
14192 "Use 'git config rebase.missingCommitsCheck' to change the level of "
14193 "warnings.\n"
14194 "The possible behaviours are: ignore, warn, error."
14195 msgstr ""
14196
14197 #: git-rebase--interactive.sh:1037
14198 #, sh-format
14199 msgid ""
14200 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14201 "Ignoring."
14202 msgstr ""
14203
14204 #: git-rebase--interactive.sh:1054
14205 msgid ""
14206 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14207 "continue'."
14208 msgstr ""
14209
14210 #: git-rebase--interactive.sh:1055
14211 msgid "Or you can abort the rebase with 'git rebase --abort'."
14212 msgstr ""
14213
14214 #: git-rebase--interactive.sh:1083
14215 msgid "Could not remove CHERRY_PICK_HEAD"
14216 msgstr ""
14217
14218 #: git-rebase--interactive.sh:1088
14219 #, sh-format
14220 msgid ""
14221 "You have staged changes in your working tree.\n"
14222 "If these changes are meant to be\n"
14223 "squashed into the previous commit, run:\n"
14224 "\n"
14225 "  git commit --amend $gpg_sign_opt_quoted\n"
14226 "\n"
14227 "If they are meant to go into a new commit, run:\n"
14228 "\n"
14229 "  git commit $gpg_sign_opt_quoted\n"
14230 "\n"
14231 "In both cases, once you're done, continue with:\n"
14232 "\n"
14233 "  git rebase --continue\n"
14234 msgstr ""
14235
14236 #: git-rebase--interactive.sh:1105
14237 msgid "Error trying to find the author identity to amend commit"
14238 msgstr ""
14239
14240 #: git-rebase--interactive.sh:1110
14241 msgid ""
14242 "You have uncommitted changes in your working tree. Please commit them\n"
14243 "first and then run 'git rebase --continue' again."
14244 msgstr ""
14245
14246 #: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14247 msgid "Could not commit staged changes."
14248 msgstr ""
14249
14250 #: git-rebase--interactive.sh:1147
14251 msgid ""
14252 "\n"
14253 "You are editing the todo file of an ongoing interactive rebase.\n"
14254 "To continue rebase after editing, run:\n"
14255 "    git rebase --continue\n"
14256 "\n"
14257 msgstr ""
14258
14259 #: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14260 msgid "Could not execute editor"
14261 msgstr ""
14262
14263 #: git-rebase--interactive.sh:1168
14264 #, sh-format
14265 msgid "Could not checkout $switch_to"
14266 msgstr ""
14267
14268 #: git-rebase--interactive.sh:1173
14269 msgid "No HEAD?"
14270 msgstr ""
14271
14272 #: git-rebase--interactive.sh:1174
14273 #, sh-format
14274 msgid "Could not create temporary $state_dir"
14275 msgstr ""
14276
14277 #: git-rebase--interactive.sh:1176
14278 msgid "Could not mark as interactive"
14279 msgstr ""
14280
14281 #: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14282 msgid "Could not init rewritten commits"
14283 msgstr ""
14284
14285 #: git-rebase--interactive.sh:1291
14286 #, sh-format
14287 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14288 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14289 msgstr[0] ""
14290 msgstr[1] ""
14291
14292 #: git-rebase--interactive.sh:1296
14293 msgid ""
14294 "\n"
14295 "However, if you remove everything, the rebase will be aborted.\n"
14296 "\n"
14297 msgstr ""
14298
14299 #: git-rebase--interactive.sh:1303
14300 msgid "Note that empty commits are commented out"
14301 msgstr ""
14302
14303 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14304 #, sh-format
14305 msgid "usage: $dashless $USAGE"
14306 msgstr ""
14307
14308 #: git-sh-setup.sh:190
14309 #, sh-format
14310 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14311 msgstr ""
14312
14313 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14314 #, sh-format
14315 msgid "fatal: $program_name cannot be used without a working tree."
14316 msgstr ""
14317
14318 #: git-sh-setup.sh:220
14319 msgid "Cannot rebase: You have unstaged changes."
14320 msgstr ""
14321
14322 #: git-sh-setup.sh:223
14323 msgid "Cannot rewrite branches: You have unstaged changes."
14324 msgstr ""
14325
14326 #: git-sh-setup.sh:226
14327 msgid "Cannot pull with rebase: You have unstaged changes."
14328 msgstr ""
14329
14330 #: git-sh-setup.sh:229
14331 #, sh-format
14332 msgid "Cannot $action: You have unstaged changes."
14333 msgstr ""
14334
14335 #: git-sh-setup.sh:242
14336 msgid "Cannot rebase: Your index contains uncommitted changes."
14337 msgstr ""
14338
14339 #: git-sh-setup.sh:245
14340 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14341 msgstr ""
14342
14343 #: git-sh-setup.sh:248
14344 #, sh-format
14345 msgid "Cannot $action: Your index contains uncommitted changes."
14346 msgstr ""
14347
14348 #: git-sh-setup.sh:252
14349 msgid "Additionally, your index contains uncommitted changes."
14350 msgstr ""
14351
14352 #: git-sh-setup.sh:372
14353 msgid "You need to run this command from the toplevel of the working tree."
14354 msgstr ""
14355
14356 #: git-sh-setup.sh:377
14357 msgid "Unable to determine absolute path of git directory"
14358 msgstr ""
14359
14360 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14361 #: git-add--interactive.perl:238
14362 #, perl-format
14363 msgid "%12s %12s %s"
14364 msgstr ""
14365
14366 #: git-add--interactive.perl:239
14367 msgid "staged"
14368 msgstr ""
14369
14370 #: git-add--interactive.perl:239
14371 msgid "unstaged"
14372 msgstr ""
14373
14374 #: git-add--interactive.perl:288 git-add--interactive.perl:313
14375 msgid "binary"
14376 msgstr ""
14377
14378 #: git-add--interactive.perl:297 git-add--interactive.perl:351
14379 msgid "nothing"
14380 msgstr ""
14381
14382 #: git-add--interactive.perl:333 git-add--interactive.perl:348
14383 msgid "unchanged"
14384 msgstr ""
14385
14386 #: git-add--interactive.perl:644
14387 #, perl-format
14388 msgid "added %d path\n"
14389 msgid_plural "added %d paths\n"
14390 msgstr[0] ""
14391 msgstr[1] ""
14392
14393 #: git-add--interactive.perl:647
14394 #, perl-format
14395 msgid "updated %d path\n"
14396 msgid_plural "updated %d paths\n"
14397 msgstr[0] ""
14398 msgstr[1] ""
14399
14400 #: git-add--interactive.perl:650
14401 #, perl-format
14402 msgid "reverted %d path\n"
14403 msgid_plural "reverted %d paths\n"
14404 msgstr[0] ""
14405 msgstr[1] ""
14406
14407 #: git-add--interactive.perl:653
14408 #, perl-format
14409 msgid "touched %d path\n"
14410 msgid_plural "touched %d paths\n"
14411 msgstr[0] ""
14412 msgstr[1] ""
14413
14414 #: git-add--interactive.perl:662
14415 msgid "Update"
14416 msgstr ""
14417
14418 #: git-add--interactive.perl:674
14419 msgid "Revert"
14420 msgstr ""
14421
14422 #: git-add--interactive.perl:697
14423 #, perl-format
14424 msgid "note: %s is untracked now.\n"
14425 msgstr ""
14426
14427 #: git-add--interactive.perl:708
14428 msgid "Add untracked"
14429 msgstr ""
14430
14431 #: git-add--interactive.perl:714
14432 msgid "No untracked files.\n"
14433 msgstr ""
14434
14435 #: git-add--interactive.perl:1030
14436 msgid ""
14437 "If the patch applies cleanly, the edited hunk will immediately be\n"
14438 "marked for staging."
14439 msgstr ""
14440
14441 #: git-add--interactive.perl:1033
14442 msgid ""
14443 "If the patch applies cleanly, the edited hunk will immediately be\n"
14444 "marked for stashing."
14445 msgstr ""
14446
14447 #: git-add--interactive.perl:1036
14448 msgid ""
14449 "If the patch applies cleanly, the edited hunk will immediately be\n"
14450 "marked for unstaging."
14451 msgstr ""
14452
14453 #: git-add--interactive.perl:1039 git-add--interactive.perl:1048
14454 msgid ""
14455 "If the patch applies cleanly, the edited hunk will immediately be\n"
14456 "marked for applying."
14457 msgstr ""
14458
14459 #: git-add--interactive.perl:1042 git-add--interactive.perl:1045
14460 msgid ""
14461 "If the patch applies cleanly, the edited hunk will immediately be\n"
14462 "marked for discarding."
14463 msgstr ""
14464
14465 #: git-add--interactive.perl:1058
14466 #, perl-format
14467 msgid "failed to open hunk edit file for writing: %s"
14468 msgstr ""
14469
14470 #: git-add--interactive.perl:1059
14471 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14472 msgstr ""
14473
14474 #: git-add--interactive.perl:1065
14475 #, perl-format
14476 msgid ""
14477 "---\n"
14478 "To remove '%s' lines, make them ' ' lines (context).\n"
14479 "To remove '%s' lines, delete them.\n"
14480 "Lines starting with %s will be removed.\n"
14481 msgstr ""
14482
14483 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14484 #: git-add--interactive.perl:1073
14485 msgid ""
14486 "If it does not apply cleanly, you will be given an opportunity to\n"
14487 "edit again.  If all lines of the hunk are removed, then the edit is\n"
14488 "aborted and the hunk is left unchanged.\n"
14489 msgstr ""
14490
14491 #: git-add--interactive.perl:1087
14492 #, perl-format
14493 msgid "failed to open hunk edit file for reading: %s"
14494 msgstr ""
14495
14496 #. TRANSLATORS: do not translate [y/n]
14497 #. The program will only accept that input
14498 #. at this point.
14499 #. Consider translating (saying "no" discards!) as
14500 #. (saying "n" for "no" discards!) if the translation
14501 #. of the word "no" does not start with n.
14502 #: git-add--interactive.perl:1178
14503 msgid ""
14504 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14505 msgstr ""
14506
14507 #: git-add--interactive.perl:1187
14508 msgid ""
14509 "y - stage this hunk\n"
14510 "n - do not stage this hunk\n"
14511 "q - quit; do not stage this hunk or any of the remaining ones\n"
14512 "a - stage this hunk and all later hunks in the file\n"
14513 "d - do not stage this hunk or any of the later hunks in the file"
14514 msgstr ""
14515
14516 #: git-add--interactive.perl:1193
14517 msgid ""
14518 "y - stash this hunk\n"
14519 "n - do not stash this hunk\n"
14520 "q - quit; do not stash this hunk or any of the remaining ones\n"
14521 "a - stash this hunk and all later hunks in the file\n"
14522 "d - do not stash this hunk or any of the later hunks in the file"
14523 msgstr ""
14524
14525 #: git-add--interactive.perl:1199
14526 msgid ""
14527 "y - unstage this hunk\n"
14528 "n - do not unstage this hunk\n"
14529 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14530 "a - unstage this hunk and all later hunks in the file\n"
14531 "d - do not unstage this hunk or any of the later hunks in the file"
14532 msgstr ""
14533
14534 #: git-add--interactive.perl:1205
14535 msgid ""
14536 "y - apply this hunk to index\n"
14537 "n - do not apply this hunk to index\n"
14538 "q - quit; do not apply this hunk or any of the remaining ones\n"
14539 "a - apply this hunk and all later hunks in the file\n"
14540 "d - do not apply this hunk or any of the later hunks in the file"
14541 msgstr ""
14542
14543 #: git-add--interactive.perl:1211
14544 msgid ""
14545 "y - discard this hunk from worktree\n"
14546 "n - do not discard this hunk from worktree\n"
14547 "q - quit; do not discard this hunk or any of the remaining ones\n"
14548 "a - discard this hunk and all later hunks in the file\n"
14549 "d - do not discard this hunk or any of the later hunks in the file"
14550 msgstr ""
14551
14552 #: git-add--interactive.perl:1217
14553 msgid ""
14554 "y - discard this hunk from index and worktree\n"
14555 "n - do not discard this hunk from index and worktree\n"
14556 "q - quit; do not discard this hunk or any of the remaining ones\n"
14557 "a - discard this hunk and all later hunks in the file\n"
14558 "d - do not discard this hunk or any of the later hunks in the file"
14559 msgstr ""
14560
14561 #: git-add--interactive.perl:1223
14562 msgid ""
14563 "y - apply this hunk to index and worktree\n"
14564 "n - do not apply this hunk to index and worktree\n"
14565 "q - quit; do not apply this hunk or any of the remaining ones\n"
14566 "a - apply this hunk and all later hunks in the file\n"
14567 "d - do not apply this hunk or any of the later hunks in the file"
14568 msgstr ""
14569
14570 #: git-add--interactive.perl:1232
14571 msgid ""
14572 "g - select a hunk to go to\n"
14573 "/ - search for a hunk matching the given regex\n"
14574 "j - leave this hunk undecided, see next undecided hunk\n"
14575 "J - leave this hunk undecided, see next hunk\n"
14576 "k - leave this hunk undecided, see previous undecided hunk\n"
14577 "K - leave this hunk undecided, see previous hunk\n"
14578 "s - split the current hunk into smaller hunks\n"
14579 "e - manually edit the current hunk\n"
14580 "? - print help\n"
14581 msgstr ""
14582
14583 #: git-add--interactive.perl:1263
14584 msgid "The selected hunks do not apply to the index!\n"
14585 msgstr ""
14586
14587 #: git-add--interactive.perl:1264
14588 msgid "Apply them to the worktree anyway? "
14589 msgstr ""
14590
14591 #: git-add--interactive.perl:1267
14592 msgid "Nothing was applied.\n"
14593 msgstr ""
14594
14595 #: git-add--interactive.perl:1278
14596 #, perl-format
14597 msgid "ignoring unmerged: %s\n"
14598 msgstr ""
14599
14600 #: git-add--interactive.perl:1287
14601 msgid "Only binary files changed.\n"
14602 msgstr ""
14603
14604 #: git-add--interactive.perl:1289
14605 msgid "No changes.\n"
14606 msgstr ""
14607
14608 #: git-add--interactive.perl:1297
14609 msgid "Patch update"
14610 msgstr ""
14611
14612 #: git-add--interactive.perl:1349
14613 #, perl-format
14614 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14615 msgstr ""
14616
14617 #: git-add--interactive.perl:1350
14618 #, perl-format
14619 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14620 msgstr ""
14621
14622 #: git-add--interactive.perl:1351
14623 #, perl-format
14624 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14625 msgstr ""
14626
14627 #: git-add--interactive.perl:1354
14628 #, perl-format
14629 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14630 msgstr ""
14631
14632 #: git-add--interactive.perl:1355
14633 #, perl-format
14634 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14635 msgstr ""
14636
14637 #: git-add--interactive.perl:1356
14638 #, perl-format
14639 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14640 msgstr ""
14641
14642 #: git-add--interactive.perl:1359
14643 #, perl-format
14644 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14645 msgstr ""
14646
14647 #: git-add--interactive.perl:1360
14648 #, perl-format
14649 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14650 msgstr ""
14651
14652 #: git-add--interactive.perl:1361
14653 #, perl-format
14654 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14655 msgstr ""
14656
14657 #: git-add--interactive.perl:1364
14658 #, perl-format
14659 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14660 msgstr ""
14661
14662 #: git-add--interactive.perl:1365
14663 #, perl-format
14664 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14665 msgstr ""
14666
14667 #: git-add--interactive.perl:1366
14668 #, perl-format
14669 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14670 msgstr ""
14671
14672 #: git-add--interactive.perl:1369
14673 #, perl-format
14674 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14675 msgstr ""
14676
14677 #: git-add--interactive.perl:1370
14678 #, perl-format
14679 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14680 msgstr ""
14681
14682 #: git-add--interactive.perl:1371
14683 #, perl-format
14684 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14685 msgstr ""
14686
14687 #: git-add--interactive.perl:1374
14688 #, perl-format
14689 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14690 msgstr ""
14691
14692 #: git-add--interactive.perl:1375
14693 #, perl-format
14694 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14695 msgstr ""
14696
14697 #: git-add--interactive.perl:1376
14698 #, perl-format
14699 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14700 msgstr ""
14701
14702 #: git-add--interactive.perl:1379
14703 #, perl-format
14704 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14705 msgstr ""
14706
14707 #: git-add--interactive.perl:1380
14708 #, perl-format
14709 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14710 msgstr ""
14711
14712 #: git-add--interactive.perl:1381
14713 #, perl-format
14714 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14715 msgstr ""
14716
14717 #: git-add--interactive.perl:1484
14718 msgid "go to which hunk (<ret> to see more)? "
14719 msgstr ""
14720
14721 #: git-add--interactive.perl:1486
14722 msgid "go to which hunk? "
14723 msgstr ""
14724
14725 #: git-add--interactive.perl:1495
14726 #, perl-format
14727 msgid "Invalid number: '%s'\n"
14728 msgstr ""
14729
14730 #: git-add--interactive.perl:1500
14731 #, perl-format
14732 msgid "Sorry, only %d hunk available.\n"
14733 msgid_plural "Sorry, only %d hunks available.\n"
14734 msgstr[0] ""
14735 msgstr[1] ""
14736
14737 #: git-add--interactive.perl:1526
14738 msgid "search for regex? "
14739 msgstr ""
14740
14741 #: git-add--interactive.perl:1539
14742 #, perl-format
14743 msgid "Malformed search regexp %s: %s\n"
14744 msgstr ""
14745
14746 #: git-add--interactive.perl:1549
14747 msgid "No hunk matches the given pattern\n"
14748 msgstr ""
14749
14750 #: git-add--interactive.perl:1561 git-add--interactive.perl:1583
14751 msgid "No previous hunk\n"
14752 msgstr ""
14753
14754 #: git-add--interactive.perl:1570 git-add--interactive.perl:1589
14755 msgid "No next hunk\n"
14756 msgstr ""
14757
14758 #: git-add--interactive.perl:1597
14759 #, perl-format
14760 msgid "Split into %d hunk.\n"
14761 msgid_plural "Split into %d hunks.\n"
14762 msgstr[0] ""
14763 msgstr[1] ""
14764
14765 #: git-add--interactive.perl:1649
14766 msgid "Review diff"
14767 msgstr ""
14768
14769 #. TRANSLATORS: please do not translate the command names
14770 #. 'status', 'update', 'revert', etc.
14771 #: git-add--interactive.perl:1668
14772 msgid ""
14773 "status        - show paths with changes\n"
14774 "update        - add working tree state to the staged set of changes\n"
14775 "revert        - revert staged set of changes back to the HEAD version\n"
14776 "patch         - pick hunks and update selectively\n"
14777 "diff          - view diff between HEAD and index\n"
14778 "add untracked - add contents of untracked files to the staged set of "
14779 "changes\n"
14780 msgstr ""
14781
14782 #: git-add--interactive.perl:1685 git-add--interactive.perl:1690
14783 #: git-add--interactive.perl:1693 git-add--interactive.perl:1700
14784 #: git-add--interactive.perl:1704 git-add--interactive.perl:1710
14785 msgid "missing --"
14786 msgstr ""
14787
14788 #: git-add--interactive.perl:1706
14789 #, perl-format
14790 msgid "unknown --patch mode: %s"
14791 msgstr ""
14792
14793 #: git-add--interactive.perl:1712 git-add--interactive.perl:1718
14794 #, perl-format
14795 msgid "invalid argument %s, expecting --"
14796 msgstr ""
14797
14798 #: git-send-email.perl:121
14799 msgid "local zone differs from GMT by a non-minute interval\n"
14800 msgstr ""
14801
14802 #: git-send-email.perl:128 git-send-email.perl:134
14803 msgid "local time offset greater than or equal to 24 hours\n"
14804 msgstr ""
14805
14806 #: git-send-email.perl:202 git-send-email.perl:208
14807 msgid "the editor exited uncleanly, aborting everything"
14808 msgstr ""
14809
14810 #: git-send-email.perl:282
14811 #, perl-format
14812 msgid ""
14813 "'%s' contains an intermediate version of the email you were composing.\n"
14814 msgstr ""
14815
14816 #: git-send-email.perl:287
14817 #, perl-format
14818 msgid "'%s.final' contains the composed email.\n"
14819 msgstr ""
14820
14821 #: git-send-email.perl:305
14822 msgid "--dump-aliases incompatible with other options\n"
14823 msgstr ""
14824
14825 #: git-send-email.perl:368 git-send-email.perl:623
14826 msgid "Cannot run git format-patch from outside a repository\n"
14827 msgstr ""
14828
14829 #: git-send-email.perl:437
14830 #, perl-format
14831 msgid "Unknown --suppress-cc field: '%s'\n"
14832 msgstr ""
14833
14834 #: git-send-email.perl:466
14835 #, perl-format
14836 msgid "Unknown --confirm setting: '%s'\n"
14837 msgstr ""
14838
14839 #: git-send-email.perl:498
14840 #, perl-format
14841 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14842 msgstr ""
14843
14844 #: git-send-email.perl:500
14845 #, perl-format
14846 msgid "warning: `:include:` not supported: %s\n"
14847 msgstr ""
14848
14849 #: git-send-email.perl:502
14850 #, perl-format
14851 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14852 msgstr ""
14853
14854 #: git-send-email.perl:507
14855 #, perl-format
14856 msgid "warning: sendmail line is not recognized: %s\n"
14857 msgstr ""
14858
14859 #: git-send-email.perl:589
14860 #, perl-format
14861 msgid ""
14862 "File '%s' exists but it could also be the range of commits\n"
14863 "to produce patches for.  Please disambiguate by...\n"
14864 "\n"
14865 "    * Saying \"./%s\" if you mean a file; or\n"
14866 "    * Giving --format-patch option if you mean a range.\n"
14867 msgstr ""
14868
14869 #: git-send-email.perl:610
14870 #, perl-format
14871 msgid "Failed to opendir %s: %s"
14872 msgstr ""
14873
14874 #: git-send-email.perl:634
14875 #, perl-format
14876 msgid ""
14877 "fatal: %s: %s\n"
14878 "warning: no patches were sent\n"
14879 msgstr ""
14880
14881 #: git-send-email.perl:645
14882 msgid ""
14883 "\n"
14884 "No patch files specified!\n"
14885 "\n"
14886 msgstr ""
14887
14888 #: git-send-email.perl:658
14889 #, perl-format
14890 msgid "No subject line in %s?"
14891 msgstr ""
14892
14893 #: git-send-email.perl:668
14894 #, perl-format
14895 msgid "Failed to open for writing %s: %s"
14896 msgstr ""
14897
14898 #: git-send-email.perl:678
14899 msgid ""
14900 "Lines beginning in \"GIT:\" will be removed.\n"
14901 "Consider including an overall diffstat or table of contents\n"
14902 "for the patch you are writing.\n"
14903 "\n"
14904 "Clear the body content if you don't wish to send a summary.\n"
14905 msgstr ""
14906
14907 #: git-send-email.perl:701
14908 #, perl-format
14909 msgid "Failed to open %s.final: %s"
14910 msgstr ""
14911
14912 #: git-send-email.perl:704
14913 #, perl-format
14914 msgid "Failed to open %s: %s"
14915 msgstr ""
14916
14917 #: git-send-email.perl:739
14918 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14919 msgstr ""
14920
14921 #: git-send-email.perl:748
14922 msgid "Summary email is empty, skipping it\n"
14923 msgstr ""
14924
14925 #. TRANSLATORS: please keep [y/N] as is.
14926 #: git-send-email.perl:780
14927 #, perl-format
14928 msgid "Are you sure you want to use <%s> [y/N]? "
14929 msgstr ""
14930
14931 #: git-send-email.perl:809
14932 msgid ""
14933 "The following files are 8bit, but do not declare a Content-Transfer-"
14934 "Encoding.\n"
14935 msgstr ""
14936
14937 #: git-send-email.perl:814
14938 msgid "Which 8bit encoding should I declare [UTF-8]? "
14939 msgstr ""
14940
14941 #: git-send-email.perl:822
14942 #, perl-format
14943 msgid ""
14944 "Refusing to send because the patch\n"
14945 "\t%s\n"
14946 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14947 "want to send.\n"
14948 msgstr ""
14949
14950 #: git-send-email.perl:841
14951 msgid "To whom should the emails be sent (if anyone)?"
14952 msgstr ""
14953
14954 #: git-send-email.perl:859
14955 #, perl-format
14956 msgid "fatal: alias '%s' expands to itself\n"
14957 msgstr ""
14958
14959 #: git-send-email.perl:871
14960 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14961 msgstr ""
14962
14963 #: git-send-email.perl:921 git-send-email.perl:929
14964 #, perl-format
14965 msgid "error: unable to extract a valid address from: %s\n"
14966 msgstr ""
14967
14968 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
14969 #. translation. The program will only accept English input
14970 #. at this point.
14971 #: git-send-email.perl:933
14972 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14973 msgstr ""
14974
14975 #: git-send-email.perl:1234
14976 #, perl-format
14977 msgid "CA path \"%s\" does not exist"
14978 msgstr ""
14979
14980 #: git-send-email.perl:1309
14981 msgid ""
14982 "    The Cc list above has been expanded by additional\n"
14983 "    addresses found in the patch commit message. By default\n"
14984 "    send-email prompts before sending whenever this occurs.\n"
14985 "    This behavior is controlled by the sendemail.confirm\n"
14986 "    configuration setting.\n"
14987 "\n"
14988 "    For additional information, run 'git send-email --help'.\n"
14989 "    To retain the current behavior, but squelch this message,\n"
14990 "    run 'git config --global sendemail.confirm auto'.\n"
14991 "\n"
14992 msgstr ""
14993
14994 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
14995 #. translation. The program will only accept English input
14996 #. at this point.
14997 #: git-send-email.perl:1324
14998 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
14999 msgstr ""
15000
15001 #: git-send-email.perl:1327
15002 msgid "Send this email reply required"
15003 msgstr ""
15004
15005 #: git-send-email.perl:1353
15006 msgid "The required SMTP server is not properly defined."
15007 msgstr ""
15008
15009 #: git-send-email.perl:1397
15010 #, perl-format
15011 msgid "Server does not support STARTTLS! %s"
15012 msgstr ""
15013
15014 #: git-send-email.perl:1403
15015 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15016 msgstr ""
15017
15018 #: git-send-email.perl:1421
15019 #, perl-format
15020 msgid "Failed to send %s\n"
15021 msgstr ""
15022
15023 #: git-send-email.perl:1424
15024 #, perl-format
15025 msgid "Dry-Sent %s\n"
15026 msgstr ""
15027
15028 #: git-send-email.perl:1424
15029 #, perl-format
15030 msgid "Sent %s\n"
15031 msgstr ""
15032
15033 #: git-send-email.perl:1426
15034 msgid "Dry-OK. Log says:\n"
15035 msgstr ""
15036
15037 #: git-send-email.perl:1426
15038 msgid "OK. Log says:\n"
15039 msgstr ""
15040
15041 #: git-send-email.perl:1438
15042 msgid "Result: "
15043 msgstr ""
15044
15045 #: git-send-email.perl:1441
15046 msgid "Result: OK\n"
15047 msgstr ""
15048
15049 #: git-send-email.perl:1454
15050 #, perl-format
15051 msgid "can't open file %s"
15052 msgstr ""
15053
15054 #: git-send-email.perl:1501 git-send-email.perl:1521
15055 #, perl-format
15056 msgid "(mbox) Adding cc: %s from line '%s'\n"
15057 msgstr ""
15058
15059 #: git-send-email.perl:1507
15060 #, perl-format
15061 msgid "(mbox) Adding to: %s from line '%s'\n"
15062 msgstr ""
15063
15064 #: git-send-email.perl:1555
15065 #, perl-format
15066 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15067 msgstr ""
15068
15069 #: git-send-email.perl:1578
15070 #, perl-format
15071 msgid "(body) Adding cc: %s from line '%s'\n"
15072 msgstr ""
15073
15074 #: git-send-email.perl:1676
15075 #, perl-format
15076 msgid "(%s) Could not execute '%s'"
15077 msgstr ""
15078
15079 #: git-send-email.perl:1683
15080 #, perl-format
15081 msgid "(%s) Adding %s: %s from: '%s'\n"
15082 msgstr ""
15083
15084 #: git-send-email.perl:1687
15085 #, perl-format
15086 msgid "(%s) failed to close pipe to '%s'"
15087 msgstr ""
15088
15089 #: git-send-email.perl:1714
15090 msgid "cannot send message as 7bit"
15091 msgstr ""
15092
15093 #: git-send-email.perl:1722
15094 msgid "invalid transfer encoding"
15095 msgstr ""
15096
15097 #: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
15098 #, perl-format
15099 msgid "unable to open %s: %s\n"
15100 msgstr ""
15101
15102 #: git-send-email.perl:1744
15103 #, perl-format
15104 msgid "%s: patch contains a line longer than 998 characters"
15105 msgstr ""
15106
15107 #: git-send-email.perl:1760
15108 #, perl-format
15109 msgid "Skipping %s with backup suffix '%s'.\n"
15110 msgstr ""
15111
15112 #. TRANSLATORS: please keep "[y|N]" as is.
15113 #: git-send-email.perl:1764
15114 #, perl-format
15115 msgid "Do you really want to send %s? [y|N]: "
15116 msgstr ""