Merge branch 'master' of git://github.com/alshopov/git-po
[git.git] / po / git.pot
blob99a57981197615160a999726ee956364058fc522
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2017-10-08 09:48+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:58
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:86
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:88
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:90
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:92
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:94
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:96
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:104
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:112
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:117 builtin/merge.c:1211
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:119
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:120
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:126
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:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:845
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:854
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:928
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:966
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:972
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:973
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:978
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:1007
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
159 #: apply.c:1325
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
164 #: apply.c:1497
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
169 #: apply.c:1566
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
174 #: apply.c:1586
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:1599
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
190 #: apply.c:1787
191 msgid "new file depends on old contents"
192 msgstr ""
194 #: apply.c:1789
195 msgid "deleted file still has contents"
196 msgstr ""
198 #: apply.c:1823
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
203 #: apply.c:1860
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
208 #: apply.c:1862
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
213 #: apply.c:1865
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
218 #: apply.c:2012
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
223 #: apply.c:2049
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
228 #: apply.c:2209
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
233 #: apply.c:2295
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
238 #: apply.c:2299
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
243 #: apply.c:2958
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
248 #: apply.c:3077
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:3089
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
260 #: apply.c:3095
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
267 #: apply.c:3117
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
272 #: apply.c:3125
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
277 #: apply.c:3171
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
282 #: apply.c:3181
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
288 #: apply.c:3189
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
293 #: apply.c:3207
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
298 #: apply.c:3220
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
303 #: apply.c:3226
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
308 #: apply.c:3247
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
313 #: apply.c:3369
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
318 #: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
323 #: apply.c:3426
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
328 #: apply.c:3455 apply.c:3695
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
333 #: apply.c:3538 apply.c:3709
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
338 #: apply.c:3547 apply.c:3717
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
343 #: apply.c:3582
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
347 #: apply.c:3585
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
352 #: apply.c:3601 apply.c:3605
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
357 #: apply.c:3617
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
362 #: apply.c:3631
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
367 #: apply.c:3636
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
372 #: apply.c:3662
373 msgid "removal patch leaves file contents"
374 msgstr ""
376 #: apply.c:3734
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
381 #: apply.c:3736
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
386 #: apply.c:3886 apply.c:3888
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
391 #: apply.c:3944
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
396 #: apply.c:3947
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
401 #: apply.c:3967
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
406 #: apply.c:3972
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
411 #: apply.c:3992
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
416 #: apply.c:3996
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
421 #: apply.c:4011
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
426 #: apply.c:4102
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
431 #: apply.c:4109
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
436 #: apply.c:4112
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
441 #: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
446 #: apply.c:4121
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
451 #: apply.c:4131
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
456 #: apply.c:4269
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
461 #: apply.c:4304
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
466 #: apply.c:4310
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
471 #: apply.c:4318
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
476 #: apply.c:4324 apply.c:4468
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
481 #: apply.c:4365
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
486 #: apply.c:4369
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
491 #: apply.c:4439
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
496 #: apply.c:4537
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
501 #: apply.c:4545
502 msgid "internal error"
503 msgstr ""
505 #: apply.c:4548
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:4559
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
517 #: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
522 #: apply.c:4581
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
527 #: apply.c:4585
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
532 #: apply.c:4695
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
537 #: apply.c:4703
538 msgid "unrecognized input"
539 msgstr ""
541 #: apply.c:4722
542 msgid "unable to read index file"
543 msgstr ""
545 #: apply.c:4859
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
550 #: apply.c:4886
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:4892 apply.c:4907
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:4900
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:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
573 msgstr ""
575 #: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
576 #: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
577 #: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
578 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
579 #: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
584 #: apply.c:4948
585 msgid "don't apply changes matching the given path"
586 msgstr ""
588 #: apply.c:4951
589 msgid "apply changes matching the given path"
590 msgstr ""
592 #: apply.c:4953 builtin/am.c:2265
593 msgid "num"
594 msgstr ""
596 #: apply.c:4954
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
600 #: apply.c:4957
601 msgid "ignore additions made by the patch"
602 msgstr ""
604 #: apply.c:4959
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
608 #: apply.c:4963
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
612 #: apply.c:4965
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
616 #: apply.c:4967
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
620 #: apply.c:4969
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
624 #: apply.c:4971
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
628 #: apply.c:4973
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
632 #: apply.c:4975
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
636 #: apply.c:4977
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
640 #: apply.c:4979
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
644 #: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
645 msgid "paths are separated with NUL character"
646 msgstr ""
648 #: apply.c:4984
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
652 #: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 msgid "action"
655 msgstr ""
657 #: apply.c:4986
658 msgid "detect new or modified lines that have whitespace errors"
659 msgstr ""
661 #: apply.c:4989 apply.c:4992
662 msgid "ignore changes in whitespace when finding context"
663 msgstr ""
665 #: apply.c:4995
666 msgid "apply the patch in reverse"
667 msgstr ""
669 #: apply.c:4997
670 msgid "don't expect at least one line of context"
671 msgstr ""
673 #: apply.c:4999
674 msgid "leave the rejected hunks in corresponding *.rej files"
675 msgstr ""
677 #: apply.c:5001
678 msgid "allow overlapping hunks"
679 msgstr ""
681 #: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
682 #: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
683 #: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
684 msgid "be verbose"
685 msgstr ""
687 #: apply.c:5004
688 msgid "tolerate incorrectly detected missing new-line at the end of file"
689 msgstr ""
691 #: apply.c:5007
692 msgid "do not trust the line counts in the hunk headers"
693 msgstr ""
695 #: apply.c:5009 builtin/am.c:2253
696 msgid "root"
697 msgstr ""
699 #: apply.c:5010
700 msgid "prepend <root> to all filenames"
701 msgstr ""
703 #: archive.c:13
704 msgid "git archive [<options>] <tree-ish> [<path>...]"
705 msgstr ""
707 #: archive.c:14
708 msgid "git archive --list"
709 msgstr ""
711 #: archive.c:15
712 msgid ""
713 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
714 msgstr ""
716 #: archive.c:16
717 msgid "git archive --remote <repo> [--exec <cmd>] --list"
718 msgstr ""
720 #: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
721 #, c-format
722 msgid "pathspec '%s' did not match any files"
723 msgstr ""
725 #: archive.c:436
726 msgid "fmt"
727 msgstr ""
729 #: archive.c:436
730 msgid "archive format"
731 msgstr ""
733 #: archive.c:437 builtin/log.c:1452
734 msgid "prefix"
735 msgstr ""
737 #: archive.c:438
738 msgid "prepend prefix to each pathname in the archive"
739 msgstr ""
741 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
742 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
743 #: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
744 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
745 #: parse-options.h:153
746 msgid "file"
747 msgstr ""
749 #: archive.c:440 builtin/archive.c:89
750 msgid "write the archive to this file"
751 msgstr ""
753 #: archive.c:442
754 msgid "read .gitattributes in working directory"
755 msgstr ""
757 #: archive.c:443
758 msgid "report archived files on stderr"
759 msgstr ""
761 #: archive.c:444
762 msgid "store only"
763 msgstr ""
765 #: archive.c:445
766 msgid "compress faster"
767 msgstr ""
769 #: archive.c:453
770 msgid "compress better"
771 msgstr ""
773 #: archive.c:456
774 msgid "list supported archive formats"
775 msgstr ""
777 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
778 #: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
779 msgid "repo"
780 msgstr ""
782 #: archive.c:459 builtin/archive.c:91
783 msgid "retrieve the archive from remote repository <repo>"
784 msgstr ""
786 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
787 msgid "command"
788 msgstr ""
790 #: archive.c:461 builtin/archive.c:93
791 msgid "path to the remote git-upload-archive command"
792 msgstr ""
794 #: archive.c:468
795 msgid "Unexpected option --remote"
796 msgstr ""
798 #: archive.c:470
799 msgid "Option --exec can only be used together with --remote"
800 msgstr ""
802 #: archive.c:472
803 msgid "Unexpected option --output"
804 msgstr ""
806 #: archive.c:494
807 #, c-format
808 msgid "Unknown archive format '%s'"
809 msgstr ""
811 #: archive.c:501
812 #, c-format
813 msgid "Argument not supported for format '%s': -%d"
814 msgstr ""
816 #: attr.c:218
817 #, c-format
818 msgid "%.*s is not a valid attribute name"
819 msgstr ""
821 #: attr.c:415
822 msgid ""
823 "Negative patterns are ignored in git attributes\n"
824 "Use '\\!' for literal leading exclamation."
825 msgstr ""
827 #: bisect.c:447
828 #, c-format
829 msgid "Badly quoted content in file '%s': %s"
830 msgstr ""
832 #: bisect.c:655
833 #, c-format
834 msgid "We cannot bisect more!\n"
835 msgstr ""
837 #: bisect.c:708
838 #, c-format
839 msgid "Not a valid commit name %s"
840 msgstr ""
842 #: bisect.c:732
843 #, c-format
844 msgid ""
845 "The merge base %s is bad.\n"
846 "This means the bug has been fixed between %s and [%s].\n"
847 msgstr ""
849 #: bisect.c:737
850 #, c-format
851 msgid ""
852 "The merge base %s is new.\n"
853 "The property has changed between %s and [%s].\n"
854 msgstr ""
856 #: bisect.c:742
857 #, c-format
858 msgid ""
859 "The merge base %s is %s.\n"
860 "This means the first '%s' commit is between %s and [%s].\n"
861 msgstr ""
863 #: bisect.c:750
864 #, c-format
865 msgid ""
866 "Some %s revs are not ancestors of the %s rev.\n"
867 "git bisect cannot work properly in this case.\n"
868 "Maybe you mistook %s and %s revs?\n"
869 msgstr ""
871 #: bisect.c:763
872 #, c-format
873 msgid ""
874 "the merge base between %s and [%s] must be skipped.\n"
875 "So we cannot be sure the first %s commit is between %s and %s.\n"
876 "We continue anyway."
877 msgstr ""
879 #: bisect.c:798
880 #, c-format
881 msgid "Bisecting: a merge base must be tested\n"
882 msgstr ""
884 #: bisect.c:850
885 #, c-format
886 msgid "a %s revision is needed"
887 msgstr ""
889 #: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
890 #, c-format
891 msgid "could not create file '%s'"
892 msgstr ""
894 #: bisect.c:918
895 #, c-format
896 msgid "could not read file '%s'"
897 msgstr ""
899 #: bisect.c:948
900 msgid "reading bisect refs failed"
901 msgstr ""
903 #: bisect.c:968
904 #, c-format
905 msgid "%s was both %s and %s\n"
906 msgstr ""
908 #: bisect.c:976
909 #, c-format
910 msgid ""
911 "No testable commit found.\n"
912 "Maybe you started with bad path parameters?\n"
913 msgstr ""
915 #: bisect.c:995
916 #, c-format
917 msgid "(roughly %d step)"
918 msgid_plural "(roughly %d steps)"
919 msgstr[0] ""
920 msgstr[1] ""
922 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
923 #. steps)" translation.
925 #: bisect.c:1001
926 #, c-format
927 msgid "Bisecting: %d revision left to test after this %s\n"
928 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
929 msgstr[0] ""
930 msgstr[1] ""
932 #: blame.c:1757
933 msgid "--contents and --reverse do not blend well."
934 msgstr ""
936 #: blame.c:1768
937 msgid "cannot use --contents with final commit object name"
938 msgstr ""
940 #: blame.c:1788
941 msgid "--reverse and --first-parent together require specified latest commit"
942 msgstr ""
944 #: blame.c:1797 bundle.c:169 ref-filter.c:1932 sequencer.c:1168
945 #: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
946 #: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
947 #: builtin/shortlog.c:191
948 msgid "revision walk setup failed"
949 msgstr ""
951 #: blame.c:1815
952 msgid ""
953 "--reverse --first-parent together require range along first-parent chain"
954 msgstr ""
956 #: blame.c:1826
957 #, c-format
958 msgid "no such path %s in %s"
959 msgstr ""
961 #: blame.c:1837
962 #, c-format
963 msgid "cannot read blob %s for path %s"
964 msgstr ""
966 #: branch.c:53
967 #, c-format
968 msgid ""
969 "\n"
970 "After fixing the error cause you may try to fix up\n"
971 "the remote tracking information by invoking\n"
972 "\"git branch --set-upstream-to=%s%s%s\"."
973 msgstr ""
975 #: branch.c:67
976 #, c-format
977 msgid "Not setting branch %s as its own upstream."
978 msgstr ""
980 #: branch.c:93
981 #, c-format
982 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
983 msgstr ""
985 #: branch.c:94
986 #, c-format
987 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
988 msgstr ""
990 #: branch.c:98
991 #, c-format
992 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
993 msgstr ""
995 #: branch.c:99
996 #, c-format
997 msgid "Branch '%s' set up to track local branch '%s'."
998 msgstr ""
1000 #: branch.c:104
1001 #, c-format
1002 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1003 msgstr ""
1005 #: branch.c:105
1006 #, c-format
1007 msgid "Branch '%s' set up to track remote ref '%s'."
1008 msgstr ""
1010 #: branch.c:109
1011 #, c-format
1012 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1013 msgstr ""
1015 #: branch.c:110
1016 #, c-format
1017 msgid "Branch '%s' set up to track local ref '%s'."
1018 msgstr ""
1020 #: branch.c:119
1021 msgid "Unable to write upstream branch configuration"
1022 msgstr ""
1024 #: branch.c:156
1025 #, c-format
1026 msgid "Not tracking: ambiguous information for ref %s"
1027 msgstr ""
1029 #: branch.c:185
1030 #, c-format
1031 msgid "'%s' is not a valid branch name."
1032 msgstr ""
1034 #: branch.c:190
1035 #, c-format
1036 msgid "A branch named '%s' already exists."
1037 msgstr ""
1039 #: branch.c:197
1040 msgid "Cannot force update the current branch."
1041 msgstr ""
1043 #: branch.c:217
1044 #, c-format
1045 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1046 msgstr ""
1048 #: branch.c:219
1049 #, c-format
1050 msgid "the requested upstream branch '%s' does not exist"
1051 msgstr ""
1053 #: branch.c:221
1054 msgid ""
1055 "\n"
1056 "If you are planning on basing your work on an upstream\n"
1057 "branch that already exists at the remote, you may need to\n"
1058 "run \"git fetch\" to retrieve it.\n"
1059 "\n"
1060 "If you are planning to push out a new local branch that\n"
1061 "will track its remote counterpart, you may want to use\n"
1062 "\"git push -u\" to set the upstream config as you push."
1063 msgstr ""
1065 #: branch.c:264
1066 #, c-format
1067 msgid "Not a valid object name: '%s'."
1068 msgstr ""
1070 #: branch.c:284
1071 #, c-format
1072 msgid "Ambiguous object name: '%s'."
1073 msgstr ""
1075 #: branch.c:289
1076 #, c-format
1077 msgid "Not a valid branch point: '%s'."
1078 msgstr ""
1080 #: branch.c:343
1081 #, c-format
1082 msgid "'%s' is already checked out at '%s'"
1083 msgstr ""
1085 #: branch.c:366
1086 #, c-format
1087 msgid "HEAD of working tree %s is not updated"
1088 msgstr ""
1090 #: bundle.c:34
1091 #, c-format
1092 msgid "'%s' does not look like a v2 bundle file"
1093 msgstr ""
1095 #: bundle.c:62
1096 #, c-format
1097 msgid "unrecognized header: %s%s (%d)"
1098 msgstr ""
1100 #: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1101 #: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1102 #: sequencer.c:2949 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:174 builtin/log.c:1597 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:1600 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1467 builtin/am.c:2105
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:1517
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:406 compat/obstack.c:408
1188 msgid "memory exhausted"
1189 msgstr ""
1191 #: config.c:187
1192 msgid "relative config include conditionals must come from files"
1193 msgstr ""
1195 #: config.c:721
1196 #, c-format
1197 msgid "bad config line %d in blob %s"
1198 msgstr ""
1200 #: config.c:725
1201 #, c-format
1202 msgid "bad config line %d in file %s"
1203 msgstr ""
1205 #: config.c:729
1206 #, c-format
1207 msgid "bad config line %d in standard input"
1208 msgstr ""
1210 #: config.c:733
1211 #, c-format
1212 msgid "bad config line %d in submodule-blob %s"
1213 msgstr ""
1215 #: config.c:737
1216 #, c-format
1217 msgid "bad config line %d in command line %s"
1218 msgstr ""
1220 #: config.c:741
1221 #, c-format
1222 msgid "bad config line %d in %s"
1223 msgstr ""
1225 #: config.c:869
1226 msgid "out of range"
1227 msgstr ""
1229 #: config.c:869
1230 msgid "invalid unit"
1231 msgstr ""
1233 #: config.c:875
1234 #, c-format
1235 msgid "bad numeric config value '%s' for '%s': %s"
1236 msgstr ""
1238 #: config.c:880
1239 #, c-format
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241 msgstr ""
1243 #: config.c:883
1244 #, c-format
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246 msgstr ""
1248 #: config.c:886
1249 #, c-format
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251 msgstr ""
1253 #: config.c:889
1254 #, c-format
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256 msgstr ""
1258 #: config.c:892
1259 #, c-format
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261 msgstr ""
1263 #: config.c:895
1264 #, c-format
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266 msgstr ""
1268 #: config.c:990
1269 #, c-format
1270 msgid "failed to expand user dir in: '%s'"
1271 msgstr ""
1273 #: config.c:1085 config.c:1096
1274 #, c-format
1275 msgid "bad zlib compression level %d"
1276 msgstr ""
1278 #: config.c:1213
1279 #, c-format
1280 msgid "invalid mode for object creation: %s"
1281 msgstr ""
1283 #: config.c:1372
1284 #, c-format
1285 msgid "bad pack compression level %d"
1286 msgstr ""
1288 #: config.c:1568
1289 msgid "unable to parse command-line config"
1290 msgstr ""
1292 #: config.c:1900
1293 msgid "unknown error occurred while reading the configuration files"
1294 msgstr ""
1296 #: config.c:2087
1297 #, c-format
1298 msgid "Invalid %s: '%s'"
1299 msgstr ""
1301 #: config.c:2130
1302 #, c-format
1303 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1304 msgstr ""
1306 #: config.c:2156
1307 #, c-format
1308 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1309 msgstr ""
1311 #: config.c:2167
1312 #, c-format
1313 msgid "unable to parse '%s' from command-line config"
1314 msgstr ""
1316 #: config.c:2169
1317 #, c-format
1318 msgid "bad config variable '%s' in file '%s' at line %d"
1319 msgstr ""
1321 #: config.c:2228
1322 #, c-format
1323 msgid "%s has multiple values"
1324 msgstr ""
1326 #: config.c:2571 config.c:2789
1327 #, c-format
1328 msgid "fstat on %s failed"
1329 msgstr ""
1331 #: config.c:2678
1332 #, c-format
1333 msgid "could not set '%s' to '%s'"
1334 msgstr ""
1336 #: config.c:2680 builtin/remote.c:776
1337 #, c-format
1338 msgid "could not unset '%s'"
1339 msgstr ""
1341 #: connect.c:50
1342 msgid "The remote end hung up upon initial contact"
1343 msgstr ""
1345 #: connect.c:52
1346 msgid ""
1347 "Could not read from remote repository.\n"
1348 "\n"
1349 "Please make sure you have the correct access rights\n"
1350 "and the repository exists."
1351 msgstr ""
1353 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1354 msgid "Checking connectivity"
1355 msgstr ""
1357 #: connected.c:76
1358 msgid "Could not run 'git rev-list'"
1359 msgstr ""
1361 #: connected.c:96
1362 msgid "failed write to rev-list"
1363 msgstr ""
1365 #: connected.c:103
1366 msgid "failed to close rev-list's stdin"
1367 msgstr ""
1369 #: convert.c:205
1370 #, c-format
1371 msgid ""
1372 "CRLF will be replaced by LF in %s.\n"
1373 "The file will have its original line endings in your working directory."
1374 msgstr ""
1376 #: convert.c:209
1377 #, c-format
1378 msgid "CRLF would be replaced by LF in %s."
1379 msgstr ""
1381 #: convert.c:215
1382 #, c-format
1383 msgid ""
1384 "LF will be replaced by CRLF in %s.\n"
1385 "The file will have its original line endings in your working directory."
1386 msgstr ""
1388 #: convert.c:219
1389 #, c-format
1390 msgid "LF would be replaced by CRLF in %s"
1391 msgstr ""
1393 #: date.c:116
1394 msgid "in the future"
1395 msgstr ""
1397 #: date.c:122
1398 #, c-format
1399 msgid "%<PRIuMAX> second ago"
1400 msgid_plural "%<PRIuMAX> seconds ago"
1401 msgstr[0] ""
1402 msgstr[1] ""
1404 #: date.c:129
1405 #, c-format
1406 msgid "%<PRIuMAX> minute ago"
1407 msgid_plural "%<PRIuMAX> minutes ago"
1408 msgstr[0] ""
1409 msgstr[1] ""
1411 #: date.c:136
1412 #, c-format
1413 msgid "%<PRIuMAX> hour ago"
1414 msgid_plural "%<PRIuMAX> hours ago"
1415 msgstr[0] ""
1416 msgstr[1] ""
1418 #: date.c:143
1419 #, c-format
1420 msgid "%<PRIuMAX> day ago"
1421 msgid_plural "%<PRIuMAX> days ago"
1422 msgstr[0] ""
1423 msgstr[1] ""
1425 #: date.c:149
1426 #, c-format
1427 msgid "%<PRIuMAX> week ago"
1428 msgid_plural "%<PRIuMAX> weeks ago"
1429 msgstr[0] ""
1430 msgstr[1] ""
1432 #: date.c:156
1433 #, c-format
1434 msgid "%<PRIuMAX> month ago"
1435 msgid_plural "%<PRIuMAX> months ago"
1436 msgstr[0] ""
1437 msgstr[1] ""
1439 #: date.c:167
1440 #, c-format
1441 msgid "%<PRIuMAX> year"
1442 msgid_plural "%<PRIuMAX> years"
1443 msgstr[0] ""
1444 msgstr[1] ""
1446 #. TRANSLATORS: "%s" is "<n> years"
1447 #: date.c:170
1448 #, c-format
1449 msgid "%s, %<PRIuMAX> month ago"
1450 msgid_plural "%s, %<PRIuMAX> months ago"
1451 msgstr[0] ""
1452 msgstr[1] ""
1454 #: date.c:175 date.c:180
1455 #, c-format
1456 msgid "%<PRIuMAX> year ago"
1457 msgid_plural "%<PRIuMAX> years ago"
1458 msgstr[0] ""
1459 msgstr[1] ""
1461 #: diffcore-order.c:24
1462 #, c-format
1463 msgid "failed to read orderfile '%s'"
1464 msgstr ""
1466 #: diffcore-rename.c:536
1467 msgid "Performing inexact rename detection"
1468 msgstr ""
1470 #: diff.c:74
1471 #, c-format
1472 msgid "option '%s' requires a value"
1473 msgstr ""
1475 #: diff.c:152
1476 #, c-format
1477 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1478 msgstr ""
1480 #: diff.c:157
1481 #, c-format
1482 msgid "  Unknown dirstat parameter '%s'\n"
1483 msgstr ""
1485 #: diff.c:281
1486 msgid ""
1487 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1488 "'plain'"
1489 msgstr ""
1491 #: diff.c:341
1492 #, c-format
1493 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1494 msgstr ""
1496 #: diff.c:398
1497 #, c-format
1498 msgid ""
1499 "Found errors in 'diff.dirstat' config variable:\n"
1500 "%s"
1501 msgstr ""
1503 #: diff.c:3861
1504 #, c-format
1505 msgid "external diff died, stopping at %s"
1506 msgstr ""
1508 #: diff.c:4189
1509 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1510 msgstr ""
1512 #: diff.c:4279
1513 msgid "--follow requires exactly one pathspec"
1514 msgstr ""
1516 #: diff.c:4445
1517 #, c-format
1518 msgid ""
1519 "Failed to parse --dirstat/-X option parameter:\n"
1520 "%s"
1521 msgstr ""
1523 #: diff.c:4459
1524 #, c-format
1525 msgid "Failed to parse --submodule option parameter: '%s'"
1526 msgstr ""
1528 #: diff.c:5505
1529 msgid "inexact rename detection was skipped due to too many files."
1530 msgstr ""
1532 #: diff.c:5508
1533 msgid "only found copies from modified paths due to too many files."
1534 msgstr ""
1536 #: diff.c:5511
1537 #, c-format
1538 msgid ""
1539 "you may want to set your %s variable to at least %d and retry the command."
1540 msgstr ""
1542 #: dir.c:1983
1543 msgid "failed to get kernel name and information"
1544 msgstr ""
1546 #: dir.c:2102
1547 msgid "Untracked cache is disabled on this system or location."
1548 msgstr ""
1550 #: dir.c:2885 dir.c:2890
1551 #, c-format
1552 msgid "could not create directories for %s"
1553 msgstr ""
1555 #: dir.c:2915
1556 #, c-format
1557 msgid "could not migrate git directory from '%s' to '%s'"
1558 msgstr ""
1560 #: entry.c:176
1561 msgid "Filtering content"
1562 msgstr ""
1564 #: entry.c:417
1565 #, c-format
1566 msgid "could not stat file '%s'"
1567 msgstr ""
1569 #: fetch-pack.c:252
1570 msgid "git fetch-pack: expected shallow list"
1571 msgstr ""
1573 #: fetch-pack.c:264
1574 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1575 msgstr ""
1577 #: fetch-pack.c:283 builtin/archive.c:63
1578 #, c-format
1579 msgid "remote error: %s"
1580 msgstr ""
1582 #: fetch-pack.c:284
1583 #, c-format
1584 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1585 msgstr ""
1587 #: fetch-pack.c:336
1588 msgid "--stateless-rpc requires multi_ack_detailed"
1589 msgstr ""
1591 #: fetch-pack.c:422
1592 #, c-format
1593 msgid "invalid shallow line: %s"
1594 msgstr ""
1596 #: fetch-pack.c:428
1597 #, c-format
1598 msgid "invalid unshallow line: %s"
1599 msgstr ""
1601 #: fetch-pack.c:430
1602 #, c-format
1603 msgid "object not found: %s"
1604 msgstr ""
1606 #: fetch-pack.c:433
1607 #, c-format
1608 msgid "error in object: %s"
1609 msgstr ""
1611 #: fetch-pack.c:435
1612 #, c-format
1613 msgid "no shallow found: %s"
1614 msgstr ""
1616 #: fetch-pack.c:438
1617 #, c-format
1618 msgid "expected shallow/unshallow, got %s"
1619 msgstr ""
1621 #: fetch-pack.c:477
1622 #, c-format
1623 msgid "got %s %d %s"
1624 msgstr ""
1626 #: fetch-pack.c:491
1627 #, c-format
1628 msgid "invalid commit %s"
1629 msgstr ""
1631 #: fetch-pack.c:524
1632 msgid "giving up"
1633 msgstr ""
1635 #: fetch-pack.c:534 progress.c:242
1636 msgid "done"
1637 msgstr ""
1639 #: fetch-pack.c:546
1640 #, c-format
1641 msgid "got %s (%d) %s"
1642 msgstr ""
1644 #: fetch-pack.c:592
1645 #, c-format
1646 msgid "Marking %s as complete"
1647 msgstr ""
1649 #: fetch-pack.c:776
1650 #, c-format
1651 msgid "already have %s (%s)"
1652 msgstr ""
1654 #: fetch-pack.c:814
1655 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1656 msgstr ""
1658 #: fetch-pack.c:822
1659 msgid "protocol error: bad pack header"
1660 msgstr ""
1662 #: fetch-pack.c:878
1663 #, c-format
1664 msgid "fetch-pack: unable to fork off %s"
1665 msgstr ""
1667 #: fetch-pack.c:894
1668 #, c-format
1669 msgid "%s failed"
1670 msgstr ""
1672 #: fetch-pack.c:896
1673 msgid "error in sideband demultiplexer"
1674 msgstr ""
1676 #: fetch-pack.c:923
1677 msgid "Server does not support shallow clients"
1678 msgstr ""
1680 #: fetch-pack.c:927
1681 msgid "Server supports multi_ack_detailed"
1682 msgstr ""
1684 #: fetch-pack.c:930
1685 msgid "Server supports no-done"
1686 msgstr ""
1688 #: fetch-pack.c:936
1689 msgid "Server supports multi_ack"
1690 msgstr ""
1692 #: fetch-pack.c:940
1693 msgid "Server supports side-band-64k"
1694 msgstr ""
1696 #: fetch-pack.c:944
1697 msgid "Server supports side-band"
1698 msgstr ""
1700 #: fetch-pack.c:948
1701 msgid "Server supports allow-tip-sha1-in-want"
1702 msgstr ""
1704 #: fetch-pack.c:952
1705 msgid "Server supports allow-reachable-sha1-in-want"
1706 msgstr ""
1708 #: fetch-pack.c:962
1709 msgid "Server supports ofs-delta"
1710 msgstr ""
1712 #: fetch-pack.c:969
1713 #, c-format
1714 msgid "Server version is %.*s"
1715 msgstr ""
1717 #: fetch-pack.c:975
1718 msgid "Server does not support --shallow-since"
1719 msgstr ""
1721 #: fetch-pack.c:979
1722 msgid "Server does not support --shallow-exclude"
1723 msgstr ""
1725 #: fetch-pack.c:981
1726 msgid "Server does not support --deepen"
1727 msgstr ""
1729 #: fetch-pack.c:992
1730 msgid "no common commits"
1731 msgstr ""
1733 #: fetch-pack.c:1004
1734 msgid "git fetch-pack: fetch failed."
1735 msgstr ""
1737 #: fetch-pack.c:1166
1738 msgid "no matching remote head"
1739 msgstr ""
1741 #: fetch-pack.c:1188
1742 #, c-format
1743 msgid "no such remote ref %s"
1744 msgstr ""
1746 #: fetch-pack.c:1191
1747 #, c-format
1748 msgid "Server does not allow request for unadvertised object %s"
1749 msgstr ""
1751 #: gpg-interface.c:181
1752 msgid "gpg failed to sign the data"
1753 msgstr ""
1755 #: gpg-interface.c:211
1756 msgid "could not create temporary file"
1757 msgstr ""
1759 #: gpg-interface.c:214
1760 #, c-format
1761 msgid "failed writing detached signature to '%s'"
1762 msgstr ""
1764 #: graph.c:97
1765 #, c-format
1766 msgid "ignore invalid color '%.*s' in log.graphColors"
1767 msgstr ""
1769 #: grep.c:1970
1770 #, c-format
1771 msgid "'%s': unable to read %s"
1772 msgstr ""
1774 #: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1775 #, c-format
1776 msgid "failed to stat '%s'"
1777 msgstr ""
1779 #: grep.c:1998
1780 #, c-format
1781 msgid "'%s': short read"
1782 msgstr ""
1784 #: help.c:179
1785 #, c-format
1786 msgid "available git commands in '%s'"
1787 msgstr ""
1789 #: help.c:186
1790 msgid "git commands available from elsewhere on your $PATH"
1791 msgstr ""
1793 #: help.c:217
1794 msgid "These are common Git commands used in various situations:"
1795 msgstr ""
1797 #: help.c:281
1798 #, c-format
1799 msgid ""
1800 "'%s' appears to be a git command, but we were not\n"
1801 "able to execute it. Maybe git-%s is broken?"
1802 msgstr ""
1804 #: help.c:336
1805 msgid "Uh oh. Your system reports no Git commands at all."
1806 msgstr ""
1808 #: help.c:358
1809 #, c-format
1810 msgid "WARNING: You called a Git command named '%s', which does not exist."
1811 msgstr ""
1813 #: help.c:363
1814 #, c-format
1815 msgid "Continuing under the assumption that you meant '%s'."
1816 msgstr ""
1818 #: help.c:368
1819 #, c-format
1820 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1821 msgstr ""
1823 #: help.c:376
1824 #, c-format
1825 msgid "git: '%s' is not a git command. See 'git --help'."
1826 msgstr ""
1828 #: help.c:380
1829 msgid ""
1830 "\n"
1831 "The most similar command is"
1832 msgid_plural ""
1833 "\n"
1834 "The most similar commands are"
1835 msgstr[0] ""
1836 msgstr[1] ""
1838 #: help.c:395
1839 msgid "git version [<options>]"
1840 msgstr ""
1842 #: help.c:456
1843 #, c-format
1844 msgid "%s: %s - %s"
1845 msgstr ""
1847 #: help.c:460
1848 msgid ""
1849 "\n"
1850 "Did you mean this?"
1851 msgid_plural ""
1852 "\n"
1853 "Did you mean one of these?"
1854 msgstr[0] ""
1855 msgstr[1] ""
1857 #: ident.c:342
1858 msgid ""
1859 "\n"
1860 "*** Please tell me who you are.\n"
1861 "\n"
1862 "Run\n"
1863 "\n"
1864 "  git config --global user.email \"you@example.com\"\n"
1865 "  git config --global user.name \"Your Name\"\n"
1866 "\n"
1867 "to set your account's default identity.\n"
1868 "Omit --global to set the identity only in this repository.\n"
1869 "\n"
1870 msgstr ""
1872 #: ident.c:366
1873 msgid "no email was given and auto-detection is disabled"
1874 msgstr ""
1876 #: ident.c:371
1877 #, c-format
1878 msgid "unable to auto-detect email address (got '%s')"
1879 msgstr ""
1881 #: ident.c:381
1882 msgid "no name was given and auto-detection is disabled"
1883 msgstr ""
1885 #: ident.c:387
1886 #, c-format
1887 msgid "unable to auto-detect name (got '%s')"
1888 msgstr ""
1890 #: ident.c:395
1891 #, c-format
1892 msgid "empty ident name (for <%s>) not allowed"
1893 msgstr ""
1895 #: ident.c:401
1896 #, c-format
1897 msgid "name consists only of disallowed characters: %s"
1898 msgstr ""
1900 #: ident.c:416 builtin/commit.c:616
1901 #, c-format
1902 msgid "invalid date format: %s"
1903 msgstr ""
1905 #: lockfile.c:151
1906 #, c-format
1907 msgid ""
1908 "Unable to create '%s.lock': %s.\n"
1909 "\n"
1910 "Another git process seems to be running in this repository, e.g.\n"
1911 "an editor opened by 'git commit'. Please make sure all processes\n"
1912 "are terminated then try again. If it still fails, a git process\n"
1913 "may have crashed in this repository earlier:\n"
1914 "remove the file manually to continue."
1915 msgstr ""
1917 #: lockfile.c:159
1918 #, c-format
1919 msgid "Unable to create '%s.lock': %s"
1920 msgstr ""
1922 #: merge.c:41
1923 msgid "failed to read the cache"
1924 msgstr ""
1926 #: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
1927 #: builtin/checkout.c:595 builtin/clone.c:754
1928 msgid "unable to write new index file"
1929 msgstr ""
1931 #: merge-recursive.c:235
1932 msgid "(bad commit)\n"
1933 msgstr ""
1935 #: merge-recursive.c:257 merge-recursive.c:265
1936 #, c-format
1937 msgid "addinfo_cache failed for path '%s'"
1938 msgstr ""
1940 #: merge-recursive.c:329
1941 msgid "error building trees"
1942 msgstr ""
1944 #: merge-recursive.c:752
1945 #, c-format
1946 msgid "failed to create path '%s'%s"
1947 msgstr ""
1949 #: merge-recursive.c:763
1950 #, c-format
1951 msgid "Removing %s to make room for subdirectory\n"
1952 msgstr ""
1954 #: merge-recursive.c:777 merge-recursive.c:796
1955 msgid ": perhaps a D/F conflict?"
1956 msgstr ""
1958 #: merge-recursive.c:786
1959 #, c-format
1960 msgid "refusing to lose untracked file at '%s'"
1961 msgstr ""
1963 #: merge-recursive.c:828 builtin/cat-file.c:37
1964 #, c-format
1965 msgid "cannot read object %s '%s'"
1966 msgstr ""
1968 #: merge-recursive.c:830
1969 #, c-format
1970 msgid "blob expected for %s '%s'"
1971 msgstr ""
1973 #: merge-recursive.c:854
1974 #, c-format
1975 msgid "failed to open '%s': %s"
1976 msgstr ""
1978 #: merge-recursive.c:865
1979 #, c-format
1980 msgid "failed to symlink '%s': %s"
1981 msgstr ""
1983 #: merge-recursive.c:870
1984 #, c-format
1985 msgid "do not know what to do with %06o %s '%s'"
1986 msgstr ""
1988 #: merge-recursive.c:1010
1989 msgid "Failed to execute internal merge"
1990 msgstr ""
1992 #: merge-recursive.c:1014
1993 #, c-format
1994 msgid "Unable to add %s to database"
1995 msgstr ""
1997 #: merge-recursive.c:1117
1998 #, c-format
1999 msgid ""
2000 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2001 "in tree."
2002 msgstr ""
2004 #: merge-recursive.c:1122
2005 #, c-format
2006 msgid ""
2007 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2008 "left in tree."
2009 msgstr ""
2011 #: merge-recursive.c:1129
2012 #, c-format
2013 msgid ""
2014 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2015 "in tree at %s."
2016 msgstr ""
2018 #: merge-recursive.c:1134
2019 #, c-format
2020 msgid ""
2021 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2022 "left in tree at %s."
2023 msgstr ""
2025 #: merge-recursive.c:1168
2026 msgid "rename"
2027 msgstr ""
2029 #: merge-recursive.c:1168
2030 msgid "renamed"
2031 msgstr ""
2033 #: merge-recursive.c:1225
2034 #, c-format
2035 msgid "%s is a directory in %s adding as %s instead"
2036 msgstr ""
2038 #: merge-recursive.c:1250
2039 #, c-format
2040 msgid ""
2041 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2042 "\"->\"%s\" in \"%s\"%s"
2043 msgstr ""
2045 #: merge-recursive.c:1255
2046 msgid " (left unresolved)"
2047 msgstr ""
2049 #: merge-recursive.c:1317
2050 #, c-format
2051 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2052 msgstr ""
2054 #: merge-recursive.c:1350
2055 #, c-format
2056 msgid "Renaming %s to %s and %s to %s instead"
2057 msgstr ""
2059 #: merge-recursive.c:1553
2060 #, c-format
2061 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2062 msgstr ""
2064 #: merge-recursive.c:1568
2065 #, c-format
2066 msgid "Adding merged %s"
2067 msgstr ""
2069 #: merge-recursive.c:1575 merge-recursive.c:1805
2070 #, c-format
2071 msgid "Adding as %s instead"
2072 msgstr ""
2074 #: merge-recursive.c:1632
2075 #, c-format
2076 msgid "cannot read object %s"
2077 msgstr ""
2079 #: merge-recursive.c:1635
2080 #, c-format
2081 msgid "object %s is not a blob"
2082 msgstr ""
2084 #: merge-recursive.c:1704
2085 msgid "modify"
2086 msgstr ""
2088 #: merge-recursive.c:1704
2089 msgid "modified"
2090 msgstr ""
2092 #: merge-recursive.c:1714
2093 msgid "content"
2094 msgstr ""
2096 #: merge-recursive.c:1721
2097 msgid "add/add"
2098 msgstr ""
2100 #: merge-recursive.c:1757
2101 #, c-format
2102 msgid "Skipped %s (merged same as existing)"
2103 msgstr ""
2105 #: merge-recursive.c:1771
2106 #, c-format
2107 msgid "Auto-merging %s"
2108 msgstr ""
2110 #: merge-recursive.c:1775 git-submodule.sh:944
2111 msgid "submodule"
2112 msgstr ""
2114 #: merge-recursive.c:1776
2115 #, c-format
2116 msgid "CONFLICT (%s): Merge conflict in %s"
2117 msgstr ""
2119 #: merge-recursive.c:1870
2120 #, c-format
2121 msgid "Removing %s"
2122 msgstr ""
2124 #: merge-recursive.c:1896
2125 msgid "file/directory"
2126 msgstr ""
2128 #: merge-recursive.c:1902
2129 msgid "directory/file"
2130 msgstr ""
2132 #: merge-recursive.c:1908
2133 #, c-format
2134 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2135 msgstr ""
2137 #: merge-recursive.c:1917
2138 #, c-format
2139 msgid "Adding %s"
2140 msgstr ""
2142 #: merge-recursive.c:1954
2143 msgid "Already up to date!"
2144 msgstr ""
2146 #: merge-recursive.c:1963
2147 #, c-format
2148 msgid "merging of trees %s and %s failed"
2149 msgstr ""
2151 #: merge-recursive.c:2060
2152 msgid "Merging:"
2153 msgstr ""
2155 #: merge-recursive.c:2073
2156 #, c-format
2157 msgid "found %u common ancestor:"
2158 msgid_plural "found %u common ancestors:"
2159 msgstr[0] ""
2160 msgstr[1] ""
2162 #: merge-recursive.c:2112
2163 msgid "merge returned no commit"
2164 msgstr ""
2166 #: merge-recursive.c:2175
2167 #, c-format
2168 msgid "Could not parse object '%s'"
2169 msgstr ""
2171 #: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2172 msgid "Unable to write index."
2173 msgstr ""
2175 #: notes-merge.c:272
2176 #, c-format
2177 msgid ""
2178 "You have not concluded your previous notes merge (%s exists).\n"
2179 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2180 "commit/abort the previous merge before you start a new notes merge."
2181 msgstr ""
2183 #: notes-merge.c:279
2184 #, c-format
2185 msgid "You have not concluded your notes merge (%s exists)."
2186 msgstr ""
2188 #: notes-utils.c:42
2189 msgid "Cannot commit uninitialized/unreferenced notes tree"
2190 msgstr ""
2192 #: notes-utils.c:101
2193 #, c-format
2194 msgid "Bad notes.rewriteMode value: '%s'"
2195 msgstr ""
2197 #: notes-utils.c:111
2198 #, c-format
2199 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2200 msgstr ""
2202 #. TRANSLATORS: The first %s is the name of
2203 #. the environment variable, the second %s is
2204 #. its value.
2206 #: notes-utils.c:141
2207 #, c-format
2208 msgid "Bad %s value: '%s'"
2209 msgstr ""
2211 #: object.c:239
2212 #, c-format
2213 msgid "unable to parse object: %s"
2214 msgstr ""
2216 #: packfile.c:556
2217 msgid "offset before end of packfile (broken .idx?)"
2218 msgstr ""
2220 #: packfile.c:1683
2221 #, c-format
2222 msgid "offset before start of pack index for %s (corrupt index?)"
2223 msgstr ""
2225 #: packfile.c:1687
2226 #, c-format
2227 msgid "offset beyond end of pack index for %s (truncated index?)"
2228 msgstr ""
2230 #: parse-options.c:573
2231 msgid "..."
2232 msgstr ""
2234 #: parse-options.c:592
2235 #, c-format
2236 msgid "usage: %s"
2237 msgstr ""
2239 #. TRANSLATORS: the colon here should align with the
2240 #. one in "usage: %s" translation.
2242 #: parse-options.c:598
2243 #, c-format
2244 msgid "   or: %s"
2245 msgstr ""
2247 #: parse-options.c:601
2248 #, c-format
2249 msgid "    %s"
2250 msgstr ""
2252 #: parse-options.c:640
2253 msgid "-NUM"
2254 msgstr ""
2256 #: parse-options-cb.c:108
2257 #, c-format
2258 msgid "malformed object name '%s'"
2259 msgstr ""
2261 #: path.c:891
2262 #, c-format
2263 msgid "Could not make %s writable by group"
2264 msgstr ""
2266 #: pathspec.c:129
2267 msgid "Escape character '\\' not allowed as last character in attr value"
2268 msgstr ""
2270 #: pathspec.c:147
2271 msgid "Only one 'attr:' specification is allowed."
2272 msgstr ""
2274 #: pathspec.c:150
2275 msgid "attr spec must not be empty"
2276 msgstr ""
2278 #: pathspec.c:193
2279 #, c-format
2280 msgid "invalid attribute name %s"
2281 msgstr ""
2283 #: pathspec.c:258
2284 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2285 msgstr ""
2287 #: pathspec.c:265
2288 msgid ""
2289 "global 'literal' pathspec setting is incompatible with all other global "
2290 "pathspec settings"
2291 msgstr ""
2293 #: pathspec.c:305
2294 msgid "invalid parameter for pathspec magic 'prefix'"
2295 msgstr ""
2297 #: pathspec.c:326
2298 #, c-format
2299 msgid "Invalid pathspec magic '%.*s' in '%s'"
2300 msgstr ""
2302 #: pathspec.c:331
2303 #, c-format
2304 msgid "Missing ')' at the end of pathspec magic in '%s'"
2305 msgstr ""
2307 #: pathspec.c:369
2308 #, c-format
2309 msgid "Unimplemented pathspec magic '%c' in '%s'"
2310 msgstr ""
2312 #: pathspec.c:428
2313 #, c-format
2314 msgid "%s: 'literal' and 'glob' are incompatible"
2315 msgstr ""
2317 #: pathspec.c:441
2318 #, c-format
2319 msgid "%s: '%s' is outside repository"
2320 msgstr ""
2322 #: pathspec.c:515
2323 #, c-format
2324 msgid "'%s' (mnemonic: '%c')"
2325 msgstr ""
2327 #: pathspec.c:525
2328 #, c-format
2329 msgid "%s: pathspec magic not supported by this command: %s"
2330 msgstr ""
2332 #: pathspec.c:571
2333 msgid ""
2334 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2335 "use . instead if you meant to match all paths"
2336 msgstr ""
2338 #: pathspec.c:595
2339 #, c-format
2340 msgid "pathspec '%s' is beyond a symbolic link"
2341 msgstr ""
2343 #: pretty.c:962
2344 msgid "unable to parse --pretty format"
2345 msgstr ""
2347 #: read-cache.c:1443
2348 #, c-format
2349 msgid ""
2350 "index.version set, but the value is invalid.\n"
2351 "Using version %i"
2352 msgstr ""
2354 #: read-cache.c:1453
2355 #, c-format
2356 msgid ""
2357 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2358 "Using version %i"
2359 msgstr ""
2361 #: read-cache.c:2316 builtin/merge.c:1046
2362 #, c-format
2363 msgid "could not close '%s'"
2364 msgstr ""
2366 #: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2367 #, c-format
2368 msgid "could not stat '%s'"
2369 msgstr ""
2371 #: read-cache.c:2407
2372 #, c-format
2373 msgid "unable to open git dir: %s"
2374 msgstr ""
2376 #: read-cache.c:2419
2377 #, c-format
2378 msgid "unable to unlink: %s"
2379 msgstr ""
2381 #: refs.c:638
2382 #, c-format
2383 msgid "Could not open '%s' for writing"
2384 msgstr ""
2386 #: refs.c:1779
2387 msgid "ref updates forbidden inside quarantine environment"
2388 msgstr ""
2390 #: refs/files-backend.c:1136
2391 #, c-format
2392 msgid "could not remove reference %s"
2393 msgstr ""
2395 #: refs/files-backend.c:1150 refs/packed-backend.c:1430
2396 #: refs/packed-backend.c:1440
2397 #, c-format
2398 msgid "could not delete reference %s: %s"
2399 msgstr ""
2401 #: refs/files-backend.c:1153 refs/packed-backend.c:1443
2402 #, c-format
2403 msgid "could not delete references: %s"
2404 msgstr ""
2406 #: ref-filter.c:35 wt-status.c:1811
2407 msgid "gone"
2408 msgstr ""
2410 #: ref-filter.c:36
2411 #, c-format
2412 msgid "ahead %d"
2413 msgstr ""
2415 #: ref-filter.c:37
2416 #, c-format
2417 msgid "behind %d"
2418 msgstr ""
2420 #: ref-filter.c:38
2421 #, c-format
2422 msgid "ahead %d, behind %d"
2423 msgstr ""
2425 #: ref-filter.c:104
2426 #, c-format
2427 msgid "expected format: %%(color:<color>)"
2428 msgstr ""
2430 #: ref-filter.c:106
2431 #, c-format
2432 msgid "unrecognized color: %%(color:%s)"
2433 msgstr ""
2435 #: ref-filter.c:126
2436 #, c-format
2437 msgid "Integer value expected refname:lstrip=%s"
2438 msgstr ""
2440 #: ref-filter.c:130
2441 #, c-format
2442 msgid "Integer value expected refname:rstrip=%s"
2443 msgstr ""
2445 #: ref-filter.c:132
2446 #, c-format
2447 msgid "unrecognized %%(%s) argument: %s"
2448 msgstr ""
2450 #: ref-filter.c:172
2451 #, c-format
2452 msgid "%%(body) does not take arguments"
2453 msgstr ""
2455 #: ref-filter.c:179
2456 #, c-format
2457 msgid "%%(subject) does not take arguments"
2458 msgstr ""
2460 #: ref-filter.c:186
2461 #, c-format
2462 msgid "%%(trailers) does not take arguments"
2463 msgstr ""
2465 #: ref-filter.c:205
2466 #, c-format
2467 msgid "positive value expected contents:lines=%s"
2468 msgstr ""
2470 #: ref-filter.c:207
2471 #, c-format
2472 msgid "unrecognized %%(contents) argument: %s"
2473 msgstr ""
2475 #: ref-filter.c:220
2476 #, c-format
2477 msgid "positive value expected objectname:short=%s"
2478 msgstr ""
2480 #: ref-filter.c:224
2481 #, c-format
2482 msgid "unrecognized %%(objectname) argument: %s"
2483 msgstr ""
2485 #: ref-filter.c:251
2486 #, c-format
2487 msgid "expected format: %%(align:<width>,<position>)"
2488 msgstr ""
2490 #: ref-filter.c:263
2491 #, c-format
2492 msgid "unrecognized position:%s"
2493 msgstr ""
2495 #: ref-filter.c:267
2496 #, c-format
2497 msgid "unrecognized width:%s"
2498 msgstr ""
2500 #: ref-filter.c:273
2501 #, c-format
2502 msgid "unrecognized %%(align) argument: %s"
2503 msgstr ""
2505 #: ref-filter.c:277
2506 #, c-format
2507 msgid "positive width expected with the %%(align) atom"
2508 msgstr ""
2510 #: ref-filter.c:292
2511 #, c-format
2512 msgid "unrecognized %%(if) argument: %s"
2513 msgstr ""
2515 #: ref-filter.c:382
2516 #, c-format
2517 msgid "malformed field name: %.*s"
2518 msgstr ""
2520 #: ref-filter.c:408
2521 #, c-format
2522 msgid "unknown field name: %.*s"
2523 msgstr ""
2525 #: ref-filter.c:520
2526 #, c-format
2527 msgid "format: %%(if) atom used without a %%(then) atom"
2528 msgstr ""
2530 #: ref-filter.c:580
2531 #, c-format
2532 msgid "format: %%(then) atom used without an %%(if) atom"
2533 msgstr ""
2535 #: ref-filter.c:582
2536 #, c-format
2537 msgid "format: %%(then) atom used more than once"
2538 msgstr ""
2540 #: ref-filter.c:584
2541 #, c-format
2542 msgid "format: %%(then) atom used after %%(else)"
2543 msgstr ""
2545 #: ref-filter.c:610
2546 #, c-format
2547 msgid "format: %%(else) atom used without an %%(if) atom"
2548 msgstr ""
2550 #: ref-filter.c:612
2551 #, c-format
2552 msgid "format: %%(else) atom used without a %%(then) atom"
2553 msgstr ""
2555 #: ref-filter.c:614
2556 #, c-format
2557 msgid "format: %%(else) atom used more than once"
2558 msgstr ""
2560 #: ref-filter.c:627
2561 #, c-format
2562 msgid "format: %%(end) atom used without corresponding atom"
2563 msgstr ""
2565 #: ref-filter.c:682
2566 #, c-format
2567 msgid "malformed format string %s"
2568 msgstr ""
2570 #: ref-filter.c:1268
2571 #, c-format
2572 msgid "(no branch, rebasing %s)"
2573 msgstr ""
2575 #: ref-filter.c:1271
2576 #, c-format
2577 msgid "(no branch, bisect started on %s)"
2578 msgstr ""
2580 #. TRANSLATORS: make sure this matches "HEAD
2581 #. detached at " in wt-status.c
2583 #: ref-filter.c:1279
2584 #, c-format
2585 msgid "(HEAD detached at %s)"
2586 msgstr ""
2588 #. TRANSLATORS: make sure this matches "HEAD
2589 #. detached from " in wt-status.c
2591 #: ref-filter.c:1286
2592 #, c-format
2593 msgid "(HEAD detached from %s)"
2594 msgstr ""
2596 #: ref-filter.c:1290
2597 msgid "(no branch)"
2598 msgstr ""
2600 #: ref-filter.c:1439 ref-filter.c:1470
2601 #, c-format
2602 msgid "missing object %s for %s"
2603 msgstr ""
2605 #: ref-filter.c:1442 ref-filter.c:1473
2606 #, c-format
2607 msgid "parse_object_buffer failed on %s for %s"
2608 msgstr ""
2610 #: ref-filter.c:1773
2611 #, c-format
2612 msgid "malformed object at '%s'"
2613 msgstr ""
2615 #: ref-filter.c:1840
2616 #, c-format
2617 msgid "ignoring ref with broken name %s"
2618 msgstr ""
2620 #: ref-filter.c:1845
2621 #, c-format
2622 msgid "ignoring broken ref %s"
2623 msgstr ""
2625 #: ref-filter.c:2107
2626 #, c-format
2627 msgid "format: %%(end) atom missing"
2628 msgstr ""
2630 #: ref-filter.c:2201
2631 #, c-format
2632 msgid "malformed object name %s"
2633 msgstr ""
2635 #: remote.c:750
2636 #, c-format
2637 msgid "Cannot fetch both %s and %s to %s"
2638 msgstr ""
2640 #: remote.c:754
2641 #, c-format
2642 msgid "%s usually tracks %s, not %s"
2643 msgstr ""
2645 #: remote.c:758
2646 #, c-format
2647 msgid "%s tracks both %s and %s"
2648 msgstr ""
2650 #: remote.c:766
2651 msgid "Internal error"
2652 msgstr ""
2654 #: remote.c:1681 remote.c:1783
2655 msgid "HEAD does not point to a branch"
2656 msgstr ""
2658 #: remote.c:1690
2659 #, c-format
2660 msgid "no such branch: '%s'"
2661 msgstr ""
2663 #: remote.c:1693
2664 #, c-format
2665 msgid "no upstream configured for branch '%s'"
2666 msgstr ""
2668 #: remote.c:1699
2669 #, c-format
2670 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2671 msgstr ""
2673 #: remote.c:1714
2674 #, c-format
2675 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2676 msgstr ""
2678 #: remote.c:1726
2679 #, c-format
2680 msgid "branch '%s' has no remote for pushing"
2681 msgstr ""
2683 #: remote.c:1737
2684 #, c-format
2685 msgid "push refspecs for '%s' do not include '%s'"
2686 msgstr ""
2688 #: remote.c:1750
2689 msgid "push has no destination (push.default is 'nothing')"
2690 msgstr ""
2692 #: remote.c:1772
2693 msgid "cannot resolve 'simple' push to a single destination"
2694 msgstr ""
2696 #: remote.c:2076
2697 #, c-format
2698 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2699 msgstr ""
2701 #: remote.c:2080
2702 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2703 msgstr ""
2705 #: remote.c:2083
2706 #, c-format
2707 msgid "Your branch is up to date with '%s'.\n"
2708 msgstr ""
2710 #: remote.c:2087
2711 #, c-format
2712 msgid "Your branch is ahead of '%s' by %d commit.\n"
2713 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2714 msgstr[0] ""
2715 msgstr[1] ""
2717 #: remote.c:2093
2718 msgid "  (use \"git push\" to publish your local commits)\n"
2719 msgstr ""
2721 #: remote.c:2096
2722 #, c-format
2723 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2724 msgid_plural ""
2725 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2726 msgstr[0] ""
2727 msgstr[1] ""
2729 #: remote.c:2104
2730 msgid "  (use \"git pull\" to update your local branch)\n"
2731 msgstr ""
2733 #: remote.c:2107
2734 #, c-format
2735 msgid ""
2736 "Your branch and '%s' have diverged,\n"
2737 "and have %d and %d different commit each, respectively.\n"
2738 msgid_plural ""
2739 "Your branch and '%s' have diverged,\n"
2740 "and have %d and %d different commits each, respectively.\n"
2741 msgstr[0] ""
2742 msgstr[1] ""
2744 #: remote.c:2117
2745 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2746 msgstr ""
2748 #: revision.c:2256
2749 msgid "your current branch appears to be broken"
2750 msgstr ""
2752 #: revision.c:2259
2753 #, c-format
2754 msgid "your current branch '%s' does not have any commits yet"
2755 msgstr ""
2757 #: revision.c:2453
2758 msgid "--first-parent is incompatible with --bisect"
2759 msgstr ""
2761 #: run-command.c:644
2762 msgid "open /dev/null failed"
2763 msgstr ""
2765 #: send-pack.c:151
2766 #, c-format
2767 msgid "unable to parse remote unpack status: %s"
2768 msgstr ""
2770 #: send-pack.c:153
2771 #, c-format
2772 msgid "remote unpack failed: %s"
2773 msgstr ""
2775 #: send-pack.c:316
2776 msgid "failed to sign the push certificate"
2777 msgstr ""
2779 #: send-pack.c:429
2780 msgid "the receiving end does not support --signed push"
2781 msgstr ""
2783 #: send-pack.c:431
2784 msgid ""
2785 "not sending a push certificate since the receiving end does not support --"
2786 "signed push"
2787 msgstr ""
2789 #: send-pack.c:443
2790 msgid "the receiving end does not support --atomic push"
2791 msgstr ""
2793 #: send-pack.c:448
2794 msgid "the receiving end does not support push options"
2795 msgstr ""
2797 #: sequencer.c:218
2798 msgid "revert"
2799 msgstr ""
2801 #: sequencer.c:220
2802 msgid "cherry-pick"
2803 msgstr ""
2805 #: sequencer.c:222
2806 msgid "rebase -i"
2807 msgstr ""
2809 #: sequencer.c:224
2810 #, c-format
2811 msgid "Unknown action: %d"
2812 msgstr ""
2814 #: sequencer.c:281
2815 msgid ""
2816 "after resolving the conflicts, mark the corrected paths\n"
2817 "with 'git add <paths>' or 'git rm <paths>'"
2818 msgstr ""
2820 #: sequencer.c:284
2821 msgid ""
2822 "after resolving the conflicts, mark the corrected paths\n"
2823 "with 'git add <paths>' or 'git rm <paths>'\n"
2824 "and commit the result with 'git commit'"
2825 msgstr ""
2827 #: sequencer.c:297 sequencer.c:1704
2828 #, c-format
2829 msgid "could not lock '%s'"
2830 msgstr ""
2832 #: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2833 #: sequencer.c:2733 sequencer.c:2749
2834 #, c-format
2835 msgid "could not write to '%s'"
2836 msgstr ""
2838 #: sequencer.c:304
2839 #, c-format
2840 msgid "could not write eol to '%s'"
2841 msgstr ""
2843 #: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
2844 #, c-format
2845 msgid "failed to finalize '%s'."
2846 msgstr ""
2848 #: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
2849 #: builtin/commit.c:754 builtin/merge.c:1044
2850 #, c-format
2851 msgid "could not read '%s'"
2852 msgstr ""
2854 #: sequencer.c:358
2855 #, c-format
2856 msgid "your local changes would be overwritten by %s."
2857 msgstr ""
2859 #: sequencer.c:362
2860 msgid "commit your changes or stash them to proceed."
2861 msgstr ""
2863 #: sequencer.c:391
2864 #, c-format
2865 msgid "%s: fast-forward"
2866 msgstr ""
2868 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2869 #. "rebase -i".
2871 #: sequencer.c:474
2872 #, c-format
2873 msgid "%s: Unable to write new index file"
2874 msgstr ""
2876 #: sequencer.c:493
2877 msgid "could not resolve HEAD commit\n"
2878 msgstr ""
2880 #: sequencer.c:513
2881 msgid "unable to update cache tree\n"
2882 msgstr ""
2884 #: sequencer.c:597
2885 #, c-format
2886 msgid ""
2887 "you have staged changes in your working tree\n"
2888 "If these changes are meant to be squashed into the previous commit, run:\n"
2889 "\n"
2890 "  git commit --amend %s\n"
2891 "\n"
2892 "If they are meant to go into a new commit, run:\n"
2893 "\n"
2894 "  git commit %s\n"
2895 "\n"
2896 "In both cases, once you're done, continue with:\n"
2897 "\n"
2898 "  git rebase --continue\n"
2899 msgstr ""
2901 #: sequencer.c:699
2902 #, c-format
2903 msgid "could not parse commit %s\n"
2904 msgstr ""
2906 #: sequencer.c:704
2907 #, c-format
2908 msgid "could not parse parent commit %s\n"
2909 msgstr ""
2911 #: sequencer.c:826
2912 #, c-format
2913 msgid ""
2914 "unexpected 1st line of squash message:\n"
2915 "\n"
2916 "\t%.*s"
2917 msgstr ""
2919 #: sequencer.c:832
2920 #, c-format
2921 msgid ""
2922 "invalid 1st line of squash message:\n"
2923 "\n"
2924 "\t%.*s"
2925 msgstr ""
2927 #: sequencer.c:838 sequencer.c:863
2928 #, c-format
2929 msgid "This is a combination of %d commits."
2930 msgstr ""
2932 #: sequencer.c:847 sequencer.c:2681
2933 msgid "need a HEAD to fixup"
2934 msgstr ""
2936 #: sequencer.c:849
2937 msgid "could not read HEAD"
2938 msgstr ""
2940 #: sequencer.c:851
2941 msgid "could not read HEAD's commit message"
2942 msgstr ""
2944 #: sequencer.c:857
2945 #, c-format
2946 msgid "cannot write '%s'"
2947 msgstr ""
2949 #: sequencer.c:866 git-rebase--interactive.sh:446
2950 msgid "This is the 1st commit message:"
2951 msgstr ""
2953 #: sequencer.c:874
2954 #, c-format
2955 msgid "could not read commit message of %s"
2956 msgstr ""
2958 #: sequencer.c:881
2959 #, c-format
2960 msgid "This is the commit message #%d:"
2961 msgstr ""
2963 #: sequencer.c:886
2964 #, c-format
2965 msgid "The commit message #%d will be skipped:"
2966 msgstr ""
2968 #: sequencer.c:891
2969 #, c-format
2970 msgid "unknown command: %d"
2971 msgstr ""
2973 #: sequencer.c:957
2974 msgid "your index file is unmerged."
2975 msgstr ""
2977 #: sequencer.c:975
2978 #, c-format
2979 msgid "commit %s is a merge but no -m option was given."
2980 msgstr ""
2982 #: sequencer.c:983
2983 #, c-format
2984 msgid "commit %s does not have parent %d"
2985 msgstr ""
2987 #: sequencer.c:987
2988 #, c-format
2989 msgid "mainline was specified but commit %s is not a merge."
2990 msgstr ""
2992 #: sequencer.c:993
2993 #, c-format
2994 msgid "cannot get commit message for %s"
2995 msgstr ""
2997 #. TRANSLATORS: The first %s will be a "todo" command like
2998 #. "revert" or "pick", the second %s a SHA1.
2999 #: sequencer.c:1014
3000 #, c-format
3001 msgid "%s: cannot parse parent commit %s"
3002 msgstr ""
3004 #: sequencer.c:1077 sequencer.c:1853
3005 #, c-format
3006 msgid "could not rename '%s' to '%s'"
3007 msgstr ""
3009 #: sequencer.c:1128
3010 #, c-format
3011 msgid "could not revert %s... %s"
3012 msgstr ""
3014 #: sequencer.c:1129
3015 #, c-format
3016 msgid "could not apply %s... %s"
3017 msgstr ""
3019 #: sequencer.c:1171
3020 msgid "empty commit set passed"
3021 msgstr ""
3023 #: sequencer.c:1181
3024 #, c-format
3025 msgid "git %s: failed to read the index"
3026 msgstr ""
3028 #: sequencer.c:1188
3029 #, c-format
3030 msgid "git %s: failed to refresh the index"
3031 msgstr ""
3033 #: sequencer.c:1308
3034 #, c-format
3035 msgid "invalid line %d: %.*s"
3036 msgstr ""
3038 #: sequencer.c:1316
3039 #, c-format
3040 msgid "cannot '%s' without a previous commit"
3041 msgstr ""
3043 #: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3044 #: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3045 #, c-format
3046 msgid "could not read '%s'."
3047 msgstr ""
3049 #: sequencer.c:1361
3050 msgid "please fix this using 'git rebase --edit-todo'."
3051 msgstr ""
3053 #: sequencer.c:1363
3054 #, c-format
3055 msgid "unusable instruction sheet: '%s'"
3056 msgstr ""
3058 #: sequencer.c:1368
3059 msgid "no commits parsed."
3060 msgstr ""
3062 #: sequencer.c:1379
3063 msgid "cannot cherry-pick during a revert."
3064 msgstr ""
3066 #: sequencer.c:1381
3067 msgid "cannot revert during a cherry-pick."
3068 msgstr ""
3070 #: sequencer.c:1448
3071 #, c-format
3072 msgid "invalid key: %s"
3073 msgstr ""
3075 #: sequencer.c:1451
3076 #, c-format
3077 msgid "invalid value for %s: %s"
3078 msgstr ""
3080 #: sequencer.c:1517
3081 #, c-format
3082 msgid "malformed options sheet: '%s'"
3083 msgstr ""
3085 #: sequencer.c:1555
3086 msgid "a cherry-pick or revert is already in progress"
3087 msgstr ""
3089 #: sequencer.c:1556
3090 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3091 msgstr ""
3093 #: sequencer.c:1559
3094 #, c-format
3095 msgid "could not create sequencer directory '%s'"
3096 msgstr ""
3098 #: sequencer.c:1574
3099 msgid "could not lock HEAD"
3100 msgstr ""
3102 #: sequencer.c:1632 sequencer.c:2211
3103 msgid "no cherry-pick or revert in progress"
3104 msgstr ""
3106 #: sequencer.c:1634
3107 msgid "cannot resolve HEAD"
3108 msgstr ""
3110 #: sequencer.c:1636 sequencer.c:1671
3111 msgid "cannot abort from a branch yet to be born"
3112 msgstr ""
3114 #: sequencer.c:1657 builtin/grep.c:711
3115 #, c-format
3116 msgid "cannot open '%s'"
3117 msgstr ""
3119 #: sequencer.c:1659
3120 #, c-format
3121 msgid "cannot read '%s': %s"
3122 msgstr ""
3124 #: sequencer.c:1660
3125 msgid "unexpected end of file"
3126 msgstr ""
3128 #: sequencer.c:1666
3129 #, c-format
3130 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3131 msgstr ""
3133 #: sequencer.c:1677
3134 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3135 msgstr ""
3137 #: sequencer.c:1818 sequencer.c:2109
3138 msgid "cannot read HEAD"
3139 msgstr ""
3141 #: sequencer.c:1858 builtin/difftool.c:640
3142 #, c-format
3143 msgid "could not copy '%s' to '%s'"
3144 msgstr ""
3146 #: sequencer.c:1874
3147 msgid "could not read index"
3148 msgstr ""
3150 #: sequencer.c:1879
3151 #, c-format
3152 msgid ""
3153 "execution failed: %s\n"
3154 "%sYou can fix the problem, and then run\n"
3155 "\n"
3156 "  git rebase --continue\n"
3157 "\n"
3158 msgstr ""
3160 #: sequencer.c:1885
3161 msgid "and made changes to the index and/or the working tree\n"
3162 msgstr ""
3164 #: sequencer.c:1891
3165 #, c-format
3166 msgid ""
3167 "execution succeeded: %s\n"
3168 "but left changes to the index and/or the working tree\n"
3169 "Commit or stash your changes, and then run\n"
3170 "\n"
3171 "  git rebase --continue\n"
3172 "\n"
3173 msgstr ""
3175 #: sequencer.c:1948
3176 #, c-format
3177 msgid "Applied autostash.\n"
3178 msgstr ""
3180 #: sequencer.c:1960
3181 #, c-format
3182 msgid "cannot store %s"
3183 msgstr ""
3185 #: sequencer.c:1963 git-rebase.sh:175
3186 #, c-format
3187 msgid ""
3188 "Applying autostash resulted in conflicts.\n"
3189 "Your changes are safe in the stash.\n"
3190 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3191 msgstr ""
3193 #: sequencer.c:2045
3194 #, c-format
3195 msgid "Stopped at %s...  %.*s\n"
3196 msgstr ""
3198 #: sequencer.c:2087
3199 #, c-format
3200 msgid "unknown command %d"
3201 msgstr ""
3203 #: sequencer.c:2117
3204 msgid "could not read orig-head"
3205 msgstr ""
3207 #: sequencer.c:2122 sequencer.c:2678
3208 msgid "could not read 'onto'"
3209 msgstr ""
3211 #: sequencer.c:2129
3212 #, c-format
3213 msgid "could not update %s"
3214 msgstr ""
3216 #: sequencer.c:2136
3217 #, c-format
3218 msgid "could not update HEAD to %s"
3219 msgstr ""
3221 #: sequencer.c:2220
3222 msgid "cannot rebase: You have unstaged changes."
3223 msgstr ""
3225 #: sequencer.c:2225
3226 msgid "could not remove CHERRY_PICK_HEAD"
3227 msgstr ""
3229 #: sequencer.c:2234
3230 msgid "cannot amend non-existing commit"
3231 msgstr ""
3233 #: sequencer.c:2236
3234 #, c-format
3235 msgid "invalid file: '%s'"
3236 msgstr ""
3238 #: sequencer.c:2238
3239 #, c-format
3240 msgid "invalid contents: '%s'"
3241 msgstr ""
3243 #: sequencer.c:2241
3244 msgid ""
3245 "\n"
3246 "You have uncommitted changes in your working tree. Please, commit them\n"
3247 "first and then run 'git rebase --continue' again."
3248 msgstr ""
3250 #: sequencer.c:2251
3251 msgid "could not commit staged changes."
3252 msgstr ""
3254 #: sequencer.c:2331
3255 #, c-format
3256 msgid "%s: can't cherry-pick a %s"
3257 msgstr ""
3259 #: sequencer.c:2335
3260 #, c-format
3261 msgid "%s: bad revision"
3262 msgstr ""
3264 #: sequencer.c:2368
3265 msgid "can't revert as initial commit"
3266 msgstr ""
3268 #: sequencer.c:2471
3269 msgid "make_script: unhandled options"
3270 msgstr ""
3272 #: sequencer.c:2474
3273 msgid "make_script: error preparing revisions"
3274 msgstr ""
3276 #: sequencer.c:2510
3277 #, c-format
3278 msgid "unusable todo list: '%s'"
3279 msgstr ""
3281 #: sequencer.c:2516
3282 #, c-format
3283 msgid "unable to open '%s' for writing"
3284 msgstr ""
3286 #: sequencer.c:2561
3287 #, c-format
3288 msgid "unrecognized setting %s for optionrebase.missingCommitsCheck. Ignoring."
3289 msgstr ""
3291 #: sequencer.c:2641
3292 #, c-format
3293 msgid ""
3294 "Warning: some commits may have been dropped accidentally.\n"
3295 "Dropped commits (newer to older):\n"
3296 msgstr ""
3298 #: sequencer.c:2648
3299 #, c-format
3300 msgid ""
3301 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3302 "\n"
3303 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3304 "warnings.\n"
3305 "The possible behaviours are: ignore, warn, error.\n"
3306 "\n"
3307 msgstr ""
3309 #: sequencer.c:2660
3310 #, c-format
3311 msgid ""
3312 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3313 "continue'.\n"
3314 "Or you can abort the rebase with 'git rebase --abort'.\n"
3315 msgstr ""
3317 #: sequencer.c:2708
3318 #, c-format
3319 msgid "could not parse commit '%s'"
3320 msgstr ""
3322 #: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3323 #: builtin/am.c:775
3324 #, c-format
3325 msgid "could not open '%s' for writing"
3326 msgstr ""
3328 #: sequencer.c:2756
3329 #, c-format
3330 msgid "could not truncate '%s'"
3331 msgstr ""
3333 #: sequencer.c:2848
3334 msgid "the script was already rearranged."
3335 msgstr ""
3337 #: sequencer.c:2953
3338 #, c-format
3339 msgid "could not finish '%s'"
3340 msgstr ""
3342 #: setup.c:171
3343 #, c-format
3344 msgid ""
3345 "%s: no such path in the working tree.\n"
3346 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3347 msgstr ""
3349 #: setup.c:184
3350 #, c-format
3351 msgid ""
3352 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3353 "Use '--' to separate paths from revisions, like this:\n"
3354 "'git <command> [<revision>...] -- [<file>...]'"
3355 msgstr ""
3357 #: setup.c:252
3358 #, c-format
3359 msgid ""
3360 "ambiguous argument '%s': both revision and filename\n"
3361 "Use '--' to separate paths from revisions, like this:\n"
3362 "'git <command> [<revision>...] -- [<file>...]'"
3363 msgstr ""
3365 #: setup.c:499
3366 #, c-format
3367 msgid "Expected git repo version <= %d, found %d"
3368 msgstr ""
3370 #: setup.c:507
3371 msgid "unknown repository extensions found:"
3372 msgstr ""
3374 #: setup.c:806
3375 #, c-format
3376 msgid "Not a git repository (or any of the parent directories): %s"
3377 msgstr ""
3379 #: setup.c:808 builtin/index-pack.c:1653
3380 msgid "Cannot come back to cwd"
3381 msgstr ""
3383 #: setup.c:1046
3384 msgid "Unable to read current working directory"
3385 msgstr ""
3387 #: setup.c:1058 setup.c:1064
3388 #, c-format
3389 msgid "Cannot change to '%s'"
3390 msgstr ""
3392 #: setup.c:1077
3393 #, c-format
3394 msgid ""
3395 "Not a git repository (or any parent up to mount point %s)\n"
3396 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3397 msgstr ""
3399 #: setup.c:1159
3400 #, c-format
3401 msgid ""
3402 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3403 "The owner of files must always have read and write permissions."
3404 msgstr ""
3406 #: sha1_file.c:528
3407 #, c-format
3408 msgid "path '%s' does not exist"
3409 msgstr ""
3411 #: sha1_file.c:554
3412 #, c-format
3413 msgid "reference repository '%s' as a linked checkout is not supported yet."
3414 msgstr ""
3416 #: sha1_file.c:560
3417 #, c-format
3418 msgid "reference repository '%s' is not a local repository."
3419 msgstr ""
3421 #: sha1_file.c:566
3422 #, c-format
3423 msgid "reference repository '%s' is shallow"
3424 msgstr ""
3426 #: sha1_file.c:574
3427 #, c-format
3428 msgid "reference repository '%s' is grafted"
3429 msgstr ""
3431 #: sha1_name.c:420
3432 #, c-format
3433 msgid "short SHA1 %s is ambiguous"
3434 msgstr ""
3436 #: sha1_name.c:431
3437 msgid "The candidates are:"
3438 msgstr ""
3440 #: sha1_name.c:590
3441 msgid ""
3442 "Git normally never creates a ref that ends with 40 hex characters\n"
3443 "because it will be ignored when you just specify 40-hex. These refs\n"
3444 "may be created by mistake. For example,\n"
3445 "\n"
3446 "  git checkout -b $br $(git rev-parse ...)\n"
3447 "\n"
3448 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3449 "examine these refs and maybe delete them. Turn this message off by\n"
3450 "running \"git config advice.objectNameWarning false\""
3451 msgstr ""
3453 #: submodule.c:93 submodule.c:127
3454 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3455 msgstr ""
3457 #: submodule.c:97 submodule.c:131
3458 #, c-format
3459 msgid "Could not find section in .gitmodules where path=%s"
3460 msgstr ""
3462 #: submodule.c:105
3463 #, c-format
3464 msgid "Could not update .gitmodules entry %s"
3465 msgstr ""
3467 #: submodule.c:138
3468 #, c-format
3469 msgid "Could not remove .gitmodules entry for %s"
3470 msgstr ""
3472 #: submodule.c:149
3473 msgid "staging updated .gitmodules failed"
3474 msgstr ""
3476 #: submodule.c:309
3477 #, c-format
3478 msgid "in unpopulated submodule '%s'"
3479 msgstr ""
3481 #: submodule.c:340
3482 #, c-format
3483 msgid "Pathspec '%s' is in submodule '%.*s'"
3484 msgstr ""
3486 #: submodule.c:799
3487 #, c-format
3488 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3489 msgstr ""
3491 #: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3492 msgid "Failed to resolve HEAD as a valid ref."
3493 msgstr ""
3495 #: submodule.c:1304
3496 #, c-format
3497 msgid "'%s' not recognized as a git repository"
3498 msgstr ""
3500 #: submodule.c:1442
3501 #, c-format
3502 msgid "could not start 'git status' in submodule '%s'"
3503 msgstr ""
3505 #: submodule.c:1455
3506 #, c-format
3507 msgid "could not run 'git status' in submodule '%s'"
3508 msgstr ""
3510 #: submodule.c:1548
3511 #, c-format
3512 msgid "submodule '%s' has dirty index"
3513 msgstr ""
3515 #: submodule.c:1809
3516 #, c-format
3517 msgid ""
3518 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3519 msgstr ""
3521 #: submodule.c:1821 submodule.c:1877
3522 #, c-format
3523 msgid "could not lookup name for submodule '%s'"
3524 msgstr ""
3526 #: submodule.c:1825 builtin/submodule--helper.c:671
3527 #: builtin/submodule--helper.c:681
3528 #, c-format
3529 msgid "could not create directory '%s'"
3530 msgstr ""
3532 #: submodule.c:1828
3533 #, c-format
3534 msgid ""
3535 "Migrating git directory of '%s%s' from\n"
3536 "'%s' to\n"
3537 "'%s'\n"
3538 msgstr ""
3540 #: submodule.c:1912
3541 #, c-format
3542 msgid "could not recurse into submodule '%s'"
3543 msgstr ""
3545 #: submodule.c:1956
3546 msgid "could not start ls-files in .."
3547 msgstr ""
3549 #: submodule.c:1976
3550 msgid "BUG: returned path string doesn't match cwd?"
3551 msgstr ""
3553 #: submodule.c:1995
3554 #, c-format
3555 msgid "ls-tree returned unexpected return code %d"
3556 msgstr ""
3558 #: submodule-config.c:263
3559 msgid "negative values not allowed for submodule.fetchjobs"
3560 msgstr ""
3562 #: submodule-config.c:436
3563 #, c-format
3564 msgid "invalid value for %s"
3565 msgstr ""
3567 #: trailer.c:238
3568 #, c-format
3569 msgid "running trailer command '%s' failed"
3570 msgstr ""
3572 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3573 #: trailer.c:557
3574 #, c-format
3575 msgid "unknown value '%s' for key '%s'"
3576 msgstr ""
3578 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3579 #, c-format
3580 msgid "more than one %s"
3581 msgstr ""
3583 #: trailer.c:730
3584 #, c-format
3585 msgid "empty trailer token in trailer '%.*s'"
3586 msgstr ""
3588 #: trailer.c:750
3589 #, c-format
3590 msgid "could not read input file '%s'"
3591 msgstr ""
3593 #: trailer.c:753
3594 msgid "could not read from stdin"
3595 msgstr ""
3597 #: trailer.c:1008 builtin/am.c:46
3598 #, c-format
3599 msgid "could not stat %s"
3600 msgstr ""
3602 #: trailer.c:1010
3603 #, c-format
3604 msgid "file %s is not a regular file"
3605 msgstr ""
3607 #: trailer.c:1012
3608 #, c-format
3609 msgid "file %s is not writable by user"
3610 msgstr ""
3612 #: trailer.c:1024
3613 msgid "could not open temporary file"
3614 msgstr ""
3616 #: trailer.c:1064
3617 #, c-format
3618 msgid "could not rename temporary file to %s"
3619 msgstr ""
3621 #: transport.c:62
3622 #, c-format
3623 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3624 msgstr ""
3626 #: transport.c:151
3627 #, c-format
3628 msgid "transport: invalid depth option '%s'"
3629 msgstr ""
3631 #: transport.c:888
3632 #, c-format
3633 msgid ""
3634 "The following submodule paths contain changes that can\n"
3635 "not be found on any remote:\n"
3636 msgstr ""
3638 #: transport.c:892
3639 #, c-format
3640 msgid ""
3641 "\n"
3642 "Please try\n"
3643 "\n"
3644 "\tgit push --recurse-submodules=on-demand\n"
3645 "\n"
3646 "or cd to the path and use\n"
3647 "\n"
3648 "\tgit push\n"
3649 "\n"
3650 "to push them to a remote.\n"
3651 "\n"
3652 msgstr ""
3654 #: transport.c:900
3655 msgid "Aborting."
3656 msgstr ""
3658 #: transport-helper.c:1071
3659 #, c-format
3660 msgid "Could not read ref %s"
3661 msgstr ""
3663 #: tree-walk.c:31
3664 msgid "too-short tree object"
3665 msgstr ""
3667 #: tree-walk.c:37
3668 msgid "malformed mode in tree entry"
3669 msgstr ""
3671 #: tree-walk.c:41
3672 msgid "empty filename in tree entry"
3673 msgstr ""
3675 #: tree-walk.c:114
3676 msgid "too-short tree file"
3677 msgstr ""
3679 #: unpack-trees.c:106
3680 #, c-format
3681 msgid ""
3682 "Your local changes to the following files would be overwritten by checkout:\n"
3683 "%%sPlease commit your changes or stash them before you switch branches."
3684 msgstr ""
3686 #: unpack-trees.c:108
3687 #, c-format
3688 msgid ""
3689 "Your local changes to the following files would be overwritten by checkout:\n"
3690 "%%s"
3691 msgstr ""
3693 #: unpack-trees.c:111
3694 #, c-format
3695 msgid ""
3696 "Your local changes to the following files would be overwritten by merge:\n"
3697 "%%sPlease commit your changes or stash them before you merge."
3698 msgstr ""
3700 #: unpack-trees.c:113
3701 #, c-format
3702 msgid ""
3703 "Your local changes to the following files would be overwritten by merge:\n"
3704 "%%s"
3705 msgstr ""
3707 #: unpack-trees.c:116
3708 #, c-format
3709 msgid ""
3710 "Your local changes to the following files would be overwritten by %s:\n"
3711 "%%sPlease commit your changes or stash them before you %s."
3712 msgstr ""
3714 #: unpack-trees.c:118
3715 #, c-format
3716 msgid ""
3717 "Your local changes to the following files would be overwritten by %s:\n"
3718 "%%s"
3719 msgstr ""
3721 #: unpack-trees.c:123
3722 #, c-format
3723 msgid ""
3724 "Updating the following directories would lose untracked files in them:\n"
3725 "%s"
3726 msgstr ""
3728 #: unpack-trees.c:127
3729 #, c-format
3730 msgid ""
3731 "The following untracked working tree files would be removed by checkout:\n"
3732 "%%sPlease move or remove them before you switch branches."
3733 msgstr ""
3735 #: unpack-trees.c:129
3736 #, c-format
3737 msgid ""
3738 "The following untracked working tree files would be removed by checkout:\n"
3739 "%%s"
3740 msgstr ""
3742 #: unpack-trees.c:132
3743 #, c-format
3744 msgid ""
3745 "The following untracked working tree files would be removed by merge:\n"
3746 "%%sPlease move or remove them before you merge."
3747 msgstr ""
3749 #: unpack-trees.c:134
3750 #, c-format
3751 msgid ""
3752 "The following untracked working tree files would be removed by merge:\n"
3753 "%%s"
3754 msgstr ""
3756 #: unpack-trees.c:137
3757 #, c-format
3758 msgid ""
3759 "The following untracked working tree files would be removed by %s:\n"
3760 "%%sPlease move or remove them before you %s."
3761 msgstr ""
3763 #: unpack-trees.c:139
3764 #, c-format
3765 msgid ""
3766 "The following untracked working tree files would be removed by %s:\n"
3767 "%%s"
3768 msgstr ""
3770 #: unpack-trees.c:144
3771 #, c-format
3772 msgid ""
3773 "The following untracked working tree files would be overwritten by "
3774 "checkout:\n"
3775 "%%sPlease move or remove them before you switch branches."
3776 msgstr ""
3778 #: unpack-trees.c:146
3779 #, c-format
3780 msgid ""
3781 "The following untracked working tree files would be overwritten by "
3782 "checkout:\n"
3783 "%%s"
3784 msgstr ""
3786 #: unpack-trees.c:149
3787 #, c-format
3788 msgid ""
3789 "The following untracked working tree files would be overwritten by merge:\n"
3790 "%%sPlease move or remove them before you merge."
3791 msgstr ""
3793 #: unpack-trees.c:151
3794 #, c-format
3795 msgid ""
3796 "The following untracked working tree files would be overwritten by merge:\n"
3797 "%%s"
3798 msgstr ""
3800 #: unpack-trees.c:154
3801 #, c-format
3802 msgid ""
3803 "The following untracked working tree files would be overwritten by %s:\n"
3804 "%%sPlease move or remove them before you %s."
3805 msgstr ""
3807 #: unpack-trees.c:156
3808 #, c-format
3809 msgid ""
3810 "The following untracked working tree files would be overwritten by %s:\n"
3811 "%%s"
3812 msgstr ""
3814 #: unpack-trees.c:163
3815 #, c-format
3816 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3817 msgstr ""
3819 #: unpack-trees.c:166
3820 #, c-format
3821 msgid ""
3822 "Cannot update sparse checkout: the following entries are not up to date:\n"
3823 "%s"
3824 msgstr ""
3826 #: unpack-trees.c:168
3827 #, c-format
3828 msgid ""
3829 "The following working tree files would be overwritten by sparse checkout "
3830 "update:\n"
3831 "%s"
3832 msgstr ""
3834 #: unpack-trees.c:170
3835 #, c-format
3836 msgid ""
3837 "The following working tree files would be removed by sparse checkout "
3838 "update:\n"
3839 "%s"
3840 msgstr ""
3842 #: unpack-trees.c:172
3843 #, c-format
3844 msgid ""
3845 "Cannot update submodule:\n"
3846 "%s"
3847 msgstr ""
3849 #: unpack-trees.c:249
3850 #, c-format
3851 msgid "Aborting\n"
3852 msgstr ""
3854 #: unpack-trees.c:331
3855 msgid "Checking out files"
3856 msgstr ""
3858 #: urlmatch.c:163
3859 msgid "invalid URL scheme name or missing '://' suffix"
3860 msgstr ""
3862 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3863 #, c-format
3864 msgid "invalid %XX escape sequence"
3865 msgstr ""
3867 #: urlmatch.c:215
3868 msgid "missing host and scheme is not 'file:'"
3869 msgstr ""
3871 #: urlmatch.c:232
3872 msgid "a 'file:' URL may not have a port number"
3873 msgstr ""
3875 #: urlmatch.c:247
3876 msgid "invalid characters in host name"
3877 msgstr ""
3879 #: urlmatch.c:292 urlmatch.c:303
3880 msgid "invalid port number"
3881 msgstr ""
3883 #: urlmatch.c:371
3884 msgid "invalid '..' path segment"
3885 msgstr ""
3887 #: worktree.c:245
3888 #, c-format
3889 msgid "failed to read '%s'"
3890 msgstr ""
3892 #: wrapper.c:223 wrapper.c:393
3893 #, c-format
3894 msgid "could not open '%s' for reading and writing"
3895 msgstr ""
3897 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3898 #: builtin/am.c:858 builtin/merge.c:1041
3899 #, c-format
3900 msgid "could not open '%s' for reading"
3901 msgstr ""
3903 #: wrapper.c:424 wrapper.c:624
3904 #, c-format
3905 msgid "unable to access '%s'"
3906 msgstr ""
3908 #: wrapper.c:632
3909 msgid "unable to get current working directory"
3910 msgstr ""
3912 #: wrapper.c:656
3913 #, c-format
3914 msgid "could not write to %s"
3915 msgstr ""
3917 #: wrapper.c:658
3918 #, c-format
3919 msgid "could not close %s"
3920 msgstr ""
3922 #: wt-status.c:150
3923 msgid "Unmerged paths:"
3924 msgstr ""
3926 #: wt-status.c:177 wt-status.c:204
3927 #, c-format
3928 msgid "  (use \"git reset %s <file>...\" to unstage)"
3929 msgstr ""
3931 #: wt-status.c:179 wt-status.c:206
3932 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3933 msgstr ""
3935 #: wt-status.c:183
3936 msgid "  (use \"git add <file>...\" to mark resolution)"
3937 msgstr ""
3939 #: wt-status.c:185 wt-status.c:189
3940 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3941 msgstr ""
3943 #: wt-status.c:187
3944 msgid "  (use \"git rm <file>...\" to mark resolution)"
3945 msgstr ""
3947 #: wt-status.c:198 wt-status.c:979
3948 msgid "Changes to be committed:"
3949 msgstr ""
3951 #: wt-status.c:216 wt-status.c:988
3952 msgid "Changes not staged for commit:"
3953 msgstr ""
3955 #: wt-status.c:220
3956 msgid "  (use \"git add <file>...\" to update what will be committed)"
3957 msgstr ""
3959 #: wt-status.c:222
3960 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3961 msgstr ""
3963 #: wt-status.c:223
3964 msgid ""
3965 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3966 msgstr ""
3968 #: wt-status.c:225
3969 msgid "  (commit or discard the untracked or modified content in submodules)"
3970 msgstr ""
3972 #: wt-status.c:237
3973 #, c-format
3974 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3975 msgstr ""
3977 #: wt-status.c:252
3978 msgid "both deleted:"
3979 msgstr ""
3981 #: wt-status.c:254
3982 msgid "added by us:"
3983 msgstr ""
3985 #: wt-status.c:256
3986 msgid "deleted by them:"
3987 msgstr ""
3989 #: wt-status.c:258
3990 msgid "added by them:"
3991 msgstr ""
3993 #: wt-status.c:260
3994 msgid "deleted by us:"
3995 msgstr ""
3997 #: wt-status.c:262
3998 msgid "both added:"
3999 msgstr ""
4001 #: wt-status.c:264
4002 msgid "both modified:"
4003 msgstr ""
4005 #: wt-status.c:274
4006 msgid "new file:"
4007 msgstr ""
4009 #: wt-status.c:276
4010 msgid "copied:"
4011 msgstr ""
4013 #: wt-status.c:278
4014 msgid "deleted:"
4015 msgstr ""
4017 #: wt-status.c:280
4018 msgid "modified:"
4019 msgstr ""
4021 #: wt-status.c:282
4022 msgid "renamed:"
4023 msgstr ""
4025 #: wt-status.c:284
4026 msgid "typechange:"
4027 msgstr ""
4029 #: wt-status.c:286
4030 msgid "unknown:"
4031 msgstr ""
4033 #: wt-status.c:288
4034 msgid "unmerged:"
4035 msgstr ""
4037 #: wt-status.c:370
4038 msgid "new commits, "
4039 msgstr ""
4041 #: wt-status.c:372
4042 msgid "modified content, "
4043 msgstr ""
4045 #: wt-status.c:374
4046 msgid "untracked content, "
4047 msgstr ""
4049 #: wt-status.c:819
4050 #, c-format
4051 msgid "Your stash currently has %d entry"
4052 msgid_plural "Your stash currently has %d entries"
4053 msgstr[0] ""
4054 msgstr[1] ""
4056 #: wt-status.c:851
4057 msgid "Submodules changed but not updated:"
4058 msgstr ""
4060 #: wt-status.c:853
4061 msgid "Submodule changes to be committed:"
4062 msgstr ""
4064 #: wt-status.c:935
4065 msgid ""
4066 "Do not modify or remove the line above.\n"
4067 "Everything below it will be ignored."
4068 msgstr ""
4070 #: wt-status.c:1048
4071 msgid "You have unmerged paths."
4072 msgstr ""
4074 #: wt-status.c:1051
4075 msgid "  (fix conflicts and run \"git commit\")"
4076 msgstr ""
4078 #: wt-status.c:1053
4079 msgid "  (use \"git merge --abort\" to abort the merge)"
4080 msgstr ""
4082 #: wt-status.c:1058
4083 msgid "All conflicts fixed but you are still merging."
4084 msgstr ""
4086 #: wt-status.c:1061
4087 msgid "  (use \"git commit\" to conclude merge)"
4088 msgstr ""
4090 #: wt-status.c:1071
4091 msgid "You are in the middle of an am session."
4092 msgstr ""
4094 #: wt-status.c:1074
4095 msgid "The current patch is empty."
4096 msgstr ""
4098 #: wt-status.c:1078
4099 msgid "  (fix conflicts and then run \"git am --continue\")"
4100 msgstr ""
4102 #: wt-status.c:1080
4103 msgid "  (use \"git am --skip\" to skip this patch)"
4104 msgstr ""
4106 #: wt-status.c:1082
4107 msgid "  (use \"git am --abort\" to restore the original branch)"
4108 msgstr ""
4110 #: wt-status.c:1214
4111 msgid "git-rebase-todo is missing."
4112 msgstr ""
4114 #: wt-status.c:1216
4115 msgid "No commands done."
4116 msgstr ""
4118 #: wt-status.c:1219
4119 #, c-format
4120 msgid "Last command done (%d command done):"
4121 msgid_plural "Last commands done (%d commands done):"
4122 msgstr[0] ""
4123 msgstr[1] ""
4125 #: wt-status.c:1230
4126 #, c-format
4127 msgid "  (see more in file %s)"
4128 msgstr ""
4130 #: wt-status.c:1235
4131 msgid "No commands remaining."
4132 msgstr ""
4134 #: wt-status.c:1238
4135 #, c-format
4136 msgid "Next command to do (%d remaining command):"
4137 msgid_plural "Next commands to do (%d remaining commands):"
4138 msgstr[0] ""
4139 msgstr[1] ""
4141 #: wt-status.c:1246
4142 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4143 msgstr ""
4145 #: wt-status.c:1259
4146 #, c-format
4147 msgid "You are currently rebasing branch '%s' on '%s'."
4148 msgstr ""
4150 #: wt-status.c:1264
4151 msgid "You are currently rebasing."
4152 msgstr ""
4154 #: wt-status.c:1278
4155 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4156 msgstr ""
4158 #: wt-status.c:1280
4159 msgid "  (use \"git rebase --skip\" to skip this patch)"
4160 msgstr ""
4162 #: wt-status.c:1282
4163 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4164 msgstr ""
4166 #: wt-status.c:1288
4167 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4168 msgstr ""
4170 #: wt-status.c:1292
4171 #, c-format
4172 msgid ""
4173 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4174 msgstr ""
4176 #: wt-status.c:1297
4177 msgid "You are currently splitting a commit during a rebase."
4178 msgstr ""
4180 #: wt-status.c:1300
4181 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4182 msgstr ""
4184 #: wt-status.c:1304
4185 #, c-format
4186 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4187 msgstr ""
4189 #: wt-status.c:1309
4190 msgid "You are currently editing a commit during a rebase."
4191 msgstr ""
4193 #: wt-status.c:1312
4194 msgid "  (use \"git commit --amend\" to amend the current commit)"
4195 msgstr ""
4197 #: wt-status.c:1314
4198 msgid ""
4199 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4200 msgstr ""
4202 #: wt-status.c:1324
4203 #, c-format
4204 msgid "You are currently cherry-picking commit %s."
4205 msgstr ""
4207 #: wt-status.c:1329
4208 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4209 msgstr ""
4211 #: wt-status.c:1332
4212 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4213 msgstr ""
4215 #: wt-status.c:1334
4216 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4217 msgstr ""
4219 #: wt-status.c:1343
4220 #, c-format
4221 msgid "You are currently reverting commit %s."
4222 msgstr ""
4224 #: wt-status.c:1348
4225 msgid "  (fix conflicts and run \"git revert --continue\")"
4226 msgstr ""
4228 #: wt-status.c:1351
4229 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4230 msgstr ""
4232 #: wt-status.c:1353
4233 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4234 msgstr ""
4236 #: wt-status.c:1364
4237 #, c-format
4238 msgid "You are currently bisecting, started from branch '%s'."
4239 msgstr ""
4241 #: wt-status.c:1368
4242 msgid "You are currently bisecting."
4243 msgstr ""
4245 #: wt-status.c:1371
4246 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4247 msgstr ""
4249 #: wt-status.c:1568
4250 msgid "On branch "
4251 msgstr ""
4253 #: wt-status.c:1574
4254 msgid "interactive rebase in progress; onto "
4255 msgstr ""
4257 #: wt-status.c:1576
4258 msgid "rebase in progress; onto "
4259 msgstr ""
4261 #: wt-status.c:1581
4262 msgid "HEAD detached at "
4263 msgstr ""
4265 #: wt-status.c:1583
4266 msgid "HEAD detached from "
4267 msgstr ""
4269 #: wt-status.c:1586
4270 msgid "Not currently on any branch."
4271 msgstr ""
4273 #: wt-status.c:1606
4274 msgid "Initial commit"
4275 msgstr ""
4277 #: wt-status.c:1607
4278 msgid "No commits yet"
4279 msgstr ""
4281 #: wt-status.c:1621
4282 msgid "Untracked files"
4283 msgstr ""
4285 #: wt-status.c:1623
4286 msgid "Ignored files"
4287 msgstr ""
4289 #: wt-status.c:1627
4290 #, c-format
4291 msgid ""
4292 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4293 "may speed it up, but you have to be careful not to forget to add\n"
4294 "new files yourself (see 'git help status')."
4295 msgstr ""
4297 #: wt-status.c:1633
4298 #, c-format
4299 msgid "Untracked files not listed%s"
4300 msgstr ""
4302 #: wt-status.c:1635
4303 msgid " (use -u option to show untracked files)"
4304 msgstr ""
4306 #: wt-status.c:1641
4307 msgid "No changes"
4308 msgstr ""
4310 #: wt-status.c:1646
4311 #, c-format
4312 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4313 msgstr ""
4315 #: wt-status.c:1649
4316 #, c-format
4317 msgid "no changes added to commit\n"
4318 msgstr ""
4320 #: wt-status.c:1652
4321 #, c-format
4322 msgid ""
4323 "nothing added to commit but untracked files present (use \"git add\" to "
4324 "track)\n"
4325 msgstr ""
4327 #: wt-status.c:1655
4328 #, c-format
4329 msgid "nothing added to commit but untracked files present\n"
4330 msgstr ""
4332 #: wt-status.c:1658
4333 #, c-format
4334 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4335 msgstr ""
4337 #: wt-status.c:1661 wt-status.c:1666
4338 #, c-format
4339 msgid "nothing to commit\n"
4340 msgstr ""
4342 #: wt-status.c:1664
4343 #, c-format
4344 msgid "nothing to commit (use -u to show untracked files)\n"
4345 msgstr ""
4347 #: wt-status.c:1668
4348 #, c-format
4349 msgid "nothing to commit, working tree clean\n"
4350 msgstr ""
4352 #: wt-status.c:1780
4353 msgid "No commits yet on "
4354 msgstr ""
4356 #: wt-status.c:1784
4357 msgid "HEAD (no branch)"
4358 msgstr ""
4360 #: wt-status.c:1813 wt-status.c:1821
4361 msgid "behind "
4362 msgstr ""
4364 #: wt-status.c:1816 wt-status.c:1819
4365 msgid "ahead "
4366 msgstr ""
4368 #. TRANSLATORS: the action is e.g. "pull with rebase"
4369 #: wt-status.c:2311
4370 #, c-format
4371 msgid "cannot %s: You have unstaged changes."
4372 msgstr ""
4374 #: wt-status.c:2317
4375 msgid "additionally, your index contains uncommitted changes."
4376 msgstr ""
4378 #: wt-status.c:2319
4379 #, c-format
4380 msgid "cannot %s: Your index contains uncommitted changes."
4381 msgstr ""
4383 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4384 #, c-format
4385 msgid "failed to unlink '%s'"
4386 msgstr ""
4388 #: builtin/add.c:24
4389 msgid "git add [<options>] [--] <pathspec>..."
4390 msgstr ""
4392 #: builtin/add.c:82
4393 #, c-format
4394 msgid "unexpected diff status %c"
4395 msgstr ""
4397 #: builtin/add.c:87 builtin/commit.c:291
4398 msgid "updating files failed"
4399 msgstr ""
4401 #: builtin/add.c:97
4402 #, c-format
4403 msgid "remove '%s'\n"
4404 msgstr ""
4406 #: builtin/add.c:153
4407 msgid "Unstaged changes after refreshing the index:"
4408 msgstr ""
4410 #: builtin/add.c:213 builtin/rev-parse.c:888
4411 msgid "Could not read the index"
4412 msgstr ""
4414 #: builtin/add.c:224
4415 #, c-format
4416 msgid "Could not open '%s' for writing."
4417 msgstr ""
4419 #: builtin/add.c:228
4420 msgid "Could not write patch"
4421 msgstr ""
4423 #: builtin/add.c:231
4424 msgid "editing patch failed"
4425 msgstr ""
4427 #: builtin/add.c:234
4428 #, c-format
4429 msgid "Could not stat '%s'"
4430 msgstr ""
4432 #: builtin/add.c:236
4433 msgid "Empty patch. Aborted."
4434 msgstr ""
4436 #: builtin/add.c:241
4437 #, c-format
4438 msgid "Could not apply '%s'"
4439 msgstr ""
4441 #: builtin/add.c:251
4442 msgid "The following paths are ignored by one of your .gitignore files:\n"
4443 msgstr ""
4445 #: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4446 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4447 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4448 msgid "dry run"
4449 msgstr ""
4451 #: builtin/add.c:274
4452 msgid "interactive picking"
4453 msgstr ""
4455 #: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4456 msgid "select hunks interactively"
4457 msgstr ""
4459 #: builtin/add.c:276
4460 msgid "edit current diff and apply"
4461 msgstr ""
4463 #: builtin/add.c:277
4464 msgid "allow adding otherwise ignored files"
4465 msgstr ""
4467 #: builtin/add.c:278
4468 msgid "update tracked files"
4469 msgstr ""
4471 #: builtin/add.c:279
4472 msgid "record only the fact that the path will be added later"
4473 msgstr ""
4475 #: builtin/add.c:280
4476 msgid "add changes from all tracked and untracked files"
4477 msgstr ""
4479 #: builtin/add.c:283
4480 msgid "ignore paths removed in the working tree (same as --no-all)"
4481 msgstr ""
4483 #: builtin/add.c:285
4484 msgid "don't add, only refresh the index"
4485 msgstr ""
4487 #: builtin/add.c:286
4488 msgid "just skip files which cannot be added because of errors"
4489 msgstr ""
4491 #: builtin/add.c:287
4492 msgid "check if - even missing - files are ignored in dry run"
4493 msgstr ""
4495 #: builtin/add.c:288 builtin/update-index.c:954
4496 msgid "(+/-)x"
4497 msgstr ""
4499 #: builtin/add.c:288 builtin/update-index.c:955
4500 msgid "override the executable bit of the listed files"
4501 msgstr ""
4503 #: builtin/add.c:290
4504 msgid "warn when adding an embedded repository"
4505 msgstr ""
4507 #: builtin/add.c:305
4508 #, c-format
4509 msgid ""
4510 "You've added another git repository inside your current repository.\n"
4511 "Clones of the outer repository will not contain the contents of\n"
4512 "the embedded repository and will not know how to obtain it.\n"
4513 "If you meant to add a submodule, use:\n"
4514 "\n"
4515 "\tgit submodule add <url> %s\n"
4516 "\n"
4517 "If you added this path by mistake, you can remove it from the\n"
4518 "index with:\n"
4519 "\n"
4520 "\tgit rm --cached %s\n"
4521 "\n"
4522 "See \"git help submodule\" for more information."
4523 msgstr ""
4525 #: builtin/add.c:333
4526 #, c-format
4527 msgid "adding embedded git repository: %s"
4528 msgstr ""
4530 #: builtin/add.c:351
4531 #, c-format
4532 msgid "Use -f if you really want to add them.\n"
4533 msgstr ""
4535 #: builtin/add.c:359
4536 msgid "adding files failed"
4537 msgstr ""
4539 #: builtin/add.c:396
4540 msgid "-A and -u are mutually incompatible"
4541 msgstr ""
4543 #: builtin/add.c:403
4544 msgid "Option --ignore-missing can only be used together with --dry-run"
4545 msgstr ""
4547 #: builtin/add.c:407
4548 #, c-format
4549 msgid "--chmod param '%s' must be either -x or +x"
4550 msgstr ""
4552 #: builtin/add.c:422
4553 #, c-format
4554 msgid "Nothing specified, nothing added.\n"
4555 msgstr ""
4557 #: builtin/add.c:423
4558 #, c-format
4559 msgid "Maybe you wanted to say 'git add .'?\n"
4560 msgstr ""
4562 #: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4563 #: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4564 #: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4565 #: builtin/submodule--helper.c:243
4566 msgid "index file corrupt"
4567 msgstr ""
4569 #: builtin/am.c:414
4570 msgid "could not parse author script"
4571 msgstr ""
4573 #: builtin/am.c:498
4574 #, c-format
4575 msgid "'%s' was deleted by the applypatch-msg hook"
4576 msgstr ""
4578 #: builtin/am.c:539
4579 #, c-format
4580 msgid "Malformed input line: '%s'."
4581 msgstr ""
4583 #: builtin/am.c:576
4584 #, c-format
4585 msgid "Failed to copy notes from '%s' to '%s'"
4586 msgstr ""
4588 #: builtin/am.c:602
4589 msgid "fseek failed"
4590 msgstr ""
4592 #: builtin/am.c:786
4593 #, c-format
4594 msgid "could not parse patch '%s'"
4595 msgstr ""
4597 #: builtin/am.c:851
4598 msgid "Only one StGIT patch series can be applied at once"
4599 msgstr ""
4601 #: builtin/am.c:899
4602 msgid "invalid timestamp"
4603 msgstr ""
4605 #: builtin/am.c:904 builtin/am.c:916
4606 msgid "invalid Date line"
4607 msgstr ""
4609 #: builtin/am.c:911
4610 msgid "invalid timezone offset"
4611 msgstr ""
4613 #: builtin/am.c:1004
4614 msgid "Patch format detection failed."
4615 msgstr ""
4617 #: builtin/am.c:1009 builtin/clone.c:402
4618 #, c-format
4619 msgid "failed to create directory '%s'"
4620 msgstr ""
4622 #: builtin/am.c:1013
4623 msgid "Failed to split patches."
4624 msgstr ""
4626 #: builtin/am.c:1142 builtin/commit.c:376
4627 msgid "unable to write index file"
4628 msgstr ""
4630 #: builtin/am.c:1193
4631 #, c-format
4632 msgid "When you have resolved this problem, run \"%s --continue\"."
4633 msgstr ""
4635 #: builtin/am.c:1194
4636 #, c-format
4637 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4638 msgstr ""
4640 #: builtin/am.c:1195
4641 #, c-format
4642 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4643 msgstr ""
4645 #: builtin/am.c:1302
4646 msgid "Patch is empty."
4647 msgstr ""
4649 #: builtin/am.c:1368
4650 #, c-format
4651 msgid "invalid ident line: %.*s"
4652 msgstr ""
4654 #: builtin/am.c:1390
4655 #, c-format
4656 msgid "unable to parse commit %s"
4657 msgstr ""
4659 #: builtin/am.c:1584
4660 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4661 msgstr ""
4663 #: builtin/am.c:1586
4664 msgid "Using index info to reconstruct a base tree..."
4665 msgstr ""
4667 #: builtin/am.c:1605
4668 msgid ""
4669 "Did you hand edit your patch?\n"
4670 "It does not apply to blobs recorded in its index."
4671 msgstr ""
4673 #: builtin/am.c:1611
4674 msgid "Falling back to patching base and 3-way merge..."
4675 msgstr ""
4677 #: builtin/am.c:1636
4678 msgid "Failed to merge in the changes."
4679 msgstr ""
4681 #: builtin/am.c:1660 builtin/merge.c:641
4682 msgid "git write-tree failed to write a tree"
4683 msgstr ""
4685 #: builtin/am.c:1667
4686 msgid "applying to an empty history"
4687 msgstr ""
4689 #: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4690 #: builtin/merge.c:849
4691 msgid "failed to write commit object"
4692 msgstr ""
4694 #: builtin/am.c:1713 builtin/am.c:1717
4695 #, c-format
4696 msgid "cannot resume: %s does not exist."
4697 msgstr ""
4699 #: builtin/am.c:1733
4700 msgid "cannot be interactive without stdin connected to a terminal."
4701 msgstr ""
4703 #: builtin/am.c:1738
4704 msgid "Commit Body is:"
4705 msgstr ""
4707 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4708 #. in your translation. The program will only accept English
4709 #. input at this point.
4711 #: builtin/am.c:1748
4712 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4713 msgstr ""
4715 #: builtin/am.c:1798
4716 #, c-format
4717 msgid "Dirty index: cannot apply patches (dirty: %s)"
4718 msgstr ""
4720 #: builtin/am.c:1838 builtin/am.c:1910
4721 #, c-format
4722 msgid "Applying: %.*s"
4723 msgstr ""
4725 #: builtin/am.c:1854
4726 msgid "No changes -- Patch already applied."
4727 msgstr ""
4729 #: builtin/am.c:1862
4730 #, c-format
4731 msgid "Patch failed at %s %.*s"
4732 msgstr ""
4734 #: builtin/am.c:1868
4735 #, c-format
4736 msgid "The copy of the patch that failed is found in: %s"
4737 msgstr ""
4739 #: builtin/am.c:1913
4740 msgid ""
4741 "No changes - did you forget to use 'git add'?\n"
4742 "If there is nothing left to stage, chances are that something else\n"
4743 "already introduced the same changes; you might want to skip this patch."
4744 msgstr ""
4746 #: builtin/am.c:1920
4747 msgid ""
4748 "You still have unmerged paths in your index.\n"
4749 "You should 'git add' each file with resolved conflicts to mark them as "
4750 "such.\n"
4751 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4752 msgstr ""
4754 #: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4755 #: builtin/reset.c:340
4756 #, c-format
4757 msgid "Could not parse object '%s'."
4758 msgstr ""
4760 #: builtin/am.c:2081
4761 msgid "failed to clean index"
4762 msgstr ""
4764 #: builtin/am.c:2116
4765 msgid ""
4766 "You seem to have moved HEAD since the last 'am' failure.\n"
4767 "Not rewinding to ORIG_HEAD"
4768 msgstr ""
4770 #: builtin/am.c:2179
4771 #, c-format
4772 msgid "Invalid value for --patch-format: %s"
4773 msgstr ""
4775 #: builtin/am.c:2212
4776 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4777 msgstr ""
4779 #: builtin/am.c:2213
4780 msgid "git am [<options>] (--continue | --skip | --abort)"
4781 msgstr ""
4783 #: builtin/am.c:2219
4784 msgid "run interactively"
4785 msgstr ""
4787 #: builtin/am.c:2221
4788 msgid "historical option -- no-op"
4789 msgstr ""
4791 #: builtin/am.c:2223
4792 msgid "allow fall back on 3way merging if needed"
4793 msgstr ""
4795 #: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4796 #: builtin/repack.c:180
4797 msgid "be quiet"
4798 msgstr ""
4800 #: builtin/am.c:2226
4801 msgid "add a Signed-off-by line to the commit message"
4802 msgstr ""
4804 #: builtin/am.c:2229
4805 msgid "recode into utf8 (default)"
4806 msgstr ""
4808 #: builtin/am.c:2231
4809 msgid "pass -k flag to git-mailinfo"
4810 msgstr ""
4812 #: builtin/am.c:2233
4813 msgid "pass -b flag to git-mailinfo"
4814 msgstr ""
4816 #: builtin/am.c:2235
4817 msgid "pass -m flag to git-mailinfo"
4818 msgstr ""
4820 #: builtin/am.c:2237
4821 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4822 msgstr ""
4824 #: builtin/am.c:2240
4825 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4826 msgstr ""
4828 #: builtin/am.c:2243
4829 msgid "strip everything before a scissors line"
4830 msgstr ""
4832 #: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4833 #: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4834 #: builtin/am.c:2272
4835 msgid "pass it through git-apply"
4836 msgstr ""
4838 #: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4839 #: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4840 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4841 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4842 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4843 msgid "n"
4844 msgstr ""
4846 #: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4847 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4848 msgid "format"
4849 msgstr ""
4851 #: builtin/am.c:2269
4852 msgid "format the patch(es) are in"
4853 msgstr ""
4855 #: builtin/am.c:2275
4856 msgid "override error message when patch failure occurs"
4857 msgstr ""
4859 #: builtin/am.c:2277
4860 msgid "continue applying patches after resolving a conflict"
4861 msgstr ""
4863 #: builtin/am.c:2280
4864 msgid "synonyms for --continue"
4865 msgstr ""
4867 #: builtin/am.c:2283
4868 msgid "skip the current patch"
4869 msgstr ""
4871 #: builtin/am.c:2286
4872 msgid "restore the original branch and abort the patching operation."
4873 msgstr ""
4875 #: builtin/am.c:2290
4876 msgid "lie about committer date"
4877 msgstr ""
4879 #: builtin/am.c:2292
4880 msgid "use current timestamp for author date"
4881 msgstr ""
4883 #: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4884 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4885 msgid "key-id"
4886 msgstr ""
4888 #: builtin/am.c:2295
4889 msgid "GPG-sign commits"
4890 msgstr ""
4892 #: builtin/am.c:2298
4893 msgid "(internal use for git-rebase)"
4894 msgstr ""
4896 #: builtin/am.c:2316
4897 msgid ""
4898 "The -b/--binary option has been a no-op for long time, and\n"
4899 "it will be removed. Please do not use it anymore."
4900 msgstr ""
4902 #: builtin/am.c:2323
4903 msgid "failed to read the index"
4904 msgstr ""
4906 #: builtin/am.c:2338
4907 #, c-format
4908 msgid "previous rebase directory %s still exists but mbox given."
4909 msgstr ""
4911 #: builtin/am.c:2362
4912 #, c-format
4913 msgid ""
4914 "Stray %s directory found.\n"
4915 "Use \"git am --abort\" to remove it."
4916 msgstr ""
4918 #: builtin/am.c:2368
4919 msgid "Resolve operation not in progress, we are not resuming."
4920 msgstr ""
4922 #: builtin/apply.c:8
4923 msgid "git apply [<options>] [<patch>...]"
4924 msgstr ""
4926 #: builtin/archive.c:17
4927 #, c-format
4928 msgid "could not create archive file '%s'"
4929 msgstr ""
4931 #: builtin/archive.c:20
4932 msgid "could not redirect output"
4933 msgstr ""
4935 #: builtin/archive.c:37
4936 msgid "git archive: Remote with no URL"
4937 msgstr ""
4939 #: builtin/archive.c:58
4940 msgid "git archive: expected ACK/NAK, got EOF"
4941 msgstr ""
4943 #: builtin/archive.c:61
4944 #, c-format
4945 msgid "git archive: NACK %s"
4946 msgstr ""
4948 #: builtin/archive.c:64
4949 msgid "git archive: protocol error"
4950 msgstr ""
4952 #: builtin/archive.c:68
4953 msgid "git archive: expected a flush"
4954 msgstr ""
4956 #: builtin/bisect--helper.c:7
4957 msgid "git bisect--helper --next-all [--no-checkout]"
4958 msgstr ""
4960 #: builtin/bisect--helper.c:17
4961 msgid "perform 'git bisect next'"
4962 msgstr ""
4964 #: builtin/bisect--helper.c:19
4965 msgid "update BISECT_HEAD instead of checking out the current commit"
4966 msgstr ""
4968 #: builtin/blame.c:27
4969 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4970 msgstr ""
4972 #: builtin/blame.c:32
4973 msgid "<rev-opts> are documented in git-rev-list(1)"
4974 msgstr ""
4976 #: builtin/blame.c:668
4977 msgid "Show blame entries as we find them, incrementally"
4978 msgstr ""
4980 #: builtin/blame.c:669
4981 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4982 msgstr ""
4984 #: builtin/blame.c:670
4985 msgid "Do not treat root commits as boundaries (Default: off)"
4986 msgstr ""
4988 #: builtin/blame.c:671
4989 msgid "Show work cost statistics"
4990 msgstr ""
4992 #: builtin/blame.c:672
4993 msgid "Force progress reporting"
4994 msgstr ""
4996 #: builtin/blame.c:673
4997 msgid "Show output score for blame entries"
4998 msgstr ""
5000 #: builtin/blame.c:674
5001 msgid "Show original filename (Default: auto)"
5002 msgstr ""
5004 #: builtin/blame.c:675
5005 msgid "Show original linenumber (Default: off)"
5006 msgstr ""
5008 #: builtin/blame.c:676
5009 msgid "Show in a format designed for machine consumption"
5010 msgstr ""
5012 #: builtin/blame.c:677
5013 msgid "Show porcelain format with per-line commit information"
5014 msgstr ""
5016 #: builtin/blame.c:678
5017 msgid "Use the same output mode as git-annotate (Default: off)"
5018 msgstr ""
5020 #: builtin/blame.c:679
5021 msgid "Show raw timestamp (Default: off)"
5022 msgstr ""
5024 #: builtin/blame.c:680
5025 msgid "Show long commit SHA1 (Default: off)"
5026 msgstr ""
5028 #: builtin/blame.c:681
5029 msgid "Suppress author name and timestamp (Default: off)"
5030 msgstr ""
5032 #: builtin/blame.c:682
5033 msgid "Show author email instead of name (Default: off)"
5034 msgstr ""
5036 #: builtin/blame.c:683
5037 msgid "Ignore whitespace differences"
5038 msgstr ""
5040 #: builtin/blame.c:690
5041 msgid "Use an experimental heuristic to improve diffs"
5042 msgstr ""
5044 #: builtin/blame.c:692
5045 msgid "Spend extra cycles to find better match"
5046 msgstr ""
5048 #: builtin/blame.c:693
5049 msgid "Use revisions from <file> instead of calling git-rev-list"
5050 msgstr ""
5052 #: builtin/blame.c:694
5053 msgid "Use <file>'s contents as the final image"
5054 msgstr ""
5056 #: builtin/blame.c:695 builtin/blame.c:696
5057 msgid "score"
5058 msgstr ""
5060 #: builtin/blame.c:695
5061 msgid "Find line copies within and across files"
5062 msgstr ""
5064 #: builtin/blame.c:696
5065 msgid "Find line movements within and across files"
5066 msgstr ""
5068 #: builtin/blame.c:697
5069 msgid "n,m"
5070 msgstr ""
5072 #: builtin/blame.c:697
5073 msgid "Process only line range n,m, counting from 1"
5074 msgstr ""
5076 #: builtin/blame.c:744
5077 msgid "--progress can't be used with --incremental or porcelain formats"
5078 msgstr ""
5080 #. TRANSLATORS: This string is used to tell us the
5081 #. maximum display width for a relative timestamp in
5082 #. "git blame" output.  For C locale, "4 years, 11
5083 #. months ago", which takes 22 places, is the longest
5084 #. among various forms of relative timestamps, but
5085 #. your language may need more or fewer display
5086 #. columns.
5088 #: builtin/blame.c:795
5089 msgid "4 years, 11 months ago"
5090 msgstr ""
5092 #: builtin/blame.c:882
5093 #, c-format
5094 msgid "file %s has only %lu line"
5095 msgid_plural "file %s has only %lu lines"
5096 msgstr[0] ""
5097 msgstr[1] ""
5099 #: builtin/blame.c:928
5100 msgid "Blaming lines"
5101 msgstr ""
5103 #: builtin/branch.c:27
5104 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5105 msgstr ""
5107 #: builtin/branch.c:28
5108 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5109 msgstr ""
5111 #: builtin/branch.c:29
5112 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5113 msgstr ""
5115 #: builtin/branch.c:30
5116 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5117 msgstr ""
5119 #: builtin/branch.c:31
5120 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5121 msgstr ""
5123 #: builtin/branch.c:32
5124 msgid "git branch [<options>] [-r | -a] [--points-at]"
5125 msgstr ""
5127 #: builtin/branch.c:33
5128 msgid "git branch [<options>] [-r | -a] [--format]"
5129 msgstr ""
5131 #: builtin/branch.c:146
5132 #, c-format
5133 msgid ""
5134 "deleting branch '%s' that has been merged to\n"
5135 "         '%s', but not yet merged to HEAD."
5136 msgstr ""
5138 #: builtin/branch.c:150
5139 #, c-format
5140 msgid ""
5141 "not deleting branch '%s' that is not yet merged to\n"
5142 "         '%s', even though it is merged to HEAD."
5143 msgstr ""
5145 #: builtin/branch.c:164
5146 #, c-format
5147 msgid "Couldn't look up commit object for '%s'"
5148 msgstr ""
5150 #: builtin/branch.c:168
5151 #, c-format
5152 msgid ""
5153 "The branch '%s' is not fully merged.\n"
5154 "If you are sure you want to delete it, run 'git branch -D %s'."
5155 msgstr ""
5157 #: builtin/branch.c:181
5158 msgid "Update of config-file failed"
5159 msgstr ""
5161 #: builtin/branch.c:212
5162 msgid "cannot use -a with -d"
5163 msgstr ""
5165 #: builtin/branch.c:218
5166 msgid "Couldn't look up commit object for HEAD"
5167 msgstr ""
5169 #: builtin/branch.c:232
5170 #, c-format
5171 msgid "Cannot delete branch '%s' checked out at '%s'"
5172 msgstr ""
5174 #: builtin/branch.c:247
5175 #, c-format
5176 msgid "remote-tracking branch '%s' not found."
5177 msgstr ""
5179 #: builtin/branch.c:248
5180 #, c-format
5181 msgid "branch '%s' not found."
5182 msgstr ""
5184 #: builtin/branch.c:263
5185 #, c-format
5186 msgid "Error deleting remote-tracking branch '%s'"
5187 msgstr ""
5189 #: builtin/branch.c:264
5190 #, c-format
5191 msgid "Error deleting branch '%s'"
5192 msgstr ""
5194 #: builtin/branch.c:271
5195 #, c-format
5196 msgid "Deleted remote-tracking branch %s (was %s).\n"
5197 msgstr ""
5199 #: builtin/branch.c:272
5200 #, c-format
5201 msgid "Deleted branch %s (was %s).\n"
5202 msgstr ""
5204 #: builtin/branch.c:417 builtin/tag.c:58
5205 msgid "unable to parse format string"
5206 msgstr ""
5208 #: builtin/branch.c:450
5209 #, c-format
5210 msgid "Branch %s is being rebased at %s"
5211 msgstr ""
5213 #: builtin/branch.c:454
5214 #, c-format
5215 msgid "Branch %s is being bisected at %s"
5216 msgstr ""
5218 #: builtin/branch.c:470
5219 msgid "cannot copy the current branch while not on any."
5220 msgstr ""
5222 #: builtin/branch.c:472
5223 msgid "cannot rename the current branch while not on any."
5224 msgstr ""
5226 #: builtin/branch.c:483
5227 #, c-format
5228 msgid "Invalid branch name: '%s'"
5229 msgstr ""
5231 #: builtin/branch.c:504
5232 msgid "Branch rename failed"
5233 msgstr ""
5235 #: builtin/branch.c:506
5236 msgid "Branch copy failed"
5237 msgstr ""
5239 #: builtin/branch.c:510
5240 #, c-format
5241 msgid "Copied a misnamed branch '%s' away"
5242 msgstr ""
5244 #: builtin/branch.c:513
5245 #, c-format
5246 msgid "Renamed a misnamed branch '%s' away"
5247 msgstr ""
5249 #: builtin/branch.c:519
5250 #, c-format
5251 msgid "Branch renamed to %s, but HEAD is not updated!"
5252 msgstr ""
5254 #: builtin/branch.c:528
5255 msgid "Branch is renamed, but update of config-file failed"
5256 msgstr ""
5258 #: builtin/branch.c:530
5259 msgid "Branch is copied, but update of config-file failed"
5260 msgstr ""
5262 #: builtin/branch.c:546
5263 #, c-format
5264 msgid ""
5265 "Please edit the description for the branch\n"
5266 "  %s\n"
5267 "Lines starting with '%c' will be stripped.\n"
5268 msgstr ""
5270 #: builtin/branch.c:579
5271 msgid "Generic options"
5272 msgstr ""
5274 #: builtin/branch.c:581
5275 msgid "show hash and subject, give twice for upstream branch"
5276 msgstr ""
5278 #: builtin/branch.c:582
5279 msgid "suppress informational messages"
5280 msgstr ""
5282 #: builtin/branch.c:583
5283 msgid "set up tracking mode (see git-pull(1))"
5284 msgstr ""
5286 #: builtin/branch.c:585
5287 msgid "do not use"
5288 msgstr ""
5290 #: builtin/branch.c:587
5291 msgid "upstream"
5292 msgstr ""
5294 #: builtin/branch.c:587
5295 msgid "change the upstream info"
5296 msgstr ""
5298 #: builtin/branch.c:588
5299 msgid "Unset the upstream info"
5300 msgstr ""
5302 #: builtin/branch.c:589
5303 msgid "use colored output"
5304 msgstr ""
5306 #: builtin/branch.c:590
5307 msgid "act on remote-tracking branches"
5308 msgstr ""
5310 #: builtin/branch.c:592 builtin/branch.c:594
5311 msgid "print only branches that contain the commit"
5312 msgstr ""
5314 #: builtin/branch.c:593 builtin/branch.c:595
5315 msgid "print only branches that don't contain the commit"
5316 msgstr ""
5318 #: builtin/branch.c:598
5319 msgid "Specific git-branch actions:"
5320 msgstr ""
5322 #: builtin/branch.c:599
5323 msgid "list both remote-tracking and local branches"
5324 msgstr ""
5326 #: builtin/branch.c:601
5327 msgid "delete fully merged branch"
5328 msgstr ""
5330 #: builtin/branch.c:602
5331 msgid "delete branch (even if not merged)"
5332 msgstr ""
5334 #: builtin/branch.c:603
5335 msgid "move/rename a branch and its reflog"
5336 msgstr ""
5338 #: builtin/branch.c:604
5339 msgid "move/rename a branch, even if target exists"
5340 msgstr ""
5342 #: builtin/branch.c:605
5343 msgid "copy a branch and its reflog"
5344 msgstr ""
5346 #: builtin/branch.c:606
5347 msgid "copy a branch, even if target exists"
5348 msgstr ""
5350 #: builtin/branch.c:607
5351 msgid "list branch names"
5352 msgstr ""
5354 #: builtin/branch.c:608
5355 msgid "create the branch's reflog"
5356 msgstr ""
5358 #: builtin/branch.c:610
5359 msgid "edit the description for the branch"
5360 msgstr ""
5362 #: builtin/branch.c:611
5363 msgid "force creation, move/rename, deletion"
5364 msgstr ""
5366 #: builtin/branch.c:612
5367 msgid "print only branches that are merged"
5368 msgstr ""
5370 #: builtin/branch.c:613
5371 msgid "print only branches that are not merged"
5372 msgstr ""
5374 #: builtin/branch.c:614
5375 msgid "list branches in columns"
5376 msgstr ""
5378 #: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5379 msgid "key"
5380 msgstr ""
5382 #: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5383 msgid "field name to sort on"
5384 msgstr ""
5386 #: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5387 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5388 #: builtin/tag.c:408
5389 msgid "object"
5390 msgstr ""
5392 #: builtin/branch.c:619
5393 msgid "print only branches of the object"
5394 msgstr ""
5396 #: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5397 msgid "sorting and filtering are case insensitive"
5398 msgstr ""
5400 #: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5401 #: builtin/verify-tag.c:39
5402 msgid "format to use for the output"
5403 msgstr ""
5405 #: builtin/branch.c:645 builtin/clone.c:729
5406 msgid "HEAD not found below refs/heads!"
5407 msgstr ""
5409 #: builtin/branch.c:668
5410 msgid "--column and --verbose are incompatible"
5411 msgstr ""
5413 #: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5414 msgid "branch name required"
5415 msgstr ""
5417 #: builtin/branch.c:708
5418 msgid "Cannot give description to detached HEAD"
5419 msgstr ""
5421 #: builtin/branch.c:713
5422 msgid "cannot edit description of more than one branch"
5423 msgstr ""
5425 #: builtin/branch.c:720
5426 #, c-format
5427 msgid "No commit on branch '%s' yet."
5428 msgstr ""
5430 #: builtin/branch.c:723
5431 #, c-format
5432 msgid "No branch named '%s'."
5433 msgstr ""
5435 #: builtin/branch.c:738
5436 msgid "too many branches for a copy operation"
5437 msgstr ""
5439 #: builtin/branch.c:747
5440 msgid "too many arguments for a rename operation"
5441 msgstr ""
5443 #: builtin/branch.c:752
5444 msgid "too many arguments to set new upstream"
5445 msgstr ""
5447 #: builtin/branch.c:756
5448 #, c-format
5449 msgid ""
5450 "could not set upstream of HEAD to %s when it does not point to any branch."
5451 msgstr ""
5453 #: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5454 #, c-format
5455 msgid "no such branch '%s'"
5456 msgstr ""
5458 #: builtin/branch.c:763
5459 #, c-format
5460 msgid "branch '%s' does not exist"
5461 msgstr ""
5463 #: builtin/branch.c:775
5464 msgid "too many arguments to unset upstream"
5465 msgstr ""
5467 #: builtin/branch.c:779
5468 msgid "could not unset upstream of HEAD when it does not point to any branch."
5469 msgstr ""
5471 #: builtin/branch.c:785
5472 #, c-format
5473 msgid "Branch '%s' has no upstream information"
5474 msgstr ""
5476 #: builtin/branch.c:797
5477 msgid "it does not make sense to create 'HEAD' manually"
5478 msgstr ""
5480 #: builtin/branch.c:803
5481 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5482 msgstr ""
5484 #: builtin/branch.c:806
5485 msgid ""
5486 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5487 "'--set-upstream-to' instead."
5488 msgstr ""
5490 #: builtin/bundle.c:45
5491 #, c-format
5492 msgid "%s is okay\n"
5493 msgstr ""
5495 #: builtin/bundle.c:58
5496 msgid "Need a repository to create a bundle."
5497 msgstr ""
5499 #: builtin/bundle.c:62
5500 msgid "Need a repository to unbundle."
5501 msgstr ""
5503 #: builtin/cat-file.c:521
5504 msgid ""
5505 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5506 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5507 msgstr ""
5509 #: builtin/cat-file.c:522
5510 msgid ""
5511 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5512 "filters]"
5513 msgstr ""
5515 #: builtin/cat-file.c:559
5516 msgid "<type> can be one of: blob, tree, commit, tag"
5517 msgstr ""
5519 #: builtin/cat-file.c:560
5520 msgid "show object type"
5521 msgstr ""
5523 #: builtin/cat-file.c:561
5524 msgid "show object size"
5525 msgstr ""
5527 #: builtin/cat-file.c:563
5528 msgid "exit with zero when there's no error"
5529 msgstr ""
5531 #: builtin/cat-file.c:564
5532 msgid "pretty-print object's content"
5533 msgstr ""
5535 #: builtin/cat-file.c:566
5536 msgid "for blob objects, run textconv on object's content"
5537 msgstr ""
5539 #: builtin/cat-file.c:568
5540 msgid "for blob objects, run filters on object's content"
5541 msgstr ""
5543 #: builtin/cat-file.c:569 git-submodule.sh:943
5544 msgid "blob"
5545 msgstr ""
5547 #: builtin/cat-file.c:570
5548 msgid "use a specific path for --textconv/--filters"
5549 msgstr ""
5551 #: builtin/cat-file.c:572
5552 msgid "allow -s and -t to work with broken/corrupt objects"
5553 msgstr ""
5555 #: builtin/cat-file.c:573
5556 msgid "buffer --batch output"
5557 msgstr ""
5559 #: builtin/cat-file.c:575
5560 msgid "show info and content of objects fed from the standard input"
5561 msgstr ""
5563 #: builtin/cat-file.c:578
5564 msgid "show info about objects fed from the standard input"
5565 msgstr ""
5567 #: builtin/cat-file.c:581
5568 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5569 msgstr ""
5571 #: builtin/cat-file.c:583
5572 msgid "show all objects with --batch or --batch-check"
5573 msgstr ""
5575 #: builtin/check-attr.c:12
5576 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5577 msgstr ""
5579 #: builtin/check-attr.c:13
5580 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5581 msgstr ""
5583 #: builtin/check-attr.c:20
5584 msgid "report all attributes set on file"
5585 msgstr ""
5587 #: builtin/check-attr.c:21
5588 msgid "use .gitattributes only from the index"
5589 msgstr ""
5591 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5592 msgid "read file names from stdin"
5593 msgstr ""
5595 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5596 msgid "terminate input and output records by a NUL character"
5597 msgstr ""
5599 #: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5600 msgid "suppress progress reporting"
5601 msgstr ""
5603 #: builtin/check-ignore.c:28
5604 msgid "show non-matching input paths"
5605 msgstr ""
5607 #: builtin/check-ignore.c:30
5608 msgid "ignore index when checking"
5609 msgstr ""
5611 #: builtin/check-ignore.c:158
5612 msgid "cannot specify pathnames with --stdin"
5613 msgstr ""
5615 #: builtin/check-ignore.c:161
5616 msgid "-z only makes sense with --stdin"
5617 msgstr ""
5619 #: builtin/check-ignore.c:163
5620 msgid "no path specified"
5621 msgstr ""
5623 #: builtin/check-ignore.c:167
5624 msgid "--quiet is only valid with a single pathname"
5625 msgstr ""
5627 #: builtin/check-ignore.c:169
5628 msgid "cannot have both --quiet and --verbose"
5629 msgstr ""
5631 #: builtin/check-ignore.c:172
5632 msgid "--non-matching is only valid with --verbose"
5633 msgstr ""
5635 #: builtin/check-mailmap.c:9
5636 msgid "git check-mailmap [<options>] <contact>..."
5637 msgstr ""
5639 #: builtin/check-mailmap.c:14
5640 msgid "also read contacts from stdin"
5641 msgstr ""
5643 #: builtin/check-mailmap.c:25
5644 #, c-format
5645 msgid "unable to parse contact: %s"
5646 msgstr ""
5648 #: builtin/check-mailmap.c:48
5649 msgid "no contacts specified"
5650 msgstr ""
5652 #: builtin/checkout-index.c:128
5653 msgid "git checkout-index [<options>] [--] [<file>...]"
5654 msgstr ""
5656 #: builtin/checkout-index.c:145
5657 msgid "stage should be between 1 and 3 or all"
5658 msgstr ""
5660 #: builtin/checkout-index.c:161
5661 msgid "check out all files in the index"
5662 msgstr ""
5664 #: builtin/checkout-index.c:162
5665 msgid "force overwrite of existing files"
5666 msgstr ""
5668 #: builtin/checkout-index.c:164
5669 msgid "no warning for existing files and files not in index"
5670 msgstr ""
5672 #: builtin/checkout-index.c:166
5673 msgid "don't checkout new files"
5674 msgstr ""
5676 #: builtin/checkout-index.c:168
5677 msgid "update stat information in the index file"
5678 msgstr ""
5680 #: builtin/checkout-index.c:172
5681 msgid "read list of paths from the standard input"
5682 msgstr ""
5684 #: builtin/checkout-index.c:174
5685 msgid "write the content to temporary files"
5686 msgstr ""
5688 #: builtin/checkout-index.c:175 builtin/column.c:31
5689 #: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5690 #: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5691 #: builtin/worktree.c:498
5692 msgid "string"
5693 msgstr ""
5695 #: builtin/checkout-index.c:176
5696 msgid "when creating files, prepend <string>"
5697 msgstr ""
5699 #: builtin/checkout-index.c:178
5700 msgid "copy out the files from named stage"
5701 msgstr ""
5703 #: builtin/checkout.c:26
5704 msgid "git checkout [<options>] <branch>"
5705 msgstr ""
5707 #: builtin/checkout.c:27
5708 msgid "git checkout [<options>] [<branch>] -- <file>..."
5709 msgstr ""
5711 #: builtin/checkout.c:135 builtin/checkout.c:168
5712 #, c-format
5713 msgid "path '%s' does not have our version"
5714 msgstr ""
5716 #: builtin/checkout.c:137 builtin/checkout.c:170
5717 #, c-format
5718 msgid "path '%s' does not have their version"
5719 msgstr ""
5721 #: builtin/checkout.c:153
5722 #, c-format
5723 msgid "path '%s' does not have all necessary versions"
5724 msgstr ""
5726 #: builtin/checkout.c:197
5727 #, c-format
5728 msgid "path '%s' does not have necessary versions"
5729 msgstr ""
5731 #: builtin/checkout.c:214
5732 #, c-format
5733 msgid "path '%s': cannot merge"
5734 msgstr ""
5736 #: builtin/checkout.c:231
5737 #, c-format
5738 msgid "Unable to add merge result for '%s'"
5739 msgstr ""
5741 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5742 #: builtin/checkout.c:262
5743 #, c-format
5744 msgid "'%s' cannot be used with updating paths"
5745 msgstr ""
5747 #: builtin/checkout.c:265 builtin/checkout.c:268
5748 #, c-format
5749 msgid "'%s' cannot be used with %s"
5750 msgstr ""
5752 #: builtin/checkout.c:271
5753 #, c-format
5754 msgid "Cannot update paths and switch to branch '%s' at the same time."
5755 msgstr ""
5757 #: builtin/checkout.c:342 builtin/checkout.c:349
5758 #, c-format
5759 msgid "path '%s' is unmerged"
5760 msgstr ""
5762 #: builtin/checkout.c:501
5763 msgid "you need to resolve your current index first"
5764 msgstr ""
5766 #: builtin/checkout.c:632
5767 #, c-format
5768 msgid "Can not do reflog for '%s': %s\n"
5769 msgstr ""
5771 #: builtin/checkout.c:673
5772 msgid "HEAD is now at"
5773 msgstr ""
5775 #: builtin/checkout.c:677 builtin/clone.c:683
5776 msgid "unable to update HEAD"
5777 msgstr ""
5779 #: builtin/checkout.c:681
5780 #, c-format
5781 msgid "Reset branch '%s'\n"
5782 msgstr ""
5784 #: builtin/checkout.c:684
5785 #, c-format
5786 msgid "Already on '%s'\n"
5787 msgstr ""
5789 #: builtin/checkout.c:688
5790 #, c-format
5791 msgid "Switched to and reset branch '%s'\n"
5792 msgstr ""
5794 #: builtin/checkout.c:690 builtin/checkout.c:1086
5795 #, c-format
5796 msgid "Switched to a new branch '%s'\n"
5797 msgstr ""
5799 #: builtin/checkout.c:692
5800 #, c-format
5801 msgid "Switched to branch '%s'\n"
5802 msgstr ""
5804 #: builtin/checkout.c:743
5805 #, c-format
5806 msgid " ... and %d more.\n"
5807 msgstr ""
5809 #: builtin/checkout.c:749
5810 #, c-format
5811 msgid ""
5812 "Warning: you are leaving %d commit behind, not connected to\n"
5813 "any of your branches:\n"
5814 "\n"
5815 "%s\n"
5816 msgid_plural ""
5817 "Warning: you are leaving %d commits behind, not connected to\n"
5818 "any of your branches:\n"
5819 "\n"
5820 "%s\n"
5821 msgstr[0] ""
5822 msgstr[1] ""
5824 #: builtin/checkout.c:768
5825 #, c-format
5826 msgid ""
5827 "If you want to keep it by creating a new branch, this may be a good time\n"
5828 "to do so with:\n"
5829 "\n"
5830 " git branch <new-branch-name> %s\n"
5831 "\n"
5832 msgid_plural ""
5833 "If you want to keep them by creating a new branch, this may be a good time\n"
5834 "to do so with:\n"
5835 "\n"
5836 " git branch <new-branch-name> %s\n"
5837 "\n"
5838 msgstr[0] ""
5839 msgstr[1] ""
5841 #: builtin/checkout.c:809
5842 msgid "internal error in revision walk"
5843 msgstr ""
5845 #: builtin/checkout.c:813
5846 msgid "Previous HEAD position was"
5847 msgstr ""
5849 #: builtin/checkout.c:843 builtin/checkout.c:1081
5850 msgid "You are on a branch yet to be born"
5851 msgstr ""
5853 #: builtin/checkout.c:987
5854 #, c-format
5855 msgid "only one reference expected, %d given."
5856 msgstr ""
5858 #: builtin/checkout.c:1027 builtin/worktree.c:233
5859 #, c-format
5860 msgid "invalid reference: %s"
5861 msgstr ""
5863 #: builtin/checkout.c:1056
5864 #, c-format
5865 msgid "reference is not a tree: %s"
5866 msgstr ""
5868 #: builtin/checkout.c:1095
5869 msgid "paths cannot be used with switching branches"
5870 msgstr ""
5872 #: builtin/checkout.c:1098 builtin/checkout.c:1102
5873 #, c-format
5874 msgid "'%s' cannot be used with switching branches"
5875 msgstr ""
5877 #: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5878 #: builtin/checkout.c:1117
5879 #, c-format
5880 msgid "'%s' cannot be used with '%s'"
5881 msgstr ""
5883 #: builtin/checkout.c:1122
5884 #, c-format
5885 msgid "Cannot switch branch to a non-commit '%s'"
5886 msgstr ""
5888 #: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5889 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5890 #: builtin/worktree.c:348
5891 msgid "branch"
5892 msgstr ""
5894 #: builtin/checkout.c:1155
5895 msgid "create and checkout a new branch"
5896 msgstr ""
5898 #: builtin/checkout.c:1157
5899 msgid "create/reset and checkout a branch"
5900 msgstr ""
5902 #: builtin/checkout.c:1158
5903 msgid "create reflog for new branch"
5904 msgstr ""
5906 #: builtin/checkout.c:1159 builtin/worktree.c:350
5907 msgid "detach HEAD at named commit"
5908 msgstr ""
5910 #: builtin/checkout.c:1160
5911 msgid "set upstream info for new branch"
5912 msgstr ""
5914 #: builtin/checkout.c:1162
5915 msgid "new-branch"
5916 msgstr ""
5918 #: builtin/checkout.c:1162
5919 msgid "new unparented branch"
5920 msgstr ""
5922 #: builtin/checkout.c:1163
5923 msgid "checkout our version for unmerged files"
5924 msgstr ""
5926 #: builtin/checkout.c:1165
5927 msgid "checkout their version for unmerged files"
5928 msgstr ""
5930 #: builtin/checkout.c:1167
5931 msgid "force checkout (throw away local modifications)"
5932 msgstr ""
5934 #: builtin/checkout.c:1168
5935 msgid "perform a 3-way merge with the new branch"
5936 msgstr ""
5938 #: builtin/checkout.c:1169 builtin/merge.c:238
5939 msgid "update ignored files (default)"
5940 msgstr ""
5942 #: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5943 msgid "style"
5944 msgstr ""
5946 #: builtin/checkout.c:1171
5947 msgid "conflict style (merge or diff3)"
5948 msgstr ""
5950 #: builtin/checkout.c:1174
5951 msgid "do not limit pathspecs to sparse entries only"
5952 msgstr ""
5954 #: builtin/checkout.c:1176
5955 msgid "second guess 'git checkout <no-such-branch>'"
5956 msgstr ""
5958 #: builtin/checkout.c:1178
5959 msgid "do not check if another worktree is holding the given ref"
5960 msgstr ""
5962 #: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5963 #: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5964 #: builtin/send-pack.c:173
5965 msgid "force progress reporting"
5966 msgstr ""
5968 #: builtin/checkout.c:1212
5969 msgid "-b, -B and --orphan are mutually exclusive"
5970 msgstr ""
5972 #: builtin/checkout.c:1229
5973 msgid "--track needs a branch name"
5974 msgstr ""
5976 #: builtin/checkout.c:1234
5977 msgid "Missing branch name; try -b"
5978 msgstr ""
5980 #: builtin/checkout.c:1270
5981 msgid "invalid path specification"
5982 msgstr ""
5984 #: builtin/checkout.c:1277
5985 #, c-format
5986 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5987 msgstr ""
5989 #: builtin/checkout.c:1281
5990 #, c-format
5991 msgid "git checkout: --detach does not take a path argument '%s'"
5992 msgstr ""
5994 #: builtin/checkout.c:1285
5995 msgid ""
5996 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5997 "checking out of the index."
5998 msgstr ""
6000 #: builtin/clean.c:26
6001 msgid ""
6002 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6003 msgstr ""
6005 #: builtin/clean.c:30
6006 #, c-format
6007 msgid "Removing %s\n"
6008 msgstr ""
6010 #: builtin/clean.c:31
6011 #, c-format
6012 msgid "Would remove %s\n"
6013 msgstr ""
6015 #: builtin/clean.c:32
6016 #, c-format
6017 msgid "Skipping repository %s\n"
6018 msgstr ""
6020 #: builtin/clean.c:33
6021 #, c-format
6022 msgid "Would skip repository %s\n"
6023 msgstr ""
6025 #: builtin/clean.c:34
6026 #, c-format
6027 msgid "failed to remove %s"
6028 msgstr ""
6030 #: builtin/clean.c:301 git-add--interactive.perl:572
6031 #, c-format
6032 msgid ""
6033 "Prompt help:\n"
6034 "1          - select a numbered item\n"
6035 "foo        - select item based on unique prefix\n"
6036 "           - (empty) select nothing\n"
6037 msgstr ""
6039 #: builtin/clean.c:305 git-add--interactive.perl:581
6040 #, c-format
6041 msgid ""
6042 "Prompt help:\n"
6043 "1          - select a single item\n"
6044 "3-5        - select a range of items\n"
6045 "2-3,6-9    - select multiple ranges\n"
6046 "foo        - select item based on unique prefix\n"
6047 "-...       - unselect specified items\n"
6048 "*          - choose all items\n"
6049 "           - (empty) finish selecting\n"
6050 msgstr ""
6052 #: builtin/clean.c:521 git-add--interactive.perl:547
6053 #: git-add--interactive.perl:552
6054 #, c-format, perl-format
6055 msgid "Huh (%s)?\n"
6056 msgstr ""
6058 #: builtin/clean.c:663
6059 #, c-format
6060 msgid "Input ignore patterns>> "
6061 msgstr ""
6063 #: builtin/clean.c:700
6064 #, c-format
6065 msgid "WARNING: Cannot find items matched by: %s"
6066 msgstr ""
6068 #: builtin/clean.c:721
6069 msgid "Select items to delete"
6070 msgstr ""
6072 #. TRANSLATORS: Make sure to keep [y/N] as is
6073 #: builtin/clean.c:762
6074 #, c-format
6075 msgid "Remove %s [y/N]? "
6076 msgstr ""
6078 #: builtin/clean.c:787 git-add--interactive.perl:1616
6079 #, c-format
6080 msgid "Bye.\n"
6081 msgstr ""
6083 #: builtin/clean.c:795
6084 msgid ""
6085 "clean               - start cleaning\n"
6086 "filter by pattern   - exclude items from deletion\n"
6087 "select by numbers   - select items to be deleted by numbers\n"
6088 "ask each            - confirm each deletion (like \"rm -i\")\n"
6089 "quit                - stop cleaning\n"
6090 "help                - this screen\n"
6091 "?                   - help for prompt selection"
6092 msgstr ""
6094 #: builtin/clean.c:822 git-add--interactive.perl:1692
6095 msgid "*** Commands ***"
6096 msgstr ""
6098 #: builtin/clean.c:823 git-add--interactive.perl:1689
6099 msgid "What now"
6100 msgstr ""
6102 #: builtin/clean.c:831
6103 msgid "Would remove the following item:"
6104 msgid_plural "Would remove the following items:"
6105 msgstr[0] ""
6106 msgstr[1] ""
6108 #: builtin/clean.c:847
6109 msgid "No more files to clean, exiting."
6110 msgstr ""
6112 #: builtin/clean.c:909
6113 msgid "do not print names of files removed"
6114 msgstr ""
6116 #: builtin/clean.c:911
6117 msgid "force"
6118 msgstr ""
6120 #: builtin/clean.c:912
6121 msgid "interactive cleaning"
6122 msgstr ""
6124 #: builtin/clean.c:914
6125 msgid "remove whole directories"
6126 msgstr ""
6128 #: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6129 #: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6130 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6131 msgid "pattern"
6132 msgstr ""
6134 #: builtin/clean.c:916
6135 msgid "add <pattern> to ignore rules"
6136 msgstr ""
6138 #: builtin/clean.c:917
6139 msgid "remove ignored files, too"
6140 msgstr ""
6142 #: builtin/clean.c:919
6143 msgid "remove only ignored files"
6144 msgstr ""
6146 #: builtin/clean.c:937
6147 msgid "-x and -X cannot be used together"
6148 msgstr ""
6150 #: builtin/clean.c:941
6151 msgid ""
6152 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6153 "clean"
6154 msgstr ""
6156 #: builtin/clean.c:944
6157 msgid ""
6158 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6159 "refusing to clean"
6160 msgstr ""
6162 #: builtin/clone.c:39
6163 msgid "git clone [<options>] [--] <repo> [<dir>]"
6164 msgstr ""
6166 #: builtin/clone.c:83
6167 msgid "don't create a checkout"
6168 msgstr ""
6170 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6171 msgid "create a bare repository"
6172 msgstr ""
6174 #: builtin/clone.c:88
6175 msgid "create a mirror repository (implies bare)"
6176 msgstr ""
6178 #: builtin/clone.c:90
6179 msgid "to clone from a local repository"
6180 msgstr ""
6182 #: builtin/clone.c:92
6183 msgid "don't use local hardlinks, always copy"
6184 msgstr ""
6186 #: builtin/clone.c:94
6187 msgid "setup as shared repository"
6188 msgstr ""
6190 #: builtin/clone.c:96 builtin/clone.c:100
6191 msgid "pathspec"
6192 msgstr ""
6194 #: builtin/clone.c:96 builtin/clone.c:100
6195 msgid "initialize submodules in the clone"
6196 msgstr ""
6198 #: builtin/clone.c:103
6199 msgid "number of submodules cloned in parallel"
6200 msgstr ""
6202 #: builtin/clone.c:104 builtin/init-db.c:476
6203 msgid "template-directory"
6204 msgstr ""
6206 #: builtin/clone.c:105 builtin/init-db.c:477
6207 msgid "directory from which templates will be used"
6208 msgstr ""
6210 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6211 #: builtin/submodule--helper.c:1002
6212 msgid "reference repository"
6213 msgstr ""
6215 #: builtin/clone.c:111
6216 msgid "use --reference only while cloning"
6217 msgstr ""
6219 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6220 msgid "name"
6221 msgstr ""
6223 #: builtin/clone.c:113
6224 msgid "use <name> instead of 'origin' to track upstream"
6225 msgstr ""
6227 #: builtin/clone.c:115
6228 msgid "checkout <branch> instead of the remote's HEAD"
6229 msgstr ""
6231 #: builtin/clone.c:117
6232 msgid "path to git-upload-pack on the remote"
6233 msgstr ""
6235 #: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6236 #: builtin/pull.c:205
6237 msgid "depth"
6238 msgstr ""
6240 #: builtin/clone.c:119
6241 msgid "create a shallow clone of that depth"
6242 msgstr ""
6244 #: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6245 #: parse-options.h:142
6246 msgid "time"
6247 msgstr ""
6249 #: builtin/clone.c:121
6250 msgid "create a shallow clone since a specific time"
6251 msgstr ""
6253 #: builtin/clone.c:122 builtin/fetch.c:141
6254 msgid "revision"
6255 msgstr ""
6257 #: builtin/clone.c:123 builtin/fetch.c:142
6258 msgid "deepen history of shallow clone, excluding rev"
6259 msgstr ""
6261 #: builtin/clone.c:125
6262 msgid "clone only one branch, HEAD or --branch"
6263 msgstr ""
6265 #: builtin/clone.c:127
6266 msgid "don't clone any tags, and make later fetches not to follow them"
6267 msgstr ""
6269 #: builtin/clone.c:129
6270 msgid "any cloned submodules will be shallow"
6271 msgstr ""
6273 #: builtin/clone.c:130 builtin/init-db.c:485
6274 msgid "gitdir"
6275 msgstr ""
6277 #: builtin/clone.c:131 builtin/init-db.c:486
6278 msgid "separate git dir from working tree"
6279 msgstr ""
6281 #: builtin/clone.c:132
6282 msgid "key=value"
6283 msgstr ""
6285 #: builtin/clone.c:133
6286 msgid "set config inside the new repository"
6287 msgstr ""
6289 #: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6290 msgid "use IPv4 addresses only"
6291 msgstr ""
6293 #: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6294 msgid "use IPv6 addresses only"
6295 msgstr ""
6297 #: builtin/clone.c:273
6298 msgid ""
6299 "No directory name could be guessed.\n"
6300 "Please specify a directory on the command line"
6301 msgstr ""
6303 #: builtin/clone.c:326
6304 #, c-format
6305 msgid "info: Could not add alternate for '%s': %s\n"
6306 msgstr ""
6308 #: builtin/clone.c:398
6309 #, c-format
6310 msgid "failed to open '%s'"
6311 msgstr ""
6313 #: builtin/clone.c:406
6314 #, c-format
6315 msgid "%s exists and is not a directory"
6316 msgstr ""
6318 #: builtin/clone.c:420
6319 #, c-format
6320 msgid "failed to stat %s\n"
6321 msgstr ""
6323 #: builtin/clone.c:442
6324 #, c-format
6325 msgid "failed to create link '%s'"
6326 msgstr ""
6328 #: builtin/clone.c:446
6329 #, c-format
6330 msgid "failed to copy file to '%s'"
6331 msgstr ""
6333 #: builtin/clone.c:471
6334 #, c-format
6335 msgid "done.\n"
6336 msgstr ""
6338 #: builtin/clone.c:483
6339 msgid ""
6340 "Clone succeeded, but checkout failed.\n"
6341 "You can inspect what was checked out with 'git status'\n"
6342 "and retry the checkout with 'git checkout -f HEAD'\n"
6343 msgstr ""
6345 #: builtin/clone.c:560
6346 #, c-format
6347 msgid "Could not find remote branch %s to clone."
6348 msgstr ""
6350 #: builtin/clone.c:655
6351 msgid "remote did not send all necessary objects"
6352 msgstr ""
6354 #: builtin/clone.c:671
6355 #, c-format
6356 msgid "unable to update %s"
6357 msgstr ""
6359 #: builtin/clone.c:720
6360 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6361 msgstr ""
6363 #: builtin/clone.c:751
6364 msgid "unable to checkout working tree"
6365 msgstr ""
6367 #: builtin/clone.c:796
6368 msgid "unable to write parameters to config file"
6369 msgstr ""
6371 #: builtin/clone.c:859
6372 msgid "cannot repack to clean up"
6373 msgstr ""
6375 #: builtin/clone.c:861
6376 msgid "cannot unlink temporary alternates file"
6377 msgstr ""
6379 #: builtin/clone.c:894 builtin/receive-pack.c:1944
6380 msgid "Too many arguments."
6381 msgstr ""
6383 #: builtin/clone.c:898
6384 msgid "You must specify a repository to clone."
6385 msgstr ""
6387 #: builtin/clone.c:911
6388 #, c-format
6389 msgid "--bare and --origin %s options are incompatible."
6390 msgstr ""
6392 #: builtin/clone.c:914
6393 msgid "--bare and --separate-git-dir are incompatible."
6394 msgstr ""
6396 #: builtin/clone.c:927
6397 #, c-format
6398 msgid "repository '%s' does not exist"
6399 msgstr ""
6401 #: builtin/clone.c:933 builtin/fetch.c:1360
6402 #, c-format
6403 msgid "depth %s is not a positive number"
6404 msgstr ""
6406 #: builtin/clone.c:943
6407 #, c-format
6408 msgid "destination path '%s' already exists and is not an empty directory."
6409 msgstr ""
6411 #: builtin/clone.c:953
6412 #, c-format
6413 msgid "working tree '%s' already exists."
6414 msgstr ""
6416 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6417 #: builtin/worktree.c:240 builtin/worktree.c:270
6418 #, c-format
6419 msgid "could not create leading directories of '%s'"
6420 msgstr ""
6422 #: builtin/clone.c:971
6423 #, c-format
6424 msgid "could not create work tree dir '%s'"
6425 msgstr ""
6427 #: builtin/clone.c:983
6428 #, c-format
6429 msgid "Cloning into bare repository '%s'...\n"
6430 msgstr ""
6432 #: builtin/clone.c:985
6433 #, c-format
6434 msgid "Cloning into '%s'...\n"
6435 msgstr ""
6437 #: builtin/clone.c:1009
6438 msgid ""
6439 "clone --recursive is not compatible with both --reference and --reference-if-"
6440 "able"
6441 msgstr ""
6443 #: builtin/clone.c:1071
6444 msgid "--depth is ignored in local clones; use file:// instead."
6445 msgstr ""
6447 #: builtin/clone.c:1073
6448 msgid "--shallow-since is ignored in local clones; use file:// instead."
6449 msgstr ""
6451 #: builtin/clone.c:1075
6452 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6453 msgstr ""
6455 #: builtin/clone.c:1078
6456 msgid "source repository is shallow, ignoring --local"
6457 msgstr ""
6459 #: builtin/clone.c:1083
6460 msgid "--local is ignored"
6461 msgstr ""
6463 #: builtin/clone.c:1087
6464 #, c-format
6465 msgid "Don't know how to clone %s"
6466 msgstr ""
6468 #: builtin/clone.c:1142 builtin/clone.c:1150
6469 #, c-format
6470 msgid "Remote branch %s not found in upstream %s"
6471 msgstr ""
6473 #: builtin/clone.c:1153
6474 msgid "You appear to have cloned an empty repository."
6475 msgstr ""
6477 #: builtin/column.c:10
6478 msgid "git column [<options>]"
6479 msgstr ""
6481 #: builtin/column.c:27
6482 msgid "lookup config vars"
6483 msgstr ""
6485 #: builtin/column.c:28 builtin/column.c:29
6486 msgid "layout to use"
6487 msgstr ""
6489 #: builtin/column.c:30
6490 msgid "Maximum width"
6491 msgstr ""
6493 #: builtin/column.c:31
6494 msgid "Padding space on left border"
6495 msgstr ""
6497 #: builtin/column.c:32
6498 msgid "Padding space on right border"
6499 msgstr ""
6501 #: builtin/column.c:33
6502 msgid "Padding space between columns"
6503 msgstr ""
6505 #: builtin/column.c:52
6506 msgid "--command must be the first argument"
6507 msgstr ""
6509 #: builtin/commit.c:39
6510 msgid "git commit [<options>] [--] <pathspec>..."
6511 msgstr ""
6513 #: builtin/commit.c:44
6514 msgid "git status [<options>] [--] <pathspec>..."
6515 msgstr ""
6517 #: builtin/commit.c:49
6518 msgid ""
6519 "Your name and email address were configured automatically based\n"
6520 "on your username and hostname. Please check that they are accurate.\n"
6521 "You can suppress this message by setting them explicitly. Run the\n"
6522 "following command and follow the instructions in your editor to edit\n"
6523 "your configuration file:\n"
6524 "\n"
6525 "    git config --global --edit\n"
6526 "\n"
6527 "After doing this, you may fix the identity used for this commit with:\n"
6528 "\n"
6529 "    git commit --amend --reset-author\n"
6530 msgstr ""
6532 #: builtin/commit.c:62
6533 msgid ""
6534 "Your name and email address were configured automatically based\n"
6535 "on your username and hostname. Please check that they are accurate.\n"
6536 "You can suppress this message by setting them explicitly:\n"
6537 "\n"
6538 "    git config --global user.name \"Your Name\"\n"
6539 "    git config --global user.email you@example.com\n"
6540 "\n"
6541 "After doing this, you may fix the identity used for this commit with:\n"
6542 "\n"
6543 "    git commit --amend --reset-author\n"
6544 msgstr ""
6546 #: builtin/commit.c:74
6547 msgid ""
6548 "You asked to amend the most recent commit, but doing so would make\n"
6549 "it empty. You can repeat your command with --allow-empty, or you can\n"
6550 "remove the commit entirely with \"git reset HEAD^\".\n"
6551 msgstr ""
6553 #: builtin/commit.c:79
6554 msgid ""
6555 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6556 "If you wish to commit it anyway, use:\n"
6557 "\n"
6558 "    git commit --allow-empty\n"
6559 "\n"
6560 msgstr ""
6562 #: builtin/commit.c:86
6563 msgid "Otherwise, please use 'git reset'\n"
6564 msgstr ""
6566 #: builtin/commit.c:89
6567 msgid ""
6568 "If you wish to skip this commit, use:\n"
6569 "\n"
6570 "    git reset\n"
6571 "\n"
6572 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6573 "the remaining commits.\n"
6574 msgstr ""
6576 #: builtin/commit.c:318
6577 msgid "failed to unpack HEAD tree object"
6578 msgstr ""
6580 #: builtin/commit.c:359
6581 msgid "unable to create temporary index"
6582 msgstr ""
6584 #: builtin/commit.c:365
6585 msgid "interactive add failed"
6586 msgstr ""
6588 #: builtin/commit.c:378
6589 msgid "unable to update temporary index"
6590 msgstr ""
6592 #: builtin/commit.c:380
6593 msgid "Failed to update main cache tree"
6594 msgstr ""
6596 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6597 msgid "unable to write new_index file"
6598 msgstr ""
6600 #: builtin/commit.c:461
6601 msgid "cannot do a partial commit during a merge."
6602 msgstr ""
6604 #: builtin/commit.c:463
6605 msgid "cannot do a partial commit during a cherry-pick."
6606 msgstr ""
6608 #: builtin/commit.c:471
6609 msgid "cannot read the index"
6610 msgstr ""
6612 #: builtin/commit.c:490
6613 msgid "unable to write temporary index file"
6614 msgstr ""
6616 #: builtin/commit.c:587
6617 #, c-format
6618 msgid "commit '%s' lacks author header"
6619 msgstr ""
6621 #: builtin/commit.c:589
6622 #, c-format
6623 msgid "commit '%s' has malformed author line"
6624 msgstr ""
6626 #: builtin/commit.c:608
6627 msgid "malformed --author parameter"
6628 msgstr ""
6630 #: builtin/commit.c:660
6631 msgid ""
6632 "unable to select a comment character that is not used\n"
6633 "in the current commit message"
6634 msgstr ""
6636 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6637 #, c-format
6638 msgid "could not lookup commit %s"
6639 msgstr ""
6641 #: builtin/commit.c:709 builtin/shortlog.c:309
6642 #, c-format
6643 msgid "(reading log message from standard input)\n"
6644 msgstr ""
6646 #: builtin/commit.c:711
6647 msgid "could not read log from standard input"
6648 msgstr ""
6650 #: builtin/commit.c:715
6651 #, c-format
6652 msgid "could not read log file '%s'"
6653 msgstr ""
6655 #: builtin/commit.c:742 builtin/commit.c:750
6656 msgid "could not read SQUASH_MSG"
6657 msgstr ""
6659 #: builtin/commit.c:747
6660 msgid "could not read MERGE_MSG"
6661 msgstr ""
6663 #: builtin/commit.c:801
6664 msgid "could not write commit template"
6665 msgstr ""
6667 #: builtin/commit.c:819
6668 #, c-format
6669 msgid ""
6670 "\n"
6671 "It looks like you may be committing a merge.\n"
6672 "If this is not correct, please remove the file\n"
6673 "\t%s\n"
6674 "and try again.\n"
6675 msgstr ""
6677 #: builtin/commit.c:824
6678 #, c-format
6679 msgid ""
6680 "\n"
6681 "It looks like you may be committing a cherry-pick.\n"
6682 "If this is not correct, please remove the file\n"
6683 "\t%s\n"
6684 "and try again.\n"
6685 msgstr ""
6687 #: builtin/commit.c:837
6688 #, c-format
6689 msgid ""
6690 "Please enter the commit message for your changes. Lines starting\n"
6691 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6692 msgstr ""
6694 #: builtin/commit.c:844
6695 #, c-format
6696 msgid ""
6697 "Please enter the commit message for your changes. Lines starting\n"
6698 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6699 "An empty message aborts the commit.\n"
6700 msgstr ""
6702 #: builtin/commit.c:861
6703 #, c-format
6704 msgid "%sAuthor:    %.*s <%.*s>"
6705 msgstr ""
6707 #: builtin/commit.c:869
6708 #, c-format
6709 msgid "%sDate:      %s"
6710 msgstr ""
6712 #: builtin/commit.c:876
6713 #, c-format
6714 msgid "%sCommitter: %.*s <%.*s>"
6715 msgstr ""
6717 #: builtin/commit.c:893
6718 msgid "Cannot read index"
6719 msgstr ""
6721 #: builtin/commit.c:958
6722 msgid "Error building trees"
6723 msgstr ""
6725 #: builtin/commit.c:972 builtin/tag.c:252
6726 #, c-format
6727 msgid "Please supply the message using either -m or -F option.\n"
6728 msgstr ""
6730 #: builtin/commit.c:1075
6731 #, c-format
6732 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6733 msgstr ""
6735 #: builtin/commit.c:1090 builtin/commit.c:1335
6736 #, c-format
6737 msgid "Invalid untracked files mode '%s'"
6738 msgstr ""
6740 #: builtin/commit.c:1128
6741 msgid "--long and -z are incompatible"
6742 msgstr ""
6744 #: builtin/commit.c:1158
6745 msgid "Using both --reset-author and --author does not make sense"
6746 msgstr ""
6748 #: builtin/commit.c:1167
6749 msgid "You have nothing to amend."
6750 msgstr ""
6752 #: builtin/commit.c:1170
6753 msgid "You are in the middle of a merge -- cannot amend."
6754 msgstr ""
6756 #: builtin/commit.c:1172
6757 msgid "You are in the middle of a cherry-pick -- cannot amend."
6758 msgstr ""
6760 #: builtin/commit.c:1175
6761 msgid "Options --squash and --fixup cannot be used together"
6762 msgstr ""
6764 #: builtin/commit.c:1185
6765 msgid "Only one of -c/-C/-F/--fixup can be used."
6766 msgstr ""
6768 #: builtin/commit.c:1187
6769 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6770 msgstr ""
6772 #: builtin/commit.c:1195
6773 msgid "--reset-author can be used only with -C, -c or --amend."
6774 msgstr ""
6776 #: builtin/commit.c:1212
6777 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6778 msgstr ""
6780 #: builtin/commit.c:1214
6781 msgid "No paths with --include/--only does not make sense."
6782 msgstr ""
6784 #: builtin/commit.c:1226 builtin/tag.c:535
6785 #, c-format
6786 msgid "Invalid cleanup mode %s"
6787 msgstr ""
6789 #: builtin/commit.c:1231
6790 msgid "Paths with -a does not make sense."
6791 msgstr ""
6793 #: builtin/commit.c:1349 builtin/commit.c:1626
6794 msgid "show status concisely"
6795 msgstr ""
6797 #: builtin/commit.c:1351 builtin/commit.c:1628
6798 msgid "show branch information"
6799 msgstr ""
6801 #: builtin/commit.c:1353
6802 msgid "show stash information"
6803 msgstr ""
6805 #: builtin/commit.c:1355
6806 msgid "version"
6807 msgstr ""
6809 #: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6810 #: builtin/worktree.c:469
6811 msgid "machine-readable output"
6812 msgstr ""
6814 #: builtin/commit.c:1358 builtin/commit.c:1632
6815 msgid "show status in long format (default)"
6816 msgstr ""
6818 #: builtin/commit.c:1361 builtin/commit.c:1635
6819 msgid "terminate entries with NUL"
6820 msgstr ""
6822 #: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6823 #: builtin/fast-export.c:1002 builtin/tag.c:390
6824 msgid "mode"
6825 msgstr ""
6827 #: builtin/commit.c:1364 builtin/commit.c:1638
6828 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6829 msgstr ""
6831 #: builtin/commit.c:1367
6832 msgid "show ignored files"
6833 msgstr ""
6835 #: builtin/commit.c:1368 parse-options.h:155
6836 msgid "when"
6837 msgstr ""
6839 #: builtin/commit.c:1369
6840 msgid ""
6841 "ignore changes to submodules, optional when: all, dirty, untracked. "
6842 "(Default: all)"
6843 msgstr ""
6845 #: builtin/commit.c:1371
6846 msgid "list untracked files in columns"
6847 msgstr ""
6849 #: builtin/commit.c:1449
6850 msgid "couldn't look up newly created commit"
6851 msgstr ""
6853 #: builtin/commit.c:1451
6854 msgid "could not parse newly created commit"
6855 msgstr ""
6857 #: builtin/commit.c:1496
6858 msgid "detached HEAD"
6859 msgstr ""
6861 #: builtin/commit.c:1499
6862 msgid " (root-commit)"
6863 msgstr ""
6865 #: builtin/commit.c:1596
6866 msgid "suppress summary after successful commit"
6867 msgstr ""
6869 #: builtin/commit.c:1597
6870 msgid "show diff in commit message template"
6871 msgstr ""
6873 #: builtin/commit.c:1599
6874 msgid "Commit message options"
6875 msgstr ""
6877 #: builtin/commit.c:1600 builtin/tag.c:388
6878 msgid "read message from file"
6879 msgstr ""
6881 #: builtin/commit.c:1601
6882 msgid "author"
6883 msgstr ""
6885 #: builtin/commit.c:1601
6886 msgid "override author for commit"
6887 msgstr ""
6889 #: builtin/commit.c:1602 builtin/gc.c:359
6890 msgid "date"
6891 msgstr ""
6893 #: builtin/commit.c:1602
6894 msgid "override date for commit"
6895 msgstr ""
6897 #: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6898 #: builtin/notes.c:565 builtin/tag.c:386
6899 msgid "message"
6900 msgstr ""
6902 #: builtin/commit.c:1603
6903 msgid "commit message"
6904 msgstr ""
6906 #: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6907 #: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6908 msgid "commit"
6909 msgstr ""
6911 #: builtin/commit.c:1604
6912 msgid "reuse and edit message from specified commit"
6913 msgstr ""
6915 #: builtin/commit.c:1605
6916 msgid "reuse message from specified commit"
6917 msgstr ""
6919 #: builtin/commit.c:1606
6920 msgid "use autosquash formatted message to fixup specified commit"
6921 msgstr ""
6923 #: builtin/commit.c:1607
6924 msgid "use autosquash formatted message to squash specified commit"
6925 msgstr ""
6927 #: builtin/commit.c:1608
6928 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6929 msgstr ""
6931 #: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6932 #: builtin/revert.c:105
6933 msgid "add Signed-off-by:"
6934 msgstr ""
6936 #: builtin/commit.c:1610
6937 msgid "use specified template file"
6938 msgstr ""
6940 #: builtin/commit.c:1611
6941 msgid "force edit of commit"
6942 msgstr ""
6944 #: builtin/commit.c:1612
6945 msgid "default"
6946 msgstr ""
6948 #: builtin/commit.c:1612 builtin/tag.c:391
6949 msgid "how to strip spaces and #comments from message"
6950 msgstr ""
6952 #: builtin/commit.c:1613
6953 msgid "include status in commit message template"
6954 msgstr ""
6956 #: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6957 #: builtin/revert.c:113
6958 msgid "GPG sign commit"
6959 msgstr ""
6961 #: builtin/commit.c:1618
6962 msgid "Commit contents options"
6963 msgstr ""
6965 #: builtin/commit.c:1619
6966 msgid "commit all changed files"
6967 msgstr ""
6969 #: builtin/commit.c:1620
6970 msgid "add specified files to index for commit"
6971 msgstr ""
6973 #: builtin/commit.c:1621
6974 msgid "interactively add files"
6975 msgstr ""
6977 #: builtin/commit.c:1622
6978 msgid "interactively add changes"
6979 msgstr ""
6981 #: builtin/commit.c:1623
6982 msgid "commit only specified files"
6983 msgstr ""
6985 #: builtin/commit.c:1624
6986 msgid "bypass pre-commit and commit-msg hooks"
6987 msgstr ""
6989 #: builtin/commit.c:1625
6990 msgid "show what would be committed"
6991 msgstr ""
6993 #: builtin/commit.c:1636
6994 msgid "amend previous commit"
6995 msgstr ""
6997 #: builtin/commit.c:1637
6998 msgid "bypass post-rewrite hook"
6999 msgstr ""
7001 #: builtin/commit.c:1642
7002 msgid "ok to record an empty change"
7003 msgstr ""
7005 #: builtin/commit.c:1644
7006 msgid "ok to record a change with an empty message"
7007 msgstr ""
7009 #: builtin/commit.c:1674
7010 msgid "could not parse HEAD commit"
7011 msgstr ""
7013 #: builtin/commit.c:1719
7014 #, c-format
7015 msgid "Corrupt MERGE_HEAD file (%s)"
7016 msgstr ""
7018 #: builtin/commit.c:1726
7019 msgid "could not read MERGE_MODE"
7020 msgstr ""
7022 #: builtin/commit.c:1745
7023 #, c-format
7024 msgid "could not read commit message: %s"
7025 msgstr ""
7027 #: builtin/commit.c:1756
7028 #, c-format
7029 msgid "Aborting commit due to empty commit message.\n"
7030 msgstr ""
7032 #: builtin/commit.c:1761
7033 #, c-format
7034 msgid "Aborting commit; you did not edit the message.\n"
7035 msgstr ""
7037 #: builtin/commit.c:1809
7038 msgid ""
7039 "Repository has been updated, but unable to write\n"
7040 "new_index file. Check that disk is not full and quota is\n"
7041 "not exceeded, and then \"git reset HEAD\" to recover."
7042 msgstr ""
7044 #: builtin/config.c:10
7045 msgid "git config [<options>]"
7046 msgstr ""
7048 #: builtin/config.c:57
7049 msgid "Config file location"
7050 msgstr ""
7052 #: builtin/config.c:58
7053 msgid "use global config file"
7054 msgstr ""
7056 #: builtin/config.c:59
7057 msgid "use system config file"
7058 msgstr ""
7060 #: builtin/config.c:60
7061 msgid "use repository config file"
7062 msgstr ""
7064 #: builtin/config.c:61
7065 msgid "use given config file"
7066 msgstr ""
7068 #: builtin/config.c:62
7069 msgid "blob-id"
7070 msgstr ""
7072 #: builtin/config.c:62
7073 msgid "read config from given blob object"
7074 msgstr ""
7076 #: builtin/config.c:63
7077 msgid "Action"
7078 msgstr ""
7080 #: builtin/config.c:64
7081 msgid "get value: name [value-regex]"
7082 msgstr ""
7084 #: builtin/config.c:65
7085 msgid "get all values: key [value-regex]"
7086 msgstr ""
7088 #: builtin/config.c:66
7089 msgid "get values for regexp: name-regex [value-regex]"
7090 msgstr ""
7092 #: builtin/config.c:67
7093 msgid "get value specific for the URL: section[.var] URL"
7094 msgstr ""
7096 #: builtin/config.c:68
7097 msgid "replace all matching variables: name value [value_regex]"
7098 msgstr ""
7100 #: builtin/config.c:69
7101 msgid "add a new variable: name value"
7102 msgstr ""
7104 #: builtin/config.c:70
7105 msgid "remove a variable: name [value-regex]"
7106 msgstr ""
7108 #: builtin/config.c:71
7109 msgid "remove all matches: name [value-regex]"
7110 msgstr ""
7112 #: builtin/config.c:72
7113 msgid "rename section: old-name new-name"
7114 msgstr ""
7116 #: builtin/config.c:73
7117 msgid "remove a section: name"
7118 msgstr ""
7120 #: builtin/config.c:74
7121 msgid "list all"
7122 msgstr ""
7124 #: builtin/config.c:75
7125 msgid "open an editor"
7126 msgstr ""
7128 #: builtin/config.c:76
7129 msgid "find the color configured: slot [default]"
7130 msgstr ""
7132 #: builtin/config.c:77
7133 msgid "find the color setting: slot [stdout-is-tty]"
7134 msgstr ""
7136 #: builtin/config.c:78
7137 msgid "Type"
7138 msgstr ""
7140 #: builtin/config.c:79
7141 msgid "value is \"true\" or \"false\""
7142 msgstr ""
7144 #: builtin/config.c:80
7145 msgid "value is decimal number"
7146 msgstr ""
7148 #: builtin/config.c:81
7149 msgid "value is --bool or --int"
7150 msgstr ""
7152 #: builtin/config.c:82
7153 msgid "value is a path (file or directory name)"
7154 msgstr ""
7156 #: builtin/config.c:83
7157 msgid "Other"
7158 msgstr ""
7160 #: builtin/config.c:84
7161 msgid "terminate values with NUL byte"
7162 msgstr ""
7164 #: builtin/config.c:85
7165 msgid "show variable names only"
7166 msgstr ""
7168 #: builtin/config.c:86
7169 msgid "respect include directives on lookup"
7170 msgstr ""
7172 #: builtin/config.c:87
7173 msgid "show origin of config (file, standard input, blob, command line)"
7174 msgstr ""
7176 #: builtin/config.c:327
7177 msgid "unable to parse default color value"
7178 msgstr ""
7180 #: builtin/config.c:471
7181 #, c-format
7182 msgid ""
7183 "# This is Git's per-user configuration file.\n"
7184 "[user]\n"
7185 "# Please adapt and uncomment the following lines:\n"
7186 "#\tname = %s\n"
7187 "#\temail = %s\n"
7188 msgstr ""
7190 #: builtin/config.c:499
7191 msgid "--local can only be used inside a git repository"
7192 msgstr ""
7194 #: builtin/config.c:624
7195 #, c-format
7196 msgid "cannot create configuration file %s"
7197 msgstr ""
7199 #: builtin/config.c:637
7200 #, c-format
7201 msgid ""
7202 "cannot overwrite multiple values with a single value\n"
7203 "       Use a regexp, --add or --replace-all to change %s."
7204 msgstr ""
7206 #: builtin/count-objects.c:88
7207 msgid "git count-objects [-v] [-H | --human-readable]"
7208 msgstr ""
7210 #: builtin/count-objects.c:98
7211 msgid "print sizes in human readable format"
7212 msgstr ""
7214 #: builtin/describe.c:19
7215 msgid "git describe [<options>] [<commit-ish>...]"
7216 msgstr ""
7218 #: builtin/describe.c:20
7219 msgid "git describe [<options>] --dirty"
7220 msgstr ""
7222 #: builtin/describe.c:54
7223 msgid "head"
7224 msgstr ""
7226 #: builtin/describe.c:54
7227 msgid "lightweight"
7228 msgstr ""
7230 #: builtin/describe.c:54
7231 msgid "annotated"
7232 msgstr ""
7234 #: builtin/describe.c:264
7235 #, c-format
7236 msgid "annotated tag %s not available"
7237 msgstr ""
7239 #: builtin/describe.c:268
7240 #, c-format
7241 msgid "annotated tag %s has no embedded name"
7242 msgstr ""
7244 #: builtin/describe.c:270
7245 #, c-format
7246 msgid "tag '%s' is really '%s' here"
7247 msgstr ""
7249 #: builtin/describe.c:297 builtin/log.c:493
7250 #, c-format
7251 msgid "Not a valid object name %s"
7252 msgstr ""
7254 #: builtin/describe.c:300
7255 #, c-format
7256 msgid "%s is not a valid '%s' object"
7257 msgstr ""
7259 #: builtin/describe.c:317
7260 #, c-format
7261 msgid "no tag exactly matches '%s'"
7262 msgstr ""
7264 #: builtin/describe.c:319
7265 #, c-format
7266 msgid "searching to describe %s\n"
7267 msgstr ""
7269 #: builtin/describe.c:366
7270 #, c-format
7271 msgid "finished search at %s\n"
7272 msgstr ""
7274 #: builtin/describe.c:393
7275 #, c-format
7276 msgid ""
7277 "No annotated tags can describe '%s'.\n"
7278 "However, there were unannotated tags: try --tags."
7279 msgstr ""
7281 #: builtin/describe.c:397
7282 #, c-format
7283 msgid ""
7284 "No tags can describe '%s'.\n"
7285 "Try --always, or create some tags."
7286 msgstr ""
7288 #: builtin/describe.c:427
7289 #, c-format
7290 msgid "traversed %lu commits\n"
7291 msgstr ""
7293 #: builtin/describe.c:430
7294 #, c-format
7295 msgid ""
7296 "more than %i tags found; listed %i most recent\n"
7297 "gave up search at %s\n"
7298 msgstr ""
7300 #: builtin/describe.c:452
7301 msgid "find the tag that comes after the commit"
7302 msgstr ""
7304 #: builtin/describe.c:453
7305 msgid "debug search strategy on stderr"
7306 msgstr ""
7308 #: builtin/describe.c:454
7309 msgid "use any ref"
7310 msgstr ""
7312 #: builtin/describe.c:455
7313 msgid "use any tag, even unannotated"
7314 msgstr ""
7316 #: builtin/describe.c:456
7317 msgid "always use long format"
7318 msgstr ""
7320 #: builtin/describe.c:457
7321 msgid "only follow first parent"
7322 msgstr ""
7324 #: builtin/describe.c:460
7325 msgid "only output exact matches"
7326 msgstr ""
7328 #: builtin/describe.c:462
7329 msgid "consider <n> most recent tags (default: 10)"
7330 msgstr ""
7332 #: builtin/describe.c:464
7333 msgid "only consider tags matching <pattern>"
7334 msgstr ""
7336 #: builtin/describe.c:466
7337 msgid "do not consider tags matching <pattern>"
7338 msgstr ""
7340 #: builtin/describe.c:468 builtin/name-rev.c:406
7341 msgid "show abbreviated commit object as fallback"
7342 msgstr ""
7344 #: builtin/describe.c:469 builtin/describe.c:472
7345 msgid "mark"
7346 msgstr ""
7348 #: builtin/describe.c:470
7349 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7350 msgstr ""
7352 #: builtin/describe.c:473
7353 msgid "append <mark> on broken working tree (default: \"-broken\")"
7354 msgstr ""
7356 #: builtin/describe.c:491
7357 msgid "--long is incompatible with --abbrev=0"
7358 msgstr ""
7360 #: builtin/describe.c:520
7361 msgid "No names found, cannot describe anything."
7362 msgstr ""
7364 #: builtin/describe.c:563
7365 msgid "--dirty is incompatible with commit-ishes"
7366 msgstr ""
7368 #: builtin/describe.c:565
7369 msgid "--broken is incompatible with commit-ishes"
7370 msgstr ""
7372 #: builtin/diff.c:83
7373 #, c-format
7374 msgid "'%s': not a regular file or symlink"
7375 msgstr ""
7377 #: builtin/diff.c:235
7378 #, c-format
7379 msgid "invalid option: %s"
7380 msgstr ""
7382 #: builtin/diff.c:357
7383 msgid "Not a git repository"
7384 msgstr ""
7386 #: builtin/diff.c:400
7387 #, c-format
7388 msgid "invalid object '%s' given."
7389 msgstr ""
7391 #: builtin/diff.c:409
7392 #, c-format
7393 msgid "more than two blobs given: '%s'"
7394 msgstr ""
7396 #: builtin/diff.c:414
7397 #, c-format
7398 msgid "unhandled object '%s' given."
7399 msgstr ""
7401 #: builtin/difftool.c:29
7402 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7403 msgstr ""
7405 #: builtin/difftool.c:259
7406 #, c-format
7407 msgid "failed: %d"
7408 msgstr ""
7410 #: builtin/difftool.c:301
7411 #, c-format
7412 msgid "could not read symlink %s"
7413 msgstr ""
7415 #: builtin/difftool.c:303
7416 #, c-format
7417 msgid "could not read symlink file %s"
7418 msgstr ""
7420 #: builtin/difftool.c:311
7421 #, c-format
7422 msgid "could not read object %s for symlink %s"
7423 msgstr ""
7425 #: builtin/difftool.c:412
7426 msgid ""
7427 "combined diff formats('-c' and '--cc') are not supported in\n"
7428 "directory diff mode('-d' and '--dir-diff')."
7429 msgstr ""
7431 #: builtin/difftool.c:633
7432 #, c-format
7433 msgid "both files modified: '%s' and '%s'."
7434 msgstr ""
7436 #: builtin/difftool.c:635
7437 msgid "working tree file has been left."
7438 msgstr ""
7440 #: builtin/difftool.c:646
7441 #, c-format
7442 msgid "temporary files exist in '%s'."
7443 msgstr ""
7445 #: builtin/difftool.c:647
7446 msgid "you may want to cleanup or recover these."
7447 msgstr ""
7449 #: builtin/difftool.c:696
7450 msgid "use `diff.guitool` instead of `diff.tool`"
7451 msgstr ""
7453 #: builtin/difftool.c:698
7454 msgid "perform a full-directory diff"
7455 msgstr ""
7457 #: builtin/difftool.c:700
7458 msgid "do not prompt before launching a diff tool"
7459 msgstr ""
7461 #: builtin/difftool.c:706
7462 msgid "use symlinks in dir-diff mode"
7463 msgstr ""
7465 #: builtin/difftool.c:707
7466 msgid "<tool>"
7467 msgstr ""
7469 #: builtin/difftool.c:708
7470 msgid "use the specified diff tool"
7471 msgstr ""
7473 #: builtin/difftool.c:710
7474 msgid "print a list of diff tools that may be used with `--tool`"
7475 msgstr ""
7477 #: builtin/difftool.c:713
7478 msgid ""
7479 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7480 "code"
7481 msgstr ""
7483 #: builtin/difftool.c:715
7484 msgid "<command>"
7485 msgstr ""
7487 #: builtin/difftool.c:716
7488 msgid "specify a custom command for viewing diffs"
7489 msgstr ""
7491 #: builtin/difftool.c:740
7492 msgid "no <tool> given for --tool=<tool>"
7493 msgstr ""
7495 #: builtin/difftool.c:747
7496 msgid "no <cmd> given for --extcmd=<cmd>"
7497 msgstr ""
7499 #: builtin/fast-export.c:26
7500 msgid "git fast-export [rev-list-opts]"
7501 msgstr ""
7503 #: builtin/fast-export.c:998
7504 msgid "show progress after <n> objects"
7505 msgstr ""
7507 #: builtin/fast-export.c:1000
7508 msgid "select handling of signed tags"
7509 msgstr ""
7511 #: builtin/fast-export.c:1003
7512 msgid "select handling of tags that tag filtered objects"
7513 msgstr ""
7515 #: builtin/fast-export.c:1006
7516 msgid "Dump marks to this file"
7517 msgstr ""
7519 #: builtin/fast-export.c:1008
7520 msgid "Import marks from this file"
7521 msgstr ""
7523 #: builtin/fast-export.c:1010
7524 msgid "Fake a tagger when tags lack one"
7525 msgstr ""
7527 #: builtin/fast-export.c:1012
7528 msgid "Output full tree for each commit"
7529 msgstr ""
7531 #: builtin/fast-export.c:1014
7532 msgid "Use the done feature to terminate the stream"
7533 msgstr ""
7535 #: builtin/fast-export.c:1015
7536 msgid "Skip output of blob data"
7537 msgstr ""
7539 #: builtin/fast-export.c:1016
7540 msgid "refspec"
7541 msgstr ""
7543 #: builtin/fast-export.c:1017
7544 msgid "Apply refspec to exported refs"
7545 msgstr ""
7547 #: builtin/fast-export.c:1018
7548 msgid "anonymize output"
7549 msgstr ""
7551 #: builtin/fetch.c:23
7552 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7553 msgstr ""
7555 #: builtin/fetch.c:24
7556 msgid "git fetch [<options>] <group>"
7557 msgstr ""
7559 #: builtin/fetch.c:25
7560 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7561 msgstr ""
7563 #: builtin/fetch.c:26
7564 msgid "git fetch --all [<options>]"
7565 msgstr ""
7567 #: builtin/fetch.c:112 builtin/pull.c:182
7568 msgid "fetch from all remotes"
7569 msgstr ""
7571 #: builtin/fetch.c:114 builtin/pull.c:185
7572 msgid "append to .git/FETCH_HEAD instead of overwriting"
7573 msgstr ""
7575 #: builtin/fetch.c:116 builtin/pull.c:188
7576 msgid "path to upload pack on remote end"
7577 msgstr ""
7579 #: builtin/fetch.c:117 builtin/pull.c:190
7580 msgid "force overwrite of local branch"
7581 msgstr ""
7583 #: builtin/fetch.c:119
7584 msgid "fetch from multiple remotes"
7585 msgstr ""
7587 #: builtin/fetch.c:121 builtin/pull.c:192
7588 msgid "fetch all tags and associated objects"
7589 msgstr ""
7591 #: builtin/fetch.c:123
7592 msgid "do not fetch all tags (--no-tags)"
7593 msgstr ""
7595 #: builtin/fetch.c:125
7596 msgid "number of submodules fetched in parallel"
7597 msgstr ""
7599 #: builtin/fetch.c:127 builtin/pull.c:195
7600 msgid "prune remote-tracking branches no longer on remote"
7601 msgstr ""
7603 #: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7604 msgid "on-demand"
7605 msgstr ""
7607 #: builtin/fetch.c:129
7608 msgid "control recursive fetching of submodules"
7609 msgstr ""
7611 #: builtin/fetch.c:133 builtin/pull.c:203
7612 msgid "keep downloaded pack"
7613 msgstr ""
7615 #: builtin/fetch.c:135
7616 msgid "allow updating of HEAD ref"
7617 msgstr ""
7619 #: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7620 msgid "deepen history of shallow clone"
7621 msgstr ""
7623 #: builtin/fetch.c:140
7624 msgid "deepen history of shallow repository based on time"
7625 msgstr ""
7627 #: builtin/fetch.c:146 builtin/pull.c:209
7628 msgid "convert to a complete repository"
7629 msgstr ""
7631 #: builtin/fetch.c:148 builtin/log.c:1456
7632 msgid "dir"
7633 msgstr ""
7635 #: builtin/fetch.c:149
7636 msgid "prepend this to submodule path output"
7637 msgstr ""
7639 #: builtin/fetch.c:152
7640 msgid ""
7641 "default for recursive fetching of submodules (lower priority than config "
7642 "files)"
7643 msgstr ""
7645 #: builtin/fetch.c:156 builtin/pull.c:212
7646 msgid "accept refs that update .git/shallow"
7647 msgstr ""
7649 #: builtin/fetch.c:157 builtin/pull.c:214
7650 msgid "refmap"
7651 msgstr ""
7653 #: builtin/fetch.c:158 builtin/pull.c:215
7654 msgid "specify fetch refmap"
7655 msgstr ""
7657 #: builtin/fetch.c:416
7658 msgid "Couldn't find remote ref HEAD"
7659 msgstr ""
7661 #: builtin/fetch.c:534
7662 #, c-format
7663 msgid "configuration fetch.output contains invalid value %s"
7664 msgstr ""
7666 #: builtin/fetch.c:627
7667 #, c-format
7668 msgid "object %s not found"
7669 msgstr ""
7671 #: builtin/fetch.c:631
7672 msgid "[up to date]"
7673 msgstr ""
7675 #: builtin/fetch.c:644 builtin/fetch.c:724
7676 msgid "[rejected]"
7677 msgstr ""
7679 #: builtin/fetch.c:645
7680 msgid "can't fetch in current branch"
7681 msgstr ""
7683 #: builtin/fetch.c:654
7684 msgid "[tag update]"
7685 msgstr ""
7687 #: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7688 #: builtin/fetch.c:719
7689 msgid "unable to update local ref"
7690 msgstr ""
7692 #: builtin/fetch.c:674
7693 msgid "[new tag]"
7694 msgstr ""
7696 #: builtin/fetch.c:677
7697 msgid "[new branch]"
7698 msgstr ""
7700 #: builtin/fetch.c:680
7701 msgid "[new ref]"
7702 msgstr ""
7704 #: builtin/fetch.c:719
7705 msgid "forced update"
7706 msgstr ""
7708 #: builtin/fetch.c:724
7709 msgid "non-fast-forward"
7710 msgstr ""
7712 #: builtin/fetch.c:769
7713 #, c-format
7714 msgid "%s did not send all necessary objects\n"
7715 msgstr ""
7717 #: builtin/fetch.c:789
7718 #, c-format
7719 msgid "reject %s because shallow roots are not allowed to be updated"
7720 msgstr ""
7722 #: builtin/fetch.c:877 builtin/fetch.c:973
7723 #, c-format
7724 msgid "From %.*s\n"
7725 msgstr ""
7727 #: builtin/fetch.c:888
7728 #, c-format
7729 msgid ""
7730 "some local refs could not be updated; try running\n"
7731 " 'git remote prune %s' to remove any old, conflicting branches"
7732 msgstr ""
7734 #: builtin/fetch.c:943
7735 #, c-format
7736 msgid "   (%s will become dangling)"
7737 msgstr ""
7739 #: builtin/fetch.c:944
7740 #, c-format
7741 msgid "   (%s has become dangling)"
7742 msgstr ""
7744 #: builtin/fetch.c:976
7745 msgid "[deleted]"
7746 msgstr ""
7748 #: builtin/fetch.c:977 builtin/remote.c:1024
7749 msgid "(none)"
7750 msgstr ""
7752 #: builtin/fetch.c:1000
7753 #, c-format
7754 msgid "Refusing to fetch into current branch %s of non-bare repository"
7755 msgstr ""
7757 #: builtin/fetch.c:1019
7758 #, c-format
7759 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7760 msgstr ""
7762 #: builtin/fetch.c:1022
7763 #, c-format
7764 msgid "Option \"%s\" is ignored for %s\n"
7765 msgstr ""
7767 #: builtin/fetch.c:1098
7768 #, c-format
7769 msgid "Don't know how to fetch from %s"
7770 msgstr ""
7772 #: builtin/fetch.c:1258
7773 #, c-format
7774 msgid "Fetching %s\n"
7775 msgstr ""
7777 #: builtin/fetch.c:1260 builtin/remote.c:97
7778 #, c-format
7779 msgid "Could not fetch %s"
7780 msgstr ""
7782 #: builtin/fetch.c:1278
7783 msgid ""
7784 "No remote repository specified.  Please, specify either a URL or a\n"
7785 "remote name from which new revisions should be fetched."
7786 msgstr ""
7788 #: builtin/fetch.c:1301
7789 msgid "You need to specify a tag name."
7790 msgstr ""
7792 #: builtin/fetch.c:1344
7793 msgid "Negative depth in --deepen is not supported"
7794 msgstr ""
7796 #: builtin/fetch.c:1346
7797 msgid "--deepen and --depth are mutually exclusive"
7798 msgstr ""
7800 #: builtin/fetch.c:1351
7801 msgid "--depth and --unshallow cannot be used together"
7802 msgstr ""
7804 #: builtin/fetch.c:1353
7805 msgid "--unshallow on a complete repository does not make sense"
7806 msgstr ""
7808 #: builtin/fetch.c:1366
7809 msgid "fetch --all does not take a repository argument"
7810 msgstr ""
7812 #: builtin/fetch.c:1368
7813 msgid "fetch --all does not make sense with refspecs"
7814 msgstr ""
7816 #: builtin/fetch.c:1379
7817 #, c-format
7818 msgid "No such remote or remote group: %s"
7819 msgstr ""
7821 #: builtin/fetch.c:1387
7822 msgid "Fetching a group and specifying refspecs does not make sense"
7823 msgstr ""
7825 #: builtin/fmt-merge-msg.c:15
7826 msgid ""
7827 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7828 msgstr ""
7830 #: builtin/fmt-merge-msg.c:665
7831 msgid "populate log with at most <n> entries from shortlog"
7832 msgstr ""
7834 #: builtin/fmt-merge-msg.c:668
7835 msgid "alias for --log (deprecated)"
7836 msgstr ""
7838 #: builtin/fmt-merge-msg.c:671
7839 msgid "text"
7840 msgstr ""
7842 #: builtin/fmt-merge-msg.c:672
7843 msgid "use <text> as start of message"
7844 msgstr ""
7846 #: builtin/fmt-merge-msg.c:673
7847 msgid "file to read from"
7848 msgstr ""
7850 #: builtin/for-each-ref.c:10
7851 msgid "git for-each-ref [<options>] [<pattern>]"
7852 msgstr ""
7854 #: builtin/for-each-ref.c:11
7855 msgid "git for-each-ref [--points-at <object>]"
7856 msgstr ""
7858 #: builtin/for-each-ref.c:12
7859 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7860 msgstr ""
7862 #: builtin/for-each-ref.c:13
7863 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7864 msgstr ""
7866 #: builtin/for-each-ref.c:28
7867 msgid "quote placeholders suitably for shells"
7868 msgstr ""
7870 #: builtin/for-each-ref.c:30
7871 msgid "quote placeholders suitably for perl"
7872 msgstr ""
7874 #: builtin/for-each-ref.c:32
7875 msgid "quote placeholders suitably for python"
7876 msgstr ""
7878 #: builtin/for-each-ref.c:34
7879 msgid "quote placeholders suitably for Tcl"
7880 msgstr ""
7882 #: builtin/for-each-ref.c:37
7883 msgid "show only <n> matched refs"
7884 msgstr ""
7886 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7887 msgid "respect format colors"
7888 msgstr ""
7890 #: builtin/for-each-ref.c:43
7891 msgid "print only refs which points at the given object"
7892 msgstr ""
7894 #: builtin/for-each-ref.c:45
7895 msgid "print only refs that are merged"
7896 msgstr ""
7898 #: builtin/for-each-ref.c:46
7899 msgid "print only refs that are not merged"
7900 msgstr ""
7902 #: builtin/for-each-ref.c:47
7903 msgid "print only refs which contain the commit"
7904 msgstr ""
7906 #: builtin/for-each-ref.c:48
7907 msgid "print only refs which don't contain the commit"
7908 msgstr ""
7910 #: builtin/fsck.c:543
7911 msgid "Checking object directories"
7912 msgstr ""
7914 #: builtin/fsck.c:635
7915 msgid "git fsck [<options>] [<object>...]"
7916 msgstr ""
7918 #: builtin/fsck.c:641
7919 msgid "show unreachable objects"
7920 msgstr ""
7922 #: builtin/fsck.c:642
7923 msgid "show dangling objects"
7924 msgstr ""
7926 #: builtin/fsck.c:643
7927 msgid "report tags"
7928 msgstr ""
7930 #: builtin/fsck.c:644
7931 msgid "report root nodes"
7932 msgstr ""
7934 #: builtin/fsck.c:645
7935 msgid "make index objects head nodes"
7936 msgstr ""
7938 #: builtin/fsck.c:646
7939 msgid "make reflogs head nodes (default)"
7940 msgstr ""
7942 #: builtin/fsck.c:647
7943 msgid "also consider packs and alternate objects"
7944 msgstr ""
7946 #: builtin/fsck.c:648
7947 msgid "check only connectivity"
7948 msgstr ""
7950 #: builtin/fsck.c:649
7951 msgid "enable more strict checking"
7952 msgstr ""
7954 #: builtin/fsck.c:651
7955 msgid "write dangling objects in .git/lost-found"
7956 msgstr ""
7958 #: builtin/fsck.c:652 builtin/prune.c:107
7959 msgid "show progress"
7960 msgstr ""
7962 #: builtin/fsck.c:653
7963 msgid "show verbose names for reachable objects"
7964 msgstr ""
7966 #: builtin/fsck.c:714
7967 msgid "Checking objects"
7968 msgstr ""
7970 #: builtin/gc.c:27
7971 msgid "git gc [<options>]"
7972 msgstr ""
7974 #: builtin/gc.c:80
7975 #, c-format
7976 msgid "Failed to fstat %s: %s"
7977 msgstr ""
7979 #: builtin/gc.c:312
7980 #, c-format
7981 msgid "Can't stat %s"
7982 msgstr ""
7984 #: builtin/gc.c:321
7985 #, c-format
7986 msgid ""
7987 "The last gc run reported the following. Please correct the root cause\n"
7988 "and remove %s.\n"
7989 "Automatic cleanup will not be performed until the file is removed.\n"
7990 "\n"
7991 "%s"
7992 msgstr ""
7994 #: builtin/gc.c:360
7995 msgid "prune unreferenced objects"
7996 msgstr ""
7998 #: builtin/gc.c:362
7999 msgid "be more thorough (increased runtime)"
8000 msgstr ""
8002 #: builtin/gc.c:363
8003 msgid "enable auto-gc mode"
8004 msgstr ""
8006 #: builtin/gc.c:364
8007 msgid "force running gc even if there may be another gc running"
8008 msgstr ""
8010 #: builtin/gc.c:381
8011 #, c-format
8012 msgid "Failed to parse gc.logexpiry value %s"
8013 msgstr ""
8015 #: builtin/gc.c:409
8016 #, c-format
8017 msgid "Auto packing the repository in background for optimum performance.\n"
8018 msgstr ""
8020 #: builtin/gc.c:411
8021 #, c-format
8022 msgid "Auto packing the repository for optimum performance.\n"
8023 msgstr ""
8025 #: builtin/gc.c:412
8026 #, c-format
8027 msgid "See \"git help gc\" for manual housekeeping.\n"
8028 msgstr ""
8030 #: builtin/gc.c:437
8031 #, c-format
8032 msgid ""
8033 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8034 msgstr ""
8036 #: builtin/gc.c:481
8037 msgid ""
8038 "There are too many unreachable loose objects; run 'git prune' to remove them."
8039 msgstr ""
8041 #: builtin/grep.c:27
8042 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8043 msgstr ""
8045 #: builtin/grep.c:226
8046 #, c-format
8047 msgid "grep: failed to create thread: %s"
8048 msgstr ""
8050 #: builtin/grep.c:284
8051 #, c-format
8052 msgid "invalid number of threads specified (%d) for %s"
8053 msgstr ""
8055 #. TRANSLATORS: %s is the configuration
8056 #. variable for tweaking threads, currently
8057 #. grep.threads
8059 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8060 #, c-format
8061 msgid "no threads support, ignoring %s"
8062 msgstr ""
8064 #: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8065 #, c-format
8066 msgid "unable to read tree (%s)"
8067 msgstr ""
8069 #: builtin/grep.c:628
8070 #, c-format
8071 msgid "unable to grep from object of type %s"
8072 msgstr ""
8074 #: builtin/grep.c:694
8075 #, c-format
8076 msgid "switch `%c' expects a numerical value"
8077 msgstr ""
8079 #: builtin/grep.c:781
8080 msgid "search in index instead of in the work tree"
8081 msgstr ""
8083 #: builtin/grep.c:783
8084 msgid "find in contents not managed by git"
8085 msgstr ""
8087 #: builtin/grep.c:785
8088 msgid "search in both tracked and untracked files"
8089 msgstr ""
8091 #: builtin/grep.c:787
8092 msgid "ignore files specified via '.gitignore'"
8093 msgstr ""
8095 #: builtin/grep.c:789
8096 msgid "recursively search in each submodule"
8097 msgstr ""
8099 #: builtin/grep.c:792
8100 msgid "show non-matching lines"
8101 msgstr ""
8103 #: builtin/grep.c:794
8104 msgid "case insensitive matching"
8105 msgstr ""
8107 #: builtin/grep.c:796
8108 msgid "match patterns only at word boundaries"
8109 msgstr ""
8111 #: builtin/grep.c:798
8112 msgid "process binary files as text"
8113 msgstr ""
8115 #: builtin/grep.c:800
8116 msgid "don't match patterns in binary files"
8117 msgstr ""
8119 #: builtin/grep.c:803
8120 msgid "process binary files with textconv filters"
8121 msgstr ""
8123 #: builtin/grep.c:805
8124 msgid "descend at most <depth> levels"
8125 msgstr ""
8127 #: builtin/grep.c:809
8128 msgid "use extended POSIX regular expressions"
8129 msgstr ""
8131 #: builtin/grep.c:812
8132 msgid "use basic POSIX regular expressions (default)"
8133 msgstr ""
8135 #: builtin/grep.c:815
8136 msgid "interpret patterns as fixed strings"
8137 msgstr ""
8139 #: builtin/grep.c:818
8140 msgid "use Perl-compatible regular expressions"
8141 msgstr ""
8143 #: builtin/grep.c:821
8144 msgid "show line numbers"
8145 msgstr ""
8147 #: builtin/grep.c:822
8148 msgid "don't show filenames"
8149 msgstr ""
8151 #: builtin/grep.c:823
8152 msgid "show filenames"
8153 msgstr ""
8155 #: builtin/grep.c:825
8156 msgid "show filenames relative to top directory"
8157 msgstr ""
8159 #: builtin/grep.c:827
8160 msgid "show only filenames instead of matching lines"
8161 msgstr ""
8163 #: builtin/grep.c:829
8164 msgid "synonym for --files-with-matches"
8165 msgstr ""
8167 #: builtin/grep.c:832
8168 msgid "show only the names of files without match"
8169 msgstr ""
8171 #: builtin/grep.c:834
8172 msgid "print NUL after filenames"
8173 msgstr ""
8175 #: builtin/grep.c:836
8176 msgid "show the number of matches instead of matching lines"
8177 msgstr ""
8179 #: builtin/grep.c:837
8180 msgid "highlight matches"
8181 msgstr ""
8183 #: builtin/grep.c:839
8184 msgid "print empty line between matches from different files"
8185 msgstr ""
8187 #: builtin/grep.c:841
8188 msgid "show filename only once above matches from same file"
8189 msgstr ""
8191 #: builtin/grep.c:844
8192 msgid "show <n> context lines before and after matches"
8193 msgstr ""
8195 #: builtin/grep.c:847
8196 msgid "show <n> context lines before matches"
8197 msgstr ""
8199 #: builtin/grep.c:849
8200 msgid "show <n> context lines after matches"
8201 msgstr ""
8203 #: builtin/grep.c:851
8204 msgid "use <n> worker threads"
8205 msgstr ""
8207 #: builtin/grep.c:852
8208 msgid "shortcut for -C NUM"
8209 msgstr ""
8211 #: builtin/grep.c:855
8212 msgid "show a line with the function name before matches"
8213 msgstr ""
8215 #: builtin/grep.c:857
8216 msgid "show the surrounding function"
8217 msgstr ""
8219 #: builtin/grep.c:860
8220 msgid "read patterns from file"
8221 msgstr ""
8223 #: builtin/grep.c:862
8224 msgid "match <pattern>"
8225 msgstr ""
8227 #: builtin/grep.c:864
8228 msgid "combine patterns specified with -e"
8229 msgstr ""
8231 #: builtin/grep.c:876
8232 msgid "indicate hit with exit status without output"
8233 msgstr ""
8235 #: builtin/grep.c:878
8236 msgid "show only matches from files that match all patterns"
8237 msgstr ""
8239 #: builtin/grep.c:880
8240 msgid "show parse tree for grep expression"
8241 msgstr ""
8243 #: builtin/grep.c:884
8244 msgid "pager"
8245 msgstr ""
8247 #: builtin/grep.c:884
8248 msgid "show matching files in the pager"
8249 msgstr ""
8251 #: builtin/grep.c:887
8252 msgid "allow calling of grep(1) (ignored by this build)"
8253 msgstr ""
8255 #: builtin/grep.c:950
8256 msgid "no pattern given."
8257 msgstr ""
8259 #: builtin/grep.c:982
8260 msgid "--no-index or --untracked cannot be used with revs"
8261 msgstr ""
8263 #: builtin/grep.c:989
8264 #, c-format
8265 msgid "unable to resolve revision: %s"
8266 msgstr ""
8268 #: builtin/grep.c:1023 builtin/index-pack.c:1491
8269 #, c-format
8270 msgid "invalid number of threads specified (%d)"
8271 msgstr ""
8273 #: builtin/grep.c:1028
8274 msgid "no threads support, ignoring --threads"
8275 msgstr ""
8277 #: builtin/grep.c:1052
8278 msgid "--open-files-in-pager only works on the worktree"
8279 msgstr ""
8281 #: builtin/grep.c:1075
8282 msgid "option not supported with --recurse-submodules."
8283 msgstr ""
8285 #: builtin/grep.c:1081
8286 msgid "--cached or --untracked cannot be used with --no-index."
8287 msgstr ""
8289 #: builtin/grep.c:1087
8290 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8291 msgstr ""
8293 #: builtin/grep.c:1095
8294 msgid "both --cached and trees are given."
8295 msgstr ""
8297 #: builtin/hash-object.c:82
8298 msgid ""
8299 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8300 "[--] <file>..."
8301 msgstr ""
8303 #: builtin/hash-object.c:83
8304 msgid "git hash-object  --stdin-paths"
8305 msgstr ""
8307 #: builtin/hash-object.c:95
8308 msgid "type"
8309 msgstr ""
8311 #: builtin/hash-object.c:95
8312 msgid "object type"
8313 msgstr ""
8315 #: builtin/hash-object.c:96
8316 msgid "write the object into the object database"
8317 msgstr ""
8319 #: builtin/hash-object.c:98
8320 msgid "read the object from stdin"
8321 msgstr ""
8323 #: builtin/hash-object.c:100
8324 msgid "store file as is without filters"
8325 msgstr ""
8327 #: builtin/hash-object.c:101
8328 msgid ""
8329 "just hash any random garbage to create corrupt objects for debugging Git"
8330 msgstr ""
8332 #: builtin/hash-object.c:102
8333 msgid "process file as it were from this path"
8334 msgstr ""
8336 #: builtin/help.c:43
8337 msgid "print all available commands"
8338 msgstr ""
8340 #: builtin/help.c:44
8341 msgid "exclude guides"
8342 msgstr ""
8344 #: builtin/help.c:45
8345 msgid "print list of useful guides"
8346 msgstr ""
8348 #: builtin/help.c:46
8349 msgid "show man page"
8350 msgstr ""
8352 #: builtin/help.c:47
8353 msgid "show manual in web browser"
8354 msgstr ""
8356 #: builtin/help.c:49
8357 msgid "show info page"
8358 msgstr ""
8360 #: builtin/help.c:55
8361 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8362 msgstr ""
8364 #: builtin/help.c:67
8365 #, c-format
8366 msgid "unrecognized help format '%s'"
8367 msgstr ""
8369 #: builtin/help.c:94
8370 msgid "Failed to start emacsclient."
8371 msgstr ""
8373 #: builtin/help.c:107
8374 msgid "Failed to parse emacsclient version."
8375 msgstr ""
8377 #: builtin/help.c:115
8378 #, c-format
8379 msgid "emacsclient version '%d' too old (< 22)."
8380 msgstr ""
8382 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8383 #, c-format
8384 msgid "failed to exec '%s'"
8385 msgstr ""
8387 #: builtin/help.c:211
8388 #, c-format
8389 msgid ""
8390 "'%s': path for unsupported man viewer.\n"
8391 "Please consider using 'man.<tool>.cmd' instead."
8392 msgstr ""
8394 #: builtin/help.c:223
8395 #, c-format
8396 msgid ""
8397 "'%s': cmd for supported man viewer.\n"
8398 "Please consider using 'man.<tool>.path' instead."
8399 msgstr ""
8401 #: builtin/help.c:340
8402 #, c-format
8403 msgid "'%s': unknown man viewer."
8404 msgstr ""
8406 #: builtin/help.c:357
8407 msgid "no man viewer handled the request"
8408 msgstr ""
8410 #: builtin/help.c:365
8411 msgid "no info viewer handled the request"
8412 msgstr ""
8414 #: builtin/help.c:407
8415 msgid "Defining attributes per path"
8416 msgstr ""
8418 #: builtin/help.c:408
8419 msgid "Everyday Git With 20 Commands Or So"
8420 msgstr ""
8422 #: builtin/help.c:409
8423 msgid "A Git glossary"
8424 msgstr ""
8426 #: builtin/help.c:410
8427 msgid "Specifies intentionally untracked files to ignore"
8428 msgstr ""
8430 #: builtin/help.c:411
8431 msgid "Defining submodule properties"
8432 msgstr ""
8434 #: builtin/help.c:412
8435 msgid "Specifying revisions and ranges for Git"
8436 msgstr ""
8438 #: builtin/help.c:413
8439 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8440 msgstr ""
8442 #: builtin/help.c:414
8443 msgid "An overview of recommended workflows with Git"
8444 msgstr ""
8446 #: builtin/help.c:426
8447 msgid "The common Git guides are:\n"
8448 msgstr ""
8450 #: builtin/help.c:444
8451 #, c-format
8452 msgid "'%s' is aliased to '%s'"
8453 msgstr ""
8455 #: builtin/help.c:466 builtin/help.c:483
8456 #, c-format
8457 msgid "usage: %s%s"
8458 msgstr ""
8460 #: builtin/index-pack.c:156
8461 #, c-format
8462 msgid "unable to open %s"
8463 msgstr ""
8465 #: builtin/index-pack.c:206
8466 #, c-format
8467 msgid "object type mismatch at %s"
8468 msgstr ""
8470 #: builtin/index-pack.c:226
8471 #, c-format
8472 msgid "did not receive expected object %s"
8473 msgstr ""
8475 #: builtin/index-pack.c:229
8476 #, c-format
8477 msgid "object %s: expected type %s, found %s"
8478 msgstr ""
8480 #: builtin/index-pack.c:271
8481 #, c-format
8482 msgid "cannot fill %d byte"
8483 msgid_plural "cannot fill %d bytes"
8484 msgstr[0] ""
8485 msgstr[1] ""
8487 #: builtin/index-pack.c:281
8488 msgid "early EOF"
8489 msgstr ""
8491 #: builtin/index-pack.c:282
8492 msgid "read error on input"
8493 msgstr ""
8495 #: builtin/index-pack.c:294
8496 msgid "used more bytes than were available"
8497 msgstr ""
8499 #: builtin/index-pack.c:301
8500 msgid "pack too large for current definition of off_t"
8501 msgstr ""
8503 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8504 msgid "pack exceeds maximum allowed size"
8505 msgstr ""
8507 #: builtin/index-pack.c:319
8508 #, c-format
8509 msgid "unable to create '%s'"
8510 msgstr ""
8512 #: builtin/index-pack.c:325
8513 #, c-format
8514 msgid "cannot open packfile '%s'"
8515 msgstr ""
8517 #: builtin/index-pack.c:339
8518 msgid "pack signature mismatch"
8519 msgstr ""
8521 #: builtin/index-pack.c:341
8522 #, c-format
8523 msgid "pack version %<PRIu32> unsupported"
8524 msgstr ""
8526 #: builtin/index-pack.c:359
8527 #, c-format
8528 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8529 msgstr ""
8531 #: builtin/index-pack.c:480
8532 #, c-format
8533 msgid "inflate returned %d"
8534 msgstr ""
8536 #: builtin/index-pack.c:529
8537 msgid "offset value overflow for delta base object"
8538 msgstr ""
8540 #: builtin/index-pack.c:537
8541 msgid "delta base offset is out of bound"
8542 msgstr ""
8544 #: builtin/index-pack.c:545
8545 #, c-format
8546 msgid "unknown object type %d"
8547 msgstr ""
8549 #: builtin/index-pack.c:576
8550 msgid "cannot pread pack file"
8551 msgstr ""
8553 #: builtin/index-pack.c:578
8554 #, c-format
8555 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8556 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8557 msgstr[0] ""
8558 msgstr[1] ""
8560 #: builtin/index-pack.c:604
8561 msgid "serious inflate inconsistency"
8562 msgstr ""
8564 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8565 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8566 #, c-format
8567 msgid "SHA1 COLLISION FOUND WITH %s !"
8568 msgstr ""
8570 #: builtin/index-pack.c:752 builtin/pack-objects.c:168
8571 #: builtin/pack-objects.c:262
8572 #, c-format
8573 msgid "unable to read %s"
8574 msgstr ""
8576 #: builtin/index-pack.c:815
8577 #, c-format
8578 msgid "cannot read existing object info %s"
8579 msgstr ""
8581 #: builtin/index-pack.c:823
8582 #, c-format
8583 msgid "cannot read existing object %s"
8584 msgstr ""
8586 #: builtin/index-pack.c:837
8587 #, c-format
8588 msgid "invalid blob object %s"
8589 msgstr ""
8591 #: builtin/index-pack.c:852
8592 #, c-format
8593 msgid "invalid %s"
8594 msgstr ""
8596 #: builtin/index-pack.c:855
8597 msgid "Error in object"
8598 msgstr ""
8600 #: builtin/index-pack.c:857
8601 #, c-format
8602 msgid "Not all child objects of %s are reachable"
8603 msgstr ""
8605 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8606 msgid "failed to apply delta"
8607 msgstr ""
8609 #: builtin/index-pack.c:1131
8610 msgid "Receiving objects"
8611 msgstr ""
8613 #: builtin/index-pack.c:1131
8614 msgid "Indexing objects"
8615 msgstr ""
8617 #: builtin/index-pack.c:1165
8618 msgid "pack is corrupted (SHA1 mismatch)"
8619 msgstr ""
8621 #: builtin/index-pack.c:1170
8622 msgid "cannot fstat packfile"
8623 msgstr ""
8625 #: builtin/index-pack.c:1173
8626 msgid "pack has junk at the end"
8627 msgstr ""
8629 #: builtin/index-pack.c:1185
8630 msgid "confusion beyond insanity in parse_pack_objects()"
8631 msgstr ""
8633 #: builtin/index-pack.c:1208
8634 msgid "Resolving deltas"
8635 msgstr ""
8637 #: builtin/index-pack.c:1219
8638 #, c-format
8639 msgid "unable to create thread: %s"
8640 msgstr ""
8642 #: builtin/index-pack.c:1261
8643 msgid "confusion beyond insanity"
8644 msgstr ""
8646 #: builtin/index-pack.c:1267
8647 #, c-format
8648 msgid "completed with %d local object"
8649 msgid_plural "completed with %d local objects"
8650 msgstr[0] ""
8651 msgstr[1] ""
8653 #: builtin/index-pack.c:1279
8654 #, c-format
8655 msgid "Unexpected tail checksum for %s (disk corruption?)"
8656 msgstr ""
8658 #: builtin/index-pack.c:1283
8659 #, c-format
8660 msgid "pack has %d unresolved delta"
8661 msgid_plural "pack has %d unresolved deltas"
8662 msgstr[0] ""
8663 msgstr[1] ""
8665 #: builtin/index-pack.c:1307
8666 #, c-format
8667 msgid "unable to deflate appended object (%d)"
8668 msgstr ""
8670 #: builtin/index-pack.c:1383
8671 #, c-format
8672 msgid "local object %s is corrupt"
8673 msgstr ""
8675 #: builtin/index-pack.c:1409
8676 msgid "error while closing pack file"
8677 msgstr ""
8679 #: builtin/index-pack.c:1421
8680 #, c-format
8681 msgid "cannot write keep file '%s'"
8682 msgstr ""
8684 #: builtin/index-pack.c:1429
8685 #, c-format
8686 msgid "cannot close written keep file '%s'"
8687 msgstr ""
8689 #: builtin/index-pack.c:1439
8690 msgid "cannot store pack file"
8691 msgstr ""
8693 #: builtin/index-pack.c:1447
8694 msgid "cannot store index file"
8695 msgstr ""
8697 #: builtin/index-pack.c:1485
8698 #, c-format
8699 msgid "bad pack.indexversion=%<PRIu32>"
8700 msgstr ""
8702 #: builtin/index-pack.c:1553
8703 #, c-format
8704 msgid "Cannot open existing pack file '%s'"
8705 msgstr ""
8707 #: builtin/index-pack.c:1555
8708 #, c-format
8709 msgid "Cannot open existing pack idx file for '%s'"
8710 msgstr ""
8712 #: builtin/index-pack.c:1603
8713 #, c-format
8714 msgid "non delta: %d object"
8715 msgid_plural "non delta: %d objects"
8716 msgstr[0] ""
8717 msgstr[1] ""
8719 #: builtin/index-pack.c:1610
8720 #, c-format
8721 msgid "chain length = %d: %lu object"
8722 msgid_plural "chain length = %d: %lu objects"
8723 msgstr[0] ""
8724 msgstr[1] ""
8726 #: builtin/index-pack.c:1623
8727 #, c-format
8728 msgid "packfile name '%s' does not end with '.pack'"
8729 msgstr ""
8731 #: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8732 #: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8733 #, c-format
8734 msgid "bad %s"
8735 msgstr ""
8737 #: builtin/index-pack.c:1744
8738 msgid "--fix-thin cannot be used without --stdin"
8739 msgstr ""
8741 #: builtin/index-pack.c:1746
8742 msgid "--stdin requires a git repository"
8743 msgstr ""
8745 #: builtin/index-pack.c:1754
8746 msgid "--verify with no packfile name given"
8747 msgstr ""
8749 #: builtin/init-db.c:55
8750 #, c-format
8751 msgid "cannot stat '%s'"
8752 msgstr ""
8754 #: builtin/init-db.c:61
8755 #, c-format
8756 msgid "cannot stat template '%s'"
8757 msgstr ""
8759 #: builtin/init-db.c:66
8760 #, c-format
8761 msgid "cannot opendir '%s'"
8762 msgstr ""
8764 #: builtin/init-db.c:77
8765 #, c-format
8766 msgid "cannot readlink '%s'"
8767 msgstr ""
8769 #: builtin/init-db.c:79
8770 #, c-format
8771 msgid "cannot symlink '%s' '%s'"
8772 msgstr ""
8774 #: builtin/init-db.c:85
8775 #, c-format
8776 msgid "cannot copy '%s' to '%s'"
8777 msgstr ""
8779 #: builtin/init-db.c:89
8780 #, c-format
8781 msgid "ignoring template %s"
8782 msgstr ""
8784 #: builtin/init-db.c:120
8785 #, c-format
8786 msgid "templates not found %s"
8787 msgstr ""
8789 #: builtin/init-db.c:135
8790 #, c-format
8791 msgid "not copying templates from '%s': %s"
8792 msgstr ""
8794 #: builtin/init-db.c:328
8795 #, c-format
8796 msgid "unable to handle file type %d"
8797 msgstr ""
8799 #: builtin/init-db.c:331
8800 #, c-format
8801 msgid "unable to move %s to %s"
8802 msgstr ""
8804 #: builtin/init-db.c:348 builtin/init-db.c:351
8805 #, c-format
8806 msgid "%s already exists"
8807 msgstr ""
8809 #: builtin/init-db.c:404
8810 #, c-format
8811 msgid "Reinitialized existing shared Git repository in %s%s\n"
8812 msgstr ""
8814 #: builtin/init-db.c:405
8815 #, c-format
8816 msgid "Reinitialized existing Git repository in %s%s\n"
8817 msgstr ""
8819 #: builtin/init-db.c:409
8820 #, c-format
8821 msgid "Initialized empty shared Git repository in %s%s\n"
8822 msgstr ""
8824 #: builtin/init-db.c:410
8825 #, c-format
8826 msgid "Initialized empty Git repository in %s%s\n"
8827 msgstr ""
8829 #: builtin/init-db.c:458
8830 msgid ""
8831 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8832 "shared[=<permissions>]] [<directory>]"
8833 msgstr ""
8835 #: builtin/init-db.c:481
8836 msgid "permissions"
8837 msgstr ""
8839 #: builtin/init-db.c:482
8840 msgid "specify that the git repository is to be shared amongst several users"
8841 msgstr ""
8843 #: builtin/init-db.c:516 builtin/init-db.c:521
8844 #, c-format
8845 msgid "cannot mkdir %s"
8846 msgstr ""
8848 #: builtin/init-db.c:525
8849 #, c-format
8850 msgid "cannot chdir to %s"
8851 msgstr ""
8853 #: builtin/init-db.c:546
8854 #, c-format
8855 msgid ""
8856 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8857 "dir=<directory>)"
8858 msgstr ""
8860 #: builtin/init-db.c:574
8861 #, c-format
8862 msgid "Cannot access work tree '%s'"
8863 msgstr ""
8865 #: builtin/interpret-trailers.c:15
8866 msgid ""
8867 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8868 "<token>[(=|:)<value>])...] [<file>...]"
8869 msgstr ""
8871 #: builtin/interpret-trailers.c:92
8872 msgid "edit files in place"
8873 msgstr ""
8875 #: builtin/interpret-trailers.c:93
8876 msgid "trim empty trailers"
8877 msgstr ""
8879 #: builtin/interpret-trailers.c:96
8880 msgid "where to place the new trailer"
8881 msgstr ""
8883 #: builtin/interpret-trailers.c:98
8884 msgid "action if trailer already exists"
8885 msgstr ""
8887 #: builtin/interpret-trailers.c:100
8888 msgid "action if trailer is missing"
8889 msgstr ""
8891 #: builtin/interpret-trailers.c:102
8892 msgid "output only the trailers"
8893 msgstr ""
8895 #: builtin/interpret-trailers.c:103
8896 msgid "do not apply config rules"
8897 msgstr ""
8899 #: builtin/interpret-trailers.c:104
8900 msgid "join whitespace-continued values"
8901 msgstr ""
8903 #: builtin/interpret-trailers.c:105
8904 msgid "set parsing options"
8905 msgstr ""
8907 #: builtin/interpret-trailers.c:107
8908 msgid "trailer"
8909 msgstr ""
8911 #: builtin/interpret-trailers.c:108
8912 msgid "trailer(s) to add"
8913 msgstr ""
8915 #: builtin/interpret-trailers.c:117
8916 msgid "--trailer with --only-input does not make sense"
8917 msgstr ""
8919 #: builtin/interpret-trailers.c:127
8920 msgid "no input file given for in-place editing"
8921 msgstr ""
8923 #: builtin/log.c:46
8924 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8925 msgstr ""
8927 #: builtin/log.c:47
8928 msgid "git show [<options>] <object>..."
8929 msgstr ""
8931 #: builtin/log.c:91
8932 #, c-format
8933 msgid "invalid --decorate option: %s"
8934 msgstr ""
8936 #: builtin/log.c:148
8937 msgid "suppress diff output"
8938 msgstr ""
8940 #: builtin/log.c:149
8941 msgid "show source"
8942 msgstr ""
8944 #: builtin/log.c:150
8945 msgid "Use mail map file"
8946 msgstr ""
8948 #: builtin/log.c:151
8949 msgid "decorate options"
8950 msgstr ""
8952 #: builtin/log.c:154
8953 msgid "Process line range n,m in file, counting from 1"
8954 msgstr ""
8956 #: builtin/log.c:250
8957 #, c-format
8958 msgid "Final output: %d %s\n"
8959 msgstr ""
8961 #: builtin/log.c:501
8962 #, c-format
8963 msgid "git show %s: bad file"
8964 msgstr ""
8966 #: builtin/log.c:516 builtin/log.c:610
8967 #, c-format
8968 msgid "Could not read object %s"
8969 msgstr ""
8971 #: builtin/log.c:634
8972 #, c-format
8973 msgid "Unknown type: %d"
8974 msgstr ""
8976 #: builtin/log.c:755
8977 msgid "format.headers without value"
8978 msgstr ""
8980 #: builtin/log.c:856
8981 msgid "name of output directory is too long"
8982 msgstr ""
8984 #: builtin/log.c:872
8985 #, c-format
8986 msgid "Cannot open patch file %s"
8987 msgstr ""
8989 #: builtin/log.c:889
8990 msgid "Need exactly one range."
8991 msgstr ""
8993 #: builtin/log.c:899
8994 msgid "Not a range."
8995 msgstr ""
8997 #: builtin/log.c:1005
8998 msgid "Cover letter needs email format"
8999 msgstr ""
9001 #: builtin/log.c:1085
9002 #, c-format
9003 msgid "insane in-reply-to: %s"
9004 msgstr ""
9006 #: builtin/log.c:1112
9007 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9008 msgstr ""
9010 #: builtin/log.c:1162
9011 msgid "Two output directories?"
9012 msgstr ""
9014 #: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9015 #, c-format
9016 msgid "Unknown commit %s"
9017 msgstr ""
9019 #: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9020 #, c-format
9021 msgid "Failed to resolve '%s' as a valid ref."
9022 msgstr ""
9024 #: builtin/log.c:1284
9025 msgid "Could not find exact merge base."
9026 msgstr ""
9028 #: builtin/log.c:1288
9029 msgid ""
9030 "Failed to get upstream, if you want to record base commit automatically,\n"
9031 "please use git branch --set-upstream-to to track a remote branch.\n"
9032 "Or you could specify base commit by --base=<base-commit-id> manually."
9033 msgstr ""
9035 #: builtin/log.c:1308
9036 msgid "Failed to find exact merge base"
9037 msgstr ""
9039 #: builtin/log.c:1319
9040 msgid "base commit should be the ancestor of revision list"
9041 msgstr ""
9043 #: builtin/log.c:1323
9044 msgid "base commit shouldn't be in revision list"
9045 msgstr ""
9047 #: builtin/log.c:1372
9048 msgid "cannot get patch id"
9049 msgstr ""
9051 #: builtin/log.c:1431
9052 msgid "use [PATCH n/m] even with a single patch"
9053 msgstr ""
9055 #: builtin/log.c:1434
9056 msgid "use [PATCH] even with multiple patches"
9057 msgstr ""
9059 #: builtin/log.c:1438
9060 msgid "print patches to standard out"
9061 msgstr ""
9063 #: builtin/log.c:1440
9064 msgid "generate a cover letter"
9065 msgstr ""
9067 #: builtin/log.c:1442
9068 msgid "use simple number sequence for output file names"
9069 msgstr ""
9071 #: builtin/log.c:1443
9072 msgid "sfx"
9073 msgstr ""
9075 #: builtin/log.c:1444
9076 msgid "use <sfx> instead of '.patch'"
9077 msgstr ""
9079 #: builtin/log.c:1446
9080 msgid "start numbering patches at <n> instead of 1"
9081 msgstr ""
9083 #: builtin/log.c:1448
9084 msgid "mark the series as Nth re-roll"
9085 msgstr ""
9087 #: builtin/log.c:1450
9088 msgid "Use [RFC PATCH] instead of [PATCH]"
9089 msgstr ""
9091 #: builtin/log.c:1453
9092 msgid "Use [<prefix>] instead of [PATCH]"
9093 msgstr ""
9095 #: builtin/log.c:1456
9096 msgid "store resulting files in <dir>"
9097 msgstr ""
9099 #: builtin/log.c:1459
9100 msgid "don't strip/add [PATCH]"
9101 msgstr ""
9103 #: builtin/log.c:1462
9104 msgid "don't output binary diffs"
9105 msgstr ""
9107 #: builtin/log.c:1464
9108 msgid "output all-zero hash in From header"
9109 msgstr ""
9111 #: builtin/log.c:1466
9112 msgid "don't include a patch matching a commit upstream"
9113 msgstr ""
9115 #: builtin/log.c:1468
9116 msgid "show patch format instead of default (patch + stat)"
9117 msgstr ""
9119 #: builtin/log.c:1470
9120 msgid "Messaging"
9121 msgstr ""
9123 #: builtin/log.c:1471
9124 msgid "header"
9125 msgstr ""
9127 #: builtin/log.c:1472
9128 msgid "add email header"
9129 msgstr ""
9131 #: builtin/log.c:1473 builtin/log.c:1475
9132 msgid "email"
9133 msgstr ""
9135 #: builtin/log.c:1473
9136 msgid "add To: header"
9137 msgstr ""
9139 #: builtin/log.c:1475
9140 msgid "add Cc: header"
9141 msgstr ""
9143 #: builtin/log.c:1477
9144 msgid "ident"
9145 msgstr ""
9147 #: builtin/log.c:1478
9148 msgid "set From address to <ident> (or committer ident if absent)"
9149 msgstr ""
9151 #: builtin/log.c:1480
9152 msgid "message-id"
9153 msgstr ""
9155 #: builtin/log.c:1481
9156 msgid "make first mail a reply to <message-id>"
9157 msgstr ""
9159 #: builtin/log.c:1482 builtin/log.c:1485
9160 msgid "boundary"
9161 msgstr ""
9163 #: builtin/log.c:1483
9164 msgid "attach the patch"
9165 msgstr ""
9167 #: builtin/log.c:1486
9168 msgid "inline the patch"
9169 msgstr ""
9171 #: builtin/log.c:1490
9172 msgid "enable message threading, styles: shallow, deep"
9173 msgstr ""
9175 #: builtin/log.c:1492
9176 msgid "signature"
9177 msgstr ""
9179 #: builtin/log.c:1493
9180 msgid "add a signature"
9181 msgstr ""
9183 #: builtin/log.c:1494
9184 msgid "base-commit"
9185 msgstr ""
9187 #: builtin/log.c:1495
9188 msgid "add prerequisite tree info to the patch series"
9189 msgstr ""
9191 #: builtin/log.c:1497
9192 msgid "add a signature from a file"
9193 msgstr ""
9195 #: builtin/log.c:1498
9196 msgid "don't print the patch filenames"
9197 msgstr ""
9199 #: builtin/log.c:1500
9200 msgid "show progress while generating patches"
9201 msgstr ""
9203 #: builtin/log.c:1575
9204 #, c-format
9205 msgid "invalid ident line: %s"
9206 msgstr ""
9208 #: builtin/log.c:1590
9209 msgid "-n and -k are mutually exclusive."
9210 msgstr ""
9212 #: builtin/log.c:1592
9213 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9214 msgstr ""
9216 #: builtin/log.c:1600
9217 msgid "--name-only does not make sense"
9218 msgstr ""
9220 #: builtin/log.c:1602
9221 msgid "--name-status does not make sense"
9222 msgstr ""
9224 #: builtin/log.c:1604
9225 msgid "--check does not make sense"
9226 msgstr ""
9228 #: builtin/log.c:1634
9229 msgid "standard output, or directory, which one?"
9230 msgstr ""
9232 #: builtin/log.c:1636
9233 #, c-format
9234 msgid "Could not create directory '%s'"
9235 msgstr ""
9237 #: builtin/log.c:1729
9238 #, c-format
9239 msgid "unable to read signature file '%s'"
9240 msgstr ""
9242 #: builtin/log.c:1761
9243 msgid "Generating patches"
9244 msgstr ""
9246 #: builtin/log.c:1805
9247 msgid "Failed to create output files"
9248 msgstr ""
9250 #: builtin/log.c:1855
9251 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9252 msgstr ""
9254 #: builtin/log.c:1909
9255 #, c-format
9256 msgid ""
9257 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9258 msgstr ""
9260 #: builtin/ls-files.c:466
9261 msgid "git ls-files [<options>] [<file>...]"
9262 msgstr ""
9264 #: builtin/ls-files.c:515
9265 msgid "identify the file status with tags"
9266 msgstr ""
9268 #: builtin/ls-files.c:517
9269 msgid "use lowercase letters for 'assume unchanged' files"
9270 msgstr ""
9272 #: builtin/ls-files.c:519
9273 msgid "show cached files in the output (default)"
9274 msgstr ""
9276 #: builtin/ls-files.c:521
9277 msgid "show deleted files in the output"
9278 msgstr ""
9280 #: builtin/ls-files.c:523
9281 msgid "show modified files in the output"
9282 msgstr ""
9284 #: builtin/ls-files.c:525
9285 msgid "show other files in the output"
9286 msgstr ""
9288 #: builtin/ls-files.c:527
9289 msgid "show ignored files in the output"
9290 msgstr ""
9292 #: builtin/ls-files.c:530
9293 msgid "show staged contents' object name in the output"
9294 msgstr ""
9296 #: builtin/ls-files.c:532
9297 msgid "show files on the filesystem that need to be removed"
9298 msgstr ""
9300 #: builtin/ls-files.c:534
9301 msgid "show 'other' directories' names only"
9302 msgstr ""
9304 #: builtin/ls-files.c:536
9305 msgid "show line endings of files"
9306 msgstr ""
9308 #: builtin/ls-files.c:538
9309 msgid "don't show empty directories"
9310 msgstr ""
9312 #: builtin/ls-files.c:541
9313 msgid "show unmerged files in the output"
9314 msgstr ""
9316 #: builtin/ls-files.c:543
9317 msgid "show resolve-undo information"
9318 msgstr ""
9320 #: builtin/ls-files.c:545
9321 msgid "skip files matching pattern"
9322 msgstr ""
9324 #: builtin/ls-files.c:548
9325 msgid "exclude patterns are read from <file>"
9326 msgstr ""
9328 #: builtin/ls-files.c:551
9329 msgid "read additional per-directory exclude patterns in <file>"
9330 msgstr ""
9332 #: builtin/ls-files.c:553
9333 msgid "add the standard git exclusions"
9334 msgstr ""
9336 #: builtin/ls-files.c:556
9337 msgid "make the output relative to the project top directory"
9338 msgstr ""
9340 #: builtin/ls-files.c:559
9341 msgid "recurse through submodules"
9342 msgstr ""
9344 #: builtin/ls-files.c:561
9345 msgid "if any <file> is not in the index, treat this as an error"
9346 msgstr ""
9348 #: builtin/ls-files.c:562
9349 msgid "tree-ish"
9350 msgstr ""
9352 #: builtin/ls-files.c:563
9353 msgid "pretend that paths removed since <tree-ish> are still present"
9354 msgstr ""
9356 #: builtin/ls-files.c:565
9357 msgid "show debugging data"
9358 msgstr ""
9360 #: builtin/ls-remote.c:7
9361 msgid ""
9362 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9363 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
9364 "                     [--symref] [<repository> [<refs>...]]"
9365 msgstr ""
9367 #: builtin/ls-remote.c:52
9368 msgid "do not print remote URL"
9369 msgstr ""
9371 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9372 msgid "exec"
9373 msgstr ""
9375 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9376 msgid "path of git-upload-pack on the remote host"
9377 msgstr ""
9379 #: builtin/ls-remote.c:58
9380 msgid "limit to tags"
9381 msgstr ""
9383 #: builtin/ls-remote.c:59
9384 msgid "limit to heads"
9385 msgstr ""
9387 #: builtin/ls-remote.c:60
9388 msgid "do not show peeled tags"
9389 msgstr ""
9391 #: builtin/ls-remote.c:62
9392 msgid "take url.<base>.insteadOf into account"
9393 msgstr ""
9395 #: builtin/ls-remote.c:64
9396 msgid "exit with exit code 2 if no matching refs are found"
9397 msgstr ""
9399 #: builtin/ls-remote.c:66
9400 msgid "show underlying ref in addition to the object pointed by it"
9401 msgstr ""
9403 #: builtin/ls-tree.c:29
9404 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9405 msgstr ""
9407 #: builtin/ls-tree.c:127
9408 msgid "only show trees"
9409 msgstr ""
9411 #: builtin/ls-tree.c:129
9412 msgid "recurse into subtrees"
9413 msgstr ""
9415 #: builtin/ls-tree.c:131
9416 msgid "show trees when recursing"
9417 msgstr ""
9419 #: builtin/ls-tree.c:134
9420 msgid "terminate entries with NUL byte"
9421 msgstr ""
9423 #: builtin/ls-tree.c:135
9424 msgid "include object size"
9425 msgstr ""
9427 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9428 msgid "list only filenames"
9429 msgstr ""
9431 #: builtin/ls-tree.c:142
9432 msgid "use full path names"
9433 msgstr ""
9435 #: builtin/ls-tree.c:144
9436 msgid "list entire tree; not just current directory (implies --full-name)"
9437 msgstr ""
9439 #: builtin/mailsplit.c:241
9440 #, c-format
9441 msgid "empty mbox: '%s'"
9442 msgstr ""
9444 #: builtin/merge.c:48
9445 msgid "git merge [<options>] [<commit>...]"
9446 msgstr ""
9448 #: builtin/merge.c:49
9449 msgid "git merge --abort"
9450 msgstr ""
9452 #: builtin/merge.c:50
9453 msgid "git merge --continue"
9454 msgstr ""
9456 #: builtin/merge.c:107
9457 msgid "switch `m' requires a value"
9458 msgstr ""
9460 #: builtin/merge.c:144
9461 #, c-format
9462 msgid "Could not find merge strategy '%s'.\n"
9463 msgstr ""
9465 #: builtin/merge.c:145
9466 #, c-format
9467 msgid "Available strategies are:"
9468 msgstr ""
9470 #: builtin/merge.c:150
9471 #, c-format
9472 msgid "Available custom strategies are:"
9473 msgstr ""
9475 #: builtin/merge.c:200 builtin/pull.c:134
9476 msgid "do not show a diffstat at the end of the merge"
9477 msgstr ""
9479 #: builtin/merge.c:203 builtin/pull.c:137
9480 msgid "show a diffstat at the end of the merge"
9481 msgstr ""
9483 #: builtin/merge.c:204 builtin/pull.c:140
9484 msgid "(synonym to --stat)"
9485 msgstr ""
9487 #: builtin/merge.c:206 builtin/pull.c:143
9488 msgid "add (at most <n>) entries from shortlog to merge commit message"
9489 msgstr ""
9491 #: builtin/merge.c:209 builtin/pull.c:146
9492 msgid "create a single commit instead of doing a merge"
9493 msgstr ""
9495 #: builtin/merge.c:211 builtin/pull.c:149
9496 msgid "perform a commit if the merge succeeds (default)"
9497 msgstr ""
9499 #: builtin/merge.c:213 builtin/pull.c:152
9500 msgid "edit message before committing"
9501 msgstr ""
9503 #: builtin/merge.c:214
9504 msgid "allow fast-forward (default)"
9505 msgstr ""
9507 #: builtin/merge.c:216 builtin/pull.c:158
9508 msgid "abort if fast-forward is not possible"
9509 msgstr ""
9511 #: builtin/merge.c:220 builtin/pull.c:161
9512 msgid "verify that the named commit has a valid GPG signature"
9513 msgstr ""
9515 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9516 #: builtin/revert.c:109
9517 msgid "strategy"
9518 msgstr ""
9520 #: builtin/merge.c:222 builtin/pull.c:166
9521 msgid "merge strategy to use"
9522 msgstr ""
9524 #: builtin/merge.c:223 builtin/pull.c:169
9525 msgid "option=value"
9526 msgstr ""
9528 #: builtin/merge.c:224 builtin/pull.c:170
9529 msgid "option for selected merge strategy"
9530 msgstr ""
9532 #: builtin/merge.c:226
9533 msgid "merge commit message (for a non-fast-forward merge)"
9534 msgstr ""
9536 #: builtin/merge.c:230
9537 msgid "abort the current in-progress merge"
9538 msgstr ""
9540 #: builtin/merge.c:232
9541 msgid "continue the current in-progress merge"
9542 msgstr ""
9544 #: builtin/merge.c:234 builtin/pull.c:177
9545 msgid "allow merging unrelated histories"
9546 msgstr ""
9548 #: builtin/merge.c:240
9549 msgid "verify commit-msg hook"
9550 msgstr ""
9552 #: builtin/merge.c:265
9553 msgid "could not run stash."
9554 msgstr ""
9556 #: builtin/merge.c:270
9557 msgid "stash failed"
9558 msgstr ""
9560 #: builtin/merge.c:275
9561 #, c-format
9562 msgid "not a valid object: %s"
9563 msgstr ""
9565 #: builtin/merge.c:297 builtin/merge.c:314
9566 msgid "read-tree failed"
9567 msgstr ""
9569 #: builtin/merge.c:344
9570 msgid " (nothing to squash)"
9571 msgstr ""
9573 #: builtin/merge.c:355
9574 #, c-format
9575 msgid "Squash commit -- not updating HEAD\n"
9576 msgstr ""
9578 #: builtin/merge.c:405
9579 #, c-format
9580 msgid "No merge message -- not updating HEAD\n"
9581 msgstr ""
9583 #: builtin/merge.c:456
9584 #, c-format
9585 msgid "'%s' does not point to a commit"
9586 msgstr ""
9588 #: builtin/merge.c:546
9589 #, c-format
9590 msgid "Bad branch.%s.mergeoptions string: %s"
9591 msgstr ""
9593 #: builtin/merge.c:666
9594 msgid "Not handling anything other than two heads merge."
9595 msgstr ""
9597 #: builtin/merge.c:680
9598 #, c-format
9599 msgid "Unknown option for merge-recursive: -X%s"
9600 msgstr ""
9602 #: builtin/merge.c:695
9603 #, c-format
9604 msgid "unable to write %s"
9605 msgstr ""
9607 #: builtin/merge.c:747
9608 #, c-format
9609 msgid "Could not read from '%s'"
9610 msgstr ""
9612 #: builtin/merge.c:756
9613 #, c-format
9614 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9615 msgstr ""
9617 #: builtin/merge.c:762
9618 #, c-format
9619 msgid ""
9620 "Please enter a commit message to explain why this merge is necessary,\n"
9621 "especially if it merges an updated upstream into a topic branch.\n"
9622 "\n"
9623 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9624 "the commit.\n"
9625 msgstr ""
9627 #: builtin/merge.c:798
9628 msgid "Empty commit message."
9629 msgstr ""
9631 #: builtin/merge.c:818
9632 #, c-format
9633 msgid "Wonderful.\n"
9634 msgstr ""
9636 #: builtin/merge.c:871
9637 #, c-format
9638 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9639 msgstr ""
9641 #: builtin/merge.c:910
9642 msgid "No current branch."
9643 msgstr ""
9645 #: builtin/merge.c:912
9646 msgid "No remote for the current branch."
9647 msgstr ""
9649 #: builtin/merge.c:914
9650 msgid "No default upstream defined for the current branch."
9651 msgstr ""
9653 #: builtin/merge.c:919
9654 #, c-format
9655 msgid "No remote-tracking branch for %s from %s"
9656 msgstr ""
9658 #: builtin/merge.c:972
9659 #, c-format
9660 msgid "Bad value '%s' in environment '%s'"
9661 msgstr ""
9663 #: builtin/merge.c:1073
9664 #, c-format
9665 msgid "not something we can merge in %s: %s"
9666 msgstr ""
9668 #: builtin/merge.c:1107
9669 msgid "not something we can merge"
9670 msgstr ""
9672 #: builtin/merge.c:1172
9673 msgid "--abort expects no arguments"
9674 msgstr ""
9676 #: builtin/merge.c:1176
9677 msgid "There is no merge to abort (MERGE_HEAD missing)."
9678 msgstr ""
9680 #: builtin/merge.c:1188
9681 msgid "--continue expects no arguments"
9682 msgstr ""
9684 #: builtin/merge.c:1192
9685 msgid "There is no merge in progress (MERGE_HEAD missing)."
9686 msgstr ""
9688 #: builtin/merge.c:1208
9689 msgid ""
9690 "You have not concluded your merge (MERGE_HEAD exists).\n"
9691 "Please, commit your changes before you merge."
9692 msgstr ""
9694 #: builtin/merge.c:1215
9695 msgid ""
9696 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9697 "Please, commit your changes before you merge."
9698 msgstr ""
9700 #: builtin/merge.c:1218
9701 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9702 msgstr ""
9704 #: builtin/merge.c:1227
9705 msgid "You cannot combine --squash with --no-ff."
9706 msgstr ""
9708 #: builtin/merge.c:1235
9709 msgid "No commit specified and merge.defaultToUpstream not set."
9710 msgstr ""
9712 #: builtin/merge.c:1252
9713 msgid "Squash commit into empty head not supported yet"
9714 msgstr ""
9716 #: builtin/merge.c:1254
9717 msgid "Non-fast-forward commit does not make sense into an empty head"
9718 msgstr ""
9720 #: builtin/merge.c:1259
9721 #, c-format
9722 msgid "%s - not something we can merge"
9723 msgstr ""
9725 #: builtin/merge.c:1261
9726 msgid "Can merge only exactly one commit into empty head"
9727 msgstr ""
9729 #: builtin/merge.c:1295
9730 #, c-format
9731 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9732 msgstr ""
9734 #: builtin/merge.c:1298
9735 #, c-format
9736 msgid "Commit %s has a bad GPG signature allegedly by %s."
9737 msgstr ""
9739 #: builtin/merge.c:1301
9740 #, c-format
9741 msgid "Commit %s does not have a GPG signature."
9742 msgstr ""
9744 #: builtin/merge.c:1304
9745 #, c-format
9746 msgid "Commit %s has a good GPG signature by %s\n"
9747 msgstr ""
9749 #: builtin/merge.c:1366
9750 msgid "refusing to merge unrelated histories"
9751 msgstr ""
9753 #: builtin/merge.c:1375
9754 msgid "Already up to date."
9755 msgstr ""
9757 #: builtin/merge.c:1385
9758 #, c-format
9759 msgid "Updating %s..%s\n"
9760 msgstr ""
9762 #: builtin/merge.c:1426
9763 #, c-format
9764 msgid "Trying really trivial in-index merge...\n"
9765 msgstr ""
9767 #: builtin/merge.c:1433
9768 #, c-format
9769 msgid "Nope.\n"
9770 msgstr ""
9772 #: builtin/merge.c:1458
9773 msgid "Already up to date. Yeeah!"
9774 msgstr ""
9776 #: builtin/merge.c:1464
9777 msgid "Not possible to fast-forward, aborting."
9778 msgstr ""
9780 #: builtin/merge.c:1487 builtin/merge.c:1566
9781 #, c-format
9782 msgid "Rewinding the tree to pristine...\n"
9783 msgstr ""
9785 #: builtin/merge.c:1491
9786 #, c-format
9787 msgid "Trying merge strategy %s...\n"
9788 msgstr ""
9790 #: builtin/merge.c:1557
9791 #, c-format
9792 msgid "No merge strategy handled the merge.\n"
9793 msgstr ""
9795 #: builtin/merge.c:1559
9796 #, c-format
9797 msgid "Merge with strategy %s failed.\n"
9798 msgstr ""
9800 #: builtin/merge.c:1568
9801 #, c-format
9802 msgid "Using the %s to prepare resolving by hand.\n"
9803 msgstr ""
9805 #: builtin/merge.c:1580
9806 #, c-format
9807 msgid "Automatic merge went well; stopped before committing as requested\n"
9808 msgstr ""
9810 #: builtin/merge-base.c:30
9811 msgid "git merge-base [-a | --all] <commit> <commit>..."
9812 msgstr ""
9814 #: builtin/merge-base.c:31
9815 msgid "git merge-base [-a | --all] --octopus <commit>..."
9816 msgstr ""
9818 #: builtin/merge-base.c:32
9819 msgid "git merge-base --independent <commit>..."
9820 msgstr ""
9822 #: builtin/merge-base.c:33
9823 msgid "git merge-base --is-ancestor <commit> <commit>"
9824 msgstr ""
9826 #: builtin/merge-base.c:34
9827 msgid "git merge-base --fork-point <ref> [<commit>]"
9828 msgstr ""
9830 #: builtin/merge-base.c:218
9831 msgid "output all common ancestors"
9832 msgstr ""
9834 #: builtin/merge-base.c:220
9835 msgid "find ancestors for a single n-way merge"
9836 msgstr ""
9838 #: builtin/merge-base.c:222
9839 msgid "list revs not reachable from others"
9840 msgstr ""
9842 #: builtin/merge-base.c:224
9843 msgid "is the first one ancestor of the other?"
9844 msgstr ""
9846 #: builtin/merge-base.c:226
9847 msgid "find where <commit> forked from reflog of <ref>"
9848 msgstr ""
9850 #: builtin/merge-file.c:9
9851 msgid ""
9852 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9853 "<orig-file> <file2>"
9854 msgstr ""
9856 #: builtin/merge-file.c:33
9857 msgid "send results to standard output"
9858 msgstr ""
9860 #: builtin/merge-file.c:34
9861 msgid "use a diff3 based merge"
9862 msgstr ""
9864 #: builtin/merge-file.c:35
9865 msgid "for conflicts, use our version"
9866 msgstr ""
9868 #: builtin/merge-file.c:37
9869 msgid "for conflicts, use their version"
9870 msgstr ""
9872 #: builtin/merge-file.c:39
9873 msgid "for conflicts, use a union version"
9874 msgstr ""
9876 #: builtin/merge-file.c:42
9877 msgid "for conflicts, use this marker size"
9878 msgstr ""
9880 #: builtin/merge-file.c:43
9881 msgid "do not warn about conflicts"
9882 msgstr ""
9884 #: builtin/merge-file.c:45
9885 msgid "set labels for file1/orig-file/file2"
9886 msgstr ""
9888 #: builtin/merge-recursive.c:45
9889 #, c-format
9890 msgid "unknown option %s"
9891 msgstr ""
9893 #: builtin/merge-recursive.c:51
9894 #, c-format
9895 msgid "could not parse object '%s'"
9896 msgstr ""
9898 #: builtin/merge-recursive.c:55
9899 #, c-format
9900 msgid "cannot handle more than %d base. Ignoring %s."
9901 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9902 msgstr[0] ""
9903 msgstr[1] ""
9905 #: builtin/merge-recursive.c:63
9906 msgid "not handling anything other than two heads merge."
9907 msgstr ""
9909 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9910 #, c-format
9911 msgid "could not resolve ref '%s'"
9912 msgstr ""
9914 #: builtin/merge-recursive.c:77
9915 #, c-format
9916 msgid "Merging %s with %s\n"
9917 msgstr ""
9919 #: builtin/mktree.c:65
9920 msgid "git mktree [-z] [--missing] [--batch]"
9921 msgstr ""
9923 #: builtin/mktree.c:153
9924 msgid "input is NUL terminated"
9925 msgstr ""
9927 #: builtin/mktree.c:154 builtin/write-tree.c:25
9928 msgid "allow missing objects"
9929 msgstr ""
9931 #: builtin/mktree.c:155
9932 msgid "allow creation of more than one tree"
9933 msgstr ""
9935 #: builtin/mv.c:17
9936 msgid "git mv [<options>] <source>... <destination>"
9937 msgstr ""
9939 #: builtin/mv.c:83
9940 #, c-format
9941 msgid "Directory %s is in index and no submodule?"
9942 msgstr ""
9944 #: builtin/mv.c:85 builtin/rm.c:289
9945 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9946 msgstr ""
9948 #: builtin/mv.c:103
9949 #, c-format
9950 msgid "%.*s is in index"
9951 msgstr ""
9953 #: builtin/mv.c:125
9954 msgid "force move/rename even if target exists"
9955 msgstr ""
9957 #: builtin/mv.c:126
9958 msgid "skip move/rename errors"
9959 msgstr ""
9961 #: builtin/mv.c:167
9962 #, c-format
9963 msgid "destination '%s' is not a directory"
9964 msgstr ""
9966 #: builtin/mv.c:178
9967 #, c-format
9968 msgid "Checking rename of '%s' to '%s'\n"
9969 msgstr ""
9971 #: builtin/mv.c:182
9972 msgid "bad source"
9973 msgstr ""
9975 #: builtin/mv.c:185
9976 msgid "can not move directory into itself"
9977 msgstr ""
9979 #: builtin/mv.c:188
9980 msgid "cannot move directory over file"
9981 msgstr ""
9983 #: builtin/mv.c:197
9984 msgid "source directory is empty"
9985 msgstr ""
9987 #: builtin/mv.c:222
9988 msgid "not under version control"
9989 msgstr ""
9991 #: builtin/mv.c:225
9992 msgid "destination exists"
9993 msgstr ""
9995 #: builtin/mv.c:233
9996 #, c-format
9997 msgid "overwriting '%s'"
9998 msgstr ""
10000 #: builtin/mv.c:236
10001 msgid "Cannot overwrite"
10002 msgstr ""
10004 #: builtin/mv.c:239
10005 msgid "multiple sources for the same target"
10006 msgstr ""
10008 #: builtin/mv.c:241
10009 msgid "destination directory does not exist"
10010 msgstr ""
10012 #: builtin/mv.c:248
10013 #, c-format
10014 msgid "%s, source=%s, destination=%s"
10015 msgstr ""
10017 #: builtin/mv.c:269
10018 #, c-format
10019 msgid "Renaming %s to %s\n"
10020 msgstr ""
10022 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10023 #, c-format
10024 msgid "renaming '%s' failed"
10025 msgstr ""
10027 #: builtin/name-rev.c:338
10028 msgid "git name-rev [<options>] <commit>..."
10029 msgstr ""
10031 #: builtin/name-rev.c:339
10032 msgid "git name-rev [<options>] --all"
10033 msgstr ""
10035 #: builtin/name-rev.c:340
10036 msgid "git name-rev [<options>] --stdin"
10037 msgstr ""
10039 #: builtin/name-rev.c:395
10040 msgid "print only names (no SHA-1)"
10041 msgstr ""
10043 #: builtin/name-rev.c:396
10044 msgid "only use tags to name the commits"
10045 msgstr ""
10047 #: builtin/name-rev.c:398
10048 msgid "only use refs matching <pattern>"
10049 msgstr ""
10051 #: builtin/name-rev.c:400
10052 msgid "ignore refs matching <pattern>"
10053 msgstr ""
10055 #: builtin/name-rev.c:402
10056 msgid "list all commits reachable from all refs"
10057 msgstr ""
10059 #: builtin/name-rev.c:403
10060 msgid "read from stdin"
10061 msgstr ""
10063 #: builtin/name-rev.c:404
10064 msgid "allow to print `undefined` names (default)"
10065 msgstr ""
10067 #: builtin/name-rev.c:410
10068 msgid "dereference tags in the input (internal use)"
10069 msgstr ""
10071 #: builtin/notes.c:26
10072 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10073 msgstr ""
10075 #: builtin/notes.c:27
10076 msgid ""
10077 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10078 "| (-c | -C) <object>] [<object>]"
10079 msgstr ""
10081 #: builtin/notes.c:28
10082 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10083 msgstr ""
10085 #: builtin/notes.c:29
10086 msgid ""
10087 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10088 "(-c | -C) <object>] [<object>]"
10089 msgstr ""
10091 #: builtin/notes.c:30
10092 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10093 msgstr ""
10095 #: builtin/notes.c:31
10096 msgid "git notes [--ref <notes-ref>] show [<object>]"
10097 msgstr ""
10099 #: builtin/notes.c:32
10100 msgid ""
10101 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10102 msgstr ""
10104 #: builtin/notes.c:33
10105 msgid "git notes merge --commit [-v | -q]"
10106 msgstr ""
10108 #: builtin/notes.c:34
10109 msgid "git notes merge --abort [-v | -q]"
10110 msgstr ""
10112 #: builtin/notes.c:35
10113 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10114 msgstr ""
10116 #: builtin/notes.c:36
10117 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10118 msgstr ""
10120 #: builtin/notes.c:37
10121 msgid "git notes [--ref <notes-ref>] get-ref"
10122 msgstr ""
10124 #: builtin/notes.c:42
10125 msgid "git notes [list [<object>]]"
10126 msgstr ""
10128 #: builtin/notes.c:47
10129 msgid "git notes add [<options>] [<object>]"
10130 msgstr ""
10132 #: builtin/notes.c:52
10133 msgid "git notes copy [<options>] <from-object> <to-object>"
10134 msgstr ""
10136 #: builtin/notes.c:53
10137 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10138 msgstr ""
10140 #: builtin/notes.c:58
10141 msgid "git notes append [<options>] [<object>]"
10142 msgstr ""
10144 #: builtin/notes.c:63
10145 msgid "git notes edit [<object>]"
10146 msgstr ""
10148 #: builtin/notes.c:68
10149 msgid "git notes show [<object>]"
10150 msgstr ""
10152 #: builtin/notes.c:73
10153 msgid "git notes merge [<options>] <notes-ref>"
10154 msgstr ""
10156 #: builtin/notes.c:74
10157 msgid "git notes merge --commit [<options>]"
10158 msgstr ""
10160 #: builtin/notes.c:75
10161 msgid "git notes merge --abort [<options>]"
10162 msgstr ""
10164 #: builtin/notes.c:80
10165 msgid "git notes remove [<object>]"
10166 msgstr ""
10168 #: builtin/notes.c:85
10169 msgid "git notes prune [<options>]"
10170 msgstr ""
10172 #: builtin/notes.c:90
10173 msgid "git notes get-ref"
10174 msgstr ""
10176 #: builtin/notes.c:95
10177 msgid "Write/edit the notes for the following object:"
10178 msgstr ""
10180 #: builtin/notes.c:148
10181 #, c-format
10182 msgid "unable to start 'show' for object '%s'"
10183 msgstr ""
10185 #: builtin/notes.c:152
10186 msgid "could not read 'show' output"
10187 msgstr ""
10189 #: builtin/notes.c:160
10190 #, c-format
10191 msgid "failed to finish 'show' for object '%s'"
10192 msgstr ""
10194 #: builtin/notes.c:195
10195 msgid "please supply the note contents using either -m or -F option"
10196 msgstr ""
10198 #: builtin/notes.c:204
10199 msgid "unable to write note object"
10200 msgstr ""
10202 #: builtin/notes.c:206
10203 #, c-format
10204 msgid "the note contents have been left in %s"
10205 msgstr ""
10207 #: builtin/notes.c:234 builtin/tag.c:500
10208 #, c-format
10209 msgid "cannot read '%s'"
10210 msgstr ""
10212 #: builtin/notes.c:236 builtin/tag.c:503
10213 #, c-format
10214 msgid "could not open or read '%s'"
10215 msgstr ""
10217 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10218 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10219 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10220 #, c-format
10221 msgid "failed to resolve '%s' as a valid ref."
10222 msgstr ""
10224 #: builtin/notes.c:258
10225 #, c-format
10226 msgid "failed to read object '%s'."
10227 msgstr ""
10229 #: builtin/notes.c:262
10230 #, c-format
10231 msgid "cannot read note data from non-blob object '%s'."
10232 msgstr ""
10234 #: builtin/notes.c:302
10235 #, c-format
10236 msgid "malformed input line: '%s'."
10237 msgstr ""
10239 #: builtin/notes.c:317
10240 #, c-format
10241 msgid "failed to copy notes from '%s' to '%s'"
10242 msgstr ""
10244 #. TRANSLATORS: the first %s will be replaced by a git
10245 #. notes command: 'add', 'merge', 'remove', etc.
10247 #: builtin/notes.c:349
10248 #, c-format
10249 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10250 msgstr ""
10252 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10253 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10254 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10255 msgid "too many parameters"
10256 msgstr ""
10258 #: builtin/notes.c:382 builtin/notes.c:668
10259 #, c-format
10260 msgid "no note found for object %s."
10261 msgstr ""
10263 #: builtin/notes.c:403 builtin/notes.c:566
10264 msgid "note contents as a string"
10265 msgstr ""
10267 #: builtin/notes.c:406 builtin/notes.c:569
10268 msgid "note contents in a file"
10269 msgstr ""
10271 #: builtin/notes.c:409 builtin/notes.c:572
10272 msgid "reuse and edit specified note object"
10273 msgstr ""
10275 #: builtin/notes.c:412 builtin/notes.c:575
10276 msgid "reuse specified note object"
10277 msgstr ""
10279 #: builtin/notes.c:415 builtin/notes.c:578
10280 msgid "allow storing empty note"
10281 msgstr ""
10283 #: builtin/notes.c:416 builtin/notes.c:487
10284 msgid "replace existing notes"
10285 msgstr ""
10287 #: builtin/notes.c:441
10288 #, c-format
10289 msgid ""
10290 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10291 "existing notes"
10292 msgstr ""
10294 #: builtin/notes.c:456 builtin/notes.c:535
10295 #, c-format
10296 msgid "Overwriting existing notes for object %s\n"
10297 msgstr ""
10299 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10300 #, c-format
10301 msgid "Removing note for object %s\n"
10302 msgstr ""
10304 #: builtin/notes.c:488
10305 msgid "read objects from stdin"
10306 msgstr ""
10308 #: builtin/notes.c:490
10309 msgid "load rewriting config for <command> (implies --stdin)"
10310 msgstr ""
10312 #: builtin/notes.c:508
10313 msgid "too few parameters"
10314 msgstr ""
10316 #: builtin/notes.c:529
10317 #, c-format
10318 msgid ""
10319 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10320 "existing notes"
10321 msgstr ""
10323 #: builtin/notes.c:541
10324 #, c-format
10325 msgid "missing notes on source object %s. Cannot copy."
10326 msgstr ""
10328 #: builtin/notes.c:593
10329 #, c-format
10330 msgid ""
10331 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10332 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10333 msgstr ""
10335 #: builtin/notes.c:688
10336 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10337 msgstr ""
10339 #: builtin/notes.c:690
10340 msgid "failed to delete ref NOTES_MERGE_REF"
10341 msgstr ""
10343 #: builtin/notes.c:692
10344 msgid "failed to remove 'git notes merge' worktree"
10345 msgstr ""
10347 #: builtin/notes.c:712
10348 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10349 msgstr ""
10351 #: builtin/notes.c:714
10352 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10353 msgstr ""
10355 #: builtin/notes.c:716
10356 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10357 msgstr ""
10359 #: builtin/notes.c:729
10360 msgid "failed to resolve NOTES_MERGE_REF"
10361 msgstr ""
10363 #: builtin/notes.c:732
10364 msgid "failed to finalize notes merge"
10365 msgstr ""
10367 #: builtin/notes.c:758
10368 #, c-format
10369 msgid "unknown notes merge strategy %s"
10370 msgstr ""
10372 #: builtin/notes.c:774
10373 msgid "General options"
10374 msgstr ""
10376 #: builtin/notes.c:776
10377 msgid "Merge options"
10378 msgstr ""
10380 #: builtin/notes.c:778
10381 msgid ""
10382 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10383 "cat_sort_uniq)"
10384 msgstr ""
10386 #: builtin/notes.c:780
10387 msgid "Committing unmerged notes"
10388 msgstr ""
10390 #: builtin/notes.c:782
10391 msgid "finalize notes merge by committing unmerged notes"
10392 msgstr ""
10394 #: builtin/notes.c:784
10395 msgid "Aborting notes merge resolution"
10396 msgstr ""
10398 #: builtin/notes.c:786
10399 msgid "abort notes merge"
10400 msgstr ""
10402 #: builtin/notes.c:797
10403 msgid "cannot mix --commit, --abort or -s/--strategy"
10404 msgstr ""
10406 #: builtin/notes.c:802
10407 msgid "must specify a notes ref to merge"
10408 msgstr ""
10410 #: builtin/notes.c:826
10411 #, c-format
10412 msgid "unknown -s/--strategy: %s"
10413 msgstr ""
10415 #: builtin/notes.c:863
10416 #, c-format
10417 msgid "a notes merge into %s is already in-progress at %s"
10418 msgstr ""
10420 #: builtin/notes.c:866
10421 #, c-format
10422 msgid "failed to store link to current notes ref (%s)"
10423 msgstr ""
10425 #: builtin/notes.c:868
10426 #, c-format
10427 msgid ""
10428 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10429 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10430 "abort'.\n"
10431 msgstr ""
10433 #: builtin/notes.c:890
10434 #, c-format
10435 msgid "Object %s has no note\n"
10436 msgstr ""
10438 #: builtin/notes.c:902
10439 msgid "attempt to remove non-existent note is not an error"
10440 msgstr ""
10442 #: builtin/notes.c:905
10443 msgid "read object names from the standard input"
10444 msgstr ""
10446 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10447 msgid "do not remove, show only"
10448 msgstr ""
10450 #: builtin/notes.c:944
10451 msgid "report pruned notes"
10452 msgstr ""
10454 #: builtin/notes.c:986
10455 msgid "notes-ref"
10456 msgstr ""
10458 #: builtin/notes.c:987
10459 msgid "use notes from <notes-ref>"
10460 msgstr ""
10462 #: builtin/notes.c:1022
10463 #, c-format
10464 msgid "unknown subcommand: %s"
10465 msgstr ""
10467 #: builtin/pack-objects.c:31
10468 msgid ""
10469 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10470 msgstr ""
10472 #: builtin/pack-objects.c:32
10473 msgid ""
10474 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10475 msgstr ""
10477 #: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10478 #, c-format
10479 msgid "deflate error (%d)"
10480 msgstr ""
10482 #: builtin/pack-objects.c:777
10483 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10484 msgstr ""
10486 #: builtin/pack-objects.c:790
10487 msgid "Writing objects"
10488 msgstr ""
10490 #: builtin/pack-objects.c:1070
10491 msgid "disabling bitmap writing, as some objects are not being packed"
10492 msgstr ""
10494 #: builtin/pack-objects.c:2440
10495 msgid "Compressing objects"
10496 msgstr ""
10498 #: builtin/pack-objects.c:2849
10499 #, c-format
10500 msgid "unsupported index version %s"
10501 msgstr ""
10503 #: builtin/pack-objects.c:2853
10504 #, c-format
10505 msgid "bad index version '%s'"
10506 msgstr ""
10508 #: builtin/pack-objects.c:2883
10509 msgid "do not show progress meter"
10510 msgstr ""
10512 #: builtin/pack-objects.c:2885
10513 msgid "show progress meter"
10514 msgstr ""
10516 #: builtin/pack-objects.c:2887
10517 msgid "show progress meter during object writing phase"
10518 msgstr ""
10520 #: builtin/pack-objects.c:2890
10521 msgid "similar to --all-progress when progress meter is shown"
10522 msgstr ""
10524 #: builtin/pack-objects.c:2891
10525 msgid "version[,offset]"
10526 msgstr ""
10528 #: builtin/pack-objects.c:2892
10529 msgid "write the pack index file in the specified idx format version"
10530 msgstr ""
10532 #: builtin/pack-objects.c:2895
10533 msgid "maximum size of each output pack file"
10534 msgstr ""
10536 #: builtin/pack-objects.c:2897
10537 msgid "ignore borrowed objects from alternate object store"
10538 msgstr ""
10540 #: builtin/pack-objects.c:2899
10541 msgid "ignore packed objects"
10542 msgstr ""
10544 #: builtin/pack-objects.c:2901
10545 msgid "limit pack window by objects"
10546 msgstr ""
10548 #: builtin/pack-objects.c:2903
10549 msgid "limit pack window by memory in addition to object limit"
10550 msgstr ""
10552 #: builtin/pack-objects.c:2905
10553 msgid "maximum length of delta chain allowed in the resulting pack"
10554 msgstr ""
10556 #: builtin/pack-objects.c:2907
10557 msgid "reuse existing deltas"
10558 msgstr ""
10560 #: builtin/pack-objects.c:2909
10561 msgid "reuse existing objects"
10562 msgstr ""
10564 #: builtin/pack-objects.c:2911
10565 msgid "use OFS_DELTA objects"
10566 msgstr ""
10568 #: builtin/pack-objects.c:2913
10569 msgid "use threads when searching for best delta matches"
10570 msgstr ""
10572 #: builtin/pack-objects.c:2915
10573 msgid "do not create an empty pack output"
10574 msgstr ""
10576 #: builtin/pack-objects.c:2917
10577 msgid "read revision arguments from standard input"
10578 msgstr ""
10580 #: builtin/pack-objects.c:2919
10581 msgid "limit the objects to those that are not yet packed"
10582 msgstr ""
10584 #: builtin/pack-objects.c:2922
10585 msgid "include objects reachable from any reference"
10586 msgstr ""
10588 #: builtin/pack-objects.c:2925
10589 msgid "include objects referred by reflog entries"
10590 msgstr ""
10592 #: builtin/pack-objects.c:2928
10593 msgid "include objects referred to by the index"
10594 msgstr ""
10596 #: builtin/pack-objects.c:2931
10597 msgid "output pack to stdout"
10598 msgstr ""
10600 #: builtin/pack-objects.c:2933
10601 msgid "include tag objects that refer to objects to be packed"
10602 msgstr ""
10604 #: builtin/pack-objects.c:2935
10605 msgid "keep unreachable objects"
10606 msgstr ""
10608 #: builtin/pack-objects.c:2937
10609 msgid "pack loose unreachable objects"
10610 msgstr ""
10612 #: builtin/pack-objects.c:2939
10613 msgid "unpack unreachable objects newer than <time>"
10614 msgstr ""
10616 #: builtin/pack-objects.c:2942
10617 msgid "create thin packs"
10618 msgstr ""
10620 #: builtin/pack-objects.c:2944
10621 msgid "create packs suitable for shallow fetches"
10622 msgstr ""
10624 #: builtin/pack-objects.c:2946
10625 msgid "ignore packs that have companion .keep file"
10626 msgstr ""
10628 #: builtin/pack-objects.c:2948
10629 msgid "pack compression level"
10630 msgstr ""
10632 #: builtin/pack-objects.c:2950
10633 msgid "do not hide commits by grafts"
10634 msgstr ""
10636 #: builtin/pack-objects.c:2952
10637 msgid "use a bitmap index if available to speed up counting objects"
10638 msgstr ""
10640 #: builtin/pack-objects.c:2954
10641 msgid "write a bitmap index together with the pack index"
10642 msgstr ""
10644 #: builtin/pack-objects.c:3081
10645 msgid "Counting objects"
10646 msgstr ""
10648 #: builtin/pack-refs.c:6
10649 msgid "git pack-refs [<options>]"
10650 msgstr ""
10652 #: builtin/pack-refs.c:14
10653 msgid "pack everything"
10654 msgstr ""
10656 #: builtin/pack-refs.c:15
10657 msgid "prune loose refs (default)"
10658 msgstr ""
10660 #: builtin/prune-packed.c:8
10661 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10662 msgstr ""
10664 #: builtin/prune-packed.c:41
10665 msgid "Removing duplicate objects"
10666 msgstr ""
10668 #: builtin/prune.c:11
10669 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10670 msgstr ""
10672 #: builtin/prune.c:106
10673 msgid "report pruned objects"
10674 msgstr ""
10676 #: builtin/prune.c:109
10677 msgid "expire objects older than <time>"
10678 msgstr ""
10680 #: builtin/prune.c:123
10681 msgid "cannot prune in a precious-objects repo"
10682 msgstr ""
10684 #: builtin/pull.c:54 builtin/pull.c:56
10685 #, c-format
10686 msgid "Invalid value for %s: %s"
10687 msgstr ""
10689 #: builtin/pull.c:76
10690 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10691 msgstr ""
10693 #: builtin/pull.c:124
10694 msgid "control for recursive fetching of submodules"
10695 msgstr ""
10697 #: builtin/pull.c:128
10698 msgid "Options related to merging"
10699 msgstr ""
10701 #: builtin/pull.c:131
10702 msgid "incorporate changes by rebasing rather than merging"
10703 msgstr ""
10705 #: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10706 msgid "allow fast-forward"
10707 msgstr ""
10709 #: builtin/pull.c:164
10710 msgid "automatically stash/stash pop before and after rebase"
10711 msgstr ""
10713 #: builtin/pull.c:180
10714 msgid "Options related to fetching"
10715 msgstr ""
10717 #: builtin/pull.c:198
10718 msgid "number of submodules pulled in parallel"
10719 msgstr ""
10721 #: builtin/pull.c:287
10722 #, c-format
10723 msgid "Invalid value for pull.ff: %s"
10724 msgstr ""
10726 #: builtin/pull.c:403
10727 msgid ""
10728 "There is no candidate for rebasing against among the refs that you just "
10729 "fetched."
10730 msgstr ""
10732 #: builtin/pull.c:405
10733 msgid ""
10734 "There are no candidates for merging among the refs that you just fetched."
10735 msgstr ""
10737 #: builtin/pull.c:406
10738 msgid ""
10739 "Generally this means that you provided a wildcard refspec which had no\n"
10740 "matches on the remote end."
10741 msgstr ""
10743 #: builtin/pull.c:409
10744 #, c-format
10745 msgid ""
10746 "You asked to pull from the remote '%s', but did not specify\n"
10747 "a branch. Because this is not the default configured remote\n"
10748 "for your current branch, you must specify a branch on the command line."
10749 msgstr ""
10751 #: builtin/pull.c:414 git-parse-remote.sh:73
10752 msgid "You are not currently on a branch."
10753 msgstr ""
10755 #: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10756 msgid "Please specify which branch you want to rebase against."
10757 msgstr ""
10759 #: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10760 msgid "Please specify which branch you want to merge with."
10761 msgstr ""
10763 #: builtin/pull.c:419 builtin/pull.c:434
10764 msgid "See git-pull(1) for details."
10765 msgstr ""
10767 #: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10768 #: git-parse-remote.sh:64
10769 msgid "<remote>"
10770 msgstr ""
10772 #: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10773 #: git-parse-remote.sh:65
10774 msgid "<branch>"
10775 msgstr ""
10777 #: builtin/pull.c:429 git-parse-remote.sh:75
10778 msgid "There is no tracking information for the current branch."
10779 msgstr ""
10781 #: builtin/pull.c:438 git-parse-remote.sh:95
10782 msgid ""
10783 "If you wish to set tracking information for this branch you can do so with:"
10784 msgstr ""
10786 #: builtin/pull.c:443
10787 #, c-format
10788 msgid ""
10789 "Your configuration specifies to merge with the ref '%s'\n"
10790 "from the remote, but no such ref was fetched."
10791 msgstr ""
10793 #: builtin/pull.c:796
10794 msgid "ignoring --verify-signatures for rebase"
10795 msgstr ""
10797 #: builtin/pull.c:844
10798 msgid "--[no-]autostash option is only valid with --rebase."
10799 msgstr ""
10801 #: builtin/pull.c:852
10802 msgid "Updating an unborn branch with changes added to the index."
10803 msgstr ""
10805 #: builtin/pull.c:855
10806 msgid "pull with rebase"
10807 msgstr ""
10809 #: builtin/pull.c:856
10810 msgid "please commit or stash them."
10811 msgstr ""
10813 #: builtin/pull.c:881
10814 #, c-format
10815 msgid ""
10816 "fetch updated the current branch head.\n"
10817 "fast-forwarding your working tree from\n"
10818 "commit %s."
10819 msgstr ""
10821 #: builtin/pull.c:886
10822 #, c-format
10823 msgid ""
10824 "Cannot fast-forward your working tree.\n"
10825 "After making sure that you saved anything precious from\n"
10826 "$ git diff %s\n"
10827 "output, run\n"
10828 "$ git reset --hard\n"
10829 "to recover."
10830 msgstr ""
10832 #: builtin/pull.c:901
10833 msgid "Cannot merge multiple branches into empty head."
10834 msgstr ""
10836 #: builtin/pull.c:905
10837 msgid "Cannot rebase onto multiple branches."
10838 msgstr ""
10840 #: builtin/pull.c:912
10841 msgid "cannot rebase with locally recorded submodule modifications"
10842 msgstr ""
10844 #: builtin/push.c:17
10845 msgid "git push [<options>] [<repository> [<refspec>...]]"
10846 msgstr ""
10848 #: builtin/push.c:90
10849 msgid "tag shorthand without <tag>"
10850 msgstr ""
10852 #: builtin/push.c:100
10853 msgid "--delete only accepts plain target ref names"
10854 msgstr ""
10856 #: builtin/push.c:144
10857 msgid ""
10858 "\n"
10859 "To choose either option permanently, see push.default in 'git help config'."
10860 msgstr ""
10862 #: builtin/push.c:147
10863 #, c-format
10864 msgid ""
10865 "The upstream branch of your current branch does not match\n"
10866 "the name of your current branch.  To push to the upstream branch\n"
10867 "on the remote, use\n"
10868 "\n"
10869 "    git push %s HEAD:%s\n"
10870 "\n"
10871 "To push to the branch of the same name on the remote, use\n"
10872 "\n"
10873 "    git push %s %s\n"
10874 "%s"
10875 msgstr ""
10877 #: builtin/push.c:162
10878 #, c-format
10879 msgid ""
10880 "You are not currently on a branch.\n"
10881 "To push the history leading to the current (detached HEAD)\n"
10882 "state now, use\n"
10883 "\n"
10884 "    git push %s HEAD:<name-of-remote-branch>\n"
10885 msgstr ""
10887 #: builtin/push.c:176
10888 #, c-format
10889 msgid ""
10890 "The current branch %s has no upstream branch.\n"
10891 "To push the current branch and set the remote as upstream, use\n"
10892 "\n"
10893 "    git push --set-upstream %s %s\n"
10894 msgstr ""
10896 #: builtin/push.c:184
10897 #, c-format
10898 msgid "The current branch %s has multiple upstream branches, refusing to push."
10899 msgstr ""
10901 #: builtin/push.c:187
10902 #, c-format
10903 msgid ""
10904 "You are pushing to remote '%s', which is not the upstream of\n"
10905 "your current branch '%s', without telling me what to push\n"
10906 "to update which remote branch."
10907 msgstr ""
10909 #: builtin/push.c:246
10910 msgid ""
10911 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10912 msgstr ""
10914 #: builtin/push.c:253
10915 msgid ""
10916 "Updates were rejected because the tip of your current branch is behind\n"
10917 "its remote counterpart. Integrate the remote changes (e.g.\n"
10918 "'git pull ...') before pushing again.\n"
10919 "See the 'Note about fast-forwards' in 'git push --help' for details."
10920 msgstr ""
10922 #: builtin/push.c:259
10923 msgid ""
10924 "Updates were rejected because a pushed branch tip is behind its remote\n"
10925 "counterpart. Check out this branch and integrate the remote changes\n"
10926 "(e.g. 'git pull ...') before pushing again.\n"
10927 "See the 'Note about fast-forwards' in 'git push --help' for details."
10928 msgstr ""
10930 #: builtin/push.c:265
10931 msgid ""
10932 "Updates were rejected because the remote contains work that you do\n"
10933 "not have locally. This is usually caused by another repository pushing\n"
10934 "to the same ref. You may want to first integrate the remote changes\n"
10935 "(e.g., 'git pull ...') before pushing again.\n"
10936 "See the 'Note about fast-forwards' in 'git push --help' for details."
10937 msgstr ""
10939 #: builtin/push.c:272
10940 msgid "Updates were rejected because the tag already exists in the remote."
10941 msgstr ""
10943 #: builtin/push.c:275
10944 msgid ""
10945 "You cannot update a remote ref that points at a non-commit object,\n"
10946 "or update a remote ref to make it point at a non-commit object,\n"
10947 "without using the '--force' option.\n"
10948 msgstr ""
10950 #: builtin/push.c:335
10951 #, c-format
10952 msgid "Pushing to %s\n"
10953 msgstr ""
10955 #: builtin/push.c:339
10956 #, c-format
10957 msgid "failed to push some refs to '%s'"
10958 msgstr ""
10960 #: builtin/push.c:370
10961 #, c-format
10962 msgid "bad repository '%s'"
10963 msgstr ""
10965 #: builtin/push.c:371
10966 msgid ""
10967 "No configured push destination.\n"
10968 "Either specify the URL from the command-line or configure a remote "
10969 "repository using\n"
10970 "\n"
10971 "    git remote add <name> <url>\n"
10972 "\n"
10973 "and then push using the remote name\n"
10974 "\n"
10975 "    git push <name>\n"
10976 msgstr ""
10978 #: builtin/push.c:389
10979 msgid "--all and --tags are incompatible"
10980 msgstr ""
10982 #: builtin/push.c:390
10983 msgid "--all can't be combined with refspecs"
10984 msgstr ""
10986 #: builtin/push.c:395
10987 msgid "--mirror and --tags are incompatible"
10988 msgstr ""
10990 #: builtin/push.c:396
10991 msgid "--mirror can't be combined with refspecs"
10992 msgstr ""
10994 #: builtin/push.c:401
10995 msgid "--all and --mirror are incompatible"
10996 msgstr ""
10998 #: builtin/push.c:523
10999 msgid "repository"
11000 msgstr ""
11002 #: builtin/push.c:524 builtin/send-pack.c:163
11003 msgid "push all refs"
11004 msgstr ""
11006 #: builtin/push.c:525 builtin/send-pack.c:165
11007 msgid "mirror all refs"
11008 msgstr ""
11010 #: builtin/push.c:527
11011 msgid "delete refs"
11012 msgstr ""
11014 #: builtin/push.c:528
11015 msgid "push tags (can't be used with --all or --mirror)"
11016 msgstr ""
11018 #: builtin/push.c:531 builtin/send-pack.c:166
11019 msgid "force updates"
11020 msgstr ""
11022 #: builtin/push.c:533 builtin/send-pack.c:180
11023 msgid "refname>:<expect"
11024 msgstr ""
11026 #: builtin/push.c:534 builtin/send-pack.c:181
11027 msgid "require old value of ref to be at this value"
11028 msgstr ""
11030 #: builtin/push.c:537
11031 msgid "control recursive pushing of submodules"
11032 msgstr ""
11034 #: builtin/push.c:539 builtin/send-pack.c:174
11035 msgid "use thin pack"
11036 msgstr ""
11038 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11039 #: builtin/send-pack.c:161
11040 msgid "receive pack program"
11041 msgstr ""
11043 #: builtin/push.c:542
11044 msgid "set upstream for git pull/status"
11045 msgstr ""
11047 #: builtin/push.c:545
11048 msgid "prune locally removed refs"
11049 msgstr ""
11051 #: builtin/push.c:547
11052 msgid "bypass pre-push hook"
11053 msgstr ""
11055 #: builtin/push.c:548
11056 msgid "push missing but relevant tags"
11057 msgstr ""
11059 #: builtin/push.c:551 builtin/send-pack.c:168
11060 msgid "GPG sign the push"
11061 msgstr ""
11063 #: builtin/push.c:553 builtin/send-pack.c:175
11064 msgid "request atomic transaction on remote side"
11065 msgstr ""
11067 #: builtin/push.c:554 builtin/send-pack.c:171
11068 msgid "server-specific"
11069 msgstr ""
11071 #: builtin/push.c:554 builtin/send-pack.c:172
11072 msgid "option to transmit"
11073 msgstr ""
11075 #: builtin/push.c:568
11076 msgid "--delete is incompatible with --all, --mirror and --tags"
11077 msgstr ""
11079 #: builtin/push.c:570
11080 msgid "--delete doesn't make sense without any refs"
11081 msgstr ""
11083 #: builtin/push.c:589
11084 msgid "push options must not have new line characters"
11085 msgstr ""
11087 #: builtin/read-tree.c:40
11088 msgid ""
11089 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11090 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11091 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11092 msgstr ""
11094 #: builtin/read-tree.c:121
11095 msgid "write resulting index to <file>"
11096 msgstr ""
11098 #: builtin/read-tree.c:124
11099 msgid "only empty the index"
11100 msgstr ""
11102 #: builtin/read-tree.c:126
11103 msgid "Merging"
11104 msgstr ""
11106 #: builtin/read-tree.c:128
11107 msgid "perform a merge in addition to a read"
11108 msgstr ""
11110 #: builtin/read-tree.c:130
11111 msgid "3-way merge if no file level merging required"
11112 msgstr ""
11114 #: builtin/read-tree.c:132
11115 msgid "3-way merge in presence of adds and removes"
11116 msgstr ""
11118 #: builtin/read-tree.c:134
11119 msgid "same as -m, but discard unmerged entries"
11120 msgstr ""
11122 #: builtin/read-tree.c:135
11123 msgid "<subdirectory>/"
11124 msgstr ""
11126 #: builtin/read-tree.c:136
11127 msgid "read the tree into the index under <subdirectory>/"
11128 msgstr ""
11130 #: builtin/read-tree.c:139
11131 msgid "update working tree with merge result"
11132 msgstr ""
11134 #: builtin/read-tree.c:141
11135 msgid "gitignore"
11136 msgstr ""
11138 #: builtin/read-tree.c:142
11139 msgid "allow explicitly ignored files to be overwritten"
11140 msgstr ""
11142 #: builtin/read-tree.c:145
11143 msgid "don't check the working tree after merging"
11144 msgstr ""
11146 #: builtin/read-tree.c:146
11147 msgid "don't update the index or the work tree"
11148 msgstr ""
11150 #: builtin/read-tree.c:148
11151 msgid "skip applying sparse checkout filter"
11152 msgstr ""
11154 #: builtin/read-tree.c:150
11155 msgid "debug unpack-trees"
11156 msgstr ""
11158 #: builtin/rebase--helper.c:8
11159 msgid "git rebase--helper [<options>]"
11160 msgstr ""
11162 #: builtin/rebase--helper.c:22
11163 msgid "keep empty commits"
11164 msgstr ""
11166 #: builtin/rebase--helper.c:23
11167 msgid "continue rebase"
11168 msgstr ""
11170 #: builtin/rebase--helper.c:25
11171 msgid "abort rebase"
11172 msgstr ""
11174 #: builtin/rebase--helper.c:28
11175 msgid "make rebase script"
11176 msgstr ""
11178 #: builtin/rebase--helper.c:30
11179 msgid "shorten SHA-1s in the todo list"
11180 msgstr ""
11182 #: builtin/rebase--helper.c:32
11183 msgid "expand SHA-1s in the todo list"
11184 msgstr ""
11186 #: builtin/rebase--helper.c:34
11187 msgid "check the todo list"
11188 msgstr ""
11190 #: builtin/rebase--helper.c:36
11191 msgid "skip unnecessary picks"
11192 msgstr ""
11194 #: builtin/rebase--helper.c:38
11195 msgid "rearrange fixup/squash lines"
11196 msgstr ""
11198 #: builtin/receive-pack.c:29
11199 msgid "git receive-pack <git-dir>"
11200 msgstr ""
11202 #: builtin/receive-pack.c:839
11203 msgid ""
11204 "By default, updating the current branch in a non-bare repository\n"
11205 "is denied, because it will make the index and work tree inconsistent\n"
11206 "with what you pushed, and will require 'git reset --hard' to match\n"
11207 "the work tree to HEAD.\n"
11208 "\n"
11209 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11210 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11211 "its current branch; however, this is not recommended unless you\n"
11212 "arranged to update its work tree to match what you pushed in some\n"
11213 "other way.\n"
11214 "\n"
11215 "To squelch this message and still keep the default behaviour, set\n"
11216 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11217 msgstr ""
11219 #: builtin/receive-pack.c:859
11220 msgid ""
11221 "By default, deleting the current branch is denied, because the next\n"
11222 "'git clone' won't result in any file checked out, causing confusion.\n"
11223 "\n"
11224 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11225 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11226 "current branch, with or without a warning message.\n"
11227 "\n"
11228 "To squelch this message, you can set it to 'refuse'."
11229 msgstr ""
11231 #: builtin/receive-pack.c:1932
11232 msgid "quiet"
11233 msgstr ""
11235 #: builtin/receive-pack.c:1946
11236 msgid "You must specify a directory."
11237 msgstr ""
11239 #: builtin/reflog.c:424
11240 #, c-format
11241 msgid "'%s' for '%s' is not a valid timestamp"
11242 msgstr ""
11244 #: builtin/reflog.c:541 builtin/reflog.c:546
11245 #, c-format
11246 msgid "'%s' is not a valid timestamp"
11247 msgstr ""
11249 #: builtin/remote.c:13
11250 msgid "git remote [-v | --verbose]"
11251 msgstr ""
11253 #: builtin/remote.c:14
11254 msgid ""
11255 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11256 "mirror=<fetch|push>] <name> <url>"
11257 msgstr ""
11259 #: builtin/remote.c:15 builtin/remote.c:35
11260 msgid "git remote rename <old> <new>"
11261 msgstr ""
11263 #: builtin/remote.c:16 builtin/remote.c:40
11264 msgid "git remote remove <name>"
11265 msgstr ""
11267 #: builtin/remote.c:17 builtin/remote.c:45
11268 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11269 msgstr ""
11271 #: builtin/remote.c:18
11272 msgid "git remote [-v | --verbose] show [-n] <name>"
11273 msgstr ""
11275 #: builtin/remote.c:19
11276 msgid "git remote prune [-n | --dry-run] <name>"
11277 msgstr ""
11279 #: builtin/remote.c:20
11280 msgid ""
11281 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11282 msgstr ""
11284 #: builtin/remote.c:21
11285 msgid "git remote set-branches [--add] <name> <branch>..."
11286 msgstr ""
11288 #: builtin/remote.c:22 builtin/remote.c:71
11289 msgid "git remote get-url [--push] [--all] <name>"
11290 msgstr ""
11292 #: builtin/remote.c:23 builtin/remote.c:76
11293 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11294 msgstr ""
11296 #: builtin/remote.c:24 builtin/remote.c:77
11297 msgid "git remote set-url --add <name> <newurl>"
11298 msgstr ""
11300 #: builtin/remote.c:25 builtin/remote.c:78
11301 msgid "git remote set-url --delete <name> <url>"
11302 msgstr ""
11304 #: builtin/remote.c:30
11305 msgid "git remote add [<options>] <name> <url>"
11306 msgstr ""
11308 #: builtin/remote.c:50
11309 msgid "git remote set-branches <name> <branch>..."
11310 msgstr ""
11312 #: builtin/remote.c:51
11313 msgid "git remote set-branches --add <name> <branch>..."
11314 msgstr ""
11316 #: builtin/remote.c:56
11317 msgid "git remote show [<options>] <name>"
11318 msgstr ""
11320 #: builtin/remote.c:61
11321 msgid "git remote prune [<options>] <name>"
11322 msgstr ""
11324 #: builtin/remote.c:66
11325 msgid "git remote update [<options>] [<group> | <remote>]..."
11326 msgstr ""
11328 #: builtin/remote.c:95
11329 #, c-format
11330 msgid "Updating %s"
11331 msgstr ""
11333 #: builtin/remote.c:127
11334 msgid ""
11335 "--mirror is dangerous and deprecated; please\n"
11336 "\t use --mirror=fetch or --mirror=push instead"
11337 msgstr ""
11339 #: builtin/remote.c:144
11340 #, c-format
11341 msgid "unknown mirror argument: %s"
11342 msgstr ""
11344 #: builtin/remote.c:160
11345 msgid "fetch the remote branches"
11346 msgstr ""
11348 #: builtin/remote.c:162
11349 msgid "import all tags and associated objects when fetching"
11350 msgstr ""
11352 #: builtin/remote.c:165
11353 msgid "or do not fetch any tag at all (--no-tags)"
11354 msgstr ""
11356 #: builtin/remote.c:167
11357 msgid "branch(es) to track"
11358 msgstr ""
11360 #: builtin/remote.c:168
11361 msgid "master branch"
11362 msgstr ""
11364 #: builtin/remote.c:169
11365 msgid "push|fetch"
11366 msgstr ""
11368 #: builtin/remote.c:170
11369 msgid "set up remote as a mirror to push to or fetch from"
11370 msgstr ""
11372 #: builtin/remote.c:182
11373 msgid "specifying a master branch makes no sense with --mirror"
11374 msgstr ""
11376 #: builtin/remote.c:184
11377 msgid "specifying branches to track makes sense only with fetch mirrors"
11378 msgstr ""
11380 #: builtin/remote.c:191 builtin/remote.c:631
11381 #, c-format
11382 msgid "remote %s already exists."
11383 msgstr ""
11385 #: builtin/remote.c:195 builtin/remote.c:635
11386 #, c-format
11387 msgid "'%s' is not a valid remote name"
11388 msgstr ""
11390 #: builtin/remote.c:235
11391 #, c-format
11392 msgid "Could not setup master '%s'"
11393 msgstr ""
11395 #: builtin/remote.c:337
11396 #, c-format
11397 msgid "Could not get fetch map for refspec %s"
11398 msgstr ""
11400 #: builtin/remote.c:438 builtin/remote.c:446
11401 msgid "(matching)"
11402 msgstr ""
11404 #: builtin/remote.c:450
11405 msgid "(delete)"
11406 msgstr ""
11408 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11409 #, c-format
11410 msgid "No such remote: %s"
11411 msgstr ""
11413 #: builtin/remote.c:641
11414 #, c-format
11415 msgid "Could not rename config section '%s' to '%s'"
11416 msgstr ""
11418 #: builtin/remote.c:661
11419 #, c-format
11420 msgid ""
11421 "Not updating non-default fetch refspec\n"
11422 "\t%s\n"
11423 "\tPlease update the configuration manually if necessary."
11424 msgstr ""
11426 #: builtin/remote.c:697
11427 #, c-format
11428 msgid "deleting '%s' failed"
11429 msgstr ""
11431 #: builtin/remote.c:731
11432 #, c-format
11433 msgid "creating '%s' failed"
11434 msgstr ""
11436 #: builtin/remote.c:796
11437 msgid ""
11438 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11439 "to delete it, use:"
11440 msgid_plural ""
11441 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11442 "to delete them, use:"
11443 msgstr[0] ""
11444 msgstr[1] ""
11446 #: builtin/remote.c:810
11447 #, c-format
11448 msgid "Could not remove config section '%s'"
11449 msgstr ""
11451 #: builtin/remote.c:911
11452 #, c-format
11453 msgid " new (next fetch will store in remotes/%s)"
11454 msgstr ""
11456 #: builtin/remote.c:914
11457 msgid " tracked"
11458 msgstr ""
11460 #: builtin/remote.c:916
11461 msgid " stale (use 'git remote prune' to remove)"
11462 msgstr ""
11464 #: builtin/remote.c:918
11465 msgid " ???"
11466 msgstr ""
11468 #: builtin/remote.c:959
11469 #, c-format
11470 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11471 msgstr ""
11473 #: builtin/remote.c:967
11474 #, c-format
11475 msgid "rebases interactively onto remote %s"
11476 msgstr ""
11478 #: builtin/remote.c:968
11479 #, c-format
11480 msgid "rebases onto remote %s"
11481 msgstr ""
11483 #: builtin/remote.c:971
11484 #, c-format
11485 msgid " merges with remote %s"
11486 msgstr ""
11488 #: builtin/remote.c:974
11489 #, c-format
11490 msgid "merges with remote %s"
11491 msgstr ""
11493 #: builtin/remote.c:977
11494 #, c-format
11495 msgid "%-*s    and with remote %s\n"
11496 msgstr ""
11498 #: builtin/remote.c:1020
11499 msgid "create"
11500 msgstr ""
11502 #: builtin/remote.c:1023
11503 msgid "delete"
11504 msgstr ""
11506 #: builtin/remote.c:1027
11507 msgid "up to date"
11508 msgstr ""
11510 #: builtin/remote.c:1030
11511 msgid "fast-forwardable"
11512 msgstr ""
11514 #: builtin/remote.c:1033
11515 msgid "local out of date"
11516 msgstr ""
11518 #: builtin/remote.c:1040
11519 #, c-format
11520 msgid "    %-*s forces to %-*s (%s)"
11521 msgstr ""
11523 #: builtin/remote.c:1043
11524 #, c-format
11525 msgid "    %-*s pushes to %-*s (%s)"
11526 msgstr ""
11528 #: builtin/remote.c:1047
11529 #, c-format
11530 msgid "    %-*s forces to %s"
11531 msgstr ""
11533 #: builtin/remote.c:1050
11534 #, c-format
11535 msgid "    %-*s pushes to %s"
11536 msgstr ""
11538 #: builtin/remote.c:1118
11539 msgid "do not query remotes"
11540 msgstr ""
11542 #: builtin/remote.c:1145
11543 #, c-format
11544 msgid "* remote %s"
11545 msgstr ""
11547 #: builtin/remote.c:1146
11548 #, c-format
11549 msgid "  Fetch URL: %s"
11550 msgstr ""
11552 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11553 msgid "(no URL)"
11554 msgstr ""
11556 #. TRANSLATORS: the colon ':' should align
11557 #. with the one in " Fetch URL: %s"
11558 #. translation.
11560 #: builtin/remote.c:1161 builtin/remote.c:1163
11561 #, c-format
11562 msgid "  Push  URL: %s"
11563 msgstr ""
11565 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11566 #, c-format
11567 msgid "  HEAD branch: %s"
11568 msgstr ""
11570 #: builtin/remote.c:1165
11571 msgid "(not queried)"
11572 msgstr ""
11574 #: builtin/remote.c:1167
11575 msgid "(unknown)"
11576 msgstr ""
11578 #: builtin/remote.c:1171
11579 #, c-format
11580 msgid ""
11581 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11582 msgstr ""
11584 #: builtin/remote.c:1183
11585 #, c-format
11586 msgid "  Remote branch:%s"
11587 msgid_plural "  Remote branches:%s"
11588 msgstr[0] ""
11589 msgstr[1] ""
11591 #: builtin/remote.c:1186 builtin/remote.c:1212
11592 msgid " (status not queried)"
11593 msgstr ""
11595 #: builtin/remote.c:1195
11596 msgid "  Local branch configured for 'git pull':"
11597 msgid_plural "  Local branches configured for 'git pull':"
11598 msgstr[0] ""
11599 msgstr[1] ""
11601 #: builtin/remote.c:1203
11602 msgid "  Local refs will be mirrored by 'git push'"
11603 msgstr ""
11605 #: builtin/remote.c:1209
11606 #, c-format
11607 msgid "  Local ref configured for 'git push'%s:"
11608 msgid_plural "  Local refs configured for 'git push'%s:"
11609 msgstr[0] ""
11610 msgstr[1] ""
11612 #: builtin/remote.c:1230
11613 msgid "set refs/remotes/<name>/HEAD according to remote"
11614 msgstr ""
11616 #: builtin/remote.c:1232
11617 msgid "delete refs/remotes/<name>/HEAD"
11618 msgstr ""
11620 #: builtin/remote.c:1247
11621 msgid "Cannot determine remote HEAD"
11622 msgstr ""
11624 #: builtin/remote.c:1249
11625 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11626 msgstr ""
11628 #: builtin/remote.c:1259
11629 #, c-format
11630 msgid "Could not delete %s"
11631 msgstr ""
11633 #: builtin/remote.c:1267
11634 #, c-format
11635 msgid "Not a valid ref: %s"
11636 msgstr ""
11638 #: builtin/remote.c:1269
11639 #, c-format
11640 msgid "Could not setup %s"
11641 msgstr ""
11643 #: builtin/remote.c:1287
11644 #, c-format
11645 msgid " %s will become dangling!"
11646 msgstr ""
11648 #: builtin/remote.c:1288
11649 #, c-format
11650 msgid " %s has become dangling!"
11651 msgstr ""
11653 #: builtin/remote.c:1298
11654 #, c-format
11655 msgid "Pruning %s"
11656 msgstr ""
11658 #: builtin/remote.c:1299
11659 #, c-format
11660 msgid "URL: %s"
11661 msgstr ""
11663 #: builtin/remote.c:1315
11664 #, c-format
11665 msgid " * [would prune] %s"
11666 msgstr ""
11668 #: builtin/remote.c:1318
11669 #, c-format
11670 msgid " * [pruned] %s"
11671 msgstr ""
11673 #: builtin/remote.c:1363
11674 msgid "prune remotes after fetching"
11675 msgstr ""
11677 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11678 #, c-format
11679 msgid "No such remote '%s'"
11680 msgstr ""
11682 #: builtin/remote.c:1442
11683 msgid "add branch"
11684 msgstr ""
11686 #: builtin/remote.c:1449
11687 msgid "no remote specified"
11688 msgstr ""
11690 #: builtin/remote.c:1466
11691 msgid "query push URLs rather than fetch URLs"
11692 msgstr ""
11694 #: builtin/remote.c:1468
11695 msgid "return all URLs"
11696 msgstr ""
11698 #: builtin/remote.c:1496
11699 #, c-format
11700 msgid "no URLs configured for remote '%s'"
11701 msgstr ""
11703 #: builtin/remote.c:1522
11704 msgid "manipulate push URLs"
11705 msgstr ""
11707 #: builtin/remote.c:1524
11708 msgid "add URL"
11709 msgstr ""
11711 #: builtin/remote.c:1526
11712 msgid "delete URLs"
11713 msgstr ""
11715 #: builtin/remote.c:1533
11716 msgid "--add --delete doesn't make sense"
11717 msgstr ""
11719 #: builtin/remote.c:1572
11720 #, c-format
11721 msgid "Invalid old URL pattern: %s"
11722 msgstr ""
11724 #: builtin/remote.c:1580
11725 #, c-format
11726 msgid "No such URL found: %s"
11727 msgstr ""
11729 #: builtin/remote.c:1582
11730 msgid "Will not delete all non-push URLs"
11731 msgstr ""
11733 #: builtin/remote.c:1598
11734 msgid "be verbose; must be placed before a subcommand"
11735 msgstr ""
11737 #: builtin/remote.c:1629
11738 #, c-format
11739 msgid "Unknown subcommand: %s"
11740 msgstr ""
11742 #: builtin/repack.c:18
11743 msgid "git repack [<options>]"
11744 msgstr ""
11746 #: builtin/repack.c:23
11747 msgid ""
11748 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
11749 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11750 msgstr ""
11752 #: builtin/repack.c:168
11753 msgid "pack everything in a single pack"
11754 msgstr ""
11756 #: builtin/repack.c:170
11757 msgid "same as -a, and turn unreachable objects loose"
11758 msgstr ""
11760 #: builtin/repack.c:173
11761 msgid "remove redundant packs, and run git-prune-packed"
11762 msgstr ""
11764 #: builtin/repack.c:175
11765 msgid "pass --no-reuse-delta to git-pack-objects"
11766 msgstr ""
11768 #: builtin/repack.c:177
11769 msgid "pass --no-reuse-object to git-pack-objects"
11770 msgstr ""
11772 #: builtin/repack.c:179
11773 msgid "do not run git-update-server-info"
11774 msgstr ""
11776 #: builtin/repack.c:182
11777 msgid "pass --local to git-pack-objects"
11778 msgstr ""
11780 #: builtin/repack.c:184
11781 msgid "write bitmap index"
11782 msgstr ""
11784 #: builtin/repack.c:185
11785 msgid "approxidate"
11786 msgstr ""
11788 #: builtin/repack.c:186
11789 msgid "with -A, do not loosen objects older than this"
11790 msgstr ""
11792 #: builtin/repack.c:188
11793 msgid "with -a, repack unreachable objects"
11794 msgstr ""
11796 #: builtin/repack.c:190
11797 msgid "size of the window used for delta compression"
11798 msgstr ""
11800 #: builtin/repack.c:191 builtin/repack.c:197
11801 msgid "bytes"
11802 msgstr ""
11804 #: builtin/repack.c:192
11805 msgid "same as the above, but limit memory size instead of entries count"
11806 msgstr ""
11808 #: builtin/repack.c:194
11809 msgid "limits the maximum delta depth"
11810 msgstr ""
11812 #: builtin/repack.c:196
11813 msgid "limits the maximum number of threads"
11814 msgstr ""
11816 #: builtin/repack.c:198
11817 msgid "maximum size of each packfile"
11818 msgstr ""
11820 #: builtin/repack.c:200
11821 msgid "repack objects in packs marked with .keep"
11822 msgstr ""
11824 #: builtin/repack.c:210
11825 msgid "cannot delete packs in a precious-objects repo"
11826 msgstr ""
11828 #: builtin/repack.c:214
11829 msgid "--keep-unreachable and -A are incompatible"
11830 msgstr ""
11832 #: builtin/repack.c:406 builtin/worktree.c:134
11833 #, c-format
11834 msgid "failed to remove '%s'"
11835 msgstr ""
11837 #: builtin/replace.c:20
11838 msgid "git replace [-f] <object> <replacement>"
11839 msgstr ""
11841 #: builtin/replace.c:21
11842 msgid "git replace [-f] --edit <object>"
11843 msgstr ""
11845 #: builtin/replace.c:22
11846 msgid "git replace [-f] --graft <commit> [<parent>...]"
11847 msgstr ""
11849 #: builtin/replace.c:23
11850 msgid "git replace -d <object>..."
11851 msgstr ""
11853 #: builtin/replace.c:24
11854 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11855 msgstr ""
11857 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11858 #, c-format
11859 msgid "Not a valid object name: '%s'"
11860 msgstr ""
11862 #: builtin/replace.c:361
11863 #, c-format
11864 msgid "bad mergetag in commit '%s'"
11865 msgstr ""
11867 #: builtin/replace.c:363
11868 #, c-format
11869 msgid "malformed mergetag in commit '%s'"
11870 msgstr ""
11872 #: builtin/replace.c:374
11873 #, c-format
11874 msgid ""
11875 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11876 "instead of --graft"
11877 msgstr ""
11879 #: builtin/replace.c:407
11880 #, c-format
11881 msgid "the original commit '%s' has a gpg signature."
11882 msgstr ""
11884 #: builtin/replace.c:408
11885 msgid "the signature will be removed in the replacement commit!"
11886 msgstr ""
11888 #: builtin/replace.c:414
11889 #, c-format
11890 msgid "could not write replacement commit for: '%s'"
11891 msgstr ""
11893 #: builtin/replace.c:438
11894 msgid "list replace refs"
11895 msgstr ""
11897 #: builtin/replace.c:439
11898 msgid "delete replace refs"
11899 msgstr ""
11901 #: builtin/replace.c:440
11902 msgid "edit existing object"
11903 msgstr ""
11905 #: builtin/replace.c:441
11906 msgid "change a commit's parents"
11907 msgstr ""
11909 #: builtin/replace.c:442
11910 msgid "replace the ref if it exists"
11911 msgstr ""
11913 #: builtin/replace.c:443
11914 msgid "do not pretty-print contents for --edit"
11915 msgstr ""
11917 #: builtin/replace.c:444
11918 msgid "use this format"
11919 msgstr ""
11921 #: builtin/rerere.c:13
11922 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11923 msgstr ""
11925 #: builtin/rerere.c:59
11926 msgid "register clean resolutions in index"
11927 msgstr ""
11929 #: builtin/reset.c:29
11930 msgid ""
11931 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11932 msgstr ""
11934 #: builtin/reset.c:30
11935 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11936 msgstr ""
11938 #: builtin/reset.c:31
11939 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11940 msgstr ""
11942 #: builtin/reset.c:37
11943 msgid "mixed"
11944 msgstr ""
11946 #: builtin/reset.c:37
11947 msgid "soft"
11948 msgstr ""
11950 #: builtin/reset.c:37
11951 msgid "hard"
11952 msgstr ""
11954 #: builtin/reset.c:37
11955 msgid "merge"
11956 msgstr ""
11958 #: builtin/reset.c:37
11959 msgid "keep"
11960 msgstr ""
11962 #: builtin/reset.c:78
11963 msgid "You do not have a valid HEAD."
11964 msgstr ""
11966 #: builtin/reset.c:80
11967 msgid "Failed to find tree of HEAD."
11968 msgstr ""
11970 #: builtin/reset.c:86
11971 #, c-format
11972 msgid "Failed to find tree of %s."
11973 msgstr ""
11975 #: builtin/reset.c:113
11976 #, c-format
11977 msgid "HEAD is now at %s"
11978 msgstr ""
11980 #: builtin/reset.c:197
11981 #, c-format
11982 msgid "Cannot do a %s reset in the middle of a merge."
11983 msgstr ""
11985 #: builtin/reset.c:297
11986 msgid "be quiet, only report errors"
11987 msgstr ""
11989 #: builtin/reset.c:299
11990 msgid "reset HEAD and index"
11991 msgstr ""
11993 #: builtin/reset.c:300
11994 msgid "reset only HEAD"
11995 msgstr ""
11997 #: builtin/reset.c:302 builtin/reset.c:304
11998 msgid "reset HEAD, index and working tree"
11999 msgstr ""
12001 #: builtin/reset.c:306
12002 msgid "reset HEAD but keep local changes"
12003 msgstr ""
12005 #: builtin/reset.c:312
12006 msgid "record only the fact that removed paths will be added later"
12007 msgstr ""
12009 #: builtin/reset.c:329
12010 #, c-format
12011 msgid "Failed to resolve '%s' as a valid revision."
12012 msgstr ""
12014 #: builtin/reset.c:337
12015 #, c-format
12016 msgid "Failed to resolve '%s' as a valid tree."
12017 msgstr ""
12019 #: builtin/reset.c:346
12020 msgid "--patch is incompatible with --{hard,mixed,soft}"
12021 msgstr ""
12023 #: builtin/reset.c:355
12024 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12025 msgstr ""
12027 #: builtin/reset.c:357
12028 #, c-format
12029 msgid "Cannot do %s reset with paths."
12030 msgstr ""
12032 #: builtin/reset.c:367
12033 #, c-format
12034 msgid "%s reset is not allowed in a bare repository"
12035 msgstr ""
12037 #: builtin/reset.c:371
12038 msgid "-N can only be used with --mixed"
12039 msgstr ""
12041 #: builtin/reset.c:388
12042 msgid "Unstaged changes after reset:"
12043 msgstr ""
12045 #: builtin/reset.c:394
12046 #, c-format
12047 msgid "Could not reset index file to revision '%s'."
12048 msgstr ""
12050 #: builtin/reset.c:398
12051 msgid "Could not write new index file."
12052 msgstr ""
12054 #: builtin/rev-list.c:361
12055 msgid "rev-list does not support display of notes"
12056 msgstr ""
12058 #: builtin/rev-parse.c:402
12059 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12060 msgstr ""
12062 #: builtin/rev-parse.c:407
12063 msgid "keep the `--` passed as an arg"
12064 msgstr ""
12066 #: builtin/rev-parse.c:409
12067 msgid "stop parsing after the first non-option argument"
12068 msgstr ""
12070 #: builtin/rev-parse.c:412
12071 msgid "output in stuck long form"
12072 msgstr ""
12074 #: builtin/rev-parse.c:545
12075 msgid ""
12076 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12077 "   or: git rev-parse --sq-quote [<arg>...]\n"
12078 "   or: git rev-parse [<options>] [<arg>...]\n"
12079 "\n"
12080 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12081 msgstr ""
12083 #: builtin/revert.c:23
12084 msgid "git revert [<options>] <commit-ish>..."
12085 msgstr ""
12087 #: builtin/revert.c:24
12088 msgid "git revert <subcommand>"
12089 msgstr ""
12091 #: builtin/revert.c:29
12092 msgid "git cherry-pick [<options>] <commit-ish>..."
12093 msgstr ""
12095 #: builtin/revert.c:30
12096 msgid "git cherry-pick <subcommand>"
12097 msgstr ""
12099 #: builtin/revert.c:90
12100 #, c-format
12101 msgid "%s: %s cannot be used with %s"
12102 msgstr ""
12104 #: builtin/revert.c:99
12105 msgid "end revert or cherry-pick sequence"
12106 msgstr ""
12108 #: builtin/revert.c:100
12109 msgid "resume revert or cherry-pick sequence"
12110 msgstr ""
12112 #: builtin/revert.c:101
12113 msgid "cancel revert or cherry-pick sequence"
12114 msgstr ""
12116 #: builtin/revert.c:102
12117 msgid "don't automatically commit"
12118 msgstr ""
12120 #: builtin/revert.c:103
12121 msgid "edit the commit message"
12122 msgstr ""
12124 #: builtin/revert.c:106
12125 msgid "parent-number"
12126 msgstr ""
12128 #: builtin/revert.c:107
12129 msgid "select mainline parent"
12130 msgstr ""
12132 #: builtin/revert.c:109
12133 msgid "merge strategy"
12134 msgstr ""
12136 #: builtin/revert.c:110
12137 msgid "option"
12138 msgstr ""
12140 #: builtin/revert.c:111
12141 msgid "option for merge strategy"
12142 msgstr ""
12144 #: builtin/revert.c:120
12145 msgid "append commit name"
12146 msgstr ""
12148 #: builtin/revert.c:122
12149 msgid "preserve initially empty commits"
12150 msgstr ""
12152 #: builtin/revert.c:123
12153 msgid "allow commits with empty messages"
12154 msgstr ""
12156 #: builtin/revert.c:124
12157 msgid "keep redundant, empty commits"
12158 msgstr ""
12160 #: builtin/revert.c:214
12161 msgid "revert failed"
12162 msgstr ""
12164 #: builtin/revert.c:227
12165 msgid "cherry-pick failed"
12166 msgstr ""
12168 #: builtin/rm.c:18
12169 msgid "git rm [<options>] [--] <file>..."
12170 msgstr ""
12172 #: builtin/rm.c:206
12173 msgid ""
12174 "the following file has staged content different from both the\n"
12175 "file and the HEAD:"
12176 msgid_plural ""
12177 "the following files have staged content different from both the\n"
12178 "file and the HEAD:"
12179 msgstr[0] ""
12180 msgstr[1] ""
12182 #: builtin/rm.c:211
12183 msgid ""
12184 "\n"
12185 "(use -f to force removal)"
12186 msgstr ""
12188 #: builtin/rm.c:215
12189 msgid "the following file has changes staged in the index:"
12190 msgid_plural "the following files have changes staged in the index:"
12191 msgstr[0] ""
12192 msgstr[1] ""
12194 #: builtin/rm.c:219 builtin/rm.c:228
12195 msgid ""
12196 "\n"
12197 "(use --cached to keep the file, or -f to force removal)"
12198 msgstr ""
12200 #: builtin/rm.c:225
12201 msgid "the following file has local modifications:"
12202 msgid_plural "the following files have local modifications:"
12203 msgstr[0] ""
12204 msgstr[1] ""
12206 #: builtin/rm.c:243
12207 msgid "do not list removed files"
12208 msgstr ""
12210 #: builtin/rm.c:244
12211 msgid "only remove from the index"
12212 msgstr ""
12214 #: builtin/rm.c:245
12215 msgid "override the up-to-date check"
12216 msgstr ""
12218 #: builtin/rm.c:246
12219 msgid "allow recursive removal"
12220 msgstr ""
12222 #: builtin/rm.c:248
12223 msgid "exit with a zero status even if nothing matched"
12224 msgstr ""
12226 #: builtin/rm.c:307
12227 #, c-format
12228 msgid "not removing '%s' recursively without -r"
12229 msgstr ""
12231 #: builtin/rm.c:346
12232 #, c-format
12233 msgid "git rm: unable to remove %s"
12234 msgstr ""
12236 #: builtin/rm.c:369
12237 #, c-format
12238 msgid "could not remove '%s'"
12239 msgstr ""
12241 #: builtin/send-pack.c:19
12242 msgid ""
12243 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12244 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12245 "[<ref>...]\n"
12246 "  --all and explicit <ref> specification are mutually exclusive."
12247 msgstr ""
12249 #: builtin/send-pack.c:162
12250 msgid "remote name"
12251 msgstr ""
12253 #: builtin/send-pack.c:176
12254 msgid "use stateless RPC protocol"
12255 msgstr ""
12257 #: builtin/send-pack.c:177
12258 msgid "read refs from stdin"
12259 msgstr ""
12261 #: builtin/send-pack.c:178
12262 msgid "print status from remote helper"
12263 msgstr ""
12265 #: builtin/shortlog.c:14
12266 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12267 msgstr ""
12269 #: builtin/shortlog.c:263
12270 msgid "Group by committer rather than author"
12271 msgstr ""
12273 #: builtin/shortlog.c:265
12274 msgid "sort output according to the number of commits per author"
12275 msgstr ""
12277 #: builtin/shortlog.c:267
12278 msgid "Suppress commit descriptions, only provides commit count"
12279 msgstr ""
12281 #: builtin/shortlog.c:269
12282 msgid "Show the email address of each author"
12283 msgstr ""
12285 #: builtin/shortlog.c:270
12286 msgid "w[,i1[,i2]]"
12287 msgstr ""
12289 #: builtin/shortlog.c:271
12290 msgid "Linewrap output"
12291 msgstr ""
12293 #: builtin/show-branch.c:12
12294 msgid ""
12295 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12296 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12297 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12298 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12299 msgstr ""
12301 #: builtin/show-branch.c:16
12302 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12303 msgstr ""
12305 #: builtin/show-branch.c:376
12306 #, c-format
12307 msgid "ignoring %s; cannot handle more than %d ref"
12308 msgid_plural "ignoring %s; cannot handle more than %d refs"
12309 msgstr[0] ""
12310 msgstr[1] ""
12312 #: builtin/show-branch.c:530
12313 #, c-format
12314 msgid "no matching refs with %s"
12315 msgstr ""
12317 #: builtin/show-branch.c:626
12318 msgid "show remote-tracking and local branches"
12319 msgstr ""
12321 #: builtin/show-branch.c:628
12322 msgid "show remote-tracking branches"
12323 msgstr ""
12325 #: builtin/show-branch.c:630
12326 msgid "color '*!+-' corresponding to the branch"
12327 msgstr ""
12329 #: builtin/show-branch.c:632
12330 msgid "show <n> more commits after the common ancestor"
12331 msgstr ""
12333 #: builtin/show-branch.c:634
12334 msgid "synonym to more=-1"
12335 msgstr ""
12337 #: builtin/show-branch.c:635
12338 msgid "suppress naming strings"
12339 msgstr ""
12341 #: builtin/show-branch.c:637
12342 msgid "include the current branch"
12343 msgstr ""
12345 #: builtin/show-branch.c:639
12346 msgid "name commits with their object names"
12347 msgstr ""
12349 #: builtin/show-branch.c:641
12350 msgid "show possible merge bases"
12351 msgstr ""
12353 #: builtin/show-branch.c:643
12354 msgid "show refs unreachable from any other ref"
12355 msgstr ""
12357 #: builtin/show-branch.c:645
12358 msgid "show commits in topological order"
12359 msgstr ""
12361 #: builtin/show-branch.c:648
12362 msgid "show only commits not on the first branch"
12363 msgstr ""
12365 #: builtin/show-branch.c:650
12366 msgid "show merges reachable from only one tip"
12367 msgstr ""
12369 #: builtin/show-branch.c:652
12370 msgid "topologically sort, maintaining date order where possible"
12371 msgstr ""
12373 #: builtin/show-branch.c:655
12374 msgid "<n>[,<base>]"
12375 msgstr ""
12377 #: builtin/show-branch.c:656
12378 msgid "show <n> most recent ref-log entries starting at base"
12379 msgstr ""
12381 #: builtin/show-branch.c:690
12382 msgid ""
12383 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12384 msgstr ""
12386 #: builtin/show-branch.c:714
12387 msgid "no branches given, and HEAD is not valid"
12388 msgstr ""
12390 #: builtin/show-branch.c:717
12391 msgid "--reflog option needs one branch name"
12392 msgstr ""
12394 #: builtin/show-branch.c:720
12395 #, c-format
12396 msgid "only %d entry can be shown at one time."
12397 msgid_plural "only %d entries can be shown at one time."
12398 msgstr[0] ""
12399 msgstr[1] ""
12401 #: builtin/show-branch.c:724
12402 #, c-format
12403 msgid "no such ref %s"
12404 msgstr ""
12406 #: builtin/show-branch.c:808
12407 #, c-format
12408 msgid "cannot handle more than %d rev."
12409 msgid_plural "cannot handle more than %d revs."
12410 msgstr[0] ""
12411 msgstr[1] ""
12413 #: builtin/show-branch.c:812
12414 #, c-format
12415 msgid "'%s' is not a valid ref."
12416 msgstr ""
12418 #: builtin/show-branch.c:815
12419 #, c-format
12420 msgid "cannot find commit %s (%s)"
12421 msgstr ""
12423 #: builtin/show-ref.c:10
12424 msgid ""
12425 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12426 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12427 msgstr ""
12429 #: builtin/show-ref.c:11
12430 msgid "git show-ref --exclude-existing[=<pattern>]"
12431 msgstr ""
12433 #: builtin/show-ref.c:159
12434 msgid "only show tags (can be combined with heads)"
12435 msgstr ""
12437 #: builtin/show-ref.c:160
12438 msgid "only show heads (can be combined with tags)"
12439 msgstr ""
12441 #: builtin/show-ref.c:161
12442 msgid "stricter reference checking, requires exact ref path"
12443 msgstr ""
12445 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12446 msgid "show the HEAD reference, even if it would be filtered out"
12447 msgstr ""
12449 #: builtin/show-ref.c:168
12450 msgid "dereference tags into object IDs"
12451 msgstr ""
12453 #: builtin/show-ref.c:170
12454 msgid "only show SHA1 hash using <n> digits"
12455 msgstr ""
12457 #: builtin/show-ref.c:174
12458 msgid "do not print results to stdout (useful with --verify)"
12459 msgstr ""
12461 #: builtin/show-ref.c:176
12462 msgid "show refs from stdin that aren't in local repository"
12463 msgstr ""
12465 #: builtin/stripspace.c:18
12466 msgid "git stripspace [-s | --strip-comments]"
12467 msgstr ""
12469 #: builtin/stripspace.c:19
12470 msgid "git stripspace [-c | --comment-lines]"
12471 msgstr ""
12473 #: builtin/stripspace.c:36
12474 msgid "skip and remove all lines starting with comment character"
12475 msgstr ""
12477 #: builtin/stripspace.c:39
12478 msgid "prepend comment character and space to each line"
12479 msgstr ""
12481 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12482 #, c-format
12483 msgid "No such ref: %s"
12484 msgstr ""
12486 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12487 #, c-format
12488 msgid "Expecting a full ref name, got %s"
12489 msgstr ""
12491 #: builtin/submodule--helper.c:71
12492 #, c-format
12493 msgid "cannot strip one component off url '%s'"
12494 msgstr ""
12496 #: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12497 msgid "alternative anchor for relative paths"
12498 msgstr ""
12500 #: builtin/submodule--helper.c:307
12501 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12502 msgstr ""
12504 #: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12505 #, c-format
12506 msgid "No url found for submodule path '%s' in .gitmodules"
12507 msgstr ""
12509 #: builtin/submodule--helper.c:389
12510 #, c-format
12511 msgid ""
12512 "could not lookup configuration '%s'. Assuming this repository is its own "
12513 "authoritative upstream."
12514 msgstr ""
12516 #: builtin/submodule--helper.c:400
12517 #, c-format
12518 msgid "Failed to register url for submodule path '%s'"
12519 msgstr ""
12521 #: builtin/submodule--helper.c:404
12522 #, c-format
12523 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12524 msgstr ""
12526 #: builtin/submodule--helper.c:414
12527 #, c-format
12528 msgid "warning: command update mode suggested for submodule '%s'\n"
12529 msgstr ""
12531 #: builtin/submodule--helper.c:421
12532 #, c-format
12533 msgid "Failed to register update mode for submodule path '%s'"
12534 msgstr ""
12536 #: builtin/submodule--helper.c:437
12537 msgid "Suppress output for initializing a submodule"
12538 msgstr ""
12540 #: builtin/submodule--helper.c:442
12541 msgid "git submodule--helper init [<path>]"
12542 msgstr ""
12544 #: builtin/submodule--helper.c:470
12545 msgid "git submodule--helper name <path>"
12546 msgstr ""
12548 #: builtin/submodule--helper.c:475
12549 #, c-format
12550 msgid "no submodule mapping found in .gitmodules for path '%s'"
12551 msgstr ""
12553 #: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12554 #, c-format
12555 msgid "submodule '%s' cannot add alternate: %s"
12556 msgstr ""
12558 #: builtin/submodule--helper.c:597
12559 #, c-format
12560 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12561 msgstr ""
12563 #: builtin/submodule--helper.c:604
12564 #, c-format
12565 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12566 msgstr ""
12568 #: builtin/submodule--helper.c:626
12569 msgid "where the new submodule will be cloned to"
12570 msgstr ""
12572 #: builtin/submodule--helper.c:629
12573 msgid "name of the new submodule"
12574 msgstr ""
12576 #: builtin/submodule--helper.c:632
12577 msgid "url where to clone the submodule from"
12578 msgstr ""
12580 #: builtin/submodule--helper.c:638
12581 msgid "depth for shallow clones"
12582 msgstr ""
12584 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12585 msgid "force cloning progress"
12586 msgstr ""
12588 #: builtin/submodule--helper.c:646
12589 msgid ""
12590 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12591 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12592 msgstr ""
12594 #: builtin/submodule--helper.c:677
12595 #, c-format
12596 msgid "clone of '%s' into submodule path '%s' failed"
12597 msgstr ""
12599 #: builtin/submodule--helper.c:692
12600 #, c-format
12601 msgid "could not get submodule directory for '%s'"
12602 msgstr ""
12604 #: builtin/submodule--helper.c:757
12605 #, c-format
12606 msgid "Submodule path '%s' not initialized"
12607 msgstr ""
12609 #: builtin/submodule--helper.c:761
12610 msgid "Maybe you want to use 'update --init'?"
12611 msgstr ""
12613 #: builtin/submodule--helper.c:790
12614 #, c-format
12615 msgid "Skipping unmerged submodule %s"
12616 msgstr ""
12618 #: builtin/submodule--helper.c:819
12619 #, c-format
12620 msgid "Skipping submodule '%s'"
12621 msgstr ""
12623 #: builtin/submodule--helper.c:952
12624 #, c-format
12625 msgid "Failed to clone '%s'. Retry scheduled"
12626 msgstr ""
12628 #: builtin/submodule--helper.c:963
12629 #, c-format
12630 msgid "Failed to clone '%s' a second time, aborting"
12631 msgstr ""
12633 #: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12634 msgid "path into the working tree"
12635 msgstr ""
12637 #: builtin/submodule--helper.c:996
12638 msgid "path into the working tree, across nested submodule boundaries"
12639 msgstr ""
12641 #: builtin/submodule--helper.c:1000
12642 msgid "rebase, merge, checkout or none"
12643 msgstr ""
12645 #: builtin/submodule--helper.c:1004
12646 msgid "Create a shallow clone truncated to the specified number of revisions"
12647 msgstr ""
12649 #: builtin/submodule--helper.c:1007
12650 msgid "parallel jobs"
12651 msgstr ""
12653 #: builtin/submodule--helper.c:1009
12654 msgid "whether the initial clone should follow the shallow recommendation"
12655 msgstr ""
12657 #: builtin/submodule--helper.c:1010
12658 msgid "don't print cloning progress"
12659 msgstr ""
12661 #: builtin/submodule--helper.c:1017
12662 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12663 msgstr ""
12665 #: builtin/submodule--helper.c:1030
12666 msgid "bad value for update parameter"
12667 msgstr ""
12669 #: builtin/submodule--helper.c:1098
12670 #, c-format
12671 msgid ""
12672 "Submodule (%s) branch configured to inherit branch from superproject, but "
12673 "the superproject is not on any branch"
12674 msgstr ""
12676 #: builtin/submodule--helper.c:1214
12677 msgid "recurse into submodules"
12678 msgstr ""
12680 #: builtin/submodule--helper.c:1220
12681 msgid "git submodule--helper embed-git-dir [<path>...]"
12682 msgstr ""
12684 #: builtin/submodule--helper.c:1278
12685 #, c-format
12686 msgid "%s doesn't support --super-prefix"
12687 msgstr ""
12689 #: builtin/submodule--helper.c:1284
12690 #, c-format
12691 msgid "'%s' is not a valid submodule--helper subcommand"
12692 msgstr ""
12694 #: builtin/symbolic-ref.c:8
12695 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12696 msgstr ""
12698 #: builtin/symbolic-ref.c:9
12699 msgid "git symbolic-ref -d [-q] <name>"
12700 msgstr ""
12702 #: builtin/symbolic-ref.c:40
12703 msgid "suppress error message for non-symbolic (detached) refs"
12704 msgstr ""
12706 #: builtin/symbolic-ref.c:41
12707 msgid "delete symbolic ref"
12708 msgstr ""
12710 #: builtin/symbolic-ref.c:42
12711 msgid "shorten ref output"
12712 msgstr ""
12714 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12715 msgid "reason"
12716 msgstr ""
12718 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12719 msgid "reason of the update"
12720 msgstr ""
12722 #: builtin/tag.c:24
12723 msgid ""
12724 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12725 "[<head>]"
12726 msgstr ""
12728 #: builtin/tag.c:25
12729 msgid "git tag -d <tagname>..."
12730 msgstr ""
12732 #: builtin/tag.c:26
12733 msgid ""
12734 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12735 "points-at <object>]\n"
12736 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12737 msgstr ""
12739 #: builtin/tag.c:28
12740 msgid "git tag -v [--format=<format>] <tagname>..."
12741 msgstr ""
12743 #: builtin/tag.c:86
12744 #, c-format
12745 msgid "tag '%s' not found."
12746 msgstr ""
12748 #: builtin/tag.c:102
12749 #, c-format
12750 msgid "Deleted tag '%s' (was %s)\n"
12751 msgstr ""
12753 #: builtin/tag.c:131
12754 #, c-format
12755 msgid ""
12756 "\n"
12757 "Write a message for tag:\n"
12758 "  %s\n"
12759 "Lines starting with '%c' will be ignored.\n"
12760 msgstr ""
12762 #: builtin/tag.c:135
12763 #, c-format
12764 msgid ""
12765 "\n"
12766 "Write a message for tag:\n"
12767 "  %s\n"
12768 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12769 "want to.\n"
12770 msgstr ""
12772 #: builtin/tag.c:189
12773 msgid "unable to sign the tag"
12774 msgstr ""
12776 #: builtin/tag.c:191
12777 msgid "unable to write tag file"
12778 msgstr ""
12780 #: builtin/tag.c:215
12781 msgid "bad object type."
12782 msgstr ""
12784 #: builtin/tag.c:261
12785 msgid "no tag message?"
12786 msgstr ""
12788 #: builtin/tag.c:268
12789 #, c-format
12790 msgid "The tag message has been left in %s\n"
12791 msgstr ""
12793 #: builtin/tag.c:376
12794 msgid "list tag names"
12795 msgstr ""
12797 #: builtin/tag.c:378
12798 msgid "print <n> lines of each tag message"
12799 msgstr ""
12801 #: builtin/tag.c:380
12802 msgid "delete tags"
12803 msgstr ""
12805 #: builtin/tag.c:381
12806 msgid "verify tags"
12807 msgstr ""
12809 #: builtin/tag.c:383
12810 msgid "Tag creation options"
12811 msgstr ""
12813 #: builtin/tag.c:385
12814 msgid "annotated tag, needs a message"
12815 msgstr ""
12817 #: builtin/tag.c:387
12818 msgid "tag message"
12819 msgstr ""
12821 #: builtin/tag.c:389
12822 msgid "annotated and GPG-signed tag"
12823 msgstr ""
12825 #: builtin/tag.c:393
12826 msgid "use another key to sign the tag"
12827 msgstr ""
12829 #: builtin/tag.c:394
12830 msgid "replace the tag if exists"
12831 msgstr ""
12833 #: builtin/tag.c:395 builtin/update-ref.c:368
12834 msgid "create a reflog"
12835 msgstr ""
12837 #: builtin/tag.c:397
12838 msgid "Tag listing options"
12839 msgstr ""
12841 #: builtin/tag.c:398
12842 msgid "show tag list in columns"
12843 msgstr ""
12845 #: builtin/tag.c:399 builtin/tag.c:401
12846 msgid "print only tags that contain the commit"
12847 msgstr ""
12849 #: builtin/tag.c:400 builtin/tag.c:402
12850 msgid "print only tags that don't contain the commit"
12851 msgstr ""
12853 #: builtin/tag.c:403
12854 msgid "print only tags that are merged"
12855 msgstr ""
12857 #: builtin/tag.c:404
12858 msgid "print only tags that are not merged"
12859 msgstr ""
12861 #: builtin/tag.c:409
12862 msgid "print only tags of the object"
12863 msgstr ""
12865 #: builtin/tag.c:453
12866 msgid "--column and -n are incompatible"
12867 msgstr ""
12869 #: builtin/tag.c:475
12870 msgid "-n option is only allowed in list mode"
12871 msgstr ""
12873 #: builtin/tag.c:477
12874 msgid "--contains option is only allowed in list mode"
12875 msgstr ""
12877 #: builtin/tag.c:479
12878 msgid "--no-contains option is only allowed in list mode"
12879 msgstr ""
12881 #: builtin/tag.c:481
12882 msgid "--points-at option is only allowed in list mode"
12883 msgstr ""
12885 #: builtin/tag.c:483
12886 msgid "--merged and --no-merged options are only allowed in list mode"
12887 msgstr ""
12889 #: builtin/tag.c:494
12890 msgid "only one -F or -m option is allowed."
12891 msgstr ""
12893 #: builtin/tag.c:513
12894 msgid "too many params"
12895 msgstr ""
12897 #: builtin/tag.c:519
12898 #, c-format
12899 msgid "'%s' is not a valid tag name."
12900 msgstr ""
12902 #: builtin/tag.c:524
12903 #, c-format
12904 msgid "tag '%s' already exists"
12905 msgstr ""
12907 #: builtin/tag.c:554
12908 #, c-format
12909 msgid "Updated tag '%s' (was %s)\n"
12910 msgstr ""
12912 #: builtin/unpack-objects.c:494
12913 msgid "Unpacking objects"
12914 msgstr ""
12916 #: builtin/update-index.c:80
12917 #, c-format
12918 msgid "failed to create directory %s"
12919 msgstr ""
12921 #: builtin/update-index.c:86
12922 #, c-format
12923 msgid "failed to stat %s"
12924 msgstr ""
12926 #: builtin/update-index.c:96
12927 #, c-format
12928 msgid "failed to create file %s"
12929 msgstr ""
12931 #: builtin/update-index.c:104
12932 #, c-format
12933 msgid "failed to delete file %s"
12934 msgstr ""
12936 #: builtin/update-index.c:111 builtin/update-index.c:217
12937 #, c-format
12938 msgid "failed to delete directory %s"
12939 msgstr ""
12941 #: builtin/update-index.c:136
12942 #, c-format
12943 msgid "Testing mtime in '%s' "
12944 msgstr ""
12946 #: builtin/update-index.c:150
12947 msgid "directory stat info does not change after adding a new file"
12948 msgstr ""
12950 #: builtin/update-index.c:163
12951 msgid "directory stat info does not change after adding a new directory"
12952 msgstr ""
12954 #: builtin/update-index.c:176
12955 msgid "directory stat info changes after updating a file"
12956 msgstr ""
12958 #: builtin/update-index.c:187
12959 msgid "directory stat info changes after adding a file inside subdirectory"
12960 msgstr ""
12962 #: builtin/update-index.c:198
12963 msgid "directory stat info does not change after deleting a file"
12964 msgstr ""
12966 #: builtin/update-index.c:211
12967 msgid "directory stat info does not change after deleting a directory"
12968 msgstr ""
12970 #: builtin/update-index.c:218
12971 msgid " OK"
12972 msgstr ""
12974 #: builtin/update-index.c:571
12975 msgid "git update-index [<options>] [--] [<file>...]"
12976 msgstr ""
12978 #: builtin/update-index.c:926
12979 msgid "continue refresh even when index needs update"
12980 msgstr ""
12982 #: builtin/update-index.c:929
12983 msgid "refresh: ignore submodules"
12984 msgstr ""
12986 #: builtin/update-index.c:932
12987 msgid "do not ignore new files"
12988 msgstr ""
12990 #: builtin/update-index.c:934
12991 msgid "let files replace directories and vice-versa"
12992 msgstr ""
12994 #: builtin/update-index.c:936
12995 msgid "notice files missing from worktree"
12996 msgstr ""
12998 #: builtin/update-index.c:938
12999 msgid "refresh even if index contains unmerged entries"
13000 msgstr ""
13002 #: builtin/update-index.c:941
13003 msgid "refresh stat information"
13004 msgstr ""
13006 #: builtin/update-index.c:945
13007 msgid "like --refresh, but ignore assume-unchanged setting"
13008 msgstr ""
13010 #: builtin/update-index.c:949
13011 msgid "<mode>,<object>,<path>"
13012 msgstr ""
13014 #: builtin/update-index.c:950
13015 msgid "add the specified entry to the index"
13016 msgstr ""
13018 #: builtin/update-index.c:959
13019 msgid "mark files as \"not changing\""
13020 msgstr ""
13022 #: builtin/update-index.c:962
13023 msgid "clear assumed-unchanged bit"
13024 msgstr ""
13026 #: builtin/update-index.c:965
13027 msgid "mark files as \"index-only\""
13028 msgstr ""
13030 #: builtin/update-index.c:968
13031 msgid "clear skip-worktree bit"
13032 msgstr ""
13034 #: builtin/update-index.c:971
13035 msgid "add to index only; do not add content to object database"
13036 msgstr ""
13038 #: builtin/update-index.c:973
13039 msgid "remove named paths even if present in worktree"
13040 msgstr ""
13042 #: builtin/update-index.c:975
13043 msgid "with --stdin: input lines are terminated by null bytes"
13044 msgstr ""
13046 #: builtin/update-index.c:977
13047 msgid "read list of paths to be updated from standard input"
13048 msgstr ""
13050 #: builtin/update-index.c:981
13051 msgid "add entries from standard input to the index"
13052 msgstr ""
13054 #: builtin/update-index.c:985
13055 msgid "repopulate stages #2 and #3 for the listed paths"
13056 msgstr ""
13058 #: builtin/update-index.c:989
13059 msgid "only update entries that differ from HEAD"
13060 msgstr ""
13062 #: builtin/update-index.c:993
13063 msgid "ignore files missing from worktree"
13064 msgstr ""
13066 #: builtin/update-index.c:996
13067 msgid "report actions to standard output"
13068 msgstr ""
13070 #: builtin/update-index.c:998
13071 msgid "(for porcelains) forget saved unresolved conflicts"
13072 msgstr ""
13074 #: builtin/update-index.c:1002
13075 msgid "write index in this format"
13076 msgstr ""
13078 #: builtin/update-index.c:1004
13079 msgid "enable or disable split index"
13080 msgstr ""
13082 #: builtin/update-index.c:1006
13083 msgid "enable/disable untracked cache"
13084 msgstr ""
13086 #: builtin/update-index.c:1008
13087 msgid "test if the filesystem supports untracked cache"
13088 msgstr ""
13090 #: builtin/update-index.c:1010
13091 msgid "enable untracked cache without testing the filesystem"
13092 msgstr ""
13094 #: builtin/update-index.c:1107
13095 msgid ""
13096 "core.splitIndex is set to false; remove or change it, if you really want to "
13097 "enable split index"
13098 msgstr ""
13100 #: builtin/update-index.c:1116
13101 msgid ""
13102 "core.splitIndex is set to true; remove or change it, if you really want to "
13103 "disable split index"
13104 msgstr ""
13106 #: builtin/update-index.c:1127
13107 msgid ""
13108 "core.untrackedCache is set to true; remove or change it, if you really want "
13109 "to disable the untracked cache"
13110 msgstr ""
13112 #: builtin/update-index.c:1131
13113 msgid "Untracked cache disabled"
13114 msgstr ""
13116 #: builtin/update-index.c:1139
13117 msgid ""
13118 "core.untrackedCache is set to false; remove or change it, if you really want "
13119 "to enable the untracked cache"
13120 msgstr ""
13122 #: builtin/update-index.c:1143
13123 #, c-format
13124 msgid "Untracked cache enabled for '%s'"
13125 msgstr ""
13127 #: builtin/update-ref.c:10
13128 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13129 msgstr ""
13131 #: builtin/update-ref.c:11
13132 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13133 msgstr ""
13135 #: builtin/update-ref.c:12
13136 msgid "git update-ref [<options>] --stdin [-z]"
13137 msgstr ""
13139 #: builtin/update-ref.c:363
13140 msgid "delete the reference"
13141 msgstr ""
13143 #: builtin/update-ref.c:365
13144 msgid "update <refname> not the one it points to"
13145 msgstr ""
13147 #: builtin/update-ref.c:366
13148 msgid "stdin has NUL-terminated arguments"
13149 msgstr ""
13151 #: builtin/update-ref.c:367
13152 msgid "read updates from stdin"
13153 msgstr ""
13155 #: builtin/update-server-info.c:7
13156 msgid "git update-server-info [--force]"
13157 msgstr ""
13159 #: builtin/update-server-info.c:15
13160 msgid "update the info files from scratch"
13161 msgstr ""
13163 #: builtin/verify-commit.c:18
13164 msgid "git verify-commit [-v | --verbose] <commit>..."
13165 msgstr ""
13167 #: builtin/verify-commit.c:73
13168 msgid "print commit contents"
13169 msgstr ""
13171 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13172 msgid "print raw gpg status output"
13173 msgstr ""
13175 #: builtin/verify-pack.c:55
13176 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13177 msgstr ""
13179 #: builtin/verify-pack.c:65
13180 msgid "verbose"
13181 msgstr ""
13183 #: builtin/verify-pack.c:67
13184 msgid "show statistics only"
13185 msgstr ""
13187 #: builtin/verify-tag.c:19
13188 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13189 msgstr ""
13191 #: builtin/verify-tag.c:37
13192 msgid "print tag contents"
13193 msgstr ""
13195 #: builtin/worktree.c:16
13196 msgid "git worktree add [<options>] <path> [<branch>]"
13197 msgstr ""
13199 #: builtin/worktree.c:17
13200 msgid "git worktree list [<options>]"
13201 msgstr ""
13203 #: builtin/worktree.c:18
13204 msgid "git worktree lock [<options>] <path>"
13205 msgstr ""
13207 #: builtin/worktree.c:19
13208 msgid "git worktree prune [<options>]"
13209 msgstr ""
13211 #: builtin/worktree.c:20
13212 msgid "git worktree unlock <path>"
13213 msgstr ""
13215 #: builtin/worktree.c:46
13216 #, c-format
13217 msgid "Removing worktrees/%s: not a valid directory"
13218 msgstr ""
13220 #: builtin/worktree.c:52
13221 #, c-format
13222 msgid "Removing worktrees/%s: gitdir file does not exist"
13223 msgstr ""
13225 #: builtin/worktree.c:57 builtin/worktree.c:66
13226 #, c-format
13227 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13228 msgstr ""
13230 #: builtin/worktree.c:76
13231 #, c-format
13232 msgid ""
13233 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13234 "%<PRIuMAX>)"
13235 msgstr ""
13237 #: builtin/worktree.c:84
13238 #, c-format
13239 msgid "Removing worktrees/%s: invalid gitdir file"
13240 msgstr ""
13242 #: builtin/worktree.c:100
13243 #, c-format
13244 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13245 msgstr ""
13247 #: builtin/worktree.c:147
13248 msgid "report pruned working trees"
13249 msgstr ""
13251 #: builtin/worktree.c:149
13252 msgid "expire working trees older than <time>"
13253 msgstr ""
13255 #: builtin/worktree.c:223
13256 #, c-format
13257 msgid "'%s' already exists"
13258 msgstr ""
13260 #: builtin/worktree.c:254
13261 #, c-format
13262 msgid "could not create directory of '%s'"
13263 msgstr ""
13265 #: builtin/worktree.c:293
13266 #, c-format
13267 msgid "Preparing %s (identifier %s)"
13268 msgstr ""
13270 #: builtin/worktree.c:345
13271 msgid "checkout <branch> even if already checked out in other worktree"
13272 msgstr ""
13274 #: builtin/worktree.c:347
13275 msgid "create a new branch"
13276 msgstr ""
13278 #: builtin/worktree.c:349
13279 msgid "create or reset a branch"
13280 msgstr ""
13282 #: builtin/worktree.c:351
13283 msgid "populate the new working tree"
13284 msgstr ""
13286 #: builtin/worktree.c:352
13287 msgid "keep the new working tree locked"
13288 msgstr ""
13290 #: builtin/worktree.c:360
13291 msgid "-b, -B, and --detach are mutually exclusive"
13292 msgstr ""
13294 #: builtin/worktree.c:499
13295 msgid "reason for locking"
13296 msgstr ""
13298 #: builtin/worktree.c:511 builtin/worktree.c:544
13299 #, c-format
13300 msgid "'%s' is not a working tree"
13301 msgstr ""
13303 #: builtin/worktree.c:513 builtin/worktree.c:546
13304 msgid "The main working tree cannot be locked or unlocked"
13305 msgstr ""
13307 #: builtin/worktree.c:518
13308 #, c-format
13309 msgid "'%s' is already locked, reason: %s"
13310 msgstr ""
13312 #: builtin/worktree.c:520
13313 #, c-format
13314 msgid "'%s' is already locked"
13315 msgstr ""
13317 #: builtin/worktree.c:548
13318 #, c-format
13319 msgid "'%s' is not locked"
13320 msgstr ""
13322 #: builtin/write-tree.c:14
13323 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13324 msgstr ""
13326 #: builtin/write-tree.c:27
13327 msgid "<prefix>/"
13328 msgstr ""
13330 #: builtin/write-tree.c:28
13331 msgid "write tree object for a subdirectory <prefix>"
13332 msgstr ""
13334 #: builtin/write-tree.c:31
13335 msgid "only useful for debugging"
13336 msgstr ""
13338 #: upload-pack.c:23
13339 msgid "git upload-pack [<options>] <dir>"
13340 msgstr ""
13342 #: upload-pack.c:1040
13343 msgid "quit after a single request/response exchange"
13344 msgstr ""
13346 #: upload-pack.c:1042
13347 msgid "exit immediately after initial ref advertisement"
13348 msgstr ""
13350 #: upload-pack.c:1044
13351 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13352 msgstr ""
13354 #: upload-pack.c:1046
13355 msgid "interrupt transfer after <n> seconds of inactivity"
13356 msgstr ""
13358 #: credential-cache--daemon.c:222
13359 #, c-format
13360 msgid ""
13361 "The permissions on your socket directory are too loose; other\n"
13362 "users may be able to read your cached credentials. Consider running:\n"
13363 "\n"
13364 "\tchmod 0700 %s"
13365 msgstr ""
13367 #: credential-cache--daemon.c:271
13368 msgid "print debugging messages to stderr"
13369 msgstr ""
13371 #: git.c:15
13372 msgid ""
13373 "'git help -a' and 'git help -g' list available subcommands and some\n"
13374 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13375 "to read about a specific subcommand or concept."
13376 msgstr ""
13378 #: http.c:338
13379 #, c-format
13380 msgid "negative value for http.postbuffer; defaulting to %d"
13381 msgstr ""
13383 #: http.c:359
13384 msgid "Delegation control is not supported with cURL < 7.22.0"
13385 msgstr ""
13387 #: http.c:368
13388 msgid "Public key pinning not supported with cURL < 7.44.0"
13389 msgstr ""
13391 #: http.c:1768
13392 #, c-format
13393 msgid ""
13394 "unable to update url base from redirection:\n"
13395 "  asked for: %s\n"
13396 "   redirect: %s"
13397 msgstr ""
13399 #: remote-curl.c:324
13400 #, c-format
13401 msgid "redirecting to %s"
13402 msgstr ""
13404 #: common-cmds.h:9
13405 msgid "start a working area (see also: git help tutorial)"
13406 msgstr ""
13408 #: common-cmds.h:10
13409 msgid "work on the current change (see also: git help everyday)"
13410 msgstr ""
13412 #: common-cmds.h:11
13413 msgid "examine the history and state (see also: git help revisions)"
13414 msgstr ""
13416 #: common-cmds.h:12
13417 msgid "grow, mark and tweak your common history"
13418 msgstr ""
13420 #: common-cmds.h:13
13421 msgid "collaborate (see also: git help workflows)"
13422 msgstr ""
13424 #: common-cmds.h:17
13425 msgid "Add file contents to the index"
13426 msgstr ""
13428 #: common-cmds.h:18
13429 msgid "Use binary search to find the commit that introduced a bug"
13430 msgstr ""
13432 #: common-cmds.h:19
13433 msgid "List, create, or delete branches"
13434 msgstr ""
13436 #: common-cmds.h:20
13437 msgid "Switch branches or restore working tree files"
13438 msgstr ""
13440 #: common-cmds.h:21
13441 msgid "Clone a repository into a new directory"
13442 msgstr ""
13444 #: common-cmds.h:22
13445 msgid "Record changes to the repository"
13446 msgstr ""
13448 #: common-cmds.h:23
13449 msgid "Show changes between commits, commit and working tree, etc"
13450 msgstr ""
13452 #: common-cmds.h:24
13453 msgid "Download objects and refs from another repository"
13454 msgstr ""
13456 #: common-cmds.h:25
13457 msgid "Print lines matching a pattern"
13458 msgstr ""
13460 #: common-cmds.h:26
13461 msgid "Create an empty Git repository or reinitialize an existing one"
13462 msgstr ""
13464 #: common-cmds.h:27
13465 msgid "Show commit logs"
13466 msgstr ""
13468 #: common-cmds.h:28
13469 msgid "Join two or more development histories together"
13470 msgstr ""
13472 #: common-cmds.h:29
13473 msgid "Move or rename a file, a directory, or a symlink"
13474 msgstr ""
13476 #: common-cmds.h:30
13477 msgid "Fetch from and integrate with another repository or a local branch"
13478 msgstr ""
13480 #: common-cmds.h:31
13481 msgid "Update remote refs along with associated objects"
13482 msgstr ""
13484 #: common-cmds.h:32
13485 msgid "Reapply commits on top of another base tip"
13486 msgstr ""
13488 #: common-cmds.h:33
13489 msgid "Reset current HEAD to the specified state"
13490 msgstr ""
13492 #: common-cmds.h:34
13493 msgid "Remove files from the working tree and from the index"
13494 msgstr ""
13496 #: common-cmds.h:35
13497 msgid "Show various types of objects"
13498 msgstr ""
13500 #: common-cmds.h:36
13501 msgid "Show the working tree status"
13502 msgstr ""
13504 #: common-cmds.h:37
13505 msgid "Create, list, delete or verify a tag object signed with GPG"
13506 msgstr ""
13508 #: parse-options.h:145
13509 msgid "expiry-date"
13510 msgstr ""
13512 #: parse-options.h:160
13513 msgid "no-op (backward compatibility)"
13514 msgstr ""
13516 #: parse-options.h:238
13517 msgid "be more verbose"
13518 msgstr ""
13520 #: parse-options.h:240
13521 msgid "be more quiet"
13522 msgstr ""
13524 #: parse-options.h:246
13525 msgid "use <n> digits to display SHA-1s"
13526 msgstr ""
13528 #: rerere.h:40
13529 msgid "update the index with reused conflict resolution if possible"
13530 msgstr ""
13532 #: git-bisect.sh:54
13533 msgid "You need to start by \"git bisect start\""
13534 msgstr ""
13536 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13537 #. translation. The program will only accept English input
13538 #. at this point.
13539 #: git-bisect.sh:60
13540 msgid "Do you want me to do it for you [Y/n]? "
13541 msgstr ""
13543 #: git-bisect.sh:121
13544 #, sh-format
13545 msgid "unrecognised option: '$arg'"
13546 msgstr ""
13548 #: git-bisect.sh:125
13549 #, sh-format
13550 msgid "'$arg' does not appear to be a valid revision"
13551 msgstr ""
13553 #: git-bisect.sh:154
13554 msgid "Bad HEAD - I need a HEAD"
13555 msgstr ""
13557 #: git-bisect.sh:167
13558 #, sh-format
13559 msgid ""
13560 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13561 msgstr ""
13563 #: git-bisect.sh:177
13564 msgid "won't bisect on cg-seek'ed tree"
13565 msgstr ""
13567 #: git-bisect.sh:181
13568 msgid "Bad HEAD - strange symbolic ref"
13569 msgstr ""
13571 #: git-bisect.sh:233
13572 #, sh-format
13573 msgid "Bad bisect_write argument: $state"
13574 msgstr ""
13576 #: git-bisect.sh:262
13577 #, sh-format
13578 msgid "Bad rev input: $arg"
13579 msgstr ""
13581 #: git-bisect.sh:281
13582 #, sh-format
13583 msgid "Bad rev input: $bisected_head"
13584 msgstr ""
13586 #: git-bisect.sh:290
13587 #, sh-format
13588 msgid "Bad rev input: $rev"
13589 msgstr ""
13591 #: git-bisect.sh:299
13592 #, sh-format
13593 msgid "'git bisect $TERM_BAD' can take only one argument."
13594 msgstr ""
13596 #: git-bisect.sh:322
13597 #, sh-format
13598 msgid "Warning: bisecting only with a $TERM_BAD commit."
13599 msgstr ""
13601 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13602 #. translation. The program will only accept English input
13603 #. at this point.
13604 #: git-bisect.sh:328
13605 msgid "Are you sure [Y/n]? "
13606 msgstr ""
13608 #: git-bisect.sh:340
13609 #, sh-format
13610 msgid ""
13611 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13612 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13613 msgstr ""
13615 #: git-bisect.sh:343
13616 #, sh-format
13617 msgid ""
13618 "You need to start by \"git bisect start\".\n"
13619 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13620 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13621 msgstr ""
13623 #: git-bisect.sh:414 git-bisect.sh:546
13624 msgid "We are not bisecting."
13625 msgstr ""
13627 #: git-bisect.sh:421
13628 #, sh-format
13629 msgid "'$invalid' is not a valid commit"
13630 msgstr ""
13632 #: git-bisect.sh:430
13633 #, sh-format
13634 msgid ""
13635 "Could not check out original HEAD '$branch'.\n"
13636 "Try 'git bisect reset <commit>'."
13637 msgstr ""
13639 #: git-bisect.sh:458
13640 msgid "No logfile given"
13641 msgstr ""
13643 #: git-bisect.sh:459
13644 #, sh-format
13645 msgid "cannot read $file for replaying"
13646 msgstr ""
13648 #: git-bisect.sh:480
13649 msgid "?? what are you talking about?"
13650 msgstr ""
13652 #: git-bisect.sh:492
13653 #, sh-format
13654 msgid "running $command"
13655 msgstr ""
13657 #: git-bisect.sh:499
13658 #, sh-format
13659 msgid ""
13660 "bisect run failed:\n"
13661 "exit code $res from '$command' is < 0 or >= 128"
13662 msgstr ""
13664 #: git-bisect.sh:525
13665 msgid "bisect run cannot continue any more"
13666 msgstr ""
13668 #: git-bisect.sh:531
13669 #, sh-format
13670 msgid ""
13671 "bisect run failed:\n"
13672 "'bisect_state $state' exited with error code $res"
13673 msgstr ""
13675 #: git-bisect.sh:538
13676 msgid "bisect run success"
13677 msgstr ""
13679 #: git-bisect.sh:565
13680 msgid "please use two different terms"
13681 msgstr ""
13683 #: git-bisect.sh:575
13684 #, sh-format
13685 msgid "'$term' is not a valid term"
13686 msgstr ""
13688 #: git-bisect.sh:578
13689 #, sh-format
13690 msgid "can't use the builtin command '$term' as a term"
13691 msgstr ""
13693 #: git-bisect.sh:587 git-bisect.sh:593
13694 #, sh-format
13695 msgid "can't change the meaning of term '$term'"
13696 msgstr ""
13698 #: git-bisect.sh:606
13699 #, sh-format
13700 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13701 msgstr ""
13703 #: git-bisect.sh:636
13704 msgid "no terms defined"
13705 msgstr ""
13707 #: git-bisect.sh:653
13708 #, sh-format
13709 msgid ""
13710 "invalid argument $arg for 'git bisect terms'.\n"
13711 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13712 msgstr ""
13714 #: git-merge-octopus.sh:46
13715 msgid ""
13716 "Error: Your local changes to the following files would be overwritten by "
13717 "merge"
13718 msgstr ""
13720 #: git-merge-octopus.sh:61
13721 msgid "Automated merge did not work."
13722 msgstr ""
13724 #: git-merge-octopus.sh:62
13725 msgid "Should not be doing an octopus."
13726 msgstr ""
13728 #: git-merge-octopus.sh:73
13729 #, sh-format
13730 msgid "Unable to find common commit with $pretty_name"
13731 msgstr ""
13733 #: git-merge-octopus.sh:77
13734 #, sh-format
13735 msgid "Already up to date with $pretty_name"
13736 msgstr ""
13738 #: git-merge-octopus.sh:89
13739 #, sh-format
13740 msgid "Fast-forwarding to: $pretty_name"
13741 msgstr ""
13743 #: git-merge-octopus.sh:97
13744 #, sh-format
13745 msgid "Trying simple merge with $pretty_name"
13746 msgstr ""
13748 #: git-merge-octopus.sh:102
13749 msgid "Simple merge did not work, trying automatic merge."
13750 msgstr ""
13752 #: git-rebase.sh:58
13753 msgid ""
13754 "Resolve all conflicts manually, mark them as resolved with\n"
13755 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13756 "You can instead skip this commit: run \"git rebase --skip\".\n"
13757 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13758 "abort\"."
13759 msgstr ""
13761 #: git-rebase.sh:160 git-rebase.sh:402
13762 #, sh-format
13763 msgid "Could not move back to $head_name"
13764 msgstr ""
13766 #: git-rebase.sh:171
13767 msgid "Applied autostash."
13768 msgstr ""
13770 #: git-rebase.sh:174
13771 #, sh-format
13772 msgid "Cannot store $stash_sha1"
13773 msgstr ""
13775 #: git-rebase.sh:214
13776 msgid "The pre-rebase hook refused to rebase."
13777 msgstr ""
13779 #: git-rebase.sh:219
13780 msgid "It looks like git-am is in progress. Cannot rebase."
13781 msgstr ""
13783 #: git-rebase.sh:363
13784 msgid "No rebase in progress?"
13785 msgstr ""
13787 #: git-rebase.sh:374
13788 msgid "The --edit-todo action can only be used during interactive rebase."
13789 msgstr ""
13791 #: git-rebase.sh:381
13792 msgid "Cannot read HEAD"
13793 msgstr ""
13795 #: git-rebase.sh:384
13796 msgid ""
13797 "You must edit all merge conflicts and then\n"
13798 "mark them as resolved using git add"
13799 msgstr ""
13801 #: git-rebase.sh:424
13802 #, sh-format
13803 msgid ""
13804 "It seems that there is already a $state_dir_base directory, and\n"
13805 "I wonder if you are in the middle of another rebase.  If that is the\n"
13806 "case, please try\n"
13807 "\t$cmd_live_rebase\n"
13808 "If that is not the case, please\n"
13809 "\t$cmd_clear_stale_rebase\n"
13810 "and run me again.  I am stopping in case you still have something\n"
13811 "valuable there."
13812 msgstr ""
13814 #: git-rebase.sh:480
13815 #, sh-format
13816 msgid "invalid upstream $upstream_name"
13817 msgstr ""
13819 #: git-rebase.sh:504
13820 #, sh-format
13821 msgid "$onto_name: there are more than one merge bases"
13822 msgstr ""
13824 #: git-rebase.sh:507 git-rebase.sh:511
13825 #, sh-format
13826 msgid "$onto_name: there is no merge base"
13827 msgstr ""
13829 #: git-rebase.sh:516
13830 #, sh-format
13831 msgid "Does not point to a valid commit: $onto_name"
13832 msgstr ""
13834 #: git-rebase.sh:539
13835 #, sh-format
13836 msgid "fatal: no such branch: $branch_name"
13837 msgstr ""
13839 #: git-rebase.sh:572
13840 msgid "Cannot autostash"
13841 msgstr ""
13843 #: git-rebase.sh:577
13844 #, sh-format
13845 msgid "Created autostash: $stash_abbrev"
13846 msgstr ""
13848 #: git-rebase.sh:581
13849 msgid "Please commit or stash them."
13850 msgstr ""
13852 #: git-rebase.sh:601
13853 #, sh-format
13854 msgid "Current branch $branch_name is up to date."
13855 msgstr ""
13857 #: git-rebase.sh:605
13858 #, sh-format
13859 msgid "Current branch $branch_name is up to date, rebase forced."
13860 msgstr ""
13862 #: git-rebase.sh:616
13863 #, sh-format
13864 msgid "Changes from $mb to $onto:"
13865 msgstr ""
13867 #: git-rebase.sh:625
13868 msgid "First, rewinding head to replay your work on top of it..."
13869 msgstr ""
13871 #: git-rebase.sh:635
13872 #, sh-format
13873 msgid "Fast-forwarded $branch_name to $onto_name."
13874 msgstr ""
13876 #: git-stash.sh:61
13877 msgid "git stash clear with parameters is unimplemented"
13878 msgstr ""
13880 #: git-stash.sh:102
13881 msgid "You do not have the initial commit yet"
13882 msgstr ""
13884 #: git-stash.sh:117
13885 msgid "Cannot save the current index state"
13886 msgstr ""
13888 #: git-stash.sh:132
13889 msgid "Cannot save the untracked files"
13890 msgstr ""
13892 #: git-stash.sh:152 git-stash.sh:165
13893 msgid "Cannot save the current worktree state"
13894 msgstr ""
13896 #: git-stash.sh:169
13897 msgid "No changes selected"
13898 msgstr ""
13900 #: git-stash.sh:172
13901 msgid "Cannot remove temporary index (can't happen)"
13902 msgstr ""
13904 #: git-stash.sh:185
13905 msgid "Cannot record working tree state"
13906 msgstr ""
13908 #: git-stash.sh:217
13909 #, sh-format
13910 msgid "Cannot update $ref_stash with $w_commit"
13911 msgstr ""
13913 #. TRANSLATORS: $option is an invalid option, like
13914 #. `--blah-blah'. The 7 spaces at the beginning of the
13915 #. second line correspond to "error: ". So you should line
13916 #. up the second line with however many characters the
13917 #. translation of "error: " takes in your language. E.g. in
13918 #. English this is:
13920 #. $ git stash save --blah-blah 2>&1 | head -n 2
13921 #. error: unknown option for 'stash save': --blah-blah
13922 #. To provide a message, use git stash save -- '--blah-blah'
13923 #: git-stash.sh:273
13924 #, sh-format
13925 msgid ""
13926 "error: unknown option for 'stash save': $option\n"
13927 "       To provide a message, use git stash save -- '$option'"
13928 msgstr ""
13930 #: git-stash.sh:288
13931 msgid "Can't use --patch and --include-untracked or --all at the same time"
13932 msgstr ""
13934 #: git-stash.sh:296
13935 msgid "No local changes to save"
13936 msgstr ""
13938 #: git-stash.sh:301
13939 msgid "Cannot initialize stash"
13940 msgstr ""
13942 #: git-stash.sh:305
13943 msgid "Cannot save the current status"
13944 msgstr ""
13946 #: git-stash.sh:306
13947 #, sh-format
13948 msgid "Saved working directory and index state $stash_msg"
13949 msgstr ""
13951 #: git-stash.sh:334
13952 msgid "Cannot remove worktree changes"
13953 msgstr ""
13955 #: git-stash.sh:482
13956 #, sh-format
13957 msgid "unknown option: $opt"
13958 msgstr ""
13960 #: git-stash.sh:495
13961 msgid "No stash entries found."
13962 msgstr ""
13964 #: git-stash.sh:502
13965 #, sh-format
13966 msgid "Too many revisions specified: $REV"
13967 msgstr ""
13969 #: git-stash.sh:517
13970 #, sh-format
13971 msgid "$reference is not a valid reference"
13972 msgstr ""
13974 #: git-stash.sh:545
13975 #, sh-format
13976 msgid "'$args' is not a stash-like commit"
13977 msgstr ""
13979 #: git-stash.sh:556
13980 #, sh-format
13981 msgid "'$args' is not a stash reference"
13982 msgstr ""
13984 #: git-stash.sh:564
13985 msgid "unable to refresh index"
13986 msgstr ""
13988 #: git-stash.sh:568
13989 msgid "Cannot apply a stash in the middle of a merge"
13990 msgstr ""
13992 #: git-stash.sh:576
13993 msgid "Conflicts in index. Try without --index."
13994 msgstr ""
13996 #: git-stash.sh:578
13997 msgid "Could not save index tree"
13998 msgstr ""
14000 #: git-stash.sh:587
14001 msgid "Could not restore untracked files from stash entry"
14002 msgstr ""
14004 #: git-stash.sh:612
14005 msgid "Cannot unstage modified files"
14006 msgstr ""
14008 #: git-stash.sh:627
14009 msgid "Index was not unstashed."
14010 msgstr ""
14012 #: git-stash.sh:641
14013 msgid "The stash entry is kept in case you need it again."
14014 msgstr ""
14016 #: git-stash.sh:650
14017 #, sh-format
14018 msgid "Dropped ${REV} ($s)"
14019 msgstr ""
14021 #: git-stash.sh:651
14022 #, sh-format
14023 msgid "${REV}: Could not drop stash entry"
14024 msgstr ""
14026 #: git-stash.sh:659
14027 msgid "No branch name specified"
14028 msgstr ""
14030 #: git-stash.sh:738
14031 msgid "(To restore them type \"git stash apply\")"
14032 msgstr ""
14034 #: git-submodule.sh:181
14035 msgid "Relative path can only be used from the toplevel of the working tree"
14036 msgstr ""
14038 #: git-submodule.sh:191
14039 #, sh-format
14040 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14041 msgstr ""
14043 #: git-submodule.sh:210
14044 #, sh-format
14045 msgid "'$sm_path' already exists in the index"
14046 msgstr ""
14048 #: git-submodule.sh:213
14049 #, sh-format
14050 msgid "'$sm_path' already exists in the index and is not a submodule"
14051 msgstr ""
14053 #: git-submodule.sh:219
14054 #, sh-format
14055 msgid ""
14056 "The following path is ignored by one of your .gitignore files:\n"
14057 "$sm_path\n"
14058 "Use -f if you really want to add it."
14059 msgstr ""
14061 #: git-submodule.sh:237
14062 #, sh-format
14063 msgid "Adding existing repo at '$sm_path' to the index"
14064 msgstr ""
14066 #: git-submodule.sh:239
14067 #, sh-format
14068 msgid "'$sm_path' already exists and is not a valid git repo"
14069 msgstr ""
14071 #: git-submodule.sh:247
14072 #, sh-format
14073 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14074 msgstr ""
14076 #: git-submodule.sh:249
14077 #, sh-format
14078 msgid ""
14079 "If you want to reuse this local git directory instead of cloning again from\n"
14080 "  $realrepo\n"
14081 "use the '--force' option. If the local git directory is not the correct "
14082 "repo\n"
14083 "or you are unsure what this means choose another name with the '--name' "
14084 "option."
14085 msgstr ""
14087 #: git-submodule.sh:255
14088 #, sh-format
14089 msgid "Reactivating local git directory for submodule '$sm_name'."
14090 msgstr ""
14092 #: git-submodule.sh:267
14093 #, sh-format
14094 msgid "Unable to checkout submodule '$sm_path'"
14095 msgstr ""
14097 #: git-submodule.sh:272
14098 #, sh-format
14099 msgid "Failed to add submodule '$sm_path'"
14100 msgstr ""
14102 #: git-submodule.sh:281
14103 #, sh-format
14104 msgid "Failed to register submodule '$sm_path'"
14105 msgstr ""
14107 #: git-submodule.sh:342
14108 #, sh-format
14109 msgid "Entering '$displaypath'"
14110 msgstr ""
14112 #: git-submodule.sh:362
14113 #, sh-format
14114 msgid "Stopping at '$displaypath'; script returned non-zero status."
14115 msgstr ""
14117 #: git-submodule.sh:433
14118 #, sh-format
14119 msgid "pathspec and --all are incompatible"
14120 msgstr ""
14122 #: git-submodule.sh:438
14123 #, sh-format
14124 msgid "Use '--all' if you really want to deinitialize all submodules"
14125 msgstr ""
14127 #: git-submodule.sh:458
14128 #, sh-format
14129 msgid ""
14130 "Submodule work tree '$displaypath' contains a .git directory\n"
14131 "(use 'rm -rf' if you really want to remove it including all of its history)"
14132 msgstr ""
14134 #: git-submodule.sh:466
14135 #, sh-format
14136 msgid ""
14137 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14138 "discard them"
14139 msgstr ""
14141 #: git-submodule.sh:469
14142 #, sh-format
14143 msgid "Cleared directory '$displaypath'"
14144 msgstr ""
14146 #: git-submodule.sh:470
14147 #, sh-format
14148 msgid "Could not remove submodule work tree '$displaypath'"
14149 msgstr ""
14151 #: git-submodule.sh:473
14152 #, sh-format
14153 msgid "Could not create empty submodule directory '$displaypath'"
14154 msgstr ""
14156 #: git-submodule.sh:482
14157 #, sh-format
14158 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14159 msgstr ""
14161 #: git-submodule.sh:637
14162 #, sh-format
14163 msgid "Unable to find current revision in submodule path '$displaypath'"
14164 msgstr ""
14166 #: git-submodule.sh:647
14167 #, sh-format
14168 msgid "Unable to fetch in submodule path '$sm_path'"
14169 msgstr ""
14171 #: git-submodule.sh:652
14172 #, sh-format
14173 msgid ""
14174 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14175 "'$sm_path'"
14176 msgstr ""
14178 #: git-submodule.sh:670
14179 #, sh-format
14180 msgid "Unable to fetch in submodule path '$displaypath'"
14181 msgstr ""
14183 #: git-submodule.sh:676
14184 #, sh-format
14185 msgid ""
14186 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14187 "Direct fetching of that commit failed."
14188 msgstr ""
14190 #: git-submodule.sh:683
14191 #, sh-format
14192 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14193 msgstr ""
14195 #: git-submodule.sh:684
14196 #, sh-format
14197 msgid "Submodule path '$displaypath': checked out '$sha1'"
14198 msgstr ""
14200 #: git-submodule.sh:688
14201 #, sh-format
14202 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14203 msgstr ""
14205 #: git-submodule.sh:689
14206 #, sh-format
14207 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14208 msgstr ""
14210 #: git-submodule.sh:694
14211 #, sh-format
14212 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14213 msgstr ""
14215 #: git-submodule.sh:695
14216 #, sh-format
14217 msgid "Submodule path '$displaypath': merged in '$sha1'"
14218 msgstr ""
14220 #: git-submodule.sh:700
14221 #, sh-format
14222 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14223 msgstr ""
14225 #: git-submodule.sh:701
14226 #, sh-format
14227 msgid "Submodule path '$displaypath': '$command $sha1'"
14228 msgstr ""
14230 #: git-submodule.sh:732
14231 #, sh-format
14232 msgid "Failed to recurse into submodule path '$displaypath'"
14233 msgstr ""
14235 #: git-submodule.sh:840
14236 msgid "The --cached option cannot be used with the --files option"
14237 msgstr ""
14239 #: git-submodule.sh:892
14240 #, sh-format
14241 msgid "unexpected mode $mod_dst"
14242 msgstr ""
14244 #: git-submodule.sh:912
14245 #, sh-format
14246 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14247 msgstr ""
14249 #: git-submodule.sh:915
14250 #, sh-format
14251 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14252 msgstr ""
14254 #: git-submodule.sh:918
14255 #, sh-format
14256 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14257 msgstr ""
14259 #: git-submodule.sh:1064
14260 #, sh-format
14261 msgid "Failed to recurse into submodule path '$sm_path'"
14262 msgstr ""
14264 #: git-submodule.sh:1136
14265 #, sh-format
14266 msgid "Synchronizing submodule url for '$displaypath'"
14267 msgstr ""
14269 #: git-parse-remote.sh:89
14270 #, sh-format
14271 msgid "See git-${cmd}(1) for details."
14272 msgstr ""
14274 #: git-rebase--interactive.sh:140
14275 #, sh-format
14276 msgid "Rebasing ($new_count/$total)"
14277 msgstr ""
14279 #: git-rebase--interactive.sh:156
14280 msgid ""
14281 "\n"
14282 "Commands:\n"
14283 "p, pick = use commit\n"
14284 "r, reword = use commit, but edit the commit message\n"
14285 "e, edit = use commit, but stop for amending\n"
14286 "s, squash = use commit, but meld into previous commit\n"
14287 "f, fixup = like \"squash\", but discard this commit's log message\n"
14288 "x, exec = run command (the rest of the line) using shell\n"
14289 "d, drop = remove commit\n"
14290 "\n"
14291 "These lines can be re-ordered; they are executed from top to bottom.\n"
14292 msgstr ""
14294 #: git-rebase--interactive.sh:171
14295 msgid ""
14296 "\n"
14297 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14298 msgstr ""
14300 #: git-rebase--interactive.sh:175
14301 msgid ""
14302 "\n"
14303 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14304 msgstr ""
14306 #: git-rebase--interactive.sh:211
14307 #, sh-format
14308 msgid ""
14309 "You can amend the commit now, with\n"
14310 "\n"
14311 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14312 "\n"
14313 "Once you are satisfied with your changes, run\n"
14314 "\n"
14315 "\tgit rebase --continue"
14316 msgstr ""
14318 #: git-rebase--interactive.sh:236
14319 #, sh-format
14320 msgid "$sha1: not a commit that can be picked"
14321 msgstr ""
14323 #: git-rebase--interactive.sh:275
14324 #, sh-format
14325 msgid "Invalid commit name: $sha1"
14326 msgstr ""
14328 #: git-rebase--interactive.sh:317
14329 msgid "Cannot write current commit's replacement sha1"
14330 msgstr ""
14332 #: git-rebase--interactive.sh:369
14333 #, sh-format
14334 msgid "Fast-forward to $sha1"
14335 msgstr ""
14337 #: git-rebase--interactive.sh:371
14338 #, sh-format
14339 msgid "Cannot fast-forward to $sha1"
14340 msgstr ""
14342 #: git-rebase--interactive.sh:380
14343 #, sh-format
14344 msgid "Cannot move HEAD to $first_parent"
14345 msgstr ""
14347 #: git-rebase--interactive.sh:385
14348 #, sh-format
14349 msgid "Refusing to squash a merge: $sha1"
14350 msgstr ""
14352 #: git-rebase--interactive.sh:400
14353 #, sh-format
14354 msgid "Error redoing merge $sha1"
14355 msgstr ""
14357 #: git-rebase--interactive.sh:408
14358 #, sh-format
14359 msgid "Could not pick $sha1"
14360 msgstr ""
14362 #: git-rebase--interactive.sh:417
14363 #, sh-format
14364 msgid "This is the commit message #${n}:"
14365 msgstr ""
14367 #: git-rebase--interactive.sh:422
14368 #, sh-format
14369 msgid "The commit message #${n} will be skipped:"
14370 msgstr ""
14372 #: git-rebase--interactive.sh:433
14373 #, sh-format
14374 msgid "This is a combination of $count commit."
14375 msgid_plural "This is a combination of $count commits."
14376 msgstr[0] ""
14377 msgstr[1] ""
14379 #: git-rebase--interactive.sh:442
14380 #, sh-format
14381 msgid "Cannot write $fixup_msg"
14382 msgstr ""
14384 #: git-rebase--interactive.sh:445
14385 msgid "This is a combination of 2 commits."
14386 msgstr ""
14388 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14389 #: git-rebase--interactive.sh:532
14390 #, sh-format
14391 msgid "Could not apply $sha1... $rest"
14392 msgstr ""
14394 #: git-rebase--interactive.sh:560
14395 #, sh-format
14396 msgid ""
14397 "Could not amend commit after successfully picking $sha1... $rest\n"
14398 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14399 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14400 "before\n"
14401 "you are able to reword the commit."
14402 msgstr ""
14404 #: git-rebase--interactive.sh:575
14405 #, sh-format
14406 msgid "Stopped at $sha1_abbrev... $rest"
14407 msgstr ""
14409 #: git-rebase--interactive.sh:590
14410 #, sh-format
14411 msgid "Cannot '$squash_style' without a previous commit"
14412 msgstr ""
14414 #: git-rebase--interactive.sh:632
14415 #, sh-format
14416 msgid "Executing: $rest"
14417 msgstr ""
14419 #: git-rebase--interactive.sh:640
14420 #, sh-format
14421 msgid "Execution failed: $rest"
14422 msgstr ""
14424 #: git-rebase--interactive.sh:642
14425 msgid "and made changes to the index and/or the working tree"
14426 msgstr ""
14428 #: git-rebase--interactive.sh:644
14429 msgid ""
14430 "You can fix the problem, and then run\n"
14431 "\n"
14432 "\tgit rebase --continue"
14433 msgstr ""
14435 #. TRANSLATORS: after these lines is a command to be issued by the user
14436 #: git-rebase--interactive.sh:657
14437 #, sh-format
14438 msgid ""
14439 "Execution succeeded: $rest\n"
14440 "but left changes to the index and/or the working tree\n"
14441 "Commit or stash your changes, and then run\n"
14442 "\n"
14443 "\tgit rebase --continue"
14444 msgstr ""
14446 #: git-rebase--interactive.sh:668
14447 #, sh-format
14448 msgid "Unknown command: $command $sha1 $rest"
14449 msgstr ""
14451 #: git-rebase--interactive.sh:669
14452 msgid "Please fix this using 'git rebase --edit-todo'."
14453 msgstr ""
14455 #: git-rebase--interactive.sh:704
14456 #, sh-format
14457 msgid "Successfully rebased and updated $head_name."
14458 msgstr ""
14460 #: git-rebase--interactive.sh:749
14461 msgid "could not detach HEAD"
14462 msgstr ""
14464 #: git-rebase--interactive.sh:784
14465 msgid "Could not remove CHERRY_PICK_HEAD"
14466 msgstr ""
14468 #: git-rebase--interactive.sh:789
14469 #, sh-format
14470 msgid ""
14471 "You have staged changes in your working tree.\n"
14472 "If these changes are meant to be\n"
14473 "squashed into the previous commit, run:\n"
14474 "\n"
14475 "  git commit --amend $gpg_sign_opt_quoted\n"
14476 "\n"
14477 "If they are meant to go into a new commit, run:\n"
14478 "\n"
14479 "  git commit $gpg_sign_opt_quoted\n"
14480 "\n"
14481 "In both cases, once you're done, continue with:\n"
14482 "\n"
14483 "  git rebase --continue\n"
14484 msgstr ""
14486 #: git-rebase--interactive.sh:806
14487 msgid "Error trying to find the author identity to amend commit"
14488 msgstr ""
14490 #: git-rebase--interactive.sh:811
14491 msgid ""
14492 "You have uncommitted changes in your working tree. Please commit them\n"
14493 "first and then run 'git rebase --continue' again."
14494 msgstr ""
14496 #: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14497 msgid "Could not commit staged changes."
14498 msgstr ""
14500 #: git-rebase--interactive.sh:848
14501 msgid ""
14502 "\n"
14503 "You are editing the todo file of an ongoing interactive rebase.\n"
14504 "To continue rebase after editing, run:\n"
14505 "    git rebase --continue\n"
14506 "\n"
14507 msgstr ""
14509 #: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14510 msgid "Could not execute editor"
14511 msgstr ""
14513 #: git-rebase--interactive.sh:869
14514 #, sh-format
14515 msgid "Could not checkout $switch_to"
14516 msgstr ""
14518 #: git-rebase--interactive.sh:874
14519 msgid "No HEAD?"
14520 msgstr ""
14522 #: git-rebase--interactive.sh:875
14523 #, sh-format
14524 msgid "Could not create temporary $state_dir"
14525 msgstr ""
14527 #: git-rebase--interactive.sh:877
14528 msgid "Could not mark as interactive"
14529 msgstr ""
14531 #: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14532 msgid "Could not init rewritten commits"
14533 msgstr ""
14535 #: git-rebase--interactive.sh:993
14536 #, sh-format
14537 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14538 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14539 msgstr[0] ""
14540 msgstr[1] ""
14542 #: git-rebase--interactive.sh:998
14543 msgid ""
14544 "\n"
14545 "However, if you remove everything, the rebase will be aborted.\n"
14546 "\n"
14547 msgstr ""
14549 #: git-rebase--interactive.sh:1005
14550 msgid "Note that empty commits are commented out"
14551 msgstr ""
14553 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14554 #, sh-format
14555 msgid "usage: $dashless $USAGE"
14556 msgstr ""
14558 #: git-sh-setup.sh:190
14559 #, sh-format
14560 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14561 msgstr ""
14563 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14564 #, sh-format
14565 msgid "fatal: $program_name cannot be used without a working tree."
14566 msgstr ""
14568 #: git-sh-setup.sh:220
14569 msgid "Cannot rebase: You have unstaged changes."
14570 msgstr ""
14572 #: git-sh-setup.sh:223
14573 msgid "Cannot rewrite branches: You have unstaged changes."
14574 msgstr ""
14576 #: git-sh-setup.sh:226
14577 msgid "Cannot pull with rebase: You have unstaged changes."
14578 msgstr ""
14580 #: git-sh-setup.sh:229
14581 #, sh-format
14582 msgid "Cannot $action: You have unstaged changes."
14583 msgstr ""
14585 #: git-sh-setup.sh:242
14586 msgid "Cannot rebase: Your index contains uncommitted changes."
14587 msgstr ""
14589 #: git-sh-setup.sh:245
14590 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14591 msgstr ""
14593 #: git-sh-setup.sh:248
14594 #, sh-format
14595 msgid "Cannot $action: Your index contains uncommitted changes."
14596 msgstr ""
14598 #: git-sh-setup.sh:252
14599 msgid "Additionally, your index contains uncommitted changes."
14600 msgstr ""
14602 #: git-sh-setup.sh:372
14603 msgid "You need to run this command from the toplevel of the working tree."
14604 msgstr ""
14606 #: git-sh-setup.sh:377
14607 msgid "Unable to determine absolute path of git directory"
14608 msgstr ""
14610 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14611 #: git-add--interactive.perl:196
14612 #, perl-format
14613 msgid "%12s %12s %s"
14614 msgstr ""
14616 #: git-add--interactive.perl:197
14617 msgid "staged"
14618 msgstr ""
14620 #: git-add--interactive.perl:197
14621 msgid "unstaged"
14622 msgstr ""
14624 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14625 msgid "binary"
14626 msgstr ""
14628 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14629 msgid "nothing"
14630 msgstr ""
14632 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14633 msgid "unchanged"
14634 msgstr ""
14636 #: git-add--interactive.perl:602
14637 #, perl-format
14638 msgid "added %d path\n"
14639 msgid_plural "added %d paths\n"
14640 msgstr[0] ""
14641 msgstr[1] ""
14643 #: git-add--interactive.perl:605
14644 #, perl-format
14645 msgid "updated %d path\n"
14646 msgid_plural "updated %d paths\n"
14647 msgstr[0] ""
14648 msgstr[1] ""
14650 #: git-add--interactive.perl:608
14651 #, perl-format
14652 msgid "reverted %d path\n"
14653 msgid_plural "reverted %d paths\n"
14654 msgstr[0] ""
14655 msgstr[1] ""
14657 #: git-add--interactive.perl:611
14658 #, perl-format
14659 msgid "touched %d path\n"
14660 msgid_plural "touched %d paths\n"
14661 msgstr[0] ""
14662 msgstr[1] ""
14664 #: git-add--interactive.perl:620
14665 msgid "Update"
14666 msgstr ""
14668 #: git-add--interactive.perl:632
14669 msgid "Revert"
14670 msgstr ""
14672 #: git-add--interactive.perl:655
14673 #, perl-format
14674 msgid "note: %s is untracked now.\n"
14675 msgstr ""
14677 #: git-add--interactive.perl:666
14678 msgid "Add untracked"
14679 msgstr ""
14681 #: git-add--interactive.perl:672
14682 msgid "No untracked files.\n"
14683 msgstr ""
14685 #: git-add--interactive.perl:985
14686 msgid ""
14687 "If the patch applies cleanly, the edited hunk will immediately be\n"
14688 "marked for staging."
14689 msgstr ""
14691 #: git-add--interactive.perl:988
14692 msgid ""
14693 "If the patch applies cleanly, the edited hunk will immediately be\n"
14694 "marked for stashing."
14695 msgstr ""
14697 #: git-add--interactive.perl:991
14698 msgid ""
14699 "If the patch applies cleanly, the edited hunk will immediately be\n"
14700 "marked for unstaging."
14701 msgstr ""
14703 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14704 msgid ""
14705 "If the patch applies cleanly, the edited hunk will immediately be\n"
14706 "marked for applying."
14707 msgstr ""
14709 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14710 msgid ""
14711 "If the patch applies cleanly, the edited hunk will immediately be\n"
14712 "marked for discarding."
14713 msgstr ""
14715 #: git-add--interactive.perl:1013
14716 #, perl-format
14717 msgid "failed to open hunk edit file for writing: %s"
14718 msgstr ""
14720 #: git-add--interactive.perl:1014
14721 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14722 msgstr ""
14724 #: git-add--interactive.perl:1020
14725 #, perl-format
14726 msgid ""
14727 "---\n"
14728 "To remove '%s' lines, make them ' ' lines (context).\n"
14729 "To remove '%s' lines, delete them.\n"
14730 "Lines starting with %s will be removed.\n"
14731 msgstr ""
14733 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14734 #: git-add--interactive.perl:1028
14735 msgid ""
14736 "If it does not apply cleanly, you will be given an opportunity to\n"
14737 "edit again.  If all lines of the hunk are removed, then the edit is\n"
14738 "aborted and the hunk is left unchanged.\n"
14739 msgstr ""
14741 #: git-add--interactive.perl:1042
14742 #, perl-format
14743 msgid "failed to open hunk edit file for reading: %s"
14744 msgstr ""
14746 #. TRANSLATORS: do not translate [y/n]
14747 #. The program will only accept that input
14748 #. at this point.
14749 #. Consider translating (saying "no" discards!) as
14750 #. (saying "n" for "no" discards!) if the translation
14751 #. of the word "no" does not start with n.
14752 #: git-add--interactive.perl:1134
14753 msgid ""
14754 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14755 msgstr ""
14757 #: git-add--interactive.perl:1143
14758 msgid ""
14759 "y - stage this hunk\n"
14760 "n - do not stage this hunk\n"
14761 "q - quit; do not stage this hunk or any of the remaining ones\n"
14762 "a - stage this hunk and all later hunks in the file\n"
14763 "d - do not stage this hunk or any of the later hunks in the file"
14764 msgstr ""
14766 #: git-add--interactive.perl:1149
14767 msgid ""
14768 "y - stash this hunk\n"
14769 "n - do not stash this hunk\n"
14770 "q - quit; do not stash this hunk or any of the remaining ones\n"
14771 "a - stash this hunk and all later hunks in the file\n"
14772 "d - do not stash this hunk or any of the later hunks in the file"
14773 msgstr ""
14775 #: git-add--interactive.perl:1155
14776 msgid ""
14777 "y - unstage this hunk\n"
14778 "n - do not unstage this hunk\n"
14779 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14780 "a - unstage this hunk and all later hunks in the file\n"
14781 "d - do not unstage this hunk or any of the later hunks in the file"
14782 msgstr ""
14784 #: git-add--interactive.perl:1161
14785 msgid ""
14786 "y - apply this hunk to index\n"
14787 "n - do not apply this hunk to index\n"
14788 "q - quit; do not apply this hunk or any of the remaining ones\n"
14789 "a - apply this hunk and all later hunks in the file\n"
14790 "d - do not apply this hunk or any of the later hunks in the file"
14791 msgstr ""
14793 #: git-add--interactive.perl:1167
14794 msgid ""
14795 "y - discard this hunk from worktree\n"
14796 "n - do not discard this hunk from worktree\n"
14797 "q - quit; do not discard this hunk or any of the remaining ones\n"
14798 "a - discard this hunk and all later hunks in the file\n"
14799 "d - do not discard this hunk or any of the later hunks in the file"
14800 msgstr ""
14802 #: git-add--interactive.perl:1173
14803 msgid ""
14804 "y - discard this hunk from index and worktree\n"
14805 "n - do not discard this hunk from index and worktree\n"
14806 "q - quit; do not discard this hunk or any of the remaining ones\n"
14807 "a - discard this hunk and all later hunks in the file\n"
14808 "d - do not discard this hunk or any of the later hunks in the file"
14809 msgstr ""
14811 #: git-add--interactive.perl:1179
14812 msgid ""
14813 "y - apply this hunk to index and worktree\n"
14814 "n - do not apply this hunk to index and worktree\n"
14815 "q - quit; do not apply this hunk or any of the remaining ones\n"
14816 "a - apply this hunk and all later hunks in the file\n"
14817 "d - do not apply this hunk or any of the later hunks in the file"
14818 msgstr ""
14820 #: git-add--interactive.perl:1188
14821 msgid ""
14822 "g - select a hunk to go to\n"
14823 "/ - search for a hunk matching the given regex\n"
14824 "j - leave this hunk undecided, see next undecided hunk\n"
14825 "J - leave this hunk undecided, see next hunk\n"
14826 "k - leave this hunk undecided, see previous undecided hunk\n"
14827 "K - leave this hunk undecided, see previous hunk\n"
14828 "s - split the current hunk into smaller hunks\n"
14829 "e - manually edit the current hunk\n"
14830 "? - print help\n"
14831 msgstr ""
14833 #: git-add--interactive.perl:1219
14834 msgid "The selected hunks do not apply to the index!\n"
14835 msgstr ""
14837 #: git-add--interactive.perl:1220
14838 msgid "Apply them to the worktree anyway? "
14839 msgstr ""
14841 #: git-add--interactive.perl:1223
14842 msgid "Nothing was applied.\n"
14843 msgstr ""
14845 #: git-add--interactive.perl:1234
14846 #, perl-format
14847 msgid "ignoring unmerged: %s\n"
14848 msgstr ""
14850 #: git-add--interactive.perl:1243
14851 msgid "Only binary files changed.\n"
14852 msgstr ""
14854 #: git-add--interactive.perl:1245
14855 msgid "No changes.\n"
14856 msgstr ""
14858 #: git-add--interactive.perl:1253
14859 msgid "Patch update"
14860 msgstr ""
14862 #: git-add--interactive.perl:1305
14863 #, perl-format
14864 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14865 msgstr ""
14867 #: git-add--interactive.perl:1306
14868 #, perl-format
14869 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14870 msgstr ""
14872 #: git-add--interactive.perl:1307
14873 #, perl-format
14874 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14875 msgstr ""
14877 #: git-add--interactive.perl:1310
14878 #, perl-format
14879 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14880 msgstr ""
14882 #: git-add--interactive.perl:1311
14883 #, perl-format
14884 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14885 msgstr ""
14887 #: git-add--interactive.perl:1312
14888 #, perl-format
14889 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14890 msgstr ""
14892 #: git-add--interactive.perl:1315
14893 #, perl-format
14894 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14895 msgstr ""
14897 #: git-add--interactive.perl:1316
14898 #, perl-format
14899 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14900 msgstr ""
14902 #: git-add--interactive.perl:1317
14903 #, perl-format
14904 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14905 msgstr ""
14907 #: git-add--interactive.perl:1320
14908 #, perl-format
14909 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14910 msgstr ""
14912 #: git-add--interactive.perl:1321
14913 #, perl-format
14914 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14915 msgstr ""
14917 #: git-add--interactive.perl:1322
14918 #, perl-format
14919 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14920 msgstr ""
14922 #: git-add--interactive.perl:1325
14923 #, perl-format
14924 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14925 msgstr ""
14927 #: git-add--interactive.perl:1326
14928 #, perl-format
14929 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14930 msgstr ""
14932 #: git-add--interactive.perl:1327
14933 #, perl-format
14934 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14935 msgstr ""
14937 #: git-add--interactive.perl:1330
14938 #, perl-format
14939 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14940 msgstr ""
14942 #: git-add--interactive.perl:1331
14943 #, perl-format
14944 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14945 msgstr ""
14947 #: git-add--interactive.perl:1332
14948 #, perl-format
14949 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14950 msgstr ""
14952 #: git-add--interactive.perl:1335
14953 #, perl-format
14954 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14955 msgstr ""
14957 #: git-add--interactive.perl:1336
14958 #, perl-format
14959 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14960 msgstr ""
14962 #: git-add--interactive.perl:1337
14963 #, perl-format
14964 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14965 msgstr ""
14967 #: git-add--interactive.perl:1440
14968 msgid "go to which hunk (<ret> to see more)? "
14969 msgstr ""
14971 #: git-add--interactive.perl:1442
14972 msgid "go to which hunk? "
14973 msgstr ""
14975 #: git-add--interactive.perl:1451
14976 #, perl-format
14977 msgid "Invalid number: '%s'\n"
14978 msgstr ""
14980 #: git-add--interactive.perl:1456
14981 #, perl-format
14982 msgid "Sorry, only %d hunk available.\n"
14983 msgid_plural "Sorry, only %d hunks available.\n"
14984 msgstr[0] ""
14985 msgstr[1] ""
14987 #: git-add--interactive.perl:1482
14988 msgid "search for regex? "
14989 msgstr ""
14991 #: git-add--interactive.perl:1495
14992 #, perl-format
14993 msgid "Malformed search regexp %s: %s\n"
14994 msgstr ""
14996 #: git-add--interactive.perl:1505
14997 msgid "No hunk matches the given pattern\n"
14998 msgstr ""
15000 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15001 msgid "No previous hunk\n"
15002 msgstr ""
15004 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15005 msgid "No next hunk\n"
15006 msgstr ""
15008 #: git-add--interactive.perl:1553
15009 #, perl-format
15010 msgid "Split into %d hunk.\n"
15011 msgid_plural "Split into %d hunks.\n"
15012 msgstr[0] ""
15013 msgstr[1] ""
15015 #: git-add--interactive.perl:1605
15016 msgid "Review diff"
15017 msgstr ""
15019 #. TRANSLATORS: please do not translate the command names
15020 #. 'status', 'update', 'revert', etc.
15021 #: git-add--interactive.perl:1624
15022 msgid ""
15023 "status        - show paths with changes\n"
15024 "update        - add working tree state to the staged set of changes\n"
15025 "revert        - revert staged set of changes back to the HEAD version\n"
15026 "patch         - pick hunks and update selectively\n"
15027 "diff          - view diff between HEAD and index\n"
15028 "add untracked - add contents of untracked files to the staged set of "
15029 "changes\n"
15030 msgstr ""
15032 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15033 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15034 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15035 msgid "missing --"
15036 msgstr ""
15038 #: git-add--interactive.perl:1662
15039 #, perl-format
15040 msgid "unknown --patch mode: %s"
15041 msgstr ""
15043 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15044 #, perl-format
15045 msgid "invalid argument %s, expecting --"
15046 msgstr ""
15048 #: git-send-email.perl:126
15049 msgid "local zone differs from GMT by a non-minute interval\n"
15050 msgstr ""
15052 #: git-send-email.perl:133 git-send-email.perl:139
15053 msgid "local time offset greater than or equal to 24 hours\n"
15054 msgstr ""
15056 #: git-send-email.perl:207 git-send-email.perl:213
15057 msgid "the editor exited uncleanly, aborting everything"
15058 msgstr ""
15060 #: git-send-email.perl:290
15061 #, perl-format
15062 msgid ""
15063 "'%s' contains an intermediate version of the email you were composing.\n"
15064 msgstr ""
15066 #: git-send-email.perl:295
15067 #, perl-format
15068 msgid "'%s.final' contains the composed email.\n"
15069 msgstr ""
15071 #: git-send-email.perl:313
15072 msgid "--dump-aliases incompatible with other options\n"
15073 msgstr ""
15075 #: git-send-email.perl:378 git-send-email.perl:629
15076 msgid "Cannot run git format-patch from outside a repository\n"
15077 msgstr ""
15079 #: git-send-email.perl:447
15080 #, perl-format
15081 msgid "Unknown --suppress-cc field: '%s'\n"
15082 msgstr ""
15084 #: git-send-email.perl:476
15085 #, perl-format
15086 msgid "Unknown --confirm setting: '%s'\n"
15087 msgstr ""
15089 #: git-send-email.perl:504
15090 #, perl-format
15091 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15092 msgstr ""
15094 #: git-send-email.perl:506
15095 #, perl-format
15096 msgid "warning: `:include:` not supported: %s\n"
15097 msgstr ""
15099 #: git-send-email.perl:508
15100 #, perl-format
15101 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15102 msgstr ""
15104 #: git-send-email.perl:513
15105 #, perl-format
15106 msgid "warning: sendmail line is not recognized: %s\n"
15107 msgstr ""
15109 #: git-send-email.perl:595
15110 #, perl-format
15111 msgid ""
15112 "File '%s' exists but it could also be the range of commits\n"
15113 "to produce patches for.  Please disambiguate by...\n"
15114 "\n"
15115 "    * Saying \"./%s\" if you mean a file; or\n"
15116 "    * Giving --format-patch option if you mean a range.\n"
15117 msgstr ""
15119 #: git-send-email.perl:616
15120 #, perl-format
15121 msgid "Failed to opendir %s: %s"
15122 msgstr ""
15124 #: git-send-email.perl:640
15125 #, perl-format
15126 msgid ""
15127 "fatal: %s: %s\n"
15128 "warning: no patches were sent\n"
15129 msgstr ""
15131 #: git-send-email.perl:651
15132 msgid ""
15133 "\n"
15134 "No patch files specified!\n"
15135 "\n"
15136 msgstr ""
15138 #: git-send-email.perl:664
15139 #, perl-format
15140 msgid "No subject line in %s?"
15141 msgstr ""
15143 #: git-send-email.perl:674
15144 #, perl-format
15145 msgid "Failed to open for writing %s: %s"
15146 msgstr ""
15148 #: git-send-email.perl:684
15149 msgid ""
15150 "Lines beginning in \"GIT:\" will be removed.\n"
15151 "Consider including an overall diffstat or table of contents\n"
15152 "for the patch you are writing.\n"
15153 "\n"
15154 "Clear the body content if you don't wish to send a summary.\n"
15155 msgstr ""
15157 #: git-send-email.perl:707
15158 #, perl-format
15159 msgid "Failed to open %s.final: %s"
15160 msgstr ""
15162 #: git-send-email.perl:710
15163 #, perl-format
15164 msgid "Failed to open %s: %s"
15165 msgstr ""
15167 #: git-send-email.perl:745
15168 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15169 msgstr ""
15171 #: git-send-email.perl:754
15172 msgid "Summary email is empty, skipping it\n"
15173 msgstr ""
15175 #. TRANSLATORS: please keep [y/N] as is.
15176 #: git-send-email.perl:786
15177 #, perl-format
15178 msgid "Are you sure you want to use <%s> [y/N]? "
15179 msgstr ""
15181 #: git-send-email.perl:815
15182 msgid ""
15183 "The following files are 8bit, but do not declare a Content-Transfer-"
15184 "Encoding.\n"
15185 msgstr ""
15187 #: git-send-email.perl:820
15188 msgid "Which 8bit encoding should I declare [UTF-8]? "
15189 msgstr ""
15191 #: git-send-email.perl:828
15192 #, perl-format
15193 msgid ""
15194 "Refusing to send because the patch\n"
15195 "\t%s\n"
15196 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15197 "want to send.\n"
15198 msgstr ""
15200 #: git-send-email.perl:847
15201 msgid "To whom should the emails be sent (if anyone)?"
15202 msgstr ""
15204 #: git-send-email.perl:865
15205 #, perl-format
15206 msgid "fatal: alias '%s' expands to itself\n"
15207 msgstr ""
15209 #: git-send-email.perl:877
15210 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15211 msgstr ""
15213 #: git-send-email.perl:927 git-send-email.perl:935
15214 #, perl-format
15215 msgid "error: unable to extract a valid address from: %s\n"
15216 msgstr ""
15218 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15219 #. translation. The program will only accept English input
15220 #. at this point.
15221 #: git-send-email.perl:939
15222 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15223 msgstr ""
15225 #: git-send-email.perl:1260
15226 #, perl-format
15227 msgid "CA path \"%s\" does not exist"
15228 msgstr ""
15230 #: git-send-email.perl:1335
15231 msgid ""
15232 "    The Cc list above has been expanded by additional\n"
15233 "    addresses found in the patch commit message. By default\n"
15234 "    send-email prompts before sending whenever this occurs.\n"
15235 "    This behavior is controlled by the sendemail.confirm\n"
15236 "    configuration setting.\n"
15237 "\n"
15238 "    For additional information, run 'git send-email --help'.\n"
15239 "    To retain the current behavior, but squelch this message,\n"
15240 "    run 'git config --global sendemail.confirm auto'.\n"
15241 "\n"
15242 msgstr ""
15244 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15245 #. translation. The program will only accept English input
15246 #. at this point.
15247 #: git-send-email.perl:1350
15248 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15249 msgstr ""
15251 #: git-send-email.perl:1353
15252 msgid "Send this email reply required"
15253 msgstr ""
15255 #: git-send-email.perl:1379
15256 msgid "The required SMTP server is not properly defined."
15257 msgstr ""
15259 #: git-send-email.perl:1426
15260 #, perl-format
15261 msgid "Server does not support STARTTLS! %s"
15262 msgstr ""
15264 #: git-send-email.perl:1431 git-send-email.perl:1435
15265 #, perl-format
15266 msgid "STARTTLS failed! %s"
15267 msgstr ""
15269 #: git-send-email.perl:1445
15270 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15271 msgstr ""
15273 #: git-send-email.perl:1463
15274 #, perl-format
15275 msgid "Failed to send %s\n"
15276 msgstr ""
15278 #: git-send-email.perl:1466
15279 #, perl-format
15280 msgid "Dry-Sent %s\n"
15281 msgstr ""
15283 #: git-send-email.perl:1466
15284 #, perl-format
15285 msgid "Sent %s\n"
15286 msgstr ""
15288 #: git-send-email.perl:1468
15289 msgid "Dry-OK. Log says:\n"
15290 msgstr ""
15292 #: git-send-email.perl:1468
15293 msgid "OK. Log says:\n"
15294 msgstr ""
15296 #: git-send-email.perl:1480
15297 msgid "Result: "
15298 msgstr ""
15300 #: git-send-email.perl:1483
15301 msgid "Result: OK\n"
15302 msgstr ""
15304 #: git-send-email.perl:1496
15305 #, perl-format
15306 msgid "can't open file %s"
15307 msgstr ""
15309 #: git-send-email.perl:1543 git-send-email.perl:1563
15310 #, perl-format
15311 msgid "(mbox) Adding cc: %s from line '%s'\n"
15312 msgstr ""
15314 #: git-send-email.perl:1549
15315 #, perl-format
15316 msgid "(mbox) Adding to: %s from line '%s'\n"
15317 msgstr ""
15319 #: git-send-email.perl:1597
15320 #, perl-format
15321 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15322 msgstr ""
15324 #: git-send-email.perl:1622
15325 #, perl-format
15326 msgid "(body) Adding cc: %s from line '%s'\n"
15327 msgstr ""
15329 #: git-send-email.perl:1728
15330 #, perl-format
15331 msgid "(%s) Could not execute '%s'"
15332 msgstr ""
15334 #: git-send-email.perl:1735
15335 #, perl-format
15336 msgid "(%s) Adding %s: %s from: '%s'\n"
15337 msgstr ""
15339 #: git-send-email.perl:1739
15340 #, perl-format
15341 msgid "(%s) failed to close pipe to '%s'"
15342 msgstr ""
15344 #: git-send-email.perl:1766
15345 msgid "cannot send message as 7bit"
15346 msgstr ""
15348 #: git-send-email.perl:1774
15349 msgid "invalid transfer encoding"
15350 msgstr ""
15352 #: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15353 #, perl-format
15354 msgid "unable to open %s: %s\n"
15355 msgstr ""
15357 #: git-send-email.perl:1815
15358 #, perl-format
15359 msgid "%s: patch contains a line longer than 998 characters"
15360 msgstr ""
15362 #: git-send-email.perl:1831
15363 #, perl-format
15364 msgid "Skipping %s with backup suffix '%s'.\n"
15365 msgstr ""
15367 #. TRANSLATORS: please keep "[y|N]" as is.
15368 #: git-send-email.perl:1835
15369 #, perl-format
15370 msgid "Do you really want to send %s? [y|N]: "
15371 msgstr ""