Merge branch 'cl/t9001-cleanup' into maint
[git.git] / po / git.pot
blobe36d187970974ddf7aafecd708d32e97d15dae39
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: 2018-01-07 07:50+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:62
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:90
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:92
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:94
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:96
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:98
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:100
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:108
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:116
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:121 builtin/merge.c:1213
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:123
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:124
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:130
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:58
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
94 #: apply.c:74
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
99 #: apply.c:122
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:124
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:127
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:138
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:141
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:821
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:830
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:904
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:942
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:948
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:949
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:954
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:983
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
159 #: apply.c:1301
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
164 #: apply.c:1473
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
169 #: apply.c:1542
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
174 #: apply.c:1562
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
185 #: apply.c:1575
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
190 #: apply.c:1763
191 msgid "new file depends on old contents"
192 msgstr ""
194 #: apply.c:1765
195 msgid "deleted file still has contents"
196 msgstr ""
198 #: apply.c:1799
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
203 #: apply.c:1836
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
208 #: apply.c:1838
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
213 #: apply.c:1841
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
218 #: apply.c:1988
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
223 #: apply.c:2025
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
228 #: apply.c:2185
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
233 #: apply.c:2271
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
238 #: apply.c:2275
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
243 #: apply.c:2934
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
248 #: apply.c:3055
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
255 #: apply.c:3067
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
260 #: apply.c:3073
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
267 #: apply.c:3095
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
272 #: apply.c:3103
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
277 #: apply.c:3149
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
282 #: apply.c:3159
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
288 #: apply.c:3167
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
293 #: apply.c:3185
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
298 #: apply.c:3198
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
303 #: apply.c:3204
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
308 #: apply.c:3225
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
313 #: apply.c:3347
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
323 #: apply.c:3404
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
328 #: apply.c:3433 apply.c:3673
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
333 #: apply.c:3516 apply.c:3687
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
338 #: apply.c:3525 apply.c:3695
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
343 #: apply.c:3560
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
347 #: apply.c:3563
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
352 #: apply.c:3579 apply.c:3583
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
357 #: apply.c:3595
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
362 #: apply.c:3609
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
367 #: apply.c:3614
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
372 #: apply.c:3640
373 msgid "removal patch leaves file contents"
374 msgstr ""
376 #: apply.c:3712
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
381 #: apply.c:3714
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
386 #: apply.c:3864 apply.c:3866
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
391 #: apply.c:3922
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
396 #: apply.c:3925
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
401 #: apply.c:3945
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
406 #: apply.c:3950
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
411 #: apply.c:3970
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
416 #: apply.c:3974
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
421 #: apply.c:3989
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
426 #: apply.c:4080
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
431 #: apply.c:4087
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
436 #: apply.c:4090
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
441 #: apply.c:4095 builtin/checkout.c:236 builtin/reset.c:148
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
446 #: apply.c:4099
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
451 #: apply.c:4109
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
456 #: apply.c:4247
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
461 #: apply.c:4282
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
466 #: apply.c:4288
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
471 #: apply.c:4296
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
476 #: apply.c:4302 apply.c:4446
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
481 #: apply.c:4343
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
486 #: apply.c:4347
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
491 #: apply.c:4417
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
496 #: apply.c:4515
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
501 #: apply.c:4523
502 msgid "internal error"
503 msgstr ""
505 #: apply.c:4526
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
512 #: apply.c:4537
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
517 #: apply.c:4545 builtin/fetch.c:761 builtin/fetch.c:1011
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
522 #: apply.c:4559
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
527 #: apply.c:4563
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
532 #: apply.c:4673
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
537 #: apply.c:4681
538 msgid "unrecognized input"
539 msgstr ""
541 #: apply.c:4700
542 msgid "unable to read index file"
543 msgstr ""
545 #: apply.c:4837
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
550 #: apply.c:4864
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
557 #: apply.c:4870 apply.c:4885
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
564 #: apply.c:4878
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
571 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
573 msgstr ""
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2220 builtin/am.c:2223
576 #: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
577 #: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
578 #: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
579 #: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
584 #: apply.c:4922
585 msgid "don't apply changes matching the given path"
586 msgstr ""
588 #: apply.c:4925
589 msgid "apply changes matching the given path"
590 msgstr ""
592 #: apply.c:4927 builtin/am.c:2229
593 msgid "num"
594 msgstr ""
596 #: apply.c:4928
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
600 #: apply.c:4931
601 msgid "ignore additions made by the patch"
602 msgstr ""
604 #: apply.c:4933
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
608 #: apply.c:4937
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
612 #: apply.c:4939
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
616 #: apply.c:4941
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
620 #: apply.c:4943
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
624 #: apply.c:4945
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
628 #: apply.c:4947
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
632 #: apply.c:4949
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
636 #: apply.c:4951
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
640 #: apply.c:4953
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
644 #: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
648 #: apply.c:4958
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
652 #: apply.c:4959 builtin/am.c:2208 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3009
655 msgid "action"
656 msgstr ""
658 #: apply.c:4960
659 msgid "detect new or modified lines that have whitespace errors"
660 msgstr ""
662 #: apply.c:4963 apply.c:4966
663 msgid "ignore changes in whitespace when finding context"
664 msgstr ""
666 #: apply.c:4969
667 msgid "apply the patch in reverse"
668 msgstr ""
670 #: apply.c:4971
671 msgid "don't expect at least one line of context"
672 msgstr ""
674 #: apply.c:4973
675 msgid "leave the rejected hunks in corresponding *.rej files"
676 msgstr ""
678 #: apply.c:4975
679 msgid "allow overlapping hunks"
680 msgstr ""
682 #: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
683 #: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
684 #: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
685 msgid "be verbose"
686 msgstr ""
688 #: apply.c:4978
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
690 msgstr ""
692 #: apply.c:4981
693 msgid "do not trust the line counts in the hunk headers"
694 msgstr ""
696 #: apply.c:4983 builtin/am.c:2217
697 msgid "root"
698 msgstr ""
700 #: apply.c:4984
701 msgid "prepend <root> to all filenames"
702 msgstr ""
704 #: archive.c:13
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
706 msgstr ""
708 #: archive.c:14
709 msgid "git archive --list"
710 msgstr ""
712 #: archive.c:15
713 msgid ""
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
715 msgstr ""
717 #: archive.c:16
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 msgstr ""
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
722 #, c-format
723 msgid "pathspec '%s' did not match any files"
724 msgstr ""
726 #: archive.c:436
727 msgid "fmt"
728 msgstr ""
730 #: archive.c:436
731 msgid "archive format"
732 msgstr ""
734 #: archive.c:437 builtin/log.c:1459
735 msgid "prefix"
736 msgstr ""
738 #: archive.c:438
739 msgid "prepend prefix to each pathname in the archive"
740 msgstr ""
742 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:62
743 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
744 #: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
746 #: parse-options.h:153
747 msgid "file"
748 msgstr ""
750 #: archive.c:440 builtin/archive.c:89
751 msgid "write the archive to this file"
752 msgstr ""
754 #: archive.c:442
755 msgid "read .gitattributes in working directory"
756 msgstr ""
758 #: archive.c:443
759 msgid "report archived files on stderr"
760 msgstr ""
762 #: archive.c:444
763 msgid "store only"
764 msgstr ""
766 #: archive.c:445
767 msgid "compress faster"
768 msgstr ""
770 #: archive.c:453
771 msgid "compress better"
772 msgstr ""
774 #: archive.c:456
775 msgid "list supported archive formats"
776 msgstr ""
778 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
779 #: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
780 msgid "repo"
781 msgstr ""
783 #: archive.c:459 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
785 msgstr ""
787 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
788 msgid "command"
789 msgstr ""
791 #: archive.c:461 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
793 msgstr ""
795 #: archive.c:468
796 msgid "Unexpected option --remote"
797 msgstr ""
799 #: archive.c:470
800 msgid "Option --exec can only be used together with --remote"
801 msgstr ""
803 #: archive.c:472
804 msgid "Unexpected option --output"
805 msgstr ""
807 #: archive.c:494
808 #, c-format
809 msgid "Unknown archive format '%s'"
810 msgstr ""
812 #: archive.c:501
813 #, c-format
814 msgid "Argument not supported for format '%s': -%d"
815 msgstr ""
817 #: attr.c:218
818 #, c-format
819 msgid "%.*s is not a valid attribute name"
820 msgstr ""
822 #: attr.c:415
823 msgid ""
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
826 msgstr ""
828 #: bisect.c:458
829 #, c-format
830 msgid "Badly quoted content in file '%s': %s"
831 msgstr ""
833 #: bisect.c:666
834 #, c-format
835 msgid "We cannot bisect more!\n"
836 msgstr ""
838 #: bisect.c:720
839 #, c-format
840 msgid "Not a valid commit name %s"
841 msgstr ""
843 #: bisect.c:744
844 #, c-format
845 msgid ""
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
848 msgstr ""
850 #: bisect.c:749
851 #, c-format
852 msgid ""
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
855 msgstr ""
857 #: bisect.c:754
858 #, c-format
859 msgid ""
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
862 msgstr ""
864 #: bisect.c:762
865 #, c-format
866 msgid ""
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
870 msgstr ""
872 #: bisect.c:775
873 #, c-format
874 msgid ""
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
878 msgstr ""
880 #: bisect.c:810
881 #, c-format
882 msgid "Bisecting: a merge base must be tested\n"
883 msgstr ""
885 #: bisect.c:862
886 #, c-format
887 msgid "a %s revision is needed"
888 msgstr ""
890 #: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
891 #, c-format
892 msgid "could not create file '%s'"
893 msgstr ""
895 #: bisect.c:930
896 #, c-format
897 msgid "could not read file '%s'"
898 msgstr ""
900 #: bisect.c:960
901 msgid "reading bisect refs failed"
902 msgstr ""
904 #: bisect.c:979
905 #, c-format
906 msgid "%s was both %s and %s\n"
907 msgstr ""
909 #: bisect.c:987
910 #, c-format
911 msgid ""
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
914 msgstr ""
916 #: bisect.c:1006
917 #, c-format
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
920 msgstr[0] ""
921 msgstr[1] ""
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
926 #: bisect.c:1012
927 #, c-format
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930 msgstr[0] ""
931 msgstr[1] ""
933 #: blame.c:1757
934 msgid "--contents and --reverse do not blend well."
935 msgstr ""
937 #: blame.c:1768
938 msgid "cannot use --contents with final commit object name"
939 msgstr ""
941 #: blame.c:1788
942 msgid "--reverse and --first-parent together require specified latest commit"
943 msgstr ""
945 #: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1177
946 #: sequencer.c:2370 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
947 #: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
948 #: builtin/shortlog.c:191
949 msgid "revision walk setup failed"
950 msgstr ""
952 #: blame.c:1815
953 msgid ""
954 "--reverse --first-parent together require range along first-parent chain"
955 msgstr ""
957 #: blame.c:1826
958 #, c-format
959 msgid "no such path %s in %s"
960 msgstr ""
962 #: blame.c:1837
963 #, c-format
964 msgid "cannot read blob %s for path %s"
965 msgstr ""
967 #: branch.c:53
968 #, c-format
969 msgid ""
970 "\n"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
974 msgstr ""
976 #: branch.c:67
977 #, c-format
978 msgid "Not setting branch %s as its own upstream."
979 msgstr ""
981 #: branch.c:93
982 #, c-format
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
984 msgstr ""
986 #: branch.c:94
987 #, c-format
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
989 msgstr ""
991 #: branch.c:98
992 #, c-format
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
994 msgstr ""
996 #: branch.c:99
997 #, c-format
998 msgid "Branch '%s' set up to track local branch '%s'."
999 msgstr ""
1001 #: branch.c:104
1002 #, c-format
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004 msgstr ""
1006 #: branch.c:105
1007 #, c-format
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1009 msgstr ""
1011 #: branch.c:109
1012 #, c-format
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014 msgstr ""
1016 #: branch.c:110
1017 #, c-format
1018 msgid "Branch '%s' set up to track local ref '%s'."
1019 msgstr ""
1021 #: branch.c:119
1022 msgid "Unable to write upstream branch configuration"
1023 msgstr ""
1025 #: branch.c:156
1026 #, c-format
1027 msgid "Not tracking: ambiguous information for ref %s"
1028 msgstr ""
1030 #: branch.c:189
1031 #, c-format
1032 msgid "'%s' is not a valid branch name."
1033 msgstr ""
1035 #: branch.c:208
1036 #, c-format
1037 msgid "A branch named '%s' already exists."
1038 msgstr ""
1040 #: branch.c:213
1041 msgid "Cannot force update the current branch."
1042 msgstr ""
1044 #: branch.c:233
1045 #, c-format
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047 msgstr ""
1049 #: branch.c:235
1050 #, c-format
1051 msgid "the requested upstream branch '%s' does not exist"
1052 msgstr ""
1054 #: branch.c:237
1055 msgid ""
1056 "\n"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1060 "\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1064 msgstr ""
1066 #: branch.c:280
1067 #, c-format
1068 msgid "Not a valid object name: '%s'."
1069 msgstr ""
1071 #: branch.c:300
1072 #, c-format
1073 msgid "Ambiguous object name: '%s'."
1074 msgstr ""
1076 #: branch.c:305
1077 #, c-format
1078 msgid "Not a valid branch point: '%s'."
1079 msgstr ""
1081 #: branch.c:359
1082 #, c-format
1083 msgid "'%s' is already checked out at '%s'"
1084 msgstr ""
1086 #: branch.c:382
1087 #, c-format
1088 msgid "HEAD of working tree %s is not updated"
1089 msgstr ""
1091 #: bundle.c:34
1092 #, c-format
1093 msgid "'%s' does not look like a v2 bundle file"
1094 msgstr ""
1096 #: bundle.c:62
1097 #, c-format
1098 msgid "unrecognized header: %s%s (%d)"
1099 msgstr ""
1101 #: bundle.c:88 sequencer.c:1360 sequencer.c:1807 sequencer.c:2637
1102 #: sequencer.c:2663 sequencer.c:2754 sequencer.c:2856 builtin/commit.c:782
1103 #, c-format
1104 msgid "could not open '%s'"
1105 msgstr ""
1107 #: bundle.c:140
1108 msgid "Repository lacks these prerequisite commits:"
1109 msgstr ""
1111 #: bundle.c:193
1112 #, c-format
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1115 msgstr[0] ""
1116 msgstr[1] ""
1118 #: bundle.c:200
1119 msgid "The bundle records a complete history."
1120 msgstr ""
1122 #: bundle.c:202
1123 #, c-format
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1126 msgstr[0] ""
1127 msgstr[1] ""
1129 #: bundle.c:261
1130 msgid "Could not spawn pack-objects"
1131 msgstr ""
1133 #: bundle.c:272
1134 msgid "pack-objects died"
1135 msgstr ""
1137 #: bundle.c:314
1138 msgid "rev-list died"
1139 msgstr ""
1141 #: bundle.c:363
1142 #, c-format
1143 msgid "ref '%s' is excluded by the rev-list options"
1144 msgstr ""
1146 #: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1147 #, c-format
1148 msgid "unrecognized argument: %s"
1149 msgstr ""
1151 #: bundle.c:461
1152 msgid "Refusing to create empty bundle."
1153 msgstr ""
1155 #: bundle.c:473
1156 #, c-format
1157 msgid "cannot create '%s'"
1158 msgstr ""
1160 #: bundle.c:501
1161 msgid "index-pack died"
1162 msgstr ""
1164 #: color.c:301
1165 #, c-format
1166 msgid "invalid color value: %.*s"
1167 msgstr ""
1169 #: commit.c:41 sequencer.c:1614 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1434 builtin/am.c:2069
1171 #, c-format
1172 msgid "could not parse %s"
1173 msgstr ""
1175 #: commit.c:43
1176 #, c-format
1177 msgid "%s %s is not a commit!"
1178 msgstr ""
1180 #: commit.c:1524
1181 msgid ""
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1185 msgstr ""
1187 #: compat/obstack.c:405 compat/obstack.c:407
1188 msgid "memory exhausted"
1189 msgstr ""
1191 #: config.c:186
1192 msgid "relative config include conditionals must come from files"
1193 msgstr ""
1195 #: config.c:720
1196 #, c-format
1197 msgid "bad config line %d in blob %s"
1198 msgstr ""
1200 #: config.c:724
1201 #, c-format
1202 msgid "bad config line %d in file %s"
1203 msgstr ""
1205 #: config.c:728
1206 #, c-format
1207 msgid "bad config line %d in standard input"
1208 msgstr ""
1210 #: config.c:732
1211 #, c-format
1212 msgid "bad config line %d in submodule-blob %s"
1213 msgstr ""
1215 #: config.c:736
1216 #, c-format
1217 msgid "bad config line %d in command line %s"
1218 msgstr ""
1220 #: config.c:740
1221 #, c-format
1222 msgid "bad config line %d in %s"
1223 msgstr ""
1225 #: config.c:868
1226 msgid "out of range"
1227 msgstr ""
1229 #: config.c:868
1230 msgid "invalid unit"
1231 msgstr ""
1233 #: config.c:874
1234 #, c-format
1235 msgid "bad numeric config value '%s' for '%s': %s"
1236 msgstr ""
1238 #: config.c:879
1239 #, c-format
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241 msgstr ""
1243 #: config.c:882
1244 #, c-format
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246 msgstr ""
1248 #: config.c:885
1249 #, c-format
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251 msgstr ""
1253 #: config.c:888
1254 #, c-format
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256 msgstr ""
1258 #: config.c:891
1259 #, c-format
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261 msgstr ""
1263 #: config.c:894
1264 #, c-format
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266 msgstr ""
1268 #: config.c:989
1269 #, c-format
1270 msgid "failed to expand user dir in: '%s'"
1271 msgstr ""
1273 #: config.c:998
1274 #, c-format
1275 msgid "'%s' for '%s' is not a valid timestamp"
1276 msgstr ""
1278 #: config.c:1094 config.c:1105
1279 #, c-format
1280 msgid "bad zlib compression level %d"
1281 msgstr ""
1283 #: config.c:1222
1284 #, c-format
1285 msgid "invalid mode for object creation: %s"
1286 msgstr ""
1288 #: config.c:1378
1289 #, c-format
1290 msgid "bad pack compression level %d"
1291 msgstr ""
1293 #: config.c:1574
1294 msgid "unable to parse command-line config"
1295 msgstr ""
1297 #: config.c:1906
1298 msgid "unknown error occurred while reading the configuration files"
1299 msgstr ""
1301 #: config.c:2093
1302 #, c-format
1303 msgid "Invalid %s: '%s'"
1304 msgstr ""
1306 #: config.c:2136
1307 #, c-format
1308 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1309 msgstr ""
1311 #: config.c:2162
1312 #, c-format
1313 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1314 msgstr ""
1316 #: config.c:2187
1317 #, c-format
1318 msgid "unable to parse '%s' from command-line config"
1319 msgstr ""
1321 #: config.c:2189
1322 #, c-format
1323 msgid "bad config variable '%s' in file '%s' at line %d"
1324 msgstr ""
1326 #: config.c:2248
1327 #, c-format
1328 msgid "%s has multiple values"
1329 msgstr ""
1331 #: config.c:2591 config.c:2808
1332 #, c-format
1333 msgid "fstat on %s failed"
1334 msgstr ""
1336 #: config.c:2698
1337 #, c-format
1338 msgid "could not set '%s' to '%s'"
1339 msgstr ""
1341 #: config.c:2700 builtin/remote.c:776
1342 #, c-format
1343 msgid "could not unset '%s'"
1344 msgstr ""
1346 #: connect.c:52
1347 msgid "The remote end hung up upon initial contact"
1348 msgstr ""
1350 #: connect.c:54
1351 msgid ""
1352 "Could not read from remote repository.\n"
1353 "\n"
1354 "Please make sure you have the correct access rights\n"
1355 "and the repository exists."
1356 msgstr ""
1358 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1359 msgid "Checking connectivity"
1360 msgstr ""
1362 #: connected.c:76
1363 msgid "Could not run 'git rev-list'"
1364 msgstr ""
1366 #: connected.c:96
1367 msgid "failed write to rev-list"
1368 msgstr ""
1370 #: connected.c:103
1371 msgid "failed to close rev-list's stdin"
1372 msgstr ""
1374 #: convert.c:205
1375 #, c-format
1376 msgid ""
1377 "CRLF will be replaced by LF in %s.\n"
1378 "The file will have its original line endings in your working directory."
1379 msgstr ""
1381 #: convert.c:209
1382 #, c-format
1383 msgid "CRLF would be replaced by LF in %s."
1384 msgstr ""
1386 #: convert.c:215
1387 #, c-format
1388 msgid ""
1389 "LF will be replaced by CRLF in %s.\n"
1390 "The file will have its original line endings in your working directory."
1391 msgstr ""
1393 #: convert.c:219
1394 #, c-format
1395 msgid "LF would be replaced by CRLF in %s"
1396 msgstr ""
1398 #: date.c:116
1399 msgid "in the future"
1400 msgstr ""
1402 #: date.c:122
1403 #, c-format
1404 msgid "%<PRIuMAX> second ago"
1405 msgid_plural "%<PRIuMAX> seconds ago"
1406 msgstr[0] ""
1407 msgstr[1] ""
1409 #: date.c:129
1410 #, c-format
1411 msgid "%<PRIuMAX> minute ago"
1412 msgid_plural "%<PRIuMAX> minutes ago"
1413 msgstr[0] ""
1414 msgstr[1] ""
1416 #: date.c:136
1417 #, c-format
1418 msgid "%<PRIuMAX> hour ago"
1419 msgid_plural "%<PRIuMAX> hours ago"
1420 msgstr[0] ""
1421 msgstr[1] ""
1423 #: date.c:143
1424 #, c-format
1425 msgid "%<PRIuMAX> day ago"
1426 msgid_plural "%<PRIuMAX> days ago"
1427 msgstr[0] ""
1428 msgstr[1] ""
1430 #: date.c:149
1431 #, c-format
1432 msgid "%<PRIuMAX> week ago"
1433 msgid_plural "%<PRIuMAX> weeks ago"
1434 msgstr[0] ""
1435 msgstr[1] ""
1437 #: date.c:156
1438 #, c-format
1439 msgid "%<PRIuMAX> month ago"
1440 msgid_plural "%<PRIuMAX> months ago"
1441 msgstr[0] ""
1442 msgstr[1] ""
1444 #: date.c:167
1445 #, c-format
1446 msgid "%<PRIuMAX> year"
1447 msgid_plural "%<PRIuMAX> years"
1448 msgstr[0] ""
1449 msgstr[1] ""
1451 #. TRANSLATORS: "%s" is "<n> years"
1452 #: date.c:170
1453 #, c-format
1454 msgid "%s, %<PRIuMAX> month ago"
1455 msgid_plural "%s, %<PRIuMAX> months ago"
1456 msgstr[0] ""
1457 msgstr[1] ""
1459 #: date.c:175 date.c:180
1460 #, c-format
1461 msgid "%<PRIuMAX> year ago"
1462 msgid_plural "%<PRIuMAX> years ago"
1463 msgstr[0] ""
1464 msgstr[1] ""
1466 #: diffcore-order.c:24
1467 #, c-format
1468 msgid "failed to read orderfile '%s'"
1469 msgstr ""
1471 #: diffcore-rename.c:535
1472 msgid "Performing inexact rename detection"
1473 msgstr ""
1475 #: diff.c:74
1476 #, c-format
1477 msgid "option '%s' requires a value"
1478 msgstr ""
1480 #: diff.c:152
1481 #, c-format
1482 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1483 msgstr ""
1485 #: diff.c:157
1486 #, c-format
1487 msgid "  Unknown dirstat parameter '%s'\n"
1488 msgstr ""
1490 #: diff.c:281
1491 msgid ""
1492 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1493 "'plain'"
1494 msgstr ""
1496 #: diff.c:341
1497 #, c-format
1498 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1499 msgstr ""
1501 #: diff.c:401
1502 #, c-format
1503 msgid ""
1504 "Found errors in 'diff.dirstat' config variable:\n"
1505 "%s"
1506 msgstr ""
1508 #: diff.c:3799
1509 #, c-format
1510 msgid "external diff died, stopping at %s"
1511 msgstr ""
1513 #: diff.c:4127
1514 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1515 msgstr ""
1517 #: diff.c:4215
1518 msgid "--follow requires exactly one pathspec"
1519 msgstr ""
1521 #: diff.c:4381
1522 #, c-format
1523 msgid ""
1524 "Failed to parse --dirstat/-X option parameter:\n"
1525 "%s"
1526 msgstr ""
1528 #: diff.c:4395
1529 #, c-format
1530 msgid "Failed to parse --submodule option parameter: '%s'"
1531 msgstr ""
1533 #: diff.c:5446
1534 msgid "inexact rename detection was skipped due to too many files."
1535 msgstr ""
1537 #: diff.c:5449
1538 msgid "only found copies from modified paths due to too many files."
1539 msgstr ""
1541 #: diff.c:5452
1542 #, c-format
1543 msgid ""
1544 "you may want to set your %s variable to at least %d and retry the command."
1545 msgstr ""
1547 #: dir.c:2100
1548 msgid "failed to get kernel name and information"
1549 msgstr ""
1551 #: dir.c:2219
1552 msgid "Untracked cache is disabled on this system or location."
1553 msgstr ""
1555 #: dir.c:3002 dir.c:3007
1556 #, c-format
1557 msgid "could not create directories for %s"
1558 msgstr ""
1560 #: dir.c:3032
1561 #, c-format
1562 msgid "could not migrate git directory from '%s' to '%s'"
1563 msgstr ""
1565 #: editor.c:61
1566 #, c-format
1567 msgid "hint: Waiting for your editor to close the file...%c"
1568 msgstr ""
1570 #: entry.c:177
1571 msgid "Filtering content"
1572 msgstr ""
1574 #: entry.c:435
1575 #, c-format
1576 msgid "could not stat file '%s'"
1577 msgstr ""
1579 #: fetch-pack.c:252
1580 msgid "git fetch-pack: expected shallow list"
1581 msgstr ""
1583 #: fetch-pack.c:264
1584 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1585 msgstr ""
1587 #: fetch-pack.c:283 builtin/archive.c:63
1588 #, c-format
1589 msgid "remote error: %s"
1590 msgstr ""
1592 #: fetch-pack.c:284
1593 #, c-format
1594 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1595 msgstr ""
1597 #: fetch-pack.c:336
1598 msgid "--stateless-rpc requires multi_ack_detailed"
1599 msgstr ""
1601 #: fetch-pack.c:422
1602 #, c-format
1603 msgid "invalid shallow line: %s"
1604 msgstr ""
1606 #: fetch-pack.c:428
1607 #, c-format
1608 msgid "invalid unshallow line: %s"
1609 msgstr ""
1611 #: fetch-pack.c:430
1612 #, c-format
1613 msgid "object not found: %s"
1614 msgstr ""
1616 #: fetch-pack.c:433
1617 #, c-format
1618 msgid "error in object: %s"
1619 msgstr ""
1621 #: fetch-pack.c:435
1622 #, c-format
1623 msgid "no shallow found: %s"
1624 msgstr ""
1626 #: fetch-pack.c:438
1627 #, c-format
1628 msgid "expected shallow/unshallow, got %s"
1629 msgstr ""
1631 #: fetch-pack.c:477
1632 #, c-format
1633 msgid "got %s %d %s"
1634 msgstr ""
1636 #: fetch-pack.c:491
1637 #, c-format
1638 msgid "invalid commit %s"
1639 msgstr ""
1641 #: fetch-pack.c:524
1642 msgid "giving up"
1643 msgstr ""
1645 #: fetch-pack.c:534 progress.c:229
1646 msgid "done"
1647 msgstr ""
1649 #: fetch-pack.c:546
1650 #, c-format
1651 msgid "got %s (%d) %s"
1652 msgstr ""
1654 #: fetch-pack.c:592
1655 #, c-format
1656 msgid "Marking %s as complete"
1657 msgstr ""
1659 #: fetch-pack.c:777
1660 #, c-format
1661 msgid "already have %s (%s)"
1662 msgstr ""
1664 #: fetch-pack.c:815
1665 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1666 msgstr ""
1668 #: fetch-pack.c:823
1669 msgid "protocol error: bad pack header"
1670 msgstr ""
1672 #: fetch-pack.c:879
1673 #, c-format
1674 msgid "fetch-pack: unable to fork off %s"
1675 msgstr ""
1677 #: fetch-pack.c:895
1678 #, c-format
1679 msgid "%s failed"
1680 msgstr ""
1682 #: fetch-pack.c:897
1683 msgid "error in sideband demultiplexer"
1684 msgstr ""
1686 #: fetch-pack.c:924
1687 msgid "Server does not support shallow clients"
1688 msgstr ""
1690 #: fetch-pack.c:928
1691 msgid "Server supports multi_ack_detailed"
1692 msgstr ""
1694 #: fetch-pack.c:931
1695 msgid "Server supports no-done"
1696 msgstr ""
1698 #: fetch-pack.c:937
1699 msgid "Server supports multi_ack"
1700 msgstr ""
1702 #: fetch-pack.c:941
1703 msgid "Server supports side-band-64k"
1704 msgstr ""
1706 #: fetch-pack.c:945
1707 msgid "Server supports side-band"
1708 msgstr ""
1710 #: fetch-pack.c:949
1711 msgid "Server supports allow-tip-sha1-in-want"
1712 msgstr ""
1714 #: fetch-pack.c:953
1715 msgid "Server supports allow-reachable-sha1-in-want"
1716 msgstr ""
1718 #: fetch-pack.c:963
1719 msgid "Server supports ofs-delta"
1720 msgstr ""
1722 #: fetch-pack.c:970
1723 #, c-format
1724 msgid "Server version is %.*s"
1725 msgstr ""
1727 #: fetch-pack.c:976
1728 msgid "Server does not support --shallow-since"
1729 msgstr ""
1731 #: fetch-pack.c:980
1732 msgid "Server does not support --shallow-exclude"
1733 msgstr ""
1735 #: fetch-pack.c:982
1736 msgid "Server does not support --deepen"
1737 msgstr ""
1739 #: fetch-pack.c:993
1740 msgid "no common commits"
1741 msgstr ""
1743 #: fetch-pack.c:1005
1744 msgid "git fetch-pack: fetch failed."
1745 msgstr ""
1747 #: fetch-pack.c:1167
1748 msgid "no matching remote head"
1749 msgstr ""
1751 #: fetch-pack.c:1189
1752 #, c-format
1753 msgid "no such remote ref %s"
1754 msgstr ""
1756 #: fetch-pack.c:1192
1757 #, c-format
1758 msgid "Server does not allow request for unadvertised object %s"
1759 msgstr ""
1761 #: gpg-interface.c:181
1762 msgid "gpg failed to sign the data"
1763 msgstr ""
1765 #: gpg-interface.c:211
1766 msgid "could not create temporary file"
1767 msgstr ""
1769 #: gpg-interface.c:214
1770 #, c-format
1771 msgid "failed writing detached signature to '%s'"
1772 msgstr ""
1774 #: graph.c:97
1775 #, c-format
1776 msgid "ignore invalid color '%.*s' in log.graphColors"
1777 msgstr ""
1779 #: grep.c:2017
1780 #, c-format
1781 msgid "'%s': unable to read %s"
1782 msgstr ""
1784 #: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1785 #, c-format
1786 msgid "failed to stat '%s'"
1787 msgstr ""
1789 #: grep.c:2045
1790 #, c-format
1791 msgid "'%s': short read"
1792 msgstr ""
1794 #: help.c:179
1795 #, c-format
1796 msgid "available git commands in '%s'"
1797 msgstr ""
1799 #: help.c:186
1800 msgid "git commands available from elsewhere on your $PATH"
1801 msgstr ""
1803 #: help.c:217
1804 msgid "These are common Git commands used in various situations:"
1805 msgstr ""
1807 #: help.c:281
1808 #, c-format
1809 msgid ""
1810 "'%s' appears to be a git command, but we were not\n"
1811 "able to execute it. Maybe git-%s is broken?"
1812 msgstr ""
1814 #: help.c:336
1815 msgid "Uh oh. Your system reports no Git commands at all."
1816 msgstr ""
1818 #: help.c:358
1819 #, c-format
1820 msgid "WARNING: You called a Git command named '%s', which does not exist."
1821 msgstr ""
1823 #: help.c:363
1824 #, c-format
1825 msgid "Continuing under the assumption that you meant '%s'."
1826 msgstr ""
1828 #: help.c:368
1829 #, c-format
1830 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1831 msgstr ""
1833 #: help.c:376
1834 #, c-format
1835 msgid "git: '%s' is not a git command. See 'git --help'."
1836 msgstr ""
1838 #: help.c:380
1839 msgid ""
1840 "\n"
1841 "The most similar command is"
1842 msgid_plural ""
1843 "\n"
1844 "The most similar commands are"
1845 msgstr[0] ""
1846 msgstr[1] ""
1848 #: help.c:395
1849 msgid "git version [<options>]"
1850 msgstr ""
1852 #: help.c:462
1853 #, c-format
1854 msgid "%s: %s - %s"
1855 msgstr ""
1857 #: help.c:466
1858 msgid ""
1859 "\n"
1860 "Did you mean this?"
1861 msgid_plural ""
1862 "\n"
1863 "Did you mean one of these?"
1864 msgstr[0] ""
1865 msgstr[1] ""
1867 #: ident.c:342
1868 msgid ""
1869 "\n"
1870 "*** Please tell me who you are.\n"
1871 "\n"
1872 "Run\n"
1873 "\n"
1874 "  git config --global user.email \"you@example.com\"\n"
1875 "  git config --global user.name \"Your Name\"\n"
1876 "\n"
1877 "to set your account's default identity.\n"
1878 "Omit --global to set the identity only in this repository.\n"
1879 "\n"
1880 msgstr ""
1882 #: ident.c:366
1883 msgid "no email was given and auto-detection is disabled"
1884 msgstr ""
1886 #: ident.c:371
1887 #, c-format
1888 msgid "unable to auto-detect email address (got '%s')"
1889 msgstr ""
1891 #: ident.c:381
1892 msgid "no name was given and auto-detection is disabled"
1893 msgstr ""
1895 #: ident.c:387
1896 #, c-format
1897 msgid "unable to auto-detect name (got '%s')"
1898 msgstr ""
1900 #: ident.c:395
1901 #, c-format
1902 msgid "empty ident name (for <%s>) not allowed"
1903 msgstr ""
1905 #: ident.c:401
1906 #, c-format
1907 msgid "name consists only of disallowed characters: %s"
1908 msgstr ""
1910 #: ident.c:416 builtin/commit.c:616
1911 #, c-format
1912 msgid "invalid date format: %s"
1913 msgstr ""
1915 #: list-objects-filter-options.c:30
1916 msgid "multiple object filter types cannot be combined"
1917 msgstr ""
1919 #: list-objects-filter-options.c:41 list-objects-filter-options.c:68
1920 #, c-format
1921 msgid "invalid filter-spec expression '%s'"
1922 msgstr ""
1924 #: lockfile.c:151
1925 #, c-format
1926 msgid ""
1927 "Unable to create '%s.lock': %s.\n"
1928 "\n"
1929 "Another git process seems to be running in this repository, e.g.\n"
1930 "an editor opened by 'git commit'. Please make sure all processes\n"
1931 "are terminated then try again. If it still fails, a git process\n"
1932 "may have crashed in this repository earlier:\n"
1933 "remove the file manually to continue."
1934 msgstr ""
1936 #: lockfile.c:159
1937 #, c-format
1938 msgid "Unable to create '%s.lock': %s"
1939 msgstr ""
1941 #: merge.c:74
1942 msgid "failed to read the cache"
1943 msgstr ""
1945 #: merge.c:128 builtin/am.c:1943 builtin/am.c:1977 builtin/checkout.c:379
1946 #: builtin/checkout.c:600 builtin/clone.c:754
1947 msgid "unable to write new index file"
1948 msgstr ""
1950 #: merge-recursive.c:235
1951 msgid "(bad commit)\n"
1952 msgstr ""
1954 #: merge-recursive.c:257 merge-recursive.c:265
1955 #, c-format
1956 msgid "addinfo_cache failed for path '%s'"
1957 msgstr ""
1959 #: merge-recursive.c:329
1960 msgid "error building trees"
1961 msgstr ""
1963 #: merge-recursive.c:752
1964 #, c-format
1965 msgid "failed to create path '%s'%s"
1966 msgstr ""
1968 #: merge-recursive.c:763
1969 #, c-format
1970 msgid "Removing %s to make room for subdirectory\n"
1971 msgstr ""
1973 #: merge-recursive.c:777 merge-recursive.c:796
1974 msgid ": perhaps a D/F conflict?"
1975 msgstr ""
1977 #: merge-recursive.c:786
1978 #, c-format
1979 msgid "refusing to lose untracked file at '%s'"
1980 msgstr ""
1982 #: merge-recursive.c:828 builtin/cat-file.c:37
1983 #, c-format
1984 msgid "cannot read object %s '%s'"
1985 msgstr ""
1987 #: merge-recursive.c:830
1988 #, c-format
1989 msgid "blob expected for %s '%s'"
1990 msgstr ""
1992 #: merge-recursive.c:854
1993 #, c-format
1994 msgid "failed to open '%s': %s"
1995 msgstr ""
1997 #: merge-recursive.c:865
1998 #, c-format
1999 msgid "failed to symlink '%s': %s"
2000 msgstr ""
2002 #: merge-recursive.c:870
2003 #, c-format
2004 msgid "do not know what to do with %06o %s '%s'"
2005 msgstr ""
2007 #: merge-recursive.c:1010
2008 msgid "Failed to execute internal merge"
2009 msgstr ""
2011 #: merge-recursive.c:1014
2012 #, c-format
2013 msgid "Unable to add %s to database"
2014 msgstr ""
2016 #: merge-recursive.c:1117
2017 #, c-format
2018 msgid ""
2019 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2020 "in tree."
2021 msgstr ""
2023 #: merge-recursive.c:1122
2024 #, c-format
2025 msgid ""
2026 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2027 "left in tree."
2028 msgstr ""
2030 #: merge-recursive.c:1129
2031 #, c-format
2032 msgid ""
2033 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2034 "in tree at %s."
2035 msgstr ""
2037 #: merge-recursive.c:1134
2038 #, c-format
2039 msgid ""
2040 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2041 "left in tree at %s."
2042 msgstr ""
2044 #: merge-recursive.c:1168
2045 msgid "rename"
2046 msgstr ""
2048 #: merge-recursive.c:1168
2049 msgid "renamed"
2050 msgstr ""
2052 #: merge-recursive.c:1225
2053 #, c-format
2054 msgid "%s is a directory in %s adding as %s instead"
2055 msgstr ""
2057 #: merge-recursive.c:1250
2058 #, c-format
2059 msgid ""
2060 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2061 "\"->\"%s\" in \"%s\"%s"
2062 msgstr ""
2064 #: merge-recursive.c:1255
2065 msgid " (left unresolved)"
2066 msgstr ""
2068 #: merge-recursive.c:1317
2069 #, c-format
2070 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2071 msgstr ""
2073 #: merge-recursive.c:1350
2074 #, c-format
2075 msgid "Renaming %s to %s and %s to %s instead"
2076 msgstr ""
2078 #: merge-recursive.c:1553
2079 #, c-format
2080 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2081 msgstr ""
2083 #: merge-recursive.c:1568
2084 #, c-format
2085 msgid "Adding merged %s"
2086 msgstr ""
2088 #: merge-recursive.c:1575 merge-recursive.c:1805
2089 #, c-format
2090 msgid "Adding as %s instead"
2091 msgstr ""
2093 #: merge-recursive.c:1632
2094 #, c-format
2095 msgid "cannot read object %s"
2096 msgstr ""
2098 #: merge-recursive.c:1635
2099 #, c-format
2100 msgid "object %s is not a blob"
2101 msgstr ""
2103 #: merge-recursive.c:1704
2104 msgid "modify"
2105 msgstr ""
2107 #: merge-recursive.c:1704
2108 msgid "modified"
2109 msgstr ""
2111 #: merge-recursive.c:1714
2112 msgid "content"
2113 msgstr ""
2115 #: merge-recursive.c:1721
2116 msgid "add/add"
2117 msgstr ""
2119 #: merge-recursive.c:1757
2120 #, c-format
2121 msgid "Skipped %s (merged same as existing)"
2122 msgstr ""
2124 #: merge-recursive.c:1771
2125 #, c-format
2126 msgid "Auto-merging %s"
2127 msgstr ""
2129 #: merge-recursive.c:1775 git-submodule.sh:932
2130 msgid "submodule"
2131 msgstr ""
2133 #: merge-recursive.c:1776
2134 #, c-format
2135 msgid "CONFLICT (%s): Merge conflict in %s"
2136 msgstr ""
2138 #: merge-recursive.c:1870
2139 #, c-format
2140 msgid "Removing %s"
2141 msgstr ""
2143 #: merge-recursive.c:1896
2144 msgid "file/directory"
2145 msgstr ""
2147 #: merge-recursive.c:1902
2148 msgid "directory/file"
2149 msgstr ""
2151 #: merge-recursive.c:1909
2152 #, c-format
2153 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2154 msgstr ""
2156 #: merge-recursive.c:1918
2157 #, c-format
2158 msgid "Adding %s"
2159 msgstr ""
2161 #: merge-recursive.c:1958
2162 #, c-format
2163 msgid "Dirty index: cannot merge (dirty: %s)"
2164 msgstr ""
2166 #: merge-recursive.c:1962
2167 msgid "Already up to date!"
2168 msgstr ""
2170 #: merge-recursive.c:1971
2171 #, c-format
2172 msgid "merging of trees %s and %s failed"
2173 msgstr ""
2175 #: merge-recursive.c:2068
2176 msgid "Merging:"
2177 msgstr ""
2179 #: merge-recursive.c:2081
2180 #, c-format
2181 msgid "found %u common ancestor:"
2182 msgid_plural "found %u common ancestors:"
2183 msgstr[0] ""
2184 msgstr[1] ""
2186 #: merge-recursive.c:2120
2187 msgid "merge returned no commit"
2188 msgstr ""
2190 #: merge-recursive.c:2183
2191 #, c-format
2192 msgid "Could not parse object '%s'"
2193 msgstr ""
2195 #: merge-recursive.c:2197 builtin/merge.c:656 builtin/merge.c:815
2196 msgid "Unable to write index."
2197 msgstr ""
2199 #: notes-merge.c:272
2200 #, c-format
2201 msgid ""
2202 "You have not concluded your previous notes merge (%s exists).\n"
2203 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2204 "commit/abort the previous merge before you start a new notes merge."
2205 msgstr ""
2207 #: notes-merge.c:279
2208 #, c-format
2209 msgid "You have not concluded your notes merge (%s exists)."
2210 msgstr ""
2212 #: notes-utils.c:42
2213 msgid "Cannot commit uninitialized/unreferenced notes tree"
2214 msgstr ""
2216 #: notes-utils.c:101
2217 #, c-format
2218 msgid "Bad notes.rewriteMode value: '%s'"
2219 msgstr ""
2221 #: notes-utils.c:111
2222 #, c-format
2223 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2224 msgstr ""
2226 #. TRANSLATORS: The first %s is the name of
2227 #. the environment variable, the second %s is
2228 #. its value.
2230 #: notes-utils.c:141
2231 #, c-format
2232 msgid "Bad %s value: '%s'"
2233 msgstr ""
2235 #: object.c:239
2236 #, c-format
2237 msgid "unable to parse object: %s"
2238 msgstr ""
2240 #: packfile.c:556
2241 msgid "offset before end of packfile (broken .idx?)"
2242 msgstr ""
2244 #: packfile.c:1683
2245 #, c-format
2246 msgid "offset before start of pack index for %s (corrupt index?)"
2247 msgstr ""
2249 #: packfile.c:1687
2250 #, c-format
2251 msgid "offset beyond end of pack index for %s (truncated index?)"
2252 msgstr ""
2254 #: parse-options.c:573
2255 msgid "..."
2256 msgstr ""
2258 #: parse-options.c:592
2259 #, c-format
2260 msgid "usage: %s"
2261 msgstr ""
2263 #. TRANSLATORS: the colon here should align with the
2264 #. one in "usage: %s" translation.
2266 #: parse-options.c:598
2267 #, c-format
2268 msgid "   or: %s"
2269 msgstr ""
2271 #: parse-options.c:601
2272 #, c-format
2273 msgid "    %s"
2274 msgstr ""
2276 #: parse-options.c:640
2277 msgid "-NUM"
2278 msgstr ""
2280 #: parse-options-cb.c:108
2281 #, c-format
2282 msgid "malformed object name '%s'"
2283 msgstr ""
2285 #: path.c:891
2286 #, c-format
2287 msgid "Could not make %s writable by group"
2288 msgstr ""
2290 #: pathspec.c:129
2291 msgid "Escape character '\\' not allowed as last character in attr value"
2292 msgstr ""
2294 #: pathspec.c:147
2295 msgid "Only one 'attr:' specification is allowed."
2296 msgstr ""
2298 #: pathspec.c:150
2299 msgid "attr spec must not be empty"
2300 msgstr ""
2302 #: pathspec.c:193
2303 #, c-format
2304 msgid "invalid attribute name %s"
2305 msgstr ""
2307 #: pathspec.c:258
2308 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2309 msgstr ""
2311 #: pathspec.c:265
2312 msgid ""
2313 "global 'literal' pathspec setting is incompatible with all other global "
2314 "pathspec settings"
2315 msgstr ""
2317 #: pathspec.c:305
2318 msgid "invalid parameter for pathspec magic 'prefix'"
2319 msgstr ""
2321 #: pathspec.c:326
2322 #, c-format
2323 msgid "Invalid pathspec magic '%.*s' in '%s'"
2324 msgstr ""
2326 #: pathspec.c:331
2327 #, c-format
2328 msgid "Missing ')' at the end of pathspec magic in '%s'"
2329 msgstr ""
2331 #: pathspec.c:369
2332 #, c-format
2333 msgid "Unimplemented pathspec magic '%c' in '%s'"
2334 msgstr ""
2336 #: pathspec.c:428
2337 #, c-format
2338 msgid "%s: 'literal' and 'glob' are incompatible"
2339 msgstr ""
2341 #: pathspec.c:441
2342 #, c-format
2343 msgid "%s: '%s' is outside repository"
2344 msgstr ""
2346 #: pathspec.c:515
2347 #, c-format
2348 msgid "'%s' (mnemonic: '%c')"
2349 msgstr ""
2351 #: pathspec.c:525
2352 #, c-format
2353 msgid "%s: pathspec magic not supported by this command: %s"
2354 msgstr ""
2356 #: pathspec.c:592
2357 #, c-format
2358 msgid "pathspec '%s' is beyond a symbolic link"
2359 msgstr ""
2361 #: pretty.c:962
2362 msgid "unable to parse --pretty format"
2363 msgstr ""
2365 #: read-cache.c:1472
2366 #, c-format
2367 msgid ""
2368 "index.version set, but the value is invalid.\n"
2369 "Using version %i"
2370 msgstr ""
2372 #: read-cache.c:1482
2373 #, c-format
2374 msgid ""
2375 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2376 "Using version %i"
2377 msgstr ""
2379 #: read-cache.c:2370 sequencer.c:2731 wrapper.c:658 builtin/merge.c:1048
2380 #, c-format
2381 msgid "could not close '%s'"
2382 msgstr ""
2384 #: read-cache.c:2442 sequencer.c:1369 sequencer.c:2096
2385 #, c-format
2386 msgid "could not stat '%s'"
2387 msgstr ""
2389 #: read-cache.c:2455
2390 #, c-format
2391 msgid "unable to open git dir: %s"
2392 msgstr ""
2394 #: read-cache.c:2467
2395 #, c-format
2396 msgid "unable to unlink: %s"
2397 msgstr ""
2399 #: refs.c:706
2400 #, c-format
2401 msgid "Could not open '%s' for writing"
2402 msgstr ""
2404 #: refs.c:1850
2405 msgid "ref updates forbidden inside quarantine environment"
2406 msgstr ""
2408 #: refs/files-backend.c:1189
2409 #, c-format
2410 msgid "could not remove reference %s"
2411 msgstr ""
2413 #: refs/files-backend.c:1203 refs/packed-backend.c:1524
2414 #: refs/packed-backend.c:1534
2415 #, c-format
2416 msgid "could not delete reference %s: %s"
2417 msgstr ""
2419 #: refs/files-backend.c:1206 refs/packed-backend.c:1537
2420 #, c-format
2421 msgid "could not delete references: %s"
2422 msgstr ""
2424 #: ref-filter.c:35 wt-status.c:1816
2425 msgid "gone"
2426 msgstr ""
2428 #: ref-filter.c:36
2429 #, c-format
2430 msgid "ahead %d"
2431 msgstr ""
2433 #: ref-filter.c:37
2434 #, c-format
2435 msgid "behind %d"
2436 msgstr ""
2438 #: ref-filter.c:38
2439 #, c-format
2440 msgid "ahead %d, behind %d"
2441 msgstr ""
2443 #: ref-filter.c:107
2444 #, c-format
2445 msgid "expected format: %%(color:<color>)"
2446 msgstr ""
2448 #: ref-filter.c:109
2449 #, c-format
2450 msgid "unrecognized color: %%(color:%s)"
2451 msgstr ""
2453 #: ref-filter.c:129
2454 #, c-format
2455 msgid "Integer value expected refname:lstrip=%s"
2456 msgstr ""
2458 #: ref-filter.c:133
2459 #, c-format
2460 msgid "Integer value expected refname:rstrip=%s"
2461 msgstr ""
2463 #: ref-filter.c:135
2464 #, c-format
2465 msgid "unrecognized %%(%s) argument: %s"
2466 msgstr ""
2468 #: ref-filter.c:184
2469 #, c-format
2470 msgid "%%(body) does not take arguments"
2471 msgstr ""
2473 #: ref-filter.c:191
2474 #, c-format
2475 msgid "%%(subject) does not take arguments"
2476 msgstr ""
2478 #: ref-filter.c:209
2479 #, c-format
2480 msgid "unknown %%(trailers) argument: %s"
2481 msgstr ""
2483 #: ref-filter.c:232
2484 #, c-format
2485 msgid "positive value expected contents:lines=%s"
2486 msgstr ""
2488 #: ref-filter.c:234
2489 #, c-format
2490 msgid "unrecognized %%(contents) argument: %s"
2491 msgstr ""
2493 #: ref-filter.c:247
2494 #, c-format
2495 msgid "positive value expected objectname:short=%s"
2496 msgstr ""
2498 #: ref-filter.c:251
2499 #, c-format
2500 msgid "unrecognized %%(objectname) argument: %s"
2501 msgstr ""
2503 #: ref-filter.c:278
2504 #, c-format
2505 msgid "expected format: %%(align:<width>,<position>)"
2506 msgstr ""
2508 #: ref-filter.c:290
2509 #, c-format
2510 msgid "unrecognized position:%s"
2511 msgstr ""
2513 #: ref-filter.c:294
2514 #, c-format
2515 msgid "unrecognized width:%s"
2516 msgstr ""
2518 #: ref-filter.c:300
2519 #, c-format
2520 msgid "unrecognized %%(align) argument: %s"
2521 msgstr ""
2523 #: ref-filter.c:304
2524 #, c-format
2525 msgid "positive width expected with the %%(align) atom"
2526 msgstr ""
2528 #: ref-filter.c:319
2529 #, c-format
2530 msgid "unrecognized %%(if) argument: %s"
2531 msgstr ""
2533 #: ref-filter.c:409
2534 #, c-format
2535 msgid "malformed field name: %.*s"
2536 msgstr ""
2538 #: ref-filter.c:435
2539 #, c-format
2540 msgid "unknown field name: %.*s"
2541 msgstr ""
2543 #: ref-filter.c:547
2544 #, c-format
2545 msgid "format: %%(if) atom used without a %%(then) atom"
2546 msgstr ""
2548 #: ref-filter.c:607
2549 #, c-format
2550 msgid "format: %%(then) atom used without an %%(if) atom"
2551 msgstr ""
2553 #: ref-filter.c:609
2554 #, c-format
2555 msgid "format: %%(then) atom used more than once"
2556 msgstr ""
2558 #: ref-filter.c:611
2559 #, c-format
2560 msgid "format: %%(then) atom used after %%(else)"
2561 msgstr ""
2563 #: ref-filter.c:637
2564 #, c-format
2565 msgid "format: %%(else) atom used without an %%(if) atom"
2566 msgstr ""
2568 #: ref-filter.c:639
2569 #, c-format
2570 msgid "format: %%(else) atom used without a %%(then) atom"
2571 msgstr ""
2573 #: ref-filter.c:641
2574 #, c-format
2575 msgid "format: %%(else) atom used more than once"
2576 msgstr ""
2578 #: ref-filter.c:654
2579 #, c-format
2580 msgid "format: %%(end) atom used without corresponding atom"
2581 msgstr ""
2583 #: ref-filter.c:709
2584 #, c-format
2585 msgid "malformed format string %s"
2586 msgstr ""
2588 #: ref-filter.c:1313
2589 #, c-format
2590 msgid "(no branch, rebasing %s)"
2591 msgstr ""
2593 #: ref-filter.c:1316
2594 #, c-format
2595 msgid "(no branch, bisect started on %s)"
2596 msgstr ""
2598 #. TRANSLATORS: make sure this matches "HEAD
2599 #. detached at " in wt-status.c
2601 #: ref-filter.c:1324
2602 #, c-format
2603 msgid "(HEAD detached at %s)"
2604 msgstr ""
2606 #. TRANSLATORS: make sure this matches "HEAD
2607 #. detached from " in wt-status.c
2609 #: ref-filter.c:1331
2610 #, c-format
2611 msgid "(HEAD detached from %s)"
2612 msgstr ""
2614 #: ref-filter.c:1335
2615 msgid "(no branch)"
2616 msgstr ""
2618 #: ref-filter.c:1488 ref-filter.c:1519
2619 #, c-format
2620 msgid "missing object %s for %s"
2621 msgstr ""
2623 #: ref-filter.c:1491 ref-filter.c:1522
2624 #, c-format
2625 msgid "parse_object_buffer failed on %s for %s"
2626 msgstr ""
2628 #: ref-filter.c:1822
2629 #, c-format
2630 msgid "malformed object at '%s'"
2631 msgstr ""
2633 #: ref-filter.c:1889
2634 #, c-format
2635 msgid "ignoring ref with broken name %s"
2636 msgstr ""
2638 #: ref-filter.c:1894
2639 #, c-format
2640 msgid "ignoring broken ref %s"
2641 msgstr ""
2643 #: ref-filter.c:2156
2644 #, c-format
2645 msgid "format: %%(end) atom missing"
2646 msgstr ""
2648 #: ref-filter.c:2250
2649 #, c-format
2650 msgid "malformed object name %s"
2651 msgstr ""
2653 #: remote.c:780
2654 #, c-format
2655 msgid "Cannot fetch both %s and %s to %s"
2656 msgstr ""
2658 #: remote.c:784
2659 #, c-format
2660 msgid "%s usually tracks %s, not %s"
2661 msgstr ""
2663 #: remote.c:788
2664 #, c-format
2665 msgid "%s tracks both %s and %s"
2666 msgstr ""
2668 #: remote.c:796
2669 msgid "Internal error"
2670 msgstr ""
2672 #: remote.c:1711 remote.c:1813
2673 msgid "HEAD does not point to a branch"
2674 msgstr ""
2676 #: remote.c:1720
2677 #, c-format
2678 msgid "no such branch: '%s'"
2679 msgstr ""
2681 #: remote.c:1723
2682 #, c-format
2683 msgid "no upstream configured for branch '%s'"
2684 msgstr ""
2686 #: remote.c:1729
2687 #, c-format
2688 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2689 msgstr ""
2691 #: remote.c:1744
2692 #, c-format
2693 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2694 msgstr ""
2696 #: remote.c:1756
2697 #, c-format
2698 msgid "branch '%s' has no remote for pushing"
2699 msgstr ""
2701 #: remote.c:1767
2702 #, c-format
2703 msgid "push refspecs for '%s' do not include '%s'"
2704 msgstr ""
2706 #: remote.c:1780
2707 msgid "push has no destination (push.default is 'nothing')"
2708 msgstr ""
2710 #: remote.c:1802
2711 msgid "cannot resolve 'simple' push to a single destination"
2712 msgstr ""
2714 #: remote.c:2106
2715 #, c-format
2716 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2717 msgstr ""
2719 #: remote.c:2110
2720 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2721 msgstr ""
2723 #: remote.c:2113
2724 #, c-format
2725 msgid "Your branch is up to date with '%s'.\n"
2726 msgstr ""
2728 #: remote.c:2117
2729 #, c-format
2730 msgid "Your branch is ahead of '%s' by %d commit.\n"
2731 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2732 msgstr[0] ""
2733 msgstr[1] ""
2735 #: remote.c:2123
2736 msgid "  (use \"git push\" to publish your local commits)\n"
2737 msgstr ""
2739 #: remote.c:2126
2740 #, c-format
2741 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2742 msgid_plural ""
2743 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2744 msgstr[0] ""
2745 msgstr[1] ""
2747 #: remote.c:2134
2748 msgid "  (use \"git pull\" to update your local branch)\n"
2749 msgstr ""
2751 #: remote.c:2137
2752 #, c-format
2753 msgid ""
2754 "Your branch and '%s' have diverged,\n"
2755 "and have %d and %d different commit each, respectively.\n"
2756 msgid_plural ""
2757 "Your branch and '%s' have diverged,\n"
2758 "and have %d and %d different commits each, respectively.\n"
2759 msgstr[0] ""
2760 msgstr[1] ""
2762 #: remote.c:2147
2763 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2764 msgstr ""
2766 #: revision.c:2268
2767 msgid "your current branch appears to be broken"
2768 msgstr ""
2770 #: revision.c:2271
2771 #, c-format
2772 msgid "your current branch '%s' does not have any commits yet"
2773 msgstr ""
2775 #: revision.c:2465
2776 msgid "--first-parent is incompatible with --bisect"
2777 msgstr ""
2779 #: run-command.c:645
2780 msgid "open /dev/null failed"
2781 msgstr ""
2783 #: run-command.c:1188
2784 #, c-format
2785 msgid ""
2786 "The '%s' hook was ignored because it's not set as executable.\n"
2787 "You can disable this warning with `git config advice.ignoredHook false`."
2788 msgstr ""
2790 #: send-pack.c:141
2791 #, c-format
2792 msgid "unable to parse remote unpack status: %s"
2793 msgstr ""
2795 #: send-pack.c:143
2796 #, c-format
2797 msgid "remote unpack failed: %s"
2798 msgstr ""
2800 #: send-pack.c:306
2801 msgid "failed to sign the push certificate"
2802 msgstr ""
2804 #: send-pack.c:419
2805 msgid "the receiving end does not support --signed push"
2806 msgstr ""
2808 #: send-pack.c:421
2809 msgid ""
2810 "not sending a push certificate since the receiving end does not support --"
2811 "signed push"
2812 msgstr ""
2814 #: send-pack.c:433
2815 msgid "the receiving end does not support --atomic push"
2816 msgstr ""
2818 #: send-pack.c:438
2819 msgid "the receiving end does not support push options"
2820 msgstr ""
2822 #: sequencer.c:218
2823 msgid "revert"
2824 msgstr ""
2826 #: sequencer.c:220
2827 msgid "cherry-pick"
2828 msgstr ""
2830 #: sequencer.c:222
2831 msgid "rebase -i"
2832 msgstr ""
2834 #: sequencer.c:224
2835 #, c-format
2836 msgid "Unknown action: %d"
2837 msgstr ""
2839 #: sequencer.c:281
2840 msgid ""
2841 "after resolving the conflicts, mark the corrected paths\n"
2842 "with 'git add <paths>' or 'git rm <paths>'"
2843 msgstr ""
2845 #: sequencer.c:284
2846 msgid ""
2847 "after resolving the conflicts, mark the corrected paths\n"
2848 "with 'git add <paths>' or 'git rm <paths>'\n"
2849 "and commit the result with 'git commit'"
2850 msgstr ""
2852 #: sequencer.c:297 sequencer.c:1718
2853 #, c-format
2854 msgid "could not lock '%s'"
2855 msgstr ""
2857 #: sequencer.c:300 sequencer.c:1595 sequencer.c:1723 sequencer.c:1737
2858 #: sequencer.c:2729 sequencer.c:2800 wrapper.c:656
2859 #, c-format
2860 msgid "could not write to '%s'"
2861 msgstr ""
2863 #: sequencer.c:304
2864 #, c-format
2865 msgid "could not write eol to '%s'"
2866 msgstr ""
2868 #: sequencer.c:308 sequencer.c:1600 sequencer.c:1725
2869 #, c-format
2870 msgid "failed to finalize '%s'."
2871 msgstr ""
2873 #: sequencer.c:332 sequencer.c:829 sequencer.c:1621 builtin/am.c:259
2874 #: builtin/commit.c:754 builtin/merge.c:1046
2875 #, c-format
2876 msgid "could not read '%s'"
2877 msgstr ""
2879 #: sequencer.c:358
2880 #, c-format
2881 msgid "your local changes would be overwritten by %s."
2882 msgstr ""
2884 #: sequencer.c:362
2885 msgid "commit your changes or stash them to proceed."
2886 msgstr ""
2888 #: sequencer.c:391
2889 #, c-format
2890 msgid "%s: fast-forward"
2891 msgstr ""
2893 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2894 #. "rebase -i".
2896 #: sequencer.c:477
2897 #, c-format
2898 msgid "%s: Unable to write new index file"
2899 msgstr ""
2901 #: sequencer.c:496
2902 msgid "could not resolve HEAD commit"
2903 msgstr ""
2905 #: sequencer.c:516
2906 msgid "unable to update cache tree"
2907 msgstr ""
2909 #: sequencer.c:600
2910 #, c-format
2911 msgid ""
2912 "you have staged changes in your working tree\n"
2913 "If these changes are meant to be squashed into the previous commit, run:\n"
2914 "\n"
2915 "  git commit --amend %s\n"
2916 "\n"
2917 "If they are meant to go into a new commit, run:\n"
2918 "\n"
2919 "  git commit %s\n"
2920 "\n"
2921 "In both cases, once you're done, continue with:\n"
2922 "\n"
2923 "  git rebase --continue\n"
2924 msgstr ""
2926 #: sequencer.c:702
2927 #, c-format
2928 msgid "could not parse commit %s"
2929 msgstr ""
2931 #: sequencer.c:707
2932 #, c-format
2933 msgid "could not parse parent commit %s"
2934 msgstr ""
2936 #: sequencer.c:836
2937 #, c-format
2938 msgid ""
2939 "unexpected 1st line of squash message:\n"
2940 "\n"
2941 "\t%.*s"
2942 msgstr ""
2944 #: sequencer.c:842
2945 #, c-format
2946 msgid ""
2947 "invalid 1st line of squash message:\n"
2948 "\n"
2949 "\t%.*s"
2950 msgstr ""
2952 #: sequencer.c:848 sequencer.c:873
2953 #, c-format
2954 msgid "This is a combination of %d commits."
2955 msgstr ""
2957 #: sequencer.c:857 sequencer.c:2748
2958 msgid "need a HEAD to fixup"
2959 msgstr ""
2961 #: sequencer.c:859
2962 msgid "could not read HEAD"
2963 msgstr ""
2965 #: sequencer.c:861
2966 msgid "could not read HEAD's commit message"
2967 msgstr ""
2969 #: sequencer.c:867
2970 #, c-format
2971 msgid "cannot write '%s'"
2972 msgstr ""
2974 #: sequencer.c:876 git-rebase--interactive.sh:446
2975 msgid "This is the 1st commit message:"
2976 msgstr ""
2978 #: sequencer.c:884
2979 #, c-format
2980 msgid "could not read commit message of %s"
2981 msgstr ""
2983 #: sequencer.c:891
2984 #, c-format
2985 msgid "This is the commit message #%d:"
2986 msgstr ""
2988 #: sequencer.c:896
2989 #, c-format
2990 msgid "The commit message #%d will be skipped:"
2991 msgstr ""
2993 #: sequencer.c:901
2994 #, c-format
2995 msgid "unknown command: %d"
2996 msgstr ""
2998 #: sequencer.c:967
2999 msgid "your index file is unmerged."
3000 msgstr ""
3002 #: sequencer.c:986
3003 #, c-format
3004 msgid "commit %s is a merge but no -m option was given."
3005 msgstr ""
3007 #: sequencer.c:994
3008 #, c-format
3009 msgid "commit %s does not have parent %d"
3010 msgstr ""
3012 #: sequencer.c:998
3013 #, c-format
3014 msgid "mainline was specified but commit %s is not a merge."
3015 msgstr ""
3017 #: sequencer.c:1004
3018 #, c-format
3019 msgid "cannot get commit message for %s"
3020 msgstr ""
3022 #. TRANSLATORS: The first %s will be a "todo" command like
3023 #. "revert" or "pick", the second %s a SHA1.
3024 #: sequencer.c:1023
3025 #, c-format
3026 msgid "%s: cannot parse parent commit %s"
3027 msgstr ""
3029 #: sequencer.c:1086 sequencer.c:1867
3030 #, c-format
3031 msgid "could not rename '%s' to '%s'"
3032 msgstr ""
3034 #: sequencer.c:1137
3035 #, c-format
3036 msgid "could not revert %s... %s"
3037 msgstr ""
3039 #: sequencer.c:1138
3040 #, c-format
3041 msgid "could not apply %s... %s"
3042 msgstr ""
3044 #: sequencer.c:1180
3045 msgid "empty commit set passed"
3046 msgstr ""
3048 #: sequencer.c:1190
3049 #, c-format
3050 msgid "git %s: failed to read the index"
3051 msgstr ""
3053 #: sequencer.c:1196
3054 #, c-format
3055 msgid "git %s: failed to refresh the index"
3056 msgstr ""
3058 #: sequencer.c:1270
3059 #, c-format
3060 msgid "%s does not accept arguments: '%s'"
3061 msgstr ""
3063 #: sequencer.c:1279
3064 #, c-format
3065 msgid "missing arguments for %s"
3066 msgstr ""
3068 #: sequencer.c:1322
3069 #, c-format
3070 msgid "invalid line %d: %.*s"
3071 msgstr ""
3073 #: sequencer.c:1330
3074 #, c-format
3075 msgid "cannot '%s' without a previous commit"
3076 msgstr ""
3078 #: sequencer.c:1363 sequencer.c:2525 sequencer.c:2560 sequencer.c:2642
3079 #: sequencer.c:2668 sequencer.c:2758 sequencer.c:2859
3080 #, c-format
3081 msgid "could not read '%s'."
3082 msgstr ""
3084 #: sequencer.c:1375
3085 msgid "please fix this using 'git rebase --edit-todo'."
3086 msgstr ""
3088 #: sequencer.c:1377
3089 #, c-format
3090 msgid "unusable instruction sheet: '%s'"
3091 msgstr ""
3093 #: sequencer.c:1382
3094 msgid "no commits parsed."
3095 msgstr ""
3097 #: sequencer.c:1393
3098 msgid "cannot cherry-pick during a revert."
3099 msgstr ""
3101 #: sequencer.c:1395
3102 msgid "cannot revert during a cherry-pick."
3103 msgstr ""
3105 #: sequencer.c:1462
3106 #, c-format
3107 msgid "invalid key: %s"
3108 msgstr ""
3110 #: sequencer.c:1465
3111 #, c-format
3112 msgid "invalid value for %s: %s"
3113 msgstr ""
3115 #: sequencer.c:1531
3116 #, c-format
3117 msgid "malformed options sheet: '%s'"
3118 msgstr ""
3120 #: sequencer.c:1569
3121 msgid "a cherry-pick or revert is already in progress"
3122 msgstr ""
3124 #: sequencer.c:1570
3125 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3126 msgstr ""
3128 #: sequencer.c:1573
3129 #, c-format
3130 msgid "could not create sequencer directory '%s'"
3131 msgstr ""
3133 #: sequencer.c:1588
3134 msgid "could not lock HEAD"
3135 msgstr ""
3137 #: sequencer.c:1646 sequencer.c:2230
3138 msgid "no cherry-pick or revert in progress"
3139 msgstr ""
3141 #: sequencer.c:1648
3142 msgid "cannot resolve HEAD"
3143 msgstr ""
3145 #: sequencer.c:1650 sequencer.c:1685
3146 msgid "cannot abort from a branch yet to be born"
3147 msgstr ""
3149 #: sequencer.c:1671 builtin/grep.c:713
3150 #, c-format
3151 msgid "cannot open '%s'"
3152 msgstr ""
3154 #: sequencer.c:1673
3155 #, c-format
3156 msgid "cannot read '%s': %s"
3157 msgstr ""
3159 #: sequencer.c:1674
3160 msgid "unexpected end of file"
3161 msgstr ""
3163 #: sequencer.c:1680
3164 #, c-format
3165 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3166 msgstr ""
3168 #: sequencer.c:1691
3169 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3170 msgstr ""
3172 #: sequencer.c:1832 sequencer.c:2128
3173 msgid "cannot read HEAD"
3174 msgstr ""
3176 #: sequencer.c:1872 builtin/difftool.c:639
3177 #, c-format
3178 msgid "could not copy '%s' to '%s'"
3179 msgstr ""
3181 #: sequencer.c:1891
3182 msgid "could not read index"
3183 msgstr ""
3185 #: sequencer.c:1896
3186 #, c-format
3187 msgid ""
3188 "execution failed: %s\n"
3189 "%sYou can fix the problem, and then run\n"
3190 "\n"
3191 "  git rebase --continue\n"
3192 "\n"
3193 msgstr ""
3195 #: sequencer.c:1902
3196 msgid "and made changes to the index and/or the working tree\n"
3197 msgstr ""
3199 #: sequencer.c:1908
3200 #, c-format
3201 msgid ""
3202 "execution succeeded: %s\n"
3203 "but left changes to the index and/or the working tree\n"
3204 "Commit or stash your changes, and then run\n"
3205 "\n"
3206 "  git rebase --continue\n"
3207 "\n"
3208 msgstr ""
3210 #: sequencer.c:1967
3211 #, c-format
3212 msgid "Applied autostash.\n"
3213 msgstr ""
3215 #: sequencer.c:1979
3216 #, c-format
3217 msgid "cannot store %s"
3218 msgstr ""
3220 #: sequencer.c:1982 git-rebase.sh:175
3221 #, c-format
3222 msgid ""
3223 "Applying autostash resulted in conflicts.\n"
3224 "Your changes are safe in the stash.\n"
3225 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3226 msgstr ""
3228 #: sequencer.c:2064
3229 #, c-format
3230 msgid "Stopped at %s...  %.*s\n"
3231 msgstr ""
3233 #: sequencer.c:2106
3234 #, c-format
3235 msgid "unknown command %d"
3236 msgstr ""
3238 #: sequencer.c:2136
3239 msgid "could not read orig-head"
3240 msgstr ""
3242 #: sequencer.c:2141 sequencer.c:2745
3243 msgid "could not read 'onto'"
3244 msgstr ""
3246 #: sequencer.c:2148
3247 #, c-format
3248 msgid "could not update %s"
3249 msgstr ""
3251 #: sequencer.c:2155
3252 #, c-format
3253 msgid "could not update HEAD to %s"
3254 msgstr ""
3256 #: sequencer.c:2239
3257 msgid "cannot rebase: You have unstaged changes."
3258 msgstr ""
3260 #: sequencer.c:2244
3261 msgid "could not remove CHERRY_PICK_HEAD"
3262 msgstr ""
3264 #: sequencer.c:2253
3265 msgid "cannot amend non-existing commit"
3266 msgstr ""
3268 #: sequencer.c:2255
3269 #, c-format
3270 msgid "invalid file: '%s'"
3271 msgstr ""
3273 #: sequencer.c:2257
3274 #, c-format
3275 msgid "invalid contents: '%s'"
3276 msgstr ""
3278 #: sequencer.c:2260
3279 msgid ""
3280 "\n"
3281 "You have uncommitted changes in your working tree. Please, commit them\n"
3282 "first and then run 'git rebase --continue' again."
3283 msgstr ""
3285 #: sequencer.c:2270
3286 msgid "could not commit staged changes."
3287 msgstr ""
3289 #: sequencer.c:2350
3290 #, c-format
3291 msgid "%s: can't cherry-pick a %s"
3292 msgstr ""
3294 #: sequencer.c:2354
3295 #, c-format
3296 msgid "%s: bad revision"
3297 msgstr ""
3299 #: sequencer.c:2387
3300 msgid "can't revert as initial commit"
3301 msgstr ""
3303 #: sequencer.c:2492
3304 msgid "make_script: unhandled options"
3305 msgstr ""
3307 #: sequencer.c:2495
3308 msgid "make_script: error preparing revisions"
3309 msgstr ""
3311 #: sequencer.c:2529 sequencer.c:2564
3312 #, c-format
3313 msgid "unusable todo list: '%s'"
3314 msgstr ""
3316 #: sequencer.c:2615
3317 #, c-format
3318 msgid ""
3319 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3320 msgstr ""
3322 #: sequencer.c:2695
3323 #, c-format
3324 msgid ""
3325 "Warning: some commits may have been dropped accidentally.\n"
3326 "Dropped commits (newer to older):\n"
3327 msgstr ""
3329 #: sequencer.c:2702
3330 #, c-format
3331 msgid ""
3332 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3333 "\n"
3334 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3335 "warnings.\n"
3336 "The possible behaviours are: ignore, warn, error.\n"
3337 "\n"
3338 msgstr ""
3340 #: sequencer.c:2714
3341 #, c-format
3342 msgid ""
3343 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3344 "continue'.\n"
3345 "Or you can abort the rebase with 'git rebase --abort'.\n"
3346 msgstr ""
3348 #: sequencer.c:2727 sequencer.c:2794 wrapper.c:225 wrapper.c:395
3349 #: builtin/am.c:779
3350 #, c-format
3351 msgid "could not open '%s' for writing"
3352 msgstr ""
3354 #: sequencer.c:2775
3355 #, c-format
3356 msgid "could not parse commit '%s'"
3357 msgstr ""
3359 #: sequencer.c:2897
3360 msgid "the script was already rearranged."
3361 msgstr ""
3363 #: setup.c:171
3364 #, c-format
3365 msgid ""
3366 "%s: no such path in the working tree.\n"
3367 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3368 msgstr ""
3370 #: setup.c:184
3371 #, c-format
3372 msgid ""
3373 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3374 "Use '--' to separate paths from revisions, like this:\n"
3375 "'git <command> [<revision>...] -- [<file>...]'"
3376 msgstr ""
3378 #: setup.c:252
3379 #, c-format
3380 msgid ""
3381 "ambiguous argument '%s': both revision and filename\n"
3382 "Use '--' to separate paths from revisions, like this:\n"
3383 "'git <command> [<revision>...] -- [<file>...]'"
3384 msgstr ""
3386 #: setup.c:501
3387 #, c-format
3388 msgid "Expected git repo version <= %d, found %d"
3389 msgstr ""
3391 #: setup.c:509
3392 msgid "unknown repository extensions found:"
3393 msgstr ""
3395 #: setup.c:811
3396 #, c-format
3397 msgid "Not a git repository (or any of the parent directories): %s"
3398 msgstr ""
3400 #: setup.c:813 builtin/index-pack.c:1653
3401 msgid "Cannot come back to cwd"
3402 msgstr ""
3404 #: setup.c:1052
3405 msgid "Unable to read current working directory"
3406 msgstr ""
3408 #: setup.c:1064 setup.c:1070
3409 #, c-format
3410 msgid "Cannot change to '%s'"
3411 msgstr ""
3413 #: setup.c:1083
3414 #, c-format
3415 msgid ""
3416 "Not a git repository (or any parent up to mount point %s)\n"
3417 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3418 msgstr ""
3420 #: setup.c:1167
3421 #, c-format
3422 msgid ""
3423 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3424 "The owner of files must always have read and write permissions."
3425 msgstr ""
3427 #: sha1_file.c:598
3428 #, c-format
3429 msgid "path '%s' does not exist"
3430 msgstr ""
3432 #: sha1_file.c:624
3433 #, c-format
3434 msgid "reference repository '%s' as a linked checkout is not supported yet."
3435 msgstr ""
3437 #: sha1_file.c:630
3438 #, c-format
3439 msgid "reference repository '%s' is not a local repository."
3440 msgstr ""
3442 #: sha1_file.c:636
3443 #, c-format
3444 msgid "reference repository '%s' is shallow"
3445 msgstr ""
3447 #: sha1_file.c:644
3448 #, c-format
3449 msgid "reference repository '%s' is grafted"
3450 msgstr ""
3452 #: sha1_name.c:422
3453 #, c-format
3454 msgid "short SHA1 %s is ambiguous"
3455 msgstr ""
3457 #: sha1_name.c:433
3458 msgid "The candidates are:"
3459 msgstr ""
3461 #: sha1_name.c:693
3462 msgid ""
3463 "Git normally never creates a ref that ends with 40 hex characters\n"
3464 "because it will be ignored when you just specify 40-hex. These refs\n"
3465 "may be created by mistake. For example,\n"
3466 "\n"
3467 "  git checkout -b $br $(git rev-parse ...)\n"
3468 "\n"
3469 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3470 "examine these refs and maybe delete them. Turn this message off by\n"
3471 "running \"git config advice.objectNameWarning false\""
3472 msgstr ""
3474 #: submodule.c:96 submodule.c:130
3475 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3476 msgstr ""
3478 #: submodule.c:100 submodule.c:134
3479 #, c-format
3480 msgid "Could not find section in .gitmodules where path=%s"
3481 msgstr ""
3483 #: submodule.c:108
3484 #, c-format
3485 msgid "Could not update .gitmodules entry %s"
3486 msgstr ""
3488 #: submodule.c:141
3489 #, c-format
3490 msgid "Could not remove .gitmodules entry for %s"
3491 msgstr ""
3493 #: submodule.c:152
3494 msgid "staging updated .gitmodules failed"
3495 msgstr ""
3497 #: submodule.c:312
3498 #, c-format
3499 msgid "in unpopulated submodule '%s'"
3500 msgstr ""
3502 #: submodule.c:343
3503 #, c-format
3504 msgid "Pathspec '%s' is in submodule '%.*s'"
3505 msgstr ""
3507 #: submodule.c:833
3508 #, c-format
3509 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3510 msgstr ""
3512 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3513 msgid "Failed to resolve HEAD as a valid ref."
3514 msgstr ""
3516 #: submodule.c:1370
3517 #, c-format
3518 msgid "'%s' not recognized as a git repository"
3519 msgstr ""
3521 #: submodule.c:1508
3522 #, c-format
3523 msgid "could not start 'git status' in submodule '%s'"
3524 msgstr ""
3526 #: submodule.c:1521
3527 #, c-format
3528 msgid "could not run 'git status' in submodule '%s'"
3529 msgstr ""
3531 #: submodule.c:1614
3532 #, c-format
3533 msgid "submodule '%s' has dirty index"
3534 msgstr ""
3536 #: submodule.c:1876
3537 #, c-format
3538 msgid ""
3539 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3540 msgstr ""
3542 #: submodule.c:1888 submodule.c:1944
3543 #, c-format
3544 msgid "could not lookup name for submodule '%s'"
3545 msgstr ""
3547 #: submodule.c:1892 builtin/submodule--helper.c:909
3548 #: builtin/submodule--helper.c:919
3549 #, c-format
3550 msgid "could not create directory '%s'"
3551 msgstr ""
3553 #: submodule.c:1895
3554 #, c-format
3555 msgid ""
3556 "Migrating git directory of '%s%s' from\n"
3557 "'%s' to\n"
3558 "'%s'\n"
3559 msgstr ""
3561 #: submodule.c:1979
3562 #, c-format
3563 msgid "could not recurse into submodule '%s'"
3564 msgstr ""
3566 #: submodule.c:2023
3567 msgid "could not start ls-files in .."
3568 msgstr ""
3570 #: submodule.c:2043
3571 msgid "BUG: returned path string doesn't match cwd?"
3572 msgstr ""
3574 #: submodule.c:2062
3575 #, c-format
3576 msgid "ls-tree returned unexpected return code %d"
3577 msgstr ""
3579 #: submodule-config.c:263
3580 msgid "negative values not allowed for submodule.fetchjobs"
3581 msgstr ""
3583 #: submodule-config.c:436
3584 #, c-format
3585 msgid "invalid value for %s"
3586 msgstr ""
3588 #: trailer.c:238
3589 #, c-format
3590 msgid "running trailer command '%s' failed"
3591 msgstr ""
3593 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3594 #: trailer.c:557
3595 #, c-format
3596 msgid "unknown value '%s' for key '%s'"
3597 msgstr ""
3599 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3600 #, c-format
3601 msgid "more than one %s"
3602 msgstr ""
3604 #: trailer.c:730
3605 #, c-format
3606 msgid "empty trailer token in trailer '%.*s'"
3607 msgstr ""
3609 #: trailer.c:750
3610 #, c-format
3611 msgid "could not read input file '%s'"
3612 msgstr ""
3614 #: trailer.c:753
3615 msgid "could not read from stdin"
3616 msgstr ""
3618 #: trailer.c:1008 builtin/am.c:46
3619 #, c-format
3620 msgid "could not stat %s"
3621 msgstr ""
3623 #: trailer.c:1010
3624 #, c-format
3625 msgid "file %s is not a regular file"
3626 msgstr ""
3628 #: trailer.c:1012
3629 #, c-format
3630 msgid "file %s is not writable by user"
3631 msgstr ""
3633 #: trailer.c:1024
3634 msgid "could not open temporary file"
3635 msgstr ""
3637 #: trailer.c:1064
3638 #, c-format
3639 msgid "could not rename temporary file to %s"
3640 msgstr ""
3642 #: transport.c:63
3643 #, c-format
3644 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3645 msgstr ""
3647 #: transport.c:152
3648 #, c-format
3649 msgid "transport: invalid depth option '%s'"
3650 msgstr ""
3652 #: transport.c:904
3653 #, c-format
3654 msgid ""
3655 "The following submodule paths contain changes that can\n"
3656 "not be found on any remote:\n"
3657 msgstr ""
3659 #: transport.c:908
3660 #, c-format
3661 msgid ""
3662 "\n"
3663 "Please try\n"
3664 "\n"
3665 "\tgit push --recurse-submodules=on-demand\n"
3666 "\n"
3667 "or cd to the path and use\n"
3668 "\n"
3669 "\tgit push\n"
3670 "\n"
3671 "to push them to a remote.\n"
3672 "\n"
3673 msgstr ""
3675 #: transport.c:916
3676 msgid "Aborting."
3677 msgstr ""
3679 #: transport-helper.c:1074
3680 #, c-format
3681 msgid "Could not read ref %s"
3682 msgstr ""
3684 #: tree-walk.c:31
3685 msgid "too-short tree object"
3686 msgstr ""
3688 #: tree-walk.c:37
3689 msgid "malformed mode in tree entry"
3690 msgstr ""
3692 #: tree-walk.c:41
3693 msgid "empty filename in tree entry"
3694 msgstr ""
3696 #: tree-walk.c:114
3697 msgid "too-short tree file"
3698 msgstr ""
3700 #: unpack-trees.c:107
3701 #, c-format
3702 msgid ""
3703 "Your local changes to the following files would be overwritten by checkout:\n"
3704 "%%sPlease commit your changes or stash them before you switch branches."
3705 msgstr ""
3707 #: unpack-trees.c:109
3708 #, c-format
3709 msgid ""
3710 "Your local changes to the following files would be overwritten by checkout:\n"
3711 "%%s"
3712 msgstr ""
3714 #: unpack-trees.c:112
3715 #, c-format
3716 msgid ""
3717 "Your local changes to the following files would be overwritten by merge:\n"
3718 "%%sPlease commit your changes or stash them before you merge."
3719 msgstr ""
3721 #: unpack-trees.c:114
3722 #, c-format
3723 msgid ""
3724 "Your local changes to the following files would be overwritten by merge:\n"
3725 "%%s"
3726 msgstr ""
3728 #: unpack-trees.c:117
3729 #, c-format
3730 msgid ""
3731 "Your local changes to the following files would be overwritten by %s:\n"
3732 "%%sPlease commit your changes or stash them before you %s."
3733 msgstr ""
3735 #: unpack-trees.c:119
3736 #, c-format
3737 msgid ""
3738 "Your local changes to the following files would be overwritten by %s:\n"
3739 "%%s"
3740 msgstr ""
3742 #: unpack-trees.c:124
3743 #, c-format
3744 msgid ""
3745 "Updating the following directories would lose untracked files in them:\n"
3746 "%s"
3747 msgstr ""
3749 #: unpack-trees.c:128
3750 #, c-format
3751 msgid ""
3752 "The following untracked working tree files would be removed by checkout:\n"
3753 "%%sPlease move or remove them before you switch branches."
3754 msgstr ""
3756 #: unpack-trees.c:130
3757 #, c-format
3758 msgid ""
3759 "The following untracked working tree files would be removed by checkout:\n"
3760 "%%s"
3761 msgstr ""
3763 #: unpack-trees.c:133
3764 #, c-format
3765 msgid ""
3766 "The following untracked working tree files would be removed by merge:\n"
3767 "%%sPlease move or remove them before you merge."
3768 msgstr ""
3770 #: unpack-trees.c:135
3771 #, c-format
3772 msgid ""
3773 "The following untracked working tree files would be removed by merge:\n"
3774 "%%s"
3775 msgstr ""
3777 #: unpack-trees.c:138
3778 #, c-format
3779 msgid ""
3780 "The following untracked working tree files would be removed by %s:\n"
3781 "%%sPlease move or remove them before you %s."
3782 msgstr ""
3784 #: unpack-trees.c:140
3785 #, c-format
3786 msgid ""
3787 "The following untracked working tree files would be removed by %s:\n"
3788 "%%s"
3789 msgstr ""
3791 #: unpack-trees.c:145
3792 #, c-format
3793 msgid ""
3794 "The following untracked working tree files would be overwritten by "
3795 "checkout:\n"
3796 "%%sPlease move or remove them before you switch branches."
3797 msgstr ""
3799 #: unpack-trees.c:147
3800 #, c-format
3801 msgid ""
3802 "The following untracked working tree files would be overwritten by "
3803 "checkout:\n"
3804 "%%s"
3805 msgstr ""
3807 #: unpack-trees.c:150
3808 #, c-format
3809 msgid ""
3810 "The following untracked working tree files would be overwritten by merge:\n"
3811 "%%sPlease move or remove them before you merge."
3812 msgstr ""
3814 #: unpack-trees.c:152
3815 #, c-format
3816 msgid ""
3817 "The following untracked working tree files would be overwritten by merge:\n"
3818 "%%s"
3819 msgstr ""
3821 #: unpack-trees.c:155
3822 #, c-format
3823 msgid ""
3824 "The following untracked working tree files would be overwritten by %s:\n"
3825 "%%sPlease move or remove them before you %s."
3826 msgstr ""
3828 #: unpack-trees.c:157
3829 #, c-format
3830 msgid ""
3831 "The following untracked working tree files would be overwritten by %s:\n"
3832 "%%s"
3833 msgstr ""
3835 #: unpack-trees.c:164
3836 #, c-format
3837 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3838 msgstr ""
3840 #: unpack-trees.c:167
3841 #, c-format
3842 msgid ""
3843 "Cannot update sparse checkout: the following entries are not up to date:\n"
3844 "%s"
3845 msgstr ""
3847 #: unpack-trees.c:169
3848 #, c-format
3849 msgid ""
3850 "The following working tree files would be overwritten by sparse checkout "
3851 "update:\n"
3852 "%s"
3853 msgstr ""
3855 #: unpack-trees.c:171
3856 #, c-format
3857 msgid ""
3858 "The following working tree files would be removed by sparse checkout "
3859 "update:\n"
3860 "%s"
3861 msgstr ""
3863 #: unpack-trees.c:173
3864 #, c-format
3865 msgid ""
3866 "Cannot update submodule:\n"
3867 "%s"
3868 msgstr ""
3870 #: unpack-trees.c:250
3871 #, c-format
3872 msgid "Aborting\n"
3873 msgstr ""
3875 #: unpack-trees.c:332
3876 msgid "Checking out files"
3877 msgstr ""
3879 #: urlmatch.c:163
3880 msgid "invalid URL scheme name or missing '://' suffix"
3881 msgstr ""
3883 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3884 #, c-format
3885 msgid "invalid %XX escape sequence"
3886 msgstr ""
3888 #: urlmatch.c:215
3889 msgid "missing host and scheme is not 'file:'"
3890 msgstr ""
3892 #: urlmatch.c:232
3893 msgid "a 'file:' URL may not have a port number"
3894 msgstr ""
3896 #: urlmatch.c:247
3897 msgid "invalid characters in host name"
3898 msgstr ""
3900 #: urlmatch.c:292 urlmatch.c:303
3901 msgid "invalid port number"
3902 msgstr ""
3904 #: urlmatch.c:371
3905 msgid "invalid '..' path segment"
3906 msgstr ""
3908 #: worktree.c:245
3909 #, c-format
3910 msgid "failed to read '%s'"
3911 msgstr ""
3913 #: wrapper.c:223 wrapper.c:393
3914 #, c-format
3915 msgid "could not open '%s' for reading and writing"
3916 msgstr ""
3918 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
3919 #: builtin/am.c:862 builtin/merge.c:1043
3920 #, c-format
3921 msgid "could not open '%s' for reading"
3922 msgstr ""
3924 #: wrapper.c:424 wrapper.c:624
3925 #, c-format
3926 msgid "unable to access '%s'"
3927 msgstr ""
3929 #: wrapper.c:632
3930 msgid "unable to get current working directory"
3931 msgstr ""
3933 #: wt-status.c:150
3934 msgid "Unmerged paths:"
3935 msgstr ""
3937 #: wt-status.c:177 wt-status.c:204
3938 #, c-format
3939 msgid "  (use \"git reset %s <file>...\" to unstage)"
3940 msgstr ""
3942 #: wt-status.c:179 wt-status.c:206
3943 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3944 msgstr ""
3946 #: wt-status.c:183
3947 msgid "  (use \"git add <file>...\" to mark resolution)"
3948 msgstr ""
3950 #: wt-status.c:185 wt-status.c:189
3951 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3952 msgstr ""
3954 #: wt-status.c:187
3955 msgid "  (use \"git rm <file>...\" to mark resolution)"
3956 msgstr ""
3958 #: wt-status.c:198 wt-status.c:984
3959 msgid "Changes to be committed:"
3960 msgstr ""
3962 #: wt-status.c:216 wt-status.c:993
3963 msgid "Changes not staged for commit:"
3964 msgstr ""
3966 #: wt-status.c:220
3967 msgid "  (use \"git add <file>...\" to update what will be committed)"
3968 msgstr ""
3970 #: wt-status.c:222
3971 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3972 msgstr ""
3974 #: wt-status.c:223
3975 msgid ""
3976 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3977 msgstr ""
3979 #: wt-status.c:225
3980 msgid "  (commit or discard the untracked or modified content in submodules)"
3981 msgstr ""
3983 #: wt-status.c:237
3984 #, c-format
3985 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3986 msgstr ""
3988 #: wt-status.c:252
3989 msgid "both deleted:"
3990 msgstr ""
3992 #: wt-status.c:254
3993 msgid "added by us:"
3994 msgstr ""
3996 #: wt-status.c:256
3997 msgid "deleted by them:"
3998 msgstr ""
4000 #: wt-status.c:258
4001 msgid "added by them:"
4002 msgstr ""
4004 #: wt-status.c:260
4005 msgid "deleted by us:"
4006 msgstr ""
4008 #: wt-status.c:262
4009 msgid "both added:"
4010 msgstr ""
4012 #: wt-status.c:264
4013 msgid "both modified:"
4014 msgstr ""
4016 #: wt-status.c:274
4017 msgid "new file:"
4018 msgstr ""
4020 #: wt-status.c:276
4021 msgid "copied:"
4022 msgstr ""
4024 #: wt-status.c:278
4025 msgid "deleted:"
4026 msgstr ""
4028 #: wt-status.c:280
4029 msgid "modified:"
4030 msgstr ""
4032 #: wt-status.c:282
4033 msgid "renamed:"
4034 msgstr ""
4036 #: wt-status.c:284
4037 msgid "typechange:"
4038 msgstr ""
4040 #: wt-status.c:286
4041 msgid "unknown:"
4042 msgstr ""
4044 #: wt-status.c:288
4045 msgid "unmerged:"
4046 msgstr ""
4048 #: wt-status.c:370
4049 msgid "new commits, "
4050 msgstr ""
4052 #: wt-status.c:372
4053 msgid "modified content, "
4054 msgstr ""
4056 #: wt-status.c:374
4057 msgid "untracked content, "
4058 msgstr ""
4060 #: wt-status.c:824
4061 #, c-format
4062 msgid "Your stash currently has %d entry"
4063 msgid_plural "Your stash currently has %d entries"
4064 msgstr[0] ""
4065 msgstr[1] ""
4067 #: wt-status.c:856
4068 msgid "Submodules changed but not updated:"
4069 msgstr ""
4071 #: wt-status.c:858
4072 msgid "Submodule changes to be committed:"
4073 msgstr ""
4075 #: wt-status.c:940
4076 msgid ""
4077 "Do not modify or remove the line above.\n"
4078 "Everything below it will be ignored."
4079 msgstr ""
4081 #: wt-status.c:1053
4082 msgid "You have unmerged paths."
4083 msgstr ""
4085 #: wt-status.c:1056
4086 msgid "  (fix conflicts and run \"git commit\")"
4087 msgstr ""
4089 #: wt-status.c:1058
4090 msgid "  (use \"git merge --abort\" to abort the merge)"
4091 msgstr ""
4093 #: wt-status.c:1063
4094 msgid "All conflicts fixed but you are still merging."
4095 msgstr ""
4097 #: wt-status.c:1066
4098 msgid "  (use \"git commit\" to conclude merge)"
4099 msgstr ""
4101 #: wt-status.c:1076
4102 msgid "You are in the middle of an am session."
4103 msgstr ""
4105 #: wt-status.c:1079
4106 msgid "The current patch is empty."
4107 msgstr ""
4109 #: wt-status.c:1083
4110 msgid "  (fix conflicts and then run \"git am --continue\")"
4111 msgstr ""
4113 #: wt-status.c:1085
4114 msgid "  (use \"git am --skip\" to skip this patch)"
4115 msgstr ""
4117 #: wt-status.c:1087
4118 msgid "  (use \"git am --abort\" to restore the original branch)"
4119 msgstr ""
4121 #: wt-status.c:1219
4122 msgid "git-rebase-todo is missing."
4123 msgstr ""
4125 #: wt-status.c:1221
4126 msgid "No commands done."
4127 msgstr ""
4129 #: wt-status.c:1224
4130 #, c-format
4131 msgid "Last command done (%d command done):"
4132 msgid_plural "Last commands done (%d commands done):"
4133 msgstr[0] ""
4134 msgstr[1] ""
4136 #: wt-status.c:1235
4137 #, c-format
4138 msgid "  (see more in file %s)"
4139 msgstr ""
4141 #: wt-status.c:1240
4142 msgid "No commands remaining."
4143 msgstr ""
4145 #: wt-status.c:1243
4146 #, c-format
4147 msgid "Next command to do (%d remaining command):"
4148 msgid_plural "Next commands to do (%d remaining commands):"
4149 msgstr[0] ""
4150 msgstr[1] ""
4152 #: wt-status.c:1251
4153 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4154 msgstr ""
4156 #: wt-status.c:1264
4157 #, c-format
4158 msgid "You are currently rebasing branch '%s' on '%s'."
4159 msgstr ""
4161 #: wt-status.c:1269
4162 msgid "You are currently rebasing."
4163 msgstr ""
4165 #: wt-status.c:1283
4166 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4167 msgstr ""
4169 #: wt-status.c:1285
4170 msgid "  (use \"git rebase --skip\" to skip this patch)"
4171 msgstr ""
4173 #: wt-status.c:1287
4174 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4175 msgstr ""
4177 #: wt-status.c:1293
4178 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4179 msgstr ""
4181 #: wt-status.c:1297
4182 #, c-format
4183 msgid ""
4184 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4185 msgstr ""
4187 #: wt-status.c:1302
4188 msgid "You are currently splitting a commit during a rebase."
4189 msgstr ""
4191 #: wt-status.c:1305
4192 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4193 msgstr ""
4195 #: wt-status.c:1309
4196 #, c-format
4197 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4198 msgstr ""
4200 #: wt-status.c:1314
4201 msgid "You are currently editing a commit during a rebase."
4202 msgstr ""
4204 #: wt-status.c:1317
4205 msgid "  (use \"git commit --amend\" to amend the current commit)"
4206 msgstr ""
4208 #: wt-status.c:1319
4209 msgid ""
4210 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4211 msgstr ""
4213 #: wt-status.c:1329
4214 #, c-format
4215 msgid "You are currently cherry-picking commit %s."
4216 msgstr ""
4218 #: wt-status.c:1334
4219 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4220 msgstr ""
4222 #: wt-status.c:1337
4223 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4224 msgstr ""
4226 #: wt-status.c:1339
4227 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4228 msgstr ""
4230 #: wt-status.c:1348
4231 #, c-format
4232 msgid "You are currently reverting commit %s."
4233 msgstr ""
4235 #: wt-status.c:1353
4236 msgid "  (fix conflicts and run \"git revert --continue\")"
4237 msgstr ""
4239 #: wt-status.c:1356
4240 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4241 msgstr ""
4243 #: wt-status.c:1358
4244 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4245 msgstr ""
4247 #: wt-status.c:1369
4248 #, c-format
4249 msgid "You are currently bisecting, started from branch '%s'."
4250 msgstr ""
4252 #: wt-status.c:1373
4253 msgid "You are currently bisecting."
4254 msgstr ""
4256 #: wt-status.c:1376
4257 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4258 msgstr ""
4260 #: wt-status.c:1573
4261 msgid "On branch "
4262 msgstr ""
4264 #: wt-status.c:1579
4265 msgid "interactive rebase in progress; onto "
4266 msgstr ""
4268 #: wt-status.c:1581
4269 msgid "rebase in progress; onto "
4270 msgstr ""
4272 #: wt-status.c:1586
4273 msgid "HEAD detached at "
4274 msgstr ""
4276 #: wt-status.c:1588
4277 msgid "HEAD detached from "
4278 msgstr ""
4280 #: wt-status.c:1591
4281 msgid "Not currently on any branch."
4282 msgstr ""
4284 #: wt-status.c:1611
4285 msgid "Initial commit"
4286 msgstr ""
4288 #: wt-status.c:1612
4289 msgid "No commits yet"
4290 msgstr ""
4292 #: wt-status.c:1626
4293 msgid "Untracked files"
4294 msgstr ""
4296 #: wt-status.c:1628
4297 msgid "Ignored files"
4298 msgstr ""
4300 #: wt-status.c:1632
4301 #, c-format
4302 msgid ""
4303 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4304 "may speed it up, but you have to be careful not to forget to add\n"
4305 "new files yourself (see 'git help status')."
4306 msgstr ""
4308 #: wt-status.c:1638
4309 #, c-format
4310 msgid "Untracked files not listed%s"
4311 msgstr ""
4313 #: wt-status.c:1640
4314 msgid " (use -u option to show untracked files)"
4315 msgstr ""
4317 #: wt-status.c:1646
4318 msgid "No changes"
4319 msgstr ""
4321 #: wt-status.c:1651
4322 #, c-format
4323 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4324 msgstr ""
4326 #: wt-status.c:1654
4327 #, c-format
4328 msgid "no changes added to commit\n"
4329 msgstr ""
4331 #: wt-status.c:1657
4332 #, c-format
4333 msgid ""
4334 "nothing added to commit but untracked files present (use \"git add\" to "
4335 "track)\n"
4336 msgstr ""
4338 #: wt-status.c:1660
4339 #, c-format
4340 msgid "nothing added to commit but untracked files present\n"
4341 msgstr ""
4343 #: wt-status.c:1663
4344 #, c-format
4345 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4346 msgstr ""
4348 #: wt-status.c:1666 wt-status.c:1671
4349 #, c-format
4350 msgid "nothing to commit\n"
4351 msgstr ""
4353 #: wt-status.c:1669
4354 #, c-format
4355 msgid "nothing to commit (use -u to show untracked files)\n"
4356 msgstr ""
4358 #: wt-status.c:1673
4359 #, c-format
4360 msgid "nothing to commit, working tree clean\n"
4361 msgstr ""
4363 #: wt-status.c:1785
4364 msgid "No commits yet on "
4365 msgstr ""
4367 #: wt-status.c:1789
4368 msgid "HEAD (no branch)"
4369 msgstr ""
4371 #: wt-status.c:1818 wt-status.c:1826
4372 msgid "behind "
4373 msgstr ""
4375 #: wt-status.c:1821 wt-status.c:1824
4376 msgid "ahead "
4377 msgstr ""
4379 #. TRANSLATORS: the action is e.g. "pull with rebase"
4380 #: wt-status.c:2318
4381 #, c-format
4382 msgid "cannot %s: You have unstaged changes."
4383 msgstr ""
4385 #: wt-status.c:2324
4386 msgid "additionally, your index contains uncommitted changes."
4387 msgstr ""
4389 #: wt-status.c:2326
4390 #, c-format
4391 msgid "cannot %s: Your index contains uncommitted changes."
4392 msgstr ""
4394 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4395 #, c-format
4396 msgid "failed to unlink '%s'"
4397 msgstr ""
4399 #: builtin/add.c:24
4400 msgid "git add [<options>] [--] <pathspec>..."
4401 msgstr ""
4403 #: builtin/add.c:83
4404 #, c-format
4405 msgid "unexpected diff status %c"
4406 msgstr ""
4408 #: builtin/add.c:88 builtin/commit.c:291
4409 msgid "updating files failed"
4410 msgstr ""
4412 #: builtin/add.c:98
4413 #, c-format
4414 msgid "remove '%s'\n"
4415 msgstr ""
4417 #: builtin/add.c:173
4418 msgid "Unstaged changes after refreshing the index:"
4419 msgstr ""
4421 #: builtin/add.c:233 builtin/rev-parse.c:888
4422 msgid "Could not read the index"
4423 msgstr ""
4425 #: builtin/add.c:244
4426 #, c-format
4427 msgid "Could not open '%s' for writing."
4428 msgstr ""
4430 #: builtin/add.c:248
4431 msgid "Could not write patch"
4432 msgstr ""
4434 #: builtin/add.c:251
4435 msgid "editing patch failed"
4436 msgstr ""
4438 #: builtin/add.c:254
4439 #, c-format
4440 msgid "Could not stat '%s'"
4441 msgstr ""
4443 #: builtin/add.c:256
4444 msgid "Empty patch. Aborted."
4445 msgstr ""
4447 #: builtin/add.c:261
4448 #, c-format
4449 msgid "Could not apply '%s'"
4450 msgstr ""
4452 #: builtin/add.c:271
4453 msgid "The following paths are ignored by one of your .gitignore files:\n"
4454 msgstr ""
4456 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4457 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4458 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4459 msgid "dry run"
4460 msgstr ""
4462 #: builtin/add.c:294
4463 msgid "interactive picking"
4464 msgstr ""
4466 #: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4467 msgid "select hunks interactively"
4468 msgstr ""
4470 #: builtin/add.c:296
4471 msgid "edit current diff and apply"
4472 msgstr ""
4474 #: builtin/add.c:297
4475 msgid "allow adding otherwise ignored files"
4476 msgstr ""
4478 #: builtin/add.c:298
4479 msgid "update tracked files"
4480 msgstr ""
4482 #: builtin/add.c:299
4483 msgid "renormalize EOL of tracked files (implies -u)"
4484 msgstr ""
4486 #: builtin/add.c:300
4487 msgid "record only the fact that the path will be added later"
4488 msgstr ""
4490 #: builtin/add.c:301
4491 msgid "add changes from all tracked and untracked files"
4492 msgstr ""
4494 #: builtin/add.c:304
4495 msgid "ignore paths removed in the working tree (same as --no-all)"
4496 msgstr ""
4498 #: builtin/add.c:306
4499 msgid "don't add, only refresh the index"
4500 msgstr ""
4502 #: builtin/add.c:307
4503 msgid "just skip files which cannot be added because of errors"
4504 msgstr ""
4506 #: builtin/add.c:308
4507 msgid "check if - even missing - files are ignored in dry run"
4508 msgstr ""
4510 #: builtin/add.c:309 builtin/update-index.c:964
4511 msgid "(+/-)x"
4512 msgstr ""
4514 #: builtin/add.c:309 builtin/update-index.c:965
4515 msgid "override the executable bit of the listed files"
4516 msgstr ""
4518 #: builtin/add.c:311
4519 msgid "warn when adding an embedded repository"
4520 msgstr ""
4522 #: builtin/add.c:326
4523 #, c-format
4524 msgid ""
4525 "You've added another git repository inside your current repository.\n"
4526 "Clones of the outer repository will not contain the contents of\n"
4527 "the embedded repository and will not know how to obtain it.\n"
4528 "If you meant to add a submodule, use:\n"
4529 "\n"
4530 "\tgit submodule add <url> %s\n"
4531 "\n"
4532 "If you added this path by mistake, you can remove it from the\n"
4533 "index with:\n"
4534 "\n"
4535 "\tgit rm --cached %s\n"
4536 "\n"
4537 "See \"git help submodule\" for more information."
4538 msgstr ""
4540 #: builtin/add.c:354
4541 #, c-format
4542 msgid "adding embedded git repository: %s"
4543 msgstr ""
4545 #: builtin/add.c:372
4546 #, c-format
4547 msgid "Use -f if you really want to add them.\n"
4548 msgstr ""
4550 #: builtin/add.c:380
4551 msgid "adding files failed"
4552 msgstr ""
4554 #: builtin/add.c:417
4555 msgid "-A and -u are mutually incompatible"
4556 msgstr ""
4558 #: builtin/add.c:424
4559 msgid "Option --ignore-missing can only be used together with --dry-run"
4560 msgstr ""
4562 #: builtin/add.c:428
4563 #, c-format
4564 msgid "--chmod param '%s' must be either -x or +x"
4565 msgstr ""
4567 #: builtin/add.c:443
4568 #, c-format
4569 msgid "Nothing specified, nothing added.\n"
4570 msgstr ""
4572 #: builtin/add.c:444
4573 #, c-format
4574 msgid "Maybe you wanted to say 'git add .'?\n"
4575 msgstr ""
4577 #: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4578 #: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4579 #: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4580 #: builtin/rm.c:271 builtin/submodule--helper.c:311
4581 msgid "index file corrupt"
4582 msgstr ""
4584 #: builtin/am.c:414
4585 msgid "could not parse author script"
4586 msgstr ""
4588 #: builtin/am.c:498
4589 #, c-format
4590 msgid "'%s' was deleted by the applypatch-msg hook"
4591 msgstr ""
4593 #: builtin/am.c:539
4594 #, c-format
4595 msgid "Malformed input line: '%s'."
4596 msgstr ""
4598 #: builtin/am.c:576
4599 #, c-format
4600 msgid "Failed to copy notes from '%s' to '%s'"
4601 msgstr ""
4603 #: builtin/am.c:602
4604 msgid "fseek failed"
4605 msgstr ""
4607 #: builtin/am.c:790
4608 #, c-format
4609 msgid "could not parse patch '%s'"
4610 msgstr ""
4612 #: builtin/am.c:855
4613 msgid "Only one StGIT patch series can be applied at once"
4614 msgstr ""
4616 #: builtin/am.c:903
4617 msgid "invalid timestamp"
4618 msgstr ""
4620 #: builtin/am.c:908 builtin/am.c:920
4621 msgid "invalid Date line"
4622 msgstr ""
4624 #: builtin/am.c:915
4625 msgid "invalid timezone offset"
4626 msgstr ""
4628 #: builtin/am.c:1008
4629 msgid "Patch format detection failed."
4630 msgstr ""
4632 #: builtin/am.c:1013 builtin/clone.c:402
4633 #, c-format
4634 msgid "failed to create directory '%s'"
4635 msgstr ""
4637 #: builtin/am.c:1017
4638 msgid "Failed to split patches."
4639 msgstr ""
4641 #: builtin/am.c:1146 builtin/commit.c:376
4642 msgid "unable to write index file"
4643 msgstr ""
4645 #: builtin/am.c:1160
4646 #, c-format
4647 msgid "When you have resolved this problem, run \"%s --continue\"."
4648 msgstr ""
4650 #: builtin/am.c:1161
4651 #, c-format
4652 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4653 msgstr ""
4655 #: builtin/am.c:1162
4656 #, c-format
4657 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4658 msgstr ""
4660 #: builtin/am.c:1269
4661 msgid "Patch is empty."
4662 msgstr ""
4664 #: builtin/am.c:1335
4665 #, c-format
4666 msgid "invalid ident line: %.*s"
4667 msgstr ""
4669 #: builtin/am.c:1357
4670 #, c-format
4671 msgid "unable to parse commit %s"
4672 msgstr ""
4674 #: builtin/am.c:1550
4675 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4676 msgstr ""
4678 #: builtin/am.c:1552
4679 msgid "Using index info to reconstruct a base tree..."
4680 msgstr ""
4682 #: builtin/am.c:1571
4683 msgid ""
4684 "Did you hand edit your patch?\n"
4685 "It does not apply to blobs recorded in its index."
4686 msgstr ""
4688 #: builtin/am.c:1577
4689 msgid "Falling back to patching base and 3-way merge..."
4690 msgstr ""
4692 #: builtin/am.c:1602
4693 msgid "Failed to merge in the changes."
4694 msgstr ""
4696 #: builtin/am.c:1626 builtin/merge.c:642
4697 msgid "git write-tree failed to write a tree"
4698 msgstr ""
4700 #: builtin/am.c:1633
4701 msgid "applying to an empty history"
4702 msgstr ""
4704 #: builtin/am.c:1646 builtin/commit.c:1798 builtin/merge.c:825
4705 #: builtin/merge.c:850
4706 msgid "failed to write commit object"
4707 msgstr ""
4709 #: builtin/am.c:1679 builtin/am.c:1683
4710 #, c-format
4711 msgid "cannot resume: %s does not exist."
4712 msgstr ""
4714 #: builtin/am.c:1699
4715 msgid "cannot be interactive without stdin connected to a terminal."
4716 msgstr ""
4718 #: builtin/am.c:1704
4719 msgid "Commit Body is:"
4720 msgstr ""
4722 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4723 #. in your translation. The program will only accept English
4724 #. input at this point.
4726 #: builtin/am.c:1714
4727 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4728 msgstr ""
4730 #: builtin/am.c:1764
4731 #, c-format
4732 msgid "Dirty index: cannot apply patches (dirty: %s)"
4733 msgstr ""
4735 #: builtin/am.c:1804 builtin/am.c:1876
4736 #, c-format
4737 msgid "Applying: %.*s"
4738 msgstr ""
4740 #: builtin/am.c:1820
4741 msgid "No changes -- Patch already applied."
4742 msgstr ""
4744 #: builtin/am.c:1828
4745 #, c-format
4746 msgid "Patch failed at %s %.*s"
4747 msgstr ""
4749 #: builtin/am.c:1834
4750 #, c-format
4751 msgid "The copy of the patch that failed is found in: %s"
4752 msgstr ""
4754 #: builtin/am.c:1879
4755 msgid ""
4756 "No changes - did you forget to use 'git add'?\n"
4757 "If there is nothing left to stage, chances are that something else\n"
4758 "already introduced the same changes; you might want to skip this patch."
4759 msgstr ""
4761 #: builtin/am.c:1886
4762 msgid ""
4763 "You still have unmerged paths in your index.\n"
4764 "You should 'git add' each file with resolved conflicts to mark them as "
4765 "such.\n"
4766 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4767 msgstr ""
4769 #: builtin/am.c:1993 builtin/am.c:1997 builtin/am.c:2009 builtin/reset.c:332
4770 #: builtin/reset.c:340
4771 #, c-format
4772 msgid "Could not parse object '%s'."
4773 msgstr ""
4775 #: builtin/am.c:2045
4776 msgid "failed to clean index"
4777 msgstr ""
4779 #: builtin/am.c:2080
4780 msgid ""
4781 "You seem to have moved HEAD since the last 'am' failure.\n"
4782 "Not rewinding to ORIG_HEAD"
4783 msgstr ""
4785 #: builtin/am.c:2143
4786 #, c-format
4787 msgid "Invalid value for --patch-format: %s"
4788 msgstr ""
4790 #: builtin/am.c:2176
4791 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4792 msgstr ""
4794 #: builtin/am.c:2177
4795 msgid "git am [<options>] (--continue | --skip | --abort)"
4796 msgstr ""
4798 #: builtin/am.c:2183
4799 msgid "run interactively"
4800 msgstr ""
4802 #: builtin/am.c:2185
4803 msgid "historical option -- no-op"
4804 msgstr ""
4806 #: builtin/am.c:2187
4807 msgid "allow fall back on 3way merging if needed"
4808 msgstr ""
4810 #: builtin/am.c:2188 builtin/init-db.c:484 builtin/prune-packed.c:57
4811 #: builtin/repack.c:180
4812 msgid "be quiet"
4813 msgstr ""
4815 #: builtin/am.c:2190
4816 msgid "add a Signed-off-by line to the commit message"
4817 msgstr ""
4819 #: builtin/am.c:2193
4820 msgid "recode into utf8 (default)"
4821 msgstr ""
4823 #: builtin/am.c:2195
4824 msgid "pass -k flag to git-mailinfo"
4825 msgstr ""
4827 #: builtin/am.c:2197
4828 msgid "pass -b flag to git-mailinfo"
4829 msgstr ""
4831 #: builtin/am.c:2199
4832 msgid "pass -m flag to git-mailinfo"
4833 msgstr ""
4835 #: builtin/am.c:2201
4836 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4837 msgstr ""
4839 #: builtin/am.c:2204
4840 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4841 msgstr ""
4843 #: builtin/am.c:2207
4844 msgid "strip everything before a scissors line"
4845 msgstr ""
4847 #: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
4848 #: builtin/am.c:2221 builtin/am.c:2224 builtin/am.c:2227 builtin/am.c:2230
4849 #: builtin/am.c:2236
4850 msgid "pass it through git-apply"
4851 msgstr ""
4853 #: builtin/am.c:2226 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
4854 #: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
4855 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4856 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4857 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4858 msgid "n"
4859 msgstr ""
4861 #: builtin/am.c:2232 builtin/branch.c:629 builtin/for-each-ref.c:38
4862 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4863 msgid "format"
4864 msgstr ""
4866 #: builtin/am.c:2233
4867 msgid "format the patch(es) are in"
4868 msgstr ""
4870 #: builtin/am.c:2239
4871 msgid "override error message when patch failure occurs"
4872 msgstr ""
4874 #: builtin/am.c:2241
4875 msgid "continue applying patches after resolving a conflict"
4876 msgstr ""
4878 #: builtin/am.c:2244
4879 msgid "synonyms for --continue"
4880 msgstr ""
4882 #: builtin/am.c:2247
4883 msgid "skip the current patch"
4884 msgstr ""
4886 #: builtin/am.c:2250
4887 msgid "restore the original branch and abort the patching operation."
4888 msgstr ""
4890 #: builtin/am.c:2254
4891 msgid "lie about committer date"
4892 msgstr ""
4894 #: builtin/am.c:2256
4895 msgid "use current timestamp for author date"
4896 msgstr ""
4898 #: builtin/am.c:2258 builtin/commit.c:1636 builtin/merge.c:236
4899 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
4900 msgid "key-id"
4901 msgstr ""
4903 #: builtin/am.c:2259
4904 msgid "GPG-sign commits"
4905 msgstr ""
4907 #: builtin/am.c:2262
4908 msgid "(internal use for git-rebase)"
4909 msgstr ""
4911 #: builtin/am.c:2280
4912 msgid ""
4913 "The -b/--binary option has been a no-op for long time, and\n"
4914 "it will be removed. Please do not use it anymore."
4915 msgstr ""
4917 #: builtin/am.c:2287
4918 msgid "failed to read the index"
4919 msgstr ""
4921 #: builtin/am.c:2302
4922 #, c-format
4923 msgid "previous rebase directory %s still exists but mbox given."
4924 msgstr ""
4926 #: builtin/am.c:2326
4927 #, c-format
4928 msgid ""
4929 "Stray %s directory found.\n"
4930 "Use \"git am --abort\" to remove it."
4931 msgstr ""
4933 #: builtin/am.c:2332
4934 msgid "Resolve operation not in progress, we are not resuming."
4935 msgstr ""
4937 #: builtin/apply.c:8
4938 msgid "git apply [<options>] [<patch>...]"
4939 msgstr ""
4941 #: builtin/archive.c:17
4942 #, c-format
4943 msgid "could not create archive file '%s'"
4944 msgstr ""
4946 #: builtin/archive.c:20
4947 msgid "could not redirect output"
4948 msgstr ""
4950 #: builtin/archive.c:37
4951 msgid "git archive: Remote with no URL"
4952 msgstr ""
4954 #: builtin/archive.c:58
4955 msgid "git archive: expected ACK/NAK, got EOF"
4956 msgstr ""
4958 #: builtin/archive.c:61
4959 #, c-format
4960 msgid "git archive: NACK %s"
4961 msgstr ""
4963 #: builtin/archive.c:64
4964 msgid "git archive: protocol error"
4965 msgstr ""
4967 #: builtin/archive.c:68
4968 msgid "git archive: expected a flush"
4969 msgstr ""
4971 #: builtin/bisect--helper.c:12
4972 msgid "git bisect--helper --next-all [--no-checkout]"
4973 msgstr ""
4975 #: builtin/bisect--helper.c:13
4976 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
4977 msgstr ""
4979 #: builtin/bisect--helper.c:14
4980 msgid "git bisect--helper --bisect-clean-state"
4981 msgstr ""
4983 #: builtin/bisect--helper.c:46
4984 #, c-format
4985 msgid "'%s' is not a valid term"
4986 msgstr ""
4988 #: builtin/bisect--helper.c:50
4989 #, c-format
4990 msgid "can't use the builtin command '%s' as a term"
4991 msgstr ""
4993 #: builtin/bisect--helper.c:60
4994 #, c-format
4995 msgid "can't change the meaning of the term '%s'"
4996 msgstr ""
4998 #: builtin/bisect--helper.c:71
4999 msgid "please use two different terms"
5000 msgstr ""
5002 #: builtin/bisect--helper.c:78
5003 msgid "could not open the file BISECT_TERMS"
5004 msgstr ""
5006 #: builtin/bisect--helper.c:120
5007 msgid "perform 'git bisect next'"
5008 msgstr ""
5010 #: builtin/bisect--helper.c:122
5011 msgid "write the terms to .git/BISECT_TERMS"
5012 msgstr ""
5014 #: builtin/bisect--helper.c:124
5015 msgid "cleanup the bisection state"
5016 msgstr ""
5018 #: builtin/bisect--helper.c:126
5019 msgid "check for expected revs"
5020 msgstr ""
5022 #: builtin/bisect--helper.c:128
5023 msgid "update BISECT_HEAD instead of checking out the current commit"
5024 msgstr ""
5026 #: builtin/bisect--helper.c:143
5027 msgid "--write-terms requires two arguments"
5028 msgstr ""
5030 #: builtin/bisect--helper.c:147
5031 msgid "--bisect-clean-state requires no arguments"
5032 msgstr ""
5034 #: builtin/blame.c:27
5035 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5036 msgstr ""
5038 #: builtin/blame.c:32
5039 msgid "<rev-opts> are documented in git-rev-list(1)"
5040 msgstr ""
5042 #: builtin/blame.c:668
5043 msgid "Show blame entries as we find them, incrementally"
5044 msgstr ""
5046 #: builtin/blame.c:669
5047 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5048 msgstr ""
5050 #: builtin/blame.c:670
5051 msgid "Do not treat root commits as boundaries (Default: off)"
5052 msgstr ""
5054 #: builtin/blame.c:671
5055 msgid "Show work cost statistics"
5056 msgstr ""
5058 #: builtin/blame.c:672
5059 msgid "Force progress reporting"
5060 msgstr ""
5062 #: builtin/blame.c:673
5063 msgid "Show output score for blame entries"
5064 msgstr ""
5066 #: builtin/blame.c:674
5067 msgid "Show original filename (Default: auto)"
5068 msgstr ""
5070 #: builtin/blame.c:675
5071 msgid "Show original linenumber (Default: off)"
5072 msgstr ""
5074 #: builtin/blame.c:676
5075 msgid "Show in a format designed for machine consumption"
5076 msgstr ""
5078 #: builtin/blame.c:677
5079 msgid "Show porcelain format with per-line commit information"
5080 msgstr ""
5082 #: builtin/blame.c:678
5083 msgid "Use the same output mode as git-annotate (Default: off)"
5084 msgstr ""
5086 #: builtin/blame.c:679
5087 msgid "Show raw timestamp (Default: off)"
5088 msgstr ""
5090 #: builtin/blame.c:680
5091 msgid "Show long commit SHA1 (Default: off)"
5092 msgstr ""
5094 #: builtin/blame.c:681
5095 msgid "Suppress author name and timestamp (Default: off)"
5096 msgstr ""
5098 #: builtin/blame.c:682
5099 msgid "Show author email instead of name (Default: off)"
5100 msgstr ""
5102 #: builtin/blame.c:683
5103 msgid "Ignore whitespace differences"
5104 msgstr ""
5106 #: builtin/blame.c:690
5107 msgid "Use an experimental heuristic to improve diffs"
5108 msgstr ""
5110 #: builtin/blame.c:692
5111 msgid "Spend extra cycles to find better match"
5112 msgstr ""
5114 #: builtin/blame.c:693
5115 msgid "Use revisions from <file> instead of calling git-rev-list"
5116 msgstr ""
5118 #: builtin/blame.c:694
5119 msgid "Use <file>'s contents as the final image"
5120 msgstr ""
5122 #: builtin/blame.c:695 builtin/blame.c:696
5123 msgid "score"
5124 msgstr ""
5126 #: builtin/blame.c:695
5127 msgid "Find line copies within and across files"
5128 msgstr ""
5130 #: builtin/blame.c:696
5131 msgid "Find line movements within and across files"
5132 msgstr ""
5134 #: builtin/blame.c:697
5135 msgid "n,m"
5136 msgstr ""
5138 #: builtin/blame.c:697
5139 msgid "Process only line range n,m, counting from 1"
5140 msgstr ""
5142 #: builtin/blame.c:744
5143 msgid "--progress can't be used with --incremental or porcelain formats"
5144 msgstr ""
5146 #. TRANSLATORS: This string is used to tell us the
5147 #. maximum display width for a relative timestamp in
5148 #. "git blame" output.  For C locale, "4 years, 11
5149 #. months ago", which takes 22 places, is the longest
5150 #. among various forms of relative timestamps, but
5151 #. your language may need more or fewer display
5152 #. columns.
5154 #: builtin/blame.c:795
5155 msgid "4 years, 11 months ago"
5156 msgstr ""
5158 #: builtin/blame.c:882
5159 #, c-format
5160 msgid "file %s has only %lu line"
5161 msgid_plural "file %s has only %lu lines"
5162 msgstr[0] ""
5163 msgstr[1] ""
5165 #: builtin/blame.c:928
5166 msgid "Blaming lines"
5167 msgstr ""
5169 #: builtin/branch.c:27
5170 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5171 msgstr ""
5173 #: builtin/branch.c:28
5174 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5175 msgstr ""
5177 #: builtin/branch.c:29
5178 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5179 msgstr ""
5181 #: builtin/branch.c:30
5182 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5183 msgstr ""
5185 #: builtin/branch.c:31
5186 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5187 msgstr ""
5189 #: builtin/branch.c:32
5190 msgid "git branch [<options>] [-r | -a] [--points-at]"
5191 msgstr ""
5193 #: builtin/branch.c:33
5194 msgid "git branch [<options>] [-r | -a] [--format]"
5195 msgstr ""
5197 #: builtin/branch.c:146
5198 #, c-format
5199 msgid ""
5200 "deleting branch '%s' that has been merged to\n"
5201 "         '%s', but not yet merged to HEAD."
5202 msgstr ""
5204 #: builtin/branch.c:150
5205 #, c-format
5206 msgid ""
5207 "not deleting branch '%s' that is not yet merged to\n"
5208 "         '%s', even though it is merged to HEAD."
5209 msgstr ""
5211 #: builtin/branch.c:164
5212 #, c-format
5213 msgid "Couldn't look up commit object for '%s'"
5214 msgstr ""
5216 #: builtin/branch.c:168
5217 #, c-format
5218 msgid ""
5219 "The branch '%s' is not fully merged.\n"
5220 "If you are sure you want to delete it, run 'git branch -D %s'."
5221 msgstr ""
5223 #: builtin/branch.c:181
5224 msgid "Update of config-file failed"
5225 msgstr ""
5227 #: builtin/branch.c:212
5228 msgid "cannot use -a with -d"
5229 msgstr ""
5231 #: builtin/branch.c:218
5232 msgid "Couldn't look up commit object for HEAD"
5233 msgstr ""
5235 #: builtin/branch.c:232
5236 #, c-format
5237 msgid "Cannot delete branch '%s' checked out at '%s'"
5238 msgstr ""
5240 #: builtin/branch.c:247
5241 #, c-format
5242 msgid "remote-tracking branch '%s' not found."
5243 msgstr ""
5245 #: builtin/branch.c:248
5246 #, c-format
5247 msgid "branch '%s' not found."
5248 msgstr ""
5250 #: builtin/branch.c:263
5251 #, c-format
5252 msgid "Error deleting remote-tracking branch '%s'"
5253 msgstr ""
5255 #: builtin/branch.c:264
5256 #, c-format
5257 msgid "Error deleting branch '%s'"
5258 msgstr ""
5260 #: builtin/branch.c:271
5261 #, c-format
5262 msgid "Deleted remote-tracking branch %s (was %s).\n"
5263 msgstr ""
5265 #: builtin/branch.c:272
5266 #, c-format
5267 msgid "Deleted branch %s (was %s).\n"
5268 msgstr ""
5270 #: builtin/branch.c:417 builtin/tag.c:58
5271 msgid "unable to parse format string"
5272 msgstr ""
5274 #: builtin/branch.c:450
5275 #, c-format
5276 msgid "Branch %s is being rebased at %s"
5277 msgstr ""
5279 #: builtin/branch.c:454
5280 #, c-format
5281 msgid "Branch %s is being bisected at %s"
5282 msgstr ""
5284 #: builtin/branch.c:471
5285 msgid "cannot copy the current branch while not on any."
5286 msgstr ""
5288 #: builtin/branch.c:473
5289 msgid "cannot rename the current branch while not on any."
5290 msgstr ""
5292 #: builtin/branch.c:484
5293 #, c-format
5294 msgid "Invalid branch name: '%s'"
5295 msgstr ""
5297 #: builtin/branch.c:511
5298 msgid "Branch rename failed"
5299 msgstr ""
5301 #: builtin/branch.c:513
5302 msgid "Branch copy failed"
5303 msgstr ""
5305 #: builtin/branch.c:517
5306 #, c-format
5307 msgid "Created a copy of a misnamed branch '%s'"
5308 msgstr ""
5310 #: builtin/branch.c:520
5311 #, c-format
5312 msgid "Renamed a misnamed branch '%s' away"
5313 msgstr ""
5315 #: builtin/branch.c:526
5316 #, c-format
5317 msgid "Branch renamed to %s, but HEAD is not updated!"
5318 msgstr ""
5320 #: builtin/branch.c:535
5321 msgid "Branch is renamed, but update of config-file failed"
5322 msgstr ""
5324 #: builtin/branch.c:537
5325 msgid "Branch is copied, but update of config-file failed"
5326 msgstr ""
5328 #: builtin/branch.c:553
5329 #, c-format
5330 msgid ""
5331 "Please edit the description for the branch\n"
5332 "  %s\n"
5333 "Lines starting with '%c' will be stripped.\n"
5334 msgstr ""
5336 #: builtin/branch.c:586
5337 msgid "Generic options"
5338 msgstr ""
5340 #: builtin/branch.c:588
5341 msgid "show hash and subject, give twice for upstream branch"
5342 msgstr ""
5344 #: builtin/branch.c:589
5345 msgid "suppress informational messages"
5346 msgstr ""
5348 #: builtin/branch.c:590
5349 msgid "set up tracking mode (see git-pull(1))"
5350 msgstr ""
5352 #: builtin/branch.c:592
5353 msgid "do not use"
5354 msgstr ""
5356 #: builtin/branch.c:594
5357 msgid "upstream"
5358 msgstr ""
5360 #: builtin/branch.c:594
5361 msgid "change the upstream info"
5362 msgstr ""
5364 #: builtin/branch.c:595
5365 msgid "Unset the upstream info"
5366 msgstr ""
5368 #: builtin/branch.c:596
5369 msgid "use colored output"
5370 msgstr ""
5372 #: builtin/branch.c:597
5373 msgid "act on remote-tracking branches"
5374 msgstr ""
5376 #: builtin/branch.c:599 builtin/branch.c:601
5377 msgid "print only branches that contain the commit"
5378 msgstr ""
5380 #: builtin/branch.c:600 builtin/branch.c:602
5381 msgid "print only branches that don't contain the commit"
5382 msgstr ""
5384 #: builtin/branch.c:605
5385 msgid "Specific git-branch actions:"
5386 msgstr ""
5388 #: builtin/branch.c:606
5389 msgid "list both remote-tracking and local branches"
5390 msgstr ""
5392 #: builtin/branch.c:608
5393 msgid "delete fully merged branch"
5394 msgstr ""
5396 #: builtin/branch.c:609
5397 msgid "delete branch (even if not merged)"
5398 msgstr ""
5400 #: builtin/branch.c:610
5401 msgid "move/rename a branch and its reflog"
5402 msgstr ""
5404 #: builtin/branch.c:611
5405 msgid "move/rename a branch, even if target exists"
5406 msgstr ""
5408 #: builtin/branch.c:612
5409 msgid "copy a branch and its reflog"
5410 msgstr ""
5412 #: builtin/branch.c:613
5413 msgid "copy a branch, even if target exists"
5414 msgstr ""
5416 #: builtin/branch.c:614
5417 msgid "list branch names"
5418 msgstr ""
5420 #: builtin/branch.c:615
5421 msgid "create the branch's reflog"
5422 msgstr ""
5424 #: builtin/branch.c:617
5425 msgid "edit the description for the branch"
5426 msgstr ""
5428 #: builtin/branch.c:618
5429 msgid "force creation, move/rename, deletion"
5430 msgstr ""
5432 #: builtin/branch.c:619
5433 msgid "print only branches that are merged"
5434 msgstr ""
5436 #: builtin/branch.c:620
5437 msgid "print only branches that are not merged"
5438 msgstr ""
5440 #: builtin/branch.c:621
5441 msgid "list branches in columns"
5442 msgstr ""
5444 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5445 msgid "key"
5446 msgstr ""
5448 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5449 msgid "field name to sort on"
5450 msgstr ""
5452 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5453 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5454 #: builtin/tag.c:408
5455 msgid "object"
5456 msgstr ""
5458 #: builtin/branch.c:626
5459 msgid "print only branches of the object"
5460 msgstr ""
5462 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5463 msgid "sorting and filtering are case insensitive"
5464 msgstr ""
5466 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5467 #: builtin/verify-tag.c:39
5468 msgid "format to use for the output"
5469 msgstr ""
5471 #: builtin/branch.c:652 builtin/clone.c:730
5472 msgid "HEAD not found below refs/heads!"
5473 msgstr ""
5475 #: builtin/branch.c:675
5476 msgid "--column and --verbose are incompatible"
5477 msgstr ""
5479 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5480 msgid "branch name required"
5481 msgstr ""
5483 #: builtin/branch.c:718
5484 msgid "Cannot give description to detached HEAD"
5485 msgstr ""
5487 #: builtin/branch.c:723
5488 msgid "cannot edit description of more than one branch"
5489 msgstr ""
5491 #: builtin/branch.c:730
5492 #, c-format
5493 msgid "No commit on branch '%s' yet."
5494 msgstr ""
5496 #: builtin/branch.c:733
5497 #, c-format
5498 msgid "No branch named '%s'."
5499 msgstr ""
5501 #: builtin/branch.c:748
5502 msgid "too many branches for a copy operation"
5503 msgstr ""
5505 #: builtin/branch.c:757
5506 msgid "too many arguments for a rename operation"
5507 msgstr ""
5509 #: builtin/branch.c:762
5510 msgid "too many arguments to set new upstream"
5511 msgstr ""
5513 #: builtin/branch.c:766
5514 #, c-format
5515 msgid ""
5516 "could not set upstream of HEAD to %s when it does not point to any branch."
5517 msgstr ""
5519 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5520 #, c-format
5521 msgid "no such branch '%s'"
5522 msgstr ""
5524 #: builtin/branch.c:773
5525 #, c-format
5526 msgid "branch '%s' does not exist"
5527 msgstr ""
5529 #: builtin/branch.c:785
5530 msgid "too many arguments to unset upstream"
5531 msgstr ""
5533 #: builtin/branch.c:789
5534 msgid "could not unset upstream of HEAD when it does not point to any branch."
5535 msgstr ""
5537 #: builtin/branch.c:795
5538 #, c-format
5539 msgid "Branch '%s' has no upstream information"
5540 msgstr ""
5542 #: builtin/branch.c:810
5543 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5544 msgstr ""
5546 #: builtin/branch.c:813
5547 msgid ""
5548 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5549 "'--set-upstream-to' instead."
5550 msgstr ""
5552 #: builtin/bundle.c:45
5553 #, c-format
5554 msgid "%s is okay\n"
5555 msgstr ""
5557 #: builtin/bundle.c:58
5558 msgid "Need a repository to create a bundle."
5559 msgstr ""
5561 #: builtin/bundle.c:62
5562 msgid "Need a repository to unbundle."
5563 msgstr ""
5565 #: builtin/cat-file.c:521
5566 msgid ""
5567 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5568 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5569 msgstr ""
5571 #: builtin/cat-file.c:522
5572 msgid ""
5573 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5574 "filters]"
5575 msgstr ""
5577 #: builtin/cat-file.c:559
5578 msgid "<type> can be one of: blob, tree, commit, tag"
5579 msgstr ""
5581 #: builtin/cat-file.c:560
5582 msgid "show object type"
5583 msgstr ""
5585 #: builtin/cat-file.c:561
5586 msgid "show object size"
5587 msgstr ""
5589 #: builtin/cat-file.c:563
5590 msgid "exit with zero when there's no error"
5591 msgstr ""
5593 #: builtin/cat-file.c:564
5594 msgid "pretty-print object's content"
5595 msgstr ""
5597 #: builtin/cat-file.c:566
5598 msgid "for blob objects, run textconv on object's content"
5599 msgstr ""
5601 #: builtin/cat-file.c:568
5602 msgid "for blob objects, run filters on object's content"
5603 msgstr ""
5605 #: builtin/cat-file.c:569 git-submodule.sh:931
5606 msgid "blob"
5607 msgstr ""
5609 #: builtin/cat-file.c:570
5610 msgid "use a specific path for --textconv/--filters"
5611 msgstr ""
5613 #: builtin/cat-file.c:572
5614 msgid "allow -s and -t to work with broken/corrupt objects"
5615 msgstr ""
5617 #: builtin/cat-file.c:573
5618 msgid "buffer --batch output"
5619 msgstr ""
5621 #: builtin/cat-file.c:575
5622 msgid "show info and content of objects fed from the standard input"
5623 msgstr ""
5625 #: builtin/cat-file.c:578
5626 msgid "show info about objects fed from the standard input"
5627 msgstr ""
5629 #: builtin/cat-file.c:581
5630 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5631 msgstr ""
5633 #: builtin/cat-file.c:583
5634 msgid "show all objects with --batch or --batch-check"
5635 msgstr ""
5637 #: builtin/check-attr.c:12
5638 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5639 msgstr ""
5641 #: builtin/check-attr.c:13
5642 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5643 msgstr ""
5645 #: builtin/check-attr.c:20
5646 msgid "report all attributes set on file"
5647 msgstr ""
5649 #: builtin/check-attr.c:21
5650 msgid "use .gitattributes only from the index"
5651 msgstr ""
5653 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5654 msgid "read file names from stdin"
5655 msgstr ""
5657 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5658 msgid "terminate input and output records by a NUL character"
5659 msgstr ""
5661 #: builtin/check-ignore.c:20 builtin/checkout.c:1118 builtin/gc.c:358
5662 msgid "suppress progress reporting"
5663 msgstr ""
5665 #: builtin/check-ignore.c:28
5666 msgid "show non-matching input paths"
5667 msgstr ""
5669 #: builtin/check-ignore.c:30
5670 msgid "ignore index when checking"
5671 msgstr ""
5673 #: builtin/check-ignore.c:158
5674 msgid "cannot specify pathnames with --stdin"
5675 msgstr ""
5677 #: builtin/check-ignore.c:161
5678 msgid "-z only makes sense with --stdin"
5679 msgstr ""
5681 #: builtin/check-ignore.c:163
5682 msgid "no path specified"
5683 msgstr ""
5685 #: builtin/check-ignore.c:167
5686 msgid "--quiet is only valid with a single pathname"
5687 msgstr ""
5689 #: builtin/check-ignore.c:169
5690 msgid "cannot have both --quiet and --verbose"
5691 msgstr ""
5693 #: builtin/check-ignore.c:172
5694 msgid "--non-matching is only valid with --verbose"
5695 msgstr ""
5697 #: builtin/check-mailmap.c:9
5698 msgid "git check-mailmap [<options>] <contact>..."
5699 msgstr ""
5701 #: builtin/check-mailmap.c:14
5702 msgid "also read contacts from stdin"
5703 msgstr ""
5705 #: builtin/check-mailmap.c:25
5706 #, c-format
5707 msgid "unable to parse contact: %s"
5708 msgstr ""
5710 #: builtin/check-mailmap.c:48
5711 msgid "no contacts specified"
5712 msgstr ""
5714 #: builtin/checkout-index.c:128
5715 msgid "git checkout-index [<options>] [--] [<file>...]"
5716 msgstr ""
5718 #: builtin/checkout-index.c:143
5719 msgid "stage should be between 1 and 3 or all"
5720 msgstr ""
5722 #: builtin/checkout-index.c:159
5723 msgid "check out all files in the index"
5724 msgstr ""
5726 #: builtin/checkout-index.c:160
5727 msgid "force overwrite of existing files"
5728 msgstr ""
5730 #: builtin/checkout-index.c:162
5731 msgid "no warning for existing files and files not in index"
5732 msgstr ""
5734 #: builtin/checkout-index.c:164
5735 msgid "don't checkout new files"
5736 msgstr ""
5738 #: builtin/checkout-index.c:166
5739 msgid "update stat information in the index file"
5740 msgstr ""
5742 #: builtin/checkout-index.c:170
5743 msgid "read list of paths from the standard input"
5744 msgstr ""
5746 #: builtin/checkout-index.c:172
5747 msgid "write the content to temporary files"
5748 msgstr ""
5750 #: builtin/checkout-index.c:173 builtin/column.c:31
5751 #: builtin/submodule--helper.c:866 builtin/submodule--helper.c:869
5752 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1237
5753 #: builtin/worktree.c:552
5754 msgid "string"
5755 msgstr ""
5757 #: builtin/checkout-index.c:174
5758 msgid "when creating files, prepend <string>"
5759 msgstr ""
5761 #: builtin/checkout-index.c:176
5762 msgid "copy out the files from named stage"
5763 msgstr ""
5765 #: builtin/checkout.c:27
5766 msgid "git checkout [<options>] <branch>"
5767 msgstr ""
5769 #: builtin/checkout.c:28
5770 msgid "git checkout [<options>] [<branch>] -- <file>..."
5771 msgstr ""
5773 #: builtin/checkout.c:136 builtin/checkout.c:169
5774 #, c-format
5775 msgid "path '%s' does not have our version"
5776 msgstr ""
5778 #: builtin/checkout.c:138 builtin/checkout.c:171
5779 #, c-format
5780 msgid "path '%s' does not have their version"
5781 msgstr ""
5783 #: builtin/checkout.c:154
5784 #, c-format
5785 msgid "path '%s' does not have all necessary versions"
5786 msgstr ""
5788 #: builtin/checkout.c:198
5789 #, c-format
5790 msgid "path '%s' does not have necessary versions"
5791 msgstr ""
5793 #: builtin/checkout.c:215
5794 #, c-format
5795 msgid "path '%s': cannot merge"
5796 msgstr ""
5798 #: builtin/checkout.c:232
5799 #, c-format
5800 msgid "Unable to add merge result for '%s'"
5801 msgstr ""
5803 #: builtin/checkout.c:254 builtin/checkout.c:257 builtin/checkout.c:260
5804 #: builtin/checkout.c:263
5805 #, c-format
5806 msgid "'%s' cannot be used with updating paths"
5807 msgstr ""
5809 #: builtin/checkout.c:266 builtin/checkout.c:269
5810 #, c-format
5811 msgid "'%s' cannot be used with %s"
5812 msgstr ""
5814 #: builtin/checkout.c:272
5815 #, c-format
5816 msgid "Cannot update paths and switch to branch '%s' at the same time."
5817 msgstr ""
5819 #: builtin/checkout.c:341 builtin/checkout.c:348
5820 #, c-format
5821 msgid "path '%s' is unmerged"
5822 msgstr ""
5824 #: builtin/checkout.c:506
5825 msgid "you need to resolve your current index first"
5826 msgstr ""
5828 #: builtin/checkout.c:637
5829 #, c-format
5830 msgid "Can not do reflog for '%s': %s\n"
5831 msgstr ""
5833 #: builtin/checkout.c:678
5834 msgid "HEAD is now at"
5835 msgstr ""
5837 #: builtin/checkout.c:682 builtin/clone.c:684
5838 msgid "unable to update HEAD"
5839 msgstr ""
5841 #: builtin/checkout.c:686
5842 #, c-format
5843 msgid "Reset branch '%s'\n"
5844 msgstr ""
5846 #: builtin/checkout.c:689
5847 #, c-format
5848 msgid "Already on '%s'\n"
5849 msgstr ""
5851 #: builtin/checkout.c:693
5852 #, c-format
5853 msgid "Switched to and reset branch '%s'\n"
5854 msgstr ""
5856 #: builtin/checkout.c:695 builtin/checkout.c:1051
5857 #, c-format
5858 msgid "Switched to a new branch '%s'\n"
5859 msgstr ""
5861 #: builtin/checkout.c:697
5862 #, c-format
5863 msgid "Switched to branch '%s'\n"
5864 msgstr ""
5866 #: builtin/checkout.c:748
5867 #, c-format
5868 msgid " ... and %d more.\n"
5869 msgstr ""
5871 #: builtin/checkout.c:754
5872 #, c-format
5873 msgid ""
5874 "Warning: you are leaving %d commit behind, not connected to\n"
5875 "any of your branches:\n"
5876 "\n"
5877 "%s\n"
5878 msgid_plural ""
5879 "Warning: you are leaving %d commits behind, not connected to\n"
5880 "any of your branches:\n"
5881 "\n"
5882 "%s\n"
5883 msgstr[0] ""
5884 msgstr[1] ""
5886 #: builtin/checkout.c:773
5887 #, c-format
5888 msgid ""
5889 "If you want to keep it by creating a new branch, this may be a good time\n"
5890 "to do so with:\n"
5891 "\n"
5892 " git branch <new-branch-name> %s\n"
5893 "\n"
5894 msgid_plural ""
5895 "If you want to keep them by creating a new branch, this may be a good time\n"
5896 "to do so with:\n"
5897 "\n"
5898 " git branch <new-branch-name> %s\n"
5899 "\n"
5900 msgstr[0] ""
5901 msgstr[1] ""
5903 #: builtin/checkout.c:814
5904 msgid "internal error in revision walk"
5905 msgstr ""
5907 #: builtin/checkout.c:818
5908 msgid "Previous HEAD position was"
5909 msgstr ""
5911 #: builtin/checkout.c:848 builtin/checkout.c:1046
5912 msgid "You are on a branch yet to be born"
5913 msgstr ""
5915 #: builtin/checkout.c:952
5916 #, c-format
5917 msgid "only one reference expected, %d given."
5918 msgstr ""
5920 #: builtin/checkout.c:992 builtin/worktree.c:247
5921 #, c-format
5922 msgid "invalid reference: %s"
5923 msgstr ""
5925 #: builtin/checkout.c:1021
5926 #, c-format
5927 msgid "reference is not a tree: %s"
5928 msgstr ""
5930 #: builtin/checkout.c:1060
5931 msgid "paths cannot be used with switching branches"
5932 msgstr ""
5934 #: builtin/checkout.c:1063 builtin/checkout.c:1067
5935 #, c-format
5936 msgid "'%s' cannot be used with switching branches"
5937 msgstr ""
5939 #: builtin/checkout.c:1071 builtin/checkout.c:1074 builtin/checkout.c:1079
5940 #: builtin/checkout.c:1082
5941 #, c-format
5942 msgid "'%s' cannot be used with '%s'"
5943 msgstr ""
5945 #: builtin/checkout.c:1087
5946 #, c-format
5947 msgid "Cannot switch branch to a non-commit '%s'"
5948 msgstr ""
5950 #: builtin/checkout.c:1119 builtin/checkout.c:1121 builtin/clone.c:114
5951 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:369
5952 #: builtin/worktree.c:371
5953 msgid "branch"
5954 msgstr ""
5956 #: builtin/checkout.c:1120
5957 msgid "create and checkout a new branch"
5958 msgstr ""
5960 #: builtin/checkout.c:1122
5961 msgid "create/reset and checkout a branch"
5962 msgstr ""
5964 #: builtin/checkout.c:1123
5965 msgid "create reflog for new branch"
5966 msgstr ""
5968 #: builtin/checkout.c:1124 builtin/worktree.c:373
5969 msgid "detach HEAD at named commit"
5970 msgstr ""
5972 #: builtin/checkout.c:1125
5973 msgid "set upstream info for new branch"
5974 msgstr ""
5976 #: builtin/checkout.c:1127
5977 msgid "new-branch"
5978 msgstr ""
5980 #: builtin/checkout.c:1127
5981 msgid "new unparented branch"
5982 msgstr ""
5984 #: builtin/checkout.c:1128
5985 msgid "checkout our version for unmerged files"
5986 msgstr ""
5988 #: builtin/checkout.c:1130
5989 msgid "checkout their version for unmerged files"
5990 msgstr ""
5992 #: builtin/checkout.c:1132
5993 msgid "force checkout (throw away local modifications)"
5994 msgstr ""
5996 #: builtin/checkout.c:1133
5997 msgid "perform a 3-way merge with the new branch"
5998 msgstr ""
6000 #: builtin/checkout.c:1134 builtin/merge.c:238
6001 msgid "update ignored files (default)"
6002 msgstr ""
6004 #: builtin/checkout.c:1135 builtin/log.c:1496 parse-options.h:251
6005 msgid "style"
6006 msgstr ""
6008 #: builtin/checkout.c:1136
6009 msgid "conflict style (merge or diff3)"
6010 msgstr ""
6012 #: builtin/checkout.c:1139
6013 msgid "do not limit pathspecs to sparse entries only"
6014 msgstr ""
6016 #: builtin/checkout.c:1141
6017 msgid "second guess 'git checkout <no-such-branch>'"
6018 msgstr ""
6020 #: builtin/checkout.c:1143
6021 msgid "do not check if another worktree is holding the given ref"
6022 msgstr ""
6024 #: builtin/checkout.c:1147 builtin/clone.c:81 builtin/fetch.c:137
6025 #: builtin/merge.c:235 builtin/pull.c:123 builtin/push.c:556
6026 #: builtin/send-pack.c:173
6027 msgid "force progress reporting"
6028 msgstr ""
6030 #: builtin/checkout.c:1177
6031 msgid "-b, -B and --orphan are mutually exclusive"
6032 msgstr ""
6034 #: builtin/checkout.c:1194
6035 msgid "--track needs a branch name"
6036 msgstr ""
6038 #: builtin/checkout.c:1199
6039 msgid "Missing branch name; try -b"
6040 msgstr ""
6042 #: builtin/checkout.c:1235
6043 msgid "invalid path specification"
6044 msgstr ""
6046 #: builtin/checkout.c:1242
6047 #, c-format
6048 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6049 msgstr ""
6051 #: builtin/checkout.c:1246
6052 #, c-format
6053 msgid "git checkout: --detach does not take a path argument '%s'"
6054 msgstr ""
6056 #: builtin/checkout.c:1250
6057 msgid ""
6058 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6059 "checking out of the index."
6060 msgstr ""
6062 #: builtin/clean.c:26
6063 msgid ""
6064 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6065 msgstr ""
6067 #: builtin/clean.c:30
6068 #, c-format
6069 msgid "Removing %s\n"
6070 msgstr ""
6072 #: builtin/clean.c:31
6073 #, c-format
6074 msgid "Would remove %s\n"
6075 msgstr ""
6077 #: builtin/clean.c:32
6078 #, c-format
6079 msgid "Skipping repository %s\n"
6080 msgstr ""
6082 #: builtin/clean.c:33
6083 #, c-format
6084 msgid "Would skip repository %s\n"
6085 msgstr ""
6087 #: builtin/clean.c:34
6088 #, c-format
6089 msgid "failed to remove %s"
6090 msgstr ""
6092 #: builtin/clean.c:302 git-add--interactive.perl:572
6093 #, c-format
6094 msgid ""
6095 "Prompt help:\n"
6096 "1          - select a numbered item\n"
6097 "foo        - select item based on unique prefix\n"
6098 "           - (empty) select nothing\n"
6099 msgstr ""
6101 #: builtin/clean.c:306 git-add--interactive.perl:581
6102 #, c-format
6103 msgid ""
6104 "Prompt help:\n"
6105 "1          - select a single item\n"
6106 "3-5        - select a range of items\n"
6107 "2-3,6-9    - select multiple ranges\n"
6108 "foo        - select item based on unique prefix\n"
6109 "-...       - unselect specified items\n"
6110 "*          - choose all items\n"
6111 "           - (empty) finish selecting\n"
6112 msgstr ""
6114 #: builtin/clean.c:522 git-add--interactive.perl:547
6115 #: git-add--interactive.perl:552
6116 #, c-format, perl-format
6117 msgid "Huh (%s)?\n"
6118 msgstr ""
6120 #: builtin/clean.c:664
6121 #, c-format
6122 msgid "Input ignore patterns>> "
6123 msgstr ""
6125 #: builtin/clean.c:701
6126 #, c-format
6127 msgid "WARNING: Cannot find items matched by: %s"
6128 msgstr ""
6130 #: builtin/clean.c:722
6131 msgid "Select items to delete"
6132 msgstr ""
6134 #. TRANSLATORS: Make sure to keep [y/N] as is
6135 #: builtin/clean.c:763
6136 #, c-format
6137 msgid "Remove %s [y/N]? "
6138 msgstr ""
6140 #: builtin/clean.c:788 git-add--interactive.perl:1616
6141 #, c-format
6142 msgid "Bye.\n"
6143 msgstr ""
6145 #: builtin/clean.c:796
6146 msgid ""
6147 "clean               - start cleaning\n"
6148 "filter by pattern   - exclude items from deletion\n"
6149 "select by numbers   - select items to be deleted by numbers\n"
6150 "ask each            - confirm each deletion (like \"rm -i\")\n"
6151 "quit                - stop cleaning\n"
6152 "help                - this screen\n"
6153 "?                   - help for prompt selection"
6154 msgstr ""
6156 #: builtin/clean.c:823 git-add--interactive.perl:1692
6157 msgid "*** Commands ***"
6158 msgstr ""
6160 #: builtin/clean.c:824 git-add--interactive.perl:1689
6161 msgid "What now"
6162 msgstr ""
6164 #: builtin/clean.c:832
6165 msgid "Would remove the following item:"
6166 msgid_plural "Would remove the following items:"
6167 msgstr[0] ""
6168 msgstr[1] ""
6170 #: builtin/clean.c:848
6171 msgid "No more files to clean, exiting."
6172 msgstr ""
6174 #: builtin/clean.c:910
6175 msgid "do not print names of files removed"
6176 msgstr ""
6178 #: builtin/clean.c:912
6179 msgid "force"
6180 msgstr ""
6182 #: builtin/clean.c:913
6183 msgid "interactive cleaning"
6184 msgstr ""
6186 #: builtin/clean.c:915
6187 msgid "remove whole directories"
6188 msgstr ""
6190 #: builtin/clean.c:916 builtin/describe.c:530 builtin/describe.c:532
6191 #: builtin/grep.c:863 builtin/log.c:155 builtin/log.c:157
6192 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6193 #: builtin/show-ref.c:176
6194 msgid "pattern"
6195 msgstr ""
6197 #: builtin/clean.c:917
6198 msgid "add <pattern> to ignore rules"
6199 msgstr ""
6201 #: builtin/clean.c:918
6202 msgid "remove ignored files, too"
6203 msgstr ""
6205 #: builtin/clean.c:920
6206 msgid "remove only ignored files"
6207 msgstr ""
6209 #: builtin/clean.c:938
6210 msgid "-x and -X cannot be used together"
6211 msgstr ""
6213 #: builtin/clean.c:942
6214 msgid ""
6215 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6216 "clean"
6217 msgstr ""
6219 #: builtin/clean.c:945
6220 msgid ""
6221 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6222 "refusing to clean"
6223 msgstr ""
6225 #: builtin/clone.c:39
6226 msgid "git clone [<options>] [--] <repo> [<dir>]"
6227 msgstr ""
6229 #: builtin/clone.c:83
6230 msgid "don't create a checkout"
6231 msgstr ""
6233 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6234 msgid "create a bare repository"
6235 msgstr ""
6237 #: builtin/clone.c:88
6238 msgid "create a mirror repository (implies bare)"
6239 msgstr ""
6241 #: builtin/clone.c:90
6242 msgid "to clone from a local repository"
6243 msgstr ""
6245 #: builtin/clone.c:92
6246 msgid "don't use local hardlinks, always copy"
6247 msgstr ""
6249 #: builtin/clone.c:94
6250 msgid "setup as shared repository"
6251 msgstr ""
6253 #: builtin/clone.c:96 builtin/clone.c:100
6254 msgid "pathspec"
6255 msgstr ""
6257 #: builtin/clone.c:96 builtin/clone.c:100
6258 msgid "initialize submodules in the clone"
6259 msgstr ""
6261 #: builtin/clone.c:103
6262 msgid "number of submodules cloned in parallel"
6263 msgstr ""
6265 #: builtin/clone.c:104 builtin/init-db.c:476
6266 msgid "template-directory"
6267 msgstr ""
6269 #: builtin/clone.c:105 builtin/init-db.c:477
6270 msgid "directory from which templates will be used"
6271 msgstr ""
6273 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:873
6274 #: builtin/submodule--helper.c:1240
6275 msgid "reference repository"
6276 msgstr ""
6278 #: builtin/clone.c:111
6279 msgid "use --reference only while cloning"
6280 msgstr ""
6282 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6283 msgid "name"
6284 msgstr ""
6286 #: builtin/clone.c:113
6287 msgid "use <name> instead of 'origin' to track upstream"
6288 msgstr ""
6290 #: builtin/clone.c:115
6291 msgid "checkout <branch> instead of the remote's HEAD"
6292 msgstr ""
6294 #: builtin/clone.c:117
6295 msgid "path to git-upload-pack on the remote"
6296 msgstr ""
6298 #: builtin/clone.c:118 builtin/fetch.c:138 builtin/grep.c:806
6299 #: builtin/pull.c:211
6300 msgid "depth"
6301 msgstr ""
6303 #: builtin/clone.c:119
6304 msgid "create a shallow clone of that depth"
6305 msgstr ""
6307 #: builtin/clone.c:120 builtin/fetch.c:140 builtin/pack-objects.c:2991
6308 #: parse-options.h:142
6309 msgid "time"
6310 msgstr ""
6312 #: builtin/clone.c:121
6313 msgid "create a shallow clone since a specific time"
6314 msgstr ""
6316 #: builtin/clone.c:122 builtin/fetch.c:142
6317 msgid "revision"
6318 msgstr ""
6320 #: builtin/clone.c:123 builtin/fetch.c:143
6321 msgid "deepen history of shallow clone, excluding rev"
6322 msgstr ""
6324 #: builtin/clone.c:125
6325 msgid "clone only one branch, HEAD or --branch"
6326 msgstr ""
6328 #: builtin/clone.c:127
6329 msgid "don't clone any tags, and make later fetches not to follow them"
6330 msgstr ""
6332 #: builtin/clone.c:129
6333 msgid "any cloned submodules will be shallow"
6334 msgstr ""
6336 #: builtin/clone.c:130 builtin/init-db.c:485
6337 msgid "gitdir"
6338 msgstr ""
6340 #: builtin/clone.c:131 builtin/init-db.c:486
6341 msgid "separate git dir from working tree"
6342 msgstr ""
6344 #: builtin/clone.c:132
6345 msgid "key=value"
6346 msgstr ""
6348 #: builtin/clone.c:133
6349 msgid "set config inside the new repository"
6350 msgstr ""
6352 #: builtin/clone.c:134 builtin/fetch.c:160 builtin/pull.c:224
6353 #: builtin/push.c:567
6354 msgid "use IPv4 addresses only"
6355 msgstr ""
6357 #: builtin/clone.c:136 builtin/fetch.c:162 builtin/pull.c:227
6358 #: builtin/push.c:569
6359 msgid "use IPv6 addresses only"
6360 msgstr ""
6362 #: builtin/clone.c:273
6363 msgid ""
6364 "No directory name could be guessed.\n"
6365 "Please specify a directory on the command line"
6366 msgstr ""
6368 #: builtin/clone.c:326
6369 #, c-format
6370 msgid "info: Could not add alternate for '%s': %s\n"
6371 msgstr ""
6373 #: builtin/clone.c:398
6374 #, c-format
6375 msgid "failed to open '%s'"
6376 msgstr ""
6378 #: builtin/clone.c:406
6379 #, c-format
6380 msgid "%s exists and is not a directory"
6381 msgstr ""
6383 #: builtin/clone.c:420
6384 #, c-format
6385 msgid "failed to stat %s\n"
6386 msgstr ""
6388 #: builtin/clone.c:442
6389 #, c-format
6390 msgid "failed to create link '%s'"
6391 msgstr ""
6393 #: builtin/clone.c:446
6394 #, c-format
6395 msgid "failed to copy file to '%s'"
6396 msgstr ""
6398 #: builtin/clone.c:472
6399 #, c-format
6400 msgid "done.\n"
6401 msgstr ""
6403 #: builtin/clone.c:484
6404 msgid ""
6405 "Clone succeeded, but checkout failed.\n"
6406 "You can inspect what was checked out with 'git status'\n"
6407 "and retry the checkout with 'git checkout -f HEAD'\n"
6408 msgstr ""
6410 #: builtin/clone.c:561
6411 #, c-format
6412 msgid "Could not find remote branch %s to clone."
6413 msgstr ""
6415 #: builtin/clone.c:656
6416 msgid "remote did not send all necessary objects"
6417 msgstr ""
6419 #: builtin/clone.c:672
6420 #, c-format
6421 msgid "unable to update %s"
6422 msgstr ""
6424 #: builtin/clone.c:721
6425 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6426 msgstr ""
6428 #: builtin/clone.c:751
6429 msgid "unable to checkout working tree"
6430 msgstr ""
6432 #: builtin/clone.c:796
6433 msgid "unable to write parameters to config file"
6434 msgstr ""
6436 #: builtin/clone.c:859
6437 msgid "cannot repack to clean up"
6438 msgstr ""
6440 #: builtin/clone.c:861
6441 msgid "cannot unlink temporary alternates file"
6442 msgstr ""
6444 #: builtin/clone.c:894 builtin/receive-pack.c:1945
6445 msgid "Too many arguments."
6446 msgstr ""
6448 #: builtin/clone.c:898
6449 msgid "You must specify a repository to clone."
6450 msgstr ""
6452 #: builtin/clone.c:911
6453 #, c-format
6454 msgid "--bare and --origin %s options are incompatible."
6455 msgstr ""
6457 #: builtin/clone.c:914
6458 msgid "--bare and --separate-git-dir are incompatible."
6459 msgstr ""
6461 #: builtin/clone.c:927
6462 #, c-format
6463 msgid "repository '%s' does not exist"
6464 msgstr ""
6466 #: builtin/clone.c:933 builtin/fetch.c:1358
6467 #, c-format
6468 msgid "depth %s is not a positive number"
6469 msgstr ""
6471 #: builtin/clone.c:943
6472 #, c-format
6473 msgid "destination path '%s' already exists and is not an empty directory."
6474 msgstr ""
6476 #: builtin/clone.c:953
6477 #, c-format
6478 msgid "working tree '%s' already exists."
6479 msgstr ""
6481 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6482 #: builtin/worktree.c:253 builtin/worktree.c:283
6483 #, c-format
6484 msgid "could not create leading directories of '%s'"
6485 msgstr ""
6487 #: builtin/clone.c:971
6488 #, c-format
6489 msgid "could not create work tree dir '%s'"
6490 msgstr ""
6492 #: builtin/clone.c:983
6493 #, c-format
6494 msgid "Cloning into bare repository '%s'...\n"
6495 msgstr ""
6497 #: builtin/clone.c:985
6498 #, c-format
6499 msgid "Cloning into '%s'...\n"
6500 msgstr ""
6502 #: builtin/clone.c:1009
6503 msgid ""
6504 "clone --recursive is not compatible with both --reference and --reference-if-"
6505 "able"
6506 msgstr ""
6508 #: builtin/clone.c:1071
6509 msgid "--depth is ignored in local clones; use file:// instead."
6510 msgstr ""
6512 #: builtin/clone.c:1073
6513 msgid "--shallow-since is ignored in local clones; use file:// instead."
6514 msgstr ""
6516 #: builtin/clone.c:1075
6517 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6518 msgstr ""
6520 #: builtin/clone.c:1078
6521 msgid "source repository is shallow, ignoring --local"
6522 msgstr ""
6524 #: builtin/clone.c:1083
6525 msgid "--local is ignored"
6526 msgstr ""
6528 #: builtin/clone.c:1139 builtin/clone.c:1147
6529 #, c-format
6530 msgid "Remote branch %s not found in upstream %s"
6531 msgstr ""
6533 #: builtin/clone.c:1150
6534 msgid "You appear to have cloned an empty repository."
6535 msgstr ""
6537 #: builtin/column.c:10
6538 msgid "git column [<options>]"
6539 msgstr ""
6541 #: builtin/column.c:27
6542 msgid "lookup config vars"
6543 msgstr ""
6545 #: builtin/column.c:28 builtin/column.c:29
6546 msgid "layout to use"
6547 msgstr ""
6549 #: builtin/column.c:30
6550 msgid "Maximum width"
6551 msgstr ""
6553 #: builtin/column.c:31
6554 msgid "Padding space on left border"
6555 msgstr ""
6557 #: builtin/column.c:32
6558 msgid "Padding space on right border"
6559 msgstr ""
6561 #: builtin/column.c:33
6562 msgid "Padding space between columns"
6563 msgstr ""
6565 #: builtin/column.c:52
6566 msgid "--command must be the first argument"
6567 msgstr ""
6569 #: builtin/commit.c:39
6570 msgid "git commit [<options>] [--] <pathspec>..."
6571 msgstr ""
6573 #: builtin/commit.c:44
6574 msgid "git status [<options>] [--] <pathspec>..."
6575 msgstr ""
6577 #: builtin/commit.c:49
6578 msgid ""
6579 "Your name and email address were configured automatically based\n"
6580 "on your username and hostname. Please check that they are accurate.\n"
6581 "You can suppress this message by setting them explicitly. Run the\n"
6582 "following command and follow the instructions in your editor to edit\n"
6583 "your configuration file:\n"
6584 "\n"
6585 "    git config --global --edit\n"
6586 "\n"
6587 "After doing this, you may fix the identity used for this commit with:\n"
6588 "\n"
6589 "    git commit --amend --reset-author\n"
6590 msgstr ""
6592 #: builtin/commit.c:62
6593 msgid ""
6594 "Your name and email address were configured automatically based\n"
6595 "on your username and hostname. Please check that they are accurate.\n"
6596 "You can suppress this message by setting them explicitly:\n"
6597 "\n"
6598 "    git config --global user.name \"Your Name\"\n"
6599 "    git config --global user.email you@example.com\n"
6600 "\n"
6601 "After doing this, you may fix the identity used for this commit with:\n"
6602 "\n"
6603 "    git commit --amend --reset-author\n"
6604 msgstr ""
6606 #: builtin/commit.c:74
6607 msgid ""
6608 "You asked to amend the most recent commit, but doing so would make\n"
6609 "it empty. You can repeat your command with --allow-empty, or you can\n"
6610 "remove the commit entirely with \"git reset HEAD^\".\n"
6611 msgstr ""
6613 #: builtin/commit.c:79
6614 msgid ""
6615 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6616 "If you wish to commit it anyway, use:\n"
6617 "\n"
6618 "    git commit --allow-empty\n"
6619 "\n"
6620 msgstr ""
6622 #: builtin/commit.c:86
6623 msgid "Otherwise, please use 'git reset'\n"
6624 msgstr ""
6626 #: builtin/commit.c:89
6627 msgid ""
6628 "If you wish to skip this commit, use:\n"
6629 "\n"
6630 "    git reset\n"
6631 "\n"
6632 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6633 "the remaining commits.\n"
6634 msgstr ""
6636 #: builtin/commit.c:318
6637 msgid "failed to unpack HEAD tree object"
6638 msgstr ""
6640 #: builtin/commit.c:359
6641 msgid "unable to create temporary index"
6642 msgstr ""
6644 #: builtin/commit.c:365
6645 msgid "interactive add failed"
6646 msgstr ""
6648 #: builtin/commit.c:378
6649 msgid "unable to update temporary index"
6650 msgstr ""
6652 #: builtin/commit.c:380
6653 msgid "Failed to update main cache tree"
6654 msgstr ""
6656 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6657 msgid "unable to write new_index file"
6658 msgstr ""
6660 #: builtin/commit.c:461
6661 msgid "cannot do a partial commit during a merge."
6662 msgstr ""
6664 #: builtin/commit.c:463
6665 msgid "cannot do a partial commit during a cherry-pick."
6666 msgstr ""
6668 #: builtin/commit.c:471
6669 msgid "cannot read the index"
6670 msgstr ""
6672 #: builtin/commit.c:490
6673 msgid "unable to write temporary index file"
6674 msgstr ""
6676 #: builtin/commit.c:587
6677 #, c-format
6678 msgid "commit '%s' lacks author header"
6679 msgstr ""
6681 #: builtin/commit.c:589
6682 #, c-format
6683 msgid "commit '%s' has malformed author line"
6684 msgstr ""
6686 #: builtin/commit.c:608
6687 msgid "malformed --author parameter"
6688 msgstr ""
6690 #: builtin/commit.c:660
6691 msgid ""
6692 "unable to select a comment character that is not used\n"
6693 "in the current commit message"
6694 msgstr ""
6696 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1114
6697 #, c-format
6698 msgid "could not lookup commit %s"
6699 msgstr ""
6701 #: builtin/commit.c:709 builtin/shortlog.c:309
6702 #, c-format
6703 msgid "(reading log message from standard input)\n"
6704 msgstr ""
6706 #: builtin/commit.c:711
6707 msgid "could not read log from standard input"
6708 msgstr ""
6710 #: builtin/commit.c:715
6711 #, c-format
6712 msgid "could not read log file '%s'"
6713 msgstr ""
6715 #: builtin/commit.c:742 builtin/commit.c:750
6716 msgid "could not read SQUASH_MSG"
6717 msgstr ""
6719 #: builtin/commit.c:747
6720 msgid "could not read MERGE_MSG"
6721 msgstr ""
6723 #: builtin/commit.c:801
6724 msgid "could not write commit template"
6725 msgstr ""
6727 #: builtin/commit.c:819
6728 #, c-format
6729 msgid ""
6730 "\n"
6731 "It looks like you may be committing a merge.\n"
6732 "If this is not correct, please remove the file\n"
6733 "\t%s\n"
6734 "and try again.\n"
6735 msgstr ""
6737 #: builtin/commit.c:824
6738 #, c-format
6739 msgid ""
6740 "\n"
6741 "It looks like you may be committing a cherry-pick.\n"
6742 "If this is not correct, please remove the file\n"
6743 "\t%s\n"
6744 "and try again.\n"
6745 msgstr ""
6747 #: builtin/commit.c:837
6748 #, c-format
6749 msgid ""
6750 "Please enter the commit message for your changes. Lines starting\n"
6751 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6752 msgstr ""
6754 #: builtin/commit.c:844
6755 #, c-format
6756 msgid ""
6757 "Please enter the commit message for your changes. Lines starting\n"
6758 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6759 "An empty message aborts the commit.\n"
6760 msgstr ""
6762 #: builtin/commit.c:861
6763 #, c-format
6764 msgid "%sAuthor:    %.*s <%.*s>"
6765 msgstr ""
6767 #: builtin/commit.c:869
6768 #, c-format
6769 msgid "%sDate:      %s"
6770 msgstr ""
6772 #: builtin/commit.c:876
6773 #, c-format
6774 msgid "%sCommitter: %.*s <%.*s>"
6775 msgstr ""
6777 #: builtin/commit.c:893
6778 msgid "Cannot read index"
6779 msgstr ""
6781 #: builtin/commit.c:959
6782 msgid "Error building trees"
6783 msgstr ""
6785 #: builtin/commit.c:973 builtin/tag.c:252
6786 #, c-format
6787 msgid "Please supply the message using either -m or -F option.\n"
6788 msgstr ""
6790 #: builtin/commit.c:1076
6791 #, c-format
6792 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6793 msgstr ""
6795 #: builtin/commit.c:1090
6796 #, c-format
6797 msgid "Invalid ignored mode '%s'"
6798 msgstr ""
6800 #: builtin/commit.c:1104 builtin/commit.c:1349
6801 #, c-format
6802 msgid "Invalid untracked files mode '%s'"
6803 msgstr ""
6805 #: builtin/commit.c:1142
6806 msgid "--long and -z are incompatible"
6807 msgstr ""
6809 #: builtin/commit.c:1172
6810 msgid "Using both --reset-author and --author does not make sense"
6811 msgstr ""
6813 #: builtin/commit.c:1181
6814 msgid "You have nothing to amend."
6815 msgstr ""
6817 #: builtin/commit.c:1184
6818 msgid "You are in the middle of a merge -- cannot amend."
6819 msgstr ""
6821 #: builtin/commit.c:1186
6822 msgid "You are in the middle of a cherry-pick -- cannot amend."
6823 msgstr ""
6825 #: builtin/commit.c:1189
6826 msgid "Options --squash and --fixup cannot be used together"
6827 msgstr ""
6829 #: builtin/commit.c:1199
6830 msgid "Only one of -c/-C/-F/--fixup can be used."
6831 msgstr ""
6833 #: builtin/commit.c:1201
6834 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6835 msgstr ""
6837 #: builtin/commit.c:1209
6838 msgid "--reset-author can be used only with -C, -c or --amend."
6839 msgstr ""
6841 #: builtin/commit.c:1226
6842 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6843 msgstr ""
6845 #: builtin/commit.c:1228
6846 msgid "No paths with --include/--only does not make sense."
6847 msgstr ""
6849 #: builtin/commit.c:1240 builtin/tag.c:535
6850 #, c-format
6851 msgid "Invalid cleanup mode %s"
6852 msgstr ""
6854 #: builtin/commit.c:1245
6855 msgid "Paths with -a does not make sense."
6856 msgstr ""
6858 #: builtin/commit.c:1363 builtin/commit.c:1648
6859 msgid "show status concisely"
6860 msgstr ""
6862 #: builtin/commit.c:1365 builtin/commit.c:1650
6863 msgid "show branch information"
6864 msgstr ""
6866 #: builtin/commit.c:1367
6867 msgid "show stash information"
6868 msgstr ""
6870 #: builtin/commit.c:1369
6871 msgid "version"
6872 msgstr ""
6874 #: builtin/commit.c:1369 builtin/commit.c:1652 builtin/push.c:542
6875 #: builtin/worktree.c:523
6876 msgid "machine-readable output"
6877 msgstr ""
6879 #: builtin/commit.c:1372 builtin/commit.c:1654
6880 msgid "show status in long format (default)"
6881 msgstr ""
6883 #: builtin/commit.c:1375 builtin/commit.c:1657
6884 msgid "terminate entries with NUL"
6885 msgstr ""
6887 #: builtin/commit.c:1377 builtin/commit.c:1381 builtin/commit.c:1660
6888 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:390
6889 msgid "mode"
6890 msgstr ""
6892 #: builtin/commit.c:1378 builtin/commit.c:1660
6893 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6894 msgstr ""
6896 #: builtin/commit.c:1382
6897 msgid ""
6898 "show ignored files, optional modes: traditional, matching, no. (Default: "
6899 "traditional)"
6900 msgstr ""
6902 #: builtin/commit.c:1384 parse-options.h:155
6903 msgid "when"
6904 msgstr ""
6906 #: builtin/commit.c:1385
6907 msgid ""
6908 "ignore changes to submodules, optional when: all, dirty, untracked. "
6909 "(Default: all)"
6910 msgstr ""
6912 #: builtin/commit.c:1387
6913 msgid "list untracked files in columns"
6914 msgstr ""
6916 #: builtin/commit.c:1406
6917 msgid "Unsupported combination of ignored and untracked-files arguments"
6918 msgstr ""
6920 #: builtin/commit.c:1469
6921 msgid "couldn't look up newly created commit"
6922 msgstr ""
6924 #: builtin/commit.c:1471
6925 msgid "could not parse newly created commit"
6926 msgstr ""
6928 #: builtin/commit.c:1516
6929 msgid "unable to resolve HEAD after creating commit"
6930 msgstr ""
6932 #: builtin/commit.c:1518
6933 msgid "detached HEAD"
6934 msgstr ""
6936 #: builtin/commit.c:1521
6937 msgid " (root-commit)"
6938 msgstr ""
6940 #: builtin/commit.c:1618
6941 msgid "suppress summary after successful commit"
6942 msgstr ""
6944 #: builtin/commit.c:1619
6945 msgid "show diff in commit message template"
6946 msgstr ""
6948 #: builtin/commit.c:1621
6949 msgid "Commit message options"
6950 msgstr ""
6952 #: builtin/commit.c:1622 builtin/tag.c:388
6953 msgid "read message from file"
6954 msgstr ""
6956 #: builtin/commit.c:1623
6957 msgid "author"
6958 msgstr ""
6960 #: builtin/commit.c:1623
6961 msgid "override author for commit"
6962 msgstr ""
6964 #: builtin/commit.c:1624 builtin/gc.c:359
6965 msgid "date"
6966 msgstr ""
6968 #: builtin/commit.c:1624
6969 msgid "override date for commit"
6970 msgstr ""
6972 #: builtin/commit.c:1625 builtin/merge.c:225 builtin/notes.c:402
6973 #: builtin/notes.c:565 builtin/tag.c:386
6974 msgid "message"
6975 msgstr ""
6977 #: builtin/commit.c:1625
6978 msgid "commit message"
6979 msgstr ""
6981 #: builtin/commit.c:1626 builtin/commit.c:1627 builtin/commit.c:1628
6982 #: builtin/commit.c:1629 parse-options.h:257 ref-filter.h:92
6983 msgid "commit"
6984 msgstr ""
6986 #: builtin/commit.c:1626
6987 msgid "reuse and edit message from specified commit"
6988 msgstr ""
6990 #: builtin/commit.c:1627
6991 msgid "reuse message from specified commit"
6992 msgstr ""
6994 #: builtin/commit.c:1628
6995 msgid "use autosquash formatted message to fixup specified commit"
6996 msgstr ""
6998 #: builtin/commit.c:1629
6999 msgid "use autosquash formatted message to squash specified commit"
7000 msgstr ""
7002 #: builtin/commit.c:1630
7003 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7004 msgstr ""
7006 #: builtin/commit.c:1631 builtin/log.c:1443 builtin/merge.c:239
7007 #: builtin/pull.c:149 builtin/revert.c:105
7008 msgid "add Signed-off-by:"
7009 msgstr ""
7011 #: builtin/commit.c:1632
7012 msgid "use specified template file"
7013 msgstr ""
7015 #: builtin/commit.c:1633
7016 msgid "force edit of commit"
7017 msgstr ""
7019 #: builtin/commit.c:1634
7020 msgid "default"
7021 msgstr ""
7023 #: builtin/commit.c:1634 builtin/tag.c:391
7024 msgid "how to strip spaces and #comments from message"
7025 msgstr ""
7027 #: builtin/commit.c:1635
7028 msgid "include status in commit message template"
7029 msgstr ""
7031 #: builtin/commit.c:1637 builtin/merge.c:237 builtin/pull.c:179
7032 #: builtin/revert.c:113
7033 msgid "GPG sign commit"
7034 msgstr ""
7036 #: builtin/commit.c:1640
7037 msgid "Commit contents options"
7038 msgstr ""
7040 #: builtin/commit.c:1641
7041 msgid "commit all changed files"
7042 msgstr ""
7044 #: builtin/commit.c:1642
7045 msgid "add specified files to index for commit"
7046 msgstr ""
7048 #: builtin/commit.c:1643
7049 msgid "interactively add files"
7050 msgstr ""
7052 #: builtin/commit.c:1644
7053 msgid "interactively add changes"
7054 msgstr ""
7056 #: builtin/commit.c:1645
7057 msgid "commit only specified files"
7058 msgstr ""
7060 #: builtin/commit.c:1646
7061 msgid "bypass pre-commit and commit-msg hooks"
7062 msgstr ""
7064 #: builtin/commit.c:1647
7065 msgid "show what would be committed"
7066 msgstr ""
7068 #: builtin/commit.c:1658
7069 msgid "amend previous commit"
7070 msgstr ""
7072 #: builtin/commit.c:1659
7073 msgid "bypass post-rewrite hook"
7074 msgstr ""
7076 #: builtin/commit.c:1664
7077 msgid "ok to record an empty change"
7078 msgstr ""
7080 #: builtin/commit.c:1666
7081 msgid "ok to record a change with an empty message"
7082 msgstr ""
7084 #: builtin/commit.c:1696
7085 msgid "could not parse HEAD commit"
7086 msgstr ""
7088 #: builtin/commit.c:1741
7089 #, c-format
7090 msgid "Corrupt MERGE_HEAD file (%s)"
7091 msgstr ""
7093 #: builtin/commit.c:1748
7094 msgid "could not read MERGE_MODE"
7095 msgstr ""
7097 #: builtin/commit.c:1767
7098 #, c-format
7099 msgid "could not read commit message: %s"
7100 msgstr ""
7102 #: builtin/commit.c:1778
7103 #, c-format
7104 msgid "Aborting commit due to empty commit message.\n"
7105 msgstr ""
7107 #: builtin/commit.c:1783
7108 #, c-format
7109 msgid "Aborting commit; you did not edit the message.\n"
7110 msgstr ""
7112 #: builtin/commit.c:1831
7113 msgid ""
7114 "Repository has been updated, but unable to write\n"
7115 "new_index file. Check that disk is not full and quota is\n"
7116 "not exceeded, and then \"git reset HEAD\" to recover."
7117 msgstr ""
7119 #: builtin/config.c:10
7120 msgid "git config [<options>]"
7121 msgstr ""
7123 #: builtin/config.c:58
7124 msgid "Config file location"
7125 msgstr ""
7127 #: builtin/config.c:59
7128 msgid "use global config file"
7129 msgstr ""
7131 #: builtin/config.c:60
7132 msgid "use system config file"
7133 msgstr ""
7135 #: builtin/config.c:61
7136 msgid "use repository config file"
7137 msgstr ""
7139 #: builtin/config.c:62
7140 msgid "use given config file"
7141 msgstr ""
7143 #: builtin/config.c:63
7144 msgid "blob-id"
7145 msgstr ""
7147 #: builtin/config.c:63
7148 msgid "read config from given blob object"
7149 msgstr ""
7151 #: builtin/config.c:64
7152 msgid "Action"
7153 msgstr ""
7155 #: builtin/config.c:65
7156 msgid "get value: name [value-regex]"
7157 msgstr ""
7159 #: builtin/config.c:66
7160 msgid "get all values: key [value-regex]"
7161 msgstr ""
7163 #: builtin/config.c:67
7164 msgid "get values for regexp: name-regex [value-regex]"
7165 msgstr ""
7167 #: builtin/config.c:68
7168 msgid "get value specific for the URL: section[.var] URL"
7169 msgstr ""
7171 #: builtin/config.c:69
7172 msgid "replace all matching variables: name value [value_regex]"
7173 msgstr ""
7175 #: builtin/config.c:70
7176 msgid "add a new variable: name value"
7177 msgstr ""
7179 #: builtin/config.c:71
7180 msgid "remove a variable: name [value-regex]"
7181 msgstr ""
7183 #: builtin/config.c:72
7184 msgid "remove all matches: name [value-regex]"
7185 msgstr ""
7187 #: builtin/config.c:73
7188 msgid "rename section: old-name new-name"
7189 msgstr ""
7191 #: builtin/config.c:74
7192 msgid "remove a section: name"
7193 msgstr ""
7195 #: builtin/config.c:75
7196 msgid "list all"
7197 msgstr ""
7199 #: builtin/config.c:76
7200 msgid "open an editor"
7201 msgstr ""
7203 #: builtin/config.c:77
7204 msgid "find the color configured: slot [default]"
7205 msgstr ""
7207 #: builtin/config.c:78
7208 msgid "find the color setting: slot [stdout-is-tty]"
7209 msgstr ""
7211 #: builtin/config.c:79
7212 msgid "Type"
7213 msgstr ""
7215 #: builtin/config.c:80
7216 msgid "value is \"true\" or \"false\""
7217 msgstr ""
7219 #: builtin/config.c:81
7220 msgid "value is decimal number"
7221 msgstr ""
7223 #: builtin/config.c:82
7224 msgid "value is --bool or --int"
7225 msgstr ""
7227 #: builtin/config.c:83
7228 msgid "value is a path (file or directory name)"
7229 msgstr ""
7231 #: builtin/config.c:84
7232 msgid "value is an expiry date"
7233 msgstr ""
7235 #: builtin/config.c:85
7236 msgid "Other"
7237 msgstr ""
7239 #: builtin/config.c:86
7240 msgid "terminate values with NUL byte"
7241 msgstr ""
7243 #: builtin/config.c:87
7244 msgid "show variable names only"
7245 msgstr ""
7247 #: builtin/config.c:88
7248 msgid "respect include directives on lookup"
7249 msgstr ""
7251 #: builtin/config.c:89
7252 msgid "show origin of config (file, standard input, blob, command line)"
7253 msgstr ""
7255 #: builtin/config.c:335
7256 msgid "unable to parse default color value"
7257 msgstr ""
7259 #: builtin/config.c:479
7260 #, c-format
7261 msgid ""
7262 "# This is Git's per-user configuration file.\n"
7263 "[user]\n"
7264 "# Please adapt and uncomment the following lines:\n"
7265 "#\tname = %s\n"
7266 "#\temail = %s\n"
7267 msgstr ""
7269 #: builtin/config.c:507
7270 msgid "--local can only be used inside a git repository"
7271 msgstr ""
7273 #: builtin/config.c:632
7274 #, c-format
7275 msgid "cannot create configuration file %s"
7276 msgstr ""
7278 #: builtin/config.c:645
7279 #, c-format
7280 msgid ""
7281 "cannot overwrite multiple values with a single value\n"
7282 "       Use a regexp, --add or --replace-all to change %s."
7283 msgstr ""
7285 #: builtin/count-objects.c:88
7286 msgid "git count-objects [-v] [-H | --human-readable]"
7287 msgstr ""
7289 #: builtin/count-objects.c:98
7290 msgid "print sizes in human readable format"
7291 msgstr ""
7293 #: builtin/describe.c:22
7294 msgid "git describe [<options>] [<commit-ish>...]"
7295 msgstr ""
7297 #: builtin/describe.c:23
7298 msgid "git describe [<options>] --dirty"
7299 msgstr ""
7301 #: builtin/describe.c:57
7302 msgid "head"
7303 msgstr ""
7305 #: builtin/describe.c:57
7306 msgid "lightweight"
7307 msgstr ""
7309 #: builtin/describe.c:57
7310 msgid "annotated"
7311 msgstr ""
7313 #: builtin/describe.c:267
7314 #, c-format
7315 msgid "annotated tag %s not available"
7316 msgstr ""
7318 #: builtin/describe.c:271
7319 #, c-format
7320 msgid "annotated tag %s has no embedded name"
7321 msgstr ""
7323 #: builtin/describe.c:273
7324 #, c-format
7325 msgid "tag '%s' is really '%s' here"
7326 msgstr ""
7328 #: builtin/describe.c:314
7329 #, c-format
7330 msgid "no tag exactly matches '%s'"
7331 msgstr ""
7333 #: builtin/describe.c:316
7334 #, c-format
7335 msgid "No exact match on refs or tags, searching to describe\n"
7336 msgstr ""
7338 #: builtin/describe.c:363
7339 #, c-format
7340 msgid "finished search at %s\n"
7341 msgstr ""
7343 #: builtin/describe.c:389
7344 #, c-format
7345 msgid ""
7346 "No annotated tags can describe '%s'.\n"
7347 "However, there were unannotated tags: try --tags."
7348 msgstr ""
7350 #: builtin/describe.c:393
7351 #, c-format
7352 msgid ""
7353 "No tags can describe '%s'.\n"
7354 "Try --always, or create some tags."
7355 msgstr ""
7357 #: builtin/describe.c:423
7358 #, c-format
7359 msgid "traversed %lu commits\n"
7360 msgstr ""
7362 #: builtin/describe.c:426
7363 #, c-format
7364 msgid ""
7365 "more than %i tags found; listed %i most recent\n"
7366 "gave up search at %s\n"
7367 msgstr ""
7369 #: builtin/describe.c:494
7370 #, c-format
7371 msgid "describe %s\n"
7372 msgstr ""
7374 #: builtin/describe.c:497 builtin/log.c:500
7375 #, c-format
7376 msgid "Not a valid object name %s"
7377 msgstr ""
7379 #: builtin/describe.c:505
7380 #, c-format
7381 msgid "%s is neither a commit nor blob"
7382 msgstr ""
7384 #: builtin/describe.c:519
7385 msgid "find the tag that comes after the commit"
7386 msgstr ""
7388 #: builtin/describe.c:520
7389 msgid "debug search strategy on stderr"
7390 msgstr ""
7392 #: builtin/describe.c:521
7393 msgid "use any ref"
7394 msgstr ""
7396 #: builtin/describe.c:522
7397 msgid "use any tag, even unannotated"
7398 msgstr ""
7400 #: builtin/describe.c:523
7401 msgid "always use long format"
7402 msgstr ""
7404 #: builtin/describe.c:524
7405 msgid "only follow first parent"
7406 msgstr ""
7408 #: builtin/describe.c:527
7409 msgid "only output exact matches"
7410 msgstr ""
7412 #: builtin/describe.c:529
7413 msgid "consider <n> most recent tags (default: 10)"
7414 msgstr ""
7416 #: builtin/describe.c:531
7417 msgid "only consider tags matching <pattern>"
7418 msgstr ""
7420 #: builtin/describe.c:533
7421 msgid "do not consider tags matching <pattern>"
7422 msgstr ""
7424 #: builtin/describe.c:535 builtin/name-rev.c:406
7425 msgid "show abbreviated commit object as fallback"
7426 msgstr ""
7428 #: builtin/describe.c:536 builtin/describe.c:539
7429 msgid "mark"
7430 msgstr ""
7432 #: builtin/describe.c:537
7433 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7434 msgstr ""
7436 #: builtin/describe.c:540
7437 msgid "append <mark> on broken working tree (default: \"-broken\")"
7438 msgstr ""
7440 #: builtin/describe.c:558
7441 msgid "--long is incompatible with --abbrev=0"
7442 msgstr ""
7444 #: builtin/describe.c:587
7445 msgid "No names found, cannot describe anything."
7446 msgstr ""
7448 #: builtin/describe.c:637
7449 msgid "--dirty is incompatible with commit-ishes"
7450 msgstr ""
7452 #: builtin/describe.c:639
7453 msgid "--broken is incompatible with commit-ishes"
7454 msgstr ""
7456 #: builtin/diff.c:83
7457 #, c-format
7458 msgid "'%s': not a regular file or symlink"
7459 msgstr ""
7461 #: builtin/diff.c:234
7462 #, c-format
7463 msgid "invalid option: %s"
7464 msgstr ""
7466 #: builtin/diff.c:356
7467 msgid "Not a git repository"
7468 msgstr ""
7470 #: builtin/diff.c:399
7471 #, c-format
7472 msgid "invalid object '%s' given."
7473 msgstr ""
7475 #: builtin/diff.c:408
7476 #, c-format
7477 msgid "more than two blobs given: '%s'"
7478 msgstr ""
7480 #: builtin/diff.c:413
7481 #, c-format
7482 msgid "unhandled object '%s' given."
7483 msgstr ""
7485 #: builtin/difftool.c:29
7486 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7487 msgstr ""
7489 #: builtin/difftool.c:259
7490 #, c-format
7491 msgid "failed: %d"
7492 msgstr ""
7494 #: builtin/difftool.c:301
7495 #, c-format
7496 msgid "could not read symlink %s"
7497 msgstr ""
7499 #: builtin/difftool.c:303
7500 #, c-format
7501 msgid "could not read symlink file %s"
7502 msgstr ""
7504 #: builtin/difftool.c:311
7505 #, c-format
7506 msgid "could not read object %s for symlink %s"
7507 msgstr ""
7509 #: builtin/difftool.c:412
7510 msgid ""
7511 "combined diff formats('-c' and '--cc') are not supported in\n"
7512 "directory diff mode('-d' and '--dir-diff')."
7513 msgstr ""
7515 #: builtin/difftool.c:632
7516 #, c-format
7517 msgid "both files modified: '%s' and '%s'."
7518 msgstr ""
7520 #: builtin/difftool.c:634
7521 msgid "working tree file has been left."
7522 msgstr ""
7524 #: builtin/difftool.c:645
7525 #, c-format
7526 msgid "temporary files exist in '%s'."
7527 msgstr ""
7529 #: builtin/difftool.c:646
7530 msgid "you may want to cleanup or recover these."
7531 msgstr ""
7533 #: builtin/difftool.c:695
7534 msgid "use `diff.guitool` instead of `diff.tool`"
7535 msgstr ""
7537 #: builtin/difftool.c:697
7538 msgid "perform a full-directory diff"
7539 msgstr ""
7541 #: builtin/difftool.c:699
7542 msgid "do not prompt before launching a diff tool"
7543 msgstr ""
7545 #: builtin/difftool.c:705
7546 msgid "use symlinks in dir-diff mode"
7547 msgstr ""
7549 #: builtin/difftool.c:706
7550 msgid "<tool>"
7551 msgstr ""
7553 #: builtin/difftool.c:707
7554 msgid "use the specified diff tool"
7555 msgstr ""
7557 #: builtin/difftool.c:709
7558 msgid "print a list of diff tools that may be used with `--tool`"
7559 msgstr ""
7561 #: builtin/difftool.c:712
7562 msgid ""
7563 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7564 "code"
7565 msgstr ""
7567 #: builtin/difftool.c:714
7568 msgid "<command>"
7569 msgstr ""
7571 #: builtin/difftool.c:715
7572 msgid "specify a custom command for viewing diffs"
7573 msgstr ""
7575 #: builtin/difftool.c:739
7576 msgid "no <tool> given for --tool=<tool>"
7577 msgstr ""
7579 #: builtin/difftool.c:746
7580 msgid "no <cmd> given for --extcmd=<cmd>"
7581 msgstr ""
7583 #: builtin/fast-export.c:26
7584 msgid "git fast-export [rev-list-opts]"
7585 msgstr ""
7587 #: builtin/fast-export.c:998
7588 msgid "show progress after <n> objects"
7589 msgstr ""
7591 #: builtin/fast-export.c:1000
7592 msgid "select handling of signed tags"
7593 msgstr ""
7595 #: builtin/fast-export.c:1003
7596 msgid "select handling of tags that tag filtered objects"
7597 msgstr ""
7599 #: builtin/fast-export.c:1006
7600 msgid "Dump marks to this file"
7601 msgstr ""
7603 #: builtin/fast-export.c:1008
7604 msgid "Import marks from this file"
7605 msgstr ""
7607 #: builtin/fast-export.c:1010
7608 msgid "Fake a tagger when tags lack one"
7609 msgstr ""
7611 #: builtin/fast-export.c:1012
7612 msgid "Output full tree for each commit"
7613 msgstr ""
7615 #: builtin/fast-export.c:1014
7616 msgid "Use the done feature to terminate the stream"
7617 msgstr ""
7619 #: builtin/fast-export.c:1015
7620 msgid "Skip output of blob data"
7621 msgstr ""
7623 #: builtin/fast-export.c:1016
7624 msgid "refspec"
7625 msgstr ""
7627 #: builtin/fast-export.c:1017
7628 msgid "Apply refspec to exported refs"
7629 msgstr ""
7631 #: builtin/fast-export.c:1018
7632 msgid "anonymize output"
7633 msgstr ""
7635 #: builtin/fetch.c:24
7636 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7637 msgstr ""
7639 #: builtin/fetch.c:25
7640 msgid "git fetch [<options>] <group>"
7641 msgstr ""
7643 #: builtin/fetch.c:26
7644 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7645 msgstr ""
7647 #: builtin/fetch.c:27
7648 msgid "git fetch --all [<options>]"
7649 msgstr ""
7651 #: builtin/fetch.c:113 builtin/pull.c:188
7652 msgid "fetch from all remotes"
7653 msgstr ""
7655 #: builtin/fetch.c:115 builtin/pull.c:191
7656 msgid "append to .git/FETCH_HEAD instead of overwriting"
7657 msgstr ""
7659 #: builtin/fetch.c:117 builtin/pull.c:194
7660 msgid "path to upload pack on remote end"
7661 msgstr ""
7663 #: builtin/fetch.c:118 builtin/pull.c:196
7664 msgid "force overwrite of local branch"
7665 msgstr ""
7667 #: builtin/fetch.c:120
7668 msgid "fetch from multiple remotes"
7669 msgstr ""
7671 #: builtin/fetch.c:122 builtin/pull.c:198
7672 msgid "fetch all tags and associated objects"
7673 msgstr ""
7675 #: builtin/fetch.c:124
7676 msgid "do not fetch all tags (--no-tags)"
7677 msgstr ""
7679 #: builtin/fetch.c:126
7680 msgid "number of submodules fetched in parallel"
7681 msgstr ""
7683 #: builtin/fetch.c:128 builtin/pull.c:201
7684 msgid "prune remote-tracking branches no longer on remote"
7685 msgstr ""
7687 #: builtin/fetch.c:129 builtin/fetch.c:152 builtin/pull.c:126
7688 msgid "on-demand"
7689 msgstr ""
7691 #: builtin/fetch.c:130
7692 msgid "control recursive fetching of submodules"
7693 msgstr ""
7695 #: builtin/fetch.c:134 builtin/pull.c:209
7696 msgid "keep downloaded pack"
7697 msgstr ""
7699 #: builtin/fetch.c:136
7700 msgid "allow updating of HEAD ref"
7701 msgstr ""
7703 #: builtin/fetch.c:139 builtin/fetch.c:145 builtin/pull.c:212
7704 msgid "deepen history of shallow clone"
7705 msgstr ""
7707 #: builtin/fetch.c:141
7708 msgid "deepen history of shallow repository based on time"
7709 msgstr ""
7711 #: builtin/fetch.c:147 builtin/pull.c:215
7712 msgid "convert to a complete repository"
7713 msgstr ""
7715 #: builtin/fetch.c:149 builtin/log.c:1463
7716 msgid "dir"
7717 msgstr ""
7719 #: builtin/fetch.c:150
7720 msgid "prepend this to submodule path output"
7721 msgstr ""
7723 #: builtin/fetch.c:153
7724 msgid ""
7725 "default for recursive fetching of submodules (lower priority than config "
7726 "files)"
7727 msgstr ""
7729 #: builtin/fetch.c:157 builtin/pull.c:218
7730 msgid "accept refs that update .git/shallow"
7731 msgstr ""
7733 #: builtin/fetch.c:158 builtin/pull.c:220
7734 msgid "refmap"
7735 msgstr ""
7737 #: builtin/fetch.c:159 builtin/pull.c:221
7738 msgid "specify fetch refmap"
7739 msgstr ""
7741 #: builtin/fetch.c:417
7742 msgid "Couldn't find remote ref HEAD"
7743 msgstr ""
7745 #: builtin/fetch.c:535
7746 #, c-format
7747 msgid "configuration fetch.output contains invalid value %s"
7748 msgstr ""
7750 #: builtin/fetch.c:628
7751 #, c-format
7752 msgid "object %s not found"
7753 msgstr ""
7755 #: builtin/fetch.c:632
7756 msgid "[up to date]"
7757 msgstr ""
7759 #: builtin/fetch.c:645 builtin/fetch.c:725
7760 msgid "[rejected]"
7761 msgstr ""
7763 #: builtin/fetch.c:646
7764 msgid "can't fetch in current branch"
7765 msgstr ""
7767 #: builtin/fetch.c:655
7768 msgid "[tag update]"
7769 msgstr ""
7771 #: builtin/fetch.c:656 builtin/fetch.c:689 builtin/fetch.c:705
7772 #: builtin/fetch.c:720
7773 msgid "unable to update local ref"
7774 msgstr ""
7776 #: builtin/fetch.c:675
7777 msgid "[new tag]"
7778 msgstr ""
7780 #: builtin/fetch.c:678
7781 msgid "[new branch]"
7782 msgstr ""
7784 #: builtin/fetch.c:681
7785 msgid "[new ref]"
7786 msgstr ""
7788 #: builtin/fetch.c:720
7789 msgid "forced update"
7790 msgstr ""
7792 #: builtin/fetch.c:725
7793 msgid "non-fast-forward"
7794 msgstr ""
7796 #: builtin/fetch.c:770
7797 #, c-format
7798 msgid "%s did not send all necessary objects\n"
7799 msgstr ""
7801 #: builtin/fetch.c:790
7802 #, c-format
7803 msgid "reject %s because shallow roots are not allowed to be updated"
7804 msgstr ""
7806 #: builtin/fetch.c:878 builtin/fetch.c:974
7807 #, c-format
7808 msgid "From %.*s\n"
7809 msgstr ""
7811 #: builtin/fetch.c:889
7812 #, c-format
7813 msgid ""
7814 "some local refs could not be updated; try running\n"
7815 " 'git remote prune %s' to remove any old, conflicting branches"
7816 msgstr ""
7818 #: builtin/fetch.c:944
7819 #, c-format
7820 msgid "   (%s will become dangling)"
7821 msgstr ""
7823 #: builtin/fetch.c:945
7824 #, c-format
7825 msgid "   (%s has become dangling)"
7826 msgstr ""
7828 #: builtin/fetch.c:977
7829 msgid "[deleted]"
7830 msgstr ""
7832 #: builtin/fetch.c:978 builtin/remote.c:1024
7833 msgid "(none)"
7834 msgstr ""
7836 #: builtin/fetch.c:1001
7837 #, c-format
7838 msgid "Refusing to fetch into current branch %s of non-bare repository"
7839 msgstr ""
7841 #: builtin/fetch.c:1020
7842 #, c-format
7843 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7844 msgstr ""
7846 #: builtin/fetch.c:1023
7847 #, c-format
7848 msgid "Option \"%s\" is ignored for %s\n"
7849 msgstr ""
7851 #: builtin/fetch.c:1256
7852 #, c-format
7853 msgid "Fetching %s\n"
7854 msgstr ""
7856 #: builtin/fetch.c:1258 builtin/remote.c:97
7857 #, c-format
7858 msgid "Could not fetch %s"
7859 msgstr ""
7861 #: builtin/fetch.c:1276
7862 msgid ""
7863 "No remote repository specified.  Please, specify either a URL or a\n"
7864 "remote name from which new revisions should be fetched."
7865 msgstr ""
7867 #: builtin/fetch.c:1299
7868 msgid "You need to specify a tag name."
7869 msgstr ""
7871 #: builtin/fetch.c:1342
7872 msgid "Negative depth in --deepen is not supported"
7873 msgstr ""
7875 #: builtin/fetch.c:1344
7876 msgid "--deepen and --depth are mutually exclusive"
7877 msgstr ""
7879 #: builtin/fetch.c:1349
7880 msgid "--depth and --unshallow cannot be used together"
7881 msgstr ""
7883 #: builtin/fetch.c:1351
7884 msgid "--unshallow on a complete repository does not make sense"
7885 msgstr ""
7887 #: builtin/fetch.c:1364
7888 msgid "fetch --all does not take a repository argument"
7889 msgstr ""
7891 #: builtin/fetch.c:1366
7892 msgid "fetch --all does not make sense with refspecs"
7893 msgstr ""
7895 #: builtin/fetch.c:1377
7896 #, c-format
7897 msgid "No such remote or remote group: %s"
7898 msgstr ""
7900 #: builtin/fetch.c:1385
7901 msgid "Fetching a group and specifying refspecs does not make sense"
7902 msgstr ""
7904 #: builtin/fmt-merge-msg.c:15
7905 msgid ""
7906 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7907 msgstr ""
7909 #: builtin/fmt-merge-msg.c:666
7910 msgid "populate log with at most <n> entries from shortlog"
7911 msgstr ""
7913 #: builtin/fmt-merge-msg.c:669
7914 msgid "alias for --log (deprecated)"
7915 msgstr ""
7917 #: builtin/fmt-merge-msg.c:672
7918 msgid "text"
7919 msgstr ""
7921 #: builtin/fmt-merge-msg.c:673
7922 msgid "use <text> as start of message"
7923 msgstr ""
7925 #: builtin/fmt-merge-msg.c:674
7926 msgid "file to read from"
7927 msgstr ""
7929 #: builtin/for-each-ref.c:10
7930 msgid "git for-each-ref [<options>] [<pattern>]"
7931 msgstr ""
7933 #: builtin/for-each-ref.c:11
7934 msgid "git for-each-ref [--points-at <object>]"
7935 msgstr ""
7937 #: builtin/for-each-ref.c:12
7938 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7939 msgstr ""
7941 #: builtin/for-each-ref.c:13
7942 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7943 msgstr ""
7945 #: builtin/for-each-ref.c:28
7946 msgid "quote placeholders suitably for shells"
7947 msgstr ""
7949 #: builtin/for-each-ref.c:30
7950 msgid "quote placeholders suitably for perl"
7951 msgstr ""
7953 #: builtin/for-each-ref.c:32
7954 msgid "quote placeholders suitably for python"
7955 msgstr ""
7957 #: builtin/for-each-ref.c:34
7958 msgid "quote placeholders suitably for Tcl"
7959 msgstr ""
7961 #: builtin/for-each-ref.c:37
7962 msgid "show only <n> matched refs"
7963 msgstr ""
7965 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7966 msgid "respect format colors"
7967 msgstr ""
7969 #: builtin/for-each-ref.c:43
7970 msgid "print only refs which points at the given object"
7971 msgstr ""
7973 #: builtin/for-each-ref.c:45
7974 msgid "print only refs that are merged"
7975 msgstr ""
7977 #: builtin/for-each-ref.c:46
7978 msgid "print only refs that are not merged"
7979 msgstr ""
7981 #: builtin/for-each-ref.c:47
7982 msgid "print only refs which contain the commit"
7983 msgstr ""
7985 #: builtin/for-each-ref.c:48
7986 msgid "print only refs which don't contain the commit"
7987 msgstr ""
7989 #: builtin/fsck.c:543
7990 msgid "Checking object directories"
7991 msgstr ""
7993 #: builtin/fsck.c:635
7994 msgid "git fsck [<options>] [<object>...]"
7995 msgstr ""
7997 #: builtin/fsck.c:641
7998 msgid "show unreachable objects"
7999 msgstr ""
8001 #: builtin/fsck.c:642
8002 msgid "show dangling objects"
8003 msgstr ""
8005 #: builtin/fsck.c:643
8006 msgid "report tags"
8007 msgstr ""
8009 #: builtin/fsck.c:644
8010 msgid "report root nodes"
8011 msgstr ""
8013 #: builtin/fsck.c:645
8014 msgid "make index objects head nodes"
8015 msgstr ""
8017 #: builtin/fsck.c:646
8018 msgid "make reflogs head nodes (default)"
8019 msgstr ""
8021 #: builtin/fsck.c:647
8022 msgid "also consider packs and alternate objects"
8023 msgstr ""
8025 #: builtin/fsck.c:648
8026 msgid "check only connectivity"
8027 msgstr ""
8029 #: builtin/fsck.c:649
8030 msgid "enable more strict checking"
8031 msgstr ""
8033 #: builtin/fsck.c:651
8034 msgid "write dangling objects in .git/lost-found"
8035 msgstr ""
8037 #: builtin/fsck.c:652 builtin/prune.c:107
8038 msgid "show progress"
8039 msgstr ""
8041 #: builtin/fsck.c:653
8042 msgid "show verbose names for reachable objects"
8043 msgstr ""
8045 #: builtin/fsck.c:714
8046 msgid "Checking objects"
8047 msgstr ""
8049 #: builtin/gc.c:27
8050 msgid "git gc [<options>]"
8051 msgstr ""
8053 #: builtin/gc.c:80
8054 #, c-format
8055 msgid "Failed to fstat %s: %s"
8056 msgstr ""
8058 #: builtin/gc.c:312
8059 #, c-format
8060 msgid "Can't stat %s"
8061 msgstr ""
8063 #: builtin/gc.c:321
8064 #, c-format
8065 msgid ""
8066 "The last gc run reported the following. Please correct the root cause\n"
8067 "and remove %s.\n"
8068 "Automatic cleanup will not be performed until the file is removed.\n"
8069 "\n"
8070 "%s"
8071 msgstr ""
8073 #: builtin/gc.c:360
8074 msgid "prune unreferenced objects"
8075 msgstr ""
8077 #: builtin/gc.c:362
8078 msgid "be more thorough (increased runtime)"
8079 msgstr ""
8081 #: builtin/gc.c:363
8082 msgid "enable auto-gc mode"
8083 msgstr ""
8085 #: builtin/gc.c:364
8086 msgid "force running gc even if there may be another gc running"
8087 msgstr ""
8089 #: builtin/gc.c:381
8090 #, c-format
8091 msgid "Failed to parse gc.logexpiry value %s"
8092 msgstr ""
8094 #: builtin/gc.c:409
8095 #, c-format
8096 msgid "Auto packing the repository in background for optimum performance.\n"
8097 msgstr ""
8099 #: builtin/gc.c:411
8100 #, c-format
8101 msgid "Auto packing the repository for optimum performance.\n"
8102 msgstr ""
8104 #: builtin/gc.c:412
8105 #, c-format
8106 msgid "See \"git help gc\" for manual housekeeping.\n"
8107 msgstr ""
8109 #: builtin/gc.c:437
8110 #, c-format
8111 msgid ""
8112 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8113 msgstr ""
8115 #: builtin/gc.c:481
8116 msgid ""
8117 "There are too many unreachable loose objects; run 'git prune' to remove them."
8118 msgstr ""
8120 #: builtin/grep.c:27
8121 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8122 msgstr ""
8124 #: builtin/grep.c:226
8125 #, c-format
8126 msgid "grep: failed to create thread: %s"
8127 msgstr ""
8129 #: builtin/grep.c:284
8130 #, c-format
8131 msgid "invalid number of threads specified (%d) for %s"
8132 msgstr ""
8134 #. TRANSLATORS: %s is the configuration
8135 #. variable for tweaking threads, currently
8136 #. grep.threads
8138 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1688
8139 #, c-format
8140 msgid "no threads support, ignoring %s"
8141 msgstr ""
8143 #: builtin/grep.c:453 builtin/grep.c:573 builtin/grep.c:615
8144 #, c-format
8145 msgid "unable to read tree (%s)"
8146 msgstr ""
8148 #: builtin/grep.c:630
8149 #, c-format
8150 msgid "unable to grep from object of type %s"
8151 msgstr ""
8153 #: builtin/grep.c:696
8154 #, c-format
8155 msgid "switch `%c' expects a numerical value"
8156 msgstr ""
8158 #: builtin/grep.c:783
8159 msgid "search in index instead of in the work tree"
8160 msgstr ""
8162 #: builtin/grep.c:785
8163 msgid "find in contents not managed by git"
8164 msgstr ""
8166 #: builtin/grep.c:787
8167 msgid "search in both tracked and untracked files"
8168 msgstr ""
8170 #: builtin/grep.c:789
8171 msgid "ignore files specified via '.gitignore'"
8172 msgstr ""
8174 #: builtin/grep.c:791
8175 msgid "recursively search in each submodule"
8176 msgstr ""
8178 #: builtin/grep.c:794
8179 msgid "show non-matching lines"
8180 msgstr ""
8182 #: builtin/grep.c:796
8183 msgid "case insensitive matching"
8184 msgstr ""
8186 #: builtin/grep.c:798
8187 msgid "match patterns only at word boundaries"
8188 msgstr ""
8190 #: builtin/grep.c:800
8191 msgid "process binary files as text"
8192 msgstr ""
8194 #: builtin/grep.c:802
8195 msgid "don't match patterns in binary files"
8196 msgstr ""
8198 #: builtin/grep.c:805
8199 msgid "process binary files with textconv filters"
8200 msgstr ""
8202 #: builtin/grep.c:807
8203 msgid "descend at most <depth> levels"
8204 msgstr ""
8206 #: builtin/grep.c:811
8207 msgid "use extended POSIX regular expressions"
8208 msgstr ""
8210 #: builtin/grep.c:814
8211 msgid "use basic POSIX regular expressions (default)"
8212 msgstr ""
8214 #: builtin/grep.c:817
8215 msgid "interpret patterns as fixed strings"
8216 msgstr ""
8218 #: builtin/grep.c:820
8219 msgid "use Perl-compatible regular expressions"
8220 msgstr ""
8222 #: builtin/grep.c:823
8223 msgid "show line numbers"
8224 msgstr ""
8226 #: builtin/grep.c:824
8227 msgid "don't show filenames"
8228 msgstr ""
8230 #: builtin/grep.c:825
8231 msgid "show filenames"
8232 msgstr ""
8234 #: builtin/grep.c:827
8235 msgid "show filenames relative to top directory"
8236 msgstr ""
8238 #: builtin/grep.c:829
8239 msgid "show only filenames instead of matching lines"
8240 msgstr ""
8242 #: builtin/grep.c:831
8243 msgid "synonym for --files-with-matches"
8244 msgstr ""
8246 #: builtin/grep.c:834
8247 msgid "show only the names of files without match"
8248 msgstr ""
8250 #: builtin/grep.c:836
8251 msgid "print NUL after filenames"
8252 msgstr ""
8254 #: builtin/grep.c:838
8255 msgid "show the number of matches instead of matching lines"
8256 msgstr ""
8258 #: builtin/grep.c:839
8259 msgid "highlight matches"
8260 msgstr ""
8262 #: builtin/grep.c:841
8263 msgid "print empty line between matches from different files"
8264 msgstr ""
8266 #: builtin/grep.c:843
8267 msgid "show filename only once above matches from same file"
8268 msgstr ""
8270 #: builtin/grep.c:846
8271 msgid "show <n> context lines before and after matches"
8272 msgstr ""
8274 #: builtin/grep.c:849
8275 msgid "show <n> context lines before matches"
8276 msgstr ""
8278 #: builtin/grep.c:851
8279 msgid "show <n> context lines after matches"
8280 msgstr ""
8282 #: builtin/grep.c:853
8283 msgid "use <n> worker threads"
8284 msgstr ""
8286 #: builtin/grep.c:854
8287 msgid "shortcut for -C NUM"
8288 msgstr ""
8290 #: builtin/grep.c:857
8291 msgid "show a line with the function name before matches"
8292 msgstr ""
8294 #: builtin/grep.c:859
8295 msgid "show the surrounding function"
8296 msgstr ""
8298 #: builtin/grep.c:862
8299 msgid "read patterns from file"
8300 msgstr ""
8302 #: builtin/grep.c:864
8303 msgid "match <pattern>"
8304 msgstr ""
8306 #: builtin/grep.c:866
8307 msgid "combine patterns specified with -e"
8308 msgstr ""
8310 #: builtin/grep.c:878
8311 msgid "indicate hit with exit status without output"
8312 msgstr ""
8314 #: builtin/grep.c:880
8315 msgid "show only matches from files that match all patterns"
8316 msgstr ""
8318 #: builtin/grep.c:882
8319 msgid "show parse tree for grep expression"
8320 msgstr ""
8322 #: builtin/grep.c:886
8323 msgid "pager"
8324 msgstr ""
8326 #: builtin/grep.c:886
8327 msgid "show matching files in the pager"
8328 msgstr ""
8330 #: builtin/grep.c:889
8331 msgid "allow calling of grep(1) (ignored by this build)"
8332 msgstr ""
8334 #: builtin/grep.c:952
8335 msgid "no pattern given."
8336 msgstr ""
8338 #: builtin/grep.c:984
8339 msgid "--no-index or --untracked cannot be used with revs"
8340 msgstr ""
8342 #: builtin/grep.c:991
8343 #, c-format
8344 msgid "unable to resolve revision: %s"
8345 msgstr ""
8347 #: builtin/grep.c:1026 builtin/index-pack.c:1491
8348 #, c-format
8349 msgid "invalid number of threads specified (%d)"
8350 msgstr ""
8352 #: builtin/grep.c:1031
8353 msgid "no threads support, ignoring --threads"
8354 msgstr ""
8356 #: builtin/grep.c:1055
8357 msgid "--open-files-in-pager only works on the worktree"
8358 msgstr ""
8360 #: builtin/grep.c:1078
8361 msgid "option not supported with --recurse-submodules."
8362 msgstr ""
8364 #: builtin/grep.c:1084
8365 msgid "--cached or --untracked cannot be used with --no-index."
8366 msgstr ""
8368 #: builtin/grep.c:1090
8369 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8370 msgstr ""
8372 #: builtin/grep.c:1098
8373 msgid "both --cached and trees are given."
8374 msgstr ""
8376 #: builtin/hash-object.c:82
8377 msgid ""
8378 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8379 "[--] <file>..."
8380 msgstr ""
8382 #: builtin/hash-object.c:83
8383 msgid "git hash-object  --stdin-paths"
8384 msgstr ""
8386 #: builtin/hash-object.c:95
8387 msgid "type"
8388 msgstr ""
8390 #: builtin/hash-object.c:95
8391 msgid "object type"
8392 msgstr ""
8394 #: builtin/hash-object.c:96
8395 msgid "write the object into the object database"
8396 msgstr ""
8398 #: builtin/hash-object.c:98
8399 msgid "read the object from stdin"
8400 msgstr ""
8402 #: builtin/hash-object.c:100
8403 msgid "store file as is without filters"
8404 msgstr ""
8406 #: builtin/hash-object.c:101
8407 msgid ""
8408 "just hash any random garbage to create corrupt objects for debugging Git"
8409 msgstr ""
8411 #: builtin/hash-object.c:102
8412 msgid "process file as it were from this path"
8413 msgstr ""
8415 #: builtin/help.c:43
8416 msgid "print all available commands"
8417 msgstr ""
8419 #: builtin/help.c:44
8420 msgid "exclude guides"
8421 msgstr ""
8423 #: builtin/help.c:45
8424 msgid "print list of useful guides"
8425 msgstr ""
8427 #: builtin/help.c:46
8428 msgid "show man page"
8429 msgstr ""
8431 #: builtin/help.c:47
8432 msgid "show manual in web browser"
8433 msgstr ""
8435 #: builtin/help.c:49
8436 msgid "show info page"
8437 msgstr ""
8439 #: builtin/help.c:55
8440 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8441 msgstr ""
8443 #: builtin/help.c:67
8444 #, c-format
8445 msgid "unrecognized help format '%s'"
8446 msgstr ""
8448 #: builtin/help.c:94
8449 msgid "Failed to start emacsclient."
8450 msgstr ""
8452 #: builtin/help.c:107
8453 msgid "Failed to parse emacsclient version."
8454 msgstr ""
8456 #: builtin/help.c:115
8457 #, c-format
8458 msgid "emacsclient version '%d' too old (< 22)."
8459 msgstr ""
8461 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8462 #, c-format
8463 msgid "failed to exec '%s'"
8464 msgstr ""
8466 #: builtin/help.c:211
8467 #, c-format
8468 msgid ""
8469 "'%s': path for unsupported man viewer.\n"
8470 "Please consider using 'man.<tool>.cmd' instead."
8471 msgstr ""
8473 #: builtin/help.c:223
8474 #, c-format
8475 msgid ""
8476 "'%s': cmd for supported man viewer.\n"
8477 "Please consider using 'man.<tool>.path' instead."
8478 msgstr ""
8480 #: builtin/help.c:340
8481 #, c-format
8482 msgid "'%s': unknown man viewer."
8483 msgstr ""
8485 #: builtin/help.c:357
8486 msgid "no man viewer handled the request"
8487 msgstr ""
8489 #: builtin/help.c:365
8490 msgid "no info viewer handled the request"
8491 msgstr ""
8493 #: builtin/help.c:407
8494 msgid "Defining attributes per path"
8495 msgstr ""
8497 #: builtin/help.c:408
8498 msgid "Everyday Git With 20 Commands Or So"
8499 msgstr ""
8501 #: builtin/help.c:409
8502 msgid "A Git glossary"
8503 msgstr ""
8505 #: builtin/help.c:410
8506 msgid "Specifies intentionally untracked files to ignore"
8507 msgstr ""
8509 #: builtin/help.c:411
8510 msgid "Defining submodule properties"
8511 msgstr ""
8513 #: builtin/help.c:412
8514 msgid "Specifying revisions and ranges for Git"
8515 msgstr ""
8517 #: builtin/help.c:413
8518 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8519 msgstr ""
8521 #: builtin/help.c:414
8522 msgid "An overview of recommended workflows with Git"
8523 msgstr ""
8525 #: builtin/help.c:426
8526 msgid "The common Git guides are:\n"
8527 msgstr ""
8529 #: builtin/help.c:444
8530 #, c-format
8531 msgid "'%s' is aliased to '%s'"
8532 msgstr ""
8534 #: builtin/help.c:466 builtin/help.c:483
8535 #, c-format
8536 msgid "usage: %s%s"
8537 msgstr ""
8539 #: builtin/index-pack.c:156
8540 #, c-format
8541 msgid "unable to open %s"
8542 msgstr ""
8544 #: builtin/index-pack.c:206
8545 #, c-format
8546 msgid "object type mismatch at %s"
8547 msgstr ""
8549 #: builtin/index-pack.c:226
8550 #, c-format
8551 msgid "did not receive expected object %s"
8552 msgstr ""
8554 #: builtin/index-pack.c:229
8555 #, c-format
8556 msgid "object %s: expected type %s, found %s"
8557 msgstr ""
8559 #: builtin/index-pack.c:271
8560 #, c-format
8561 msgid "cannot fill %d byte"
8562 msgid_plural "cannot fill %d bytes"
8563 msgstr[0] ""
8564 msgstr[1] ""
8566 #: builtin/index-pack.c:281
8567 msgid "early EOF"
8568 msgstr ""
8570 #: builtin/index-pack.c:282
8571 msgid "read error on input"
8572 msgstr ""
8574 #: builtin/index-pack.c:294
8575 msgid "used more bytes than were available"
8576 msgstr ""
8578 #: builtin/index-pack.c:301
8579 msgid "pack too large for current definition of off_t"
8580 msgstr ""
8582 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8583 msgid "pack exceeds maximum allowed size"
8584 msgstr ""
8586 #: builtin/index-pack.c:319
8587 #, c-format
8588 msgid "unable to create '%s'"
8589 msgstr ""
8591 #: builtin/index-pack.c:325
8592 #, c-format
8593 msgid "cannot open packfile '%s'"
8594 msgstr ""
8596 #: builtin/index-pack.c:339
8597 msgid "pack signature mismatch"
8598 msgstr ""
8600 #: builtin/index-pack.c:341
8601 #, c-format
8602 msgid "pack version %<PRIu32> unsupported"
8603 msgstr ""
8605 #: builtin/index-pack.c:359
8606 #, c-format
8607 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8608 msgstr ""
8610 #: builtin/index-pack.c:480
8611 #, c-format
8612 msgid "inflate returned %d"
8613 msgstr ""
8615 #: builtin/index-pack.c:529
8616 msgid "offset value overflow for delta base object"
8617 msgstr ""
8619 #: builtin/index-pack.c:537
8620 msgid "delta base offset is out of bound"
8621 msgstr ""
8623 #: builtin/index-pack.c:545
8624 #, c-format
8625 msgid "unknown object type %d"
8626 msgstr ""
8628 #: builtin/index-pack.c:576
8629 msgid "cannot pread pack file"
8630 msgstr ""
8632 #: builtin/index-pack.c:578
8633 #, c-format
8634 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8635 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8636 msgstr[0] ""
8637 msgstr[1] ""
8639 #: builtin/index-pack.c:604
8640 msgid "serious inflate inconsistency"
8641 msgstr ""
8643 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8644 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8645 #, c-format
8646 msgid "SHA1 COLLISION FOUND WITH %s !"
8647 msgstr ""
8649 #: builtin/index-pack.c:752 builtin/pack-objects.c:179
8650 #: builtin/pack-objects.c:273
8651 #, c-format
8652 msgid "unable to read %s"
8653 msgstr ""
8655 #: builtin/index-pack.c:815
8656 #, c-format
8657 msgid "cannot read existing object info %s"
8658 msgstr ""
8660 #: builtin/index-pack.c:823
8661 #, c-format
8662 msgid "cannot read existing object %s"
8663 msgstr ""
8665 #: builtin/index-pack.c:837
8666 #, c-format
8667 msgid "invalid blob object %s"
8668 msgstr ""
8670 #: builtin/index-pack.c:852
8671 #, c-format
8672 msgid "invalid %s"
8673 msgstr ""
8675 #: builtin/index-pack.c:855
8676 msgid "Error in object"
8677 msgstr ""
8679 #: builtin/index-pack.c:857
8680 #, c-format
8681 msgid "Not all child objects of %s are reachable"
8682 msgstr ""
8684 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8685 msgid "failed to apply delta"
8686 msgstr ""
8688 #: builtin/index-pack.c:1131
8689 msgid "Receiving objects"
8690 msgstr ""
8692 #: builtin/index-pack.c:1131
8693 msgid "Indexing objects"
8694 msgstr ""
8696 #: builtin/index-pack.c:1165
8697 msgid "pack is corrupted (SHA1 mismatch)"
8698 msgstr ""
8700 #: builtin/index-pack.c:1170
8701 msgid "cannot fstat packfile"
8702 msgstr ""
8704 #: builtin/index-pack.c:1173
8705 msgid "pack has junk at the end"
8706 msgstr ""
8708 #: builtin/index-pack.c:1185
8709 msgid "confusion beyond insanity in parse_pack_objects()"
8710 msgstr ""
8712 #: builtin/index-pack.c:1208
8713 msgid "Resolving deltas"
8714 msgstr ""
8716 #: builtin/index-pack.c:1219
8717 #, c-format
8718 msgid "unable to create thread: %s"
8719 msgstr ""
8721 #: builtin/index-pack.c:1261
8722 msgid "confusion beyond insanity"
8723 msgstr ""
8725 #: builtin/index-pack.c:1267
8726 #, c-format
8727 msgid "completed with %d local object"
8728 msgid_plural "completed with %d local objects"
8729 msgstr[0] ""
8730 msgstr[1] ""
8732 #: builtin/index-pack.c:1279
8733 #, c-format
8734 msgid "Unexpected tail checksum for %s (disk corruption?)"
8735 msgstr ""
8737 #: builtin/index-pack.c:1283
8738 #, c-format
8739 msgid "pack has %d unresolved delta"
8740 msgid_plural "pack has %d unresolved deltas"
8741 msgstr[0] ""
8742 msgstr[1] ""
8744 #: builtin/index-pack.c:1307
8745 #, c-format
8746 msgid "unable to deflate appended object (%d)"
8747 msgstr ""
8749 #: builtin/index-pack.c:1383
8750 #, c-format
8751 msgid "local object %s is corrupt"
8752 msgstr ""
8754 #: builtin/index-pack.c:1409
8755 msgid "error while closing pack file"
8756 msgstr ""
8758 #: builtin/index-pack.c:1421
8759 #, c-format
8760 msgid "cannot write keep file '%s'"
8761 msgstr ""
8763 #: builtin/index-pack.c:1429
8764 #, c-format
8765 msgid "cannot close written keep file '%s'"
8766 msgstr ""
8768 #: builtin/index-pack.c:1439
8769 msgid "cannot store pack file"
8770 msgstr ""
8772 #: builtin/index-pack.c:1447
8773 msgid "cannot store index file"
8774 msgstr ""
8776 #: builtin/index-pack.c:1485
8777 #, c-format
8778 msgid "bad pack.indexversion=%<PRIu32>"
8779 msgstr ""
8781 #: builtin/index-pack.c:1553
8782 #, c-format
8783 msgid "Cannot open existing pack file '%s'"
8784 msgstr ""
8786 #: builtin/index-pack.c:1555
8787 #, c-format
8788 msgid "Cannot open existing pack idx file for '%s'"
8789 msgstr ""
8791 #: builtin/index-pack.c:1603
8792 #, c-format
8793 msgid "non delta: %d object"
8794 msgid_plural "non delta: %d objects"
8795 msgstr[0] ""
8796 msgstr[1] ""
8798 #: builtin/index-pack.c:1610
8799 #, c-format
8800 msgid "chain length = %d: %lu object"
8801 msgid_plural "chain length = %d: %lu objects"
8802 msgstr[0] ""
8803 msgstr[1] ""
8805 #: builtin/index-pack.c:1623
8806 #, c-format
8807 msgid "packfile name '%s' does not end with '.pack'"
8808 msgstr ""
8810 #: builtin/index-pack.c:1700 builtin/index-pack.c:1703
8811 #: builtin/index-pack.c:1719 builtin/index-pack.c:1723
8812 #, c-format
8813 msgid "bad %s"
8814 msgstr ""
8816 #: builtin/index-pack.c:1739
8817 msgid "--fix-thin cannot be used without --stdin"
8818 msgstr ""
8820 #: builtin/index-pack.c:1741
8821 msgid "--stdin requires a git repository"
8822 msgstr ""
8824 #: builtin/index-pack.c:1749
8825 msgid "--verify with no packfile name given"
8826 msgstr ""
8828 #: builtin/init-db.c:55
8829 #, c-format
8830 msgid "cannot stat '%s'"
8831 msgstr ""
8833 #: builtin/init-db.c:61
8834 #, c-format
8835 msgid "cannot stat template '%s'"
8836 msgstr ""
8838 #: builtin/init-db.c:66
8839 #, c-format
8840 msgid "cannot opendir '%s'"
8841 msgstr ""
8843 #: builtin/init-db.c:77
8844 #, c-format
8845 msgid "cannot readlink '%s'"
8846 msgstr ""
8848 #: builtin/init-db.c:79
8849 #, c-format
8850 msgid "cannot symlink '%s' '%s'"
8851 msgstr ""
8853 #: builtin/init-db.c:85
8854 #, c-format
8855 msgid "cannot copy '%s' to '%s'"
8856 msgstr ""
8858 #: builtin/init-db.c:89
8859 #, c-format
8860 msgid "ignoring template %s"
8861 msgstr ""
8863 #: builtin/init-db.c:120
8864 #, c-format
8865 msgid "templates not found %s"
8866 msgstr ""
8868 #: builtin/init-db.c:135
8869 #, c-format
8870 msgid "not copying templates from '%s': %s"
8871 msgstr ""
8873 #: builtin/init-db.c:328
8874 #, c-format
8875 msgid "unable to handle file type %d"
8876 msgstr ""
8878 #: builtin/init-db.c:331
8879 #, c-format
8880 msgid "unable to move %s to %s"
8881 msgstr ""
8883 #: builtin/init-db.c:348 builtin/init-db.c:351
8884 #, c-format
8885 msgid "%s already exists"
8886 msgstr ""
8888 #: builtin/init-db.c:404
8889 #, c-format
8890 msgid "Reinitialized existing shared Git repository in %s%s\n"
8891 msgstr ""
8893 #: builtin/init-db.c:405
8894 #, c-format
8895 msgid "Reinitialized existing Git repository in %s%s\n"
8896 msgstr ""
8898 #: builtin/init-db.c:409
8899 #, c-format
8900 msgid "Initialized empty shared Git repository in %s%s\n"
8901 msgstr ""
8903 #: builtin/init-db.c:410
8904 #, c-format
8905 msgid "Initialized empty Git repository in %s%s\n"
8906 msgstr ""
8908 #: builtin/init-db.c:458
8909 msgid ""
8910 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8911 "shared[=<permissions>]] [<directory>]"
8912 msgstr ""
8914 #: builtin/init-db.c:481
8915 msgid "permissions"
8916 msgstr ""
8918 #: builtin/init-db.c:482
8919 msgid "specify that the git repository is to be shared amongst several users"
8920 msgstr ""
8922 #: builtin/init-db.c:516 builtin/init-db.c:521
8923 #, c-format
8924 msgid "cannot mkdir %s"
8925 msgstr ""
8927 #: builtin/init-db.c:525
8928 #, c-format
8929 msgid "cannot chdir to %s"
8930 msgstr ""
8932 #: builtin/init-db.c:546
8933 #, c-format
8934 msgid ""
8935 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8936 "dir=<directory>)"
8937 msgstr ""
8939 #: builtin/init-db.c:574
8940 #, c-format
8941 msgid "Cannot access work tree '%s'"
8942 msgstr ""
8944 #: builtin/interpret-trailers.c:15
8945 msgid ""
8946 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8947 "<token>[(=|:)<value>])...] [<file>...]"
8948 msgstr ""
8950 #: builtin/interpret-trailers.c:92
8951 msgid "edit files in place"
8952 msgstr ""
8954 #: builtin/interpret-trailers.c:93
8955 msgid "trim empty trailers"
8956 msgstr ""
8958 #: builtin/interpret-trailers.c:96
8959 msgid "where to place the new trailer"
8960 msgstr ""
8962 #: builtin/interpret-trailers.c:98
8963 msgid "action if trailer already exists"
8964 msgstr ""
8966 #: builtin/interpret-trailers.c:100
8967 msgid "action if trailer is missing"
8968 msgstr ""
8970 #: builtin/interpret-trailers.c:102
8971 msgid "output only the trailers"
8972 msgstr ""
8974 #: builtin/interpret-trailers.c:103
8975 msgid "do not apply config rules"
8976 msgstr ""
8978 #: builtin/interpret-trailers.c:104
8979 msgid "join whitespace-continued values"
8980 msgstr ""
8982 #: builtin/interpret-trailers.c:105
8983 msgid "set parsing options"
8984 msgstr ""
8986 #: builtin/interpret-trailers.c:107
8987 msgid "trailer"
8988 msgstr ""
8990 #: builtin/interpret-trailers.c:108
8991 msgid "trailer(s) to add"
8992 msgstr ""
8994 #: builtin/interpret-trailers.c:117
8995 msgid "--trailer with --only-input does not make sense"
8996 msgstr ""
8998 #: builtin/interpret-trailers.c:127
8999 msgid "no input file given for in-place editing"
9000 msgstr ""
9002 #: builtin/log.c:46
9003 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9004 msgstr ""
9006 #: builtin/log.c:47
9007 msgid "git show [<options>] <object>..."
9008 msgstr ""
9010 #: builtin/log.c:91
9011 #, c-format
9012 msgid "invalid --decorate option: %s"
9013 msgstr ""
9015 #: builtin/log.c:151
9016 msgid "suppress diff output"
9017 msgstr ""
9019 #: builtin/log.c:152
9020 msgid "show source"
9021 msgstr ""
9023 #: builtin/log.c:153
9024 msgid "Use mail map file"
9025 msgstr ""
9027 #: builtin/log.c:155
9028 msgid "only decorate refs that match <pattern>"
9029 msgstr ""
9031 #: builtin/log.c:157
9032 msgid "do not decorate refs that match <pattern>"
9033 msgstr ""
9035 #: builtin/log.c:158
9036 msgid "decorate options"
9037 msgstr ""
9039 #: builtin/log.c:161
9040 msgid "Process line range n,m in file, counting from 1"
9041 msgstr ""
9043 #: builtin/log.c:257
9044 #, c-format
9045 msgid "Final output: %d %s\n"
9046 msgstr ""
9048 #: builtin/log.c:508
9049 #, c-format
9050 msgid "git show %s: bad file"
9051 msgstr ""
9053 #: builtin/log.c:523 builtin/log.c:617
9054 #, c-format
9055 msgid "Could not read object %s"
9056 msgstr ""
9058 #: builtin/log.c:641
9059 #, c-format
9060 msgid "Unknown type: %d"
9061 msgstr ""
9063 #: builtin/log.c:762
9064 msgid "format.headers without value"
9065 msgstr ""
9067 #: builtin/log.c:863
9068 msgid "name of output directory is too long"
9069 msgstr ""
9071 #: builtin/log.c:879
9072 #, c-format
9073 msgid "Cannot open patch file %s"
9074 msgstr ""
9076 #: builtin/log.c:896
9077 msgid "Need exactly one range."
9078 msgstr ""
9080 #: builtin/log.c:906
9081 msgid "Not a range."
9082 msgstr ""
9084 #: builtin/log.c:1012
9085 msgid "Cover letter needs email format"
9086 msgstr ""
9088 #: builtin/log.c:1092
9089 #, c-format
9090 msgid "insane in-reply-to: %s"
9091 msgstr ""
9093 #: builtin/log.c:1119
9094 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9095 msgstr ""
9097 #: builtin/log.c:1169
9098 msgid "Two output directories?"
9099 msgstr ""
9101 #: builtin/log.c:1276 builtin/log.c:1927 builtin/log.c:1929 builtin/log.c:1941
9102 #, c-format
9103 msgid "Unknown commit %s"
9104 msgstr ""
9106 #: builtin/log.c:1286 builtin/notes.c:887 builtin/tag.c:516
9107 #, c-format
9108 msgid "Failed to resolve '%s' as a valid ref."
9109 msgstr ""
9111 #: builtin/log.c:1291
9112 msgid "Could not find exact merge base."
9113 msgstr ""
9115 #: builtin/log.c:1295
9116 msgid ""
9117 "Failed to get upstream, if you want to record base commit automatically,\n"
9118 "please use git branch --set-upstream-to to track a remote branch.\n"
9119 "Or you could specify base commit by --base=<base-commit-id> manually."
9120 msgstr ""
9122 #: builtin/log.c:1315
9123 msgid "Failed to find exact merge base"
9124 msgstr ""
9126 #: builtin/log.c:1326
9127 msgid "base commit should be the ancestor of revision list"
9128 msgstr ""
9130 #: builtin/log.c:1330
9131 msgid "base commit shouldn't be in revision list"
9132 msgstr ""
9134 #: builtin/log.c:1379
9135 msgid "cannot get patch id"
9136 msgstr ""
9138 #: builtin/log.c:1438
9139 msgid "use [PATCH n/m] even with a single patch"
9140 msgstr ""
9142 #: builtin/log.c:1441
9143 msgid "use [PATCH] even with multiple patches"
9144 msgstr ""
9146 #: builtin/log.c:1445
9147 msgid "print patches to standard out"
9148 msgstr ""
9150 #: builtin/log.c:1447
9151 msgid "generate a cover letter"
9152 msgstr ""
9154 #: builtin/log.c:1449
9155 msgid "use simple number sequence for output file names"
9156 msgstr ""
9158 #: builtin/log.c:1450
9159 msgid "sfx"
9160 msgstr ""
9162 #: builtin/log.c:1451
9163 msgid "use <sfx> instead of '.patch'"
9164 msgstr ""
9166 #: builtin/log.c:1453
9167 msgid "start numbering patches at <n> instead of 1"
9168 msgstr ""
9170 #: builtin/log.c:1455
9171 msgid "mark the series as Nth re-roll"
9172 msgstr ""
9174 #: builtin/log.c:1457
9175 msgid "Use [RFC PATCH] instead of [PATCH]"
9176 msgstr ""
9178 #: builtin/log.c:1460
9179 msgid "Use [<prefix>] instead of [PATCH]"
9180 msgstr ""
9182 #: builtin/log.c:1463
9183 msgid "store resulting files in <dir>"
9184 msgstr ""
9186 #: builtin/log.c:1466
9187 msgid "don't strip/add [PATCH]"
9188 msgstr ""
9190 #: builtin/log.c:1469
9191 msgid "don't output binary diffs"
9192 msgstr ""
9194 #: builtin/log.c:1471
9195 msgid "output all-zero hash in From header"
9196 msgstr ""
9198 #: builtin/log.c:1473
9199 msgid "don't include a patch matching a commit upstream"
9200 msgstr ""
9202 #: builtin/log.c:1475
9203 msgid "show patch format instead of default (patch + stat)"
9204 msgstr ""
9206 #: builtin/log.c:1477
9207 msgid "Messaging"
9208 msgstr ""
9210 #: builtin/log.c:1478
9211 msgid "header"
9212 msgstr ""
9214 #: builtin/log.c:1479
9215 msgid "add email header"
9216 msgstr ""
9218 #: builtin/log.c:1480 builtin/log.c:1482
9219 msgid "email"
9220 msgstr ""
9222 #: builtin/log.c:1480
9223 msgid "add To: header"
9224 msgstr ""
9226 #: builtin/log.c:1482
9227 msgid "add Cc: header"
9228 msgstr ""
9230 #: builtin/log.c:1484
9231 msgid "ident"
9232 msgstr ""
9234 #: builtin/log.c:1485
9235 msgid "set From address to <ident> (or committer ident if absent)"
9236 msgstr ""
9238 #: builtin/log.c:1487
9239 msgid "message-id"
9240 msgstr ""
9242 #: builtin/log.c:1488
9243 msgid "make first mail a reply to <message-id>"
9244 msgstr ""
9246 #: builtin/log.c:1489 builtin/log.c:1492
9247 msgid "boundary"
9248 msgstr ""
9250 #: builtin/log.c:1490
9251 msgid "attach the patch"
9252 msgstr ""
9254 #: builtin/log.c:1493
9255 msgid "inline the patch"
9256 msgstr ""
9258 #: builtin/log.c:1497
9259 msgid "enable message threading, styles: shallow, deep"
9260 msgstr ""
9262 #: builtin/log.c:1499
9263 msgid "signature"
9264 msgstr ""
9266 #: builtin/log.c:1500
9267 msgid "add a signature"
9268 msgstr ""
9270 #: builtin/log.c:1501
9271 msgid "base-commit"
9272 msgstr ""
9274 #: builtin/log.c:1502
9275 msgid "add prerequisite tree info to the patch series"
9276 msgstr ""
9278 #: builtin/log.c:1504
9279 msgid "add a signature from a file"
9280 msgstr ""
9282 #: builtin/log.c:1505
9283 msgid "don't print the patch filenames"
9284 msgstr ""
9286 #: builtin/log.c:1507
9287 msgid "show progress while generating patches"
9288 msgstr ""
9290 #: builtin/log.c:1582
9291 #, c-format
9292 msgid "invalid ident line: %s"
9293 msgstr ""
9295 #: builtin/log.c:1597
9296 msgid "-n and -k are mutually exclusive."
9297 msgstr ""
9299 #: builtin/log.c:1599
9300 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9301 msgstr ""
9303 #: builtin/log.c:1607
9304 msgid "--name-only does not make sense"
9305 msgstr ""
9307 #: builtin/log.c:1609
9308 msgid "--name-status does not make sense"
9309 msgstr ""
9311 #: builtin/log.c:1611
9312 msgid "--check does not make sense"
9313 msgstr ""
9315 #: builtin/log.c:1641
9316 msgid "standard output, or directory, which one?"
9317 msgstr ""
9319 #: builtin/log.c:1643
9320 #, c-format
9321 msgid "Could not create directory '%s'"
9322 msgstr ""
9324 #: builtin/log.c:1736
9325 #, c-format
9326 msgid "unable to read signature file '%s'"
9327 msgstr ""
9329 #: builtin/log.c:1768
9330 msgid "Generating patches"
9331 msgstr ""
9333 #: builtin/log.c:1812
9334 msgid "Failed to create output files"
9335 msgstr ""
9337 #: builtin/log.c:1862
9338 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9339 msgstr ""
9341 #: builtin/log.c:1916
9342 #, c-format
9343 msgid ""
9344 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9345 msgstr ""
9347 #: builtin/ls-files.c:468
9348 msgid "git ls-files [<options>] [<file>...]"
9349 msgstr ""
9351 #: builtin/ls-files.c:517
9352 msgid "identify the file status with tags"
9353 msgstr ""
9355 #: builtin/ls-files.c:519
9356 msgid "use lowercase letters for 'assume unchanged' files"
9357 msgstr ""
9359 #: builtin/ls-files.c:521
9360 msgid "use lowercase letters for 'fsmonitor clean' files"
9361 msgstr ""
9363 #: builtin/ls-files.c:523
9364 msgid "show cached files in the output (default)"
9365 msgstr ""
9367 #: builtin/ls-files.c:525
9368 msgid "show deleted files in the output"
9369 msgstr ""
9371 #: builtin/ls-files.c:527
9372 msgid "show modified files in the output"
9373 msgstr ""
9375 #: builtin/ls-files.c:529
9376 msgid "show other files in the output"
9377 msgstr ""
9379 #: builtin/ls-files.c:531
9380 msgid "show ignored files in the output"
9381 msgstr ""
9383 #: builtin/ls-files.c:534
9384 msgid "show staged contents' object name in the output"
9385 msgstr ""
9387 #: builtin/ls-files.c:536
9388 msgid "show files on the filesystem that need to be removed"
9389 msgstr ""
9391 #: builtin/ls-files.c:538
9392 msgid "show 'other' directories' names only"
9393 msgstr ""
9395 #: builtin/ls-files.c:540
9396 msgid "show line endings of files"
9397 msgstr ""
9399 #: builtin/ls-files.c:542
9400 msgid "don't show empty directories"
9401 msgstr ""
9403 #: builtin/ls-files.c:545
9404 msgid "show unmerged files in the output"
9405 msgstr ""
9407 #: builtin/ls-files.c:547
9408 msgid "show resolve-undo information"
9409 msgstr ""
9411 #: builtin/ls-files.c:549
9412 msgid "skip files matching pattern"
9413 msgstr ""
9415 #: builtin/ls-files.c:552
9416 msgid "exclude patterns are read from <file>"
9417 msgstr ""
9419 #: builtin/ls-files.c:555
9420 msgid "read additional per-directory exclude patterns in <file>"
9421 msgstr ""
9423 #: builtin/ls-files.c:557
9424 msgid "add the standard git exclusions"
9425 msgstr ""
9427 #: builtin/ls-files.c:560
9428 msgid "make the output relative to the project top directory"
9429 msgstr ""
9431 #: builtin/ls-files.c:563
9432 msgid "recurse through submodules"
9433 msgstr ""
9435 #: builtin/ls-files.c:565
9436 msgid "if any <file> is not in the index, treat this as an error"
9437 msgstr ""
9439 #: builtin/ls-files.c:566
9440 msgid "tree-ish"
9441 msgstr ""
9443 #: builtin/ls-files.c:567
9444 msgid "pretend that paths removed since <tree-ish> are still present"
9445 msgstr ""
9447 #: builtin/ls-files.c:569
9448 msgid "show debugging data"
9449 msgstr ""
9451 #: builtin/ls-remote.c:7
9452 msgid ""
9453 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9454 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
9455 "                     [--symref] [<repository> [<refs>...]]"
9456 msgstr ""
9458 #: builtin/ls-remote.c:52
9459 msgid "do not print remote URL"
9460 msgstr ""
9462 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9463 msgid "exec"
9464 msgstr ""
9466 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9467 msgid "path of git-upload-pack on the remote host"
9468 msgstr ""
9470 #: builtin/ls-remote.c:58
9471 msgid "limit to tags"
9472 msgstr ""
9474 #: builtin/ls-remote.c:59
9475 msgid "limit to heads"
9476 msgstr ""
9478 #: builtin/ls-remote.c:60
9479 msgid "do not show peeled tags"
9480 msgstr ""
9482 #: builtin/ls-remote.c:62
9483 msgid "take url.<base>.insteadOf into account"
9484 msgstr ""
9486 #: builtin/ls-remote.c:64
9487 msgid "exit with exit code 2 if no matching refs are found"
9488 msgstr ""
9490 #: builtin/ls-remote.c:66
9491 msgid "show underlying ref in addition to the object pointed by it"
9492 msgstr ""
9494 #: builtin/ls-tree.c:29
9495 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9496 msgstr ""
9498 #: builtin/ls-tree.c:127
9499 msgid "only show trees"
9500 msgstr ""
9502 #: builtin/ls-tree.c:129
9503 msgid "recurse into subtrees"
9504 msgstr ""
9506 #: builtin/ls-tree.c:131
9507 msgid "show trees when recursing"
9508 msgstr ""
9510 #: builtin/ls-tree.c:134
9511 msgid "terminate entries with NUL byte"
9512 msgstr ""
9514 #: builtin/ls-tree.c:135
9515 msgid "include object size"
9516 msgstr ""
9518 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9519 msgid "list only filenames"
9520 msgstr ""
9522 #: builtin/ls-tree.c:142
9523 msgid "use full path names"
9524 msgstr ""
9526 #: builtin/ls-tree.c:144
9527 msgid "list entire tree; not just current directory (implies --full-name)"
9528 msgstr ""
9530 #: builtin/mailsplit.c:241
9531 #, c-format
9532 msgid "empty mbox: '%s'"
9533 msgstr ""
9535 #: builtin/merge.c:48
9536 msgid "git merge [<options>] [<commit>...]"
9537 msgstr ""
9539 #: builtin/merge.c:49
9540 msgid "git merge --abort"
9541 msgstr ""
9543 #: builtin/merge.c:50
9544 msgid "git merge --continue"
9545 msgstr ""
9547 #: builtin/merge.c:107
9548 msgid "switch `m' requires a value"
9549 msgstr ""
9551 #: builtin/merge.c:144
9552 #, c-format
9553 msgid "Could not find merge strategy '%s'.\n"
9554 msgstr ""
9556 #: builtin/merge.c:145
9557 #, c-format
9558 msgid "Available strategies are:"
9559 msgstr ""
9561 #: builtin/merge.c:150
9562 #, c-format
9563 msgid "Available custom strategies are:"
9564 msgstr ""
9566 #: builtin/merge.c:200 builtin/pull.c:137
9567 msgid "do not show a diffstat at the end of the merge"
9568 msgstr ""
9570 #: builtin/merge.c:203 builtin/pull.c:140
9571 msgid "show a diffstat at the end of the merge"
9572 msgstr ""
9574 #: builtin/merge.c:204 builtin/pull.c:143
9575 msgid "(synonym to --stat)"
9576 msgstr ""
9578 #: builtin/merge.c:206 builtin/pull.c:146
9579 msgid "add (at most <n>) entries from shortlog to merge commit message"
9580 msgstr ""
9582 #: builtin/merge.c:209 builtin/pull.c:152
9583 msgid "create a single commit instead of doing a merge"
9584 msgstr ""
9586 #: builtin/merge.c:211 builtin/pull.c:155
9587 msgid "perform a commit if the merge succeeds (default)"
9588 msgstr ""
9590 #: builtin/merge.c:213 builtin/pull.c:158
9591 msgid "edit message before committing"
9592 msgstr ""
9594 #: builtin/merge.c:214
9595 msgid "allow fast-forward (default)"
9596 msgstr ""
9598 #: builtin/merge.c:216 builtin/pull.c:164
9599 msgid "abort if fast-forward is not possible"
9600 msgstr ""
9602 #: builtin/merge.c:220 builtin/pull.c:167
9603 msgid "verify that the named commit has a valid GPG signature"
9604 msgstr ""
9606 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:171
9607 #: builtin/revert.c:109
9608 msgid "strategy"
9609 msgstr ""
9611 #: builtin/merge.c:222 builtin/pull.c:172
9612 msgid "merge strategy to use"
9613 msgstr ""
9615 #: builtin/merge.c:223 builtin/pull.c:175
9616 msgid "option=value"
9617 msgstr ""
9619 #: builtin/merge.c:224 builtin/pull.c:176
9620 msgid "option for selected merge strategy"
9621 msgstr ""
9623 #: builtin/merge.c:226
9624 msgid "merge commit message (for a non-fast-forward merge)"
9625 msgstr ""
9627 #: builtin/merge.c:230
9628 msgid "abort the current in-progress merge"
9629 msgstr ""
9631 #: builtin/merge.c:232
9632 msgid "continue the current in-progress merge"
9633 msgstr ""
9635 #: builtin/merge.c:234 builtin/pull.c:183
9636 msgid "allow merging unrelated histories"
9637 msgstr ""
9639 #: builtin/merge.c:240
9640 msgid "verify commit-msg hook"
9641 msgstr ""
9643 #: builtin/merge.c:265
9644 msgid "could not run stash."
9645 msgstr ""
9647 #: builtin/merge.c:270
9648 msgid "stash failed"
9649 msgstr ""
9651 #: builtin/merge.c:275
9652 #, c-format
9653 msgid "not a valid object: %s"
9654 msgstr ""
9656 #: builtin/merge.c:297 builtin/merge.c:314
9657 msgid "read-tree failed"
9658 msgstr ""
9660 #: builtin/merge.c:344
9661 msgid " (nothing to squash)"
9662 msgstr ""
9664 #: builtin/merge.c:355
9665 #, c-format
9666 msgid "Squash commit -- not updating HEAD\n"
9667 msgstr ""
9669 #: builtin/merge.c:405
9670 #, c-format
9671 msgid "No merge message -- not updating HEAD\n"
9672 msgstr ""
9674 #: builtin/merge.c:455
9675 #, c-format
9676 msgid "'%s' does not point to a commit"
9677 msgstr ""
9679 #: builtin/merge.c:545
9680 #, c-format
9681 msgid "Bad branch.%s.mergeoptions string: %s"
9682 msgstr ""
9684 #: builtin/merge.c:667
9685 msgid "Not handling anything other than two heads merge."
9686 msgstr ""
9688 #: builtin/merge.c:681
9689 #, c-format
9690 msgid "Unknown option for merge-recursive: -X%s"
9691 msgstr ""
9693 #: builtin/merge.c:696
9694 #, c-format
9695 msgid "unable to write %s"
9696 msgstr ""
9698 #: builtin/merge.c:748
9699 #, c-format
9700 msgid "Could not read from '%s'"
9701 msgstr ""
9703 #: builtin/merge.c:757
9704 #, c-format
9705 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9706 msgstr ""
9708 #: builtin/merge.c:763
9709 #, c-format
9710 msgid ""
9711 "Please enter a commit message to explain why this merge is necessary,\n"
9712 "especially if it merges an updated upstream into a topic branch.\n"
9713 "\n"
9714 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9715 "the commit.\n"
9716 msgstr ""
9718 #: builtin/merge.c:799
9719 msgid "Empty commit message."
9720 msgstr ""
9722 #: builtin/merge.c:819
9723 #, c-format
9724 msgid "Wonderful.\n"
9725 msgstr ""
9727 #: builtin/merge.c:872
9728 #, c-format
9729 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9730 msgstr ""
9732 #: builtin/merge.c:911
9733 msgid "No current branch."
9734 msgstr ""
9736 #: builtin/merge.c:913
9737 msgid "No remote for the current branch."
9738 msgstr ""
9740 #: builtin/merge.c:915
9741 msgid "No default upstream defined for the current branch."
9742 msgstr ""
9744 #: builtin/merge.c:920
9745 #, c-format
9746 msgid "No remote-tracking branch for %s from %s"
9747 msgstr ""
9749 #: builtin/merge.c:973
9750 #, c-format
9751 msgid "Bad value '%s' in environment '%s'"
9752 msgstr ""
9754 #: builtin/merge.c:1075
9755 #, c-format
9756 msgid "not something we can merge in %s: %s"
9757 msgstr ""
9759 #: builtin/merge.c:1109
9760 msgid "not something we can merge"
9761 msgstr ""
9763 #: builtin/merge.c:1174
9764 msgid "--abort expects no arguments"
9765 msgstr ""
9767 #: builtin/merge.c:1178
9768 msgid "There is no merge to abort (MERGE_HEAD missing)."
9769 msgstr ""
9771 #: builtin/merge.c:1190
9772 msgid "--continue expects no arguments"
9773 msgstr ""
9775 #: builtin/merge.c:1194
9776 msgid "There is no merge in progress (MERGE_HEAD missing)."
9777 msgstr ""
9779 #: builtin/merge.c:1210
9780 msgid ""
9781 "You have not concluded your merge (MERGE_HEAD exists).\n"
9782 "Please, commit your changes before you merge."
9783 msgstr ""
9785 #: builtin/merge.c:1217
9786 msgid ""
9787 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9788 "Please, commit your changes before you merge."
9789 msgstr ""
9791 #: builtin/merge.c:1220
9792 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9793 msgstr ""
9795 #: builtin/merge.c:1229
9796 msgid "You cannot combine --squash with --no-ff."
9797 msgstr ""
9799 #: builtin/merge.c:1237
9800 msgid "No commit specified and merge.defaultToUpstream not set."
9801 msgstr ""
9803 #: builtin/merge.c:1254
9804 msgid "Squash commit into empty head not supported yet"
9805 msgstr ""
9807 #: builtin/merge.c:1256
9808 msgid "Non-fast-forward commit does not make sense into an empty head"
9809 msgstr ""
9811 #: builtin/merge.c:1261
9812 #, c-format
9813 msgid "%s - not something we can merge"
9814 msgstr ""
9816 #: builtin/merge.c:1263
9817 msgid "Can merge only exactly one commit into empty head"
9818 msgstr ""
9820 #: builtin/merge.c:1297
9821 #, c-format
9822 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9823 msgstr ""
9825 #: builtin/merge.c:1300
9826 #, c-format
9827 msgid "Commit %s has a bad GPG signature allegedly by %s."
9828 msgstr ""
9830 #: builtin/merge.c:1303
9831 #, c-format
9832 msgid "Commit %s does not have a GPG signature."
9833 msgstr ""
9835 #: builtin/merge.c:1306
9836 #, c-format
9837 msgid "Commit %s has a good GPG signature by %s\n"
9838 msgstr ""
9840 #: builtin/merge.c:1368
9841 msgid "refusing to merge unrelated histories"
9842 msgstr ""
9844 #: builtin/merge.c:1377
9845 msgid "Already up to date."
9846 msgstr ""
9848 #: builtin/merge.c:1387
9849 #, c-format
9850 msgid "Updating %s..%s\n"
9851 msgstr ""
9853 #: builtin/merge.c:1428
9854 #, c-format
9855 msgid "Trying really trivial in-index merge...\n"
9856 msgstr ""
9858 #: builtin/merge.c:1435
9859 #, c-format
9860 msgid "Nope.\n"
9861 msgstr ""
9863 #: builtin/merge.c:1460
9864 msgid "Already up to date. Yeeah!"
9865 msgstr ""
9867 #: builtin/merge.c:1466
9868 msgid "Not possible to fast-forward, aborting."
9869 msgstr ""
9871 #: builtin/merge.c:1489 builtin/merge.c:1568
9872 #, c-format
9873 msgid "Rewinding the tree to pristine...\n"
9874 msgstr ""
9876 #: builtin/merge.c:1493
9877 #, c-format
9878 msgid "Trying merge strategy %s...\n"
9879 msgstr ""
9881 #: builtin/merge.c:1559
9882 #, c-format
9883 msgid "No merge strategy handled the merge.\n"
9884 msgstr ""
9886 #: builtin/merge.c:1561
9887 #, c-format
9888 msgid "Merge with strategy %s failed.\n"
9889 msgstr ""
9891 #: builtin/merge.c:1570
9892 #, c-format
9893 msgid "Using the %s to prepare resolving by hand.\n"
9894 msgstr ""
9896 #: builtin/merge.c:1582
9897 #, c-format
9898 msgid "Automatic merge went well; stopped before committing as requested\n"
9899 msgstr ""
9901 #: builtin/merge-base.c:30
9902 msgid "git merge-base [-a | --all] <commit> <commit>..."
9903 msgstr ""
9905 #: builtin/merge-base.c:31
9906 msgid "git merge-base [-a | --all] --octopus <commit>..."
9907 msgstr ""
9909 #: builtin/merge-base.c:32
9910 msgid "git merge-base --independent <commit>..."
9911 msgstr ""
9913 #: builtin/merge-base.c:33
9914 msgid "git merge-base --is-ancestor <commit> <commit>"
9915 msgstr ""
9917 #: builtin/merge-base.c:34
9918 msgid "git merge-base --fork-point <ref> [<commit>]"
9919 msgstr ""
9921 #: builtin/merge-base.c:220
9922 msgid "output all common ancestors"
9923 msgstr ""
9925 #: builtin/merge-base.c:222
9926 msgid "find ancestors for a single n-way merge"
9927 msgstr ""
9929 #: builtin/merge-base.c:224
9930 msgid "list revs not reachable from others"
9931 msgstr ""
9933 #: builtin/merge-base.c:226
9934 msgid "is the first one ancestor of the other?"
9935 msgstr ""
9937 #: builtin/merge-base.c:228
9938 msgid "find where <commit> forked from reflog of <ref>"
9939 msgstr ""
9941 #: builtin/merge-file.c:9
9942 msgid ""
9943 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9944 "<orig-file> <file2>"
9945 msgstr ""
9947 #: builtin/merge-file.c:33
9948 msgid "send results to standard output"
9949 msgstr ""
9951 #: builtin/merge-file.c:34
9952 msgid "use a diff3 based merge"
9953 msgstr ""
9955 #: builtin/merge-file.c:35
9956 msgid "for conflicts, use our version"
9957 msgstr ""
9959 #: builtin/merge-file.c:37
9960 msgid "for conflicts, use their version"
9961 msgstr ""
9963 #: builtin/merge-file.c:39
9964 msgid "for conflicts, use a union version"
9965 msgstr ""
9967 #: builtin/merge-file.c:42
9968 msgid "for conflicts, use this marker size"
9969 msgstr ""
9971 #: builtin/merge-file.c:43
9972 msgid "do not warn about conflicts"
9973 msgstr ""
9975 #: builtin/merge-file.c:45
9976 msgid "set labels for file1/orig-file/file2"
9977 msgstr ""
9979 #: builtin/merge-recursive.c:45
9980 #, c-format
9981 msgid "unknown option %s"
9982 msgstr ""
9984 #: builtin/merge-recursive.c:51
9985 #, c-format
9986 msgid "could not parse object '%s'"
9987 msgstr ""
9989 #: builtin/merge-recursive.c:55
9990 #, c-format
9991 msgid "cannot handle more than %d base. Ignoring %s."
9992 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9993 msgstr[0] ""
9994 msgstr[1] ""
9996 #: builtin/merge-recursive.c:63
9997 msgid "not handling anything other than two heads merge."
9998 msgstr ""
10000 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10001 #, c-format
10002 msgid "could not resolve ref '%s'"
10003 msgstr ""
10005 #: builtin/merge-recursive.c:77
10006 #, c-format
10007 msgid "Merging %s with %s\n"
10008 msgstr ""
10010 #: builtin/mktree.c:65
10011 msgid "git mktree [-z] [--missing] [--batch]"
10012 msgstr ""
10014 #: builtin/mktree.c:153
10015 msgid "input is NUL terminated"
10016 msgstr ""
10018 #: builtin/mktree.c:154 builtin/write-tree.c:25
10019 msgid "allow missing objects"
10020 msgstr ""
10022 #: builtin/mktree.c:155
10023 msgid "allow creation of more than one tree"
10024 msgstr ""
10026 #: builtin/mv.c:17
10027 msgid "git mv [<options>] <source>... <destination>"
10028 msgstr ""
10030 #: builtin/mv.c:83
10031 #, c-format
10032 msgid "Directory %s is in index and no submodule?"
10033 msgstr ""
10035 #: builtin/mv.c:85 builtin/rm.c:289
10036 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10037 msgstr ""
10039 #: builtin/mv.c:103
10040 #, c-format
10041 msgid "%.*s is in index"
10042 msgstr ""
10044 #: builtin/mv.c:125
10045 msgid "force move/rename even if target exists"
10046 msgstr ""
10048 #: builtin/mv.c:126
10049 msgid "skip move/rename errors"
10050 msgstr ""
10052 #: builtin/mv.c:167
10053 #, c-format
10054 msgid "destination '%s' is not a directory"
10055 msgstr ""
10057 #: builtin/mv.c:178
10058 #, c-format
10059 msgid "Checking rename of '%s' to '%s'\n"
10060 msgstr ""
10062 #: builtin/mv.c:182
10063 msgid "bad source"
10064 msgstr ""
10066 #: builtin/mv.c:185
10067 msgid "can not move directory into itself"
10068 msgstr ""
10070 #: builtin/mv.c:188
10071 msgid "cannot move directory over file"
10072 msgstr ""
10074 #: builtin/mv.c:197
10075 msgid "source directory is empty"
10076 msgstr ""
10078 #: builtin/mv.c:222
10079 msgid "not under version control"
10080 msgstr ""
10082 #: builtin/mv.c:225
10083 msgid "destination exists"
10084 msgstr ""
10086 #: builtin/mv.c:233
10087 #, c-format
10088 msgid "overwriting '%s'"
10089 msgstr ""
10091 #: builtin/mv.c:236
10092 msgid "Cannot overwrite"
10093 msgstr ""
10095 #: builtin/mv.c:239
10096 msgid "multiple sources for the same target"
10097 msgstr ""
10099 #: builtin/mv.c:241
10100 msgid "destination directory does not exist"
10101 msgstr ""
10103 #: builtin/mv.c:248
10104 #, c-format
10105 msgid "%s, source=%s, destination=%s"
10106 msgstr ""
10108 #: builtin/mv.c:269
10109 #, c-format
10110 msgid "Renaming %s to %s\n"
10111 msgstr ""
10113 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10114 #, c-format
10115 msgid "renaming '%s' failed"
10116 msgstr ""
10118 #: builtin/name-rev.c:338
10119 msgid "git name-rev [<options>] <commit>..."
10120 msgstr ""
10122 #: builtin/name-rev.c:339
10123 msgid "git name-rev [<options>] --all"
10124 msgstr ""
10126 #: builtin/name-rev.c:340
10127 msgid "git name-rev [<options>] --stdin"
10128 msgstr ""
10130 #: builtin/name-rev.c:395
10131 msgid "print only names (no SHA-1)"
10132 msgstr ""
10134 #: builtin/name-rev.c:396
10135 msgid "only use tags to name the commits"
10136 msgstr ""
10138 #: builtin/name-rev.c:398
10139 msgid "only use refs matching <pattern>"
10140 msgstr ""
10142 #: builtin/name-rev.c:400
10143 msgid "ignore refs matching <pattern>"
10144 msgstr ""
10146 #: builtin/name-rev.c:402
10147 msgid "list all commits reachable from all refs"
10148 msgstr ""
10150 #: builtin/name-rev.c:403
10151 msgid "read from stdin"
10152 msgstr ""
10154 #: builtin/name-rev.c:404
10155 msgid "allow to print `undefined` names (default)"
10156 msgstr ""
10158 #: builtin/name-rev.c:410
10159 msgid "dereference tags in the input (internal use)"
10160 msgstr ""
10162 #: builtin/notes.c:26
10163 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10164 msgstr ""
10166 #: builtin/notes.c:27
10167 msgid ""
10168 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10169 "| (-c | -C) <object>] [<object>]"
10170 msgstr ""
10172 #: builtin/notes.c:28
10173 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10174 msgstr ""
10176 #: builtin/notes.c:29
10177 msgid ""
10178 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10179 "(-c | -C) <object>] [<object>]"
10180 msgstr ""
10182 #: builtin/notes.c:30
10183 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10184 msgstr ""
10186 #: builtin/notes.c:31
10187 msgid "git notes [--ref <notes-ref>] show [<object>]"
10188 msgstr ""
10190 #: builtin/notes.c:32
10191 msgid ""
10192 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10193 msgstr ""
10195 #: builtin/notes.c:33
10196 msgid "git notes merge --commit [-v | -q]"
10197 msgstr ""
10199 #: builtin/notes.c:34
10200 msgid "git notes merge --abort [-v | -q]"
10201 msgstr ""
10203 #: builtin/notes.c:35
10204 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10205 msgstr ""
10207 #: builtin/notes.c:36
10208 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10209 msgstr ""
10211 #: builtin/notes.c:37
10212 msgid "git notes [--ref <notes-ref>] get-ref"
10213 msgstr ""
10215 #: builtin/notes.c:42
10216 msgid "git notes [list [<object>]]"
10217 msgstr ""
10219 #: builtin/notes.c:47
10220 msgid "git notes add [<options>] [<object>]"
10221 msgstr ""
10223 #: builtin/notes.c:52
10224 msgid "git notes copy [<options>] <from-object> <to-object>"
10225 msgstr ""
10227 #: builtin/notes.c:53
10228 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10229 msgstr ""
10231 #: builtin/notes.c:58
10232 msgid "git notes append [<options>] [<object>]"
10233 msgstr ""
10235 #: builtin/notes.c:63
10236 msgid "git notes edit [<object>]"
10237 msgstr ""
10239 #: builtin/notes.c:68
10240 msgid "git notes show [<object>]"
10241 msgstr ""
10243 #: builtin/notes.c:73
10244 msgid "git notes merge [<options>] <notes-ref>"
10245 msgstr ""
10247 #: builtin/notes.c:74
10248 msgid "git notes merge --commit [<options>]"
10249 msgstr ""
10251 #: builtin/notes.c:75
10252 msgid "git notes merge --abort [<options>]"
10253 msgstr ""
10255 #: builtin/notes.c:80
10256 msgid "git notes remove [<object>]"
10257 msgstr ""
10259 #: builtin/notes.c:85
10260 msgid "git notes prune [<options>]"
10261 msgstr ""
10263 #: builtin/notes.c:90
10264 msgid "git notes get-ref"
10265 msgstr ""
10267 #: builtin/notes.c:95
10268 msgid "Write/edit the notes for the following object:"
10269 msgstr ""
10271 #: builtin/notes.c:148
10272 #, c-format
10273 msgid "unable to start 'show' for object '%s'"
10274 msgstr ""
10276 #: builtin/notes.c:152
10277 msgid "could not read 'show' output"
10278 msgstr ""
10280 #: builtin/notes.c:160
10281 #, c-format
10282 msgid "failed to finish 'show' for object '%s'"
10283 msgstr ""
10285 #: builtin/notes.c:195
10286 msgid "please supply the note contents using either -m or -F option"
10287 msgstr ""
10289 #: builtin/notes.c:204
10290 msgid "unable to write note object"
10291 msgstr ""
10293 #: builtin/notes.c:206
10294 #, c-format
10295 msgid "the note contents have been left in %s"
10296 msgstr ""
10298 #: builtin/notes.c:234 builtin/tag.c:500
10299 #, c-format
10300 msgid "cannot read '%s'"
10301 msgstr ""
10303 #: builtin/notes.c:236 builtin/tag.c:503
10304 #, c-format
10305 msgid "could not open or read '%s'"
10306 msgstr ""
10308 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10309 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10310 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10311 #, c-format
10312 msgid "failed to resolve '%s' as a valid ref."
10313 msgstr ""
10315 #: builtin/notes.c:258
10316 #, c-format
10317 msgid "failed to read object '%s'."
10318 msgstr ""
10320 #: builtin/notes.c:262
10321 #, c-format
10322 msgid "cannot read note data from non-blob object '%s'."
10323 msgstr ""
10325 #: builtin/notes.c:302
10326 #, c-format
10327 msgid "malformed input line: '%s'."
10328 msgstr ""
10330 #: builtin/notes.c:317
10331 #, c-format
10332 msgid "failed to copy notes from '%s' to '%s'"
10333 msgstr ""
10335 #. TRANSLATORS: the first %s will be replaced by a git
10336 #. notes command: 'add', 'merge', 'remove', etc.
10338 #: builtin/notes.c:349
10339 #, c-format
10340 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10341 msgstr ""
10343 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10344 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10345 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10346 msgid "too many parameters"
10347 msgstr ""
10349 #: builtin/notes.c:382 builtin/notes.c:668
10350 #, c-format
10351 msgid "no note found for object %s."
10352 msgstr ""
10354 #: builtin/notes.c:403 builtin/notes.c:566
10355 msgid "note contents as a string"
10356 msgstr ""
10358 #: builtin/notes.c:406 builtin/notes.c:569
10359 msgid "note contents in a file"
10360 msgstr ""
10362 #: builtin/notes.c:409 builtin/notes.c:572
10363 msgid "reuse and edit specified note object"
10364 msgstr ""
10366 #: builtin/notes.c:412 builtin/notes.c:575
10367 msgid "reuse specified note object"
10368 msgstr ""
10370 #: builtin/notes.c:415 builtin/notes.c:578
10371 msgid "allow storing empty note"
10372 msgstr ""
10374 #: builtin/notes.c:416 builtin/notes.c:487
10375 msgid "replace existing notes"
10376 msgstr ""
10378 #: builtin/notes.c:441
10379 #, c-format
10380 msgid ""
10381 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10382 "existing notes"
10383 msgstr ""
10385 #: builtin/notes.c:456 builtin/notes.c:535
10386 #, c-format
10387 msgid "Overwriting existing notes for object %s\n"
10388 msgstr ""
10390 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10391 #, c-format
10392 msgid "Removing note for object %s\n"
10393 msgstr ""
10395 #: builtin/notes.c:488
10396 msgid "read objects from stdin"
10397 msgstr ""
10399 #: builtin/notes.c:490
10400 msgid "load rewriting config for <command> (implies --stdin)"
10401 msgstr ""
10403 #: builtin/notes.c:508
10404 msgid "too few parameters"
10405 msgstr ""
10407 #: builtin/notes.c:529
10408 #, c-format
10409 msgid ""
10410 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10411 "existing notes"
10412 msgstr ""
10414 #: builtin/notes.c:541
10415 #, c-format
10416 msgid "missing notes on source object %s. Cannot copy."
10417 msgstr ""
10419 #: builtin/notes.c:593
10420 #, c-format
10421 msgid ""
10422 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10423 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10424 msgstr ""
10426 #: builtin/notes.c:688
10427 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10428 msgstr ""
10430 #: builtin/notes.c:690
10431 msgid "failed to delete ref NOTES_MERGE_REF"
10432 msgstr ""
10434 #: builtin/notes.c:692
10435 msgid "failed to remove 'git notes merge' worktree"
10436 msgstr ""
10438 #: builtin/notes.c:712
10439 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10440 msgstr ""
10442 #: builtin/notes.c:714
10443 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10444 msgstr ""
10446 #: builtin/notes.c:716
10447 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10448 msgstr ""
10450 #: builtin/notes.c:729
10451 msgid "failed to resolve NOTES_MERGE_REF"
10452 msgstr ""
10454 #: builtin/notes.c:732
10455 msgid "failed to finalize notes merge"
10456 msgstr ""
10458 #: builtin/notes.c:758
10459 #, c-format
10460 msgid "unknown notes merge strategy %s"
10461 msgstr ""
10463 #: builtin/notes.c:774
10464 msgid "General options"
10465 msgstr ""
10467 #: builtin/notes.c:776
10468 msgid "Merge options"
10469 msgstr ""
10471 #: builtin/notes.c:778
10472 msgid ""
10473 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10474 "cat_sort_uniq)"
10475 msgstr ""
10477 #: builtin/notes.c:780
10478 msgid "Committing unmerged notes"
10479 msgstr ""
10481 #: builtin/notes.c:782
10482 msgid "finalize notes merge by committing unmerged notes"
10483 msgstr ""
10485 #: builtin/notes.c:784
10486 msgid "Aborting notes merge resolution"
10487 msgstr ""
10489 #: builtin/notes.c:786
10490 msgid "abort notes merge"
10491 msgstr ""
10493 #: builtin/notes.c:797
10494 msgid "cannot mix --commit, --abort or -s/--strategy"
10495 msgstr ""
10497 #: builtin/notes.c:802
10498 msgid "must specify a notes ref to merge"
10499 msgstr ""
10501 #: builtin/notes.c:826
10502 #, c-format
10503 msgid "unknown -s/--strategy: %s"
10504 msgstr ""
10506 #: builtin/notes.c:863
10507 #, c-format
10508 msgid "a notes merge into %s is already in-progress at %s"
10509 msgstr ""
10511 #: builtin/notes.c:866
10512 #, c-format
10513 msgid "failed to store link to current notes ref (%s)"
10514 msgstr ""
10516 #: builtin/notes.c:868
10517 #, c-format
10518 msgid ""
10519 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10520 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10521 "abort'.\n"
10522 msgstr ""
10524 #: builtin/notes.c:890
10525 #, c-format
10526 msgid "Object %s has no note\n"
10527 msgstr ""
10529 #: builtin/notes.c:902
10530 msgid "attempt to remove non-existent note is not an error"
10531 msgstr ""
10533 #: builtin/notes.c:905
10534 msgid "read object names from the standard input"
10535 msgstr ""
10537 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:158
10538 msgid "do not remove, show only"
10539 msgstr ""
10541 #: builtin/notes.c:944
10542 msgid "report pruned notes"
10543 msgstr ""
10545 #: builtin/notes.c:986
10546 msgid "notes-ref"
10547 msgstr ""
10549 #: builtin/notes.c:987
10550 msgid "use notes from <notes-ref>"
10551 msgstr ""
10553 #: builtin/notes.c:1022
10554 #, c-format
10555 msgid "unknown subcommand: %s"
10556 msgstr ""
10558 #: builtin/pack-objects.c:33
10559 msgid ""
10560 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10561 msgstr ""
10563 #: builtin/pack-objects.c:34
10564 msgid ""
10565 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10566 msgstr ""
10568 #: builtin/pack-objects.c:192 builtin/pack-objects.c:195
10569 #, c-format
10570 msgid "deflate error (%d)"
10571 msgstr ""
10573 #: builtin/pack-objects.c:788
10574 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10575 msgstr ""
10577 #: builtin/pack-objects.c:801
10578 msgid "Writing objects"
10579 msgstr ""
10581 #: builtin/pack-objects.c:1081
10582 msgid "disabling bitmap writing, as some objects are not being packed"
10583 msgstr ""
10585 #: builtin/pack-objects.c:2451
10586 msgid "Compressing objects"
10587 msgstr ""
10589 #: builtin/pack-objects.c:2599
10590 msgid "invalid value for --missing"
10591 msgstr ""
10593 #: builtin/pack-objects.c:2902
10594 #, c-format
10595 msgid "unsupported index version %s"
10596 msgstr ""
10598 #: builtin/pack-objects.c:2906
10599 #, c-format
10600 msgid "bad index version '%s'"
10601 msgstr ""
10603 #: builtin/pack-objects.c:2936
10604 msgid "do not show progress meter"
10605 msgstr ""
10607 #: builtin/pack-objects.c:2938
10608 msgid "show progress meter"
10609 msgstr ""
10611 #: builtin/pack-objects.c:2940
10612 msgid "show progress meter during object writing phase"
10613 msgstr ""
10615 #: builtin/pack-objects.c:2943
10616 msgid "similar to --all-progress when progress meter is shown"
10617 msgstr ""
10619 #: builtin/pack-objects.c:2944
10620 msgid "version[,offset]"
10621 msgstr ""
10623 #: builtin/pack-objects.c:2945
10624 msgid "write the pack index file in the specified idx format version"
10625 msgstr ""
10627 #: builtin/pack-objects.c:2948
10628 msgid "maximum size of each output pack file"
10629 msgstr ""
10631 #: builtin/pack-objects.c:2950
10632 msgid "ignore borrowed objects from alternate object store"
10633 msgstr ""
10635 #: builtin/pack-objects.c:2952
10636 msgid "ignore packed objects"
10637 msgstr ""
10639 #: builtin/pack-objects.c:2954
10640 msgid "limit pack window by objects"
10641 msgstr ""
10643 #: builtin/pack-objects.c:2956
10644 msgid "limit pack window by memory in addition to object limit"
10645 msgstr ""
10647 #: builtin/pack-objects.c:2958
10648 msgid "maximum length of delta chain allowed in the resulting pack"
10649 msgstr ""
10651 #: builtin/pack-objects.c:2960
10652 msgid "reuse existing deltas"
10653 msgstr ""
10655 #: builtin/pack-objects.c:2962
10656 msgid "reuse existing objects"
10657 msgstr ""
10659 #: builtin/pack-objects.c:2964
10660 msgid "use OFS_DELTA objects"
10661 msgstr ""
10663 #: builtin/pack-objects.c:2966
10664 msgid "use threads when searching for best delta matches"
10665 msgstr ""
10667 #: builtin/pack-objects.c:2968
10668 msgid "do not create an empty pack output"
10669 msgstr ""
10671 #: builtin/pack-objects.c:2970
10672 msgid "read revision arguments from standard input"
10673 msgstr ""
10675 #: builtin/pack-objects.c:2972
10676 msgid "limit the objects to those that are not yet packed"
10677 msgstr ""
10679 #: builtin/pack-objects.c:2975
10680 msgid "include objects reachable from any reference"
10681 msgstr ""
10683 #: builtin/pack-objects.c:2978
10684 msgid "include objects referred by reflog entries"
10685 msgstr ""
10687 #: builtin/pack-objects.c:2981
10688 msgid "include objects referred to by the index"
10689 msgstr ""
10691 #: builtin/pack-objects.c:2984
10692 msgid "output pack to stdout"
10693 msgstr ""
10695 #: builtin/pack-objects.c:2986
10696 msgid "include tag objects that refer to objects to be packed"
10697 msgstr ""
10699 #: builtin/pack-objects.c:2988
10700 msgid "keep unreachable objects"
10701 msgstr ""
10703 #: builtin/pack-objects.c:2990
10704 msgid "pack loose unreachable objects"
10705 msgstr ""
10707 #: builtin/pack-objects.c:2992
10708 msgid "unpack unreachable objects newer than <time>"
10709 msgstr ""
10711 #: builtin/pack-objects.c:2995
10712 msgid "create thin packs"
10713 msgstr ""
10715 #: builtin/pack-objects.c:2997
10716 msgid "create packs suitable for shallow fetches"
10717 msgstr ""
10719 #: builtin/pack-objects.c:2999
10720 msgid "ignore packs that have companion .keep file"
10721 msgstr ""
10723 #: builtin/pack-objects.c:3001
10724 msgid "pack compression level"
10725 msgstr ""
10727 #: builtin/pack-objects.c:3003
10728 msgid "do not hide commits by grafts"
10729 msgstr ""
10731 #: builtin/pack-objects.c:3005
10732 msgid "use a bitmap index if available to speed up counting objects"
10733 msgstr ""
10735 #: builtin/pack-objects.c:3007
10736 msgid "write a bitmap index together with the pack index"
10737 msgstr ""
10739 #: builtin/pack-objects.c:3010
10740 msgid "handling for missing objects"
10741 msgstr ""
10743 #: builtin/pack-objects.c:3144
10744 msgid "Counting objects"
10745 msgstr ""
10747 #: builtin/pack-refs.c:6
10748 msgid "git pack-refs [<options>]"
10749 msgstr ""
10751 #: builtin/pack-refs.c:14
10752 msgid "pack everything"
10753 msgstr ""
10755 #: builtin/pack-refs.c:15
10756 msgid "prune loose refs (default)"
10757 msgstr ""
10759 #: builtin/prune-packed.c:8
10760 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10761 msgstr ""
10763 #: builtin/prune-packed.c:41
10764 msgid "Removing duplicate objects"
10765 msgstr ""
10767 #: builtin/prune.c:11
10768 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10769 msgstr ""
10771 #: builtin/prune.c:106
10772 msgid "report pruned objects"
10773 msgstr ""
10775 #: builtin/prune.c:109
10776 msgid "expire objects older than <time>"
10777 msgstr ""
10779 #: builtin/prune.c:123
10780 msgid "cannot prune in a precious-objects repo"
10781 msgstr ""
10783 #: builtin/pull.c:54 builtin/pull.c:56
10784 #, c-format
10785 msgid "Invalid value for %s: %s"
10786 msgstr ""
10788 #: builtin/pull.c:76
10789 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10790 msgstr ""
10792 #: builtin/pull.c:127
10793 msgid "control for recursive fetching of submodules"
10794 msgstr ""
10796 #: builtin/pull.c:131
10797 msgid "Options related to merging"
10798 msgstr ""
10800 #: builtin/pull.c:134
10801 msgid "incorporate changes by rebasing rather than merging"
10802 msgstr ""
10804 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
10805 msgid "allow fast-forward"
10806 msgstr ""
10808 #: builtin/pull.c:170
10809 msgid "automatically stash/stash pop before and after rebase"
10810 msgstr ""
10812 #: builtin/pull.c:186
10813 msgid "Options related to fetching"
10814 msgstr ""
10816 #: builtin/pull.c:204
10817 msgid "number of submodules pulled in parallel"
10818 msgstr ""
10820 #: builtin/pull.c:299
10821 #, c-format
10822 msgid "Invalid value for pull.ff: %s"
10823 msgstr ""
10825 #: builtin/pull.c:415
10826 msgid ""
10827 "There is no candidate for rebasing against among the refs that you just "
10828 "fetched."
10829 msgstr ""
10831 #: builtin/pull.c:417
10832 msgid ""
10833 "There are no candidates for merging among the refs that you just fetched."
10834 msgstr ""
10836 #: builtin/pull.c:418
10837 msgid ""
10838 "Generally this means that you provided a wildcard refspec which had no\n"
10839 "matches on the remote end."
10840 msgstr ""
10842 #: builtin/pull.c:421
10843 #, c-format
10844 msgid ""
10845 "You asked to pull from the remote '%s', but did not specify\n"
10846 "a branch. Because this is not the default configured remote\n"
10847 "for your current branch, you must specify a branch on the command line."
10848 msgstr ""
10850 #: builtin/pull.c:426 git-parse-remote.sh:73
10851 msgid "You are not currently on a branch."
10852 msgstr ""
10854 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
10855 msgid "Please specify which branch you want to rebase against."
10856 msgstr ""
10858 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
10859 msgid "Please specify which branch you want to merge with."
10860 msgstr ""
10862 #: builtin/pull.c:431 builtin/pull.c:446
10863 msgid "See git-pull(1) for details."
10864 msgstr ""
10866 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
10867 #: git-parse-remote.sh:64
10868 msgid "<remote>"
10869 msgstr ""
10871 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:466
10872 #: git-parse-remote.sh:65
10873 msgid "<branch>"
10874 msgstr ""
10876 #: builtin/pull.c:441 git-parse-remote.sh:75
10877 msgid "There is no tracking information for the current branch."
10878 msgstr ""
10880 #: builtin/pull.c:450 git-parse-remote.sh:95
10881 msgid ""
10882 "If you wish to set tracking information for this branch you can do so with:"
10883 msgstr ""
10885 #: builtin/pull.c:455
10886 #, c-format
10887 msgid ""
10888 "Your configuration specifies to merge with the ref '%s'\n"
10889 "from the remote, but no such ref was fetched."
10890 msgstr ""
10892 #: builtin/pull.c:817
10893 msgid "ignoring --verify-signatures for rebase"
10894 msgstr ""
10896 #: builtin/pull.c:865
10897 msgid "--[no-]autostash option is only valid with --rebase."
10898 msgstr ""
10900 #: builtin/pull.c:873
10901 msgid "Updating an unborn branch with changes added to the index."
10902 msgstr ""
10904 #: builtin/pull.c:876
10905 msgid "pull with rebase"
10906 msgstr ""
10908 #: builtin/pull.c:877
10909 msgid "please commit or stash them."
10910 msgstr ""
10912 #: builtin/pull.c:902
10913 #, c-format
10914 msgid ""
10915 "fetch updated the current branch head.\n"
10916 "fast-forwarding your working tree from\n"
10917 "commit %s."
10918 msgstr ""
10920 #: builtin/pull.c:907
10921 #, c-format
10922 msgid ""
10923 "Cannot fast-forward your working tree.\n"
10924 "After making sure that you saved anything precious from\n"
10925 "$ git diff %s\n"
10926 "output, run\n"
10927 "$ git reset --hard\n"
10928 "to recover."
10929 msgstr ""
10931 #: builtin/pull.c:922
10932 msgid "Cannot merge multiple branches into empty head."
10933 msgstr ""
10935 #: builtin/pull.c:926
10936 msgid "Cannot rebase onto multiple branches."
10937 msgstr ""
10939 #: builtin/pull.c:933
10940 msgid "cannot rebase with locally recorded submodule modifications"
10941 msgstr ""
10943 #: builtin/push.c:17
10944 msgid "git push [<options>] [<repository> [<refspec>...]]"
10945 msgstr ""
10947 #: builtin/push.c:92
10948 msgid "tag shorthand without <tag>"
10949 msgstr ""
10951 #: builtin/push.c:102
10952 msgid "--delete only accepts plain target ref names"
10953 msgstr ""
10955 #: builtin/push.c:146
10956 msgid ""
10957 "\n"
10958 "To choose either option permanently, see push.default in 'git help config'."
10959 msgstr ""
10961 #: builtin/push.c:149
10962 #, c-format
10963 msgid ""
10964 "The upstream branch of your current branch does not match\n"
10965 "the name of your current branch.  To push to the upstream branch\n"
10966 "on the remote, use\n"
10967 "\n"
10968 "    git push %s HEAD:%s\n"
10969 "\n"
10970 "To push to the branch of the same name on the remote, use\n"
10971 "\n"
10972 "    git push %s %s\n"
10973 "%s"
10974 msgstr ""
10976 #: builtin/push.c:164
10977 #, c-format
10978 msgid ""
10979 "You are not currently on a branch.\n"
10980 "To push the history leading to the current (detached HEAD)\n"
10981 "state now, use\n"
10982 "\n"
10983 "    git push %s HEAD:<name-of-remote-branch>\n"
10984 msgstr ""
10986 #: builtin/push.c:178
10987 #, c-format
10988 msgid ""
10989 "The current branch %s has no upstream branch.\n"
10990 "To push the current branch and set the remote as upstream, use\n"
10991 "\n"
10992 "    git push --set-upstream %s %s\n"
10993 msgstr ""
10995 #: builtin/push.c:186
10996 #, c-format
10997 msgid "The current branch %s has multiple upstream branches, refusing to push."
10998 msgstr ""
11000 #: builtin/push.c:189
11001 #, c-format
11002 msgid ""
11003 "You are pushing to remote '%s', which is not the upstream of\n"
11004 "your current branch '%s', without telling me what to push\n"
11005 "to update which remote branch."
11006 msgstr ""
11008 #: builtin/push.c:248
11009 msgid ""
11010 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11011 msgstr ""
11013 #: builtin/push.c:255
11014 msgid ""
11015 "Updates were rejected because the tip of your current branch is behind\n"
11016 "its remote counterpart. Integrate the remote changes (e.g.\n"
11017 "'git pull ...') before pushing again.\n"
11018 "See the 'Note about fast-forwards' in 'git push --help' for details."
11019 msgstr ""
11021 #: builtin/push.c:261
11022 msgid ""
11023 "Updates were rejected because a pushed branch tip is behind its remote\n"
11024 "counterpart. Check out this branch and integrate the remote changes\n"
11025 "(e.g. 'git pull ...') before pushing again.\n"
11026 "See the 'Note about fast-forwards' in 'git push --help' for details."
11027 msgstr ""
11029 #: builtin/push.c:267
11030 msgid ""
11031 "Updates were rejected because the remote contains work that you do\n"
11032 "not have locally. This is usually caused by another repository pushing\n"
11033 "to the same ref. You may want to first integrate the remote changes\n"
11034 "(e.g., 'git pull ...') before pushing again.\n"
11035 "See the 'Note about fast-forwards' in 'git push --help' for details."
11036 msgstr ""
11038 #: builtin/push.c:274
11039 msgid "Updates were rejected because the tag already exists in the remote."
11040 msgstr ""
11042 #: builtin/push.c:277
11043 msgid ""
11044 "You cannot update a remote ref that points at a non-commit object,\n"
11045 "or update a remote ref to make it point at a non-commit object,\n"
11046 "without using the '--force' option.\n"
11047 msgstr ""
11049 #: builtin/push.c:337
11050 #, c-format
11051 msgid "Pushing to %s\n"
11052 msgstr ""
11054 #: builtin/push.c:341
11055 #, c-format
11056 msgid "failed to push some refs to '%s'"
11057 msgstr ""
11059 #: builtin/push.c:372
11060 #, c-format
11061 msgid "bad repository '%s'"
11062 msgstr ""
11064 #: builtin/push.c:373
11065 msgid ""
11066 "No configured push destination.\n"
11067 "Either specify the URL from the command-line or configure a remote "
11068 "repository using\n"
11069 "\n"
11070 "    git remote add <name> <url>\n"
11071 "\n"
11072 "and then push using the remote name\n"
11073 "\n"
11074 "    git push <name>\n"
11075 msgstr ""
11077 #: builtin/push.c:391
11078 msgid "--all and --tags are incompatible"
11079 msgstr ""
11081 #: builtin/push.c:392
11082 msgid "--all can't be combined with refspecs"
11083 msgstr ""
11085 #: builtin/push.c:397
11086 msgid "--mirror and --tags are incompatible"
11087 msgstr ""
11089 #: builtin/push.c:398
11090 msgid "--mirror can't be combined with refspecs"
11091 msgstr ""
11093 #: builtin/push.c:403
11094 msgid "--all and --mirror are incompatible"
11095 msgstr ""
11097 #: builtin/push.c:535
11098 msgid "repository"
11099 msgstr ""
11101 #: builtin/push.c:536 builtin/send-pack.c:163
11102 msgid "push all refs"
11103 msgstr ""
11105 #: builtin/push.c:537 builtin/send-pack.c:165
11106 msgid "mirror all refs"
11107 msgstr ""
11109 #: builtin/push.c:539
11110 msgid "delete refs"
11111 msgstr ""
11113 #: builtin/push.c:540
11114 msgid "push tags (can't be used with --all or --mirror)"
11115 msgstr ""
11117 #: builtin/push.c:543 builtin/send-pack.c:166
11118 msgid "force updates"
11119 msgstr ""
11121 #: builtin/push.c:545 builtin/send-pack.c:180
11122 msgid "refname>:<expect"
11123 msgstr ""
11125 #: builtin/push.c:546 builtin/send-pack.c:181
11126 msgid "require old value of ref to be at this value"
11127 msgstr ""
11129 #: builtin/push.c:549
11130 msgid "control recursive pushing of submodules"
11131 msgstr ""
11133 #: builtin/push.c:551 builtin/send-pack.c:174
11134 msgid "use thin pack"
11135 msgstr ""
11137 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11138 #: builtin/send-pack.c:161
11139 msgid "receive pack program"
11140 msgstr ""
11142 #: builtin/push.c:554
11143 msgid "set upstream for git pull/status"
11144 msgstr ""
11146 #: builtin/push.c:557
11147 msgid "prune locally removed refs"
11148 msgstr ""
11150 #: builtin/push.c:559
11151 msgid "bypass pre-push hook"
11152 msgstr ""
11154 #: builtin/push.c:560
11155 msgid "push missing but relevant tags"
11156 msgstr ""
11158 #: builtin/push.c:563 builtin/send-pack.c:168
11159 msgid "GPG sign the push"
11160 msgstr ""
11162 #: builtin/push.c:565 builtin/send-pack.c:175
11163 msgid "request atomic transaction on remote side"
11164 msgstr ""
11166 #: builtin/push.c:566 builtin/send-pack.c:171
11167 msgid "server-specific"
11168 msgstr ""
11170 #: builtin/push.c:566 builtin/send-pack.c:172
11171 msgid "option to transmit"
11172 msgstr ""
11174 #: builtin/push.c:583
11175 msgid "--delete is incompatible with --all, --mirror and --tags"
11176 msgstr ""
11178 #: builtin/push.c:585
11179 msgid "--delete doesn't make sense without any refs"
11180 msgstr ""
11182 #: builtin/push.c:604
11183 msgid "push options must not have new line characters"
11184 msgstr ""
11186 #: builtin/read-tree.c:40
11187 msgid ""
11188 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11189 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11190 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11191 msgstr ""
11193 #: builtin/read-tree.c:121
11194 msgid "write resulting index to <file>"
11195 msgstr ""
11197 #: builtin/read-tree.c:124
11198 msgid "only empty the index"
11199 msgstr ""
11201 #: builtin/read-tree.c:126
11202 msgid "Merging"
11203 msgstr ""
11205 #: builtin/read-tree.c:128
11206 msgid "perform a merge in addition to a read"
11207 msgstr ""
11209 #: builtin/read-tree.c:130
11210 msgid "3-way merge if no file level merging required"
11211 msgstr ""
11213 #: builtin/read-tree.c:132
11214 msgid "3-way merge in presence of adds and removes"
11215 msgstr ""
11217 #: builtin/read-tree.c:134
11218 msgid "same as -m, but discard unmerged entries"
11219 msgstr ""
11221 #: builtin/read-tree.c:135
11222 msgid "<subdirectory>/"
11223 msgstr ""
11225 #: builtin/read-tree.c:136
11226 msgid "read the tree into the index under <subdirectory>/"
11227 msgstr ""
11229 #: builtin/read-tree.c:139
11230 msgid "update working tree with merge result"
11231 msgstr ""
11233 #: builtin/read-tree.c:141
11234 msgid "gitignore"
11235 msgstr ""
11237 #: builtin/read-tree.c:142
11238 msgid "allow explicitly ignored files to be overwritten"
11239 msgstr ""
11241 #: builtin/read-tree.c:145
11242 msgid "don't check the working tree after merging"
11243 msgstr ""
11245 #: builtin/read-tree.c:146
11246 msgid "don't update the index or the work tree"
11247 msgstr ""
11249 #: builtin/read-tree.c:148
11250 msgid "skip applying sparse checkout filter"
11251 msgstr ""
11253 #: builtin/read-tree.c:150
11254 msgid "debug unpack-trees"
11255 msgstr ""
11257 #: builtin/rebase--helper.c:8
11258 msgid "git rebase--helper [<options>]"
11259 msgstr ""
11261 #: builtin/rebase--helper.c:24
11262 msgid "keep empty commits"
11263 msgstr ""
11265 #: builtin/rebase--helper.c:25
11266 msgid "continue rebase"
11267 msgstr ""
11269 #: builtin/rebase--helper.c:27
11270 msgid "abort rebase"
11271 msgstr ""
11273 #: builtin/rebase--helper.c:30
11274 msgid "make rebase script"
11275 msgstr ""
11277 #: builtin/rebase--helper.c:32
11278 msgid "shorten commit ids in the todo list"
11279 msgstr ""
11281 #: builtin/rebase--helper.c:34
11282 msgid "expand commit ids in the todo list"
11283 msgstr ""
11285 #: builtin/rebase--helper.c:36
11286 msgid "check the todo list"
11287 msgstr ""
11289 #: builtin/rebase--helper.c:38
11290 msgid "skip unnecessary picks"
11291 msgstr ""
11293 #: builtin/rebase--helper.c:40
11294 msgid "rearrange fixup/squash lines"
11295 msgstr ""
11297 #: builtin/rebase--helper.c:42
11298 msgid "insert exec commands in todo list"
11299 msgstr ""
11301 #: builtin/receive-pack.c:30
11302 msgid "git receive-pack <git-dir>"
11303 msgstr ""
11305 #: builtin/receive-pack.c:840
11306 msgid ""
11307 "By default, updating the current branch in a non-bare repository\n"
11308 "is denied, because it will make the index and work tree inconsistent\n"
11309 "with what you pushed, and will require 'git reset --hard' to match\n"
11310 "the work tree to HEAD.\n"
11311 "\n"
11312 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11313 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11314 "its current branch; however, this is not recommended unless you\n"
11315 "arranged to update its work tree to match what you pushed in some\n"
11316 "other way.\n"
11317 "\n"
11318 "To squelch this message and still keep the default behaviour, set\n"
11319 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11320 msgstr ""
11322 #: builtin/receive-pack.c:860
11323 msgid ""
11324 "By default, deleting the current branch is denied, because the next\n"
11325 "'git clone' won't result in any file checked out, causing confusion.\n"
11326 "\n"
11327 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11328 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11329 "current branch, with or without a warning message.\n"
11330 "\n"
11331 "To squelch this message, you can set it to 'refuse'."
11332 msgstr ""
11334 #: builtin/receive-pack.c:1933
11335 msgid "quiet"
11336 msgstr ""
11338 #: builtin/receive-pack.c:1947
11339 msgid "You must specify a directory."
11340 msgstr ""
11342 #: builtin/reflog.c:531 builtin/reflog.c:536
11343 #, c-format
11344 msgid "'%s' is not a valid timestamp"
11345 msgstr ""
11347 #: builtin/remote.c:13
11348 msgid "git remote [-v | --verbose]"
11349 msgstr ""
11351 #: builtin/remote.c:14
11352 msgid ""
11353 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11354 "mirror=<fetch|push>] <name> <url>"
11355 msgstr ""
11357 #: builtin/remote.c:15 builtin/remote.c:35
11358 msgid "git remote rename <old> <new>"
11359 msgstr ""
11361 #: builtin/remote.c:16 builtin/remote.c:40
11362 msgid "git remote remove <name>"
11363 msgstr ""
11365 #: builtin/remote.c:17 builtin/remote.c:45
11366 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11367 msgstr ""
11369 #: builtin/remote.c:18
11370 msgid "git remote [-v | --verbose] show [-n] <name>"
11371 msgstr ""
11373 #: builtin/remote.c:19
11374 msgid "git remote prune [-n | --dry-run] <name>"
11375 msgstr ""
11377 #: builtin/remote.c:20
11378 msgid ""
11379 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11380 msgstr ""
11382 #: builtin/remote.c:21
11383 msgid "git remote set-branches [--add] <name> <branch>..."
11384 msgstr ""
11386 #: builtin/remote.c:22 builtin/remote.c:71
11387 msgid "git remote get-url [--push] [--all] <name>"
11388 msgstr ""
11390 #: builtin/remote.c:23 builtin/remote.c:76
11391 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11392 msgstr ""
11394 #: builtin/remote.c:24 builtin/remote.c:77
11395 msgid "git remote set-url --add <name> <newurl>"
11396 msgstr ""
11398 #: builtin/remote.c:25 builtin/remote.c:78
11399 msgid "git remote set-url --delete <name> <url>"
11400 msgstr ""
11402 #: builtin/remote.c:30
11403 msgid "git remote add [<options>] <name> <url>"
11404 msgstr ""
11406 #: builtin/remote.c:50
11407 msgid "git remote set-branches <name> <branch>..."
11408 msgstr ""
11410 #: builtin/remote.c:51
11411 msgid "git remote set-branches --add <name> <branch>..."
11412 msgstr ""
11414 #: builtin/remote.c:56
11415 msgid "git remote show [<options>] <name>"
11416 msgstr ""
11418 #: builtin/remote.c:61
11419 msgid "git remote prune [<options>] <name>"
11420 msgstr ""
11422 #: builtin/remote.c:66
11423 msgid "git remote update [<options>] [<group> | <remote>]..."
11424 msgstr ""
11426 #: builtin/remote.c:95
11427 #, c-format
11428 msgid "Updating %s"
11429 msgstr ""
11431 #: builtin/remote.c:127
11432 msgid ""
11433 "--mirror is dangerous and deprecated; please\n"
11434 "\t use --mirror=fetch or --mirror=push instead"
11435 msgstr ""
11437 #: builtin/remote.c:144
11438 #, c-format
11439 msgid "unknown mirror argument: %s"
11440 msgstr ""
11442 #: builtin/remote.c:160
11443 msgid "fetch the remote branches"
11444 msgstr ""
11446 #: builtin/remote.c:162
11447 msgid "import all tags and associated objects when fetching"
11448 msgstr ""
11450 #: builtin/remote.c:165
11451 msgid "or do not fetch any tag at all (--no-tags)"
11452 msgstr ""
11454 #: builtin/remote.c:167
11455 msgid "branch(es) to track"
11456 msgstr ""
11458 #: builtin/remote.c:168
11459 msgid "master branch"
11460 msgstr ""
11462 #: builtin/remote.c:169
11463 msgid "push|fetch"
11464 msgstr ""
11466 #: builtin/remote.c:170
11467 msgid "set up remote as a mirror to push to or fetch from"
11468 msgstr ""
11470 #: builtin/remote.c:182
11471 msgid "specifying a master branch makes no sense with --mirror"
11472 msgstr ""
11474 #: builtin/remote.c:184
11475 msgid "specifying branches to track makes sense only with fetch mirrors"
11476 msgstr ""
11478 #: builtin/remote.c:191 builtin/remote.c:631
11479 #, c-format
11480 msgid "remote %s already exists."
11481 msgstr ""
11483 #: builtin/remote.c:195 builtin/remote.c:635
11484 #, c-format
11485 msgid "'%s' is not a valid remote name"
11486 msgstr ""
11488 #: builtin/remote.c:235
11489 #, c-format
11490 msgid "Could not setup master '%s'"
11491 msgstr ""
11493 #: builtin/remote.c:337
11494 #, c-format
11495 msgid "Could not get fetch map for refspec %s"
11496 msgstr ""
11498 #: builtin/remote.c:438 builtin/remote.c:446
11499 msgid "(matching)"
11500 msgstr ""
11502 #: builtin/remote.c:450
11503 msgid "(delete)"
11504 msgstr ""
11506 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11507 #, c-format
11508 msgid "No such remote: %s"
11509 msgstr ""
11511 #: builtin/remote.c:641
11512 #, c-format
11513 msgid "Could not rename config section '%s' to '%s'"
11514 msgstr ""
11516 #: builtin/remote.c:661
11517 #, c-format
11518 msgid ""
11519 "Not updating non-default fetch refspec\n"
11520 "\t%s\n"
11521 "\tPlease update the configuration manually if necessary."
11522 msgstr ""
11524 #: builtin/remote.c:697
11525 #, c-format
11526 msgid "deleting '%s' failed"
11527 msgstr ""
11529 #: builtin/remote.c:731
11530 #, c-format
11531 msgid "creating '%s' failed"
11532 msgstr ""
11534 #: builtin/remote.c:796
11535 msgid ""
11536 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11537 "to delete it, use:"
11538 msgid_plural ""
11539 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11540 "to delete them, use:"
11541 msgstr[0] ""
11542 msgstr[1] ""
11544 #: builtin/remote.c:810
11545 #, c-format
11546 msgid "Could not remove config section '%s'"
11547 msgstr ""
11549 #: builtin/remote.c:911
11550 #, c-format
11551 msgid " new (next fetch will store in remotes/%s)"
11552 msgstr ""
11554 #: builtin/remote.c:914
11555 msgid " tracked"
11556 msgstr ""
11558 #: builtin/remote.c:916
11559 msgid " stale (use 'git remote prune' to remove)"
11560 msgstr ""
11562 #: builtin/remote.c:918
11563 msgid " ???"
11564 msgstr ""
11566 #: builtin/remote.c:959
11567 #, c-format
11568 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11569 msgstr ""
11571 #: builtin/remote.c:967
11572 #, c-format
11573 msgid "rebases interactively onto remote %s"
11574 msgstr ""
11576 #: builtin/remote.c:968
11577 #, c-format
11578 msgid "rebases onto remote %s"
11579 msgstr ""
11581 #: builtin/remote.c:971
11582 #, c-format
11583 msgid " merges with remote %s"
11584 msgstr ""
11586 #: builtin/remote.c:974
11587 #, c-format
11588 msgid "merges with remote %s"
11589 msgstr ""
11591 #: builtin/remote.c:977
11592 #, c-format
11593 msgid "%-*s    and with remote %s\n"
11594 msgstr ""
11596 #: builtin/remote.c:1020
11597 msgid "create"
11598 msgstr ""
11600 #: builtin/remote.c:1023
11601 msgid "delete"
11602 msgstr ""
11604 #: builtin/remote.c:1027
11605 msgid "up to date"
11606 msgstr ""
11608 #: builtin/remote.c:1030
11609 msgid "fast-forwardable"
11610 msgstr ""
11612 #: builtin/remote.c:1033
11613 msgid "local out of date"
11614 msgstr ""
11616 #: builtin/remote.c:1040
11617 #, c-format
11618 msgid "    %-*s forces to %-*s (%s)"
11619 msgstr ""
11621 #: builtin/remote.c:1043
11622 #, c-format
11623 msgid "    %-*s pushes to %-*s (%s)"
11624 msgstr ""
11626 #: builtin/remote.c:1047
11627 #, c-format
11628 msgid "    %-*s forces to %s"
11629 msgstr ""
11631 #: builtin/remote.c:1050
11632 #, c-format
11633 msgid "    %-*s pushes to %s"
11634 msgstr ""
11636 #: builtin/remote.c:1118
11637 msgid "do not query remotes"
11638 msgstr ""
11640 #: builtin/remote.c:1145
11641 #, c-format
11642 msgid "* remote %s"
11643 msgstr ""
11645 #: builtin/remote.c:1146
11646 #, c-format
11647 msgid "  Fetch URL: %s"
11648 msgstr ""
11650 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11651 msgid "(no URL)"
11652 msgstr ""
11654 #. TRANSLATORS: the colon ':' should align
11655 #. with the one in " Fetch URL: %s"
11656 #. translation.
11658 #: builtin/remote.c:1161 builtin/remote.c:1163
11659 #, c-format
11660 msgid "  Push  URL: %s"
11661 msgstr ""
11663 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11664 #, c-format
11665 msgid "  HEAD branch: %s"
11666 msgstr ""
11668 #: builtin/remote.c:1165
11669 msgid "(not queried)"
11670 msgstr ""
11672 #: builtin/remote.c:1167
11673 msgid "(unknown)"
11674 msgstr ""
11676 #: builtin/remote.c:1171
11677 #, c-format
11678 msgid ""
11679 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11680 msgstr ""
11682 #: builtin/remote.c:1183
11683 #, c-format
11684 msgid "  Remote branch:%s"
11685 msgid_plural "  Remote branches:%s"
11686 msgstr[0] ""
11687 msgstr[1] ""
11689 #: builtin/remote.c:1186 builtin/remote.c:1212
11690 msgid " (status not queried)"
11691 msgstr ""
11693 #: builtin/remote.c:1195
11694 msgid "  Local branch configured for 'git pull':"
11695 msgid_plural "  Local branches configured for 'git pull':"
11696 msgstr[0] ""
11697 msgstr[1] ""
11699 #: builtin/remote.c:1203
11700 msgid "  Local refs will be mirrored by 'git push'"
11701 msgstr ""
11703 #: builtin/remote.c:1209
11704 #, c-format
11705 msgid "  Local ref configured for 'git push'%s:"
11706 msgid_plural "  Local refs configured for 'git push'%s:"
11707 msgstr[0] ""
11708 msgstr[1] ""
11710 #: builtin/remote.c:1230
11711 msgid "set refs/remotes/<name>/HEAD according to remote"
11712 msgstr ""
11714 #: builtin/remote.c:1232
11715 msgid "delete refs/remotes/<name>/HEAD"
11716 msgstr ""
11718 #: builtin/remote.c:1247
11719 msgid "Cannot determine remote HEAD"
11720 msgstr ""
11722 #: builtin/remote.c:1249
11723 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11724 msgstr ""
11726 #: builtin/remote.c:1259
11727 #, c-format
11728 msgid "Could not delete %s"
11729 msgstr ""
11731 #: builtin/remote.c:1267
11732 #, c-format
11733 msgid "Not a valid ref: %s"
11734 msgstr ""
11736 #: builtin/remote.c:1269
11737 #, c-format
11738 msgid "Could not setup %s"
11739 msgstr ""
11741 #: builtin/remote.c:1287
11742 #, c-format
11743 msgid " %s will become dangling!"
11744 msgstr ""
11746 #: builtin/remote.c:1288
11747 #, c-format
11748 msgid " %s has become dangling!"
11749 msgstr ""
11751 #: builtin/remote.c:1298
11752 #, c-format
11753 msgid "Pruning %s"
11754 msgstr ""
11756 #: builtin/remote.c:1299
11757 #, c-format
11758 msgid "URL: %s"
11759 msgstr ""
11761 #: builtin/remote.c:1315
11762 #, c-format
11763 msgid " * [would prune] %s"
11764 msgstr ""
11766 #: builtin/remote.c:1318
11767 #, c-format
11768 msgid " * [pruned] %s"
11769 msgstr ""
11771 #: builtin/remote.c:1363
11772 msgid "prune remotes after fetching"
11773 msgstr ""
11775 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11776 #, c-format
11777 msgid "No such remote '%s'"
11778 msgstr ""
11780 #: builtin/remote.c:1442
11781 msgid "add branch"
11782 msgstr ""
11784 #: builtin/remote.c:1449
11785 msgid "no remote specified"
11786 msgstr ""
11788 #: builtin/remote.c:1466
11789 msgid "query push URLs rather than fetch URLs"
11790 msgstr ""
11792 #: builtin/remote.c:1468
11793 msgid "return all URLs"
11794 msgstr ""
11796 #: builtin/remote.c:1496
11797 #, c-format
11798 msgid "no URLs configured for remote '%s'"
11799 msgstr ""
11801 #: builtin/remote.c:1522
11802 msgid "manipulate push URLs"
11803 msgstr ""
11805 #: builtin/remote.c:1524
11806 msgid "add URL"
11807 msgstr ""
11809 #: builtin/remote.c:1526
11810 msgid "delete URLs"
11811 msgstr ""
11813 #: builtin/remote.c:1533
11814 msgid "--add --delete doesn't make sense"
11815 msgstr ""
11817 #: builtin/remote.c:1572
11818 #, c-format
11819 msgid "Invalid old URL pattern: %s"
11820 msgstr ""
11822 #: builtin/remote.c:1580
11823 #, c-format
11824 msgid "No such URL found: %s"
11825 msgstr ""
11827 #: builtin/remote.c:1582
11828 msgid "Will not delete all non-push URLs"
11829 msgstr ""
11831 #: builtin/remote.c:1598
11832 msgid "be verbose; must be placed before a subcommand"
11833 msgstr ""
11835 #: builtin/remote.c:1629
11836 #, c-format
11837 msgid "Unknown subcommand: %s"
11838 msgstr ""
11840 #: builtin/repack.c:18
11841 msgid "git repack [<options>]"
11842 msgstr ""
11844 #: builtin/repack.c:23
11845 msgid ""
11846 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
11847 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11848 msgstr ""
11850 #: builtin/repack.c:168
11851 msgid "pack everything in a single pack"
11852 msgstr ""
11854 #: builtin/repack.c:170
11855 msgid "same as -a, and turn unreachable objects loose"
11856 msgstr ""
11858 #: builtin/repack.c:173
11859 msgid "remove redundant packs, and run git-prune-packed"
11860 msgstr ""
11862 #: builtin/repack.c:175
11863 msgid "pass --no-reuse-delta to git-pack-objects"
11864 msgstr ""
11866 #: builtin/repack.c:177
11867 msgid "pass --no-reuse-object to git-pack-objects"
11868 msgstr ""
11870 #: builtin/repack.c:179
11871 msgid "do not run git-update-server-info"
11872 msgstr ""
11874 #: builtin/repack.c:182
11875 msgid "pass --local to git-pack-objects"
11876 msgstr ""
11878 #: builtin/repack.c:184
11879 msgid "write bitmap index"
11880 msgstr ""
11882 #: builtin/repack.c:185
11883 msgid "approxidate"
11884 msgstr ""
11886 #: builtin/repack.c:186
11887 msgid "with -A, do not loosen objects older than this"
11888 msgstr ""
11890 #: builtin/repack.c:188
11891 msgid "with -a, repack unreachable objects"
11892 msgstr ""
11894 #: builtin/repack.c:190
11895 msgid "size of the window used for delta compression"
11896 msgstr ""
11898 #: builtin/repack.c:191 builtin/repack.c:197
11899 msgid "bytes"
11900 msgstr ""
11902 #: builtin/repack.c:192
11903 msgid "same as the above, but limit memory size instead of entries count"
11904 msgstr ""
11906 #: builtin/repack.c:194
11907 msgid "limits the maximum delta depth"
11908 msgstr ""
11910 #: builtin/repack.c:196
11911 msgid "limits the maximum number of threads"
11912 msgstr ""
11914 #: builtin/repack.c:198
11915 msgid "maximum size of each packfile"
11916 msgstr ""
11918 #: builtin/repack.c:200
11919 msgid "repack objects in packs marked with .keep"
11920 msgstr ""
11922 #: builtin/repack.c:210
11923 msgid "cannot delete packs in a precious-objects repo"
11924 msgstr ""
11926 #: builtin/repack.c:214
11927 msgid "--keep-unreachable and -A are incompatible"
11928 msgstr ""
11930 #: builtin/repack.c:406 builtin/worktree.c:146
11931 #, c-format
11932 msgid "failed to remove '%s'"
11933 msgstr ""
11935 #: builtin/replace.c:20
11936 msgid "git replace [-f] <object> <replacement>"
11937 msgstr ""
11939 #: builtin/replace.c:21
11940 msgid "git replace [-f] --edit <object>"
11941 msgstr ""
11943 #: builtin/replace.c:22
11944 msgid "git replace [-f] --graft <commit> [<parent>...]"
11945 msgstr ""
11947 #: builtin/replace.c:23
11948 msgid "git replace -d <object>..."
11949 msgstr ""
11951 #: builtin/replace.c:24
11952 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11953 msgstr ""
11955 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11956 #, c-format
11957 msgid "Not a valid object name: '%s'"
11958 msgstr ""
11960 #: builtin/replace.c:361
11961 #, c-format
11962 msgid "bad mergetag in commit '%s'"
11963 msgstr ""
11965 #: builtin/replace.c:363
11966 #, c-format
11967 msgid "malformed mergetag in commit '%s'"
11968 msgstr ""
11970 #: builtin/replace.c:374
11971 #, c-format
11972 msgid ""
11973 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11974 "instead of --graft"
11975 msgstr ""
11977 #: builtin/replace.c:407
11978 #, c-format
11979 msgid "the original commit '%s' has a gpg signature."
11980 msgstr ""
11982 #: builtin/replace.c:408
11983 msgid "the signature will be removed in the replacement commit!"
11984 msgstr ""
11986 #: builtin/replace.c:414
11987 #, c-format
11988 msgid "could not write replacement commit for: '%s'"
11989 msgstr ""
11991 #: builtin/replace.c:438
11992 msgid "list replace refs"
11993 msgstr ""
11995 #: builtin/replace.c:439
11996 msgid "delete replace refs"
11997 msgstr ""
11999 #: builtin/replace.c:440
12000 msgid "edit existing object"
12001 msgstr ""
12003 #: builtin/replace.c:441
12004 msgid "change a commit's parents"
12005 msgstr ""
12007 #: builtin/replace.c:442
12008 msgid "replace the ref if it exists"
12009 msgstr ""
12011 #: builtin/replace.c:443
12012 msgid "do not pretty-print contents for --edit"
12013 msgstr ""
12015 #: builtin/replace.c:444
12016 msgid "use this format"
12017 msgstr ""
12019 #: builtin/rerere.c:13
12020 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12021 msgstr ""
12023 #: builtin/rerere.c:59
12024 msgid "register clean resolutions in index"
12025 msgstr ""
12027 #: builtin/reset.c:29
12028 msgid ""
12029 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12030 msgstr ""
12032 #: builtin/reset.c:30
12033 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12034 msgstr ""
12036 #: builtin/reset.c:31
12037 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12038 msgstr ""
12040 #: builtin/reset.c:37
12041 msgid "mixed"
12042 msgstr ""
12044 #: builtin/reset.c:37
12045 msgid "soft"
12046 msgstr ""
12048 #: builtin/reset.c:37
12049 msgid "hard"
12050 msgstr ""
12052 #: builtin/reset.c:37
12053 msgid "merge"
12054 msgstr ""
12056 #: builtin/reset.c:37
12057 msgid "keep"
12058 msgstr ""
12060 #: builtin/reset.c:78
12061 msgid "You do not have a valid HEAD."
12062 msgstr ""
12064 #: builtin/reset.c:80
12065 msgid "Failed to find tree of HEAD."
12066 msgstr ""
12068 #: builtin/reset.c:86
12069 #, c-format
12070 msgid "Failed to find tree of %s."
12071 msgstr ""
12073 #: builtin/reset.c:113
12074 #, c-format
12075 msgid "HEAD is now at %s"
12076 msgstr ""
12078 #: builtin/reset.c:197
12079 #, c-format
12080 msgid "Cannot do a %s reset in the middle of a merge."
12081 msgstr ""
12083 #: builtin/reset.c:297
12084 msgid "be quiet, only report errors"
12085 msgstr ""
12087 #: builtin/reset.c:299
12088 msgid "reset HEAD and index"
12089 msgstr ""
12091 #: builtin/reset.c:300
12092 msgid "reset only HEAD"
12093 msgstr ""
12095 #: builtin/reset.c:302 builtin/reset.c:304
12096 msgid "reset HEAD, index and working tree"
12097 msgstr ""
12099 #: builtin/reset.c:306
12100 msgid "reset HEAD but keep local changes"
12101 msgstr ""
12103 #: builtin/reset.c:312
12104 msgid "record only the fact that removed paths will be added later"
12105 msgstr ""
12107 #: builtin/reset.c:329
12108 #, c-format
12109 msgid "Failed to resolve '%s' as a valid revision."
12110 msgstr ""
12112 #: builtin/reset.c:337
12113 #, c-format
12114 msgid "Failed to resolve '%s' as a valid tree."
12115 msgstr ""
12117 #: builtin/reset.c:346
12118 msgid "--patch is incompatible with --{hard,mixed,soft}"
12119 msgstr ""
12121 #: builtin/reset.c:355
12122 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12123 msgstr ""
12125 #: builtin/reset.c:357
12126 #, c-format
12127 msgid "Cannot do %s reset with paths."
12128 msgstr ""
12130 #: builtin/reset.c:367
12131 #, c-format
12132 msgid "%s reset is not allowed in a bare repository"
12133 msgstr ""
12135 #: builtin/reset.c:371
12136 msgid "-N can only be used with --mixed"
12137 msgstr ""
12139 #: builtin/reset.c:388
12140 msgid "Unstaged changes after reset:"
12141 msgstr ""
12143 #: builtin/reset.c:394
12144 #, c-format
12145 msgid "Could not reset index file to revision '%s'."
12146 msgstr ""
12148 #: builtin/reset.c:398
12149 msgid "Could not write new index file."
12150 msgstr ""
12152 #: builtin/rev-list.c:399
12153 msgid "object filtering requires --objects"
12154 msgstr ""
12156 #: builtin/rev-list.c:402
12157 #, c-format
12158 msgid "invalid sparse value '%s'"
12159 msgstr ""
12161 #: builtin/rev-list.c:442
12162 msgid "rev-list does not support display of notes"
12163 msgstr ""
12165 #: builtin/rev-list.c:445
12166 msgid "cannot combine --use-bitmap-index with object filtering"
12167 msgstr ""
12169 #: builtin/rev-parse.c:402
12170 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12171 msgstr ""
12173 #: builtin/rev-parse.c:407
12174 msgid "keep the `--` passed as an arg"
12175 msgstr ""
12177 #: builtin/rev-parse.c:409
12178 msgid "stop parsing after the first non-option argument"
12179 msgstr ""
12181 #: builtin/rev-parse.c:412
12182 msgid "output in stuck long form"
12183 msgstr ""
12185 #: builtin/rev-parse.c:545
12186 msgid ""
12187 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12188 "   or: git rev-parse --sq-quote [<arg>...]\n"
12189 "   or: git rev-parse [<options>] [<arg>...]\n"
12190 "\n"
12191 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12192 msgstr ""
12194 #: builtin/revert.c:23
12195 msgid "git revert [<options>] <commit-ish>..."
12196 msgstr ""
12198 #: builtin/revert.c:24
12199 msgid "git revert <subcommand>"
12200 msgstr ""
12202 #: builtin/revert.c:29
12203 msgid "git cherry-pick [<options>] <commit-ish>..."
12204 msgstr ""
12206 #: builtin/revert.c:30
12207 msgid "git cherry-pick <subcommand>"
12208 msgstr ""
12210 #: builtin/revert.c:90
12211 #, c-format
12212 msgid "%s: %s cannot be used with %s"
12213 msgstr ""
12215 #: builtin/revert.c:99
12216 msgid "end revert or cherry-pick sequence"
12217 msgstr ""
12219 #: builtin/revert.c:100
12220 msgid "resume revert or cherry-pick sequence"
12221 msgstr ""
12223 #: builtin/revert.c:101
12224 msgid "cancel revert or cherry-pick sequence"
12225 msgstr ""
12227 #: builtin/revert.c:102
12228 msgid "don't automatically commit"
12229 msgstr ""
12231 #: builtin/revert.c:103
12232 msgid "edit the commit message"
12233 msgstr ""
12235 #: builtin/revert.c:106
12236 msgid "parent-number"
12237 msgstr ""
12239 #: builtin/revert.c:107
12240 msgid "select mainline parent"
12241 msgstr ""
12243 #: builtin/revert.c:109
12244 msgid "merge strategy"
12245 msgstr ""
12247 #: builtin/revert.c:110
12248 msgid "option"
12249 msgstr ""
12251 #: builtin/revert.c:111
12252 msgid "option for merge strategy"
12253 msgstr ""
12255 #: builtin/revert.c:120
12256 msgid "append commit name"
12257 msgstr ""
12259 #: builtin/revert.c:122
12260 msgid "preserve initially empty commits"
12261 msgstr ""
12263 #: builtin/revert.c:123
12264 msgid "allow commits with empty messages"
12265 msgstr ""
12267 #: builtin/revert.c:124
12268 msgid "keep redundant, empty commits"
12269 msgstr ""
12271 #: builtin/revert.c:214
12272 msgid "revert failed"
12273 msgstr ""
12275 #: builtin/revert.c:227
12276 msgid "cherry-pick failed"
12277 msgstr ""
12279 #: builtin/rm.c:18
12280 msgid "git rm [<options>] [--] <file>..."
12281 msgstr ""
12283 #: builtin/rm.c:206
12284 msgid ""
12285 "the following file has staged content different from both the\n"
12286 "file and the HEAD:"
12287 msgid_plural ""
12288 "the following files have staged content different from both the\n"
12289 "file and the HEAD:"
12290 msgstr[0] ""
12291 msgstr[1] ""
12293 #: builtin/rm.c:211
12294 msgid ""
12295 "\n"
12296 "(use -f to force removal)"
12297 msgstr ""
12299 #: builtin/rm.c:215
12300 msgid "the following file has changes staged in the index:"
12301 msgid_plural "the following files have changes staged in the index:"
12302 msgstr[0] ""
12303 msgstr[1] ""
12305 #: builtin/rm.c:219 builtin/rm.c:228
12306 msgid ""
12307 "\n"
12308 "(use --cached to keep the file, or -f to force removal)"
12309 msgstr ""
12311 #: builtin/rm.c:225
12312 msgid "the following file has local modifications:"
12313 msgid_plural "the following files have local modifications:"
12314 msgstr[0] ""
12315 msgstr[1] ""
12317 #: builtin/rm.c:243
12318 msgid "do not list removed files"
12319 msgstr ""
12321 #: builtin/rm.c:244
12322 msgid "only remove from the index"
12323 msgstr ""
12325 #: builtin/rm.c:245
12326 msgid "override the up-to-date check"
12327 msgstr ""
12329 #: builtin/rm.c:246
12330 msgid "allow recursive removal"
12331 msgstr ""
12333 #: builtin/rm.c:248
12334 msgid "exit with a zero status even if nothing matched"
12335 msgstr ""
12337 #: builtin/rm.c:307
12338 #, c-format
12339 msgid "not removing '%s' recursively without -r"
12340 msgstr ""
12342 #: builtin/rm.c:346
12343 #, c-format
12344 msgid "git rm: unable to remove %s"
12345 msgstr ""
12347 #: builtin/rm.c:369
12348 #, c-format
12349 msgid "could not remove '%s'"
12350 msgstr ""
12352 #: builtin/send-pack.c:19
12353 msgid ""
12354 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12355 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12356 "[<ref>...]\n"
12357 "  --all and explicit <ref> specification are mutually exclusive."
12358 msgstr ""
12360 #: builtin/send-pack.c:162
12361 msgid "remote name"
12362 msgstr ""
12364 #: builtin/send-pack.c:176
12365 msgid "use stateless RPC protocol"
12366 msgstr ""
12368 #: builtin/send-pack.c:177
12369 msgid "read refs from stdin"
12370 msgstr ""
12372 #: builtin/send-pack.c:178
12373 msgid "print status from remote helper"
12374 msgstr ""
12376 #: builtin/shortlog.c:14
12377 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12378 msgstr ""
12380 #: builtin/shortlog.c:263
12381 msgid "Group by committer rather than author"
12382 msgstr ""
12384 #: builtin/shortlog.c:265
12385 msgid "sort output according to the number of commits per author"
12386 msgstr ""
12388 #: builtin/shortlog.c:267
12389 msgid "Suppress commit descriptions, only provides commit count"
12390 msgstr ""
12392 #: builtin/shortlog.c:269
12393 msgid "Show the email address of each author"
12394 msgstr ""
12396 #: builtin/shortlog.c:270
12397 msgid "w[,i1[,i2]]"
12398 msgstr ""
12400 #: builtin/shortlog.c:271
12401 msgid "Linewrap output"
12402 msgstr ""
12404 #: builtin/show-branch.c:12
12405 msgid ""
12406 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12407 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12408 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12409 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12410 msgstr ""
12412 #: builtin/show-branch.c:16
12413 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12414 msgstr ""
12416 #: builtin/show-branch.c:376
12417 #, c-format
12418 msgid "ignoring %s; cannot handle more than %d ref"
12419 msgid_plural "ignoring %s; cannot handle more than %d refs"
12420 msgstr[0] ""
12421 msgstr[1] ""
12423 #: builtin/show-branch.c:530
12424 #, c-format
12425 msgid "no matching refs with %s"
12426 msgstr ""
12428 #: builtin/show-branch.c:626
12429 msgid "show remote-tracking and local branches"
12430 msgstr ""
12432 #: builtin/show-branch.c:628
12433 msgid "show remote-tracking branches"
12434 msgstr ""
12436 #: builtin/show-branch.c:630
12437 msgid "color '*!+-' corresponding to the branch"
12438 msgstr ""
12440 #: builtin/show-branch.c:632
12441 msgid "show <n> more commits after the common ancestor"
12442 msgstr ""
12444 #: builtin/show-branch.c:634
12445 msgid "synonym to more=-1"
12446 msgstr ""
12448 #: builtin/show-branch.c:635
12449 msgid "suppress naming strings"
12450 msgstr ""
12452 #: builtin/show-branch.c:637
12453 msgid "include the current branch"
12454 msgstr ""
12456 #: builtin/show-branch.c:639
12457 msgid "name commits with their object names"
12458 msgstr ""
12460 #: builtin/show-branch.c:641
12461 msgid "show possible merge bases"
12462 msgstr ""
12464 #: builtin/show-branch.c:643
12465 msgid "show refs unreachable from any other ref"
12466 msgstr ""
12468 #: builtin/show-branch.c:645
12469 msgid "show commits in topological order"
12470 msgstr ""
12472 #: builtin/show-branch.c:648
12473 msgid "show only commits not on the first branch"
12474 msgstr ""
12476 #: builtin/show-branch.c:650
12477 msgid "show merges reachable from only one tip"
12478 msgstr ""
12480 #: builtin/show-branch.c:652
12481 msgid "topologically sort, maintaining date order where possible"
12482 msgstr ""
12484 #: builtin/show-branch.c:655
12485 msgid "<n>[,<base>]"
12486 msgstr ""
12488 #: builtin/show-branch.c:656
12489 msgid "show <n> most recent ref-log entries starting at base"
12490 msgstr ""
12492 #: builtin/show-branch.c:690
12493 msgid ""
12494 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12495 msgstr ""
12497 #: builtin/show-branch.c:714
12498 msgid "no branches given, and HEAD is not valid"
12499 msgstr ""
12501 #: builtin/show-branch.c:717
12502 msgid "--reflog option needs one branch name"
12503 msgstr ""
12505 #: builtin/show-branch.c:720
12506 #, c-format
12507 msgid "only %d entry can be shown at one time."
12508 msgid_plural "only %d entries can be shown at one time."
12509 msgstr[0] ""
12510 msgstr[1] ""
12512 #: builtin/show-branch.c:724
12513 #, c-format
12514 msgid "no such ref %s"
12515 msgstr ""
12517 #: builtin/show-branch.c:808
12518 #, c-format
12519 msgid "cannot handle more than %d rev."
12520 msgid_plural "cannot handle more than %d revs."
12521 msgstr[0] ""
12522 msgstr[1] ""
12524 #: builtin/show-branch.c:812
12525 #, c-format
12526 msgid "'%s' is not a valid ref."
12527 msgstr ""
12529 #: builtin/show-branch.c:815
12530 #, c-format
12531 msgid "cannot find commit %s (%s)"
12532 msgstr ""
12534 #: builtin/show-ref.c:10
12535 msgid ""
12536 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12537 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12538 msgstr ""
12540 #: builtin/show-ref.c:11
12541 msgid "git show-ref --exclude-existing[=<pattern>]"
12542 msgstr ""
12544 #: builtin/show-ref.c:159
12545 msgid "only show tags (can be combined with heads)"
12546 msgstr ""
12548 #: builtin/show-ref.c:160
12549 msgid "only show heads (can be combined with tags)"
12550 msgstr ""
12552 #: builtin/show-ref.c:161
12553 msgid "stricter reference checking, requires exact ref path"
12554 msgstr ""
12556 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12557 msgid "show the HEAD reference, even if it would be filtered out"
12558 msgstr ""
12560 #: builtin/show-ref.c:168
12561 msgid "dereference tags into object IDs"
12562 msgstr ""
12564 #: builtin/show-ref.c:170
12565 msgid "only show SHA1 hash using <n> digits"
12566 msgstr ""
12568 #: builtin/show-ref.c:174
12569 msgid "do not print results to stdout (useful with --verify)"
12570 msgstr ""
12572 #: builtin/show-ref.c:176
12573 msgid "show refs from stdin that aren't in local repository"
12574 msgstr ""
12576 #: builtin/stripspace.c:18
12577 msgid "git stripspace [-s | --strip-comments]"
12578 msgstr ""
12580 #: builtin/stripspace.c:19
12581 msgid "git stripspace [-c | --comment-lines]"
12582 msgstr ""
12584 #: builtin/stripspace.c:36
12585 msgid "skip and remove all lines starting with comment character"
12586 msgstr ""
12588 #: builtin/stripspace.c:39
12589 msgid "prepend comment character and space to each line"
12590 msgstr ""
12592 #: builtin/submodule--helper.c:34 builtin/submodule--helper.c:1332
12593 #, c-format
12594 msgid "No such ref: %s"
12595 msgstr ""
12597 #: builtin/submodule--helper.c:41 builtin/submodule--helper.c:1341
12598 #, c-format
12599 msgid "Expecting a full ref name, got %s"
12600 msgstr ""
12602 #: builtin/submodule--helper.c:81
12603 #, c-format
12604 msgid "cannot strip one component off url '%s'"
12605 msgstr ""
12607 #: builtin/submodule--helper.c:370 builtin/submodule--helper.c:861
12608 msgid "alternative anchor for relative paths"
12609 msgstr ""
12611 #: builtin/submodule--helper.c:375
12612 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12613 msgstr ""
12615 #: builtin/submodule--helper.c:426 builtin/submodule--helper.c:449
12616 #, c-format
12617 msgid "No url found for submodule path '%s' in .gitmodules"
12618 msgstr ""
12620 #: builtin/submodule--helper.c:464
12621 #, c-format
12622 msgid ""
12623 "could not lookup configuration '%s'. Assuming this repository is its own "
12624 "authoritative upstream."
12625 msgstr ""
12627 #: builtin/submodule--helper.c:475
12628 #, c-format
12629 msgid "Failed to register url for submodule path '%s'"
12630 msgstr ""
12632 #: builtin/submodule--helper.c:479
12633 #, c-format
12634 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12635 msgstr ""
12637 #: builtin/submodule--helper.c:489
12638 #, c-format
12639 msgid "warning: command update mode suggested for submodule '%s'\n"
12640 msgstr ""
12642 #: builtin/submodule--helper.c:496
12643 #, c-format
12644 msgid "Failed to register update mode for submodule path '%s'"
12645 msgstr ""
12647 #: builtin/submodule--helper.c:518
12648 msgid "Suppress output for initializing a submodule"
12649 msgstr ""
12651 #: builtin/submodule--helper.c:523
12652 msgid "git submodule--helper init [<path>]"
12653 msgstr ""
12655 #: builtin/submodule--helper.c:591 builtin/submodule--helper.c:713
12656 #, c-format
12657 msgid "no submodule mapping found in .gitmodules for path '%s'"
12658 msgstr ""
12660 #: builtin/submodule--helper.c:626
12661 #, c-format
12662 msgid "could not resolve HEAD ref inside the submodule '%s'"
12663 msgstr ""
12665 #: builtin/submodule--helper.c:653
12666 #, c-format
12667 msgid "failed to recurse into submodule '%s'"
12668 msgstr ""
12670 #: builtin/submodule--helper.c:677
12671 msgid "Suppress submodule status output"
12672 msgstr ""
12674 #: builtin/submodule--helper.c:678
12675 msgid ""
12676 "Use commit stored in the index instead of the one stored in the submodule "
12677 "HEAD"
12678 msgstr ""
12680 #: builtin/submodule--helper.c:679
12681 msgid "recurse into nested submodules"
12682 msgstr ""
12684 #: builtin/submodule--helper.c:684
12685 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12686 msgstr ""
12688 #: builtin/submodule--helper.c:708
12689 msgid "git submodule--helper name <path>"
12690 msgstr ""
12692 #: builtin/submodule--helper.c:796 builtin/submodule--helper.c:799
12693 #, c-format
12694 msgid "submodule '%s' cannot add alternate: %s"
12695 msgstr ""
12697 #: builtin/submodule--helper.c:835
12698 #, c-format
12699 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12700 msgstr ""
12702 #: builtin/submodule--helper.c:842
12703 #, c-format
12704 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12705 msgstr ""
12707 #: builtin/submodule--helper.c:864
12708 msgid "where the new submodule will be cloned to"
12709 msgstr ""
12711 #: builtin/submodule--helper.c:867
12712 msgid "name of the new submodule"
12713 msgstr ""
12715 #: builtin/submodule--helper.c:870
12716 msgid "url where to clone the submodule from"
12717 msgstr ""
12719 #: builtin/submodule--helper.c:876
12720 msgid "depth for shallow clones"
12721 msgstr ""
12723 #: builtin/submodule--helper.c:879 builtin/submodule--helper.c:1250
12724 msgid "force cloning progress"
12725 msgstr ""
12727 #: builtin/submodule--helper.c:884
12728 msgid ""
12729 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12730 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12731 msgstr ""
12733 #: builtin/submodule--helper.c:915
12734 #, c-format
12735 msgid "clone of '%s' into submodule path '%s' failed"
12736 msgstr ""
12738 #: builtin/submodule--helper.c:930
12739 #, c-format
12740 msgid "could not get submodule directory for '%s'"
12741 msgstr ""
12743 #: builtin/submodule--helper.c:995
12744 #, c-format
12745 msgid "Submodule path '%s' not initialized"
12746 msgstr ""
12748 #: builtin/submodule--helper.c:999
12749 msgid "Maybe you want to use 'update --init'?"
12750 msgstr ""
12752 #: builtin/submodule--helper.c:1028
12753 #, c-format
12754 msgid "Skipping unmerged submodule %s"
12755 msgstr ""
12757 #: builtin/submodule--helper.c:1057
12758 #, c-format
12759 msgid "Skipping submodule '%s'"
12760 msgstr ""
12762 #: builtin/submodule--helper.c:1190
12763 #, c-format
12764 msgid "Failed to clone '%s'. Retry scheduled"
12765 msgstr ""
12767 #: builtin/submodule--helper.c:1201
12768 #, c-format
12769 msgid "Failed to clone '%s' a second time, aborting"
12770 msgstr ""
12772 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1451
12773 msgid "path into the working tree"
12774 msgstr ""
12776 #: builtin/submodule--helper.c:1234
12777 msgid "path into the working tree, across nested submodule boundaries"
12778 msgstr ""
12780 #: builtin/submodule--helper.c:1238
12781 msgid "rebase, merge, checkout or none"
12782 msgstr ""
12784 #: builtin/submodule--helper.c:1242
12785 msgid "Create a shallow clone truncated to the specified number of revisions"
12786 msgstr ""
12788 #: builtin/submodule--helper.c:1245
12789 msgid "parallel jobs"
12790 msgstr ""
12792 #: builtin/submodule--helper.c:1247
12793 msgid "whether the initial clone should follow the shallow recommendation"
12794 msgstr ""
12796 #: builtin/submodule--helper.c:1248
12797 msgid "don't print cloning progress"
12798 msgstr ""
12800 #: builtin/submodule--helper.c:1255
12801 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12802 msgstr ""
12804 #: builtin/submodule--helper.c:1268
12805 msgid "bad value for update parameter"
12806 msgstr ""
12808 #: builtin/submodule--helper.c:1336
12809 #, c-format
12810 msgid ""
12811 "Submodule (%s) branch configured to inherit branch from superproject, but "
12812 "the superproject is not on any branch"
12813 msgstr ""
12815 #: builtin/submodule--helper.c:1452
12816 msgid "recurse into submodules"
12817 msgstr ""
12819 #: builtin/submodule--helper.c:1458
12820 msgid "git submodule--helper embed-git-dir [<path>...]"
12821 msgstr ""
12823 #: builtin/submodule--helper.c:1517
12824 #, c-format
12825 msgid "%s doesn't support --super-prefix"
12826 msgstr ""
12828 #: builtin/submodule--helper.c:1523
12829 #, c-format
12830 msgid "'%s' is not a valid submodule--helper subcommand"
12831 msgstr ""
12833 #: builtin/symbolic-ref.c:8
12834 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12835 msgstr ""
12837 #: builtin/symbolic-ref.c:9
12838 msgid "git symbolic-ref -d [-q] <name>"
12839 msgstr ""
12841 #: builtin/symbolic-ref.c:40
12842 msgid "suppress error message for non-symbolic (detached) refs"
12843 msgstr ""
12845 #: builtin/symbolic-ref.c:41
12846 msgid "delete symbolic ref"
12847 msgstr ""
12849 #: builtin/symbolic-ref.c:42
12850 msgid "shorten ref output"
12851 msgstr ""
12853 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12854 msgid "reason"
12855 msgstr ""
12857 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12858 msgid "reason of the update"
12859 msgstr ""
12861 #: builtin/tag.c:24
12862 msgid ""
12863 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12864 "[<head>]"
12865 msgstr ""
12867 #: builtin/tag.c:25
12868 msgid "git tag -d <tagname>..."
12869 msgstr ""
12871 #: builtin/tag.c:26
12872 msgid ""
12873 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12874 "points-at <object>]\n"
12875 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12876 msgstr ""
12878 #: builtin/tag.c:28
12879 msgid "git tag -v [--format=<format>] <tagname>..."
12880 msgstr ""
12882 #: builtin/tag.c:86
12883 #, c-format
12884 msgid "tag '%s' not found."
12885 msgstr ""
12887 #: builtin/tag.c:102
12888 #, c-format
12889 msgid "Deleted tag '%s' (was %s)\n"
12890 msgstr ""
12892 #: builtin/tag.c:131
12893 #, c-format
12894 msgid ""
12895 "\n"
12896 "Write a message for tag:\n"
12897 "  %s\n"
12898 "Lines starting with '%c' will be ignored.\n"
12899 msgstr ""
12901 #: builtin/tag.c:135
12902 #, c-format
12903 msgid ""
12904 "\n"
12905 "Write a message for tag:\n"
12906 "  %s\n"
12907 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12908 "want to.\n"
12909 msgstr ""
12911 #: builtin/tag.c:189
12912 msgid "unable to sign the tag"
12913 msgstr ""
12915 #: builtin/tag.c:191
12916 msgid "unable to write tag file"
12917 msgstr ""
12919 #: builtin/tag.c:215
12920 msgid "bad object type."
12921 msgstr ""
12923 #: builtin/tag.c:261
12924 msgid "no tag message?"
12925 msgstr ""
12927 #: builtin/tag.c:268
12928 #, c-format
12929 msgid "The tag message has been left in %s\n"
12930 msgstr ""
12932 #: builtin/tag.c:376
12933 msgid "list tag names"
12934 msgstr ""
12936 #: builtin/tag.c:378
12937 msgid "print <n> lines of each tag message"
12938 msgstr ""
12940 #: builtin/tag.c:380
12941 msgid "delete tags"
12942 msgstr ""
12944 #: builtin/tag.c:381
12945 msgid "verify tags"
12946 msgstr ""
12948 #: builtin/tag.c:383
12949 msgid "Tag creation options"
12950 msgstr ""
12952 #: builtin/tag.c:385
12953 msgid "annotated tag, needs a message"
12954 msgstr ""
12956 #: builtin/tag.c:387
12957 msgid "tag message"
12958 msgstr ""
12960 #: builtin/tag.c:389
12961 msgid "annotated and GPG-signed tag"
12962 msgstr ""
12964 #: builtin/tag.c:393
12965 msgid "use another key to sign the tag"
12966 msgstr ""
12968 #: builtin/tag.c:394
12969 msgid "replace the tag if exists"
12970 msgstr ""
12972 #: builtin/tag.c:395 builtin/update-ref.c:368
12973 msgid "create a reflog"
12974 msgstr ""
12976 #: builtin/tag.c:397
12977 msgid "Tag listing options"
12978 msgstr ""
12980 #: builtin/tag.c:398
12981 msgid "show tag list in columns"
12982 msgstr ""
12984 #: builtin/tag.c:399 builtin/tag.c:401
12985 msgid "print only tags that contain the commit"
12986 msgstr ""
12988 #: builtin/tag.c:400 builtin/tag.c:402
12989 msgid "print only tags that don't contain the commit"
12990 msgstr ""
12992 #: builtin/tag.c:403
12993 msgid "print only tags that are merged"
12994 msgstr ""
12996 #: builtin/tag.c:404
12997 msgid "print only tags that are not merged"
12998 msgstr ""
13000 #: builtin/tag.c:409
13001 msgid "print only tags of the object"
13002 msgstr ""
13004 #: builtin/tag.c:453
13005 msgid "--column and -n are incompatible"
13006 msgstr ""
13008 #: builtin/tag.c:475
13009 msgid "-n option is only allowed in list mode"
13010 msgstr ""
13012 #: builtin/tag.c:477
13013 msgid "--contains option is only allowed in list mode"
13014 msgstr ""
13016 #: builtin/tag.c:479
13017 msgid "--no-contains option is only allowed in list mode"
13018 msgstr ""
13020 #: builtin/tag.c:481
13021 msgid "--points-at option is only allowed in list mode"
13022 msgstr ""
13024 #: builtin/tag.c:483
13025 msgid "--merged and --no-merged options are only allowed in list mode"
13026 msgstr ""
13028 #: builtin/tag.c:494
13029 msgid "only one -F or -m option is allowed."
13030 msgstr ""
13032 #: builtin/tag.c:513
13033 msgid "too many params"
13034 msgstr ""
13036 #: builtin/tag.c:519
13037 #, c-format
13038 msgid "'%s' is not a valid tag name."
13039 msgstr ""
13041 #: builtin/tag.c:524
13042 #, c-format
13043 msgid "tag '%s' already exists"
13044 msgstr ""
13046 #: builtin/tag.c:554
13047 #, c-format
13048 msgid "Updated tag '%s' (was %s)\n"
13049 msgstr ""
13051 #: builtin/unpack-objects.c:494
13052 msgid "Unpacking objects"
13053 msgstr ""
13055 #: builtin/update-index.c:82
13056 #, c-format
13057 msgid "failed to create directory %s"
13058 msgstr ""
13060 #: builtin/update-index.c:88
13061 #, c-format
13062 msgid "failed to stat %s"
13063 msgstr ""
13065 #: builtin/update-index.c:98
13066 #, c-format
13067 msgid "failed to create file %s"
13068 msgstr ""
13070 #: builtin/update-index.c:106
13071 #, c-format
13072 msgid "failed to delete file %s"
13073 msgstr ""
13075 #: builtin/update-index.c:113 builtin/update-index.c:219
13076 #, c-format
13077 msgid "failed to delete directory %s"
13078 msgstr ""
13080 #: builtin/update-index.c:138
13081 #, c-format
13082 msgid "Testing mtime in '%s' "
13083 msgstr ""
13085 #: builtin/update-index.c:152
13086 msgid "directory stat info does not change after adding a new file"
13087 msgstr ""
13089 #: builtin/update-index.c:165
13090 msgid "directory stat info does not change after adding a new directory"
13091 msgstr ""
13093 #: builtin/update-index.c:178
13094 msgid "directory stat info changes after updating a file"
13095 msgstr ""
13097 #: builtin/update-index.c:189
13098 msgid "directory stat info changes after adding a file inside subdirectory"
13099 msgstr ""
13101 #: builtin/update-index.c:200
13102 msgid "directory stat info does not change after deleting a file"
13103 msgstr ""
13105 #: builtin/update-index.c:213
13106 msgid "directory stat info does not change after deleting a directory"
13107 msgstr ""
13109 #: builtin/update-index.c:220
13110 msgid " OK"
13111 msgstr ""
13113 #: builtin/update-index.c:579
13114 msgid "git update-index [<options>] [--] [<file>...]"
13115 msgstr ""
13117 #: builtin/update-index.c:936
13118 msgid "continue refresh even when index needs update"
13119 msgstr ""
13121 #: builtin/update-index.c:939
13122 msgid "refresh: ignore submodules"
13123 msgstr ""
13125 #: builtin/update-index.c:942
13126 msgid "do not ignore new files"
13127 msgstr ""
13129 #: builtin/update-index.c:944
13130 msgid "let files replace directories and vice-versa"
13131 msgstr ""
13133 #: builtin/update-index.c:946
13134 msgid "notice files missing from worktree"
13135 msgstr ""
13137 #: builtin/update-index.c:948
13138 msgid "refresh even if index contains unmerged entries"
13139 msgstr ""
13141 #: builtin/update-index.c:951
13142 msgid "refresh stat information"
13143 msgstr ""
13145 #: builtin/update-index.c:955
13146 msgid "like --refresh, but ignore assume-unchanged setting"
13147 msgstr ""
13149 #: builtin/update-index.c:959
13150 msgid "<mode>,<object>,<path>"
13151 msgstr ""
13153 #: builtin/update-index.c:960
13154 msgid "add the specified entry to the index"
13155 msgstr ""
13157 #: builtin/update-index.c:969
13158 msgid "mark files as \"not changing\""
13159 msgstr ""
13161 #: builtin/update-index.c:972
13162 msgid "clear assumed-unchanged bit"
13163 msgstr ""
13165 #: builtin/update-index.c:975
13166 msgid "mark files as \"index-only\""
13167 msgstr ""
13169 #: builtin/update-index.c:978
13170 msgid "clear skip-worktree bit"
13171 msgstr ""
13173 #: builtin/update-index.c:981
13174 msgid "add to index only; do not add content to object database"
13175 msgstr ""
13177 #: builtin/update-index.c:983
13178 msgid "remove named paths even if present in worktree"
13179 msgstr ""
13181 #: builtin/update-index.c:985
13182 msgid "with --stdin: input lines are terminated by null bytes"
13183 msgstr ""
13185 #: builtin/update-index.c:987
13186 msgid "read list of paths to be updated from standard input"
13187 msgstr ""
13189 #: builtin/update-index.c:991
13190 msgid "add entries from standard input to the index"
13191 msgstr ""
13193 #: builtin/update-index.c:995
13194 msgid "repopulate stages #2 and #3 for the listed paths"
13195 msgstr ""
13197 #: builtin/update-index.c:999
13198 msgid "only update entries that differ from HEAD"
13199 msgstr ""
13201 #: builtin/update-index.c:1003
13202 msgid "ignore files missing from worktree"
13203 msgstr ""
13205 #: builtin/update-index.c:1006
13206 msgid "report actions to standard output"
13207 msgstr ""
13209 #: builtin/update-index.c:1008
13210 msgid "(for porcelains) forget saved unresolved conflicts"
13211 msgstr ""
13213 #: builtin/update-index.c:1012
13214 msgid "write index in this format"
13215 msgstr ""
13217 #: builtin/update-index.c:1014
13218 msgid "enable or disable split index"
13219 msgstr ""
13221 #: builtin/update-index.c:1016
13222 msgid "enable/disable untracked cache"
13223 msgstr ""
13225 #: builtin/update-index.c:1018
13226 msgid "test if the filesystem supports untracked cache"
13227 msgstr ""
13229 #: builtin/update-index.c:1020
13230 msgid "enable untracked cache without testing the filesystem"
13231 msgstr ""
13233 #: builtin/update-index.c:1022
13234 msgid "write out the index even if is not flagged as changed"
13235 msgstr ""
13237 #: builtin/update-index.c:1024
13238 msgid "enable or disable file system monitor"
13239 msgstr ""
13241 #: builtin/update-index.c:1026
13242 msgid "mark files as fsmonitor valid"
13243 msgstr ""
13245 #: builtin/update-index.c:1029
13246 msgid "clear fsmonitor valid bit"
13247 msgstr ""
13249 #: builtin/update-index.c:1127
13250 msgid ""
13251 "core.splitIndex is set to false; remove or change it, if you really want to "
13252 "enable split index"
13253 msgstr ""
13255 #: builtin/update-index.c:1136
13256 msgid ""
13257 "core.splitIndex is set to true; remove or change it, if you really want to "
13258 "disable split index"
13259 msgstr ""
13261 #: builtin/update-index.c:1147
13262 msgid ""
13263 "core.untrackedCache is set to true; remove or change it, if you really want "
13264 "to disable the untracked cache"
13265 msgstr ""
13267 #: builtin/update-index.c:1151
13268 msgid "Untracked cache disabled"
13269 msgstr ""
13271 #: builtin/update-index.c:1159
13272 msgid ""
13273 "core.untrackedCache is set to false; remove or change it, if you really want "
13274 "to enable the untracked cache"
13275 msgstr ""
13277 #: builtin/update-index.c:1163
13278 #, c-format
13279 msgid "Untracked cache enabled for '%s'"
13280 msgstr ""
13282 #: builtin/update-index.c:1171
13283 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13284 msgstr ""
13286 #: builtin/update-index.c:1175
13287 msgid "fsmonitor enabled"
13288 msgstr ""
13290 #: builtin/update-index.c:1178
13291 msgid ""
13292 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13293 msgstr ""
13295 #: builtin/update-index.c:1182
13296 msgid "fsmonitor disabled"
13297 msgstr ""
13299 #: builtin/update-ref.c:10
13300 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13301 msgstr ""
13303 #: builtin/update-ref.c:11
13304 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13305 msgstr ""
13307 #: builtin/update-ref.c:12
13308 msgid "git update-ref [<options>] --stdin [-z]"
13309 msgstr ""
13311 #: builtin/update-ref.c:363
13312 msgid "delete the reference"
13313 msgstr ""
13315 #: builtin/update-ref.c:365
13316 msgid "update <refname> not the one it points to"
13317 msgstr ""
13319 #: builtin/update-ref.c:366
13320 msgid "stdin has NUL-terminated arguments"
13321 msgstr ""
13323 #: builtin/update-ref.c:367
13324 msgid "read updates from stdin"
13325 msgstr ""
13327 #: builtin/update-server-info.c:7
13328 msgid "git update-server-info [--force]"
13329 msgstr ""
13331 #: builtin/update-server-info.c:15
13332 msgid "update the info files from scratch"
13333 msgstr ""
13335 #: builtin/verify-commit.c:18
13336 msgid "git verify-commit [-v | --verbose] <commit>..."
13337 msgstr ""
13339 #: builtin/verify-commit.c:73
13340 msgid "print commit contents"
13341 msgstr ""
13343 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13344 msgid "print raw gpg status output"
13345 msgstr ""
13347 #: builtin/verify-pack.c:55
13348 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13349 msgstr ""
13351 #: builtin/verify-pack.c:65
13352 msgid "verbose"
13353 msgstr ""
13355 #: builtin/verify-pack.c:67
13356 msgid "show statistics only"
13357 msgstr ""
13359 #: builtin/verify-tag.c:19
13360 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13361 msgstr ""
13363 #: builtin/verify-tag.c:37
13364 msgid "print tag contents"
13365 msgstr ""
13367 #: builtin/worktree.c:17
13368 msgid "git worktree add [<options>] <path> [<branch>]"
13369 msgstr ""
13371 #: builtin/worktree.c:18
13372 msgid "git worktree list [<options>]"
13373 msgstr ""
13375 #: builtin/worktree.c:19
13376 msgid "git worktree lock [<options>] <path>"
13377 msgstr ""
13379 #: builtin/worktree.c:20
13380 msgid "git worktree prune [<options>]"
13381 msgstr ""
13383 #: builtin/worktree.c:21
13384 msgid "git worktree unlock <path>"
13385 msgstr ""
13387 #: builtin/worktree.c:58
13388 #, c-format
13389 msgid "Removing worktrees/%s: not a valid directory"
13390 msgstr ""
13392 #: builtin/worktree.c:64
13393 #, c-format
13394 msgid "Removing worktrees/%s: gitdir file does not exist"
13395 msgstr ""
13397 #: builtin/worktree.c:69 builtin/worktree.c:78
13398 #, c-format
13399 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13400 msgstr ""
13402 #: builtin/worktree.c:88
13403 #, c-format
13404 msgid ""
13405 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13406 "%<PRIuMAX>)"
13407 msgstr ""
13409 #: builtin/worktree.c:96
13410 #, c-format
13411 msgid "Removing worktrees/%s: invalid gitdir file"
13412 msgstr ""
13414 #: builtin/worktree.c:112
13415 #, c-format
13416 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13417 msgstr ""
13419 #: builtin/worktree.c:159
13420 msgid "report pruned working trees"
13421 msgstr ""
13423 #: builtin/worktree.c:161
13424 msgid "expire working trees older than <time>"
13425 msgstr ""
13427 #: builtin/worktree.c:236
13428 #, c-format
13429 msgid "'%s' already exists"
13430 msgstr ""
13432 #: builtin/worktree.c:267
13433 #, c-format
13434 msgid "could not create directory of '%s'"
13435 msgstr ""
13437 #: builtin/worktree.c:306
13438 #, c-format
13439 msgid "Preparing %s (identifier %s)"
13440 msgstr ""
13442 #: builtin/worktree.c:368
13443 msgid "checkout <branch> even if already checked out in other worktree"
13444 msgstr ""
13446 #: builtin/worktree.c:370
13447 msgid "create a new branch"
13448 msgstr ""
13450 #: builtin/worktree.c:372
13451 msgid "create or reset a branch"
13452 msgstr ""
13454 #: builtin/worktree.c:374
13455 msgid "populate the new working tree"
13456 msgstr ""
13458 #: builtin/worktree.c:375
13459 msgid "keep the new working tree locked"
13460 msgstr ""
13462 #: builtin/worktree.c:377
13463 msgid "set up tracking mode (see git-branch(1))"
13464 msgstr ""
13466 #: builtin/worktree.c:380
13467 msgid "try to match the new branch name with a remote-tracking branch"
13468 msgstr ""
13470 #: builtin/worktree.c:388
13471 msgid "-b, -B, and --detach are mutually exclusive"
13472 msgstr ""
13474 #: builtin/worktree.c:453
13475 msgid "--[no-]track can only be used if a new branch is created"
13476 msgstr ""
13478 #: builtin/worktree.c:553
13479 msgid "reason for locking"
13480 msgstr ""
13482 #: builtin/worktree.c:565 builtin/worktree.c:598
13483 #, c-format
13484 msgid "'%s' is not a working tree"
13485 msgstr ""
13487 #: builtin/worktree.c:567 builtin/worktree.c:600
13488 msgid "The main working tree cannot be locked or unlocked"
13489 msgstr ""
13491 #: builtin/worktree.c:572
13492 #, c-format
13493 msgid "'%s' is already locked, reason: %s"
13494 msgstr ""
13496 #: builtin/worktree.c:574
13497 #, c-format
13498 msgid "'%s' is already locked"
13499 msgstr ""
13501 #: builtin/worktree.c:602
13502 #, c-format
13503 msgid "'%s' is not locked"
13504 msgstr ""
13506 #: builtin/write-tree.c:14
13507 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13508 msgstr ""
13510 #: builtin/write-tree.c:27
13511 msgid "<prefix>/"
13512 msgstr ""
13514 #: builtin/write-tree.c:28
13515 msgid "write tree object for a subdirectory <prefix>"
13516 msgstr ""
13518 #: builtin/write-tree.c:31
13519 msgid "only useful for debugging"
13520 msgstr ""
13522 #: upload-pack.c:24
13523 msgid "git upload-pack [<options>] <dir>"
13524 msgstr ""
13526 #: upload-pack.c:1041
13527 msgid "quit after a single request/response exchange"
13528 msgstr ""
13530 #: upload-pack.c:1043
13531 msgid "exit immediately after initial ref advertisement"
13532 msgstr ""
13534 #: upload-pack.c:1045
13535 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13536 msgstr ""
13538 #: upload-pack.c:1047
13539 msgid "interrupt transfer after <n> seconds of inactivity"
13540 msgstr ""
13542 #: credential-cache--daemon.c:222
13543 #, c-format
13544 msgid ""
13545 "The permissions on your socket directory are too loose; other\n"
13546 "users may be able to read your cached credentials. Consider running:\n"
13547 "\n"
13548 "\tchmod 0700 %s"
13549 msgstr ""
13551 #: credential-cache--daemon.c:271
13552 msgid "print debugging messages to stderr"
13553 msgstr ""
13555 #: git.c:15
13556 msgid ""
13557 "'git help -a' and 'git help -g' list available subcommands and some\n"
13558 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13559 "to read about a specific subcommand or concept."
13560 msgstr ""
13562 #: http.c:339
13563 #, c-format
13564 msgid "negative value for http.postbuffer; defaulting to %d"
13565 msgstr ""
13567 #: http.c:360
13568 msgid "Delegation control is not supported with cURL < 7.22.0"
13569 msgstr ""
13571 #: http.c:369
13572 msgid "Public key pinning not supported with cURL < 7.44.0"
13573 msgstr ""
13575 #: http.c:1791
13576 #, c-format
13577 msgid ""
13578 "unable to update url base from redirection:\n"
13579 "  asked for: %s\n"
13580 "   redirect: %s"
13581 msgstr ""
13583 #: remote-curl.c:324
13584 #, c-format
13585 msgid "redirecting to %s"
13586 msgstr ""
13588 #: list-objects-filter-options.h:54
13589 msgid "args"
13590 msgstr ""
13592 #: list-objects-filter-options.h:55
13593 msgid "object filtering"
13594 msgstr ""
13596 #: common-cmds.h:9
13597 msgid "start a working area (see also: git help tutorial)"
13598 msgstr ""
13600 #: common-cmds.h:10
13601 msgid "work on the current change (see also: git help everyday)"
13602 msgstr ""
13604 #: common-cmds.h:11
13605 msgid "examine the history and state (see also: git help revisions)"
13606 msgstr ""
13608 #: common-cmds.h:12
13609 msgid "grow, mark and tweak your common history"
13610 msgstr ""
13612 #: common-cmds.h:13
13613 msgid "collaborate (see also: git help workflows)"
13614 msgstr ""
13616 #: common-cmds.h:17
13617 msgid "Add file contents to the index"
13618 msgstr ""
13620 #: common-cmds.h:18
13621 msgid "Use binary search to find the commit that introduced a bug"
13622 msgstr ""
13624 #: common-cmds.h:19
13625 msgid "List, create, or delete branches"
13626 msgstr ""
13628 #: common-cmds.h:20
13629 msgid "Switch branches or restore working tree files"
13630 msgstr ""
13632 #: common-cmds.h:21
13633 msgid "Clone a repository into a new directory"
13634 msgstr ""
13636 #: common-cmds.h:22
13637 msgid "Record changes to the repository"
13638 msgstr ""
13640 #: common-cmds.h:23
13641 msgid "Show changes between commits, commit and working tree, etc"
13642 msgstr ""
13644 #: common-cmds.h:24
13645 msgid "Download objects and refs from another repository"
13646 msgstr ""
13648 #: common-cmds.h:25
13649 msgid "Print lines matching a pattern"
13650 msgstr ""
13652 #: common-cmds.h:26
13653 msgid "Create an empty Git repository or reinitialize an existing one"
13654 msgstr ""
13656 #: common-cmds.h:27
13657 msgid "Show commit logs"
13658 msgstr ""
13660 #: common-cmds.h:28
13661 msgid "Join two or more development histories together"
13662 msgstr ""
13664 #: common-cmds.h:29
13665 msgid "Move or rename a file, a directory, or a symlink"
13666 msgstr ""
13668 #: common-cmds.h:30
13669 msgid "Fetch from and integrate with another repository or a local branch"
13670 msgstr ""
13672 #: common-cmds.h:31
13673 msgid "Update remote refs along with associated objects"
13674 msgstr ""
13676 #: common-cmds.h:32
13677 msgid "Reapply commits on top of another base tip"
13678 msgstr ""
13680 #: common-cmds.h:33
13681 msgid "Reset current HEAD to the specified state"
13682 msgstr ""
13684 #: common-cmds.h:34
13685 msgid "Remove files from the working tree and from the index"
13686 msgstr ""
13688 #: common-cmds.h:35
13689 msgid "Show various types of objects"
13690 msgstr ""
13692 #: common-cmds.h:36
13693 msgid "Show the working tree status"
13694 msgstr ""
13696 #: common-cmds.h:37
13697 msgid "Create, list, delete or verify a tag object signed with GPG"
13698 msgstr ""
13700 #: parse-options.h:145
13701 msgid "expiry-date"
13702 msgstr ""
13704 #: parse-options.h:160
13705 msgid "no-op (backward compatibility)"
13706 msgstr ""
13708 #: parse-options.h:238
13709 msgid "be more verbose"
13710 msgstr ""
13712 #: parse-options.h:240
13713 msgid "be more quiet"
13714 msgstr ""
13716 #: parse-options.h:246
13717 msgid "use <n> digits to display SHA-1s"
13718 msgstr ""
13720 #: rerere.h:40
13721 msgid "update the index with reused conflict resolution if possible"
13722 msgstr ""
13724 #: git-bisect.sh:54
13725 msgid "You need to start by \"git bisect start\""
13726 msgstr ""
13728 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13729 #. translation. The program will only accept English input
13730 #. at this point.
13731 #: git-bisect.sh:60
13732 msgid "Do you want me to do it for you [Y/n]? "
13733 msgstr ""
13735 #: git-bisect.sh:121
13736 #, sh-format
13737 msgid "unrecognised option: '$arg'"
13738 msgstr ""
13740 #: git-bisect.sh:125
13741 #, sh-format
13742 msgid "'$arg' does not appear to be a valid revision"
13743 msgstr ""
13745 #: git-bisect.sh:154
13746 msgid "Bad HEAD - I need a HEAD"
13747 msgstr ""
13749 #: git-bisect.sh:167
13750 #, sh-format
13751 msgid ""
13752 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13753 msgstr ""
13755 #: git-bisect.sh:177
13756 msgid "won't bisect on cg-seek'ed tree"
13757 msgstr ""
13759 #: git-bisect.sh:181
13760 msgid "Bad HEAD - strange symbolic ref"
13761 msgstr ""
13763 #: git-bisect.sh:233
13764 #, sh-format
13765 msgid "Bad bisect_write argument: $state"
13766 msgstr ""
13768 #: git-bisect.sh:246
13769 #, sh-format
13770 msgid "Bad rev input: $arg"
13771 msgstr ""
13773 #: git-bisect.sh:265
13774 #, sh-format
13775 msgid "Bad rev input: $bisected_head"
13776 msgstr ""
13778 #: git-bisect.sh:274
13779 #, sh-format
13780 msgid "Bad rev input: $rev"
13781 msgstr ""
13783 #: git-bisect.sh:283
13784 #, sh-format
13785 msgid "'git bisect $TERM_BAD' can take only one argument."
13786 msgstr ""
13788 #: git-bisect.sh:306
13789 #, sh-format
13790 msgid "Warning: bisecting only with a $TERM_BAD commit."
13791 msgstr ""
13793 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13794 #. translation. The program will only accept English input
13795 #. at this point.
13796 #: git-bisect.sh:312
13797 msgid "Are you sure [Y/n]? "
13798 msgstr ""
13800 #: git-bisect.sh:324
13801 #, sh-format
13802 msgid ""
13803 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13804 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13805 msgstr ""
13807 #: git-bisect.sh:327
13808 #, sh-format
13809 msgid ""
13810 "You need to start by \"git bisect start\".\n"
13811 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13812 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13813 msgstr ""
13815 #: git-bisect.sh:398 git-bisect.sh:512
13816 msgid "We are not bisecting."
13817 msgstr ""
13819 #: git-bisect.sh:405
13820 #, sh-format
13821 msgid "'$invalid' is not a valid commit"
13822 msgstr ""
13824 #: git-bisect.sh:414
13825 #, sh-format
13826 msgid ""
13827 "Could not check out original HEAD '$branch'.\n"
13828 "Try 'git bisect reset <commit>'."
13829 msgstr ""
13831 #: git-bisect.sh:422
13832 msgid "No logfile given"
13833 msgstr ""
13835 #: git-bisect.sh:423
13836 #, sh-format
13837 msgid "cannot read $file for replaying"
13838 msgstr ""
13840 #: git-bisect.sh:444
13841 msgid "?? what are you talking about?"
13842 msgstr ""
13844 #: git-bisect.sh:453
13845 msgid "bisect run failed: no command provided."
13846 msgstr ""
13848 #: git-bisect.sh:458
13849 #, sh-format
13850 msgid "running $command"
13851 msgstr ""
13853 #: git-bisect.sh:465
13854 #, sh-format
13855 msgid ""
13856 "bisect run failed:\n"
13857 "exit code $res from '$command' is < 0 or >= 128"
13858 msgstr ""
13860 #: git-bisect.sh:491
13861 msgid "bisect run cannot continue any more"
13862 msgstr ""
13864 #: git-bisect.sh:497
13865 #, sh-format
13866 msgid ""
13867 "bisect run failed:\n"
13868 "'bisect_state $state' exited with error code $res"
13869 msgstr ""
13871 #: git-bisect.sh:504
13872 msgid "bisect run success"
13873 msgstr ""
13875 #: git-bisect.sh:533
13876 #, sh-format
13877 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13878 msgstr ""
13880 #: git-bisect.sh:567
13881 msgid "no terms defined"
13882 msgstr ""
13884 #: git-bisect.sh:584
13885 #, sh-format
13886 msgid ""
13887 "invalid argument $arg for 'git bisect terms'.\n"
13888 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13889 msgstr ""
13891 #: git-merge-octopus.sh:46
13892 msgid ""
13893 "Error: Your local changes to the following files would be overwritten by "
13894 "merge"
13895 msgstr ""
13897 #: git-merge-octopus.sh:61
13898 msgid "Automated merge did not work."
13899 msgstr ""
13901 #: git-merge-octopus.sh:62
13902 msgid "Should not be doing an octopus."
13903 msgstr ""
13905 #: git-merge-octopus.sh:73
13906 #, sh-format
13907 msgid "Unable to find common commit with $pretty_name"
13908 msgstr ""
13910 #: git-merge-octopus.sh:77
13911 #, sh-format
13912 msgid "Already up to date with $pretty_name"
13913 msgstr ""
13915 #: git-merge-octopus.sh:89
13916 #, sh-format
13917 msgid "Fast-forwarding to: $pretty_name"
13918 msgstr ""
13920 #: git-merge-octopus.sh:97
13921 #, sh-format
13922 msgid "Trying simple merge with $pretty_name"
13923 msgstr ""
13925 #: git-merge-octopus.sh:102
13926 msgid "Simple merge did not work, trying automatic merge."
13927 msgstr ""
13929 #: git-rebase.sh:58
13930 msgid ""
13931 "Resolve all conflicts manually, mark them as resolved with\n"
13932 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13933 "You can instead skip this commit: run \"git rebase --skip\".\n"
13934 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13935 "abort\"."
13936 msgstr ""
13938 #: git-rebase.sh:160 git-rebase.sh:402
13939 #, sh-format
13940 msgid "Could not move back to $head_name"
13941 msgstr ""
13943 #: git-rebase.sh:171
13944 msgid "Applied autostash."
13945 msgstr ""
13947 #: git-rebase.sh:174
13948 #, sh-format
13949 msgid "Cannot store $stash_sha1"
13950 msgstr ""
13952 #: git-rebase.sh:214
13953 msgid "The pre-rebase hook refused to rebase."
13954 msgstr ""
13956 #: git-rebase.sh:219
13957 msgid "It looks like 'git am' is in progress. Cannot rebase."
13958 msgstr ""
13960 #: git-rebase.sh:363
13961 msgid "No rebase in progress?"
13962 msgstr ""
13964 #: git-rebase.sh:374
13965 msgid "The --edit-todo action can only be used during interactive rebase."
13966 msgstr ""
13968 #: git-rebase.sh:381
13969 msgid "Cannot read HEAD"
13970 msgstr ""
13972 #: git-rebase.sh:384
13973 msgid ""
13974 "You must edit all merge conflicts and then\n"
13975 "mark them as resolved using git add"
13976 msgstr ""
13978 #: git-rebase.sh:424
13979 #, sh-format
13980 msgid ""
13981 "It seems that there is already a $state_dir_base directory, and\n"
13982 "I wonder if you are in the middle of another rebase.  If that is the\n"
13983 "case, please try\n"
13984 "\t$cmd_live_rebase\n"
13985 "If that is not the case, please\n"
13986 "\t$cmd_clear_stale_rebase\n"
13987 "and run me again.  I am stopping in case you still have something\n"
13988 "valuable there."
13989 msgstr ""
13991 #: git-rebase.sh:480
13992 #, sh-format
13993 msgid "invalid upstream '$upstream_name'"
13994 msgstr ""
13996 #: git-rebase.sh:504
13997 #, sh-format
13998 msgid "$onto_name: there are more than one merge bases"
13999 msgstr ""
14001 #: git-rebase.sh:507 git-rebase.sh:511
14002 #, sh-format
14003 msgid "$onto_name: there is no merge base"
14004 msgstr ""
14006 #: git-rebase.sh:516
14007 #, sh-format
14008 msgid "Does not point to a valid commit: $onto_name"
14009 msgstr ""
14011 #: git-rebase.sh:542
14012 #, sh-format
14013 msgid "fatal: no such branch/commit '$branch_name'"
14014 msgstr ""
14016 #: git-rebase.sh:575
14017 msgid "Cannot autostash"
14018 msgstr ""
14020 #: git-rebase.sh:580
14021 #, sh-format
14022 msgid "Created autostash: $stash_abbrev"
14023 msgstr ""
14025 #: git-rebase.sh:584
14026 msgid "Please commit or stash them."
14027 msgstr ""
14029 #: git-rebase.sh:607
14030 #, sh-format
14031 msgid "HEAD is up to date."
14032 msgstr ""
14034 #: git-rebase.sh:609
14035 #, sh-format
14036 msgid "Current branch $branch_name is up to date."
14037 msgstr ""
14039 #: git-rebase.sh:617
14040 #, sh-format
14041 msgid "HEAD is up to date, rebase forced."
14042 msgstr ""
14044 #: git-rebase.sh:619
14045 #, sh-format
14046 msgid "Current branch $branch_name is up to date, rebase forced."
14047 msgstr ""
14049 #: git-rebase.sh:631
14050 #, sh-format
14051 msgid "Changes from $mb to $onto:"
14052 msgstr ""
14054 #: git-rebase.sh:640
14055 msgid "First, rewinding head to replay your work on top of it..."
14056 msgstr ""
14058 #: git-rebase.sh:650
14059 #, sh-format
14060 msgid "Fast-forwarded $branch_name to $onto_name."
14061 msgstr ""
14063 #: git-stash.sh:61
14064 msgid "git stash clear with parameters is unimplemented"
14065 msgstr ""
14067 #: git-stash.sh:108
14068 msgid "You do not have the initial commit yet"
14069 msgstr ""
14071 #: git-stash.sh:123
14072 msgid "Cannot save the current index state"
14073 msgstr ""
14075 #: git-stash.sh:138
14076 msgid "Cannot save the untracked files"
14077 msgstr ""
14079 #: git-stash.sh:158 git-stash.sh:171
14080 msgid "Cannot save the current worktree state"
14081 msgstr ""
14083 #: git-stash.sh:175
14084 msgid "No changes selected"
14085 msgstr ""
14087 #: git-stash.sh:178
14088 msgid "Cannot remove temporary index (can't happen)"
14089 msgstr ""
14091 #: git-stash.sh:191
14092 msgid "Cannot record working tree state"
14093 msgstr ""
14095 #: git-stash.sh:229
14096 #, sh-format
14097 msgid "Cannot update $ref_stash with $w_commit"
14098 msgstr ""
14100 #: git-stash.sh:281
14101 #, sh-format
14102 msgid "error: unknown option for 'stash push': $option"
14103 msgstr ""
14105 #: git-stash.sh:295
14106 msgid "Can't use --patch and --include-untracked or --all at the same time"
14107 msgstr ""
14109 #: git-stash.sh:303
14110 msgid "No local changes to save"
14111 msgstr ""
14113 #: git-stash.sh:308
14114 msgid "Cannot initialize stash"
14115 msgstr ""
14117 #: git-stash.sh:312
14118 msgid "Cannot save the current status"
14119 msgstr ""
14121 #: git-stash.sh:313
14122 #, sh-format
14123 msgid "Saved working directory and index state $stash_msg"
14124 msgstr ""
14126 #: git-stash.sh:341
14127 msgid "Cannot remove worktree changes"
14128 msgstr ""
14130 #: git-stash.sh:489
14131 #, sh-format
14132 msgid "unknown option: $opt"
14133 msgstr ""
14135 #: git-stash.sh:502
14136 msgid "No stash entries found."
14137 msgstr ""
14139 #: git-stash.sh:509
14140 #, sh-format
14141 msgid "Too many revisions specified: $REV"
14142 msgstr ""
14144 #: git-stash.sh:524
14145 #, sh-format
14146 msgid "$reference is not a valid reference"
14147 msgstr ""
14149 #: git-stash.sh:552
14150 #, sh-format
14151 msgid "'$args' is not a stash-like commit"
14152 msgstr ""
14154 #: git-stash.sh:563
14155 #, sh-format
14156 msgid "'$args' is not a stash reference"
14157 msgstr ""
14159 #: git-stash.sh:571
14160 msgid "unable to refresh index"
14161 msgstr ""
14163 #: git-stash.sh:575
14164 msgid "Cannot apply a stash in the middle of a merge"
14165 msgstr ""
14167 #: git-stash.sh:583
14168 msgid "Conflicts in index. Try without --index."
14169 msgstr ""
14171 #: git-stash.sh:585
14172 msgid "Could not save index tree"
14173 msgstr ""
14175 #: git-stash.sh:594
14176 msgid "Could not restore untracked files from stash entry"
14177 msgstr ""
14179 #: git-stash.sh:619
14180 msgid "Cannot unstage modified files"
14181 msgstr ""
14183 #: git-stash.sh:634
14184 msgid "Index was not unstashed."
14185 msgstr ""
14187 #: git-stash.sh:648
14188 msgid "The stash entry is kept in case you need it again."
14189 msgstr ""
14191 #: git-stash.sh:657
14192 #, sh-format
14193 msgid "Dropped ${REV} ($s)"
14194 msgstr ""
14196 #: git-stash.sh:658
14197 #, sh-format
14198 msgid "${REV}: Could not drop stash entry"
14199 msgstr ""
14201 #: git-stash.sh:666
14202 msgid "No branch name specified"
14203 msgstr ""
14205 #: git-stash.sh:745
14206 msgid "(To restore them type \"git stash apply\")"
14207 msgstr ""
14209 #: git-submodule.sh:181
14210 msgid "Relative path can only be used from the toplevel of the working tree"
14211 msgstr ""
14213 #: git-submodule.sh:191
14214 #, sh-format
14215 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14216 msgstr ""
14218 #: git-submodule.sh:210
14219 #, sh-format
14220 msgid "'$sm_path' already exists in the index"
14221 msgstr ""
14223 #: git-submodule.sh:213
14224 #, sh-format
14225 msgid "'$sm_path' already exists in the index and is not a submodule"
14226 msgstr ""
14228 #: git-submodule.sh:219
14229 #, sh-format
14230 msgid ""
14231 "The following path is ignored by one of your .gitignore files:\n"
14232 "$sm_path\n"
14233 "Use -f if you really want to add it."
14234 msgstr ""
14236 #: git-submodule.sh:237
14237 #, sh-format
14238 msgid "Adding existing repo at '$sm_path' to the index"
14239 msgstr ""
14241 #: git-submodule.sh:239
14242 #, sh-format
14243 msgid "'$sm_path' already exists and is not a valid git repo"
14244 msgstr ""
14246 #: git-submodule.sh:247
14247 #, sh-format
14248 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14249 msgstr ""
14251 #: git-submodule.sh:249
14252 #, sh-format
14253 msgid ""
14254 "If you want to reuse this local git directory instead of cloning again from\n"
14255 "  $realrepo\n"
14256 "use the '--force' option. If the local git directory is not the correct "
14257 "repo\n"
14258 "or you are unsure what this means choose another name with the '--name' "
14259 "option."
14260 msgstr ""
14262 #: git-submodule.sh:255
14263 #, sh-format
14264 msgid "Reactivating local git directory for submodule '$sm_name'."
14265 msgstr ""
14267 #: git-submodule.sh:267
14268 #, sh-format
14269 msgid "Unable to checkout submodule '$sm_path'"
14270 msgstr ""
14272 #: git-submodule.sh:272
14273 #, sh-format
14274 msgid "Failed to add submodule '$sm_path'"
14275 msgstr ""
14277 #: git-submodule.sh:281
14278 #, sh-format
14279 msgid "Failed to register submodule '$sm_path'"
14280 msgstr ""
14282 #: git-submodule.sh:342
14283 #, sh-format
14284 msgid "Entering '$displaypath'"
14285 msgstr ""
14287 #: git-submodule.sh:362
14288 #, sh-format
14289 msgid "Stopping at '$displaypath'; script returned non-zero status."
14290 msgstr ""
14292 #: git-submodule.sh:433
14293 #, sh-format
14294 msgid "pathspec and --all are incompatible"
14295 msgstr ""
14297 #: git-submodule.sh:438
14298 #, sh-format
14299 msgid "Use '--all' if you really want to deinitialize all submodules"
14300 msgstr ""
14302 #: git-submodule.sh:458
14303 #, sh-format
14304 msgid ""
14305 "Submodule work tree '$displaypath' contains a .git directory\n"
14306 "(use 'rm -rf' if you really want to remove it including all of its history)"
14307 msgstr ""
14309 #: git-submodule.sh:466
14310 #, sh-format
14311 msgid ""
14312 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14313 "discard them"
14314 msgstr ""
14316 #: git-submodule.sh:469
14317 #, sh-format
14318 msgid "Cleared directory '$displaypath'"
14319 msgstr ""
14321 #: git-submodule.sh:470
14322 #, sh-format
14323 msgid "Could not remove submodule work tree '$displaypath'"
14324 msgstr ""
14326 #: git-submodule.sh:473
14327 #, sh-format
14328 msgid "Could not create empty submodule directory '$displaypath'"
14329 msgstr ""
14331 #: git-submodule.sh:482
14332 #, sh-format
14333 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14334 msgstr ""
14336 #: git-submodule.sh:637
14337 #, sh-format
14338 msgid "Unable to find current revision in submodule path '$displaypath'"
14339 msgstr ""
14341 #: git-submodule.sh:647
14342 #, sh-format
14343 msgid "Unable to fetch in submodule path '$sm_path'"
14344 msgstr ""
14346 #: git-submodule.sh:652
14347 #, sh-format
14348 msgid ""
14349 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14350 "'$sm_path'"
14351 msgstr ""
14353 #: git-submodule.sh:670
14354 #, sh-format
14355 msgid "Unable to fetch in submodule path '$displaypath'"
14356 msgstr ""
14358 #: git-submodule.sh:676
14359 #, sh-format
14360 msgid ""
14361 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14362 "Direct fetching of that commit failed."
14363 msgstr ""
14365 #: git-submodule.sh:683
14366 #, sh-format
14367 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14368 msgstr ""
14370 #: git-submodule.sh:684
14371 #, sh-format
14372 msgid "Submodule path '$displaypath': checked out '$sha1'"
14373 msgstr ""
14375 #: git-submodule.sh:688
14376 #, sh-format
14377 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14378 msgstr ""
14380 #: git-submodule.sh:689
14381 #, sh-format
14382 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14383 msgstr ""
14385 #: git-submodule.sh:694
14386 #, sh-format
14387 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14388 msgstr ""
14390 #: git-submodule.sh:695
14391 #, sh-format
14392 msgid "Submodule path '$displaypath': merged in '$sha1'"
14393 msgstr ""
14395 #: git-submodule.sh:700
14396 #, sh-format
14397 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14398 msgstr ""
14400 #: git-submodule.sh:701
14401 #, sh-format
14402 msgid "Submodule path '$displaypath': '$command $sha1'"
14403 msgstr ""
14405 #: git-submodule.sh:732
14406 #, sh-format
14407 msgid "Failed to recurse into submodule path '$displaypath'"
14408 msgstr ""
14410 #: git-submodule.sh:828
14411 msgid "The --cached option cannot be used with the --files option"
14412 msgstr ""
14414 #: git-submodule.sh:880
14415 #, sh-format
14416 msgid "unexpected mode $mod_dst"
14417 msgstr ""
14419 #: git-submodule.sh:900
14420 #, sh-format
14421 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14422 msgstr ""
14424 #: git-submodule.sh:903
14425 #, sh-format
14426 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14427 msgstr ""
14429 #: git-submodule.sh:906
14430 #, sh-format
14431 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14432 msgstr ""
14434 #: git-submodule.sh:1077
14435 #, sh-format
14436 msgid "Synchronizing submodule url for '$displaypath'"
14437 msgstr ""
14439 #: git-parse-remote.sh:89
14440 #, sh-format
14441 msgid "See git-${cmd}(1) for details."
14442 msgstr ""
14444 #: git-rebase--interactive.sh:140
14445 #, sh-format
14446 msgid "Rebasing ($new_count/$total)"
14447 msgstr ""
14449 #: git-rebase--interactive.sh:156
14450 msgid ""
14451 "\n"
14452 "Commands:\n"
14453 "p, pick = use commit\n"
14454 "r, reword = use commit, but edit the commit message\n"
14455 "e, edit = use commit, but stop for amending\n"
14456 "s, squash = use commit, but meld into previous commit\n"
14457 "f, fixup = like \"squash\", but discard this commit's log message\n"
14458 "x, exec = run command (the rest of the line) using shell\n"
14459 "d, drop = remove commit\n"
14460 "\n"
14461 "These lines can be re-ordered; they are executed from top to bottom.\n"
14462 msgstr ""
14464 #: git-rebase--interactive.sh:171
14465 msgid ""
14466 "\n"
14467 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14468 msgstr ""
14470 #: git-rebase--interactive.sh:175
14471 msgid ""
14472 "\n"
14473 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14474 msgstr ""
14476 #: git-rebase--interactive.sh:211
14477 #, sh-format
14478 msgid ""
14479 "You can amend the commit now, with\n"
14480 "\n"
14481 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14482 "\n"
14483 "Once you are satisfied with your changes, run\n"
14484 "\n"
14485 "\tgit rebase --continue"
14486 msgstr ""
14488 #: git-rebase--interactive.sh:236
14489 #, sh-format
14490 msgid "$sha1: not a commit that can be picked"
14491 msgstr ""
14493 #: git-rebase--interactive.sh:275
14494 #, sh-format
14495 msgid "Invalid commit name: $sha1"
14496 msgstr ""
14498 #: git-rebase--interactive.sh:317
14499 msgid "Cannot write current commit's replacement sha1"
14500 msgstr ""
14502 #: git-rebase--interactive.sh:369
14503 #, sh-format
14504 msgid "Fast-forward to $sha1"
14505 msgstr ""
14507 #: git-rebase--interactive.sh:371
14508 #, sh-format
14509 msgid "Cannot fast-forward to $sha1"
14510 msgstr ""
14512 #: git-rebase--interactive.sh:380
14513 #, sh-format
14514 msgid "Cannot move HEAD to $first_parent"
14515 msgstr ""
14517 #: git-rebase--interactive.sh:385
14518 #, sh-format
14519 msgid "Refusing to squash a merge: $sha1"
14520 msgstr ""
14522 #: git-rebase--interactive.sh:400
14523 #, sh-format
14524 msgid "Error redoing merge $sha1"
14525 msgstr ""
14527 #: git-rebase--interactive.sh:408
14528 #, sh-format
14529 msgid "Could not pick $sha1"
14530 msgstr ""
14532 #: git-rebase--interactive.sh:417
14533 #, sh-format
14534 msgid "This is the commit message #${n}:"
14535 msgstr ""
14537 #: git-rebase--interactive.sh:422
14538 #, sh-format
14539 msgid "The commit message #${n} will be skipped:"
14540 msgstr ""
14542 #: git-rebase--interactive.sh:433
14543 #, sh-format
14544 msgid "This is a combination of $count commit."
14545 msgid_plural "This is a combination of $count commits."
14546 msgstr[0] ""
14547 msgstr[1] ""
14549 #: git-rebase--interactive.sh:442
14550 #, sh-format
14551 msgid "Cannot write $fixup_msg"
14552 msgstr ""
14554 #: git-rebase--interactive.sh:445
14555 msgid "This is a combination of 2 commits."
14556 msgstr ""
14558 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14559 #: git-rebase--interactive.sh:532
14560 #, sh-format
14561 msgid "Could not apply $sha1... $rest"
14562 msgstr ""
14564 #: git-rebase--interactive.sh:560
14565 #, sh-format
14566 msgid ""
14567 "Could not amend commit after successfully picking $sha1... $rest\n"
14568 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14569 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14570 "before\n"
14571 "you are able to reword the commit."
14572 msgstr ""
14574 #: git-rebase--interactive.sh:575
14575 #, sh-format
14576 msgid "Stopped at $sha1_abbrev... $rest"
14577 msgstr ""
14579 #: git-rebase--interactive.sh:590
14580 #, sh-format
14581 msgid "Cannot '$squash_style' without a previous commit"
14582 msgstr ""
14584 #: git-rebase--interactive.sh:632
14585 #, sh-format
14586 msgid "Executing: $rest"
14587 msgstr ""
14589 #: git-rebase--interactive.sh:640
14590 #, sh-format
14591 msgid "Execution failed: $rest"
14592 msgstr ""
14594 #: git-rebase--interactive.sh:642
14595 msgid "and made changes to the index and/or the working tree"
14596 msgstr ""
14598 #: git-rebase--interactive.sh:644
14599 msgid ""
14600 "You can fix the problem, and then run\n"
14601 "\n"
14602 "\tgit rebase --continue"
14603 msgstr ""
14605 #. TRANSLATORS: after these lines is a command to be issued by the user
14606 #: git-rebase--interactive.sh:657
14607 #, sh-format
14608 msgid ""
14609 "Execution succeeded: $rest\n"
14610 "but left changes to the index and/or the working tree\n"
14611 "Commit or stash your changes, and then run\n"
14612 "\n"
14613 "\tgit rebase --continue"
14614 msgstr ""
14616 #: git-rebase--interactive.sh:668
14617 #, sh-format
14618 msgid "Unknown command: $command $sha1 $rest"
14619 msgstr ""
14621 #: git-rebase--interactive.sh:669
14622 msgid "Please fix this using 'git rebase --edit-todo'."
14623 msgstr ""
14625 #: git-rebase--interactive.sh:704
14626 #, sh-format
14627 msgid "Successfully rebased and updated $head_name."
14628 msgstr ""
14630 #: git-rebase--interactive.sh:728
14631 msgid "could not detach HEAD"
14632 msgstr ""
14634 #: git-rebase--interactive.sh:763
14635 msgid "Could not remove CHERRY_PICK_HEAD"
14636 msgstr ""
14638 #: git-rebase--interactive.sh:768
14639 #, sh-format
14640 msgid ""
14641 "You have staged changes in your working tree.\n"
14642 "If these changes are meant to be\n"
14643 "squashed into the previous commit, run:\n"
14644 "\n"
14645 "  git commit --amend $gpg_sign_opt_quoted\n"
14646 "\n"
14647 "If they are meant to go into a new commit, run:\n"
14648 "\n"
14649 "  git commit $gpg_sign_opt_quoted\n"
14650 "\n"
14651 "In both cases, once you're done, continue with:\n"
14652 "\n"
14653 "  git rebase --continue\n"
14654 msgstr ""
14656 #: git-rebase--interactive.sh:785
14657 msgid "Error trying to find the author identity to amend commit"
14658 msgstr ""
14660 #: git-rebase--interactive.sh:790
14661 msgid ""
14662 "You have uncommitted changes in your working tree. Please commit them\n"
14663 "first and then run 'git rebase --continue' again."
14664 msgstr ""
14666 #: git-rebase--interactive.sh:795 git-rebase--interactive.sh:799
14667 msgid "Could not commit staged changes."
14668 msgstr ""
14670 #: git-rebase--interactive.sh:827
14671 msgid ""
14672 "\n"
14673 "You are editing the todo file of an ongoing interactive rebase.\n"
14674 "To continue rebase after editing, run:\n"
14675 "    git rebase --continue\n"
14676 "\n"
14677 msgstr ""
14679 #: git-rebase--interactive.sh:835 git-rebase--interactive.sh:995
14680 msgid "Could not execute editor"
14681 msgstr ""
14683 #: git-rebase--interactive.sh:848
14684 #, sh-format
14685 msgid "Could not checkout $switch_to"
14686 msgstr ""
14688 #: git-rebase--interactive.sh:853
14689 msgid "No HEAD?"
14690 msgstr ""
14692 #: git-rebase--interactive.sh:854
14693 #, sh-format
14694 msgid "Could not create temporary $state_dir"
14695 msgstr ""
14697 #: git-rebase--interactive.sh:856
14698 msgid "Could not mark as interactive"
14699 msgstr ""
14701 #: git-rebase--interactive.sh:866 git-rebase--interactive.sh:871
14702 msgid "Could not init rewritten commits"
14703 msgstr ""
14705 #: git-rebase--interactive.sh:897
14706 msgid "Could not generate todo list"
14707 msgstr ""
14709 #: git-rebase--interactive.sh:973
14710 #, sh-format
14711 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14712 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14713 msgstr[0] ""
14714 msgstr[1] ""
14716 #: git-rebase--interactive.sh:978
14717 msgid ""
14718 "\n"
14719 "However, if you remove everything, the rebase will be aborted.\n"
14720 "\n"
14721 msgstr ""
14723 #: git-rebase--interactive.sh:985
14724 msgid "Note that empty commits are commented out"
14725 msgstr ""
14727 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14728 #, sh-format
14729 msgid "usage: $dashless $USAGE"
14730 msgstr ""
14732 #: git-sh-setup.sh:190
14733 #, sh-format
14734 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14735 msgstr ""
14737 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14738 #, sh-format
14739 msgid "fatal: $program_name cannot be used without a working tree."
14740 msgstr ""
14742 #: git-sh-setup.sh:220
14743 msgid "Cannot rebase: You have unstaged changes."
14744 msgstr ""
14746 #: git-sh-setup.sh:223
14747 msgid "Cannot rewrite branches: You have unstaged changes."
14748 msgstr ""
14750 #: git-sh-setup.sh:226
14751 msgid "Cannot pull with rebase: You have unstaged changes."
14752 msgstr ""
14754 #: git-sh-setup.sh:229
14755 #, sh-format
14756 msgid "Cannot $action: You have unstaged changes."
14757 msgstr ""
14759 #: git-sh-setup.sh:242
14760 msgid "Cannot rebase: Your index contains uncommitted changes."
14761 msgstr ""
14763 #: git-sh-setup.sh:245
14764 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14765 msgstr ""
14767 #: git-sh-setup.sh:248
14768 #, sh-format
14769 msgid "Cannot $action: Your index contains uncommitted changes."
14770 msgstr ""
14772 #: git-sh-setup.sh:252
14773 msgid "Additionally, your index contains uncommitted changes."
14774 msgstr ""
14776 #: git-sh-setup.sh:372
14777 msgid "You need to run this command from the toplevel of the working tree."
14778 msgstr ""
14780 #: git-sh-setup.sh:377
14781 msgid "Unable to determine absolute path of git directory"
14782 msgstr ""
14784 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14785 #: git-add--interactive.perl:196
14786 #, perl-format
14787 msgid "%12s %12s %s"
14788 msgstr ""
14790 #: git-add--interactive.perl:197
14791 msgid "staged"
14792 msgstr ""
14794 #: git-add--interactive.perl:197
14795 msgid "unstaged"
14796 msgstr ""
14798 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14799 msgid "binary"
14800 msgstr ""
14802 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14803 msgid "nothing"
14804 msgstr ""
14806 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14807 msgid "unchanged"
14808 msgstr ""
14810 #: git-add--interactive.perl:602
14811 #, perl-format
14812 msgid "added %d path\n"
14813 msgid_plural "added %d paths\n"
14814 msgstr[0] ""
14815 msgstr[1] ""
14817 #: git-add--interactive.perl:605
14818 #, perl-format
14819 msgid "updated %d path\n"
14820 msgid_plural "updated %d paths\n"
14821 msgstr[0] ""
14822 msgstr[1] ""
14824 #: git-add--interactive.perl:608
14825 #, perl-format
14826 msgid "reverted %d path\n"
14827 msgid_plural "reverted %d paths\n"
14828 msgstr[0] ""
14829 msgstr[1] ""
14831 #: git-add--interactive.perl:611
14832 #, perl-format
14833 msgid "touched %d path\n"
14834 msgid_plural "touched %d paths\n"
14835 msgstr[0] ""
14836 msgstr[1] ""
14838 #: git-add--interactive.perl:620
14839 msgid "Update"
14840 msgstr ""
14842 #: git-add--interactive.perl:632
14843 msgid "Revert"
14844 msgstr ""
14846 #: git-add--interactive.perl:655
14847 #, perl-format
14848 msgid "note: %s is untracked now.\n"
14849 msgstr ""
14851 #: git-add--interactive.perl:666
14852 msgid "Add untracked"
14853 msgstr ""
14855 #: git-add--interactive.perl:672
14856 msgid "No untracked files.\n"
14857 msgstr ""
14859 #: git-add--interactive.perl:985
14860 msgid ""
14861 "If the patch applies cleanly, the edited hunk will immediately be\n"
14862 "marked for staging."
14863 msgstr ""
14865 #: git-add--interactive.perl:988
14866 msgid ""
14867 "If the patch applies cleanly, the edited hunk will immediately be\n"
14868 "marked for stashing."
14869 msgstr ""
14871 #: git-add--interactive.perl:991
14872 msgid ""
14873 "If the patch applies cleanly, the edited hunk will immediately be\n"
14874 "marked for unstaging."
14875 msgstr ""
14877 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14878 msgid ""
14879 "If the patch applies cleanly, the edited hunk will immediately be\n"
14880 "marked for applying."
14881 msgstr ""
14883 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14884 msgid ""
14885 "If the patch applies cleanly, the edited hunk will immediately be\n"
14886 "marked for discarding."
14887 msgstr ""
14889 #: git-add--interactive.perl:1013
14890 #, perl-format
14891 msgid "failed to open hunk edit file for writing: %s"
14892 msgstr ""
14894 #: git-add--interactive.perl:1014
14895 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14896 msgstr ""
14898 #: git-add--interactive.perl:1020
14899 #, perl-format
14900 msgid ""
14901 "---\n"
14902 "To remove '%s' lines, make them ' ' lines (context).\n"
14903 "To remove '%s' lines, delete them.\n"
14904 "Lines starting with %s will be removed.\n"
14905 msgstr ""
14907 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14908 #: git-add--interactive.perl:1028
14909 msgid ""
14910 "If it does not apply cleanly, you will be given an opportunity to\n"
14911 "edit again.  If all lines of the hunk are removed, then the edit is\n"
14912 "aborted and the hunk is left unchanged.\n"
14913 msgstr ""
14915 #: git-add--interactive.perl:1042
14916 #, perl-format
14917 msgid "failed to open hunk edit file for reading: %s"
14918 msgstr ""
14920 #. TRANSLATORS: do not translate [y/n]
14921 #. The program will only accept that input
14922 #. at this point.
14923 #. Consider translating (saying "no" discards!) as
14924 #. (saying "n" for "no" discards!) if the translation
14925 #. of the word "no" does not start with n.
14926 #: git-add--interactive.perl:1134
14927 msgid ""
14928 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14929 msgstr ""
14931 #: git-add--interactive.perl:1143
14932 msgid ""
14933 "y - stage this hunk\n"
14934 "n - do not stage this hunk\n"
14935 "q - quit; do not stage this hunk or any of the remaining ones\n"
14936 "a - stage this hunk and all later hunks in the file\n"
14937 "d - do not stage this hunk or any of the later hunks in the file"
14938 msgstr ""
14940 #: git-add--interactive.perl:1149
14941 msgid ""
14942 "y - stash this hunk\n"
14943 "n - do not stash this hunk\n"
14944 "q - quit; do not stash this hunk or any of the remaining ones\n"
14945 "a - stash this hunk and all later hunks in the file\n"
14946 "d - do not stash this hunk or any of the later hunks in the file"
14947 msgstr ""
14949 #: git-add--interactive.perl:1155
14950 msgid ""
14951 "y - unstage this hunk\n"
14952 "n - do not unstage this hunk\n"
14953 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14954 "a - unstage this hunk and all later hunks in the file\n"
14955 "d - do not unstage this hunk or any of the later hunks in the file"
14956 msgstr ""
14958 #: git-add--interactive.perl:1161
14959 msgid ""
14960 "y - apply this hunk to index\n"
14961 "n - do not apply this hunk to index\n"
14962 "q - quit; do not apply this hunk or any of the remaining ones\n"
14963 "a - apply this hunk and all later hunks in the file\n"
14964 "d - do not apply this hunk or any of the later hunks in the file"
14965 msgstr ""
14967 #: git-add--interactive.perl:1167
14968 msgid ""
14969 "y - discard this hunk from worktree\n"
14970 "n - do not discard this hunk from worktree\n"
14971 "q - quit; do not discard this hunk or any of the remaining ones\n"
14972 "a - discard this hunk and all later hunks in the file\n"
14973 "d - do not discard this hunk or any of the later hunks in the file"
14974 msgstr ""
14976 #: git-add--interactive.perl:1173
14977 msgid ""
14978 "y - discard this hunk from index and worktree\n"
14979 "n - do not discard this hunk from index and worktree\n"
14980 "q - quit; do not discard this hunk or any of the remaining ones\n"
14981 "a - discard this hunk and all later hunks in the file\n"
14982 "d - do not discard this hunk or any of the later hunks in the file"
14983 msgstr ""
14985 #: git-add--interactive.perl:1179
14986 msgid ""
14987 "y - apply this hunk to index and worktree\n"
14988 "n - do not apply this hunk to index and worktree\n"
14989 "q - quit; do not apply this hunk or any of the remaining ones\n"
14990 "a - apply this hunk and all later hunks in the file\n"
14991 "d - do not apply this hunk or any of the later hunks in the file"
14992 msgstr ""
14994 #: git-add--interactive.perl:1188
14995 msgid ""
14996 "g - select a hunk to go to\n"
14997 "/ - search for a hunk matching the given regex\n"
14998 "j - leave this hunk undecided, see next undecided hunk\n"
14999 "J - leave this hunk undecided, see next hunk\n"
15000 "k - leave this hunk undecided, see previous undecided hunk\n"
15001 "K - leave this hunk undecided, see previous hunk\n"
15002 "s - split the current hunk into smaller hunks\n"
15003 "e - manually edit the current hunk\n"
15004 "? - print help\n"
15005 msgstr ""
15007 #: git-add--interactive.perl:1219
15008 msgid "The selected hunks do not apply to the index!\n"
15009 msgstr ""
15011 #: git-add--interactive.perl:1220
15012 msgid "Apply them to the worktree anyway? "
15013 msgstr ""
15015 #: git-add--interactive.perl:1223
15016 msgid "Nothing was applied.\n"
15017 msgstr ""
15019 #: git-add--interactive.perl:1234
15020 #, perl-format
15021 msgid "ignoring unmerged: %s\n"
15022 msgstr ""
15024 #: git-add--interactive.perl:1243
15025 msgid "Only binary files changed.\n"
15026 msgstr ""
15028 #: git-add--interactive.perl:1245
15029 msgid "No changes.\n"
15030 msgstr ""
15032 #: git-add--interactive.perl:1253
15033 msgid "Patch update"
15034 msgstr ""
15036 #: git-add--interactive.perl:1305
15037 #, perl-format
15038 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15039 msgstr ""
15041 #: git-add--interactive.perl:1306
15042 #, perl-format
15043 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15044 msgstr ""
15046 #: git-add--interactive.perl:1307
15047 #, perl-format
15048 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15049 msgstr ""
15051 #: git-add--interactive.perl:1310
15052 #, perl-format
15053 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15054 msgstr ""
15056 #: git-add--interactive.perl:1311
15057 #, perl-format
15058 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15059 msgstr ""
15061 #: git-add--interactive.perl:1312
15062 #, perl-format
15063 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15064 msgstr ""
15066 #: git-add--interactive.perl:1315
15067 #, perl-format
15068 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15069 msgstr ""
15071 #: git-add--interactive.perl:1316
15072 #, perl-format
15073 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15074 msgstr ""
15076 #: git-add--interactive.perl:1317
15077 #, perl-format
15078 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15079 msgstr ""
15081 #: git-add--interactive.perl:1320
15082 #, perl-format
15083 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15084 msgstr ""
15086 #: git-add--interactive.perl:1321
15087 #, perl-format
15088 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15089 msgstr ""
15091 #: git-add--interactive.perl:1322
15092 #, perl-format
15093 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15094 msgstr ""
15096 #: git-add--interactive.perl:1325
15097 #, perl-format
15098 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15099 msgstr ""
15101 #: git-add--interactive.perl:1326
15102 #, perl-format
15103 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15104 msgstr ""
15106 #: git-add--interactive.perl:1327
15107 #, perl-format
15108 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15109 msgstr ""
15111 #: git-add--interactive.perl:1330
15112 #, perl-format
15113 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15114 msgstr ""
15116 #: git-add--interactive.perl:1331
15117 #, perl-format
15118 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15119 msgstr ""
15121 #: git-add--interactive.perl:1332
15122 #, perl-format
15123 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15124 msgstr ""
15126 #: git-add--interactive.perl:1335
15127 #, perl-format
15128 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15129 msgstr ""
15131 #: git-add--interactive.perl:1336
15132 #, perl-format
15133 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15134 msgstr ""
15136 #: git-add--interactive.perl:1337
15137 #, perl-format
15138 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15139 msgstr ""
15141 #: git-add--interactive.perl:1440
15142 msgid "go to which hunk (<ret> to see more)? "
15143 msgstr ""
15145 #: git-add--interactive.perl:1442
15146 msgid "go to which hunk? "
15147 msgstr ""
15149 #: git-add--interactive.perl:1451
15150 #, perl-format
15151 msgid "Invalid number: '%s'\n"
15152 msgstr ""
15154 #: git-add--interactive.perl:1456
15155 #, perl-format
15156 msgid "Sorry, only %d hunk available.\n"
15157 msgid_plural "Sorry, only %d hunks available.\n"
15158 msgstr[0] ""
15159 msgstr[1] ""
15161 #: git-add--interactive.perl:1482
15162 msgid "search for regex? "
15163 msgstr ""
15165 #: git-add--interactive.perl:1495
15166 #, perl-format
15167 msgid "Malformed search regexp %s: %s\n"
15168 msgstr ""
15170 #: git-add--interactive.perl:1505
15171 msgid "No hunk matches the given pattern\n"
15172 msgstr ""
15174 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15175 msgid "No previous hunk\n"
15176 msgstr ""
15178 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15179 msgid "No next hunk\n"
15180 msgstr ""
15182 #: git-add--interactive.perl:1553
15183 #, perl-format
15184 msgid "Split into %d hunk.\n"
15185 msgid_plural "Split into %d hunks.\n"
15186 msgstr[0] ""
15187 msgstr[1] ""
15189 #: git-add--interactive.perl:1605
15190 msgid "Review diff"
15191 msgstr ""
15193 #. TRANSLATORS: please do not translate the command names
15194 #. 'status', 'update', 'revert', etc.
15195 #: git-add--interactive.perl:1624
15196 msgid ""
15197 "status        - show paths with changes\n"
15198 "update        - add working tree state to the staged set of changes\n"
15199 "revert        - revert staged set of changes back to the HEAD version\n"
15200 "patch         - pick hunks and update selectively\n"
15201 "diff          - view diff between HEAD and index\n"
15202 "add untracked - add contents of untracked files to the staged set of "
15203 "changes\n"
15204 msgstr ""
15206 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15207 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15208 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15209 msgid "missing --"
15210 msgstr ""
15212 #: git-add--interactive.perl:1662
15213 #, perl-format
15214 msgid "unknown --patch mode: %s"
15215 msgstr ""
15217 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15218 #, perl-format
15219 msgid "invalid argument %s, expecting --"
15220 msgstr ""
15222 #: git-send-email.perl:126
15223 msgid "local zone differs from GMT by a non-minute interval\n"
15224 msgstr ""
15226 #: git-send-email.perl:133 git-send-email.perl:139
15227 msgid "local time offset greater than or equal to 24 hours\n"
15228 msgstr ""
15230 #: git-send-email.perl:207 git-send-email.perl:213
15231 msgid "the editor exited uncleanly, aborting everything"
15232 msgstr ""
15234 #: git-send-email.perl:290
15235 #, perl-format
15236 msgid ""
15237 "'%s' contains an intermediate version of the email you were composing.\n"
15238 msgstr ""
15240 #: git-send-email.perl:295
15241 #, perl-format
15242 msgid "'%s.final' contains the composed email.\n"
15243 msgstr ""
15245 #: git-send-email.perl:313
15246 msgid "--dump-aliases incompatible with other options\n"
15247 msgstr ""
15249 #: git-send-email.perl:378 git-send-email.perl:629
15250 msgid "Cannot run git format-patch from outside a repository\n"
15251 msgstr ""
15253 #: git-send-email.perl:447
15254 #, perl-format
15255 msgid "Unknown --suppress-cc field: '%s'\n"
15256 msgstr ""
15258 #: git-send-email.perl:476
15259 #, perl-format
15260 msgid "Unknown --confirm setting: '%s'\n"
15261 msgstr ""
15263 #: git-send-email.perl:504
15264 #, perl-format
15265 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15266 msgstr ""
15268 #: git-send-email.perl:506
15269 #, perl-format
15270 msgid "warning: `:include:` not supported: %s\n"
15271 msgstr ""
15273 #: git-send-email.perl:508
15274 #, perl-format
15275 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15276 msgstr ""
15278 #: git-send-email.perl:513
15279 #, perl-format
15280 msgid "warning: sendmail line is not recognized: %s\n"
15281 msgstr ""
15283 #: git-send-email.perl:595
15284 #, perl-format
15285 msgid ""
15286 "File '%s' exists but it could also be the range of commits\n"
15287 "to produce patches for.  Please disambiguate by...\n"
15288 "\n"
15289 "    * Saying \"./%s\" if you mean a file; or\n"
15290 "    * Giving --format-patch option if you mean a range.\n"
15291 msgstr ""
15293 #: git-send-email.perl:616
15294 #, perl-format
15295 msgid "Failed to opendir %s: %s"
15296 msgstr ""
15298 #: git-send-email.perl:640
15299 #, perl-format
15300 msgid ""
15301 "fatal: %s: %s\n"
15302 "warning: no patches were sent\n"
15303 msgstr ""
15305 #: git-send-email.perl:651
15306 msgid ""
15307 "\n"
15308 "No patch files specified!\n"
15309 "\n"
15310 msgstr ""
15312 #: git-send-email.perl:664
15313 #, perl-format
15314 msgid "No subject line in %s?"
15315 msgstr ""
15317 #: git-send-email.perl:674
15318 #, perl-format
15319 msgid "Failed to open for writing %s: %s"
15320 msgstr ""
15322 #: git-send-email.perl:684
15323 msgid ""
15324 "Lines beginning in \"GIT:\" will be removed.\n"
15325 "Consider including an overall diffstat or table of contents\n"
15326 "for the patch you are writing.\n"
15327 "\n"
15328 "Clear the body content if you don't wish to send a summary.\n"
15329 msgstr ""
15331 #: git-send-email.perl:707
15332 #, perl-format
15333 msgid "Failed to open %s.final: %s"
15334 msgstr ""
15336 #: git-send-email.perl:710
15337 #, perl-format
15338 msgid "Failed to open %s: %s"
15339 msgstr ""
15341 #: git-send-email.perl:745
15342 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15343 msgstr ""
15345 #: git-send-email.perl:754
15346 msgid "Summary email is empty, skipping it\n"
15347 msgstr ""
15349 #. TRANSLATORS: please keep [y/N] as is.
15350 #: git-send-email.perl:786
15351 #, perl-format
15352 msgid "Are you sure you want to use <%s> [y/N]? "
15353 msgstr ""
15355 #: git-send-email.perl:815
15356 msgid ""
15357 "The following files are 8bit, but do not declare a Content-Transfer-"
15358 "Encoding.\n"
15359 msgstr ""
15361 #: git-send-email.perl:820
15362 msgid "Which 8bit encoding should I declare [UTF-8]? "
15363 msgstr ""
15365 #: git-send-email.perl:828
15366 #, perl-format
15367 msgid ""
15368 "Refusing to send because the patch\n"
15369 "\t%s\n"
15370 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15371 "want to send.\n"
15372 msgstr ""
15374 #: git-send-email.perl:847
15375 msgid "To whom should the emails be sent (if anyone)?"
15376 msgstr ""
15378 #: git-send-email.perl:865
15379 #, perl-format
15380 msgid "fatal: alias '%s' expands to itself\n"
15381 msgstr ""
15383 #: git-send-email.perl:877
15384 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15385 msgstr ""
15387 #: git-send-email.perl:929 git-send-email.perl:937
15388 #, perl-format
15389 msgid "error: unable to extract a valid address from: %s\n"
15390 msgstr ""
15392 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15393 #. translation. The program will only accept English input
15394 #. at this point.
15395 #: git-send-email.perl:941
15396 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15397 msgstr ""
15399 #: git-send-email.perl:1262
15400 #, perl-format
15401 msgid "CA path \"%s\" does not exist"
15402 msgstr ""
15404 #: git-send-email.perl:1337
15405 msgid ""
15406 "    The Cc list above has been expanded by additional\n"
15407 "    addresses found in the patch commit message. By default\n"
15408 "    send-email prompts before sending whenever this occurs.\n"
15409 "    This behavior is controlled by the sendemail.confirm\n"
15410 "    configuration setting.\n"
15411 "\n"
15412 "    For additional information, run 'git send-email --help'.\n"
15413 "    To retain the current behavior, but squelch this message,\n"
15414 "    run 'git config --global sendemail.confirm auto'.\n"
15415 "\n"
15416 msgstr ""
15418 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15419 #. translation. The program will only accept English input
15420 #. at this point.
15421 #: git-send-email.perl:1352
15422 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15423 msgstr ""
15425 #: git-send-email.perl:1355
15426 msgid "Send this email reply required"
15427 msgstr ""
15429 #: git-send-email.perl:1381
15430 msgid "The required SMTP server is not properly defined."
15431 msgstr ""
15433 #: git-send-email.perl:1428
15434 #, perl-format
15435 msgid "Server does not support STARTTLS! %s"
15436 msgstr ""
15438 #: git-send-email.perl:1433 git-send-email.perl:1437
15439 #, perl-format
15440 msgid "STARTTLS failed! %s"
15441 msgstr ""
15443 #: git-send-email.perl:1447
15444 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15445 msgstr ""
15447 #: git-send-email.perl:1465
15448 #, perl-format
15449 msgid "Failed to send %s\n"
15450 msgstr ""
15452 #: git-send-email.perl:1468
15453 #, perl-format
15454 msgid "Dry-Sent %s\n"
15455 msgstr ""
15457 #: git-send-email.perl:1468
15458 #, perl-format
15459 msgid "Sent %s\n"
15460 msgstr ""
15462 #: git-send-email.perl:1470
15463 msgid "Dry-OK. Log says:\n"
15464 msgstr ""
15466 #: git-send-email.perl:1470
15467 msgid "OK. Log says:\n"
15468 msgstr ""
15470 #: git-send-email.perl:1482
15471 msgid "Result: "
15472 msgstr ""
15474 #: git-send-email.perl:1485
15475 msgid "Result: OK\n"
15476 msgstr ""
15478 #: git-send-email.perl:1498
15479 #, perl-format
15480 msgid "can't open file %s"
15481 msgstr ""
15483 #: git-send-email.perl:1545 git-send-email.perl:1565
15484 #, perl-format
15485 msgid "(mbox) Adding cc: %s from line '%s'\n"
15486 msgstr ""
15488 #: git-send-email.perl:1551
15489 #, perl-format
15490 msgid "(mbox) Adding to: %s from line '%s'\n"
15491 msgstr ""
15493 #: git-send-email.perl:1599
15494 #, perl-format
15495 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15496 msgstr ""
15498 #: git-send-email.perl:1624
15499 #, perl-format
15500 msgid "(body) Adding cc: %s from line '%s'\n"
15501 msgstr ""
15503 #: git-send-email.perl:1730
15504 #, perl-format
15505 msgid "(%s) Could not execute '%s'"
15506 msgstr ""
15508 #: git-send-email.perl:1737
15509 #, perl-format
15510 msgid "(%s) Adding %s: %s from: '%s'\n"
15511 msgstr ""
15513 #: git-send-email.perl:1741
15514 #, perl-format
15515 msgid "(%s) failed to close pipe to '%s'"
15516 msgstr ""
15518 #: git-send-email.perl:1768
15519 msgid "cannot send message as 7bit"
15520 msgstr ""
15522 #: git-send-email.perl:1776
15523 msgid "invalid transfer encoding"
15524 msgstr ""
15526 #: git-send-email.perl:1814 git-send-email.perl:1865 git-send-email.perl:1875
15527 #, perl-format
15528 msgid "unable to open %s: %s\n"
15529 msgstr ""
15531 #: git-send-email.perl:1817
15532 #, perl-format
15533 msgid "%s: patch contains a line longer than 998 characters"
15534 msgstr ""
15536 #: git-send-email.perl:1833
15537 #, perl-format
15538 msgid "Skipping %s with backup suffix '%s'.\n"
15539 msgstr ""
15541 #. TRANSLATORS: please keep "[y|N]" as is.
15542 #: git-send-email.perl:1837
15543 #, perl-format
15544 msgid "Do you really want to send %s? [y|N]: "
15545 msgstr ""