grep: remove redundant double assignment to 0
[git.git] / po / git.pot
blobdb2ff707674728758eb563464683a405e246dd76
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.
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"
21 #: advice.c:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:83
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:85
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:87
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:89
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:91
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:93
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
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 ""
57 #: advice.c:109
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:114 builtin/merge.c:1185
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:116
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:117
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
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 ""
89 #: apply.c:57
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
94 #: apply.c:73
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
99 #: apply.c:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:845
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:854
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:938
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:977
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:983
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:984
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:990
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:1488
155 #, c-format
156 msgid "recount: unexpected line: %.*s"
157 msgstr ""
159 #: apply.c:1557
160 #, c-format
161 msgid "patch fragment without header at line %d: %.*s"
162 msgstr ""
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] ""
175 #: apply.c:1589
176 #, c-format
177 msgid "git diff header lacks filename information (line %d)"
178 msgstr ""
180 #: apply.c:1759
181 msgid "new file depends on old contents"
182 msgstr ""
184 #: apply.c:1761
185 msgid "deleted file still has contents"
186 msgstr ""
188 #: apply.c:1795
189 #, c-format
190 msgid "corrupt patch at line %d"
191 msgstr ""
193 #: apply.c:1832
194 #, c-format
195 msgid "new file %s depends on old contents"
196 msgstr ""
198 #: apply.c:1834
199 #, c-format
200 msgid "deleted file %s still has contents"
201 msgstr ""
203 #: apply.c:1837
204 #, c-format
205 msgid "** warning: file %s becomes empty but is not deleted"
206 msgstr ""
208 #: apply.c:1984
209 #, c-format
210 msgid "corrupt binary patch at line %d: %.*s"
211 msgstr ""
213 #: apply.c:2021
214 #, c-format
215 msgid "unrecognized binary patch at line %d"
216 msgstr ""
218 #: apply.c:2182
219 #, c-format
220 msgid "patch with only garbage at line %d"
221 msgstr ""
223 #: apply.c:2265
224 #, c-format
225 msgid "unable to read symlink %s"
226 msgstr ""
228 #: apply.c:2269
229 #, c-format
230 msgid "unable to open or read %s"
231 msgstr ""
233 #: apply.c:2922
234 #, c-format
235 msgid "invalid start of line: '%c'"
236 msgstr ""
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] ""
245 #: apply.c:3053
246 #, c-format
247 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
248 msgstr ""
250 #: apply.c:3059
251 #, c-format
252 msgid ""
253 "while searching for:\n"
254 "%.*s"
255 msgstr ""
257 #: apply.c:3081
258 #, c-format
259 msgid "missing binary patch data for '%s'"
260 msgstr ""
262 #: apply.c:3089
263 #, c-format
264 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
265 msgstr ""
267 #: apply.c:3135
268 #, c-format
269 msgid "cannot apply binary patch to '%s' without full index line"
270 msgstr ""
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 ""
278 #: apply.c:3153
279 #, c-format
280 msgid "the patch applies to an empty '%s' but it is not empty"
281 msgstr ""
283 #: apply.c:3171
284 #, c-format
285 msgid "the necessary postimage %s for '%s' cannot be read"
286 msgstr ""
288 #: apply.c:3184
289 #, c-format
290 msgid "binary patch does not apply to '%s'"
291 msgstr ""
293 #: apply.c:3190
294 #, c-format
295 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
296 msgstr ""
298 #: apply.c:3211
299 #, c-format
300 msgid "patch failed: %s:%ld"
301 msgstr ""
303 #: apply.c:3333
304 #, c-format
305 msgid "cannot checkout %s"
306 msgstr ""
308 #: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
309 #, c-format
310 msgid "failed to read %s"
311 msgstr ""
313 #: apply.c:3389
314 #, c-format
315 msgid "reading from '%s' beyond a symbolic link"
316 msgstr ""
318 #: apply.c:3418 apply.c:3658
319 #, c-format
320 msgid "path %s has been renamed/deleted"
321 msgstr ""
323 #: apply.c:3501 apply.c:3672
324 #, c-format
325 msgid "%s: does not exist in index"
326 msgstr ""
328 #: apply.c:3510 apply.c:3680
329 #, c-format
330 msgid "%s: does not match index"
331 msgstr ""
333 #: apply.c:3545
334 msgid "repository lacks the necessary blob to fall back on 3-way merge."
335 msgstr ""
337 #: apply.c:3548
338 #, c-format
339 msgid "Falling back to three-way merge...\n"
340 msgstr ""
342 #: apply.c:3564 apply.c:3568
343 #, c-format
344 msgid "cannot read the current contents of '%s'"
345 msgstr ""
347 #: apply.c:3580
348 #, c-format
349 msgid "Failed to fall back on three-way merge...\n"
350 msgstr ""
352 #: apply.c:3594
353 #, c-format
354 msgid "Applied patch to '%s' with conflicts.\n"
355 msgstr ""
357 #: apply.c:3599
358 #, c-format
359 msgid "Applied patch to '%s' cleanly.\n"
360 msgstr ""
362 #: apply.c:3625
363 msgid "removal patch leaves file contents"
364 msgstr ""
366 #: apply.c:3697
367 #, c-format
368 msgid "%s: wrong type"
369 msgstr ""
371 #: apply.c:3699
372 #, c-format
373 msgid "%s has type %o, expected %o"
374 msgstr ""
376 #: apply.c:3850 apply.c:3852
377 #, c-format
378 msgid "invalid path '%s'"
379 msgstr ""
381 #: apply.c:3908
382 #, c-format
383 msgid "%s: already exists in index"
384 msgstr ""
386 #: apply.c:3911
387 #, c-format
388 msgid "%s: already exists in working directory"
389 msgstr ""
391 #: apply.c:3931
392 #, c-format
393 msgid "new mode (%o) of %s does not match old mode (%o)"
394 msgstr ""
396 #: apply.c:3936
397 #, c-format
398 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
399 msgstr ""
401 #: apply.c:3956
402 #, c-format
403 msgid "affected file '%s' is beyond a symbolic link"
404 msgstr ""
406 #: apply.c:3960
407 #, c-format
408 msgid "%s: patch does not apply"
409 msgstr ""
411 #: apply.c:3975
412 #, c-format
413 msgid "Checking patch %s..."
414 msgstr ""
416 #: apply.c:4066
417 #, c-format
418 msgid "sha1 information is lacking or useless for submodule %s"
419 msgstr ""
421 #: apply.c:4073
422 #, c-format
423 msgid "mode change for %s, which is not in current HEAD"
424 msgstr ""
426 #: apply.c:4076
427 #, c-format
428 msgid "sha1 information is lacking or useless (%s)."
429 msgstr ""
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 ""
436 #: apply.c:4085
437 #, c-format
438 msgid "could not add %s to temporary index"
439 msgstr ""
441 #: apply.c:4095
442 #, c-format
443 msgid "could not write temporary index to %s"
444 msgstr ""
446 #: apply.c:4233
447 #, c-format
448 msgid "unable to remove %s from index"
449 msgstr ""
451 #: apply.c:4268
452 #, c-format
453 msgid "corrupt patch for submodule %s"
454 msgstr ""
456 #: apply.c:4274
457 #, c-format
458 msgid "unable to stat newly created file '%s'"
459 msgstr ""
461 #: apply.c:4282
462 #, c-format
463 msgid "unable to create backing store for newly created file %s"
464 msgstr ""
466 #: apply.c:4288 apply.c:4432
467 #, c-format
468 msgid "unable to add cache entry for %s"
469 msgstr ""
471 #: apply.c:4329
472 #, c-format
473 msgid "failed to write to '%s'"
474 msgstr ""
476 #: apply.c:4333
477 #, c-format
478 msgid "closing file '%s'"
479 msgstr ""
481 #: apply.c:4403
482 #, c-format
483 msgid "unable to write file '%s' mode %o"
484 msgstr ""
486 #: apply.c:4501
487 #, c-format
488 msgid "Applied patch %s cleanly."
489 msgstr ""
491 #: apply.c:4509
492 msgid "internal error"
493 msgstr ""
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] ""
502 #: apply.c:4523
503 #, c-format
504 msgid "truncating .rej filename to %.*s.rej"
505 msgstr ""
507 #: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
508 #, c-format
509 msgid "cannot open %s"
510 msgstr ""
512 #: apply.c:4545
513 #, c-format
514 msgid "Hunk #%d applied cleanly."
515 msgstr ""
517 #: apply.c:4549
518 #, c-format
519 msgid "Rejected hunk #%d."
520 msgstr ""
522 #: apply.c:4659
523 #, c-format
524 msgid "Skipped patch '%s'."
525 msgstr ""
527 #: apply.c:4667
528 msgid "unrecognized input"
529 msgstr ""
531 #: apply.c:4686
532 msgid "unable to read index file"
533 msgstr ""
535 #: apply.c:4823
536 #, c-format
537 msgid "can't open patch '%s': %s"
538 msgstr ""
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] ""
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] ""
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] ""
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 ""
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 ""
574 #: apply.c:4912
575 msgid "don't apply changes matching the given path"
576 msgstr ""
578 #: apply.c:4915
579 msgid "apply changes matching the given path"
580 msgstr ""
582 #: apply.c:4917 builtin/am.c:2285
583 msgid "num"
584 msgstr ""
586 #: apply.c:4918
587 msgid "remove <num> leading slashes from traditional diff paths"
588 msgstr ""
590 #: apply.c:4921
591 msgid "ignore additions made by the patch"
592 msgstr ""
594 #: apply.c:4923
595 msgid "instead of applying the patch, output diffstat for the input"
596 msgstr ""
598 #: apply.c:4927
599 msgid "show number of added and deleted lines in decimal notation"
600 msgstr ""
602 #: apply.c:4929
603 msgid "instead of applying the patch, output a summary for the input"
604 msgstr ""
606 #: apply.c:4931
607 msgid "instead of applying the patch, see if the patch is applicable"
608 msgstr ""
610 #: apply.c:4933
611 msgid "make sure the patch is applicable to the current index"
612 msgstr ""
614 #: apply.c:4935
615 msgid "apply a patch without touching the working tree"
616 msgstr ""
618 #: apply.c:4937
619 msgid "accept a patch that touches outside the working area"
620 msgstr ""
622 #: apply.c:4939
623 msgid "also apply the patch (use with --stat/--summary/--check)"
624 msgstr ""
626 #: apply.c:4941
627 msgid "attempt three-way merge if a patch does not apply"
628 msgstr ""
630 #: apply.c:4943
631 msgid "build a temporary index based on embedded index information"
632 msgstr ""
634 #: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
635 msgid "paths are separated with NUL character"
636 msgstr ""
638 #: apply.c:4948
639 msgid "ensure at least <n> lines of context match"
640 msgstr ""
642 #: apply.c:4949 builtin/am.c:2264
643 msgid "action"
644 msgstr ""
646 #: apply.c:4950
647 msgid "detect new or modified lines that have whitespace errors"
648 msgstr ""
650 #: apply.c:4953 apply.c:4956
651 msgid "ignore changes in whitespace when finding context"
652 msgstr ""
654 #: apply.c:4959
655 msgid "apply the patch in reverse"
656 msgstr ""
658 #: apply.c:4961
659 msgid "don't expect at least one line of context"
660 msgstr ""
662 #: apply.c:4963
663 msgid "leave the rejected hunks in corresponding *.rej files"
664 msgstr ""
666 #: apply.c:4965
667 msgid "allow overlapping hunks"
668 msgstr ""
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 ""
676 #: apply.c:4968
677 msgid "tolerate incorrectly detected missing new-line at the end of file"
678 msgstr ""
680 #: apply.c:4971
681 msgid "do not trust the line counts in the hunk headers"
682 msgstr ""
684 #: apply.c:4973 builtin/am.c:2273
685 msgid "root"
686 msgstr ""
688 #: apply.c:4974
689 msgid "prepend <root> to all filenames"
690 msgstr ""
692 #: archive.c:12
693 msgid "git archive [<options>] <tree-ish> [<path>...]"
694 msgstr ""
696 #: archive.c:13
697 msgid "git archive --list"
698 msgstr ""
700 #: archive.c:14
701 msgid ""
702 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
703 msgstr ""
705 #: archive.c:15
706 msgid "git archive --remote <repo> [--exec <cmd>] --list"
707 msgstr ""
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 ""
714 #: archive.c:417
715 msgid "fmt"
716 msgstr ""
718 #: archive.c:417
719 msgid "archive format"
720 msgstr ""
722 #: archive.c:418 builtin/log.c:1436
723 msgid "prefix"
724 msgstr ""
726 #: archive.c:419
727 msgid "prepend prefix to each pathname in the archive"
728 msgstr ""
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 ""
738 #: archive.c:421 builtin/archive.c:89
739 msgid "write the archive to this file"
740 msgstr ""
742 #: archive.c:423
743 msgid "read .gitattributes in working directory"
744 msgstr ""
746 #: archive.c:424
747 msgid "report archived files on stderr"
748 msgstr ""
750 #: archive.c:425
751 msgid "store only"
752 msgstr ""
754 #: archive.c:426
755 msgid "compress faster"
756 msgstr ""
758 #: archive.c:434
759 msgid "compress better"
760 msgstr ""
762 #: archive.c:437
763 msgid "list supported archive formats"
764 msgstr ""
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 ""
771 #: archive.c:440 builtin/archive.c:91
772 msgid "retrieve the archive from remote repository <repo>"
773 msgstr ""
775 #: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
776 msgid "command"
777 msgstr ""
779 #: archive.c:442 builtin/archive.c:93
780 msgid "path to the remote git-upload-archive command"
781 msgstr ""
783 #: archive.c:449
784 msgid "Unexpected option --remote"
785 msgstr ""
787 #: archive.c:451
788 msgid "Option --exec can only be used together with --remote"
789 msgstr ""
791 #: archive.c:453
792 msgid "Unexpected option --output"
793 msgstr ""
795 #: archive.c:475
796 #, c-format
797 msgid "Unknown archive format '%s'"
798 msgstr ""
800 #: archive.c:482
801 #, c-format
802 msgid "Argument not supported for format '%s': -%d"
803 msgstr ""
805 #: attr.c:212
806 #, c-format
807 msgid "%.*s is not a valid attribute name"
808 msgstr ""
810 #: attr.c:408
811 msgid ""
812 "Negative patterns are ignored in git attributes\n"
813 "Use '\\!' for literal leading exclamation."
814 msgstr ""
816 #: bisect.c:444
817 #, c-format
818 msgid "Could not open file '%s'"
819 msgstr ""
821 #: bisect.c:449
822 #, c-format
823 msgid "Badly quoted content in file '%s': %s"
824 msgstr ""
826 #: bisect.c:657
827 #, c-format
828 msgid "We cannot bisect more!\n"
829 msgstr ""
831 #: bisect.c:710
832 #, c-format
833 msgid "Not a valid commit name %s"
834 msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
873 #: bisect.c:800
874 #, c-format
875 msgid "Bisecting: a merge base must be tested\n"
876 msgstr ""
878 #: bisect.c:851
879 #, c-format
880 msgid "a %s revision is needed"
881 msgstr ""
883 #: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
884 #, c-format
885 msgid "could not create file '%s'"
886 msgstr ""
888 #: bisect.c:919
889 #, c-format
890 msgid "could not read file '%s'"
891 msgstr ""
893 #: bisect.c:949
894 msgid "reading bisect refs failed"
895 msgstr ""
897 #: bisect.c:969
898 #, c-format
899 msgid "%s was both %s and %s\n"
900 msgstr ""
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 ""
909 #: bisect.c:996
910 #, c-format
911 msgid "(roughly %d step)"
912 msgid_plural "(roughly %d steps)"
913 msgstr[0] ""
914 msgstr[1] ""
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] ""
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 ""
934 #: branch.c:67
935 #, c-format
936 msgid "Not setting branch %s as its own upstream."
937 msgstr ""
939 #: branch.c:93
940 #, c-format
941 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
942 msgstr ""
944 #: branch.c:94
945 #, c-format
946 msgid "Branch %s set up to track remote branch %s from %s."
947 msgstr ""
949 #: branch.c:98
950 #, c-format
951 msgid "Branch %s set up to track local branch %s by rebasing."
952 msgstr ""
954 #: branch.c:99
955 #, c-format
956 msgid "Branch %s set up to track local branch %s."
957 msgstr ""
959 #: branch.c:104
960 #, c-format
961 msgid "Branch %s set up to track remote ref %s by rebasing."
962 msgstr ""
964 #: branch.c:105
965 #, c-format
966 msgid "Branch %s set up to track remote ref %s."
967 msgstr ""
969 #: branch.c:109
970 #, c-format
971 msgid "Branch %s set up to track local ref %s by rebasing."
972 msgstr ""
974 #: branch.c:110
975 #, c-format
976 msgid "Branch %s set up to track local ref %s."
977 msgstr ""
979 #: branch.c:119
980 msgid "Unable to write upstream branch configuration"
981 msgstr ""
983 #: branch.c:156
984 #, c-format
985 msgid "Not tracking: ambiguous information for ref %s"
986 msgstr ""
988 #: branch.c:185
989 #, c-format
990 msgid "'%s' is not a valid branch name."
991 msgstr ""
993 #: branch.c:190
994 #, c-format
995 msgid "A branch named '%s' already exists."
996 msgstr ""
998 #: branch.c:198
999 msgid "Cannot force update the current branch."
1000 msgstr ""
1002 #: branch.c:218
1003 #, c-format
1004 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1005 msgstr ""
1007 #: branch.c:220
1008 #, c-format
1009 msgid "the requested upstream branch '%s' does not exist"
1010 msgstr ""
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 ""
1024 #: branch.c:265
1025 #, c-format
1026 msgid "Not a valid object name: '%s'."
1027 msgstr ""
1029 #: branch.c:285
1030 #, c-format
1031 msgid "Ambiguous object name: '%s'."
1032 msgstr ""
1034 #: branch.c:290
1035 #, c-format
1036 msgid "Not a valid branch point: '%s'."
1037 msgstr ""
1039 #: branch.c:344
1040 #, c-format
1041 msgid "'%s' is already checked out at '%s'"
1042 msgstr ""
1044 #: branch.c:364
1045 #, c-format
1046 msgid "HEAD of working tree %s is not updated"
1047 msgstr ""
1049 #: bundle.c:34
1050 #, c-format
1051 msgid "'%s' does not look like a v2 bundle file"
1052 msgstr ""
1054 #: bundle.c:61
1055 #, c-format
1056 msgid "unrecognized header: %s%s (%d)"
1057 msgstr ""
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 ""
1064 #: bundle.c:139
1065 msgid "Repository lacks these prerequisite commits:"
1066 msgstr ""
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 ""
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] ""
1082 #: bundle.c:192
1083 msgid "The bundle records a complete history."
1084 msgstr ""
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] ""
1093 #: bundle.c:253
1094 msgid "Could not spawn pack-objects"
1095 msgstr ""
1097 #: bundle.c:264
1098 msgid "pack-objects died"
1099 msgstr ""
1101 #: bundle.c:304
1102 msgid "rev-list died"
1103 msgstr ""
1105 #: bundle.c:353
1106 #, c-format
1107 msgid "ref '%s' is excluded by the rev-list options"
1108 msgstr ""
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 ""
1115 #: bundle.c:451
1116 msgid "Refusing to create empty bundle."
1117 msgstr ""
1119 #: bundle.c:463
1120 #, c-format
1121 msgid "cannot create '%s'"
1122 msgstr ""
1124 #: bundle.c:491
1125 msgid "index-pack died"
1126 msgstr ""
1128 #: color.c:300
1129 #, c-format
1130 msgid "invalid color value: %.*s"
1131 msgstr ""
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 ""
1139 #: commit.c:42
1140 #, c-format
1141 msgid "%s %s is not a commit!"
1142 msgstr ""
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 ""
1151 #: compat/obstack.c:406 compat/obstack.c:408
1152 msgid "memory exhausted"
1153 msgstr ""
1155 #: config.c:191
1156 msgid "relative config include conditionals must come from files"
1157 msgstr ""
1159 #: config.c:711
1160 #, c-format
1161 msgid "bad config line %d in blob %s"
1162 msgstr ""
1164 #: config.c:715
1165 #, c-format
1166 msgid "bad config line %d in file %s"
1167 msgstr ""
1169 #: config.c:719
1170 #, c-format
1171 msgid "bad config line %d in standard input"
1172 msgstr ""
1174 #: config.c:723
1175 #, c-format
1176 msgid "bad config line %d in submodule-blob %s"
1177 msgstr ""
1179 #: config.c:727
1180 #, c-format
1181 msgid "bad config line %d in command line %s"
1182 msgstr ""
1184 #: config.c:731
1185 #, c-format
1186 msgid "bad config line %d in %s"
1187 msgstr ""
1189 #: config.c:859
1190 msgid "out of range"
1191 msgstr ""
1193 #: config.c:859
1194 msgid "invalid unit"
1195 msgstr ""
1197 #: config.c:865
1198 #, c-format
1199 msgid "bad numeric config value '%s' for '%s': %s"
1200 msgstr ""
1202 #: config.c:870
1203 #, c-format
1204 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1205 msgstr ""
1207 #: config.c:873
1208 #, c-format
1209 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1210 msgstr ""
1212 #: config.c:876
1213 #, c-format
1214 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1215 msgstr ""
1217 #: config.c:879
1218 #, c-format
1219 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1220 msgstr ""
1222 #: config.c:882
1223 #, c-format
1224 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1225 msgstr ""
1227 #: config.c:885
1228 #, c-format
1229 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1230 msgstr ""
1232 #: config.c:980
1233 #, c-format
1234 msgid "failed to expand user dir in: '%s'"
1235 msgstr ""
1237 #: config.c:1075 config.c:1086
1238 #, c-format
1239 msgid "bad zlib compression level %d"
1240 msgstr ""
1242 #: config.c:1203
1243 #, c-format
1244 msgid "invalid mode for object creation: %s"
1245 msgstr ""
1247 #: config.c:1359
1248 #, c-format
1249 msgid "bad pack compression level %d"
1250 msgstr ""
1252 #: config.c:1557
1253 msgid "unable to parse command-line config"
1254 msgstr ""
1256 #: config.c:1611
1257 msgid "unknown error occurred while reading the configuration files"
1258 msgstr ""
1260 #: config.c:1970
1261 #, c-format
1262 msgid "Invalid %s: '%s'"
1263 msgstr ""
1265 #: config.c:1991
1266 #, c-format
1267 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1268 msgstr ""
1270 #: config.c:2017
1271 #, c-format
1272 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1273 msgstr ""
1275 #: config.c:2028
1276 #, c-format
1277 msgid "unable to parse '%s' from command-line config"
1278 msgstr ""
1280 #: config.c:2030
1281 #, c-format
1282 msgid "bad config variable '%s' in file '%s' at line %d"
1283 msgstr ""
1285 #: config.c:2089
1286 #, c-format
1287 msgid "%s has multiple values"
1288 msgstr ""
1290 #: config.c:2423 config.c:2648
1291 #, c-format
1292 msgid "fstat on %s failed"
1293 msgstr ""
1295 #: config.c:2541
1296 #, c-format
1297 msgid "could not set '%s' to '%s'"
1298 msgstr ""
1300 #: config.c:2543 builtin/remote.c:774
1301 #, c-format
1302 msgid "could not unset '%s'"
1303 msgstr ""
1305 #: connect.c:49
1306 msgid "The remote end hung up upon initial contact"
1307 msgstr ""
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 ""
1317 #: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1318 msgid "Checking connectivity"
1319 msgstr ""
1321 #: connected.c:75
1322 msgid "Could not run 'git rev-list'"
1323 msgstr ""
1325 #: connected.c:95
1326 msgid "failed write to rev-list"
1327 msgstr ""
1329 #: connected.c:102
1330 msgid "failed to close rev-list's stdin"
1331 msgstr ""
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 ""
1340 #: convert.c:205
1341 #, c-format
1342 msgid "CRLF would be replaced by LF in %s."
1343 msgstr ""
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 ""
1352 #: convert.c:215
1353 #, c-format
1354 msgid "LF would be replaced by CRLF in %s"
1355 msgstr ""
1357 #: date.c:97
1358 msgid "in the future"
1359 msgstr ""
1361 #: date.c:103
1362 #, c-format
1363 msgid "%lu second ago"
1364 msgid_plural "%lu seconds ago"
1365 msgstr[0] ""
1366 msgstr[1] ""
1368 #: date.c:110
1369 #, c-format
1370 msgid "%lu minute ago"
1371 msgid_plural "%lu minutes ago"
1372 msgstr[0] ""
1373 msgstr[1] ""
1375 #: date.c:117
1376 #, c-format
1377 msgid "%lu hour ago"
1378 msgid_plural "%lu hours ago"
1379 msgstr[0] ""
1380 msgstr[1] ""
1382 #: date.c:124
1383 #, c-format
1384 msgid "%lu day ago"
1385 msgid_plural "%lu days ago"
1386 msgstr[0] ""
1387 msgstr[1] ""
1389 #: date.c:130
1390 #, c-format
1391 msgid "%lu week ago"
1392 msgid_plural "%lu weeks ago"
1393 msgstr[0] ""
1394 msgstr[1] ""
1396 #: date.c:137
1397 #, c-format
1398 msgid "%lu month ago"
1399 msgid_plural "%lu months ago"
1400 msgstr[0] ""
1401 msgstr[1] ""
1403 #: date.c:148
1404 #, c-format
1405 msgid "%lu year"
1406 msgid_plural "%lu years"
1407 msgstr[0] ""
1408 msgstr[1] ""
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] ""
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] ""
1425 #: diffcore-order.c:24
1426 #, c-format
1427 msgid "failed to read orderfile '%s'"
1428 msgstr ""
1430 #: diffcore-rename.c:536
1431 msgid "Performing inexact rename detection"
1432 msgstr ""
1434 #: diff.c:62
1435 #, c-format
1436 msgid "option '%s' requires a value"
1437 msgstr ""
1439 #: diff.c:124
1440 #, c-format
1441 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1442 msgstr ""
1444 #: diff.c:129
1445 #, c-format
1446 msgid "  Unknown dirstat parameter '%s'\n"
1447 msgstr ""
1449 #: diff.c:281
1450 #, c-format
1451 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1452 msgstr ""
1454 #: diff.c:344
1455 #, c-format
1456 msgid ""
1457 "Found errors in 'diff.dirstat' config variable:\n"
1458 "%s"
1459 msgstr ""
1461 #: diff.c:3102
1462 #, c-format
1463 msgid "external diff died, stopping at %s"
1464 msgstr ""
1466 #: diff.c:3428
1467 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1468 msgstr ""
1470 #: diff.c:3518
1471 msgid "--follow requires exactly one pathspec"
1472 msgstr ""
1474 #: diff.c:3681
1475 #, c-format
1476 msgid ""
1477 "Failed to parse --dirstat/-X option parameter:\n"
1478 "%s"
1479 msgstr ""
1481 #: diff.c:3695
1482 #, c-format
1483 msgid "Failed to parse --submodule option parameter: '%s'"
1484 msgstr ""
1486 #: diff.c:4719
1487 msgid "inexact rename detection was skipped due to too many files."
1488 msgstr ""
1490 #: diff.c:4722
1491 msgid "only found copies from modified paths due to too many files."
1492 msgstr ""
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 ""
1500 #: dir.c:1899
1501 msgid "failed to get kernel name and information"
1502 msgstr ""
1504 #: dir.c:2018
1505 msgid "Untracked cache is disabled on this system or location."
1506 msgstr ""
1508 #: dir.c:2776 dir.c:2781
1509 #, c-format
1510 msgid "could not create directories for %s"
1511 msgstr ""
1513 #: dir.c:2806
1514 #, c-format
1515 msgid "could not migrate git directory from '%s' to '%s'"
1516 msgstr ""
1518 #: entry.c:280
1519 #, c-format
1520 msgid "could not stat file '%s'"
1521 msgstr ""
1523 #: fetch-pack.c:249
1524 msgid "git fetch-pack: expected shallow list"
1525 msgstr ""
1527 #: fetch-pack.c:261
1528 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1529 msgstr ""
1531 #: fetch-pack.c:280 builtin/archive.c:63
1532 #, c-format
1533 msgid "remote error: %s"
1534 msgstr ""
1536 #: fetch-pack.c:281
1537 #, c-format
1538 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1539 msgstr ""
1541 #: fetch-pack.c:333
1542 msgid "--stateless-rpc requires multi_ack_detailed"
1543 msgstr ""
1545 #: fetch-pack.c:419
1546 #, c-format
1547 msgid "invalid shallow line: %s"
1548 msgstr ""
1550 #: fetch-pack.c:425
1551 #, c-format
1552 msgid "invalid unshallow line: %s"
1553 msgstr ""
1555 #: fetch-pack.c:427
1556 #, c-format
1557 msgid "object not found: %s"
1558 msgstr ""
1560 #: fetch-pack.c:430
1561 #, c-format
1562 msgid "error in object: %s"
1563 msgstr ""
1565 #: fetch-pack.c:432
1566 #, c-format
1567 msgid "no shallow found: %s"
1568 msgstr ""
1570 #: fetch-pack.c:435
1571 #, c-format
1572 msgid "expected shallow/unshallow, got %s"
1573 msgstr ""
1575 #: fetch-pack.c:474
1576 #, c-format
1577 msgid "got %s %d %s"
1578 msgstr ""
1580 #: fetch-pack.c:488
1581 #, c-format
1582 msgid "invalid commit %s"
1583 msgstr ""
1585 #: fetch-pack.c:521
1586 msgid "giving up"
1587 msgstr ""
1589 #: fetch-pack.c:531 progress.c:235
1590 msgid "done"
1591 msgstr ""
1593 #: fetch-pack.c:543
1594 #, c-format
1595 msgid "got %s (%d) %s"
1596 msgstr ""
1598 #: fetch-pack.c:589
1599 #, c-format
1600 msgid "Marking %s as complete"
1601 msgstr ""
1603 #: fetch-pack.c:737
1604 #, c-format
1605 msgid "already have %s (%s)"
1606 msgstr ""
1608 #: fetch-pack.c:775
1609 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1610 msgstr ""
1612 #: fetch-pack.c:783
1613 msgid "protocol error: bad pack header"
1614 msgstr ""
1616 #: fetch-pack.c:839
1617 #, c-format
1618 msgid "fetch-pack: unable to fork off %s"
1619 msgstr ""
1621 #: fetch-pack.c:855
1622 #, c-format
1623 msgid "%s failed"
1624 msgstr ""
1626 #: fetch-pack.c:857
1627 msgid "error in sideband demultiplexer"
1628 msgstr ""
1630 #: fetch-pack.c:884
1631 msgid "Server does not support shallow clients"
1632 msgstr ""
1634 #: fetch-pack.c:888
1635 msgid "Server supports multi_ack_detailed"
1636 msgstr ""
1638 #: fetch-pack.c:891
1639 msgid "Server supports no-done"
1640 msgstr ""
1642 #: fetch-pack.c:897
1643 msgid "Server supports multi_ack"
1644 msgstr ""
1646 #: fetch-pack.c:901
1647 msgid "Server supports side-band-64k"
1648 msgstr ""
1650 #: fetch-pack.c:905
1651 msgid "Server supports side-band"
1652 msgstr ""
1654 #: fetch-pack.c:909
1655 msgid "Server supports allow-tip-sha1-in-want"
1656 msgstr ""
1658 #: fetch-pack.c:913
1659 msgid "Server supports allow-reachable-sha1-in-want"
1660 msgstr ""
1662 #: fetch-pack.c:923
1663 msgid "Server supports ofs-delta"
1664 msgstr ""
1666 #: fetch-pack.c:930
1667 #, c-format
1668 msgid "Server version is %.*s"
1669 msgstr ""
1671 #: fetch-pack.c:936
1672 msgid "Server does not support --shallow-since"
1673 msgstr ""
1675 #: fetch-pack.c:940
1676 msgid "Server does not support --shallow-exclude"
1677 msgstr ""
1679 #: fetch-pack.c:942
1680 msgid "Server does not support --deepen"
1681 msgstr ""
1683 #: fetch-pack.c:953
1684 msgid "no common commits"
1685 msgstr ""
1687 #: fetch-pack.c:965
1688 msgid "git fetch-pack: fetch failed."
1689 msgstr ""
1691 #: fetch-pack.c:1127
1692 msgid "no matching remote head"
1693 msgstr ""
1695 #: fetch-pack.c:1149
1696 #, c-format
1697 msgid "no such remote ref %s"
1698 msgstr ""
1700 #: fetch-pack.c:1152
1701 #, c-format
1702 msgid "Server does not allow request for unadvertised object %s"
1703 msgstr ""
1705 #: gpg-interface.c:185
1706 msgid "gpg failed to sign the data"
1707 msgstr ""
1709 #: gpg-interface.c:215
1710 msgid "could not create temporary file"
1711 msgstr ""
1713 #: gpg-interface.c:217
1714 #, c-format
1715 msgid "failed writing detached signature to '%s'"
1716 msgstr ""
1718 #: graph.c:96
1719 #, c-format
1720 msgid "ignore invalid color '%.*s' in log.graphColors"
1721 msgstr ""
1723 #: grep.c:1796
1724 #, c-format
1725 msgid "'%s': unable to read %s"
1726 msgstr ""
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 ""
1733 #: grep.c:1824
1734 #, c-format
1735 msgid "'%s': short read"
1736 msgstr ""
1738 #: help.c:218
1739 #, c-format
1740 msgid "available git commands in '%s'"
1741 msgstr ""
1743 #: help.c:225
1744 msgid "git commands available from elsewhere on your $PATH"
1745 msgstr ""
1747 #: help.c:256
1748 msgid "These are common Git commands used in various situations:"
1749 msgstr ""
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 ""
1758 #: help.c:376
1759 msgid "Uh oh. Your system reports no Git commands at all."
1760 msgstr ""
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 ""
1769 #: help.c:403
1770 #, c-format
1771 msgid "in %0.1f seconds automatically..."
1772 msgstr ""
1774 #: help.c:410
1775 #, c-format
1776 msgid "git: '%s' is not a git command. See 'git --help'."
1777 msgstr ""
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] ""
1789 #: help.c:476
1790 #, c-format
1791 msgid "%s: %s - %s"
1792 msgstr ""
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 ""
1809 #: ident.c:367
1810 msgid "no email was given and auto-detection is disabled"
1811 msgstr ""
1813 #: ident.c:372
1814 #, c-format
1815 msgid "unable to auto-detect email address (got '%s')"
1816 msgstr ""
1818 #: ident.c:382
1819 msgid "no name was given and auto-detection is disabled"
1820 msgstr ""
1822 #: ident.c:388
1823 #, c-format
1824 msgid "unable to auto-detect name (got '%s')"
1825 msgstr ""
1827 #: ident.c:396
1828 #, c-format
1829 msgid "empty ident name (for <%s>) not allowed"
1830 msgstr ""
1832 #: ident.c:402
1833 #, c-format
1834 msgid "name consists only of disallowed characters: %s"
1835 msgstr ""
1837 #: ident.c:417 builtin/commit.c:611
1838 #, c-format
1839 msgid "invalid date format: %s"
1840 msgstr ""
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 ""
1854 #: lockfile.c:160
1855 #, c-format
1856 msgid "Unable to create '%s.lock': %s"
1857 msgstr ""
1859 #: merge.c:41
1860 msgid "failed to read the cache"
1861 msgstr ""
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 ""
1868 #: merge-recursive.c:209
1869 msgid "(bad commit)\n"
1870 msgstr ""
1872 #: merge-recursive.c:231 merge-recursive.c:239
1873 #, c-format
1874 msgid "addinfo_cache failed for path '%s'"
1875 msgstr ""
1877 #: merge-recursive.c:303
1878 msgid "error building trees"
1879 msgstr ""
1881 #: merge-recursive.c:727
1882 #, c-format
1883 msgid "failed to create path '%s'%s"
1884 msgstr ""
1886 #: merge-recursive.c:738
1887 #, c-format
1888 msgid "Removing %s to make room for subdirectory\n"
1889 msgstr ""
1891 #: merge-recursive.c:752 merge-recursive.c:771
1892 msgid ": perhaps a D/F conflict?"
1893 msgstr ""
1895 #: merge-recursive.c:761
1896 #, c-format
1897 msgid "refusing to lose untracked file at '%s'"
1898 msgstr ""
1900 #: merge-recursive.c:803 builtin/cat-file.c:34
1901 #, c-format
1902 msgid "cannot read object %s '%s'"
1903 msgstr ""
1905 #: merge-recursive.c:805
1906 #, c-format
1907 msgid "blob expected for %s '%s'"
1908 msgstr ""
1910 #: merge-recursive.c:829
1911 #, c-format
1912 msgid "failed to open '%s': %s"
1913 msgstr ""
1915 #: merge-recursive.c:840
1916 #, c-format
1917 msgid "failed to symlink '%s': %s"
1918 msgstr ""
1920 #: merge-recursive.c:845
1921 #, c-format
1922 msgid "do not know what to do with %06o %s '%s'"
1923 msgstr ""
1925 #: merge-recursive.c:985
1926 msgid "Failed to execute internal merge"
1927 msgstr ""
1929 #: merge-recursive.c:989
1930 #, c-format
1931 msgid "Unable to add %s to database"
1932 msgstr ""
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 ""
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 ""
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 ""
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 ""
1962 #: merge-recursive.c:1143
1963 msgid "rename"
1964 msgstr ""
1966 #: merge-recursive.c:1143
1967 msgid "renamed"
1968 msgstr ""
1970 #: merge-recursive.c:1200
1971 #, c-format
1972 msgid "%s is a directory in %s adding as %s instead"
1973 msgstr ""
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 ""
1982 #: merge-recursive.c:1230
1983 msgid " (left unresolved)"
1984 msgstr ""
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 ""
1991 #: merge-recursive.c:1325
1992 #, c-format
1993 msgid "Renaming %s to %s and %s to %s instead"
1994 msgstr ""
1996 #: merge-recursive.c:1528
1997 #, c-format
1998 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1999 msgstr ""
2001 #: merge-recursive.c:1543
2002 #, c-format
2003 msgid "Adding merged %s"
2004 msgstr ""
2006 #: merge-recursive.c:1550 merge-recursive.c:1780
2007 #, c-format
2008 msgid "Adding as %s instead"
2009 msgstr ""
2011 #: merge-recursive.c:1607
2012 #, c-format
2013 msgid "cannot read object %s"
2014 msgstr ""
2016 #: merge-recursive.c:1610
2017 #, c-format
2018 msgid "object %s is not a blob"
2019 msgstr ""
2021 #: merge-recursive.c:1679
2022 msgid "modify"
2023 msgstr ""
2025 #: merge-recursive.c:1679
2026 msgid "modified"
2027 msgstr ""
2029 #: merge-recursive.c:1689
2030 msgid "content"
2031 msgstr ""
2033 #: merge-recursive.c:1696
2034 msgid "add/add"
2035 msgstr ""
2037 #: merge-recursive.c:1732
2038 #, c-format
2039 msgid "Skipped %s (merged same as existing)"
2040 msgstr ""
2042 #: merge-recursive.c:1746
2043 #, c-format
2044 msgid "Auto-merging %s"
2045 msgstr ""
2047 #: merge-recursive.c:1750 git-submodule.sh:944
2048 msgid "submodule"
2049 msgstr ""
2051 #: merge-recursive.c:1751
2052 #, c-format
2053 msgid "CONFLICT (%s): Merge conflict in %s"
2054 msgstr ""
2056 #: merge-recursive.c:1845
2057 #, c-format
2058 msgid "Removing %s"
2059 msgstr ""
2061 #: merge-recursive.c:1871
2062 msgid "file/directory"
2063 msgstr ""
2065 #: merge-recursive.c:1877
2066 msgid "directory/file"
2067 msgstr ""
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 ""
2074 #: merge-recursive.c:1892
2075 #, c-format
2076 msgid "Adding %s"
2077 msgstr ""
2079 #: merge-recursive.c:1929
2080 msgid "Already up-to-date!"
2081 msgstr ""
2083 #: merge-recursive.c:1938
2084 #, c-format
2085 msgid "merging of trees %s and %s failed"
2086 msgstr ""
2088 #: merge-recursive.c:2021
2089 msgid "Merging:"
2090 msgstr ""
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] ""
2099 #: merge-recursive.c:2073
2100 msgid "merge returned no commit"
2101 msgstr ""
2103 #: merge-recursive.c:2136
2104 #, c-format
2105 msgid "Could not parse object '%s'"
2106 msgstr ""
2108 #: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2109 msgid "Unable to write index."
2110 msgstr ""
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 ""
2120 #: notes-merge.c:280
2121 #, c-format
2122 msgid "You have not concluded your notes merge (%s exists)."
2123 msgstr ""
2125 #: notes-utils.c:41
2126 msgid "Cannot commit uninitialized/unreferenced notes tree"
2127 msgstr ""
2129 #: notes-utils.c:100
2130 #, c-format
2131 msgid "Bad notes.rewriteMode value: '%s'"
2132 msgstr ""
2134 #: notes-utils.c:110
2135 #, c-format
2136 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2137 msgstr ""
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 ""
2146 #: object.c:240
2147 #, c-format
2148 msgid "unable to parse object: %s"
2149 msgstr ""
2151 #: parse-options.c:572
2152 msgid "..."
2153 msgstr ""
2155 #: parse-options.c:590
2156 #, c-format
2157 msgid "usage: %s"
2158 msgstr ""
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 ""
2167 #: parse-options.c:597
2168 #, c-format
2169 msgid "    %s"
2170 msgstr ""
2172 #: parse-options.c:631
2173 msgid "-NUM"
2174 msgstr ""
2176 #: parse-options-cb.c:108
2177 #, c-format
2178 msgid "malformed object name '%s'"
2179 msgstr ""
2181 #: path.c:810
2182 #, c-format
2183 msgid "Could not make %s writable by group"
2184 msgstr ""
2186 #: pathspec.c:125
2187 msgid "Escape character '\\' not allowed as last character in attr value"
2188 msgstr ""
2190 #: pathspec.c:143
2191 msgid "Only one 'attr:' specification is allowed."
2192 msgstr ""
2194 #: pathspec.c:146
2195 msgid "attr spec must not be empty"
2196 msgstr ""
2198 #: pathspec.c:189
2199 #, c-format
2200 msgid "invalid attribute name %s"
2201 msgstr ""
2203 #: pathspec.c:254
2204 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2205 msgstr ""
2207 #: pathspec.c:261
2208 msgid ""
2209 "global 'literal' pathspec setting is incompatible with all other global "
2210 "pathspec settings"
2211 msgstr ""
2213 #: pathspec.c:301
2214 msgid "invalid parameter for pathspec magic 'prefix'"
2215 msgstr ""
2217 #: pathspec.c:322
2218 #, c-format
2219 msgid "Invalid pathspec magic '%.*s' in '%s'"
2220 msgstr ""
2222 #: pathspec.c:327
2223 #, c-format
2224 msgid "Missing ')' at the end of pathspec magic in '%s'"
2225 msgstr ""
2227 #: pathspec.c:365
2228 #, c-format
2229 msgid "Unimplemented pathspec magic '%c' in '%s'"
2230 msgstr ""
2232 #: pathspec.c:421 pathspec.c:443
2233 #, c-format
2234 msgid "Pathspec '%s' is in submodule '%.*s'"
2235 msgstr ""
2237 #: pathspec.c:483
2238 #, c-format
2239 msgid "%s: 'literal' and 'glob' are incompatible"
2240 msgstr ""
2242 #: pathspec.c:496
2243 #, c-format
2244 msgid "%s: '%s' is outside repository"
2245 msgstr ""
2247 #: pathspec.c:584
2248 #, c-format
2249 msgid "'%s' (mnemonic: '%c')"
2250 msgstr ""
2252 #: pathspec.c:594
2253 #, c-format
2254 msgid "%s: pathspec magic not supported by this command: %s"
2255 msgstr ""
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 ""
2263 #: pathspec.c:668
2264 #, c-format
2265 msgid "pathspec '%s' is beyond a symbolic link"
2266 msgstr ""
2268 #: pretty.c:982
2269 msgid "unable to parse --pretty format"
2270 msgstr ""
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 ""
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 ""
2286 #: read-cache.c:2375 sequencer.c:1350 sequencer.c:2048
2287 #, c-format
2288 msgid "could not stat '%s'"
2289 msgstr ""
2291 #: read-cache.c:2388
2292 #, c-format
2293 msgid "unable to open git dir: %s"
2294 msgstr ""
2296 #: read-cache.c:2400
2297 #, c-format
2298 msgid "unable to unlink: %s"
2299 msgstr ""
2301 #: refs.c:620 builtin/merge.c:844
2302 #, c-format
2303 msgid "Could not open '%s' for writing"
2304 msgstr ""
2306 #: refs.c:1667
2307 msgid "ref updates forbidden inside quarantine environment"
2308 msgstr ""
2310 #: refs/files-backend.c:1631
2311 #, c-format
2312 msgid "could not delete reference %s: %s"
2313 msgstr ""
2315 #: refs/files-backend.c:1634
2316 #, c-format
2317 msgid "could not delete references: %s"
2318 msgstr ""
2320 #: refs/files-backend.c:1643
2321 #, c-format
2322 msgid "could not remove reference %s"
2323 msgstr ""
2325 #: ref-filter.c:35 wt-status.c:1780
2326 msgid "gone"
2327 msgstr ""
2329 #: ref-filter.c:36
2330 #, c-format
2331 msgid "ahead %d"
2332 msgstr ""
2334 #: ref-filter.c:37
2335 #, c-format
2336 msgid "behind %d"
2337 msgstr ""
2339 #: ref-filter.c:38
2340 #, c-format
2341 msgid "ahead %d, behind %d"
2342 msgstr ""
2344 #: ref-filter.c:104
2345 #, c-format
2346 msgid "expected format: %%(color:<color>)"
2347 msgstr ""
2349 #: ref-filter.c:106
2350 #, c-format
2351 msgid "unrecognized color: %%(color:%s)"
2352 msgstr ""
2354 #: ref-filter.c:120
2355 #, c-format
2356 msgid "Integer value expected refname:lstrip=%s"
2357 msgstr ""
2359 #: ref-filter.c:124
2360 #, c-format
2361 msgid "Integer value expected refname:rstrip=%s"
2362 msgstr ""
2364 #: ref-filter.c:126
2365 #, c-format
2366 msgid "unrecognized %%(%s) argument: %s"
2367 msgstr ""
2369 #: ref-filter.c:166
2370 #, c-format
2371 msgid "%%(body) does not take arguments"
2372 msgstr ""
2374 #: ref-filter.c:173
2375 #, c-format
2376 msgid "%%(subject) does not take arguments"
2377 msgstr ""
2379 #: ref-filter.c:180
2380 #, c-format
2381 msgid "%%(trailers) does not take arguments"
2382 msgstr ""
2384 #: ref-filter.c:199
2385 #, c-format
2386 msgid "positive value expected contents:lines=%s"
2387 msgstr ""
2389 #: ref-filter.c:201
2390 #, c-format
2391 msgid "unrecognized %%(contents) argument: %s"
2392 msgstr ""
2394 #: ref-filter.c:214
2395 #, c-format
2396 msgid "positive value expected objectname:short=%s"
2397 msgstr ""
2399 #: ref-filter.c:218
2400 #, c-format
2401 msgid "unrecognized %%(objectname) argument: %s"
2402 msgstr ""
2404 #: ref-filter.c:245
2405 #, c-format
2406 msgid "expected format: %%(align:<width>,<position>)"
2407 msgstr ""
2409 #: ref-filter.c:257
2410 #, c-format
2411 msgid "unrecognized position:%s"
2412 msgstr ""
2414 #: ref-filter.c:261
2415 #, c-format
2416 msgid "unrecognized width:%s"
2417 msgstr ""
2419 #: ref-filter.c:267
2420 #, c-format
2421 msgid "unrecognized %%(align) argument: %s"
2422 msgstr ""
2424 #: ref-filter.c:271
2425 #, c-format
2426 msgid "positive width expected with the %%(align) atom"
2427 msgstr ""
2429 #: ref-filter.c:286
2430 #, c-format
2431 msgid "unrecognized %%(if) argument: %s"
2432 msgstr ""
2434 #: ref-filter.c:371
2435 #, c-format
2436 msgid "malformed field name: %.*s"
2437 msgstr ""
2439 #: ref-filter.c:397
2440 #, c-format
2441 msgid "unknown field name: %.*s"
2442 msgstr ""
2444 #: ref-filter.c:501
2445 #, c-format
2446 msgid "format: %%(if) atom used without a %%(then) atom"
2447 msgstr ""
2449 #: ref-filter.c:561
2450 #, c-format
2451 msgid "format: %%(then) atom used without an %%(if) atom"
2452 msgstr ""
2454 #: ref-filter.c:563
2455 #, c-format
2456 msgid "format: %%(then) atom used more than once"
2457 msgstr ""
2459 #: ref-filter.c:565
2460 #, c-format
2461 msgid "format: %%(then) atom used after %%(else)"
2462 msgstr ""
2464 #: ref-filter.c:591
2465 #, c-format
2466 msgid "format: %%(else) atom used without an %%(if) atom"
2467 msgstr ""
2469 #: ref-filter.c:593
2470 #, c-format
2471 msgid "format: %%(else) atom used without a %%(then) atom"
2472 msgstr ""
2474 #: ref-filter.c:595
2475 #, c-format
2476 msgid "format: %%(else) atom used more than once"
2477 msgstr ""
2479 #: ref-filter.c:608
2480 #, c-format
2481 msgid "format: %%(end) atom used without corresponding atom"
2482 msgstr ""
2484 #: ref-filter.c:663
2485 #, c-format
2486 msgid "malformed format string %s"
2487 msgstr ""
2489 #: ref-filter.c:1247
2490 #, c-format
2491 msgid "(no branch, rebasing %s)"
2492 msgstr ""
2494 #: ref-filter.c:1250
2495 #, c-format
2496 msgid "(no branch, bisect started on %s)"
2497 msgstr ""
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 ""
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 ""
2513 #: ref-filter.c:1265
2514 msgid "(no branch)"
2515 msgstr ""
2517 #: ref-filter.c:1420 ref-filter.c:1451
2518 #, c-format
2519 msgid "missing object %s for %s"
2520 msgstr ""
2522 #: ref-filter.c:1423 ref-filter.c:1454
2523 #, c-format
2524 msgid "parse_object_buffer failed on %s for %s"
2525 msgstr ""
2527 #: ref-filter.c:1692
2528 #, c-format
2529 msgid "malformed object at '%s'"
2530 msgstr ""
2532 #: ref-filter.c:1759
2533 #, c-format
2534 msgid "ignoring ref with broken name %s"
2535 msgstr ""
2537 #: ref-filter.c:1764
2538 #, c-format
2539 msgid "ignoring broken ref %s"
2540 msgstr ""
2542 #: ref-filter.c:2028
2543 #, c-format
2544 msgid "format: %%(end) atom missing"
2545 msgstr ""
2547 #: ref-filter.c:2109
2548 #, c-format
2549 msgid "malformed object name %s"
2550 msgstr ""
2552 #: remote.c:754
2553 #, c-format
2554 msgid "Cannot fetch both %s and %s to %s"
2555 msgstr ""
2557 #: remote.c:758
2558 #, c-format
2559 msgid "%s usually tracks %s, not %s"
2560 msgstr ""
2562 #: remote.c:762
2563 #, c-format
2564 msgid "%s tracks both %s and %s"
2565 msgstr ""
2567 #: remote.c:770
2568 msgid "Internal error"
2569 msgstr ""
2571 #: remote.c:1685 remote.c:1787
2572 msgid "HEAD does not point to a branch"
2573 msgstr ""
2575 #: remote.c:1694
2576 #, c-format
2577 msgid "no such branch: '%s'"
2578 msgstr ""
2580 #: remote.c:1697
2581 #, c-format
2582 msgid "no upstream configured for branch '%s'"
2583 msgstr ""
2585 #: remote.c:1703
2586 #, c-format
2587 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2588 msgstr ""
2590 #: remote.c:1718
2591 #, c-format
2592 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2593 msgstr ""
2595 #: remote.c:1730
2596 #, c-format
2597 msgid "branch '%s' has no remote for pushing"
2598 msgstr ""
2600 #: remote.c:1741
2601 #, c-format
2602 msgid "push refspecs for '%s' do not include '%s'"
2603 msgstr ""
2605 #: remote.c:1754
2606 msgid "push has no destination (push.default is 'nothing')"
2607 msgstr ""
2609 #: remote.c:1776
2610 msgid "cannot resolve 'simple' push to a single destination"
2611 msgstr ""
2613 #: remote.c:2081
2614 #, c-format
2615 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2616 msgstr ""
2618 #: remote.c:2085
2619 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2620 msgstr ""
2622 #: remote.c:2088
2623 #, c-format
2624 msgid "Your branch is up-to-date with '%s'.\n"
2625 msgstr ""
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] ""
2634 #: remote.c:2098
2635 msgid "  (use \"git push\" to publish your local commits)\n"
2636 msgstr ""
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] ""
2646 #: remote.c:2109
2647 msgid "  (use \"git pull\" to update your local branch)\n"
2648 msgstr ""
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] ""
2661 #: remote.c:2122
2662 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2663 msgstr ""
2665 #: revision.c:2158
2666 msgid "your current branch appears to be broken"
2667 msgstr ""
2669 #: revision.c:2161
2670 #, c-format
2671 msgid "your current branch '%s' does not have any commits yet"
2672 msgstr ""
2674 #: revision.c:2355
2675 msgid "--first-parent is incompatible with --bisect"
2676 msgstr ""
2678 #: run-command.c:125
2679 msgid "open /dev/null failed"
2680 msgstr ""
2682 #: run-command.c:127
2683 #, c-format
2684 msgid "dup2(%d,%d) failed"
2685 msgstr ""
2687 #: send-pack.c:150
2688 #, c-format
2689 msgid "unable to parse remote unpack status: %s"
2690 msgstr ""
2692 #: send-pack.c:152
2693 #, c-format
2694 msgid "remote unpack failed: %s"
2695 msgstr ""
2697 #: send-pack.c:315
2698 msgid "failed to sign the push certificate"
2699 msgstr ""
2701 #: send-pack.c:428
2702 msgid "the receiving end does not support --signed push"
2703 msgstr ""
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 ""
2711 #: send-pack.c:442
2712 msgid "the receiving end does not support --atomic push"
2713 msgstr ""
2715 #: send-pack.c:447
2716 msgid "the receiving end does not support push options"
2717 msgstr ""
2719 #: sequencer.c:215
2720 msgid "revert"
2721 msgstr ""
2723 #: sequencer.c:217
2724 msgid "cherry-pick"
2725 msgstr ""
2727 #: sequencer.c:219
2728 msgid "rebase -i"
2729 msgstr ""
2731 #: sequencer.c:221
2732 #, c-format
2733 msgid "Unknown action: %d"
2734 msgstr ""
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 ""
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 ""
2749 #: sequencer.c:294 sequencer.c:1682
2750 #, c-format
2751 msgid "could not lock '%s'"
2752 msgstr ""
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 ""
2759 #: sequencer.c:301
2760 #, c-format
2761 msgid "could not write eol to '%s'"
2762 msgstr ""
2764 #: sequencer.c:305 sequencer.c:1565 sequencer.c:1689
2765 #, c-format
2766 msgid "failed to finalize '%s'."
2767 msgstr ""
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 ""
2775 #: sequencer.c:355
2776 #, c-format
2777 msgid "your local changes would be overwritten by %s."
2778 msgstr ""
2780 #: sequencer.c:359
2781 msgid "commit your changes or stash them to proceed."
2782 msgstr ""
2784 #: sequencer.c:388
2785 #, c-format
2786 msgid "%s: fast-forward"
2787 msgstr ""
2789 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2790 #. * "rebase -i".
2792 #: sequencer.c:470
2793 #, c-format
2794 msgid "%s: Unable to write new index file"
2795 msgstr ""
2797 #: sequencer.c:489
2798 msgid "could not resolve HEAD commit\n"
2799 msgstr ""
2801 #: sequencer.c:509
2802 msgid "unable to update cache tree\n"
2803 msgstr ""
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 ""
2822 #: sequencer.c:694
2823 #, c-format
2824 msgid "could not parse commit %s\n"
2825 msgstr ""
2827 #: sequencer.c:699
2828 #, c-format
2829 msgid "could not parse parent commit %s\n"
2830 msgstr ""
2832 #: sequencer.c:821
2833 #, c-format
2834 msgid ""
2835 "unexpected 1st line of squash message:\n"
2836 "\n"
2837 "\t%.*s"
2838 msgstr ""
2840 #: sequencer.c:827
2841 #, c-format
2842 msgid ""
2843 "invalid 1st line of squash message:\n"
2844 "\n"
2845 "\t%.*s"
2846 msgstr ""
2848 #: sequencer.c:833 sequencer.c:858
2849 #, c-format
2850 msgid "This is a combination of %d commits."
2851 msgstr ""
2853 #: sequencer.c:842
2854 msgid "need a HEAD to fixup"
2855 msgstr ""
2857 #: sequencer.c:844
2858 msgid "could not read HEAD"
2859 msgstr ""
2861 #: sequencer.c:846
2862 msgid "could not read HEAD's commit message"
2863 msgstr ""
2865 #: sequencer.c:852
2866 #, c-format
2867 msgid "cannot write '%s'"
2868 msgstr ""
2870 #: sequencer.c:861 git-rebase--interactive.sh:445
2871 msgid "This is the 1st commit message:"
2872 msgstr ""
2874 #: sequencer.c:869
2875 #, c-format
2876 msgid "could not read commit message of %s"
2877 msgstr ""
2879 #: sequencer.c:876
2880 #, c-format
2881 msgid "This is the commit message #%d:"
2882 msgstr ""
2884 #: sequencer.c:881
2885 #, c-format
2886 msgid "The commit message #%d will be skipped:"
2887 msgstr ""
2889 #: sequencer.c:886
2890 #, c-format
2891 msgid "unknown command: %d"
2892 msgstr ""
2894 #: sequencer.c:952
2895 msgid "your index file is unmerged."
2896 msgstr ""
2898 #: sequencer.c:970
2899 #, c-format
2900 msgid "commit %s is a merge but no -m option was given."
2901 msgstr ""
2903 #: sequencer.c:978
2904 #, c-format
2905 msgid "commit %s does not have parent %d"
2906 msgstr ""
2908 #: sequencer.c:982
2909 #, c-format
2910 msgid "mainline was specified but commit %s is not a merge."
2911 msgstr ""
2913 #: sequencer.c:988
2914 #, c-format
2915 msgid "cannot get commit message for %s"
2916 msgstr ""
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 ""
2925 #: sequencer.c:1071 sequencer.c:1827
2926 #, c-format
2927 msgid "could not rename '%s' to '%s'"
2928 msgstr ""
2930 #: sequencer.c:1122
2931 #, c-format
2932 msgid "could not revert %s... %s"
2933 msgstr ""
2935 #: sequencer.c:1123
2936 #, c-format
2937 msgid "could not apply %s... %s"
2938 msgstr ""
2940 #: sequencer.c:1165
2941 msgid "empty commit set passed"
2942 msgstr ""
2944 #: sequencer.c:1175
2945 #, c-format
2946 msgid "git %s: failed to read the index"
2947 msgstr ""
2949 #: sequencer.c:1182
2950 #, c-format
2951 msgid "git %s: failed to refresh the index"
2952 msgstr ""
2954 #: sequencer.c:1303
2955 #, c-format
2956 msgid "invalid line %d: %.*s"
2957 msgstr ""
2959 #: sequencer.c:1311
2960 #, c-format
2961 msgid "cannot '%s' without a previous commit"
2962 msgstr ""
2964 #: sequencer.c:1344
2965 #, c-format
2966 msgid "could not read '%s'."
2967 msgstr ""
2969 #: sequencer.c:1356
2970 msgid "please fix this using 'git rebase --edit-todo'."
2971 msgstr ""
2973 #: sequencer.c:1358
2974 #, c-format
2975 msgid "unusable instruction sheet: '%s'"
2976 msgstr ""
2978 #: sequencer.c:1363
2979 msgid "no commits parsed."
2980 msgstr ""
2982 #: sequencer.c:1374
2983 msgid "cannot cherry-pick during a revert."
2984 msgstr ""
2986 #: sequencer.c:1376
2987 msgid "cannot revert during a cherry-pick."
2988 msgstr ""
2990 #: sequencer.c:1439
2991 #, c-format
2992 msgid "invalid key: %s"
2993 msgstr ""
2995 #: sequencer.c:1442
2996 #, c-format
2997 msgid "invalid value for %s: %s"
2998 msgstr ""
3000 #: sequencer.c:1499
3001 #, c-format
3002 msgid "malformed options sheet: '%s'"
3003 msgstr ""
3005 #: sequencer.c:1537
3006 msgid "a cherry-pick or revert is already in progress"
3007 msgstr ""
3009 #: sequencer.c:1538
3010 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3011 msgstr ""
3013 #: sequencer.c:1541
3014 #, c-format
3015 msgid "could not create sequencer directory '%s'"
3016 msgstr ""
3018 #: sequencer.c:1555
3019 msgid "could not lock HEAD"
3020 msgstr ""
3022 #: sequencer.c:1611 sequencer.c:2181
3023 msgid "no cherry-pick or revert in progress"
3024 msgstr ""
3026 #: sequencer.c:1613
3027 msgid "cannot resolve HEAD"
3028 msgstr ""
3030 #: sequencer.c:1615 sequencer.c:1649
3031 msgid "cannot abort from a branch yet to be born"
3032 msgstr ""
3034 #: sequencer.c:1635 builtin/grep.c:910
3035 #, c-format
3036 msgid "cannot open '%s'"
3037 msgstr ""
3039 #: sequencer.c:1637
3040 #, c-format
3041 msgid "cannot read '%s': %s"
3042 msgstr ""
3044 #: sequencer.c:1638
3045 msgid "unexpected end of file"
3046 msgstr ""
3048 #: sequencer.c:1644
3049 #, c-format
3050 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3051 msgstr ""
3053 #: sequencer.c:1655
3054 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3055 msgstr ""
3057 #: sequencer.c:1792 sequencer.c:2080
3058 msgid "cannot read HEAD"
3059 msgstr ""
3061 #: sequencer.c:1832 builtin/difftool.c:616
3062 #, c-format
3063 msgid "could not copy '%s' to '%s'"
3064 msgstr ""
3066 #: sequencer.c:1848
3067 msgid "could not read index"
3068 msgstr ""
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 ""
3080 #: sequencer.c:1859
3081 msgid "and made changes to the index and/or the working tree\n"
3082 msgstr ""
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 ""
3095 #: sequencer.c:1920 git-rebase.sh:169
3096 #, c-format
3097 msgid "Applied autostash."
3098 msgstr ""
3100 #: sequencer.c:1932
3101 #, c-format
3102 msgid "cannot store %s"
3103 msgstr ""
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 ""
3113 #: sequencer.c:2016
3114 #, c-format
3115 msgid "Stopped at %s...  %.*s\n"
3116 msgstr ""
3118 #: sequencer.c:2058
3119 #, c-format
3120 msgid "unknown command %d"
3121 msgstr ""
3123 #: sequencer.c:2088
3124 msgid "could not read orig-head"
3125 msgstr ""
3127 #: sequencer.c:2092
3128 msgid "could not read 'onto'"
3129 msgstr ""
3131 #: sequencer.c:2099
3132 #, c-format
3133 msgid "could not update %s"
3134 msgstr ""
3136 #: sequencer.c:2106
3137 #, c-format
3138 msgid "could not update HEAD to %s"
3139 msgstr ""
3141 #: sequencer.c:2190
3142 msgid "cannot rebase: You have unstaged changes."
3143 msgstr ""
3145 #: sequencer.c:2195
3146 msgid "could not remove CHERRY_PICK_HEAD"
3147 msgstr ""
3149 #: sequencer.c:2204
3150 msgid "cannot amend non-existing commit"
3151 msgstr ""
3153 #: sequencer.c:2206
3154 #, c-format
3155 msgid "invalid file: '%s'"
3156 msgstr ""
3158 #: sequencer.c:2208
3159 #, c-format
3160 msgid "invalid contents: '%s'"
3161 msgstr ""
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 ""
3170 #: sequencer.c:2221
3171 msgid "could not commit staged changes."
3172 msgstr ""
3174 #: sequencer.c:2301
3175 #, c-format
3176 msgid "%s: can't cherry-pick a %s"
3177 msgstr ""
3179 #: sequencer.c:2305
3180 #, c-format
3181 msgid "%s: bad revision"
3182 msgstr ""
3184 #: sequencer.c:2338
3185 msgid "can't revert as initial commit"
3186 msgstr ""
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 ""
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 ""
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 ""
3211 #: setup.c:475
3212 #, c-format
3213 msgid "Expected git repo version <= %d, found %d"
3214 msgstr ""
3216 #: setup.c:483
3217 msgid "unknown repository extensions found:"
3218 msgstr ""
3220 #: setup.c:776
3221 #, c-format
3222 msgid "Not a git repository (or any of the parent directories): %s"
3223 msgstr ""
3225 #: setup.c:778 builtin/index-pack.c:1646
3226 msgid "Cannot come back to cwd"
3227 msgstr ""
3229 #: setup.c:1010
3230 msgid "Unable to read current working directory"
3231 msgstr ""
3233 #: setup.c:1022 setup.c:1028
3234 #, c-format
3235 msgid "Cannot change to '%s'"
3236 msgstr ""
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 ""
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 ""
3252 #: sha1_file.c:559
3253 #, c-format
3254 msgid "path '%s' does not exist"
3255 msgstr ""
3257 #: sha1_file.c:585
3258 #, c-format
3259 msgid "reference repository '%s' as a linked checkout is not supported yet."
3260 msgstr ""
3262 #: sha1_file.c:591
3263 #, c-format
3264 msgid "reference repository '%s' is not a local repository."
3265 msgstr ""
3267 #: sha1_file.c:597
3268 #, c-format
3269 msgid "reference repository '%s' is shallow"
3270 msgstr ""
3272 #: sha1_file.c:605
3273 #, c-format
3274 msgid "reference repository '%s' is grafted"
3275 msgstr ""
3277 #: sha1_file.c:1245
3278 msgid "offset before end of packfile (broken .idx?)"
3279 msgstr ""
3281 #: sha1_file.c:2721
3282 #, c-format
3283 msgid "offset before start of pack index for %s (corrupt index?)"
3284 msgstr ""
3286 #: sha1_file.c:2725
3287 #, c-format
3288 msgid "offset beyond end of pack index for %s (truncated index?)"
3289 msgstr ""
3291 #: sha1_name.c:409
3292 #, c-format
3293 msgid "short SHA1 %s is ambiguous"
3294 msgstr ""
3296 #: sha1_name.c:420
3297 msgid "The candidates are:"
3298 msgstr ""
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 ""
3313 #: submodule.c:67 submodule.c:101
3314 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3315 msgstr ""
3317 #: submodule.c:71 submodule.c:105
3318 #, c-format
3319 msgid "Could not find section in .gitmodules where path=%s"
3320 msgstr ""
3322 #: submodule.c:79
3323 #, c-format
3324 msgid "Could not update .gitmodules entry %s"
3325 msgstr ""
3327 #: submodule.c:112
3328 #, c-format
3329 msgid "Could not remove .gitmodules entry for %s"
3330 msgstr ""
3332 #: submodule.c:123
3333 msgid "staging updated .gitmodules failed"
3334 msgstr ""
3336 #: submodule.c:161
3337 msgid "negative values not allowed for submodule.fetchJobs"
3338 msgstr ""
3340 #: submodule.c:1194
3341 #, c-format
3342 msgid "'%s' not recognized as a git repository"
3343 msgstr ""
3345 #: submodule.c:1332
3346 #, c-format
3347 msgid "could not start 'git status' in submodule '%s'"
3348 msgstr ""
3350 #: submodule.c:1345
3351 #, c-format
3352 msgid "could not run 'git status' in submodule '%s'"
3353 msgstr ""
3355 #: submodule.c:1421
3356 #, c-format
3357 msgid "submodule '%s' has dirty index"
3358 msgstr ""
3360 #: submodule.c:1678
3361 #, c-format
3362 msgid ""
3363 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3364 msgstr ""
3366 #: submodule.c:1690 submodule.c:1746
3367 #, c-format
3368 msgid "could not lookup name for submodule '%s'"
3369 msgstr ""
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 ""
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 ""
3385 #: submodule.c:1781
3386 #, c-format
3387 msgid "could not recurse into submodule '%s'"
3388 msgstr ""
3390 #: submodule.c:1825
3391 msgid "could not start ls-files in .."
3392 msgstr ""
3394 #: submodule.c:1845
3395 msgid "BUG: returned path string doesn't match cwd?"
3396 msgstr ""
3398 #: submodule.c:1864
3399 #, c-format
3400 msgid "ls-tree returned unexpected return code %d"
3401 msgstr ""
3403 #: submodule-config.c:380
3404 #, c-format
3405 msgid "invalid value for %s"
3406 msgstr ""
3408 #: trailer.c:240
3409 #, c-format
3410 msgid "running trailer command '%s' failed"
3411 msgstr ""
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 ""
3419 #: trailer.c:525 trailer.c:530 builtin/remote.c:289
3420 #, c-format
3421 msgid "more than one %s"
3422 msgstr ""
3424 #: trailer.c:702
3425 #, c-format
3426 msgid "empty trailer token in trailer '%.*s'"
3427 msgstr ""
3429 #: trailer.c:722
3430 #, c-format
3431 msgid "could not read input file '%s'"
3432 msgstr ""
3434 #: trailer.c:725
3435 msgid "could not read from stdin"
3436 msgstr ""
3438 #: trailer.c:949 builtin/am.c:44
3439 #, c-format
3440 msgid "could not stat %s"
3441 msgstr ""
3443 #: trailer.c:951
3444 #, c-format
3445 msgid "file %s is not a regular file"
3446 msgstr ""
3448 #: trailer.c:953
3449 #, c-format
3450 msgid "file %s is not writable by user"
3451 msgstr ""
3453 #: trailer.c:965
3454 msgid "could not open temporary file"
3455 msgstr ""
3457 #: trailer.c:1001
3458 #, c-format
3459 msgid "could not rename temporary file to %s"
3460 msgstr ""
3462 #: transport.c:62
3463 #, c-format
3464 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3465 msgstr ""
3467 #: transport.c:151
3468 #, c-format
3469 msgid "transport: invalid depth option '%s'"
3470 msgstr ""
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 ""
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 ""
3495 #: transport.c:901
3496 msgid "Aborting."
3497 msgstr ""
3499 #: transport-helper.c:1080
3500 #, c-format
3501 msgid "Could not read ref %s"
3502 msgstr ""
3504 #: tree-walk.c:31
3505 msgid "too-short tree object"
3506 msgstr ""
3508 #: tree-walk.c:37
3509 msgid "malformed mode in tree entry"
3510 msgstr ""
3512 #: tree-walk.c:41
3513 msgid "empty filename in tree entry"
3514 msgstr ""
3516 #: tree-walk.c:113
3517 msgid "too-short tree file"
3518 msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
3655 #: unpack-trees.c:161
3656 #, c-format
3657 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3658 msgstr ""
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 ""
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 ""
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 ""
3683 #: unpack-trees.c:170
3684 #, c-format
3685 msgid ""
3686 "Cannot update submodule:\n"
3687 "%s"
3688 msgstr ""
3690 #: unpack-trees.c:247
3691 #, c-format
3692 msgid "Aborting\n"
3693 msgstr ""
3695 #: unpack-trees.c:272
3696 #, c-format
3697 msgid "submodule update strategy not supported for submodule '%s'"
3698 msgstr ""
3700 #: unpack-trees.c:340
3701 msgid "Checking out files"
3702 msgstr ""
3704 #: urlmatch.c:163
3705 msgid "invalid URL scheme name or missing '://' suffix"
3706 msgstr ""
3708 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3709 #, c-format
3710 msgid "invalid %XX escape sequence"
3711 msgstr ""
3713 #: urlmatch.c:215
3714 msgid "missing host and scheme is not 'file:'"
3715 msgstr ""
3717 #: urlmatch.c:232
3718 msgid "a 'file:' URL may not have a port number"
3719 msgstr ""
3721 #: urlmatch.c:247
3722 msgid "invalid characters in host name"
3723 msgstr ""
3725 #: urlmatch.c:292 urlmatch.c:303
3726 msgid "invalid port number"
3727 msgstr ""
3729 #: urlmatch.c:371
3730 msgid "invalid '..' path segment"
3731 msgstr ""
3733 #: worktree.c:285
3734 #, c-format
3735 msgid "failed to read '%s'"
3736 msgstr ""
3738 #: wrapper.c:222 wrapper.c:392
3739 #, c-format
3740 msgid "could not open '%s' for reading and writing"
3741 msgstr ""
3743 #: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3744 #, c-format
3745 msgid "could not open '%s' for writing"
3746 msgstr ""
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 ""
3755 #: wrapper.c:581 wrapper.c:602
3756 #, c-format
3757 msgid "unable to access '%s'"
3758 msgstr ""
3760 #: wrapper.c:610
3761 msgid "unable to get current working directory"
3762 msgstr ""
3764 #: wrapper.c:634
3765 #, c-format
3766 msgid "could not write to %s"
3767 msgstr ""
3769 #: wrapper.c:636
3770 #, c-format
3771 msgid "could not close %s"
3772 msgstr ""
3774 #: wt-status.c:151
3775 msgid "Unmerged paths:"
3776 msgstr ""
3778 #: wt-status.c:178 wt-status.c:205
3779 #, c-format
3780 msgid "  (use \"git reset %s <file>...\" to unstage)"
3781 msgstr ""
3783 #: wt-status.c:180 wt-status.c:207
3784 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3785 msgstr ""
3787 #: wt-status.c:184
3788 msgid "  (use \"git add <file>...\" to mark resolution)"
3789 msgstr ""
3791 #: wt-status.c:186 wt-status.c:190
3792 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3793 msgstr ""
3795 #: wt-status.c:188
3796 msgid "  (use \"git rm <file>...\" to mark resolution)"
3797 msgstr ""
3799 #: wt-status.c:199 wt-status.c:958
3800 msgid "Changes to be committed:"
3801 msgstr ""
3803 #: wt-status.c:217 wt-status.c:967
3804 msgid "Changes not staged for commit:"
3805 msgstr ""
3807 #: wt-status.c:221
3808 msgid "  (use \"git add <file>...\" to update what will be committed)"
3809 msgstr ""
3811 #: wt-status.c:223
3812 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3813 msgstr ""
3815 #: wt-status.c:224
3816 msgid ""
3817 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3818 msgstr ""
3820 #: wt-status.c:226
3821 msgid "  (commit or discard the untracked or modified content in submodules)"
3822 msgstr ""
3824 #: wt-status.c:238
3825 #, c-format
3826 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3827 msgstr ""
3829 #: wt-status.c:253
3830 msgid "both deleted:"
3831 msgstr ""
3833 #: wt-status.c:255
3834 msgid "added by us:"
3835 msgstr ""
3837 #: wt-status.c:257
3838 msgid "deleted by them:"
3839 msgstr ""
3841 #: wt-status.c:259
3842 msgid "added by them:"
3843 msgstr ""
3845 #: wt-status.c:261
3846 msgid "deleted by us:"
3847 msgstr ""
3849 #: wt-status.c:263
3850 msgid "both added:"
3851 msgstr ""
3853 #: wt-status.c:265
3854 msgid "both modified:"
3855 msgstr ""
3857 #: wt-status.c:275
3858 msgid "new file:"
3859 msgstr ""
3861 #: wt-status.c:277
3862 msgid "copied:"
3863 msgstr ""
3865 #: wt-status.c:279
3866 msgid "deleted:"
3867 msgstr ""
3869 #: wt-status.c:281
3870 msgid "modified:"
3871 msgstr ""
3873 #: wt-status.c:283
3874 msgid "renamed:"
3875 msgstr ""
3877 #: wt-status.c:285
3878 msgid "typechange:"
3879 msgstr ""
3881 #: wt-status.c:287
3882 msgid "unknown:"
3883 msgstr ""
3885 #: wt-status.c:289
3886 msgid "unmerged:"
3887 msgstr ""
3889 #: wt-status.c:371
3890 msgid "new commits, "
3891 msgstr ""
3893 #: wt-status.c:373
3894 msgid "modified content, "
3895 msgstr ""
3897 #: wt-status.c:375
3898 msgid "untracked content, "
3899 msgstr ""
3901 #: wt-status.c:831
3902 msgid "Submodules changed but not updated:"
3903 msgstr ""
3905 #: wt-status.c:833
3906 msgid "Submodule changes to be committed:"
3907 msgstr ""
3909 #: wt-status.c:914
3910 msgid ""
3911 "Do not touch the line above.\n"
3912 "Everything below will be removed."
3913 msgstr ""
3915 #: wt-status.c:1026
3916 msgid "You have unmerged paths."
3917 msgstr ""
3919 #: wt-status.c:1029
3920 msgid "  (fix conflicts and run \"git commit\")"
3921 msgstr ""
3923 #: wt-status.c:1031
3924 msgid "  (use \"git merge --abort\" to abort the merge)"
3925 msgstr ""
3927 #: wt-status.c:1036
3928 msgid "All conflicts fixed but you are still merging."
3929 msgstr ""
3931 #: wt-status.c:1039
3932 msgid "  (use \"git commit\" to conclude merge)"
3933 msgstr ""
3935 #: wt-status.c:1049
3936 msgid "You are in the middle of an am session."
3937 msgstr ""
3939 #: wt-status.c:1052
3940 msgid "The current patch is empty."
3941 msgstr ""
3943 #: wt-status.c:1056
3944 msgid "  (fix conflicts and then run \"git am --continue\")"
3945 msgstr ""
3947 #: wt-status.c:1058
3948 msgid "  (use \"git am --skip\" to skip this patch)"
3949 msgstr ""
3951 #: wt-status.c:1060
3952 msgid "  (use \"git am --abort\" to restore the original branch)"
3953 msgstr ""
3955 #: wt-status.c:1189
3956 msgid "git-rebase-todo is missing."
3957 msgstr ""
3959 #: wt-status.c:1191
3960 msgid "No commands done."
3961 msgstr ""
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] ""
3970 #: wt-status.c:1205
3971 #, c-format
3972 msgid "  (see more in file %s)"
3973 msgstr ""
3975 #: wt-status.c:1210
3976 msgid "No commands remaining."
3977 msgstr ""
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] ""
3986 #: wt-status.c:1221
3987 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3988 msgstr ""
3990 #: wt-status.c:1234
3991 #, c-format
3992 msgid "You are currently rebasing branch '%s' on '%s'."
3993 msgstr ""
3995 #: wt-status.c:1239
3996 msgid "You are currently rebasing."
3997 msgstr ""
3999 #: wt-status.c:1253
4000 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4001 msgstr ""
4003 #: wt-status.c:1255
4004 msgid "  (use \"git rebase --skip\" to skip this patch)"
4005 msgstr ""
4007 #: wt-status.c:1257
4008 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4009 msgstr ""
4011 #: wt-status.c:1263
4012 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4013 msgstr ""
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 ""
4021 #: wt-status.c:1272
4022 msgid "You are currently splitting a commit during a rebase."
4023 msgstr ""
4025 #: wt-status.c:1275
4026 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4027 msgstr ""
4029 #: wt-status.c:1279
4030 #, c-format
4031 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4032 msgstr ""
4034 #: wt-status.c:1284
4035 msgid "You are currently editing a commit during a rebase."
4036 msgstr ""
4038 #: wt-status.c:1287
4039 msgid "  (use \"git commit --amend\" to amend the current commit)"
4040 msgstr ""
4042 #: wt-status.c:1289
4043 msgid ""
4044 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4045 msgstr ""
4047 #: wt-status.c:1299
4048 #, c-format
4049 msgid "You are currently cherry-picking commit %s."
4050 msgstr ""
4052 #: wt-status.c:1304
4053 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4054 msgstr ""
4056 #: wt-status.c:1307
4057 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4058 msgstr ""
4060 #: wt-status.c:1309
4061 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4062 msgstr ""
4064 #: wt-status.c:1318
4065 #, c-format
4066 msgid "You are currently reverting commit %s."
4067 msgstr ""
4069 #: wt-status.c:1323
4070 msgid "  (fix conflicts and run \"git revert --continue\")"
4071 msgstr ""
4073 #: wt-status.c:1326
4074 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4075 msgstr ""
4077 #: wt-status.c:1328
4078 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4079 msgstr ""
4081 #: wt-status.c:1339
4082 #, c-format
4083 msgid "You are currently bisecting, started from branch '%s'."
4084 msgstr ""
4086 #: wt-status.c:1343
4087 msgid "You are currently bisecting."
4088 msgstr ""
4090 #: wt-status.c:1346
4091 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4092 msgstr ""
4094 #: wt-status.c:1543
4095 msgid "On branch "
4096 msgstr ""
4098 #: wt-status.c:1549
4099 msgid "interactive rebase in progress; onto "
4100 msgstr ""
4102 #: wt-status.c:1551
4103 msgid "rebase in progress; onto "
4104 msgstr ""
4106 #: wt-status.c:1556
4107 msgid "HEAD detached at "
4108 msgstr ""
4110 #: wt-status.c:1558
4111 msgid "HEAD detached from "
4112 msgstr ""
4114 #: wt-status.c:1561
4115 msgid "Not currently on any branch."
4116 msgstr ""
4118 #: wt-status.c:1579
4119 msgid "Initial commit"
4120 msgstr ""
4122 #: wt-status.c:1593
4123 msgid "Untracked files"
4124 msgstr ""
4126 #: wt-status.c:1595
4127 msgid "Ignored files"
4128 msgstr ""
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 ""
4138 #: wt-status.c:1605
4139 #, c-format
4140 msgid "Untracked files not listed%s"
4141 msgstr ""
4143 #: wt-status.c:1607
4144 msgid " (use -u option to show untracked files)"
4145 msgstr ""
4147 #: wt-status.c:1613
4148 msgid "No changes"
4149 msgstr ""
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 ""
4156 #: wt-status.c:1621
4157 #, c-format
4158 msgid "no changes added to commit\n"
4159 msgstr ""
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 ""
4168 #: wt-status.c:1627
4169 #, c-format
4170 msgid "nothing added to commit but untracked files present\n"
4171 msgstr ""
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 ""
4178 #: wt-status.c:1633 wt-status.c:1638
4179 #, c-format
4180 msgid "nothing to commit\n"
4181 msgstr ""
4183 #: wt-status.c:1636
4184 #, c-format
4185 msgid "nothing to commit (use -u to show untracked files)\n"
4186 msgstr ""
4188 #: wt-status.c:1640
4189 #, c-format
4190 msgid "nothing to commit, working tree clean\n"
4191 msgstr ""
4193 #: wt-status.c:1749
4194 msgid "Initial commit on "
4195 msgstr ""
4197 #: wt-status.c:1753
4198 msgid "HEAD (no branch)"
4199 msgstr ""
4201 #: wt-status.c:1782 wt-status.c:1790
4202 msgid "behind "
4203 msgstr ""
4205 #: wt-status.c:1785 wt-status.c:1788
4206 msgid "ahead "
4207 msgstr ""
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 ""
4215 #: wt-status.c:2286
4216 msgid "additionally, your index contains uncommitted changes."
4217 msgstr ""
4219 #: wt-status.c:2288
4220 #, c-format
4221 msgid "cannot %s: Your index contains uncommitted changes."
4222 msgstr ""
4224 #: compat/precompose_utf8.c:57 builtin/clone.c:432
4225 #, c-format
4226 msgid "failed to unlink '%s'"
4227 msgstr ""
4229 #: builtin/add.c:22
4230 msgid "git add [<options>] [--] <pathspec>..."
4231 msgstr ""
4233 #: builtin/add.c:80
4234 #, c-format
4235 msgid "unexpected diff status %c"
4236 msgstr ""
4238 #: builtin/add.c:85 builtin/commit.c:291
4239 msgid "updating files failed"
4240 msgstr ""
4242 #: builtin/add.c:95
4243 #, c-format
4244 msgid "remove '%s'\n"
4245 msgstr ""
4247 #: builtin/add.c:149
4248 msgid "Unstaged changes after refreshing the index:"
4249 msgstr ""
4251 #: builtin/add.c:209 builtin/rev-parse.c:872
4252 msgid "Could not read the index"
4253 msgstr ""
4255 #: builtin/add.c:220
4256 #, c-format
4257 msgid "Could not open '%s' for writing."
4258 msgstr ""
4260 #: builtin/add.c:224
4261 msgid "Could not write patch"
4262 msgstr ""
4264 #: builtin/add.c:227
4265 msgid "editing patch failed"
4266 msgstr ""
4268 #: builtin/add.c:230
4269 #, c-format
4270 msgid "Could not stat '%s'"
4271 msgstr ""
4273 #: builtin/add.c:232
4274 msgid "Empty patch. Aborted."
4275 msgstr ""
4277 #: builtin/add.c:237
4278 #, c-format
4279 msgid "Could not apply '%s'"
4280 msgstr ""
4282 #: builtin/add.c:247
4283 msgid "The following paths are ignored by one of your .gitignore files:\n"
4284 msgstr ""
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 ""
4292 #: builtin/add.c:269
4293 msgid "interactive picking"
4294 msgstr ""
4296 #: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
4297 msgid "select hunks interactively"
4298 msgstr ""
4300 #: builtin/add.c:271
4301 msgid "edit current diff and apply"
4302 msgstr ""
4304 #: builtin/add.c:272
4305 msgid "allow adding otherwise ignored files"
4306 msgstr ""
4308 #: builtin/add.c:273
4309 msgid "update tracked files"
4310 msgstr ""
4312 #: builtin/add.c:274
4313 msgid "record only the fact that the path will be added later"
4314 msgstr ""
4316 #: builtin/add.c:275
4317 msgid "add changes from all tracked and untracked files"
4318 msgstr ""
4320 #: builtin/add.c:278
4321 msgid "ignore paths removed in the working tree (same as --no-all)"
4322 msgstr ""
4324 #: builtin/add.c:280
4325 msgid "don't add, only refresh the index"
4326 msgstr ""
4328 #: builtin/add.c:281
4329 msgid "just skip files which cannot be added because of errors"
4330 msgstr ""
4332 #: builtin/add.c:282
4333 msgid "check if - even missing - files are ignored in dry run"
4334 msgstr ""
4336 #: builtin/add.c:283 builtin/update-index.c:951
4337 msgid "(+/-)x"
4338 msgstr ""
4340 #: builtin/add.c:283 builtin/update-index.c:952
4341 msgid "override the executable bit of the listed files"
4342 msgstr ""
4344 #: builtin/add.c:305
4345 #, c-format
4346 msgid "Use -f if you really want to add them.\n"
4347 msgstr ""
4349 #: builtin/add.c:312
4350 msgid "adding files failed"
4351 msgstr ""
4353 #: builtin/add.c:348
4354 msgid "-A and -u are mutually incompatible"
4355 msgstr ""
4357 #: builtin/add.c:355
4358 msgid "Option --ignore-missing can only be used together with --dry-run"
4359 msgstr ""
4361 #: builtin/add.c:359
4362 #, c-format
4363 msgid "--chmod param '%s' must be either -x or +x"
4364 msgstr ""
4366 #: builtin/add.c:374
4367 #, c-format
4368 msgid "Nothing specified, nothing added.\n"
4369 msgstr ""
4371 #: builtin/add.c:375
4372 #, c-format
4373 msgid "Maybe you wanted to say 'git add .'?\n"
4374 msgstr ""
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 ""
4383 #: builtin/am.c:412
4384 msgid "could not parse author script"
4385 msgstr ""
4387 #: builtin/am.c:489
4388 #, c-format
4389 msgid "'%s' was deleted by the applypatch-msg hook"
4390 msgstr ""
4392 #: builtin/am.c:530
4393 #, c-format
4394 msgid "Malformed input line: '%s'."
4395 msgstr ""
4397 #: builtin/am.c:567
4398 #, c-format
4399 msgid "Failed to copy notes from '%s' to '%s'"
4400 msgstr ""
4402 #: builtin/am.c:593
4403 msgid "fseek failed"
4404 msgstr ""
4406 #: builtin/am.c:777
4407 #, c-format
4408 msgid "could not parse patch '%s'"
4409 msgstr ""
4411 #: builtin/am.c:842
4412 msgid "Only one StGIT patch series can be applied at once"
4413 msgstr ""
4415 #: builtin/am.c:889
4416 msgid "invalid timestamp"
4417 msgstr ""
4419 #: builtin/am.c:892 builtin/am.c:900
4420 msgid "invalid Date line"
4421 msgstr ""
4423 #: builtin/am.c:897
4424 msgid "invalid timezone offset"
4425 msgstr ""
4427 #: builtin/am.c:986
4428 msgid "Patch format detection failed."
4429 msgstr ""
4431 #: builtin/am.c:991 builtin/clone.c:397
4432 #, c-format
4433 msgid "failed to create directory '%s'"
4434 msgstr ""
4436 #: builtin/am.c:995
4437 msgid "Failed to split patches."
4438 msgstr ""
4440 #: builtin/am.c:1127 builtin/commit.c:376
4441 msgid "unable to write index file"
4442 msgstr ""
4444 #: builtin/am.c:1178
4445 #, c-format
4446 msgid "When you have resolved this problem, run \"%s --continue\"."
4447 msgstr ""
4449 #: builtin/am.c:1179
4450 #, c-format
4451 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4452 msgstr ""
4454 #: builtin/am.c:1180
4455 #, c-format
4456 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4457 msgstr ""
4459 #: builtin/am.c:1315
4460 msgid "Patch is empty. Was it split wrong?"
4461 msgstr ""
4463 #: builtin/am.c:1386 builtin/log.c:1557
4464 #, c-format
4465 msgid "invalid ident line: %s"
4466 msgstr ""
4468 #: builtin/am.c:1413
4469 #, c-format
4470 msgid "unable to parse commit %s"
4471 msgstr ""
4473 #: builtin/am.c:1606
4474 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4475 msgstr ""
4477 #: builtin/am.c:1608
4478 msgid "Using index info to reconstruct a base tree..."
4479 msgstr ""
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 ""
4487 #: builtin/am.c:1633
4488 msgid "Falling back to patching base and 3-way merge..."
4489 msgstr ""
4491 #: builtin/am.c:1658
4492 msgid "Failed to merge in the changes."
4493 msgstr ""
4495 #: builtin/am.c:1682 builtin/merge.c:631
4496 msgid "git write-tree failed to write a tree"
4497 msgstr ""
4499 #: builtin/am.c:1689
4500 msgid "applying to an empty history"
4501 msgstr ""
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 ""
4508 #: builtin/am.c:1735 builtin/am.c:1739
4509 #, c-format
4510 msgid "cannot resume: %s does not exist."
4511 msgstr ""
4513 #: builtin/am.c:1755
4514 msgid "cannot be interactive without stdin connected to a terminal."
4515 msgstr ""
4517 #: builtin/am.c:1760
4518 msgid "Commit Body is:"
4519 msgstr ""
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.
4525 #: builtin/am.c:1770
4526 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4527 msgstr ""
4529 #: builtin/am.c:1820
4530 #, c-format
4531 msgid "Dirty index: cannot apply patches (dirty: %s)"
4532 msgstr ""
4534 #: builtin/am.c:1860 builtin/am.c:1932
4535 #, c-format
4536 msgid "Applying: %.*s"
4537 msgstr ""
4539 #: builtin/am.c:1876
4540 msgid "No changes -- Patch already applied."
4541 msgstr ""
4543 #: builtin/am.c:1884
4544 #, c-format
4545 msgid "Patch failed at %s %.*s"
4546 msgstr ""
4548 #: builtin/am.c:1890
4549 #, c-format
4550 msgid "The copy of the patch that failed is found in: %s"
4551 msgstr ""
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 ""
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 ""
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 ""
4572 #: builtin/am.c:2102
4573 msgid "failed to clean index"
4574 msgstr ""
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 ""
4582 #: builtin/am.c:2199
4583 #, c-format
4584 msgid "Invalid value for --patch-format: %s"
4585 msgstr ""
4587 #: builtin/am.c:2232
4588 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4589 msgstr ""
4591 #: builtin/am.c:2233
4592 msgid "git am [<options>] (--continue | --skip | --abort)"
4593 msgstr ""
4595 #: builtin/am.c:2239
4596 msgid "run interactively"
4597 msgstr ""
4599 #: builtin/am.c:2241
4600 msgid "historical option -- no-op"
4601 msgstr ""
4603 #: builtin/am.c:2243
4604 msgid "allow fall back on 3way merging if needed"
4605 msgstr ""
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 ""
4612 #: builtin/am.c:2246
4613 msgid "add a Signed-off-by line to the commit message"
4614 msgstr ""
4616 #: builtin/am.c:2249
4617 msgid "recode into utf8 (default)"
4618 msgstr ""
4620 #: builtin/am.c:2251
4621 msgid "pass -k flag to git-mailinfo"
4622 msgstr ""
4624 #: builtin/am.c:2253
4625 msgid "pass -b flag to git-mailinfo"
4626 msgstr ""
4628 #: builtin/am.c:2255
4629 msgid "pass -m flag to git-mailinfo"
4630 msgstr ""
4632 #: builtin/am.c:2257
4633 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4634 msgstr ""
4636 #: builtin/am.c:2260
4637 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4638 msgstr ""
4640 #: builtin/am.c:2263
4641 msgid "strip everything before a scissors line"
4642 msgstr ""
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 ""
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 ""
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 ""
4663 #: builtin/am.c:2289
4664 msgid "format the patch(es) are in"
4665 msgstr ""
4667 #: builtin/am.c:2295
4668 msgid "override error message when patch failure occurs"
4669 msgstr ""
4671 #: builtin/am.c:2297
4672 msgid "continue applying patches after resolving a conflict"
4673 msgstr ""
4675 #: builtin/am.c:2300
4676 msgid "synonyms for --continue"
4677 msgstr ""
4679 #: builtin/am.c:2303
4680 msgid "skip the current patch"
4681 msgstr ""
4683 #: builtin/am.c:2306
4684 msgid "restore the original branch and abort the patching operation."
4685 msgstr ""
4687 #: builtin/am.c:2310
4688 msgid "lie about committer date"
4689 msgstr ""
4691 #: builtin/am.c:2312
4692 msgid "use current timestamp for author date"
4693 msgstr ""
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 ""
4700 #: builtin/am.c:2315
4701 msgid "GPG-sign commits"
4702 msgstr ""
4704 #: builtin/am.c:2318
4705 msgid "(internal use for git-rebase)"
4706 msgstr ""
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 ""
4714 #: builtin/am.c:2340
4715 msgid "failed to read the index"
4716 msgstr ""
4718 #: builtin/am.c:2355
4719 #, c-format
4720 msgid "previous rebase directory %s still exists but mbox given."
4721 msgstr ""
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 ""
4730 #: builtin/am.c:2385
4731 msgid "Resolve operation not in progress, we are not resuming."
4732 msgstr ""
4734 #: builtin/apply.c:8
4735 msgid "git apply [<options>] [<patch>...]"
4736 msgstr ""
4738 #: builtin/archive.c:17
4739 #, c-format
4740 msgid "could not create archive file '%s'"
4741 msgstr ""
4743 #: builtin/archive.c:20
4744 msgid "could not redirect output"
4745 msgstr ""
4747 #: builtin/archive.c:37
4748 msgid "git archive: Remote with no URL"
4749 msgstr ""
4751 #: builtin/archive.c:58
4752 msgid "git archive: expected ACK/NAK, got EOF"
4753 msgstr ""
4755 #: builtin/archive.c:61
4756 #, c-format
4757 msgid "git archive: NACK %s"
4758 msgstr ""
4760 #: builtin/archive.c:64
4761 msgid "git archive: protocol error"
4762 msgstr ""
4764 #: builtin/archive.c:68
4765 msgid "git archive: expected a flush"
4766 msgstr ""
4768 #: builtin/bisect--helper.c:7
4769 msgid "git bisect--helper --next-all [--no-checkout]"
4770 msgstr ""
4772 #: builtin/bisect--helper.c:17
4773 msgid "perform 'git bisect next'"
4774 msgstr ""
4776 #: builtin/bisect--helper.c:19
4777 msgid "update BISECT_HEAD instead of checking out the current commit"
4778 msgstr ""
4780 #: builtin/blame.c:33
4781 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4782 msgstr ""
4784 #: builtin/blame.c:38
4785 msgid "<rev-opts> are documented in git-rev-list(1)"
4786 msgstr ""
4788 #: builtin/blame.c:1777
4789 msgid "Blaming lines"
4790 msgstr ""
4792 #: builtin/blame.c:2573
4793 msgid "Show blame entries as we find them, incrementally"
4794 msgstr ""
4796 #: builtin/blame.c:2574
4797 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4798 msgstr ""
4800 #: builtin/blame.c:2575
4801 msgid "Do not treat root commits as boundaries (Default: off)"
4802 msgstr ""
4804 #: builtin/blame.c:2576
4805 msgid "Show work cost statistics"
4806 msgstr ""
4808 #: builtin/blame.c:2577
4809 msgid "Force progress reporting"
4810 msgstr ""
4812 #: builtin/blame.c:2578
4813 msgid "Show output score for blame entries"
4814 msgstr ""
4816 #: builtin/blame.c:2579
4817 msgid "Show original filename (Default: auto)"
4818 msgstr ""
4820 #: builtin/blame.c:2580
4821 msgid "Show original linenumber (Default: off)"
4822 msgstr ""
4824 #: builtin/blame.c:2581
4825 msgid "Show in a format designed for machine consumption"
4826 msgstr ""
4828 #: builtin/blame.c:2582
4829 msgid "Show porcelain format with per-line commit information"
4830 msgstr ""
4832 #: builtin/blame.c:2583
4833 msgid "Use the same output mode as git-annotate (Default: off)"
4834 msgstr ""
4836 #: builtin/blame.c:2584
4837 msgid "Show raw timestamp (Default: off)"
4838 msgstr ""
4840 #: builtin/blame.c:2585
4841 msgid "Show long commit SHA1 (Default: off)"
4842 msgstr ""
4844 #: builtin/blame.c:2586
4845 msgid "Suppress author name and timestamp (Default: off)"
4846 msgstr ""
4848 #: builtin/blame.c:2587
4849 msgid "Show author email instead of name (Default: off)"
4850 msgstr ""
4852 #: builtin/blame.c:2588
4853 msgid "Ignore whitespace differences"
4854 msgstr ""
4856 #: builtin/blame.c:2595
4857 msgid "Use an experimental heuristic to improve diffs"
4858 msgstr ""
4860 #: builtin/blame.c:2597
4861 msgid "Spend extra cycles to find better match"
4862 msgstr ""
4864 #: builtin/blame.c:2598
4865 msgid "Use revisions from <file> instead of calling git-rev-list"
4866 msgstr ""
4868 #: builtin/blame.c:2599
4869 msgid "Use <file>'s contents as the final image"
4870 msgstr ""
4872 #: builtin/blame.c:2600 builtin/blame.c:2601
4873 msgid "score"
4874 msgstr ""
4876 #: builtin/blame.c:2600
4877 msgid "Find line copies within and across files"
4878 msgstr ""
4880 #: builtin/blame.c:2601
4881 msgid "Find line movements within and across files"
4882 msgstr ""
4884 #: builtin/blame.c:2602
4885 msgid "n,m"
4886 msgstr ""
4888 #: builtin/blame.c:2602
4889 msgid "Process only line range n,m, counting from 1"
4890 msgstr ""
4892 #: builtin/blame.c:2649
4893 msgid "--progress can't be used with --incremental or porcelain formats"
4894 msgstr ""
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 ""
4906 #: builtin/blame.c:2777
4907 msgid "--contents and --reverse do not blend well."
4908 msgstr ""
4910 #: builtin/blame.c:2797
4911 msgid "cannot use --contents with final commit object name"
4912 msgstr ""
4914 #: builtin/blame.c:2802
4915 msgid "--reverse and --first-parent together require specified latest commit"
4916 msgstr ""
4918 #: builtin/blame.c:2829
4919 msgid ""
4920 "--reverse --first-parent together require range along first-parent chain"
4921 msgstr ""
4923 #: builtin/blame.c:2840
4924 #, c-format
4925 msgid "no such path %s in %s"
4926 msgstr ""
4928 #: builtin/blame.c:2851
4929 #, c-format
4930 msgid "cannot read blob %s for path %s"
4931 msgstr ""
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] ""
4940 #: builtin/branch.c:26
4941 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4942 msgstr ""
4944 #: builtin/branch.c:27
4945 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4946 msgstr ""
4948 #: builtin/branch.c:28
4949 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4950 msgstr ""
4952 #: builtin/branch.c:29
4953 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4954 msgstr ""
4956 #: builtin/branch.c:30
4957 msgid "git branch [<options>] [-r | -a] [--points-at]"
4958 msgstr ""
4960 #: builtin/branch.c:31
4961 msgid "git branch [<options>] [-r | -a] [--format]"
4962 msgstr ""
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 ""
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 ""
4978 #: builtin/branch.c:162
4979 #, c-format
4980 msgid "Couldn't look up commit object for '%s'"
4981 msgstr ""
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 ""
4990 #: builtin/branch.c:179
4991 msgid "Update of config-file failed"
4992 msgstr ""
4994 #: builtin/branch.c:210
4995 msgid "cannot use -a with -d"
4996 msgstr ""
4998 #: builtin/branch.c:216
4999 msgid "Couldn't look up commit object for HEAD"
5000 msgstr ""
5002 #: builtin/branch.c:230
5003 #, c-format
5004 msgid "Cannot delete branch '%s' checked out at '%s'"
5005 msgstr ""
5007 #: builtin/branch.c:245
5008 #, c-format
5009 msgid "remote-tracking branch '%s' not found."
5010 msgstr ""
5012 #: builtin/branch.c:246
5013 #, c-format
5014 msgid "branch '%s' not found."
5015 msgstr ""
5017 #: builtin/branch.c:261
5018 #, c-format
5019 msgid "Error deleting remote-tracking branch '%s'"
5020 msgstr ""
5022 #: builtin/branch.c:262
5023 #, c-format
5024 msgid "Error deleting branch '%s'"
5025 msgstr ""
5027 #: builtin/branch.c:269
5028 #, c-format
5029 msgid "Deleted remote-tracking branch %s (was %s).\n"
5030 msgstr ""
5032 #: builtin/branch.c:270
5033 #, c-format
5034 msgid "Deleted branch %s (was %s).\n"
5035 msgstr ""
5037 #: builtin/branch.c:441
5038 #, c-format
5039 msgid "Branch %s is being rebased at %s"
5040 msgstr ""
5042 #: builtin/branch.c:445
5043 #, c-format
5044 msgid "Branch %s is being bisected at %s"
5045 msgstr ""
5047 #: builtin/branch.c:460
5048 msgid "cannot rename the current branch while not on any."
5049 msgstr ""
5051 #: builtin/branch.c:470
5052 #, c-format
5053 msgid "Invalid branch name: '%s'"
5054 msgstr ""
5056 #: builtin/branch.c:487
5057 msgid "Branch rename failed"
5058 msgstr ""
5060 #: builtin/branch.c:490
5061 #, c-format
5062 msgid "Renamed a misnamed branch '%s' away"
5063 msgstr ""
5065 #: builtin/branch.c:493
5066 #, c-format
5067 msgid "Branch renamed to %s, but HEAD is not updated!"
5068 msgstr ""
5070 #: builtin/branch.c:502
5071 msgid "Branch is renamed, but update of config-file failed"
5072 msgstr ""
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 ""
5082 #: builtin/branch.c:551
5083 msgid "Generic options"
5084 msgstr ""
5086 #: builtin/branch.c:553
5087 msgid "show hash and subject, give twice for upstream branch"
5088 msgstr ""
5090 #: builtin/branch.c:554
5091 msgid "suppress informational messages"
5092 msgstr ""
5094 #: builtin/branch.c:555
5095 msgid "set up tracking mode (see git-pull(1))"
5096 msgstr ""
5098 #: builtin/branch.c:557
5099 msgid "change upstream info"
5100 msgstr ""
5102 #: builtin/branch.c:559
5103 msgid "upstream"
5104 msgstr ""
5106 #: builtin/branch.c:559
5107 msgid "change the upstream info"
5108 msgstr ""
5110 #: builtin/branch.c:560
5111 msgid "Unset the upstream info"
5112 msgstr ""
5114 #: builtin/branch.c:561
5115 msgid "use colored output"
5116 msgstr ""
5118 #: builtin/branch.c:562
5119 msgid "act on remote-tracking branches"
5120 msgstr ""
5122 #: builtin/branch.c:564 builtin/branch.c:566
5123 msgid "print only branches that contain the commit"
5124 msgstr ""
5126 #: builtin/branch.c:565 builtin/branch.c:567
5127 msgid "print only branches that don't contain the commit"
5128 msgstr ""
5130 #: builtin/branch.c:570
5131 msgid "Specific git-branch actions:"
5132 msgstr ""
5134 #: builtin/branch.c:571
5135 msgid "list both remote-tracking and local branches"
5136 msgstr ""
5138 #: builtin/branch.c:573
5139 msgid "delete fully merged branch"
5140 msgstr ""
5142 #: builtin/branch.c:574
5143 msgid "delete branch (even if not merged)"
5144 msgstr ""
5146 #: builtin/branch.c:575
5147 msgid "move/rename a branch and its reflog"
5148 msgstr ""
5150 #: builtin/branch.c:576
5151 msgid "move/rename a branch, even if target exists"
5152 msgstr ""
5154 #: builtin/branch.c:577
5155 msgid "list branch names"
5156 msgstr ""
5158 #: builtin/branch.c:578
5159 msgid "create the branch's reflog"
5160 msgstr ""
5162 #: builtin/branch.c:580
5163 msgid "edit the description for the branch"
5164 msgstr ""
5166 #: builtin/branch.c:581
5167 msgid "force creation, move/rename, deletion"
5168 msgstr ""
5170 #: builtin/branch.c:582
5171 msgid "print only branches that are merged"
5172 msgstr ""
5174 #: builtin/branch.c:583
5175 msgid "print only branches that are not merged"
5176 msgstr ""
5178 #: builtin/branch.c:584
5179 msgid "list branches in columns"
5180 msgstr ""
5182 #: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:426
5183 msgid "key"
5184 msgstr ""
5186 #: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:427
5187 msgid "field name to sort on"
5188 msgstr ""
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 ""
5196 #: builtin/branch.c:589
5197 msgid "print only branches of the object"
5198 msgstr ""
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 ""
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 ""
5209 #: builtin/branch.c:611
5210 msgid "Failed to resolve HEAD as a valid ref."
5211 msgstr ""
5213 #: builtin/branch.c:615 builtin/clone.c:724
5214 msgid "HEAD not found below refs/heads!"
5215 msgstr ""
5217 #: builtin/branch.c:638
5218 msgid "--column and --verbose are incompatible"
5219 msgstr ""
5221 #: builtin/branch.c:649 builtin/branch.c:701
5222 msgid "branch name required"
5223 msgstr ""
5225 #: builtin/branch.c:677
5226 msgid "Cannot give description to detached HEAD"
5227 msgstr ""
5229 #: builtin/branch.c:682
5230 msgid "cannot edit description of more than one branch"
5231 msgstr ""
5233 #: builtin/branch.c:689
5234 #, c-format
5235 msgid "No commit on branch '%s' yet."
5236 msgstr ""
5238 #: builtin/branch.c:692
5239 #, c-format
5240 msgid "No branch named '%s'."
5241 msgstr ""
5243 #: builtin/branch.c:707
5244 msgid "too many branches for a rename operation"
5245 msgstr ""
5247 #: builtin/branch.c:712
5248 msgid "too many branches to set new upstream"
5249 msgstr ""
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 ""
5257 #: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:762
5258 #, c-format
5259 msgid "no such branch '%s'"
5260 msgstr ""
5262 #: builtin/branch.c:723
5263 #, c-format
5264 msgid "branch '%s' does not exist"
5265 msgstr ""
5267 #: builtin/branch.c:735
5268 msgid "too many branches to unset upstream"
5269 msgstr ""
5271 #: builtin/branch.c:739
5272 msgid "could not unset upstream of HEAD when it does not point to any branch."
5273 msgstr ""
5275 #: builtin/branch.c:745
5276 #, c-format
5277 msgid "Branch '%s' has no upstream information"
5278 msgstr ""
5280 #: builtin/branch.c:759
5281 msgid "it does not make sense to create 'HEAD' manually"
5282 msgstr ""
5284 #: builtin/branch.c:765
5285 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5286 msgstr ""
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 ""
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 ""
5303 #: builtin/bundle.c:45
5304 #, c-format
5305 msgid "%s is okay\n"
5306 msgstr ""
5308 #: builtin/bundle.c:58
5309 msgid "Need a repository to create a bundle."
5310 msgstr ""
5312 #: builtin/bundle.c:62
5313 msgid "Need a repository to unbundle."
5314 msgstr ""
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 ""
5322 #: builtin/cat-file.c:514
5323 msgid ""
5324 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5325 "filters]"
5326 msgstr ""
5328 #: builtin/cat-file.c:551
5329 msgid "<type> can be one of: blob, tree, commit, tag"
5330 msgstr ""
5332 #: builtin/cat-file.c:552
5333 msgid "show object type"
5334 msgstr ""
5336 #: builtin/cat-file.c:553
5337 msgid "show object size"
5338 msgstr ""
5340 #: builtin/cat-file.c:555
5341 msgid "exit with zero when there's no error"
5342 msgstr ""
5344 #: builtin/cat-file.c:556
5345 msgid "pretty-print object's content"
5346 msgstr ""
5348 #: builtin/cat-file.c:558
5349 msgid "for blob objects, run textconv on object's content"
5350 msgstr ""
5352 #: builtin/cat-file.c:560
5353 msgid "for blob objects, run filters on object's content"
5354 msgstr ""
5356 #: builtin/cat-file.c:561 git-submodule.sh:943
5357 msgid "blob"
5358 msgstr ""
5360 #: builtin/cat-file.c:562
5361 msgid "use a specific path for --textconv/--filters"
5362 msgstr ""
5364 #: builtin/cat-file.c:564
5365 msgid "allow -s and -t to work with broken/corrupt objects"
5366 msgstr ""
5368 #: builtin/cat-file.c:565
5369 msgid "buffer --batch output"
5370 msgstr ""
5372 #: builtin/cat-file.c:567
5373 msgid "show info and content of objects fed from the standard input"
5374 msgstr ""
5376 #: builtin/cat-file.c:570
5377 msgid "show info about objects fed from the standard input"
5378 msgstr ""
5380 #: builtin/cat-file.c:573
5381 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5382 msgstr ""
5384 #: builtin/cat-file.c:575
5385 msgid "show all objects with --batch or --batch-check"
5386 msgstr ""
5388 #: builtin/check-attr.c:11
5389 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5390 msgstr ""
5392 #: builtin/check-attr.c:12
5393 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5394 msgstr ""
5396 #: builtin/check-attr.c:19
5397 msgid "report all attributes set on file"
5398 msgstr ""
5400 #: builtin/check-attr.c:20
5401 msgid "use .gitattributes only from the index"
5402 msgstr ""
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 ""
5408 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
5409 msgid "terminate input and output records by a NUL character"
5410 msgstr ""
5412 #: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:356
5413 msgid "suppress progress reporting"
5414 msgstr ""
5416 #: builtin/check-ignore.c:26
5417 msgid "show non-matching input paths"
5418 msgstr ""
5420 #: builtin/check-ignore.c:28
5421 msgid "ignore index when checking"
5422 msgstr ""
5424 #: builtin/check-ignore.c:154
5425 msgid "cannot specify pathnames with --stdin"
5426 msgstr ""
5428 #: builtin/check-ignore.c:157
5429 msgid "-z only makes sense with --stdin"
5430 msgstr ""
5432 #: builtin/check-ignore.c:159
5433 msgid "no path specified"
5434 msgstr ""
5436 #: builtin/check-ignore.c:163
5437 msgid "--quiet is only valid with a single pathname"
5438 msgstr ""
5440 #: builtin/check-ignore.c:165
5441 msgid "cannot have both --quiet and --verbose"
5442 msgstr ""
5444 #: builtin/check-ignore.c:168
5445 msgid "--non-matching is only valid with --verbose"
5446 msgstr ""
5448 #: builtin/check-mailmap.c:8
5449 msgid "git check-mailmap [<options>] <contact>..."
5450 msgstr ""
5452 #: builtin/check-mailmap.c:13
5453 msgid "also read contacts from stdin"
5454 msgstr ""
5456 #: builtin/check-mailmap.c:24
5457 #, c-format
5458 msgid "unable to parse contact: %s"
5459 msgstr ""
5461 #: builtin/check-mailmap.c:47
5462 msgid "no contacts specified"
5463 msgstr ""
5465 #: builtin/checkout-index.c:127
5466 msgid "git checkout-index [<options>] [--] [<file>...]"
5467 msgstr ""
5469 #: builtin/checkout-index.c:144
5470 msgid "stage should be between 1 and 3 or all"
5471 msgstr ""
5473 #: builtin/checkout-index.c:160
5474 msgid "check out all files in the index"
5475 msgstr ""
5477 #: builtin/checkout-index.c:161
5478 msgid "force overwrite of existing files"
5479 msgstr ""
5481 #: builtin/checkout-index.c:163
5482 msgid "no warning for existing files and files not in index"
5483 msgstr ""
5485 #: builtin/checkout-index.c:165
5486 msgid "don't checkout new files"
5487 msgstr ""
5489 #: builtin/checkout-index.c:167
5490 msgid "update stat information in the index file"
5491 msgstr ""
5493 #: builtin/checkout-index.c:171
5494 msgid "read list of paths from the standard input"
5495 msgstr ""
5497 #: builtin/checkout-index.c:173
5498 msgid "write the content to temporary files"
5499 msgstr ""
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 ""
5508 #: builtin/checkout-index.c:175
5509 msgid "when creating files, prepend <string>"
5510 msgstr ""
5512 #: builtin/checkout-index.c:177
5513 msgid "copy out the files from named stage"
5514 msgstr ""
5516 #: builtin/checkout.c:27
5517 msgid "git checkout [<options>] <branch>"
5518 msgstr ""
5520 #: builtin/checkout.c:28
5521 msgid "git checkout [<options>] [<branch>] -- <file>..."
5522 msgstr ""
5524 #: builtin/checkout.c:153 builtin/checkout.c:186
5525 #, c-format
5526 msgid "path '%s' does not have our version"
5527 msgstr ""
5529 #: builtin/checkout.c:155 builtin/checkout.c:188
5530 #, c-format
5531 msgid "path '%s' does not have their version"
5532 msgstr ""
5534 #: builtin/checkout.c:171
5535 #, c-format
5536 msgid "path '%s' does not have all necessary versions"
5537 msgstr ""
5539 #: builtin/checkout.c:215
5540 #, c-format
5541 msgid "path '%s' does not have necessary versions"
5542 msgstr ""
5544 #: builtin/checkout.c:232
5545 #, c-format
5546 msgid "path '%s': cannot merge"
5547 msgstr ""
5549 #: builtin/checkout.c:249
5550 #, c-format
5551 msgid "Unable to add merge result for '%s'"
5552 msgstr ""
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 ""
5560 #: builtin/checkout.c:281 builtin/checkout.c:284
5561 #, c-format
5562 msgid "'%s' cannot be used with %s"
5563 msgstr ""
5565 #: builtin/checkout.c:287
5566 #, c-format
5567 msgid "Cannot update paths and switch to branch '%s' at the same time."
5568 msgstr ""
5570 #: builtin/checkout.c:358 builtin/checkout.c:365
5571 #, c-format
5572 msgid "path '%s' is unmerged"
5573 msgstr ""
5575 #: builtin/checkout.c:513
5576 msgid "you need to resolve your current index first"
5577 msgstr ""
5579 #: builtin/checkout.c:644
5580 #, c-format
5581 msgid "Can not do reflog for '%s': %s\n"
5582 msgstr ""
5584 #: builtin/checkout.c:685
5585 msgid "HEAD is now at"
5586 msgstr ""
5588 #: builtin/checkout.c:689 builtin/clone.c:678
5589 msgid "unable to update HEAD"
5590 msgstr ""
5592 #: builtin/checkout.c:693
5593 #, c-format
5594 msgid "Reset branch '%s'\n"
5595 msgstr ""
5597 #: builtin/checkout.c:696
5598 #, c-format
5599 msgid "Already on '%s'\n"
5600 msgstr ""
5602 #: builtin/checkout.c:700
5603 #, c-format
5604 msgid "Switched to and reset branch '%s'\n"
5605 msgstr ""
5607 #: builtin/checkout.c:702 builtin/checkout.c:1090
5608 #, c-format
5609 msgid "Switched to a new branch '%s'\n"
5610 msgstr ""
5612 #: builtin/checkout.c:704
5613 #, c-format
5614 msgid "Switched to branch '%s'\n"
5615 msgstr ""
5617 #: builtin/checkout.c:755
5618 #, c-format
5619 msgid " ... and %d more.\n"
5620 msgstr ""
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] ""
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] ""
5654 #: builtin/checkout.c:816
5655 msgid "internal error in revision walk"
5656 msgstr ""
5658 #: builtin/checkout.c:820
5659 msgid "Previous HEAD position was"
5660 msgstr ""
5662 #: builtin/checkout.c:847 builtin/checkout.c:1085
5663 msgid "You are on a branch yet to be born"
5664 msgstr ""
5666 #: builtin/checkout.c:991
5667 #, c-format
5668 msgid "only one reference expected, %d given."
5669 msgstr ""
5671 #: builtin/checkout.c:1031 builtin/worktree.c:214
5672 #, c-format
5673 msgid "invalid reference: %s"
5674 msgstr ""
5676 #: builtin/checkout.c:1060
5677 #, c-format
5678 msgid "reference is not a tree: %s"
5679 msgstr ""
5681 #: builtin/checkout.c:1099
5682 msgid "paths cannot be used with switching branches"
5683 msgstr ""
5685 #: builtin/checkout.c:1102 builtin/checkout.c:1106
5686 #, c-format
5687 msgid "'%s' cannot be used with switching branches"
5688 msgstr ""
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 ""
5696 #: builtin/checkout.c:1126
5697 #, c-format
5698 msgid "Cannot switch branch to a non-commit '%s'"
5699 msgstr ""
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 ""
5707 #: builtin/checkout.c:1160
5708 msgid "create and checkout a new branch"
5709 msgstr ""
5711 #: builtin/checkout.c:1162
5712 msgid "create/reset and checkout a branch"
5713 msgstr ""
5715 #: builtin/checkout.c:1163
5716 msgid "create reflog for new branch"
5717 msgstr ""
5719 #: builtin/checkout.c:1164 builtin/worktree.c:333
5720 msgid "detach HEAD at named commit"
5721 msgstr ""
5723 #: builtin/checkout.c:1165
5724 msgid "set upstream info for new branch"
5725 msgstr ""
5727 #: builtin/checkout.c:1167
5728 msgid "new-branch"
5729 msgstr ""
5731 #: builtin/checkout.c:1167
5732 msgid "new unparented branch"
5733 msgstr ""
5735 #: builtin/checkout.c:1168
5736 msgid "checkout our version for unmerged files"
5737 msgstr ""
5739 #: builtin/checkout.c:1170
5740 msgid "checkout their version for unmerged files"
5741 msgstr ""
5743 #: builtin/checkout.c:1172
5744 msgid "force checkout (throw away local modifications)"
5745 msgstr ""
5747 #: builtin/checkout.c:1173
5748 msgid "perform a 3-way merge with the new branch"
5749 msgstr ""
5751 #: builtin/checkout.c:1174 builtin/merge.c:234
5752 msgid "update ignored files (default)"
5753 msgstr ""
5755 #: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:251
5756 msgid "style"
5757 msgstr ""
5759 #: builtin/checkout.c:1176
5760 msgid "conflict style (merge or diff3)"
5761 msgstr ""
5763 #: builtin/checkout.c:1179
5764 msgid "do not limit pathspecs to sparse entries only"
5765 msgstr ""
5767 #: builtin/checkout.c:1181
5768 msgid "second guess 'git checkout <no-such-branch>'"
5769 msgstr ""
5771 #: builtin/checkout.c:1183
5772 msgid "do not check if another worktree is holding the given ref"
5773 msgstr ""
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 ""
5781 #: builtin/checkout.c:1224
5782 msgid "-b, -B and --orphan are mutually exclusive"
5783 msgstr ""
5785 #: builtin/checkout.c:1241
5786 msgid "--track needs a branch name"
5787 msgstr ""
5789 #: builtin/checkout.c:1246
5790 msgid "Missing branch name; try -b"
5791 msgstr ""
5793 #: builtin/checkout.c:1282
5794 msgid "invalid path specification"
5795 msgstr ""
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 ""
5804 #: builtin/checkout.c:1294
5805 #, c-format
5806 msgid "git checkout: --detach does not take a path argument '%s'"
5807 msgstr ""
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 ""
5815 #: builtin/clean.c:25
5816 msgid ""
5817 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5818 msgstr ""
5820 #: builtin/clean.c:29
5821 #, c-format
5822 msgid "Removing %s\n"
5823 msgstr ""
5825 #: builtin/clean.c:30
5826 #, c-format
5827 msgid "Would remove %s\n"
5828 msgstr ""
5830 #: builtin/clean.c:31
5831 #, c-format
5832 msgid "Skipping repository %s\n"
5833 msgstr ""
5835 #: builtin/clean.c:32
5836 #, c-format
5837 msgid "Would skip repository %s\n"
5838 msgstr ""
5840 #: builtin/clean.c:33
5841 #, c-format
5842 msgid "failed to remove %s"
5843 msgstr ""
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 ""
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 ""
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 ""
5873 #: builtin/clean.c:659
5874 #, c-format
5875 msgid "Input ignore patterns>> "
5876 msgstr ""
5878 #: builtin/clean.c:696
5879 #, c-format
5880 msgid "WARNING: Cannot find items matched by: %s"
5881 msgstr ""
5883 #: builtin/clean.c:717
5884 msgid "Select items to delete"
5885 msgstr ""
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 ""
5893 #: builtin/clean.c:783 git-add--interactive.perl:1660
5894 #, c-format
5895 msgid "Bye.\n"
5896 msgstr ""
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 ""
5909 #: builtin/clean.c:818 git-add--interactive.perl:1736
5910 msgid "*** Commands ***"
5911 msgstr ""
5913 #: builtin/clean.c:819 git-add--interactive.perl:1733
5914 msgid "What now"
5915 msgstr ""
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] ""
5923 #: builtin/clean.c:844
5924 msgid "No more files to clean, exiting."
5925 msgstr ""
5927 #: builtin/clean.c:875
5928 msgid "do not print names of files removed"
5929 msgstr ""
5931 #: builtin/clean.c:877
5932 msgid "force"
5933 msgstr ""
5935 #: builtin/clean.c:878
5936 msgid "interactive cleaning"
5937 msgstr ""
5939 #: builtin/clean.c:880
5940 msgid "remove whole directories"
5941 msgstr ""
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 ""
5949 #: builtin/clean.c:882
5950 msgid "add <pattern> to ignore rules"
5951 msgstr ""
5953 #: builtin/clean.c:883
5954 msgid "remove ignored files, too"
5955 msgstr ""
5957 #: builtin/clean.c:885
5958 msgid "remove only ignored files"
5959 msgstr ""
5961 #: builtin/clean.c:903
5962 msgid "-x and -X cannot be used together"
5963 msgstr ""
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 ""
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 ""
5977 #: builtin/clone.c:37
5978 msgid "git clone [<options>] [--] <repo> [<dir>]"
5979 msgstr ""
5981 #: builtin/clone.c:80
5982 msgid "don't create a checkout"
5983 msgstr ""
5985 #: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:478
5986 msgid "create a bare repository"
5987 msgstr ""
5989 #: builtin/clone.c:85
5990 msgid "create a mirror repository (implies bare)"
5991 msgstr ""
5993 #: builtin/clone.c:87
5994 msgid "to clone from a local repository"
5995 msgstr ""
5997 #: builtin/clone.c:89
5998 msgid "don't use local hardlinks, always copy"
5999 msgstr ""
6001 #: builtin/clone.c:91
6002 msgid "setup as shared repository"
6003 msgstr ""
6005 #: builtin/clone.c:93 builtin/clone.c:97
6006 msgid "pathspec"
6007 msgstr ""
6009 #: builtin/clone.c:93 builtin/clone.c:97
6010 msgid "initialize submodules in the clone"
6011 msgstr ""
6013 #: builtin/clone.c:100
6014 msgid "number of submodules cloned in parallel"
6015 msgstr ""
6017 #: builtin/clone.c:101 builtin/init-db.c:475
6018 msgid "template-directory"
6019 msgstr ""
6021 #: builtin/clone.c:102 builtin/init-db.c:476
6022 msgid "directory from which templates will be used"
6023 msgstr ""
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 ""
6030 #: builtin/clone.c:108
6031 msgid "use --reference only while cloning"
6032 msgstr ""
6034 #: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:43
6035 msgid "name"
6036 msgstr ""
6038 #: builtin/clone.c:110
6039 msgid "use <name> instead of 'origin' to track upstream"
6040 msgstr ""
6042 #: builtin/clone.c:112
6043 msgid "checkout <branch> instead of the remote's HEAD"
6044 msgstr ""
6046 #: builtin/clone.c:114
6047 msgid "path to git-upload-pack on the remote"
6048 msgstr ""
6050 #: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:1006
6051 #: builtin/pull.c:202
6052 msgid "depth"
6053 msgstr ""
6055 #: builtin/clone.c:116
6056 msgid "create a shallow clone of that depth"
6057 msgstr ""
6059 #: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:2918
6060 #: parse-options.h:142
6061 msgid "time"
6062 msgstr ""
6064 #: builtin/clone.c:118
6065 msgid "create a shallow clone since a specific time"
6066 msgstr ""
6068 #: builtin/clone.c:119 builtin/fetch.c:124
6069 msgid "revision"
6070 msgstr ""
6072 #: builtin/clone.c:120 builtin/fetch.c:125
6073 msgid "deepen history of shallow clone, excluding rev"
6074 msgstr ""
6076 #: builtin/clone.c:122
6077 msgid "clone only one branch, HEAD or --branch"
6078 msgstr ""
6080 #: builtin/clone.c:124
6081 msgid "any cloned submodules will be shallow"
6082 msgstr ""
6084 #: builtin/clone.c:125 builtin/init-db.c:484
6085 msgid "gitdir"
6086 msgstr ""
6088 #: builtin/clone.c:126 builtin/init-db.c:485
6089 msgid "separate git dir from working tree"
6090 msgstr ""
6092 #: builtin/clone.c:127
6093 msgid "key=value"
6094 msgstr ""
6096 #: builtin/clone.c:128
6097 msgid "set config inside the new repository"
6098 msgstr ""
6100 #: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:550
6101 msgid "use IPv4 addresses only"
6102 msgstr ""
6104 #: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:552
6105 msgid "use IPv6 addresses only"
6106 msgstr ""
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 ""
6114 #: builtin/clone.c:321
6115 #, c-format
6116 msgid "info: Could not add alternate for '%s': %s\n"
6117 msgstr ""
6119 #: builtin/clone.c:393
6120 #, c-format
6121 msgid "failed to open '%s'"
6122 msgstr ""
6124 #: builtin/clone.c:401
6125 #, c-format
6126 msgid "%s exists and is not a directory"
6127 msgstr ""
6129 #: builtin/clone.c:415
6130 #, c-format
6131 msgid "failed to stat %s\n"
6132 msgstr ""
6134 #: builtin/clone.c:437
6135 #, c-format
6136 msgid "failed to create link '%s'"
6137 msgstr ""
6139 #: builtin/clone.c:441
6140 #, c-format
6141 msgid "failed to copy file to '%s'"
6142 msgstr ""
6144 #: builtin/clone.c:466
6145 #, c-format
6146 msgid "done.\n"
6147 msgstr ""
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 ""
6156 #: builtin/clone.c:555
6157 #, c-format
6158 msgid "Could not find remote branch %s to clone."
6159 msgstr ""
6161 #: builtin/clone.c:650
6162 msgid "remote did not send all necessary objects"
6163 msgstr ""
6165 #: builtin/clone.c:666
6166 #, c-format
6167 msgid "unable to update %s"
6168 msgstr ""
6170 #: builtin/clone.c:715
6171 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6172 msgstr ""
6174 #: builtin/clone.c:746
6175 msgid "unable to checkout working tree"
6176 msgstr ""
6178 #: builtin/clone.c:786
6179 msgid "unable to write parameters to config file"
6180 msgstr ""
6182 #: builtin/clone.c:849
6183 msgid "cannot repack to clean up"
6184 msgstr ""
6186 #: builtin/clone.c:851
6187 msgid "cannot unlink temporary alternates file"
6188 msgstr ""
6190 #: builtin/clone.c:884 builtin/receive-pack.c:1900
6191 msgid "Too many arguments."
6192 msgstr ""
6194 #: builtin/clone.c:888
6195 msgid "You must specify a repository to clone."
6196 msgstr ""
6198 #: builtin/clone.c:901
6199 #, c-format
6200 msgid "--bare and --origin %s options are incompatible."
6201 msgstr ""
6203 #: builtin/clone.c:904
6204 msgid "--bare and --separate-git-dir are incompatible."
6205 msgstr ""
6207 #: builtin/clone.c:917
6208 #, c-format
6209 msgid "repository '%s' does not exist"
6210 msgstr ""
6212 #: builtin/clone.c:923 builtin/fetch.c:1337
6213 #, c-format
6214 msgid "depth %s is not a positive number"
6215 msgstr ""
6217 #: builtin/clone.c:933
6218 #, c-format
6219 msgid "destination path '%s' already exists and is not an empty directory."
6220 msgstr ""
6222 #: builtin/clone.c:943
6223 #, c-format
6224 msgid "working tree '%s' already exists."
6225 msgstr ""
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 ""
6233 #: builtin/clone.c:961
6234 #, c-format
6235 msgid "could not create work tree dir '%s'"
6236 msgstr ""
6238 #: builtin/clone.c:973
6239 #, c-format
6240 msgid "Cloning into bare repository '%s'...\n"
6241 msgstr ""
6243 #: builtin/clone.c:975
6244 #, c-format
6245 msgid "Cloning into '%s'...\n"
6246 msgstr ""
6248 #: builtin/clone.c:999
6249 msgid ""
6250 "clone --recursive is not compatible with both --reference and --reference-if-"
6251 "able"
6252 msgstr ""
6254 #: builtin/clone.c:1055
6255 msgid "--depth is ignored in local clones; use file:// instead."
6256 msgstr ""
6258 #: builtin/clone.c:1057
6259 msgid "--shallow-since is ignored in local clones; use file:// instead."
6260 msgstr ""
6262 #: builtin/clone.c:1059
6263 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6264 msgstr ""
6266 #: builtin/clone.c:1062
6267 msgid "source repository is shallow, ignoring --local"
6268 msgstr ""
6270 #: builtin/clone.c:1067
6271 msgid "--local is ignored"
6272 msgstr ""
6274 #: builtin/clone.c:1071
6275 #, c-format
6276 msgid "Don't know how to clone %s"
6277 msgstr ""
6279 #: builtin/clone.c:1126 builtin/clone.c:1134
6280 #, c-format
6281 msgid "Remote branch %s not found in upstream %s"
6282 msgstr ""
6284 #: builtin/clone.c:1137
6285 msgid "You appear to have cloned an empty repository."
6286 msgstr ""
6288 #: builtin/column.c:9
6289 msgid "git column [<options>]"
6290 msgstr ""
6292 #: builtin/column.c:26
6293 msgid "lookup config vars"
6294 msgstr ""
6296 #: builtin/column.c:27 builtin/column.c:28
6297 msgid "layout to use"
6298 msgstr ""
6300 #: builtin/column.c:29
6301 msgid "Maximum width"
6302 msgstr ""
6304 #: builtin/column.c:30
6305 msgid "Padding space on left border"
6306 msgstr ""
6308 #: builtin/column.c:31
6309 msgid "Padding space on right border"
6310 msgstr ""
6312 #: builtin/column.c:32
6313 msgid "Padding space between columns"
6314 msgstr ""
6316 #: builtin/column.c:51
6317 msgid "--command must be the first argument"
6318 msgstr ""
6320 #: builtin/commit.c:38
6321 msgid "git commit [<options>] [--] <pathspec>..."
6322 msgstr ""
6324 #: builtin/commit.c:43
6325 msgid "git status [<options>] [--] <pathspec>..."
6326 msgstr ""
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 ""
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 ""
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 ""
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 ""
6373 #: builtin/commit.c:85
6374 msgid "Otherwise, please use 'git reset'\n"
6375 msgstr ""
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 ""
6387 #: builtin/commit.c:318
6388 msgid "failed to unpack HEAD tree object"
6389 msgstr ""
6391 #: builtin/commit.c:359
6392 msgid "unable to create temporary index"
6393 msgstr ""
6395 #: builtin/commit.c:365
6396 msgid "interactive add failed"
6397 msgstr ""
6399 #: builtin/commit.c:378
6400 msgid "unable to update temporary index"
6401 msgstr ""
6403 #: builtin/commit.c:380
6404 msgid "Failed to update main cache tree"
6405 msgstr ""
6407 #: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6408 msgid "unable to write new_index file"
6409 msgstr ""
6411 #: builtin/commit.c:458
6412 msgid "cannot do a partial commit during a merge."
6413 msgstr ""
6415 #: builtin/commit.c:460
6416 msgid "cannot do a partial commit during a cherry-pick."
6417 msgstr ""
6419 #: builtin/commit.c:469
6420 msgid "cannot read the index"
6421 msgstr ""
6423 #: builtin/commit.c:488
6424 msgid "unable to write temporary index file"
6425 msgstr ""
6427 #: builtin/commit.c:582
6428 #, c-format
6429 msgid "commit '%s' lacks author header"
6430 msgstr ""
6432 #: builtin/commit.c:584
6433 #, c-format
6434 msgid "commit '%s' has malformed author line"
6435 msgstr ""
6437 #: builtin/commit.c:603
6438 msgid "malformed --author parameter"
6439 msgstr ""
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 ""
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 ""
6452 #: builtin/commit.c:704 builtin/shortlog.c:294
6453 #, c-format
6454 msgid "(reading log message from standard input)\n"
6455 msgstr ""
6457 #: builtin/commit.c:706
6458 msgid "could not read log from standard input"
6459 msgstr ""
6461 #: builtin/commit.c:710
6462 #, c-format
6463 msgid "could not read log file '%s'"
6464 msgstr ""
6466 #: builtin/commit.c:737 builtin/commit.c:745
6467 msgid "could not read SQUASH_MSG"
6468 msgstr ""
6470 #: builtin/commit.c:742
6471 msgid "could not read MERGE_MSG"
6472 msgstr ""
6474 #: builtin/commit.c:796
6475 msgid "could not write commit template"
6476 msgstr ""
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 ""
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 ""
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 ""
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 ""
6513 #: builtin/commit.c:859
6514 #, c-format
6515 msgid "%sAuthor:    %.*s <%.*s>"
6516 msgstr ""
6518 #: builtin/commit.c:867
6519 #, c-format
6520 msgid "%sDate:      %s"
6521 msgstr ""
6523 #: builtin/commit.c:874
6524 #, c-format
6525 msgid "%sCommitter: %.*s <%.*s>"
6526 msgstr ""
6528 #: builtin/commit.c:892
6529 msgid "Cannot read index"
6530 msgstr ""
6532 #: builtin/commit.c:954
6533 msgid "Error building trees"
6534 msgstr ""
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 ""
6541 #: builtin/commit.c:1071
6542 #, c-format
6543 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6544 msgstr ""
6546 #: builtin/commit.c:1086 builtin/commit.c:1325
6547 #, c-format
6548 msgid "Invalid untracked files mode '%s'"
6549 msgstr ""
6551 #: builtin/commit.c:1124
6552 msgid "--long and -z are incompatible"
6553 msgstr ""
6555 #: builtin/commit.c:1154
6556 msgid "Using both --reset-author and --author does not make sense"
6557 msgstr ""
6559 #: builtin/commit.c:1163
6560 msgid "You have nothing to amend."
6561 msgstr ""
6563 #: builtin/commit.c:1166
6564 msgid "You are in the middle of a merge -- cannot amend."
6565 msgstr ""
6567 #: builtin/commit.c:1168
6568 msgid "You are in the middle of a cherry-pick -- cannot amend."
6569 msgstr ""
6571 #: builtin/commit.c:1171
6572 msgid "Options --squash and --fixup cannot be used together"
6573 msgstr ""
6575 #: builtin/commit.c:1181
6576 msgid "Only one of -c/-C/-F/--fixup can be used."
6577 msgstr ""
6579 #: builtin/commit.c:1183
6580 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6581 msgstr ""
6583 #: builtin/commit.c:1191
6584 msgid "--reset-author can be used only with -C, -c or --amend."
6585 msgstr ""
6587 #: builtin/commit.c:1208
6588 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6589 msgstr ""
6591 #: builtin/commit.c:1210
6592 msgid "No paths with --include/--only does not make sense."
6593 msgstr ""
6595 #: builtin/commit.c:1212
6596 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6597 msgstr ""
6599 #: builtin/commit.c:1224 builtin/tag.c:551
6600 #, c-format
6601 msgid "Invalid cleanup mode %s"
6602 msgstr ""
6604 #: builtin/commit.c:1229
6605 msgid "Paths with -a does not make sense."
6606 msgstr ""
6608 #: builtin/commit.c:1339 builtin/commit.c:1612
6609 msgid "show status concisely"
6610 msgstr ""
6612 #: builtin/commit.c:1341 builtin/commit.c:1614
6613 msgid "show branch information"
6614 msgstr ""
6616 #: builtin/commit.c:1343
6617 msgid "version"
6618 msgstr ""
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 ""
6625 #: builtin/commit.c:1346 builtin/commit.c:1618
6626 msgid "show status in long format (default)"
6627 msgstr ""
6629 #: builtin/commit.c:1349 builtin/commit.c:1621
6630 msgid "terminate entries with NUL"
6631 msgstr ""
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 ""
6638 #: builtin/commit.c:1352 builtin/commit.c:1624
6639 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6640 msgstr ""
6642 #: builtin/commit.c:1355
6643 msgid "show ignored files"
6644 msgstr ""
6646 #: builtin/commit.c:1356 parse-options.h:155
6647 msgid "when"
6648 msgstr ""
6650 #: builtin/commit.c:1357
6651 msgid ""
6652 "ignore changes to submodules, optional when: all, dirty, untracked. "
6653 "(Default: all)"
6654 msgstr ""
6656 #: builtin/commit.c:1359
6657 msgid "list untracked files in columns"
6658 msgstr ""
6660 #: builtin/commit.c:1435
6661 msgid "couldn't look up newly created commit"
6662 msgstr ""
6664 #: builtin/commit.c:1437
6665 msgid "could not parse newly created commit"
6666 msgstr ""
6668 #: builtin/commit.c:1482
6669 msgid "detached HEAD"
6670 msgstr ""
6672 #: builtin/commit.c:1485
6673 msgid " (root-commit)"
6674 msgstr ""
6676 #: builtin/commit.c:1582
6677 msgid "suppress summary after successful commit"
6678 msgstr ""
6680 #: builtin/commit.c:1583
6681 msgid "show diff in commit message template"
6682 msgstr ""
6684 #: builtin/commit.c:1585
6685 msgid "Commit message options"
6686 msgstr ""
6688 #: builtin/commit.c:1586 builtin/tag.c:409
6689 msgid "read message from file"
6690 msgstr ""
6692 #: builtin/commit.c:1587
6693 msgid "author"
6694 msgstr ""
6696 #: builtin/commit.c:1587
6697 msgid "override author for commit"
6698 msgstr ""
6700 #: builtin/commit.c:1588 builtin/gc.c:357
6701 msgid "date"
6702 msgstr ""
6704 #: builtin/commit.c:1588
6705 msgid "override date for commit"
6706 msgstr ""
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 ""
6713 #: builtin/commit.c:1589
6714 msgid "commit message"
6715 msgstr ""
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 ""
6722 #: builtin/commit.c:1590
6723 msgid "reuse and edit message from specified commit"
6724 msgstr ""
6726 #: builtin/commit.c:1591
6727 msgid "reuse message from specified commit"
6728 msgstr ""
6730 #: builtin/commit.c:1592
6731 msgid "use autosquash formatted message to fixup specified commit"
6732 msgstr ""
6734 #: builtin/commit.c:1593
6735 msgid "use autosquash formatted message to squash specified commit"
6736 msgstr ""
6738 #: builtin/commit.c:1594
6739 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6740 msgstr ""
6742 #: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:104
6743 msgid "add Signed-off-by:"
6744 msgstr ""
6746 #: builtin/commit.c:1596
6747 msgid "use specified template file"
6748 msgstr ""
6750 #: builtin/commit.c:1597
6751 msgid "force edit of commit"
6752 msgstr ""
6754 #: builtin/commit.c:1598
6755 msgid "default"
6756 msgstr ""
6758 #: builtin/commit.c:1598 builtin/tag.c:412
6759 msgid "how to strip spaces and #comments from message"
6760 msgstr ""
6762 #: builtin/commit.c:1599
6763 msgid "include status in commit message template"
6764 msgstr ""
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 ""
6771 #: builtin/commit.c:1604
6772 msgid "Commit contents options"
6773 msgstr ""
6775 #: builtin/commit.c:1605
6776 msgid "commit all changed files"
6777 msgstr ""
6779 #: builtin/commit.c:1606
6780 msgid "add specified files to index for commit"
6781 msgstr ""
6783 #: builtin/commit.c:1607
6784 msgid "interactively add files"
6785 msgstr ""
6787 #: builtin/commit.c:1608
6788 msgid "interactively add changes"
6789 msgstr ""
6791 #: builtin/commit.c:1609
6792 msgid "commit only specified files"
6793 msgstr ""
6795 #: builtin/commit.c:1610
6796 msgid "bypass pre-commit and commit-msg hooks"
6797 msgstr ""
6799 #: builtin/commit.c:1611
6800 msgid "show what would be committed"
6801 msgstr ""
6803 #: builtin/commit.c:1622
6804 msgid "amend previous commit"
6805 msgstr ""
6807 #: builtin/commit.c:1623
6808 msgid "bypass post-rewrite hook"
6809 msgstr ""
6811 #: builtin/commit.c:1628
6812 msgid "ok to record an empty change"
6813 msgstr ""
6815 #: builtin/commit.c:1630
6816 msgid "ok to record a change with an empty message"
6817 msgstr ""
6819 #: builtin/commit.c:1659
6820 msgid "could not parse HEAD commit"
6821 msgstr ""
6823 #: builtin/commit.c:1707
6824 #, c-format
6825 msgid "Corrupt MERGE_HEAD file (%s)"
6826 msgstr ""
6828 #: builtin/commit.c:1714
6829 msgid "could not read MERGE_MODE"
6830 msgstr ""
6832 #: builtin/commit.c:1733
6833 #, c-format
6834 msgid "could not read commit message: %s"
6835 msgstr ""
6837 #: builtin/commit.c:1744
6838 #, c-format
6839 msgid "Aborting commit; you did not edit the message.\n"
6840 msgstr ""
6842 #: builtin/commit.c:1749
6843 #, c-format
6844 msgid "Aborting commit due to empty commit message.\n"
6845 msgstr ""
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 ""
6854 #: builtin/config.c:9
6855 msgid "git config [<options>]"
6856 msgstr ""
6858 #: builtin/config.c:56
6859 msgid "Config file location"
6860 msgstr ""
6862 #: builtin/config.c:57
6863 msgid "use global config file"
6864 msgstr ""
6866 #: builtin/config.c:58
6867 msgid "use system config file"
6868 msgstr ""
6870 #: builtin/config.c:59
6871 msgid "use repository config file"
6872 msgstr ""
6874 #: builtin/config.c:60
6875 msgid "use given config file"
6876 msgstr ""
6878 #: builtin/config.c:61
6879 msgid "blob-id"
6880 msgstr ""
6882 #: builtin/config.c:61
6883 msgid "read config from given blob object"
6884 msgstr ""
6886 #: builtin/config.c:62
6887 msgid "Action"
6888 msgstr ""
6890 #: builtin/config.c:63
6891 msgid "get value: name [value-regex]"
6892 msgstr ""
6894 #: builtin/config.c:64
6895 msgid "get all values: key [value-regex]"
6896 msgstr ""
6898 #: builtin/config.c:65
6899 msgid "get values for regexp: name-regex [value-regex]"
6900 msgstr ""
6902 #: builtin/config.c:66
6903 msgid "get value specific for the URL: section[.var] URL"
6904 msgstr ""
6906 #: builtin/config.c:67
6907 msgid "replace all matching variables: name value [value_regex]"
6908 msgstr ""
6910 #: builtin/config.c:68
6911 msgid "add a new variable: name value"
6912 msgstr ""
6914 #: builtin/config.c:69
6915 msgid "remove a variable: name [value-regex]"
6916 msgstr ""
6918 #: builtin/config.c:70
6919 msgid "remove all matches: name [value-regex]"
6920 msgstr ""
6922 #: builtin/config.c:71
6923 msgid "rename section: old-name new-name"
6924 msgstr ""
6926 #: builtin/config.c:72
6927 msgid "remove a section: name"
6928 msgstr ""
6930 #: builtin/config.c:73
6931 msgid "list all"
6932 msgstr ""
6934 #: builtin/config.c:74
6935 msgid "open an editor"
6936 msgstr ""
6938 #: builtin/config.c:75
6939 msgid "find the color configured: slot [default]"
6940 msgstr ""
6942 #: builtin/config.c:76
6943 msgid "find the color setting: slot [stdout-is-tty]"
6944 msgstr ""
6946 #: builtin/config.c:77
6947 msgid "Type"
6948 msgstr ""
6950 #: builtin/config.c:78
6951 msgid "value is \"true\" or \"false\""
6952 msgstr ""
6954 #: builtin/config.c:79
6955 msgid "value is decimal number"
6956 msgstr ""
6958 #: builtin/config.c:80
6959 msgid "value is --bool or --int"
6960 msgstr ""
6962 #: builtin/config.c:81
6963 msgid "value is a path (file or directory name)"
6964 msgstr ""
6966 #: builtin/config.c:82
6967 msgid "Other"
6968 msgstr ""
6970 #: builtin/config.c:83
6971 msgid "terminate values with NUL byte"
6972 msgstr ""
6974 #: builtin/config.c:84
6975 msgid "show variable names only"
6976 msgstr ""
6978 #: builtin/config.c:85
6979 msgid "respect include directives on lookup"
6980 msgstr ""
6982 #: builtin/config.c:86
6983 msgid "show origin of config (file, standard input, blob, command line)"
6984 msgstr ""
6986 #: builtin/config.c:328
6987 msgid "unable to parse default color value"
6988 msgstr ""
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 ""
7000 #: builtin/config.c:615
7001 #, c-format
7002 msgid "cannot create configuration file %s"
7003 msgstr ""
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 ""
7012 #: builtin/count-objects.c:86
7013 msgid "git count-objects [-v] [-H | --human-readable]"
7014 msgstr ""
7016 #: builtin/count-objects.c:96
7017 msgid "print sizes in human readable format"
7018 msgstr ""
7020 #: builtin/describe.c:18
7021 msgid "git describe [<options>] [<commit-ish>...]"
7022 msgstr ""
7024 #: builtin/describe.c:19
7025 msgid "git describe [<options>] --dirty"
7026 msgstr ""
7028 #: builtin/describe.c:53
7029 msgid "head"
7030 msgstr ""
7032 #: builtin/describe.c:53
7033 msgid "lightweight"
7034 msgstr ""
7036 #: builtin/describe.c:53
7037 msgid "annotated"
7038 msgstr ""
7040 #: builtin/describe.c:250
7041 #, c-format
7042 msgid "annotated tag %s not available"
7043 msgstr ""
7045 #: builtin/describe.c:254
7046 #, c-format
7047 msgid "annotated tag %s has no embedded name"
7048 msgstr ""
7050 #: builtin/describe.c:256
7051 #, c-format
7052 msgid "tag '%s' is really '%s' here"
7053 msgstr ""
7055 #: builtin/describe.c:283 builtin/log.c:487
7056 #, c-format
7057 msgid "Not a valid object name %s"
7058 msgstr ""
7060 #: builtin/describe.c:286
7061 #, c-format
7062 msgid "%s is not a valid '%s' object"
7063 msgstr ""
7065 #: builtin/describe.c:303
7066 #, c-format
7067 msgid "no tag exactly matches '%s'"
7068 msgstr ""
7070 #: builtin/describe.c:305
7071 #, c-format
7072 msgid "searching to describe %s\n"
7073 msgstr ""
7075 #: builtin/describe.c:352
7076 #, c-format
7077 msgid "finished search at %s\n"
7078 msgstr ""
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 ""
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 ""
7094 #: builtin/describe.c:413
7095 #, c-format
7096 msgid "traversed %lu commits\n"
7097 msgstr ""
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 ""
7106 #: builtin/describe.c:438
7107 msgid "find the tag that comes after the commit"
7108 msgstr ""
7110 #: builtin/describe.c:439
7111 msgid "debug search strategy on stderr"
7112 msgstr ""
7114 #: builtin/describe.c:440
7115 msgid "use any ref"
7116 msgstr ""
7118 #: builtin/describe.c:441
7119 msgid "use any tag, even unannotated"
7120 msgstr ""
7122 #: builtin/describe.c:442
7123 msgid "always use long format"
7124 msgstr ""
7126 #: builtin/describe.c:443
7127 msgid "only follow first parent"
7128 msgstr ""
7130 #: builtin/describe.c:446
7131 msgid "only output exact matches"
7132 msgstr ""
7134 #: builtin/describe.c:448
7135 msgid "consider <n> most recent tags (default: 10)"
7136 msgstr ""
7138 #: builtin/describe.c:450
7139 msgid "only consider tags matching <pattern>"
7140 msgstr ""
7142 #: builtin/describe.c:452
7143 msgid "do not consider tags matching <pattern>"
7144 msgstr ""
7146 #: builtin/describe.c:454 builtin/name-rev.c:357
7147 msgid "show abbreviated commit object as fallback"
7148 msgstr ""
7150 #: builtin/describe.c:455 builtin/describe.c:458
7151 msgid "mark"
7152 msgstr ""
7154 #: builtin/describe.c:456
7155 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7156 msgstr ""
7158 #: builtin/describe.c:459
7159 msgid "append <mark> on broken working tree (default: \"-broken\")"
7160 msgstr ""
7162 #: builtin/describe.c:477
7163 msgid "--long is incompatible with --abbrev=0"
7164 msgstr ""
7166 #: builtin/describe.c:506
7167 msgid "No names found, cannot describe anything."
7168 msgstr ""
7170 #: builtin/describe.c:549
7171 msgid "--dirty is incompatible with commit-ishes"
7172 msgstr ""
7174 #: builtin/describe.c:551
7175 msgid "--broken is incompatible with commit-ishes"
7176 msgstr ""
7178 #: builtin/diff.c:83
7179 #, c-format
7180 msgid "'%s': not a regular file or symlink"
7181 msgstr ""
7183 #: builtin/diff.c:234
7184 #, c-format
7185 msgid "invalid option: %s"
7186 msgstr ""
7188 #: builtin/diff.c:358
7189 msgid "Not a git repository"
7190 msgstr ""
7192 #: builtin/diff.c:401
7193 #, c-format
7194 msgid "invalid object '%s' given."
7195 msgstr ""
7197 #: builtin/diff.c:410
7198 #, c-format
7199 msgid "more than two blobs given: '%s'"
7200 msgstr ""
7202 #: builtin/diff.c:417
7203 #, c-format
7204 msgid "unhandled object '%s' given."
7205 msgstr ""
7207 #: builtin/difftool.c:28
7208 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7209 msgstr ""
7211 #: builtin/difftool.c:241
7212 #, c-format
7213 msgid "failed: %d"
7214 msgstr ""
7216 #: builtin/difftool.c:283
7217 #, c-format
7218 msgid "could not read symlink %s"
7219 msgstr ""
7221 #: builtin/difftool.c:285
7222 #, c-format
7223 msgid "could not read symlink file %s"
7224 msgstr ""
7226 #: builtin/difftool.c:293
7227 #, c-format
7228 msgid "could not read object %s for symlink %s"
7229 msgstr ""
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 ""
7237 #: builtin/difftool.c:609
7238 #, c-format
7239 msgid "both files modified: '%s' and '%s'."
7240 msgstr ""
7242 #: builtin/difftool.c:611
7243 msgid "working tree file has been left."
7244 msgstr ""
7246 #: builtin/difftool.c:622
7247 #, c-format
7248 msgid "temporary files exist in '%s'."
7249 msgstr ""
7251 #: builtin/difftool.c:623
7252 msgid "you may want to cleanup or recover these."
7253 msgstr ""
7255 #: builtin/difftool.c:669
7256 msgid "use `diff.guitool` instead of `diff.tool`"
7257 msgstr ""
7259 #: builtin/difftool.c:671
7260 msgid "perform a full-directory diff"
7261 msgstr ""
7263 #: builtin/difftool.c:673
7264 msgid "do not prompt before launching a diff tool"
7265 msgstr ""
7267 #: builtin/difftool.c:679
7268 msgid "use symlinks in dir-diff mode"
7269 msgstr ""
7271 #: builtin/difftool.c:680
7272 msgid "<tool>"
7273 msgstr ""
7275 #: builtin/difftool.c:681
7276 msgid "use the specified diff tool"
7277 msgstr ""
7279 #: builtin/difftool.c:683
7280 msgid "print a list of diff tools that may be used with `--tool`"
7281 msgstr ""
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 ""
7289 #: builtin/difftool.c:688
7290 msgid "<command>"
7291 msgstr ""
7293 #: builtin/difftool.c:689
7294 msgid "specify a custom command for viewing diffs"
7295 msgstr ""
7297 #: builtin/difftool.c:713
7298 msgid "no <tool> given for --tool=<tool>"
7299 msgstr ""
7301 #: builtin/difftool.c:720
7302 msgid "no <cmd> given for --extcmd=<cmd>"
7303 msgstr ""
7305 #: builtin/fast-export.c:25
7306 msgid "git fast-export [rev-list-opts]"
7307 msgstr ""
7309 #: builtin/fast-export.c:980
7310 msgid "show progress after <n> objects"
7311 msgstr ""
7313 #: builtin/fast-export.c:982
7314 msgid "select handling of signed tags"
7315 msgstr ""
7317 #: builtin/fast-export.c:985
7318 msgid "select handling of tags that tag filtered objects"
7319 msgstr ""
7321 #: builtin/fast-export.c:988
7322 msgid "Dump marks to this file"
7323 msgstr ""
7325 #: builtin/fast-export.c:990
7326 msgid "Import marks from this file"
7327 msgstr ""
7329 #: builtin/fast-export.c:992
7330 msgid "Fake a tagger when tags lack one"
7331 msgstr ""
7333 #: builtin/fast-export.c:994
7334 msgid "Output full tree for each commit"
7335 msgstr ""
7337 #: builtin/fast-export.c:996
7338 msgid "Use the done feature to terminate the stream"
7339 msgstr ""
7341 #: builtin/fast-export.c:997
7342 msgid "Skip output of blob data"
7343 msgstr ""
7345 #: builtin/fast-export.c:998
7346 msgid "refspec"
7347 msgstr ""
7349 #: builtin/fast-export.c:999
7350 msgid "Apply refspec to exported refs"
7351 msgstr ""
7353 #: builtin/fast-export.c:1000
7354 msgid "anonymize output"
7355 msgstr ""
7357 #: builtin/fetch.c:21
7358 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7359 msgstr ""
7361 #: builtin/fetch.c:22
7362 msgid "git fetch [<options>] <group>"
7363 msgstr ""
7365 #: builtin/fetch.c:23
7366 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7367 msgstr ""
7369 #: builtin/fetch.c:24
7370 msgid "git fetch --all [<options>]"
7371 msgstr ""
7373 #: builtin/fetch.c:95 builtin/pull.c:175
7374 msgid "fetch from all remotes"
7375 msgstr ""
7377 #: builtin/fetch.c:97 builtin/pull.c:178
7378 msgid "append to .git/FETCH_HEAD instead of overwriting"
7379 msgstr ""
7381 #: builtin/fetch.c:99 builtin/pull.c:181
7382 msgid "path to upload pack on remote end"
7383 msgstr ""
7385 #: builtin/fetch.c:100 builtin/pull.c:183
7386 msgid "force overwrite of local branch"
7387 msgstr ""
7389 #: builtin/fetch.c:102
7390 msgid "fetch from multiple remotes"
7391 msgstr ""
7393 #: builtin/fetch.c:104 builtin/pull.c:185
7394 msgid "fetch all tags and associated objects"
7395 msgstr ""
7397 #: builtin/fetch.c:106
7398 msgid "do not fetch all tags (--no-tags)"
7399 msgstr ""
7401 #: builtin/fetch.c:108
7402 msgid "number of submodules fetched in parallel"
7403 msgstr ""
7405 #: builtin/fetch.c:110 builtin/pull.c:188
7406 msgid "prune remote-tracking branches no longer on remote"
7407 msgstr ""
7409 #: builtin/fetch.c:111 builtin/pull.c:191
7410 msgid "on-demand"
7411 msgstr ""
7413 #: builtin/fetch.c:112 builtin/pull.c:192
7414 msgid "control recursive fetching of submodules"
7415 msgstr ""
7417 #: builtin/fetch.c:116 builtin/pull.c:200
7418 msgid "keep downloaded pack"
7419 msgstr ""
7421 #: builtin/fetch.c:118
7422 msgid "allow updating of HEAD ref"
7423 msgstr ""
7425 #: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7426 msgid "deepen history of shallow clone"
7427 msgstr ""
7429 #: builtin/fetch.c:123
7430 msgid "deepen history of shallow repository based on time"
7431 msgstr ""
7433 #: builtin/fetch.c:129 builtin/pull.c:206
7434 msgid "convert to a complete repository"
7435 msgstr ""
7437 #: builtin/fetch.c:131 builtin/log.c:1440
7438 msgid "dir"
7439 msgstr ""
7441 #: builtin/fetch.c:132
7442 msgid "prepend this to submodule path output"
7443 msgstr ""
7445 #: builtin/fetch.c:135
7446 msgid "default mode for recursion"
7447 msgstr ""
7449 #: builtin/fetch.c:137 builtin/pull.c:209
7450 msgid "accept refs that update .git/shallow"
7451 msgstr ""
7453 #: builtin/fetch.c:138 builtin/pull.c:211
7454 msgid "refmap"
7455 msgstr ""
7457 #: builtin/fetch.c:139 builtin/pull.c:212
7458 msgid "specify fetch refmap"
7459 msgstr ""
7461 #: builtin/fetch.c:395
7462 msgid "Couldn't find remote ref HEAD"
7463 msgstr ""
7465 #: builtin/fetch.c:513
7466 #, c-format
7467 msgid "configuration fetch.output contains invalid value %s"
7468 msgstr ""
7470 #: builtin/fetch.c:606
7471 #, c-format
7472 msgid "object %s not found"
7473 msgstr ""
7475 #: builtin/fetch.c:610
7476 msgid "[up to date]"
7477 msgstr ""
7479 #: builtin/fetch.c:623 builtin/fetch.c:703
7480 msgid "[rejected]"
7481 msgstr ""
7483 #: builtin/fetch.c:624
7484 msgid "can't fetch in current branch"
7485 msgstr ""
7487 #: builtin/fetch.c:633
7488 msgid "[tag update]"
7489 msgstr ""
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 ""
7496 #: builtin/fetch.c:653
7497 msgid "[new tag]"
7498 msgstr ""
7500 #: builtin/fetch.c:656
7501 msgid "[new branch]"
7502 msgstr ""
7504 #: builtin/fetch.c:659
7505 msgid "[new ref]"
7506 msgstr ""
7508 #: builtin/fetch.c:698
7509 msgid "forced update"
7510 msgstr ""
7512 #: builtin/fetch.c:703
7513 msgid "non-fast-forward"
7514 msgstr ""
7516 #: builtin/fetch.c:748
7517 #, c-format
7518 msgid "%s did not send all necessary objects\n"
7519 msgstr ""
7521 #: builtin/fetch.c:768
7522 #, c-format
7523 msgid "reject %s because shallow roots are not allowed to be updated"
7524 msgstr ""
7526 #: builtin/fetch.c:855 builtin/fetch.c:951
7527 #, c-format
7528 msgid "From %.*s\n"
7529 msgstr ""
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 ""
7538 #: builtin/fetch.c:921
7539 #, c-format
7540 msgid "   (%s will become dangling)"
7541 msgstr ""
7543 #: builtin/fetch.c:922
7544 #, c-format
7545 msgid "   (%s has become dangling)"
7546 msgstr ""
7548 #: builtin/fetch.c:954
7549 msgid "[deleted]"
7550 msgstr ""
7552 #: builtin/fetch.c:955 builtin/remote.c:1022
7553 msgid "(none)"
7554 msgstr ""
7556 #: builtin/fetch.c:978
7557 #, c-format
7558 msgid "Refusing to fetch into current branch %s of non-bare repository"
7559 msgstr ""
7561 #: builtin/fetch.c:997
7562 #, c-format
7563 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7564 msgstr ""
7566 #: builtin/fetch.c:1000
7567 #, c-format
7568 msgid "Option \"%s\" is ignored for %s\n"
7569 msgstr ""
7571 #: builtin/fetch.c:1076
7572 #, c-format
7573 msgid "Don't know how to fetch from %s"
7574 msgstr ""
7576 #: builtin/fetch.c:1236
7577 #, c-format
7578 msgid "Fetching %s\n"
7579 msgstr ""
7581 #: builtin/fetch.c:1238 builtin/remote.c:96
7582 #, c-format
7583 msgid "Could not fetch %s"
7584 msgstr ""
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 ""
7592 #: builtin/fetch.c:1279
7593 msgid "You need to specify a tag name."
7594 msgstr ""
7596 #: builtin/fetch.c:1321
7597 msgid "Negative depth in --deepen is not supported"
7598 msgstr ""
7600 #: builtin/fetch.c:1323
7601 msgid "--deepen and --depth are mutually exclusive"
7602 msgstr ""
7604 #: builtin/fetch.c:1328
7605 msgid "--depth and --unshallow cannot be used together"
7606 msgstr ""
7608 #: builtin/fetch.c:1330
7609 msgid "--unshallow on a complete repository does not make sense"
7610 msgstr ""
7612 #: builtin/fetch.c:1352
7613 msgid "fetch --all does not take a repository argument"
7614 msgstr ""
7616 #: builtin/fetch.c:1354
7617 msgid "fetch --all does not make sense with refspecs"
7618 msgstr ""
7620 #: builtin/fetch.c:1365
7621 #, c-format
7622 msgid "No such remote or remote group: %s"
7623 msgstr ""
7625 #: builtin/fetch.c:1373
7626 msgid "Fetching a group and specifying refspecs does not make sense"
7627 msgstr ""
7629 #: builtin/fmt-merge-msg.c:14
7630 msgid ""
7631 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7632 msgstr ""
7634 #: builtin/fmt-merge-msg.c:663
7635 msgid "populate log with at most <n> entries from shortlog"
7636 msgstr ""
7638 #: builtin/fmt-merge-msg.c:666
7639 msgid "alias for --log (deprecated)"
7640 msgstr ""
7642 #: builtin/fmt-merge-msg.c:669
7643 msgid "text"
7644 msgstr ""
7646 #: builtin/fmt-merge-msg.c:670
7647 msgid "use <text> as start of message"
7648 msgstr ""
7650 #: builtin/fmt-merge-msg.c:671
7651 msgid "file to read from"
7652 msgstr ""
7654 #: builtin/for-each-ref.c:9
7655 msgid "git for-each-ref [<options>] [<pattern>]"
7656 msgstr ""
7658 #: builtin/for-each-ref.c:10
7659 msgid "git for-each-ref [--points-at <object>]"
7660 msgstr ""
7662 #: builtin/for-each-ref.c:11
7663 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7664 msgstr ""
7666 #: builtin/for-each-ref.c:12
7667 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7668 msgstr ""
7670 #: builtin/for-each-ref.c:27
7671 msgid "quote placeholders suitably for shells"
7672 msgstr ""
7674 #: builtin/for-each-ref.c:29
7675 msgid "quote placeholders suitably for perl"
7676 msgstr ""
7678 #: builtin/for-each-ref.c:31
7679 msgid "quote placeholders suitably for python"
7680 msgstr ""
7682 #: builtin/for-each-ref.c:33
7683 msgid "quote placeholders suitably for Tcl"
7684 msgstr ""
7686 #: builtin/for-each-ref.c:36
7687 msgid "show only <n> matched refs"
7688 msgstr ""
7690 #: builtin/for-each-ref.c:41
7691 msgid "print only refs which points at the given object"
7692 msgstr ""
7694 #: builtin/for-each-ref.c:43
7695 msgid "print only refs that are merged"
7696 msgstr ""
7698 #: builtin/for-each-ref.c:44
7699 msgid "print only refs that are not merged"
7700 msgstr ""
7702 #: builtin/for-each-ref.c:45
7703 msgid "print only refs which contain the commit"
7704 msgstr ""
7706 #: builtin/for-each-ref.c:46
7707 msgid "print only refs which don't contain the commit"
7708 msgstr ""
7710 #: builtin/fsck.c:554
7711 msgid "Checking object directories"
7712 msgstr ""
7714 #: builtin/fsck.c:646
7715 msgid "git fsck [<options>] [<object>...]"
7716 msgstr ""
7718 #: builtin/fsck.c:652
7719 msgid "show unreachable objects"
7720 msgstr ""
7722 #: builtin/fsck.c:653
7723 msgid "show dangling objects"
7724 msgstr ""
7726 #: builtin/fsck.c:654
7727 msgid "report tags"
7728 msgstr ""
7730 #: builtin/fsck.c:655
7731 msgid "report root nodes"
7732 msgstr ""
7734 #: builtin/fsck.c:656
7735 msgid "make index objects head nodes"
7736 msgstr ""
7738 #: builtin/fsck.c:657
7739 msgid "make reflogs head nodes (default)"
7740 msgstr ""
7742 #: builtin/fsck.c:658
7743 msgid "also consider packs and alternate objects"
7744 msgstr ""
7746 #: builtin/fsck.c:659
7747 msgid "check only connectivity"
7748 msgstr ""
7750 #: builtin/fsck.c:660
7751 msgid "enable more strict checking"
7752 msgstr ""
7754 #: builtin/fsck.c:662
7755 msgid "write dangling objects in .git/lost-found"
7756 msgstr ""
7758 #: builtin/fsck.c:663 builtin/prune.c:107
7759 msgid "show progress"
7760 msgstr ""
7762 #: builtin/fsck.c:664
7763 msgid "show verbose names for reachable objects"
7764 msgstr ""
7766 #: builtin/fsck.c:725
7767 msgid "Checking objects"
7768 msgstr ""
7770 #: builtin/gc.c:25
7771 msgid "git gc [<options>]"
7772 msgstr ""
7774 #: builtin/gc.c:78
7775 #, c-format
7776 msgid "Failed to fstat %s: %s"
7777 msgstr ""
7779 #: builtin/gc.c:310
7780 #, c-format
7781 msgid "Can't stat %s"
7782 msgstr ""
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 ""
7794 #: builtin/gc.c:358
7795 msgid "prune unreferenced objects"
7796 msgstr ""
7798 #: builtin/gc.c:360
7799 msgid "be more thorough (increased runtime)"
7800 msgstr ""
7802 #: builtin/gc.c:361
7803 msgid "enable auto-gc mode"
7804 msgstr ""
7806 #: builtin/gc.c:362
7807 msgid "force running gc even if there may be another gc running"
7808 msgstr ""
7810 #: builtin/gc.c:379
7811 #, c-format
7812 msgid "Failed to parse gc.logexpiry value %s"
7813 msgstr ""
7815 #: builtin/gc.c:407
7816 #, c-format
7817 msgid "Auto packing the repository in background for optimum performance.\n"
7818 msgstr ""
7820 #: builtin/gc.c:409
7821 #, c-format
7822 msgid "Auto packing the repository for optimum performance.\n"
7823 msgstr ""
7825 #: builtin/gc.c:410
7826 #, c-format
7827 msgid "See \"git help gc\" for manual housekeeping.\n"
7828 msgstr ""
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 ""
7836 #: builtin/gc.c:475
7837 msgid ""
7838 "There are too many unreachable loose objects; run 'git prune' to remove them."
7839 msgstr ""
7841 #: builtin/grep.c:25
7842 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7843 msgstr ""
7845 #: builtin/grep.c:232
7846 #, c-format
7847 msgid "grep: failed to create thread: %s"
7848 msgstr ""
7850 #: builtin/grep.c:290
7851 #, c-format
7852 msgid "invalid number of threads specified (%d) for %s"
7853 msgstr ""
7855 #: builtin/grep.c:769 builtin/grep.c:810
7856 #, c-format
7857 msgid "unable to read tree (%s)"
7858 msgstr ""
7860 #: builtin/grep.c:829
7861 #, c-format
7862 msgid "unable to grep from object of type %s"
7863 msgstr ""
7865 #: builtin/grep.c:893
7866 #, c-format
7867 msgid "switch `%c' expects a numerical value"
7868 msgstr ""
7870 #: builtin/grep.c:980
7871 msgid "search in index instead of in the work tree"
7872 msgstr ""
7874 #: builtin/grep.c:982
7875 msgid "find in contents not managed by git"
7876 msgstr ""
7878 #: builtin/grep.c:984
7879 msgid "search in both tracked and untracked files"
7880 msgstr ""
7882 #: builtin/grep.c:986
7883 msgid "ignore files specified via '.gitignore'"
7884 msgstr ""
7886 #: builtin/grep.c:988
7887 msgid "recursively search in each submodule"
7888 msgstr ""
7890 #: builtin/grep.c:990
7891 msgid "basename"
7892 msgstr ""
7894 #: builtin/grep.c:991
7895 msgid "prepend parent project's basename to output"
7896 msgstr ""
7898 #: builtin/grep.c:994
7899 msgid "show non-matching lines"
7900 msgstr ""
7902 #: builtin/grep.c:996
7903 msgid "case insensitive matching"
7904 msgstr ""
7906 #: builtin/grep.c:998
7907 msgid "match patterns only at word boundaries"
7908 msgstr ""
7910 #: builtin/grep.c:1000
7911 msgid "process binary files as text"
7912 msgstr ""
7914 #: builtin/grep.c:1002
7915 msgid "don't match patterns in binary files"
7916 msgstr ""
7918 #: builtin/grep.c:1005
7919 msgid "process binary files with textconv filters"
7920 msgstr ""
7922 #: builtin/grep.c:1007
7923 msgid "descend at most <depth> levels"
7924 msgstr ""
7926 #: builtin/grep.c:1011
7927 msgid "use extended POSIX regular expressions"
7928 msgstr ""
7930 #: builtin/grep.c:1014
7931 msgid "use basic POSIX regular expressions (default)"
7932 msgstr ""
7934 #: builtin/grep.c:1017
7935 msgid "interpret patterns as fixed strings"
7936 msgstr ""
7938 #: builtin/grep.c:1020
7939 msgid "use Perl-compatible regular expressions"
7940 msgstr ""
7942 #: builtin/grep.c:1023
7943 msgid "show line numbers"
7944 msgstr ""
7946 #: builtin/grep.c:1024
7947 msgid "don't show filenames"
7948 msgstr ""
7950 #: builtin/grep.c:1025
7951 msgid "show filenames"
7952 msgstr ""
7954 #: builtin/grep.c:1027
7955 msgid "show filenames relative to top directory"
7956 msgstr ""
7958 #: builtin/grep.c:1029
7959 msgid "show only filenames instead of matching lines"
7960 msgstr ""
7962 #: builtin/grep.c:1031
7963 msgid "synonym for --files-with-matches"
7964 msgstr ""
7966 #: builtin/grep.c:1034
7967 msgid "show only the names of files without match"
7968 msgstr ""
7970 #: builtin/grep.c:1036
7971 msgid "print NUL after filenames"
7972 msgstr ""
7974 #: builtin/grep.c:1038
7975 msgid "show the number of matches instead of matching lines"
7976 msgstr ""
7978 #: builtin/grep.c:1039
7979 msgid "highlight matches"
7980 msgstr ""
7982 #: builtin/grep.c:1041
7983 msgid "print empty line between matches from different files"
7984 msgstr ""
7986 #: builtin/grep.c:1043
7987 msgid "show filename only once above matches from same file"
7988 msgstr ""
7990 #: builtin/grep.c:1046
7991 msgid "show <n> context lines before and after matches"
7992 msgstr ""
7994 #: builtin/grep.c:1049
7995 msgid "show <n> context lines before matches"
7996 msgstr ""
7998 #: builtin/grep.c:1051
7999 msgid "show <n> context lines after matches"
8000 msgstr ""
8002 #: builtin/grep.c:1053
8003 msgid "use <n> worker threads"
8004 msgstr ""
8006 #: builtin/grep.c:1054
8007 msgid "shortcut for -C NUM"
8008 msgstr ""
8010 #: builtin/grep.c:1057
8011 msgid "show a line with the function name before matches"
8012 msgstr ""
8014 #: builtin/grep.c:1059
8015 msgid "show the surrounding function"
8016 msgstr ""
8018 #: builtin/grep.c:1062
8019 msgid "read patterns from file"
8020 msgstr ""
8022 #: builtin/grep.c:1064
8023 msgid "match <pattern>"
8024 msgstr ""
8026 #: builtin/grep.c:1066
8027 msgid "combine patterns specified with -e"
8028 msgstr ""
8030 #: builtin/grep.c:1078
8031 msgid "indicate hit with exit status without output"
8032 msgstr ""
8034 #: builtin/grep.c:1080
8035 msgid "show only matches from files that match all patterns"
8036 msgstr ""
8038 #: builtin/grep.c:1082
8039 msgid "show parse tree for grep expression"
8040 msgstr ""
8042 #: builtin/grep.c:1086
8043 msgid "pager"
8044 msgstr ""
8046 #: builtin/grep.c:1086
8047 msgid "show matching files in the pager"
8048 msgstr ""
8050 #: builtin/grep.c:1089
8051 msgid "allow calling of grep(1) (ignored by this build)"
8052 msgstr ""
8054 #: builtin/grep.c:1153
8055 msgid "no pattern given."
8056 msgstr ""
8058 #: builtin/grep.c:1189
8059 msgid "--no-index or --untracked cannot be used with revs"
8060 msgstr ""
8062 #: builtin/grep.c:1195
8063 #, c-format
8064 msgid "unable to resolve revision: %s"
8065 msgstr ""
8067 #: builtin/grep.c:1228 builtin/index-pack.c:1485
8068 #, c-format
8069 msgid "invalid number of threads specified (%d)"
8070 msgstr ""
8072 #: builtin/grep.c:1251
8073 msgid "--open-files-in-pager only works on the worktree"
8074 msgstr ""
8076 #: builtin/grep.c:1274
8077 msgid "option not supported with --recurse-submodules."
8078 msgstr ""
8080 #: builtin/grep.c:1280
8081 msgid "--cached or --untracked cannot be used with --no-index."
8082 msgstr ""
8084 #: builtin/grep.c:1286
8085 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8086 msgstr ""
8088 #: builtin/grep.c:1294
8089 msgid "both --cached and trees are given."
8090 msgstr ""
8092 #: builtin/hash-object.c:81
8093 msgid ""
8094 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8095 "[--] <file>..."
8096 msgstr ""
8098 #: builtin/hash-object.c:82
8099 msgid "git hash-object  --stdin-paths"
8100 msgstr ""
8102 #: builtin/hash-object.c:94
8103 msgid "type"
8104 msgstr ""
8106 #: builtin/hash-object.c:94
8107 msgid "object type"
8108 msgstr ""
8110 #: builtin/hash-object.c:95
8111 msgid "write the object into the object database"
8112 msgstr ""
8114 #: builtin/hash-object.c:97
8115 msgid "read the object from stdin"
8116 msgstr ""
8118 #: builtin/hash-object.c:99
8119 msgid "store file as is without filters"
8120 msgstr ""
8122 #: builtin/hash-object.c:100
8123 msgid ""
8124 "just hash any random garbage to create corrupt objects for debugging Git"
8125 msgstr ""
8127 #: builtin/hash-object.c:101
8128 msgid "process file as it were from this path"
8129 msgstr ""
8131 #: builtin/help.c:42
8132 msgid "print all available commands"
8133 msgstr ""
8135 #: builtin/help.c:43
8136 msgid "exclude guides"
8137 msgstr ""
8139 #: builtin/help.c:44
8140 msgid "print list of useful guides"
8141 msgstr ""
8143 #: builtin/help.c:45
8144 msgid "show man page"
8145 msgstr ""
8147 #: builtin/help.c:46
8148 msgid "show manual in web browser"
8149 msgstr ""
8151 #: builtin/help.c:48
8152 msgid "show info page"
8153 msgstr ""
8155 #: builtin/help.c:54
8156 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8157 msgstr ""
8159 #: builtin/help.c:66
8160 #, c-format
8161 msgid "unrecognized help format '%s'"
8162 msgstr ""
8164 #: builtin/help.c:93
8165 msgid "Failed to start emacsclient."
8166 msgstr ""
8168 #: builtin/help.c:106
8169 msgid "Failed to parse emacsclient version."
8170 msgstr ""
8172 #: builtin/help.c:114
8173 #, c-format
8174 msgid "emacsclient version '%d' too old (< 22)."
8175 msgstr ""
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 ""
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 ""
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 ""
8196 #: builtin/help.c:336
8197 #, c-format
8198 msgid "'%s': unknown man viewer."
8199 msgstr ""
8201 #: builtin/help.c:353
8202 msgid "no man viewer handled the request"
8203 msgstr ""
8205 #: builtin/help.c:361
8206 msgid "no info viewer handled the request"
8207 msgstr ""
8209 #: builtin/help.c:403
8210 msgid "Defining attributes per path"
8211 msgstr ""
8213 #: builtin/help.c:404
8214 msgid "Everyday Git With 20 Commands Or So"
8215 msgstr ""
8217 #: builtin/help.c:405
8218 msgid "A Git glossary"
8219 msgstr ""
8221 #: builtin/help.c:406
8222 msgid "Specifies intentionally untracked files to ignore"
8223 msgstr ""
8225 #: builtin/help.c:407
8226 msgid "Defining submodule properties"
8227 msgstr ""
8229 #: builtin/help.c:408
8230 msgid "Specifying revisions and ranges for Git"
8231 msgstr ""
8233 #: builtin/help.c:409
8234 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8235 msgstr ""
8237 #: builtin/help.c:410
8238 msgid "An overview of recommended workflows with Git"
8239 msgstr ""
8241 #: builtin/help.c:422
8242 msgid "The common Git guides are:\n"
8243 msgstr ""
8245 #: builtin/help.c:440
8246 #, c-format
8247 msgid "`git %s' is aliased to `%s'"
8248 msgstr ""
8250 #: builtin/help.c:462 builtin/help.c:479
8251 #, c-format
8252 msgid "usage: %s%s"
8253 msgstr ""
8255 #: builtin/index-pack.c:154
8256 #, c-format
8257 msgid "unable to open %s"
8258 msgstr ""
8260 #: builtin/index-pack.c:204
8261 #, c-format
8262 msgid "object type mismatch at %s"
8263 msgstr ""
8265 #: builtin/index-pack.c:224
8266 #, c-format
8267 msgid "did not receive expected object %s"
8268 msgstr ""
8270 #: builtin/index-pack.c:227
8271 #, c-format
8272 msgid "object %s: expected type %s, found %s"
8273 msgstr ""
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] ""
8282 #: builtin/index-pack.c:279
8283 msgid "early EOF"
8284 msgstr ""
8286 #: builtin/index-pack.c:280
8287 msgid "read error on input"
8288 msgstr ""
8290 #: builtin/index-pack.c:292
8291 msgid "used more bytes than were available"
8292 msgstr ""
8294 #: builtin/index-pack.c:299
8295 msgid "pack too large for current definition of off_t"
8296 msgstr ""
8298 #: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8299 msgid "pack exceeds maximum allowed size"
8300 msgstr ""
8302 #: builtin/index-pack.c:317
8303 #, c-format
8304 msgid "unable to create '%s'"
8305 msgstr ""
8307 #: builtin/index-pack.c:323
8308 #, c-format
8309 msgid "cannot open packfile '%s'"
8310 msgstr ""
8312 #: builtin/index-pack.c:337
8313 msgid "pack signature mismatch"
8314 msgstr ""
8316 #: builtin/index-pack.c:339
8317 #, c-format
8318 msgid "pack version %<PRIu32> unsupported"
8319 msgstr ""
8321 #: builtin/index-pack.c:357
8322 #, c-format
8323 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8324 msgstr ""
8326 #: builtin/index-pack.c:479
8327 #, c-format
8328 msgid "inflate returned %d"
8329 msgstr ""
8331 #: builtin/index-pack.c:528
8332 msgid "offset value overflow for delta base object"
8333 msgstr ""
8335 #: builtin/index-pack.c:536
8336 msgid "delta base offset is out of bound"
8337 msgstr ""
8339 #: builtin/index-pack.c:544
8340 #, c-format
8341 msgid "unknown object type %d"
8342 msgstr ""
8344 #: builtin/index-pack.c:575
8345 msgid "cannot pread pack file"
8346 msgstr ""
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] ""
8355 #: builtin/index-pack.c:603
8356 msgid "serious inflate inconsistency"
8357 msgstr ""
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 ""
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 ""
8371 #: builtin/index-pack.c:814
8372 #, c-format
8373 msgid "cannot read existing object info %s"
8374 msgstr ""
8376 #: builtin/index-pack.c:822
8377 #, c-format
8378 msgid "cannot read existing object %s"
8379 msgstr ""
8381 #: builtin/index-pack.c:836
8382 #, c-format
8383 msgid "invalid blob object %s"
8384 msgstr ""
8386 #: builtin/index-pack.c:850
8387 #, c-format
8388 msgid "invalid %s"
8389 msgstr ""
8391 #: builtin/index-pack.c:853
8392 msgid "Error in object"
8393 msgstr ""
8395 #: builtin/index-pack.c:855
8396 #, c-format
8397 msgid "Not all child objects of %s are reachable"
8398 msgstr ""
8400 #: builtin/index-pack.c:927 builtin/index-pack.c:958
8401 msgid "failed to apply delta"
8402 msgstr ""
8404 #: builtin/index-pack.c:1128
8405 msgid "Receiving objects"
8406 msgstr ""
8408 #: builtin/index-pack.c:1128
8409 msgid "Indexing objects"
8410 msgstr ""
8412 #: builtin/index-pack.c:1160
8413 msgid "pack is corrupted (SHA1 mismatch)"
8414 msgstr ""
8416 #: builtin/index-pack.c:1165
8417 msgid "cannot fstat packfile"
8418 msgstr ""
8420 #: builtin/index-pack.c:1168
8421 msgid "pack has junk at the end"
8422 msgstr ""
8424 #: builtin/index-pack.c:1179
8425 msgid "confusion beyond insanity in parse_pack_objects()"
8426 msgstr ""
8428 #: builtin/index-pack.c:1202
8429 msgid "Resolving deltas"
8430 msgstr ""
8432 #: builtin/index-pack.c:1213
8433 #, c-format
8434 msgid "unable to create thread: %s"
8435 msgstr ""
8437 #: builtin/index-pack.c:1255
8438 msgid "confusion beyond insanity"
8439 msgstr ""
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] ""
8448 #: builtin/index-pack.c:1273
8449 #, c-format
8450 msgid "Unexpected tail checksum for %s (disk corruption?)"
8451 msgstr ""
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] ""
8460 #: builtin/index-pack.c:1301
8461 #, c-format
8462 msgid "unable to deflate appended object (%d)"
8463 msgstr ""
8465 #: builtin/index-pack.c:1377
8466 #, c-format
8467 msgid "local object %s is corrupt"
8468 msgstr ""
8470 #: builtin/index-pack.c:1403
8471 msgid "error while closing pack file"
8472 msgstr ""
8474 #: builtin/index-pack.c:1415
8475 #, c-format
8476 msgid "cannot write keep file '%s'"
8477 msgstr ""
8479 #: builtin/index-pack.c:1423
8480 #, c-format
8481 msgid "cannot close written keep file '%s'"
8482 msgstr ""
8484 #: builtin/index-pack.c:1433
8485 msgid "cannot store pack file"
8486 msgstr ""
8488 #: builtin/index-pack.c:1441
8489 msgid "cannot store index file"
8490 msgstr ""
8492 #: builtin/index-pack.c:1479
8493 #, c-format
8494 msgid "bad pack.indexversion=%<PRIu32>"
8495 msgstr ""
8497 #: builtin/index-pack.c:1489 builtin/index-pack.c:1686
8498 #, c-format
8499 msgid "no threads support, ignoring %s"
8500 msgstr ""
8502 #: builtin/index-pack.c:1547
8503 #, c-format
8504 msgid "Cannot open existing pack file '%s'"
8505 msgstr ""
8507 #: builtin/index-pack.c:1549
8508 #, c-format
8509 msgid "Cannot open existing pack idx file for '%s'"
8510 msgstr ""
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] ""
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] ""
8526 #: builtin/index-pack.c:1616
8527 #, c-format
8528 msgid "packfile name '%s' does not end with '.pack'"
8529 msgstr ""
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 ""
8537 #: builtin/index-pack.c:1737
8538 msgid "--fix-thin cannot be used without --stdin"
8539 msgstr ""
8541 #: builtin/index-pack.c:1739
8542 msgid "--stdin requires a git repository"
8543 msgstr ""
8545 #: builtin/index-pack.c:1747
8546 msgid "--verify with no packfile name given"
8547 msgstr ""
8549 #: builtin/init-db.c:54
8550 #, c-format
8551 msgid "cannot stat '%s'"
8552 msgstr ""
8554 #: builtin/init-db.c:60
8555 #, c-format
8556 msgid "cannot stat template '%s'"
8557 msgstr ""
8559 #: builtin/init-db.c:65
8560 #, c-format
8561 msgid "cannot opendir '%s'"
8562 msgstr ""
8564 #: builtin/init-db.c:76
8565 #, c-format
8566 msgid "cannot readlink '%s'"
8567 msgstr ""
8569 #: builtin/init-db.c:78
8570 #, c-format
8571 msgid "cannot symlink '%s' '%s'"
8572 msgstr ""
8574 #: builtin/init-db.c:84
8575 #, c-format
8576 msgid "cannot copy '%s' to '%s'"
8577 msgstr ""
8579 #: builtin/init-db.c:88
8580 #, c-format
8581 msgid "ignoring template %s"
8582 msgstr ""
8584 #: builtin/init-db.c:119
8585 #, c-format
8586 msgid "templates not found %s"
8587 msgstr ""
8589 #: builtin/init-db.c:134
8590 #, c-format
8591 msgid "not copying templates from '%s': %s"
8592 msgstr ""
8594 #: builtin/init-db.c:327
8595 #, c-format
8596 msgid "unable to handle file type %d"
8597 msgstr ""
8599 #: builtin/init-db.c:330
8600 #, c-format
8601 msgid "unable to move %s to %s"
8602 msgstr ""
8604 #: builtin/init-db.c:347 builtin/init-db.c:350
8605 #, c-format
8606 msgid "%s already exists"
8607 msgstr ""
8609 #: builtin/init-db.c:403
8610 #, c-format
8611 msgid "Reinitialized existing shared Git repository in %s%s\n"
8612 msgstr ""
8614 #: builtin/init-db.c:404
8615 #, c-format
8616 msgid "Reinitialized existing Git repository in %s%s\n"
8617 msgstr ""
8619 #: builtin/init-db.c:408
8620 #, c-format
8621 msgid "Initialized empty shared Git repository in %s%s\n"
8622 msgstr ""
8624 #: builtin/init-db.c:409
8625 #, c-format
8626 msgid "Initialized empty Git repository in %s%s\n"
8627 msgstr ""
8629 #: builtin/init-db.c:457
8630 msgid ""
8631 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8632 "shared[=<permissions>]] [<directory>]"
8633 msgstr ""
8635 #: builtin/init-db.c:480
8636 msgid "permissions"
8637 msgstr ""
8639 #: builtin/init-db.c:481
8640 msgid "specify that the git repository is to be shared amongst several users"
8641 msgstr ""
8643 #: builtin/init-db.c:515 builtin/init-db.c:520
8644 #, c-format
8645 msgid "cannot mkdir %s"
8646 msgstr ""
8648 #: builtin/init-db.c:524
8649 #, c-format
8650 msgid "cannot chdir to %s"
8651 msgstr ""
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 ""
8660 #: builtin/init-db.c:573
8661 #, c-format
8662 msgid "Cannot access work tree '%s'"
8663 msgstr ""
8665 #: builtin/interpret-trailers.c:15
8666 msgid ""
8667 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8668 "<token>[(=|:)<value>])...] [<file>...]"
8669 msgstr ""
8671 #: builtin/interpret-trailers.c:26
8672 msgid "edit files in place"
8673 msgstr ""
8675 #: builtin/interpret-trailers.c:27
8676 msgid "trim empty trailers"
8677 msgstr ""
8679 #: builtin/interpret-trailers.c:28
8680 msgid "trailer"
8681 msgstr ""
8683 #: builtin/interpret-trailers.c:29
8684 msgid "trailer(s) to add"
8685 msgstr ""
8687 #: builtin/interpret-trailers.c:42
8688 msgid "no input file given for in-place editing"
8689 msgstr ""
8691 #: builtin/log.c:44
8692 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8693 msgstr ""
8695 #: builtin/log.c:45
8696 msgid "git show [<options>] <object>..."
8697 msgstr ""
8699 #: builtin/log.c:89
8700 #, c-format
8701 msgid "invalid --decorate option: %s"
8702 msgstr ""
8704 #: builtin/log.c:144
8705 msgid "suppress diff output"
8706 msgstr ""
8708 #: builtin/log.c:145
8709 msgid "show source"
8710 msgstr ""
8712 #: builtin/log.c:146
8713 msgid "Use mail map file"
8714 msgstr ""
8716 #: builtin/log.c:147
8717 msgid "decorate options"
8718 msgstr ""
8720 #: builtin/log.c:150
8721 msgid "Process line range n,m in file, counting from 1"
8722 msgstr ""
8724 #: builtin/log.c:246
8725 #, c-format
8726 msgid "Final output: %d %s\n"
8727 msgstr ""
8729 #: builtin/log.c:493
8730 #, c-format
8731 msgid "git show %s: bad file"
8732 msgstr ""
8734 #: builtin/log.c:507 builtin/log.c:601
8735 #, c-format
8736 msgid "Could not read object %s"
8737 msgstr ""
8739 #: builtin/log.c:625
8740 #, c-format
8741 msgid "Unknown type: %d"
8742 msgstr ""
8744 #: builtin/log.c:746
8745 msgid "format.headers without value"
8746 msgstr ""
8748 #: builtin/log.c:846
8749 msgid "name of output directory is too long"
8750 msgstr ""
8752 #: builtin/log.c:861
8753 #, c-format
8754 msgid "Cannot open patch file %s"
8755 msgstr ""
8757 #: builtin/log.c:875
8758 msgid "Need exactly one range."
8759 msgstr ""
8761 #: builtin/log.c:885
8762 msgid "Not a range."
8763 msgstr ""
8765 #: builtin/log.c:991
8766 msgid "Cover letter needs email format"
8767 msgstr ""
8769 #: builtin/log.c:1071
8770 #, c-format
8771 msgid "insane in-reply-to: %s"
8772 msgstr ""
8774 #: builtin/log.c:1098
8775 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8776 msgstr ""
8778 #: builtin/log.c:1148
8779 msgid "Two output directories?"
8780 msgstr ""
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 ""
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 ""
8792 #: builtin/log.c:1270
8793 msgid "Could not find exact merge base."
8794 msgstr ""
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 ""
8803 #: builtin/log.c:1294
8804 msgid "Failed to find exact merge base"
8805 msgstr ""
8807 #: builtin/log.c:1305
8808 msgid "base commit should be the ancestor of revision list"
8809 msgstr ""
8811 #: builtin/log.c:1309
8812 msgid "base commit shouldn't be in revision list"
8813 msgstr ""
8815 #: builtin/log.c:1358
8816 msgid "cannot get patch id"
8817 msgstr ""
8819 #: builtin/log.c:1415
8820 msgid "use [PATCH n/m] even with a single patch"
8821 msgstr ""
8823 #: builtin/log.c:1418
8824 msgid "use [PATCH] even with multiple patches"
8825 msgstr ""
8827 #: builtin/log.c:1422
8828 msgid "print patches to standard out"
8829 msgstr ""
8831 #: builtin/log.c:1424
8832 msgid "generate a cover letter"
8833 msgstr ""
8835 #: builtin/log.c:1426
8836 msgid "use simple number sequence for output file names"
8837 msgstr ""
8839 #: builtin/log.c:1427
8840 msgid "sfx"
8841 msgstr ""
8843 #: builtin/log.c:1428
8844 msgid "use <sfx> instead of '.patch'"
8845 msgstr ""
8847 #: builtin/log.c:1430
8848 msgid "start numbering patches at <n> instead of 1"
8849 msgstr ""
8851 #: builtin/log.c:1432
8852 msgid "mark the series as Nth re-roll"
8853 msgstr ""
8855 #: builtin/log.c:1434
8856 msgid "Use [RFC PATCH] instead of [PATCH]"
8857 msgstr ""
8859 #: builtin/log.c:1437
8860 msgid "Use [<prefix>] instead of [PATCH]"
8861 msgstr ""
8863 #: builtin/log.c:1440
8864 msgid "store resulting files in <dir>"
8865 msgstr ""
8867 #: builtin/log.c:1443
8868 msgid "don't strip/add [PATCH]"
8869 msgstr ""
8871 #: builtin/log.c:1446
8872 msgid "don't output binary diffs"
8873 msgstr ""
8875 #: builtin/log.c:1448
8876 msgid "output all-zero hash in From header"
8877 msgstr ""
8879 #: builtin/log.c:1450
8880 msgid "don't include a patch matching a commit upstream"
8881 msgstr ""
8883 #: builtin/log.c:1452
8884 msgid "show patch format instead of default (patch + stat)"
8885 msgstr ""
8887 #: builtin/log.c:1454
8888 msgid "Messaging"
8889 msgstr ""
8891 #: builtin/log.c:1455
8892 msgid "header"
8893 msgstr ""
8895 #: builtin/log.c:1456
8896 msgid "add email header"
8897 msgstr ""
8899 #: builtin/log.c:1457 builtin/log.c:1459
8900 msgid "email"
8901 msgstr ""
8903 #: builtin/log.c:1457
8904 msgid "add To: header"
8905 msgstr ""
8907 #: builtin/log.c:1459
8908 msgid "add Cc: header"
8909 msgstr ""
8911 #: builtin/log.c:1461
8912 msgid "ident"
8913 msgstr ""
8915 #: builtin/log.c:1462
8916 msgid "set From address to <ident> (or committer ident if absent)"
8917 msgstr ""
8919 #: builtin/log.c:1464
8920 msgid "message-id"
8921 msgstr ""
8923 #: builtin/log.c:1465
8924 msgid "make first mail a reply to <message-id>"
8925 msgstr ""
8927 #: builtin/log.c:1466 builtin/log.c:1469
8928 msgid "boundary"
8929 msgstr ""
8931 #: builtin/log.c:1467
8932 msgid "attach the patch"
8933 msgstr ""
8935 #: builtin/log.c:1470
8936 msgid "inline the patch"
8937 msgstr ""
8939 #: builtin/log.c:1474
8940 msgid "enable message threading, styles: shallow, deep"
8941 msgstr ""
8943 #: builtin/log.c:1476
8944 msgid "signature"
8945 msgstr ""
8947 #: builtin/log.c:1477
8948 msgid "add a signature"
8949 msgstr ""
8951 #: builtin/log.c:1478
8952 msgid "base-commit"
8953 msgstr ""
8955 #: builtin/log.c:1479
8956 msgid "add prerequisite tree info to the patch series"
8957 msgstr ""
8959 #: builtin/log.c:1481
8960 msgid "add a signature from a file"
8961 msgstr ""
8963 #: builtin/log.c:1482
8964 msgid "don't print the patch filenames"
8965 msgstr ""
8967 #: builtin/log.c:1572
8968 msgid "-n and -k are mutually exclusive."
8969 msgstr ""
8971 #: builtin/log.c:1574
8972 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8973 msgstr ""
8975 #: builtin/log.c:1582
8976 msgid "--name-only does not make sense"
8977 msgstr ""
8979 #: builtin/log.c:1584
8980 msgid "--name-status does not make sense"
8981 msgstr ""
8983 #: builtin/log.c:1586
8984 msgid "--check does not make sense"
8985 msgstr ""
8987 #: builtin/log.c:1616
8988 msgid "standard output, or directory, which one?"
8989 msgstr ""
8991 #: builtin/log.c:1618
8992 #, c-format
8993 msgid "Could not create directory '%s'"
8994 msgstr ""
8996 #: builtin/log.c:1712
8997 #, c-format
8998 msgid "unable to read signature file '%s'"
8999 msgstr ""
9001 #: builtin/log.c:1784
9002 msgid "Failed to create output files"
9003 msgstr ""
9005 #: builtin/log.c:1833
9006 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9007 msgstr ""
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 ""
9015 #: builtin/ls-files.c:468
9016 msgid "git ls-files [<options>] [<file>...]"
9017 msgstr ""
9019 #: builtin/ls-files.c:517
9020 msgid "identify the file status with tags"
9021 msgstr ""
9023 #: builtin/ls-files.c:519
9024 msgid "use lowercase letters for 'assume unchanged' files"
9025 msgstr ""
9027 #: builtin/ls-files.c:521
9028 msgid "show cached files in the output (default)"
9029 msgstr ""
9031 #: builtin/ls-files.c:523
9032 msgid "show deleted files in the output"
9033 msgstr ""
9035 #: builtin/ls-files.c:525
9036 msgid "show modified files in the output"
9037 msgstr ""
9039 #: builtin/ls-files.c:527
9040 msgid "show other files in the output"
9041 msgstr ""
9043 #: builtin/ls-files.c:529
9044 msgid "show ignored files in the output"
9045 msgstr ""
9047 #: builtin/ls-files.c:532
9048 msgid "show staged contents' object name in the output"
9049 msgstr ""
9051 #: builtin/ls-files.c:534
9052 msgid "show files on the filesystem that need to be removed"
9053 msgstr ""
9055 #: builtin/ls-files.c:536
9056 msgid "show 'other' directories' names only"
9057 msgstr ""
9059 #: builtin/ls-files.c:538
9060 msgid "show line endings of files"
9061 msgstr ""
9063 #: builtin/ls-files.c:540
9064 msgid "don't show empty directories"
9065 msgstr ""
9067 #: builtin/ls-files.c:543
9068 msgid "show unmerged files in the output"
9069 msgstr ""
9071 #: builtin/ls-files.c:545
9072 msgid "show resolve-undo information"
9073 msgstr ""
9075 #: builtin/ls-files.c:547
9076 msgid "skip files matching pattern"
9077 msgstr ""
9079 #: builtin/ls-files.c:550
9080 msgid "exclude patterns are read from <file>"
9081 msgstr ""
9083 #: builtin/ls-files.c:553
9084 msgid "read additional per-directory exclude patterns in <file>"
9085 msgstr ""
9087 #: builtin/ls-files.c:555
9088 msgid "add the standard git exclusions"
9089 msgstr ""
9091 #: builtin/ls-files.c:558
9092 msgid "make the output relative to the project top directory"
9093 msgstr ""
9095 #: builtin/ls-files.c:561
9096 msgid "recurse through submodules"
9097 msgstr ""
9099 #: builtin/ls-files.c:563
9100 msgid "if any <file> is not in the index, treat this as an error"
9101 msgstr ""
9103 #: builtin/ls-files.c:564
9104 msgid "tree-ish"
9105 msgstr ""
9107 #: builtin/ls-files.c:565
9108 msgid "pretend that paths removed since <tree-ish> are still present"
9109 msgstr ""
9111 #: builtin/ls-files.c:567
9112 msgid "show debugging data"
9113 msgstr ""
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 ""
9122 #: builtin/ls-remote.c:52
9123 msgid "do not print remote URL"
9124 msgstr ""
9126 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9127 msgid "exec"
9128 msgstr ""
9130 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9131 msgid "path of git-upload-pack on the remote host"
9132 msgstr ""
9134 #: builtin/ls-remote.c:58
9135 msgid "limit to tags"
9136 msgstr ""
9138 #: builtin/ls-remote.c:59
9139 msgid "limit to heads"
9140 msgstr ""
9142 #: builtin/ls-remote.c:60
9143 msgid "do not show peeled tags"
9144 msgstr ""
9146 #: builtin/ls-remote.c:62
9147 msgid "take url.<base>.insteadOf into account"
9148 msgstr ""
9150 #: builtin/ls-remote.c:64
9151 msgid "exit with exit code 2 if no matching refs are found"
9152 msgstr ""
9154 #: builtin/ls-remote.c:66
9155 msgid "show underlying ref in addition to the object pointed by it"
9156 msgstr ""
9158 #: builtin/ls-tree.c:28
9159 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9160 msgstr ""
9162 #: builtin/ls-tree.c:126
9163 msgid "only show trees"
9164 msgstr ""
9166 #: builtin/ls-tree.c:128
9167 msgid "recurse into subtrees"
9168 msgstr ""
9170 #: builtin/ls-tree.c:130
9171 msgid "show trees when recursing"
9172 msgstr ""
9174 #: builtin/ls-tree.c:133
9175 msgid "terminate entries with NUL byte"
9176 msgstr ""
9178 #: builtin/ls-tree.c:134
9179 msgid "include object size"
9180 msgstr ""
9182 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
9183 msgid "list only filenames"
9184 msgstr ""
9186 #: builtin/ls-tree.c:141
9187 msgid "use full path names"
9188 msgstr ""
9190 #: builtin/ls-tree.c:143
9191 msgid "list entire tree; not just current directory (implies --full-name)"
9192 msgstr ""
9194 #: builtin/merge.c:46
9195 msgid "git merge [<options>] [<commit>...]"
9196 msgstr ""
9198 #: builtin/merge.c:47
9199 msgid "git merge --abort"
9200 msgstr ""
9202 #: builtin/merge.c:48
9203 msgid "git merge --continue"
9204 msgstr ""
9206 #: builtin/merge.c:103
9207 msgid "switch `m' requires a value"
9208 msgstr ""
9210 #: builtin/merge.c:140
9211 #, c-format
9212 msgid "Could not find merge strategy '%s'.\n"
9213 msgstr ""
9215 #: builtin/merge.c:141
9216 #, c-format
9217 msgid "Available strategies are:"
9218 msgstr ""
9220 #: builtin/merge.c:146
9221 #, c-format
9222 msgid "Available custom strategies are:"
9223 msgstr ""
9225 #: builtin/merge.c:196 builtin/pull.c:127
9226 msgid "do not show a diffstat at the end of the merge"
9227 msgstr ""
9229 #: builtin/merge.c:199 builtin/pull.c:130
9230 msgid "show a diffstat at the end of the merge"
9231 msgstr ""
9233 #: builtin/merge.c:200 builtin/pull.c:133
9234 msgid "(synonym to --stat)"
9235 msgstr ""
9237 #: builtin/merge.c:202 builtin/pull.c:136
9238 msgid "add (at most <n>) entries from shortlog to merge commit message"
9239 msgstr ""
9241 #: builtin/merge.c:205 builtin/pull.c:139
9242 msgid "create a single commit instead of doing a merge"
9243 msgstr ""
9245 #: builtin/merge.c:207 builtin/pull.c:142
9246 msgid "perform a commit if the merge succeeds (default)"
9247 msgstr ""
9249 #: builtin/merge.c:209 builtin/pull.c:145
9250 msgid "edit message before committing"
9251 msgstr ""
9253 #: builtin/merge.c:210
9254 msgid "allow fast-forward (default)"
9255 msgstr ""
9257 #: builtin/merge.c:212 builtin/pull.c:151
9258 msgid "abort if fast-forward is not possible"
9259 msgstr ""
9261 #: builtin/merge.c:216 builtin/pull.c:154
9262 msgid "verify that the named commit has a valid GPG signature"
9263 msgstr ""
9265 #: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:158
9266 #: builtin/revert.c:108
9267 msgid "strategy"
9268 msgstr ""
9270 #: builtin/merge.c:218 builtin/pull.c:159
9271 msgid "merge strategy to use"
9272 msgstr ""
9274 #: builtin/merge.c:219 builtin/pull.c:162
9275 msgid "option=value"
9276 msgstr ""
9278 #: builtin/merge.c:220 builtin/pull.c:163
9279 msgid "option for selected merge strategy"
9280 msgstr ""
9282 #: builtin/merge.c:222
9283 msgid "merge commit message (for a non-fast-forward merge)"
9284 msgstr ""
9286 #: builtin/merge.c:226
9287 msgid "abort the current in-progress merge"
9288 msgstr ""
9290 #: builtin/merge.c:228
9291 msgid "continue the current in-progress merge"
9292 msgstr ""
9294 #: builtin/merge.c:230 builtin/pull.c:170
9295 msgid "allow merging unrelated histories"
9296 msgstr ""
9298 #: builtin/merge.c:258
9299 msgid "could not run stash."
9300 msgstr ""
9302 #: builtin/merge.c:263
9303 msgid "stash failed"
9304 msgstr ""
9306 #: builtin/merge.c:268
9307 #, c-format
9308 msgid "not a valid object: %s"
9309 msgstr ""
9311 #: builtin/merge.c:287 builtin/merge.c:304
9312 msgid "read-tree failed"
9313 msgstr ""
9315 #: builtin/merge.c:334
9316 msgid " (nothing to squash)"
9317 msgstr ""
9319 #: builtin/merge.c:345
9320 #, c-format
9321 msgid "Squash commit -- not updating HEAD\n"
9322 msgstr ""
9324 #: builtin/merge.c:395
9325 #, c-format
9326 msgid "No merge message -- not updating HEAD\n"
9327 msgstr ""
9329 #: builtin/merge.c:446
9330 #, c-format
9331 msgid "'%s' does not point to a commit"
9332 msgstr ""
9334 #: builtin/merge.c:536
9335 #, c-format
9336 msgid "Bad branch.%s.mergeoptions string: %s"
9337 msgstr ""
9339 #: builtin/merge.c:656
9340 msgid "Not handling anything other than two heads merge."
9341 msgstr ""
9343 #: builtin/merge.c:670
9344 #, c-format
9345 msgid "Unknown option for merge-recursive: -X%s"
9346 msgstr ""
9348 #: builtin/merge.c:685
9349 #, c-format
9350 msgid "unable to write %s"
9351 msgstr ""
9353 #: builtin/merge.c:737
9354 #, c-format
9355 msgid "Could not read from '%s'"
9356 msgstr ""
9358 #: builtin/merge.c:746
9359 #, c-format
9360 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9361 msgstr ""
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 ""
9373 #: builtin/merge.c:776
9374 msgid "Empty commit message."
9375 msgstr ""
9377 #: builtin/merge.c:796
9378 #, c-format
9379 msgid "Wonderful.\n"
9380 msgstr ""
9382 #: builtin/merge.c:851
9383 #, c-format
9384 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9385 msgstr ""
9387 #: builtin/merge.c:890
9388 msgid "No current branch."
9389 msgstr ""
9391 #: builtin/merge.c:892
9392 msgid "No remote for the current branch."
9393 msgstr ""
9395 #: builtin/merge.c:894
9396 msgid "No default upstream defined for the current branch."
9397 msgstr ""
9399 #: builtin/merge.c:899
9400 #, c-format
9401 msgid "No remote-tracking branch for %s from %s"
9402 msgstr ""
9404 #: builtin/merge.c:946
9405 #, c-format
9406 msgid "Bad value '%s' in environment '%s'"
9407 msgstr ""
9409 #: builtin/merge.c:1020
9410 #, c-format
9411 msgid "could not close '%s'"
9412 msgstr ""
9414 #: builtin/merge.c:1047
9415 #, c-format
9416 msgid "not something we can merge in %s: %s"
9417 msgstr ""
9419 #: builtin/merge.c:1081
9420 msgid "not something we can merge"
9421 msgstr ""
9423 #: builtin/merge.c:1146
9424 msgid "--abort expects no arguments"
9425 msgstr ""
9427 #: builtin/merge.c:1150
9428 msgid "There is no merge to abort (MERGE_HEAD missing)."
9429 msgstr ""
9431 #: builtin/merge.c:1162
9432 msgid "--continue expects no arguments"
9433 msgstr ""
9435 #: builtin/merge.c:1166
9436 msgid "There is no merge in progress (MERGE_HEAD missing)."
9437 msgstr ""
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 ""
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 ""
9451 #: builtin/merge.c:1192
9452 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9453 msgstr ""
9455 #: builtin/merge.c:1201
9456 msgid "You cannot combine --squash with --no-ff."
9457 msgstr ""
9459 #: builtin/merge.c:1209
9460 msgid "No commit specified and merge.defaultToUpstream not set."
9461 msgstr ""
9463 #: builtin/merge.c:1226
9464 msgid "Squash commit into empty head not supported yet"
9465 msgstr ""
9467 #: builtin/merge.c:1228
9468 msgid "Non-fast-forward commit does not make sense into an empty head"
9469 msgstr ""
9471 #: builtin/merge.c:1233
9472 #, c-format
9473 msgid "%s - not something we can merge"
9474 msgstr ""
9476 #: builtin/merge.c:1235
9477 msgid "Can merge only exactly one commit into empty head"
9478 msgstr ""
9480 #: builtin/merge.c:1269
9481 #, c-format
9482 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9483 msgstr ""
9485 #: builtin/merge.c:1272
9486 #, c-format
9487 msgid "Commit %s has a bad GPG signature allegedly by %s."
9488 msgstr ""
9490 #: builtin/merge.c:1275
9491 #, c-format
9492 msgid "Commit %s does not have a GPG signature."
9493 msgstr ""
9495 #: builtin/merge.c:1278
9496 #, c-format
9497 msgid "Commit %s has a good GPG signature by %s\n"
9498 msgstr ""
9500 #: builtin/merge.c:1340
9501 msgid "refusing to merge unrelated histories"
9502 msgstr ""
9504 #: builtin/merge.c:1349
9505 msgid "Already up-to-date."
9506 msgstr ""
9508 #: builtin/merge.c:1359
9509 #, c-format
9510 msgid "Updating %s..%s\n"
9511 msgstr ""
9513 #: builtin/merge.c:1400
9514 #, c-format
9515 msgid "Trying really trivial in-index merge...\n"
9516 msgstr ""
9518 #: builtin/merge.c:1407
9519 #, c-format
9520 msgid "Nope.\n"
9521 msgstr ""
9523 #: builtin/merge.c:1432
9524 msgid "Already up-to-date. Yeeah!"
9525 msgstr ""
9527 #: builtin/merge.c:1438
9528 msgid "Not possible to fast-forward, aborting."
9529 msgstr ""
9531 #: builtin/merge.c:1461 builtin/merge.c:1540
9532 #, c-format
9533 msgid "Rewinding the tree to pristine...\n"
9534 msgstr ""
9536 #: builtin/merge.c:1465
9537 #, c-format
9538 msgid "Trying merge strategy %s...\n"
9539 msgstr ""
9541 #: builtin/merge.c:1531
9542 #, c-format
9543 msgid "No merge strategy handled the merge.\n"
9544 msgstr ""
9546 #: builtin/merge.c:1533
9547 #, c-format
9548 msgid "Merge with strategy %s failed.\n"
9549 msgstr ""
9551 #: builtin/merge.c:1542
9552 #, c-format
9553 msgid "Using the %s to prepare resolving by hand.\n"
9554 msgstr ""
9556 #: builtin/merge.c:1554
9557 #, c-format
9558 msgid "Automatic merge went well; stopped before committing as requested\n"
9559 msgstr ""
9561 #: builtin/merge-base.c:29
9562 msgid "git merge-base [-a | --all] <commit> <commit>..."
9563 msgstr ""
9565 #: builtin/merge-base.c:30
9566 msgid "git merge-base [-a | --all] --octopus <commit>..."
9567 msgstr ""
9569 #: builtin/merge-base.c:31
9570 msgid "git merge-base --independent <commit>..."
9571 msgstr ""
9573 #: builtin/merge-base.c:32
9574 msgid "git merge-base --is-ancestor <commit> <commit>"
9575 msgstr ""
9577 #: builtin/merge-base.c:33
9578 msgid "git merge-base --fork-point <ref> [<commit>]"
9579 msgstr ""
9581 #: builtin/merge-base.c:217
9582 msgid "output all common ancestors"
9583 msgstr ""
9585 #: builtin/merge-base.c:219
9586 msgid "find ancestors for a single n-way merge"
9587 msgstr ""
9589 #: builtin/merge-base.c:221
9590 msgid "list revs not reachable from others"
9591 msgstr ""
9593 #: builtin/merge-base.c:223
9594 msgid "is the first one ancestor of the other?"
9595 msgstr ""
9597 #: builtin/merge-base.c:225
9598 msgid "find where <commit> forked from reflog of <ref>"
9599 msgstr ""
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 ""
9607 #: builtin/merge-file.c:32
9608 msgid "send results to standard output"
9609 msgstr ""
9611 #: builtin/merge-file.c:33
9612 msgid "use a diff3 based merge"
9613 msgstr ""
9615 #: builtin/merge-file.c:34
9616 msgid "for conflicts, use our version"
9617 msgstr ""
9619 #: builtin/merge-file.c:36
9620 msgid "for conflicts, use their version"
9621 msgstr ""
9623 #: builtin/merge-file.c:38
9624 msgid "for conflicts, use a union version"
9625 msgstr ""
9627 #: builtin/merge-file.c:41
9628 msgid "for conflicts, use this marker size"
9629 msgstr ""
9631 #: builtin/merge-file.c:42
9632 msgid "do not warn about conflicts"
9633 msgstr ""
9635 #: builtin/merge-file.c:44
9636 msgid "set labels for file1/orig-file/file2"
9637 msgstr ""
9639 #: builtin/merge-recursive.c:45
9640 #, c-format
9641 msgid "unknown option %s"
9642 msgstr ""
9644 #: builtin/merge-recursive.c:51
9645 #, c-format
9646 msgid "could not parse object '%s'"
9647 msgstr ""
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] ""
9656 #: builtin/merge-recursive.c:63
9657 msgid "not handling anything other than two heads merge."
9658 msgstr ""
9660 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9661 #, c-format
9662 msgid "could not resolve ref '%s'"
9663 msgstr ""
9665 #: builtin/merge-recursive.c:77
9666 #, c-format
9667 msgid "Merging %s with %s\n"
9668 msgstr ""
9670 #: builtin/mktree.c:65
9671 msgid "git mktree [-z] [--missing] [--batch]"
9672 msgstr ""
9674 #: builtin/mktree.c:152
9675 msgid "input is NUL terminated"
9676 msgstr ""
9678 #: builtin/mktree.c:153 builtin/write-tree.c:24
9679 msgid "allow missing objects"
9680 msgstr ""
9682 #: builtin/mktree.c:154
9683 msgid "allow creation of more than one tree"
9684 msgstr ""
9686 #: builtin/mv.c:16
9687 msgid "git mv [<options>] <source>... <destination>"
9688 msgstr ""
9690 #: builtin/mv.c:82
9691 #, c-format
9692 msgid "Directory %s is in index and no submodule?"
9693 msgstr ""
9695 #: builtin/mv.c:84 builtin/rm.c:290
9696 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9697 msgstr ""
9699 #: builtin/mv.c:102
9700 #, c-format
9701 msgid "%.*s is in index"
9702 msgstr ""
9704 #: builtin/mv.c:124
9705 msgid "force move/rename even if target exists"
9706 msgstr ""
9708 #: builtin/mv.c:125
9709 msgid "skip move/rename errors"
9710 msgstr ""
9712 #: builtin/mv.c:167
9713 #, c-format
9714 msgid "destination '%s' is not a directory"
9715 msgstr ""
9717 #: builtin/mv.c:178
9718 #, c-format
9719 msgid "Checking rename of '%s' to '%s'\n"
9720 msgstr ""
9722 #: builtin/mv.c:182
9723 msgid "bad source"
9724 msgstr ""
9726 #: builtin/mv.c:185
9727 msgid "can not move directory into itself"
9728 msgstr ""
9730 #: builtin/mv.c:188
9731 msgid "cannot move directory over file"
9732 msgstr ""
9734 #: builtin/mv.c:197
9735 msgid "source directory is empty"
9736 msgstr ""
9738 #: builtin/mv.c:222
9739 msgid "not under version control"
9740 msgstr ""
9742 #: builtin/mv.c:225
9743 msgid "destination exists"
9744 msgstr ""
9746 #: builtin/mv.c:233
9747 #, c-format
9748 msgid "overwriting '%s'"
9749 msgstr ""
9751 #: builtin/mv.c:236
9752 msgid "Cannot overwrite"
9753 msgstr ""
9755 #: builtin/mv.c:239
9756 msgid "multiple sources for the same target"
9757 msgstr ""
9759 #: builtin/mv.c:241
9760 msgid "destination directory does not exist"
9761 msgstr ""
9763 #: builtin/mv.c:248
9764 #, c-format
9765 msgid "%s, source=%s, destination=%s"
9766 msgstr ""
9768 #: builtin/mv.c:269
9769 #, c-format
9770 msgid "Renaming %s to %s\n"
9771 msgstr ""
9773 #: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9774 #, c-format
9775 msgid "renaming '%s' failed"
9776 msgstr ""
9778 #: builtin/name-rev.c:289
9779 msgid "git name-rev [<options>] <commit>..."
9780 msgstr ""
9782 #: builtin/name-rev.c:290
9783 msgid "git name-rev [<options>] --all"
9784 msgstr ""
9786 #: builtin/name-rev.c:291
9787 msgid "git name-rev [<options>] --stdin"
9788 msgstr ""
9790 #: builtin/name-rev.c:346
9791 msgid "print only names (no SHA-1)"
9792 msgstr ""
9794 #: builtin/name-rev.c:347
9795 msgid "only use tags to name the commits"
9796 msgstr ""
9798 #: builtin/name-rev.c:349
9799 msgid "only use refs matching <pattern>"
9800 msgstr ""
9802 #: builtin/name-rev.c:351
9803 msgid "ignore refs matching <pattern>"
9804 msgstr ""
9806 #: builtin/name-rev.c:353
9807 msgid "list all commits reachable from all refs"
9808 msgstr ""
9810 #: builtin/name-rev.c:354
9811 msgid "read from stdin"
9812 msgstr ""
9814 #: builtin/name-rev.c:355
9815 msgid "allow to print `undefined` names (default)"
9816 msgstr ""
9818 #: builtin/name-rev.c:361
9819 msgid "dereference tags in the input (internal use)"
9820 msgstr ""
9822 #: builtin/notes.c:25
9823 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9824 msgstr ""
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 ""
9832 #: builtin/notes.c:27
9833 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9834 msgstr ""
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 ""
9842 #: builtin/notes.c:29
9843 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9844 msgstr ""
9846 #: builtin/notes.c:30
9847 msgid "git notes [--ref <notes-ref>] show [<object>]"
9848 msgstr ""
9850 #: builtin/notes.c:31
9851 msgid ""
9852 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9853 msgstr ""
9855 #: builtin/notes.c:32
9856 msgid "git notes merge --commit [-v | -q]"
9857 msgstr ""
9859 #: builtin/notes.c:33
9860 msgid "git notes merge --abort [-v | -q]"
9861 msgstr ""
9863 #: builtin/notes.c:34
9864 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9865 msgstr ""
9867 #: builtin/notes.c:35
9868 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9869 msgstr ""
9871 #: builtin/notes.c:36
9872 msgid "git notes [--ref <notes-ref>] get-ref"
9873 msgstr ""
9875 #: builtin/notes.c:41
9876 msgid "git notes [list [<object>]]"
9877 msgstr ""
9879 #: builtin/notes.c:46
9880 msgid "git notes add [<options>] [<object>]"
9881 msgstr ""
9883 #: builtin/notes.c:51
9884 msgid "git notes copy [<options>] <from-object> <to-object>"
9885 msgstr ""
9887 #: builtin/notes.c:52
9888 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9889 msgstr ""
9891 #: builtin/notes.c:57
9892 msgid "git notes append [<options>] [<object>]"
9893 msgstr ""
9895 #: builtin/notes.c:62
9896 msgid "git notes edit [<object>]"
9897 msgstr ""
9899 #: builtin/notes.c:67
9900 msgid "git notes show [<object>]"
9901 msgstr ""
9903 #: builtin/notes.c:72
9904 msgid "git notes merge [<options>] <notes-ref>"
9905 msgstr ""
9907 #: builtin/notes.c:73
9908 msgid "git notes merge --commit [<options>]"
9909 msgstr ""
9911 #: builtin/notes.c:74
9912 msgid "git notes merge --abort [<options>]"
9913 msgstr ""
9915 #: builtin/notes.c:79
9916 msgid "git notes remove [<object>]"
9917 msgstr ""
9919 #: builtin/notes.c:84
9920 msgid "git notes prune [<options>]"
9921 msgstr ""
9923 #: builtin/notes.c:89
9924 msgid "git notes get-ref"
9925 msgstr ""
9927 #: builtin/notes.c:94
9928 msgid "Write/edit the notes for the following object:"
9929 msgstr ""
9931 #: builtin/notes.c:147
9932 #, c-format
9933 msgid "unable to start 'show' for object '%s'"
9934 msgstr ""
9936 #: builtin/notes.c:151
9937 msgid "could not read 'show' output"
9938 msgstr ""
9940 #: builtin/notes.c:159
9941 #, c-format
9942 msgid "failed to finish 'show' for object '%s'"
9943 msgstr ""
9945 #: builtin/notes.c:194
9946 msgid "please supply the note contents using either -m or -F option"
9947 msgstr ""
9949 #: builtin/notes.c:203
9950 msgid "unable to write note object"
9951 msgstr ""
9953 #: builtin/notes.c:205
9954 #, c-format
9955 msgid "the note contents have been left in %s"
9956 msgstr ""
9958 #: builtin/notes.c:233 builtin/tag.c:516
9959 #, c-format
9960 msgid "cannot read '%s'"
9961 msgstr ""
9963 #: builtin/notes.c:235 builtin/tag.c:519
9964 #, c-format
9965 msgid "could not open or read '%s'"
9966 msgstr ""
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 ""
9975 #: builtin/notes.c:257
9976 #, c-format
9977 msgid "failed to read object '%s'."
9978 msgstr ""
9980 #: builtin/notes.c:261
9981 #, c-format
9982 msgid "cannot read note data from non-blob object '%s'."
9983 msgstr ""
9985 #: builtin/notes.c:301
9986 #, c-format
9987 msgid "malformed input line: '%s'."
9988 msgstr ""
9990 #: builtin/notes.c:316
9991 #, c-format
9992 msgid "failed to copy notes from '%s' to '%s'"
9993 msgstr ""
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 ""
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 ""
10008 #: builtin/notes.c:378 builtin/notes.c:664
10009 #, c-format
10010 msgid "no note found for object %s."
10011 msgstr ""
10013 #: builtin/notes.c:399 builtin/notes.c:562
10014 msgid "note contents as a string"
10015 msgstr ""
10017 #: builtin/notes.c:402 builtin/notes.c:565
10018 msgid "note contents in a file"
10019 msgstr ""
10021 #: builtin/notes.c:405 builtin/notes.c:568
10022 msgid "reuse and edit specified note object"
10023 msgstr ""
10025 #: builtin/notes.c:408 builtin/notes.c:571
10026 msgid "reuse specified note object"
10027 msgstr ""
10029 #: builtin/notes.c:411 builtin/notes.c:574
10030 msgid "allow storing empty note"
10031 msgstr ""
10033 #: builtin/notes.c:412 builtin/notes.c:483
10034 msgid "replace existing notes"
10035 msgstr ""
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 ""
10044 #: builtin/notes.c:452 builtin/notes.c:531
10045 #, c-format
10046 msgid "Overwriting existing notes for object %s\n"
10047 msgstr ""
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 ""
10054 #: builtin/notes.c:484
10055 msgid "read objects from stdin"
10056 msgstr ""
10058 #: builtin/notes.c:486
10059 msgid "load rewriting config for <command> (implies --stdin)"
10060 msgstr ""
10062 #: builtin/notes.c:504
10063 msgid "too few parameters"
10064 msgstr ""
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 ""
10073 #: builtin/notes.c:537
10074 #, c-format
10075 msgid "missing notes on source object %s. Cannot copy."
10076 msgstr ""
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 ""
10085 #: builtin/notes.c:684
10086 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10087 msgstr ""
10089 #: builtin/notes.c:686
10090 msgid "failed to delete ref NOTES_MERGE_REF"
10091 msgstr ""
10093 #: builtin/notes.c:688
10094 msgid "failed to remove 'git notes merge' worktree"
10095 msgstr ""
10097 #: builtin/notes.c:708
10098 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10099 msgstr ""
10101 #: builtin/notes.c:710
10102 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10103 msgstr ""
10105 #: builtin/notes.c:712
10106 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10107 msgstr ""
10109 #: builtin/notes.c:725
10110 msgid "failed to resolve NOTES_MERGE_REF"
10111 msgstr ""
10113 #: builtin/notes.c:728
10114 msgid "failed to finalize notes merge"
10115 msgstr ""
10117 #: builtin/notes.c:754
10118 #, c-format
10119 msgid "unknown notes merge strategy %s"
10120 msgstr ""
10122 #: builtin/notes.c:770
10123 msgid "General options"
10124 msgstr ""
10126 #: builtin/notes.c:772
10127 msgid "Merge options"
10128 msgstr ""
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 ""
10136 #: builtin/notes.c:776
10137 msgid "Committing unmerged notes"
10138 msgstr ""
10140 #: builtin/notes.c:778
10141 msgid "finalize notes merge by committing unmerged notes"
10142 msgstr ""
10144 #: builtin/notes.c:780
10145 msgid "Aborting notes merge resolution"
10146 msgstr ""
10148 #: builtin/notes.c:782
10149 msgid "abort notes merge"
10150 msgstr ""
10152 #: builtin/notes.c:793
10153 msgid "cannot mix --commit, --abort or -s/--strategy"
10154 msgstr ""
10156 #: builtin/notes.c:798
10157 msgid "must specify a notes ref to merge"
10158 msgstr ""
10160 #: builtin/notes.c:822
10161 #, c-format
10162 msgid "unknown -s/--strategy: %s"
10163 msgstr ""
10165 #: builtin/notes.c:859
10166 #, c-format
10167 msgid "a notes merge into %s is already in-progress at %s"
10168 msgstr ""
10170 #: builtin/notes.c:862
10171 #, c-format
10172 msgid "failed to store link to current notes ref (%s)"
10173 msgstr ""
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 ""
10183 #: builtin/notes.c:886
10184 #, c-format
10185 msgid "Object %s has no note\n"
10186 msgstr ""
10188 #: builtin/notes.c:898
10189 msgid "attempt to remove non-existent note is not an error"
10190 msgstr ""
10192 #: builtin/notes.c:901
10193 msgid "read object names from the standard input"
10194 msgstr ""
10196 #: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:127
10197 msgid "do not remove, show only"
10198 msgstr ""
10200 #: builtin/notes.c:940
10201 msgid "report pruned notes"
10202 msgstr ""
10204 #: builtin/notes.c:982
10205 msgid "notes-ref"
10206 msgstr ""
10208 #: builtin/notes.c:983
10209 msgid "use notes from <notes-ref>"
10210 msgstr ""
10212 #: builtin/notes.c:1018
10213 #, c-format
10214 msgid "unknown subcommand: %s"
10215 msgstr ""
10217 #: builtin/pack-objects.c:29
10218 msgid ""
10219 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10220 msgstr ""
10222 #: builtin/pack-objects.c:30
10223 msgid ""
10224 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10225 msgstr ""
10227 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
10228 #, c-format
10229 msgid "deflate error (%d)"
10230 msgstr ""
10232 #: builtin/pack-objects.c:770
10233 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10234 msgstr ""
10236 #: builtin/pack-objects.c:783
10237 msgid "Writing objects"
10238 msgstr ""
10240 #: builtin/pack-objects.c:1063
10241 msgid "disabling bitmap writing, as some objects are not being packed"
10242 msgstr ""
10244 #: builtin/pack-objects.c:2426
10245 msgid "Compressing objects"
10246 msgstr ""
10248 #: builtin/pack-objects.c:2829
10249 #, c-format
10250 msgid "unsupported index version %s"
10251 msgstr ""
10253 #: builtin/pack-objects.c:2833
10254 #, c-format
10255 msgid "bad index version '%s'"
10256 msgstr ""
10258 #: builtin/pack-objects.c:2863
10259 msgid "do not show progress meter"
10260 msgstr ""
10262 #: builtin/pack-objects.c:2865
10263 msgid "show progress meter"
10264 msgstr ""
10266 #: builtin/pack-objects.c:2867
10267 msgid "show progress meter during object writing phase"
10268 msgstr ""
10270 #: builtin/pack-objects.c:2870
10271 msgid "similar to --all-progress when progress meter is shown"
10272 msgstr ""
10274 #: builtin/pack-objects.c:2871
10275 msgid "version[,offset]"
10276 msgstr ""
10278 #: builtin/pack-objects.c:2872
10279 msgid "write the pack index file in the specified idx format version"
10280 msgstr ""
10282 #: builtin/pack-objects.c:2875
10283 msgid "maximum size of each output pack file"
10284 msgstr ""
10286 #: builtin/pack-objects.c:2877
10287 msgid "ignore borrowed objects from alternate object store"
10288 msgstr ""
10290 #: builtin/pack-objects.c:2879
10291 msgid "ignore packed objects"
10292 msgstr ""
10294 #: builtin/pack-objects.c:2881
10295 msgid "limit pack window by objects"
10296 msgstr ""
10298 #: builtin/pack-objects.c:2883
10299 msgid "limit pack window by memory in addition to object limit"
10300 msgstr ""
10302 #: builtin/pack-objects.c:2885
10303 msgid "maximum length of delta chain allowed in the resulting pack"
10304 msgstr ""
10306 #: builtin/pack-objects.c:2887
10307 msgid "reuse existing deltas"
10308 msgstr ""
10310 #: builtin/pack-objects.c:2889
10311 msgid "reuse existing objects"
10312 msgstr ""
10314 #: builtin/pack-objects.c:2891
10315 msgid "use OFS_DELTA objects"
10316 msgstr ""
10318 #: builtin/pack-objects.c:2893
10319 msgid "use threads when searching for best delta matches"
10320 msgstr ""
10322 #: builtin/pack-objects.c:2895
10323 msgid "do not create an empty pack output"
10324 msgstr ""
10326 #: builtin/pack-objects.c:2897
10327 msgid "read revision arguments from standard input"
10328 msgstr ""
10330 #: builtin/pack-objects.c:2899
10331 msgid "limit the objects to those that are not yet packed"
10332 msgstr ""
10334 #: builtin/pack-objects.c:2902
10335 msgid "include objects reachable from any reference"
10336 msgstr ""
10338 #: builtin/pack-objects.c:2905
10339 msgid "include objects referred by reflog entries"
10340 msgstr ""
10342 #: builtin/pack-objects.c:2908
10343 msgid "include objects referred to by the index"
10344 msgstr ""
10346 #: builtin/pack-objects.c:2911
10347 msgid "output pack to stdout"
10348 msgstr ""
10350 #: builtin/pack-objects.c:2913
10351 msgid "include tag objects that refer to objects to be packed"
10352 msgstr ""
10354 #: builtin/pack-objects.c:2915
10355 msgid "keep unreachable objects"
10356 msgstr ""
10358 #: builtin/pack-objects.c:2917
10359 msgid "pack loose unreachable objects"
10360 msgstr ""
10362 #: builtin/pack-objects.c:2919
10363 msgid "unpack unreachable objects newer than <time>"
10364 msgstr ""
10366 #: builtin/pack-objects.c:2922
10367 msgid "create thin packs"
10368 msgstr ""
10370 #: builtin/pack-objects.c:2924
10371 msgid "create packs suitable for shallow fetches"
10372 msgstr ""
10374 #: builtin/pack-objects.c:2926
10375 msgid "ignore packs that have companion .keep file"
10376 msgstr ""
10378 #: builtin/pack-objects.c:2928
10379 msgid "pack compression level"
10380 msgstr ""
10382 #: builtin/pack-objects.c:2930
10383 msgid "do not hide commits by grafts"
10384 msgstr ""
10386 #: builtin/pack-objects.c:2932
10387 msgid "use a bitmap index if available to speed up counting objects"
10388 msgstr ""
10390 #: builtin/pack-objects.c:2934
10391 msgid "write a bitmap index together with the pack index"
10392 msgstr ""
10394 #: builtin/pack-objects.c:3061
10395 msgid "Counting objects"
10396 msgstr ""
10398 #: builtin/pack-refs.c:6
10399 msgid "git pack-refs [<options>]"
10400 msgstr ""
10402 #: builtin/pack-refs.c:14
10403 msgid "pack everything"
10404 msgstr ""
10406 #: builtin/pack-refs.c:15
10407 msgid "prune loose refs (default)"
10408 msgstr ""
10410 #: builtin/prune-packed.c:7
10411 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10412 msgstr ""
10414 #: builtin/prune-packed.c:40
10415 msgid "Removing duplicate objects"
10416 msgstr ""
10418 #: builtin/prune.c:11
10419 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10420 msgstr ""
10422 #: builtin/prune.c:106
10423 msgid "report pruned objects"
10424 msgstr ""
10426 #: builtin/prune.c:109
10427 msgid "expire objects older than <time>"
10428 msgstr ""
10430 #: builtin/prune.c:123
10431 msgid "cannot prune in a precious-objects repo"
10432 msgstr ""
10434 #: builtin/pull.c:51 builtin/pull.c:53
10435 #, c-format
10436 msgid "Invalid value for %s: %s"
10437 msgstr ""
10439 #: builtin/pull.c:73
10440 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10441 msgstr ""
10443 #: builtin/pull.c:121
10444 msgid "Options related to merging"
10445 msgstr ""
10447 #: builtin/pull.c:124
10448 msgid "incorporate changes by rebasing rather than merging"
10449 msgstr ""
10451 #: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:120
10452 msgid "allow fast-forward"
10453 msgstr ""
10455 #: builtin/pull.c:157
10456 msgid "automatically stash/stash pop before and after rebase"
10457 msgstr ""
10459 #: builtin/pull.c:173
10460 msgid "Options related to fetching"
10461 msgstr ""
10463 #: builtin/pull.c:195
10464 msgid "number of submodules pulled in parallel"
10465 msgstr ""
10467 #: builtin/pull.c:284
10468 #, c-format
10469 msgid "Invalid value for pull.ff: %s"
10470 msgstr ""
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 ""
10478 #: builtin/pull.c:399
10479 msgid ""
10480 "There are no candidates for merging among the refs that you just fetched."
10481 msgstr ""
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 ""
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 ""
10497 #: builtin/pull.c:408 git-parse-remote.sh:73
10498 msgid "You are not currently on a branch."
10499 msgstr ""
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 ""
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 ""
10509 #: builtin/pull.c:413 builtin/pull.c:428
10510 msgid "See git-pull(1) for details."
10511 msgstr ""
10513 #: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10514 #: git-parse-remote.sh:64
10515 msgid "<remote>"
10516 msgstr ""
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 ""
10523 #: builtin/pull.c:423 git-parse-remote.sh:75
10524 msgid "There is no tracking information for the current branch."
10525 msgstr ""
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 ""
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 ""
10539 #: builtin/pull.c:754
10540 msgid "ignoring --verify-signatures for rebase"
10541 msgstr ""
10543 #: builtin/pull.c:801
10544 msgid "--[no-]autostash option is only valid with --rebase."
10545 msgstr ""
10547 #: builtin/pull.c:809
10548 msgid "Updating an unborn branch with changes added to the index."
10549 msgstr ""
10551 #: builtin/pull.c:812
10552 msgid "pull with rebase"
10553 msgstr ""
10555 #: builtin/pull.c:813
10556 msgid "please commit or stash them."
10557 msgstr ""
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 ""
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 ""
10578 #: builtin/pull.c:858
10579 msgid "Cannot merge multiple branches into empty head."
10580 msgstr ""
10582 #: builtin/pull.c:862
10583 msgid "Cannot rebase onto multiple branches."
10584 msgstr ""
10586 #: builtin/push.c:16
10587 msgid "git push [<options>] [<repository> [<refspec>...]]"
10588 msgstr ""
10590 #: builtin/push.c:89
10591 msgid "tag shorthand without <tag>"
10592 msgstr ""
10594 #: builtin/push.c:99
10595 msgid "--delete only accepts plain target ref names"
10596 msgstr ""
10598 #: builtin/push.c:143
10599 msgid ""
10600 "\n"
10601 "To choose either option permanently, see push.default in 'git help config'."
10602 msgstr ""
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 ""
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 ""
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 ""
10638 #: builtin/push.c:183
10639 #, c-format
10640 msgid "The current branch %s has multiple upstream branches, refusing to push."
10641 msgstr ""
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 ""
10651 #: builtin/push.c:245
10652 msgid ""
10653 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10654 msgstr ""
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 ""
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 ""
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 ""
10681 #: builtin/push.c:271
10682 msgid "Updates were rejected because the tag already exists in the remote."
10683 msgstr ""
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 ""
10692 #: builtin/push.c:334
10693 #, c-format
10694 msgid "Pushing to %s\n"
10695 msgstr ""
10697 #: builtin/push.c:338
10698 #, c-format
10699 msgid "failed to push some refs to '%s'"
10700 msgstr ""
10702 #: builtin/push.c:369
10703 #, c-format
10704 msgid "bad repository '%s'"
10705 msgstr ""
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 ""
10720 #: builtin/push.c:388
10721 msgid "--all and --tags are incompatible"
10722 msgstr ""
10724 #: builtin/push.c:389
10725 msgid "--all can't be combined with refspecs"
10726 msgstr ""
10728 #: builtin/push.c:394
10729 msgid "--mirror and --tags are incompatible"
10730 msgstr ""
10732 #: builtin/push.c:395
10733 msgid "--mirror can't be combined with refspecs"
10734 msgstr ""
10736 #: builtin/push.c:400
10737 msgid "--all and --mirror are incompatible"
10738 msgstr ""
10740 #: builtin/push.c:518
10741 msgid "repository"
10742 msgstr ""
10744 #: builtin/push.c:519 builtin/send-pack.c:162
10745 msgid "push all refs"
10746 msgstr ""
10748 #: builtin/push.c:520 builtin/send-pack.c:164
10749 msgid "mirror all refs"
10750 msgstr ""
10752 #: builtin/push.c:522
10753 msgid "delete refs"
10754 msgstr ""
10756 #: builtin/push.c:523
10757 msgid "push tags (can't be used with --all or --mirror)"
10758 msgstr ""
10760 #: builtin/push.c:526 builtin/send-pack.c:165
10761 msgid "force updates"
10762 msgstr ""
10764 #: builtin/push.c:528 builtin/send-pack.c:179
10765 msgid "refname>:<expect"
10766 msgstr ""
10768 #: builtin/push.c:529 builtin/send-pack.c:180
10769 msgid "require old value of ref to be at this value"
10770 msgstr ""
10772 #: builtin/push.c:532
10773 msgid "control recursive pushing of submodules"
10774 msgstr ""
10776 #: builtin/push.c:534 builtin/send-pack.c:173
10777 msgid "use thin pack"
10778 msgstr ""
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 ""
10785 #: builtin/push.c:537
10786 msgid "set upstream for git pull/status"
10787 msgstr ""
10789 #: builtin/push.c:540
10790 msgid "prune locally removed refs"
10791 msgstr ""
10793 #: builtin/push.c:542
10794 msgid "bypass pre-push hook"
10795 msgstr ""
10797 #: builtin/push.c:543
10798 msgid "push missing but relevant tags"
10799 msgstr ""
10801 #: builtin/push.c:546 builtin/send-pack.c:167
10802 msgid "GPG sign the push"
10803 msgstr ""
10805 #: builtin/push.c:548 builtin/send-pack.c:174
10806 msgid "request atomic transaction on remote side"
10807 msgstr ""
10809 #: builtin/push.c:549 builtin/send-pack.c:170
10810 msgid "server-specific"
10811 msgstr ""
10813 #: builtin/push.c:549 builtin/send-pack.c:171
10814 msgid "option to transmit"
10815 msgstr ""
10817 #: builtin/push.c:563
10818 msgid "--delete is incompatible with --all, --mirror and --tags"
10819 msgstr ""
10821 #: builtin/push.c:565
10822 msgid "--delete doesn't make sense without any refs"
10823 msgstr ""
10825 #: builtin/push.c:584
10826 msgid "push options must not have new line characters"
10827 msgstr ""
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 ""
10836 #: builtin/read-tree.c:130
10837 msgid "write resulting index to <file>"
10838 msgstr ""
10840 #: builtin/read-tree.c:133
10841 msgid "only empty the index"
10842 msgstr ""
10844 #: builtin/read-tree.c:135
10845 msgid "Merging"
10846 msgstr ""
10848 #: builtin/read-tree.c:137
10849 msgid "perform a merge in addition to a read"
10850 msgstr ""
10852 #: builtin/read-tree.c:139
10853 msgid "3-way merge if no file level merging required"
10854 msgstr ""
10856 #: builtin/read-tree.c:141
10857 msgid "3-way merge in presence of adds and removes"
10858 msgstr ""
10860 #: builtin/read-tree.c:143
10861 msgid "same as -m, but discard unmerged entries"
10862 msgstr ""
10864 #: builtin/read-tree.c:144
10865 msgid "<subdirectory>/"
10866 msgstr ""
10868 #: builtin/read-tree.c:145
10869 msgid "read the tree into the index under <subdirectory>/"
10870 msgstr ""
10872 #: builtin/read-tree.c:148
10873 msgid "update working tree with merge result"
10874 msgstr ""
10876 #: builtin/read-tree.c:150
10877 msgid "gitignore"
10878 msgstr ""
10880 #: builtin/read-tree.c:151
10881 msgid "allow explicitly ignored files to be overwritten"
10882 msgstr ""
10884 #: builtin/read-tree.c:154
10885 msgid "don't check the working tree after merging"
10886 msgstr ""
10888 #: builtin/read-tree.c:155
10889 msgid "don't update the index or the work tree"
10890 msgstr ""
10892 #: builtin/read-tree.c:157
10893 msgid "skip applying sparse checkout filter"
10894 msgstr ""
10896 #: builtin/read-tree.c:159
10897 msgid "debug unpack-trees"
10898 msgstr ""
10900 #: builtin/rebase--helper.c:7
10901 msgid "git rebase--helper [<options>]"
10902 msgstr ""
10904 #: builtin/rebase--helper.c:19
10905 msgid "continue rebase"
10906 msgstr ""
10908 #: builtin/rebase--helper.c:21
10909 msgid "abort rebase"
10910 msgstr ""
10912 #: builtin/receive-pack.c:27
10913 msgid "git receive-pack <git-dir>"
10914 msgstr ""
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 ""
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 ""
10945 #: builtin/receive-pack.c:1888
10946 msgid "quiet"
10947 msgstr ""
10949 #: builtin/receive-pack.c:1902
10950 msgid "You must specify a directory."
10951 msgstr ""
10953 #: builtin/reflog.c:423
10954 #, c-format
10955 msgid "'%s' for '%s' is not a valid timestamp"
10956 msgstr ""
10958 #: builtin/reflog.c:540 builtin/reflog.c:545
10959 #, c-format
10960 msgid "'%s' is not a valid timestamp"
10961 msgstr ""
10963 #: builtin/remote.c:12
10964 msgid "git remote [-v | --verbose]"
10965 msgstr ""
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 ""
10973 #: builtin/remote.c:14 builtin/remote.c:34
10974 msgid "git remote rename <old> <new>"
10975 msgstr ""
10977 #: builtin/remote.c:15 builtin/remote.c:39
10978 msgid "git remote remove <name>"
10979 msgstr ""
10981 #: builtin/remote.c:16 builtin/remote.c:44
10982 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10983 msgstr ""
10985 #: builtin/remote.c:17
10986 msgid "git remote [-v | --verbose] show [-n] <name>"
10987 msgstr ""
10989 #: builtin/remote.c:18
10990 msgid "git remote prune [-n | --dry-run] <name>"
10991 msgstr ""
10993 #: builtin/remote.c:19
10994 msgid ""
10995 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10996 msgstr ""
10998 #: builtin/remote.c:20
10999 msgid "git remote set-branches [--add] <name> <branch>..."
11000 msgstr ""
11002 #: builtin/remote.c:21 builtin/remote.c:70
11003 msgid "git remote get-url [--push] [--all] <name>"
11004 msgstr ""
11006 #: builtin/remote.c:22 builtin/remote.c:75
11007 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11008 msgstr ""
11010 #: builtin/remote.c:23 builtin/remote.c:76
11011 msgid "git remote set-url --add <name> <newurl>"
11012 msgstr ""
11014 #: builtin/remote.c:24 builtin/remote.c:77
11015 msgid "git remote set-url --delete <name> <url>"
11016 msgstr ""
11018 #: builtin/remote.c:29
11019 msgid "git remote add [<options>] <name> <url>"
11020 msgstr ""
11022 #: builtin/remote.c:49
11023 msgid "git remote set-branches <name> <branch>..."
11024 msgstr ""
11026 #: builtin/remote.c:50
11027 msgid "git remote set-branches --add <name> <branch>..."
11028 msgstr ""
11030 #: builtin/remote.c:55
11031 msgid "git remote show [<options>] <name>"
11032 msgstr ""
11034 #: builtin/remote.c:60
11035 msgid "git remote prune [<options>] <name>"
11036 msgstr ""
11038 #: builtin/remote.c:65
11039 msgid "git remote update [<options>] [<group> | <remote>]..."
11040 msgstr ""
11042 #: builtin/remote.c:94
11043 #, c-format
11044 msgid "Updating %s"
11045 msgstr ""
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 ""
11053 #: builtin/remote.c:143
11054 #, c-format
11055 msgid "unknown mirror argument: %s"
11056 msgstr ""
11058 #: builtin/remote.c:159
11059 msgid "fetch the remote branches"
11060 msgstr ""
11062 #: builtin/remote.c:161
11063 msgid "import all tags and associated objects when fetching"
11064 msgstr ""
11066 #: builtin/remote.c:164
11067 msgid "or do not fetch any tag at all (--no-tags)"
11068 msgstr ""
11070 #: builtin/remote.c:166
11071 msgid "branch(es) to track"
11072 msgstr ""
11074 #: builtin/remote.c:167
11075 msgid "master branch"
11076 msgstr ""
11078 #: builtin/remote.c:168
11079 msgid "push|fetch"
11080 msgstr ""
11082 #: builtin/remote.c:169
11083 msgid "set up remote as a mirror to push to or fetch from"
11084 msgstr ""
11086 #: builtin/remote.c:181
11087 msgid "specifying a master branch makes no sense with --mirror"
11088 msgstr ""
11090 #: builtin/remote.c:183
11091 msgid "specifying branches to track makes sense only with fetch mirrors"
11092 msgstr ""
11094 #: builtin/remote.c:190 builtin/remote.c:629
11095 #, c-format
11096 msgid "remote %s already exists."
11097 msgstr ""
11099 #: builtin/remote.c:194 builtin/remote.c:633
11100 #, c-format
11101 msgid "'%s' is not a valid remote name"
11102 msgstr ""
11104 #: builtin/remote.c:234
11105 #, c-format
11106 msgid "Could not setup master '%s'"
11107 msgstr ""
11109 #: builtin/remote.c:336
11110 #, c-format
11111 msgid "Could not get fetch map for refspec %s"
11112 msgstr ""
11114 #: builtin/remote.c:437 builtin/remote.c:445
11115 msgid "(matching)"
11116 msgstr ""
11118 #: builtin/remote.c:449
11119 msgid "(delete)"
11120 msgstr ""
11122 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:856
11123 #, c-format
11124 msgid "No such remote: %s"
11125 msgstr ""
11127 #: builtin/remote.c:639
11128 #, c-format
11129 msgid "Could not rename config section '%s' to '%s'"
11130 msgstr ""
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 ""
11140 #: builtin/remote.c:695
11141 #, c-format
11142 msgid "deleting '%s' failed"
11143 msgstr ""
11145 #: builtin/remote.c:729
11146 #, c-format
11147 msgid "creating '%s' failed"
11148 msgstr ""
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] ""
11160 #: builtin/remote.c:808
11161 #, c-format
11162 msgid "Could not remove config section '%s'"
11163 msgstr ""
11165 #: builtin/remote.c:909
11166 #, c-format
11167 msgid " new (next fetch will store in remotes/%s)"
11168 msgstr ""
11170 #: builtin/remote.c:912
11171 msgid " tracked"
11172 msgstr ""
11174 #: builtin/remote.c:914
11175 msgid " stale (use 'git remote prune' to remove)"
11176 msgstr ""
11178 #: builtin/remote.c:916
11179 msgid " ???"
11180 msgstr ""
11182 #: builtin/remote.c:957
11183 #, c-format
11184 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11185 msgstr ""
11187 #: builtin/remote.c:965
11188 #, c-format
11189 msgid "rebases interactively onto remote %s"
11190 msgstr ""
11192 #: builtin/remote.c:966
11193 #, c-format
11194 msgid "rebases onto remote %s"
11195 msgstr ""
11197 #: builtin/remote.c:969
11198 #, c-format
11199 msgid " merges with remote %s"
11200 msgstr ""
11202 #: builtin/remote.c:972
11203 #, c-format
11204 msgid "merges with remote %s"
11205 msgstr ""
11207 #: builtin/remote.c:975
11208 #, c-format
11209 msgid "%-*s    and with remote %s\n"
11210 msgstr ""
11212 #: builtin/remote.c:1018
11213 msgid "create"
11214 msgstr ""
11216 #: builtin/remote.c:1021
11217 msgid "delete"
11218 msgstr ""
11220 #: builtin/remote.c:1025
11221 msgid "up to date"
11222 msgstr ""
11224 #: builtin/remote.c:1028
11225 msgid "fast-forwardable"
11226 msgstr ""
11228 #: builtin/remote.c:1031
11229 msgid "local out of date"
11230 msgstr ""
11232 #: builtin/remote.c:1038
11233 #, c-format
11234 msgid "    %-*s forces to %-*s (%s)"
11235 msgstr ""
11237 #: builtin/remote.c:1041
11238 #, c-format
11239 msgid "    %-*s pushes to %-*s (%s)"
11240 msgstr ""
11242 #: builtin/remote.c:1045
11243 #, c-format
11244 msgid "    %-*s forces to %s"
11245 msgstr ""
11247 #: builtin/remote.c:1048
11248 #, c-format
11249 msgid "    %-*s pushes to %s"
11250 msgstr ""
11252 #: builtin/remote.c:1116
11253 msgid "do not query remotes"
11254 msgstr ""
11256 #: builtin/remote.c:1143
11257 #, c-format
11258 msgid "* remote %s"
11259 msgstr ""
11261 #: builtin/remote.c:1144
11262 #, c-format
11263 msgid "  Fetch URL: %s"
11264 msgstr ""
11266 #: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:1297
11267 msgid "(no URL)"
11268 msgstr ""
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 ""
11277 #: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:1164
11278 #, c-format
11279 msgid "  HEAD branch: %s"
11280 msgstr ""
11282 #: builtin/remote.c:1160
11283 msgid "(not queried)"
11284 msgstr ""
11286 #: builtin/remote.c:1162
11287 msgid "(unknown)"
11288 msgstr ""
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 ""
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] ""
11303 #: builtin/remote.c:1181 builtin/remote.c:1207
11304 msgid " (status not queried)"
11305 msgstr ""
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] ""
11313 #: builtin/remote.c:1198
11314 msgid "  Local refs will be mirrored by 'git push'"
11315 msgstr ""
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] ""
11324 #: builtin/remote.c:1225
11325 msgid "set refs/remotes/<name>/HEAD according to remote"
11326 msgstr ""
11328 #: builtin/remote.c:1227
11329 msgid "delete refs/remotes/<name>/HEAD"
11330 msgstr ""
11332 #: builtin/remote.c:1242
11333 msgid "Cannot determine remote HEAD"
11334 msgstr ""
11336 #: builtin/remote.c:1244
11337 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11338 msgstr ""
11340 #: builtin/remote.c:1254
11341 #, c-format
11342 msgid "Could not delete %s"
11343 msgstr ""
11345 #: builtin/remote.c:1262
11346 #, c-format
11347 msgid "Not a valid ref: %s"
11348 msgstr ""
11350 #: builtin/remote.c:1264
11351 #, c-format
11352 msgid "Could not setup %s"
11353 msgstr ""
11355 #: builtin/remote.c:1282
11356 #, c-format
11357 msgid " %s will become dangling!"
11358 msgstr ""
11360 #: builtin/remote.c:1283
11361 #, c-format
11362 msgid " %s has become dangling!"
11363 msgstr ""
11365 #: builtin/remote.c:1293
11366 #, c-format
11367 msgid "Pruning %s"
11368 msgstr ""
11370 #: builtin/remote.c:1294
11371 #, c-format
11372 msgid "URL: %s"
11373 msgstr ""
11375 #: builtin/remote.c:1310
11376 #, c-format
11377 msgid " * [would prune] %s"
11378 msgstr ""
11380 #: builtin/remote.c:1313
11381 #, c-format
11382 msgid " * [pruned] %s"
11383 msgstr ""
11385 #: builtin/remote.c:1358
11386 msgid "prune remotes after fetching"
11387 msgstr ""
11389 #: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:1543
11390 #, c-format
11391 msgid "No such remote '%s'"
11392 msgstr ""
11394 #: builtin/remote.c:1437
11395 msgid "add branch"
11396 msgstr ""
11398 #: builtin/remote.c:1444
11399 msgid "no remote specified"
11400 msgstr ""
11402 #: builtin/remote.c:1461
11403 msgid "query push URLs rather than fetch URLs"
11404 msgstr ""
11406 #: builtin/remote.c:1463
11407 msgid "return all URLs"
11408 msgstr ""
11410 #: builtin/remote.c:1491
11411 #, c-format
11412 msgid "no URLs configured for remote '%s'"
11413 msgstr ""
11415 #: builtin/remote.c:1517
11416 msgid "manipulate push URLs"
11417 msgstr ""
11419 #: builtin/remote.c:1519
11420 msgid "add URL"
11421 msgstr ""
11423 #: builtin/remote.c:1521
11424 msgid "delete URLs"
11425 msgstr ""
11427 #: builtin/remote.c:1528
11428 msgid "--add --delete doesn't make sense"
11429 msgstr ""
11431 #: builtin/remote.c:1569
11432 #, c-format
11433 msgid "Invalid old URL pattern: %s"
11434 msgstr ""
11436 #: builtin/remote.c:1577
11437 #, c-format
11438 msgid "No such URL found: %s"
11439 msgstr ""
11441 #: builtin/remote.c:1579
11442 msgid "Will not delete all non-push URLs"
11443 msgstr ""
11445 #: builtin/remote.c:1593
11446 msgid "be verbose; must be placed before a subcommand"
11447 msgstr ""
11449 #: builtin/remote.c:1624
11450 #, c-format
11451 msgid "Unknown subcommand: %s"
11452 msgstr ""
11454 #: builtin/repack.c:17
11455 msgid "git repack [<options>]"
11456 msgstr ""
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 ""
11464 #: builtin/repack.c:166
11465 msgid "pack everything in a single pack"
11466 msgstr ""
11468 #: builtin/repack.c:168
11469 msgid "same as -a, and turn unreachable objects loose"
11470 msgstr ""
11472 #: builtin/repack.c:171
11473 msgid "remove redundant packs, and run git-prune-packed"
11474 msgstr ""
11476 #: builtin/repack.c:173
11477 msgid "pass --no-reuse-delta to git-pack-objects"
11478 msgstr ""
11480 #: builtin/repack.c:175
11481 msgid "pass --no-reuse-object to git-pack-objects"
11482 msgstr ""
11484 #: builtin/repack.c:177
11485 msgid "do not run git-update-server-info"
11486 msgstr ""
11488 #: builtin/repack.c:180
11489 msgid "pass --local to git-pack-objects"
11490 msgstr ""
11492 #: builtin/repack.c:182
11493 msgid "write bitmap index"
11494 msgstr ""
11496 #: builtin/repack.c:183
11497 msgid "approxidate"
11498 msgstr ""
11500 #: builtin/repack.c:184
11501 msgid "with -A, do not loosen objects older than this"
11502 msgstr ""
11504 #: builtin/repack.c:186
11505 msgid "with -a, repack unreachable objects"
11506 msgstr ""
11508 #: builtin/repack.c:188
11509 msgid "size of the window used for delta compression"
11510 msgstr ""
11512 #: builtin/repack.c:189 builtin/repack.c:193
11513 msgid "bytes"
11514 msgstr ""
11516 #: builtin/repack.c:190
11517 msgid "same as the above, but limit memory size instead of entries count"
11518 msgstr ""
11520 #: builtin/repack.c:192
11521 msgid "limits the maximum delta depth"
11522 msgstr ""
11524 #: builtin/repack.c:194
11525 msgid "maximum size of each packfile"
11526 msgstr ""
11528 #: builtin/repack.c:196
11529 msgid "repack objects in packs marked with .keep"
11530 msgstr ""
11532 #: builtin/repack.c:206
11533 msgid "cannot delete packs in a precious-objects repo"
11534 msgstr ""
11536 #: builtin/repack.c:210
11537 msgid "--keep-unreachable and -A are incompatible"
11538 msgstr ""
11540 #: builtin/repack.c:400 builtin/worktree.c:115
11541 #, c-format
11542 msgid "failed to remove '%s'"
11543 msgstr ""
11545 #: builtin/replace.c:19
11546 msgid "git replace [-f] <object> <replacement>"
11547 msgstr ""
11549 #: builtin/replace.c:20
11550 msgid "git replace [-f] --edit <object>"
11551 msgstr ""
11553 #: builtin/replace.c:21
11554 msgid "git replace [-f] --graft <commit> [<parent>...]"
11555 msgstr ""
11557 #: builtin/replace.c:22
11558 msgid "git replace -d <object>..."
11559 msgstr ""
11561 #: builtin/replace.c:23
11562 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11563 msgstr ""
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 ""
11570 #: builtin/replace.c:360
11571 #, c-format
11572 msgid "bad mergetag in commit '%s'"
11573 msgstr ""
11575 #: builtin/replace.c:362
11576 #, c-format
11577 msgid "malformed mergetag in commit '%s'"
11578 msgstr ""
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 ""
11587 #: builtin/replace.c:406
11588 #, c-format
11589 msgid "the original commit '%s' has a gpg signature."
11590 msgstr ""
11592 #: builtin/replace.c:407
11593 msgid "the signature will be removed in the replacement commit!"
11594 msgstr ""
11596 #: builtin/replace.c:413
11597 #, c-format
11598 msgid "could not write replacement commit for: '%s'"
11599 msgstr ""
11601 #: builtin/replace.c:437
11602 msgid "list replace refs"
11603 msgstr ""
11605 #: builtin/replace.c:438
11606 msgid "delete replace refs"
11607 msgstr ""
11609 #: builtin/replace.c:439
11610 msgid "edit existing object"
11611 msgstr ""
11613 #: builtin/replace.c:440
11614 msgid "change a commit's parents"
11615 msgstr ""
11617 #: builtin/replace.c:441
11618 msgid "replace the ref if it exists"
11619 msgstr ""
11621 #: builtin/replace.c:442
11622 msgid "do not pretty-print contents for --edit"
11623 msgstr ""
11625 #: builtin/replace.c:443
11626 msgid "use this format"
11627 msgstr ""
11629 #: builtin/rerere.c:12
11630 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11631 msgstr ""
11633 #: builtin/rerere.c:58
11634 msgid "register clean resolutions in index"
11635 msgstr ""
11637 #: builtin/reset.c:26
11638 msgid ""
11639 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11640 msgstr ""
11642 #: builtin/reset.c:27
11643 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11644 msgstr ""
11646 #: builtin/reset.c:28
11647 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11648 msgstr ""
11650 #: builtin/reset.c:34
11651 msgid "mixed"
11652 msgstr ""
11654 #: builtin/reset.c:34
11655 msgid "soft"
11656 msgstr ""
11658 #: builtin/reset.c:34
11659 msgid "hard"
11660 msgstr ""
11662 #: builtin/reset.c:34
11663 msgid "merge"
11664 msgstr ""
11666 #: builtin/reset.c:34
11667 msgid "keep"
11668 msgstr ""
11670 #: builtin/reset.c:74
11671 msgid "You do not have a valid HEAD."
11672 msgstr ""
11674 #: builtin/reset.c:76
11675 msgid "Failed to find tree of HEAD."
11676 msgstr ""
11678 #: builtin/reset.c:82
11679 #, c-format
11680 msgid "Failed to find tree of %s."
11681 msgstr ""
11683 #: builtin/reset.c:100
11684 #, c-format
11685 msgid "HEAD is now at %s"
11686 msgstr ""
11688 #: builtin/reset.c:183
11689 #, c-format
11690 msgid "Cannot do a %s reset in the middle of a merge."
11691 msgstr ""
11693 #: builtin/reset.c:276
11694 msgid "be quiet, only report errors"
11695 msgstr ""
11697 #: builtin/reset.c:278
11698 msgid "reset HEAD and index"
11699 msgstr ""
11701 #: builtin/reset.c:279
11702 msgid "reset only HEAD"
11703 msgstr ""
11705 #: builtin/reset.c:281 builtin/reset.c:283
11706 msgid "reset HEAD, index and working tree"
11707 msgstr ""
11709 #: builtin/reset.c:285
11710 msgid "reset HEAD but keep local changes"
11711 msgstr ""
11713 #: builtin/reset.c:288
11714 msgid "record only the fact that removed paths will be added later"
11715 msgstr ""
11717 #: builtin/reset.c:305
11718 #, c-format
11719 msgid "Failed to resolve '%s' as a valid revision."
11720 msgstr ""
11722 #: builtin/reset.c:313
11723 #, c-format
11724 msgid "Failed to resolve '%s' as a valid tree."
11725 msgstr ""
11727 #: builtin/reset.c:322
11728 msgid "--patch is incompatible with --{hard,mixed,soft}"
11729 msgstr ""
11731 #: builtin/reset.c:331
11732 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11733 msgstr ""
11735 #: builtin/reset.c:333
11736 #, c-format
11737 msgid "Cannot do %s reset with paths."
11738 msgstr ""
11740 #: builtin/reset.c:343
11741 #, c-format
11742 msgid "%s reset is not allowed in a bare repository"
11743 msgstr ""
11745 #: builtin/reset.c:347
11746 msgid "-N can only be used with --mixed"
11747 msgstr ""
11749 #: builtin/reset.c:364
11750 msgid "Unstaged changes after reset:"
11751 msgstr ""
11753 #: builtin/reset.c:370
11754 #, c-format
11755 msgid "Could not reset index file to revision '%s'."
11756 msgstr ""
11758 #: builtin/reset.c:374
11759 msgid "Could not write new index file."
11760 msgstr ""
11762 #: builtin/rev-list.c:354
11763 msgid "rev-list does not support display of notes"
11764 msgstr ""
11766 #: builtin/rev-parse.c:393
11767 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11768 msgstr ""
11770 #: builtin/rev-parse.c:398
11771 msgid "keep the `--` passed as an arg"
11772 msgstr ""
11774 #: builtin/rev-parse.c:400
11775 msgid "stop parsing after the first non-option argument"
11776 msgstr ""
11778 #: builtin/rev-parse.c:403
11779 msgid "output in stuck long form"
11780 msgstr ""
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 ""
11791 #: builtin/revert.c:22
11792 msgid "git revert [<options>] <commit-ish>..."
11793 msgstr ""
11795 #: builtin/revert.c:23
11796 msgid "git revert <subcommand>"
11797 msgstr ""
11799 #: builtin/revert.c:28
11800 msgid "git cherry-pick [<options>] <commit-ish>..."
11801 msgstr ""
11803 #: builtin/revert.c:29
11804 msgid "git cherry-pick <subcommand>"
11805 msgstr ""
11807 #: builtin/revert.c:89
11808 #, c-format
11809 msgid "%s: %s cannot be used with %s"
11810 msgstr ""
11812 #: builtin/revert.c:98
11813 msgid "end revert or cherry-pick sequence"
11814 msgstr ""
11816 #: builtin/revert.c:99
11817 msgid "resume revert or cherry-pick sequence"
11818 msgstr ""
11820 #: builtin/revert.c:100
11821 msgid "cancel revert or cherry-pick sequence"
11822 msgstr ""
11824 #: builtin/revert.c:101
11825 msgid "don't automatically commit"
11826 msgstr ""
11828 #: builtin/revert.c:102
11829 msgid "edit the commit message"
11830 msgstr ""
11832 #: builtin/revert.c:105
11833 msgid "parent-number"
11834 msgstr ""
11836 #: builtin/revert.c:106
11837 msgid "select mainline parent"
11838 msgstr ""
11840 #: builtin/revert.c:108
11841 msgid "merge strategy"
11842 msgstr ""
11844 #: builtin/revert.c:109
11845 msgid "option"
11846 msgstr ""
11848 #: builtin/revert.c:110
11849 msgid "option for merge strategy"
11850 msgstr ""
11852 #: builtin/revert.c:119
11853 msgid "append commit name"
11854 msgstr ""
11856 #: builtin/revert.c:121
11857 msgid "preserve initially empty commits"
11858 msgstr ""
11860 #: builtin/revert.c:122
11861 msgid "allow commits with empty messages"
11862 msgstr ""
11864 #: builtin/revert.c:123
11865 msgid "keep redundant, empty commits"
11866 msgstr ""
11868 #: builtin/revert.c:211
11869 msgid "revert failed"
11870 msgstr ""
11872 #: builtin/revert.c:224
11873 msgid "cherry-pick failed"
11874 msgstr ""
11876 #: builtin/rm.c:17
11877 msgid "git rm [<options>] [--] <file>..."
11878 msgstr ""
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] ""
11890 #: builtin/rm.c:210
11891 msgid ""
11892 "\n"
11893 "(use -f to force removal)"
11894 msgstr ""
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] ""
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 ""
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] ""
11914 #: builtin/rm.c:242
11915 msgid "do not list removed files"
11916 msgstr ""
11918 #: builtin/rm.c:243
11919 msgid "only remove from the index"
11920 msgstr ""
11922 #: builtin/rm.c:244
11923 msgid "override the up-to-date check"
11924 msgstr ""
11926 #: builtin/rm.c:245
11927 msgid "allow recursive removal"
11928 msgstr ""
11930 #: builtin/rm.c:247
11931 msgid "exit with a zero status even if nothing matched"
11932 msgstr ""
11934 #: builtin/rm.c:308
11935 #, c-format
11936 msgid "not removing '%s' recursively without -r"
11937 msgstr ""
11939 #: builtin/rm.c:347
11940 #, c-format
11941 msgid "git rm: unable to remove %s"
11942 msgstr ""
11944 #: builtin/rm.c:370
11945 #, c-format
11946 msgid "could not remove '%s'"
11947 msgstr ""
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 ""
11957 #: builtin/send-pack.c:161
11958 msgid "remote name"
11959 msgstr ""
11961 #: builtin/send-pack.c:175
11962 msgid "use stateless RPC protocol"
11963 msgstr ""
11965 #: builtin/send-pack.c:176
11966 msgid "read refs from stdin"
11967 msgstr ""
11969 #: builtin/send-pack.c:177
11970 msgid "print status from remote helper"
11971 msgstr ""
11973 #: builtin/shortlog.c:13
11974 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11975 msgstr ""
11977 #: builtin/shortlog.c:248
11978 msgid "Group by committer rather than author"
11979 msgstr ""
11981 #: builtin/shortlog.c:250
11982 msgid "sort output according to the number of commits per author"
11983 msgstr ""
11985 #: builtin/shortlog.c:252
11986 msgid "Suppress commit descriptions, only provides commit count"
11987 msgstr ""
11989 #: builtin/shortlog.c:254
11990 msgid "Show the email address of each author"
11991 msgstr ""
11993 #: builtin/shortlog.c:255
11994 msgid "w[,i1[,i2]]"
11995 msgstr ""
11997 #: builtin/shortlog.c:256
11998 msgid "Linewrap output"
11999 msgstr ""
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 ""
12009 #: builtin/show-branch.c:14
12010 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12011 msgstr ""
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] ""
12020 #: builtin/show-branch.c:536
12021 #, c-format
12022 msgid "no matching refs with %s"
12023 msgstr ""
12025 #: builtin/show-branch.c:632
12026 msgid "show remote-tracking and local branches"
12027 msgstr ""
12029 #: builtin/show-branch.c:634
12030 msgid "show remote-tracking branches"
12031 msgstr ""
12033 #: builtin/show-branch.c:636
12034 msgid "color '*!+-' corresponding to the branch"
12035 msgstr ""
12037 #: builtin/show-branch.c:638
12038 msgid "show <n> more commits after the common ancestor"
12039 msgstr ""
12041 #: builtin/show-branch.c:640
12042 msgid "synonym to more=-1"
12043 msgstr ""
12045 #: builtin/show-branch.c:641
12046 msgid "suppress naming strings"
12047 msgstr ""
12049 #: builtin/show-branch.c:643
12050 msgid "include the current branch"
12051 msgstr ""
12053 #: builtin/show-branch.c:645
12054 msgid "name commits with their object names"
12055 msgstr ""
12057 #: builtin/show-branch.c:647
12058 msgid "show possible merge bases"
12059 msgstr ""
12061 #: builtin/show-branch.c:649
12062 msgid "show refs unreachable from any other ref"
12063 msgstr ""
12065 #: builtin/show-branch.c:651
12066 msgid "show commits in topological order"
12067 msgstr ""
12069 #: builtin/show-branch.c:654
12070 msgid "show only commits not on the first branch"
12071 msgstr ""
12073 #: builtin/show-branch.c:656
12074 msgid "show merges reachable from only one tip"
12075 msgstr ""
12077 #: builtin/show-branch.c:658
12078 msgid "topologically sort, maintaining date order where possible"
12079 msgstr ""
12081 #: builtin/show-branch.c:661
12082 msgid "<n>[,<base>]"
12083 msgstr ""
12085 #: builtin/show-branch.c:662
12086 msgid "show <n> most recent ref-log entries starting at base"
12087 msgstr ""
12089 #: builtin/show-branch.c:696
12090 msgid ""
12091 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12092 msgstr ""
12094 #: builtin/show-branch.c:720
12095 msgid "no branches given, and HEAD is not valid"
12096 msgstr ""
12098 #: builtin/show-branch.c:723
12099 msgid "--reflog option needs one branch name"
12100 msgstr ""
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] ""
12109 #: builtin/show-branch.c:730
12110 #, c-format
12111 msgid "no such ref %s"
12112 msgstr ""
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] ""
12121 #: builtin/show-branch.c:818
12122 #, c-format
12123 msgid "'%s' is not a valid ref."
12124 msgstr ""
12126 #: builtin/show-branch.c:821
12127 #, c-format
12128 msgid "cannot find commit %s (%s)"
12129 msgstr ""
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 ""
12137 #: builtin/show-ref.c:11
12138 msgid "git show-ref --exclude-existing[=<pattern>]"
12139 msgstr ""
12141 #: builtin/show-ref.c:159
12142 msgid "only show tags (can be combined with heads)"
12143 msgstr ""
12145 #: builtin/show-ref.c:160
12146 msgid "only show heads (can be combined with tags)"
12147 msgstr ""
12149 #: builtin/show-ref.c:161
12150 msgid "stricter reference checking, requires exact ref path"
12151 msgstr ""
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 ""
12157 #: builtin/show-ref.c:168
12158 msgid "dereference tags into object IDs"
12159 msgstr ""
12161 #: builtin/show-ref.c:170
12162 msgid "only show SHA1 hash using <n> digits"
12163 msgstr ""
12165 #: builtin/show-ref.c:174
12166 msgid "do not print results to stdout (useful with --verify)"
12167 msgstr ""
12169 #: builtin/show-ref.c:176
12170 msgid "show refs from stdin that aren't in local repository"
12171 msgstr ""
12173 #: builtin/stripspace.c:17
12174 msgid "git stripspace [-s | --strip-comments]"
12175 msgstr ""
12177 #: builtin/stripspace.c:18
12178 msgid "git stripspace [-c | --comment-lines]"
12179 msgstr ""
12181 #: builtin/stripspace.c:35
12182 msgid "skip and remove all lines starting with comment character"
12183 msgstr ""
12185 #: builtin/stripspace.c:38
12186 msgid "prepend comment character and space to each line"
12187 msgstr ""
12189 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1075
12190 #, c-format
12191 msgid "No such ref: %s"
12192 msgstr ""
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 ""
12199 #: builtin/submodule--helper.c:71
12200 #, c-format
12201 msgid "cannot strip one component off url '%s'"
12202 msgstr ""
12204 #: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12205 msgid "alternative anchor for relative paths"
12206 msgstr ""
12208 #: builtin/submodule--helper.c:310
12209 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12210 msgstr ""
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 ""
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 ""
12224 #: builtin/submodule--helper.c:406
12225 #, c-format
12226 msgid "Failed to register url for submodule path '%s'"
12227 msgstr ""
12229 #: builtin/submodule--helper.c:410
12230 #, c-format
12231 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12232 msgstr ""
12234 #: builtin/submodule--helper.c:420
12235 #, c-format
12236 msgid "warning: command update mode suggested for submodule '%s'\n"
12237 msgstr ""
12239 #: builtin/submodule--helper.c:427
12240 #, c-format
12241 msgid "Failed to register update mode for submodule path '%s'"
12242 msgstr ""
12244 #: builtin/submodule--helper.c:443
12245 msgid "Suppress output for initializing a submodule"
12246 msgstr ""
12248 #: builtin/submodule--helper.c:448
12249 msgid "git submodule--helper init [<path>]"
12250 msgstr ""
12252 #: builtin/submodule--helper.c:476
12253 msgid "git submodule--helper name <path>"
12254 msgstr ""
12256 #: builtin/submodule--helper.c:482
12257 #, c-format
12258 msgid "no submodule mapping found in .gitmodules for path '%s'"
12259 msgstr ""
12261 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12262 #, c-format
12263 msgid "submodule '%s' cannot add alternate: %s"
12264 msgstr ""
12266 #: builtin/submodule--helper.c:604
12267 #, c-format
12268 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12269 msgstr ""
12271 #: builtin/submodule--helper.c:611
12272 #, c-format
12273 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12274 msgstr ""
12276 #: builtin/submodule--helper.c:633
12277 msgid "where the new submodule will be cloned to"
12278 msgstr ""
12280 #: builtin/submodule--helper.c:636
12281 msgid "name of the new submodule"
12282 msgstr ""
12284 #: builtin/submodule--helper.c:639
12285 msgid "url where to clone the submodule from"
12286 msgstr ""
12288 #: builtin/submodule--helper.c:645
12289 msgid "depth for shallow clones"
12290 msgstr ""
12292 #: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12293 msgid "force cloning progress"
12294 msgstr ""
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 ""
12302 #: builtin/submodule--helper.c:684
12303 #, c-format
12304 msgid "clone of '%s' into submodule path '%s' failed"
12305 msgstr ""
12307 #: builtin/submodule--helper.c:699
12308 #, c-format
12309 msgid "could not get submodule directory for '%s'"
12310 msgstr ""
12312 #: builtin/submodule--helper.c:764
12313 #, c-format
12314 msgid "Submodule path '%s' not initialized"
12315 msgstr ""
12317 #: builtin/submodule--helper.c:768
12318 msgid "Maybe you want to use 'update --init'?"
12319 msgstr ""
12321 #: builtin/submodule--helper.c:793
12322 #, c-format
12323 msgid "Skipping unmerged submodule %s"
12324 msgstr ""
12326 #: builtin/submodule--helper.c:814
12327 #, c-format
12328 msgid "Skipping submodule '%s'"
12329 msgstr ""
12331 #: builtin/submodule--helper.c:942
12332 #, c-format
12333 msgid "Failed to clone '%s'. Retry scheduled"
12334 msgstr ""
12336 #: builtin/submodule--helper.c:953
12337 #, c-format
12338 msgid "Failed to clone '%s' a second time, aborting"
12339 msgstr ""
12341 #: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12342 msgid "path into the working tree"
12343 msgstr ""
12345 #: builtin/submodule--helper.c:977
12346 msgid "path into the working tree, across nested submodule boundaries"
12347 msgstr ""
12349 #: builtin/submodule--helper.c:981
12350 msgid "rebase, merge, checkout or none"
12351 msgstr ""
12353 #: builtin/submodule--helper.c:985
12354 msgid "Create a shallow clone truncated to the specified number of revisions"
12355 msgstr ""
12357 #: builtin/submodule--helper.c:988
12358 msgid "parallel jobs"
12359 msgstr ""
12361 #: builtin/submodule--helper.c:990
12362 msgid "whether the initial clone should follow the shallow recommendation"
12363 msgstr ""
12365 #: builtin/submodule--helper.c:991
12366 msgid "don't print cloning progress"
12367 msgstr ""
12369 #: builtin/submodule--helper.c:998
12370 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12371 msgstr ""
12373 #: builtin/submodule--helper.c:1008
12374 msgid "bad value for update parameter"
12375 msgstr ""
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 ""
12384 #: builtin/submodule--helper.c:1163
12385 msgid "recurse into submodules"
12386 msgstr ""
12388 #: builtin/submodule--helper.c:1169
12389 msgid "git submodule--helper embed-git-dir [<path>...]"
12390 msgstr ""
12392 #: builtin/submodule--helper.c:1226
12393 msgid "submodule--helper subcommand must be called with a subcommand"
12394 msgstr ""
12396 #: builtin/submodule--helper.c:1233
12397 #, c-format
12398 msgid "%s doesn't support --super-prefix"
12399 msgstr ""
12401 #: builtin/submodule--helper.c:1239
12402 #, c-format
12403 msgid "'%s' is not a valid submodule--helper subcommand"
12404 msgstr ""
12406 #: builtin/symbolic-ref.c:7
12407 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12408 msgstr ""
12410 #: builtin/symbolic-ref.c:8
12411 msgid "git symbolic-ref -d [-q] <name>"
12412 msgstr ""
12414 #: builtin/symbolic-ref.c:40
12415 msgid "suppress error message for non-symbolic (detached) refs"
12416 msgstr ""
12418 #: builtin/symbolic-ref.c:41
12419 msgid "delete symbolic ref"
12420 msgstr ""
12422 #: builtin/symbolic-ref.c:42
12423 msgid "shorten ref output"
12424 msgstr ""
12426 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12427 msgid "reason"
12428 msgstr ""
12430 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12431 msgid "reason of the update"
12432 msgstr ""
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 ""
12440 #: builtin/tag.c:24
12441 msgid "git tag -d <tagname>..."
12442 msgstr ""
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 ""
12451 #: builtin/tag.c:27
12452 msgid "git tag -v [--format=<format>] <tagname>..."
12453 msgstr ""
12455 #: builtin/tag.c:83
12456 #, c-format
12457 msgid "tag '%s' not found."
12458 msgstr ""
12460 #: builtin/tag.c:99
12461 #, c-format
12462 msgid "Deleted tag '%s' (was %s)\n"
12463 msgstr ""
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 ""
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 ""
12484 #: builtin/tag.c:210
12485 msgid "unable to sign the tag"
12486 msgstr ""
12488 #: builtin/tag.c:212
12489 msgid "unable to write tag file"
12490 msgstr ""
12492 #: builtin/tag.c:236
12493 msgid "bad object type."
12494 msgstr ""
12496 #: builtin/tag.c:282
12497 msgid "no tag message?"
12498 msgstr ""
12500 #: builtin/tag.c:289
12501 #, c-format
12502 msgid "The tag message has been left in %s\n"
12503 msgstr ""
12505 #: builtin/tag.c:397
12506 msgid "list tag names"
12507 msgstr ""
12509 #: builtin/tag.c:399
12510 msgid "print <n> lines of each tag message"
12511 msgstr ""
12513 #: builtin/tag.c:401
12514 msgid "delete tags"
12515 msgstr ""
12517 #: builtin/tag.c:402
12518 msgid "verify tags"
12519 msgstr ""
12521 #: builtin/tag.c:404
12522 msgid "Tag creation options"
12523 msgstr ""
12525 #: builtin/tag.c:406
12526 msgid "annotated tag, needs a message"
12527 msgstr ""
12529 #: builtin/tag.c:408
12530 msgid "tag message"
12531 msgstr ""
12533 #: builtin/tag.c:410
12534 msgid "annotated and GPG-signed tag"
12535 msgstr ""
12537 #: builtin/tag.c:414
12538 msgid "use another key to sign the tag"
12539 msgstr ""
12541 #: builtin/tag.c:415
12542 msgid "replace the tag if exists"
12543 msgstr ""
12545 #: builtin/tag.c:416 builtin/update-ref.c:368
12546 msgid "create a reflog"
12547 msgstr ""
12549 #: builtin/tag.c:418
12550 msgid "Tag listing options"
12551 msgstr ""
12553 #: builtin/tag.c:419
12554 msgid "show tag list in columns"
12555 msgstr ""
12557 #: builtin/tag.c:420 builtin/tag.c:422
12558 msgid "print only tags that contain the commit"
12559 msgstr ""
12561 #: builtin/tag.c:421 builtin/tag.c:423
12562 msgid "print only tags that don't contain the commit"
12563 msgstr ""
12565 #: builtin/tag.c:424
12566 msgid "print only tags that are merged"
12567 msgstr ""
12569 #: builtin/tag.c:425
12570 msgid "print only tags that are not merged"
12571 msgstr ""
12573 #: builtin/tag.c:430
12574 msgid "print only tags of the object"
12575 msgstr ""
12577 #: builtin/tag.c:469
12578 msgid "--column and -n are incompatible"
12579 msgstr ""
12581 #: builtin/tag.c:491
12582 msgid "-n option is only allowed in list mode"
12583 msgstr ""
12585 #: builtin/tag.c:493
12586 msgid "--contains option is only allowed in list mode"
12587 msgstr ""
12589 #: builtin/tag.c:495
12590 msgid "--no-contains option is only allowed in list mode"
12591 msgstr ""
12593 #: builtin/tag.c:497
12594 msgid "--points-at option is only allowed in list mode"
12595 msgstr ""
12597 #: builtin/tag.c:499
12598 msgid "--merged and --no-merged options are only allowed in list mode"
12599 msgstr ""
12601 #: builtin/tag.c:510
12602 msgid "only one -F or -m option is allowed."
12603 msgstr ""
12605 #: builtin/tag.c:529
12606 msgid "too many params"
12607 msgstr ""
12609 #: builtin/tag.c:535
12610 #, c-format
12611 msgid "'%s' is not a valid tag name."
12612 msgstr ""
12614 #: builtin/tag.c:540
12615 #, c-format
12616 msgid "tag '%s' already exists"
12617 msgstr ""
12619 #: builtin/tag.c:570
12620 #, c-format
12621 msgid "Updated tag '%s' (was %s)\n"
12622 msgstr ""
12624 #: builtin/unpack-objects.c:493
12625 msgid "Unpacking objects"
12626 msgstr ""
12628 #: builtin/update-index.c:79
12629 #, c-format
12630 msgid "failed to create directory %s"
12631 msgstr ""
12633 #: builtin/update-index.c:85
12634 #, c-format
12635 msgid "failed to stat %s"
12636 msgstr ""
12638 #: builtin/update-index.c:95
12639 #, c-format
12640 msgid "failed to create file %s"
12641 msgstr ""
12643 #: builtin/update-index.c:103
12644 #, c-format
12645 msgid "failed to delete file %s"
12646 msgstr ""
12648 #: builtin/update-index.c:110 builtin/update-index.c:216
12649 #, c-format
12650 msgid "failed to delete directory %s"
12651 msgstr ""
12653 #: builtin/update-index.c:135
12654 #, c-format
12655 msgid "Testing mtime in '%s' "
12656 msgstr ""
12658 #: builtin/update-index.c:149
12659 msgid "directory stat info does not change after adding a new file"
12660 msgstr ""
12662 #: builtin/update-index.c:162
12663 msgid "directory stat info does not change after adding a new directory"
12664 msgstr ""
12666 #: builtin/update-index.c:175
12667 msgid "directory stat info changes after updating a file"
12668 msgstr ""
12670 #: builtin/update-index.c:186
12671 msgid "directory stat info changes after adding a file inside subdirectory"
12672 msgstr ""
12674 #: builtin/update-index.c:197
12675 msgid "directory stat info does not change after deleting a file"
12676 msgstr ""
12678 #: builtin/update-index.c:210
12679 msgid "directory stat info does not change after deleting a directory"
12680 msgstr ""
12682 #: builtin/update-index.c:217
12683 msgid " OK"
12684 msgstr ""
12686 #: builtin/update-index.c:568
12687 msgid "git update-index [<options>] [--] [<file>...]"
12688 msgstr ""
12690 #: builtin/update-index.c:923
12691 msgid "continue refresh even when index needs update"
12692 msgstr ""
12694 #: builtin/update-index.c:926
12695 msgid "refresh: ignore submodules"
12696 msgstr ""
12698 #: builtin/update-index.c:929
12699 msgid "do not ignore new files"
12700 msgstr ""
12702 #: builtin/update-index.c:931
12703 msgid "let files replace directories and vice-versa"
12704 msgstr ""
12706 #: builtin/update-index.c:933
12707 msgid "notice files missing from worktree"
12708 msgstr ""
12710 #: builtin/update-index.c:935
12711 msgid "refresh even if index contains unmerged entries"
12712 msgstr ""
12714 #: builtin/update-index.c:938
12715 msgid "refresh stat information"
12716 msgstr ""
12718 #: builtin/update-index.c:942
12719 msgid "like --refresh, but ignore assume-unchanged setting"
12720 msgstr ""
12722 #: builtin/update-index.c:946
12723 msgid "<mode>,<object>,<path>"
12724 msgstr ""
12726 #: builtin/update-index.c:947
12727 msgid "add the specified entry to the index"
12728 msgstr ""
12730 #: builtin/update-index.c:956
12731 msgid "mark files as \"not changing\""
12732 msgstr ""
12734 #: builtin/update-index.c:959
12735 msgid "clear assumed-unchanged bit"
12736 msgstr ""
12738 #: builtin/update-index.c:962
12739 msgid "mark files as \"index-only\""
12740 msgstr ""
12742 #: builtin/update-index.c:965
12743 msgid "clear skip-worktree bit"
12744 msgstr ""
12746 #: builtin/update-index.c:968
12747 msgid "add to index only; do not add content to object database"
12748 msgstr ""
12750 #: builtin/update-index.c:970
12751 msgid "remove named paths even if present in worktree"
12752 msgstr ""
12754 #: builtin/update-index.c:972
12755 msgid "with --stdin: input lines are terminated by null bytes"
12756 msgstr ""
12758 #: builtin/update-index.c:974
12759 msgid "read list of paths to be updated from standard input"
12760 msgstr ""
12762 #: builtin/update-index.c:978
12763 msgid "add entries from standard input to the index"
12764 msgstr ""
12766 #: builtin/update-index.c:982
12767 msgid "repopulate stages #2 and #3 for the listed paths"
12768 msgstr ""
12770 #: builtin/update-index.c:986
12771 msgid "only update entries that differ from HEAD"
12772 msgstr ""
12774 #: builtin/update-index.c:990
12775 msgid "ignore files missing from worktree"
12776 msgstr ""
12778 #: builtin/update-index.c:993
12779 msgid "report actions to standard output"
12780 msgstr ""
12782 #: builtin/update-index.c:995
12783 msgid "(for porcelains) forget saved unresolved conflicts"
12784 msgstr ""
12786 #: builtin/update-index.c:999
12787 msgid "write index in this format"
12788 msgstr ""
12790 #: builtin/update-index.c:1001
12791 msgid "enable or disable split index"
12792 msgstr ""
12794 #: builtin/update-index.c:1003
12795 msgid "enable/disable untracked cache"
12796 msgstr ""
12798 #: builtin/update-index.c:1005
12799 msgid "test if the filesystem supports untracked cache"
12800 msgstr ""
12802 #: builtin/update-index.c:1007
12803 msgid "enable untracked cache without testing the filesystem"
12804 msgstr ""
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 ""
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 ""
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 ""
12824 #: builtin/update-index.c:1131
12825 msgid "Untracked cache disabled"
12826 msgstr ""
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 ""
12834 #: builtin/update-index.c:1143
12835 #, c-format
12836 msgid "Untracked cache enabled for '%s'"
12837 msgstr ""
12839 #: builtin/update-ref.c:9
12840 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12841 msgstr ""
12843 #: builtin/update-ref.c:10
12844 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12845 msgstr ""
12847 #: builtin/update-ref.c:11
12848 msgid "git update-ref [<options>] --stdin [-z]"
12849 msgstr ""
12851 #: builtin/update-ref.c:363
12852 msgid "delete the reference"
12853 msgstr ""
12855 #: builtin/update-ref.c:365
12856 msgid "update <refname> not the one it points to"
12857 msgstr ""
12859 #: builtin/update-ref.c:366
12860 msgid "stdin has NUL-terminated arguments"
12861 msgstr ""
12863 #: builtin/update-ref.c:367
12864 msgid "read updates from stdin"
12865 msgstr ""
12867 #: builtin/update-server-info.c:6
12868 msgid "git update-server-info [--force]"
12869 msgstr ""
12871 #: builtin/update-server-info.c:14
12872 msgid "update the info files from scratch"
12873 msgstr ""
12875 #: builtin/verify-commit.c:17
12876 msgid "git verify-commit [-v | --verbose] <commit>..."
12877 msgstr ""
12879 #: builtin/verify-commit.c:72
12880 msgid "print commit contents"
12881 msgstr ""
12883 #: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12884 msgid "print raw gpg status output"
12885 msgstr ""
12887 #: builtin/verify-pack.c:54
12888 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12889 msgstr ""
12891 #: builtin/verify-pack.c:64
12892 msgid "verbose"
12893 msgstr ""
12895 #: builtin/verify-pack.c:66
12896 msgid "show statistics only"
12897 msgstr ""
12899 #: builtin/verify-tag.c:18
12900 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12901 msgstr ""
12903 #: builtin/verify-tag.c:36
12904 msgid "print tag contents"
12905 msgstr ""
12907 #: builtin/worktree.c:15
12908 msgid "git worktree add [<options>] <path> [<branch>]"
12909 msgstr ""
12911 #: builtin/worktree.c:16
12912 msgid "git worktree list [<options>]"
12913 msgstr ""
12915 #: builtin/worktree.c:17
12916 msgid "git worktree lock [<options>] <path>"
12917 msgstr ""
12919 #: builtin/worktree.c:18
12920 msgid "git worktree prune [<options>]"
12921 msgstr ""
12923 #: builtin/worktree.c:19
12924 msgid "git worktree unlock <path>"
12925 msgstr ""
12927 #: builtin/worktree.c:43
12928 #, c-format
12929 msgid "Removing worktrees/%s: not a valid directory"
12930 msgstr ""
12932 #: builtin/worktree.c:49
12933 #, c-format
12934 msgid "Removing worktrees/%s: gitdir file does not exist"
12935 msgstr ""
12937 #: builtin/worktree.c:54
12938 #, c-format
12939 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12940 msgstr ""
12942 #: builtin/worktree.c:65
12943 #, c-format
12944 msgid "Removing worktrees/%s: invalid gitdir file"
12945 msgstr ""
12947 #: builtin/worktree.c:81
12948 #, c-format
12949 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12950 msgstr ""
12952 #: builtin/worktree.c:128
12953 msgid "report pruned working trees"
12954 msgstr ""
12956 #: builtin/worktree.c:130
12957 msgid "expire working trees older than <time>"
12958 msgstr ""
12960 #: builtin/worktree.c:204
12961 #, c-format
12962 msgid "'%s' already exists"
12963 msgstr ""
12965 #: builtin/worktree.c:235
12966 #, c-format
12967 msgid "could not create directory of '%s'"
12968 msgstr ""
12970 #: builtin/worktree.c:274
12971 #, c-format
12972 msgid "Preparing %s (identifier %s)"
12973 msgstr ""
12975 #: builtin/worktree.c:328
12976 msgid "checkout <branch> even if already checked out in other worktree"
12977 msgstr ""
12979 #: builtin/worktree.c:330
12980 msgid "create a new branch"
12981 msgstr ""
12983 #: builtin/worktree.c:332
12984 msgid "create or reset a branch"
12985 msgstr ""
12987 #: builtin/worktree.c:334
12988 msgid "populate the new working tree"
12989 msgstr ""
12991 #: builtin/worktree.c:335
12992 msgid "keep the new working tree locked"
12993 msgstr ""
12995 #: builtin/worktree.c:343
12996 msgid "-b, -B, and --detach are mutually exclusive"
12997 msgstr ""
12999 #: builtin/worktree.c:478
13000 msgid "reason for locking"
13001 msgstr ""
13003 #: builtin/worktree.c:490 builtin/worktree.c:523
13004 #, c-format
13005 msgid "'%s' is not a working tree"
13006 msgstr ""
13008 #: builtin/worktree.c:492 builtin/worktree.c:525
13009 msgid "The main working tree cannot be locked or unlocked"
13010 msgstr ""
13012 #: builtin/worktree.c:497
13013 #, c-format
13014 msgid "'%s' is already locked, reason: %s"
13015 msgstr ""
13017 #: builtin/worktree.c:499
13018 #, c-format
13019 msgid "'%s' is already locked"
13020 msgstr ""
13022 #: builtin/worktree.c:527
13023 #, c-format
13024 msgid "'%s' is not locked"
13025 msgstr ""
13027 #: builtin/write-tree.c:13
13028 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13029 msgstr ""
13031 #: builtin/write-tree.c:26
13032 msgid "<prefix>/"
13033 msgstr ""
13035 #: builtin/write-tree.c:27
13036 msgid "write tree object for a subdirectory <prefix>"
13037 msgstr ""
13039 #: builtin/write-tree.c:30
13040 msgid "only useful for debugging"
13041 msgstr ""
13043 #: upload-pack.c:22
13044 msgid "git upload-pack [<options>] <dir>"
13045 msgstr ""
13047 #: upload-pack.c:1040
13048 msgid "quit after a single request/response exchange"
13049 msgstr ""
13051 #: upload-pack.c:1042
13052 msgid "exit immediately after initial ref advertisement"
13053 msgstr ""
13055 #: upload-pack.c:1044
13056 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13057 msgstr ""
13059 #: upload-pack.c:1046
13060 msgid "interrupt transfer after <n> seconds of inactivity"
13061 msgstr ""
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 ""
13072 #: credential-cache--daemon.c:271
13073 msgid "print debugging messages to stderr"
13074 msgstr ""
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 ""
13083 #: http.c:336
13084 #, c-format
13085 msgid "negative value for http.postbuffer; defaulting to %d"
13086 msgstr ""
13088 #: http.c:357
13089 msgid "Delegation control is not supported with cURL < 7.22.0"
13090 msgstr ""
13092 #: http.c:366
13093 msgid "Public key pinning not supported with cURL < 7.44.0"
13094 msgstr ""
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 ""
13104 #: remote-curl.c:323
13105 #, c-format
13106 msgid "redirecting to %s"
13107 msgstr ""
13109 #: common-cmds.h:9
13110 msgid "start a working area (see also: git help tutorial)"
13111 msgstr ""
13113 #: common-cmds.h:10
13114 msgid "work on the current change (see also: git help everyday)"
13115 msgstr ""
13117 #: common-cmds.h:11
13118 msgid "examine the history and state (see also: git help revisions)"
13119 msgstr ""
13121 #: common-cmds.h:12
13122 msgid "grow, mark and tweak your common history"
13123 msgstr ""
13125 #: common-cmds.h:13
13126 msgid "collaborate (see also: git help workflows)"
13127 msgstr ""
13129 #: common-cmds.h:17
13130 msgid "Add file contents to the index"
13131 msgstr ""
13133 #: common-cmds.h:18
13134 msgid "Use binary search to find the commit that introduced a bug"
13135 msgstr ""
13137 #: common-cmds.h:19
13138 msgid "List, create, or delete branches"
13139 msgstr ""
13141 #: common-cmds.h:20
13142 msgid "Switch branches or restore working tree files"
13143 msgstr ""
13145 #: common-cmds.h:21
13146 msgid "Clone a repository into a new directory"
13147 msgstr ""
13149 #: common-cmds.h:22
13150 msgid "Record changes to the repository"
13151 msgstr ""
13153 #: common-cmds.h:23
13154 msgid "Show changes between commits, commit and working tree, etc"
13155 msgstr ""
13157 #: common-cmds.h:24
13158 msgid "Download objects and refs from another repository"
13159 msgstr ""
13161 #: common-cmds.h:25
13162 msgid "Print lines matching a pattern"
13163 msgstr ""
13165 #: common-cmds.h:26
13166 msgid "Create an empty Git repository or reinitialize an existing one"
13167 msgstr ""
13169 #: common-cmds.h:27
13170 msgid "Show commit logs"
13171 msgstr ""
13173 #: common-cmds.h:28
13174 msgid "Join two or more development histories together"
13175 msgstr ""
13177 #: common-cmds.h:29
13178 msgid "Move or rename a file, a directory, or a symlink"
13179 msgstr ""
13181 #: common-cmds.h:30
13182 msgid "Fetch from and integrate with another repository or a local branch"
13183 msgstr ""
13185 #: common-cmds.h:31
13186 msgid "Update remote refs along with associated objects"
13187 msgstr ""
13189 #: common-cmds.h:32
13190 msgid "Reapply commits on top of another base tip"
13191 msgstr ""
13193 #: common-cmds.h:33
13194 msgid "Reset current HEAD to the specified state"
13195 msgstr ""
13197 #: common-cmds.h:34
13198 msgid "Remove files from the working tree and from the index"
13199 msgstr ""
13201 #: common-cmds.h:35
13202 msgid "Show various types of objects"
13203 msgstr ""
13205 #: common-cmds.h:36
13206 msgid "Show the working tree status"
13207 msgstr ""
13209 #: common-cmds.h:37
13210 msgid "Create, list, delete or verify a tag object signed with GPG"
13211 msgstr ""
13213 #: parse-options.h:145
13214 msgid "expiry-date"
13215 msgstr ""
13217 #: parse-options.h:160
13218 msgid "no-op (backward compatibility)"
13219 msgstr ""
13221 #: parse-options.h:238
13222 msgid "be more verbose"
13223 msgstr ""
13225 #: parse-options.h:240
13226 msgid "be more quiet"
13227 msgstr ""
13229 #: parse-options.h:246
13230 msgid "use <n> digits to display SHA-1s"
13231 msgstr ""
13233 #: rerere.h:40
13234 msgid "update the index with reused conflict resolution if possible"
13235 msgstr ""
13237 #: git-bisect.sh:54
13238 msgid "You need to start by \"git bisect start\""
13239 msgstr ""
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 ""
13248 #: git-bisect.sh:121
13249 #, sh-format
13250 msgid "unrecognised option: '$arg'"
13251 msgstr ""
13253 #: git-bisect.sh:125
13254 #, sh-format
13255 msgid "'$arg' does not appear to be a valid revision"
13256 msgstr ""
13258 #: git-bisect.sh:154
13259 msgid "Bad HEAD - I need a HEAD"
13260 msgstr ""
13262 #: git-bisect.sh:167
13263 #, sh-format
13264 msgid ""
13265 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13266 msgstr ""
13268 #: git-bisect.sh:177
13269 msgid "won't bisect on cg-seek'ed tree"
13270 msgstr ""
13272 #: git-bisect.sh:181
13273 msgid "Bad HEAD - strange symbolic ref"
13274 msgstr ""
13276 #: git-bisect.sh:233
13277 #, sh-format
13278 msgid "Bad bisect_write argument: $state"
13279 msgstr ""
13281 #: git-bisect.sh:262
13282 #, sh-format
13283 msgid "Bad rev input: $arg"
13284 msgstr ""
13286 #: git-bisect.sh:281
13287 #, sh-format
13288 msgid "Bad rev input: $bisected_head"
13289 msgstr ""
13291 #: git-bisect.sh:290
13292 #, sh-format
13293 msgid "Bad rev input: $rev"
13294 msgstr ""
13296 #: git-bisect.sh:299
13297 #, sh-format
13298 msgid "'git bisect $TERM_BAD' can take only one argument."
13299 msgstr ""
13301 #: git-bisect.sh:322
13302 #, sh-format
13303 msgid "Warning: bisecting only with a $TERM_BAD commit."
13304 msgstr ""
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 ""
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 ""
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 ""
13328 #: git-bisect.sh:414 git-bisect.sh:546
13329 msgid "We are not bisecting."
13330 msgstr ""
13332 #: git-bisect.sh:421
13333 #, sh-format
13334 msgid "'$invalid' is not a valid commit"
13335 msgstr ""
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 ""
13344 #: git-bisect.sh:458
13345 msgid "No logfile given"
13346 msgstr ""
13348 #: git-bisect.sh:459
13349 #, sh-format
13350 msgid "cannot read $file for replaying"
13351 msgstr ""
13353 #: git-bisect.sh:480
13354 msgid "?? what are you talking about?"
13355 msgstr ""
13357 #: git-bisect.sh:492
13358 #, sh-format
13359 msgid "running $command"
13360 msgstr ""
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 ""
13369 #: git-bisect.sh:525
13370 msgid "bisect run cannot continue any more"
13371 msgstr ""
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 ""
13380 #: git-bisect.sh:538
13381 msgid "bisect run success"
13382 msgstr ""
13384 #: git-bisect.sh:565
13385 msgid "please use two different terms"
13386 msgstr ""
13388 #: git-bisect.sh:575
13389 #, sh-format
13390 msgid "'$term' is not a valid term"
13391 msgstr ""
13393 #: git-bisect.sh:578
13394 #, sh-format
13395 msgid "can't use the builtin command '$term' as a term"
13396 msgstr ""
13398 #: git-bisect.sh:587 git-bisect.sh:593
13399 #, sh-format
13400 msgid "can't change the meaning of term '$term'"
13401 msgstr ""
13403 #: git-bisect.sh:606
13404 #, sh-format
13405 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13406 msgstr ""
13408 #: git-bisect.sh:636
13409 msgid "no terms defined"
13410 msgstr ""
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 ""
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 ""
13425 #: git-merge-octopus.sh:61
13426 msgid "Automated merge did not work."
13427 msgstr ""
13429 #: git-merge-octopus.sh:62
13430 msgid "Should not be doing an octopus."
13431 msgstr ""
13433 #: git-merge-octopus.sh:73
13434 #, sh-format
13435 msgid "Unable to find common commit with $pretty_name"
13436 msgstr ""
13438 #: git-merge-octopus.sh:77
13439 #, sh-format
13440 msgid "Already up-to-date with $pretty_name"
13441 msgstr ""
13443 #: git-merge-octopus.sh:89
13444 #, sh-format
13445 msgid "Fast-forwarding to: $pretty_name"
13446 msgstr ""
13448 #: git-merge-octopus.sh:97
13449 #, sh-format
13450 msgid "Trying simple merge with $pretty_name"
13451 msgstr ""
13453 #: git-merge-octopus.sh:102
13454 msgid "Simple merge did not work, trying automatic merge."
13455 msgstr ""
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 ""
13465 #: git-rebase.sh:158 git-rebase.sh:397
13466 #, sh-format
13467 msgid "Could not move back to $head_name"
13468 msgstr ""
13470 #: git-rebase.sh:172
13471 #, sh-format
13472 msgid "Cannot store $stash_sha1"
13473 msgstr ""
13475 #: git-rebase.sh:212
13476 msgid "The pre-rebase hook refused to rebase."
13477 msgstr ""
13479 #: git-rebase.sh:217
13480 msgid "It looks like git-am is in progress. Cannot rebase."
13481 msgstr ""
13483 #: git-rebase.sh:358
13484 msgid "No rebase in progress?"
13485 msgstr ""
13487 #: git-rebase.sh:369
13488 msgid "The --edit-todo action can only be used during interactive rebase."
13489 msgstr ""
13491 #: git-rebase.sh:376
13492 msgid "Cannot read HEAD"
13493 msgstr ""
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 ""
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 ""
13514 #: git-rebase.sh:470
13515 #, sh-format
13516 msgid "invalid upstream $upstream_name"
13517 msgstr ""
13519 #: git-rebase.sh:494
13520 #, sh-format
13521 msgid "$onto_name: there are more than one merge bases"
13522 msgstr ""
13524 #: git-rebase.sh:497 git-rebase.sh:501
13525 #, sh-format
13526 msgid "$onto_name: there is no merge base"
13527 msgstr ""
13529 #: git-rebase.sh:506
13530 #, sh-format
13531 msgid "Does not point to a valid commit: $onto_name"
13532 msgstr ""
13534 #: git-rebase.sh:529
13535 #, sh-format
13536 msgid "fatal: no such branch: $branch_name"
13537 msgstr ""
13539 #: git-rebase.sh:562
13540 msgid "Cannot autostash"
13541 msgstr ""
13543 #: git-rebase.sh:567
13544 #, sh-format
13545 msgid "Created autostash: $stash_abbrev"
13546 msgstr ""
13548 #: git-rebase.sh:571
13549 msgid "Please commit or stash them."
13550 msgstr ""
13552 #: git-rebase.sh:591
13553 #, sh-format
13554 msgid "Current branch $branch_name is up to date."
13555 msgstr ""
13557 #: git-rebase.sh:595
13558 #, sh-format
13559 msgid "Current branch $branch_name is up to date, rebase forced."
13560 msgstr ""
13562 #: git-rebase.sh:606
13563 #, sh-format
13564 msgid "Changes from $mb to $onto:"
13565 msgstr ""
13567 #: git-rebase.sh:615
13568 msgid "First, rewinding head to replay your work on top of it..."
13569 msgstr ""
13571 #: git-rebase.sh:625
13572 #, sh-format
13573 msgid "Fast-forwarded $branch_name to $onto_name."
13574 msgstr ""
13576 #: git-stash.sh:53
13577 msgid "git stash clear with parameters is unimplemented"
13578 msgstr ""
13580 #: git-stash.sh:94
13581 msgid "You do not have the initial commit yet"
13582 msgstr ""
13584 #: git-stash.sh:109
13585 msgid "Cannot save the current index state"
13586 msgstr ""
13588 #: git-stash.sh:124
13589 msgid "Cannot save the untracked files"
13590 msgstr ""
13592 #: git-stash.sh:144 git-stash.sh:157
13593 msgid "Cannot save the current worktree state"
13594 msgstr ""
13596 #: git-stash.sh:161
13597 msgid "No changes selected"
13598 msgstr ""
13600 #: git-stash.sh:164
13601 msgid "Cannot remove temporary index (can't happen)"
13602 msgstr ""
13604 #: git-stash.sh:177
13605 msgid "Cannot record working tree state"
13606 msgstr ""
13608 #: git-stash.sh:209
13609 #, sh-format
13610 msgid "Cannot update $ref_stash with $w_commit"
13611 msgstr ""
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:
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 ""
13630 #: git-stash.sh:278
13631 msgid "Can't use --patch and --include-untracked or --all at the same time"
13632 msgstr ""
13634 #: git-stash.sh:286
13635 msgid "No local changes to save"
13636 msgstr ""
13638 #: git-stash.sh:291
13639 msgid "Cannot initialize stash"
13640 msgstr ""
13642 #: git-stash.sh:295
13643 msgid "Cannot save the current status"
13644 msgstr ""
13646 #: git-stash.sh:296
13647 #, sh-format
13648 msgid "Saved working directory and index state $stash_msg"
13649 msgstr ""
13651 #: git-stash.sh:323
13652 msgid "Cannot remove worktree changes"
13653 msgstr ""
13655 #: git-stash.sh:471
13656 #, sh-format
13657 msgid "unknown option: $opt"
13658 msgstr ""
13660 #: git-stash.sh:484
13661 msgid "No stash found."
13662 msgstr ""
13664 #: git-stash.sh:491
13665 #, sh-format
13666 msgid "Too many revisions specified: $REV"
13667 msgstr ""
13669 #: git-stash.sh:506
13670 #, sh-format
13671 msgid "$reference is not a valid reference"
13672 msgstr ""
13674 #: git-stash.sh:534
13675 #, sh-format
13676 msgid "'$args' is not a stash-like commit"
13677 msgstr ""
13679 #: git-stash.sh:545
13680 #, sh-format
13681 msgid "'$args' is not a stash reference"
13682 msgstr ""
13684 #: git-stash.sh:553
13685 msgid "unable to refresh index"
13686 msgstr ""
13688 #: git-stash.sh:557
13689 msgid "Cannot apply a stash in the middle of a merge"
13690 msgstr ""
13692 #: git-stash.sh:565
13693 msgid "Conflicts in index. Try without --index."
13694 msgstr ""
13696 #: git-stash.sh:567
13697 msgid "Could not save index tree"
13698 msgstr ""
13700 #: git-stash.sh:576
13701 msgid "Could not restore untracked files from stash"
13702 msgstr ""
13704 #: git-stash.sh:601
13705 msgid "Cannot unstage modified files"
13706 msgstr ""
13708 #: git-stash.sh:616
13709 msgid "Index was not unstashed."
13710 msgstr ""
13712 #: git-stash.sh:630
13713 msgid "The stash is kept in case you need it again."
13714 msgstr ""
13716 #: git-stash.sh:639
13717 #, sh-format
13718 msgid "Dropped ${REV} ($s)"
13719 msgstr ""
13721 #: git-stash.sh:640
13722 #, sh-format
13723 msgid "${REV}: Could not drop stash entry"
13724 msgstr ""
13726 #: git-stash.sh:648
13727 msgid "No branch name specified"
13728 msgstr ""
13730 #: git-stash.sh:727
13731 msgid "(To restore them type \"git stash apply\")"
13732 msgstr ""
13734 #: git-submodule.sh:181
13735 msgid "Relative path can only be used from the toplevel of the working tree"
13736 msgstr ""
13738 #: git-submodule.sh:191
13739 #, sh-format
13740 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13741 msgstr ""
13743 #: git-submodule.sh:210
13744 #, sh-format
13745 msgid "'$sm_path' already exists in the index"
13746 msgstr ""
13748 #: git-submodule.sh:213
13749 #, sh-format
13750 msgid "'$sm_path' already exists in the index and is not a submodule"
13751 msgstr ""
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 ""
13761 #: git-submodule.sh:236
13762 #, sh-format
13763 msgid "Adding existing repo at '$sm_path' to the index"
13764 msgstr ""
13766 #: git-submodule.sh:238
13767 #, sh-format
13768 msgid "'$sm_path' already exists and is not a valid git repo"
13769 msgstr ""
13771 #: git-submodule.sh:246
13772 #, sh-format
13773 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13774 msgstr ""
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 ""
13787 #: git-submodule.sh:254
13788 #, sh-format
13789 msgid "Reactivating local git directory for submodule '$sm_name'."
13790 msgstr ""
13792 #: git-submodule.sh:266
13793 #, sh-format
13794 msgid "Unable to checkout submodule '$sm_path'"
13795 msgstr ""
13797 #: git-submodule.sh:271
13798 #, sh-format
13799 msgid "Failed to add submodule '$sm_path'"
13800 msgstr ""
13802 #: git-submodule.sh:280
13803 #, sh-format
13804 msgid "Failed to register submodule '$sm_path'"
13805 msgstr ""
13807 #: git-submodule.sh:341
13808 #, sh-format
13809 msgid "Entering '$displaypath'"
13810 msgstr ""
13812 #: git-submodule.sh:361
13813 #, sh-format
13814 msgid "Stopping at '$displaypath'; script returned non-zero status."
13815 msgstr ""
13817 #: git-submodule.sh:432
13818 #, sh-format
13819 msgid "pathspec and --all are incompatible"
13820 msgstr ""
13822 #: git-submodule.sh:437
13823 #, sh-format
13824 msgid "Use '--all' if you really want to deinitialize all submodules"
13825 msgstr ""
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 ""
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 ""
13841 #: git-submodule.sh:468
13842 #, sh-format
13843 msgid "Cleared directory '$displaypath'"
13844 msgstr ""
13846 #: git-submodule.sh:469
13847 #, sh-format
13848 msgid "Could not remove submodule work tree '$displaypath'"
13849 msgstr ""
13851 #: git-submodule.sh:472
13852 #, sh-format
13853 msgid "Could not create empty submodule directory '$displaypath'"
13854 msgstr ""
13856 #: git-submodule.sh:481
13857 #, sh-format
13858 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13859 msgstr ""
13861 #: git-submodule.sh:637
13862 #, sh-format
13863 msgid "Unable to find current revision in submodule path '$displaypath'"
13864 msgstr ""
13866 #: git-submodule.sh:647
13867 #, sh-format
13868 msgid "Unable to fetch in submodule path '$sm_path'"
13869 msgstr ""
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 ""
13878 #: git-submodule.sh:670
13879 #, sh-format
13880 msgid "Unable to fetch in submodule path '$displaypath'"
13881 msgstr ""
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 ""
13890 #: git-submodule.sh:683
13891 #, sh-format
13892 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13893 msgstr ""
13895 #: git-submodule.sh:684
13896 #, sh-format
13897 msgid "Submodule path '$displaypath': checked out '$sha1'"
13898 msgstr ""
13900 #: git-submodule.sh:688
13901 #, sh-format
13902 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13903 msgstr ""
13905 #: git-submodule.sh:689
13906 #, sh-format
13907 msgid "Submodule path '$displaypath': rebased into '$sha1'"
13908 msgstr ""
13910 #: git-submodule.sh:694
13911 #, sh-format
13912 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13913 msgstr ""
13915 #: git-submodule.sh:695
13916 #, sh-format
13917 msgid "Submodule path '$displaypath': merged in '$sha1'"
13918 msgstr ""
13920 #: git-submodule.sh:700
13921 #, sh-format
13922 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13923 msgstr ""
13925 #: git-submodule.sh:701
13926 #, sh-format
13927 msgid "Submodule path '$displaypath': '$command $sha1'"
13928 msgstr ""
13930 #: git-submodule.sh:732
13931 #, sh-format
13932 msgid "Failed to recurse into submodule path '$displaypath'"
13933 msgstr ""
13935 #: git-submodule.sh:840
13936 msgid "The --cached option cannot be used with the --files option"
13937 msgstr ""
13939 #: git-submodule.sh:892
13940 #, sh-format
13941 msgid "unexpected mode $mod_dst"
13942 msgstr ""
13944 #: git-submodule.sh:912
13945 #, sh-format
13946 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13947 msgstr ""
13949 #: git-submodule.sh:915
13950 #, sh-format
13951 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13952 msgstr ""
13954 #: git-submodule.sh:918
13955 #, sh-format
13956 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13957 msgstr ""
13959 #: git-submodule.sh:1064
13960 #, sh-format
13961 msgid "Failed to recurse into submodule path '$sm_path'"
13962 msgstr ""
13964 #: git-submodule.sh:1136
13965 #, sh-format
13966 msgid "Synchronizing submodule url for '$displaypath'"
13967 msgstr ""
13969 #: git-parse-remote.sh:89
13970 #, sh-format
13971 msgid "See git-${cmd}(1) for details."
13972 msgstr ""
13974 #: git-rebase--interactive.sh:140
13975 #, sh-format
13976 msgid "Rebasing ($new_count/$total)"
13977 msgstr ""
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 ""
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 ""
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 ""
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 ""
14018 #: git-rebase--interactive.sh:236
14019 #, sh-format
14020 msgid "$sha1: not a commit that can be picked"
14021 msgstr ""
14023 #: git-rebase--interactive.sh:275
14024 #, sh-format
14025 msgid "Invalid commit name: $sha1"
14026 msgstr ""
14028 #: git-rebase--interactive.sh:317
14029 msgid "Cannot write current commit's replacement sha1"
14030 msgstr ""
14032 #: git-rebase--interactive.sh:369
14033 #, sh-format
14034 msgid "Fast-forward to $sha1"
14035 msgstr ""
14037 #: git-rebase--interactive.sh:371
14038 #, sh-format
14039 msgid "Cannot fast-forward to $sha1"
14040 msgstr ""
14042 #: git-rebase--interactive.sh:380
14043 #, sh-format
14044 msgid "Cannot move HEAD to $first_parent"
14045 msgstr ""
14047 #: git-rebase--interactive.sh:385
14048 #, sh-format
14049 msgid "Refusing to squash a merge: $sha1"
14050 msgstr ""
14052 #: git-rebase--interactive.sh:399
14053 #, sh-format
14054 msgid "Error redoing merge $sha1"
14055 msgstr ""
14057 #: git-rebase--interactive.sh:407
14058 #, sh-format
14059 msgid "Could not pick $sha1"
14060 msgstr ""
14062 #: git-rebase--interactive.sh:416
14063 #, sh-format
14064 msgid "This is the commit message #${n}:"
14065 msgstr ""
14067 #: git-rebase--interactive.sh:421
14068 #, sh-format
14069 msgid "The commit message #${n} will be skipped:"
14070 msgstr ""
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] ""
14079 #: git-rebase--interactive.sh:441
14080 #, sh-format
14081 msgid "Cannot write $fixup_msg"
14082 msgstr ""
14084 #: git-rebase--interactive.sh:444
14085 msgid "This is a combination of 2 commits."
14086 msgstr ""
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 ""
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 ""
14104 #: git-rebase--interactive.sh:574
14105 #, sh-format
14106 msgid "Stopped at $sha1_abbrev... $rest"
14107 msgstr ""
14109 #: git-rebase--interactive.sh:589
14110 #, sh-format
14111 msgid "Cannot '$squash_style' without a previous commit"
14112 msgstr ""
14114 #: git-rebase--interactive.sh:631
14115 #, sh-format
14116 msgid "Executing: $rest"
14117 msgstr ""
14119 #: git-rebase--interactive.sh:639
14120 #, sh-format
14121 msgid "Execution failed: $rest"
14122 msgstr ""
14124 #: git-rebase--interactive.sh:641
14125 msgid "and made changes to the index and/or the working tree"
14126 msgstr ""
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 ""
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 ""
14146 #: git-rebase--interactive.sh:667
14147 #, sh-format
14148 msgid "Unknown command: $command $sha1 $rest"
14149 msgstr ""
14151 #: git-rebase--interactive.sh:668
14152 msgid "Please fix this using 'git rebase --edit-todo'."
14153 msgstr ""
14155 #: git-rebase--interactive.sh:703
14156 #, sh-format
14157 msgid "Successfully rebased and updated $head_name."
14158 msgstr ""
14160 #: git-rebase--interactive.sh:750
14161 msgid "Could not skip unnecessary pick commands"
14162 msgstr ""
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 ""
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 ""
14178 #: git-rebase--interactive.sh:980
14179 msgid "could not detach HEAD"
14180 msgstr ""
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 ""
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 ""
14197 #: git-rebase--interactive.sh:1037
14198 #, sh-format
14199 msgid ""
14200 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14201 "Ignoring."
14202 msgstr ""
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 ""
14210 #: git-rebase--interactive.sh:1055
14211 msgid "Or you can abort the rebase with 'git rebase --abort'."
14212 msgstr ""
14214 #: git-rebase--interactive.sh:1083
14215 msgid "Could not remove CHERRY_PICK_HEAD"
14216 msgstr ""
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 ""
14236 #: git-rebase--interactive.sh:1105
14237 msgid "Error trying to find the author identity to amend commit"
14238 msgstr ""
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 ""
14246 #: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14247 msgid "Could not commit staged changes."
14248 msgstr ""
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 ""
14259 #: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14260 msgid "Could not execute editor"
14261 msgstr ""
14263 #: git-rebase--interactive.sh:1168
14264 #, sh-format
14265 msgid "Could not checkout $switch_to"
14266 msgstr ""
14268 #: git-rebase--interactive.sh:1173
14269 msgid "No HEAD?"
14270 msgstr ""
14272 #: git-rebase--interactive.sh:1174
14273 #, sh-format
14274 msgid "Could not create temporary $state_dir"
14275 msgstr ""
14277 #: git-rebase--interactive.sh:1176
14278 msgid "Could not mark as interactive"
14279 msgstr ""
14281 #: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14282 msgid "Could not init rewritten commits"
14283 msgstr ""
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] ""
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 ""
14299 #: git-rebase--interactive.sh:1303
14300 msgid "Note that empty commits are commented out"
14301 msgstr ""
14303 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14304 #, sh-format
14305 msgid "usage: $dashless $USAGE"
14306 msgstr ""
14308 #: git-sh-setup.sh:190
14309 #, sh-format
14310 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14311 msgstr ""
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 ""
14318 #: git-sh-setup.sh:220
14319 msgid "Cannot rebase: You have unstaged changes."
14320 msgstr ""
14322 #: git-sh-setup.sh:223
14323 msgid "Cannot rewrite branches: You have unstaged changes."
14324 msgstr ""
14326 #: git-sh-setup.sh:226
14327 msgid "Cannot pull with rebase: You have unstaged changes."
14328 msgstr ""
14330 #: git-sh-setup.sh:229
14331 #, sh-format
14332 msgid "Cannot $action: You have unstaged changes."
14333 msgstr ""
14335 #: git-sh-setup.sh:242
14336 msgid "Cannot rebase: Your index contains uncommitted changes."
14337 msgstr ""
14339 #: git-sh-setup.sh:245
14340 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14341 msgstr ""
14343 #: git-sh-setup.sh:248
14344 #, sh-format
14345 msgid "Cannot $action: Your index contains uncommitted changes."
14346 msgstr ""
14348 #: git-sh-setup.sh:252
14349 msgid "Additionally, your index contains uncommitted changes."
14350 msgstr ""
14352 #: git-sh-setup.sh:372
14353 msgid "You need to run this command from the toplevel of the working tree."
14354 msgstr ""
14356 #: git-sh-setup.sh:377
14357 msgid "Unable to determine absolute path of git directory"
14358 msgstr ""
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 ""
14366 #: git-add--interactive.perl:239
14367 msgid "staged"
14368 msgstr ""
14370 #: git-add--interactive.perl:239
14371 msgid "unstaged"
14372 msgstr ""
14374 #: git-add--interactive.perl:288 git-add--interactive.perl:313
14375 msgid "binary"
14376 msgstr ""
14378 #: git-add--interactive.perl:297 git-add--interactive.perl:351
14379 msgid "nothing"
14380 msgstr ""
14382 #: git-add--interactive.perl:333 git-add--interactive.perl:348
14383 msgid "unchanged"
14384 msgstr ""
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] ""
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] ""
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] ""
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] ""
14414 #: git-add--interactive.perl:662
14415 msgid "Update"
14416 msgstr ""
14418 #: git-add--interactive.perl:674
14419 msgid "Revert"
14420 msgstr ""
14422 #: git-add--interactive.perl:697
14423 #, perl-format
14424 msgid "note: %s is untracked now.\n"
14425 msgstr ""
14427 #: git-add--interactive.perl:708
14428 msgid "Add untracked"
14429 msgstr ""
14431 #: git-add--interactive.perl:714
14432 msgid "No untracked files.\n"
14433 msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
14465 #: git-add--interactive.perl:1058
14466 #, perl-format
14467 msgid "failed to open hunk edit file for writing: %s"
14468 msgstr ""
14470 #: git-add--interactive.perl:1059
14471 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14472 msgstr ""
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 ""
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 ""
14491 #: git-add--interactive.perl:1087
14492 #, perl-format
14493 msgid "failed to open hunk edit file for reading: %s"
14494 msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
14583 #: git-add--interactive.perl:1263
14584 msgid "The selected hunks do not apply to the index!\n"
14585 msgstr ""
14587 #: git-add--interactive.perl:1264
14588 msgid "Apply them to the worktree anyway? "
14589 msgstr ""
14591 #: git-add--interactive.perl:1267
14592 msgid "Nothing was applied.\n"
14593 msgstr ""
14595 #: git-add--interactive.perl:1278
14596 #, perl-format
14597 msgid "ignoring unmerged: %s\n"
14598 msgstr ""
14600 #: git-add--interactive.perl:1287
14601 msgid "Only binary files changed.\n"
14602 msgstr ""
14604 #: git-add--interactive.perl:1289
14605 msgid "No changes.\n"
14606 msgstr ""
14608 #: git-add--interactive.perl:1297
14609 msgid "Patch update"
14610 msgstr ""
14612 #: git-add--interactive.perl:1349
14613 #, perl-format
14614 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14615 msgstr ""
14617 #: git-add--interactive.perl:1350
14618 #, perl-format
14619 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14620 msgstr ""
14622 #: git-add--interactive.perl:1351
14623 #, perl-format
14624 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14625 msgstr ""
14627 #: git-add--interactive.perl:1354
14628 #, perl-format
14629 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14630 msgstr ""
14632 #: git-add--interactive.perl:1355
14633 #, perl-format
14634 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14635 msgstr ""
14637 #: git-add--interactive.perl:1356
14638 #, perl-format
14639 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14640 msgstr ""
14642 #: git-add--interactive.perl:1359
14643 #, perl-format
14644 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14645 msgstr ""
14647 #: git-add--interactive.perl:1360
14648 #, perl-format
14649 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14650 msgstr ""
14652 #: git-add--interactive.perl:1361
14653 #, perl-format
14654 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14655 msgstr ""
14657 #: git-add--interactive.perl:1364
14658 #, perl-format
14659 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14660 msgstr ""
14662 #: git-add--interactive.perl:1365
14663 #, perl-format
14664 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14665 msgstr ""
14667 #: git-add--interactive.perl:1366
14668 #, perl-format
14669 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14670 msgstr ""
14672 #: git-add--interactive.perl:1369
14673 #, perl-format
14674 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14675 msgstr ""
14677 #: git-add--interactive.perl:1370
14678 #, perl-format
14679 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14680 msgstr ""
14682 #: git-add--interactive.perl:1371
14683 #, perl-format
14684 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14685 msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
14717 #: git-add--interactive.perl:1484
14718 msgid "go to which hunk (<ret> to see more)? "
14719 msgstr ""
14721 #: git-add--interactive.perl:1486
14722 msgid "go to which hunk? "
14723 msgstr ""
14725 #: git-add--interactive.perl:1495
14726 #, perl-format
14727 msgid "Invalid number: '%s'\n"
14728 msgstr ""
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] ""
14737 #: git-add--interactive.perl:1526
14738 msgid "search for regex? "
14739 msgstr ""
14741 #: git-add--interactive.perl:1539
14742 #, perl-format
14743 msgid "Malformed search regexp %s: %s\n"
14744 msgstr ""
14746 #: git-add--interactive.perl:1549
14747 msgid "No hunk matches the given pattern\n"
14748 msgstr ""
14750 #: git-add--interactive.perl:1561 git-add--interactive.perl:1583
14751 msgid "No previous hunk\n"
14752 msgstr ""
14754 #: git-add--interactive.perl:1570 git-add--interactive.perl:1589
14755 msgid "No next hunk\n"
14756 msgstr ""
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] ""
14765 #: git-add--interactive.perl:1649
14766 msgid "Review diff"
14767 msgstr ""
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 ""
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 ""
14788 #: git-add--interactive.perl:1706
14789 #, perl-format
14790 msgid "unknown --patch mode: %s"
14791 msgstr ""
14793 #: git-add--interactive.perl:1712 git-add--interactive.perl:1718
14794 #, perl-format
14795 msgid "invalid argument %s, expecting --"
14796 msgstr ""
14798 #: git-send-email.perl:121
14799 msgid "local zone differs from GMT by a non-minute interval\n"
14800 msgstr ""
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 ""
14806 #: git-send-email.perl:202 git-send-email.perl:208
14807 msgid "the editor exited uncleanly, aborting everything"
14808 msgstr ""
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 ""
14816 #: git-send-email.perl:287
14817 #, perl-format
14818 msgid "'%s.final' contains the composed email.\n"
14819 msgstr ""
14821 #: git-send-email.perl:305
14822 msgid "--dump-aliases incompatible with other options\n"
14823 msgstr ""
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 ""
14829 #: git-send-email.perl:437
14830 #, perl-format
14831 msgid "Unknown --suppress-cc field: '%s'\n"
14832 msgstr ""
14834 #: git-send-email.perl:466
14835 #, perl-format
14836 msgid "Unknown --confirm setting: '%s'\n"
14837 msgstr ""
14839 #: git-send-email.perl:498
14840 #, perl-format
14841 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14842 msgstr ""
14844 #: git-send-email.perl:500
14845 #, perl-format
14846 msgid "warning: `:include:` not supported: %s\n"
14847 msgstr ""
14849 #: git-send-email.perl:502
14850 #, perl-format
14851 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14852 msgstr ""
14854 #: git-send-email.perl:507
14855 #, perl-format
14856 msgid "warning: sendmail line is not recognized: %s\n"
14857 msgstr ""
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 ""
14869 #: git-send-email.perl:610
14870 #, perl-format
14871 msgid "Failed to opendir %s: %s"
14872 msgstr ""
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 ""
14881 #: git-send-email.perl:645
14882 msgid ""
14883 "\n"
14884 "No patch files specified!\n"
14885 "\n"
14886 msgstr ""
14888 #: git-send-email.perl:658
14889 #, perl-format
14890 msgid "No subject line in %s?"
14891 msgstr ""
14893 #: git-send-email.perl:668
14894 #, perl-format
14895 msgid "Failed to open for writing %s: %s"
14896 msgstr ""
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 ""
14907 #: git-send-email.perl:701
14908 #, perl-format
14909 msgid "Failed to open %s.final: %s"
14910 msgstr ""
14912 #: git-send-email.perl:704
14913 #, perl-format
14914 msgid "Failed to open %s: %s"
14915 msgstr ""
14917 #: git-send-email.perl:739
14918 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14919 msgstr ""
14921 #: git-send-email.perl:748
14922 msgid "Summary email is empty, skipping it\n"
14923 msgstr ""
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 ""
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 ""
14937 #: git-send-email.perl:814
14938 msgid "Which 8bit encoding should I declare [UTF-8]? "
14939 msgstr ""
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 ""
14950 #: git-send-email.perl:841
14951 msgid "To whom should the emails be sent (if anyone)?"
14952 msgstr ""
14954 #: git-send-email.perl:859
14955 #, perl-format
14956 msgid "fatal: alias '%s' expands to itself\n"
14957 msgstr ""
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 ""
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 ""
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 ""
14975 #: git-send-email.perl:1234
14976 #, perl-format
14977 msgid "CA path \"%s\" does not exist"
14978 msgstr ""
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 ""
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 ""
15001 #: git-send-email.perl:1327
15002 msgid "Send this email reply required"
15003 msgstr ""
15005 #: git-send-email.perl:1353
15006 msgid "The required SMTP server is not properly defined."
15007 msgstr ""
15009 #: git-send-email.perl:1397
15010 #, perl-format
15011 msgid "Server does not support STARTTLS! %s"
15012 msgstr ""
15014 #: git-send-email.perl:1403
15015 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15016 msgstr ""
15018 #: git-send-email.perl:1421
15019 #, perl-format
15020 msgid "Failed to send %s\n"
15021 msgstr ""
15023 #: git-send-email.perl:1424
15024 #, perl-format
15025 msgid "Dry-Sent %s\n"
15026 msgstr ""
15028 #: git-send-email.perl:1424
15029 #, perl-format
15030 msgid "Sent %s\n"
15031 msgstr ""
15033 #: git-send-email.perl:1426
15034 msgid "Dry-OK. Log says:\n"
15035 msgstr ""
15037 #: git-send-email.perl:1426
15038 msgid "OK. Log says:\n"
15039 msgstr ""
15041 #: git-send-email.perl:1438
15042 msgid "Result: "
15043 msgstr ""
15045 #: git-send-email.perl:1441
15046 msgid "Result: OK\n"
15047 msgstr ""
15049 #: git-send-email.perl:1454
15050 #, perl-format
15051 msgid "can't open file %s"
15052 msgstr ""
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 ""
15059 #: git-send-email.perl:1507
15060 #, perl-format
15061 msgid "(mbox) Adding to: %s from line '%s'\n"
15062 msgstr ""
15064 #: git-send-email.perl:1555
15065 #, perl-format
15066 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15067 msgstr ""
15069 #: git-send-email.perl:1578
15070 #, perl-format
15071 msgid "(body) Adding cc: %s from line '%s'\n"
15072 msgstr ""
15074 #: git-send-email.perl:1676
15075 #, perl-format
15076 msgid "(%s) Could not execute '%s'"
15077 msgstr ""
15079 #: git-send-email.perl:1683
15080 #, perl-format
15081 msgid "(%s) Adding %s: %s from: '%s'\n"
15082 msgstr ""
15084 #: git-send-email.perl:1687
15085 #, perl-format
15086 msgid "(%s) failed to close pipe to '%s'"
15087 msgstr ""
15089 #: git-send-email.perl:1714
15090 msgid "cannot send message as 7bit"
15091 msgstr ""
15093 #: git-send-email.perl:1722
15094 msgid "invalid transfer encoding"
15095 msgstr ""
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 ""
15102 #: git-send-email.perl:1744
15103 #, perl-format
15104 msgid "%s: patch contains a line longer than 998 characters"
15105 msgstr ""
15107 #: git-send-email.perl:1760
15108 #, perl-format
15109 msgid "Skipping %s with backup suffix '%s'.\n"
15110 msgstr ""
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 ""