l10n: vi.po(4577t): Updated Vietnamese translation for v2.22.0 round 1
[git.git] / po / git.pot
blob1c394c66eb32b7dafff02462f862e2aecd1dfbd7
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-05-14 17:09+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:103
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
26 #: advice.c:156
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
30 #: advice.c:158
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
34 #: advice.c:160
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
38 #: advice.c:162
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
42 #: advice.c:164
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
46 #: advice.c:166
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
51 #: advice.c:174
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:182
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
61 #: advice.c:187 builtin/merge.c:1320
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
65 #: advice.c:189
66 msgid "Please, commit your changes before merging."
67 msgstr ""
69 #: advice.c:190
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
73 #: advice.c:196
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 "  git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
89 #: alias.c:50
90 msgid "cmdline ends with \\"
91 msgstr ""
93 #: alias.c:51
94 msgid "unclosed quote"
95 msgstr ""
97 #: apply.c:63
98 #, c-format
99 msgid "unrecognized whitespace option '%s'"
100 msgstr ""
102 #: apply.c:79
103 #, c-format
104 msgid "unrecognized whitespace ignore option '%s'"
105 msgstr ""
107 #: apply.c:129
108 msgid "--reject and --3way cannot be used together."
109 msgstr ""
111 #: apply.c:131
112 msgid "--cached and --3way cannot be used together."
113 msgstr ""
115 #: apply.c:134
116 msgid "--3way outside a repository"
117 msgstr ""
119 #: apply.c:145
120 msgid "--index outside a repository"
121 msgstr ""
123 #: apply.c:148
124 msgid "--cached outside a repository"
125 msgstr ""
127 #: apply.c:829
128 #, c-format
129 msgid "Cannot prepare timestamp regexp %s"
130 msgstr ""
132 #: apply.c:838
133 #, c-format
134 msgid "regexec returned %d for input: %s"
135 msgstr ""
137 #: apply.c:912
138 #, c-format
139 msgid "unable to find filename in patch at line %d"
140 msgstr ""
142 #: apply.c:950
143 #, c-format
144 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
145 msgstr ""
147 #: apply.c:956
148 #, c-format
149 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
150 msgstr ""
152 #: apply.c:957
153 #, c-format
154 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
155 msgstr ""
157 #: apply.c:962
158 #, c-format
159 msgid "git apply: bad git-diff - expected /dev/null on line %d"
160 msgstr ""
162 #: apply.c:991
163 #, c-format
164 msgid "invalid mode on line %d: %s"
165 msgstr ""
167 #: apply.c:1310
168 #, c-format
169 msgid "inconsistent header lines %d and %d"
170 msgstr ""
172 #: apply.c:1482
173 #, c-format
174 msgid "recount: unexpected line: %.*s"
175 msgstr ""
177 #: apply.c:1551
178 #, c-format
179 msgid "patch fragment without header at line %d: %.*s"
180 msgstr ""
182 #: apply.c:1571
183 #, c-format
184 msgid ""
185 "git diff header lacks filename information when removing %d leading pathname "
186 "component (line %d)"
187 msgid_plural ""
188 "git diff header lacks filename information when removing %d leading pathname "
189 "components (line %d)"
190 msgstr[0] ""
191 msgstr[1] ""
193 #: apply.c:1584
194 #, c-format
195 msgid "git diff header lacks filename information (line %d)"
196 msgstr ""
198 #: apply.c:1772
199 msgid "new file depends on old contents"
200 msgstr ""
202 #: apply.c:1774
203 msgid "deleted file still has contents"
204 msgstr ""
206 #: apply.c:1808
207 #, c-format
208 msgid "corrupt patch at line %d"
209 msgstr ""
211 #: apply.c:1845
212 #, c-format
213 msgid "new file %s depends on old contents"
214 msgstr ""
216 #: apply.c:1847
217 #, c-format
218 msgid "deleted file %s still has contents"
219 msgstr ""
221 #: apply.c:1850
222 #, c-format
223 msgid "** warning: file %s becomes empty but is not deleted"
224 msgstr ""
226 #: apply.c:1997
227 #, c-format
228 msgid "corrupt binary patch at line %d: %.*s"
229 msgstr ""
231 #: apply.c:2034
232 #, c-format
233 msgid "unrecognized binary patch at line %d"
234 msgstr ""
236 #: apply.c:2196
237 #, c-format
238 msgid "patch with only garbage at line %d"
239 msgstr ""
241 #: apply.c:2282
242 #, c-format
243 msgid "unable to read symlink %s"
244 msgstr ""
246 #: apply.c:2286
247 #, c-format
248 msgid "unable to open or read %s"
249 msgstr ""
251 #: apply.c:2945
252 #, c-format
253 msgid "invalid start of line: '%c'"
254 msgstr ""
256 #: apply.c:3066
257 #, c-format
258 msgid "Hunk #%d succeeded at %d (offset %d line)."
259 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
260 msgstr[0] ""
261 msgstr[1] ""
263 #: apply.c:3078
264 #, c-format
265 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
266 msgstr ""
268 #: apply.c:3084
269 #, c-format
270 msgid ""
271 "while searching for:\n"
272 "%.*s"
273 msgstr ""
275 #: apply.c:3106
276 #, c-format
277 msgid "missing binary patch data for '%s'"
278 msgstr ""
280 #: apply.c:3114
281 #, c-format
282 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
283 msgstr ""
285 #: apply.c:3161
286 #, c-format
287 msgid "cannot apply binary patch to '%s' without full index line"
288 msgstr ""
290 #: apply.c:3171
291 #, c-format
292 msgid ""
293 "the patch applies to '%s' (%s), which does not match the current contents."
294 msgstr ""
296 #: apply.c:3179
297 #, c-format
298 msgid "the patch applies to an empty '%s' but it is not empty"
299 msgstr ""
301 #: apply.c:3197
302 #, c-format
303 msgid "the necessary postimage %s for '%s' cannot be read"
304 msgstr ""
306 #: apply.c:3210
307 #, c-format
308 msgid "binary patch does not apply to '%s'"
309 msgstr ""
311 #: apply.c:3216
312 #, c-format
313 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
314 msgstr ""
316 #: apply.c:3237
317 #, c-format
318 msgid "patch failed: %s:%ld"
319 msgstr ""
321 #: apply.c:3360
322 #, c-format
323 msgid "cannot checkout %s"
324 msgstr ""
326 #: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
327 #, c-format
328 msgid "failed to read %s"
329 msgstr ""
331 #: apply.c:3420
332 #, c-format
333 msgid "reading from '%s' beyond a symbolic link"
334 msgstr ""
336 #: apply.c:3449 apply.c:3692
337 #, c-format
338 msgid "path %s has been renamed/deleted"
339 msgstr ""
341 #: apply.c:3535 apply.c:3707
342 #, c-format
343 msgid "%s: does not exist in index"
344 msgstr ""
346 #: apply.c:3544 apply.c:3715
347 #, c-format
348 msgid "%s: does not match index"
349 msgstr ""
351 #: apply.c:3579
352 msgid "repository lacks the necessary blob to fall back on 3-way merge."
353 msgstr ""
355 #: apply.c:3582
356 #, c-format
357 msgid "Falling back to three-way merge...\n"
358 msgstr ""
360 #: apply.c:3598 apply.c:3602
361 #, c-format
362 msgid "cannot read the current contents of '%s'"
363 msgstr ""
365 #: apply.c:3614
366 #, c-format
367 msgid "Failed to fall back on three-way merge...\n"
368 msgstr ""
370 #: apply.c:3628
371 #, c-format
372 msgid "Applied patch to '%s' with conflicts.\n"
373 msgstr ""
375 #: apply.c:3633
376 #, c-format
377 msgid "Applied patch to '%s' cleanly.\n"
378 msgstr ""
380 #: apply.c:3659
381 msgid "removal patch leaves file contents"
382 msgstr ""
384 #: apply.c:3732
385 #, c-format
386 msgid "%s: wrong type"
387 msgstr ""
389 #: apply.c:3734
390 #, c-format
391 msgid "%s has type %o, expected %o"
392 msgstr ""
394 #: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
395 #: read-cache.c:1309
396 #, c-format
397 msgid "invalid path '%s'"
398 msgstr ""
400 #: apply.c:3943
401 #, c-format
402 msgid "%s: already exists in index"
403 msgstr ""
405 #: apply.c:3946
406 #, c-format
407 msgid "%s: already exists in working directory"
408 msgstr ""
410 #: apply.c:3966
411 #, c-format
412 msgid "new mode (%o) of %s does not match old mode (%o)"
413 msgstr ""
415 #: apply.c:3971
416 #, c-format
417 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
418 msgstr ""
420 #: apply.c:3991
421 #, c-format
422 msgid "affected file '%s' is beyond a symbolic link"
423 msgstr ""
425 #: apply.c:3995
426 #, c-format
427 msgid "%s: patch does not apply"
428 msgstr ""
430 #: apply.c:4010
431 #, c-format
432 msgid "Checking patch %s..."
433 msgstr ""
435 #: apply.c:4102
436 #, c-format
437 msgid "sha1 information is lacking or useless for submodule %s"
438 msgstr ""
440 #: apply.c:4109
441 #, c-format
442 msgid "mode change for %s, which is not in current HEAD"
443 msgstr ""
445 #: apply.c:4112
446 #, c-format
447 msgid "sha1 information is lacking or useless (%s)."
448 msgstr ""
450 #: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
451 #, c-format
452 msgid "make_cache_entry failed for path '%s'"
453 msgstr ""
455 #: apply.c:4121
456 #, c-format
457 msgid "could not add %s to temporary index"
458 msgstr ""
460 #: apply.c:4131
461 #, c-format
462 msgid "could not write temporary index to %s"
463 msgstr ""
465 #: apply.c:4269
466 #, c-format
467 msgid "unable to remove %s from index"
468 msgstr ""
470 #: apply.c:4303
471 #, c-format
472 msgid "corrupt patch for submodule %s"
473 msgstr ""
475 #: apply.c:4309
476 #, c-format
477 msgid "unable to stat newly created file '%s'"
478 msgstr ""
480 #: apply.c:4317
481 #, c-format
482 msgid "unable to create backing store for newly created file %s"
483 msgstr ""
485 #: apply.c:4323 apply.c:4468
486 #, c-format
487 msgid "unable to add cache entry for %s"
488 msgstr ""
490 #: apply.c:4366
491 #, c-format
492 msgid "failed to write to '%s'"
493 msgstr ""
495 #: apply.c:4370
496 #, c-format
497 msgid "closing file '%s'"
498 msgstr ""
500 #: apply.c:4440
501 #, c-format
502 msgid "unable to write file '%s' mode %o"
503 msgstr ""
505 #: apply.c:4538
506 #, c-format
507 msgid "Applied patch %s cleanly."
508 msgstr ""
510 #: apply.c:4546
511 msgid "internal error"
512 msgstr ""
514 #: apply.c:4549
515 #, c-format
516 msgid "Applying patch %%s with %d reject..."
517 msgid_plural "Applying patch %%s with %d rejects..."
518 msgstr[0] ""
519 msgstr[1] ""
521 #: apply.c:4560
522 #, c-format
523 msgid "truncating .rej filename to %.*s.rej"
524 msgstr ""
526 #: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
527 #, c-format
528 msgid "cannot open %s"
529 msgstr ""
531 #: apply.c:4582
532 #, c-format
533 msgid "Hunk #%d applied cleanly."
534 msgstr ""
536 #: apply.c:4586
537 #, c-format
538 msgid "Rejected hunk #%d."
539 msgstr ""
541 #: apply.c:4696
542 #, c-format
543 msgid "Skipped patch '%s'."
544 msgstr ""
546 #: apply.c:4704
547 msgid "unrecognized input"
548 msgstr ""
550 #: apply.c:4724
551 msgid "unable to read index file"
552 msgstr ""
554 #: apply.c:4879
555 #, c-format
556 msgid "can't open patch '%s': %s"
557 msgstr ""
559 #: apply.c:4906
560 #, c-format
561 msgid "squelched %d whitespace error"
562 msgid_plural "squelched %d whitespace errors"
563 msgstr[0] ""
564 msgstr[1] ""
566 #: apply.c:4912 apply.c:4927
567 #, c-format
568 msgid "%d line adds whitespace errors."
569 msgid_plural "%d lines add whitespace errors."
570 msgstr[0] ""
571 msgstr[1] ""
573 #: apply.c:4920
574 #, c-format
575 msgid "%d line applied after fixing whitespace errors."
576 msgid_plural "%d lines applied after fixing whitespace errors."
577 msgstr[0] ""
578 msgstr[1] ""
580 #: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
581 msgid "Unable to write new index file"
582 msgstr ""
584 #: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
585 #: builtin/clone.c:123 builtin/fetch.c:118 builtin/merge.c:271
586 #: builtin/pull.c:207 builtin/submodule--helper.c:407
587 #: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
588 #: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
589 #: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
590 msgid "path"
591 msgstr ""
593 #: apply.c:4964
594 msgid "don't apply changes matching the given path"
595 msgstr ""
597 #: apply.c:4967
598 msgid "apply changes matching the given path"
599 msgstr ""
601 #: apply.c:4969 builtin/am.c:2219
602 msgid "num"
603 msgstr ""
605 #: apply.c:4970
606 msgid "remove <num> leading slashes from traditional diff paths"
607 msgstr ""
609 #: apply.c:4973
610 msgid "ignore additions made by the patch"
611 msgstr ""
613 #: apply.c:4975
614 msgid "instead of applying the patch, output diffstat for the input"
615 msgstr ""
617 #: apply.c:4979
618 msgid "show number of added and deleted lines in decimal notation"
619 msgstr ""
621 #: apply.c:4981
622 msgid "instead of applying the patch, output a summary for the input"
623 msgstr ""
625 #: apply.c:4983
626 msgid "instead of applying the patch, see if the patch is applicable"
627 msgstr ""
629 #: apply.c:4985
630 msgid "make sure the patch is applicable to the current index"
631 msgstr ""
633 #: apply.c:4987
634 msgid "mark new files with `git add --intent-to-add`"
635 msgstr ""
637 #: apply.c:4989
638 msgid "apply a patch without touching the working tree"
639 msgstr ""
641 #: apply.c:4991
642 msgid "accept a patch that touches outside the working area"
643 msgstr ""
645 #: apply.c:4994
646 msgid "also apply the patch (use with --stat/--summary/--check)"
647 msgstr ""
649 #: apply.c:4996
650 msgid "attempt three-way merge if a patch does not apply"
651 msgstr ""
653 #: apply.c:4998
654 msgid "build a temporary index based on embedded index information"
655 msgstr ""
657 #: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
658 msgid "paths are separated with NUL character"
659 msgstr ""
661 #: apply.c:5003
662 msgid "ensure at least <n> lines of context match"
663 msgstr ""
665 #: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
666 #: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
667 #: builtin/pack-objects.c:3317 builtin/rebase.c:1415
668 msgid "action"
669 msgstr ""
671 #: apply.c:5005
672 msgid "detect new or modified lines that have whitespace errors"
673 msgstr ""
675 #: apply.c:5008 apply.c:5011
676 msgid "ignore changes in whitespace when finding context"
677 msgstr ""
679 #: apply.c:5014
680 msgid "apply the patch in reverse"
681 msgstr ""
683 #: apply.c:5016
684 msgid "don't expect at least one line of context"
685 msgstr ""
687 #: apply.c:5018
688 msgid "leave the rejected hunks in corresponding *.rej files"
689 msgstr ""
691 #: apply.c:5020
692 msgid "allow overlapping hunks"
693 msgstr ""
695 #: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
696 #: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
697 #: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
698 msgid "be verbose"
699 msgstr ""
701 #: apply.c:5023
702 msgid "tolerate incorrectly detected missing new-line at the end of file"
703 msgstr ""
705 #: apply.c:5026
706 msgid "do not trust the line counts in the hunk headers"
707 msgstr ""
709 #: apply.c:5028 builtin/am.c:2207
710 msgid "root"
711 msgstr ""
713 #: apply.c:5029
714 msgid "prepend <root> to all filenames"
715 msgstr ""
717 #: archive.c:14
718 msgid "git archive [<options>] <tree-ish> [<path>...]"
719 msgstr ""
721 #: archive.c:15
722 msgid "git archive --list"
723 msgstr ""
725 #: archive.c:16
726 msgid ""
727 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
728 msgstr ""
730 #: archive.c:17
731 msgid "git archive --remote <repo> [--exec <cmd>] --list"
732 msgstr ""
734 #: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
735 #, c-format
736 msgid "pathspec '%s' did not match any files"
737 msgstr ""
739 #: archive.c:396
740 #, c-format
741 msgid "no such ref: %.*s"
742 msgstr ""
744 #: archive.c:401
745 #, c-format
746 msgid "not a valid object name: %s"
747 msgstr ""
749 #: archive.c:414
750 #, c-format
751 msgid "not a tree object: %s"
752 msgstr ""
754 #: archive.c:424
755 msgid "current working directory is untracked"
756 msgstr ""
758 #: archive.c:455
759 msgid "fmt"
760 msgstr ""
762 #: archive.c:455
763 msgid "archive format"
764 msgstr ""
766 #: archive.c:456 builtin/log.c:1557
767 msgid "prefix"
768 msgstr ""
770 #: archive.c:457
771 msgid "prepend prefix to each pathname in the archive"
772 msgstr ""
774 #: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
775 #: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
776 #: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
777 #: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
778 #: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:176
779 msgid "file"
780 msgstr ""
782 #: archive.c:459 builtin/archive.c:90
783 msgid "write the archive to this file"
784 msgstr ""
786 #: archive.c:461
787 msgid "read .gitattributes in working directory"
788 msgstr ""
790 #: archive.c:462
791 msgid "report archived files on stderr"
792 msgstr ""
794 #: archive.c:463
795 msgid "store only"
796 msgstr ""
798 #: archive.c:464
799 msgid "compress faster"
800 msgstr ""
802 #: archive.c:472
803 msgid "compress better"
804 msgstr ""
806 #: archive.c:475
807 msgid "list supported archive formats"
808 msgstr ""
810 #: archive.c:477 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
811 #: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
812 msgid "repo"
813 msgstr ""
815 #: archive.c:478 builtin/archive.c:92
816 msgid "retrieve the archive from remote repository <repo>"
817 msgstr ""
819 #: archive.c:479 builtin/archive.c:93 builtin/difftool.c:713
820 #: builtin/notes.c:498
821 msgid "command"
822 msgstr ""
824 #: archive.c:480 builtin/archive.c:94
825 msgid "path to the remote git-upload-archive command"
826 msgstr ""
828 #: archive.c:487
829 msgid "Unexpected option --remote"
830 msgstr ""
832 #: archive.c:489
833 msgid "Option --exec can only be used together with --remote"
834 msgstr ""
836 #: archive.c:491
837 msgid "Unexpected option --output"
838 msgstr ""
840 #: archive.c:513
841 #, c-format
842 msgid "Unknown archive format '%s'"
843 msgstr ""
845 #: archive.c:520
846 #, c-format
847 msgid "Argument not supported for format '%s': -%d"
848 msgstr ""
850 #: archive-tar.c:125 archive-zip.c:345
851 #, c-format
852 msgid "cannot stream blob %s"
853 msgstr ""
855 #: archive-tar.c:260 archive-zip.c:363
856 #, c-format
857 msgid "unsupported file mode: 0%o (SHA1: %s)"
858 msgstr ""
860 #: archive-tar.c:287 archive-zip.c:353
861 #, c-format
862 msgid "cannot read %s"
863 msgstr ""
865 #: archive-tar.c:459
866 #, c-format
867 msgid "unable to start '%s' filter"
868 msgstr ""
870 #: archive-tar.c:462
871 msgid "unable to redirect descriptor"
872 msgstr ""
874 #: archive-tar.c:469
875 #, c-format
876 msgid "'%s' filter reported error"
877 msgstr ""
879 #: archive-zip.c:314
880 #, c-format
881 msgid "path is not valid UTF-8: %s"
882 msgstr ""
884 #: archive-zip.c:318
885 #, c-format
886 msgid "path too long (%d chars, SHA1: %s): %s"
887 msgstr ""
889 #: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
890 #, c-format
891 msgid "deflate error (%d)"
892 msgstr ""
894 #: archive-zip.c:609
895 #, c-format
896 msgid "timestamp too large for this system: %<PRIuMAX>"
897 msgstr ""
899 #: attr.c:211
900 #, c-format
901 msgid "%.*s is not a valid attribute name"
902 msgstr ""
904 #: attr.c:368
905 #, c-format
906 msgid "%s not allowed: %s:%d"
907 msgstr ""
909 #: attr.c:408
910 msgid ""
911 "Negative patterns are ignored in git attributes\n"
912 "Use '\\!' for literal leading exclamation."
913 msgstr ""
915 #: bisect.c:468
916 #, c-format
917 msgid "Badly quoted content in file '%s': %s"
918 msgstr ""
920 #: bisect.c:678
921 #, c-format
922 msgid "We cannot bisect more!\n"
923 msgstr ""
925 #: bisect.c:733
926 #, c-format
927 msgid "Not a valid commit name %s"
928 msgstr ""
930 #: bisect.c:758
931 #, c-format
932 msgid ""
933 "The merge base %s is bad.\n"
934 "This means the bug has been fixed between %s and [%s].\n"
935 msgstr ""
937 #: bisect.c:763
938 #, c-format
939 msgid ""
940 "The merge base %s is new.\n"
941 "The property has changed between %s and [%s].\n"
942 msgstr ""
944 #: bisect.c:768
945 #, c-format
946 msgid ""
947 "The merge base %s is %s.\n"
948 "This means the first '%s' commit is between %s and [%s].\n"
949 msgstr ""
951 #: bisect.c:776
952 #, c-format
953 msgid ""
954 "Some %s revs are not ancestors of the %s rev.\n"
955 "git bisect cannot work properly in this case.\n"
956 "Maybe you mistook %s and %s revs?\n"
957 msgstr ""
959 #: bisect.c:789
960 #, c-format
961 msgid ""
962 "the merge base between %s and [%s] must be skipped.\n"
963 "So we cannot be sure the first %s commit is between %s and %s.\n"
964 "We continue anyway."
965 msgstr ""
967 #: bisect.c:822
968 #, c-format
969 msgid "Bisecting: a merge base must be tested\n"
970 msgstr ""
972 #: bisect.c:865
973 #, c-format
974 msgid "a %s revision is needed"
975 msgstr ""
977 #: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
978 #, c-format
979 msgid "could not create file '%s'"
980 msgstr ""
982 #: bisect.c:928 builtin/merge.c:146
983 #, c-format
984 msgid "could not read file '%s'"
985 msgstr ""
987 #: bisect.c:958
988 msgid "reading bisect refs failed"
989 msgstr ""
991 #: bisect.c:977
992 #, c-format
993 msgid "%s was both %s and %s\n"
994 msgstr ""
996 #: bisect.c:985
997 #, c-format
998 msgid ""
999 "No testable commit found.\n"
1000 "Maybe you started with bad path parameters?\n"
1001 msgstr ""
1003 #: bisect.c:1004
1004 #, c-format
1005 msgid "(roughly %d step)"
1006 msgid_plural "(roughly %d steps)"
1007 msgstr[0] ""
1008 msgstr[1] ""
1010 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1011 #. steps)" translation.
1013 #: bisect.c:1010
1014 #, c-format
1015 msgid "Bisecting: %d revision left to test after this %s\n"
1016 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1017 msgstr[0] ""
1018 msgstr[1] ""
1020 #: blame.c:1794
1021 msgid "--contents and --reverse do not blend well."
1022 msgstr ""
1024 #: blame.c:1808
1025 msgid "cannot use --contents with final commit object name"
1026 msgstr ""
1028 #: blame.c:1829
1029 msgid "--reverse and --first-parent together require specified latest commit"
1030 msgstr ""
1032 #: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1033 #: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1034 #: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1035 #: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
1036 #: builtin/shortlog.c:192
1037 msgid "revision walk setup failed"
1038 msgstr ""
1040 #: blame.c:1856
1041 msgid ""
1042 "--reverse --first-parent together require range along first-parent chain"
1043 msgstr ""
1045 #: blame.c:1867
1046 #, c-format
1047 msgid "no such path %s in %s"
1048 msgstr ""
1050 #: blame.c:1878
1051 #, c-format
1052 msgid "cannot read blob %s for path %s"
1053 msgstr ""
1055 #: branch.c:53
1056 #, c-format
1057 msgid ""
1058 "\n"
1059 "After fixing the error cause you may try to fix up\n"
1060 "the remote tracking information by invoking\n"
1061 "\"git branch --set-upstream-to=%s%s%s\"."
1062 msgstr ""
1064 #: branch.c:67
1065 #, c-format
1066 msgid "Not setting branch %s as its own upstream."
1067 msgstr ""
1069 #: branch.c:93
1070 #, c-format
1071 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1072 msgstr ""
1074 #: branch.c:94
1075 #, c-format
1076 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1077 msgstr ""
1079 #: branch.c:98
1080 #, c-format
1081 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1082 msgstr ""
1084 #: branch.c:99
1085 #, c-format
1086 msgid "Branch '%s' set up to track local branch '%s'."
1087 msgstr ""
1089 #: branch.c:104
1090 #, c-format
1091 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1092 msgstr ""
1094 #: branch.c:105
1095 #, c-format
1096 msgid "Branch '%s' set up to track remote ref '%s'."
1097 msgstr ""
1099 #: branch.c:109
1100 #, c-format
1101 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1102 msgstr ""
1104 #: branch.c:110
1105 #, c-format
1106 msgid "Branch '%s' set up to track local ref '%s'."
1107 msgstr ""
1109 #: branch.c:119
1110 msgid "Unable to write upstream branch configuration"
1111 msgstr ""
1113 #: branch.c:156
1114 #, c-format
1115 msgid "Not tracking: ambiguous information for ref %s"
1116 msgstr ""
1118 #: branch.c:189
1119 #, c-format
1120 msgid "'%s' is not a valid branch name."
1121 msgstr ""
1123 #: branch.c:208
1124 #, c-format
1125 msgid "A branch named '%s' already exists."
1126 msgstr ""
1128 #: branch.c:213
1129 msgid "Cannot force update the current branch."
1130 msgstr ""
1132 #: branch.c:233
1133 #, c-format
1134 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1135 msgstr ""
1137 #: branch.c:235
1138 #, c-format
1139 msgid "the requested upstream branch '%s' does not exist"
1140 msgstr ""
1142 #: branch.c:237
1143 msgid ""
1144 "\n"
1145 "If you are planning on basing your work on an upstream\n"
1146 "branch that already exists at the remote, you may need to\n"
1147 "run \"git fetch\" to retrieve it.\n"
1148 "\n"
1149 "If you are planning to push out a new local branch that\n"
1150 "will track its remote counterpart, you may want to use\n"
1151 "\"git push -u\" to set the upstream config as you push."
1152 msgstr ""
1154 #: branch.c:281
1155 #, c-format
1156 msgid "Not a valid object name: '%s'."
1157 msgstr ""
1159 #: branch.c:301
1160 #, c-format
1161 msgid "Ambiguous object name: '%s'."
1162 msgstr ""
1164 #: branch.c:306
1165 #, c-format
1166 msgid "Not a valid branch point: '%s'."
1167 msgstr ""
1169 #: branch.c:359
1170 #, c-format
1171 msgid "'%s' is already checked out at '%s'"
1172 msgstr ""
1174 #: branch.c:382
1175 #, c-format
1176 msgid "HEAD of working tree %s is not updated"
1177 msgstr ""
1179 #: bundle.c:36
1180 #, c-format
1181 msgid "'%s' does not look like a v2 bundle file"
1182 msgstr ""
1184 #: bundle.c:64
1185 #, c-format
1186 msgid "unrecognized header: %s%s (%d)"
1187 msgstr ""
1189 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1190 #: builtin/commit.c:788
1191 #, c-format
1192 msgid "could not open '%s'"
1193 msgstr ""
1195 #: bundle.c:143
1196 msgid "Repository lacks these prerequisite commits:"
1197 msgstr ""
1199 #: bundle.c:194
1200 #, c-format
1201 msgid "The bundle contains this ref:"
1202 msgid_plural "The bundle contains these %d refs:"
1203 msgstr[0] ""
1204 msgstr[1] ""
1206 #: bundle.c:201
1207 msgid "The bundle records a complete history."
1208 msgstr ""
1210 #: bundle.c:203
1211 #, c-format
1212 msgid "The bundle requires this ref:"
1213 msgid_plural "The bundle requires these %d refs:"
1214 msgstr[0] ""
1215 msgstr[1] ""
1217 #: bundle.c:269
1218 msgid "unable to dup bundle descriptor"
1219 msgstr ""
1221 #: bundle.c:276
1222 msgid "Could not spawn pack-objects"
1223 msgstr ""
1225 #: bundle.c:287
1226 msgid "pack-objects died"
1227 msgstr ""
1229 #: bundle.c:329
1230 msgid "rev-list died"
1231 msgstr ""
1233 #: bundle.c:378
1234 #, c-format
1235 msgid "ref '%s' is excluded by the rev-list options"
1236 msgstr ""
1238 #: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1239 #, c-format
1240 msgid "unrecognized argument: %s"
1241 msgstr ""
1243 #: bundle.c:465
1244 msgid "Refusing to create empty bundle."
1245 msgstr ""
1247 #: bundle.c:475
1248 #, c-format
1249 msgid "cannot create '%s'"
1250 msgstr ""
1252 #: bundle.c:500
1253 msgid "index-pack died"
1254 msgstr ""
1256 #: color.c:296
1257 #, c-format
1258 msgid "invalid color value: %.*s"
1259 msgstr ""
1261 #: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1262 #: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
1263 #, c-format
1264 msgid "could not parse %s"
1265 msgstr ""
1267 #: commit.c:52
1268 #, c-format
1269 msgid "%s %s is not a commit!"
1270 msgstr ""
1272 #: commit.c:193
1273 msgid ""
1274 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1275 "and will be removed in a future Git version.\n"
1276 "\n"
1277 "Please use \"git replace --convert-graft-file\"\n"
1278 "to convert the grafts into replace refs.\n"
1279 "\n"
1280 "Turn this message off by running\n"
1281 "\"git config advice.graftFileDeprecated false\""
1282 msgstr ""
1284 #: commit.c:1128
1285 #, c-format
1286 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1287 msgstr ""
1289 #: commit.c:1131
1290 #, c-format
1291 msgid "Commit %s has a bad GPG signature allegedly by %s."
1292 msgstr ""
1294 #: commit.c:1134
1295 #, c-format
1296 msgid "Commit %s does not have a GPG signature."
1297 msgstr ""
1299 #: commit.c:1137
1300 #, c-format
1301 msgid "Commit %s has a good GPG signature by %s\n"
1302 msgstr ""
1304 #: commit.c:1391
1305 msgid ""
1306 "Warning: commit message did not conform to UTF-8.\n"
1307 "You may want to amend it after fixing the message, or set the config\n"
1308 "variable i18n.commitencoding to the encoding your project uses.\n"
1309 msgstr ""
1311 #: commit-graph.c:105
1312 msgid "commit-graph file is too small"
1313 msgstr ""
1315 #: commit-graph.c:170
1316 #, c-format
1317 msgid "commit-graph signature %X does not match signature %X"
1318 msgstr ""
1320 #: commit-graph.c:177
1321 #, c-format
1322 msgid "commit-graph version %X does not match version %X"
1323 msgstr ""
1325 #: commit-graph.c:184
1326 #, c-format
1327 msgid "commit-graph hash version %X does not match version %X"
1328 msgstr ""
1330 #: commit-graph.c:207
1331 msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1332 msgstr ""
1334 #: commit-graph.c:218
1335 #, c-format
1336 msgid "commit-graph improper chunk offset %08x%08x"
1337 msgstr ""
1339 #: commit-graph.c:255
1340 #, c-format
1341 msgid "commit-graph chunk id %08x appears multiple times"
1342 msgstr ""
1344 #: commit-graph.c:388
1345 #, c-format
1346 msgid "could not find commit %s"
1347 msgstr ""
1349 #: commit-graph.c:730 builtin/pack-objects.c:2649
1350 #, c-format
1351 msgid "unable to get type of object %s"
1352 msgstr ""
1354 #: commit-graph.c:763
1355 msgid "Loading known commits in commit graph"
1356 msgstr ""
1358 #: commit-graph.c:779
1359 msgid "Expanding reachable commits in commit graph"
1360 msgstr ""
1362 #: commit-graph.c:791
1363 msgid "Clearing commit marks in commit graph"
1364 msgstr ""
1366 #: commit-graph.c:811
1367 msgid "Computing commit graph generation numbers"
1368 msgstr ""
1370 #: commit-graph.c:928
1371 #, c-format
1372 msgid "Finding commits for commit graph in %d pack"
1373 msgid_plural "Finding commits for commit graph in %d packs"
1374 msgstr[0] ""
1375 msgstr[1] ""
1377 #: commit-graph.c:941
1378 #, c-format
1379 msgid "error adding pack %s"
1380 msgstr ""
1382 #: commit-graph.c:943
1383 #, c-format
1384 msgid "error opening index for %s"
1385 msgstr ""
1387 #: commit-graph.c:957
1388 #, c-format
1389 msgid "Finding commits for commit graph from %d ref"
1390 msgid_plural "Finding commits for commit graph from %d refs"
1391 msgstr[0] ""
1392 msgstr[1] ""
1394 #: commit-graph.c:989
1395 msgid "Finding commits for commit graph among packed objects"
1396 msgstr ""
1398 #: commit-graph.c:1002
1399 msgid "Counting distinct commits in commit graph"
1400 msgstr ""
1402 #: commit-graph.c:1015
1403 #, c-format
1404 msgid "the commit graph format cannot write %d commits"
1405 msgstr ""
1407 #: commit-graph.c:1024
1408 msgid "Finding extra edges in commit graph"
1409 msgstr ""
1411 #: commit-graph.c:1048
1412 msgid "too many commits to write graph"
1413 msgstr ""
1415 #: commit-graph.c:1055 midx.c:805
1416 #, c-format
1417 msgid "unable to create leading directories of %s"
1418 msgstr ""
1420 #: commit-graph.c:1095
1421 #, c-format
1422 msgid "Writing out commit graph in %d pass"
1423 msgid_plural "Writing out commit graph in %d passes"
1424 msgstr[0] ""
1425 msgstr[1] ""
1427 #: commit-graph.c:1160
1428 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1429 msgstr ""
1431 #: commit-graph.c:1170
1432 #, c-format
1433 msgid "commit-graph has incorrect OID order: %s then %s"
1434 msgstr ""
1436 #: commit-graph.c:1180 commit-graph.c:1195
1437 #, c-format
1438 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1439 msgstr ""
1441 #: commit-graph.c:1187
1442 #, c-format
1443 msgid "failed to parse commit %s from commit-graph"
1444 msgstr ""
1446 #: commit-graph.c:1204
1447 msgid "Verifying commits in commit graph"
1448 msgstr ""
1450 #: commit-graph.c:1217
1451 #, c-format
1452 msgid "failed to parse commit %s from object database for commit-graph"
1453 msgstr ""
1455 #: commit-graph.c:1224
1456 #, c-format
1457 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1458 msgstr ""
1460 #: commit-graph.c:1234
1461 #, c-format
1462 msgid "commit-graph parent list for commit %s is too long"
1463 msgstr ""
1465 #: commit-graph.c:1240
1466 #, c-format
1467 msgid "commit-graph parent for %s is %s != %s"
1468 msgstr ""
1470 #: commit-graph.c:1253
1471 #, c-format
1472 msgid "commit-graph parent list for commit %s terminates early"
1473 msgstr ""
1475 #: commit-graph.c:1258
1476 #, c-format
1477 msgid ""
1478 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1479 msgstr ""
1481 #: commit-graph.c:1262
1482 #, c-format
1483 msgid ""
1484 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1485 msgstr ""
1487 #: commit-graph.c:1277
1488 #, c-format
1489 msgid "commit-graph generation for commit %s is %u != %u"
1490 msgstr ""
1492 #: commit-graph.c:1283
1493 #, c-format
1494 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1495 msgstr ""
1497 #: compat/obstack.c:406 compat/obstack.c:408
1498 msgid "memory exhausted"
1499 msgstr ""
1501 #: config.c:123
1502 #, c-format
1503 msgid ""
1504 "exceeded maximum include depth (%d) while including\n"
1505 "\t%s\n"
1506 "from\n"
1507 "\t%s\n"
1508 "This might be due to circular includes."
1509 msgstr ""
1511 #: config.c:139
1512 #, c-format
1513 msgid "could not expand include path '%s'"
1514 msgstr ""
1516 #: config.c:150
1517 msgid "relative config includes must come from files"
1518 msgstr ""
1520 #: config.c:190
1521 msgid "relative config include conditionals must come from files"
1522 msgstr ""
1524 #: config.c:348
1525 #, c-format
1526 msgid "key does not contain a section: %s"
1527 msgstr ""
1529 #: config.c:354
1530 #, c-format
1531 msgid "key does not contain variable name: %s"
1532 msgstr ""
1534 #: config.c:378 sequencer.c:2459
1535 #, c-format
1536 msgid "invalid key: %s"
1537 msgstr ""
1539 #: config.c:384
1540 #, c-format
1541 msgid "invalid key (newline): %s"
1542 msgstr ""
1544 #: config.c:420 config.c:432
1545 #, c-format
1546 msgid "bogus config parameter: %s"
1547 msgstr ""
1549 #: config.c:467
1550 #, c-format
1551 msgid "bogus format in %s"
1552 msgstr ""
1554 #: config.c:793
1555 #, c-format
1556 msgid "bad config line %d in blob %s"
1557 msgstr ""
1559 #: config.c:797
1560 #, c-format
1561 msgid "bad config line %d in file %s"
1562 msgstr ""
1564 #: config.c:801
1565 #, c-format
1566 msgid "bad config line %d in standard input"
1567 msgstr ""
1569 #: config.c:805
1570 #, c-format
1571 msgid "bad config line %d in submodule-blob %s"
1572 msgstr ""
1574 #: config.c:809
1575 #, c-format
1576 msgid "bad config line %d in command line %s"
1577 msgstr ""
1579 #: config.c:813
1580 #, c-format
1581 msgid "bad config line %d in %s"
1582 msgstr ""
1584 #: config.c:952
1585 msgid "out of range"
1586 msgstr ""
1588 #: config.c:952
1589 msgid "invalid unit"
1590 msgstr ""
1592 #: config.c:958
1593 #, c-format
1594 msgid "bad numeric config value '%s' for '%s': %s"
1595 msgstr ""
1597 #: config.c:963
1598 #, c-format
1599 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1600 msgstr ""
1602 #: config.c:966
1603 #, c-format
1604 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1605 msgstr ""
1607 #: config.c:969
1608 #, c-format
1609 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1610 msgstr ""
1612 #: config.c:972
1613 #, c-format
1614 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1615 msgstr ""
1617 #: config.c:975
1618 #, c-format
1619 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1620 msgstr ""
1622 #: config.c:978
1623 #, c-format
1624 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1625 msgstr ""
1627 #: config.c:1073
1628 #, c-format
1629 msgid "failed to expand user dir in: '%s'"
1630 msgstr ""
1632 #: config.c:1082
1633 #, c-format
1634 msgid "'%s' for '%s' is not a valid timestamp"
1635 msgstr ""
1637 #: config.c:1173
1638 #, c-format
1639 msgid "abbrev length out of range: %d"
1640 msgstr ""
1642 #: config.c:1187 config.c:1198
1643 #, c-format
1644 msgid "bad zlib compression level %d"
1645 msgstr ""
1647 #: config.c:1290
1648 msgid "core.commentChar should only be one character"
1649 msgstr ""
1651 #: config.c:1323
1652 #, c-format
1653 msgid "invalid mode for object creation: %s"
1654 msgstr ""
1656 #: config.c:1395
1657 #, c-format
1658 msgid "malformed value for %s"
1659 msgstr ""
1661 #: config.c:1421
1662 #, c-format
1663 msgid "malformed value for %s: %s"
1664 msgstr ""
1666 #: config.c:1422
1667 msgid "must be one of nothing, matching, simple, upstream or current"
1668 msgstr ""
1670 #: config.c:1483 builtin/pack-objects.c:3397
1671 #, c-format
1672 msgid "bad pack compression level %d"
1673 msgstr ""
1675 #: config.c:1604
1676 #, c-format
1677 msgid "unable to load config blob object '%s'"
1678 msgstr ""
1680 #: config.c:1607
1681 #, c-format
1682 msgid "reference '%s' does not point to a blob"
1683 msgstr ""
1685 #: config.c:1624
1686 #, c-format
1687 msgid "unable to resolve config blob '%s'"
1688 msgstr ""
1690 #: config.c:1654
1691 #, c-format
1692 msgid "failed to parse %s"
1693 msgstr ""
1695 #: config.c:1710
1696 msgid "unable to parse command-line config"
1697 msgstr ""
1699 #: config.c:2059
1700 msgid "unknown error occurred while reading the configuration files"
1701 msgstr ""
1703 #: config.c:2229
1704 #, c-format
1705 msgid "Invalid %s: '%s'"
1706 msgstr ""
1708 #: config.c:2272
1709 #, c-format
1710 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1711 msgstr ""
1713 #: config.c:2298
1714 #, c-format
1715 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1716 msgstr ""
1718 #: config.c:2344
1719 #, c-format
1720 msgid "unable to parse '%s' from command-line config"
1721 msgstr ""
1723 #: config.c:2346
1724 #, c-format
1725 msgid "bad config variable '%s' in file '%s' at line %d"
1726 msgstr ""
1728 #: config.c:2427
1729 #, c-format
1730 msgid "invalid section name '%s'"
1731 msgstr ""
1733 #: config.c:2459
1734 #, c-format
1735 msgid "%s has multiple values"
1736 msgstr ""
1738 #: config.c:2488
1739 #, c-format
1740 msgid "failed to write new configuration file %s"
1741 msgstr ""
1743 #: config.c:2740 config.c:3064
1744 #, c-format
1745 msgid "could not lock config file %s"
1746 msgstr ""
1748 #: config.c:2751
1749 #, c-format
1750 msgid "opening %s"
1751 msgstr ""
1753 #: config.c:2786 builtin/config.c:328
1754 #, c-format
1755 msgid "invalid pattern: %s"
1756 msgstr ""
1758 #: config.c:2811
1759 #, c-format
1760 msgid "invalid config file %s"
1761 msgstr ""
1763 #: config.c:2824 config.c:3077
1764 #, c-format
1765 msgid "fstat on %s failed"
1766 msgstr ""
1768 #: config.c:2835
1769 #, c-format
1770 msgid "unable to mmap '%s'"
1771 msgstr ""
1773 #: config.c:2844 config.c:3082
1774 #, c-format
1775 msgid "chmod on %s failed"
1776 msgstr ""
1778 #: config.c:2929 config.c:3179
1779 #, c-format
1780 msgid "could not write config file %s"
1781 msgstr ""
1783 #: config.c:2963
1784 #, c-format
1785 msgid "could not set '%s' to '%s'"
1786 msgstr ""
1788 #: config.c:2965 builtin/remote.c:782
1789 #, c-format
1790 msgid "could not unset '%s'"
1791 msgstr ""
1793 #: config.c:3055
1794 #, c-format
1795 msgid "invalid section name: %s"
1796 msgstr ""
1798 #: config.c:3222
1799 #, c-format
1800 msgid "missing value for '%s'"
1801 msgstr ""
1803 #: connect.c:61
1804 msgid "the remote end hung up upon initial contact"
1805 msgstr ""
1807 #: connect.c:63
1808 msgid ""
1809 "Could not read from remote repository.\n"
1810 "\n"
1811 "Please make sure you have the correct access rights\n"
1812 "and the repository exists."
1813 msgstr ""
1815 #: connect.c:81
1816 #, c-format
1817 msgid "server doesn't support '%s'"
1818 msgstr ""
1820 #: connect.c:103
1821 #, c-format
1822 msgid "server doesn't support feature '%s'"
1823 msgstr ""
1825 #: connect.c:114
1826 msgid "expected flush after capabilities"
1827 msgstr ""
1829 #: connect.c:233
1830 #, c-format
1831 msgid "ignoring capabilities after first line '%s'"
1832 msgstr ""
1834 #: connect.c:252
1835 msgid "protocol error: unexpected capabilities^{}"
1836 msgstr ""
1838 #: connect.c:273
1839 #, c-format
1840 msgid "protocol error: expected shallow sha-1, got '%s'"
1841 msgstr ""
1843 #: connect.c:275
1844 msgid "repository on the other end cannot be shallow"
1845 msgstr ""
1847 #: connect.c:313
1848 msgid "invalid packet"
1849 msgstr ""
1851 #: connect.c:333
1852 #, c-format
1853 msgid "protocol error: unexpected '%s'"
1854 msgstr ""
1856 #: connect.c:441
1857 #, c-format
1858 msgid "invalid ls-refs response: %s"
1859 msgstr ""
1861 #: connect.c:445
1862 msgid "expected flush after ref listing"
1863 msgstr ""
1865 #: connect.c:544
1866 #, c-format
1867 msgid "protocol '%s' is not supported"
1868 msgstr ""
1870 #: connect.c:595
1871 msgid "unable to set SO_KEEPALIVE on socket"
1872 msgstr ""
1874 #: connect.c:635 connect.c:698
1875 #, c-format
1876 msgid "Looking up %s ... "
1877 msgstr ""
1879 #: connect.c:639
1880 #, c-format
1881 msgid "unable to look up %s (port %s) (%s)"
1882 msgstr ""
1884 #. TRANSLATORS: this is the end of "Looking up %s ... "
1885 #: connect.c:643 connect.c:714
1886 #, c-format
1887 msgid ""
1888 "done.\n"
1889 "Connecting to %s (port %s) ... "
1890 msgstr ""
1892 #: connect.c:665 connect.c:742
1893 #, c-format
1894 msgid ""
1895 "unable to connect to %s:\n"
1896 "%s"
1897 msgstr ""
1899 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1900 #: connect.c:671 connect.c:748
1901 msgid "done."
1902 msgstr ""
1904 #: connect.c:702
1905 #, c-format
1906 msgid "unable to look up %s (%s)"
1907 msgstr ""
1909 #: connect.c:708
1910 #, c-format
1911 msgid "unknown port %s"
1912 msgstr ""
1914 #: connect.c:845 connect.c:1171
1915 #, c-format
1916 msgid "strange hostname '%s' blocked"
1917 msgstr ""
1919 #: connect.c:847
1920 #, c-format
1921 msgid "strange port '%s' blocked"
1922 msgstr ""
1924 #: connect.c:857
1925 #, c-format
1926 msgid "cannot start proxy %s"
1927 msgstr ""
1929 #: connect.c:924
1930 msgid "no path specified; see 'git help pull' for valid url syntax"
1931 msgstr ""
1933 #: connect.c:1119
1934 msgid "ssh variant 'simple' does not support -4"
1935 msgstr ""
1937 #: connect.c:1131
1938 msgid "ssh variant 'simple' does not support -6"
1939 msgstr ""
1941 #: connect.c:1148
1942 msgid "ssh variant 'simple' does not support setting port"
1943 msgstr ""
1945 #: connect.c:1260
1946 #, c-format
1947 msgid "strange pathname '%s' blocked"
1948 msgstr ""
1950 #: connect.c:1307
1951 msgid "unable to fork"
1952 msgstr ""
1954 #: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
1955 msgid "Checking connectivity"
1956 msgstr ""
1958 #: connected.c:97
1959 msgid "Could not run 'git rev-list'"
1960 msgstr ""
1962 #: connected.c:117
1963 msgid "failed write to rev-list"
1964 msgstr ""
1966 #: connected.c:124
1967 msgid "failed to close rev-list's stdin"
1968 msgstr ""
1970 #: convert.c:193
1971 #, c-format
1972 msgid "illegal crlf_action %d"
1973 msgstr ""
1975 #: convert.c:206
1976 #, c-format
1977 msgid "CRLF would be replaced by LF in %s"
1978 msgstr ""
1980 #: convert.c:208
1981 #, c-format
1982 msgid ""
1983 "CRLF will be replaced by LF in %s.\n"
1984 "The file will have its original line endings in your working directory"
1985 msgstr ""
1987 #: convert.c:216
1988 #, c-format
1989 msgid "LF would be replaced by CRLF in %s"
1990 msgstr ""
1992 #: convert.c:218
1993 #, c-format
1994 msgid ""
1995 "LF will be replaced by CRLF in %s.\n"
1996 "The file will have its original line endings in your working directory"
1997 msgstr ""
1999 #: convert.c:279
2000 #, c-format
2001 msgid "BOM is prohibited in '%s' if encoded as %s"
2002 msgstr ""
2004 #: convert.c:286
2005 #, c-format
2006 msgid ""
2007 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2008 "tree-encoding."
2009 msgstr ""
2011 #: convert.c:304
2012 #, c-format
2013 msgid "BOM is required in '%s' if encoded as %s"
2014 msgstr ""
2016 #: convert.c:306
2017 #, c-format
2018 msgid ""
2019 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2020 "%sLE (depending on the byte order) as working-tree-encoding."
2021 msgstr ""
2023 #: convert.c:424 convert.c:495
2024 #, c-format
2025 msgid "failed to encode '%s' from %s to %s"
2026 msgstr ""
2028 #: convert.c:467
2029 #, c-format
2030 msgid "encoding '%s' from %s to %s and back is not the same"
2031 msgstr ""
2033 #: convert.c:673
2034 #, c-format
2035 msgid "cannot fork to run external filter '%s'"
2036 msgstr ""
2038 #: convert.c:693
2039 #, c-format
2040 msgid "cannot feed the input to external filter '%s'"
2041 msgstr ""
2043 #: convert.c:700
2044 #, c-format
2045 msgid "external filter '%s' failed %d"
2046 msgstr ""
2048 #: convert.c:735 convert.c:738
2049 #, c-format
2050 msgid "read from external filter '%s' failed"
2051 msgstr ""
2053 #: convert.c:741 convert.c:796
2054 #, c-format
2055 msgid "external filter '%s' failed"
2056 msgstr ""
2058 #: convert.c:844
2059 msgid "unexpected filter type"
2060 msgstr ""
2062 #: convert.c:855
2063 msgid "path name too long for external filter"
2064 msgstr ""
2066 #: convert.c:929
2067 #, c-format
2068 msgid ""
2069 "external filter '%s' is not available anymore although not all paths have "
2070 "been filtered"
2071 msgstr ""
2073 #: convert.c:1228
2074 msgid "true/false are no valid working-tree-encodings"
2075 msgstr ""
2077 #: convert.c:1398 convert.c:1432
2078 #, c-format
2079 msgid "%s: clean filter '%s' failed"
2080 msgstr ""
2082 #: convert.c:1476
2083 #, c-format
2084 msgid "%s: smudge filter %s failed"
2085 msgstr ""
2087 #: date.c:137
2088 msgid "in the future"
2089 msgstr ""
2091 #: date.c:143
2092 #, c-format
2093 msgid "%<PRIuMAX> second ago"
2094 msgid_plural "%<PRIuMAX> seconds ago"
2095 msgstr[0] ""
2096 msgstr[1] ""
2098 #: date.c:150
2099 #, c-format
2100 msgid "%<PRIuMAX> minute ago"
2101 msgid_plural "%<PRIuMAX> minutes ago"
2102 msgstr[0] ""
2103 msgstr[1] ""
2105 #: date.c:157
2106 #, c-format
2107 msgid "%<PRIuMAX> hour ago"
2108 msgid_plural "%<PRIuMAX> hours ago"
2109 msgstr[0] ""
2110 msgstr[1] ""
2112 #: date.c:164
2113 #, c-format
2114 msgid "%<PRIuMAX> day ago"
2115 msgid_plural "%<PRIuMAX> days ago"
2116 msgstr[0] ""
2117 msgstr[1] ""
2119 #: date.c:170
2120 #, c-format
2121 msgid "%<PRIuMAX> week ago"
2122 msgid_plural "%<PRIuMAX> weeks ago"
2123 msgstr[0] ""
2124 msgstr[1] ""
2126 #: date.c:177
2127 #, c-format
2128 msgid "%<PRIuMAX> month ago"
2129 msgid_plural "%<PRIuMAX> months ago"
2130 msgstr[0] ""
2131 msgstr[1] ""
2133 #: date.c:188
2134 #, c-format
2135 msgid "%<PRIuMAX> year"
2136 msgid_plural "%<PRIuMAX> years"
2137 msgstr[0] ""
2138 msgstr[1] ""
2140 #. TRANSLATORS: "%s" is "<n> years"
2141 #: date.c:191
2142 #, c-format
2143 msgid "%s, %<PRIuMAX> month ago"
2144 msgid_plural "%s, %<PRIuMAX> months ago"
2145 msgstr[0] ""
2146 msgstr[1] ""
2148 #: date.c:196 date.c:201
2149 #, c-format
2150 msgid "%<PRIuMAX> year ago"
2151 msgid_plural "%<PRIuMAX> years ago"
2152 msgstr[0] ""
2153 msgstr[1] ""
2155 #: delta-islands.c:272
2156 msgid "Propagating island marks"
2157 msgstr ""
2159 #: delta-islands.c:290
2160 #, c-format
2161 msgid "bad tree object %s"
2162 msgstr ""
2164 #: delta-islands.c:334
2165 #, c-format
2166 msgid "failed to load island regex for '%s': %s"
2167 msgstr ""
2169 #: delta-islands.c:390
2170 #, c-format
2171 msgid "island regex from config has too many capture groups (max=%d)"
2172 msgstr ""
2174 #: delta-islands.c:466
2175 #, c-format
2176 msgid "Marked %d islands, done.\n"
2177 msgstr ""
2179 #: diffcore-order.c:24
2180 #, c-format
2181 msgid "failed to read orderfile '%s'"
2182 msgstr ""
2184 #: diffcore-rename.c:544
2185 msgid "Performing inexact rename detection"
2186 msgstr ""
2188 #: diff-no-index.c:238
2189 msgid "git diff --no-index [<options>] <path> <path>"
2190 msgstr ""
2192 #: diff-no-index.c:263
2193 msgid ""
2194 "Not a git repository. Use --no-index to compare two paths outside a working "
2195 "tree"
2196 msgstr ""
2198 #: diff.c:155
2199 #, c-format
2200 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2201 msgstr ""
2203 #: diff.c:160
2204 #, c-format
2205 msgid "  Unknown dirstat parameter '%s'\n"
2206 msgstr ""
2208 #: diff.c:296
2209 msgid ""
2210 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2211 "'dimmed-zebra', 'plain'"
2212 msgstr ""
2214 #: diff.c:324
2215 #, c-format
2216 msgid ""
2217 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2218 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2219 msgstr ""
2221 #: diff.c:332
2222 msgid ""
2223 "color-moved-ws: allow-indentation-change cannot be combined with other "
2224 "whitespace modes"
2225 msgstr ""
2227 #: diff.c:405
2228 #, c-format
2229 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2230 msgstr ""
2232 #: diff.c:465
2233 #, c-format
2234 msgid ""
2235 "Found errors in 'diff.dirstat' config variable:\n"
2236 "%s"
2237 msgstr ""
2239 #: diff.c:4210
2240 #, c-format
2241 msgid "external diff died, stopping at %s"
2242 msgstr ""
2244 #: diff.c:4555
2245 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2246 msgstr ""
2248 #: diff.c:4558
2249 msgid "-G, -S and --find-object are mutually exclusive"
2250 msgstr ""
2252 #: diff.c:4636
2253 msgid "--follow requires exactly one pathspec"
2254 msgstr ""
2256 #: diff.c:4684
2257 #, c-format
2258 msgid "invalid --stat value: %s"
2259 msgstr ""
2261 #: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5216
2262 #: parse-options.c:200
2263 #, c-format
2264 msgid "%s expects a numerical value"
2265 msgstr ""
2267 #: diff.c:4721
2268 #, c-format
2269 msgid ""
2270 "Failed to parse --dirstat/-X option parameter:\n"
2271 "%s"
2272 msgstr ""
2274 #: diff.c:4806
2275 #, c-format
2276 msgid "unknown change class '%c' in --diff-filter=%s"
2277 msgstr ""
2279 #: diff.c:4830
2280 #, c-format
2281 msgid "unknown value after ws-error-highlight=%.*s"
2282 msgstr ""
2284 #: diff.c:4844
2285 #, c-format
2286 msgid "unable to resolve '%s'"
2287 msgstr ""
2289 #: diff.c:4894 diff.c:4900
2290 #, c-format
2291 msgid "%s expects <n>/<m> form"
2292 msgstr ""
2294 #: diff.c:4912
2295 #, c-format
2296 msgid "%s expects a character, got '%s'"
2297 msgstr ""
2299 #: diff.c:4933
2300 #, c-format
2301 msgid "bad --color-moved argument: %s"
2302 msgstr ""
2304 #: diff.c:4952
2305 #, c-format
2306 msgid "invalid mode '%s' in --color-moved-ws"
2307 msgstr ""
2309 #: diff.c:4992
2310 msgid ""
2311 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2312 "\"histogram\""
2313 msgstr ""
2315 #: diff.c:5028 diff.c:5048
2316 #, c-format
2317 msgid "invalid argument to %s"
2318 msgstr ""
2320 #: diff.c:5186
2321 #, c-format
2322 msgid "failed to parse --submodule option parameter: '%s'"
2323 msgstr ""
2325 #: diff.c:5240
2326 #, c-format
2327 msgid "bad --word-diff argument: %s"
2328 msgstr ""
2330 #: diff.c:5263
2331 msgid "Diff output format options"
2332 msgstr ""
2334 #: diff.c:5265 diff.c:5271
2335 msgid "generate patch"
2336 msgstr ""
2338 #: diff.c:5268 builtin/log.c:167
2339 msgid "suppress diff output"
2340 msgstr ""
2342 #: diff.c:5273 diff.c:5387 diff.c:5394
2343 msgid "<n>"
2344 msgstr ""
2346 #: diff.c:5274 diff.c:5277
2347 msgid "generate diffs with <n> lines context"
2348 msgstr ""
2350 #: diff.c:5279
2351 msgid "generate the diff in raw format"
2352 msgstr ""
2354 #: diff.c:5282
2355 msgid "synonym for '-p --raw'"
2356 msgstr ""
2358 #: diff.c:5286
2359 msgid "synonym for '-p --stat'"
2360 msgstr ""
2362 #: diff.c:5290
2363 msgid "machine friendly --stat"
2364 msgstr ""
2366 #: diff.c:5293
2367 msgid "output only the last line of --stat"
2368 msgstr ""
2370 #: diff.c:5295 diff.c:5303
2371 msgid "<param1,param2>..."
2372 msgstr ""
2374 #: diff.c:5296
2375 msgid ""
2376 "output the distribution of relative amount of changes for each sub-directory"
2377 msgstr ""
2379 #: diff.c:5300
2380 msgid "synonym for --dirstat=cumulative"
2381 msgstr ""
2383 #: diff.c:5304
2384 msgid "synonym for --dirstat=files,param1,param2..."
2385 msgstr ""
2387 #: diff.c:5308
2388 msgid "warn if changes introduce conflict markers or whitespace errors"
2389 msgstr ""
2391 #: diff.c:5311
2392 msgid "condensed summary such as creations, renames and mode changes"
2393 msgstr ""
2395 #: diff.c:5314
2396 msgid "show only names of changed files"
2397 msgstr ""
2399 #: diff.c:5317
2400 msgid "show only names and status of changed files"
2401 msgstr ""
2403 #: diff.c:5319
2404 msgid "<width>[,<name-width>[,<count>]]"
2405 msgstr ""
2407 #: diff.c:5320
2408 msgid "generate diffstat"
2409 msgstr ""
2411 #: diff.c:5322 diff.c:5325 diff.c:5328
2412 msgid "<width>"
2413 msgstr ""
2415 #: diff.c:5323
2416 msgid "generate diffstat with a given width"
2417 msgstr ""
2419 #: diff.c:5326
2420 msgid "generate diffstat with a given name width"
2421 msgstr ""
2423 #: diff.c:5329
2424 msgid "generate diffstat with a given graph width"
2425 msgstr ""
2427 #: diff.c:5331
2428 msgid "<count>"
2429 msgstr ""
2431 #: diff.c:5332
2432 msgid "generate diffstat with limited lines"
2433 msgstr ""
2435 #: diff.c:5335
2436 msgid "generate compact summary in diffstat"
2437 msgstr ""
2439 #: diff.c:5338
2440 msgid "output a binary diff that can be applied"
2441 msgstr ""
2443 #: diff.c:5341
2444 msgid "show full pre- and post-image object names on the \"index\" lines"
2445 msgstr ""
2447 #: diff.c:5343
2448 msgid "show colored diff"
2449 msgstr ""
2451 #: diff.c:5344
2452 msgid "<kind>"
2453 msgstr ""
2455 #: diff.c:5345
2456 msgid ""
2457 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2458 "diff"
2459 msgstr ""
2461 #: diff.c:5348
2462 msgid ""
2463 "do not munge pathnames and use NULs as output field terminators in --raw or "
2464 "--numstat"
2465 msgstr ""
2467 #: diff.c:5351 diff.c:5354 diff.c:5357 diff.c:5463
2468 msgid "<prefix>"
2469 msgstr ""
2471 #: diff.c:5352
2472 msgid "show the given source prefix instead of \"a/\""
2473 msgstr ""
2475 #: diff.c:5355
2476 msgid "show the given source prefix instead of \"b/\""
2477 msgstr ""
2479 #: diff.c:5358
2480 msgid "prepend an additional prefix to every line of output"
2481 msgstr ""
2483 #: diff.c:5361
2484 msgid "do not show any source or destination prefix"
2485 msgstr ""
2487 #: diff.c:5364
2488 msgid "show context between diff hunks up to the specified number of lines"
2489 msgstr ""
2491 #: diff.c:5368 diff.c:5373 diff.c:5378
2492 msgid "<char>"
2493 msgstr ""
2495 #: diff.c:5369
2496 msgid "specify the character to indicate a new line instead of '+'"
2497 msgstr ""
2499 #: diff.c:5374
2500 msgid "specify the character to indicate an old line instead of '-'"
2501 msgstr ""
2503 #: diff.c:5379
2504 msgid "specify the character to indicate a context instead of ' '"
2505 msgstr ""
2507 #: diff.c:5382
2508 msgid "Diff rename options"
2509 msgstr ""
2511 #: diff.c:5383
2512 msgid "<n>[/<m>]"
2513 msgstr ""
2515 #: diff.c:5384
2516 msgid "break complete rewrite changes into pairs of delete and create"
2517 msgstr ""
2519 #: diff.c:5388
2520 msgid "detect renames"
2521 msgstr ""
2523 #: diff.c:5392
2524 msgid "omit the preimage for deletes"
2525 msgstr ""
2527 #: diff.c:5395
2528 msgid "detect copies"
2529 msgstr ""
2531 #: diff.c:5399
2532 msgid "use unmodified files as source to find copies"
2533 msgstr ""
2535 #: diff.c:5401
2536 msgid "disable rename detection"
2537 msgstr ""
2539 #: diff.c:5404
2540 msgid "use empty blobs as rename source"
2541 msgstr ""
2543 #: diff.c:5406
2544 msgid "continue listing the history of a file beyond renames"
2545 msgstr ""
2547 #: diff.c:5409
2548 msgid ""
2549 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2550 "given limit"
2551 msgstr ""
2553 #: diff.c:5411
2554 msgid "Diff algorithm options"
2555 msgstr ""
2557 #: diff.c:5413
2558 msgid "produce the smallest possible diff"
2559 msgstr ""
2561 #: diff.c:5416
2562 msgid "ignore whitespace when comparing lines"
2563 msgstr ""
2565 #: diff.c:5419
2566 msgid "ignore changes in amount of whitespace"
2567 msgstr ""
2569 #: diff.c:5422
2570 msgid "ignore changes in whitespace at EOL"
2571 msgstr ""
2573 #: diff.c:5425
2574 msgid "ignore carrier-return at the end of line"
2575 msgstr ""
2577 #: diff.c:5428
2578 msgid "ignore changes whose lines are all blank"
2579 msgstr ""
2581 #: diff.c:5431
2582 msgid "heuristic to shift diff hunk boundaries for easy reading"
2583 msgstr ""
2585 #: diff.c:5434
2586 msgid "generate diff using the \"patience diff\" algorithm"
2587 msgstr ""
2589 #: diff.c:5438
2590 msgid "generate diff using the \"histogram diff\" algorithm"
2591 msgstr ""
2593 #: diff.c:5440
2594 msgid "<algorithm>"
2595 msgstr ""
2597 #: diff.c:5441
2598 msgid "choose a diff algorithm"
2599 msgstr ""
2601 #: diff.c:5443
2602 msgid "<text>"
2603 msgstr ""
2605 #: diff.c:5444
2606 msgid "generate diff using the \"anchored diff\" algorithm"
2607 msgstr ""
2609 #: diff.c:5446 diff.c:5455 diff.c:5458
2610 msgid "<mode>"
2611 msgstr ""
2613 #: diff.c:5447
2614 msgid "show word diff, using <mode> to delimit changed words"
2615 msgstr ""
2617 #: diff.c:5449 diff.c:5452 diff.c:5497
2618 msgid "<regex>"
2619 msgstr ""
2621 #: diff.c:5450
2622 msgid "use <regex> to decide what a word is"
2623 msgstr ""
2625 #: diff.c:5453
2626 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2627 msgstr ""
2629 #: diff.c:5456
2630 msgid "move lines of code are colored differently"
2631 msgstr ""
2633 #: diff.c:5459
2634 msgid "how white spaces are ignored in --color-moved"
2635 msgstr ""
2637 #: diff.c:5462
2638 msgid "Diff other options"
2639 msgstr ""
2641 #: diff.c:5464
2642 msgid "when run from subdir, exclude changes outside and show relative paths"
2643 msgstr ""
2645 #: diff.c:5468
2646 msgid "treat all files as text"
2647 msgstr ""
2649 #: diff.c:5470
2650 msgid "swap two inputs, reverse the diff"
2651 msgstr ""
2653 #: diff.c:5472
2654 msgid "exit with 1 if there were differences, 0 otherwise"
2655 msgstr ""
2657 #: diff.c:5474
2658 msgid "disable all output of the program"
2659 msgstr ""
2661 #: diff.c:5476
2662 msgid "allow an external diff helper to be executed"
2663 msgstr ""
2665 #: diff.c:5478
2666 msgid "run external text conversion filters when comparing binary files"
2667 msgstr ""
2669 #: diff.c:5480
2670 msgid "<when>"
2671 msgstr ""
2673 #: diff.c:5481
2674 msgid "ignore changes to submodules in the diff generation"
2675 msgstr ""
2677 #: diff.c:5484
2678 msgid "<format>"
2679 msgstr ""
2681 #: diff.c:5485
2682 msgid "specify how differences in submodules are shown"
2683 msgstr ""
2685 #: diff.c:5489
2686 msgid "hide 'git add -N' entries from the index"
2687 msgstr ""
2689 #: diff.c:5492
2690 msgid "treat 'git add -N' entries as real in the index"
2691 msgstr ""
2693 #: diff.c:5494
2694 msgid "<string>"
2695 msgstr ""
2697 #: diff.c:5495
2698 msgid ""
2699 "look for differences that change the number of occurrences of the specified "
2700 "string"
2701 msgstr ""
2703 #: diff.c:5498
2704 msgid ""
2705 "look for differences that change the number of occurrences of the specified "
2706 "regex"
2707 msgstr ""
2709 #: diff.c:5501
2710 msgid "show all changes in the changeset with -S or -G"
2711 msgstr ""
2713 #: diff.c:5504
2714 msgid "treat <string> in -S as extended POSIX regular expression"
2715 msgstr ""
2717 #: diff.c:5507
2718 msgid "control the order in which files appear in the output"
2719 msgstr ""
2721 #: diff.c:5508
2722 msgid "<object-id>"
2723 msgstr ""
2725 #: diff.c:5509
2726 msgid ""
2727 "look for differences that change the number of occurrences of the specified "
2728 "object"
2729 msgstr ""
2731 #: diff.c:5511
2732 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2733 msgstr ""
2735 #: diff.c:5512
2736 msgid "select files by diff type"
2737 msgstr ""
2739 #: diff.c:5514
2740 msgid "<file>"
2741 msgstr ""
2743 #: diff.c:5515
2744 msgid "Output to a specific file"
2745 msgstr ""
2747 #: diff.c:6148
2748 msgid "inexact rename detection was skipped due to too many files."
2749 msgstr ""
2751 #: diff.c:6151
2752 msgid "only found copies from modified paths due to too many files."
2753 msgstr ""
2755 #: diff.c:6154
2756 #, c-format
2757 msgid ""
2758 "you may want to set your %s variable to at least %d and retry the command."
2759 msgstr ""
2761 #: dir.c:537
2762 #, c-format
2763 msgid "pathspec '%s' did not match any file(s) known to git"
2764 msgstr ""
2766 #: dir.c:926
2767 #, c-format
2768 msgid "cannot use %s as an exclude file"
2769 msgstr ""
2771 #: dir.c:1843
2772 #, c-format
2773 msgid "could not open directory '%s'"
2774 msgstr ""
2776 #: dir.c:2085
2777 msgid "failed to get kernel name and information"
2778 msgstr ""
2780 #: dir.c:2209
2781 msgid "untracked cache is disabled on this system or location"
2782 msgstr ""
2784 #: dir.c:3013
2785 #, c-format
2786 msgid "index file corrupt in repo %s"
2787 msgstr ""
2789 #: dir.c:3058 dir.c:3063
2790 #, c-format
2791 msgid "could not create directories for %s"
2792 msgstr ""
2794 #: dir.c:3092
2795 #, c-format
2796 msgid "could not migrate git directory from '%s' to '%s'"
2797 msgstr ""
2799 #: editor.c:73
2800 #, c-format
2801 msgid "hint: Waiting for your editor to close the file...%c"
2802 msgstr ""
2804 #: entry.c:178
2805 msgid "Filtering content"
2806 msgstr ""
2808 #: entry.c:476
2809 #, c-format
2810 msgid "could not stat file '%s'"
2811 msgstr ""
2813 #: environment.c:150
2814 #, c-format
2815 msgid "bad git namespace path \"%s\""
2816 msgstr ""
2818 #: environment.c:332
2819 #, c-format
2820 msgid "could not set GIT_DIR to '%s'"
2821 msgstr ""
2823 #: exec-cmd.c:363
2824 #, c-format
2825 msgid "too many args to run %s"
2826 msgstr ""
2828 #: fetch-object.c:17
2829 msgid "Remote with no URL"
2830 msgstr ""
2832 #: fetch-pack.c:151
2833 msgid "git fetch-pack: expected shallow list"
2834 msgstr ""
2836 #: fetch-pack.c:154
2837 msgid "git fetch-pack: expected a flush packet after shallow list"
2838 msgstr ""
2840 #: fetch-pack.c:165
2841 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2842 msgstr ""
2844 #: fetch-pack.c:185
2845 #, c-format
2846 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2847 msgstr ""
2849 #: fetch-pack.c:196
2850 msgid "unable to write to remote"
2851 msgstr ""
2853 #: fetch-pack.c:258
2854 msgid "--stateless-rpc requires multi_ack_detailed"
2855 msgstr ""
2857 #: fetch-pack.c:360 fetch-pack.c:1271
2858 #, c-format
2859 msgid "invalid shallow line: %s"
2860 msgstr ""
2862 #: fetch-pack.c:366 fetch-pack.c:1277
2863 #, c-format
2864 msgid "invalid unshallow line: %s"
2865 msgstr ""
2867 #: fetch-pack.c:368 fetch-pack.c:1279
2868 #, c-format
2869 msgid "object not found: %s"
2870 msgstr ""
2872 #: fetch-pack.c:371 fetch-pack.c:1282
2873 #, c-format
2874 msgid "error in object: %s"
2875 msgstr ""
2877 #: fetch-pack.c:373 fetch-pack.c:1284
2878 #, c-format
2879 msgid "no shallow found: %s"
2880 msgstr ""
2882 #: fetch-pack.c:376 fetch-pack.c:1288
2883 #, c-format
2884 msgid "expected shallow/unshallow, got %s"
2885 msgstr ""
2887 #: fetch-pack.c:417
2888 #, c-format
2889 msgid "got %s %d %s"
2890 msgstr ""
2892 #: fetch-pack.c:434
2893 #, c-format
2894 msgid "invalid commit %s"
2895 msgstr ""
2897 #: fetch-pack.c:465
2898 msgid "giving up"
2899 msgstr ""
2901 #: fetch-pack.c:477 progress.c:284
2902 msgid "done"
2903 msgstr ""
2905 #: fetch-pack.c:489
2906 #, c-format
2907 msgid "got %s (%d) %s"
2908 msgstr ""
2910 #: fetch-pack.c:535
2911 #, c-format
2912 msgid "Marking %s as complete"
2913 msgstr ""
2915 #: fetch-pack.c:744
2916 #, c-format
2917 msgid "already have %s (%s)"
2918 msgstr ""
2920 #: fetch-pack.c:783
2921 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2922 msgstr ""
2924 #: fetch-pack.c:791
2925 msgid "protocol error: bad pack header"
2926 msgstr ""
2928 #: fetch-pack.c:859
2929 #, c-format
2930 msgid "fetch-pack: unable to fork off %s"
2931 msgstr ""
2933 #: fetch-pack.c:875
2934 #, c-format
2935 msgid "%s failed"
2936 msgstr ""
2938 #: fetch-pack.c:877
2939 msgid "error in sideband demultiplexer"
2940 msgstr ""
2942 #: fetch-pack.c:906
2943 msgid "Server does not support shallow clients"
2944 msgstr ""
2946 #: fetch-pack.c:910
2947 msgid "Server supports multi_ack_detailed"
2948 msgstr ""
2950 #: fetch-pack.c:913
2951 msgid "Server supports no-done"
2952 msgstr ""
2954 #: fetch-pack.c:919
2955 msgid "Server supports multi_ack"
2956 msgstr ""
2958 #: fetch-pack.c:923
2959 msgid "Server supports side-band-64k"
2960 msgstr ""
2962 #: fetch-pack.c:927
2963 msgid "Server supports side-band"
2964 msgstr ""
2966 #: fetch-pack.c:931
2967 msgid "Server supports allow-tip-sha1-in-want"
2968 msgstr ""
2970 #: fetch-pack.c:935
2971 msgid "Server supports allow-reachable-sha1-in-want"
2972 msgstr ""
2974 #: fetch-pack.c:945
2975 msgid "Server supports ofs-delta"
2976 msgstr ""
2978 #: fetch-pack.c:951 fetch-pack.c:1144
2979 msgid "Server supports filter"
2980 msgstr ""
2982 #: fetch-pack.c:959
2983 #, c-format
2984 msgid "Server version is %.*s"
2985 msgstr ""
2987 #: fetch-pack.c:965
2988 msgid "Server does not support --shallow-since"
2989 msgstr ""
2991 #: fetch-pack.c:969
2992 msgid "Server does not support --shallow-exclude"
2993 msgstr ""
2995 #: fetch-pack.c:971
2996 msgid "Server does not support --deepen"
2997 msgstr ""
2999 #: fetch-pack.c:988
3000 msgid "no common commits"
3001 msgstr ""
3003 #: fetch-pack.c:1000 fetch-pack.c:1449
3004 msgid "git fetch-pack: fetch failed."
3005 msgstr ""
3007 #: fetch-pack.c:1138
3008 msgid "Server does not support shallow requests"
3009 msgstr ""
3011 #: fetch-pack.c:1171
3012 msgid "unable to write request to remote"
3013 msgstr ""
3015 #: fetch-pack.c:1189
3016 #, c-format
3017 msgid "error reading section header '%s'"
3018 msgstr ""
3020 #: fetch-pack.c:1195
3021 #, c-format
3022 msgid "expected '%s', received '%s'"
3023 msgstr ""
3025 #: fetch-pack.c:1234
3026 #, c-format
3027 msgid "unexpected acknowledgment line: '%s'"
3028 msgstr ""
3030 #: fetch-pack.c:1239
3031 #, c-format
3032 msgid "error processing acks: %d"
3033 msgstr ""
3035 #: fetch-pack.c:1249
3036 msgid "expected packfile to be sent after 'ready'"
3037 msgstr ""
3039 #: fetch-pack.c:1251
3040 msgid "expected no other sections to be sent after no 'ready'"
3041 msgstr ""
3043 #: fetch-pack.c:1293
3044 #, c-format
3045 msgid "error processing shallow info: %d"
3046 msgstr ""
3048 #: fetch-pack.c:1340
3049 #, c-format
3050 msgid "expected wanted-ref, got '%s'"
3051 msgstr ""
3053 #: fetch-pack.c:1345
3054 #, c-format
3055 msgid "unexpected wanted-ref: '%s'"
3056 msgstr ""
3058 #: fetch-pack.c:1350
3059 #, c-format
3060 msgid "error processing wanted refs: %d"
3061 msgstr ""
3063 #: fetch-pack.c:1676
3064 msgid "no matching remote head"
3065 msgstr ""
3067 #: fetch-pack.c:1699 builtin/clone.c:676
3068 msgid "remote did not send all necessary objects"
3069 msgstr ""
3071 #: fetch-pack.c:1726
3072 #, c-format
3073 msgid "no such remote ref %s"
3074 msgstr ""
3076 #: fetch-pack.c:1729
3077 #, c-format
3078 msgid "Server does not allow request for unadvertised object %s"
3079 msgstr ""
3081 #: gpg-interface.c:318
3082 msgid "gpg failed to sign the data"
3083 msgstr ""
3085 #: gpg-interface.c:344
3086 msgid "could not create temporary file"
3087 msgstr ""
3089 #: gpg-interface.c:347
3090 #, c-format
3091 msgid "failed writing detached signature to '%s'"
3092 msgstr ""
3094 #: graph.c:97
3095 #, c-format
3096 msgid "ignore invalid color '%.*s' in log.graphColors"
3097 msgstr ""
3099 #: grep.c:2113
3100 #, c-format
3101 msgid "'%s': unable to read %s"
3102 msgstr ""
3104 #: grep.c:2130 setup.c:164 builtin/clone.c:414 builtin/diff.c:82
3105 #: builtin/rm.c:135
3106 #, c-format
3107 msgid "failed to stat '%s'"
3108 msgstr ""
3110 #: grep.c:2141
3111 #, c-format
3112 msgid "'%s': short read"
3113 msgstr ""
3115 #: help.c:23
3116 msgid "start a working area (see also: git help tutorial)"
3117 msgstr ""
3119 #: help.c:24
3120 msgid "work on the current change (see also: git help everyday)"
3121 msgstr ""
3123 #: help.c:25
3124 msgid "examine the history and state (see also: git help revisions)"
3125 msgstr ""
3127 #: help.c:26
3128 msgid "grow, mark and tweak your common history"
3129 msgstr ""
3131 #: help.c:27
3132 msgid "collaborate (see also: git help workflows)"
3133 msgstr ""
3135 #: help.c:31
3136 msgid "Main Porcelain Commands"
3137 msgstr ""
3139 #: help.c:32
3140 msgid "Ancillary Commands / Manipulators"
3141 msgstr ""
3143 #: help.c:33
3144 msgid "Ancillary Commands / Interrogators"
3145 msgstr ""
3147 #: help.c:34
3148 msgid "Interacting with Others"
3149 msgstr ""
3151 #: help.c:35
3152 msgid "Low-level Commands / Manipulators"
3153 msgstr ""
3155 #: help.c:36
3156 msgid "Low-level Commands / Interrogators"
3157 msgstr ""
3159 #: help.c:37
3160 msgid "Low-level Commands / Synching Repositories"
3161 msgstr ""
3163 #: help.c:38
3164 msgid "Low-level Commands / Internal Helpers"
3165 msgstr ""
3167 #: help.c:298
3168 #, c-format
3169 msgid "available git commands in '%s'"
3170 msgstr ""
3172 #: help.c:305
3173 msgid "git commands available from elsewhere on your $PATH"
3174 msgstr ""
3176 #: help.c:314
3177 msgid "These are common Git commands used in various situations:"
3178 msgstr ""
3180 #: help.c:363 git.c:97
3181 #, c-format
3182 msgid "unsupported command listing type '%s'"
3183 msgstr ""
3185 #: help.c:403
3186 msgid "The common Git guides are:"
3187 msgstr ""
3189 #: help.c:512
3190 msgid "See 'git help <command>' to read about a specific subcommand"
3191 msgstr ""
3193 #: help.c:517
3194 msgid "External commands"
3195 msgstr ""
3197 #: help.c:532
3198 msgid "Command aliases"
3199 msgstr ""
3201 #: help.c:596
3202 #, c-format
3203 msgid ""
3204 "'%s' appears to be a git command, but we were not\n"
3205 "able to execute it. Maybe git-%s is broken?"
3206 msgstr ""
3208 #: help.c:655
3209 msgid "Uh oh. Your system reports no Git commands at all."
3210 msgstr ""
3212 #: help.c:677
3213 #, c-format
3214 msgid "WARNING: You called a Git command named '%s', which does not exist."
3215 msgstr ""
3217 #: help.c:682
3218 #, c-format
3219 msgid "Continuing under the assumption that you meant '%s'."
3220 msgstr ""
3222 #: help.c:687
3223 #, c-format
3224 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3225 msgstr ""
3227 #: help.c:695
3228 #, c-format
3229 msgid "git: '%s' is not a git command. See 'git --help'."
3230 msgstr ""
3232 #: help.c:699
3233 msgid ""
3234 "\n"
3235 "The most similar command is"
3236 msgid_plural ""
3237 "\n"
3238 "The most similar commands are"
3239 msgstr[0] ""
3240 msgstr[1] ""
3242 #: help.c:714
3243 msgid "git version [<options>]"
3244 msgstr ""
3246 #: help.c:782
3247 #, c-format
3248 msgid "%s: %s - %s"
3249 msgstr ""
3251 #: help.c:786
3252 msgid ""
3253 "\n"
3254 "Did you mean this?"
3255 msgid_plural ""
3256 "\n"
3257 "Did you mean one of these?"
3258 msgstr[0] ""
3259 msgstr[1] ""
3261 #: ident.c:349
3262 msgid ""
3263 "\n"
3264 "*** Please tell me who you are.\n"
3265 "\n"
3266 "Run\n"
3267 "\n"
3268 "  git config --global user.email \"you@example.com\"\n"
3269 "  git config --global user.name \"Your Name\"\n"
3270 "\n"
3271 "to set your account's default identity.\n"
3272 "Omit --global to set the identity only in this repository.\n"
3273 "\n"
3274 msgstr ""
3276 #: ident.c:379
3277 msgid "no email was given and auto-detection is disabled"
3278 msgstr ""
3280 #: ident.c:384
3281 #, c-format
3282 msgid "unable to auto-detect email address (got '%s')"
3283 msgstr ""
3285 #: ident.c:401
3286 msgid "no name was given and auto-detection is disabled"
3287 msgstr ""
3289 #: ident.c:407
3290 #, c-format
3291 msgid "unable to auto-detect name (got '%s')"
3292 msgstr ""
3294 #: ident.c:415
3295 #, c-format
3296 msgid "empty ident name (for <%s>) not allowed"
3297 msgstr ""
3299 #: ident.c:421
3300 #, c-format
3301 msgid "name consists only of disallowed characters: %s"
3302 msgstr ""
3304 #: ident.c:436 builtin/commit.c:608
3305 #, c-format
3306 msgid "invalid date format: %s"
3307 msgstr ""
3309 #: list-objects.c:129
3310 #, c-format
3311 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3312 msgstr ""
3314 #: list-objects.c:142
3315 #, c-format
3316 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3317 msgstr ""
3319 #: list-objects.c:378
3320 #, c-format
3321 msgid "unable to load root tree for commit %s"
3322 msgstr ""
3324 #: list-objects-filter-options.c:36
3325 msgid "multiple filter-specs cannot be combined"
3326 msgstr ""
3328 #: list-objects-filter-options.c:58
3329 msgid "expected 'tree:<depth>'"
3330 msgstr ""
3332 #: list-objects-filter-options.c:156
3333 msgid "cannot change partial clone promisor remote"
3334 msgstr ""
3336 #: lockfile.c:151
3337 #, c-format
3338 msgid ""
3339 "Unable to create '%s.lock': %s.\n"
3340 "\n"
3341 "Another git process seems to be running in this repository, e.g.\n"
3342 "an editor opened by 'git commit'. Please make sure all processes\n"
3343 "are terminated then try again. If it still fails, a git process\n"
3344 "may have crashed in this repository earlier:\n"
3345 "remove the file manually to continue."
3346 msgstr ""
3348 #: lockfile.c:159
3349 #, c-format
3350 msgid "Unable to create '%s.lock': %s"
3351 msgstr ""
3353 #: merge.c:41
3354 msgid "failed to read the cache"
3355 msgstr ""
3357 #: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3358 #: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:776
3359 #: builtin/stash.c:264
3360 msgid "unable to write new index file"
3361 msgstr ""
3363 #: merge-recursive.c:322
3364 msgid "(bad commit)\n"
3365 msgstr ""
3367 #: merge-recursive.c:345
3368 #, c-format
3369 msgid "add_cacheinfo failed for path '%s'; merge aborting."
3370 msgstr ""
3372 #: merge-recursive.c:354
3373 #, c-format
3374 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3375 msgstr ""
3377 #: merge-recursive.c:437
3378 msgid "error building trees"
3379 msgstr ""
3381 #: merge-recursive.c:861
3382 #, c-format
3383 msgid "failed to create path '%s'%s"
3384 msgstr ""
3386 #: merge-recursive.c:872
3387 #, c-format
3388 msgid "Removing %s to make room for subdirectory\n"
3389 msgstr ""
3391 #: merge-recursive.c:886 merge-recursive.c:905
3392 msgid ": perhaps a D/F conflict?"
3393 msgstr ""
3395 #: merge-recursive.c:895
3396 #, c-format
3397 msgid "refusing to lose untracked file at '%s'"
3398 msgstr ""
3400 #: merge-recursive.c:936 builtin/cat-file.c:40
3401 #, c-format
3402 msgid "cannot read object %s '%s'"
3403 msgstr ""
3405 #: merge-recursive.c:939
3406 #, c-format
3407 msgid "blob expected for %s '%s'"
3408 msgstr ""
3410 #: merge-recursive.c:963
3411 #, c-format
3412 msgid "failed to open '%s': %s"
3413 msgstr ""
3415 #: merge-recursive.c:974
3416 #, c-format
3417 msgid "failed to symlink '%s': %s"
3418 msgstr ""
3420 #: merge-recursive.c:979
3421 #, c-format
3422 msgid "do not know what to do with %06o %s '%s'"
3423 msgstr ""
3425 #: merge-recursive.c:1175
3426 #, c-format
3427 msgid "Failed to merge submodule %s (not checked out)"
3428 msgstr ""
3430 #: merge-recursive.c:1182
3431 #, c-format
3432 msgid "Failed to merge submodule %s (commits not present)"
3433 msgstr ""
3435 #: merge-recursive.c:1189
3436 #, c-format
3437 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3438 msgstr ""
3440 #: merge-recursive.c:1197 merge-recursive.c:1209
3441 #, c-format
3442 msgid "Fast-forwarding submodule %s to the following commit:"
3443 msgstr ""
3445 #: merge-recursive.c:1200 merge-recursive.c:1212
3446 #, c-format
3447 msgid "Fast-forwarding submodule %s"
3448 msgstr ""
3450 #: merge-recursive.c:1235
3451 #, c-format
3452 msgid "Failed to merge submodule %s (merge following commits not found)"
3453 msgstr ""
3455 #: merge-recursive.c:1239
3456 #, c-format
3457 msgid "Failed to merge submodule %s (not fast-forward)"
3458 msgstr ""
3460 #: merge-recursive.c:1240
3461 msgid "Found a possible merge resolution for the submodule:\n"
3462 msgstr ""
3464 #: merge-recursive.c:1243
3465 #, c-format
3466 msgid ""
3467 "If this is correct simply add it to the index for example\n"
3468 "by using:\n"
3469 "\n"
3470 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
3471 "\n"
3472 "which will accept this suggestion.\n"
3473 msgstr ""
3475 #: merge-recursive.c:1252
3476 #, c-format
3477 msgid "Failed to merge submodule %s (multiple merges found)"
3478 msgstr ""
3480 #: merge-recursive.c:1325
3481 msgid "Failed to execute internal merge"
3482 msgstr ""
3484 #: merge-recursive.c:1330
3485 #, c-format
3486 msgid "Unable to add %s to database"
3487 msgstr ""
3489 #: merge-recursive.c:1362
3490 #, c-format
3491 msgid "Auto-merging %s"
3492 msgstr ""
3494 #: merge-recursive.c:1385
3495 #, c-format
3496 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3497 msgstr ""
3499 #: merge-recursive.c:1457
3500 #, c-format
3501 msgid ""
3502 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3503 "in tree."
3504 msgstr ""
3506 #: merge-recursive.c:1462
3507 #, c-format
3508 msgid ""
3509 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3510 "left in tree."
3511 msgstr ""
3513 #: merge-recursive.c:1469
3514 #, c-format
3515 msgid ""
3516 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3517 "in tree at %s."
3518 msgstr ""
3520 #: merge-recursive.c:1474
3521 #, c-format
3522 msgid ""
3523 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3524 "left in tree at %s."
3525 msgstr ""
3527 #: merge-recursive.c:1509
3528 msgid "rename"
3529 msgstr ""
3531 #: merge-recursive.c:1509
3532 msgid "renamed"
3533 msgstr ""
3535 #: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3536 #, c-format
3537 msgid "Refusing to lose dirty file at %s"
3538 msgstr ""
3540 #: merge-recursive.c:1599
3541 #, c-format
3542 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3543 msgstr ""
3545 #: merge-recursive.c:1657
3546 #, c-format
3547 msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3548 msgstr ""
3550 #: merge-recursive.c:1687
3551 #, c-format
3552 msgid "%s is a directory in %s adding as %s instead"
3553 msgstr ""
3555 #: merge-recursive.c:1692
3556 #, c-format
3557 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3558 msgstr ""
3560 #: merge-recursive.c:1711
3561 #, c-format
3562 msgid ""
3563 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3564 "\"->\"%s\" in \"%s\"%s"
3565 msgstr ""
3567 #: merge-recursive.c:1716
3568 msgid " (left unresolved)"
3569 msgstr ""
3571 #: merge-recursive.c:1825
3572 #, c-format
3573 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3574 msgstr ""
3576 #: merge-recursive.c:2030
3577 #, c-format
3578 msgid ""
3579 "CONFLICT (directory rename split): Unclear where to place %s because "
3580 "directory %s was renamed to multiple other directories, with no destination "
3581 "getting a majority of the files."
3582 msgstr ""
3584 #: merge-recursive.c:2062
3585 #, c-format
3586 msgid ""
3587 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3588 "implicit directory rename(s) putting the following path(s) there: %s."
3589 msgstr ""
3591 #: merge-recursive.c:2072
3592 #, c-format
3593 msgid ""
3594 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3595 "implicit directory renames tried to put these paths there: %s"
3596 msgstr ""
3598 #: merge-recursive.c:2164
3599 #, c-format
3600 msgid ""
3601 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3602 ">%s in %s"
3603 msgstr ""
3605 #: merge-recursive.c:2408
3606 #, c-format
3607 msgid ""
3608 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3609 "renamed."
3610 msgstr ""
3612 #: merge-recursive.c:2929
3613 #, c-format
3614 msgid "cannot read object %s"
3615 msgstr ""
3617 #: merge-recursive.c:2932
3618 #, c-format
3619 msgid "object %s is not a blob"
3620 msgstr ""
3622 #: merge-recursive.c:2996
3623 msgid "modify"
3624 msgstr ""
3626 #: merge-recursive.c:2996
3627 msgid "modified"
3628 msgstr ""
3630 #: merge-recursive.c:3008
3631 msgid "content"
3632 msgstr ""
3634 #: merge-recursive.c:3012
3635 msgid "add/add"
3636 msgstr ""
3638 #: merge-recursive.c:3035
3639 #, c-format
3640 msgid "Skipped %s (merged same as existing)"
3641 msgstr ""
3643 #: merge-recursive.c:3057 git-submodule.sh:937
3644 msgid "submodule"
3645 msgstr ""
3647 #: merge-recursive.c:3058
3648 #, c-format
3649 msgid "CONFLICT (%s): Merge conflict in %s"
3650 msgstr ""
3652 #: merge-recursive.c:3088
3653 #, c-format
3654 msgid "Adding as %s instead"
3655 msgstr ""
3657 #: merge-recursive.c:3170
3658 #, c-format
3659 msgid ""
3660 "Path updated: %s added in %s inside a directory that was renamed in %s; "
3661 "moving it to %s."
3662 msgstr ""
3664 #: merge-recursive.c:3173
3665 #, c-format
3666 msgid ""
3667 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
3668 "in %s, suggesting it should perhaps be moved to %s."
3669 msgstr ""
3671 #: merge-recursive.c:3177
3672 #, c-format
3673 msgid ""
3674 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3675 "%s; moving it to %s."
3676 msgstr ""
3678 #: merge-recursive.c:3180
3679 #, c-format
3680 msgid ""
3681 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3682 "was renamed in %s, suggesting it should perhaps be moved to %s."
3683 msgstr ""
3685 #: merge-recursive.c:3294
3686 #, c-format
3687 msgid "Removing %s"
3688 msgstr ""
3690 #: merge-recursive.c:3317
3691 msgid "file/directory"
3692 msgstr ""
3694 #: merge-recursive.c:3322
3695 msgid "directory/file"
3696 msgstr ""
3698 #: merge-recursive.c:3329
3699 #, c-format
3700 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3701 msgstr ""
3703 #: merge-recursive.c:3338
3704 #, c-format
3705 msgid "Adding %s"
3706 msgstr ""
3708 #: merge-recursive.c:3347
3709 #, c-format
3710 msgid "CONFLICT (add/add): Merge conflict in %s"
3711 msgstr ""
3713 #: merge-recursive.c:3385
3714 #, c-format
3715 msgid ""
3716 "Your local changes to the following files would be overwritten by merge:\n"
3717 "  %s"
3718 msgstr ""
3720 #: merge-recursive.c:3396
3721 msgid "Already up to date!"
3722 msgstr ""
3724 #: merge-recursive.c:3405
3725 #, c-format
3726 msgid "merging of trees %s and %s failed"
3727 msgstr ""
3729 #: merge-recursive.c:3504
3730 msgid "Merging:"
3731 msgstr ""
3733 #: merge-recursive.c:3517
3734 #, c-format
3735 msgid "found %u common ancestor:"
3736 msgid_plural "found %u common ancestors:"
3737 msgstr[0] ""
3738 msgstr[1] ""
3740 #: merge-recursive.c:3556
3741 msgid "merge returned no commit"
3742 msgstr ""
3744 #: merge-recursive.c:3622
3745 #, c-format
3746 msgid "Could not parse object '%s'"
3747 msgstr ""
3749 #: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3750 msgid "Unable to write index."
3751 msgstr ""
3753 #: midx.c:66
3754 #, c-format
3755 msgid "multi-pack-index file %s is too small"
3756 msgstr ""
3758 #: midx.c:82
3759 #, c-format
3760 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3761 msgstr ""
3763 #: midx.c:87
3764 #, c-format
3765 msgid "multi-pack-index version %d not recognized"
3766 msgstr ""
3768 #: midx.c:92
3769 #, c-format
3770 msgid "hash version %u does not match"
3771 msgstr ""
3773 #: midx.c:106
3774 msgid "invalid chunk offset (too large)"
3775 msgstr ""
3777 #: midx.c:130
3778 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3779 msgstr ""
3781 #: midx.c:143
3782 msgid "multi-pack-index missing required pack-name chunk"
3783 msgstr ""
3785 #: midx.c:145
3786 msgid "multi-pack-index missing required OID fanout chunk"
3787 msgstr ""
3789 #: midx.c:147
3790 msgid "multi-pack-index missing required OID lookup chunk"
3791 msgstr ""
3793 #: midx.c:149
3794 msgid "multi-pack-index missing required object offsets chunk"
3795 msgstr ""
3797 #: midx.c:163
3798 #, c-format
3799 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3800 msgstr ""
3802 #: midx.c:209
3803 #, c-format
3804 msgid "bad pack-int-id: %u (%u total packs)"
3805 msgstr ""
3807 #: midx.c:250
3808 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3809 msgstr ""
3811 #: midx.c:275
3812 msgid "error preparing packfile from multi-pack-index"
3813 msgstr ""
3815 #: midx.c:443
3816 #, c-format
3817 msgid "failed to add packfile '%s'"
3818 msgstr ""
3820 #: midx.c:449
3821 #, c-format
3822 msgid "failed to open pack-index '%s'"
3823 msgstr ""
3825 #: midx.c:543
3826 #, c-format
3827 msgid "failed to locate object %d in packfile"
3828 msgstr ""
3830 #: midx.c:979
3831 #, c-format
3832 msgid "failed to clear multi-pack-index at %s"
3833 msgstr ""
3835 #: midx.c:1034
3836 msgid "Looking for referenced packfiles"
3837 msgstr ""
3839 #: midx.c:1049
3840 #, c-format
3841 msgid ""
3842 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3843 msgstr ""
3845 #: midx.c:1053
3846 msgid "Verifying OID order in MIDX"
3847 msgstr ""
3849 #: midx.c:1062
3850 #, c-format
3851 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3852 msgstr ""
3854 #: midx.c:1081
3855 msgid "Sorting objects by packfile"
3856 msgstr ""
3858 #: midx.c:1087
3859 msgid "Verifying object offsets"
3860 msgstr ""
3862 #: midx.c:1103
3863 #, c-format
3864 msgid "failed to load pack entry for oid[%d] = %s"
3865 msgstr ""
3867 #: midx.c:1109
3868 #, c-format
3869 msgid "failed to load pack-index for packfile %s"
3870 msgstr ""
3872 #: midx.c:1118
3873 #, c-format
3874 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3875 msgstr ""
3877 #: name-hash.c:531
3878 #, c-format
3879 msgid "unable to create lazy_dir thread: %s"
3880 msgstr ""
3882 #: name-hash.c:553
3883 #, c-format
3884 msgid "unable to create lazy_name thread: %s"
3885 msgstr ""
3887 #: name-hash.c:559
3888 #, c-format
3889 msgid "unable to join lazy_name thread: %s"
3890 msgstr ""
3892 #: notes-merge.c:277
3893 #, c-format
3894 msgid ""
3895 "You have not concluded your previous notes merge (%s exists).\n"
3896 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3897 "commit/abort the previous merge before you start a new notes merge."
3898 msgstr ""
3900 #: notes-merge.c:284
3901 #, c-format
3902 msgid "You have not concluded your notes merge (%s exists)."
3903 msgstr ""
3905 #: notes-utils.c:46
3906 msgid "Cannot commit uninitialized/unreferenced notes tree"
3907 msgstr ""
3909 #: notes-utils.c:105
3910 #, c-format
3911 msgid "Bad notes.rewriteMode value: '%s'"
3912 msgstr ""
3914 #: notes-utils.c:115
3915 #, c-format
3916 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3917 msgstr ""
3919 #. TRANSLATORS: The first %s is the name of
3920 #. the environment variable, the second %s is
3921 #. its value.
3923 #: notes-utils.c:145
3924 #, c-format
3925 msgid "Bad %s value: '%s'"
3926 msgstr ""
3928 #: object.c:54
3929 #, c-format
3930 msgid "invalid object type \"%s\""
3931 msgstr ""
3933 #: object.c:174
3934 #, c-format
3935 msgid "object %s is a %s, not a %s"
3936 msgstr ""
3938 #: object.c:234
3939 #, c-format
3940 msgid "object %s has unknown type id %d"
3941 msgstr ""
3943 #: object.c:247
3944 #, c-format
3945 msgid "unable to parse object: %s"
3946 msgstr ""
3948 #: object.c:267 object.c:278
3949 #, c-format
3950 msgid "hash mismatch %s"
3951 msgstr ""
3953 #: packfile.c:617
3954 msgid "offset before end of packfile (broken .idx?)"
3955 msgstr ""
3957 #: packfile.c:1880
3958 #, c-format
3959 msgid "offset before start of pack index for %s (corrupt index?)"
3960 msgstr ""
3962 #: packfile.c:1884
3963 #, c-format
3964 msgid "offset beyond end of pack index for %s (truncated index?)"
3965 msgstr ""
3967 #: parse-options.c:38
3968 #, c-format
3969 msgid "%s requires a value"
3970 msgstr ""
3972 #: parse-options.c:73
3973 #, c-format
3974 msgid "%s is incompatible with %s"
3975 msgstr ""
3977 #: parse-options.c:78
3978 #, c-format
3979 msgid "%s : incompatible with something else"
3980 msgstr ""
3982 #: parse-options.c:92 parse-options.c:96 parse-options.c:287
3983 #, c-format
3984 msgid "%s takes no value"
3985 msgstr ""
3987 #: parse-options.c:94
3988 #, c-format
3989 msgid "%s isn't available"
3990 msgstr ""
3992 #: parse-options.c:216
3993 #, c-format
3994 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3995 msgstr ""
3997 #: parse-options.c:356
3998 #, c-format
3999 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4000 msgstr ""
4002 #: parse-options.c:390 parse-options.c:398
4003 #, c-format
4004 msgid "did you mean `--%s` (with two dashes ?)"
4005 msgstr ""
4007 #: parse-options.c:733
4008 #, c-format
4009 msgid "unknown option `%s'"
4010 msgstr ""
4012 #: parse-options.c:735
4013 #, c-format
4014 msgid "unknown switch `%c'"
4015 msgstr ""
4017 #: parse-options.c:737
4018 #, c-format
4019 msgid "unknown non-ascii option in string: `%s'"
4020 msgstr ""
4022 #: parse-options.c:759
4023 msgid "..."
4024 msgstr ""
4026 #: parse-options.c:778
4027 #, c-format
4028 msgid "usage: %s"
4029 msgstr ""
4031 #. TRANSLATORS: the colon here should align with the
4032 #. one in "usage: %s" translation.
4034 #: parse-options.c:784
4035 #, c-format
4036 msgid "   or: %s"
4037 msgstr ""
4039 #: parse-options.c:787
4040 #, c-format
4041 msgid "    %s"
4042 msgstr ""
4044 #: parse-options.c:826
4045 msgid "-NUM"
4046 msgstr ""
4048 #: parse-options-cb.c:21
4049 #, c-format
4050 msgid "option `%s' expects a numerical value"
4051 msgstr ""
4053 #: parse-options-cb.c:38
4054 #, c-format
4055 msgid "malformed expiration date '%s'"
4056 msgstr ""
4058 #: parse-options-cb.c:51
4059 #, c-format
4060 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4061 msgstr ""
4063 #: parse-options-cb.c:127 parse-options-cb.c:144
4064 #, c-format
4065 msgid "malformed object name '%s'"
4066 msgstr ""
4068 #: path.c:897
4069 #, c-format
4070 msgid "Could not make %s writable by group"
4071 msgstr ""
4073 #: pathspec.c:128
4074 msgid "Escape character '\\' not allowed as last character in attr value"
4075 msgstr ""
4077 #: pathspec.c:146
4078 msgid "Only one 'attr:' specification is allowed."
4079 msgstr ""
4081 #: pathspec.c:149
4082 msgid "attr spec must not be empty"
4083 msgstr ""
4085 #: pathspec.c:192
4086 #, c-format
4087 msgid "invalid attribute name %s"
4088 msgstr ""
4090 #: pathspec.c:257
4091 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4092 msgstr ""
4094 #: pathspec.c:264
4095 msgid ""
4096 "global 'literal' pathspec setting is incompatible with all other global "
4097 "pathspec settings"
4098 msgstr ""
4100 #: pathspec.c:304
4101 msgid "invalid parameter for pathspec magic 'prefix'"
4102 msgstr ""
4104 #: pathspec.c:325
4105 #, c-format
4106 msgid "Invalid pathspec magic '%.*s' in '%s'"
4107 msgstr ""
4109 #: pathspec.c:330
4110 #, c-format
4111 msgid "Missing ')' at the end of pathspec magic in '%s'"
4112 msgstr ""
4114 #: pathspec.c:368
4115 #, c-format
4116 msgid "Unimplemented pathspec magic '%c' in '%s'"
4117 msgstr ""
4119 #: pathspec.c:427
4120 #, c-format
4121 msgid "%s: 'literal' and 'glob' are incompatible"
4122 msgstr ""
4124 #: pathspec.c:440
4125 #, c-format
4126 msgid "%s: '%s' is outside repository"
4127 msgstr ""
4129 #: pathspec.c:514
4130 #, c-format
4131 msgid "'%s' (mnemonic: '%c')"
4132 msgstr ""
4134 #: pathspec.c:524
4135 #, c-format
4136 msgid "%s: pathspec magic not supported by this command: %s"
4137 msgstr ""
4139 #: pathspec.c:591
4140 #, c-format
4141 msgid "pathspec '%s' is beyond a symbolic link"
4142 msgstr ""
4144 #: pkt-line.c:92
4145 msgid "unable to write flush packet"
4146 msgstr ""
4148 #: pkt-line.c:99
4149 msgid "unable to write delim packet"
4150 msgstr ""
4152 #: pkt-line.c:106
4153 msgid "flush packet write failed"
4154 msgstr ""
4156 #: pkt-line.c:146 pkt-line.c:232
4157 msgid "protocol error: impossibly long line"
4158 msgstr ""
4160 #: pkt-line.c:162 pkt-line.c:164
4161 msgid "packet write with format failed"
4162 msgstr ""
4164 #: pkt-line.c:196
4165 msgid "packet write failed - data exceeds max packet size"
4166 msgstr ""
4168 #: pkt-line.c:203 pkt-line.c:210
4169 msgid "packet write failed"
4170 msgstr ""
4172 #: pkt-line.c:295
4173 msgid "read error"
4174 msgstr ""
4176 #: pkt-line.c:303
4177 msgid "the remote end hung up unexpectedly"
4178 msgstr ""
4180 #: pkt-line.c:331
4181 #, c-format
4182 msgid "protocol error: bad line length character: %.4s"
4183 msgstr ""
4185 #: pkt-line.c:341 pkt-line.c:346
4186 #, c-format
4187 msgid "protocol error: bad line length %d"
4188 msgstr ""
4190 #: pkt-line.c:362
4191 #, c-format
4192 msgid "remote error: %s"
4193 msgstr ""
4195 #: preload-index.c:119
4196 msgid "Refreshing index"
4197 msgstr ""
4199 #: preload-index.c:138
4200 #, c-format
4201 msgid "unable to create threaded lstat: %s"
4202 msgstr ""
4204 #: pretty.c:966
4205 msgid "unable to parse --pretty format"
4206 msgstr ""
4208 #: range-diff.c:56
4209 msgid "could not start `log`"
4210 msgstr ""
4212 #: range-diff.c:59
4213 msgid "could not read `log` output"
4214 msgstr ""
4216 #: range-diff.c:74 sequencer.c:4897
4217 #, c-format
4218 msgid "could not parse commit '%s'"
4219 msgstr ""
4221 #: range-diff.c:224
4222 msgid "failed to generate diff"
4223 msgstr ""
4225 #: range-diff.c:455 range-diff.c:457
4226 #, c-format
4227 msgid "could not parse log for '%s'"
4228 msgstr ""
4230 #: read-cache.c:680
4231 #, c-format
4232 msgid "will not add file alias '%s' ('%s' already exists in index)"
4233 msgstr ""
4235 #: read-cache.c:696
4236 msgid "cannot create an empty blob in the object database"
4237 msgstr ""
4239 #: read-cache.c:718
4240 #, c-format
4241 msgid "%s: can only add regular files, symbolic links or git-directories"
4242 msgstr ""
4244 #: read-cache.c:723
4245 #, c-format
4246 msgid "'%s' does not have a commit checked out"
4247 msgstr ""
4249 #: read-cache.c:775
4250 #, c-format
4251 msgid "unable to index file '%s'"
4252 msgstr ""
4254 #: read-cache.c:794
4255 #, c-format
4256 msgid "unable to add '%s' to index"
4257 msgstr ""
4259 #: read-cache.c:805
4260 #, c-format
4261 msgid "unable to stat '%s'"
4262 msgstr ""
4264 #: read-cache.c:1314
4265 #, c-format
4266 msgid "'%s' appears as both a file and as a directory"
4267 msgstr ""
4269 #: read-cache.c:1499
4270 msgid "Refresh index"
4271 msgstr ""
4273 #: read-cache.c:1613
4274 #, c-format
4275 msgid ""
4276 "index.version set, but the value is invalid.\n"
4277 "Using version %i"
4278 msgstr ""
4280 #: read-cache.c:1623
4281 #, c-format
4282 msgid ""
4283 "GIT_INDEX_VERSION set, but the value is invalid.\n"
4284 "Using version %i"
4285 msgstr ""
4287 #: read-cache.c:1679
4288 #, c-format
4289 msgid "bad signature 0x%08x"
4290 msgstr ""
4292 #: read-cache.c:1682
4293 #, c-format
4294 msgid "bad index version %d"
4295 msgstr ""
4297 #: read-cache.c:1691
4298 msgid "bad index file sha1 signature"
4299 msgstr ""
4301 #: read-cache.c:1721
4302 #, c-format
4303 msgid "index uses %.4s extension, which we do not understand"
4304 msgstr ""
4306 #: read-cache.c:1723
4307 #, c-format
4308 msgid "ignoring %.4s extension"
4309 msgstr ""
4311 #: read-cache.c:1760
4312 #, c-format
4313 msgid "unknown index entry format 0x%08x"
4314 msgstr ""
4316 #: read-cache.c:1776
4317 #, c-format
4318 msgid "malformed name field in the index, near path '%s'"
4319 msgstr ""
4321 #: read-cache.c:1833
4322 msgid "unordered stage entries in index"
4323 msgstr ""
4325 #: read-cache.c:1836
4326 #, c-format
4327 msgid "multiple stage entries for merged file '%s'"
4328 msgstr ""
4330 #: read-cache.c:1839
4331 #, c-format
4332 msgid "unordered stage entries for '%s'"
4333 msgstr ""
4335 #: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4336 #: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4337 #: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4338 #: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4339 #: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4340 #: builtin/submodule--helper.c:330
4341 msgid "index file corrupt"
4342 msgstr ""
4344 #: read-cache.c:2087
4345 #, c-format
4346 msgid "unable to create load_cache_entries thread: %s"
4347 msgstr ""
4349 #: read-cache.c:2100
4350 #, c-format
4351 msgid "unable to join load_cache_entries thread: %s"
4352 msgstr ""
4354 #: read-cache.c:2133
4355 #, c-format
4356 msgid "%s: index file open failed"
4357 msgstr ""
4359 #: read-cache.c:2137
4360 #, c-format
4361 msgid "%s: cannot stat the open index"
4362 msgstr ""
4364 #: read-cache.c:2141
4365 #, c-format
4366 msgid "%s: index file smaller than expected"
4367 msgstr ""
4369 #: read-cache.c:2145
4370 #, c-format
4371 msgid "%s: unable to map index file"
4372 msgstr ""
4374 #: read-cache.c:2187
4375 #, c-format
4376 msgid "unable to create load_index_extensions thread: %s"
4377 msgstr ""
4379 #: read-cache.c:2214
4380 #, c-format
4381 msgid "unable to join load_index_extensions thread: %s"
4382 msgstr ""
4384 #: read-cache.c:2246
4385 #, c-format
4386 msgid "could not freshen shared index '%s'"
4387 msgstr ""
4389 #: read-cache.c:2293
4390 #, c-format
4391 msgid "broken index, expect %s in %s, got %s"
4392 msgstr ""
4394 #: read-cache.c:2988 wrapper.c:658 builtin/merge.c:1117
4395 #, c-format
4396 msgid "could not close '%s'"
4397 msgstr ""
4399 #: read-cache.c:3091 sequencer.c:2354 sequencer.c:3807
4400 #, c-format
4401 msgid "could not stat '%s'"
4402 msgstr ""
4404 #: read-cache.c:3104
4405 #, c-format
4406 msgid "unable to open git dir: %s"
4407 msgstr ""
4409 #: read-cache.c:3116
4410 #, c-format
4411 msgid "unable to unlink: %s"
4412 msgstr ""
4414 #: read-cache.c:3141
4415 #, c-format
4416 msgid "cannot fix permission bits on '%s'"
4417 msgstr ""
4419 #: read-cache.c:3290
4420 #, c-format
4421 msgid "%s: cannot drop to stage #0"
4422 msgstr ""
4424 #: rebase-interactive.c:26
4425 #, c-format
4426 msgid ""
4427 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4428 msgstr ""
4430 #: rebase-interactive.c:35
4431 msgid ""
4432 "\n"
4433 "Commands:\n"
4434 "p, pick <commit> = use commit\n"
4435 "r, reword <commit> = use commit, but edit the commit message\n"
4436 "e, edit <commit> = use commit, but stop for amending\n"
4437 "s, squash <commit> = use commit, but meld into previous commit\n"
4438 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4439 "x, exec <command> = run command (the rest of the line) using shell\n"
4440 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4441 "d, drop <commit> = remove commit\n"
4442 "l, label <label> = label current HEAD with a name\n"
4443 "t, reset <label> = reset HEAD to a label\n"
4444 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4445 ".       create a merge commit using the original merge commit's\n"
4446 ".       message (or the oneline, if no original merge commit was\n"
4447 ".       specified). Use -c <commit> to reword the commit message.\n"
4448 "\n"
4449 "These lines can be re-ordered; they are executed from top to bottom.\n"
4450 msgstr ""
4452 #: rebase-interactive.c:56
4453 #, c-format
4454 msgid "Rebase %s onto %s (%d command)"
4455 msgid_plural "Rebase %s onto %s (%d commands)"
4456 msgstr[0] ""
4457 msgstr[1] ""
4459 #: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4460 msgid ""
4461 "\n"
4462 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4463 msgstr ""
4465 #: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4466 msgid ""
4467 "\n"
4468 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
4469 msgstr ""
4471 #: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4472 msgid ""
4473 "\n"
4474 "You are editing the todo file of an ongoing interactive rebase.\n"
4475 "To continue rebase after editing, run:\n"
4476 "    git rebase --continue\n"
4477 "\n"
4478 msgstr ""
4480 #: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4481 msgid ""
4482 "\n"
4483 "However, if you remove everything, the rebase will be aborted.\n"
4484 "\n"
4485 msgstr ""
4487 #: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4488 msgid "Note that empty commits are commented out"
4489 msgstr ""
4491 #: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4492 #: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4493 #, c-format
4494 msgid "could not write '%s'"
4495 msgstr ""
4497 #: rebase-interactive.c:108
4498 #, c-format
4499 msgid "could not copy '%s' to '%s'."
4500 msgstr ""
4502 #: rebase-interactive.c:173
4503 #, c-format
4504 msgid ""
4505 "Warning: some commits may have been dropped accidentally.\n"
4506 "Dropped commits (newer to older):\n"
4507 msgstr ""
4509 #: rebase-interactive.c:180
4510 #, c-format
4511 msgid ""
4512 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4513 "\n"
4514 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4515 "warnings.\n"
4516 "The possible behaviours are: ignore, warn, error.\n"
4517 "\n"
4518 msgstr ""
4520 #: refs.c:192
4521 #, c-format
4522 msgid "%s does not point to a valid object!"
4523 msgstr ""
4525 #: refs.c:597
4526 #, c-format
4527 msgid "ignoring dangling symref %s"
4528 msgstr ""
4530 #: refs.c:599 ref-filter.c:1982
4531 #, c-format
4532 msgid "ignoring broken ref %s"
4533 msgstr ""
4535 #: refs.c:734
4536 #, c-format
4537 msgid "could not open '%s' for writing: %s"
4538 msgstr ""
4540 #: refs.c:744 refs.c:795
4541 #, c-format
4542 msgid "could not read ref '%s'"
4543 msgstr ""
4545 #: refs.c:750
4546 #, c-format
4547 msgid "ref '%s' already exists"
4548 msgstr ""
4550 #: refs.c:755
4551 #, c-format
4552 msgid "unexpected object ID when writing '%s'"
4553 msgstr ""
4555 #: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4556 #: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4557 #, c-format
4558 msgid "could not write to '%s'"
4559 msgstr ""
4561 #: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4562 #, c-format
4563 msgid "could not open '%s' for writing"
4564 msgstr ""
4566 #: refs.c:797
4567 #, c-format
4568 msgid "unexpected object ID when deleting '%s'"
4569 msgstr ""
4571 #: refs.c:928
4572 #, c-format
4573 msgid "log for ref %s has gap after %s"
4574 msgstr ""
4576 #: refs.c:934
4577 #, c-format
4578 msgid "log for ref %s unexpectedly ended on %s"
4579 msgstr ""
4581 #: refs.c:993
4582 #, c-format
4583 msgid "log for %s is empty"
4584 msgstr ""
4586 #: refs.c:1085
4587 #, c-format
4588 msgid "refusing to update ref with bad name '%s'"
4589 msgstr ""
4591 #: refs.c:1161
4592 #, c-format
4593 msgid "update_ref failed for ref '%s': %s"
4594 msgstr ""
4596 #: refs.c:1942
4597 #, c-format
4598 msgid "multiple updates for ref '%s' not allowed"
4599 msgstr ""
4601 #: refs.c:1974
4602 msgid "ref updates forbidden inside quarantine environment"
4603 msgstr ""
4605 #: refs.c:2070 refs.c:2100
4606 #, c-format
4607 msgid "'%s' exists; cannot create '%s'"
4608 msgstr ""
4610 #: refs.c:2076 refs.c:2111
4611 #, c-format
4612 msgid "cannot process '%s' and '%s' at the same time"
4613 msgstr ""
4615 #: refs/files-backend.c:1234
4616 #, c-format
4617 msgid "could not remove reference %s"
4618 msgstr ""
4620 #: refs/files-backend.c:1248 refs/packed-backend.c:1532
4621 #: refs/packed-backend.c:1542
4622 #, c-format
4623 msgid "could not delete reference %s: %s"
4624 msgstr ""
4626 #: refs/files-backend.c:1251 refs/packed-backend.c:1545
4627 #, c-format
4628 msgid "could not delete references: %s"
4629 msgstr ""
4631 #: refspec.c:137
4632 #, c-format
4633 msgid "invalid refspec '%s'"
4634 msgstr ""
4636 #: ref-filter.c:39 wt-status.c:1907
4637 msgid "gone"
4638 msgstr ""
4640 #: ref-filter.c:40
4641 #, c-format
4642 msgid "ahead %d"
4643 msgstr ""
4645 #: ref-filter.c:41
4646 #, c-format
4647 msgid "behind %d"
4648 msgstr ""
4650 #: ref-filter.c:42
4651 #, c-format
4652 msgid "ahead %d, behind %d"
4653 msgstr ""
4655 #: ref-filter.c:138
4656 #, c-format
4657 msgid "expected format: %%(color:<color>)"
4658 msgstr ""
4660 #: ref-filter.c:140
4661 #, c-format
4662 msgid "unrecognized color: %%(color:%s)"
4663 msgstr ""
4665 #: ref-filter.c:162
4666 #, c-format
4667 msgid "Integer value expected refname:lstrip=%s"
4668 msgstr ""
4670 #: ref-filter.c:166
4671 #, c-format
4672 msgid "Integer value expected refname:rstrip=%s"
4673 msgstr ""
4675 #: ref-filter.c:168
4676 #, c-format
4677 msgid "unrecognized %%(%s) argument: %s"
4678 msgstr ""
4680 #: ref-filter.c:223
4681 #, c-format
4682 msgid "%%(objecttype) does not take arguments"
4683 msgstr ""
4685 #: ref-filter.c:245
4686 #, c-format
4687 msgid "unrecognized %%(objectsize) argument: %s"
4688 msgstr ""
4690 #: ref-filter.c:253
4691 #, c-format
4692 msgid "%%(deltabase) does not take arguments"
4693 msgstr ""
4695 #: ref-filter.c:265
4696 #, c-format
4697 msgid "%%(body) does not take arguments"
4698 msgstr ""
4700 #: ref-filter.c:274
4701 #, c-format
4702 msgid "%%(subject) does not take arguments"
4703 msgstr ""
4705 #: ref-filter.c:296
4706 #, c-format
4707 msgid "unknown %%(trailers) argument: %s"
4708 msgstr ""
4710 #: ref-filter.c:325
4711 #, c-format
4712 msgid "positive value expected contents:lines=%s"
4713 msgstr ""
4715 #: ref-filter.c:327
4716 #, c-format
4717 msgid "unrecognized %%(contents) argument: %s"
4718 msgstr ""
4720 #: ref-filter.c:342
4721 #, c-format
4722 msgid "positive value expected objectname:short=%s"
4723 msgstr ""
4725 #: ref-filter.c:346
4726 #, c-format
4727 msgid "unrecognized %%(objectname) argument: %s"
4728 msgstr ""
4730 #: ref-filter.c:376
4731 #, c-format
4732 msgid "expected format: %%(align:<width>,<position>)"
4733 msgstr ""
4735 #: ref-filter.c:388
4736 #, c-format
4737 msgid "unrecognized position:%s"
4738 msgstr ""
4740 #: ref-filter.c:395
4741 #, c-format
4742 msgid "unrecognized width:%s"
4743 msgstr ""
4745 #: ref-filter.c:404
4746 #, c-format
4747 msgid "unrecognized %%(align) argument: %s"
4748 msgstr ""
4750 #: ref-filter.c:412
4751 #, c-format
4752 msgid "positive width expected with the %%(align) atom"
4753 msgstr ""
4755 #: ref-filter.c:430
4756 #, c-format
4757 msgid "unrecognized %%(if) argument: %s"
4758 msgstr ""
4760 #: ref-filter.c:531
4761 #, c-format
4762 msgid "malformed field name: %.*s"
4763 msgstr ""
4765 #: ref-filter.c:558
4766 #, c-format
4767 msgid "unknown field name: %.*s"
4768 msgstr ""
4770 #: ref-filter.c:562
4771 #, c-format
4772 msgid ""
4773 "not a git repository, but the field '%.*s' requires access to object data"
4774 msgstr ""
4776 #: ref-filter.c:686
4777 #, c-format
4778 msgid "format: %%(if) atom used without a %%(then) atom"
4779 msgstr ""
4781 #: ref-filter.c:749
4782 #, c-format
4783 msgid "format: %%(then) atom used without an %%(if) atom"
4784 msgstr ""
4786 #: ref-filter.c:751
4787 #, c-format
4788 msgid "format: %%(then) atom used more than once"
4789 msgstr ""
4791 #: ref-filter.c:753
4792 #, c-format
4793 msgid "format: %%(then) atom used after %%(else)"
4794 msgstr ""
4796 #: ref-filter.c:781
4797 #, c-format
4798 msgid "format: %%(else) atom used without an %%(if) atom"
4799 msgstr ""
4801 #: ref-filter.c:783
4802 #, c-format
4803 msgid "format: %%(else) atom used without a %%(then) atom"
4804 msgstr ""
4806 #: ref-filter.c:785
4807 #, c-format
4808 msgid "format: %%(else) atom used more than once"
4809 msgstr ""
4811 #: ref-filter.c:800
4812 #, c-format
4813 msgid "format: %%(end) atom used without corresponding atom"
4814 msgstr ""
4816 #: ref-filter.c:857
4817 #, c-format
4818 msgid "malformed format string %s"
4819 msgstr ""
4821 #: ref-filter.c:1453
4822 #, c-format
4823 msgid "(no branch, rebasing %s)"
4824 msgstr ""
4826 #: ref-filter.c:1456
4827 #, c-format
4828 msgid "(no branch, rebasing detached HEAD %s)"
4829 msgstr ""
4831 #: ref-filter.c:1459
4832 #, c-format
4833 msgid "(no branch, bisect started on %s)"
4834 msgstr ""
4836 #. TRANSLATORS: make sure this matches "HEAD
4837 #. detached at " in wt-status.c
4839 #: ref-filter.c:1467
4840 #, c-format
4841 msgid "(HEAD detached at %s)"
4842 msgstr ""
4844 #. TRANSLATORS: make sure this matches "HEAD
4845 #. detached from " in wt-status.c
4847 #: ref-filter.c:1474
4848 #, c-format
4849 msgid "(HEAD detached from %s)"
4850 msgstr ""
4852 #: ref-filter.c:1478
4853 msgid "(no branch)"
4854 msgstr ""
4856 #: ref-filter.c:1512 ref-filter.c:1669
4857 #, c-format
4858 msgid "missing object %s for %s"
4859 msgstr ""
4861 #: ref-filter.c:1522
4862 #, c-format
4863 msgid "parse_object_buffer failed on %s for %s"
4864 msgstr ""
4866 #: ref-filter.c:1888
4867 #, c-format
4868 msgid "malformed object at '%s'"
4869 msgstr ""
4871 #: ref-filter.c:1977
4872 #, c-format
4873 msgid "ignoring ref with broken name %s"
4874 msgstr ""
4876 #: ref-filter.c:2263
4877 #, c-format
4878 msgid "format: %%(end) atom missing"
4879 msgstr ""
4881 #: ref-filter.c:2363
4882 #, c-format
4883 msgid "option `%s' is incompatible with --merged"
4884 msgstr ""
4886 #: ref-filter.c:2366
4887 #, c-format
4888 msgid "option `%s' is incompatible with --no-merged"
4889 msgstr ""
4891 #: ref-filter.c:2376
4892 #, c-format
4893 msgid "malformed object name %s"
4894 msgstr ""
4896 #: ref-filter.c:2381
4897 #, c-format
4898 msgid "option `%s' must point to a commit"
4899 msgstr ""
4901 #: remote.c:363
4902 #, c-format
4903 msgid "config remote shorthand cannot begin with '/': %s"
4904 msgstr ""
4906 #: remote.c:410
4907 msgid "more than one receivepack given, using the first"
4908 msgstr ""
4910 #: remote.c:418
4911 msgid "more than one uploadpack given, using the first"
4912 msgstr ""
4914 #: remote.c:608
4915 #, c-format
4916 msgid "Cannot fetch both %s and %s to %s"
4917 msgstr ""
4919 #: remote.c:612
4920 #, c-format
4921 msgid "%s usually tracks %s, not %s"
4922 msgstr ""
4924 #: remote.c:616
4925 #, c-format
4926 msgid "%s tracks both %s and %s"
4927 msgstr ""
4929 #: remote.c:684
4930 #, c-format
4931 msgid "key '%s' of pattern had no '*'"
4932 msgstr ""
4934 #: remote.c:694
4935 #, c-format
4936 msgid "value '%s' of pattern has no '*'"
4937 msgstr ""
4939 #: remote.c:1000
4940 #, c-format
4941 msgid "src refspec %s does not match any"
4942 msgstr ""
4944 #: remote.c:1005
4945 #, c-format
4946 msgid "src refspec %s matches more than one"
4947 msgstr ""
4949 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4950 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4951 #. the <src>.
4953 #: remote.c:1020
4954 #, c-format
4955 msgid ""
4956 "The destination you provided is not a full refname (i.e.,\n"
4957 "starting with \"refs/\"). We tried to guess what you meant by:\n"
4958 "\n"
4959 "- Looking for a ref that matches '%s' on the remote side.\n"
4960 "- Checking if the <src> being pushed ('%s')\n"
4961 "  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4962 "  refs/{heads,tags}/ prefix on the remote side.\n"
4963 "\n"
4964 "Neither worked, so we gave up. You must fully qualify the ref."
4965 msgstr ""
4967 #: remote.c:1040
4968 #, c-format
4969 msgid ""
4970 "The <src> part of the refspec is a commit object.\n"
4971 "Did you mean to create a new branch by pushing to\n"
4972 "'%s:refs/heads/%s'?"
4973 msgstr ""
4975 #: remote.c:1045
4976 #, c-format
4977 msgid ""
4978 "The <src> part of the refspec is a tag object.\n"
4979 "Did you mean to create a new tag by pushing to\n"
4980 "'%s:refs/tags/%s'?"
4981 msgstr ""
4983 #: remote.c:1050
4984 #, c-format
4985 msgid ""
4986 "The <src> part of the refspec is a tree object.\n"
4987 "Did you mean to tag a new tree by pushing to\n"
4988 "'%s:refs/tags/%s'?"
4989 msgstr ""
4991 #: remote.c:1055
4992 #, c-format
4993 msgid ""
4994 "The <src> part of the refspec is a blob object.\n"
4995 "Did you mean to tag a new blob by pushing to\n"
4996 "'%s:refs/tags/%s'?"
4997 msgstr ""
4999 #: remote.c:1091
5000 #, c-format
5001 msgid "%s cannot be resolved to branch"
5002 msgstr ""
5004 #: remote.c:1102
5005 #, c-format
5006 msgid "unable to delete '%s': remote ref does not exist"
5007 msgstr ""
5009 #: remote.c:1114
5010 #, c-format
5011 msgid "dst refspec %s matches more than one"
5012 msgstr ""
5014 #: remote.c:1121
5015 #, c-format
5016 msgid "dst ref %s receives from more than one src"
5017 msgstr ""
5019 #: remote.c:1624 remote.c:1725
5020 msgid "HEAD does not point to a branch"
5021 msgstr ""
5023 #: remote.c:1633
5024 #, c-format
5025 msgid "no such branch: '%s'"
5026 msgstr ""
5028 #: remote.c:1636
5029 #, c-format
5030 msgid "no upstream configured for branch '%s'"
5031 msgstr ""
5033 #: remote.c:1642
5034 #, c-format
5035 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5036 msgstr ""
5038 #: remote.c:1657
5039 #, c-format
5040 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5041 msgstr ""
5043 #: remote.c:1669
5044 #, c-format
5045 msgid "branch '%s' has no remote for pushing"
5046 msgstr ""
5048 #: remote.c:1679
5049 #, c-format
5050 msgid "push refspecs for '%s' do not include '%s'"
5051 msgstr ""
5053 #: remote.c:1692
5054 msgid "push has no destination (push.default is 'nothing')"
5055 msgstr ""
5057 #: remote.c:1714
5058 msgid "cannot resolve 'simple' push to a single destination"
5059 msgstr ""
5061 #: remote.c:1840
5062 #, c-format
5063 msgid "couldn't find remote ref %s"
5064 msgstr ""
5066 #: remote.c:1853
5067 #, c-format
5068 msgid "* Ignoring funny ref '%s' locally"
5069 msgstr ""
5071 #: remote.c:2016
5072 #, c-format
5073 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5074 msgstr ""
5076 #: remote.c:2020
5077 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5078 msgstr ""
5080 #: remote.c:2023
5081 #, c-format
5082 msgid "Your branch is up to date with '%s'.\n"
5083 msgstr ""
5085 #: remote.c:2027
5086 #, c-format
5087 msgid "Your branch and '%s' refer to different commits.\n"
5088 msgstr ""
5090 #: remote.c:2030
5091 #, c-format
5092 msgid "  (use \"%s\" for details)\n"
5093 msgstr ""
5095 #: remote.c:2034
5096 #, c-format
5097 msgid "Your branch is ahead of '%s' by %d commit.\n"
5098 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5099 msgstr[0] ""
5100 msgstr[1] ""
5102 #: remote.c:2040
5103 msgid "  (use \"git push\" to publish your local commits)\n"
5104 msgstr ""
5106 #: remote.c:2043
5107 #, c-format
5108 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5109 msgid_plural ""
5110 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5111 msgstr[0] ""
5112 msgstr[1] ""
5114 #: remote.c:2051
5115 msgid "  (use \"git pull\" to update your local branch)\n"
5116 msgstr ""
5118 #: remote.c:2054
5119 #, c-format
5120 msgid ""
5121 "Your branch and '%s' have diverged,\n"
5122 "and have %d and %d different commit each, respectively.\n"
5123 msgid_plural ""
5124 "Your branch and '%s' have diverged,\n"
5125 "and have %d and %d different commits each, respectively.\n"
5126 msgstr[0] ""
5127 msgstr[1] ""
5129 #: remote.c:2064
5130 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5131 msgstr ""
5133 #: remote.c:2247
5134 #, c-format
5135 msgid "cannot parse expected object name '%s'"
5136 msgstr ""
5138 #: replace-object.c:21
5139 #, c-format
5140 msgid "bad replace ref name: %s"
5141 msgstr ""
5143 #: replace-object.c:30
5144 #, c-format
5145 msgid "duplicate replace ref: %s"
5146 msgstr ""
5148 #: replace-object.c:73
5149 #, c-format
5150 msgid "replace depth too high for object %s"
5151 msgstr ""
5153 #: rerere.c:217 rerere.c:226 rerere.c:229
5154 msgid "corrupt MERGE_RR"
5155 msgstr ""
5157 #: rerere.c:264 rerere.c:269
5158 msgid "unable to write rerere record"
5159 msgstr ""
5161 #: rerere.c:495
5162 #, c-format
5163 msgid "there were errors while writing '%s' (%s)"
5164 msgstr ""
5166 #: rerere.c:498
5167 #, c-format
5168 msgid "failed to flush '%s'"
5169 msgstr ""
5171 #: rerere.c:503 rerere.c:1039
5172 #, c-format
5173 msgid "could not parse conflict hunks in '%s'"
5174 msgstr ""
5176 #: rerere.c:684
5177 #, c-format
5178 msgid "failed utime() on '%s'"
5179 msgstr ""
5181 #: rerere.c:694
5182 #, c-format
5183 msgid "writing '%s' failed"
5184 msgstr ""
5186 #: rerere.c:714
5187 #, c-format
5188 msgid "Staged '%s' using previous resolution."
5189 msgstr ""
5191 #: rerere.c:753
5192 #, c-format
5193 msgid "Recorded resolution for '%s'."
5194 msgstr ""
5196 #: rerere.c:788
5197 #, c-format
5198 msgid "Resolved '%s' using previous resolution."
5199 msgstr ""
5201 #: rerere.c:803
5202 #, c-format
5203 msgid "cannot unlink stray '%s'"
5204 msgstr ""
5206 #: rerere.c:807
5207 #, c-format
5208 msgid "Recorded preimage for '%s'"
5209 msgstr ""
5211 #: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5212 #: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5213 #, c-format
5214 msgid "could not create directory '%s'"
5215 msgstr ""
5217 #: rerere.c:1057
5218 #, c-format
5219 msgid "failed to update conflicted state in '%s'"
5220 msgstr ""
5222 #: rerere.c:1068 rerere.c:1075
5223 #, c-format
5224 msgid "no remembered resolution for '%s'"
5225 msgstr ""
5227 #: rerere.c:1077
5228 #, c-format
5229 msgid "cannot unlink '%s'"
5230 msgstr ""
5232 #: rerere.c:1087
5233 #, c-format
5234 msgid "Updated preimage for '%s'"
5235 msgstr ""
5237 #: rerere.c:1096
5238 #, c-format
5239 msgid "Forgot resolution for '%s'\n"
5240 msgstr ""
5242 #: rerere.c:1199
5243 msgid "unable to open rr-cache directory"
5244 msgstr ""
5246 #: revision.c:2476
5247 msgid "your current branch appears to be broken"
5248 msgstr ""
5250 #: revision.c:2479
5251 #, c-format
5252 msgid "your current branch '%s' does not have any commits yet"
5253 msgstr ""
5255 #: revision.c:2679
5256 msgid "--first-parent is incompatible with --bisect"
5257 msgstr ""
5259 #: revision.c:2683
5260 msgid "-L does not yet support diff formats besides -p and -s"
5261 msgstr ""
5263 #: run-command.c:763
5264 msgid "open /dev/null failed"
5265 msgstr ""
5267 #: run-command.c:1269
5268 #, c-format
5269 msgid "cannot create async thread: %s"
5270 msgstr ""
5272 #: run-command.c:1333
5273 #, c-format
5274 msgid ""
5275 "The '%s' hook was ignored because it's not set as executable.\n"
5276 "You can disable this warning with `git config advice.ignoredHook false`."
5277 msgstr ""
5279 #: send-pack.c:141
5280 msgid "unexpected flush packet while reading remote unpack status"
5281 msgstr ""
5283 #: send-pack.c:143
5284 #, c-format
5285 msgid "unable to parse remote unpack status: %s"
5286 msgstr ""
5288 #: send-pack.c:145
5289 #, c-format
5290 msgid "remote unpack failed: %s"
5291 msgstr ""
5293 #: send-pack.c:306
5294 msgid "failed to sign the push certificate"
5295 msgstr ""
5297 #: send-pack.c:420
5298 msgid "the receiving end does not support --signed push"
5299 msgstr ""
5301 #: send-pack.c:422
5302 msgid ""
5303 "not sending a push certificate since the receiving end does not support --"
5304 "signed push"
5305 msgstr ""
5307 #: send-pack.c:434
5308 msgid "the receiving end does not support --atomic push"
5309 msgstr ""
5311 #: send-pack.c:439
5312 msgid "the receiving end does not support push options"
5313 msgstr ""
5315 #: sequencer.c:187
5316 #, c-format
5317 msgid "invalid commit message cleanup mode '%s'"
5318 msgstr ""
5320 #: sequencer.c:292
5321 #, c-format
5322 msgid "could not delete '%s'"
5323 msgstr ""
5325 #: sequencer.c:318
5326 msgid "revert"
5327 msgstr ""
5329 #: sequencer.c:320
5330 msgid "cherry-pick"
5331 msgstr ""
5333 #: sequencer.c:322
5334 msgid "rebase -i"
5335 msgstr ""
5337 #: sequencer.c:324
5338 #, c-format
5339 msgid "unknown action: %d"
5340 msgstr ""
5342 #: sequencer.c:382
5343 msgid ""
5344 "after resolving the conflicts, mark the corrected paths\n"
5345 "with 'git add <paths>' or 'git rm <paths>'"
5346 msgstr ""
5348 #: sequencer.c:385
5349 msgid ""
5350 "after resolving the conflicts, mark the corrected paths\n"
5351 "with 'git add <paths>' or 'git rm <paths>'\n"
5352 "and commit the result with 'git commit'"
5353 msgstr ""
5355 #: sequencer.c:398 sequencer.c:2801
5356 #, c-format
5357 msgid "could not lock '%s'"
5358 msgstr ""
5360 #: sequencer.c:405
5361 #, c-format
5362 msgid "could not write eol to '%s'"
5363 msgstr ""
5365 #: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5366 #: sequencer.c:3084
5367 #, c-format
5368 msgid "failed to finalize '%s'"
5369 msgstr ""
5371 #: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5372 #: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5373 #: builtin/merge.c:1115 builtin/rebase.c:567
5374 #, c-format
5375 msgid "could not read '%s'"
5376 msgstr ""
5378 #: sequencer.c:459
5379 #, c-format
5380 msgid "your local changes would be overwritten by %s."
5381 msgstr ""
5383 #: sequencer.c:463
5384 msgid "commit your changes or stash them to proceed."
5385 msgstr ""
5387 #: sequencer.c:495
5388 #, c-format
5389 msgid "%s: fast-forward"
5390 msgstr ""
5392 #: sequencer.c:534 builtin/tag.c:555
5393 #, c-format
5394 msgid "Invalid cleanup mode %s"
5395 msgstr ""
5397 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5398 #. "rebase -i".
5400 #: sequencer.c:629
5401 #, c-format
5402 msgid "%s: Unable to write new index file"
5403 msgstr ""
5405 #: sequencer.c:646
5406 msgid "unable to update cache tree"
5407 msgstr ""
5409 #: sequencer.c:660
5410 msgid "could not resolve HEAD commit"
5411 msgstr ""
5413 #: sequencer.c:740
5414 #, c-format
5415 msgid "no key present in '%.*s'"
5416 msgstr ""
5418 #: sequencer.c:751
5419 #, c-format
5420 msgid "unable to dequote value of '%s'"
5421 msgstr ""
5423 #: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5424 #: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5425 #, c-format
5426 msgid "could not open '%s' for reading"
5427 msgstr ""
5429 #: sequencer.c:798
5430 msgid "'GIT_AUTHOR_NAME' already given"
5431 msgstr ""
5433 #: sequencer.c:803
5434 msgid "'GIT_AUTHOR_EMAIL' already given"
5435 msgstr ""
5437 #: sequencer.c:808
5438 msgid "'GIT_AUTHOR_DATE' already given"
5439 msgstr ""
5441 #: sequencer.c:812
5442 #, c-format
5443 msgid "unknown variable '%s'"
5444 msgstr ""
5446 #: sequencer.c:817
5447 msgid "missing 'GIT_AUTHOR_NAME'"
5448 msgstr ""
5450 #: sequencer.c:819
5451 msgid "missing 'GIT_AUTHOR_EMAIL'"
5452 msgstr ""
5454 #: sequencer.c:821
5455 msgid "missing 'GIT_AUTHOR_DATE'"
5456 msgstr ""
5458 #: sequencer.c:881
5459 #, c-format
5460 msgid "invalid date format '%s' in '%s'"
5461 msgstr ""
5463 #: sequencer.c:898
5464 #, c-format
5465 msgid ""
5466 "you have staged changes in your working tree\n"
5467 "If these changes are meant to be squashed into the previous commit, run:\n"
5468 "\n"
5469 "  git commit --amend %s\n"
5470 "\n"
5471 "If they are meant to go into a new commit, run:\n"
5472 "\n"
5473 "  git commit %s\n"
5474 "\n"
5475 "In both cases, once you're done, continue with:\n"
5476 "\n"
5477 "  git rebase --continue\n"
5478 msgstr ""
5480 #: sequencer.c:992
5481 msgid "writing root commit"
5482 msgstr ""
5484 #: sequencer.c:1213
5485 msgid "'prepare-commit-msg' hook failed"
5486 msgstr ""
5488 #: sequencer.c:1220
5489 msgid ""
5490 "Your name and email address were configured automatically based\n"
5491 "on your username and hostname. Please check that they are accurate.\n"
5492 "You can suppress this message by setting them explicitly. Run the\n"
5493 "following command and follow the instructions in your editor to edit\n"
5494 "your configuration file:\n"
5495 "\n"
5496 "    git config --global --edit\n"
5497 "\n"
5498 "After doing this, you may fix the identity used for this commit with:\n"
5499 "\n"
5500 "    git commit --amend --reset-author\n"
5501 msgstr ""
5503 #: sequencer.c:1233
5504 msgid ""
5505 "Your name and email address were configured automatically based\n"
5506 "on your username and hostname. Please check that they are accurate.\n"
5507 "You can suppress this message by setting them explicitly:\n"
5508 "\n"
5509 "    git config --global user.name \"Your Name\"\n"
5510 "    git config --global user.email you@example.com\n"
5511 "\n"
5512 "After doing this, you may fix the identity used for this commit with:\n"
5513 "\n"
5514 "    git commit --amend --reset-author\n"
5515 msgstr ""
5517 #: sequencer.c:1275
5518 msgid "couldn't look up newly created commit"
5519 msgstr ""
5521 #: sequencer.c:1277
5522 msgid "could not parse newly created commit"
5523 msgstr ""
5525 #: sequencer.c:1323
5526 msgid "unable to resolve HEAD after creating commit"
5527 msgstr ""
5529 #: sequencer.c:1325
5530 msgid "detached HEAD"
5531 msgstr ""
5533 #: sequencer.c:1329
5534 msgid " (root-commit)"
5535 msgstr ""
5537 #: sequencer.c:1350
5538 msgid "could not parse HEAD"
5539 msgstr ""
5541 #: sequencer.c:1352
5542 #, c-format
5543 msgid "HEAD %s is not a commit!"
5544 msgstr ""
5546 #: sequencer.c:1356 builtin/commit.c:1551
5547 msgid "could not parse HEAD commit"
5548 msgstr ""
5550 #: sequencer.c:1408 sequencer.c:2001
5551 msgid "unable to parse commit author"
5552 msgstr ""
5554 #: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5555 msgid "git write-tree failed to write a tree"
5556 msgstr ""
5558 #: sequencer.c:1435 sequencer.c:1496
5559 #, c-format
5560 msgid "unable to read commit message from '%s'"
5561 msgstr ""
5563 #: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5564 #: builtin/merge.c:906
5565 msgid "failed to write commit object"
5566 msgstr ""
5568 #: sequencer.c:1523
5569 #, c-format
5570 msgid "could not parse commit %s"
5571 msgstr ""
5573 #: sequencer.c:1528
5574 #, c-format
5575 msgid "could not parse parent commit %s"
5576 msgstr ""
5578 #: sequencer.c:1602 sequencer.c:1712
5579 #, c-format
5580 msgid "unknown command: %d"
5581 msgstr ""
5583 #: sequencer.c:1659 sequencer.c:1684
5584 #, c-format
5585 msgid "This is a combination of %d commits."
5586 msgstr ""
5588 #: sequencer.c:1669
5589 msgid "need a HEAD to fixup"
5590 msgstr ""
5592 #: sequencer.c:1671 sequencer.c:3111
5593 msgid "could not read HEAD"
5594 msgstr ""
5596 #: sequencer.c:1673
5597 msgid "could not read HEAD's commit message"
5598 msgstr ""
5600 #: sequencer.c:1679
5601 #, c-format
5602 msgid "cannot write '%s'"
5603 msgstr ""
5605 #: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5606 msgid "This is the 1st commit message:"
5607 msgstr ""
5609 #: sequencer.c:1694
5610 #, c-format
5611 msgid "could not read commit message of %s"
5612 msgstr ""
5614 #: sequencer.c:1701
5615 #, c-format
5616 msgid "This is the commit message #%d:"
5617 msgstr ""
5619 #: sequencer.c:1707
5620 #, c-format
5621 msgid "The commit message #%d will be skipped:"
5622 msgstr ""
5624 #: sequencer.c:1795
5625 msgid "your index file is unmerged."
5626 msgstr ""
5628 #: sequencer.c:1802
5629 msgid "cannot fixup root commit"
5630 msgstr ""
5632 #: sequencer.c:1821
5633 #, c-format
5634 msgid "commit %s is a merge but no -m option was given."
5635 msgstr ""
5637 #: sequencer.c:1829 sequencer.c:1837
5638 #, c-format
5639 msgid "commit %s does not have parent %d"
5640 msgstr ""
5642 #: sequencer.c:1843
5643 #, c-format
5644 msgid "cannot get commit message for %s"
5645 msgstr ""
5647 #. TRANSLATORS: The first %s will be a "todo" command like
5648 #. "revert" or "pick", the second %s a SHA1.
5649 #: sequencer.c:1862
5650 #, c-format
5651 msgid "%s: cannot parse parent commit %s"
5652 msgstr ""
5654 #: sequencer.c:1927
5655 #, c-format
5656 msgid "could not rename '%s' to '%s'"
5657 msgstr ""
5659 #: sequencer.c:1982
5660 #, c-format
5661 msgid "could not revert %s... %s"
5662 msgstr ""
5664 #: sequencer.c:1983
5665 #, c-format
5666 msgid "could not apply %s... %s"
5667 msgstr ""
5669 #: sequencer.c:2042
5670 #, c-format
5671 msgid "git %s: failed to read the index"
5672 msgstr ""
5674 #: sequencer.c:2049
5675 #, c-format
5676 msgid "git %s: failed to refresh the index"
5677 msgstr ""
5679 #: sequencer.c:2118
5680 #, c-format
5681 msgid "%s does not accept arguments: '%s'"
5682 msgstr ""
5684 #: sequencer.c:2127
5685 #, c-format
5686 msgid "missing arguments for %s"
5687 msgstr ""
5689 #: sequencer.c:2164
5690 #, c-format
5691 msgid "could not parse '%.*s'"
5692 msgstr ""
5694 #: sequencer.c:2226
5695 #, c-format
5696 msgid "invalid line %d: %.*s"
5697 msgstr ""
5699 #: sequencer.c:2237
5700 #, c-format
5701 msgid "cannot '%s' without a previous commit"
5702 msgstr ""
5704 #: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5705 #: builtin/rebase.c:204 builtin/rebase.c:229
5706 #, c-format
5707 msgid "could not read '%s'."
5708 msgstr ""
5710 #: sequencer.c:2360
5711 msgid "please fix this using 'git rebase --edit-todo'."
5712 msgstr ""
5714 #: sequencer.c:2362
5715 #, c-format
5716 msgid "unusable instruction sheet: '%s'"
5717 msgstr ""
5719 #: sequencer.c:2367
5720 msgid "no commits parsed."
5721 msgstr ""
5723 #: sequencer.c:2378
5724 msgid "cannot cherry-pick during a revert."
5725 msgstr ""
5727 #: sequencer.c:2380
5728 msgid "cannot revert during a cherry-pick."
5729 msgstr ""
5731 #: sequencer.c:2462
5732 #, c-format
5733 msgid "invalid value for %s: %s"
5734 msgstr ""
5736 #: sequencer.c:2549
5737 msgid "unusable squash-onto"
5738 msgstr ""
5740 #: sequencer.c:2565
5741 #, c-format
5742 msgid "malformed options sheet: '%s'"
5743 msgstr ""
5745 #: sequencer.c:2648 sequencer.c:4227
5746 msgid "empty commit set passed"
5747 msgstr ""
5749 #: sequencer.c:2656
5750 msgid "a cherry-pick or revert is already in progress"
5751 msgstr ""
5753 #: sequencer.c:2657
5754 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5755 msgstr ""
5757 #: sequencer.c:2660
5758 #, c-format
5759 msgid "could not create sequencer directory '%s'"
5760 msgstr ""
5762 #: sequencer.c:2674
5763 msgid "could not lock HEAD"
5764 msgstr ""
5766 #: sequencer.c:2729 sequencer.c:3979
5767 msgid "no cherry-pick or revert in progress"
5768 msgstr ""
5770 #: sequencer.c:2731
5771 msgid "cannot resolve HEAD"
5772 msgstr ""
5774 #: sequencer.c:2733 sequencer.c:2768
5775 msgid "cannot abort from a branch yet to be born"
5776 msgstr ""
5778 #: sequencer.c:2754 builtin/grep.c:732
5779 #, c-format
5780 msgid "cannot open '%s'"
5781 msgstr ""
5783 #: sequencer.c:2756
5784 #, c-format
5785 msgid "cannot read '%s': %s"
5786 msgstr ""
5788 #: sequencer.c:2757
5789 msgid "unexpected end of file"
5790 msgstr ""
5792 #: sequencer.c:2763
5793 #, c-format
5794 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5795 msgstr ""
5797 #: sequencer.c:2774
5798 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5799 msgstr ""
5801 #: sequencer.c:2903 sequencer.c:3894
5802 #, c-format
5803 msgid "could not update %s"
5804 msgstr ""
5806 #: sequencer.c:2941 sequencer.c:3874
5807 msgid "cannot read HEAD"
5808 msgstr ""
5810 #: sequencer.c:2958
5811 #, c-format
5812 msgid "unable to copy '%s' to '%s'"
5813 msgstr ""
5815 #: sequencer.c:2966
5816 #, c-format
5817 msgid ""
5818 "You can amend the commit now, with\n"
5819 "\n"
5820 "  git commit --amend %s\n"
5821 "\n"
5822 "Once you are satisfied with your changes, run\n"
5823 "\n"
5824 "  git rebase --continue\n"
5825 msgstr ""
5827 #: sequencer.c:2976
5828 #, c-format
5829 msgid "Could not apply %s... %.*s"
5830 msgstr ""
5832 #: sequencer.c:2983
5833 #, c-format
5834 msgid "Could not merge %.*s"
5835 msgstr ""
5837 #: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:639
5838 #, c-format
5839 msgid "could not copy '%s' to '%s'"
5840 msgstr ""
5842 #: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5843 #: builtin/rebase.c:1940 builtin/rebase.c:1995
5844 msgid "could not read index"
5845 msgstr ""
5847 #: sequencer.c:3028
5848 #, c-format
5849 msgid ""
5850 "execution failed: %s\n"
5851 "%sYou can fix the problem, and then run\n"
5852 "\n"
5853 "  git rebase --continue\n"
5854 "\n"
5855 msgstr ""
5857 #: sequencer.c:3034
5858 msgid "and made changes to the index and/or the working tree\n"
5859 msgstr ""
5861 #: sequencer.c:3040
5862 #, c-format
5863 msgid ""
5864 "execution succeeded: %s\n"
5865 "but left changes to the index and/or the working tree\n"
5866 "Commit or stash your changes, and then run\n"
5867 "\n"
5868 "  git rebase --continue\n"
5869 "\n"
5870 msgstr ""
5872 #: sequencer.c:3101
5873 #, c-format
5874 msgid "illegal label name: '%.*s'"
5875 msgstr ""
5877 #: sequencer.c:3155
5878 msgid "writing fake root commit"
5879 msgstr ""
5881 #: sequencer.c:3160
5882 msgid "writing squash-onto"
5883 msgstr ""
5885 #: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5886 #, c-format
5887 msgid "failed to find tree of %s"
5888 msgstr ""
5890 #: sequencer.c:3216 builtin/rebase.c:863
5891 msgid "could not write index"
5892 msgstr ""
5894 #: sequencer.c:3243
5895 #, c-format
5896 msgid "could not resolve '%s'"
5897 msgstr ""
5899 #: sequencer.c:3271
5900 msgid "cannot merge without a current revision"
5901 msgstr ""
5903 #: sequencer.c:3293
5904 #, c-format
5905 msgid "unable to parse '%.*s'"
5906 msgstr ""
5908 #: sequencer.c:3302
5909 #, c-format
5910 msgid "nothing to merge: '%.*s'"
5911 msgstr ""
5913 #: sequencer.c:3314
5914 msgid "octopus merge cannot be executed on top of a [new root]"
5915 msgstr ""
5917 #: sequencer.c:3329
5918 #, c-format
5919 msgid "could not get commit message of '%s'"
5920 msgstr ""
5922 #: sequencer.c:3478
5923 #, c-format
5924 msgid "could not even attempt to merge '%.*s'"
5925 msgstr ""
5927 #: sequencer.c:3494
5928 msgid "merge: Unable to write new index file"
5929 msgstr ""
5931 #: sequencer.c:3562 builtin/rebase.c:711
5932 #, c-format
5933 msgid "Applied autostash.\n"
5934 msgstr ""
5936 #: sequencer.c:3574
5937 #, c-format
5938 msgid "cannot store %s"
5939 msgstr ""
5941 #: sequencer.c:3577 builtin/rebase.c:727
5942 #, c-format
5943 msgid ""
5944 "Applying autostash resulted in conflicts.\n"
5945 "Your changes are safe in the stash.\n"
5946 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5947 msgstr ""
5949 #: sequencer.c:3638
5950 #, c-format
5951 msgid "could not checkout %s"
5952 msgstr ""
5954 #: sequencer.c:3652
5955 #, c-format
5956 msgid "%s: not a valid OID"
5957 msgstr ""
5959 #: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5960 msgid "could not detach HEAD"
5961 msgstr ""
5963 #: sequencer.c:3672
5964 #, c-format
5965 msgid "Stopped at HEAD\n"
5966 msgstr ""
5968 #: sequencer.c:3674
5969 #, c-format
5970 msgid "Stopped at %s\n"
5971 msgstr ""
5973 #: sequencer.c:3682
5974 #, c-format
5975 msgid ""
5976 "Could not execute the todo command\n"
5977 "\n"
5978 "    %.*s\n"
5979 "It has been rescheduled; To edit the command before continuing, please\n"
5980 "edit the todo list first:\n"
5981 "\n"
5982 "    git rebase --edit-todo\n"
5983 "    git rebase --continue\n"
5984 msgstr ""
5986 #: sequencer.c:3759
5987 #, c-format
5988 msgid "Stopped at %s...  %.*s\n"
5989 msgstr ""
5991 #: sequencer.c:3837
5992 #, c-format
5993 msgid "unknown command %d"
5994 msgstr ""
5996 #: sequencer.c:3882
5997 msgid "could not read orig-head"
5998 msgstr ""
6000 #: sequencer.c:3887
6001 msgid "could not read 'onto'"
6002 msgstr ""
6004 #: sequencer.c:3901
6005 #, c-format
6006 msgid "could not update HEAD to %s"
6007 msgstr ""
6009 #: sequencer.c:3991
6010 msgid "cannot rebase: You have unstaged changes."
6011 msgstr ""
6013 #: sequencer.c:4000
6014 msgid "cannot amend non-existing commit"
6015 msgstr ""
6017 #: sequencer.c:4002
6018 #, c-format
6019 msgid "invalid file: '%s'"
6020 msgstr ""
6022 #: sequencer.c:4004
6023 #, c-format
6024 msgid "invalid contents: '%s'"
6025 msgstr ""
6027 #: sequencer.c:4007
6028 msgid ""
6029 "\n"
6030 "You have uncommitted changes in your working tree. Please, commit them\n"
6031 "first and then run 'git rebase --continue' again."
6032 msgstr ""
6034 #: sequencer.c:4043 sequencer.c:4081
6035 #, c-format
6036 msgid "could not write file: '%s'"
6037 msgstr ""
6039 #: sequencer.c:4096
6040 msgid "could not remove CHERRY_PICK_HEAD"
6041 msgstr ""
6043 #: sequencer.c:4103
6044 msgid "could not commit staged changes."
6045 msgstr ""
6047 #: sequencer.c:4204
6048 #, c-format
6049 msgid "%s: can't cherry-pick a %s"
6050 msgstr ""
6052 #: sequencer.c:4208
6053 #, c-format
6054 msgid "%s: bad revision"
6055 msgstr ""
6057 #: sequencer.c:4243
6058 msgid "can't revert as initial commit"
6059 msgstr ""
6061 #: sequencer.c:4686
6062 msgid "make_script: unhandled options"
6063 msgstr ""
6065 #: sequencer.c:4689
6066 msgid "make_script: error preparing revisions"
6067 msgstr ""
6069 #: sequencer.c:4847
6070 msgid ""
6071 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6072 "continue'.\n"
6073 "Or you can abort the rebase with 'git rebase --abort'.\n"
6074 msgstr ""
6076 #: sequencer.c:4959 sequencer.c:4976
6077 msgid "nothing to do"
6078 msgstr ""
6080 #: sequencer.c:4990
6081 msgid "could not skip unnecessary pick commands"
6082 msgstr ""
6084 #: sequencer.c:5073
6085 msgid "the script was already rearranged."
6086 msgstr ""
6088 #: setup.c:123
6089 #, c-format
6090 msgid "'%s' is outside repository"
6091 msgstr ""
6093 #: setup.c:173
6094 #, c-format
6095 msgid ""
6096 "%s: no such path in the working tree.\n"
6097 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6098 msgstr ""
6100 #: setup.c:186
6101 #, c-format
6102 msgid ""
6103 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6104 "Use '--' to separate paths from revisions, like this:\n"
6105 "'git <command> [<revision>...] -- [<file>...]'"
6106 msgstr ""
6108 #: setup.c:235
6109 #, c-format
6110 msgid "option '%s' must come before non-option arguments"
6111 msgstr ""
6113 #: setup.c:254
6114 #, c-format
6115 msgid ""
6116 "ambiguous argument '%s': both revision and filename\n"
6117 "Use '--' to separate paths from revisions, like this:\n"
6118 "'git <command> [<revision>...] -- [<file>...]'"
6119 msgstr ""
6121 #: setup.c:390
6122 msgid "unable to set up work tree using invalid config"
6123 msgstr ""
6125 #: setup.c:394
6126 msgid "this operation must be run in a work tree"
6127 msgstr ""
6129 #: setup.c:540
6130 #, c-format
6131 msgid "Expected git repo version <= %d, found %d"
6132 msgstr ""
6134 #: setup.c:548
6135 msgid "unknown repository extensions found:"
6136 msgstr ""
6138 #: setup.c:567
6139 #, c-format
6140 msgid "error opening '%s'"
6141 msgstr ""
6143 #: setup.c:569
6144 #, c-format
6145 msgid "too large to be a .git file: '%s'"
6146 msgstr ""
6148 #: setup.c:571
6149 #, c-format
6150 msgid "error reading %s"
6151 msgstr ""
6153 #: setup.c:573
6154 #, c-format
6155 msgid "invalid gitfile format: %s"
6156 msgstr ""
6158 #: setup.c:575
6159 #, c-format
6160 msgid "no path in gitfile: %s"
6161 msgstr ""
6163 #: setup.c:577
6164 #, c-format
6165 msgid "not a git repository: %s"
6166 msgstr ""
6168 #: setup.c:676
6169 #, c-format
6170 msgid "'$%s' too big"
6171 msgstr ""
6173 #: setup.c:690
6174 #, c-format
6175 msgid "not a git repository: '%s'"
6176 msgstr ""
6178 #: setup.c:719 setup.c:721 setup.c:752
6179 #, c-format
6180 msgid "cannot chdir to '%s'"
6181 msgstr ""
6183 #: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6184 msgid "cannot come back to cwd"
6185 msgstr ""
6187 #: setup.c:851
6188 #, c-format
6189 msgid "failed to stat '%*s%s%s'"
6190 msgstr ""
6192 #: setup.c:1083
6193 msgid "Unable to read current working directory"
6194 msgstr ""
6196 #: setup.c:1092 setup.c:1098
6197 #, c-format
6198 msgid "cannot change to '%s'"
6199 msgstr ""
6201 #: setup.c:1103
6202 #, c-format
6203 msgid "not a git repository (or any of the parent directories): %s"
6204 msgstr ""
6206 #: setup.c:1109
6207 #, c-format
6208 msgid ""
6209 "not a git repository (or any parent up to mount point %s)\n"
6210 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6211 msgstr ""
6213 #: setup.c:1220
6214 #, c-format
6215 msgid ""
6216 "problem with core.sharedRepository filemode value (0%.3o).\n"
6217 "The owner of files must always have read and write permissions."
6218 msgstr ""
6220 #: setup.c:1264
6221 msgid "open /dev/null or dup failed"
6222 msgstr ""
6224 #: setup.c:1279
6225 msgid "fork failed"
6226 msgstr ""
6228 #: setup.c:1284
6229 msgid "setsid failed"
6230 msgstr ""
6232 #: sha1-file.c:453
6233 #, c-format
6234 msgid "object directory %s does not exist; check .git/objects/info/alternates"
6235 msgstr ""
6237 #: sha1-file.c:504
6238 #, c-format
6239 msgid "unable to normalize alternate object path: %s"
6240 msgstr ""
6242 #: sha1-file.c:576
6243 #, c-format
6244 msgid "%s: ignoring alternate object stores, nesting too deep"
6245 msgstr ""
6247 #: sha1-file.c:583
6248 #, c-format
6249 msgid "unable to normalize object directory: %s"
6250 msgstr ""
6252 #: sha1-file.c:626
6253 msgid "unable to fdopen alternates lockfile"
6254 msgstr ""
6256 #: sha1-file.c:644
6257 msgid "unable to read alternates file"
6258 msgstr ""
6260 #: sha1-file.c:651
6261 msgid "unable to move new alternates file into place"
6262 msgstr ""
6264 #: sha1-file.c:686
6265 #, c-format
6266 msgid "path '%s' does not exist"
6267 msgstr ""
6269 #: sha1-file.c:712
6270 #, c-format
6271 msgid "reference repository '%s' as a linked checkout is not supported yet."
6272 msgstr ""
6274 #: sha1-file.c:718
6275 #, c-format
6276 msgid "reference repository '%s' is not a local repository."
6277 msgstr ""
6279 #: sha1-file.c:724
6280 #, c-format
6281 msgid "reference repository '%s' is shallow"
6282 msgstr ""
6284 #: sha1-file.c:732
6285 #, c-format
6286 msgid "reference repository '%s' is grafted"
6287 msgstr ""
6289 #: sha1-file.c:846
6290 #, c-format
6291 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6292 msgstr ""
6294 #: sha1-file.c:871
6295 msgid "mmap failed"
6296 msgstr ""
6298 #: sha1-file.c:1035
6299 #, c-format
6300 msgid "object file %s is empty"
6301 msgstr ""
6303 #: sha1-file.c:1159 sha1-file.c:2297
6304 #, c-format
6305 msgid "corrupt loose object '%s'"
6306 msgstr ""
6308 #: sha1-file.c:1161 sha1-file.c:2301
6309 #, c-format
6310 msgid "garbage at end of loose object '%s'"
6311 msgstr ""
6313 #: sha1-file.c:1203
6314 msgid "invalid object type"
6315 msgstr ""
6317 #: sha1-file.c:1287
6318 #, c-format
6319 msgid "unable to unpack %s header with --allow-unknown-type"
6320 msgstr ""
6322 #: sha1-file.c:1290
6323 #, c-format
6324 msgid "unable to unpack %s header"
6325 msgstr ""
6327 #: sha1-file.c:1296
6328 #, c-format
6329 msgid "unable to parse %s header with --allow-unknown-type"
6330 msgstr ""
6332 #: sha1-file.c:1299
6333 #, c-format
6334 msgid "unable to parse %s header"
6335 msgstr ""
6337 #: sha1-file.c:1490
6338 #, c-format
6339 msgid "failed to read object %s"
6340 msgstr ""
6342 #: sha1-file.c:1494
6343 #, c-format
6344 msgid "replacement %s not found for %s"
6345 msgstr ""
6347 #: sha1-file.c:1498
6348 #, c-format
6349 msgid "loose object %s (stored in %s) is corrupt"
6350 msgstr ""
6352 #: sha1-file.c:1502
6353 #, c-format
6354 msgid "packed object %s (stored in %s) is corrupt"
6355 msgstr ""
6357 #: sha1-file.c:1604
6358 #, c-format
6359 msgid "unable to write file %s"
6360 msgstr ""
6362 #: sha1-file.c:1611
6363 #, c-format
6364 msgid "unable to set permission to '%s'"
6365 msgstr ""
6367 #: sha1-file.c:1618
6368 msgid "file write error"
6369 msgstr ""
6371 #: sha1-file.c:1637
6372 msgid "error when closing loose object file"
6373 msgstr ""
6375 #: sha1-file.c:1702
6376 #, c-format
6377 msgid "insufficient permission for adding an object to repository database %s"
6378 msgstr ""
6380 #: sha1-file.c:1704
6381 msgid "unable to create temporary file"
6382 msgstr ""
6384 #: sha1-file.c:1728
6385 msgid "unable to write loose object file"
6386 msgstr ""
6388 #: sha1-file.c:1734
6389 #, c-format
6390 msgid "unable to deflate new object %s (%d)"
6391 msgstr ""
6393 #: sha1-file.c:1738
6394 #, c-format
6395 msgid "deflateEnd on object %s failed (%d)"
6396 msgstr ""
6398 #: sha1-file.c:1742
6399 #, c-format
6400 msgid "confused by unstable object source data for %s"
6401 msgstr ""
6403 #: sha1-file.c:1752 builtin/pack-objects.c:920
6404 #, c-format
6405 msgid "failed utime() on %s"
6406 msgstr ""
6408 #: sha1-file.c:1827
6409 #, c-format
6410 msgid "cannot read object for %s"
6411 msgstr ""
6413 #: sha1-file.c:1867
6414 msgid "corrupt commit"
6415 msgstr ""
6417 #: sha1-file.c:1875
6418 msgid "corrupt tag"
6419 msgstr ""
6421 #: sha1-file.c:1974
6422 #, c-format
6423 msgid "read error while indexing %s"
6424 msgstr ""
6426 #: sha1-file.c:1977
6427 #, c-format
6428 msgid "short read while indexing %s"
6429 msgstr ""
6431 #: sha1-file.c:2050 sha1-file.c:2059
6432 #, c-format
6433 msgid "%s: failed to insert into database"
6434 msgstr ""
6436 #: sha1-file.c:2065
6437 #, c-format
6438 msgid "%s: unsupported file type"
6439 msgstr ""
6441 #: sha1-file.c:2089
6442 #, c-format
6443 msgid "%s is not a valid object"
6444 msgstr ""
6446 #: sha1-file.c:2091
6447 #, c-format
6448 msgid "%s is not a valid '%s' object"
6449 msgstr ""
6451 #: sha1-file.c:2118 builtin/index-pack.c:154
6452 #, c-format
6453 msgid "unable to open %s"
6454 msgstr ""
6456 #: sha1-file.c:2308 sha1-file.c:2360
6457 #, c-format
6458 msgid "hash mismatch for %s (expected %s)"
6459 msgstr ""
6461 #: sha1-file.c:2332
6462 #, c-format
6463 msgid "unable to mmap %s"
6464 msgstr ""
6466 #: sha1-file.c:2337
6467 #, c-format
6468 msgid "unable to unpack header of %s"
6469 msgstr ""
6471 #: sha1-file.c:2343
6472 #, c-format
6473 msgid "unable to parse header of %s"
6474 msgstr ""
6476 #: sha1-file.c:2354
6477 #, c-format
6478 msgid "unable to unpack contents of %s"
6479 msgstr ""
6481 #: sha1-name.c:487
6482 #, c-format
6483 msgid "short SHA1 %s is ambiguous"
6484 msgstr ""
6486 #: sha1-name.c:498
6487 msgid "The candidates are:"
6488 msgstr ""
6490 #: sha1-name.c:794
6491 msgid ""
6492 "Git normally never creates a ref that ends with 40 hex characters\n"
6493 "because it will be ignored when you just specify 40-hex. These refs\n"
6494 "may be created by mistake. For example,\n"
6495 "\n"
6496 "  git checkout -b $br $(git rev-parse ...)\n"
6497 "\n"
6498 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6499 "examine these refs and maybe delete them. Turn this message off by\n"
6500 "running \"git config advice.objectNameWarning false\""
6501 msgstr ""
6503 #: submodule.c:114 submodule.c:143
6504 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6505 msgstr ""
6507 #: submodule.c:118 submodule.c:147
6508 #, c-format
6509 msgid "Could not find section in .gitmodules where path=%s"
6510 msgstr ""
6512 #: submodule.c:154
6513 #, c-format
6514 msgid "Could not remove .gitmodules entry for %s"
6515 msgstr ""
6517 #: submodule.c:165
6518 msgid "staging updated .gitmodules failed"
6519 msgstr ""
6521 #: submodule.c:327
6522 #, c-format
6523 msgid "in unpopulated submodule '%s'"
6524 msgstr ""
6526 #: submodule.c:358
6527 #, c-format
6528 msgid "Pathspec '%s' is in submodule '%.*s'"
6529 msgstr ""
6531 #: submodule.c:910
6532 #, c-format
6533 msgid "submodule entry '%s' (%s) is a %s, not a commit"
6534 msgstr ""
6536 #: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6537 msgid "Failed to resolve HEAD as a valid ref."
6538 msgstr ""
6540 #: submodule.c:1481
6541 #, c-format
6542 msgid "Could not access submodule '%s'"
6543 msgstr ""
6545 #: submodule.c:1651
6546 #, c-format
6547 msgid "'%s' not recognized as a git repository"
6548 msgstr ""
6550 #: submodule.c:1789
6551 #, c-format
6552 msgid "could not start 'git status' in submodule '%s'"
6553 msgstr ""
6555 #: submodule.c:1802
6556 #, c-format
6557 msgid "could not run 'git status' in submodule '%s'"
6558 msgstr ""
6560 #: submodule.c:1817
6561 #, c-format
6562 msgid "Could not unset core.worktree setting in submodule '%s'"
6563 msgstr ""
6565 #: submodule.c:1907
6566 #, c-format
6567 msgid "submodule '%s' has dirty index"
6568 msgstr ""
6570 #: submodule.c:1959
6571 #, c-format
6572 msgid "Submodule '%s' could not be updated."
6573 msgstr ""
6575 #: submodule.c:2008
6576 #, c-format
6577 msgid ""
6578 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
6579 msgstr ""
6581 #: submodule.c:2020 submodule.c:2076
6582 #, c-format
6583 msgid "could not lookup name for submodule '%s'"
6584 msgstr ""
6586 #: submodule.c:2027
6587 #, c-format
6588 msgid ""
6589 "Migrating git directory of '%s%s' from\n"
6590 "'%s' to\n"
6591 "'%s'\n"
6592 msgstr ""
6594 #: submodule.c:2111
6595 #, c-format
6596 msgid "could not recurse into submodule '%s'"
6597 msgstr ""
6599 #: submodule.c:2155
6600 msgid "could not start ls-files in .."
6601 msgstr ""
6603 #: submodule.c:2194
6604 #, c-format
6605 msgid "ls-tree returned unexpected return code %d"
6606 msgstr ""
6608 #: submodule-config.c:232
6609 #, c-format
6610 msgid "ignoring suspicious submodule name: %s"
6611 msgstr ""
6613 #: submodule-config.c:299
6614 msgid "negative values not allowed for submodule.fetchjobs"
6615 msgstr ""
6617 #: submodule-config.c:397
6618 #, c-format
6619 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6620 msgstr ""
6622 #: submodule-config.c:486
6623 #, c-format
6624 msgid "invalid value for %s"
6625 msgstr ""
6627 #: submodule-config.c:755
6628 #, c-format
6629 msgid "Could not update .gitmodules entry %s"
6630 msgstr ""
6632 #: trailer.c:238
6633 #, c-format
6634 msgid "running trailer command '%s' failed"
6635 msgstr ""
6637 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6638 #: trailer.c:557
6639 #, c-format
6640 msgid "unknown value '%s' for key '%s'"
6641 msgstr ""
6643 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6644 #, c-format
6645 msgid "more than one %s"
6646 msgstr ""
6648 #: trailer.c:730
6649 #, c-format
6650 msgid "empty trailer token in trailer '%.*s'"
6651 msgstr ""
6653 #: trailer.c:750
6654 #, c-format
6655 msgid "could not read input file '%s'"
6656 msgstr ""
6658 #: trailer.c:753
6659 msgid "could not read from stdin"
6660 msgstr ""
6662 #: trailer.c:1011 wrapper.c:701
6663 #, c-format
6664 msgid "could not stat %s"
6665 msgstr ""
6667 #: trailer.c:1013
6668 #, c-format
6669 msgid "file %s is not a regular file"
6670 msgstr ""
6672 #: trailer.c:1015
6673 #, c-format
6674 msgid "file %s is not writable by user"
6675 msgstr ""
6677 #: trailer.c:1027
6678 msgid "could not open temporary file"
6679 msgstr ""
6681 #: trailer.c:1067
6682 #, c-format
6683 msgid "could not rename temporary file to %s"
6684 msgstr ""
6686 #: transport.c:116
6687 #, c-format
6688 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6689 msgstr ""
6691 #: transport.c:142
6692 #, c-format
6693 msgid "could not read bundle '%s'"
6694 msgstr ""
6696 #: transport.c:208
6697 #, c-format
6698 msgid "transport: invalid depth option '%s'"
6699 msgstr ""
6701 #: transport.c:259
6702 msgid "see protocol.version in 'git help config' for more details"
6703 msgstr ""
6705 #: transport.c:260
6706 msgid "server options require protocol version 2 or later"
6707 msgstr ""
6709 #: transport.c:625
6710 msgid "could not parse transport.color.* config"
6711 msgstr ""
6713 #: transport.c:698
6714 msgid "support for protocol v2 not implemented yet"
6715 msgstr ""
6717 #: transport.c:825
6718 #, c-format
6719 msgid "unknown value for config '%s': %s"
6720 msgstr ""
6722 #: transport.c:891
6723 #, c-format
6724 msgid "transport '%s' not allowed"
6725 msgstr ""
6727 #: transport.c:945
6728 msgid "git-over-rsync is no longer supported"
6729 msgstr ""
6731 #: transport.c:1040
6732 #, c-format
6733 msgid ""
6734 "The following submodule paths contain changes that can\n"
6735 "not be found on any remote:\n"
6736 msgstr ""
6738 #: transport.c:1044
6739 #, c-format
6740 msgid ""
6741 "\n"
6742 "Please try\n"
6743 "\n"
6744 "\tgit push --recurse-submodules=on-demand\n"
6745 "\n"
6746 "or cd to the path and use\n"
6747 "\n"
6748 "\tgit push\n"
6749 "\n"
6750 "to push them to a remote.\n"
6751 "\n"
6752 msgstr ""
6754 #: transport.c:1052
6755 msgid "Aborting."
6756 msgstr ""
6758 #: transport.c:1193
6759 msgid "failed to push all needed submodules"
6760 msgstr ""
6762 #: transport.c:1326 transport-helper.c:645
6763 msgid "operation not supported by protocol"
6764 msgstr ""
6766 #: transport.c:1430
6767 #, c-format
6768 msgid "invalid line while parsing alternate refs: %s"
6769 msgstr ""
6771 #: transport-helper.c:51 transport-helper.c:80
6772 msgid "full write to remote helper failed"
6773 msgstr ""
6775 #: transport-helper.c:134
6776 #, c-format
6777 msgid "unable to find remote helper for '%s'"
6778 msgstr ""
6780 #: transport-helper.c:150 transport-helper.c:559
6781 msgid "can't dup helper output fd"
6782 msgstr ""
6784 #: transport-helper.c:201
6785 #, c-format
6786 msgid ""
6787 "unknown mandatory capability %s; this remote helper probably needs newer "
6788 "version of Git"
6789 msgstr ""
6791 #: transport-helper.c:207
6792 msgid "this remote helper should implement refspec capability"
6793 msgstr ""
6795 #: transport-helper.c:274 transport-helper.c:414
6796 #, c-format
6797 msgid "%s unexpectedly said: '%s'"
6798 msgstr ""
6800 #: transport-helper.c:403
6801 #, c-format
6802 msgid "%s also locked %s"
6803 msgstr ""
6805 #: transport-helper.c:481
6806 msgid "couldn't run fast-import"
6807 msgstr ""
6809 #: transport-helper.c:504
6810 msgid "error while running fast-import"
6811 msgstr ""
6813 #: transport-helper.c:533 transport-helper.c:1099
6814 #, c-format
6815 msgid "could not read ref %s"
6816 msgstr ""
6818 #: transport-helper.c:578
6819 #, c-format
6820 msgid "unknown response to connect: %s"
6821 msgstr ""
6823 #: transport-helper.c:600
6824 msgid "setting remote service path not supported by protocol"
6825 msgstr ""
6827 #: transport-helper.c:602
6828 msgid "invalid remote service path"
6829 msgstr ""
6831 #: transport-helper.c:648
6832 #, c-format
6833 msgid "can't connect to subservice %s"
6834 msgstr ""
6836 #: transport-helper.c:720
6837 #, c-format
6838 msgid "expected ok/error, helper said '%s'"
6839 msgstr ""
6841 #: transport-helper.c:773
6842 #, c-format
6843 msgid "helper reported unexpected status of %s"
6844 msgstr ""
6846 #: transport-helper.c:834
6847 #, c-format
6848 msgid "helper %s does not support dry-run"
6849 msgstr ""
6851 #: transport-helper.c:837
6852 #, c-format
6853 msgid "helper %s does not support --signed"
6854 msgstr ""
6856 #: transport-helper.c:840
6857 #, c-format
6858 msgid "helper %s does not support --signed=if-asked"
6859 msgstr ""
6861 #: transport-helper.c:847
6862 #, c-format
6863 msgid "helper %s does not support 'push-option'"
6864 msgstr ""
6866 #: transport-helper.c:939
6867 msgid "remote-helper doesn't support push; refspec needed"
6868 msgstr ""
6870 #: transport-helper.c:944
6871 #, c-format
6872 msgid "helper %s does not support 'force'"
6873 msgstr ""
6875 #: transport-helper.c:991
6876 msgid "couldn't run fast-export"
6877 msgstr ""
6879 #: transport-helper.c:996
6880 msgid "error while running fast-export"
6881 msgstr ""
6883 #: transport-helper.c:1021
6884 #, c-format
6885 msgid ""
6886 "No refs in common and none specified; doing nothing.\n"
6887 "Perhaps you should specify a branch such as 'master'.\n"
6888 msgstr ""
6890 #: transport-helper.c:1085
6891 #, c-format
6892 msgid "malformed response in ref list: %s"
6893 msgstr ""
6895 #: transport-helper.c:1238
6896 #, c-format
6897 msgid "read(%s) failed"
6898 msgstr ""
6900 #: transport-helper.c:1265
6901 #, c-format
6902 msgid "write(%s) failed"
6903 msgstr ""
6905 #: transport-helper.c:1314
6906 #, c-format
6907 msgid "%s thread failed"
6908 msgstr ""
6910 #: transport-helper.c:1318
6911 #, c-format
6912 msgid "%s thread failed to join: %s"
6913 msgstr ""
6915 #: transport-helper.c:1337 transport-helper.c:1341
6916 #, c-format
6917 msgid "can't start thread for copying data: %s"
6918 msgstr ""
6920 #: transport-helper.c:1378
6921 #, c-format
6922 msgid "%s process failed to wait"
6923 msgstr ""
6925 #: transport-helper.c:1382
6926 #, c-format
6927 msgid "%s process failed"
6928 msgstr ""
6930 #: transport-helper.c:1400 transport-helper.c:1409
6931 msgid "can't start thread for copying data"
6932 msgstr ""
6934 #: tree-walk.c:33
6935 msgid "too-short tree object"
6936 msgstr ""
6938 #: tree-walk.c:39
6939 msgid "malformed mode in tree entry"
6940 msgstr ""
6942 #: tree-walk.c:43
6943 msgid "empty filename in tree entry"
6944 msgstr ""
6946 #: tree-walk.c:116
6947 msgid "too-short tree file"
6948 msgstr ""
6950 #: unpack-trees.c:111
6951 #, c-format
6952 msgid ""
6953 "Your local changes to the following files would be overwritten by checkout:\n"
6954 "%%sPlease commit your changes or stash them before you switch branches."
6955 msgstr ""
6957 #: unpack-trees.c:113
6958 #, c-format
6959 msgid ""
6960 "Your local changes to the following files would be overwritten by checkout:\n"
6961 "%%s"
6962 msgstr ""
6964 #: unpack-trees.c:116
6965 #, c-format
6966 msgid ""
6967 "Your local changes to the following files would be overwritten by merge:\n"
6968 "%%sPlease commit your changes or stash them before you merge."
6969 msgstr ""
6971 #: unpack-trees.c:118
6972 #, c-format
6973 msgid ""
6974 "Your local changes to the following files would be overwritten by merge:\n"
6975 "%%s"
6976 msgstr ""
6978 #: unpack-trees.c:121
6979 #, c-format
6980 msgid ""
6981 "Your local changes to the following files would be overwritten by %s:\n"
6982 "%%sPlease commit your changes or stash them before you %s."
6983 msgstr ""
6985 #: unpack-trees.c:123
6986 #, c-format
6987 msgid ""
6988 "Your local changes to the following files would be overwritten by %s:\n"
6989 "%%s"
6990 msgstr ""
6992 #: unpack-trees.c:128
6993 #, c-format
6994 msgid ""
6995 "Updating the following directories would lose untracked files in them:\n"
6996 "%s"
6997 msgstr ""
6999 #: unpack-trees.c:132
7000 #, c-format
7001 msgid ""
7002 "The following untracked working tree files would be removed by checkout:\n"
7003 "%%sPlease move or remove them before you switch branches."
7004 msgstr ""
7006 #: unpack-trees.c:134
7007 #, c-format
7008 msgid ""
7009 "The following untracked working tree files would be removed by checkout:\n"
7010 "%%s"
7011 msgstr ""
7013 #: unpack-trees.c:137
7014 #, c-format
7015 msgid ""
7016 "The following untracked working tree files would be removed by merge:\n"
7017 "%%sPlease move or remove them before you merge."
7018 msgstr ""
7020 #: unpack-trees.c:139
7021 #, c-format
7022 msgid ""
7023 "The following untracked working tree files would be removed by merge:\n"
7024 "%%s"
7025 msgstr ""
7027 #: unpack-trees.c:142
7028 #, c-format
7029 msgid ""
7030 "The following untracked working tree files would be removed by %s:\n"
7031 "%%sPlease move or remove them before you %s."
7032 msgstr ""
7034 #: unpack-trees.c:144
7035 #, c-format
7036 msgid ""
7037 "The following untracked working tree files would be removed by %s:\n"
7038 "%%s"
7039 msgstr ""
7041 #: unpack-trees.c:150
7042 #, c-format
7043 msgid ""
7044 "The following untracked working tree files would be overwritten by "
7045 "checkout:\n"
7046 "%%sPlease move or remove them before you switch branches."
7047 msgstr ""
7049 #: unpack-trees.c:152
7050 #, c-format
7051 msgid ""
7052 "The following untracked working tree files would be overwritten by "
7053 "checkout:\n"
7054 "%%s"
7055 msgstr ""
7057 #: unpack-trees.c:155
7058 #, c-format
7059 msgid ""
7060 "The following untracked working tree files would be overwritten by merge:\n"
7061 "%%sPlease move or remove them before you merge."
7062 msgstr ""
7064 #: unpack-trees.c:157
7065 #, c-format
7066 msgid ""
7067 "The following untracked working tree files would be overwritten by merge:\n"
7068 "%%s"
7069 msgstr ""
7071 #: unpack-trees.c:160
7072 #, c-format
7073 msgid ""
7074 "The following untracked working tree files would be overwritten by %s:\n"
7075 "%%sPlease move or remove them before you %s."
7076 msgstr ""
7078 #: unpack-trees.c:162
7079 #, c-format
7080 msgid ""
7081 "The following untracked working tree files would be overwritten by %s:\n"
7082 "%%s"
7083 msgstr ""
7085 #: unpack-trees.c:170
7086 #, c-format
7087 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7088 msgstr ""
7090 #: unpack-trees.c:173
7091 #, c-format
7092 msgid ""
7093 "Cannot update sparse checkout: the following entries are not up to date:\n"
7094 "%s"
7095 msgstr ""
7097 #: unpack-trees.c:175
7098 #, c-format
7099 msgid ""
7100 "The following working tree files would be overwritten by sparse checkout "
7101 "update:\n"
7102 "%s"
7103 msgstr ""
7105 #: unpack-trees.c:177
7106 #, c-format
7107 msgid ""
7108 "The following working tree files would be removed by sparse checkout "
7109 "update:\n"
7110 "%s"
7111 msgstr ""
7113 #: unpack-trees.c:179
7114 #, c-format
7115 msgid ""
7116 "Cannot update submodule:\n"
7117 "%s"
7118 msgstr ""
7120 #: unpack-trees.c:256
7121 #, c-format
7122 msgid "Aborting\n"
7123 msgstr ""
7125 #: unpack-trees.c:318
7126 msgid "Checking out files"
7127 msgstr ""
7129 #: unpack-trees.c:350
7130 msgid ""
7131 "the following paths have collided (e.g. case-sensitive paths\n"
7132 "on a case-insensitive filesystem) and only one from the same\n"
7133 "colliding group is in the working tree:\n"
7134 msgstr ""
7136 #: urlmatch.c:163
7137 msgid "invalid URL scheme name or missing '://' suffix"
7138 msgstr ""
7140 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7141 #, c-format
7142 msgid "invalid %XX escape sequence"
7143 msgstr ""
7145 #: urlmatch.c:215
7146 msgid "missing host and scheme is not 'file:'"
7147 msgstr ""
7149 #: urlmatch.c:232
7150 msgid "a 'file:' URL may not have a port number"
7151 msgstr ""
7153 #: urlmatch.c:247
7154 msgid "invalid characters in host name"
7155 msgstr ""
7157 #: urlmatch.c:292 urlmatch.c:303
7158 msgid "invalid port number"
7159 msgstr ""
7161 #: urlmatch.c:371
7162 msgid "invalid '..' path segment"
7163 msgstr ""
7165 #: worktree.c:255 builtin/am.c:2097
7166 #, c-format
7167 msgid "failed to read '%s'"
7168 msgstr ""
7170 #: worktree.c:301
7171 #, c-format
7172 msgid "'%s' at main working tree is not the repository directory"
7173 msgstr ""
7175 #: worktree.c:312
7176 #, c-format
7177 msgid "'%s' file does not contain absolute path to the working tree location"
7178 msgstr ""
7180 #: worktree.c:324
7181 #, c-format
7182 msgid "'%s' does not exist"
7183 msgstr ""
7185 #: worktree.c:330
7186 #, c-format
7187 msgid "'%s' is not a .git file, error code %d"
7188 msgstr ""
7190 #: worktree.c:338
7191 #, c-format
7192 msgid "'%s' does not point back to '%s'"
7193 msgstr ""
7195 #: wrapper.c:223 wrapper.c:393
7196 #, c-format
7197 msgid "could not open '%s' for reading and writing"
7198 msgstr ""
7200 #: wrapper.c:424 wrapper.c:624
7201 #, c-format
7202 msgid "unable to access '%s'"
7203 msgstr ""
7205 #: wrapper.c:632
7206 msgid "unable to get current working directory"
7207 msgstr ""
7209 #: wt-status.c:156
7210 msgid "Unmerged paths:"
7211 msgstr ""
7213 #: wt-status.c:183 wt-status.c:210
7214 #, c-format
7215 msgid "  (use \"git reset %s <file>...\" to unstage)"
7216 msgstr ""
7218 #: wt-status.c:185 wt-status.c:212
7219 msgid "  (use \"git rm --cached <file>...\" to unstage)"
7220 msgstr ""
7222 #: wt-status.c:189
7223 msgid "  (use \"git add <file>...\" to mark resolution)"
7224 msgstr ""
7226 #: wt-status.c:191 wt-status.c:195
7227 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7228 msgstr ""
7230 #: wt-status.c:193
7231 msgid "  (use \"git rm <file>...\" to mark resolution)"
7232 msgstr ""
7234 #: wt-status.c:204 wt-status.c:1064
7235 msgid "Changes to be committed:"
7236 msgstr ""
7238 #: wt-status.c:222 wt-status.c:1073
7239 msgid "Changes not staged for commit:"
7240 msgstr ""
7242 #: wt-status.c:226
7243 msgid "  (use \"git add <file>...\" to update what will be committed)"
7244 msgstr ""
7246 #: wt-status.c:228
7247 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7248 msgstr ""
7250 #: wt-status.c:229
7251 msgid ""
7252 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7253 msgstr ""
7255 #: wt-status.c:231
7256 msgid "  (commit or discard the untracked or modified content in submodules)"
7257 msgstr ""
7259 #: wt-status.c:243
7260 #, c-format
7261 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7262 msgstr ""
7264 #: wt-status.c:258
7265 msgid "both deleted:"
7266 msgstr ""
7268 #: wt-status.c:260
7269 msgid "added by us:"
7270 msgstr ""
7272 #: wt-status.c:262
7273 msgid "deleted by them:"
7274 msgstr ""
7276 #: wt-status.c:264
7277 msgid "added by them:"
7278 msgstr ""
7280 #: wt-status.c:266
7281 msgid "deleted by us:"
7282 msgstr ""
7284 #: wt-status.c:268
7285 msgid "both added:"
7286 msgstr ""
7288 #: wt-status.c:270
7289 msgid "both modified:"
7290 msgstr ""
7292 #: wt-status.c:280
7293 msgid "new file:"
7294 msgstr ""
7296 #: wt-status.c:282
7297 msgid "copied:"
7298 msgstr ""
7300 #: wt-status.c:284
7301 msgid "deleted:"
7302 msgstr ""
7304 #: wt-status.c:286
7305 msgid "modified:"
7306 msgstr ""
7308 #: wt-status.c:288
7309 msgid "renamed:"
7310 msgstr ""
7312 #: wt-status.c:290
7313 msgid "typechange:"
7314 msgstr ""
7316 #: wt-status.c:292
7317 msgid "unknown:"
7318 msgstr ""
7320 #: wt-status.c:294
7321 msgid "unmerged:"
7322 msgstr ""
7324 #: wt-status.c:374
7325 msgid "new commits, "
7326 msgstr ""
7328 #: wt-status.c:376
7329 msgid "modified content, "
7330 msgstr ""
7332 #: wt-status.c:378
7333 msgid "untracked content, "
7334 msgstr ""
7336 #: wt-status.c:896
7337 #, c-format
7338 msgid "Your stash currently has %d entry"
7339 msgid_plural "Your stash currently has %d entries"
7340 msgstr[0] ""
7341 msgstr[1] ""
7343 #: wt-status.c:928
7344 msgid "Submodules changed but not updated:"
7345 msgstr ""
7347 #: wt-status.c:930
7348 msgid "Submodule changes to be committed:"
7349 msgstr ""
7351 #: wt-status.c:1012
7352 msgid ""
7353 "Do not modify or remove the line above.\n"
7354 "Everything below it will be ignored."
7355 msgstr ""
7357 #: wt-status.c:1119
7358 msgid "You have unmerged paths."
7359 msgstr ""
7361 #: wt-status.c:1122
7362 msgid "  (fix conflicts and run \"git commit\")"
7363 msgstr ""
7365 #: wt-status.c:1124
7366 msgid "  (use \"git merge --abort\" to abort the merge)"
7367 msgstr ""
7369 #: wt-status.c:1128
7370 msgid "All conflicts fixed but you are still merging."
7371 msgstr ""
7373 #: wt-status.c:1131
7374 msgid "  (use \"git commit\" to conclude merge)"
7375 msgstr ""
7377 #: wt-status.c:1140
7378 msgid "You are in the middle of an am session."
7379 msgstr ""
7381 #: wt-status.c:1143
7382 msgid "The current patch is empty."
7383 msgstr ""
7385 #: wt-status.c:1147
7386 msgid "  (fix conflicts and then run \"git am --continue\")"
7387 msgstr ""
7389 #: wt-status.c:1149
7390 msgid "  (use \"git am --skip\" to skip this patch)"
7391 msgstr ""
7393 #: wt-status.c:1151
7394 msgid "  (use \"git am --abort\" to restore the original branch)"
7395 msgstr ""
7397 #: wt-status.c:1282
7398 msgid "git-rebase-todo is missing."
7399 msgstr ""
7401 #: wt-status.c:1284
7402 msgid "No commands done."
7403 msgstr ""
7405 #: wt-status.c:1287
7406 #, c-format
7407 msgid "Last command done (%d command done):"
7408 msgid_plural "Last commands done (%d commands done):"
7409 msgstr[0] ""
7410 msgstr[1] ""
7412 #: wt-status.c:1298
7413 #, c-format
7414 msgid "  (see more in file %s)"
7415 msgstr ""
7417 #: wt-status.c:1303
7418 msgid "No commands remaining."
7419 msgstr ""
7421 #: wt-status.c:1306
7422 #, c-format
7423 msgid "Next command to do (%d remaining command):"
7424 msgid_plural "Next commands to do (%d remaining commands):"
7425 msgstr[0] ""
7426 msgstr[1] ""
7428 #: wt-status.c:1314
7429 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7430 msgstr ""
7432 #: wt-status.c:1326
7433 #, c-format
7434 msgid "You are currently rebasing branch '%s' on '%s'."
7435 msgstr ""
7437 #: wt-status.c:1331
7438 msgid "You are currently rebasing."
7439 msgstr ""
7441 #: wt-status.c:1344
7442 msgid "  (fix conflicts and then run \"git rebase --continue\")"
7443 msgstr ""
7445 #: wt-status.c:1346
7446 msgid "  (use \"git rebase --skip\" to skip this patch)"
7447 msgstr ""
7449 #: wt-status.c:1348
7450 msgid "  (use \"git rebase --abort\" to check out the original branch)"
7451 msgstr ""
7453 #: wt-status.c:1355
7454 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7455 msgstr ""
7457 #: wt-status.c:1359
7458 #, c-format
7459 msgid ""
7460 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
7461 msgstr ""
7463 #: wt-status.c:1364
7464 msgid "You are currently splitting a commit during a rebase."
7465 msgstr ""
7467 #: wt-status.c:1367
7468 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7469 msgstr ""
7471 #: wt-status.c:1371
7472 #, c-format
7473 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7474 msgstr ""
7476 #: wt-status.c:1376
7477 msgid "You are currently editing a commit during a rebase."
7478 msgstr ""
7480 #: wt-status.c:1379
7481 msgid "  (use \"git commit --amend\" to amend the current commit)"
7482 msgstr ""
7484 #: wt-status.c:1381
7485 msgid ""
7486 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
7487 msgstr ""
7489 #: wt-status.c:1392
7490 msgid "Cherry-pick currently in progress."
7491 msgstr ""
7493 #: wt-status.c:1395
7494 #, c-format
7495 msgid "You are currently cherry-picking commit %s."
7496 msgstr ""
7498 #: wt-status.c:1402
7499 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7500 msgstr ""
7502 #: wt-status.c:1405
7503 msgid "  (run \"git cherry-pick --continue\" to continue)"
7504 msgstr ""
7506 #: wt-status.c:1408
7507 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7508 msgstr ""
7510 #: wt-status.c:1410
7511 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7512 msgstr ""
7514 #: wt-status.c:1420
7515 msgid "Revert currently in progress."
7516 msgstr ""
7518 #: wt-status.c:1423
7519 #, c-format
7520 msgid "You are currently reverting commit %s."
7521 msgstr ""
7523 #: wt-status.c:1429
7524 msgid "  (fix conflicts and run \"git revert --continue\")"
7525 msgstr ""
7527 #: wt-status.c:1432
7528 msgid "  (run \"git revert --continue\" to continue)"
7529 msgstr ""
7531 #: wt-status.c:1435
7532 msgid "  (all conflicts fixed: run \"git revert --continue\")"
7533 msgstr ""
7535 #: wt-status.c:1437
7536 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7537 msgstr ""
7539 #: wt-status.c:1447
7540 #, c-format
7541 msgid "You are currently bisecting, started from branch '%s'."
7542 msgstr ""
7544 #: wt-status.c:1451
7545 msgid "You are currently bisecting."
7546 msgstr ""
7548 #: wt-status.c:1454
7549 msgid "  (use \"git bisect reset\" to get back to the original branch)"
7550 msgstr ""
7552 #: wt-status.c:1663
7553 msgid "On branch "
7554 msgstr ""
7556 #: wt-status.c:1670
7557 msgid "interactive rebase in progress; onto "
7558 msgstr ""
7560 #: wt-status.c:1672
7561 msgid "rebase in progress; onto "
7562 msgstr ""
7564 #: wt-status.c:1677
7565 msgid "HEAD detached at "
7566 msgstr ""
7568 #: wt-status.c:1679
7569 msgid "HEAD detached from "
7570 msgstr ""
7572 #: wt-status.c:1682
7573 msgid "Not currently on any branch."
7574 msgstr ""
7576 #: wt-status.c:1699
7577 msgid "Initial commit"
7578 msgstr ""
7580 #: wt-status.c:1700
7581 msgid "No commits yet"
7582 msgstr ""
7584 #: wt-status.c:1714
7585 msgid "Untracked files"
7586 msgstr ""
7588 #: wt-status.c:1716
7589 msgid "Ignored files"
7590 msgstr ""
7592 #: wt-status.c:1720
7593 #, c-format
7594 msgid ""
7595 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7596 "may speed it up, but you have to be careful not to forget to add\n"
7597 "new files yourself (see 'git help status')."
7598 msgstr ""
7600 #: wt-status.c:1726
7601 #, c-format
7602 msgid "Untracked files not listed%s"
7603 msgstr ""
7605 #: wt-status.c:1728
7606 msgid " (use -u option to show untracked files)"
7607 msgstr ""
7609 #: wt-status.c:1734
7610 msgid "No changes"
7611 msgstr ""
7613 #: wt-status.c:1739
7614 #, c-format
7615 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7616 msgstr ""
7618 #: wt-status.c:1742
7619 #, c-format
7620 msgid "no changes added to commit\n"
7621 msgstr ""
7623 #: wt-status.c:1745
7624 #, c-format
7625 msgid ""
7626 "nothing added to commit but untracked files present (use \"git add\" to "
7627 "track)\n"
7628 msgstr ""
7630 #: wt-status.c:1748
7631 #, c-format
7632 msgid "nothing added to commit but untracked files present\n"
7633 msgstr ""
7635 #: wt-status.c:1751
7636 #, c-format
7637 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7638 msgstr ""
7640 #: wt-status.c:1754 wt-status.c:1759
7641 #, c-format
7642 msgid "nothing to commit\n"
7643 msgstr ""
7645 #: wt-status.c:1757
7646 #, c-format
7647 msgid "nothing to commit (use -u to show untracked files)\n"
7648 msgstr ""
7650 #: wt-status.c:1761
7651 #, c-format
7652 msgid "nothing to commit, working tree clean\n"
7653 msgstr ""
7655 #: wt-status.c:1874
7656 msgid "No commits yet on "
7657 msgstr ""
7659 #: wt-status.c:1878
7660 msgid "HEAD (no branch)"
7661 msgstr ""
7663 #: wt-status.c:1909
7664 msgid "different"
7665 msgstr ""
7667 #: wt-status.c:1911 wt-status.c:1919
7668 msgid "behind "
7669 msgstr ""
7671 #: wt-status.c:1914 wt-status.c:1917
7672 msgid "ahead "
7673 msgstr ""
7675 #. TRANSLATORS: the action is e.g. "pull with rebase"
7676 #: wt-status.c:2441
7677 #, c-format
7678 msgid "cannot %s: You have unstaged changes."
7679 msgstr ""
7681 #: wt-status.c:2447
7682 msgid "additionally, your index contains uncommitted changes."
7683 msgstr ""
7685 #: wt-status.c:2449
7686 #, c-format
7687 msgid "cannot %s: Your index contains uncommitted changes."
7688 msgstr ""
7690 #: builtin/add.c:25
7691 msgid "git add [<options>] [--] <pathspec>..."
7692 msgstr ""
7694 #: builtin/add.c:84
7695 #, c-format
7696 msgid "unexpected diff status %c"
7697 msgstr ""
7699 #: builtin/add.c:89 builtin/commit.c:285
7700 msgid "updating files failed"
7701 msgstr ""
7703 #: builtin/add.c:99
7704 #, c-format
7705 msgid "remove '%s'\n"
7706 msgstr ""
7708 #: builtin/add.c:174
7709 msgid "Unstaged changes after refreshing the index:"
7710 msgstr ""
7712 #: builtin/add.c:234 builtin/rev-parse.c:896
7713 msgid "Could not read the index"
7714 msgstr ""
7716 #: builtin/add.c:245
7717 #, c-format
7718 msgid "Could not open '%s' for writing."
7719 msgstr ""
7721 #: builtin/add.c:249
7722 msgid "Could not write patch"
7723 msgstr ""
7725 #: builtin/add.c:252
7726 msgid "editing patch failed"
7727 msgstr ""
7729 #: builtin/add.c:255
7730 #, c-format
7731 msgid "Could not stat '%s'"
7732 msgstr ""
7734 #: builtin/add.c:257
7735 msgid "Empty patch. Aborted."
7736 msgstr ""
7738 #: builtin/add.c:262
7739 #, c-format
7740 msgid "Could not apply '%s'"
7741 msgstr ""
7743 #: builtin/add.c:270
7744 msgid "The following paths are ignored by one of your .gitignore files:\n"
7745 msgstr ""
7747 #: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7748 #: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7749 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7750 msgid "dry run"
7751 msgstr ""
7753 #: builtin/add.c:293
7754 msgid "interactive picking"
7755 msgstr ""
7757 #: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7758 msgid "select hunks interactively"
7759 msgstr ""
7761 #: builtin/add.c:295
7762 msgid "edit current diff and apply"
7763 msgstr ""
7765 #: builtin/add.c:296
7766 msgid "allow adding otherwise ignored files"
7767 msgstr ""
7769 #: builtin/add.c:297
7770 msgid "update tracked files"
7771 msgstr ""
7773 #: builtin/add.c:298
7774 msgid "renormalize EOL of tracked files (implies -u)"
7775 msgstr ""
7777 #: builtin/add.c:299
7778 msgid "record only the fact that the path will be added later"
7779 msgstr ""
7781 #: builtin/add.c:300
7782 msgid "add changes from all tracked and untracked files"
7783 msgstr ""
7785 #: builtin/add.c:303
7786 msgid "ignore paths removed in the working tree (same as --no-all)"
7787 msgstr ""
7789 #: builtin/add.c:305
7790 msgid "don't add, only refresh the index"
7791 msgstr ""
7793 #: builtin/add.c:306
7794 msgid "just skip files which cannot be added because of errors"
7795 msgstr ""
7797 #: builtin/add.c:307
7798 msgid "check if - even missing - files are ignored in dry run"
7799 msgstr ""
7801 #: builtin/add.c:309 builtin/update-index.c:1001
7802 msgid "override the executable bit of the listed files"
7803 msgstr ""
7805 #: builtin/add.c:311
7806 msgid "warn when adding an embedded repository"
7807 msgstr ""
7809 #: builtin/add.c:326
7810 #, c-format
7811 msgid ""
7812 "You've added another git repository inside your current repository.\n"
7813 "Clones of the outer repository will not contain the contents of\n"
7814 "the embedded repository and will not know how to obtain it.\n"
7815 "If you meant to add a submodule, use:\n"
7816 "\n"
7817 "\tgit submodule add <url> %s\n"
7818 "\n"
7819 "If you added this path by mistake, you can remove it from the\n"
7820 "index with:\n"
7821 "\n"
7822 "\tgit rm --cached %s\n"
7823 "\n"
7824 "See \"git help submodule\" for more information."
7825 msgstr ""
7827 #: builtin/add.c:354
7828 #, c-format
7829 msgid "adding embedded git repository: %s"
7830 msgstr ""
7832 #: builtin/add.c:372
7833 #, c-format
7834 msgid "Use -f if you really want to add them.\n"
7835 msgstr ""
7837 #: builtin/add.c:379
7838 msgid "adding files failed"
7839 msgstr ""
7841 #: builtin/add.c:419
7842 msgid "-A and -u are mutually incompatible"
7843 msgstr ""
7845 #: builtin/add.c:426
7846 msgid "Option --ignore-missing can only be used together with --dry-run"
7847 msgstr ""
7849 #: builtin/add.c:430
7850 #, c-format
7851 msgid "--chmod param '%s' must be either -x or +x"
7852 msgstr ""
7854 #: builtin/add.c:445
7855 #, c-format
7856 msgid "Nothing specified, nothing added.\n"
7857 msgstr ""
7859 #: builtin/add.c:446
7860 #, c-format
7861 msgid "Maybe you wanted to say 'git add .'?\n"
7862 msgstr ""
7864 #: builtin/am.c:348
7865 msgid "could not parse author script"
7866 msgstr ""
7868 #: builtin/am.c:432
7869 #, c-format
7870 msgid "'%s' was deleted by the applypatch-msg hook"
7871 msgstr ""
7873 #: builtin/am.c:474
7874 #, c-format
7875 msgid "Malformed input line: '%s'."
7876 msgstr ""
7878 #: builtin/am.c:512
7879 #, c-format
7880 msgid "Failed to copy notes from '%s' to '%s'"
7881 msgstr ""
7883 #: builtin/am.c:538
7884 msgid "fseek failed"
7885 msgstr ""
7887 #: builtin/am.c:726
7888 #, c-format
7889 msgid "could not parse patch '%s'"
7890 msgstr ""
7892 #: builtin/am.c:791
7893 msgid "Only one StGIT patch series can be applied at once"
7894 msgstr ""
7896 #: builtin/am.c:839
7897 msgid "invalid timestamp"
7898 msgstr ""
7900 #: builtin/am.c:844 builtin/am.c:856
7901 msgid "invalid Date line"
7902 msgstr ""
7904 #: builtin/am.c:851
7905 msgid "invalid timezone offset"
7906 msgstr ""
7908 #: builtin/am.c:944
7909 msgid "Patch format detection failed."
7910 msgstr ""
7912 #: builtin/am.c:949 builtin/clone.c:412
7913 #, c-format
7914 msgid "failed to create directory '%s'"
7915 msgstr ""
7917 #: builtin/am.c:954
7918 msgid "Failed to split patches."
7919 msgstr ""
7921 #: builtin/am.c:1084 builtin/commit.c:371
7922 msgid "unable to write index file"
7923 msgstr ""
7925 #: builtin/am.c:1098
7926 #, c-format
7927 msgid "When you have resolved this problem, run \"%s --continue\"."
7928 msgstr ""
7930 #: builtin/am.c:1099
7931 #, c-format
7932 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7933 msgstr ""
7935 #: builtin/am.c:1100
7936 #, c-format
7937 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7938 msgstr ""
7940 #: builtin/am.c:1183
7941 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7942 msgstr ""
7944 #: builtin/am.c:1211
7945 msgid "Patch is empty."
7946 msgstr ""
7948 #: builtin/am.c:1277
7949 #, c-format
7950 msgid "invalid ident line: %.*s"
7951 msgstr ""
7953 #: builtin/am.c:1299
7954 #, c-format
7955 msgid "unable to parse commit %s"
7956 msgstr ""
7958 #: builtin/am.c:1495
7959 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7960 msgstr ""
7962 #: builtin/am.c:1497
7963 msgid "Using index info to reconstruct a base tree..."
7964 msgstr ""
7966 #: builtin/am.c:1516
7967 msgid ""
7968 "Did you hand edit your patch?\n"
7969 "It does not apply to blobs recorded in its index."
7970 msgstr ""
7972 #: builtin/am.c:1522
7973 msgid "Falling back to patching base and 3-way merge..."
7974 msgstr ""
7976 #: builtin/am.c:1548
7977 msgid "Failed to merge in the changes."
7978 msgstr ""
7980 #: builtin/am.c:1580
7981 msgid "applying to an empty history"
7982 msgstr ""
7984 #: builtin/am.c:1627 builtin/am.c:1631
7985 #, c-format
7986 msgid "cannot resume: %s does not exist."
7987 msgstr ""
7989 #: builtin/am.c:1647
7990 msgid "cannot be interactive without stdin connected to a terminal."
7991 msgstr ""
7993 #: builtin/am.c:1652
7994 msgid "Commit Body is:"
7995 msgstr ""
7997 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7998 #. in your translation. The program will only accept English
7999 #. input at this point.
8001 #: builtin/am.c:1662
8002 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8003 msgstr ""
8005 #: builtin/am.c:1712
8006 #, c-format
8007 msgid "Dirty index: cannot apply patches (dirty: %s)"
8008 msgstr ""
8010 #: builtin/am.c:1752 builtin/am.c:1820
8011 #, c-format
8012 msgid "Applying: %.*s"
8013 msgstr ""
8015 #: builtin/am.c:1769
8016 msgid "No changes -- Patch already applied."
8017 msgstr ""
8019 #: builtin/am.c:1775
8020 #, c-format
8021 msgid "Patch failed at %s %.*s"
8022 msgstr ""
8024 #: builtin/am.c:1779
8025 msgid "Use 'git am --show-current-patch' to see the failed patch"
8026 msgstr ""
8028 #: builtin/am.c:1823
8029 msgid ""
8030 "No changes - did you forget to use 'git add'?\n"
8031 "If there is nothing left to stage, chances are that something else\n"
8032 "already introduced the same changes; you might want to skip this patch."
8033 msgstr ""
8035 #: builtin/am.c:1830
8036 msgid ""
8037 "You still have unmerged paths in your index.\n"
8038 "You should 'git add' each file with resolved conflicts to mark them as "
8039 "such.\n"
8040 "You might run `git rm` on a file to accept \"deleted by them\" for it."
8041 msgstr ""
8043 #: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8044 #: builtin/reset.c:337
8045 #, c-format
8046 msgid "Could not parse object '%s'."
8047 msgstr ""
8049 #: builtin/am.c:1989
8050 msgid "failed to clean index"
8051 msgstr ""
8053 #: builtin/am.c:2033
8054 msgid ""
8055 "You seem to have moved HEAD since the last 'am' failure.\n"
8056 "Not rewinding to ORIG_HEAD"
8057 msgstr ""
8059 #: builtin/am.c:2130
8060 #, c-format
8061 msgid "Invalid value for --patch-format: %s"
8062 msgstr ""
8064 #: builtin/am.c:2166
8065 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8066 msgstr ""
8068 #: builtin/am.c:2167
8069 msgid "git am [<options>] (--continue | --skip | --abort)"
8070 msgstr ""
8072 #: builtin/am.c:2173
8073 msgid "run interactively"
8074 msgstr ""
8076 #: builtin/am.c:2175
8077 msgid "historical option -- no-op"
8078 msgstr ""
8080 #: builtin/am.c:2177
8081 msgid "allow fall back on 3way merging if needed"
8082 msgstr ""
8084 #: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8085 #: builtin/repack.c:306 builtin/stash.c:805
8086 msgid "be quiet"
8087 msgstr ""
8089 #: builtin/am.c:2180
8090 msgid "add a Signed-off-by line to the commit message"
8091 msgstr ""
8093 #: builtin/am.c:2183
8094 msgid "recode into utf8 (default)"
8095 msgstr ""
8097 #: builtin/am.c:2185
8098 msgid "pass -k flag to git-mailinfo"
8099 msgstr ""
8101 #: builtin/am.c:2187
8102 msgid "pass -b flag to git-mailinfo"
8103 msgstr ""
8105 #: builtin/am.c:2189
8106 msgid "pass -m flag to git-mailinfo"
8107 msgstr ""
8109 #: builtin/am.c:2191
8110 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8111 msgstr ""
8113 #: builtin/am.c:2194
8114 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8115 msgstr ""
8117 #: builtin/am.c:2197
8118 msgid "strip everything before a scissors line"
8119 msgstr ""
8121 #: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8122 #: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8123 #: builtin/am.c:2226
8124 msgid "pass it through git-apply"
8125 msgstr ""
8127 #: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8128 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8129 #: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8130 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8131 #: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:397
8132 #: parse-options.h:140 parse-options.h:161 parse-options.h:303
8133 msgid "n"
8134 msgstr ""
8136 #: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8137 #: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8138 msgid "format"
8139 msgstr ""
8141 #: builtin/am.c:2223
8142 msgid "format the patch(es) are in"
8143 msgstr ""
8145 #: builtin/am.c:2229
8146 msgid "override error message when patch failure occurs"
8147 msgstr ""
8149 #: builtin/am.c:2231
8150 msgid "continue applying patches after resolving a conflict"
8151 msgstr ""
8153 #: builtin/am.c:2234
8154 msgid "synonyms for --continue"
8155 msgstr ""
8157 #: builtin/am.c:2237
8158 msgid "skip the current patch"
8159 msgstr ""
8161 #: builtin/am.c:2240
8162 msgid "restore the original branch and abort the patching operation."
8163 msgstr ""
8165 #: builtin/am.c:2243
8166 msgid "abort the patching operation but keep HEAD where it is."
8167 msgstr ""
8169 #: builtin/am.c:2246
8170 msgid "show the patch being applied."
8171 msgstr ""
8173 #: builtin/am.c:2250
8174 msgid "lie about committer date"
8175 msgstr ""
8177 #: builtin/am.c:2252
8178 msgid "use current timestamp for author date"
8179 msgstr ""
8181 #: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8182 #: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8183 #: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8184 msgid "key-id"
8185 msgstr ""
8187 #: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8188 msgid "GPG-sign commits"
8189 msgstr ""
8191 #: builtin/am.c:2258
8192 msgid "(internal use for git-rebase)"
8193 msgstr ""
8195 #: builtin/am.c:2276
8196 msgid ""
8197 "The -b/--binary option has been a no-op for long time, and\n"
8198 "it will be removed. Please do not use it anymore."
8199 msgstr ""
8201 #: builtin/am.c:2283
8202 msgid "failed to read the index"
8203 msgstr ""
8205 #: builtin/am.c:2298
8206 #, c-format
8207 msgid "previous rebase directory %s still exists but mbox given."
8208 msgstr ""
8210 #: builtin/am.c:2322
8211 #, c-format
8212 msgid ""
8213 "Stray %s directory found.\n"
8214 "Use \"git am --abort\" to remove it."
8215 msgstr ""
8217 #: builtin/am.c:2328
8218 msgid "Resolve operation not in progress, we are not resuming."
8219 msgstr ""
8221 #: builtin/apply.c:8
8222 msgid "git apply [<options>] [<patch>...]"
8223 msgstr ""
8225 #: builtin/archive.c:17
8226 #, c-format
8227 msgid "could not create archive file '%s'"
8228 msgstr ""
8230 #: builtin/archive.c:20
8231 msgid "could not redirect output"
8232 msgstr ""
8234 #: builtin/archive.c:37
8235 msgid "git archive: Remote with no URL"
8236 msgstr ""
8238 #: builtin/archive.c:61
8239 msgid "git archive: expected ACK/NAK, got a flush packet"
8240 msgstr ""
8242 #: builtin/archive.c:64
8243 #, c-format
8244 msgid "git archive: NACK %s"
8245 msgstr ""
8247 #: builtin/archive.c:65
8248 msgid "git archive: protocol error"
8249 msgstr ""
8251 #: builtin/archive.c:69
8252 msgid "git archive: expected a flush"
8253 msgstr ""
8255 #: builtin/bisect--helper.c:22
8256 msgid "git bisect--helper --next-all [--no-checkout]"
8257 msgstr ""
8259 #: builtin/bisect--helper.c:23
8260 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8261 msgstr ""
8263 #: builtin/bisect--helper.c:24
8264 msgid "git bisect--helper --bisect-clean-state"
8265 msgstr ""
8267 #: builtin/bisect--helper.c:25
8268 msgid "git bisect--helper --bisect-reset [<commit>]"
8269 msgstr ""
8271 #: builtin/bisect--helper.c:26
8272 msgid ""
8273 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8274 "<bad_term>"
8275 msgstr ""
8277 #: builtin/bisect--helper.c:27
8278 msgid ""
8279 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8280 "<bad_term>"
8281 msgstr ""
8283 #: builtin/bisect--helper.c:28
8284 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8285 msgstr ""
8287 #: builtin/bisect--helper.c:29
8288 msgid ""
8289 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8290 "term-new]"
8291 msgstr ""
8293 #: builtin/bisect--helper.c:30
8294 msgid ""
8295 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8296 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8297 msgstr ""
8299 #: builtin/bisect--helper.c:86
8300 #, c-format
8301 msgid "'%s' is not a valid term"
8302 msgstr ""
8304 #: builtin/bisect--helper.c:90
8305 #, c-format
8306 msgid "can't use the builtin command '%s' as a term"
8307 msgstr ""
8309 #: builtin/bisect--helper.c:100
8310 #, c-format
8311 msgid "can't change the meaning of the term '%s'"
8312 msgstr ""
8314 #: builtin/bisect--helper.c:111
8315 msgid "please use two different terms"
8316 msgstr ""
8318 #: builtin/bisect--helper.c:118
8319 msgid "could not open the file BISECT_TERMS"
8320 msgstr ""
8322 #: builtin/bisect--helper.c:155
8323 #, c-format
8324 msgid "We are not bisecting.\n"
8325 msgstr ""
8327 #: builtin/bisect--helper.c:163
8328 #, c-format
8329 msgid "'%s' is not a valid commit"
8330 msgstr ""
8332 #: builtin/bisect--helper.c:174
8333 #, c-format
8334 msgid ""
8335 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8336 msgstr ""
8338 #: builtin/bisect--helper.c:215
8339 #, c-format
8340 msgid "Bad bisect_write argument: %s"
8341 msgstr ""
8343 #: builtin/bisect--helper.c:220
8344 #, c-format
8345 msgid "couldn't get the oid of the rev '%s'"
8346 msgstr ""
8348 #: builtin/bisect--helper.c:232
8349 #, c-format
8350 msgid "couldn't open the file '%s'"
8351 msgstr ""
8353 #: builtin/bisect--helper.c:258
8354 #, c-format
8355 msgid "Invalid command: you're currently in a %s/%s bisect"
8356 msgstr ""
8358 #: builtin/bisect--helper.c:285
8359 #, c-format
8360 msgid ""
8361 "You need to give me at least one %s and %s revision.\n"
8362 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8363 msgstr ""
8365 #: builtin/bisect--helper.c:289
8366 #, c-format
8367 msgid ""
8368 "You need to start by \"git bisect start\".\n"
8369 "You then need to give me at least one %s and %s revision.\n"
8370 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8371 msgstr ""
8373 #: builtin/bisect--helper.c:321
8374 #, c-format
8375 msgid "bisecting only with a %s commit"
8376 msgstr ""
8378 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8379 #. translation. The program will only accept English input
8380 #. at this point.
8382 #: builtin/bisect--helper.c:329
8383 msgid "Are you sure [Y/n]? "
8384 msgstr ""
8386 #: builtin/bisect--helper.c:376
8387 msgid "no terms defined"
8388 msgstr ""
8390 #: builtin/bisect--helper.c:379
8391 #, c-format
8392 msgid ""
8393 "Your current terms are %s for the old state\n"
8394 "and %s for the new state.\n"
8395 msgstr ""
8397 #: builtin/bisect--helper.c:389
8398 #, c-format
8399 msgid ""
8400 "invalid argument %s for 'git bisect terms'.\n"
8401 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
8402 msgstr ""
8404 #: builtin/bisect--helper.c:475
8405 #, c-format
8406 msgid "unrecognized option: '%s'"
8407 msgstr ""
8409 #: builtin/bisect--helper.c:479
8410 #, c-format
8411 msgid "'%s' does not appear to be a valid revision"
8412 msgstr ""
8414 #: builtin/bisect--helper.c:511
8415 msgid "bad HEAD - I need a HEAD"
8416 msgstr ""
8418 #: builtin/bisect--helper.c:526
8419 #, c-format
8420 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8421 msgstr ""
8423 #: builtin/bisect--helper.c:547
8424 msgid "won't bisect on cg-seek'ed tree"
8425 msgstr ""
8427 #: builtin/bisect--helper.c:550
8428 msgid "bad HEAD - strange symbolic ref"
8429 msgstr ""
8431 #: builtin/bisect--helper.c:627
8432 msgid "perform 'git bisect next'"
8433 msgstr ""
8435 #: builtin/bisect--helper.c:629
8436 msgid "write the terms to .git/BISECT_TERMS"
8437 msgstr ""
8439 #: builtin/bisect--helper.c:631
8440 msgid "cleanup the bisection state"
8441 msgstr ""
8443 #: builtin/bisect--helper.c:633
8444 msgid "check for expected revs"
8445 msgstr ""
8447 #: builtin/bisect--helper.c:635
8448 msgid "reset the bisection state"
8449 msgstr ""
8451 #: builtin/bisect--helper.c:637
8452 msgid "write out the bisection state in BISECT_LOG"
8453 msgstr ""
8455 #: builtin/bisect--helper.c:639
8456 msgid "check and set terms in a bisection state"
8457 msgstr ""
8459 #: builtin/bisect--helper.c:641
8460 msgid "check whether bad or good terms exist"
8461 msgstr ""
8463 #: builtin/bisect--helper.c:643
8464 msgid "print out the bisect terms"
8465 msgstr ""
8467 #: builtin/bisect--helper.c:645
8468 msgid "start the bisect session"
8469 msgstr ""
8471 #: builtin/bisect--helper.c:647
8472 msgid "update BISECT_HEAD instead of checking out the current commit"
8473 msgstr ""
8475 #: builtin/bisect--helper.c:649
8476 msgid "no log for BISECT_WRITE"
8477 msgstr ""
8479 #: builtin/bisect--helper.c:666
8480 msgid "--write-terms requires two arguments"
8481 msgstr ""
8483 #: builtin/bisect--helper.c:670
8484 msgid "--bisect-clean-state requires no arguments"
8485 msgstr ""
8487 #: builtin/bisect--helper.c:677
8488 msgid "--bisect-reset requires either no argument or a commit"
8489 msgstr ""
8491 #: builtin/bisect--helper.c:681
8492 msgid "--bisect-write requires either 4 or 5 arguments"
8493 msgstr ""
8495 #: builtin/bisect--helper.c:687
8496 msgid "--check-and-set-terms requires 3 arguments"
8497 msgstr ""
8499 #: builtin/bisect--helper.c:693
8500 msgid "--bisect-next-check requires 2 or 3 arguments"
8501 msgstr ""
8503 #: builtin/bisect--helper.c:699
8504 msgid "--bisect-terms requires 0 or 1 argument"
8505 msgstr ""
8507 #: builtin/blame.c:32
8508 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8509 msgstr ""
8511 #: builtin/blame.c:37
8512 msgid "<rev-opts> are documented in git-rev-list(1)"
8513 msgstr ""
8515 #: builtin/blame.c:407
8516 #, c-format
8517 msgid "expecting a color: %s"
8518 msgstr ""
8520 #: builtin/blame.c:414
8521 msgid "must end with a color"
8522 msgstr ""
8524 #: builtin/blame.c:701
8525 #, c-format
8526 msgid "invalid color '%s' in color.blame.repeatedLines"
8527 msgstr ""
8529 #: builtin/blame.c:719
8530 msgid "invalid value for blame.coloring"
8531 msgstr ""
8533 #: builtin/blame.c:794
8534 msgid "Show blame entries as we find them, incrementally"
8535 msgstr ""
8537 #: builtin/blame.c:795
8538 msgid "Show blank SHA-1 for boundary commits (Default: off)"
8539 msgstr ""
8541 #: builtin/blame.c:796
8542 msgid "Do not treat root commits as boundaries (Default: off)"
8543 msgstr ""
8545 #: builtin/blame.c:797
8546 msgid "Show work cost statistics"
8547 msgstr ""
8549 #: builtin/blame.c:798
8550 msgid "Force progress reporting"
8551 msgstr ""
8553 #: builtin/blame.c:799
8554 msgid "Show output score for blame entries"
8555 msgstr ""
8557 #: builtin/blame.c:800
8558 msgid "Show original filename (Default: auto)"
8559 msgstr ""
8561 #: builtin/blame.c:801
8562 msgid "Show original linenumber (Default: off)"
8563 msgstr ""
8565 #: builtin/blame.c:802
8566 msgid "Show in a format designed for machine consumption"
8567 msgstr ""
8569 #: builtin/blame.c:803
8570 msgid "Show porcelain format with per-line commit information"
8571 msgstr ""
8573 #: builtin/blame.c:804
8574 msgid "Use the same output mode as git-annotate (Default: off)"
8575 msgstr ""
8577 #: builtin/blame.c:805
8578 msgid "Show raw timestamp (Default: off)"
8579 msgstr ""
8581 #: builtin/blame.c:806
8582 msgid "Show long commit SHA1 (Default: off)"
8583 msgstr ""
8585 #: builtin/blame.c:807
8586 msgid "Suppress author name and timestamp (Default: off)"
8587 msgstr ""
8589 #: builtin/blame.c:808
8590 msgid "Show author email instead of name (Default: off)"
8591 msgstr ""
8593 #: builtin/blame.c:809
8594 msgid "Ignore whitespace differences"
8595 msgstr ""
8597 #: builtin/blame.c:810
8598 msgid "color redundant metadata from previous line differently"
8599 msgstr ""
8601 #: builtin/blame.c:811
8602 msgid "color lines by age"
8603 msgstr ""
8605 #: builtin/blame.c:818
8606 msgid "Use an experimental heuristic to improve diffs"
8607 msgstr ""
8609 #: builtin/blame.c:820
8610 msgid "Spend extra cycles to find better match"
8611 msgstr ""
8613 #: builtin/blame.c:821
8614 msgid "Use revisions from <file> instead of calling git-rev-list"
8615 msgstr ""
8617 #: builtin/blame.c:822
8618 msgid "Use <file>'s contents as the final image"
8619 msgstr ""
8621 #: builtin/blame.c:823 builtin/blame.c:824
8622 msgid "score"
8623 msgstr ""
8625 #: builtin/blame.c:823
8626 msgid "Find line copies within and across files"
8627 msgstr ""
8629 #: builtin/blame.c:824
8630 msgid "Find line movements within and across files"
8631 msgstr ""
8633 #: builtin/blame.c:825
8634 msgid "n,m"
8635 msgstr ""
8637 #: builtin/blame.c:825
8638 msgid "Process only line range n,m, counting from 1"
8639 msgstr ""
8641 #: builtin/blame.c:876
8642 msgid "--progress can't be used with --incremental or porcelain formats"
8643 msgstr ""
8645 #. TRANSLATORS: This string is used to tell us the
8646 #. maximum display width for a relative timestamp in
8647 #. "git blame" output.  For C locale, "4 years, 11
8648 #. months ago", which takes 22 places, is the longest
8649 #. among various forms of relative timestamps, but
8650 #. your language may need more or fewer display
8651 #. columns.
8653 #: builtin/blame.c:927
8654 msgid "4 years, 11 months ago"
8655 msgstr ""
8657 #: builtin/blame.c:1031
8658 #, c-format
8659 msgid "file %s has only %lu line"
8660 msgid_plural "file %s has only %lu lines"
8661 msgstr[0] ""
8662 msgstr[1] ""
8664 #: builtin/blame.c:1077
8665 msgid "Blaming lines"
8666 msgstr ""
8668 #: builtin/branch.c:29
8669 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8670 msgstr ""
8672 #: builtin/branch.c:30
8673 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8674 msgstr ""
8676 #: builtin/branch.c:31
8677 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8678 msgstr ""
8680 #: builtin/branch.c:32
8681 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8682 msgstr ""
8684 #: builtin/branch.c:33
8685 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8686 msgstr ""
8688 #: builtin/branch.c:34
8689 msgid "git branch [<options>] [-r | -a] [--points-at]"
8690 msgstr ""
8692 #: builtin/branch.c:35
8693 msgid "git branch [<options>] [-r | -a] [--format]"
8694 msgstr ""
8696 #: builtin/branch.c:151
8697 #, c-format
8698 msgid ""
8699 "deleting branch '%s' that has been merged to\n"
8700 "         '%s', but not yet merged to HEAD."
8701 msgstr ""
8703 #: builtin/branch.c:155
8704 #, c-format
8705 msgid ""
8706 "not deleting branch '%s' that is not yet merged to\n"
8707 "         '%s', even though it is merged to HEAD."
8708 msgstr ""
8710 #: builtin/branch.c:169
8711 #, c-format
8712 msgid "Couldn't look up commit object for '%s'"
8713 msgstr ""
8715 #: builtin/branch.c:173
8716 #, c-format
8717 msgid ""
8718 "The branch '%s' is not fully merged.\n"
8719 "If you are sure you want to delete it, run 'git branch -D %s'."
8720 msgstr ""
8722 #: builtin/branch.c:186
8723 msgid "Update of config-file failed"
8724 msgstr ""
8726 #: builtin/branch.c:217
8727 msgid "cannot use -a with -d"
8728 msgstr ""
8730 #: builtin/branch.c:223
8731 msgid "Couldn't look up commit object for HEAD"
8732 msgstr ""
8734 #: builtin/branch.c:237
8735 #, c-format
8736 msgid "Cannot delete branch '%s' checked out at '%s'"
8737 msgstr ""
8739 #: builtin/branch.c:252
8740 #, c-format
8741 msgid "remote-tracking branch '%s' not found."
8742 msgstr ""
8744 #: builtin/branch.c:253
8745 #, c-format
8746 msgid "branch '%s' not found."
8747 msgstr ""
8749 #: builtin/branch.c:268
8750 #, c-format
8751 msgid "Error deleting remote-tracking branch '%s'"
8752 msgstr ""
8754 #: builtin/branch.c:269
8755 #, c-format
8756 msgid "Error deleting branch '%s'"
8757 msgstr ""
8759 #: builtin/branch.c:276
8760 #, c-format
8761 msgid "Deleted remote-tracking branch %s (was %s).\n"
8762 msgstr ""
8764 #: builtin/branch.c:277
8765 #, c-format
8766 msgid "Deleted branch %s (was %s).\n"
8767 msgstr ""
8769 #: builtin/branch.c:421 builtin/tag.c:60
8770 msgid "unable to parse format string"
8771 msgstr ""
8773 #: builtin/branch.c:452
8774 msgid "could not resolve HEAD"
8775 msgstr ""
8777 #: builtin/branch.c:458
8778 #, c-format
8779 msgid "HEAD (%s) points outside of refs/heads/"
8780 msgstr ""
8782 #: builtin/branch.c:473
8783 #, c-format
8784 msgid "Branch %s is being rebased at %s"
8785 msgstr ""
8787 #: builtin/branch.c:477
8788 #, c-format
8789 msgid "Branch %s is being bisected at %s"
8790 msgstr ""
8792 #: builtin/branch.c:494
8793 msgid "cannot copy the current branch while not on any."
8794 msgstr ""
8796 #: builtin/branch.c:496
8797 msgid "cannot rename the current branch while not on any."
8798 msgstr ""
8800 #: builtin/branch.c:507
8801 #, c-format
8802 msgid "Invalid branch name: '%s'"
8803 msgstr ""
8805 #: builtin/branch.c:534
8806 msgid "Branch rename failed"
8807 msgstr ""
8809 #: builtin/branch.c:536
8810 msgid "Branch copy failed"
8811 msgstr ""
8813 #: builtin/branch.c:540
8814 #, c-format
8815 msgid "Created a copy of a misnamed branch '%s'"
8816 msgstr ""
8818 #: builtin/branch.c:543
8819 #, c-format
8820 msgid "Renamed a misnamed branch '%s' away"
8821 msgstr ""
8823 #: builtin/branch.c:549
8824 #, c-format
8825 msgid "Branch renamed to %s, but HEAD is not updated!"
8826 msgstr ""
8828 #: builtin/branch.c:558
8829 msgid "Branch is renamed, but update of config-file failed"
8830 msgstr ""
8832 #: builtin/branch.c:560
8833 msgid "Branch is copied, but update of config-file failed"
8834 msgstr ""
8836 #: builtin/branch.c:576
8837 #, c-format
8838 msgid ""
8839 "Please edit the description for the branch\n"
8840 "  %s\n"
8841 "Lines starting with '%c' will be stripped.\n"
8842 msgstr ""
8844 #: builtin/branch.c:610
8845 msgid "Generic options"
8846 msgstr ""
8848 #: builtin/branch.c:612
8849 msgid "show hash and subject, give twice for upstream branch"
8850 msgstr ""
8852 #: builtin/branch.c:613
8853 msgid "suppress informational messages"
8854 msgstr ""
8856 #: builtin/branch.c:614
8857 msgid "set up tracking mode (see git-pull(1))"
8858 msgstr ""
8860 #: builtin/branch.c:616
8861 msgid "do not use"
8862 msgstr ""
8864 #: builtin/branch.c:618 builtin/rebase.c:485
8865 msgid "upstream"
8866 msgstr ""
8868 #: builtin/branch.c:618
8869 msgid "change the upstream info"
8870 msgstr ""
8872 #: builtin/branch.c:619
8873 msgid "Unset the upstream info"
8874 msgstr ""
8876 #: builtin/branch.c:620
8877 msgid "use colored output"
8878 msgstr ""
8880 #: builtin/branch.c:621
8881 msgid "act on remote-tracking branches"
8882 msgstr ""
8884 #: builtin/branch.c:623 builtin/branch.c:625
8885 msgid "print only branches that contain the commit"
8886 msgstr ""
8888 #: builtin/branch.c:624 builtin/branch.c:626
8889 msgid "print only branches that don't contain the commit"
8890 msgstr ""
8892 #: builtin/branch.c:629
8893 msgid "Specific git-branch actions:"
8894 msgstr ""
8896 #: builtin/branch.c:630
8897 msgid "list both remote-tracking and local branches"
8898 msgstr ""
8900 #: builtin/branch.c:632
8901 msgid "delete fully merged branch"
8902 msgstr ""
8904 #: builtin/branch.c:633
8905 msgid "delete branch (even if not merged)"
8906 msgstr ""
8908 #: builtin/branch.c:634
8909 msgid "move/rename a branch and its reflog"
8910 msgstr ""
8912 #: builtin/branch.c:635
8913 msgid "move/rename a branch, even if target exists"
8914 msgstr ""
8916 #: builtin/branch.c:636
8917 msgid "copy a branch and its reflog"
8918 msgstr ""
8920 #: builtin/branch.c:637
8921 msgid "copy a branch, even if target exists"
8922 msgstr ""
8924 #: builtin/branch.c:638
8925 msgid "list branch names"
8926 msgstr ""
8928 #: builtin/branch.c:639
8929 msgid "show current branch name"
8930 msgstr ""
8932 #: builtin/branch.c:640
8933 msgid "create the branch's reflog"
8934 msgstr ""
8936 #: builtin/branch.c:642
8937 msgid "edit the description for the branch"
8938 msgstr ""
8940 #: builtin/branch.c:643
8941 msgid "force creation, move/rename, deletion"
8942 msgstr ""
8944 #: builtin/branch.c:644
8945 msgid "print only branches that are merged"
8946 msgstr ""
8948 #: builtin/branch.c:645
8949 msgid "print only branches that are not merged"
8950 msgstr ""
8952 #: builtin/branch.c:646
8953 msgid "list branches in columns"
8954 msgstr ""
8956 #: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8957 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8958 #: builtin/tag.c:427
8959 msgid "object"
8960 msgstr ""
8962 #: builtin/branch.c:650
8963 msgid "print only branches of the object"
8964 msgstr ""
8966 #: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8967 msgid "sorting and filtering are case insensitive"
8968 msgstr ""
8970 #: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8971 #: builtin/verify-tag.c:39
8972 msgid "format to use for the output"
8973 msgstr ""
8975 #: builtin/branch.c:676 builtin/clone.c:751
8976 msgid "HEAD not found below refs/heads!"
8977 msgstr ""
8979 #: builtin/branch.c:700
8980 msgid "--column and --verbose are incompatible"
8981 msgstr ""
8983 #: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8984 msgid "branch name required"
8985 msgstr ""
8987 #: builtin/branch.c:745
8988 msgid "Cannot give description to detached HEAD"
8989 msgstr ""
8991 #: builtin/branch.c:750
8992 msgid "cannot edit description of more than one branch"
8993 msgstr ""
8995 #: builtin/branch.c:757
8996 #, c-format
8997 msgid "No commit on branch '%s' yet."
8998 msgstr ""
9000 #: builtin/branch.c:760
9001 #, c-format
9002 msgid "No branch named '%s'."
9003 msgstr ""
9005 #: builtin/branch.c:775
9006 msgid "too many branches for a copy operation"
9007 msgstr ""
9009 #: builtin/branch.c:784
9010 msgid "too many arguments for a rename operation"
9011 msgstr ""
9013 #: builtin/branch.c:789
9014 msgid "too many arguments to set new upstream"
9015 msgstr ""
9017 #: builtin/branch.c:793
9018 #, c-format
9019 msgid ""
9020 "could not set upstream of HEAD to %s when it does not point to any branch."
9021 msgstr ""
9023 #: builtin/branch.c:796 builtin/branch.c:819
9024 #, c-format
9025 msgid "no such branch '%s'"
9026 msgstr ""
9028 #: builtin/branch.c:800
9029 #, c-format
9030 msgid "branch '%s' does not exist"
9031 msgstr ""
9033 #: builtin/branch.c:813
9034 msgid "too many arguments to unset upstream"
9035 msgstr ""
9037 #: builtin/branch.c:817
9038 msgid "could not unset upstream of HEAD when it does not point to any branch."
9039 msgstr ""
9041 #: builtin/branch.c:823
9042 #, c-format
9043 msgid "Branch '%s' has no upstream information"
9044 msgstr ""
9046 #: builtin/branch.c:833
9047 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9048 msgstr ""
9050 #: builtin/branch.c:836
9051 msgid ""
9052 "the '--set-upstream' option is no longer supported. Please use '--track' or "
9053 "'--set-upstream-to' instead."
9054 msgstr ""
9056 #: builtin/bundle.c:45
9057 #, c-format
9058 msgid "%s is okay\n"
9059 msgstr ""
9061 #: builtin/bundle.c:58
9062 msgid "Need a repository to create a bundle."
9063 msgstr ""
9065 #: builtin/bundle.c:62
9066 msgid "Need a repository to unbundle."
9067 msgstr ""
9069 #: builtin/cat-file.c:593
9070 msgid ""
9071 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9072 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
9073 msgstr ""
9075 #: builtin/cat-file.c:594
9076 msgid ""
9077 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9078 "filters]"
9079 msgstr ""
9081 #: builtin/cat-file.c:615
9082 msgid "only one batch option may be specified"
9083 msgstr ""
9085 #: builtin/cat-file.c:633
9086 msgid "<type> can be one of: blob, tree, commit, tag"
9087 msgstr ""
9089 #: builtin/cat-file.c:634
9090 msgid "show object type"
9091 msgstr ""
9093 #: builtin/cat-file.c:635
9094 msgid "show object size"
9095 msgstr ""
9097 #: builtin/cat-file.c:637
9098 msgid "exit with zero when there's no error"
9099 msgstr ""
9101 #: builtin/cat-file.c:638
9102 msgid "pretty-print object's content"
9103 msgstr ""
9105 #: builtin/cat-file.c:640
9106 msgid "for blob objects, run textconv on object's content"
9107 msgstr ""
9109 #: builtin/cat-file.c:642
9110 msgid "for blob objects, run filters on object's content"
9111 msgstr ""
9113 #: builtin/cat-file.c:643 git-submodule.sh:936
9114 msgid "blob"
9115 msgstr ""
9117 #: builtin/cat-file.c:644
9118 msgid "use a specific path for --textconv/--filters"
9119 msgstr ""
9121 #: builtin/cat-file.c:646
9122 msgid "allow -s and -t to work with broken/corrupt objects"
9123 msgstr ""
9125 #: builtin/cat-file.c:647
9126 msgid "buffer --batch output"
9127 msgstr ""
9129 #: builtin/cat-file.c:649
9130 msgid "show info and content of objects fed from the standard input"
9131 msgstr ""
9133 #: builtin/cat-file.c:653
9134 msgid "show info about objects fed from the standard input"
9135 msgstr ""
9137 #: builtin/cat-file.c:657
9138 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9139 msgstr ""
9141 #: builtin/cat-file.c:659
9142 msgid "show all objects with --batch or --batch-check"
9143 msgstr ""
9145 #: builtin/cat-file.c:661
9146 msgid "do not order --batch-all-objects output"
9147 msgstr ""
9149 #: builtin/check-attr.c:13
9150 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9151 msgstr ""
9153 #: builtin/check-attr.c:14
9154 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9155 msgstr ""
9157 #: builtin/check-attr.c:21
9158 msgid "report all attributes set on file"
9159 msgstr ""
9161 #: builtin/check-attr.c:22
9162 msgid "use .gitattributes only from the index"
9163 msgstr ""
9165 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9166 msgid "read file names from stdin"
9167 msgstr ""
9169 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
9170 msgid "terminate input and output records by a NUL character"
9171 msgstr ""
9173 #: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9174 #: builtin/worktree.c:499
9175 msgid "suppress progress reporting"
9176 msgstr ""
9178 #: builtin/check-ignore.c:29
9179 msgid "show non-matching input paths"
9180 msgstr ""
9182 #: builtin/check-ignore.c:31
9183 msgid "ignore index when checking"
9184 msgstr ""
9186 #: builtin/check-ignore.c:160
9187 msgid "cannot specify pathnames with --stdin"
9188 msgstr ""
9190 #: builtin/check-ignore.c:163
9191 msgid "-z only makes sense with --stdin"
9192 msgstr ""
9194 #: builtin/check-ignore.c:165
9195 msgid "no path specified"
9196 msgstr ""
9198 #: builtin/check-ignore.c:169
9199 msgid "--quiet is only valid with a single pathname"
9200 msgstr ""
9202 #: builtin/check-ignore.c:171
9203 msgid "cannot have both --quiet and --verbose"
9204 msgstr ""
9206 #: builtin/check-ignore.c:174
9207 msgid "--non-matching is only valid with --verbose"
9208 msgstr ""
9210 #: builtin/check-mailmap.c:9
9211 msgid "git check-mailmap [<options>] <contact>..."
9212 msgstr ""
9214 #: builtin/check-mailmap.c:14
9215 msgid "also read contacts from stdin"
9216 msgstr ""
9218 #: builtin/check-mailmap.c:25
9219 #, c-format
9220 msgid "unable to parse contact: %s"
9221 msgstr ""
9223 #: builtin/check-mailmap.c:48
9224 msgid "no contacts specified"
9225 msgstr ""
9227 #: builtin/checkout-index.c:131
9228 msgid "git checkout-index [<options>] [--] [<file>...]"
9229 msgstr ""
9231 #: builtin/checkout-index.c:148
9232 msgid "stage should be between 1 and 3 or all"
9233 msgstr ""
9235 #: builtin/checkout-index.c:164
9236 msgid "check out all files in the index"
9237 msgstr ""
9239 #: builtin/checkout-index.c:165
9240 msgid "force overwrite of existing files"
9241 msgstr ""
9243 #: builtin/checkout-index.c:167
9244 msgid "no warning for existing files and files not in index"
9245 msgstr ""
9247 #: builtin/checkout-index.c:169
9248 msgid "don't checkout new files"
9249 msgstr ""
9251 #: builtin/checkout-index.c:171
9252 msgid "update stat information in the index file"
9253 msgstr ""
9255 #: builtin/checkout-index.c:175
9256 msgid "read list of paths from the standard input"
9257 msgstr ""
9259 #: builtin/checkout-index.c:177
9260 msgid "write the content to temporary files"
9261 msgstr ""
9263 #: builtin/checkout-index.c:178 builtin/column.c:31
9264 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9265 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9266 #: builtin/worktree.c:672
9267 msgid "string"
9268 msgstr ""
9270 #: builtin/checkout-index.c:179
9271 msgid "when creating files, prepend <string>"
9272 msgstr ""
9274 #: builtin/checkout-index.c:181
9275 msgid "copy out the files from named stage"
9276 msgstr ""
9278 #: builtin/checkout.c:32
9279 msgid "git checkout [<options>] <branch>"
9280 msgstr ""
9282 #: builtin/checkout.c:33
9283 msgid "git checkout [<options>] [<branch>] -- <file>..."
9284 msgstr ""
9286 #: builtin/checkout.c:151 builtin/checkout.c:190
9287 #, c-format
9288 msgid "path '%s' does not have our version"
9289 msgstr ""
9291 #: builtin/checkout.c:153 builtin/checkout.c:192
9292 #, c-format
9293 msgid "path '%s' does not have their version"
9294 msgstr ""
9296 #: builtin/checkout.c:169
9297 #, c-format
9298 msgid "path '%s' does not have all necessary versions"
9299 msgstr ""
9301 #: builtin/checkout.c:219
9302 #, c-format
9303 msgid "path '%s' does not have necessary versions"
9304 msgstr ""
9306 #: builtin/checkout.c:237
9307 #, c-format
9308 msgid "path '%s': cannot merge"
9309 msgstr ""
9311 #: builtin/checkout.c:253
9312 #, c-format
9313 msgid "Unable to add merge result for '%s'"
9314 msgstr ""
9316 #: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9317 #: builtin/checkout.c:340
9318 #, c-format
9319 msgid "'%s' cannot be used with updating paths"
9320 msgstr ""
9322 #: builtin/checkout.c:343 builtin/checkout.c:346
9323 #, c-format
9324 msgid "'%s' cannot be used with %s"
9325 msgstr ""
9327 #: builtin/checkout.c:349
9328 #, c-format
9329 msgid "Cannot update paths and switch to branch '%s' at the same time."
9330 msgstr ""
9332 #: builtin/checkout.c:396 builtin/checkout.c:403
9333 #, c-format
9334 msgid "path '%s' is unmerged"
9335 msgstr ""
9337 #: builtin/checkout.c:442
9338 #, c-format
9339 msgid "Recreated %d merge conflict"
9340 msgid_plural "Recreated %d merge conflicts"
9341 msgstr[0] ""
9342 msgstr[1] ""
9344 #: builtin/checkout.c:447
9345 #, c-format
9346 msgid "Updated %d path from %s"
9347 msgid_plural "Updated %d paths from %s"
9348 msgstr[0] ""
9349 msgstr[1] ""
9351 #: builtin/checkout.c:454
9352 #, c-format
9353 msgid "Updated %d path from the index"
9354 msgid_plural "Updated %d paths from the index"
9355 msgstr[0] ""
9356 msgstr[1] ""
9358 #: builtin/checkout.c:695
9359 msgid "you need to resolve your current index first"
9360 msgstr ""
9362 #: builtin/checkout.c:744
9363 #, c-format
9364 msgid ""
9365 "cannot continue with staged changes in the following files:\n"
9366 "%s"
9367 msgstr ""
9369 #: builtin/checkout.c:751
9370 #, c-format
9371 msgid "staged changes in the following files may be lost: %s"
9372 msgstr ""
9374 #: builtin/checkout.c:848
9375 #, c-format
9376 msgid "Can not do reflog for '%s': %s\n"
9377 msgstr ""
9379 #: builtin/checkout.c:890
9380 msgid "HEAD is now at"
9381 msgstr ""
9383 #: builtin/checkout.c:894 builtin/clone.c:704
9384 msgid "unable to update HEAD"
9385 msgstr ""
9387 #: builtin/checkout.c:898
9388 #, c-format
9389 msgid "Reset branch '%s'\n"
9390 msgstr ""
9392 #: builtin/checkout.c:901
9393 #, c-format
9394 msgid "Already on '%s'\n"
9395 msgstr ""
9397 #: builtin/checkout.c:905
9398 #, c-format
9399 msgid "Switched to and reset branch '%s'\n"
9400 msgstr ""
9402 #: builtin/checkout.c:907 builtin/checkout.c:1283
9403 #, c-format
9404 msgid "Switched to a new branch '%s'\n"
9405 msgstr ""
9407 #: builtin/checkout.c:909
9408 #, c-format
9409 msgid "Switched to branch '%s'\n"
9410 msgstr ""
9412 #: builtin/checkout.c:960
9413 #, c-format
9414 msgid " ... and %d more.\n"
9415 msgstr ""
9417 #: builtin/checkout.c:966
9418 #, c-format
9419 msgid ""
9420 "Warning: you are leaving %d commit behind, not connected to\n"
9421 "any of your branches:\n"
9422 "\n"
9423 "%s\n"
9424 msgid_plural ""
9425 "Warning: you are leaving %d commits behind, not connected to\n"
9426 "any of your branches:\n"
9427 "\n"
9428 "%s\n"
9429 msgstr[0] ""
9430 msgstr[1] ""
9432 #: builtin/checkout.c:985
9433 #, c-format
9434 msgid ""
9435 "If you want to keep it by creating a new branch, this may be a good time\n"
9436 "to do so with:\n"
9437 "\n"
9438 " git branch <new-branch-name> %s\n"
9439 "\n"
9440 msgid_plural ""
9441 "If you want to keep them by creating a new branch, this may be a good time\n"
9442 "to do so with:\n"
9443 "\n"
9444 " git branch <new-branch-name> %s\n"
9445 "\n"
9446 msgstr[0] ""
9447 msgstr[1] ""
9449 #: builtin/checkout.c:1017
9450 msgid "internal error in revision walk"
9451 msgstr ""
9453 #: builtin/checkout.c:1021
9454 msgid "Previous HEAD position was"
9455 msgstr ""
9457 #: builtin/checkout.c:1052 builtin/checkout.c:1278
9458 msgid "You are on a branch yet to be born"
9459 msgstr ""
9461 #: builtin/checkout.c:1173
9462 #, c-format
9463 msgid "only one reference expected, %d given."
9464 msgstr ""
9466 #: builtin/checkout.c:1209
9467 #, c-format
9468 msgid ""
9469 "'%s' could be both a local file and a tracking branch.\n"
9470 "Please use -- (and optionally --no-guess) to disambiguate"
9471 msgstr ""
9473 #: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9474 #, c-format
9475 msgid "invalid reference: %s"
9476 msgstr ""
9478 #: builtin/checkout.c:1251
9479 #, c-format
9480 msgid "reference is not a tree: %s"
9481 msgstr ""
9483 #: builtin/checkout.c:1292
9484 msgid "paths cannot be used with switching branches"
9485 msgstr ""
9487 #: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9488 #, c-format
9489 msgid "'%s' cannot be used with switching branches"
9490 msgstr ""
9492 #: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9493 #: builtin/checkout.c:1318
9494 #, c-format
9495 msgid "'%s' cannot be used with '%s'"
9496 msgstr ""
9498 #: builtin/checkout.c:1323
9499 #, c-format
9500 msgid "Cannot switch branch to a non-commit '%s'"
9501 msgstr ""
9503 #: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:121
9504 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9505 #: builtin/worktree.c:494
9506 msgid "branch"
9507 msgstr ""
9509 #: builtin/checkout.c:1357
9510 msgid "create and checkout a new branch"
9511 msgstr ""
9513 #: builtin/checkout.c:1359
9514 msgid "create/reset and checkout a branch"
9515 msgstr ""
9517 #: builtin/checkout.c:1360
9518 msgid "create reflog for new branch"
9519 msgstr ""
9521 #: builtin/checkout.c:1361 builtin/worktree.c:496
9522 msgid "detach HEAD at named commit"
9523 msgstr ""
9525 #: builtin/checkout.c:1362
9526 msgid "set upstream info for new branch"
9527 msgstr ""
9529 #: builtin/checkout.c:1364
9530 msgid "new-branch"
9531 msgstr ""
9533 #: builtin/checkout.c:1364
9534 msgid "new unparented branch"
9535 msgstr ""
9537 #: builtin/checkout.c:1366
9538 msgid "checkout our version for unmerged files"
9539 msgstr ""
9541 #: builtin/checkout.c:1369
9542 msgid "checkout their version for unmerged files"
9543 msgstr ""
9545 #: builtin/checkout.c:1371
9546 msgid "force checkout (throw away local modifications)"
9547 msgstr ""
9549 #: builtin/checkout.c:1373
9550 msgid "perform a 3-way merge with the new branch"
9551 msgstr ""
9553 #: builtin/checkout.c:1375 builtin/merge.c:284
9554 msgid "update ignored files (default)"
9555 msgstr ""
9557 #: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:309
9558 msgid "style"
9559 msgstr ""
9561 #: builtin/checkout.c:1378
9562 msgid "conflict style (merge or diff3)"
9563 msgstr ""
9565 #: builtin/checkout.c:1381
9566 msgid "do not limit pathspecs to sparse entries only"
9567 msgstr ""
9569 #: builtin/checkout.c:1383
9570 msgid "do not second guess 'git checkout <no-such-branch>'"
9571 msgstr ""
9573 #: builtin/checkout.c:1385
9574 msgid "do not check if another worktree is holding the given ref"
9575 msgstr ""
9577 #: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9578 #: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9579 #: builtin/send-pack.c:174
9580 msgid "force progress reporting"
9581 msgstr ""
9583 #: builtin/checkout.c:1390
9584 msgid "use overlay mode (default)"
9585 msgstr ""
9587 #: builtin/checkout.c:1422
9588 msgid "-b, -B and --orphan are mutually exclusive"
9589 msgstr ""
9591 #: builtin/checkout.c:1425
9592 msgid "-p and --overlay are mutually exclusive"
9593 msgstr ""
9595 #: builtin/checkout.c:1442
9596 msgid "--track needs a branch name"
9597 msgstr ""
9599 #: builtin/checkout.c:1447
9600 msgid "missing branch name; try -b"
9601 msgstr ""
9603 #: builtin/checkout.c:1484
9604 msgid "invalid path specification"
9605 msgstr ""
9607 #: builtin/checkout.c:1491
9608 #, c-format
9609 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9610 msgstr ""
9612 #: builtin/checkout.c:1495
9613 #, c-format
9614 msgid "git checkout: --detach does not take a path argument '%s'"
9615 msgstr ""
9617 #: builtin/checkout.c:1499
9618 msgid ""
9619 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9620 "checking out of the index."
9621 msgstr ""
9623 #: builtin/checkout.c:1519
9624 #, c-format
9625 msgid ""
9626 "'%s' matched more than one remote tracking branch.\n"
9627 "We found %d remotes with a reference that matched. So we fell back\n"
9628 "on trying to resolve the argument as a path, but failed there too!\n"
9629 "\n"
9630 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9631 "you can do so by fully qualifying the name with the --track option:\n"
9632 "\n"
9633 "    git checkout --track origin/<name>\n"
9634 "\n"
9635 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9636 "one remote, e.g. the 'origin' remote, consider setting\n"
9637 "checkout.defaultRemote=origin in your config."
9638 msgstr ""
9640 #: builtin/clean.c:28
9641 msgid ""
9642 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9643 msgstr ""
9645 #: builtin/clean.c:32
9646 #, c-format
9647 msgid "Removing %s\n"
9648 msgstr ""
9650 #: builtin/clean.c:33
9651 #, c-format
9652 msgid "Would remove %s\n"
9653 msgstr ""
9655 #: builtin/clean.c:34
9656 #, c-format
9657 msgid "Skipping repository %s\n"
9658 msgstr ""
9660 #: builtin/clean.c:35
9661 #, c-format
9662 msgid "Would skip repository %s\n"
9663 msgstr ""
9665 #: builtin/clean.c:36
9666 #, c-format
9667 msgid "failed to remove %s"
9668 msgstr ""
9670 #: builtin/clean.c:299 git-add--interactive.perl:579
9671 #, c-format
9672 msgid ""
9673 "Prompt help:\n"
9674 "1          - select a numbered item\n"
9675 "foo        - select item based on unique prefix\n"
9676 "           - (empty) select nothing\n"
9677 msgstr ""
9679 #: builtin/clean.c:303 git-add--interactive.perl:588
9680 #, c-format
9681 msgid ""
9682 "Prompt help:\n"
9683 "1          - select a single item\n"
9684 "3-5        - select a range of items\n"
9685 "2-3,6-9    - select multiple ranges\n"
9686 "foo        - select item based on unique prefix\n"
9687 "-...       - unselect specified items\n"
9688 "*          - choose all items\n"
9689 "           - (empty) finish selecting\n"
9690 msgstr ""
9692 #: builtin/clean.c:519 git-add--interactive.perl:554
9693 #: git-add--interactive.perl:559
9694 #, c-format, perl-format
9695 msgid "Huh (%s)?\n"
9696 msgstr ""
9698 #: builtin/clean.c:661
9699 #, c-format
9700 msgid "Input ignore patterns>> "
9701 msgstr ""
9703 #: builtin/clean.c:698
9704 #, c-format
9705 msgid "WARNING: Cannot find items matched by: %s"
9706 msgstr ""
9708 #: builtin/clean.c:719
9709 msgid "Select items to delete"
9710 msgstr ""
9712 #. TRANSLATORS: Make sure to keep [y/N] as is
9713 #: builtin/clean.c:760
9714 #, c-format
9715 msgid "Remove %s [y/N]? "
9716 msgstr ""
9718 #: builtin/clean.c:785 git-add--interactive.perl:1717
9719 #, c-format
9720 msgid "Bye.\n"
9721 msgstr ""
9723 #: builtin/clean.c:793
9724 msgid ""
9725 "clean               - start cleaning\n"
9726 "filter by pattern   - exclude items from deletion\n"
9727 "select by numbers   - select items to be deleted by numbers\n"
9728 "ask each            - confirm each deletion (like \"rm -i\")\n"
9729 "quit                - stop cleaning\n"
9730 "help                - this screen\n"
9731 "?                   - help for prompt selection"
9732 msgstr ""
9734 #: builtin/clean.c:820 git-add--interactive.perl:1793
9735 msgid "*** Commands ***"
9736 msgstr ""
9738 #: builtin/clean.c:821 git-add--interactive.perl:1790
9739 msgid "What now"
9740 msgstr ""
9742 #: builtin/clean.c:829
9743 msgid "Would remove the following item:"
9744 msgid_plural "Would remove the following items:"
9745 msgstr[0] ""
9746 msgstr[1] ""
9748 #: builtin/clean.c:845
9749 msgid "No more files to clean, exiting."
9750 msgstr ""
9752 #: builtin/clean.c:907
9753 msgid "do not print names of files removed"
9754 msgstr ""
9756 #: builtin/clean.c:909
9757 msgid "force"
9758 msgstr ""
9760 #: builtin/clean.c:910
9761 msgid "interactive cleaning"
9762 msgstr ""
9764 #: builtin/clean.c:912
9765 msgid "remove whole directories"
9766 msgstr ""
9768 #: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9769 #: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9770 #: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9771 #: builtin/show-ref.c:178
9772 msgid "pattern"
9773 msgstr ""
9775 #: builtin/clean.c:914
9776 msgid "add <pattern> to ignore rules"
9777 msgstr ""
9779 #: builtin/clean.c:915
9780 msgid "remove ignored files, too"
9781 msgstr ""
9783 #: builtin/clean.c:917
9784 msgid "remove only ignored files"
9785 msgstr ""
9787 #: builtin/clean.c:935
9788 msgid "-x and -X cannot be used together"
9789 msgstr ""
9791 #: builtin/clean.c:939
9792 msgid ""
9793 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9794 "clean"
9795 msgstr ""
9797 #: builtin/clean.c:942
9798 msgid ""
9799 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9800 "refusing to clean"
9801 msgstr ""
9803 #: builtin/clone.c:44
9804 msgid "git clone [<options>] [--] <repo> [<dir>]"
9805 msgstr ""
9807 #: builtin/clone.c:90
9808 msgid "don't create a checkout"
9809 msgstr ""
9811 #: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9812 msgid "create a bare repository"
9813 msgstr ""
9815 #: builtin/clone.c:95
9816 msgid "create a mirror repository (implies bare)"
9817 msgstr ""
9819 #: builtin/clone.c:97
9820 msgid "to clone from a local repository"
9821 msgstr ""
9823 #: builtin/clone.c:99
9824 msgid "don't use local hardlinks, always copy"
9825 msgstr ""
9827 #: builtin/clone.c:101
9828 msgid "setup as shared repository"
9829 msgstr ""
9831 #: builtin/clone.c:103 builtin/clone.c:107
9832 msgid "pathspec"
9833 msgstr ""
9835 #: builtin/clone.c:103 builtin/clone.c:107
9836 msgid "initialize submodules in the clone"
9837 msgstr ""
9839 #: builtin/clone.c:110
9840 msgid "number of submodules cloned in parallel"
9841 msgstr ""
9843 #: builtin/clone.c:111 builtin/init-db.c:486
9844 msgid "template-directory"
9845 msgstr ""
9847 #: builtin/clone.c:112 builtin/init-db.c:487
9848 msgid "directory from which templates will be used"
9849 msgstr ""
9851 #: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:1379
9852 #: builtin/submodule--helper.c:1859
9853 msgid "reference repository"
9854 msgstr ""
9856 #: builtin/clone.c:118 builtin/submodule--helper.c:1381
9857 #: builtin/submodule--helper.c:1861
9858 msgid "use --reference only while cloning"
9859 msgstr ""
9861 #: builtin/clone.c:119 builtin/column.c:27 builtin/merge-file.c:46
9862 #: builtin/pack-objects.c:3306 builtin/repack.c:329
9863 msgid "name"
9864 msgstr ""
9866 #: builtin/clone.c:120
9867 msgid "use <name> instead of 'origin' to track upstream"
9868 msgstr ""
9870 #: builtin/clone.c:122
9871 msgid "checkout <branch> instead of the remote's HEAD"
9872 msgstr ""
9874 #: builtin/clone.c:124
9875 msgid "path to git-upload-pack on the remote"
9876 msgstr ""
9878 #: builtin/clone.c:125 builtin/fetch.c:142 builtin/grep.c:836
9879 #: builtin/pull.c:225
9880 msgid "depth"
9881 msgstr ""
9883 #: builtin/clone.c:126
9884 msgid "create a shallow clone of that depth"
9885 msgstr ""
9887 #: builtin/clone.c:127 builtin/fetch.c:144 builtin/pack-objects.c:3295
9888 msgid "time"
9889 msgstr ""
9891 #: builtin/clone.c:128
9892 msgid "create a shallow clone since a specific time"
9893 msgstr ""
9895 #: builtin/clone.c:129 builtin/fetch.c:146 builtin/fetch.c:169
9896 #: builtin/rebase.c:1389
9897 msgid "revision"
9898 msgstr ""
9900 #: builtin/clone.c:130 builtin/fetch.c:147
9901 msgid "deepen history of shallow clone, excluding rev"
9902 msgstr ""
9904 #: builtin/clone.c:132
9905 msgid "clone only one branch, HEAD or --branch"
9906 msgstr ""
9908 #: builtin/clone.c:134
9909 msgid "don't clone any tags, and make later fetches not to follow them"
9910 msgstr ""
9912 #: builtin/clone.c:136
9913 msgid "any cloned submodules will be shallow"
9914 msgstr ""
9916 #: builtin/clone.c:137 builtin/init-db.c:495
9917 msgid "gitdir"
9918 msgstr ""
9920 #: builtin/clone.c:138 builtin/init-db.c:496
9921 msgid "separate git dir from working tree"
9922 msgstr ""
9924 #: builtin/clone.c:139
9925 msgid "key=value"
9926 msgstr ""
9928 #: builtin/clone.c:140
9929 msgid "set config inside the new repository"
9930 msgstr ""
9932 #: builtin/clone.c:142 builtin/fetch.c:164 builtin/ls-remote.c:76
9933 #: builtin/push.c:585 builtin/send-pack.c:172
9934 msgid "server-specific"
9935 msgstr ""
9937 #: builtin/clone.c:142 builtin/fetch.c:164 builtin/ls-remote.c:76
9938 #: builtin/push.c:585 builtin/send-pack.c:173
9939 msgid "option to transmit"
9940 msgstr ""
9942 #: builtin/clone.c:143 builtin/fetch.c:165 builtin/pull.c:238
9943 #: builtin/push.c:586
9944 msgid "use IPv4 addresses only"
9945 msgstr ""
9947 #: builtin/clone.c:145 builtin/fetch.c:167 builtin/pull.c:241
9948 #: builtin/push.c:588
9949 msgid "use IPv6 addresses only"
9950 msgstr ""
9952 #: builtin/clone.c:283
9953 msgid ""
9954 "No directory name could be guessed.\n"
9955 "Please specify a directory on the command line"
9956 msgstr ""
9958 #: builtin/clone.c:336
9959 #, c-format
9960 msgid "info: Could not add alternate for '%s': %s\n"
9961 msgstr ""
9963 #: builtin/clone.c:408
9964 #, c-format
9965 msgid "failed to open '%s'"
9966 msgstr ""
9968 #: builtin/clone.c:416
9969 #, c-format
9970 msgid "%s exists and is not a directory"
9971 msgstr ""
9973 #: builtin/clone.c:430
9974 #, c-format
9975 msgid "failed to stat %s\n"
9976 msgstr ""
9978 #: builtin/clone.c:447
9979 #, c-format
9980 msgid "failed to unlink '%s'"
9981 msgstr ""
9983 #: builtin/clone.c:452
9984 #, c-format
9985 msgid "failed to create link '%s'"
9986 msgstr ""
9988 #: builtin/clone.c:456
9989 #, c-format
9990 msgid "failed to copy file to '%s'"
9991 msgstr ""
9993 #: builtin/clone.c:482
9994 #, c-format
9995 msgid "done.\n"
9996 msgstr ""
9998 #: builtin/clone.c:496
9999 msgid ""
10000 "Clone succeeded, but checkout failed.\n"
10001 "You can inspect what was checked out with 'git status'\n"
10002 "and retry the checkout with 'git checkout -f HEAD'\n"
10003 msgstr ""
10005 #: builtin/clone.c:573
10006 #, c-format
10007 msgid "Could not find remote branch %s to clone."
10008 msgstr ""
10010 #: builtin/clone.c:692
10011 #, c-format
10012 msgid "unable to update %s"
10013 msgstr ""
10015 #: builtin/clone.c:742
10016 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10017 msgstr ""
10019 #: builtin/clone.c:773
10020 msgid "unable to checkout working tree"
10021 msgstr ""
10023 #: builtin/clone.c:818
10024 msgid "unable to write parameters to config file"
10025 msgstr ""
10027 #: builtin/clone.c:881
10028 msgid "cannot repack to clean up"
10029 msgstr ""
10031 #: builtin/clone.c:883
10032 msgid "cannot unlink temporary alternates file"
10033 msgstr ""
10035 #: builtin/clone.c:923 builtin/receive-pack.c:1952
10036 msgid "Too many arguments."
10037 msgstr ""
10039 #: builtin/clone.c:927
10040 msgid "You must specify a repository to clone."
10041 msgstr ""
10043 #: builtin/clone.c:940
10044 #, c-format
10045 msgid "--bare and --origin %s options are incompatible."
10046 msgstr ""
10048 #: builtin/clone.c:943
10049 msgid "--bare and --separate-git-dir are incompatible."
10050 msgstr ""
10052 #: builtin/clone.c:956
10053 #, c-format
10054 msgid "repository '%s' does not exist"
10055 msgstr ""
10057 #: builtin/clone.c:962 builtin/fetch.c:1610
10058 #, c-format
10059 msgid "depth %s is not a positive number"
10060 msgstr ""
10062 #: builtin/clone.c:972
10063 #, c-format
10064 msgid "destination path '%s' already exists and is not an empty directory."
10065 msgstr ""
10067 #: builtin/clone.c:982
10068 #, c-format
10069 msgid "working tree '%s' already exists."
10070 msgstr ""
10072 #: builtin/clone.c:997 builtin/clone.c:1018 builtin/difftool.c:270
10073 #: builtin/worktree.c:296 builtin/worktree.c:328
10074 #, c-format
10075 msgid "could not create leading directories of '%s'"
10076 msgstr ""
10078 #: builtin/clone.c:1002
10079 #, c-format
10080 msgid "could not create work tree dir '%s'"
10081 msgstr ""
10083 #: builtin/clone.c:1022
10084 #, c-format
10085 msgid "Cloning into bare repository '%s'...\n"
10086 msgstr ""
10088 #: builtin/clone.c:1024
10089 #, c-format
10090 msgid "Cloning into '%s'...\n"
10091 msgstr ""
10093 #: builtin/clone.c:1048
10094 msgid ""
10095 "clone --recursive is not compatible with both --reference and --reference-if-"
10096 "able"
10097 msgstr ""
10099 #: builtin/clone.c:1109
10100 msgid "--depth is ignored in local clones; use file:// instead."
10101 msgstr ""
10103 #: builtin/clone.c:1111
10104 msgid "--shallow-since is ignored in local clones; use file:// instead."
10105 msgstr ""
10107 #: builtin/clone.c:1113
10108 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10109 msgstr ""
10111 #: builtin/clone.c:1115
10112 msgid "--filter is ignored in local clones; use file:// instead."
10113 msgstr ""
10115 #: builtin/clone.c:1118
10116 msgid "source repository is shallow, ignoring --local"
10117 msgstr ""
10119 #: builtin/clone.c:1123
10120 msgid "--local is ignored"
10121 msgstr ""
10123 #: builtin/clone.c:1200 builtin/clone.c:1208
10124 #, c-format
10125 msgid "Remote branch %s not found in upstream %s"
10126 msgstr ""
10128 #: builtin/clone.c:1211
10129 msgid "You appear to have cloned an empty repository."
10130 msgstr ""
10132 #: builtin/column.c:10
10133 msgid "git column [<options>]"
10134 msgstr ""
10136 #: builtin/column.c:27
10137 msgid "lookup config vars"
10138 msgstr ""
10140 #: builtin/column.c:28 builtin/column.c:29
10141 msgid "layout to use"
10142 msgstr ""
10144 #: builtin/column.c:30
10145 msgid "Maximum width"
10146 msgstr ""
10148 #: builtin/column.c:31
10149 msgid "Padding space on left border"
10150 msgstr ""
10152 #: builtin/column.c:32
10153 msgid "Padding space on right border"
10154 msgstr ""
10156 #: builtin/column.c:33
10157 msgid "Padding space between columns"
10158 msgstr ""
10160 #: builtin/column.c:51
10161 msgid "--command must be the first argument"
10162 msgstr ""
10164 #: builtin/commit-tree.c:18
10165 msgid ""
10166 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10167 "<file>)...] <tree>"
10168 msgstr ""
10170 #: builtin/commit-tree.c:31
10171 #, c-format
10172 msgid "duplicate parent %s ignored"
10173 msgstr ""
10175 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10176 #, c-format
10177 msgid "not a valid object name %s"
10178 msgstr ""
10180 #: builtin/commit-tree.c:93
10181 #, c-format
10182 msgid "git commit-tree: failed to open '%s'"
10183 msgstr ""
10185 #: builtin/commit-tree.c:96
10186 #, c-format
10187 msgid "git commit-tree: failed to read '%s'"
10188 msgstr ""
10190 #: builtin/commit-tree.c:98
10191 #, c-format
10192 msgid "git commit-tree: failed to close '%s'"
10193 msgstr ""
10195 #: builtin/commit-tree.c:111
10196 msgid "parent"
10197 msgstr ""
10199 #: builtin/commit-tree.c:112
10200 msgid "id of a parent commit object"
10201 msgstr ""
10203 #: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10204 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10205 #: builtin/tag.c:406
10206 msgid "message"
10207 msgstr ""
10209 #: builtin/commit-tree.c:115 builtin/commit.c:1480
10210 msgid "commit message"
10211 msgstr ""
10213 #: builtin/commit-tree.c:118
10214 msgid "read commit log message from file"
10215 msgstr ""
10217 #: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10218 #: builtin/pull.c:193 builtin/revert.c:117
10219 msgid "GPG sign commit"
10220 msgstr ""
10222 #: builtin/commit-tree.c:133
10223 msgid "must give exactly one tree"
10224 msgstr ""
10226 #: builtin/commit-tree.c:140
10227 msgid "git commit-tree: failed to read"
10228 msgstr ""
10230 #: builtin/commit.c:41
10231 msgid "git commit [<options>] [--] <pathspec>..."
10232 msgstr ""
10234 #: builtin/commit.c:46
10235 msgid "git status [<options>] [--] <pathspec>..."
10236 msgstr ""
10238 #: builtin/commit.c:51
10239 msgid ""
10240 "You asked to amend the most recent commit, but doing so would make\n"
10241 "it empty. You can repeat your command with --allow-empty, or you can\n"
10242 "remove the commit entirely with \"git reset HEAD^\".\n"
10243 msgstr ""
10245 #: builtin/commit.c:56
10246 msgid ""
10247 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10248 "If you wish to commit it anyway, use:\n"
10249 "\n"
10250 "    git commit --allow-empty\n"
10251 "\n"
10252 msgstr ""
10254 #: builtin/commit.c:63
10255 msgid "Otherwise, please use 'git reset'\n"
10256 msgstr ""
10258 #: builtin/commit.c:66
10259 msgid ""
10260 "If you wish to skip this commit, use:\n"
10261 "\n"
10262 "    git reset\n"
10263 "\n"
10264 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10265 "the remaining commits.\n"
10266 msgstr ""
10268 #: builtin/commit.c:312
10269 msgid "failed to unpack HEAD tree object"
10270 msgstr ""
10272 #: builtin/commit.c:353
10273 msgid "unable to create temporary index"
10274 msgstr ""
10276 #: builtin/commit.c:359
10277 msgid "interactive add failed"
10278 msgstr ""
10280 #: builtin/commit.c:373
10281 msgid "unable to update temporary index"
10282 msgstr ""
10284 #: builtin/commit.c:375
10285 msgid "Failed to update main cache tree"
10286 msgstr ""
10288 #: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10289 msgid "unable to write new_index file"
10290 msgstr ""
10292 #: builtin/commit.c:452
10293 msgid "cannot do a partial commit during a merge."
10294 msgstr ""
10296 #: builtin/commit.c:454
10297 msgid "cannot do a partial commit during a cherry-pick."
10298 msgstr ""
10300 #: builtin/commit.c:462
10301 msgid "cannot read the index"
10302 msgstr ""
10304 #: builtin/commit.c:481
10305 msgid "unable to write temporary index file"
10306 msgstr ""
10308 #: builtin/commit.c:579
10309 #, c-format
10310 msgid "commit '%s' lacks author header"
10311 msgstr ""
10313 #: builtin/commit.c:581
10314 #, c-format
10315 msgid "commit '%s' has malformed author line"
10316 msgstr ""
10318 #: builtin/commit.c:600
10319 msgid "malformed --author parameter"
10320 msgstr ""
10322 #: builtin/commit.c:653
10323 msgid ""
10324 "unable to select a comment character that is not used\n"
10325 "in the current commit message"
10326 msgstr ""
10328 #: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10329 #, c-format
10330 msgid "could not lookup commit %s"
10331 msgstr ""
10333 #: builtin/commit.c:703 builtin/shortlog.c:319
10334 #, c-format
10335 msgid "(reading log message from standard input)\n"
10336 msgstr ""
10338 #: builtin/commit.c:705
10339 msgid "could not read log from standard input"
10340 msgstr ""
10342 #: builtin/commit.c:709
10343 #, c-format
10344 msgid "could not read log file '%s'"
10345 msgstr ""
10347 #: builtin/commit.c:740 builtin/commit.c:756
10348 msgid "could not read SQUASH_MSG"
10349 msgstr ""
10351 #: builtin/commit.c:747
10352 msgid "could not read MERGE_MSG"
10353 msgstr ""
10355 #: builtin/commit.c:807
10356 msgid "could not write commit template"
10357 msgstr ""
10359 #: builtin/commit.c:826
10360 #, c-format
10361 msgid ""
10362 "\n"
10363 "It looks like you may be committing a merge.\n"
10364 "If this is not correct, please remove the file\n"
10365 "\t%s\n"
10366 "and try again.\n"
10367 msgstr ""
10369 #: builtin/commit.c:831
10370 #, c-format
10371 msgid ""
10372 "\n"
10373 "It looks like you may be committing a cherry-pick.\n"
10374 "If this is not correct, please remove the file\n"
10375 "\t%s\n"
10376 "and try again.\n"
10377 msgstr ""
10379 #: builtin/commit.c:844
10380 #, c-format
10381 msgid ""
10382 "Please enter the commit message for your changes. Lines starting\n"
10383 "with '%c' will be ignored, and an empty message aborts the commit.\n"
10384 msgstr ""
10386 #: builtin/commit.c:852
10387 #, c-format
10388 msgid ""
10389 "Please enter the commit message for your changes. Lines starting\n"
10390 "with '%c' will be kept; you may remove them yourself if you want to.\n"
10391 "An empty message aborts the commit.\n"
10392 msgstr ""
10394 #: builtin/commit.c:869
10395 #, c-format
10396 msgid "%sAuthor:    %.*s <%.*s>"
10397 msgstr ""
10399 #: builtin/commit.c:877
10400 #, c-format
10401 msgid "%sDate:      %s"
10402 msgstr ""
10404 #: builtin/commit.c:884
10405 #, c-format
10406 msgid "%sCommitter: %.*s <%.*s>"
10407 msgstr ""
10409 #: builtin/commit.c:902
10410 msgid "Cannot read index"
10411 msgstr ""
10413 #: builtin/commit.c:969
10414 msgid "Error building trees"
10415 msgstr ""
10417 #: builtin/commit.c:983 builtin/tag.c:269
10418 #, c-format
10419 msgid "Please supply the message using either -m or -F option.\n"
10420 msgstr ""
10422 #: builtin/commit.c:1027
10423 #, c-format
10424 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10425 msgstr ""
10427 #: builtin/commit.c:1041
10428 #, c-format
10429 msgid "Invalid ignored mode '%s'"
10430 msgstr ""
10432 #: builtin/commit.c:1059 builtin/commit.c:1284
10433 #, c-format
10434 msgid "Invalid untracked files mode '%s'"
10435 msgstr ""
10437 #: builtin/commit.c:1097
10438 msgid "--long and -z are incompatible"
10439 msgstr ""
10441 #: builtin/commit.c:1130
10442 msgid "Using both --reset-author and --author does not make sense"
10443 msgstr ""
10445 #: builtin/commit.c:1139
10446 msgid "You have nothing to amend."
10447 msgstr ""
10449 #: builtin/commit.c:1142
10450 msgid "You are in the middle of a merge -- cannot amend."
10451 msgstr ""
10453 #: builtin/commit.c:1144
10454 msgid "You are in the middle of a cherry-pick -- cannot amend."
10455 msgstr ""
10457 #: builtin/commit.c:1147
10458 msgid "Options --squash and --fixup cannot be used together"
10459 msgstr ""
10461 #: builtin/commit.c:1157
10462 msgid "Only one of -c/-C/-F/--fixup can be used."
10463 msgstr ""
10465 #: builtin/commit.c:1159
10466 msgid "Option -m cannot be combined with -c/-C/-F."
10467 msgstr ""
10469 #: builtin/commit.c:1167
10470 msgid "--reset-author can be used only with -C, -c or --amend."
10471 msgstr ""
10473 #: builtin/commit.c:1184
10474 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10475 msgstr ""
10477 #: builtin/commit.c:1186
10478 msgid "No paths with --include/--only does not make sense."
10479 msgstr ""
10481 #: builtin/commit.c:1192
10482 #, c-format
10483 msgid "paths '%s ...' with -a does not make sense"
10484 msgstr ""
10486 #: builtin/commit.c:1319 builtin/commit.c:1503
10487 msgid "show status concisely"
10488 msgstr ""
10490 #: builtin/commit.c:1321 builtin/commit.c:1505
10491 msgid "show branch information"
10492 msgstr ""
10494 #: builtin/commit.c:1323
10495 msgid "show stash information"
10496 msgstr ""
10498 #: builtin/commit.c:1325 builtin/commit.c:1507
10499 msgid "compute full ahead/behind values"
10500 msgstr ""
10502 #: builtin/commit.c:1327
10503 msgid "version"
10504 msgstr ""
10506 #: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10507 #: builtin/worktree.c:643
10508 msgid "machine-readable output"
10509 msgstr ""
10511 #: builtin/commit.c:1330 builtin/commit.c:1511
10512 msgid "show status in long format (default)"
10513 msgstr ""
10515 #: builtin/commit.c:1333 builtin/commit.c:1514
10516 msgid "terminate entries with NUL"
10517 msgstr ""
10519 #: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10520 #: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10521 #: parse-options.h:323
10522 msgid "mode"
10523 msgstr ""
10525 #: builtin/commit.c:1336 builtin/commit.c:1517
10526 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10527 msgstr ""
10529 #: builtin/commit.c:1340
10530 msgid ""
10531 "show ignored files, optional modes: traditional, matching, no. (Default: "
10532 "traditional)"
10533 msgstr ""
10535 #: builtin/commit.c:1342 parse-options.h:178
10536 msgid "when"
10537 msgstr ""
10539 #: builtin/commit.c:1343
10540 msgid ""
10541 "ignore changes to submodules, optional when: all, dirty, untracked. "
10542 "(Default: all)"
10543 msgstr ""
10545 #: builtin/commit.c:1345
10546 msgid "list untracked files in columns"
10547 msgstr ""
10549 #: builtin/commit.c:1346
10550 msgid "do not detect renames"
10551 msgstr ""
10553 #: builtin/commit.c:1348
10554 msgid "detect renames, optionally set similarity index"
10555 msgstr ""
10557 #: builtin/commit.c:1368
10558 msgid "Unsupported combination of ignored and untracked-files arguments"
10559 msgstr ""
10561 #: builtin/commit.c:1473
10562 msgid "suppress summary after successful commit"
10563 msgstr ""
10565 #: builtin/commit.c:1474
10566 msgid "show diff in commit message template"
10567 msgstr ""
10569 #: builtin/commit.c:1476
10570 msgid "Commit message options"
10571 msgstr ""
10573 #: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10574 msgid "read message from file"
10575 msgstr ""
10577 #: builtin/commit.c:1478
10578 msgid "author"
10579 msgstr ""
10581 #: builtin/commit.c:1478
10582 msgid "override author for commit"
10583 msgstr ""
10585 #: builtin/commit.c:1479 builtin/gc.c:539
10586 msgid "date"
10587 msgstr ""
10589 #: builtin/commit.c:1479
10590 msgid "override date for commit"
10591 msgstr ""
10593 #: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10594 #: builtin/commit.c:1484 parse-options.h:315 ref-filter.h:92
10595 msgid "commit"
10596 msgstr ""
10598 #: builtin/commit.c:1481
10599 msgid "reuse and edit message from specified commit"
10600 msgstr ""
10602 #: builtin/commit.c:1482
10603 msgid "reuse message from specified commit"
10604 msgstr ""
10606 #: builtin/commit.c:1483
10607 msgid "use autosquash formatted message to fixup specified commit"
10608 msgstr ""
10610 #: builtin/commit.c:1484
10611 msgid "use autosquash formatted message to squash specified commit"
10612 msgstr ""
10614 #: builtin/commit.c:1485
10615 msgid "the commit is authored by me now (used with -C/-c/--amend)"
10616 msgstr ""
10618 #: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10619 #: builtin/pull.c:162 builtin/revert.c:109
10620 msgid "add Signed-off-by:"
10621 msgstr ""
10623 #: builtin/commit.c:1487
10624 msgid "use specified template file"
10625 msgstr ""
10627 #: builtin/commit.c:1488
10628 msgid "force edit of commit"
10629 msgstr ""
10631 #: builtin/commit.c:1490
10632 msgid "include status in commit message template"
10633 msgstr ""
10635 #: builtin/commit.c:1495
10636 msgid "Commit contents options"
10637 msgstr ""
10639 #: builtin/commit.c:1496
10640 msgid "commit all changed files"
10641 msgstr ""
10643 #: builtin/commit.c:1497
10644 msgid "add specified files to index for commit"
10645 msgstr ""
10647 #: builtin/commit.c:1498
10648 msgid "interactively add files"
10649 msgstr ""
10651 #: builtin/commit.c:1499
10652 msgid "interactively add changes"
10653 msgstr ""
10655 #: builtin/commit.c:1500
10656 msgid "commit only specified files"
10657 msgstr ""
10659 #: builtin/commit.c:1501
10660 msgid "bypass pre-commit and commit-msg hooks"
10661 msgstr ""
10663 #: builtin/commit.c:1502
10664 msgid "show what would be committed"
10665 msgstr ""
10667 #: builtin/commit.c:1515
10668 msgid "amend previous commit"
10669 msgstr ""
10671 #: builtin/commit.c:1516
10672 msgid "bypass post-rewrite hook"
10673 msgstr ""
10675 #: builtin/commit.c:1521
10676 msgid "ok to record an empty change"
10677 msgstr ""
10679 #: builtin/commit.c:1523
10680 msgid "ok to record a change with an empty message"
10681 msgstr ""
10683 #: builtin/commit.c:1596
10684 #, c-format
10685 msgid "Corrupt MERGE_HEAD file (%s)"
10686 msgstr ""
10688 #: builtin/commit.c:1603
10689 msgid "could not read MERGE_MODE"
10690 msgstr ""
10692 #: builtin/commit.c:1622
10693 #, c-format
10694 msgid "could not read commit message: %s"
10695 msgstr ""
10697 #: builtin/commit.c:1629
10698 #, c-format
10699 msgid "Aborting commit due to empty commit message.\n"
10700 msgstr ""
10702 #: builtin/commit.c:1634
10703 #, c-format
10704 msgid "Aborting commit; you did not edit the message.\n"
10705 msgstr ""
10707 #: builtin/commit.c:1668
10708 msgid ""
10709 "repository has been updated, but unable to write\n"
10710 "new_index file. Check that disk is not full and quota is\n"
10711 "not exceeded, and then \"git reset HEAD\" to recover."
10712 msgstr ""
10714 #: builtin/commit-graph.c:10
10715 msgid "git commit-graph [--object-dir <objdir>]"
10716 msgstr ""
10718 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10719 msgid "git commit-graph read [--object-dir <objdir>]"
10720 msgstr ""
10722 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10723 msgid "git commit-graph verify [--object-dir <objdir>]"
10724 msgstr ""
10726 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10727 msgid ""
10728 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10729 "stdin-packs|--stdin-commits]"
10730 msgstr ""
10732 #: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10733 #: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10734 #: builtin/log.c:1561
10735 msgid "dir"
10736 msgstr ""
10738 #: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10739 #: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10740 msgid "The object directory to store the graph"
10741 msgstr ""
10743 #: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10744 #, c-format
10745 msgid "Could not open commit-graph '%s'"
10746 msgstr ""
10748 #: builtin/commit-graph.c:150
10749 msgid "start walk at all refs"
10750 msgstr ""
10752 #: builtin/commit-graph.c:152
10753 msgid "scan pack-indexes listed by stdin for commits"
10754 msgstr ""
10756 #: builtin/commit-graph.c:154
10757 msgid "start walk at commits listed by stdin"
10758 msgstr ""
10760 #: builtin/commit-graph.c:156
10761 msgid "include all commits already in the commit-graph file"
10762 msgstr ""
10764 #: builtin/commit-graph.c:165
10765 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10766 msgstr ""
10768 #: builtin/config.c:11
10769 msgid "git config [<options>]"
10770 msgstr ""
10772 #: builtin/config.c:103
10773 #, c-format
10774 msgid "unrecognized --type argument, %s"
10775 msgstr ""
10777 #: builtin/config.c:115
10778 msgid "only one type at a time"
10779 msgstr ""
10781 #: builtin/config.c:124
10782 msgid "Config file location"
10783 msgstr ""
10785 #: builtin/config.c:125
10786 msgid "use global config file"
10787 msgstr ""
10789 #: builtin/config.c:126
10790 msgid "use system config file"
10791 msgstr ""
10793 #: builtin/config.c:127
10794 msgid "use repository config file"
10795 msgstr ""
10797 #: builtin/config.c:128
10798 msgid "use per-worktree config file"
10799 msgstr ""
10801 #: builtin/config.c:129
10802 msgid "use given config file"
10803 msgstr ""
10805 #: builtin/config.c:130
10806 msgid "blob-id"
10807 msgstr ""
10809 #: builtin/config.c:130
10810 msgid "read config from given blob object"
10811 msgstr ""
10813 #: builtin/config.c:131
10814 msgid "Action"
10815 msgstr ""
10817 #: builtin/config.c:132
10818 msgid "get value: name [value-regex]"
10819 msgstr ""
10821 #: builtin/config.c:133
10822 msgid "get all values: key [value-regex]"
10823 msgstr ""
10825 #: builtin/config.c:134
10826 msgid "get values for regexp: name-regex [value-regex]"
10827 msgstr ""
10829 #: builtin/config.c:135
10830 msgid "get value specific for the URL: section[.var] URL"
10831 msgstr ""
10833 #: builtin/config.c:136
10834 msgid "replace all matching variables: name value [value_regex]"
10835 msgstr ""
10837 #: builtin/config.c:137
10838 msgid "add a new variable: name value"
10839 msgstr ""
10841 #: builtin/config.c:138
10842 msgid "remove a variable: name [value-regex]"
10843 msgstr ""
10845 #: builtin/config.c:139
10846 msgid "remove all matches: name [value-regex]"
10847 msgstr ""
10849 #: builtin/config.c:140
10850 msgid "rename section: old-name new-name"
10851 msgstr ""
10853 #: builtin/config.c:141
10854 msgid "remove a section: name"
10855 msgstr ""
10857 #: builtin/config.c:142
10858 msgid "list all"
10859 msgstr ""
10861 #: builtin/config.c:143
10862 msgid "open an editor"
10863 msgstr ""
10865 #: builtin/config.c:144
10866 msgid "find the color configured: slot [default]"
10867 msgstr ""
10869 #: builtin/config.c:145
10870 msgid "find the color setting: slot [stdout-is-tty]"
10871 msgstr ""
10873 #: builtin/config.c:146
10874 msgid "Type"
10875 msgstr ""
10877 #: builtin/config.c:147
10878 msgid "value is given this type"
10879 msgstr ""
10881 #: builtin/config.c:148
10882 msgid "value is \"true\" or \"false\""
10883 msgstr ""
10885 #: builtin/config.c:149
10886 msgid "value is decimal number"
10887 msgstr ""
10889 #: builtin/config.c:150
10890 msgid "value is --bool or --int"
10891 msgstr ""
10893 #: builtin/config.c:151
10894 msgid "value is a path (file or directory name)"
10895 msgstr ""
10897 #: builtin/config.c:152
10898 msgid "value is an expiry date"
10899 msgstr ""
10901 #: builtin/config.c:153
10902 msgid "Other"
10903 msgstr ""
10905 #: builtin/config.c:154
10906 msgid "terminate values with NUL byte"
10907 msgstr ""
10909 #: builtin/config.c:155
10910 msgid "show variable names only"
10911 msgstr ""
10913 #: builtin/config.c:156
10914 msgid "respect include directives on lookup"
10915 msgstr ""
10917 #: builtin/config.c:157
10918 msgid "show origin of config (file, standard input, blob, command line)"
10919 msgstr ""
10921 #: builtin/config.c:158
10922 msgid "value"
10923 msgstr ""
10925 #: builtin/config.c:158
10926 msgid "with --get, use default value when missing entry"
10927 msgstr ""
10929 #: builtin/config.c:172
10930 #, c-format
10931 msgid "wrong number of arguments, should be %d"
10932 msgstr ""
10934 #: builtin/config.c:174
10935 #, c-format
10936 msgid "wrong number of arguments, should be from %d to %d"
10937 msgstr ""
10939 #: builtin/config.c:308
10940 #, c-format
10941 msgid "invalid key pattern: %s"
10942 msgstr ""
10944 #: builtin/config.c:344
10945 #, c-format
10946 msgid "failed to format default config value: %s"
10947 msgstr ""
10949 #: builtin/config.c:401
10950 #, c-format
10951 msgid "cannot parse color '%s'"
10952 msgstr ""
10954 #: builtin/config.c:443
10955 msgid "unable to parse default color value"
10956 msgstr ""
10958 #: builtin/config.c:496 builtin/config.c:742
10959 msgid "not in a git directory"
10960 msgstr ""
10962 #: builtin/config.c:499
10963 msgid "writing to stdin is not supported"
10964 msgstr ""
10966 #: builtin/config.c:502
10967 msgid "writing config blobs is not supported"
10968 msgstr ""
10970 #: builtin/config.c:587
10971 #, c-format
10972 msgid ""
10973 "# This is Git's per-user configuration file.\n"
10974 "[user]\n"
10975 "# Please adapt and uncomment the following lines:\n"
10976 "#\tname = %s\n"
10977 "#\temail = %s\n"
10978 msgstr ""
10980 #: builtin/config.c:611
10981 msgid "only one config file at a time"
10982 msgstr ""
10984 #: builtin/config.c:616
10985 msgid "--local can only be used inside a git repository"
10986 msgstr ""
10988 #: builtin/config.c:619
10989 msgid "--blob can only be used inside a git repository"
10990 msgstr ""
10992 #: builtin/config.c:638
10993 msgid "$HOME not set"
10994 msgstr ""
10996 #: builtin/config.c:658
10997 msgid ""
10998 "--worktree cannot be used with multiple working trees unless the config\n"
10999 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11000 "section in \"git help worktree\" for details"
11001 msgstr ""
11003 #: builtin/config.c:688
11004 msgid "--get-color and variable type are incoherent"
11005 msgstr ""
11007 #: builtin/config.c:693
11008 msgid "only one action at a time"
11009 msgstr ""
11011 #: builtin/config.c:706
11012 msgid "--name-only is only applicable to --list or --get-regexp"
11013 msgstr ""
11015 #: builtin/config.c:712
11016 msgid ""
11017 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11018 "list"
11019 msgstr ""
11021 #: builtin/config.c:718
11022 msgid "--default is only applicable to --get"
11023 msgstr ""
11025 #: builtin/config.c:731
11026 #, c-format
11027 msgid "unable to read config file '%s'"
11028 msgstr ""
11030 #: builtin/config.c:734
11031 msgid "error processing config file(s)"
11032 msgstr ""
11034 #: builtin/config.c:744
11035 msgid "editing stdin is not supported"
11036 msgstr ""
11038 #: builtin/config.c:746
11039 msgid "editing blobs is not supported"
11040 msgstr ""
11042 #: builtin/config.c:760
11043 #, c-format
11044 msgid "cannot create configuration file %s"
11045 msgstr ""
11047 #: builtin/config.c:773
11048 #, c-format
11049 msgid ""
11050 "cannot overwrite multiple values with a single value\n"
11051 "       Use a regexp, --add or --replace-all to change %s."
11052 msgstr ""
11054 #: builtin/config.c:847 builtin/config.c:858
11055 #, c-format
11056 msgid "no such section: %s"
11057 msgstr ""
11059 #: builtin/count-objects.c:90
11060 msgid "git count-objects [-v] [-H | --human-readable]"
11061 msgstr ""
11063 #: builtin/count-objects.c:100
11064 msgid "print sizes in human readable format"
11065 msgstr ""
11067 #: builtin/describe.c:27
11068 msgid "git describe [<options>] [<commit-ish>...]"
11069 msgstr ""
11071 #: builtin/describe.c:28
11072 msgid "git describe [<options>] --dirty"
11073 msgstr ""
11075 #: builtin/describe.c:63
11076 msgid "head"
11077 msgstr ""
11079 #: builtin/describe.c:63
11080 msgid "lightweight"
11081 msgstr ""
11083 #: builtin/describe.c:63
11084 msgid "annotated"
11085 msgstr ""
11087 #: builtin/describe.c:273
11088 #, c-format
11089 msgid "annotated tag %s not available"
11090 msgstr ""
11092 #: builtin/describe.c:277
11093 #, c-format
11094 msgid "annotated tag %s has no embedded name"
11095 msgstr ""
11097 #: builtin/describe.c:279
11098 #, c-format
11099 msgid "tag '%s' is really '%s' here"
11100 msgstr ""
11102 #: builtin/describe.c:323
11103 #, c-format
11104 msgid "no tag exactly matches '%s'"
11105 msgstr ""
11107 #: builtin/describe.c:325
11108 #, c-format
11109 msgid "No exact match on refs or tags, searching to describe\n"
11110 msgstr ""
11112 #: builtin/describe.c:379
11113 #, c-format
11114 msgid "finished search at %s\n"
11115 msgstr ""
11117 #: builtin/describe.c:405
11118 #, c-format
11119 msgid ""
11120 "No annotated tags can describe '%s'.\n"
11121 "However, there were unannotated tags: try --tags."
11122 msgstr ""
11124 #: builtin/describe.c:409
11125 #, c-format
11126 msgid ""
11127 "No tags can describe '%s'.\n"
11128 "Try --always, or create some tags."
11129 msgstr ""
11131 #: builtin/describe.c:439
11132 #, c-format
11133 msgid "traversed %lu commits\n"
11134 msgstr ""
11136 #: builtin/describe.c:442
11137 #, c-format
11138 msgid ""
11139 "more than %i tags found; listed %i most recent\n"
11140 "gave up search at %s\n"
11141 msgstr ""
11143 #: builtin/describe.c:510
11144 #, c-format
11145 msgid "describe %s\n"
11146 msgstr ""
11148 #: builtin/describe.c:513
11149 #, c-format
11150 msgid "Not a valid object name %s"
11151 msgstr ""
11153 #: builtin/describe.c:521
11154 #, c-format
11155 msgid "%s is neither a commit nor blob"
11156 msgstr ""
11158 #: builtin/describe.c:535
11159 msgid "find the tag that comes after the commit"
11160 msgstr ""
11162 #: builtin/describe.c:536
11163 msgid "debug search strategy on stderr"
11164 msgstr ""
11166 #: builtin/describe.c:537
11167 msgid "use any ref"
11168 msgstr ""
11170 #: builtin/describe.c:538
11171 msgid "use any tag, even unannotated"
11172 msgstr ""
11174 #: builtin/describe.c:539
11175 msgid "always use long format"
11176 msgstr ""
11178 #: builtin/describe.c:540
11179 msgid "only follow first parent"
11180 msgstr ""
11182 #: builtin/describe.c:543
11183 msgid "only output exact matches"
11184 msgstr ""
11186 #: builtin/describe.c:545
11187 msgid "consider <n> most recent tags (default: 10)"
11188 msgstr ""
11190 #: builtin/describe.c:547
11191 msgid "only consider tags matching <pattern>"
11192 msgstr ""
11194 #: builtin/describe.c:549
11195 msgid "do not consider tags matching <pattern>"
11196 msgstr ""
11198 #: builtin/describe.c:551 builtin/name-rev.c:426
11199 msgid "show abbreviated commit object as fallback"
11200 msgstr ""
11202 #: builtin/describe.c:552 builtin/describe.c:555
11203 msgid "mark"
11204 msgstr ""
11206 #: builtin/describe.c:553
11207 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11208 msgstr ""
11210 #: builtin/describe.c:556
11211 msgid "append <mark> on broken working tree (default: \"-broken\")"
11212 msgstr ""
11214 #: builtin/describe.c:574
11215 msgid "--long is incompatible with --abbrev=0"
11216 msgstr ""
11218 #: builtin/describe.c:603
11219 msgid "No names found, cannot describe anything."
11220 msgstr ""
11222 #: builtin/describe.c:654
11223 msgid "--dirty is incompatible with commit-ishes"
11224 msgstr ""
11226 #: builtin/describe.c:656
11227 msgid "--broken is incompatible with commit-ishes"
11228 msgstr ""
11230 #: builtin/diff.c:84
11231 #, c-format
11232 msgid "'%s': not a regular file or symlink"
11233 msgstr ""
11235 #: builtin/diff.c:235
11236 #, c-format
11237 msgid "invalid option: %s"
11238 msgstr ""
11240 #: builtin/diff.c:350
11241 msgid "Not a git repository"
11242 msgstr ""
11244 #: builtin/diff.c:394
11245 #, c-format
11246 msgid "invalid object '%s' given."
11247 msgstr ""
11249 #: builtin/diff.c:403
11250 #, c-format
11251 msgid "more than two blobs given: '%s'"
11252 msgstr ""
11254 #: builtin/diff.c:408
11255 #, c-format
11256 msgid "unhandled object '%s' given."
11257 msgstr ""
11259 #: builtin/difftool.c:31
11260 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11261 msgstr ""
11263 #: builtin/difftool.c:259
11264 #, c-format
11265 msgid "failed: %d"
11266 msgstr ""
11268 #: builtin/difftool.c:301
11269 #, c-format
11270 msgid "could not read symlink %s"
11271 msgstr ""
11273 #: builtin/difftool.c:303
11274 #, c-format
11275 msgid "could not read symlink file %s"
11276 msgstr ""
11278 #: builtin/difftool.c:311
11279 #, c-format
11280 msgid "could not read object %s for symlink %s"
11281 msgstr ""
11283 #: builtin/difftool.c:412
11284 msgid ""
11285 "combined diff formats('-c' and '--cc') are not supported in\n"
11286 "directory diff mode('-d' and '--dir-diff')."
11287 msgstr ""
11289 #: builtin/difftool.c:632
11290 #, c-format
11291 msgid "both files modified: '%s' and '%s'."
11292 msgstr ""
11294 #: builtin/difftool.c:634
11295 msgid "working tree file has been left."
11296 msgstr ""
11298 #: builtin/difftool.c:645
11299 #, c-format
11300 msgid "temporary files exist in '%s'."
11301 msgstr ""
11303 #: builtin/difftool.c:646
11304 msgid "you may want to cleanup or recover these."
11305 msgstr ""
11307 #: builtin/difftool.c:695
11308 msgid "use `diff.guitool` instead of `diff.tool`"
11309 msgstr ""
11311 #: builtin/difftool.c:697
11312 msgid "perform a full-directory diff"
11313 msgstr ""
11315 #: builtin/difftool.c:699
11316 msgid "do not prompt before launching a diff tool"
11317 msgstr ""
11319 #: builtin/difftool.c:704
11320 msgid "use symlinks in dir-diff mode"
11321 msgstr ""
11323 #: builtin/difftool.c:705
11324 msgid "tool"
11325 msgstr ""
11327 #: builtin/difftool.c:706
11328 msgid "use the specified diff tool"
11329 msgstr ""
11331 #: builtin/difftool.c:708
11332 msgid "print a list of diff tools that may be used with `--tool`"
11333 msgstr ""
11335 #: builtin/difftool.c:711
11336 msgid ""
11337 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11338 "code"
11339 msgstr ""
11341 #: builtin/difftool.c:714
11342 msgid "specify a custom command for viewing diffs"
11343 msgstr ""
11345 #: builtin/difftool.c:715
11346 msgid "passed to `diff`"
11347 msgstr ""
11349 #: builtin/difftool.c:730
11350 msgid "difftool requires worktree or --no-index"
11351 msgstr ""
11353 #: builtin/difftool.c:744
11354 msgid "no <tool> given for --tool=<tool>"
11355 msgstr ""
11357 #: builtin/difftool.c:751
11358 msgid "no <cmd> given for --extcmd=<cmd>"
11359 msgstr ""
11361 #: builtin/fast-export.c:29
11362 msgid "git fast-export [rev-list-opts]"
11363 msgstr ""
11365 #: builtin/fast-export.c:1084
11366 msgid "show progress after <n> objects"
11367 msgstr ""
11369 #: builtin/fast-export.c:1086
11370 msgid "select handling of signed tags"
11371 msgstr ""
11373 #: builtin/fast-export.c:1089
11374 msgid "select handling of tags that tag filtered objects"
11375 msgstr ""
11377 #: builtin/fast-export.c:1092
11378 msgid "Dump marks to this file"
11379 msgstr ""
11381 #: builtin/fast-export.c:1094
11382 msgid "Import marks from this file"
11383 msgstr ""
11385 #: builtin/fast-export.c:1096
11386 msgid "Fake a tagger when tags lack one"
11387 msgstr ""
11389 #: builtin/fast-export.c:1098
11390 msgid "Output full tree for each commit"
11391 msgstr ""
11393 #: builtin/fast-export.c:1100
11394 msgid "Use the done feature to terminate the stream"
11395 msgstr ""
11397 #: builtin/fast-export.c:1101
11398 msgid "Skip output of blob data"
11399 msgstr ""
11401 #: builtin/fast-export.c:1102 builtin/log.c:1609
11402 msgid "refspec"
11403 msgstr ""
11405 #: builtin/fast-export.c:1103
11406 msgid "Apply refspec to exported refs"
11407 msgstr ""
11409 #: builtin/fast-export.c:1104
11410 msgid "anonymize output"
11411 msgstr ""
11413 #: builtin/fast-export.c:1106
11414 msgid "Reference parents which are not in fast-export stream by object id"
11415 msgstr ""
11417 #: builtin/fast-export.c:1108
11418 msgid "Show original object ids of blobs/commits"
11419 msgstr ""
11421 #: builtin/fetch.c:28
11422 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11423 msgstr ""
11425 #: builtin/fetch.c:29
11426 msgid "git fetch [<options>] <group>"
11427 msgstr ""
11429 #: builtin/fetch.c:30
11430 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11431 msgstr ""
11433 #: builtin/fetch.c:31
11434 msgid "git fetch --all [<options>]"
11435 msgstr ""
11437 #: builtin/fetch.c:115 builtin/pull.c:202
11438 msgid "fetch from all remotes"
11439 msgstr ""
11441 #: builtin/fetch.c:117 builtin/pull.c:205
11442 msgid "append to .git/FETCH_HEAD instead of overwriting"
11443 msgstr ""
11445 #: builtin/fetch.c:119 builtin/pull.c:208
11446 msgid "path to upload pack on remote end"
11447 msgstr ""
11449 #: builtin/fetch.c:120
11450 msgid "force overwrite of local reference"
11451 msgstr ""
11453 #: builtin/fetch.c:122
11454 msgid "fetch from multiple remotes"
11455 msgstr ""
11457 #: builtin/fetch.c:124 builtin/pull.c:212
11458 msgid "fetch all tags and associated objects"
11459 msgstr ""
11461 #: builtin/fetch.c:126
11462 msgid "do not fetch all tags (--no-tags)"
11463 msgstr ""
11465 #: builtin/fetch.c:128
11466 msgid "number of submodules fetched in parallel"
11467 msgstr ""
11469 #: builtin/fetch.c:130 builtin/pull.c:215
11470 msgid "prune remote-tracking branches no longer on remote"
11471 msgstr ""
11473 #: builtin/fetch.c:132
11474 msgid "prune local tags no longer on remote and clobber changed tags"
11475 msgstr ""
11477 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11478 msgid "on-demand"
11479 msgstr ""
11481 #: builtin/fetch.c:134
11482 msgid "control recursive fetching of submodules"
11483 msgstr ""
11485 #: builtin/fetch.c:138 builtin/pull.c:223
11486 msgid "keep downloaded pack"
11487 msgstr ""
11489 #: builtin/fetch.c:140
11490 msgid "allow updating of HEAD ref"
11491 msgstr ""
11493 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11494 msgid "deepen history of shallow clone"
11495 msgstr ""
11497 #: builtin/fetch.c:145
11498 msgid "deepen history of shallow repository based on time"
11499 msgstr ""
11501 #: builtin/fetch.c:151 builtin/pull.c:229
11502 msgid "convert to a complete repository"
11503 msgstr ""
11505 #: builtin/fetch.c:154
11506 msgid "prepend this to submodule path output"
11507 msgstr ""
11509 #: builtin/fetch.c:157
11510 msgid ""
11511 "default for recursive fetching of submodules (lower priority than config "
11512 "files)"
11513 msgstr ""
11515 #: builtin/fetch.c:161 builtin/pull.c:232
11516 msgid "accept refs that update .git/shallow"
11517 msgstr ""
11519 #: builtin/fetch.c:162 builtin/pull.c:234
11520 msgid "refmap"
11521 msgstr ""
11523 #: builtin/fetch.c:163 builtin/pull.c:235
11524 msgid "specify fetch refmap"
11525 msgstr ""
11527 #: builtin/fetch.c:170
11528 msgid "report that we have only objects reachable from this object"
11529 msgstr ""
11531 #: builtin/fetch.c:469
11532 msgid "Couldn't find remote ref HEAD"
11533 msgstr ""
11535 #: builtin/fetch.c:608
11536 #, c-format
11537 msgid "configuration fetch.output contains invalid value %s"
11538 msgstr ""
11540 #: builtin/fetch.c:705
11541 #, c-format
11542 msgid "object %s not found"
11543 msgstr ""
11545 #: builtin/fetch.c:709
11546 msgid "[up to date]"
11547 msgstr ""
11549 #: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11550 msgid "[rejected]"
11551 msgstr ""
11553 #: builtin/fetch.c:723
11554 msgid "can't fetch in current branch"
11555 msgstr ""
11557 #: builtin/fetch.c:733
11558 msgid "[tag update]"
11559 msgstr ""
11561 #: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11562 #: builtin/fetch.c:796
11563 msgid "unable to update local ref"
11564 msgstr ""
11566 #: builtin/fetch.c:738
11567 msgid "would clobber existing tag"
11568 msgstr ""
11570 #: builtin/fetch.c:760
11571 msgid "[new tag]"
11572 msgstr ""
11574 #: builtin/fetch.c:763
11575 msgid "[new branch]"
11576 msgstr ""
11578 #: builtin/fetch.c:766
11579 msgid "[new ref]"
11580 msgstr ""
11582 #: builtin/fetch.c:796
11583 msgid "forced update"
11584 msgstr ""
11586 #: builtin/fetch.c:801
11587 msgid "non-fast-forward"
11588 msgstr ""
11590 #: builtin/fetch.c:847
11591 #, c-format
11592 msgid "%s did not send all necessary objects\n"
11593 msgstr ""
11595 #: builtin/fetch.c:868
11596 #, c-format
11597 msgid "reject %s because shallow roots are not allowed to be updated"
11598 msgstr ""
11600 #: builtin/fetch.c:959 builtin/fetch.c:1081
11601 #, c-format
11602 msgid "From %.*s\n"
11603 msgstr ""
11605 #: builtin/fetch.c:970
11606 #, c-format
11607 msgid ""
11608 "some local refs could not be updated; try running\n"
11609 " 'git remote prune %s' to remove any old, conflicting branches"
11610 msgstr ""
11612 #: builtin/fetch.c:1051
11613 #, c-format
11614 msgid "   (%s will become dangling)"
11615 msgstr ""
11617 #: builtin/fetch.c:1052
11618 #, c-format
11619 msgid "   (%s has become dangling)"
11620 msgstr ""
11622 #: builtin/fetch.c:1084
11623 msgid "[deleted]"
11624 msgstr ""
11626 #: builtin/fetch.c:1085 builtin/remote.c:1036
11627 msgid "(none)"
11628 msgstr ""
11630 #: builtin/fetch.c:1108
11631 #, c-format
11632 msgid "Refusing to fetch into current branch %s of non-bare repository"
11633 msgstr ""
11635 #: builtin/fetch.c:1127
11636 #, c-format
11637 msgid "Option \"%s\" value \"%s\" is not valid for %s"
11638 msgstr ""
11640 #: builtin/fetch.c:1130
11641 #, c-format
11642 msgid "Option \"%s\" is ignored for %s\n"
11643 msgstr ""
11645 #: builtin/fetch.c:1434
11646 #, c-format
11647 msgid "Fetching %s\n"
11648 msgstr ""
11650 #: builtin/fetch.c:1436 builtin/remote.c:100
11651 #, c-format
11652 msgid "Could not fetch %s"
11653 msgstr ""
11655 #: builtin/fetch.c:1482
11656 msgid ""
11657 "--filter can only be used with the remote configured in extensions."
11658 "partialClone"
11659 msgstr ""
11661 #: builtin/fetch.c:1506
11662 msgid ""
11663 "No remote repository specified.  Please, specify either a URL or a\n"
11664 "remote name from which new revisions should be fetched."
11665 msgstr ""
11667 #: builtin/fetch.c:1543
11668 msgid "You need to specify a tag name."
11669 msgstr ""
11671 #: builtin/fetch.c:1594
11672 msgid "Negative depth in --deepen is not supported"
11673 msgstr ""
11675 #: builtin/fetch.c:1596
11676 msgid "--deepen and --depth are mutually exclusive"
11677 msgstr ""
11679 #: builtin/fetch.c:1601
11680 msgid "--depth and --unshallow cannot be used together"
11681 msgstr ""
11683 #: builtin/fetch.c:1603
11684 msgid "--unshallow on a complete repository does not make sense"
11685 msgstr ""
11687 #: builtin/fetch.c:1619
11688 msgid "fetch --all does not take a repository argument"
11689 msgstr ""
11691 #: builtin/fetch.c:1621
11692 msgid "fetch --all does not make sense with refspecs"
11693 msgstr ""
11695 #: builtin/fetch.c:1630
11696 #, c-format
11697 msgid "No such remote or remote group: %s"
11698 msgstr ""
11700 #: builtin/fetch.c:1637
11701 msgid "Fetching a group and specifying refspecs does not make sense"
11702 msgstr ""
11704 #: builtin/fetch.c:1653
11705 msgid ""
11706 "--filter can only be used with the remote configured in extensions."
11707 "partialclone"
11708 msgstr ""
11710 #: builtin/fmt-merge-msg.c:18
11711 msgid ""
11712 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11713 msgstr ""
11715 #: builtin/fmt-merge-msg.c:672
11716 msgid "populate log with at most <n> entries from shortlog"
11717 msgstr ""
11719 #: builtin/fmt-merge-msg.c:675
11720 msgid "alias for --log (deprecated)"
11721 msgstr ""
11723 #: builtin/fmt-merge-msg.c:678
11724 msgid "text"
11725 msgstr ""
11727 #: builtin/fmt-merge-msg.c:679
11728 msgid "use <text> as start of message"
11729 msgstr ""
11731 #: builtin/fmt-merge-msg.c:680
11732 msgid "file to read from"
11733 msgstr ""
11735 #: builtin/for-each-ref.c:10
11736 msgid "git for-each-ref [<options>] [<pattern>]"
11737 msgstr ""
11739 #: builtin/for-each-ref.c:11
11740 msgid "git for-each-ref [--points-at <object>]"
11741 msgstr ""
11743 #: builtin/for-each-ref.c:12
11744 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11745 msgstr ""
11747 #: builtin/for-each-ref.c:13
11748 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11749 msgstr ""
11751 #: builtin/for-each-ref.c:28
11752 msgid "quote placeholders suitably for shells"
11753 msgstr ""
11755 #: builtin/for-each-ref.c:30
11756 msgid "quote placeholders suitably for perl"
11757 msgstr ""
11759 #: builtin/for-each-ref.c:32
11760 msgid "quote placeholders suitably for python"
11761 msgstr ""
11763 #: builtin/for-each-ref.c:34
11764 msgid "quote placeholders suitably for Tcl"
11765 msgstr ""
11767 #: builtin/for-each-ref.c:37
11768 msgid "show only <n> matched refs"
11769 msgstr ""
11771 #: builtin/for-each-ref.c:39 builtin/tag.c:433
11772 msgid "respect format colors"
11773 msgstr ""
11775 #: builtin/for-each-ref.c:42
11776 msgid "print only refs which points at the given object"
11777 msgstr ""
11779 #: builtin/for-each-ref.c:44
11780 msgid "print only refs that are merged"
11781 msgstr ""
11783 #: builtin/for-each-ref.c:45
11784 msgid "print only refs that are not merged"
11785 msgstr ""
11787 #: builtin/for-each-ref.c:46
11788 msgid "print only refs which contain the commit"
11789 msgstr ""
11791 #: builtin/for-each-ref.c:47
11792 msgid "print only refs which don't contain the commit"
11793 msgstr ""
11795 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11796 msgid "unknown"
11797 msgstr ""
11799 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11800 #: builtin/fsck.c:120 builtin/fsck.c:136
11801 #, c-format
11802 msgid "error in %s %s: %s"
11803 msgstr ""
11805 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11806 #: builtin/fsck.c:131
11807 #, c-format
11808 msgid "warning in %s %s: %s"
11809 msgstr ""
11811 #: builtin/fsck.c:157 builtin/fsck.c:159
11812 #, c-format
11813 msgid "broken link from %7s %s"
11814 msgstr ""
11816 #: builtin/fsck.c:168
11817 msgid "wrong object type in link"
11818 msgstr ""
11820 #: builtin/fsck.c:184
11821 #, c-format
11822 msgid ""
11823 "broken link from %7s %s\n"
11824 "              to %7s %s"
11825 msgstr ""
11827 #: builtin/fsck.c:295
11828 #, c-format
11829 msgid "missing %s %s"
11830 msgstr ""
11832 #: builtin/fsck.c:321
11833 #, c-format
11834 msgid "unreachable %s %s"
11835 msgstr ""
11837 #: builtin/fsck.c:340
11838 #, c-format
11839 msgid "dangling %s %s"
11840 msgstr ""
11842 #: builtin/fsck.c:349
11843 msgid "could not create lost-found"
11844 msgstr ""
11846 #: builtin/fsck.c:360
11847 #, c-format
11848 msgid "could not finish '%s'"
11849 msgstr ""
11851 #: builtin/fsck.c:377
11852 #, c-format
11853 msgid "Checking %s"
11854 msgstr ""
11856 #: builtin/fsck.c:415
11857 #, c-format
11858 msgid "Checking connectivity (%d objects)"
11859 msgstr ""
11861 #: builtin/fsck.c:434
11862 #, c-format
11863 msgid "Checking %s %s"
11864 msgstr ""
11866 #: builtin/fsck.c:438
11867 msgid "broken links"
11868 msgstr ""
11870 #: builtin/fsck.c:447
11871 #, c-format
11872 msgid "root %s"
11873 msgstr ""
11875 #: builtin/fsck.c:455
11876 #, c-format
11877 msgid "tagged %s %s (%s) in %s"
11878 msgstr ""
11880 #: builtin/fsck.c:484
11881 #, c-format
11882 msgid "%s: object corrupt or missing"
11883 msgstr ""
11885 #: builtin/fsck.c:509
11886 #, c-format
11887 msgid "%s: invalid reflog entry %s"
11888 msgstr ""
11890 #: builtin/fsck.c:523
11891 #, c-format
11892 msgid "Checking reflog %s->%s"
11893 msgstr ""
11895 #: builtin/fsck.c:557
11896 #, c-format
11897 msgid "%s: invalid sha1 pointer %s"
11898 msgstr ""
11900 #: builtin/fsck.c:564
11901 #, c-format
11902 msgid "%s: not a commit"
11903 msgstr ""
11905 #: builtin/fsck.c:619
11906 msgid "notice: No default references"
11907 msgstr ""
11909 #: builtin/fsck.c:634
11910 #, c-format
11911 msgid "%s: object corrupt or missing: %s"
11912 msgstr ""
11914 #: builtin/fsck.c:647
11915 #, c-format
11916 msgid "%s: object could not be parsed: %s"
11917 msgstr ""
11919 #: builtin/fsck.c:667
11920 #, c-format
11921 msgid "bad sha1 file: %s"
11922 msgstr ""
11924 #: builtin/fsck.c:682
11925 msgid "Checking object directory"
11926 msgstr ""
11928 #: builtin/fsck.c:685
11929 msgid "Checking object directories"
11930 msgstr ""
11932 #: builtin/fsck.c:700
11933 #, c-format
11934 msgid "Checking %s link"
11935 msgstr ""
11937 #: builtin/fsck.c:705 builtin/index-pack.c:841
11938 #, c-format
11939 msgid "invalid %s"
11940 msgstr ""
11942 #: builtin/fsck.c:712
11943 #, c-format
11944 msgid "%s points to something strange (%s)"
11945 msgstr ""
11947 #: builtin/fsck.c:718
11948 #, c-format
11949 msgid "%s: detached HEAD points at nothing"
11950 msgstr ""
11952 #: builtin/fsck.c:722
11953 #, c-format
11954 msgid "notice: %s points to an unborn branch (%s)"
11955 msgstr ""
11957 #: builtin/fsck.c:734
11958 msgid "Checking cache tree"
11959 msgstr ""
11961 #: builtin/fsck.c:739
11962 #, c-format
11963 msgid "%s: invalid sha1 pointer in cache-tree"
11964 msgstr ""
11966 #: builtin/fsck.c:750
11967 msgid "non-tree in cache-tree"
11968 msgstr ""
11970 #: builtin/fsck.c:781
11971 msgid "git fsck [<options>] [<object>...]"
11972 msgstr ""
11974 #: builtin/fsck.c:787
11975 msgid "show unreachable objects"
11976 msgstr ""
11978 #: builtin/fsck.c:788
11979 msgid "show dangling objects"
11980 msgstr ""
11982 #: builtin/fsck.c:789
11983 msgid "report tags"
11984 msgstr ""
11986 #: builtin/fsck.c:790
11987 msgid "report root nodes"
11988 msgstr ""
11990 #: builtin/fsck.c:791
11991 msgid "make index objects head nodes"
11992 msgstr ""
11994 #: builtin/fsck.c:792
11995 msgid "make reflogs head nodes (default)"
11996 msgstr ""
11998 #: builtin/fsck.c:793
11999 msgid "also consider packs and alternate objects"
12000 msgstr ""
12002 #: builtin/fsck.c:794
12003 msgid "check only connectivity"
12004 msgstr ""
12006 #: builtin/fsck.c:795
12007 msgid "enable more strict checking"
12008 msgstr ""
12010 #: builtin/fsck.c:797
12011 msgid "write dangling objects in .git/lost-found"
12012 msgstr ""
12014 #: builtin/fsck.c:798 builtin/prune.c:132
12015 msgid "show progress"
12016 msgstr ""
12018 #: builtin/fsck.c:799
12019 msgid "show verbose names for reachable objects"
12020 msgstr ""
12022 #: builtin/fsck.c:859 builtin/index-pack.c:224
12023 msgid "Checking objects"
12024 msgstr ""
12026 #: builtin/fsck.c:887
12027 #, c-format
12028 msgid "%s: object missing"
12029 msgstr ""
12031 #: builtin/fsck.c:899
12032 #, c-format
12033 msgid "invalid parameter: expected sha1, got '%s'"
12034 msgstr ""
12036 #: builtin/gc.c:34
12037 msgid "git gc [<options>]"
12038 msgstr ""
12040 #: builtin/gc.c:90
12041 #, c-format
12042 msgid "Failed to fstat %s: %s"
12043 msgstr ""
12045 #: builtin/gc.c:126
12046 #, c-format
12047 msgid "failed to parse '%s' value '%s'"
12048 msgstr ""
12050 #: builtin/gc.c:476 builtin/init-db.c:55
12051 #, c-format
12052 msgid "cannot stat '%s'"
12053 msgstr ""
12055 #: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12056 #, c-format
12057 msgid "cannot read '%s'"
12058 msgstr ""
12060 #: builtin/gc.c:492
12061 #, c-format
12062 msgid ""
12063 "The last gc run reported the following. Please correct the root cause\n"
12064 "and remove %s.\n"
12065 "Automatic cleanup will not be performed until the file is removed.\n"
12066 "\n"
12067 "%s"
12068 msgstr ""
12070 #: builtin/gc.c:540
12071 msgid "prune unreferenced objects"
12072 msgstr ""
12074 #: builtin/gc.c:542
12075 msgid "be more thorough (increased runtime)"
12076 msgstr ""
12078 #: builtin/gc.c:543
12079 msgid "enable auto-gc mode"
12080 msgstr ""
12082 #: builtin/gc.c:546
12083 msgid "force running gc even if there may be another gc running"
12084 msgstr ""
12086 #: builtin/gc.c:549
12087 msgid "repack all other packs except the largest pack"
12088 msgstr ""
12090 #: builtin/gc.c:566
12091 #, c-format
12092 msgid "failed to parse gc.logexpiry value %s"
12093 msgstr ""
12095 #: builtin/gc.c:577
12096 #, c-format
12097 msgid "failed to parse prune expiry value %s"
12098 msgstr ""
12100 #: builtin/gc.c:597
12101 #, c-format
12102 msgid "Auto packing the repository in background for optimum performance.\n"
12103 msgstr ""
12105 #: builtin/gc.c:599
12106 #, c-format
12107 msgid "Auto packing the repository for optimum performance.\n"
12108 msgstr ""
12110 #: builtin/gc.c:600
12111 #, c-format
12112 msgid "See \"git help gc\" for manual housekeeping.\n"
12113 msgstr ""
12115 #: builtin/gc.c:640
12116 #, c-format
12117 msgid ""
12118 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12119 msgstr ""
12121 #: builtin/gc.c:693
12122 msgid ""
12123 "There are too many unreachable loose objects; run 'git prune' to remove them."
12124 msgstr ""
12126 #: builtin/grep.c:29
12127 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12128 msgstr ""
12130 #: builtin/grep.c:225
12131 #, c-format
12132 msgid "grep: failed to create thread: %s"
12133 msgstr ""
12135 #: builtin/grep.c:279
12136 #, c-format
12137 msgid "invalid number of threads specified (%d) for %s"
12138 msgstr ""
12140 #. TRANSLATORS: %s is the configuration
12141 #. variable for tweaking threads, currently
12142 #. grep.threads
12144 #: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12145 #: builtin/pack-objects.c:2720
12146 #, c-format
12147 msgid "no threads support, ignoring %s"
12148 msgstr ""
12150 #: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12151 #, c-format
12152 msgid "unable to read tree (%s)"
12153 msgstr ""
12155 #: builtin/grep.c:646
12156 #, c-format
12157 msgid "unable to grep from object of type %s"
12158 msgstr ""
12160 #: builtin/grep.c:712
12161 #, c-format
12162 msgid "switch `%c' expects a numerical value"
12163 msgstr ""
12165 #: builtin/grep.c:811
12166 msgid "search in index instead of in the work tree"
12167 msgstr ""
12169 #: builtin/grep.c:813
12170 msgid "find in contents not managed by git"
12171 msgstr ""
12173 #: builtin/grep.c:815
12174 msgid "search in both tracked and untracked files"
12175 msgstr ""
12177 #: builtin/grep.c:817
12178 msgid "ignore files specified via '.gitignore'"
12179 msgstr ""
12181 #: builtin/grep.c:819
12182 msgid "recursively search in each submodule"
12183 msgstr ""
12185 #: builtin/grep.c:822
12186 msgid "show non-matching lines"
12187 msgstr ""
12189 #: builtin/grep.c:824
12190 msgid "case insensitive matching"
12191 msgstr ""
12193 #: builtin/grep.c:826
12194 msgid "match patterns only at word boundaries"
12195 msgstr ""
12197 #: builtin/grep.c:828
12198 msgid "process binary files as text"
12199 msgstr ""
12201 #: builtin/grep.c:830
12202 msgid "don't match patterns in binary files"
12203 msgstr ""
12205 #: builtin/grep.c:833
12206 msgid "process binary files with textconv filters"
12207 msgstr ""
12209 #: builtin/grep.c:835
12210 msgid "search in subdirectories (default)"
12211 msgstr ""
12213 #: builtin/grep.c:837
12214 msgid "descend at most <depth> levels"
12215 msgstr ""
12217 #: builtin/grep.c:841
12218 msgid "use extended POSIX regular expressions"
12219 msgstr ""
12221 #: builtin/grep.c:844
12222 msgid "use basic POSIX regular expressions (default)"
12223 msgstr ""
12225 #: builtin/grep.c:847
12226 msgid "interpret patterns as fixed strings"
12227 msgstr ""
12229 #: builtin/grep.c:850
12230 msgid "use Perl-compatible regular expressions"
12231 msgstr ""
12233 #: builtin/grep.c:853
12234 msgid "show line numbers"
12235 msgstr ""
12237 #: builtin/grep.c:854
12238 msgid "show column number of first match"
12239 msgstr ""
12241 #: builtin/grep.c:855
12242 msgid "don't show filenames"
12243 msgstr ""
12245 #: builtin/grep.c:856
12246 msgid "show filenames"
12247 msgstr ""
12249 #: builtin/grep.c:858
12250 msgid "show filenames relative to top directory"
12251 msgstr ""
12253 #: builtin/grep.c:860
12254 msgid "show only filenames instead of matching lines"
12255 msgstr ""
12257 #: builtin/grep.c:862
12258 msgid "synonym for --files-with-matches"
12259 msgstr ""
12261 #: builtin/grep.c:865
12262 msgid "show only the names of files without match"
12263 msgstr ""
12265 #: builtin/grep.c:867
12266 msgid "print NUL after filenames"
12267 msgstr ""
12269 #: builtin/grep.c:870
12270 msgid "show only matching parts of a line"
12271 msgstr ""
12273 #: builtin/grep.c:872
12274 msgid "show the number of matches instead of matching lines"
12275 msgstr ""
12277 #: builtin/grep.c:873
12278 msgid "highlight matches"
12279 msgstr ""
12281 #: builtin/grep.c:875
12282 msgid "print empty line between matches from different files"
12283 msgstr ""
12285 #: builtin/grep.c:877
12286 msgid "show filename only once above matches from same file"
12287 msgstr ""
12289 #: builtin/grep.c:880
12290 msgid "show <n> context lines before and after matches"
12291 msgstr ""
12293 #: builtin/grep.c:883
12294 msgid "show <n> context lines before matches"
12295 msgstr ""
12297 #: builtin/grep.c:885
12298 msgid "show <n> context lines after matches"
12299 msgstr ""
12301 #: builtin/grep.c:887
12302 msgid "use <n> worker threads"
12303 msgstr ""
12305 #: builtin/grep.c:888
12306 msgid "shortcut for -C NUM"
12307 msgstr ""
12309 #: builtin/grep.c:891
12310 msgid "show a line with the function name before matches"
12311 msgstr ""
12313 #: builtin/grep.c:893
12314 msgid "show the surrounding function"
12315 msgstr ""
12317 #: builtin/grep.c:896
12318 msgid "read patterns from file"
12319 msgstr ""
12321 #: builtin/grep.c:898
12322 msgid "match <pattern>"
12323 msgstr ""
12325 #: builtin/grep.c:900
12326 msgid "combine patterns specified with -e"
12327 msgstr ""
12329 #: builtin/grep.c:912
12330 msgid "indicate hit with exit status without output"
12331 msgstr ""
12333 #: builtin/grep.c:914
12334 msgid "show only matches from files that match all patterns"
12335 msgstr ""
12337 #: builtin/grep.c:916
12338 msgid "show parse tree for grep expression"
12339 msgstr ""
12341 #: builtin/grep.c:920
12342 msgid "pager"
12343 msgstr ""
12345 #: builtin/grep.c:920
12346 msgid "show matching files in the pager"
12347 msgstr ""
12349 #: builtin/grep.c:924
12350 msgid "allow calling of grep(1) (ignored by this build)"
12351 msgstr ""
12353 #: builtin/grep.c:988
12354 msgid "no pattern given"
12355 msgstr ""
12357 #: builtin/grep.c:1024
12358 msgid "--no-index or --untracked cannot be used with revs"
12359 msgstr ""
12361 #: builtin/grep.c:1032
12362 #, c-format
12363 msgid "unable to resolve revision: %s"
12364 msgstr ""
12366 #: builtin/grep.c:1063
12367 msgid "invalid option combination, ignoring --threads"
12368 msgstr ""
12370 #: builtin/grep.c:1066 builtin/pack-objects.c:3403
12371 msgid "no threads support, ignoring --threads"
12372 msgstr ""
12374 #: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12375 #, c-format
12376 msgid "invalid number of threads specified (%d)"
12377 msgstr ""
12379 #: builtin/grep.c:1092
12380 msgid "--open-files-in-pager only works on the worktree"
12381 msgstr ""
12383 #: builtin/grep.c:1115
12384 msgid "option not supported with --recurse-submodules"
12385 msgstr ""
12387 #: builtin/grep.c:1121
12388 msgid "--cached or --untracked cannot be used with --no-index"
12389 msgstr ""
12391 #: builtin/grep.c:1127
12392 msgid "--[no-]exclude-standard cannot be used for tracked contents"
12393 msgstr ""
12395 #: builtin/grep.c:1135
12396 msgid "both --cached and trees are given"
12397 msgstr ""
12399 #: builtin/hash-object.c:85
12400 msgid ""
12401 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12402 "[--] <file>..."
12403 msgstr ""
12405 #: builtin/hash-object.c:86
12406 msgid "git hash-object  --stdin-paths"
12407 msgstr ""
12409 #: builtin/hash-object.c:98
12410 msgid "type"
12411 msgstr ""
12413 #: builtin/hash-object.c:98
12414 msgid "object type"
12415 msgstr ""
12417 #: builtin/hash-object.c:99
12418 msgid "write the object into the object database"
12419 msgstr ""
12421 #: builtin/hash-object.c:101
12422 msgid "read the object from stdin"
12423 msgstr ""
12425 #: builtin/hash-object.c:103
12426 msgid "store file as is without filters"
12427 msgstr ""
12429 #: builtin/hash-object.c:104
12430 msgid ""
12431 "just hash any random garbage to create corrupt objects for debugging Git"
12432 msgstr ""
12434 #: builtin/hash-object.c:105
12435 msgid "process file as it were from this path"
12436 msgstr ""
12438 #: builtin/help.c:46
12439 msgid "print all available commands"
12440 msgstr ""
12442 #: builtin/help.c:47
12443 msgid "exclude guides"
12444 msgstr ""
12446 #: builtin/help.c:48
12447 msgid "print list of useful guides"
12448 msgstr ""
12450 #: builtin/help.c:49
12451 msgid "print all configuration variable names"
12452 msgstr ""
12454 #: builtin/help.c:51
12455 msgid "show man page"
12456 msgstr ""
12458 #: builtin/help.c:52
12459 msgid "show manual in web browser"
12460 msgstr ""
12462 #: builtin/help.c:54
12463 msgid "show info page"
12464 msgstr ""
12466 #: builtin/help.c:56
12467 msgid "print command description"
12468 msgstr ""
12470 #: builtin/help.c:61
12471 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12472 msgstr ""
12474 #: builtin/help.c:77
12475 #, c-format
12476 msgid "unrecognized help format '%s'"
12477 msgstr ""
12479 #: builtin/help.c:104
12480 msgid "Failed to start emacsclient."
12481 msgstr ""
12483 #: builtin/help.c:117
12484 msgid "Failed to parse emacsclient version."
12485 msgstr ""
12487 #: builtin/help.c:125
12488 #, c-format
12489 msgid "emacsclient version '%d' too old (< 22)."
12490 msgstr ""
12492 #: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12493 #, c-format
12494 msgid "failed to exec '%s'"
12495 msgstr ""
12497 #: builtin/help.c:221
12498 #, c-format
12499 msgid ""
12500 "'%s': path for unsupported man viewer.\n"
12501 "Please consider using 'man.<tool>.cmd' instead."
12502 msgstr ""
12504 #: builtin/help.c:233
12505 #, c-format
12506 msgid ""
12507 "'%s': cmd for supported man viewer.\n"
12508 "Please consider using 'man.<tool>.path' instead."
12509 msgstr ""
12511 #: builtin/help.c:350
12512 #, c-format
12513 msgid "'%s': unknown man viewer."
12514 msgstr ""
12516 #: builtin/help.c:367
12517 msgid "no man viewer handled the request"
12518 msgstr ""
12520 #: builtin/help.c:375
12521 msgid "no info viewer handled the request"
12522 msgstr ""
12524 #: builtin/help.c:434 builtin/help.c:445 git.c:335
12525 #, c-format
12526 msgid "'%s' is aliased to '%s'"
12527 msgstr ""
12529 #: builtin/help.c:448 git.c:364
12530 #, c-format
12531 msgid "bad alias.%s string: %s"
12532 msgstr ""
12534 #: builtin/help.c:477 builtin/help.c:507
12535 #, c-format
12536 msgid "usage: %s%s"
12537 msgstr ""
12539 #: builtin/help.c:491
12540 msgid "'git help config' for more information"
12541 msgstr ""
12543 #: builtin/index-pack.c:184
12544 #, c-format
12545 msgid "object type mismatch at %s"
12546 msgstr ""
12548 #: builtin/index-pack.c:204
12549 #, c-format
12550 msgid "did not receive expected object %s"
12551 msgstr ""
12553 #: builtin/index-pack.c:207
12554 #, c-format
12555 msgid "object %s: expected type %s, found %s"
12556 msgstr ""
12558 #: builtin/index-pack.c:257
12559 #, c-format
12560 msgid "cannot fill %d byte"
12561 msgid_plural "cannot fill %d bytes"
12562 msgstr[0] ""
12563 msgstr[1] ""
12565 #: builtin/index-pack.c:267
12566 msgid "early EOF"
12567 msgstr ""
12569 #: builtin/index-pack.c:268
12570 msgid "read error on input"
12571 msgstr ""
12573 #: builtin/index-pack.c:280
12574 msgid "used more bytes than were available"
12575 msgstr ""
12577 #: builtin/index-pack.c:287 builtin/pack-objects.c:600
12578 msgid "pack too large for current definition of off_t"
12579 msgstr ""
12581 #: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12582 msgid "pack exceeds maximum allowed size"
12583 msgstr ""
12585 #: builtin/index-pack.c:305 builtin/repack.c:250
12586 #, c-format
12587 msgid "unable to create '%s'"
12588 msgstr ""
12590 #: builtin/index-pack.c:311
12591 #, c-format
12592 msgid "cannot open packfile '%s'"
12593 msgstr ""
12595 #: builtin/index-pack.c:325
12596 msgid "pack signature mismatch"
12597 msgstr ""
12599 #: builtin/index-pack.c:327
12600 #, c-format
12601 msgid "pack version %<PRIu32> unsupported"
12602 msgstr ""
12604 #: builtin/index-pack.c:345
12605 #, c-format
12606 msgid "pack has bad object at offset %<PRIuMAX>: %s"
12607 msgstr ""
12609 #: builtin/index-pack.c:465
12610 #, c-format
12611 msgid "inflate returned %d"
12612 msgstr ""
12614 #: builtin/index-pack.c:514
12615 msgid "offset value overflow for delta base object"
12616 msgstr ""
12618 #: builtin/index-pack.c:522
12619 msgid "delta base offset is out of bound"
12620 msgstr ""
12622 #: builtin/index-pack.c:530
12623 #, c-format
12624 msgid "unknown object type %d"
12625 msgstr ""
12627 #: builtin/index-pack.c:561
12628 msgid "cannot pread pack file"
12629 msgstr ""
12631 #: builtin/index-pack.c:563
12632 #, c-format
12633 msgid "premature end of pack file, %<PRIuMAX> byte missing"
12634 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12635 msgstr[0] ""
12636 msgstr[1] ""
12638 #: builtin/index-pack.c:589
12639 msgid "serious inflate inconsistency"
12640 msgstr ""
12642 #: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12643 #: builtin/index-pack.c:802 builtin/index-pack.c:811
12644 #, c-format
12645 msgid "SHA1 COLLISION FOUND WITH %s !"
12646 msgstr ""
12648 #: builtin/index-pack.c:737 builtin/pack-objects.c:153
12649 #: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12650 #, c-format
12651 msgid "unable to read %s"
12652 msgstr ""
12654 #: builtin/index-pack.c:800
12655 #, c-format
12656 msgid "cannot read existing object info %s"
12657 msgstr ""
12659 #: builtin/index-pack.c:808
12660 #, c-format
12661 msgid "cannot read existing object %s"
12662 msgstr ""
12664 #: builtin/index-pack.c:822
12665 #, c-format
12666 msgid "invalid blob object %s"
12667 msgstr ""
12669 #: builtin/index-pack.c:825 builtin/index-pack.c:844
12670 msgid "fsck error in packed object"
12671 msgstr ""
12673 #: builtin/index-pack.c:846
12674 #, c-format
12675 msgid "Not all child objects of %s are reachable"
12676 msgstr ""
12678 #: builtin/index-pack.c:918 builtin/index-pack.c:949
12679 msgid "failed to apply delta"
12680 msgstr ""
12682 #: builtin/index-pack.c:1117
12683 msgid "Receiving objects"
12684 msgstr ""
12686 #: builtin/index-pack.c:1117
12687 msgid "Indexing objects"
12688 msgstr ""
12690 #: builtin/index-pack.c:1151
12691 msgid "pack is corrupted (SHA1 mismatch)"
12692 msgstr ""
12694 #: builtin/index-pack.c:1156
12695 msgid "cannot fstat packfile"
12696 msgstr ""
12698 #: builtin/index-pack.c:1159
12699 msgid "pack has junk at the end"
12700 msgstr ""
12702 #: builtin/index-pack.c:1171
12703 msgid "confusion beyond insanity in parse_pack_objects()"
12704 msgstr ""
12706 #: builtin/index-pack.c:1194
12707 msgid "Resolving deltas"
12708 msgstr ""
12710 #: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12711 #, c-format
12712 msgid "unable to create thread: %s"
12713 msgstr ""
12715 #: builtin/index-pack.c:1245
12716 msgid "confusion beyond insanity"
12717 msgstr ""
12719 #: builtin/index-pack.c:1251
12720 #, c-format
12721 msgid "completed with %d local object"
12722 msgid_plural "completed with %d local objects"
12723 msgstr[0] ""
12724 msgstr[1] ""
12726 #: builtin/index-pack.c:1263
12727 #, c-format
12728 msgid "Unexpected tail checksum for %s (disk corruption?)"
12729 msgstr ""
12731 #: builtin/index-pack.c:1267
12732 #, c-format
12733 msgid "pack has %d unresolved delta"
12734 msgid_plural "pack has %d unresolved deltas"
12735 msgstr[0] ""
12736 msgstr[1] ""
12738 #: builtin/index-pack.c:1291
12739 #, c-format
12740 msgid "unable to deflate appended object (%d)"
12741 msgstr ""
12743 #: builtin/index-pack.c:1368
12744 #, c-format
12745 msgid "local object %s is corrupt"
12746 msgstr ""
12748 #: builtin/index-pack.c:1382
12749 #, c-format
12750 msgid "packfile name '%s' does not end with '.pack'"
12751 msgstr ""
12753 #: builtin/index-pack.c:1407
12754 #, c-format
12755 msgid "cannot write %s file '%s'"
12756 msgstr ""
12758 #: builtin/index-pack.c:1415
12759 #, c-format
12760 msgid "cannot close written %s file '%s'"
12761 msgstr ""
12763 #: builtin/index-pack.c:1439
12764 msgid "error while closing pack file"
12765 msgstr ""
12767 #: builtin/index-pack.c:1453
12768 msgid "cannot store pack file"
12769 msgstr ""
12771 #: builtin/index-pack.c:1461
12772 msgid "cannot store index file"
12773 msgstr ""
12775 #: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12776 #, c-format
12777 msgid "bad pack.indexversion=%<PRIu32>"
12778 msgstr ""
12780 #: builtin/index-pack.c:1573
12781 #, c-format
12782 msgid "Cannot open existing pack file '%s'"
12783 msgstr ""
12785 #: builtin/index-pack.c:1575
12786 #, c-format
12787 msgid "Cannot open existing pack idx file for '%s'"
12788 msgstr ""
12790 #: builtin/index-pack.c:1623
12791 #, c-format
12792 msgid "non delta: %d object"
12793 msgid_plural "non delta: %d objects"
12794 msgstr[0] ""
12795 msgstr[1] ""
12797 #: builtin/index-pack.c:1630
12798 #, c-format
12799 msgid "chain length = %d: %lu object"
12800 msgid_plural "chain length = %d: %lu objects"
12801 msgstr[0] ""
12802 msgstr[1] ""
12804 #: builtin/index-pack.c:1667
12805 msgid "Cannot come back to cwd"
12806 msgstr ""
12808 #: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12809 #: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12810 #, c-format
12811 msgid "bad %s"
12812 msgstr ""
12814 #: builtin/index-pack.c:1755
12815 msgid "--fix-thin cannot be used without --stdin"
12816 msgstr ""
12818 #: builtin/index-pack.c:1757
12819 msgid "--stdin requires a git repository"
12820 msgstr ""
12822 #: builtin/index-pack.c:1763
12823 msgid "--verify with no packfile name given"
12824 msgstr ""
12826 #: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12827 msgid "fsck error in pack objects"
12828 msgstr ""
12830 #: builtin/init-db.c:61
12831 #, c-format
12832 msgid "cannot stat template '%s'"
12833 msgstr ""
12835 #: builtin/init-db.c:66
12836 #, c-format
12837 msgid "cannot opendir '%s'"
12838 msgstr ""
12840 #: builtin/init-db.c:78
12841 #, c-format
12842 msgid "cannot readlink '%s'"
12843 msgstr ""
12845 #: builtin/init-db.c:80
12846 #, c-format
12847 msgid "cannot symlink '%s' '%s'"
12848 msgstr ""
12850 #: builtin/init-db.c:86
12851 #, c-format
12852 msgid "cannot copy '%s' to '%s'"
12853 msgstr ""
12855 #: builtin/init-db.c:90
12856 #, c-format
12857 msgid "ignoring template %s"
12858 msgstr ""
12860 #: builtin/init-db.c:121
12861 #, c-format
12862 msgid "templates not found in %s"
12863 msgstr ""
12865 #: builtin/init-db.c:136
12866 #, c-format
12867 msgid "not copying templates from '%s': %s"
12868 msgstr ""
12870 #: builtin/init-db.c:334
12871 #, c-format
12872 msgid "unable to handle file type %d"
12873 msgstr ""
12875 #: builtin/init-db.c:337
12876 #, c-format
12877 msgid "unable to move %s to %s"
12878 msgstr ""
12880 #: builtin/init-db.c:354 builtin/init-db.c:357
12881 #, c-format
12882 msgid "%s already exists"
12883 msgstr ""
12885 #: builtin/init-db.c:413
12886 #, c-format
12887 msgid "Reinitialized existing shared Git repository in %s%s\n"
12888 msgstr ""
12890 #: builtin/init-db.c:414
12891 #, c-format
12892 msgid "Reinitialized existing Git repository in %s%s\n"
12893 msgstr ""
12895 #: builtin/init-db.c:418
12896 #, c-format
12897 msgid "Initialized empty shared Git repository in %s%s\n"
12898 msgstr ""
12900 #: builtin/init-db.c:419
12901 #, c-format
12902 msgid "Initialized empty Git repository in %s%s\n"
12903 msgstr ""
12905 #: builtin/init-db.c:468
12906 msgid ""
12907 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12908 "shared[=<permissions>]] [<directory>]"
12909 msgstr ""
12911 #: builtin/init-db.c:491
12912 msgid "permissions"
12913 msgstr ""
12915 #: builtin/init-db.c:492
12916 msgid "specify that the git repository is to be shared amongst several users"
12917 msgstr ""
12919 #: builtin/init-db.c:526 builtin/init-db.c:531
12920 #, c-format
12921 msgid "cannot mkdir %s"
12922 msgstr ""
12924 #: builtin/init-db.c:535
12925 #, c-format
12926 msgid "cannot chdir to %s"
12927 msgstr ""
12929 #: builtin/init-db.c:556
12930 #, c-format
12931 msgid ""
12932 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12933 "dir=<directory>)"
12934 msgstr ""
12936 #: builtin/init-db.c:584
12937 #, c-format
12938 msgid "Cannot access work tree '%s'"
12939 msgstr ""
12941 #: builtin/interpret-trailers.c:15
12942 msgid ""
12943 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12944 "<token>[(=|:)<value>])...] [<file>...]"
12945 msgstr ""
12947 #: builtin/interpret-trailers.c:94
12948 msgid "edit files in place"
12949 msgstr ""
12951 #: builtin/interpret-trailers.c:95
12952 msgid "trim empty trailers"
12953 msgstr ""
12955 #: builtin/interpret-trailers.c:98
12956 msgid "where to place the new trailer"
12957 msgstr ""
12959 #: builtin/interpret-trailers.c:100
12960 msgid "action if trailer already exists"
12961 msgstr ""
12963 #: builtin/interpret-trailers.c:102
12964 msgid "action if trailer is missing"
12965 msgstr ""
12967 #: builtin/interpret-trailers.c:104
12968 msgid "output only the trailers"
12969 msgstr ""
12971 #: builtin/interpret-trailers.c:105
12972 msgid "do not apply config rules"
12973 msgstr ""
12975 #: builtin/interpret-trailers.c:106
12976 msgid "join whitespace-continued values"
12977 msgstr ""
12979 #: builtin/interpret-trailers.c:107
12980 msgid "set parsing options"
12981 msgstr ""
12983 #: builtin/interpret-trailers.c:109
12984 msgid "do not treat --- specially"
12985 msgstr ""
12987 #: builtin/interpret-trailers.c:110
12988 msgid "trailer"
12989 msgstr ""
12991 #: builtin/interpret-trailers.c:111
12992 msgid "trailer(s) to add"
12993 msgstr ""
12995 #: builtin/interpret-trailers.c:120
12996 msgid "--trailer with --only-input does not make sense"
12997 msgstr ""
12999 #: builtin/interpret-trailers.c:130
13000 msgid "no input file given for in-place editing"
13001 msgstr ""
13003 #: builtin/log.c:55
13004 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13005 msgstr ""
13007 #: builtin/log.c:56
13008 msgid "git show [<options>] <object>..."
13009 msgstr ""
13011 #: builtin/log.c:104
13012 #, c-format
13013 msgid "invalid --decorate option: %s"
13014 msgstr ""
13016 #: builtin/log.c:168
13017 msgid "show source"
13018 msgstr ""
13020 #: builtin/log.c:169
13021 msgid "Use mail map file"
13022 msgstr ""
13024 #: builtin/log.c:171
13025 msgid "only decorate refs that match <pattern>"
13026 msgstr ""
13028 #: builtin/log.c:173
13029 msgid "do not decorate refs that match <pattern>"
13030 msgstr ""
13032 #: builtin/log.c:174
13033 msgid "decorate options"
13034 msgstr ""
13036 #: builtin/log.c:177
13037 msgid "Process line range n,m in file, counting from 1"
13038 msgstr ""
13040 #: builtin/log.c:275
13041 #, c-format
13042 msgid "Final output: %d %s\n"
13043 msgstr ""
13045 #: builtin/log.c:529
13046 #, c-format
13047 msgid "git show %s: bad file"
13048 msgstr ""
13050 #: builtin/log.c:544 builtin/log.c:638
13051 #, c-format
13052 msgid "could not read object %s"
13053 msgstr ""
13055 #: builtin/log.c:663
13056 #, c-format
13057 msgid "unknown type: %d"
13058 msgstr ""
13060 #: builtin/log.c:784
13061 msgid "format.headers without value"
13062 msgstr ""
13064 #: builtin/log.c:885
13065 msgid "name of output directory is too long"
13066 msgstr ""
13068 #: builtin/log.c:901
13069 #, c-format
13070 msgid "cannot open patch file %s"
13071 msgstr ""
13073 #: builtin/log.c:918
13074 msgid "need exactly one range"
13075 msgstr ""
13077 #: builtin/log.c:928
13078 msgid "not a range"
13079 msgstr ""
13081 #: builtin/log.c:1051
13082 msgid "cover letter needs email format"
13083 msgstr ""
13085 #: builtin/log.c:1057
13086 msgid "failed to create cover-letter file"
13087 msgstr ""
13089 #: builtin/log.c:1136
13090 #, c-format
13091 msgid "insane in-reply-to: %s"
13092 msgstr ""
13094 #: builtin/log.c:1163
13095 msgid "git format-patch [<options>] [<since> | <revision-range>]"
13096 msgstr ""
13098 #: builtin/log.c:1221
13099 msgid "two output directories?"
13100 msgstr ""
13102 #: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13103 #, c-format
13104 msgid "unknown commit %s"
13105 msgstr ""
13107 #: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13108 #: builtin/replace.c:210
13109 #, c-format
13110 msgid "failed to resolve '%s' as a valid ref"
13111 msgstr ""
13113 #: builtin/log.c:1347
13114 msgid "could not find exact merge base"
13115 msgstr ""
13117 #: builtin/log.c:1351
13118 msgid ""
13119 "failed to get upstream, if you want to record base commit automatically,\n"
13120 "please use git branch --set-upstream-to to track a remote branch.\n"
13121 "Or you could specify base commit by --base=<base-commit-id> manually"
13122 msgstr ""
13124 #: builtin/log.c:1371
13125 msgid "failed to find exact merge base"
13126 msgstr ""
13128 #: builtin/log.c:1382
13129 msgid "base commit should be the ancestor of revision list"
13130 msgstr ""
13132 #: builtin/log.c:1386
13133 msgid "base commit shouldn't be in revision list"
13134 msgstr ""
13136 #: builtin/log.c:1439
13137 msgid "cannot get patch id"
13138 msgstr ""
13140 #: builtin/log.c:1491
13141 msgid "failed to infer range-diff ranges"
13142 msgstr ""
13144 #: builtin/log.c:1536
13145 msgid "use [PATCH n/m] even with a single patch"
13146 msgstr ""
13148 #: builtin/log.c:1539
13149 msgid "use [PATCH] even with multiple patches"
13150 msgstr ""
13152 #: builtin/log.c:1543
13153 msgid "print patches to standard out"
13154 msgstr ""
13156 #: builtin/log.c:1545
13157 msgid "generate a cover letter"
13158 msgstr ""
13160 #: builtin/log.c:1547
13161 msgid "use simple number sequence for output file names"
13162 msgstr ""
13164 #: builtin/log.c:1548
13165 msgid "sfx"
13166 msgstr ""
13168 #: builtin/log.c:1549
13169 msgid "use <sfx> instead of '.patch'"
13170 msgstr ""
13172 #: builtin/log.c:1551
13173 msgid "start numbering patches at <n> instead of 1"
13174 msgstr ""
13176 #: builtin/log.c:1553
13177 msgid "mark the series as Nth re-roll"
13178 msgstr ""
13180 #: builtin/log.c:1555
13181 msgid "Use [RFC PATCH] instead of [PATCH]"
13182 msgstr ""
13184 #: builtin/log.c:1558
13185 msgid "Use [<prefix>] instead of [PATCH]"
13186 msgstr ""
13188 #: builtin/log.c:1561
13189 msgid "store resulting files in <dir>"
13190 msgstr ""
13192 #: builtin/log.c:1564
13193 msgid "don't strip/add [PATCH]"
13194 msgstr ""
13196 #: builtin/log.c:1567
13197 msgid "don't output binary diffs"
13198 msgstr ""
13200 #: builtin/log.c:1569
13201 msgid "output all-zero hash in From header"
13202 msgstr ""
13204 #: builtin/log.c:1571
13205 msgid "don't include a patch matching a commit upstream"
13206 msgstr ""
13208 #: builtin/log.c:1573
13209 msgid "show patch format instead of default (patch + stat)"
13210 msgstr ""
13212 #: builtin/log.c:1575
13213 msgid "Messaging"
13214 msgstr ""
13216 #: builtin/log.c:1576
13217 msgid "header"
13218 msgstr ""
13220 #: builtin/log.c:1577
13221 msgid "add email header"
13222 msgstr ""
13224 #: builtin/log.c:1578 builtin/log.c:1580
13225 msgid "email"
13226 msgstr ""
13228 #: builtin/log.c:1578
13229 msgid "add To: header"
13230 msgstr ""
13232 #: builtin/log.c:1580
13233 msgid "add Cc: header"
13234 msgstr ""
13236 #: builtin/log.c:1582
13237 msgid "ident"
13238 msgstr ""
13240 #: builtin/log.c:1583
13241 msgid "set From address to <ident> (or committer ident if absent)"
13242 msgstr ""
13244 #: builtin/log.c:1585
13245 msgid "message-id"
13246 msgstr ""
13248 #: builtin/log.c:1586
13249 msgid "make first mail a reply to <message-id>"
13250 msgstr ""
13252 #: builtin/log.c:1587 builtin/log.c:1590
13253 msgid "boundary"
13254 msgstr ""
13256 #: builtin/log.c:1588
13257 msgid "attach the patch"
13258 msgstr ""
13260 #: builtin/log.c:1591
13261 msgid "inline the patch"
13262 msgstr ""
13264 #: builtin/log.c:1595
13265 msgid "enable message threading, styles: shallow, deep"
13266 msgstr ""
13268 #: builtin/log.c:1597
13269 msgid "signature"
13270 msgstr ""
13272 #: builtin/log.c:1598
13273 msgid "add a signature"
13274 msgstr ""
13276 #: builtin/log.c:1599
13277 msgid "base-commit"
13278 msgstr ""
13280 #: builtin/log.c:1600
13281 msgid "add prerequisite tree info to the patch series"
13282 msgstr ""
13284 #: builtin/log.c:1602
13285 msgid "add a signature from a file"
13286 msgstr ""
13288 #: builtin/log.c:1603
13289 msgid "don't print the patch filenames"
13290 msgstr ""
13292 #: builtin/log.c:1605
13293 msgid "show progress while generating patches"
13294 msgstr ""
13296 #: builtin/log.c:1606
13297 msgid "rev"
13298 msgstr ""
13300 #: builtin/log.c:1607
13301 msgid "show changes against <rev> in cover letter or single patch"
13302 msgstr ""
13304 #: builtin/log.c:1610
13305 msgid "show changes against <refspec> in cover letter or single patch"
13306 msgstr ""
13308 #: builtin/log.c:1612
13309 msgid "percentage by which creation is weighted"
13310 msgstr ""
13312 #: builtin/log.c:1687
13313 #, c-format
13314 msgid "invalid ident line: %s"
13315 msgstr ""
13317 #: builtin/log.c:1702
13318 msgid "-n and -k are mutually exclusive"
13319 msgstr ""
13321 #: builtin/log.c:1704
13322 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13323 msgstr ""
13325 #: builtin/log.c:1712
13326 msgid "--name-only does not make sense"
13327 msgstr ""
13329 #: builtin/log.c:1714
13330 msgid "--name-status does not make sense"
13331 msgstr ""
13333 #: builtin/log.c:1716
13334 msgid "--check does not make sense"
13335 msgstr ""
13337 #: builtin/log.c:1748
13338 msgid "standard output, or directory, which one?"
13339 msgstr ""
13341 #: builtin/log.c:1837
13342 msgid "--interdiff requires --cover-letter or single patch"
13343 msgstr ""
13345 #: builtin/log.c:1841
13346 msgid "Interdiff:"
13347 msgstr ""
13349 #: builtin/log.c:1842
13350 #, c-format
13351 msgid "Interdiff against v%d:"
13352 msgstr ""
13354 #: builtin/log.c:1848
13355 msgid "--creation-factor requires --range-diff"
13356 msgstr ""
13358 #: builtin/log.c:1852
13359 msgid "--range-diff requires --cover-letter or single patch"
13360 msgstr ""
13362 #: builtin/log.c:1860
13363 msgid "Range-diff:"
13364 msgstr ""
13366 #: builtin/log.c:1861
13367 #, c-format
13368 msgid "Range-diff against v%d:"
13369 msgstr ""
13371 #: builtin/log.c:1872
13372 #, c-format
13373 msgid "unable to read signature file '%s'"
13374 msgstr ""
13376 #: builtin/log.c:1908
13377 msgid "Generating patches"
13378 msgstr ""
13380 #: builtin/log.c:1952
13381 msgid "failed to create output files"
13382 msgstr ""
13384 #: builtin/log.c:2011
13385 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13386 msgstr ""
13388 #: builtin/log.c:2065
13389 #, c-format
13390 msgid ""
13391 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
13392 msgstr ""
13394 #: builtin/ls-files.c:470
13395 msgid "git ls-files [<options>] [<file>...]"
13396 msgstr ""
13398 #: builtin/ls-files.c:526
13399 msgid "identify the file status with tags"
13400 msgstr ""
13402 #: builtin/ls-files.c:528
13403 msgid "use lowercase letters for 'assume unchanged' files"
13404 msgstr ""
13406 #: builtin/ls-files.c:530
13407 msgid "use lowercase letters for 'fsmonitor clean' files"
13408 msgstr ""
13410 #: builtin/ls-files.c:532
13411 msgid "show cached files in the output (default)"
13412 msgstr ""
13414 #: builtin/ls-files.c:534
13415 msgid "show deleted files in the output"
13416 msgstr ""
13418 #: builtin/ls-files.c:536
13419 msgid "show modified files in the output"
13420 msgstr ""
13422 #: builtin/ls-files.c:538
13423 msgid "show other files in the output"
13424 msgstr ""
13426 #: builtin/ls-files.c:540
13427 msgid "show ignored files in the output"
13428 msgstr ""
13430 #: builtin/ls-files.c:543
13431 msgid "show staged contents' object name in the output"
13432 msgstr ""
13434 #: builtin/ls-files.c:545
13435 msgid "show files on the filesystem that need to be removed"
13436 msgstr ""
13438 #: builtin/ls-files.c:547
13439 msgid "show 'other' directories' names only"
13440 msgstr ""
13442 #: builtin/ls-files.c:549
13443 msgid "show line endings of files"
13444 msgstr ""
13446 #: builtin/ls-files.c:551
13447 msgid "don't show empty directories"
13448 msgstr ""
13450 #: builtin/ls-files.c:554
13451 msgid "show unmerged files in the output"
13452 msgstr ""
13454 #: builtin/ls-files.c:556
13455 msgid "show resolve-undo information"
13456 msgstr ""
13458 #: builtin/ls-files.c:558
13459 msgid "skip files matching pattern"
13460 msgstr ""
13462 #: builtin/ls-files.c:561
13463 msgid "exclude patterns are read from <file>"
13464 msgstr ""
13466 #: builtin/ls-files.c:564
13467 msgid "read additional per-directory exclude patterns in <file>"
13468 msgstr ""
13470 #: builtin/ls-files.c:566
13471 msgid "add the standard git exclusions"
13472 msgstr ""
13474 #: builtin/ls-files.c:570
13475 msgid "make the output relative to the project top directory"
13476 msgstr ""
13478 #: builtin/ls-files.c:573
13479 msgid "recurse through submodules"
13480 msgstr ""
13482 #: builtin/ls-files.c:575
13483 msgid "if any <file> is not in the index, treat this as an error"
13484 msgstr ""
13486 #: builtin/ls-files.c:576
13487 msgid "tree-ish"
13488 msgstr ""
13490 #: builtin/ls-files.c:577
13491 msgid "pretend that paths removed since <tree-ish> are still present"
13492 msgstr ""
13494 #: builtin/ls-files.c:579
13495 msgid "show debugging data"
13496 msgstr ""
13498 #: builtin/ls-remote.c:9
13499 msgid ""
13500 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13501 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
13502 "                     [--symref] [<repository> [<refs>...]]"
13503 msgstr ""
13505 #: builtin/ls-remote.c:59
13506 msgid "do not print remote URL"
13507 msgstr ""
13509 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13510 msgid "exec"
13511 msgstr ""
13513 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13514 msgid "path of git-upload-pack on the remote host"
13515 msgstr ""
13517 #: builtin/ls-remote.c:65
13518 msgid "limit to tags"
13519 msgstr ""
13521 #: builtin/ls-remote.c:66
13522 msgid "limit to heads"
13523 msgstr ""
13525 #: builtin/ls-remote.c:67
13526 msgid "do not show peeled tags"
13527 msgstr ""
13529 #: builtin/ls-remote.c:69
13530 msgid "take url.<base>.insteadOf into account"
13531 msgstr ""
13533 #: builtin/ls-remote.c:72
13534 msgid "exit with exit code 2 if no matching refs are found"
13535 msgstr ""
13537 #: builtin/ls-remote.c:75
13538 msgid "show underlying ref in addition to the object pointed by it"
13539 msgstr ""
13541 #: builtin/ls-tree.c:30
13542 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13543 msgstr ""
13545 #: builtin/ls-tree.c:128
13546 msgid "only show trees"
13547 msgstr ""
13549 #: builtin/ls-tree.c:130
13550 msgid "recurse into subtrees"
13551 msgstr ""
13553 #: builtin/ls-tree.c:132
13554 msgid "show trees when recursing"
13555 msgstr ""
13557 #: builtin/ls-tree.c:135
13558 msgid "terminate entries with NUL byte"
13559 msgstr ""
13561 #: builtin/ls-tree.c:136
13562 msgid "include object size"
13563 msgstr ""
13565 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13566 msgid "list only filenames"
13567 msgstr ""
13569 #: builtin/ls-tree.c:143
13570 msgid "use full path names"
13571 msgstr ""
13573 #: builtin/ls-tree.c:145
13574 msgid "list entire tree; not just current directory (implies --full-name)"
13575 msgstr ""
13577 #: builtin/mailsplit.c:241
13578 #, c-format
13579 msgid "empty mbox: '%s'"
13580 msgstr ""
13582 #: builtin/merge.c:54
13583 msgid "git merge [<options>] [<commit>...]"
13584 msgstr ""
13586 #: builtin/merge.c:55
13587 msgid "git merge --abort"
13588 msgstr ""
13590 #: builtin/merge.c:56
13591 msgid "git merge --continue"
13592 msgstr ""
13594 #: builtin/merge.c:116
13595 msgid "switch `m' requires a value"
13596 msgstr ""
13598 #: builtin/merge.c:139
13599 #, c-format
13600 msgid "option `%s' requires a value"
13601 msgstr ""
13603 #: builtin/merge.c:185
13604 #, c-format
13605 msgid "Could not find merge strategy '%s'.\n"
13606 msgstr ""
13608 #: builtin/merge.c:186
13609 #, c-format
13610 msgid "Available strategies are:"
13611 msgstr ""
13613 #: builtin/merge.c:191
13614 #, c-format
13615 msgid "Available custom strategies are:"
13616 msgstr ""
13618 #: builtin/merge.c:242 builtin/pull.c:150
13619 msgid "do not show a diffstat at the end of the merge"
13620 msgstr ""
13622 #: builtin/merge.c:245 builtin/pull.c:153
13623 msgid "show a diffstat at the end of the merge"
13624 msgstr ""
13626 #: builtin/merge.c:246 builtin/pull.c:156
13627 msgid "(synonym to --stat)"
13628 msgstr ""
13630 #: builtin/merge.c:248 builtin/pull.c:159
13631 msgid "add (at most <n>) entries from shortlog to merge commit message"
13632 msgstr ""
13634 #: builtin/merge.c:251 builtin/pull.c:165
13635 msgid "create a single commit instead of doing a merge"
13636 msgstr ""
13638 #: builtin/merge.c:253 builtin/pull.c:168
13639 msgid "perform a commit if the merge succeeds (default)"
13640 msgstr ""
13642 #: builtin/merge.c:255 builtin/pull.c:171
13643 msgid "edit message before committing"
13644 msgstr ""
13646 #: builtin/merge.c:257
13647 msgid "allow fast-forward (default)"
13648 msgstr ""
13650 #: builtin/merge.c:259 builtin/pull.c:178
13651 msgid "abort if fast-forward is not possible"
13652 msgstr ""
13654 #: builtin/merge.c:263 builtin/pull.c:181
13655 msgid "verify that the named commit has a valid GPG signature"
13656 msgstr ""
13658 #: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13659 #: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13660 msgid "strategy"
13661 msgstr ""
13663 #: builtin/merge.c:265 builtin/pull.c:186
13664 msgid "merge strategy to use"
13665 msgstr ""
13667 #: builtin/merge.c:266 builtin/pull.c:189
13668 msgid "option=value"
13669 msgstr ""
13671 #: builtin/merge.c:267 builtin/pull.c:190
13672 msgid "option for selected merge strategy"
13673 msgstr ""
13675 #: builtin/merge.c:269
13676 msgid "merge commit message (for a non-fast-forward merge)"
13677 msgstr ""
13679 #: builtin/merge.c:276
13680 msgid "abort the current in-progress merge"
13681 msgstr ""
13683 #: builtin/merge.c:278
13684 msgid "continue the current in-progress merge"
13685 msgstr ""
13687 #: builtin/merge.c:280 builtin/pull.c:197
13688 msgid "allow merging unrelated histories"
13689 msgstr ""
13691 #: builtin/merge.c:286
13692 msgid "verify commit-msg hook"
13693 msgstr ""
13695 #: builtin/merge.c:311
13696 msgid "could not run stash."
13697 msgstr ""
13699 #: builtin/merge.c:316
13700 msgid "stash failed"
13701 msgstr ""
13703 #: builtin/merge.c:321
13704 #, c-format
13705 msgid "not a valid object: %s"
13706 msgstr ""
13708 #: builtin/merge.c:343 builtin/merge.c:360
13709 msgid "read-tree failed"
13710 msgstr ""
13712 #: builtin/merge.c:390
13713 msgid " (nothing to squash)"
13714 msgstr ""
13716 #: builtin/merge.c:401
13717 #, c-format
13718 msgid "Squash commit -- not updating HEAD\n"
13719 msgstr ""
13721 #: builtin/merge.c:451
13722 #, c-format
13723 msgid "No merge message -- not updating HEAD\n"
13724 msgstr ""
13726 #: builtin/merge.c:502
13727 #, c-format
13728 msgid "'%s' does not point to a commit"
13729 msgstr ""
13731 #: builtin/merge.c:589
13732 #, c-format
13733 msgid "Bad branch.%s.mergeoptions string: %s"
13734 msgstr ""
13736 #: builtin/merge.c:712
13737 msgid "Not handling anything other than two heads merge."
13738 msgstr ""
13740 #: builtin/merge.c:726
13741 #, c-format
13742 msgid "Unknown option for merge-recursive: -X%s"
13743 msgstr ""
13745 #: builtin/merge.c:741
13746 #, c-format
13747 msgid "unable to write %s"
13748 msgstr ""
13750 #: builtin/merge.c:793
13751 #, c-format
13752 msgid "Could not read from '%s'"
13753 msgstr ""
13755 #: builtin/merge.c:802
13756 #, c-format
13757 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13758 msgstr ""
13760 #: builtin/merge.c:808
13761 msgid ""
13762 "Please enter a commit message to explain why this merge is necessary,\n"
13763 "especially if it merges an updated upstream into a topic branch.\n"
13764 "\n"
13765 msgstr ""
13767 #: builtin/merge.c:813
13768 msgid "An empty message aborts the commit.\n"
13769 msgstr ""
13771 #: builtin/merge.c:816
13772 #, c-format
13773 msgid ""
13774 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
13775 "the commit.\n"
13776 msgstr ""
13778 #: builtin/merge.c:857
13779 msgid "Empty commit message."
13780 msgstr ""
13782 #: builtin/merge.c:876
13783 #, c-format
13784 msgid "Wonderful.\n"
13785 msgstr ""
13787 #: builtin/merge.c:936
13788 #, c-format
13789 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13790 msgstr ""
13792 #: builtin/merge.c:975
13793 msgid "No current branch."
13794 msgstr ""
13796 #: builtin/merge.c:977
13797 msgid "No remote for the current branch."
13798 msgstr ""
13800 #: builtin/merge.c:979
13801 msgid "No default upstream defined for the current branch."
13802 msgstr ""
13804 #: builtin/merge.c:984
13805 #, c-format
13806 msgid "No remote-tracking branch for %s from %s"
13807 msgstr ""
13809 #: builtin/merge.c:1041
13810 #, c-format
13811 msgid "Bad value '%s' in environment '%s'"
13812 msgstr ""
13814 #: builtin/merge.c:1144
13815 #, c-format
13816 msgid "not something we can merge in %s: %s"
13817 msgstr ""
13819 #: builtin/merge.c:1178
13820 msgid "not something we can merge"
13821 msgstr ""
13823 #: builtin/merge.c:1281
13824 msgid "--abort expects no arguments"
13825 msgstr ""
13827 #: builtin/merge.c:1285
13828 msgid "There is no merge to abort (MERGE_HEAD missing)."
13829 msgstr ""
13831 #: builtin/merge.c:1297
13832 msgid "--continue expects no arguments"
13833 msgstr ""
13835 #: builtin/merge.c:1301
13836 msgid "There is no merge in progress (MERGE_HEAD missing)."
13837 msgstr ""
13839 #: builtin/merge.c:1317
13840 msgid ""
13841 "You have not concluded your merge (MERGE_HEAD exists).\n"
13842 "Please, commit your changes before you merge."
13843 msgstr ""
13845 #: builtin/merge.c:1324
13846 msgid ""
13847 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13848 "Please, commit your changes before you merge."
13849 msgstr ""
13851 #: builtin/merge.c:1327
13852 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13853 msgstr ""
13855 #: builtin/merge.c:1341
13856 msgid "You cannot combine --squash with --no-ff."
13857 msgstr ""
13859 #: builtin/merge.c:1349
13860 msgid "No commit specified and merge.defaultToUpstream not set."
13861 msgstr ""
13863 #: builtin/merge.c:1366
13864 msgid "Squash commit into empty head not supported yet"
13865 msgstr ""
13867 #: builtin/merge.c:1368
13868 msgid "Non-fast-forward commit does not make sense into an empty head"
13869 msgstr ""
13871 #: builtin/merge.c:1373
13872 #, c-format
13873 msgid "%s - not something we can merge"
13874 msgstr ""
13876 #: builtin/merge.c:1375
13877 msgid "Can merge only exactly one commit into empty head"
13878 msgstr ""
13880 #: builtin/merge.c:1454
13881 msgid "refusing to merge unrelated histories"
13882 msgstr ""
13884 #: builtin/merge.c:1463
13885 msgid "Already up to date."
13886 msgstr ""
13888 #: builtin/merge.c:1473
13889 #, c-format
13890 msgid "Updating %s..%s\n"
13891 msgstr ""
13893 #: builtin/merge.c:1515
13894 #, c-format
13895 msgid "Trying really trivial in-index merge...\n"
13896 msgstr ""
13898 #: builtin/merge.c:1522
13899 #, c-format
13900 msgid "Nope.\n"
13901 msgstr ""
13903 #: builtin/merge.c:1547
13904 msgid "Already up to date. Yeeah!"
13905 msgstr ""
13907 #: builtin/merge.c:1553
13908 msgid "Not possible to fast-forward, aborting."
13909 msgstr ""
13911 #: builtin/merge.c:1576 builtin/merge.c:1655
13912 #, c-format
13913 msgid "Rewinding the tree to pristine...\n"
13914 msgstr ""
13916 #: builtin/merge.c:1580
13917 #, c-format
13918 msgid "Trying merge strategy %s...\n"
13919 msgstr ""
13921 #: builtin/merge.c:1646
13922 #, c-format
13923 msgid "No merge strategy handled the merge.\n"
13924 msgstr ""
13926 #: builtin/merge.c:1648
13927 #, c-format
13928 msgid "Merge with strategy %s failed.\n"
13929 msgstr ""
13931 #: builtin/merge.c:1657
13932 #, c-format
13933 msgid "Using the %s to prepare resolving by hand.\n"
13934 msgstr ""
13936 #: builtin/merge.c:1669
13937 #, c-format
13938 msgid "Automatic merge went well; stopped before committing as requested\n"
13939 msgstr ""
13941 #: builtin/merge-base.c:32
13942 msgid "git merge-base [-a | --all] <commit> <commit>..."
13943 msgstr ""
13945 #: builtin/merge-base.c:33
13946 msgid "git merge-base [-a | --all] --octopus <commit>..."
13947 msgstr ""
13949 #: builtin/merge-base.c:34
13950 msgid "git merge-base --independent <commit>..."
13951 msgstr ""
13953 #: builtin/merge-base.c:35
13954 msgid "git merge-base --is-ancestor <commit> <commit>"
13955 msgstr ""
13957 #: builtin/merge-base.c:36
13958 msgid "git merge-base --fork-point <ref> [<commit>]"
13959 msgstr ""
13961 #: builtin/merge-base.c:153
13962 msgid "output all common ancestors"
13963 msgstr ""
13965 #: builtin/merge-base.c:155
13966 msgid "find ancestors for a single n-way merge"
13967 msgstr ""
13969 #: builtin/merge-base.c:157
13970 msgid "list revs not reachable from others"
13971 msgstr ""
13973 #: builtin/merge-base.c:159
13974 msgid "is the first one ancestor of the other?"
13975 msgstr ""
13977 #: builtin/merge-base.c:161
13978 msgid "find where <commit> forked from reflog of <ref>"
13979 msgstr ""
13981 #: builtin/merge-file.c:9
13982 msgid ""
13983 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13984 "<orig-file> <file2>"
13985 msgstr ""
13987 #: builtin/merge-file.c:35
13988 msgid "send results to standard output"
13989 msgstr ""
13991 #: builtin/merge-file.c:36
13992 msgid "use a diff3 based merge"
13993 msgstr ""
13995 #: builtin/merge-file.c:37
13996 msgid "for conflicts, use our version"
13997 msgstr ""
13999 #: builtin/merge-file.c:39
14000 msgid "for conflicts, use their version"
14001 msgstr ""
14003 #: builtin/merge-file.c:41
14004 msgid "for conflicts, use a union version"
14005 msgstr ""
14007 #: builtin/merge-file.c:44
14008 msgid "for conflicts, use this marker size"
14009 msgstr ""
14011 #: builtin/merge-file.c:45
14012 msgid "do not warn about conflicts"
14013 msgstr ""
14015 #: builtin/merge-file.c:47
14016 msgid "set labels for file1/orig-file/file2"
14017 msgstr ""
14019 #: builtin/merge-recursive.c:46
14020 #, c-format
14021 msgid "unknown option %s"
14022 msgstr ""
14024 #: builtin/merge-recursive.c:52
14025 #, c-format
14026 msgid "could not parse object '%s'"
14027 msgstr ""
14029 #: builtin/merge-recursive.c:56
14030 #, c-format
14031 msgid "cannot handle more than %d base. Ignoring %s."
14032 msgid_plural "cannot handle more than %d bases. Ignoring %s."
14033 msgstr[0] ""
14034 msgstr[1] ""
14036 #: builtin/merge-recursive.c:64
14037 msgid "not handling anything other than two heads merge."
14038 msgstr ""
14040 #: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14041 #, c-format
14042 msgid "could not resolve ref '%s'"
14043 msgstr ""
14045 #: builtin/merge-recursive.c:78
14046 #, c-format
14047 msgid "Merging %s with %s\n"
14048 msgstr ""
14050 #: builtin/mktree.c:66
14051 msgid "git mktree [-z] [--missing] [--batch]"
14052 msgstr ""
14054 #: builtin/mktree.c:154
14055 msgid "input is NUL terminated"
14056 msgstr ""
14058 #: builtin/mktree.c:155 builtin/write-tree.c:26
14059 msgid "allow missing objects"
14060 msgstr ""
14062 #: builtin/mktree.c:156
14063 msgid "allow creation of more than one tree"
14064 msgstr ""
14066 #: builtin/multi-pack-index.c:9
14067 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14068 msgstr ""
14070 #: builtin/multi-pack-index.c:22
14071 msgid "object directory containing set of packfile and pack-index pairs"
14072 msgstr ""
14074 #: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14075 msgid "too many arguments"
14076 msgstr ""
14078 #: builtin/multi-pack-index.c:51
14079 #, c-format
14080 msgid "unrecognized verb: %s"
14081 msgstr ""
14083 #: builtin/mv.c:18
14084 msgid "git mv [<options>] <source>... <destination>"
14085 msgstr ""
14087 #: builtin/mv.c:83
14088 #, c-format
14089 msgid "Directory %s is in index and no submodule?"
14090 msgstr ""
14092 #: builtin/mv.c:85
14093 msgid "Please stage your changes to .gitmodules or stash them to proceed"
14094 msgstr ""
14096 #: builtin/mv.c:103
14097 #, c-format
14098 msgid "%.*s is in index"
14099 msgstr ""
14101 #: builtin/mv.c:125
14102 msgid "force move/rename even if target exists"
14103 msgstr ""
14105 #: builtin/mv.c:127
14106 msgid "skip move/rename errors"
14107 msgstr ""
14109 #: builtin/mv.c:169
14110 #, c-format
14111 msgid "destination '%s' is not a directory"
14112 msgstr ""
14114 #: builtin/mv.c:180
14115 #, c-format
14116 msgid "Checking rename of '%s' to '%s'\n"
14117 msgstr ""
14119 #: builtin/mv.c:184
14120 msgid "bad source"
14121 msgstr ""
14123 #: builtin/mv.c:187
14124 msgid "can not move directory into itself"
14125 msgstr ""
14127 #: builtin/mv.c:190
14128 msgid "cannot move directory over file"
14129 msgstr ""
14131 #: builtin/mv.c:199
14132 msgid "source directory is empty"
14133 msgstr ""
14135 #: builtin/mv.c:224
14136 msgid "not under version control"
14137 msgstr ""
14139 #: builtin/mv.c:227
14140 msgid "destination exists"
14141 msgstr ""
14143 #: builtin/mv.c:235
14144 #, c-format
14145 msgid "overwriting '%s'"
14146 msgstr ""
14148 #: builtin/mv.c:238
14149 msgid "Cannot overwrite"
14150 msgstr ""
14152 #: builtin/mv.c:241
14153 msgid "multiple sources for the same target"
14154 msgstr ""
14156 #: builtin/mv.c:243
14157 msgid "destination directory does not exist"
14158 msgstr ""
14160 #: builtin/mv.c:250
14161 #, c-format
14162 msgid "%s, source=%s, destination=%s"
14163 msgstr ""
14165 #: builtin/mv.c:271
14166 #, c-format
14167 msgid "Renaming %s to %s\n"
14168 msgstr ""
14170 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14171 #, c-format
14172 msgid "renaming '%s' failed"
14173 msgstr ""
14175 #: builtin/name-rev.c:355
14176 msgid "git name-rev [<options>] <commit>..."
14177 msgstr ""
14179 #: builtin/name-rev.c:356
14180 msgid "git name-rev [<options>] --all"
14181 msgstr ""
14183 #: builtin/name-rev.c:357
14184 msgid "git name-rev [<options>] --stdin"
14185 msgstr ""
14187 #: builtin/name-rev.c:415
14188 msgid "print only names (no SHA-1)"
14189 msgstr ""
14191 #: builtin/name-rev.c:416
14192 msgid "only use tags to name the commits"
14193 msgstr ""
14195 #: builtin/name-rev.c:418
14196 msgid "only use refs matching <pattern>"
14197 msgstr ""
14199 #: builtin/name-rev.c:420
14200 msgid "ignore refs matching <pattern>"
14201 msgstr ""
14203 #: builtin/name-rev.c:422
14204 msgid "list all commits reachable from all refs"
14205 msgstr ""
14207 #: builtin/name-rev.c:423
14208 msgid "read from stdin"
14209 msgstr ""
14211 #: builtin/name-rev.c:424
14212 msgid "allow to print `undefined` names (default)"
14213 msgstr ""
14215 #: builtin/name-rev.c:430
14216 msgid "dereference tags in the input (internal use)"
14217 msgstr ""
14219 #: builtin/notes.c:28
14220 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14221 msgstr ""
14223 #: builtin/notes.c:29
14224 msgid ""
14225 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14226 "| (-c | -C) <object>] [<object>]"
14227 msgstr ""
14229 #: builtin/notes.c:30
14230 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14231 msgstr ""
14233 #: builtin/notes.c:31
14234 msgid ""
14235 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14236 "(-c | -C) <object>] [<object>]"
14237 msgstr ""
14239 #: builtin/notes.c:32
14240 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14241 msgstr ""
14243 #: builtin/notes.c:33
14244 msgid "git notes [--ref <notes-ref>] show [<object>]"
14245 msgstr ""
14247 #: builtin/notes.c:34
14248 msgid ""
14249 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14250 msgstr ""
14252 #: builtin/notes.c:35
14253 msgid "git notes merge --commit [-v | -q]"
14254 msgstr ""
14256 #: builtin/notes.c:36
14257 msgid "git notes merge --abort [-v | -q]"
14258 msgstr ""
14260 #: builtin/notes.c:37
14261 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14262 msgstr ""
14264 #: builtin/notes.c:38
14265 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14266 msgstr ""
14268 #: builtin/notes.c:39
14269 msgid "git notes [--ref <notes-ref>] get-ref"
14270 msgstr ""
14272 #: builtin/notes.c:44
14273 msgid "git notes [list [<object>]]"
14274 msgstr ""
14276 #: builtin/notes.c:49
14277 msgid "git notes add [<options>] [<object>]"
14278 msgstr ""
14280 #: builtin/notes.c:54
14281 msgid "git notes copy [<options>] <from-object> <to-object>"
14282 msgstr ""
14284 #: builtin/notes.c:55
14285 msgid "git notes copy --stdin [<from-object> <to-object>]..."
14286 msgstr ""
14288 #: builtin/notes.c:60
14289 msgid "git notes append [<options>] [<object>]"
14290 msgstr ""
14292 #: builtin/notes.c:65
14293 msgid "git notes edit [<object>]"
14294 msgstr ""
14296 #: builtin/notes.c:70
14297 msgid "git notes show [<object>]"
14298 msgstr ""
14300 #: builtin/notes.c:75
14301 msgid "git notes merge [<options>] <notes-ref>"
14302 msgstr ""
14304 #: builtin/notes.c:76
14305 msgid "git notes merge --commit [<options>]"
14306 msgstr ""
14308 #: builtin/notes.c:77
14309 msgid "git notes merge --abort [<options>]"
14310 msgstr ""
14312 #: builtin/notes.c:82
14313 msgid "git notes remove [<object>]"
14314 msgstr ""
14316 #: builtin/notes.c:87
14317 msgid "git notes prune [<options>]"
14318 msgstr ""
14320 #: builtin/notes.c:92
14321 msgid "git notes get-ref"
14322 msgstr ""
14324 #: builtin/notes.c:97
14325 msgid "Write/edit the notes for the following object:"
14326 msgstr ""
14328 #: builtin/notes.c:150
14329 #, c-format
14330 msgid "unable to start 'show' for object '%s'"
14331 msgstr ""
14333 #: builtin/notes.c:154
14334 msgid "could not read 'show' output"
14335 msgstr ""
14337 #: builtin/notes.c:162
14338 #, c-format
14339 msgid "failed to finish 'show' for object '%s'"
14340 msgstr ""
14342 #: builtin/notes.c:197
14343 msgid "please supply the note contents using either -m or -F option"
14344 msgstr ""
14346 #: builtin/notes.c:206
14347 msgid "unable to write note object"
14348 msgstr ""
14350 #: builtin/notes.c:208
14351 #, c-format
14352 msgid "the note contents have been left in %s"
14353 msgstr ""
14355 #: builtin/notes.c:242 builtin/tag.c:522
14356 #, c-format
14357 msgid "could not open or read '%s'"
14358 msgstr ""
14360 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14361 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14362 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14363 #, c-format
14364 msgid "failed to resolve '%s' as a valid ref."
14365 msgstr ""
14367 #: builtin/notes.c:265
14368 #, c-format
14369 msgid "failed to read object '%s'."
14370 msgstr ""
14372 #: builtin/notes.c:268
14373 #, c-format
14374 msgid "cannot read note data from non-blob object '%s'."
14375 msgstr ""
14377 #: builtin/notes.c:309
14378 #, c-format
14379 msgid "malformed input line: '%s'."
14380 msgstr ""
14382 #: builtin/notes.c:324
14383 #, c-format
14384 msgid "failed to copy notes from '%s' to '%s'"
14385 msgstr ""
14387 #. TRANSLATORS: the first %s will be replaced by a git
14388 #. notes command: 'add', 'merge', 'remove', etc.
14390 #: builtin/notes.c:356
14391 #, c-format
14392 msgid "refusing to %s notes in %s (outside of refs/notes/)"
14393 msgstr ""
14395 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14396 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14397 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14398 msgid "too many parameters"
14399 msgstr ""
14401 #: builtin/notes.c:389 builtin/notes.c:678
14402 #, c-format
14403 msgid "no note found for object %s."
14404 msgstr ""
14406 #: builtin/notes.c:410 builtin/notes.c:576
14407 msgid "note contents as a string"
14408 msgstr ""
14410 #: builtin/notes.c:413 builtin/notes.c:579
14411 msgid "note contents in a file"
14412 msgstr ""
14414 #: builtin/notes.c:416 builtin/notes.c:582
14415 msgid "reuse and edit specified note object"
14416 msgstr ""
14418 #: builtin/notes.c:419 builtin/notes.c:585
14419 msgid "reuse specified note object"
14420 msgstr ""
14422 #: builtin/notes.c:422 builtin/notes.c:588
14423 msgid "allow storing empty note"
14424 msgstr ""
14426 #: builtin/notes.c:423 builtin/notes.c:496
14427 msgid "replace existing notes"
14428 msgstr ""
14430 #: builtin/notes.c:448
14431 #, c-format
14432 msgid ""
14433 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14434 "existing notes"
14435 msgstr ""
14437 #: builtin/notes.c:463 builtin/notes.c:544
14438 #, c-format
14439 msgid "Overwriting existing notes for object %s\n"
14440 msgstr ""
14442 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14443 #, c-format
14444 msgid "Removing note for object %s\n"
14445 msgstr ""
14447 #: builtin/notes.c:497
14448 msgid "read objects from stdin"
14449 msgstr ""
14451 #: builtin/notes.c:499
14452 msgid "load rewriting config for <command> (implies --stdin)"
14453 msgstr ""
14455 #: builtin/notes.c:517
14456 msgid "too few parameters"
14457 msgstr ""
14459 #: builtin/notes.c:538
14460 #, c-format
14461 msgid ""
14462 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14463 "existing notes"
14464 msgstr ""
14466 #: builtin/notes.c:550
14467 #, c-format
14468 msgid "missing notes on source object %s. Cannot copy."
14469 msgstr ""
14471 #: builtin/notes.c:603
14472 #, c-format
14473 msgid ""
14474 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14475 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14476 msgstr ""
14478 #: builtin/notes.c:698
14479 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14480 msgstr ""
14482 #: builtin/notes.c:700
14483 msgid "failed to delete ref NOTES_MERGE_REF"
14484 msgstr ""
14486 #: builtin/notes.c:702
14487 msgid "failed to remove 'git notes merge' worktree"
14488 msgstr ""
14490 #: builtin/notes.c:722
14491 msgid "failed to read ref NOTES_MERGE_PARTIAL"
14492 msgstr ""
14494 #: builtin/notes.c:724
14495 msgid "could not find commit from NOTES_MERGE_PARTIAL."
14496 msgstr ""
14498 #: builtin/notes.c:726
14499 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14500 msgstr ""
14502 #: builtin/notes.c:739
14503 msgid "failed to resolve NOTES_MERGE_REF"
14504 msgstr ""
14506 #: builtin/notes.c:742
14507 msgid "failed to finalize notes merge"
14508 msgstr ""
14510 #: builtin/notes.c:768
14511 #, c-format
14512 msgid "unknown notes merge strategy %s"
14513 msgstr ""
14515 #: builtin/notes.c:784
14516 msgid "General options"
14517 msgstr ""
14519 #: builtin/notes.c:786
14520 msgid "Merge options"
14521 msgstr ""
14523 #: builtin/notes.c:788
14524 msgid ""
14525 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14526 "cat_sort_uniq)"
14527 msgstr ""
14529 #: builtin/notes.c:790
14530 msgid "Committing unmerged notes"
14531 msgstr ""
14533 #: builtin/notes.c:792
14534 msgid "finalize notes merge by committing unmerged notes"
14535 msgstr ""
14537 #: builtin/notes.c:794
14538 msgid "Aborting notes merge resolution"
14539 msgstr ""
14541 #: builtin/notes.c:796
14542 msgid "abort notes merge"
14543 msgstr ""
14545 #: builtin/notes.c:807
14546 msgid "cannot mix --commit, --abort or -s/--strategy"
14547 msgstr ""
14549 #: builtin/notes.c:812
14550 msgid "must specify a notes ref to merge"
14551 msgstr ""
14553 #: builtin/notes.c:836
14554 #, c-format
14555 msgid "unknown -s/--strategy: %s"
14556 msgstr ""
14558 #: builtin/notes.c:873
14559 #, c-format
14560 msgid "a notes merge into %s is already in-progress at %s"
14561 msgstr ""
14563 #: builtin/notes.c:876
14564 #, c-format
14565 msgid "failed to store link to current notes ref (%s)"
14566 msgstr ""
14568 #: builtin/notes.c:878
14569 #, c-format
14570 msgid ""
14571 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14572 "'git notes merge --commit', or abort the merge with 'git notes merge --"
14573 "abort'.\n"
14574 msgstr ""
14576 #: builtin/notes.c:897 builtin/tag.c:535
14577 #, c-format
14578 msgid "Failed to resolve '%s' as a valid ref."
14579 msgstr ""
14581 #: builtin/notes.c:900
14582 #, c-format
14583 msgid "Object %s has no note\n"
14584 msgstr ""
14586 #: builtin/notes.c:912
14587 msgid "attempt to remove non-existent note is not an error"
14588 msgstr ""
14590 #: builtin/notes.c:915
14591 msgid "read object names from the standard input"
14592 msgstr ""
14594 #: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14595 msgid "do not remove, show only"
14596 msgstr ""
14598 #: builtin/notes.c:955
14599 msgid "report pruned notes"
14600 msgstr ""
14602 #: builtin/notes.c:998
14603 msgid "notes-ref"
14604 msgstr ""
14606 #: builtin/notes.c:999
14607 msgid "use notes from <notes-ref>"
14608 msgstr ""
14610 #: builtin/notes.c:1034 builtin/stash.c:1611
14611 #, c-format
14612 msgid "unknown subcommand: %s"
14613 msgstr ""
14615 #: builtin/pack-objects.c:52
14616 msgid ""
14617 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14618 msgstr ""
14620 #: builtin/pack-objects.c:53
14621 msgid ""
14622 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14623 msgstr ""
14625 #: builtin/pack-objects.c:424
14626 #, c-format
14627 msgid "bad packed object CRC for %s"
14628 msgstr ""
14630 #: builtin/pack-objects.c:435
14631 #, c-format
14632 msgid "corrupt packed object for %s"
14633 msgstr ""
14635 #: builtin/pack-objects.c:566
14636 #, c-format
14637 msgid "recursive delta detected for object %s"
14638 msgstr ""
14640 #: builtin/pack-objects.c:777
14641 #, c-format
14642 msgid "ordered %u objects, expected %<PRIu32>"
14643 msgstr ""
14645 #: builtin/pack-objects.c:790
14646 #, c-format
14647 msgid "packfile is invalid: %s"
14648 msgstr ""
14650 #: builtin/pack-objects.c:794
14651 #, c-format
14652 msgid "unable to open packfile for reuse: %s"
14653 msgstr ""
14655 #: builtin/pack-objects.c:798
14656 msgid "unable to seek in reused packfile"
14657 msgstr ""
14659 #: builtin/pack-objects.c:809
14660 msgid "unable to read from reused packfile"
14661 msgstr ""
14663 #: builtin/pack-objects.c:837
14664 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14665 msgstr ""
14667 #: builtin/pack-objects.c:850
14668 msgid "Writing objects"
14669 msgstr ""
14671 #: builtin/pack-objects.c:912 builtin/update-index.c:89
14672 #, c-format
14673 msgid "failed to stat %s"
14674 msgstr ""
14676 #: builtin/pack-objects.c:965
14677 #, c-format
14678 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14679 msgstr ""
14681 #: builtin/pack-objects.c:1161
14682 msgid "disabling bitmap writing, as some objects are not being packed"
14683 msgstr ""
14685 #: builtin/pack-objects.c:1589
14686 #, c-format
14687 msgid "delta base offset overflow in pack for %s"
14688 msgstr ""
14690 #: builtin/pack-objects.c:1598
14691 #, c-format
14692 msgid "delta base offset out of bound for %s"
14693 msgstr ""
14695 #: builtin/pack-objects.c:1867
14696 msgid "Counting objects"
14697 msgstr ""
14699 #: builtin/pack-objects.c:1997
14700 #, c-format
14701 msgid "unable to get size of %s"
14702 msgstr ""
14704 #: builtin/pack-objects.c:2012
14705 #, c-format
14706 msgid "unable to parse object header of %s"
14707 msgstr ""
14709 #: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14710 #: builtin/pack-objects.c:2108
14711 #, c-format
14712 msgid "object %s cannot be read"
14713 msgstr ""
14715 #: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14716 #, c-format
14717 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14718 msgstr ""
14720 #: builtin/pack-objects.c:2122
14721 msgid "suboptimal pack - out of memory"
14722 msgstr ""
14724 #: builtin/pack-objects.c:2448
14725 #, c-format
14726 msgid "Delta compression using up to %d threads"
14727 msgstr ""
14729 #: builtin/pack-objects.c:2580
14730 #, c-format
14731 msgid "unable to pack objects reachable from tag %s"
14732 msgstr ""
14734 #: builtin/pack-objects.c:2667
14735 msgid "Compressing objects"
14736 msgstr ""
14738 #: builtin/pack-objects.c:2673
14739 msgid "inconsistency with delta count"
14740 msgstr ""
14742 #: builtin/pack-objects.c:2754
14743 #, c-format
14744 msgid ""
14745 "expected edge object ID, got garbage:\n"
14746 " %s"
14747 msgstr ""
14749 #: builtin/pack-objects.c:2760
14750 #, c-format
14751 msgid ""
14752 "expected object ID, got garbage:\n"
14753 " %s"
14754 msgstr ""
14756 #: builtin/pack-objects.c:2858
14757 msgid "invalid value for --missing"
14758 msgstr ""
14760 #: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14761 msgid "cannot open pack index"
14762 msgstr ""
14764 #: builtin/pack-objects.c:2948
14765 #, c-format
14766 msgid "loose object at %s could not be examined"
14767 msgstr ""
14769 #: builtin/pack-objects.c:3033
14770 msgid "unable to force loose object"
14771 msgstr ""
14773 #: builtin/pack-objects.c:3125
14774 #, c-format
14775 msgid "not a rev '%s'"
14776 msgstr ""
14778 #: builtin/pack-objects.c:3128
14779 #, c-format
14780 msgid "bad revision '%s'"
14781 msgstr ""
14783 #: builtin/pack-objects.c:3153
14784 msgid "unable to add recent objects"
14785 msgstr ""
14787 #: builtin/pack-objects.c:3206
14788 #, c-format
14789 msgid "unsupported index version %s"
14790 msgstr ""
14792 #: builtin/pack-objects.c:3210
14793 #, c-format
14794 msgid "bad index version '%s'"
14795 msgstr ""
14797 #: builtin/pack-objects.c:3240
14798 msgid "do not show progress meter"
14799 msgstr ""
14801 #: builtin/pack-objects.c:3242
14802 msgid "show progress meter"
14803 msgstr ""
14805 #: builtin/pack-objects.c:3244
14806 msgid "show progress meter during object writing phase"
14807 msgstr ""
14809 #: builtin/pack-objects.c:3247
14810 msgid "similar to --all-progress when progress meter is shown"
14811 msgstr ""
14813 #: builtin/pack-objects.c:3248
14814 msgid "<version>[,<offset>]"
14815 msgstr ""
14817 #: builtin/pack-objects.c:3249
14818 msgid "write the pack index file in the specified idx format version"
14819 msgstr ""
14821 #: builtin/pack-objects.c:3252
14822 msgid "maximum size of each output pack file"
14823 msgstr ""
14825 #: builtin/pack-objects.c:3254
14826 msgid "ignore borrowed objects from alternate object store"
14827 msgstr ""
14829 #: builtin/pack-objects.c:3256
14830 msgid "ignore packed objects"
14831 msgstr ""
14833 #: builtin/pack-objects.c:3258
14834 msgid "limit pack window by objects"
14835 msgstr ""
14837 #: builtin/pack-objects.c:3260
14838 msgid "limit pack window by memory in addition to object limit"
14839 msgstr ""
14841 #: builtin/pack-objects.c:3262
14842 msgid "maximum length of delta chain allowed in the resulting pack"
14843 msgstr ""
14845 #: builtin/pack-objects.c:3264
14846 msgid "reuse existing deltas"
14847 msgstr ""
14849 #: builtin/pack-objects.c:3266
14850 msgid "reuse existing objects"
14851 msgstr ""
14853 #: builtin/pack-objects.c:3268
14854 msgid "use OFS_DELTA objects"
14855 msgstr ""
14857 #: builtin/pack-objects.c:3270
14858 msgid "use threads when searching for best delta matches"
14859 msgstr ""
14861 #: builtin/pack-objects.c:3272
14862 msgid "do not create an empty pack output"
14863 msgstr ""
14865 #: builtin/pack-objects.c:3274
14866 msgid "read revision arguments from standard input"
14867 msgstr ""
14869 #: builtin/pack-objects.c:3276
14870 msgid "limit the objects to those that are not yet packed"
14871 msgstr ""
14873 #: builtin/pack-objects.c:3279
14874 msgid "include objects reachable from any reference"
14875 msgstr ""
14877 #: builtin/pack-objects.c:3282
14878 msgid "include objects referred by reflog entries"
14879 msgstr ""
14881 #: builtin/pack-objects.c:3285
14882 msgid "include objects referred to by the index"
14883 msgstr ""
14885 #: builtin/pack-objects.c:3288
14886 msgid "output pack to stdout"
14887 msgstr ""
14889 #: builtin/pack-objects.c:3290
14890 msgid "include tag objects that refer to objects to be packed"
14891 msgstr ""
14893 #: builtin/pack-objects.c:3292
14894 msgid "keep unreachable objects"
14895 msgstr ""
14897 #: builtin/pack-objects.c:3294
14898 msgid "pack loose unreachable objects"
14899 msgstr ""
14901 #: builtin/pack-objects.c:3296
14902 msgid "unpack unreachable objects newer than <time>"
14903 msgstr ""
14905 #: builtin/pack-objects.c:3299
14906 msgid "use the sparse reachability algorithm"
14907 msgstr ""
14909 #: builtin/pack-objects.c:3301
14910 msgid "create thin packs"
14911 msgstr ""
14913 #: builtin/pack-objects.c:3303
14914 msgid "create packs suitable for shallow fetches"
14915 msgstr ""
14917 #: builtin/pack-objects.c:3305
14918 msgid "ignore packs that have companion .keep file"
14919 msgstr ""
14921 #: builtin/pack-objects.c:3307
14922 msgid "ignore this pack"
14923 msgstr ""
14925 #: builtin/pack-objects.c:3309
14926 msgid "pack compression level"
14927 msgstr ""
14929 #: builtin/pack-objects.c:3311
14930 msgid "do not hide commits by grafts"
14931 msgstr ""
14933 #: builtin/pack-objects.c:3313
14934 msgid "use a bitmap index if available to speed up counting objects"
14935 msgstr ""
14937 #: builtin/pack-objects.c:3315
14938 msgid "write a bitmap index together with the pack index"
14939 msgstr ""
14941 #: builtin/pack-objects.c:3318
14942 msgid "handling for missing objects"
14943 msgstr ""
14945 #: builtin/pack-objects.c:3321
14946 msgid "do not pack objects in promisor packfiles"
14947 msgstr ""
14949 #: builtin/pack-objects.c:3323
14950 msgid "respect islands during delta compression"
14951 msgstr ""
14953 #: builtin/pack-objects.c:3348
14954 #, c-format
14955 msgid "delta chain depth %d is too deep, forcing %d"
14956 msgstr ""
14958 #: builtin/pack-objects.c:3353
14959 #, c-format
14960 msgid "pack.deltaCacheLimit is too high, forcing %d"
14961 msgstr ""
14963 #: builtin/pack-objects.c:3407
14964 msgid "--max-pack-size cannot be used to build a pack for transfer"
14965 msgstr ""
14967 #: builtin/pack-objects.c:3409
14968 msgid "minimum pack size limit is 1 MiB"
14969 msgstr ""
14971 #: builtin/pack-objects.c:3414
14972 msgid "--thin cannot be used to build an indexable pack"
14973 msgstr ""
14975 #: builtin/pack-objects.c:3417
14976 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14977 msgstr ""
14979 #: builtin/pack-objects.c:3423
14980 msgid "cannot use --filter without --stdout"
14981 msgstr ""
14983 #: builtin/pack-objects.c:3484
14984 msgid "Enumerating objects"
14985 msgstr ""
14987 #: builtin/pack-objects.c:3514
14988 #, c-format
14989 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14990 msgstr ""
14992 #: builtin/pack-refs.c:7
14993 msgid "git pack-refs [<options>]"
14994 msgstr ""
14996 #: builtin/pack-refs.c:15
14997 msgid "pack everything"
14998 msgstr ""
15000 #: builtin/pack-refs.c:16
15001 msgid "prune loose refs (default)"
15002 msgstr ""
15004 #: builtin/prune-packed.c:9
15005 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15006 msgstr ""
15008 #: builtin/prune-packed.c:42
15009 msgid "Removing duplicate objects"
15010 msgstr ""
15012 #: builtin/prune.c:12
15013 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15014 msgstr ""
15016 #: builtin/prune.c:131
15017 msgid "report pruned objects"
15018 msgstr ""
15020 #: builtin/prune.c:134
15021 msgid "expire objects older than <time>"
15022 msgstr ""
15024 #: builtin/prune.c:136
15025 msgid "limit traversal to objects outside promisor packfiles"
15026 msgstr ""
15028 #: builtin/prune.c:150
15029 msgid "cannot prune in a precious-objects repo"
15030 msgstr ""
15032 #: builtin/pull.c:66 builtin/pull.c:68
15033 #, c-format
15034 msgid "Invalid value for %s: %s"
15035 msgstr ""
15037 #: builtin/pull.c:88
15038 msgid "git pull [<options>] [<repository> [<refspec>...]]"
15039 msgstr ""
15041 #: builtin/pull.c:140
15042 msgid "control for recursive fetching of submodules"
15043 msgstr ""
15045 #: builtin/pull.c:144
15046 msgid "Options related to merging"
15047 msgstr ""
15049 #: builtin/pull.c:147
15050 msgid "incorporate changes by rebasing rather than merging"
15051 msgstr ""
15053 #: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15054 msgid "allow fast-forward"
15055 msgstr ""
15057 #: builtin/pull.c:184
15058 msgid "automatically stash/stash pop before and after rebase"
15059 msgstr ""
15061 #: builtin/pull.c:200
15062 msgid "Options related to fetching"
15063 msgstr ""
15065 #: builtin/pull.c:210
15066 msgid "force overwrite of local branch"
15067 msgstr ""
15069 #: builtin/pull.c:218
15070 msgid "number of submodules pulled in parallel"
15071 msgstr ""
15073 #: builtin/pull.c:313
15074 #, c-format
15075 msgid "Invalid value for pull.ff: %s"
15076 msgstr ""
15078 #: builtin/pull.c:430
15079 msgid ""
15080 "There is no candidate for rebasing against among the refs that you just "
15081 "fetched."
15082 msgstr ""
15084 #: builtin/pull.c:432
15085 msgid ""
15086 "There are no candidates for merging among the refs that you just fetched."
15087 msgstr ""
15089 #: builtin/pull.c:433
15090 msgid ""
15091 "Generally this means that you provided a wildcard refspec which had no\n"
15092 "matches on the remote end."
15093 msgstr ""
15095 #: builtin/pull.c:436
15096 #, c-format
15097 msgid ""
15098 "You asked to pull from the remote '%s', but did not specify\n"
15099 "a branch. Because this is not the default configured remote\n"
15100 "for your current branch, you must specify a branch on the command line."
15101 msgstr ""
15103 #: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15104 msgid "You are not currently on a branch."
15105 msgstr ""
15107 #: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15108 msgid "Please specify which branch you want to rebase against."
15109 msgstr ""
15111 #: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15112 msgid "Please specify which branch you want to merge with."
15113 msgstr ""
15115 #: builtin/pull.c:446 builtin/pull.c:461
15116 msgid "See git-pull(1) for details."
15117 msgstr ""
15119 #: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15120 #: builtin/rebase.c:1327 git-parse-remote.sh:64
15121 msgid "<remote>"
15122 msgstr ""
15124 #: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15125 #: git-parse-remote.sh:65
15126 msgid "<branch>"
15127 msgstr ""
15129 #: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15130 msgid "There is no tracking information for the current branch."
15131 msgstr ""
15133 #: builtin/pull.c:465 git-parse-remote.sh:95
15134 msgid ""
15135 "If you wish to set tracking information for this branch you can do so with:"
15136 msgstr ""
15138 #: builtin/pull.c:470
15139 #, c-format
15140 msgid ""
15141 "Your configuration specifies to merge with the ref '%s'\n"
15142 "from the remote, but no such ref was fetched."
15143 msgstr ""
15145 #: builtin/pull.c:574
15146 #, c-format
15147 msgid "unable to access commit %s"
15148 msgstr ""
15150 #: builtin/pull.c:854
15151 msgid "ignoring --verify-signatures for rebase"
15152 msgstr ""
15154 #: builtin/pull.c:909
15155 msgid "--[no-]autostash option is only valid with --rebase."
15156 msgstr ""
15158 #: builtin/pull.c:917
15159 msgid "Updating an unborn branch with changes added to the index."
15160 msgstr ""
15162 #: builtin/pull.c:921
15163 msgid "pull with rebase"
15164 msgstr ""
15166 #: builtin/pull.c:922
15167 msgid "please commit or stash them."
15168 msgstr ""
15170 #: builtin/pull.c:947
15171 #, c-format
15172 msgid ""
15173 "fetch updated the current branch head.\n"
15174 "fast-forwarding your working tree from\n"
15175 "commit %s."
15176 msgstr ""
15178 #: builtin/pull.c:953
15179 #, c-format
15180 msgid ""
15181 "Cannot fast-forward your working tree.\n"
15182 "After making sure that you saved anything precious from\n"
15183 "$ git diff %s\n"
15184 "output, run\n"
15185 "$ git reset --hard\n"
15186 "to recover."
15187 msgstr ""
15189 #: builtin/pull.c:968
15190 msgid "Cannot merge multiple branches into empty head."
15191 msgstr ""
15193 #: builtin/pull.c:972
15194 msgid "Cannot rebase onto multiple branches."
15195 msgstr ""
15197 #: builtin/pull.c:979
15198 msgid "cannot rebase with locally recorded submodule modifications"
15199 msgstr ""
15201 #: builtin/push.c:19
15202 msgid "git push [<options>] [<repository> [<refspec>...]]"
15203 msgstr ""
15205 #: builtin/push.c:111
15206 msgid "tag shorthand without <tag>"
15207 msgstr ""
15209 #: builtin/push.c:121
15210 msgid "--delete only accepts plain target ref names"
15211 msgstr ""
15213 #: builtin/push.c:167
15214 msgid ""
15215 "\n"
15216 "To choose either option permanently, see push.default in 'git help config'."
15217 msgstr ""
15219 #: builtin/push.c:170
15220 #, c-format
15221 msgid ""
15222 "The upstream branch of your current branch does not match\n"
15223 "the name of your current branch.  To push to the upstream branch\n"
15224 "on the remote, use\n"
15225 "\n"
15226 "    git push %s HEAD:%s\n"
15227 "\n"
15228 "To push to the branch of the same name on the remote, use\n"
15229 "\n"
15230 "    git push %s HEAD\n"
15231 "%s"
15232 msgstr ""
15234 #: builtin/push.c:185
15235 #, c-format
15236 msgid ""
15237 "You are not currently on a branch.\n"
15238 "To push the history leading to the current (detached HEAD)\n"
15239 "state now, use\n"
15240 "\n"
15241 "    git push %s HEAD:<name-of-remote-branch>\n"
15242 msgstr ""
15244 #: builtin/push.c:199
15245 #, c-format
15246 msgid ""
15247 "The current branch %s has no upstream branch.\n"
15248 "To push the current branch and set the remote as upstream, use\n"
15249 "\n"
15250 "    git push --set-upstream %s %s\n"
15251 msgstr ""
15253 #: builtin/push.c:207
15254 #, c-format
15255 msgid "The current branch %s has multiple upstream branches, refusing to push."
15256 msgstr ""
15258 #: builtin/push.c:210
15259 #, c-format
15260 msgid ""
15261 "You are pushing to remote '%s', which is not the upstream of\n"
15262 "your current branch '%s', without telling me what to push\n"
15263 "to update which remote branch."
15264 msgstr ""
15266 #: builtin/push.c:269
15267 msgid ""
15268 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
15269 msgstr ""
15271 #: builtin/push.c:276
15272 msgid ""
15273 "Updates were rejected because the tip of your current branch is behind\n"
15274 "its remote counterpart. Integrate the remote changes (e.g.\n"
15275 "'git pull ...') before pushing again.\n"
15276 "See the 'Note about fast-forwards' in 'git push --help' for details."
15277 msgstr ""
15279 #: builtin/push.c:282
15280 msgid ""
15281 "Updates were rejected because a pushed branch tip is behind its remote\n"
15282 "counterpart. Check out this branch and integrate the remote changes\n"
15283 "(e.g. 'git pull ...') before pushing again.\n"
15284 "See the 'Note about fast-forwards' in 'git push --help' for details."
15285 msgstr ""
15287 #: builtin/push.c:288
15288 msgid ""
15289 "Updates were rejected because the remote contains work that you do\n"
15290 "not have locally. This is usually caused by another repository pushing\n"
15291 "to the same ref. You may want to first integrate the remote changes\n"
15292 "(e.g., 'git pull ...') before pushing again.\n"
15293 "See the 'Note about fast-forwards' in 'git push --help' for details."
15294 msgstr ""
15296 #: builtin/push.c:295
15297 msgid "Updates were rejected because the tag already exists in the remote."
15298 msgstr ""
15300 #: builtin/push.c:298
15301 msgid ""
15302 "You cannot update a remote ref that points at a non-commit object,\n"
15303 "or update a remote ref to make it point at a non-commit object,\n"
15304 "without using the '--force' option.\n"
15305 msgstr ""
15307 #: builtin/push.c:359
15308 #, c-format
15309 msgid "Pushing to %s\n"
15310 msgstr ""
15312 #: builtin/push.c:364
15313 #, c-format
15314 msgid "failed to push some refs to '%s'"
15315 msgstr ""
15317 #: builtin/push.c:398
15318 #, c-format
15319 msgid "bad repository '%s'"
15320 msgstr ""
15322 #: builtin/push.c:399
15323 msgid ""
15324 "No configured push destination.\n"
15325 "Either specify the URL from the command-line or configure a remote "
15326 "repository using\n"
15327 "\n"
15328 "    git remote add <name> <url>\n"
15329 "\n"
15330 "and then push using the remote name\n"
15331 "\n"
15332 "    git push <name>\n"
15333 msgstr ""
15335 #: builtin/push.c:554
15336 msgid "repository"
15337 msgstr ""
15339 #: builtin/push.c:555 builtin/send-pack.c:164
15340 msgid "push all refs"
15341 msgstr ""
15343 #: builtin/push.c:556 builtin/send-pack.c:166
15344 msgid "mirror all refs"
15345 msgstr ""
15347 #: builtin/push.c:558
15348 msgid "delete refs"
15349 msgstr ""
15351 #: builtin/push.c:559
15352 msgid "push tags (can't be used with --all or --mirror)"
15353 msgstr ""
15355 #: builtin/push.c:562 builtin/send-pack.c:167
15356 msgid "force updates"
15357 msgstr ""
15359 #: builtin/push.c:564 builtin/send-pack.c:181
15360 msgid "<refname>:<expect>"
15361 msgstr ""
15363 #: builtin/push.c:565 builtin/send-pack.c:182
15364 msgid "require old value of ref to be at this value"
15365 msgstr ""
15367 #: builtin/push.c:568
15368 msgid "control recursive pushing of submodules"
15369 msgstr ""
15371 #: builtin/push.c:570 builtin/send-pack.c:175
15372 msgid "use thin pack"
15373 msgstr ""
15375 #: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15376 #: builtin/send-pack.c:162
15377 msgid "receive pack program"
15378 msgstr ""
15380 #: builtin/push.c:573
15381 msgid "set upstream for git pull/status"
15382 msgstr ""
15384 #: builtin/push.c:576
15385 msgid "prune locally removed refs"
15386 msgstr ""
15388 #: builtin/push.c:578
15389 msgid "bypass pre-push hook"
15390 msgstr ""
15392 #: builtin/push.c:579
15393 msgid "push missing but relevant tags"
15394 msgstr ""
15396 #: builtin/push.c:582 builtin/send-pack.c:169
15397 msgid "GPG sign the push"
15398 msgstr ""
15400 #: builtin/push.c:584 builtin/send-pack.c:176
15401 msgid "request atomic transaction on remote side"
15402 msgstr ""
15404 #: builtin/push.c:602
15405 msgid "--delete is incompatible with --all, --mirror and --tags"
15406 msgstr ""
15408 #: builtin/push.c:604
15409 msgid "--delete doesn't make sense without any refs"
15410 msgstr ""
15412 #: builtin/push.c:607
15413 msgid "--all and --tags are incompatible"
15414 msgstr ""
15416 #: builtin/push.c:609
15417 msgid "--all can't be combined with refspecs"
15418 msgstr ""
15420 #: builtin/push.c:613
15421 msgid "--mirror and --tags are incompatible"
15422 msgstr ""
15424 #: builtin/push.c:615
15425 msgid "--mirror can't be combined with refspecs"
15426 msgstr ""
15428 #: builtin/push.c:618
15429 msgid "--all and --mirror are incompatible"
15430 msgstr ""
15432 #: builtin/push.c:637
15433 msgid "push options must not have new line characters"
15434 msgstr ""
15436 #: builtin/range-diff.c:8
15437 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15438 msgstr ""
15440 #: builtin/range-diff.c:9
15441 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15442 msgstr ""
15444 #: builtin/range-diff.c:10
15445 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15446 msgstr ""
15448 #: builtin/range-diff.c:21
15449 msgid "Percentage by which creation is weighted"
15450 msgstr ""
15452 #: builtin/range-diff.c:23
15453 msgid "use simple diff colors"
15454 msgstr ""
15456 #: builtin/range-diff.c:46 builtin/range-diff.c:50
15457 #, c-format
15458 msgid "no .. in range: '%s'"
15459 msgstr ""
15461 #: builtin/range-diff.c:60
15462 msgid "single arg format must be symmetric range"
15463 msgstr ""
15465 #: builtin/range-diff.c:75
15466 msgid "need two commit ranges"
15467 msgstr ""
15469 #: builtin/read-tree.c:41
15470 msgid ""
15471 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15472 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15473 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15474 msgstr ""
15476 #: builtin/read-tree.c:124
15477 msgid "write resulting index to <file>"
15478 msgstr ""
15480 #: builtin/read-tree.c:127
15481 msgid "only empty the index"
15482 msgstr ""
15484 #: builtin/read-tree.c:129
15485 msgid "Merging"
15486 msgstr ""
15488 #: builtin/read-tree.c:131
15489 msgid "perform a merge in addition to a read"
15490 msgstr ""
15492 #: builtin/read-tree.c:133
15493 msgid "3-way merge if no file level merging required"
15494 msgstr ""
15496 #: builtin/read-tree.c:135
15497 msgid "3-way merge in presence of adds and removes"
15498 msgstr ""
15500 #: builtin/read-tree.c:137
15501 msgid "same as -m, but discard unmerged entries"
15502 msgstr ""
15504 #: builtin/read-tree.c:138
15505 msgid "<subdirectory>/"
15506 msgstr ""
15508 #: builtin/read-tree.c:139
15509 msgid "read the tree into the index under <subdirectory>/"
15510 msgstr ""
15512 #: builtin/read-tree.c:142
15513 msgid "update working tree with merge result"
15514 msgstr ""
15516 #: builtin/read-tree.c:144
15517 msgid "gitignore"
15518 msgstr ""
15520 #: builtin/read-tree.c:145
15521 msgid "allow explicitly ignored files to be overwritten"
15522 msgstr ""
15524 #: builtin/read-tree.c:148
15525 msgid "don't check the working tree after merging"
15526 msgstr ""
15528 #: builtin/read-tree.c:149
15529 msgid "don't update the index or the work tree"
15530 msgstr ""
15532 #: builtin/read-tree.c:151
15533 msgid "skip applying sparse checkout filter"
15534 msgstr ""
15536 #: builtin/read-tree.c:153
15537 msgid "debug unpack-trees"
15538 msgstr ""
15540 #: builtin/read-tree.c:157
15541 msgid "suppress feedback messages"
15542 msgstr ""
15544 #: builtin/rebase.c:32
15545 msgid ""
15546 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15547 "[<branch>]"
15548 msgstr ""
15550 #: builtin/rebase.c:34
15551 msgid ""
15552 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15553 msgstr ""
15555 #: builtin/rebase.c:36
15556 msgid "git rebase --continue | --abort | --skip | --edit-todo"
15557 msgstr ""
15559 #: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15560 #, c-format
15561 msgid "unusable todo list: '%s'"
15562 msgstr ""
15564 #: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15565 #, c-format
15566 msgid "could not write '%s'."
15567 msgstr ""
15569 #: builtin/rebase.c:252
15570 msgid "no HEAD?"
15571 msgstr ""
15573 #: builtin/rebase.c:279
15574 #, c-format
15575 msgid "could not create temporary %s"
15576 msgstr ""
15578 #: builtin/rebase.c:285
15579 msgid "could not mark as interactive"
15580 msgstr ""
15582 #: builtin/rebase.c:343
15583 msgid "could not generate todo list"
15584 msgstr ""
15586 #: builtin/rebase.c:382
15587 msgid "a base commit must be provided with --upstream or --onto"
15588 msgstr ""
15590 #: builtin/rebase.c:437
15591 msgid "git rebase--interactive [<options>]"
15592 msgstr ""
15594 #: builtin/rebase.c:449
15595 msgid "keep empty commits"
15596 msgstr ""
15598 #: builtin/rebase.c:451 builtin/revert.c:127
15599 msgid "allow commits with empty messages"
15600 msgstr ""
15602 #: builtin/rebase.c:452
15603 msgid "rebase merge commits"
15604 msgstr ""
15606 #: builtin/rebase.c:454
15607 msgid "keep original branch points of cousins"
15608 msgstr ""
15610 #: builtin/rebase.c:456
15611 msgid "move commits that begin with squash!/fixup!"
15612 msgstr ""
15614 #: builtin/rebase.c:457
15615 msgid "sign commits"
15616 msgstr ""
15618 #: builtin/rebase.c:459 builtin/rebase.c:1397
15619 msgid "display a diffstat of what changed upstream"
15620 msgstr ""
15622 #: builtin/rebase.c:461
15623 msgid "continue rebase"
15624 msgstr ""
15626 #: builtin/rebase.c:463
15627 msgid "skip commit"
15628 msgstr ""
15630 #: builtin/rebase.c:464
15631 msgid "edit the todo list"
15632 msgstr ""
15634 #: builtin/rebase.c:466
15635 msgid "show the current patch"
15636 msgstr ""
15638 #: builtin/rebase.c:469
15639 msgid "shorten commit ids in the todo list"
15640 msgstr ""
15642 #: builtin/rebase.c:471
15643 msgid "expand commit ids in the todo list"
15644 msgstr ""
15646 #: builtin/rebase.c:473
15647 msgid "check the todo list"
15648 msgstr ""
15650 #: builtin/rebase.c:475
15651 msgid "rearrange fixup/squash lines"
15652 msgstr ""
15654 #: builtin/rebase.c:477
15655 msgid "insert exec commands in todo list"
15656 msgstr ""
15658 #: builtin/rebase.c:478
15659 msgid "onto"
15660 msgstr ""
15662 #: builtin/rebase.c:481
15663 msgid "restrict-revision"
15664 msgstr ""
15666 #: builtin/rebase.c:481
15667 msgid "restrict revision"
15668 msgstr ""
15670 #: builtin/rebase.c:483
15671 msgid "squash-onto"
15672 msgstr ""
15674 #: builtin/rebase.c:484
15675 msgid "squash onto"
15676 msgstr ""
15678 #: builtin/rebase.c:486
15679 msgid "the upstream commit"
15680 msgstr ""
15682 #: builtin/rebase.c:488
15683 msgid "head-name"
15684 msgstr ""
15686 #: builtin/rebase.c:488
15687 msgid "head name"
15688 msgstr ""
15690 #: builtin/rebase.c:493
15691 msgid "rebase strategy"
15692 msgstr ""
15694 #: builtin/rebase.c:494
15695 msgid "strategy-opts"
15696 msgstr ""
15698 #: builtin/rebase.c:495
15699 msgid "strategy options"
15700 msgstr ""
15702 #: builtin/rebase.c:496
15703 msgid "switch-to"
15704 msgstr ""
15706 #: builtin/rebase.c:497
15707 msgid "the branch or commit to checkout"
15708 msgstr ""
15710 #: builtin/rebase.c:498
15711 msgid "onto-name"
15712 msgstr ""
15714 #: builtin/rebase.c:498
15715 msgid "onto name"
15716 msgstr ""
15718 #: builtin/rebase.c:499
15719 msgid "cmd"
15720 msgstr ""
15722 #: builtin/rebase.c:499
15723 msgid "the command to run"
15724 msgstr ""
15726 #: builtin/rebase.c:502 builtin/rebase.c:1480
15727 msgid "automatically re-schedule any `exec` that fails"
15728 msgstr ""
15730 #: builtin/rebase.c:518
15731 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15732 msgstr ""
15734 #: builtin/rebase.c:534 builtin/rebase.c:1787
15735 #, c-format
15736 msgid "%s requires an interactive rebase"
15737 msgstr ""
15739 #: builtin/rebase.c:586
15740 #, c-format
15741 msgid "could not get 'onto': '%s'"
15742 msgstr ""
15744 #: builtin/rebase.c:601
15745 #, c-format
15746 msgid "invalid orig-head: '%s'"
15747 msgstr ""
15749 #: builtin/rebase.c:626
15750 #, c-format
15751 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15752 msgstr ""
15754 #: builtin/rebase.c:702
15755 #, c-format
15756 msgid "Could not read '%s'"
15757 msgstr ""
15759 #: builtin/rebase.c:720
15760 #, c-format
15761 msgid "Cannot store %s"
15762 msgstr ""
15764 #: builtin/rebase.c:817
15765 msgid "could not determine HEAD revision"
15766 msgstr ""
15768 #: builtin/rebase.c:940
15769 msgid ""
15770 "Resolve all conflicts manually, mark them as resolved with\n"
15771 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15772 "You can instead skip this commit: run \"git rebase --skip\".\n"
15773 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
15774 "abort\"."
15775 msgstr ""
15777 #: builtin/rebase.c:1021
15778 #, c-format
15779 msgid ""
15780 "\n"
15781 "git encountered an error while preparing the patches to replay\n"
15782 "these revisions:\n"
15783 "\n"
15784 "    %s\n"
15785 "\n"
15786 "As a result, git cannot rebase them."
15787 msgstr ""
15789 #: builtin/rebase.c:1313
15790 #, c-format
15791 msgid ""
15792 "%s\n"
15793 "Please specify which branch you want to rebase against.\n"
15794 "See git-rebase(1) for details.\n"
15795 "\n"
15796 "    git rebase '<branch>'\n"
15797 "\n"
15798 msgstr ""
15800 #: builtin/rebase.c:1329
15801 #, c-format
15802 msgid ""
15803 "If you wish to set tracking information for this branch you can do so with:\n"
15804 "\n"
15805 "    git branch --set-upstream-to=%s/<branch> %s\n"
15806 "\n"
15807 msgstr ""
15809 #: builtin/rebase.c:1359
15810 msgid "exec commands cannot contain newlines"
15811 msgstr ""
15813 #: builtin/rebase.c:1363
15814 msgid "empty exec command"
15815 msgstr ""
15817 #: builtin/rebase.c:1390
15818 msgid "rebase onto given branch instead of upstream"
15819 msgstr ""
15821 #: builtin/rebase.c:1392
15822 msgid "allow pre-rebase hook to run"
15823 msgstr ""
15825 #: builtin/rebase.c:1394
15826 msgid "be quiet. implies --no-stat"
15827 msgstr ""
15829 #: builtin/rebase.c:1400
15830 msgid "do not show diffstat of what changed upstream"
15831 msgstr ""
15833 #: builtin/rebase.c:1403
15834 msgid "add a Signed-off-by: line to each commit"
15835 msgstr ""
15837 #: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15838 msgid "passed to 'git am'"
15839 msgstr ""
15841 #: builtin/rebase.c:1413 builtin/rebase.c:1415
15842 msgid "passed to 'git apply'"
15843 msgstr ""
15845 #: builtin/rebase.c:1417 builtin/rebase.c:1420
15846 msgid "cherry-pick all commits, even if unchanged"
15847 msgstr ""
15849 #: builtin/rebase.c:1422
15850 msgid "continue"
15851 msgstr ""
15853 #: builtin/rebase.c:1425
15854 msgid "skip current patch and continue"
15855 msgstr ""
15857 #: builtin/rebase.c:1427
15858 msgid "abort and check out the original branch"
15859 msgstr ""
15861 #: builtin/rebase.c:1430
15862 msgid "abort but keep HEAD where it is"
15863 msgstr ""
15865 #: builtin/rebase.c:1431
15866 msgid "edit the todo list during an interactive rebase"
15867 msgstr ""
15869 #: builtin/rebase.c:1434
15870 msgid "show the patch file being applied or merged"
15871 msgstr ""
15873 #: builtin/rebase.c:1437
15874 msgid "use merging strategies to rebase"
15875 msgstr ""
15877 #: builtin/rebase.c:1441
15878 msgid "let the user edit the list of commits to rebase"
15879 msgstr ""
15881 #: builtin/rebase.c:1445
15882 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15883 msgstr ""
15885 #: builtin/rebase.c:1449
15886 msgid "preserve empty commits during rebase"
15887 msgstr ""
15889 #: builtin/rebase.c:1451
15890 msgid "move commits that begin with squash!/fixup! under -i"
15891 msgstr ""
15893 #: builtin/rebase.c:1457
15894 msgid "automatically stash/stash pop before and after"
15895 msgstr ""
15897 #: builtin/rebase.c:1459
15898 msgid "add exec lines after each commit of the editable list"
15899 msgstr ""
15901 #: builtin/rebase.c:1463
15902 msgid "allow rebasing commits with empty messages"
15903 msgstr ""
15905 #: builtin/rebase.c:1466
15906 msgid "try to rebase merges instead of skipping them"
15907 msgstr ""
15909 #: builtin/rebase.c:1469
15910 msgid "use 'merge-base --fork-point' to refine upstream"
15911 msgstr ""
15913 #: builtin/rebase.c:1471
15914 msgid "use the given merge strategy"
15915 msgstr ""
15917 #: builtin/rebase.c:1473 builtin/revert.c:114
15918 msgid "option"
15919 msgstr ""
15921 #: builtin/rebase.c:1474
15922 msgid "pass the argument through to the merge strategy"
15923 msgstr ""
15925 #: builtin/rebase.c:1477
15926 msgid "rebase all reachable commits up to the root(s)"
15927 msgstr ""
15929 #: builtin/rebase.c:1498
15930 msgid ""
15931 "the rebase.useBuiltin support has been removed!\n"
15932 "See its entry in 'git help config' for details."
15933 msgstr ""
15935 #: builtin/rebase.c:1504
15936 msgid "It looks like 'git am' is in progress. Cannot rebase."
15937 msgstr ""
15939 #: builtin/rebase.c:1545
15940 msgid ""
15941 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15942 msgstr ""
15944 #: builtin/rebase.c:1549
15945 msgid "No rebase in progress?"
15946 msgstr ""
15948 #: builtin/rebase.c:1553
15949 msgid "The --edit-todo action can only be used during interactive rebase."
15950 msgstr ""
15952 #: builtin/rebase.c:1576
15953 msgid "Cannot read HEAD"
15954 msgstr ""
15956 #: builtin/rebase.c:1588
15957 msgid ""
15958 "You must edit all merge conflicts and then\n"
15959 "mark them as resolved using git add"
15960 msgstr ""
15962 #: builtin/rebase.c:1607
15963 msgid "could not discard worktree changes"
15964 msgstr ""
15966 #: builtin/rebase.c:1626
15967 #, c-format
15968 msgid "could not move back to %s"
15969 msgstr ""
15971 #: builtin/rebase.c:1637 builtin/rm.c:369
15972 #, c-format
15973 msgid "could not remove '%s'"
15974 msgstr ""
15976 #: builtin/rebase.c:1663
15977 #, c-format
15978 msgid ""
15979 "It seems that there is already a %s directory, and\n"
15980 "I wonder if you are in the middle of another rebase.  If that is the\n"
15981 "case, please try\n"
15982 "\t%s\n"
15983 "If that is not the case, please\n"
15984 "\t%s\n"
15985 "and run me again.  I am stopping in case you still have something\n"
15986 "valuable there.\n"
15987 msgstr ""
15989 #: builtin/rebase.c:1684
15990 msgid "switch `C' expects a numerical value"
15991 msgstr ""
15993 #: builtin/rebase.c:1725
15994 #, c-format
15995 msgid "Unknown mode: %s"
15996 msgstr ""
15998 #: builtin/rebase.c:1747
15999 msgid "--strategy requires --merge or --interactive"
16000 msgstr ""
16002 #: builtin/rebase.c:1796
16003 msgid "cannot combine am options with either interactive or merge options"
16004 msgstr ""
16006 #: builtin/rebase.c:1815
16007 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16008 msgstr ""
16010 #: builtin/rebase.c:1819
16011 msgid ""
16012 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16013 msgstr ""
16015 #: builtin/rebase.c:1825
16016 msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16017 msgstr ""
16019 #: builtin/rebase.c:1828
16020 msgid "cannot combine '--rebase-merges' with '--strategy'"
16021 msgstr ""
16023 #: builtin/rebase.c:1852
16024 #, c-format
16025 msgid "invalid upstream '%s'"
16026 msgstr ""
16028 #: builtin/rebase.c:1858
16029 msgid "Could not create new root commit"
16030 msgstr ""
16032 #: builtin/rebase.c:1876
16033 #, c-format
16034 msgid "'%s': need exactly one merge base"
16035 msgstr ""
16037 #: builtin/rebase.c:1883
16038 #, c-format
16039 msgid "Does not point to a valid commit '%s'"
16040 msgstr ""
16042 #: builtin/rebase.c:1908
16043 #, c-format
16044 msgid "fatal: no such branch/commit '%s'"
16045 msgstr ""
16047 #: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16048 #: builtin/submodule--helper.c:1933
16049 #, c-format
16050 msgid "No such ref: %s"
16051 msgstr ""
16053 #: builtin/rebase.c:1927
16054 msgid "Could not resolve HEAD to a revision"
16055 msgstr ""
16057 #: builtin/rebase.c:1968
16058 msgid "Cannot autostash"
16059 msgstr ""
16061 #: builtin/rebase.c:1971
16062 #, c-format
16063 msgid "Unexpected stash response: '%s'"
16064 msgstr ""
16066 #: builtin/rebase.c:1977
16067 #, c-format
16068 msgid "Could not create directory for '%s'"
16069 msgstr ""
16071 #: builtin/rebase.c:1980
16072 #, c-format
16073 msgid "Created autostash: %s\n"
16074 msgstr ""
16076 #: builtin/rebase.c:1983
16077 msgid "could not reset --hard"
16078 msgstr ""
16080 #: builtin/rebase.c:1984 builtin/reset.c:114
16081 #, c-format
16082 msgid "HEAD is now at %s"
16083 msgstr ""
16085 #: builtin/rebase.c:2000
16086 msgid "Please commit or stash them."
16087 msgstr ""
16089 #: builtin/rebase.c:2027
16090 #, c-format
16091 msgid "could not parse '%s'"
16092 msgstr ""
16094 #: builtin/rebase.c:2040
16095 #, c-format
16096 msgid "could not switch to %s"
16097 msgstr ""
16099 #: builtin/rebase.c:2051
16100 msgid "HEAD is up to date."
16101 msgstr ""
16103 #: builtin/rebase.c:2053
16104 #, c-format
16105 msgid "Current branch %s is up to date.\n"
16106 msgstr ""
16108 #: builtin/rebase.c:2061
16109 msgid "HEAD is up to date, rebase forced."
16110 msgstr ""
16112 #: builtin/rebase.c:2063
16113 #, c-format
16114 msgid "Current branch %s is up to date, rebase forced.\n"
16115 msgstr ""
16117 #: builtin/rebase.c:2071
16118 msgid "The pre-rebase hook refused to rebase."
16119 msgstr ""
16121 #: builtin/rebase.c:2078
16122 #, c-format
16123 msgid "Changes to %s:\n"
16124 msgstr ""
16126 #: builtin/rebase.c:2081
16127 #, c-format
16128 msgid "Changes from %s to %s:\n"
16129 msgstr ""
16131 #: builtin/rebase.c:2106
16132 #, c-format
16133 msgid "First, rewinding head to replay your work on top of it...\n"
16134 msgstr ""
16136 #: builtin/rebase.c:2115
16137 msgid "Could not detach HEAD"
16138 msgstr ""
16140 #: builtin/rebase.c:2124
16141 #, c-format
16142 msgid "Fast-forwarded %s to %s.\n"
16143 msgstr ""
16145 #: builtin/receive-pack.c:33
16146 msgid "git receive-pack <git-dir>"
16147 msgstr ""
16149 #: builtin/receive-pack.c:833
16150 msgid ""
16151 "By default, updating the current branch in a non-bare repository\n"
16152 "is denied, because it will make the index and work tree inconsistent\n"
16153 "with what you pushed, and will require 'git reset --hard' to match\n"
16154 "the work tree to HEAD.\n"
16155 "\n"
16156 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
16157 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16158 "its current branch; however, this is not recommended unless you\n"
16159 "arranged to update its work tree to match what you pushed in some\n"
16160 "other way.\n"
16161 "\n"
16162 "To squelch this message and still keep the default behaviour, set\n"
16163 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
16164 msgstr ""
16166 #: builtin/receive-pack.c:853
16167 msgid ""
16168 "By default, deleting the current branch is denied, because the next\n"
16169 "'git clone' won't result in any file checked out, causing confusion.\n"
16170 "\n"
16171 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16172 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
16173 "current branch, with or without a warning message.\n"
16174 "\n"
16175 "To squelch this message, you can set it to 'refuse'."
16176 msgstr ""
16178 #: builtin/receive-pack.c:1940
16179 msgid "quiet"
16180 msgstr ""
16182 #: builtin/receive-pack.c:1954
16183 msgid "You must specify a directory."
16184 msgstr ""
16186 #: builtin/reflog.c:17
16187 msgid ""
16188 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16189 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16190 "<refs>..."
16191 msgstr ""
16193 #: builtin/reflog.c:22
16194 msgid ""
16195 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16196 "<refs>..."
16197 msgstr ""
16199 #: builtin/reflog.c:25
16200 msgid "git reflog exists <ref>"
16201 msgstr ""
16203 #: builtin/reflog.c:567 builtin/reflog.c:572
16204 #, c-format
16205 msgid "'%s' is not a valid timestamp"
16206 msgstr ""
16208 #: builtin/reflog.c:605
16209 #, c-format
16210 msgid "Marking reachable objects..."
16211 msgstr ""
16213 #: builtin/reflog.c:643
16214 #, c-format
16215 msgid "%s points nowhere!"
16216 msgstr ""
16218 #: builtin/reflog.c:695
16219 msgid "no reflog specified to delete"
16220 msgstr ""
16222 #: builtin/reflog.c:704
16223 #, c-format
16224 msgid "not a reflog: %s"
16225 msgstr ""
16227 #: builtin/reflog.c:709
16228 #, c-format
16229 msgid "no reflog for '%s'"
16230 msgstr ""
16232 #: builtin/reflog.c:755
16233 #, c-format
16234 msgid "invalid ref format: %s"
16235 msgstr ""
16237 #: builtin/reflog.c:764
16238 msgid "git reflog [ show | expire | delete | exists ]"
16239 msgstr ""
16241 #: builtin/remote.c:16
16242 msgid "git remote [-v | --verbose]"
16243 msgstr ""
16245 #: builtin/remote.c:17
16246 msgid ""
16247 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16248 "mirror=<fetch|push>] <name> <url>"
16249 msgstr ""
16251 #: builtin/remote.c:18 builtin/remote.c:38
16252 msgid "git remote rename <old> <new>"
16253 msgstr ""
16255 #: builtin/remote.c:19 builtin/remote.c:43
16256 msgid "git remote remove <name>"
16257 msgstr ""
16259 #: builtin/remote.c:20 builtin/remote.c:48
16260 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16261 msgstr ""
16263 #: builtin/remote.c:21
16264 msgid "git remote [-v | --verbose] show [-n] <name>"
16265 msgstr ""
16267 #: builtin/remote.c:22
16268 msgid "git remote prune [-n | --dry-run] <name>"
16269 msgstr ""
16271 #: builtin/remote.c:23
16272 msgid ""
16273 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16274 msgstr ""
16276 #: builtin/remote.c:24
16277 msgid "git remote set-branches [--add] <name> <branch>..."
16278 msgstr ""
16280 #: builtin/remote.c:25 builtin/remote.c:74
16281 msgid "git remote get-url [--push] [--all] <name>"
16282 msgstr ""
16284 #: builtin/remote.c:26 builtin/remote.c:79
16285 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16286 msgstr ""
16288 #: builtin/remote.c:27 builtin/remote.c:80
16289 msgid "git remote set-url --add <name> <newurl>"
16290 msgstr ""
16292 #: builtin/remote.c:28 builtin/remote.c:81
16293 msgid "git remote set-url --delete <name> <url>"
16294 msgstr ""
16296 #: builtin/remote.c:33
16297 msgid "git remote add [<options>] <name> <url>"
16298 msgstr ""
16300 #: builtin/remote.c:53
16301 msgid "git remote set-branches <name> <branch>..."
16302 msgstr ""
16304 #: builtin/remote.c:54
16305 msgid "git remote set-branches --add <name> <branch>..."
16306 msgstr ""
16308 #: builtin/remote.c:59
16309 msgid "git remote show [<options>] <name>"
16310 msgstr ""
16312 #: builtin/remote.c:64
16313 msgid "git remote prune [<options>] <name>"
16314 msgstr ""
16316 #: builtin/remote.c:69
16317 msgid "git remote update [<options>] [<group> | <remote>]..."
16318 msgstr ""
16320 #: builtin/remote.c:98
16321 #, c-format
16322 msgid "Updating %s"
16323 msgstr ""
16325 #: builtin/remote.c:130
16326 msgid ""
16327 "--mirror is dangerous and deprecated; please\n"
16328 "\t use --mirror=fetch or --mirror=push instead"
16329 msgstr ""
16331 #: builtin/remote.c:147
16332 #, c-format
16333 msgid "unknown mirror argument: %s"
16334 msgstr ""
16336 #: builtin/remote.c:163
16337 msgid "fetch the remote branches"
16338 msgstr ""
16340 #: builtin/remote.c:165
16341 msgid "import all tags and associated objects when fetching"
16342 msgstr ""
16344 #: builtin/remote.c:168
16345 msgid "or do not fetch any tag at all (--no-tags)"
16346 msgstr ""
16348 #: builtin/remote.c:170
16349 msgid "branch(es) to track"
16350 msgstr ""
16352 #: builtin/remote.c:171
16353 msgid "master branch"
16354 msgstr ""
16356 #: builtin/remote.c:173
16357 msgid "set up remote as a mirror to push to or fetch from"
16358 msgstr ""
16360 #: builtin/remote.c:185
16361 msgid "specifying a master branch makes no sense with --mirror"
16362 msgstr ""
16364 #: builtin/remote.c:187
16365 msgid "specifying branches to track makes sense only with fetch mirrors"
16366 msgstr ""
16368 #: builtin/remote.c:194 builtin/remote.c:636
16369 #, c-format
16370 msgid "remote %s already exists."
16371 msgstr ""
16373 #: builtin/remote.c:198 builtin/remote.c:640
16374 #, c-format
16375 msgid "'%s' is not a valid remote name"
16376 msgstr ""
16378 #: builtin/remote.c:238
16379 #, c-format
16380 msgid "Could not setup master '%s'"
16381 msgstr ""
16383 #: builtin/remote.c:344
16384 #, c-format
16385 msgid "Could not get fetch map for refspec %s"
16386 msgstr ""
16388 #: builtin/remote.c:443 builtin/remote.c:451
16389 msgid "(matching)"
16390 msgstr ""
16392 #: builtin/remote.c:455
16393 msgid "(delete)"
16394 msgstr ""
16396 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16397 #, c-format
16398 msgid "No such remote: '%s'"
16399 msgstr ""
16401 #: builtin/remote.c:646
16402 #, c-format
16403 msgid "Could not rename config section '%s' to '%s'"
16404 msgstr ""
16406 #: builtin/remote.c:666
16407 #, c-format
16408 msgid ""
16409 "Not updating non-default fetch refspec\n"
16410 "\t%s\n"
16411 "\tPlease update the configuration manually if necessary."
16412 msgstr ""
16414 #: builtin/remote.c:702
16415 #, c-format
16416 msgid "deleting '%s' failed"
16417 msgstr ""
16419 #: builtin/remote.c:736
16420 #, c-format
16421 msgid "creating '%s' failed"
16422 msgstr ""
16424 #: builtin/remote.c:802
16425 msgid ""
16426 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16427 "to delete it, use:"
16428 msgid_plural ""
16429 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16430 "to delete them, use:"
16431 msgstr[0] ""
16432 msgstr[1] ""
16434 #: builtin/remote.c:816
16435 #, c-format
16436 msgid "Could not remove config section '%s'"
16437 msgstr ""
16439 #: builtin/remote.c:917
16440 #, c-format
16441 msgid " new (next fetch will store in remotes/%s)"
16442 msgstr ""
16444 #: builtin/remote.c:920
16445 msgid " tracked"
16446 msgstr ""
16448 #: builtin/remote.c:922
16449 msgid " stale (use 'git remote prune' to remove)"
16450 msgstr ""
16452 #: builtin/remote.c:924
16453 msgid " ???"
16454 msgstr ""
16456 #: builtin/remote.c:965
16457 #, c-format
16458 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16459 msgstr ""
16461 #: builtin/remote.c:974
16462 #, c-format
16463 msgid "rebases interactively onto remote %s"
16464 msgstr ""
16466 #: builtin/remote.c:976
16467 #, c-format
16468 msgid "rebases interactively (with merges) onto remote %s"
16469 msgstr ""
16471 #: builtin/remote.c:979
16472 #, c-format
16473 msgid "rebases onto remote %s"
16474 msgstr ""
16476 #: builtin/remote.c:983
16477 #, c-format
16478 msgid " merges with remote %s"
16479 msgstr ""
16481 #: builtin/remote.c:986
16482 #, c-format
16483 msgid "merges with remote %s"
16484 msgstr ""
16486 #: builtin/remote.c:989
16487 #, c-format
16488 msgid "%-*s    and with remote %s\n"
16489 msgstr ""
16491 #: builtin/remote.c:1032
16492 msgid "create"
16493 msgstr ""
16495 #: builtin/remote.c:1035
16496 msgid "delete"
16497 msgstr ""
16499 #: builtin/remote.c:1039
16500 msgid "up to date"
16501 msgstr ""
16503 #: builtin/remote.c:1042
16504 msgid "fast-forwardable"
16505 msgstr ""
16507 #: builtin/remote.c:1045
16508 msgid "local out of date"
16509 msgstr ""
16511 #: builtin/remote.c:1052
16512 #, c-format
16513 msgid "    %-*s forces to %-*s (%s)"
16514 msgstr ""
16516 #: builtin/remote.c:1055
16517 #, c-format
16518 msgid "    %-*s pushes to %-*s (%s)"
16519 msgstr ""
16521 #: builtin/remote.c:1059
16522 #, c-format
16523 msgid "    %-*s forces to %s"
16524 msgstr ""
16526 #: builtin/remote.c:1062
16527 #, c-format
16528 msgid "    %-*s pushes to %s"
16529 msgstr ""
16531 #: builtin/remote.c:1130
16532 msgid "do not query remotes"
16533 msgstr ""
16535 #: builtin/remote.c:1157
16536 #, c-format
16537 msgid "* remote %s"
16538 msgstr ""
16540 #: builtin/remote.c:1158
16541 #, c-format
16542 msgid "  Fetch URL: %s"
16543 msgstr ""
16545 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16546 msgid "(no URL)"
16547 msgstr ""
16549 #. TRANSLATORS: the colon ':' should align
16550 #. with the one in " Fetch URL: %s"
16551 #. translation.
16553 #: builtin/remote.c:1173 builtin/remote.c:1175
16554 #, c-format
16555 msgid "  Push  URL: %s"
16556 msgstr ""
16558 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16559 #, c-format
16560 msgid "  HEAD branch: %s"
16561 msgstr ""
16563 #: builtin/remote.c:1177
16564 msgid "(not queried)"
16565 msgstr ""
16567 #: builtin/remote.c:1179
16568 msgid "(unknown)"
16569 msgstr ""
16571 #: builtin/remote.c:1183
16572 #, c-format
16573 msgid ""
16574 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16575 msgstr ""
16577 #: builtin/remote.c:1195
16578 #, c-format
16579 msgid "  Remote branch:%s"
16580 msgid_plural "  Remote branches:%s"
16581 msgstr[0] ""
16582 msgstr[1] ""
16584 #: builtin/remote.c:1198 builtin/remote.c:1224
16585 msgid " (status not queried)"
16586 msgstr ""
16588 #: builtin/remote.c:1207
16589 msgid "  Local branch configured for 'git pull':"
16590 msgid_plural "  Local branches configured for 'git pull':"
16591 msgstr[0] ""
16592 msgstr[1] ""
16594 #: builtin/remote.c:1215
16595 msgid "  Local refs will be mirrored by 'git push'"
16596 msgstr ""
16598 #: builtin/remote.c:1221
16599 #, c-format
16600 msgid "  Local ref configured for 'git push'%s:"
16601 msgid_plural "  Local refs configured for 'git push'%s:"
16602 msgstr[0] ""
16603 msgstr[1] ""
16605 #: builtin/remote.c:1242
16606 msgid "set refs/remotes/<name>/HEAD according to remote"
16607 msgstr ""
16609 #: builtin/remote.c:1244
16610 msgid "delete refs/remotes/<name>/HEAD"
16611 msgstr ""
16613 #: builtin/remote.c:1259
16614 msgid "Cannot determine remote HEAD"
16615 msgstr ""
16617 #: builtin/remote.c:1261
16618 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16619 msgstr ""
16621 #: builtin/remote.c:1271
16622 #, c-format
16623 msgid "Could not delete %s"
16624 msgstr ""
16626 #: builtin/remote.c:1279
16627 #, c-format
16628 msgid "Not a valid ref: %s"
16629 msgstr ""
16631 #: builtin/remote.c:1281
16632 #, c-format
16633 msgid "Could not setup %s"
16634 msgstr ""
16636 #: builtin/remote.c:1299
16637 #, c-format
16638 msgid " %s will become dangling!"
16639 msgstr ""
16641 #: builtin/remote.c:1300
16642 #, c-format
16643 msgid " %s has become dangling!"
16644 msgstr ""
16646 #: builtin/remote.c:1310
16647 #, c-format
16648 msgid "Pruning %s"
16649 msgstr ""
16651 #: builtin/remote.c:1311
16652 #, c-format
16653 msgid "URL: %s"
16654 msgstr ""
16656 #: builtin/remote.c:1327
16657 #, c-format
16658 msgid " * [would prune] %s"
16659 msgstr ""
16661 #: builtin/remote.c:1330
16662 #, c-format
16663 msgid " * [pruned] %s"
16664 msgstr ""
16666 #: builtin/remote.c:1375
16667 msgid "prune remotes after fetching"
16668 msgstr ""
16670 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16671 #, c-format
16672 msgid "No such remote '%s'"
16673 msgstr ""
16675 #: builtin/remote.c:1454
16676 msgid "add branch"
16677 msgstr ""
16679 #: builtin/remote.c:1461
16680 msgid "no remote specified"
16681 msgstr ""
16683 #: builtin/remote.c:1478
16684 msgid "query push URLs rather than fetch URLs"
16685 msgstr ""
16687 #: builtin/remote.c:1480
16688 msgid "return all URLs"
16689 msgstr ""
16691 #: builtin/remote.c:1508
16692 #, c-format
16693 msgid "no URLs configured for remote '%s'"
16694 msgstr ""
16696 #: builtin/remote.c:1534
16697 msgid "manipulate push URLs"
16698 msgstr ""
16700 #: builtin/remote.c:1536
16701 msgid "add URL"
16702 msgstr ""
16704 #: builtin/remote.c:1538
16705 msgid "delete URLs"
16706 msgstr ""
16708 #: builtin/remote.c:1545
16709 msgid "--add --delete doesn't make sense"
16710 msgstr ""
16712 #: builtin/remote.c:1584
16713 #, c-format
16714 msgid "Invalid old URL pattern: %s"
16715 msgstr ""
16717 #: builtin/remote.c:1592
16718 #, c-format
16719 msgid "No such URL found: %s"
16720 msgstr ""
16722 #: builtin/remote.c:1594
16723 msgid "Will not delete all non-push URLs"
16724 msgstr ""
16726 #: builtin/remote.c:1610
16727 msgid "be verbose; must be placed before a subcommand"
16728 msgstr ""
16730 #: builtin/remote.c:1641
16731 #, c-format
16732 msgid "Unknown subcommand: %s"
16733 msgstr ""
16735 #: builtin/repack.c:22
16736 msgid "git repack [<options>]"
16737 msgstr ""
16739 #: builtin/repack.c:27
16740 msgid ""
16741 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
16742 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16743 msgstr ""
16745 #: builtin/repack.c:200
16746 msgid "could not start pack-objects to repack promisor objects"
16747 msgstr ""
16749 #: builtin/repack.c:239 builtin/repack.c:414
16750 msgid "repack: Expecting full hex object ID lines only from pack-objects."
16751 msgstr ""
16753 #: builtin/repack.c:256
16754 msgid "could not finish pack-objects to repack promisor objects"
16755 msgstr ""
16757 #: builtin/repack.c:294
16758 msgid "pack everything in a single pack"
16759 msgstr ""
16761 #: builtin/repack.c:296
16762 msgid "same as -a, and turn unreachable objects loose"
16763 msgstr ""
16765 #: builtin/repack.c:299
16766 msgid "remove redundant packs, and run git-prune-packed"
16767 msgstr ""
16769 #: builtin/repack.c:301
16770 msgid "pass --no-reuse-delta to git-pack-objects"
16771 msgstr ""
16773 #: builtin/repack.c:303
16774 msgid "pass --no-reuse-object to git-pack-objects"
16775 msgstr ""
16777 #: builtin/repack.c:305
16778 msgid "do not run git-update-server-info"
16779 msgstr ""
16781 #: builtin/repack.c:308
16782 msgid "pass --local to git-pack-objects"
16783 msgstr ""
16785 #: builtin/repack.c:310
16786 msgid "write bitmap index"
16787 msgstr ""
16789 #: builtin/repack.c:312
16790 msgid "pass --delta-islands to git-pack-objects"
16791 msgstr ""
16793 #: builtin/repack.c:313
16794 msgid "approxidate"
16795 msgstr ""
16797 #: builtin/repack.c:314
16798 msgid "with -A, do not loosen objects older than this"
16799 msgstr ""
16801 #: builtin/repack.c:316
16802 msgid "with -a, repack unreachable objects"
16803 msgstr ""
16805 #: builtin/repack.c:318
16806 msgid "size of the window used for delta compression"
16807 msgstr ""
16809 #: builtin/repack.c:319 builtin/repack.c:325
16810 msgid "bytes"
16811 msgstr ""
16813 #: builtin/repack.c:320
16814 msgid "same as the above, but limit memory size instead of entries count"
16815 msgstr ""
16817 #: builtin/repack.c:322
16818 msgid "limits the maximum delta depth"
16819 msgstr ""
16821 #: builtin/repack.c:324
16822 msgid "limits the maximum number of threads"
16823 msgstr ""
16825 #: builtin/repack.c:326
16826 msgid "maximum size of each packfile"
16827 msgstr ""
16829 #: builtin/repack.c:328
16830 msgid "repack objects in packs marked with .keep"
16831 msgstr ""
16833 #: builtin/repack.c:330
16834 msgid "do not repack this pack"
16835 msgstr ""
16837 #: builtin/repack.c:340
16838 msgid "cannot delete packs in a precious-objects repo"
16839 msgstr ""
16841 #: builtin/repack.c:344
16842 msgid "--keep-unreachable and -A are incompatible"
16843 msgstr ""
16845 #: builtin/repack.c:423
16846 msgid "Nothing new to pack."
16847 msgstr ""
16849 #: builtin/repack.c:484
16850 #, c-format
16851 msgid ""
16852 "WARNING: Some packs in use have been renamed by\n"
16853 "WARNING: prefixing old- to their name, in order to\n"
16854 "WARNING: replace them with the new version of the\n"
16855 "WARNING: file.  But the operation failed, and the\n"
16856 "WARNING: attempt to rename them back to their\n"
16857 "WARNING: original names also failed.\n"
16858 "WARNING: Please rename them in %s manually:\n"
16859 msgstr ""
16861 #: builtin/repack.c:532
16862 #, c-format
16863 msgid "failed to remove '%s'"
16864 msgstr ""
16866 #: builtin/replace.c:22
16867 msgid "git replace [-f] <object> <replacement>"
16868 msgstr ""
16870 #: builtin/replace.c:23
16871 msgid "git replace [-f] --edit <object>"
16872 msgstr ""
16874 #: builtin/replace.c:24
16875 msgid "git replace [-f] --graft <commit> [<parent>...]"
16876 msgstr ""
16878 #: builtin/replace.c:25
16879 msgid "git replace [-f] --convert-graft-file"
16880 msgstr ""
16882 #: builtin/replace.c:26
16883 msgid "git replace -d <object>..."
16884 msgstr ""
16886 #: builtin/replace.c:27
16887 msgid "git replace [--format=<format>] [-l [<pattern>]]"
16888 msgstr ""
16890 #: builtin/replace.c:90
16891 #, c-format
16892 msgid ""
16893 "invalid replace format '%s'\n"
16894 "valid formats are 'short', 'medium' and 'long'"
16895 msgstr ""
16897 #: builtin/replace.c:125
16898 #, c-format
16899 msgid "replace ref '%s' not found"
16900 msgstr ""
16902 #: builtin/replace.c:141
16903 #, c-format
16904 msgid "Deleted replace ref '%s'"
16905 msgstr ""
16907 #: builtin/replace.c:153
16908 #, c-format
16909 msgid "'%s' is not a valid ref name"
16910 msgstr ""
16912 #: builtin/replace.c:158
16913 #, c-format
16914 msgid "replace ref '%s' already exists"
16915 msgstr ""
16917 #: builtin/replace.c:178
16918 #, c-format
16919 msgid ""
16920 "Objects must be of the same type.\n"
16921 "'%s' points to a replaced object of type '%s'\n"
16922 "while '%s' points to a replacement object of type '%s'."
16923 msgstr ""
16925 #: builtin/replace.c:229
16926 #, c-format
16927 msgid "unable to open %s for writing"
16928 msgstr ""
16930 #: builtin/replace.c:242
16931 msgid "cat-file reported failure"
16932 msgstr ""
16934 #: builtin/replace.c:258
16935 #, c-format
16936 msgid "unable to open %s for reading"
16937 msgstr ""
16939 #: builtin/replace.c:272
16940 msgid "unable to spawn mktree"
16941 msgstr ""
16943 #: builtin/replace.c:276
16944 msgid "unable to read from mktree"
16945 msgstr ""
16947 #: builtin/replace.c:285
16948 msgid "mktree reported failure"
16949 msgstr ""
16951 #: builtin/replace.c:289
16952 msgid "mktree did not return an object name"
16953 msgstr ""
16955 #: builtin/replace.c:298
16956 #, c-format
16957 msgid "unable to fstat %s"
16958 msgstr ""
16960 #: builtin/replace.c:303
16961 msgid "unable to write object to database"
16962 msgstr ""
16964 #: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16965 #: builtin/replace.c:452
16966 #, c-format
16967 msgid "not a valid object name: '%s'"
16968 msgstr ""
16970 #: builtin/replace.c:326
16971 #, c-format
16972 msgid "unable to get object type for %s"
16973 msgstr ""
16975 #: builtin/replace.c:342
16976 msgid "editing object file failed"
16977 msgstr ""
16979 #: builtin/replace.c:351
16980 #, c-format
16981 msgid "new object is the same as the old one: '%s'"
16982 msgstr ""
16984 #: builtin/replace.c:383
16985 #, c-format
16986 msgid "could not parse %s as a commit"
16987 msgstr ""
16989 #: builtin/replace.c:414
16990 #, c-format
16991 msgid "bad mergetag in commit '%s'"
16992 msgstr ""
16994 #: builtin/replace.c:416
16995 #, c-format
16996 msgid "malformed mergetag in commit '%s'"
16997 msgstr ""
16999 #: builtin/replace.c:428
17000 #, c-format
17001 msgid ""
17002 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17003 "instead of --graft"
17004 msgstr ""
17006 #: builtin/replace.c:467
17007 #, c-format
17008 msgid "the original commit '%s' has a gpg signature"
17009 msgstr ""
17011 #: builtin/replace.c:468
17012 msgid "the signature will be removed in the replacement commit!"
17013 msgstr ""
17015 #: builtin/replace.c:478
17016 #, c-format
17017 msgid "could not write replacement commit for: '%s'"
17018 msgstr ""
17020 #: builtin/replace.c:486
17021 #, c-format
17022 msgid "graft for '%s' unnecessary"
17023 msgstr ""
17025 #: builtin/replace.c:490
17026 #, c-format
17027 msgid "new commit is the same as the old one: '%s'"
17028 msgstr ""
17030 #: builtin/replace.c:525
17031 #, c-format
17032 msgid ""
17033 "could not convert the following graft(s):\n"
17034 "%s"
17035 msgstr ""
17037 #: builtin/replace.c:546
17038 msgid "list replace refs"
17039 msgstr ""
17041 #: builtin/replace.c:547
17042 msgid "delete replace refs"
17043 msgstr ""
17045 #: builtin/replace.c:548
17046 msgid "edit existing object"
17047 msgstr ""
17049 #: builtin/replace.c:549
17050 msgid "change a commit's parents"
17051 msgstr ""
17053 #: builtin/replace.c:550
17054 msgid "convert existing graft file"
17055 msgstr ""
17057 #: builtin/replace.c:551
17058 msgid "replace the ref if it exists"
17059 msgstr ""
17061 #: builtin/replace.c:553
17062 msgid "do not pretty-print contents for --edit"
17063 msgstr ""
17065 #: builtin/replace.c:554
17066 msgid "use this format"
17067 msgstr ""
17069 #: builtin/replace.c:567
17070 msgid "--format cannot be used when not listing"
17071 msgstr ""
17073 #: builtin/replace.c:575
17074 msgid "-f only makes sense when writing a replacement"
17075 msgstr ""
17077 #: builtin/replace.c:579
17078 msgid "--raw only makes sense with --edit"
17079 msgstr ""
17081 #: builtin/replace.c:585
17082 msgid "-d needs at least one argument"
17083 msgstr ""
17085 #: builtin/replace.c:591
17086 msgid "bad number of arguments"
17087 msgstr ""
17089 #: builtin/replace.c:597
17090 msgid "-e needs exactly one argument"
17091 msgstr ""
17093 #: builtin/replace.c:603
17094 msgid "-g needs at least one argument"
17095 msgstr ""
17097 #: builtin/replace.c:609
17098 msgid "--convert-graft-file takes no argument"
17099 msgstr ""
17101 #: builtin/replace.c:615
17102 msgid "only one pattern can be given with -l"
17103 msgstr ""
17105 #: builtin/rerere.c:13
17106 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17107 msgstr ""
17109 #: builtin/rerere.c:60
17110 msgid "register clean resolutions in index"
17111 msgstr ""
17113 #: builtin/rerere.c:79
17114 msgid "'git rerere forget' without paths is deprecated"
17115 msgstr ""
17117 #: builtin/rerere.c:113
17118 #, c-format
17119 msgid "unable to generate diff for '%s'"
17120 msgstr ""
17122 #: builtin/reset.c:32
17123 msgid ""
17124 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17125 msgstr ""
17127 #: builtin/reset.c:33
17128 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17129 msgstr ""
17131 #: builtin/reset.c:34
17132 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17133 msgstr ""
17135 #: builtin/reset.c:40
17136 msgid "mixed"
17137 msgstr ""
17139 #: builtin/reset.c:40
17140 msgid "soft"
17141 msgstr ""
17143 #: builtin/reset.c:40
17144 msgid "hard"
17145 msgstr ""
17147 #: builtin/reset.c:40
17148 msgid "merge"
17149 msgstr ""
17151 #: builtin/reset.c:40
17152 msgid "keep"
17153 msgstr ""
17155 #: builtin/reset.c:81
17156 msgid "You do not have a valid HEAD."
17157 msgstr ""
17159 #: builtin/reset.c:83
17160 msgid "Failed to find tree of HEAD."
17161 msgstr ""
17163 #: builtin/reset.c:89
17164 #, c-format
17165 msgid "Failed to find tree of %s."
17166 msgstr ""
17168 #: builtin/reset.c:193
17169 #, c-format
17170 msgid "Cannot do a %s reset in the middle of a merge."
17171 msgstr ""
17173 #: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17174 #: builtin/stash.c:613
17175 msgid "be quiet, only report errors"
17176 msgstr ""
17178 #: builtin/reset.c:295
17179 msgid "reset HEAD and index"
17180 msgstr ""
17182 #: builtin/reset.c:296
17183 msgid "reset only HEAD"
17184 msgstr ""
17186 #: builtin/reset.c:298 builtin/reset.c:300
17187 msgid "reset HEAD, index and working tree"
17188 msgstr ""
17190 #: builtin/reset.c:302
17191 msgid "reset HEAD but keep local changes"
17192 msgstr ""
17194 #: builtin/reset.c:308
17195 msgid "record only the fact that removed paths will be added later"
17196 msgstr ""
17198 #: builtin/reset.c:326
17199 #, c-format
17200 msgid "Failed to resolve '%s' as a valid revision."
17201 msgstr ""
17203 #: builtin/reset.c:334
17204 #, c-format
17205 msgid "Failed to resolve '%s' as a valid tree."
17206 msgstr ""
17208 #: builtin/reset.c:343
17209 msgid "--patch is incompatible with --{hard,mixed,soft}"
17210 msgstr ""
17212 #: builtin/reset.c:353
17213 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17214 msgstr ""
17216 #: builtin/reset.c:355
17217 #, c-format
17218 msgid "Cannot do %s reset with paths."
17219 msgstr ""
17221 #: builtin/reset.c:370
17222 #, c-format
17223 msgid "%s reset is not allowed in a bare repository"
17224 msgstr ""
17226 #: builtin/reset.c:374
17227 msgid "-N can only be used with --mixed"
17228 msgstr ""
17230 #: builtin/reset.c:395
17231 msgid "Unstaged changes after reset:"
17232 msgstr ""
17234 #: builtin/reset.c:398
17235 #, c-format
17236 msgid ""
17237 "\n"
17238 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17239 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17240 "to make this the default.\n"
17241 msgstr ""
17243 #: builtin/reset.c:408
17244 #, c-format
17245 msgid "Could not reset index file to revision '%s'."
17246 msgstr ""
17248 #: builtin/reset.c:412
17249 msgid "Could not write new index file."
17250 msgstr ""
17252 #: builtin/rev-list.c:405
17253 msgid "cannot combine --exclude-promisor-objects and --missing"
17254 msgstr ""
17256 #: builtin/rev-list.c:466
17257 msgid "object filtering requires --objects"
17258 msgstr ""
17260 #: builtin/rev-list.c:469
17261 #, c-format
17262 msgid "invalid sparse value '%s'"
17263 msgstr ""
17265 #: builtin/rev-list.c:510
17266 msgid "rev-list does not support display of notes"
17267 msgstr ""
17269 #: builtin/rev-list.c:513
17270 msgid "cannot combine --use-bitmap-index with object filtering"
17271 msgstr ""
17273 #: builtin/rev-parse.c:408
17274 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17275 msgstr ""
17277 #: builtin/rev-parse.c:413
17278 msgid "keep the `--` passed as an arg"
17279 msgstr ""
17281 #: builtin/rev-parse.c:415
17282 msgid "stop parsing after the first non-option argument"
17283 msgstr ""
17285 #: builtin/rev-parse.c:418
17286 msgid "output in stuck long form"
17287 msgstr ""
17289 #: builtin/rev-parse.c:551
17290 msgid ""
17291 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
17292 "   or: git rev-parse --sq-quote [<arg>...]\n"
17293 "   or: git rev-parse [<options>] [<arg>...]\n"
17294 "\n"
17295 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17296 msgstr ""
17298 #: builtin/revert.c:24
17299 msgid "git revert [<options>] <commit-ish>..."
17300 msgstr ""
17302 #: builtin/revert.c:25
17303 msgid "git revert <subcommand>"
17304 msgstr ""
17306 #: builtin/revert.c:30
17307 msgid "git cherry-pick [<options>] <commit-ish>..."
17308 msgstr ""
17310 #: builtin/revert.c:31
17311 msgid "git cherry-pick <subcommand>"
17312 msgstr ""
17314 #: builtin/revert.c:72
17315 #, c-format
17316 msgid "option `%s' expects a number greater than zero"
17317 msgstr ""
17319 #: builtin/revert.c:92
17320 #, c-format
17321 msgid "%s: %s cannot be used with %s"
17322 msgstr ""
17324 #: builtin/revert.c:102
17325 msgid "end revert or cherry-pick sequence"
17326 msgstr ""
17328 #: builtin/revert.c:103
17329 msgid "resume revert or cherry-pick sequence"
17330 msgstr ""
17332 #: builtin/revert.c:104
17333 msgid "cancel revert or cherry-pick sequence"
17334 msgstr ""
17336 #: builtin/revert.c:106
17337 msgid "don't automatically commit"
17338 msgstr ""
17340 #: builtin/revert.c:107
17341 msgid "edit the commit message"
17342 msgstr ""
17344 #: builtin/revert.c:110
17345 msgid "parent-number"
17346 msgstr ""
17348 #: builtin/revert.c:111
17349 msgid "select mainline parent"
17350 msgstr ""
17352 #: builtin/revert.c:113
17353 msgid "merge strategy"
17354 msgstr ""
17356 #: builtin/revert.c:115
17357 msgid "option for merge strategy"
17358 msgstr ""
17360 #: builtin/revert.c:124
17361 msgid "append commit name"
17362 msgstr ""
17364 #: builtin/revert.c:126
17365 msgid "preserve initially empty commits"
17366 msgstr ""
17368 #: builtin/revert.c:128
17369 msgid "keep redundant, empty commits"
17370 msgstr ""
17372 #: builtin/revert.c:227
17373 msgid "revert failed"
17374 msgstr ""
17376 #: builtin/revert.c:240
17377 msgid "cherry-pick failed"
17378 msgstr ""
17380 #: builtin/rm.c:19
17381 msgid "git rm [<options>] [--] <file>..."
17382 msgstr ""
17384 #: builtin/rm.c:207
17385 msgid ""
17386 "the following file has staged content different from both the\n"
17387 "file and the HEAD:"
17388 msgid_plural ""
17389 "the following files have staged content different from both the\n"
17390 "file and the HEAD:"
17391 msgstr[0] ""
17392 msgstr[1] ""
17394 #: builtin/rm.c:212
17395 msgid ""
17396 "\n"
17397 "(use -f to force removal)"
17398 msgstr ""
17400 #: builtin/rm.c:216
17401 msgid "the following file has changes staged in the index:"
17402 msgid_plural "the following files have changes staged in the index:"
17403 msgstr[0] ""
17404 msgstr[1] ""
17406 #: builtin/rm.c:220 builtin/rm.c:229
17407 msgid ""
17408 "\n"
17409 "(use --cached to keep the file, or -f to force removal)"
17410 msgstr ""
17412 #: builtin/rm.c:226
17413 msgid "the following file has local modifications:"
17414 msgid_plural "the following files have local modifications:"
17415 msgstr[0] ""
17416 msgstr[1] ""
17418 #: builtin/rm.c:242
17419 msgid "do not list removed files"
17420 msgstr ""
17422 #: builtin/rm.c:243
17423 msgid "only remove from the index"
17424 msgstr ""
17426 #: builtin/rm.c:244
17427 msgid "override the up-to-date check"
17428 msgstr ""
17430 #: builtin/rm.c:245
17431 msgid "allow recursive removal"
17432 msgstr ""
17434 #: builtin/rm.c:247
17435 msgid "exit with a zero status even if nothing matched"
17436 msgstr ""
17438 #: builtin/rm.c:289
17439 msgid "please stage your changes to .gitmodules or stash them to proceed"
17440 msgstr ""
17442 #: builtin/rm.c:307
17443 #, c-format
17444 msgid "not removing '%s' recursively without -r"
17445 msgstr ""
17447 #: builtin/rm.c:346
17448 #, c-format
17449 msgid "git rm: unable to remove %s"
17450 msgstr ""
17452 #: builtin/send-pack.c:20
17453 msgid ""
17454 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17455 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17456 "[<ref>...]\n"
17457 "  --all and explicit <ref> specification are mutually exclusive."
17458 msgstr ""
17460 #: builtin/send-pack.c:163
17461 msgid "remote name"
17462 msgstr ""
17464 #: builtin/send-pack.c:177
17465 msgid "use stateless RPC protocol"
17466 msgstr ""
17468 #: builtin/send-pack.c:178
17469 msgid "read refs from stdin"
17470 msgstr ""
17472 #: builtin/send-pack.c:179
17473 msgid "print status from remote helper"
17474 msgstr ""
17476 #: builtin/shortlog.c:14
17477 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17478 msgstr ""
17480 #: builtin/shortlog.c:15
17481 msgid "git log --pretty=short | git shortlog [<options>]"
17482 msgstr ""
17484 #: builtin/shortlog.c:264
17485 msgid "Group by committer rather than author"
17486 msgstr ""
17488 #: builtin/shortlog.c:266
17489 msgid "sort output according to the number of commits per author"
17490 msgstr ""
17492 #: builtin/shortlog.c:268
17493 msgid "Suppress commit descriptions, only provides commit count"
17494 msgstr ""
17496 #: builtin/shortlog.c:270
17497 msgid "Show the email address of each author"
17498 msgstr ""
17500 #: builtin/shortlog.c:271
17501 msgid "<w>[,<i1>[,<i2>]]"
17502 msgstr ""
17504 #: builtin/shortlog.c:272
17505 msgid "Linewrap output"
17506 msgstr ""
17508 #: builtin/shortlog.c:301
17509 msgid "too many arguments given outside repository"
17510 msgstr ""
17512 #: builtin/show-branch.c:13
17513 msgid ""
17514 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17515 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17516 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17517 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17518 msgstr ""
17520 #: builtin/show-branch.c:17
17521 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17522 msgstr ""
17524 #: builtin/show-branch.c:395
17525 #, c-format
17526 msgid "ignoring %s; cannot handle more than %d ref"
17527 msgid_plural "ignoring %s; cannot handle more than %d refs"
17528 msgstr[0] ""
17529 msgstr[1] ""
17531 #: builtin/show-branch.c:549
17532 #, c-format
17533 msgid "no matching refs with %s"
17534 msgstr ""
17536 #: builtin/show-branch.c:646
17537 msgid "show remote-tracking and local branches"
17538 msgstr ""
17540 #: builtin/show-branch.c:648
17541 msgid "show remote-tracking branches"
17542 msgstr ""
17544 #: builtin/show-branch.c:650
17545 msgid "color '*!+-' corresponding to the branch"
17546 msgstr ""
17548 #: builtin/show-branch.c:652
17549 msgid "show <n> more commits after the common ancestor"
17550 msgstr ""
17552 #: builtin/show-branch.c:654
17553 msgid "synonym to more=-1"
17554 msgstr ""
17556 #: builtin/show-branch.c:655
17557 msgid "suppress naming strings"
17558 msgstr ""
17560 #: builtin/show-branch.c:657
17561 msgid "include the current branch"
17562 msgstr ""
17564 #: builtin/show-branch.c:659
17565 msgid "name commits with their object names"
17566 msgstr ""
17568 #: builtin/show-branch.c:661
17569 msgid "show possible merge bases"
17570 msgstr ""
17572 #: builtin/show-branch.c:663
17573 msgid "show refs unreachable from any other ref"
17574 msgstr ""
17576 #: builtin/show-branch.c:665
17577 msgid "show commits in topological order"
17578 msgstr ""
17580 #: builtin/show-branch.c:668
17581 msgid "show only commits not on the first branch"
17582 msgstr ""
17584 #: builtin/show-branch.c:670
17585 msgid "show merges reachable from only one tip"
17586 msgstr ""
17588 #: builtin/show-branch.c:672
17589 msgid "topologically sort, maintaining date order where possible"
17590 msgstr ""
17592 #: builtin/show-branch.c:675
17593 msgid "<n>[,<base>]"
17594 msgstr ""
17596 #: builtin/show-branch.c:676
17597 msgid "show <n> most recent ref-log entries starting at base"
17598 msgstr ""
17600 #: builtin/show-branch.c:712
17601 msgid ""
17602 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17603 msgstr ""
17605 #: builtin/show-branch.c:736
17606 msgid "no branches given, and HEAD is not valid"
17607 msgstr ""
17609 #: builtin/show-branch.c:739
17610 msgid "--reflog option needs one branch name"
17611 msgstr ""
17613 #: builtin/show-branch.c:742
17614 #, c-format
17615 msgid "only %d entry can be shown at one time."
17616 msgid_plural "only %d entries can be shown at one time."
17617 msgstr[0] ""
17618 msgstr[1] ""
17620 #: builtin/show-branch.c:746
17621 #, c-format
17622 msgid "no such ref %s"
17623 msgstr ""
17625 #: builtin/show-branch.c:832
17626 #, c-format
17627 msgid "cannot handle more than %d rev."
17628 msgid_plural "cannot handle more than %d revs."
17629 msgstr[0] ""
17630 msgstr[1] ""
17632 #: builtin/show-branch.c:836
17633 #, c-format
17634 msgid "'%s' is not a valid ref."
17635 msgstr ""
17637 #: builtin/show-branch.c:839
17638 #, c-format
17639 msgid "cannot find commit %s (%s)"
17640 msgstr ""
17642 #: builtin/show-ref.c:11
17643 msgid ""
17644 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17645 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17646 msgstr ""
17648 #: builtin/show-ref.c:12
17649 msgid "git show-ref --exclude-existing[=<pattern>]"
17650 msgstr ""
17652 #: builtin/show-ref.c:161
17653 msgid "only show tags (can be combined with heads)"
17654 msgstr ""
17656 #: builtin/show-ref.c:162
17657 msgid "only show heads (can be combined with tags)"
17658 msgstr ""
17660 #: builtin/show-ref.c:163
17661 msgid "stricter reference checking, requires exact ref path"
17662 msgstr ""
17664 #: builtin/show-ref.c:166 builtin/show-ref.c:168
17665 msgid "show the HEAD reference, even if it would be filtered out"
17666 msgstr ""
17668 #: builtin/show-ref.c:170
17669 msgid "dereference tags into object IDs"
17670 msgstr ""
17672 #: builtin/show-ref.c:172
17673 msgid "only show SHA1 hash using <n> digits"
17674 msgstr ""
17676 #: builtin/show-ref.c:176
17677 msgid "do not print results to stdout (useful with --verify)"
17678 msgstr ""
17680 #: builtin/show-ref.c:178
17681 msgid "show refs from stdin that aren't in local repository"
17682 msgstr ""
17684 #: builtin/stash.c:22 builtin/stash.c:37
17685 msgid "git stash list [<options>]"
17686 msgstr ""
17688 #: builtin/stash.c:23 builtin/stash.c:42
17689 msgid "git stash show [<options>] [<stash>]"
17690 msgstr ""
17692 #: builtin/stash.c:24 builtin/stash.c:47
17693 msgid "git stash drop [-q|--quiet] [<stash>]"
17694 msgstr ""
17696 #: builtin/stash.c:25
17697 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17698 msgstr ""
17700 #: builtin/stash.c:26 builtin/stash.c:62
17701 msgid "git stash branch <branchname> [<stash>]"
17702 msgstr ""
17704 #: builtin/stash.c:27 builtin/stash.c:67
17705 msgid "git stash clear"
17706 msgstr ""
17708 #: builtin/stash.c:28 builtin/stash.c:77
17709 msgid ""
17710 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17711 "          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17712 "          [--] [<pathspec>...]]"
17713 msgstr ""
17715 #: builtin/stash.c:31 builtin/stash.c:84
17716 msgid ""
17717 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17718 "          [-u|--include-untracked] [-a|--all] [<message>]"
17719 msgstr ""
17721 #: builtin/stash.c:52
17722 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17723 msgstr ""
17725 #: builtin/stash.c:57
17726 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17727 msgstr ""
17729 #: builtin/stash.c:72
17730 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17731 msgstr ""
17733 #: builtin/stash.c:127
17734 #, c-format
17735 msgid "'%s' is not a stash-like commit"
17736 msgstr ""
17738 #: builtin/stash.c:147
17739 #, c-format
17740 msgid "Too many revisions specified:%s"
17741 msgstr ""
17743 #: builtin/stash.c:161 git-legacy-stash.sh:548
17744 msgid "No stash entries found."
17745 msgstr ""
17747 #: builtin/stash.c:175
17748 #, c-format
17749 msgid "%s is not a valid reference"
17750 msgstr ""
17752 #: builtin/stash.c:224 git-legacy-stash.sh:75
17753 msgid "git stash clear with parameters is unimplemented"
17754 msgstr ""
17756 #: builtin/stash.c:403
17757 msgid "cannot apply a stash in the middle of a merge"
17758 msgstr ""
17760 #: builtin/stash.c:414
17761 #, c-format
17762 msgid "could not generate diff %s^!."
17763 msgstr ""
17765 #: builtin/stash.c:421
17766 msgid "conflicts in index.Try without --index."
17767 msgstr ""
17769 #: builtin/stash.c:427
17770 msgid "could not save index tree"
17771 msgstr ""
17773 #: builtin/stash.c:434
17774 msgid "could not restore untracked files from stash"
17775 msgstr ""
17777 #: builtin/stash.c:448
17778 #, c-format
17779 msgid "Merging %s with %s"
17780 msgstr ""
17782 #: builtin/stash.c:458 git-legacy-stash.sh:680
17783 msgid "Index was not unstashed."
17784 msgstr ""
17786 #: builtin/stash.c:516 builtin/stash.c:615
17787 msgid "attempt to recreate the index"
17788 msgstr ""
17790 #: builtin/stash.c:549
17791 #, c-format
17792 msgid "Dropped %s (%s)"
17793 msgstr ""
17795 #: builtin/stash.c:552
17796 #, c-format
17797 msgid "%s: Could not drop stash entry"
17798 msgstr ""
17800 #: builtin/stash.c:577
17801 #, c-format
17802 msgid "'%s' is not a stash reference"
17803 msgstr ""
17805 #: builtin/stash.c:627 git-legacy-stash.sh:694
17806 msgid "The stash entry is kept in case you need it again."
17807 msgstr ""
17809 #: builtin/stash.c:650 git-legacy-stash.sh:712
17810 msgid "No branch name specified"
17811 msgstr ""
17813 #: builtin/stash.c:789 builtin/stash.c:826
17814 #, c-format
17815 msgid "Cannot update %s with %s"
17816 msgstr ""
17818 #: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17819 msgid "stash message"
17820 msgstr ""
17822 #: builtin/stash.c:817
17823 msgid "\"git stash store\" requires one <commit> argument"
17824 msgstr ""
17826 #: builtin/stash.c:1039 git-legacy-stash.sh:217
17827 msgid "No changes selected"
17828 msgstr ""
17830 #: builtin/stash.c:1135 git-legacy-stash.sh:150
17831 msgid "You do not have the initial commit yet"
17832 msgstr ""
17834 #: builtin/stash.c:1162 git-legacy-stash.sh:165
17835 msgid "Cannot save the current index state"
17836 msgstr ""
17838 #: builtin/stash.c:1171 git-legacy-stash.sh:180
17839 msgid "Cannot save the untracked files"
17840 msgstr ""
17842 #: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17843 #: git-legacy-stash.sh:213
17844 msgid "Cannot save the current worktree state"
17845 msgstr ""
17847 #: builtin/stash.c:1219 git-legacy-stash.sh:233
17848 msgid "Cannot record working tree state"
17849 msgstr ""
17851 #: builtin/stash.c:1268 git-legacy-stash.sh:337
17852 msgid "Can't use --patch and --include-untracked or --all at the same time"
17853 msgstr ""
17855 #: builtin/stash.c:1284
17856 msgid "Did you forget to 'git add'?"
17857 msgstr ""
17859 #: builtin/stash.c:1299 git-legacy-stash.sh:345
17860 msgid "No local changes to save"
17861 msgstr ""
17863 #: builtin/stash.c:1306 git-legacy-stash.sh:350
17864 msgid "Cannot initialize stash"
17865 msgstr ""
17867 #: builtin/stash.c:1321 git-legacy-stash.sh:354
17868 msgid "Cannot save the current status"
17869 msgstr ""
17871 #: builtin/stash.c:1326
17872 #, c-format
17873 msgid "Saved working directory and index state %s"
17874 msgstr ""
17876 #: builtin/stash.c:1430 git-legacy-stash.sh:384
17877 msgid "Cannot remove worktree changes"
17878 msgstr ""
17880 #: builtin/stash.c:1465 builtin/stash.c:1501
17881 msgid "keep index"
17882 msgstr ""
17884 #: builtin/stash.c:1467 builtin/stash.c:1503
17885 msgid "stash in patch mode"
17886 msgstr ""
17888 #: builtin/stash.c:1468 builtin/stash.c:1504
17889 msgid "quiet mode"
17890 msgstr ""
17892 #: builtin/stash.c:1470 builtin/stash.c:1506
17893 msgid "include untracked files in stash"
17894 msgstr ""
17896 #: builtin/stash.c:1472 builtin/stash.c:1508
17897 msgid "include ignore files"
17898 msgstr ""
17900 #: builtin/stash.c:1568
17901 #, c-format
17902 msgid "could not exec %s"
17903 msgstr ""
17905 #: builtin/stripspace.c:18
17906 msgid "git stripspace [-s | --strip-comments]"
17907 msgstr ""
17909 #: builtin/stripspace.c:19
17910 msgid "git stripspace [-c | --comment-lines]"
17911 msgstr ""
17913 #: builtin/stripspace.c:37
17914 msgid "skip and remove all lines starting with comment character"
17915 msgstr ""
17917 #: builtin/stripspace.c:40
17918 msgid "prepend comment character and space to each line"
17919 msgstr ""
17921 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17922 #, c-format
17923 msgid "Expecting a full ref name, got %s"
17924 msgstr ""
17926 #: builtin/submodule--helper.c:62
17927 msgid "submodule--helper print-default-remote takes no arguments"
17928 msgstr ""
17930 #: builtin/submodule--helper.c:100
17931 #, c-format
17932 msgid "cannot strip one component off url '%s'"
17933 msgstr ""
17935 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17936 msgid "alternative anchor for relative paths"
17937 msgstr ""
17939 #: builtin/submodule--helper.c:413
17940 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17941 msgstr ""
17943 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17944 #: builtin/submodule--helper.c:650
17945 #, c-format
17946 msgid "No url found for submodule path '%s' in .gitmodules"
17947 msgstr ""
17949 #: builtin/submodule--helper.c:522
17950 #, c-format
17951 msgid "Entering '%s'\n"
17952 msgstr ""
17954 #: builtin/submodule--helper.c:525
17955 #, c-format
17956 msgid ""
17957 "run_command returned non-zero status for %s\n"
17959 msgstr ""
17961 #: builtin/submodule--helper.c:546
17962 #, c-format
17963 msgid ""
17964 "run_command returned non-zero status while recursing in the nested "
17965 "submodules of %s\n"
17967 msgstr ""
17969 #: builtin/submodule--helper.c:562
17970 msgid "Suppress output of entering each submodule command"
17971 msgstr ""
17973 #: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17974 msgid "Recurse into nested submodules"
17975 msgstr ""
17977 #: builtin/submodule--helper.c:569
17978 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17979 msgstr ""
17981 #: builtin/submodule--helper.c:596
17982 #, c-format
17983 msgid ""
17984 "could not look up configuration '%s'. Assuming this repository is its own "
17985 "authoritative upstream."
17986 msgstr ""
17988 #: builtin/submodule--helper.c:664
17989 #, c-format
17990 msgid "Failed to register url for submodule path '%s'"
17991 msgstr ""
17993 #: builtin/submodule--helper.c:668
17994 #, c-format
17995 msgid "Submodule '%s' (%s) registered for path '%s'\n"
17996 msgstr ""
17998 #: builtin/submodule--helper.c:678
17999 #, c-format
18000 msgid "warning: command update mode suggested for submodule '%s'\n"
18001 msgstr ""
18003 #: builtin/submodule--helper.c:685
18004 #, c-format
18005 msgid "Failed to register update mode for submodule path '%s'"
18006 msgstr ""
18008 #: builtin/submodule--helper.c:707
18009 msgid "Suppress output for initializing a submodule"
18010 msgstr ""
18012 #: builtin/submodule--helper.c:712
18013 msgid "git submodule--helper init [<options>] [<path>]"
18014 msgstr ""
18016 #: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18017 #, c-format
18018 msgid "no submodule mapping found in .gitmodules for path '%s'"
18019 msgstr ""
18021 #: builtin/submodule--helper.c:823
18022 #, c-format
18023 msgid "could not resolve HEAD ref inside the submodule '%s'"
18024 msgstr ""
18026 #: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18027 #, c-format
18028 msgid "failed to recurse into submodule '%s'"
18029 msgstr ""
18031 #: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18032 msgid "Suppress submodule status output"
18033 msgstr ""
18035 #: builtin/submodule--helper.c:875
18036 msgid ""
18037 "Use commit stored in the index instead of the one stored in the submodule "
18038 "HEAD"
18039 msgstr ""
18041 #: builtin/submodule--helper.c:876
18042 msgid "recurse into nested submodules"
18043 msgstr ""
18045 #: builtin/submodule--helper.c:881
18046 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18047 msgstr ""
18049 #: builtin/submodule--helper.c:905
18050 msgid "git submodule--helper name <path>"
18051 msgstr ""
18053 #: builtin/submodule--helper.c:969
18054 #, c-format
18055 msgid "Synchronizing submodule url for '%s'\n"
18056 msgstr ""
18058 #: builtin/submodule--helper.c:975
18059 #, c-format
18060 msgid "failed to register url for submodule path '%s'"
18061 msgstr ""
18063 #: builtin/submodule--helper.c:989
18064 #, c-format
18065 msgid "failed to get the default remote for submodule '%s'"
18066 msgstr ""
18068 #: builtin/submodule--helper.c:1000
18069 #, c-format
18070 msgid "failed to update remote for submodule '%s'"
18071 msgstr ""
18073 #: builtin/submodule--helper.c:1047
18074 msgid "Suppress output of synchronizing submodule url"
18075 msgstr ""
18077 #: builtin/submodule--helper.c:1054
18078 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18079 msgstr ""
18081 #: builtin/submodule--helper.c:1108
18082 #, c-format
18083 msgid ""
18084 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18085 "really want to remove it including all of its history)"
18086 msgstr ""
18088 #: builtin/submodule--helper.c:1120
18089 #, c-format
18090 msgid ""
18091 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
18092 "them"
18093 msgstr ""
18095 #: builtin/submodule--helper.c:1128
18096 #, c-format
18097 msgid "Cleared directory '%s'\n"
18098 msgstr ""
18100 #: builtin/submodule--helper.c:1130
18101 #, c-format
18102 msgid "Could not remove submodule work tree '%s'\n"
18103 msgstr ""
18105 #: builtin/submodule--helper.c:1141
18106 #, c-format
18107 msgid "could not create empty submodule directory %s"
18108 msgstr ""
18110 #: builtin/submodule--helper.c:1157
18111 #, c-format
18112 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18113 msgstr ""
18115 #: builtin/submodule--helper.c:1186
18116 msgid "Remove submodule working trees even if they contain local changes"
18117 msgstr ""
18119 #: builtin/submodule--helper.c:1187
18120 msgid "Unregister all submodules"
18121 msgstr ""
18123 #: builtin/submodule--helper.c:1192
18124 msgid ""
18125 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18126 msgstr ""
18128 #: builtin/submodule--helper.c:1206
18129 msgid "Use '--all' if you really want to deinitialize all submodules"
18130 msgstr ""
18132 #: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18133 #, c-format
18134 msgid "submodule '%s' cannot add alternate: %s"
18135 msgstr ""
18137 #: builtin/submodule--helper.c:1340
18138 #, c-format
18139 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18140 msgstr ""
18142 #: builtin/submodule--helper.c:1347
18143 #, c-format
18144 msgid "Value '%s' for submodule.alternateLocation is not recognized"
18145 msgstr ""
18147 #: builtin/submodule--helper.c:1370
18148 msgid "where the new submodule will be cloned to"
18149 msgstr ""
18151 #: builtin/submodule--helper.c:1373
18152 msgid "name of the new submodule"
18153 msgstr ""
18155 #: builtin/submodule--helper.c:1376
18156 msgid "url where to clone the submodule from"
18157 msgstr ""
18159 #: builtin/submodule--helper.c:1384
18160 msgid "depth for shallow clones"
18161 msgstr ""
18163 #: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18164 msgid "force cloning progress"
18165 msgstr ""
18167 #: builtin/submodule--helper.c:1392
18168 msgid ""
18169 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18170 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18171 msgstr ""
18173 #: builtin/submodule--helper.c:1423
18174 #, c-format
18175 msgid "clone of '%s' into submodule path '%s' failed"
18176 msgstr ""
18178 #: builtin/submodule--helper.c:1437
18179 #, c-format
18180 msgid "could not get submodule directory for '%s'"
18181 msgstr ""
18183 #: builtin/submodule--helper.c:1473
18184 #, c-format
18185 msgid "Invalid update mode '%s' for submodule path '%s'"
18186 msgstr ""
18188 #: builtin/submodule--helper.c:1477
18189 #, c-format
18190 msgid "Invalid update mode '%s' configured for submodule path '%s'"
18191 msgstr ""
18193 #: builtin/submodule--helper.c:1570
18194 #, c-format
18195 msgid "Submodule path '%s' not initialized"
18196 msgstr ""
18198 #: builtin/submodule--helper.c:1574
18199 msgid "Maybe you want to use 'update --init'?"
18200 msgstr ""
18202 #: builtin/submodule--helper.c:1604
18203 #, c-format
18204 msgid "Skipping unmerged submodule %s"
18205 msgstr ""
18207 #: builtin/submodule--helper.c:1633
18208 #, c-format
18209 msgid "Skipping submodule '%s'"
18210 msgstr ""
18212 #: builtin/submodule--helper.c:1777
18213 #, c-format
18214 msgid "Failed to clone '%s'. Retry scheduled"
18215 msgstr ""
18217 #: builtin/submodule--helper.c:1788
18218 #, c-format
18219 msgid "Failed to clone '%s' a second time, aborting"
18220 msgstr ""
18222 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18223 msgid "path into the working tree"
18224 msgstr ""
18226 #: builtin/submodule--helper.c:1853
18227 msgid "path into the working tree, across nested submodule boundaries"
18228 msgstr ""
18230 #: builtin/submodule--helper.c:1857
18231 msgid "rebase, merge, checkout or none"
18232 msgstr ""
18234 #: builtin/submodule--helper.c:1863
18235 msgid "Create a shallow clone truncated to the specified number of revisions"
18236 msgstr ""
18238 #: builtin/submodule--helper.c:1866
18239 msgid "parallel jobs"
18240 msgstr ""
18242 #: builtin/submodule--helper.c:1868
18243 msgid "whether the initial clone should follow the shallow recommendation"
18244 msgstr ""
18246 #: builtin/submodule--helper.c:1869
18247 msgid "don't print cloning progress"
18248 msgstr ""
18250 #: builtin/submodule--helper.c:1876
18251 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18252 msgstr ""
18254 #: builtin/submodule--helper.c:1889
18255 msgid "bad value for update parameter"
18256 msgstr ""
18258 #: builtin/submodule--helper.c:1937
18259 #, c-format
18260 msgid ""
18261 "Submodule (%s) branch configured to inherit branch from superproject, but "
18262 "the superproject is not on any branch"
18263 msgstr ""
18265 #: builtin/submodule--helper.c:2060
18266 #, c-format
18267 msgid "could not get a repository handle for submodule '%s'"
18268 msgstr ""
18270 #: builtin/submodule--helper.c:2093
18271 msgid "recurse into submodules"
18272 msgstr ""
18274 #: builtin/submodule--helper.c:2099
18275 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18276 msgstr ""
18278 #: builtin/submodule--helper.c:2156
18279 msgid "check if it is safe to write to the .gitmodules file"
18280 msgstr ""
18282 #: builtin/submodule--helper.c:2159
18283 msgid "unset the config in the .gitmodules file"
18284 msgstr ""
18286 #: builtin/submodule--helper.c:2164
18287 msgid "git submodule--helper config <name> [<value>]"
18288 msgstr ""
18290 #: builtin/submodule--helper.c:2165
18291 msgid "git submodule--helper config --unset <name>"
18292 msgstr ""
18294 #: builtin/submodule--helper.c:2166
18295 msgid "git submodule--helper config --check-writeable"
18296 msgstr ""
18298 #: builtin/submodule--helper.c:2185 git-submodule.sh:171
18299 #, sh-format
18300 msgid "please make sure that the .gitmodules file is in the working tree"
18301 msgstr ""
18303 #: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18304 #, c-format
18305 msgid "%s doesn't support --super-prefix"
18306 msgstr ""
18308 #: builtin/submodule--helper.c:2241
18309 #, c-format
18310 msgid "'%s' is not a valid submodule--helper subcommand"
18311 msgstr ""
18313 #: builtin/symbolic-ref.c:8
18314 msgid "git symbolic-ref [<options>] <name> [<ref>]"
18315 msgstr ""
18317 #: builtin/symbolic-ref.c:9
18318 msgid "git symbolic-ref -d [-q] <name>"
18319 msgstr ""
18321 #: builtin/symbolic-ref.c:40
18322 msgid "suppress error message for non-symbolic (detached) refs"
18323 msgstr ""
18325 #: builtin/symbolic-ref.c:41
18326 msgid "delete symbolic ref"
18327 msgstr ""
18329 #: builtin/symbolic-ref.c:42
18330 msgid "shorten ref output"
18331 msgstr ""
18333 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18334 msgid "reason"
18335 msgstr ""
18337 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18338 msgid "reason of the update"
18339 msgstr ""
18341 #: builtin/tag.c:25
18342 msgid ""
18343 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18344 "\t\t<tagname> [<head>]"
18345 msgstr ""
18347 #: builtin/tag.c:27
18348 msgid "git tag -d <tagname>..."
18349 msgstr ""
18351 #: builtin/tag.c:28
18352 msgid ""
18353 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18354 "points-at <object>]\n"
18355 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18356 msgstr ""
18358 #: builtin/tag.c:30
18359 msgid "git tag -v [--format=<format>] <tagname>..."
18360 msgstr ""
18362 #: builtin/tag.c:88
18363 #, c-format
18364 msgid "tag '%s' not found."
18365 msgstr ""
18367 #: builtin/tag.c:104
18368 #, c-format
18369 msgid "Deleted tag '%s' (was %s)\n"
18370 msgstr ""
18372 #: builtin/tag.c:134
18373 #, c-format
18374 msgid ""
18375 "\n"
18376 "Write a message for tag:\n"
18377 "  %s\n"
18378 "Lines starting with '%c' will be ignored.\n"
18379 msgstr ""
18381 #: builtin/tag.c:138
18382 #, c-format
18383 msgid ""
18384 "\n"
18385 "Write a message for tag:\n"
18386 "  %s\n"
18387 "Lines starting with '%c' will be kept; you may remove them yourself if you "
18388 "want to.\n"
18389 msgstr ""
18391 #: builtin/tag.c:192
18392 msgid "unable to sign the tag"
18393 msgstr ""
18395 #: builtin/tag.c:194
18396 msgid "unable to write tag file"
18397 msgstr ""
18399 #: builtin/tag.c:210
18400 #, c-format
18401 msgid ""
18402 "You have created a nested tag. The object referred to by your new is\n"
18403 "already a tag. If you meant to tag the object that it points to, use:\n"
18404 "\n"
18405 "\tgit tag -f %s %s^{}"
18406 msgstr ""
18408 #: builtin/tag.c:226
18409 msgid "bad object type."
18410 msgstr ""
18412 #: builtin/tag.c:278
18413 msgid "no tag message?"
18414 msgstr ""
18416 #: builtin/tag.c:285
18417 #, c-format
18418 msgid "The tag message has been left in %s\n"
18419 msgstr ""
18421 #: builtin/tag.c:396
18422 msgid "list tag names"
18423 msgstr ""
18425 #: builtin/tag.c:398
18426 msgid "print <n> lines of each tag message"
18427 msgstr ""
18429 #: builtin/tag.c:400
18430 msgid "delete tags"
18431 msgstr ""
18433 #: builtin/tag.c:401
18434 msgid "verify tags"
18435 msgstr ""
18437 #: builtin/tag.c:403
18438 msgid "Tag creation options"
18439 msgstr ""
18441 #: builtin/tag.c:405
18442 msgid "annotated tag, needs a message"
18443 msgstr ""
18445 #: builtin/tag.c:407
18446 msgid "tag message"
18447 msgstr ""
18449 #: builtin/tag.c:409
18450 msgid "force edit of tag message"
18451 msgstr ""
18453 #: builtin/tag.c:410
18454 msgid "annotated and GPG-signed tag"
18455 msgstr ""
18457 #: builtin/tag.c:413
18458 msgid "use another key to sign the tag"
18459 msgstr ""
18461 #: builtin/tag.c:414
18462 msgid "replace the tag if exists"
18463 msgstr ""
18465 #: builtin/tag.c:415 builtin/update-ref.c:369
18466 msgid "create a reflog"
18467 msgstr ""
18469 #: builtin/tag.c:417
18470 msgid "Tag listing options"
18471 msgstr ""
18473 #: builtin/tag.c:418
18474 msgid "show tag list in columns"
18475 msgstr ""
18477 #: builtin/tag.c:419 builtin/tag.c:421
18478 msgid "print only tags that contain the commit"
18479 msgstr ""
18481 #: builtin/tag.c:420 builtin/tag.c:422
18482 msgid "print only tags that don't contain the commit"
18483 msgstr ""
18485 #: builtin/tag.c:423
18486 msgid "print only tags that are merged"
18487 msgstr ""
18489 #: builtin/tag.c:424
18490 msgid "print only tags that are not merged"
18491 msgstr ""
18493 #: builtin/tag.c:428
18494 msgid "print only tags of the object"
18495 msgstr ""
18497 #: builtin/tag.c:472
18498 msgid "--column and -n are incompatible"
18499 msgstr ""
18501 #: builtin/tag.c:494
18502 msgid "-n option is only allowed in list mode"
18503 msgstr ""
18505 #: builtin/tag.c:496
18506 msgid "--contains option is only allowed in list mode"
18507 msgstr ""
18509 #: builtin/tag.c:498
18510 msgid "--no-contains option is only allowed in list mode"
18511 msgstr ""
18513 #: builtin/tag.c:500
18514 msgid "--points-at option is only allowed in list mode"
18515 msgstr ""
18517 #: builtin/tag.c:502
18518 msgid "--merged and --no-merged options are only allowed in list mode"
18519 msgstr ""
18521 #: builtin/tag.c:513
18522 msgid "only one -F or -m option is allowed."
18523 msgstr ""
18525 #: builtin/tag.c:532
18526 msgid "too many params"
18527 msgstr ""
18529 #: builtin/tag.c:538
18530 #, c-format
18531 msgid "'%s' is not a valid tag name."
18532 msgstr ""
18534 #: builtin/tag.c:543
18535 #, c-format
18536 msgid "tag '%s' already exists"
18537 msgstr ""
18539 #: builtin/tag.c:574
18540 #, c-format
18541 msgid "Updated tag '%s' (was %s)\n"
18542 msgstr ""
18544 #: builtin/unpack-objects.c:500
18545 msgid "Unpacking objects"
18546 msgstr ""
18548 #: builtin/update-index.c:83
18549 #, c-format
18550 msgid "failed to create directory %s"
18551 msgstr ""
18553 #: builtin/update-index.c:99
18554 #, c-format
18555 msgid "failed to create file %s"
18556 msgstr ""
18558 #: builtin/update-index.c:107
18559 #, c-format
18560 msgid "failed to delete file %s"
18561 msgstr ""
18563 #: builtin/update-index.c:114 builtin/update-index.c:220
18564 #, c-format
18565 msgid "failed to delete directory %s"
18566 msgstr ""
18568 #: builtin/update-index.c:139
18569 #, c-format
18570 msgid "Testing mtime in '%s' "
18571 msgstr ""
18573 #: builtin/update-index.c:153
18574 msgid "directory stat info does not change after adding a new file"
18575 msgstr ""
18577 #: builtin/update-index.c:166
18578 msgid "directory stat info does not change after adding a new directory"
18579 msgstr ""
18581 #: builtin/update-index.c:179
18582 msgid "directory stat info changes after updating a file"
18583 msgstr ""
18585 #: builtin/update-index.c:190
18586 msgid "directory stat info changes after adding a file inside subdirectory"
18587 msgstr ""
18589 #: builtin/update-index.c:201
18590 msgid "directory stat info does not change after deleting a file"
18591 msgstr ""
18593 #: builtin/update-index.c:214
18594 msgid "directory stat info does not change after deleting a directory"
18595 msgstr ""
18597 #: builtin/update-index.c:221
18598 msgid " OK"
18599 msgstr ""
18601 #: builtin/update-index.c:589
18602 msgid "git update-index [<options>] [--] [<file>...]"
18603 msgstr ""
18605 #: builtin/update-index.c:971
18606 msgid "continue refresh even when index needs update"
18607 msgstr ""
18609 #: builtin/update-index.c:974
18610 msgid "refresh: ignore submodules"
18611 msgstr ""
18613 #: builtin/update-index.c:977
18614 msgid "do not ignore new files"
18615 msgstr ""
18617 #: builtin/update-index.c:979
18618 msgid "let files replace directories and vice-versa"
18619 msgstr ""
18621 #: builtin/update-index.c:981
18622 msgid "notice files missing from worktree"
18623 msgstr ""
18625 #: builtin/update-index.c:983
18626 msgid "refresh even if index contains unmerged entries"
18627 msgstr ""
18629 #: builtin/update-index.c:986
18630 msgid "refresh stat information"
18631 msgstr ""
18633 #: builtin/update-index.c:990
18634 msgid "like --refresh, but ignore assume-unchanged setting"
18635 msgstr ""
18637 #: builtin/update-index.c:994
18638 msgid "<mode>,<object>,<path>"
18639 msgstr ""
18641 #: builtin/update-index.c:995
18642 msgid "add the specified entry to the index"
18643 msgstr ""
18645 #: builtin/update-index.c:1005
18646 msgid "mark files as \"not changing\""
18647 msgstr ""
18649 #: builtin/update-index.c:1008
18650 msgid "clear assumed-unchanged bit"
18651 msgstr ""
18653 #: builtin/update-index.c:1011
18654 msgid "mark files as \"index-only\""
18655 msgstr ""
18657 #: builtin/update-index.c:1014
18658 msgid "clear skip-worktree bit"
18659 msgstr ""
18661 #: builtin/update-index.c:1017
18662 msgid "add to index only; do not add content to object database"
18663 msgstr ""
18665 #: builtin/update-index.c:1019
18666 msgid "remove named paths even if present in worktree"
18667 msgstr ""
18669 #: builtin/update-index.c:1021
18670 msgid "with --stdin: input lines are terminated by null bytes"
18671 msgstr ""
18673 #: builtin/update-index.c:1023
18674 msgid "read list of paths to be updated from standard input"
18675 msgstr ""
18677 #: builtin/update-index.c:1027
18678 msgid "add entries from standard input to the index"
18679 msgstr ""
18681 #: builtin/update-index.c:1031
18682 msgid "repopulate stages #2 and #3 for the listed paths"
18683 msgstr ""
18685 #: builtin/update-index.c:1035
18686 msgid "only update entries that differ from HEAD"
18687 msgstr ""
18689 #: builtin/update-index.c:1039
18690 msgid "ignore files missing from worktree"
18691 msgstr ""
18693 #: builtin/update-index.c:1042
18694 msgid "report actions to standard output"
18695 msgstr ""
18697 #: builtin/update-index.c:1044
18698 msgid "(for porcelains) forget saved unresolved conflicts"
18699 msgstr ""
18701 #: builtin/update-index.c:1048
18702 msgid "write index in this format"
18703 msgstr ""
18705 #: builtin/update-index.c:1050
18706 msgid "enable or disable split index"
18707 msgstr ""
18709 #: builtin/update-index.c:1052
18710 msgid "enable/disable untracked cache"
18711 msgstr ""
18713 #: builtin/update-index.c:1054
18714 msgid "test if the filesystem supports untracked cache"
18715 msgstr ""
18717 #: builtin/update-index.c:1056
18718 msgid "enable untracked cache without testing the filesystem"
18719 msgstr ""
18721 #: builtin/update-index.c:1058
18722 msgid "write out the index even if is not flagged as changed"
18723 msgstr ""
18725 #: builtin/update-index.c:1060
18726 msgid "enable or disable file system monitor"
18727 msgstr ""
18729 #: builtin/update-index.c:1062
18730 msgid "mark files as fsmonitor valid"
18731 msgstr ""
18733 #: builtin/update-index.c:1065
18734 msgid "clear fsmonitor valid bit"
18735 msgstr ""
18737 #: builtin/update-index.c:1168
18738 msgid ""
18739 "core.splitIndex is set to false; remove or change it, if you really want to "
18740 "enable split index"
18741 msgstr ""
18743 #: builtin/update-index.c:1177
18744 msgid ""
18745 "core.splitIndex is set to true; remove or change it, if you really want to "
18746 "disable split index"
18747 msgstr ""
18749 #: builtin/update-index.c:1188
18750 msgid ""
18751 "core.untrackedCache is set to true; remove or change it, if you really want "
18752 "to disable the untracked cache"
18753 msgstr ""
18755 #: builtin/update-index.c:1192
18756 msgid "Untracked cache disabled"
18757 msgstr ""
18759 #: builtin/update-index.c:1200
18760 msgid ""
18761 "core.untrackedCache is set to false; remove or change it, if you really want "
18762 "to enable the untracked cache"
18763 msgstr ""
18765 #: builtin/update-index.c:1204
18766 #, c-format
18767 msgid "Untracked cache enabled for '%s'"
18768 msgstr ""
18770 #: builtin/update-index.c:1212
18771 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18772 msgstr ""
18774 #: builtin/update-index.c:1216
18775 msgid "fsmonitor enabled"
18776 msgstr ""
18778 #: builtin/update-index.c:1219
18779 msgid ""
18780 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18781 msgstr ""
18783 #: builtin/update-index.c:1223
18784 msgid "fsmonitor disabled"
18785 msgstr ""
18787 #: builtin/update-ref.c:10
18788 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18789 msgstr ""
18791 #: builtin/update-ref.c:11
18792 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18793 msgstr ""
18795 #: builtin/update-ref.c:12
18796 msgid "git update-ref [<options>] --stdin [-z]"
18797 msgstr ""
18799 #: builtin/update-ref.c:364
18800 msgid "delete the reference"
18801 msgstr ""
18803 #: builtin/update-ref.c:366
18804 msgid "update <refname> not the one it points to"
18805 msgstr ""
18807 #: builtin/update-ref.c:367
18808 msgid "stdin has NUL-terminated arguments"
18809 msgstr ""
18811 #: builtin/update-ref.c:368
18812 msgid "read updates from stdin"
18813 msgstr ""
18815 #: builtin/update-server-info.c:7
18816 msgid "git update-server-info [--force]"
18817 msgstr ""
18819 #: builtin/update-server-info.c:15
18820 msgid "update the info files from scratch"
18821 msgstr ""
18823 #: builtin/upload-pack.c:11
18824 msgid "git upload-pack [<options>] <dir>"
18825 msgstr ""
18827 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18828 msgid "quit after a single request/response exchange"
18829 msgstr ""
18831 #: builtin/upload-pack.c:25
18832 msgid "exit immediately after initial ref advertisement"
18833 msgstr ""
18835 #: builtin/upload-pack.c:27
18836 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18837 msgstr ""
18839 #: builtin/upload-pack.c:29
18840 msgid "interrupt transfer after <n> seconds of inactivity"
18841 msgstr ""
18843 #: builtin/verify-commit.c:20
18844 msgid "git verify-commit [-v | --verbose] <commit>..."
18845 msgstr ""
18847 #: builtin/verify-commit.c:76
18848 msgid "print commit contents"
18849 msgstr ""
18851 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18852 msgid "print raw gpg status output"
18853 msgstr ""
18855 #: builtin/verify-pack.c:55
18856 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18857 msgstr ""
18859 #: builtin/verify-pack.c:65
18860 msgid "verbose"
18861 msgstr ""
18863 #: builtin/verify-pack.c:67
18864 msgid "show statistics only"
18865 msgstr ""
18867 #: builtin/verify-tag.c:19
18868 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18869 msgstr ""
18871 #: builtin/verify-tag.c:37
18872 msgid "print tag contents"
18873 msgstr ""
18875 #: builtin/worktree.c:18
18876 msgid "git worktree add [<options>] <path> [<commit-ish>]"
18877 msgstr ""
18879 #: builtin/worktree.c:19
18880 msgid "git worktree list [<options>]"
18881 msgstr ""
18883 #: builtin/worktree.c:20
18884 msgid "git worktree lock [<options>] <path>"
18885 msgstr ""
18887 #: builtin/worktree.c:21
18888 msgid "git worktree move <worktree> <new-path>"
18889 msgstr ""
18891 #: builtin/worktree.c:22
18892 msgid "git worktree prune [<options>]"
18893 msgstr ""
18895 #: builtin/worktree.c:23
18896 msgid "git worktree remove [<options>] <worktree>"
18897 msgstr ""
18899 #: builtin/worktree.c:24
18900 msgid "git worktree unlock <path>"
18901 msgstr ""
18903 #: builtin/worktree.c:61 builtin/worktree.c:891
18904 #, c-format
18905 msgid "failed to delete '%s'"
18906 msgstr ""
18908 #: builtin/worktree.c:80
18909 #, c-format
18910 msgid "Removing worktrees/%s: not a valid directory"
18911 msgstr ""
18913 #: builtin/worktree.c:86
18914 #, c-format
18915 msgid "Removing worktrees/%s: gitdir file does not exist"
18916 msgstr ""
18918 #: builtin/worktree.c:91 builtin/worktree.c:100
18919 #, c-format
18920 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18921 msgstr ""
18923 #: builtin/worktree.c:110
18924 #, c-format
18925 msgid ""
18926 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18927 "%<PRIuMAX>)"
18928 msgstr ""
18930 #: builtin/worktree.c:118
18931 #, c-format
18932 msgid "Removing worktrees/%s: invalid gitdir file"
18933 msgstr ""
18935 #: builtin/worktree.c:127
18936 #, c-format
18937 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18938 msgstr ""
18940 #: builtin/worktree.c:166
18941 msgid "report pruned working trees"
18942 msgstr ""
18944 #: builtin/worktree.c:168
18945 msgid "expire working trees older than <time>"
18946 msgstr ""
18948 #: builtin/worktree.c:235
18949 #, c-format
18950 msgid "'%s' already exists"
18951 msgstr ""
18953 #: builtin/worktree.c:252
18954 #, c-format
18955 msgid "unable to re-add worktree '%s'"
18956 msgstr ""
18958 #: builtin/worktree.c:257
18959 #, c-format
18960 msgid ""
18961 "'%s' is a missing but locked worktree;\n"
18962 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18963 msgstr ""
18965 #: builtin/worktree.c:259
18966 #, c-format
18967 msgid ""
18968 "'%s' is a missing but already registered worktree;\n"
18969 "use 'add -f' to override, or 'prune' or 'remove' to clear"
18970 msgstr ""
18972 #: builtin/worktree.c:302
18973 #, c-format
18974 msgid "could not create directory of '%s'"
18975 msgstr ""
18977 #: builtin/worktree.c:432 builtin/worktree.c:438
18978 #, c-format
18979 msgid "Preparing worktree (new branch '%s')"
18980 msgstr ""
18982 #: builtin/worktree.c:434
18983 #, c-format
18984 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18985 msgstr ""
18987 #: builtin/worktree.c:443
18988 #, c-format
18989 msgid "Preparing worktree (checking out '%s')"
18990 msgstr ""
18992 #: builtin/worktree.c:449
18993 #, c-format
18994 msgid "Preparing worktree (detached HEAD %s)"
18995 msgstr ""
18997 #: builtin/worktree.c:490
18998 msgid "checkout <branch> even if already checked out in other worktree"
18999 msgstr ""
19001 #: builtin/worktree.c:493
19002 msgid "create a new branch"
19003 msgstr ""
19005 #: builtin/worktree.c:495
19006 msgid "create or reset a branch"
19007 msgstr ""
19009 #: builtin/worktree.c:497
19010 msgid "populate the new working tree"
19011 msgstr ""
19013 #: builtin/worktree.c:498
19014 msgid "keep the new working tree locked"
19015 msgstr ""
19017 #: builtin/worktree.c:501
19018 msgid "set up tracking mode (see git-branch(1))"
19019 msgstr ""
19021 #: builtin/worktree.c:504
19022 msgid "try to match the new branch name with a remote-tracking branch"
19023 msgstr ""
19025 #: builtin/worktree.c:512
19026 msgid "-b, -B, and --detach are mutually exclusive"
19027 msgstr ""
19029 #: builtin/worktree.c:573
19030 msgid "--[no-]track can only be used if a new branch is created"
19031 msgstr ""
19033 #: builtin/worktree.c:673
19034 msgid "reason for locking"
19035 msgstr ""
19037 #: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19038 #: builtin/worktree.c:919
19039 #, c-format
19040 msgid "'%s' is not a working tree"
19041 msgstr ""
19043 #: builtin/worktree.c:687 builtin/worktree.c:720
19044 msgid "The main working tree cannot be locked or unlocked"
19045 msgstr ""
19047 #: builtin/worktree.c:692
19048 #, c-format
19049 msgid "'%s' is already locked, reason: %s"
19050 msgstr ""
19052 #: builtin/worktree.c:694
19053 #, c-format
19054 msgid "'%s' is already locked"
19055 msgstr ""
19057 #: builtin/worktree.c:722
19058 #, c-format
19059 msgid "'%s' is not locked"
19060 msgstr ""
19062 #: builtin/worktree.c:763
19063 msgid "working trees containing submodules cannot be moved or removed"
19064 msgstr ""
19066 #: builtin/worktree.c:771
19067 msgid "force move even if worktree is dirty or locked"
19068 msgstr ""
19070 #: builtin/worktree.c:794 builtin/worktree.c:921
19071 #, c-format
19072 msgid "'%s' is a main working tree"
19073 msgstr ""
19075 #: builtin/worktree.c:799
19076 #, c-format
19077 msgid "could not figure out destination name from '%s'"
19078 msgstr ""
19080 #: builtin/worktree.c:805
19081 #, c-format
19082 msgid "target '%s' already exists"
19083 msgstr ""
19085 #: builtin/worktree.c:813
19086 #, c-format
19087 msgid ""
19088 "cannot move a locked working tree, lock reason: %s\n"
19089 "use 'move -f -f' to override or unlock first"
19090 msgstr ""
19092 #: builtin/worktree.c:815
19093 msgid ""
19094 "cannot move a locked working tree;\n"
19095 "use 'move -f -f' to override or unlock first"
19096 msgstr ""
19098 #: builtin/worktree.c:818
19099 #, c-format
19100 msgid "validation failed, cannot move working tree: %s"
19101 msgstr ""
19103 #: builtin/worktree.c:823
19104 #, c-format
19105 msgid "failed to move '%s' to '%s'"
19106 msgstr ""
19108 #: builtin/worktree.c:871
19109 #, c-format
19110 msgid "failed to run 'git status' on '%s'"
19111 msgstr ""
19113 #: builtin/worktree.c:875
19114 #, c-format
19115 msgid "'%s' is dirty, use --force to delete it"
19116 msgstr ""
19118 #: builtin/worktree.c:880
19119 #, c-format
19120 msgid "failed to run 'git status' on '%s', code %d"
19121 msgstr ""
19123 #: builtin/worktree.c:903
19124 msgid "force removal even if worktree is dirty or locked"
19125 msgstr ""
19127 #: builtin/worktree.c:926
19128 #, c-format
19129 msgid ""
19130 "cannot remove a locked working tree, lock reason: %s\n"
19131 "use 'remove -f -f' to override or unlock first"
19132 msgstr ""
19134 #: builtin/worktree.c:928
19135 msgid ""
19136 "cannot remove a locked working tree;\n"
19137 "use 'remove -f -f' to override or unlock first"
19138 msgstr ""
19140 #: builtin/worktree.c:931
19141 #, c-format
19142 msgid "validation failed, cannot remove working tree: %s"
19143 msgstr ""
19145 #: builtin/write-tree.c:15
19146 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19147 msgstr ""
19149 #: builtin/write-tree.c:28
19150 msgid "<prefix>/"
19151 msgstr ""
19153 #: builtin/write-tree.c:29
19154 msgid "write tree object for a subdirectory <prefix>"
19155 msgstr ""
19157 #: builtin/write-tree.c:31
19158 msgid "only useful for debugging"
19159 msgstr ""
19161 #: credential-cache--daemon.c:223
19162 #, c-format
19163 msgid ""
19164 "The permissions on your socket directory are too loose; other\n"
19165 "users may be able to read your cached credentials. Consider running:\n"
19166 "\n"
19167 "\tchmod 0700 %s"
19168 msgstr ""
19170 #: credential-cache--daemon.c:272
19171 msgid "print debugging messages to stderr"
19172 msgstr ""
19174 #: t/helper/test-reach.c:152
19175 #, c-format
19176 msgid "commit %s is not marked reachable"
19177 msgstr ""
19179 #: t/helper/test-reach.c:162
19180 msgid "too many commits marked reachable"
19181 msgstr ""
19183 #: t/helper/test-serve-v2.c:7
19184 msgid "test-tool serve-v2 [<options>]"
19185 msgstr ""
19187 #: t/helper/test-serve-v2.c:19
19188 msgid "exit immediately after advertising capabilities"
19189 msgstr ""
19191 #: git.c:27
19192 msgid ""
19193 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19194 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19195 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19196 "bare]\n"
19197 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19198 "           <command> [<args>]"
19199 msgstr ""
19201 #: git.c:34
19202 msgid ""
19203 "'git help -a' and 'git help -g' list available subcommands and some\n"
19204 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
19205 "to read about a specific subcommand or concept."
19206 msgstr ""
19208 #: git.c:185
19209 #, c-format
19210 msgid "no directory given for --git-dir\n"
19211 msgstr ""
19213 #: git.c:199
19214 #, c-format
19215 msgid "no namespace given for --namespace\n"
19216 msgstr ""
19218 #: git.c:213
19219 #, c-format
19220 msgid "no directory given for --work-tree\n"
19221 msgstr ""
19223 #: git.c:227
19224 #, c-format
19225 msgid "no prefix given for --super-prefix\n"
19226 msgstr ""
19228 #: git.c:249
19229 #, c-format
19230 msgid "-c expects a configuration string\n"
19231 msgstr ""
19233 #: git.c:287
19234 #, c-format
19235 msgid "no directory given for -C\n"
19236 msgstr ""
19238 #: git.c:313
19239 #, c-format
19240 msgid "unknown option: %s\n"
19241 msgstr ""
19243 #: git.c:359
19244 #, c-format
19245 msgid "while expanding alias '%s': '%s'"
19246 msgstr ""
19248 #: git.c:368
19249 #, c-format
19250 msgid ""
19251 "alias '%s' changes environment variables.\n"
19252 "You can use '!git' in the alias to do this"
19253 msgstr ""
19255 #: git.c:376
19256 #, c-format
19257 msgid "empty alias for %s"
19258 msgstr ""
19260 #: git.c:379
19261 #, c-format
19262 msgid "recursive alias: %s"
19263 msgstr ""
19265 #: git.c:459
19266 msgid "write failure on standard output"
19267 msgstr ""
19269 #: git.c:461
19270 msgid "unknown write failure on standard output"
19271 msgstr ""
19273 #: git.c:463
19274 msgid "close failed on standard output"
19275 msgstr ""
19277 #: git.c:797
19278 #, c-format
19279 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19280 msgstr ""
19282 #: git.c:847
19283 #, c-format
19284 msgid "cannot handle %s as a builtin"
19285 msgstr ""
19287 #: git.c:860
19288 #, c-format
19289 msgid ""
19290 "usage: %s\n"
19291 "\n"
19292 msgstr ""
19294 #: git.c:880
19295 #, c-format
19296 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19297 msgstr ""
19299 #: git.c:892
19300 #, c-format
19301 msgid "failed to run command '%s': %s\n"
19302 msgstr ""
19304 #: http.c:378
19305 #, c-format
19306 msgid "negative value for http.postbuffer; defaulting to %d"
19307 msgstr ""
19309 #: http.c:399
19310 msgid "Delegation control is not supported with cURL < 7.22.0"
19311 msgstr ""
19313 #: http.c:408
19314 msgid "Public key pinning not supported with cURL < 7.44.0"
19315 msgstr ""
19317 #: http.c:876
19318 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19319 msgstr ""
19321 #: http.c:949
19322 msgid "Protocol restrictions not supported with cURL < 7.19.4"
19323 msgstr ""
19325 #: http.c:1085
19326 #, c-format
19327 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19328 msgstr ""
19330 #: http.c:1092
19331 #, c-format
19332 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19333 msgstr ""
19335 #: http.c:1096
19336 #, c-format
19337 msgid "Could not set SSL backend to '%s': already set"
19338 msgstr ""
19340 #: http.c:1965
19341 #, c-format
19342 msgid ""
19343 "unable to update url base from redirection:\n"
19344 "  asked for: %s\n"
19345 "   redirect: %s"
19346 msgstr ""
19348 #: remote-curl.c:157
19349 #, c-format
19350 msgid "invalid quoting in push-option value: '%s'"
19351 msgstr ""
19353 #: remote-curl.c:254
19354 #, c-format
19355 msgid "%sinfo/refs not valid: is this a git repository?"
19356 msgstr ""
19358 #: remote-curl.c:355
19359 msgid "invalid server response; expected service, got flush packet"
19360 msgstr ""
19362 #: remote-curl.c:386
19363 #, c-format
19364 msgid "invalid server response; got '%s'"
19365 msgstr ""
19367 #: remote-curl.c:446
19368 #, c-format
19369 msgid "repository '%s' not found"
19370 msgstr ""
19372 #: remote-curl.c:450
19373 #, c-format
19374 msgid "Authentication failed for '%s'"
19375 msgstr ""
19377 #: remote-curl.c:454
19378 #, c-format
19379 msgid "unable to access '%s': %s"
19380 msgstr ""
19382 #: remote-curl.c:460
19383 #, c-format
19384 msgid "redirecting to %s"
19385 msgstr ""
19387 #: remote-curl.c:584
19388 msgid "shouldn't have EOF when not gentle on EOF"
19389 msgstr ""
19391 #: remote-curl.c:664
19392 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19393 msgstr ""
19395 #: remote-curl.c:724
19396 #, c-format
19397 msgid "RPC failed; %s"
19398 msgstr ""
19400 #: remote-curl.c:764
19401 msgid "cannot handle pushes this big"
19402 msgstr ""
19404 #: remote-curl.c:879
19405 #, c-format
19406 msgid "cannot deflate request; zlib deflate error %d"
19407 msgstr ""
19409 #: remote-curl.c:883
19410 #, c-format
19411 msgid "cannot deflate request; zlib end error %d"
19412 msgstr ""
19414 #: remote-curl.c:1014
19415 msgid "dumb http transport does not support shallow capabilities"
19416 msgstr ""
19418 #: remote-curl.c:1028
19419 msgid "fetch failed."
19420 msgstr ""
19422 #: remote-curl.c:1076
19423 msgid "cannot fetch by sha1 over smart http"
19424 msgstr ""
19426 #: remote-curl.c:1120 remote-curl.c:1126
19427 #, c-format
19428 msgid "protocol error: expected sha/ref, got %s'"
19429 msgstr ""
19431 #: remote-curl.c:1138 remote-curl.c:1252
19432 #, c-format
19433 msgid "http transport does not support %s"
19434 msgstr ""
19436 #: remote-curl.c:1174
19437 msgid "git-http-push failed"
19438 msgstr ""
19440 #: remote-curl.c:1360
19441 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19442 msgstr ""
19444 #: remote-curl.c:1392
19445 msgid "remote-curl: error reading command stream from git"
19446 msgstr ""
19448 #: remote-curl.c:1399
19449 msgid "remote-curl: fetch attempted without a local repo"
19450 msgstr ""
19452 #: remote-curl.c:1439
19453 #, c-format
19454 msgid "remote-curl: unknown command '%s' from git"
19455 msgstr ""
19457 #: list-objects-filter-options.h:63
19458 msgid "args"
19459 msgstr ""
19461 #: list-objects-filter-options.h:64
19462 msgid "object filtering"
19463 msgstr ""
19465 #: parse-options.h:169
19466 msgid "expiry-date"
19467 msgstr ""
19469 #: parse-options.h:183
19470 msgid "no-op (backward compatibility)"
19471 msgstr ""
19473 #: parse-options.h:296
19474 msgid "be more verbose"
19475 msgstr ""
19477 #: parse-options.h:298
19478 msgid "be more quiet"
19479 msgstr ""
19481 #: parse-options.h:304
19482 msgid "use <n> digits to display SHA-1s"
19483 msgstr ""
19485 #: parse-options.h:323
19486 msgid "how to strip spaces and #comments from message"
19487 msgstr ""
19489 #: ref-filter.h:101
19490 msgid "key"
19491 msgstr ""
19493 #: ref-filter.h:101
19494 msgid "field name to sort on"
19495 msgstr ""
19497 #: rerere.h:44
19498 msgid "update the index with reused conflict resolution if possible"
19499 msgstr ""
19501 #: command-list.h:50
19502 msgid "Add file contents to the index"
19503 msgstr ""
19505 #: command-list.h:51
19506 msgid "Apply a series of patches from a mailbox"
19507 msgstr ""
19509 #: command-list.h:52
19510 msgid "Annotate file lines with commit information"
19511 msgstr ""
19513 #: command-list.h:53
19514 msgid "Apply a patch to files and/or to the index"
19515 msgstr ""
19517 #: command-list.h:54
19518 msgid "Import a GNU Arch repository into Git"
19519 msgstr ""
19521 #: command-list.h:55
19522 msgid "Create an archive of files from a named tree"
19523 msgstr ""
19525 #: command-list.h:56
19526 msgid "Use binary search to find the commit that introduced a bug"
19527 msgstr ""
19529 #: command-list.h:57
19530 msgid "Show what revision and author last modified each line of a file"
19531 msgstr ""
19533 #: command-list.h:58
19534 msgid "List, create, or delete branches"
19535 msgstr ""
19537 #: command-list.h:59
19538 msgid "Move objects and refs by archive"
19539 msgstr ""
19541 #: command-list.h:60
19542 msgid "Provide content or type and size information for repository objects"
19543 msgstr ""
19545 #: command-list.h:61
19546 msgid "Display gitattributes information"
19547 msgstr ""
19549 #: command-list.h:62
19550 msgid "Debug gitignore / exclude files"
19551 msgstr ""
19553 #: command-list.h:63
19554 msgid "Show canonical names and email addresses of contacts"
19555 msgstr ""
19557 #: command-list.h:64
19558 msgid "Switch branches or restore working tree files"
19559 msgstr ""
19561 #: command-list.h:65
19562 msgid "Copy files from the index to the working tree"
19563 msgstr ""
19565 #: command-list.h:66
19566 msgid "Ensures that a reference name is well formed"
19567 msgstr ""
19569 #: command-list.h:67
19570 msgid "Find commits yet to be applied to upstream"
19571 msgstr ""
19573 #: command-list.h:68
19574 msgid "Apply the changes introduced by some existing commits"
19575 msgstr ""
19577 #: command-list.h:69
19578 msgid "Graphical alternative to git-commit"
19579 msgstr ""
19581 #: command-list.h:70
19582 msgid "Remove untracked files from the working tree"
19583 msgstr ""
19585 #: command-list.h:71
19586 msgid "Clone a repository into a new directory"
19587 msgstr ""
19589 #: command-list.h:72
19590 msgid "Display data in columns"
19591 msgstr ""
19593 #: command-list.h:73
19594 msgid "Record changes to the repository"
19595 msgstr ""
19597 #: command-list.h:74
19598 msgid "Write and verify Git commit-graph files"
19599 msgstr ""
19601 #: command-list.h:75
19602 msgid "Create a new commit object"
19603 msgstr ""
19605 #: command-list.h:76
19606 msgid "Get and set repository or global options"
19607 msgstr ""
19609 #: command-list.h:77
19610 msgid "Count unpacked number of objects and their disk consumption"
19611 msgstr ""
19613 #: command-list.h:78
19614 msgid "Retrieve and store user credentials"
19615 msgstr ""
19617 #: command-list.h:79
19618 msgid "Helper to temporarily store passwords in memory"
19619 msgstr ""
19621 #: command-list.h:80
19622 msgid "Helper to store credentials on disk"
19623 msgstr ""
19625 #: command-list.h:81
19626 msgid "Export a single commit to a CVS checkout"
19627 msgstr ""
19629 #: command-list.h:82
19630 msgid "Salvage your data out of another SCM people love to hate"
19631 msgstr ""
19633 #: command-list.h:83
19634 msgid "A CVS server emulator for Git"
19635 msgstr ""
19637 #: command-list.h:84
19638 msgid "A really simple server for Git repositories"
19639 msgstr ""
19641 #: command-list.h:85
19642 msgid "Give an object a human readable name based on an available ref"
19643 msgstr ""
19645 #: command-list.h:86
19646 msgid "Show changes between commits, commit and working tree, etc"
19647 msgstr ""
19649 #: command-list.h:87
19650 msgid "Compares files in the working tree and the index"
19651 msgstr ""
19653 #: command-list.h:88
19654 msgid "Compare a tree to the working tree or index"
19655 msgstr ""
19657 #: command-list.h:89
19658 msgid "Compares the content and mode of blobs found via two tree objects"
19659 msgstr ""
19661 #: command-list.h:90
19662 msgid "Show changes using common diff tools"
19663 msgstr ""
19665 #: command-list.h:91
19666 msgid "Git data exporter"
19667 msgstr ""
19669 #: command-list.h:92
19670 msgid "Backend for fast Git data importers"
19671 msgstr ""
19673 #: command-list.h:93
19674 msgid "Download objects and refs from another repository"
19675 msgstr ""
19677 #: command-list.h:94
19678 msgid "Receive missing objects from another repository"
19679 msgstr ""
19681 #: command-list.h:95
19682 msgid "Rewrite branches"
19683 msgstr ""
19685 #: command-list.h:96
19686 msgid "Produce a merge commit message"
19687 msgstr ""
19689 #: command-list.h:97
19690 msgid "Output information on each ref"
19691 msgstr ""
19693 #: command-list.h:98
19694 msgid "Prepare patches for e-mail submission"
19695 msgstr ""
19697 #: command-list.h:99
19698 msgid "Verifies the connectivity and validity of the objects in the database"
19699 msgstr ""
19701 #: command-list.h:100
19702 msgid "Cleanup unnecessary files and optimize the local repository"
19703 msgstr ""
19705 #: command-list.h:101
19706 msgid "Extract commit ID from an archive created using git-archive"
19707 msgstr ""
19709 #: command-list.h:102
19710 msgid "Print lines matching a pattern"
19711 msgstr ""
19713 #: command-list.h:103
19714 msgid "A portable graphical interface to Git"
19715 msgstr ""
19717 #: command-list.h:104
19718 msgid "Compute object ID and optionally creates a blob from a file"
19719 msgstr ""
19721 #: command-list.h:105
19722 msgid "Display help information about Git"
19723 msgstr ""
19725 #: command-list.h:106
19726 msgid "Server side implementation of Git over HTTP"
19727 msgstr ""
19729 #: command-list.h:107
19730 msgid "Download from a remote Git repository via HTTP"
19731 msgstr ""
19733 #: command-list.h:108
19734 msgid "Push objects over HTTP/DAV to another repository"
19735 msgstr ""
19737 #: command-list.h:109
19738 msgid "Send a collection of patches from stdin to an IMAP folder"
19739 msgstr ""
19741 #: command-list.h:110
19742 msgid "Build pack index file for an existing packed archive"
19743 msgstr ""
19745 #: command-list.h:111
19746 msgid "Create an empty Git repository or reinitialize an existing one"
19747 msgstr ""
19749 #: command-list.h:112
19750 msgid "Instantly browse your working repository in gitweb"
19751 msgstr ""
19753 #: command-list.h:113
19754 msgid "Add or parse structured information in commit messages"
19755 msgstr ""
19757 #: command-list.h:114
19758 msgid "The Git repository browser"
19759 msgstr ""
19761 #: command-list.h:115
19762 msgid "Show commit logs"
19763 msgstr ""
19765 #: command-list.h:116
19766 msgid "Show information about files in the index and the working tree"
19767 msgstr ""
19769 #: command-list.h:117
19770 msgid "List references in a remote repository"
19771 msgstr ""
19773 #: command-list.h:118
19774 msgid "List the contents of a tree object"
19775 msgstr ""
19777 #: command-list.h:119
19778 msgid "Extracts patch and authorship from a single e-mail message"
19779 msgstr ""
19781 #: command-list.h:120
19782 msgid "Simple UNIX mbox splitter program"
19783 msgstr ""
19785 #: command-list.h:121
19786 msgid "Join two or more development histories together"
19787 msgstr ""
19789 #: command-list.h:122
19790 msgid "Find as good common ancestors as possible for a merge"
19791 msgstr ""
19793 #: command-list.h:123
19794 msgid "Run a three-way file merge"
19795 msgstr ""
19797 #: command-list.h:124
19798 msgid "Run a merge for files needing merging"
19799 msgstr ""
19801 #: command-list.h:125
19802 msgid "The standard helper program to use with git-merge-index"
19803 msgstr ""
19805 #: command-list.h:126
19806 msgid "Run merge conflict resolution tools to resolve merge conflicts"
19807 msgstr ""
19809 #: command-list.h:127
19810 msgid "Show three-way merge without touching index"
19811 msgstr ""
19813 #: command-list.h:128
19814 msgid "Write and verify multi-pack-indexes"
19815 msgstr ""
19817 #: command-list.h:129
19818 msgid "Creates a tag object"
19819 msgstr ""
19821 #: command-list.h:130
19822 msgid "Build a tree-object from ls-tree formatted text"
19823 msgstr ""
19825 #: command-list.h:131
19826 msgid "Move or rename a file, a directory, or a symlink"
19827 msgstr ""
19829 #: command-list.h:132
19830 msgid "Find symbolic names for given revs"
19831 msgstr ""
19833 #: command-list.h:133
19834 msgid "Add or inspect object notes"
19835 msgstr ""
19837 #: command-list.h:134
19838 msgid "Import from and submit to Perforce repositories"
19839 msgstr ""
19841 #: command-list.h:135
19842 msgid "Create a packed archive of objects"
19843 msgstr ""
19845 #: command-list.h:136
19846 msgid "Find redundant pack files"
19847 msgstr ""
19849 #: command-list.h:137
19850 msgid "Pack heads and tags for efficient repository access"
19851 msgstr ""
19853 #: command-list.h:138
19854 msgid "Routines to help parsing remote repository access parameters"
19855 msgstr ""
19857 #: command-list.h:139
19858 msgid "Compute unique ID for a patch"
19859 msgstr ""
19861 #: command-list.h:140
19862 msgid "Prune all unreachable objects from the object database"
19863 msgstr ""
19865 #: command-list.h:141
19866 msgid "Remove extra objects that are already in pack files"
19867 msgstr ""
19869 #: command-list.h:142
19870 msgid "Fetch from and integrate with another repository or a local branch"
19871 msgstr ""
19873 #: command-list.h:143
19874 msgid "Update remote refs along with associated objects"
19875 msgstr ""
19877 #: command-list.h:144
19878 msgid "Applies a quilt patchset onto the current branch"
19879 msgstr ""
19881 #: command-list.h:145
19882 msgid "Compare two commit ranges (e.g. two versions of a branch)"
19883 msgstr ""
19885 #: command-list.h:146
19886 msgid "Reads tree information into the index"
19887 msgstr ""
19889 #: command-list.h:147
19890 msgid "Reapply commits on top of another base tip"
19891 msgstr ""
19893 #: command-list.h:148
19894 msgid "Receive what is pushed into the repository"
19895 msgstr ""
19897 #: command-list.h:149
19898 msgid "Manage reflog information"
19899 msgstr ""
19901 #: command-list.h:150
19902 msgid "Manage set of tracked repositories"
19903 msgstr ""
19905 #: command-list.h:151
19906 msgid "Pack unpacked objects in a repository"
19907 msgstr ""
19909 #: command-list.h:152
19910 msgid "Create, list, delete refs to replace objects"
19911 msgstr ""
19913 #: command-list.h:153
19914 msgid "Generates a summary of pending changes"
19915 msgstr ""
19917 #: command-list.h:154
19918 msgid "Reuse recorded resolution of conflicted merges"
19919 msgstr ""
19921 #: command-list.h:155
19922 msgid "Reset current HEAD to the specified state"
19923 msgstr ""
19925 #: command-list.h:156
19926 msgid "Revert some existing commits"
19927 msgstr ""
19929 #: command-list.h:157
19930 msgid "Lists commit objects in reverse chronological order"
19931 msgstr ""
19933 #: command-list.h:158
19934 msgid "Pick out and massage parameters"
19935 msgstr ""
19937 #: command-list.h:159
19938 msgid "Remove files from the working tree and from the index"
19939 msgstr ""
19941 #: command-list.h:160
19942 msgid "Send a collection of patches as emails"
19943 msgstr ""
19945 #: command-list.h:161
19946 msgid "Push objects over Git protocol to another repository"
19947 msgstr ""
19949 #: command-list.h:162
19950 msgid "Restricted login shell for Git-only SSH access"
19951 msgstr ""
19953 #: command-list.h:163
19954 msgid "Summarize 'git log' output"
19955 msgstr ""
19957 #: command-list.h:164
19958 msgid "Show various types of objects"
19959 msgstr ""
19961 #: command-list.h:165
19962 msgid "Show branches and their commits"
19963 msgstr ""
19965 #: command-list.h:166
19966 msgid "Show packed archive index"
19967 msgstr ""
19969 #: command-list.h:167
19970 msgid "List references in a local repository"
19971 msgstr ""
19973 #: command-list.h:168
19974 msgid "Git's i18n setup code for shell scripts"
19975 msgstr ""
19977 #: command-list.h:169
19978 msgid "Common Git shell script setup code"
19979 msgstr ""
19981 #: command-list.h:170
19982 msgid "Stash the changes in a dirty working directory away"
19983 msgstr ""
19985 #: command-list.h:171
19986 msgid "Add file contents to the staging area"
19987 msgstr ""
19989 #: command-list.h:172
19990 msgid "Show the working tree status"
19991 msgstr ""
19993 #: command-list.h:173
19994 msgid "Remove unnecessary whitespace"
19995 msgstr ""
19997 #: command-list.h:174
19998 msgid "Initialize, update or inspect submodules"
19999 msgstr ""
20001 #: command-list.h:175
20002 msgid "Bidirectional operation between a Subversion repository and Git"
20003 msgstr ""
20005 #: command-list.h:176
20006 msgid "Read, modify and delete symbolic refs"
20007 msgstr ""
20009 #: command-list.h:177
20010 msgid "Create, list, delete or verify a tag object signed with GPG"
20011 msgstr ""
20013 #: command-list.h:178
20014 msgid "Creates a temporary file with a blob's contents"
20015 msgstr ""
20017 #: command-list.h:179
20018 msgid "Unpack objects from a packed archive"
20019 msgstr ""
20021 #: command-list.h:180
20022 msgid "Register file contents in the working tree to the index"
20023 msgstr ""
20025 #: command-list.h:181
20026 msgid "Update the object name stored in a ref safely"
20027 msgstr ""
20029 #: command-list.h:182
20030 msgid "Update auxiliary info file to help dumb servers"
20031 msgstr ""
20033 #: command-list.h:183
20034 msgid "Send archive back to git-archive"
20035 msgstr ""
20037 #: command-list.h:184
20038 msgid "Send objects packed back to git-fetch-pack"
20039 msgstr ""
20041 #: command-list.h:185
20042 msgid "Show a Git logical variable"
20043 msgstr ""
20045 #: command-list.h:186
20046 msgid "Check the GPG signature of commits"
20047 msgstr ""
20049 #: command-list.h:187
20050 msgid "Validate packed Git archive files"
20051 msgstr ""
20053 #: command-list.h:188
20054 msgid "Check the GPG signature of tags"
20055 msgstr ""
20057 #: command-list.h:189
20058 msgid "Git web interface (web frontend to Git repositories)"
20059 msgstr ""
20061 #: command-list.h:190
20062 msgid "Show logs with difference each commit introduces"
20063 msgstr ""
20065 #: command-list.h:191
20066 msgid "Manage multiple working trees"
20067 msgstr ""
20069 #: command-list.h:192
20070 msgid "Create a tree object from the current index"
20071 msgstr ""
20073 #: command-list.h:193
20074 msgid "Defining attributes per path"
20075 msgstr ""
20077 #: command-list.h:194
20078 msgid "Git command-line interface and conventions"
20079 msgstr ""
20081 #: command-list.h:195
20082 msgid "A Git core tutorial for developers"
20083 msgstr ""
20085 #: command-list.h:196
20086 msgid "Git for CVS users"
20087 msgstr ""
20089 #: command-list.h:197
20090 msgid "Tweaking diff output"
20091 msgstr ""
20093 #: command-list.h:198
20094 msgid "A useful minimum set of commands for Everyday Git"
20095 msgstr ""
20097 #: command-list.h:199
20098 msgid "A Git Glossary"
20099 msgstr ""
20101 #: command-list.h:200
20102 msgid "Hooks used by Git"
20103 msgstr ""
20105 #: command-list.h:201
20106 msgid "Specifies intentionally untracked files to ignore"
20107 msgstr ""
20109 #: command-list.h:202
20110 msgid "Defining submodule properties"
20111 msgstr ""
20113 #: command-list.h:203
20114 msgid "Git namespaces"
20115 msgstr ""
20117 #: command-list.h:204
20118 msgid "Git Repository Layout"
20119 msgstr ""
20121 #: command-list.h:205
20122 msgid "Specifying revisions and ranges for Git"
20123 msgstr ""
20125 #: command-list.h:206
20126 msgid "A tutorial introduction to Git: part two"
20127 msgstr ""
20129 #: command-list.h:207
20130 msgid "A tutorial introduction to Git"
20131 msgstr ""
20133 #: command-list.h:208
20134 msgid "An overview of recommended workflows with Git"
20135 msgstr ""
20137 #: git-bisect.sh:54
20138 msgid "You need to start by \"git bisect start\""
20139 msgstr ""
20141 #. TRANSLATORS: Make sure to include [Y] and [n] in your
20142 #. translation. The program will only accept English input
20143 #. at this point.
20144 #: git-bisect.sh:60
20145 msgid "Do you want me to do it for you [Y/n]? "
20146 msgstr ""
20148 #: git-bisect.sh:101
20149 #, sh-format
20150 msgid "Bad rev input: $arg"
20151 msgstr ""
20153 #: git-bisect.sh:121
20154 #, sh-format
20155 msgid "Bad rev input: $bisected_head"
20156 msgstr ""
20158 #: git-bisect.sh:130
20159 #, sh-format
20160 msgid "Bad rev input: $rev"
20161 msgstr ""
20163 #: git-bisect.sh:139
20164 #, sh-format
20165 msgid "'git bisect $TERM_BAD' can take only one argument."
20166 msgstr ""
20168 #: git-bisect.sh:209
20169 msgid "No logfile given"
20170 msgstr ""
20172 #: git-bisect.sh:210
20173 #, sh-format
20174 msgid "cannot read $file for replaying"
20175 msgstr ""
20177 #: git-bisect.sh:232
20178 msgid "?? what are you talking about?"
20179 msgstr ""
20181 #: git-bisect.sh:241
20182 msgid "bisect run failed: no command provided."
20183 msgstr ""
20185 #: git-bisect.sh:246
20186 #, sh-format
20187 msgid "running $command"
20188 msgstr ""
20190 #: git-bisect.sh:253
20191 #, sh-format
20192 msgid ""
20193 "bisect run failed:\n"
20194 "exit code $res from '$command' is < 0 or >= 128"
20195 msgstr ""
20197 #: git-bisect.sh:279
20198 msgid "bisect run cannot continue any more"
20199 msgstr ""
20201 #: git-bisect.sh:285
20202 #, sh-format
20203 msgid ""
20204 "bisect run failed:\n"
20205 "'bisect_state $state' exited with error code $res"
20206 msgstr ""
20208 #: git-bisect.sh:292
20209 msgid "bisect run success"
20210 msgstr ""
20212 #: git-bisect.sh:300
20213 msgid "We are not bisecting."
20214 msgstr ""
20216 #: git-merge-octopus.sh:46
20217 msgid ""
20218 "Error: Your local changes to the following files would be overwritten by "
20219 "merge"
20220 msgstr ""
20222 #: git-merge-octopus.sh:61
20223 msgid "Automated merge did not work."
20224 msgstr ""
20226 #: git-merge-octopus.sh:62
20227 msgid "Should not be doing an octopus."
20228 msgstr ""
20230 #: git-merge-octopus.sh:73
20231 #, sh-format
20232 msgid "Unable to find common commit with $pretty_name"
20233 msgstr ""
20235 #: git-merge-octopus.sh:77
20236 #, sh-format
20237 msgid "Already up to date with $pretty_name"
20238 msgstr ""
20240 #: git-merge-octopus.sh:89
20241 #, sh-format
20242 msgid "Fast-forwarding to: $pretty_name"
20243 msgstr ""
20245 #: git-merge-octopus.sh:97
20246 #, sh-format
20247 msgid "Trying simple merge with $pretty_name"
20248 msgstr ""
20250 #: git-merge-octopus.sh:102
20251 msgid "Simple merge did not work, trying automatic merge."
20252 msgstr ""
20254 #: git-legacy-stash.sh:220
20255 msgid "Cannot remove temporary index (can't happen)"
20256 msgstr ""
20258 #: git-legacy-stash.sh:271
20259 #, sh-format
20260 msgid "Cannot update $ref_stash with $w_commit"
20261 msgstr ""
20263 #: git-legacy-stash.sh:323
20264 #, sh-format
20265 msgid "error: unknown option for 'stash push': $option"
20266 msgstr ""
20268 #: git-legacy-stash.sh:355
20269 #, sh-format
20270 msgid "Saved working directory and index state $stash_msg"
20271 msgstr ""
20273 #: git-legacy-stash.sh:535
20274 #, sh-format
20275 msgid "unknown option: $opt"
20276 msgstr ""
20278 #: git-legacy-stash.sh:555
20279 #, sh-format
20280 msgid "Too many revisions specified: $REV"
20281 msgstr ""
20283 #: git-legacy-stash.sh:570
20284 #, sh-format
20285 msgid "$reference is not a valid reference"
20286 msgstr ""
20288 #: git-legacy-stash.sh:598
20289 #, sh-format
20290 msgid "'$args' is not a stash-like commit"
20291 msgstr ""
20293 #: git-legacy-stash.sh:609
20294 #, sh-format
20295 msgid "'$args' is not a stash reference"
20296 msgstr ""
20298 #: git-legacy-stash.sh:617
20299 msgid "unable to refresh index"
20300 msgstr ""
20302 #: git-legacy-stash.sh:621
20303 msgid "Cannot apply a stash in the middle of a merge"
20304 msgstr ""
20306 #: git-legacy-stash.sh:629
20307 msgid "Conflicts in index. Try without --index."
20308 msgstr ""
20310 #: git-legacy-stash.sh:631
20311 msgid "Could not save index tree"
20312 msgstr ""
20314 #: git-legacy-stash.sh:640
20315 msgid "Could not restore untracked files from stash entry"
20316 msgstr ""
20318 #: git-legacy-stash.sh:665
20319 msgid "Cannot unstage modified files"
20320 msgstr ""
20322 #: git-legacy-stash.sh:703
20323 #, sh-format
20324 msgid "Dropped ${REV} ($s)"
20325 msgstr ""
20327 #: git-legacy-stash.sh:704
20328 #, sh-format
20329 msgid "${REV}: Could not drop stash entry"
20330 msgstr ""
20332 #: git-legacy-stash.sh:791
20333 msgid "(To restore them type \"git stash apply\")"
20334 msgstr ""
20336 #: git-submodule.sh:200
20337 msgid "Relative path can only be used from the toplevel of the working tree"
20338 msgstr ""
20340 #: git-submodule.sh:210
20341 #, sh-format
20342 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20343 msgstr ""
20345 #: git-submodule.sh:229
20346 #, sh-format
20347 msgid "'$sm_path' already exists in the index"
20348 msgstr ""
20350 #: git-submodule.sh:232
20351 #, sh-format
20352 msgid "'$sm_path' already exists in the index and is not a submodule"
20353 msgstr ""
20355 #: git-submodule.sh:239
20356 #, sh-format
20357 msgid "'$sm_path' does not have a commit checked out"
20358 msgstr ""
20360 #: git-submodule.sh:245
20361 #, sh-format
20362 msgid ""
20363 "The following path is ignored by one of your .gitignore files:\n"
20364 "$sm_path\n"
20365 "Use -f if you really want to add it."
20366 msgstr ""
20368 #: git-submodule.sh:268
20369 #, sh-format
20370 msgid "Adding existing repo at '$sm_path' to the index"
20371 msgstr ""
20373 #: git-submodule.sh:270
20374 #, sh-format
20375 msgid "'$sm_path' already exists and is not a valid git repo"
20376 msgstr ""
20378 #: git-submodule.sh:278
20379 #, sh-format
20380 msgid "A git directory for '$sm_name' is found locally with remote(s):"
20381 msgstr ""
20383 #: git-submodule.sh:280
20384 #, sh-format
20385 msgid ""
20386 "If you want to reuse this local git directory instead of cloning again from\n"
20387 "  $realrepo\n"
20388 "use the '--force' option. If the local git directory is not the correct "
20389 "repo\n"
20390 "or you are unsure what this means choose another name with the '--name' "
20391 "option."
20392 msgstr ""
20394 #: git-submodule.sh:286
20395 #, sh-format
20396 msgid "Reactivating local git directory for submodule '$sm_name'."
20397 msgstr ""
20399 #: git-submodule.sh:298
20400 #, sh-format
20401 msgid "Unable to checkout submodule '$sm_path'"
20402 msgstr ""
20404 #: git-submodule.sh:303
20405 #, sh-format
20406 msgid "Failed to add submodule '$sm_path'"
20407 msgstr ""
20409 #: git-submodule.sh:312
20410 #, sh-format
20411 msgid "Failed to register submodule '$sm_path'"
20412 msgstr ""
20414 #: git-submodule.sh:573
20415 #, sh-format
20416 msgid "Unable to find current revision in submodule path '$displaypath'"
20417 msgstr ""
20419 #: git-submodule.sh:583
20420 #, sh-format
20421 msgid "Unable to fetch in submodule path '$sm_path'"
20422 msgstr ""
20424 #: git-submodule.sh:588
20425 #, sh-format
20426 msgid ""
20427 "Unable to find current ${remote_name}/${branch} revision in submodule path "
20428 "'$sm_path'"
20429 msgstr ""
20431 #: git-submodule.sh:606
20432 #, sh-format
20433 msgid ""
20434 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20435 "$sha1:"
20436 msgstr ""
20438 #: git-submodule.sh:612
20439 #, sh-format
20440 msgid ""
20441 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20442 "Direct fetching of that commit failed."
20443 msgstr ""
20445 #: git-submodule.sh:619
20446 #, sh-format
20447 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20448 msgstr ""
20450 #: git-submodule.sh:620
20451 #, sh-format
20452 msgid "Submodule path '$displaypath': checked out '$sha1'"
20453 msgstr ""
20455 #: git-submodule.sh:624
20456 #, sh-format
20457 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20458 msgstr ""
20460 #: git-submodule.sh:625
20461 #, sh-format
20462 msgid "Submodule path '$displaypath': rebased into '$sha1'"
20463 msgstr ""
20465 #: git-submodule.sh:630
20466 #, sh-format
20467 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20468 msgstr ""
20470 #: git-submodule.sh:631
20471 #, sh-format
20472 msgid "Submodule path '$displaypath': merged in '$sha1'"
20473 msgstr ""
20475 #: git-submodule.sh:636
20476 #, sh-format
20477 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20478 msgstr ""
20480 #: git-submodule.sh:637
20481 #, sh-format
20482 msgid "Submodule path '$displaypath': '$command $sha1'"
20483 msgstr ""
20485 #: git-submodule.sh:668
20486 #, sh-format
20487 msgid "Failed to recurse into submodule path '$displaypath'"
20488 msgstr ""
20490 #: git-submodule.sh:830
20491 msgid "The --cached option cannot be used with the --files option"
20492 msgstr ""
20494 #: git-submodule.sh:882
20495 #, sh-format
20496 msgid "unexpected mode $mod_dst"
20497 msgstr ""
20499 #: git-submodule.sh:902
20500 #, sh-format
20501 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20502 msgstr ""
20504 #: git-submodule.sh:905
20505 #, sh-format
20506 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20507 msgstr ""
20509 #: git-submodule.sh:908
20510 #, sh-format
20511 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20512 msgstr ""
20514 #: git-parse-remote.sh:89
20515 #, sh-format
20516 msgid "See git-${cmd}(1) for details."
20517 msgstr ""
20519 #: git-rebase--preserve-merges.sh:136
20520 #, sh-format
20521 msgid "Rebasing ($new_count/$total)"
20522 msgstr ""
20524 #: git-rebase--preserve-merges.sh:152
20525 msgid ""
20526 "\n"
20527 "Commands:\n"
20528 "p, pick <commit> = use commit\n"
20529 "r, reword <commit> = use commit, but edit the commit message\n"
20530 "e, edit <commit> = use commit, but stop for amending\n"
20531 "s, squash <commit> = use commit, but meld into previous commit\n"
20532 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20533 "x, exec <commit> = run command (the rest of the line) using shell\n"
20534 "d, drop <commit> = remove commit\n"
20535 "l, label <label> = label current HEAD with a name\n"
20536 "t, reset <label> = reset HEAD to a label\n"
20537 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20538 ".       create a merge commit using the original merge commit's\n"
20539 ".       message (or the oneline, if no original merge commit was\n"
20540 ".       specified). Use -c <commit> to reword the commit message.\n"
20541 "\n"
20542 "These lines can be re-ordered; they are executed from top to bottom.\n"
20543 msgstr ""
20545 #: git-rebase--preserve-merges.sh:215
20546 #, sh-format
20547 msgid ""
20548 "You can amend the commit now, with\n"
20549 "\n"
20550 "\tgit commit --amend $gpg_sign_opt_quoted\n"
20551 "\n"
20552 "Once you are satisfied with your changes, run\n"
20553 "\n"
20554 "\tgit rebase --continue"
20555 msgstr ""
20557 #: git-rebase--preserve-merges.sh:240
20558 #, sh-format
20559 msgid "$sha1: not a commit that can be picked"
20560 msgstr ""
20562 #: git-rebase--preserve-merges.sh:279
20563 #, sh-format
20564 msgid "Invalid commit name: $sha1"
20565 msgstr ""
20567 #: git-rebase--preserve-merges.sh:309
20568 msgid "Cannot write current commit's replacement sha1"
20569 msgstr ""
20571 #: git-rebase--preserve-merges.sh:360
20572 #, sh-format
20573 msgid "Fast-forward to $sha1"
20574 msgstr ""
20576 #: git-rebase--preserve-merges.sh:362
20577 #, sh-format
20578 msgid "Cannot fast-forward to $sha1"
20579 msgstr ""
20581 #: git-rebase--preserve-merges.sh:371
20582 #, sh-format
20583 msgid "Cannot move HEAD to $first_parent"
20584 msgstr ""
20586 #: git-rebase--preserve-merges.sh:376
20587 #, sh-format
20588 msgid "Refusing to squash a merge: $sha1"
20589 msgstr ""
20591 #: git-rebase--preserve-merges.sh:394
20592 #, sh-format
20593 msgid "Error redoing merge $sha1"
20594 msgstr ""
20596 #: git-rebase--preserve-merges.sh:403
20597 #, sh-format
20598 msgid "Could not pick $sha1"
20599 msgstr ""
20601 #: git-rebase--preserve-merges.sh:412
20602 #, sh-format
20603 msgid "This is the commit message #${n}:"
20604 msgstr ""
20606 #: git-rebase--preserve-merges.sh:417
20607 #, sh-format
20608 msgid "The commit message #${n} will be skipped:"
20609 msgstr ""
20611 #: git-rebase--preserve-merges.sh:428
20612 #, sh-format
20613 msgid "This is a combination of $count commit."
20614 msgid_plural "This is a combination of $count commits."
20615 msgstr[0] ""
20616 msgstr[1] ""
20618 #: git-rebase--preserve-merges.sh:437
20619 #, sh-format
20620 msgid "Cannot write $fixup_msg"
20621 msgstr ""
20623 #: git-rebase--preserve-merges.sh:440
20624 msgid "This is a combination of 2 commits."
20625 msgstr ""
20627 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20628 #: git-rebase--preserve-merges.sh:527
20629 #, sh-format
20630 msgid "Could not apply $sha1... $rest"
20631 msgstr ""
20633 #: git-rebase--preserve-merges.sh:556
20634 #, sh-format
20635 msgid ""
20636 "Could not amend commit after successfully picking $sha1... $rest\n"
20637 "This is most likely due to an empty commit message, or the pre-commit hook\n"
20638 "failed. If the pre-commit hook failed, you may need to resolve the issue "
20639 "before\n"
20640 "you are able to reword the commit."
20641 msgstr ""
20643 #: git-rebase--preserve-merges.sh:571
20644 #, sh-format
20645 msgid "Stopped at $sha1_abbrev... $rest"
20646 msgstr ""
20648 #: git-rebase--preserve-merges.sh:586
20649 #, sh-format
20650 msgid "Cannot '$squash_style' without a previous commit"
20651 msgstr ""
20653 #: git-rebase--preserve-merges.sh:628
20654 #, sh-format
20655 msgid "Executing: $rest"
20656 msgstr ""
20658 #: git-rebase--preserve-merges.sh:636
20659 #, sh-format
20660 msgid "Execution failed: $rest"
20661 msgstr ""
20663 #: git-rebase--preserve-merges.sh:638
20664 msgid "and made changes to the index and/or the working tree"
20665 msgstr ""
20667 #: git-rebase--preserve-merges.sh:640
20668 msgid ""
20669 "You can fix the problem, and then run\n"
20670 "\n"
20671 "\tgit rebase --continue"
20672 msgstr ""
20674 #. TRANSLATORS: after these lines is a command to be issued by the user
20675 #: git-rebase--preserve-merges.sh:653
20676 #, sh-format
20677 msgid ""
20678 "Execution succeeded: $rest\n"
20679 "but left changes to the index and/or the working tree\n"
20680 "Commit or stash your changes, and then run\n"
20681 "\n"
20682 "\tgit rebase --continue"
20683 msgstr ""
20685 #: git-rebase--preserve-merges.sh:664
20686 #, sh-format
20687 msgid "Unknown command: $command $sha1 $rest"
20688 msgstr ""
20690 #: git-rebase--preserve-merges.sh:665
20691 msgid "Please fix this using 'git rebase --edit-todo'."
20692 msgstr ""
20694 #: git-rebase--preserve-merges.sh:700
20695 #, sh-format
20696 msgid "Successfully rebased and updated $head_name."
20697 msgstr ""
20699 #: git-rebase--preserve-merges.sh:757
20700 msgid "Could not remove CHERRY_PICK_HEAD"
20701 msgstr ""
20703 #: git-rebase--preserve-merges.sh:762
20704 #, sh-format
20705 msgid ""
20706 "You have staged changes in your working tree.\n"
20707 "If these changes are meant to be\n"
20708 "squashed into the previous commit, run:\n"
20709 "\n"
20710 "  git commit --amend $gpg_sign_opt_quoted\n"
20711 "\n"
20712 "If they are meant to go into a new commit, run:\n"
20713 "\n"
20714 "  git commit $gpg_sign_opt_quoted\n"
20715 "\n"
20716 "In both cases, once you're done, continue with:\n"
20717 "\n"
20718 "  git rebase --continue\n"
20719 msgstr ""
20721 #: git-rebase--preserve-merges.sh:779
20722 msgid "Error trying to find the author identity to amend commit"
20723 msgstr ""
20725 #: git-rebase--preserve-merges.sh:784
20726 msgid ""
20727 "You have uncommitted changes in your working tree. Please commit them\n"
20728 "first and then run 'git rebase --continue' again."
20729 msgstr ""
20731 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20732 msgid "Could not commit staged changes."
20733 msgstr ""
20735 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20736 msgid "Could not execute editor"
20737 msgstr ""
20739 #: git-rebase--preserve-merges.sh:845
20740 #, sh-format
20741 msgid "Could not checkout $switch_to"
20742 msgstr ""
20744 #: git-rebase--preserve-merges.sh:852
20745 msgid "No HEAD?"
20746 msgstr ""
20748 #: git-rebase--preserve-merges.sh:853
20749 #, sh-format
20750 msgid "Could not create temporary $state_dir"
20751 msgstr ""
20753 #: git-rebase--preserve-merges.sh:856
20754 msgid "Could not mark as interactive"
20755 msgstr ""
20757 #: git-rebase--preserve-merges.sh:888
20758 #, sh-format
20759 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20760 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20761 msgstr[0] ""
20762 msgstr[1] ""
20764 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20765 msgid "Could not init rewritten commits"
20766 msgstr ""
20768 #: git-sh-setup.sh:89 git-sh-setup.sh:94
20769 #, sh-format
20770 msgid "usage: $dashless $USAGE"
20771 msgstr ""
20773 #: git-sh-setup.sh:191
20774 #, sh-format
20775 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20776 msgstr ""
20778 #: git-sh-setup.sh:200 git-sh-setup.sh:207
20779 #, sh-format
20780 msgid "fatal: $program_name cannot be used without a working tree."
20781 msgstr ""
20783 #: git-sh-setup.sh:221
20784 msgid "Cannot rebase: You have unstaged changes."
20785 msgstr ""
20787 #: git-sh-setup.sh:224
20788 msgid "Cannot rewrite branches: You have unstaged changes."
20789 msgstr ""
20791 #: git-sh-setup.sh:227
20792 msgid "Cannot pull with rebase: You have unstaged changes."
20793 msgstr ""
20795 #: git-sh-setup.sh:230
20796 #, sh-format
20797 msgid "Cannot $action: You have unstaged changes."
20798 msgstr ""
20800 #: git-sh-setup.sh:243
20801 msgid "Cannot rebase: Your index contains uncommitted changes."
20802 msgstr ""
20804 #: git-sh-setup.sh:246
20805 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20806 msgstr ""
20808 #: git-sh-setup.sh:249
20809 #, sh-format
20810 msgid "Cannot $action: Your index contains uncommitted changes."
20811 msgstr ""
20813 #: git-sh-setup.sh:253
20814 msgid "Additionally, your index contains uncommitted changes."
20815 msgstr ""
20817 #: git-sh-setup.sh:373
20818 msgid "You need to run this command from the toplevel of the working tree."
20819 msgstr ""
20821 #: git-sh-setup.sh:378
20822 msgid "Unable to determine absolute path of git directory"
20823 msgstr ""
20825 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
20826 #: git-add--interactive.perl:196
20827 #, perl-format
20828 msgid "%12s %12s %s"
20829 msgstr ""
20831 #: git-add--interactive.perl:197
20832 msgid "staged"
20833 msgstr ""
20835 #: git-add--interactive.perl:197
20836 msgid "unstaged"
20837 msgstr ""
20839 #: git-add--interactive.perl:253 git-add--interactive.perl:278
20840 msgid "binary"
20841 msgstr ""
20843 #: git-add--interactive.perl:262 git-add--interactive.perl:316
20844 msgid "nothing"
20845 msgstr ""
20847 #: git-add--interactive.perl:298 git-add--interactive.perl:313
20848 msgid "unchanged"
20849 msgstr ""
20851 #: git-add--interactive.perl:609
20852 #, perl-format
20853 msgid "added %d path\n"
20854 msgid_plural "added %d paths\n"
20855 msgstr[0] ""
20856 msgstr[1] ""
20858 #: git-add--interactive.perl:612
20859 #, perl-format
20860 msgid "updated %d path\n"
20861 msgid_plural "updated %d paths\n"
20862 msgstr[0] ""
20863 msgstr[1] ""
20865 #: git-add--interactive.perl:615
20866 #, perl-format
20867 msgid "reverted %d path\n"
20868 msgid_plural "reverted %d paths\n"
20869 msgstr[0] ""
20870 msgstr[1] ""
20872 #: git-add--interactive.perl:618
20873 #, perl-format
20874 msgid "touched %d path\n"
20875 msgid_plural "touched %d paths\n"
20876 msgstr[0] ""
20877 msgstr[1] ""
20879 #: git-add--interactive.perl:627
20880 msgid "Update"
20881 msgstr ""
20883 #: git-add--interactive.perl:639
20884 msgid "Revert"
20885 msgstr ""
20887 #: git-add--interactive.perl:662
20888 #, perl-format
20889 msgid "note: %s is untracked now.\n"
20890 msgstr ""
20892 #: git-add--interactive.perl:673
20893 msgid "Add untracked"
20894 msgstr ""
20896 #: git-add--interactive.perl:679
20897 msgid "No untracked files.\n"
20898 msgstr ""
20900 #: git-add--interactive.perl:1033
20901 msgid ""
20902 "If the patch applies cleanly, the edited hunk will immediately be\n"
20903 "marked for staging."
20904 msgstr ""
20906 #: git-add--interactive.perl:1036
20907 msgid ""
20908 "If the patch applies cleanly, the edited hunk will immediately be\n"
20909 "marked for stashing."
20910 msgstr ""
20912 #: git-add--interactive.perl:1039
20913 msgid ""
20914 "If the patch applies cleanly, the edited hunk will immediately be\n"
20915 "marked for unstaging."
20916 msgstr ""
20918 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20919 msgid ""
20920 "If the patch applies cleanly, the edited hunk will immediately be\n"
20921 "marked for applying."
20922 msgstr ""
20924 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20925 msgid ""
20926 "If the patch applies cleanly, the edited hunk will immediately be\n"
20927 "marked for discarding."
20928 msgstr ""
20930 #: git-add--interactive.perl:1085
20931 #, perl-format
20932 msgid "failed to open hunk edit file for writing: %s"
20933 msgstr ""
20935 #: git-add--interactive.perl:1086
20936 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20937 msgstr ""
20939 #: git-add--interactive.perl:1092
20940 #, perl-format
20941 msgid ""
20942 "---\n"
20943 "To remove '%s' lines, make them ' ' lines (context).\n"
20944 "To remove '%s' lines, delete them.\n"
20945 "Lines starting with %s will be removed.\n"
20946 msgstr ""
20948 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20949 #: git-add--interactive.perl:1100
20950 msgid ""
20951 "If it does not apply cleanly, you will be given an opportunity to\n"
20952 "edit again.  If all lines of the hunk are removed, then the edit is\n"
20953 "aborted and the hunk is left unchanged.\n"
20954 msgstr ""
20956 #: git-add--interactive.perl:1114
20957 #, perl-format
20958 msgid "failed to open hunk edit file for reading: %s"
20959 msgstr ""
20961 #. TRANSLATORS: do not translate [y/n]
20962 #. The program will only accept that input
20963 #. at this point.
20964 #. Consider translating (saying "no" discards!) as
20965 #. (saying "n" for "no" discards!) if the translation
20966 #. of the word "no" does not start with n.
20967 #: git-add--interactive.perl:1213
20968 msgid ""
20969 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20970 msgstr ""
20972 #: git-add--interactive.perl:1222
20973 msgid ""
20974 "y - stage this hunk\n"
20975 "n - do not stage this hunk\n"
20976 "q - quit; do not stage this hunk or any of the remaining ones\n"
20977 "a - stage this hunk and all later hunks in the file\n"
20978 "d - do not stage this hunk or any of the later hunks in the file"
20979 msgstr ""
20981 #: git-add--interactive.perl:1228
20982 msgid ""
20983 "y - stash this hunk\n"
20984 "n - do not stash this hunk\n"
20985 "q - quit; do not stash this hunk or any of the remaining ones\n"
20986 "a - stash this hunk and all later hunks in the file\n"
20987 "d - do not stash this hunk or any of the later hunks in the file"
20988 msgstr ""
20990 #: git-add--interactive.perl:1234
20991 msgid ""
20992 "y - unstage this hunk\n"
20993 "n - do not unstage this hunk\n"
20994 "q - quit; do not unstage this hunk or any of the remaining ones\n"
20995 "a - unstage this hunk and all later hunks in the file\n"
20996 "d - do not unstage this hunk or any of the later hunks in the file"
20997 msgstr ""
20999 #: git-add--interactive.perl:1240
21000 msgid ""
21001 "y - apply this hunk to index\n"
21002 "n - do not apply this hunk to index\n"
21003 "q - quit; do not apply this hunk or any of the remaining ones\n"
21004 "a - apply this hunk and all later hunks in the file\n"
21005 "d - do not apply this hunk or any of the later hunks in the file"
21006 msgstr ""
21008 #: git-add--interactive.perl:1246
21009 msgid ""
21010 "y - discard this hunk from worktree\n"
21011 "n - do not discard this hunk from worktree\n"
21012 "q - quit; do not discard this hunk or any of the remaining ones\n"
21013 "a - discard this hunk and all later hunks in the file\n"
21014 "d - do not discard this hunk or any of the later hunks in the file"
21015 msgstr ""
21017 #: git-add--interactive.perl:1252
21018 msgid ""
21019 "y - discard this hunk from index and worktree\n"
21020 "n - do not discard this hunk from index and worktree\n"
21021 "q - quit; do not discard this hunk or any of the remaining ones\n"
21022 "a - discard this hunk and all later hunks in the file\n"
21023 "d - do not discard this hunk or any of the later hunks in the file"
21024 msgstr ""
21026 #: git-add--interactive.perl:1258
21027 msgid ""
21028 "y - apply this hunk to index and worktree\n"
21029 "n - do not apply this hunk to index and worktree\n"
21030 "q - quit; do not apply this hunk or any of the remaining ones\n"
21031 "a - apply this hunk and all later hunks in the file\n"
21032 "d - do not apply this hunk or any of the later hunks in the file"
21033 msgstr ""
21035 #: git-add--interactive.perl:1273
21036 msgid ""
21037 "g - select a hunk to go to\n"
21038 "/ - search for a hunk matching the given regex\n"
21039 "j - leave this hunk undecided, see next undecided hunk\n"
21040 "J - leave this hunk undecided, see next hunk\n"
21041 "k - leave this hunk undecided, see previous undecided hunk\n"
21042 "K - leave this hunk undecided, see previous hunk\n"
21043 "s - split the current hunk into smaller hunks\n"
21044 "e - manually edit the current hunk\n"
21045 "? - print help\n"
21046 msgstr ""
21048 #: git-add--interactive.perl:1304
21049 msgid "The selected hunks do not apply to the index!\n"
21050 msgstr ""
21052 #: git-add--interactive.perl:1305
21053 msgid "Apply them to the worktree anyway? "
21054 msgstr ""
21056 #: git-add--interactive.perl:1308
21057 msgid "Nothing was applied.\n"
21058 msgstr ""
21060 #: git-add--interactive.perl:1319
21061 #, perl-format
21062 msgid "ignoring unmerged: %s\n"
21063 msgstr ""
21065 #: git-add--interactive.perl:1328
21066 msgid "Only binary files changed.\n"
21067 msgstr ""
21069 #: git-add--interactive.perl:1330
21070 msgid "No changes.\n"
21071 msgstr ""
21073 #: git-add--interactive.perl:1338
21074 msgid "Patch update"
21075 msgstr ""
21077 #: git-add--interactive.perl:1390
21078 #, perl-format
21079 msgid "Stage mode change [y,n,q,a,d%s,?]? "
21080 msgstr ""
21082 #: git-add--interactive.perl:1391
21083 #, perl-format
21084 msgid "Stage deletion [y,n,q,a,d%s,?]? "
21085 msgstr ""
21087 #: git-add--interactive.perl:1392
21088 #, perl-format
21089 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21090 msgstr ""
21092 #: git-add--interactive.perl:1395
21093 #, perl-format
21094 msgid "Stash mode change [y,n,q,a,d%s,?]? "
21095 msgstr ""
21097 #: git-add--interactive.perl:1396
21098 #, perl-format
21099 msgid "Stash deletion [y,n,q,a,d%s,?]? "
21100 msgstr ""
21102 #: git-add--interactive.perl:1397
21103 #, perl-format
21104 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21105 msgstr ""
21107 #: git-add--interactive.perl:1400
21108 #, perl-format
21109 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21110 msgstr ""
21112 #: git-add--interactive.perl:1401
21113 #, perl-format
21114 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21115 msgstr ""
21117 #: git-add--interactive.perl:1402
21118 #, perl-format
21119 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21120 msgstr ""
21122 #: git-add--interactive.perl:1405
21123 #, perl-format
21124 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21125 msgstr ""
21127 #: git-add--interactive.perl:1406
21128 #, perl-format
21129 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21130 msgstr ""
21132 #: git-add--interactive.perl:1407
21133 #, perl-format
21134 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21135 msgstr ""
21137 #: git-add--interactive.perl:1410
21138 #, perl-format
21139 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21140 msgstr ""
21142 #: git-add--interactive.perl:1411
21143 #, perl-format
21144 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21145 msgstr ""
21147 #: git-add--interactive.perl:1412
21148 #, perl-format
21149 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21150 msgstr ""
21152 #: git-add--interactive.perl:1415
21153 #, perl-format
21154 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21155 msgstr ""
21157 #: git-add--interactive.perl:1416
21158 #, perl-format
21159 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21160 msgstr ""
21162 #: git-add--interactive.perl:1417
21163 #, perl-format
21164 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21165 msgstr ""
21167 #: git-add--interactive.perl:1420
21168 #, perl-format
21169 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21170 msgstr ""
21172 #: git-add--interactive.perl:1421
21173 #, perl-format
21174 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21175 msgstr ""
21177 #: git-add--interactive.perl:1422
21178 #, perl-format
21179 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21180 msgstr ""
21182 #: git-add--interactive.perl:1522
21183 msgid "No other hunks to goto\n"
21184 msgstr ""
21186 #: git-add--interactive.perl:1529
21187 msgid "go to which hunk (<ret> to see more)? "
21188 msgstr ""
21190 #: git-add--interactive.perl:1531
21191 msgid "go to which hunk? "
21192 msgstr ""
21194 #: git-add--interactive.perl:1540
21195 #, perl-format
21196 msgid "Invalid number: '%s'\n"
21197 msgstr ""
21199 #: git-add--interactive.perl:1545
21200 #, perl-format
21201 msgid "Sorry, only %d hunk available.\n"
21202 msgid_plural "Sorry, only %d hunks available.\n"
21203 msgstr[0] ""
21204 msgstr[1] ""
21206 #: git-add--interactive.perl:1571
21207 msgid "No other hunks to search\n"
21208 msgstr ""
21210 #: git-add--interactive.perl:1575
21211 msgid "search for regex? "
21212 msgstr ""
21214 #: git-add--interactive.perl:1588
21215 #, perl-format
21216 msgid "Malformed search regexp %s: %s\n"
21217 msgstr ""
21219 #: git-add--interactive.perl:1598
21220 msgid "No hunk matches the given pattern\n"
21221 msgstr ""
21223 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21224 msgid "No previous hunk\n"
21225 msgstr ""
21227 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21228 msgid "No next hunk\n"
21229 msgstr ""
21231 #: git-add--interactive.perl:1644
21232 msgid "Sorry, cannot split this hunk\n"
21233 msgstr ""
21235 #: git-add--interactive.perl:1650
21236 #, perl-format
21237 msgid "Split into %d hunk.\n"
21238 msgid_plural "Split into %d hunks.\n"
21239 msgstr[0] ""
21240 msgstr[1] ""
21242 #: git-add--interactive.perl:1660
21243 msgid "Sorry, cannot edit this hunk\n"
21244 msgstr ""
21246 #: git-add--interactive.perl:1706
21247 msgid "Review diff"
21248 msgstr ""
21250 #. TRANSLATORS: please do not translate the command names
21251 #. 'status', 'update', 'revert', etc.
21252 #: git-add--interactive.perl:1725
21253 msgid ""
21254 "status        - show paths with changes\n"
21255 "update        - add working tree state to the staged set of changes\n"
21256 "revert        - revert staged set of changes back to the HEAD version\n"
21257 "patch         - pick hunks and update selectively\n"
21258 "diff          - view diff between HEAD and index\n"
21259 "add untracked - add contents of untracked files to the staged set of "
21260 "changes\n"
21261 msgstr ""
21263 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21264 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21265 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21266 msgid "missing --"
21267 msgstr ""
21269 #: git-add--interactive.perl:1763
21270 #, perl-format
21271 msgid "unknown --patch mode: %s"
21272 msgstr ""
21274 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21275 #, perl-format
21276 msgid "invalid argument %s, expecting --"
21277 msgstr ""
21279 #: git-send-email.perl:138
21280 msgid "local zone differs from GMT by a non-minute interval\n"
21281 msgstr ""
21283 #: git-send-email.perl:145 git-send-email.perl:151
21284 msgid "local time offset greater than or equal to 24 hours\n"
21285 msgstr ""
21287 #: git-send-email.perl:219 git-send-email.perl:225
21288 msgid "the editor exited uncleanly, aborting everything"
21289 msgstr ""
21291 #: git-send-email.perl:302
21292 #, perl-format
21293 msgid ""
21294 "'%s' contains an intermediate version of the email you were composing.\n"
21295 msgstr ""
21297 #: git-send-email.perl:307
21298 #, perl-format
21299 msgid "'%s.final' contains the composed email.\n"
21300 msgstr ""
21302 #: git-send-email.perl:326
21303 msgid "--dump-aliases incompatible with other options\n"
21304 msgstr ""
21306 #: git-send-email.perl:395 git-send-email.perl:656
21307 msgid "Cannot run git format-patch from outside a repository\n"
21308 msgstr ""
21310 #: git-send-email.perl:398
21311 msgid ""
21312 "`batch-size` and `relogin` must be specified together (via command-line or "
21313 "configuration option)\n"
21314 msgstr ""
21316 #: git-send-email.perl:470
21317 #, perl-format
21318 msgid "Unknown --suppress-cc field: '%s'\n"
21319 msgstr ""
21321 #: git-send-email.perl:501
21322 #, perl-format
21323 msgid "Unknown --confirm setting: '%s'\n"
21324 msgstr ""
21326 #: git-send-email.perl:529
21327 #, perl-format
21328 msgid "warning: sendmail alias with quotes is not supported: %s\n"
21329 msgstr ""
21331 #: git-send-email.perl:531
21332 #, perl-format
21333 msgid "warning: `:include:` not supported: %s\n"
21334 msgstr ""
21336 #: git-send-email.perl:533
21337 #, perl-format
21338 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21339 msgstr ""
21341 #: git-send-email.perl:538
21342 #, perl-format
21343 msgid "warning: sendmail line is not recognized: %s\n"
21344 msgstr ""
21346 #: git-send-email.perl:622
21347 #, perl-format
21348 msgid ""
21349 "File '%s' exists but it could also be the range of commits\n"
21350 "to produce patches for.  Please disambiguate by...\n"
21351 "\n"
21352 "    * Saying \"./%s\" if you mean a file; or\n"
21353 "    * Giving --format-patch option if you mean a range.\n"
21354 msgstr ""
21356 #: git-send-email.perl:643
21357 #, perl-format
21358 msgid "Failed to opendir %s: %s"
21359 msgstr ""
21361 #: git-send-email.perl:667
21362 #, perl-format
21363 msgid ""
21364 "fatal: %s: %s\n"
21365 "warning: no patches were sent\n"
21366 msgstr ""
21368 #: git-send-email.perl:678
21369 msgid ""
21370 "\n"
21371 "No patch files specified!\n"
21372 "\n"
21373 msgstr ""
21375 #: git-send-email.perl:691
21376 #, perl-format
21377 msgid "No subject line in %s?"
21378 msgstr ""
21380 #: git-send-email.perl:701
21381 #, perl-format
21382 msgid "Failed to open for writing %s: %s"
21383 msgstr ""
21385 #: git-send-email.perl:712
21386 msgid ""
21387 "Lines beginning in \"GIT:\" will be removed.\n"
21388 "Consider including an overall diffstat or table of contents\n"
21389 "for the patch you are writing.\n"
21390 "\n"
21391 "Clear the body content if you don't wish to send a summary.\n"
21392 msgstr ""
21394 #: git-send-email.perl:736
21395 #, perl-format
21396 msgid "Failed to open %s: %s"
21397 msgstr ""
21399 #: git-send-email.perl:753
21400 #, perl-format
21401 msgid "Failed to open %s.final: %s"
21402 msgstr ""
21404 #: git-send-email.perl:796
21405 msgid "Summary email is empty, skipping it\n"
21406 msgstr ""
21408 #. TRANSLATORS: please keep [y/N] as is.
21409 #: git-send-email.perl:831
21410 #, perl-format
21411 msgid "Are you sure you want to use <%s> [y/N]? "
21412 msgstr ""
21414 #: git-send-email.perl:886
21415 msgid ""
21416 "The following files are 8bit, but do not declare a Content-Transfer-"
21417 "Encoding.\n"
21418 msgstr ""
21420 #: git-send-email.perl:891
21421 msgid "Which 8bit encoding should I declare [UTF-8]? "
21422 msgstr ""
21424 #: git-send-email.perl:899
21425 #, perl-format
21426 msgid ""
21427 "Refusing to send because the patch\n"
21428 "\t%s\n"
21429 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21430 "want to send.\n"
21431 msgstr ""
21433 #: git-send-email.perl:918
21434 msgid "To whom should the emails be sent (if anyone)?"
21435 msgstr ""
21437 #: git-send-email.perl:936
21438 #, perl-format
21439 msgid "fatal: alias '%s' expands to itself\n"
21440 msgstr ""
21442 #: git-send-email.perl:948
21443 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21444 msgstr ""
21446 #: git-send-email.perl:1006 git-send-email.perl:1014
21447 #, perl-format
21448 msgid "error: unable to extract a valid address from: %s\n"
21449 msgstr ""
21451 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
21452 #. translation. The program will only accept English input
21453 #. at this point.
21454 #: git-send-email.perl:1018
21455 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21456 msgstr ""
21458 #: git-send-email.perl:1335
21459 #, perl-format
21460 msgid "CA path \"%s\" does not exist"
21461 msgstr ""
21463 #: git-send-email.perl:1418
21464 msgid ""
21465 "    The Cc list above has been expanded by additional\n"
21466 "    addresses found in the patch commit message. By default\n"
21467 "    send-email prompts before sending whenever this occurs.\n"
21468 "    This behavior is controlled by the sendemail.confirm\n"
21469 "    configuration setting.\n"
21470 "\n"
21471 "    For additional information, run 'git send-email --help'.\n"
21472 "    To retain the current behavior, but squelch this message,\n"
21473 "    run 'git config --global sendemail.confirm auto'.\n"
21474 "\n"
21475 msgstr ""
21477 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21478 #. translation. The program will only accept English input
21479 #. at this point.
21480 #: git-send-email.perl:1433
21481 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21482 msgstr ""
21484 #: git-send-email.perl:1436
21485 msgid "Send this email reply required"
21486 msgstr ""
21488 #: git-send-email.perl:1464
21489 msgid "The required SMTP server is not properly defined."
21490 msgstr ""
21492 #: git-send-email.perl:1511
21493 #, perl-format
21494 msgid "Server does not support STARTTLS! %s"
21495 msgstr ""
21497 #: git-send-email.perl:1516 git-send-email.perl:1520
21498 #, perl-format
21499 msgid "STARTTLS failed! %s"
21500 msgstr ""
21502 #: git-send-email.perl:1529
21503 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21504 msgstr ""
21506 #: git-send-email.perl:1547
21507 #, perl-format
21508 msgid "Failed to send %s\n"
21509 msgstr ""
21511 #: git-send-email.perl:1550
21512 #, perl-format
21513 msgid "Dry-Sent %s\n"
21514 msgstr ""
21516 #: git-send-email.perl:1550
21517 #, perl-format
21518 msgid "Sent %s\n"
21519 msgstr ""
21521 #: git-send-email.perl:1552
21522 msgid "Dry-OK. Log says:\n"
21523 msgstr ""
21525 #: git-send-email.perl:1552
21526 msgid "OK. Log says:\n"
21527 msgstr ""
21529 #: git-send-email.perl:1564
21530 msgid "Result: "
21531 msgstr ""
21533 #: git-send-email.perl:1567
21534 msgid "Result: OK\n"
21535 msgstr ""
21537 #: git-send-email.perl:1585
21538 #, perl-format
21539 msgid "can't open file %s"
21540 msgstr ""
21542 #: git-send-email.perl:1632 git-send-email.perl:1652
21543 #, perl-format
21544 msgid "(mbox) Adding cc: %s from line '%s'\n"
21545 msgstr ""
21547 #: git-send-email.perl:1638
21548 #, perl-format
21549 msgid "(mbox) Adding to: %s from line '%s'\n"
21550 msgstr ""
21552 #: git-send-email.perl:1691
21553 #, perl-format
21554 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21555 msgstr ""
21557 #: git-send-email.perl:1726
21558 #, perl-format
21559 msgid "(body) Adding cc: %s from line '%s'\n"
21560 msgstr ""
21562 #: git-send-email.perl:1837
21563 #, perl-format
21564 msgid "(%s) Could not execute '%s'"
21565 msgstr ""
21567 #: git-send-email.perl:1844
21568 #, perl-format
21569 msgid "(%s) Adding %s: %s from: '%s'\n"
21570 msgstr ""
21572 #: git-send-email.perl:1848
21573 #, perl-format
21574 msgid "(%s) failed to close pipe to '%s'"
21575 msgstr ""
21577 #: git-send-email.perl:1878
21578 msgid "cannot send message as 7bit"
21579 msgstr ""
21581 #: git-send-email.perl:1886
21582 msgid "invalid transfer encoding"
21583 msgstr ""
21585 #: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21586 #, perl-format
21587 msgid "unable to open %s: %s\n"
21588 msgstr ""
21590 #: git-send-email.perl:1930
21591 #, perl-format
21592 msgid "%s: patch contains a line longer than 998 characters"
21593 msgstr ""
21595 #: git-send-email.perl:1947
21596 #, perl-format
21597 msgid "Skipping %s with backup suffix '%s'.\n"
21598 msgstr ""
21600 #. TRANSLATORS: please keep "[y|N]" as is.
21601 #: git-send-email.perl:1951
21602 #, perl-format
21603 msgid "Do you really want to send %s? [y|N]: "
21604 msgstr ""