l10n: git.pot: v2.24.0 round 1 (35 new, 16 removed)
[git.git] / po / git.pot
blob5dff922d0345913270c52d260082da68e9e6370a
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: 2019-10-21 19:55+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:109
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
26 #: advice.c:162
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:164
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:166
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:168
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:170
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:172
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:180
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:188
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:193 builtin/merge.c:1332
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:195
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:196
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:202
74 #, c-format
75 msgid ""
76 "Note: switching to '%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 switching back to a branch.\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 -c with the switch command. Example:\n"
84 "\n"
85 "  git switch -c <new-branch-name>\n"
86 "\n"
87 "Or undo this operation with:\n"
88 "\n"
89 "  git switch -\n"
90 "\n"
91 "Turn off this advice by setting config variable advice.detachedHead to "
92 "false\n"
93 "\n"
94 msgstr ""
96 #: alias.c:50
97 msgid "cmdline ends with \\"
98 msgstr ""
100 #: alias.c:51
101 msgid "unclosed quote"
102 msgstr ""
104 #: apply.c:69
105 #, c-format
106 msgid "unrecognized whitespace option '%s'"
107 msgstr ""
109 #: apply.c:85
110 #, c-format
111 msgid "unrecognized whitespace ignore option '%s'"
112 msgstr ""
114 #: apply.c:135
115 msgid "--reject and --3way cannot be used together."
116 msgstr ""
118 #: apply.c:137
119 msgid "--cached and --3way cannot be used together."
120 msgstr ""
122 #: apply.c:140
123 msgid "--3way outside a repository"
124 msgstr ""
126 #: apply.c:151
127 msgid "--index outside a repository"
128 msgstr ""
130 #: apply.c:154
131 msgid "--cached outside a repository"
132 msgstr ""
134 #: apply.c:801
135 #, c-format
136 msgid "Cannot prepare timestamp regexp %s"
137 msgstr ""
139 #: apply.c:810
140 #, c-format
141 msgid "regexec returned %d for input: %s"
142 msgstr ""
144 #: apply.c:884
145 #, c-format
146 msgid "unable to find filename in patch at line %d"
147 msgstr ""
149 #: apply.c:922
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
152 msgstr ""
154 #: apply.c:928
155 #, c-format
156 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
157 msgstr ""
159 #: apply.c:929
160 #, c-format
161 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
162 msgstr ""
164 #: apply.c:934
165 #, c-format
166 msgid "git apply: bad git-diff - expected /dev/null on line %d"
167 msgstr ""
169 #: apply.c:963
170 #, c-format
171 msgid "invalid mode on line %d: %s"
172 msgstr ""
174 #: apply.c:1282
175 #, c-format
176 msgid "inconsistent header lines %d and %d"
177 msgstr ""
179 #: apply.c:1372
180 #, c-format
181 msgid ""
182 "git diff header lacks filename information when removing %d leading pathname "
183 "component (line %d)"
184 msgid_plural ""
185 "git diff header lacks filename information when removing %d leading pathname "
186 "components (line %d)"
187 msgstr[0] ""
188 msgstr[1] ""
190 #: apply.c:1385
191 #, c-format
192 msgid "git diff header lacks filename information (line %d)"
193 msgstr ""
195 #: apply.c:1481
196 #, c-format
197 msgid "recount: unexpected line: %.*s"
198 msgstr ""
200 #: apply.c:1550
201 #, c-format
202 msgid "patch fragment without header at line %d: %.*s"
203 msgstr ""
205 #: apply.c:1753
206 msgid "new file depends on old contents"
207 msgstr ""
209 #: apply.c:1755
210 msgid "deleted file still has contents"
211 msgstr ""
213 #: apply.c:1789
214 #, c-format
215 msgid "corrupt patch at line %d"
216 msgstr ""
218 #: apply.c:1826
219 #, c-format
220 msgid "new file %s depends on old contents"
221 msgstr ""
223 #: apply.c:1828
224 #, c-format
225 msgid "deleted file %s still has contents"
226 msgstr ""
228 #: apply.c:1831
229 #, c-format
230 msgid "** warning: file %s becomes empty but is not deleted"
231 msgstr ""
233 #: apply.c:1978
234 #, c-format
235 msgid "corrupt binary patch at line %d: %.*s"
236 msgstr ""
238 #: apply.c:2015
239 #, c-format
240 msgid "unrecognized binary patch at line %d"
241 msgstr ""
243 #: apply.c:2177
244 #, c-format
245 msgid "patch with only garbage at line %d"
246 msgstr ""
248 #: apply.c:2263
249 #, c-format
250 msgid "unable to read symlink %s"
251 msgstr ""
253 #: apply.c:2267
254 #, c-format
255 msgid "unable to open or read %s"
256 msgstr ""
258 #: apply.c:2926
259 #, c-format
260 msgid "invalid start of line: '%c'"
261 msgstr ""
263 #: apply.c:3047
264 #, c-format
265 msgid "Hunk #%d succeeded at %d (offset %d line)."
266 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
267 msgstr[0] ""
268 msgstr[1] ""
270 #: apply.c:3059
271 #, c-format
272 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
273 msgstr ""
275 #: apply.c:3065
276 #, c-format
277 msgid ""
278 "while searching for:\n"
279 "%.*s"
280 msgstr ""
282 #: apply.c:3087
283 #, c-format
284 msgid "missing binary patch data for '%s'"
285 msgstr ""
287 #: apply.c:3095
288 #, c-format
289 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
290 msgstr ""
292 #: apply.c:3142
293 #, c-format
294 msgid "cannot apply binary patch to '%s' without full index line"
295 msgstr ""
297 #: apply.c:3152
298 #, c-format
299 msgid ""
300 "the patch applies to '%s' (%s), which does not match the current contents."
301 msgstr ""
303 #: apply.c:3160
304 #, c-format
305 msgid "the patch applies to an empty '%s' but it is not empty"
306 msgstr ""
308 #: apply.c:3178
309 #, c-format
310 msgid "the necessary postimage %s for '%s' cannot be read"
311 msgstr ""
313 #: apply.c:3191
314 #, c-format
315 msgid "binary patch does not apply to '%s'"
316 msgstr ""
318 #: apply.c:3197
319 #, c-format
320 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
321 msgstr ""
323 #: apply.c:3218
324 #, c-format
325 msgid "patch failed: %s:%ld"
326 msgstr ""
328 #: apply.c:3341
329 #, c-format
330 msgid "cannot checkout %s"
331 msgstr ""
333 #: apply.c:3393 apply.c:3404 apply.c:3450 midx.c:61 setup.c:280
334 #, c-format
335 msgid "failed to read %s"
336 msgstr ""
338 #: apply.c:3401
339 #, c-format
340 msgid "reading from '%s' beyond a symbolic link"
341 msgstr ""
343 #: apply.c:3430 apply.c:3673
344 #, c-format
345 msgid "path %s has been renamed/deleted"
346 msgstr ""
348 #: apply.c:3516 apply.c:3688
349 #, c-format
350 msgid "%s: does not exist in index"
351 msgstr ""
353 #: apply.c:3525 apply.c:3696
354 #, c-format
355 msgid "%s: does not match index"
356 msgstr ""
358 #: apply.c:3560
359 msgid "repository lacks the necessary blob to fall back on 3-way merge."
360 msgstr ""
362 #: apply.c:3563
363 #, c-format
364 msgid "Falling back to three-way merge...\n"
365 msgstr ""
367 #: apply.c:3579 apply.c:3583
368 #, c-format
369 msgid "cannot read the current contents of '%s'"
370 msgstr ""
372 #: apply.c:3595
373 #, c-format
374 msgid "Failed to fall back on three-way merge...\n"
375 msgstr ""
377 #: apply.c:3609
378 #, c-format
379 msgid "Applied patch to '%s' with conflicts.\n"
380 msgstr ""
382 #: apply.c:3614
383 #, c-format
384 msgid "Applied patch to '%s' cleanly.\n"
385 msgstr ""
387 #: apply.c:3640
388 msgid "removal patch leaves file contents"
389 msgstr ""
391 #: apply.c:3713
392 #, c-format
393 msgid "%s: wrong type"
394 msgstr ""
396 #: apply.c:3715
397 #, c-format
398 msgid "%s has type %o, expected %o"
399 msgstr ""
401 #: apply.c:3866 apply.c:3868 read-cache.c:830 read-cache.c:856
402 #: read-cache.c:1309
403 #, c-format
404 msgid "invalid path '%s'"
405 msgstr ""
407 #: apply.c:3924
408 #, c-format
409 msgid "%s: already exists in index"
410 msgstr ""
412 #: apply.c:3927
413 #, c-format
414 msgid "%s: already exists in working directory"
415 msgstr ""
417 #: apply.c:3947
418 #, c-format
419 msgid "new mode (%o) of %s does not match old mode (%o)"
420 msgstr ""
422 #: apply.c:3952
423 #, c-format
424 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
425 msgstr ""
427 #: apply.c:3972
428 #, c-format
429 msgid "affected file '%s' is beyond a symbolic link"
430 msgstr ""
432 #: apply.c:3976
433 #, c-format
434 msgid "%s: patch does not apply"
435 msgstr ""
437 #: apply.c:3991
438 #, c-format
439 msgid "Checking patch %s..."
440 msgstr ""
442 #: apply.c:4083
443 #, c-format
444 msgid "sha1 information is lacking or useless for submodule %s"
445 msgstr ""
447 #: apply.c:4090
448 #, c-format
449 msgid "mode change for %s, which is not in current HEAD"
450 msgstr ""
452 #: apply.c:4093
453 #, c-format
454 msgid "sha1 information is lacking or useless (%s)."
455 msgstr ""
457 #: apply.c:4098 builtin/checkout.c:279 builtin/reset.c:143
458 #, c-format
459 msgid "make_cache_entry failed for path '%s'"
460 msgstr ""
462 #: apply.c:4102
463 #, c-format
464 msgid "could not add %s to temporary index"
465 msgstr ""
467 #: apply.c:4112
468 #, c-format
469 msgid "could not write temporary index to %s"
470 msgstr ""
472 #: apply.c:4250
473 #, c-format
474 msgid "unable to remove %s from index"
475 msgstr ""
477 #: apply.c:4284
478 #, c-format
479 msgid "corrupt patch for submodule %s"
480 msgstr ""
482 #: apply.c:4290
483 #, c-format
484 msgid "unable to stat newly created file '%s'"
485 msgstr ""
487 #: apply.c:4298
488 #, c-format
489 msgid "unable to create backing store for newly created file %s"
490 msgstr ""
492 #: apply.c:4304 apply.c:4449
493 #, c-format
494 msgid "unable to add cache entry for %s"
495 msgstr ""
497 #: apply.c:4347
498 #, c-format
499 msgid "failed to write to '%s'"
500 msgstr ""
502 #: apply.c:4351
503 #, c-format
504 msgid "closing file '%s'"
505 msgstr ""
507 #: apply.c:4421
508 #, c-format
509 msgid "unable to write file '%s' mode %o"
510 msgstr ""
512 #: apply.c:4519
513 #, c-format
514 msgid "Applied patch %s cleanly."
515 msgstr ""
517 #: apply.c:4527
518 msgid "internal error"
519 msgstr ""
521 #: apply.c:4530
522 #, c-format
523 msgid "Applying patch %%s with %d reject..."
524 msgid_plural "Applying patch %%s with %d rejects..."
525 msgstr[0] ""
526 msgstr[1] ""
528 #: apply.c:4541
529 #, c-format
530 msgid "truncating .rej filename to %.*s.rej"
531 msgstr ""
533 #: apply.c:4549 builtin/fetch.c:898 builtin/fetch.c:1194
534 #, c-format
535 msgid "cannot open %s"
536 msgstr ""
538 #: apply.c:4563
539 #, c-format
540 msgid "Hunk #%d applied cleanly."
541 msgstr ""
543 #: apply.c:4567
544 #, c-format
545 msgid "Rejected hunk #%d."
546 msgstr ""
548 #: apply.c:4686
549 #, c-format
550 msgid "Skipped patch '%s'."
551 msgstr ""
553 #: apply.c:4694
554 msgid "unrecognized input"
555 msgstr ""
557 #: apply.c:4714
558 msgid "unable to read index file"
559 msgstr ""
561 #: apply.c:4871
562 #, c-format
563 msgid "can't open patch '%s': %s"
564 msgstr ""
566 #: apply.c:4898
567 #, c-format
568 msgid "squelched %d whitespace error"
569 msgid_plural "squelched %d whitespace errors"
570 msgstr[0] ""
571 msgstr[1] ""
573 #: apply.c:4904 apply.c:4919
574 #, c-format
575 msgid "%d line adds whitespace errors."
576 msgid_plural "%d lines add whitespace errors."
577 msgstr[0] ""
578 msgstr[1] ""
580 #: apply.c:4912
581 #, c-format
582 msgid "%d line applied after fixing whitespace errors."
583 msgid_plural "%d lines applied after fixing whitespace errors."
584 msgstr[0] ""
585 msgstr[1] ""
587 #: apply.c:4928 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
588 msgid "Unable to write new index file"
589 msgstr ""
591 #: apply.c:4955 apply.c:4958 builtin/am.c:2197 builtin/am.c:2200
592 #: builtin/clone.c:122 builtin/fetch.c:143 builtin/merge.c:273
593 #: builtin/pull.c:209 builtin/submodule--helper.c:407
594 #: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
595 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
596 #: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
597 msgid "path"
598 msgstr ""
600 #: apply.c:4956
601 msgid "don't apply changes matching the given path"
602 msgstr ""
604 #: apply.c:4959
605 msgid "apply changes matching the given path"
606 msgstr ""
608 #: apply.c:4961 builtin/am.c:2206
609 msgid "num"
610 msgstr ""
612 #: apply.c:4962
613 msgid "remove <num> leading slashes from traditional diff paths"
614 msgstr ""
616 #: apply.c:4965
617 msgid "ignore additions made by the patch"
618 msgstr ""
620 #: apply.c:4967
621 msgid "instead of applying the patch, output diffstat for the input"
622 msgstr ""
624 #: apply.c:4971
625 msgid "show number of added and deleted lines in decimal notation"
626 msgstr ""
628 #: apply.c:4973
629 msgid "instead of applying the patch, output a summary for the input"
630 msgstr ""
632 #: apply.c:4975
633 msgid "instead of applying the patch, see if the patch is applicable"
634 msgstr ""
636 #: apply.c:4977
637 msgid "make sure the patch is applicable to the current index"
638 msgstr ""
640 #: apply.c:4979
641 msgid "mark new files with `git add --intent-to-add`"
642 msgstr ""
644 #: apply.c:4981
645 msgid "apply a patch without touching the working tree"
646 msgstr ""
648 #: apply.c:4983
649 msgid "accept a patch that touches outside the working area"
650 msgstr ""
652 #: apply.c:4986
653 msgid "also apply the patch (use with --stat/--summary/--check)"
654 msgstr ""
656 #: apply.c:4988
657 msgid "attempt three-way merge if a patch does not apply"
658 msgstr ""
660 #: apply.c:4990
661 msgid "build a temporary index based on embedded index information"
662 msgstr ""
664 #: apply.c:4993 builtin/checkout-index.c:173 builtin/ls-files.c:524
665 msgid "paths are separated with NUL character"
666 msgstr ""
668 #: apply.c:4995
669 msgid "ensure at least <n> lines of context match"
670 msgstr ""
672 #: apply.c:4996 builtin/am.c:2185 builtin/interpret-trailers.c:98
673 #: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
674 #: builtin/pack-objects.c:3310 builtin/rebase.c:1445
675 msgid "action"
676 msgstr ""
678 #: apply.c:4997
679 msgid "detect new or modified lines that have whitespace errors"
680 msgstr ""
682 #: apply.c:5000 apply.c:5003
683 msgid "ignore changes in whitespace when finding context"
684 msgstr ""
686 #: apply.c:5006
687 msgid "apply the patch in reverse"
688 msgstr ""
690 #: apply.c:5008
691 msgid "don't expect at least one line of context"
692 msgstr ""
694 #: apply.c:5010
695 msgid "leave the rejected hunks in corresponding *.rej files"
696 msgstr ""
698 #: apply.c:5012
699 msgid "allow overlapping hunks"
700 msgstr ""
702 #: apply.c:5013 builtin/add.c:291 builtin/check-ignore.c:22
703 #: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
704 #: builtin/log.c:2085 builtin/mv.c:123 builtin/read-tree.c:128
705 msgid "be verbose"
706 msgstr ""
708 #: apply.c:5015
709 msgid "tolerate incorrectly detected missing new-line at the end of file"
710 msgstr ""
712 #: apply.c:5018
713 msgid "do not trust the line counts in the hunk headers"
714 msgstr ""
716 #: apply.c:5020 builtin/am.c:2194
717 msgid "root"
718 msgstr ""
720 #: apply.c:5021
721 msgid "prepend <root> to all filenames"
722 msgstr ""
724 #: archive.c:14
725 msgid "git archive [<options>] <tree-ish> [<path>...]"
726 msgstr ""
728 #: archive.c:15
729 msgid "git archive --list"
730 msgstr ""
732 #: archive.c:16
733 msgid ""
734 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
735 msgstr ""
737 #: archive.c:17
738 msgid "git archive --remote <repo> [--exec <cmd>] --list"
739 msgstr ""
741 #: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
742 #, c-format
743 msgid "pathspec '%s' did not match any files"
744 msgstr ""
746 #: archive.c:396
747 #, c-format
748 msgid "no such ref: %.*s"
749 msgstr ""
751 #: archive.c:401
752 #, c-format
753 msgid "not a valid object name: %s"
754 msgstr ""
756 #: archive.c:414
757 #, c-format
758 msgid "not a tree object: %s"
759 msgstr ""
761 #: archive.c:426
762 msgid "current working directory is untracked"
763 msgstr ""
765 #: archive.c:457
766 msgid "fmt"
767 msgstr ""
769 #: archive.c:457
770 msgid "archive format"
771 msgstr ""
773 #: archive.c:458 builtin/log.c:1581
774 msgid "prefix"
775 msgstr ""
777 #: archive.c:459
778 msgid "prepend prefix to each pathname in the archive"
779 msgstr ""
781 #: archive.c:460 builtin/blame.c:861 builtin/blame.c:873 builtin/blame.c:874
782 #: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1162
783 #: builtin/fast-export.c:1164 builtin/fast-export.c:1168 builtin/grep.c:899
784 #: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
785 #: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
786 #: parse-options.h:186
787 msgid "file"
788 msgstr ""
790 #: archive.c:461 builtin/archive.c:90
791 msgid "write the archive to this file"
792 msgstr ""
794 #: archive.c:463
795 msgid "read .gitattributes in working directory"
796 msgstr ""
798 #: archive.c:464
799 msgid "report archived files on stderr"
800 msgstr ""
802 #: archive.c:465
803 msgid "store only"
804 msgstr ""
806 #: archive.c:466
807 msgid "compress faster"
808 msgstr ""
810 #: archive.c:474
811 msgid "compress better"
812 msgstr ""
814 #: archive.c:477
815 msgid "list supported archive formats"
816 msgstr ""
818 #: archive.c:479 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
819 #: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
820 msgid "repo"
821 msgstr ""
823 #: archive.c:480 builtin/archive.c:92
824 msgid "retrieve the archive from remote repository <repo>"
825 msgstr ""
827 #: archive.c:481 builtin/archive.c:93 builtin/difftool.c:715
828 #: builtin/notes.c:498
829 msgid "command"
830 msgstr ""
832 #: archive.c:482 builtin/archive.c:94
833 msgid "path to the remote git-upload-archive command"
834 msgstr ""
836 #: archive.c:489
837 msgid "Unexpected option --remote"
838 msgstr ""
840 #: archive.c:491
841 msgid "Option --exec can only be used together with --remote"
842 msgstr ""
844 #: archive.c:493
845 msgid "Unexpected option --output"
846 msgstr ""
848 #: archive.c:515
849 #, c-format
850 msgid "Unknown archive format '%s'"
851 msgstr ""
853 #: archive.c:522
854 #, c-format
855 msgid "Argument not supported for format '%s': -%d"
856 msgstr ""
858 #: archive-tar.c:125 archive-zip.c:345
859 #, c-format
860 msgid "cannot stream blob %s"
861 msgstr ""
863 #: archive-tar.c:266 archive-zip.c:363
864 #, c-format
865 msgid "unsupported file mode: 0%o (SHA1: %s)"
866 msgstr ""
868 #: archive-tar.c:293 archive-zip.c:353
869 #, c-format
870 msgid "cannot read %s"
871 msgstr ""
873 #: archive-tar.c:465
874 #, c-format
875 msgid "unable to start '%s' filter"
876 msgstr ""
878 #: archive-tar.c:468
879 msgid "unable to redirect descriptor"
880 msgstr ""
882 #: archive-tar.c:475
883 #, c-format
884 msgid "'%s' filter reported error"
885 msgstr ""
887 #: archive-zip.c:314
888 #, c-format
889 msgid "path is not valid UTF-8: %s"
890 msgstr ""
892 #: archive-zip.c:318
893 #, c-format
894 msgid "path too long (%d chars, SHA1: %s): %s"
895 msgstr ""
897 #: archive-zip.c:474 builtin/pack-objects.c:230 builtin/pack-objects.c:233
898 #, c-format
899 msgid "deflate error (%d)"
900 msgstr ""
902 #: archive-zip.c:609
903 #, c-format
904 msgid "timestamp too large for this system: %<PRIuMAX>"
905 msgstr ""
907 #: attr.c:213
908 #, c-format
909 msgid "%.*s is not a valid attribute name"
910 msgstr ""
912 #: attr.c:370
913 #, c-format
914 msgid "%s not allowed: %s:%d"
915 msgstr ""
917 #: attr.c:410
918 msgid ""
919 "Negative patterns are ignored in git attributes\n"
920 "Use '\\!' for literal leading exclamation."
921 msgstr ""
923 #: bisect.c:468
924 #, c-format
925 msgid "Badly quoted content in file '%s': %s"
926 msgstr ""
928 #: bisect.c:678
929 #, c-format
930 msgid "We cannot bisect more!\n"
931 msgstr ""
933 #: bisect.c:733
934 #, c-format
935 msgid "Not a valid commit name %s"
936 msgstr ""
938 #: bisect.c:758
939 #, c-format
940 msgid ""
941 "The merge base %s is bad.\n"
942 "This means the bug has been fixed between %s and [%s].\n"
943 msgstr ""
945 #: bisect.c:763
946 #, c-format
947 msgid ""
948 "The merge base %s is new.\n"
949 "The property has changed between %s and [%s].\n"
950 msgstr ""
952 #: bisect.c:768
953 #, c-format
954 msgid ""
955 "The merge base %s is %s.\n"
956 "This means the first '%s' commit is between %s and [%s].\n"
957 msgstr ""
959 #: bisect.c:776
960 #, c-format
961 msgid ""
962 "Some %s revs are not ancestors of the %s rev.\n"
963 "git bisect cannot work properly in this case.\n"
964 "Maybe you mistook %s and %s revs?\n"
965 msgstr ""
967 #: bisect.c:789
968 #, c-format
969 msgid ""
970 "the merge base between %s and [%s] must be skipped.\n"
971 "So we cannot be sure the first %s commit is between %s and %s.\n"
972 "We continue anyway."
973 msgstr ""
975 #: bisect.c:822
976 #, c-format
977 msgid "Bisecting: a merge base must be tested\n"
978 msgstr ""
980 #: bisect.c:865
981 #, c-format
982 msgid "a %s revision is needed"
983 msgstr ""
985 #: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
986 #, c-format
987 msgid "could not create file '%s'"
988 msgstr ""
990 #: bisect.c:928 builtin/merge.c:148
991 #, c-format
992 msgid "could not read file '%s'"
993 msgstr ""
995 #: bisect.c:958
996 msgid "reading bisect refs failed"
997 msgstr ""
999 #: bisect.c:977
1000 #, c-format
1001 msgid "%s was both %s and %s\n"
1002 msgstr ""
1004 #: bisect.c:985
1005 #, c-format
1006 msgid ""
1007 "No testable commit found.\n"
1008 "Maybe you started with bad path parameters?\n"
1009 msgstr ""
1011 #: bisect.c:1004
1012 #, c-format
1013 msgid "(roughly %d step)"
1014 msgid_plural "(roughly %d steps)"
1015 msgstr[0] ""
1016 msgstr[1] ""
1018 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1019 #. steps)" translation.
1021 #: bisect.c:1010
1022 #, c-format
1023 msgid "Bisecting: %d revision left to test after this %s\n"
1024 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1025 msgstr[0] ""
1026 msgstr[1] ""
1028 #: blame.c:2700
1029 msgid "--contents and --reverse do not blend well."
1030 msgstr ""
1032 #: blame.c:2714
1033 msgid "cannot use --contents with final commit object name"
1034 msgstr ""
1036 #: blame.c:2735
1037 msgid "--reverse and --first-parent together require specified latest commit"
1038 msgstr ""
1040 #: blame.c:2744 bundle.c:167 ref-filter.c:2203 remote.c:1941 sequencer.c:1971
1041 #: sequencer.c:4305 builtin/commit.c:1020 builtin/log.c:387 builtin/log.c:964
1042 #: builtin/log.c:1452 builtin/log.c:1844 builtin/log.c:2134 builtin/merge.c:411
1043 #: builtin/pack-objects.c:3128 builtin/pack-objects.c:3143
1044 #: builtin/shortlog.c:192
1045 msgid "revision walk setup failed"
1046 msgstr ""
1048 #: blame.c:2762
1049 msgid ""
1050 "--reverse --first-parent together require range along first-parent chain"
1051 msgstr ""
1053 #: blame.c:2773
1054 #, c-format
1055 msgid "no such path %s in %s"
1056 msgstr ""
1058 #: blame.c:2784
1059 #, c-format
1060 msgid "cannot read blob %s for path %s"
1061 msgstr ""
1063 #: branch.c:53
1064 #, c-format
1065 msgid ""
1066 "\n"
1067 "After fixing the error cause you may try to fix up\n"
1068 "the remote tracking information by invoking\n"
1069 "\"git branch --set-upstream-to=%s%s%s\"."
1070 msgstr ""
1072 #: branch.c:67
1073 #, c-format
1074 msgid "Not setting branch %s as its own upstream."
1075 msgstr ""
1077 #: branch.c:93
1078 #, c-format
1079 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1080 msgstr ""
1082 #: branch.c:94
1083 #, c-format
1084 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1085 msgstr ""
1087 #: branch.c:98
1088 #, c-format
1089 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1090 msgstr ""
1092 #: branch.c:99
1093 #, c-format
1094 msgid "Branch '%s' set up to track local branch '%s'."
1095 msgstr ""
1097 #: branch.c:104
1098 #, c-format
1099 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1100 msgstr ""
1102 #: branch.c:105
1103 #, c-format
1104 msgid "Branch '%s' set up to track remote ref '%s'."
1105 msgstr ""
1107 #: branch.c:109
1108 #, c-format
1109 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1110 msgstr ""
1112 #: branch.c:110
1113 #, c-format
1114 msgid "Branch '%s' set up to track local ref '%s'."
1115 msgstr ""
1117 #: branch.c:119
1118 msgid "Unable to write upstream branch configuration"
1119 msgstr ""
1121 #: branch.c:156
1122 #, c-format
1123 msgid "Not tracking: ambiguous information for ref %s"
1124 msgstr ""
1126 #: branch.c:189
1127 #, c-format
1128 msgid "'%s' is not a valid branch name."
1129 msgstr ""
1131 #: branch.c:208
1132 #, c-format
1133 msgid "A branch named '%s' already exists."
1134 msgstr ""
1136 #: branch.c:213
1137 msgid "Cannot force update the current branch."
1138 msgstr ""
1140 #: branch.c:233
1141 #, c-format
1142 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1143 msgstr ""
1145 #: branch.c:235
1146 #, c-format
1147 msgid "the requested upstream branch '%s' does not exist"
1148 msgstr ""
1150 #: branch.c:237
1151 msgid ""
1152 "\n"
1153 "If you are planning on basing your work on an upstream\n"
1154 "branch that already exists at the remote, you may need to\n"
1155 "run \"git fetch\" to retrieve it.\n"
1156 "\n"
1157 "If you are planning to push out a new local branch that\n"
1158 "will track its remote counterpart, you may want to use\n"
1159 "\"git push -u\" to set the upstream config as you push."
1160 msgstr ""
1162 #: branch.c:281
1163 #, c-format
1164 msgid "Not a valid object name: '%s'."
1165 msgstr ""
1167 #: branch.c:301
1168 #, c-format
1169 msgid "Ambiguous object name: '%s'."
1170 msgstr ""
1172 #: branch.c:306
1173 #, c-format
1174 msgid "Not a valid branch point: '%s'."
1175 msgstr ""
1177 #: branch.c:364
1178 #, c-format
1179 msgid "'%s' is already checked out at '%s'"
1180 msgstr ""
1182 #: branch.c:387
1183 #, c-format
1184 msgid "HEAD of working tree %s is not updated"
1185 msgstr ""
1187 #: bundle.c:36
1188 #, c-format
1189 msgid "'%s' does not look like a v2 bundle file"
1190 msgstr ""
1192 #: bundle.c:64
1193 #, c-format
1194 msgid "unrecognized header: %s%s (%d)"
1195 msgstr ""
1197 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2221 sequencer.c:2962
1198 #: builtin/commit.c:791
1199 #, c-format
1200 msgid "could not open '%s'"
1201 msgstr ""
1203 #: bundle.c:143
1204 msgid "Repository lacks these prerequisite commits:"
1205 msgstr ""
1207 #: bundle.c:146
1208 msgid "need a repository to verify a bundle"
1209 msgstr ""
1211 #: bundle.c:197
1212 #, c-format
1213 msgid "The bundle contains this ref:"
1214 msgid_plural "The bundle contains these %d refs:"
1215 msgstr[0] ""
1216 msgstr[1] ""
1218 #: bundle.c:204
1219 msgid "The bundle records a complete history."
1220 msgstr ""
1222 #: bundle.c:206
1223 #, c-format
1224 msgid "The bundle requires this ref:"
1225 msgid_plural "The bundle requires these %d refs:"
1226 msgstr[0] ""
1227 msgstr[1] ""
1229 #: bundle.c:272
1230 msgid "unable to dup bundle descriptor"
1231 msgstr ""
1233 #: bundle.c:279
1234 msgid "Could not spawn pack-objects"
1235 msgstr ""
1237 #: bundle.c:290
1238 msgid "pack-objects died"
1239 msgstr ""
1241 #: bundle.c:332
1242 msgid "rev-list died"
1243 msgstr ""
1245 #: bundle.c:381
1246 #, c-format
1247 msgid "ref '%s' is excluded by the rev-list options"
1248 msgstr ""
1250 #: bundle.c:460 builtin/log.c:202 builtin/log.c:1733 builtin/shortlog.c:306
1251 #, c-format
1252 msgid "unrecognized argument: %s"
1253 msgstr ""
1255 #: bundle.c:468
1256 msgid "Refusing to create empty bundle."
1257 msgstr ""
1259 #: bundle.c:478
1260 #, c-format
1261 msgid "cannot create '%s'"
1262 msgstr ""
1264 #: bundle.c:503
1265 msgid "index-pack died"
1266 msgstr ""
1268 #: color.c:296
1269 #, c-format
1270 msgid "invalid color value: %.*s"
1271 msgstr ""
1273 #: commit.c:50 sequencer.c:2665 builtin/am.c:354 builtin/am.c:398
1274 #: builtin/am.c:1366 builtin/am.c:2009 builtin/replace.c:456
1275 #, c-format
1276 msgid "could not parse %s"
1277 msgstr ""
1279 #: commit.c:52
1280 #, c-format
1281 msgid "%s %s is not a commit!"
1282 msgstr ""
1284 #: commit.c:192
1285 msgid ""
1286 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1287 "and will be removed in a future Git version.\n"
1288 "\n"
1289 "Please use \"git replace --convert-graft-file\"\n"
1290 "to convert the grafts into replace refs.\n"
1291 "\n"
1292 "Turn this message off by running\n"
1293 "\"git config advice.graftFileDeprecated false\""
1294 msgstr ""
1296 #: commit.c:1128
1297 #, c-format
1298 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1299 msgstr ""
1301 #: commit.c:1131
1302 #, c-format
1303 msgid "Commit %s has a bad GPG signature allegedly by %s."
1304 msgstr ""
1306 #: commit.c:1134
1307 #, c-format
1308 msgid "Commit %s does not have a GPG signature."
1309 msgstr ""
1311 #: commit.c:1137
1312 #, c-format
1313 msgid "Commit %s has a good GPG signature by %s\n"
1314 msgstr ""
1316 #: commit.c:1391
1317 msgid ""
1318 "Warning: commit message did not conform to UTF-8.\n"
1319 "You may want to amend it after fixing the message, or set the config\n"
1320 "variable i18n.commitencoding to the encoding your project uses.\n"
1321 msgstr ""
1323 #: commit-graph.c:127
1324 msgid "commit-graph file is too small"
1325 msgstr ""
1327 #: commit-graph.c:192
1328 #, c-format
1329 msgid "commit-graph signature %X does not match signature %X"
1330 msgstr ""
1332 #: commit-graph.c:199
1333 #, c-format
1334 msgid "commit-graph version %X does not match version %X"
1335 msgstr ""
1337 #: commit-graph.c:206
1338 #, c-format
1339 msgid "commit-graph hash version %X does not match version %X"
1340 msgstr ""
1342 #: commit-graph.c:229
1343 msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1344 msgstr ""
1346 #: commit-graph.c:240
1347 #, c-format
1348 msgid "commit-graph improper chunk offset %08x%08x"
1349 msgstr ""
1351 #: commit-graph.c:283
1352 #, c-format
1353 msgid "commit-graph chunk id %08x appears multiple times"
1354 msgstr ""
1356 #: commit-graph.c:347
1357 msgid "commit-graph has no base graphs chunk"
1358 msgstr ""
1360 #: commit-graph.c:357
1361 msgid "commit-graph chain does not match"
1362 msgstr ""
1364 #: commit-graph.c:404
1365 #, c-format
1366 msgid "invalid commit-graph chain: line '%s' not a hash"
1367 msgstr ""
1369 #: commit-graph.c:430
1370 msgid "unable to find all commit-graph files"
1371 msgstr ""
1373 #: commit-graph.c:561 commit-graph.c:621
1374 msgid "invalid commit position. commit-graph is likely corrupt"
1375 msgstr ""
1377 #: commit-graph.c:582
1378 #, c-format
1379 msgid "could not find commit %s"
1380 msgstr ""
1382 #: commit-graph.c:855 builtin/am.c:1287
1383 #, c-format
1384 msgid "unable to parse commit %s"
1385 msgstr ""
1387 #: commit-graph.c:859
1388 #, c-format
1389 msgid "unable to get tree for %s"
1390 msgstr ""
1392 #: commit-graph.c:1017 builtin/pack-objects.c:2641
1393 #, c-format
1394 msgid "unable to get type of object %s"
1395 msgstr ""
1397 #: commit-graph.c:1049
1398 msgid "Loading known commits in commit graph"
1399 msgstr ""
1401 #: commit-graph.c:1066
1402 msgid "Expanding reachable commits in commit graph"
1403 msgstr ""
1405 #: commit-graph.c:1085
1406 msgid "Clearing commit marks in commit graph"
1407 msgstr ""
1409 #: commit-graph.c:1104
1410 msgid "Computing commit graph generation numbers"
1411 msgstr ""
1413 #: commit-graph.c:1179
1414 #, c-format
1415 msgid "Finding commits for commit graph in %d pack"
1416 msgid_plural "Finding commits for commit graph in %d packs"
1417 msgstr[0] ""
1418 msgstr[1] ""
1420 #: commit-graph.c:1192
1421 #, c-format
1422 msgid "error adding pack %s"
1423 msgstr ""
1425 #: commit-graph.c:1196
1426 #, c-format
1427 msgid "error opening index for %s"
1428 msgstr ""
1430 #: commit-graph.c:1220
1431 #, c-format
1432 msgid "Finding commits for commit graph from %d ref"
1433 msgid_plural "Finding commits for commit graph from %d refs"
1434 msgstr[0] ""
1435 msgstr[1] ""
1437 #: commit-graph.c:1240
1438 #, c-format
1439 msgid "invalid commit object id: %s"
1440 msgstr ""
1442 #: commit-graph.c:1255
1443 msgid "Finding commits for commit graph among packed objects"
1444 msgstr ""
1446 #: commit-graph.c:1270
1447 msgid "Counting distinct commits in commit graph"
1448 msgstr ""
1450 #: commit-graph.c:1300
1451 msgid "Finding extra edges in commit graph"
1452 msgstr ""
1454 #: commit-graph.c:1346
1455 msgid "failed to write correct number of base graph ids"
1456 msgstr ""
1458 #: commit-graph.c:1379 midx.c:810
1459 #, c-format
1460 msgid "unable to create leading directories of %s"
1461 msgstr ""
1463 #: commit-graph.c:1391 builtin/index-pack.c:306 builtin/repack.c:241
1464 #, c-format
1465 msgid "unable to create '%s'"
1466 msgstr ""
1468 #: commit-graph.c:1451
1469 #, c-format
1470 msgid "Writing out commit graph in %d pass"
1471 msgid_plural "Writing out commit graph in %d passes"
1472 msgstr[0] ""
1473 msgstr[1] ""
1475 #: commit-graph.c:1492
1476 msgid "unable to open commit-graph chain file"
1477 msgstr ""
1479 #: commit-graph.c:1504
1480 msgid "failed to rename base commit-graph file"
1481 msgstr ""
1483 #: commit-graph.c:1524
1484 msgid "failed to rename temporary commit-graph file"
1485 msgstr ""
1487 #: commit-graph.c:1635
1488 msgid "Scanning merged commits"
1489 msgstr ""
1491 #: commit-graph.c:1646
1492 #, c-format
1493 msgid "unexpected duplicate commit id %s"
1494 msgstr ""
1496 #: commit-graph.c:1670
1497 msgid "Merging commit-graph"
1498 msgstr ""
1500 #: commit-graph.c:1860
1501 #, c-format
1502 msgid "the commit graph format cannot write %d commits"
1503 msgstr ""
1505 #: commit-graph.c:1871
1506 msgid "too many commits to write graph"
1507 msgstr ""
1509 #: commit-graph.c:1961
1510 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1511 msgstr ""
1513 #: commit-graph.c:1971
1514 #, c-format
1515 msgid "commit-graph has incorrect OID order: %s then %s"
1516 msgstr ""
1518 #: commit-graph.c:1981 commit-graph.c:1996
1519 #, c-format
1520 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1521 msgstr ""
1523 #: commit-graph.c:1988
1524 #, c-format
1525 msgid "failed to parse commit %s from commit-graph"
1526 msgstr ""
1528 #: commit-graph.c:2006
1529 msgid "Verifying commits in commit graph"
1530 msgstr ""
1532 #: commit-graph.c:2020
1533 #, c-format
1534 msgid "failed to parse commit %s from object database for commit-graph"
1535 msgstr ""
1537 #: commit-graph.c:2027
1538 #, c-format
1539 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1540 msgstr ""
1542 #: commit-graph.c:2037
1543 #, c-format
1544 msgid "commit-graph parent list for commit %s is too long"
1545 msgstr ""
1547 #: commit-graph.c:2046
1548 #, c-format
1549 msgid "commit-graph parent for %s is %s != %s"
1550 msgstr ""
1552 #: commit-graph.c:2059
1553 #, c-format
1554 msgid "commit-graph parent list for commit %s terminates early"
1555 msgstr ""
1557 #: commit-graph.c:2064
1558 #, c-format
1559 msgid ""
1560 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1561 msgstr ""
1563 #: commit-graph.c:2068
1564 #, c-format
1565 msgid ""
1566 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1567 msgstr ""
1569 #: commit-graph.c:2083
1570 #, c-format
1571 msgid "commit-graph generation for commit %s is %u != %u"
1572 msgstr ""
1574 #: commit-graph.c:2089
1575 #, c-format
1576 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1577 msgstr ""
1579 #: compat/obstack.c:406 compat/obstack.c:408
1580 msgid "memory exhausted"
1581 msgstr ""
1583 #: config.c:124
1584 #, c-format
1585 msgid ""
1586 "exceeded maximum include depth (%d) while including\n"
1587 "\t%s\n"
1588 "from\n"
1589 "\t%s\n"
1590 "This might be due to circular includes."
1591 msgstr ""
1593 #: config.c:140
1594 #, c-format
1595 msgid "could not expand include path '%s'"
1596 msgstr ""
1598 #: config.c:151
1599 msgid "relative config includes must come from files"
1600 msgstr ""
1602 #: config.c:197
1603 msgid "relative config include conditionals must come from files"
1604 msgstr ""
1606 #: config.c:376
1607 #, c-format
1608 msgid "key does not contain a section: %s"
1609 msgstr ""
1611 #: config.c:382
1612 #, c-format
1613 msgid "key does not contain variable name: %s"
1614 msgstr ""
1616 #: config.c:406 sequencer.c:2401
1617 #, c-format
1618 msgid "invalid key: %s"
1619 msgstr ""
1621 #: config.c:412
1622 #, c-format
1623 msgid "invalid key (newline): %s"
1624 msgstr ""
1626 #: config.c:448 config.c:460
1627 #, c-format
1628 msgid "bogus config parameter: %s"
1629 msgstr ""
1631 #: config.c:495
1632 #, c-format
1633 msgid "bogus format in %s"
1634 msgstr ""
1636 #: config.c:821
1637 #, c-format
1638 msgid "bad config line %d in blob %s"
1639 msgstr ""
1641 #: config.c:825
1642 #, c-format
1643 msgid "bad config line %d in file %s"
1644 msgstr ""
1646 #: config.c:829
1647 #, c-format
1648 msgid "bad config line %d in standard input"
1649 msgstr ""
1651 #: config.c:833
1652 #, c-format
1653 msgid "bad config line %d in submodule-blob %s"
1654 msgstr ""
1656 #: config.c:837
1657 #, c-format
1658 msgid "bad config line %d in command line %s"
1659 msgstr ""
1661 #: config.c:841
1662 #, c-format
1663 msgid "bad config line %d in %s"
1664 msgstr ""
1666 #: config.c:978
1667 msgid "out of range"
1668 msgstr ""
1670 #: config.c:978
1671 msgid "invalid unit"
1672 msgstr ""
1674 #: config.c:979
1675 #, c-format
1676 msgid "bad numeric config value '%s' for '%s': %s"
1677 msgstr ""
1679 #: config.c:998
1680 #, c-format
1681 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1682 msgstr ""
1684 #: config.c:1001
1685 #, c-format
1686 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1687 msgstr ""
1689 #: config.c:1004
1690 #, c-format
1691 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1692 msgstr ""
1694 #: config.c:1007
1695 #, c-format
1696 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1697 msgstr ""
1699 #: config.c:1010
1700 #, c-format
1701 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1702 msgstr ""
1704 #: config.c:1013
1705 #, c-format
1706 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1707 msgstr ""
1709 #: config.c:1108
1710 #, c-format
1711 msgid "failed to expand user dir in: '%s'"
1712 msgstr ""
1714 #: config.c:1117
1715 #, c-format
1716 msgid "'%s' for '%s' is not a valid timestamp"
1717 msgstr ""
1719 #: config.c:1208
1720 #, c-format
1721 msgid "abbrev length out of range: %d"
1722 msgstr ""
1724 #: config.c:1222 config.c:1233
1725 #, c-format
1726 msgid "bad zlib compression level %d"
1727 msgstr ""
1729 #: config.c:1325
1730 msgid "core.commentChar should only be one character"
1731 msgstr ""
1733 #: config.c:1358
1734 #, c-format
1735 msgid "invalid mode for object creation: %s"
1736 msgstr ""
1738 #: config.c:1425
1739 #, c-format
1740 msgid "malformed value for %s"
1741 msgstr ""
1743 #: config.c:1451
1744 #, c-format
1745 msgid "malformed value for %s: %s"
1746 msgstr ""
1748 #: config.c:1452
1749 msgid "must be one of nothing, matching, simple, upstream or current"
1750 msgstr ""
1752 #: config.c:1513 builtin/pack-objects.c:3394
1753 #, c-format
1754 msgid "bad pack compression level %d"
1755 msgstr ""
1757 #: config.c:1634
1758 #, c-format
1759 msgid "unable to load config blob object '%s'"
1760 msgstr ""
1762 #: config.c:1637
1763 #, c-format
1764 msgid "reference '%s' does not point to a blob"
1765 msgstr ""
1767 #: config.c:1654
1768 #, c-format
1769 msgid "unable to resolve config blob '%s'"
1770 msgstr ""
1772 #: config.c:1684
1773 #, c-format
1774 msgid "failed to parse %s"
1775 msgstr ""
1777 #: config.c:1740
1778 msgid "unable to parse command-line config"
1779 msgstr ""
1781 #: config.c:2091
1782 msgid "unknown error occurred while reading the configuration files"
1783 msgstr ""
1785 #: config.c:2261
1786 #, c-format
1787 msgid "Invalid %s: '%s'"
1788 msgstr ""
1790 #: config.c:2306
1791 #, c-format
1792 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1793 msgstr ""
1795 #: config.c:2352
1796 #, c-format
1797 msgid "unable to parse '%s' from command-line config"
1798 msgstr ""
1800 #: config.c:2354
1801 #, c-format
1802 msgid "bad config variable '%s' in file '%s' at line %d"
1803 msgstr ""
1805 #: config.c:2435
1806 #, c-format
1807 msgid "invalid section name '%s'"
1808 msgstr ""
1810 #: config.c:2467
1811 #, c-format
1812 msgid "%s has multiple values"
1813 msgstr ""
1815 #: config.c:2496
1816 #, c-format
1817 msgid "failed to write new configuration file %s"
1818 msgstr ""
1820 #: config.c:2748 config.c:3072
1821 #, c-format
1822 msgid "could not lock config file %s"
1823 msgstr ""
1825 #: config.c:2759
1826 #, c-format
1827 msgid "opening %s"
1828 msgstr ""
1830 #: config.c:2794 builtin/config.c:328
1831 #, c-format
1832 msgid "invalid pattern: %s"
1833 msgstr ""
1835 #: config.c:2819
1836 #, c-format
1837 msgid "invalid config file %s"
1838 msgstr ""
1840 #: config.c:2832 config.c:3085
1841 #, c-format
1842 msgid "fstat on %s failed"
1843 msgstr ""
1845 #: config.c:2843
1846 #, c-format
1847 msgid "unable to mmap '%s'"
1848 msgstr ""
1850 #: config.c:2852 config.c:3090
1851 #, c-format
1852 msgid "chmod on %s failed"
1853 msgstr ""
1855 #: config.c:2937 config.c:3187
1856 #, c-format
1857 msgid "could not write config file %s"
1858 msgstr ""
1860 #: config.c:2971
1861 #, c-format
1862 msgid "could not set '%s' to '%s'"
1863 msgstr ""
1865 #: config.c:2973 builtin/remote.c:782
1866 #, c-format
1867 msgid "could not unset '%s'"
1868 msgstr ""
1870 #: config.c:3063
1871 #, c-format
1872 msgid "invalid section name: %s"
1873 msgstr ""
1875 #: config.c:3230
1876 #, c-format
1877 msgid "missing value for '%s'"
1878 msgstr ""
1880 #: connect.c:61
1881 msgid "the remote end hung up upon initial contact"
1882 msgstr ""
1884 #: connect.c:63
1885 msgid ""
1886 "Could not read from remote repository.\n"
1887 "\n"
1888 "Please make sure you have the correct access rights\n"
1889 "and the repository exists."
1890 msgstr ""
1892 #: connect.c:81
1893 #, c-format
1894 msgid "server doesn't support '%s'"
1895 msgstr ""
1897 #: connect.c:103
1898 #, c-format
1899 msgid "server doesn't support feature '%s'"
1900 msgstr ""
1902 #: connect.c:114
1903 msgid "expected flush after capabilities"
1904 msgstr ""
1906 #: connect.c:233
1907 #, c-format
1908 msgid "ignoring capabilities after first line '%s'"
1909 msgstr ""
1911 #: connect.c:252
1912 msgid "protocol error: unexpected capabilities^{}"
1913 msgstr ""
1915 #: connect.c:273
1916 #, c-format
1917 msgid "protocol error: expected shallow sha-1, got '%s'"
1918 msgstr ""
1920 #: connect.c:275
1921 msgid "repository on the other end cannot be shallow"
1922 msgstr ""
1924 #: connect.c:313
1925 msgid "invalid packet"
1926 msgstr ""
1928 #: connect.c:333
1929 #, c-format
1930 msgid "protocol error: unexpected '%s'"
1931 msgstr ""
1933 #: connect.c:441
1934 #, c-format
1935 msgid "invalid ls-refs response: %s"
1936 msgstr ""
1938 #: connect.c:445
1939 msgid "expected flush after ref listing"
1940 msgstr ""
1942 #: connect.c:544
1943 #, c-format
1944 msgid "protocol '%s' is not supported"
1945 msgstr ""
1947 #: connect.c:595
1948 msgid "unable to set SO_KEEPALIVE on socket"
1949 msgstr ""
1951 #: connect.c:635 connect.c:698
1952 #, c-format
1953 msgid "Looking up %s ... "
1954 msgstr ""
1956 #: connect.c:639
1957 #, c-format
1958 msgid "unable to look up %s (port %s) (%s)"
1959 msgstr ""
1961 #. TRANSLATORS: this is the end of "Looking up %s ... "
1962 #: connect.c:643 connect.c:714
1963 #, c-format
1964 msgid ""
1965 "done.\n"
1966 "Connecting to %s (port %s) ... "
1967 msgstr ""
1969 #: connect.c:665 connect.c:742
1970 #, c-format
1971 msgid ""
1972 "unable to connect to %s:\n"
1973 "%s"
1974 msgstr ""
1976 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1977 #: connect.c:671 connect.c:748
1978 msgid "done."
1979 msgstr ""
1981 #: connect.c:702
1982 #, c-format
1983 msgid "unable to look up %s (%s)"
1984 msgstr ""
1986 #: connect.c:708
1987 #, c-format
1988 msgid "unknown port %s"
1989 msgstr ""
1991 #: connect.c:845 connect.c:1175
1992 #, c-format
1993 msgid "strange hostname '%s' blocked"
1994 msgstr ""
1996 #: connect.c:847
1997 #, c-format
1998 msgid "strange port '%s' blocked"
1999 msgstr ""
2001 #: connect.c:857
2002 #, c-format
2003 msgid "cannot start proxy %s"
2004 msgstr ""
2006 #: connect.c:928
2007 msgid "no path specified; see 'git help pull' for valid url syntax"
2008 msgstr ""
2010 #: connect.c:1123
2011 msgid "ssh variant 'simple' does not support -4"
2012 msgstr ""
2014 #: connect.c:1135
2015 msgid "ssh variant 'simple' does not support -6"
2016 msgstr ""
2018 #: connect.c:1152
2019 msgid "ssh variant 'simple' does not support setting port"
2020 msgstr ""
2022 #: connect.c:1264
2023 #, c-format
2024 msgid "strange pathname '%s' blocked"
2025 msgstr ""
2027 #: connect.c:1311
2028 msgid "unable to fork"
2029 msgstr ""
2031 #: connected.c:88 builtin/fsck.c:221 builtin/prune.c:43
2032 msgid "Checking connectivity"
2033 msgstr ""
2035 #: connected.c:100
2036 msgid "Could not run 'git rev-list'"
2037 msgstr ""
2039 #: connected.c:120
2040 msgid "failed write to rev-list"
2041 msgstr ""
2043 #: connected.c:127
2044 msgid "failed to close rev-list's stdin"
2045 msgstr ""
2047 #: convert.c:194
2048 #, c-format
2049 msgid "illegal crlf_action %d"
2050 msgstr ""
2052 #: convert.c:207
2053 #, c-format
2054 msgid "CRLF would be replaced by LF in %s"
2055 msgstr ""
2057 #: convert.c:209
2058 #, c-format
2059 msgid ""
2060 "CRLF will be replaced by LF in %s.\n"
2061 "The file will have its original line endings in your working directory"
2062 msgstr ""
2064 #: convert.c:217
2065 #, c-format
2066 msgid "LF would be replaced by CRLF in %s"
2067 msgstr ""
2069 #: convert.c:219
2070 #, c-format
2071 msgid ""
2072 "LF will be replaced by CRLF in %s.\n"
2073 "The file will have its original line endings in your working directory"
2074 msgstr ""
2076 #: convert.c:280
2077 #, c-format
2078 msgid "BOM is prohibited in '%s' if encoded as %s"
2079 msgstr ""
2081 #: convert.c:287
2082 #, c-format
2083 msgid ""
2084 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2085 "tree-encoding."
2086 msgstr ""
2088 #: convert.c:305
2089 #, c-format
2090 msgid "BOM is required in '%s' if encoded as %s"
2091 msgstr ""
2093 #: convert.c:307
2094 #, c-format
2095 msgid ""
2096 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2097 "%sLE (depending on the byte order) as working-tree-encoding."
2098 msgstr ""
2100 #: convert.c:425 convert.c:496
2101 #, c-format
2102 msgid "failed to encode '%s' from %s to %s"
2103 msgstr ""
2105 #: convert.c:468
2106 #, c-format
2107 msgid "encoding '%s' from %s to %s and back is not the same"
2108 msgstr ""
2110 #: convert.c:674
2111 #, c-format
2112 msgid "cannot fork to run external filter '%s'"
2113 msgstr ""
2115 #: convert.c:694
2116 #, c-format
2117 msgid "cannot feed the input to external filter '%s'"
2118 msgstr ""
2120 #: convert.c:701
2121 #, c-format
2122 msgid "external filter '%s' failed %d"
2123 msgstr ""
2125 #: convert.c:736 convert.c:739
2126 #, c-format
2127 msgid "read from external filter '%s' failed"
2128 msgstr ""
2130 #: convert.c:742 convert.c:797
2131 #, c-format
2132 msgid "external filter '%s' failed"
2133 msgstr ""
2135 #: convert.c:845
2136 msgid "unexpected filter type"
2137 msgstr ""
2139 #: convert.c:856
2140 msgid "path name too long for external filter"
2141 msgstr ""
2143 #: convert.c:930
2144 #, c-format
2145 msgid ""
2146 "external filter '%s' is not available anymore although not all paths have "
2147 "been filtered"
2148 msgstr ""
2150 #: convert.c:1229
2151 msgid "true/false are no valid working-tree-encodings"
2152 msgstr ""
2154 #: convert.c:1417 convert.c:1451
2155 #, c-format
2156 msgid "%s: clean filter '%s' failed"
2157 msgstr ""
2159 #: convert.c:1495
2160 #, c-format
2161 msgid "%s: smudge filter %s failed"
2162 msgstr ""
2164 #: date.c:138
2165 msgid "in the future"
2166 msgstr ""
2168 #: date.c:144
2169 #, c-format
2170 msgid "%<PRIuMAX> second ago"
2171 msgid_plural "%<PRIuMAX> seconds ago"
2172 msgstr[0] ""
2173 msgstr[1] ""
2175 #: date.c:151
2176 #, c-format
2177 msgid "%<PRIuMAX> minute ago"
2178 msgid_plural "%<PRIuMAX> minutes ago"
2179 msgstr[0] ""
2180 msgstr[1] ""
2182 #: date.c:158
2183 #, c-format
2184 msgid "%<PRIuMAX> hour ago"
2185 msgid_plural "%<PRIuMAX> hours ago"
2186 msgstr[0] ""
2187 msgstr[1] ""
2189 #: date.c:165
2190 #, c-format
2191 msgid "%<PRIuMAX> day ago"
2192 msgid_plural "%<PRIuMAX> days ago"
2193 msgstr[0] ""
2194 msgstr[1] ""
2196 #: date.c:171
2197 #, c-format
2198 msgid "%<PRIuMAX> week ago"
2199 msgid_plural "%<PRIuMAX> weeks ago"
2200 msgstr[0] ""
2201 msgstr[1] ""
2203 #: date.c:178
2204 #, c-format
2205 msgid "%<PRIuMAX> month ago"
2206 msgid_plural "%<PRIuMAX> months ago"
2207 msgstr[0] ""
2208 msgstr[1] ""
2210 #: date.c:189
2211 #, c-format
2212 msgid "%<PRIuMAX> year"
2213 msgid_plural "%<PRIuMAX> years"
2214 msgstr[0] ""
2215 msgstr[1] ""
2217 #. TRANSLATORS: "%s" is "<n> years"
2218 #: date.c:192
2219 #, c-format
2220 msgid "%s, %<PRIuMAX> month ago"
2221 msgid_plural "%s, %<PRIuMAX> months ago"
2222 msgstr[0] ""
2223 msgstr[1] ""
2225 #: date.c:197 date.c:202
2226 #, c-format
2227 msgid "%<PRIuMAX> year ago"
2228 msgid_plural "%<PRIuMAX> years ago"
2229 msgstr[0] ""
2230 msgstr[1] ""
2232 #: delta-islands.c:272
2233 msgid "Propagating island marks"
2234 msgstr ""
2236 #: delta-islands.c:290
2237 #, c-format
2238 msgid "bad tree object %s"
2239 msgstr ""
2241 #: delta-islands.c:334
2242 #, c-format
2243 msgid "failed to load island regex for '%s': %s"
2244 msgstr ""
2246 #: delta-islands.c:390
2247 #, c-format
2248 msgid "island regex from config has too many capture groups (max=%d)"
2249 msgstr ""
2251 #: delta-islands.c:467
2252 #, c-format
2253 msgid "Marked %d islands, done.\n"
2254 msgstr ""
2256 #: diffcore-order.c:24
2257 #, c-format
2258 msgid "failed to read orderfile '%s'"
2259 msgstr ""
2261 #: diffcore-rename.c:543
2262 msgid "Performing inexact rename detection"
2263 msgstr ""
2265 #: diff-no-index.c:238
2266 msgid "git diff --no-index [<options>] <path> <path>"
2267 msgstr ""
2269 #: diff-no-index.c:263
2270 msgid ""
2271 "Not a git repository. Use --no-index to compare two paths outside a working "
2272 "tree"
2273 msgstr ""
2275 #: diff.c:155
2276 #, c-format
2277 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2278 msgstr ""
2280 #: diff.c:160
2281 #, c-format
2282 msgid "  Unknown dirstat parameter '%s'\n"
2283 msgstr ""
2285 #: diff.c:296
2286 msgid ""
2287 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2288 "'dimmed-zebra', 'plain'"
2289 msgstr ""
2291 #: diff.c:324
2292 #, c-format
2293 msgid ""
2294 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2295 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2296 msgstr ""
2298 #: diff.c:332
2299 msgid ""
2300 "color-moved-ws: allow-indentation-change cannot be combined with other "
2301 "whitespace modes"
2302 msgstr ""
2304 #: diff.c:405
2305 #, c-format
2306 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2307 msgstr ""
2309 #: diff.c:465
2310 #, c-format
2311 msgid ""
2312 "Found errors in 'diff.dirstat' config variable:\n"
2313 "%s"
2314 msgstr ""
2316 #: diff.c:4218
2317 #, c-format
2318 msgid "external diff died, stopping at %s"
2319 msgstr ""
2321 #: diff.c:4563
2322 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2323 msgstr ""
2325 #: diff.c:4566
2326 msgid "-G, -S and --find-object are mutually exclusive"
2327 msgstr ""
2329 #: diff.c:4644
2330 msgid "--follow requires exactly one pathspec"
2331 msgstr ""
2333 #: diff.c:4692
2334 #, c-format
2335 msgid "invalid --stat value: %s"
2336 msgstr ""
2338 #: diff.c:4697 diff.c:4702 diff.c:4707 diff.c:4712 diff.c:5225
2339 #: parse-options.c:199 parse-options.c:203
2340 #, c-format
2341 msgid "%s expects a numerical value"
2342 msgstr ""
2344 #: diff.c:4729
2345 #, c-format
2346 msgid ""
2347 "Failed to parse --dirstat/-X option parameter:\n"
2348 "%s"
2349 msgstr ""
2351 #: diff.c:4814
2352 #, c-format
2353 msgid "unknown change class '%c' in --diff-filter=%s"
2354 msgstr ""
2356 #: diff.c:4838
2357 #, c-format
2358 msgid "unknown value after ws-error-highlight=%.*s"
2359 msgstr ""
2361 #: diff.c:4852
2362 #, c-format
2363 msgid "unable to resolve '%s'"
2364 msgstr ""
2366 #: diff.c:4902 diff.c:4908
2367 #, c-format
2368 msgid "%s expects <n>/<m> form"
2369 msgstr ""
2371 #: diff.c:4920
2372 #, c-format
2373 msgid "%s expects a character, got '%s'"
2374 msgstr ""
2376 #: diff.c:4941
2377 #, c-format
2378 msgid "bad --color-moved argument: %s"
2379 msgstr ""
2381 #: diff.c:4960
2382 #, c-format
2383 msgid "invalid mode '%s' in --color-moved-ws"
2384 msgstr ""
2386 #: diff.c:5000
2387 msgid ""
2388 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2389 "\"histogram\""
2390 msgstr ""
2392 #: diff.c:5036 diff.c:5056
2393 #, c-format
2394 msgid "invalid argument to %s"
2395 msgstr ""
2397 #: diff.c:5194
2398 #, c-format
2399 msgid "failed to parse --submodule option parameter: '%s'"
2400 msgstr ""
2402 #: diff.c:5250
2403 #, c-format
2404 msgid "bad --word-diff argument: %s"
2405 msgstr ""
2407 #: diff.c:5273
2408 msgid "Diff output format options"
2409 msgstr ""
2411 #: diff.c:5275 diff.c:5281
2412 msgid "generate patch"
2413 msgstr ""
2415 #: diff.c:5278 builtin/log.c:172
2416 msgid "suppress diff output"
2417 msgstr ""
2419 #: diff.c:5283 diff.c:5397 diff.c:5404
2420 msgid "<n>"
2421 msgstr ""
2423 #: diff.c:5284 diff.c:5287
2424 msgid "generate diffs with <n> lines context"
2425 msgstr ""
2427 #: diff.c:5289
2428 msgid "generate the diff in raw format"
2429 msgstr ""
2431 #: diff.c:5292
2432 msgid "synonym for '-p --raw'"
2433 msgstr ""
2435 #: diff.c:5296
2436 msgid "synonym for '-p --stat'"
2437 msgstr ""
2439 #: diff.c:5300
2440 msgid "machine friendly --stat"
2441 msgstr ""
2443 #: diff.c:5303
2444 msgid "output only the last line of --stat"
2445 msgstr ""
2447 #: diff.c:5305 diff.c:5313
2448 msgid "<param1,param2>..."
2449 msgstr ""
2451 #: diff.c:5306
2452 msgid ""
2453 "output the distribution of relative amount of changes for each sub-directory"
2454 msgstr ""
2456 #: diff.c:5310
2457 msgid "synonym for --dirstat=cumulative"
2458 msgstr ""
2460 #: diff.c:5314
2461 msgid "synonym for --dirstat=files,param1,param2..."
2462 msgstr ""
2464 #: diff.c:5318
2465 msgid "warn if changes introduce conflict markers or whitespace errors"
2466 msgstr ""
2468 #: diff.c:5321
2469 msgid "condensed summary such as creations, renames and mode changes"
2470 msgstr ""
2472 #: diff.c:5324
2473 msgid "show only names of changed files"
2474 msgstr ""
2476 #: diff.c:5327
2477 msgid "show only names and status of changed files"
2478 msgstr ""
2480 #: diff.c:5329
2481 msgid "<width>[,<name-width>[,<count>]]"
2482 msgstr ""
2484 #: diff.c:5330
2485 msgid "generate diffstat"
2486 msgstr ""
2488 #: diff.c:5332 diff.c:5335 diff.c:5338
2489 msgid "<width>"
2490 msgstr ""
2492 #: diff.c:5333
2493 msgid "generate diffstat with a given width"
2494 msgstr ""
2496 #: diff.c:5336
2497 msgid "generate diffstat with a given name width"
2498 msgstr ""
2500 #: diff.c:5339
2501 msgid "generate diffstat with a given graph width"
2502 msgstr ""
2504 #: diff.c:5341
2505 msgid "<count>"
2506 msgstr ""
2508 #: diff.c:5342
2509 msgid "generate diffstat with limited lines"
2510 msgstr ""
2512 #: diff.c:5345
2513 msgid "generate compact summary in diffstat"
2514 msgstr ""
2516 #: diff.c:5348
2517 msgid "output a binary diff that can be applied"
2518 msgstr ""
2520 #: diff.c:5351
2521 msgid "show full pre- and post-image object names on the \"index\" lines"
2522 msgstr ""
2524 #: diff.c:5353
2525 msgid "show colored diff"
2526 msgstr ""
2528 #: diff.c:5354
2529 msgid "<kind>"
2530 msgstr ""
2532 #: diff.c:5355
2533 msgid ""
2534 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2535 "diff"
2536 msgstr ""
2538 #: diff.c:5358
2539 msgid ""
2540 "do not munge pathnames and use NULs as output field terminators in --raw or "
2541 "--numstat"
2542 msgstr ""
2544 #: diff.c:5361 diff.c:5364 diff.c:5367 diff.c:5473
2545 msgid "<prefix>"
2546 msgstr ""
2548 #: diff.c:5362
2549 msgid "show the given source prefix instead of \"a/\""
2550 msgstr ""
2552 #: diff.c:5365
2553 msgid "show the given destination prefix instead of \"b/\""
2554 msgstr ""
2556 #: diff.c:5368
2557 msgid "prepend an additional prefix to every line of output"
2558 msgstr ""
2560 #: diff.c:5371
2561 msgid "do not show any source or destination prefix"
2562 msgstr ""
2564 #: diff.c:5374
2565 msgid "show context between diff hunks up to the specified number of lines"
2566 msgstr ""
2568 #: diff.c:5378 diff.c:5383 diff.c:5388
2569 msgid "<char>"
2570 msgstr ""
2572 #: diff.c:5379
2573 msgid "specify the character to indicate a new line instead of '+'"
2574 msgstr ""
2576 #: diff.c:5384
2577 msgid "specify the character to indicate an old line instead of '-'"
2578 msgstr ""
2580 #: diff.c:5389
2581 msgid "specify the character to indicate a context instead of ' '"
2582 msgstr ""
2584 #: diff.c:5392
2585 msgid "Diff rename options"
2586 msgstr ""
2588 #: diff.c:5393
2589 msgid "<n>[/<m>]"
2590 msgstr ""
2592 #: diff.c:5394
2593 msgid "break complete rewrite changes into pairs of delete and create"
2594 msgstr ""
2596 #: diff.c:5398
2597 msgid "detect renames"
2598 msgstr ""
2600 #: diff.c:5402
2601 msgid "omit the preimage for deletes"
2602 msgstr ""
2604 #: diff.c:5405
2605 msgid "detect copies"
2606 msgstr ""
2608 #: diff.c:5409
2609 msgid "use unmodified files as source to find copies"
2610 msgstr ""
2612 #: diff.c:5411
2613 msgid "disable rename detection"
2614 msgstr ""
2616 #: diff.c:5414
2617 msgid "use empty blobs as rename source"
2618 msgstr ""
2620 #: diff.c:5416
2621 msgid "continue listing the history of a file beyond renames"
2622 msgstr ""
2624 #: diff.c:5419
2625 msgid ""
2626 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2627 "given limit"
2628 msgstr ""
2630 #: diff.c:5421
2631 msgid "Diff algorithm options"
2632 msgstr ""
2634 #: diff.c:5423
2635 msgid "produce the smallest possible diff"
2636 msgstr ""
2638 #: diff.c:5426
2639 msgid "ignore whitespace when comparing lines"
2640 msgstr ""
2642 #: diff.c:5429
2643 msgid "ignore changes in amount of whitespace"
2644 msgstr ""
2646 #: diff.c:5432
2647 msgid "ignore changes in whitespace at EOL"
2648 msgstr ""
2650 #: diff.c:5435
2651 msgid "ignore carrier-return at the end of line"
2652 msgstr ""
2654 #: diff.c:5438
2655 msgid "ignore changes whose lines are all blank"
2656 msgstr ""
2658 #: diff.c:5441
2659 msgid "heuristic to shift diff hunk boundaries for easy reading"
2660 msgstr ""
2662 #: diff.c:5444
2663 msgid "generate diff using the \"patience diff\" algorithm"
2664 msgstr ""
2666 #: diff.c:5448
2667 msgid "generate diff using the \"histogram diff\" algorithm"
2668 msgstr ""
2670 #: diff.c:5450
2671 msgid "<algorithm>"
2672 msgstr ""
2674 #: diff.c:5451
2675 msgid "choose a diff algorithm"
2676 msgstr ""
2678 #: diff.c:5453
2679 msgid "<text>"
2680 msgstr ""
2682 #: diff.c:5454
2683 msgid "generate diff using the \"anchored diff\" algorithm"
2684 msgstr ""
2686 #: diff.c:5456 diff.c:5465 diff.c:5468
2687 msgid "<mode>"
2688 msgstr ""
2690 #: diff.c:5457
2691 msgid "show word diff, using <mode> to delimit changed words"
2692 msgstr ""
2694 #: diff.c:5459 diff.c:5462 diff.c:5507
2695 msgid "<regex>"
2696 msgstr ""
2698 #: diff.c:5460
2699 msgid "use <regex> to decide what a word is"
2700 msgstr ""
2702 #: diff.c:5463
2703 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2704 msgstr ""
2706 #: diff.c:5466
2707 msgid "moved lines of code are colored differently"
2708 msgstr ""
2710 #: diff.c:5469
2711 msgid "how white spaces are ignored in --color-moved"
2712 msgstr ""
2714 #: diff.c:5472
2715 msgid "Other diff options"
2716 msgstr ""
2718 #: diff.c:5474
2719 msgid "when run from subdir, exclude changes outside and show relative paths"
2720 msgstr ""
2722 #: diff.c:5478
2723 msgid "treat all files as text"
2724 msgstr ""
2726 #: diff.c:5480
2727 msgid "swap two inputs, reverse the diff"
2728 msgstr ""
2730 #: diff.c:5482
2731 msgid "exit with 1 if there were differences, 0 otherwise"
2732 msgstr ""
2734 #: diff.c:5484
2735 msgid "disable all output of the program"
2736 msgstr ""
2738 #: diff.c:5486
2739 msgid "allow an external diff helper to be executed"
2740 msgstr ""
2742 #: diff.c:5488
2743 msgid "run external text conversion filters when comparing binary files"
2744 msgstr ""
2746 #: diff.c:5490
2747 msgid "<when>"
2748 msgstr ""
2750 #: diff.c:5491
2751 msgid "ignore changes to submodules in the diff generation"
2752 msgstr ""
2754 #: diff.c:5494
2755 msgid "<format>"
2756 msgstr ""
2758 #: diff.c:5495
2759 msgid "specify how differences in submodules are shown"
2760 msgstr ""
2762 #: diff.c:5499
2763 msgid "hide 'git add -N' entries from the index"
2764 msgstr ""
2766 #: diff.c:5502
2767 msgid "treat 'git add -N' entries as real in the index"
2768 msgstr ""
2770 #: diff.c:5504
2771 msgid "<string>"
2772 msgstr ""
2774 #: diff.c:5505
2775 msgid ""
2776 "look for differences that change the number of occurrences of the specified "
2777 "string"
2778 msgstr ""
2780 #: diff.c:5508
2781 msgid ""
2782 "look for differences that change the number of occurrences of the specified "
2783 "regex"
2784 msgstr ""
2786 #: diff.c:5511
2787 msgid "show all changes in the changeset with -S or -G"
2788 msgstr ""
2790 #: diff.c:5514
2791 msgid "treat <string> in -S as extended POSIX regular expression"
2792 msgstr ""
2794 #: diff.c:5517
2795 msgid "control the order in which files appear in the output"
2796 msgstr ""
2798 #: diff.c:5518
2799 msgid "<object-id>"
2800 msgstr ""
2802 #: diff.c:5519
2803 msgid ""
2804 "look for differences that change the number of occurrences of the specified "
2805 "object"
2806 msgstr ""
2808 #: diff.c:5521
2809 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2810 msgstr ""
2812 #: diff.c:5522
2813 msgid "select files by diff type"
2814 msgstr ""
2816 #: diff.c:5524
2817 msgid "<file>"
2818 msgstr ""
2820 #: diff.c:5525
2821 msgid "Output to a specific file"
2822 msgstr ""
2824 #: diff.c:6180
2825 msgid "inexact rename detection was skipped due to too many files."
2826 msgstr ""
2828 #: diff.c:6183
2829 msgid "only found copies from modified paths due to too many files."
2830 msgstr ""
2832 #: diff.c:6186
2833 #, c-format
2834 msgid ""
2835 "you may want to set your %s variable to at least %d and retry the command."
2836 msgstr ""
2838 #: dir.c:549
2839 #, c-format
2840 msgid "pathspec '%s' did not match any file(s) known to git"
2841 msgstr ""
2843 #: dir.c:938
2844 #, c-format
2845 msgid "cannot use %s as an exclude file"
2846 msgstr ""
2848 #: dir.c:1877
2849 #, c-format
2850 msgid "could not open directory '%s'"
2851 msgstr ""
2853 #: dir.c:2128
2854 msgid "failed to get kernel name and information"
2855 msgstr ""
2857 #: dir.c:2252
2858 msgid "untracked cache is disabled on this system or location"
2859 msgstr ""
2861 #: dir.c:3056
2862 #, c-format
2863 msgid "index file corrupt in repo %s"
2864 msgstr ""
2866 #: dir.c:3101 dir.c:3106
2867 #, c-format
2868 msgid "could not create directories for %s"
2869 msgstr ""
2871 #: dir.c:3135
2872 #, c-format
2873 msgid "could not migrate git directory from '%s' to '%s'"
2874 msgstr ""
2876 #: editor.c:73
2877 #, c-format
2878 msgid "hint: Waiting for your editor to close the file...%c"
2879 msgstr ""
2881 #: entry.c:178
2882 msgid "Filtering content"
2883 msgstr ""
2885 #: entry.c:476
2886 #, c-format
2887 msgid "could not stat file '%s'"
2888 msgstr ""
2890 #: environment.c:148
2891 #, c-format
2892 msgid "bad git namespace path \"%s\""
2893 msgstr ""
2895 #: environment.c:330
2896 #, c-format
2897 msgid "could not set GIT_DIR to '%s'"
2898 msgstr ""
2900 #: exec-cmd.c:363
2901 #, c-format
2902 msgid "too many args to run %s"
2903 msgstr ""
2905 #: fetch-pack.c:150
2906 msgid "git fetch-pack: expected shallow list"
2907 msgstr ""
2909 #: fetch-pack.c:153
2910 msgid "git fetch-pack: expected a flush packet after shallow list"
2911 msgstr ""
2913 #: fetch-pack.c:164
2914 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2915 msgstr ""
2917 #: fetch-pack.c:184
2918 #, c-format
2919 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2920 msgstr ""
2922 #: fetch-pack.c:195
2923 msgid "unable to write to remote"
2924 msgstr ""
2926 #: fetch-pack.c:257
2927 msgid "--stateless-rpc requires multi_ack_detailed"
2928 msgstr ""
2930 #: fetch-pack.c:356 fetch-pack.c:1280
2931 #, c-format
2932 msgid "invalid shallow line: %s"
2933 msgstr ""
2935 #: fetch-pack.c:362 fetch-pack.c:1286
2936 #, c-format
2937 msgid "invalid unshallow line: %s"
2938 msgstr ""
2940 #: fetch-pack.c:364 fetch-pack.c:1288
2941 #, c-format
2942 msgid "object not found: %s"
2943 msgstr ""
2945 #: fetch-pack.c:367 fetch-pack.c:1291
2946 #, c-format
2947 msgid "error in object: %s"
2948 msgstr ""
2950 #: fetch-pack.c:369 fetch-pack.c:1293
2951 #, c-format
2952 msgid "no shallow found: %s"
2953 msgstr ""
2955 #: fetch-pack.c:372 fetch-pack.c:1297
2956 #, c-format
2957 msgid "expected shallow/unshallow, got %s"
2958 msgstr ""
2960 #: fetch-pack.c:414
2961 #, c-format
2962 msgid "got %s %d %s"
2963 msgstr ""
2965 #: fetch-pack.c:431
2966 #, c-format
2967 msgid "invalid commit %s"
2968 msgstr ""
2970 #: fetch-pack.c:462
2971 msgid "giving up"
2972 msgstr ""
2974 #: fetch-pack.c:475 progress.c:312
2975 msgid "done"
2976 msgstr ""
2978 #: fetch-pack.c:487
2979 #, c-format
2980 msgid "got %s (%d) %s"
2981 msgstr ""
2983 #: fetch-pack.c:533
2984 #, c-format
2985 msgid "Marking %s as complete"
2986 msgstr ""
2988 #: fetch-pack.c:742
2989 #, c-format
2990 msgid "already have %s (%s)"
2991 msgstr ""
2993 #: fetch-pack.c:781
2994 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2995 msgstr ""
2997 #: fetch-pack.c:789
2998 msgid "protocol error: bad pack header"
2999 msgstr ""
3001 #: fetch-pack.c:857
3002 #, c-format
3003 msgid "fetch-pack: unable to fork off %s"
3004 msgstr ""
3006 #: fetch-pack.c:873
3007 #, c-format
3008 msgid "%s failed"
3009 msgstr ""
3011 #: fetch-pack.c:875
3012 msgid "error in sideband demultiplexer"
3013 msgstr ""
3015 #: fetch-pack.c:907
3016 #, c-format
3017 msgid "Server version is %.*s"
3018 msgstr ""
3020 #: fetch-pack.c:912 fetch-pack.c:918 fetch-pack.c:921 fetch-pack.c:927
3021 #: fetch-pack.c:931 fetch-pack.c:935 fetch-pack.c:939 fetch-pack.c:943
3022 #: fetch-pack.c:947 fetch-pack.c:951 fetch-pack.c:955 fetch-pack.c:959
3023 #: fetch-pack.c:965 fetch-pack.c:971 fetch-pack.c:976 fetch-pack.c:981
3024 #, c-format
3025 msgid "Server supports %s"
3026 msgstr ""
3028 #: fetch-pack.c:914
3029 msgid "Server does not support shallow clients"
3030 msgstr ""
3032 #: fetch-pack.c:974
3033 msgid "Server does not support --shallow-since"
3034 msgstr ""
3036 #: fetch-pack.c:979
3037 msgid "Server does not support --shallow-exclude"
3038 msgstr ""
3040 #: fetch-pack.c:983
3041 msgid "Server does not support --deepen"
3042 msgstr ""
3044 #: fetch-pack.c:1000
3045 msgid "no common commits"
3046 msgstr ""
3048 #: fetch-pack.c:1012 fetch-pack.c:1468
3049 msgid "git fetch-pack: fetch failed."
3050 msgstr ""
3052 #: fetch-pack.c:1150
3053 msgid "Server does not support shallow requests"
3054 msgstr ""
3056 #: fetch-pack.c:1157
3057 msgid "Server supports filter"
3058 msgstr ""
3060 #: fetch-pack.c:1180
3061 msgid "unable to write request to remote"
3062 msgstr ""
3064 #: fetch-pack.c:1198
3065 #, c-format
3066 msgid "error reading section header '%s'"
3067 msgstr ""
3069 #: fetch-pack.c:1204
3070 #, c-format
3071 msgid "expected '%s', received '%s'"
3072 msgstr ""
3074 #: fetch-pack.c:1243
3075 #, c-format
3076 msgid "unexpected acknowledgment line: '%s'"
3077 msgstr ""
3079 #: fetch-pack.c:1248
3080 #, c-format
3081 msgid "error processing acks: %d"
3082 msgstr ""
3084 #: fetch-pack.c:1258
3085 msgid "expected packfile to be sent after 'ready'"
3086 msgstr ""
3088 #: fetch-pack.c:1260
3089 msgid "expected no other sections to be sent after no 'ready'"
3090 msgstr ""
3092 #: fetch-pack.c:1302
3093 #, c-format
3094 msgid "error processing shallow info: %d"
3095 msgstr ""
3097 #: fetch-pack.c:1349
3098 #, c-format
3099 msgid "expected wanted-ref, got '%s'"
3100 msgstr ""
3102 #: fetch-pack.c:1354
3103 #, c-format
3104 msgid "unexpected wanted-ref: '%s'"
3105 msgstr ""
3107 #: fetch-pack.c:1359
3108 #, c-format
3109 msgid "error processing wanted refs: %d"
3110 msgstr ""
3112 #: fetch-pack.c:1693
3113 msgid "no matching remote head"
3114 msgstr ""
3116 #: fetch-pack.c:1716 builtin/clone.c:685
3117 msgid "remote did not send all necessary objects"
3118 msgstr ""
3120 #: fetch-pack.c:1743
3121 #, c-format
3122 msgid "no such remote ref %s"
3123 msgstr ""
3125 #: fetch-pack.c:1746
3126 #, c-format
3127 msgid "Server does not allow request for unadvertised object %s"
3128 msgstr ""
3130 #: gpg-interface.c:321
3131 msgid "gpg failed to sign the data"
3132 msgstr ""
3134 #: gpg-interface.c:347
3135 msgid "could not create temporary file"
3136 msgstr ""
3138 #: gpg-interface.c:350
3139 #, c-format
3140 msgid "failed writing detached signature to '%s'"
3141 msgstr ""
3143 #: graph.c:97
3144 #, c-format
3145 msgid "ignore invalid color '%.*s' in log.graphColors"
3146 msgstr ""
3148 #: grep.c:627
3149 msgid ""
3150 "given pattern contains NULL byte (via -f <file>). This is only supported "
3151 "with -P under PCRE v2"
3152 msgstr ""
3154 #: grep.c:2083
3155 #, c-format
3156 msgid "'%s': unable to read %s"
3157 msgstr ""
3159 #: grep.c:2100 setup.c:165 builtin/clone.c:408 builtin/diff.c:82
3160 #: builtin/rm.c:135
3161 #, c-format
3162 msgid "failed to stat '%s'"
3163 msgstr ""
3165 #: grep.c:2111
3166 #, c-format
3167 msgid "'%s': short read"
3168 msgstr ""
3170 #: help.c:23
3171 msgid "start a working area (see also: git help tutorial)"
3172 msgstr ""
3174 #: help.c:24
3175 msgid "work on the current change (see also: git help everyday)"
3176 msgstr ""
3178 #: help.c:25
3179 msgid "examine the history and state (see also: git help revisions)"
3180 msgstr ""
3182 #: help.c:26
3183 msgid "grow, mark and tweak your common history"
3184 msgstr ""
3186 #: help.c:27
3187 msgid "collaborate (see also: git help workflows)"
3188 msgstr ""
3190 #: help.c:31
3191 msgid "Main Porcelain Commands"
3192 msgstr ""
3194 #: help.c:32
3195 msgid "Ancillary Commands / Manipulators"
3196 msgstr ""
3198 #: help.c:33
3199 msgid "Ancillary Commands / Interrogators"
3200 msgstr ""
3202 #: help.c:34
3203 msgid "Interacting with Others"
3204 msgstr ""
3206 #: help.c:35
3207 msgid "Low-level Commands / Manipulators"
3208 msgstr ""
3210 #: help.c:36
3211 msgid "Low-level Commands / Interrogators"
3212 msgstr ""
3214 #: help.c:37
3215 msgid "Low-level Commands / Synching Repositories"
3216 msgstr ""
3218 #: help.c:38
3219 msgid "Low-level Commands / Internal Helpers"
3220 msgstr ""
3222 #: help.c:298
3223 #, c-format
3224 msgid "available git commands in '%s'"
3225 msgstr ""
3227 #: help.c:305
3228 msgid "git commands available from elsewhere on your $PATH"
3229 msgstr ""
3231 #: help.c:314
3232 msgid "These are common Git commands used in various situations:"
3233 msgstr ""
3235 #: help.c:363 git.c:98
3236 #, c-format
3237 msgid "unsupported command listing type '%s'"
3238 msgstr ""
3240 #: help.c:403
3241 msgid "The common Git guides are:"
3242 msgstr ""
3244 #: help.c:512
3245 msgid "See 'git help <command>' to read about a specific subcommand"
3246 msgstr ""
3248 #: help.c:517
3249 msgid "External commands"
3250 msgstr ""
3252 #: help.c:532
3253 msgid "Command aliases"
3254 msgstr ""
3256 #: help.c:596
3257 #, c-format
3258 msgid ""
3259 "'%s' appears to be a git command, but we were not\n"
3260 "able to execute it. Maybe git-%s is broken?"
3261 msgstr ""
3263 #: help.c:655
3264 msgid "Uh oh. Your system reports no Git commands at all."
3265 msgstr ""
3267 #: help.c:677
3268 #, c-format
3269 msgid "WARNING: You called a Git command named '%s', which does not exist."
3270 msgstr ""
3272 #: help.c:682
3273 #, c-format
3274 msgid "Continuing under the assumption that you meant '%s'."
3275 msgstr ""
3277 #: help.c:687
3278 #, c-format
3279 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3280 msgstr ""
3282 #: help.c:695
3283 #, c-format
3284 msgid "git: '%s' is not a git command. See 'git --help'."
3285 msgstr ""
3287 #: help.c:699
3288 msgid ""
3289 "\n"
3290 "The most similar command is"
3291 msgid_plural ""
3292 "\n"
3293 "The most similar commands are"
3294 msgstr[0] ""
3295 msgstr[1] ""
3297 #: help.c:714
3298 msgid "git version [<options>]"
3299 msgstr ""
3301 #: help.c:783
3302 #, c-format
3303 msgid "%s: %s - %s"
3304 msgstr ""
3306 #: help.c:787
3307 msgid ""
3308 "\n"
3309 "Did you mean this?"
3310 msgid_plural ""
3311 "\n"
3312 "Did you mean one of these?"
3313 msgstr[0] ""
3314 msgstr[1] ""
3316 #: ident.c:349
3317 msgid ""
3318 "\n"
3319 "*** Please tell me who you are.\n"
3320 "\n"
3321 "Run\n"
3322 "\n"
3323 "  git config --global user.email \"you@example.com\"\n"
3324 "  git config --global user.name \"Your Name\"\n"
3325 "\n"
3326 "to set your account's default identity.\n"
3327 "Omit --global to set the identity only in this repository.\n"
3328 "\n"
3329 msgstr ""
3331 #: ident.c:379
3332 msgid "no email was given and auto-detection is disabled"
3333 msgstr ""
3335 #: ident.c:384
3336 #, c-format
3337 msgid "unable to auto-detect email address (got '%s')"
3338 msgstr ""
3340 #: ident.c:401
3341 msgid "no name was given and auto-detection is disabled"
3342 msgstr ""
3344 #: ident.c:407
3345 #, c-format
3346 msgid "unable to auto-detect name (got '%s')"
3347 msgstr ""
3349 #: ident.c:415
3350 #, c-format
3351 msgid "empty ident name (for <%s>) not allowed"
3352 msgstr ""
3354 #: ident.c:421
3355 #, c-format
3356 msgid "name consists only of disallowed characters: %s"
3357 msgstr ""
3359 #: ident.c:436 builtin/commit.c:611
3360 #, c-format
3361 msgid "invalid date format: %s"
3362 msgstr ""
3364 #: list-objects.c:127
3365 #, c-format
3366 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3367 msgstr ""
3369 #: list-objects.c:140
3370 #, c-format
3371 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3372 msgstr ""
3374 #: list-objects.c:375
3375 #, c-format
3376 msgid "unable to load root tree for commit %s"
3377 msgstr ""
3379 #: list-objects-filter.c:492
3380 #, c-format
3381 msgid "unable to access sparse blob in '%s'"
3382 msgstr ""
3384 #: list-objects-filter.c:495
3385 #, c-format
3386 msgid "unable to parse sparse filter data in %s"
3387 msgstr ""
3389 #: list-objects-filter-options.c:58
3390 msgid "expected 'tree:<depth>'"
3391 msgstr ""
3393 #: list-objects-filter-options.c:73
3394 msgid "sparse:path filters support has been dropped"
3395 msgstr ""
3397 #: list-objects-filter-options.c:86
3398 #, c-format
3399 msgid "invalid filter-spec '%s'"
3400 msgstr ""
3402 #: list-objects-filter-options.c:102
3403 #, c-format
3404 msgid "must escape char in sub-filter-spec: '%c'"
3405 msgstr ""
3407 #: list-objects-filter-options.c:144
3408 msgid "expected something after combine:"
3409 msgstr ""
3411 #: list-objects-filter-options.c:226
3412 msgid "multiple filter-specs cannot be combined"
3413 msgstr ""
3415 #: lockfile.c:151
3416 #, c-format
3417 msgid ""
3418 "Unable to create '%s.lock': %s.\n"
3419 "\n"
3420 "Another git process seems to be running in this repository, e.g.\n"
3421 "an editor opened by 'git commit'. Please make sure all processes\n"
3422 "are terminated then try again. If it still fails, a git process\n"
3423 "may have crashed in this repository earlier:\n"
3424 "remove the file manually to continue."
3425 msgstr ""
3427 #: lockfile.c:159
3428 #, c-format
3429 msgid "Unable to create '%s.lock': %s"
3430 msgstr ""
3432 #: merge.c:41
3433 msgid "failed to read the cache"
3434 msgstr ""
3436 #: merge.c:107 rerere.c:720 builtin/am.c:1874 builtin/am.c:1908
3437 #: builtin/checkout.c:537 builtin/checkout.c:796 builtin/clone.c:785
3438 #: builtin/stash.c:264
3439 msgid "unable to write new index file"
3440 msgstr ""
3442 #: merge-recursive.c:367
3443 msgid "(bad commit)\n"
3444 msgstr ""
3446 #: merge-recursive.c:390
3447 #, c-format
3448 msgid "add_cacheinfo failed for path '%s'; merge aborting."
3449 msgstr ""
3451 #: merge-recursive.c:399
3452 #, c-format
3453 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3454 msgstr ""
3456 #: merge-recursive.c:885
3457 #, c-format
3458 msgid "failed to create path '%s'%s"
3459 msgstr ""
3461 #: merge-recursive.c:896
3462 #, c-format
3463 msgid "Removing %s to make room for subdirectory\n"
3464 msgstr ""
3466 #: merge-recursive.c:910 merge-recursive.c:929
3467 msgid ": perhaps a D/F conflict?"
3468 msgstr ""
3470 #: merge-recursive.c:919
3471 #, c-format
3472 msgid "refusing to lose untracked file at '%s'"
3473 msgstr ""
3475 #: merge-recursive.c:960 builtin/cat-file.c:41
3476 #, c-format
3477 msgid "cannot read object %s '%s'"
3478 msgstr ""
3480 #: merge-recursive.c:965
3481 #, c-format
3482 msgid "blob expected for %s '%s'"
3483 msgstr ""
3485 #: merge-recursive.c:990
3486 #, c-format
3487 msgid "failed to open '%s': %s"
3488 msgstr ""
3490 #: merge-recursive.c:1001
3491 #, c-format
3492 msgid "failed to symlink '%s': %s"
3493 msgstr ""
3495 #: merge-recursive.c:1006
3496 #, c-format
3497 msgid "do not know what to do with %06o %s '%s'"
3498 msgstr ""
3500 #: merge-recursive.c:1199
3501 #, c-format
3502 msgid "Failed to merge submodule %s (not checked out)"
3503 msgstr ""
3505 #: merge-recursive.c:1206
3506 #, c-format
3507 msgid "Failed to merge submodule %s (commits not present)"
3508 msgstr ""
3510 #: merge-recursive.c:1213
3511 #, c-format
3512 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3513 msgstr ""
3515 #: merge-recursive.c:1221 merge-recursive.c:1233
3516 #, c-format
3517 msgid "Fast-forwarding submodule %s to the following commit:"
3518 msgstr ""
3520 #: merge-recursive.c:1224 merge-recursive.c:1236
3521 #, c-format
3522 msgid "Fast-forwarding submodule %s"
3523 msgstr ""
3525 #: merge-recursive.c:1259
3526 #, c-format
3527 msgid "Failed to merge submodule %s (merge following commits not found)"
3528 msgstr ""
3530 #: merge-recursive.c:1263
3531 #, c-format
3532 msgid "Failed to merge submodule %s (not fast-forward)"
3533 msgstr ""
3535 #: merge-recursive.c:1264
3536 msgid "Found a possible merge resolution for the submodule:\n"
3537 msgstr ""
3539 #: merge-recursive.c:1267
3540 #, c-format
3541 msgid ""
3542 "If this is correct simply add it to the index for example\n"
3543 "by using:\n"
3544 "\n"
3545 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
3546 "\n"
3547 "which will accept this suggestion.\n"
3548 msgstr ""
3550 #: merge-recursive.c:1276
3551 #, c-format
3552 msgid "Failed to merge submodule %s (multiple merges found)"
3553 msgstr ""
3555 #: merge-recursive.c:1349
3556 msgid "Failed to execute internal merge"
3557 msgstr ""
3559 #: merge-recursive.c:1354
3560 #, c-format
3561 msgid "Unable to add %s to database"
3562 msgstr ""
3564 #: merge-recursive.c:1386
3565 #, c-format
3566 msgid "Auto-merging %s"
3567 msgstr ""
3569 #: merge-recursive.c:1410
3570 #, c-format
3571 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3572 msgstr ""
3574 #: merge-recursive.c:1482
3575 #, c-format
3576 msgid ""
3577 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3578 "in tree."
3579 msgstr ""
3581 #: merge-recursive.c:1487
3582 #, c-format
3583 msgid ""
3584 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3585 "left in tree."
3586 msgstr ""
3588 #: merge-recursive.c:1494
3589 #, c-format
3590 msgid ""
3591 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3592 "in tree at %s."
3593 msgstr ""
3595 #: merge-recursive.c:1499
3596 #, c-format
3597 msgid ""
3598 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3599 "left in tree at %s."
3600 msgstr ""
3602 #: merge-recursive.c:1534
3603 msgid "rename"
3604 msgstr ""
3606 #: merge-recursive.c:1534
3607 msgid "renamed"
3608 msgstr ""
3610 #: merge-recursive.c:1614 merge-recursive.c:2472 merge-recursive.c:3117
3611 #, c-format
3612 msgid "Refusing to lose dirty file at %s"
3613 msgstr ""
3615 #: merge-recursive.c:1624
3616 #, c-format
3617 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3618 msgstr ""
3620 #: merge-recursive.c:1682
3621 #, c-format
3622 msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3623 msgstr ""
3625 #: merge-recursive.c:1713
3626 #, c-format
3627 msgid "%s is a directory in %s adding as %s instead"
3628 msgstr ""
3630 #: merge-recursive.c:1718
3631 #, c-format
3632 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3633 msgstr ""
3635 #: merge-recursive.c:1737
3636 #, c-format
3637 msgid ""
3638 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3639 "\"->\"%s\" in \"%s\"%s"
3640 msgstr ""
3642 #: merge-recursive.c:1742
3643 msgid " (left unresolved)"
3644 msgstr ""
3646 #: merge-recursive.c:1851
3647 #, c-format
3648 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3649 msgstr ""
3651 #: merge-recursive.c:2056
3652 #, c-format
3653 msgid ""
3654 "CONFLICT (directory rename split): Unclear where to place %s because "
3655 "directory %s was renamed to multiple other directories, with no destination "
3656 "getting a majority of the files."
3657 msgstr ""
3659 #: merge-recursive.c:2088
3660 #, c-format
3661 msgid ""
3662 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3663 "implicit directory rename(s) putting the following path(s) there: %s."
3664 msgstr ""
3666 #: merge-recursive.c:2098
3667 #, c-format
3668 msgid ""
3669 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3670 "implicit directory renames tried to put these paths there: %s"
3671 msgstr ""
3673 #: merge-recursive.c:2190
3674 #, c-format
3675 msgid ""
3676 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3677 ">%s in %s"
3678 msgstr ""
3680 #: merge-recursive.c:2435
3681 #, c-format
3682 msgid ""
3683 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3684 "renamed."
3685 msgstr ""
3687 #: merge-recursive.c:2961
3688 #, c-format
3689 msgid "cannot read object %s"
3690 msgstr ""
3692 #: merge-recursive.c:2964
3693 #, c-format
3694 msgid "object %s is not a blob"
3695 msgstr ""
3697 #: merge-recursive.c:3028
3698 msgid "modify"
3699 msgstr ""
3701 #: merge-recursive.c:3028
3702 msgid "modified"
3703 msgstr ""
3705 #: merge-recursive.c:3040
3706 msgid "content"
3707 msgstr ""
3709 #: merge-recursive.c:3044
3710 msgid "add/add"
3711 msgstr ""
3713 #: merge-recursive.c:3067
3714 #, c-format
3715 msgid "Skipped %s (merged same as existing)"
3716 msgstr ""
3718 #: merge-recursive.c:3089 git-submodule.sh:937
3719 msgid "submodule"
3720 msgstr ""
3722 #: merge-recursive.c:3090
3723 #, c-format
3724 msgid "CONFLICT (%s): Merge conflict in %s"
3725 msgstr ""
3727 #: merge-recursive.c:3120
3728 #, c-format
3729 msgid "Adding as %s instead"
3730 msgstr ""
3732 #: merge-recursive.c:3203
3733 #, c-format
3734 msgid ""
3735 "Path updated: %s added in %s inside a directory that was renamed in %s; "
3736 "moving it to %s."
3737 msgstr ""
3739 #: merge-recursive.c:3206
3740 #, c-format
3741 msgid ""
3742 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
3743 "in %s, suggesting it should perhaps be moved to %s."
3744 msgstr ""
3746 #: merge-recursive.c:3210
3747 #, c-format
3748 msgid ""
3749 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3750 "%s; moving it to %s."
3751 msgstr ""
3753 #: merge-recursive.c:3213
3754 #, c-format
3755 msgid ""
3756 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3757 "was renamed in %s, suggesting it should perhaps be moved to %s."
3758 msgstr ""
3760 #: merge-recursive.c:3327
3761 #, c-format
3762 msgid "Removing %s"
3763 msgstr ""
3765 #: merge-recursive.c:3350
3766 msgid "file/directory"
3767 msgstr ""
3769 #: merge-recursive.c:3355
3770 msgid "directory/file"
3771 msgstr ""
3773 #: merge-recursive.c:3362
3774 #, c-format
3775 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3776 msgstr ""
3778 #: merge-recursive.c:3371
3779 #, c-format
3780 msgid "Adding %s"
3781 msgstr ""
3783 #: merge-recursive.c:3380
3784 #, c-format
3785 msgid "CONFLICT (add/add): Merge conflict in %s"
3786 msgstr ""
3788 #: merge-recursive.c:3424
3789 msgid "Already up to date!"
3790 msgstr ""
3792 #: merge-recursive.c:3433
3793 #, c-format
3794 msgid "merging of trees %s and %s failed"
3795 msgstr ""
3797 #: merge-recursive.c:3537
3798 msgid "Merging:"
3799 msgstr ""
3801 #: merge-recursive.c:3550
3802 #, c-format
3803 msgid "found %u common ancestor:"
3804 msgid_plural "found %u common ancestors:"
3805 msgstr[0] ""
3806 msgstr[1] ""
3808 #: merge-recursive.c:3600
3809 msgid "merge returned no commit"
3810 msgstr ""
3812 #: merge-recursive.c:3659
3813 #, c-format
3814 msgid ""
3815 "Your local changes to the following files would be overwritten by merge:\n"
3816 "  %s"
3817 msgstr ""
3819 #: merge-recursive.c:3756
3820 #, c-format
3821 msgid "Could not parse object '%s'"
3822 msgstr ""
3824 #: merge-recursive.c:3774 builtin/merge.c:694 builtin/merge.c:874
3825 msgid "Unable to write index."
3826 msgstr ""
3828 #: midx.c:68
3829 #, c-format
3830 msgid "multi-pack-index file %s is too small"
3831 msgstr ""
3833 #: midx.c:84
3834 #, c-format
3835 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3836 msgstr ""
3838 #: midx.c:89
3839 #, c-format
3840 msgid "multi-pack-index version %d not recognized"
3841 msgstr ""
3843 #: midx.c:94
3844 #, c-format
3845 msgid "hash version %u does not match"
3846 msgstr ""
3848 #: midx.c:108
3849 msgid "invalid chunk offset (too large)"
3850 msgstr ""
3852 #: midx.c:132
3853 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3854 msgstr ""
3856 #: midx.c:145
3857 msgid "multi-pack-index missing required pack-name chunk"
3858 msgstr ""
3860 #: midx.c:147
3861 msgid "multi-pack-index missing required OID fanout chunk"
3862 msgstr ""
3864 #: midx.c:149
3865 msgid "multi-pack-index missing required OID lookup chunk"
3866 msgstr ""
3868 #: midx.c:151
3869 msgid "multi-pack-index missing required object offsets chunk"
3870 msgstr ""
3872 #: midx.c:165
3873 #, c-format
3874 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3875 msgstr ""
3877 #: midx.c:210
3878 #, c-format
3879 msgid "bad pack-int-id: %u (%u total packs)"
3880 msgstr ""
3882 #: midx.c:260
3883 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3884 msgstr ""
3886 #: midx.c:288
3887 msgid "error preparing packfile from multi-pack-index"
3888 msgstr ""
3890 #: midx.c:469
3891 #, c-format
3892 msgid "failed to add packfile '%s'"
3893 msgstr ""
3895 #: midx.c:475
3896 #, c-format
3897 msgid "failed to open pack-index '%s'"
3898 msgstr ""
3900 #: midx.c:535
3901 #, c-format
3902 msgid "failed to locate object %d in packfile"
3903 msgstr ""
3905 #: midx.c:864
3906 #, c-format
3907 msgid "did not see pack-file %s to drop"
3908 msgstr ""
3910 #: midx.c:1035
3911 #, c-format
3912 msgid "failed to clear multi-pack-index at %s"
3913 msgstr ""
3915 #: midx.c:1090
3916 msgid "Looking for referenced packfiles"
3917 msgstr ""
3919 #: midx.c:1105
3920 #, c-format
3921 msgid ""
3922 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3923 msgstr ""
3925 #: midx.c:1109
3926 msgid "Verifying OID order in MIDX"
3927 msgstr ""
3929 #: midx.c:1118
3930 #, c-format
3931 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3932 msgstr ""
3934 #: midx.c:1137
3935 msgid "Sorting objects by packfile"
3936 msgstr ""
3938 #: midx.c:1143
3939 msgid "Verifying object offsets"
3940 msgstr ""
3942 #: midx.c:1159
3943 #, c-format
3944 msgid "failed to load pack entry for oid[%d] = %s"
3945 msgstr ""
3947 #: midx.c:1165
3948 #, c-format
3949 msgid "failed to load pack-index for packfile %s"
3950 msgstr ""
3952 #: midx.c:1174
3953 #, c-format
3954 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3955 msgstr ""
3957 #: midx.c:1349
3958 msgid "could not start pack-objects"
3959 msgstr ""
3961 #: midx.c:1368
3962 msgid "could not finish pack-objects"
3963 msgstr ""
3965 #: name-hash.c:537
3966 #, c-format
3967 msgid "unable to create lazy_dir thread: %s"
3968 msgstr ""
3970 #: name-hash.c:559
3971 #, c-format
3972 msgid "unable to create lazy_name thread: %s"
3973 msgstr ""
3975 #: name-hash.c:565
3976 #, c-format
3977 msgid "unable to join lazy_name thread: %s"
3978 msgstr ""
3980 #: notes-merge.c:277
3981 #, c-format
3982 msgid ""
3983 "You have not concluded your previous notes merge (%s exists).\n"
3984 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3985 "commit/abort the previous merge before you start a new notes merge."
3986 msgstr ""
3988 #: notes-merge.c:284
3989 #, c-format
3990 msgid "You have not concluded your notes merge (%s exists)."
3991 msgstr ""
3993 #: notes-utils.c:46
3994 msgid "Cannot commit uninitialized/unreferenced notes tree"
3995 msgstr ""
3997 #: notes-utils.c:105
3998 #, c-format
3999 msgid "Bad notes.rewriteMode value: '%s'"
4000 msgstr ""
4002 #: notes-utils.c:115
4003 #, c-format
4004 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
4005 msgstr ""
4007 #. TRANSLATORS: The first %s is the name of
4008 #. the environment variable, the second %s is
4009 #. its value.
4011 #: notes-utils.c:145
4012 #, c-format
4013 msgid "Bad %s value: '%s'"
4014 msgstr ""
4016 #: object.c:53
4017 #, c-format
4018 msgid "invalid object type \"%s\""
4019 msgstr ""
4021 #: object.c:173
4022 #, c-format
4023 msgid "object %s is a %s, not a %s"
4024 msgstr ""
4026 #: object.c:233
4027 #, c-format
4028 msgid "object %s has unknown type id %d"
4029 msgstr ""
4031 #: object.c:246
4032 #, c-format
4033 msgid "unable to parse object: %s"
4034 msgstr ""
4036 #: object.c:266 object.c:277
4037 #, c-format
4038 msgid "hash mismatch %s"
4039 msgstr ""
4041 #: packfile.c:641
4042 msgid "offset before end of packfile (broken .idx?)"
4043 msgstr ""
4045 #: packfile.c:1887
4046 #, c-format
4047 msgid "offset before start of pack index for %s (corrupt index?)"
4048 msgstr ""
4050 #: packfile.c:1891
4051 #, c-format
4052 msgid "offset beyond end of pack index for %s (truncated index?)"
4053 msgstr ""
4055 #: parse-options.c:38
4056 #, c-format
4057 msgid "%s requires a value"
4058 msgstr ""
4060 #: parse-options.c:73
4061 #, c-format
4062 msgid "%s is incompatible with %s"
4063 msgstr ""
4065 #: parse-options.c:78
4066 #, c-format
4067 msgid "%s : incompatible with something else"
4068 msgstr ""
4070 #: parse-options.c:92 parse-options.c:96 parse-options.c:319
4071 #, c-format
4072 msgid "%s takes no value"
4073 msgstr ""
4075 #: parse-options.c:94
4076 #, c-format
4077 msgid "%s isn't available"
4078 msgstr ""
4080 #: parse-options.c:219
4081 #, c-format
4082 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4083 msgstr ""
4085 #: parse-options.c:389
4086 #, c-format
4087 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4088 msgstr ""
4090 #: parse-options.c:423 parse-options.c:431
4091 #, c-format
4092 msgid "did you mean `--%s` (with two dashes ?)"
4093 msgstr ""
4095 #: parse-options.c:860
4096 #, c-format
4097 msgid "unknown option `%s'"
4098 msgstr ""
4100 #: parse-options.c:862
4101 #, c-format
4102 msgid "unknown switch `%c'"
4103 msgstr ""
4105 #: parse-options.c:864
4106 #, c-format
4107 msgid "unknown non-ascii option in string: `%s'"
4108 msgstr ""
4110 #: parse-options.c:888
4111 msgid "..."
4112 msgstr ""
4114 #: parse-options.c:907
4115 #, c-format
4116 msgid "usage: %s"
4117 msgstr ""
4119 #. TRANSLATORS: the colon here should align with the
4120 #. one in "usage: %s" translation.
4122 #: parse-options.c:913
4123 #, c-format
4124 msgid "   or: %s"
4125 msgstr ""
4127 #: parse-options.c:916
4128 #, c-format
4129 msgid "    %s"
4130 msgstr ""
4132 #: parse-options.c:955
4133 msgid "-NUM"
4134 msgstr ""
4136 #: parse-options.c:969
4137 #, c-format
4138 msgid "alias of --%s"
4139 msgstr ""
4141 #: parse-options-cb.c:20 parse-options-cb.c:24
4142 #, c-format
4143 msgid "option `%s' expects a numerical value"
4144 msgstr ""
4146 #: parse-options-cb.c:41
4147 #, c-format
4148 msgid "malformed expiration date '%s'"
4149 msgstr ""
4151 #: parse-options-cb.c:54
4152 #, c-format
4153 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4154 msgstr ""
4156 #: parse-options-cb.c:130 parse-options-cb.c:147
4157 #, c-format
4158 msgid "malformed object name '%s'"
4159 msgstr ""
4161 #: path.c:897
4162 #, c-format
4163 msgid "Could not make %s writable by group"
4164 msgstr ""
4166 #: pathspec.c:128
4167 msgid "Escape character '\\' not allowed as last character in attr value"
4168 msgstr ""
4170 #: pathspec.c:146
4171 msgid "Only one 'attr:' specification is allowed."
4172 msgstr ""
4174 #: pathspec.c:149
4175 msgid "attr spec must not be empty"
4176 msgstr ""
4178 #: pathspec.c:192
4179 #, c-format
4180 msgid "invalid attribute name %s"
4181 msgstr ""
4183 #: pathspec.c:257
4184 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4185 msgstr ""
4187 #: pathspec.c:264
4188 msgid ""
4189 "global 'literal' pathspec setting is incompatible with all other global "
4190 "pathspec settings"
4191 msgstr ""
4193 #: pathspec.c:304
4194 msgid "invalid parameter for pathspec magic 'prefix'"
4195 msgstr ""
4197 #: pathspec.c:325
4198 #, c-format
4199 msgid "Invalid pathspec magic '%.*s' in '%s'"
4200 msgstr ""
4202 #: pathspec.c:330
4203 #, c-format
4204 msgid "Missing ')' at the end of pathspec magic in '%s'"
4205 msgstr ""
4207 #: pathspec.c:368
4208 #, c-format
4209 msgid "Unimplemented pathspec magic '%c' in '%s'"
4210 msgstr ""
4212 #: pathspec.c:427
4213 #, c-format
4214 msgid "%s: 'literal' and 'glob' are incompatible"
4215 msgstr ""
4217 #: pathspec.c:440
4218 #, c-format
4219 msgid "%s: '%s' is outside repository"
4220 msgstr ""
4222 #: pathspec.c:514
4223 #, c-format
4224 msgid "'%s' (mnemonic: '%c')"
4225 msgstr ""
4227 #: pathspec.c:524
4228 #, c-format
4229 msgid "%s: pathspec magic not supported by this command: %s"
4230 msgstr ""
4232 #: pathspec.c:591
4233 #, c-format
4234 msgid "pathspec '%s' is beyond a symbolic link"
4235 msgstr ""
4237 #: pkt-line.c:92
4238 msgid "unable to write flush packet"
4239 msgstr ""
4241 #: pkt-line.c:99
4242 msgid "unable to write delim packet"
4243 msgstr ""
4245 #: pkt-line.c:106
4246 msgid "flush packet write failed"
4247 msgstr ""
4249 #: pkt-line.c:146 pkt-line.c:232
4250 msgid "protocol error: impossibly long line"
4251 msgstr ""
4253 #: pkt-line.c:162 pkt-line.c:164
4254 msgid "packet write with format failed"
4255 msgstr ""
4257 #: pkt-line.c:196
4258 msgid "packet write failed - data exceeds max packet size"
4259 msgstr ""
4261 #: pkt-line.c:203 pkt-line.c:210
4262 msgid "packet write failed"
4263 msgstr ""
4265 #: pkt-line.c:295
4266 msgid "read error"
4267 msgstr ""
4269 #: pkt-line.c:303
4270 msgid "the remote end hung up unexpectedly"
4271 msgstr ""
4273 #: pkt-line.c:331
4274 #, c-format
4275 msgid "protocol error: bad line length character: %.4s"
4276 msgstr ""
4278 #: pkt-line.c:341 pkt-line.c:346
4279 #, c-format
4280 msgid "protocol error: bad line length %d"
4281 msgstr ""
4283 #: pkt-line.c:362
4284 #, c-format
4285 msgid "remote error: %s"
4286 msgstr ""
4288 #: preload-index.c:119
4289 msgid "Refreshing index"
4290 msgstr ""
4292 #: preload-index.c:138
4293 #, c-format
4294 msgid "unable to create threaded lstat: %s"
4295 msgstr ""
4297 #: pretty.c:966
4298 msgid "unable to parse --pretty format"
4299 msgstr ""
4301 #: promisor-remote.c:25
4302 msgid "Remote with no URL"
4303 msgstr ""
4305 #: promisor-remote.c:61
4306 #, c-format
4307 msgid "promisor remote name cannot begin with '/': %s"
4308 msgstr ""
4310 #: range-diff.c:71
4311 msgid "could not start `log`"
4312 msgstr ""
4314 #: range-diff.c:73
4315 msgid "could not read `log` output"
4316 msgstr ""
4318 #: range-diff.c:92 sequencer.c:4985
4319 #, c-format
4320 msgid "could not parse commit '%s'"
4321 msgstr ""
4323 #: range-diff.c:118
4324 #, c-format
4325 msgid "could not parse git header '%.*s'"
4326 msgstr ""
4328 #: range-diff.c:275
4329 msgid "failed to generate diff"
4330 msgstr ""
4332 #: range-diff.c:507 range-diff.c:509
4333 #, c-format
4334 msgid "could not parse log for '%s'"
4335 msgstr ""
4337 #: read-cache.c:680
4338 #, c-format
4339 msgid "will not add file alias '%s' ('%s' already exists in index)"
4340 msgstr ""
4342 #: read-cache.c:696
4343 msgid "cannot create an empty blob in the object database"
4344 msgstr ""
4346 #: read-cache.c:718
4347 #, c-format
4348 msgid "%s: can only add regular files, symbolic links or git-directories"
4349 msgstr ""
4351 #: read-cache.c:723
4352 #, c-format
4353 msgid "'%s' does not have a commit checked out"
4354 msgstr ""
4356 #: read-cache.c:775
4357 #, c-format
4358 msgid "unable to index file '%s'"
4359 msgstr ""
4361 #: read-cache.c:794
4362 #, c-format
4363 msgid "unable to add '%s' to index"
4364 msgstr ""
4366 #: read-cache.c:805
4367 #, c-format
4368 msgid "unable to stat '%s'"
4369 msgstr ""
4371 #: read-cache.c:1314
4372 #, c-format
4373 msgid "'%s' appears as both a file and as a directory"
4374 msgstr ""
4376 #: read-cache.c:1520
4377 msgid "Refresh index"
4378 msgstr ""
4380 #: read-cache.c:1635
4381 #, c-format
4382 msgid ""
4383 "index.version set, but the value is invalid.\n"
4384 "Using version %i"
4385 msgstr ""
4387 #: read-cache.c:1645
4388 #, c-format
4389 msgid ""
4390 "GIT_INDEX_VERSION set, but the value is invalid.\n"
4391 "Using version %i"
4392 msgstr ""
4394 #: read-cache.c:1701
4395 #, c-format
4396 msgid "bad signature 0x%08x"
4397 msgstr ""
4399 #: read-cache.c:1704
4400 #, c-format
4401 msgid "bad index version %d"
4402 msgstr ""
4404 #: read-cache.c:1713
4405 msgid "bad index file sha1 signature"
4406 msgstr ""
4408 #: read-cache.c:1743
4409 #, c-format
4410 msgid "index uses %.4s extension, which we do not understand"
4411 msgstr ""
4413 #: read-cache.c:1745
4414 #, c-format
4415 msgid "ignoring %.4s extension"
4416 msgstr ""
4418 #: read-cache.c:1782
4419 #, c-format
4420 msgid "unknown index entry format 0x%08x"
4421 msgstr ""
4423 #: read-cache.c:1798
4424 #, c-format
4425 msgid "malformed name field in the index, near path '%s'"
4426 msgstr ""
4428 #: read-cache.c:1855
4429 msgid "unordered stage entries in index"
4430 msgstr ""
4432 #: read-cache.c:1858
4433 #, c-format
4434 msgid "multiple stage entries for merged file '%s'"
4435 msgstr ""
4437 #: read-cache.c:1861
4438 #, c-format
4439 msgid "unordered stage entries for '%s'"
4440 msgstr ""
4442 #: read-cache.c:1967 read-cache.c:2255 rerere.c:565 rerere.c:599 rerere.c:1111
4443 #: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:468
4444 #: builtin/checkout.c:652 builtin/clean.c:967 builtin/commit.c:347
4445 #: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4446 #: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
4447 msgid "index file corrupt"
4448 msgstr ""
4450 #: read-cache.c:2108
4451 #, c-format
4452 msgid "unable to create load_cache_entries thread: %s"
4453 msgstr ""
4455 #: read-cache.c:2121
4456 #, c-format
4457 msgid "unable to join load_cache_entries thread: %s"
4458 msgstr ""
4460 #: read-cache.c:2154
4461 #, c-format
4462 msgid "%s: index file open failed"
4463 msgstr ""
4465 #: read-cache.c:2158
4466 #, c-format
4467 msgid "%s: cannot stat the open index"
4468 msgstr ""
4470 #: read-cache.c:2162
4471 #, c-format
4472 msgid "%s: index file smaller than expected"
4473 msgstr ""
4475 #: read-cache.c:2166
4476 #, c-format
4477 msgid "%s: unable to map index file"
4478 msgstr ""
4480 #: read-cache.c:2208
4481 #, c-format
4482 msgid "unable to create load_index_extensions thread: %s"
4483 msgstr ""
4485 #: read-cache.c:2235
4486 #, c-format
4487 msgid "unable to join load_index_extensions thread: %s"
4488 msgstr ""
4490 #: read-cache.c:2267
4491 #, c-format
4492 msgid "could not freshen shared index '%s'"
4493 msgstr ""
4495 #: read-cache.c:2314
4496 #, c-format
4497 msgid "broken index, expect %s in %s, got %s"
4498 msgstr ""
4500 #: read-cache.c:3010 wrapper.c:622 builtin/merge.c:1119
4501 #, c-format
4502 msgid "could not close '%s'"
4503 msgstr ""
4505 #: read-cache.c:3113 sequencer.c:2296 sequencer.c:3917
4506 #, c-format
4507 msgid "could not stat '%s'"
4508 msgstr ""
4510 #: read-cache.c:3126
4511 #, c-format
4512 msgid "unable to open git dir: %s"
4513 msgstr ""
4515 #: read-cache.c:3138
4516 #, c-format
4517 msgid "unable to unlink: %s"
4518 msgstr ""
4520 #: read-cache.c:3163
4521 #, c-format
4522 msgid "cannot fix permission bits on '%s'"
4523 msgstr ""
4525 #: read-cache.c:3312
4526 #, c-format
4527 msgid "%s: cannot drop to stage #0"
4528 msgstr ""
4530 #: rebase-interactive.c:26
4531 #, c-format
4532 msgid ""
4533 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4534 msgstr ""
4536 #: rebase-interactive.c:35
4537 msgid ""
4538 "\n"
4539 "Commands:\n"
4540 "p, pick <commit> = use commit\n"
4541 "r, reword <commit> = use commit, but edit the commit message\n"
4542 "e, edit <commit> = use commit, but stop for amending\n"
4543 "s, squash <commit> = use commit, but meld into previous commit\n"
4544 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4545 "x, exec <command> = run command (the rest of the line) using shell\n"
4546 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4547 "d, drop <commit> = remove commit\n"
4548 "l, label <label> = label current HEAD with a name\n"
4549 "t, reset <label> = reset HEAD to a label\n"
4550 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4551 ".       create a merge commit using the original merge commit's\n"
4552 ".       message (or the oneline, if no original merge commit was\n"
4553 ".       specified). Use -c <commit> to reword the commit message.\n"
4554 "\n"
4555 "These lines can be re-ordered; they are executed from top to bottom.\n"
4556 msgstr ""
4558 #: rebase-interactive.c:56
4559 #, c-format
4560 msgid "Rebase %s onto %s (%d command)"
4561 msgid_plural "Rebase %s onto %s (%d commands)"
4562 msgstr[0] ""
4563 msgstr[1] ""
4565 #: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4566 msgid ""
4567 "\n"
4568 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4569 msgstr ""
4571 #: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4572 msgid ""
4573 "\n"
4574 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
4575 msgstr ""
4577 #: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4578 msgid ""
4579 "\n"
4580 "You are editing the todo file of an ongoing interactive rebase.\n"
4581 "To continue rebase after editing, run:\n"
4582 "    git rebase --continue\n"
4583 "\n"
4584 msgstr ""
4586 #: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4587 msgid ""
4588 "\n"
4589 "However, if you remove everything, the rebase will be aborted.\n"
4590 "\n"
4591 msgstr ""
4593 #: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4594 msgid "Note that empty commits are commented out"
4595 msgstr ""
4597 #: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3388
4598 #: sequencer.c:3414 sequencer.c:5084 builtin/fsck.c:356 builtin/rebase.c:235
4599 #, c-format
4600 msgid "could not write '%s'"
4601 msgstr ""
4603 #: rebase-interactive.c:108
4604 #, c-format
4605 msgid "could not copy '%s' to '%s'."
4606 msgstr ""
4608 #: rebase-interactive.c:173
4609 #, c-format
4610 msgid ""
4611 "Warning: some commits may have been dropped accidentally.\n"
4612 "Dropped commits (newer to older):\n"
4613 msgstr ""
4615 #: rebase-interactive.c:180
4616 #, c-format
4617 msgid ""
4618 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4619 "\n"
4620 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4621 "warnings.\n"
4622 "The possible behaviours are: ignore, warn, error.\n"
4623 "\n"
4624 msgstr ""
4626 #: refs.c:262
4627 #, c-format
4628 msgid "%s does not point to a valid object!"
4629 msgstr ""
4631 #: refs.c:667
4632 #, c-format
4633 msgid "ignoring dangling symref %s"
4634 msgstr ""
4636 #: refs.c:669 ref-filter.c:2098
4637 #, c-format
4638 msgid "ignoring broken ref %s"
4639 msgstr ""
4641 #: refs.c:804
4642 #, c-format
4643 msgid "could not open '%s' for writing: %s"
4644 msgstr ""
4646 #: refs.c:814 refs.c:865
4647 #, c-format
4648 msgid "could not read ref '%s'"
4649 msgstr ""
4651 #: refs.c:820
4652 #, c-format
4653 msgid "ref '%s' already exists"
4654 msgstr ""
4656 #: refs.c:825
4657 #, c-format
4658 msgid "unexpected object ID when writing '%s'"
4659 msgstr ""
4661 #: refs.c:833 sequencer.c:403 sequencer.c:2647 sequencer.c:2851
4662 #: sequencer.c:2865 sequencer.c:3122 sequencer.c:5001 wrapper.c:620
4663 #, c-format
4664 msgid "could not write to '%s'"
4665 msgstr ""
4667 #: refs.c:860 wrapper.c:188 wrapper.c:358 builtin/am.c:714
4668 #: builtin/rebase.c:1004
4669 #, c-format
4670 msgid "could not open '%s' for writing"
4671 msgstr ""
4673 #: refs.c:867
4674 #, c-format
4675 msgid "unexpected object ID when deleting '%s'"
4676 msgstr ""
4678 #: refs.c:998
4679 #, c-format
4680 msgid "log for ref %s has gap after %s"
4681 msgstr ""
4683 #: refs.c:1004
4684 #, c-format
4685 msgid "log for ref %s unexpectedly ended on %s"
4686 msgstr ""
4688 #: refs.c:1063
4689 #, c-format
4690 msgid "log for %s is empty"
4691 msgstr ""
4693 #: refs.c:1155
4694 #, c-format
4695 msgid "refusing to update ref with bad name '%s'"
4696 msgstr ""
4698 #: refs.c:1231
4699 #, c-format
4700 msgid "update_ref failed for ref '%s': %s"
4701 msgstr ""
4703 #: refs.c:2023
4704 #, c-format
4705 msgid "multiple updates for ref '%s' not allowed"
4706 msgstr ""
4708 #: refs.c:2055
4709 msgid "ref updates forbidden inside quarantine environment"
4710 msgstr ""
4712 #: refs.c:2151 refs.c:2181
4713 #, c-format
4714 msgid "'%s' exists; cannot create '%s'"
4715 msgstr ""
4717 #: refs.c:2157 refs.c:2192
4718 #, c-format
4719 msgid "cannot process '%s' and '%s' at the same time"
4720 msgstr ""
4722 #: refs/files-backend.c:1234
4723 #, c-format
4724 msgid "could not remove reference %s"
4725 msgstr ""
4727 #: refs/files-backend.c:1248 refs/packed-backend.c:1541
4728 #: refs/packed-backend.c:1551
4729 #, c-format
4730 msgid "could not delete reference %s: %s"
4731 msgstr ""
4733 #: refs/files-backend.c:1251 refs/packed-backend.c:1554
4734 #, c-format
4735 msgid "could not delete references: %s"
4736 msgstr ""
4738 #: refspec.c:137
4739 #, c-format
4740 msgid "invalid refspec '%s'"
4741 msgstr ""
4743 #: ref-filter.c:42 wt-status.c:1938
4744 msgid "gone"
4745 msgstr ""
4747 #: ref-filter.c:43
4748 #, c-format
4749 msgid "ahead %d"
4750 msgstr ""
4752 #: ref-filter.c:44
4753 #, c-format
4754 msgid "behind %d"
4755 msgstr ""
4757 #: ref-filter.c:45
4758 #, c-format
4759 msgid "ahead %d, behind %d"
4760 msgstr ""
4762 #: ref-filter.c:165
4763 #, c-format
4764 msgid "expected format: %%(color:<color>)"
4765 msgstr ""
4767 #: ref-filter.c:167
4768 #, c-format
4769 msgid "unrecognized color: %%(color:%s)"
4770 msgstr ""
4772 #: ref-filter.c:189
4773 #, c-format
4774 msgid "Integer value expected refname:lstrip=%s"
4775 msgstr ""
4777 #: ref-filter.c:193
4778 #, c-format
4779 msgid "Integer value expected refname:rstrip=%s"
4780 msgstr ""
4782 #: ref-filter.c:195
4783 #, c-format
4784 msgid "unrecognized %%(%s) argument: %s"
4785 msgstr ""
4787 #: ref-filter.c:250
4788 #, c-format
4789 msgid "%%(objecttype) does not take arguments"
4790 msgstr ""
4792 #: ref-filter.c:272
4793 #, c-format
4794 msgid "unrecognized %%(objectsize) argument: %s"
4795 msgstr ""
4797 #: ref-filter.c:280
4798 #, c-format
4799 msgid "%%(deltabase) does not take arguments"
4800 msgstr ""
4802 #: ref-filter.c:292
4803 #, c-format
4804 msgid "%%(body) does not take arguments"
4805 msgstr ""
4807 #: ref-filter.c:301
4808 #, c-format
4809 msgid "%%(subject) does not take arguments"
4810 msgstr ""
4812 #: ref-filter.c:323
4813 #, c-format
4814 msgid "unknown %%(trailers) argument: %s"
4815 msgstr ""
4817 #: ref-filter.c:352
4818 #, c-format
4819 msgid "positive value expected contents:lines=%s"
4820 msgstr ""
4822 #: ref-filter.c:354
4823 #, c-format
4824 msgid "unrecognized %%(contents) argument: %s"
4825 msgstr ""
4827 #: ref-filter.c:369
4828 #, c-format
4829 msgid "positive value expected objectname:short=%s"
4830 msgstr ""
4832 #: ref-filter.c:373
4833 #, c-format
4834 msgid "unrecognized %%(objectname) argument: %s"
4835 msgstr ""
4837 #: ref-filter.c:403
4838 #, c-format
4839 msgid "expected format: %%(align:<width>,<position>)"
4840 msgstr ""
4842 #: ref-filter.c:415
4843 #, c-format
4844 msgid "unrecognized position:%s"
4845 msgstr ""
4847 #: ref-filter.c:422
4848 #, c-format
4849 msgid "unrecognized width:%s"
4850 msgstr ""
4852 #: ref-filter.c:431
4853 #, c-format
4854 msgid "unrecognized %%(align) argument: %s"
4855 msgstr ""
4857 #: ref-filter.c:439
4858 #, c-format
4859 msgid "positive width expected with the %%(align) atom"
4860 msgstr ""
4862 #: ref-filter.c:457
4863 #, c-format
4864 msgid "unrecognized %%(if) argument: %s"
4865 msgstr ""
4867 #: ref-filter.c:559
4868 #, c-format
4869 msgid "malformed field name: %.*s"
4870 msgstr ""
4872 #: ref-filter.c:586
4873 #, c-format
4874 msgid "unknown field name: %.*s"
4875 msgstr ""
4877 #: ref-filter.c:590
4878 #, c-format
4879 msgid ""
4880 "not a git repository, but the field '%.*s' requires access to object data"
4881 msgstr ""
4883 #: ref-filter.c:714
4884 #, c-format
4885 msgid "format: %%(if) atom used without a %%(then) atom"
4886 msgstr ""
4888 #: ref-filter.c:777
4889 #, c-format
4890 msgid "format: %%(then) atom used without an %%(if) atom"
4891 msgstr ""
4893 #: ref-filter.c:779
4894 #, c-format
4895 msgid "format: %%(then) atom used more than once"
4896 msgstr ""
4898 #: ref-filter.c:781
4899 #, c-format
4900 msgid "format: %%(then) atom used after %%(else)"
4901 msgstr ""
4903 #: ref-filter.c:809
4904 #, c-format
4905 msgid "format: %%(else) atom used without an %%(if) atom"
4906 msgstr ""
4908 #: ref-filter.c:811
4909 #, c-format
4910 msgid "format: %%(else) atom used without a %%(then) atom"
4911 msgstr ""
4913 #: ref-filter.c:813
4914 #, c-format
4915 msgid "format: %%(else) atom used more than once"
4916 msgstr ""
4918 #: ref-filter.c:828
4919 #, c-format
4920 msgid "format: %%(end) atom used without corresponding atom"
4921 msgstr ""
4923 #: ref-filter.c:885
4924 #, c-format
4925 msgid "malformed format string %s"
4926 msgstr ""
4928 #: ref-filter.c:1488
4929 #, c-format
4930 msgid "no branch, rebasing %s"
4931 msgstr ""
4933 #: ref-filter.c:1491
4934 #, c-format
4935 msgid "no branch, rebasing detached HEAD %s"
4936 msgstr ""
4938 #: ref-filter.c:1494
4939 #, c-format
4940 msgid "no branch, bisect started on %s"
4941 msgstr ""
4943 #: ref-filter.c:1504
4944 msgid "no branch"
4945 msgstr ""
4947 #: ref-filter.c:1540 ref-filter.c:1749
4948 #, c-format
4949 msgid "missing object %s for %s"
4950 msgstr ""
4952 #: ref-filter.c:1550
4953 #, c-format
4954 msgid "parse_object_buffer failed on %s for %s"
4955 msgstr ""
4957 #: ref-filter.c:2004
4958 #, c-format
4959 msgid "malformed object at '%s'"
4960 msgstr ""
4962 #: ref-filter.c:2093
4963 #, c-format
4964 msgid "ignoring ref with broken name %s"
4965 msgstr ""
4967 #: ref-filter.c:2389
4968 #, c-format
4969 msgid "format: %%(end) atom missing"
4970 msgstr ""
4972 #: ref-filter.c:2489
4973 #, c-format
4974 msgid "option `%s' is incompatible with --merged"
4975 msgstr ""
4977 #: ref-filter.c:2492
4978 #, c-format
4979 msgid "option `%s' is incompatible with --no-merged"
4980 msgstr ""
4982 #: ref-filter.c:2502
4983 #, c-format
4984 msgid "malformed object name %s"
4985 msgstr ""
4987 #: ref-filter.c:2507
4988 #, c-format
4989 msgid "option `%s' must point to a commit"
4990 msgstr ""
4992 #: remote.c:366
4993 #, c-format
4994 msgid "config remote shorthand cannot begin with '/': %s"
4995 msgstr ""
4997 #: remote.c:413
4998 msgid "more than one receivepack given, using the first"
4999 msgstr ""
5001 #: remote.c:421
5002 msgid "more than one uploadpack given, using the first"
5003 msgstr ""
5005 #: remote.c:611
5006 #, c-format
5007 msgid "Cannot fetch both %s and %s to %s"
5008 msgstr ""
5010 #: remote.c:615
5011 #, c-format
5012 msgid "%s usually tracks %s, not %s"
5013 msgstr ""
5015 #: remote.c:619
5016 #, c-format
5017 msgid "%s tracks both %s and %s"
5018 msgstr ""
5020 #: remote.c:687
5021 #, c-format
5022 msgid "key '%s' of pattern had no '*'"
5023 msgstr ""
5025 #: remote.c:697
5026 #, c-format
5027 msgid "value '%s' of pattern has no '*'"
5028 msgstr ""
5030 #: remote.c:1003
5031 #, c-format
5032 msgid "src refspec %s does not match any"
5033 msgstr ""
5035 #: remote.c:1008
5036 #, c-format
5037 msgid "src refspec %s matches more than one"
5038 msgstr ""
5040 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5041 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5042 #. the <src>.
5044 #: remote.c:1023
5045 #, c-format
5046 msgid ""
5047 "The destination you provided is not a full refname (i.e.,\n"
5048 "starting with \"refs/\"). We tried to guess what you meant by:\n"
5049 "\n"
5050 "- Looking for a ref that matches '%s' on the remote side.\n"
5051 "- Checking if the <src> being pushed ('%s')\n"
5052 "  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5053 "  refs/{heads,tags}/ prefix on the remote side.\n"
5054 "\n"
5055 "Neither worked, so we gave up. You must fully qualify the ref."
5056 msgstr ""
5058 #: remote.c:1043
5059 #, c-format
5060 msgid ""
5061 "The <src> part of the refspec is a commit object.\n"
5062 "Did you mean to create a new branch by pushing to\n"
5063 "'%s:refs/heads/%s'?"
5064 msgstr ""
5066 #: remote.c:1048
5067 #, c-format
5068 msgid ""
5069 "The <src> part of the refspec is a tag object.\n"
5070 "Did you mean to create a new tag by pushing to\n"
5071 "'%s:refs/tags/%s'?"
5072 msgstr ""
5074 #: remote.c:1053
5075 #, c-format
5076 msgid ""
5077 "The <src> part of the refspec is a tree object.\n"
5078 "Did you mean to tag a new tree by pushing to\n"
5079 "'%s:refs/tags/%s'?"
5080 msgstr ""
5082 #: remote.c:1058
5083 #, c-format
5084 msgid ""
5085 "The <src> part of the refspec is a blob object.\n"
5086 "Did you mean to tag a new blob by pushing to\n"
5087 "'%s:refs/tags/%s'?"
5088 msgstr ""
5090 #: remote.c:1094
5091 #, c-format
5092 msgid "%s cannot be resolved to branch"
5093 msgstr ""
5095 #: remote.c:1105
5096 #, c-format
5097 msgid "unable to delete '%s': remote ref does not exist"
5098 msgstr ""
5100 #: remote.c:1117
5101 #, c-format
5102 msgid "dst refspec %s matches more than one"
5103 msgstr ""
5105 #: remote.c:1124
5106 #, c-format
5107 msgid "dst ref %s receives from more than one src"
5108 msgstr ""
5110 #: remote.c:1627 remote.c:1728
5111 msgid "HEAD does not point to a branch"
5112 msgstr ""
5114 #: remote.c:1636
5115 #, c-format
5116 msgid "no such branch: '%s'"
5117 msgstr ""
5119 #: remote.c:1639
5120 #, c-format
5121 msgid "no upstream configured for branch '%s'"
5122 msgstr ""
5124 #: remote.c:1645
5125 #, c-format
5126 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5127 msgstr ""
5129 #: remote.c:1660
5130 #, c-format
5131 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5132 msgstr ""
5134 #: remote.c:1672
5135 #, c-format
5136 msgid "branch '%s' has no remote for pushing"
5137 msgstr ""
5139 #: remote.c:1682
5140 #, c-format
5141 msgid "push refspecs for '%s' do not include '%s'"
5142 msgstr ""
5144 #: remote.c:1695
5145 msgid "push has no destination (push.default is 'nothing')"
5146 msgstr ""
5148 #: remote.c:1717
5149 msgid "cannot resolve 'simple' push to a single destination"
5150 msgstr ""
5152 #: remote.c:1843
5153 #, c-format
5154 msgid "couldn't find remote ref %s"
5155 msgstr ""
5157 #: remote.c:1856
5158 #, c-format
5159 msgid "* Ignoring funny ref '%s' locally"
5160 msgstr ""
5162 #: remote.c:2019
5163 #, c-format
5164 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5165 msgstr ""
5167 #: remote.c:2023
5168 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5169 msgstr ""
5171 #: remote.c:2026
5172 #, c-format
5173 msgid "Your branch is up to date with '%s'.\n"
5174 msgstr ""
5176 #: remote.c:2030
5177 #, c-format
5178 msgid "Your branch and '%s' refer to different commits.\n"
5179 msgstr ""
5181 #: remote.c:2033
5182 #, c-format
5183 msgid "  (use \"%s\" for details)\n"
5184 msgstr ""
5186 #: remote.c:2037
5187 #, c-format
5188 msgid "Your branch is ahead of '%s' by %d commit.\n"
5189 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5190 msgstr[0] ""
5191 msgstr[1] ""
5193 #: remote.c:2043
5194 msgid "  (use \"git push\" to publish your local commits)\n"
5195 msgstr ""
5197 #: remote.c:2046
5198 #, c-format
5199 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5200 msgid_plural ""
5201 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5202 msgstr[0] ""
5203 msgstr[1] ""
5205 #: remote.c:2054
5206 msgid "  (use \"git pull\" to update your local branch)\n"
5207 msgstr ""
5209 #: remote.c:2057
5210 #, c-format
5211 msgid ""
5212 "Your branch and '%s' have diverged,\n"
5213 "and have %d and %d different commit each, respectively.\n"
5214 msgid_plural ""
5215 "Your branch and '%s' have diverged,\n"
5216 "and have %d and %d different commits each, respectively.\n"
5217 msgstr[0] ""
5218 msgstr[1] ""
5220 #: remote.c:2067
5221 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5222 msgstr ""
5224 #: remote.c:2250
5225 #, c-format
5226 msgid "cannot parse expected object name '%s'"
5227 msgstr ""
5229 #: replace-object.c:21
5230 #, c-format
5231 msgid "bad replace ref name: %s"
5232 msgstr ""
5234 #: replace-object.c:30
5235 #, c-format
5236 msgid "duplicate replace ref: %s"
5237 msgstr ""
5239 #: replace-object.c:73
5240 #, c-format
5241 msgid "replace depth too high for object %s"
5242 msgstr ""
5244 #: rerere.c:217 rerere.c:226 rerere.c:229
5245 msgid "corrupt MERGE_RR"
5246 msgstr ""
5248 #: rerere.c:264 rerere.c:269
5249 msgid "unable to write rerere record"
5250 msgstr ""
5252 #: rerere.c:495
5253 #, c-format
5254 msgid "there were errors while writing '%s' (%s)"
5255 msgstr ""
5257 #: rerere.c:498
5258 #, c-format
5259 msgid "failed to flush '%s'"
5260 msgstr ""
5262 #: rerere.c:503 rerere.c:1039
5263 #, c-format
5264 msgid "could not parse conflict hunks in '%s'"
5265 msgstr ""
5267 #: rerere.c:684
5268 #, c-format
5269 msgid "failed utime() on '%s'"
5270 msgstr ""
5272 #: rerere.c:694
5273 #, c-format
5274 msgid "writing '%s' failed"
5275 msgstr ""
5277 #: rerere.c:714
5278 #, c-format
5279 msgid "Staged '%s' using previous resolution."
5280 msgstr ""
5282 #: rerere.c:753
5283 #, c-format
5284 msgid "Recorded resolution for '%s'."
5285 msgstr ""
5287 #: rerere.c:788
5288 #, c-format
5289 msgid "Resolved '%s' using previous resolution."
5290 msgstr ""
5292 #: rerere.c:803
5293 #, c-format
5294 msgid "cannot unlink stray '%s'"
5295 msgstr ""
5297 #: rerere.c:807
5298 #, c-format
5299 msgid "Recorded preimage for '%s'"
5300 msgstr ""
5302 #: rerere.c:881 submodule.c:2023 builtin/log.c:1790
5303 #: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
5304 #, c-format
5305 msgid "could not create directory '%s'"
5306 msgstr ""
5308 #: rerere.c:1057
5309 #, c-format
5310 msgid "failed to update conflicted state in '%s'"
5311 msgstr ""
5313 #: rerere.c:1068 rerere.c:1075
5314 #, c-format
5315 msgid "no remembered resolution for '%s'"
5316 msgstr ""
5318 #: rerere.c:1077
5319 #, c-format
5320 msgid "cannot unlink '%s'"
5321 msgstr ""
5323 #: rerere.c:1087
5324 #, c-format
5325 msgid "Updated preimage for '%s'"
5326 msgstr ""
5328 #: rerere.c:1096
5329 #, c-format
5330 msgid "Forgot resolution for '%s'\n"
5331 msgstr ""
5333 #: rerere.c:1199
5334 msgid "unable to open rr-cache directory"
5335 msgstr ""
5337 #: revision.c:2509
5338 msgid "your current branch appears to be broken"
5339 msgstr ""
5341 #: revision.c:2512
5342 #, c-format
5343 msgid "your current branch '%s' does not have any commits yet"
5344 msgstr ""
5346 #: revision.c:2720
5347 msgid "--first-parent is incompatible with --bisect"
5348 msgstr ""
5350 #: revision.c:2724
5351 msgid "-L does not yet support diff formats besides -p and -s"
5352 msgstr ""
5354 #: run-command.c:763
5355 msgid "open /dev/null failed"
5356 msgstr ""
5358 #: run-command.c:1269
5359 #, c-format
5360 msgid "cannot create async thread: %s"
5361 msgstr ""
5363 #: run-command.c:1333
5364 #, c-format
5365 msgid ""
5366 "The '%s' hook was ignored because it's not set as executable.\n"
5367 "You can disable this warning with `git config advice.ignoredHook false`."
5368 msgstr ""
5370 #: send-pack.c:142
5371 msgid "unexpected flush packet while reading remote unpack status"
5372 msgstr ""
5374 #: send-pack.c:144
5375 #, c-format
5376 msgid "unable to parse remote unpack status: %s"
5377 msgstr ""
5379 #: send-pack.c:146
5380 #, c-format
5381 msgid "remote unpack failed: %s"
5382 msgstr ""
5384 #: send-pack.c:307
5385 msgid "failed to sign the push certificate"
5386 msgstr ""
5388 #: send-pack.c:421
5389 msgid "the receiving end does not support --signed push"
5390 msgstr ""
5392 #: send-pack.c:423
5393 msgid ""
5394 "not sending a push certificate since the receiving end does not support --"
5395 "signed push"
5396 msgstr ""
5398 #: send-pack.c:435
5399 msgid "the receiving end does not support --atomic push"
5400 msgstr ""
5402 #: send-pack.c:440
5403 msgid "the receiving end does not support push options"
5404 msgstr ""
5406 #: sequencer.c:187
5407 #, c-format
5408 msgid "invalid commit message cleanup mode '%s'"
5409 msgstr ""
5411 #: sequencer.c:292
5412 #, c-format
5413 msgid "could not delete '%s'"
5414 msgstr ""
5416 #: sequencer.c:311 builtin/rebase.c:760 builtin/rebase.c:1676 builtin/rm.c:369
5417 #, c-format
5418 msgid "could not remove '%s'"
5419 msgstr ""
5421 #: sequencer.c:321
5422 msgid "revert"
5423 msgstr ""
5425 #: sequencer.c:323
5426 msgid "cherry-pick"
5427 msgstr ""
5429 #: sequencer.c:325
5430 msgid "rebase -i"
5431 msgstr ""
5433 #: sequencer.c:327
5434 #, c-format
5435 msgid "unknown action: %d"
5436 msgstr ""
5438 #: sequencer.c:385
5439 msgid ""
5440 "after resolving the conflicts, mark the corrected paths\n"
5441 "with 'git add <paths>' or 'git rm <paths>'"
5442 msgstr ""
5444 #: sequencer.c:388
5445 msgid ""
5446 "after resolving the conflicts, mark the corrected paths\n"
5447 "with 'git add <paths>' or 'git rm <paths>'\n"
5448 "and commit the result with 'git commit'"
5449 msgstr ""
5451 #: sequencer.c:401 sequencer.c:2847
5452 #, c-format
5453 msgid "could not lock '%s'"
5454 msgstr ""
5456 #: sequencer.c:408
5457 #, c-format
5458 msgid "could not write eol to '%s'"
5459 msgstr ""
5461 #: sequencer.c:413 sequencer.c:2652 sequencer.c:2853 sequencer.c:2867
5462 #: sequencer.c:3130
5463 #, c-format
5464 msgid "failed to finalize '%s'"
5465 msgstr ""
5467 #: sequencer.c:436 sequencer.c:1585 sequencer.c:2672 sequencer.c:3112
5468 #: sequencer.c:3221 builtin/am.c:244 builtin/commit.c:763 builtin/merge.c:1117
5469 #: builtin/rebase.c:568
5470 #, c-format
5471 msgid "could not read '%s'"
5472 msgstr ""
5474 #: sequencer.c:462
5475 #, c-format
5476 msgid "your local changes would be overwritten by %s."
5477 msgstr ""
5479 #: sequencer.c:466
5480 msgid "commit your changes or stash them to proceed."
5481 msgstr ""
5483 #: sequencer.c:498
5484 #, c-format
5485 msgid "%s: fast-forward"
5486 msgstr ""
5488 #: sequencer.c:537 builtin/tag.c:565
5489 #, c-format
5490 msgid "Invalid cleanup mode %s"
5491 msgstr ""
5493 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5494 #. "rebase -i".
5496 #: sequencer.c:631
5497 #, c-format
5498 msgid "%s: Unable to write new index file"
5499 msgstr ""
5501 #: sequencer.c:648
5502 msgid "unable to update cache tree"
5503 msgstr ""
5505 #: sequencer.c:662
5506 msgid "could not resolve HEAD commit"
5507 msgstr ""
5509 #: sequencer.c:742
5510 #, c-format
5511 msgid "no key present in '%.*s'"
5512 msgstr ""
5514 #: sequencer.c:753
5515 #, c-format
5516 msgid "unable to dequote value of '%s'"
5517 msgstr ""
5519 #: sequencer.c:790 wrapper.c:190 wrapper.c:360 builtin/am.c:705
5520 #: builtin/am.c:797 builtin/merge.c:1114 builtin/rebase.c:1046
5521 #, c-format
5522 msgid "could not open '%s' for reading"
5523 msgstr ""
5525 #: sequencer.c:800
5526 msgid "'GIT_AUTHOR_NAME' already given"
5527 msgstr ""
5529 #: sequencer.c:805
5530 msgid "'GIT_AUTHOR_EMAIL' already given"
5531 msgstr ""
5533 #: sequencer.c:810
5534 msgid "'GIT_AUTHOR_DATE' already given"
5535 msgstr ""
5537 #: sequencer.c:814
5538 #, c-format
5539 msgid "unknown variable '%s'"
5540 msgstr ""
5542 #: sequencer.c:819
5543 msgid "missing 'GIT_AUTHOR_NAME'"
5544 msgstr ""
5546 #: sequencer.c:821
5547 msgid "missing 'GIT_AUTHOR_EMAIL'"
5548 msgstr ""
5550 #: sequencer.c:823
5551 msgid "missing 'GIT_AUTHOR_DATE'"
5552 msgstr ""
5554 #: sequencer.c:872
5555 #, c-format
5556 msgid ""
5557 "you have staged changes in your working tree\n"
5558 "If these changes are meant to be squashed into the previous commit, run:\n"
5559 "\n"
5560 "  git commit --amend %s\n"
5561 "\n"
5562 "If they are meant to go into a new commit, run:\n"
5563 "\n"
5564 "  git commit %s\n"
5565 "\n"
5566 "In both cases, once you're done, continue with:\n"
5567 "\n"
5568 "  git rebase --continue\n"
5569 msgstr ""
5571 #: sequencer.c:1146
5572 msgid "'prepare-commit-msg' hook failed"
5573 msgstr ""
5575 #: sequencer.c:1153
5576 msgid ""
5577 "Your name and email address were configured automatically based\n"
5578 "on your username and hostname. Please check that they are accurate.\n"
5579 "You can suppress this message by setting them explicitly. Run the\n"
5580 "following command and follow the instructions in your editor to edit\n"
5581 "your configuration file:\n"
5582 "\n"
5583 "    git config --global --edit\n"
5584 "\n"
5585 "After doing this, you may fix the identity used for this commit with:\n"
5586 "\n"
5587 "    git commit --amend --reset-author\n"
5588 msgstr ""
5590 #: sequencer.c:1166
5591 msgid ""
5592 "Your name and email address were configured automatically based\n"
5593 "on your username and hostname. Please check that they are accurate.\n"
5594 "You can suppress this message by setting them explicitly:\n"
5595 "\n"
5596 "    git config --global user.name \"Your Name\"\n"
5597 "    git config --global user.email you@example.com\n"
5598 "\n"
5599 "After doing this, you may fix the identity used for this commit with:\n"
5600 "\n"
5601 "    git commit --amend --reset-author\n"
5602 msgstr ""
5604 #: sequencer.c:1208
5605 msgid "couldn't look up newly created commit"
5606 msgstr ""
5608 #: sequencer.c:1210
5609 msgid "could not parse newly created commit"
5610 msgstr ""
5612 #: sequencer.c:1256
5613 msgid "unable to resolve HEAD after creating commit"
5614 msgstr ""
5616 #: sequencer.c:1258
5617 msgid "detached HEAD"
5618 msgstr ""
5620 #: sequencer.c:1262
5621 msgid " (root-commit)"
5622 msgstr ""
5624 #: sequencer.c:1283
5625 msgid "could not parse HEAD"
5626 msgstr ""
5628 #: sequencer.c:1285
5629 #, c-format
5630 msgid "HEAD %s is not a commit!"
5631 msgstr ""
5633 #: sequencer.c:1289 builtin/commit.c:1571
5634 msgid "could not parse HEAD commit"
5635 msgstr ""
5637 #: sequencer.c:1341 sequencer.c:1933
5638 msgid "unable to parse commit author"
5639 msgstr ""
5641 #: sequencer.c:1352 builtin/am.c:1561 builtin/merge.c:684
5642 msgid "git write-tree failed to write a tree"
5643 msgstr ""
5645 #: sequencer.c:1369 sequencer.c:1429
5646 #, c-format
5647 msgid "unable to read commit message from '%s'"
5648 msgstr ""
5650 #: sequencer.c:1396 builtin/am.c:1583 builtin/commit.c:1670 builtin/merge.c:883
5651 #: builtin/merge.c:908
5652 msgid "failed to write commit object"
5653 msgstr ""
5655 #: sequencer.c:1456
5656 #, c-format
5657 msgid "could not parse commit %s"
5658 msgstr ""
5660 #: sequencer.c:1461
5661 #, c-format
5662 msgid "could not parse parent commit %s"
5663 msgstr ""
5665 #: sequencer.c:1535 sequencer.c:1645
5666 #, c-format
5667 msgid "unknown command: %d"
5668 msgstr ""
5670 #: sequencer.c:1592 sequencer.c:1617
5671 #, c-format
5672 msgid "This is a combination of %d commits."
5673 msgstr ""
5675 #: sequencer.c:1602
5676 msgid "need a HEAD to fixup"
5677 msgstr ""
5679 #: sequencer.c:1604 sequencer.c:3157
5680 msgid "could not read HEAD"
5681 msgstr ""
5683 #: sequencer.c:1606
5684 msgid "could not read HEAD's commit message"
5685 msgstr ""
5687 #: sequencer.c:1612
5688 #, c-format
5689 msgid "cannot write '%s'"
5690 msgstr ""
5692 #: sequencer.c:1619 git-rebase--preserve-merges.sh:496
5693 msgid "This is the 1st commit message:"
5694 msgstr ""
5696 #: sequencer.c:1627
5697 #, c-format
5698 msgid "could not read commit message of %s"
5699 msgstr ""
5701 #: sequencer.c:1634
5702 #, c-format
5703 msgid "This is the commit message #%d:"
5704 msgstr ""
5706 #: sequencer.c:1640
5707 #, c-format
5708 msgid "The commit message #%d will be skipped:"
5709 msgstr ""
5711 #: sequencer.c:1728
5712 msgid "your index file is unmerged."
5713 msgstr ""
5715 #: sequencer.c:1735
5716 msgid "cannot fixup root commit"
5717 msgstr ""
5719 #: sequencer.c:1754
5720 #, c-format
5721 msgid "commit %s is a merge but no -m option was given."
5722 msgstr ""
5724 #: sequencer.c:1762 sequencer.c:1770
5725 #, c-format
5726 msgid "commit %s does not have parent %d"
5727 msgstr ""
5729 #: sequencer.c:1776
5730 #, c-format
5731 msgid "cannot get commit message for %s"
5732 msgstr ""
5734 #. TRANSLATORS: The first %s will be a "todo" command like
5735 #. "revert" or "pick", the second %s a SHA1.
5736 #: sequencer.c:1795
5737 #, c-format
5738 msgid "%s: cannot parse parent commit %s"
5739 msgstr ""
5741 #: sequencer.c:1860
5742 #, c-format
5743 msgid "could not rename '%s' to '%s'"
5744 msgstr ""
5746 #: sequencer.c:1915
5747 #, c-format
5748 msgid "could not revert %s... %s"
5749 msgstr ""
5751 #: sequencer.c:1916
5752 #, c-format
5753 msgid "could not apply %s... %s"
5754 msgstr ""
5756 #: sequencer.c:1983
5757 #, c-format
5758 msgid "git %s: failed to read the index"
5759 msgstr ""
5761 #: sequencer.c:1990
5762 #, c-format
5763 msgid "git %s: failed to refresh the index"
5764 msgstr ""
5766 #: sequencer.c:2066
5767 #, c-format
5768 msgid "%s does not accept arguments: '%s'"
5769 msgstr ""
5771 #: sequencer.c:2075
5772 #, c-format
5773 msgid "missing arguments for %s"
5774 msgstr ""
5776 #: sequencer.c:2112
5777 #, c-format
5778 msgid "could not parse '%.*s'"
5779 msgstr ""
5781 #: sequencer.c:2166
5782 #, c-format
5783 msgid "invalid line %d: %.*s"
5784 msgstr ""
5786 #: sequencer.c:2177
5787 #, c-format
5788 msgid "cannot '%s' without a previous commit"
5789 msgstr ""
5791 #: sequencer.c:2225 builtin/rebase.c:153 builtin/rebase.c:178
5792 #: builtin/rebase.c:204 builtin/rebase.c:229
5793 #, c-format
5794 msgid "could not read '%s'."
5795 msgstr ""
5797 #: sequencer.c:2261
5798 msgid "cancelling a cherry picking in progress"
5799 msgstr ""
5801 #: sequencer.c:2268
5802 msgid "cancelling a revert in progress"
5803 msgstr ""
5805 #: sequencer.c:2302
5806 msgid "please fix this using 'git rebase --edit-todo'."
5807 msgstr ""
5809 #: sequencer.c:2304
5810 #, c-format
5811 msgid "unusable instruction sheet: '%s'"
5812 msgstr ""
5814 #: sequencer.c:2309
5815 msgid "no commits parsed."
5816 msgstr ""
5818 #: sequencer.c:2320
5819 msgid "cannot cherry-pick during a revert."
5820 msgstr ""
5822 #: sequencer.c:2322
5823 msgid "cannot revert during a cherry-pick."
5824 msgstr ""
5826 #: sequencer.c:2404
5827 #, c-format
5828 msgid "invalid value for %s: %s"
5829 msgstr ""
5831 #: sequencer.c:2491
5832 msgid "unusable squash-onto"
5833 msgstr ""
5835 #: sequencer.c:2507
5836 #, c-format
5837 msgid "malformed options sheet: '%s'"
5838 msgstr ""
5840 #: sequencer.c:2590 sequencer.c:4308
5841 msgid "empty commit set passed"
5842 msgstr ""
5844 #: sequencer.c:2606
5845 msgid "revert is already in progress"
5846 msgstr ""
5848 #: sequencer.c:2608
5849 #, c-format
5850 msgid "try \"git revert (--continue | %s--abort | --quit)\""
5851 msgstr ""
5853 #: sequencer.c:2611
5854 msgid "cherry-pick is already in progress"
5855 msgstr ""
5857 #: sequencer.c:2613
5858 #, c-format
5859 msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
5860 msgstr ""
5862 #: sequencer.c:2627
5863 #, c-format
5864 msgid "could not create sequencer directory '%s'"
5865 msgstr ""
5867 #: sequencer.c:2642
5868 msgid "could not lock HEAD"
5869 msgstr ""
5871 #: sequencer.c:2702 sequencer.c:4057
5872 msgid "no cherry-pick or revert in progress"
5873 msgstr ""
5875 #: sequencer.c:2704 sequencer.c:2715
5876 msgid "cannot resolve HEAD"
5877 msgstr ""
5879 #: sequencer.c:2706 sequencer.c:2750
5880 msgid "cannot abort from a branch yet to be born"
5881 msgstr ""
5883 #: sequencer.c:2736 builtin/grep.c:736
5884 #, c-format
5885 msgid "cannot open '%s'"
5886 msgstr ""
5888 #: sequencer.c:2738
5889 #, c-format
5890 msgid "cannot read '%s': %s"
5891 msgstr ""
5893 #: sequencer.c:2739
5894 msgid "unexpected end of file"
5895 msgstr ""
5897 #: sequencer.c:2745
5898 #, c-format
5899 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5900 msgstr ""
5902 #: sequencer.c:2756
5903 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5904 msgstr ""
5906 #: sequencer.c:2797
5907 msgid "no revert in progress"
5908 msgstr ""
5910 #: sequencer.c:2805
5911 msgid "no cherry-pick in progress"
5912 msgstr ""
5914 #: sequencer.c:2815
5915 msgid "failed to skip the commit"
5916 msgstr ""
5918 #: sequencer.c:2822
5919 msgid "there is nothing to skip"
5920 msgstr ""
5922 #: sequencer.c:2825
5923 #, c-format
5924 msgid ""
5925 "have you committed already?\n"
5926 "try \"git %s --continue\""
5927 msgstr ""
5929 #: sequencer.c:2949 sequencer.c:3969
5930 #, c-format
5931 msgid "could not update %s"
5932 msgstr ""
5934 #: sequencer.c:2987 sequencer.c:3949
5935 msgid "cannot read HEAD"
5936 msgstr ""
5938 #: sequencer.c:3004
5939 #, c-format
5940 msgid "unable to copy '%s' to '%s'"
5941 msgstr ""
5943 #: sequencer.c:3012
5944 #, c-format
5945 msgid ""
5946 "You can amend the commit now, with\n"
5947 "\n"
5948 "  git commit --amend %s\n"
5949 "\n"
5950 "Once you are satisfied with your changes, run\n"
5951 "\n"
5952 "  git rebase --continue\n"
5953 msgstr ""
5955 #: sequencer.c:3022
5956 #, c-format
5957 msgid "Could not apply %s... %.*s"
5958 msgstr ""
5960 #: sequencer.c:3029
5961 #, c-format
5962 msgid "Could not merge %.*s"
5963 msgstr ""
5965 #: sequencer.c:3043 sequencer.c:3047 builtin/difftool.c:641
5966 #, c-format
5967 msgid "could not copy '%s' to '%s'"
5968 msgstr ""
5970 #: sequencer.c:3069 sequencer.c:3506 builtin/rebase.c:850 builtin/rebase.c:1613
5971 #: builtin/rebase.c:1987 builtin/rebase.c:2031
5972 msgid "could not read index"
5973 msgstr ""
5975 #: sequencer.c:3074
5976 #, c-format
5977 msgid ""
5978 "execution failed: %s\n"
5979 "%sYou can fix the problem, and then run\n"
5980 "\n"
5981 "  git rebase --continue\n"
5982 "\n"
5983 msgstr ""
5985 #: sequencer.c:3080
5986 msgid "and made changes to the index and/or the working tree\n"
5987 msgstr ""
5989 #: sequencer.c:3086
5990 #, c-format
5991 msgid ""
5992 "execution succeeded: %s\n"
5993 "but left changes to the index and/or the working tree\n"
5994 "Commit or stash your changes, and then run\n"
5995 "\n"
5996 "  git rebase --continue\n"
5997 "\n"
5998 msgstr ""
6000 #: sequencer.c:3147
6001 #, c-format
6002 msgid "illegal label name: '%.*s'"
6003 msgstr ""
6005 #: sequencer.c:3201
6006 msgid "writing fake root commit"
6007 msgstr ""
6009 #: sequencer.c:3206
6010 msgid "writing squash-onto"
6011 msgstr ""
6013 #: sequencer.c:3244 builtin/rebase.c:855 builtin/rebase.c:861
6014 #, c-format
6015 msgid "failed to find tree of %s"
6016 msgstr ""
6018 #: sequencer.c:3262 builtin/rebase.c:874
6019 msgid "could not write index"
6020 msgstr ""
6022 #: sequencer.c:3289
6023 #, c-format
6024 msgid "could not resolve '%s'"
6025 msgstr ""
6027 #: sequencer.c:3320
6028 msgid "cannot merge without a current revision"
6029 msgstr ""
6031 #: sequencer.c:3342
6032 #, c-format
6033 msgid "unable to parse '%.*s'"
6034 msgstr ""
6036 #: sequencer.c:3351
6037 #, c-format
6038 msgid "nothing to merge: '%.*s'"
6039 msgstr ""
6041 #: sequencer.c:3363
6042 msgid "octopus merge cannot be executed on top of a [new root]"
6043 msgstr ""
6045 #: sequencer.c:3378
6046 #, c-format
6047 msgid "could not get commit message of '%s'"
6048 msgstr ""
6050 #: sequencer.c:3538
6051 #, c-format
6052 msgid "could not even attempt to merge '%.*s'"
6053 msgstr ""
6055 #: sequencer.c:3554
6056 msgid "merge: Unable to write new index file"
6057 msgstr ""
6059 #: sequencer.c:3623 builtin/rebase.c:712
6060 #, c-format
6061 msgid "Applied autostash.\n"
6062 msgstr ""
6064 #: sequencer.c:3635
6065 #, c-format
6066 msgid "cannot store %s"
6067 msgstr ""
6069 #: sequencer.c:3638 builtin/rebase.c:728 git-rebase--preserve-merges.sh:113
6070 #, c-format
6071 msgid ""
6072 "Applying autostash resulted in conflicts.\n"
6073 "Your changes are safe in the stash.\n"
6074 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6075 msgstr ""
6077 #: sequencer.c:3699
6078 #, c-format
6079 msgid "could not checkout %s"
6080 msgstr ""
6082 #: sequencer.c:3713
6083 #, c-format
6084 msgid "%s: not a valid OID"
6085 msgstr ""
6087 #: sequencer.c:3718 git-rebase--preserve-merges.sh:779
6088 msgid "could not detach HEAD"
6089 msgstr ""
6091 #: sequencer.c:3733
6092 #, c-format
6093 msgid "Stopped at HEAD\n"
6094 msgstr ""
6096 #: sequencer.c:3735
6097 #, c-format
6098 msgid "Stopped at %s\n"
6099 msgstr ""
6101 #: sequencer.c:3743
6102 #, c-format
6103 msgid ""
6104 "Could not execute the todo command\n"
6105 "\n"
6106 "    %.*s\n"
6107 "It has been rescheduled; To edit the command before continuing, please\n"
6108 "edit the todo list first:\n"
6109 "\n"
6110 "    git rebase --edit-todo\n"
6111 "    git rebase --continue\n"
6112 msgstr ""
6114 #: sequencer.c:3827
6115 #, c-format
6116 msgid "Stopped at %s...  %.*s\n"
6117 msgstr ""
6119 #: sequencer.c:3898
6120 #, c-format
6121 msgid "unknown command %d"
6122 msgstr ""
6124 #: sequencer.c:3957
6125 msgid "could not read orig-head"
6126 msgstr ""
6128 #: sequencer.c:3962
6129 msgid "could not read 'onto'"
6130 msgstr ""
6132 #: sequencer.c:3976
6133 #, c-format
6134 msgid "could not update HEAD to %s"
6135 msgstr ""
6137 #: sequencer.c:4069
6138 msgid "cannot rebase: You have unstaged changes."
6139 msgstr ""
6141 #: sequencer.c:4078
6142 msgid "cannot amend non-existing commit"
6143 msgstr ""
6145 #: sequencer.c:4080
6146 #, c-format
6147 msgid "invalid file: '%s'"
6148 msgstr ""
6150 #: sequencer.c:4082
6151 #, c-format
6152 msgid "invalid contents: '%s'"
6153 msgstr ""
6155 #: sequencer.c:4085
6156 msgid ""
6157 "\n"
6158 "You have uncommitted changes in your working tree. Please, commit them\n"
6159 "first and then run 'git rebase --continue' again."
6160 msgstr ""
6162 #: sequencer.c:4121 sequencer.c:4159
6163 #, c-format
6164 msgid "could not write file: '%s'"
6165 msgstr ""
6167 #: sequencer.c:4174
6168 msgid "could not remove CHERRY_PICK_HEAD"
6169 msgstr ""
6171 #: sequencer.c:4181
6172 msgid "could not commit staged changes."
6173 msgstr ""
6175 #: sequencer.c:4285
6176 #, c-format
6177 msgid "%s: can't cherry-pick a %s"
6178 msgstr ""
6180 #: sequencer.c:4289
6181 #, c-format
6182 msgid "%s: bad revision"
6183 msgstr ""
6185 #: sequencer.c:4324
6186 msgid "can't revert as initial commit"
6187 msgstr ""
6189 #: sequencer.c:4774
6190 msgid "make_script: unhandled options"
6191 msgstr ""
6193 #: sequencer.c:4777
6194 msgid "make_script: error preparing revisions"
6195 msgstr ""
6197 #: sequencer.c:4935
6198 msgid ""
6199 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6200 "continue'.\n"
6201 "Or you can abort the rebase with 'git rebase --abort'.\n"
6202 msgstr ""
6204 #: sequencer.c:5047 sequencer.c:5064
6205 msgid "nothing to do"
6206 msgstr ""
6208 #: sequencer.c:5078
6209 msgid "could not skip unnecessary pick commands"
6210 msgstr ""
6212 #: sequencer.c:5166
6213 msgid "the script was already rearranged."
6214 msgstr ""
6216 #: setup.c:124
6217 #, c-format
6218 msgid "'%s' is outside repository"
6219 msgstr ""
6221 #: setup.c:174
6222 #, c-format
6223 msgid ""
6224 "%s: no such path in the working tree.\n"
6225 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6226 msgstr ""
6228 #: setup.c:187
6229 #, c-format
6230 msgid ""
6231 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6232 "Use '--' to separate paths from revisions, like this:\n"
6233 "'git <command> [<revision>...] -- [<file>...]'"
6234 msgstr ""
6236 #: setup.c:236
6237 #, c-format
6238 msgid "option '%s' must come before non-option arguments"
6239 msgstr ""
6241 #: setup.c:255
6242 #, c-format
6243 msgid ""
6244 "ambiguous argument '%s': both revision and filename\n"
6245 "Use '--' to separate paths from revisions, like this:\n"
6246 "'git <command> [<revision>...] -- [<file>...]'"
6247 msgstr ""
6249 #: setup.c:391
6250 msgid "unable to set up work tree using invalid config"
6251 msgstr ""
6253 #: setup.c:395
6254 msgid "this operation must be run in a work tree"
6255 msgstr ""
6257 #: setup.c:541
6258 #, c-format
6259 msgid "Expected git repo version <= %d, found %d"
6260 msgstr ""
6262 #: setup.c:549
6263 msgid "unknown repository extensions found:"
6264 msgstr ""
6266 #: setup.c:568
6267 #, c-format
6268 msgid "error opening '%s'"
6269 msgstr ""
6271 #: setup.c:570
6272 #, c-format
6273 msgid "too large to be a .git file: '%s'"
6274 msgstr ""
6276 #: setup.c:572
6277 #, c-format
6278 msgid "error reading %s"
6279 msgstr ""
6281 #: setup.c:574
6282 #, c-format
6283 msgid "invalid gitfile format: %s"
6284 msgstr ""
6286 #: setup.c:576
6287 #, c-format
6288 msgid "no path in gitfile: %s"
6289 msgstr ""
6291 #: setup.c:578
6292 #, c-format
6293 msgid "not a git repository: %s"
6294 msgstr ""
6296 #: setup.c:677
6297 #, c-format
6298 msgid "'$%s' too big"
6299 msgstr ""
6301 #: setup.c:691
6302 #, c-format
6303 msgid "not a git repository: '%s'"
6304 msgstr ""
6306 #: setup.c:720 setup.c:722 setup.c:753
6307 #, c-format
6308 msgid "cannot chdir to '%s'"
6309 msgstr ""
6311 #: setup.c:725 setup.c:781 setup.c:791 setup.c:830 setup.c:838
6312 msgid "cannot come back to cwd"
6313 msgstr ""
6315 #: setup.c:852
6316 #, c-format
6317 msgid "failed to stat '%*s%s%s'"
6318 msgstr ""
6320 #: setup.c:1090
6321 msgid "Unable to read current working directory"
6322 msgstr ""
6324 #: setup.c:1099 setup.c:1105
6325 #, c-format
6326 msgid "cannot change to '%s'"
6327 msgstr ""
6329 #: setup.c:1110
6330 #, c-format
6331 msgid "not a git repository (or any of the parent directories): %s"
6332 msgstr ""
6334 #: setup.c:1116
6335 #, c-format
6336 msgid ""
6337 "not a git repository (or any parent up to mount point %s)\n"
6338 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6339 msgstr ""
6341 #: setup.c:1227
6342 #, c-format
6343 msgid ""
6344 "problem with core.sharedRepository filemode value (0%.3o).\n"
6345 "The owner of files must always have read and write permissions."
6346 msgstr ""
6348 #: setup.c:1271
6349 msgid "open /dev/null or dup failed"
6350 msgstr ""
6352 #: setup.c:1286
6353 msgid "fork failed"
6354 msgstr ""
6356 #: setup.c:1291
6357 msgid "setsid failed"
6358 msgstr ""
6360 #: sha1-file.c:452
6361 #, c-format
6362 msgid "object directory %s does not exist; check .git/objects/info/alternates"
6363 msgstr ""
6365 #: sha1-file.c:503
6366 #, c-format
6367 msgid "unable to normalize alternate object path: %s"
6368 msgstr ""
6370 #: sha1-file.c:575
6371 #, c-format
6372 msgid "%s: ignoring alternate object stores, nesting too deep"
6373 msgstr ""
6375 #: sha1-file.c:582
6376 #, c-format
6377 msgid "unable to normalize object directory: %s"
6378 msgstr ""
6380 #: sha1-file.c:625
6381 msgid "unable to fdopen alternates lockfile"
6382 msgstr ""
6384 #: sha1-file.c:643
6385 msgid "unable to read alternates file"
6386 msgstr ""
6388 #: sha1-file.c:650
6389 msgid "unable to move new alternates file into place"
6390 msgstr ""
6392 #: sha1-file.c:685
6393 #, c-format
6394 msgid "path '%s' does not exist"
6395 msgstr ""
6397 #: sha1-file.c:711
6398 #, c-format
6399 msgid "reference repository '%s' as a linked checkout is not supported yet."
6400 msgstr ""
6402 #: sha1-file.c:717
6403 #, c-format
6404 msgid "reference repository '%s' is not a local repository."
6405 msgstr ""
6407 #: sha1-file.c:723
6408 #, c-format
6409 msgid "reference repository '%s' is shallow"
6410 msgstr ""
6412 #: sha1-file.c:731
6413 #, c-format
6414 msgid "reference repository '%s' is grafted"
6415 msgstr ""
6417 #: sha1-file.c:791
6418 #, c-format
6419 msgid "invalid line while parsing alternate refs: %s"
6420 msgstr ""
6422 #: sha1-file.c:943
6423 #, c-format
6424 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6425 msgstr ""
6427 #: sha1-file.c:964
6428 msgid "mmap failed"
6429 msgstr ""
6431 #: sha1-file.c:1128
6432 #, c-format
6433 msgid "object file %s is empty"
6434 msgstr ""
6436 #: sha1-file.c:1252 sha1-file.c:2392
6437 #, c-format
6438 msgid "corrupt loose object '%s'"
6439 msgstr ""
6441 #: sha1-file.c:1254 sha1-file.c:2396
6442 #, c-format
6443 msgid "garbage at end of loose object '%s'"
6444 msgstr ""
6446 #: sha1-file.c:1296
6447 msgid "invalid object type"
6448 msgstr ""
6450 #: sha1-file.c:1380
6451 #, c-format
6452 msgid "unable to unpack %s header with --allow-unknown-type"
6453 msgstr ""
6455 #: sha1-file.c:1383
6456 #, c-format
6457 msgid "unable to unpack %s header"
6458 msgstr ""
6460 #: sha1-file.c:1389
6461 #, c-format
6462 msgid "unable to parse %s header with --allow-unknown-type"
6463 msgstr ""
6465 #: sha1-file.c:1392
6466 #, c-format
6467 msgid "unable to parse %s header"
6468 msgstr ""
6470 #: sha1-file.c:1584
6471 #, c-format
6472 msgid "failed to read object %s"
6473 msgstr ""
6475 #: sha1-file.c:1588
6476 #, c-format
6477 msgid "replacement %s not found for %s"
6478 msgstr ""
6480 #: sha1-file.c:1592
6481 #, c-format
6482 msgid "loose object %s (stored in %s) is corrupt"
6483 msgstr ""
6485 #: sha1-file.c:1596
6486 #, c-format
6487 msgid "packed object %s (stored in %s) is corrupt"
6488 msgstr ""
6490 #: sha1-file.c:1699
6491 #, c-format
6492 msgid "unable to write file %s"
6493 msgstr ""
6495 #: sha1-file.c:1706
6496 #, c-format
6497 msgid "unable to set permission to '%s'"
6498 msgstr ""
6500 #: sha1-file.c:1713
6501 msgid "file write error"
6502 msgstr ""
6504 #: sha1-file.c:1732
6505 msgid "error when closing loose object file"
6506 msgstr ""
6508 #: sha1-file.c:1797
6509 #, c-format
6510 msgid "insufficient permission for adding an object to repository database %s"
6511 msgstr ""
6513 #: sha1-file.c:1799
6514 msgid "unable to create temporary file"
6515 msgstr ""
6517 #: sha1-file.c:1823
6518 msgid "unable to write loose object file"
6519 msgstr ""
6521 #: sha1-file.c:1829
6522 #, c-format
6523 msgid "unable to deflate new object %s (%d)"
6524 msgstr ""
6526 #: sha1-file.c:1833
6527 #, c-format
6528 msgid "deflateEnd on object %s failed (%d)"
6529 msgstr ""
6531 #: sha1-file.c:1837
6532 #, c-format
6533 msgid "confused by unstable object source data for %s"
6534 msgstr ""
6536 #: sha1-file.c:1847 builtin/pack-objects.c:925
6537 #, c-format
6538 msgid "failed utime() on %s"
6539 msgstr ""
6541 #: sha1-file.c:1922
6542 #, c-format
6543 msgid "cannot read object for %s"
6544 msgstr ""
6546 #: sha1-file.c:1962
6547 msgid "corrupt commit"
6548 msgstr ""
6550 #: sha1-file.c:1970
6551 msgid "corrupt tag"
6552 msgstr ""
6554 #: sha1-file.c:2069
6555 #, c-format
6556 msgid "read error while indexing %s"
6557 msgstr ""
6559 #: sha1-file.c:2072
6560 #, c-format
6561 msgid "short read while indexing %s"
6562 msgstr ""
6564 #: sha1-file.c:2145 sha1-file.c:2154
6565 #, c-format
6566 msgid "%s: failed to insert into database"
6567 msgstr ""
6569 #: sha1-file.c:2160
6570 #, c-format
6571 msgid "%s: unsupported file type"
6572 msgstr ""
6574 #: sha1-file.c:2184
6575 #, c-format
6576 msgid "%s is not a valid object"
6577 msgstr ""
6579 #: sha1-file.c:2186
6580 #, c-format
6581 msgid "%s is not a valid '%s' object"
6582 msgstr ""
6584 #: sha1-file.c:2213 builtin/index-pack.c:155
6585 #, c-format
6586 msgid "unable to open %s"
6587 msgstr ""
6589 #: sha1-file.c:2403 sha1-file.c:2455
6590 #, c-format
6591 msgid "hash mismatch for %s (expected %s)"
6592 msgstr ""
6594 #: sha1-file.c:2427
6595 #, c-format
6596 msgid "unable to mmap %s"
6597 msgstr ""
6599 #: sha1-file.c:2432
6600 #, c-format
6601 msgid "unable to unpack header of %s"
6602 msgstr ""
6604 #: sha1-file.c:2438
6605 #, c-format
6606 msgid "unable to parse header of %s"
6607 msgstr ""
6609 #: sha1-file.c:2449
6610 #, c-format
6611 msgid "unable to unpack contents of %s"
6612 msgstr ""
6614 #: sha1-name.c:487
6615 #, c-format
6616 msgid "short SHA1 %s is ambiguous"
6617 msgstr ""
6619 #: sha1-name.c:498
6620 msgid "The candidates are:"
6621 msgstr ""
6623 #: sha1-name.c:797
6624 msgid ""
6625 "Git normally never creates a ref that ends with 40 hex characters\n"
6626 "because it will be ignored when you just specify 40-hex. These refs\n"
6627 "may be created by mistake. For example,\n"
6628 "\n"
6629 "  git switch -c $br $(git rev-parse ...)\n"
6630 "\n"
6631 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6632 "examine these refs and maybe delete them. Turn this message off by\n"
6633 "running \"git config advice.objectNameWarning false\""
6634 msgstr ""
6636 #. TRANSLATORS: IEC 80000-13:2008 gibibyte
6637 #: strbuf.c:822
6638 #, c-format
6639 msgid "%u.%2.2u GiB"
6640 msgstr ""
6642 #. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
6643 #: strbuf.c:824
6644 #, c-format
6645 msgid "%u.%2.2u GiB/s"
6646 msgstr ""
6648 #. TRANSLATORS: IEC 80000-13:2008 mebibyte
6649 #: strbuf.c:832
6650 #, c-format
6651 msgid "%u.%2.2u MiB"
6652 msgstr ""
6654 #. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
6655 #: strbuf.c:834
6656 #, c-format
6657 msgid "%u.%2.2u MiB/s"
6658 msgstr ""
6660 #. TRANSLATORS: IEC 80000-13:2008 kibibyte
6661 #: strbuf.c:841
6662 #, c-format
6663 msgid "%u.%2.2u KiB"
6664 msgstr ""
6666 #. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
6667 #: strbuf.c:843
6668 #, c-format
6669 msgid "%u.%2.2u KiB/s"
6670 msgstr ""
6672 #. TRANSLATORS: IEC 80000-13:2008 byte
6673 #: strbuf.c:849
6674 #, c-format
6675 msgid "%u byte"
6676 msgid_plural "%u bytes"
6677 msgstr[0] ""
6678 msgstr[1] ""
6680 #. TRANSLATORS: IEC 80000-13:2008 byte/second
6681 #: strbuf.c:851
6682 #, c-format
6683 msgid "%u byte/s"
6684 msgid_plural "%u bytes/s"
6685 msgstr[0] ""
6686 msgstr[1] ""
6688 #: submodule.c:114 submodule.c:143
6689 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6690 msgstr ""
6692 #: submodule.c:118 submodule.c:147
6693 #, c-format
6694 msgid "Could not find section in .gitmodules where path=%s"
6695 msgstr ""
6697 #: submodule.c:154
6698 #, c-format
6699 msgid "Could not remove .gitmodules entry for %s"
6700 msgstr ""
6702 #: submodule.c:165
6703 msgid "staging updated .gitmodules failed"
6704 msgstr ""
6706 #: submodule.c:327
6707 #, c-format
6708 msgid "in unpopulated submodule '%s'"
6709 msgstr ""
6711 #: submodule.c:358
6712 #, c-format
6713 msgid "Pathspec '%s' is in submodule '%.*s'"
6714 msgstr ""
6716 #: submodule.c:910
6717 #, c-format
6718 msgid "submodule entry '%s' (%s) is a %s, not a commit"
6719 msgstr ""
6721 #: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:1989
6722 msgid "Failed to resolve HEAD as a valid ref."
6723 msgstr ""
6725 #: submodule.c:1481
6726 #, c-format
6727 msgid "Could not access submodule '%s'"
6728 msgstr ""
6730 #: submodule.c:1651
6731 #, c-format
6732 msgid "'%s' not recognized as a git repository"
6733 msgstr ""
6735 #: submodule.c:1789
6736 #, c-format
6737 msgid "could not start 'git status' in submodule '%s'"
6738 msgstr ""
6740 #: submodule.c:1802
6741 #, c-format
6742 msgid "could not run 'git status' in submodule '%s'"
6743 msgstr ""
6745 #: submodule.c:1817
6746 #, c-format
6747 msgid "Could not unset core.worktree setting in submodule '%s'"
6748 msgstr ""
6750 #: submodule.c:1907
6751 #, c-format
6752 msgid "submodule '%s' has dirty index"
6753 msgstr ""
6755 #: submodule.c:1959
6756 #, c-format
6757 msgid "Submodule '%s' could not be updated."
6758 msgstr ""
6760 #: submodule.c:2007
6761 #, c-format
6762 msgid ""
6763 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
6764 msgstr ""
6766 #: submodule.c:2019 submodule.c:2074
6767 #, c-format
6768 msgid "could not lookup name for submodule '%s'"
6769 msgstr ""
6771 #: submodule.c:2026
6772 #, c-format
6773 msgid ""
6774 "Migrating git directory of '%s%s' from\n"
6775 "'%s' to\n"
6776 "'%s'\n"
6777 msgstr ""
6779 #: submodule.c:2109
6780 #, c-format
6781 msgid "could not recurse into submodule '%s'"
6782 msgstr ""
6784 #: submodule.c:2153
6785 msgid "could not start ls-files in .."
6786 msgstr ""
6788 #: submodule.c:2192
6789 #, c-format
6790 msgid "ls-tree returned unexpected return code %d"
6791 msgstr ""
6793 #: submodule-config.c:236
6794 #, c-format
6795 msgid "ignoring suspicious submodule name: %s"
6796 msgstr ""
6798 #: submodule-config.c:303
6799 msgid "negative values not allowed for submodule.fetchjobs"
6800 msgstr ""
6802 #: submodule-config.c:401
6803 #, c-format
6804 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6805 msgstr ""
6807 #: submodule-config.c:490
6808 #, c-format
6809 msgid "invalid value for %s"
6810 msgstr ""
6812 #: submodule-config.c:761
6813 #, c-format
6814 msgid "Could not update .gitmodules entry %s"
6815 msgstr ""
6817 #: trailer.c:238
6818 #, c-format
6819 msgid "running trailer command '%s' failed"
6820 msgstr ""
6822 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6823 #: trailer.c:557
6824 #, c-format
6825 msgid "unknown value '%s' for key '%s'"
6826 msgstr ""
6828 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6829 #, c-format
6830 msgid "more than one %s"
6831 msgstr ""
6833 #: trailer.c:730
6834 #, c-format
6835 msgid "empty trailer token in trailer '%.*s'"
6836 msgstr ""
6838 #: trailer.c:750
6839 #, c-format
6840 msgid "could not read input file '%s'"
6841 msgstr ""
6843 #: trailer.c:753
6844 msgid "could not read from stdin"
6845 msgstr ""
6847 #: trailer.c:1011 wrapper.c:665
6848 #, c-format
6849 msgid "could not stat %s"
6850 msgstr ""
6852 #: trailer.c:1013
6853 #, c-format
6854 msgid "file %s is not a regular file"
6855 msgstr ""
6857 #: trailer.c:1015
6858 #, c-format
6859 msgid "file %s is not writable by user"
6860 msgstr ""
6862 #: trailer.c:1027
6863 msgid "could not open temporary file"
6864 msgstr ""
6866 #: trailer.c:1067
6867 #, c-format
6868 msgid "could not rename temporary file to %s"
6869 msgstr ""
6871 #: transport.c:116
6872 #, c-format
6873 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6874 msgstr ""
6876 #: transport.c:145
6877 #, c-format
6878 msgid "could not read bundle '%s'"
6879 msgstr ""
6881 #: transport.c:214
6882 #, c-format
6883 msgid "transport: invalid depth option '%s'"
6884 msgstr ""
6886 #: transport.c:266
6887 msgid "see protocol.version in 'git help config' for more details"
6888 msgstr ""
6890 #: transport.c:267
6891 msgid "server options require protocol version 2 or later"
6892 msgstr ""
6894 #: transport.c:632
6895 msgid "could not parse transport.color.* config"
6896 msgstr ""
6898 #: transport.c:705
6899 msgid "support for protocol v2 not implemented yet"
6900 msgstr ""
6902 #: transport.c:831
6903 #, c-format
6904 msgid "unknown value for config '%s': %s"
6905 msgstr ""
6907 #: transport.c:897
6908 #, c-format
6909 msgid "transport '%s' not allowed"
6910 msgstr ""
6912 #: transport.c:949
6913 msgid "git-over-rsync is no longer supported"
6914 msgstr ""
6916 #: transport.c:1044
6917 #, c-format
6918 msgid ""
6919 "The following submodule paths contain changes that can\n"
6920 "not be found on any remote:\n"
6921 msgstr ""
6923 #: transport.c:1048
6924 #, c-format
6925 msgid ""
6926 "\n"
6927 "Please try\n"
6928 "\n"
6929 "\tgit push --recurse-submodules=on-demand\n"
6930 "\n"
6931 "or cd to the path and use\n"
6932 "\n"
6933 "\tgit push\n"
6934 "\n"
6935 "to push them to a remote.\n"
6936 "\n"
6937 msgstr ""
6939 #: transport.c:1056
6940 msgid "Aborting."
6941 msgstr ""
6943 #: transport.c:1201
6944 msgid "failed to push all needed submodules"
6945 msgstr ""
6947 #: transport.c:1345 transport-helper.c:655
6948 msgid "operation not supported by protocol"
6949 msgstr ""
6951 #: transport-helper.c:61 transport-helper.c:90
6952 msgid "full write to remote helper failed"
6953 msgstr ""
6955 #: transport-helper.c:144
6956 #, c-format
6957 msgid "unable to find remote helper for '%s'"
6958 msgstr ""
6960 #: transport-helper.c:160 transport-helper.c:569
6961 msgid "can't dup helper output fd"
6962 msgstr ""
6964 #: transport-helper.c:211
6965 #, c-format
6966 msgid ""
6967 "unknown mandatory capability %s; this remote helper probably needs newer "
6968 "version of Git"
6969 msgstr ""
6971 #: transport-helper.c:217
6972 msgid "this remote helper should implement refspec capability"
6973 msgstr ""
6975 #: transport-helper.c:284 transport-helper.c:424
6976 #, c-format
6977 msgid "%s unexpectedly said: '%s'"
6978 msgstr ""
6980 #: transport-helper.c:413
6981 #, c-format
6982 msgid "%s also locked %s"
6983 msgstr ""
6985 #: transport-helper.c:491
6986 msgid "couldn't run fast-import"
6987 msgstr ""
6989 #: transport-helper.c:514
6990 msgid "error while running fast-import"
6991 msgstr ""
6993 #: transport-helper.c:543 transport-helper.c:1128
6994 #, c-format
6995 msgid "could not read ref %s"
6996 msgstr ""
6998 #: transport-helper.c:588
6999 #, c-format
7000 msgid "unknown response to connect: %s"
7001 msgstr ""
7003 #: transport-helper.c:610
7004 msgid "setting remote service path not supported by protocol"
7005 msgstr ""
7007 #: transport-helper.c:612
7008 msgid "invalid remote service path"
7009 msgstr ""
7011 #: transport-helper.c:658
7012 #, c-format
7013 msgid "can't connect to subservice %s"
7014 msgstr ""
7016 #: transport-helper.c:734
7017 #, c-format
7018 msgid "expected ok/error, helper said '%s'"
7019 msgstr ""
7021 #: transport-helper.c:787
7022 #, c-format
7023 msgid "helper reported unexpected status of %s"
7024 msgstr ""
7026 #: transport-helper.c:848
7027 #, c-format
7028 msgid "helper %s does not support dry-run"
7029 msgstr ""
7031 #: transport-helper.c:851
7032 #, c-format
7033 msgid "helper %s does not support --signed"
7034 msgstr ""
7036 #: transport-helper.c:854
7037 #, c-format
7038 msgid "helper %s does not support --signed=if-asked"
7039 msgstr ""
7041 #: transport-helper.c:861
7042 #, c-format
7043 msgid "helper %s does not support 'push-option'"
7044 msgstr ""
7046 #: transport-helper.c:959
7047 msgid "remote-helper doesn't support push; refspec needed"
7048 msgstr ""
7050 #: transport-helper.c:964
7051 #, c-format
7052 msgid "helper %s does not support 'force'"
7053 msgstr ""
7055 #: transport-helper.c:1011
7056 msgid "couldn't run fast-export"
7057 msgstr ""
7059 #: transport-helper.c:1016
7060 msgid "error while running fast-export"
7061 msgstr ""
7063 #: transport-helper.c:1041
7064 #, c-format
7065 msgid ""
7066 "No refs in common and none specified; doing nothing.\n"
7067 "Perhaps you should specify a branch such as 'master'.\n"
7068 msgstr ""
7070 #: transport-helper.c:1114
7071 #, c-format
7072 msgid "malformed response in ref list: %s"
7073 msgstr ""
7075 #: transport-helper.c:1266
7076 #, c-format
7077 msgid "read(%s) failed"
7078 msgstr ""
7080 #: transport-helper.c:1293
7081 #, c-format
7082 msgid "write(%s) failed"
7083 msgstr ""
7085 #: transport-helper.c:1342
7086 #, c-format
7087 msgid "%s thread failed"
7088 msgstr ""
7090 #: transport-helper.c:1346
7091 #, c-format
7092 msgid "%s thread failed to join: %s"
7093 msgstr ""
7095 #: transport-helper.c:1365 transport-helper.c:1369
7096 #, c-format
7097 msgid "can't start thread for copying data: %s"
7098 msgstr ""
7100 #: transport-helper.c:1406
7101 #, c-format
7102 msgid "%s process failed to wait"
7103 msgstr ""
7105 #: transport-helper.c:1410
7106 #, c-format
7107 msgid "%s process failed"
7108 msgstr ""
7110 #: transport-helper.c:1428 transport-helper.c:1437
7111 msgid "can't start thread for copying data"
7112 msgstr ""
7114 #: tree-walk.c:33
7115 msgid "too-short tree object"
7116 msgstr ""
7118 #: tree-walk.c:39
7119 msgid "malformed mode in tree entry"
7120 msgstr ""
7122 #: tree-walk.c:43
7123 msgid "empty filename in tree entry"
7124 msgstr ""
7126 #: tree-walk.c:118
7127 msgid "too-short tree file"
7128 msgstr ""
7130 #: unpack-trees.c:110
7131 #, c-format
7132 msgid ""
7133 "Your local changes to the following files would be overwritten by checkout:\n"
7134 "%%sPlease commit your changes or stash them before you switch branches."
7135 msgstr ""
7137 #: unpack-trees.c:112
7138 #, c-format
7139 msgid ""
7140 "Your local changes to the following files would be overwritten by checkout:\n"
7141 "%%s"
7142 msgstr ""
7144 #: unpack-trees.c:115
7145 #, c-format
7146 msgid ""
7147 "Your local changes to the following files would be overwritten by merge:\n"
7148 "%%sPlease commit your changes or stash them before you merge."
7149 msgstr ""
7151 #: unpack-trees.c:117
7152 #, c-format
7153 msgid ""
7154 "Your local changes to the following files would be overwritten by merge:\n"
7155 "%%s"
7156 msgstr ""
7158 #: unpack-trees.c:120
7159 #, c-format
7160 msgid ""
7161 "Your local changes to the following files would be overwritten by %s:\n"
7162 "%%sPlease commit your changes or stash them before you %s."
7163 msgstr ""
7165 #: unpack-trees.c:122
7166 #, c-format
7167 msgid ""
7168 "Your local changes to the following files would be overwritten by %s:\n"
7169 "%%s"
7170 msgstr ""
7172 #: unpack-trees.c:127
7173 #, c-format
7174 msgid ""
7175 "Updating the following directories would lose untracked files in them:\n"
7176 "%s"
7177 msgstr ""
7179 #: unpack-trees.c:131
7180 #, c-format
7181 msgid ""
7182 "The following untracked working tree files would be removed by checkout:\n"
7183 "%%sPlease move or remove them before you switch branches."
7184 msgstr ""
7186 #: unpack-trees.c:133
7187 #, c-format
7188 msgid ""
7189 "The following untracked working tree files would be removed by checkout:\n"
7190 "%%s"
7191 msgstr ""
7193 #: unpack-trees.c:136
7194 #, c-format
7195 msgid ""
7196 "The following untracked working tree files would be removed by merge:\n"
7197 "%%sPlease move or remove them before you merge."
7198 msgstr ""
7200 #: unpack-trees.c:138
7201 #, c-format
7202 msgid ""
7203 "The following untracked working tree files would be removed by merge:\n"
7204 "%%s"
7205 msgstr ""
7207 #: unpack-trees.c:141
7208 #, c-format
7209 msgid ""
7210 "The following untracked working tree files would be removed by %s:\n"
7211 "%%sPlease move or remove them before you %s."
7212 msgstr ""
7214 #: unpack-trees.c:143
7215 #, c-format
7216 msgid ""
7217 "The following untracked working tree files would be removed by %s:\n"
7218 "%%s"
7219 msgstr ""
7221 #: unpack-trees.c:149
7222 #, c-format
7223 msgid ""
7224 "The following untracked working tree files would be overwritten by "
7225 "checkout:\n"
7226 "%%sPlease move or remove them before you switch branches."
7227 msgstr ""
7229 #: unpack-trees.c:151
7230 #, c-format
7231 msgid ""
7232 "The following untracked working tree files would be overwritten by "
7233 "checkout:\n"
7234 "%%s"
7235 msgstr ""
7237 #: unpack-trees.c:154
7238 #, c-format
7239 msgid ""
7240 "The following untracked working tree files would be overwritten by merge:\n"
7241 "%%sPlease move or remove them before you merge."
7242 msgstr ""
7244 #: unpack-trees.c:156
7245 #, c-format
7246 msgid ""
7247 "The following untracked working tree files would be overwritten by merge:\n"
7248 "%%s"
7249 msgstr ""
7251 #: unpack-trees.c:159
7252 #, c-format
7253 msgid ""
7254 "The following untracked working tree files would be overwritten by %s:\n"
7255 "%%sPlease move or remove them before you %s."
7256 msgstr ""
7258 #: unpack-trees.c:161
7259 #, c-format
7260 msgid ""
7261 "The following untracked working tree files would be overwritten by %s:\n"
7262 "%%s"
7263 msgstr ""
7265 #: unpack-trees.c:169
7266 #, c-format
7267 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7268 msgstr ""
7270 #: unpack-trees.c:172
7271 #, c-format
7272 msgid ""
7273 "Cannot update sparse checkout: the following entries are not up to date:\n"
7274 "%s"
7275 msgstr ""
7277 #: unpack-trees.c:174
7278 #, c-format
7279 msgid ""
7280 "The following working tree files would be overwritten by sparse checkout "
7281 "update:\n"
7282 "%s"
7283 msgstr ""
7285 #: unpack-trees.c:176
7286 #, c-format
7287 msgid ""
7288 "The following working tree files would be removed by sparse checkout "
7289 "update:\n"
7290 "%s"
7291 msgstr ""
7293 #: unpack-trees.c:178
7294 #, c-format
7295 msgid ""
7296 "Cannot update submodule:\n"
7297 "%s"
7298 msgstr ""
7300 #: unpack-trees.c:255
7301 #, c-format
7302 msgid "Aborting\n"
7303 msgstr ""
7305 #: unpack-trees.c:317
7306 msgid "Updating files"
7307 msgstr ""
7309 #: unpack-trees.c:349
7310 msgid ""
7311 "the following paths have collided (e.g. case-sensitive paths\n"
7312 "on a case-insensitive filesystem) and only one from the same\n"
7313 "colliding group is in the working tree:\n"
7314 msgstr ""
7316 #: urlmatch.c:163
7317 msgid "invalid URL scheme name or missing '://' suffix"
7318 msgstr ""
7320 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7321 #, c-format
7322 msgid "invalid %XX escape sequence"
7323 msgstr ""
7325 #: urlmatch.c:215
7326 msgid "missing host and scheme is not 'file:'"
7327 msgstr ""
7329 #: urlmatch.c:232
7330 msgid "a 'file:' URL may not have a port number"
7331 msgstr ""
7333 #: urlmatch.c:247
7334 msgid "invalid characters in host name"
7335 msgstr ""
7337 #: urlmatch.c:292 urlmatch.c:303
7338 msgid "invalid port number"
7339 msgstr ""
7341 #: urlmatch.c:371
7342 msgid "invalid '..' path segment"
7343 msgstr ""
7345 #: worktree.c:258 builtin/am.c:2084
7346 #, c-format
7347 msgid "failed to read '%s'"
7348 msgstr ""
7350 #: worktree.c:304
7351 #, c-format
7352 msgid "'%s' at main working tree is not the repository directory"
7353 msgstr ""
7355 #: worktree.c:315
7356 #, c-format
7357 msgid "'%s' file does not contain absolute path to the working tree location"
7358 msgstr ""
7360 #: worktree.c:327
7361 #, c-format
7362 msgid "'%s' does not exist"
7363 msgstr ""
7365 #: worktree.c:333
7366 #, c-format
7367 msgid "'%s' is not a .git file, error code %d"
7368 msgstr ""
7370 #: worktree.c:341
7371 #, c-format
7372 msgid "'%s' does not point back to '%s'"
7373 msgstr ""
7375 #: wrapper.c:186 wrapper.c:356
7376 #, c-format
7377 msgid "could not open '%s' for reading and writing"
7378 msgstr ""
7380 #: wrapper.c:387 wrapper.c:588
7381 #, c-format
7382 msgid "unable to access '%s'"
7383 msgstr ""
7385 #: wrapper.c:596
7386 msgid "unable to get current working directory"
7387 msgstr ""
7389 #: wt-status.c:158
7390 msgid "Unmerged paths:"
7391 msgstr ""
7393 #: wt-status.c:187 wt-status.c:219
7394 msgid "  (use \"git restore --staged <file>...\" to unstage)"
7395 msgstr ""
7397 #: wt-status.c:190 wt-status.c:222
7398 #, c-format
7399 msgid "  (use \"git restore --source=%s --staged <file>...\" to unstage)"
7400 msgstr ""
7402 #: wt-status.c:193 wt-status.c:225
7403 msgid "  (use \"git rm --cached <file>...\" to unstage)"
7404 msgstr ""
7406 #: wt-status.c:197
7407 msgid "  (use \"git add <file>...\" to mark resolution)"
7408 msgstr ""
7410 #: wt-status.c:199 wt-status.c:203
7411 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7412 msgstr ""
7414 #: wt-status.c:201
7415 msgid "  (use \"git rm <file>...\" to mark resolution)"
7416 msgstr ""
7418 #: wt-status.c:211 wt-status.c:1074
7419 msgid "Changes to be committed:"
7420 msgstr ""
7422 #: wt-status.c:234 wt-status.c:1083
7423 msgid "Changes not staged for commit:"
7424 msgstr ""
7426 #: wt-status.c:238
7427 msgid "  (use \"git add <file>...\" to update what will be committed)"
7428 msgstr ""
7430 #: wt-status.c:240
7431 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7432 msgstr ""
7434 #: wt-status.c:241
7435 msgid ""
7436 "  (use \"git restore <file>...\" to discard changes in working directory)"
7437 msgstr ""
7439 #: wt-status.c:243
7440 msgid "  (commit or discard the untracked or modified content in submodules)"
7441 msgstr ""
7443 #: wt-status.c:254
7444 #, c-format
7445 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7446 msgstr ""
7448 #: wt-status.c:268
7449 msgid "both deleted:"
7450 msgstr ""
7452 #: wt-status.c:270
7453 msgid "added by us:"
7454 msgstr ""
7456 #: wt-status.c:272
7457 msgid "deleted by them:"
7458 msgstr ""
7460 #: wt-status.c:274
7461 msgid "added by them:"
7462 msgstr ""
7464 #: wt-status.c:276
7465 msgid "deleted by us:"
7466 msgstr ""
7468 #: wt-status.c:278
7469 msgid "both added:"
7470 msgstr ""
7472 #: wt-status.c:280
7473 msgid "both modified:"
7474 msgstr ""
7476 #: wt-status.c:290
7477 msgid "new file:"
7478 msgstr ""
7480 #: wt-status.c:292
7481 msgid "copied:"
7482 msgstr ""
7484 #: wt-status.c:294
7485 msgid "deleted:"
7486 msgstr ""
7488 #: wt-status.c:296
7489 msgid "modified:"
7490 msgstr ""
7492 #: wt-status.c:298
7493 msgid "renamed:"
7494 msgstr ""
7496 #: wt-status.c:300
7497 msgid "typechange:"
7498 msgstr ""
7500 #: wt-status.c:302
7501 msgid "unknown:"
7502 msgstr ""
7504 #: wt-status.c:304
7505 msgid "unmerged:"
7506 msgstr ""
7508 #: wt-status.c:384
7509 msgid "new commits, "
7510 msgstr ""
7512 #: wt-status.c:386
7513 msgid "modified content, "
7514 msgstr ""
7516 #: wt-status.c:388
7517 msgid "untracked content, "
7518 msgstr ""
7520 #: wt-status.c:906
7521 #, c-format
7522 msgid "Your stash currently has %d entry"
7523 msgid_plural "Your stash currently has %d entries"
7524 msgstr[0] ""
7525 msgstr[1] ""
7527 #: wt-status.c:938
7528 msgid "Submodules changed but not updated:"
7529 msgstr ""
7531 #: wt-status.c:940
7532 msgid "Submodule changes to be committed:"
7533 msgstr ""
7535 #: wt-status.c:1022
7536 msgid ""
7537 "Do not modify or remove the line above.\n"
7538 "Everything below it will be ignored."
7539 msgstr ""
7541 #: wt-status.c:1114
7542 #, c-format
7543 msgid ""
7544 "\n"
7545 "It took %.2f seconds to compute the branch ahead/behind values.\n"
7546 "You can use '--no-ahead-behind' to avoid this.\n"
7547 msgstr ""
7549 #: wt-status.c:1144
7550 msgid "You have unmerged paths."
7551 msgstr ""
7553 #: wt-status.c:1147
7554 msgid "  (fix conflicts and run \"git commit\")"
7555 msgstr ""
7557 #: wt-status.c:1149
7558 msgid "  (use \"git merge --abort\" to abort the merge)"
7559 msgstr ""
7561 #: wt-status.c:1153
7562 msgid "All conflicts fixed but you are still merging."
7563 msgstr ""
7565 #: wt-status.c:1156
7566 msgid "  (use \"git commit\" to conclude merge)"
7567 msgstr ""
7569 #: wt-status.c:1165
7570 msgid "You are in the middle of an am session."
7571 msgstr ""
7573 #: wt-status.c:1168
7574 msgid "The current patch is empty."
7575 msgstr ""
7577 #: wt-status.c:1172
7578 msgid "  (fix conflicts and then run \"git am --continue\")"
7579 msgstr ""
7581 #: wt-status.c:1174
7582 msgid "  (use \"git am --skip\" to skip this patch)"
7583 msgstr ""
7585 #: wt-status.c:1176
7586 msgid "  (use \"git am --abort\" to restore the original branch)"
7587 msgstr ""
7589 #: wt-status.c:1309
7590 msgid "git-rebase-todo is missing."
7591 msgstr ""
7593 #: wt-status.c:1311
7594 msgid "No commands done."
7595 msgstr ""
7597 #: wt-status.c:1314
7598 #, c-format
7599 msgid "Last command done (%d command done):"
7600 msgid_plural "Last commands done (%d commands done):"
7601 msgstr[0] ""
7602 msgstr[1] ""
7604 #: wt-status.c:1325
7605 #, c-format
7606 msgid "  (see more in file %s)"
7607 msgstr ""
7609 #: wt-status.c:1330
7610 msgid "No commands remaining."
7611 msgstr ""
7613 #: wt-status.c:1333
7614 #, c-format
7615 msgid "Next command to do (%d remaining command):"
7616 msgid_plural "Next commands to do (%d remaining commands):"
7617 msgstr[0] ""
7618 msgstr[1] ""
7620 #: wt-status.c:1341
7621 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7622 msgstr ""
7624 #: wt-status.c:1353
7625 #, c-format
7626 msgid "You are currently rebasing branch '%s' on '%s'."
7627 msgstr ""
7629 #: wt-status.c:1358
7630 msgid "You are currently rebasing."
7631 msgstr ""
7633 #: wt-status.c:1371
7634 msgid "  (fix conflicts and then run \"git rebase --continue\")"
7635 msgstr ""
7637 #: wt-status.c:1373
7638 msgid "  (use \"git rebase --skip\" to skip this patch)"
7639 msgstr ""
7641 #: wt-status.c:1375
7642 msgid "  (use \"git rebase --abort\" to check out the original branch)"
7643 msgstr ""
7645 #: wt-status.c:1382
7646 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7647 msgstr ""
7649 #: wt-status.c:1386
7650 #, c-format
7651 msgid ""
7652 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
7653 msgstr ""
7655 #: wt-status.c:1391
7656 msgid "You are currently splitting a commit during a rebase."
7657 msgstr ""
7659 #: wt-status.c:1394
7660 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7661 msgstr ""
7663 #: wt-status.c:1398
7664 #, c-format
7665 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7666 msgstr ""
7668 #: wt-status.c:1403
7669 msgid "You are currently editing a commit during a rebase."
7670 msgstr ""
7672 #: wt-status.c:1406
7673 msgid "  (use \"git commit --amend\" to amend the current commit)"
7674 msgstr ""
7676 #: wt-status.c:1408
7677 msgid ""
7678 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
7679 msgstr ""
7681 #: wt-status.c:1419
7682 msgid "Cherry-pick currently in progress."
7683 msgstr ""
7685 #: wt-status.c:1422
7686 #, c-format
7687 msgid "You are currently cherry-picking commit %s."
7688 msgstr ""
7690 #: wt-status.c:1429
7691 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7692 msgstr ""
7694 #: wt-status.c:1432
7695 msgid "  (run \"git cherry-pick --continue\" to continue)"
7696 msgstr ""
7698 #: wt-status.c:1435
7699 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7700 msgstr ""
7702 #: wt-status.c:1437
7703 msgid "  (use \"git cherry-pick --skip\" to skip this patch)"
7704 msgstr ""
7706 #: wt-status.c:1439
7707 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7708 msgstr ""
7710 #: wt-status.c:1449
7711 msgid "Revert currently in progress."
7712 msgstr ""
7714 #: wt-status.c:1452
7715 #, c-format
7716 msgid "You are currently reverting commit %s."
7717 msgstr ""
7719 #: wt-status.c:1458
7720 msgid "  (fix conflicts and run \"git revert --continue\")"
7721 msgstr ""
7723 #: wt-status.c:1461
7724 msgid "  (run \"git revert --continue\" to continue)"
7725 msgstr ""
7727 #: wt-status.c:1464
7728 msgid "  (all conflicts fixed: run \"git revert --continue\")"
7729 msgstr ""
7731 #: wt-status.c:1466
7732 msgid "  (use \"git revert --skip\" to skip this patch)"
7733 msgstr ""
7735 #: wt-status.c:1468
7736 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7737 msgstr ""
7739 #: wt-status.c:1478
7740 #, c-format
7741 msgid "You are currently bisecting, started from branch '%s'."
7742 msgstr ""
7744 #: wt-status.c:1482
7745 msgid "You are currently bisecting."
7746 msgstr ""
7748 #: wt-status.c:1485
7749 msgid "  (use \"git bisect reset\" to get back to the original branch)"
7750 msgstr ""
7752 #: wt-status.c:1694
7753 msgid "On branch "
7754 msgstr ""
7756 #: wt-status.c:1701
7757 msgid "interactive rebase in progress; onto "
7758 msgstr ""
7760 #: wt-status.c:1703
7761 msgid "rebase in progress; onto "
7762 msgstr ""
7764 #: wt-status.c:1713
7765 msgid "Not currently on any branch."
7766 msgstr ""
7768 #: wt-status.c:1730
7769 msgid "Initial commit"
7770 msgstr ""
7772 #: wt-status.c:1731
7773 msgid "No commits yet"
7774 msgstr ""
7776 #: wt-status.c:1745
7777 msgid "Untracked files"
7778 msgstr ""
7780 #: wt-status.c:1747
7781 msgid "Ignored files"
7782 msgstr ""
7784 #: wt-status.c:1751
7785 #, c-format
7786 msgid ""
7787 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7788 "may speed it up, but you have to be careful not to forget to add\n"
7789 "new files yourself (see 'git help status')."
7790 msgstr ""
7792 #: wt-status.c:1757
7793 #, c-format
7794 msgid "Untracked files not listed%s"
7795 msgstr ""
7797 #: wt-status.c:1759
7798 msgid " (use -u option to show untracked files)"
7799 msgstr ""
7801 #: wt-status.c:1765
7802 msgid "No changes"
7803 msgstr ""
7805 #: wt-status.c:1770
7806 #, c-format
7807 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7808 msgstr ""
7810 #: wt-status.c:1773
7811 #, c-format
7812 msgid "no changes added to commit\n"
7813 msgstr ""
7815 #: wt-status.c:1776
7816 #, c-format
7817 msgid ""
7818 "nothing added to commit but untracked files present (use \"git add\" to "
7819 "track)\n"
7820 msgstr ""
7822 #: wt-status.c:1779
7823 #, c-format
7824 msgid "nothing added to commit but untracked files present\n"
7825 msgstr ""
7827 #: wt-status.c:1782
7828 #, c-format
7829 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7830 msgstr ""
7832 #: wt-status.c:1785 wt-status.c:1790
7833 #, c-format
7834 msgid "nothing to commit\n"
7835 msgstr ""
7837 #: wt-status.c:1788
7838 #, c-format
7839 msgid "nothing to commit (use -u to show untracked files)\n"
7840 msgstr ""
7842 #: wt-status.c:1792
7843 #, c-format
7844 msgid "nothing to commit, working tree clean\n"
7845 msgstr ""
7847 #: wt-status.c:1905
7848 msgid "No commits yet on "
7849 msgstr ""
7851 #: wt-status.c:1909
7852 msgid "HEAD (no branch)"
7853 msgstr ""
7855 #: wt-status.c:1940
7856 msgid "different"
7857 msgstr ""
7859 #: wt-status.c:1942 wt-status.c:1950
7860 msgid "behind "
7861 msgstr ""
7863 #: wt-status.c:1945 wt-status.c:1948
7864 msgid "ahead "
7865 msgstr ""
7867 #. TRANSLATORS: the action is e.g. "pull with rebase"
7868 #: wt-status.c:2470
7869 #, c-format
7870 msgid "cannot %s: You have unstaged changes."
7871 msgstr ""
7873 #: wt-status.c:2476
7874 msgid "additionally, your index contains uncommitted changes."
7875 msgstr ""
7877 #: wt-status.c:2478
7878 #, c-format
7879 msgid "cannot %s: Your index contains uncommitted changes."
7880 msgstr ""
7882 #: compat/precompose_utf8.c:58 builtin/clone.c:452
7883 #, c-format
7884 msgid "failed to unlink '%s'"
7885 msgstr ""
7887 #: builtin/add.c:25
7888 msgid "git add [<options>] [--] <pathspec>..."
7889 msgstr ""
7891 #: builtin/add.c:84
7892 #, c-format
7893 msgid "unexpected diff status %c"
7894 msgstr ""
7896 #: builtin/add.c:89 builtin/commit.c:288
7897 msgid "updating files failed"
7898 msgstr ""
7900 #: builtin/add.c:99
7901 #, c-format
7902 msgid "remove '%s'\n"
7903 msgstr ""
7905 #: builtin/add.c:174
7906 msgid "Unstaged changes after refreshing the index:"
7907 msgstr ""
7909 #: builtin/add.c:234 builtin/rev-parse.c:897
7910 msgid "Could not read the index"
7911 msgstr ""
7913 #: builtin/add.c:245
7914 #, c-format
7915 msgid "Could not open '%s' for writing."
7916 msgstr ""
7918 #: builtin/add.c:249
7919 msgid "Could not write patch"
7920 msgstr ""
7922 #: builtin/add.c:252
7923 msgid "editing patch failed"
7924 msgstr ""
7926 #: builtin/add.c:255
7927 #, c-format
7928 msgid "Could not stat '%s'"
7929 msgstr ""
7931 #: builtin/add.c:257
7932 msgid "Empty patch. Aborted."
7933 msgstr ""
7935 #: builtin/add.c:262
7936 #, c-format
7937 msgid "Could not apply '%s'"
7938 msgstr ""
7940 #: builtin/add.c:270
7941 msgid "The following paths are ignored by one of your .gitignore files:\n"
7942 msgstr ""
7944 #: builtin/add.c:290 builtin/clean.c:910 builtin/fetch.c:162 builtin/mv.c:124
7945 #: builtin/prune-packed.c:56 builtin/pull.c:223 builtin/push.c:547
7946 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7947 msgid "dry run"
7948 msgstr ""
7950 #: builtin/add.c:293
7951 msgid "interactive picking"
7952 msgstr ""
7954 #: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
7955 msgid "select hunks interactively"
7956 msgstr ""
7958 #: builtin/add.c:295
7959 msgid "edit current diff and apply"
7960 msgstr ""
7962 #: builtin/add.c:296
7963 msgid "allow adding otherwise ignored files"
7964 msgstr ""
7966 #: builtin/add.c:297
7967 msgid "update tracked files"
7968 msgstr ""
7970 #: builtin/add.c:298
7971 msgid "renormalize EOL of tracked files (implies -u)"
7972 msgstr ""
7974 #: builtin/add.c:299
7975 msgid "record only the fact that the path will be added later"
7976 msgstr ""
7978 #: builtin/add.c:300
7979 msgid "add changes from all tracked and untracked files"
7980 msgstr ""
7982 #: builtin/add.c:303
7983 msgid "ignore paths removed in the working tree (same as --no-all)"
7984 msgstr ""
7986 #: builtin/add.c:305
7987 msgid "don't add, only refresh the index"
7988 msgstr ""
7990 #: builtin/add.c:306
7991 msgid "just skip files which cannot be added because of errors"
7992 msgstr ""
7994 #: builtin/add.c:307
7995 msgid "check if - even missing - files are ignored in dry run"
7996 msgstr ""
7998 #: builtin/add.c:309 builtin/update-index.c:1002
7999 msgid "override the executable bit of the listed files"
8000 msgstr ""
8002 #: builtin/add.c:311
8003 msgid "warn when adding an embedded repository"
8004 msgstr ""
8006 #: builtin/add.c:326
8007 #, c-format
8008 msgid ""
8009 "You've added another git repository inside your current repository.\n"
8010 "Clones of the outer repository will not contain the contents of\n"
8011 "the embedded repository and will not know how to obtain it.\n"
8012 "If you meant to add a submodule, use:\n"
8013 "\n"
8014 "\tgit submodule add <url> %s\n"
8015 "\n"
8016 "If you added this path by mistake, you can remove it from the\n"
8017 "index with:\n"
8018 "\n"
8019 "\tgit rm --cached %s\n"
8020 "\n"
8021 "See \"git help submodule\" for more information."
8022 msgstr ""
8024 #: builtin/add.c:354
8025 #, c-format
8026 msgid "adding embedded git repository: %s"
8027 msgstr ""
8029 #: builtin/add.c:372
8030 #, c-format
8031 msgid "Use -f if you really want to add them.\n"
8032 msgstr ""
8034 #: builtin/add.c:379
8035 msgid "adding files failed"
8036 msgstr ""
8038 #: builtin/add.c:419
8039 msgid "-A and -u are mutually incompatible"
8040 msgstr ""
8042 #: builtin/add.c:426
8043 msgid "Option --ignore-missing can only be used together with --dry-run"
8044 msgstr ""
8046 #: builtin/add.c:430
8047 #, c-format
8048 msgid "--chmod param '%s' must be either -x or +x"
8049 msgstr ""
8051 #: builtin/add.c:445
8052 #, c-format
8053 msgid "Nothing specified, nothing added.\n"
8054 msgstr ""
8056 #: builtin/add.c:446
8057 #, c-format
8058 msgid "Maybe you wanted to say 'git add .'?\n"
8059 msgstr ""
8061 #: builtin/am.c:347
8062 msgid "could not parse author script"
8063 msgstr ""
8065 #: builtin/am.c:431
8066 #, c-format
8067 msgid "'%s' was deleted by the applypatch-msg hook"
8068 msgstr ""
8070 #: builtin/am.c:473
8071 #, c-format
8072 msgid "Malformed input line: '%s'."
8073 msgstr ""
8075 #: builtin/am.c:511
8076 #, c-format
8077 msgid "Failed to copy notes from '%s' to '%s'"
8078 msgstr ""
8080 #: builtin/am.c:537
8081 msgid "fseek failed"
8082 msgstr ""
8084 #: builtin/am.c:725
8085 #, c-format
8086 msgid "could not parse patch '%s'"
8087 msgstr ""
8089 #: builtin/am.c:790
8090 msgid "Only one StGIT patch series can be applied at once"
8091 msgstr ""
8093 #: builtin/am.c:838
8094 msgid "invalid timestamp"
8095 msgstr ""
8097 #: builtin/am.c:843 builtin/am.c:855
8098 msgid "invalid Date line"
8099 msgstr ""
8101 #: builtin/am.c:850
8102 msgid "invalid timezone offset"
8103 msgstr ""
8105 #: builtin/am.c:943
8106 msgid "Patch format detection failed."
8107 msgstr ""
8109 #: builtin/am.c:948 builtin/clone.c:406
8110 #, c-format
8111 msgid "failed to create directory '%s'"
8112 msgstr ""
8114 #: builtin/am.c:953
8115 msgid "Failed to split patches."
8116 msgstr ""
8118 #: builtin/am.c:1084
8119 #, c-format
8120 msgid "When you have resolved this problem, run \"%s --continue\"."
8121 msgstr ""
8123 #: builtin/am.c:1085
8124 #, c-format
8125 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
8126 msgstr ""
8128 #: builtin/am.c:1086
8129 #, c-format
8130 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
8131 msgstr ""
8133 #: builtin/am.c:1169
8134 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8135 msgstr ""
8137 #: builtin/am.c:1197
8138 msgid "Patch is empty."
8139 msgstr ""
8141 #: builtin/am.c:1262
8142 #, c-format
8143 msgid "missing author line in commit %s"
8144 msgstr ""
8146 #: builtin/am.c:1265
8147 #, c-format
8148 msgid "invalid ident line: %.*s"
8149 msgstr ""
8151 #: builtin/am.c:1484
8152 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8153 msgstr ""
8155 #: builtin/am.c:1486
8156 msgid "Using index info to reconstruct a base tree..."
8157 msgstr ""
8159 #: builtin/am.c:1505
8160 msgid ""
8161 "Did you hand edit your patch?\n"
8162 "It does not apply to blobs recorded in its index."
8163 msgstr ""
8165 #: builtin/am.c:1511
8166 msgid "Falling back to patching base and 3-way merge..."
8167 msgstr ""
8169 #: builtin/am.c:1537
8170 msgid "Failed to merge in the changes."
8171 msgstr ""
8173 #: builtin/am.c:1569
8174 msgid "applying to an empty history"
8175 msgstr ""
8177 #: builtin/am.c:1616 builtin/am.c:1620
8178 #, c-format
8179 msgid "cannot resume: %s does not exist."
8180 msgstr ""
8182 #: builtin/am.c:1638
8183 msgid "Commit Body is:"
8184 msgstr ""
8186 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8187 #. in your translation. The program will only accept English
8188 #. input at this point.
8190 #: builtin/am.c:1648
8191 #, c-format
8192 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8193 msgstr ""
8195 #: builtin/am.c:1695 builtin/commit.c:374
8196 msgid "unable to write index file"
8197 msgstr ""
8199 #: builtin/am.c:1699
8200 #, c-format
8201 msgid "Dirty index: cannot apply patches (dirty: %s)"
8202 msgstr ""
8204 #: builtin/am.c:1739 builtin/am.c:1807
8205 #, c-format
8206 msgid "Applying: %.*s"
8207 msgstr ""
8209 #: builtin/am.c:1756
8210 msgid "No changes -- Patch already applied."
8211 msgstr ""
8213 #: builtin/am.c:1762
8214 #, c-format
8215 msgid "Patch failed at %s %.*s"
8216 msgstr ""
8218 #: builtin/am.c:1766
8219 msgid "Use 'git am --show-current-patch' to see the failed patch"
8220 msgstr ""
8222 #: builtin/am.c:1810
8223 msgid ""
8224 "No changes - did you forget to use 'git add'?\n"
8225 "If there is nothing left to stage, chances are that something else\n"
8226 "already introduced the same changes; you might want to skip this patch."
8227 msgstr ""
8229 #: builtin/am.c:1817
8230 msgid ""
8231 "You still have unmerged paths in your index.\n"
8232 "You should 'git add' each file with resolved conflicts to mark them as "
8233 "such.\n"
8234 "You might run `git rm` on a file to accept \"deleted by them\" for it."
8235 msgstr ""
8237 #: builtin/am.c:1924 builtin/am.c:1928 builtin/am.c:1940 builtin/reset.c:329
8238 #: builtin/reset.c:337
8239 #, c-format
8240 msgid "Could not parse object '%s'."
8241 msgstr ""
8243 #: builtin/am.c:1976
8244 msgid "failed to clean index"
8245 msgstr ""
8247 #: builtin/am.c:2020
8248 msgid ""
8249 "You seem to have moved HEAD since the last 'am' failure.\n"
8250 "Not rewinding to ORIG_HEAD"
8251 msgstr ""
8253 #: builtin/am.c:2117
8254 #, c-format
8255 msgid "Invalid value for --patch-format: %s"
8256 msgstr ""
8258 #: builtin/am.c:2153
8259 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8260 msgstr ""
8262 #: builtin/am.c:2154
8263 msgid "git am [<options>] (--continue | --skip | --abort)"
8264 msgstr ""
8266 #: builtin/am.c:2160
8267 msgid "run interactively"
8268 msgstr ""
8270 #: builtin/am.c:2162
8271 msgid "historical option -- no-op"
8272 msgstr ""
8274 #: builtin/am.c:2164
8275 msgid "allow fall back on 3way merging if needed"
8276 msgstr ""
8278 #: builtin/am.c:2165 builtin/init-db.c:494 builtin/prune-packed.c:58
8279 #: builtin/repack.c:297 builtin/stash.c:812
8280 msgid "be quiet"
8281 msgstr ""
8283 #: builtin/am.c:2167
8284 msgid "add a Signed-off-by line to the commit message"
8285 msgstr ""
8287 #: builtin/am.c:2170
8288 msgid "recode into utf8 (default)"
8289 msgstr ""
8291 #: builtin/am.c:2172
8292 msgid "pass -k flag to git-mailinfo"
8293 msgstr ""
8295 #: builtin/am.c:2174
8296 msgid "pass -b flag to git-mailinfo"
8297 msgstr ""
8299 #: builtin/am.c:2176
8300 msgid "pass -m flag to git-mailinfo"
8301 msgstr ""
8303 #: builtin/am.c:2178
8304 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8305 msgstr ""
8307 #: builtin/am.c:2181
8308 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8309 msgstr ""
8311 #: builtin/am.c:2184
8312 msgid "strip everything before a scissors line"
8313 msgstr ""
8315 #: builtin/am.c:2186 builtin/am.c:2189 builtin/am.c:2192 builtin/am.c:2195
8316 #: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
8317 #: builtin/am.c:2213
8318 msgid "pass it through git-apply"
8319 msgstr ""
8321 #: builtin/am.c:2203 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
8322 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:883 builtin/merge.c:249
8323 #: builtin/pull.c:160 builtin/pull.c:219 builtin/rebase.c:1442
8324 #: builtin/repack.c:308 builtin/repack.c:312 builtin/repack.c:314
8325 #: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
8326 #: parse-options.h:150 parse-options.h:171 parse-options.h:312
8327 msgid "n"
8328 msgstr ""
8330 #: builtin/am.c:2209 builtin/branch.c:661 builtin/for-each-ref.c:38
8331 #: builtin/replace.c:555 builtin/tag.c:437 builtin/verify-tag.c:38
8332 msgid "format"
8333 msgstr ""
8335 #: builtin/am.c:2210
8336 msgid "format the patch(es) are in"
8337 msgstr ""
8339 #: builtin/am.c:2216
8340 msgid "override error message when patch failure occurs"
8341 msgstr ""
8343 #: builtin/am.c:2218
8344 msgid "continue applying patches after resolving a conflict"
8345 msgstr ""
8347 #: builtin/am.c:2221
8348 msgid "synonyms for --continue"
8349 msgstr ""
8351 #: builtin/am.c:2224
8352 msgid "skip the current patch"
8353 msgstr ""
8355 #: builtin/am.c:2227
8356 msgid "restore the original branch and abort the patching operation."
8357 msgstr ""
8359 #: builtin/am.c:2230
8360 msgid "abort the patching operation but keep HEAD where it is."
8361 msgstr ""
8363 #: builtin/am.c:2233
8364 msgid "show the patch being applied."
8365 msgstr ""
8367 #: builtin/am.c:2237
8368 msgid "lie about committer date"
8369 msgstr ""
8371 #: builtin/am.c:2239
8372 msgid "use current timestamp for author date"
8373 msgstr ""
8375 #: builtin/am.c:2241 builtin/commit-tree.c:120 builtin/commit.c:1511
8376 #: builtin/merge.c:286 builtin/pull.c:194 builtin/rebase.c:490
8377 #: builtin/rebase.c:1483 builtin/revert.c:117 builtin/tag.c:418
8378 msgid "key-id"
8379 msgstr ""
8381 #: builtin/am.c:2242 builtin/rebase.c:491 builtin/rebase.c:1484
8382 msgid "GPG-sign commits"
8383 msgstr ""
8385 #: builtin/am.c:2245
8386 msgid "(internal use for git-rebase)"
8387 msgstr ""
8389 #: builtin/am.c:2263
8390 msgid ""
8391 "The -b/--binary option has been a no-op for long time, and\n"
8392 "it will be removed. Please do not use it anymore."
8393 msgstr ""
8395 #: builtin/am.c:2270
8396 msgid "failed to read the index"
8397 msgstr ""
8399 #: builtin/am.c:2285
8400 #, c-format
8401 msgid "previous rebase directory %s still exists but mbox given."
8402 msgstr ""
8404 #: builtin/am.c:2309
8405 #, c-format
8406 msgid ""
8407 "Stray %s directory found.\n"
8408 "Use \"git am --abort\" to remove it."
8409 msgstr ""
8411 #: builtin/am.c:2315
8412 msgid "Resolve operation not in progress, we are not resuming."
8413 msgstr ""
8415 #: builtin/am.c:2325
8416 msgid "interactive mode requires patches on the command line"
8417 msgstr ""
8419 #: builtin/apply.c:8
8420 msgid "git apply [<options>] [<patch>...]"
8421 msgstr ""
8423 #: builtin/archive.c:17
8424 #, c-format
8425 msgid "could not create archive file '%s'"
8426 msgstr ""
8428 #: builtin/archive.c:20
8429 msgid "could not redirect output"
8430 msgstr ""
8432 #: builtin/archive.c:37
8433 msgid "git archive: Remote with no URL"
8434 msgstr ""
8436 #: builtin/archive.c:61
8437 msgid "git archive: expected ACK/NAK, got a flush packet"
8438 msgstr ""
8440 #: builtin/archive.c:64
8441 #, c-format
8442 msgid "git archive: NACK %s"
8443 msgstr ""
8445 #: builtin/archive.c:65
8446 msgid "git archive: protocol error"
8447 msgstr ""
8449 #: builtin/archive.c:69
8450 msgid "git archive: expected a flush"
8451 msgstr ""
8453 #: builtin/bisect--helper.c:22
8454 msgid "git bisect--helper --next-all [--no-checkout]"
8455 msgstr ""
8457 #: builtin/bisect--helper.c:23
8458 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8459 msgstr ""
8461 #: builtin/bisect--helper.c:24
8462 msgid "git bisect--helper --bisect-clean-state"
8463 msgstr ""
8465 #: builtin/bisect--helper.c:25
8466 msgid "git bisect--helper --bisect-reset [<commit>]"
8467 msgstr ""
8469 #: builtin/bisect--helper.c:26
8470 msgid ""
8471 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8472 "<bad_term>"
8473 msgstr ""
8475 #: builtin/bisect--helper.c:27
8476 msgid ""
8477 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8478 "<bad_term>"
8479 msgstr ""
8481 #: builtin/bisect--helper.c:28
8482 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8483 msgstr ""
8485 #: builtin/bisect--helper.c:29
8486 msgid ""
8487 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8488 "term-new]"
8489 msgstr ""
8491 #: builtin/bisect--helper.c:30
8492 msgid ""
8493 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8494 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8495 msgstr ""
8497 #: builtin/bisect--helper.c:86
8498 #, c-format
8499 msgid "'%s' is not a valid term"
8500 msgstr ""
8502 #: builtin/bisect--helper.c:90
8503 #, c-format
8504 msgid "can't use the builtin command '%s' as a term"
8505 msgstr ""
8507 #: builtin/bisect--helper.c:100
8508 #, c-format
8509 msgid "can't change the meaning of the term '%s'"
8510 msgstr ""
8512 #: builtin/bisect--helper.c:111
8513 msgid "please use two different terms"
8514 msgstr ""
8516 #: builtin/bisect--helper.c:118
8517 msgid "could not open the file BISECT_TERMS"
8518 msgstr ""
8520 #: builtin/bisect--helper.c:155
8521 #, c-format
8522 msgid "We are not bisecting.\n"
8523 msgstr ""
8525 #: builtin/bisect--helper.c:163
8526 #, c-format
8527 msgid "'%s' is not a valid commit"
8528 msgstr ""
8530 #: builtin/bisect--helper.c:174
8531 #, c-format
8532 msgid ""
8533 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8534 msgstr ""
8536 #: builtin/bisect--helper.c:215
8537 #, c-format
8538 msgid "Bad bisect_write argument: %s"
8539 msgstr ""
8541 #: builtin/bisect--helper.c:220
8542 #, c-format
8543 msgid "couldn't get the oid of the rev '%s'"
8544 msgstr ""
8546 #: builtin/bisect--helper.c:232
8547 #, c-format
8548 msgid "couldn't open the file '%s'"
8549 msgstr ""
8551 #: builtin/bisect--helper.c:258
8552 #, c-format
8553 msgid "Invalid command: you're currently in a %s/%s bisect"
8554 msgstr ""
8556 #: builtin/bisect--helper.c:285
8557 #, c-format
8558 msgid ""
8559 "You need to give me at least one %s and %s revision.\n"
8560 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8561 msgstr ""
8563 #: builtin/bisect--helper.c:289
8564 #, c-format
8565 msgid ""
8566 "You need to start by \"git bisect start\".\n"
8567 "You then need to give me at least one %s and %s revision.\n"
8568 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8569 msgstr ""
8571 #: builtin/bisect--helper.c:321
8572 #, c-format
8573 msgid "bisecting only with a %s commit"
8574 msgstr ""
8576 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8577 #. translation. The program will only accept English input
8578 #. at this point.
8580 #: builtin/bisect--helper.c:329
8581 msgid "Are you sure [Y/n]? "
8582 msgstr ""
8584 #: builtin/bisect--helper.c:376
8585 msgid "no terms defined"
8586 msgstr ""
8588 #: builtin/bisect--helper.c:379
8589 #, c-format
8590 msgid ""
8591 "Your current terms are %s for the old state\n"
8592 "and %s for the new state.\n"
8593 msgstr ""
8595 #: builtin/bisect--helper.c:389
8596 #, c-format
8597 msgid ""
8598 "invalid argument %s for 'git bisect terms'.\n"
8599 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
8600 msgstr ""
8602 #: builtin/bisect--helper.c:475
8603 #, c-format
8604 msgid "unrecognized option: '%s'"
8605 msgstr ""
8607 #: builtin/bisect--helper.c:479
8608 #, c-format
8609 msgid "'%s' does not appear to be a valid revision"
8610 msgstr ""
8612 #: builtin/bisect--helper.c:511
8613 msgid "bad HEAD - I need a HEAD"
8614 msgstr ""
8616 #: builtin/bisect--helper.c:526
8617 #, c-format
8618 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8619 msgstr ""
8621 #: builtin/bisect--helper.c:547
8622 msgid "won't bisect on cg-seek'ed tree"
8623 msgstr ""
8625 #: builtin/bisect--helper.c:550
8626 msgid "bad HEAD - strange symbolic ref"
8627 msgstr ""
8629 #: builtin/bisect--helper.c:574
8630 #, c-format
8631 msgid "invalid ref: '%s'"
8632 msgstr ""
8634 #: builtin/bisect--helper.c:630
8635 msgid "perform 'git bisect next'"
8636 msgstr ""
8638 #: builtin/bisect--helper.c:632
8639 msgid "write the terms to .git/BISECT_TERMS"
8640 msgstr ""
8642 #: builtin/bisect--helper.c:634
8643 msgid "cleanup the bisection state"
8644 msgstr ""
8646 #: builtin/bisect--helper.c:636
8647 msgid "check for expected revs"
8648 msgstr ""
8650 #: builtin/bisect--helper.c:638
8651 msgid "reset the bisection state"
8652 msgstr ""
8654 #: builtin/bisect--helper.c:640
8655 msgid "write out the bisection state in BISECT_LOG"
8656 msgstr ""
8658 #: builtin/bisect--helper.c:642
8659 msgid "check and set terms in a bisection state"
8660 msgstr ""
8662 #: builtin/bisect--helper.c:644
8663 msgid "check whether bad or good terms exist"
8664 msgstr ""
8666 #: builtin/bisect--helper.c:646
8667 msgid "print out the bisect terms"
8668 msgstr ""
8670 #: builtin/bisect--helper.c:648
8671 msgid "start the bisect session"
8672 msgstr ""
8674 #: builtin/bisect--helper.c:650
8675 msgid "update BISECT_HEAD instead of checking out the current commit"
8676 msgstr ""
8678 #: builtin/bisect--helper.c:652
8679 msgid "no log for BISECT_WRITE"
8680 msgstr ""
8682 #: builtin/bisect--helper.c:669
8683 msgid "--write-terms requires two arguments"
8684 msgstr ""
8686 #: builtin/bisect--helper.c:673
8687 msgid "--bisect-clean-state requires no arguments"
8688 msgstr ""
8690 #: builtin/bisect--helper.c:680
8691 msgid "--bisect-reset requires either no argument or a commit"
8692 msgstr ""
8694 #: builtin/bisect--helper.c:684
8695 msgid "--bisect-write requires either 4 or 5 arguments"
8696 msgstr ""
8698 #: builtin/bisect--helper.c:690
8699 msgid "--check-and-set-terms requires 3 arguments"
8700 msgstr ""
8702 #: builtin/bisect--helper.c:696
8703 msgid "--bisect-next-check requires 2 or 3 arguments"
8704 msgstr ""
8706 #: builtin/bisect--helper.c:702
8707 msgid "--bisect-terms requires 0 or 1 argument"
8708 msgstr ""
8710 #: builtin/blame.c:31
8711 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8712 msgstr ""
8714 #: builtin/blame.c:36
8715 msgid "<rev-opts> are documented in git-rev-list(1)"
8716 msgstr ""
8718 #: builtin/blame.c:409
8719 #, c-format
8720 msgid "expecting a color: %s"
8721 msgstr ""
8723 #: builtin/blame.c:416
8724 msgid "must end with a color"
8725 msgstr ""
8727 #: builtin/blame.c:729
8728 #, c-format
8729 msgid "invalid color '%s' in color.blame.repeatedLines"
8730 msgstr ""
8732 #: builtin/blame.c:747
8733 msgid "invalid value for blame.coloring"
8734 msgstr ""
8736 #: builtin/blame.c:822
8737 #, c-format
8738 msgid "cannot find revision %s to ignore"
8739 msgstr ""
8741 #: builtin/blame.c:844
8742 msgid "Show blame entries as we find them, incrementally"
8743 msgstr ""
8745 #: builtin/blame.c:845
8746 msgid "Show blank SHA-1 for boundary commits (Default: off)"
8747 msgstr ""
8749 #: builtin/blame.c:846
8750 msgid "Do not treat root commits as boundaries (Default: off)"
8751 msgstr ""
8753 #: builtin/blame.c:847
8754 msgid "Show work cost statistics"
8755 msgstr ""
8757 #: builtin/blame.c:848
8758 msgid "Force progress reporting"
8759 msgstr ""
8761 #: builtin/blame.c:849
8762 msgid "Show output score for blame entries"
8763 msgstr ""
8765 #: builtin/blame.c:850
8766 msgid "Show original filename (Default: auto)"
8767 msgstr ""
8769 #: builtin/blame.c:851
8770 msgid "Show original linenumber (Default: off)"
8771 msgstr ""
8773 #: builtin/blame.c:852
8774 msgid "Show in a format designed for machine consumption"
8775 msgstr ""
8777 #: builtin/blame.c:853
8778 msgid "Show porcelain format with per-line commit information"
8779 msgstr ""
8781 #: builtin/blame.c:854
8782 msgid "Use the same output mode as git-annotate (Default: off)"
8783 msgstr ""
8785 #: builtin/blame.c:855
8786 msgid "Show raw timestamp (Default: off)"
8787 msgstr ""
8789 #: builtin/blame.c:856
8790 msgid "Show long commit SHA1 (Default: off)"
8791 msgstr ""
8793 #: builtin/blame.c:857
8794 msgid "Suppress author name and timestamp (Default: off)"
8795 msgstr ""
8797 #: builtin/blame.c:858
8798 msgid "Show author email instead of name (Default: off)"
8799 msgstr ""
8801 #: builtin/blame.c:859
8802 msgid "Ignore whitespace differences"
8803 msgstr ""
8805 #: builtin/blame.c:860 builtin/log.c:1630
8806 msgid "rev"
8807 msgstr ""
8809 #: builtin/blame.c:860
8810 msgid "Ignore <rev> when blaming"
8811 msgstr ""
8813 #: builtin/blame.c:861
8814 msgid "Ignore revisions from <file>"
8815 msgstr ""
8817 #: builtin/blame.c:862
8818 msgid "color redundant metadata from previous line differently"
8819 msgstr ""
8821 #: builtin/blame.c:863
8822 msgid "color lines by age"
8823 msgstr ""
8825 #: builtin/blame.c:870
8826 msgid "Use an experimental heuristic to improve diffs"
8827 msgstr ""
8829 #: builtin/blame.c:872
8830 msgid "Spend extra cycles to find better match"
8831 msgstr ""
8833 #: builtin/blame.c:873
8834 msgid "Use revisions from <file> instead of calling git-rev-list"
8835 msgstr ""
8837 #: builtin/blame.c:874
8838 msgid "Use <file>'s contents as the final image"
8839 msgstr ""
8841 #: builtin/blame.c:875 builtin/blame.c:876
8842 msgid "score"
8843 msgstr ""
8845 #: builtin/blame.c:875
8846 msgid "Find line copies within and across files"
8847 msgstr ""
8849 #: builtin/blame.c:876
8850 msgid "Find line movements within and across files"
8851 msgstr ""
8853 #: builtin/blame.c:877
8854 msgid "n,m"
8855 msgstr ""
8857 #: builtin/blame.c:877
8858 msgid "Process only line range n,m, counting from 1"
8859 msgstr ""
8861 #: builtin/blame.c:929
8862 msgid "--progress can't be used with --incremental or porcelain formats"
8863 msgstr ""
8865 #. TRANSLATORS: This string is used to tell us the
8866 #. maximum display width for a relative timestamp in
8867 #. "git blame" output.  For C locale, "4 years, 11
8868 #. months ago", which takes 22 places, is the longest
8869 #. among various forms of relative timestamps, but
8870 #. your language may need more or fewer display
8871 #. columns.
8873 #: builtin/blame.c:980
8874 msgid "4 years, 11 months ago"
8875 msgstr ""
8877 #: builtin/blame.c:1087
8878 #, c-format
8879 msgid "file %s has only %lu line"
8880 msgid_plural "file %s has only %lu lines"
8881 msgstr[0] ""
8882 msgstr[1] ""
8884 #: builtin/blame.c:1133
8885 msgid "Blaming lines"
8886 msgstr ""
8888 #: builtin/branch.c:29
8889 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8890 msgstr ""
8892 #: builtin/branch.c:30
8893 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8894 msgstr ""
8896 #: builtin/branch.c:31
8897 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8898 msgstr ""
8900 #: builtin/branch.c:32
8901 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8902 msgstr ""
8904 #: builtin/branch.c:33
8905 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8906 msgstr ""
8908 #: builtin/branch.c:34
8909 msgid "git branch [<options>] [-r | -a] [--points-at]"
8910 msgstr ""
8912 #: builtin/branch.c:35
8913 msgid "git branch [<options>] [-r | -a] [--format]"
8914 msgstr ""
8916 #: builtin/branch.c:154
8917 #, c-format
8918 msgid ""
8919 "deleting branch '%s' that has been merged to\n"
8920 "         '%s', but not yet merged to HEAD."
8921 msgstr ""
8923 #: builtin/branch.c:158
8924 #, c-format
8925 msgid ""
8926 "not deleting branch '%s' that is not yet merged to\n"
8927 "         '%s', even though it is merged to HEAD."
8928 msgstr ""
8930 #: builtin/branch.c:172
8931 #, c-format
8932 msgid "Couldn't look up commit object for '%s'"
8933 msgstr ""
8935 #: builtin/branch.c:176
8936 #, c-format
8937 msgid ""
8938 "The branch '%s' is not fully merged.\n"
8939 "If you are sure you want to delete it, run 'git branch -D %s'."
8940 msgstr ""
8942 #: builtin/branch.c:189
8943 msgid "Update of config-file failed"
8944 msgstr ""
8946 #: builtin/branch.c:220
8947 msgid "cannot use -a with -d"
8948 msgstr ""
8950 #: builtin/branch.c:226
8951 msgid "Couldn't look up commit object for HEAD"
8952 msgstr ""
8954 #: builtin/branch.c:240
8955 #, c-format
8956 msgid "Cannot delete branch '%s' checked out at '%s'"
8957 msgstr ""
8959 #: builtin/branch.c:255
8960 #, c-format
8961 msgid "remote-tracking branch '%s' not found."
8962 msgstr ""
8964 #: builtin/branch.c:256
8965 #, c-format
8966 msgid "branch '%s' not found."
8967 msgstr ""
8969 #: builtin/branch.c:271
8970 #, c-format
8971 msgid "Error deleting remote-tracking branch '%s'"
8972 msgstr ""
8974 #: builtin/branch.c:272
8975 #, c-format
8976 msgid "Error deleting branch '%s'"
8977 msgstr ""
8979 #: builtin/branch.c:279
8980 #, c-format
8981 msgid "Deleted remote-tracking branch %s (was %s).\n"
8982 msgstr ""
8984 #: builtin/branch.c:280
8985 #, c-format
8986 msgid "Deleted branch %s (was %s).\n"
8987 msgstr ""
8989 #: builtin/branch.c:429 builtin/tag.c:61
8990 msgid "unable to parse format string"
8991 msgstr ""
8993 #: builtin/branch.c:460
8994 msgid "could not resolve HEAD"
8995 msgstr ""
8997 #: builtin/branch.c:466
8998 #, c-format
8999 msgid "HEAD (%s) points outside of refs/heads/"
9000 msgstr ""
9002 #: builtin/branch.c:481
9003 #, c-format
9004 msgid "Branch %s is being rebased at %s"
9005 msgstr ""
9007 #: builtin/branch.c:485
9008 #, c-format
9009 msgid "Branch %s is being bisected at %s"
9010 msgstr ""
9012 #: builtin/branch.c:502
9013 msgid "cannot copy the current branch while not on any."
9014 msgstr ""
9016 #: builtin/branch.c:504
9017 msgid "cannot rename the current branch while not on any."
9018 msgstr ""
9020 #: builtin/branch.c:515
9021 #, c-format
9022 msgid "Invalid branch name: '%s'"
9023 msgstr ""
9025 #: builtin/branch.c:542
9026 msgid "Branch rename failed"
9027 msgstr ""
9029 #: builtin/branch.c:544
9030 msgid "Branch copy failed"
9031 msgstr ""
9033 #: builtin/branch.c:548
9034 #, c-format
9035 msgid "Created a copy of a misnamed branch '%s'"
9036 msgstr ""
9038 #: builtin/branch.c:551
9039 #, c-format
9040 msgid "Renamed a misnamed branch '%s' away"
9041 msgstr ""
9043 #: builtin/branch.c:557
9044 #, c-format
9045 msgid "Branch renamed to %s, but HEAD is not updated!"
9046 msgstr ""
9048 #: builtin/branch.c:566
9049 msgid "Branch is renamed, but update of config-file failed"
9050 msgstr ""
9052 #: builtin/branch.c:568
9053 msgid "Branch is copied, but update of config-file failed"
9054 msgstr ""
9056 #: builtin/branch.c:584
9057 #, c-format
9058 msgid ""
9059 "Please edit the description for the branch\n"
9060 "  %s\n"
9061 "Lines starting with '%c' will be stripped.\n"
9062 msgstr ""
9064 #: builtin/branch.c:618
9065 msgid "Generic options"
9066 msgstr ""
9068 #: builtin/branch.c:620
9069 msgid "show hash and subject, give twice for upstream branch"
9070 msgstr ""
9072 #: builtin/branch.c:621
9073 msgid "suppress informational messages"
9074 msgstr ""
9076 #: builtin/branch.c:622
9077 msgid "set up tracking mode (see git-pull(1))"
9078 msgstr ""
9080 #: builtin/branch.c:624
9081 msgid "do not use"
9082 msgstr ""
9084 #: builtin/branch.c:626 builtin/rebase.c:486
9085 msgid "upstream"
9086 msgstr ""
9088 #: builtin/branch.c:626
9089 msgid "change the upstream info"
9090 msgstr ""
9092 #: builtin/branch.c:627
9093 msgid "Unset the upstream info"
9094 msgstr ""
9096 #: builtin/branch.c:628
9097 msgid "use colored output"
9098 msgstr ""
9100 #: builtin/branch.c:629
9101 msgid "act on remote-tracking branches"
9102 msgstr ""
9104 #: builtin/branch.c:631 builtin/branch.c:633
9105 msgid "print only branches that contain the commit"
9106 msgstr ""
9108 #: builtin/branch.c:632 builtin/branch.c:634
9109 msgid "print only branches that don't contain the commit"
9110 msgstr ""
9112 #: builtin/branch.c:637
9113 msgid "Specific git-branch actions:"
9114 msgstr ""
9116 #: builtin/branch.c:638
9117 msgid "list both remote-tracking and local branches"
9118 msgstr ""
9120 #: builtin/branch.c:640
9121 msgid "delete fully merged branch"
9122 msgstr ""
9124 #: builtin/branch.c:641
9125 msgid "delete branch (even if not merged)"
9126 msgstr ""
9128 #: builtin/branch.c:642
9129 msgid "move/rename a branch and its reflog"
9130 msgstr ""
9132 #: builtin/branch.c:643
9133 msgid "move/rename a branch, even if target exists"
9134 msgstr ""
9136 #: builtin/branch.c:644
9137 msgid "copy a branch and its reflog"
9138 msgstr ""
9140 #: builtin/branch.c:645
9141 msgid "copy a branch, even if target exists"
9142 msgstr ""
9144 #: builtin/branch.c:646
9145 msgid "list branch names"
9146 msgstr ""
9148 #: builtin/branch.c:647
9149 msgid "show current branch name"
9150 msgstr ""
9152 #: builtin/branch.c:648
9153 msgid "create the branch's reflog"
9154 msgstr ""
9156 #: builtin/branch.c:650
9157 msgid "edit the description for the branch"
9158 msgstr ""
9160 #: builtin/branch.c:651
9161 msgid "force creation, move/rename, deletion"
9162 msgstr ""
9164 #: builtin/branch.c:652
9165 msgid "print only branches that are merged"
9166 msgstr ""
9168 #: builtin/branch.c:653
9169 msgid "print only branches that are not merged"
9170 msgstr ""
9172 #: builtin/branch.c:654
9173 msgid "list branches in columns"
9174 msgstr ""
9176 #: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
9177 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
9178 #: builtin/tag.c:433
9179 msgid "object"
9180 msgstr ""
9182 #: builtin/branch.c:658
9183 msgid "print only branches of the object"
9184 msgstr ""
9186 #: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
9187 msgid "sorting and filtering are case insensitive"
9188 msgstr ""
9190 #: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
9191 #: builtin/verify-tag.c:38
9192 msgid "format to use for the output"
9193 msgstr ""
9195 #: builtin/branch.c:684 builtin/clone.c:760
9196 msgid "HEAD not found below refs/heads!"
9197 msgstr ""
9199 #: builtin/branch.c:708
9200 msgid "--column and --verbose are incompatible"
9201 msgstr ""
9203 #: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
9204 msgid "branch name required"
9205 msgstr ""
9207 #: builtin/branch.c:753
9208 msgid "Cannot give description to detached HEAD"
9209 msgstr ""
9211 #: builtin/branch.c:758
9212 msgid "cannot edit description of more than one branch"
9213 msgstr ""
9215 #: builtin/branch.c:765
9216 #, c-format
9217 msgid "No commit on branch '%s' yet."
9218 msgstr ""
9220 #: builtin/branch.c:768
9221 #, c-format
9222 msgid "No branch named '%s'."
9223 msgstr ""
9225 #: builtin/branch.c:783
9226 msgid "too many branches for a copy operation"
9227 msgstr ""
9229 #: builtin/branch.c:792
9230 msgid "too many arguments for a rename operation"
9231 msgstr ""
9233 #: builtin/branch.c:797
9234 msgid "too many arguments to set new upstream"
9235 msgstr ""
9237 #: builtin/branch.c:801
9238 #, c-format
9239 msgid ""
9240 "could not set upstream of HEAD to %s when it does not point to any branch."
9241 msgstr ""
9243 #: builtin/branch.c:804 builtin/branch.c:827
9244 #, c-format
9245 msgid "no such branch '%s'"
9246 msgstr ""
9248 #: builtin/branch.c:808
9249 #, c-format
9250 msgid "branch '%s' does not exist"
9251 msgstr ""
9253 #: builtin/branch.c:821
9254 msgid "too many arguments to unset upstream"
9255 msgstr ""
9257 #: builtin/branch.c:825
9258 msgid "could not unset upstream of HEAD when it does not point to any branch."
9259 msgstr ""
9261 #: builtin/branch.c:831
9262 #, c-format
9263 msgid "Branch '%s' has no upstream information"
9264 msgstr ""
9266 #: builtin/branch.c:841
9267 msgid ""
9268 "The -a, and -r, options to 'git branch' do not take a branch name.\n"
9269 "Did you mean to use: -a|-r --list <pattern>?"
9270 msgstr ""
9272 #: builtin/branch.c:845
9273 msgid ""
9274 "the '--set-upstream' option is no longer supported. Please use '--track' or "
9275 "'--set-upstream-to' instead."
9276 msgstr ""
9278 #: builtin/bundle.c:45
9279 #, c-format
9280 msgid "%s is okay\n"
9281 msgstr ""
9283 #: builtin/bundle.c:58
9284 msgid "Need a repository to create a bundle."
9285 msgstr ""
9287 #: builtin/bundle.c:62
9288 msgid "Need a repository to unbundle."
9289 msgstr ""
9291 #: builtin/cat-file.c:595
9292 msgid ""
9293 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9294 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
9295 msgstr ""
9297 #: builtin/cat-file.c:596
9298 msgid ""
9299 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9300 "filters]"
9301 msgstr ""
9303 #: builtin/cat-file.c:617
9304 msgid "only one batch option may be specified"
9305 msgstr ""
9307 #: builtin/cat-file.c:635
9308 msgid "<type> can be one of: blob, tree, commit, tag"
9309 msgstr ""
9311 #: builtin/cat-file.c:636
9312 msgid "show object type"
9313 msgstr ""
9315 #: builtin/cat-file.c:637
9316 msgid "show object size"
9317 msgstr ""
9319 #: builtin/cat-file.c:639
9320 msgid "exit with zero when there's no error"
9321 msgstr ""
9323 #: builtin/cat-file.c:640
9324 msgid "pretty-print object's content"
9325 msgstr ""
9327 #: builtin/cat-file.c:642
9328 msgid "for blob objects, run textconv on object's content"
9329 msgstr ""
9331 #: builtin/cat-file.c:644
9332 msgid "for blob objects, run filters on object's content"
9333 msgstr ""
9335 #: builtin/cat-file.c:645 git-submodule.sh:936
9336 msgid "blob"
9337 msgstr ""
9339 #: builtin/cat-file.c:646
9340 msgid "use a specific path for --textconv/--filters"
9341 msgstr ""
9343 #: builtin/cat-file.c:648
9344 msgid "allow -s and -t to work with broken/corrupt objects"
9345 msgstr ""
9347 #: builtin/cat-file.c:649
9348 msgid "buffer --batch output"
9349 msgstr ""
9351 #: builtin/cat-file.c:651
9352 msgid "show info and content of objects fed from the standard input"
9353 msgstr ""
9355 #: builtin/cat-file.c:655
9356 msgid "show info about objects fed from the standard input"
9357 msgstr ""
9359 #: builtin/cat-file.c:659
9360 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9361 msgstr ""
9363 #: builtin/cat-file.c:661
9364 msgid "show all objects with --batch or --batch-check"
9365 msgstr ""
9367 #: builtin/cat-file.c:663
9368 msgid "do not order --batch-all-objects output"
9369 msgstr ""
9371 #: builtin/check-attr.c:13
9372 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9373 msgstr ""
9375 #: builtin/check-attr.c:14
9376 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9377 msgstr ""
9379 #: builtin/check-attr.c:21
9380 msgid "report all attributes set on file"
9381 msgstr ""
9383 #: builtin/check-attr.c:22
9384 msgid "use .gitattributes only from the index"
9385 msgstr ""
9387 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9388 msgid "read file names from stdin"
9389 msgstr ""
9391 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
9392 msgid "terminate input and output records by a NUL character"
9393 msgstr ""
9395 #: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:537
9396 #: builtin/worktree.c:506
9397 msgid "suppress progress reporting"
9398 msgstr ""
9400 #: builtin/check-ignore.c:29
9401 msgid "show non-matching input paths"
9402 msgstr ""
9404 #: builtin/check-ignore.c:31
9405 msgid "ignore index when checking"
9406 msgstr ""
9408 #: builtin/check-ignore.c:160
9409 msgid "cannot specify pathnames with --stdin"
9410 msgstr ""
9412 #: builtin/check-ignore.c:163
9413 msgid "-z only makes sense with --stdin"
9414 msgstr ""
9416 #: builtin/check-ignore.c:165
9417 msgid "no path specified"
9418 msgstr ""
9420 #: builtin/check-ignore.c:169
9421 msgid "--quiet is only valid with a single pathname"
9422 msgstr ""
9424 #: builtin/check-ignore.c:171
9425 msgid "cannot have both --quiet and --verbose"
9426 msgstr ""
9428 #: builtin/check-ignore.c:174
9429 msgid "--non-matching is only valid with --verbose"
9430 msgstr ""
9432 #: builtin/check-mailmap.c:9
9433 msgid "git check-mailmap [<options>] <contact>..."
9434 msgstr ""
9436 #: builtin/check-mailmap.c:14
9437 msgid "also read contacts from stdin"
9438 msgstr ""
9440 #: builtin/check-mailmap.c:25
9441 #, c-format
9442 msgid "unable to parse contact: %s"
9443 msgstr ""
9445 #: builtin/check-mailmap.c:48
9446 msgid "no contacts specified"
9447 msgstr ""
9449 #: builtin/checkout-index.c:131
9450 msgid "git checkout-index [<options>] [--] [<file>...]"
9451 msgstr ""
9453 #: builtin/checkout-index.c:148
9454 msgid "stage should be between 1 and 3 or all"
9455 msgstr ""
9457 #: builtin/checkout-index.c:164
9458 msgid "check out all files in the index"
9459 msgstr ""
9461 #: builtin/checkout-index.c:165
9462 msgid "force overwrite of existing files"
9463 msgstr ""
9465 #: builtin/checkout-index.c:167
9466 msgid "no warning for existing files and files not in index"
9467 msgstr ""
9469 #: builtin/checkout-index.c:169
9470 msgid "don't checkout new files"
9471 msgstr ""
9473 #: builtin/checkout-index.c:171
9474 msgid "update stat information in the index file"
9475 msgstr ""
9477 #: builtin/checkout-index.c:175
9478 msgid "read list of paths from the standard input"
9479 msgstr ""
9481 #: builtin/checkout-index.c:177
9482 msgid "write the content to temporary files"
9483 msgstr ""
9485 #: builtin/checkout-index.c:178 builtin/column.c:31
9486 #: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
9487 #: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
9488 #: builtin/worktree.c:679
9489 msgid "string"
9490 msgstr ""
9492 #: builtin/checkout-index.c:179
9493 msgid "when creating files, prepend <string>"
9494 msgstr ""
9496 #: builtin/checkout-index.c:181
9497 msgid "copy out the files from named stage"
9498 msgstr ""
9500 #: builtin/checkout.c:31
9501 msgid "git checkout [<options>] <branch>"
9502 msgstr ""
9504 #: builtin/checkout.c:32
9505 msgid "git checkout [<options>] [<branch>] -- <file>..."
9506 msgstr ""
9508 #: builtin/checkout.c:37
9509 msgid "git switch [<options>] [<branch>]"
9510 msgstr ""
9512 #: builtin/checkout.c:42
9513 msgid "git restore [<options>] [--source=<branch>] <file>..."
9514 msgstr ""
9516 #: builtin/checkout.c:173 builtin/checkout.c:212
9517 #, c-format
9518 msgid "path '%s' does not have our version"
9519 msgstr ""
9521 #: builtin/checkout.c:175 builtin/checkout.c:214
9522 #, c-format
9523 msgid "path '%s' does not have their version"
9524 msgstr ""
9526 #: builtin/checkout.c:191
9527 #, c-format
9528 msgid "path '%s' does not have all necessary versions"
9529 msgstr ""
9531 #: builtin/checkout.c:241
9532 #, c-format
9533 msgid "path '%s' does not have necessary versions"
9534 msgstr ""
9536 #: builtin/checkout.c:259
9537 #, c-format
9538 msgid "path '%s': cannot merge"
9539 msgstr ""
9541 #: builtin/checkout.c:275
9542 #, c-format
9543 msgid "Unable to add merge result for '%s'"
9544 msgstr ""
9546 #: builtin/checkout.c:375
9547 #, c-format
9548 msgid "Recreated %d merge conflict"
9549 msgid_plural "Recreated %d merge conflicts"
9550 msgstr[0] ""
9551 msgstr[1] ""
9553 #: builtin/checkout.c:380
9554 #, c-format
9555 msgid "Updated %d path from %s"
9556 msgid_plural "Updated %d paths from %s"
9557 msgstr[0] ""
9558 msgstr[1] ""
9560 #: builtin/checkout.c:387
9561 #, c-format
9562 msgid "Updated %d path from the index"
9563 msgid_plural "Updated %d paths from the index"
9564 msgstr[0] ""
9565 msgstr[1] ""
9567 #: builtin/checkout.c:410 builtin/checkout.c:413 builtin/checkout.c:416
9568 #: builtin/checkout.c:420
9569 #, c-format
9570 msgid "'%s' cannot be used with updating paths"
9571 msgstr ""
9573 #: builtin/checkout.c:423 builtin/checkout.c:426
9574 #, c-format
9575 msgid "'%s' cannot be used with %s"
9576 msgstr ""
9578 #: builtin/checkout.c:430
9579 #, c-format
9580 msgid "Cannot update paths and switch to branch '%s' at the same time."
9581 msgstr ""
9583 #: builtin/checkout.c:434
9584 #, c-format
9585 msgid "neither '%s' or '%s' is specified"
9586 msgstr ""
9588 #: builtin/checkout.c:438
9589 #, c-format
9590 msgid "'%s' must be used when '%s' is not specified"
9591 msgstr ""
9593 #: builtin/checkout.c:443 builtin/checkout.c:448
9594 #, c-format
9595 msgid "'%s' or '%s' cannot be used with %s"
9596 msgstr ""
9598 #: builtin/checkout.c:507 builtin/checkout.c:514
9599 #, c-format
9600 msgid "path '%s' is unmerged"
9601 msgstr ""
9603 #: builtin/checkout.c:680
9604 msgid "you need to resolve your current index first"
9605 msgstr ""
9607 #: builtin/checkout.c:730
9608 #, c-format
9609 msgid ""
9610 "cannot continue with staged changes in the following files:\n"
9611 "%s"
9612 msgstr ""
9614 #: builtin/checkout.c:833
9615 #, c-format
9616 msgid "Can not do reflog for '%s': %s\n"
9617 msgstr ""
9619 #: builtin/checkout.c:875
9620 msgid "HEAD is now at"
9621 msgstr ""
9623 #: builtin/checkout.c:879 builtin/clone.c:713
9624 msgid "unable to update HEAD"
9625 msgstr ""
9627 #: builtin/checkout.c:883
9628 #, c-format
9629 msgid "Reset branch '%s'\n"
9630 msgstr ""
9632 #: builtin/checkout.c:886
9633 #, c-format
9634 msgid "Already on '%s'\n"
9635 msgstr ""
9637 #: builtin/checkout.c:890
9638 #, c-format
9639 msgid "Switched to and reset branch '%s'\n"
9640 msgstr ""
9642 #: builtin/checkout.c:892 builtin/checkout.c:1289
9643 #, c-format
9644 msgid "Switched to a new branch '%s'\n"
9645 msgstr ""
9647 #: builtin/checkout.c:894
9648 #, c-format
9649 msgid "Switched to branch '%s'\n"
9650 msgstr ""
9652 #: builtin/checkout.c:945
9653 #, c-format
9654 msgid " ... and %d more.\n"
9655 msgstr ""
9657 #: builtin/checkout.c:951
9658 #, c-format
9659 msgid ""
9660 "Warning: you are leaving %d commit behind, not connected to\n"
9661 "any of your branches:\n"
9662 "\n"
9663 "%s\n"
9664 msgid_plural ""
9665 "Warning: you are leaving %d commits behind, not connected to\n"
9666 "any of your branches:\n"
9667 "\n"
9668 "%s\n"
9669 msgstr[0] ""
9670 msgstr[1] ""
9672 #: builtin/checkout.c:970
9673 #, c-format
9674 msgid ""
9675 "If you want to keep it by creating a new branch, this may be a good time\n"
9676 "to do so with:\n"
9677 "\n"
9678 " git branch <new-branch-name> %s\n"
9679 "\n"
9680 msgid_plural ""
9681 "If you want to keep them by creating a new branch, this may be a good time\n"
9682 "to do so with:\n"
9683 "\n"
9684 " git branch <new-branch-name> %s\n"
9685 "\n"
9686 msgstr[0] ""
9687 msgstr[1] ""
9689 #: builtin/checkout.c:1005
9690 msgid "internal error in revision walk"
9691 msgstr ""
9693 #: builtin/checkout.c:1009
9694 msgid "Previous HEAD position was"
9695 msgstr ""
9697 #: builtin/checkout.c:1049 builtin/checkout.c:1284
9698 msgid "You are on a branch yet to be born"
9699 msgstr ""
9701 #: builtin/checkout.c:1176
9702 msgid "only one reference expected"
9703 msgstr ""
9705 #: builtin/checkout.c:1193
9706 #, c-format
9707 msgid "only one reference expected, %d given."
9708 msgstr ""
9710 #: builtin/checkout.c:1230
9711 #, c-format
9712 msgid ""
9713 "'%s' could be both a local file and a tracking branch.\n"
9714 "Please use -- (and optionally --no-guess) to disambiguate"
9715 msgstr ""
9717 #: builtin/checkout.c:1243 builtin/worktree.c:290 builtin/worktree.c:455
9718 #, c-format
9719 msgid "invalid reference: %s"
9720 msgstr ""
9722 #: builtin/checkout.c:1256 builtin/checkout.c:1618
9723 #, c-format
9724 msgid "reference is not a tree: %s"
9725 msgstr ""
9727 #: builtin/checkout.c:1303
9728 #, c-format
9729 msgid "a branch is expected, got tag '%s'"
9730 msgstr ""
9732 #: builtin/checkout.c:1305
9733 #, c-format
9734 msgid "a branch is expected, got remote branch '%s'"
9735 msgstr ""
9737 #: builtin/checkout.c:1306 builtin/checkout.c:1314
9738 #, c-format
9739 msgid "a branch is expected, got '%s'"
9740 msgstr ""
9742 #: builtin/checkout.c:1309
9743 #, c-format
9744 msgid "a branch is expected, got commit '%s'"
9745 msgstr ""
9747 #: builtin/checkout.c:1325
9748 msgid ""
9749 "cannot switch branch while merging\n"
9750 "Consider \"git merge --quit\" or \"git worktree add\"."
9751 msgstr ""
9753 #: builtin/checkout.c:1329
9754 msgid ""
9755 "cannot switch branch in the middle of an am session\n"
9756 "Consider \"git am --quit\" or \"git worktree add\"."
9757 msgstr ""
9759 #: builtin/checkout.c:1333
9760 msgid ""
9761 "cannot switch branch while rebasing\n"
9762 "Consider \"git rebase --quit\" or \"git worktree add\"."
9763 msgstr ""
9765 #: builtin/checkout.c:1337
9766 msgid ""
9767 "cannot switch branch while cherry-picking\n"
9768 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
9769 msgstr ""
9771 #: builtin/checkout.c:1341
9772 msgid ""
9773 "cannot switch branch while reverting\n"
9774 "Consider \"git revert --quit\" or \"git worktree add\"."
9775 msgstr ""
9777 #: builtin/checkout.c:1345
9778 msgid "you are switching branch while bisecting"
9779 msgstr ""
9781 #: builtin/checkout.c:1352
9782 msgid "paths cannot be used with switching branches"
9783 msgstr ""
9785 #: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
9786 #, c-format
9787 msgid "'%s' cannot be used with switching branches"
9788 msgstr ""
9790 #: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
9791 #: builtin/checkout.c:1378 builtin/checkout.c:1383
9792 #, c-format
9793 msgid "'%s' cannot be used with '%s'"
9794 msgstr ""
9796 #: builtin/checkout.c:1380
9797 #, c-format
9798 msgid "'%s' cannot take <start-point>"
9799 msgstr ""
9801 #: builtin/checkout.c:1388
9802 #, c-format
9803 msgid "Cannot switch branch to a non-commit '%s'"
9804 msgstr ""
9806 #: builtin/checkout.c:1395
9807 msgid "missing branch or commit argument"
9808 msgstr ""
9810 #: builtin/checkout.c:1437 builtin/clone.c:90 builtin/commit-graph.c:59
9811 #: builtin/commit-graph.c:180 builtin/fetch.c:166 builtin/merge.c:285
9812 #: builtin/pull.c:138 builtin/push.c:562 builtin/send-pack.c:174
9813 msgid "force progress reporting"
9814 msgstr ""
9816 #: builtin/checkout.c:1438
9817 msgid "perform a 3-way merge with the new branch"
9818 msgstr ""
9820 #: builtin/checkout.c:1439 builtin/log.c:1618 parse-options.h:318
9821 msgid "style"
9822 msgstr ""
9824 #: builtin/checkout.c:1440
9825 msgid "conflict style (merge or diff3)"
9826 msgstr ""
9828 #: builtin/checkout.c:1452 builtin/worktree.c:503
9829 msgid "detach HEAD at named commit"
9830 msgstr ""
9832 #: builtin/checkout.c:1453
9833 msgid "set upstream info for new branch"
9834 msgstr ""
9836 #: builtin/checkout.c:1455
9837 msgid "force checkout (throw away local modifications)"
9838 msgstr ""
9840 #: builtin/checkout.c:1457
9841 msgid "new-branch"
9842 msgstr ""
9844 #: builtin/checkout.c:1457
9845 msgid "new unparented branch"
9846 msgstr ""
9848 #: builtin/checkout.c:1459 builtin/merge.c:288
9849 msgid "update ignored files (default)"
9850 msgstr ""
9852 #: builtin/checkout.c:1462
9853 msgid "do not check if another worktree is holding the given ref"
9854 msgstr ""
9856 #: builtin/checkout.c:1475
9857 msgid "checkout our version for unmerged files"
9858 msgstr ""
9860 #: builtin/checkout.c:1478
9861 msgid "checkout their version for unmerged files"
9862 msgstr ""
9864 #: builtin/checkout.c:1482
9865 msgid "do not limit pathspecs to sparse entries only"
9866 msgstr ""
9868 #: builtin/checkout.c:1533
9869 msgid "-b, -B and --orphan are mutually exclusive"
9870 msgstr ""
9872 #: builtin/checkout.c:1536
9873 msgid "-p and --overlay are mutually exclusive"
9874 msgstr ""
9876 #: builtin/checkout.c:1573
9877 msgid "--track needs a branch name"
9878 msgstr ""
9880 #: builtin/checkout.c:1578
9881 msgid "missing branch name; try -b"
9882 msgstr ""
9884 #: builtin/checkout.c:1611
9885 #, c-format
9886 msgid "could not resolve %s"
9887 msgstr ""
9889 #: builtin/checkout.c:1623
9890 msgid "you must specify path(s) to restore"
9891 msgstr ""
9893 #: builtin/checkout.c:1631
9894 msgid "invalid path specification"
9895 msgstr ""
9897 #: builtin/checkout.c:1638
9898 #, c-format
9899 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9900 msgstr ""
9902 #: builtin/checkout.c:1642
9903 #, c-format
9904 msgid "git checkout: --detach does not take a path argument '%s'"
9905 msgstr ""
9907 #: builtin/checkout.c:1646
9908 msgid ""
9909 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9910 "checking out of the index."
9911 msgstr ""
9913 #: builtin/checkout.c:1666
9914 #, c-format
9915 msgid ""
9916 "'%s' matched more than one remote tracking branch.\n"
9917 "We found %d remotes with a reference that matched. So we fell back\n"
9918 "on trying to resolve the argument as a path, but failed there too!\n"
9919 "\n"
9920 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9921 "you can do so by fully qualifying the name with the --track option:\n"
9922 "\n"
9923 "    git checkout --track origin/<name>\n"
9924 "\n"
9925 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9926 "one remote, e.g. the 'origin' remote, consider setting\n"
9927 "checkout.defaultRemote=origin in your config."
9928 msgstr ""
9930 #: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1742
9931 #: builtin/checkout.c:1744 builtin/clone.c:120 builtin/remote.c:169
9932 #: builtin/remote.c:171 builtin/worktree.c:499 builtin/worktree.c:501
9933 msgid "branch"
9934 msgstr ""
9936 #: builtin/checkout.c:1692
9937 msgid "create and checkout a new branch"
9938 msgstr ""
9940 #: builtin/checkout.c:1694
9941 msgid "create/reset and checkout a branch"
9942 msgstr ""
9944 #: builtin/checkout.c:1695
9945 msgid "create reflog for new branch"
9946 msgstr ""
9948 #: builtin/checkout.c:1697
9949 msgid "second guess 'git checkout <no-such-branch>' (default)"
9950 msgstr ""
9952 #: builtin/checkout.c:1698
9953 msgid "use overlay mode (default)"
9954 msgstr ""
9956 #: builtin/checkout.c:1743
9957 msgid "create and switch to a new branch"
9958 msgstr ""
9960 #: builtin/checkout.c:1745
9961 msgid "create/reset and switch to a branch"
9962 msgstr ""
9964 #: builtin/checkout.c:1747
9965 msgid "second guess 'git switch <no-such-branch>'"
9966 msgstr ""
9968 #: builtin/checkout.c:1749
9969 msgid "throw away local modifications"
9970 msgstr ""
9972 #: builtin/checkout.c:1781
9973 msgid "which tree-ish to checkout from"
9974 msgstr ""
9976 #: builtin/checkout.c:1783
9977 msgid "restore the index"
9978 msgstr ""
9980 #: builtin/checkout.c:1785
9981 msgid "restore the working tree (default)"
9982 msgstr ""
9984 #: builtin/checkout.c:1787
9985 msgid "ignore unmerged entries"
9986 msgstr ""
9988 #: builtin/checkout.c:1788
9989 msgid "use overlay mode"
9990 msgstr ""
9992 #: builtin/clean.c:28
9993 msgid ""
9994 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9995 msgstr ""
9997 #: builtin/clean.c:32
9998 #, c-format
9999 msgid "Removing %s\n"
10000 msgstr ""
10002 #: builtin/clean.c:33
10003 #, c-format
10004 msgid "Would remove %s\n"
10005 msgstr ""
10007 #: builtin/clean.c:34
10008 #, c-format
10009 msgid "Skipping repository %s\n"
10010 msgstr ""
10012 #: builtin/clean.c:35
10013 #, c-format
10014 msgid "Would skip repository %s\n"
10015 msgstr ""
10017 #: builtin/clean.c:36
10018 #, c-format
10019 msgid "failed to remove %s"
10020 msgstr ""
10022 #: builtin/clean.c:37
10023 #, c-format
10024 msgid "could not lstat %s\n"
10025 msgstr ""
10027 #: builtin/clean.c:301 git-add--interactive.perl:593
10028 #, c-format
10029 msgid ""
10030 "Prompt help:\n"
10031 "1          - select a numbered item\n"
10032 "foo        - select item based on unique prefix\n"
10033 "           - (empty) select nothing\n"
10034 msgstr ""
10036 #: builtin/clean.c:305 git-add--interactive.perl:602
10037 #, c-format
10038 msgid ""
10039 "Prompt help:\n"
10040 "1          - select a single item\n"
10041 "3-5        - select a range of items\n"
10042 "2-3,6-9    - select multiple ranges\n"
10043 "foo        - select item based on unique prefix\n"
10044 "-...       - unselect specified items\n"
10045 "*          - choose all items\n"
10046 "           - (empty) finish selecting\n"
10047 msgstr ""
10049 #: builtin/clean.c:521 git-add--interactive.perl:568
10050 #: git-add--interactive.perl:573
10051 #, c-format, perl-format
10052 msgid "Huh (%s)?\n"
10053 msgstr ""
10055 #: builtin/clean.c:663
10056 #, c-format
10057 msgid "Input ignore patterns>> "
10058 msgstr ""
10060 #: builtin/clean.c:700
10061 #, c-format
10062 msgid "WARNING: Cannot find items matched by: %s"
10063 msgstr ""
10065 #: builtin/clean.c:721
10066 msgid "Select items to delete"
10067 msgstr ""
10069 #. TRANSLATORS: Make sure to keep [y/N] as is
10070 #: builtin/clean.c:762
10071 #, c-format
10072 msgid "Remove %s [y/N]? "
10073 msgstr ""
10075 #: builtin/clean.c:787 git-add--interactive.perl:1763
10076 #, c-format
10077 msgid "Bye.\n"
10078 msgstr ""
10080 #: builtin/clean.c:795
10081 msgid ""
10082 "clean               - start cleaning\n"
10083 "filter by pattern   - exclude items from deletion\n"
10084 "select by numbers   - select items to be deleted by numbers\n"
10085 "ask each            - confirm each deletion (like \"rm -i\")\n"
10086 "quit                - stop cleaning\n"
10087 "help                - this screen\n"
10088 "?                   - help for prompt selection"
10089 msgstr ""
10091 #: builtin/clean.c:822 git-add--interactive.perl:1849
10092 msgid "*** Commands ***"
10093 msgstr ""
10095 #: builtin/clean.c:823 git-add--interactive.perl:1846
10096 msgid "What now"
10097 msgstr ""
10099 #: builtin/clean.c:831
10100 msgid "Would remove the following item:"
10101 msgid_plural "Would remove the following items:"
10102 msgstr[0] ""
10103 msgstr[1] ""
10105 #: builtin/clean.c:847
10106 msgid "No more files to clean, exiting."
10107 msgstr ""
10109 #: builtin/clean.c:909
10110 msgid "do not print names of files removed"
10111 msgstr ""
10113 #: builtin/clean.c:911
10114 msgid "force"
10115 msgstr ""
10117 #: builtin/clean.c:912
10118 msgid "interactive cleaning"
10119 msgstr ""
10121 #: builtin/clean.c:914
10122 msgid "remove whole directories"
10123 msgstr ""
10125 #: builtin/clean.c:915 builtin/describe.c:548 builtin/describe.c:550
10126 #: builtin/grep.c:901 builtin/log.c:176 builtin/log.c:178
10127 #: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
10128 #: builtin/show-ref.c:179
10129 msgid "pattern"
10130 msgstr ""
10132 #: builtin/clean.c:916
10133 msgid "add <pattern> to ignore rules"
10134 msgstr ""
10136 #: builtin/clean.c:917
10137 msgid "remove ignored files, too"
10138 msgstr ""
10140 #: builtin/clean.c:919
10141 msgid "remove only ignored files"
10142 msgstr ""
10144 #: builtin/clean.c:937
10145 msgid "-x and -X cannot be used together"
10146 msgstr ""
10148 #: builtin/clean.c:941
10149 msgid ""
10150 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
10151 "clean"
10152 msgstr ""
10154 #: builtin/clean.c:944
10155 msgid ""
10156 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
10157 "refusing to clean"
10158 msgstr ""
10160 #: builtin/clone.c:45
10161 msgid "git clone [<options>] [--] <repo> [<dir>]"
10162 msgstr ""
10164 #: builtin/clone.c:92
10165 msgid "don't create a checkout"
10166 msgstr ""
10168 #: builtin/clone.c:93 builtin/clone.c:95 builtin/init-db.c:489
10169 msgid "create a bare repository"
10170 msgstr ""
10172 #: builtin/clone.c:97
10173 msgid "create a mirror repository (implies bare)"
10174 msgstr ""
10176 #: builtin/clone.c:99
10177 msgid "to clone from a local repository"
10178 msgstr ""
10180 #: builtin/clone.c:101
10181 msgid "don't use local hardlinks, always copy"
10182 msgstr ""
10184 #: builtin/clone.c:103
10185 msgid "setup as shared repository"
10186 msgstr ""
10188 #: builtin/clone.c:106
10189 msgid "pathspec"
10190 msgstr ""
10192 #: builtin/clone.c:106
10193 msgid "initialize submodules in the clone"
10194 msgstr ""
10196 #: builtin/clone.c:109
10197 msgid "number of submodules cloned in parallel"
10198 msgstr ""
10200 #: builtin/clone.c:110 builtin/init-db.c:486
10201 msgid "template-directory"
10202 msgstr ""
10204 #: builtin/clone.c:111 builtin/init-db.c:487
10205 msgid "directory from which templates will be used"
10206 msgstr ""
10208 #: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1380
10209 #: builtin/submodule--helper.c:1860
10210 msgid "reference repository"
10211 msgstr ""
10213 #: builtin/clone.c:117 builtin/submodule--helper.c:1382
10214 #: builtin/submodule--helper.c:1862
10215 msgid "use --reference only while cloning"
10216 msgstr ""
10218 #: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
10219 #: builtin/pack-objects.c:3294 builtin/repack.c:320
10220 msgid "name"
10221 msgstr ""
10223 #: builtin/clone.c:119
10224 msgid "use <name> instead of 'origin' to track upstream"
10225 msgstr ""
10227 #: builtin/clone.c:121
10228 msgid "checkout <branch> instead of the remote's HEAD"
10229 msgstr ""
10231 #: builtin/clone.c:123
10232 msgid "path to git-upload-pack on the remote"
10233 msgstr ""
10235 #: builtin/clone.c:124 builtin/fetch.c:167 builtin/grep.c:840
10236 #: builtin/pull.c:227
10237 msgid "depth"
10238 msgstr ""
10240 #: builtin/clone.c:125
10241 msgid "create a shallow clone of that depth"
10242 msgstr ""
10244 #: builtin/clone.c:126 builtin/fetch.c:169 builtin/pack-objects.c:3283
10245 msgid "time"
10246 msgstr ""
10248 #: builtin/clone.c:127
10249 msgid "create a shallow clone since a specific time"
10250 msgstr ""
10252 #: builtin/clone.c:128 builtin/fetch.c:171 builtin/fetch.c:194
10253 #: builtin/rebase.c:1417
10254 msgid "revision"
10255 msgstr ""
10257 #: builtin/clone.c:129 builtin/fetch.c:172
10258 msgid "deepen history of shallow clone, excluding rev"
10259 msgstr ""
10261 #: builtin/clone.c:131
10262 msgid "clone only one branch, HEAD or --branch"
10263 msgstr ""
10265 #: builtin/clone.c:133
10266 msgid "don't clone any tags, and make later fetches not to follow them"
10267 msgstr ""
10269 #: builtin/clone.c:135
10270 msgid "any cloned submodules will be shallow"
10271 msgstr ""
10273 #: builtin/clone.c:136 builtin/init-db.c:495
10274 msgid "gitdir"
10275 msgstr ""
10277 #: builtin/clone.c:137 builtin/init-db.c:496
10278 msgid "separate git dir from working tree"
10279 msgstr ""
10281 #: builtin/clone.c:138
10282 msgid "key=value"
10283 msgstr ""
10285 #: builtin/clone.c:139
10286 msgid "set config inside the new repository"
10287 msgstr ""
10289 #: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10290 #: builtin/push.c:572 builtin/send-pack.c:172
10291 msgid "server-specific"
10292 msgstr ""
10294 #: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10295 #: builtin/push.c:572 builtin/send-pack.c:173
10296 msgid "option to transmit"
10297 msgstr ""
10299 #: builtin/clone.c:142 builtin/fetch.c:190 builtin/pull.c:240
10300 #: builtin/push.c:573
10301 msgid "use IPv4 addresses only"
10302 msgstr ""
10304 #: builtin/clone.c:144 builtin/fetch.c:192 builtin/pull.c:243
10305 #: builtin/push.c:575
10306 msgid "use IPv6 addresses only"
10307 msgstr ""
10309 #: builtin/clone.c:148
10310 msgid "any cloned submodules will use their remote-tracking branch"
10311 msgstr ""
10313 #: builtin/clone.c:284
10314 msgid ""
10315 "No directory name could be guessed.\n"
10316 "Please specify a directory on the command line"
10317 msgstr ""
10319 #: builtin/clone.c:337
10320 #, c-format
10321 msgid "info: Could not add alternate for '%s': %s\n"
10322 msgstr ""
10324 #: builtin/clone.c:410
10325 #, c-format
10326 msgid "%s exists and is not a directory"
10327 msgstr ""
10329 #: builtin/clone.c:427
10330 #, c-format
10331 msgid "failed to start iterator over '%s'"
10332 msgstr ""
10334 #: builtin/clone.c:457
10335 #, c-format
10336 msgid "failed to create link '%s'"
10337 msgstr ""
10339 #: builtin/clone.c:461
10340 #, c-format
10341 msgid "failed to copy file to '%s'"
10342 msgstr ""
10344 #: builtin/clone.c:466
10345 #, c-format
10346 msgid "failed to iterate over '%s'"
10347 msgstr ""
10349 #: builtin/clone.c:491
10350 #, c-format
10351 msgid "done.\n"
10352 msgstr ""
10354 #: builtin/clone.c:505
10355 msgid ""
10356 "Clone succeeded, but checkout failed.\n"
10357 "You can inspect what was checked out with 'git status'\n"
10358 "and retry with 'git restore --source=HEAD :/'\n"
10359 msgstr ""
10361 #: builtin/clone.c:582
10362 #, c-format
10363 msgid "Could not find remote branch %s to clone."
10364 msgstr ""
10366 #: builtin/clone.c:701
10367 #, c-format
10368 msgid "unable to update %s"
10369 msgstr ""
10371 #: builtin/clone.c:751
10372 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10373 msgstr ""
10375 #: builtin/clone.c:782
10376 msgid "unable to checkout working tree"
10377 msgstr ""
10379 #: builtin/clone.c:832
10380 msgid "unable to write parameters to config file"
10381 msgstr ""
10383 #: builtin/clone.c:895
10384 msgid "cannot repack to clean up"
10385 msgstr ""
10387 #: builtin/clone.c:897
10388 msgid "cannot unlink temporary alternates file"
10389 msgstr ""
10391 #: builtin/clone.c:937 builtin/receive-pack.c:1948
10392 msgid "Too many arguments."
10393 msgstr ""
10395 #: builtin/clone.c:941
10396 msgid "You must specify a repository to clone."
10397 msgstr ""
10399 #: builtin/clone.c:954
10400 #, c-format
10401 msgid "--bare and --origin %s options are incompatible."
10402 msgstr ""
10404 #: builtin/clone.c:957
10405 msgid "--bare and --separate-git-dir are incompatible."
10406 msgstr ""
10408 #: builtin/clone.c:970
10409 #, c-format
10410 msgid "repository '%s' does not exist"
10411 msgstr ""
10413 #: builtin/clone.c:976 builtin/fetch.c:1790
10414 #, c-format
10415 msgid "depth %s is not a positive number"
10416 msgstr ""
10418 #: builtin/clone.c:986
10419 #, c-format
10420 msgid "destination path '%s' already exists and is not an empty directory."
10421 msgstr ""
10423 #: builtin/clone.c:996
10424 #, c-format
10425 msgid "working tree '%s' already exists."
10426 msgstr ""
10428 #: builtin/clone.c:1011 builtin/clone.c:1032 builtin/difftool.c:271
10429 #: builtin/log.c:1785 builtin/worktree.c:302 builtin/worktree.c:334
10430 #, c-format
10431 msgid "could not create leading directories of '%s'"
10432 msgstr ""
10434 #: builtin/clone.c:1016
10435 #, c-format
10436 msgid "could not create work tree dir '%s'"
10437 msgstr ""
10439 #: builtin/clone.c:1036
10440 #, c-format
10441 msgid "Cloning into bare repository '%s'...\n"
10442 msgstr ""
10444 #: builtin/clone.c:1038
10445 #, c-format
10446 msgid "Cloning into '%s'...\n"
10447 msgstr ""
10449 #: builtin/clone.c:1062
10450 msgid ""
10451 "clone --recursive is not compatible with both --reference and --reference-if-"
10452 "able"
10453 msgstr ""
10455 #: builtin/clone.c:1123
10456 msgid "--depth is ignored in local clones; use file:// instead."
10457 msgstr ""
10459 #: builtin/clone.c:1125
10460 msgid "--shallow-since is ignored in local clones; use file:// instead."
10461 msgstr ""
10463 #: builtin/clone.c:1127
10464 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10465 msgstr ""
10467 #: builtin/clone.c:1129
10468 msgid "--filter is ignored in local clones; use file:// instead."
10469 msgstr ""
10471 #: builtin/clone.c:1132
10472 msgid "source repository is shallow, ignoring --local"
10473 msgstr ""
10475 #: builtin/clone.c:1137
10476 msgid "--local is ignored"
10477 msgstr ""
10479 #: builtin/clone.c:1212 builtin/clone.c:1220
10480 #, c-format
10481 msgid "Remote branch %s not found in upstream %s"
10482 msgstr ""
10484 #: builtin/clone.c:1223
10485 msgid "You appear to have cloned an empty repository."
10486 msgstr ""
10488 #: builtin/column.c:10
10489 msgid "git column [<options>]"
10490 msgstr ""
10492 #: builtin/column.c:27
10493 msgid "lookup config vars"
10494 msgstr ""
10496 #: builtin/column.c:28 builtin/column.c:29
10497 msgid "layout to use"
10498 msgstr ""
10500 #: builtin/column.c:30
10501 msgid "Maximum width"
10502 msgstr ""
10504 #: builtin/column.c:31
10505 msgid "Padding space on left border"
10506 msgstr ""
10508 #: builtin/column.c:32
10509 msgid "Padding space on right border"
10510 msgstr ""
10512 #: builtin/column.c:33
10513 msgid "Padding space between columns"
10514 msgstr ""
10516 #: builtin/column.c:51
10517 msgid "--command must be the first argument"
10518 msgstr ""
10520 #: builtin/commit-tree.c:18
10521 msgid ""
10522 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10523 "<file>)...] <tree>"
10524 msgstr ""
10526 #: builtin/commit-tree.c:31
10527 #, c-format
10528 msgid "duplicate parent %s ignored"
10529 msgstr ""
10531 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:525
10532 #, c-format
10533 msgid "not a valid object name %s"
10534 msgstr ""
10536 #: builtin/commit-tree.c:93
10537 #, c-format
10538 msgid "git commit-tree: failed to open '%s'"
10539 msgstr ""
10541 #: builtin/commit-tree.c:96
10542 #, c-format
10543 msgid "git commit-tree: failed to read '%s'"
10544 msgstr ""
10546 #: builtin/commit-tree.c:98
10547 #, c-format
10548 msgid "git commit-tree: failed to close '%s'"
10549 msgstr ""
10551 #: builtin/commit-tree.c:111
10552 msgid "parent"
10553 msgstr ""
10555 #: builtin/commit-tree.c:112
10556 msgid "id of a parent commit object"
10557 msgstr ""
10559 #: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
10560 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1469
10561 #: builtin/tag.c:412
10562 msgid "message"
10563 msgstr ""
10565 #: builtin/commit-tree.c:115 builtin/commit.c:1500
10566 msgid "commit message"
10567 msgstr ""
10569 #: builtin/commit-tree.c:118
10570 msgid "read commit log message from file"
10571 msgstr ""
10573 #: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
10574 #: builtin/pull.c:195 builtin/revert.c:118
10575 msgid "GPG sign commit"
10576 msgstr ""
10578 #: builtin/commit-tree.c:133
10579 msgid "must give exactly one tree"
10580 msgstr ""
10582 #: builtin/commit-tree.c:140
10583 msgid "git commit-tree: failed to read"
10584 msgstr ""
10586 #: builtin/commit.c:41
10587 msgid "git commit [<options>] [--] <pathspec>..."
10588 msgstr ""
10590 #: builtin/commit.c:46
10591 msgid "git status [<options>] [--] <pathspec>..."
10592 msgstr ""
10594 #: builtin/commit.c:51
10595 msgid ""
10596 "You asked to amend the most recent commit, but doing so would make\n"
10597 "it empty. You can repeat your command with --allow-empty, or you can\n"
10598 "remove the commit entirely with \"git reset HEAD^\".\n"
10599 msgstr ""
10601 #: builtin/commit.c:56
10602 msgid ""
10603 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10604 "If you wish to commit it anyway, use:\n"
10605 "\n"
10606 "    git commit --allow-empty\n"
10607 "\n"
10608 msgstr ""
10610 #: builtin/commit.c:63
10611 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
10612 msgstr ""
10614 #: builtin/commit.c:66
10615 msgid ""
10616 "and then use:\n"
10617 "\n"
10618 "    git cherry-pick --continue\n"
10619 "\n"
10620 "to resume cherry-picking the remaining commits.\n"
10621 "If you wish to skip this commit, use:\n"
10622 "\n"
10623 "    git cherry-pick --skip\n"
10624 "\n"
10625 msgstr ""
10627 #: builtin/commit.c:315
10628 msgid "failed to unpack HEAD tree object"
10629 msgstr ""
10631 #: builtin/commit.c:356
10632 msgid "unable to create temporary index"
10633 msgstr ""
10635 #: builtin/commit.c:362
10636 msgid "interactive add failed"
10637 msgstr ""
10639 #: builtin/commit.c:376
10640 msgid "unable to update temporary index"
10641 msgstr ""
10643 #: builtin/commit.c:378
10644 msgid "Failed to update main cache tree"
10645 msgstr ""
10647 #: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
10648 msgid "unable to write new_index file"
10649 msgstr ""
10651 #: builtin/commit.c:455
10652 msgid "cannot do a partial commit during a merge."
10653 msgstr ""
10655 #: builtin/commit.c:457
10656 msgid "cannot do a partial commit during a cherry-pick."
10657 msgstr ""
10659 #: builtin/commit.c:465
10660 msgid "cannot read the index"
10661 msgstr ""
10663 #: builtin/commit.c:484
10664 msgid "unable to write temporary index file"
10665 msgstr ""
10667 #: builtin/commit.c:582
10668 #, c-format
10669 msgid "commit '%s' lacks author header"
10670 msgstr ""
10672 #: builtin/commit.c:584
10673 #, c-format
10674 msgid "commit '%s' has malformed author line"
10675 msgstr ""
10677 #: builtin/commit.c:603
10678 msgid "malformed --author parameter"
10679 msgstr ""
10681 #: builtin/commit.c:656
10682 msgid ""
10683 "unable to select a comment character that is not used\n"
10684 "in the current commit message"
10685 msgstr ""
10687 #: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
10688 #, c-format
10689 msgid "could not lookup commit %s"
10690 msgstr ""
10692 #: builtin/commit.c:706 builtin/shortlog.c:319
10693 #, c-format
10694 msgid "(reading log message from standard input)\n"
10695 msgstr ""
10697 #: builtin/commit.c:708
10698 msgid "could not read log from standard input"
10699 msgstr ""
10701 #: builtin/commit.c:712
10702 #, c-format
10703 msgid "could not read log file '%s'"
10704 msgstr ""
10706 #: builtin/commit.c:743 builtin/commit.c:759
10707 msgid "could not read SQUASH_MSG"
10708 msgstr ""
10710 #: builtin/commit.c:750
10711 msgid "could not read MERGE_MSG"
10712 msgstr ""
10714 #: builtin/commit.c:810
10715 msgid "could not write commit template"
10716 msgstr ""
10718 #: builtin/commit.c:829
10719 #, c-format
10720 msgid ""
10721 "\n"
10722 "It looks like you may be committing a merge.\n"
10723 "If this is not correct, please remove the file\n"
10724 "\t%s\n"
10725 "and try again.\n"
10726 msgstr ""
10728 #: builtin/commit.c:834
10729 #, c-format
10730 msgid ""
10731 "\n"
10732 "It looks like you may be committing a cherry-pick.\n"
10733 "If this is not correct, please remove the file\n"
10734 "\t%s\n"
10735 "and try again.\n"
10736 msgstr ""
10738 #: builtin/commit.c:847
10739 #, c-format
10740 msgid ""
10741 "Please enter the commit message for your changes. Lines starting\n"
10742 "with '%c' will be ignored, and an empty message aborts the commit.\n"
10743 msgstr ""
10745 #: builtin/commit.c:855
10746 #, c-format
10747 msgid ""
10748 "Please enter the commit message for your changes. Lines starting\n"
10749 "with '%c' will be kept; you may remove them yourself if you want to.\n"
10750 "An empty message aborts the commit.\n"
10751 msgstr ""
10753 #: builtin/commit.c:872
10754 #, c-format
10755 msgid "%sAuthor:    %.*s <%.*s>"
10756 msgstr ""
10758 #: builtin/commit.c:880
10759 #, c-format
10760 msgid "%sDate:      %s"
10761 msgstr ""
10763 #: builtin/commit.c:887
10764 #, c-format
10765 msgid "%sCommitter: %.*s <%.*s>"
10766 msgstr ""
10768 #: builtin/commit.c:905
10769 msgid "Cannot read index"
10770 msgstr ""
10772 #: builtin/commit.c:972
10773 msgid "Error building trees"
10774 msgstr ""
10776 #: builtin/commit.c:986 builtin/tag.c:275
10777 #, c-format
10778 msgid "Please supply the message using either -m or -F option.\n"
10779 msgstr ""
10781 #: builtin/commit.c:1030
10782 #, c-format
10783 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10784 msgstr ""
10786 #: builtin/commit.c:1044
10787 #, c-format
10788 msgid "Invalid ignored mode '%s'"
10789 msgstr ""
10791 #: builtin/commit.c:1062 builtin/commit.c:1304
10792 #, c-format
10793 msgid "Invalid untracked files mode '%s'"
10794 msgstr ""
10796 #: builtin/commit.c:1102
10797 msgid "--long and -z are incompatible"
10798 msgstr ""
10800 #: builtin/commit.c:1146
10801 msgid "Using both --reset-author and --author does not make sense"
10802 msgstr ""
10804 #: builtin/commit.c:1155
10805 msgid "You have nothing to amend."
10806 msgstr ""
10808 #: builtin/commit.c:1158
10809 msgid "You are in the middle of a merge -- cannot amend."
10810 msgstr ""
10812 #: builtin/commit.c:1160
10813 msgid "You are in the middle of a cherry-pick -- cannot amend."
10814 msgstr ""
10816 #: builtin/commit.c:1163
10817 msgid "Options --squash and --fixup cannot be used together"
10818 msgstr ""
10820 #: builtin/commit.c:1173
10821 msgid "Only one of -c/-C/-F/--fixup can be used."
10822 msgstr ""
10824 #: builtin/commit.c:1175
10825 msgid "Option -m cannot be combined with -c/-C/-F."
10826 msgstr ""
10828 #: builtin/commit.c:1183
10829 msgid "--reset-author can be used only with -C, -c or --amend."
10830 msgstr ""
10832 #: builtin/commit.c:1200
10833 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10834 msgstr ""
10836 #: builtin/commit.c:1202
10837 msgid "No paths with --include/--only does not make sense."
10838 msgstr ""
10840 #: builtin/commit.c:1208
10841 #, c-format
10842 msgid "paths '%s ...' with -a does not make sense"
10843 msgstr ""
10845 #: builtin/commit.c:1339 builtin/commit.c:1523
10846 msgid "show status concisely"
10847 msgstr ""
10849 #: builtin/commit.c:1341 builtin/commit.c:1525
10850 msgid "show branch information"
10851 msgstr ""
10853 #: builtin/commit.c:1343
10854 msgid "show stash information"
10855 msgstr ""
10857 #: builtin/commit.c:1345 builtin/commit.c:1527
10858 msgid "compute full ahead/behind values"
10859 msgstr ""
10861 #: builtin/commit.c:1347
10862 msgid "version"
10863 msgstr ""
10865 #: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:548
10866 #: builtin/worktree.c:650
10867 msgid "machine-readable output"
10868 msgstr ""
10870 #: builtin/commit.c:1350 builtin/commit.c:1531
10871 msgid "show status in long format (default)"
10872 msgstr ""
10874 #: builtin/commit.c:1353 builtin/commit.c:1534
10875 msgid "terminate entries with NUL"
10876 msgstr ""
10878 #: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
10879 #: builtin/fast-export.c:1153 builtin/fast-export.c:1156
10880 #: builtin/fast-export.c:1159 builtin/rebase.c:1495 parse-options.h:332
10881 msgid "mode"
10882 msgstr ""
10884 #: builtin/commit.c:1356 builtin/commit.c:1537
10885 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10886 msgstr ""
10888 #: builtin/commit.c:1360
10889 msgid ""
10890 "show ignored files, optional modes: traditional, matching, no. (Default: "
10891 "traditional)"
10892 msgstr ""
10894 #: builtin/commit.c:1362 parse-options.h:188
10895 msgid "when"
10896 msgstr ""
10898 #: builtin/commit.c:1363
10899 msgid ""
10900 "ignore changes to submodules, optional when: all, dirty, untracked. "
10901 "(Default: all)"
10902 msgstr ""
10904 #: builtin/commit.c:1365
10905 msgid "list untracked files in columns"
10906 msgstr ""
10908 #: builtin/commit.c:1366
10909 msgid "do not detect renames"
10910 msgstr ""
10912 #: builtin/commit.c:1368
10913 msgid "detect renames, optionally set similarity index"
10914 msgstr ""
10916 #: builtin/commit.c:1388
10917 msgid "Unsupported combination of ignored and untracked-files arguments"
10918 msgstr ""
10920 #: builtin/commit.c:1493
10921 msgid "suppress summary after successful commit"
10922 msgstr ""
10924 #: builtin/commit.c:1494
10925 msgid "show diff in commit message template"
10926 msgstr ""
10928 #: builtin/commit.c:1496
10929 msgid "Commit message options"
10930 msgstr ""
10932 #: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
10933 msgid "read message from file"
10934 msgstr ""
10936 #: builtin/commit.c:1498
10937 msgid "author"
10938 msgstr ""
10940 #: builtin/commit.c:1498
10941 msgid "override author for commit"
10942 msgstr ""
10944 #: builtin/commit.c:1499 builtin/gc.c:538
10945 msgid "date"
10946 msgstr ""
10948 #: builtin/commit.c:1499
10949 msgid "override date for commit"
10950 msgstr ""
10952 #: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
10953 #: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
10954 msgid "commit"
10955 msgstr ""
10957 #: builtin/commit.c:1501
10958 msgid "reuse and edit message from specified commit"
10959 msgstr ""
10961 #: builtin/commit.c:1502
10962 msgid "reuse message from specified commit"
10963 msgstr ""
10965 #: builtin/commit.c:1503
10966 msgid "use autosquash formatted message to fixup specified commit"
10967 msgstr ""
10969 #: builtin/commit.c:1504
10970 msgid "use autosquash formatted message to squash specified commit"
10971 msgstr ""
10973 #: builtin/commit.c:1505
10974 msgid "the commit is authored by me now (used with -C/-c/--amend)"
10975 msgstr ""
10977 #: builtin/commit.c:1506 builtin/log.c:1565 builtin/merge.c:289
10978 #: builtin/pull.c:164 builtin/revert.c:110
10979 msgid "add Signed-off-by:"
10980 msgstr ""
10982 #: builtin/commit.c:1507
10983 msgid "use specified template file"
10984 msgstr ""
10986 #: builtin/commit.c:1508
10987 msgid "force edit of commit"
10988 msgstr ""
10990 #: builtin/commit.c:1510
10991 msgid "include status in commit message template"
10992 msgstr ""
10994 #: builtin/commit.c:1515
10995 msgid "Commit contents options"
10996 msgstr ""
10998 #: builtin/commit.c:1516
10999 msgid "commit all changed files"
11000 msgstr ""
11002 #: builtin/commit.c:1517
11003 msgid "add specified files to index for commit"
11004 msgstr ""
11006 #: builtin/commit.c:1518
11007 msgid "interactively add files"
11008 msgstr ""
11010 #: builtin/commit.c:1519
11011 msgid "interactively add changes"
11012 msgstr ""
11014 #: builtin/commit.c:1520
11015 msgid "commit only specified files"
11016 msgstr ""
11018 #: builtin/commit.c:1521
11019 msgid "bypass pre-commit and commit-msg hooks"
11020 msgstr ""
11022 #: builtin/commit.c:1522
11023 msgid "show what would be committed"
11024 msgstr ""
11026 #: builtin/commit.c:1535
11027 msgid "amend previous commit"
11028 msgstr ""
11030 #: builtin/commit.c:1536
11031 msgid "bypass post-rewrite hook"
11032 msgstr ""
11034 #: builtin/commit.c:1541
11035 msgid "ok to record an empty change"
11036 msgstr ""
11038 #: builtin/commit.c:1543
11039 msgid "ok to record a change with an empty message"
11040 msgstr ""
11042 #: builtin/commit.c:1616
11043 #, c-format
11044 msgid "Corrupt MERGE_HEAD file (%s)"
11045 msgstr ""
11047 #: builtin/commit.c:1623
11048 msgid "could not read MERGE_MODE"
11049 msgstr ""
11051 #: builtin/commit.c:1642
11052 #, c-format
11053 msgid "could not read commit message: %s"
11054 msgstr ""
11056 #: builtin/commit.c:1649
11057 #, c-format
11058 msgid "Aborting commit due to empty commit message.\n"
11059 msgstr ""
11061 #: builtin/commit.c:1654
11062 #, c-format
11063 msgid "Aborting commit; you did not edit the message.\n"
11064 msgstr ""
11066 #: builtin/commit.c:1688
11067 msgid ""
11068 "repository has been updated, but unable to write\n"
11069 "new_index file. Check that disk is not full and quota is\n"
11070 "not exceeded, and then \"git restore --staged :/\" to recover."
11071 msgstr ""
11073 #: builtin/commit-graph.c:11
11074 msgid "git commit-graph [--object-dir <objdir>]"
11075 msgstr ""
11077 #: builtin/commit-graph.c:12 builtin/commit-graph.c:24
11078 msgid "git commit-graph read [--object-dir <objdir>]"
11079 msgstr ""
11081 #: builtin/commit-graph.c:13 builtin/commit-graph.c:19
11082 msgid ""
11083 "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
11084 msgstr ""
11086 #: builtin/commit-graph.c:14 builtin/commit-graph.c:29
11087 msgid ""
11088 "git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
11089 "reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"
11090 msgstr ""
11092 #: builtin/commit-graph.c:55 builtin/commit-graph.c:107
11093 #: builtin/commit-graph.c:170 builtin/commit-graph.c:254 builtin/fetch.c:178
11094 #: builtin/log.c:1585
11095 msgid "dir"
11096 msgstr ""
11098 #: builtin/commit-graph.c:56 builtin/commit-graph.c:108
11099 #: builtin/commit-graph.c:171 builtin/commit-graph.c:255
11100 msgid "The object directory to store the graph"
11101 msgstr ""
11103 #: builtin/commit-graph.c:58
11104 msgid "if the commit-graph is split, only verify the tip file"
11105 msgstr ""
11107 #: builtin/commit-graph.c:80 builtin/commit-graph.c:125
11108 #, c-format
11109 msgid "Could not open commit-graph '%s'"
11110 msgstr ""
11112 #: builtin/commit-graph.c:173
11113 msgid "start walk at all refs"
11114 msgstr ""
11116 #: builtin/commit-graph.c:175
11117 msgid "scan pack-indexes listed by stdin for commits"
11118 msgstr ""
11120 #: builtin/commit-graph.c:177
11121 msgid "start walk at commits listed by stdin"
11122 msgstr ""
11124 #: builtin/commit-graph.c:179
11125 msgid "include all commits already in the commit-graph file"
11126 msgstr ""
11128 #: builtin/commit-graph.c:182
11129 msgid "allow writing an incremental commit-graph file"
11130 msgstr ""
11132 #: builtin/commit-graph.c:184 builtin/commit-graph.c:188
11133 msgid "maximum number of commits in a non-base split commit-graph"
11134 msgstr ""
11136 #: builtin/commit-graph.c:186
11137 msgid "maximum ratio between two levels of a split commit-graph"
11138 msgstr ""
11140 #: builtin/commit-graph.c:204
11141 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
11142 msgstr ""
11144 #: builtin/config.c:11
11145 msgid "git config [<options>]"
11146 msgstr ""
11148 #: builtin/config.c:103 builtin/env--helper.c:23
11149 #, c-format
11150 msgid "unrecognized --type argument, %s"
11151 msgstr ""
11153 #: builtin/config.c:115
11154 msgid "only one type at a time"
11155 msgstr ""
11157 #: builtin/config.c:124
11158 msgid "Config file location"
11159 msgstr ""
11161 #: builtin/config.c:125
11162 msgid "use global config file"
11163 msgstr ""
11165 #: builtin/config.c:126
11166 msgid "use system config file"
11167 msgstr ""
11169 #: builtin/config.c:127
11170 msgid "use repository config file"
11171 msgstr ""
11173 #: builtin/config.c:128
11174 msgid "use per-worktree config file"
11175 msgstr ""
11177 #: builtin/config.c:129
11178 msgid "use given config file"
11179 msgstr ""
11181 #: builtin/config.c:130
11182 msgid "blob-id"
11183 msgstr ""
11185 #: builtin/config.c:130
11186 msgid "read config from given blob object"
11187 msgstr ""
11189 #: builtin/config.c:131
11190 msgid "Action"
11191 msgstr ""
11193 #: builtin/config.c:132
11194 msgid "get value: name [value-regex]"
11195 msgstr ""
11197 #: builtin/config.c:133
11198 msgid "get all values: key [value-regex]"
11199 msgstr ""
11201 #: builtin/config.c:134
11202 msgid "get values for regexp: name-regex [value-regex]"
11203 msgstr ""
11205 #: builtin/config.c:135
11206 msgid "get value specific for the URL: section[.var] URL"
11207 msgstr ""
11209 #: builtin/config.c:136
11210 msgid "replace all matching variables: name value [value_regex]"
11211 msgstr ""
11213 #: builtin/config.c:137
11214 msgid "add a new variable: name value"
11215 msgstr ""
11217 #: builtin/config.c:138
11218 msgid "remove a variable: name [value-regex]"
11219 msgstr ""
11221 #: builtin/config.c:139
11222 msgid "remove all matches: name [value-regex]"
11223 msgstr ""
11225 #: builtin/config.c:140
11226 msgid "rename section: old-name new-name"
11227 msgstr ""
11229 #: builtin/config.c:141
11230 msgid "remove a section: name"
11231 msgstr ""
11233 #: builtin/config.c:142
11234 msgid "list all"
11235 msgstr ""
11237 #: builtin/config.c:143
11238 msgid "open an editor"
11239 msgstr ""
11241 #: builtin/config.c:144
11242 msgid "find the color configured: slot [default]"
11243 msgstr ""
11245 #: builtin/config.c:145
11246 msgid "find the color setting: slot [stdout-is-tty]"
11247 msgstr ""
11249 #: builtin/config.c:146
11250 msgid "Type"
11251 msgstr ""
11253 #: builtin/config.c:147 builtin/env--helper.c:38
11254 msgid "value is given this type"
11255 msgstr ""
11257 #: builtin/config.c:148
11258 msgid "value is \"true\" or \"false\""
11259 msgstr ""
11261 #: builtin/config.c:149
11262 msgid "value is decimal number"
11263 msgstr ""
11265 #: builtin/config.c:150
11266 msgid "value is --bool or --int"
11267 msgstr ""
11269 #: builtin/config.c:151
11270 msgid "value is a path (file or directory name)"
11271 msgstr ""
11273 #: builtin/config.c:152
11274 msgid "value is an expiry date"
11275 msgstr ""
11277 #: builtin/config.c:153
11278 msgid "Other"
11279 msgstr ""
11281 #: builtin/config.c:154
11282 msgid "terminate values with NUL byte"
11283 msgstr ""
11285 #: builtin/config.c:155
11286 msgid "show variable names only"
11287 msgstr ""
11289 #: builtin/config.c:156
11290 msgid "respect include directives on lookup"
11291 msgstr ""
11293 #: builtin/config.c:157
11294 msgid "show origin of config (file, standard input, blob, command line)"
11295 msgstr ""
11297 #: builtin/config.c:158 builtin/env--helper.c:40
11298 msgid "value"
11299 msgstr ""
11301 #: builtin/config.c:158
11302 msgid "with --get, use default value when missing entry"
11303 msgstr ""
11305 #: builtin/config.c:172
11306 #, c-format
11307 msgid "wrong number of arguments, should be %d"
11308 msgstr ""
11310 #: builtin/config.c:174
11311 #, c-format
11312 msgid "wrong number of arguments, should be from %d to %d"
11313 msgstr ""
11315 #: builtin/config.c:308
11316 #, c-format
11317 msgid "invalid key pattern: %s"
11318 msgstr ""
11320 #: builtin/config.c:344
11321 #, c-format
11322 msgid "failed to format default config value: %s"
11323 msgstr ""
11325 #: builtin/config.c:401
11326 #, c-format
11327 msgid "cannot parse color '%s'"
11328 msgstr ""
11330 #: builtin/config.c:443
11331 msgid "unable to parse default color value"
11332 msgstr ""
11334 #: builtin/config.c:496 builtin/config.c:742
11335 msgid "not in a git directory"
11336 msgstr ""
11338 #: builtin/config.c:499
11339 msgid "writing to stdin is not supported"
11340 msgstr ""
11342 #: builtin/config.c:502
11343 msgid "writing config blobs is not supported"
11344 msgstr ""
11346 #: builtin/config.c:587
11347 #, c-format
11348 msgid ""
11349 "# This is Git's per-user configuration file.\n"
11350 "[user]\n"
11351 "# Please adapt and uncomment the following lines:\n"
11352 "#\tname = %s\n"
11353 "#\temail = %s\n"
11354 msgstr ""
11356 #: builtin/config.c:611
11357 msgid "only one config file at a time"
11358 msgstr ""
11360 #: builtin/config.c:616
11361 msgid "--local can only be used inside a git repository"
11362 msgstr ""
11364 #: builtin/config.c:619
11365 msgid "--blob can only be used inside a git repository"
11366 msgstr ""
11368 #: builtin/config.c:638
11369 msgid "$HOME not set"
11370 msgstr ""
11372 #: builtin/config.c:658
11373 msgid ""
11374 "--worktree cannot be used with multiple working trees unless the config\n"
11375 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11376 "section in \"git help worktree\" for details"
11377 msgstr ""
11379 #: builtin/config.c:688
11380 msgid "--get-color and variable type are incoherent"
11381 msgstr ""
11383 #: builtin/config.c:693
11384 msgid "only one action at a time"
11385 msgstr ""
11387 #: builtin/config.c:706
11388 msgid "--name-only is only applicable to --list or --get-regexp"
11389 msgstr ""
11391 #: builtin/config.c:712
11392 msgid ""
11393 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11394 "list"
11395 msgstr ""
11397 #: builtin/config.c:718
11398 msgid "--default is only applicable to --get"
11399 msgstr ""
11401 #: builtin/config.c:731
11402 #, c-format
11403 msgid "unable to read config file '%s'"
11404 msgstr ""
11406 #: builtin/config.c:734
11407 msgid "error processing config file(s)"
11408 msgstr ""
11410 #: builtin/config.c:744
11411 msgid "editing stdin is not supported"
11412 msgstr ""
11414 #: builtin/config.c:746
11415 msgid "editing blobs is not supported"
11416 msgstr ""
11418 #: builtin/config.c:760
11419 #, c-format
11420 msgid "cannot create configuration file %s"
11421 msgstr ""
11423 #: builtin/config.c:773
11424 #, c-format
11425 msgid ""
11426 "cannot overwrite multiple values with a single value\n"
11427 "       Use a regexp, --add or --replace-all to change %s."
11428 msgstr ""
11430 #: builtin/config.c:847 builtin/config.c:858
11431 #, c-format
11432 msgid "no such section: %s"
11433 msgstr ""
11435 #: builtin/count-objects.c:90
11436 msgid "git count-objects [-v] [-H | --human-readable]"
11437 msgstr ""
11439 #: builtin/count-objects.c:100
11440 msgid "print sizes in human readable format"
11441 msgstr ""
11443 #: builtin/describe.c:26
11444 msgid "git describe [<options>] [<commit-ish>...]"
11445 msgstr ""
11447 #: builtin/describe.c:27
11448 msgid "git describe [<options>] --dirty"
11449 msgstr ""
11451 #: builtin/describe.c:62
11452 msgid "head"
11453 msgstr ""
11455 #: builtin/describe.c:62
11456 msgid "lightweight"
11457 msgstr ""
11459 #: builtin/describe.c:62
11460 msgid "annotated"
11461 msgstr ""
11463 #: builtin/describe.c:275
11464 #, c-format
11465 msgid "annotated tag %s not available"
11466 msgstr ""
11468 #: builtin/describe.c:279
11469 #, c-format
11470 msgid "annotated tag %s has no embedded name"
11471 msgstr ""
11473 #: builtin/describe.c:281
11474 #, c-format
11475 msgid "tag '%s' is really '%s' here"
11476 msgstr ""
11478 #: builtin/describe.c:325
11479 #, c-format
11480 msgid "no tag exactly matches '%s'"
11481 msgstr ""
11483 #: builtin/describe.c:327
11484 #, c-format
11485 msgid "No exact match on refs or tags, searching to describe\n"
11486 msgstr ""
11488 #: builtin/describe.c:381
11489 #, c-format
11490 msgid "finished search at %s\n"
11491 msgstr ""
11493 #: builtin/describe.c:407
11494 #, c-format
11495 msgid ""
11496 "No annotated tags can describe '%s'.\n"
11497 "However, there were unannotated tags: try --tags."
11498 msgstr ""
11500 #: builtin/describe.c:411
11501 #, c-format
11502 msgid ""
11503 "No tags can describe '%s'.\n"
11504 "Try --always, or create some tags."
11505 msgstr ""
11507 #: builtin/describe.c:441
11508 #, c-format
11509 msgid "traversed %lu commits\n"
11510 msgstr ""
11512 #: builtin/describe.c:444
11513 #, c-format
11514 msgid ""
11515 "more than %i tags found; listed %i most recent\n"
11516 "gave up search at %s\n"
11517 msgstr ""
11519 #: builtin/describe.c:512
11520 #, c-format
11521 msgid "describe %s\n"
11522 msgstr ""
11524 #: builtin/describe.c:515
11525 #, c-format
11526 msgid "Not a valid object name %s"
11527 msgstr ""
11529 #: builtin/describe.c:523
11530 #, c-format
11531 msgid "%s is neither a commit nor blob"
11532 msgstr ""
11534 #: builtin/describe.c:537
11535 msgid "find the tag that comes after the commit"
11536 msgstr ""
11538 #: builtin/describe.c:538
11539 msgid "debug search strategy on stderr"
11540 msgstr ""
11542 #: builtin/describe.c:539
11543 msgid "use any ref"
11544 msgstr ""
11546 #: builtin/describe.c:540
11547 msgid "use any tag, even unannotated"
11548 msgstr ""
11550 #: builtin/describe.c:541
11551 msgid "always use long format"
11552 msgstr ""
11554 #: builtin/describe.c:542
11555 msgid "only follow first parent"
11556 msgstr ""
11558 #: builtin/describe.c:545
11559 msgid "only output exact matches"
11560 msgstr ""
11562 #: builtin/describe.c:547
11563 msgid "consider <n> most recent tags (default: 10)"
11564 msgstr ""
11566 #: builtin/describe.c:549
11567 msgid "only consider tags matching <pattern>"
11568 msgstr ""
11570 #: builtin/describe.c:551
11571 msgid "do not consider tags matching <pattern>"
11572 msgstr ""
11574 #: builtin/describe.c:553 builtin/name-rev.c:426
11575 msgid "show abbreviated commit object as fallback"
11576 msgstr ""
11578 #: builtin/describe.c:554 builtin/describe.c:557
11579 msgid "mark"
11580 msgstr ""
11582 #: builtin/describe.c:555
11583 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11584 msgstr ""
11586 #: builtin/describe.c:558
11587 msgid "append <mark> on broken working tree (default: \"-broken\")"
11588 msgstr ""
11590 #: builtin/describe.c:576
11591 msgid "--long is incompatible with --abbrev=0"
11592 msgstr ""
11594 #: builtin/describe.c:605
11595 msgid "No names found, cannot describe anything."
11596 msgstr ""
11598 #: builtin/describe.c:656
11599 msgid "--dirty is incompatible with commit-ishes"
11600 msgstr ""
11602 #: builtin/describe.c:658
11603 msgid "--broken is incompatible with commit-ishes"
11604 msgstr ""
11606 #: builtin/diff.c:84
11607 #, c-format
11608 msgid "'%s': not a regular file or symlink"
11609 msgstr ""
11611 #: builtin/diff.c:235
11612 #, c-format
11613 msgid "invalid option: %s"
11614 msgstr ""
11616 #: builtin/diff.c:350
11617 msgid "Not a git repository"
11618 msgstr ""
11620 #: builtin/diff.c:394
11621 #, c-format
11622 msgid "invalid object '%s' given."
11623 msgstr ""
11625 #: builtin/diff.c:403
11626 #, c-format
11627 msgid "more than two blobs given: '%s'"
11628 msgstr ""
11630 #: builtin/diff.c:408
11631 #, c-format
11632 msgid "unhandled object '%s' given."
11633 msgstr ""
11635 #: builtin/difftool.c:30
11636 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11637 msgstr ""
11639 #: builtin/difftool.c:260
11640 #, c-format
11641 msgid "failed: %d"
11642 msgstr ""
11644 #: builtin/difftool.c:302
11645 #, c-format
11646 msgid "could not read symlink %s"
11647 msgstr ""
11649 #: builtin/difftool.c:304
11650 #, c-format
11651 msgid "could not read symlink file %s"
11652 msgstr ""
11654 #: builtin/difftool.c:312
11655 #, c-format
11656 msgid "could not read object %s for symlink %s"
11657 msgstr ""
11659 #: builtin/difftool.c:413
11660 msgid ""
11661 "combined diff formats('-c' and '--cc') are not supported in\n"
11662 "directory diff mode('-d' and '--dir-diff')."
11663 msgstr ""
11665 #: builtin/difftool.c:634
11666 #, c-format
11667 msgid "both files modified: '%s' and '%s'."
11668 msgstr ""
11670 #: builtin/difftool.c:636
11671 msgid "working tree file has been left."
11672 msgstr ""
11674 #: builtin/difftool.c:647
11675 #, c-format
11676 msgid "temporary files exist in '%s'."
11677 msgstr ""
11679 #: builtin/difftool.c:648
11680 msgid "you may want to cleanup or recover these."
11681 msgstr ""
11683 #: builtin/difftool.c:697
11684 msgid "use `diff.guitool` instead of `diff.tool`"
11685 msgstr ""
11687 #: builtin/difftool.c:699
11688 msgid "perform a full-directory diff"
11689 msgstr ""
11691 #: builtin/difftool.c:701
11692 msgid "do not prompt before launching a diff tool"
11693 msgstr ""
11695 #: builtin/difftool.c:706
11696 msgid "use symlinks in dir-diff mode"
11697 msgstr ""
11699 #: builtin/difftool.c:707
11700 msgid "tool"
11701 msgstr ""
11703 #: builtin/difftool.c:708
11704 msgid "use the specified diff tool"
11705 msgstr ""
11707 #: builtin/difftool.c:710
11708 msgid "print a list of diff tools that may be used with `--tool`"
11709 msgstr ""
11711 #: builtin/difftool.c:713
11712 msgid ""
11713 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11714 "code"
11715 msgstr ""
11717 #: builtin/difftool.c:716
11718 msgid "specify a custom command for viewing diffs"
11719 msgstr ""
11721 #: builtin/difftool.c:717
11722 msgid "passed to `diff`"
11723 msgstr ""
11725 #: builtin/difftool.c:732
11726 msgid "difftool requires worktree or --no-index"
11727 msgstr ""
11729 #: builtin/difftool.c:739
11730 msgid "--dir-diff is incompatible with --no-index"
11731 msgstr ""
11733 #: builtin/difftool.c:742
11734 msgid "--gui, --tool and --extcmd are mutually exclusive"
11735 msgstr ""
11737 #: builtin/difftool.c:750
11738 msgid "no <tool> given for --tool=<tool>"
11739 msgstr ""
11741 #: builtin/difftool.c:757
11742 msgid "no <cmd> given for --extcmd=<cmd>"
11743 msgstr ""
11745 #: builtin/env--helper.c:6
11746 msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
11747 msgstr ""
11749 #: builtin/env--helper.c:37 builtin/hash-object.c:98
11750 msgid "type"
11751 msgstr ""
11753 #: builtin/env--helper.c:41
11754 msgid "default for git_env_*(...) to fall back on"
11755 msgstr ""
11757 #: builtin/env--helper.c:43
11758 msgid "be quiet only use git_env_*() value as exit code"
11759 msgstr ""
11761 #: builtin/env--helper.c:62
11762 #, c-format
11763 msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
11764 msgstr ""
11766 #: builtin/env--helper.c:77
11767 #, c-format
11768 msgid ""
11769 "option `--default' expects an unsigned long value with `--type=ulong`, not `"
11770 "%s`"
11771 msgstr ""
11773 #: builtin/fast-export.c:29
11774 msgid "git fast-export [rev-list-opts]"
11775 msgstr ""
11777 #: builtin/fast-export.c:852
11778 msgid "Error: Cannot export nested tags unless --mark-tags is specified."
11779 msgstr ""
11781 #: builtin/fast-export.c:1152
11782 msgid "show progress after <n> objects"
11783 msgstr ""
11785 #: builtin/fast-export.c:1154
11786 msgid "select handling of signed tags"
11787 msgstr ""
11789 #: builtin/fast-export.c:1157
11790 msgid "select handling of tags that tag filtered objects"
11791 msgstr ""
11793 #: builtin/fast-export.c:1160
11794 msgid "select handling of commit messages in an alternate encoding"
11795 msgstr ""
11797 #: builtin/fast-export.c:1163
11798 msgid "Dump marks to this file"
11799 msgstr ""
11801 #: builtin/fast-export.c:1165
11802 msgid "Import marks from this file"
11803 msgstr ""
11805 #: builtin/fast-export.c:1169
11806 msgid "Import marks from this file if it exists"
11807 msgstr ""
11809 #: builtin/fast-export.c:1171
11810 msgid "Fake a tagger when tags lack one"
11811 msgstr ""
11813 #: builtin/fast-export.c:1173
11814 msgid "Output full tree for each commit"
11815 msgstr ""
11817 #: builtin/fast-export.c:1175
11818 msgid "Use the done feature to terminate the stream"
11819 msgstr ""
11821 #: builtin/fast-export.c:1176
11822 msgid "Skip output of blob data"
11823 msgstr ""
11825 #: builtin/fast-export.c:1177 builtin/log.c:1633
11826 msgid "refspec"
11827 msgstr ""
11829 #: builtin/fast-export.c:1178
11830 msgid "Apply refspec to exported refs"
11831 msgstr ""
11833 #: builtin/fast-export.c:1179
11834 msgid "anonymize output"
11835 msgstr ""
11837 #: builtin/fast-export.c:1181
11838 msgid "Reference parents which are not in fast-export stream by object id"
11839 msgstr ""
11841 #: builtin/fast-export.c:1183
11842 msgid "Show original object ids of blobs/commits"
11843 msgstr ""
11845 #: builtin/fast-export.c:1185
11846 msgid "Label tags with mark ids"
11847 msgstr ""
11849 #: builtin/fast-export.c:1220
11850 msgid "Cannot pass both --import-marks and --import-marks-if-exists"
11851 msgstr ""
11853 #: builtin/fetch.c:34
11854 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11855 msgstr ""
11857 #: builtin/fetch.c:35
11858 msgid "git fetch [<options>] <group>"
11859 msgstr ""
11861 #: builtin/fetch.c:36
11862 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11863 msgstr ""
11865 #: builtin/fetch.c:37
11866 msgid "git fetch --all [<options>]"
11867 msgstr ""
11869 #: builtin/fetch.c:115
11870 msgid "fetch.parallel cannot be negative"
11871 msgstr ""
11873 #: builtin/fetch.c:138 builtin/pull.c:204
11874 msgid "fetch from all remotes"
11875 msgstr ""
11877 #: builtin/fetch.c:140 builtin/pull.c:248
11878 msgid "set upstream for git pull/fetch"
11879 msgstr ""
11881 #: builtin/fetch.c:142 builtin/pull.c:207
11882 msgid "append to .git/FETCH_HEAD instead of overwriting"
11883 msgstr ""
11885 #: builtin/fetch.c:144 builtin/pull.c:210
11886 msgid "path to upload pack on remote end"
11887 msgstr ""
11889 #: builtin/fetch.c:145
11890 msgid "force overwrite of local reference"
11891 msgstr ""
11893 #: builtin/fetch.c:147
11894 msgid "fetch from multiple remotes"
11895 msgstr ""
11897 #: builtin/fetch.c:149 builtin/pull.c:214
11898 msgid "fetch all tags and associated objects"
11899 msgstr ""
11901 #: builtin/fetch.c:151
11902 msgid "do not fetch all tags (--no-tags)"
11903 msgstr ""
11905 #: builtin/fetch.c:153
11906 msgid "number of submodules fetched in parallel"
11907 msgstr ""
11909 #: builtin/fetch.c:155 builtin/pull.c:217
11910 msgid "prune remote-tracking branches no longer on remote"
11911 msgstr ""
11913 #: builtin/fetch.c:157
11914 msgid "prune local tags no longer on remote and clobber changed tags"
11915 msgstr ""
11917 #: builtin/fetch.c:158 builtin/fetch.c:181 builtin/pull.c:141
11918 msgid "on-demand"
11919 msgstr ""
11921 #: builtin/fetch.c:159
11922 msgid "control recursive fetching of submodules"
11923 msgstr ""
11925 #: builtin/fetch.c:163 builtin/pull.c:225
11926 msgid "keep downloaded pack"
11927 msgstr ""
11929 #: builtin/fetch.c:165
11930 msgid "allow updating of HEAD ref"
11931 msgstr ""
11933 #: builtin/fetch.c:168 builtin/fetch.c:174 builtin/pull.c:228
11934 msgid "deepen history of shallow clone"
11935 msgstr ""
11937 #: builtin/fetch.c:170
11938 msgid "deepen history of shallow repository based on time"
11939 msgstr ""
11941 #: builtin/fetch.c:176 builtin/pull.c:231
11942 msgid "convert to a complete repository"
11943 msgstr ""
11945 #: builtin/fetch.c:179
11946 msgid "prepend this to submodule path output"
11947 msgstr ""
11949 #: builtin/fetch.c:182
11950 msgid ""
11951 "default for recursive fetching of submodules (lower priority than config "
11952 "files)"
11953 msgstr ""
11955 #: builtin/fetch.c:186 builtin/pull.c:234
11956 msgid "accept refs that update .git/shallow"
11957 msgstr ""
11959 #: builtin/fetch.c:187 builtin/pull.c:236
11960 msgid "refmap"
11961 msgstr ""
11963 #: builtin/fetch.c:188 builtin/pull.c:237
11964 msgid "specify fetch refmap"
11965 msgstr ""
11967 #: builtin/fetch.c:195
11968 msgid "report that we have only objects reachable from this object"
11969 msgstr ""
11971 #: builtin/fetch.c:198
11972 msgid "run 'gc --auto' after fetching"
11973 msgstr ""
11975 #: builtin/fetch.c:200 builtin/pull.c:246
11976 msgid "check for forced-updates on all updated branches"
11977 msgstr ""
11979 #: builtin/fetch.c:510
11980 msgid "Couldn't find remote ref HEAD"
11981 msgstr ""
11983 #: builtin/fetch.c:650
11984 #, c-format
11985 msgid "configuration fetch.output contains invalid value %s"
11986 msgstr ""
11988 #: builtin/fetch.c:748
11989 #, c-format
11990 msgid "object %s not found"
11991 msgstr ""
11993 #: builtin/fetch.c:752
11994 msgid "[up to date]"
11995 msgstr ""
11997 #: builtin/fetch.c:765 builtin/fetch.c:781 builtin/fetch.c:853
11998 msgid "[rejected]"
11999 msgstr ""
12001 #: builtin/fetch.c:766
12002 msgid "can't fetch in current branch"
12003 msgstr ""
12005 #: builtin/fetch.c:776
12006 msgid "[tag update]"
12007 msgstr ""
12009 #: builtin/fetch.c:777 builtin/fetch.c:814 builtin/fetch.c:836
12010 #: builtin/fetch.c:848
12011 msgid "unable to update local ref"
12012 msgstr ""
12014 #: builtin/fetch.c:781
12015 msgid "would clobber existing tag"
12016 msgstr ""
12018 #: builtin/fetch.c:803
12019 msgid "[new tag]"
12020 msgstr ""
12022 #: builtin/fetch.c:806
12023 msgid "[new branch]"
12024 msgstr ""
12026 #: builtin/fetch.c:809
12027 msgid "[new ref]"
12028 msgstr ""
12030 #: builtin/fetch.c:848
12031 msgid "forced update"
12032 msgstr ""
12034 #: builtin/fetch.c:853
12035 msgid "non-fast-forward"
12036 msgstr ""
12038 #: builtin/fetch.c:874
12039 msgid ""
12040 "Fetch normally indicates which branches had a forced update,\n"
12041 "but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
12042 "flag or run 'git config fetch.showForcedUpdates true'."
12043 msgstr ""
12045 #: builtin/fetch.c:878
12046 #, c-format
12047 msgid ""
12048 "It took %.2f seconds to check forced updates. You can use\n"
12049 "'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
12050 "false'\n"
12051 " to avoid this check.\n"
12052 msgstr ""
12054 #: builtin/fetch.c:908
12055 #, c-format
12056 msgid "%s did not send all necessary objects\n"
12057 msgstr ""
12059 #: builtin/fetch.c:929
12060 #, c-format
12061 msgid "reject %s because shallow roots are not allowed to be updated"
12062 msgstr ""
12064 #: builtin/fetch.c:1020 builtin/fetch.c:1157
12065 #, c-format
12066 msgid "From %.*s\n"
12067 msgstr ""
12069 #: builtin/fetch.c:1031
12070 #, c-format
12071 msgid ""
12072 "some local refs could not be updated; try running\n"
12073 " 'git remote prune %s' to remove any old, conflicting branches"
12074 msgstr ""
12076 #: builtin/fetch.c:1127
12077 #, c-format
12078 msgid "   (%s will become dangling)"
12079 msgstr ""
12081 #: builtin/fetch.c:1128
12082 #, c-format
12083 msgid "   (%s has become dangling)"
12084 msgstr ""
12086 #: builtin/fetch.c:1160
12087 msgid "[deleted]"
12088 msgstr ""
12090 #: builtin/fetch.c:1161 builtin/remote.c:1036
12091 msgid "(none)"
12092 msgstr ""
12094 #: builtin/fetch.c:1184
12095 #, c-format
12096 msgid "Refusing to fetch into current branch %s of non-bare repository"
12097 msgstr ""
12099 #: builtin/fetch.c:1203
12100 #, c-format
12101 msgid "Option \"%s\" value \"%s\" is not valid for %s"
12102 msgstr ""
12104 #: builtin/fetch.c:1206
12105 #, c-format
12106 msgid "Option \"%s\" is ignored for %s\n"
12107 msgstr ""
12109 #: builtin/fetch.c:1414
12110 msgid "multiple branch detected, incompatible with --set-upstream"
12111 msgstr ""
12113 #: builtin/fetch.c:1429
12114 msgid "not setting upstream for a remote remote-tracking branch"
12115 msgstr ""
12117 #: builtin/fetch.c:1431
12118 msgid "not setting upstream for a remote tag"
12119 msgstr ""
12121 #: builtin/fetch.c:1433
12122 msgid "unknown branch type"
12123 msgstr ""
12125 #: builtin/fetch.c:1435
12126 msgid ""
12127 "no source branch found.\n"
12128 "you need to specify exactly one branch with the --set-upstream option."
12129 msgstr ""
12131 #: builtin/fetch.c:1561 builtin/fetch.c:1623
12132 #, c-format
12133 msgid "Fetching %s\n"
12134 msgstr ""
12136 #: builtin/fetch.c:1571 builtin/fetch.c:1625 builtin/remote.c:100
12137 #, c-format
12138 msgid "Could not fetch %s"
12139 msgstr ""
12141 #: builtin/fetch.c:1583
12142 #, c-format
12143 msgid "could not fetch '%s' (exit code: %d)\n"
12144 msgstr ""
12146 #: builtin/fetch.c:1685
12147 msgid ""
12148 "No remote repository specified.  Please, specify either a URL or a\n"
12149 "remote name from which new revisions should be fetched."
12150 msgstr ""
12152 #: builtin/fetch.c:1722
12153 msgid "You need to specify a tag name."
12154 msgstr ""
12156 #: builtin/fetch.c:1774
12157 msgid "Negative depth in --deepen is not supported"
12158 msgstr ""
12160 #: builtin/fetch.c:1776
12161 msgid "--deepen and --depth are mutually exclusive"
12162 msgstr ""
12164 #: builtin/fetch.c:1781
12165 msgid "--depth and --unshallow cannot be used together"
12166 msgstr ""
12168 #: builtin/fetch.c:1783
12169 msgid "--unshallow on a complete repository does not make sense"
12170 msgstr ""
12172 #: builtin/fetch.c:1799
12173 msgid "fetch --all does not take a repository argument"
12174 msgstr ""
12176 #: builtin/fetch.c:1801
12177 msgid "fetch --all does not make sense with refspecs"
12178 msgstr ""
12180 #: builtin/fetch.c:1810
12181 #, c-format
12182 msgid "No such remote or remote group: %s"
12183 msgstr ""
12185 #: builtin/fetch.c:1817
12186 msgid "Fetching a group and specifying refspecs does not make sense"
12187 msgstr ""
12189 #: builtin/fetch.c:1835
12190 msgid ""
12191 "--filter can only be used with the remote configured in extensions."
12192 "partialclone"
12193 msgstr ""
12195 #: builtin/fmt-merge-msg.c:18
12196 msgid ""
12197 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
12198 msgstr ""
12200 #: builtin/fmt-merge-msg.c:672
12201 msgid "populate log with at most <n> entries from shortlog"
12202 msgstr ""
12204 #: builtin/fmt-merge-msg.c:675
12205 msgid "alias for --log (deprecated)"
12206 msgstr ""
12208 #: builtin/fmt-merge-msg.c:678
12209 msgid "text"
12210 msgstr ""
12212 #: builtin/fmt-merge-msg.c:679
12213 msgid "use <text> as start of message"
12214 msgstr ""
12216 #: builtin/fmt-merge-msg.c:680
12217 msgid "file to read from"
12218 msgstr ""
12220 #: builtin/for-each-ref.c:10
12221 msgid "git for-each-ref [<options>] [<pattern>]"
12222 msgstr ""
12224 #: builtin/for-each-ref.c:11
12225 msgid "git for-each-ref [--points-at <object>]"
12226 msgstr ""
12228 #: builtin/for-each-ref.c:12
12229 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
12230 msgstr ""
12232 #: builtin/for-each-ref.c:13
12233 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
12234 msgstr ""
12236 #: builtin/for-each-ref.c:28
12237 msgid "quote placeholders suitably for shells"
12238 msgstr ""
12240 #: builtin/for-each-ref.c:30
12241 msgid "quote placeholders suitably for perl"
12242 msgstr ""
12244 #: builtin/for-each-ref.c:32
12245 msgid "quote placeholders suitably for python"
12246 msgstr ""
12248 #: builtin/for-each-ref.c:34
12249 msgid "quote placeholders suitably for Tcl"
12250 msgstr ""
12252 #: builtin/for-each-ref.c:37
12253 msgid "show only <n> matched refs"
12254 msgstr ""
12256 #: builtin/for-each-ref.c:39 builtin/tag.c:439
12257 msgid "respect format colors"
12258 msgstr ""
12260 #: builtin/for-each-ref.c:42
12261 msgid "print only refs which points at the given object"
12262 msgstr ""
12264 #: builtin/for-each-ref.c:44
12265 msgid "print only refs that are merged"
12266 msgstr ""
12268 #: builtin/for-each-ref.c:45
12269 msgid "print only refs that are not merged"
12270 msgstr ""
12272 #: builtin/for-each-ref.c:46
12273 msgid "print only refs which contain the commit"
12274 msgstr ""
12276 #: builtin/for-each-ref.c:47
12277 msgid "print only refs which don't contain the commit"
12278 msgstr ""
12280 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
12281 msgid "unknown"
12282 msgstr ""
12284 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
12285 #: builtin/fsck.c:120 builtin/fsck.c:136
12286 #, c-format
12287 msgid "error in %s %s: %s"
12288 msgstr ""
12290 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
12291 #: builtin/fsck.c:131
12292 #, c-format
12293 msgid "warning in %s %s: %s"
12294 msgstr ""
12296 #: builtin/fsck.c:157 builtin/fsck.c:159
12297 #, c-format
12298 msgid "broken link from %7s %s"
12299 msgstr ""
12301 #: builtin/fsck.c:168
12302 msgid "wrong object type in link"
12303 msgstr ""
12305 #: builtin/fsck.c:184
12306 #, c-format
12307 msgid ""
12308 "broken link from %7s %s\n"
12309 "              to %7s %s"
12310 msgstr ""
12312 #: builtin/fsck.c:295
12313 #, c-format
12314 msgid "missing %s %s"
12315 msgstr ""
12317 #: builtin/fsck.c:321
12318 #, c-format
12319 msgid "unreachable %s %s"
12320 msgstr ""
12322 #: builtin/fsck.c:340
12323 #, c-format
12324 msgid "dangling %s %s"
12325 msgstr ""
12327 #: builtin/fsck.c:349
12328 msgid "could not create lost-found"
12329 msgstr ""
12331 #: builtin/fsck.c:360
12332 #, c-format
12333 msgid "could not finish '%s'"
12334 msgstr ""
12336 #: builtin/fsck.c:377
12337 #, c-format
12338 msgid "Checking %s"
12339 msgstr ""
12341 #: builtin/fsck.c:415
12342 #, c-format
12343 msgid "Checking connectivity (%d objects)"
12344 msgstr ""
12346 #: builtin/fsck.c:434
12347 #, c-format
12348 msgid "Checking %s %s"
12349 msgstr ""
12351 #: builtin/fsck.c:438
12352 msgid "broken links"
12353 msgstr ""
12355 #: builtin/fsck.c:447
12356 #, c-format
12357 msgid "root %s"
12358 msgstr ""
12360 #: builtin/fsck.c:455
12361 #, c-format
12362 msgid "tagged %s %s (%s) in %s"
12363 msgstr ""
12365 #: builtin/fsck.c:484
12366 #, c-format
12367 msgid "%s: object corrupt or missing"
12368 msgstr ""
12370 #: builtin/fsck.c:509
12371 #, c-format
12372 msgid "%s: invalid reflog entry %s"
12373 msgstr ""
12375 #: builtin/fsck.c:523
12376 #, c-format
12377 msgid "Checking reflog %s->%s"
12378 msgstr ""
12380 #: builtin/fsck.c:557
12381 #, c-format
12382 msgid "%s: invalid sha1 pointer %s"
12383 msgstr ""
12385 #: builtin/fsck.c:564
12386 #, c-format
12387 msgid "%s: not a commit"
12388 msgstr ""
12390 #: builtin/fsck.c:619
12391 msgid "notice: No default references"
12392 msgstr ""
12394 #: builtin/fsck.c:634
12395 #, c-format
12396 msgid "%s: object corrupt or missing: %s"
12397 msgstr ""
12399 #: builtin/fsck.c:647
12400 #, c-format
12401 msgid "%s: object could not be parsed: %s"
12402 msgstr ""
12404 #: builtin/fsck.c:667
12405 #, c-format
12406 msgid "bad sha1 file: %s"
12407 msgstr ""
12409 #: builtin/fsck.c:682
12410 msgid "Checking object directory"
12411 msgstr ""
12413 #: builtin/fsck.c:685
12414 msgid "Checking object directories"
12415 msgstr ""
12417 #: builtin/fsck.c:700
12418 #, c-format
12419 msgid "Checking %s link"
12420 msgstr ""
12422 #: builtin/fsck.c:705 builtin/index-pack.c:842
12423 #, c-format
12424 msgid "invalid %s"
12425 msgstr ""
12427 #: builtin/fsck.c:712
12428 #, c-format
12429 msgid "%s points to something strange (%s)"
12430 msgstr ""
12432 #: builtin/fsck.c:718
12433 #, c-format
12434 msgid "%s: detached HEAD points at nothing"
12435 msgstr ""
12437 #: builtin/fsck.c:722
12438 #, c-format
12439 msgid "notice: %s points to an unborn branch (%s)"
12440 msgstr ""
12442 #: builtin/fsck.c:734
12443 msgid "Checking cache tree"
12444 msgstr ""
12446 #: builtin/fsck.c:739
12447 #, c-format
12448 msgid "%s: invalid sha1 pointer in cache-tree"
12449 msgstr ""
12451 #: builtin/fsck.c:750
12452 msgid "non-tree in cache-tree"
12453 msgstr ""
12455 #: builtin/fsck.c:781
12456 msgid "git fsck [<options>] [<object>...]"
12457 msgstr ""
12459 #: builtin/fsck.c:787
12460 msgid "show unreachable objects"
12461 msgstr ""
12463 #: builtin/fsck.c:788
12464 msgid "show dangling objects"
12465 msgstr ""
12467 #: builtin/fsck.c:789
12468 msgid "report tags"
12469 msgstr ""
12471 #: builtin/fsck.c:790
12472 msgid "report root nodes"
12473 msgstr ""
12475 #: builtin/fsck.c:791
12476 msgid "make index objects head nodes"
12477 msgstr ""
12479 #: builtin/fsck.c:792
12480 msgid "make reflogs head nodes (default)"
12481 msgstr ""
12483 #: builtin/fsck.c:793
12484 msgid "also consider packs and alternate objects"
12485 msgstr ""
12487 #: builtin/fsck.c:794
12488 msgid "check only connectivity"
12489 msgstr ""
12491 #: builtin/fsck.c:795
12492 msgid "enable more strict checking"
12493 msgstr ""
12495 #: builtin/fsck.c:797
12496 msgid "write dangling objects in .git/lost-found"
12497 msgstr ""
12499 #: builtin/fsck.c:798 builtin/prune.c:132
12500 msgid "show progress"
12501 msgstr ""
12503 #: builtin/fsck.c:799
12504 msgid "show verbose names for reachable objects"
12505 msgstr ""
12507 #: builtin/fsck.c:859 builtin/index-pack.c:225
12508 msgid "Checking objects"
12509 msgstr ""
12511 #: builtin/fsck.c:887
12512 #, c-format
12513 msgid "%s: object missing"
12514 msgstr ""
12516 #: builtin/fsck.c:899
12517 #, c-format
12518 msgid "invalid parameter: expected sha1, got '%s'"
12519 msgstr ""
12521 #: builtin/gc.c:35
12522 msgid "git gc [<options>]"
12523 msgstr ""
12525 #: builtin/gc.c:90
12526 #, c-format
12527 msgid "Failed to fstat %s: %s"
12528 msgstr ""
12530 #: builtin/gc.c:126
12531 #, c-format
12532 msgid "failed to parse '%s' value '%s'"
12533 msgstr ""
12535 #: builtin/gc.c:475 builtin/init-db.c:55
12536 #, c-format
12537 msgid "cannot stat '%s'"
12538 msgstr ""
12540 #: builtin/gc.c:484 builtin/notes.c:240 builtin/tag.c:529
12541 #, c-format
12542 msgid "cannot read '%s'"
12543 msgstr ""
12545 #: builtin/gc.c:491
12546 #, c-format
12547 msgid ""
12548 "The last gc run reported the following. Please correct the root cause\n"
12549 "and remove %s.\n"
12550 "Automatic cleanup will not be performed until the file is removed.\n"
12551 "\n"
12552 "%s"
12553 msgstr ""
12555 #: builtin/gc.c:539
12556 msgid "prune unreferenced objects"
12557 msgstr ""
12559 #: builtin/gc.c:541
12560 msgid "be more thorough (increased runtime)"
12561 msgstr ""
12563 #: builtin/gc.c:542
12564 msgid "enable auto-gc mode"
12565 msgstr ""
12567 #: builtin/gc.c:545
12568 msgid "force running gc even if there may be another gc running"
12569 msgstr ""
12571 #: builtin/gc.c:548
12572 msgid "repack all other packs except the largest pack"
12573 msgstr ""
12575 #: builtin/gc.c:565
12576 #, c-format
12577 msgid "failed to parse gc.logexpiry value %s"
12578 msgstr ""
12580 #: builtin/gc.c:576
12581 #, c-format
12582 msgid "failed to parse prune expiry value %s"
12583 msgstr ""
12585 #: builtin/gc.c:596
12586 #, c-format
12587 msgid "Auto packing the repository in background for optimum performance.\n"
12588 msgstr ""
12590 #: builtin/gc.c:598
12591 #, c-format
12592 msgid "Auto packing the repository for optimum performance.\n"
12593 msgstr ""
12595 #: builtin/gc.c:599
12596 #, c-format
12597 msgid "See \"git help gc\" for manual housekeeping.\n"
12598 msgstr ""
12600 #: builtin/gc.c:639
12601 #, c-format
12602 msgid ""
12603 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12604 msgstr ""
12606 #: builtin/gc.c:694
12607 msgid ""
12608 "There are too many unreachable loose objects; run 'git prune' to remove them."
12609 msgstr ""
12611 #: builtin/grep.c:29
12612 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12613 msgstr ""
12615 #: builtin/grep.c:225
12616 #, c-format
12617 msgid "grep: failed to create thread: %s"
12618 msgstr ""
12620 #: builtin/grep.c:279
12621 #, c-format
12622 msgid "invalid number of threads specified (%d) for %s"
12623 msgstr ""
12625 #. TRANSLATORS: %s is the configuration
12626 #. variable for tweaking threads, currently
12627 #. grep.threads
12629 #: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
12630 #: builtin/pack-objects.c:2708
12631 #, c-format
12632 msgid "no threads support, ignoring %s"
12633 msgstr ""
12635 #: builtin/grep.c:467 builtin/grep.c:592 builtin/grep.c:635
12636 #, c-format
12637 msgid "unable to read tree (%s)"
12638 msgstr ""
12640 #: builtin/grep.c:650
12641 #, c-format
12642 msgid "unable to grep from object of type %s"
12643 msgstr ""
12645 #: builtin/grep.c:716
12646 #, c-format
12647 msgid "switch `%c' expects a numerical value"
12648 msgstr ""
12650 #: builtin/grep.c:815
12651 msgid "search in index instead of in the work tree"
12652 msgstr ""
12654 #: builtin/grep.c:817
12655 msgid "find in contents not managed by git"
12656 msgstr ""
12658 #: builtin/grep.c:819
12659 msgid "search in both tracked and untracked files"
12660 msgstr ""
12662 #: builtin/grep.c:821
12663 msgid "ignore files specified via '.gitignore'"
12664 msgstr ""
12666 #: builtin/grep.c:823
12667 msgid "recursively search in each submodule"
12668 msgstr ""
12670 #: builtin/grep.c:826
12671 msgid "show non-matching lines"
12672 msgstr ""
12674 #: builtin/grep.c:828
12675 msgid "case insensitive matching"
12676 msgstr ""
12678 #: builtin/grep.c:830
12679 msgid "match patterns only at word boundaries"
12680 msgstr ""
12682 #: builtin/grep.c:832
12683 msgid "process binary files as text"
12684 msgstr ""
12686 #: builtin/grep.c:834
12687 msgid "don't match patterns in binary files"
12688 msgstr ""
12690 #: builtin/grep.c:837
12691 msgid "process binary files with textconv filters"
12692 msgstr ""
12694 #: builtin/grep.c:839
12695 msgid "search in subdirectories (default)"
12696 msgstr ""
12698 #: builtin/grep.c:841
12699 msgid "descend at most <depth> levels"
12700 msgstr ""
12702 #: builtin/grep.c:845
12703 msgid "use extended POSIX regular expressions"
12704 msgstr ""
12706 #: builtin/grep.c:848
12707 msgid "use basic POSIX regular expressions (default)"
12708 msgstr ""
12710 #: builtin/grep.c:851
12711 msgid "interpret patterns as fixed strings"
12712 msgstr ""
12714 #: builtin/grep.c:854
12715 msgid "use Perl-compatible regular expressions"
12716 msgstr ""
12718 #: builtin/grep.c:857
12719 msgid "show line numbers"
12720 msgstr ""
12722 #: builtin/grep.c:858
12723 msgid "show column number of first match"
12724 msgstr ""
12726 #: builtin/grep.c:859
12727 msgid "don't show filenames"
12728 msgstr ""
12730 #: builtin/grep.c:860
12731 msgid "show filenames"
12732 msgstr ""
12734 #: builtin/grep.c:862
12735 msgid "show filenames relative to top directory"
12736 msgstr ""
12738 #: builtin/grep.c:864
12739 msgid "show only filenames instead of matching lines"
12740 msgstr ""
12742 #: builtin/grep.c:866
12743 msgid "synonym for --files-with-matches"
12744 msgstr ""
12746 #: builtin/grep.c:869
12747 msgid "show only the names of files without match"
12748 msgstr ""
12750 #: builtin/grep.c:871
12751 msgid "print NUL after filenames"
12752 msgstr ""
12754 #: builtin/grep.c:874
12755 msgid "show only matching parts of a line"
12756 msgstr ""
12758 #: builtin/grep.c:876
12759 msgid "show the number of matches instead of matching lines"
12760 msgstr ""
12762 #: builtin/grep.c:877
12763 msgid "highlight matches"
12764 msgstr ""
12766 #: builtin/grep.c:879
12767 msgid "print empty line between matches from different files"
12768 msgstr ""
12770 #: builtin/grep.c:881
12771 msgid "show filename only once above matches from same file"
12772 msgstr ""
12774 #: builtin/grep.c:884
12775 msgid "show <n> context lines before and after matches"
12776 msgstr ""
12778 #: builtin/grep.c:887
12779 msgid "show <n> context lines before matches"
12780 msgstr ""
12782 #: builtin/grep.c:889
12783 msgid "show <n> context lines after matches"
12784 msgstr ""
12786 #: builtin/grep.c:891
12787 msgid "use <n> worker threads"
12788 msgstr ""
12790 #: builtin/grep.c:892
12791 msgid "shortcut for -C NUM"
12792 msgstr ""
12794 #: builtin/grep.c:895
12795 msgid "show a line with the function name before matches"
12796 msgstr ""
12798 #: builtin/grep.c:897
12799 msgid "show the surrounding function"
12800 msgstr ""
12802 #: builtin/grep.c:900
12803 msgid "read patterns from file"
12804 msgstr ""
12806 #: builtin/grep.c:902
12807 msgid "match <pattern>"
12808 msgstr ""
12810 #: builtin/grep.c:904
12811 msgid "combine patterns specified with -e"
12812 msgstr ""
12814 #: builtin/grep.c:916
12815 msgid "indicate hit with exit status without output"
12816 msgstr ""
12818 #: builtin/grep.c:918
12819 msgid "show only matches from files that match all patterns"
12820 msgstr ""
12822 #: builtin/grep.c:920
12823 msgid "show parse tree for grep expression"
12824 msgstr ""
12826 #: builtin/grep.c:924
12827 msgid "pager"
12828 msgstr ""
12830 #: builtin/grep.c:924
12831 msgid "show matching files in the pager"
12832 msgstr ""
12834 #: builtin/grep.c:928
12835 msgid "allow calling of grep(1) (ignored by this build)"
12836 msgstr ""
12838 #: builtin/grep.c:992
12839 msgid "no pattern given"
12840 msgstr ""
12842 #: builtin/grep.c:1028
12843 msgid "--no-index or --untracked cannot be used with revs"
12844 msgstr ""
12846 #: builtin/grep.c:1036
12847 #, c-format
12848 msgid "unable to resolve revision: %s"
12849 msgstr ""
12851 #: builtin/grep.c:1067
12852 msgid "invalid option combination, ignoring --threads"
12853 msgstr ""
12855 #: builtin/grep.c:1070 builtin/pack-objects.c:3400
12856 msgid "no threads support, ignoring --threads"
12857 msgstr ""
12859 #: builtin/grep.c:1073 builtin/index-pack.c:1531 builtin/pack-objects.c:2705
12860 #, c-format
12861 msgid "invalid number of threads specified (%d)"
12862 msgstr ""
12864 #: builtin/grep.c:1096
12865 msgid "--open-files-in-pager only works on the worktree"
12866 msgstr ""
12868 #: builtin/grep.c:1119
12869 msgid "option not supported with --recurse-submodules"
12870 msgstr ""
12872 #: builtin/grep.c:1125
12873 msgid "--cached or --untracked cannot be used with --no-index"
12874 msgstr ""
12876 #: builtin/grep.c:1131
12877 msgid "--[no-]exclude-standard cannot be used for tracked contents"
12878 msgstr ""
12880 #: builtin/grep.c:1139
12881 msgid "both --cached and trees are given"
12882 msgstr ""
12884 #: builtin/hash-object.c:85
12885 msgid ""
12886 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12887 "[--] <file>..."
12888 msgstr ""
12890 #: builtin/hash-object.c:86
12891 msgid "git hash-object  --stdin-paths"
12892 msgstr ""
12894 #: builtin/hash-object.c:98
12895 msgid "object type"
12896 msgstr ""
12898 #: builtin/hash-object.c:99
12899 msgid "write the object into the object database"
12900 msgstr ""
12902 #: builtin/hash-object.c:101
12903 msgid "read the object from stdin"
12904 msgstr ""
12906 #: builtin/hash-object.c:103
12907 msgid "store file as is without filters"
12908 msgstr ""
12910 #: builtin/hash-object.c:104
12911 msgid ""
12912 "just hash any random garbage to create corrupt objects for debugging Git"
12913 msgstr ""
12915 #: builtin/hash-object.c:105
12916 msgid "process file as it were from this path"
12917 msgstr ""
12919 #: builtin/help.c:46
12920 msgid "print all available commands"
12921 msgstr ""
12923 #: builtin/help.c:47
12924 msgid "exclude guides"
12925 msgstr ""
12927 #: builtin/help.c:48
12928 msgid "print list of useful guides"
12929 msgstr ""
12931 #: builtin/help.c:49
12932 msgid "print all configuration variable names"
12933 msgstr ""
12935 #: builtin/help.c:51
12936 msgid "show man page"
12937 msgstr ""
12939 #: builtin/help.c:52
12940 msgid "show manual in web browser"
12941 msgstr ""
12943 #: builtin/help.c:54
12944 msgid "show info page"
12945 msgstr ""
12947 #: builtin/help.c:56
12948 msgid "print command description"
12949 msgstr ""
12951 #: builtin/help.c:61
12952 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12953 msgstr ""
12955 #: builtin/help.c:77
12956 #, c-format
12957 msgid "unrecognized help format '%s'"
12958 msgstr ""
12960 #: builtin/help.c:104
12961 msgid "Failed to start emacsclient."
12962 msgstr ""
12964 #: builtin/help.c:117
12965 msgid "Failed to parse emacsclient version."
12966 msgstr ""
12968 #: builtin/help.c:125
12969 #, c-format
12970 msgid "emacsclient version '%d' too old (< 22)."
12971 msgstr ""
12973 #: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12974 #, c-format
12975 msgid "failed to exec '%s'"
12976 msgstr ""
12978 #: builtin/help.c:221
12979 #, c-format
12980 msgid ""
12981 "'%s': path for unsupported man viewer.\n"
12982 "Please consider using 'man.<tool>.cmd' instead."
12983 msgstr ""
12985 #: builtin/help.c:233
12986 #, c-format
12987 msgid ""
12988 "'%s': cmd for supported man viewer.\n"
12989 "Please consider using 'man.<tool>.path' instead."
12990 msgstr ""
12992 #: builtin/help.c:350
12993 #, c-format
12994 msgid "'%s': unknown man viewer."
12995 msgstr ""
12997 #: builtin/help.c:367
12998 msgid "no man viewer handled the request"
12999 msgstr ""
13001 #: builtin/help.c:375
13002 msgid "no info viewer handled the request"
13003 msgstr ""
13005 #: builtin/help.c:434 builtin/help.c:445 git.c:336
13006 #, c-format
13007 msgid "'%s' is aliased to '%s'"
13008 msgstr ""
13010 #: builtin/help.c:448 git.c:365
13011 #, c-format
13012 msgid "bad alias.%s string: %s"
13013 msgstr ""
13015 #: builtin/help.c:477 builtin/help.c:507
13016 #, c-format
13017 msgid "usage: %s%s"
13018 msgstr ""
13020 #: builtin/help.c:491
13021 msgid "'git help config' for more information"
13022 msgstr ""
13024 #: builtin/index-pack.c:185
13025 #, c-format
13026 msgid "object type mismatch at %s"
13027 msgstr ""
13029 #: builtin/index-pack.c:205
13030 #, c-format
13031 msgid "did not receive expected object %s"
13032 msgstr ""
13034 #: builtin/index-pack.c:208
13035 #, c-format
13036 msgid "object %s: expected type %s, found %s"
13037 msgstr ""
13039 #: builtin/index-pack.c:258
13040 #, c-format
13041 msgid "cannot fill %d byte"
13042 msgid_plural "cannot fill %d bytes"
13043 msgstr[0] ""
13044 msgstr[1] ""
13046 #: builtin/index-pack.c:268
13047 msgid "early EOF"
13048 msgstr ""
13050 #: builtin/index-pack.c:269
13051 msgid "read error on input"
13052 msgstr ""
13054 #: builtin/index-pack.c:281
13055 msgid "used more bytes than were available"
13056 msgstr ""
13058 #: builtin/index-pack.c:288 builtin/pack-objects.c:604
13059 msgid "pack too large for current definition of off_t"
13060 msgstr ""
13062 #: builtin/index-pack.c:291 builtin/unpack-objects.c:94
13063 msgid "pack exceeds maximum allowed size"
13064 msgstr ""
13066 #: builtin/index-pack.c:312
13067 #, c-format
13068 msgid "cannot open packfile '%s'"
13069 msgstr ""
13071 #: builtin/index-pack.c:326
13072 msgid "pack signature mismatch"
13073 msgstr ""
13075 #: builtin/index-pack.c:328
13076 #, c-format
13077 msgid "pack version %<PRIu32> unsupported"
13078 msgstr ""
13080 #: builtin/index-pack.c:346
13081 #, c-format
13082 msgid "pack has bad object at offset %<PRIuMAX>: %s"
13083 msgstr ""
13085 #: builtin/index-pack.c:466
13086 #, c-format
13087 msgid "inflate returned %d"
13088 msgstr ""
13090 #: builtin/index-pack.c:515
13091 msgid "offset value overflow for delta base object"
13092 msgstr ""
13094 #: builtin/index-pack.c:523
13095 msgid "delta base offset is out of bound"
13096 msgstr ""
13098 #: builtin/index-pack.c:531
13099 #, c-format
13100 msgid "unknown object type %d"
13101 msgstr ""
13103 #: builtin/index-pack.c:562
13104 msgid "cannot pread pack file"
13105 msgstr ""
13107 #: builtin/index-pack.c:564
13108 #, c-format
13109 msgid "premature end of pack file, %<PRIuMAX> byte missing"
13110 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
13111 msgstr[0] ""
13112 msgstr[1] ""
13114 #: builtin/index-pack.c:590
13115 msgid "serious inflate inconsistency"
13116 msgstr ""
13118 #: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
13119 #: builtin/index-pack.c:803 builtin/index-pack.c:812
13120 #, c-format
13121 msgid "SHA1 COLLISION FOUND WITH %s !"
13122 msgstr ""
13124 #: builtin/index-pack.c:738 builtin/pack-objects.c:157
13125 #: builtin/pack-objects.c:217 builtin/pack-objects.c:311
13126 #, c-format
13127 msgid "unable to read %s"
13128 msgstr ""
13130 #: builtin/index-pack.c:801
13131 #, c-format
13132 msgid "cannot read existing object info %s"
13133 msgstr ""
13135 #: builtin/index-pack.c:809
13136 #, c-format
13137 msgid "cannot read existing object %s"
13138 msgstr ""
13140 #: builtin/index-pack.c:823
13141 #, c-format
13142 msgid "invalid blob object %s"
13143 msgstr ""
13145 #: builtin/index-pack.c:826 builtin/index-pack.c:845
13146 msgid "fsck error in packed object"
13147 msgstr ""
13149 #: builtin/index-pack.c:847
13150 #, c-format
13151 msgid "Not all child objects of %s are reachable"
13152 msgstr ""
13154 #: builtin/index-pack.c:919 builtin/index-pack.c:950
13155 msgid "failed to apply delta"
13156 msgstr ""
13158 #: builtin/index-pack.c:1118
13159 msgid "Receiving objects"
13160 msgstr ""
13162 #: builtin/index-pack.c:1118
13163 msgid "Indexing objects"
13164 msgstr ""
13166 #: builtin/index-pack.c:1152
13167 msgid "pack is corrupted (SHA1 mismatch)"
13168 msgstr ""
13170 #: builtin/index-pack.c:1157
13171 msgid "cannot fstat packfile"
13172 msgstr ""
13174 #: builtin/index-pack.c:1160
13175 msgid "pack has junk at the end"
13176 msgstr ""
13178 #: builtin/index-pack.c:1172
13179 msgid "confusion beyond insanity in parse_pack_objects()"
13180 msgstr ""
13182 #: builtin/index-pack.c:1195
13183 msgid "Resolving deltas"
13184 msgstr ""
13186 #: builtin/index-pack.c:1205 builtin/pack-objects.c:2481
13187 #, c-format
13188 msgid "unable to create thread: %s"
13189 msgstr ""
13191 #: builtin/index-pack.c:1246
13192 msgid "confusion beyond insanity"
13193 msgstr ""
13195 #: builtin/index-pack.c:1252
13196 #, c-format
13197 msgid "completed with %d local object"
13198 msgid_plural "completed with %d local objects"
13199 msgstr[0] ""
13200 msgstr[1] ""
13202 #: builtin/index-pack.c:1264
13203 #, c-format
13204 msgid "Unexpected tail checksum for %s (disk corruption?)"
13205 msgstr ""
13207 #: builtin/index-pack.c:1268
13208 #, c-format
13209 msgid "pack has %d unresolved delta"
13210 msgid_plural "pack has %d unresolved deltas"
13211 msgstr[0] ""
13212 msgstr[1] ""
13214 #: builtin/index-pack.c:1292
13215 #, c-format
13216 msgid "unable to deflate appended object (%d)"
13217 msgstr ""
13219 #: builtin/index-pack.c:1388
13220 #, c-format
13221 msgid "local object %s is corrupt"
13222 msgstr ""
13224 #: builtin/index-pack.c:1402
13225 #, c-format
13226 msgid "packfile name '%s' does not end with '.pack'"
13227 msgstr ""
13229 #: builtin/index-pack.c:1427
13230 #, c-format
13231 msgid "cannot write %s file '%s'"
13232 msgstr ""
13234 #: builtin/index-pack.c:1435
13235 #, c-format
13236 msgid "cannot close written %s file '%s'"
13237 msgstr ""
13239 #: builtin/index-pack.c:1459
13240 msgid "error while closing pack file"
13241 msgstr ""
13243 #: builtin/index-pack.c:1473
13244 msgid "cannot store pack file"
13245 msgstr ""
13247 #: builtin/index-pack.c:1481
13248 msgid "cannot store index file"
13249 msgstr ""
13251 #: builtin/index-pack.c:1525 builtin/pack-objects.c:2716
13252 #, c-format
13253 msgid "bad pack.indexversion=%<PRIu32>"
13254 msgstr ""
13256 #: builtin/index-pack.c:1593
13257 #, c-format
13258 msgid "Cannot open existing pack file '%s'"
13259 msgstr ""
13261 #: builtin/index-pack.c:1595
13262 #, c-format
13263 msgid "Cannot open existing pack idx file for '%s'"
13264 msgstr ""
13266 #: builtin/index-pack.c:1643
13267 #, c-format
13268 msgid "non delta: %d object"
13269 msgid_plural "non delta: %d objects"
13270 msgstr[0] ""
13271 msgstr[1] ""
13273 #: builtin/index-pack.c:1650
13274 #, c-format
13275 msgid "chain length = %d: %lu object"
13276 msgid_plural "chain length = %d: %lu objects"
13277 msgstr[0] ""
13278 msgstr[1] ""
13280 #: builtin/index-pack.c:1689
13281 msgid "Cannot come back to cwd"
13282 msgstr ""
13284 #: builtin/index-pack.c:1738 builtin/index-pack.c:1741
13285 #: builtin/index-pack.c:1757 builtin/index-pack.c:1761
13286 #, c-format
13287 msgid "bad %s"
13288 msgstr ""
13290 #: builtin/index-pack.c:1777
13291 msgid "--fix-thin cannot be used without --stdin"
13292 msgstr ""
13294 #: builtin/index-pack.c:1779
13295 msgid "--stdin requires a git repository"
13296 msgstr ""
13298 #: builtin/index-pack.c:1785
13299 msgid "--verify with no packfile name given"
13300 msgstr ""
13302 #: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
13303 msgid "fsck error in pack objects"
13304 msgstr ""
13306 #: builtin/init-db.c:61
13307 #, c-format
13308 msgid "cannot stat template '%s'"
13309 msgstr ""
13311 #: builtin/init-db.c:66
13312 #, c-format
13313 msgid "cannot opendir '%s'"
13314 msgstr ""
13316 #: builtin/init-db.c:78
13317 #, c-format
13318 msgid "cannot readlink '%s'"
13319 msgstr ""
13321 #: builtin/init-db.c:80
13322 #, c-format
13323 msgid "cannot symlink '%s' '%s'"
13324 msgstr ""
13326 #: builtin/init-db.c:86
13327 #, c-format
13328 msgid "cannot copy '%s' to '%s'"
13329 msgstr ""
13331 #: builtin/init-db.c:90
13332 #, c-format
13333 msgid "ignoring template %s"
13334 msgstr ""
13336 #: builtin/init-db.c:121
13337 #, c-format
13338 msgid "templates not found in %s"
13339 msgstr ""
13341 #: builtin/init-db.c:136
13342 #, c-format
13343 msgid "not copying templates from '%s': %s"
13344 msgstr ""
13346 #: builtin/init-db.c:334
13347 #, c-format
13348 msgid "unable to handle file type %d"
13349 msgstr ""
13351 #: builtin/init-db.c:337
13352 #, c-format
13353 msgid "unable to move %s to %s"
13354 msgstr ""
13356 #: builtin/init-db.c:354 builtin/init-db.c:357
13357 #, c-format
13358 msgid "%s already exists"
13359 msgstr ""
13361 #: builtin/init-db.c:413
13362 #, c-format
13363 msgid "Reinitialized existing shared Git repository in %s%s\n"
13364 msgstr ""
13366 #: builtin/init-db.c:414
13367 #, c-format
13368 msgid "Reinitialized existing Git repository in %s%s\n"
13369 msgstr ""
13371 #: builtin/init-db.c:418
13372 #, c-format
13373 msgid "Initialized empty shared Git repository in %s%s\n"
13374 msgstr ""
13376 #: builtin/init-db.c:419
13377 #, c-format
13378 msgid "Initialized empty Git repository in %s%s\n"
13379 msgstr ""
13381 #: builtin/init-db.c:468
13382 msgid ""
13383 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
13384 "shared[=<permissions>]] [<directory>]"
13385 msgstr ""
13387 #: builtin/init-db.c:491
13388 msgid "permissions"
13389 msgstr ""
13391 #: builtin/init-db.c:492
13392 msgid "specify that the git repository is to be shared amongst several users"
13393 msgstr ""
13395 #: builtin/init-db.c:529 builtin/init-db.c:534
13396 #, c-format
13397 msgid "cannot mkdir %s"
13398 msgstr ""
13400 #: builtin/init-db.c:538
13401 #, c-format
13402 msgid "cannot chdir to %s"
13403 msgstr ""
13405 #: builtin/init-db.c:559
13406 #, c-format
13407 msgid ""
13408 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
13409 "dir=<directory>)"
13410 msgstr ""
13412 #: builtin/init-db.c:587
13413 #, c-format
13414 msgid "Cannot access work tree '%s'"
13415 msgstr ""
13417 #: builtin/interpret-trailers.c:16
13418 msgid ""
13419 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
13420 "<token>[(=|:)<value>])...] [<file>...]"
13421 msgstr ""
13423 #: builtin/interpret-trailers.c:95
13424 msgid "edit files in place"
13425 msgstr ""
13427 #: builtin/interpret-trailers.c:96
13428 msgid "trim empty trailers"
13429 msgstr ""
13431 #: builtin/interpret-trailers.c:99
13432 msgid "where to place the new trailer"
13433 msgstr ""
13435 #: builtin/interpret-trailers.c:101
13436 msgid "action if trailer already exists"
13437 msgstr ""
13439 #: builtin/interpret-trailers.c:103
13440 msgid "action if trailer is missing"
13441 msgstr ""
13443 #: builtin/interpret-trailers.c:105
13444 msgid "output only the trailers"
13445 msgstr ""
13447 #: builtin/interpret-trailers.c:106
13448 msgid "do not apply config rules"
13449 msgstr ""
13451 #: builtin/interpret-trailers.c:107
13452 msgid "join whitespace-continued values"
13453 msgstr ""
13455 #: builtin/interpret-trailers.c:108
13456 msgid "set parsing options"
13457 msgstr ""
13459 #: builtin/interpret-trailers.c:110
13460 msgid "do not treat --- specially"
13461 msgstr ""
13463 #: builtin/interpret-trailers.c:111
13464 msgid "trailer"
13465 msgstr ""
13467 #: builtin/interpret-trailers.c:112
13468 msgid "trailer(s) to add"
13469 msgstr ""
13471 #: builtin/interpret-trailers.c:123
13472 msgid "--trailer with --only-input does not make sense"
13473 msgstr ""
13475 #: builtin/interpret-trailers.c:133
13476 msgid "no input file given for in-place editing"
13477 msgstr ""
13479 #: builtin/log.c:55
13480 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13481 msgstr ""
13483 #: builtin/log.c:56
13484 msgid "git show [<options>] <object>..."
13485 msgstr ""
13487 #: builtin/log.c:109
13488 #, c-format
13489 msgid "invalid --decorate option: %s"
13490 msgstr ""
13492 #: builtin/log.c:173
13493 msgid "show source"
13494 msgstr ""
13496 #: builtin/log.c:174
13497 msgid "Use mail map file"
13498 msgstr ""
13500 #: builtin/log.c:176
13501 msgid "only decorate refs that match <pattern>"
13502 msgstr ""
13504 #: builtin/log.c:178
13505 msgid "do not decorate refs that match <pattern>"
13506 msgstr ""
13508 #: builtin/log.c:179
13509 msgid "decorate options"
13510 msgstr ""
13512 #: builtin/log.c:182
13513 msgid "Process line range n,m in file, counting from 1"
13514 msgstr ""
13516 #: builtin/log.c:280
13517 #, c-format
13518 msgid "Final output: %d %s\n"
13519 msgstr ""
13521 #: builtin/log.c:534
13522 #, c-format
13523 msgid "git show %s: bad file"
13524 msgstr ""
13526 #: builtin/log.c:549 builtin/log.c:644
13527 #, c-format
13528 msgid "could not read object %s"
13529 msgstr ""
13531 #: builtin/log.c:669
13532 #, c-format
13533 msgid "unknown type: %d"
13534 msgstr ""
13536 #: builtin/log.c:792
13537 msgid "format.headers without value"
13538 msgstr ""
13540 #: builtin/log.c:909
13541 msgid "name of output directory is too long"
13542 msgstr ""
13544 #: builtin/log.c:925
13545 #, c-format
13546 msgid "cannot open patch file %s"
13547 msgstr ""
13549 #: builtin/log.c:942
13550 msgid "need exactly one range"
13551 msgstr ""
13553 #: builtin/log.c:952
13554 msgid "not a range"
13555 msgstr ""
13557 #: builtin/log.c:1075
13558 msgid "cover letter needs email format"
13559 msgstr ""
13561 #: builtin/log.c:1081
13562 msgid "failed to create cover-letter file"
13563 msgstr ""
13565 #: builtin/log.c:1160
13566 #, c-format
13567 msgid "insane in-reply-to: %s"
13568 msgstr ""
13570 #: builtin/log.c:1187
13571 msgid "git format-patch [<options>] [<since> | <revision-range>]"
13572 msgstr ""
13574 #: builtin/log.c:1245
13575 msgid "two output directories?"
13576 msgstr ""
13578 #: builtin/log.c:1356 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
13579 #, c-format
13580 msgid "unknown commit %s"
13581 msgstr ""
13583 #: builtin/log.c:1366 builtin/replace.c:58 builtin/replace.c:207
13584 #: builtin/replace.c:210
13585 #, c-format
13586 msgid "failed to resolve '%s' as a valid ref"
13587 msgstr ""
13589 #: builtin/log.c:1371
13590 msgid "could not find exact merge base"
13591 msgstr ""
13593 #: builtin/log.c:1375
13594 msgid ""
13595 "failed to get upstream, if you want to record base commit automatically,\n"
13596 "please use git branch --set-upstream-to to track a remote branch.\n"
13597 "Or you could specify base commit by --base=<base-commit-id> manually"
13598 msgstr ""
13600 #: builtin/log.c:1395
13601 msgid "failed to find exact merge base"
13602 msgstr ""
13604 #: builtin/log.c:1406
13605 msgid "base commit should be the ancestor of revision list"
13606 msgstr ""
13608 #: builtin/log.c:1410
13609 msgid "base commit shouldn't be in revision list"
13610 msgstr ""
13612 #: builtin/log.c:1463
13613 msgid "cannot get patch id"
13614 msgstr ""
13616 #: builtin/log.c:1515
13617 msgid "failed to infer range-diff ranges"
13618 msgstr ""
13620 #: builtin/log.c:1560
13621 msgid "use [PATCH n/m] even with a single patch"
13622 msgstr ""
13624 #: builtin/log.c:1563
13625 msgid "use [PATCH] even with multiple patches"
13626 msgstr ""
13628 #: builtin/log.c:1567
13629 msgid "print patches to standard out"
13630 msgstr ""
13632 #: builtin/log.c:1569
13633 msgid "generate a cover letter"
13634 msgstr ""
13636 #: builtin/log.c:1571
13637 msgid "use simple number sequence for output file names"
13638 msgstr ""
13640 #: builtin/log.c:1572
13641 msgid "sfx"
13642 msgstr ""
13644 #: builtin/log.c:1573
13645 msgid "use <sfx> instead of '.patch'"
13646 msgstr ""
13648 #: builtin/log.c:1575
13649 msgid "start numbering patches at <n> instead of 1"
13650 msgstr ""
13652 #: builtin/log.c:1577
13653 msgid "mark the series as Nth re-roll"
13654 msgstr ""
13656 #: builtin/log.c:1579
13657 msgid "Use [RFC PATCH] instead of [PATCH]"
13658 msgstr ""
13660 #: builtin/log.c:1582
13661 msgid "Use [<prefix>] instead of [PATCH]"
13662 msgstr ""
13664 #: builtin/log.c:1585
13665 msgid "store resulting files in <dir>"
13666 msgstr ""
13668 #: builtin/log.c:1588
13669 msgid "don't strip/add [PATCH]"
13670 msgstr ""
13672 #: builtin/log.c:1591
13673 msgid "don't output binary diffs"
13674 msgstr ""
13676 #: builtin/log.c:1593
13677 msgid "output all-zero hash in From header"
13678 msgstr ""
13680 #: builtin/log.c:1595
13681 msgid "don't include a patch matching a commit upstream"
13682 msgstr ""
13684 #: builtin/log.c:1597
13685 msgid "show patch format instead of default (patch + stat)"
13686 msgstr ""
13688 #: builtin/log.c:1599
13689 msgid "Messaging"
13690 msgstr ""
13692 #: builtin/log.c:1600
13693 msgid "header"
13694 msgstr ""
13696 #: builtin/log.c:1601
13697 msgid "add email header"
13698 msgstr ""
13700 #: builtin/log.c:1602 builtin/log.c:1604
13701 msgid "email"
13702 msgstr ""
13704 #: builtin/log.c:1602
13705 msgid "add To: header"
13706 msgstr ""
13708 #: builtin/log.c:1604
13709 msgid "add Cc: header"
13710 msgstr ""
13712 #: builtin/log.c:1606
13713 msgid "ident"
13714 msgstr ""
13716 #: builtin/log.c:1607
13717 msgid "set From address to <ident> (or committer ident if absent)"
13718 msgstr ""
13720 #: builtin/log.c:1609
13721 msgid "message-id"
13722 msgstr ""
13724 #: builtin/log.c:1610
13725 msgid "make first mail a reply to <message-id>"
13726 msgstr ""
13728 #: builtin/log.c:1611 builtin/log.c:1614
13729 msgid "boundary"
13730 msgstr ""
13732 #: builtin/log.c:1612
13733 msgid "attach the patch"
13734 msgstr ""
13736 #: builtin/log.c:1615
13737 msgid "inline the patch"
13738 msgstr ""
13740 #: builtin/log.c:1619
13741 msgid "enable message threading, styles: shallow, deep"
13742 msgstr ""
13744 #: builtin/log.c:1621
13745 msgid "signature"
13746 msgstr ""
13748 #: builtin/log.c:1622
13749 msgid "add a signature"
13750 msgstr ""
13752 #: builtin/log.c:1623
13753 msgid "base-commit"
13754 msgstr ""
13756 #: builtin/log.c:1624
13757 msgid "add prerequisite tree info to the patch series"
13758 msgstr ""
13760 #: builtin/log.c:1626
13761 msgid "add a signature from a file"
13762 msgstr ""
13764 #: builtin/log.c:1627
13765 msgid "don't print the patch filenames"
13766 msgstr ""
13768 #: builtin/log.c:1629
13769 msgid "show progress while generating patches"
13770 msgstr ""
13772 #: builtin/log.c:1631
13773 msgid "show changes against <rev> in cover letter or single patch"
13774 msgstr ""
13776 #: builtin/log.c:1634
13777 msgid "show changes against <refspec> in cover letter or single patch"
13778 msgstr ""
13780 #: builtin/log.c:1636
13781 msgid "percentage by which creation is weighted"
13782 msgstr ""
13784 #: builtin/log.c:1711
13785 #, c-format
13786 msgid "invalid ident line: %s"
13787 msgstr ""
13789 #: builtin/log.c:1726
13790 msgid "-n and -k are mutually exclusive"
13791 msgstr ""
13793 #: builtin/log.c:1728
13794 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13795 msgstr ""
13797 #: builtin/log.c:1736
13798 msgid "--name-only does not make sense"
13799 msgstr ""
13801 #: builtin/log.c:1738
13802 msgid "--name-status does not make sense"
13803 msgstr ""
13805 #: builtin/log.c:1740
13806 msgid "--check does not make sense"
13807 msgstr ""
13809 #: builtin/log.c:1773
13810 msgid "standard output, or directory, which one?"
13811 msgstr ""
13813 #: builtin/log.c:1877
13814 msgid "--interdiff requires --cover-letter or single patch"
13815 msgstr ""
13817 #: builtin/log.c:1881
13818 msgid "Interdiff:"
13819 msgstr ""
13821 #: builtin/log.c:1882
13822 #, c-format
13823 msgid "Interdiff against v%d:"
13824 msgstr ""
13826 #: builtin/log.c:1888
13827 msgid "--creation-factor requires --range-diff"
13828 msgstr ""
13830 #: builtin/log.c:1892
13831 msgid "--range-diff requires --cover-letter or single patch"
13832 msgstr ""
13834 #: builtin/log.c:1900
13835 msgid "Range-diff:"
13836 msgstr ""
13838 #: builtin/log.c:1901
13839 #, c-format
13840 msgid "Range-diff against v%d:"
13841 msgstr ""
13843 #: builtin/log.c:1912
13844 #, c-format
13845 msgid "unable to read signature file '%s'"
13846 msgstr ""
13848 #: builtin/log.c:1948
13849 msgid "Generating patches"
13850 msgstr ""
13852 #: builtin/log.c:1992
13853 msgid "failed to create output files"
13854 msgstr ""
13856 #: builtin/log.c:2051
13857 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13858 msgstr ""
13860 #: builtin/log.c:2105
13861 #, c-format
13862 msgid ""
13863 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
13864 msgstr ""
13866 #: builtin/ls-files.c:470
13867 msgid "git ls-files [<options>] [<file>...]"
13868 msgstr ""
13870 #: builtin/ls-files.c:526
13871 msgid "identify the file status with tags"
13872 msgstr ""
13874 #: builtin/ls-files.c:528
13875 msgid "use lowercase letters for 'assume unchanged' files"
13876 msgstr ""
13878 #: builtin/ls-files.c:530
13879 msgid "use lowercase letters for 'fsmonitor clean' files"
13880 msgstr ""
13882 #: builtin/ls-files.c:532
13883 msgid "show cached files in the output (default)"
13884 msgstr ""
13886 #: builtin/ls-files.c:534
13887 msgid "show deleted files in the output"
13888 msgstr ""
13890 #: builtin/ls-files.c:536
13891 msgid "show modified files in the output"
13892 msgstr ""
13894 #: builtin/ls-files.c:538
13895 msgid "show other files in the output"
13896 msgstr ""
13898 #: builtin/ls-files.c:540
13899 msgid "show ignored files in the output"
13900 msgstr ""
13902 #: builtin/ls-files.c:543
13903 msgid "show staged contents' object name in the output"
13904 msgstr ""
13906 #: builtin/ls-files.c:545
13907 msgid "show files on the filesystem that need to be removed"
13908 msgstr ""
13910 #: builtin/ls-files.c:547
13911 msgid "show 'other' directories' names only"
13912 msgstr ""
13914 #: builtin/ls-files.c:549
13915 msgid "show line endings of files"
13916 msgstr ""
13918 #: builtin/ls-files.c:551
13919 msgid "don't show empty directories"
13920 msgstr ""
13922 #: builtin/ls-files.c:554
13923 msgid "show unmerged files in the output"
13924 msgstr ""
13926 #: builtin/ls-files.c:556
13927 msgid "show resolve-undo information"
13928 msgstr ""
13930 #: builtin/ls-files.c:558
13931 msgid "skip files matching pattern"
13932 msgstr ""
13934 #: builtin/ls-files.c:561
13935 msgid "exclude patterns are read from <file>"
13936 msgstr ""
13938 #: builtin/ls-files.c:564
13939 msgid "read additional per-directory exclude patterns in <file>"
13940 msgstr ""
13942 #: builtin/ls-files.c:566
13943 msgid "add the standard git exclusions"
13944 msgstr ""
13946 #: builtin/ls-files.c:570
13947 msgid "make the output relative to the project top directory"
13948 msgstr ""
13950 #: builtin/ls-files.c:573
13951 msgid "recurse through submodules"
13952 msgstr ""
13954 #: builtin/ls-files.c:575
13955 msgid "if any <file> is not in the index, treat this as an error"
13956 msgstr ""
13958 #: builtin/ls-files.c:576
13959 msgid "tree-ish"
13960 msgstr ""
13962 #: builtin/ls-files.c:577
13963 msgid "pretend that paths removed since <tree-ish> are still present"
13964 msgstr ""
13966 #: builtin/ls-files.c:579
13967 msgid "show debugging data"
13968 msgstr ""
13970 #: builtin/ls-remote.c:9
13971 msgid ""
13972 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13973 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
13974 "                     [--symref] [<repository> [<refs>...]]"
13975 msgstr ""
13977 #: builtin/ls-remote.c:59
13978 msgid "do not print remote URL"
13979 msgstr ""
13981 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1488
13982 msgid "exec"
13983 msgstr ""
13985 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13986 msgid "path of git-upload-pack on the remote host"
13987 msgstr ""
13989 #: builtin/ls-remote.c:65
13990 msgid "limit to tags"
13991 msgstr ""
13993 #: builtin/ls-remote.c:66
13994 msgid "limit to heads"
13995 msgstr ""
13997 #: builtin/ls-remote.c:67
13998 msgid "do not show peeled tags"
13999 msgstr ""
14001 #: builtin/ls-remote.c:69
14002 msgid "take url.<base>.insteadOf into account"
14003 msgstr ""
14005 #: builtin/ls-remote.c:72
14006 msgid "exit with exit code 2 if no matching refs are found"
14007 msgstr ""
14009 #: builtin/ls-remote.c:75
14010 msgid "show underlying ref in addition to the object pointed by it"
14011 msgstr ""
14013 #: builtin/ls-tree.c:30
14014 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
14015 msgstr ""
14017 #: builtin/ls-tree.c:128
14018 msgid "only show trees"
14019 msgstr ""
14021 #: builtin/ls-tree.c:130
14022 msgid "recurse into subtrees"
14023 msgstr ""
14025 #: builtin/ls-tree.c:132
14026 msgid "show trees when recursing"
14027 msgstr ""
14029 #: builtin/ls-tree.c:135
14030 msgid "terminate entries with NUL byte"
14031 msgstr ""
14033 #: builtin/ls-tree.c:136
14034 msgid "include object size"
14035 msgstr ""
14037 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
14038 msgid "list only filenames"
14039 msgstr ""
14041 #: builtin/ls-tree.c:143
14042 msgid "use full path names"
14043 msgstr ""
14045 #: builtin/ls-tree.c:145
14046 msgid "list entire tree; not just current directory (implies --full-name)"
14047 msgstr ""
14049 #: builtin/mailsplit.c:241
14050 #, c-format
14051 msgid "empty mbox: '%s'"
14052 msgstr ""
14054 #: builtin/merge.c:55
14055 msgid "git merge [<options>] [<commit>...]"
14056 msgstr ""
14058 #: builtin/merge.c:56
14059 msgid "git merge --abort"
14060 msgstr ""
14062 #: builtin/merge.c:57
14063 msgid "git merge --continue"
14064 msgstr ""
14066 #: builtin/merge.c:118
14067 msgid "switch `m' requires a value"
14068 msgstr ""
14070 #: builtin/merge.c:141
14071 #, c-format
14072 msgid "option `%s' requires a value"
14073 msgstr ""
14075 #: builtin/merge.c:187
14076 #, c-format
14077 msgid "Could not find merge strategy '%s'.\n"
14078 msgstr ""
14080 #: builtin/merge.c:188
14081 #, c-format
14082 msgid "Available strategies are:"
14083 msgstr ""
14085 #: builtin/merge.c:193
14086 #, c-format
14087 msgid "Available custom strategies are:"
14088 msgstr ""
14090 #: builtin/merge.c:244 builtin/pull.c:152
14091 msgid "do not show a diffstat at the end of the merge"
14092 msgstr ""
14094 #: builtin/merge.c:247 builtin/pull.c:155
14095 msgid "show a diffstat at the end of the merge"
14096 msgstr ""
14098 #: builtin/merge.c:248 builtin/pull.c:158
14099 msgid "(synonym to --stat)"
14100 msgstr ""
14102 #: builtin/merge.c:250 builtin/pull.c:161
14103 msgid "add (at most <n>) entries from shortlog to merge commit message"
14104 msgstr ""
14106 #: builtin/merge.c:253 builtin/pull.c:167
14107 msgid "create a single commit instead of doing a merge"
14108 msgstr ""
14110 #: builtin/merge.c:255 builtin/pull.c:170
14111 msgid "perform a commit if the merge succeeds (default)"
14112 msgstr ""
14114 #: builtin/merge.c:257 builtin/pull.c:173
14115 msgid "edit message before committing"
14116 msgstr ""
14118 #: builtin/merge.c:259
14119 msgid "allow fast-forward (default)"
14120 msgstr ""
14122 #: builtin/merge.c:261 builtin/pull.c:180
14123 msgid "abort if fast-forward is not possible"
14124 msgstr ""
14126 #: builtin/merge.c:265 builtin/pull.c:183
14127 msgid "verify that the named commit has a valid GPG signature"
14128 msgstr ""
14130 #: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:187
14131 #: builtin/rebase.c:493 builtin/rebase.c:1501 builtin/revert.c:114
14132 msgid "strategy"
14133 msgstr ""
14135 #: builtin/merge.c:267 builtin/pull.c:188
14136 msgid "merge strategy to use"
14137 msgstr ""
14139 #: builtin/merge.c:268 builtin/pull.c:191
14140 msgid "option=value"
14141 msgstr ""
14143 #: builtin/merge.c:269 builtin/pull.c:192
14144 msgid "option for selected merge strategy"
14145 msgstr ""
14147 #: builtin/merge.c:271
14148 msgid "merge commit message (for a non-fast-forward merge)"
14149 msgstr ""
14151 #: builtin/merge.c:278
14152 msgid "abort the current in-progress merge"
14153 msgstr ""
14155 #: builtin/merge.c:280
14156 msgid "--abort but leave index and working tree alone"
14157 msgstr ""
14159 #: builtin/merge.c:282
14160 msgid "continue the current in-progress merge"
14161 msgstr ""
14163 #: builtin/merge.c:284 builtin/pull.c:199
14164 msgid "allow merging unrelated histories"
14165 msgstr ""
14167 #: builtin/merge.c:290
14168 msgid "bypass pre-merge-commit and commit-msg hooks"
14169 msgstr ""
14171 #: builtin/merge.c:307
14172 msgid "could not run stash."
14173 msgstr ""
14175 #: builtin/merge.c:312
14176 msgid "stash failed"
14177 msgstr ""
14179 #: builtin/merge.c:317
14180 #, c-format
14181 msgid "not a valid object: %s"
14182 msgstr ""
14184 #: builtin/merge.c:339 builtin/merge.c:356
14185 msgid "read-tree failed"
14186 msgstr ""
14188 #: builtin/merge.c:386
14189 msgid " (nothing to squash)"
14190 msgstr ""
14192 #: builtin/merge.c:397
14193 #, c-format
14194 msgid "Squash commit -- not updating HEAD\n"
14195 msgstr ""
14197 #: builtin/merge.c:447
14198 #, c-format
14199 msgid "No merge message -- not updating HEAD\n"
14200 msgstr ""
14202 #: builtin/merge.c:498
14203 #, c-format
14204 msgid "'%s' does not point to a commit"
14205 msgstr ""
14207 #: builtin/merge.c:585
14208 #, c-format
14209 msgid "Bad branch.%s.mergeoptions string: %s"
14210 msgstr ""
14212 #: builtin/merge.c:705
14213 msgid "Not handling anything other than two heads merge."
14214 msgstr ""
14216 #: builtin/merge.c:719
14217 #, c-format
14218 msgid "Unknown option for merge-recursive: -X%s"
14219 msgstr ""
14221 #: builtin/merge.c:734
14222 #, c-format
14223 msgid "unable to write %s"
14224 msgstr ""
14226 #: builtin/merge.c:786
14227 #, c-format
14228 msgid "Could not read from '%s'"
14229 msgstr ""
14231 #: builtin/merge.c:795
14232 #, c-format
14233 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
14234 msgstr ""
14236 #: builtin/merge.c:801
14237 msgid ""
14238 "Please enter a commit message to explain why this merge is necessary,\n"
14239 "especially if it merges an updated upstream into a topic branch.\n"
14240 "\n"
14241 msgstr ""
14243 #: builtin/merge.c:806
14244 msgid "An empty message aborts the commit.\n"
14245 msgstr ""
14247 #: builtin/merge.c:809
14248 #, c-format
14249 msgid ""
14250 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
14251 "the commit.\n"
14252 msgstr ""
14254 #: builtin/merge.c:862
14255 msgid "Empty commit message."
14256 msgstr ""
14258 #: builtin/merge.c:877
14259 #, c-format
14260 msgid "Wonderful.\n"
14261 msgstr ""
14263 #: builtin/merge.c:938
14264 #, c-format
14265 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
14266 msgstr ""
14268 #: builtin/merge.c:977
14269 msgid "No current branch."
14270 msgstr ""
14272 #: builtin/merge.c:979
14273 msgid "No remote for the current branch."
14274 msgstr ""
14276 #: builtin/merge.c:981
14277 msgid "No default upstream defined for the current branch."
14278 msgstr ""
14280 #: builtin/merge.c:986
14281 #, c-format
14282 msgid "No remote-tracking branch for %s from %s"
14283 msgstr ""
14285 #: builtin/merge.c:1043
14286 #, c-format
14287 msgid "Bad value '%s' in environment '%s'"
14288 msgstr ""
14290 #: builtin/merge.c:1146
14291 #, c-format
14292 msgid "not something we can merge in %s: %s"
14293 msgstr ""
14295 #: builtin/merge.c:1180
14296 msgid "not something we can merge"
14297 msgstr ""
14299 #: builtin/merge.c:1283
14300 msgid "--abort expects no arguments"
14301 msgstr ""
14303 #: builtin/merge.c:1287
14304 msgid "There is no merge to abort (MERGE_HEAD missing)."
14305 msgstr ""
14307 #: builtin/merge.c:1296
14308 msgid "--quit expects no arguments"
14309 msgstr ""
14311 #: builtin/merge.c:1309
14312 msgid "--continue expects no arguments"
14313 msgstr ""
14315 #: builtin/merge.c:1313
14316 msgid "There is no merge in progress (MERGE_HEAD missing)."
14317 msgstr ""
14319 #: builtin/merge.c:1329
14320 msgid ""
14321 "You have not concluded your merge (MERGE_HEAD exists).\n"
14322 "Please, commit your changes before you merge."
14323 msgstr ""
14325 #: builtin/merge.c:1336
14326 msgid ""
14327 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
14328 "Please, commit your changes before you merge."
14329 msgstr ""
14331 #: builtin/merge.c:1339
14332 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
14333 msgstr ""
14335 #: builtin/merge.c:1353
14336 msgid "You cannot combine --squash with --no-ff."
14337 msgstr ""
14339 #: builtin/merge.c:1355
14340 msgid "You cannot combine --squash with --commit."
14341 msgstr ""
14343 #: builtin/merge.c:1371
14344 msgid "No commit specified and merge.defaultToUpstream not set."
14345 msgstr ""
14347 #: builtin/merge.c:1388
14348 msgid "Squash commit into empty head not supported yet"
14349 msgstr ""
14351 #: builtin/merge.c:1390
14352 msgid "Non-fast-forward commit does not make sense into an empty head"
14353 msgstr ""
14355 #: builtin/merge.c:1395
14356 #, c-format
14357 msgid "%s - not something we can merge"
14358 msgstr ""
14360 #: builtin/merge.c:1397
14361 msgid "Can merge only exactly one commit into empty head"
14362 msgstr ""
14364 #: builtin/merge.c:1476
14365 msgid "refusing to merge unrelated histories"
14366 msgstr ""
14368 #: builtin/merge.c:1485
14369 msgid "Already up to date."
14370 msgstr ""
14372 #: builtin/merge.c:1495
14373 #, c-format
14374 msgid "Updating %s..%s\n"
14375 msgstr ""
14377 #: builtin/merge.c:1537
14378 #, c-format
14379 msgid "Trying really trivial in-index merge...\n"
14380 msgstr ""
14382 #: builtin/merge.c:1544
14383 #, c-format
14384 msgid "Nope.\n"
14385 msgstr ""
14387 #: builtin/merge.c:1569
14388 msgid "Already up to date. Yeeah!"
14389 msgstr ""
14391 #: builtin/merge.c:1575
14392 msgid "Not possible to fast-forward, aborting."
14393 msgstr ""
14395 #: builtin/merge.c:1598 builtin/merge.c:1663
14396 #, c-format
14397 msgid "Rewinding the tree to pristine...\n"
14398 msgstr ""
14400 #: builtin/merge.c:1602
14401 #, c-format
14402 msgid "Trying merge strategy %s...\n"
14403 msgstr ""
14405 #: builtin/merge.c:1654
14406 #, c-format
14407 msgid "No merge strategy handled the merge.\n"
14408 msgstr ""
14410 #: builtin/merge.c:1656
14411 #, c-format
14412 msgid "Merge with strategy %s failed.\n"
14413 msgstr ""
14415 #: builtin/merge.c:1665
14416 #, c-format
14417 msgid "Using the %s to prepare resolving by hand.\n"
14418 msgstr ""
14420 #: builtin/merge.c:1677
14421 #, c-format
14422 msgid "Automatic merge went well; stopped before committing as requested\n"
14423 msgstr ""
14425 #: builtin/merge-base.c:32
14426 msgid "git merge-base [-a | --all] <commit> <commit>..."
14427 msgstr ""
14429 #: builtin/merge-base.c:33
14430 msgid "git merge-base [-a | --all] --octopus <commit>..."
14431 msgstr ""
14433 #: builtin/merge-base.c:34
14434 msgid "git merge-base --independent <commit>..."
14435 msgstr ""
14437 #: builtin/merge-base.c:35
14438 msgid "git merge-base --is-ancestor <commit> <commit>"
14439 msgstr ""
14441 #: builtin/merge-base.c:36
14442 msgid "git merge-base --fork-point <ref> [<commit>]"
14443 msgstr ""
14445 #: builtin/merge-base.c:153
14446 msgid "output all common ancestors"
14447 msgstr ""
14449 #: builtin/merge-base.c:155
14450 msgid "find ancestors for a single n-way merge"
14451 msgstr ""
14453 #: builtin/merge-base.c:157
14454 msgid "list revs not reachable from others"
14455 msgstr ""
14457 #: builtin/merge-base.c:159
14458 msgid "is the first one ancestor of the other?"
14459 msgstr ""
14461 #: builtin/merge-base.c:161
14462 msgid "find where <commit> forked from reflog of <ref>"
14463 msgstr ""
14465 #: builtin/merge-file.c:9
14466 msgid ""
14467 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14468 "<orig-file> <file2>"
14469 msgstr ""
14471 #: builtin/merge-file.c:35
14472 msgid "send results to standard output"
14473 msgstr ""
14475 #: builtin/merge-file.c:36
14476 msgid "use a diff3 based merge"
14477 msgstr ""
14479 #: builtin/merge-file.c:37
14480 msgid "for conflicts, use our version"
14481 msgstr ""
14483 #: builtin/merge-file.c:39
14484 msgid "for conflicts, use their version"
14485 msgstr ""
14487 #: builtin/merge-file.c:41
14488 msgid "for conflicts, use a union version"
14489 msgstr ""
14491 #: builtin/merge-file.c:44
14492 msgid "for conflicts, use this marker size"
14493 msgstr ""
14495 #: builtin/merge-file.c:45
14496 msgid "do not warn about conflicts"
14497 msgstr ""
14499 #: builtin/merge-file.c:47
14500 msgid "set labels for file1/orig-file/file2"
14501 msgstr ""
14503 #: builtin/merge-recursive.c:47
14504 #, c-format
14505 msgid "unknown option %s"
14506 msgstr ""
14508 #: builtin/merge-recursive.c:53
14509 #, c-format
14510 msgid "could not parse object '%s'"
14511 msgstr ""
14513 #: builtin/merge-recursive.c:57
14514 #, c-format
14515 msgid "cannot handle more than %d base. Ignoring %s."
14516 msgid_plural "cannot handle more than %d bases. Ignoring %s."
14517 msgstr[0] ""
14518 msgstr[1] ""
14520 #: builtin/merge-recursive.c:65
14521 msgid "not handling anything other than two heads merge."
14522 msgstr ""
14524 #: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
14525 #, c-format
14526 msgid "could not resolve ref '%s'"
14527 msgstr ""
14529 #: builtin/merge-recursive.c:82
14530 #, c-format
14531 msgid "Merging %s with %s\n"
14532 msgstr ""
14534 #: builtin/mktree.c:66
14535 msgid "git mktree [-z] [--missing] [--batch]"
14536 msgstr ""
14538 #: builtin/mktree.c:154
14539 msgid "input is NUL terminated"
14540 msgstr ""
14542 #: builtin/mktree.c:155 builtin/write-tree.c:26
14543 msgid "allow missing objects"
14544 msgstr ""
14546 #: builtin/mktree.c:156
14547 msgid "allow creation of more than one tree"
14548 msgstr ""
14550 #: builtin/multi-pack-index.c:9
14551 msgid ""
14552 "git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
14553 "batch-size=<size>)"
14554 msgstr ""
14556 #: builtin/multi-pack-index.c:23
14557 msgid "object directory containing set of packfile and pack-index pairs"
14558 msgstr ""
14560 #: builtin/multi-pack-index.c:25
14561 msgid ""
14562 "during repack, collect pack-files of smaller size into a batch that is "
14563 "larger than this size"
14564 msgstr ""
14566 #: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
14567 msgid "too many arguments"
14568 msgstr ""
14570 #: builtin/multi-pack-index.c:52
14571 msgid "--batch-size option is only for 'repack' subcommand"
14572 msgstr ""
14574 #: builtin/multi-pack-index.c:61
14575 #, c-format
14576 msgid "unrecognized subcommand: %s"
14577 msgstr ""
14579 #: builtin/mv.c:18
14580 msgid "git mv [<options>] <source>... <destination>"
14581 msgstr ""
14583 #: builtin/mv.c:83
14584 #, c-format
14585 msgid "Directory %s is in index and no submodule?"
14586 msgstr ""
14588 #: builtin/mv.c:85
14589 msgid "Please stage your changes to .gitmodules or stash them to proceed"
14590 msgstr ""
14592 #: builtin/mv.c:103
14593 #, c-format
14594 msgid "%.*s is in index"
14595 msgstr ""
14597 #: builtin/mv.c:125
14598 msgid "force move/rename even if target exists"
14599 msgstr ""
14601 #: builtin/mv.c:127
14602 msgid "skip move/rename errors"
14603 msgstr ""
14605 #: builtin/mv.c:169
14606 #, c-format
14607 msgid "destination '%s' is not a directory"
14608 msgstr ""
14610 #: builtin/mv.c:180
14611 #, c-format
14612 msgid "Checking rename of '%s' to '%s'\n"
14613 msgstr ""
14615 #: builtin/mv.c:184
14616 msgid "bad source"
14617 msgstr ""
14619 #: builtin/mv.c:187
14620 msgid "can not move directory into itself"
14621 msgstr ""
14623 #: builtin/mv.c:190
14624 msgid "cannot move directory over file"
14625 msgstr ""
14627 #: builtin/mv.c:199
14628 msgid "source directory is empty"
14629 msgstr ""
14631 #: builtin/mv.c:224
14632 msgid "not under version control"
14633 msgstr ""
14635 #: builtin/mv.c:227
14636 msgid "destination exists"
14637 msgstr ""
14639 #: builtin/mv.c:235
14640 #, c-format
14641 msgid "overwriting '%s'"
14642 msgstr ""
14644 #: builtin/mv.c:238
14645 msgid "Cannot overwrite"
14646 msgstr ""
14648 #: builtin/mv.c:241
14649 msgid "multiple sources for the same target"
14650 msgstr ""
14652 #: builtin/mv.c:243
14653 msgid "destination directory does not exist"
14654 msgstr ""
14656 #: builtin/mv.c:250
14657 #, c-format
14658 msgid "%s, source=%s, destination=%s"
14659 msgstr ""
14661 #: builtin/mv.c:271
14662 #, c-format
14663 msgid "Renaming %s to %s\n"
14664 msgstr ""
14666 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:511
14667 #, c-format
14668 msgid "renaming '%s' failed"
14669 msgstr ""
14671 #: builtin/name-rev.c:356
14672 msgid "git name-rev [<options>] <commit>..."
14673 msgstr ""
14675 #: builtin/name-rev.c:357
14676 msgid "git name-rev [<options>] --all"
14677 msgstr ""
14679 #: builtin/name-rev.c:358
14680 msgid "git name-rev [<options>] --stdin"
14681 msgstr ""
14683 #: builtin/name-rev.c:415
14684 msgid "print only names (no SHA-1)"
14685 msgstr ""
14687 #: builtin/name-rev.c:416
14688 msgid "only use tags to name the commits"
14689 msgstr ""
14691 #: builtin/name-rev.c:418
14692 msgid "only use refs matching <pattern>"
14693 msgstr ""
14695 #: builtin/name-rev.c:420
14696 msgid "ignore refs matching <pattern>"
14697 msgstr ""
14699 #: builtin/name-rev.c:422
14700 msgid "list all commits reachable from all refs"
14701 msgstr ""
14703 #: builtin/name-rev.c:423
14704 msgid "read from stdin"
14705 msgstr ""
14707 #: builtin/name-rev.c:424
14708 msgid "allow to print `undefined` names (default)"
14709 msgstr ""
14711 #: builtin/name-rev.c:430
14712 msgid "dereference tags in the input (internal use)"
14713 msgstr ""
14715 #: builtin/notes.c:28
14716 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14717 msgstr ""
14719 #: builtin/notes.c:29
14720 msgid ""
14721 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14722 "| (-c | -C) <object>] [<object>]"
14723 msgstr ""
14725 #: builtin/notes.c:30
14726 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14727 msgstr ""
14729 #: builtin/notes.c:31
14730 msgid ""
14731 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14732 "(-c | -C) <object>] [<object>]"
14733 msgstr ""
14735 #: builtin/notes.c:32
14736 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14737 msgstr ""
14739 #: builtin/notes.c:33
14740 msgid "git notes [--ref <notes-ref>] show [<object>]"
14741 msgstr ""
14743 #: builtin/notes.c:34
14744 msgid ""
14745 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14746 msgstr ""
14748 #: builtin/notes.c:35
14749 msgid "git notes merge --commit [-v | -q]"
14750 msgstr ""
14752 #: builtin/notes.c:36
14753 msgid "git notes merge --abort [-v | -q]"
14754 msgstr ""
14756 #: builtin/notes.c:37
14757 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14758 msgstr ""
14760 #: builtin/notes.c:38
14761 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14762 msgstr ""
14764 #: builtin/notes.c:39
14765 msgid "git notes [--ref <notes-ref>] get-ref"
14766 msgstr ""
14768 #: builtin/notes.c:44
14769 msgid "git notes [list [<object>]]"
14770 msgstr ""
14772 #: builtin/notes.c:49
14773 msgid "git notes add [<options>] [<object>]"
14774 msgstr ""
14776 #: builtin/notes.c:54
14777 msgid "git notes copy [<options>] <from-object> <to-object>"
14778 msgstr ""
14780 #: builtin/notes.c:55
14781 msgid "git notes copy --stdin [<from-object> <to-object>]..."
14782 msgstr ""
14784 #: builtin/notes.c:60
14785 msgid "git notes append [<options>] [<object>]"
14786 msgstr ""
14788 #: builtin/notes.c:65
14789 msgid "git notes edit [<object>]"
14790 msgstr ""
14792 #: builtin/notes.c:70
14793 msgid "git notes show [<object>]"
14794 msgstr ""
14796 #: builtin/notes.c:75
14797 msgid "git notes merge [<options>] <notes-ref>"
14798 msgstr ""
14800 #: builtin/notes.c:76
14801 msgid "git notes merge --commit [<options>]"
14802 msgstr ""
14804 #: builtin/notes.c:77
14805 msgid "git notes merge --abort [<options>]"
14806 msgstr ""
14808 #: builtin/notes.c:82
14809 msgid "git notes remove [<object>]"
14810 msgstr ""
14812 #: builtin/notes.c:87
14813 msgid "git notes prune [<options>]"
14814 msgstr ""
14816 #: builtin/notes.c:92
14817 msgid "git notes get-ref"
14818 msgstr ""
14820 #: builtin/notes.c:97
14821 msgid "Write/edit the notes for the following object:"
14822 msgstr ""
14824 #: builtin/notes.c:150
14825 #, c-format
14826 msgid "unable to start 'show' for object '%s'"
14827 msgstr ""
14829 #: builtin/notes.c:154
14830 msgid "could not read 'show' output"
14831 msgstr ""
14833 #: builtin/notes.c:162
14834 #, c-format
14835 msgid "failed to finish 'show' for object '%s'"
14836 msgstr ""
14838 #: builtin/notes.c:197
14839 msgid "please supply the note contents using either -m or -F option"
14840 msgstr ""
14842 #: builtin/notes.c:206
14843 msgid "unable to write note object"
14844 msgstr ""
14846 #: builtin/notes.c:208
14847 #, c-format
14848 msgid "the note contents have been left in %s"
14849 msgstr ""
14851 #: builtin/notes.c:242 builtin/tag.c:532
14852 #, c-format
14853 msgid "could not open or read '%s'"
14854 msgstr ""
14856 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14857 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14858 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14859 #, c-format
14860 msgid "failed to resolve '%s' as a valid ref."
14861 msgstr ""
14863 #: builtin/notes.c:265
14864 #, c-format
14865 msgid "failed to read object '%s'."
14866 msgstr ""
14868 #: builtin/notes.c:268
14869 #, c-format
14870 msgid "cannot read note data from non-blob object '%s'."
14871 msgstr ""
14873 #: builtin/notes.c:309
14874 #, c-format
14875 msgid "malformed input line: '%s'."
14876 msgstr ""
14878 #: builtin/notes.c:324
14879 #, c-format
14880 msgid "failed to copy notes from '%s' to '%s'"
14881 msgstr ""
14883 #. TRANSLATORS: the first %s will be replaced by a git
14884 #. notes command: 'add', 'merge', 'remove', etc.
14886 #: builtin/notes.c:356
14887 #, c-format
14888 msgid "refusing to %s notes in %s (outside of refs/notes/)"
14889 msgstr ""
14891 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14892 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14893 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14894 msgid "too many parameters"
14895 msgstr ""
14897 #: builtin/notes.c:389 builtin/notes.c:678
14898 #, c-format
14899 msgid "no note found for object %s."
14900 msgstr ""
14902 #: builtin/notes.c:410 builtin/notes.c:576
14903 msgid "note contents as a string"
14904 msgstr ""
14906 #: builtin/notes.c:413 builtin/notes.c:579
14907 msgid "note contents in a file"
14908 msgstr ""
14910 #: builtin/notes.c:416 builtin/notes.c:582
14911 msgid "reuse and edit specified note object"
14912 msgstr ""
14914 #: builtin/notes.c:419 builtin/notes.c:585
14915 msgid "reuse specified note object"
14916 msgstr ""
14918 #: builtin/notes.c:422 builtin/notes.c:588
14919 msgid "allow storing empty note"
14920 msgstr ""
14922 #: builtin/notes.c:423 builtin/notes.c:496
14923 msgid "replace existing notes"
14924 msgstr ""
14926 #: builtin/notes.c:448
14927 #, c-format
14928 msgid ""
14929 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14930 "existing notes"
14931 msgstr ""
14933 #: builtin/notes.c:463 builtin/notes.c:544
14934 #, c-format
14935 msgid "Overwriting existing notes for object %s\n"
14936 msgstr ""
14938 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14939 #, c-format
14940 msgid "Removing note for object %s\n"
14941 msgstr ""
14943 #: builtin/notes.c:497
14944 msgid "read objects from stdin"
14945 msgstr ""
14947 #: builtin/notes.c:499
14948 msgid "load rewriting config for <command> (implies --stdin)"
14949 msgstr ""
14951 #: builtin/notes.c:517
14952 msgid "too few parameters"
14953 msgstr ""
14955 #: builtin/notes.c:538
14956 #, c-format
14957 msgid ""
14958 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14959 "existing notes"
14960 msgstr ""
14962 #: builtin/notes.c:550
14963 #, c-format
14964 msgid "missing notes on source object %s. Cannot copy."
14965 msgstr ""
14967 #: builtin/notes.c:603
14968 #, c-format
14969 msgid ""
14970 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14971 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14972 msgstr ""
14974 #: builtin/notes.c:698
14975 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14976 msgstr ""
14978 #: builtin/notes.c:700
14979 msgid "failed to delete ref NOTES_MERGE_REF"
14980 msgstr ""
14982 #: builtin/notes.c:702
14983 msgid "failed to remove 'git notes merge' worktree"
14984 msgstr ""
14986 #: builtin/notes.c:722
14987 msgid "failed to read ref NOTES_MERGE_PARTIAL"
14988 msgstr ""
14990 #: builtin/notes.c:724
14991 msgid "could not find commit from NOTES_MERGE_PARTIAL."
14992 msgstr ""
14994 #: builtin/notes.c:726
14995 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14996 msgstr ""
14998 #: builtin/notes.c:739
14999 msgid "failed to resolve NOTES_MERGE_REF"
15000 msgstr ""
15002 #: builtin/notes.c:742
15003 msgid "failed to finalize notes merge"
15004 msgstr ""
15006 #: builtin/notes.c:768
15007 #, c-format
15008 msgid "unknown notes merge strategy %s"
15009 msgstr ""
15011 #: builtin/notes.c:784
15012 msgid "General options"
15013 msgstr ""
15015 #: builtin/notes.c:786
15016 msgid "Merge options"
15017 msgstr ""
15019 #: builtin/notes.c:788
15020 msgid ""
15021 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
15022 "cat_sort_uniq)"
15023 msgstr ""
15025 #: builtin/notes.c:790
15026 msgid "Committing unmerged notes"
15027 msgstr ""
15029 #: builtin/notes.c:792
15030 msgid "finalize notes merge by committing unmerged notes"
15031 msgstr ""
15033 #: builtin/notes.c:794
15034 msgid "Aborting notes merge resolution"
15035 msgstr ""
15037 #: builtin/notes.c:796
15038 msgid "abort notes merge"
15039 msgstr ""
15041 #: builtin/notes.c:807
15042 msgid "cannot mix --commit, --abort or -s/--strategy"
15043 msgstr ""
15045 #: builtin/notes.c:812
15046 msgid "must specify a notes ref to merge"
15047 msgstr ""
15049 #: builtin/notes.c:836
15050 #, c-format
15051 msgid "unknown -s/--strategy: %s"
15052 msgstr ""
15054 #: builtin/notes.c:873
15055 #, c-format
15056 msgid "a notes merge into %s is already in-progress at %s"
15057 msgstr ""
15059 #: builtin/notes.c:876
15060 #, c-format
15061 msgid "failed to store link to current notes ref (%s)"
15062 msgstr ""
15064 #: builtin/notes.c:878
15065 #, c-format
15066 msgid ""
15067 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
15068 "'git notes merge --commit', or abort the merge with 'git notes merge --"
15069 "abort'.\n"
15070 msgstr ""
15072 #: builtin/notes.c:897 builtin/tag.c:545
15073 #, c-format
15074 msgid "Failed to resolve '%s' as a valid ref."
15075 msgstr ""
15077 #: builtin/notes.c:900
15078 #, c-format
15079 msgid "Object %s has no note\n"
15080 msgstr ""
15082 #: builtin/notes.c:912
15083 msgid "attempt to remove non-existent note is not an error"
15084 msgstr ""
15086 #: builtin/notes.c:915
15087 msgid "read object names from the standard input"
15088 msgstr ""
15090 #: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:164
15091 msgid "do not remove, show only"
15092 msgstr ""
15094 #: builtin/notes.c:955
15095 msgid "report pruned notes"
15096 msgstr ""
15098 #: builtin/notes.c:998
15099 msgid "notes-ref"
15100 msgstr ""
15102 #: builtin/notes.c:999
15103 msgid "use notes from <notes-ref>"
15104 msgstr ""
15106 #: builtin/notes.c:1034 builtin/stash.c:1607
15107 #, c-format
15108 msgid "unknown subcommand: %s"
15109 msgstr ""
15111 #: builtin/pack-objects.c:52
15112 msgid ""
15113 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
15114 msgstr ""
15116 #: builtin/pack-objects.c:53
15117 msgid ""
15118 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
15119 msgstr ""
15121 #: builtin/pack-objects.c:428
15122 #, c-format
15123 msgid "bad packed object CRC for %s"
15124 msgstr ""
15126 #: builtin/pack-objects.c:439
15127 #, c-format
15128 msgid "corrupt packed object for %s"
15129 msgstr ""
15131 #: builtin/pack-objects.c:570
15132 #, c-format
15133 msgid "recursive delta detected for object %s"
15134 msgstr ""
15136 #: builtin/pack-objects.c:781
15137 #, c-format
15138 msgid "ordered %u objects, expected %<PRIu32>"
15139 msgstr ""
15141 #: builtin/pack-objects.c:794
15142 #, c-format
15143 msgid "packfile is invalid: %s"
15144 msgstr ""
15146 #: builtin/pack-objects.c:798
15147 #, c-format
15148 msgid "unable to open packfile for reuse: %s"
15149 msgstr ""
15151 #: builtin/pack-objects.c:802
15152 msgid "unable to seek in reused packfile"
15153 msgstr ""
15155 #: builtin/pack-objects.c:813
15156 msgid "unable to read from reused packfile"
15157 msgstr ""
15159 #: builtin/pack-objects.c:841
15160 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
15161 msgstr ""
15163 #: builtin/pack-objects.c:854
15164 msgid "Writing objects"
15165 msgstr ""
15167 #: builtin/pack-objects.c:917 builtin/update-index.c:89
15168 #, c-format
15169 msgid "failed to stat %s"
15170 msgstr ""
15172 #: builtin/pack-objects.c:970
15173 #, c-format
15174 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
15175 msgstr ""
15177 #: builtin/pack-objects.c:1164
15178 msgid "disabling bitmap writing, as some objects are not being packed"
15179 msgstr ""
15181 #: builtin/pack-objects.c:1592
15182 #, c-format
15183 msgid "delta base offset overflow in pack for %s"
15184 msgstr ""
15186 #: builtin/pack-objects.c:1601
15187 #, c-format
15188 msgid "delta base offset out of bound for %s"
15189 msgstr ""
15191 #: builtin/pack-objects.c:1870
15192 msgid "Counting objects"
15193 msgstr ""
15195 #: builtin/pack-objects.c:2000
15196 #, c-format
15197 msgid "unable to get size of %s"
15198 msgstr ""
15200 #: builtin/pack-objects.c:2015
15201 #, c-format
15202 msgid "unable to parse object header of %s"
15203 msgstr ""
15205 #: builtin/pack-objects.c:2085 builtin/pack-objects.c:2101
15206 #: builtin/pack-objects.c:2111
15207 #, c-format
15208 msgid "object %s cannot be read"
15209 msgstr ""
15211 #: builtin/pack-objects.c:2088 builtin/pack-objects.c:2115
15212 #, c-format
15213 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
15214 msgstr ""
15216 #: builtin/pack-objects.c:2125
15217 msgid "suboptimal pack - out of memory"
15218 msgstr ""
15220 #: builtin/pack-objects.c:2440
15221 #, c-format
15222 msgid "Delta compression using up to %d threads"
15223 msgstr ""
15225 #: builtin/pack-objects.c:2572
15226 #, c-format
15227 msgid "unable to pack objects reachable from tag %s"
15228 msgstr ""
15230 #: builtin/pack-objects.c:2659
15231 msgid "Compressing objects"
15232 msgstr ""
15234 #: builtin/pack-objects.c:2665
15235 msgid "inconsistency with delta count"
15236 msgstr ""
15238 #: builtin/pack-objects.c:2742
15239 #, c-format
15240 msgid ""
15241 "expected edge object ID, got garbage:\n"
15242 " %s"
15243 msgstr ""
15245 #: builtin/pack-objects.c:2748
15246 #, c-format
15247 msgid ""
15248 "expected object ID, got garbage:\n"
15249 " %s"
15250 msgstr ""
15252 #: builtin/pack-objects.c:2846
15253 msgid "invalid value for --missing"
15254 msgstr ""
15256 #: builtin/pack-objects.c:2905 builtin/pack-objects.c:3013
15257 msgid "cannot open pack index"
15258 msgstr ""
15260 #: builtin/pack-objects.c:2936
15261 #, c-format
15262 msgid "loose object at %s could not be examined"
15263 msgstr ""
15265 #: builtin/pack-objects.c:3021
15266 msgid "unable to force loose object"
15267 msgstr ""
15269 #: builtin/pack-objects.c:3113
15270 #, c-format
15271 msgid "not a rev '%s'"
15272 msgstr ""
15274 #: builtin/pack-objects.c:3116
15275 #, c-format
15276 msgid "bad revision '%s'"
15277 msgstr ""
15279 #: builtin/pack-objects.c:3141
15280 msgid "unable to add recent objects"
15281 msgstr ""
15283 #: builtin/pack-objects.c:3194
15284 #, c-format
15285 msgid "unsupported index version %s"
15286 msgstr ""
15288 #: builtin/pack-objects.c:3198
15289 #, c-format
15290 msgid "bad index version '%s'"
15291 msgstr ""
15293 #: builtin/pack-objects.c:3228
15294 msgid "do not show progress meter"
15295 msgstr ""
15297 #: builtin/pack-objects.c:3230
15298 msgid "show progress meter"
15299 msgstr ""
15301 #: builtin/pack-objects.c:3232
15302 msgid "show progress meter during object writing phase"
15303 msgstr ""
15305 #: builtin/pack-objects.c:3235
15306 msgid "similar to --all-progress when progress meter is shown"
15307 msgstr ""
15309 #: builtin/pack-objects.c:3236
15310 msgid "<version>[,<offset>]"
15311 msgstr ""
15313 #: builtin/pack-objects.c:3237
15314 msgid "write the pack index file in the specified idx format version"
15315 msgstr ""
15317 #: builtin/pack-objects.c:3240
15318 msgid "maximum size of each output pack file"
15319 msgstr ""
15321 #: builtin/pack-objects.c:3242
15322 msgid "ignore borrowed objects from alternate object store"
15323 msgstr ""
15325 #: builtin/pack-objects.c:3244
15326 msgid "ignore packed objects"
15327 msgstr ""
15329 #: builtin/pack-objects.c:3246
15330 msgid "limit pack window by objects"
15331 msgstr ""
15333 #: builtin/pack-objects.c:3248
15334 msgid "limit pack window by memory in addition to object limit"
15335 msgstr ""
15337 #: builtin/pack-objects.c:3250
15338 msgid "maximum length of delta chain allowed in the resulting pack"
15339 msgstr ""
15341 #: builtin/pack-objects.c:3252
15342 msgid "reuse existing deltas"
15343 msgstr ""
15345 #: builtin/pack-objects.c:3254
15346 msgid "reuse existing objects"
15347 msgstr ""
15349 #: builtin/pack-objects.c:3256
15350 msgid "use OFS_DELTA objects"
15351 msgstr ""
15353 #: builtin/pack-objects.c:3258
15354 msgid "use threads when searching for best delta matches"
15355 msgstr ""
15357 #: builtin/pack-objects.c:3260
15358 msgid "do not create an empty pack output"
15359 msgstr ""
15361 #: builtin/pack-objects.c:3262
15362 msgid "read revision arguments from standard input"
15363 msgstr ""
15365 #: builtin/pack-objects.c:3264
15366 msgid "limit the objects to those that are not yet packed"
15367 msgstr ""
15369 #: builtin/pack-objects.c:3267
15370 msgid "include objects reachable from any reference"
15371 msgstr ""
15373 #: builtin/pack-objects.c:3270
15374 msgid "include objects referred by reflog entries"
15375 msgstr ""
15377 #: builtin/pack-objects.c:3273
15378 msgid "include objects referred to by the index"
15379 msgstr ""
15381 #: builtin/pack-objects.c:3276
15382 msgid "output pack to stdout"
15383 msgstr ""
15385 #: builtin/pack-objects.c:3278
15386 msgid "include tag objects that refer to objects to be packed"
15387 msgstr ""
15389 #: builtin/pack-objects.c:3280
15390 msgid "keep unreachable objects"
15391 msgstr ""
15393 #: builtin/pack-objects.c:3282
15394 msgid "pack loose unreachable objects"
15395 msgstr ""
15397 #: builtin/pack-objects.c:3284
15398 msgid "unpack unreachable objects newer than <time>"
15399 msgstr ""
15401 #: builtin/pack-objects.c:3287
15402 msgid "use the sparse reachability algorithm"
15403 msgstr ""
15405 #: builtin/pack-objects.c:3289
15406 msgid "create thin packs"
15407 msgstr ""
15409 #: builtin/pack-objects.c:3291
15410 msgid "create packs suitable for shallow fetches"
15411 msgstr ""
15413 #: builtin/pack-objects.c:3293
15414 msgid "ignore packs that have companion .keep file"
15415 msgstr ""
15417 #: builtin/pack-objects.c:3295
15418 msgid "ignore this pack"
15419 msgstr ""
15421 #: builtin/pack-objects.c:3297
15422 msgid "pack compression level"
15423 msgstr ""
15425 #: builtin/pack-objects.c:3299
15426 msgid "do not hide commits by grafts"
15427 msgstr ""
15429 #: builtin/pack-objects.c:3301
15430 msgid "use a bitmap index if available to speed up counting objects"
15431 msgstr ""
15433 #: builtin/pack-objects.c:3303
15434 msgid "write a bitmap index together with the pack index"
15435 msgstr ""
15437 #: builtin/pack-objects.c:3307
15438 msgid "write a bitmap index if possible"
15439 msgstr ""
15441 #: builtin/pack-objects.c:3311
15442 msgid "handling for missing objects"
15443 msgstr ""
15445 #: builtin/pack-objects.c:3314
15446 msgid "do not pack objects in promisor packfiles"
15447 msgstr ""
15449 #: builtin/pack-objects.c:3316
15450 msgid "respect islands during delta compression"
15451 msgstr ""
15453 #: builtin/pack-objects.c:3345
15454 #, c-format
15455 msgid "delta chain depth %d is too deep, forcing %d"
15456 msgstr ""
15458 #: builtin/pack-objects.c:3350
15459 #, c-format
15460 msgid "pack.deltaCacheLimit is too high, forcing %d"
15461 msgstr ""
15463 #: builtin/pack-objects.c:3404
15464 msgid "--max-pack-size cannot be used to build a pack for transfer"
15465 msgstr ""
15467 #: builtin/pack-objects.c:3406
15468 msgid "minimum pack size limit is 1 MiB"
15469 msgstr ""
15471 #: builtin/pack-objects.c:3411
15472 msgid "--thin cannot be used to build an indexable pack"
15473 msgstr ""
15475 #: builtin/pack-objects.c:3414
15476 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
15477 msgstr ""
15479 #: builtin/pack-objects.c:3420
15480 msgid "cannot use --filter without --stdout"
15481 msgstr ""
15483 #: builtin/pack-objects.c:3481
15484 msgid "Enumerating objects"
15485 msgstr ""
15487 #: builtin/pack-objects.c:3511
15488 #, c-format
15489 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15490 msgstr ""
15492 #: builtin/pack-refs.c:8
15493 msgid "git pack-refs [<options>]"
15494 msgstr ""
15496 #: builtin/pack-refs.c:16
15497 msgid "pack everything"
15498 msgstr ""
15500 #: builtin/pack-refs.c:17
15501 msgid "prune loose refs (default)"
15502 msgstr ""
15504 #: builtin/prune-packed.c:9
15505 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15506 msgstr ""
15508 #: builtin/prune-packed.c:42
15509 msgid "Removing duplicate objects"
15510 msgstr ""
15512 #: builtin/prune.c:12
15513 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15514 msgstr ""
15516 #: builtin/prune.c:131
15517 msgid "report pruned objects"
15518 msgstr ""
15520 #: builtin/prune.c:134
15521 msgid "expire objects older than <time>"
15522 msgstr ""
15524 #: builtin/prune.c:136
15525 msgid "limit traversal to objects outside promisor packfiles"
15526 msgstr ""
15528 #: builtin/prune.c:150
15529 msgid "cannot prune in a precious-objects repo"
15530 msgstr ""
15532 #: builtin/pull.c:66 builtin/pull.c:68
15533 #, c-format
15534 msgid "Invalid value for %s: %s"
15535 msgstr ""
15537 #: builtin/pull.c:88
15538 msgid "git pull [<options>] [<repository> [<refspec>...]]"
15539 msgstr ""
15541 #: builtin/pull.c:142
15542 msgid "control for recursive fetching of submodules"
15543 msgstr ""
15545 #: builtin/pull.c:146
15546 msgid "Options related to merging"
15547 msgstr ""
15549 #: builtin/pull.c:149
15550 msgid "incorporate changes by rebasing rather than merging"
15551 msgstr ""
15553 #: builtin/pull.c:177 builtin/rebase.c:448 builtin/revert.c:126
15554 msgid "allow fast-forward"
15555 msgstr ""
15557 #: builtin/pull.c:186
15558 msgid "automatically stash/stash pop before and after rebase"
15559 msgstr ""
15561 #: builtin/pull.c:202
15562 msgid "Options related to fetching"
15563 msgstr ""
15565 #: builtin/pull.c:212
15566 msgid "force overwrite of local branch"
15567 msgstr ""
15569 #: builtin/pull.c:220
15570 msgid "number of submodules pulled in parallel"
15571 msgstr ""
15573 #: builtin/pull.c:320
15574 #, c-format
15575 msgid "Invalid value for pull.ff: %s"
15576 msgstr ""
15578 #: builtin/pull.c:437
15579 msgid ""
15580 "There is no candidate for rebasing against among the refs that you just "
15581 "fetched."
15582 msgstr ""
15584 #: builtin/pull.c:439
15585 msgid ""
15586 "There are no candidates for merging among the refs that you just fetched."
15587 msgstr ""
15589 #: builtin/pull.c:440
15590 msgid ""
15591 "Generally this means that you provided a wildcard refspec which had no\n"
15592 "matches on the remote end."
15593 msgstr ""
15595 #: builtin/pull.c:443
15596 #, c-format
15597 msgid ""
15598 "You asked to pull from the remote '%s', but did not specify\n"
15599 "a branch. Because this is not the default configured remote\n"
15600 "for your current branch, you must specify a branch on the command line."
15601 msgstr ""
15603 #: builtin/pull.c:448 builtin/rebase.c:1347 git-parse-remote.sh:73
15604 msgid "You are not currently on a branch."
15605 msgstr ""
15607 #: builtin/pull.c:450 builtin/pull.c:465 git-parse-remote.sh:79
15608 msgid "Please specify which branch you want to rebase against."
15609 msgstr ""
15611 #: builtin/pull.c:452 builtin/pull.c:467 git-parse-remote.sh:82
15612 msgid "Please specify which branch you want to merge with."
15613 msgstr ""
15615 #: builtin/pull.c:453 builtin/pull.c:468
15616 msgid "See git-pull(1) for details."
15617 msgstr ""
15619 #: builtin/pull.c:455 builtin/pull.c:461 builtin/pull.c:470
15620 #: builtin/rebase.c:1353 git-parse-remote.sh:64
15621 msgid "<remote>"
15622 msgstr ""
15624 #: builtin/pull.c:455 builtin/pull.c:470 builtin/pull.c:475
15625 #: git-parse-remote.sh:65
15626 msgid "<branch>"
15627 msgstr ""
15629 #: builtin/pull.c:463 builtin/rebase.c:1345 git-parse-remote.sh:75
15630 msgid "There is no tracking information for the current branch."
15631 msgstr ""
15633 #: builtin/pull.c:472 git-parse-remote.sh:95
15634 msgid ""
15635 "If you wish to set tracking information for this branch you can do so with:"
15636 msgstr ""
15638 #: builtin/pull.c:477
15639 #, c-format
15640 msgid ""
15641 "Your configuration specifies to merge with the ref '%s'\n"
15642 "from the remote, but no such ref was fetched."
15643 msgstr ""
15645 #: builtin/pull.c:587
15646 #, c-format
15647 msgid "unable to access commit %s"
15648 msgstr ""
15650 #: builtin/pull.c:867
15651 msgid "ignoring --verify-signatures for rebase"
15652 msgstr ""
15654 #: builtin/pull.c:922
15655 msgid "--[no-]autostash option is only valid with --rebase."
15656 msgstr ""
15658 #: builtin/pull.c:930
15659 msgid "Updating an unborn branch with changes added to the index."
15660 msgstr ""
15662 #: builtin/pull.c:934
15663 msgid "pull with rebase"
15664 msgstr ""
15666 #: builtin/pull.c:935
15667 msgid "please commit or stash them."
15668 msgstr ""
15670 #: builtin/pull.c:960
15671 #, c-format
15672 msgid ""
15673 "fetch updated the current branch head.\n"
15674 "fast-forwarding your working tree from\n"
15675 "commit %s."
15676 msgstr ""
15678 #: builtin/pull.c:966
15679 #, c-format
15680 msgid ""
15681 "Cannot fast-forward your working tree.\n"
15682 "After making sure that you saved anything precious from\n"
15683 "$ git diff %s\n"
15684 "output, run\n"
15685 "$ git reset --hard\n"
15686 "to recover."
15687 msgstr ""
15689 #: builtin/pull.c:981
15690 msgid "Cannot merge multiple branches into empty head."
15691 msgstr ""
15693 #: builtin/pull.c:985
15694 msgid "Cannot rebase onto multiple branches."
15695 msgstr ""
15697 #: builtin/pull.c:992
15698 msgid "cannot rebase with locally recorded submodule modifications"
15699 msgstr ""
15701 #: builtin/push.c:19
15702 msgid "git push [<options>] [<repository> [<refspec>...]]"
15703 msgstr ""
15705 #: builtin/push.c:111
15706 msgid "tag shorthand without <tag>"
15707 msgstr ""
15709 #: builtin/push.c:121
15710 msgid "--delete only accepts plain target ref names"
15711 msgstr ""
15713 #: builtin/push.c:167
15714 msgid ""
15715 "\n"
15716 "To choose either option permanently, see push.default in 'git help config'."
15717 msgstr ""
15719 #: builtin/push.c:170
15720 #, c-format
15721 msgid ""
15722 "The upstream branch of your current branch does not match\n"
15723 "the name of your current branch.  To push to the upstream branch\n"
15724 "on the remote, use\n"
15725 "\n"
15726 "    git push %s HEAD:%s\n"
15727 "\n"
15728 "To push to the branch of the same name on the remote, use\n"
15729 "\n"
15730 "    git push %s HEAD\n"
15731 "%s"
15732 msgstr ""
15734 #: builtin/push.c:185
15735 #, c-format
15736 msgid ""
15737 "You are not currently on a branch.\n"
15738 "To push the history leading to the current (detached HEAD)\n"
15739 "state now, use\n"
15740 "\n"
15741 "    git push %s HEAD:<name-of-remote-branch>\n"
15742 msgstr ""
15744 #: builtin/push.c:199
15745 #, c-format
15746 msgid ""
15747 "The current branch %s has no upstream branch.\n"
15748 "To push the current branch and set the remote as upstream, use\n"
15749 "\n"
15750 "    git push --set-upstream %s %s\n"
15751 msgstr ""
15753 #: builtin/push.c:207
15754 #, c-format
15755 msgid "The current branch %s has multiple upstream branches, refusing to push."
15756 msgstr ""
15758 #: builtin/push.c:210
15759 #, c-format
15760 msgid ""
15761 "You are pushing to remote '%s', which is not the upstream of\n"
15762 "your current branch '%s', without telling me what to push\n"
15763 "to update which remote branch."
15764 msgstr ""
15766 #: builtin/push.c:269
15767 msgid ""
15768 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
15769 msgstr ""
15771 #: builtin/push.c:276
15772 msgid ""
15773 "Updates were rejected because the tip of your current branch is behind\n"
15774 "its remote counterpart. Integrate the remote changes (e.g.\n"
15775 "'git pull ...') before pushing again.\n"
15776 "See the 'Note about fast-forwards' in 'git push --help' for details."
15777 msgstr ""
15779 #: builtin/push.c:282
15780 msgid ""
15781 "Updates were rejected because a pushed branch tip is behind its remote\n"
15782 "counterpart. Check out this branch and integrate the remote changes\n"
15783 "(e.g. 'git pull ...') before pushing again.\n"
15784 "See the 'Note about fast-forwards' in 'git push --help' for details."
15785 msgstr ""
15787 #: builtin/push.c:288
15788 msgid ""
15789 "Updates were rejected because the remote contains work that you do\n"
15790 "not have locally. This is usually caused by another repository pushing\n"
15791 "to the same ref. You may want to first integrate the remote changes\n"
15792 "(e.g., 'git pull ...') before pushing again.\n"
15793 "See the 'Note about fast-forwards' in 'git push --help' for details."
15794 msgstr ""
15796 #: builtin/push.c:295
15797 msgid "Updates were rejected because the tag already exists in the remote."
15798 msgstr ""
15800 #: builtin/push.c:298
15801 msgid ""
15802 "You cannot update a remote ref that points at a non-commit object,\n"
15803 "or update a remote ref to make it point at a non-commit object,\n"
15804 "without using the '--force' option.\n"
15805 msgstr ""
15807 #: builtin/push.c:359
15808 #, c-format
15809 msgid "Pushing to %s\n"
15810 msgstr ""
15812 #: builtin/push.c:366
15813 #, c-format
15814 msgid "failed to push some refs to '%s'"
15815 msgstr ""
15817 #: builtin/push.c:541
15818 msgid "repository"
15819 msgstr ""
15821 #: builtin/push.c:542 builtin/send-pack.c:164
15822 msgid "push all refs"
15823 msgstr ""
15825 #: builtin/push.c:543 builtin/send-pack.c:166
15826 msgid "mirror all refs"
15827 msgstr ""
15829 #: builtin/push.c:545
15830 msgid "delete refs"
15831 msgstr ""
15833 #: builtin/push.c:546
15834 msgid "push tags (can't be used with --all or --mirror)"
15835 msgstr ""
15837 #: builtin/push.c:549 builtin/send-pack.c:167
15838 msgid "force updates"
15839 msgstr ""
15841 #: builtin/push.c:551 builtin/send-pack.c:181
15842 msgid "<refname>:<expect>"
15843 msgstr ""
15845 #: builtin/push.c:552 builtin/send-pack.c:182
15846 msgid "require old value of ref to be at this value"
15847 msgstr ""
15849 #: builtin/push.c:555
15850 msgid "control recursive pushing of submodules"
15851 msgstr ""
15853 #: builtin/push.c:557 builtin/send-pack.c:175
15854 msgid "use thin pack"
15855 msgstr ""
15857 #: builtin/push.c:558 builtin/push.c:559 builtin/send-pack.c:161
15858 #: builtin/send-pack.c:162
15859 msgid "receive pack program"
15860 msgstr ""
15862 #: builtin/push.c:560
15863 msgid "set upstream for git pull/status"
15864 msgstr ""
15866 #: builtin/push.c:563
15867 msgid "prune locally removed refs"
15868 msgstr ""
15870 #: builtin/push.c:565
15871 msgid "bypass pre-push hook"
15872 msgstr ""
15874 #: builtin/push.c:566
15875 msgid "push missing but relevant tags"
15876 msgstr ""
15878 #: builtin/push.c:569 builtin/send-pack.c:169
15879 msgid "GPG sign the push"
15880 msgstr ""
15882 #: builtin/push.c:571 builtin/send-pack.c:176
15883 msgid "request atomic transaction on remote side"
15884 msgstr ""
15886 #: builtin/push.c:589
15887 msgid "--delete is incompatible with --all, --mirror and --tags"
15888 msgstr ""
15890 #: builtin/push.c:591
15891 msgid "--delete doesn't make sense without any refs"
15892 msgstr ""
15894 #: builtin/push.c:611
15895 #, c-format
15896 msgid "bad repository '%s'"
15897 msgstr ""
15899 #: builtin/push.c:612
15900 msgid ""
15901 "No configured push destination.\n"
15902 "Either specify the URL from the command-line or configure a remote "
15903 "repository using\n"
15904 "\n"
15905 "    git remote add <name> <url>\n"
15906 "\n"
15907 "and then push using the remote name\n"
15908 "\n"
15909 "    git push <name>\n"
15910 msgstr ""
15912 #: builtin/push.c:627
15913 msgid "--all and --tags are incompatible"
15914 msgstr ""
15916 #: builtin/push.c:629
15917 msgid "--all can't be combined with refspecs"
15918 msgstr ""
15920 #: builtin/push.c:633
15921 msgid "--mirror and --tags are incompatible"
15922 msgstr ""
15924 #: builtin/push.c:635
15925 msgid "--mirror can't be combined with refspecs"
15926 msgstr ""
15928 #: builtin/push.c:638
15929 msgid "--all and --mirror are incompatible"
15930 msgstr ""
15932 #: builtin/push.c:642
15933 msgid "push options must not have new line characters"
15934 msgstr ""
15936 #: builtin/range-diff.c:8
15937 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15938 msgstr ""
15940 #: builtin/range-diff.c:9
15941 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15942 msgstr ""
15944 #: builtin/range-diff.c:10
15945 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15946 msgstr ""
15948 #: builtin/range-diff.c:21
15949 msgid "Percentage by which creation is weighted"
15950 msgstr ""
15952 #: builtin/range-diff.c:23
15953 msgid "use simple diff colors"
15954 msgstr ""
15956 #: builtin/range-diff.c:46 builtin/range-diff.c:50
15957 #, c-format
15958 msgid "no .. in range: '%s'"
15959 msgstr ""
15961 #: builtin/range-diff.c:60
15962 msgid "single arg format must be symmetric range"
15963 msgstr ""
15965 #: builtin/range-diff.c:75
15966 msgid "need two commit ranges"
15967 msgstr ""
15969 #: builtin/read-tree.c:41
15970 msgid ""
15971 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15972 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15973 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15974 msgstr ""
15976 #: builtin/read-tree.c:124
15977 msgid "write resulting index to <file>"
15978 msgstr ""
15980 #: builtin/read-tree.c:127
15981 msgid "only empty the index"
15982 msgstr ""
15984 #: builtin/read-tree.c:129
15985 msgid "Merging"
15986 msgstr ""
15988 #: builtin/read-tree.c:131
15989 msgid "perform a merge in addition to a read"
15990 msgstr ""
15992 #: builtin/read-tree.c:133
15993 msgid "3-way merge if no file level merging required"
15994 msgstr ""
15996 #: builtin/read-tree.c:135
15997 msgid "3-way merge in presence of adds and removes"
15998 msgstr ""
16000 #: builtin/read-tree.c:137
16001 msgid "same as -m, but discard unmerged entries"
16002 msgstr ""
16004 #: builtin/read-tree.c:138
16005 msgid "<subdirectory>/"
16006 msgstr ""
16008 #: builtin/read-tree.c:139
16009 msgid "read the tree into the index under <subdirectory>/"
16010 msgstr ""
16012 #: builtin/read-tree.c:142
16013 msgid "update working tree with merge result"
16014 msgstr ""
16016 #: builtin/read-tree.c:144
16017 msgid "gitignore"
16018 msgstr ""
16020 #: builtin/read-tree.c:145
16021 msgid "allow explicitly ignored files to be overwritten"
16022 msgstr ""
16024 #: builtin/read-tree.c:148
16025 msgid "don't check the working tree after merging"
16026 msgstr ""
16028 #: builtin/read-tree.c:149
16029 msgid "don't update the index or the work tree"
16030 msgstr ""
16032 #: builtin/read-tree.c:151
16033 msgid "skip applying sparse checkout filter"
16034 msgstr ""
16036 #: builtin/read-tree.c:153
16037 msgid "debug unpack-trees"
16038 msgstr ""
16040 #: builtin/read-tree.c:157
16041 msgid "suppress feedback messages"
16042 msgstr ""
16044 #: builtin/rebase.c:32
16045 msgid ""
16046 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
16047 "[<upstream> [<branch>]]"
16048 msgstr ""
16050 #: builtin/rebase.c:34
16051 msgid ""
16052 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
16053 msgstr ""
16055 #: builtin/rebase.c:36
16056 msgid "git rebase --continue | --abort | --skip | --edit-todo"
16057 msgstr ""
16059 #: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
16060 #, c-format
16061 msgid "unusable todo list: '%s'"
16062 msgstr ""
16064 #: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
16065 #, c-format
16066 msgid "could not write '%s'."
16067 msgstr ""
16069 #: builtin/rebase.c:252
16070 msgid "no HEAD?"
16071 msgstr ""
16073 #: builtin/rebase.c:279
16074 #, c-format
16075 msgid "could not create temporary %s"
16076 msgstr ""
16078 #: builtin/rebase.c:285
16079 msgid "could not mark as interactive"
16080 msgstr ""
16082 #: builtin/rebase.c:343
16083 msgid "could not generate todo list"
16084 msgstr ""
16086 #: builtin/rebase.c:383
16087 msgid "a base commit must be provided with --upstream or --onto"
16088 msgstr ""
16090 #: builtin/rebase.c:438
16091 msgid "git rebase--interactive [<options>]"
16092 msgstr ""
16094 #: builtin/rebase.c:450
16095 msgid "keep empty commits"
16096 msgstr ""
16098 #: builtin/rebase.c:452 builtin/revert.c:128
16099 msgid "allow commits with empty messages"
16100 msgstr ""
16102 #: builtin/rebase.c:453
16103 msgid "rebase merge commits"
16104 msgstr ""
16106 #: builtin/rebase.c:455
16107 msgid "keep original branch points of cousins"
16108 msgstr ""
16110 #: builtin/rebase.c:457
16111 msgid "move commits that begin with squash!/fixup!"
16112 msgstr ""
16114 #: builtin/rebase.c:458
16115 msgid "sign commits"
16116 msgstr ""
16118 #: builtin/rebase.c:460 builtin/rebase.c:1427
16119 msgid "display a diffstat of what changed upstream"
16120 msgstr ""
16122 #: builtin/rebase.c:462
16123 msgid "continue rebase"
16124 msgstr ""
16126 #: builtin/rebase.c:464
16127 msgid "skip commit"
16128 msgstr ""
16130 #: builtin/rebase.c:465
16131 msgid "edit the todo list"
16132 msgstr ""
16134 #: builtin/rebase.c:467
16135 msgid "show the current patch"
16136 msgstr ""
16138 #: builtin/rebase.c:470
16139 msgid "shorten commit ids in the todo list"
16140 msgstr ""
16142 #: builtin/rebase.c:472
16143 msgid "expand commit ids in the todo list"
16144 msgstr ""
16146 #: builtin/rebase.c:474
16147 msgid "check the todo list"
16148 msgstr ""
16150 #: builtin/rebase.c:476
16151 msgid "rearrange fixup/squash lines"
16152 msgstr ""
16154 #: builtin/rebase.c:478
16155 msgid "insert exec commands in todo list"
16156 msgstr ""
16158 #: builtin/rebase.c:479
16159 msgid "onto"
16160 msgstr ""
16162 #: builtin/rebase.c:482
16163 msgid "restrict-revision"
16164 msgstr ""
16166 #: builtin/rebase.c:482
16167 msgid "restrict revision"
16168 msgstr ""
16170 #: builtin/rebase.c:484
16171 msgid "squash-onto"
16172 msgstr ""
16174 #: builtin/rebase.c:485
16175 msgid "squash onto"
16176 msgstr ""
16178 #: builtin/rebase.c:487
16179 msgid "the upstream commit"
16180 msgstr ""
16182 #: builtin/rebase.c:489
16183 msgid "head-name"
16184 msgstr ""
16186 #: builtin/rebase.c:489
16187 msgid "head name"
16188 msgstr ""
16190 #: builtin/rebase.c:494
16191 msgid "rebase strategy"
16192 msgstr ""
16194 #: builtin/rebase.c:495
16195 msgid "strategy-opts"
16196 msgstr ""
16198 #: builtin/rebase.c:496
16199 msgid "strategy options"
16200 msgstr ""
16202 #: builtin/rebase.c:497
16203 msgid "switch-to"
16204 msgstr ""
16206 #: builtin/rebase.c:498
16207 msgid "the branch or commit to checkout"
16208 msgstr ""
16210 #: builtin/rebase.c:499
16211 msgid "onto-name"
16212 msgstr ""
16214 #: builtin/rebase.c:499
16215 msgid "onto name"
16216 msgstr ""
16218 #: builtin/rebase.c:500
16219 msgid "cmd"
16220 msgstr ""
16222 #: builtin/rebase.c:500
16223 msgid "the command to run"
16224 msgstr ""
16226 #: builtin/rebase.c:503 builtin/rebase.c:1510
16227 msgid "automatically re-schedule any `exec` that fails"
16228 msgstr ""
16230 #: builtin/rebase.c:519
16231 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
16232 msgstr ""
16234 #: builtin/rebase.c:535
16235 #, c-format
16236 msgid "%s requires an interactive rebase"
16237 msgstr ""
16239 #: builtin/rebase.c:587
16240 #, c-format
16241 msgid "could not get 'onto': '%s'"
16242 msgstr ""
16244 #: builtin/rebase.c:602
16245 #, c-format
16246 msgid "invalid orig-head: '%s'"
16247 msgstr ""
16249 #: builtin/rebase.c:627
16250 #, c-format
16251 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
16252 msgstr ""
16254 #: builtin/rebase.c:703
16255 #, c-format
16256 msgid "Could not read '%s'"
16257 msgstr ""
16259 #: builtin/rebase.c:721
16260 #, c-format
16261 msgid "Cannot store %s"
16262 msgstr ""
16264 #: builtin/rebase.c:828
16265 msgid "could not determine HEAD revision"
16266 msgstr ""
16268 #: builtin/rebase.c:951 git-rebase--preserve-merges.sh:81
16269 msgid ""
16270 "Resolve all conflicts manually, mark them as resolved with\n"
16271 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
16272 "You can instead skip this commit: run \"git rebase --skip\".\n"
16273 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
16274 "abort\"."
16275 msgstr ""
16277 #: builtin/rebase.c:1032
16278 #, c-format
16279 msgid ""
16280 "\n"
16281 "git encountered an error while preparing the patches to replay\n"
16282 "these revisions:\n"
16283 "\n"
16284 "    %s\n"
16285 "\n"
16286 "As a result, git cannot rebase them."
16287 msgstr ""
16289 #: builtin/rebase.c:1339
16290 #, c-format
16291 msgid ""
16292 "%s\n"
16293 "Please specify which branch you want to rebase against.\n"
16294 "See git-rebase(1) for details.\n"
16295 "\n"
16296 "    git rebase '<branch>'\n"
16297 "\n"
16298 msgstr ""
16300 #: builtin/rebase.c:1355
16301 #, c-format
16302 msgid ""
16303 "If you wish to set tracking information for this branch you can do so with:\n"
16304 "\n"
16305 "    git branch --set-upstream-to=%s/<branch> %s\n"
16306 "\n"
16307 msgstr ""
16309 #: builtin/rebase.c:1385
16310 msgid "exec commands cannot contain newlines"
16311 msgstr ""
16313 #: builtin/rebase.c:1389
16314 msgid "empty exec command"
16315 msgstr ""
16317 #: builtin/rebase.c:1418
16318 msgid "rebase onto given branch instead of upstream"
16319 msgstr ""
16321 #: builtin/rebase.c:1420
16322 msgid "use the merge-base of upstream and branch as the current base"
16323 msgstr ""
16325 #: builtin/rebase.c:1422
16326 msgid "allow pre-rebase hook to run"
16327 msgstr ""
16329 #: builtin/rebase.c:1424
16330 msgid "be quiet. implies --no-stat"
16331 msgstr ""
16333 #: builtin/rebase.c:1430
16334 msgid "do not show diffstat of what changed upstream"
16335 msgstr ""
16337 #: builtin/rebase.c:1433
16338 msgid "add a Signed-off-by: line to each commit"
16339 msgstr ""
16341 #: builtin/rebase.c:1435 builtin/rebase.c:1439 builtin/rebase.c:1441
16342 msgid "passed to 'git am'"
16343 msgstr ""
16345 #: builtin/rebase.c:1443 builtin/rebase.c:1445
16346 msgid "passed to 'git apply'"
16347 msgstr ""
16349 #: builtin/rebase.c:1447 builtin/rebase.c:1450
16350 msgid "cherry-pick all commits, even if unchanged"
16351 msgstr ""
16353 #: builtin/rebase.c:1452
16354 msgid "continue"
16355 msgstr ""
16357 #: builtin/rebase.c:1455
16358 msgid "skip current patch and continue"
16359 msgstr ""
16361 #: builtin/rebase.c:1457
16362 msgid "abort and check out the original branch"
16363 msgstr ""
16365 #: builtin/rebase.c:1460
16366 msgid "abort but keep HEAD where it is"
16367 msgstr ""
16369 #: builtin/rebase.c:1461
16370 msgid "edit the todo list during an interactive rebase"
16371 msgstr ""
16373 #: builtin/rebase.c:1464
16374 msgid "show the patch file being applied or merged"
16375 msgstr ""
16377 #: builtin/rebase.c:1467
16378 msgid "use merging strategies to rebase"
16379 msgstr ""
16381 #: builtin/rebase.c:1471
16382 msgid "let the user edit the list of commits to rebase"
16383 msgstr ""
16385 #: builtin/rebase.c:1475
16386 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
16387 msgstr ""
16389 #: builtin/rebase.c:1479
16390 msgid "preserve empty commits during rebase"
16391 msgstr ""
16393 #: builtin/rebase.c:1481
16394 msgid "move commits that begin with squash!/fixup! under -i"
16395 msgstr ""
16397 #: builtin/rebase.c:1487
16398 msgid "automatically stash/stash pop before and after"
16399 msgstr ""
16401 #: builtin/rebase.c:1489
16402 msgid "add exec lines after each commit of the editable list"
16403 msgstr ""
16405 #: builtin/rebase.c:1493
16406 msgid "allow rebasing commits with empty messages"
16407 msgstr ""
16409 #: builtin/rebase.c:1496
16410 msgid "try to rebase merges instead of skipping them"
16411 msgstr ""
16413 #: builtin/rebase.c:1499
16414 msgid "use 'merge-base --fork-point' to refine upstream"
16415 msgstr ""
16417 #: builtin/rebase.c:1501
16418 msgid "use the given merge strategy"
16419 msgstr ""
16421 #: builtin/rebase.c:1503 builtin/revert.c:115
16422 msgid "option"
16423 msgstr ""
16425 #: builtin/rebase.c:1504
16426 msgid "pass the argument through to the merge strategy"
16427 msgstr ""
16429 #: builtin/rebase.c:1507
16430 msgid "rebase all reachable commits up to the root(s)"
16431 msgstr ""
16433 #: builtin/rebase.c:1524
16434 msgid ""
16435 "the rebase.useBuiltin support has been removed!\n"
16436 "See its entry in 'git help config' for details."
16437 msgstr ""
16439 #: builtin/rebase.c:1530
16440 msgid "It looks like 'git am' is in progress. Cannot rebase."
16441 msgstr ""
16443 #: builtin/rebase.c:1571
16444 msgid ""
16445 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
16446 msgstr ""
16448 #: builtin/rebase.c:1576
16449 msgid "cannot combine '--keep-base' with '--onto'"
16450 msgstr ""
16452 #: builtin/rebase.c:1578
16453 msgid "cannot combine '--keep-base' with '--root'"
16454 msgstr ""
16456 #: builtin/rebase.c:1582
16457 msgid "No rebase in progress?"
16458 msgstr ""
16460 #: builtin/rebase.c:1586
16461 msgid "The --edit-todo action can only be used during interactive rebase."
16462 msgstr ""
16464 #: builtin/rebase.c:1609
16465 msgid "Cannot read HEAD"
16466 msgstr ""
16468 #: builtin/rebase.c:1621
16469 msgid ""
16470 "You must edit all merge conflicts and then\n"
16471 "mark them as resolved using git add"
16472 msgstr ""
16474 #: builtin/rebase.c:1640
16475 msgid "could not discard worktree changes"
16476 msgstr ""
16478 #: builtin/rebase.c:1659
16479 #, c-format
16480 msgid "could not move back to %s"
16481 msgstr ""
16483 #: builtin/rebase.c:1704
16484 #, c-format
16485 msgid ""
16486 "It seems that there is already a %s directory, and\n"
16487 "I wonder if you are in the middle of another rebase.  If that is the\n"
16488 "case, please try\n"
16489 "\t%s\n"
16490 "If that is not the case, please\n"
16491 "\t%s\n"
16492 "and run me again.  I am stopping in case you still have something\n"
16493 "valuable there.\n"
16494 msgstr ""
16496 #: builtin/rebase.c:1725
16497 msgid "switch `C' expects a numerical value"
16498 msgstr ""
16500 #: builtin/rebase.c:1766
16501 #, c-format
16502 msgid "Unknown mode: %s"
16503 msgstr ""
16505 #: builtin/rebase.c:1788
16506 msgid "--strategy requires --merge or --interactive"
16507 msgstr ""
16509 #: builtin/rebase.c:1828
16510 msgid "--reschedule-failed-exec requires --exec or --interactive"
16511 msgstr ""
16513 #: builtin/rebase.c:1840
16514 msgid "cannot combine am options with either interactive or merge options"
16515 msgstr ""
16517 #: builtin/rebase.c:1859
16518 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16519 msgstr ""
16521 #: builtin/rebase.c:1863
16522 msgid ""
16523 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16524 msgstr ""
16526 #: builtin/rebase.c:1887
16527 #, c-format
16528 msgid "invalid upstream '%s'"
16529 msgstr ""
16531 #: builtin/rebase.c:1893
16532 msgid "Could not create new root commit"
16533 msgstr ""
16535 #: builtin/rebase.c:1919
16536 #, c-format
16537 msgid "'%s': need exactly one merge base with branch"
16538 msgstr ""
16540 #: builtin/rebase.c:1922
16541 #, c-format
16542 msgid "'%s': need exactly one merge base"
16543 msgstr ""
16545 #: builtin/rebase.c:1930
16546 #, c-format
16547 msgid "Does not point to a valid commit '%s'"
16548 msgstr ""
16550 #: builtin/rebase.c:1955
16551 #, c-format
16552 msgid "fatal: no such branch/commit '%s'"
16553 msgstr ""
16555 #: builtin/rebase.c:1963 builtin/submodule--helper.c:38
16556 #: builtin/submodule--helper.c:1934
16557 #, c-format
16558 msgid "No such ref: %s"
16559 msgstr ""
16561 #: builtin/rebase.c:1974
16562 msgid "Could not resolve HEAD to a revision"
16563 msgstr ""
16565 #: builtin/rebase.c:2012
16566 msgid "Cannot autostash"
16567 msgstr ""
16569 #: builtin/rebase.c:2015
16570 #, c-format
16571 msgid "Unexpected stash response: '%s'"
16572 msgstr ""
16574 #: builtin/rebase.c:2021
16575 #, c-format
16576 msgid "Could not create directory for '%s'"
16577 msgstr ""
16579 #: builtin/rebase.c:2024
16580 #, c-format
16581 msgid "Created autostash: %s\n"
16582 msgstr ""
16584 #: builtin/rebase.c:2027
16585 msgid "could not reset --hard"
16586 msgstr ""
16588 #: builtin/rebase.c:2036
16589 msgid "Please commit or stash them."
16590 msgstr ""
16592 #: builtin/rebase.c:2063
16593 #, c-format
16594 msgid "could not parse '%s'"
16595 msgstr ""
16597 #: builtin/rebase.c:2076
16598 #, c-format
16599 msgid "could not switch to %s"
16600 msgstr ""
16602 #: builtin/rebase.c:2087
16603 msgid "HEAD is up to date."
16604 msgstr ""
16606 #: builtin/rebase.c:2089
16607 #, c-format
16608 msgid "Current branch %s is up to date.\n"
16609 msgstr ""
16611 #: builtin/rebase.c:2097
16612 msgid "HEAD is up to date, rebase forced."
16613 msgstr ""
16615 #: builtin/rebase.c:2099
16616 #, c-format
16617 msgid "Current branch %s is up to date, rebase forced.\n"
16618 msgstr ""
16620 #: builtin/rebase.c:2107
16621 msgid "The pre-rebase hook refused to rebase."
16622 msgstr ""
16624 #: builtin/rebase.c:2114
16625 #, c-format
16626 msgid "Changes to %s:\n"
16627 msgstr ""
16629 #: builtin/rebase.c:2117
16630 #, c-format
16631 msgid "Changes from %s to %s:\n"
16632 msgstr ""
16634 #: builtin/rebase.c:2142
16635 #, c-format
16636 msgid "First, rewinding head to replay your work on top of it...\n"
16637 msgstr ""
16639 #: builtin/rebase.c:2151
16640 msgid "Could not detach HEAD"
16641 msgstr ""
16643 #: builtin/rebase.c:2160
16644 #, c-format
16645 msgid "Fast-forwarded %s to %s.\n"
16646 msgstr ""
16648 #: builtin/receive-pack.c:32
16649 msgid "git receive-pack <git-dir>"
16650 msgstr ""
16652 #: builtin/receive-pack.c:830
16653 msgid ""
16654 "By default, updating the current branch in a non-bare repository\n"
16655 "is denied, because it will make the index and work tree inconsistent\n"
16656 "with what you pushed, and will require 'git reset --hard' to match\n"
16657 "the work tree to HEAD.\n"
16658 "\n"
16659 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
16660 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16661 "its current branch; however, this is not recommended unless you\n"
16662 "arranged to update its work tree to match what you pushed in some\n"
16663 "other way.\n"
16664 "\n"
16665 "To squelch this message and still keep the default behaviour, set\n"
16666 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
16667 msgstr ""
16669 #: builtin/receive-pack.c:850
16670 msgid ""
16671 "By default, deleting the current branch is denied, because the next\n"
16672 "'git clone' won't result in any file checked out, causing confusion.\n"
16673 "\n"
16674 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16675 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
16676 "current branch, with or without a warning message.\n"
16677 "\n"
16678 "To squelch this message, you can set it to 'refuse'."
16679 msgstr ""
16681 #: builtin/receive-pack.c:1936
16682 msgid "quiet"
16683 msgstr ""
16685 #: builtin/receive-pack.c:1950
16686 msgid "You must specify a directory."
16687 msgstr ""
16689 #: builtin/reflog.c:17
16690 msgid ""
16691 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16692 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16693 "<refs>..."
16694 msgstr ""
16696 #: builtin/reflog.c:22
16697 msgid ""
16698 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16699 "<refs>..."
16700 msgstr ""
16702 #: builtin/reflog.c:25
16703 msgid "git reflog exists <ref>"
16704 msgstr ""
16706 #: builtin/reflog.c:567 builtin/reflog.c:572
16707 #, c-format
16708 msgid "'%s' is not a valid timestamp"
16709 msgstr ""
16711 #: builtin/reflog.c:605
16712 #, c-format
16713 msgid "Marking reachable objects..."
16714 msgstr ""
16716 #: builtin/reflog.c:643
16717 #, c-format
16718 msgid "%s points nowhere!"
16719 msgstr ""
16721 #: builtin/reflog.c:695
16722 msgid "no reflog specified to delete"
16723 msgstr ""
16725 #: builtin/reflog.c:704
16726 #, c-format
16727 msgid "not a reflog: %s"
16728 msgstr ""
16730 #: builtin/reflog.c:709
16731 #, c-format
16732 msgid "no reflog for '%s'"
16733 msgstr ""
16735 #: builtin/reflog.c:755
16736 #, c-format
16737 msgid "invalid ref format: %s"
16738 msgstr ""
16740 #: builtin/reflog.c:764
16741 msgid "git reflog [ show | expire | delete | exists ]"
16742 msgstr ""
16744 #: builtin/remote.c:16
16745 msgid "git remote [-v | --verbose]"
16746 msgstr ""
16748 #: builtin/remote.c:17
16749 msgid ""
16750 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16751 "mirror=<fetch|push>] <name> <url>"
16752 msgstr ""
16754 #: builtin/remote.c:18 builtin/remote.c:38
16755 msgid "git remote rename <old> <new>"
16756 msgstr ""
16758 #: builtin/remote.c:19 builtin/remote.c:43
16759 msgid "git remote remove <name>"
16760 msgstr ""
16762 #: builtin/remote.c:20 builtin/remote.c:48
16763 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16764 msgstr ""
16766 #: builtin/remote.c:21
16767 msgid "git remote [-v | --verbose] show [-n] <name>"
16768 msgstr ""
16770 #: builtin/remote.c:22
16771 msgid "git remote prune [-n | --dry-run] <name>"
16772 msgstr ""
16774 #: builtin/remote.c:23
16775 msgid ""
16776 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16777 msgstr ""
16779 #: builtin/remote.c:24
16780 msgid "git remote set-branches [--add] <name> <branch>..."
16781 msgstr ""
16783 #: builtin/remote.c:25 builtin/remote.c:74
16784 msgid "git remote get-url [--push] [--all] <name>"
16785 msgstr ""
16787 #: builtin/remote.c:26 builtin/remote.c:79
16788 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16789 msgstr ""
16791 #: builtin/remote.c:27 builtin/remote.c:80
16792 msgid "git remote set-url --add <name> <newurl>"
16793 msgstr ""
16795 #: builtin/remote.c:28 builtin/remote.c:81
16796 msgid "git remote set-url --delete <name> <url>"
16797 msgstr ""
16799 #: builtin/remote.c:33
16800 msgid "git remote add [<options>] <name> <url>"
16801 msgstr ""
16803 #: builtin/remote.c:53
16804 msgid "git remote set-branches <name> <branch>..."
16805 msgstr ""
16807 #: builtin/remote.c:54
16808 msgid "git remote set-branches --add <name> <branch>..."
16809 msgstr ""
16811 #: builtin/remote.c:59
16812 msgid "git remote show [<options>] <name>"
16813 msgstr ""
16815 #: builtin/remote.c:64
16816 msgid "git remote prune [<options>] <name>"
16817 msgstr ""
16819 #: builtin/remote.c:69
16820 msgid "git remote update [<options>] [<group> | <remote>]..."
16821 msgstr ""
16823 #: builtin/remote.c:98
16824 #, c-format
16825 msgid "Updating %s"
16826 msgstr ""
16828 #: builtin/remote.c:130
16829 msgid ""
16830 "--mirror is dangerous and deprecated; please\n"
16831 "\t use --mirror=fetch or --mirror=push instead"
16832 msgstr ""
16834 #: builtin/remote.c:147
16835 #, c-format
16836 msgid "unknown mirror argument: %s"
16837 msgstr ""
16839 #: builtin/remote.c:163
16840 msgid "fetch the remote branches"
16841 msgstr ""
16843 #: builtin/remote.c:165
16844 msgid "import all tags and associated objects when fetching"
16845 msgstr ""
16847 #: builtin/remote.c:168
16848 msgid "or do not fetch any tag at all (--no-tags)"
16849 msgstr ""
16851 #: builtin/remote.c:170
16852 msgid "branch(es) to track"
16853 msgstr ""
16855 #: builtin/remote.c:171
16856 msgid "master branch"
16857 msgstr ""
16859 #: builtin/remote.c:173
16860 msgid "set up remote as a mirror to push to or fetch from"
16861 msgstr ""
16863 #: builtin/remote.c:185
16864 msgid "specifying a master branch makes no sense with --mirror"
16865 msgstr ""
16867 #: builtin/remote.c:187
16868 msgid "specifying branches to track makes sense only with fetch mirrors"
16869 msgstr ""
16871 #: builtin/remote.c:194 builtin/remote.c:636
16872 #, c-format
16873 msgid "remote %s already exists."
16874 msgstr ""
16876 #: builtin/remote.c:198 builtin/remote.c:640
16877 #, c-format
16878 msgid "'%s' is not a valid remote name"
16879 msgstr ""
16881 #: builtin/remote.c:238
16882 #, c-format
16883 msgid "Could not setup master '%s'"
16884 msgstr ""
16886 #: builtin/remote.c:344
16887 #, c-format
16888 msgid "Could not get fetch map for refspec %s"
16889 msgstr ""
16891 #: builtin/remote.c:443 builtin/remote.c:451
16892 msgid "(matching)"
16893 msgstr ""
16895 #: builtin/remote.c:455
16896 msgid "(delete)"
16897 msgstr ""
16899 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16900 #, c-format
16901 msgid "No such remote: '%s'"
16902 msgstr ""
16904 #: builtin/remote.c:646
16905 #, c-format
16906 msgid "Could not rename config section '%s' to '%s'"
16907 msgstr ""
16909 #: builtin/remote.c:666
16910 #, c-format
16911 msgid ""
16912 "Not updating non-default fetch refspec\n"
16913 "\t%s\n"
16914 "\tPlease update the configuration manually if necessary."
16915 msgstr ""
16917 #: builtin/remote.c:702
16918 #, c-format
16919 msgid "deleting '%s' failed"
16920 msgstr ""
16922 #: builtin/remote.c:736
16923 #, c-format
16924 msgid "creating '%s' failed"
16925 msgstr ""
16927 #: builtin/remote.c:802
16928 msgid ""
16929 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16930 "to delete it, use:"
16931 msgid_plural ""
16932 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16933 "to delete them, use:"
16934 msgstr[0] ""
16935 msgstr[1] ""
16937 #: builtin/remote.c:816
16938 #, c-format
16939 msgid "Could not remove config section '%s'"
16940 msgstr ""
16942 #: builtin/remote.c:917
16943 #, c-format
16944 msgid " new (next fetch will store in remotes/%s)"
16945 msgstr ""
16947 #: builtin/remote.c:920
16948 msgid " tracked"
16949 msgstr ""
16951 #: builtin/remote.c:922
16952 msgid " stale (use 'git remote prune' to remove)"
16953 msgstr ""
16955 #: builtin/remote.c:924
16956 msgid " ???"
16957 msgstr ""
16959 #: builtin/remote.c:965
16960 #, c-format
16961 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16962 msgstr ""
16964 #: builtin/remote.c:974
16965 #, c-format
16966 msgid "rebases interactively onto remote %s"
16967 msgstr ""
16969 #: builtin/remote.c:976
16970 #, c-format
16971 msgid "rebases interactively (with merges) onto remote %s"
16972 msgstr ""
16974 #: builtin/remote.c:979
16975 #, c-format
16976 msgid "rebases onto remote %s"
16977 msgstr ""
16979 #: builtin/remote.c:983
16980 #, c-format
16981 msgid " merges with remote %s"
16982 msgstr ""
16984 #: builtin/remote.c:986
16985 #, c-format
16986 msgid "merges with remote %s"
16987 msgstr ""
16989 #: builtin/remote.c:989
16990 #, c-format
16991 msgid "%-*s    and with remote %s\n"
16992 msgstr ""
16994 #: builtin/remote.c:1032
16995 msgid "create"
16996 msgstr ""
16998 #: builtin/remote.c:1035
16999 msgid "delete"
17000 msgstr ""
17002 #: builtin/remote.c:1039
17003 msgid "up to date"
17004 msgstr ""
17006 #: builtin/remote.c:1042
17007 msgid "fast-forwardable"
17008 msgstr ""
17010 #: builtin/remote.c:1045
17011 msgid "local out of date"
17012 msgstr ""
17014 #: builtin/remote.c:1052
17015 #, c-format
17016 msgid "    %-*s forces to %-*s (%s)"
17017 msgstr ""
17019 #: builtin/remote.c:1055
17020 #, c-format
17021 msgid "    %-*s pushes to %-*s (%s)"
17022 msgstr ""
17024 #: builtin/remote.c:1059
17025 #, c-format
17026 msgid "    %-*s forces to %s"
17027 msgstr ""
17029 #: builtin/remote.c:1062
17030 #, c-format
17031 msgid "    %-*s pushes to %s"
17032 msgstr ""
17034 #: builtin/remote.c:1130
17035 msgid "do not query remotes"
17036 msgstr ""
17038 #: builtin/remote.c:1157
17039 #, c-format
17040 msgid "* remote %s"
17041 msgstr ""
17043 #: builtin/remote.c:1158
17044 #, c-format
17045 msgid "  Fetch URL: %s"
17046 msgstr ""
17048 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
17049 msgid "(no URL)"
17050 msgstr ""
17052 #. TRANSLATORS: the colon ':' should align
17053 #. with the one in " Fetch URL: %s"
17054 #. translation.
17056 #: builtin/remote.c:1173 builtin/remote.c:1175
17057 #, c-format
17058 msgid "  Push  URL: %s"
17059 msgstr ""
17061 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
17062 #, c-format
17063 msgid "  HEAD branch: %s"
17064 msgstr ""
17066 #: builtin/remote.c:1177
17067 msgid "(not queried)"
17068 msgstr ""
17070 #: builtin/remote.c:1179
17071 msgid "(unknown)"
17072 msgstr ""
17074 #: builtin/remote.c:1183
17075 #, c-format
17076 msgid ""
17077 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
17078 msgstr ""
17080 #: builtin/remote.c:1195
17081 #, c-format
17082 msgid "  Remote branch:%s"
17083 msgid_plural "  Remote branches:%s"
17084 msgstr[0] ""
17085 msgstr[1] ""
17087 #: builtin/remote.c:1198 builtin/remote.c:1224
17088 msgid " (status not queried)"
17089 msgstr ""
17091 #: builtin/remote.c:1207
17092 msgid "  Local branch configured for 'git pull':"
17093 msgid_plural "  Local branches configured for 'git pull':"
17094 msgstr[0] ""
17095 msgstr[1] ""
17097 #: builtin/remote.c:1215
17098 msgid "  Local refs will be mirrored by 'git push'"
17099 msgstr ""
17101 #: builtin/remote.c:1221
17102 #, c-format
17103 msgid "  Local ref configured for 'git push'%s:"
17104 msgid_plural "  Local refs configured for 'git push'%s:"
17105 msgstr[0] ""
17106 msgstr[1] ""
17108 #: builtin/remote.c:1242
17109 msgid "set refs/remotes/<name>/HEAD according to remote"
17110 msgstr ""
17112 #: builtin/remote.c:1244
17113 msgid "delete refs/remotes/<name>/HEAD"
17114 msgstr ""
17116 #: builtin/remote.c:1259
17117 msgid "Cannot determine remote HEAD"
17118 msgstr ""
17120 #: builtin/remote.c:1261
17121 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
17122 msgstr ""
17124 #: builtin/remote.c:1271
17125 #, c-format
17126 msgid "Could not delete %s"
17127 msgstr ""
17129 #: builtin/remote.c:1279
17130 #, c-format
17131 msgid "Not a valid ref: %s"
17132 msgstr ""
17134 #: builtin/remote.c:1281
17135 #, c-format
17136 msgid "Could not setup %s"
17137 msgstr ""
17139 #: builtin/remote.c:1299
17140 #, c-format
17141 msgid " %s will become dangling!"
17142 msgstr ""
17144 #: builtin/remote.c:1300
17145 #, c-format
17146 msgid " %s has become dangling!"
17147 msgstr ""
17149 #: builtin/remote.c:1310
17150 #, c-format
17151 msgid "Pruning %s"
17152 msgstr ""
17154 #: builtin/remote.c:1311
17155 #, c-format
17156 msgid "URL: %s"
17157 msgstr ""
17159 #: builtin/remote.c:1327
17160 #, c-format
17161 msgid " * [would prune] %s"
17162 msgstr ""
17164 #: builtin/remote.c:1330
17165 #, c-format
17166 msgid " * [pruned] %s"
17167 msgstr ""
17169 #: builtin/remote.c:1375
17170 msgid "prune remotes after fetching"
17171 msgstr ""
17173 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
17174 #, c-format
17175 msgid "No such remote '%s'"
17176 msgstr ""
17178 #: builtin/remote.c:1454
17179 msgid "add branch"
17180 msgstr ""
17182 #: builtin/remote.c:1461
17183 msgid "no remote specified"
17184 msgstr ""
17186 #: builtin/remote.c:1478
17187 msgid "query push URLs rather than fetch URLs"
17188 msgstr ""
17190 #: builtin/remote.c:1480
17191 msgid "return all URLs"
17192 msgstr ""
17194 #: builtin/remote.c:1508
17195 #, c-format
17196 msgid "no URLs configured for remote '%s'"
17197 msgstr ""
17199 #: builtin/remote.c:1534
17200 msgid "manipulate push URLs"
17201 msgstr ""
17203 #: builtin/remote.c:1536
17204 msgid "add URL"
17205 msgstr ""
17207 #: builtin/remote.c:1538
17208 msgid "delete URLs"
17209 msgstr ""
17211 #: builtin/remote.c:1545
17212 msgid "--add --delete doesn't make sense"
17213 msgstr ""
17215 #: builtin/remote.c:1584
17216 #, c-format
17217 msgid "Invalid old URL pattern: %s"
17218 msgstr ""
17220 #: builtin/remote.c:1592
17221 #, c-format
17222 msgid "No such URL found: %s"
17223 msgstr ""
17225 #: builtin/remote.c:1594
17226 msgid "Will not delete all non-push URLs"
17227 msgstr ""
17229 #: builtin/remote.c:1610
17230 msgid "be verbose; must be placed before a subcommand"
17231 msgstr ""
17233 #: builtin/remote.c:1641
17234 #, c-format
17235 msgid "Unknown subcommand: %s"
17236 msgstr ""
17238 #: builtin/repack.c:23
17239 msgid "git repack [<options>]"
17240 msgstr ""
17242 #: builtin/repack.c:28
17243 msgid ""
17244 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
17245 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
17246 msgstr ""
17248 #: builtin/repack.c:191
17249 msgid "could not start pack-objects to repack promisor objects"
17250 msgstr ""
17252 #: builtin/repack.c:230 builtin/repack.c:409
17253 msgid "repack: Expecting full hex object ID lines only from pack-objects."
17254 msgstr ""
17256 #: builtin/repack.c:247
17257 msgid "could not finish pack-objects to repack promisor objects"
17258 msgstr ""
17260 #: builtin/repack.c:285
17261 msgid "pack everything in a single pack"
17262 msgstr ""
17264 #: builtin/repack.c:287
17265 msgid "same as -a, and turn unreachable objects loose"
17266 msgstr ""
17268 #: builtin/repack.c:290
17269 msgid "remove redundant packs, and run git-prune-packed"
17270 msgstr ""
17272 #: builtin/repack.c:292
17273 msgid "pass --no-reuse-delta to git-pack-objects"
17274 msgstr ""
17276 #: builtin/repack.c:294
17277 msgid "pass --no-reuse-object to git-pack-objects"
17278 msgstr ""
17280 #: builtin/repack.c:296
17281 msgid "do not run git-update-server-info"
17282 msgstr ""
17284 #: builtin/repack.c:299
17285 msgid "pass --local to git-pack-objects"
17286 msgstr ""
17288 #: builtin/repack.c:301
17289 msgid "write bitmap index"
17290 msgstr ""
17292 #: builtin/repack.c:303
17293 msgid "pass --delta-islands to git-pack-objects"
17294 msgstr ""
17296 #: builtin/repack.c:304
17297 msgid "approxidate"
17298 msgstr ""
17300 #: builtin/repack.c:305
17301 msgid "with -A, do not loosen objects older than this"
17302 msgstr ""
17304 #: builtin/repack.c:307
17305 msgid "with -a, repack unreachable objects"
17306 msgstr ""
17308 #: builtin/repack.c:309
17309 msgid "size of the window used for delta compression"
17310 msgstr ""
17312 #: builtin/repack.c:310 builtin/repack.c:316
17313 msgid "bytes"
17314 msgstr ""
17316 #: builtin/repack.c:311
17317 msgid "same as the above, but limit memory size instead of entries count"
17318 msgstr ""
17320 #: builtin/repack.c:313
17321 msgid "limits the maximum delta depth"
17322 msgstr ""
17324 #: builtin/repack.c:315
17325 msgid "limits the maximum number of threads"
17326 msgstr ""
17328 #: builtin/repack.c:317
17329 msgid "maximum size of each packfile"
17330 msgstr ""
17332 #: builtin/repack.c:319
17333 msgid "repack objects in packs marked with .keep"
17334 msgstr ""
17336 #: builtin/repack.c:321
17337 msgid "do not repack this pack"
17338 msgstr ""
17340 #: builtin/repack.c:331
17341 msgid "cannot delete packs in a precious-objects repo"
17342 msgstr ""
17344 #: builtin/repack.c:335
17345 msgid "--keep-unreachable and -A are incompatible"
17346 msgstr ""
17348 #: builtin/repack.c:418
17349 msgid "Nothing new to pack."
17350 msgstr ""
17352 #: builtin/repack.c:479
17353 #, c-format
17354 msgid ""
17355 "WARNING: Some packs in use have been renamed by\n"
17356 "WARNING: prefixing old- to their name, in order to\n"
17357 "WARNING: replace them with the new version of the\n"
17358 "WARNING: file.  But the operation failed, and the\n"
17359 "WARNING: attempt to rename them back to their\n"
17360 "WARNING: original names also failed.\n"
17361 "WARNING: Please rename them in %s manually:\n"
17362 msgstr ""
17364 #: builtin/repack.c:527
17365 #, c-format
17366 msgid "failed to remove '%s'"
17367 msgstr ""
17369 #: builtin/replace.c:22
17370 msgid "git replace [-f] <object> <replacement>"
17371 msgstr ""
17373 #: builtin/replace.c:23
17374 msgid "git replace [-f] --edit <object>"
17375 msgstr ""
17377 #: builtin/replace.c:24
17378 msgid "git replace [-f] --graft <commit> [<parent>...]"
17379 msgstr ""
17381 #: builtin/replace.c:25
17382 msgid "git replace [-f] --convert-graft-file"
17383 msgstr ""
17385 #: builtin/replace.c:26
17386 msgid "git replace -d <object>..."
17387 msgstr ""
17389 #: builtin/replace.c:27
17390 msgid "git replace [--format=<format>] [-l [<pattern>]]"
17391 msgstr ""
17393 #: builtin/replace.c:90
17394 #, c-format
17395 msgid ""
17396 "invalid replace format '%s'\n"
17397 "valid formats are 'short', 'medium' and 'long'"
17398 msgstr ""
17400 #: builtin/replace.c:125
17401 #, c-format
17402 msgid "replace ref '%s' not found"
17403 msgstr ""
17405 #: builtin/replace.c:141
17406 #, c-format
17407 msgid "Deleted replace ref '%s'"
17408 msgstr ""
17410 #: builtin/replace.c:153
17411 #, c-format
17412 msgid "'%s' is not a valid ref name"
17413 msgstr ""
17415 #: builtin/replace.c:158
17416 #, c-format
17417 msgid "replace ref '%s' already exists"
17418 msgstr ""
17420 #: builtin/replace.c:178
17421 #, c-format
17422 msgid ""
17423 "Objects must be of the same type.\n"
17424 "'%s' points to a replaced object of type '%s'\n"
17425 "while '%s' points to a replacement object of type '%s'."
17426 msgstr ""
17428 #: builtin/replace.c:229
17429 #, c-format
17430 msgid "unable to open %s for writing"
17431 msgstr ""
17433 #: builtin/replace.c:242
17434 msgid "cat-file reported failure"
17435 msgstr ""
17437 #: builtin/replace.c:258
17438 #, c-format
17439 msgid "unable to open %s for reading"
17440 msgstr ""
17442 #: builtin/replace.c:272
17443 msgid "unable to spawn mktree"
17444 msgstr ""
17446 #: builtin/replace.c:276
17447 msgid "unable to read from mktree"
17448 msgstr ""
17450 #: builtin/replace.c:285
17451 msgid "mktree reported failure"
17452 msgstr ""
17454 #: builtin/replace.c:289
17455 msgid "mktree did not return an object name"
17456 msgstr ""
17458 #: builtin/replace.c:298
17459 #, c-format
17460 msgid "unable to fstat %s"
17461 msgstr ""
17463 #: builtin/replace.c:303
17464 msgid "unable to write object to database"
17465 msgstr ""
17467 #: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:423
17468 #: builtin/replace.c:453
17469 #, c-format
17470 msgid "not a valid object name: '%s'"
17471 msgstr ""
17473 #: builtin/replace.c:326
17474 #, c-format
17475 msgid "unable to get object type for %s"
17476 msgstr ""
17478 #: builtin/replace.c:342
17479 msgid "editing object file failed"
17480 msgstr ""
17482 #: builtin/replace.c:351
17483 #, c-format
17484 msgid "new object is the same as the old one: '%s'"
17485 msgstr ""
17487 #: builtin/replace.c:384
17488 #, c-format
17489 msgid "could not parse %s as a commit"
17490 msgstr ""
17492 #: builtin/replace.c:415
17493 #, c-format
17494 msgid "bad mergetag in commit '%s'"
17495 msgstr ""
17497 #: builtin/replace.c:417
17498 #, c-format
17499 msgid "malformed mergetag in commit '%s'"
17500 msgstr ""
17502 #: builtin/replace.c:429
17503 #, c-format
17504 msgid ""
17505 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17506 "instead of --graft"
17507 msgstr ""
17509 #: builtin/replace.c:468
17510 #, c-format
17511 msgid "the original commit '%s' has a gpg signature"
17512 msgstr ""
17514 #: builtin/replace.c:469
17515 msgid "the signature will be removed in the replacement commit!"
17516 msgstr ""
17518 #: builtin/replace.c:479
17519 #, c-format
17520 msgid "could not write replacement commit for: '%s'"
17521 msgstr ""
17523 #: builtin/replace.c:487
17524 #, c-format
17525 msgid "graft for '%s' unnecessary"
17526 msgstr ""
17528 #: builtin/replace.c:491
17529 #, c-format
17530 msgid "new commit is the same as the old one: '%s'"
17531 msgstr ""
17533 #: builtin/replace.c:526
17534 #, c-format
17535 msgid ""
17536 "could not convert the following graft(s):\n"
17537 "%s"
17538 msgstr ""
17540 #: builtin/replace.c:547
17541 msgid "list replace refs"
17542 msgstr ""
17544 #: builtin/replace.c:548
17545 msgid "delete replace refs"
17546 msgstr ""
17548 #: builtin/replace.c:549
17549 msgid "edit existing object"
17550 msgstr ""
17552 #: builtin/replace.c:550
17553 msgid "change a commit's parents"
17554 msgstr ""
17556 #: builtin/replace.c:551
17557 msgid "convert existing graft file"
17558 msgstr ""
17560 #: builtin/replace.c:552
17561 msgid "replace the ref if it exists"
17562 msgstr ""
17564 #: builtin/replace.c:554
17565 msgid "do not pretty-print contents for --edit"
17566 msgstr ""
17568 #: builtin/replace.c:555
17569 msgid "use this format"
17570 msgstr ""
17572 #: builtin/replace.c:568
17573 msgid "--format cannot be used when not listing"
17574 msgstr ""
17576 #: builtin/replace.c:576
17577 msgid "-f only makes sense when writing a replacement"
17578 msgstr ""
17580 #: builtin/replace.c:580
17581 msgid "--raw only makes sense with --edit"
17582 msgstr ""
17584 #: builtin/replace.c:586
17585 msgid "-d needs at least one argument"
17586 msgstr ""
17588 #: builtin/replace.c:592
17589 msgid "bad number of arguments"
17590 msgstr ""
17592 #: builtin/replace.c:598
17593 msgid "-e needs exactly one argument"
17594 msgstr ""
17596 #: builtin/replace.c:604
17597 msgid "-g needs at least one argument"
17598 msgstr ""
17600 #: builtin/replace.c:610
17601 msgid "--convert-graft-file takes no argument"
17602 msgstr ""
17604 #: builtin/replace.c:616
17605 msgid "only one pattern can be given with -l"
17606 msgstr ""
17608 #: builtin/rerere.c:13
17609 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17610 msgstr ""
17612 #: builtin/rerere.c:60
17613 msgid "register clean resolutions in index"
17614 msgstr ""
17616 #: builtin/rerere.c:79
17617 msgid "'git rerere forget' without paths is deprecated"
17618 msgstr ""
17620 #: builtin/rerere.c:113
17621 #, c-format
17622 msgid "unable to generate diff for '%s'"
17623 msgstr ""
17625 #: builtin/reset.c:32
17626 msgid ""
17627 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17628 msgstr ""
17630 #: builtin/reset.c:33
17631 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17632 msgstr ""
17634 #: builtin/reset.c:34
17635 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17636 msgstr ""
17638 #: builtin/reset.c:40
17639 msgid "mixed"
17640 msgstr ""
17642 #: builtin/reset.c:40
17643 msgid "soft"
17644 msgstr ""
17646 #: builtin/reset.c:40
17647 msgid "hard"
17648 msgstr ""
17650 #: builtin/reset.c:40
17651 msgid "merge"
17652 msgstr ""
17654 #: builtin/reset.c:40
17655 msgid "keep"
17656 msgstr ""
17658 #: builtin/reset.c:81
17659 msgid "You do not have a valid HEAD."
17660 msgstr ""
17662 #: builtin/reset.c:83
17663 msgid "Failed to find tree of HEAD."
17664 msgstr ""
17666 #: builtin/reset.c:89
17667 #, c-format
17668 msgid "Failed to find tree of %s."
17669 msgstr ""
17671 #: builtin/reset.c:114
17672 #, c-format
17673 msgid "HEAD is now at %s"
17674 msgstr ""
17676 #: builtin/reset.c:193
17677 #, c-format
17678 msgid "Cannot do a %s reset in the middle of a merge."
17679 msgstr ""
17681 #: builtin/reset.c:293 builtin/stash.c:520 builtin/stash.c:595
17682 #: builtin/stash.c:619
17683 msgid "be quiet, only report errors"
17684 msgstr ""
17686 #: builtin/reset.c:295
17687 msgid "reset HEAD and index"
17688 msgstr ""
17690 #: builtin/reset.c:296
17691 msgid "reset only HEAD"
17692 msgstr ""
17694 #: builtin/reset.c:298 builtin/reset.c:300
17695 msgid "reset HEAD, index and working tree"
17696 msgstr ""
17698 #: builtin/reset.c:302
17699 msgid "reset HEAD but keep local changes"
17700 msgstr ""
17702 #: builtin/reset.c:308
17703 msgid "record only the fact that removed paths will be added later"
17704 msgstr ""
17706 #: builtin/reset.c:326
17707 #, c-format
17708 msgid "Failed to resolve '%s' as a valid revision."
17709 msgstr ""
17711 #: builtin/reset.c:334
17712 #, c-format
17713 msgid "Failed to resolve '%s' as a valid tree."
17714 msgstr ""
17716 #: builtin/reset.c:343
17717 msgid "--patch is incompatible with --{hard,mixed,soft}"
17718 msgstr ""
17720 #: builtin/reset.c:353
17721 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17722 msgstr ""
17724 #: builtin/reset.c:355
17725 #, c-format
17726 msgid "Cannot do %s reset with paths."
17727 msgstr ""
17729 #: builtin/reset.c:370
17730 #, c-format
17731 msgid "%s reset is not allowed in a bare repository"
17732 msgstr ""
17734 #: builtin/reset.c:374
17735 msgid "-N can only be used with --mixed"
17736 msgstr ""
17738 #: builtin/reset.c:395
17739 msgid "Unstaged changes after reset:"
17740 msgstr ""
17742 #: builtin/reset.c:398
17743 #, c-format
17744 msgid ""
17745 "\n"
17746 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17747 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17748 "to make this the default.\n"
17749 msgstr ""
17751 #: builtin/reset.c:408
17752 #, c-format
17753 msgid "Could not reset index file to revision '%s'."
17754 msgstr ""
17756 #: builtin/reset.c:412
17757 msgid "Could not write new index file."
17758 msgstr ""
17760 #: builtin/rev-list.c:411
17761 msgid "cannot combine --exclude-promisor-objects and --missing"
17762 msgstr ""
17764 #: builtin/rev-list.c:472
17765 msgid "object filtering requires --objects"
17766 msgstr ""
17768 #: builtin/rev-list.c:522
17769 msgid "rev-list does not support display of notes"
17770 msgstr ""
17772 #: builtin/rev-list.c:525
17773 msgid "cannot combine --use-bitmap-index with object filtering"
17774 msgstr ""
17776 #: builtin/rev-parse.c:408
17777 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17778 msgstr ""
17780 #: builtin/rev-parse.c:413
17781 msgid "keep the `--` passed as an arg"
17782 msgstr ""
17784 #: builtin/rev-parse.c:415
17785 msgid "stop parsing after the first non-option argument"
17786 msgstr ""
17788 #: builtin/rev-parse.c:418
17789 msgid "output in stuck long form"
17790 msgstr ""
17792 #: builtin/rev-parse.c:551
17793 msgid ""
17794 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
17795 "   or: git rev-parse --sq-quote [<arg>...]\n"
17796 "   or: git rev-parse [<options>] [<arg>...]\n"
17797 "\n"
17798 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17799 msgstr ""
17801 #: builtin/revert.c:24
17802 msgid "git revert [<options>] <commit-ish>..."
17803 msgstr ""
17805 #: builtin/revert.c:25
17806 msgid "git revert <subcommand>"
17807 msgstr ""
17809 #: builtin/revert.c:30
17810 msgid "git cherry-pick [<options>] <commit-ish>..."
17811 msgstr ""
17813 #: builtin/revert.c:31
17814 msgid "git cherry-pick <subcommand>"
17815 msgstr ""
17817 #: builtin/revert.c:72
17818 #, c-format
17819 msgid "option `%s' expects a number greater than zero"
17820 msgstr ""
17822 #: builtin/revert.c:92
17823 #, c-format
17824 msgid "%s: %s cannot be used with %s"
17825 msgstr ""
17827 #: builtin/revert.c:102
17828 msgid "end revert or cherry-pick sequence"
17829 msgstr ""
17831 #: builtin/revert.c:103
17832 msgid "resume revert or cherry-pick sequence"
17833 msgstr ""
17835 #: builtin/revert.c:104
17836 msgid "cancel revert or cherry-pick sequence"
17837 msgstr ""
17839 #: builtin/revert.c:105
17840 msgid "skip current commit and continue"
17841 msgstr ""
17843 #: builtin/revert.c:107
17844 msgid "don't automatically commit"
17845 msgstr ""
17847 #: builtin/revert.c:108
17848 msgid "edit the commit message"
17849 msgstr ""
17851 #: builtin/revert.c:111
17852 msgid "parent-number"
17853 msgstr ""
17855 #: builtin/revert.c:112
17856 msgid "select mainline parent"
17857 msgstr ""
17859 #: builtin/revert.c:114
17860 msgid "merge strategy"
17861 msgstr ""
17863 #: builtin/revert.c:116
17864 msgid "option for merge strategy"
17865 msgstr ""
17867 #: builtin/revert.c:125
17868 msgid "append commit name"
17869 msgstr ""
17871 #: builtin/revert.c:127
17872 msgid "preserve initially empty commits"
17873 msgstr ""
17875 #: builtin/revert.c:129
17876 msgid "keep redundant, empty commits"
17877 msgstr ""
17879 #: builtin/revert.c:232
17880 msgid "revert failed"
17881 msgstr ""
17883 #: builtin/revert.c:245
17884 msgid "cherry-pick failed"
17885 msgstr ""
17887 #: builtin/rm.c:19
17888 msgid "git rm [<options>] [--] <file>..."
17889 msgstr ""
17891 #: builtin/rm.c:207
17892 msgid ""
17893 "the following file has staged content different from both the\n"
17894 "file and the HEAD:"
17895 msgid_plural ""
17896 "the following files have staged content different from both the\n"
17897 "file and the HEAD:"
17898 msgstr[0] ""
17899 msgstr[1] ""
17901 #: builtin/rm.c:212
17902 msgid ""
17903 "\n"
17904 "(use -f to force removal)"
17905 msgstr ""
17907 #: builtin/rm.c:216
17908 msgid "the following file has changes staged in the index:"
17909 msgid_plural "the following files have changes staged in the index:"
17910 msgstr[0] ""
17911 msgstr[1] ""
17913 #: builtin/rm.c:220 builtin/rm.c:229
17914 msgid ""
17915 "\n"
17916 "(use --cached to keep the file, or -f to force removal)"
17917 msgstr ""
17919 #: builtin/rm.c:226
17920 msgid "the following file has local modifications:"
17921 msgid_plural "the following files have local modifications:"
17922 msgstr[0] ""
17923 msgstr[1] ""
17925 #: builtin/rm.c:242
17926 msgid "do not list removed files"
17927 msgstr ""
17929 #: builtin/rm.c:243
17930 msgid "only remove from the index"
17931 msgstr ""
17933 #: builtin/rm.c:244
17934 msgid "override the up-to-date check"
17935 msgstr ""
17937 #: builtin/rm.c:245
17938 msgid "allow recursive removal"
17939 msgstr ""
17941 #: builtin/rm.c:247
17942 msgid "exit with a zero status even if nothing matched"
17943 msgstr ""
17945 #: builtin/rm.c:289
17946 msgid "please stage your changes to .gitmodules or stash them to proceed"
17947 msgstr ""
17949 #: builtin/rm.c:307
17950 #, c-format
17951 msgid "not removing '%s' recursively without -r"
17952 msgstr ""
17954 #: builtin/rm.c:346
17955 #, c-format
17956 msgid "git rm: unable to remove %s"
17957 msgstr ""
17959 #: builtin/send-pack.c:20
17960 msgid ""
17961 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17962 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17963 "[<ref>...]\n"
17964 "  --all and explicit <ref> specification are mutually exclusive."
17965 msgstr ""
17967 #: builtin/send-pack.c:163
17968 msgid "remote name"
17969 msgstr ""
17971 #: builtin/send-pack.c:177
17972 msgid "use stateless RPC protocol"
17973 msgstr ""
17975 #: builtin/send-pack.c:178
17976 msgid "read refs from stdin"
17977 msgstr ""
17979 #: builtin/send-pack.c:179
17980 msgid "print status from remote helper"
17981 msgstr ""
17983 #: builtin/shortlog.c:14
17984 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17985 msgstr ""
17987 #: builtin/shortlog.c:15
17988 msgid "git log --pretty=short | git shortlog [<options>]"
17989 msgstr ""
17991 #: builtin/shortlog.c:264
17992 msgid "Group by committer rather than author"
17993 msgstr ""
17995 #: builtin/shortlog.c:266
17996 msgid "sort output according to the number of commits per author"
17997 msgstr ""
17999 #: builtin/shortlog.c:268
18000 msgid "Suppress commit descriptions, only provides commit count"
18001 msgstr ""
18003 #: builtin/shortlog.c:270
18004 msgid "Show the email address of each author"
18005 msgstr ""
18007 #: builtin/shortlog.c:271
18008 msgid "<w>[,<i1>[,<i2>]]"
18009 msgstr ""
18011 #: builtin/shortlog.c:272
18012 msgid "Linewrap output"
18013 msgstr ""
18015 #: builtin/shortlog.c:301
18016 msgid "too many arguments given outside repository"
18017 msgstr ""
18019 #: builtin/show-branch.c:13
18020 msgid ""
18021 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
18022 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
18023 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
18024 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
18025 msgstr ""
18027 #: builtin/show-branch.c:17
18028 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
18029 msgstr ""
18031 #: builtin/show-branch.c:395
18032 #, c-format
18033 msgid "ignoring %s; cannot handle more than %d ref"
18034 msgid_plural "ignoring %s; cannot handle more than %d refs"
18035 msgstr[0] ""
18036 msgstr[1] ""
18038 #: builtin/show-branch.c:548
18039 #, c-format
18040 msgid "no matching refs with %s"
18041 msgstr ""
18043 #: builtin/show-branch.c:645
18044 msgid "show remote-tracking and local branches"
18045 msgstr ""
18047 #: builtin/show-branch.c:647
18048 msgid "show remote-tracking branches"
18049 msgstr ""
18051 #: builtin/show-branch.c:649
18052 msgid "color '*!+-' corresponding to the branch"
18053 msgstr ""
18055 #: builtin/show-branch.c:651
18056 msgid "show <n> more commits after the common ancestor"
18057 msgstr ""
18059 #: builtin/show-branch.c:653
18060 msgid "synonym to more=-1"
18061 msgstr ""
18063 #: builtin/show-branch.c:654
18064 msgid "suppress naming strings"
18065 msgstr ""
18067 #: builtin/show-branch.c:656
18068 msgid "include the current branch"
18069 msgstr ""
18071 #: builtin/show-branch.c:658
18072 msgid "name commits with their object names"
18073 msgstr ""
18075 #: builtin/show-branch.c:660
18076 msgid "show possible merge bases"
18077 msgstr ""
18079 #: builtin/show-branch.c:662
18080 msgid "show refs unreachable from any other ref"
18081 msgstr ""
18083 #: builtin/show-branch.c:664
18084 msgid "show commits in topological order"
18085 msgstr ""
18087 #: builtin/show-branch.c:667
18088 msgid "show only commits not on the first branch"
18089 msgstr ""
18091 #: builtin/show-branch.c:669
18092 msgid "show merges reachable from only one tip"
18093 msgstr ""
18095 #: builtin/show-branch.c:671
18096 msgid "topologically sort, maintaining date order where possible"
18097 msgstr ""
18099 #: builtin/show-branch.c:674
18100 msgid "<n>[,<base>]"
18101 msgstr ""
18103 #: builtin/show-branch.c:675
18104 msgid "show <n> most recent ref-log entries starting at base"
18105 msgstr ""
18107 #: builtin/show-branch.c:711
18108 msgid ""
18109 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
18110 msgstr ""
18112 #: builtin/show-branch.c:735
18113 msgid "no branches given, and HEAD is not valid"
18114 msgstr ""
18116 #: builtin/show-branch.c:738
18117 msgid "--reflog option needs one branch name"
18118 msgstr ""
18120 #: builtin/show-branch.c:741
18121 #, c-format
18122 msgid "only %d entry can be shown at one time."
18123 msgid_plural "only %d entries can be shown at one time."
18124 msgstr[0] ""
18125 msgstr[1] ""
18127 #: builtin/show-branch.c:745
18128 #, c-format
18129 msgid "no such ref %s"
18130 msgstr ""
18132 #: builtin/show-branch.c:831
18133 #, c-format
18134 msgid "cannot handle more than %d rev."
18135 msgid_plural "cannot handle more than %d revs."
18136 msgstr[0] ""
18137 msgstr[1] ""
18139 #: builtin/show-branch.c:835
18140 #, c-format
18141 msgid "'%s' is not a valid ref."
18142 msgstr ""
18144 #: builtin/show-branch.c:838
18145 #, c-format
18146 msgid "cannot find commit %s (%s)"
18147 msgstr ""
18149 #: builtin/show-ref.c:12
18150 msgid ""
18151 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
18152 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
18153 msgstr ""
18155 #: builtin/show-ref.c:13
18156 msgid "git show-ref --exclude-existing[=<pattern>]"
18157 msgstr ""
18159 #: builtin/show-ref.c:162
18160 msgid "only show tags (can be combined with heads)"
18161 msgstr ""
18163 #: builtin/show-ref.c:163
18164 msgid "only show heads (can be combined with tags)"
18165 msgstr ""
18167 #: builtin/show-ref.c:164
18168 msgid "stricter reference checking, requires exact ref path"
18169 msgstr ""
18171 #: builtin/show-ref.c:167 builtin/show-ref.c:169
18172 msgid "show the HEAD reference, even if it would be filtered out"
18173 msgstr ""
18175 #: builtin/show-ref.c:171
18176 msgid "dereference tags into object IDs"
18177 msgstr ""
18179 #: builtin/show-ref.c:173
18180 msgid "only show SHA1 hash using <n> digits"
18181 msgstr ""
18183 #: builtin/show-ref.c:177
18184 msgid "do not print results to stdout (useful with --verify)"
18185 msgstr ""
18187 #: builtin/show-ref.c:179
18188 msgid "show refs from stdin that aren't in local repository"
18189 msgstr ""
18191 #: builtin/stash.c:22 builtin/stash.c:37
18192 msgid "git stash list [<options>]"
18193 msgstr ""
18195 #: builtin/stash.c:23 builtin/stash.c:42
18196 msgid "git stash show [<options>] [<stash>]"
18197 msgstr ""
18199 #: builtin/stash.c:24 builtin/stash.c:47
18200 msgid "git stash drop [-q|--quiet] [<stash>]"
18201 msgstr ""
18203 #: builtin/stash.c:25
18204 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
18205 msgstr ""
18207 #: builtin/stash.c:26 builtin/stash.c:62
18208 msgid "git stash branch <branchname> [<stash>]"
18209 msgstr ""
18211 #: builtin/stash.c:27 builtin/stash.c:67
18212 msgid "git stash clear"
18213 msgstr ""
18215 #: builtin/stash.c:28 builtin/stash.c:77
18216 msgid ""
18217 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18218 "          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
18219 "          [--] [<pathspec>...]]"
18220 msgstr ""
18222 #: builtin/stash.c:31 builtin/stash.c:84
18223 msgid ""
18224 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18225 "          [-u|--include-untracked] [-a|--all] [<message>]"
18226 msgstr ""
18228 #: builtin/stash.c:52
18229 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
18230 msgstr ""
18232 #: builtin/stash.c:57
18233 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
18234 msgstr ""
18236 #: builtin/stash.c:72
18237 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
18238 msgstr ""
18240 #: builtin/stash.c:127
18241 #, c-format
18242 msgid "'%s' is not a stash-like commit"
18243 msgstr ""
18245 #: builtin/stash.c:147
18246 #, c-format
18247 msgid "Too many revisions specified:%s"
18248 msgstr ""
18250 #: builtin/stash.c:161 git-legacy-stash.sh:548
18251 msgid "No stash entries found."
18252 msgstr ""
18254 #: builtin/stash.c:175
18255 #, c-format
18256 msgid "%s is not a valid reference"
18257 msgstr ""
18259 #: builtin/stash.c:224 git-legacy-stash.sh:75
18260 msgid "git stash clear with parameters is unimplemented"
18261 msgstr ""
18263 #: builtin/stash.c:403
18264 msgid "cannot apply a stash in the middle of a merge"
18265 msgstr ""
18267 #: builtin/stash.c:414
18268 #, c-format
18269 msgid "could not generate diff %s^!."
18270 msgstr ""
18272 #: builtin/stash.c:421
18273 msgid "conflicts in index.Try without --index."
18274 msgstr ""
18276 #: builtin/stash.c:427
18277 msgid "could not save index tree"
18278 msgstr ""
18280 #: builtin/stash.c:436
18281 msgid "could not restore untracked files from stash"
18282 msgstr ""
18284 #: builtin/stash.c:450
18285 #, c-format
18286 msgid "Merging %s with %s"
18287 msgstr ""
18289 #: builtin/stash.c:460 git-legacy-stash.sh:680
18290 msgid "Index was not unstashed."
18291 msgstr ""
18293 #: builtin/stash.c:522 builtin/stash.c:621
18294 msgid "attempt to recreate the index"
18295 msgstr ""
18297 #: builtin/stash.c:555
18298 #, c-format
18299 msgid "Dropped %s (%s)"
18300 msgstr ""
18302 #: builtin/stash.c:558
18303 #, c-format
18304 msgid "%s: Could not drop stash entry"
18305 msgstr ""
18307 #: builtin/stash.c:583
18308 #, c-format
18309 msgid "'%s' is not a stash reference"
18310 msgstr ""
18312 #: builtin/stash.c:633 git-legacy-stash.sh:694
18313 msgid "The stash entry is kept in case you need it again."
18314 msgstr ""
18316 #: builtin/stash.c:656 git-legacy-stash.sh:712
18317 msgid "No branch name specified"
18318 msgstr ""
18320 #: builtin/stash.c:796 builtin/stash.c:833
18321 #, c-format
18322 msgid "Cannot update %s with %s"
18323 msgstr ""
18325 #: builtin/stash.c:814 builtin/stash.c:1470 builtin/stash.c:1506
18326 msgid "stash message"
18327 msgstr ""
18329 #: builtin/stash.c:824
18330 msgid "\"git stash store\" requires one <commit> argument"
18331 msgstr ""
18333 #: builtin/stash.c:1046 git-legacy-stash.sh:217
18334 msgid "No changes selected"
18335 msgstr ""
18337 #: builtin/stash.c:1145 git-legacy-stash.sh:150
18338 msgid "You do not have the initial commit yet"
18339 msgstr ""
18341 #: builtin/stash.c:1172 git-legacy-stash.sh:165
18342 msgid "Cannot save the current index state"
18343 msgstr ""
18345 #: builtin/stash.c:1181 git-legacy-stash.sh:180
18346 msgid "Cannot save the untracked files"
18347 msgstr ""
18349 #: builtin/stash.c:1192 builtin/stash.c:1201 git-legacy-stash.sh:200
18350 #: git-legacy-stash.sh:213
18351 msgid "Cannot save the current worktree state"
18352 msgstr ""
18354 #: builtin/stash.c:1229 git-legacy-stash.sh:233
18355 msgid "Cannot record working tree state"
18356 msgstr ""
18358 #: builtin/stash.c:1278 git-legacy-stash.sh:337
18359 msgid "Can't use --patch and --include-untracked or --all at the same time"
18360 msgstr ""
18362 #: builtin/stash.c:1294
18363 msgid "Did you forget to 'git add'?"
18364 msgstr ""
18366 #: builtin/stash.c:1309 git-legacy-stash.sh:345
18367 msgid "No local changes to save"
18368 msgstr ""
18370 #: builtin/stash.c:1316 git-legacy-stash.sh:350
18371 msgid "Cannot initialize stash"
18372 msgstr ""
18374 #: builtin/stash.c:1331 git-legacy-stash.sh:354
18375 msgid "Cannot save the current status"
18376 msgstr ""
18378 #: builtin/stash.c:1336
18379 #, c-format
18380 msgid "Saved working directory and index state %s"
18381 msgstr ""
18383 #: builtin/stash.c:1426 git-legacy-stash.sh:384
18384 msgid "Cannot remove worktree changes"
18385 msgstr ""
18387 #: builtin/stash.c:1461 builtin/stash.c:1497
18388 msgid "keep index"
18389 msgstr ""
18391 #: builtin/stash.c:1463 builtin/stash.c:1499
18392 msgid "stash in patch mode"
18393 msgstr ""
18395 #: builtin/stash.c:1464 builtin/stash.c:1500
18396 msgid "quiet mode"
18397 msgstr ""
18399 #: builtin/stash.c:1466 builtin/stash.c:1502
18400 msgid "include untracked files in stash"
18401 msgstr ""
18403 #: builtin/stash.c:1468 builtin/stash.c:1504
18404 msgid "include ignore files"
18405 msgstr ""
18407 #: builtin/stash.c:1564
18408 #, c-format
18409 msgid "could not exec %s"
18410 msgstr ""
18412 #: builtin/stripspace.c:18
18413 msgid "git stripspace [-s | --strip-comments]"
18414 msgstr ""
18416 #: builtin/stripspace.c:19
18417 msgid "git stripspace [-c | --comment-lines]"
18418 msgstr ""
18420 #: builtin/stripspace.c:37
18421 msgid "skip and remove all lines starting with comment character"
18422 msgstr ""
18424 #: builtin/stripspace.c:40
18425 msgid "prepend comment character and space to each line"
18426 msgstr ""
18428 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
18429 #, c-format
18430 msgid "Expecting a full ref name, got %s"
18431 msgstr ""
18433 #: builtin/submodule--helper.c:62
18434 msgid "submodule--helper print-default-remote takes no arguments"
18435 msgstr ""
18437 #: builtin/submodule--helper.c:100
18438 #, c-format
18439 msgid "cannot strip one component off url '%s'"
18440 msgstr ""
18442 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
18443 msgid "alternative anchor for relative paths"
18444 msgstr ""
18446 #: builtin/submodule--helper.c:413
18447 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
18448 msgstr ""
18450 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
18451 #: builtin/submodule--helper.c:651
18452 #, c-format
18453 msgid "No url found for submodule path '%s' in .gitmodules"
18454 msgstr ""
18456 #: builtin/submodule--helper.c:522
18457 #, c-format
18458 msgid "Entering '%s'\n"
18459 msgstr ""
18461 #: builtin/submodule--helper.c:525
18462 #, c-format
18463 msgid ""
18464 "run_command returned non-zero status for %s\n"
18466 msgstr ""
18468 #: builtin/submodule--helper.c:547
18469 #, c-format
18470 msgid ""
18471 "run_command returned non-zero status while recursing in the nested "
18472 "submodules of %s\n"
18474 msgstr ""
18476 #: builtin/submodule--helper.c:563
18477 msgid "Suppress output of entering each submodule command"
18478 msgstr ""
18480 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
18481 msgid "Recurse into nested submodules"
18482 msgstr ""
18484 #: builtin/submodule--helper.c:570
18485 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
18486 msgstr ""
18488 #: builtin/submodule--helper.c:597
18489 #, c-format
18490 msgid ""
18491 "could not look up configuration '%s'. Assuming this repository is its own "
18492 "authoritative upstream."
18493 msgstr ""
18495 #: builtin/submodule--helper.c:665
18496 #, c-format
18497 msgid "Failed to register url for submodule path '%s'"
18498 msgstr ""
18500 #: builtin/submodule--helper.c:669
18501 #, c-format
18502 msgid "Submodule '%s' (%s) registered for path '%s'\n"
18503 msgstr ""
18505 #: builtin/submodule--helper.c:679
18506 #, c-format
18507 msgid "warning: command update mode suggested for submodule '%s'\n"
18508 msgstr ""
18510 #: builtin/submodule--helper.c:686
18511 #, c-format
18512 msgid "Failed to register update mode for submodule path '%s'"
18513 msgstr ""
18515 #: builtin/submodule--helper.c:708
18516 msgid "Suppress output for initializing a submodule"
18517 msgstr ""
18519 #: builtin/submodule--helper.c:713
18520 msgid "git submodule--helper init [<options>] [<path>]"
18521 msgstr ""
18523 #: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
18524 #, c-format
18525 msgid "no submodule mapping found in .gitmodules for path '%s'"
18526 msgstr ""
18528 #: builtin/submodule--helper.c:824
18529 #, c-format
18530 msgid "could not resolve HEAD ref inside the submodule '%s'"
18531 msgstr ""
18533 #: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
18534 #, c-format
18535 msgid "failed to recurse into submodule '%s'"
18536 msgstr ""
18538 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
18539 msgid "Suppress submodule status output"
18540 msgstr ""
18542 #: builtin/submodule--helper.c:876
18543 msgid ""
18544 "Use commit stored in the index instead of the one stored in the submodule "
18545 "HEAD"
18546 msgstr ""
18548 #: builtin/submodule--helper.c:877
18549 msgid "recurse into nested submodules"
18550 msgstr ""
18552 #: builtin/submodule--helper.c:882
18553 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18554 msgstr ""
18556 #: builtin/submodule--helper.c:906
18557 msgid "git submodule--helper name <path>"
18558 msgstr ""
18560 #: builtin/submodule--helper.c:970
18561 #, c-format
18562 msgid "Synchronizing submodule url for '%s'\n"
18563 msgstr ""
18565 #: builtin/submodule--helper.c:976
18566 #, c-format
18567 msgid "failed to register url for submodule path '%s'"
18568 msgstr ""
18570 #: builtin/submodule--helper.c:990
18571 #, c-format
18572 msgid "failed to get the default remote for submodule '%s'"
18573 msgstr ""
18575 #: builtin/submodule--helper.c:1001
18576 #, c-format
18577 msgid "failed to update remote for submodule '%s'"
18578 msgstr ""
18580 #: builtin/submodule--helper.c:1048
18581 msgid "Suppress output of synchronizing submodule url"
18582 msgstr ""
18584 #: builtin/submodule--helper.c:1055
18585 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18586 msgstr ""
18588 #: builtin/submodule--helper.c:1109
18589 #, c-format
18590 msgid ""
18591 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18592 "really want to remove it including all of its history)"
18593 msgstr ""
18595 #: builtin/submodule--helper.c:1121
18596 #, c-format
18597 msgid ""
18598 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
18599 "them"
18600 msgstr ""
18602 #: builtin/submodule--helper.c:1129
18603 #, c-format
18604 msgid "Cleared directory '%s'\n"
18605 msgstr ""
18607 #: builtin/submodule--helper.c:1131
18608 #, c-format
18609 msgid "Could not remove submodule work tree '%s'\n"
18610 msgstr ""
18612 #: builtin/submodule--helper.c:1142
18613 #, c-format
18614 msgid "could not create empty submodule directory %s"
18615 msgstr ""
18617 #: builtin/submodule--helper.c:1158
18618 #, c-format
18619 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18620 msgstr ""
18622 #: builtin/submodule--helper.c:1187
18623 msgid "Remove submodule working trees even if they contain local changes"
18624 msgstr ""
18626 #: builtin/submodule--helper.c:1188
18627 msgid "Unregister all submodules"
18628 msgstr ""
18630 #: builtin/submodule--helper.c:1193
18631 msgid ""
18632 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18633 msgstr ""
18635 #: builtin/submodule--helper.c:1207
18636 msgid "Use '--all' if you really want to deinitialize all submodules"
18637 msgstr ""
18639 #: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
18640 #, c-format
18641 msgid "submodule '%s' cannot add alternate: %s"
18642 msgstr ""
18644 #: builtin/submodule--helper.c:1341
18645 #, c-format
18646 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18647 msgstr ""
18649 #: builtin/submodule--helper.c:1348
18650 #, c-format
18651 msgid "Value '%s' for submodule.alternateLocation is not recognized"
18652 msgstr ""
18654 #: builtin/submodule--helper.c:1371
18655 msgid "where the new submodule will be cloned to"
18656 msgstr ""
18658 #: builtin/submodule--helper.c:1374
18659 msgid "name of the new submodule"
18660 msgstr ""
18662 #: builtin/submodule--helper.c:1377
18663 msgid "url where to clone the submodule from"
18664 msgstr ""
18666 #: builtin/submodule--helper.c:1385
18667 msgid "depth for shallow clones"
18668 msgstr ""
18670 #: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
18671 msgid "force cloning progress"
18672 msgstr ""
18674 #: builtin/submodule--helper.c:1393
18675 msgid ""
18676 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18677 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18678 msgstr ""
18680 #: builtin/submodule--helper.c:1424
18681 #, c-format
18682 msgid "clone of '%s' into submodule path '%s' failed"
18683 msgstr ""
18685 #: builtin/submodule--helper.c:1438
18686 #, c-format
18687 msgid "could not get submodule directory for '%s'"
18688 msgstr ""
18690 #: builtin/submodule--helper.c:1474
18691 #, c-format
18692 msgid "Invalid update mode '%s' for submodule path '%s'"
18693 msgstr ""
18695 #: builtin/submodule--helper.c:1478
18696 #, c-format
18697 msgid "Invalid update mode '%s' configured for submodule path '%s'"
18698 msgstr ""
18700 #: builtin/submodule--helper.c:1571
18701 #, c-format
18702 msgid "Submodule path '%s' not initialized"
18703 msgstr ""
18705 #: builtin/submodule--helper.c:1575
18706 msgid "Maybe you want to use 'update --init'?"
18707 msgstr ""
18709 #: builtin/submodule--helper.c:1605
18710 #, c-format
18711 msgid "Skipping unmerged submodule %s"
18712 msgstr ""
18714 #: builtin/submodule--helper.c:1634
18715 #, c-format
18716 msgid "Skipping submodule '%s'"
18717 msgstr ""
18719 #: builtin/submodule--helper.c:1778
18720 #, c-format
18721 msgid "Failed to clone '%s'. Retry scheduled"
18722 msgstr ""
18724 #: builtin/submodule--helper.c:1789
18725 #, c-format
18726 msgid "Failed to clone '%s' a second time, aborting"
18727 msgstr ""
18729 #: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
18730 msgid "path into the working tree"
18731 msgstr ""
18733 #: builtin/submodule--helper.c:1854
18734 msgid "path into the working tree, across nested submodule boundaries"
18735 msgstr ""
18737 #: builtin/submodule--helper.c:1858
18738 msgid "rebase, merge, checkout or none"
18739 msgstr ""
18741 #: builtin/submodule--helper.c:1864
18742 msgid "Create a shallow clone truncated to the specified number of revisions"
18743 msgstr ""
18745 #: builtin/submodule--helper.c:1867
18746 msgid "parallel jobs"
18747 msgstr ""
18749 #: builtin/submodule--helper.c:1869
18750 msgid "whether the initial clone should follow the shallow recommendation"
18751 msgstr ""
18753 #: builtin/submodule--helper.c:1870
18754 msgid "don't print cloning progress"
18755 msgstr ""
18757 #: builtin/submodule--helper.c:1877
18758 msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
18759 msgstr ""
18761 #: builtin/submodule--helper.c:1890
18762 msgid "bad value for update parameter"
18763 msgstr ""
18765 #: builtin/submodule--helper.c:1938
18766 #, c-format
18767 msgid ""
18768 "Submodule (%s) branch configured to inherit branch from superproject, but "
18769 "the superproject is not on any branch"
18770 msgstr ""
18772 #: builtin/submodule--helper.c:2061
18773 #, c-format
18774 msgid "could not get a repository handle for submodule '%s'"
18775 msgstr ""
18777 #: builtin/submodule--helper.c:2094
18778 msgid "recurse into submodules"
18779 msgstr ""
18781 #: builtin/submodule--helper.c:2100
18782 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18783 msgstr ""
18785 #: builtin/submodule--helper.c:2156
18786 msgid "check if it is safe to write to the .gitmodules file"
18787 msgstr ""
18789 #: builtin/submodule--helper.c:2159
18790 msgid "unset the config in the .gitmodules file"
18791 msgstr ""
18793 #: builtin/submodule--helper.c:2164
18794 msgid "git submodule--helper config <name> [<value>]"
18795 msgstr ""
18797 #: builtin/submodule--helper.c:2165
18798 msgid "git submodule--helper config --unset <name>"
18799 msgstr ""
18801 #: builtin/submodule--helper.c:2166
18802 msgid "git submodule--helper config --check-writeable"
18803 msgstr ""
18805 #: builtin/submodule--helper.c:2185 git-submodule.sh:171
18806 #, sh-format
18807 msgid "please make sure that the .gitmodules file is in the working tree"
18808 msgstr ""
18810 #: builtin/submodule--helper.c:2235 git.c:433 git.c:683
18811 #, c-format
18812 msgid "%s doesn't support --super-prefix"
18813 msgstr ""
18815 #: builtin/submodule--helper.c:2241
18816 #, c-format
18817 msgid "'%s' is not a valid submodule--helper subcommand"
18818 msgstr ""
18820 #: builtin/symbolic-ref.c:8
18821 msgid "git symbolic-ref [<options>] <name> [<ref>]"
18822 msgstr ""
18824 #: builtin/symbolic-ref.c:9
18825 msgid "git symbolic-ref -d [-q] <name>"
18826 msgstr ""
18828 #: builtin/symbolic-ref.c:40
18829 msgid "suppress error message for non-symbolic (detached) refs"
18830 msgstr ""
18832 #: builtin/symbolic-ref.c:41
18833 msgid "delete symbolic ref"
18834 msgstr ""
18836 #: builtin/symbolic-ref.c:42
18837 msgid "shorten ref output"
18838 msgstr ""
18840 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18841 msgid "reason"
18842 msgstr ""
18844 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18845 msgid "reason of the update"
18846 msgstr ""
18848 #: builtin/tag.c:25
18849 msgid ""
18850 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18851 "\t\t<tagname> [<head>]"
18852 msgstr ""
18854 #: builtin/tag.c:27
18855 msgid "git tag -d <tagname>..."
18856 msgstr ""
18858 #: builtin/tag.c:28
18859 msgid ""
18860 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18861 "points-at <object>]\n"
18862 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18863 msgstr ""
18865 #: builtin/tag.c:30
18866 msgid "git tag -v [--format=<format>] <tagname>..."
18867 msgstr ""
18869 #: builtin/tag.c:89
18870 #, c-format
18871 msgid "tag '%s' not found."
18872 msgstr ""
18874 #: builtin/tag.c:105
18875 #, c-format
18876 msgid "Deleted tag '%s' (was %s)\n"
18877 msgstr ""
18879 #: builtin/tag.c:135
18880 #, c-format
18881 msgid ""
18882 "\n"
18883 "Write a message for tag:\n"
18884 "  %s\n"
18885 "Lines starting with '%c' will be ignored.\n"
18886 msgstr ""
18888 #: builtin/tag.c:139
18889 #, c-format
18890 msgid ""
18891 "\n"
18892 "Write a message for tag:\n"
18893 "  %s\n"
18894 "Lines starting with '%c' will be kept; you may remove them yourself if you "
18895 "want to.\n"
18896 msgstr ""
18898 #: builtin/tag.c:198
18899 msgid "unable to sign the tag"
18900 msgstr ""
18902 #: builtin/tag.c:200
18903 msgid "unable to write tag file"
18904 msgstr ""
18906 #: builtin/tag.c:216
18907 #, c-format
18908 msgid ""
18909 "You have created a nested tag. The object referred to by your new tag is\n"
18910 "already a tag. If you meant to tag the object that it points to, use:\n"
18911 "\n"
18912 "\tgit tag -f %s %s^{}"
18913 msgstr ""
18915 #: builtin/tag.c:232
18916 msgid "bad object type."
18917 msgstr ""
18919 #: builtin/tag.c:284
18920 msgid "no tag message?"
18921 msgstr ""
18923 #: builtin/tag.c:291
18924 #, c-format
18925 msgid "The tag message has been left in %s\n"
18926 msgstr ""
18928 #: builtin/tag.c:402
18929 msgid "list tag names"
18930 msgstr ""
18932 #: builtin/tag.c:404
18933 msgid "print <n> lines of each tag message"
18934 msgstr ""
18936 #: builtin/tag.c:406
18937 msgid "delete tags"
18938 msgstr ""
18940 #: builtin/tag.c:407
18941 msgid "verify tags"
18942 msgstr ""
18944 #: builtin/tag.c:409
18945 msgid "Tag creation options"
18946 msgstr ""
18948 #: builtin/tag.c:411
18949 msgid "annotated tag, needs a message"
18950 msgstr ""
18952 #: builtin/tag.c:413
18953 msgid "tag message"
18954 msgstr ""
18956 #: builtin/tag.c:415
18957 msgid "force edit of tag message"
18958 msgstr ""
18960 #: builtin/tag.c:416
18961 msgid "annotated and GPG-signed tag"
18962 msgstr ""
18964 #: builtin/tag.c:419
18965 msgid "use another key to sign the tag"
18966 msgstr ""
18968 #: builtin/tag.c:420
18969 msgid "replace the tag if exists"
18970 msgstr ""
18972 #: builtin/tag.c:421 builtin/update-ref.c:369
18973 msgid "create a reflog"
18974 msgstr ""
18976 #: builtin/tag.c:423
18977 msgid "Tag listing options"
18978 msgstr ""
18980 #: builtin/tag.c:424
18981 msgid "show tag list in columns"
18982 msgstr ""
18984 #: builtin/tag.c:425 builtin/tag.c:427
18985 msgid "print only tags that contain the commit"
18986 msgstr ""
18988 #: builtin/tag.c:426 builtin/tag.c:428
18989 msgid "print only tags that don't contain the commit"
18990 msgstr ""
18992 #: builtin/tag.c:429
18993 msgid "print only tags that are merged"
18994 msgstr ""
18996 #: builtin/tag.c:430
18997 msgid "print only tags that are not merged"
18998 msgstr ""
19000 #: builtin/tag.c:434
19001 msgid "print only tags of the object"
19002 msgstr ""
19004 #: builtin/tag.c:482
19005 msgid "--column and -n are incompatible"
19006 msgstr ""
19008 #: builtin/tag.c:504
19009 msgid "-n option is only allowed in list mode"
19010 msgstr ""
19012 #: builtin/tag.c:506
19013 msgid "--contains option is only allowed in list mode"
19014 msgstr ""
19016 #: builtin/tag.c:508
19017 msgid "--no-contains option is only allowed in list mode"
19018 msgstr ""
19020 #: builtin/tag.c:510
19021 msgid "--points-at option is only allowed in list mode"
19022 msgstr ""
19024 #: builtin/tag.c:512
19025 msgid "--merged and --no-merged options are only allowed in list mode"
19026 msgstr ""
19028 #: builtin/tag.c:523
19029 msgid "only one -F or -m option is allowed."
19030 msgstr ""
19032 #: builtin/tag.c:542
19033 msgid "too many params"
19034 msgstr ""
19036 #: builtin/tag.c:548
19037 #, c-format
19038 msgid "'%s' is not a valid tag name."
19039 msgstr ""
19041 #: builtin/tag.c:553
19042 #, c-format
19043 msgid "tag '%s' already exists"
19044 msgstr ""
19046 #: builtin/tag.c:584
19047 #, c-format
19048 msgid "Updated tag '%s' (was %s)\n"
19049 msgstr ""
19051 #: builtin/unpack-objects.c:500
19052 msgid "Unpacking objects"
19053 msgstr ""
19055 #: builtin/update-index.c:83
19056 #, c-format
19057 msgid "failed to create directory %s"
19058 msgstr ""
19060 #: builtin/update-index.c:99
19061 #, c-format
19062 msgid "failed to create file %s"
19063 msgstr ""
19065 #: builtin/update-index.c:107
19066 #, c-format
19067 msgid "failed to delete file %s"
19068 msgstr ""
19070 #: builtin/update-index.c:114 builtin/update-index.c:220
19071 #, c-format
19072 msgid "failed to delete directory %s"
19073 msgstr ""
19075 #: builtin/update-index.c:139
19076 #, c-format
19077 msgid "Testing mtime in '%s' "
19078 msgstr ""
19080 #: builtin/update-index.c:153
19081 msgid "directory stat info does not change after adding a new file"
19082 msgstr ""
19084 #: builtin/update-index.c:166
19085 msgid "directory stat info does not change after adding a new directory"
19086 msgstr ""
19088 #: builtin/update-index.c:179
19089 msgid "directory stat info changes after updating a file"
19090 msgstr ""
19092 #: builtin/update-index.c:190
19093 msgid "directory stat info changes after adding a file inside subdirectory"
19094 msgstr ""
19096 #: builtin/update-index.c:201
19097 msgid "directory stat info does not change after deleting a file"
19098 msgstr ""
19100 #: builtin/update-index.c:214
19101 msgid "directory stat info does not change after deleting a directory"
19102 msgstr ""
19104 #: builtin/update-index.c:221
19105 msgid " OK"
19106 msgstr ""
19108 #: builtin/update-index.c:589
19109 msgid "git update-index [<options>] [--] [<file>...]"
19110 msgstr ""
19112 #: builtin/update-index.c:972
19113 msgid "continue refresh even when index needs update"
19114 msgstr ""
19116 #: builtin/update-index.c:975
19117 msgid "refresh: ignore submodules"
19118 msgstr ""
19120 #: builtin/update-index.c:978
19121 msgid "do not ignore new files"
19122 msgstr ""
19124 #: builtin/update-index.c:980
19125 msgid "let files replace directories and vice-versa"
19126 msgstr ""
19128 #: builtin/update-index.c:982
19129 msgid "notice files missing from worktree"
19130 msgstr ""
19132 #: builtin/update-index.c:984
19133 msgid "refresh even if index contains unmerged entries"
19134 msgstr ""
19136 #: builtin/update-index.c:987
19137 msgid "refresh stat information"
19138 msgstr ""
19140 #: builtin/update-index.c:991
19141 msgid "like --refresh, but ignore assume-unchanged setting"
19142 msgstr ""
19144 #: builtin/update-index.c:995
19145 msgid "<mode>,<object>,<path>"
19146 msgstr ""
19148 #: builtin/update-index.c:996
19149 msgid "add the specified entry to the index"
19150 msgstr ""
19152 #: builtin/update-index.c:1006
19153 msgid "mark files as \"not changing\""
19154 msgstr ""
19156 #: builtin/update-index.c:1009
19157 msgid "clear assumed-unchanged bit"
19158 msgstr ""
19160 #: builtin/update-index.c:1012
19161 msgid "mark files as \"index-only\""
19162 msgstr ""
19164 #: builtin/update-index.c:1015
19165 msgid "clear skip-worktree bit"
19166 msgstr ""
19168 #: builtin/update-index.c:1018
19169 msgid "add to index only; do not add content to object database"
19170 msgstr ""
19172 #: builtin/update-index.c:1020
19173 msgid "remove named paths even if present in worktree"
19174 msgstr ""
19176 #: builtin/update-index.c:1022
19177 msgid "with --stdin: input lines are terminated by null bytes"
19178 msgstr ""
19180 #: builtin/update-index.c:1024
19181 msgid "read list of paths to be updated from standard input"
19182 msgstr ""
19184 #: builtin/update-index.c:1028
19185 msgid "add entries from standard input to the index"
19186 msgstr ""
19188 #: builtin/update-index.c:1032
19189 msgid "repopulate stages #2 and #3 for the listed paths"
19190 msgstr ""
19192 #: builtin/update-index.c:1036
19193 msgid "only update entries that differ from HEAD"
19194 msgstr ""
19196 #: builtin/update-index.c:1040
19197 msgid "ignore files missing from worktree"
19198 msgstr ""
19200 #: builtin/update-index.c:1043
19201 msgid "report actions to standard output"
19202 msgstr ""
19204 #: builtin/update-index.c:1045
19205 msgid "(for porcelains) forget saved unresolved conflicts"
19206 msgstr ""
19208 #: builtin/update-index.c:1049
19209 msgid "write index in this format"
19210 msgstr ""
19212 #: builtin/update-index.c:1051
19213 msgid "enable or disable split index"
19214 msgstr ""
19216 #: builtin/update-index.c:1053
19217 msgid "enable/disable untracked cache"
19218 msgstr ""
19220 #: builtin/update-index.c:1055
19221 msgid "test if the filesystem supports untracked cache"
19222 msgstr ""
19224 #: builtin/update-index.c:1057
19225 msgid "enable untracked cache without testing the filesystem"
19226 msgstr ""
19228 #: builtin/update-index.c:1059
19229 msgid "write out the index even if is not flagged as changed"
19230 msgstr ""
19232 #: builtin/update-index.c:1061
19233 msgid "enable or disable file system monitor"
19234 msgstr ""
19236 #: builtin/update-index.c:1063
19237 msgid "mark files as fsmonitor valid"
19238 msgstr ""
19240 #: builtin/update-index.c:1066
19241 msgid "clear fsmonitor valid bit"
19242 msgstr ""
19244 #: builtin/update-index.c:1169
19245 msgid ""
19246 "core.splitIndex is set to false; remove or change it, if you really want to "
19247 "enable split index"
19248 msgstr ""
19250 #: builtin/update-index.c:1178
19251 msgid ""
19252 "core.splitIndex is set to true; remove or change it, if you really want to "
19253 "disable split index"
19254 msgstr ""
19256 #: builtin/update-index.c:1190
19257 msgid ""
19258 "core.untrackedCache is set to true; remove or change it, if you really want "
19259 "to disable the untracked cache"
19260 msgstr ""
19262 #: builtin/update-index.c:1194
19263 msgid "Untracked cache disabled"
19264 msgstr ""
19266 #: builtin/update-index.c:1202
19267 msgid ""
19268 "core.untrackedCache is set to false; remove or change it, if you really want "
19269 "to enable the untracked cache"
19270 msgstr ""
19272 #: builtin/update-index.c:1206
19273 #, c-format
19274 msgid "Untracked cache enabled for '%s'"
19275 msgstr ""
19277 #: builtin/update-index.c:1214
19278 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
19279 msgstr ""
19281 #: builtin/update-index.c:1218
19282 msgid "fsmonitor enabled"
19283 msgstr ""
19285 #: builtin/update-index.c:1221
19286 msgid ""
19287 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
19288 msgstr ""
19290 #: builtin/update-index.c:1225
19291 msgid "fsmonitor disabled"
19292 msgstr ""
19294 #: builtin/update-ref.c:10
19295 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
19296 msgstr ""
19298 #: builtin/update-ref.c:11
19299 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
19300 msgstr ""
19302 #: builtin/update-ref.c:12
19303 msgid "git update-ref [<options>] --stdin [-z]"
19304 msgstr ""
19306 #: builtin/update-ref.c:364
19307 msgid "delete the reference"
19308 msgstr ""
19310 #: builtin/update-ref.c:366
19311 msgid "update <refname> not the one it points to"
19312 msgstr ""
19314 #: builtin/update-ref.c:367
19315 msgid "stdin has NUL-terminated arguments"
19316 msgstr ""
19318 #: builtin/update-ref.c:368
19319 msgid "read updates from stdin"
19320 msgstr ""
19322 #: builtin/update-server-info.c:7
19323 msgid "git update-server-info [--force]"
19324 msgstr ""
19326 #: builtin/update-server-info.c:15
19327 msgid "update the info files from scratch"
19328 msgstr ""
19330 #: builtin/upload-pack.c:11
19331 msgid "git upload-pack [<options>] <dir>"
19332 msgstr ""
19334 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
19335 msgid "quit after a single request/response exchange"
19336 msgstr ""
19338 #: builtin/upload-pack.c:25
19339 msgid "exit immediately after initial ref advertisement"
19340 msgstr ""
19342 #: builtin/upload-pack.c:27
19343 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
19344 msgstr ""
19346 #: builtin/upload-pack.c:29
19347 msgid "interrupt transfer after <n> seconds of inactivity"
19348 msgstr ""
19350 #: builtin/verify-commit.c:19
19351 msgid "git verify-commit [-v | --verbose] <commit>..."
19352 msgstr ""
19354 #: builtin/verify-commit.c:68
19355 msgid "print commit contents"
19356 msgstr ""
19358 #: builtin/verify-commit.c:69 builtin/verify-tag.c:37
19359 msgid "print raw gpg status output"
19360 msgstr ""
19362 #: builtin/verify-pack.c:55
19363 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
19364 msgstr ""
19366 #: builtin/verify-pack.c:65
19367 msgid "verbose"
19368 msgstr ""
19370 #: builtin/verify-pack.c:67
19371 msgid "show statistics only"
19372 msgstr ""
19374 #: builtin/verify-tag.c:18
19375 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
19376 msgstr ""
19378 #: builtin/verify-tag.c:36
19379 msgid "print tag contents"
19380 msgstr ""
19382 #: builtin/worktree.c:17
19383 msgid "git worktree add [<options>] <path> [<commit-ish>]"
19384 msgstr ""
19386 #: builtin/worktree.c:18
19387 msgid "git worktree list [<options>]"
19388 msgstr ""
19390 #: builtin/worktree.c:19
19391 msgid "git worktree lock [<options>] <path>"
19392 msgstr ""
19394 #: builtin/worktree.c:20
19395 msgid "git worktree move <worktree> <new-path>"
19396 msgstr ""
19398 #: builtin/worktree.c:21
19399 msgid "git worktree prune [<options>]"
19400 msgstr ""
19402 #: builtin/worktree.c:22
19403 msgid "git worktree remove [<options>] <worktree>"
19404 msgstr ""
19406 #: builtin/worktree.c:23
19407 msgid "git worktree unlock <path>"
19408 msgstr ""
19410 #: builtin/worktree.c:60 builtin/worktree.c:898
19411 #, c-format
19412 msgid "failed to delete '%s'"
19413 msgstr ""
19415 #: builtin/worktree.c:79
19416 #, c-format
19417 msgid "Removing worktrees/%s: not a valid directory"
19418 msgstr ""
19420 #: builtin/worktree.c:85
19421 #, c-format
19422 msgid "Removing worktrees/%s: gitdir file does not exist"
19423 msgstr ""
19425 #: builtin/worktree.c:90 builtin/worktree.c:99
19426 #, c-format
19427 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
19428 msgstr ""
19430 #: builtin/worktree.c:109
19431 #, c-format
19432 msgid ""
19433 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
19434 "%<PRIuMAX>)"
19435 msgstr ""
19437 #: builtin/worktree.c:117
19438 #, c-format
19439 msgid "Removing worktrees/%s: invalid gitdir file"
19440 msgstr ""
19442 #: builtin/worktree.c:126
19443 #, c-format
19444 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
19445 msgstr ""
19447 #: builtin/worktree.c:165
19448 msgid "report pruned working trees"
19449 msgstr ""
19451 #: builtin/worktree.c:167
19452 msgid "expire working trees older than <time>"
19453 msgstr ""
19455 #: builtin/worktree.c:234
19456 #, c-format
19457 msgid "'%s' already exists"
19458 msgstr ""
19460 #: builtin/worktree.c:251
19461 #, c-format
19462 msgid "unable to re-add worktree '%s'"
19463 msgstr ""
19465 #: builtin/worktree.c:256
19466 #, c-format
19467 msgid ""
19468 "'%s' is a missing but locked worktree;\n"
19469 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
19470 msgstr ""
19472 #: builtin/worktree.c:258
19473 #, c-format
19474 msgid ""
19475 "'%s' is a missing but already registered worktree;\n"
19476 "use 'add -f' to override, or 'prune' or 'remove' to clear"
19477 msgstr ""
19479 #: builtin/worktree.c:308
19480 #, c-format
19481 msgid "could not create directory of '%s'"
19482 msgstr ""
19484 #: builtin/worktree.c:439 builtin/worktree.c:445
19485 #, c-format
19486 msgid "Preparing worktree (new branch '%s')"
19487 msgstr ""
19489 #: builtin/worktree.c:441
19490 #, c-format
19491 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19492 msgstr ""
19494 #: builtin/worktree.c:450
19495 #, c-format
19496 msgid "Preparing worktree (checking out '%s')"
19497 msgstr ""
19499 #: builtin/worktree.c:456
19500 #, c-format
19501 msgid "Preparing worktree (detached HEAD %s)"
19502 msgstr ""
19504 #: builtin/worktree.c:497
19505 msgid "checkout <branch> even if already checked out in other worktree"
19506 msgstr ""
19508 #: builtin/worktree.c:500
19509 msgid "create a new branch"
19510 msgstr ""
19512 #: builtin/worktree.c:502
19513 msgid "create or reset a branch"
19514 msgstr ""
19516 #: builtin/worktree.c:504
19517 msgid "populate the new working tree"
19518 msgstr ""
19520 #: builtin/worktree.c:505
19521 msgid "keep the new working tree locked"
19522 msgstr ""
19524 #: builtin/worktree.c:508
19525 msgid "set up tracking mode (see git-branch(1))"
19526 msgstr ""
19528 #: builtin/worktree.c:511
19529 msgid "try to match the new branch name with a remote-tracking branch"
19530 msgstr ""
19532 #: builtin/worktree.c:519
19533 msgid "-b, -B, and --detach are mutually exclusive"
19534 msgstr ""
19536 #: builtin/worktree.c:580
19537 msgid "--[no-]track can only be used if a new branch is created"
19538 msgstr ""
19540 #: builtin/worktree.c:680
19541 msgid "reason for locking"
19542 msgstr ""
19544 #: builtin/worktree.c:692 builtin/worktree.c:725 builtin/worktree.c:799
19545 #: builtin/worktree.c:926
19546 #, c-format
19547 msgid "'%s' is not a working tree"
19548 msgstr ""
19550 #: builtin/worktree.c:694 builtin/worktree.c:727
19551 msgid "The main working tree cannot be locked or unlocked"
19552 msgstr ""
19554 #: builtin/worktree.c:699
19555 #, c-format
19556 msgid "'%s' is already locked, reason: %s"
19557 msgstr ""
19559 #: builtin/worktree.c:701
19560 #, c-format
19561 msgid "'%s' is already locked"
19562 msgstr ""
19564 #: builtin/worktree.c:729
19565 #, c-format
19566 msgid "'%s' is not locked"
19567 msgstr ""
19569 #: builtin/worktree.c:770
19570 msgid "working trees containing submodules cannot be moved or removed"
19571 msgstr ""
19573 #: builtin/worktree.c:778
19574 msgid "force move even if worktree is dirty or locked"
19575 msgstr ""
19577 #: builtin/worktree.c:801 builtin/worktree.c:928
19578 #, c-format
19579 msgid "'%s' is a main working tree"
19580 msgstr ""
19582 #: builtin/worktree.c:806
19583 #, c-format
19584 msgid "could not figure out destination name from '%s'"
19585 msgstr ""
19587 #: builtin/worktree.c:812
19588 #, c-format
19589 msgid "target '%s' already exists"
19590 msgstr ""
19592 #: builtin/worktree.c:820
19593 #, c-format
19594 msgid ""
19595 "cannot move a locked working tree, lock reason: %s\n"
19596 "use 'move -f -f' to override or unlock first"
19597 msgstr ""
19599 #: builtin/worktree.c:822
19600 msgid ""
19601 "cannot move a locked working tree;\n"
19602 "use 'move -f -f' to override or unlock first"
19603 msgstr ""
19605 #: builtin/worktree.c:825
19606 #, c-format
19607 msgid "validation failed, cannot move working tree: %s"
19608 msgstr ""
19610 #: builtin/worktree.c:830
19611 #, c-format
19612 msgid "failed to move '%s' to '%s'"
19613 msgstr ""
19615 #: builtin/worktree.c:878
19616 #, c-format
19617 msgid "failed to run 'git status' on '%s'"
19618 msgstr ""
19620 #: builtin/worktree.c:882
19621 #, c-format
19622 msgid "'%s' contains modified or untracked files, use --force to delete it"
19623 msgstr ""
19625 #: builtin/worktree.c:887
19626 #, c-format
19627 msgid "failed to run 'git status' on '%s', code %d"
19628 msgstr ""
19630 #: builtin/worktree.c:910
19631 msgid "force removal even if worktree is dirty or locked"
19632 msgstr ""
19634 #: builtin/worktree.c:933
19635 #, c-format
19636 msgid ""
19637 "cannot remove a locked working tree, lock reason: %s\n"
19638 "use 'remove -f -f' to override or unlock first"
19639 msgstr ""
19641 #: builtin/worktree.c:935
19642 msgid ""
19643 "cannot remove a locked working tree;\n"
19644 "use 'remove -f -f' to override or unlock first"
19645 msgstr ""
19647 #: builtin/worktree.c:938
19648 #, c-format
19649 msgid "validation failed, cannot remove working tree: %s"
19650 msgstr ""
19652 #: builtin/write-tree.c:15
19653 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19654 msgstr ""
19656 #: builtin/write-tree.c:28
19657 msgid "<prefix>/"
19658 msgstr ""
19660 #: builtin/write-tree.c:29
19661 msgid "write tree object for a subdirectory <prefix>"
19662 msgstr ""
19664 #: builtin/write-tree.c:31
19665 msgid "only useful for debugging"
19666 msgstr ""
19668 #: fast-import.c:3118
19669 #, c-format
19670 msgid "Expected 'mark' command, got %s"
19671 msgstr ""
19673 #: fast-import.c:3123
19674 #, c-format
19675 msgid "Expected 'to' command, got %s"
19676 msgstr ""
19678 #: credential-cache--daemon.c:223
19679 #, c-format
19680 msgid ""
19681 "The permissions on your socket directory are too loose; other\n"
19682 "users may be able to read your cached credentials. Consider running:\n"
19683 "\n"
19684 "\tchmod 0700 %s"
19685 msgstr ""
19687 #: credential-cache--daemon.c:272
19688 msgid "print debugging messages to stderr"
19689 msgstr ""
19691 #: t/helper/test-reach.c:152
19692 #, c-format
19693 msgid "commit %s is not marked reachable"
19694 msgstr ""
19696 #: t/helper/test-reach.c:162
19697 msgid "too many commits marked reachable"
19698 msgstr ""
19700 #: t/helper/test-serve-v2.c:7
19701 msgid "test-tool serve-v2 [<options>]"
19702 msgstr ""
19704 #: t/helper/test-serve-v2.c:19
19705 msgid "exit immediately after advertising capabilities"
19706 msgstr ""
19708 #: git.c:27
19709 msgid ""
19710 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19711 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19712 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19713 "bare]\n"
19714 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19715 "           <command> [<args>]"
19716 msgstr ""
19718 #: git.c:34
19719 msgid ""
19720 "'git help -a' and 'git help -g' list available subcommands and some\n"
19721 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
19722 "to read about a specific subcommand or concept.\n"
19723 "See 'git help git' for an overview of the system."
19724 msgstr ""
19726 #: git.c:186
19727 #, c-format
19728 msgid "no directory given for --git-dir\n"
19729 msgstr ""
19731 #: git.c:200
19732 #, c-format
19733 msgid "no namespace given for --namespace\n"
19734 msgstr ""
19736 #: git.c:214
19737 #, c-format
19738 msgid "no directory given for --work-tree\n"
19739 msgstr ""
19741 #: git.c:228
19742 #, c-format
19743 msgid "no prefix given for --super-prefix\n"
19744 msgstr ""
19746 #: git.c:250
19747 #, c-format
19748 msgid "-c expects a configuration string\n"
19749 msgstr ""
19751 #: git.c:288
19752 #, c-format
19753 msgid "no directory given for -C\n"
19754 msgstr ""
19756 #: git.c:314
19757 #, c-format
19758 msgid "unknown option: %s\n"
19759 msgstr ""
19761 #: git.c:360
19762 #, c-format
19763 msgid "while expanding alias '%s': '%s'"
19764 msgstr ""
19766 #: git.c:369
19767 #, c-format
19768 msgid ""
19769 "alias '%s' changes environment variables.\n"
19770 "You can use '!git' in the alias to do this"
19771 msgstr ""
19773 #: git.c:376
19774 #, c-format
19775 msgid "empty alias for %s"
19776 msgstr ""
19778 #: git.c:379
19779 #, c-format
19780 msgid "recursive alias: %s"
19781 msgstr ""
19783 #: git.c:459
19784 msgid "write failure on standard output"
19785 msgstr ""
19787 #: git.c:461
19788 msgid "unknown write failure on standard output"
19789 msgstr ""
19791 #: git.c:463
19792 msgid "close failed on standard output"
19793 msgstr ""
19795 #: git.c:792
19796 #, c-format
19797 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19798 msgstr ""
19800 #: git.c:842
19801 #, c-format
19802 msgid "cannot handle %s as a builtin"
19803 msgstr ""
19805 #: git.c:855
19806 #, c-format
19807 msgid ""
19808 "usage: %s\n"
19809 "\n"
19810 msgstr ""
19812 #: git.c:875
19813 #, c-format
19814 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19815 msgstr ""
19817 #: git.c:887
19818 #, c-format
19819 msgid "failed to run command '%s': %s\n"
19820 msgstr ""
19822 #: http.c:378
19823 #, c-format
19824 msgid "negative value for http.postbuffer; defaulting to %d"
19825 msgstr ""
19827 #: http.c:399
19828 msgid "Delegation control is not supported with cURL < 7.22.0"
19829 msgstr ""
19831 #: http.c:408
19832 msgid "Public key pinning not supported with cURL < 7.44.0"
19833 msgstr ""
19835 #: http.c:878
19836 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19837 msgstr ""
19839 #: http.c:951
19840 msgid "Protocol restrictions not supported with cURL < 7.19.4"
19841 msgstr ""
19843 #: http.c:1088
19844 #, c-format
19845 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19846 msgstr ""
19848 #: http.c:1095
19849 #, c-format
19850 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19851 msgstr ""
19853 #: http.c:1099
19854 #, c-format
19855 msgid "Could not set SSL backend to '%s': already set"
19856 msgstr ""
19858 #: http.c:1968
19859 #, c-format
19860 msgid ""
19861 "unable to update url base from redirection:\n"
19862 "  asked for: %s\n"
19863 "   redirect: %s"
19864 msgstr ""
19866 #: remote-curl.c:157
19867 #, c-format
19868 msgid "invalid quoting in push-option value: '%s'"
19869 msgstr ""
19871 #: remote-curl.c:254
19872 #, c-format
19873 msgid "%sinfo/refs not valid: is this a git repository?"
19874 msgstr ""
19876 #: remote-curl.c:355
19877 msgid "invalid server response; expected service, got flush packet"
19878 msgstr ""
19880 #: remote-curl.c:386
19881 #, c-format
19882 msgid "invalid server response; got '%s'"
19883 msgstr ""
19885 #: remote-curl.c:446
19886 #, c-format
19887 msgid "repository '%s' not found"
19888 msgstr ""
19890 #: remote-curl.c:450
19891 #, c-format
19892 msgid "Authentication failed for '%s'"
19893 msgstr ""
19895 #: remote-curl.c:454
19896 #, c-format
19897 msgid "unable to access '%s': %s"
19898 msgstr ""
19900 #: remote-curl.c:460
19901 #, c-format
19902 msgid "redirecting to %s"
19903 msgstr ""
19905 #: remote-curl.c:584
19906 msgid "shouldn't have EOF when not gentle on EOF"
19907 msgstr ""
19909 #: remote-curl.c:664
19910 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19911 msgstr ""
19913 #: remote-curl.c:724
19914 #, c-format
19915 msgid "RPC failed; %s"
19916 msgstr ""
19918 #: remote-curl.c:764
19919 msgid "cannot handle pushes this big"
19920 msgstr ""
19922 #: remote-curl.c:879
19923 #, c-format
19924 msgid "cannot deflate request; zlib deflate error %d"
19925 msgstr ""
19927 #: remote-curl.c:883
19928 #, c-format
19929 msgid "cannot deflate request; zlib end error %d"
19930 msgstr ""
19932 #: remote-curl.c:1014
19933 msgid "dumb http transport does not support shallow capabilities"
19934 msgstr ""
19936 #: remote-curl.c:1028
19937 msgid "fetch failed."
19938 msgstr ""
19940 #: remote-curl.c:1076
19941 msgid "cannot fetch by sha1 over smart http"
19942 msgstr ""
19944 #: remote-curl.c:1120 remote-curl.c:1126
19945 #, c-format
19946 msgid "protocol error: expected sha/ref, got '%s'"
19947 msgstr ""
19949 #: remote-curl.c:1138 remote-curl.c:1250
19950 #, c-format
19951 msgid "http transport does not support %s"
19952 msgstr ""
19954 #: remote-curl.c:1174
19955 msgid "git-http-push failed"
19956 msgstr ""
19958 #: remote-curl.c:1356
19959 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19960 msgstr ""
19962 #: remote-curl.c:1388
19963 msgid "remote-curl: error reading command stream from git"
19964 msgstr ""
19966 #: remote-curl.c:1395
19967 msgid "remote-curl: fetch attempted without a local repo"
19968 msgstr ""
19970 #: remote-curl.c:1435
19971 #, c-format
19972 msgid "remote-curl: unknown command '%s' from git"
19973 msgstr ""
19975 #: list-objects-filter-options.h:85
19976 msgid "args"
19977 msgstr ""
19979 #: list-objects-filter-options.h:86
19980 msgid "object filtering"
19981 msgstr ""
19983 #: parse-options.h:179
19984 msgid "expiry-date"
19985 msgstr ""
19987 #: parse-options.h:193
19988 msgid "no-op (backward compatibility)"
19989 msgstr ""
19991 #: parse-options.h:305
19992 msgid "be more verbose"
19993 msgstr ""
19995 #: parse-options.h:307
19996 msgid "be more quiet"
19997 msgstr ""
19999 #: parse-options.h:313
20000 msgid "use <n> digits to display SHA-1s"
20001 msgstr ""
20003 #: parse-options.h:332
20004 msgid "how to strip spaces and #comments from message"
20005 msgstr ""
20007 #: ref-filter.h:101
20008 msgid "key"
20009 msgstr ""
20011 #: ref-filter.h:101
20012 msgid "field name to sort on"
20013 msgstr ""
20015 #: rerere.h:44
20016 msgid "update the index with reused conflict resolution if possible"
20017 msgstr ""
20019 #: wt-status.h:67
20020 msgid "HEAD detached at "
20021 msgstr ""
20023 #: wt-status.h:68
20024 msgid "HEAD detached from "
20025 msgstr ""
20027 #: command-list.h:50
20028 msgid "Add file contents to the index"
20029 msgstr ""
20031 #: command-list.h:51
20032 msgid "Apply a series of patches from a mailbox"
20033 msgstr ""
20035 #: command-list.h:52
20036 msgid "Annotate file lines with commit information"
20037 msgstr ""
20039 #: command-list.h:53
20040 msgid "Apply a patch to files and/or to the index"
20041 msgstr ""
20043 #: command-list.h:54
20044 msgid "Import a GNU Arch repository into Git"
20045 msgstr ""
20047 #: command-list.h:55
20048 msgid "Create an archive of files from a named tree"
20049 msgstr ""
20051 #: command-list.h:56
20052 msgid "Use binary search to find the commit that introduced a bug"
20053 msgstr ""
20055 #: command-list.h:57
20056 msgid "Show what revision and author last modified each line of a file"
20057 msgstr ""
20059 #: command-list.h:58
20060 msgid "List, create, or delete branches"
20061 msgstr ""
20063 #: command-list.h:59
20064 msgid "Move objects and refs by archive"
20065 msgstr ""
20067 #: command-list.h:60
20068 msgid "Provide content or type and size information for repository objects"
20069 msgstr ""
20071 #: command-list.h:61
20072 msgid "Display gitattributes information"
20073 msgstr ""
20075 #: command-list.h:62
20076 msgid "Debug gitignore / exclude files"
20077 msgstr ""
20079 #: command-list.h:63
20080 msgid "Show canonical names and email addresses of contacts"
20081 msgstr ""
20083 #: command-list.h:64
20084 msgid "Switch branches or restore working tree files"
20085 msgstr ""
20087 #: command-list.h:65
20088 msgid "Copy files from the index to the working tree"
20089 msgstr ""
20091 #: command-list.h:66
20092 msgid "Ensures that a reference name is well formed"
20093 msgstr ""
20095 #: command-list.h:67
20096 msgid "Find commits yet to be applied to upstream"
20097 msgstr ""
20099 #: command-list.h:68
20100 msgid "Apply the changes introduced by some existing commits"
20101 msgstr ""
20103 #: command-list.h:69
20104 msgid "Graphical alternative to git-commit"
20105 msgstr ""
20107 #: command-list.h:70
20108 msgid "Remove untracked files from the working tree"
20109 msgstr ""
20111 #: command-list.h:71
20112 msgid "Clone a repository into a new directory"
20113 msgstr ""
20115 #: command-list.h:72
20116 msgid "Display data in columns"
20117 msgstr ""
20119 #: command-list.h:73
20120 msgid "Record changes to the repository"
20121 msgstr ""
20123 #: command-list.h:74
20124 msgid "Write and verify Git commit-graph files"
20125 msgstr ""
20127 #: command-list.h:75
20128 msgid "Create a new commit object"
20129 msgstr ""
20131 #: command-list.h:76
20132 msgid "Get and set repository or global options"
20133 msgstr ""
20135 #: command-list.h:77
20136 msgid "Count unpacked number of objects and their disk consumption"
20137 msgstr ""
20139 #: command-list.h:78
20140 msgid "Retrieve and store user credentials"
20141 msgstr ""
20143 #: command-list.h:79
20144 msgid "Helper to temporarily store passwords in memory"
20145 msgstr ""
20147 #: command-list.h:80
20148 msgid "Helper to store credentials on disk"
20149 msgstr ""
20151 #: command-list.h:81
20152 msgid "Export a single commit to a CVS checkout"
20153 msgstr ""
20155 #: command-list.h:82
20156 msgid "Salvage your data out of another SCM people love to hate"
20157 msgstr ""
20159 #: command-list.h:83
20160 msgid "A CVS server emulator for Git"
20161 msgstr ""
20163 #: command-list.h:84
20164 msgid "A really simple server for Git repositories"
20165 msgstr ""
20167 #: command-list.h:85
20168 msgid "Give an object a human readable name based on an available ref"
20169 msgstr ""
20171 #: command-list.h:86
20172 msgid "Show changes between commits, commit and working tree, etc"
20173 msgstr ""
20175 #: command-list.h:87
20176 msgid "Compares files in the working tree and the index"
20177 msgstr ""
20179 #: command-list.h:88
20180 msgid "Compare a tree to the working tree or index"
20181 msgstr ""
20183 #: command-list.h:89
20184 msgid "Compares the content and mode of blobs found via two tree objects"
20185 msgstr ""
20187 #: command-list.h:90
20188 msgid "Show changes using common diff tools"
20189 msgstr ""
20191 #: command-list.h:91
20192 msgid "Git data exporter"
20193 msgstr ""
20195 #: command-list.h:92
20196 msgid "Backend for fast Git data importers"
20197 msgstr ""
20199 #: command-list.h:93
20200 msgid "Download objects and refs from another repository"
20201 msgstr ""
20203 #: command-list.h:94
20204 msgid "Receive missing objects from another repository"
20205 msgstr ""
20207 #: command-list.h:95
20208 msgid "Rewrite branches"
20209 msgstr ""
20211 #: command-list.h:96
20212 msgid "Produce a merge commit message"
20213 msgstr ""
20215 #: command-list.h:97
20216 msgid "Output information on each ref"
20217 msgstr ""
20219 #: command-list.h:98
20220 msgid "Prepare patches for e-mail submission"
20221 msgstr ""
20223 #: command-list.h:99
20224 msgid "Verifies the connectivity and validity of the objects in the database"
20225 msgstr ""
20227 #: command-list.h:100
20228 msgid "Cleanup unnecessary files and optimize the local repository"
20229 msgstr ""
20231 #: command-list.h:101
20232 msgid "Extract commit ID from an archive created using git-archive"
20233 msgstr ""
20235 #: command-list.h:102
20236 msgid "Print lines matching a pattern"
20237 msgstr ""
20239 #: command-list.h:103
20240 msgid "A portable graphical interface to Git"
20241 msgstr ""
20243 #: command-list.h:104
20244 msgid "Compute object ID and optionally creates a blob from a file"
20245 msgstr ""
20247 #: command-list.h:105
20248 msgid "Display help information about Git"
20249 msgstr ""
20251 #: command-list.h:106
20252 msgid "Server side implementation of Git over HTTP"
20253 msgstr ""
20255 #: command-list.h:107
20256 msgid "Download from a remote Git repository via HTTP"
20257 msgstr ""
20259 #: command-list.h:108
20260 msgid "Push objects over HTTP/DAV to another repository"
20261 msgstr ""
20263 #: command-list.h:109
20264 msgid "Send a collection of patches from stdin to an IMAP folder"
20265 msgstr ""
20267 #: command-list.h:110
20268 msgid "Build pack index file for an existing packed archive"
20269 msgstr ""
20271 #: command-list.h:111
20272 msgid "Create an empty Git repository or reinitialize an existing one"
20273 msgstr ""
20275 #: command-list.h:112
20276 msgid "Instantly browse your working repository in gitweb"
20277 msgstr ""
20279 #: command-list.h:113
20280 msgid "Add or parse structured information in commit messages"
20281 msgstr ""
20283 #: command-list.h:114
20284 msgid "The Git repository browser"
20285 msgstr ""
20287 #: command-list.h:115
20288 msgid "Show commit logs"
20289 msgstr ""
20291 #: command-list.h:116
20292 msgid "Show information about files in the index and the working tree"
20293 msgstr ""
20295 #: command-list.h:117
20296 msgid "List references in a remote repository"
20297 msgstr ""
20299 #: command-list.h:118
20300 msgid "List the contents of a tree object"
20301 msgstr ""
20303 #: command-list.h:119
20304 msgid "Extracts patch and authorship from a single e-mail message"
20305 msgstr ""
20307 #: command-list.h:120
20308 msgid "Simple UNIX mbox splitter program"
20309 msgstr ""
20311 #: command-list.h:121
20312 msgid "Join two or more development histories together"
20313 msgstr ""
20315 #: command-list.h:122
20316 msgid "Find as good common ancestors as possible for a merge"
20317 msgstr ""
20319 #: command-list.h:123
20320 msgid "Run a three-way file merge"
20321 msgstr ""
20323 #: command-list.h:124
20324 msgid "Run a merge for files needing merging"
20325 msgstr ""
20327 #: command-list.h:125
20328 msgid "The standard helper program to use with git-merge-index"
20329 msgstr ""
20331 #: command-list.h:126
20332 msgid "Run merge conflict resolution tools to resolve merge conflicts"
20333 msgstr ""
20335 #: command-list.h:127
20336 msgid "Show three-way merge without touching index"
20337 msgstr ""
20339 #: command-list.h:128
20340 msgid "Write and verify multi-pack-indexes"
20341 msgstr ""
20343 #: command-list.h:129
20344 msgid "Creates a tag object"
20345 msgstr ""
20347 #: command-list.h:130
20348 msgid "Build a tree-object from ls-tree formatted text"
20349 msgstr ""
20351 #: command-list.h:131
20352 msgid "Move or rename a file, a directory, or a symlink"
20353 msgstr ""
20355 #: command-list.h:132
20356 msgid "Find symbolic names for given revs"
20357 msgstr ""
20359 #: command-list.h:133
20360 msgid "Add or inspect object notes"
20361 msgstr ""
20363 #: command-list.h:134
20364 msgid "Import from and submit to Perforce repositories"
20365 msgstr ""
20367 #: command-list.h:135
20368 msgid "Create a packed archive of objects"
20369 msgstr ""
20371 #: command-list.h:136
20372 msgid "Find redundant pack files"
20373 msgstr ""
20375 #: command-list.h:137
20376 msgid "Pack heads and tags for efficient repository access"
20377 msgstr ""
20379 #: command-list.h:138
20380 msgid "Routines to help parsing remote repository access parameters"
20381 msgstr ""
20383 #: command-list.h:139
20384 msgid "Compute unique ID for a patch"
20385 msgstr ""
20387 #: command-list.h:140
20388 msgid "Prune all unreachable objects from the object database"
20389 msgstr ""
20391 #: command-list.h:141
20392 msgid "Remove extra objects that are already in pack files"
20393 msgstr ""
20395 #: command-list.h:142
20396 msgid "Fetch from and integrate with another repository or a local branch"
20397 msgstr ""
20399 #: command-list.h:143
20400 msgid "Update remote refs along with associated objects"
20401 msgstr ""
20403 #: command-list.h:144
20404 msgid "Applies a quilt patchset onto the current branch"
20405 msgstr ""
20407 #: command-list.h:145
20408 msgid "Compare two commit ranges (e.g. two versions of a branch)"
20409 msgstr ""
20411 #: command-list.h:146
20412 msgid "Reads tree information into the index"
20413 msgstr ""
20415 #: command-list.h:147
20416 msgid "Reapply commits on top of another base tip"
20417 msgstr ""
20419 #: command-list.h:148
20420 msgid "Receive what is pushed into the repository"
20421 msgstr ""
20423 #: command-list.h:149
20424 msgid "Manage reflog information"
20425 msgstr ""
20427 #: command-list.h:150
20428 msgid "Manage set of tracked repositories"
20429 msgstr ""
20431 #: command-list.h:151
20432 msgid "Pack unpacked objects in a repository"
20433 msgstr ""
20435 #: command-list.h:152
20436 msgid "Create, list, delete refs to replace objects"
20437 msgstr ""
20439 #: command-list.h:153
20440 msgid "Generates a summary of pending changes"
20441 msgstr ""
20443 #: command-list.h:154
20444 msgid "Reuse recorded resolution of conflicted merges"
20445 msgstr ""
20447 #: command-list.h:155
20448 msgid "Reset current HEAD to the specified state"
20449 msgstr ""
20451 #: command-list.h:156
20452 msgid "Restore working tree files"
20453 msgstr ""
20455 #: command-list.h:157
20456 msgid "Revert some existing commits"
20457 msgstr ""
20459 #: command-list.h:158
20460 msgid "Lists commit objects in reverse chronological order"
20461 msgstr ""
20463 #: command-list.h:159
20464 msgid "Pick out and massage parameters"
20465 msgstr ""
20467 #: command-list.h:160
20468 msgid "Remove files from the working tree and from the index"
20469 msgstr ""
20471 #: command-list.h:161
20472 msgid "Send a collection of patches as emails"
20473 msgstr ""
20475 #: command-list.h:162
20476 msgid "Push objects over Git protocol to another repository"
20477 msgstr ""
20479 #: command-list.h:163
20480 msgid "Restricted login shell for Git-only SSH access"
20481 msgstr ""
20483 #: command-list.h:164
20484 msgid "Summarize 'git log' output"
20485 msgstr ""
20487 #: command-list.h:165
20488 msgid "Show various types of objects"
20489 msgstr ""
20491 #: command-list.h:166
20492 msgid "Show branches and their commits"
20493 msgstr ""
20495 #: command-list.h:167
20496 msgid "Show packed archive index"
20497 msgstr ""
20499 #: command-list.h:168
20500 msgid "List references in a local repository"
20501 msgstr ""
20503 #: command-list.h:169
20504 msgid "Git's i18n setup code for shell scripts"
20505 msgstr ""
20507 #: command-list.h:170
20508 msgid "Common Git shell script setup code"
20509 msgstr ""
20511 #: command-list.h:171
20512 msgid "Stash the changes in a dirty working directory away"
20513 msgstr ""
20515 #: command-list.h:172
20516 msgid "Add file contents to the staging area"
20517 msgstr ""
20519 #: command-list.h:173
20520 msgid "Show the working tree status"
20521 msgstr ""
20523 #: command-list.h:174
20524 msgid "Remove unnecessary whitespace"
20525 msgstr ""
20527 #: command-list.h:175
20528 msgid "Initialize, update or inspect submodules"
20529 msgstr ""
20531 #: command-list.h:176
20532 msgid "Bidirectional operation between a Subversion repository and Git"
20533 msgstr ""
20535 #: command-list.h:177
20536 msgid "Switch branches"
20537 msgstr ""
20539 #: command-list.h:178
20540 msgid "Read, modify and delete symbolic refs"
20541 msgstr ""
20543 #: command-list.h:179
20544 msgid "Create, list, delete or verify a tag object signed with GPG"
20545 msgstr ""
20547 #: command-list.h:180
20548 msgid "Creates a temporary file with a blob's contents"
20549 msgstr ""
20551 #: command-list.h:181
20552 msgid "Unpack objects from a packed archive"
20553 msgstr ""
20555 #: command-list.h:182
20556 msgid "Register file contents in the working tree to the index"
20557 msgstr ""
20559 #: command-list.h:183
20560 msgid "Update the object name stored in a ref safely"
20561 msgstr ""
20563 #: command-list.h:184
20564 msgid "Update auxiliary info file to help dumb servers"
20565 msgstr ""
20567 #: command-list.h:185
20568 msgid "Send archive back to git-archive"
20569 msgstr ""
20571 #: command-list.h:186
20572 msgid "Send objects packed back to git-fetch-pack"
20573 msgstr ""
20575 #: command-list.h:187
20576 msgid "Show a Git logical variable"
20577 msgstr ""
20579 #: command-list.h:188
20580 msgid "Check the GPG signature of commits"
20581 msgstr ""
20583 #: command-list.h:189
20584 msgid "Validate packed Git archive files"
20585 msgstr ""
20587 #: command-list.h:190
20588 msgid "Check the GPG signature of tags"
20589 msgstr ""
20591 #: command-list.h:191
20592 msgid "Git web interface (web frontend to Git repositories)"
20593 msgstr ""
20595 #: command-list.h:192
20596 msgid "Show logs with difference each commit introduces"
20597 msgstr ""
20599 #: command-list.h:193
20600 msgid "Manage multiple working trees"
20601 msgstr ""
20603 #: command-list.h:194
20604 msgid "Create a tree object from the current index"
20605 msgstr ""
20607 #: command-list.h:195
20608 msgid "Defining attributes per path"
20609 msgstr ""
20611 #: command-list.h:196
20612 msgid "Git command-line interface and conventions"
20613 msgstr ""
20615 #: command-list.h:197
20616 msgid "A Git core tutorial for developers"
20617 msgstr ""
20619 #: command-list.h:198
20620 msgid "Git for CVS users"
20621 msgstr ""
20623 #: command-list.h:199
20624 msgid "Tweaking diff output"
20625 msgstr ""
20627 #: command-list.h:200
20628 msgid "A useful minimum set of commands for Everyday Git"
20629 msgstr ""
20631 #: command-list.h:201
20632 msgid "A Git Glossary"
20633 msgstr ""
20635 #: command-list.h:202
20636 msgid "Hooks used by Git"
20637 msgstr ""
20639 #: command-list.h:203
20640 msgid "Specifies intentionally untracked files to ignore"
20641 msgstr ""
20643 #: command-list.h:204
20644 msgid "Defining submodule properties"
20645 msgstr ""
20647 #: command-list.h:205
20648 msgid "Git namespaces"
20649 msgstr ""
20651 #: command-list.h:206
20652 msgid "Git Repository Layout"
20653 msgstr ""
20655 #: command-list.h:207
20656 msgid "Specifying revisions and ranges for Git"
20657 msgstr ""
20659 #: command-list.h:208
20660 msgid "A tutorial introduction to Git: part two"
20661 msgstr ""
20663 #: command-list.h:209
20664 msgid "A tutorial introduction to Git"
20665 msgstr ""
20667 #: command-list.h:210
20668 msgid "An overview of recommended workflows with Git"
20669 msgstr ""
20671 #: git-bisect.sh:54
20672 msgid "You need to start by \"git bisect start\""
20673 msgstr ""
20675 #. TRANSLATORS: Make sure to include [Y] and [n] in your
20676 #. translation. The program will only accept English input
20677 #. at this point.
20678 #: git-bisect.sh:60
20679 msgid "Do you want me to do it for you [Y/n]? "
20680 msgstr ""
20682 #: git-bisect.sh:101
20683 #, sh-format
20684 msgid "Bad rev input: $arg"
20685 msgstr ""
20687 #: git-bisect.sh:121
20688 #, sh-format
20689 msgid "Bad rev input: $bisected_head"
20690 msgstr ""
20692 #: git-bisect.sh:130
20693 #, sh-format
20694 msgid "Bad rev input: $rev"
20695 msgstr ""
20697 #: git-bisect.sh:139
20698 #, sh-format
20699 msgid "'git bisect $TERM_BAD' can take only one argument."
20700 msgstr ""
20702 #: git-bisect.sh:209
20703 msgid "No logfile given"
20704 msgstr ""
20706 #: git-bisect.sh:210
20707 #, sh-format
20708 msgid "cannot read $file for replaying"
20709 msgstr ""
20711 #: git-bisect.sh:232
20712 msgid "?? what are you talking about?"
20713 msgstr ""
20715 #: git-bisect.sh:241
20716 msgid "bisect run failed: no command provided."
20717 msgstr ""
20719 #: git-bisect.sh:246
20720 #, sh-format
20721 msgid "running $command"
20722 msgstr ""
20724 #: git-bisect.sh:253
20725 #, sh-format
20726 msgid ""
20727 "bisect run failed:\n"
20728 "exit code $res from '$command' is < 0 or >= 128"
20729 msgstr ""
20731 #: git-bisect.sh:279
20732 msgid "bisect run cannot continue any more"
20733 msgstr ""
20735 #: git-bisect.sh:285
20736 #, sh-format
20737 msgid ""
20738 "bisect run failed:\n"
20739 "'bisect_state $state' exited with error code $res"
20740 msgstr ""
20742 #: git-bisect.sh:292
20743 msgid "bisect run success"
20744 msgstr ""
20746 #: git-bisect.sh:300
20747 msgid "We are not bisecting."
20748 msgstr ""
20750 #: git-merge-octopus.sh:46
20751 msgid ""
20752 "Error: Your local changes to the following files would be overwritten by "
20753 "merge"
20754 msgstr ""
20756 #: git-merge-octopus.sh:61
20757 msgid "Automated merge did not work."
20758 msgstr ""
20760 #: git-merge-octopus.sh:62
20761 msgid "Should not be doing an octopus."
20762 msgstr ""
20764 #: git-merge-octopus.sh:73
20765 #, sh-format
20766 msgid "Unable to find common commit with $pretty_name"
20767 msgstr ""
20769 #: git-merge-octopus.sh:77
20770 #, sh-format
20771 msgid "Already up to date with $pretty_name"
20772 msgstr ""
20774 #: git-merge-octopus.sh:89
20775 #, sh-format
20776 msgid "Fast-forwarding to: $pretty_name"
20777 msgstr ""
20779 #: git-merge-octopus.sh:97
20780 #, sh-format
20781 msgid "Trying simple merge with $pretty_name"
20782 msgstr ""
20784 #: git-merge-octopus.sh:102
20785 msgid "Simple merge did not work, trying automatic merge."
20786 msgstr ""
20788 #: git-legacy-stash.sh:220
20789 msgid "Cannot remove temporary index (can't happen)"
20790 msgstr ""
20792 #: git-legacy-stash.sh:271
20793 #, sh-format
20794 msgid "Cannot update $ref_stash with $w_commit"
20795 msgstr ""
20797 #: git-legacy-stash.sh:323
20798 #, sh-format
20799 msgid "error: unknown option for 'stash push': $option"
20800 msgstr ""
20802 #: git-legacy-stash.sh:355
20803 #, sh-format
20804 msgid "Saved working directory and index state $stash_msg"
20805 msgstr ""
20807 #: git-legacy-stash.sh:535
20808 #, sh-format
20809 msgid "unknown option: $opt"
20810 msgstr ""
20812 #: git-legacy-stash.sh:555
20813 #, sh-format
20814 msgid "Too many revisions specified: $REV"
20815 msgstr ""
20817 #: git-legacy-stash.sh:570
20818 #, sh-format
20819 msgid "$reference is not a valid reference"
20820 msgstr ""
20822 #: git-legacy-stash.sh:598
20823 #, sh-format
20824 msgid "'$args' is not a stash-like commit"
20825 msgstr ""
20827 #: git-legacy-stash.sh:609
20828 #, sh-format
20829 msgid "'$args' is not a stash reference"
20830 msgstr ""
20832 #: git-legacy-stash.sh:617
20833 msgid "unable to refresh index"
20834 msgstr ""
20836 #: git-legacy-stash.sh:621
20837 msgid "Cannot apply a stash in the middle of a merge"
20838 msgstr ""
20840 #: git-legacy-stash.sh:629
20841 msgid "Conflicts in index. Try without --index."
20842 msgstr ""
20844 #: git-legacy-stash.sh:631
20845 msgid "Could not save index tree"
20846 msgstr ""
20848 #: git-legacy-stash.sh:640
20849 msgid "Could not restore untracked files from stash entry"
20850 msgstr ""
20852 #: git-legacy-stash.sh:665
20853 msgid "Cannot unstage modified files"
20854 msgstr ""
20856 #: git-legacy-stash.sh:703
20857 #, sh-format
20858 msgid "Dropped ${REV} ($s)"
20859 msgstr ""
20861 #: git-legacy-stash.sh:704
20862 #, sh-format
20863 msgid "${REV}: Could not drop stash entry"
20864 msgstr ""
20866 #: git-legacy-stash.sh:791
20867 msgid "(To restore them type \"git stash apply\")"
20868 msgstr ""
20870 #: git-submodule.sh:200
20871 msgid "Relative path can only be used from the toplevel of the working tree"
20872 msgstr ""
20874 #: git-submodule.sh:210
20875 #, sh-format
20876 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20877 msgstr ""
20879 #: git-submodule.sh:229
20880 #, sh-format
20881 msgid "'$sm_path' already exists in the index"
20882 msgstr ""
20884 #: git-submodule.sh:232
20885 #, sh-format
20886 msgid "'$sm_path' already exists in the index and is not a submodule"
20887 msgstr ""
20889 #: git-submodule.sh:239
20890 #, sh-format
20891 msgid "'$sm_path' does not have a commit checked out"
20892 msgstr ""
20894 #: git-submodule.sh:245
20895 #, sh-format
20896 msgid ""
20897 "The following path is ignored by one of your .gitignore files:\n"
20898 "$sm_path\n"
20899 "Use -f if you really want to add it."
20900 msgstr ""
20902 #: git-submodule.sh:268
20903 #, sh-format
20904 msgid "Adding existing repo at '$sm_path' to the index"
20905 msgstr ""
20907 #: git-submodule.sh:270
20908 #, sh-format
20909 msgid "'$sm_path' already exists and is not a valid git repo"
20910 msgstr ""
20912 #: git-submodule.sh:278
20913 #, sh-format
20914 msgid "A git directory for '$sm_name' is found locally with remote(s):"
20915 msgstr ""
20917 #: git-submodule.sh:280
20918 #, sh-format
20919 msgid ""
20920 "If you want to reuse this local git directory instead of cloning again from\n"
20921 "  $realrepo\n"
20922 "use the '--force' option. If the local git directory is not the correct "
20923 "repo\n"
20924 "or you are unsure what this means choose another name with the '--name' "
20925 "option."
20926 msgstr ""
20928 #: git-submodule.sh:286
20929 #, sh-format
20930 msgid "Reactivating local git directory for submodule '$sm_name'."
20931 msgstr ""
20933 #: git-submodule.sh:298
20934 #, sh-format
20935 msgid "Unable to checkout submodule '$sm_path'"
20936 msgstr ""
20938 #: git-submodule.sh:303
20939 #, sh-format
20940 msgid "Failed to add submodule '$sm_path'"
20941 msgstr ""
20943 #: git-submodule.sh:312
20944 #, sh-format
20945 msgid "Failed to register submodule '$sm_path'"
20946 msgstr ""
20948 #: git-submodule.sh:573
20949 #, sh-format
20950 msgid "Unable to find current revision in submodule path '$displaypath'"
20951 msgstr ""
20953 #: git-submodule.sh:583
20954 #, sh-format
20955 msgid "Unable to fetch in submodule path '$sm_path'"
20956 msgstr ""
20958 #: git-submodule.sh:588
20959 #, sh-format
20960 msgid ""
20961 "Unable to find current ${remote_name}/${branch} revision in submodule path "
20962 "'$sm_path'"
20963 msgstr ""
20965 #: git-submodule.sh:606
20966 #, sh-format
20967 msgid ""
20968 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20969 "$sha1:"
20970 msgstr ""
20972 #: git-submodule.sh:612
20973 #, sh-format
20974 msgid ""
20975 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20976 "Direct fetching of that commit failed."
20977 msgstr ""
20979 #: git-submodule.sh:619
20980 #, sh-format
20981 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20982 msgstr ""
20984 #: git-submodule.sh:620
20985 #, sh-format
20986 msgid "Submodule path '$displaypath': checked out '$sha1'"
20987 msgstr ""
20989 #: git-submodule.sh:624
20990 #, sh-format
20991 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20992 msgstr ""
20994 #: git-submodule.sh:625
20995 #, sh-format
20996 msgid "Submodule path '$displaypath': rebased into '$sha1'"
20997 msgstr ""
20999 #: git-submodule.sh:630
21000 #, sh-format
21001 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
21002 msgstr ""
21004 #: git-submodule.sh:631
21005 #, sh-format
21006 msgid "Submodule path '$displaypath': merged in '$sha1'"
21007 msgstr ""
21009 #: git-submodule.sh:636
21010 #, sh-format
21011 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
21012 msgstr ""
21014 #: git-submodule.sh:637
21015 #, sh-format
21016 msgid "Submodule path '$displaypath': '$command $sha1'"
21017 msgstr ""
21019 #: git-submodule.sh:668
21020 #, sh-format
21021 msgid "Failed to recurse into submodule path '$displaypath'"
21022 msgstr ""
21024 #: git-submodule.sh:830
21025 msgid "The --cached option cannot be used with the --files option"
21026 msgstr ""
21028 #: git-submodule.sh:882
21029 #, sh-format
21030 msgid "unexpected mode $mod_dst"
21031 msgstr ""
21033 #: git-submodule.sh:902
21034 #, sh-format
21035 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
21036 msgstr ""
21038 #: git-submodule.sh:905
21039 #, sh-format
21040 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
21041 msgstr ""
21043 #: git-submodule.sh:908
21044 #, sh-format
21045 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
21046 msgstr ""
21048 #: git-parse-remote.sh:89
21049 #, sh-format
21050 msgid "See git-${cmd}(1) for details."
21051 msgstr ""
21053 #: git-rebase--preserve-merges.sh:109
21054 msgid "Applied autostash."
21055 msgstr ""
21057 #: git-rebase--preserve-merges.sh:112
21058 #, sh-format
21059 msgid "Cannot store $stash_sha1"
21060 msgstr ""
21062 #: git-rebase--preserve-merges.sh:191
21063 #, sh-format
21064 msgid "Rebasing ($new_count/$total)"
21065 msgstr ""
21067 #: git-rebase--preserve-merges.sh:207
21068 msgid ""
21069 "\n"
21070 "Commands:\n"
21071 "p, pick <commit> = use commit\n"
21072 "r, reword <commit> = use commit, but edit the commit message\n"
21073 "e, edit <commit> = use commit, but stop for amending\n"
21074 "s, squash <commit> = use commit, but meld into previous commit\n"
21075 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
21076 "x, exec <commit> = run command (the rest of the line) using shell\n"
21077 "d, drop <commit> = remove commit\n"
21078 "l, label <label> = label current HEAD with a name\n"
21079 "t, reset <label> = reset HEAD to a label\n"
21080 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
21081 ".       create a merge commit using the original merge commit's\n"
21082 ".       message (or the oneline, if no original merge commit was\n"
21083 ".       specified). Use -c <commit> to reword the commit message.\n"
21084 "\n"
21085 "These lines can be re-ordered; they are executed from top to bottom.\n"
21086 msgstr ""
21088 #: git-rebase--preserve-merges.sh:270
21089 #, sh-format
21090 msgid ""
21091 "You can amend the commit now, with\n"
21092 "\n"
21093 "\tgit commit --amend $gpg_sign_opt_quoted\n"
21094 "\n"
21095 "Once you are satisfied with your changes, run\n"
21096 "\n"
21097 "\tgit rebase --continue"
21098 msgstr ""
21100 #: git-rebase--preserve-merges.sh:295
21101 #, sh-format
21102 msgid "$sha1: not a commit that can be picked"
21103 msgstr ""
21105 #: git-rebase--preserve-merges.sh:334
21106 #, sh-format
21107 msgid "Invalid commit name: $sha1"
21108 msgstr ""
21110 #: git-rebase--preserve-merges.sh:364
21111 msgid "Cannot write current commit's replacement sha1"
21112 msgstr ""
21114 #: git-rebase--preserve-merges.sh:415
21115 #, sh-format
21116 msgid "Fast-forward to $sha1"
21117 msgstr ""
21119 #: git-rebase--preserve-merges.sh:417
21120 #, sh-format
21121 msgid "Cannot fast-forward to $sha1"
21122 msgstr ""
21124 #: git-rebase--preserve-merges.sh:426
21125 #, sh-format
21126 msgid "Cannot move HEAD to $first_parent"
21127 msgstr ""
21129 #: git-rebase--preserve-merges.sh:431
21130 #, sh-format
21131 msgid "Refusing to squash a merge: $sha1"
21132 msgstr ""
21134 #: git-rebase--preserve-merges.sh:449
21135 #, sh-format
21136 msgid "Error redoing merge $sha1"
21137 msgstr ""
21139 #: git-rebase--preserve-merges.sh:458
21140 #, sh-format
21141 msgid "Could not pick $sha1"
21142 msgstr ""
21144 #: git-rebase--preserve-merges.sh:467
21145 #, sh-format
21146 msgid "This is the commit message #${n}:"
21147 msgstr ""
21149 #: git-rebase--preserve-merges.sh:472
21150 #, sh-format
21151 msgid "The commit message #${n} will be skipped:"
21152 msgstr ""
21154 #: git-rebase--preserve-merges.sh:483
21155 #, sh-format
21156 msgid "This is a combination of $count commit."
21157 msgid_plural "This is a combination of $count commits."
21158 msgstr[0] ""
21159 msgstr[1] ""
21161 #: git-rebase--preserve-merges.sh:492
21162 #, sh-format
21163 msgid "Cannot write $fixup_msg"
21164 msgstr ""
21166 #: git-rebase--preserve-merges.sh:495
21167 msgid "This is a combination of 2 commits."
21168 msgstr ""
21170 #: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
21171 #: git-rebase--preserve-merges.sh:582
21172 #, sh-format
21173 msgid "Could not apply $sha1... $rest"
21174 msgstr ""
21176 #: git-rebase--preserve-merges.sh:611
21177 #, sh-format
21178 msgid ""
21179 "Could not amend commit after successfully picking $sha1... $rest\n"
21180 "This is most likely due to an empty commit message, or the pre-commit hook\n"
21181 "failed. If the pre-commit hook failed, you may need to resolve the issue "
21182 "before\n"
21183 "you are able to reword the commit."
21184 msgstr ""
21186 #: git-rebase--preserve-merges.sh:626
21187 #, sh-format
21188 msgid "Stopped at $sha1_abbrev... $rest"
21189 msgstr ""
21191 #: git-rebase--preserve-merges.sh:641
21192 #, sh-format
21193 msgid "Cannot '$squash_style' without a previous commit"
21194 msgstr ""
21196 #: git-rebase--preserve-merges.sh:683
21197 #, sh-format
21198 msgid "Executing: $rest"
21199 msgstr ""
21201 #: git-rebase--preserve-merges.sh:691
21202 #, sh-format
21203 msgid "Execution failed: $rest"
21204 msgstr ""
21206 #: git-rebase--preserve-merges.sh:693
21207 msgid "and made changes to the index and/or the working tree"
21208 msgstr ""
21210 #: git-rebase--preserve-merges.sh:695
21211 msgid ""
21212 "You can fix the problem, and then run\n"
21213 "\n"
21214 "\tgit rebase --continue"
21215 msgstr ""
21217 #. TRANSLATORS: after these lines is a command to be issued by the user
21218 #: git-rebase--preserve-merges.sh:708
21219 #, sh-format
21220 msgid ""
21221 "Execution succeeded: $rest\n"
21222 "but left changes to the index and/or the working tree\n"
21223 "Commit or stash your changes, and then run\n"
21224 "\n"
21225 "\tgit rebase --continue"
21226 msgstr ""
21228 #: git-rebase--preserve-merges.sh:719
21229 #, sh-format
21230 msgid "Unknown command: $command $sha1 $rest"
21231 msgstr ""
21233 #: git-rebase--preserve-merges.sh:720
21234 msgid "Please fix this using 'git rebase --edit-todo'."
21235 msgstr ""
21237 #: git-rebase--preserve-merges.sh:755
21238 #, sh-format
21239 msgid "Successfully rebased and updated $head_name."
21240 msgstr ""
21242 #: git-rebase--preserve-merges.sh:812
21243 msgid "Could not remove CHERRY_PICK_HEAD"
21244 msgstr ""
21246 #: git-rebase--preserve-merges.sh:817
21247 #, sh-format
21248 msgid ""
21249 "You have staged changes in your working tree.\n"
21250 "If these changes are meant to be\n"
21251 "squashed into the previous commit, run:\n"
21252 "\n"
21253 "  git commit --amend $gpg_sign_opt_quoted\n"
21254 "\n"
21255 "If they are meant to go into a new commit, run:\n"
21256 "\n"
21257 "  git commit $gpg_sign_opt_quoted\n"
21258 "\n"
21259 "In both cases, once you're done, continue with:\n"
21260 "\n"
21261 "  git rebase --continue\n"
21262 msgstr ""
21264 #: git-rebase--preserve-merges.sh:834
21265 msgid "Error trying to find the author identity to amend commit"
21266 msgstr ""
21268 #: git-rebase--preserve-merges.sh:839
21269 msgid ""
21270 "You have uncommitted changes in your working tree. Please commit them\n"
21271 "first and then run 'git rebase --continue' again."
21272 msgstr ""
21274 #: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
21275 msgid "Could not commit staged changes."
21276 msgstr ""
21278 #: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
21279 msgid "Could not execute editor"
21280 msgstr ""
21282 #: git-rebase--preserve-merges.sh:900
21283 #, sh-format
21284 msgid "Could not checkout $switch_to"
21285 msgstr ""
21287 #: git-rebase--preserve-merges.sh:907
21288 msgid "No HEAD?"
21289 msgstr ""
21291 #: git-rebase--preserve-merges.sh:908
21292 #, sh-format
21293 msgid "Could not create temporary $state_dir"
21294 msgstr ""
21296 #: git-rebase--preserve-merges.sh:911
21297 msgid "Could not mark as interactive"
21298 msgstr ""
21300 #: git-rebase--preserve-merges.sh:943
21301 #, sh-format
21302 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
21303 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
21304 msgstr[0] ""
21305 msgstr[1] ""
21307 #: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
21308 msgid "Could not init rewritten commits"
21309 msgstr ""
21311 #: git-sh-setup.sh:89 git-sh-setup.sh:94
21312 #, sh-format
21313 msgid "usage: $dashless $USAGE"
21314 msgstr ""
21316 #: git-sh-setup.sh:191
21317 #, sh-format
21318 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
21319 msgstr ""
21321 #: git-sh-setup.sh:200 git-sh-setup.sh:207
21322 #, sh-format
21323 msgid "fatal: $program_name cannot be used without a working tree."
21324 msgstr ""
21326 #: git-sh-setup.sh:221
21327 msgid "Cannot rebase: You have unstaged changes."
21328 msgstr ""
21330 #: git-sh-setup.sh:224
21331 msgid "Cannot rewrite branches: You have unstaged changes."
21332 msgstr ""
21334 #: git-sh-setup.sh:227
21335 msgid "Cannot pull with rebase: You have unstaged changes."
21336 msgstr ""
21338 #: git-sh-setup.sh:230
21339 #, sh-format
21340 msgid "Cannot $action: You have unstaged changes."
21341 msgstr ""
21343 #: git-sh-setup.sh:243
21344 msgid "Cannot rebase: Your index contains uncommitted changes."
21345 msgstr ""
21347 #: git-sh-setup.sh:246
21348 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
21349 msgstr ""
21351 #: git-sh-setup.sh:249
21352 #, sh-format
21353 msgid "Cannot $action: Your index contains uncommitted changes."
21354 msgstr ""
21356 #: git-sh-setup.sh:253
21357 msgid "Additionally, your index contains uncommitted changes."
21358 msgstr ""
21360 #: git-sh-setup.sh:373
21361 msgid "You need to run this command from the toplevel of the working tree."
21362 msgstr ""
21364 #: git-sh-setup.sh:378
21365 msgid "Unable to determine absolute path of git directory"
21366 msgstr ""
21368 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
21369 #: git-add--interactive.perl:210
21370 #, perl-format
21371 msgid "%12s %12s %s"
21372 msgstr ""
21374 #: git-add--interactive.perl:211
21375 msgid "staged"
21376 msgstr ""
21378 #: git-add--interactive.perl:211
21379 msgid "unstaged"
21380 msgstr ""
21382 #: git-add--interactive.perl:267 git-add--interactive.perl:292
21383 msgid "binary"
21384 msgstr ""
21386 #: git-add--interactive.perl:276 git-add--interactive.perl:330
21387 msgid "nothing"
21388 msgstr ""
21390 #: git-add--interactive.perl:312 git-add--interactive.perl:327
21391 msgid "unchanged"
21392 msgstr ""
21394 #: git-add--interactive.perl:623
21395 #, perl-format
21396 msgid "added %d path\n"
21397 msgid_plural "added %d paths\n"
21398 msgstr[0] ""
21399 msgstr[1] ""
21401 #: git-add--interactive.perl:626
21402 #, perl-format
21403 msgid "updated %d path\n"
21404 msgid_plural "updated %d paths\n"
21405 msgstr[0] ""
21406 msgstr[1] ""
21408 #: git-add--interactive.perl:629
21409 #, perl-format
21410 msgid "reverted %d path\n"
21411 msgid_plural "reverted %d paths\n"
21412 msgstr[0] ""
21413 msgstr[1] ""
21415 #: git-add--interactive.perl:632
21416 #, perl-format
21417 msgid "touched %d path\n"
21418 msgid_plural "touched %d paths\n"
21419 msgstr[0] ""
21420 msgstr[1] ""
21422 #: git-add--interactive.perl:641
21423 msgid "Update"
21424 msgstr ""
21426 #: git-add--interactive.perl:653
21427 msgid "Revert"
21428 msgstr ""
21430 #: git-add--interactive.perl:676
21431 #, perl-format
21432 msgid "note: %s is untracked now.\n"
21433 msgstr ""
21435 #: git-add--interactive.perl:687
21436 msgid "Add untracked"
21437 msgstr ""
21439 #: git-add--interactive.perl:693
21440 msgid "No untracked files.\n"
21441 msgstr ""
21443 #: git-add--interactive.perl:1051
21444 msgid ""
21445 "If the patch applies cleanly, the edited hunk will immediately be\n"
21446 "marked for staging."
21447 msgstr ""
21449 #: git-add--interactive.perl:1054
21450 msgid ""
21451 "If the patch applies cleanly, the edited hunk will immediately be\n"
21452 "marked for stashing."
21453 msgstr ""
21455 #: git-add--interactive.perl:1057
21456 msgid ""
21457 "If the patch applies cleanly, the edited hunk will immediately be\n"
21458 "marked for unstaging."
21459 msgstr ""
21461 #: git-add--interactive.perl:1060 git-add--interactive.perl:1069
21462 #: git-add--interactive.perl:1075
21463 msgid ""
21464 "If the patch applies cleanly, the edited hunk will immediately be\n"
21465 "marked for applying."
21466 msgstr ""
21468 #: git-add--interactive.perl:1063 git-add--interactive.perl:1066
21469 #: git-add--interactive.perl:1072
21470 msgid ""
21471 "If the patch applies cleanly, the edited hunk will immediately be\n"
21472 "marked for discarding."
21473 msgstr ""
21475 #: git-add--interactive.perl:1109
21476 #, perl-format
21477 msgid "failed to open hunk edit file for writing: %s"
21478 msgstr ""
21480 #: git-add--interactive.perl:1110
21481 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
21482 msgstr ""
21484 #: git-add--interactive.perl:1116
21485 #, perl-format
21486 msgid ""
21487 "---\n"
21488 "To remove '%s' lines, make them ' ' lines (context).\n"
21489 "To remove '%s' lines, delete them.\n"
21490 "Lines starting with %s will be removed.\n"
21491 msgstr ""
21493 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
21494 #: git-add--interactive.perl:1124
21495 msgid ""
21496 "If it does not apply cleanly, you will be given an opportunity to\n"
21497 "edit again.  If all lines of the hunk are removed, then the edit is\n"
21498 "aborted and the hunk is left unchanged.\n"
21499 msgstr ""
21501 #: git-add--interactive.perl:1138
21502 #, perl-format
21503 msgid "failed to open hunk edit file for reading: %s"
21504 msgstr ""
21506 #. TRANSLATORS: do not translate [y/n]
21507 #. The program will only accept that input
21508 #. at this point.
21509 #. Consider translating (saying "no" discards!) as
21510 #. (saying "n" for "no" discards!) if the translation
21511 #. of the word "no" does not start with n.
21512 #: git-add--interactive.perl:1237
21513 msgid ""
21514 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
21515 msgstr ""
21517 #: git-add--interactive.perl:1246
21518 msgid ""
21519 "y - stage this hunk\n"
21520 "n - do not stage this hunk\n"
21521 "q - quit; do not stage this hunk or any of the remaining ones\n"
21522 "a - stage this hunk and all later hunks in the file\n"
21523 "d - do not stage this hunk or any of the later hunks in the file"
21524 msgstr ""
21526 #: git-add--interactive.perl:1252
21527 msgid ""
21528 "y - stash this hunk\n"
21529 "n - do not stash this hunk\n"
21530 "q - quit; do not stash this hunk or any of the remaining ones\n"
21531 "a - stash this hunk and all later hunks in the file\n"
21532 "d - do not stash this hunk or any of the later hunks in the file"
21533 msgstr ""
21535 #: git-add--interactive.perl:1258
21536 msgid ""
21537 "y - unstage this hunk\n"
21538 "n - do not unstage this hunk\n"
21539 "q - quit; do not unstage this hunk or any of the remaining ones\n"
21540 "a - unstage this hunk and all later hunks in the file\n"
21541 "d - do not unstage this hunk or any of the later hunks in the file"
21542 msgstr ""
21544 #: git-add--interactive.perl:1264
21545 msgid ""
21546 "y - apply this hunk to index\n"
21547 "n - do not apply this hunk to index\n"
21548 "q - quit; do not apply this hunk or any of the remaining ones\n"
21549 "a - apply this hunk and all later hunks in the file\n"
21550 "d - do not apply this hunk or any of the later hunks in the file"
21551 msgstr ""
21553 #: git-add--interactive.perl:1270 git-add--interactive.perl:1288
21554 msgid ""
21555 "y - discard this hunk from worktree\n"
21556 "n - do not discard this hunk from worktree\n"
21557 "q - quit; do not discard this hunk or any of the remaining ones\n"
21558 "a - discard this hunk and all later hunks in the file\n"
21559 "d - do not discard this hunk or any of the later hunks in the file"
21560 msgstr ""
21562 #: git-add--interactive.perl:1276
21563 msgid ""
21564 "y - discard this hunk from index and worktree\n"
21565 "n - do not discard this hunk from index and worktree\n"
21566 "q - quit; do not discard this hunk or any of the remaining ones\n"
21567 "a - discard this hunk and all later hunks in the file\n"
21568 "d - do not discard this hunk or any of the later hunks in the file"
21569 msgstr ""
21571 #: git-add--interactive.perl:1282
21572 msgid ""
21573 "y - apply this hunk to index and worktree\n"
21574 "n - do not apply this hunk to index and worktree\n"
21575 "q - quit; do not apply this hunk or any of the remaining ones\n"
21576 "a - apply this hunk and all later hunks in the file\n"
21577 "d - do not apply this hunk or any of the later hunks in the file"
21578 msgstr ""
21580 #: git-add--interactive.perl:1294
21581 msgid ""
21582 "y - apply this hunk to worktree\n"
21583 "n - do not apply this hunk to worktree\n"
21584 "q - quit; do not apply this hunk or any of the remaining ones\n"
21585 "a - apply this hunk and all later hunks in the file\n"
21586 "d - do not apply this hunk or any of the later hunks in the file"
21587 msgstr ""
21589 #: git-add--interactive.perl:1309
21590 msgid ""
21591 "g - select a hunk to go to\n"
21592 "/ - search for a hunk matching the given regex\n"
21593 "j - leave this hunk undecided, see next undecided hunk\n"
21594 "J - leave this hunk undecided, see next hunk\n"
21595 "k - leave this hunk undecided, see previous undecided hunk\n"
21596 "K - leave this hunk undecided, see previous hunk\n"
21597 "s - split the current hunk into smaller hunks\n"
21598 "e - manually edit the current hunk\n"
21599 "? - print help\n"
21600 msgstr ""
21602 #: git-add--interactive.perl:1340
21603 msgid "The selected hunks do not apply to the index!\n"
21604 msgstr ""
21606 #: git-add--interactive.perl:1341
21607 msgid "Apply them to the worktree anyway? "
21608 msgstr ""
21610 #: git-add--interactive.perl:1344
21611 msgid "Nothing was applied.\n"
21612 msgstr ""
21614 #: git-add--interactive.perl:1355
21615 #, perl-format
21616 msgid "ignoring unmerged: %s\n"
21617 msgstr ""
21619 #: git-add--interactive.perl:1364
21620 msgid "Only binary files changed.\n"
21621 msgstr ""
21623 #: git-add--interactive.perl:1366
21624 msgid "No changes.\n"
21625 msgstr ""
21627 #: git-add--interactive.perl:1374
21628 msgid "Patch update"
21629 msgstr ""
21631 #: git-add--interactive.perl:1426
21632 #, perl-format
21633 msgid "Stage mode change [y,n,q,a,d%s,?]? "
21634 msgstr ""
21636 #: git-add--interactive.perl:1427
21637 #, perl-format
21638 msgid "Stage deletion [y,n,q,a,d%s,?]? "
21639 msgstr ""
21641 #: git-add--interactive.perl:1428
21642 #, perl-format
21643 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21644 msgstr ""
21646 #: git-add--interactive.perl:1431
21647 #, perl-format
21648 msgid "Stash mode change [y,n,q,a,d%s,?]? "
21649 msgstr ""
21651 #: git-add--interactive.perl:1432
21652 #, perl-format
21653 msgid "Stash deletion [y,n,q,a,d%s,?]? "
21654 msgstr ""
21656 #: git-add--interactive.perl:1433
21657 #, perl-format
21658 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21659 msgstr ""
21661 #: git-add--interactive.perl:1436
21662 #, perl-format
21663 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21664 msgstr ""
21666 #: git-add--interactive.perl:1437
21667 #, perl-format
21668 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21669 msgstr ""
21671 #: git-add--interactive.perl:1438
21672 #, perl-format
21673 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21674 msgstr ""
21676 #: git-add--interactive.perl:1441
21677 #, perl-format
21678 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21679 msgstr ""
21681 #: git-add--interactive.perl:1442
21682 #, perl-format
21683 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21684 msgstr ""
21686 #: git-add--interactive.perl:1443
21687 #, perl-format
21688 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21689 msgstr ""
21691 #: git-add--interactive.perl:1446 git-add--interactive.perl:1461
21692 #, perl-format
21693 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21694 msgstr ""
21696 #: git-add--interactive.perl:1447 git-add--interactive.perl:1462
21697 #, perl-format
21698 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21699 msgstr ""
21701 #: git-add--interactive.perl:1448 git-add--interactive.perl:1463
21702 #, perl-format
21703 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21704 msgstr ""
21706 #: git-add--interactive.perl:1451
21707 #, perl-format
21708 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21709 msgstr ""
21711 #: git-add--interactive.perl:1452
21712 #, perl-format
21713 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21714 msgstr ""
21716 #: git-add--interactive.perl:1453
21717 #, perl-format
21718 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21719 msgstr ""
21721 #: git-add--interactive.perl:1456
21722 #, perl-format
21723 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21724 msgstr ""
21726 #: git-add--interactive.perl:1457
21727 #, perl-format
21728 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21729 msgstr ""
21731 #: git-add--interactive.perl:1458
21732 #, perl-format
21733 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21734 msgstr ""
21736 #: git-add--interactive.perl:1466
21737 #, perl-format
21738 msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
21739 msgstr ""
21741 #: git-add--interactive.perl:1467
21742 #, perl-format
21743 msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
21744 msgstr ""
21746 #: git-add--interactive.perl:1468
21747 #, perl-format
21748 msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
21749 msgstr ""
21751 #: git-add--interactive.perl:1568
21752 msgid "No other hunks to goto\n"
21753 msgstr ""
21755 #: git-add--interactive.perl:1575
21756 msgid "go to which hunk (<ret> to see more)? "
21757 msgstr ""
21759 #: git-add--interactive.perl:1577
21760 msgid "go to which hunk? "
21761 msgstr ""
21763 #: git-add--interactive.perl:1586
21764 #, perl-format
21765 msgid "Invalid number: '%s'\n"
21766 msgstr ""
21768 #: git-add--interactive.perl:1591
21769 #, perl-format
21770 msgid "Sorry, only %d hunk available.\n"
21771 msgid_plural "Sorry, only %d hunks available.\n"
21772 msgstr[0] ""
21773 msgstr[1] ""
21775 #: git-add--interactive.perl:1617
21776 msgid "No other hunks to search\n"
21777 msgstr ""
21779 #: git-add--interactive.perl:1621
21780 msgid "search for regex? "
21781 msgstr ""
21783 #: git-add--interactive.perl:1634
21784 #, perl-format
21785 msgid "Malformed search regexp %s: %s\n"
21786 msgstr ""
21788 #: git-add--interactive.perl:1644
21789 msgid "No hunk matches the given pattern\n"
21790 msgstr ""
21792 #: git-add--interactive.perl:1656 git-add--interactive.perl:1678
21793 msgid "No previous hunk\n"
21794 msgstr ""
21796 #: git-add--interactive.perl:1665 git-add--interactive.perl:1684
21797 msgid "No next hunk\n"
21798 msgstr ""
21800 #: git-add--interactive.perl:1690
21801 msgid "Sorry, cannot split this hunk\n"
21802 msgstr ""
21804 #: git-add--interactive.perl:1696
21805 #, perl-format
21806 msgid "Split into %d hunk.\n"
21807 msgid_plural "Split into %d hunks.\n"
21808 msgstr[0] ""
21809 msgstr[1] ""
21811 #: git-add--interactive.perl:1706
21812 msgid "Sorry, cannot edit this hunk\n"
21813 msgstr ""
21815 #: git-add--interactive.perl:1752
21816 msgid "Review diff"
21817 msgstr ""
21819 #. TRANSLATORS: please do not translate the command names
21820 #. 'status', 'update', 'revert', etc.
21821 #: git-add--interactive.perl:1771
21822 msgid ""
21823 "status        - show paths with changes\n"
21824 "update        - add working tree state to the staged set of changes\n"
21825 "revert        - revert staged set of changes back to the HEAD version\n"
21826 "patch         - pick hunks and update selectively\n"
21827 "diff          - view diff between HEAD and index\n"
21828 "add untracked - add contents of untracked files to the staged set of "
21829 "changes\n"
21830 msgstr ""
21832 #: git-add--interactive.perl:1788 git-add--interactive.perl:1793
21833 #: git-add--interactive.perl:1796 git-add--interactive.perl:1803
21834 #: git-add--interactive.perl:1806 git-add--interactive.perl:1813
21835 #: git-add--interactive.perl:1817 git-add--interactive.perl:1823
21836 msgid "missing --"
21837 msgstr ""
21839 #: git-add--interactive.perl:1819
21840 #, perl-format
21841 msgid "unknown --patch mode: %s"
21842 msgstr ""
21844 #: git-add--interactive.perl:1825 git-add--interactive.perl:1831
21845 #, perl-format
21846 msgid "invalid argument %s, expecting --"
21847 msgstr ""
21849 #: git-send-email.perl:138
21850 msgid "local zone differs from GMT by a non-minute interval\n"
21851 msgstr ""
21853 #: git-send-email.perl:145 git-send-email.perl:151
21854 msgid "local time offset greater than or equal to 24 hours\n"
21855 msgstr ""
21857 #: git-send-email.perl:223 git-send-email.perl:229
21858 msgid "the editor exited uncleanly, aborting everything"
21859 msgstr ""
21861 #: git-send-email.perl:310
21862 #, perl-format
21863 msgid ""
21864 "'%s' contains an intermediate version of the email you were composing.\n"
21865 msgstr ""
21867 #: git-send-email.perl:315
21868 #, perl-format
21869 msgid "'%s.final' contains the composed email.\n"
21870 msgstr ""
21872 #: git-send-email.perl:408
21873 msgid "--dump-aliases incompatible with other options\n"
21874 msgstr ""
21876 #: git-send-email.perl:481 git-send-email.perl:683
21877 msgid "Cannot run git format-patch from outside a repository\n"
21878 msgstr ""
21880 #: git-send-email.perl:484
21881 msgid ""
21882 "`batch-size` and `relogin` must be specified together (via command-line or "
21883 "configuration option)\n"
21884 msgstr ""
21886 #: git-send-email.perl:497
21887 #, perl-format
21888 msgid "Unknown --suppress-cc field: '%s'\n"
21889 msgstr ""
21891 #: git-send-email.perl:528
21892 #, perl-format
21893 msgid "Unknown --confirm setting: '%s'\n"
21894 msgstr ""
21896 #: git-send-email.perl:556
21897 #, perl-format
21898 msgid "warning: sendmail alias with quotes is not supported: %s\n"
21899 msgstr ""
21901 #: git-send-email.perl:558
21902 #, perl-format
21903 msgid "warning: `:include:` not supported: %s\n"
21904 msgstr ""
21906 #: git-send-email.perl:560
21907 #, perl-format
21908 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21909 msgstr ""
21911 #: git-send-email.perl:565
21912 #, perl-format
21913 msgid "warning: sendmail line is not recognized: %s\n"
21914 msgstr ""
21916 #: git-send-email.perl:649
21917 #, perl-format
21918 msgid ""
21919 "File '%s' exists but it could also be the range of commits\n"
21920 "to produce patches for.  Please disambiguate by...\n"
21921 "\n"
21922 "    * Saying \"./%s\" if you mean a file; or\n"
21923 "    * Giving --format-patch option if you mean a range.\n"
21924 msgstr ""
21926 #: git-send-email.perl:670
21927 #, perl-format
21928 msgid "Failed to opendir %s: %s"
21929 msgstr ""
21931 #: git-send-email.perl:694
21932 #, perl-format
21933 msgid ""
21934 "fatal: %s: %s\n"
21935 "warning: no patches were sent\n"
21936 msgstr ""
21938 #: git-send-email.perl:705
21939 msgid ""
21940 "\n"
21941 "No patch files specified!\n"
21942 "\n"
21943 msgstr ""
21945 #: git-send-email.perl:718
21946 #, perl-format
21947 msgid "No subject line in %s?"
21948 msgstr ""
21950 #: git-send-email.perl:728
21951 #, perl-format
21952 msgid "Failed to open for writing %s: %s"
21953 msgstr ""
21955 #: git-send-email.perl:739
21956 msgid ""
21957 "Lines beginning in \"GIT:\" will be removed.\n"
21958 "Consider including an overall diffstat or table of contents\n"
21959 "for the patch you are writing.\n"
21960 "\n"
21961 "Clear the body content if you don't wish to send a summary.\n"
21962 msgstr ""
21964 #: git-send-email.perl:763
21965 #, perl-format
21966 msgid "Failed to open %s: %s"
21967 msgstr ""
21969 #: git-send-email.perl:780
21970 #, perl-format
21971 msgid "Failed to open %s.final: %s"
21972 msgstr ""
21974 #: git-send-email.perl:823
21975 msgid "Summary email is empty, skipping it\n"
21976 msgstr ""
21978 #. TRANSLATORS: please keep [y/N] as is.
21979 #: git-send-email.perl:858
21980 #, perl-format
21981 msgid "Are you sure you want to use <%s> [y/N]? "
21982 msgstr ""
21984 #: git-send-email.perl:913
21985 msgid ""
21986 "The following files are 8bit, but do not declare a Content-Transfer-"
21987 "Encoding.\n"
21988 msgstr ""
21990 #: git-send-email.perl:918
21991 msgid "Which 8bit encoding should I declare [UTF-8]? "
21992 msgstr ""
21994 #: git-send-email.perl:926
21995 #, perl-format
21996 msgid ""
21997 "Refusing to send because the patch\n"
21998 "\t%s\n"
21999 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
22000 "want to send.\n"
22001 msgstr ""
22003 #: git-send-email.perl:945
22004 msgid "To whom should the emails be sent (if anyone)?"
22005 msgstr ""
22007 #: git-send-email.perl:963
22008 #, perl-format
22009 msgid "fatal: alias '%s' expands to itself\n"
22010 msgstr ""
22012 #: git-send-email.perl:975
22013 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
22014 msgstr ""
22016 #: git-send-email.perl:1033 git-send-email.perl:1041
22017 #, perl-format
22018 msgid "error: unable to extract a valid address from: %s\n"
22019 msgstr ""
22021 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
22022 #. translation. The program will only accept English input
22023 #. at this point.
22024 #: git-send-email.perl:1045
22025 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
22026 msgstr ""
22028 #: git-send-email.perl:1362
22029 #, perl-format
22030 msgid "CA path \"%s\" does not exist"
22031 msgstr ""
22033 #: git-send-email.perl:1445
22034 msgid ""
22035 "    The Cc list above has been expanded by additional\n"
22036 "    addresses found in the patch commit message. By default\n"
22037 "    send-email prompts before sending whenever this occurs.\n"
22038 "    This behavior is controlled by the sendemail.confirm\n"
22039 "    configuration setting.\n"
22040 "\n"
22041 "    For additional information, run 'git send-email --help'.\n"
22042 "    To retain the current behavior, but squelch this message,\n"
22043 "    run 'git config --global sendemail.confirm auto'.\n"
22044 "\n"
22045 msgstr ""
22047 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
22048 #. translation. The program will only accept English input
22049 #. at this point.
22050 #: git-send-email.perl:1460
22051 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
22052 msgstr ""
22054 #: git-send-email.perl:1463
22055 msgid "Send this email reply required"
22056 msgstr ""
22058 #: git-send-email.perl:1491
22059 msgid "The required SMTP server is not properly defined."
22060 msgstr ""
22062 #: git-send-email.perl:1538
22063 #, perl-format
22064 msgid "Server does not support STARTTLS! %s"
22065 msgstr ""
22067 #: git-send-email.perl:1543 git-send-email.perl:1547
22068 #, perl-format
22069 msgid "STARTTLS failed! %s"
22070 msgstr ""
22072 #: git-send-email.perl:1556
22073 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
22074 msgstr ""
22076 #: git-send-email.perl:1574
22077 #, perl-format
22078 msgid "Failed to send %s\n"
22079 msgstr ""
22081 #: git-send-email.perl:1577
22082 #, perl-format
22083 msgid "Dry-Sent %s\n"
22084 msgstr ""
22086 #: git-send-email.perl:1577
22087 #, perl-format
22088 msgid "Sent %s\n"
22089 msgstr ""
22091 #: git-send-email.perl:1579
22092 msgid "Dry-OK. Log says:\n"
22093 msgstr ""
22095 #: git-send-email.perl:1579
22096 msgid "OK. Log says:\n"
22097 msgstr ""
22099 #: git-send-email.perl:1591
22100 msgid "Result: "
22101 msgstr ""
22103 #: git-send-email.perl:1594
22104 msgid "Result: OK\n"
22105 msgstr ""
22107 #: git-send-email.perl:1612
22108 #, perl-format
22109 msgid "can't open file %s"
22110 msgstr ""
22112 #: git-send-email.perl:1659 git-send-email.perl:1679
22113 #, perl-format
22114 msgid "(mbox) Adding cc: %s from line '%s'\n"
22115 msgstr ""
22117 #: git-send-email.perl:1665
22118 #, perl-format
22119 msgid "(mbox) Adding to: %s from line '%s'\n"
22120 msgstr ""
22122 #: git-send-email.perl:1718
22123 #, perl-format
22124 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
22125 msgstr ""
22127 #: git-send-email.perl:1753
22128 #, perl-format
22129 msgid "(body) Adding cc: %s from line '%s'\n"
22130 msgstr ""
22132 #: git-send-email.perl:1864
22133 #, perl-format
22134 msgid "(%s) Could not execute '%s'"
22135 msgstr ""
22137 #: git-send-email.perl:1871
22138 #, perl-format
22139 msgid "(%s) Adding %s: %s from: '%s'\n"
22140 msgstr ""
22142 #: git-send-email.perl:1875
22143 #, perl-format
22144 msgid "(%s) failed to close pipe to '%s'"
22145 msgstr ""
22147 #: git-send-email.perl:1905
22148 msgid "cannot send message as 7bit"
22149 msgstr ""
22151 #: git-send-email.perl:1913
22152 msgid "invalid transfer encoding"
22153 msgstr ""
22155 #: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
22156 #, perl-format
22157 msgid "unable to open %s: %s\n"
22158 msgstr ""
22160 #: git-send-email.perl:1957
22161 #, perl-format
22162 msgid "%s: patch contains a line longer than 998 characters"
22163 msgstr ""
22165 #: git-send-email.perl:1974
22166 #, perl-format
22167 msgid "Skipping %s with backup suffix '%s'.\n"
22168 msgstr ""
22170 #. TRANSLATORS: please keep "[y|N]" as is.
22171 #: git-send-email.perl:1978
22172 #, perl-format
22173 msgid "Do you really want to send %s? [y|N]: "
22174 msgstr ""