rerere: add note about files with existing conflict markers
[git.git] / po / git.pot
blobd4c7f0bec6e3d7bc34c718f23cd3f1871cc2f7fe
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2018-06-16 22:06+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:92
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
26 #: advice.c:137
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:139
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:141
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:143
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:145
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:147
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:155
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:163
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:168 builtin/merge.c:1250
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:170
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:171
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:177
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 "  git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
89 #: apply.c:58
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
94 #: apply.c:74
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
99 #: apply.c:122
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
103 #: apply.c:124
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
107 #: apply.c:127
108 msgid "--3way outside a repository"
109 msgstr ""
111 #: apply.c:138
112 msgid "--index outside a repository"
113 msgstr ""
115 #: apply.c:141
116 msgid "--cached outside a repository"
117 msgstr ""
119 #: apply.c:821
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
124 #: apply.c:830
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
129 #: apply.c:904
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
134 #: apply.c:942
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
139 #: apply.c:948
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
144 #: apply.c:949
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
149 #: apply.c:954
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
154 #: apply.c:983
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
159 #: apply.c:1301
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
164 #: apply.c:1473
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
169 #: apply.c:1542
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
174 #: apply.c:1562
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
185 #: apply.c:1575
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
190 #: apply.c:1763
191 msgid "new file depends on old contents"
192 msgstr ""
194 #: apply.c:1765
195 msgid "deleted file still has contents"
196 msgstr ""
198 #: apply.c:1799
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
203 #: apply.c:1836
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
208 #: apply.c:1838
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
213 #: apply.c:1841
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
218 #: apply.c:1988
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
223 #: apply.c:2025
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
228 #: apply.c:2185
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
233 #: apply.c:2271
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
238 #: apply.c:2275
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
243 #: apply.c:2934
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
248 #: apply.c:3055
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
255 #: apply.c:3067
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
260 #: apply.c:3073
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
267 #: apply.c:3095
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
272 #: apply.c:3103
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
277 #: apply.c:3149
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
282 #: apply.c:3159
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
288 #: apply.c:3167
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
293 #: apply.c:3185
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
298 #: apply.c:3198
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
303 #: apply.c:3204
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
308 #: apply.c:3225
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
313 #: apply.c:3347
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
323 #: apply.c:3404
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
328 #: apply.c:3433 apply.c:3673
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
333 #: apply.c:3516 apply.c:3687
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
338 #: apply.c:3525 apply.c:3695
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
343 #: apply.c:3560
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
347 #: apply.c:3563
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
352 #: apply.c:3579 apply.c:3583
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
357 #: apply.c:3595
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
362 #: apply.c:3609
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
367 #: apply.c:3614
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
372 #: apply.c:3640
373 msgid "removal patch leaves file contents"
374 msgstr ""
376 #: apply.c:3712
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
381 #: apply.c:3714
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
386 #: apply.c:3864 apply.c:3866
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
391 #: apply.c:3922
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
396 #: apply.c:3925
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
401 #: apply.c:3945
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
406 #: apply.c:3950
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
411 #: apply.c:3970
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
416 #: apply.c:3974
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
421 #: apply.c:3989
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
426 #: apply.c:4080
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
431 #: apply.c:4087
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
436 #: apply.c:4090
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
441 #: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
446 #: apply.c:4099
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
451 #: apply.c:4109
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
456 #: apply.c:4247
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
461 #: apply.c:4282
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
466 #: apply.c:4288
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
471 #: apply.c:4296
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
476 #: apply.c:4302 apply.c:4446
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
481 #: apply.c:4343
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
486 #: apply.c:4347
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
491 #: apply.c:4417
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
496 #: apply.c:4515
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
501 #: apply.c:4523
502 msgid "internal error"
503 msgstr ""
505 #: apply.c:4526
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
512 #: apply.c:4537
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
517 #: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
522 #: apply.c:4559
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
527 #: apply.c:4563
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
532 #: apply.c:4673
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
537 #: apply.c:4681
538 msgid "unrecognized input"
539 msgstr ""
541 #: apply.c:4700
542 msgid "unable to read index file"
543 msgstr ""
545 #: apply.c:4837
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
550 #: apply.c:4864
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
557 #: apply.c:4870 apply.c:4885
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
564 #: apply.c:4878
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
571 #: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
572 msgid "Unable to write new index file"
573 msgstr ""
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
576 #: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
577 #: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
578 #: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
579 #: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
584 #: apply.c:4922
585 msgid "don't apply changes matching the given path"
586 msgstr ""
588 #: apply.c:4925
589 msgid "apply changes matching the given path"
590 msgstr ""
592 #: apply.c:4927 builtin/am.c:2263
593 msgid "num"
594 msgstr ""
596 #: apply.c:4928
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
600 #: apply.c:4931
601 msgid "ignore additions made by the patch"
602 msgstr ""
604 #: apply.c:4933
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
608 #: apply.c:4937
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
612 #: apply.c:4939
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
616 #: apply.c:4941
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
620 #: apply.c:4943
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
624 #: apply.c:4945
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
628 #: apply.c:4947
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
632 #: apply.c:4950
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
636 #: apply.c:4952
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
640 #: apply.c:4954
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
644 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
648 #: apply.c:4959
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
652 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3177
655 msgid "action"
656 msgstr ""
658 #: apply.c:4961
659 msgid "detect new or modified lines that have whitespace errors"
660 msgstr ""
662 #: apply.c:4964 apply.c:4967
663 msgid "ignore changes in whitespace when finding context"
664 msgstr ""
666 #: apply.c:4970
667 msgid "apply the patch in reverse"
668 msgstr ""
670 #: apply.c:4972
671 msgid "don't expect at least one line of context"
672 msgstr ""
674 #: apply.c:4974
675 msgid "leave the rejected hunks in corresponding *.rej files"
676 msgstr ""
678 #: apply.c:4976
679 msgid "allow overlapping hunks"
680 msgstr ""
682 #: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
683 #: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
684 #: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
685 msgid "be verbose"
686 msgstr ""
688 #: apply.c:4979
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
690 msgstr ""
692 #: apply.c:4982
693 msgid "do not trust the line counts in the hunk headers"
694 msgstr ""
696 #: apply.c:4984 builtin/am.c:2251
697 msgid "root"
698 msgstr ""
700 #: apply.c:4985
701 msgid "prepend <root> to all filenames"
702 msgstr ""
704 #: archive.c:13
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
706 msgstr ""
708 #: archive.c:14
709 msgid "git archive --list"
710 msgstr ""
712 #: archive.c:15
713 msgid ""
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
715 msgstr ""
717 #: archive.c:16
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 msgstr ""
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
722 #, c-format
723 msgid "pathspec '%s' did not match any files"
724 msgstr ""
726 #: archive.c:434
727 msgid "fmt"
728 msgstr ""
730 #: archive.c:434
731 msgid "archive format"
732 msgstr ""
734 #: archive.c:435 builtin/log.c:1462
735 msgid "prefix"
736 msgstr ""
738 #: archive.c:436
739 msgid "prepend prefix to each pathname in the archive"
740 msgstr ""
742 #: archive.c:437 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
743 #: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
744 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
746 #: parse-options.h:165
747 msgid "file"
748 msgstr ""
750 #: archive.c:438 builtin/archive.c:89
751 msgid "write the archive to this file"
752 msgstr ""
754 #: archive.c:440
755 msgid "read .gitattributes in working directory"
756 msgstr ""
758 #: archive.c:441
759 msgid "report archived files on stderr"
760 msgstr ""
762 #: archive.c:442
763 msgid "store only"
764 msgstr ""
766 #: archive.c:443
767 msgid "compress faster"
768 msgstr ""
770 #: archive.c:451
771 msgid "compress better"
772 msgstr ""
774 #: archive.c:454
775 msgid "list supported archive formats"
776 msgstr ""
778 #: archive.c:456 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
779 #: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
780 msgid "repo"
781 msgstr ""
783 #: archive.c:457 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
785 msgstr ""
787 #: archive.c:458 builtin/archive.c:92 builtin/notes.c:489
788 msgid "command"
789 msgstr ""
791 #: archive.c:459 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
793 msgstr ""
795 #: archive.c:466
796 msgid "Unexpected option --remote"
797 msgstr ""
799 #: archive.c:468
800 msgid "Option --exec can only be used together with --remote"
801 msgstr ""
803 #: archive.c:470
804 msgid "Unexpected option --output"
805 msgstr ""
807 #: archive.c:492
808 #, c-format
809 msgid "Unknown archive format '%s'"
810 msgstr ""
812 #: archive.c:499
813 #, c-format
814 msgid "Argument not supported for format '%s': -%d"
815 msgstr ""
817 #: attr.c:218
818 #, c-format
819 msgid "%.*s is not a valid attribute name"
820 msgstr ""
822 #: attr.c:415
823 msgid ""
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
826 msgstr ""
828 #: bisect.c:461
829 #, c-format
830 msgid "Badly quoted content in file '%s': %s"
831 msgstr ""
833 #: bisect.c:669
834 #, c-format
835 msgid "We cannot bisect more!\n"
836 msgstr ""
838 #: bisect.c:723
839 #, c-format
840 msgid "Not a valid commit name %s"
841 msgstr ""
843 #: bisect.c:747
844 #, c-format
845 msgid ""
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
848 msgstr ""
850 #: bisect.c:752
851 #, c-format
852 msgid ""
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
855 msgstr ""
857 #: bisect.c:757
858 #, c-format
859 msgid ""
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
862 msgstr ""
864 #: bisect.c:765
865 #, c-format
866 msgid ""
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
870 msgstr ""
872 #: bisect.c:778
873 #, c-format
874 msgid ""
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
878 msgstr ""
880 #: bisect.c:811
881 #, c-format
882 msgid "Bisecting: a merge base must be tested\n"
883 msgstr ""
885 #: bisect.c:851
886 #, c-format
887 msgid "a %s revision is needed"
888 msgstr ""
890 #: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
891 #, c-format
892 msgid "could not create file '%s'"
893 msgstr ""
895 #: bisect.c:921
896 #, c-format
897 msgid "could not read file '%s'"
898 msgstr ""
900 #: bisect.c:951
901 msgid "reading bisect refs failed"
902 msgstr ""
904 #: bisect.c:970
905 #, c-format
906 msgid "%s was both %s and %s\n"
907 msgstr ""
909 #: bisect.c:978
910 #, c-format
911 msgid ""
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
914 msgstr ""
916 #: bisect.c:997
917 #, c-format
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
920 msgstr[0] ""
921 msgstr[1] ""
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
926 #: bisect.c:1003
927 #, c-format
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930 msgstr[0] ""
931 msgstr[1] ""
933 #: blame.c:1756
934 msgid "--contents and --reverse do not blend well."
935 msgstr ""
937 #: blame.c:1767
938 msgid "cannot use --contents with final commit object name"
939 msgstr ""
941 #: blame.c:1787
942 msgid "--reverse and --first-parent together require specified latest commit"
943 msgstr ""
945 #: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1861
946 #: sequencer.c:3632 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
947 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:372
948 #: builtin/shortlog.c:192
949 msgid "revision walk setup failed"
950 msgstr ""
952 #: blame.c:1814
953 msgid ""
954 "--reverse --first-parent together require range along first-parent chain"
955 msgstr ""
957 #: blame.c:1825
958 #, c-format
959 msgid "no such path %s in %s"
960 msgstr ""
962 #: blame.c:1836
963 #, c-format
964 msgid "cannot read blob %s for path %s"
965 msgstr ""
967 #: branch.c:54
968 #, c-format
969 msgid ""
970 "\n"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
974 msgstr ""
976 #: branch.c:68
977 #, c-format
978 msgid "Not setting branch %s as its own upstream."
979 msgstr ""
981 #: branch.c:94
982 #, c-format
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
984 msgstr ""
986 #: branch.c:95
987 #, c-format
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
989 msgstr ""
991 #: branch.c:99
992 #, c-format
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
994 msgstr ""
996 #: branch.c:100
997 #, c-format
998 msgid "Branch '%s' set up to track local branch '%s'."
999 msgstr ""
1001 #: branch.c:105
1002 #, c-format
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004 msgstr ""
1006 #: branch.c:106
1007 #, c-format
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1009 msgstr ""
1011 #: branch.c:110
1012 #, c-format
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014 msgstr ""
1016 #: branch.c:111
1017 #, c-format
1018 msgid "Branch '%s' set up to track local ref '%s'."
1019 msgstr ""
1021 #: branch.c:120
1022 msgid "Unable to write upstream branch configuration"
1023 msgstr ""
1025 #: branch.c:157
1026 #, c-format
1027 msgid "Not tracking: ambiguous information for ref %s"
1028 msgstr ""
1030 #: branch.c:190
1031 #, c-format
1032 msgid "'%s' is not a valid branch name."
1033 msgstr ""
1035 #: branch.c:209
1036 #, c-format
1037 msgid "A branch named '%s' already exists."
1038 msgstr ""
1040 #: branch.c:214
1041 msgid "Cannot force update the current branch."
1042 msgstr ""
1044 #: branch.c:234
1045 #, c-format
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047 msgstr ""
1049 #: branch.c:236
1050 #, c-format
1051 msgid "the requested upstream branch '%s' does not exist"
1052 msgstr ""
1054 #: branch.c:238
1055 msgid ""
1056 "\n"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1060 "\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1064 msgstr ""
1066 #: branch.c:281
1067 #, c-format
1068 msgid "Not a valid object name: '%s'."
1069 msgstr ""
1071 #: branch.c:301
1072 #, c-format
1073 msgid "Ambiguous object name: '%s'."
1074 msgstr ""
1076 #: branch.c:306
1077 #, c-format
1078 msgid "Not a valid branch point: '%s'."
1079 msgstr ""
1081 #: branch.c:360
1082 #, c-format
1083 msgid "'%s' is already checked out at '%s'"
1084 msgstr ""
1086 #: branch.c:383
1087 #, c-format
1088 msgid "HEAD of working tree %s is not updated"
1089 msgstr ""
1091 #: bundle.c:34
1092 #, c-format
1093 msgid "'%s' does not look like a v2 bundle file"
1094 msgstr ""
1096 #: bundle.c:62
1097 #, c-format
1098 msgid "unrecognized header: %s%s (%d)"
1099 msgstr ""
1101 #: bundle.c:88 sequencer.c:2081 sequencer.c:2558 builtin/commit.c:755
1102 #, c-format
1103 msgid "could not open '%s'"
1104 msgstr ""
1106 #: bundle.c:139
1107 msgid "Repository lacks these prerequisite commits:"
1108 msgstr ""
1110 #: bundle.c:190
1111 #, c-format
1112 msgid "The bundle contains this ref:"
1113 msgid_plural "The bundle contains these %d refs:"
1114 msgstr[0] ""
1115 msgstr[1] ""
1117 #: bundle.c:197
1118 msgid "The bundle records a complete history."
1119 msgstr ""
1121 #: bundle.c:199
1122 #, c-format
1123 msgid "The bundle requires this ref:"
1124 msgid_plural "The bundle requires these %d refs:"
1125 msgstr[0] ""
1126 msgstr[1] ""
1128 #: bundle.c:258
1129 msgid "Could not spawn pack-objects"
1130 msgstr ""
1132 #: bundle.c:269
1133 msgid "pack-objects died"
1134 msgstr ""
1136 #: bundle.c:311
1137 msgid "rev-list died"
1138 msgstr ""
1140 #: bundle.c:360
1141 #, c-format
1142 msgid "ref '%s' is excluded by the rev-list options"
1143 msgstr ""
1145 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
1146 #, c-format
1147 msgid "unrecognized argument: %s"
1148 msgstr ""
1150 #: bundle.c:458
1151 msgid "Refusing to create empty bundle."
1152 msgstr ""
1154 #: bundle.c:470
1155 #, c-format
1156 msgid "cannot create '%s'"
1157 msgstr ""
1159 #: bundle.c:498
1160 msgid "index-pack died"
1161 msgstr ""
1163 #: color.c:296
1164 #, c-format
1165 msgid "invalid color value: %.*s"
1166 msgstr ""
1168 #: commit.c:43 sequencer.c:2364 builtin/am.c:421 builtin/am.c:465
1169 #: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1170 #: builtin/replace.c:448
1171 #, c-format
1172 msgid "could not parse %s"
1173 msgstr ""
1175 #: commit.c:45
1176 #, c-format
1177 msgid "%s %s is not a commit!"
1178 msgstr ""
1180 #: commit.c:182
1181 msgid ""
1182 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1183 "and will be removed in a future Git version.\n"
1184 "\n"
1185 "Please use \"git replace --convert-graft-file\"\n"
1186 "to convert the grafts into replace refs.\n"
1187 "\n"
1188 "Turn this message off by running\n"
1189 "\"git config advice.graftFileDeprecated false\""
1190 msgstr ""
1192 #: commit.c:1540
1193 msgid ""
1194 "Warning: commit message did not conform to UTF-8.\n"
1195 "You may want to amend it after fixing the message, or set the config\n"
1196 "variable i18n.commitencoding to the encoding your project uses.\n"
1197 msgstr ""
1199 #: commit-graph.c:669
1200 #, c-format
1201 msgid "the commit graph format cannot write %d commits"
1202 msgstr ""
1204 #: commit-graph.c:696
1205 msgid "too many commits to write graph"
1206 msgstr ""
1208 #: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1209 #, c-format
1210 msgid "cannot mkdir %s"
1211 msgstr ""
1213 #: compat/obstack.c:405 compat/obstack.c:407
1214 msgid "memory exhausted"
1215 msgstr ""
1217 #: config.c:187
1218 msgid "relative config include conditionals must come from files"
1219 msgstr ""
1221 #: config.c:788
1222 #, c-format
1223 msgid "bad config line %d in blob %s"
1224 msgstr ""
1226 #: config.c:792
1227 #, c-format
1228 msgid "bad config line %d in file %s"
1229 msgstr ""
1231 #: config.c:796
1232 #, c-format
1233 msgid "bad config line %d in standard input"
1234 msgstr ""
1236 #: config.c:800
1237 #, c-format
1238 msgid "bad config line %d in submodule-blob %s"
1239 msgstr ""
1241 #: config.c:804
1242 #, c-format
1243 msgid "bad config line %d in command line %s"
1244 msgstr ""
1246 #: config.c:808
1247 #, c-format
1248 msgid "bad config line %d in %s"
1249 msgstr ""
1251 #: config.c:936
1252 msgid "out of range"
1253 msgstr ""
1255 #: config.c:936
1256 msgid "invalid unit"
1257 msgstr ""
1259 #: config.c:942
1260 #, c-format
1261 msgid "bad numeric config value '%s' for '%s': %s"
1262 msgstr ""
1264 #: config.c:947
1265 #, c-format
1266 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1267 msgstr ""
1269 #: config.c:950
1270 #, c-format
1271 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1272 msgstr ""
1274 #: config.c:953
1275 #, c-format
1276 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1277 msgstr ""
1279 #: config.c:956
1280 #, c-format
1281 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1282 msgstr ""
1284 #: config.c:959
1285 #, c-format
1286 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1287 msgstr ""
1289 #: config.c:962
1290 #, c-format
1291 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1292 msgstr ""
1294 #: config.c:1057
1295 #, c-format
1296 msgid "failed to expand user dir in: '%s'"
1297 msgstr ""
1299 #: config.c:1066
1300 #, c-format
1301 msgid "'%s' for '%s' is not a valid timestamp"
1302 msgstr ""
1304 #: config.c:1171 config.c:1182
1305 #, c-format
1306 msgid "bad zlib compression level %d"
1307 msgstr ""
1309 #: config.c:1307
1310 #, c-format
1311 msgid "invalid mode for object creation: %s"
1312 msgstr ""
1314 #: config.c:1473
1315 #, c-format
1316 msgid "bad pack compression level %d"
1317 msgstr ""
1319 #: config.c:1681
1320 msgid "unable to parse command-line config"
1321 msgstr ""
1323 #: config.c:2013
1324 msgid "unknown error occurred while reading the configuration files"
1325 msgstr ""
1327 #: config.c:2200
1328 #, c-format
1329 msgid "Invalid %s: '%s'"
1330 msgstr ""
1332 #: config.c:2243
1333 #, c-format
1334 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1335 msgstr ""
1337 #: config.c:2269
1338 #, c-format
1339 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1340 msgstr ""
1342 #: config.c:2294
1343 #, c-format
1344 msgid "unable to parse '%s' from command-line config"
1345 msgstr ""
1347 #: config.c:2296
1348 #, c-format
1349 msgid "bad config variable '%s' in file '%s' at line %d"
1350 msgstr ""
1352 #: config.c:2402
1353 #, c-format
1354 msgid "%s has multiple values"
1355 msgstr ""
1357 #: config.c:2766 config.c:3019
1358 #, c-format
1359 msgid "fstat on %s failed"
1360 msgstr ""
1362 #: config.c:2905
1363 #, c-format
1364 msgid "could not set '%s' to '%s'"
1365 msgstr ""
1367 #: config.c:2907 builtin/remote.c:779
1368 #, c-format
1369 msgid "could not unset '%s'"
1370 msgstr ""
1372 #: connect.c:61
1373 msgid "The remote end hung up upon initial contact"
1374 msgstr ""
1376 #: connect.c:63
1377 msgid ""
1378 "Could not read from remote repository.\n"
1379 "\n"
1380 "Please make sure you have the correct access rights\n"
1381 "and the repository exists."
1382 msgstr ""
1384 #: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
1385 msgid "Checking connectivity"
1386 msgstr ""
1388 #: connected.c:78
1389 msgid "Could not run 'git rev-list'"
1390 msgstr ""
1392 #: connected.c:98
1393 msgid "failed write to rev-list"
1394 msgstr ""
1396 #: connected.c:105
1397 msgid "failed to close rev-list's stdin"
1398 msgstr ""
1400 #: convert.c:206
1401 #, c-format
1402 msgid "CRLF would be replaced by LF in %s."
1403 msgstr ""
1405 #: convert.c:208
1406 #, c-format
1407 msgid ""
1408 "CRLF will be replaced by LF in %s.\n"
1409 "The file will have its original line endings in your working directory."
1410 msgstr ""
1412 #: convert.c:216
1413 #, c-format
1414 msgid "LF would be replaced by CRLF in %s"
1415 msgstr ""
1417 #: convert.c:218
1418 #, c-format
1419 msgid ""
1420 "LF will be replaced by CRLF in %s.\n"
1421 "The file will have its original line endings in your working directory."
1422 msgstr ""
1424 #: convert.c:279
1425 #, c-format
1426 msgid "BOM is prohibited in '%s' if encoded as %s"
1427 msgstr ""
1429 #: convert.c:286
1430 #, c-format
1431 msgid ""
1432 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1433 "tree-encoding."
1434 msgstr ""
1436 #: convert.c:304
1437 #, c-format
1438 msgid "BOM is required in '%s' if encoded as %s"
1439 msgstr ""
1441 #: convert.c:306
1442 #, c-format
1443 msgid ""
1444 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1445 "%sLE (depending on the byte order) as working-tree-encoding."
1446 msgstr ""
1448 #: convert.c:424
1449 #, c-format
1450 msgid "failed to encode '%s' from %s to %s"
1451 msgstr ""
1453 #: convert.c:467
1454 #, c-format
1455 msgid "encoding '%s' from %s to %s and back is not the same"
1456 msgstr ""
1458 #: convert.c:1225
1459 msgid "true/false are no valid working-tree-encodings"
1460 msgstr ""
1462 #: date.c:116
1463 msgid "in the future"
1464 msgstr ""
1466 #: date.c:122
1467 #, c-format
1468 msgid "%<PRIuMAX> second ago"
1469 msgid_plural "%<PRIuMAX> seconds ago"
1470 msgstr[0] ""
1471 msgstr[1] ""
1473 #: date.c:129
1474 #, c-format
1475 msgid "%<PRIuMAX> minute ago"
1476 msgid_plural "%<PRIuMAX> minutes ago"
1477 msgstr[0] ""
1478 msgstr[1] ""
1480 #: date.c:136
1481 #, c-format
1482 msgid "%<PRIuMAX> hour ago"
1483 msgid_plural "%<PRIuMAX> hours ago"
1484 msgstr[0] ""
1485 msgstr[1] ""
1487 #: date.c:143
1488 #, c-format
1489 msgid "%<PRIuMAX> day ago"
1490 msgid_plural "%<PRIuMAX> days ago"
1491 msgstr[0] ""
1492 msgstr[1] ""
1494 #: date.c:149
1495 #, c-format
1496 msgid "%<PRIuMAX> week ago"
1497 msgid_plural "%<PRIuMAX> weeks ago"
1498 msgstr[0] ""
1499 msgstr[1] ""
1501 #: date.c:156
1502 #, c-format
1503 msgid "%<PRIuMAX> month ago"
1504 msgid_plural "%<PRIuMAX> months ago"
1505 msgstr[0] ""
1506 msgstr[1] ""
1508 #: date.c:167
1509 #, c-format
1510 msgid "%<PRIuMAX> year"
1511 msgid_plural "%<PRIuMAX> years"
1512 msgstr[0] ""
1513 msgstr[1] ""
1515 #. TRANSLATORS: "%s" is "<n> years"
1516 #: date.c:170
1517 #, c-format
1518 msgid "%s, %<PRIuMAX> month ago"
1519 msgid_plural "%s, %<PRIuMAX> months ago"
1520 msgstr[0] ""
1521 msgstr[1] ""
1523 #: date.c:175 date.c:180
1524 #, c-format
1525 msgid "%<PRIuMAX> year ago"
1526 msgid_plural "%<PRIuMAX> years ago"
1527 msgstr[0] ""
1528 msgstr[1] ""
1530 #: diffcore-order.c:24
1531 #, c-format
1532 msgid "failed to read orderfile '%s'"
1533 msgstr ""
1535 #: diffcore-rename.c:535
1536 msgid "Performing inexact rename detection"
1537 msgstr ""
1539 #: diff.c:74
1540 #, c-format
1541 msgid "option '%s' requires a value"
1542 msgstr ""
1544 #: diff.c:152
1545 #, c-format
1546 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1547 msgstr ""
1549 #: diff.c:157
1550 #, c-format
1551 msgid "  Unknown dirstat parameter '%s'\n"
1552 msgstr ""
1554 #: diff.c:281
1555 msgid ""
1556 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1557 "'plain'"
1558 msgstr ""
1560 #: diff.c:341
1561 #, c-format
1562 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1563 msgstr ""
1565 #: diff.c:401
1566 #, c-format
1567 msgid ""
1568 "Found errors in 'diff.dirstat' config variable:\n"
1569 "%s"
1570 msgstr ""
1572 #: diff.c:3823
1573 #, c-format
1574 msgid "external diff died, stopping at %s"
1575 msgstr ""
1577 #: diff.c:4153
1578 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1579 msgstr ""
1581 #: diff.c:4156
1582 msgid "-G, -S and --find-object are mutually exclusive"
1583 msgstr ""
1585 #: diff.c:4244
1586 msgid "--follow requires exactly one pathspec"
1587 msgstr ""
1589 #: diff.c:4410
1590 #, c-format
1591 msgid ""
1592 "Failed to parse --dirstat/-X option parameter:\n"
1593 "%s"
1594 msgstr ""
1596 #: diff.c:4424
1597 #, c-format
1598 msgid "Failed to parse --submodule option parameter: '%s'"
1599 msgstr ""
1601 #: diff.c:5500
1602 msgid "inexact rename detection was skipped due to too many files."
1603 msgstr ""
1605 #: diff.c:5503
1606 msgid "only found copies from modified paths due to too many files."
1607 msgstr ""
1609 #: diff.c:5506
1610 #, c-format
1611 msgid ""
1612 "you may want to set your %s variable to at least %d and retry the command."
1613 msgstr ""
1615 #: dir.c:1867
1616 #, c-format
1617 msgid "could not open directory '%s'"
1618 msgstr ""
1620 #: dir.c:2109
1621 msgid "failed to get kernel name and information"
1622 msgstr ""
1624 #: dir.c:2233
1625 msgid "Untracked cache is disabled on this system or location."
1626 msgstr ""
1628 #: dir.c:3075 dir.c:3080
1629 #, c-format
1630 msgid "could not create directories for %s"
1631 msgstr ""
1633 #: dir.c:3109
1634 #, c-format
1635 msgid "could not migrate git directory from '%s' to '%s'"
1636 msgstr ""
1638 #: editor.c:61
1639 #, c-format
1640 msgid "hint: Waiting for your editor to close the file...%c"
1641 msgstr ""
1643 #: entry.c:177
1644 msgid "Filtering content"
1645 msgstr ""
1647 #: entry.c:435
1648 #, c-format
1649 msgid "could not stat file '%s'"
1650 msgstr ""
1652 #: fetch-object.c:17
1653 msgid "Remote with no URL"
1654 msgstr ""
1656 #: fetch-pack.c:254
1657 msgid "git fetch-pack: expected shallow list"
1658 msgstr ""
1660 #: fetch-pack.c:266
1661 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1662 msgstr ""
1664 #: fetch-pack.c:285 builtin/archive.c:63
1665 #, c-format
1666 msgid "remote error: %s"
1667 msgstr ""
1669 #: fetch-pack.c:286
1670 #, c-format
1671 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1672 msgstr ""
1674 #: fetch-pack.c:338
1675 msgid "--stateless-rpc requires multi_ack_detailed"
1676 msgstr ""
1678 #: fetch-pack.c:429 fetch-pack.c:1310
1679 #, c-format
1680 msgid "invalid shallow line: %s"
1681 msgstr ""
1683 #: fetch-pack.c:435 fetch-pack.c:1316
1684 #, c-format
1685 msgid "invalid unshallow line: %s"
1686 msgstr ""
1688 #: fetch-pack.c:437 fetch-pack.c:1318
1689 #, c-format
1690 msgid "object not found: %s"
1691 msgstr ""
1693 #: fetch-pack.c:440 fetch-pack.c:1321
1694 #, c-format
1695 msgid "error in object: %s"
1696 msgstr ""
1698 #: fetch-pack.c:442 fetch-pack.c:1323
1699 #, c-format
1700 msgid "no shallow found: %s"
1701 msgstr ""
1703 #: fetch-pack.c:445 fetch-pack.c:1326
1704 #, c-format
1705 msgid "expected shallow/unshallow, got %s"
1706 msgstr ""
1708 #: fetch-pack.c:486
1709 #, c-format
1710 msgid "got %s %d %s"
1711 msgstr ""
1713 #: fetch-pack.c:500
1714 #, c-format
1715 msgid "invalid commit %s"
1716 msgstr ""
1718 #: fetch-pack.c:533
1719 msgid "giving up"
1720 msgstr ""
1722 #: fetch-pack.c:543 progress.c:229
1723 msgid "done"
1724 msgstr ""
1726 #: fetch-pack.c:555
1727 #, c-format
1728 msgid "got %s (%d) %s"
1729 msgstr ""
1731 #: fetch-pack.c:601
1732 #, c-format
1733 msgid "Marking %s as complete"
1734 msgstr ""
1736 #: fetch-pack.c:828
1737 #, c-format
1738 msgid "already have %s (%s)"
1739 msgstr ""
1741 #: fetch-pack.c:869
1742 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1743 msgstr ""
1745 #: fetch-pack.c:877
1746 msgid "protocol error: bad pack header"
1747 msgstr ""
1749 #: fetch-pack.c:944
1750 #, c-format
1751 msgid "fetch-pack: unable to fork off %s"
1752 msgstr ""
1754 #: fetch-pack.c:960
1755 #, c-format
1756 msgid "%s failed"
1757 msgstr ""
1759 #: fetch-pack.c:962
1760 msgid "error in sideband demultiplexer"
1761 msgstr ""
1763 #: fetch-pack.c:989
1764 msgid "Server does not support shallow clients"
1765 msgstr ""
1767 #: fetch-pack.c:993
1768 msgid "Server supports multi_ack_detailed"
1769 msgstr ""
1771 #: fetch-pack.c:996
1772 msgid "Server supports no-done"
1773 msgstr ""
1775 #: fetch-pack.c:1002
1776 msgid "Server supports multi_ack"
1777 msgstr ""
1779 #: fetch-pack.c:1006
1780 msgid "Server supports side-band-64k"
1781 msgstr ""
1783 #: fetch-pack.c:1010
1784 msgid "Server supports side-band"
1785 msgstr ""
1787 #: fetch-pack.c:1014
1788 msgid "Server supports allow-tip-sha1-in-want"
1789 msgstr ""
1791 #: fetch-pack.c:1018
1792 msgid "Server supports allow-reachable-sha1-in-want"
1793 msgstr ""
1795 #: fetch-pack.c:1028
1796 msgid "Server supports ofs-delta"
1797 msgstr ""
1799 #: fetch-pack.c:1034 fetch-pack.c:1204
1800 msgid "Server supports filter"
1801 msgstr ""
1803 #: fetch-pack.c:1042
1804 #, c-format
1805 msgid "Server version is %.*s"
1806 msgstr ""
1808 #: fetch-pack.c:1048
1809 msgid "Server does not support --shallow-since"
1810 msgstr ""
1812 #: fetch-pack.c:1052
1813 msgid "Server does not support --shallow-exclude"
1814 msgstr ""
1816 #: fetch-pack.c:1054
1817 msgid "Server does not support --deepen"
1818 msgstr ""
1820 #: fetch-pack.c:1065
1821 msgid "no common commits"
1822 msgstr ""
1824 #: fetch-pack.c:1077 fetch-pack.c:1414
1825 msgid "git fetch-pack: fetch failed."
1826 msgstr ""
1828 #: fetch-pack.c:1199
1829 msgid "Server does not support shallow requests"
1830 msgstr ""
1832 #: fetch-pack.c:1584
1833 msgid "no matching remote head"
1834 msgstr ""
1836 #: fetch-pack.c:1610
1837 #, c-format
1838 msgid "no such remote ref %s"
1839 msgstr ""
1841 #: fetch-pack.c:1613
1842 #, c-format
1843 msgid "Server does not allow request for unadvertised object %s"
1844 msgstr ""
1846 #: gpg-interface.c:185
1847 msgid "gpg failed to sign the data"
1848 msgstr ""
1850 #: gpg-interface.c:210
1851 msgid "could not create temporary file"
1852 msgstr ""
1854 #: gpg-interface.c:213
1855 #, c-format
1856 msgid "failed writing detached signature to '%s'"
1857 msgstr ""
1859 #: graph.c:97
1860 #, c-format
1861 msgid "ignore invalid color '%.*s' in log.graphColors"
1862 msgstr ""
1864 #: grep.c:2020
1865 #, c-format
1866 msgid "'%s': unable to read %s"
1867 msgstr ""
1869 #: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
1870 #: builtin/rm.c:134
1871 #, c-format
1872 msgid "failed to stat '%s'"
1873 msgstr ""
1875 #: grep.c:2048
1876 #, c-format
1877 msgid "'%s': short read"
1878 msgstr ""
1880 #: help.c:23
1881 msgid "start a working area (see also: git help tutorial)"
1882 msgstr ""
1884 #: help.c:24
1885 msgid "work on the current change (see also: git help everyday)"
1886 msgstr ""
1888 #: help.c:25
1889 msgid "examine the history and state (see also: git help revisions)"
1890 msgstr ""
1892 #: help.c:26
1893 msgid "grow, mark and tweak your common history"
1894 msgstr ""
1896 #: help.c:27
1897 msgid "collaborate (see also: git help workflows)"
1898 msgstr ""
1900 #: help.c:31
1901 msgid "Main Porcelain Commands"
1902 msgstr ""
1904 #: help.c:32
1905 msgid "Ancillary Commands / Manipulators"
1906 msgstr ""
1908 #: help.c:33
1909 msgid "Ancillary Commands / Interrogators"
1910 msgstr ""
1912 #: help.c:34
1913 msgid "Interacting with Others"
1914 msgstr ""
1916 #: help.c:35
1917 msgid "Low-level Commands / Manipulators"
1918 msgstr ""
1920 #: help.c:36
1921 msgid "Low-level Commands / Interrogators"
1922 msgstr ""
1924 #: help.c:37
1925 msgid "Low-level Commands / Synching Repositories"
1926 msgstr ""
1928 #: help.c:38
1929 msgid "Low-level Commands / Internal Helpers"
1930 msgstr ""
1932 #: help.c:293
1933 #, c-format
1934 msgid "available git commands in '%s'"
1935 msgstr ""
1937 #: help.c:300
1938 msgid "git commands available from elsewhere on your $PATH"
1939 msgstr ""
1941 #: help.c:309
1942 msgid "These are common Git commands used in various situations:"
1943 msgstr ""
1945 #: help.c:358 git.c:90
1946 #, c-format
1947 msgid "unsupported command listing type '%s'"
1948 msgstr ""
1950 #: help.c:405
1951 msgid "The common Git guides are:"
1952 msgstr ""
1954 #: help.c:467
1955 #, c-format
1956 msgid ""
1957 "'%s' appears to be a git command, but we were not\n"
1958 "able to execute it. Maybe git-%s is broken?"
1959 msgstr ""
1961 #: help.c:526
1962 msgid "Uh oh. Your system reports no Git commands at all."
1963 msgstr ""
1965 #: help.c:548
1966 #, c-format
1967 msgid "WARNING: You called a Git command named '%s', which does not exist."
1968 msgstr ""
1970 #: help.c:553
1971 #, c-format
1972 msgid "Continuing under the assumption that you meant '%s'."
1973 msgstr ""
1975 #: help.c:558
1976 #, c-format
1977 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1978 msgstr ""
1980 #: help.c:566
1981 #, c-format
1982 msgid "git: '%s' is not a git command. See 'git --help'."
1983 msgstr ""
1985 #: help.c:570
1986 msgid ""
1987 "\n"
1988 "The most similar command is"
1989 msgid_plural ""
1990 "\n"
1991 "The most similar commands are"
1992 msgstr[0] ""
1993 msgstr[1] ""
1995 #: help.c:585
1996 msgid "git version [<options>]"
1997 msgstr ""
1999 #: help.c:652
2000 #, c-format
2001 msgid "%s: %s - %s"
2002 msgstr ""
2004 #: help.c:656
2005 msgid ""
2006 "\n"
2007 "Did you mean this?"
2008 msgid_plural ""
2009 "\n"
2010 "Did you mean one of these?"
2011 msgstr[0] ""
2012 msgstr[1] ""
2014 #: ident.c:342
2015 msgid ""
2016 "\n"
2017 "*** Please tell me who you are.\n"
2018 "\n"
2019 "Run\n"
2020 "\n"
2021 "  git config --global user.email \"you@example.com\"\n"
2022 "  git config --global user.name \"Your Name\"\n"
2023 "\n"
2024 "to set your account's default identity.\n"
2025 "Omit --global to set the identity only in this repository.\n"
2026 "\n"
2027 msgstr ""
2029 #: ident.c:366
2030 msgid "no email was given and auto-detection is disabled"
2031 msgstr ""
2033 #: ident.c:371
2034 #, c-format
2035 msgid "unable to auto-detect email address (got '%s')"
2036 msgstr ""
2038 #: ident.c:381
2039 msgid "no name was given and auto-detection is disabled"
2040 msgstr ""
2042 #: ident.c:387
2043 #, c-format
2044 msgid "unable to auto-detect name (got '%s')"
2045 msgstr ""
2047 #: ident.c:395
2048 #, c-format
2049 msgid "empty ident name (for <%s>) not allowed"
2050 msgstr ""
2052 #: ident.c:401
2053 #, c-format
2054 msgid "name consists only of disallowed characters: %s"
2055 msgstr ""
2057 #: ident.c:416 builtin/commit.c:587
2058 #, c-format
2059 msgid "invalid date format: %s"
2060 msgstr ""
2062 #: list-objects-filter-options.c:36
2063 msgid "multiple filter-specs cannot be combined"
2064 msgstr ""
2066 #: list-objects-filter-options.c:126
2067 msgid "cannot change partial clone promisor remote"
2068 msgstr ""
2070 #: lockfile.c:151
2071 #, c-format
2072 msgid ""
2073 "Unable to create '%s.lock': %s.\n"
2074 "\n"
2075 "Another git process seems to be running in this repository, e.g.\n"
2076 "an editor opened by 'git commit'. Please make sure all processes\n"
2077 "are terminated then try again. If it still fails, a git process\n"
2078 "may have crashed in this repository earlier:\n"
2079 "remove the file manually to continue."
2080 msgstr ""
2082 #: lockfile.c:159
2083 #, c-format
2084 msgid "Unable to create '%s.lock': %s"
2085 msgstr ""
2087 #: merge.c:71
2088 msgid "failed to read the cache"
2089 msgstr ""
2091 #: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2092 #: builtin/checkout.c:606 builtin/clone.c:761
2093 msgid "unable to write new index file"
2094 msgstr ""
2096 #: merge-recursive.c:298
2097 msgid "(bad commit)\n"
2098 msgstr ""
2100 #: merge-recursive.c:320
2101 #, c-format
2102 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2103 msgstr ""
2105 #: merge-recursive.c:328
2106 #, c-format
2107 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2108 msgstr ""
2110 #: merge-recursive.c:410
2111 msgid "error building trees"
2112 msgstr ""
2114 #: merge-recursive.c:881
2115 #, c-format
2116 msgid "failed to create path '%s'%s"
2117 msgstr ""
2119 #: merge-recursive.c:892
2120 #, c-format
2121 msgid "Removing %s to make room for subdirectory\n"
2122 msgstr ""
2124 #: merge-recursive.c:906 merge-recursive.c:925
2125 msgid ": perhaps a D/F conflict?"
2126 msgstr ""
2128 #: merge-recursive.c:915
2129 #, c-format
2130 msgid "refusing to lose untracked file at '%s'"
2131 msgstr ""
2133 #: merge-recursive.c:957 builtin/cat-file.c:37
2134 #, c-format
2135 msgid "cannot read object %s '%s'"
2136 msgstr ""
2138 #: merge-recursive.c:959
2139 #, c-format
2140 msgid "blob expected for %s '%s'"
2141 msgstr ""
2143 #: merge-recursive.c:983
2144 #, c-format
2145 msgid "failed to open '%s': %s"
2146 msgstr ""
2148 #: merge-recursive.c:994
2149 #, c-format
2150 msgid "failed to symlink '%s': %s"
2151 msgstr ""
2153 #: merge-recursive.c:999
2154 #, c-format
2155 msgid "do not know what to do with %06o %s '%s'"
2156 msgstr ""
2158 #: merge-recursive.c:1186
2159 #, c-format
2160 msgid "Failed to merge submodule %s (not checked out)"
2161 msgstr ""
2163 #: merge-recursive.c:1193
2164 #, c-format
2165 msgid "Failed to merge submodule %s (commits not present)"
2166 msgstr ""
2168 #: merge-recursive.c:1200
2169 #, c-format
2170 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2171 msgstr ""
2173 #: merge-recursive.c:1208 merge-recursive.c:1220
2174 #, c-format
2175 msgid "Fast-forwarding submodule %s to the following commit:"
2176 msgstr ""
2178 #: merge-recursive.c:1211 merge-recursive.c:1223
2179 #, c-format
2180 msgid "Fast-forwarding submodule %s"
2181 msgstr ""
2183 #: merge-recursive.c:1245
2184 #, c-format
2185 msgid "Failed to merge submodule %s (merge following commits not found)"
2186 msgstr ""
2188 #: merge-recursive.c:1249
2189 #, c-format
2190 msgid "Failed to merge submodule %s (not fast-forward)"
2191 msgstr ""
2193 #: merge-recursive.c:1250
2194 msgid "Found a possible merge resolution for the submodule:\n"
2195 msgstr ""
2197 #: merge-recursive.c:1253
2198 #, c-format
2199 msgid ""
2200 "If this is correct simply add it to the index for example\n"
2201 "by using:\n"
2202 "\n"
2203 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
2204 "\n"
2205 "which will accept this suggestion.\n"
2206 msgstr ""
2208 #: merge-recursive.c:1262
2209 #, c-format
2210 msgid "Failed to merge submodule %s (multiple merges found)"
2211 msgstr ""
2213 #: merge-recursive.c:1321
2214 msgid "Failed to execute internal merge"
2215 msgstr ""
2217 #: merge-recursive.c:1326
2218 #, c-format
2219 msgid "Unable to add %s to database"
2220 msgstr ""
2222 #: merge-recursive.c:1358
2223 #, c-format
2224 msgid "Auto-merging %s"
2225 msgstr ""
2227 #: merge-recursive.c:1423
2228 #, c-format
2229 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2230 msgstr ""
2232 #: merge-recursive.c:1475
2233 #, c-format
2234 msgid ""
2235 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2236 "in tree."
2237 msgstr ""
2239 #: merge-recursive.c:1480
2240 #, c-format
2241 msgid ""
2242 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2243 "left in tree."
2244 msgstr ""
2246 #: merge-recursive.c:1487
2247 #, c-format
2248 msgid ""
2249 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2250 "in tree at %s."
2251 msgstr ""
2253 #: merge-recursive.c:1492
2254 #, c-format
2255 msgid ""
2256 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2257 "left in tree at %s."
2258 msgstr ""
2260 #: merge-recursive.c:1526
2261 msgid "rename"
2262 msgstr ""
2264 #: merge-recursive.c:1526
2265 msgid "renamed"
2266 msgstr ""
2268 #: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2269 #: merge-recursive.c:3086
2270 #, c-format
2271 msgid "Refusing to lose dirty file at %s"
2272 msgstr ""
2274 #: merge-recursive.c:1594
2275 #, c-format
2276 msgid "%s is a directory in %s adding as %s instead"
2277 msgstr ""
2279 #: merge-recursive.c:1599
2280 #, c-format
2281 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2282 msgstr ""
2284 #: merge-recursive.c:1625
2285 #, c-format
2286 msgid ""
2287 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2288 "\"->\"%s\" in \"%s\"%s"
2289 msgstr ""
2291 #: merge-recursive.c:1630
2292 msgid " (left unresolved)"
2293 msgstr ""
2295 #: merge-recursive.c:1694
2296 #, c-format
2297 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2298 msgstr ""
2300 #: merge-recursive.c:1733
2301 #, c-format
2302 msgid "Renaming %s to %s and %s to %s instead"
2303 msgstr ""
2305 #: merge-recursive.c:1745
2306 #, c-format
2307 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2308 msgstr ""
2310 #: merge-recursive.c:1951
2311 #, c-format
2312 msgid ""
2313 "CONFLICT (directory rename split): Unclear where to place %s because "
2314 "directory %s was renamed to multiple other directories, with no destination "
2315 "getting a majority of the files."
2316 msgstr ""
2318 #: merge-recursive.c:1983
2319 #, c-format
2320 msgid ""
2321 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2322 "implicit directory rename(s) putting the following path(s) there: %s."
2323 msgstr ""
2325 #: merge-recursive.c:1993
2326 #, c-format
2327 msgid ""
2328 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2329 "implicit directory renames tried to put these paths there: %s"
2330 msgstr ""
2332 #: merge-recursive.c:2085
2333 #, c-format
2334 msgid ""
2335 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2336 ">%s in %s"
2337 msgstr ""
2339 #: merge-recursive.c:2330
2340 #, c-format
2341 msgid ""
2342 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2343 "renamed."
2344 msgstr ""
2346 #: merge-recursive.c:2736
2347 #, c-format
2348 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2349 msgstr ""
2351 #: merge-recursive.c:2751
2352 #, c-format
2353 msgid "Adding merged %s"
2354 msgstr ""
2356 #: merge-recursive.c:2758 merge-recursive.c:3089
2357 #, c-format
2358 msgid "Adding as %s instead"
2359 msgstr ""
2361 #: merge-recursive.c:2914
2362 #, c-format
2363 msgid "cannot read object %s"
2364 msgstr ""
2366 #: merge-recursive.c:2917
2367 #, c-format
2368 msgid "object %s is not a blob"
2369 msgstr ""
2371 #: merge-recursive.c:2986
2372 msgid "modify"
2373 msgstr ""
2375 #: merge-recursive.c:2986
2376 msgid "modified"
2377 msgstr ""
2379 #: merge-recursive.c:2997
2380 msgid "content"
2381 msgstr ""
2383 #: merge-recursive.c:3004
2384 msgid "add/add"
2385 msgstr ""
2387 #: merge-recursive.c:3046
2388 #, c-format
2389 msgid "Skipped %s (merged same as existing)"
2390 msgstr ""
2392 #: merge-recursive.c:3055 git-submodule.sh:895
2393 msgid "submodule"
2394 msgstr ""
2396 #: merge-recursive.c:3056
2397 #, c-format
2398 msgid "CONFLICT (%s): Merge conflict in %s"
2399 msgstr ""
2401 #: merge-recursive.c:3178
2402 #, c-format
2403 msgid "Removing %s"
2404 msgstr ""
2406 #: merge-recursive.c:3204
2407 msgid "file/directory"
2408 msgstr ""
2410 #: merge-recursive.c:3210
2411 msgid "directory/file"
2412 msgstr ""
2414 #: merge-recursive.c:3217
2415 #, c-format
2416 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2417 msgstr ""
2419 #: merge-recursive.c:3226
2420 #, c-format
2421 msgid "Adding %s"
2422 msgstr ""
2424 #: merge-recursive.c:3267
2425 #, c-format
2426 msgid "Dirty index: cannot merge (dirty: %s)"
2427 msgstr ""
2429 #: merge-recursive.c:3271
2430 msgid "Already up to date!"
2431 msgstr ""
2433 #: merge-recursive.c:3280
2434 #, c-format
2435 msgid "merging of trees %s and %s failed"
2436 msgstr ""
2438 #: merge-recursive.c:3379
2439 msgid "Merging:"
2440 msgstr ""
2442 #: merge-recursive.c:3392
2443 #, c-format
2444 msgid "found %u common ancestor:"
2445 msgid_plural "found %u common ancestors:"
2446 msgstr[0] ""
2447 msgstr[1] ""
2449 #: merge-recursive.c:3431
2450 msgid "merge returned no commit"
2451 msgstr ""
2453 #: merge-recursive.c:3495
2454 #, c-format
2455 msgid "Could not parse object '%s'"
2456 msgstr ""
2458 #: merge-recursive.c:3511 builtin/merge.c:659 builtin/merge.c:816
2459 msgid "Unable to write index."
2460 msgstr ""
2462 #: notes-merge.c:272
2463 #, c-format
2464 msgid ""
2465 "You have not concluded your previous notes merge (%s exists).\n"
2466 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2467 "commit/abort the previous merge before you start a new notes merge."
2468 msgstr ""
2470 #: notes-merge.c:279
2471 #, c-format
2472 msgid "You have not concluded your notes merge (%s exists)."
2473 msgstr ""
2475 #: notes-utils.c:43
2476 msgid "Cannot commit uninitialized/unreferenced notes tree"
2477 msgstr ""
2479 #: notes-utils.c:102
2480 #, c-format
2481 msgid "Bad notes.rewriteMode value: '%s'"
2482 msgstr ""
2484 #: notes-utils.c:112
2485 #, c-format
2486 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2487 msgstr ""
2489 #. TRANSLATORS: The first %s is the name of
2490 #. the environment variable, the second %s is
2491 #. its value.
2493 #: notes-utils.c:142
2494 #, c-format
2495 msgid "Bad %s value: '%s'"
2496 msgstr ""
2498 #: object.c:242
2499 #, c-format
2500 msgid "unable to parse object: %s"
2501 msgstr ""
2503 #: packfile.c:563
2504 msgid "offset before end of packfile (broken .idx?)"
2505 msgstr ""
2507 #: packfile.c:1742
2508 #, c-format
2509 msgid "offset before start of pack index for %s (corrupt index?)"
2510 msgstr ""
2512 #: packfile.c:1746
2513 #, c-format
2514 msgid "offset beyond end of pack index for %s (truncated index?)"
2515 msgstr ""
2517 #: parse-options.c:621
2518 msgid "..."
2519 msgstr ""
2521 #: parse-options.c:640
2522 #, c-format
2523 msgid "usage: %s"
2524 msgstr ""
2526 #. TRANSLATORS: the colon here should align with the
2527 #. one in "usage: %s" translation.
2529 #: parse-options.c:646
2530 #, c-format
2531 msgid "   or: %s"
2532 msgstr ""
2534 #: parse-options.c:649
2535 #, c-format
2536 msgid "    %s"
2537 msgstr ""
2539 #: parse-options.c:688
2540 msgid "-NUM"
2541 msgstr ""
2543 #: parse-options-cb.c:44
2544 #, c-format
2545 msgid "malformed expiration date '%s'"
2546 msgstr ""
2548 #: parse-options-cb.c:112
2549 #, c-format
2550 msgid "malformed object name '%s'"
2551 msgstr ""
2553 #: path.c:892
2554 #, c-format
2555 msgid "Could not make %s writable by group"
2556 msgstr ""
2558 #: pathspec.c:129
2559 msgid "Escape character '\\' not allowed as last character in attr value"
2560 msgstr ""
2562 #: pathspec.c:147
2563 msgid "Only one 'attr:' specification is allowed."
2564 msgstr ""
2566 #: pathspec.c:150
2567 msgid "attr spec must not be empty"
2568 msgstr ""
2570 #: pathspec.c:193
2571 #, c-format
2572 msgid "invalid attribute name %s"
2573 msgstr ""
2575 #: pathspec.c:258
2576 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2577 msgstr ""
2579 #: pathspec.c:265
2580 msgid ""
2581 "global 'literal' pathspec setting is incompatible with all other global "
2582 "pathspec settings"
2583 msgstr ""
2585 #: pathspec.c:305
2586 msgid "invalid parameter for pathspec magic 'prefix'"
2587 msgstr ""
2589 #: pathspec.c:326
2590 #, c-format
2591 msgid "Invalid pathspec magic '%.*s' in '%s'"
2592 msgstr ""
2594 #: pathspec.c:331
2595 #, c-format
2596 msgid "Missing ')' at the end of pathspec magic in '%s'"
2597 msgstr ""
2599 #: pathspec.c:369
2600 #, c-format
2601 msgid "Unimplemented pathspec magic '%c' in '%s'"
2602 msgstr ""
2604 #: pathspec.c:428
2605 #, c-format
2606 msgid "%s: 'literal' and 'glob' are incompatible"
2607 msgstr ""
2609 #: pathspec.c:441
2610 #, c-format
2611 msgid "%s: '%s' is outside repository"
2612 msgstr ""
2614 #: pathspec.c:515
2615 #, c-format
2616 msgid "'%s' (mnemonic: '%c')"
2617 msgstr ""
2619 #: pathspec.c:525
2620 #, c-format
2621 msgid "%s: pathspec magic not supported by this command: %s"
2622 msgstr ""
2624 #: pathspec.c:592
2625 #, c-format
2626 msgid "pathspec '%s' is beyond a symbolic link"
2627 msgstr ""
2629 #: pretty.c:962
2630 msgid "unable to parse --pretty format"
2631 msgstr ""
2633 #: read-cache.c:1500
2634 #, c-format
2635 msgid ""
2636 "index.version set, but the value is invalid.\n"
2637 "Using version %i"
2638 msgstr ""
2640 #: read-cache.c:1510
2641 #, c-format
2642 msgid ""
2643 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2644 "Using version %i"
2645 msgstr ""
2647 #: read-cache.c:2404 sequencer.c:4338 wrapper.c:658 builtin/merge.c:1048
2648 #, c-format
2649 msgid "could not close '%s'"
2650 msgstr ""
2652 #: read-cache.c:2477 sequencer.c:2102 sequencer.c:3234
2653 #, c-format
2654 msgid "could not stat '%s'"
2655 msgstr ""
2657 #: read-cache.c:2490
2658 #, c-format
2659 msgid "unable to open git dir: %s"
2660 msgstr ""
2662 #: read-cache.c:2502
2663 #, c-format
2664 msgid "unable to unlink: %s"
2665 msgstr ""
2667 #: refs.c:732 sequencer.c:4334 sequencer.c:4393 wrapper.c:225 wrapper.c:395
2668 #: builtin/am.c:779
2669 #, c-format
2670 msgid "could not open '%s' for writing"
2671 msgstr ""
2673 #: refs.c:1880
2674 msgid "ref updates forbidden inside quarantine environment"
2675 msgstr ""
2677 #: refs/files-backend.c:1191
2678 #, c-format
2679 msgid "could not remove reference %s"
2680 msgstr ""
2682 #: refs/files-backend.c:1205 refs/packed-backend.c:1531
2683 #: refs/packed-backend.c:1541
2684 #, c-format
2685 msgid "could not delete reference %s: %s"
2686 msgstr ""
2688 #: refs/files-backend.c:1208 refs/packed-backend.c:1544
2689 #, c-format
2690 msgid "could not delete references: %s"
2691 msgstr ""
2693 #: ref-filter.c:35 wt-status.c:1850
2694 msgid "gone"
2695 msgstr ""
2697 #: ref-filter.c:36
2698 #, c-format
2699 msgid "ahead %d"
2700 msgstr ""
2702 #: ref-filter.c:37
2703 #, c-format
2704 msgid "behind %d"
2705 msgstr ""
2707 #: ref-filter.c:38
2708 #, c-format
2709 msgid "ahead %d, behind %d"
2710 msgstr ""
2712 #: ref-filter.c:121
2713 #, c-format
2714 msgid "expected format: %%(color:<color>)"
2715 msgstr ""
2717 #: ref-filter.c:123
2718 #, c-format
2719 msgid "unrecognized color: %%(color:%s)"
2720 msgstr ""
2722 #: ref-filter.c:145
2723 #, c-format
2724 msgid "Integer value expected refname:lstrip=%s"
2725 msgstr ""
2727 #: ref-filter.c:149
2728 #, c-format
2729 msgid "Integer value expected refname:rstrip=%s"
2730 msgstr ""
2732 #: ref-filter.c:151
2733 #, c-format
2734 msgid "unrecognized %%(%s) argument: %s"
2735 msgstr ""
2737 #: ref-filter.c:206
2738 #, c-format
2739 msgid "%%(body) does not take arguments"
2740 msgstr ""
2742 #: ref-filter.c:215
2743 #, c-format
2744 msgid "%%(subject) does not take arguments"
2745 msgstr ""
2747 #: ref-filter.c:235
2748 #, c-format
2749 msgid "unknown %%(trailers) argument: %s"
2750 msgstr ""
2752 #: ref-filter.c:264
2753 #, c-format
2754 msgid "positive value expected contents:lines=%s"
2755 msgstr ""
2757 #: ref-filter.c:266
2758 #, c-format
2759 msgid "unrecognized %%(contents) argument: %s"
2760 msgstr ""
2762 #: ref-filter.c:281
2763 #, c-format
2764 msgid "positive value expected objectname:short=%s"
2765 msgstr ""
2767 #: ref-filter.c:285
2768 #, c-format
2769 msgid "unrecognized %%(objectname) argument: %s"
2770 msgstr ""
2772 #: ref-filter.c:315
2773 #, c-format
2774 msgid "expected format: %%(align:<width>,<position>)"
2775 msgstr ""
2777 #: ref-filter.c:327
2778 #, c-format
2779 msgid "unrecognized position:%s"
2780 msgstr ""
2782 #: ref-filter.c:334
2783 #, c-format
2784 msgid "unrecognized width:%s"
2785 msgstr ""
2787 #: ref-filter.c:343
2788 #, c-format
2789 msgid "unrecognized %%(align) argument: %s"
2790 msgstr ""
2792 #: ref-filter.c:351
2793 #, c-format
2794 msgid "positive width expected with the %%(align) atom"
2795 msgstr ""
2797 #: ref-filter.c:369
2798 #, c-format
2799 msgid "unrecognized %%(if) argument: %s"
2800 msgstr ""
2802 #: ref-filter.c:464
2803 #, c-format
2804 msgid "malformed field name: %.*s"
2805 msgstr ""
2807 #: ref-filter.c:491
2808 #, c-format
2809 msgid "unknown field name: %.*s"
2810 msgstr ""
2812 #: ref-filter.c:608
2813 #, c-format
2814 msgid "format: %%(if) atom used without a %%(then) atom"
2815 msgstr ""
2817 #: ref-filter.c:671
2818 #, c-format
2819 msgid "format: %%(then) atom used without an %%(if) atom"
2820 msgstr ""
2822 #: ref-filter.c:673
2823 #, c-format
2824 msgid "format: %%(then) atom used more than once"
2825 msgstr ""
2827 #: ref-filter.c:675
2828 #, c-format
2829 msgid "format: %%(then) atom used after %%(else)"
2830 msgstr ""
2832 #: ref-filter.c:703
2833 #, c-format
2834 msgid "format: %%(else) atom used without an %%(if) atom"
2835 msgstr ""
2837 #: ref-filter.c:705
2838 #, c-format
2839 msgid "format: %%(else) atom used without a %%(then) atom"
2840 msgstr ""
2842 #: ref-filter.c:707
2843 #, c-format
2844 msgid "format: %%(else) atom used more than once"
2845 msgstr ""
2847 #: ref-filter.c:722
2848 #, c-format
2849 msgid "format: %%(end) atom used without corresponding atom"
2850 msgstr ""
2852 #: ref-filter.c:779
2853 #, c-format
2854 msgid "malformed format string %s"
2855 msgstr ""
2857 #: ref-filter.c:1387
2858 #, c-format
2859 msgid "(no branch, rebasing %s)"
2860 msgstr ""
2862 #: ref-filter.c:1390
2863 #, c-format
2864 msgid "(no branch, rebasing detached HEAD %s)"
2865 msgstr ""
2867 #: ref-filter.c:1393
2868 #, c-format
2869 msgid "(no branch, bisect started on %s)"
2870 msgstr ""
2872 #. TRANSLATORS: make sure this matches "HEAD
2873 #. detached at " in wt-status.c
2875 #: ref-filter.c:1401
2876 #, c-format
2877 msgid "(HEAD detached at %s)"
2878 msgstr ""
2880 #. TRANSLATORS: make sure this matches "HEAD
2881 #. detached from " in wt-status.c
2883 #: ref-filter.c:1408
2884 #, c-format
2885 msgid "(HEAD detached from %s)"
2886 msgstr ""
2888 #: ref-filter.c:1412
2889 msgid "(no branch)"
2890 msgstr ""
2892 #: ref-filter.c:1442
2893 #, c-format
2894 msgid "missing object %s for %s"
2895 msgstr ""
2897 #: ref-filter.c:1445
2898 #, c-format
2899 msgid "parse_object_buffer failed on %s for %s"
2900 msgstr ""
2902 #: ref-filter.c:1902
2903 #, c-format
2904 msgid "malformed object at '%s'"
2905 msgstr ""
2907 #: ref-filter.c:1984
2908 #, c-format
2909 msgid "ignoring ref with broken name %s"
2910 msgstr ""
2912 #: ref-filter.c:1989
2913 #, c-format
2914 msgid "ignoring broken ref %s"
2915 msgstr ""
2917 #: ref-filter.c:2261
2918 #, c-format
2919 msgid "format: %%(end) atom missing"
2920 msgstr ""
2922 #: ref-filter.c:2365
2923 #, c-format
2924 msgid "malformed object name %s"
2925 msgstr ""
2927 #: remote.c:605
2928 #, c-format
2929 msgid "Cannot fetch both %s and %s to %s"
2930 msgstr ""
2932 #: remote.c:609
2933 #, c-format
2934 msgid "%s usually tracks %s, not %s"
2935 msgstr ""
2937 #: remote.c:613
2938 #, c-format
2939 msgid "%s tracks both %s and %s"
2940 msgstr ""
2942 #: remote.c:621
2943 msgid "Internal error"
2944 msgstr ""
2946 #: remote.c:1534 remote.c:1635
2947 msgid "HEAD does not point to a branch"
2948 msgstr ""
2950 #: remote.c:1543
2951 #, c-format
2952 msgid "no such branch: '%s'"
2953 msgstr ""
2955 #: remote.c:1546
2956 #, c-format
2957 msgid "no upstream configured for branch '%s'"
2958 msgstr ""
2960 #: remote.c:1552
2961 #, c-format
2962 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2963 msgstr ""
2965 #: remote.c:1567
2966 #, c-format
2967 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2968 msgstr ""
2970 #: remote.c:1579
2971 #, c-format
2972 msgid "branch '%s' has no remote for pushing"
2973 msgstr ""
2975 #: remote.c:1589
2976 #, c-format
2977 msgid "push refspecs for '%s' do not include '%s'"
2978 msgstr ""
2980 #: remote.c:1602
2981 msgid "push has no destination (push.default is 'nothing')"
2982 msgstr ""
2984 #: remote.c:1624
2985 msgid "cannot resolve 'simple' push to a single destination"
2986 msgstr ""
2988 #: remote.c:1939
2989 #, c-format
2990 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2991 msgstr ""
2993 #: remote.c:1943
2994 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2995 msgstr ""
2997 #: remote.c:1946
2998 #, c-format
2999 msgid "Your branch is up to date with '%s'.\n"
3000 msgstr ""
3002 #: remote.c:1950
3003 #, c-format
3004 msgid "Your branch and '%s' refer to different commits.\n"
3005 msgstr ""
3007 #: remote.c:1953
3008 #, c-format
3009 msgid "  (use \"%s\" for details)\n"
3010 msgstr ""
3012 #: remote.c:1957
3013 #, c-format
3014 msgid "Your branch is ahead of '%s' by %d commit.\n"
3015 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3016 msgstr[0] ""
3017 msgstr[1] ""
3019 #: remote.c:1963
3020 msgid "  (use \"git push\" to publish your local commits)\n"
3021 msgstr ""
3023 #: remote.c:1966
3024 #, c-format
3025 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3026 msgid_plural ""
3027 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3028 msgstr[0] ""
3029 msgstr[1] ""
3031 #: remote.c:1974
3032 msgid "  (use \"git pull\" to update your local branch)\n"
3033 msgstr ""
3035 #: remote.c:1977
3036 #, c-format
3037 msgid ""
3038 "Your branch and '%s' have diverged,\n"
3039 "and have %d and %d different commit each, respectively.\n"
3040 msgid_plural ""
3041 "Your branch and '%s' have diverged,\n"
3042 "and have %d and %d different commits each, respectively.\n"
3043 msgstr[0] ""
3044 msgstr[1] ""
3046 #: remote.c:1987
3047 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
3048 msgstr ""
3050 #: revision.c:2289
3051 msgid "your current branch appears to be broken"
3052 msgstr ""
3054 #: revision.c:2292
3055 #, c-format
3056 msgid "your current branch '%s' does not have any commits yet"
3057 msgstr ""
3059 #: revision.c:2489
3060 msgid "--first-parent is incompatible with --bisect"
3061 msgstr ""
3063 #: run-command.c:728
3064 msgid "open /dev/null failed"
3065 msgstr ""
3067 #: run-command.c:1271
3068 #, c-format
3069 msgid ""
3070 "The '%s' hook was ignored because it's not set as executable.\n"
3071 "You can disable this warning with `git config advice.ignoredHook false`."
3072 msgstr ""
3074 #: send-pack.c:141
3075 msgid "unexpected flush packet while reading remote unpack status"
3076 msgstr ""
3078 #: send-pack.c:143
3079 #, c-format
3080 msgid "unable to parse remote unpack status: %s"
3081 msgstr ""
3083 #: send-pack.c:145
3084 #, c-format
3085 msgid "remote unpack failed: %s"
3086 msgstr ""
3088 #: send-pack.c:308
3089 msgid "failed to sign the push certificate"
3090 msgstr ""
3092 #: send-pack.c:421
3093 msgid "the receiving end does not support --signed push"
3094 msgstr ""
3096 #: send-pack.c:423
3097 msgid ""
3098 "not sending a push certificate since the receiving end does not support --"
3099 "signed push"
3100 msgstr ""
3102 #: send-pack.c:435
3103 msgid "the receiving end does not support --atomic push"
3104 msgstr ""
3106 #: send-pack.c:440
3107 msgid "the receiving end does not support push options"
3108 msgstr ""
3110 #: sequencer.c:175
3111 #, c-format
3112 msgid "invalid commit message cleanup mode '%s'"
3113 msgstr ""
3115 #: sequencer.c:275
3116 #, c-format
3117 msgid "could not delete '%s'"
3118 msgstr ""
3120 #: sequencer.c:301
3121 msgid "revert"
3122 msgstr ""
3124 #: sequencer.c:303
3125 msgid "cherry-pick"
3126 msgstr ""
3128 #: sequencer.c:305
3129 msgid "rebase -i"
3130 msgstr ""
3132 #: sequencer.c:307
3133 #, c-format
3134 msgid "Unknown action: %d"
3135 msgstr ""
3137 #: sequencer.c:364
3138 msgid ""
3139 "after resolving the conflicts, mark the corrected paths\n"
3140 "with 'git add <paths>' or 'git rm <paths>'"
3141 msgstr ""
3143 #: sequencer.c:367
3144 msgid ""
3145 "after resolving the conflicts, mark the corrected paths\n"
3146 "with 'git add <paths>' or 'git rm <paths>'\n"
3147 "and commit the result with 'git commit'"
3148 msgstr ""
3150 #: sequencer.c:380 sequencer.c:2468
3151 #, c-format
3152 msgid "could not lock '%s'"
3153 msgstr ""
3155 #: sequencer.c:382 sequencer.c:2346 sequencer.c:2472 sequencer.c:2486
3156 #: sequencer.c:2694 sequencer.c:4336 sequencer.c:4399 wrapper.c:656
3157 #, c-format
3158 msgid "could not write to '%s'"
3159 msgstr ""
3161 #: sequencer.c:387
3162 #, c-format
3163 msgid "could not write eol to '%s'"
3164 msgstr ""
3166 #: sequencer.c:392 sequencer.c:2351 sequencer.c:2474 sequencer.c:2488
3167 #: sequencer.c:2702
3168 #, c-format
3169 msgid "failed to finalize '%s'"
3170 msgstr ""
3172 #: sequencer.c:415 sequencer.c:804 sequencer.c:1493 sequencer.c:2371
3173 #: sequencer.c:2684 sequencer.c:2788 builtin/am.c:259 builtin/commit.c:727
3174 #: builtin/merge.c:1046
3175 #, c-format
3176 msgid "could not read '%s'"
3177 msgstr ""
3179 #: sequencer.c:441
3180 #, c-format
3181 msgid "your local changes would be overwritten by %s."
3182 msgstr ""
3184 #: sequencer.c:445
3185 msgid "commit your changes or stash them to proceed."
3186 msgstr ""
3188 #: sequencer.c:474
3189 #, c-format
3190 msgid "%s: fast-forward"
3191 msgstr ""
3193 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3194 #. "rebase -i".
3196 #: sequencer.c:563
3197 #, c-format
3198 msgid "%s: Unable to write new index file"
3199 msgstr ""
3201 #: sequencer.c:579
3202 msgid "unable to update cache tree"
3203 msgstr ""
3205 #: sequencer.c:592
3206 msgid "could not resolve HEAD commit"
3207 msgstr ""
3209 #: sequencer.c:749
3210 #, c-format
3211 msgid ""
3212 "you have staged changes in your working tree\n"
3213 "If these changes are meant to be squashed into the previous commit, run:\n"
3214 "\n"
3215 "  git commit --amend %s\n"
3216 "\n"
3217 "If they are meant to go into a new commit, run:\n"
3218 "\n"
3219 "  git commit %s\n"
3220 "\n"
3221 "In both cases, once you're done, continue with:\n"
3222 "\n"
3223 "  git rebase --continue\n"
3224 msgstr ""
3226 #: sequencer.c:818
3227 msgid "writing root commit"
3228 msgstr ""
3230 #: sequencer.c:1043
3231 msgid "'prepare-commit-msg' hook failed"
3232 msgstr ""
3234 #: sequencer.c:1050
3235 msgid ""
3236 "Your name and email address were configured automatically based\n"
3237 "on your username and hostname. Please check that they are accurate.\n"
3238 "You can suppress this message by setting them explicitly. Run the\n"
3239 "following command and follow the instructions in your editor to edit\n"
3240 "your configuration file:\n"
3241 "\n"
3242 "    git config --global --edit\n"
3243 "\n"
3244 "After doing this, you may fix the identity used for this commit with:\n"
3245 "\n"
3246 "    git commit --amend --reset-author\n"
3247 msgstr ""
3249 #: sequencer.c:1063
3250 msgid ""
3251 "Your name and email address were configured automatically based\n"
3252 "on your username and hostname. Please check that they are accurate.\n"
3253 "You can suppress this message by setting them explicitly:\n"
3254 "\n"
3255 "    git config --global user.name \"Your Name\"\n"
3256 "    git config --global user.email you@example.com\n"
3257 "\n"
3258 "After doing this, you may fix the identity used for this commit with:\n"
3259 "\n"
3260 "    git commit --amend --reset-author\n"
3261 msgstr ""
3263 #: sequencer.c:1103
3264 msgid "couldn't look up newly created commit"
3265 msgstr ""
3267 #: sequencer.c:1105
3268 msgid "could not parse newly created commit"
3269 msgstr ""
3271 #: sequencer.c:1151
3272 msgid "unable to resolve HEAD after creating commit"
3273 msgstr ""
3275 #: sequencer.c:1153
3276 msgid "detached HEAD"
3277 msgstr ""
3279 #: sequencer.c:1157
3280 msgid " (root-commit)"
3281 msgstr ""
3283 #: sequencer.c:1178
3284 msgid "could not parse HEAD"
3285 msgstr ""
3287 #: sequencer.c:1180
3288 #, c-format
3289 msgid "HEAD %s is not a commit!"
3290 msgstr ""
3292 #: sequencer.c:1184 builtin/commit.c:1528
3293 msgid "could not parse HEAD commit"
3294 msgstr ""
3296 #: sequencer.c:1235 sequencer.c:1832
3297 msgid "unable to parse commit author"
3298 msgstr ""
3300 #: sequencer.c:1245 builtin/am.c:1630 builtin/merge.c:645
3301 msgid "git write-tree failed to write a tree"
3302 msgstr ""
3304 #: sequencer.c:1262 sequencer.c:1317
3305 #, c-format
3306 msgid "unable to read commit message from '%s'"
3307 msgstr ""
3309 #: sequencer.c:1284 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:825
3310 #: builtin/merge.c:850
3311 msgid "failed to write commit object"
3312 msgstr ""
3314 #: sequencer.c:1344
3315 #, c-format
3316 msgid "could not parse commit %s"
3317 msgstr ""
3319 #: sequencer.c:1349
3320 #, c-format
3321 msgid "could not parse parent commit %s"
3322 msgstr ""
3324 #: sequencer.c:1500 sequencer.c:1525
3325 #, c-format
3326 msgid "This is a combination of %d commits."
3327 msgstr ""
3329 #: sequencer.c:1510 sequencer.c:4355
3330 msgid "need a HEAD to fixup"
3331 msgstr ""
3333 #: sequencer.c:1512 sequencer.c:2729
3334 msgid "could not read HEAD"
3335 msgstr ""
3337 #: sequencer.c:1514
3338 msgid "could not read HEAD's commit message"
3339 msgstr ""
3341 #: sequencer.c:1520
3342 #, c-format
3343 msgid "cannot write '%s'"
3344 msgstr ""
3346 #: sequencer.c:1527 git-rebase--interactive.sh:457
3347 msgid "This is the 1st commit message:"
3348 msgstr ""
3350 #: sequencer.c:1535
3351 #, c-format
3352 msgid "could not read commit message of %s"
3353 msgstr ""
3355 #: sequencer.c:1542
3356 #, c-format
3357 msgid "This is the commit message #%d:"
3358 msgstr ""
3360 #: sequencer.c:1548
3361 #, c-format
3362 msgid "The commit message #%d will be skipped:"
3363 msgstr ""
3365 #: sequencer.c:1553
3366 #, c-format
3367 msgid "unknown command: %d"
3368 msgstr ""
3370 #: sequencer.c:1631
3371 msgid "your index file is unmerged."
3372 msgstr ""
3374 #: sequencer.c:1638
3375 msgid "cannot fixup root commit"
3376 msgstr ""
3378 #: sequencer.c:1657
3379 #, c-format
3380 msgid "commit %s is a merge but no -m option was given."
3381 msgstr ""
3383 #: sequencer.c:1665
3384 #, c-format
3385 msgid "commit %s does not have parent %d"
3386 msgstr ""
3388 #: sequencer.c:1669
3389 #, c-format
3390 msgid "mainline was specified but commit %s is not a merge."
3391 msgstr ""
3393 #: sequencer.c:1675
3394 #, c-format
3395 msgid "cannot get commit message for %s"
3396 msgstr ""
3398 #. TRANSLATORS: The first %s will be a "todo" command like
3399 #. "revert" or "pick", the second %s a SHA1.
3400 #: sequencer.c:1694
3401 #, c-format
3402 msgid "%s: cannot parse parent commit %s"
3403 msgstr ""
3405 #: sequencer.c:1759
3406 #, c-format
3407 msgid "could not rename '%s' to '%s'"
3408 msgstr ""
3410 #: sequencer.c:1813
3411 #, c-format
3412 msgid "could not revert %s... %s"
3413 msgstr ""
3415 #: sequencer.c:1814
3416 #, c-format
3417 msgid "could not apply %s... %s"
3418 msgstr ""
3420 #: sequencer.c:1864
3421 msgid "empty commit set passed"
3422 msgstr ""
3424 #: sequencer.c:1874
3425 #, c-format
3426 msgid "git %s: failed to read the index"
3427 msgstr ""
3429 #: sequencer.c:1881
3430 #, c-format
3431 msgid "git %s: failed to refresh the index"
3432 msgstr ""
3434 #: sequencer.c:1961
3435 #, c-format
3436 msgid "%s does not accept arguments: '%s'"
3437 msgstr ""
3439 #: sequencer.c:1970
3440 #, c-format
3441 msgid "missing arguments for %s"
3442 msgstr ""
3444 #: sequencer.c:2029
3445 #, c-format
3446 msgid "invalid line %d: %.*s"
3447 msgstr ""
3449 #: sequencer.c:2037
3450 #, c-format
3451 msgid "cannot '%s' without a previous commit"
3452 msgstr ""
3454 #: sequencer.c:2085 sequencer.c:4138 sequencer.c:4173
3455 #, c-format
3456 msgid "could not read '%s'."
3457 msgstr ""
3459 #: sequencer.c:2108
3460 msgid "please fix this using 'git rebase --edit-todo'."
3461 msgstr ""
3463 #: sequencer.c:2110
3464 #, c-format
3465 msgid "unusable instruction sheet: '%s'"
3466 msgstr ""
3468 #: sequencer.c:2115
3469 msgid "no commits parsed."
3470 msgstr ""
3472 #: sequencer.c:2126
3473 msgid "cannot cherry-pick during a revert."
3474 msgstr ""
3476 #: sequencer.c:2128
3477 msgid "cannot revert during a cherry-pick."
3478 msgstr ""
3480 #: sequencer.c:2195
3481 #, c-format
3482 msgid "invalid key: %s"
3483 msgstr ""
3485 #: sequencer.c:2198
3486 #, c-format
3487 msgid "invalid value for %s: %s"
3488 msgstr ""
3490 #: sequencer.c:2269
3491 msgid "unusable squash-onto"
3492 msgstr ""
3494 #: sequencer.c:2285
3495 #, c-format
3496 msgid "malformed options sheet: '%s'"
3497 msgstr ""
3499 #: sequencer.c:2323
3500 msgid "a cherry-pick or revert is already in progress"
3501 msgstr ""
3503 #: sequencer.c:2324
3504 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3505 msgstr ""
3507 #: sequencer.c:2327
3508 #, c-format
3509 msgid "could not create sequencer directory '%s'"
3510 msgstr ""
3512 #: sequencer.c:2341
3513 msgid "could not lock HEAD"
3514 msgstr ""
3516 #: sequencer.c:2396 sequencer.c:3403
3517 msgid "no cherry-pick or revert in progress"
3518 msgstr ""
3520 #: sequencer.c:2398
3521 msgid "cannot resolve HEAD"
3522 msgstr ""
3524 #: sequencer.c:2400 sequencer.c:2435
3525 msgid "cannot abort from a branch yet to be born"
3526 msgstr ""
3528 #: sequencer.c:2421 builtin/grep.c:720
3529 #, c-format
3530 msgid "cannot open '%s'"
3531 msgstr ""
3533 #: sequencer.c:2423
3534 #, c-format
3535 msgid "cannot read '%s': %s"
3536 msgstr ""
3538 #: sequencer.c:2424
3539 msgid "unexpected end of file"
3540 msgstr ""
3542 #: sequencer.c:2430
3543 #, c-format
3544 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3545 msgstr ""
3547 #: sequencer.c:2441
3548 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3549 msgstr ""
3551 #: sequencer.c:2545 sequencer.c:3321
3552 #, c-format
3553 msgid "could not update %s"
3554 msgstr ""
3556 #: sequencer.c:2583 sequencer.c:3301
3557 msgid "cannot read HEAD"
3558 msgstr ""
3560 #: sequencer.c:2618 sequencer.c:2622 builtin/difftool.c:639
3561 #, c-format
3562 msgid "could not copy '%s' to '%s'"
3563 msgstr ""
3565 #: sequencer.c:2641
3566 msgid "could not read index"
3567 msgstr ""
3569 #: sequencer.c:2646
3570 #, c-format
3571 msgid ""
3572 "execution failed: %s\n"
3573 "%sYou can fix the problem, and then run\n"
3574 "\n"
3575 "  git rebase --continue\n"
3576 "\n"
3577 msgstr ""
3579 #: sequencer.c:2652
3580 msgid "and made changes to the index and/or the working tree\n"
3581 msgstr ""
3583 #: sequencer.c:2658
3584 #, c-format
3585 msgid ""
3586 "execution succeeded: %s\n"
3587 "but left changes to the index and/or the working tree\n"
3588 "Commit or stash your changes, and then run\n"
3589 "\n"
3590 "  git rebase --continue\n"
3591 "\n"
3592 msgstr ""
3594 #: sequencer.c:2771
3595 msgid "writing fake root commit"
3596 msgstr ""
3598 #: sequencer.c:2776
3599 msgid "writing squash-onto"
3600 msgstr ""
3602 #: sequencer.c:2811
3603 #, c-format
3604 msgid "failed to find tree of %s"
3605 msgstr ""
3607 #: sequencer.c:2829
3608 msgid "could not write index"
3609 msgstr ""
3611 #: sequencer.c:2861
3612 msgid "cannot merge without a current revision"
3613 msgstr ""
3615 #: sequencer.c:2884
3616 #, c-format
3617 msgid "could not resolve '%s'"
3618 msgstr ""
3620 #: sequencer.c:2906
3621 #, c-format
3622 msgid "could not get commit message of '%s'"
3623 msgstr ""
3625 #: sequencer.c:2916 sequencer.c:2941
3626 #, c-format
3627 msgid "could not write '%s'"
3628 msgstr ""
3630 #: sequencer.c:3005
3631 #, c-format
3632 msgid "could not even attempt to merge '%.*s'"
3633 msgstr ""
3635 #: sequencer.c:3021
3636 msgid "merge: Unable to write new index file"
3637 msgstr ""
3639 #: sequencer.c:3088
3640 #, c-format
3641 msgid "Applied autostash.\n"
3642 msgstr ""
3644 #: sequencer.c:3100
3645 #, c-format
3646 msgid "cannot store %s"
3647 msgstr ""
3649 #: sequencer.c:3103 git-rebase.sh:188
3650 #, c-format
3651 msgid ""
3652 "Applying autostash resulted in conflicts.\n"
3653 "Your changes are safe in the stash.\n"
3654 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3655 msgstr ""
3657 #: sequencer.c:3134
3658 #, c-format
3659 msgid ""
3660 "Could not execute the todo command\n"
3661 "\n"
3662 "    %.*s\n"
3663 "It has been rescheduled; To edit the command before continuing, please\n"
3664 "edit the todo list first:\n"
3665 "\n"
3666 "    git rebase --edit-todo\n"
3667 "    git rebase --continue\n"
3668 msgstr ""
3670 #: sequencer.c:3202
3671 #, c-format
3672 msgid "Stopped at %s...  %.*s\n"
3673 msgstr ""
3675 #: sequencer.c:3264
3676 #, c-format
3677 msgid "unknown command %d"
3678 msgstr ""
3680 #: sequencer.c:3309
3681 msgid "could not read orig-head"
3682 msgstr ""
3684 #: sequencer.c:3314 sequencer.c:4352
3685 msgid "could not read 'onto'"
3686 msgstr ""
3688 #: sequencer.c:3328
3689 #, c-format
3690 msgid "could not update HEAD to %s"
3691 msgstr ""
3693 #: sequencer.c:3414
3694 msgid "cannot rebase: You have unstaged changes."
3695 msgstr ""
3697 #: sequencer.c:3423
3698 msgid "cannot amend non-existing commit"
3699 msgstr ""
3701 #: sequencer.c:3425
3702 #, c-format
3703 msgid "invalid file: '%s'"
3704 msgstr ""
3706 #: sequencer.c:3427
3707 #, c-format
3708 msgid "invalid contents: '%s'"
3709 msgstr ""
3711 #: sequencer.c:3430
3712 msgid ""
3713 "\n"
3714 "You have uncommitted changes in your working tree. Please, commit them\n"
3715 "first and then run 'git rebase --continue' again."
3716 msgstr ""
3718 #: sequencer.c:3455 sequencer.c:3493
3719 #, c-format
3720 msgid "could not write file: '%s'"
3721 msgstr ""
3723 #: sequencer.c:3508
3724 msgid "could not remove CHERRY_PICK_HEAD"
3725 msgstr ""
3727 #: sequencer.c:3515
3728 msgid "could not commit staged changes."
3729 msgstr ""
3731 #: sequencer.c:3612
3732 #, c-format
3733 msgid "%s: can't cherry-pick a %s"
3734 msgstr ""
3736 #: sequencer.c:3616
3737 #, c-format
3738 msgid "%s: bad revision"
3739 msgstr ""
3741 #: sequencer.c:3649
3742 msgid "can't revert as initial commit"
3743 msgstr ""
3745 #: sequencer.c:4098
3746 msgid "make_script: unhandled options"
3747 msgstr ""
3749 #: sequencer.c:4101
3750 msgid "make_script: error preparing revisions"
3751 msgstr ""
3753 #: sequencer.c:4142 sequencer.c:4177
3754 #, c-format
3755 msgid "unusable todo list: '%s'"
3756 msgstr ""
3758 #: sequencer.c:4236
3759 #, c-format
3760 msgid ""
3761 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3762 msgstr ""
3764 #: sequencer.c:4302
3765 #, c-format
3766 msgid ""
3767 "Warning: some commits may have been dropped accidentally.\n"
3768 "Dropped commits (newer to older):\n"
3769 msgstr ""
3771 #: sequencer.c:4309
3772 #, c-format
3773 msgid ""
3774 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3775 "\n"
3776 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3777 "warnings.\n"
3778 "The possible behaviours are: ignore, warn, error.\n"
3779 "\n"
3780 msgstr ""
3782 #: sequencer.c:4321
3783 #, c-format
3784 msgid ""
3785 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3786 "continue'.\n"
3787 "Or you can abort the rebase with 'git rebase --abort'.\n"
3788 msgstr ""
3790 #: sequencer.c:4375
3791 #, c-format
3792 msgid "could not parse commit '%s'"
3793 msgstr ""
3795 #: sequencer.c:4490
3796 msgid "the script was already rearranged."
3797 msgstr ""
3799 #: setup.c:123
3800 #, c-format
3801 msgid "'%s' is outside repository"
3802 msgstr ""
3804 #: setup.c:172
3805 #, c-format
3806 msgid ""
3807 "%s: no such path in the working tree.\n"
3808 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3809 msgstr ""
3811 #: setup.c:185
3812 #, c-format
3813 msgid ""
3814 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3815 "Use '--' to separate paths from revisions, like this:\n"
3816 "'git <command> [<revision>...] -- [<file>...]'"
3817 msgstr ""
3819 #: setup.c:234
3820 #, c-format
3821 msgid "option '%s' must come before non-option arguments"
3822 msgstr ""
3824 #: setup.c:253
3825 #, c-format
3826 msgid ""
3827 "ambiguous argument '%s': both revision and filename\n"
3828 "Use '--' to separate paths from revisions, like this:\n"
3829 "'git <command> [<revision>...] -- [<file>...]'"
3830 msgstr ""
3832 #: setup.c:389
3833 msgid "unable to set up work tree using invalid config"
3834 msgstr ""
3836 #: setup.c:393
3837 msgid "this operation must be run in a work tree"
3838 msgstr ""
3840 #: setup.c:503
3841 #, c-format
3842 msgid "Expected git repo version <= %d, found %d"
3843 msgstr ""
3845 #: setup.c:511
3846 msgid "unknown repository extensions found:"
3847 msgstr ""
3849 #: setup.c:530
3850 #, c-format
3851 msgid "error opening '%s'"
3852 msgstr ""
3854 #: setup.c:532
3855 #, c-format
3856 msgid "too large to be a .git file: '%s'"
3857 msgstr ""
3859 #: setup.c:534
3860 #, c-format
3861 msgid "error reading %s"
3862 msgstr ""
3864 #: setup.c:536
3865 #, c-format
3866 msgid "invalid gitfile format: %s"
3867 msgstr ""
3869 #: setup.c:538
3870 #, c-format
3871 msgid "no path in gitfile: %s"
3872 msgstr ""
3874 #: setup.c:540
3875 #, c-format
3876 msgid "not a git repository: %s"
3877 msgstr ""
3879 #: setup.c:639
3880 #, c-format
3881 msgid "'$%s' too big"
3882 msgstr ""
3884 #: setup.c:653
3885 #, c-format
3886 msgid "not a git repository: '%s'"
3887 msgstr ""
3889 #: setup.c:682 setup.c:684 setup.c:715
3890 #, c-format
3891 msgid "cannot chdir to '%s'"
3892 msgstr ""
3894 #: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
3895 msgid "cannot come back to cwd"
3896 msgstr ""
3898 #: setup.c:813
3899 #, c-format
3900 msgid "not a git repository (or any of the parent directories): %s"
3901 msgstr ""
3903 #: setup.c:824
3904 #, c-format
3905 msgid "failed to stat '%*s%s%s'"
3906 msgstr ""
3908 #: setup.c:1054
3909 msgid "Unable to read current working directory"
3910 msgstr ""
3912 #: setup.c:1066 setup.c:1072
3913 #, c-format
3914 msgid "cannot change to '%s'"
3915 msgstr ""
3917 #: setup.c:1085
3918 #, c-format
3919 msgid ""
3920 "not a git repository (or any parent up to mount point %s)\n"
3921 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3922 msgstr ""
3924 #: setup.c:1168
3925 #, c-format
3926 msgid ""
3927 "problem with core.sharedRepository filemode value (0%.3o).\n"
3928 "The owner of files must always have read and write permissions."
3929 msgstr ""
3931 #: setup.c:1211
3932 msgid "open /dev/null or dup failed"
3933 msgstr ""
3935 #: setup.c:1226
3936 msgid "fork failed"
3937 msgstr ""
3939 #: setup.c:1231
3940 msgid "setsid failed"
3941 msgstr ""
3943 #: sha1-file.c:625
3944 #, c-format
3945 msgid "path '%s' does not exist"
3946 msgstr ""
3948 #: sha1-file.c:651
3949 #, c-format
3950 msgid "reference repository '%s' as a linked checkout is not supported yet."
3951 msgstr ""
3953 #: sha1-file.c:657
3954 #, c-format
3955 msgid "reference repository '%s' is not a local repository."
3956 msgstr ""
3958 #: sha1-file.c:663
3959 #, c-format
3960 msgid "reference repository '%s' is shallow"
3961 msgstr ""
3963 #: sha1-file.c:671
3964 #, c-format
3965 msgid "reference repository '%s' is grafted"
3966 msgstr ""
3968 #: sha1-name.c:442
3969 #, c-format
3970 msgid "short SHA1 %s is ambiguous"
3971 msgstr ""
3973 #: sha1-name.c:453
3974 msgid "The candidates are:"
3975 msgstr ""
3977 #: sha1-name.c:695
3978 msgid ""
3979 "Git normally never creates a ref that ends with 40 hex characters\n"
3980 "because it will be ignored when you just specify 40-hex. These refs\n"
3981 "may be created by mistake. For example,\n"
3982 "\n"
3983 "  git checkout -b $br $(git rev-parse ...)\n"
3984 "\n"
3985 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3986 "examine these refs and maybe delete them. Turn this message off by\n"
3987 "running \"git config advice.objectNameWarning false\""
3988 msgstr ""
3990 #: submodule.c:97 submodule.c:131
3991 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3992 msgstr ""
3994 #: submodule.c:101 submodule.c:135
3995 #, c-format
3996 msgid "Could not find section in .gitmodules where path=%s"
3997 msgstr ""
3999 #: submodule.c:109
4000 #, c-format
4001 msgid "Could not update .gitmodules entry %s"
4002 msgstr ""
4004 #: submodule.c:142
4005 #, c-format
4006 msgid "Could not remove .gitmodules entry for %s"
4007 msgstr ""
4009 #: submodule.c:153
4010 msgid "staging updated .gitmodules failed"
4011 msgstr ""
4013 #: submodule.c:315
4014 #, c-format
4015 msgid "in unpopulated submodule '%s'"
4016 msgstr ""
4018 #: submodule.c:346
4019 #, c-format
4020 msgid "Pathspec '%s' is in submodule '%.*s'"
4021 msgstr ""
4023 #: submodule.c:837
4024 #, c-format
4025 msgid "submodule entry '%s' (%s) is a %s, not a commit"
4026 msgstr ""
4028 #: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
4029 msgid "Failed to resolve HEAD as a valid ref."
4030 msgstr ""
4032 #: submodule.c:1375
4033 #, c-format
4034 msgid "'%s' not recognized as a git repository"
4035 msgstr ""
4037 #: submodule.c:1513
4038 #, c-format
4039 msgid "could not start 'git status' in submodule '%s'"
4040 msgstr ""
4042 #: submodule.c:1526
4043 #, c-format
4044 msgid "could not run 'git status' in submodule '%s'"
4045 msgstr ""
4047 #: submodule.c:1619
4048 #, c-format
4049 msgid "submodule '%s' has dirty index"
4050 msgstr ""
4052 #: submodule.c:1718
4053 #, c-format
4054 msgid ""
4055 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
4056 msgstr ""
4058 #: submodule.c:1730 submodule.c:1786
4059 #, c-format
4060 msgid "could not lookup name for submodule '%s'"
4061 msgstr ""
4063 #: submodule.c:1734 builtin/submodule--helper.c:1261
4064 #: builtin/submodule--helper.c:1271
4065 #, c-format
4066 msgid "could not create directory '%s'"
4067 msgstr ""
4069 #: submodule.c:1737
4070 #, c-format
4071 msgid ""
4072 "Migrating git directory of '%s%s' from\n"
4073 "'%s' to\n"
4074 "'%s'\n"
4075 msgstr ""
4077 #: submodule.c:1821
4078 #, c-format
4079 msgid "could not recurse into submodule '%s'"
4080 msgstr ""
4082 #: submodule.c:1865
4083 msgid "could not start ls-files in .."
4084 msgstr ""
4086 #: submodule.c:1904
4087 #, c-format
4088 msgid "ls-tree returned unexpected return code %d"
4089 msgstr ""
4091 #: submodule-config.c:230
4092 #, c-format
4093 msgid "ignoring suspicious submodule name: %s"
4094 msgstr ""
4096 #: submodule-config.c:294
4097 msgid "negative values not allowed for submodule.fetchjobs"
4098 msgstr ""
4100 #: submodule-config.c:467
4101 #, c-format
4102 msgid "invalid value for %s"
4103 msgstr ""
4105 #: trailer.c:238
4106 #, c-format
4107 msgid "running trailer command '%s' failed"
4108 msgstr ""
4110 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4111 #: trailer.c:557
4112 #, c-format
4113 msgid "unknown value '%s' for key '%s'"
4114 msgstr ""
4116 #: trailer.c:539 trailer.c:544 builtin/remote.c:293
4117 #, c-format
4118 msgid "more than one %s"
4119 msgstr ""
4121 #: trailer.c:730
4122 #, c-format
4123 msgid "empty trailer token in trailer '%.*s'"
4124 msgstr ""
4126 #: trailer.c:750
4127 #, c-format
4128 msgid "could not read input file '%s'"
4129 msgstr ""
4131 #: trailer.c:753
4132 msgid "could not read from stdin"
4133 msgstr ""
4135 #: trailer.c:1008 builtin/am.c:46
4136 #, c-format
4137 msgid "could not stat %s"
4138 msgstr ""
4140 #: trailer.c:1010
4141 #, c-format
4142 msgid "file %s is not a regular file"
4143 msgstr ""
4145 #: trailer.c:1012
4146 #, c-format
4147 msgid "file %s is not writable by user"
4148 msgstr ""
4150 #: trailer.c:1024
4151 msgid "could not open temporary file"
4152 msgstr ""
4154 #: trailer.c:1064
4155 #, c-format
4156 msgid "could not rename temporary file to %s"
4157 msgstr ""
4159 #: transport.c:116
4160 #, c-format
4161 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
4162 msgstr ""
4164 #: transport.c:208
4165 #, c-format
4166 msgid "transport: invalid depth option '%s'"
4167 msgstr ""
4169 #: transport.c:584
4170 msgid "could not parse transport.color.* config"
4171 msgstr ""
4173 #: transport.c:996
4174 #, c-format
4175 msgid ""
4176 "The following submodule paths contain changes that can\n"
4177 "not be found on any remote:\n"
4178 msgstr ""
4180 #: transport.c:1000
4181 #, c-format
4182 msgid ""
4183 "\n"
4184 "Please try\n"
4185 "\n"
4186 "\tgit push --recurse-submodules=on-demand\n"
4187 "\n"
4188 "or cd to the path and use\n"
4189 "\n"
4190 "\tgit push\n"
4191 "\n"
4192 "to push them to a remote.\n"
4193 "\n"
4194 msgstr ""
4196 #: transport.c:1008
4197 msgid "Aborting."
4198 msgstr ""
4200 #: transport-helper.c:1087
4201 #, c-format
4202 msgid "Could not read ref %s"
4203 msgstr ""
4205 #: tree-walk.c:31
4206 msgid "too-short tree object"
4207 msgstr ""
4209 #: tree-walk.c:37
4210 msgid "malformed mode in tree entry"
4211 msgstr ""
4213 #: tree-walk.c:41
4214 msgid "empty filename in tree entry"
4215 msgstr ""
4217 #: tree-walk.c:113
4218 msgid "too-short tree file"
4219 msgstr ""
4221 #: unpack-trees.c:111
4222 #, c-format
4223 msgid ""
4224 "Your local changes to the following files would be overwritten by checkout:\n"
4225 "%%sPlease commit your changes or stash them before you switch branches."
4226 msgstr ""
4228 #: unpack-trees.c:113
4229 #, c-format
4230 msgid ""
4231 "Your local changes to the following files would be overwritten by checkout:\n"
4232 "%%s"
4233 msgstr ""
4235 #: unpack-trees.c:116
4236 #, c-format
4237 msgid ""
4238 "Your local changes to the following files would be overwritten by merge:\n"
4239 "%%sPlease commit your changes or stash them before you merge."
4240 msgstr ""
4242 #: unpack-trees.c:118
4243 #, c-format
4244 msgid ""
4245 "Your local changes to the following files would be overwritten by merge:\n"
4246 "%%s"
4247 msgstr ""
4249 #: unpack-trees.c:121
4250 #, c-format
4251 msgid ""
4252 "Your local changes to the following files would be overwritten by %s:\n"
4253 "%%sPlease commit your changes or stash them before you %s."
4254 msgstr ""
4256 #: unpack-trees.c:123
4257 #, c-format
4258 msgid ""
4259 "Your local changes to the following files would be overwritten by %s:\n"
4260 "%%s"
4261 msgstr ""
4263 #: unpack-trees.c:128
4264 #, c-format
4265 msgid ""
4266 "Updating the following directories would lose untracked files in them:\n"
4267 "%s"
4268 msgstr ""
4270 #: unpack-trees.c:132
4271 #, c-format
4272 msgid ""
4273 "The following untracked working tree files would be removed by checkout:\n"
4274 "%%sPlease move or remove them before you switch branches."
4275 msgstr ""
4277 #: unpack-trees.c:134
4278 #, c-format
4279 msgid ""
4280 "The following untracked working tree files would be removed by checkout:\n"
4281 "%%s"
4282 msgstr ""
4284 #: unpack-trees.c:137
4285 #, c-format
4286 msgid ""
4287 "The following untracked working tree files would be removed by merge:\n"
4288 "%%sPlease move or remove them before you merge."
4289 msgstr ""
4291 #: unpack-trees.c:139
4292 #, c-format
4293 msgid ""
4294 "The following untracked working tree files would be removed by merge:\n"
4295 "%%s"
4296 msgstr ""
4298 #: unpack-trees.c:142
4299 #, c-format
4300 msgid ""
4301 "The following untracked working tree files would be removed by %s:\n"
4302 "%%sPlease move or remove them before you %s."
4303 msgstr ""
4305 #: unpack-trees.c:144
4306 #, c-format
4307 msgid ""
4308 "The following untracked working tree files would be removed by %s:\n"
4309 "%%s"
4310 msgstr ""
4312 #: unpack-trees.c:150
4313 #, c-format
4314 msgid ""
4315 "The following untracked working tree files would be overwritten by "
4316 "checkout:\n"
4317 "%%sPlease move or remove them before you switch branches."
4318 msgstr ""
4320 #: unpack-trees.c:152
4321 #, c-format
4322 msgid ""
4323 "The following untracked working tree files would be overwritten by "
4324 "checkout:\n"
4325 "%%s"
4326 msgstr ""
4328 #: unpack-trees.c:155
4329 #, c-format
4330 msgid ""
4331 "The following untracked working tree files would be overwritten by merge:\n"
4332 "%%sPlease move or remove them before you merge."
4333 msgstr ""
4335 #: unpack-trees.c:157
4336 #, c-format
4337 msgid ""
4338 "The following untracked working tree files would be overwritten by merge:\n"
4339 "%%s"
4340 msgstr ""
4342 #: unpack-trees.c:160
4343 #, c-format
4344 msgid ""
4345 "The following untracked working tree files would be overwritten by %s:\n"
4346 "%%sPlease move or remove them before you %s."
4347 msgstr ""
4349 #: unpack-trees.c:162
4350 #, c-format
4351 msgid ""
4352 "The following untracked working tree files would be overwritten by %s:\n"
4353 "%%s"
4354 msgstr ""
4356 #: unpack-trees.c:170
4357 #, c-format
4358 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
4359 msgstr ""
4361 #: unpack-trees.c:173
4362 #, c-format
4363 msgid ""
4364 "Cannot update sparse checkout: the following entries are not up to date:\n"
4365 "%s"
4366 msgstr ""
4368 #: unpack-trees.c:175
4369 #, c-format
4370 msgid ""
4371 "The following working tree files would be overwritten by sparse checkout "
4372 "update:\n"
4373 "%s"
4374 msgstr ""
4376 #: unpack-trees.c:177
4377 #, c-format
4378 msgid ""
4379 "The following working tree files would be removed by sparse checkout "
4380 "update:\n"
4381 "%s"
4382 msgstr ""
4384 #: unpack-trees.c:179
4385 #, c-format
4386 msgid ""
4387 "Cannot update submodule:\n"
4388 "%s"
4389 msgstr ""
4391 #: unpack-trees.c:262
4392 #, c-format
4393 msgid "Aborting\n"
4394 msgstr ""
4396 #: unpack-trees.c:344
4397 msgid "Checking out files"
4398 msgstr ""
4400 #: urlmatch.c:163
4401 msgid "invalid URL scheme name or missing '://' suffix"
4402 msgstr ""
4404 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4405 #, c-format
4406 msgid "invalid %XX escape sequence"
4407 msgstr ""
4409 #: urlmatch.c:215
4410 msgid "missing host and scheme is not 'file:'"
4411 msgstr ""
4413 #: urlmatch.c:232
4414 msgid "a 'file:' URL may not have a port number"
4415 msgstr ""
4417 #: urlmatch.c:247
4418 msgid "invalid characters in host name"
4419 msgstr ""
4421 #: urlmatch.c:292 urlmatch.c:303
4422 msgid "invalid port number"
4423 msgstr ""
4425 #: urlmatch.c:371
4426 msgid "invalid '..' path segment"
4427 msgstr ""
4429 #: worktree.c:245 builtin/am.c:2147
4430 #, c-format
4431 msgid "failed to read '%s'"
4432 msgstr ""
4434 #: worktree.c:291
4435 #, c-format
4436 msgid "'%s' at main working tree is not the repository directory"
4437 msgstr ""
4439 #: worktree.c:302
4440 #, c-format
4441 msgid "'%s' file does not contain absolute path to the working tree location"
4442 msgstr ""
4444 #: worktree.c:314
4445 #, c-format
4446 msgid "'%s' does not exist"
4447 msgstr ""
4449 #: worktree.c:320
4450 #, c-format
4451 msgid "'%s' is not a .git file, error code %d"
4452 msgstr ""
4454 #: worktree.c:328
4455 #, c-format
4456 msgid "'%s' does not point back to '%s'"
4457 msgstr ""
4459 #: wrapper.c:223 wrapper.c:393
4460 #, c-format
4461 msgid "could not open '%s' for reading and writing"
4462 msgstr ""
4464 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4465 #: builtin/am.c:862 builtin/merge.c:1043
4466 #, c-format
4467 msgid "could not open '%s' for reading"
4468 msgstr ""
4470 #: wrapper.c:424 wrapper.c:624
4471 #, c-format
4472 msgid "unable to access '%s'"
4473 msgstr ""
4475 #: wrapper.c:632
4476 msgid "unable to get current working directory"
4477 msgstr ""
4479 #: wt-status.c:154
4480 msgid "Unmerged paths:"
4481 msgstr ""
4483 #: wt-status.c:181 wt-status.c:208
4484 #, c-format
4485 msgid "  (use \"git reset %s <file>...\" to unstage)"
4486 msgstr ""
4488 #: wt-status.c:183 wt-status.c:210
4489 msgid "  (use \"git rm --cached <file>...\" to unstage)"
4490 msgstr ""
4492 #: wt-status.c:187
4493 msgid "  (use \"git add <file>...\" to mark resolution)"
4494 msgstr ""
4496 #: wt-status.c:189 wt-status.c:193
4497 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4498 msgstr ""
4500 #: wt-status.c:191
4501 msgid "  (use \"git rm <file>...\" to mark resolution)"
4502 msgstr ""
4504 #: wt-status.c:202 wt-status.c:1015
4505 msgid "Changes to be committed:"
4506 msgstr ""
4508 #: wt-status.c:220 wt-status.c:1024
4509 msgid "Changes not staged for commit:"
4510 msgstr ""
4512 #: wt-status.c:224
4513 msgid "  (use \"git add <file>...\" to update what will be committed)"
4514 msgstr ""
4516 #: wt-status.c:226
4517 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
4518 msgstr ""
4520 #: wt-status.c:227
4521 msgid ""
4522 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
4523 msgstr ""
4525 #: wt-status.c:229
4526 msgid "  (commit or discard the untracked or modified content in submodules)"
4527 msgstr ""
4529 #: wt-status.c:241
4530 #, c-format
4531 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
4532 msgstr ""
4534 #: wt-status.c:256
4535 msgid "both deleted:"
4536 msgstr ""
4538 #: wt-status.c:258
4539 msgid "added by us:"
4540 msgstr ""
4542 #: wt-status.c:260
4543 msgid "deleted by them:"
4544 msgstr ""
4546 #: wt-status.c:262
4547 msgid "added by them:"
4548 msgstr ""
4550 #: wt-status.c:264
4551 msgid "deleted by us:"
4552 msgstr ""
4554 #: wt-status.c:266
4555 msgid "both added:"
4556 msgstr ""
4558 #: wt-status.c:268
4559 msgid "both modified:"
4560 msgstr ""
4562 #: wt-status.c:278
4563 msgid "new file:"
4564 msgstr ""
4566 #: wt-status.c:280
4567 msgid "copied:"
4568 msgstr ""
4570 #: wt-status.c:282
4571 msgid "deleted:"
4572 msgstr ""
4574 #: wt-status.c:284
4575 msgid "modified:"
4576 msgstr ""
4578 #: wt-status.c:286
4579 msgid "renamed:"
4580 msgstr ""
4582 #: wt-status.c:288
4583 msgid "typechange:"
4584 msgstr ""
4586 #: wt-status.c:290
4587 msgid "unknown:"
4588 msgstr ""
4590 #: wt-status.c:292
4591 msgid "unmerged:"
4592 msgstr ""
4594 #: wt-status.c:372
4595 msgid "new commits, "
4596 msgstr ""
4598 #: wt-status.c:374
4599 msgid "modified content, "
4600 msgstr ""
4602 #: wt-status.c:376
4603 msgid "untracked content, "
4604 msgstr ""
4606 #: wt-status.c:853
4607 #, c-format
4608 msgid "Your stash currently has %d entry"
4609 msgid_plural "Your stash currently has %d entries"
4610 msgstr[0] ""
4611 msgstr[1] ""
4613 #: wt-status.c:885
4614 msgid "Submodules changed but not updated:"
4615 msgstr ""
4617 #: wt-status.c:887
4618 msgid "Submodule changes to be committed:"
4619 msgstr ""
4621 #: wt-status.c:969
4622 msgid ""
4623 "Do not modify or remove the line above.\n"
4624 "Everything below it will be ignored."
4625 msgstr ""
4627 #: wt-status.c:1084
4628 msgid "You have unmerged paths."
4629 msgstr ""
4631 #: wt-status.c:1087
4632 msgid "  (fix conflicts and run \"git commit\")"
4633 msgstr ""
4635 #: wt-status.c:1089
4636 msgid "  (use \"git merge --abort\" to abort the merge)"
4637 msgstr ""
4639 #: wt-status.c:1094
4640 msgid "All conflicts fixed but you are still merging."
4641 msgstr ""
4643 #: wt-status.c:1097
4644 msgid "  (use \"git commit\" to conclude merge)"
4645 msgstr ""
4647 #: wt-status.c:1107
4648 msgid "You are in the middle of an am session."
4649 msgstr ""
4651 #: wt-status.c:1110
4652 msgid "The current patch is empty."
4653 msgstr ""
4655 #: wt-status.c:1114
4656 msgid "  (fix conflicts and then run \"git am --continue\")"
4657 msgstr ""
4659 #: wt-status.c:1116
4660 msgid "  (use \"git am --skip\" to skip this patch)"
4661 msgstr ""
4663 #: wt-status.c:1118
4664 msgid "  (use \"git am --abort\" to restore the original branch)"
4665 msgstr ""
4667 #: wt-status.c:1250
4668 msgid "git-rebase-todo is missing."
4669 msgstr ""
4671 #: wt-status.c:1252
4672 msgid "No commands done."
4673 msgstr ""
4675 #: wt-status.c:1255
4676 #, c-format
4677 msgid "Last command done (%d command done):"
4678 msgid_plural "Last commands done (%d commands done):"
4679 msgstr[0] ""
4680 msgstr[1] ""
4682 #: wt-status.c:1266
4683 #, c-format
4684 msgid "  (see more in file %s)"
4685 msgstr ""
4687 #: wt-status.c:1271
4688 msgid "No commands remaining."
4689 msgstr ""
4691 #: wt-status.c:1274
4692 #, c-format
4693 msgid "Next command to do (%d remaining command):"
4694 msgid_plural "Next commands to do (%d remaining commands):"
4695 msgstr[0] ""
4696 msgstr[1] ""
4698 #: wt-status.c:1282
4699 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4700 msgstr ""
4702 #: wt-status.c:1295
4703 #, c-format
4704 msgid "You are currently rebasing branch '%s' on '%s'."
4705 msgstr ""
4707 #: wt-status.c:1300
4708 msgid "You are currently rebasing."
4709 msgstr ""
4711 #: wt-status.c:1314
4712 msgid "  (fix conflicts and then run \"git rebase --continue\")"
4713 msgstr ""
4715 #: wt-status.c:1316
4716 msgid "  (use \"git rebase --skip\" to skip this patch)"
4717 msgstr ""
4719 #: wt-status.c:1318
4720 msgid "  (use \"git rebase --abort\" to check out the original branch)"
4721 msgstr ""
4723 #: wt-status.c:1324
4724 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4725 msgstr ""
4727 #: wt-status.c:1328
4728 #, c-format
4729 msgid ""
4730 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4731 msgstr ""
4733 #: wt-status.c:1333
4734 msgid "You are currently splitting a commit during a rebase."
4735 msgstr ""
4737 #: wt-status.c:1336
4738 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4739 msgstr ""
4741 #: wt-status.c:1340
4742 #, c-format
4743 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4744 msgstr ""
4746 #: wt-status.c:1345
4747 msgid "You are currently editing a commit during a rebase."
4748 msgstr ""
4750 #: wt-status.c:1348
4751 msgid "  (use \"git commit --amend\" to amend the current commit)"
4752 msgstr ""
4754 #: wt-status.c:1350
4755 msgid ""
4756 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
4757 msgstr ""
4759 #: wt-status.c:1360
4760 #, c-format
4761 msgid "You are currently cherry-picking commit %s."
4762 msgstr ""
4764 #: wt-status.c:1365
4765 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4766 msgstr ""
4768 #: wt-status.c:1368
4769 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4770 msgstr ""
4772 #: wt-status.c:1370
4773 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4774 msgstr ""
4776 #: wt-status.c:1379
4777 #, c-format
4778 msgid "You are currently reverting commit %s."
4779 msgstr ""
4781 #: wt-status.c:1384
4782 msgid "  (fix conflicts and run \"git revert --continue\")"
4783 msgstr ""
4785 #: wt-status.c:1387
4786 msgid "  (all conflicts fixed: run \"git revert --continue\")"
4787 msgstr ""
4789 #: wt-status.c:1389
4790 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4791 msgstr ""
4793 #: wt-status.c:1400
4794 #, c-format
4795 msgid "You are currently bisecting, started from branch '%s'."
4796 msgstr ""
4798 #: wt-status.c:1404
4799 msgid "You are currently bisecting."
4800 msgstr ""
4802 #: wt-status.c:1407
4803 msgid "  (use \"git bisect reset\" to get back to the original branch)"
4804 msgstr ""
4806 #: wt-status.c:1604
4807 msgid "On branch "
4808 msgstr ""
4810 #: wt-status.c:1610
4811 msgid "interactive rebase in progress; onto "
4812 msgstr ""
4814 #: wt-status.c:1612
4815 msgid "rebase in progress; onto "
4816 msgstr ""
4818 #: wt-status.c:1617
4819 msgid "HEAD detached at "
4820 msgstr ""
4822 #: wt-status.c:1619
4823 msgid "HEAD detached from "
4824 msgstr ""
4826 #: wt-status.c:1622
4827 msgid "Not currently on any branch."
4828 msgstr ""
4830 #: wt-status.c:1642
4831 msgid "Initial commit"
4832 msgstr ""
4834 #: wt-status.c:1643
4835 msgid "No commits yet"
4836 msgstr ""
4838 #: wt-status.c:1657
4839 msgid "Untracked files"
4840 msgstr ""
4842 #: wt-status.c:1659
4843 msgid "Ignored files"
4844 msgstr ""
4846 #: wt-status.c:1663
4847 #, c-format
4848 msgid ""
4849 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4850 "may speed it up, but you have to be careful not to forget to add\n"
4851 "new files yourself (see 'git help status')."
4852 msgstr ""
4854 #: wt-status.c:1669
4855 #, c-format
4856 msgid "Untracked files not listed%s"
4857 msgstr ""
4859 #: wt-status.c:1671
4860 msgid " (use -u option to show untracked files)"
4861 msgstr ""
4863 #: wt-status.c:1677
4864 msgid "No changes"
4865 msgstr ""
4867 #: wt-status.c:1682
4868 #, c-format
4869 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4870 msgstr ""
4872 #: wt-status.c:1685
4873 #, c-format
4874 msgid "no changes added to commit\n"
4875 msgstr ""
4877 #: wt-status.c:1688
4878 #, c-format
4879 msgid ""
4880 "nothing added to commit but untracked files present (use \"git add\" to "
4881 "track)\n"
4882 msgstr ""
4884 #: wt-status.c:1691
4885 #, c-format
4886 msgid "nothing added to commit but untracked files present\n"
4887 msgstr ""
4889 #: wt-status.c:1694
4890 #, c-format
4891 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4892 msgstr ""
4894 #: wt-status.c:1697 wt-status.c:1702
4895 #, c-format
4896 msgid "nothing to commit\n"
4897 msgstr ""
4899 #: wt-status.c:1700
4900 #, c-format
4901 msgid "nothing to commit (use -u to show untracked files)\n"
4902 msgstr ""
4904 #: wt-status.c:1704
4905 #, c-format
4906 msgid "nothing to commit, working tree clean\n"
4907 msgstr ""
4909 #: wt-status.c:1817
4910 msgid "No commits yet on "
4911 msgstr ""
4913 #: wt-status.c:1821
4914 msgid "HEAD (no branch)"
4915 msgstr ""
4917 #: wt-status.c:1852
4918 msgid "different"
4919 msgstr ""
4921 #: wt-status.c:1854 wt-status.c:1862
4922 msgid "behind "
4923 msgstr ""
4925 #: wt-status.c:1857 wt-status.c:1860
4926 msgid "ahead "
4927 msgstr ""
4929 #. TRANSLATORS: the action is e.g. "pull with rebase"
4930 #: wt-status.c:2366
4931 #, c-format
4932 msgid "cannot %s: You have unstaged changes."
4933 msgstr ""
4935 #: wt-status.c:2372
4936 msgid "additionally, your index contains uncommitted changes."
4937 msgstr ""
4939 #: wt-status.c:2374
4940 #, c-format
4941 msgid "cannot %s: Your index contains uncommitted changes."
4942 msgstr ""
4944 #: compat/precompose_utf8.c:58 builtin/clone.c:442
4945 #, c-format
4946 msgid "failed to unlink '%s'"
4947 msgstr ""
4949 #: builtin/add.c:24
4950 msgid "git add [<options>] [--] <pathspec>..."
4951 msgstr ""
4953 #: builtin/add.c:83
4954 #, c-format
4955 msgid "unexpected diff status %c"
4956 msgstr ""
4958 #: builtin/add.c:88 builtin/commit.c:266
4959 msgid "updating files failed"
4960 msgstr ""
4962 #: builtin/add.c:98
4963 #, c-format
4964 msgid "remove '%s'\n"
4965 msgstr ""
4967 #: builtin/add.c:173
4968 msgid "Unstaged changes after refreshing the index:"
4969 msgstr ""
4971 #: builtin/add.c:233 builtin/rev-parse.c:892
4972 msgid "Could not read the index"
4973 msgstr ""
4975 #: builtin/add.c:244
4976 #, c-format
4977 msgid "Could not open '%s' for writing."
4978 msgstr ""
4980 #: builtin/add.c:248
4981 msgid "Could not write patch"
4982 msgstr ""
4984 #: builtin/add.c:251
4985 msgid "editing patch failed"
4986 msgstr ""
4988 #: builtin/add.c:254
4989 #, c-format
4990 msgid "Could not stat '%s'"
4991 msgstr ""
4993 #: builtin/add.c:256
4994 msgid "Empty patch. Aborted."
4995 msgstr ""
4997 #: builtin/add.c:261
4998 #, c-format
4999 msgid "Could not apply '%s'"
5000 msgstr ""
5002 #: builtin/add.c:269
5003 msgid "The following paths are ignored by one of your .gitignore files:\n"
5004 msgstr ""
5006 #: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:123
5007 #: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:557
5008 #: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:165
5009 msgid "dry run"
5010 msgstr ""
5012 #: builtin/add.c:292
5013 msgid "interactive picking"
5014 msgstr ""
5016 #: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:302
5017 msgid "select hunks interactively"
5018 msgstr ""
5020 #: builtin/add.c:294
5021 msgid "edit current diff and apply"
5022 msgstr ""
5024 #: builtin/add.c:295
5025 msgid "allow adding otherwise ignored files"
5026 msgstr ""
5028 #: builtin/add.c:296
5029 msgid "update tracked files"
5030 msgstr ""
5032 #: builtin/add.c:297
5033 msgid "renormalize EOL of tracked files (implies -u)"
5034 msgstr ""
5036 #: builtin/add.c:298
5037 msgid "record only the fact that the path will be added later"
5038 msgstr ""
5040 #: builtin/add.c:299
5041 msgid "add changes from all tracked and untracked files"
5042 msgstr ""
5044 #: builtin/add.c:302
5045 msgid "ignore paths removed in the working tree (same as --no-all)"
5046 msgstr ""
5048 #: builtin/add.c:304
5049 msgid "don't add, only refresh the index"
5050 msgstr ""
5052 #: builtin/add.c:305
5053 msgid "just skip files which cannot be added because of errors"
5054 msgstr ""
5056 #: builtin/add.c:306
5057 msgid "check if - even missing - files are ignored in dry run"
5058 msgstr ""
5060 #: builtin/add.c:307 builtin/update-index.c:974
5061 msgid "(+/-)x"
5062 msgstr ""
5064 #: builtin/add.c:307 builtin/update-index.c:975
5065 msgid "override the executable bit of the listed files"
5066 msgstr ""
5068 #: builtin/add.c:309
5069 msgid "warn when adding an embedded repository"
5070 msgstr ""
5072 #: builtin/add.c:324
5073 #, c-format
5074 msgid ""
5075 "You've added another git repository inside your current repository.\n"
5076 "Clones of the outer repository will not contain the contents of\n"
5077 "the embedded repository and will not know how to obtain it.\n"
5078 "If you meant to add a submodule, use:\n"
5079 "\n"
5080 "\tgit submodule add <url> %s\n"
5081 "\n"
5082 "If you added this path by mistake, you can remove it from the\n"
5083 "index with:\n"
5084 "\n"
5085 "\tgit rm --cached %s\n"
5086 "\n"
5087 "See \"git help submodule\" for more information."
5088 msgstr ""
5090 #: builtin/add.c:352
5091 #, c-format
5092 msgid "adding embedded git repository: %s"
5093 msgstr ""
5095 #: builtin/add.c:370
5096 #, c-format
5097 msgid "Use -f if you really want to add them.\n"
5098 msgstr ""
5100 #: builtin/add.c:378
5101 msgid "adding files failed"
5102 msgstr ""
5104 #: builtin/add.c:416
5105 msgid "-A and -u are mutually incompatible"
5106 msgstr ""
5108 #: builtin/add.c:423
5109 msgid "Option --ignore-missing can only be used together with --dry-run"
5110 msgstr ""
5112 #: builtin/add.c:427
5113 #, c-format
5114 msgid "--chmod param '%s' must be either -x or +x"
5115 msgstr ""
5117 #: builtin/add.c:442
5118 #, c-format
5119 msgid "Nothing specified, nothing added.\n"
5120 msgstr ""
5122 #: builtin/add.c:443
5123 #, c-format
5124 msgid "Maybe you wanted to say 'git add .'?\n"
5125 msgstr ""
5127 #: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:280
5128 #: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:325
5129 #: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
5130 #: builtin/rm.c:270 builtin/submodule--helper.c:328
5131 msgid "index file corrupt"
5132 msgstr ""
5134 #: builtin/am.c:414
5135 msgid "could not parse author script"
5136 msgstr ""
5138 #: builtin/am.c:498
5139 #, c-format
5140 msgid "'%s' was deleted by the applypatch-msg hook"
5141 msgstr ""
5143 #: builtin/am.c:539
5144 #, c-format
5145 msgid "Malformed input line: '%s'."
5146 msgstr ""
5148 #: builtin/am.c:576
5149 #, c-format
5150 msgid "Failed to copy notes from '%s' to '%s'"
5151 msgstr ""
5153 #: builtin/am.c:602
5154 msgid "fseek failed"
5155 msgstr ""
5157 #: builtin/am.c:790
5158 #, c-format
5159 msgid "could not parse patch '%s'"
5160 msgstr ""
5162 #: builtin/am.c:855
5163 msgid "Only one StGIT patch series can be applied at once"
5164 msgstr ""
5166 #: builtin/am.c:903
5167 msgid "invalid timestamp"
5168 msgstr ""
5170 #: builtin/am.c:908 builtin/am.c:920
5171 msgid "invalid Date line"
5172 msgstr ""
5174 #: builtin/am.c:915
5175 msgid "invalid timezone offset"
5176 msgstr ""
5178 #: builtin/am.c:1008
5179 msgid "Patch format detection failed."
5180 msgstr ""
5182 #: builtin/am.c:1013 builtin/clone.c:407
5183 #, c-format
5184 msgid "failed to create directory '%s'"
5185 msgstr ""
5187 #: builtin/am.c:1018
5188 msgid "Failed to split patches."
5189 msgstr ""
5191 #: builtin/am.c:1148 builtin/commit.c:351
5192 msgid "unable to write index file"
5193 msgstr ""
5195 #: builtin/am.c:1162
5196 #, c-format
5197 msgid "When you have resolved this problem, run \"%s --continue\"."
5198 msgstr ""
5200 #: builtin/am.c:1163
5201 #, c-format
5202 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5203 msgstr ""
5205 #: builtin/am.c:1164
5206 #, c-format
5207 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5208 msgstr ""
5210 #: builtin/am.c:1271
5211 msgid "Patch is empty."
5212 msgstr ""
5214 #: builtin/am.c:1337
5215 #, c-format
5216 msgid "invalid ident line: %.*s"
5217 msgstr ""
5219 #: builtin/am.c:1359
5220 #, c-format
5221 msgid "unable to parse commit %s"
5222 msgstr ""
5224 #: builtin/am.c:1554
5225 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5226 msgstr ""
5228 #: builtin/am.c:1556
5229 msgid "Using index info to reconstruct a base tree..."
5230 msgstr ""
5232 #: builtin/am.c:1575
5233 msgid ""
5234 "Did you hand edit your patch?\n"
5235 "It does not apply to blobs recorded in its index."
5236 msgstr ""
5238 #: builtin/am.c:1581
5239 msgid "Falling back to patching base and 3-way merge..."
5240 msgstr ""
5242 #: builtin/am.c:1606
5243 msgid "Failed to merge in the changes."
5244 msgstr ""
5246 #: builtin/am.c:1637
5247 msgid "applying to an empty history"
5248 msgstr ""
5250 #: builtin/am.c:1683 builtin/am.c:1687
5251 #, c-format
5252 msgid "cannot resume: %s does not exist."
5253 msgstr ""
5255 #: builtin/am.c:1703
5256 msgid "cannot be interactive without stdin connected to a terminal."
5257 msgstr ""
5259 #: builtin/am.c:1708
5260 msgid "Commit Body is:"
5261 msgstr ""
5263 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5264 #. in your translation. The program will only accept English
5265 #. input at this point.
5267 #: builtin/am.c:1718
5268 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5269 msgstr ""
5271 #: builtin/am.c:1768
5272 #, c-format
5273 msgid "Dirty index: cannot apply patches (dirty: %s)"
5274 msgstr ""
5276 #: builtin/am.c:1808 builtin/am.c:1879
5277 #, c-format
5278 msgid "Applying: %.*s"
5279 msgstr ""
5281 #: builtin/am.c:1824
5282 msgid "No changes -- Patch already applied."
5283 msgstr ""
5285 #: builtin/am.c:1832
5286 #, c-format
5287 msgid "Patch failed at %s %.*s"
5288 msgstr ""
5290 #: builtin/am.c:1838
5291 msgid "Use 'git am --show-current-patch' to see the failed patch"
5292 msgstr ""
5294 #: builtin/am.c:1882
5295 msgid ""
5296 "No changes - did you forget to use 'git add'?\n"
5297 "If there is nothing left to stage, chances are that something else\n"
5298 "already introduced the same changes; you might want to skip this patch."
5299 msgstr ""
5301 #: builtin/am.c:1889
5302 msgid ""
5303 "You still have unmerged paths in your index.\n"
5304 "You should 'git add' each file with resolved conflicts to mark them as "
5305 "such.\n"
5306 "You might run `git rm` on a file to accept \"deleted by them\" for it."
5307 msgstr ""
5309 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5310 #: builtin/reset.c:332
5311 #, c-format
5312 msgid "Could not parse object '%s'."
5313 msgstr ""
5315 #: builtin/am.c:2048
5316 msgid "failed to clean index"
5317 msgstr ""
5319 #: builtin/am.c:2083
5320 msgid ""
5321 "You seem to have moved HEAD since the last 'am' failure.\n"
5322 "Not rewinding to ORIG_HEAD"
5323 msgstr ""
5325 #: builtin/am.c:2174
5326 #, c-format
5327 msgid "Invalid value for --patch-format: %s"
5328 msgstr ""
5330 #: builtin/am.c:2210
5331 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5332 msgstr ""
5334 #: builtin/am.c:2211
5335 msgid "git am [<options>] (--continue | --skip | --abort)"
5336 msgstr ""
5338 #: builtin/am.c:2217
5339 msgid "run interactively"
5340 msgstr ""
5342 #: builtin/am.c:2219
5343 msgid "historical option -- no-op"
5344 msgstr ""
5346 #: builtin/am.c:2221
5347 msgid "allow fall back on 3way merging if needed"
5348 msgstr ""
5350 #: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5351 #: builtin/repack.c:192
5352 msgid "be quiet"
5353 msgstr ""
5355 #: builtin/am.c:2224
5356 msgid "add a Signed-off-by line to the commit message"
5357 msgstr ""
5359 #: builtin/am.c:2227
5360 msgid "recode into utf8 (default)"
5361 msgstr ""
5363 #: builtin/am.c:2229
5364 msgid "pass -k flag to git-mailinfo"
5365 msgstr ""
5367 #: builtin/am.c:2231
5368 msgid "pass -b flag to git-mailinfo"
5369 msgstr ""
5371 #: builtin/am.c:2233
5372 msgid "pass -m flag to git-mailinfo"
5373 msgstr ""
5375 #: builtin/am.c:2235
5376 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5377 msgstr ""
5379 #: builtin/am.c:2238
5380 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5381 msgstr ""
5383 #: builtin/am.c:2241
5384 msgid "strip everything before a scissors line"
5385 msgstr ""
5387 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5388 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5389 #: builtin/am.c:2270
5390 msgid "pass it through git-apply"
5391 msgstr ""
5393 #: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:665
5394 #: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:208
5395 #: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:201
5396 #: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:631
5397 #: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:144
5398 #: parse-options.h:146 parse-options.h:258
5399 msgid "n"
5400 msgstr ""
5402 #: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:38
5403 #: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:39
5404 msgid "format"
5405 msgstr ""
5407 #: builtin/am.c:2267
5408 msgid "format the patch(es) are in"
5409 msgstr ""
5411 #: builtin/am.c:2273
5412 msgid "override error message when patch failure occurs"
5413 msgstr ""
5415 #: builtin/am.c:2275
5416 msgid "continue applying patches after resolving a conflict"
5417 msgstr ""
5419 #: builtin/am.c:2278
5420 msgid "synonyms for --continue"
5421 msgstr ""
5423 #: builtin/am.c:2281
5424 msgid "skip the current patch"
5425 msgstr ""
5427 #: builtin/am.c:2284
5428 msgid "restore the original branch and abort the patching operation."
5429 msgstr ""
5431 #: builtin/am.c:2287
5432 msgid "abort the patching operation but keep HEAD where it is."
5433 msgstr ""
5435 #: builtin/am.c:2290
5436 msgid "show the patch being applied."
5437 msgstr ""
5439 #: builtin/am.c:2294
5440 msgid "lie about committer date"
5441 msgstr ""
5443 #: builtin/am.c:2296
5444 msgid "use current timestamp for author date"
5445 msgstr ""
5447 #: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:239
5448 #: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:399
5449 msgid "key-id"
5450 msgstr ""
5452 #: builtin/am.c:2299
5453 msgid "GPG-sign commits"
5454 msgstr ""
5456 #: builtin/am.c:2302
5457 msgid "(internal use for git-rebase)"
5458 msgstr ""
5460 #: builtin/am.c:2320
5461 msgid ""
5462 "The -b/--binary option has been a no-op for long time, and\n"
5463 "it will be removed. Please do not use it anymore."
5464 msgstr ""
5466 #: builtin/am.c:2327
5467 msgid "failed to read the index"
5468 msgstr ""
5470 #: builtin/am.c:2342
5471 #, c-format
5472 msgid "previous rebase directory %s still exists but mbox given."
5473 msgstr ""
5475 #: builtin/am.c:2366
5476 #, c-format
5477 msgid ""
5478 "Stray %s directory found.\n"
5479 "Use \"git am --abort\" to remove it."
5480 msgstr ""
5482 #: builtin/am.c:2372
5483 msgid "Resolve operation not in progress, we are not resuming."
5484 msgstr ""
5486 #: builtin/apply.c:8
5487 msgid "git apply [<options>] [<patch>...]"
5488 msgstr ""
5490 #: builtin/archive.c:17
5491 #, c-format
5492 msgid "could not create archive file '%s'"
5493 msgstr ""
5495 #: builtin/archive.c:20
5496 msgid "could not redirect output"
5497 msgstr ""
5499 #: builtin/archive.c:37
5500 msgid "git archive: Remote with no URL"
5501 msgstr ""
5503 #: builtin/archive.c:58
5504 msgid "git archive: expected ACK/NAK, got a flush packet"
5505 msgstr ""
5507 #: builtin/archive.c:61
5508 #, c-format
5509 msgid "git archive: NACK %s"
5510 msgstr ""
5512 #: builtin/archive.c:64
5513 msgid "git archive: protocol error"
5514 msgstr ""
5516 #: builtin/archive.c:68
5517 msgid "git archive: expected a flush"
5518 msgstr ""
5520 #: builtin/bisect--helper.c:12
5521 msgid "git bisect--helper --next-all [--no-checkout]"
5522 msgstr ""
5524 #: builtin/bisect--helper.c:13
5525 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5526 msgstr ""
5528 #: builtin/bisect--helper.c:14
5529 msgid "git bisect--helper --bisect-clean-state"
5530 msgstr ""
5532 #: builtin/bisect--helper.c:46
5533 #, c-format
5534 msgid "'%s' is not a valid term"
5535 msgstr ""
5537 #: builtin/bisect--helper.c:50
5538 #, c-format
5539 msgid "can't use the builtin command '%s' as a term"
5540 msgstr ""
5542 #: builtin/bisect--helper.c:60
5543 #, c-format
5544 msgid "can't change the meaning of the term '%s'"
5545 msgstr ""
5547 #: builtin/bisect--helper.c:71
5548 msgid "please use two different terms"
5549 msgstr ""
5551 #: builtin/bisect--helper.c:78
5552 msgid "could not open the file BISECT_TERMS"
5553 msgstr ""
5555 #: builtin/bisect--helper.c:120
5556 msgid "perform 'git bisect next'"
5557 msgstr ""
5559 #: builtin/bisect--helper.c:122
5560 msgid "write the terms to .git/BISECT_TERMS"
5561 msgstr ""
5563 #: builtin/bisect--helper.c:124
5564 msgid "cleanup the bisection state"
5565 msgstr ""
5567 #: builtin/bisect--helper.c:126
5568 msgid "check for expected revs"
5569 msgstr ""
5571 #: builtin/bisect--helper.c:128
5572 msgid "update BISECT_HEAD instead of checking out the current commit"
5573 msgstr ""
5575 #: builtin/bisect--helper.c:143
5576 msgid "--write-terms requires two arguments"
5577 msgstr ""
5579 #: builtin/bisect--helper.c:147
5580 msgid "--bisect-clean-state requires no arguments"
5581 msgstr ""
5583 #: builtin/blame.c:29
5584 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5585 msgstr ""
5587 #: builtin/blame.c:34
5588 msgid "<rev-opts> are documented in git-rev-list(1)"
5589 msgstr ""
5591 #: builtin/blame.c:404
5592 #, c-format
5593 msgid "expecting a color: %s"
5594 msgstr ""
5596 #: builtin/blame.c:411
5597 msgid "must end with a color"
5598 msgstr ""
5600 #: builtin/blame.c:697
5601 #, c-format
5602 msgid "invalid color '%s' in color.blame.repeatedLines"
5603 msgstr ""
5605 #: builtin/blame.c:715
5606 msgid "invalid value for blame.coloring"
5607 msgstr ""
5609 #: builtin/blame.c:786
5610 msgid "Show blame entries as we find them, incrementally"
5611 msgstr ""
5613 #: builtin/blame.c:787
5614 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5615 msgstr ""
5617 #: builtin/blame.c:788
5618 msgid "Do not treat root commits as boundaries (Default: off)"
5619 msgstr ""
5621 #: builtin/blame.c:789
5622 msgid "Show work cost statistics"
5623 msgstr ""
5625 #: builtin/blame.c:790
5626 msgid "Force progress reporting"
5627 msgstr ""
5629 #: builtin/blame.c:791
5630 msgid "Show output score for blame entries"
5631 msgstr ""
5633 #: builtin/blame.c:792
5634 msgid "Show original filename (Default: auto)"
5635 msgstr ""
5637 #: builtin/blame.c:793
5638 msgid "Show original linenumber (Default: off)"
5639 msgstr ""
5641 #: builtin/blame.c:794
5642 msgid "Show in a format designed for machine consumption"
5643 msgstr ""
5645 #: builtin/blame.c:795
5646 msgid "Show porcelain format with per-line commit information"
5647 msgstr ""
5649 #: builtin/blame.c:796
5650 msgid "Use the same output mode as git-annotate (Default: off)"
5651 msgstr ""
5653 #: builtin/blame.c:797
5654 msgid "Show raw timestamp (Default: off)"
5655 msgstr ""
5657 #: builtin/blame.c:798
5658 msgid "Show long commit SHA1 (Default: off)"
5659 msgstr ""
5661 #: builtin/blame.c:799
5662 msgid "Suppress author name and timestamp (Default: off)"
5663 msgstr ""
5665 #: builtin/blame.c:800
5666 msgid "Show author email instead of name (Default: off)"
5667 msgstr ""
5669 #: builtin/blame.c:801
5670 msgid "Ignore whitespace differences"
5671 msgstr ""
5673 #: builtin/blame.c:802
5674 msgid "color redundant metadata from previous line differently"
5675 msgstr ""
5677 #: builtin/blame.c:803
5678 msgid "color lines by age"
5679 msgstr ""
5681 #: builtin/blame.c:810
5682 msgid "Use an experimental heuristic to improve diffs"
5683 msgstr ""
5685 #: builtin/blame.c:812
5686 msgid "Spend extra cycles to find better match"
5687 msgstr ""
5689 #: builtin/blame.c:813
5690 msgid "Use revisions from <file> instead of calling git-rev-list"
5691 msgstr ""
5693 #: builtin/blame.c:814
5694 msgid "Use <file>'s contents as the final image"
5695 msgstr ""
5697 #: builtin/blame.c:815 builtin/blame.c:816
5698 msgid "score"
5699 msgstr ""
5701 #: builtin/blame.c:815
5702 msgid "Find line copies within and across files"
5703 msgstr ""
5705 #: builtin/blame.c:816
5706 msgid "Find line movements within and across files"
5707 msgstr ""
5709 #: builtin/blame.c:817
5710 msgid "n,m"
5711 msgstr ""
5713 #: builtin/blame.c:817
5714 msgid "Process only line range n,m, counting from 1"
5715 msgstr ""
5717 #: builtin/blame.c:866
5718 msgid "--progress can't be used with --incremental or porcelain formats"
5719 msgstr ""
5721 #. TRANSLATORS: This string is used to tell us the
5722 #. maximum display width for a relative timestamp in
5723 #. "git blame" output.  For C locale, "4 years, 11
5724 #. months ago", which takes 22 places, is the longest
5725 #. among various forms of relative timestamps, but
5726 #. your language may need more or fewer display
5727 #. columns.
5729 #: builtin/blame.c:917
5730 msgid "4 years, 11 months ago"
5731 msgstr ""
5733 #: builtin/blame.c:1003
5734 #, c-format
5735 msgid "file %s has only %lu line"
5736 msgid_plural "file %s has only %lu lines"
5737 msgstr[0] ""
5738 msgstr[1] ""
5740 #: builtin/blame.c:1049
5741 msgid "Blaming lines"
5742 msgstr ""
5744 #: builtin/branch.c:27
5745 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5746 msgstr ""
5748 #: builtin/branch.c:28
5749 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5750 msgstr ""
5752 #: builtin/branch.c:29
5753 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5754 msgstr ""
5756 #: builtin/branch.c:30
5757 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5758 msgstr ""
5760 #: builtin/branch.c:31
5761 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5762 msgstr ""
5764 #: builtin/branch.c:32
5765 msgid "git branch [<options>] [-r | -a] [--points-at]"
5766 msgstr ""
5768 #: builtin/branch.c:33
5769 msgid "git branch [<options>] [-r | -a] [--format]"
5770 msgstr ""
5772 #: builtin/branch.c:146
5773 #, c-format
5774 msgid ""
5775 "deleting branch '%s' that has been merged to\n"
5776 "         '%s', but not yet merged to HEAD."
5777 msgstr ""
5779 #: builtin/branch.c:150
5780 #, c-format
5781 msgid ""
5782 "not deleting branch '%s' that is not yet merged to\n"
5783 "         '%s', even though it is merged to HEAD."
5784 msgstr ""
5786 #: builtin/branch.c:164
5787 #, c-format
5788 msgid "Couldn't look up commit object for '%s'"
5789 msgstr ""
5791 #: builtin/branch.c:168
5792 #, c-format
5793 msgid ""
5794 "The branch '%s' is not fully merged.\n"
5795 "If you are sure you want to delete it, run 'git branch -D %s'."
5796 msgstr ""
5798 #: builtin/branch.c:181
5799 msgid "Update of config-file failed"
5800 msgstr ""
5802 #: builtin/branch.c:212
5803 msgid "cannot use -a with -d"
5804 msgstr ""
5806 #: builtin/branch.c:218
5807 msgid "Couldn't look up commit object for HEAD"
5808 msgstr ""
5810 #: builtin/branch.c:232
5811 #, c-format
5812 msgid "Cannot delete branch '%s' checked out at '%s'"
5813 msgstr ""
5815 #: builtin/branch.c:247
5816 #, c-format
5817 msgid "remote-tracking branch '%s' not found."
5818 msgstr ""
5820 #: builtin/branch.c:248
5821 #, c-format
5822 msgid "branch '%s' not found."
5823 msgstr ""
5825 #: builtin/branch.c:263
5826 #, c-format
5827 msgid "Error deleting remote-tracking branch '%s'"
5828 msgstr ""
5830 #: builtin/branch.c:264
5831 #, c-format
5832 msgid "Error deleting branch '%s'"
5833 msgstr ""
5835 #: builtin/branch.c:271
5836 #, c-format
5837 msgid "Deleted remote-tracking branch %s (was %s).\n"
5838 msgstr ""
5840 #: builtin/branch.c:272
5841 #, c-format
5842 msgid "Deleted branch %s (was %s).\n"
5843 msgstr ""
5845 #: builtin/branch.c:416 builtin/tag.c:58
5846 msgid "unable to parse format string"
5847 msgstr ""
5849 #: builtin/branch.c:453
5850 #, c-format
5851 msgid "Branch %s is being rebased at %s"
5852 msgstr ""
5854 #: builtin/branch.c:457
5855 #, c-format
5856 msgid "Branch %s is being bisected at %s"
5857 msgstr ""
5859 #: builtin/branch.c:474
5860 msgid "cannot copy the current branch while not on any."
5861 msgstr ""
5863 #: builtin/branch.c:476
5864 msgid "cannot rename the current branch while not on any."
5865 msgstr ""
5867 #: builtin/branch.c:487
5868 #, c-format
5869 msgid "Invalid branch name: '%s'"
5870 msgstr ""
5872 #: builtin/branch.c:514
5873 msgid "Branch rename failed"
5874 msgstr ""
5876 #: builtin/branch.c:516
5877 msgid "Branch copy failed"
5878 msgstr ""
5880 #: builtin/branch.c:520
5881 #, c-format
5882 msgid "Created a copy of a misnamed branch '%s'"
5883 msgstr ""
5885 #: builtin/branch.c:523
5886 #, c-format
5887 msgid "Renamed a misnamed branch '%s' away"
5888 msgstr ""
5890 #: builtin/branch.c:529
5891 #, c-format
5892 msgid "Branch renamed to %s, but HEAD is not updated!"
5893 msgstr ""
5895 #: builtin/branch.c:538
5896 msgid "Branch is renamed, but update of config-file failed"
5897 msgstr ""
5899 #: builtin/branch.c:540
5900 msgid "Branch is copied, but update of config-file failed"
5901 msgstr ""
5903 #: builtin/branch.c:556
5904 #, c-format
5905 msgid ""
5906 "Please edit the description for the branch\n"
5907 "  %s\n"
5908 "Lines starting with '%c' will be stripped.\n"
5909 msgstr ""
5911 #: builtin/branch.c:589
5912 msgid "Generic options"
5913 msgstr ""
5915 #: builtin/branch.c:591
5916 msgid "show hash and subject, give twice for upstream branch"
5917 msgstr ""
5919 #: builtin/branch.c:592
5920 msgid "suppress informational messages"
5921 msgstr ""
5923 #: builtin/branch.c:593
5924 msgid "set up tracking mode (see git-pull(1))"
5925 msgstr ""
5927 #: builtin/branch.c:595
5928 msgid "do not use"
5929 msgstr ""
5931 #: builtin/branch.c:597
5932 msgid "upstream"
5933 msgstr ""
5935 #: builtin/branch.c:597
5936 msgid "change the upstream info"
5937 msgstr ""
5939 #: builtin/branch.c:598
5940 msgid "Unset the upstream info"
5941 msgstr ""
5943 #: builtin/branch.c:599
5944 msgid "use colored output"
5945 msgstr ""
5947 #: builtin/branch.c:600
5948 msgid "act on remote-tracking branches"
5949 msgstr ""
5951 #: builtin/branch.c:602 builtin/branch.c:604
5952 msgid "print only branches that contain the commit"
5953 msgstr ""
5955 #: builtin/branch.c:603 builtin/branch.c:605
5956 msgid "print only branches that don't contain the commit"
5957 msgstr ""
5959 #: builtin/branch.c:608
5960 msgid "Specific git-branch actions:"
5961 msgstr ""
5963 #: builtin/branch.c:609
5964 msgid "list both remote-tracking and local branches"
5965 msgstr ""
5967 #: builtin/branch.c:611
5968 msgid "delete fully merged branch"
5969 msgstr ""
5971 #: builtin/branch.c:612
5972 msgid "delete branch (even if not merged)"
5973 msgstr ""
5975 #: builtin/branch.c:613
5976 msgid "move/rename a branch and its reflog"
5977 msgstr ""
5979 #: builtin/branch.c:614
5980 msgid "move/rename a branch, even if target exists"
5981 msgstr ""
5983 #: builtin/branch.c:615
5984 msgid "copy a branch and its reflog"
5985 msgstr ""
5987 #: builtin/branch.c:616
5988 msgid "copy a branch, even if target exists"
5989 msgstr ""
5991 #: builtin/branch.c:617
5992 msgid "list branch names"
5993 msgstr ""
5995 #: builtin/branch.c:618
5996 msgid "create the branch's reflog"
5997 msgstr ""
5999 #: builtin/branch.c:620
6000 msgid "edit the description for the branch"
6001 msgstr ""
6003 #: builtin/branch.c:621
6004 msgid "force creation, move/rename, deletion"
6005 msgstr ""
6007 #: builtin/branch.c:622
6008 msgid "print only branches that are merged"
6009 msgstr ""
6011 #: builtin/branch.c:623
6012 msgid "print only branches that are not merged"
6013 msgstr ""
6015 #: builtin/branch.c:624
6016 msgid "list branches in columns"
6017 msgstr ""
6019 #: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
6020 #: builtin/tag.c:412
6021 msgid "key"
6022 msgstr ""
6024 #: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
6025 #: builtin/tag.c:413
6026 msgid "field name to sort on"
6027 msgstr ""
6029 #: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:408
6030 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
6031 #: builtin/tag.c:415
6032 msgid "object"
6033 msgstr ""
6035 #: builtin/branch.c:629
6036 msgid "print only branches of the object"
6037 msgstr ""
6039 #: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:422
6040 msgid "sorting and filtering are case insensitive"
6041 msgstr ""
6043 #: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:420
6044 #: builtin/verify-tag.c:39
6045 msgid "format to use for the output"
6046 msgstr ""
6048 #: builtin/branch.c:655 builtin/clone.c:737
6049 msgid "HEAD not found below refs/heads!"
6050 msgstr ""
6052 #: builtin/branch.c:678
6053 msgid "--column and --verbose are incompatible"
6054 msgstr ""
6056 #: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:754
6057 msgid "branch name required"
6058 msgstr ""
6060 #: builtin/branch.c:721
6061 msgid "Cannot give description to detached HEAD"
6062 msgstr ""
6064 #: builtin/branch.c:726
6065 msgid "cannot edit description of more than one branch"
6066 msgstr ""
6068 #: builtin/branch.c:733
6069 #, c-format
6070 msgid "No commit on branch '%s' yet."
6071 msgstr ""
6073 #: builtin/branch.c:736
6074 #, c-format
6075 msgid "No branch named '%s'."
6076 msgstr ""
6078 #: builtin/branch.c:751
6079 msgid "too many branches for a copy operation"
6080 msgstr ""
6082 #: builtin/branch.c:760
6083 msgid "too many arguments for a rename operation"
6084 msgstr ""
6086 #: builtin/branch.c:765
6087 msgid "too many arguments to set new upstream"
6088 msgstr ""
6090 #: builtin/branch.c:769
6091 #, c-format
6092 msgid ""
6093 "could not set upstream of HEAD to %s when it does not point to any branch."
6094 msgstr ""
6096 #: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:810
6097 #, c-format
6098 msgid "no such branch '%s'"
6099 msgstr ""
6101 #: builtin/branch.c:776
6102 #, c-format
6103 msgid "branch '%s' does not exist"
6104 msgstr ""
6106 #: builtin/branch.c:788
6107 msgid "too many arguments to unset upstream"
6108 msgstr ""
6110 #: builtin/branch.c:792
6111 msgid "could not unset upstream of HEAD when it does not point to any branch."
6112 msgstr ""
6114 #: builtin/branch.c:798
6115 #, c-format
6116 msgid "Branch '%s' has no upstream information"
6117 msgstr ""
6119 #: builtin/branch.c:813
6120 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
6121 msgstr ""
6123 #: builtin/branch.c:816
6124 msgid ""
6125 "the '--set-upstream' option is no longer supported. Please use '--track' or "
6126 "'--set-upstream-to' instead."
6127 msgstr ""
6129 #: builtin/bundle.c:45
6130 #, c-format
6131 msgid "%s is okay\n"
6132 msgstr ""
6134 #: builtin/bundle.c:58
6135 msgid "Need a repository to create a bundle."
6136 msgstr ""
6138 #: builtin/bundle.c:62
6139 msgid "Need a repository to unbundle."
6140 msgstr ""
6142 #: builtin/cat-file.c:525
6143 msgid ""
6144 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6145 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
6146 msgstr ""
6148 #: builtin/cat-file.c:526
6149 msgid ""
6150 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6151 "filters]"
6152 msgstr ""
6154 #: builtin/cat-file.c:563
6155 msgid "<type> can be one of: blob, tree, commit, tag"
6156 msgstr ""
6158 #: builtin/cat-file.c:564
6159 msgid "show object type"
6160 msgstr ""
6162 #: builtin/cat-file.c:565
6163 msgid "show object size"
6164 msgstr ""
6166 #: builtin/cat-file.c:567
6167 msgid "exit with zero when there's no error"
6168 msgstr ""
6170 #: builtin/cat-file.c:568
6171 msgid "pretty-print object's content"
6172 msgstr ""
6174 #: builtin/cat-file.c:570
6175 msgid "for blob objects, run textconv on object's content"
6176 msgstr ""
6178 #: builtin/cat-file.c:572
6179 msgid "for blob objects, run filters on object's content"
6180 msgstr ""
6182 #: builtin/cat-file.c:573 git-submodule.sh:894
6183 msgid "blob"
6184 msgstr ""
6186 #: builtin/cat-file.c:574
6187 msgid "use a specific path for --textconv/--filters"
6188 msgstr ""
6190 #: builtin/cat-file.c:576
6191 msgid "allow -s and -t to work with broken/corrupt objects"
6192 msgstr ""
6194 #: builtin/cat-file.c:577
6195 msgid "buffer --batch output"
6196 msgstr ""
6198 #: builtin/cat-file.c:579
6199 msgid "show info and content of objects fed from the standard input"
6200 msgstr ""
6202 #: builtin/cat-file.c:582
6203 msgid "show info about objects fed from the standard input"
6204 msgstr ""
6206 #: builtin/cat-file.c:585
6207 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6208 msgstr ""
6210 #: builtin/cat-file.c:587
6211 msgid "show all objects with --batch or --batch-check"
6212 msgstr ""
6214 #: builtin/check-attr.c:12
6215 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
6216 msgstr ""
6218 #: builtin/check-attr.c:13
6219 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
6220 msgstr ""
6222 #: builtin/check-attr.c:20
6223 msgid "report all attributes set on file"
6224 msgstr ""
6226 #: builtin/check-attr.c:21
6227 msgid "use .gitattributes only from the index"
6228 msgstr ""
6230 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
6231 msgid "read file names from stdin"
6232 msgstr ""
6234 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
6235 msgid "terminate input and output records by a NUL character"
6236 msgstr ""
6238 #: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:500
6239 msgid "suppress progress reporting"
6240 msgstr ""
6242 #: builtin/check-ignore.c:28
6243 msgid "show non-matching input paths"
6244 msgstr ""
6246 #: builtin/check-ignore.c:30
6247 msgid "ignore index when checking"
6248 msgstr ""
6250 #: builtin/check-ignore.c:159
6251 msgid "cannot specify pathnames with --stdin"
6252 msgstr ""
6254 #: builtin/check-ignore.c:162
6255 msgid "-z only makes sense with --stdin"
6256 msgstr ""
6258 #: builtin/check-ignore.c:164
6259 msgid "no path specified"
6260 msgstr ""
6262 #: builtin/check-ignore.c:168
6263 msgid "--quiet is only valid with a single pathname"
6264 msgstr ""
6266 #: builtin/check-ignore.c:170
6267 msgid "cannot have both --quiet and --verbose"
6268 msgstr ""
6270 #: builtin/check-ignore.c:173
6271 msgid "--non-matching is only valid with --verbose"
6272 msgstr ""
6274 #: builtin/check-mailmap.c:9
6275 msgid "git check-mailmap [<options>] <contact>..."
6276 msgstr ""
6278 #: builtin/check-mailmap.c:14
6279 msgid "also read contacts from stdin"
6280 msgstr ""
6282 #: builtin/check-mailmap.c:25
6283 #, c-format
6284 msgid "unable to parse contact: %s"
6285 msgstr ""
6287 #: builtin/check-mailmap.c:48
6288 msgid "no contacts specified"
6289 msgstr ""
6291 #: builtin/checkout-index.c:128
6292 msgid "git checkout-index [<options>] [--] [<file>...]"
6293 msgstr ""
6295 #: builtin/checkout-index.c:143
6296 msgid "stage should be between 1 and 3 or all"
6297 msgstr ""
6299 #: builtin/checkout-index.c:159
6300 msgid "check out all files in the index"
6301 msgstr ""
6303 #: builtin/checkout-index.c:160
6304 msgid "force overwrite of existing files"
6305 msgstr ""
6307 #: builtin/checkout-index.c:162
6308 msgid "no warning for existing files and files not in index"
6309 msgstr ""
6311 #: builtin/checkout-index.c:164
6312 msgid "don't checkout new files"
6313 msgstr ""
6315 #: builtin/checkout-index.c:166
6316 msgid "update stat information in the index file"
6317 msgstr ""
6319 #: builtin/checkout-index.c:170
6320 msgid "read list of paths from the standard input"
6321 msgstr ""
6323 #: builtin/checkout-index.c:172
6324 msgid "write the content to temporary files"
6325 msgstr ""
6327 #: builtin/checkout-index.c:173 builtin/column.c:31
6328 #: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1219
6329 #: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:1591
6330 #: builtin/worktree.c:610
6331 msgid "string"
6332 msgstr ""
6334 #: builtin/checkout-index.c:174
6335 msgid "when creating files, prepend <string>"
6336 msgstr ""
6338 #: builtin/checkout-index.c:176
6339 msgid "copy out the files from named stage"
6340 msgstr ""
6342 #: builtin/checkout.c:27
6343 msgid "git checkout [<options>] <branch>"
6344 msgstr ""
6346 #: builtin/checkout.c:28
6347 msgid "git checkout [<options>] [<branch>] -- <file>..."
6348 msgstr ""
6350 #: builtin/checkout.c:136 builtin/checkout.c:169
6351 #, c-format
6352 msgid "path '%s' does not have our version"
6353 msgstr ""
6355 #: builtin/checkout.c:138 builtin/checkout.c:171
6356 #, c-format
6357 msgid "path '%s' does not have their version"
6358 msgstr ""
6360 #: builtin/checkout.c:154
6361 #, c-format
6362 msgid "path '%s' does not have all necessary versions"
6363 msgstr ""
6365 #: builtin/checkout.c:198
6366 #, c-format
6367 msgid "path '%s' does not have necessary versions"
6368 msgstr ""
6370 #: builtin/checkout.c:215
6371 #, c-format
6372 msgid "path '%s': cannot merge"
6373 msgstr ""
6375 #: builtin/checkout.c:231
6376 #, c-format
6377 msgid "Unable to add merge result for '%s'"
6378 msgstr ""
6380 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6381 #: builtin/checkout.c:262
6382 #, c-format
6383 msgid "'%s' cannot be used with updating paths"
6384 msgstr ""
6386 #: builtin/checkout.c:265 builtin/checkout.c:268
6387 #, c-format
6388 msgid "'%s' cannot be used with %s"
6389 msgstr ""
6391 #: builtin/checkout.c:271
6392 #, c-format
6393 msgid "Cannot update paths and switch to branch '%s' at the same time."
6394 msgstr ""
6396 #: builtin/checkout.c:340 builtin/checkout.c:347
6397 #, c-format
6398 msgid "path '%s' is unmerged"
6399 msgstr ""
6401 #: builtin/checkout.c:506
6402 msgid "you need to resolve your current index first"
6403 msgstr ""
6405 #: builtin/checkout.c:643
6406 #, c-format
6407 msgid "Can not do reflog for '%s': %s\n"
6408 msgstr ""
6410 #: builtin/checkout.c:684
6411 msgid "HEAD is now at"
6412 msgstr ""
6414 #: builtin/checkout.c:688 builtin/clone.c:691
6415 msgid "unable to update HEAD"
6416 msgstr ""
6418 #: builtin/checkout.c:692
6419 #, c-format
6420 msgid "Reset branch '%s'\n"
6421 msgstr ""
6423 #: builtin/checkout.c:695
6424 #, c-format
6425 msgid "Already on '%s'\n"
6426 msgstr ""
6428 #: builtin/checkout.c:699
6429 #, c-format
6430 msgid "Switched to and reset branch '%s'\n"
6431 msgstr ""
6433 #: builtin/checkout.c:701 builtin/checkout.c:1046
6434 #, c-format
6435 msgid "Switched to a new branch '%s'\n"
6436 msgstr ""
6438 #: builtin/checkout.c:703
6439 #, c-format
6440 msgid "Switched to branch '%s'\n"
6441 msgstr ""
6443 #: builtin/checkout.c:754
6444 #, c-format
6445 msgid " ... and %d more.\n"
6446 msgstr ""
6448 #: builtin/checkout.c:760
6449 #, c-format
6450 msgid ""
6451 "Warning: you are leaving %d commit behind, not connected to\n"
6452 "any of your branches:\n"
6453 "\n"
6454 "%s\n"
6455 msgid_plural ""
6456 "Warning: you are leaving %d commits behind, not connected to\n"
6457 "any of your branches:\n"
6458 "\n"
6459 "%s\n"
6460 msgstr[0] ""
6461 msgstr[1] ""
6463 #: builtin/checkout.c:779
6464 #, c-format
6465 msgid ""
6466 "If you want to keep it by creating a new branch, this may be a good time\n"
6467 "to do so with:\n"
6468 "\n"
6469 " git branch <new-branch-name> %s\n"
6470 "\n"
6471 msgid_plural ""
6472 "If you want to keep them by creating a new branch, this may be a good time\n"
6473 "to do so with:\n"
6474 "\n"
6475 " git branch <new-branch-name> %s\n"
6476 "\n"
6477 msgstr[0] ""
6478 msgstr[1] ""
6480 #: builtin/checkout.c:811
6481 msgid "internal error in revision walk"
6482 msgstr ""
6484 #: builtin/checkout.c:815
6485 msgid "Previous HEAD position was"
6486 msgstr ""
6488 #: builtin/checkout.c:843 builtin/checkout.c:1041
6489 msgid "You are on a branch yet to be born"
6490 msgstr ""
6492 #: builtin/checkout.c:947
6493 #, c-format
6494 msgid "only one reference expected, %d given."
6495 msgstr ""
6497 #: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:389
6498 #, c-format
6499 msgid "invalid reference: %s"
6500 msgstr ""
6502 #: builtin/checkout.c:1016
6503 #, c-format
6504 msgid "reference is not a tree: %s"
6505 msgstr ""
6507 #: builtin/checkout.c:1055
6508 msgid "paths cannot be used with switching branches"
6509 msgstr ""
6511 #: builtin/checkout.c:1058 builtin/checkout.c:1062
6512 #, c-format
6513 msgid "'%s' cannot be used with switching branches"
6514 msgstr ""
6516 #: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:1074
6517 #: builtin/checkout.c:1077
6518 #, c-format
6519 msgid "'%s' cannot be used with '%s'"
6520 msgstr ""
6522 #: builtin/checkout.c:1082
6523 #, c-format
6524 msgid "Cannot switch branch to a non-commit '%s'"
6525 msgstr ""
6527 #: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:118
6528 #: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:433
6529 #: builtin/worktree.c:435
6530 msgid "branch"
6531 msgstr ""
6533 #: builtin/checkout.c:1115
6534 msgid "create and checkout a new branch"
6535 msgstr ""
6537 #: builtin/checkout.c:1117
6538 msgid "create/reset and checkout a branch"
6539 msgstr ""
6541 #: builtin/checkout.c:1118
6542 msgid "create reflog for new branch"
6543 msgstr ""
6545 #: builtin/checkout.c:1119 builtin/worktree.c:437
6546 msgid "detach HEAD at named commit"
6547 msgstr ""
6549 #: builtin/checkout.c:1120
6550 msgid "set upstream info for new branch"
6551 msgstr ""
6553 #: builtin/checkout.c:1122
6554 msgid "new-branch"
6555 msgstr ""
6557 #: builtin/checkout.c:1122
6558 msgid "new unparented branch"
6559 msgstr ""
6561 #: builtin/checkout.c:1123
6562 msgid "checkout our version for unmerged files"
6563 msgstr ""
6565 #: builtin/checkout.c:1125
6566 msgid "checkout their version for unmerged files"
6567 msgstr ""
6569 #: builtin/checkout.c:1127
6570 msgid "force checkout (throw away local modifications)"
6571 msgstr ""
6573 #: builtin/checkout.c:1129
6574 msgid "perform a 3-way merge with the new branch"
6575 msgstr ""
6577 #: builtin/checkout.c:1131 builtin/merge.c:241
6578 msgid "update ignored files (default)"
6579 msgstr ""
6581 #: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:264
6582 msgid "style"
6583 msgstr ""
6585 #: builtin/checkout.c:1134
6586 msgid "conflict style (merge or diff3)"
6587 msgstr ""
6589 #: builtin/checkout.c:1137
6590 msgid "do not limit pathspecs to sparse entries only"
6591 msgstr ""
6593 #: builtin/checkout.c:1139
6594 msgid "second guess 'git checkout <no-such-branch>'"
6595 msgstr ""
6597 #: builtin/checkout.c:1141
6598 msgid "do not check if another worktree is holding the given ref"
6599 msgstr ""
6601 #: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:149
6602 #: builtin/merge.c:238 builtin/pull.c:128 builtin/push.c:572
6603 #: builtin/send-pack.c:174
6604 msgid "force progress reporting"
6605 msgstr ""
6607 #: builtin/checkout.c:1175
6608 msgid "-b, -B and --orphan are mutually exclusive"
6609 msgstr ""
6611 #: builtin/checkout.c:1192
6612 msgid "--track needs a branch name"
6613 msgstr ""
6615 #: builtin/checkout.c:1197
6616 msgid "Missing branch name; try -b"
6617 msgstr ""
6619 #: builtin/checkout.c:1233
6620 msgid "invalid path specification"
6621 msgstr ""
6623 #: builtin/checkout.c:1240
6624 #, c-format
6625 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6626 msgstr ""
6628 #: builtin/checkout.c:1244
6629 #, c-format
6630 msgid "git checkout: --detach does not take a path argument '%s'"
6631 msgstr ""
6633 #: builtin/checkout.c:1248
6634 msgid ""
6635 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6636 "checking out of the index."
6637 msgstr ""
6639 #: builtin/clean.c:26
6640 msgid ""
6641 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6642 msgstr ""
6644 #: builtin/clean.c:30
6645 #, c-format
6646 msgid "Removing %s\n"
6647 msgstr ""
6649 #: builtin/clean.c:31
6650 #, c-format
6651 msgid "Would remove %s\n"
6652 msgstr ""
6654 #: builtin/clean.c:32
6655 #, c-format
6656 msgid "Skipping repository %s\n"
6657 msgstr ""
6659 #: builtin/clean.c:33
6660 #, c-format
6661 msgid "Would skip repository %s\n"
6662 msgstr ""
6664 #: builtin/clean.c:34
6665 #, c-format
6666 msgid "failed to remove %s"
6667 msgstr ""
6669 #: builtin/clean.c:302 git-add--interactive.perl:579
6670 #, c-format
6671 msgid ""
6672 "Prompt help:\n"
6673 "1          - select a numbered item\n"
6674 "foo        - select item based on unique prefix\n"
6675 "           - (empty) select nothing\n"
6676 msgstr ""
6678 #: builtin/clean.c:306 git-add--interactive.perl:588
6679 #, c-format
6680 msgid ""
6681 "Prompt help:\n"
6682 "1          - select a single item\n"
6683 "3-5        - select a range of items\n"
6684 "2-3,6-9    - select multiple ranges\n"
6685 "foo        - select item based on unique prefix\n"
6686 "-...       - unselect specified items\n"
6687 "*          - choose all items\n"
6688 "           - (empty) finish selecting\n"
6689 msgstr ""
6691 #: builtin/clean.c:522 git-add--interactive.perl:554
6692 #: git-add--interactive.perl:559
6693 #, c-format, perl-format
6694 msgid "Huh (%s)?\n"
6695 msgstr ""
6697 #: builtin/clean.c:664
6698 #, c-format
6699 msgid "Input ignore patterns>> "
6700 msgstr ""
6702 #: builtin/clean.c:701
6703 #, c-format
6704 msgid "WARNING: Cannot find items matched by: %s"
6705 msgstr ""
6707 #: builtin/clean.c:722
6708 msgid "Select items to delete"
6709 msgstr ""
6711 #. TRANSLATORS: Make sure to keep [y/N] as is
6712 #: builtin/clean.c:763
6713 #, c-format
6714 msgid "Remove %s [y/N]? "
6715 msgstr ""
6717 #: builtin/clean.c:788 git-add--interactive.perl:1717
6718 #, c-format
6719 msgid "Bye.\n"
6720 msgstr ""
6722 #: builtin/clean.c:796
6723 msgid ""
6724 "clean               - start cleaning\n"
6725 "filter by pattern   - exclude items from deletion\n"
6726 "select by numbers   - select items to be deleted by numbers\n"
6727 "ask each            - confirm each deletion (like \"rm -i\")\n"
6728 "quit                - stop cleaning\n"
6729 "help                - this screen\n"
6730 "?                   - help for prompt selection"
6731 msgstr ""
6733 #: builtin/clean.c:823 git-add--interactive.perl:1793
6734 msgid "*** Commands ***"
6735 msgstr ""
6737 #: builtin/clean.c:824 git-add--interactive.perl:1790
6738 msgid "What now"
6739 msgstr ""
6741 #: builtin/clean.c:832
6742 msgid "Would remove the following item:"
6743 msgid_plural "Would remove the following items:"
6744 msgstr[0] ""
6745 msgstr[1] ""
6747 #: builtin/clean.c:848
6748 msgid "No more files to clean, exiting."
6749 msgstr ""
6751 #: builtin/clean.c:910
6752 msgid "do not print names of files removed"
6753 msgstr ""
6755 #: builtin/clean.c:912
6756 msgid "force"
6757 msgstr ""
6759 #: builtin/clean.c:913
6760 msgid "interactive cleaning"
6761 msgstr ""
6763 #: builtin/clean.c:915
6764 msgid "remove whole directories"
6765 msgstr ""
6767 #: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6768 #: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6769 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6770 #: builtin/show-ref.c:176
6771 msgid "pattern"
6772 msgstr ""
6774 #: builtin/clean.c:917
6775 msgid "add <pattern> to ignore rules"
6776 msgstr ""
6778 #: builtin/clean.c:918
6779 msgid "remove ignored files, too"
6780 msgstr ""
6782 #: builtin/clean.c:920
6783 msgid "remove only ignored files"
6784 msgstr ""
6786 #: builtin/clean.c:938
6787 msgid "-x and -X cannot be used together"
6788 msgstr ""
6790 #: builtin/clean.c:942
6791 msgid ""
6792 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6793 "clean"
6794 msgstr ""
6796 #: builtin/clean.c:945
6797 msgid ""
6798 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6799 "refusing to clean"
6800 msgstr ""
6802 #: builtin/clone.c:42
6803 msgid "git clone [<options>] [--] <repo> [<dir>]"
6804 msgstr ""
6806 #: builtin/clone.c:87
6807 msgid "don't create a checkout"
6808 msgstr ""
6810 #: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:479
6811 msgid "create a bare repository"
6812 msgstr ""
6814 #: builtin/clone.c:92
6815 msgid "create a mirror repository (implies bare)"
6816 msgstr ""
6818 #: builtin/clone.c:94
6819 msgid "to clone from a local repository"
6820 msgstr ""
6822 #: builtin/clone.c:96
6823 msgid "don't use local hardlinks, always copy"
6824 msgstr ""
6826 #: builtin/clone.c:98
6827 msgid "setup as shared repository"
6828 msgstr ""
6830 #: builtin/clone.c:100 builtin/clone.c:104
6831 msgid "pathspec"
6832 msgstr ""
6834 #: builtin/clone.c:100 builtin/clone.c:104
6835 msgid "initialize submodules in the clone"
6836 msgstr ""
6838 #: builtin/clone.c:107
6839 msgid "number of submodules cloned in parallel"
6840 msgstr ""
6842 #: builtin/clone.c:108 builtin/init-db.c:476
6843 msgid "template-directory"
6844 msgstr ""
6846 #: builtin/clone.c:109 builtin/init-db.c:477
6847 msgid "directory from which templates will be used"
6848 msgstr ""
6850 #: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1223
6851 #: builtin/submodule--helper.c:1594
6852 msgid "reference repository"
6853 msgstr ""
6855 #: builtin/clone.c:115 builtin/submodule--helper.c:1225
6856 #: builtin/submodule--helper.c:1596
6857 msgid "use --reference only while cloning"
6858 msgstr ""
6860 #: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:44
6861 #: builtin/pack-objects.c:3166 builtin/repack.c:213
6862 msgid "name"
6863 msgstr ""
6865 #: builtin/clone.c:117
6866 msgid "use <name> instead of 'origin' to track upstream"
6867 msgstr ""
6869 #: builtin/clone.c:119
6870 msgid "checkout <branch> instead of the remote's HEAD"
6871 msgstr ""
6873 #: builtin/clone.c:121
6874 msgid "path to git-upload-pack on the remote"
6875 msgstr ""
6877 #: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:813
6878 #: builtin/pull.c:216
6879 msgid "depth"
6880 msgstr ""
6882 #: builtin/clone.c:123
6883 msgid "create a shallow clone of that depth"
6884 msgstr ""
6886 #: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:3157
6887 #: parse-options.h:154
6888 msgid "time"
6889 msgstr ""
6891 #: builtin/clone.c:125
6892 msgid "create a shallow clone since a specific time"
6893 msgstr ""
6895 #: builtin/clone.c:126 builtin/fetch.c:154
6896 msgid "revision"
6897 msgstr ""
6899 #: builtin/clone.c:127 builtin/fetch.c:155
6900 msgid "deepen history of shallow clone, excluding rev"
6901 msgstr ""
6903 #: builtin/clone.c:129
6904 msgid "clone only one branch, HEAD or --branch"
6905 msgstr ""
6907 #: builtin/clone.c:131
6908 msgid "don't clone any tags, and make later fetches not to follow them"
6909 msgstr ""
6911 #: builtin/clone.c:133
6912 msgid "any cloned submodules will be shallow"
6913 msgstr ""
6915 #: builtin/clone.c:134 builtin/init-db.c:485
6916 msgid "gitdir"
6917 msgstr ""
6919 #: builtin/clone.c:135 builtin/init-db.c:486
6920 msgid "separate git dir from working tree"
6921 msgstr ""
6923 #: builtin/clone.c:136
6924 msgid "key=value"
6925 msgstr ""
6927 #: builtin/clone.c:137
6928 msgid "set config inside the new repository"
6929 msgstr ""
6931 #: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:229
6932 #: builtin/push.c:583
6933 msgid "use IPv4 addresses only"
6934 msgstr ""
6936 #: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:232
6937 #: builtin/push.c:585
6938 msgid "use IPv6 addresses only"
6939 msgstr ""
6941 #: builtin/clone.c:278
6942 msgid ""
6943 "No directory name could be guessed.\n"
6944 "Please specify a directory on the command line"
6945 msgstr ""
6947 #: builtin/clone.c:331
6948 #, c-format
6949 msgid "info: Could not add alternate for '%s': %s\n"
6950 msgstr ""
6952 #: builtin/clone.c:403
6953 #, c-format
6954 msgid "failed to open '%s'"
6955 msgstr ""
6957 #: builtin/clone.c:411
6958 #, c-format
6959 msgid "%s exists and is not a directory"
6960 msgstr ""
6962 #: builtin/clone.c:425
6963 #, c-format
6964 msgid "failed to stat %s\n"
6965 msgstr ""
6967 #: builtin/clone.c:447
6968 #, c-format
6969 msgid "failed to create link '%s'"
6970 msgstr ""
6972 #: builtin/clone.c:451
6973 #, c-format
6974 msgid "failed to copy file to '%s'"
6975 msgstr ""
6977 #: builtin/clone.c:477
6978 #, c-format
6979 msgid "done.\n"
6980 msgstr ""
6982 #: builtin/clone.c:491
6983 msgid ""
6984 "Clone succeeded, but checkout failed.\n"
6985 "You can inspect what was checked out with 'git status'\n"
6986 "and retry the checkout with 'git checkout -f HEAD'\n"
6987 msgstr ""
6989 #: builtin/clone.c:568
6990 #, c-format
6991 msgid "Could not find remote branch %s to clone."
6992 msgstr ""
6994 #: builtin/clone.c:663
6995 msgid "remote did not send all necessary objects"
6996 msgstr ""
6998 #: builtin/clone.c:679
6999 #, c-format
7000 msgid "unable to update %s"
7001 msgstr ""
7003 #: builtin/clone.c:728
7004 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
7005 msgstr ""
7007 #: builtin/clone.c:758
7008 msgid "unable to checkout working tree"
7009 msgstr ""
7011 #: builtin/clone.c:803
7012 msgid "unable to write parameters to config file"
7013 msgstr ""
7015 #: builtin/clone.c:866
7016 msgid "cannot repack to clean up"
7017 msgstr ""
7019 #: builtin/clone.c:868
7020 msgid "cannot unlink temporary alternates file"
7021 msgstr ""
7023 #: builtin/clone.c:907 builtin/receive-pack.c:1947
7024 msgid "Too many arguments."
7025 msgstr ""
7027 #: builtin/clone.c:911
7028 msgid "You must specify a repository to clone."
7029 msgstr ""
7031 #: builtin/clone.c:924
7032 #, c-format
7033 msgid "--bare and --origin %s options are incompatible."
7034 msgstr ""
7036 #: builtin/clone.c:927
7037 msgid "--bare and --separate-git-dir are incompatible."
7038 msgstr ""
7040 #: builtin/clone.c:940
7041 #, c-format
7042 msgid "repository '%s' does not exist"
7043 msgstr ""
7045 #: builtin/clone.c:946 builtin/fetch.c:1460
7046 #, c-format
7047 msgid "depth %s is not a positive number"
7048 msgstr ""
7050 #: builtin/clone.c:956
7051 #, c-format
7052 msgid "destination path '%s' already exists and is not an empty directory."
7053 msgstr ""
7055 #: builtin/clone.c:966
7056 #, c-format
7057 msgid "working tree '%s' already exists."
7058 msgstr ""
7060 #: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:270
7061 #: builtin/worktree.c:246 builtin/worktree.c:276
7062 #, c-format
7063 msgid "could not create leading directories of '%s'"
7064 msgstr ""
7066 #: builtin/clone.c:986
7067 #, c-format
7068 msgid "could not create work tree dir '%s'"
7069 msgstr ""
7071 #: builtin/clone.c:1006
7072 #, c-format
7073 msgid "Cloning into bare repository '%s'...\n"
7074 msgstr ""
7076 #: builtin/clone.c:1008
7077 #, c-format
7078 msgid "Cloning into '%s'...\n"
7079 msgstr ""
7081 #: builtin/clone.c:1032
7082 msgid ""
7083 "clone --recursive is not compatible with both --reference and --reference-if-"
7084 "able"
7085 msgstr ""
7087 #: builtin/clone.c:1093
7088 msgid "--depth is ignored in local clones; use file:// instead."
7089 msgstr ""
7091 #: builtin/clone.c:1095
7092 msgid "--shallow-since is ignored in local clones; use file:// instead."
7093 msgstr ""
7095 #: builtin/clone.c:1097
7096 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7097 msgstr ""
7099 #: builtin/clone.c:1099
7100 msgid "--filter is ignored in local clones; use file:// instead."
7101 msgstr ""
7103 #: builtin/clone.c:1102
7104 msgid "source repository is shallow, ignoring --local"
7105 msgstr ""
7107 #: builtin/clone.c:1107
7108 msgid "--local is ignored"
7109 msgstr ""
7111 #: builtin/clone.c:1169 builtin/clone.c:1177
7112 #, c-format
7113 msgid "Remote branch %s not found in upstream %s"
7114 msgstr ""
7116 #: builtin/clone.c:1180
7117 msgid "You appear to have cloned an empty repository."
7118 msgstr ""
7120 #: builtin/column.c:10
7121 msgid "git column [<options>]"
7122 msgstr ""
7124 #: builtin/column.c:27
7125 msgid "lookup config vars"
7126 msgstr ""
7128 #: builtin/column.c:28 builtin/column.c:29
7129 msgid "layout to use"
7130 msgstr ""
7132 #: builtin/column.c:30
7133 msgid "Maximum width"
7134 msgstr ""
7136 #: builtin/column.c:31
7137 msgid "Padding space on left border"
7138 msgstr ""
7140 #: builtin/column.c:32
7141 msgid "Padding space on right border"
7142 msgstr ""
7144 #: builtin/column.c:33
7145 msgid "Padding space between columns"
7146 msgstr ""
7148 #: builtin/column.c:51
7149 msgid "--command must be the first argument"
7150 msgstr ""
7152 #: builtin/commit.c:37
7153 msgid "git commit [<options>] [--] <pathspec>..."
7154 msgstr ""
7156 #: builtin/commit.c:42
7157 msgid "git status [<options>] [--] <pathspec>..."
7158 msgstr ""
7160 #: builtin/commit.c:47
7161 msgid ""
7162 "You asked to amend the most recent commit, but doing so would make\n"
7163 "it empty. You can repeat your command with --allow-empty, or you can\n"
7164 "remove the commit entirely with \"git reset HEAD^\".\n"
7165 msgstr ""
7167 #: builtin/commit.c:52
7168 msgid ""
7169 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7170 "If you wish to commit it anyway, use:\n"
7171 "\n"
7172 "    git commit --allow-empty\n"
7173 "\n"
7174 msgstr ""
7176 #: builtin/commit.c:59
7177 msgid "Otherwise, please use 'git reset'\n"
7178 msgstr ""
7180 #: builtin/commit.c:62
7181 msgid ""
7182 "If you wish to skip this commit, use:\n"
7183 "\n"
7184 "    git reset\n"
7185 "\n"
7186 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7187 "the remaining commits.\n"
7188 msgstr ""
7190 #: builtin/commit.c:293
7191 msgid "failed to unpack HEAD tree object"
7192 msgstr ""
7194 #: builtin/commit.c:334
7195 msgid "unable to create temporary index"
7196 msgstr ""
7198 #: builtin/commit.c:340
7199 msgid "interactive add failed"
7200 msgstr ""
7202 #: builtin/commit.c:353
7203 msgid "unable to update temporary index"
7204 msgstr ""
7206 #: builtin/commit.c:355
7207 msgid "Failed to update main cache tree"
7208 msgstr ""
7210 #: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:449
7211 msgid "unable to write new_index file"
7212 msgstr ""
7214 #: builtin/commit.c:432
7215 msgid "cannot do a partial commit during a merge."
7216 msgstr ""
7218 #: builtin/commit.c:434
7219 msgid "cannot do a partial commit during a cherry-pick."
7220 msgstr ""
7222 #: builtin/commit.c:442
7223 msgid "cannot read the index"
7224 msgstr ""
7226 #: builtin/commit.c:461
7227 msgid "unable to write temporary index file"
7228 msgstr ""
7230 #: builtin/commit.c:558
7231 #, c-format
7232 msgid "commit '%s' lacks author header"
7233 msgstr ""
7235 #: builtin/commit.c:560
7236 #, c-format
7237 msgid "commit '%s' has malformed author line"
7238 msgstr ""
7240 #: builtin/commit.c:579
7241 msgid "malformed --author parameter"
7242 msgstr ""
7244 #: builtin/commit.c:631
7245 msgid ""
7246 "unable to select a comment character that is not used\n"
7247 "in the current commit message"
7248 msgstr ""
7250 #: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:1029
7251 #, c-format
7252 msgid "could not lookup commit %s"
7253 msgstr ""
7255 #: builtin/commit.c:680 builtin/shortlog.c:316
7256 #, c-format
7257 msgid "(reading log message from standard input)\n"
7258 msgstr ""
7260 #: builtin/commit.c:682
7261 msgid "could not read log from standard input"
7262 msgstr ""
7264 #: builtin/commit.c:686
7265 #, c-format
7266 msgid "could not read log file '%s'"
7267 msgstr ""
7269 #: builtin/commit.c:715 builtin/commit.c:723
7270 msgid "could not read SQUASH_MSG"
7271 msgstr ""
7273 #: builtin/commit.c:720
7274 msgid "could not read MERGE_MSG"
7275 msgstr ""
7277 #: builtin/commit.c:774
7278 msgid "could not write commit template"
7279 msgstr ""
7281 #: builtin/commit.c:792
7282 #, c-format
7283 msgid ""
7284 "\n"
7285 "It looks like you may be committing a merge.\n"
7286 "If this is not correct, please remove the file\n"
7287 "\t%s\n"
7288 "and try again.\n"
7289 msgstr ""
7291 #: builtin/commit.c:797
7292 #, c-format
7293 msgid ""
7294 "\n"
7295 "It looks like you may be committing a cherry-pick.\n"
7296 "If this is not correct, please remove the file\n"
7297 "\t%s\n"
7298 "and try again.\n"
7299 msgstr ""
7301 #: builtin/commit.c:810
7302 #, c-format
7303 msgid ""
7304 "Please enter the commit message for your changes. Lines starting\n"
7305 "with '%c' will be ignored, and an empty message aborts the commit.\n"
7306 msgstr ""
7308 #: builtin/commit.c:818
7309 #, c-format
7310 msgid ""
7311 "Please enter the commit message for your changes. Lines starting\n"
7312 "with '%c' will be kept; you may remove them yourself if you want to.\n"
7313 "An empty message aborts the commit.\n"
7314 msgstr ""
7316 #: builtin/commit.c:835
7317 #, c-format
7318 msgid "%sAuthor:    %.*s <%.*s>"
7319 msgstr ""
7321 #: builtin/commit.c:843
7322 #, c-format
7323 msgid "%sDate:      %s"
7324 msgstr ""
7326 #: builtin/commit.c:850
7327 #, c-format
7328 msgid "%sCommitter: %.*s <%.*s>"
7329 msgstr ""
7331 #: builtin/commit.c:867
7332 msgid "Cannot read index"
7333 msgstr ""
7335 #: builtin/commit.c:933
7336 msgid "Error building trees"
7337 msgstr ""
7339 #: builtin/commit.c:947 builtin/tag.c:257
7340 #, c-format
7341 msgid "Please supply the message using either -m or -F option.\n"
7342 msgstr ""
7344 #: builtin/commit.c:991
7345 #, c-format
7346 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
7347 msgstr ""
7349 #: builtin/commit.c:1005
7350 #, c-format
7351 msgid "Invalid ignored mode '%s'"
7352 msgstr ""
7354 #: builtin/commit.c:1019 builtin/commit.c:1269
7355 #, c-format
7356 msgid "Invalid untracked files mode '%s'"
7357 msgstr ""
7359 #: builtin/commit.c:1057
7360 msgid "--long and -z are incompatible"
7361 msgstr ""
7363 #: builtin/commit.c:1090
7364 msgid "Using both --reset-author and --author does not make sense"
7365 msgstr ""
7367 #: builtin/commit.c:1099
7368 msgid "You have nothing to amend."
7369 msgstr ""
7371 #: builtin/commit.c:1102
7372 msgid "You are in the middle of a merge -- cannot amend."
7373 msgstr ""
7375 #: builtin/commit.c:1104
7376 msgid "You are in the middle of a cherry-pick -- cannot amend."
7377 msgstr ""
7379 #: builtin/commit.c:1107
7380 msgid "Options --squash and --fixup cannot be used together"
7381 msgstr ""
7383 #: builtin/commit.c:1117
7384 msgid "Only one of -c/-C/-F/--fixup can be used."
7385 msgstr ""
7387 #: builtin/commit.c:1119
7388 msgid "Option -m cannot be combined with -c/-C/-F."
7389 msgstr ""
7391 #: builtin/commit.c:1127
7392 msgid "--reset-author can be used only with -C, -c or --amend."
7393 msgstr ""
7395 #: builtin/commit.c:1144
7396 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7397 msgstr ""
7399 #: builtin/commit.c:1146
7400 msgid "No paths with --include/--only does not make sense."
7401 msgstr ""
7403 #: builtin/commit.c:1160 builtin/tag.c:543
7404 #, c-format
7405 msgid "Invalid cleanup mode %s"
7406 msgstr ""
7408 #: builtin/commit.c:1165
7409 msgid "Paths with -a does not make sense."
7410 msgstr ""
7412 #: builtin/commit.c:1303 builtin/commit.c:1480
7413 msgid "show status concisely"
7414 msgstr ""
7416 #: builtin/commit.c:1305 builtin/commit.c:1482
7417 msgid "show branch information"
7418 msgstr ""
7420 #: builtin/commit.c:1307
7421 msgid "show stash information"
7422 msgstr ""
7424 #: builtin/commit.c:1309 builtin/commit.c:1484
7425 msgid "compute full ahead/behind values"
7426 msgstr ""
7428 #: builtin/commit.c:1311
7429 msgid "version"
7430 msgstr ""
7432 #: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
7433 #: builtin/worktree.c:581
7434 msgid "machine-readable output"
7435 msgstr ""
7437 #: builtin/commit.c:1314 builtin/commit.c:1488
7438 msgid "show status in long format (default)"
7439 msgstr ""
7441 #: builtin/commit.c:1317 builtin/commit.c:1491
7442 msgid "terminate entries with NUL"
7443 msgstr ""
7445 #: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
7446 #: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:397
7447 msgid "mode"
7448 msgstr ""
7450 #: builtin/commit.c:1320 builtin/commit.c:1494
7451 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7452 msgstr ""
7454 #: builtin/commit.c:1324
7455 msgid ""
7456 "show ignored files, optional modes: traditional, matching, no. (Default: "
7457 "traditional)"
7458 msgstr ""
7460 #: builtin/commit.c:1326 parse-options.h:167
7461 msgid "when"
7462 msgstr ""
7464 #: builtin/commit.c:1327
7465 msgid ""
7466 "ignore changes to submodules, optional when: all, dirty, untracked. "
7467 "(Default: all)"
7468 msgstr ""
7470 #: builtin/commit.c:1329
7471 msgid "list untracked files in columns"
7472 msgstr ""
7474 #: builtin/commit.c:1330
7475 msgid "do not detect renames"
7476 msgstr ""
7478 #: builtin/commit.c:1332
7479 msgid "detect renames, optionally set similarity index"
7480 msgstr ""
7482 #: builtin/commit.c:1352
7483 msgid "Unsupported combination of ignored and untracked-files arguments"
7484 msgstr ""
7486 #: builtin/commit.c:1450
7487 msgid "suppress summary after successful commit"
7488 msgstr ""
7490 #: builtin/commit.c:1451
7491 msgid "show diff in commit message template"
7492 msgstr ""
7494 #: builtin/commit.c:1453
7495 msgid "Commit message options"
7496 msgstr ""
7498 #: builtin/commit.c:1454 builtin/tag.c:394
7499 msgid "read message from file"
7500 msgstr ""
7502 #: builtin/commit.c:1455
7503 msgid "author"
7504 msgstr ""
7506 #: builtin/commit.c:1455
7507 msgid "override author for commit"
7508 msgstr ""
7510 #: builtin/commit.c:1456 builtin/gc.c:501
7511 msgid "date"
7512 msgstr ""
7514 #: builtin/commit.c:1456
7515 msgid "override date for commit"
7516 msgstr ""
7518 #: builtin/commit.c:1457 builtin/merge.c:228 builtin/notes.c:402
7519 #: builtin/notes.c:565 builtin/tag.c:392
7520 msgid "message"
7521 msgstr ""
7523 #: builtin/commit.c:1457
7524 msgid "commit message"
7525 msgstr ""
7527 #: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
7528 #: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
7529 msgid "commit"
7530 msgstr ""
7532 #: builtin/commit.c:1458
7533 msgid "reuse and edit message from specified commit"
7534 msgstr ""
7536 #: builtin/commit.c:1459
7537 msgid "reuse message from specified commit"
7538 msgstr ""
7540 #: builtin/commit.c:1460
7541 msgid "use autosquash formatted message to fixup specified commit"
7542 msgstr ""
7544 #: builtin/commit.c:1461
7545 msgid "use autosquash formatted message to squash specified commit"
7546 msgstr ""
7548 #: builtin/commit.c:1462
7549 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7550 msgstr ""
7552 #: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:242
7553 #: builtin/pull.c:154 builtin/revert.c:105
7554 msgid "add Signed-off-by:"
7555 msgstr ""
7557 #: builtin/commit.c:1464
7558 msgid "use specified template file"
7559 msgstr ""
7561 #: builtin/commit.c:1465
7562 msgid "force edit of commit"
7563 msgstr ""
7565 #: builtin/commit.c:1466
7566 msgid "default"
7567 msgstr ""
7569 #: builtin/commit.c:1466 builtin/tag.c:398
7570 msgid "how to strip spaces and #comments from message"
7571 msgstr ""
7573 #: builtin/commit.c:1467
7574 msgid "include status in commit message template"
7575 msgstr ""
7577 #: builtin/commit.c:1469 builtin/merge.c:240 builtin/pull.c:184
7578 #: builtin/revert.c:113
7579 msgid "GPG sign commit"
7580 msgstr ""
7582 #: builtin/commit.c:1472
7583 msgid "Commit contents options"
7584 msgstr ""
7586 #: builtin/commit.c:1473
7587 msgid "commit all changed files"
7588 msgstr ""
7590 #: builtin/commit.c:1474
7591 msgid "add specified files to index for commit"
7592 msgstr ""
7594 #: builtin/commit.c:1475
7595 msgid "interactively add files"
7596 msgstr ""
7598 #: builtin/commit.c:1476
7599 msgid "interactively add changes"
7600 msgstr ""
7602 #: builtin/commit.c:1477
7603 msgid "commit only specified files"
7604 msgstr ""
7606 #: builtin/commit.c:1478
7607 msgid "bypass pre-commit and commit-msg hooks"
7608 msgstr ""
7610 #: builtin/commit.c:1479
7611 msgid "show what would be committed"
7612 msgstr ""
7614 #: builtin/commit.c:1492
7615 msgid "amend previous commit"
7616 msgstr ""
7618 #: builtin/commit.c:1493
7619 msgid "bypass post-rewrite hook"
7620 msgstr ""
7622 #: builtin/commit.c:1498
7623 msgid "ok to record an empty change"
7624 msgstr ""
7626 #: builtin/commit.c:1500
7627 msgid "ok to record a change with an empty message"
7628 msgstr ""
7630 #: builtin/commit.c:1573
7631 #, c-format
7632 msgid "Corrupt MERGE_HEAD file (%s)"
7633 msgstr ""
7635 #: builtin/commit.c:1580
7636 msgid "could not read MERGE_MODE"
7637 msgstr ""
7639 #: builtin/commit.c:1599
7640 #, c-format
7641 msgid "could not read commit message: %s"
7642 msgstr ""
7644 #: builtin/commit.c:1610
7645 #, c-format
7646 msgid "Aborting commit due to empty commit message.\n"
7647 msgstr ""
7649 #: builtin/commit.c:1615
7650 #, c-format
7651 msgid "Aborting commit; you did not edit the message.\n"
7652 msgstr ""
7654 #: builtin/commit.c:1650
7655 msgid ""
7656 "Repository has been updated, but unable to write\n"
7657 "new_index file. Check that disk is not full and quota is\n"
7658 "not exceeded, and then \"git reset HEAD\" to recover."
7659 msgstr ""
7661 #: builtin/commit-graph.c:9
7662 msgid "git commit-graph [--object-dir <objdir>]"
7663 msgstr ""
7665 #: builtin/commit-graph.c:10 builtin/commit-graph.c:16
7666 msgid "git commit-graph read [--object-dir <objdir>]"
7667 msgstr ""
7669 #: builtin/commit-graph.c:11 builtin/commit-graph.c:21
7670 msgid ""
7671 "git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"
7672 "stdin-commits]"
7673 msgstr ""
7675 #: builtin/commit-graph.c:39 builtin/commit-graph.c:92
7676 #: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:1466
7677 msgid "dir"
7678 msgstr ""
7680 #: builtin/commit-graph.c:40 builtin/commit-graph.c:93
7681 #: builtin/commit-graph.c:148
7682 msgid "The object directory to store the graph"
7683 msgstr ""
7685 #: builtin/commit-graph.c:95
7686 msgid "scan pack-indexes listed by stdin for commits"
7687 msgstr ""
7689 #: builtin/commit-graph.c:97
7690 msgid "start walk at commits listed by stdin"
7691 msgstr ""
7693 #: builtin/commit-graph.c:99
7694 msgid "include all commits already in the commit-graph file"
7695 msgstr ""
7697 #: builtin/commit-graph.c:108
7698 msgid "cannot use both --stdin-commits and --stdin-packs"
7699 msgstr ""
7701 #: builtin/config.c:10
7702 msgid "git config [<options>]"
7703 msgstr ""
7705 #: builtin/config.c:101
7706 #, c-format
7707 msgid "unrecognized --type argument, %s"
7708 msgstr ""
7710 #: builtin/config.c:123
7711 msgid "Config file location"
7712 msgstr ""
7714 #: builtin/config.c:124
7715 msgid "use global config file"
7716 msgstr ""
7718 #: builtin/config.c:125
7719 msgid "use system config file"
7720 msgstr ""
7722 #: builtin/config.c:126
7723 msgid "use repository config file"
7724 msgstr ""
7726 #: builtin/config.c:127
7727 msgid "use given config file"
7728 msgstr ""
7730 #: builtin/config.c:128
7731 msgid "blob-id"
7732 msgstr ""
7734 #: builtin/config.c:128
7735 msgid "read config from given blob object"
7736 msgstr ""
7738 #: builtin/config.c:129
7739 msgid "Action"
7740 msgstr ""
7742 #: builtin/config.c:130
7743 msgid "get value: name [value-regex]"
7744 msgstr ""
7746 #: builtin/config.c:131
7747 msgid "get all values: key [value-regex]"
7748 msgstr ""
7750 #: builtin/config.c:132
7751 msgid "get values for regexp: name-regex [value-regex]"
7752 msgstr ""
7754 #: builtin/config.c:133
7755 msgid "get value specific for the URL: section[.var] URL"
7756 msgstr ""
7758 #: builtin/config.c:134
7759 msgid "replace all matching variables: name value [value_regex]"
7760 msgstr ""
7762 #: builtin/config.c:135
7763 msgid "add a new variable: name value"
7764 msgstr ""
7766 #: builtin/config.c:136
7767 msgid "remove a variable: name [value-regex]"
7768 msgstr ""
7770 #: builtin/config.c:137
7771 msgid "remove all matches: name [value-regex]"
7772 msgstr ""
7774 #: builtin/config.c:138
7775 msgid "rename section: old-name new-name"
7776 msgstr ""
7778 #: builtin/config.c:139
7779 msgid "remove a section: name"
7780 msgstr ""
7782 #: builtin/config.c:140
7783 msgid "list all"
7784 msgstr ""
7786 #: builtin/config.c:141
7787 msgid "open an editor"
7788 msgstr ""
7790 #: builtin/config.c:142
7791 msgid "find the color configured: slot [default]"
7792 msgstr ""
7794 #: builtin/config.c:143
7795 msgid "find the color setting: slot [stdout-is-tty]"
7796 msgstr ""
7798 #: builtin/config.c:144
7799 msgid "Type"
7800 msgstr ""
7802 #: builtin/config.c:145
7803 msgid "value is given this type"
7804 msgstr ""
7806 #: builtin/config.c:146
7807 msgid "value is \"true\" or \"false\""
7808 msgstr ""
7810 #: builtin/config.c:147
7811 msgid "value is decimal number"
7812 msgstr ""
7814 #: builtin/config.c:148
7815 msgid "value is --bool or --int"
7816 msgstr ""
7818 #: builtin/config.c:149
7819 msgid "value is a path (file or directory name)"
7820 msgstr ""
7822 #: builtin/config.c:150
7823 msgid "value is an expiry date"
7824 msgstr ""
7826 #: builtin/config.c:151
7827 msgid "Other"
7828 msgstr ""
7830 #: builtin/config.c:152
7831 msgid "terminate values with NUL byte"
7832 msgstr ""
7834 #: builtin/config.c:153
7835 msgid "show variable names only"
7836 msgstr ""
7838 #: builtin/config.c:154
7839 msgid "respect include directives on lookup"
7840 msgstr ""
7842 #: builtin/config.c:155
7843 msgid "show origin of config (file, standard input, blob, command line)"
7844 msgstr ""
7846 #: builtin/config.c:156
7847 msgid "value"
7848 msgstr ""
7850 #: builtin/config.c:156
7851 msgid "with --get, use default value when missing entry"
7852 msgstr ""
7854 #: builtin/config.c:332
7855 #, c-format
7856 msgid "failed to format default config value: %s"
7857 msgstr ""
7859 #: builtin/config.c:431
7860 msgid "unable to parse default color value"
7861 msgstr ""
7863 #: builtin/config.c:575
7864 #, c-format
7865 msgid ""
7866 "# This is Git's per-user configuration file.\n"
7867 "[user]\n"
7868 "# Please adapt and uncomment the following lines:\n"
7869 "#\tname = %s\n"
7870 "#\temail = %s\n"
7871 msgstr ""
7873 #: builtin/config.c:603
7874 msgid "--local can only be used inside a git repository"
7875 msgstr ""
7877 #: builtin/config.c:606
7878 msgid "--blob can only be used inside a git repository"
7879 msgstr ""
7881 #: builtin/config.c:735
7882 #, c-format
7883 msgid "cannot create configuration file %s"
7884 msgstr ""
7886 #: builtin/config.c:748
7887 #, c-format
7888 msgid ""
7889 "cannot overwrite multiple values with a single value\n"
7890 "       Use a regexp, --add or --replace-all to change %s."
7891 msgstr ""
7893 #: builtin/count-objects.c:90
7894 msgid "git count-objects [-v] [-H | --human-readable]"
7895 msgstr ""
7897 #: builtin/count-objects.c:100
7898 msgid "print sizes in human readable format"
7899 msgstr ""
7901 #: builtin/describe.c:22
7902 msgid "git describe [<options>] [<commit-ish>...]"
7903 msgstr ""
7905 #: builtin/describe.c:23
7906 msgid "git describe [<options>] --dirty"
7907 msgstr ""
7909 #: builtin/describe.c:57
7910 msgid "head"
7911 msgstr ""
7913 #: builtin/describe.c:57
7914 msgid "lightweight"
7915 msgstr ""
7917 #: builtin/describe.c:57
7918 msgid "annotated"
7919 msgstr ""
7921 #: builtin/describe.c:267
7922 #, c-format
7923 msgid "annotated tag %s not available"
7924 msgstr ""
7926 #: builtin/describe.c:271
7927 #, c-format
7928 msgid "annotated tag %s has no embedded name"
7929 msgstr ""
7931 #: builtin/describe.c:273
7932 #, c-format
7933 msgid "tag '%s' is really '%s' here"
7934 msgstr ""
7936 #: builtin/describe.c:317
7937 #, c-format
7938 msgid "no tag exactly matches '%s'"
7939 msgstr ""
7941 #: builtin/describe.c:319
7942 #, c-format
7943 msgid "No exact match on refs or tags, searching to describe\n"
7944 msgstr ""
7946 #: builtin/describe.c:366
7947 #, c-format
7948 msgid "finished search at %s\n"
7949 msgstr ""
7951 #: builtin/describe.c:392
7952 #, c-format
7953 msgid ""
7954 "No annotated tags can describe '%s'.\n"
7955 "However, there were unannotated tags: try --tags."
7956 msgstr ""
7958 #: builtin/describe.c:396
7959 #, c-format
7960 msgid ""
7961 "No tags can describe '%s'.\n"
7962 "Try --always, or create some tags."
7963 msgstr ""
7965 #: builtin/describe.c:426
7966 #, c-format
7967 msgid "traversed %lu commits\n"
7968 msgstr ""
7970 #: builtin/describe.c:429
7971 #, c-format
7972 msgid ""
7973 "more than %i tags found; listed %i most recent\n"
7974 "gave up search at %s\n"
7975 msgstr ""
7977 #: builtin/describe.c:497
7978 #, c-format
7979 msgid "describe %s\n"
7980 msgstr ""
7982 #: builtin/describe.c:500 builtin/log.c:502
7983 #, c-format
7984 msgid "Not a valid object name %s"
7985 msgstr ""
7987 #: builtin/describe.c:508
7988 #, c-format
7989 msgid "%s is neither a commit nor blob"
7990 msgstr ""
7992 #: builtin/describe.c:522
7993 msgid "find the tag that comes after the commit"
7994 msgstr ""
7996 #: builtin/describe.c:523
7997 msgid "debug search strategy on stderr"
7998 msgstr ""
8000 #: builtin/describe.c:524
8001 msgid "use any ref"
8002 msgstr ""
8004 #: builtin/describe.c:525
8005 msgid "use any tag, even unannotated"
8006 msgstr ""
8008 #: builtin/describe.c:526
8009 msgid "always use long format"
8010 msgstr ""
8012 #: builtin/describe.c:527
8013 msgid "only follow first parent"
8014 msgstr ""
8016 #: builtin/describe.c:530
8017 msgid "only output exact matches"
8018 msgstr ""
8020 #: builtin/describe.c:532
8021 msgid "consider <n> most recent tags (default: 10)"
8022 msgstr ""
8024 #: builtin/describe.c:534
8025 msgid "only consider tags matching <pattern>"
8026 msgstr ""
8028 #: builtin/describe.c:536
8029 msgid "do not consider tags matching <pattern>"
8030 msgstr ""
8032 #: builtin/describe.c:538 builtin/name-rev.c:406
8033 msgid "show abbreviated commit object as fallback"
8034 msgstr ""
8036 #: builtin/describe.c:539 builtin/describe.c:542
8037 msgid "mark"
8038 msgstr ""
8040 #: builtin/describe.c:540
8041 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
8042 msgstr ""
8044 #: builtin/describe.c:543
8045 msgid "append <mark> on broken working tree (default: \"-broken\")"
8046 msgstr ""
8048 #: builtin/describe.c:561
8049 msgid "--long is incompatible with --abbrev=0"
8050 msgstr ""
8052 #: builtin/describe.c:590
8053 msgid "No names found, cannot describe anything."
8054 msgstr ""
8056 #: builtin/describe.c:640
8057 msgid "--dirty is incompatible with commit-ishes"
8058 msgstr ""
8060 #: builtin/describe.c:642
8061 msgid "--broken is incompatible with commit-ishes"
8062 msgstr ""
8064 #: builtin/diff.c:83
8065 #, c-format
8066 msgid "'%s': not a regular file or symlink"
8067 msgstr ""
8069 #: builtin/diff.c:234
8070 #, c-format
8071 msgid "invalid option: %s"
8072 msgstr ""
8074 #: builtin/diff.c:356
8075 msgid "Not a git repository"
8076 msgstr ""
8078 #: builtin/diff.c:399
8079 #, c-format
8080 msgid "invalid object '%s' given."
8081 msgstr ""
8083 #: builtin/diff.c:408
8084 #, c-format
8085 msgid "more than two blobs given: '%s'"
8086 msgstr ""
8088 #: builtin/diff.c:413
8089 #, c-format
8090 msgid "unhandled object '%s' given."
8091 msgstr ""
8093 #: builtin/difftool.c:29
8094 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8095 msgstr ""
8097 #: builtin/difftool.c:259
8098 #, c-format
8099 msgid "failed: %d"
8100 msgstr ""
8102 #: builtin/difftool.c:301
8103 #, c-format
8104 msgid "could not read symlink %s"
8105 msgstr ""
8107 #: builtin/difftool.c:303
8108 #, c-format
8109 msgid "could not read symlink file %s"
8110 msgstr ""
8112 #: builtin/difftool.c:311
8113 #, c-format
8114 msgid "could not read object %s for symlink %s"
8115 msgstr ""
8117 #: builtin/difftool.c:412
8118 msgid ""
8119 "combined diff formats('-c' and '--cc') are not supported in\n"
8120 "directory diff mode('-d' and '--dir-diff')."
8121 msgstr ""
8123 #: builtin/difftool.c:632
8124 #, c-format
8125 msgid "both files modified: '%s' and '%s'."
8126 msgstr ""
8128 #: builtin/difftool.c:634
8129 msgid "working tree file has been left."
8130 msgstr ""
8132 #: builtin/difftool.c:645
8133 #, c-format
8134 msgid "temporary files exist in '%s'."
8135 msgstr ""
8137 #: builtin/difftool.c:646
8138 msgid "you may want to cleanup or recover these."
8139 msgstr ""
8141 #: builtin/difftool.c:695
8142 msgid "use `diff.guitool` instead of `diff.tool`"
8143 msgstr ""
8145 #: builtin/difftool.c:697
8146 msgid "perform a full-directory diff"
8147 msgstr ""
8149 #: builtin/difftool.c:699
8150 msgid "do not prompt before launching a diff tool"
8151 msgstr ""
8153 #: builtin/difftool.c:704
8154 msgid "use symlinks in dir-diff mode"
8155 msgstr ""
8157 #: builtin/difftool.c:705
8158 msgid "<tool>"
8159 msgstr ""
8161 #: builtin/difftool.c:706
8162 msgid "use the specified diff tool"
8163 msgstr ""
8165 #: builtin/difftool.c:708
8166 msgid "print a list of diff tools that may be used with `--tool`"
8167 msgstr ""
8169 #: builtin/difftool.c:711
8170 msgid ""
8171 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8172 "code"
8173 msgstr ""
8175 #: builtin/difftool.c:713
8176 msgid "<command>"
8177 msgstr ""
8179 #: builtin/difftool.c:714
8180 msgid "specify a custom command for viewing diffs"
8181 msgstr ""
8183 #: builtin/difftool.c:738
8184 msgid "no <tool> given for --tool=<tool>"
8185 msgstr ""
8187 #: builtin/difftool.c:745
8188 msgid "no <cmd> given for --extcmd=<cmd>"
8189 msgstr ""
8191 #: builtin/fast-export.c:27
8192 msgid "git fast-export [rev-list-opts]"
8193 msgstr ""
8195 #: builtin/fast-export.c:1000
8196 msgid "show progress after <n> objects"
8197 msgstr ""
8199 #: builtin/fast-export.c:1002
8200 msgid "select handling of signed tags"
8201 msgstr ""
8203 #: builtin/fast-export.c:1005
8204 msgid "select handling of tags that tag filtered objects"
8205 msgstr ""
8207 #: builtin/fast-export.c:1008
8208 msgid "Dump marks to this file"
8209 msgstr ""
8211 #: builtin/fast-export.c:1010
8212 msgid "Import marks from this file"
8213 msgstr ""
8215 #: builtin/fast-export.c:1012
8216 msgid "Fake a tagger when tags lack one"
8217 msgstr ""
8219 #: builtin/fast-export.c:1014
8220 msgid "Output full tree for each commit"
8221 msgstr ""
8223 #: builtin/fast-export.c:1016
8224 msgid "Use the done feature to terminate the stream"
8225 msgstr ""
8227 #: builtin/fast-export.c:1017
8228 msgid "Skip output of blob data"
8229 msgstr ""
8231 #: builtin/fast-export.c:1018
8232 msgid "refspec"
8233 msgstr ""
8235 #: builtin/fast-export.c:1019
8236 msgid "Apply refspec to exported refs"
8237 msgstr ""
8239 #: builtin/fast-export.c:1020
8240 msgid "anonymize output"
8241 msgstr ""
8243 #: builtin/fetch.c:26
8244 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
8245 msgstr ""
8247 #: builtin/fetch.c:27
8248 msgid "git fetch [<options>] <group>"
8249 msgstr ""
8251 #: builtin/fetch.c:28
8252 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
8253 msgstr ""
8255 #: builtin/fetch.c:29
8256 msgid "git fetch --all [<options>]"
8257 msgstr ""
8259 #: builtin/fetch.c:123 builtin/pull.c:193
8260 msgid "fetch from all remotes"
8261 msgstr ""
8263 #: builtin/fetch.c:125 builtin/pull.c:196
8264 msgid "append to .git/FETCH_HEAD instead of overwriting"
8265 msgstr ""
8267 #: builtin/fetch.c:127 builtin/pull.c:199
8268 msgid "path to upload pack on remote end"
8269 msgstr ""
8271 #: builtin/fetch.c:128 builtin/pull.c:201
8272 msgid "force overwrite of local branch"
8273 msgstr ""
8275 #: builtin/fetch.c:130
8276 msgid "fetch from multiple remotes"
8277 msgstr ""
8279 #: builtin/fetch.c:132 builtin/pull.c:203
8280 msgid "fetch all tags and associated objects"
8281 msgstr ""
8283 #: builtin/fetch.c:134
8284 msgid "do not fetch all tags (--no-tags)"
8285 msgstr ""
8287 #: builtin/fetch.c:136
8288 msgid "number of submodules fetched in parallel"
8289 msgstr ""
8291 #: builtin/fetch.c:138 builtin/pull.c:206
8292 msgid "prune remote-tracking branches no longer on remote"
8293 msgstr ""
8295 #: builtin/fetch.c:140
8296 msgid "prune local tags no longer on remote and clobber changed tags"
8297 msgstr ""
8299 #: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:131
8300 msgid "on-demand"
8301 msgstr ""
8303 #: builtin/fetch.c:142
8304 msgid "control recursive fetching of submodules"
8305 msgstr ""
8307 #: builtin/fetch.c:146 builtin/pull.c:214
8308 msgid "keep downloaded pack"
8309 msgstr ""
8311 #: builtin/fetch.c:148
8312 msgid "allow updating of HEAD ref"
8313 msgstr ""
8315 #: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:217
8316 msgid "deepen history of shallow clone"
8317 msgstr ""
8319 #: builtin/fetch.c:153
8320 msgid "deepen history of shallow repository based on time"
8321 msgstr ""
8323 #: builtin/fetch.c:159 builtin/pull.c:220
8324 msgid "convert to a complete repository"
8325 msgstr ""
8327 #: builtin/fetch.c:162
8328 msgid "prepend this to submodule path output"
8329 msgstr ""
8331 #: builtin/fetch.c:165
8332 msgid ""
8333 "default for recursive fetching of submodules (lower priority than config "
8334 "files)"
8335 msgstr ""
8337 #: builtin/fetch.c:169 builtin/pull.c:223
8338 msgid "accept refs that update .git/shallow"
8339 msgstr ""
8341 #: builtin/fetch.c:170 builtin/pull.c:225
8342 msgid "refmap"
8343 msgstr ""
8345 #: builtin/fetch.c:171 builtin/pull.c:226
8346 msgid "specify fetch refmap"
8347 msgstr ""
8349 #: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8350 #: builtin/send-pack.c:172
8351 msgid "server-specific"
8352 msgstr ""
8354 #: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8355 #: builtin/send-pack.c:173
8356 msgid "option to transmit"
8357 msgstr ""
8359 #: builtin/fetch.c:442
8360 msgid "Couldn't find remote ref HEAD"
8361 msgstr ""
8363 #: builtin/fetch.c:560
8364 #, c-format
8365 msgid "configuration fetch.output contains invalid value %s"
8366 msgstr ""
8368 #: builtin/fetch.c:653
8369 #, c-format
8370 msgid "object %s not found"
8371 msgstr ""
8373 #: builtin/fetch.c:657
8374 msgid "[up to date]"
8375 msgstr ""
8377 #: builtin/fetch.c:670 builtin/fetch.c:750
8378 msgid "[rejected]"
8379 msgstr ""
8381 #: builtin/fetch.c:671
8382 msgid "can't fetch in current branch"
8383 msgstr ""
8385 #: builtin/fetch.c:680
8386 msgid "[tag update]"
8387 msgstr ""
8389 #: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:730
8390 #: builtin/fetch.c:745
8391 msgid "unable to update local ref"
8392 msgstr ""
8394 #: builtin/fetch.c:700
8395 msgid "[new tag]"
8396 msgstr ""
8398 #: builtin/fetch.c:703
8399 msgid "[new branch]"
8400 msgstr ""
8402 #: builtin/fetch.c:706
8403 msgid "[new ref]"
8404 msgstr ""
8406 #: builtin/fetch.c:745
8407 msgid "forced update"
8408 msgstr ""
8410 #: builtin/fetch.c:750
8411 msgid "non-fast-forward"
8412 msgstr ""
8414 #: builtin/fetch.c:795
8415 #, c-format
8416 msgid "%s did not send all necessary objects\n"
8417 msgstr ""
8419 #: builtin/fetch.c:815
8420 #, c-format
8421 msgid "reject %s because shallow roots are not allowed to be updated"
8422 msgstr ""
8424 #: builtin/fetch.c:903 builtin/fetch.c:999
8425 #, c-format
8426 msgid "From %.*s\n"
8427 msgstr ""
8429 #: builtin/fetch.c:914
8430 #, c-format
8431 msgid ""
8432 "some local refs could not be updated; try running\n"
8433 " 'git remote prune %s' to remove any old, conflicting branches"
8434 msgstr ""
8436 #: builtin/fetch.c:969
8437 #, c-format
8438 msgid "   (%s will become dangling)"
8439 msgstr ""
8441 #: builtin/fetch.c:970
8442 #, c-format
8443 msgid "   (%s has become dangling)"
8444 msgstr ""
8446 #: builtin/fetch.c:1002
8447 msgid "[deleted]"
8448 msgstr ""
8450 #: builtin/fetch.c:1003 builtin/remote.c:1033
8451 msgid "(none)"
8452 msgstr ""
8454 #: builtin/fetch.c:1026
8455 #, c-format
8456 msgid "Refusing to fetch into current branch %s of non-bare repository"
8457 msgstr ""
8459 #: builtin/fetch.c:1045
8460 #, c-format
8461 msgid "Option \"%s\" value \"%s\" is not valid for %s"
8462 msgstr ""
8464 #: builtin/fetch.c:1048
8465 #, c-format
8466 msgid "Option \"%s\" is ignored for %s\n"
8467 msgstr ""
8469 #: builtin/fetch.c:1287
8470 #, c-format
8471 msgid "Fetching %s\n"
8472 msgstr ""
8474 #: builtin/fetch.c:1289 builtin/remote.c:98
8475 #, c-format
8476 msgid "Could not fetch %s"
8477 msgstr ""
8479 #: builtin/fetch.c:1335 builtin/fetch.c:1503
8480 msgid ""
8481 "--filter can only be used with the remote configured in core.partialClone"
8482 msgstr ""
8484 #: builtin/fetch.c:1358
8485 msgid ""
8486 "No remote repository specified.  Please, specify either a URL or a\n"
8487 "remote name from which new revisions should be fetched."
8488 msgstr ""
8490 #: builtin/fetch.c:1395
8491 msgid "You need to specify a tag name."
8492 msgstr ""
8494 #: builtin/fetch.c:1444
8495 msgid "Negative depth in --deepen is not supported"
8496 msgstr ""
8498 #: builtin/fetch.c:1446
8499 msgid "--deepen and --depth are mutually exclusive"
8500 msgstr ""
8502 #: builtin/fetch.c:1451
8503 msgid "--depth and --unshallow cannot be used together"
8504 msgstr ""
8506 #: builtin/fetch.c:1453
8507 msgid "--unshallow on a complete repository does not make sense"
8508 msgstr ""
8510 #: builtin/fetch.c:1469
8511 msgid "fetch --all does not take a repository argument"
8512 msgstr ""
8514 #: builtin/fetch.c:1471
8515 msgid "fetch --all does not make sense with refspecs"
8516 msgstr ""
8518 #: builtin/fetch.c:1480
8519 #, c-format
8520 msgid "No such remote or remote group: %s"
8521 msgstr ""
8523 #: builtin/fetch.c:1487
8524 msgid "Fetching a group and specifying refspecs does not make sense"
8525 msgstr ""
8527 #: builtin/fmt-merge-msg.c:15
8528 msgid ""
8529 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8530 msgstr ""
8532 #: builtin/fmt-merge-msg.c:666
8533 msgid "populate log with at most <n> entries from shortlog"
8534 msgstr ""
8536 #: builtin/fmt-merge-msg.c:669
8537 msgid "alias for --log (deprecated)"
8538 msgstr ""
8540 #: builtin/fmt-merge-msg.c:672
8541 msgid "text"
8542 msgstr ""
8544 #: builtin/fmt-merge-msg.c:673
8545 msgid "use <text> as start of message"
8546 msgstr ""
8548 #: builtin/fmt-merge-msg.c:674
8549 msgid "file to read from"
8550 msgstr ""
8552 #: builtin/for-each-ref.c:10
8553 msgid "git for-each-ref [<options>] [<pattern>]"
8554 msgstr ""
8556 #: builtin/for-each-ref.c:11
8557 msgid "git for-each-ref [--points-at <object>]"
8558 msgstr ""
8560 #: builtin/for-each-ref.c:12
8561 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8562 msgstr ""
8564 #: builtin/for-each-ref.c:13
8565 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8566 msgstr ""
8568 #: builtin/for-each-ref.c:28
8569 msgid "quote placeholders suitably for shells"
8570 msgstr ""
8572 #: builtin/for-each-ref.c:30
8573 msgid "quote placeholders suitably for perl"
8574 msgstr ""
8576 #: builtin/for-each-ref.c:32
8577 msgid "quote placeholders suitably for python"
8578 msgstr ""
8580 #: builtin/for-each-ref.c:34
8581 msgid "quote placeholders suitably for Tcl"
8582 msgstr ""
8584 #: builtin/for-each-ref.c:37
8585 msgid "show only <n> matched refs"
8586 msgstr ""
8588 #: builtin/for-each-ref.c:39 builtin/tag.c:421
8589 msgid "respect format colors"
8590 msgstr ""
8592 #: builtin/for-each-ref.c:43
8593 msgid "print only refs which points at the given object"
8594 msgstr ""
8596 #: builtin/for-each-ref.c:45
8597 msgid "print only refs that are merged"
8598 msgstr ""
8600 #: builtin/for-each-ref.c:46
8601 msgid "print only refs that are not merged"
8602 msgstr ""
8604 #: builtin/for-each-ref.c:47
8605 msgid "print only refs which contain the commit"
8606 msgstr ""
8608 #: builtin/for-each-ref.c:48
8609 msgid "print only refs which don't contain the commit"
8610 msgstr ""
8612 #: builtin/fsck.c:569
8613 msgid "Checking object directories"
8614 msgstr ""
8616 #: builtin/fsck.c:661
8617 msgid "git fsck [<options>] [<object>...]"
8618 msgstr ""
8620 #: builtin/fsck.c:667
8621 msgid "show unreachable objects"
8622 msgstr ""
8624 #: builtin/fsck.c:668
8625 msgid "show dangling objects"
8626 msgstr ""
8628 #: builtin/fsck.c:669
8629 msgid "report tags"
8630 msgstr ""
8632 #: builtin/fsck.c:670
8633 msgid "report root nodes"
8634 msgstr ""
8636 #: builtin/fsck.c:671
8637 msgid "make index objects head nodes"
8638 msgstr ""
8640 #: builtin/fsck.c:672
8641 msgid "make reflogs head nodes (default)"
8642 msgstr ""
8644 #: builtin/fsck.c:673
8645 msgid "also consider packs and alternate objects"
8646 msgstr ""
8648 #: builtin/fsck.c:674
8649 msgid "check only connectivity"
8650 msgstr ""
8652 #: builtin/fsck.c:675
8653 msgid "enable more strict checking"
8654 msgstr ""
8656 #: builtin/fsck.c:677
8657 msgid "write dangling objects in .git/lost-found"
8658 msgstr ""
8660 #: builtin/fsck.c:678 builtin/prune.c:109
8661 msgid "show progress"
8662 msgstr ""
8664 #: builtin/fsck.c:679
8665 msgid "show verbose names for reachable objects"
8666 msgstr ""
8668 #: builtin/fsck.c:745
8669 msgid "Checking objects"
8670 msgstr ""
8672 #: builtin/gc.c:33
8673 msgid "git gc [<options>]"
8674 msgstr ""
8676 #: builtin/gc.c:88
8677 #, c-format
8678 msgid "Failed to fstat %s: %s"
8679 msgstr ""
8681 #: builtin/gc.c:452
8682 #, c-format
8683 msgid "Can't stat %s"
8684 msgstr ""
8686 #: builtin/gc.c:461
8687 #, c-format
8688 msgid ""
8689 "The last gc run reported the following. Please correct the root cause\n"
8690 "and remove %s.\n"
8691 "Automatic cleanup will not be performed until the file is removed.\n"
8692 "\n"
8693 "%s"
8694 msgstr ""
8696 #: builtin/gc.c:502
8697 msgid "prune unreferenced objects"
8698 msgstr ""
8700 #: builtin/gc.c:504
8701 msgid "be more thorough (increased runtime)"
8702 msgstr ""
8704 #: builtin/gc.c:505
8705 msgid "enable auto-gc mode"
8706 msgstr ""
8708 #: builtin/gc.c:508
8709 msgid "force running gc even if there may be another gc running"
8710 msgstr ""
8712 #: builtin/gc.c:511
8713 msgid "repack all other packs except the largest pack"
8714 msgstr ""
8716 #: builtin/gc.c:528
8717 #, c-format
8718 msgid "failed to parse gc.logexpiry value %s"
8719 msgstr ""
8721 #: builtin/gc.c:539
8722 #, c-format
8723 msgid "failed to parse prune expiry value %s"
8724 msgstr ""
8726 #: builtin/gc.c:559
8727 #, c-format
8728 msgid "Auto packing the repository in background for optimum performance.\n"
8729 msgstr ""
8731 #: builtin/gc.c:561
8732 #, c-format
8733 msgid "Auto packing the repository for optimum performance.\n"
8734 msgstr ""
8736 #: builtin/gc.c:562
8737 #, c-format
8738 msgid "See \"git help gc\" for manual housekeeping.\n"
8739 msgstr ""
8741 #: builtin/gc.c:598
8742 #, c-format
8743 msgid ""
8744 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8745 msgstr ""
8747 #: builtin/gc.c:645
8748 msgid ""
8749 "There are too many unreachable loose objects; run 'git prune' to remove them."
8750 msgstr ""
8752 #: builtin/grep.c:28
8753 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8754 msgstr ""
8756 #: builtin/grep.c:226
8757 #, c-format
8758 msgid "grep: failed to create thread: %s"
8759 msgstr ""
8761 #: builtin/grep.c:284
8762 #, c-format
8763 msgid "invalid number of threads specified (%d) for %s"
8764 msgstr ""
8766 #. TRANSLATORS: %s is the configuration
8767 #. variable for tweaking threads, currently
8768 #. grep.threads
8770 #: builtin/grep.c:293 builtin/index-pack.c:1535 builtin/index-pack.c:1727
8771 #, c-format
8772 msgid "no threads support, ignoring %s"
8773 msgstr ""
8775 #: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
8776 #, c-format
8777 msgid "unable to read tree (%s)"
8778 msgstr ""
8780 #: builtin/grep.c:638
8781 #, c-format
8782 msgid "unable to grep from object of type %s"
8783 msgstr ""
8785 #: builtin/grep.c:703
8786 #, c-format
8787 msgid "switch `%c' expects a numerical value"
8788 msgstr ""
8790 #: builtin/grep.c:790
8791 msgid "search in index instead of in the work tree"
8792 msgstr ""
8794 #: builtin/grep.c:792
8795 msgid "find in contents not managed by git"
8796 msgstr ""
8798 #: builtin/grep.c:794
8799 msgid "search in both tracked and untracked files"
8800 msgstr ""
8802 #: builtin/grep.c:796
8803 msgid "ignore files specified via '.gitignore'"
8804 msgstr ""
8806 #: builtin/grep.c:798
8807 msgid "recursively search in each submodule"
8808 msgstr ""
8810 #: builtin/grep.c:801
8811 msgid "show non-matching lines"
8812 msgstr ""
8814 #: builtin/grep.c:803
8815 msgid "case insensitive matching"
8816 msgstr ""
8818 #: builtin/grep.c:805
8819 msgid "match patterns only at word boundaries"
8820 msgstr ""
8822 #: builtin/grep.c:807
8823 msgid "process binary files as text"
8824 msgstr ""
8826 #: builtin/grep.c:809
8827 msgid "don't match patterns in binary files"
8828 msgstr ""
8830 #: builtin/grep.c:812
8831 msgid "process binary files with textconv filters"
8832 msgstr ""
8834 #: builtin/grep.c:814
8835 msgid "descend at most <depth> levels"
8836 msgstr ""
8838 #: builtin/grep.c:818
8839 msgid "use extended POSIX regular expressions"
8840 msgstr ""
8842 #: builtin/grep.c:821
8843 msgid "use basic POSIX regular expressions (default)"
8844 msgstr ""
8846 #: builtin/grep.c:824
8847 msgid "interpret patterns as fixed strings"
8848 msgstr ""
8850 #: builtin/grep.c:827
8851 msgid "use Perl-compatible regular expressions"
8852 msgstr ""
8854 #: builtin/grep.c:830
8855 msgid "show line numbers"
8856 msgstr ""
8858 #: builtin/grep.c:831
8859 msgid "don't show filenames"
8860 msgstr ""
8862 #: builtin/grep.c:832
8863 msgid "show filenames"
8864 msgstr ""
8866 #: builtin/grep.c:834
8867 msgid "show filenames relative to top directory"
8868 msgstr ""
8870 #: builtin/grep.c:836
8871 msgid "show only filenames instead of matching lines"
8872 msgstr ""
8874 #: builtin/grep.c:838
8875 msgid "synonym for --files-with-matches"
8876 msgstr ""
8878 #: builtin/grep.c:841
8879 msgid "show only the names of files without match"
8880 msgstr ""
8882 #: builtin/grep.c:843
8883 msgid "print NUL after filenames"
8884 msgstr ""
8886 #: builtin/grep.c:846
8887 msgid "show the number of matches instead of matching lines"
8888 msgstr ""
8890 #: builtin/grep.c:847
8891 msgid "highlight matches"
8892 msgstr ""
8894 #: builtin/grep.c:849
8895 msgid "print empty line between matches from different files"
8896 msgstr ""
8898 #: builtin/grep.c:851
8899 msgid "show filename only once above matches from same file"
8900 msgstr ""
8902 #: builtin/grep.c:854
8903 msgid "show <n> context lines before and after matches"
8904 msgstr ""
8906 #: builtin/grep.c:857
8907 msgid "show <n> context lines before matches"
8908 msgstr ""
8910 #: builtin/grep.c:859
8911 msgid "show <n> context lines after matches"
8912 msgstr ""
8914 #: builtin/grep.c:861
8915 msgid "use <n> worker threads"
8916 msgstr ""
8918 #: builtin/grep.c:862
8919 msgid "shortcut for -C NUM"
8920 msgstr ""
8922 #: builtin/grep.c:865
8923 msgid "show a line with the function name before matches"
8924 msgstr ""
8926 #: builtin/grep.c:867
8927 msgid "show the surrounding function"
8928 msgstr ""
8930 #: builtin/grep.c:870
8931 msgid "read patterns from file"
8932 msgstr ""
8934 #: builtin/grep.c:872
8935 msgid "match <pattern>"
8936 msgstr ""
8938 #: builtin/grep.c:874
8939 msgid "combine patterns specified with -e"
8940 msgstr ""
8942 #: builtin/grep.c:886
8943 msgid "indicate hit with exit status without output"
8944 msgstr ""
8946 #: builtin/grep.c:888
8947 msgid "show only matches from files that match all patterns"
8948 msgstr ""
8950 #: builtin/grep.c:890
8951 msgid "show parse tree for grep expression"
8952 msgstr ""
8954 #: builtin/grep.c:894
8955 msgid "pager"
8956 msgstr ""
8958 #: builtin/grep.c:894
8959 msgid "show matching files in the pager"
8960 msgstr ""
8962 #: builtin/grep.c:898
8963 msgid "allow calling of grep(1) (ignored by this build)"
8964 msgstr ""
8966 #: builtin/grep.c:962
8967 msgid "no pattern given."
8968 msgstr ""
8970 #: builtin/grep.c:994
8971 msgid "--no-index or --untracked cannot be used with revs"
8972 msgstr ""
8974 #: builtin/grep.c:1001
8975 #, c-format
8976 msgid "unable to resolve revision: %s"
8977 msgstr ""
8979 #: builtin/grep.c:1036 builtin/index-pack.c:1531
8980 #, c-format
8981 msgid "invalid number of threads specified (%d)"
8982 msgstr ""
8984 #: builtin/grep.c:1041
8985 msgid "no threads support, ignoring --threads"
8986 msgstr ""
8988 #: builtin/grep.c:1065
8989 msgid "--open-files-in-pager only works on the worktree"
8990 msgstr ""
8992 #: builtin/grep.c:1088
8993 msgid "option not supported with --recurse-submodules."
8994 msgstr ""
8996 #: builtin/grep.c:1094
8997 msgid "--cached or --untracked cannot be used with --no-index."
8998 msgstr ""
9000 #: builtin/grep.c:1100
9001 msgid "--[no-]exclude-standard cannot be used for tracked contents."
9002 msgstr ""
9004 #: builtin/grep.c:1108
9005 msgid "both --cached and trees are given."
9006 msgstr ""
9008 #: builtin/hash-object.c:83
9009 msgid ""
9010 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
9011 "[--] <file>..."
9012 msgstr ""
9014 #: builtin/hash-object.c:84
9015 msgid "git hash-object  --stdin-paths"
9016 msgstr ""
9018 #: builtin/hash-object.c:96
9019 msgid "type"
9020 msgstr ""
9022 #: builtin/hash-object.c:96
9023 msgid "object type"
9024 msgstr ""
9026 #: builtin/hash-object.c:97
9027 msgid "write the object into the object database"
9028 msgstr ""
9030 #: builtin/hash-object.c:99
9031 msgid "read the object from stdin"
9032 msgstr ""
9034 #: builtin/hash-object.c:101
9035 msgid "store file as is without filters"
9036 msgstr ""
9038 #: builtin/hash-object.c:102
9039 msgid ""
9040 "just hash any random garbage to create corrupt objects for debugging Git"
9041 msgstr ""
9043 #: builtin/hash-object.c:103
9044 msgid "process file as it were from this path"
9045 msgstr ""
9047 #: builtin/help.c:45
9048 msgid "print all available commands"
9049 msgstr ""
9051 #: builtin/help.c:46
9052 msgid "exclude guides"
9053 msgstr ""
9055 #: builtin/help.c:47
9056 msgid "print list of useful guides"
9057 msgstr ""
9059 #: builtin/help.c:48
9060 msgid "show man page"
9061 msgstr ""
9063 #: builtin/help.c:49
9064 msgid "show manual in web browser"
9065 msgstr ""
9067 #: builtin/help.c:51
9068 msgid "show info page"
9069 msgstr ""
9071 #: builtin/help.c:53
9072 msgid "print command description"
9073 msgstr ""
9075 #: builtin/help.c:58
9076 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
9077 msgstr ""
9079 #: builtin/help.c:70
9080 #, c-format
9081 msgid "unrecognized help format '%s'"
9082 msgstr ""
9084 #: builtin/help.c:97
9085 msgid "Failed to start emacsclient."
9086 msgstr ""
9088 #: builtin/help.c:110
9089 msgid "Failed to parse emacsclient version."
9090 msgstr ""
9092 #: builtin/help.c:118
9093 #, c-format
9094 msgid "emacsclient version '%d' too old (< 22)."
9095 msgstr ""
9097 #: builtin/help.c:136 builtin/help.c:158 builtin/help.c:168 builtin/help.c:176
9098 #, c-format
9099 msgid "failed to exec '%s'"
9100 msgstr ""
9102 #: builtin/help.c:214
9103 #, c-format
9104 msgid ""
9105 "'%s': path for unsupported man viewer.\n"
9106 "Please consider using 'man.<tool>.cmd' instead."
9107 msgstr ""
9109 #: builtin/help.c:226
9110 #, c-format
9111 msgid ""
9112 "'%s': cmd for supported man viewer.\n"
9113 "Please consider using 'man.<tool>.path' instead."
9114 msgstr ""
9116 #: builtin/help.c:343
9117 #, c-format
9118 msgid "'%s': unknown man viewer."
9119 msgstr ""
9121 #: builtin/help.c:360
9122 msgid "no man viewer handled the request"
9123 msgstr ""
9125 #: builtin/help.c:368
9126 msgid "no info viewer handled the request"
9127 msgstr ""
9129 #: builtin/help.c:415
9130 #, c-format
9131 msgid "'%s' is aliased to '%s'"
9132 msgstr ""
9134 #: builtin/help.c:442 builtin/help.c:459
9135 #, c-format
9136 msgid "usage: %s%s"
9137 msgstr ""
9139 #: builtin/index-pack.c:158
9140 #, c-format
9141 msgid "unable to open %s"
9142 msgstr ""
9144 #: builtin/index-pack.c:208
9145 #, c-format
9146 msgid "object type mismatch at %s"
9147 msgstr ""
9149 #: builtin/index-pack.c:228
9150 #, c-format
9151 msgid "did not receive expected object %s"
9152 msgstr ""
9154 #: builtin/index-pack.c:231
9155 #, c-format
9156 msgid "object %s: expected type %s, found %s"
9157 msgstr ""
9159 #: builtin/index-pack.c:273
9160 #, c-format
9161 msgid "cannot fill %d byte"
9162 msgid_plural "cannot fill %d bytes"
9163 msgstr[0] ""
9164 msgstr[1] ""
9166 #: builtin/index-pack.c:283
9167 msgid "early EOF"
9168 msgstr ""
9170 #: builtin/index-pack.c:284
9171 msgid "read error on input"
9172 msgstr ""
9174 #: builtin/index-pack.c:296
9175 msgid "used more bytes than were available"
9176 msgstr ""
9178 #: builtin/index-pack.c:303
9179 msgid "pack too large for current definition of off_t"
9180 msgstr ""
9182 #: builtin/index-pack.c:306 builtin/unpack-objects.c:93
9183 msgid "pack exceeds maximum allowed size"
9184 msgstr ""
9186 #: builtin/index-pack.c:321
9187 #, c-format
9188 msgid "unable to create '%s'"
9189 msgstr ""
9191 #: builtin/index-pack.c:327
9192 #, c-format
9193 msgid "cannot open packfile '%s'"
9194 msgstr ""
9196 #: builtin/index-pack.c:341
9197 msgid "pack signature mismatch"
9198 msgstr ""
9200 #: builtin/index-pack.c:343
9201 #, c-format
9202 msgid "pack version %<PRIu32> unsupported"
9203 msgstr ""
9205 #: builtin/index-pack.c:361
9206 #, c-format
9207 msgid "pack has bad object at offset %<PRIuMAX>: %s"
9208 msgstr ""
9210 #: builtin/index-pack.c:482
9211 #, c-format
9212 msgid "inflate returned %d"
9213 msgstr ""
9215 #: builtin/index-pack.c:531
9216 msgid "offset value overflow for delta base object"
9217 msgstr ""
9219 #: builtin/index-pack.c:539
9220 msgid "delta base offset is out of bound"
9221 msgstr ""
9223 #: builtin/index-pack.c:547
9224 #, c-format
9225 msgid "unknown object type %d"
9226 msgstr ""
9228 #: builtin/index-pack.c:578
9229 msgid "cannot pread pack file"
9230 msgstr ""
9232 #: builtin/index-pack.c:580
9233 #, c-format
9234 msgid "premature end of pack file, %<PRIuMAX> byte missing"
9235 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
9236 msgstr[0] ""
9237 msgstr[1] ""
9239 #: builtin/index-pack.c:606
9240 msgid "serious inflate inconsistency"
9241 msgstr ""
9243 #: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
9244 #: builtin/index-pack.c:819 builtin/index-pack.c:828
9245 #, c-format
9246 msgid "SHA1 COLLISION FOUND WITH %s !"
9247 msgstr ""
9249 #: builtin/index-pack.c:754 builtin/pack-objects.c:198
9250 #: builtin/pack-objects.c:292
9251 #, c-format
9252 msgid "unable to read %s"
9253 msgstr ""
9255 #: builtin/index-pack.c:817
9256 #, c-format
9257 msgid "cannot read existing object info %s"
9258 msgstr ""
9260 #: builtin/index-pack.c:825
9261 #, c-format
9262 msgid "cannot read existing object %s"
9263 msgstr ""
9265 #: builtin/index-pack.c:839
9266 #, c-format
9267 msgid "invalid blob object %s"
9268 msgstr ""
9270 #: builtin/index-pack.c:842 builtin/index-pack.c:860
9271 msgid "fsck error in packed object"
9272 msgstr ""
9274 #: builtin/index-pack.c:857
9275 #, c-format
9276 msgid "invalid %s"
9277 msgstr ""
9279 #: builtin/index-pack.c:862
9280 #, c-format
9281 msgid "Not all child objects of %s are reachable"
9282 msgstr ""
9284 #: builtin/index-pack.c:934 builtin/index-pack.c:965
9285 msgid "failed to apply delta"
9286 msgstr ""
9288 #: builtin/index-pack.c:1135
9289 msgid "Receiving objects"
9290 msgstr ""
9292 #: builtin/index-pack.c:1135
9293 msgid "Indexing objects"
9294 msgstr ""
9296 #: builtin/index-pack.c:1169
9297 msgid "pack is corrupted (SHA1 mismatch)"
9298 msgstr ""
9300 #: builtin/index-pack.c:1174
9301 msgid "cannot fstat packfile"
9302 msgstr ""
9304 #: builtin/index-pack.c:1177
9305 msgid "pack has junk at the end"
9306 msgstr ""
9308 #: builtin/index-pack.c:1189
9309 msgid "confusion beyond insanity in parse_pack_objects()"
9310 msgstr ""
9312 #: builtin/index-pack.c:1212
9313 msgid "Resolving deltas"
9314 msgstr ""
9316 #: builtin/index-pack.c:1223
9317 #, c-format
9318 msgid "unable to create thread: %s"
9319 msgstr ""
9321 #: builtin/index-pack.c:1265
9322 msgid "confusion beyond insanity"
9323 msgstr ""
9325 #: builtin/index-pack.c:1271
9326 #, c-format
9327 msgid "completed with %d local object"
9328 msgid_plural "completed with %d local objects"
9329 msgstr[0] ""
9330 msgstr[1] ""
9332 #: builtin/index-pack.c:1283
9333 #, c-format
9334 msgid "Unexpected tail checksum for %s (disk corruption?)"
9335 msgstr ""
9337 #: builtin/index-pack.c:1287
9338 #, c-format
9339 msgid "pack has %d unresolved delta"
9340 msgid_plural "pack has %d unresolved deltas"
9341 msgstr[0] ""
9342 msgstr[1] ""
9344 #: builtin/index-pack.c:1311
9345 #, c-format
9346 msgid "unable to deflate appended object (%d)"
9347 msgstr ""
9349 #: builtin/index-pack.c:1388
9350 #, c-format
9351 msgid "local object %s is corrupt"
9352 msgstr ""
9354 #: builtin/index-pack.c:1402
9355 #, c-format
9356 msgid "packfile name '%s' does not end with '.pack'"
9357 msgstr ""
9359 #: builtin/index-pack.c:1427
9360 #, c-format
9361 msgid "cannot write %s file '%s'"
9362 msgstr ""
9364 #: builtin/index-pack.c:1435
9365 #, c-format
9366 msgid "cannot close written %s file '%s'"
9367 msgstr ""
9369 #: builtin/index-pack.c:1459
9370 msgid "error while closing pack file"
9371 msgstr ""
9373 #: builtin/index-pack.c:1473
9374 msgid "cannot store pack file"
9375 msgstr ""
9377 #: builtin/index-pack.c:1481
9378 msgid "cannot store index file"
9379 msgstr ""
9381 #: builtin/index-pack.c:1525
9382 #, c-format
9383 msgid "bad pack.indexversion=%<PRIu32>"
9384 msgstr ""
9386 #: builtin/index-pack.c:1594
9387 #, c-format
9388 msgid "Cannot open existing pack file '%s'"
9389 msgstr ""
9391 #: builtin/index-pack.c:1596
9392 #, c-format
9393 msgid "Cannot open existing pack idx file for '%s'"
9394 msgstr ""
9396 #: builtin/index-pack.c:1644
9397 #, c-format
9398 msgid "non delta: %d object"
9399 msgid_plural "non delta: %d objects"
9400 msgstr[0] ""
9401 msgstr[1] ""
9403 #: builtin/index-pack.c:1651
9404 #, c-format
9405 msgid "chain length = %d: %lu object"
9406 msgid_plural "chain length = %d: %lu objects"
9407 msgstr[0] ""
9408 msgstr[1] ""
9410 #: builtin/index-pack.c:1688
9411 msgid "Cannot come back to cwd"
9412 msgstr ""
9414 #: builtin/index-pack.c:1739 builtin/index-pack.c:1742
9415 #: builtin/index-pack.c:1758 builtin/index-pack.c:1762
9416 #, c-format
9417 msgid "bad %s"
9418 msgstr ""
9420 #: builtin/index-pack.c:1778
9421 msgid "--fix-thin cannot be used without --stdin"
9422 msgstr ""
9424 #: builtin/index-pack.c:1780
9425 msgid "--stdin requires a git repository"
9426 msgstr ""
9428 #: builtin/index-pack.c:1786
9429 msgid "--verify with no packfile name given"
9430 msgstr ""
9432 #: builtin/index-pack.c:1836 builtin/unpack-objects.c:578
9433 msgid "fsck error in pack objects"
9434 msgstr ""
9436 #: builtin/init-db.c:55
9437 #, c-format
9438 msgid "cannot stat '%s'"
9439 msgstr ""
9441 #: builtin/init-db.c:61
9442 #, c-format
9443 msgid "cannot stat template '%s'"
9444 msgstr ""
9446 #: builtin/init-db.c:66
9447 #, c-format
9448 msgid "cannot opendir '%s'"
9449 msgstr ""
9451 #: builtin/init-db.c:77
9452 #, c-format
9453 msgid "cannot readlink '%s'"
9454 msgstr ""
9456 #: builtin/init-db.c:79
9457 #, c-format
9458 msgid "cannot symlink '%s' '%s'"
9459 msgstr ""
9461 #: builtin/init-db.c:85
9462 #, c-format
9463 msgid "cannot copy '%s' to '%s'"
9464 msgstr ""
9466 #: builtin/init-db.c:89
9467 #, c-format
9468 msgid "ignoring template %s"
9469 msgstr ""
9471 #: builtin/init-db.c:120
9472 #, c-format
9473 msgid "templates not found in %s"
9474 msgstr ""
9476 #: builtin/init-db.c:135
9477 #, c-format
9478 msgid "not copying templates from '%s': %s"
9479 msgstr ""
9481 #: builtin/init-db.c:328
9482 #, c-format
9483 msgid "unable to handle file type %d"
9484 msgstr ""
9486 #: builtin/init-db.c:331
9487 #, c-format
9488 msgid "unable to move %s to %s"
9489 msgstr ""
9491 #: builtin/init-db.c:348 builtin/init-db.c:351
9492 #, c-format
9493 msgid "%s already exists"
9494 msgstr ""
9496 #: builtin/init-db.c:404
9497 #, c-format
9498 msgid "Reinitialized existing shared Git repository in %s%s\n"
9499 msgstr ""
9501 #: builtin/init-db.c:405
9502 #, c-format
9503 msgid "Reinitialized existing Git repository in %s%s\n"
9504 msgstr ""
9506 #: builtin/init-db.c:409
9507 #, c-format
9508 msgid "Initialized empty shared Git repository in %s%s\n"
9509 msgstr ""
9511 #: builtin/init-db.c:410
9512 #, c-format
9513 msgid "Initialized empty Git repository in %s%s\n"
9514 msgstr ""
9516 #: builtin/init-db.c:458
9517 msgid ""
9518 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9519 "shared[=<permissions>]] [<directory>]"
9520 msgstr ""
9522 #: builtin/init-db.c:481
9523 msgid "permissions"
9524 msgstr ""
9526 #: builtin/init-db.c:482
9527 msgid "specify that the git repository is to be shared amongst several users"
9528 msgstr ""
9530 #: builtin/init-db.c:525
9531 #, c-format
9532 msgid "cannot chdir to %s"
9533 msgstr ""
9535 #: builtin/init-db.c:546
9536 #, c-format
9537 msgid ""
9538 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9539 "dir=<directory>)"
9540 msgstr ""
9542 #: builtin/init-db.c:574
9543 #, c-format
9544 msgid "Cannot access work tree '%s'"
9545 msgstr ""
9547 #: builtin/interpret-trailers.c:15
9548 msgid ""
9549 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9550 "<token>[(=|:)<value>])...] [<file>...]"
9551 msgstr ""
9553 #: builtin/interpret-trailers.c:92
9554 msgid "edit files in place"
9555 msgstr ""
9557 #: builtin/interpret-trailers.c:93
9558 msgid "trim empty trailers"
9559 msgstr ""
9561 #: builtin/interpret-trailers.c:96
9562 msgid "where to place the new trailer"
9563 msgstr ""
9565 #: builtin/interpret-trailers.c:98
9566 msgid "action if trailer already exists"
9567 msgstr ""
9569 #: builtin/interpret-trailers.c:100
9570 msgid "action if trailer is missing"
9571 msgstr ""
9573 #: builtin/interpret-trailers.c:102
9574 msgid "output only the trailers"
9575 msgstr ""
9577 #: builtin/interpret-trailers.c:103
9578 msgid "do not apply config rules"
9579 msgstr ""
9581 #: builtin/interpret-trailers.c:104
9582 msgid "join whitespace-continued values"
9583 msgstr ""
9585 #: builtin/interpret-trailers.c:105
9586 msgid "set parsing options"
9587 msgstr ""
9589 #: builtin/interpret-trailers.c:107
9590 msgid "trailer"
9591 msgstr ""
9593 #: builtin/interpret-trailers.c:108
9594 msgid "trailer(s) to add"
9595 msgstr ""
9597 #: builtin/interpret-trailers.c:117
9598 msgid "--trailer with --only-input does not make sense"
9599 msgstr ""
9601 #: builtin/interpret-trailers.c:127
9602 msgid "no input file given for in-place editing"
9603 msgstr ""
9605 #: builtin/log.c:48
9606 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9607 msgstr ""
9609 #: builtin/log.c:49
9610 msgid "git show [<options>] <object>..."
9611 msgstr ""
9613 #: builtin/log.c:93
9614 #, c-format
9615 msgid "invalid --decorate option: %s"
9616 msgstr ""
9618 #: builtin/log.c:153
9619 msgid "suppress diff output"
9620 msgstr ""
9622 #: builtin/log.c:154
9623 msgid "show source"
9624 msgstr ""
9626 #: builtin/log.c:155
9627 msgid "Use mail map file"
9628 msgstr ""
9630 #: builtin/log.c:157
9631 msgid "only decorate refs that match <pattern>"
9632 msgstr ""
9634 #: builtin/log.c:159
9635 msgid "do not decorate refs that match <pattern>"
9636 msgstr ""
9638 #: builtin/log.c:160
9639 msgid "decorate options"
9640 msgstr ""
9642 #: builtin/log.c:163
9643 msgid "Process line range n,m in file, counting from 1"
9644 msgstr ""
9646 #: builtin/log.c:259
9647 #, c-format
9648 msgid "Final output: %d %s\n"
9649 msgstr ""
9651 #: builtin/log.c:510
9652 #, c-format
9653 msgid "git show %s: bad file"
9654 msgstr ""
9656 #: builtin/log.c:525 builtin/log.c:619
9657 #, c-format
9658 msgid "Could not read object %s"
9659 msgstr ""
9661 #: builtin/log.c:643
9662 #, c-format
9663 msgid "Unknown type: %d"
9664 msgstr ""
9666 #: builtin/log.c:764
9667 msgid "format.headers without value"
9668 msgstr ""
9670 #: builtin/log.c:865
9671 msgid "name of output directory is too long"
9672 msgstr ""
9674 #: builtin/log.c:881
9675 #, c-format
9676 msgid "Cannot open patch file %s"
9677 msgstr ""
9679 #: builtin/log.c:898
9680 msgid "Need exactly one range."
9681 msgstr ""
9683 #: builtin/log.c:908
9684 msgid "Not a range."
9685 msgstr ""
9687 #: builtin/log.c:1014
9688 msgid "Cover letter needs email format"
9689 msgstr ""
9691 #: builtin/log.c:1095
9692 #, c-format
9693 msgid "insane in-reply-to: %s"
9694 msgstr ""
9696 #: builtin/log.c:1122
9697 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9698 msgstr ""
9700 #: builtin/log.c:1172
9701 msgid "Two output directories?"
9702 msgstr ""
9704 #: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9705 #, c-format
9706 msgid "Unknown commit %s"
9707 msgstr ""
9709 #: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:523
9710 #, c-format
9711 msgid "Failed to resolve '%s' as a valid ref."
9712 msgstr ""
9714 #: builtin/log.c:1294
9715 msgid "Could not find exact merge base."
9716 msgstr ""
9718 #: builtin/log.c:1298
9719 msgid ""
9720 "Failed to get upstream, if you want to record base commit automatically,\n"
9721 "please use git branch --set-upstream-to to track a remote branch.\n"
9722 "Or you could specify base commit by --base=<base-commit-id> manually."
9723 msgstr ""
9725 #: builtin/log.c:1318
9726 msgid "Failed to find exact merge base"
9727 msgstr ""
9729 #: builtin/log.c:1329
9730 msgid "base commit should be the ancestor of revision list"
9731 msgstr ""
9733 #: builtin/log.c:1333
9734 msgid "base commit shouldn't be in revision list"
9735 msgstr ""
9737 #: builtin/log.c:1382
9738 msgid "cannot get patch id"
9739 msgstr ""
9741 #: builtin/log.c:1441
9742 msgid "use [PATCH n/m] even with a single patch"
9743 msgstr ""
9745 #: builtin/log.c:1444
9746 msgid "use [PATCH] even with multiple patches"
9747 msgstr ""
9749 #: builtin/log.c:1448
9750 msgid "print patches to standard out"
9751 msgstr ""
9753 #: builtin/log.c:1450
9754 msgid "generate a cover letter"
9755 msgstr ""
9757 #: builtin/log.c:1452
9758 msgid "use simple number sequence for output file names"
9759 msgstr ""
9761 #: builtin/log.c:1453
9762 msgid "sfx"
9763 msgstr ""
9765 #: builtin/log.c:1454
9766 msgid "use <sfx> instead of '.patch'"
9767 msgstr ""
9769 #: builtin/log.c:1456
9770 msgid "start numbering patches at <n> instead of 1"
9771 msgstr ""
9773 #: builtin/log.c:1458
9774 msgid "mark the series as Nth re-roll"
9775 msgstr ""
9777 #: builtin/log.c:1460
9778 msgid "Use [RFC PATCH] instead of [PATCH]"
9779 msgstr ""
9781 #: builtin/log.c:1463
9782 msgid "Use [<prefix>] instead of [PATCH]"
9783 msgstr ""
9785 #: builtin/log.c:1466
9786 msgid "store resulting files in <dir>"
9787 msgstr ""
9789 #: builtin/log.c:1469
9790 msgid "don't strip/add [PATCH]"
9791 msgstr ""
9793 #: builtin/log.c:1472
9794 msgid "don't output binary diffs"
9795 msgstr ""
9797 #: builtin/log.c:1474
9798 msgid "output all-zero hash in From header"
9799 msgstr ""
9801 #: builtin/log.c:1476
9802 msgid "don't include a patch matching a commit upstream"
9803 msgstr ""
9805 #: builtin/log.c:1478
9806 msgid "show patch format instead of default (patch + stat)"
9807 msgstr ""
9809 #: builtin/log.c:1480
9810 msgid "Messaging"
9811 msgstr ""
9813 #: builtin/log.c:1481
9814 msgid "header"
9815 msgstr ""
9817 #: builtin/log.c:1482
9818 msgid "add email header"
9819 msgstr ""
9821 #: builtin/log.c:1483 builtin/log.c:1485
9822 msgid "email"
9823 msgstr ""
9825 #: builtin/log.c:1483
9826 msgid "add To: header"
9827 msgstr ""
9829 #: builtin/log.c:1485
9830 msgid "add Cc: header"
9831 msgstr ""
9833 #: builtin/log.c:1487
9834 msgid "ident"
9835 msgstr ""
9837 #: builtin/log.c:1488
9838 msgid "set From address to <ident> (or committer ident if absent)"
9839 msgstr ""
9841 #: builtin/log.c:1490
9842 msgid "message-id"
9843 msgstr ""
9845 #: builtin/log.c:1491
9846 msgid "make first mail a reply to <message-id>"
9847 msgstr ""
9849 #: builtin/log.c:1492 builtin/log.c:1495
9850 msgid "boundary"
9851 msgstr ""
9853 #: builtin/log.c:1493
9854 msgid "attach the patch"
9855 msgstr ""
9857 #: builtin/log.c:1496
9858 msgid "inline the patch"
9859 msgstr ""
9861 #: builtin/log.c:1500
9862 msgid "enable message threading, styles: shallow, deep"
9863 msgstr ""
9865 #: builtin/log.c:1502
9866 msgid "signature"
9867 msgstr ""
9869 #: builtin/log.c:1503
9870 msgid "add a signature"
9871 msgstr ""
9873 #: builtin/log.c:1504
9874 msgid "base-commit"
9875 msgstr ""
9877 #: builtin/log.c:1505
9878 msgid "add prerequisite tree info to the patch series"
9879 msgstr ""
9881 #: builtin/log.c:1507
9882 msgid "add a signature from a file"
9883 msgstr ""
9885 #: builtin/log.c:1508
9886 msgid "don't print the patch filenames"
9887 msgstr ""
9889 #: builtin/log.c:1510
9890 msgid "show progress while generating patches"
9891 msgstr ""
9893 #: builtin/log.c:1585
9894 #, c-format
9895 msgid "invalid ident line: %s"
9896 msgstr ""
9898 #: builtin/log.c:1600
9899 msgid "-n and -k are mutually exclusive."
9900 msgstr ""
9902 #: builtin/log.c:1602
9903 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9904 msgstr ""
9906 #: builtin/log.c:1610
9907 msgid "--name-only does not make sense"
9908 msgstr ""
9910 #: builtin/log.c:1612
9911 msgid "--name-status does not make sense"
9912 msgstr ""
9914 #: builtin/log.c:1614
9915 msgid "--check does not make sense"
9916 msgstr ""
9918 #: builtin/log.c:1646
9919 msgid "standard output, or directory, which one?"
9920 msgstr ""
9922 #: builtin/log.c:1648
9923 #, c-format
9924 msgid "Could not create directory '%s'"
9925 msgstr ""
9927 #: builtin/log.c:1741
9928 #, c-format
9929 msgid "unable to read signature file '%s'"
9930 msgstr ""
9932 #: builtin/log.c:1773
9933 msgid "Generating patches"
9934 msgstr ""
9936 #: builtin/log.c:1817
9937 msgid "Failed to create output files"
9938 msgstr ""
9940 #: builtin/log.c:1867
9941 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9942 msgstr ""
9944 #: builtin/log.c:1921
9945 #, c-format
9946 msgid ""
9947 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9948 msgstr ""
9950 #: builtin/ls-files.c:468
9951 msgid "git ls-files [<options>] [<file>...]"
9952 msgstr ""
9954 #: builtin/ls-files.c:517
9955 msgid "identify the file status with tags"
9956 msgstr ""
9958 #: builtin/ls-files.c:519
9959 msgid "use lowercase letters for 'assume unchanged' files"
9960 msgstr ""
9962 #: builtin/ls-files.c:521
9963 msgid "use lowercase letters for 'fsmonitor clean' files"
9964 msgstr ""
9966 #: builtin/ls-files.c:523
9967 msgid "show cached files in the output (default)"
9968 msgstr ""
9970 #: builtin/ls-files.c:525
9971 msgid "show deleted files in the output"
9972 msgstr ""
9974 #: builtin/ls-files.c:527
9975 msgid "show modified files in the output"
9976 msgstr ""
9978 #: builtin/ls-files.c:529
9979 msgid "show other files in the output"
9980 msgstr ""
9982 #: builtin/ls-files.c:531
9983 msgid "show ignored files in the output"
9984 msgstr ""
9986 #: builtin/ls-files.c:534
9987 msgid "show staged contents' object name in the output"
9988 msgstr ""
9990 #: builtin/ls-files.c:536
9991 msgid "show files on the filesystem that need to be removed"
9992 msgstr ""
9994 #: builtin/ls-files.c:538
9995 msgid "show 'other' directories' names only"
9996 msgstr ""
9998 #: builtin/ls-files.c:540
9999 msgid "show line endings of files"
10000 msgstr ""
10002 #: builtin/ls-files.c:542
10003 msgid "don't show empty directories"
10004 msgstr ""
10006 #: builtin/ls-files.c:545
10007 msgid "show unmerged files in the output"
10008 msgstr ""
10010 #: builtin/ls-files.c:547
10011 msgid "show resolve-undo information"
10012 msgstr ""
10014 #: builtin/ls-files.c:549
10015 msgid "skip files matching pattern"
10016 msgstr ""
10018 #: builtin/ls-files.c:552
10019 msgid "exclude patterns are read from <file>"
10020 msgstr ""
10022 #: builtin/ls-files.c:555
10023 msgid "read additional per-directory exclude patterns in <file>"
10024 msgstr ""
10026 #: builtin/ls-files.c:557
10027 msgid "add the standard git exclusions"
10028 msgstr ""
10030 #: builtin/ls-files.c:560
10031 msgid "make the output relative to the project top directory"
10032 msgstr ""
10034 #: builtin/ls-files.c:563
10035 msgid "recurse through submodules"
10036 msgstr ""
10038 #: builtin/ls-files.c:565
10039 msgid "if any <file> is not in the index, treat this as an error"
10040 msgstr ""
10042 #: builtin/ls-files.c:566
10043 msgid "tree-ish"
10044 msgstr ""
10046 #: builtin/ls-files.c:567
10047 msgid "pretend that paths removed since <tree-ish> are still present"
10048 msgstr ""
10050 #: builtin/ls-files.c:569
10051 msgid "show debugging data"
10052 msgstr ""
10054 #: builtin/ls-remote.c:9
10055 msgid ""
10056 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10057 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
10058 "                     [--symref] [<repository> [<refs>...]]"
10059 msgstr ""
10061 #: builtin/ls-remote.c:59
10062 msgid "do not print remote URL"
10063 msgstr ""
10065 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62
10066 msgid "exec"
10067 msgstr ""
10069 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
10070 msgid "path of git-upload-pack on the remote host"
10071 msgstr ""
10073 #: builtin/ls-remote.c:65
10074 msgid "limit to tags"
10075 msgstr ""
10077 #: builtin/ls-remote.c:66
10078 msgid "limit to heads"
10079 msgstr ""
10081 #: builtin/ls-remote.c:67
10082 msgid "do not show peeled tags"
10083 msgstr ""
10085 #: builtin/ls-remote.c:69
10086 msgid "take url.<base>.insteadOf into account"
10087 msgstr ""
10089 #: builtin/ls-remote.c:73
10090 msgid "exit with exit code 2 if no matching refs are found"
10091 msgstr ""
10093 #: builtin/ls-remote.c:76
10094 msgid "show underlying ref in addition to the object pointed by it"
10095 msgstr ""
10097 #: builtin/ls-tree.c:29
10098 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10099 msgstr ""
10101 #: builtin/ls-tree.c:127
10102 msgid "only show trees"
10103 msgstr ""
10105 #: builtin/ls-tree.c:129
10106 msgid "recurse into subtrees"
10107 msgstr ""
10109 #: builtin/ls-tree.c:131
10110 msgid "show trees when recursing"
10111 msgstr ""
10113 #: builtin/ls-tree.c:134
10114 msgid "terminate entries with NUL byte"
10115 msgstr ""
10117 #: builtin/ls-tree.c:135
10118 msgid "include object size"
10119 msgstr ""
10121 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
10122 msgid "list only filenames"
10123 msgstr ""
10125 #: builtin/ls-tree.c:142
10126 msgid "use full path names"
10127 msgstr ""
10129 #: builtin/ls-tree.c:144
10130 msgid "list entire tree; not just current directory (implies --full-name)"
10131 msgstr ""
10133 #: builtin/mailsplit.c:241
10134 #, c-format
10135 msgid "empty mbox: '%s'"
10136 msgstr ""
10138 #: builtin/merge.c:51
10139 msgid "git merge [<options>] [<commit>...]"
10140 msgstr ""
10142 #: builtin/merge.c:52
10143 msgid "git merge --abort"
10144 msgstr ""
10146 #: builtin/merge.c:53
10147 msgid "git merge --continue"
10148 msgstr ""
10150 #: builtin/merge.c:110
10151 msgid "switch `m' requires a value"
10152 msgstr ""
10154 #: builtin/merge.c:147
10155 #, c-format
10156 msgid "Could not find merge strategy '%s'.\n"
10157 msgstr ""
10159 #: builtin/merge.c:148
10160 #, c-format
10161 msgid "Available strategies are:"
10162 msgstr ""
10164 #: builtin/merge.c:153
10165 #, c-format
10166 msgid "Available custom strategies are:"
10167 msgstr ""
10169 #: builtin/merge.c:203 builtin/pull.c:142
10170 msgid "do not show a diffstat at the end of the merge"
10171 msgstr ""
10173 #: builtin/merge.c:206 builtin/pull.c:145
10174 msgid "show a diffstat at the end of the merge"
10175 msgstr ""
10177 #: builtin/merge.c:207 builtin/pull.c:148
10178 msgid "(synonym to --stat)"
10179 msgstr ""
10181 #: builtin/merge.c:209 builtin/pull.c:151
10182 msgid "add (at most <n>) entries from shortlog to merge commit message"
10183 msgstr ""
10185 #: builtin/merge.c:212 builtin/pull.c:157
10186 msgid "create a single commit instead of doing a merge"
10187 msgstr ""
10189 #: builtin/merge.c:214 builtin/pull.c:160
10190 msgid "perform a commit if the merge succeeds (default)"
10191 msgstr ""
10193 #: builtin/merge.c:216 builtin/pull.c:163
10194 msgid "edit message before committing"
10195 msgstr ""
10197 #: builtin/merge.c:217
10198 msgid "allow fast-forward (default)"
10199 msgstr ""
10201 #: builtin/merge.c:219 builtin/pull.c:169
10202 msgid "abort if fast-forward is not possible"
10203 msgstr ""
10205 #: builtin/merge.c:223 builtin/pull.c:172
10206 msgid "verify that the named commit has a valid GPG signature"
10207 msgstr ""
10209 #: builtin/merge.c:224 builtin/notes.c:777 builtin/pull.c:176
10210 #: builtin/revert.c:109
10211 msgid "strategy"
10212 msgstr ""
10214 #: builtin/merge.c:225 builtin/pull.c:177
10215 msgid "merge strategy to use"
10216 msgstr ""
10218 #: builtin/merge.c:226 builtin/pull.c:180
10219 msgid "option=value"
10220 msgstr ""
10222 #: builtin/merge.c:227 builtin/pull.c:181
10223 msgid "option for selected merge strategy"
10224 msgstr ""
10226 #: builtin/merge.c:229
10227 msgid "merge commit message (for a non-fast-forward merge)"
10228 msgstr ""
10230 #: builtin/merge.c:233
10231 msgid "abort the current in-progress merge"
10232 msgstr ""
10234 #: builtin/merge.c:235
10235 msgid "continue the current in-progress merge"
10236 msgstr ""
10238 #: builtin/merge.c:237 builtin/pull.c:188
10239 msgid "allow merging unrelated histories"
10240 msgstr ""
10242 #: builtin/merge.c:243
10243 msgid "verify commit-msg hook"
10244 msgstr ""
10246 #: builtin/merge.c:268
10247 msgid "could not run stash."
10248 msgstr ""
10250 #: builtin/merge.c:273
10251 msgid "stash failed"
10252 msgstr ""
10254 #: builtin/merge.c:278
10255 #, c-format
10256 msgid "not a valid object: %s"
10257 msgstr ""
10259 #: builtin/merge.c:300 builtin/merge.c:317
10260 msgid "read-tree failed"
10261 msgstr ""
10263 #: builtin/merge.c:347
10264 msgid " (nothing to squash)"
10265 msgstr ""
10267 #: builtin/merge.c:358
10268 #, c-format
10269 msgid "Squash commit -- not updating HEAD\n"
10270 msgstr ""
10272 #: builtin/merge.c:408
10273 #, c-format
10274 msgid "No merge message -- not updating HEAD\n"
10275 msgstr ""
10277 #: builtin/merge.c:458
10278 #, c-format
10279 msgid "'%s' does not point to a commit"
10280 msgstr ""
10282 #: builtin/merge.c:548
10283 #, c-format
10284 msgid "Bad branch.%s.mergeoptions string: %s"
10285 msgstr ""
10287 #: builtin/merge.c:669
10288 msgid "Not handling anything other than two heads merge."
10289 msgstr ""
10291 #: builtin/merge.c:683
10292 #, c-format
10293 msgid "Unknown option for merge-recursive: -X%s"
10294 msgstr ""
10296 #: builtin/merge.c:698
10297 #, c-format
10298 msgid "unable to write %s"
10299 msgstr ""
10301 #: builtin/merge.c:749
10302 #, c-format
10303 msgid "Could not read from '%s'"
10304 msgstr ""
10306 #: builtin/merge.c:758
10307 #, c-format
10308 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10309 msgstr ""
10311 #: builtin/merge.c:764
10312 #, c-format
10313 msgid ""
10314 "Please enter a commit message to explain why this merge is necessary,\n"
10315 "especially if it merges an updated upstream into a topic branch.\n"
10316 "\n"
10317 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
10318 "the commit.\n"
10319 msgstr ""
10321 #: builtin/merge.c:800
10322 msgid "Empty commit message."
10323 msgstr ""
10325 #: builtin/merge.c:819
10326 #, c-format
10327 msgid "Wonderful.\n"
10328 msgstr ""
10330 #: builtin/merge.c:872
10331 #, c-format
10332 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10333 msgstr ""
10335 #: builtin/merge.c:911
10336 msgid "No current branch."
10337 msgstr ""
10339 #: builtin/merge.c:913
10340 msgid "No remote for the current branch."
10341 msgstr ""
10343 #: builtin/merge.c:915
10344 msgid "No default upstream defined for the current branch."
10345 msgstr ""
10347 #: builtin/merge.c:920
10348 #, c-format
10349 msgid "No remote-tracking branch for %s from %s"
10350 msgstr ""
10352 #: builtin/merge.c:973
10353 #, c-format
10354 msgid "Bad value '%s' in environment '%s'"
10355 msgstr ""
10357 #: builtin/merge.c:1075
10358 #, c-format
10359 msgid "not something we can merge in %s: %s"
10360 msgstr ""
10362 #: builtin/merge.c:1109
10363 msgid "not something we can merge"
10364 msgstr ""
10366 #: builtin/merge.c:1211
10367 msgid "--abort expects no arguments"
10368 msgstr ""
10370 #: builtin/merge.c:1215
10371 msgid "There is no merge to abort (MERGE_HEAD missing)."
10372 msgstr ""
10374 #: builtin/merge.c:1227
10375 msgid "--continue expects no arguments"
10376 msgstr ""
10378 #: builtin/merge.c:1231
10379 msgid "There is no merge in progress (MERGE_HEAD missing)."
10380 msgstr ""
10382 #: builtin/merge.c:1247
10383 msgid ""
10384 "You have not concluded your merge (MERGE_HEAD exists).\n"
10385 "Please, commit your changes before you merge."
10386 msgstr ""
10388 #: builtin/merge.c:1254
10389 msgid ""
10390 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10391 "Please, commit your changes before you merge."
10392 msgstr ""
10394 #: builtin/merge.c:1257
10395 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10396 msgstr ""
10398 #: builtin/merge.c:1266
10399 msgid "You cannot combine --squash with --no-ff."
10400 msgstr ""
10402 #: builtin/merge.c:1274
10403 msgid "No commit specified and merge.defaultToUpstream not set."
10404 msgstr ""
10406 #: builtin/merge.c:1291
10407 msgid "Squash commit into empty head not supported yet"
10408 msgstr ""
10410 #: builtin/merge.c:1293
10411 msgid "Non-fast-forward commit does not make sense into an empty head"
10412 msgstr ""
10414 #: builtin/merge.c:1298
10415 #, c-format
10416 msgid "%s - not something we can merge"
10417 msgstr ""
10419 #: builtin/merge.c:1300
10420 msgid "Can merge only exactly one commit into empty head"
10421 msgstr ""
10423 #: builtin/merge.c:1334
10424 #, c-format
10425 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10426 msgstr ""
10428 #: builtin/merge.c:1337
10429 #, c-format
10430 msgid "Commit %s has a bad GPG signature allegedly by %s."
10431 msgstr ""
10433 #: builtin/merge.c:1340
10434 #, c-format
10435 msgid "Commit %s does not have a GPG signature."
10436 msgstr ""
10438 #: builtin/merge.c:1343
10439 #, c-format
10440 msgid "Commit %s has a good GPG signature by %s\n"
10441 msgstr ""
10443 #: builtin/merge.c:1402
10444 msgid "refusing to merge unrelated histories"
10445 msgstr ""
10447 #: builtin/merge.c:1411
10448 msgid "Already up to date."
10449 msgstr ""
10451 #: builtin/merge.c:1421
10452 #, c-format
10453 msgid "Updating %s..%s\n"
10454 msgstr ""
10456 #: builtin/merge.c:1462
10457 #, c-format
10458 msgid "Trying really trivial in-index merge...\n"
10459 msgstr ""
10461 #: builtin/merge.c:1469
10462 #, c-format
10463 msgid "Nope.\n"
10464 msgstr ""
10466 #: builtin/merge.c:1494
10467 msgid "Already up to date. Yeeah!"
10468 msgstr ""
10470 #: builtin/merge.c:1500
10471 msgid "Not possible to fast-forward, aborting."
10472 msgstr ""
10474 #: builtin/merge.c:1523 builtin/merge.c:1602
10475 #, c-format
10476 msgid "Rewinding the tree to pristine...\n"
10477 msgstr ""
10479 #: builtin/merge.c:1527
10480 #, c-format
10481 msgid "Trying merge strategy %s...\n"
10482 msgstr ""
10484 #: builtin/merge.c:1593
10485 #, c-format
10486 msgid "No merge strategy handled the merge.\n"
10487 msgstr ""
10489 #: builtin/merge.c:1595
10490 #, c-format
10491 msgid "Merge with strategy %s failed.\n"
10492 msgstr ""
10494 #: builtin/merge.c:1604
10495 #, c-format
10496 msgid "Using the %s to prepare resolving by hand.\n"
10497 msgstr ""
10499 #: builtin/merge.c:1616
10500 #, c-format
10501 msgid "Automatic merge went well; stopped before committing as requested\n"
10502 msgstr ""
10504 #: builtin/merge-base.c:30
10505 msgid "git merge-base [-a | --all] <commit> <commit>..."
10506 msgstr ""
10508 #: builtin/merge-base.c:31
10509 msgid "git merge-base [-a | --all] --octopus <commit>..."
10510 msgstr ""
10512 #: builtin/merge-base.c:32
10513 msgid "git merge-base --independent <commit>..."
10514 msgstr ""
10516 #: builtin/merge-base.c:33
10517 msgid "git merge-base --is-ancestor <commit> <commit>"
10518 msgstr ""
10520 #: builtin/merge-base.c:34
10521 msgid "git merge-base --fork-point <ref> [<commit>]"
10522 msgstr ""
10524 #: builtin/merge-base.c:220
10525 msgid "output all common ancestors"
10526 msgstr ""
10528 #: builtin/merge-base.c:222
10529 msgid "find ancestors for a single n-way merge"
10530 msgstr ""
10532 #: builtin/merge-base.c:224
10533 msgid "list revs not reachable from others"
10534 msgstr ""
10536 #: builtin/merge-base.c:226
10537 msgid "is the first one ancestor of the other?"
10538 msgstr ""
10540 #: builtin/merge-base.c:228
10541 msgid "find where <commit> forked from reflog of <ref>"
10542 msgstr ""
10544 #: builtin/merge-file.c:9
10545 msgid ""
10546 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10547 "<orig-file> <file2>"
10548 msgstr ""
10550 #: builtin/merge-file.c:33
10551 msgid "send results to standard output"
10552 msgstr ""
10554 #: builtin/merge-file.c:34
10555 msgid "use a diff3 based merge"
10556 msgstr ""
10558 #: builtin/merge-file.c:35
10559 msgid "for conflicts, use our version"
10560 msgstr ""
10562 #: builtin/merge-file.c:37
10563 msgid "for conflicts, use their version"
10564 msgstr ""
10566 #: builtin/merge-file.c:39
10567 msgid "for conflicts, use a union version"
10568 msgstr ""
10570 #: builtin/merge-file.c:42
10571 msgid "for conflicts, use this marker size"
10572 msgstr ""
10574 #: builtin/merge-file.c:43
10575 msgid "do not warn about conflicts"
10576 msgstr ""
10578 #: builtin/merge-file.c:45
10579 msgid "set labels for file1/orig-file/file2"
10580 msgstr ""
10582 #: builtin/merge-recursive.c:45
10583 #, c-format
10584 msgid "unknown option %s"
10585 msgstr ""
10587 #: builtin/merge-recursive.c:51
10588 #, c-format
10589 msgid "could not parse object '%s'"
10590 msgstr ""
10592 #: builtin/merge-recursive.c:55
10593 #, c-format
10594 msgid "cannot handle more than %d base. Ignoring %s."
10595 msgid_plural "cannot handle more than %d bases. Ignoring %s."
10596 msgstr[0] ""
10597 msgstr[1] ""
10599 #: builtin/merge-recursive.c:63
10600 msgid "not handling anything other than two heads merge."
10601 msgstr ""
10603 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10604 #, c-format
10605 msgid "could not resolve ref '%s'"
10606 msgstr ""
10608 #: builtin/merge-recursive.c:77
10609 #, c-format
10610 msgid "Merging %s with %s\n"
10611 msgstr ""
10613 #: builtin/mktree.c:65
10614 msgid "git mktree [-z] [--missing] [--batch]"
10615 msgstr ""
10617 #: builtin/mktree.c:153
10618 msgid "input is NUL terminated"
10619 msgstr ""
10621 #: builtin/mktree.c:154 builtin/write-tree.c:25
10622 msgid "allow missing objects"
10623 msgstr ""
10625 #: builtin/mktree.c:155
10626 msgid "allow creation of more than one tree"
10627 msgstr ""
10629 #: builtin/mv.c:17
10630 msgid "git mv [<options>] <source>... <destination>"
10631 msgstr ""
10633 #: builtin/mv.c:82
10634 #, c-format
10635 msgid "Directory %s is in index and no submodule?"
10636 msgstr ""
10638 #: builtin/mv.c:84 builtin/rm.c:288
10639 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10640 msgstr ""
10642 #: builtin/mv.c:102
10643 #, c-format
10644 msgid "%.*s is in index"
10645 msgstr ""
10647 #: builtin/mv.c:124
10648 msgid "force move/rename even if target exists"
10649 msgstr ""
10651 #: builtin/mv.c:126
10652 msgid "skip move/rename errors"
10653 msgstr ""
10655 #: builtin/mv.c:168
10656 #, c-format
10657 msgid "destination '%s' is not a directory"
10658 msgstr ""
10660 #: builtin/mv.c:179
10661 #, c-format
10662 msgid "Checking rename of '%s' to '%s'\n"
10663 msgstr ""
10665 #: builtin/mv.c:183
10666 msgid "bad source"
10667 msgstr ""
10669 #: builtin/mv.c:186
10670 msgid "can not move directory into itself"
10671 msgstr ""
10673 #: builtin/mv.c:189
10674 msgid "cannot move directory over file"
10675 msgstr ""
10677 #: builtin/mv.c:198
10678 msgid "source directory is empty"
10679 msgstr ""
10681 #: builtin/mv.c:223
10682 msgid "not under version control"
10683 msgstr ""
10685 #: builtin/mv.c:226
10686 msgid "destination exists"
10687 msgstr ""
10689 #: builtin/mv.c:234
10690 #, c-format
10691 msgid "overwriting '%s'"
10692 msgstr ""
10694 #: builtin/mv.c:237
10695 msgid "Cannot overwrite"
10696 msgstr ""
10698 #: builtin/mv.c:240
10699 msgid "multiple sources for the same target"
10700 msgstr ""
10702 #: builtin/mv.c:242
10703 msgid "destination directory does not exist"
10704 msgstr ""
10706 #: builtin/mv.c:249
10707 #, c-format
10708 msgid "%s, source=%s, destination=%s"
10709 msgstr ""
10711 #: builtin/mv.c:270
10712 #, c-format
10713 msgid "Renaming %s to %s\n"
10714 msgstr ""
10716 #: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:409
10717 #, c-format
10718 msgid "renaming '%s' failed"
10719 msgstr ""
10721 #: builtin/name-rev.c:338
10722 msgid "git name-rev [<options>] <commit>..."
10723 msgstr ""
10725 #: builtin/name-rev.c:339
10726 msgid "git name-rev [<options>] --all"
10727 msgstr ""
10729 #: builtin/name-rev.c:340
10730 msgid "git name-rev [<options>] --stdin"
10731 msgstr ""
10733 #: builtin/name-rev.c:395
10734 msgid "print only names (no SHA-1)"
10735 msgstr ""
10737 #: builtin/name-rev.c:396
10738 msgid "only use tags to name the commits"
10739 msgstr ""
10741 #: builtin/name-rev.c:398
10742 msgid "only use refs matching <pattern>"
10743 msgstr ""
10745 #: builtin/name-rev.c:400
10746 msgid "ignore refs matching <pattern>"
10747 msgstr ""
10749 #: builtin/name-rev.c:402
10750 msgid "list all commits reachable from all refs"
10751 msgstr ""
10753 #: builtin/name-rev.c:403
10754 msgid "read from stdin"
10755 msgstr ""
10757 #: builtin/name-rev.c:404
10758 msgid "allow to print `undefined` names (default)"
10759 msgstr ""
10761 #: builtin/name-rev.c:410
10762 msgid "dereference tags in the input (internal use)"
10763 msgstr ""
10765 #: builtin/notes.c:26
10766 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10767 msgstr ""
10769 #: builtin/notes.c:27
10770 msgid ""
10771 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10772 "| (-c | -C) <object>] [<object>]"
10773 msgstr ""
10775 #: builtin/notes.c:28
10776 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10777 msgstr ""
10779 #: builtin/notes.c:29
10780 msgid ""
10781 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10782 "(-c | -C) <object>] [<object>]"
10783 msgstr ""
10785 #: builtin/notes.c:30
10786 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10787 msgstr ""
10789 #: builtin/notes.c:31
10790 msgid "git notes [--ref <notes-ref>] show [<object>]"
10791 msgstr ""
10793 #: builtin/notes.c:32
10794 msgid ""
10795 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10796 msgstr ""
10798 #: builtin/notes.c:33
10799 msgid "git notes merge --commit [-v | -q]"
10800 msgstr ""
10802 #: builtin/notes.c:34
10803 msgid "git notes merge --abort [-v | -q]"
10804 msgstr ""
10806 #: builtin/notes.c:35
10807 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10808 msgstr ""
10810 #: builtin/notes.c:36
10811 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10812 msgstr ""
10814 #: builtin/notes.c:37
10815 msgid "git notes [--ref <notes-ref>] get-ref"
10816 msgstr ""
10818 #: builtin/notes.c:42
10819 msgid "git notes [list [<object>]]"
10820 msgstr ""
10822 #: builtin/notes.c:47
10823 msgid "git notes add [<options>] [<object>]"
10824 msgstr ""
10826 #: builtin/notes.c:52
10827 msgid "git notes copy [<options>] <from-object> <to-object>"
10828 msgstr ""
10830 #: builtin/notes.c:53
10831 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10832 msgstr ""
10834 #: builtin/notes.c:58
10835 msgid "git notes append [<options>] [<object>]"
10836 msgstr ""
10838 #: builtin/notes.c:63
10839 msgid "git notes edit [<object>]"
10840 msgstr ""
10842 #: builtin/notes.c:68
10843 msgid "git notes show [<object>]"
10844 msgstr ""
10846 #: builtin/notes.c:73
10847 msgid "git notes merge [<options>] <notes-ref>"
10848 msgstr ""
10850 #: builtin/notes.c:74
10851 msgid "git notes merge --commit [<options>]"
10852 msgstr ""
10854 #: builtin/notes.c:75
10855 msgid "git notes merge --abort [<options>]"
10856 msgstr ""
10858 #: builtin/notes.c:80
10859 msgid "git notes remove [<object>]"
10860 msgstr ""
10862 #: builtin/notes.c:85
10863 msgid "git notes prune [<options>]"
10864 msgstr ""
10866 #: builtin/notes.c:90
10867 msgid "git notes get-ref"
10868 msgstr ""
10870 #: builtin/notes.c:95
10871 msgid "Write/edit the notes for the following object:"
10872 msgstr ""
10874 #: builtin/notes.c:148
10875 #, c-format
10876 msgid "unable to start 'show' for object '%s'"
10877 msgstr ""
10879 #: builtin/notes.c:152
10880 msgid "could not read 'show' output"
10881 msgstr ""
10883 #: builtin/notes.c:160
10884 #, c-format
10885 msgid "failed to finish 'show' for object '%s'"
10886 msgstr ""
10888 #: builtin/notes.c:195
10889 msgid "please supply the note contents using either -m or -F option"
10890 msgstr ""
10892 #: builtin/notes.c:204
10893 msgid "unable to write note object"
10894 msgstr ""
10896 #: builtin/notes.c:206
10897 #, c-format
10898 msgid "the note contents have been left in %s"
10899 msgstr ""
10901 #: builtin/notes.c:234 builtin/tag.c:507
10902 #, c-format
10903 msgid "cannot read '%s'"
10904 msgstr ""
10906 #: builtin/notes.c:236 builtin/tag.c:510
10907 #, c-format
10908 msgid "could not open or read '%s'"
10909 msgstr ""
10911 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10912 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10913 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10914 #, c-format
10915 msgid "failed to resolve '%s' as a valid ref."
10916 msgstr ""
10918 #: builtin/notes.c:258
10919 #, c-format
10920 msgid "failed to read object '%s'."
10921 msgstr ""
10923 #: builtin/notes.c:262
10924 #, c-format
10925 msgid "cannot read note data from non-blob object '%s'."
10926 msgstr ""
10928 #: builtin/notes.c:302
10929 #, c-format
10930 msgid "malformed input line: '%s'."
10931 msgstr ""
10933 #: builtin/notes.c:317
10934 #, c-format
10935 msgid "failed to copy notes from '%s' to '%s'"
10936 msgstr ""
10938 #. TRANSLATORS: the first %s will be replaced by a git
10939 #. notes command: 'add', 'merge', 'remove', etc.
10941 #: builtin/notes.c:349
10942 #, c-format
10943 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10944 msgstr ""
10946 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10947 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10948 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10949 msgid "too many parameters"
10950 msgstr ""
10952 #: builtin/notes.c:382 builtin/notes.c:668
10953 #, c-format
10954 msgid "no note found for object %s."
10955 msgstr ""
10957 #: builtin/notes.c:403 builtin/notes.c:566
10958 msgid "note contents as a string"
10959 msgstr ""
10961 #: builtin/notes.c:406 builtin/notes.c:569
10962 msgid "note contents in a file"
10963 msgstr ""
10965 #: builtin/notes.c:409 builtin/notes.c:572
10966 msgid "reuse and edit specified note object"
10967 msgstr ""
10969 #: builtin/notes.c:412 builtin/notes.c:575
10970 msgid "reuse specified note object"
10971 msgstr ""
10973 #: builtin/notes.c:415 builtin/notes.c:578
10974 msgid "allow storing empty note"
10975 msgstr ""
10977 #: builtin/notes.c:416 builtin/notes.c:487
10978 msgid "replace existing notes"
10979 msgstr ""
10981 #: builtin/notes.c:441
10982 #, c-format
10983 msgid ""
10984 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10985 "existing notes"
10986 msgstr ""
10988 #: builtin/notes.c:456 builtin/notes.c:535
10989 #, c-format
10990 msgid "Overwriting existing notes for object %s\n"
10991 msgstr ""
10993 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10994 #, c-format
10995 msgid "Removing note for object %s\n"
10996 msgstr ""
10998 #: builtin/notes.c:488
10999 msgid "read objects from stdin"
11000 msgstr ""
11002 #: builtin/notes.c:490
11003 msgid "load rewriting config for <command> (implies --stdin)"
11004 msgstr ""
11006 #: builtin/notes.c:508
11007 msgid "too few parameters"
11008 msgstr ""
11010 #: builtin/notes.c:529
11011 #, c-format
11012 msgid ""
11013 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
11014 "existing notes"
11015 msgstr ""
11017 #: builtin/notes.c:541
11018 #, c-format
11019 msgid "missing notes on source object %s. Cannot copy."
11020 msgstr ""
11022 #: builtin/notes.c:593
11023 #, c-format
11024 msgid ""
11025 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
11026 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
11027 msgstr ""
11029 #: builtin/notes.c:688
11030 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11031 msgstr ""
11033 #: builtin/notes.c:690
11034 msgid "failed to delete ref NOTES_MERGE_REF"
11035 msgstr ""
11037 #: builtin/notes.c:692
11038 msgid "failed to remove 'git notes merge' worktree"
11039 msgstr ""
11041 #: builtin/notes.c:712
11042 msgid "failed to read ref NOTES_MERGE_PARTIAL"
11043 msgstr ""
11045 #: builtin/notes.c:714
11046 msgid "could not find commit from NOTES_MERGE_PARTIAL."
11047 msgstr ""
11049 #: builtin/notes.c:716
11050 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11051 msgstr ""
11053 #: builtin/notes.c:729
11054 msgid "failed to resolve NOTES_MERGE_REF"
11055 msgstr ""
11057 #: builtin/notes.c:732
11058 msgid "failed to finalize notes merge"
11059 msgstr ""
11061 #: builtin/notes.c:758
11062 #, c-format
11063 msgid "unknown notes merge strategy %s"
11064 msgstr ""
11066 #: builtin/notes.c:774
11067 msgid "General options"
11068 msgstr ""
11070 #: builtin/notes.c:776
11071 msgid "Merge options"
11072 msgstr ""
11074 #: builtin/notes.c:778
11075 msgid ""
11076 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11077 "cat_sort_uniq)"
11078 msgstr ""
11080 #: builtin/notes.c:780
11081 msgid "Committing unmerged notes"
11082 msgstr ""
11084 #: builtin/notes.c:782
11085 msgid "finalize notes merge by committing unmerged notes"
11086 msgstr ""
11088 #: builtin/notes.c:784
11089 msgid "Aborting notes merge resolution"
11090 msgstr ""
11092 #: builtin/notes.c:786
11093 msgid "abort notes merge"
11094 msgstr ""
11096 #: builtin/notes.c:797
11097 msgid "cannot mix --commit, --abort or -s/--strategy"
11098 msgstr ""
11100 #: builtin/notes.c:802
11101 msgid "must specify a notes ref to merge"
11102 msgstr ""
11104 #: builtin/notes.c:826
11105 #, c-format
11106 msgid "unknown -s/--strategy: %s"
11107 msgstr ""
11109 #: builtin/notes.c:863
11110 #, c-format
11111 msgid "a notes merge into %s is already in-progress at %s"
11112 msgstr ""
11114 #: builtin/notes.c:866
11115 #, c-format
11116 msgid "failed to store link to current notes ref (%s)"
11117 msgstr ""
11119 #: builtin/notes.c:868
11120 #, c-format
11121 msgid ""
11122 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11123 "'git notes merge --commit', or abort the merge with 'git notes merge --"
11124 "abort'.\n"
11125 msgstr ""
11127 #: builtin/notes.c:890
11128 #, c-format
11129 msgid "Object %s has no note\n"
11130 msgstr ""
11132 #: builtin/notes.c:902
11133 msgid "attempt to remove non-existent note is not an error"
11134 msgstr ""
11136 #: builtin/notes.c:905
11137 msgid "read object names from the standard input"
11138 msgstr ""
11140 #: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:151
11141 msgid "do not remove, show only"
11142 msgstr ""
11144 #: builtin/notes.c:944
11145 msgid "report pruned notes"
11146 msgstr ""
11148 #: builtin/notes.c:986
11149 msgid "notes-ref"
11150 msgstr ""
11152 #: builtin/notes.c:987
11153 msgid "use notes from <notes-ref>"
11154 msgstr ""
11156 #: builtin/notes.c:1022
11157 #, c-format
11158 msgid "unknown subcommand: %s"
11159 msgstr ""
11161 #: builtin/pack-objects.c:48
11162 msgid ""
11163 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
11164 msgstr ""
11166 #: builtin/pack-objects.c:49
11167 msgid ""
11168 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
11169 msgstr ""
11171 #: builtin/pack-objects.c:211 builtin/pack-objects.c:214
11172 #, c-format
11173 msgid "deflate error (%d)"
11174 msgstr ""
11176 #: builtin/pack-objects.c:810
11177 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11178 msgstr ""
11180 #: builtin/pack-objects.c:823
11181 msgid "Writing objects"
11182 msgstr ""
11184 #: builtin/pack-objects.c:1106
11185 msgid "disabling bitmap writing, as some objects are not being packed"
11186 msgstr ""
11188 #: builtin/pack-objects.c:1765
11189 msgid "Counting objects"
11190 msgstr ""
11192 #: builtin/pack-objects.c:1895
11193 #, c-format
11194 msgid "unable to get size of %s"
11195 msgstr ""
11197 #: builtin/pack-objects.c:1910
11198 #, c-format
11199 msgid "unable to parse object header of %s"
11200 msgstr ""
11202 #: builtin/pack-objects.c:2564
11203 msgid "Compressing objects"
11204 msgstr ""
11206 #: builtin/pack-objects.c:2735
11207 msgid "invalid value for --missing"
11208 msgstr ""
11210 #: builtin/pack-objects.c:3067
11211 #, c-format
11212 msgid "unsupported index version %s"
11213 msgstr ""
11215 #: builtin/pack-objects.c:3071
11216 #, c-format
11217 msgid "bad index version '%s'"
11218 msgstr ""
11220 #: builtin/pack-objects.c:3102
11221 msgid "do not show progress meter"
11222 msgstr ""
11224 #: builtin/pack-objects.c:3104
11225 msgid "show progress meter"
11226 msgstr ""
11228 #: builtin/pack-objects.c:3106
11229 msgid "show progress meter during object writing phase"
11230 msgstr ""
11232 #: builtin/pack-objects.c:3109
11233 msgid "similar to --all-progress when progress meter is shown"
11234 msgstr ""
11236 #: builtin/pack-objects.c:3110
11237 msgid "version[,offset]"
11238 msgstr ""
11240 #: builtin/pack-objects.c:3111
11241 msgid "write the pack index file in the specified idx format version"
11242 msgstr ""
11244 #: builtin/pack-objects.c:3114
11245 msgid "maximum size of each output pack file"
11246 msgstr ""
11248 #: builtin/pack-objects.c:3116
11249 msgid "ignore borrowed objects from alternate object store"
11250 msgstr ""
11252 #: builtin/pack-objects.c:3118
11253 msgid "ignore packed objects"
11254 msgstr ""
11256 #: builtin/pack-objects.c:3120
11257 msgid "limit pack window by objects"
11258 msgstr ""
11260 #: builtin/pack-objects.c:3122
11261 msgid "limit pack window by memory in addition to object limit"
11262 msgstr ""
11264 #: builtin/pack-objects.c:3124
11265 msgid "maximum length of delta chain allowed in the resulting pack"
11266 msgstr ""
11268 #: builtin/pack-objects.c:3126
11269 msgid "reuse existing deltas"
11270 msgstr ""
11272 #: builtin/pack-objects.c:3128
11273 msgid "reuse existing objects"
11274 msgstr ""
11276 #: builtin/pack-objects.c:3130
11277 msgid "use OFS_DELTA objects"
11278 msgstr ""
11280 #: builtin/pack-objects.c:3132
11281 msgid "use threads when searching for best delta matches"
11282 msgstr ""
11284 #: builtin/pack-objects.c:3134
11285 msgid "do not create an empty pack output"
11286 msgstr ""
11288 #: builtin/pack-objects.c:3136
11289 msgid "read revision arguments from standard input"
11290 msgstr ""
11292 #: builtin/pack-objects.c:3138
11293 msgid "limit the objects to those that are not yet packed"
11294 msgstr ""
11296 #: builtin/pack-objects.c:3141
11297 msgid "include objects reachable from any reference"
11298 msgstr ""
11300 #: builtin/pack-objects.c:3144
11301 msgid "include objects referred by reflog entries"
11302 msgstr ""
11304 #: builtin/pack-objects.c:3147
11305 msgid "include objects referred to by the index"
11306 msgstr ""
11308 #: builtin/pack-objects.c:3150
11309 msgid "output pack to stdout"
11310 msgstr ""
11312 #: builtin/pack-objects.c:3152
11313 msgid "include tag objects that refer to objects to be packed"
11314 msgstr ""
11316 #: builtin/pack-objects.c:3154
11317 msgid "keep unreachable objects"
11318 msgstr ""
11320 #: builtin/pack-objects.c:3156
11321 msgid "pack loose unreachable objects"
11322 msgstr ""
11324 #: builtin/pack-objects.c:3158
11325 msgid "unpack unreachable objects newer than <time>"
11326 msgstr ""
11328 #: builtin/pack-objects.c:3161
11329 msgid "create thin packs"
11330 msgstr ""
11332 #: builtin/pack-objects.c:3163
11333 msgid "create packs suitable for shallow fetches"
11334 msgstr ""
11336 #: builtin/pack-objects.c:3165
11337 msgid "ignore packs that have companion .keep file"
11338 msgstr ""
11340 #: builtin/pack-objects.c:3167
11341 msgid "ignore this pack"
11342 msgstr ""
11344 #: builtin/pack-objects.c:3169
11345 msgid "pack compression level"
11346 msgstr ""
11348 #: builtin/pack-objects.c:3171
11349 msgid "do not hide commits by grafts"
11350 msgstr ""
11352 #: builtin/pack-objects.c:3173
11353 msgid "use a bitmap index if available to speed up counting objects"
11354 msgstr ""
11356 #: builtin/pack-objects.c:3175
11357 msgid "write a bitmap index together with the pack index"
11358 msgstr ""
11360 #: builtin/pack-objects.c:3178
11361 msgid "handling for missing objects"
11362 msgstr ""
11364 #: builtin/pack-objects.c:3181
11365 msgid "do not pack objects in promisor packfiles"
11366 msgstr ""
11368 #: builtin/pack-objects.c:3205
11369 #, c-format
11370 msgid "delta chain depth %d is too deep, forcing %d"
11371 msgstr ""
11373 #: builtin/pack-objects.c:3210
11374 #, c-format
11375 msgid "pack.deltaCacheLimit is too high, forcing %d"
11376 msgstr ""
11378 #: builtin/pack-objects.c:3338
11379 msgid "Enumerating objects"
11380 msgstr ""
11382 #: builtin/pack-refs.c:7
11383 msgid "git pack-refs [<options>]"
11384 msgstr ""
11386 #: builtin/pack-refs.c:15
11387 msgid "pack everything"
11388 msgstr ""
11390 #: builtin/pack-refs.c:16
11391 msgid "prune loose refs (default)"
11392 msgstr ""
11394 #: builtin/prune-packed.c:8
11395 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11396 msgstr ""
11398 #: builtin/prune-packed.c:41
11399 msgid "Removing duplicate objects"
11400 msgstr ""
11402 #: builtin/prune.c:11
11403 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
11404 msgstr ""
11406 #: builtin/prune.c:108
11407 msgid "report pruned objects"
11408 msgstr ""
11410 #: builtin/prune.c:111
11411 msgid "expire objects older than <time>"
11412 msgstr ""
11414 #: builtin/prune.c:113
11415 msgid "limit traversal to objects outside promisor packfiles"
11416 msgstr ""
11418 #: builtin/prune.c:127
11419 msgid "cannot prune in a precious-objects repo"
11420 msgstr ""
11422 #: builtin/pull.c:59 builtin/pull.c:61
11423 #, c-format
11424 msgid "Invalid value for %s: %s"
11425 msgstr ""
11427 #: builtin/pull.c:81
11428 msgid "git pull [<options>] [<repository> [<refspec>...]]"
11429 msgstr ""
11431 #: builtin/pull.c:132
11432 msgid "control for recursive fetching of submodules"
11433 msgstr ""
11435 #: builtin/pull.c:136
11436 msgid "Options related to merging"
11437 msgstr ""
11439 #: builtin/pull.c:139
11440 msgid "incorporate changes by rebasing rather than merging"
11441 msgstr ""
11443 #: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:121
11444 msgid "allow fast-forward"
11445 msgstr ""
11447 #: builtin/pull.c:175
11448 msgid "automatically stash/stash pop before and after rebase"
11449 msgstr ""
11451 #: builtin/pull.c:191
11452 msgid "Options related to fetching"
11453 msgstr ""
11455 #: builtin/pull.c:209
11456 msgid "number of submodules pulled in parallel"
11457 msgstr ""
11459 #: builtin/pull.c:304
11460 #, c-format
11461 msgid "Invalid value for pull.ff: %s"
11462 msgstr ""
11464 #: builtin/pull.c:420
11465 msgid ""
11466 "There is no candidate for rebasing against among the refs that you just "
11467 "fetched."
11468 msgstr ""
11470 #: builtin/pull.c:422
11471 msgid ""
11472 "There are no candidates for merging among the refs that you just fetched."
11473 msgstr ""
11475 #: builtin/pull.c:423
11476 msgid ""
11477 "Generally this means that you provided a wildcard refspec which had no\n"
11478 "matches on the remote end."
11479 msgstr ""
11481 #: builtin/pull.c:426
11482 #, c-format
11483 msgid ""
11484 "You asked to pull from the remote '%s', but did not specify\n"
11485 "a branch. Because this is not the default configured remote\n"
11486 "for your current branch, you must specify a branch on the command line."
11487 msgstr ""
11489 #: builtin/pull.c:431 git-parse-remote.sh:73
11490 msgid "You are not currently on a branch."
11491 msgstr ""
11493 #: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
11494 msgid "Please specify which branch you want to rebase against."
11495 msgstr ""
11497 #: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
11498 msgid "Please specify which branch you want to merge with."
11499 msgstr ""
11501 #: builtin/pull.c:436 builtin/pull.c:451
11502 msgid "See git-pull(1) for details."
11503 msgstr ""
11505 #: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
11506 #: git-parse-remote.sh:64
11507 msgid "<remote>"
11508 msgstr ""
11510 #: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:523
11511 #: git-parse-remote.sh:65
11512 msgid "<branch>"
11513 msgstr ""
11515 #: builtin/pull.c:446 git-parse-remote.sh:75
11516 msgid "There is no tracking information for the current branch."
11517 msgstr ""
11519 #: builtin/pull.c:455 git-parse-remote.sh:95
11520 msgid ""
11521 "If you wish to set tracking information for this branch you can do so with:"
11522 msgstr ""
11524 #: builtin/pull.c:460
11525 #, c-format
11526 msgid ""
11527 "Your configuration specifies to merge with the ref '%s'\n"
11528 "from the remote, but no such ref was fetched."
11529 msgstr ""
11531 #: builtin/pull.c:826
11532 msgid "ignoring --verify-signatures for rebase"
11533 msgstr ""
11535 #: builtin/pull.c:874
11536 msgid "--[no-]autostash option is only valid with --rebase."
11537 msgstr ""
11539 #: builtin/pull.c:882
11540 msgid "Updating an unborn branch with changes added to the index."
11541 msgstr ""
11543 #: builtin/pull.c:885
11544 msgid "pull with rebase"
11545 msgstr ""
11547 #: builtin/pull.c:886
11548 msgid "please commit or stash them."
11549 msgstr ""
11551 #: builtin/pull.c:911
11552 #, c-format
11553 msgid ""
11554 "fetch updated the current branch head.\n"
11555 "fast-forwarding your working tree from\n"
11556 "commit %s."
11557 msgstr ""
11559 #: builtin/pull.c:916
11560 #, c-format
11561 msgid ""
11562 "Cannot fast-forward your working tree.\n"
11563 "After making sure that you saved anything precious from\n"
11564 "$ git diff %s\n"
11565 "output, run\n"
11566 "$ git reset --hard\n"
11567 "to recover."
11568 msgstr ""
11570 #: builtin/pull.c:931
11571 msgid "Cannot merge multiple branches into empty head."
11572 msgstr ""
11574 #: builtin/pull.c:935
11575 msgid "Cannot rebase onto multiple branches."
11576 msgstr ""
11578 #: builtin/pull.c:942
11579 msgid "cannot rebase with locally recorded submodule modifications"
11580 msgstr ""
11582 #: builtin/push.c:19
11583 msgid "git push [<options>] [<repository> [<refspec>...]]"
11584 msgstr ""
11586 #: builtin/push.c:111
11587 msgid "tag shorthand without <tag>"
11588 msgstr ""
11590 #: builtin/push.c:121
11591 msgid "--delete only accepts plain target ref names"
11592 msgstr ""
11594 #: builtin/push.c:165
11595 msgid ""
11596 "\n"
11597 "To choose either option permanently, see push.default in 'git help config'."
11598 msgstr ""
11600 #: builtin/push.c:168
11601 #, c-format
11602 msgid ""
11603 "The upstream branch of your current branch does not match\n"
11604 "the name of your current branch.  To push to the upstream branch\n"
11605 "on the remote, use\n"
11606 "\n"
11607 "    git push %s HEAD:%s\n"
11608 "\n"
11609 "To push to the branch of the same name on the remote, use\n"
11610 "\n"
11611 "    git push %s %s\n"
11612 "%s"
11613 msgstr ""
11615 #: builtin/push.c:183
11616 #, c-format
11617 msgid ""
11618 "You are not currently on a branch.\n"
11619 "To push the history leading to the current (detached HEAD)\n"
11620 "state now, use\n"
11621 "\n"
11622 "    git push %s HEAD:<name-of-remote-branch>\n"
11623 msgstr ""
11625 #: builtin/push.c:197
11626 #, c-format
11627 msgid ""
11628 "The current branch %s has no upstream branch.\n"
11629 "To push the current branch and set the remote as upstream, use\n"
11630 "\n"
11631 "    git push --set-upstream %s %s\n"
11632 msgstr ""
11634 #: builtin/push.c:205
11635 #, c-format
11636 msgid "The current branch %s has multiple upstream branches, refusing to push."
11637 msgstr ""
11639 #: builtin/push.c:208
11640 #, c-format
11641 msgid ""
11642 "You are pushing to remote '%s', which is not the upstream of\n"
11643 "your current branch '%s', without telling me what to push\n"
11644 "to update which remote branch."
11645 msgstr ""
11647 #: builtin/push.c:267
11648 msgid ""
11649 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11650 msgstr ""
11652 #: builtin/push.c:274
11653 msgid ""
11654 "Updates were rejected because the tip of your current branch is behind\n"
11655 "its remote counterpart. Integrate the remote changes (e.g.\n"
11656 "'git pull ...') before pushing again.\n"
11657 "See the 'Note about fast-forwards' in 'git push --help' for details."
11658 msgstr ""
11660 #: builtin/push.c:280
11661 msgid ""
11662 "Updates were rejected because a pushed branch tip is behind its remote\n"
11663 "counterpart. Check out this branch and integrate the remote changes\n"
11664 "(e.g. 'git pull ...') before pushing again.\n"
11665 "See the 'Note about fast-forwards' in 'git push --help' for details."
11666 msgstr ""
11668 #: builtin/push.c:286
11669 msgid ""
11670 "Updates were rejected because the remote contains work that you do\n"
11671 "not have locally. This is usually caused by another repository pushing\n"
11672 "to the same ref. You may want to first integrate the remote changes\n"
11673 "(e.g., 'git pull ...') before pushing again.\n"
11674 "See the 'Note about fast-forwards' in 'git push --help' for details."
11675 msgstr ""
11677 #: builtin/push.c:293
11678 msgid "Updates were rejected because the tag already exists in the remote."
11679 msgstr ""
11681 #: builtin/push.c:296
11682 msgid ""
11683 "You cannot update a remote ref that points at a non-commit object,\n"
11684 "or update a remote ref to make it point at a non-commit object,\n"
11685 "without using the '--force' option.\n"
11686 msgstr ""
11688 #: builtin/push.c:357
11689 #, c-format
11690 msgid "Pushing to %s\n"
11691 msgstr ""
11693 #: builtin/push.c:361
11694 #, c-format
11695 msgid "failed to push some refs to '%s'"
11696 msgstr ""
11698 #: builtin/push.c:395
11699 #, c-format
11700 msgid "bad repository '%s'"
11701 msgstr ""
11703 #: builtin/push.c:396
11704 msgid ""
11705 "No configured push destination.\n"
11706 "Either specify the URL from the command-line or configure a remote "
11707 "repository using\n"
11708 "\n"
11709 "    git remote add <name> <url>\n"
11710 "\n"
11711 "and then push using the remote name\n"
11712 "\n"
11713 "    git push <name>\n"
11714 msgstr ""
11716 #: builtin/push.c:551
11717 msgid "repository"
11718 msgstr ""
11720 #: builtin/push.c:552 builtin/send-pack.c:164
11721 msgid "push all refs"
11722 msgstr ""
11724 #: builtin/push.c:553 builtin/send-pack.c:166
11725 msgid "mirror all refs"
11726 msgstr ""
11728 #: builtin/push.c:555
11729 msgid "delete refs"
11730 msgstr ""
11732 #: builtin/push.c:556
11733 msgid "push tags (can't be used with --all or --mirror)"
11734 msgstr ""
11736 #: builtin/push.c:559 builtin/send-pack.c:167
11737 msgid "force updates"
11738 msgstr ""
11740 #: builtin/push.c:561 builtin/send-pack.c:181
11741 msgid "refname>:<expect"
11742 msgstr ""
11744 #: builtin/push.c:562 builtin/send-pack.c:182
11745 msgid "require old value of ref to be at this value"
11746 msgstr ""
11748 #: builtin/push.c:565
11749 msgid "control recursive pushing of submodules"
11750 msgstr ""
11752 #: builtin/push.c:567 builtin/send-pack.c:175
11753 msgid "use thin pack"
11754 msgstr ""
11756 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
11757 #: builtin/send-pack.c:162
11758 msgid "receive pack program"
11759 msgstr ""
11761 #: builtin/push.c:570
11762 msgid "set upstream for git pull/status"
11763 msgstr ""
11765 #: builtin/push.c:573
11766 msgid "prune locally removed refs"
11767 msgstr ""
11769 #: builtin/push.c:575
11770 msgid "bypass pre-push hook"
11771 msgstr ""
11773 #: builtin/push.c:576
11774 msgid "push missing but relevant tags"
11775 msgstr ""
11777 #: builtin/push.c:579 builtin/send-pack.c:169
11778 msgid "GPG sign the push"
11779 msgstr ""
11781 #: builtin/push.c:581 builtin/send-pack.c:176
11782 msgid "request atomic transaction on remote side"
11783 msgstr ""
11785 #: builtin/push.c:599
11786 msgid "--delete is incompatible with --all, --mirror and --tags"
11787 msgstr ""
11789 #: builtin/push.c:601
11790 msgid "--delete doesn't make sense without any refs"
11791 msgstr ""
11793 #: builtin/push.c:604
11794 msgid "--all and --tags are incompatible"
11795 msgstr ""
11797 #: builtin/push.c:606
11798 msgid "--all can't be combined with refspecs"
11799 msgstr ""
11801 #: builtin/push.c:610
11802 msgid "--mirror and --tags are incompatible"
11803 msgstr ""
11805 #: builtin/push.c:612
11806 msgid "--mirror can't be combined with refspecs"
11807 msgstr ""
11809 #: builtin/push.c:615
11810 msgid "--all and --mirror are incompatible"
11811 msgstr ""
11813 #: builtin/push.c:634
11814 msgid "push options must not have new line characters"
11815 msgstr ""
11817 #: builtin/read-tree.c:40
11818 msgid ""
11819 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11820 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11821 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11822 msgstr ""
11824 #: builtin/read-tree.c:120
11825 msgid "write resulting index to <file>"
11826 msgstr ""
11828 #: builtin/read-tree.c:123
11829 msgid "only empty the index"
11830 msgstr ""
11832 #: builtin/read-tree.c:125
11833 msgid "Merging"
11834 msgstr ""
11836 #: builtin/read-tree.c:127
11837 msgid "perform a merge in addition to a read"
11838 msgstr ""
11840 #: builtin/read-tree.c:129
11841 msgid "3-way merge if no file level merging required"
11842 msgstr ""
11844 #: builtin/read-tree.c:131
11845 msgid "3-way merge in presence of adds and removes"
11846 msgstr ""
11848 #: builtin/read-tree.c:133
11849 msgid "same as -m, but discard unmerged entries"
11850 msgstr ""
11852 #: builtin/read-tree.c:134
11853 msgid "<subdirectory>/"
11854 msgstr ""
11856 #: builtin/read-tree.c:135
11857 msgid "read the tree into the index under <subdirectory>/"
11858 msgstr ""
11860 #: builtin/read-tree.c:138
11861 msgid "update working tree with merge result"
11862 msgstr ""
11864 #: builtin/read-tree.c:140
11865 msgid "gitignore"
11866 msgstr ""
11868 #: builtin/read-tree.c:141
11869 msgid "allow explicitly ignored files to be overwritten"
11870 msgstr ""
11872 #: builtin/read-tree.c:144
11873 msgid "don't check the working tree after merging"
11874 msgstr ""
11876 #: builtin/read-tree.c:145
11877 msgid "don't update the index or the work tree"
11878 msgstr ""
11880 #: builtin/read-tree.c:147
11881 msgid "skip applying sparse checkout filter"
11882 msgstr ""
11884 #: builtin/read-tree.c:149
11885 msgid "debug unpack-trees"
11886 msgstr ""
11888 #: builtin/rebase--helper.c:8
11889 msgid "git rebase--helper [<options>]"
11890 msgstr ""
11892 #: builtin/rebase--helper.c:24
11893 msgid "keep empty commits"
11894 msgstr ""
11896 #: builtin/rebase--helper.c:26 builtin/revert.c:123
11897 msgid "allow commits with empty messages"
11898 msgstr ""
11900 #: builtin/rebase--helper.c:27
11901 msgid "rebase merge commits"
11902 msgstr ""
11904 #: builtin/rebase--helper.c:29
11905 msgid "keep original branch points of cousins"
11906 msgstr ""
11908 #: builtin/rebase--helper.c:30
11909 msgid "continue rebase"
11910 msgstr ""
11912 #: builtin/rebase--helper.c:32
11913 msgid "abort rebase"
11914 msgstr ""
11916 #: builtin/rebase--helper.c:35
11917 msgid "make rebase script"
11918 msgstr ""
11920 #: builtin/rebase--helper.c:37
11921 msgid "shorten commit ids in the todo list"
11922 msgstr ""
11924 #: builtin/rebase--helper.c:39
11925 msgid "expand commit ids in the todo list"
11926 msgstr ""
11928 #: builtin/rebase--helper.c:41
11929 msgid "check the todo list"
11930 msgstr ""
11932 #: builtin/rebase--helper.c:43
11933 msgid "skip unnecessary picks"
11934 msgstr ""
11936 #: builtin/rebase--helper.c:45
11937 msgid "rearrange fixup/squash lines"
11938 msgstr ""
11940 #: builtin/rebase--helper.c:47
11941 msgid "insert exec commands in todo list"
11942 msgstr ""
11944 #: builtin/rebase--helper.c:68
11945 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
11946 msgstr ""
11948 #: builtin/receive-pack.c:31
11949 msgid "git receive-pack <git-dir>"
11950 msgstr ""
11952 #: builtin/receive-pack.c:842
11953 msgid ""
11954 "By default, updating the current branch in a non-bare repository\n"
11955 "is denied, because it will make the index and work tree inconsistent\n"
11956 "with what you pushed, and will require 'git reset --hard' to match\n"
11957 "the work tree to HEAD.\n"
11958 "\n"
11959 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11960 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11961 "its current branch; however, this is not recommended unless you\n"
11962 "arranged to update its work tree to match what you pushed in some\n"
11963 "other way.\n"
11964 "\n"
11965 "To squelch this message and still keep the default behaviour, set\n"
11966 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11967 msgstr ""
11969 #: builtin/receive-pack.c:862
11970 msgid ""
11971 "By default, deleting the current branch is denied, because the next\n"
11972 "'git clone' won't result in any file checked out, causing confusion.\n"
11973 "\n"
11974 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11975 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11976 "current branch, with or without a warning message.\n"
11977 "\n"
11978 "To squelch this message, you can set it to 'refuse'."
11979 msgstr ""
11981 #: builtin/receive-pack.c:1935
11982 msgid "quiet"
11983 msgstr ""
11985 #: builtin/receive-pack.c:1949
11986 msgid "You must specify a directory."
11987 msgstr ""
11989 #: builtin/reflog.c:532 builtin/reflog.c:537
11990 #, c-format
11991 msgid "'%s' is not a valid timestamp"
11992 msgstr ""
11994 #: builtin/remote.c:14
11995 msgid "git remote [-v | --verbose]"
11996 msgstr ""
11998 #: builtin/remote.c:15
11999 msgid ""
12000 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
12001 "mirror=<fetch|push>] <name> <url>"
12002 msgstr ""
12004 #: builtin/remote.c:16 builtin/remote.c:36
12005 msgid "git remote rename <old> <new>"
12006 msgstr ""
12008 #: builtin/remote.c:17 builtin/remote.c:41
12009 msgid "git remote remove <name>"
12010 msgstr ""
12012 #: builtin/remote.c:18 builtin/remote.c:46
12013 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
12014 msgstr ""
12016 #: builtin/remote.c:19
12017 msgid "git remote [-v | --verbose] show [-n] <name>"
12018 msgstr ""
12020 #: builtin/remote.c:20
12021 msgid "git remote prune [-n | --dry-run] <name>"
12022 msgstr ""
12024 #: builtin/remote.c:21
12025 msgid ""
12026 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
12027 msgstr ""
12029 #: builtin/remote.c:22
12030 msgid "git remote set-branches [--add] <name> <branch>..."
12031 msgstr ""
12033 #: builtin/remote.c:23 builtin/remote.c:72
12034 msgid "git remote get-url [--push] [--all] <name>"
12035 msgstr ""
12037 #: builtin/remote.c:24 builtin/remote.c:77
12038 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12039 msgstr ""
12041 #: builtin/remote.c:25 builtin/remote.c:78
12042 msgid "git remote set-url --add <name> <newurl>"
12043 msgstr ""
12045 #: builtin/remote.c:26 builtin/remote.c:79
12046 msgid "git remote set-url --delete <name> <url>"
12047 msgstr ""
12049 #: builtin/remote.c:31
12050 msgid "git remote add [<options>] <name> <url>"
12051 msgstr ""
12053 #: builtin/remote.c:51
12054 msgid "git remote set-branches <name> <branch>..."
12055 msgstr ""
12057 #: builtin/remote.c:52
12058 msgid "git remote set-branches --add <name> <branch>..."
12059 msgstr ""
12061 #: builtin/remote.c:57
12062 msgid "git remote show [<options>] <name>"
12063 msgstr ""
12065 #: builtin/remote.c:62
12066 msgid "git remote prune [<options>] <name>"
12067 msgstr ""
12069 #: builtin/remote.c:67
12070 msgid "git remote update [<options>] [<group> | <remote>]..."
12071 msgstr ""
12073 #: builtin/remote.c:96
12074 #, c-format
12075 msgid "Updating %s"
12076 msgstr ""
12078 #: builtin/remote.c:128
12079 msgid ""
12080 "--mirror is dangerous and deprecated; please\n"
12081 "\t use --mirror=fetch or --mirror=push instead"
12082 msgstr ""
12084 #: builtin/remote.c:145
12085 #, c-format
12086 msgid "unknown mirror argument: %s"
12087 msgstr ""
12089 #: builtin/remote.c:161
12090 msgid "fetch the remote branches"
12091 msgstr ""
12093 #: builtin/remote.c:163
12094 msgid "import all tags and associated objects when fetching"
12095 msgstr ""
12097 #: builtin/remote.c:166
12098 msgid "or do not fetch any tag at all (--no-tags)"
12099 msgstr ""
12101 #: builtin/remote.c:168
12102 msgid "branch(es) to track"
12103 msgstr ""
12105 #: builtin/remote.c:169
12106 msgid "master branch"
12107 msgstr ""
12109 #: builtin/remote.c:170
12110 msgid "push|fetch"
12111 msgstr ""
12113 #: builtin/remote.c:171
12114 msgid "set up remote as a mirror to push to or fetch from"
12115 msgstr ""
12117 #: builtin/remote.c:183
12118 msgid "specifying a master branch makes no sense with --mirror"
12119 msgstr ""
12121 #: builtin/remote.c:185
12122 msgid "specifying branches to track makes sense only with fetch mirrors"
12123 msgstr ""
12125 #: builtin/remote.c:192 builtin/remote.c:634
12126 #, c-format
12127 msgid "remote %s already exists."
12128 msgstr ""
12130 #: builtin/remote.c:196 builtin/remote.c:638
12131 #, c-format
12132 msgid "'%s' is not a valid remote name"
12133 msgstr ""
12135 #: builtin/remote.c:236
12136 #, c-format
12137 msgid "Could not setup master '%s'"
12138 msgstr ""
12140 #: builtin/remote.c:342
12141 #, c-format
12142 msgid "Could not get fetch map for refspec %s"
12143 msgstr ""
12145 #: builtin/remote.c:441 builtin/remote.c:449
12146 msgid "(matching)"
12147 msgstr ""
12149 #: builtin/remote.c:453
12150 msgid "(delete)"
12151 msgstr ""
12153 #: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:861
12154 #, c-format
12155 msgid "No such remote: %s"
12156 msgstr ""
12158 #: builtin/remote.c:644
12159 #, c-format
12160 msgid "Could not rename config section '%s' to '%s'"
12161 msgstr ""
12163 #: builtin/remote.c:664
12164 #, c-format
12165 msgid ""
12166 "Not updating non-default fetch refspec\n"
12167 "\t%s\n"
12168 "\tPlease update the configuration manually if necessary."
12169 msgstr ""
12171 #: builtin/remote.c:700
12172 #, c-format
12173 msgid "deleting '%s' failed"
12174 msgstr ""
12176 #: builtin/remote.c:734
12177 #, c-format
12178 msgid "creating '%s' failed"
12179 msgstr ""
12181 #: builtin/remote.c:799
12182 msgid ""
12183 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12184 "to delete it, use:"
12185 msgid_plural ""
12186 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12187 "to delete them, use:"
12188 msgstr[0] ""
12189 msgstr[1] ""
12191 #: builtin/remote.c:813
12192 #, c-format
12193 msgid "Could not remove config section '%s'"
12194 msgstr ""
12196 #: builtin/remote.c:914
12197 #, c-format
12198 msgid " new (next fetch will store in remotes/%s)"
12199 msgstr ""
12201 #: builtin/remote.c:917
12202 msgid " tracked"
12203 msgstr ""
12205 #: builtin/remote.c:919
12206 msgid " stale (use 'git remote prune' to remove)"
12207 msgstr ""
12209 #: builtin/remote.c:921
12210 msgid " ???"
12211 msgstr ""
12213 #: builtin/remote.c:962
12214 #, c-format
12215 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12216 msgstr ""
12218 #: builtin/remote.c:971
12219 #, c-format
12220 msgid "rebases interactively onto remote %s"
12221 msgstr ""
12223 #: builtin/remote.c:973
12224 #, c-format
12225 msgid "rebases interactively (with merges) onto remote %s"
12226 msgstr ""
12228 #: builtin/remote.c:976
12229 #, c-format
12230 msgid "rebases onto remote %s"
12231 msgstr ""
12233 #: builtin/remote.c:980
12234 #, c-format
12235 msgid " merges with remote %s"
12236 msgstr ""
12238 #: builtin/remote.c:983
12239 #, c-format
12240 msgid "merges with remote %s"
12241 msgstr ""
12243 #: builtin/remote.c:986
12244 #, c-format
12245 msgid "%-*s    and with remote %s\n"
12246 msgstr ""
12248 #: builtin/remote.c:1029
12249 msgid "create"
12250 msgstr ""
12252 #: builtin/remote.c:1032
12253 msgid "delete"
12254 msgstr ""
12256 #: builtin/remote.c:1036
12257 msgid "up to date"
12258 msgstr ""
12260 #: builtin/remote.c:1039
12261 msgid "fast-forwardable"
12262 msgstr ""
12264 #: builtin/remote.c:1042
12265 msgid "local out of date"
12266 msgstr ""
12268 #: builtin/remote.c:1049
12269 #, c-format
12270 msgid "    %-*s forces to %-*s (%s)"
12271 msgstr ""
12273 #: builtin/remote.c:1052
12274 #, c-format
12275 msgid "    %-*s pushes to %-*s (%s)"
12276 msgstr ""
12278 #: builtin/remote.c:1056
12279 #, c-format
12280 msgid "    %-*s forces to %s"
12281 msgstr ""
12283 #: builtin/remote.c:1059
12284 #, c-format
12285 msgid "    %-*s pushes to %s"
12286 msgstr ""
12288 #: builtin/remote.c:1127
12289 msgid "do not query remotes"
12290 msgstr ""
12292 #: builtin/remote.c:1154
12293 #, c-format
12294 msgid "* remote %s"
12295 msgstr ""
12297 #: builtin/remote.c:1155
12298 #, c-format
12299 msgid "  Fetch URL: %s"
12300 msgstr ""
12302 #: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:1311
12303 msgid "(no URL)"
12304 msgstr ""
12306 #. TRANSLATORS: the colon ':' should align
12307 #. with the one in " Fetch URL: %s"
12308 #. translation.
12310 #: builtin/remote.c:1170 builtin/remote.c:1172
12311 #, c-format
12312 msgid "  Push  URL: %s"
12313 msgstr ""
12315 #: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:1178
12316 #, c-format
12317 msgid "  HEAD branch: %s"
12318 msgstr ""
12320 #: builtin/remote.c:1174
12321 msgid "(not queried)"
12322 msgstr ""
12324 #: builtin/remote.c:1176
12325 msgid "(unknown)"
12326 msgstr ""
12328 #: builtin/remote.c:1180
12329 #, c-format
12330 msgid ""
12331 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
12332 msgstr ""
12334 #: builtin/remote.c:1192
12335 #, c-format
12336 msgid "  Remote branch:%s"
12337 msgid_plural "  Remote branches:%s"
12338 msgstr[0] ""
12339 msgstr[1] ""
12341 #: builtin/remote.c:1195 builtin/remote.c:1221
12342 msgid " (status not queried)"
12343 msgstr ""
12345 #: builtin/remote.c:1204
12346 msgid "  Local branch configured for 'git pull':"
12347 msgid_plural "  Local branches configured for 'git pull':"
12348 msgstr[0] ""
12349 msgstr[1] ""
12351 #: builtin/remote.c:1212
12352 msgid "  Local refs will be mirrored by 'git push'"
12353 msgstr ""
12355 #: builtin/remote.c:1218
12356 #, c-format
12357 msgid "  Local ref configured for 'git push'%s:"
12358 msgid_plural "  Local refs configured for 'git push'%s:"
12359 msgstr[0] ""
12360 msgstr[1] ""
12362 #: builtin/remote.c:1239
12363 msgid "set refs/remotes/<name>/HEAD according to remote"
12364 msgstr ""
12366 #: builtin/remote.c:1241
12367 msgid "delete refs/remotes/<name>/HEAD"
12368 msgstr ""
12370 #: builtin/remote.c:1256
12371 msgid "Cannot determine remote HEAD"
12372 msgstr ""
12374 #: builtin/remote.c:1258
12375 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12376 msgstr ""
12378 #: builtin/remote.c:1268
12379 #, c-format
12380 msgid "Could not delete %s"
12381 msgstr ""
12383 #: builtin/remote.c:1276
12384 #, c-format
12385 msgid "Not a valid ref: %s"
12386 msgstr ""
12388 #: builtin/remote.c:1278
12389 #, c-format
12390 msgid "Could not setup %s"
12391 msgstr ""
12393 #: builtin/remote.c:1296
12394 #, c-format
12395 msgid " %s will become dangling!"
12396 msgstr ""
12398 #: builtin/remote.c:1297
12399 #, c-format
12400 msgid " %s has become dangling!"
12401 msgstr ""
12403 #: builtin/remote.c:1307
12404 #, c-format
12405 msgid "Pruning %s"
12406 msgstr ""
12408 #: builtin/remote.c:1308
12409 #, c-format
12410 msgid "URL: %s"
12411 msgstr ""
12413 #: builtin/remote.c:1324
12414 #, c-format
12415 msgid " * [would prune] %s"
12416 msgstr ""
12418 #: builtin/remote.c:1327
12419 #, c-format
12420 msgid " * [pruned] %s"
12421 msgstr ""
12423 #: builtin/remote.c:1372
12424 msgid "prune remotes after fetching"
12425 msgstr ""
12427 #: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:1557
12428 #, c-format
12429 msgid "No such remote '%s'"
12430 msgstr ""
12432 #: builtin/remote.c:1451
12433 msgid "add branch"
12434 msgstr ""
12436 #: builtin/remote.c:1458
12437 msgid "no remote specified"
12438 msgstr ""
12440 #: builtin/remote.c:1475
12441 msgid "query push URLs rather than fetch URLs"
12442 msgstr ""
12444 #: builtin/remote.c:1477
12445 msgid "return all URLs"
12446 msgstr ""
12448 #: builtin/remote.c:1505
12449 #, c-format
12450 msgid "no URLs configured for remote '%s'"
12451 msgstr ""
12453 #: builtin/remote.c:1531
12454 msgid "manipulate push URLs"
12455 msgstr ""
12457 #: builtin/remote.c:1533
12458 msgid "add URL"
12459 msgstr ""
12461 #: builtin/remote.c:1535
12462 msgid "delete URLs"
12463 msgstr ""
12465 #: builtin/remote.c:1542
12466 msgid "--add --delete doesn't make sense"
12467 msgstr ""
12469 #: builtin/remote.c:1581
12470 #, c-format
12471 msgid "Invalid old URL pattern: %s"
12472 msgstr ""
12474 #: builtin/remote.c:1589
12475 #, c-format
12476 msgid "No such URL found: %s"
12477 msgstr ""
12479 #: builtin/remote.c:1591
12480 msgid "Will not delete all non-push URLs"
12481 msgstr ""
12483 #: builtin/remote.c:1607
12484 msgid "be verbose; must be placed before a subcommand"
12485 msgstr ""
12487 #: builtin/remote.c:1638
12488 #, c-format
12489 msgid "Unknown subcommand: %s"
12490 msgstr ""
12492 #: builtin/repack.c:18
12493 msgid "git repack [<options>]"
12494 msgstr ""
12496 #: builtin/repack.c:23
12497 msgid ""
12498 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
12499 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12500 msgstr ""
12502 #: builtin/repack.c:180
12503 msgid "pack everything in a single pack"
12504 msgstr ""
12506 #: builtin/repack.c:182
12507 msgid "same as -a, and turn unreachable objects loose"
12508 msgstr ""
12510 #: builtin/repack.c:185
12511 msgid "remove redundant packs, and run git-prune-packed"
12512 msgstr ""
12514 #: builtin/repack.c:187
12515 msgid "pass --no-reuse-delta to git-pack-objects"
12516 msgstr ""
12518 #: builtin/repack.c:189
12519 msgid "pass --no-reuse-object to git-pack-objects"
12520 msgstr ""
12522 #: builtin/repack.c:191
12523 msgid "do not run git-update-server-info"
12524 msgstr ""
12526 #: builtin/repack.c:194
12527 msgid "pass --local to git-pack-objects"
12528 msgstr ""
12530 #: builtin/repack.c:196
12531 msgid "write bitmap index"
12532 msgstr ""
12534 #: builtin/repack.c:197
12535 msgid "approxidate"
12536 msgstr ""
12538 #: builtin/repack.c:198
12539 msgid "with -A, do not loosen objects older than this"
12540 msgstr ""
12542 #: builtin/repack.c:200
12543 msgid "with -a, repack unreachable objects"
12544 msgstr ""
12546 #: builtin/repack.c:202
12547 msgid "size of the window used for delta compression"
12548 msgstr ""
12550 #: builtin/repack.c:203 builtin/repack.c:209
12551 msgid "bytes"
12552 msgstr ""
12554 #: builtin/repack.c:204
12555 msgid "same as the above, but limit memory size instead of entries count"
12556 msgstr ""
12558 #: builtin/repack.c:206
12559 msgid "limits the maximum delta depth"
12560 msgstr ""
12562 #: builtin/repack.c:208
12563 msgid "limits the maximum number of threads"
12564 msgstr ""
12566 #: builtin/repack.c:210
12567 msgid "maximum size of each packfile"
12568 msgstr ""
12570 #: builtin/repack.c:212
12571 msgid "repack objects in packs marked with .keep"
12572 msgstr ""
12574 #: builtin/repack.c:214
12575 msgid "do not repack this pack"
12576 msgstr ""
12578 #: builtin/repack.c:224
12579 msgid "cannot delete packs in a precious-objects repo"
12580 msgstr ""
12582 #: builtin/repack.c:228
12583 msgid "--keep-unreachable and -A are incompatible"
12584 msgstr ""
12586 #: builtin/repack.c:425 builtin/worktree.c:139
12587 #, c-format
12588 msgid "failed to remove '%s'"
12589 msgstr ""
12591 #: builtin/replace.c:22
12592 msgid "git replace [-f] <object> <replacement>"
12593 msgstr ""
12595 #: builtin/replace.c:23
12596 msgid "git replace [-f] --edit <object>"
12597 msgstr ""
12599 #: builtin/replace.c:24
12600 msgid "git replace [-f] --graft <commit> [<parent>...]"
12601 msgstr ""
12603 #: builtin/replace.c:25
12604 msgid "git replace [-f] --convert-graft-file"
12605 msgstr ""
12607 #: builtin/replace.c:26
12608 msgid "git replace -d <object>..."
12609 msgstr ""
12611 #: builtin/replace.c:27
12612 msgid "git replace [--format=<format>] [-l [<pattern>]]"
12613 msgstr ""
12615 #: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:445
12616 #, c-format
12617 msgid "Not a valid object name: '%s'"
12618 msgstr ""
12620 #: builtin/replace.c:407
12621 #, c-format
12622 msgid "bad mergetag in commit '%s'"
12623 msgstr ""
12625 #: builtin/replace.c:409
12626 #, c-format
12627 msgid "malformed mergetag in commit '%s'"
12628 msgstr ""
12630 #: builtin/replace.c:421
12631 #, c-format
12632 msgid ""
12633 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12634 "instead of --graft"
12635 msgstr ""
12637 #: builtin/replace.c:460
12638 #, c-format
12639 msgid "the original commit '%s' has a gpg signature."
12640 msgstr ""
12642 #: builtin/replace.c:461
12643 msgid "the signature will be removed in the replacement commit!"
12644 msgstr ""
12646 #: builtin/replace.c:471
12647 #, c-format
12648 msgid "could not write replacement commit for: '%s'"
12649 msgstr ""
12651 #: builtin/replace.c:514
12652 #, c-format
12653 msgid ""
12654 "could not convert the following graft(s):\n"
12655 "%s"
12656 msgstr ""
12658 #: builtin/replace.c:535
12659 msgid "list replace refs"
12660 msgstr ""
12662 #: builtin/replace.c:536
12663 msgid "delete replace refs"
12664 msgstr ""
12666 #: builtin/replace.c:537
12667 msgid "edit existing object"
12668 msgstr ""
12670 #: builtin/replace.c:538
12671 msgid "change a commit's parents"
12672 msgstr ""
12674 #: builtin/replace.c:539
12675 msgid "convert existing graft file"
12676 msgstr ""
12678 #: builtin/replace.c:540
12679 msgid "replace the ref if it exists"
12680 msgstr ""
12682 #: builtin/replace.c:542
12683 msgid "do not pretty-print contents for --edit"
12684 msgstr ""
12686 #: builtin/replace.c:543
12687 msgid "use this format"
12688 msgstr ""
12690 #: builtin/rerere.c:13
12691 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12692 msgstr ""
12694 #: builtin/rerere.c:59
12695 msgid "register clean resolutions in index"
12696 msgstr ""
12698 #: builtin/reset.c:29
12699 msgid ""
12700 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12701 msgstr ""
12703 #: builtin/reset.c:30
12704 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12705 msgstr ""
12707 #: builtin/reset.c:31
12708 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12709 msgstr ""
12711 #: builtin/reset.c:37
12712 msgid "mixed"
12713 msgstr ""
12715 #: builtin/reset.c:37
12716 msgid "soft"
12717 msgstr ""
12719 #: builtin/reset.c:37
12720 msgid "hard"
12721 msgstr ""
12723 #: builtin/reset.c:37
12724 msgid "merge"
12725 msgstr ""
12727 #: builtin/reset.c:37
12728 msgid "keep"
12729 msgstr ""
12731 #: builtin/reset.c:78
12732 msgid "You do not have a valid HEAD."
12733 msgstr ""
12735 #: builtin/reset.c:80
12736 msgid "Failed to find tree of HEAD."
12737 msgstr ""
12739 #: builtin/reset.c:86
12740 #, c-format
12741 msgid "Failed to find tree of %s."
12742 msgstr ""
12744 #: builtin/reset.c:111
12745 #, c-format
12746 msgid "HEAD is now at %s"
12747 msgstr ""
12749 #: builtin/reset.c:189
12750 #, c-format
12751 msgid "Cannot do a %s reset in the middle of a merge."
12752 msgstr ""
12754 #: builtin/reset.c:289
12755 msgid "be quiet, only report errors"
12756 msgstr ""
12758 #: builtin/reset.c:291
12759 msgid "reset HEAD and index"
12760 msgstr ""
12762 #: builtin/reset.c:292
12763 msgid "reset only HEAD"
12764 msgstr ""
12766 #: builtin/reset.c:294 builtin/reset.c:296
12767 msgid "reset HEAD, index and working tree"
12768 msgstr ""
12770 #: builtin/reset.c:298
12771 msgid "reset HEAD but keep local changes"
12772 msgstr ""
12774 #: builtin/reset.c:304
12775 msgid "record only the fact that removed paths will be added later"
12776 msgstr ""
12778 #: builtin/reset.c:321
12779 #, c-format
12780 msgid "Failed to resolve '%s' as a valid revision."
12781 msgstr ""
12783 #: builtin/reset.c:329
12784 #, c-format
12785 msgid "Failed to resolve '%s' as a valid tree."
12786 msgstr ""
12788 #: builtin/reset.c:338
12789 msgid "--patch is incompatible with --{hard,mixed,soft}"
12790 msgstr ""
12792 #: builtin/reset.c:347
12793 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12794 msgstr ""
12796 #: builtin/reset.c:349
12797 #, c-format
12798 msgid "Cannot do %s reset with paths."
12799 msgstr ""
12801 #: builtin/reset.c:359
12802 #, c-format
12803 msgid "%s reset is not allowed in a bare repository"
12804 msgstr ""
12806 #: builtin/reset.c:363
12807 msgid "-N can only be used with --mixed"
12808 msgstr ""
12810 #: builtin/reset.c:380
12811 msgid "Unstaged changes after reset:"
12812 msgstr ""
12814 #: builtin/reset.c:386
12815 #, c-format
12816 msgid "Could not reset index file to revision '%s'."
12817 msgstr ""
12819 #: builtin/reset.c:390
12820 msgid "Could not write new index file."
12821 msgstr ""
12823 #: builtin/rev-list.c:397
12824 msgid "cannot combine --exclude-promisor-objects and --missing"
12825 msgstr ""
12827 #: builtin/rev-list.c:455
12828 msgid "object filtering requires --objects"
12829 msgstr ""
12831 #: builtin/rev-list.c:458
12832 #, c-format
12833 msgid "invalid sparse value '%s'"
12834 msgstr ""
12836 #: builtin/rev-list.c:499
12837 msgid "rev-list does not support display of notes"
12838 msgstr ""
12840 #: builtin/rev-list.c:502
12841 msgid "cannot combine --use-bitmap-index with object filtering"
12842 msgstr ""
12844 #: builtin/rev-parse.c:406
12845 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12846 msgstr ""
12848 #: builtin/rev-parse.c:411
12849 msgid "keep the `--` passed as an arg"
12850 msgstr ""
12852 #: builtin/rev-parse.c:413
12853 msgid "stop parsing after the first non-option argument"
12854 msgstr ""
12856 #: builtin/rev-parse.c:416
12857 msgid "output in stuck long form"
12858 msgstr ""
12860 #: builtin/rev-parse.c:549
12861 msgid ""
12862 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12863 "   or: git rev-parse --sq-quote [<arg>...]\n"
12864 "   or: git rev-parse [<options>] [<arg>...]\n"
12865 "\n"
12866 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12867 msgstr ""
12869 #: builtin/revert.c:23
12870 msgid "git revert [<options>] <commit-ish>..."
12871 msgstr ""
12873 #: builtin/revert.c:24
12874 msgid "git revert <subcommand>"
12875 msgstr ""
12877 #: builtin/revert.c:29
12878 msgid "git cherry-pick [<options>] <commit-ish>..."
12879 msgstr ""
12881 #: builtin/revert.c:30
12882 msgid "git cherry-pick <subcommand>"
12883 msgstr ""
12885 #: builtin/revert.c:90
12886 #, c-format
12887 msgid "%s: %s cannot be used with %s"
12888 msgstr ""
12890 #: builtin/revert.c:99
12891 msgid "end revert or cherry-pick sequence"
12892 msgstr ""
12894 #: builtin/revert.c:100
12895 msgid "resume revert or cherry-pick sequence"
12896 msgstr ""
12898 #: builtin/revert.c:101
12899 msgid "cancel revert or cherry-pick sequence"
12900 msgstr ""
12902 #: builtin/revert.c:102
12903 msgid "don't automatically commit"
12904 msgstr ""
12906 #: builtin/revert.c:103
12907 msgid "edit the commit message"
12908 msgstr ""
12910 #: builtin/revert.c:106
12911 msgid "parent-number"
12912 msgstr ""
12914 #: builtin/revert.c:107
12915 msgid "select mainline parent"
12916 msgstr ""
12918 #: builtin/revert.c:109
12919 msgid "merge strategy"
12920 msgstr ""
12922 #: builtin/revert.c:110
12923 msgid "option"
12924 msgstr ""
12926 #: builtin/revert.c:111
12927 msgid "option for merge strategy"
12928 msgstr ""
12930 #: builtin/revert.c:120
12931 msgid "append commit name"
12932 msgstr ""
12934 #: builtin/revert.c:122
12935 msgid "preserve initially empty commits"
12936 msgstr ""
12938 #: builtin/revert.c:124
12939 msgid "keep redundant, empty commits"
12940 msgstr ""
12942 #: builtin/revert.c:214
12943 msgid "revert failed"
12944 msgstr ""
12946 #: builtin/revert.c:227
12947 msgid "cherry-pick failed"
12948 msgstr ""
12950 #: builtin/rm.c:18
12951 msgid "git rm [<options>] [--] <file>..."
12952 msgstr ""
12954 #: builtin/rm.c:206
12955 msgid ""
12956 "the following file has staged content different from both the\n"
12957 "file and the HEAD:"
12958 msgid_plural ""
12959 "the following files have staged content different from both the\n"
12960 "file and the HEAD:"
12961 msgstr[0] ""
12962 msgstr[1] ""
12964 #: builtin/rm.c:211
12965 msgid ""
12966 "\n"
12967 "(use -f to force removal)"
12968 msgstr ""
12970 #: builtin/rm.c:215
12971 msgid "the following file has changes staged in the index:"
12972 msgid_plural "the following files have changes staged in the index:"
12973 msgstr[0] ""
12974 msgstr[1] ""
12976 #: builtin/rm.c:219 builtin/rm.c:228
12977 msgid ""
12978 "\n"
12979 "(use --cached to keep the file, or -f to force removal)"
12980 msgstr ""
12982 #: builtin/rm.c:225
12983 msgid "the following file has local modifications:"
12984 msgid_plural "the following files have local modifications:"
12985 msgstr[0] ""
12986 msgstr[1] ""
12988 #: builtin/rm.c:241
12989 msgid "do not list removed files"
12990 msgstr ""
12992 #: builtin/rm.c:242
12993 msgid "only remove from the index"
12994 msgstr ""
12996 #: builtin/rm.c:243
12997 msgid "override the up-to-date check"
12998 msgstr ""
13000 #: builtin/rm.c:244
13001 msgid "allow recursive removal"
13002 msgstr ""
13004 #: builtin/rm.c:246
13005 msgid "exit with a zero status even if nothing matched"
13006 msgstr ""
13008 #: builtin/rm.c:306
13009 #, c-format
13010 msgid "not removing '%s' recursively without -r"
13011 msgstr ""
13013 #: builtin/rm.c:345
13014 #, c-format
13015 msgid "git rm: unable to remove %s"
13016 msgstr ""
13018 #: builtin/rm.c:368
13019 #, c-format
13020 msgid "could not remove '%s'"
13021 msgstr ""
13023 #: builtin/send-pack.c:20
13024 msgid ""
13025 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
13026 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
13027 "[<ref>...]\n"
13028 "  --all and explicit <ref> specification are mutually exclusive."
13029 msgstr ""
13031 #: builtin/send-pack.c:163
13032 msgid "remote name"
13033 msgstr ""
13035 #: builtin/send-pack.c:177
13036 msgid "use stateless RPC protocol"
13037 msgstr ""
13039 #: builtin/send-pack.c:178
13040 msgid "read refs from stdin"
13041 msgstr ""
13043 #: builtin/send-pack.c:179
13044 msgid "print status from remote helper"
13045 msgstr ""
13047 #: builtin/serve.c:7
13048 msgid "git serve [<options>]"
13049 msgstr ""
13051 #: builtin/serve.c:17 builtin/upload-pack.c:23
13052 msgid "quit after a single request/response exchange"
13053 msgstr ""
13055 #: builtin/serve.c:19
13056 msgid "exit immediately after advertising capabilities"
13057 msgstr ""
13059 #: builtin/shortlog.c:14
13060 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
13061 msgstr ""
13063 #: builtin/shortlog.c:15
13064 msgid "git log --pretty=short | git shortlog [<options>]"
13065 msgstr ""
13067 #: builtin/shortlog.c:264
13068 msgid "Group by committer rather than author"
13069 msgstr ""
13071 #: builtin/shortlog.c:266
13072 msgid "sort output according to the number of commits per author"
13073 msgstr ""
13075 #: builtin/shortlog.c:268
13076 msgid "Suppress commit descriptions, only provides commit count"
13077 msgstr ""
13079 #: builtin/shortlog.c:270
13080 msgid "Show the email address of each author"
13081 msgstr ""
13083 #: builtin/shortlog.c:271
13084 msgid "w[,i1[,i2]]"
13085 msgstr ""
13087 #: builtin/shortlog.c:272
13088 msgid "Linewrap output"
13089 msgstr ""
13091 #: builtin/shortlog.c:298
13092 msgid "too many arguments given outside repository"
13093 msgstr ""
13095 #: builtin/show-branch.c:12
13096 msgid ""
13097 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
13098 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13099 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13100 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
13101 msgstr ""
13103 #: builtin/show-branch.c:16
13104 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
13105 msgstr ""
13107 #: builtin/show-branch.c:376
13108 #, c-format
13109 msgid "ignoring %s; cannot handle more than %d ref"
13110 msgid_plural "ignoring %s; cannot handle more than %d refs"
13111 msgstr[0] ""
13112 msgstr[1] ""
13114 #: builtin/show-branch.c:530
13115 #, c-format
13116 msgid "no matching refs with %s"
13117 msgstr ""
13119 #: builtin/show-branch.c:626
13120 msgid "show remote-tracking and local branches"
13121 msgstr ""
13123 #: builtin/show-branch.c:628
13124 msgid "show remote-tracking branches"
13125 msgstr ""
13127 #: builtin/show-branch.c:630
13128 msgid "color '*!+-' corresponding to the branch"
13129 msgstr ""
13131 #: builtin/show-branch.c:632
13132 msgid "show <n> more commits after the common ancestor"
13133 msgstr ""
13135 #: builtin/show-branch.c:634
13136 msgid "synonym to more=-1"
13137 msgstr ""
13139 #: builtin/show-branch.c:635
13140 msgid "suppress naming strings"
13141 msgstr ""
13143 #: builtin/show-branch.c:637
13144 msgid "include the current branch"
13145 msgstr ""
13147 #: builtin/show-branch.c:639
13148 msgid "name commits with their object names"
13149 msgstr ""
13151 #: builtin/show-branch.c:641
13152 msgid "show possible merge bases"
13153 msgstr ""
13155 #: builtin/show-branch.c:643
13156 msgid "show refs unreachable from any other ref"
13157 msgstr ""
13159 #: builtin/show-branch.c:645
13160 msgid "show commits in topological order"
13161 msgstr ""
13163 #: builtin/show-branch.c:648
13164 msgid "show only commits not on the first branch"
13165 msgstr ""
13167 #: builtin/show-branch.c:650
13168 msgid "show merges reachable from only one tip"
13169 msgstr ""
13171 #: builtin/show-branch.c:652
13172 msgid "topologically sort, maintaining date order where possible"
13173 msgstr ""
13175 #: builtin/show-branch.c:655
13176 msgid "<n>[,<base>]"
13177 msgstr ""
13179 #: builtin/show-branch.c:656
13180 msgid "show <n> most recent ref-log entries starting at base"
13181 msgstr ""
13183 #: builtin/show-branch.c:690
13184 msgid ""
13185 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13186 msgstr ""
13188 #: builtin/show-branch.c:714
13189 msgid "no branches given, and HEAD is not valid"
13190 msgstr ""
13192 #: builtin/show-branch.c:717
13193 msgid "--reflog option needs one branch name"
13194 msgstr ""
13196 #: builtin/show-branch.c:720
13197 #, c-format
13198 msgid "only %d entry can be shown at one time."
13199 msgid_plural "only %d entries can be shown at one time."
13200 msgstr[0] ""
13201 msgstr[1] ""
13203 #: builtin/show-branch.c:724
13204 #, c-format
13205 msgid "no such ref %s"
13206 msgstr ""
13208 #: builtin/show-branch.c:808
13209 #, c-format
13210 msgid "cannot handle more than %d rev."
13211 msgid_plural "cannot handle more than %d revs."
13212 msgstr[0] ""
13213 msgstr[1] ""
13215 #: builtin/show-branch.c:812
13216 #, c-format
13217 msgid "'%s' is not a valid ref."
13218 msgstr ""
13220 #: builtin/show-branch.c:815
13221 #, c-format
13222 msgid "cannot find commit %s (%s)"
13223 msgstr ""
13225 #: builtin/show-ref.c:10
13226 msgid ""
13227 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13228 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
13229 msgstr ""
13231 #: builtin/show-ref.c:11
13232 msgid "git show-ref --exclude-existing[=<pattern>]"
13233 msgstr ""
13235 #: builtin/show-ref.c:159
13236 msgid "only show tags (can be combined with heads)"
13237 msgstr ""
13239 #: builtin/show-ref.c:160
13240 msgid "only show heads (can be combined with tags)"
13241 msgstr ""
13243 #: builtin/show-ref.c:161
13244 msgid "stricter reference checking, requires exact ref path"
13245 msgstr ""
13247 #: builtin/show-ref.c:164 builtin/show-ref.c:166
13248 msgid "show the HEAD reference, even if it would be filtered out"
13249 msgstr ""
13251 #: builtin/show-ref.c:168
13252 msgid "dereference tags into object IDs"
13253 msgstr ""
13255 #: builtin/show-ref.c:170
13256 msgid "only show SHA1 hash using <n> digits"
13257 msgstr ""
13259 #: builtin/show-ref.c:174
13260 msgid "do not print results to stdout (useful with --verify)"
13261 msgstr ""
13263 #: builtin/show-ref.c:176
13264 msgid "show refs from stdin that aren't in local repository"
13265 msgstr ""
13267 #: builtin/stripspace.c:18
13268 msgid "git stripspace [-s | --strip-comments]"
13269 msgstr ""
13271 #: builtin/stripspace.c:19
13272 msgid "git stripspace [-c | --comment-lines]"
13273 msgstr ""
13275 #: builtin/stripspace.c:36
13276 msgid "skip and remove all lines starting with comment character"
13277 msgstr ""
13279 #: builtin/stripspace.c:39
13280 msgid "prepend comment character and space to each line"
13281 msgstr ""
13283 #: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1688
13284 #, c-format
13285 msgid "No such ref: %s"
13286 msgstr ""
13288 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1697
13289 #, c-format
13290 msgid "Expecting a full ref name, got %s"
13291 msgstr ""
13293 #: builtin/submodule--helper.c:61
13294 msgid "submodule--helper print-default-remote takes no arguments"
13295 msgstr ""
13297 #: builtin/submodule--helper.c:98
13298 #, c-format
13299 msgid "cannot strip one component off url '%s'"
13300 msgstr ""
13302 #: builtin/submodule--helper.c:406 builtin/submodule--helper.c:1211
13303 msgid "alternative anchor for relative paths"
13304 msgstr ""
13306 #: builtin/submodule--helper.c:411
13307 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13308 msgstr ""
13310 #: builtin/submodule--helper.c:462 builtin/submodule--helper.c:485
13311 #, c-format
13312 msgid "No url found for submodule path '%s' in .gitmodules"
13313 msgstr ""
13315 #: builtin/submodule--helper.c:500
13316 #, c-format
13317 msgid ""
13318 "could not lookup configuration '%s'. Assuming this repository is its own "
13319 "authoritative upstream."
13320 msgstr ""
13322 #: builtin/submodule--helper.c:511
13323 #, c-format
13324 msgid "Failed to register url for submodule path '%s'"
13325 msgstr ""
13327 #: builtin/submodule--helper.c:515
13328 #, c-format
13329 msgid "Submodule '%s' (%s) registered for path '%s'\n"
13330 msgstr ""
13332 #: builtin/submodule--helper.c:525
13333 #, c-format
13334 msgid "warning: command update mode suggested for submodule '%s'\n"
13335 msgstr ""
13337 #: builtin/submodule--helper.c:532
13338 #, c-format
13339 msgid "Failed to register update mode for submodule path '%s'"
13340 msgstr ""
13342 #: builtin/submodule--helper.c:554
13343 msgid "Suppress output for initializing a submodule"
13344 msgstr ""
13346 #: builtin/submodule--helper.c:559
13347 msgid "git submodule--helper init [<path>]"
13348 msgstr ""
13350 #: builtin/submodule--helper.c:631 builtin/submodule--helper.c:757
13351 #, c-format
13352 msgid "no submodule mapping found in .gitmodules for path '%s'"
13353 msgstr ""
13355 #: builtin/submodule--helper.c:670
13356 #, c-format
13357 msgid "could not resolve HEAD ref inside the submodule '%s'"
13358 msgstr ""
13360 #: builtin/submodule--helper.c:697 builtin/submodule--helper.c:866
13361 #, c-format
13362 msgid "failed to recurse into submodule '%s'"
13363 msgstr ""
13365 #: builtin/submodule--helper.c:721 builtin/submodule--helper.c:1031
13366 msgid "Suppress submodule status output"
13367 msgstr ""
13369 #: builtin/submodule--helper.c:722
13370 msgid ""
13371 "Use commit stored in the index instead of the one stored in the submodule "
13372 "HEAD"
13373 msgstr ""
13375 #: builtin/submodule--helper.c:723
13376 msgid "recurse into nested submodules"
13377 msgstr ""
13379 #: builtin/submodule--helper.c:728
13380 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
13381 msgstr ""
13383 #: builtin/submodule--helper.c:752
13384 msgid "git submodule--helper name <path>"
13385 msgstr ""
13387 #: builtin/submodule--helper.c:816
13388 #, c-format
13389 msgid "Synchronizing submodule url for '%s'\n"
13390 msgstr ""
13392 #: builtin/submodule--helper.c:822
13393 #, c-format
13394 msgid "failed to register url for submodule path '%s'"
13395 msgstr ""
13397 #: builtin/submodule--helper.c:836
13398 #, c-format
13399 msgid "failed to get the default remote for submodule '%s'"
13400 msgstr ""
13402 #: builtin/submodule--helper.c:847
13403 #, c-format
13404 msgid "failed to update remote for submodule '%s'"
13405 msgstr ""
13407 #: builtin/submodule--helper.c:895
13408 msgid "Suppress output of synchronizing submodule url"
13409 msgstr ""
13411 #: builtin/submodule--helper.c:897
13412 msgid "Recurse into nested submodules"
13413 msgstr ""
13415 #: builtin/submodule--helper.c:902
13416 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
13417 msgstr ""
13419 #: builtin/submodule--helper.c:956
13420 #, c-format
13421 msgid ""
13422 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
13423 "really want to remove it including all of its history)"
13424 msgstr ""
13426 #: builtin/submodule--helper.c:968
13427 #, c-format
13428 msgid ""
13429 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
13430 "them"
13431 msgstr ""
13433 #: builtin/submodule--helper.c:976
13434 #, c-format
13435 msgid "Cleared directory '%s'\n"
13436 msgstr ""
13438 #: builtin/submodule--helper.c:978
13439 #, c-format
13440 msgid "Could not remove submodule work tree '%s'\n"
13441 msgstr ""
13443 #: builtin/submodule--helper.c:987
13444 #, c-format
13445 msgid "could not create empty submodule directory %s"
13446 msgstr ""
13448 #: builtin/submodule--helper.c:1003
13449 #, c-format
13450 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
13451 msgstr ""
13453 #: builtin/submodule--helper.c:1032
13454 msgid "Remove submodule working trees even if they contain local changes"
13455 msgstr ""
13457 #: builtin/submodule--helper.c:1033
13458 msgid "Unregister all submodules"
13459 msgstr ""
13461 #: builtin/submodule--helper.c:1038
13462 msgid ""
13463 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
13464 msgstr ""
13466 #: builtin/submodule--helper.c:1052
13467 msgid "Use '--all' if you really want to deinitialize all submodules"
13468 msgstr ""
13470 #: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:1148
13471 #, c-format
13472 msgid "submodule '%s' cannot add alternate: %s"
13473 msgstr ""
13475 #: builtin/submodule--helper.c:1184
13476 #, c-format
13477 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13478 msgstr ""
13480 #: builtin/submodule--helper.c:1191
13481 #, c-format
13482 msgid "Value '%s' for submodule.alternateLocation is not recognized"
13483 msgstr ""
13485 #: builtin/submodule--helper.c:1214
13486 msgid "where the new submodule will be cloned to"
13487 msgstr ""
13489 #: builtin/submodule--helper.c:1217
13490 msgid "name of the new submodule"
13491 msgstr ""
13493 #: builtin/submodule--helper.c:1220
13494 msgid "url where to clone the submodule from"
13495 msgstr ""
13497 #: builtin/submodule--helper.c:1228
13498 msgid "depth for shallow clones"
13499 msgstr ""
13501 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1606
13502 msgid "force cloning progress"
13503 msgstr ""
13505 #: builtin/submodule--helper.c:1236
13506 msgid ""
13507 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13508 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13509 msgstr ""
13511 #: builtin/submodule--helper.c:1267
13512 #, c-format
13513 msgid "clone of '%s' into submodule path '%s' failed"
13514 msgstr ""
13516 #: builtin/submodule--helper.c:1281
13517 #, c-format
13518 msgid "could not get submodule directory for '%s'"
13519 msgstr ""
13521 #: builtin/submodule--helper.c:1347
13522 #, c-format
13523 msgid "Submodule path '%s' not initialized"
13524 msgstr ""
13526 #: builtin/submodule--helper.c:1351
13527 msgid "Maybe you want to use 'update --init'?"
13528 msgstr ""
13530 #: builtin/submodule--helper.c:1380
13531 #, c-format
13532 msgid "Skipping unmerged submodule %s"
13533 msgstr ""
13535 #: builtin/submodule--helper.c:1409
13536 #, c-format
13537 msgid "Skipping submodule '%s'"
13538 msgstr ""
13540 #: builtin/submodule--helper.c:1544
13541 #, c-format
13542 msgid "Failed to clone '%s'. Retry scheduled"
13543 msgstr ""
13545 #: builtin/submodule--helper.c:1555
13546 #, c-format
13547 msgid "Failed to clone '%s' a second time, aborting"
13548 msgstr ""
13550 #: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:1808
13551 msgid "path into the working tree"
13552 msgstr ""
13554 #: builtin/submodule--helper.c:1588
13555 msgid "path into the working tree, across nested submodule boundaries"
13556 msgstr ""
13558 #: builtin/submodule--helper.c:1592
13559 msgid "rebase, merge, checkout or none"
13560 msgstr ""
13562 #: builtin/submodule--helper.c:1598
13563 msgid "Create a shallow clone truncated to the specified number of revisions"
13564 msgstr ""
13566 #: builtin/submodule--helper.c:1601
13567 msgid "parallel jobs"
13568 msgstr ""
13570 #: builtin/submodule--helper.c:1603
13571 msgid "whether the initial clone should follow the shallow recommendation"
13572 msgstr ""
13574 #: builtin/submodule--helper.c:1604
13575 msgid "don't print cloning progress"
13576 msgstr ""
13578 #: builtin/submodule--helper.c:1611
13579 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13580 msgstr ""
13582 #: builtin/submodule--helper.c:1624
13583 msgid "bad value for update parameter"
13584 msgstr ""
13586 #: builtin/submodule--helper.c:1692
13587 #, c-format
13588 msgid ""
13589 "Submodule (%s) branch configured to inherit branch from superproject, but "
13590 "the superproject is not on any branch"
13591 msgstr ""
13593 #: builtin/submodule--helper.c:1809
13594 msgid "recurse into submodules"
13595 msgstr ""
13597 #: builtin/submodule--helper.c:1815
13598 msgid "git submodule--helper embed-git-dir [<path>...]"
13599 msgstr ""
13601 #: builtin/submodule--helper.c:1901
13602 #, c-format
13603 msgid "%s doesn't support --super-prefix"
13604 msgstr ""
13606 #: builtin/submodule--helper.c:1907
13607 #, c-format
13608 msgid "'%s' is not a valid submodule--helper subcommand"
13609 msgstr ""
13611 #: builtin/symbolic-ref.c:8
13612 msgid "git symbolic-ref [<options>] <name> [<ref>]"
13613 msgstr ""
13615 #: builtin/symbolic-ref.c:9
13616 msgid "git symbolic-ref -d [-q] <name>"
13617 msgstr ""
13619 #: builtin/symbolic-ref.c:40
13620 msgid "suppress error message for non-symbolic (detached) refs"
13621 msgstr ""
13623 #: builtin/symbolic-ref.c:41
13624 msgid "delete symbolic ref"
13625 msgstr ""
13627 #: builtin/symbolic-ref.c:42
13628 msgid "shorten ref output"
13629 msgstr ""
13631 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13632 msgid "reason"
13633 msgstr ""
13635 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13636 msgid "reason of the update"
13637 msgstr ""
13639 #: builtin/tag.c:24
13640 msgid ""
13641 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13642 "[<head>]"
13643 msgstr ""
13645 #: builtin/tag.c:25
13646 msgid "git tag -d <tagname>..."
13647 msgstr ""
13649 #: builtin/tag.c:26
13650 msgid ""
13651 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13652 "points-at <object>]\n"
13653 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13654 msgstr ""
13656 #: builtin/tag.c:28
13657 msgid "git tag -v [--format=<format>] <tagname>..."
13658 msgstr ""
13660 #: builtin/tag.c:86
13661 #, c-format
13662 msgid "tag '%s' not found."
13663 msgstr ""
13665 #: builtin/tag.c:102
13666 #, c-format
13667 msgid "Deleted tag '%s' (was %s)\n"
13668 msgstr ""
13670 #: builtin/tag.c:132
13671 #, c-format
13672 msgid ""
13673 "\n"
13674 "Write a message for tag:\n"
13675 "  %s\n"
13676 "Lines starting with '%c' will be ignored.\n"
13677 msgstr ""
13679 #: builtin/tag.c:136
13680 #, c-format
13681 msgid ""
13682 "\n"
13683 "Write a message for tag:\n"
13684 "  %s\n"
13685 "Lines starting with '%c' will be kept; you may remove them yourself if you "
13686 "want to.\n"
13687 msgstr ""
13689 #: builtin/tag.c:190
13690 msgid "unable to sign the tag"
13691 msgstr ""
13693 #: builtin/tag.c:192
13694 msgid "unable to write tag file"
13695 msgstr ""
13697 #: builtin/tag.c:217
13698 msgid "bad object type."
13699 msgstr ""
13701 #: builtin/tag.c:266
13702 msgid "no tag message?"
13703 msgstr ""
13705 #: builtin/tag.c:273
13706 #, c-format
13707 msgid "The tag message has been left in %s\n"
13708 msgstr ""
13710 #: builtin/tag.c:382
13711 msgid "list tag names"
13712 msgstr ""
13714 #: builtin/tag.c:384
13715 msgid "print <n> lines of each tag message"
13716 msgstr ""
13718 #: builtin/tag.c:386
13719 msgid "delete tags"
13720 msgstr ""
13722 #: builtin/tag.c:387
13723 msgid "verify tags"
13724 msgstr ""
13726 #: builtin/tag.c:389
13727 msgid "Tag creation options"
13728 msgstr ""
13730 #: builtin/tag.c:391
13731 msgid "annotated tag, needs a message"
13732 msgstr ""
13734 #: builtin/tag.c:393
13735 msgid "tag message"
13736 msgstr ""
13738 #: builtin/tag.c:395
13739 msgid "force edit of tag message"
13740 msgstr ""
13742 #: builtin/tag.c:396
13743 msgid "annotated and GPG-signed tag"
13744 msgstr ""
13746 #: builtin/tag.c:400
13747 msgid "use another key to sign the tag"
13748 msgstr ""
13750 #: builtin/tag.c:401
13751 msgid "replace the tag if exists"
13752 msgstr ""
13754 #: builtin/tag.c:402 builtin/update-ref.c:368
13755 msgid "create a reflog"
13756 msgstr ""
13758 #: builtin/tag.c:404
13759 msgid "Tag listing options"
13760 msgstr ""
13762 #: builtin/tag.c:405
13763 msgid "show tag list in columns"
13764 msgstr ""
13766 #: builtin/tag.c:406 builtin/tag.c:408
13767 msgid "print only tags that contain the commit"
13768 msgstr ""
13770 #: builtin/tag.c:407 builtin/tag.c:409
13771 msgid "print only tags that don't contain the commit"
13772 msgstr ""
13774 #: builtin/tag.c:410
13775 msgid "print only tags that are merged"
13776 msgstr ""
13778 #: builtin/tag.c:411
13779 msgid "print only tags that are not merged"
13780 msgstr ""
13782 #: builtin/tag.c:416
13783 msgid "print only tags of the object"
13784 msgstr ""
13786 #: builtin/tag.c:460
13787 msgid "--column and -n are incompatible"
13788 msgstr ""
13790 #: builtin/tag.c:482
13791 msgid "-n option is only allowed in list mode"
13792 msgstr ""
13794 #: builtin/tag.c:484
13795 msgid "--contains option is only allowed in list mode"
13796 msgstr ""
13798 #: builtin/tag.c:486
13799 msgid "--no-contains option is only allowed in list mode"
13800 msgstr ""
13802 #: builtin/tag.c:488
13803 msgid "--points-at option is only allowed in list mode"
13804 msgstr ""
13806 #: builtin/tag.c:490
13807 msgid "--merged and --no-merged options are only allowed in list mode"
13808 msgstr ""
13810 #: builtin/tag.c:501
13811 msgid "only one -F or -m option is allowed."
13812 msgstr ""
13814 #: builtin/tag.c:520
13815 msgid "too many params"
13816 msgstr ""
13818 #: builtin/tag.c:526
13819 #, c-format
13820 msgid "'%s' is not a valid tag name."
13821 msgstr ""
13823 #: builtin/tag.c:531
13824 #, c-format
13825 msgid "tag '%s' already exists"
13826 msgstr ""
13828 #: builtin/tag.c:562
13829 #, c-format
13830 msgid "Updated tag '%s' (was %s)\n"
13831 msgstr ""
13833 #: builtin/unpack-objects.c:498
13834 msgid "Unpacking objects"
13835 msgstr ""
13837 #: builtin/update-index.c:82
13838 #, c-format
13839 msgid "failed to create directory %s"
13840 msgstr ""
13842 #: builtin/update-index.c:88
13843 #, c-format
13844 msgid "failed to stat %s"
13845 msgstr ""
13847 #: builtin/update-index.c:98
13848 #, c-format
13849 msgid "failed to create file %s"
13850 msgstr ""
13852 #: builtin/update-index.c:106
13853 #, c-format
13854 msgid "failed to delete file %s"
13855 msgstr ""
13857 #: builtin/update-index.c:113 builtin/update-index.c:219
13858 #, c-format
13859 msgid "failed to delete directory %s"
13860 msgstr ""
13862 #: builtin/update-index.c:138
13863 #, c-format
13864 msgid "Testing mtime in '%s' "
13865 msgstr ""
13867 #: builtin/update-index.c:152
13868 msgid "directory stat info does not change after adding a new file"
13869 msgstr ""
13871 #: builtin/update-index.c:165
13872 msgid "directory stat info does not change after adding a new directory"
13873 msgstr ""
13875 #: builtin/update-index.c:178
13876 msgid "directory stat info changes after updating a file"
13877 msgstr ""
13879 #: builtin/update-index.c:189
13880 msgid "directory stat info changes after adding a file inside subdirectory"
13881 msgstr ""
13883 #: builtin/update-index.c:200
13884 msgid "directory stat info does not change after deleting a file"
13885 msgstr ""
13887 #: builtin/update-index.c:213
13888 msgid "directory stat info does not change after deleting a directory"
13889 msgstr ""
13891 #: builtin/update-index.c:220
13892 msgid " OK"
13893 msgstr ""
13895 #: builtin/update-index.c:589
13896 msgid "git update-index [<options>] [--] [<file>...]"
13897 msgstr ""
13899 #: builtin/update-index.c:946
13900 msgid "continue refresh even when index needs update"
13901 msgstr ""
13903 #: builtin/update-index.c:949
13904 msgid "refresh: ignore submodules"
13905 msgstr ""
13907 #: builtin/update-index.c:952
13908 msgid "do not ignore new files"
13909 msgstr ""
13911 #: builtin/update-index.c:954
13912 msgid "let files replace directories and vice-versa"
13913 msgstr ""
13915 #: builtin/update-index.c:956
13916 msgid "notice files missing from worktree"
13917 msgstr ""
13919 #: builtin/update-index.c:958
13920 msgid "refresh even if index contains unmerged entries"
13921 msgstr ""
13923 #: builtin/update-index.c:961
13924 msgid "refresh stat information"
13925 msgstr ""
13927 #: builtin/update-index.c:965
13928 msgid "like --refresh, but ignore assume-unchanged setting"
13929 msgstr ""
13931 #: builtin/update-index.c:969
13932 msgid "<mode>,<object>,<path>"
13933 msgstr ""
13935 #: builtin/update-index.c:970
13936 msgid "add the specified entry to the index"
13937 msgstr ""
13939 #: builtin/update-index.c:979
13940 msgid "mark files as \"not changing\""
13941 msgstr ""
13943 #: builtin/update-index.c:982
13944 msgid "clear assumed-unchanged bit"
13945 msgstr ""
13947 #: builtin/update-index.c:985
13948 msgid "mark files as \"index-only\""
13949 msgstr ""
13951 #: builtin/update-index.c:988
13952 msgid "clear skip-worktree bit"
13953 msgstr ""
13955 #: builtin/update-index.c:991
13956 msgid "add to index only; do not add content to object database"
13957 msgstr ""
13959 #: builtin/update-index.c:993
13960 msgid "remove named paths even if present in worktree"
13961 msgstr ""
13963 #: builtin/update-index.c:995
13964 msgid "with --stdin: input lines are terminated by null bytes"
13965 msgstr ""
13967 #: builtin/update-index.c:997
13968 msgid "read list of paths to be updated from standard input"
13969 msgstr ""
13971 #: builtin/update-index.c:1001
13972 msgid "add entries from standard input to the index"
13973 msgstr ""
13975 #: builtin/update-index.c:1005
13976 msgid "repopulate stages #2 and #3 for the listed paths"
13977 msgstr ""
13979 #: builtin/update-index.c:1009
13980 msgid "only update entries that differ from HEAD"
13981 msgstr ""
13983 #: builtin/update-index.c:1013
13984 msgid "ignore files missing from worktree"
13985 msgstr ""
13987 #: builtin/update-index.c:1016
13988 msgid "report actions to standard output"
13989 msgstr ""
13991 #: builtin/update-index.c:1018
13992 msgid "(for porcelains) forget saved unresolved conflicts"
13993 msgstr ""
13995 #: builtin/update-index.c:1022
13996 msgid "write index in this format"
13997 msgstr ""
13999 #: builtin/update-index.c:1024
14000 msgid "enable or disable split index"
14001 msgstr ""
14003 #: builtin/update-index.c:1026
14004 msgid "enable/disable untracked cache"
14005 msgstr ""
14007 #: builtin/update-index.c:1028
14008 msgid "test if the filesystem supports untracked cache"
14009 msgstr ""
14011 #: builtin/update-index.c:1030
14012 msgid "enable untracked cache without testing the filesystem"
14013 msgstr ""
14015 #: builtin/update-index.c:1032
14016 msgid "write out the index even if is not flagged as changed"
14017 msgstr ""
14019 #: builtin/update-index.c:1034
14020 msgid "enable or disable file system monitor"
14021 msgstr ""
14023 #: builtin/update-index.c:1036
14024 msgid "mark files as fsmonitor valid"
14025 msgstr ""
14027 #: builtin/update-index.c:1039
14028 msgid "clear fsmonitor valid bit"
14029 msgstr ""
14031 #: builtin/update-index.c:1138
14032 msgid ""
14033 "core.splitIndex is set to false; remove or change it, if you really want to "
14034 "enable split index"
14035 msgstr ""
14037 #: builtin/update-index.c:1147
14038 msgid ""
14039 "core.splitIndex is set to true; remove or change it, if you really want to "
14040 "disable split index"
14041 msgstr ""
14043 #: builtin/update-index.c:1158
14044 msgid ""
14045 "core.untrackedCache is set to true; remove or change it, if you really want "
14046 "to disable the untracked cache"
14047 msgstr ""
14049 #: builtin/update-index.c:1162
14050 msgid "Untracked cache disabled"
14051 msgstr ""
14053 #: builtin/update-index.c:1170
14054 msgid ""
14055 "core.untrackedCache is set to false; remove or change it, if you really want "
14056 "to enable the untracked cache"
14057 msgstr ""
14059 #: builtin/update-index.c:1174
14060 #, c-format
14061 msgid "Untracked cache enabled for '%s'"
14062 msgstr ""
14064 #: builtin/update-index.c:1182
14065 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14066 msgstr ""
14068 #: builtin/update-index.c:1186
14069 msgid "fsmonitor enabled"
14070 msgstr ""
14072 #: builtin/update-index.c:1189
14073 msgid ""
14074 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14075 msgstr ""
14077 #: builtin/update-index.c:1193
14078 msgid "fsmonitor disabled"
14079 msgstr ""
14081 #: builtin/update-ref.c:10
14082 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
14083 msgstr ""
14085 #: builtin/update-ref.c:11
14086 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
14087 msgstr ""
14089 #: builtin/update-ref.c:12
14090 msgid "git update-ref [<options>] --stdin [-z]"
14091 msgstr ""
14093 #: builtin/update-ref.c:363
14094 msgid "delete the reference"
14095 msgstr ""
14097 #: builtin/update-ref.c:365
14098 msgid "update <refname> not the one it points to"
14099 msgstr ""
14101 #: builtin/update-ref.c:366
14102 msgid "stdin has NUL-terminated arguments"
14103 msgstr ""
14105 #: builtin/update-ref.c:367
14106 msgid "read updates from stdin"
14107 msgstr ""
14109 #: builtin/update-server-info.c:7
14110 msgid "git update-server-info [--force]"
14111 msgstr ""
14113 #: builtin/update-server-info.c:15
14114 msgid "update the info files from scratch"
14115 msgstr ""
14117 #: builtin/upload-pack.c:11
14118 msgid "git upload-pack [<options>] <dir>"
14119 msgstr ""
14121 #: builtin/upload-pack.c:25
14122 msgid "exit immediately after initial ref advertisement"
14123 msgstr ""
14125 #: builtin/upload-pack.c:27
14126 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
14127 msgstr ""
14129 #: builtin/upload-pack.c:29
14130 msgid "interrupt transfer after <n> seconds of inactivity"
14131 msgstr ""
14133 #: builtin/verify-commit.c:18
14134 msgid "git verify-commit [-v | --verbose] <commit>..."
14135 msgstr ""
14137 #: builtin/verify-commit.c:73
14138 msgid "print commit contents"
14139 msgstr ""
14141 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
14142 msgid "print raw gpg status output"
14143 msgstr ""
14145 #: builtin/verify-pack.c:55
14146 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
14147 msgstr ""
14149 #: builtin/verify-pack.c:65
14150 msgid "verbose"
14151 msgstr ""
14153 #: builtin/verify-pack.c:67
14154 msgid "show statistics only"
14155 msgstr ""
14157 #: builtin/verify-tag.c:19
14158 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
14159 msgstr ""
14161 #: builtin/verify-tag.c:37
14162 msgid "print tag contents"
14163 msgstr ""
14165 #: builtin/worktree.c:17
14166 msgid "git worktree add [<options>] <path> [<commit-ish>]"
14167 msgstr ""
14169 #: builtin/worktree.c:18
14170 msgid "git worktree list [<options>]"
14171 msgstr ""
14173 #: builtin/worktree.c:19
14174 msgid "git worktree lock [<options>] <path>"
14175 msgstr ""
14177 #: builtin/worktree.c:20
14178 msgid "git worktree move <worktree> <new-path>"
14179 msgstr ""
14181 #: builtin/worktree.c:21
14182 msgid "git worktree prune [<options>]"
14183 msgstr ""
14185 #: builtin/worktree.c:22
14186 msgid "git worktree remove [<options>] <worktree>"
14187 msgstr ""
14189 #: builtin/worktree.c:23
14190 msgid "git worktree unlock <path>"
14191 msgstr ""
14193 #: builtin/worktree.c:58
14194 #, c-format
14195 msgid "Removing worktrees/%s: not a valid directory"
14196 msgstr ""
14198 #: builtin/worktree.c:64
14199 #, c-format
14200 msgid "Removing worktrees/%s: gitdir file does not exist"
14201 msgstr ""
14203 #: builtin/worktree.c:69 builtin/worktree.c:78
14204 #, c-format
14205 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14206 msgstr ""
14208 #: builtin/worktree.c:88
14209 #, c-format
14210 msgid ""
14211 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14212 "%<PRIuMAX>)"
14213 msgstr ""
14215 #: builtin/worktree.c:96
14216 #, c-format
14217 msgid "Removing worktrees/%s: invalid gitdir file"
14218 msgstr ""
14220 #: builtin/worktree.c:105
14221 #, c-format
14222 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14223 msgstr ""
14225 #: builtin/worktree.c:152
14226 msgid "report pruned working trees"
14227 msgstr ""
14229 #: builtin/worktree.c:154
14230 msgid "expire working trees older than <time>"
14231 msgstr ""
14233 #: builtin/worktree.c:229
14234 #, c-format
14235 msgid "'%s' already exists"
14236 msgstr ""
14238 #: builtin/worktree.c:260
14239 #, c-format
14240 msgid "could not create directory of '%s'"
14241 msgstr ""
14243 #: builtin/worktree.c:373 builtin/worktree.c:379
14244 #, c-format
14245 msgid "Preparing worktree (new branch '%s')"
14246 msgstr ""
14248 #: builtin/worktree.c:375
14249 #, c-format
14250 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
14251 msgstr ""
14253 #: builtin/worktree.c:384
14254 #, c-format
14255 msgid "Preparing worktree (checking out '%s')"
14256 msgstr ""
14258 #: builtin/worktree.c:390
14259 #, c-format
14260 msgid "Preparing worktree (detached HEAD %s)"
14261 msgstr ""
14263 #: builtin/worktree.c:431
14264 msgid "checkout <branch> even if already checked out in other worktree"
14265 msgstr ""
14267 #: builtin/worktree.c:434
14268 msgid "create a new branch"
14269 msgstr ""
14271 #: builtin/worktree.c:436
14272 msgid "create or reset a branch"
14273 msgstr ""
14275 #: builtin/worktree.c:438
14276 msgid "populate the new working tree"
14277 msgstr ""
14279 #: builtin/worktree.c:439
14280 msgid "keep the new working tree locked"
14281 msgstr ""
14283 #: builtin/worktree.c:441
14284 msgid "set up tracking mode (see git-branch(1))"
14285 msgstr ""
14287 #: builtin/worktree.c:444
14288 msgid "try to match the new branch name with a remote-tracking branch"
14289 msgstr ""
14291 #: builtin/worktree.c:452
14292 msgid "-b, -B, and --detach are mutually exclusive"
14293 msgstr ""
14295 #: builtin/worktree.c:511
14296 msgid "--[no-]track can only be used if a new branch is created"
14297 msgstr ""
14299 #: builtin/worktree.c:611
14300 msgid "reason for locking"
14301 msgstr ""
14303 #: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
14304 #: builtin/worktree.c:850
14305 #, c-format
14306 msgid "'%s' is not a working tree"
14307 msgstr ""
14309 #: builtin/worktree.c:625 builtin/worktree.c:658
14310 msgid "The main working tree cannot be locked or unlocked"
14311 msgstr ""
14313 #: builtin/worktree.c:630
14314 #, c-format
14315 msgid "'%s' is already locked, reason: %s"
14316 msgstr ""
14318 #: builtin/worktree.c:632
14319 #, c-format
14320 msgid "'%s' is already locked"
14321 msgstr ""
14323 #: builtin/worktree.c:660
14324 #, c-format
14325 msgid "'%s' is not locked"
14326 msgstr ""
14328 #: builtin/worktree.c:685
14329 msgid "working trees containing submodules cannot be moved or removed"
14330 msgstr ""
14332 #: builtin/worktree.c:712 builtin/worktree.c:852
14333 #, c-format
14334 msgid "'%s' is a main working tree"
14335 msgstr ""
14337 #: builtin/worktree.c:717
14338 #, c-format
14339 msgid "could not figure out destination name from '%s'"
14340 msgstr ""
14342 #: builtin/worktree.c:723
14343 #, c-format
14344 msgid "target '%s' already exists"
14345 msgstr ""
14347 #: builtin/worktree.c:730
14348 #, c-format
14349 msgid "cannot move a locked working tree, lock reason: %s"
14350 msgstr ""
14352 #: builtin/worktree.c:732
14353 msgid "cannot move a locked working tree"
14354 msgstr ""
14356 #: builtin/worktree.c:735
14357 #, c-format
14358 msgid "validation failed, cannot move working tree: %s"
14359 msgstr ""
14361 #: builtin/worktree.c:740
14362 #, c-format
14363 msgid "failed to move '%s' to '%s'"
14364 msgstr ""
14366 #: builtin/worktree.c:788
14367 #, c-format
14368 msgid "failed to run 'git status' on '%s'"
14369 msgstr ""
14371 #: builtin/worktree.c:792
14372 #, c-format
14373 msgid "'%s' is dirty, use --force to delete it"
14374 msgstr ""
14376 #: builtin/worktree.c:797
14377 #, c-format
14378 msgid "failed to run 'git status' on '%s', code %d"
14379 msgstr ""
14381 #: builtin/worktree.c:808 builtin/worktree.c:822
14382 #, c-format
14383 msgid "failed to delete '%s'"
14384 msgstr ""
14386 #: builtin/worktree.c:834
14387 msgid "force removing even if the worktree is dirty"
14388 msgstr ""
14390 #: builtin/worktree.c:856
14391 #, c-format
14392 msgid "cannot remove a locked working tree, lock reason: %s"
14393 msgstr ""
14395 #: builtin/worktree.c:858
14396 msgid "cannot remove a locked working tree"
14397 msgstr ""
14399 #: builtin/worktree.c:861
14400 #, c-format
14401 msgid "validation failed, cannot remove working tree: %s"
14402 msgstr ""
14404 #: builtin/write-tree.c:14
14405 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
14406 msgstr ""
14408 #: builtin/write-tree.c:27
14409 msgid "<prefix>/"
14410 msgstr ""
14412 #: builtin/write-tree.c:28
14413 msgid "write tree object for a subdirectory <prefix>"
14414 msgstr ""
14416 #: builtin/write-tree.c:31
14417 msgid "only useful for debugging"
14418 msgstr ""
14420 #: credential-cache--daemon.c:222
14421 #, c-format
14422 msgid ""
14423 "The permissions on your socket directory are too loose; other\n"
14424 "users may be able to read your cached credentials. Consider running:\n"
14425 "\n"
14426 "\tchmod 0700 %s"
14427 msgstr ""
14429 #: credential-cache--daemon.c:271
14430 msgid "print debugging messages to stderr"
14431 msgstr ""
14433 #: git.c:27
14434 msgid ""
14435 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
14436 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
14437 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
14438 "bare]\n"
14439 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
14440 "           <command> [<args>]"
14441 msgstr ""
14443 #: git.c:34
14444 msgid ""
14445 "'git help -a' and 'git help -g' list available subcommands and some\n"
14446 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
14447 "to read about a specific subcommand or concept."
14448 msgstr ""
14450 #: git.c:173
14451 #, c-format
14452 msgid "no directory given for --git-dir\n"
14453 msgstr ""
14455 #: git.c:187
14456 #, c-format
14457 msgid "no namespace given for --namespace\n"
14458 msgstr ""
14460 #: git.c:201
14461 #, c-format
14462 msgid "no directory given for --work-tree\n"
14463 msgstr ""
14465 #: git.c:215
14466 #, c-format
14467 msgid "no prefix given for --super-prefix\n"
14468 msgstr ""
14470 #: git.c:237
14471 #, c-format
14472 msgid "-c expects a configuration string\n"
14473 msgstr ""
14475 #: git.c:275
14476 #, c-format
14477 msgid "no directory given for -C\n"
14478 msgstr ""
14480 #: git.c:300
14481 #, c-format
14482 msgid "unknown option: %s\n"
14483 msgstr ""
14485 #: git.c:765
14486 #, c-format
14487 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
14488 msgstr ""
14490 #: git.c:777
14491 #, c-format
14492 msgid "failed to run command '%s': %s\n"
14493 msgstr ""
14495 #: http.c:348
14496 #, c-format
14497 msgid "negative value for http.postbuffer; defaulting to %d"
14498 msgstr ""
14500 #: http.c:369
14501 msgid "Delegation control is not supported with cURL < 7.22.0"
14502 msgstr ""
14504 #: http.c:378
14505 msgid "Public key pinning not supported with cURL < 7.44.0"
14506 msgstr ""
14508 #: http.c:1854
14509 #, c-format
14510 msgid ""
14511 "unable to update url base from redirection:\n"
14512 "  asked for: %s\n"
14513 "   redirect: %s"
14514 msgstr ""
14516 #: remote-curl.c:401
14517 #, c-format
14518 msgid "redirecting to %s"
14519 msgstr ""
14521 #: list-objects-filter-options.h:59
14522 msgid "args"
14523 msgstr ""
14525 #: list-objects-filter-options.h:60
14526 msgid "object filtering"
14527 msgstr ""
14529 #: parse-options.h:157
14530 msgid "expiry-date"
14531 msgstr ""
14533 #: parse-options.h:172
14534 msgid "no-op (backward compatibility)"
14535 msgstr ""
14537 #: parse-options.h:251
14538 msgid "be more verbose"
14539 msgstr ""
14541 #: parse-options.h:253
14542 msgid "be more quiet"
14543 msgstr ""
14545 #: parse-options.h:259
14546 msgid "use <n> digits to display SHA-1s"
14547 msgstr ""
14549 #: command-list.h:50
14550 msgid "Add file contents to the index"
14551 msgstr ""
14553 #: command-list.h:51
14554 msgid "Apply a series of patches from a mailbox"
14555 msgstr ""
14557 #: command-list.h:52
14558 msgid "Annotate file lines with commit information"
14559 msgstr ""
14561 #: command-list.h:53
14562 msgid "Apply a patch to files and/or to the index"
14563 msgstr ""
14565 #: command-list.h:54
14566 msgid "Import an Arch repository into Git"
14567 msgstr ""
14569 #: command-list.h:55
14570 msgid "Create an archive of files from a named tree"
14571 msgstr ""
14573 #: command-list.h:56
14574 msgid "Use binary search to find the commit that introduced a bug"
14575 msgstr ""
14577 #: command-list.h:57
14578 msgid "Show what revision and author last modified each line of a file"
14579 msgstr ""
14581 #: command-list.h:58
14582 msgid "List, create, or delete branches"
14583 msgstr ""
14585 #: command-list.h:59
14586 msgid "Move objects and refs by archive"
14587 msgstr ""
14589 #: command-list.h:60
14590 msgid "Provide content or type and size information for repository objects"
14591 msgstr ""
14593 #: command-list.h:61
14594 msgid "Display gitattributes information"
14595 msgstr ""
14597 #: command-list.h:62
14598 msgid "Debug gitignore / exclude files"
14599 msgstr ""
14601 #: command-list.h:63
14602 msgid "Show canonical names and email addresses of contacts"
14603 msgstr ""
14605 #: command-list.h:64
14606 msgid "Switch branches or restore working tree files"
14607 msgstr ""
14609 #: command-list.h:65
14610 msgid "Copy files from the index to the working tree"
14611 msgstr ""
14613 #: command-list.h:66
14614 msgid "Ensures that a reference name is well formed"
14615 msgstr ""
14617 #: command-list.h:67
14618 msgid "Find commits yet to be applied to upstream"
14619 msgstr ""
14621 #: command-list.h:68
14622 msgid "Apply the changes introduced by some existing commits"
14623 msgstr ""
14625 #: command-list.h:69
14626 msgid "Graphical alternative to git-commit"
14627 msgstr ""
14629 #: command-list.h:70
14630 msgid "Remove untracked files from the working tree"
14631 msgstr ""
14633 #: command-list.h:71
14634 msgid "Clone a repository into a new directory"
14635 msgstr ""
14637 #: command-list.h:72
14638 msgid "Display data in columns"
14639 msgstr ""
14641 #: command-list.h:73
14642 msgid "Record changes to the repository"
14643 msgstr ""
14645 #: command-list.h:74
14646 msgid "Write and verify Git commit graph files"
14647 msgstr ""
14649 #: command-list.h:75
14650 msgid "Create a new commit object"
14651 msgstr ""
14653 #: command-list.h:76
14654 msgid "Get and set repository or global options"
14655 msgstr ""
14657 #: command-list.h:77
14658 msgid "Count unpacked number of objects and their disk consumption"
14659 msgstr ""
14661 #: command-list.h:78
14662 msgid "Retrieve and store user credentials"
14663 msgstr ""
14665 #: command-list.h:79
14666 msgid "Helper to temporarily store passwords in memory"
14667 msgstr ""
14669 #: command-list.h:80
14670 msgid "Helper to store credentials on disk"
14671 msgstr ""
14673 #: command-list.h:81
14674 msgid "Export a single commit to a CVS checkout"
14675 msgstr ""
14677 #: command-list.h:82
14678 msgid "Salvage your data out of another SCM people love to hate"
14679 msgstr ""
14681 #: command-list.h:83
14682 msgid "A CVS server emulator for Git"
14683 msgstr ""
14685 #: command-list.h:84
14686 msgid "A really simple server for Git repositories"
14687 msgstr ""
14689 #: command-list.h:85
14690 msgid "Give an object a human readable name based on an available ref"
14691 msgstr ""
14693 #: command-list.h:86
14694 msgid "Show changes between commits, commit and working tree, etc"
14695 msgstr ""
14697 #: command-list.h:87
14698 msgid "Compares files in the working tree and the index"
14699 msgstr ""
14701 #: command-list.h:88
14702 msgid "Compare a tree to the working tree or index"
14703 msgstr ""
14705 #: command-list.h:89
14706 msgid "Compares the content and mode of blobs found via two tree objects"
14707 msgstr ""
14709 #: command-list.h:90
14710 msgid "Show changes using common diff tools"
14711 msgstr ""
14713 #: command-list.h:91
14714 msgid "Git data exporter"
14715 msgstr ""
14717 #: command-list.h:92
14718 msgid "Backend for fast Git data importers"
14719 msgstr ""
14721 #: command-list.h:93
14722 msgid "Download objects and refs from another repository"
14723 msgstr ""
14725 #: command-list.h:94
14726 msgid "Receive missing objects from another repository"
14727 msgstr ""
14729 #: command-list.h:95
14730 msgid "Rewrite branches"
14731 msgstr ""
14733 #: command-list.h:96
14734 msgid "Produce a merge commit message"
14735 msgstr ""
14737 #: command-list.h:97
14738 msgid "Output information on each ref"
14739 msgstr ""
14741 #: command-list.h:98
14742 msgid "Prepare patches for e-mail submission"
14743 msgstr ""
14745 #: command-list.h:99
14746 msgid "Verifies the connectivity and validity of the objects in the database"
14747 msgstr ""
14749 #: command-list.h:100
14750 msgid "Cleanup unnecessary files and optimize the local repository"
14751 msgstr ""
14753 #: command-list.h:101
14754 msgid "Extract commit ID from an archive created using git-archive"
14755 msgstr ""
14757 #: command-list.h:102
14758 msgid "Print lines matching a pattern"
14759 msgstr ""
14761 #: command-list.h:103
14762 msgid "A portable graphical interface to Git"
14763 msgstr ""
14765 #: command-list.h:104
14766 msgid "Compute object ID and optionally creates a blob from a file"
14767 msgstr ""
14769 #: command-list.h:105
14770 msgid "Display help information about Git"
14771 msgstr ""
14773 #: command-list.h:106
14774 msgid "Server side implementation of Git over HTTP"
14775 msgstr ""
14777 #: command-list.h:107
14778 msgid "Download from a remote Git repository via HTTP"
14779 msgstr ""
14781 #: command-list.h:108
14782 msgid "Push objects over HTTP/DAV to another repository"
14783 msgstr ""
14785 #: command-list.h:109
14786 msgid "Send a collection of patches from stdin to an IMAP folder"
14787 msgstr ""
14789 #: command-list.h:110
14790 msgid "Build pack index file for an existing packed archive"
14791 msgstr ""
14793 #: command-list.h:111
14794 msgid "Create an empty Git repository or reinitialize an existing one"
14795 msgstr ""
14797 #: command-list.h:112
14798 msgid "Instantly browse your working repository in gitweb"
14799 msgstr ""
14801 #: command-list.h:113
14802 msgid "add or parse structured information in commit messages"
14803 msgstr ""
14805 #: command-list.h:114
14806 msgid "The Git repository browser"
14807 msgstr ""
14809 #: command-list.h:115
14810 msgid "Show commit logs"
14811 msgstr ""
14813 #: command-list.h:116
14814 msgid "Show information about files in the index and the working tree"
14815 msgstr ""
14817 #: command-list.h:117
14818 msgid "List references in a remote repository"
14819 msgstr ""
14821 #: command-list.h:118
14822 msgid "List the contents of a tree object"
14823 msgstr ""
14825 #: command-list.h:119
14826 msgid "Extracts patch and authorship from a single e-mail message"
14827 msgstr ""
14829 #: command-list.h:120
14830 msgid "Simple UNIX mbox splitter program"
14831 msgstr ""
14833 #: command-list.h:121
14834 msgid "Join two or more development histories together"
14835 msgstr ""
14837 #: command-list.h:122
14838 msgid "Find as good common ancestors as possible for a merge"
14839 msgstr ""
14841 #: command-list.h:123
14842 msgid "Run a three-way file merge"
14843 msgstr ""
14845 #: command-list.h:124
14846 msgid "Run a merge for files needing merging"
14847 msgstr ""
14849 #: command-list.h:125
14850 msgid "The standard helper program to use with git-merge-index"
14851 msgstr ""
14853 #: command-list.h:126
14854 msgid "Run merge conflict resolution tools to resolve merge conflicts"
14855 msgstr ""
14857 #: command-list.h:127
14858 msgid "Show three-way merge without touching index"
14859 msgstr ""
14861 #: command-list.h:128
14862 msgid "Creates a tag object"
14863 msgstr ""
14865 #: command-list.h:129
14866 msgid "Build a tree-object from ls-tree formatted text"
14867 msgstr ""
14869 #: command-list.h:130
14870 msgid "Move or rename a file, a directory, or a symlink"
14871 msgstr ""
14873 #: command-list.h:131
14874 msgid "Find symbolic names for given revs"
14875 msgstr ""
14877 #: command-list.h:132
14878 msgid "Add or inspect object notes"
14879 msgstr ""
14881 #: command-list.h:133
14882 msgid "Import from and submit to Perforce repositories"
14883 msgstr ""
14885 #: command-list.h:134
14886 msgid "Create a packed archive of objects"
14887 msgstr ""
14889 #: command-list.h:135
14890 msgid "Find redundant pack files"
14891 msgstr ""
14893 #: command-list.h:136
14894 msgid "Pack heads and tags for efficient repository access"
14895 msgstr ""
14897 #: command-list.h:137
14898 msgid "Routines to help parsing remote repository access parameters"
14899 msgstr ""
14901 #: command-list.h:138
14902 msgid "Compute unique ID for a patch"
14903 msgstr ""
14905 #: command-list.h:139
14906 msgid "Prune all unreachable objects from the object database"
14907 msgstr ""
14909 #: command-list.h:140
14910 msgid "Remove extra objects that are already in pack files"
14911 msgstr ""
14913 #: command-list.h:141
14914 msgid "Fetch from and integrate with another repository or a local branch"
14915 msgstr ""
14917 #: command-list.h:142
14918 msgid "Update remote refs along with associated objects"
14919 msgstr ""
14921 #: command-list.h:143
14922 msgid "Applies a quilt patchset onto the current branch"
14923 msgstr ""
14925 #: command-list.h:144
14926 msgid "Reads tree information into the index"
14927 msgstr ""
14929 #: command-list.h:145
14930 msgid "Reapply commits on top of another base tip"
14931 msgstr ""
14933 #: command-list.h:146
14934 msgid "Receive what is pushed into the repository"
14935 msgstr ""
14937 #: command-list.h:147
14938 msgid "Manage reflog information"
14939 msgstr ""
14941 #: command-list.h:148
14942 msgid "Manage set of tracked repositories"
14943 msgstr ""
14945 #: command-list.h:149
14946 msgid "Pack unpacked objects in a repository"
14947 msgstr ""
14949 #: command-list.h:150
14950 msgid "Create, list, delete refs to replace objects"
14951 msgstr ""
14953 #: command-list.h:151
14954 msgid "Generates a summary of pending changes"
14955 msgstr ""
14957 #: command-list.h:152
14958 msgid "Reuse recorded resolution of conflicted merges"
14959 msgstr ""
14961 #: command-list.h:153
14962 msgid "Reset current HEAD to the specified state"
14963 msgstr ""
14965 #: command-list.h:154
14966 msgid "Revert some existing commits"
14967 msgstr ""
14969 #: command-list.h:155
14970 msgid "Lists commit objects in reverse chronological order"
14971 msgstr ""
14973 #: command-list.h:156
14974 msgid "Pick out and massage parameters"
14975 msgstr ""
14977 #: command-list.h:157
14978 msgid "Remove files from the working tree and from the index"
14979 msgstr ""
14981 #: command-list.h:158
14982 msgid "Send a collection of patches as emails"
14983 msgstr ""
14985 #: command-list.h:159
14986 msgid "Push objects over Git protocol to another repository"
14987 msgstr ""
14989 #: command-list.h:160
14990 msgid "Restricted login shell for Git-only SSH access"
14991 msgstr ""
14993 #: command-list.h:161
14994 msgid "Summarize 'git log' output"
14995 msgstr ""
14997 #: command-list.h:162
14998 msgid "Show various types of objects"
14999 msgstr ""
15001 #: command-list.h:163
15002 msgid "Show branches and their commits"
15003 msgstr ""
15005 #: command-list.h:164
15006 msgid "Show packed archive index"
15007 msgstr ""
15009 #: command-list.h:165
15010 msgid "List references in a local repository"
15011 msgstr ""
15013 #: command-list.h:166
15014 msgid "Git's i18n setup code for shell scripts"
15015 msgstr ""
15017 #: command-list.h:167
15018 msgid "Common Git shell script setup code"
15019 msgstr ""
15021 #: command-list.h:168
15022 msgid "Stash the changes in a dirty working directory away"
15023 msgstr ""
15025 #: command-list.h:169
15026 msgid "Add file contents to the staging area"
15027 msgstr ""
15029 #: command-list.h:170
15030 msgid "Show the working tree status"
15031 msgstr ""
15033 #: command-list.h:171
15034 msgid "Remove unnecessary whitespace"
15035 msgstr ""
15037 #: command-list.h:172
15038 msgid "Initialize, update or inspect submodules"
15039 msgstr ""
15041 #: command-list.h:173
15042 msgid "Bidirectional operation between a Subversion repository and Git"
15043 msgstr ""
15045 #: command-list.h:174
15046 msgid "Read, modify and delete symbolic refs"
15047 msgstr ""
15049 #: command-list.h:175
15050 msgid "Create, list, delete or verify a tag object signed with GPG"
15051 msgstr ""
15053 #: command-list.h:176
15054 msgid "Creates a temporary file with a blob's contents"
15055 msgstr ""
15057 #: command-list.h:177
15058 msgid "Unpack objects from a packed archive"
15059 msgstr ""
15061 #: command-list.h:178
15062 msgid "Register file contents in the working tree to the index"
15063 msgstr ""
15065 #: command-list.h:179
15066 msgid "Update the object name stored in a ref safely"
15067 msgstr ""
15069 #: command-list.h:180
15070 msgid "Update auxiliary info file to help dumb servers"
15071 msgstr ""
15073 #: command-list.h:181
15074 msgid "Send archive back to git-archive"
15075 msgstr ""
15077 #: command-list.h:182
15078 msgid "Send objects packed back to git-fetch-pack"
15079 msgstr ""
15081 #: command-list.h:183
15082 msgid "Show a Git logical variable"
15083 msgstr ""
15085 #: command-list.h:184
15086 msgid "Check the GPG signature of commits"
15087 msgstr ""
15089 #: command-list.h:185
15090 msgid "Validate packed Git archive files"
15091 msgstr ""
15093 #: command-list.h:186
15094 msgid "Check the GPG signature of tags"
15095 msgstr ""
15097 #: command-list.h:187
15098 msgid "Git web interface (web frontend to Git repositories)"
15099 msgstr ""
15101 #: command-list.h:188
15102 msgid "Show logs with difference each commit introduces"
15103 msgstr ""
15105 #: command-list.h:189
15106 msgid "Manage multiple working trees"
15107 msgstr ""
15109 #: command-list.h:190
15110 msgid "Create a tree object from the current index"
15111 msgstr ""
15113 #: command-list.h:191
15114 msgid "Defining attributes per path"
15115 msgstr ""
15117 #: command-list.h:192
15118 msgid "Git command-line interface and conventions"
15119 msgstr ""
15121 #: command-list.h:193
15122 msgid "A Git core tutorial for developers"
15123 msgstr ""
15125 #: command-list.h:194
15126 msgid "Git for CVS users"
15127 msgstr ""
15129 #: command-list.h:195
15130 msgid "Tweaking diff output"
15131 msgstr ""
15133 #: command-list.h:196
15134 msgid "A useful minimum set of commands for Everyday Git"
15135 msgstr ""
15137 #: command-list.h:197
15138 msgid "A Git Glossary"
15139 msgstr ""
15141 #: command-list.h:198
15142 msgid "Hooks used by Git"
15143 msgstr ""
15145 #: command-list.h:199
15146 msgid "Specifies intentionally untracked files to ignore"
15147 msgstr ""
15149 #: command-list.h:200
15150 msgid "Defining submodule properties"
15151 msgstr ""
15153 #: command-list.h:201
15154 msgid "Git namespaces"
15155 msgstr ""
15157 #: command-list.h:202
15158 msgid "Git Repository Layout"
15159 msgstr ""
15161 #: command-list.h:203
15162 msgid "Specifying revisions and ranges for Git"
15163 msgstr ""
15165 #: command-list.h:204
15166 msgid "A tutorial introduction to Git: part two"
15167 msgstr ""
15169 #: command-list.h:205
15170 msgid "A tutorial introduction to Git"
15171 msgstr ""
15173 #: command-list.h:206
15174 msgid "An overview of recommended workflows with Git"
15175 msgstr ""
15177 #: rerere.h:40
15178 msgid "update the index with reused conflict resolution if possible"
15179 msgstr ""
15181 #: git-bisect.sh:54
15182 msgid "You need to start by \"git bisect start\""
15183 msgstr ""
15185 #. TRANSLATORS: Make sure to include [Y] and [n] in your
15186 #. translation. The program will only accept English input
15187 #. at this point.
15188 #: git-bisect.sh:60
15189 msgid "Do you want me to do it for you [Y/n]? "
15190 msgstr ""
15192 #: git-bisect.sh:121
15193 #, sh-format
15194 msgid "unrecognised option: '$arg'"
15195 msgstr ""
15197 #: git-bisect.sh:125
15198 #, sh-format
15199 msgid "'$arg' does not appear to be a valid revision"
15200 msgstr ""
15202 #: git-bisect.sh:154
15203 msgid "Bad HEAD - I need a HEAD"
15204 msgstr ""
15206 #: git-bisect.sh:167
15207 #, sh-format
15208 msgid ""
15209 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
15210 msgstr ""
15212 #: git-bisect.sh:177
15213 msgid "won't bisect on cg-seek'ed tree"
15214 msgstr ""
15216 #: git-bisect.sh:181
15217 msgid "Bad HEAD - strange symbolic ref"
15218 msgstr ""
15220 #: git-bisect.sh:233
15221 #, sh-format
15222 msgid "Bad bisect_write argument: $state"
15223 msgstr ""
15225 #: git-bisect.sh:246
15226 #, sh-format
15227 msgid "Bad rev input: $arg"
15228 msgstr ""
15230 #: git-bisect.sh:265
15231 #, sh-format
15232 msgid "Bad rev input: $bisected_head"
15233 msgstr ""
15235 #: git-bisect.sh:274
15236 #, sh-format
15237 msgid "Bad rev input: $rev"
15238 msgstr ""
15240 #: git-bisect.sh:283
15241 #, sh-format
15242 msgid "'git bisect $TERM_BAD' can take only one argument."
15243 msgstr ""
15245 #: git-bisect.sh:306
15246 #, sh-format
15247 msgid "Warning: bisecting only with a $TERM_BAD commit."
15248 msgstr ""
15250 #. TRANSLATORS: Make sure to include [Y] and [n] in your
15251 #. translation. The program will only accept English input
15252 #. at this point.
15253 #: git-bisect.sh:312
15254 msgid "Are you sure [Y/n]? "
15255 msgstr ""
15257 #: git-bisect.sh:324
15258 #, sh-format
15259 msgid ""
15260 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
15261 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
15262 msgstr ""
15264 #: git-bisect.sh:327
15265 #, sh-format
15266 msgid ""
15267 "You need to start by \"git bisect start\".\n"
15268 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
15269 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
15270 msgstr ""
15272 #: git-bisect.sh:398 git-bisect.sh:512
15273 msgid "We are not bisecting."
15274 msgstr ""
15276 #: git-bisect.sh:405
15277 #, sh-format
15278 msgid "'$invalid' is not a valid commit"
15279 msgstr ""
15281 #: git-bisect.sh:414
15282 #, sh-format
15283 msgid ""
15284 "Could not check out original HEAD '$branch'.\n"
15285 "Try 'git bisect reset <commit>'."
15286 msgstr ""
15288 #: git-bisect.sh:422
15289 msgid "No logfile given"
15290 msgstr ""
15292 #: git-bisect.sh:423
15293 #, sh-format
15294 msgid "cannot read $file for replaying"
15295 msgstr ""
15297 #: git-bisect.sh:444
15298 msgid "?? what are you talking about?"
15299 msgstr ""
15301 #: git-bisect.sh:453
15302 msgid "bisect run failed: no command provided."
15303 msgstr ""
15305 #: git-bisect.sh:458
15306 #, sh-format
15307 msgid "running $command"
15308 msgstr ""
15310 #: git-bisect.sh:465
15311 #, sh-format
15312 msgid ""
15313 "bisect run failed:\n"
15314 "exit code $res from '$command' is < 0 or >= 128"
15315 msgstr ""
15317 #: git-bisect.sh:491
15318 msgid "bisect run cannot continue any more"
15319 msgstr ""
15321 #: git-bisect.sh:497
15322 #, sh-format
15323 msgid ""
15324 "bisect run failed:\n"
15325 "'bisect_state $state' exited with error code $res"
15326 msgstr ""
15328 #: git-bisect.sh:504
15329 msgid "bisect run success"
15330 msgstr ""
15332 #: git-bisect.sh:533
15333 #, sh-format
15334 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
15335 msgstr ""
15337 #: git-bisect.sh:567
15338 msgid "no terms defined"
15339 msgstr ""
15341 #: git-bisect.sh:584
15342 #, sh-format
15343 msgid ""
15344 "invalid argument $arg for 'git bisect terms'.\n"
15345 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
15346 msgstr ""
15348 #: git-merge-octopus.sh:46
15349 msgid ""
15350 "Error: Your local changes to the following files would be overwritten by "
15351 "merge"
15352 msgstr ""
15354 #: git-merge-octopus.sh:61
15355 msgid "Automated merge did not work."
15356 msgstr ""
15358 #: git-merge-octopus.sh:62
15359 msgid "Should not be doing an octopus."
15360 msgstr ""
15362 #: git-merge-octopus.sh:73
15363 #, sh-format
15364 msgid "Unable to find common commit with $pretty_name"
15365 msgstr ""
15367 #: git-merge-octopus.sh:77
15368 #, sh-format
15369 msgid "Already up to date with $pretty_name"
15370 msgstr ""
15372 #: git-merge-octopus.sh:89
15373 #, sh-format
15374 msgid "Fast-forwarding to: $pretty_name"
15375 msgstr ""
15377 #: git-merge-octopus.sh:97
15378 #, sh-format
15379 msgid "Trying simple merge with $pretty_name"
15380 msgstr ""
15382 #: git-merge-octopus.sh:102
15383 msgid "Simple merge did not work, trying automatic merge."
15384 msgstr ""
15386 #: git-rebase.sh:61
15387 msgid ""
15388 "Resolve all conflicts manually, mark them as resolved with\n"
15389 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15390 "You can instead skip this commit: run \"git rebase --skip\".\n"
15391 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
15392 "abort\"."
15393 msgstr ""
15395 #: git-rebase.sh:173 git-rebase.sh:442
15396 #, sh-format
15397 msgid "Could not move back to $head_name"
15398 msgstr ""
15400 #: git-rebase.sh:184
15401 msgid "Applied autostash."
15402 msgstr ""
15404 #: git-rebase.sh:187
15405 #, sh-format
15406 msgid "Cannot store $stash_sha1"
15407 msgstr ""
15409 #: git-rebase.sh:229
15410 msgid "The pre-rebase hook refused to rebase."
15411 msgstr ""
15413 #: git-rebase.sh:234
15414 msgid "It looks like 'git am' is in progress. Cannot rebase."
15415 msgstr ""
15417 #: git-rebase.sh:403
15418 msgid "No rebase in progress?"
15419 msgstr ""
15421 #: git-rebase.sh:414
15422 msgid "The --edit-todo action can only be used during interactive rebase."
15423 msgstr ""
15425 #: git-rebase.sh:421
15426 msgid "Cannot read HEAD"
15427 msgstr ""
15429 #: git-rebase.sh:424
15430 msgid ""
15431 "You must edit all merge conflicts and then\n"
15432 "mark them as resolved using git add"
15433 msgstr ""
15435 #: git-rebase.sh:468
15436 #, sh-format
15437 msgid ""
15438 "It seems that there is already a $state_dir_base directory, and\n"
15439 "I wonder if you are in the middle of another rebase.  If that is the\n"
15440 "case, please try\n"
15441 "\t$cmd_live_rebase\n"
15442 "If that is not the case, please\n"
15443 "\t$cmd_clear_stale_rebase\n"
15444 "and run me again.  I am stopping in case you still have something\n"
15445 "valuable there."
15446 msgstr ""
15448 #: git-rebase.sh:509
15449 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
15450 msgstr ""
15452 #: git-rebase.sh:537
15453 #, sh-format
15454 msgid "invalid upstream '$upstream_name'"
15455 msgstr ""
15457 #: git-rebase.sh:561
15458 #, sh-format
15459 msgid "$onto_name: there are more than one merge bases"
15460 msgstr ""
15462 #: git-rebase.sh:564 git-rebase.sh:568
15463 #, sh-format
15464 msgid "$onto_name: there is no merge base"
15465 msgstr ""
15467 #: git-rebase.sh:573
15468 #, sh-format
15469 msgid "Does not point to a valid commit: $onto_name"
15470 msgstr ""
15472 #: git-rebase.sh:599
15473 #, sh-format
15474 msgid "fatal: no such branch/commit '$branch_name'"
15475 msgstr ""
15477 #: git-rebase.sh:632
15478 msgid "Cannot autostash"
15479 msgstr ""
15481 #: git-rebase.sh:637
15482 #, sh-format
15483 msgid "Created autostash: $stash_abbrev"
15484 msgstr ""
15486 #: git-rebase.sh:641
15487 msgid "Please commit or stash them."
15488 msgstr ""
15490 #: git-rebase.sh:664
15491 #, sh-format
15492 msgid "HEAD is up to date."
15493 msgstr ""
15495 #: git-rebase.sh:666
15496 #, sh-format
15497 msgid "Current branch $branch_name is up to date."
15498 msgstr ""
15500 #: git-rebase.sh:674
15501 #, sh-format
15502 msgid "HEAD is up to date, rebase forced."
15503 msgstr ""
15505 #: git-rebase.sh:676
15506 #, sh-format
15507 msgid "Current branch $branch_name is up to date, rebase forced."
15508 msgstr ""
15510 #: git-rebase.sh:688
15511 #, sh-format
15512 msgid "Changes from $mb to $onto:"
15513 msgstr ""
15515 #: git-rebase.sh:697
15516 msgid "First, rewinding head to replay your work on top of it..."
15517 msgstr ""
15519 #: git-rebase.sh:707
15520 #, sh-format
15521 msgid "Fast-forwarded $branch_name to $onto_name."
15522 msgstr ""
15524 #: git-stash.sh:61
15525 msgid "git stash clear with parameters is unimplemented"
15526 msgstr ""
15528 #: git-stash.sh:108
15529 msgid "You do not have the initial commit yet"
15530 msgstr ""
15532 #: git-stash.sh:123
15533 msgid "Cannot save the current index state"
15534 msgstr ""
15536 #: git-stash.sh:138
15537 msgid "Cannot save the untracked files"
15538 msgstr ""
15540 #: git-stash.sh:158 git-stash.sh:171
15541 msgid "Cannot save the current worktree state"
15542 msgstr ""
15544 #: git-stash.sh:175
15545 msgid "No changes selected"
15546 msgstr ""
15548 #: git-stash.sh:178
15549 msgid "Cannot remove temporary index (can't happen)"
15550 msgstr ""
15552 #: git-stash.sh:191
15553 msgid "Cannot record working tree state"
15554 msgstr ""
15556 #: git-stash.sh:229
15557 #, sh-format
15558 msgid "Cannot update $ref_stash with $w_commit"
15559 msgstr ""
15561 #: git-stash.sh:281
15562 #, sh-format
15563 msgid "error: unknown option for 'stash push': $option"
15564 msgstr ""
15566 #: git-stash.sh:295
15567 msgid "Can't use --patch and --include-untracked or --all at the same time"
15568 msgstr ""
15570 #: git-stash.sh:303
15571 msgid "No local changes to save"
15572 msgstr ""
15574 #: git-stash.sh:308
15575 msgid "Cannot initialize stash"
15576 msgstr ""
15578 #: git-stash.sh:312
15579 msgid "Cannot save the current status"
15580 msgstr ""
15582 #: git-stash.sh:313
15583 #, sh-format
15584 msgid "Saved working directory and index state $stash_msg"
15585 msgstr ""
15587 #: git-stash.sh:342
15588 msgid "Cannot remove worktree changes"
15589 msgstr ""
15591 #: git-stash.sh:490
15592 #, sh-format
15593 msgid "unknown option: $opt"
15594 msgstr ""
15596 #: git-stash.sh:503
15597 msgid "No stash entries found."
15598 msgstr ""
15600 #: git-stash.sh:510
15601 #, sh-format
15602 msgid "Too many revisions specified: $REV"
15603 msgstr ""
15605 #: git-stash.sh:525
15606 #, sh-format
15607 msgid "$reference is not a valid reference"
15608 msgstr ""
15610 #: git-stash.sh:553
15611 #, sh-format
15612 msgid "'$args' is not a stash-like commit"
15613 msgstr ""
15615 #: git-stash.sh:564
15616 #, sh-format
15617 msgid "'$args' is not a stash reference"
15618 msgstr ""
15620 #: git-stash.sh:572
15621 msgid "unable to refresh index"
15622 msgstr ""
15624 #: git-stash.sh:576
15625 msgid "Cannot apply a stash in the middle of a merge"
15626 msgstr ""
15628 #: git-stash.sh:584
15629 msgid "Conflicts in index. Try without --index."
15630 msgstr ""
15632 #: git-stash.sh:586
15633 msgid "Could not save index tree"
15634 msgstr ""
15636 #: git-stash.sh:595
15637 msgid "Could not restore untracked files from stash entry"
15638 msgstr ""
15640 #: git-stash.sh:620
15641 msgid "Cannot unstage modified files"
15642 msgstr ""
15644 #: git-stash.sh:635
15645 msgid "Index was not unstashed."
15646 msgstr ""
15648 #: git-stash.sh:649
15649 msgid "The stash entry is kept in case you need it again."
15650 msgstr ""
15652 #: git-stash.sh:658
15653 #, sh-format
15654 msgid "Dropped ${REV} ($s)"
15655 msgstr ""
15657 #: git-stash.sh:659
15658 #, sh-format
15659 msgid "${REV}: Could not drop stash entry"
15660 msgstr ""
15662 #: git-stash.sh:667
15663 msgid "No branch name specified"
15664 msgstr ""
15666 #: git-stash.sh:746
15667 msgid "(To restore them type \"git stash apply\")"
15668 msgstr ""
15670 #: git-submodule.sh:188
15671 msgid "Relative path can only be used from the toplevel of the working tree"
15672 msgstr ""
15674 #: git-submodule.sh:198
15675 #, sh-format
15676 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15677 msgstr ""
15679 #: git-submodule.sh:217
15680 #, sh-format
15681 msgid "'$sm_path' already exists in the index"
15682 msgstr ""
15684 #: git-submodule.sh:220
15685 #, sh-format
15686 msgid "'$sm_path' already exists in the index and is not a submodule"
15687 msgstr ""
15689 #: git-submodule.sh:226
15690 #, sh-format
15691 msgid ""
15692 "The following path is ignored by one of your .gitignore files:\n"
15693 "$sm_path\n"
15694 "Use -f if you really want to add it."
15695 msgstr ""
15697 #: git-submodule.sh:249
15698 #, sh-format
15699 msgid "Adding existing repo at '$sm_path' to the index"
15700 msgstr ""
15702 #: git-submodule.sh:251
15703 #, sh-format
15704 msgid "'$sm_path' already exists and is not a valid git repo"
15705 msgstr ""
15707 #: git-submodule.sh:259
15708 #, sh-format
15709 msgid "A git directory for '$sm_name' is found locally with remote(s):"
15710 msgstr ""
15712 #: git-submodule.sh:261
15713 #, sh-format
15714 msgid ""
15715 "If you want to reuse this local git directory instead of cloning again from\n"
15716 "  $realrepo\n"
15717 "use the '--force' option. If the local git directory is not the correct "
15718 "repo\n"
15719 "or you are unsure what this means choose another name with the '--name' "
15720 "option."
15721 msgstr ""
15723 #: git-submodule.sh:267
15724 #, sh-format
15725 msgid "Reactivating local git directory for submodule '$sm_name'."
15726 msgstr ""
15728 #: git-submodule.sh:279
15729 #, sh-format
15730 msgid "Unable to checkout submodule '$sm_path'"
15731 msgstr ""
15733 #: git-submodule.sh:284
15734 #, sh-format
15735 msgid "Failed to add submodule '$sm_path'"
15736 msgstr ""
15738 #: git-submodule.sh:293
15739 #, sh-format
15740 msgid "Failed to register submodule '$sm_path'"
15741 msgstr ""
15743 #: git-submodule.sh:354
15744 #, sh-format
15745 msgid "Entering '$displaypath'"
15746 msgstr ""
15748 #: git-submodule.sh:374
15749 #, sh-format
15750 msgid "Stopping at '$displaypath'; script returned non-zero status."
15751 msgstr ""
15753 #: git-submodule.sh:600
15754 #, sh-format
15755 msgid "Unable to find current revision in submodule path '$displaypath'"
15756 msgstr ""
15758 #: git-submodule.sh:610
15759 #, sh-format
15760 msgid "Unable to fetch in submodule path '$sm_path'"
15761 msgstr ""
15763 #: git-submodule.sh:615
15764 #, sh-format
15765 msgid ""
15766 "Unable to find current ${remote_name}/${branch} revision in submodule path "
15767 "'$sm_path'"
15768 msgstr ""
15770 #: git-submodule.sh:633
15771 #, sh-format
15772 msgid "Unable to fetch in submodule path '$displaypath'"
15773 msgstr ""
15775 #: git-submodule.sh:639
15776 #, sh-format
15777 msgid ""
15778 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
15779 "Direct fetching of that commit failed."
15780 msgstr ""
15782 #: git-submodule.sh:646
15783 #, sh-format
15784 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
15785 msgstr ""
15787 #: git-submodule.sh:647
15788 #, sh-format
15789 msgid "Submodule path '$displaypath': checked out '$sha1'"
15790 msgstr ""
15792 #: git-submodule.sh:651
15793 #, sh-format
15794 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
15795 msgstr ""
15797 #: git-submodule.sh:652
15798 #, sh-format
15799 msgid "Submodule path '$displaypath': rebased into '$sha1'"
15800 msgstr ""
15802 #: git-submodule.sh:657
15803 #, sh-format
15804 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
15805 msgstr ""
15807 #: git-submodule.sh:658
15808 #, sh-format
15809 msgid "Submodule path '$displaypath': merged in '$sha1'"
15810 msgstr ""
15812 #: git-submodule.sh:663
15813 #, sh-format
15814 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
15815 msgstr ""
15817 #: git-submodule.sh:664
15818 #, sh-format
15819 msgid "Submodule path '$displaypath': '$command $sha1'"
15820 msgstr ""
15822 #: git-submodule.sh:695
15823 #, sh-format
15824 msgid "Failed to recurse into submodule path '$displaypath'"
15825 msgstr ""
15827 #: git-submodule.sh:791
15828 msgid "The --cached option cannot be used with the --files option"
15829 msgstr ""
15831 #: git-submodule.sh:843
15832 #, sh-format
15833 msgid "unexpected mode $mod_dst"
15834 msgstr ""
15836 #: git-submodule.sh:863
15837 #, sh-format
15838 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
15839 msgstr ""
15841 #: git-submodule.sh:866
15842 #, sh-format
15843 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
15844 msgstr ""
15846 #: git-submodule.sh:869
15847 #, sh-format
15848 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
15849 msgstr ""
15851 #: git-parse-remote.sh:89
15852 #, sh-format
15853 msgid "See git-${cmd}(1) for details."
15854 msgstr ""
15856 #: git-rebase--interactive.sh:142
15857 #, sh-format
15858 msgid "Rebasing ($new_count/$total)"
15859 msgstr ""
15861 #: git-rebase--interactive.sh:158
15862 msgid ""
15863 "\n"
15864 "Commands:\n"
15865 "p, pick <commit> = use commit\n"
15866 "r, reword <commit> = use commit, but edit the commit message\n"
15867 "e, edit <commit> = use commit, but stop for amending\n"
15868 "s, squash <commit> = use commit, but meld into previous commit\n"
15869 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
15870 "x, exec <command> = run command (the rest of the line) using shell\n"
15871 "d, drop <commit> = remove commit\n"
15872 "l, label <label> = label current HEAD with a name\n"
15873 "t, reset <label> = reset HEAD to a label\n"
15874 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
15875 ".       create a merge commit using the original merge commit's\n"
15876 ".       message (or the oneline, if no original merge commit was\n"
15877 ".       specified). Use -c <commit> to reword the commit message.\n"
15878 "\n"
15879 "These lines can be re-ordered; they are executed from top to bottom.\n"
15880 msgstr ""
15882 #: git-rebase--interactive.sh:179
15883 msgid ""
15884 "\n"
15885 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
15886 msgstr ""
15888 #: git-rebase--interactive.sh:183
15889 msgid ""
15890 "\n"
15891 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
15892 msgstr ""
15894 #: git-rebase--interactive.sh:221
15895 #, sh-format
15896 msgid ""
15897 "You can amend the commit now, with\n"
15898 "\n"
15899 "\tgit commit --amend $gpg_sign_opt_quoted\n"
15900 "\n"
15901 "Once you are satisfied with your changes, run\n"
15902 "\n"
15903 "\tgit rebase --continue"
15904 msgstr ""
15906 #: git-rebase--interactive.sh:246
15907 #, sh-format
15908 msgid "$sha1: not a commit that can be picked"
15909 msgstr ""
15911 #: git-rebase--interactive.sh:285
15912 #, sh-format
15913 msgid "Invalid commit name: $sha1"
15914 msgstr ""
15916 #: git-rebase--interactive.sh:325
15917 msgid "Cannot write current commit's replacement sha1"
15918 msgstr ""
15920 #: git-rebase--interactive.sh:376
15921 #, sh-format
15922 msgid "Fast-forward to $sha1"
15923 msgstr ""
15925 #: git-rebase--interactive.sh:378
15926 #, sh-format
15927 msgid "Cannot fast-forward to $sha1"
15928 msgstr ""
15930 #: git-rebase--interactive.sh:387
15931 #, sh-format
15932 msgid "Cannot move HEAD to $first_parent"
15933 msgstr ""
15935 #: git-rebase--interactive.sh:392
15936 #, sh-format
15937 msgid "Refusing to squash a merge: $sha1"
15938 msgstr ""
15940 #: git-rebase--interactive.sh:410
15941 #, sh-format
15942 msgid "Error redoing merge $sha1"
15943 msgstr ""
15945 #: git-rebase--interactive.sh:419
15946 #, sh-format
15947 msgid "Could not pick $sha1"
15948 msgstr ""
15950 #: git-rebase--interactive.sh:428
15951 #, sh-format
15952 msgid "This is the commit message #${n}:"
15953 msgstr ""
15955 #: git-rebase--interactive.sh:433
15956 #, sh-format
15957 msgid "The commit message #${n} will be skipped:"
15958 msgstr ""
15960 #: git-rebase--interactive.sh:444
15961 #, sh-format
15962 msgid "This is a combination of $count commit."
15963 msgid_plural "This is a combination of $count commits."
15964 msgstr[0] ""
15965 msgstr[1] ""
15967 #: git-rebase--interactive.sh:453
15968 #, sh-format
15969 msgid "Cannot write $fixup_msg"
15970 msgstr ""
15972 #: git-rebase--interactive.sh:456
15973 msgid "This is a combination of 2 commits."
15974 msgstr ""
15976 #: git-rebase--interactive.sh:497 git-rebase--interactive.sh:540
15977 #: git-rebase--interactive.sh:543
15978 #, sh-format
15979 msgid "Could not apply $sha1... $rest"
15980 msgstr ""
15982 #: git-rebase--interactive.sh:572
15983 #, sh-format
15984 msgid ""
15985 "Could not amend commit after successfully picking $sha1... $rest\n"
15986 "This is most likely due to an empty commit message, or the pre-commit hook\n"
15987 "failed. If the pre-commit hook failed, you may need to resolve the issue "
15988 "before\n"
15989 "you are able to reword the commit."
15990 msgstr ""
15992 #: git-rebase--interactive.sh:587
15993 #, sh-format
15994 msgid "Stopped at $sha1_abbrev... $rest"
15995 msgstr ""
15997 #: git-rebase--interactive.sh:602
15998 #, sh-format
15999 msgid "Cannot '$squash_style' without a previous commit"
16000 msgstr ""
16002 #: git-rebase--interactive.sh:644
16003 #, sh-format
16004 msgid "Executing: $rest"
16005 msgstr ""
16007 #: git-rebase--interactive.sh:652
16008 #, sh-format
16009 msgid "Execution failed: $rest"
16010 msgstr ""
16012 #: git-rebase--interactive.sh:654
16013 msgid "and made changes to the index and/or the working tree"
16014 msgstr ""
16016 #: git-rebase--interactive.sh:656
16017 msgid ""
16018 "You can fix the problem, and then run\n"
16019 "\n"
16020 "\tgit rebase --continue"
16021 msgstr ""
16023 #. TRANSLATORS: after these lines is a command to be issued by the user
16024 #: git-rebase--interactive.sh:669
16025 #, sh-format
16026 msgid ""
16027 "Execution succeeded: $rest\n"
16028 "but left changes to the index and/or the working tree\n"
16029 "Commit or stash your changes, and then run\n"
16030 "\n"
16031 "\tgit rebase --continue"
16032 msgstr ""
16034 #: git-rebase--interactive.sh:680
16035 #, sh-format
16036 msgid "Unknown command: $command $sha1 $rest"
16037 msgstr ""
16039 #: git-rebase--interactive.sh:681
16040 msgid "Please fix this using 'git rebase --edit-todo'."
16041 msgstr ""
16043 #: git-rebase--interactive.sh:716
16044 #, sh-format
16045 msgid "Successfully rebased and updated $head_name."
16046 msgstr ""
16048 #: git-rebase--interactive.sh:740
16049 msgid "could not detach HEAD"
16050 msgstr ""
16052 #: git-rebase--interactive.sh:778
16053 msgid "Could not remove CHERRY_PICK_HEAD"
16054 msgstr ""
16056 #: git-rebase--interactive.sh:783
16057 #, sh-format
16058 msgid ""
16059 "You have staged changes in your working tree.\n"
16060 "If these changes are meant to be\n"
16061 "squashed into the previous commit, run:\n"
16062 "\n"
16063 "  git commit --amend $gpg_sign_opt_quoted\n"
16064 "\n"
16065 "If they are meant to go into a new commit, run:\n"
16066 "\n"
16067 "  git commit $gpg_sign_opt_quoted\n"
16068 "\n"
16069 "In both cases, once you're done, continue with:\n"
16070 "\n"
16071 "  git rebase --continue\n"
16072 msgstr ""
16074 #: git-rebase--interactive.sh:800
16075 msgid "Error trying to find the author identity to amend commit"
16076 msgstr ""
16078 #: git-rebase--interactive.sh:805
16079 msgid ""
16080 "You have uncommitted changes in your working tree. Please commit them\n"
16081 "first and then run 'git rebase --continue' again."
16082 msgstr ""
16084 #: git-rebase--interactive.sh:810 git-rebase--interactive.sh:814
16085 msgid "Could not commit staged changes."
16086 msgstr ""
16088 #: git-rebase--interactive.sh:843
16089 msgid ""
16090 "\n"
16091 "You are editing the todo file of an ongoing interactive rebase.\n"
16092 "To continue rebase after editing, run:\n"
16093 "    git rebase --continue\n"
16094 "\n"
16095 msgstr ""
16097 #: git-rebase--interactive.sh:851 git-rebase--interactive.sh:937
16098 msgid "Could not execute editor"
16099 msgstr ""
16101 #: git-rebase--interactive.sh:872
16102 #, sh-format
16103 msgid "Could not checkout $switch_to"
16104 msgstr ""
16106 #: git-rebase--interactive.sh:879
16107 msgid "No HEAD?"
16108 msgstr ""
16110 #: git-rebase--interactive.sh:880
16111 #, sh-format
16112 msgid "Could not create temporary $state_dir"
16113 msgstr ""
16115 #: git-rebase--interactive.sh:883
16116 msgid "Could not mark as interactive"
16117 msgstr ""
16119 #: git-rebase--interactive.sh:915
16120 #, sh-format
16121 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
16122 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
16123 msgstr[0] ""
16124 msgstr[1] ""
16126 #: git-rebase--interactive.sh:920
16127 msgid ""
16128 "\n"
16129 "\tHowever, if you remove everything, the rebase will be aborted.\n"
16130 "\n"
16131 "\t"
16132 msgstr ""
16134 #: git-rebase--interactive.sh:927
16135 msgid "Note that empty commits are commented out"
16136 msgstr ""
16138 #: git-rebase--interactive.sh:980
16139 msgid "Could not generate todo list"
16140 msgstr ""
16142 #: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:1006
16143 msgid "Could not init rewritten commits"
16144 msgstr ""
16146 #: git-sh-setup.sh:89 git-sh-setup.sh:94
16147 #, sh-format
16148 msgid "usage: $dashless $USAGE"
16149 msgstr ""
16151 #: git-sh-setup.sh:190
16152 #, sh-format
16153 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
16154 msgstr ""
16156 #: git-sh-setup.sh:199 git-sh-setup.sh:206
16157 #, sh-format
16158 msgid "fatal: $program_name cannot be used without a working tree."
16159 msgstr ""
16161 #: git-sh-setup.sh:220
16162 msgid "Cannot rebase: You have unstaged changes."
16163 msgstr ""
16165 #: git-sh-setup.sh:223
16166 msgid "Cannot rewrite branches: You have unstaged changes."
16167 msgstr ""
16169 #: git-sh-setup.sh:226
16170 msgid "Cannot pull with rebase: You have unstaged changes."
16171 msgstr ""
16173 #: git-sh-setup.sh:229
16174 #, sh-format
16175 msgid "Cannot $action: You have unstaged changes."
16176 msgstr ""
16178 #: git-sh-setup.sh:242
16179 msgid "Cannot rebase: Your index contains uncommitted changes."
16180 msgstr ""
16182 #: git-sh-setup.sh:245
16183 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
16184 msgstr ""
16186 #: git-sh-setup.sh:248
16187 #, sh-format
16188 msgid "Cannot $action: Your index contains uncommitted changes."
16189 msgstr ""
16191 #: git-sh-setup.sh:252
16192 msgid "Additionally, your index contains uncommitted changes."
16193 msgstr ""
16195 #: git-sh-setup.sh:372
16196 msgid "You need to run this command from the toplevel of the working tree."
16197 msgstr ""
16199 #: git-sh-setup.sh:377
16200 msgid "Unable to determine absolute path of git directory"
16201 msgstr ""
16203 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
16204 #: git-add--interactive.perl:196
16205 #, perl-format
16206 msgid "%12s %12s %s"
16207 msgstr ""
16209 #: git-add--interactive.perl:197
16210 msgid "staged"
16211 msgstr ""
16213 #: git-add--interactive.perl:197
16214 msgid "unstaged"
16215 msgstr ""
16217 #: git-add--interactive.perl:253 git-add--interactive.perl:278
16218 msgid "binary"
16219 msgstr ""
16221 #: git-add--interactive.perl:262 git-add--interactive.perl:316
16222 msgid "nothing"
16223 msgstr ""
16225 #: git-add--interactive.perl:298 git-add--interactive.perl:313
16226 msgid "unchanged"
16227 msgstr ""
16229 #: git-add--interactive.perl:609
16230 #, perl-format
16231 msgid "added %d path\n"
16232 msgid_plural "added %d paths\n"
16233 msgstr[0] ""
16234 msgstr[1] ""
16236 #: git-add--interactive.perl:612
16237 #, perl-format
16238 msgid "updated %d path\n"
16239 msgid_plural "updated %d paths\n"
16240 msgstr[0] ""
16241 msgstr[1] ""
16243 #: git-add--interactive.perl:615
16244 #, perl-format
16245 msgid "reverted %d path\n"
16246 msgid_plural "reverted %d paths\n"
16247 msgstr[0] ""
16248 msgstr[1] ""
16250 #: git-add--interactive.perl:618
16251 #, perl-format
16252 msgid "touched %d path\n"
16253 msgid_plural "touched %d paths\n"
16254 msgstr[0] ""
16255 msgstr[1] ""
16257 #: git-add--interactive.perl:627
16258 msgid "Update"
16259 msgstr ""
16261 #: git-add--interactive.perl:639
16262 msgid "Revert"
16263 msgstr ""
16265 #: git-add--interactive.perl:662
16266 #, perl-format
16267 msgid "note: %s is untracked now.\n"
16268 msgstr ""
16270 #: git-add--interactive.perl:673
16271 msgid "Add untracked"
16272 msgstr ""
16274 #: git-add--interactive.perl:679
16275 msgid "No untracked files.\n"
16276 msgstr ""
16278 #: git-add--interactive.perl:1033
16279 msgid ""
16280 "If the patch applies cleanly, the edited hunk will immediately be\n"
16281 "marked for staging."
16282 msgstr ""
16284 #: git-add--interactive.perl:1036
16285 msgid ""
16286 "If the patch applies cleanly, the edited hunk will immediately be\n"
16287 "marked for stashing."
16288 msgstr ""
16290 #: git-add--interactive.perl:1039
16291 msgid ""
16292 "If the patch applies cleanly, the edited hunk will immediately be\n"
16293 "marked for unstaging."
16294 msgstr ""
16296 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
16297 msgid ""
16298 "If the patch applies cleanly, the edited hunk will immediately be\n"
16299 "marked for applying."
16300 msgstr ""
16302 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
16303 msgid ""
16304 "If the patch applies cleanly, the edited hunk will immediately be\n"
16305 "marked for discarding."
16306 msgstr ""
16308 #: git-add--interactive.perl:1085
16309 #, perl-format
16310 msgid "failed to open hunk edit file for writing: %s"
16311 msgstr ""
16313 #: git-add--interactive.perl:1086
16314 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
16315 msgstr ""
16317 #: git-add--interactive.perl:1092
16318 #, perl-format
16319 msgid ""
16320 "---\n"
16321 "To remove '%s' lines, make them ' ' lines (context).\n"
16322 "To remove '%s' lines, delete them.\n"
16323 "Lines starting with %s will be removed.\n"
16324 msgstr ""
16326 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
16327 #: git-add--interactive.perl:1100
16328 msgid ""
16329 "If it does not apply cleanly, you will be given an opportunity to\n"
16330 "edit again.  If all lines of the hunk are removed, then the edit is\n"
16331 "aborted and the hunk is left unchanged.\n"
16332 msgstr ""
16334 #: git-add--interactive.perl:1114
16335 #, perl-format
16336 msgid "failed to open hunk edit file for reading: %s"
16337 msgstr ""
16339 #. TRANSLATORS: do not translate [y/n]
16340 #. The program will only accept that input
16341 #. at this point.
16342 #. Consider translating (saying "no" discards!) as
16343 #. (saying "n" for "no" discards!) if the translation
16344 #. of the word "no" does not start with n.
16345 #: git-add--interactive.perl:1213
16346 msgid ""
16347 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
16348 msgstr ""
16350 #: git-add--interactive.perl:1222
16351 msgid ""
16352 "y - stage this hunk\n"
16353 "n - do not stage this hunk\n"
16354 "q - quit; do not stage this hunk or any of the remaining ones\n"
16355 "a - stage this hunk and all later hunks in the file\n"
16356 "d - do not stage this hunk or any of the later hunks in the file"
16357 msgstr ""
16359 #: git-add--interactive.perl:1228
16360 msgid ""
16361 "y - stash this hunk\n"
16362 "n - do not stash this hunk\n"
16363 "q - quit; do not stash this hunk or any of the remaining ones\n"
16364 "a - stash this hunk and all later hunks in the file\n"
16365 "d - do not stash this hunk or any of the later hunks in the file"
16366 msgstr ""
16368 #: git-add--interactive.perl:1234
16369 msgid ""
16370 "y - unstage this hunk\n"
16371 "n - do not unstage this hunk\n"
16372 "q - quit; do not unstage this hunk or any of the remaining ones\n"
16373 "a - unstage this hunk and all later hunks in the file\n"
16374 "d - do not unstage this hunk or any of the later hunks in the file"
16375 msgstr ""
16377 #: git-add--interactive.perl:1240
16378 msgid ""
16379 "y - apply this hunk to index\n"
16380 "n - do not apply this hunk to index\n"
16381 "q - quit; do not apply this hunk or any of the remaining ones\n"
16382 "a - apply this hunk and all later hunks in the file\n"
16383 "d - do not apply this hunk or any of the later hunks in the file"
16384 msgstr ""
16386 #: git-add--interactive.perl:1246
16387 msgid ""
16388 "y - discard this hunk from worktree\n"
16389 "n - do not discard this hunk from worktree\n"
16390 "q - quit; do not discard this hunk or any of the remaining ones\n"
16391 "a - discard this hunk and all later hunks in the file\n"
16392 "d - do not discard this hunk or any of the later hunks in the file"
16393 msgstr ""
16395 #: git-add--interactive.perl:1252
16396 msgid ""
16397 "y - discard this hunk from index and worktree\n"
16398 "n - do not discard this hunk from index and worktree\n"
16399 "q - quit; do not discard this hunk or any of the remaining ones\n"
16400 "a - discard this hunk and all later hunks in the file\n"
16401 "d - do not discard this hunk or any of the later hunks in the file"
16402 msgstr ""
16404 #: git-add--interactive.perl:1258
16405 msgid ""
16406 "y - apply this hunk to index and worktree\n"
16407 "n - do not apply this hunk to index and worktree\n"
16408 "q - quit; do not apply this hunk or any of the remaining ones\n"
16409 "a - apply this hunk and all later hunks in the file\n"
16410 "d - do not apply this hunk or any of the later hunks in the file"
16411 msgstr ""
16413 #: git-add--interactive.perl:1273
16414 msgid ""
16415 "g - select a hunk to go to\n"
16416 "/ - search for a hunk matching the given regex\n"
16417 "j - leave this hunk undecided, see next undecided hunk\n"
16418 "J - leave this hunk undecided, see next hunk\n"
16419 "k - leave this hunk undecided, see previous undecided hunk\n"
16420 "K - leave this hunk undecided, see previous hunk\n"
16421 "s - split the current hunk into smaller hunks\n"
16422 "e - manually edit the current hunk\n"
16423 "? - print help\n"
16424 msgstr ""
16426 #: git-add--interactive.perl:1304
16427 msgid "The selected hunks do not apply to the index!\n"
16428 msgstr ""
16430 #: git-add--interactive.perl:1305
16431 msgid "Apply them to the worktree anyway? "
16432 msgstr ""
16434 #: git-add--interactive.perl:1308
16435 msgid "Nothing was applied.\n"
16436 msgstr ""
16438 #: git-add--interactive.perl:1319
16439 #, perl-format
16440 msgid "ignoring unmerged: %s\n"
16441 msgstr ""
16443 #: git-add--interactive.perl:1328
16444 msgid "Only binary files changed.\n"
16445 msgstr ""
16447 #: git-add--interactive.perl:1330
16448 msgid "No changes.\n"
16449 msgstr ""
16451 #: git-add--interactive.perl:1338
16452 msgid "Patch update"
16453 msgstr ""
16455 #: git-add--interactive.perl:1390
16456 #, perl-format
16457 msgid "Stage mode change [y,n,q,a,d%s,?]? "
16458 msgstr ""
16460 #: git-add--interactive.perl:1391
16461 #, perl-format
16462 msgid "Stage deletion [y,n,q,a,d%s,?]? "
16463 msgstr ""
16465 #: git-add--interactive.perl:1392
16466 #, perl-format
16467 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
16468 msgstr ""
16470 #: git-add--interactive.perl:1395
16471 #, perl-format
16472 msgid "Stash mode change [y,n,q,a,d%s,?]? "
16473 msgstr ""
16475 #: git-add--interactive.perl:1396
16476 #, perl-format
16477 msgid "Stash deletion [y,n,q,a,d%s,?]? "
16478 msgstr ""
16480 #: git-add--interactive.perl:1397
16481 #, perl-format
16482 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
16483 msgstr ""
16485 #: git-add--interactive.perl:1400
16486 #, perl-format
16487 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
16488 msgstr ""
16490 #: git-add--interactive.perl:1401
16491 #, perl-format
16492 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
16493 msgstr ""
16495 #: git-add--interactive.perl:1402
16496 #, perl-format
16497 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
16498 msgstr ""
16500 #: git-add--interactive.perl:1405
16501 #, perl-format
16502 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
16503 msgstr ""
16505 #: git-add--interactive.perl:1406
16506 #, perl-format
16507 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
16508 msgstr ""
16510 #: git-add--interactive.perl:1407
16511 #, perl-format
16512 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
16513 msgstr ""
16515 #: git-add--interactive.perl:1410
16516 #, perl-format
16517 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
16518 msgstr ""
16520 #: git-add--interactive.perl:1411
16521 #, perl-format
16522 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
16523 msgstr ""
16525 #: git-add--interactive.perl:1412
16526 #, perl-format
16527 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
16528 msgstr ""
16530 #: git-add--interactive.perl:1415
16531 #, perl-format
16532 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
16533 msgstr ""
16535 #: git-add--interactive.perl:1416
16536 #, perl-format
16537 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
16538 msgstr ""
16540 #: git-add--interactive.perl:1417
16541 #, perl-format
16542 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
16543 msgstr ""
16545 #: git-add--interactive.perl:1420
16546 #, perl-format
16547 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
16548 msgstr ""
16550 #: git-add--interactive.perl:1421
16551 #, perl-format
16552 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
16553 msgstr ""
16555 #: git-add--interactive.perl:1422
16556 #, perl-format
16557 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
16558 msgstr ""
16560 #: git-add--interactive.perl:1522
16561 msgid "No other hunks to goto\n"
16562 msgstr ""
16564 #: git-add--interactive.perl:1529
16565 msgid "go to which hunk (<ret> to see more)? "
16566 msgstr ""
16568 #: git-add--interactive.perl:1531
16569 msgid "go to which hunk? "
16570 msgstr ""
16572 #: git-add--interactive.perl:1540
16573 #, perl-format
16574 msgid "Invalid number: '%s'\n"
16575 msgstr ""
16577 #: git-add--interactive.perl:1545
16578 #, perl-format
16579 msgid "Sorry, only %d hunk available.\n"
16580 msgid_plural "Sorry, only %d hunks available.\n"
16581 msgstr[0] ""
16582 msgstr[1] ""
16584 #: git-add--interactive.perl:1571
16585 msgid "No other hunks to search\n"
16586 msgstr ""
16588 #: git-add--interactive.perl:1575
16589 msgid "search for regex? "
16590 msgstr ""
16592 #: git-add--interactive.perl:1588
16593 #, perl-format
16594 msgid "Malformed search regexp %s: %s\n"
16595 msgstr ""
16597 #: git-add--interactive.perl:1598
16598 msgid "No hunk matches the given pattern\n"
16599 msgstr ""
16601 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
16602 msgid "No previous hunk\n"
16603 msgstr ""
16605 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
16606 msgid "No next hunk\n"
16607 msgstr ""
16609 #: git-add--interactive.perl:1644
16610 msgid "Sorry, cannot split this hunk\n"
16611 msgstr ""
16613 #: git-add--interactive.perl:1650
16614 #, perl-format
16615 msgid "Split into %d hunk.\n"
16616 msgid_plural "Split into %d hunks.\n"
16617 msgstr[0] ""
16618 msgstr[1] ""
16620 #: git-add--interactive.perl:1660
16621 msgid "Sorry, cannot edit this hunk\n"
16622 msgstr ""
16624 #: git-add--interactive.perl:1706
16625 msgid "Review diff"
16626 msgstr ""
16628 #. TRANSLATORS: please do not translate the command names
16629 #. 'status', 'update', 'revert', etc.
16630 #: git-add--interactive.perl:1725
16631 msgid ""
16632 "status        - show paths with changes\n"
16633 "update        - add working tree state to the staged set of changes\n"
16634 "revert        - revert staged set of changes back to the HEAD version\n"
16635 "patch         - pick hunks and update selectively\n"
16636 "diff          - view diff between HEAD and index\n"
16637 "add untracked - add contents of untracked files to the staged set of "
16638 "changes\n"
16639 msgstr ""
16641 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
16642 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
16643 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
16644 msgid "missing --"
16645 msgstr ""
16647 #: git-add--interactive.perl:1763
16648 #, perl-format
16649 msgid "unknown --patch mode: %s"
16650 msgstr ""
16652 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
16653 #, perl-format
16654 msgid "invalid argument %s, expecting --"
16655 msgstr ""
16657 #: git-send-email.perl:130
16658 msgid "local zone differs from GMT by a non-minute interval\n"
16659 msgstr ""
16661 #: git-send-email.perl:137 git-send-email.perl:143
16662 msgid "local time offset greater than or equal to 24 hours\n"
16663 msgstr ""
16665 #: git-send-email.perl:211 git-send-email.perl:217
16666 msgid "the editor exited uncleanly, aborting everything"
16667 msgstr ""
16669 #: git-send-email.perl:294
16670 #, perl-format
16671 msgid ""
16672 "'%s' contains an intermediate version of the email you were composing.\n"
16673 msgstr ""
16675 #: git-send-email.perl:299
16676 #, perl-format
16677 msgid "'%s.final' contains the composed email.\n"
16678 msgstr ""
16680 #: git-send-email.perl:317
16681 msgid "--dump-aliases incompatible with other options\n"
16682 msgstr ""
16684 #: git-send-email.perl:383 git-send-email.perl:638
16685 msgid "Cannot run git format-patch from outside a repository\n"
16686 msgstr ""
16688 #: git-send-email.perl:386
16689 msgid ""
16690 "`batch-size` and `relogin` must be specified together (via command-line or "
16691 "configuration option)\n"
16692 msgstr ""
16694 #: git-send-email.perl:456
16695 #, perl-format
16696 msgid "Unknown --suppress-cc field: '%s'\n"
16697 msgstr ""
16699 #: git-send-email.perl:485
16700 #, perl-format
16701 msgid "Unknown --confirm setting: '%s'\n"
16702 msgstr ""
16704 #: git-send-email.perl:513
16705 #, perl-format
16706 msgid "warning: sendmail alias with quotes is not supported: %s\n"
16707 msgstr ""
16709 #: git-send-email.perl:515
16710 #, perl-format
16711 msgid "warning: `:include:` not supported: %s\n"
16712 msgstr ""
16714 #: git-send-email.perl:517
16715 #, perl-format
16716 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
16717 msgstr ""
16719 #: git-send-email.perl:522
16720 #, perl-format
16721 msgid "warning: sendmail line is not recognized: %s\n"
16722 msgstr ""
16724 #: git-send-email.perl:604
16725 #, perl-format
16726 msgid ""
16727 "File '%s' exists but it could also be the range of commits\n"
16728 "to produce patches for.  Please disambiguate by...\n"
16729 "\n"
16730 "    * Saying \"./%s\" if you mean a file; or\n"
16731 "    * Giving --format-patch option if you mean a range.\n"
16732 msgstr ""
16734 #: git-send-email.perl:625
16735 #, perl-format
16736 msgid "Failed to opendir %s: %s"
16737 msgstr ""
16739 #: git-send-email.perl:649
16740 #, perl-format
16741 msgid ""
16742 "fatal: %s: %s\n"
16743 "warning: no patches were sent\n"
16744 msgstr ""
16746 #: git-send-email.perl:660
16747 msgid ""
16748 "\n"
16749 "No patch files specified!\n"
16750 "\n"
16751 msgstr ""
16753 #: git-send-email.perl:673
16754 #, perl-format
16755 msgid "No subject line in %s?"
16756 msgstr ""
16758 #: git-send-email.perl:683
16759 #, perl-format
16760 msgid "Failed to open for writing %s: %s"
16761 msgstr ""
16763 #: git-send-email.perl:694
16764 msgid ""
16765 "Lines beginning in \"GIT:\" will be removed.\n"
16766 "Consider including an overall diffstat or table of contents\n"
16767 "for the patch you are writing.\n"
16768 "\n"
16769 "Clear the body content if you don't wish to send a summary.\n"
16770 msgstr ""
16772 #: git-send-email.perl:718
16773 #, perl-format
16774 msgid "Failed to open %s: %s"
16775 msgstr ""
16777 #: git-send-email.perl:735
16778 #, perl-format
16779 msgid "Failed to open %s.final: %s"
16780 msgstr ""
16782 #: git-send-email.perl:778
16783 msgid "Summary email is empty, skipping it\n"
16784 msgstr ""
16786 #. TRANSLATORS: please keep [y/N] as is.
16787 #: git-send-email.perl:813
16788 #, perl-format
16789 msgid "Are you sure you want to use <%s> [y/N]? "
16790 msgstr ""
16792 #: git-send-email.perl:868
16793 msgid ""
16794 "The following files are 8bit, but do not declare a Content-Transfer-"
16795 "Encoding.\n"
16796 msgstr ""
16798 #: git-send-email.perl:873
16799 msgid "Which 8bit encoding should I declare [UTF-8]? "
16800 msgstr ""
16802 #: git-send-email.perl:881
16803 #, perl-format
16804 msgid ""
16805 "Refusing to send because the patch\n"
16806 "\t%s\n"
16807 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
16808 "want to send.\n"
16809 msgstr ""
16811 #: git-send-email.perl:900
16812 msgid "To whom should the emails be sent (if anyone)?"
16813 msgstr ""
16815 #: git-send-email.perl:918
16816 #, perl-format
16817 msgid "fatal: alias '%s' expands to itself\n"
16818 msgstr ""
16820 #: git-send-email.perl:930
16821 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
16822 msgstr ""
16824 #: git-send-email.perl:988 git-send-email.perl:996
16825 #, perl-format
16826 msgid "error: unable to extract a valid address from: %s\n"
16827 msgstr ""
16829 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
16830 #. translation. The program will only accept English input
16831 #. at this point.
16832 #: git-send-email.perl:1000
16833 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16834 msgstr ""
16836 #: git-send-email.perl:1317
16837 #, perl-format
16838 msgid "CA path \"%s\" does not exist"
16839 msgstr ""
16841 #: git-send-email.perl:1400
16842 msgid ""
16843 "    The Cc list above has been expanded by additional\n"
16844 "    addresses found in the patch commit message. By default\n"
16845 "    send-email prompts before sending whenever this occurs.\n"
16846 "    This behavior is controlled by the sendemail.confirm\n"
16847 "    configuration setting.\n"
16848 "\n"
16849 "    For additional information, run 'git send-email --help'.\n"
16850 "    To retain the current behavior, but squelch this message,\n"
16851 "    run 'git config --global sendemail.confirm auto'.\n"
16852 "\n"
16853 msgstr ""
16855 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
16856 #. translation. The program will only accept English input
16857 #. at this point.
16858 #: git-send-email.perl:1415
16859 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
16860 msgstr ""
16862 #: git-send-email.perl:1418
16863 msgid "Send this email reply required"
16864 msgstr ""
16866 #: git-send-email.perl:1446
16867 msgid "The required SMTP server is not properly defined."
16868 msgstr ""
16870 #: git-send-email.perl:1493
16871 #, perl-format
16872 msgid "Server does not support STARTTLS! %s"
16873 msgstr ""
16875 #: git-send-email.perl:1498 git-send-email.perl:1502
16876 #, perl-format
16877 msgid "STARTTLS failed! %s"
16878 msgstr ""
16880 #: git-send-email.perl:1512
16881 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16882 msgstr ""
16884 #: git-send-email.perl:1530
16885 #, perl-format
16886 msgid "Failed to send %s\n"
16887 msgstr ""
16889 #: git-send-email.perl:1533
16890 #, perl-format
16891 msgid "Dry-Sent %s\n"
16892 msgstr ""
16894 #: git-send-email.perl:1533
16895 #, perl-format
16896 msgid "Sent %s\n"
16897 msgstr ""
16899 #: git-send-email.perl:1535
16900 msgid "Dry-OK. Log says:\n"
16901 msgstr ""
16903 #: git-send-email.perl:1535
16904 msgid "OK. Log says:\n"
16905 msgstr ""
16907 #: git-send-email.perl:1547
16908 msgid "Result: "
16909 msgstr ""
16911 #: git-send-email.perl:1550
16912 msgid "Result: OK\n"
16913 msgstr ""
16915 #: git-send-email.perl:1568
16916 #, perl-format
16917 msgid "can't open file %s"
16918 msgstr ""
16920 #: git-send-email.perl:1615 git-send-email.perl:1635
16921 #, perl-format
16922 msgid "(mbox) Adding cc: %s from line '%s'\n"
16923 msgstr ""
16925 #: git-send-email.perl:1621
16926 #, perl-format
16927 msgid "(mbox) Adding to: %s from line '%s'\n"
16928 msgstr ""
16930 #: git-send-email.perl:1674
16931 #, perl-format
16932 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16933 msgstr ""
16935 #: git-send-email.perl:1699
16936 #, perl-format
16937 msgid "(body) Adding cc: %s from line '%s'\n"
16938 msgstr ""
16940 #: git-send-email.perl:1817
16941 #, perl-format
16942 msgid "(%s) Could not execute '%s'"
16943 msgstr ""
16945 #: git-send-email.perl:1824
16946 #, perl-format
16947 msgid "(%s) Adding %s: %s from: '%s'\n"
16948 msgstr ""
16950 #: git-send-email.perl:1828
16951 #, perl-format
16952 msgid "(%s) failed to close pipe to '%s'"
16953 msgstr ""
16955 #: git-send-email.perl:1855
16956 msgid "cannot send message as 7bit"
16957 msgstr ""
16959 #: git-send-email.perl:1863
16960 msgid "invalid transfer encoding"
16961 msgstr ""
16963 #: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:1962
16964 #, perl-format
16965 msgid "unable to open %s: %s\n"
16966 msgstr ""
16968 #: git-send-email.perl:1904
16969 #, perl-format
16970 msgid "%s: patch contains a line longer than 998 characters"
16971 msgstr ""
16973 #: git-send-email.perl:1920
16974 #, perl-format
16975 msgid "Skipping %s with backup suffix '%s'.\n"
16976 msgstr ""
16978 #. TRANSLATORS: please keep "[y|N]" as is.
16979 #: git-send-email.perl:1924
16980 #, perl-format
16981 msgid "Do you really want to send %s? [y|N]: "
16982 msgstr ""